@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Sora:wght@500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Sora:wght@500;600;700;800&display=swap";.pageProgressOverlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:grid;place-items:center;padding:20px;background:#ffffff8f;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.pageProgressCard{width:min(260px,calc(100vw - 32px));display:grid;justify-items:center;gap:12px;padding:18px 18px 16px;border-radius:20px;border:1px solid rgba(15,23,42,.08);background:#fffffff5;box-shadow:0 16px 36px #0f172a1f,inset 0 1px #ffffffe6;text-align:center}.pageProgressCard.has-tasks{width:min(420px,calc(100vw - 32px));justify-items:stretch;gap:16px;padding:22px 20px 18px;text-align:left}.pageProgressRing{position:relative;width:74px;height:74px;display:grid;place-items:center}.pageProgressSvg{width:74px;height:74px;transform:rotate(-90deg);filter:none}.pageProgressBg,.pageProgressFg{fill:none;stroke-width:7}.pageProgressBg{stroke:#94a3b83d}.pageProgressFg{stroke:#ff7a18;stroke-linecap:round}.pageProgressRing.is-indeterminate .pageProgressSvg{animation:pageProgressSpin .9s linear infinite}.pageProgressRing.is-indeterminate .pageProgressFg{stroke-dasharray:112 289;stroke-dashoffset:24}.pageProgressText{display:grid;gap:4px}.pageProgressTextLeft{text-align:left}.pageProgressText strong{color:#18212f;font-size:.9rem;font-weight:800;letter-spacing:-.02em}.pageProgressText span{color:#556171;font-size:.76rem;line-height:1.5}.pageProgressTaskList{display:grid;gap:10px;max-height:min(54vh,420px);overflow:auto;padding-right:4px;scrollbar-gutter:stable}.pageProgressTask{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:14px;border:1px solid rgba(148,163,184,.18);background:#f8fafc}.pageProgressTaskIcon{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 22px}.pageProgressTaskDot{width:10px;height:10px;border-radius:999px;background:#cbd5e1}.pageProgressTaskSpinner{animation:pageProgressSpin .9s linear infinite}.pageProgressTaskLabel{color:#334155;font-size:.82rem;font-weight:700;line-height:1.4}.pageProgressTask.is-complete{border-color:#22c55e33;background:#f0fdf4f2}.pageProgressTask.is-complete .pageProgressTaskIcon{color:#16a34a}.pageProgressTask.is-complete .pageProgressTaskLabel{color:#166534}.pageProgressTask.is-active{border-color:#f9731633;background:#fff7edfa}.pageProgressTask.is-active .pageProgressTaskIcon{color:#f97316}.pageProgressTask.is-active .pageProgressTaskLabel{color:#9a3412}@keyframes pageProgressSpin{to{transform:rotate(270deg)}}@media(max-width:640px){.pageProgressOverlay{padding:16px}.pageProgressCard{width:min(220px,calc(100vw - 24px));gap:10px;padding:16px 14px 14px;border-radius:18px}.pageProgressCard.has-tasks{width:min(100%,calc(100vw - 24px));padding:18px 14px 14px}.pageProgressRing,.pageProgressSvg{width:64px;height:64px}.pageProgressText strong{font-size:.84rem}.pageProgressText span{font-size:.72rem}.pageProgressTask{padding:9px 10px;gap:10px;border-radius:12px}.pageProgressTaskLabel{font-size:.78rem}.pageProgressTaskList{max-height:46vh}}:root{--ds-primary: #f97316;--ds-primary-light: #ea580c;--ds-primary-dark: #c24110;--ds-primary-soft: #fff7ed;--ds-success: #10b981;--ds-warning: #ff7a18;--ds-danger: #f97316;--ds-white: #ffffff;--ds-gray-50: #f9fafb;--ds-gray-100: #f3f4f6;--ds-gray-200: #e5e7eb;--ds-gray-300: #d1d5db;--ds-gray-400: #9ca3af;--ds-gray-500: #6b7280;--ds-gray-600: #4b5563;--ds-gray-700: #374151;--ds-gray-800: #1f2937;--ds-gray-900: #111827;--ds-glass-bg: rgba(255, 255, 255, .6);--ds-glass-border: rgba(255, 255, 255, .5);--ds-glass-shadow: 0 8px 32px 0 rgba(31, 38, 135, .1);--ds-glass-blur: blur(12px);--ds-border-radius: 24px;--ds-border-radius-sm: 16px;--ds-border-radius-lg: 32px;--ds-border-radius-xl: 40px;--ds-border-radius-full: 9999px;--ds-shadow-sm: 0 2px 8px rgba(0, 0, 0, .02);--ds-shadow: 0 8px 30px rgba(0, 0, 0, .03), 0 1px 3px rgba(0, 0, 0, .02);--ds-shadow-lg: 0 20px 40px -12px rgba(249, 115, 22, .2);--ds-shadow-xl: 0 30px 50px -12px rgba(249, 115, 22, .3);--ds-transition: all .3s cubic-bezier(.4, 0, .2, 1);--ds-bg-gradient: linear-gradient(135deg, var(--ds-gray-50) 0%, var(--ds-white) 100%)}.desteklerRoot{min-height:0;width:100%;background:var(--ds-bg-gradient);padding:2rem 3rem;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,sans-serif;color:var(--ds-gray-800);box-sizing:border-box;position:relative}.desteklerRoot:before{content:"";position:absolute;top:28px;right:12px;width:400px;height:400px;background:radial-gradient(circle,rgba(249,115,22,.03) 0%,transparent 70%);border-radius:50%;pointer-events:none;z-index:0}.desteklerRoot:after{content:"";position:absolute;bottom:28px;left:12px;width:500px;height:500px;background:radial-gradient(circle,rgba(249,115,22,.03) 0%,transparent 70%);border-radius:50%;pointer-events:none;z-index:0}@media(max-width:768px){.desteklerRoot{padding:1rem}}.desteklerSurfaceMotion{background:var(--ds-glass-bg);backdrop-filter:var(--ds-glass-blur);-webkit-backdrop-filter:var(--ds-glass-blur);border-radius:var(--ds-border-radius);box-shadow:var(--ds-glass-shadow);transition:var(--ds-transition);animation:fadeInUp .5s ease both;border:1px solid var(--ds-glass-border);position:relative;z-index:1}.desteklerSurfaceMotion:hover{background:#ffffffb3;border-color:#f973164d;box-shadow:0 20px 40px -12px #f9731640;transform:translateY(-2px)}.desteklerTopCard{padding:2rem;margin-bottom:1.5rem;width:100%;background:radial-gradient(circle at top right,rgba(255,255,255,.18),transparent 32%),linear-gradient(135deg,var(--ds-primary-dark),var(--ds-primary));border-color:#c2411133;box-shadow:0 22px 40px #c241112e}.desteklerTopCard.desteklerSurfaceMotion:hover{background:radial-gradient(circle at top right,rgba(255,255,255,.18),transparent 32%),linear-gradient(135deg,var(--ds-primary-dark),var(--ds-primary));border-color:#c241113d;box-shadow:0 26px 46px #c2411133}.desteklerContentCard{padding:2.5rem;animation-delay:calc(var(--ds-delay, 0ms));width:100%}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.spin{animation:spin 1s linear infinite}.desteklerHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1.5rem}.desteklerHeader h2{font-size:2.5rem;font-weight:700;color:#fff;margin:0 0 .25rem;letter-spacing:-.02em}.desteklerHeader p{color:#fff7ede0;margin:0;font-size:1.1rem;font-weight:400}.desteklerHeaderActions{display:flex;gap:1rem;align-items:center}.desteklerHeaderActions button,.desteklerRefreshBtn,.desteklerBottomActions button,.desteklerQuestionActions button,.desteklerDoneActions button{padding:.7rem 1.5rem;border-radius:var(--ds-border-radius-full);font-weight:600;font-size:.95rem;border:none;cursor:pointer;transition:var(--ds-transition);display:inline-flex;align-items:center;gap:.6rem;background:var(--ds-primary);color:#fff;box-shadow:0 4px 12px #f9731633;letter-spacing:.3px;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.desteklerHeaderActions button:before,.desteklerRefreshBtn:before,.desteklerBottomActions button:before,.desteklerQuestionActions button:before,.desteklerDoneActions button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}.desteklerHeaderActions button:hover:before,.desteklerRefreshBtn:hover:before,.desteklerBottomActions button:hover:before,.desteklerQuestionActions button:hover:before,.desteklerDoneActions button:hover:before{width:300px;height:300px}.desteklerHeaderActions button:hover,.desteklerRefreshBtn:hover,.desteklerBottomActions button:hover:not(:disabled),.desteklerQuestionActions button:hover:not(:disabled),.desteklerDoneActions button:hover:not(:disabled){background:var(--ds-primary-dark);transform:translateY(-2px) scale(1.02);box-shadow:0 12px 24px -8px #f9731666}.desteklerHeaderActions button.ghost,.desteklerRefreshBtn.ghost,.desteklerBottomActions button.ghost,.desteklerQuestionActions button.ghost,.desteklerDoneActions button.ghost{background:#ffffff4d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--ds-primary-dark);border:1px solid rgba(249,115,22,.3);box-shadow:none}.desteklerHeaderActions button.ghost:hover,.desteklerRefreshBtn.ghost:hover,.desteklerBottomActions button.ghost:hover,.desteklerQuestionActions button.ghost:hover,.desteklerDoneActions button.ghost:hover{background:#ffffff80;border-color:var(--ds-primary);color:var(--ds-primary-dark);transform:translateY(-2px)}.desteklerHeaderActions button:disabled,.desteklerRefreshBtn:disabled,.desteklerBottomActions button:disabled,.desteklerQuestionActions button:disabled{opacity:.5;cursor:not-allowed;pointer-events:none;filter:grayscale(.3)}.desteklerRefreshBtn{background:#ffffff24;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;border:1px solid rgba(255,255,255,.22);padding:.6rem 1.3rem}.desteklerTopCard .desteklerHeaderActions button.ghost{background:#ffffff24;color:#fff;border:1px solid rgba(255,255,255,.22)}.desteklerTopCard .desteklerHeaderActions button.ghost:hover,.desteklerTopCard .desteklerRefreshBtn:hover{background:#ffffff38;color:#fff;border-color:#ffffff47}.desteklerInfoText,.desteklerWarnText,.desteklerErrorText{padding:1rem 1.5rem;border-radius:var(--ds-border-radius-sm);margin:1.5rem 0;font-size:1rem;font-weight:500;border-left-width:6px;border-left-style:solid;background:#ffffffb3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:var(--ds-shadow)}.desteklerInfoText{border-left-color:var(--ds-primary);color:var(--ds-primary-dark)}.desteklerWarnText{border-left-color:var(--ds-warning);color:#92400e}.desteklerErrorText{border-left-color:var(--ds-danger);color:#c2410c}.desteklerStepper{display:flex;align-items:center;justify-content:space-between;margin:2.5rem 0 2rem;flex-wrap:wrap;gap:.5rem}.desteklerStepperItemWrap{display:flex;align-items:center;flex:1;min-width:130px}.desteklerStepperItem{display:flex;align-items:center;gap:.75rem;color:#fff7edbd;transition:var(--ds-transition);font-weight:500}.desteklerStepperItem.is-active .desteklerStepperCircle{background:linear-gradient(135deg,var(--ds-primary),var(--ds-primary-light));color:#fff;border-color:var(--ds-primary);box-shadow:0 0 0 6px #f9731633;transform:scale(1.1)}.desteklerStepperItem.is-done .desteklerStepperCircle{background:var(--ds-success);color:#fff;border-color:var(--ds-success)}.desteklerStepperCircle{width:44px;height:44px;border-radius:50%;background:#ffffff24;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;border:2px solid rgba(255,255,255,.2);transition:inherit;color:#fff}.desteklerStepperText{font-size:1rem}.desteklerStepperText strong{font-weight:700;color:#fff}.desteklerStepperLine{flex:1;height:3px;background:linear-gradient(90deg,#ffffff3d,#ffffffbd);margin:0 1rem;border-radius:3px}.desteklerSelectionSummary{display:flex;flex-wrap:wrap;gap:1rem;background:#ffffff1f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:1rem 1.5rem;border-radius:60px;margin:2rem 0 2.5rem;border:1px solid rgba(255,255,255,.18)}.desteklerSummaryChip{display:flex;align-items:center;gap:.8rem;background:#ffffff1f;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:.6rem 1.4rem;border-radius:var(--ds-border-radius-full);border:1px solid rgba(255,255,255,.18);font-size:.95rem;box-shadow:0 4px 12px #00000005;transition:var(--ds-transition)}.desteklerSummaryChip:hover{background:#ffffff2e;border-color:#ffffff3d;transform:translateY(-2px)}.desteklerSummaryChip span{color:#fff7edc2;font-weight:500}.desteklerSummaryChip strong{color:#fff;font-weight:700}.desteklerStepCard{padding:1rem 0;width:100%}.desteklerStepHead{margin-bottom:2rem}.desteklerStepHead h3{font-size:1.8rem;font-weight:700;color:var(--ds-gray-800);margin:0 0 .5rem;letter-spacing:-.01em}.desteklerStepHead p{color:var(--ds-gray-500);margin:0;font-size:1.1rem}.desteklerChoiceGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin:2rem 0}.desteklerModernChoice{background:#fff6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.6);border-radius:var(--ds-border-radius);padding:2rem 1.5rem;text-align:left;cursor:pointer;transition:var(--ds-transition);display:flex;flex-direction:column;gap:.8rem;width:100%;box-shadow:0 8px 20px -12px #0000001a;position:relative;overflow:hidden}.desteklerModernChoice:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(145deg,rgba(255,255,255,.4),transparent);pointer-events:none}.desteklerModernChoice:hover{background:#ffffffb3;border-color:var(--ds-primary);transform:translateY(-6px) scale(1.02);box-shadow:0 25px 40px -16px #f973164d}.desteklerModernChoice.is-selected{background:#fffc;border:2px solid var(--ds-primary);box-shadow:0 20px 40px -12px #f973164d}.desteklerModernChoiceTop{display:flex;align-items:center;gap:.8rem;color:var(--ds-primary);font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.desteklerModernChoice strong{font-size:1.3rem;font-weight:700;color:var(--ds-gray-800);line-height:1.3}.desteklerModernChoice small{color:var(--ds-gray-500);font-size:.95rem;font-weight:500}.desteklerQuestionRouteHead{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;margin-bottom:2rem}.desteklerQuestionBackBtn{display:inline-flex;align-items:center;gap:.6rem;background:#ffffff24;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.22);padding:.7rem 1.5rem;border-radius:var(--ds-border-radius-full);font-weight:600;color:#fff;cursor:pointer;transition:var(--ds-transition);box-shadow:var(--ds-shadow-sm)}.desteklerQuestionBackBtn:hover{background:#ffffff38;border-color:#ffffff47;color:#fff;transform:translate(-3px)}.desteklerQuestionRouteMeta h2{font-size:2rem;font-weight:700;margin:0 0 .25rem;color:#fff}.desteklerQuestionRouteMeta p{color:#fff7ede0;margin:0;font-size:1.1rem}.desteklerQuestionWrap{width:100%}.desteklerQuestionShell{display:grid;grid-template-columns:minmax(280px,330px) minmax(0,1fr);gap:1.5rem;align-items:start}.desteklerQuestionSidebar{position:sticky;top:1rem;display:grid;gap:1rem}.desteklerQuestionSidebarCard{background:#ffffff85;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--ds-border-radius-lg);padding:1.5rem;border:1px solid rgba(255,255,255,.65);box-shadow:0 18px 40px -24px #f9731647}.desteklerQuestionSidebarKicker{display:inline-flex;align-items:center;gap:.4rem;font-size:.76rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--ds-primary-dark)}.desteklerQuestionSidebarCard strong{display:block;margin-top:.9rem;color:var(--ds-gray-800);font-size:1.35rem;font-weight:700;line-height:1.25}.desteklerQuestionSidebarCard p{margin:.9rem 0 0;color:var(--ds-gray-500);font-size:.95rem;line-height:1.65}.desteklerQuestionProgressBar{margin-top:1.3rem;width:100%;height:10px;border-radius:999px;background:#ffffff94;overflow:hidden}.desteklerQuestionProgressBar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--ds-primary),var(--ds-primary-light));box-shadow:0 6px 16px #f973164d}.desteklerQuestionProgressMeta{margin-top:1rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.desteklerQuestionProgressMeta div{padding:.9rem 1rem;border-radius:var(--ds-border-radius-sm);background:#ffffff75;border:1px solid rgba(255,255,255,.58)}.desteklerQuestionProgressMeta span{display:block;color:var(--ds-gray-500);font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.desteklerQuestionProgressMeta strong{display:block;margin-top:.35rem;color:var(--ds-gray-800);font-size:1rem;font-weight:700}.desteklerQuestionNav{display:grid;gap:.85rem}.desteklerQuestionNavItem{width:100%;text-align:left;padding:1rem 1.05rem;border-radius:var(--ds-border-radius);border:1px solid rgba(255,255,255,.66);background:#ffffff6b;transition:var(--ds-transition);box-shadow:0 12px 30px -24px #f9731640}.desteklerQuestionNavItem:hover{transform:translateY(-2px);border-color:#f9731647;background:#ffffff9e}.desteklerQuestionNavItem.is-active{border-color:#f9731666;background:linear-gradient(180deg,#fff7edf5,#fffc);box-shadow:0 18px 36px -24px #f9731657}.desteklerQuestionNavTop{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.desteklerQuestionNavIndex{font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--ds-gray-500)}.desteklerQuestionNavState{padding:.2rem .7rem;border-radius:var(--ds-border-radius-full);font-size:.72rem;font-weight:800;letter-spacing:.04em}.desteklerQuestionNavState.is-empty{background:#94a3b81f;color:var(--ds-gray-500)}.desteklerQuestionNavState.is-progress{background:#ff7a1829;color:#92400e}.desteklerQuestionNavState.is-done{background:#10b98129;color:#047857}.desteklerQuestionNavItem strong{display:block;margin-top:.7rem;color:var(--ds-gray-800);font-size:.98rem;font-weight:700;line-height:1.45}.desteklerQuestionNavItem small{display:block;margin-top:.45rem;color:var(--ds-gray-500);font-size:.84rem;font-weight:600}.desteklerQuestionMain{min-width:0;display:grid;gap:1rem}.desteklerQuestionHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:0}.desteklerQuestionHeader h3{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:var(--ds-gray-800)}.desteklerQuestionHeader p{color:var(--ds-gray-500);font-size:1.1rem}.desteklerQuestionStepInfo{display:inline-block;background:#f973161a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:.5rem 1.8rem;border-radius:var(--ds-border-radius-full);font-size:1rem;font-weight:600;color:var(--ds-primary-dark);margin-bottom:2rem;border:1px solid rgba(249,115,22,.2);animation:pulse 2s infinite}.desteklerQuestionContext{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.desteklerQuestionContextItem{padding:1rem 1.1rem;border-radius:var(--ds-border-radius);background:#ffffff75;border:1px solid rgba(255,255,255,.62)}.desteklerQuestionContextItem span{display:block;color:var(--ds-gray-500);font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.desteklerQuestionContextItem strong{display:block;margin-top:.45rem;color:var(--ds-gray-800);font-size:.98rem;font-weight:700}.desteklerQuestionFlow{display:flex;flex-direction:column;gap:1.25rem}.desteklerQuestionCard{background:#ffffff80;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--ds-border-radius-lg);padding:2rem;border:1px solid rgba(255,255,255,.6);box-shadow:0 15px 35px -15px #0000000d;transition:var(--ds-transition)}.desteklerQuestionCard:hover{background:#ffffffb3;border-color:var(--ds-primary);transform:translateY(-4px)}.desteklerQuestionTitleRow{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;flex-wrap:wrap;gap:.5rem}.desteklerQuestionIndex{font-size:.95rem;font-weight:700;color:var(--ds-primary-dark);background:#f973161a;padding:.3rem 1rem;border-radius:var(--ds-border-radius-full)}.desteklerRequiredBadge{font-size:.75rem;font-weight:700;text-transform:uppercase;background:var(--ds-warning);color:#fff;padding:.25rem .8rem;border-radius:var(--ds-border-radius-full);letter-spacing:.3px}.desteklerQuestionLabel{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:var(--ds-gray-800)}.desteklerQuestionHint{font-size:.95rem;color:var(--ds-gray-500);margin-bottom:1.2rem;font-style:italic;background:#fff6;padding:.5rem 1.2rem;border-radius:var(--ds-border-radius-full);display:inline-block}.desteklerQuestionInput{width:100%;padding:1rem 1.3rem;border:2px solid rgba(209,213,219,.5);border-radius:var(--ds-border-radius);font-size:1rem;transition:var(--ds-transition);background:#ffffffb3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);font-family:inherit}.desteklerQuestionInput:focus{outline:none;border-color:var(--ds-primary);background:#fff;box-shadow:0 0 0 6px #f973161a}textarea.desteklerQuestionInput{min-height:130px;resize:vertical}.desteklerQuestionTableCard{background:#ffffff80;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.6);border-radius:var(--ds-border-radius-lg);overflow:hidden;box-shadow:0 15px 35px -15px #0000000d}.desteklerQuestionTableTitle{background:#f973161a;padding:1.3rem 2rem;font-weight:700;font-size:1.3rem;border-bottom:1px solid rgba(255,255,255,.4);color:var(--ds-primary-dark)}.desteklerQuestionTableWrap{overflow-x:auto}.desteklerQuestionTable{width:100%;border-collapse:collapse;min-width:600px}.desteklerQuestionTable th{text-align:left;padding:1.2rem 2rem;background:#f973160d;font-weight:700;color:var(--ds-gray-700);border-bottom:2px solid rgba(255,255,255,.4);font-size:1rem}.desteklerQuestionTable td{padding:2rem;border-bottom:1px solid rgba(255,255,255,.3);vertical-align:top;background:#fff3}.desteklerQuestionTable tr:last-child td{border-bottom:none}.desteklerQuestionTable tr:hover td{background:#fff6}.desteklerQuestionActions{display:flex;flex-wrap:wrap;gap:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.56)}.desteklerProcessingBox{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;padding:5rem 2rem;text-align:center}.desteklerProgressRing{position:relative;width:150px;height:150px;margin-bottom:2.5rem}.desteklerProgressRing svg{width:100%;height:100%;transform:rotate(-90deg);filter:drop-shadow(0 8px 16px rgba(249,115,22,.2))}.desteklerProgressRing .bgPath{stroke:#d1d5db4d;stroke-width:4}.desteklerProgressRing .fgPath{stroke:var(--ds-primary);stroke-width:4;stroke-linecap:round;transition:stroke-dasharray .3s}.desteklerProgressRing span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:2.2rem;font-weight:800;color:var(--ds-primary-dark)}.desteklerProcessingText h3{font-size:2rem;font-weight:700;margin-bottom:.75rem;color:var(--ds-gray-800)}.desteklerProcessingText p{color:var(--ds-gray-500);font-size:1.2rem;font-weight:500}.desteklerProcessingTaskList{width:min(100%,520px);display:grid;gap:.85rem;max-height:min(56vh,460px);overflow:auto;padding-right:.35rem;scrollbar-gutter:stable}.desteklerProcessingTask{display:flex;align-items:center;gap:.9rem;padding:.95rem 1rem;border-radius:18px;border:1px solid rgba(148,163,184,.18);background:#f8fafcf0;text-align:left}.desteklerProcessingTask span:last-child{color:var(--ds-gray-700);font-size:.98rem;font-weight:700;line-height:1.45}.desteklerProcessingTaskIcon{width:1.5rem;height:1.5rem;display:inline-flex;align-items:center;justify-content:center;flex:0 0 1.5rem}.desteklerProcessingTaskDot{width:.65rem;height:.65rem;border-radius:999px;background:#cbd5e1}.desteklerProcessingTaskSpinner{animation:spin .9s linear infinite}.desteklerProcessingTask.is-active{border-color:#f973162e;background:#fff7edf5}.desteklerProcessingTask.is-active .desteklerProcessingTaskIcon,.desteklerProcessingTask.is-active span:last-child{color:#c2410c}.desteklerProcessingTask.is-complete{border-color:#22c55e2e;background:#f0fdf4f5}.desteklerProcessingTask.is-complete .desteklerProcessingTaskIcon,.desteklerProcessingTask.is-complete span:last-child{color:#15803d}.desteklerDoneBox{text-align:center;padding:4rem 2rem}.desteklerDoneBox h3{font-size:2.5rem;font-weight:800;color:var(--ds-success);margin-bottom:.75rem}.desteklerDoneBox p{color:var(--ds-gray-500);margin-bottom:2.5rem;font-size:1.2rem}.desteklerDoneActions{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}@media(max-width:1024px){.desteklerRoot{padding:1.5rem}.desteklerQuestionShell{grid-template-columns:1fr}.desteklerQuestionSidebar{position:relative;top:0}.desteklerQuestionNav{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.desteklerStepperItemWrap{min-width:auto}.desteklerStepperText{display:none}.desteklerStepperCircle{width:40px;height:40px}.desteklerChoiceGrid{grid-template-columns:1fr}.desteklerQuestionHeader{flex-direction:column;align-items:flex-start}.desteklerQuestionContext,.desteklerQuestionNav,.desteklerQuestionProgressMeta{grid-template-columns:1fr}.desteklerQuestionTable td{display:block;width:100%;padding:1.5rem}.desteklerQuestionTable tr{display:block;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.4);border-radius:var(--ds-border-radius);background:#ffffff4d}.desteklerQuestionTable th{display:none}.desteklerQuestionTable td:first-child{border-bottom:1px solid rgba(255,255,255,.3)}.desteklerHeader h2{font-size:2rem}.desteklerProcessingTaskList{max-height:48vh}}@media(max-width:560px){.desteklerRoot{padding:1rem}.desteklerHeroButtons{width:100%}.desteklerPrimaryBtn,.desteklerGhostBtn{flex:1 1 100%;justify-content:center}.desteklerNoticeBadges{width:100%}.desteklerNoticeBadges span{flex:1;justify-content:center}.desteklerQuestionActions{flex-direction:column}.desteklerQuestionActions button{width:100%;justify-content:center}}.desteklerBlockMotion{animation:fadeInUp .5s ease forwards;animation-delay:calc(var(--ds-delay, 0ms));opacity:0}.desteklerHiddenPreview{display:none}.desteklerRoot p{font-size:.94rem;line-height:1.6}.desteklerTopCard{padding:1.6rem}.desteklerContentCard{padding:2rem}.desteklerHeader{margin-bottom:1.5rem;gap:1.25rem}.desteklerHeader h2{font-size:2.1rem}.desteklerHeader p{font-size:.98rem}.desteklerHeaderActions button,.desteklerRefreshBtn,.desteklerBottomActions button,.desteklerQuestionActions button,.desteklerDoneActions button{padding:.62rem 1.25rem;font-size:.88rem}.desteklerRoot h3{font-size:1.15rem}.desteklerRoot h4{font-size:1rem}.desteklerRoot h5{font-size:.95rem}.desteklerRoot input,.desteklerRoot select,.desteklerRoot textarea{font-size:.92rem}@media(max-width:768px){.desteklerRoot p{font-size:.9rem}.desteklerHeader h2{font-size:1.8rem}.desteklerHeaderActions button,.desteklerRefreshBtn,.desteklerBottomActions button,.desteklerQuestionActions button,.desteklerDoneActions button{font-size:.84rem}}.desteklerSurfaceMotion{background:#fffffff5;border:1px solid rgba(15,23,42,.08);box-shadow:0 18px 36px #0f172a14;backdrop-filter:none;-webkit-backdrop-filter:none}.desteklerSurfaceMotion:hover{background:#fff;border-color:#c2411124;box-shadow:0 22px 40px #0f172a1a;transform:translateY(-1px)}.desteklerTopCard,.desteklerTopCard.desteklerSurfaceMotion:hover{position:relative;overflow:hidden;background:radial-gradient(circle at top right,rgba(255,122,24,.08),transparent 28%),linear-gradient(180deg,#fffffffc,#fffaf4f5);border-color:#0f172a14;box-shadow:0 20px 38px #0f172a14}.desteklerTopCard:before{content:"";position:absolute;inset:0 0 auto 0;height:4px;background:linear-gradient(90deg,var(--ds-primary-dark),var(--ds-primary))}.desteklerContentCard{background:#fffffffa;border-color:#0f172a14;box-shadow:0 18px 34px #0f172a14}.desteklerHeader{align-items:flex-start;margin-bottom:1.25rem}.desteklerHeader h2,.desteklerQuestionRouteMeta h2{color:var(--ds-gray-900);letter-spacing:-.03em}.desteklerHeader p,.desteklerQuestionRouteMeta p{color:var(--ds-gray-600)}.desteklerHeaderActions{gap:.75rem}.desteklerHeaderActions button,.desteklerRefreshBtn,.desteklerBottomActions button,.desteklerQuestionActions button,.desteklerDoneActions button{min-height:42px;border-radius:14px;box-shadow:none}.desteklerRefreshBtn,.desteklerBottomActions button:not(.ghost),.desteklerQuestionActions button:not(.ghost),.desteklerDoneActions button:not(.ghost){background:linear-gradient(135deg,var(--ds-primary-dark),var(--ds-primary));color:#fff;border:none;box-shadow:0 12px 22px #c2411129}.desteklerTopCard .desteklerHeaderActions button.ghost,.desteklerQuestionBackBtn,.desteklerBottomActions button.ghost,.desteklerQuestionActions button.ghost,.desteklerDoneActions button.ghost{background:#fff;color:var(--ds-gray-700);border:1px solid rgba(15,23,42,.08);box-shadow:0 10px 18px #0f172a0a}.desteklerTopCard .desteklerHeaderActions button.ghost:hover,.desteklerQuestionBackBtn:hover,.desteklerBottomActions button.ghost:hover,.desteklerQuestionActions button.ghost:hover,.desteklerDoneActions button.ghost:hover{background:#fff9effa;color:var(--ds-primary-dark);border-color:#c241112e}.desteklerStepper{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;margin:1.5rem 0}.desteklerStepperItemWrap{min-width:0}.desteklerStepperItem{width:100%;padding:.85rem 1rem;border-radius:18px;border:1px solid rgba(15,23,42,.08);background:#f8fafceb;color:var(--ds-gray-500)}.desteklerStepperItem.is-active,.desteklerStepperItem.is-done{background:linear-gradient(180deg,#fff7edfa,#fffffffa);border-color:#c241112e}.desteklerStepperCircle{width:38px;height:38px;border:1px solid rgba(15,23,42,.08);background:#fff;color:var(--ds-gray-700);box-shadow:none}.desteklerStepperItem.is-active .desteklerStepperCircle,.desteklerStepperItem.is-done .desteklerStepperCircle{box-shadow:none}.desteklerStepperText strong{color:var(--ds-gray-800);font-size:.94rem}.desteklerStepperLine{display:none}.desteklerSelectionSummary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;background:transparent;border:none;padding:0;margin:1.25rem 0 1.75rem}.desteklerSummaryChip{display:grid;gap:.35rem;align-items:start;padding:.95rem 1rem;border-radius:18px;background:#ffffffe6;border:1px solid rgba(15,23,42,.06);box-shadow:0 10px 18px #0f172a0a}.desteklerSummaryChip:hover{transform:none;background:#fff;border-color:#c2411124}.desteklerSummaryChip span{color:var(--ds-gray-500);font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.desteklerSummaryChip strong{color:var(--ds-gray-900);line-height:1.35}.desteklerStepCard{padding:0}.desteklerStepHead{margin-bottom:1.5rem}.desteklerStepHead h3{color:var(--ds-gray-900);font-size:1.5rem}.desteklerStepHead p{color:var(--ds-gray-600);font-size:.96rem}.desteklerChoiceGrid{gap:1rem;margin:1.5rem 0}.desteklerModernChoice{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:20px;padding:1.25rem;box-shadow:0 12px 24px #0f172a0d}.desteklerModernChoice:before{display:none}.desteklerModernChoice:hover{background:#fff;border-color:#c241112e;transform:translateY(-2px);box-shadow:0 18px 30px #0f172a14}.desteklerModernChoice.is-selected{background:linear-gradient(180deg,#fff7edfa,#fffffffa);border:1px solid rgba(194,65,17,.28);box-shadow:0 18px 32px #c241111f}.desteklerModernChoiceTop{color:var(--ds-primary-dark);margin-bottom:.35rem}.desteklerModernChoice strong{font-size:1.08rem;color:var(--ds-gray-900)}.desteklerModernChoice small{color:var(--ds-gray-500);font-size:.84rem}.desteklerQuestionRouteHead{margin-bottom:1.25rem}.desteklerQuestionSidebarCard,.desteklerQuestionNavItem,.desteklerQuestionCard,.desteklerQuestionTableCard{background:#fff;border:1px solid rgba(15,23,42,.08);box-shadow:0 14px 28px #0f172a0d;-webkit-backdrop-filter:none;backdrop-filter:none}.desteklerQuestionNavItem.is-active{border-color:#c2411138;background:linear-gradient(180deg,#fff7edfa,#fffffffa);box-shadow:0 16px 28px #c241111f}.desteklerQuestionProgressMeta div,.desteklerQuestionContextItem,.desteklerQuestionProgressBar{background:#f8fafcf0;border:1px solid rgba(15,23,42,.06)}.desteklerQuestionHeader h3,.desteklerQuestionSidebarCard strong,.desteklerQuestionNavItem strong,.desteklerQuestionLabel{color:var(--ds-gray-900)}.desteklerQuestionHeader p,.desteklerQuestionSidebarCard p,.desteklerQuestionNavItem small,.desteklerQuestionHint,.desteklerQuestionContextItem span,.desteklerQuestionProgressMeta span{color:var(--ds-gray-500)}.desteklerQuestionInput,.desteklerQuestionTable td,.desteklerQuestionTable tr:hover td{background:#fff}.desteklerQuestionTableTitle,.desteklerQuestionTable th,.desteklerQuestionStepInfo,.desteklerQuestionIndex{background:#ff7a1814;color:var(--ds-primary-dark)}@media(max-width:1024px){.desteklerStepper{grid-template-columns:repeat(2,minmax(0,1fr))}.desteklerSelectionSummary{grid-template-columns:1fr}}@media(max-width:768px){.desteklerTopCard,.desteklerContentCard{--destekler-topcard-padding: 1.25rem;padding:1.25rem}.desteklerHeader{gap:1rem}.desteklerHeaderActions{width:100%}.desteklerHeaderActions button,.desteklerRefreshBtn{flex:1 1 0;justify-content:center}.desteklerStepper{grid-template-columns:1fr}.desteklerStepperText{display:block}}.desteklerRoot{width:100%;min-height:100%;padding:0;background:transparent;color:#1f2937;font-family:inherit}.desteklerRoot:before,.desteklerRoot:after{display:none}.desteklerPageHeroWrap{display:grid;gap:16px;width:100%}.desteklerHeroCard{position:relative;overflow:hidden;min-height:190px;border-radius:26px;padding:28px;background:linear-gradient(135deg,#ff7a18,#c24110);box-shadow:0 22px 40px #c241112e,inset 0 1px #ffffff24;color:#fff;border:1px solid rgba(255,255,255,.14)}.desteklerHeroCard:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:48px 48px;opacity:.05;pointer-events:none}.desteklerHeroGlow{display:none}.desteklerHeroGlowOne{width:240px;height:240px;top:-80px;right:-60px;background:#ffffff29}.desteklerHeroGlowTwo{width:180px;height:180px;bottom:-70px;left:-40px;background:#ffffff1a}.desteklerHeroContent{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) 300px;align-items:center;gap:24px;width:100%}.desteklerHeroLeft{width:100%;min-width:0;display:grid;gap:14px}.desteklerHeroBadge{display:inline-flex;align-items:center;gap:8px;width:fit-content;min-height:32px;padding:0 14px;border-radius:999px;background:#ffffff24;border:1px solid rgba(255,255,255,.2);font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.desteklerHeroLeft h1{margin:0;font-size:clamp(1.8rem,3vw,2.4rem);line-height:1.02;font-weight:700;letter-spacing:-.05em;color:#fff}.desteklerHeroLeft p{margin:0;max-width:760px;font-size:14px;line-height:1.75;color:#fff8f0e6}.desteklerHeroRight{min-width:0;width:300px;display:grid;gap:12px;min-height:134px;align-content:end;justify-self:end;align-self:stretch}.desteklerHeroPrimaryBtn,.desteklerHeroGhostBtn{min-height:46px;width:100%;border-radius:16px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:12px;font-weight:800;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background-color .18s ease,color .18s ease,opacity .18s ease}.desteklerHeroPrimaryBtn{background:#fff;color:#a24110;border:1px solid transparent;box-shadow:0 14px 24px #7c2d121f}.desteklerHeroPrimaryBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 18px 28px #7c2d1229}.desteklerHeroGhostBtn{background:#ffffff1f;color:#fff;border:1px solid rgba(255,255,255,.22);box-shadow:0 14px 24px #7c2d121f}.desteklerHeroGhostBtn:hover:not(:disabled){transform:translateY(-1px);background:#fff3;box-shadow:0 18px 28px #7c2d1229}.desteklerHeroPrimaryBtn:disabled,.desteklerHeroGhostBtn:disabled{opacity:.7;cursor:not-allowed}.desteklerTopCard{--destekler-topcard-padding: 22px;background:#fffffff2;border:1px solid rgba(255,122,24,.14);border-radius:24px;padding:var(--destekler-topcard-padding);box-shadow:0 20px 50px #0f172a14,0 4px 16px #0f172a0a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden}.desteklerTopCard>.desteklerStepCard{margin:0 calc(var(--destekler-topcard-padding) * -1) calc(var(--destekler-topcard-padding) * -1);padding:var(--destekler-topcard-padding);border-radius:0;border-left:none;border-right:none;border-bottom:none;box-shadow:none}.desteklerStepper{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px}.desteklerStepperItemWrap{display:flex;align-items:center;gap:10px}.desteklerStepperItem{display:flex;align-items:center;gap:10px;background:#fff7ed;border:1px solid rgba(255,122,24,.18);border-radius:16px;padding:10px 14px}.desteklerStepperItem.is-active{background:linear-gradient(135deg,#ff7a18,#c24110);color:#fff;border-color:transparent;box-shadow:0 12px 30px #c2411138}.desteklerStepperItem.is-done{background:#fff;border-color:#10b9813d}.desteklerStepperCircle{width:30px;height:30px;border-radius:999px;display:grid;place-items:center;background:#ffffffb8;color:#a24110;font-size:13px;font-weight:800;flex-shrink:0}.desteklerStepperItem.is-active .desteklerStepperCircle{background:#ffffff2e;color:#fff}.desteklerStepperText strong{font-size:14px;font-weight:700}.desteklerStepperLine{width:32px;height:2px;border-radius:999px;background:linear-gradient(90deg,#ff7a182e,#c2411152)}.desteklerSelectionSummary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:18px}.desteklerSummaryChip{background:linear-gradient(180deg,#fff,#fff7ed);border:1px solid rgba(255,122,24,.14);border-radius:18px;padding:14px 16px}.desteklerSummaryChip span{display:block;font-size:12px;color:#0f172a;margin-bottom:6px;font-weight:700}.desteklerSummaryChip strong{display:block;font-size:15px;color:#1f2937;line-height:1.45}.desteklerStepCard{background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:22px;padding:20px}.desteklerStepHead{margin-bottom:18px}.desteklerStepHead h3{margin:0 0 6px;font-size:22px;color:#111827}.desteklerStepHead p{margin:0;color:#6b7280;line-height:1.6}.desteklerChoiceGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:14px}.desteklerModernChoice{text-align:left;border:1px solid rgba(15,23,42,.08);background:linear-gradient(180deg,#fff,#fffbf5);border-radius:18px;padding:18px;cursor:pointer;transition:.22s ease;box-shadow:0 10px 24px #0f172a0a}.desteklerModernChoice:hover{transform:translateY(-2px);border-color:#ff7a184d;box-shadow:0 18px 34px #ff7a181f}.desteklerModernChoice.is-selected{border-color:#ff7a18;background:linear-gradient(135deg,#fff7ed,#fff);box-shadow:0 20px 38px #ff7a1829}.desteklerModernChoiceTop{display:inline-flex;align-items:center;gap:8px;color:#a24110;font-size:12px;font-weight:800;margin-bottom:12px}.desteklerModernChoice strong{display:block;color:#111827;font-size:16px;line-height:1.45;margin-bottom:8px}.desteklerModernChoice small{color:#6b7280;font-size:13px}.desteklerBottomActions{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}.desteklerBottomActions button,.desteklerActionBox button,.desteklerQuestionActions button,.desteklerDoneActions button{height:44px;padding:0 16px;border:none;border-radius:14px;background:linear-gradient(135deg,#ff7a18,#c24110);color:#fff;font-weight:700;cursor:pointer;transition:.2s ease}.desteklerBottomActions button:hover,.desteklerActionBox button:hover,.desteklerQuestionActions button:hover,.desteklerDoneActions button:hover{transform:translateY(-1px);box-shadow:0 12px 26px #c2411138}.desteklerBottomActions .ghost,.desteklerQuestionActions .ghost,.desteklerDoneActions .ghost,button.ghost{background:#fff7ed;color:#a24110;border:1px solid rgba(255,122,24,.18);box-shadow:none}.desteklerBottomActions .ghost:hover,.desteklerQuestionActions .ghost:hover,.desteklerDoneActions .ghost:hover,button.ghost:hover{background:#ffedd5;box-shadow:none}.desteklerInfoText,.desteklerWarnText,.desteklerErrorText{border-radius:14px;padding:14px 16px;margin-bottom:16px;font-size:14px}.desteklerInfoText{background:#eff6ff;color:#1d4ed8;border:1px solid rgba(59,130,246,.16)}.desteklerWarnText{background:#fff7ed;color:#a24110;border:1px solid rgba(255,122,24,.2)}.desteklerErrorText{background:#fef2f2;color:#c2410c;border:1px solid rgba(239,68,68,.18)}@media(max-width:980px){.desteklerHeroContent{grid-template-columns:1fr}.desteklerHeroLeft h1{font-size:clamp(1.7rem,4vw,2.2rem)}.desteklerHeroLeft p{font-size:13px}.desteklerHeroRight{width:100%;min-width:0;justify-self:stretch;align-self:stretch;grid-template-columns:repeat(2,minmax(0,1fr));min-height:auto}.desteklerHeroPrimaryBtn,.desteklerHeroGhostBtn{min-width:180px}.desteklerSelectionSummary{grid-template-columns:1fr}}@media(max-width:720px){.desteklerRoot{padding:0}.desteklerHeroCard{padding:20px;border-radius:22px}.desteklerTopCard,.desteklerStepCard{--destekler-topcard-padding: 16px;padding:16px;border-radius:18px}.desteklerHeroLeft h1{font-size:1.65rem}.desteklerHeroLeft p{font-size:12px;line-height:1.65}.desteklerStepper{flex-direction:column}.desteklerStepperItemWrap{width:100%}.desteklerStepperLine{display:none}}.desteklerSurfaceMotion:hover{background:#fffffff5!important;border-color:#0f172a14!important;box-shadow:0 18px 36px #0f172a14!important;transform:none!important}.desteklerHeroCard:hover{background:linear-gradient(135deg,#ff7a18,#c24110)!important;border-color:#ffffff29!important;box-shadow:0 24px 60px #c2411138,inset 0 1px #ffffff2e!important;transform:none!important}.desteklerTopCard:hover,.desteklerTopCard.desteklerSurfaceMotion:hover{background:radial-gradient(circle at top right,rgba(255,122,24,.08),transparent 28%),linear-gradient(180deg,#fffffffc,#fffaf4f5)!important;border-color:#0f172a14!important;box-shadow:0 20px 38px #0f172a14!important;transform:none!important}.desteklerModernChoice:hover{background:#fff!important;border-color:#0f172a14!important;box-shadow:0 12px 24px #0f172a0d!important;transform:translateY(-2px)!important}.desteklerModernChoice.is-selected:hover{background:linear-gradient(180deg,#fff7edfa,#fffffffa)!important;border-color:#c2411147!important;box-shadow:0 18px 32px #c241111f!important}.desteklerSummaryChip:hover{background:#ffffffe6!important;border-color:#0f172a0f!important;box-shadow:0 10px 18px #0f172a0a!important;transform:none!important}.desteklerWorkflowLayout{display:grid;grid-template-columns:minmax(250px,290px) minmax(0,1fr);gap:18px;align-items:start}.desteklerWorkflowSidebar{position:sticky;top:18px;display:grid;gap:14px}.desteklerWorkflowGuide,.desteklerWorkflowSummaryCard{border-radius:20px;border:1px solid rgba(15,23,42,.08);background:linear-gradient(180deg,#fff,#fffaf5);box-shadow:0 14px 28px #0f172a0d;padding:18px}.desteklerWorkflowKicker,.desteklerStepKicker{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:#ff7a181f;color:#a24110;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.desteklerWorkflowGuide h3{margin:12px 0 8px;color:#111827;font-size:1.25rem;line-height:1.25}.desteklerWorkflowGuide p{margin:0;color:#6b7280;font-size:.92rem;line-height:1.65}.desteklerWorkflowGuideStats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:16px}.desteklerWorkflowGuideStat{padding:12px 12px 10px;border-radius:16px;background:#fff;border:1px solid rgba(15,23,42,.06)}.desteklerWorkflowGuideStat span{display:block;color:#6b7280;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.desteklerWorkflowGuideStat strong{display:block;margin-top:6px;color:#111827;font-size:14px;line-height:1.4}.desteklerWorkflowSummaryHead h4{margin:0;color:#111827;font-size:1rem}.desteklerWorkflowSummaryHead p{margin:6px 0 0;color:#6b7280;font-size:.86rem}.desteklerWorkflowSummaryCard .desteklerSelectionSummary{grid-template-columns:1fr;margin:14px 0 0}.desteklerSelectionSummaryPanel{margin-bottom:18px;padding:0;background:transparent;border:0;box-shadow:none}.desteklerSelectionSummaryPanel .desteklerWorkflowSummaryHead h4{color:#166534}.desteklerSelectionSummaryPanel .desteklerWorkflowSummaryHead p{color:#4b5563}.desteklerSelectionSummaryPanel .desteklerSelectionSummaryTrack{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0}.desteklerSelectionSummaryNode{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}.desteklerSelectionArrow{width:34px;height:34px;display:grid;place-items:center;border-radius:999px;background:linear-gradient(135deg,#ffedd5,#fff7ed);color:#c2410c;border:1px solid rgba(255,122,24,.2);flex-shrink:0}.desteklerSummaryChip{background:linear-gradient(180deg,#fff,#fffaf5);border-color:#ff7a181a}.desteklerSummaryChipTop{display:flex;align-items:center;justify-content:space-between;gap:10px}.desteklerSummaryChip.is-complete{background:linear-gradient(180deg,#fff7ed,#ffedd5);border-color:#ff7a1847;box-shadow:0 12px 24px #ff7a181f}.desteklerSummaryChip.is-pending{background:linear-gradient(180deg,#fff,#fffaf5);border-color:#ff7a1824}.desteklerSummaryChipStatus{display:inline-flex;align-items:center;gap:4px;min-height:24px;padding:0 8px;border-radius:999px;font-size:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.desteklerSummaryChipStatus.is-complete{background:#ff7a1824;color:#c2410c}.desteklerSummaryChipStatus.is-pending{background:#ff7a1814;color:#c2410c}.desteklerSummaryChipStatus small{margin:0;color:inherit;font-size:10px;line-height:1}.desteklerWorkflowMain{min-width:0}.desteklerWorkflowMainFull{width:100%}.desteklerStepHead{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.desteklerStepCount{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border-radius:999px;background:#fff7ed;border:1px solid rgba(255,122,24,.18);color:#a24110;font-size:12px;font-weight:800;white-space:nowrap}.desteklerChoiceFoot{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:12px}.desteklerChoiceState{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 10px;border-radius:999px;background:#f8fafc;border:1px solid rgba(15,23,42,.08);color:#64748b;font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap}.desteklerChoiceState.is-selected{background:#ff7a181f;border-color:#ff7a183d;color:#a24110}.desteklerModernChoice{gap:0;min-height:170px}.desteklerModernChoice strong{margin-bottom:14px}.desteklerWorkflowMain .desteklerStepCard{min-height:100%}@media(max-width:1100px){.desteklerWorkflowLayout{grid-template-columns:1fr}.desteklerWorkflowSidebar{position:relative;top:0}.desteklerWorkflowSummaryCard .desteklerSelectionSummary{grid-template-columns:repeat(3,minmax(0,1fr))}.desteklerSelectionSummaryPanel .desteklerSelectionSummaryTrack{grid-template-columns:1fr}.desteklerSelectionArrow{transform:rotate(90deg);justify-self:center}}@media(max-width:720px){.desteklerWorkflowGuide,.desteklerWorkflowSummaryCard{padding:14px;border-radius:18px}.desteklerWorkflowGuideStats,.desteklerWorkflowSummaryCard .desteklerSelectionSummary{grid-template-columns:1fr}.desteklerSelectionSummaryPanel{margin-bottom:14px}.desteklerSelectionSummaryNode{grid-template-columns:1fr}.desteklerStepHead{flex-direction:column;align-items:flex-start}.desteklerStepCount{min-height:34px;padding:0 12px}.desteklerChoiceFoot{flex-direction:column;align-items:flex-start}.desteklerChoiceState{align-self:flex-start}.desteklerModernChoice{min-height:auto}}.desteklerWorkflowCallout{margin-top:16px;padding:14px;border-radius:16px;background:#fff7ed;border:1px solid rgba(255,122,24,.16)}.desteklerWorkflowCallout strong{display:block;color:#9a3412;font-size:13px;margin-bottom:6px}.desteklerWorkflowCallout p{margin:0;color:#7c2d12;font-size:.9rem;line-height:1.55}.desteklerWorkflowCallout small{display:block;margin-top:8px;color:#b45309;font-size:.78rem;line-height:1.5}.desteklerWorkflowRoadmap{display:grid;gap:10px;margin-top:16px}.desteklerWorkflowRoadmapItem{display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;align-items:start;padding:10px 12px;border-radius:16px;background:#fff;border:1px solid rgba(15,23,42,.06)}.desteklerWorkflowRoadmapItem>span{width:34px;height:34px;display:grid;place-items:center;border-radius:999px;background:#f8fafc;color:#64748b;font-size:12px;font-weight:800}.desteklerWorkflowRoadmapItem strong{display:block;color:#111827;font-size:13px;line-height:1.35}.desteklerWorkflowRoadmapItem small{display:block;margin-top:4px;color:#6b7280;font-size:.76rem;line-height:1.45}.desteklerWorkflowRoadmapItem.is-active{background:linear-gradient(180deg,#fff7ed,#fff);border-color:#ff7a1833}.desteklerWorkflowRoadmapItem.is-active>span{background:linear-gradient(135deg,#ff7a18,#c24110);color:#fff}.desteklerWorkflowRoadmapItem.is-done{border-color:#10b98129}.desteklerWorkflowRoadmapItem.is-done>span{background:#10b9811f;color:#047857}.desteklerSummaryChip small{display:block;margin-top:8px;color:#6b7280;font-size:12px;line-height:1.45}@media(max-width:720px){.desteklerWorkflowCallout{padding:12px}.desteklerSummaryChipTop{flex-direction:column;align-items:flex-start}}@keyframes desteklerGlowDrift{0%,to{transform:translateZ(0) scale(1);opacity:.72}50%{transform:translate3d(10px,-10px,0) scale(1.08);opacity:1}}@keyframes desteklerChipFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.desteklerRoot{background:linear-gradient(180deg,#fff4e8,#fffaf6 34%,#fff);overflow:hidden}.desteklerRoot:before{top:-40px;right:-70px;width:560px;height:560px;background:radial-gradient(circle,rgba(249,115,22,.22) 0%,rgba(249,115,22,.1) 28%,transparent 68%);filter:blur(6px);animation:desteklerGlowDrift 10s ease-in-out infinite}.desteklerRoot:after{bottom:-120px;left:-100px;width:620px;height:620px;background:radial-gradient(circle,rgba(234,88,12,.18) 0%,rgba(251,146,60,.08) 34%,transparent 72%);filter:blur(10px);animation:desteklerGlowDrift 12s ease-in-out infinite reverse}.desteklerTopCard,.desteklerTopCard:hover,.desteklerTopCard.desteklerSurfaceMotion:hover{background:radial-gradient(circle at top left,rgba(249,115,22,.18),transparent 26%),radial-gradient(circle at bottom right,rgba(234,88,12,.12),transparent 24%),linear-gradient(180deg,#fffaf4fa,#fffffff5)!important;border-color:#ff7a1824!important;box-shadow:0 24px 44px #f973161a!important}.desteklerWorkflowMainFull{position:relative;width:100%;padding:14px;border-radius:28px;background:radial-gradient(circle at top left,rgba(255,122,24,.12),transparent 28%),linear-gradient(180deg,#fff3e6d1,#ffffffb8);border:1px solid rgba(255,122,24,.12);box-shadow:inset 0 1px #fffc,0 18px 32px #f9731614}.desteklerWorkflowMainFull .desteklerStepCard{background:linear-gradient(180deg,#fff,#fffaf4)!important;border-color:#ff7a181a!important;box-shadow:0 18px 36px #f9731614!important}.desteklerSelectionSummaryPanel{margin-bottom:22px}.desteklerSelectionArrow{background:linear-gradient(135deg,#fb923c,#f97316)!important;color:#fff!important;border-color:#c2410c57!important;box-shadow:0 14px 26px #f9731633;animation:desteklerChipFloat 3.2s ease-in-out infinite}.desteklerSummaryChip{position:relative;overflow:hidden;isolation:isolate;background:linear-gradient(180deg,#fffffff5,#fff7edfa)!important;border-color:#ff7a1824!important;box-shadow:0 12px 24px #f9731614!important}.desteklerSummaryChip:before{content:"";position:absolute;inset:0 auto auto 0;width:130px;height:130px;background:radial-gradient(circle,rgba(255,122,24,.18) 0%,transparent 72%);opacity:.8;pointer-events:none;z-index:0}.desteklerSummaryChip>*{position:relative;z-index:1}.desteklerSummaryChip:hover{background:linear-gradient(180deg,#fff8ef,#fff1df)!important;border-color:#ff7a1833!important;box-shadow:0 16px 28px #f973161f!important;transform:translateY(-2px)!important}.desteklerSummaryChip.is-complete,.desteklerSummaryChip.is-complete:hover{background:linear-gradient(135deg,#fb923c,#f97316 52%,#ea580c)!important;border-color:#c2410c61!important;box-shadow:0 18px 34px #f973163d!important;animation:desteklerChipFloat 4.2s ease-in-out infinite}.desteklerSummaryChip.is-complete:before{background:radial-gradient(circle,rgba(255,255,255,.34) 0%,transparent 66%)}.desteklerSummaryChip.is-pending{background:linear-gradient(180deg,#fff8ef,#fff3e6)!important;border-color:#ff7a1829!important}.desteklerSummaryChipStatus{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.desteklerSummaryChipStatus.is-complete{background:#ffffff29!important;color:#fff!important;border:1px solid rgba(255,255,255,.24)}.desteklerSummaryChipStatus.is-pending{background:#ff7a1824!important;color:#c2410c!important;border:1px solid rgba(255,122,24,.14)}.desteklerModernChoice{position:relative;overflow:hidden;isolation:isolate;background:linear-gradient(180deg,#fff,#fffaf4)!important;border-color:#ff7a181a!important;box-shadow:0 14px 28px #f973160f!important}.desteklerModernChoice:after{content:"";position:absolute;top:-24px;right:-18px;width:120px;height:120px;background:radial-gradient(circle,rgba(255,122,24,.16) 0%,transparent 70%);opacity:.8;pointer-events:none;z-index:0;animation:desteklerGlowDrift 6s ease-in-out infinite}.desteklerModernChoice>*{position:relative;z-index:1}.desteklerModernChoice:hover{background:linear-gradient(180deg,#fffaf4,#fff1df)!important;border-color:#ff7a182e!important;box-shadow:0 18px 34px #f973161f!important;transform:translateY(-4px)!important}.desteklerModernChoice.is-selected,.desteklerModernChoice.is-selected:hover{background:linear-gradient(180deg,#ffedd5,#fff7ed)!important;border-color:#ff7a1847!important;box-shadow:0 20px 38px #f9731629!important}@media(max-width:720px){.desteklerRoot:before,.desteklerRoot:after{width:280px;height:280px;filter:none}.desteklerWorkflowMainFull{padding:10px;border-radius:22px}.desteklerSelectionArrow,.desteklerSummaryChip.is-complete{animation:none}.desteklerSummaryChip,.desteklerWorkflowMainFull .desteklerStepCard,.desteklerModernChoice{box-shadow:0 10px 20px #f9731614!important}}.desteklerRoot{background:linear-gradient(180deg,#f4f6f8,#f8fafc 46%,#fff)!important;overflow:visible}.desteklerRoot:before,.desteklerRoot:after,.desteklerHeroGlow,.desteklerSummaryChip:before,.desteklerModernChoice:after{content:none!important;display:none!important;animation:none!important}.desteklerSurfaceMotion{animation:none!important;opacity:1!important;transform:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.desteklerHeroCard,.desteklerHeroCard:hover{background:radial-gradient(circle at top right,rgba(255,255,255,.18),transparent 28%),linear-gradient(135deg,#f97316,#ea580c 55%,#c2410c)!important;border:1px solid rgba(255,255,255,.16)!important;box-shadow:0 20px 40px #c2410c38!important}.desteklerHeroCard:before{background:#ffffff47!important;height:1px!important;opacity:1!important}.desteklerHeroContent{gap:24px;align-items:center}.desteklerHeroBadge{background:#ffffff24!important;color:#fff!important;border:1px solid rgba(255,255,255,.2)!important;box-shadow:none!important}.desteklerHeroLeft h1{color:#fff!important;font-size:2rem!important;line-height:1.15;letter-spacing:-.03em}.desteklerHeroLeft p{color:#fff7edeb!important;max-width:780px;font-size:.98rem!important}.desteklerHeroPrimaryBtn{background:#fff!important;color:#c2410c!important;border:1px solid rgba(255,255,255,.92)!important;box-shadow:0 12px 22px #7c2d1224!important}.desteklerHeroPrimaryBtn:hover:not(:disabled){background:#fff7ed!important;border-color:#fff7ed!important;transform:translateY(-1px)!important;box-shadow:0 14px 24px #7c2d122e!important}.desteklerHeroGhostBtn{background:#ffffff1f!important;color:#fff!important;border:1px solid rgba(255,255,255,.18)!important;box-shadow:none!important}.desteklerHeroGhostBtn:hover:not(:disabled){background:#ffffff2e!important;border-color:#ffffff3d!important;color:#fff!important}.desteklerTopCard,.desteklerTopCard:hover,.desteklerTopCard.desteklerSurfaceMotion:hover{background:#fff!important;border:1px solid rgba(226,232,240,.9)!important;box-shadow:0 18px 36px #0f172a0d!important}.desteklerWorkflowMainFull{width:100%;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}.desteklerSelectionSummaryPanel{margin-bottom:20px!important}.desteklerSelectionSummaryTrack{gap:16px!important}.desteklerSelectionArrow{width:30px;height:30px;background:#fff!important;color:#f97316!important;border:1px solid rgba(253,186,116,.9)!important;box-shadow:none!important;animation:none!important}.desteklerSummaryChip,.desteklerSummaryChip:hover{background:linear-gradient(180deg,#fff,#fcfcfd)!important;border:1px solid rgba(226,232,240,.95)!important;box-shadow:0 10px 24px #0f172a0a!important;transform:none!important}.desteklerSummaryChip.is-complete,.desteklerSummaryChip.is-complete:hover{background:linear-gradient(180deg,#fff7ed,#fff1e8)!important;border-color:#fb923c6b!important;box-shadow:0 12px 26px #f9731614!important;animation:none!important}.desteklerSummaryChip.is-complete .desteklerSummaryChipTop>span{color:#9a3412!important}.desteklerSummaryChip.is-complete strong{color:#0f172a!important}.desteklerSummaryChip.is-complete small{color:#7c2d12!important}.desteklerSummaryChip.is-pending{background:linear-gradient(180deg,#fff,#f8fafc)!important;border-color:#e2e8f0f2!important}.desteklerSummaryChipStatus{-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.desteklerSummaryChipStatus.is-complete{background:#f97316!important;color:#fff!important;border:0!important}.desteklerSummaryChipStatus.is-pending{background:#f1f5f9!important;color:#64748b!important;border:1px solid rgba(226,232,240,.95)!important}.desteklerStepCard{background:#fff!important;border:1px solid rgba(226,232,240,.95)!important;border-radius:24px!important;box-shadow:0 16px 32px #0f172a0d!important}.desteklerStepHead{gap:18px;padding-bottom:16px;margin-bottom:20px;border-bottom:1px solid #eef2f7}.desteklerStepKicker{background:#fff7ed!important;color:#c2410c!important;border:1px solid rgba(253,186,116,.42)!important}.desteklerStepHead h3{color:#0f172a!important;font-size:1.45rem!important;line-height:1.2}.desteklerStepHead p{color:#475569!important}.desteklerStepCount{background:#f8fafc!important;border:1px solid rgba(226,232,240,.95)!important;color:#334155!important;box-shadow:none!important}.desteklerChoiceGrid{gap:16px!important}.desteklerModernChoice,.desteklerModernChoice:hover{background:linear-gradient(180deg,#fff,#fcfcfd)!important;border:1px solid rgba(226,232,240,.95)!important;box-shadow:0 10px 20px #0f172a0a!important}.desteklerModernChoice:hover{transform:translateY(-2px)!important;border-color:#fb923c61!important}.desteklerModernChoice.is-selected,.desteklerModernChoice.is-selected:hover{background:linear-gradient(180deg,#fff7ed,#fffaf5)!important;border-color:#f9731661!important;box-shadow:0 14px 26px #f9731614!important}.desteklerModernChoiceTop{color:#c2410c!important;background:transparent!important}.desteklerModernChoice strong{color:#0f172a!important;font-size:1.04rem!important}.desteklerModernChoice small{color:#64748b!important}.desteklerChoiceState{background:#f8fafc!important;color:#475569!important;border:1px solid rgba(226,232,240,.95)!important}.desteklerChoiceActions{display:inline-flex;align-items:center;gap:8px}.desteklerChoiceHint{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 10px;border-radius:999px;background:#ffffffb8;border:1px solid rgba(226,232,240,.95);color:#64748b;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.desteklerChoiceState.is-selected{background:#f97316!important;color:#fff!important;border-color:#f97316!important}.desteklerBottomActions button:not(.ghost),.desteklerQuestionActions button:not(.ghost),.desteklerDoneActions button:not(.ghost),.desteklerRefreshBtn:not(.ghost){background:#f97316!important;border:1px solid #f97316!important;color:#fff!important;box-shadow:0 10px 20px #f9731624!important}.desteklerBottomActions button.ghost,.desteklerQuestionActions button.ghost,.desteklerDoneActions button.ghost,.desteklerQuestionBackBtn,.desteklerRefreshBtn.ghost{background:#fff!important;color:#334155!important;border:1px solid rgba(203,213,225,.95)!important;box-shadow:none!important}.desteklerWarnText,.desteklerErrorText,.desteklerNoProjectGuide,.desteklerAccordionEmpty{border-radius:18px!important;border:1px solid rgba(226,232,240,.95)!important;box-shadow:none!important}.desteklerWarnText,.desteklerAccordionEmpty{background:#fff7ed!important;color:#9a3412!important}.desteklerNoProjectGuide{background:#fffaf5!important}@media(max-width:900px){.desteklerHeroContent{grid-template-columns:1fr!important;align-items:flex-start}.desteklerHeroRight{width:100%;justify-content:flex-start!important}}@media(max-width:720px){.desteklerRoot{padding:16px!important}.desteklerHeroCard,.desteklerTopCard,.desteklerStepCard{border-radius:20px!important}.desteklerHeroLeft h1{font-size:1.55rem!important}.desteklerHeroLeft p{font-size:.92rem!important}.desteklerHeroRight{flex-direction:column;align-items:stretch!important}.desteklerHeroPrimaryBtn,.desteklerHeroGhostBtn{width:100%;justify-content:center}.desteklerSelectionSummaryTrack{grid-template-columns:1fr!important}.desteklerSelectionArrow{transform:rotate(90deg);justify-self:center}.desteklerStepHead{gap:12px;padding-bottom:12px;margin-bottom:16px}}.desteklerRoot.is-standalone-question{min-height:100vh;padding:28px clamp(18px,3vw,36px) 40px!important;background:linear-gradient(180deg,#eef2f6,#f8fafc 48%,#fff)!important}.desteklerQuestionPage.is-standalone{max-width:1460px;margin:0 auto}.desteklerTopCard.is-question-hero,.desteklerTopCard.is-question-hero:hover,.desteklerTopCard.is-question-hero.desteklerSurfaceMotion:hover{background:radial-gradient(circle at top right,rgba(255,255,255,.18),transparent 28%),linear-gradient(135deg,#f97316,#ea580c 58%,#c2410c)!important;border:1px solid rgba(255,255,255,.16)!important;box-shadow:0 22px 44px #c2410c33!important}.desteklerRoot.is-standalone-question .desteklerQuestionRouteHead{gap:18px;margin-bottom:20px}.desteklerQuestionRouteEyebrow{display:inline-flex;align-items:center;min-height:28px;padding:0 12px;margin-bottom:10px;border-radius:999px;background:#ffffff29;border:1px solid rgba(255,255,255,.2);color:#fff;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.desteklerRoot.is-standalone-question .desteklerQuestionRouteMeta h2{color:#fff;font-size:clamp(1.9rem,3vw,2.6rem);line-height:1.08}.desteklerRoot.is-standalone-question .desteklerQuestionRouteMeta p{color:#fff7edeb;font-size:1rem;max-width:720px}.desteklerRoot.is-standalone-question .desteklerQuestionBackBtn{background:#ffffff1f;border:1px solid rgba(255,255,255,.18);color:#fff;box-shadow:none}.desteklerRoot.is-standalone-question .desteklerQuestionBackBtn:hover{background:#ffffff2e;border-color:#ffffff3d;color:#fff}.desteklerRoot.is-standalone-question .desteklerTopCard.is-question-hero .desteklerRefreshBtn{background:#fff!important;color:#c2410c!important;border:1px solid rgba(255,255,255,.92)!important;box-shadow:0 12px 22px #7c2d1224!important}.desteklerRoot.is-standalone-question .desteklerTopCard.is-question-hero .desteklerRefreshBtn:hover:not(:disabled){background:#fff7ed!important;border-color:#fff7ed!important;color:#9a3412!important}.desteklerRoot.is-standalone-question .desteklerSelectionSummaryTrack{gap:14px}.desteklerRoot.is-standalone-question .desteklerContentCard.is-question-content{margin-top:18px;padding:26px;background:#fff!important;border:1px solid rgba(226,232,240,.96)!important;border-radius:28px;box-shadow:0 22px 40px #0f172a0f!important}.desteklerRoot.is-standalone-question .desteklerQuestionShell{gap:22px}.desteklerRoot.is-standalone-question .desteklerQuestionSidebar{top:0}.desteklerRoot.is-standalone-question .desteklerQuestionSidebarCard,.desteklerRoot.is-standalone-question .desteklerQuestionNavItem,.desteklerRoot.is-standalone-question .desteklerQuestionCard,.desteklerRoot.is-standalone-question .desteklerQuestionTableCard{border-radius:22px;border:1px solid rgba(226,232,240,.95);box-shadow:0 14px 28px #0f172a0d}.desteklerRoot.is-standalone-question .desteklerQuestionHeader{padding-bottom:16px;margin-bottom:18px;border-bottom:1px solid #eef2f7}.desteklerRoot.is-standalone-question .desteklerQuestionFlow{min-height:320px}.desteklerRoot.is-standalone-question .desteklerQuestionActions{margin-top:22px;padding-top:18px;border-top:1px solid #eef2f7}@media(max-width:1024px){.desteklerRoot.is-standalone-question .desteklerQuestionShell{grid-template-columns:1fr}.desteklerRoot.is-standalone-question .desteklerQuestionSidebar{position:relative}}@media(max-width:720px){.desteklerRoot.is-standalone-question{padding:16px!important}.desteklerRoot.is-standalone-question .desteklerTopCard.is-question-hero{border-radius:22px!important}.desteklerRoot.is-standalone-question .desteklerQuestionRouteHead{align-items:stretch}.desteklerRoot.is-standalone-question .desteklerQuestionRouteMeta h2{font-size:1.55rem}.desteklerRoot.is-standalone-question .desteklerContentCard.is-question-content{padding:16px;border-radius:22px}.desteklerRoot.is-standalone-question .desteklerTopCard.is-question-hero .desteklerRefreshBtn,.desteklerRoot.is-standalone-question .desteklerQuestionBackBtn{width:100%;justify-content:center}}.desteklerSupportGrid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}.desteklerSupportGrid .desteklerModernChoice{--support-accent: #f97316;--support-soft: #fff7ed;--support-soft-strong: #ffedd5;--support-shadow: rgba(249, 115, 22, .18);min-height:220px;padding:22px 20px!important;background:linear-gradient(180deg,#ffffff 0%,var(--support-soft) 100%)!important;border:1px solid rgba(226,232,240,.95)!important;box-shadow:inset 0 4px 0 0 var(--support-accent),0 10px 22px #0f172a0a!important}.desteklerSupportGrid .desteklerModernChoice:nth-child(6n+2){--support-accent: #2563eb;--support-soft: #eff6ff;--support-soft-strong: #dbeafe;--support-shadow: rgba(37, 99, 235, .16)}.desteklerSupportGrid .desteklerModernChoice:nth-child(6n+3){--support-accent: #7c3aed;--support-soft: #f5f3ff;--support-soft-strong: #ede9fe;--support-shadow: rgba(124, 58, 237, .16)}.desteklerSupportGrid .desteklerModernChoice:nth-child(6n+4){--support-accent: #0f766e;--support-soft: #f0fdfa;--support-soft-strong: #ccfbf1;--support-shadow: rgba(15, 118, 110, .16)}.desteklerSupportGrid .desteklerModernChoice:nth-child(6n+5){--support-accent: #be185d;--support-soft: #fdf2f8;--support-soft-strong: #fce7f3;--support-shadow: rgba(190, 24, 93, .16)}.desteklerSupportGrid .desteklerModernChoice:nth-child(6n+6){--support-accent: #65a30d;--support-soft: #f7fee7;--support-soft-strong: #ecfccb;--support-shadow: rgba(101, 163, 13, .16)}.desteklerSupportGrid .desteklerModernChoice:hover{background:linear-gradient(180deg,#ffffff 0%,var(--support-soft-strong) 100%)!important;border-color:var(--support-accent)!important;box-shadow:inset 0 4px 0 0 var(--support-accent),0 18px 32px var(--support-shadow)!important;transform:translateY(-4px)!important}.desteklerSupportGrid .desteklerModernChoice.is-selected,.desteklerSupportGrid .desteklerModernChoice.is-selected:hover{background:linear-gradient(180deg,var(--support-soft-strong) 0%,#ffffff 100%)!important;border-color:var(--support-accent)!important;box-shadow:inset 0 4px 0 0 var(--support-accent),0 20px 36px var(--support-shadow)!important}.desteklerSupportGrid .desteklerModernChoiceTop{color:var(--support-accent)!important}.desteklerSupportGrid .desteklerModernChoiceTop svg{display:block;padding:7px;border-radius:12px;background:var(--support-soft-strong);box-sizing:content-box}.desteklerSupportGrid .desteklerModernChoice strong{font-size:1.15rem!important;line-height:1.4}.desteklerSupportGrid .desteklerChoiceState{background:#ffffffb8!important}.desteklerSupportGrid .desteklerChoiceHint{background:var(--support-soft-strong)!important;border-color:color-mix(in srgb,var(--support-accent) 28%,white)!important;color:var(--support-accent)!important}.desteklerSupportGrid .desteklerChoiceState.is-selected{background:var(--support-accent)!important;border-color:var(--support-accent)!important;color:#fff!important}@media(max-width:1180px){.desteklerSupportGrid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:720px){.desteklerSupportGrid{grid-template-columns:1fr!important}.desteklerSupportGrid .desteklerModernChoice{min-height:auto;box-shadow:inset 0 4px 0 0 var(--support-accent),0 8px 18px #0f172a0d!important}.desteklerSupportGrid .desteklerModernChoice:hover,.desteklerSupportGrid .desteklerModernChoice.is-selected{transform:none!important}}.desteklerWorkflowLayout{display:grid;grid-template-columns:minmax(260px,300px) minmax(0,1fr);gap:20px;align-items:start}.desteklerWorkflowSidebar{position:sticky;top:20px;display:block}.desteklerWorkflowSidebar .desteklerSelectionSummaryPanel{margin-bottom:0!important}.desteklerWorkflowSidebar .desteklerSelectionSummaryTrack,.desteklerWorkflowSidebar .desteklerSelectionSummaryNode{grid-template-columns:1fr!important}.desteklerWorkflowSidebar .desteklerSelectionArrow{justify-self:center;transform:rotate(90deg)}@media(max-width:1100px){.desteklerWorkflowLayout{grid-template-columns:1fr}.desteklerWorkflowSidebar{position:static}.desteklerWorkflowSidebar .desteklerSelectionSummaryPanel{margin-bottom:18px!important}.desteklerWorkflowSidebar .desteklerSelectionSummaryTrack{grid-template-columns:repeat(3,minmax(0,1fr))!important}.desteklerWorkflowSidebar .desteklerSelectionSummaryNode{grid-template-columns:minmax(0,1fr) auto!important}.desteklerWorkflowSidebar .desteklerSelectionArrow{transform:none}}@media(max-width:720px){.desteklerWorkflowSidebar .desteklerSelectionSummaryTrack,.desteklerWorkflowSidebar .desteklerSelectionSummaryNode{grid-template-columns:1fr!important}.desteklerWorkflowSidebar .desteklerSelectionArrow{transform:rotate(90deg)}}.desteklerAccentGrid .desteklerModernChoice{--support-accent: #f97316;--support-soft: #fff7ed;--support-soft-strong: #ffedd5;--support-shadow: rgba(249, 115, 22, .18);--support-accent-dark: #c2410c;display:flex;flex-direction:column;align-items:flex-start;min-height:258px;color:#fff!important;background:linear-gradient(160deg,var(--support-accent) 0%,var(--support-accent-dark) 100%)!important;border:1px solid rgba(255,255,255,.18)!important;box-shadow:0 20px 34px var(--support-shadow)!important}.desteklerAccentGrid .desteklerModernChoice:nth-child(6n+2){--support-accent: #2563eb;--support-soft: #eff6ff;--support-soft-strong: #dbeafe;--support-shadow: rgba(37, 99, 235, .16);--support-accent-dark: #1d4ed8}.desteklerAccentGrid .desteklerModernChoice:nth-child(6n+3){--support-accent: #7c3aed;--support-soft: #f5f3ff;--support-soft-strong: #ede9fe;--support-shadow: rgba(124, 58, 237, .16);--support-accent-dark: #6d28d9}.desteklerAccentGrid .desteklerModernChoice:nth-child(6n+4){--support-accent: #0f766e;--support-soft: #f0fdfa;--support-soft-strong: #ccfbf1;--support-shadow: rgba(15, 118, 110, .16);--support-accent-dark: #0f766e}.desteklerAccentGrid .desteklerModernChoice:nth-child(6n+5){--support-accent: #be185d;--support-soft: #fdf2f8;--support-soft-strong: #fce7f3;--support-shadow: rgba(190, 24, 93, .16);--support-accent-dark: #9d174d}.desteklerAccentGrid .desteklerModernChoice:nth-child(6n+6){--support-accent: #65a30d;--support-soft: #f7fee7;--support-soft-strong: #ecfccb;--support-shadow: rgba(101, 163, 13, .16);--support-accent-dark: #4d7c0f}.desteklerAccentGrid .desteklerModernChoice:hover{background:linear-gradient(160deg,var(--support-accent) 0%,var(--support-accent-dark) 100%)!important;border-color:#ffffff42!important;box-shadow:0 24px 38px var(--support-shadow)!important;transform:translateY(-5px)!important}.desteklerAccentGrid .desteklerModernChoice.is-selected,.desteklerAccentGrid .desteklerModernChoice.is-selected:hover{background:linear-gradient(160deg,var(--support-accent) 0%,var(--support-accent-dark) 100%)!important;border-color:#ffffffb8!important;box-shadow:0 24px 38px var(--support-shadow),0 0 0 3px #ffffff38!important}.desteklerAccentGrid .desteklerModernChoiceTop{color:#fffffff0!important}.desteklerAccentGrid .desteklerModernChoiceTop svg{background:#ffffff29!important;color:#fff!important}.desteklerAccentGrid .desteklerModernChoice strong{color:#fff!important}.desteklerChoiceDescription{margin:0 0 18px;color:#ffffffeb;font-size:.92rem;line-height:1.65}.desteklerAccentGrid .desteklerChoiceFoot{width:100%;margin-top:auto;padding-top:14px;border-top:1px solid rgba(255,255,255,.18)}.desteklerAccentGrid .desteklerChoiceFoot small{color:#ffffffdb}.desteklerAccentGrid .desteklerChoiceHint{background:#ffffff24!important;border-color:#ffffff38!important;color:#fff!important}.desteklerAccentGrid .desteklerChoiceState{background:#fff!important;border-color:#fff!important;color:var(--support-accent-dark)!important}.desteklerAccentGrid .desteklerChoiceState.is-selected{background:#ffffff29!important;border-color:#ffffff3d!important;color:#fff!important}.desteklerAltBirimGrid .desteklerModernChoice{min-height:220px}.desteklerProjectGrid .desteklerModernChoice{min-height:240px}@media(max-width:720px){.desteklerAccentGrid .desteklerModernChoice{min-height:auto;padding:20px 18px!important}.desteklerChoiceDescription{font-size:.88rem;line-height:1.55}}.desteklerSelectionSummaryPanel{margin-bottom:10px!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}.desteklerSelectionSummaryTrack{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}.desteklerSelectionSummaryNode{grid-template-columns:minmax(0,1fr) auto!important;gap:6px!important;align-items:center}.desteklerSelectionArrow{width:22px;height:22px;background:#f8fafc!important;color:#94a3b8!important;border:1px solid #e2e8f0!important;border-radius:999px}.desteklerSummaryChip,.desteklerSummaryChip:hover{padding:12px 12px 11px!important;border-radius:14px!important;background:#fff!important;border:1px solid #e5e7eb!important;box-shadow:none!important;transform:none!important}.desteklerSummaryChipTop{gap:6px}.desteklerSummaryChipTop>span{color:#0f172a;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.desteklerSummaryChip strong{margin-top:5px;color:#111827;font-size:.95rem;line-height:1.35}.desteklerSummaryChip small{margin-top:3px!important;color:#64748b!important;font-size:.78rem!important;line-height:1.4!important}.desteklerSummaryChip>small{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.desteklerSummaryChip.is-pending,.desteklerSummaryChip.is-pending:hover{background:#fff!important;border-color:#e5e7eb!important}.desteklerSummaryChip.is-pending strong{color:#94a3b8!important}.desteklerSummaryChip.is-complete,.desteklerSummaryChip.is-complete:hover{background:#16a34a!important;border-color:#16a34a!important;box-shadow:none!important}.desteklerSummaryChip.is-complete .desteklerSummaryChipTop>span,.desteklerSummaryChip.is-complete strong,.desteklerSummaryChip.is-complete small{color:#fff!important}.desteklerSummaryChip.is-complete>small{display:none}.desteklerSummaryChipStatus{min-height:20px;padding:0 6px;font-size:10px;letter-spacing:.03em}.desteklerSummaryChipStatus.is-pending{background:#f8fafc!important;color:#64748b!important;border:1px solid #e2e8f0!important}.desteklerSummaryChipStatus.is-complete{background:#ffffff2e!important;color:#fff!important;border:1px solid rgba(255,255,255,.24)!important}@media(max-width:720px){.desteklerSelectionSummaryTrack,.desteklerSelectionSummaryNode{grid-template-columns:1fr!important}.desteklerSelectionArrow{transform:rotate(90deg);justify-self:center}.desteklerSummaryChip,.desteklerSummaryChip:hover{padding:12px 12px 11px!important}.desteklerSummaryChip strong{font-size:.92rem}.desteklerSummaryChip small{font-size:.76rem!important}}.desteklerPageHeroWrap{gap:12px}.desteklerHeroCard{min-height:0;padding:18px 20px;border-radius:22px}.desteklerHeroContent{grid-template-columns:minmax(0,1fr) 260px;gap:18px}.desteklerHeroLeft{gap:10px}.desteklerHeroBadge{min-height:28px;padding:0 12px;font-size:10px;letter-spacing:.1em}.desteklerHeroLeft h1{font-size:1.65rem!important;line-height:1.12}.desteklerHeroLeft p{font-size:.92rem!important;line-height:1.6}.desteklerHeroRight{width:260px;min-height:0;gap:10px;align-content:start;align-self:center}.desteklerHeroPrimaryBtn,.desteklerHeroGhostBtn{min-height:40px;border-radius:14px;padding:0 14px;font-size:12px}@media(max-width:980px){.desteklerHeroContent{grid-template-columns:1fr}.desteklerHeroRight{width:100%;grid-template-columns:repeat(2,minmax(0,1fr));align-content:start}}@media(max-width:720px){.desteklerHeroCard{padding:14px;border-radius:18px}.desteklerHeroLeft h1{font-size:1.35rem!important}.desteklerHeroLeft p{font-size:.84rem!important}.desteklerHeroPrimaryBtn,.desteklerHeroGhostBtn{min-height:38px}}.desteklerRoot{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}@keyframes dsQuestionHeroIn{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes dsQuestionPanelIn{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes dsQuestionCardIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes dsQuestionShine{0%{transform:translate(-120%)}to{transform:translate(220%)}}@keyframes dsQuestionGlow{0%,to{box-shadow:0 18px 30px #f9731629}50%{box-shadow:0 24px 42px #f973163d}}.desteklerRoot.is-standalone-question{min-height:100vh;padding:0!important;background:#fff!important}.desteklerQuestionPage.is-standalone{width:100%;min-height:100vh;max-width:none;margin:0;padding:20px;display:grid;grid-template-rows:auto 1fr;gap:18px}.desteklerRoot.is-standalone-question .desteklerTopCard.is-question-hero,.desteklerRoot.is-standalone-question .desteklerTopCard.is-question-hero:hover,.desteklerRoot.is-standalone-question .desteklerTopCard.is-question-hero.desteklerSurfaceMotion:hover{padding:28px 32px;border-radius:0 0 32px 32px!important;border:none!important;background:#f97316!important;box-shadow:0 18px 38px #f9731642!important;animation:dsQuestionHeroIn .55s cubic-bezier(.22,1,.36,1) both}.desteklerRoot.is-standalone-question .desteklerTopCard.is-question-hero:before,.desteklerRoot.is-standalone-question .desteklerTopCard.is-question-hero:after{display:none}.desteklerRoot.is-standalone-question .desteklerQuestionRouteHead{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:end;gap:18px;margin:0}.desteklerRoot.is-standalone-question .desteklerQuestionRouteEyebrow{background:#ffffff24;border:1px solid rgba(255,255,255,.2);color:#fff}.desteklerRoot.is-standalone-question .desteklerQuestionRouteMeta h2{margin:0;color:#fff;font-size:clamp(2.4rem,4vw,4.3rem);font-weight:900;line-height:.95;letter-spacing:-.05em}.desteklerRoot.is-standalone-question .desteklerQuestionRouteMeta p{margin-top:10px;color:#ffffffe6;font-size:1.04rem;line-height:1.7;max-width:760px}.desteklerRoot.is-standalone-question .desteklerQuestionBackBtn,.desteklerRoot.is-standalone-question .desteklerTopCard.is-question-hero .desteklerRefreshBtn{min-height:52px;padding:0 20px;border-radius:18px;font-size:.94rem;font-weight:800}.desteklerRoot.is-standalone-question .desteklerQuestionBackBtn{background:transparent;border:1px solid rgba(255,255,255,.28);color:#fff;box-shadow:none}.desteklerRoot.is-standalone-question .desteklerQuestionBackBtn:hover{background:#ffffff1a;border-color:#fff6;color:#fff}.desteklerRoot.is-standalone-question .desteklerTopCard.is-question-hero .desteklerRefreshBtn{background:#fff!important;color:#f97316!important;border:none!important;box-shadow:0 14px 30px #c2410c2e!important}.desteklerRoot.is-standalone-question .desteklerTopCard.is-question-hero .desteklerRefreshBtn:hover:not(:disabled){background:#fff!important;color:#ea580c!important;transform:translateY(-2px)}.desteklerRoot.is-standalone-question .desteklerContentCard.is-question-content{min-height:calc(100vh - 170px);margin-top:0;padding:0;border-radius:30px;border:2px solid #f97316!important;background:#fff!important;box-shadow:0 22px 50px #0f172a14!important;animation:dsQuestionPanelIn .6s cubic-bezier(.22,1,.36,1) both;animation-delay:.08s}.desteklerRoot.is-standalone-question .desteklerQuestionShell{min-height:calc(100vh - 210px);padding:24px;gap:22px;grid-template-columns:minmax(330px,390px) minmax(0,1fr);align-items:stretch}.desteklerRoot.is-standalone-question .desteklerQuestionSidebar{position:sticky;top:20px;gap:16px}.desteklerRoot.is-standalone-question .desteklerQuestionSidebarCard{padding:22px;border-radius:24px;border:none;background:#f97316;color:#fff;box-shadow:0 18px 34px #f973163d;animation:dsQuestionCardIn .48s ease both}.desteklerRoot.is-standalone-question .desteklerQuestionSidebarKicker,.desteklerRoot.is-standalone-question .desteklerQuestionSidebarCard strong,.desteklerRoot.is-standalone-question .desteklerQuestionSidebarCard p,.desteklerRoot.is-standalone-question .desteklerQuestionProgressMeta span,.desteklerRoot.is-standalone-question .desteklerQuestionProgressMeta strong{color:#fff}.desteklerRoot.is-standalone-question .desteklerQuestionSidebarCard p{opacity:.92}.desteklerRoot.is-standalone-question .desteklerQuestionProgressBar{position:relative;height:14px;background:#ffffff38;border:1px solid rgba(255,255,255,.18);overflow:hidden}.desteklerRoot.is-standalone-question .desteklerQuestionProgressBar span{position:relative;background:#fff;box-shadow:none}.desteklerRoot.is-standalone-question .desteklerQuestionProgressBar span:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(249,115,22,.28),transparent);animation:dsQuestionShine 2.2s linear infinite}.desteklerRoot.is-standalone-question .desteklerQuestionProgressMeta div{background:#ffffff1f;border:1px solid rgba(255,255,255,.14)}.desteklerRoot.is-standalone-question .desteklerQuestionNavItem{padding:16px 16px 18px;border-radius:22px;border:1px solid rgba(249,115,22,.16);background:#fff;box-shadow:0 12px 26px #0f172a0d;animation:dsQuestionCardIn .46s ease both}.desteklerRoot.is-standalone-question .desteklerQuestionNavItem:nth-child(1){animation-delay:.08s}.desteklerRoot.is-standalone-question .desteklerQuestionNavItem:nth-child(2){animation-delay:.12s}.desteklerRoot.is-standalone-question .desteklerQuestionNavItem:nth-child(3){animation-delay:.16s}.desteklerRoot.is-standalone-question .desteklerQuestionNavItem:nth-child(4){animation-delay:.2s}.desteklerRoot.is-standalone-question .desteklerQuestionNavItem:nth-child(5){animation-delay:.24s}.desteklerRoot.is-standalone-question .desteklerQuestionNavItem:nth-child(6){animation-delay:.28s}.desteklerRoot.is-standalone-question .desteklerQuestionNavItem strong{color:#111827}.desteklerRoot.is-standalone-question .desteklerQuestionNavItem small,.desteklerRoot.is-standalone-question .desteklerQuestionNavIndex{color:#6b7280}.desteklerRoot.is-standalone-question .desteklerQuestionNavItem:hover{border-color:#f97316;transform:translateY(-3px);box-shadow:0 16px 30px #f973161f}.desteklerRoot.is-standalone-question .desteklerQuestionNavItem.is-active{border-color:#f97316;background:#f97316;box-shadow:0 18px 36px #f9731633;animation:dsQuestionGlow 2.6s ease-in-out infinite}.desteklerRoot.is-standalone-question .desteklerQuestionNavItem.is-active strong,.desteklerRoot.is-standalone-question .desteklerQuestionNavItem.is-active small,.desteklerRoot.is-standalone-question .desteklerQuestionNavItem.is-active .desteklerQuestionNavIndex,.desteklerRoot.is-standalone-question .desteklerQuestionNavItem.is-active .desteklerQuestionNavState{color:#fff}.desteklerRoot.is-standalone-question .desteklerQuestionNavState.is-empty,.desteklerRoot.is-standalone-question .desteklerQuestionNavState.is-progress,.desteklerRoot.is-standalone-question .desteklerQuestionNavState.is-done{background:#f973161a}.desteklerRoot.is-standalone-question .desteklerQuestionNavItem.is-active .desteklerQuestionNavState{background:#ffffff29}.desteklerQuestionMainPanel{min-height:100%;padding:28px;border-radius:26px;border:1px solid rgba(249,115,22,.14);background:#fff;box-shadow:0 14px 30px #0f172a0a}.desteklerRoot.is-standalone-question .desteklerQuestionHeader{padding-bottom:16px;border-bottom:1px solid rgba(249,115,22,.14)}.desteklerRoot.is-standalone-question .desteklerQuestionHeader h3{margin:0;font-size:clamp(2.1rem,3vw,3.2rem);line-height:.98;color:#111827}.desteklerRoot.is-standalone-question .desteklerQuestionHeader p{margin-top:10px;color:#4b5563;font-size:1rem;line-height:1.8}.desteklerRoot.is-standalone-question .desteklerQuestionStepInfo{background:#f97316;color:#fff;border:none;min-height:48px;padding:0 18px;border-radius:999px;box-shadow:0 12px 24px #f973162e}.desteklerRoot.is-standalone-question .desteklerQuestionContext{gap:14px}.desteklerRoot.is-standalone-question .desteklerQuestionContextItem{min-height:108px;padding:18px;border-radius:20px;border:1px solid rgba(249,115,22,.14);background:#fff}.desteklerRoot.is-standalone-question .desteklerQuestionContextItem span{color:#f97316;font-size:.76rem}.desteklerRoot.is-standalone-question .desteklerQuestionContextItem strong{color:#111827;font-size:1.16rem}.desteklerRoot.is-standalone-question .desteklerQuestionFlow{gap:18px}.desteklerRoot.is-standalone-question .desteklerQuestionCard,.desteklerRoot.is-standalone-question .desteklerQuestionTableCard,.desteklerRoot.is-standalone-question .desteklerQuestionGroupItem{background:#fff;border:1px solid rgba(249,115,22,.14);border-radius:24px;box-shadow:0 14px 28px #0f172a0a;animation:dsQuestionCardIn .42s ease both}.desteklerRoot.is-standalone-question .desteklerQuestionCard,.desteklerRoot.is-standalone-question .desteklerQuestionGroupItem{padding:24px}.desteklerRoot.is-standalone-question .desteklerQuestionCard:hover,.desteklerRoot.is-standalone-question .desteklerQuestionGroupItem:hover{transform:translateY(-2px);border-color:#f97316}.desteklerRoot.is-standalone-question .desteklerQuestionGroupHead{background:#fff;border-bottom:1px solid rgba(249,115,22,.14)}.desteklerRoot.is-standalone-question .desteklerQuestionGroupEyebrow,.desteklerRoot.is-standalone-question .desteklerQuestionIndex{background:#f973161a;color:#ea580c}.desteklerRoot.is-standalone-question .desteklerQuestionLabel{font-size:clamp(1.32rem,1.75vw,1.74rem);color:#111827}.desteklerRoot.is-standalone-question .desteklerQuestionHint{background:#fff;border:1px dashed rgba(249,115,22,.28);color:#6b7280}.desteklerRoot.is-standalone-question .desteklerQuestionInput{min-height:78px;padding:20px 22px;border-radius:20px;border:2px solid rgba(249,115,22,.18);background:#fff;box-shadow:none;font-size:1.08rem;font-weight:600;color:#111827}.desteklerRoot.is-standalone-question .desteklerQuestionInput:focus{border-color:#f97316;box-shadow:0 0 0 5px #f973161a}.desteklerRoot.is-standalone-question textarea.desteklerQuestionInput{min-height:240px}.desteklerRoot.is-standalone-question .desteklerWarnText{background:#fff;border:1px solid rgba(249,115,22,.2);color:#ea580c}.desteklerRoot.is-standalone-question .desteklerQuestionActions{gap:14px;padding-top:20px;border-top:1px solid rgba(249,115,22,.14)}.desteklerRoot.is-standalone-question .desteklerQuestionActions button{min-height:56px;padding:0 24px;border-radius:18px;font-size:.96rem;font-weight:800}.desteklerRoot.is-standalone-question .desteklerQuestionActions button:not(.ghost){background:#f97316;color:#fff;box-shadow:0 16px 28px #f973162e}.desteklerRoot.is-standalone-question .desteklerQuestionActions button:not(.ghost):hover:not(:disabled){background:#ea580c}.desteklerRoot.is-standalone-question .desteklerQuestionActions button.ghost{background:#fff;color:#111827;border:1px solid rgba(249,115,22,.18)}.desteklerRoot.is-standalone-question .desteklerQuestionActions button.ghost:hover:not(:disabled){background:#fff;color:#f97316;border-color:#f97316}@media(max-width:1180px){.desteklerRoot.is-standalone-question .desteklerQuestionShell{grid-template-columns:1fr;min-height:0}.desteklerRoot.is-standalone-question .desteklerQuestionSidebar{position:relative;top:0}}@media(max-width:860px){.desteklerQuestionPage.is-standalone{padding:0;gap:12px}.desteklerRoot.is-standalone-question .desteklerTopCard.is-question-hero{border-radius:0 0 24px 24px!important;padding:18px 16px}.desteklerRoot.is-standalone-question .desteklerQuestionRouteHead{grid-template-columns:1fr;align-items:stretch}.desteklerRoot.is-standalone-question .desteklerQuestionRouteMeta h2{font-size:2rem}.desteklerRoot.is-standalone-question .desteklerContentCard.is-question-content{min-height:calc(100vh - 150px);border-radius:22px 22px 0 0}.desteklerRoot.is-standalone-question .desteklerQuestionShell,.desteklerQuestionMainPanel{padding:16px}.desteklerRoot.is-standalone-question .desteklerQuestionContext{grid-template-columns:1fr}.desteklerRoot.is-standalone-question .desteklerQuestionActions{flex-direction:column}.desteklerRoot.is-standalone-question .desteklerQuestionActions button,.desteklerRoot.is-standalone-question .desteklerQuestionBackBtn,.desteklerRoot.is-standalone-question .desteklerTopCard.is-question-hero .desteklerRefreshBtn{width:100%;justify-content:center}}.desteklerRoot.is-standalone-question{font-family:Plus Jakarta Sans,Segoe UI,sans-serif!important;background:#fff!important}.desteklerRoot.is-standalone-question .desteklerQuestionRouteMeta h2,.desteklerRoot.is-standalone-question .desteklerQuestionHeader h3,.desteklerRoot.is-standalone-question .desteklerQuestionSidebarCard strong,.desteklerRoot.is-standalone-question .desteklerQuestionNavItem strong,.desteklerRoot.is-standalone-question .desteklerQuestionLabel,.desteklerRoot.is-standalone-question .desteklerQuestionGroupHead strong{font-family:Sora,Plus Jakarta Sans,sans-serif!important}.desteklerQuestionPage.is-standalone{padding:0!important;gap:0!important}.desteklerRoot.is-standalone-question .desteklerTopCard.is-question-hero,.desteklerRoot.is-standalone-question .desteklerTopCard.is-question-hero:hover,.desteklerRoot.is-standalone-question .desteklerTopCard.is-question-hero.desteklerSurfaceMotion:hover{border-radius:0 0 36px 36px!important;padding:30px 34px 28px!important}.desteklerRoot.is-standalone-question .desteklerContentCard.is-question-content{min-height:calc(100vh - 146px)!important;border-top:0!important;border-left:0!important;border-right:0!important;border-bottom:0!important;border-radius:0!important;box-shadow:none!important}.desteklerRoot.is-standalone-question .desteklerQuestionShell{min-height:calc(100vh - 146px)!important;padding:26px 30px 34px!important;gap:28px!important;grid-template-columns:minmax(360px,430px) minmax(0,1fr)!important}.desteklerRoot.is-standalone-question .desteklerQuestionSidebar{top:26px!important}.desteklerRoot.is-standalone-question .desteklerQuestionSidebarCard{padding:24px!important;border-radius:28px!important}.desteklerRoot.is-standalone-question .desteklerQuestionProgressMeta div{border-radius:18px!important}.desteklerRoot.is-standalone-question .desteklerQuestionNavItem{border-radius:24px!important}.desteklerQuestionMainPanel{display:grid!important;grid-template-rows:auto auto 1fr auto auto;align-content:start;padding:32px!important;border-radius:30px!important}.desteklerRoot.is-standalone-question .desteklerQuestionContext{grid-template-columns:repeat(3,minmax(180px,1fr))!important}.desteklerRoot.is-standalone-question .desteklerQuestionContextItem{border-radius:22px!important}.desteklerRoot.is-standalone-question .desteklerQuestionCard,.desteklerRoot.is-standalone-question .desteklerQuestionGroupItem{padding:28px!important}.desteklerRoot.is-standalone-question .desteklerQuestionGroupHead{padding:28px 28px 20px!important}.desteklerRoot.is-standalone-question .desteklerQuestionGroupList{padding:22px!important}.desteklerRoot.is-standalone-question .desteklerQuestionLabel{font-size:clamp(1.38rem,1.6vw,1.82rem)!important}.desteklerRoot.is-standalone-question .desteklerQuestionInput{min-height:84px!important;padding:22px 24px!important;font-size:1.1rem!important;border-radius:22px!important}.desteklerRoot.is-standalone-question textarea.desteklerQuestionInput{min-height:260px!important}.desteklerRoot.is-standalone-question .desteklerQuestionActions{margin-top:auto}.desteklerRoot.is-standalone-question .desteklerQuestionActions button{min-height:60px!important;border-radius:20px!important}@media(max-width:1180px){.desteklerRoot.is-standalone-question .desteklerQuestionShell{grid-template-columns:1fr!important}}@media(max-width:860px){.desteklerRoot.is-standalone-question .desteklerTopCard.is-question-hero,.desteklerRoot.is-standalone-question .desteklerTopCard.is-question-hero:hover,.desteklerRoot.is-standalone-question .desteklerTopCard.is-question-hero.desteklerSurfaceMotion:hover{border-radius:0 0 24px 24px!important;padding:18px 16px 20px!important}.desteklerRoot.is-standalone-question .desteklerQuestionShell,.desteklerQuestionMainPanel{padding:16px!important}.desteklerRoot.is-standalone-question .desteklerQuestionContext{grid-template-columns:1fr!important}}.desteklerRoot.is-standalone-question{min-height:100vh;padding:0!important;background:radial-gradient(circle at top left,rgba(251,146,60,.18),transparent 24%),radial-gradient(circle at top right,rgba(255,237,213,.95),transparent 26%),linear-gradient(180deg,#fff4e8,#fff8f1 30%,#fff)!important}.desteklerRoot.is-standalone-question:before,.desteklerRoot.is-standalone-question:after{display:none}.desteklerQuestionPage.is-standalone{width:min(100%,1760px);min-height:100vh;margin:0 auto;padding:clamp(18px,2.6vw,38px)}.desteklerRoot.is-standalone-question .desteklerTopCard.is-question-hero,.desteklerRoot.is-standalone-question .desteklerTopCard.is-question-hero:hover,.desteklerRoot.is-standalone-question .desteklerTopCard.is-question-hero.desteklerSurfaceMotion:hover{padding:clamp(24px,2.8vw,36px);border-radius:36px!important;background:radial-gradient(circle at top right,rgba(255,255,255,.18),transparent 30%),radial-gradient(circle at bottom left,rgba(255,255,255,.1),transparent 32%),linear-gradient(135deg,#b45309,#ea580c 42%,#f97316)!important;box-shadow:0 28px 54px #c2410c38,inset 0 1px #ffffff3d!important}.desteklerRoot.is-standalone-question .desteklerQuestionRouteHead{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:end;gap:18px;margin-bottom:22px}.desteklerRoot.is-standalone-question .desteklerQuestionRouteMeta{min-width:0}.desteklerRoot.is-standalone-question .desteklerQuestionRouteMeta h2{margin:0;color:#fff;font-size:clamp(2.2rem,4vw,3.5rem);line-height:.98;letter-spacing:-.04em}.desteklerRoot.is-standalone-question .desteklerQuestionRouteMeta p{margin-top:10px;max-width:760px;color:#fff7edf0;font-size:1.02rem;line-height:1.7}.desteklerRoot.is-standalone-question .desteklerQuestionBackBtn,.desteklerRoot.is-standalone-question .desteklerTopCard.is-question-hero .desteklerRefreshBtn{min-height:52px;padding:0 20px;border-radius:18px;font-size:.95rem;font-weight:800}.desteklerRoot.is-standalone-question .desteklerQuestionBackBtn{background:#ffffff1f;border:1px solid rgba(255,255,255,.18);color:#fff}.desteklerRoot.is-standalone-question .desteklerQuestionBackBtn:hover{transform:translate(-2px) translateY(-1px)}.desteklerRoot.is-standalone-question .desteklerSelectionSummaryTrack{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.desteklerRoot.is-standalone-question .desteklerSelectionSummaryNode{min-width:0}.desteklerRoot.is-standalone-question .desteklerSelectionArrow{display:none}.desteklerRoot.is-standalone-question .desteklerSummaryChip{min-height:132px;padding:16px 18px;border-radius:22px;background:#ffffff1f;border:1px solid rgba(255,255,255,.16);box-shadow:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.desteklerRoot.is-standalone-question .desteklerSummaryChip strong,.desteklerRoot.is-standalone-question .desteklerSummaryChip span,.desteklerRoot.is-standalone-question .desteklerSummaryChip small{color:#fff}.desteklerRoot.is-standalone-question .desteklerSummaryChip small,.desteklerRoot.is-standalone-question .desteklerSummaryChipTop span{color:#fff4ecd1}.desteklerRoot.is-standalone-question .desteklerSummaryChipStatus{background:#ffffff1a;border:1px solid rgba(255,255,255,.14)}.desteklerRoot.is-standalone-question .desteklerContentCard.is-question-content{margin-top:22px;padding:0;overflow:hidden;border-radius:34px;background:linear-gradient(180deg,#fffffffa,#fffbf7fa)!important;border:1px solid rgba(251,146,60,.12)!important;box-shadow:0 24px 50px #0f172a14!important}.desteklerRoot.is-standalone-question .desteklerQuestionWrap{width:100%}.desteklerRoot.is-standalone-question .desteklerQuestionShell{grid-template-columns:minmax(320px,390px) minmax(0,1fr);gap:clamp(22px,2vw,34px);align-items:start;min-height:calc(100vh - 280px);padding:clamp(22px,2.6vw,34px)}.desteklerRoot.is-standalone-question .desteklerQuestionSidebar{gap:16px;top:22px}.desteklerRoot.is-standalone-question .desteklerQuestionSidebarCard{padding:24px;border-radius:28px;background:radial-gradient(circle at top right,rgba(255,237,213,.86),transparent 28%),linear-gradient(180deg,#fffaf5,#fff);border:1px solid rgba(251,146,60,.14);box-shadow:0 22px 34px #f9731614}.desteklerRoot.is-standalone-question .desteklerQuestionSidebarCard strong{margin-top:12px;font-size:1.55rem;line-height:1.15}.desteklerRoot.is-standalone-question .desteklerQuestionSidebarCard p{margin-top:12px;font-size:1rem;line-height:1.8}.desteklerRoot.is-standalone-question .desteklerQuestionProgressBar{margin-top:18px;height:14px;border-radius:999px;background:#fb923c14;border:1px solid rgba(251,146,60,.1)}.desteklerRoot.is-standalone-question .desteklerQuestionProgressBar span{background:linear-gradient(90deg,#c2410c,#f97316 60%,#fb923c);box-shadow:0 10px 22px #f9731642}.desteklerRoot.is-standalone-question .desteklerQuestionProgressMeta{gap:12px}.desteklerRoot.is-standalone-question .desteklerQuestionProgressMeta div{padding:14px 16px;border-radius:20px;background:#ffffffe0;border:1px solid rgba(251,146,60,.12)}.desteklerRoot.is-standalone-question .desteklerQuestionProgressMeta strong{font-size:1.2rem}.desteklerRoot.is-standalone-question .desteklerQuestionNav{gap:14px}.desteklerRoot.is-standalone-question .desteklerQuestionNavItem{padding:16px 16px 18px;border-radius:24px;background:linear-gradient(180deg,#fffffffa,#fffaf5f5);border:1px solid rgba(251,146,60,.12);box-shadow:0 14px 26px #0f172a0a}.desteklerRoot.is-standalone-question .desteklerQuestionNavItem:hover{transform:translateY(-2px);border-color:#fb923c2e;box-shadow:0 18px 30px #f9731614}.desteklerRoot.is-standalone-question .desteklerQuestionNavItem.is-active{border-color:#ea580c38;background:radial-gradient(circle at top right,rgba(255,237,213,.82),transparent 34%),linear-gradient(180deg,#fff7ed,#fff);box-shadow:0 22px 36px #f973161f}.desteklerRoot.is-standalone-question .desteklerQuestionNavIndex{font-size:.75rem}.desteklerRoot.is-standalone-question .desteklerQuestionNavItem strong{margin-top:10px;font-size:1.08rem;line-height:1.4}.desteklerRoot.is-standalone-question .desteklerQuestionNavItem small{margin-top:8px;font-size:.88rem}.desteklerRoot.is-standalone-question .desteklerQuestionMain{min-width:0}.desteklerQuestionMainPanel{display:grid;gap:22px;min-height:100%;padding:clamp(22px,2.4vw,34px);border-radius:30px;background:radial-gradient(circle at top right,rgba(255,237,213,.82),transparent 26%),linear-gradient(180deg,#fff,#fffaf5);border:1px solid rgba(251,146,60,.12);box-shadow:inset 0 1px #ffffffeb,0 22px 38px #0f172a0d}.desteklerRoot.is-standalone-question .desteklerQuestionHeader{gap:18px;align-items:end;padding-bottom:16px;border-bottom:1px solid rgba(251,146,60,.12)}.desteklerRoot.is-standalone-question .desteklerQuestionHeader h3{margin:0;font-size:clamp(2rem,3vw,2.8rem);line-height:1.02;letter-spacing:-.03em}.desteklerRoot.is-standalone-question .desteklerQuestionHeader p{margin-top:10px;max-width:820px;font-size:1.02rem;line-height:1.75;color:#6b7280}.desteklerRoot.is-standalone-question .desteklerQuestionStepInfo{min-height:48px;padding:0 18px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#fff7ed,#fff);border:1px solid rgba(251,146,60,.16);color:#c2410c;box-shadow:0 10px 18px #f9731614;animation:none}.desteklerRoot.is-standalone-question .desteklerQuestionContext{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.desteklerRoot.is-standalone-question .desteklerQuestionContextItem{min-height:112px;padding:18px 18px 16px;border-radius:24px;background:#ffffffe0;border:1px solid rgba(251,146,60,.12);box-shadow:0 14px 26px #0f172a0a}.desteklerRoot.is-standalone-question .desteklerQuestionContextItem span{font-size:.76rem}.desteklerRoot.is-standalone-question .desteklerQuestionContextItem strong{margin-top:10px;font-size:1.2rem;line-height:1.35}.desteklerRoot.is-standalone-question .desteklerQuestionFlow{gap:20px}.desteklerRoot.is-standalone-question .desteklerQuestionCard,.desteklerRoot.is-standalone-question .desteklerQuestionGroupItem,.desteklerRoot.is-standalone-question .desteklerQuestionTableCard{border-radius:28px;background:linear-gradient(180deg,#fffffffc,#fffaf5fa);border:1px solid rgba(251,146,60,.12);box-shadow:0 20px 32px #0f172a0d}.desteklerRoot.is-standalone-question .desteklerQuestionCard{padding:clamp(22px,2vw,32px)}.desteklerQuestionGroupHead{display:grid;gap:8px;padding:24px 24px 18px;background:radial-gradient(circle at top right,rgba(255,237,213,.85),transparent 30%),linear-gradient(180deg,#fff7edf2,#fffffffa);border-bottom:1px solid rgba(251,146,60,.12)}.desteklerQuestionGroupEyebrow{display:inline-flex;align-items:center;width:fit-content;min-height:28px;padding:0 12px;border-radius:999px;background:#f973161f;color:#c2410c;font-size:.74rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.desteklerQuestionGroupHead strong{font-size:clamp(1.4rem,2vw,1.9rem);line-height:1.15;color:#111827}.desteklerQuestionGroupHead p{margin:0;color:#6b7280;font-size:1rem;line-height:1.7}.desteklerQuestionGroupList{display:grid;gap:18px;padding:20px}.desteklerQuestionGroupItem{padding:clamp(20px,1.8vw,28px)}.desteklerRoot.is-standalone-question .desteklerQuestionTitleRow{margin-bottom:16px}.desteklerRoot.is-standalone-question .desteklerQuestionIndex{min-height:34px;padding:0 14px;display:inline-flex;align-items:center;border-radius:999px;font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.desteklerRoot.is-standalone-question .desteklerRequiredBadge{min-height:34px;padding:0 14px;display:inline-flex;align-items:center;border-radius:999px;background:linear-gradient(135deg,#f97316,#ea580c);box-shadow:0 10px 20px #f9731629}.desteklerRoot.is-standalone-question .desteklerQuestionLabel{font-size:clamp(1.3rem,1.8vw,1.75rem);line-height:1.3;letter-spacing:-.02em;font-weight:800;margin-bottom:14px;color:#0f172a}.desteklerRoot.is-standalone-question .desteklerQuestionHint{display:block;width:100%;margin-bottom:16px;padding:14px 16px;border-radius:18px;background:#fff7ed;border:1px solid rgba(251,146,60,.12);color:#7c2d12;font-size:.96rem;font-style:normal;line-height:1.65}.desteklerRoot.is-standalone-question .desteklerQuestionInput{width:100%;min-height:74px;padding:20px 22px;border-radius:22px;border:1.5px solid rgba(251,146,60,.16);background:linear-gradient(180deg,#fffffffc,#fffaf5f2);box-shadow:inset 0 1px #ffffffe6,0 14px 22px #f973160f;color:#111827;font-size:1.08rem;font-weight:600;line-height:1.7}.desteklerRoot.is-standalone-question .desteklerQuestionInput::placeholder{color:#9ca3af;font-weight:500}.desteklerRoot.is-standalone-question .desteklerQuestionInput:focus{border-color:#ea580c9e;background:#fff;box-shadow:0 0 0 6px #f973161a,0 18px 26px #f973161a}.desteklerRoot.is-standalone-question textarea.desteklerQuestionInput{min-height:220px}.desteklerRoot.is-standalone-question .desteklerWarnText{margin:0;padding:16px 18px;border-radius:20px;background:linear-gradient(180deg,#fff7ed,#fff);border-left:none;border:1px solid rgba(251,146,60,.14);color:#9a3412}.desteklerRoot.is-standalone-question .desteklerQuestionActions{display:flex;flex-wrap:wrap;gap:14px;padding-top:18px;border-top:1px solid rgba(251,146,60,.12)}.desteklerRoot.is-standalone-question .desteklerQuestionActions button{min-height:58px;padding:0 24px;border-radius:18px;font-size:.98rem;font-weight:800;letter-spacing:.01em}.desteklerRoot.is-standalone-question .desteklerQuestionActions button:not(.ghost){background:linear-gradient(135deg,#c2410c,#f97316);box-shadow:0 18px 28px #f9731629}.desteklerRoot.is-standalone-question .desteklerQuestionActions button.ghost{background:#fffffff5;border:1px solid rgba(251,146,60,.12);color:#374151}.desteklerRoot.is-standalone-question .desteklerQuestionActions button.ghost:hover:not(:disabled){color:#c2410c;border-color:#ea580c33;background:#fffaf5}@media(max-width:1180px){.desteklerRoot.is-standalone-question .desteklerQuestionShell{grid-template-columns:1fr;min-height:0}.desteklerRoot.is-standalone-question .desteklerQuestionSidebar{position:relative;top:0}.desteklerRoot.is-standalone-question .desteklerQuestionContext{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:860px){.desteklerQuestionPage.is-standalone{padding:14px}.desteklerRoot.is-standalone-question .desteklerQuestionRouteHead{grid-template-columns:1fr;align-items:stretch}.desteklerRoot.is-standalone-question .desteklerSelectionSummaryTrack,.desteklerRoot.is-standalone-question .desteklerQuestionContext{grid-template-columns:1fr}.desteklerRoot.is-standalone-question .desteklerQuestionMainPanel,.desteklerRoot.is-standalone-question .desteklerQuestionSidebarCard{padding:18px}.desteklerRoot.is-standalone-question .desteklerQuestionHeader{align-items:flex-start}.desteklerRoot.is-standalone-question .desteklerQuestionActions{flex-direction:column}.desteklerRoot.is-standalone-question .desteklerQuestionActions button,.desteklerRoot.is-standalone-question .desteklerQuestionBackBtn,.desteklerRoot.is-standalone-question .desteklerTopCard.is-question-hero .desteklerRefreshBtn{width:100%;justify-content:center}.desteklerRoot.is-standalone-question .desteklerQuestionInput{min-height:66px;padding:18px;font-size:1rem}.desteklerRoot.is-standalone-question textarea.desteklerQuestionInput{min-height:180px}}@keyframes dsUltraFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes dsUltraSlideRight{0%{opacity:0;transform:translate(-18px)}to{opacity:1;transform:translate(0)}}@keyframes dsUltraPulse{0%,to{box-shadow:0 18px 34px #f973162e}50%{box-shadow:0 24px 44px #f9731647}}@keyframes dsUltraProgress{0%{transform:translate(-130%)}to{transform:translate(220%)}}@keyframes dsUltraInputBorderFlow{0%{background-position:0% 50%}to{background-position:200% 50%}}.desteklerQuestionPageUltra.is-standalone{width:100%!important;max-width:none!important;min-height:100vh!important;margin:0!important;padding:0!important;display:grid;grid-template-rows:auto 1fr;background:#fff}@media(min-width:1181px){.desteklerQuestionPageUltra.is-standalone{--ds-question-page-scale: .88;width:calc(100% / var(--ds-question-page-scale))!important;min-height:calc(100vh / var(--ds-question-page-scale))!important;zoom:var(--ds-question-page-scale)}}.desteklerQuestionPageUltra .desteklerQuestionHeroUltra,.desteklerQuestionPageUltra .desteklerQuestionHeroUltra:hover,.desteklerQuestionPageUltra .desteklerQuestionHeroUltra.desteklerSurfaceMotion:hover{margin:0!important;padding:clamp(28px,3vw,40px) clamp(24px,3vw,42px)!important;border-radius:0!important;background:#f97316!important;border:0!important;box-shadow:0 16px 36px #f973163d!important;animation:dsUltraFadeUp .5s cubic-bezier(.22,1,.36,1) both}.desteklerQuestionPageUltra .desteklerQuestionHeroUltra:before,.desteklerQuestionPageUltra .desteklerQuestionHeroUltra:after{display:none!important}.desteklerQuestionPageUltra .desteklerQuestionRouteHead{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto;align-items:end;gap:20px;margin:0!important}.desteklerQuestionPageUltra .desteklerQuestionRouteMeta{min-width:0}.desteklerQuestionPageUltra .desteklerQuestionRouteEyebrow{background:#ffffff24!important;border:1px solid rgba(255,255,255,.22)!important;color:#fff!important}.desteklerQuestionPageUltra .desteklerQuestionRouteMeta h2{margin:0!important;color:#fff!important;font-size:clamp(2.6rem,4vw,4.6rem)!important;line-height:.94!important;letter-spacing:-.06em!important;font-weight:900!important}.desteklerQuestionPageUltra .desteklerQuestionRouteMeta p{margin-top:10px!important;color:#ffffffe6!important;font-size:1.02rem!important;line-height:1.7!important}.desteklerQuestionPageUltra .desteklerQuestionBackBtn,.desteklerQuestionPageUltra .desteklerRefreshBtn{min-height:54px!important;padding:0 20px!important;border-radius:18px!important;font-size:.95rem!important;font-weight:800!important}.desteklerQuestionPageUltra .desteklerQuestionBackBtn{background:transparent!important;color:#fff!important;border:1px solid rgba(255,255,255,.3)!important;box-shadow:none!important}.desteklerQuestionPageUltra .desteklerQuestionBackBtn:hover{background:#ffffff1f!important;color:#fff!important}.desteklerQuestionPageUltra .desteklerRefreshBtn{background:#fff!important;color:#f97316!important;border:0!important;box-shadow:0 14px 26px #c2410c24!important}.desteklerQuestionPageUltra .desteklerQuestionWorkspaceUltra{min-height:calc(100vh - 146px)!important;padding:0!important;border:0!important;border-radius:0!important;background:#f8fafc!important;box-shadow:none!important}.desteklerQuestionPageUltra .desteklerQuestionWrapUltra{min-height:100%}.desteklerQuestionPageUltra .desteklerQuestionShellUltra{min-height:calc(100vh - 146px)!important;padding:28px!important;display:grid!important;grid-template-columns:minmax(350px,410px) minmax(0,1fr)!important;gap:28px!important;align-items:stretch!important}.desteklerQuestionPageUltra .desteklerQuestionRailUltra{display:grid!important;grid-template-rows:auto 1fr;gap:18px!important;align-self:start;position:sticky!important;top:24px!important}.desteklerQuestionPageUltra .desteklerQuestionRailCardUltra{padding:24px!important;border-radius:28px!important;background:#f97316!important;border:0!important;box-shadow:0 18px 34px #f973163d!important;animation:dsUltraSlideRight .46s ease both}.desteklerQuestionPageUltra .desteklerQuestionRailCardUltra .desteklerQuestionSidebarKicker,.desteklerQuestionPageUltra .desteklerQuestionRailCardUltra strong,.desteklerQuestionPageUltra .desteklerQuestionRailCardUltra p,.desteklerQuestionPageUltra .desteklerQuestionRailCardUltra .desteklerQuestionProgressMeta span,.desteklerQuestionPageUltra .desteklerQuestionRailCardUltra .desteklerQuestionProgressMeta strong{color:#fff!important}.desteklerQuestionPageUltra .desteklerQuestionRailCardUltra p{opacity:.92}.desteklerQuestionPageUltra .desteklerQuestionRailStatsUltra div{background:#ffffff1f!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:18px!important}.desteklerQuestionPageUltra .desteklerQuestionProgressBar{height:14px!important;background:#ffffff38!important;border:1px solid rgba(255,255,255,.18)!important}.desteklerQuestionPageUltra .desteklerQuestionProgressBar span{background:#fff!important;position:relative}.desteklerQuestionPageUltra .desteklerQuestionProgressBar span:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(249,115,22,.2),transparent);animation:dsUltraProgress 2.3s linear infinite}.desteklerQuestionPageUltra .desteklerQuestionStepListUltra{display:grid!important;gap:14px!important}.desteklerQuestionPageUltra .desteklerQuestionStepNodeUltra{display:grid;gap:10px}.desteklerQuestionPageUltra .desteklerQuestionStepCardUltra{padding:16px 16px 18px!important;border-radius:24px!important;background:#fff!important;border:1px solid rgba(15,23,42,.08)!important;box-shadow:0 12px 28px #0f172a0d!important;animation:dsUltraSlideRight .42s ease both}.desteklerQuestionPageUltra .desteklerQuestionStepCardUltra:hover{transform:translateY(-2px)!important;border-color:#f97316!important;box-shadow:0 18px 34px #f973161f!important}.desteklerQuestionPageUltra .desteklerQuestionStepCardUltra.is-active{background:#f97316!important;border-color:#f97316!important;animation:dsUltraPulse 2.6s ease-in-out infinite}.desteklerQuestionPageUltra .desteklerQuestionStepCardUltra.is-locked,.desteklerQuestionPageUltra .desteklerQuestionStepCardUltra:disabled{background:#f8fafc!important;border-color:#94a3b83d!important;box-shadow:none!important;opacity:.6;cursor:not-allowed;transform:none!important}.desteklerQuestionPageUltra .desteklerQuestionStepCardUltra.is-active strong,.desteklerQuestionPageUltra .desteklerQuestionStepCardUltra.is-active small,.desteklerQuestionPageUltra .desteklerQuestionStepCardUltra.is-active .desteklerQuestionNavIndex,.desteklerQuestionPageUltra .desteklerQuestionStepCardUltra.is-active .desteklerQuestionNavState{color:#fff!important}.desteklerQuestionPageUltra .desteklerQuestionStepCardUltra.is-locked strong,.desteklerQuestionPageUltra .desteklerQuestionStepCardUltra.is-locked small,.desteklerQuestionPageUltra .desteklerQuestionStepCardUltra.is-locked .desteklerQuestionNavIndex,.desteklerQuestionPageUltra .desteklerQuestionStepCardUltra.is-locked .desteklerQuestionNavState,.desteklerQuestionPageUltra .desteklerQuestionNavState.is-locked{color:#94a3b8!important}.desteklerQuestionPageUltra .desteklerQuestionNavState.is-locked{background:#94a3b81f!important}.desteklerQuestionPageUltra .desteklerQuestionStepArrowUltra{width:34px;height:34px;margin:-2px auto 0;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#fff;color:#94a3b8;border:1px solid rgba(15,23,42,.08);box-shadow:0 8px 18px #0f172a0a}.desteklerQuestionPageUltra .desteklerQuestionStepArrowUltra.is-complete{background:#f97316;color:#fff;border-color:#f97316;box-shadow:0 12px 22px #f973162e}.desteklerQuestionPageUltra .desteklerQuestionCanvasUltra{min-width:0}.desteklerQuestionPageUltra .desteklerQuestionCanvasPanelUltra{min-height:100%;padding:32px!important;border-radius:30px!important;background:#fff!important;border:1px solid rgba(15,23,42,.08)!important;box-shadow:0 16px 36px #0f172a0d!important;display:grid!important;grid-template-rows:auto auto 1fr auto auto;gap:22px;animation:dsUltraFadeUp .55s cubic-bezier(.22,1,.36,1) both;animation-delay:.08s}.desteklerQuestionPageUltra .desteklerQuestionCanvasHeadUltra{padding-bottom:18px!important;border-bottom:1px solid rgba(15,23,42,.08)!important}.desteklerQuestionPageUltra .desteklerQuestionCanvasHeadUltra h3{margin:0!important;color:#111827!important;font-size:clamp(2.2rem,3vw,3.5rem)!important;line-height:.96!important;letter-spacing:-.05em!important}.desteklerQuestionPageUltra .desteklerQuestionCanvasHeadUltra p{margin-top:10px!important;color:#6b7280!important;font-size:1rem!important;line-height:1.8!important}.desteklerQuestionPageUltra .desteklerQuestionStepInfo{min-height:48px!important;padding:0 18px!important;border-radius:999px!important;background:#fff!important;color:#f97316!important;border:1px solid rgba(249,115,22,.2)!important;box-shadow:none!important}.desteklerQuestionPageUltra .desteklerQuestionMetaGridUltra{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px!important}.desteklerQuestionPageUltra .desteklerQuestionMetaGridUltra .desteklerQuestionContextItem{min-height:110px!important;padding:18px!important;border-radius:22px!important;background:#fff!important;border:1px solid rgba(15,23,42,.08)!important;box-shadow:0 10px 20px #0f172a0a!important}.desteklerQuestionPageUltra .desteklerQuestionMetaGridUltra .desteklerQuestionContextItem span{color:#f97316!important}.desteklerQuestionPageUltra .desteklerQuestionFormFlowUltra{display:grid!important;gap:18px!important;align-content:start}.desteklerQuestionPageUltra .desteklerQuestionSurfaceCard,.desteklerQuestionPageUltra .desteklerQuestionSurfaceCardItem{background:#fff!important;border:1px solid rgba(15,23,42,.08)!important;border-radius:24px!important;box-shadow:0 14px 30px #0f172a0d!important}.desteklerQuestionPageUltra .desteklerQuestionSurfaceCard{padding:28px!important}.desteklerQuestionPageUltra .desteklerQuestionSurfaceCardItem{padding:24px!important}.desteklerQuestionPageUltra .desteklerQuestionSurfaceCard.is-empty,.desteklerQuestionPageUltra .desteklerQuestionSurfaceCardItem.is-empty{background:linear-gradient(180deg,#fff5f5,#ffe4e6)!important;border-color:#ef444438!important;box-shadow:0 18px 34px #ef44441f!important}.desteklerQuestionPageUltra .desteklerQuestionSurfaceCard.is-filled,.desteklerQuestionPageUltra .desteklerQuestionSurfaceCardItem.is-filled{background:linear-gradient(180deg,#f0fdf4,#dcfce7)!important;border-color:#10b9813d!important;box-shadow:0 18px 34px #10b9811f!important}.desteklerQuestionPageUltra .desteklerQuestionSurfaceCard.is-empty .desteklerQuestionIndex,.desteklerQuestionPageUltra .desteklerQuestionSurfaceCardItem.is-empty .desteklerQuestionIndex{background:#ef44441f!important;color:#dc2626!important}.desteklerQuestionPageUltra .desteklerQuestionSurfaceCard.is-filled .desteklerQuestionIndex,.desteklerQuestionPageUltra .desteklerQuestionSurfaceCardItem.is-filled .desteklerQuestionIndex{background:#10b9811f!important;color:#059669!important}.desteklerQuestionPageUltra .desteklerQuestionSurfaceCard.is-empty .desteklerQuestionLabel,.desteklerQuestionPageUltra .desteklerQuestionSurfaceCardItem.is-empty .desteklerQuestionLabel{color:#7f1d1d!important}.desteklerQuestionPageUltra .desteklerQuestionSurfaceCard.is-filled .desteklerQuestionLabel,.desteklerQuestionPageUltra .desteklerQuestionSurfaceCardItem.is-filled .desteklerQuestionLabel{color:#065f46!important}.desteklerQuestionPageUltra .desteklerQuestionGroupHead{padding:26px 26px 18px!important;background:#fff!important;border-bottom:1px solid rgba(15,23,42,.08)!important}.desteklerQuestionPageUltra .desteklerQuestionGroupList{padding:22px!important;gap:18px!important}.desteklerQuestionPageUltra .desteklerQuestionIndex,.desteklerQuestionPageUltra .desteklerQuestionGroupEyebrow{background:#f973161a!important;color:#f97316!important}.desteklerQuestionPageUltra .desteklerRequiredBadge{background:#f97316!important;color:#fff!important;box-shadow:none!important}.desteklerQuestionPageUltra .desteklerQuestionLabel{color:#111827!important;font-size:clamp(1.4rem,1.7vw,1.9rem)!important;line-height:1.28!important}.desteklerQuestionPageUltra .desteklerQuestionHint{background:#fff!important;border:1px dashed rgba(249,115,22,.28)!important;color:#6b7280!important}.desteklerQuestionPageUltra .desteklerQuestionInputUltra{min-height:82px!important;padding:22px 24px!important;border-radius:22px!important;background:transparent!important;border:0!important;box-shadow:none!important;color:#111827!important;font-size:1.1rem!important;font-weight:600!important;position:relative;z-index:2}.desteklerQuestionPageUltra textarea.desteklerQuestionInputUltra{min-height:96px!important;height:auto;resize:none;overflow-y:hidden}.desteklerQuestionPageUltra .desteklerQuestionInputUltra:focus{box-shadow:none!important}.desteklerQuestionPageUltra .desteklerQuestionInputFrameUltra{position:relative;padding:2px;border-radius:24px;background:linear-gradient(120deg,#f973162e,#f973169e,#fffffff5,#f973169e 60%,#f973162e);background-size:220% 100%;animation:dsUltraInputBorderFlow 4.2s linear infinite;box-shadow:0 10px 24px #f9731614;overflow:hidden;transition:box-shadow .25s ease,transform .25s ease,background .25s ease}.desteklerQuestionPageUltra .desteklerQuestionInputFrameUltra:after{content:"";position:absolute;top:2px;right:2px;bottom:2px;left:2px;border-radius:22px;background:#fff;z-index:1}.desteklerQuestionPageUltra .desteklerQuestionInputFrameUltra>*{position:relative;z-index:2}.desteklerQuestionPageUltra .desteklerQuestionInputFrameUltra.is-empty,.desteklerQuestionPageUltra .desteklerQuestionInputFrameUltra.is-filled{background:linear-gradient(120deg,#f973162e,#f973169e 20%,#fffffff5 44%,#f973169e 60%,#f973162e);background-size:220% 100%;box-shadow:0 10px 24px #f9731614}.desteklerQuestionPageUltra .desteklerQuestionInputFrameUltra:focus-within{box-shadow:0 0 0 6px #f973161f,0 16px 30px #f973161f}.desteklerQuestionPageUltra .desteklerQuestionInputFrameUltra.is-empty:focus-within{box-shadow:0 0 0 6px #f973161f,0 16px 30px #f973161f}.desteklerQuestionPageUltra .desteklerQuestionInputFrameUltra.is-filled:focus-within{box-shadow:0 0 0 6px #f973161f,0 16px 30px #f973161f}.desteklerQuestionPageUltra .desteklerQuestionInputFrameUltra:focus-within:after{top:1px;right:1px;bottom:1px;left:1px}.desteklerQuestionPageUltra .desteklerStructuredQuestionEditor{display:flex;flex-direction:column;gap:14px}.desteklerQuestionPageUltra .desteklerStructuredQuestionToolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.desteklerQuestionPageUltra .desteklerStructuredQuestionActionGroup{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.desteklerQuestionPageUltra .desteklerStructuredGeneratePanel{border:1px solid rgba(249,115,22,.22);background:#fffaf5;border-radius:14px;padding:12px;display:flex;flex-direction:column;gap:10px}.desteklerQuestionPageUltra .desteklerStructuredGenerateLabel{font-size:.8rem;font-weight:800;color:#9a3412}.desteklerQuestionPageUltra .desteklerStructuredGenerateTextarea{width:100%;border-radius:12px;border:1px solid rgba(15,23,42,.14);background:#fff;color:#111827;font-size:.9rem;font-weight:600;line-height:1.45;padding:10px 12px;resize:vertical;min-height:84px}.desteklerQuestionPageUltra .desteklerStructuredGenerateTextarea:focus{outline:none;border-color:#f9731673;box-shadow:0 0 0 3px #f973161f}.desteklerQuestionPageUltra .desteklerStructuredGenerateActions{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}.desteklerQuestionPageUltra .desteklerStructuredQuestionMeta{font-size:.84rem;font-weight:800;color:#6b7280}.desteklerQuestionPageUltra .desteklerStructuredQuestionBtn{border:1px solid rgba(15,23,42,.16);background:#fff;color:#111827;border-radius:999px;font-size:.82rem;font-weight:800;padding:8px 14px;cursor:pointer;transition:all .2s ease}.desteklerQuestionPageUltra .desteklerStructuredQuestionBtn .spinning{animation:spin .9s linear infinite}.desteklerQuestionPageUltra .desteklerStructuredQuestionBtn:hover:not(:disabled){border-color:#f9731673;color:#ea580c}.desteklerQuestionPageUltra .desteklerStructuredQuestionBtn.add{background:#f97316;border-color:#f97316;color:#fff}.desteklerQuestionPageUltra .desteklerStructuredQuestionBtn.add:hover:not(:disabled){background:#ea580c;border-color:#ea580c;color:#fff}.desteklerQuestionPageUltra .desteklerStructuredQuestionBtnHeaderAdd{background:#fff!important;border-color:#fff!important;color:#c2410c!important;box-shadow:0 8px 20px #0f172a14!important}.desteklerQuestionPageUltra .desteklerStructuredQuestionBtnHeaderAdd:hover:not(:disabled){background:#fff7ed!important;border-color:#fff!important;color:#9a3412!important}.desteklerQuestionPageUltra .desteklerStructuredQuestionInfoBadge{border:1px solid #ffffff;background:#fff;color:#111827;border-radius:999px;font-size:.74rem;font-weight:800;padding:6px 10px;cursor:help;box-shadow:0 8px 18px #0f172a14}.desteklerQuestionPageUltra .desteklerStructuredQuestionBtn.generate{background:#fff7ed;border-color:#f9731640;color:#c2410c;display:inline-flex;align-items:center;gap:6px}.desteklerQuestionPageUltra .desteklerStructuredQuestionBtn.generate:hover:not(:disabled){background:#ffedd5;border-color:#f9731673;color:#9a3412}.desteklerQuestionPageUltra .desteklerStructuredQuestionBtn.generate.mini{padding:5px 10px;font-size:.72rem;font-weight:800;white-space:nowrap}.desteklerQuestionPageUltra .desteklerStructuredQuestionBtn.remove{min-width:38px;padding:8px 0;text-align:center}.desteklerQuestionPageUltra .desteklerStructuredQuestionBtn:disabled{cursor:not-allowed;opacity:.45}.desteklerQuestionPageUltra .desteklerStructuredQuestionError{border-radius:12px;border:1px solid rgba(220,38,38,.2);background:#fee2e299;color:#b91c1c;font-size:.82rem;font-weight:700;padding:10px 12px}.desteklerQuestionPageUltra .desteklerStructuredQuestionTable th,.desteklerQuestionPageUltra .desteklerStructuredQuestionTable td{padding:12px!important;vertical-align:middle!important}.desteklerQuestionPageUltra .desteklerStructuredQuestionTable thead th{font-size:.82rem!important;font-weight:800!important;color:#374151!important;white-space:nowrap}.desteklerQuestionPageUltra .desteklerStructuredQuestionHeadCell{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.desteklerQuestionPageUltra .desteklerStructuredQuestionHeadCellAction{align-items:center;text-align:center}.desteklerQuestionPageUltra .desteklerStructuredQuestionColumnDesc{display:block;font-size:.72rem;line-height:1.35;font-weight:600;color:#6b7280;white-space:normal}.desteklerQuestionPageUltra .desteklerStructuredQuestionActionHead .desteklerStructuredQuestionColumnDesc{color:#fff7edeb}.desteklerQuestionPageUltra .desteklerStructuredQuestionRowNo{width:52px;text-align:center!important;font-weight:800;color:#4b5563}.desteklerQuestionPageUltra .desteklerStructuredQuestionActionHead,.desteklerQuestionPageUltra .desteklerStructuredQuestionActionCell{width:176px;text-align:center!important}.desteklerQuestionPageUltra .desteklerStructuredQuestionRowActions{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.desteklerQuestionPageUltra .desteklerStructuredQuestionInlineLabel,.desteklerQuestionPageUltra .desteklerStructuredQuestionTable.is-vertical thead{display:none}.desteklerQuestionPageUltra .desteklerStructuredQuestionTable.is-vertical tbody tr{display:block;margin-bottom:12px;border:1px solid rgba(148,163,184,.3);border-radius:14px;background:#fff}.desteklerQuestionPageUltra .desteklerStructuredQuestionTable.is-vertical tbody td{display:block;width:100%;border:0!important;padding:10px 12px!important}.desteklerQuestionPageUltra .desteklerStructuredQuestionTable.is-vertical .desteklerStructuredQuestionRowNo,.desteklerQuestionPageUltra .desteklerStructuredQuestionTable.is-vertical .desteklerStructuredQuestionActionHead,.desteklerQuestionPageUltra .desteklerStructuredQuestionTable.is-vertical .desteklerStructuredQuestionActionCell{width:100%;text-align:left!important}.desteklerQuestionPageUltra .desteklerStructuredQuestionTable.is-vertical .desteklerStructuredQuestionRowActions{justify-content:flex-start}.desteklerQuestionPageUltra .desteklerStructuredQuestionTable.is-vertical .desteklerStructuredQuestionInlineLabel{display:block;font-size:.72rem;font-weight:800;color:#6b7280;margin-bottom:6px;text-transform:uppercase;letter-spacing:.04em}.desteklerQuestionPageUltra .desteklerStructuredQuestionCellHead{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.desteklerQuestionPageUltra .desteklerStructuredQuestionCellHeadText{display:flex;flex-direction:column;gap:4px;min-width:0}.desteklerQuestionPageUltra .desteklerStructuredQuestionCellHeadTitle{font-size:.72rem;font-weight:800;color:#6b7280;text-transform:uppercase;letter-spacing:.04em}.desteklerQuestionPageUltra .desteklerStructuredQuestionCellFrame{border-radius:14px!important;box-shadow:none!important}.desteklerQuestionPageUltra .desteklerStructuredQuestionCellFrame:after{border-radius:12px!important}.desteklerQuestionPageUltra .desteklerSubFieldDynamicTable{border-collapse:separate;border-spacing:0 10px}.desteklerQuestionPageUltra .desteklerSubFieldDynamicTable thead th{background:#f8fafc;border-top:1px solid rgba(148,163,184,.22);border-bottom:1px solid rgba(148,163,184,.22)}.desteklerQuestionPageUltra .desteklerSubFieldDynamicTable thead th:first-child{border-left:1px solid rgba(148,163,184,.22);border-radius:12px 0 0 12px}.desteklerQuestionPageUltra .desteklerSubFieldDynamicTable thead th:last-child{border-right:1px solid rgba(148,163,184,.22);border-radius:0 12px 12px 0}.desteklerQuestionPageUltra .desteklerSubFieldDynamicTable tbody tr{background:#fff;box-shadow:0 10px 24px #0f172a0f}.desteklerQuestionPageUltra .desteklerSubFieldDynamicTable tbody td{border-top:1px solid rgba(148,163,184,.18);border-bottom:1px solid rgba(148,163,184,.18);background:#fff}.desteklerQuestionPageUltra .desteklerSubFieldDynamicTable tbody td:first-child{border-left:1px solid rgba(148,163,184,.18);border-radius:12px 0 0 12px}.desteklerQuestionPageUltra .desteklerSubFieldDynamicTable tbody td:last-child{border-right:1px solid rgba(148,163,184,.18);border-radius:0 12px 12px 0}.desteklerQuestionPageUltra .desteklerSubFieldCellActions{display:flex;justify-content:flex-end;margin-top:10px;position:relative;z-index:3}.desteklerQuestionPageUltra .desteklerSubFieldDynamicTable .desteklerStructuredQuestionBtn.generate{padding:8px 12px;font-size:.76rem;min-width:128px;justify-content:center;box-shadow:0 6px 14px #f9731629}.desteklerQuestionPageUltra .desteklerSubFieldColumnGenerateBtn{margin-top:2px}.desteklerQuestionPageUltra .desteklerStructuredQuestionInput{min-height:52px!important;padding:14px!important;border-radius:12px!important;font-size:.95rem!important;font-weight:600!important}.desteklerQuestionPageUltra .desteklerWarnText{background:#fff!important;border:1px solid rgba(249,115,22,.18)!important;color:#f97316!important;border-left:0!important}.desteklerQuestionPageUltra .desteklerQuestionActionBarUltra{display:flex!important;flex-wrap:wrap;gap:14px!important;padding-top:20px!important;border-top:1px solid rgba(15,23,42,.08)!important;margin-top:auto}.desteklerQuestionPageUltra .desteklerQuestionActionBarUltra button{min-height:60px!important;padding:0 24px!important;border-radius:20px!important;font-size:.96rem!important;font-weight:800!important}.desteklerQuestionPageUltra .desteklerQuestionActionBarUltra button:not(.ghost){background:#f97316!important;color:#fff!important;border:0!important;box-shadow:0 18px 30px #f973162e!important}.desteklerQuestionPageUltra .desteklerQuestionActionBarUltra button:not(.ghost):hover:not(:disabled){background:#ea580c!important}.desteklerQuestionPageUltra .desteklerQuestionActionBarUltra button.ghost{background:#fff!important;color:#111827!important;border:1px solid rgba(15,23,42,.1)!important;box-shadow:none!important}.desteklerQuestionPageUltra .desteklerQuestionActionBarUltra button.ghost:hover:not(:disabled){border-color:#f97316!important;color:#f97316!important;background:#fff!important}@media(max-width:1180px){.desteklerQuestionPageUltra .desteklerQuestionShellUltra{grid-template-columns:1fr!important}.desteklerQuestionPageUltra .desteklerQuestionRailUltra{position:relative!important;top:0!important}}@media(max-width:860px){.desteklerQuestionPageUltra .desteklerQuestionHeroUltra,.desteklerQuestionPageUltra .desteklerQuestionHeroUltra:hover,.desteklerQuestionPageUltra .desteklerQuestionHeroUltra.desteklerSurfaceMotion:hover{padding:18px 16px 20px!important;border-radius:0!important}.desteklerQuestionPageUltra .desteklerQuestionRouteHead{grid-template-columns:1fr!important;align-items:stretch!important}.desteklerQuestionPageUltra .desteklerQuestionWorkspaceUltra{min-height:calc(100vh - 130px)!important}.desteklerQuestionPageUltra .desteklerQuestionShellUltra{min-height:calc(100vh - 130px)!important;padding:16px!important;gap:16px!important}.desteklerQuestionPageUltra .desteklerQuestionCanvasPanelUltra,.desteklerQuestionPageUltra .desteklerQuestionRailCardUltra,.desteklerQuestionPageUltra .desteklerQuestionSurfaceCard,.desteklerQuestionPageUltra .desteklerQuestionSurfaceCardItem{padding:18px!important}.desteklerQuestionPageUltra .desteklerQuestionMetaGridUltra{grid-template-columns:1fr!important}.desteklerQuestionPageUltra .desteklerQuestionActionBarUltra{flex-direction:column!important}.desteklerQuestionPageUltra .desteklerQuestionActionBarUltra button,.desteklerQuestionPageUltra .desteklerQuestionBackBtn,.desteklerQuestionPageUltra .desteklerRefreshBtn{width:100%!important;justify-content:center!important}}.desteklerRoot.is-standalone-question{padding:0!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-standalone{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;gap:0!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionHeroUltra.desteklerTopCard.is-question-hero,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionHeroUltra.desteklerTopCard.is-question-hero:hover,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionHeroUltra.desteklerTopCard.is-question-hero.desteklerSurfaceMotion:hover,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionHeroUltra.desteklerTopCard.desteklerSurfaceMotion{margin:0!important;width:100%!important;max-width:none!important;overflow:visible!important;border-radius:0!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionWorkspaceUltra{border-radius:0!important}@media(max-width:860px){.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionHeroUltra.desteklerTopCard.is-question-hero,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionHeroUltra.desteklerTopCard.is-question-hero:hover,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionHeroUltra.desteklerTopCard.is-question-hero.desteklerSurfaceMotion:hover,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionHeroUltra.desteklerTopCard.desteklerSurfaceMotion{border-radius:0!important}}@media(min-width:1181px){.desteklerRoot:not(.is-standalone-question){overflow-x:hidden}.desteklerRoot:not(.is-standalone-question) .desteklerPageHeroWrap{--ds-support-page-scale: .93;zoom:var(--ds-support-page-scale);transform-origin:top center}}@supports not (zoom: 1){@media(min-width:1181px){.desteklerRoot:not(.is-standalone-question) .desteklerPageHeroWrap{width:calc(100% / var(--ds-support-page-scale))!important;min-height:calc(100vh / var(--ds-support-page-scale))!important;transform:scale(var(--ds-support-page-scale));transform-origin:top center;margin-left:auto;margin-right:auto}}}.desteklerQuestionPageUltra .desteklerReviewStage{display:grid;gap:12px;padding:18px 18px 0}.desteklerQuestionPageUltra .desteklerReviewHero{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 18px;border-radius:24px;background:#fff;border:1px solid rgba(249,115,22,.14);box-shadow:0 18px 34px #0f172a0d;animation:dsUltraFadeUp .42s ease both}.desteklerQuestionPageUltra .desteklerReviewMeta{min-width:0;display:grid;gap:6px}.desteklerQuestionPageUltra .desteklerReviewEyebrow{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:#fff7ed;border:1px solid rgba(249,115,22,.14);color:#c2410c;font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.desteklerQuestionPageUltra .desteklerReviewHero h3{margin:0;color:#111827;font-size:clamp(1.2rem,1.7vw,1.55rem);line-height:1.1;letter-spacing:-.04em}.desteklerQuestionPageUltra .desteklerReviewHero p{margin:0;max-width:620px;color:#64748b;font-size:.92rem;line-height:1.55}.desteklerQuestionPageUltra .desteklerReviewActions{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px}.desteklerQuestionPageUltra .desteklerReviewActions button{min-height:44px;padding:0 16px;border-radius:16px}.desteklerQuestionPageUltra .desteklerReviewInfo{padding:10px 14px;margin:0 18px;border-radius:16px;background:#fff7ed;border:1px solid rgba(249,115,22,.14);color:#9a3412;font-size:.84rem;line-height:1.45}.desteklerQuestionPageUltra.is-review-stage{min-height:100vh!important;height:auto!important;overflow:visible!important}.desteklerQuestionPageUltra.is-review-stage .desteklerQuestionWorkspaceUltra{min-height:0!important;height:auto!important;display:block!important;overflow:visible!important}.desteklerPreviewStageWrap{display:block;padding:0 16px 24px}.desteklerPreviewStageWrap.is-hidden{display:none}.desteklerPreviewStageWrap .theme-preview-shell{min-height:980px;border-radius:28px;border:1px solid rgba(15,23,42,.08);box-shadow:0 20px 44px #0f172a14;width:100%;overflow:visible!important}.desteklerPreviewStageWrap .theme-preview-shell>.theme-tailwind-card:first-child{min-height:56px;padding-left:18px;padding-right:18px;background:#fff}.desteklerPreviewStageWrap .theme-preview-shell>.theme-tailwind-card:first-child>div:first-child{gap:12px}.desteklerPreviewStageWrap .theme-preview-shell>.theme-tailwind-card:first-child>div:first-child>div:first-child{padding:8px}.desteklerPreviewStageWrap .theme-preview-shell>.theme-tailwind-card:first-child h2{font-size:.78rem;line-height:1.1}.desteklerPreviewStageWrap .theme-preview-shell>.theme-tailwind-card:first-child p{font-size:.54rem;line-height:1.35}.desteklerPreviewStageWrap .theme-preview-shell .word-content-view{box-shadow:0 24px 46px #0f172a14}.desteklerQuestionPageUltra.is-review-stage .desteklerPreviewStageWrap{min-height:0;height:auto;padding-bottom:24px;overflow:visible}.desteklerQuestionPageUltra.is-review-stage .desteklerPreviewStageWrap .theme-preview-shell{min-height:0;height:auto;overflow:visible}.desteklerQuestionPageUltra.is-review-stage .desteklerPreviewStageWrap .theme-preview-shell>div:last-child{min-height:0;overflow:visible!important}.desteklerQuestionPageUltra.is-review-stage .desteklerPreviewStageWrap .word-content-view.is-user-facing-preview,.desteklerQuestionPageUltra.is-review-stage .desteklerPreviewStageWrap .user-facing-table-shell,.desteklerQuestionPageUltra.is-review-stage .desteklerPreviewStageWrap .user-facing-table-shell table{overflow:visible!important;max-height:none!important}@media(max-width:900px){.desteklerQuestionPageUltra .desteklerReviewStage{padding:14px 14px 0}.desteklerQuestionPageUltra .desteklerReviewHero{flex-direction:column;align-items:stretch;padding:14px;border-radius:20px}.desteklerQuestionPageUltra .desteklerReviewActions{width:100%;justify-content:stretch}.desteklerQuestionPageUltra .desteklerReviewActions button{width:100%;justify-content:center}.desteklerQuestionPageUltra .desteklerReviewInfo{margin:0 14px}.desteklerPreviewStageWrap{padding:0 10px 18px}.desteklerPreviewStageWrap .theme-preview-shell{border-radius:24px}}.desteklerRoot.is-standalone-question{background:#dfe6f0!important}.desteklerRoot.is-standalone-question:before,.desteklerRoot.is-standalone-question:after{display:none!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme .desteklerQuestionHeroUltra.desteklerTopCard.is-question-hero,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme .desteklerQuestionHeroUltra.desteklerTopCard.is-question-hero:hover,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme .desteklerQuestionHeroUltra.desteklerTopCard.desteklerSurfaceMotion{background:#111827!important;border:1px solid #111827!important;box-shadow:0 16px 36px #0f172a38!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme .desteklerQuestionRouteMeta h2,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme .desteklerQuestionRouteMeta p,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme .desteklerQuestionRouteEyebrow{color:#f8fafc!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme .desteklerQuestionBackBtn,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme .desteklerRefreshBtn{background:#fff!important;color:#111827!important;border:1px solid #d1d9e6!important;box-shadow:none!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme .desteklerContentCard.is-question-content,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme .desteklerQuestionMainPanel,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme .desteklerQuestionSidebarCard,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme .desteklerQuestionNavItem,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme .desteklerQuestionContextItem,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme .desteklerQuestionCard,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme .desteklerQuestionGroupItem,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme .desteklerQuestionTableCard{background:#f7faff!important;border:1px solid #bccbdd!important;box-shadow:0 14px 34px #0f172a1f!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme .desteklerContentCard.is-question-content{background:#edf2f8!important;border:1px solid #c2cfdf!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme .desteklerQuestionMainPanel{background:#f2f6fc!important;border:1px solid #b8c8dc!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme .desteklerQuestionSidebarCard p,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme .desteklerQuestionHeader p,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme .desteklerQuestionGroupHead p{color:#64748b!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme .desteklerQuestionProgressBar{background:#e2e8f0!important;border:1px solid #d6deea!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme .desteklerQuestionProgressBar span{background:#334155!important;box-shadow:none!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme .desteklerQuestionNavItem.is-active{border-color:#1e293b!important;box-shadow:0 18px 36px #0f172a33!important;background:#e9f0fa!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme .desteklerQuestionGroupHead{background:#e9f0fa!important;border-bottom:1px solid #c6d4e6!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme .desteklerQuestionGroupEyebrow,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme .desteklerQuestionIndex{background:#e2e8f0!important;color:#0f172a!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme .desteklerRequiredBadge{background:#dc2626!important;color:#fff!important;border:1px solid #dc2626!important;box-shadow:none!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme .desteklerQuestionHint{background:#eef3fb!important;border:1px solid #c7d4e6!important;color:#334155!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme .desteklerWarnText{background:#fff7ed!important;border:1px solid #fed7aa!important;color:#9a3412!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme .desteklerQuestionInput,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme .desteklerStructuredQuestionInput{background:#eef3fb!important;border:1px solid #aebfd6!important;box-shadow:none!important;color:#0f172a!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme .desteklerQuestionInput:focus,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme .desteklerStructuredQuestionInput:focus{border-color:#334155!important;box-shadow:0 0 0 3px #33415529!important;background:#fff!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme .desteklerQuestionActions{border-top:1px solid #e2e8f0!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme .desteklerQuestionActions button:not(.ghost),.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme .desteklerQuestionFocusTrigger{background:#111827!important;color:#fff!important;border:1px solid #111827!important;box-shadow:none!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme .desteklerQuestionActions button.ghost{background:#fff!important;border:1px solid #cbd5e1!important;color:#0f172a!important}.desteklerQuestionCard.is-clickable,.desteklerQuestionGroupItem.is-clickable{cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease;border-left:4px solid #64748b!important}.desteklerQuestionCard.is-clickable.is-empty,.desteklerQuestionGroupItem.is-clickable.is-empty{background:#f9fbff!important;border-color:#bdcbe0!important}.desteklerQuestionCard.is-clickable.is-filled,.desteklerQuestionGroupItem.is-clickable.is-filled{background:#eef4ff!important;border-color:#90a5c0!important;border-left-color:#334155!important}.desteklerQuestionCard.is-clickable:hover,.desteklerQuestionGroupItem.is-clickable:hover{transform:translateY(-3px);border-color:#1e293b!important;border-left-color:#111827!important;box-shadow:0 22px 40px #0f172a33!important;background:#e7eef9!important}.desteklerQuestionCard.is-clickable:focus-visible,.desteklerQuestionGroupItem.is-clickable:focus-visible{outline:3px solid rgba(30,41,59,.25);outline-offset:3px}.desteklerQuestionCompactPreview{margin:10px 0 14px;padding:14px 16px;border-radius:16px;border:1px solid #becee2;background:#edf3fc;display:grid;gap:8px}.desteklerQuestionCompactPreview small{margin:0;font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:#64748b;font-weight:700}.desteklerQuestionCompactPreview p{margin:0;color:#0f172a;line-height:1.55;font-size:.96rem;font-weight:500}.desteklerQuestionFocusTrigger{min-height:44px;border-radius:14px;padding:0 16px;font-size:.86rem;font-weight:700;letter-spacing:.01em}@keyframes dsQuestionFocusIn{0%{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.desteklerQuestionFocusOverlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2200;display:flex;align-items:center;justify-content:center;padding:10px;background:#0f172a94;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.desteklerQuestionFocusDialog{width:min(1880px,calc(100vw - 20px));max-height:calc(100vh - 20px);display:grid;grid-template-rows:auto 1fr auto;border-radius:26px;border:1px solid #d1d9e6;background:#fff;box-shadow:0 28px 60px #0f172a4d;overflow:hidden;animation:dsQuestionFocusIn .22s ease both}.desteklerQuestionFocusHead{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 22px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.desteklerQuestionFocusMeta{display:grid;gap:4px;min-width:0}.desteklerQuestionFocusMeta span{font-size:.74rem;letter-spacing:.07em;text-transform:uppercase;color:#64748b;font-weight:700}.desteklerQuestionFocusMeta strong{color:#0f172a;font-size:1rem;line-height:1.2}.desteklerQuestionFocusClose{width:36px;height:36px;border-radius:12px;border:1px solid #d1d9e6;background:#fff;color:#334155;display:inline-flex;align-items:center;justify-content:center}.desteklerQuestionFocusClose:hover{border-color:#334155;color:#0f172a}.desteklerQuestionFocusBody{overflow:auto;padding:24px;display:grid;gap:14px}.desteklerQuestionFocusBody .desteklerQuestionLabel{margin:0}.desteklerQuestionFocusFoot{display:flex;justify-content:flex-end;gap:10px;padding:16px 22px;border-top:1px solid #e2e8f0;background:#f8fafc}.desteklerQuestionFocusFoot .ghost{min-height:42px;border-radius:12px;padding:0 14px}.desteklerTextareaControlStack{display:grid;gap:10px}.desteklerSubFieldInputActions{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap;position:relative;z-index:3}.desteklerTextareaControlActions{display:flex;justify-content:flex-end}.desteklerTextareaDetailBtn{border:1px solid #d1d9e6;background:#f8fafc;color:#334155;border-radius:999px;font-size:.76rem;font-weight:800;letter-spacing:.01em;padding:7px 12px;cursor:pointer;transition:all .2s ease}.desteklerTextareaDetailBtn:hover{border-color:#f97316;color:#c2410c;background:#fff7ed}.desteklerAnswerDetailOverlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2300;display:flex;align-items:center;justify-content:center;padding:14px;background:#020617a8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.desteklerAnswerDetailDialog{width:min(1320px,calc(100vw - 28px));max-height:calc(100vh - 28px);display:grid;grid-template-rows:auto 1fr;border-radius:22px;border:1px solid #c9d6e6;background:#fff;box-shadow:0 28px 60px #02061757;overflow:hidden}.desteklerAnswerDetailHead{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.desteklerAnswerDetailHead strong{color:#0f172a;font-size:.98rem;font-weight:800}.desteklerAnswerDetailClose{width:34px;height:34px;border-radius:10px;border:1px solid #d1d9e6;background:#fff;color:#334155;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.desteklerAnswerDetailClose:hover{border-color:#334155;color:#0f172a}.desteklerAnswerDetailBody{overflow:auto;padding:16px;background:#f8fbff}.desteklerAnswerDetailContent{margin:0;padding:16px;min-height:180px;border-radius:14px;border:1px solid #d6e2f1;background:#fff;color:#0f172a;font-size:.95rem;line-height:1.6;white-space:pre-wrap;word-break:break-word;overflow:auto}.desteklerAnswerDetailEmpty{border-radius:12px;border:1px dashed #cbd5e1;background:#fff;color:#64748b;font-size:.9rem;font-weight:700;padding:16px}@media(max-width:860px){.desteklerQuestionFocusOverlay{padding:8px}.desteklerQuestionFocusDialog{width:100%;max-height:calc(100vh - 8px);border-radius:18px}.desteklerQuestionFocusHead,.desteklerQuestionFocusBody,.desteklerQuestionFocusFoot{padding-left:14px;padding-right:14px}.desteklerAnswerDetailOverlay{padding:8px}.desteklerAnswerDetailDialog{width:100%;max-height:calc(100vh - 8px);border-radius:16px}.desteklerAnswerDetailBody{padding:12px}.desteklerQuestionCompactPreview p{font-size:.9rem}}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable{color:#0f172a!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionHeroUltra.desteklerTopCard.is-question-hero,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionHeroUltra.desteklerTopCard.is-question-hero:hover,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionHeroUltra.desteklerTopCard.desteklerSurfaceMotion{background:linear-gradient(135deg,#0b1324,#1f2f47)!important;border:1px solid #0f1a2e!important;box-shadow:0 20px 44px #02061752!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionRouteMeta h2,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionRouteMeta p,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionRouteEyebrow{color:#f8fafc!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionBackBtn,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerRefreshBtn{background:#f8fafc!important;color:#0f172a!important;border:1px solid #bfccdd!important;box-shadow:0 8px 20px #0f172a24!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionWorkspaceUltra,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerContentCard.is-question-content{background:#e8eef6!important;border:1px solid #c3d0e0!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionSidebarCard,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionMainPanel,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionNavItem,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionContextItem,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionCard,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionGroupItem,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionTableCard{background:#f7faff!important;border:1px solid #b8c7da!important;box-shadow:0 14px 34px #0f172a21!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionSidebarCard strong,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionHeader h3,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionLabel,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionGroupHead strong,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionContextItem strong{color:#0f172a!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionSidebarCard p,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionHeader p,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionGroupHead p,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionHint,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionNavItem small{color:#334155!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionSidebarKicker,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionNavIndex,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionContextItem span,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionCompactPreview small{color:#475569!important;font-weight:700!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionProgressBar{background:#dbe5f1!important;border:1px solid #bfccdd!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionProgressBar span{background:linear-gradient(90deg,#1e3a8a,#2563eb)!important;box-shadow:0 8px 18px #2563eb3d!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionProgressMeta div{background:#f3f7fd!important;border:1px solid #c7d3e2!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionNavItem{border:1px solid #bccadc!important;background:#f8fbff!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionNavItem strong{color:#0f172a!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionNavState{display:inline-flex!important;align-items:center!important;min-height:24px!important;padding:0 10px!important;border-radius:999px!important;font-size:.72rem!important;font-weight:800!important;letter-spacing:.06em!important;text-transform:uppercase!important;border:1px solid transparent!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionNavState.is-done{color:#166534!important;background:#dcfce7!important;border-color:#86efac!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionNavState.is-progress{color:#92400e!important;background:#ffedd5!important;border-color:#fdba74!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionNavState.is-empty,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionNavState.is-locked{color:#475569!important;background:#e2e8f0!important;border-color:#cbd5e1!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionNavItem.is-active{border-color:#1e40af!important;background:#e8f0ff!important;box-shadow:0 18px 38px #1e40af33!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionStepInfo{color:#0f172a!important;background:#e8f0ff!important;border:1px solid #bfd0ec!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionGroupHead{background:#edf3fc!important;border-bottom:1px solid #c5d2e4!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionGroupEyebrow,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionIndex{background:#dce6f4!important;border:1px solid #bed0e4!important;color:#1e293b!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerRequiredBadge{background:#dc2626!important;color:#fff!important;border:1px solid #dc2626!important;box-shadow:none!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionHint{background:#edf3fc!important;border:1px solid #c6d4e7!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionCompactPreview{background:#ecf3fc!important;border:1px solid #bfd0e5!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionCompactPreview p{color:#0f172a!important;font-size:.98rem!important;line-height:1.6!important;font-weight:600!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionCard.is-clickable,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionGroupItem.is-clickable{border-left:5px solid #64748b!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionCard.is-clickable.is-empty,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionGroupItem.is-clickable.is-empty{background:#f8fbff!important;border-color:#bfd0e5!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionCard.is-clickable.is-filled,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionGroupItem.is-clickable.is-filled{background:#ebf2ff!important;border-color:#96add0!important;border-left-color:#1e40af!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionCard.is-clickable:hover,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionGroupItem.is-clickable:hover{border-color:#1e3a8a!important;border-left-color:#1e3a8a!important;background:#e4eefc!important;box-shadow:0 22px 40px #1e3a8a33!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionCard.is-clickable:focus-visible,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionGroupItem.is-clickable:focus-visible{outline:3px solid rgba(30,64,175,.26)!important;outline-offset:2px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusTrigger,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionActions button:not(.ghost){background:linear-gradient(135deg,#1e3a8a,#2563eb)!important;border:1px solid #1e40af!important;color:#fff!important;box-shadow:0 12px 24px #1e40af42!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionActions button.ghost{background:#f8fafc!important;border:1px solid #bfd0e0!important;color:#0f172a!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerWarnText{background:#fff7ed!important;border:1px solid #fed7aa!important;color:#9a3412!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusOverlay{background:#0206179e!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusDialog{background:#f8fbff!important;border:1px solid #b9c9de!important;box-shadow:0 34px 70px #02061759!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusHead,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusFoot{background:#edf3fc!important;border-color:#c5d2e3!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusMeta span{color:#475569!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusMeta strong{color:#0f172a!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusClose{background:#fff!important;border:1px solid #bccbdc!important;color:#334155!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionInput,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerStructuredQuestionInput{background:#f1f6fd!important;border:1px solid #abc0d8!important;color:#0f172a!important;font-size:1rem!important;font-weight:600!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionInput::placeholder,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerStructuredQuestionInput::placeholder{color:#64748b!important;opacity:1!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerTextareaDetailBtn{background:#f1f6fd!important;border-color:#abc0d8!important;color:#1e293b!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerTextareaDetailBtn:hover{background:#e6eff9!important;border-color:#94adc8!important;color:#0f172a!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionInput:focus,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerStructuredQuestionInput:focus{background:#fff!important;border-color:#1e40af!important;box-shadow:0 0 0 4px #2563eb33!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerStructuredQuestionTable th{background:#e8f0fb!important;color:#0f172a!important;border-bottom:1px solid #bfd0e4!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerStructuredQuestionTable td{background:#f8fbff!important;border-color:#ccdaea!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusBody{background:radial-gradient(1200px 480px at -10% -10%,rgba(37,99,235,.08),transparent 55%),radial-gradient(900px 380px at 110% -10%,rgba(14,165,233,.08),transparent 50%),#f3f7fd!important;padding:26px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerStructuredQuestionEditor{border:1px solid #c7d4e5!important;border-radius:20px!important;background:#f8fbff!important;box-shadow:0 16px 34px #0f172a1a!important;padding:14px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerStructuredQuestionToolbar{border:1px solid #bfcee1!important;border-radius:14px!important;background:linear-gradient(135deg,#edf3fd,#f7faff)!important;padding:10px 12px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerStructuredQuestionMeta{color:#1e3a8a!important;font-weight:900!important;letter-spacing:.01em!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldDynamicTable{border-spacing:0 12px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldDynamicTable thead th{background:linear-gradient(135deg,#dbe7f6,#edf3fd)!important;border-color:#b9cbe1!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldDynamicTable tbody tr{box-shadow:0 12px 24px #0f172a1a!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldDynamicTable tbody td{background:#fff!important;border-color:#c8d7ea!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionInputFrameUltra{background:#d5e2f3!important;box-shadow:none!important;border-radius:16px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionInputFrameUltra:after{background:#f7fbff!important;border-radius:14px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionInputFrameUltra:focus-within{box-shadow:0 0 0 4px #2563eb29!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldInputActions{justify-content:flex-end!important;gap:8px!important;margin-bottom:2px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldInputActions .desteklerStructuredQuestionBtn.generate,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldInputActions .desteklerTextareaDetailBtn{min-height:34px!important;padding:0 12px!important;border-radius:10px!important;font-size:.73rem!important;font-weight:800!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldInputActions .desteklerStructuredQuestionBtn.generate{background:linear-gradient(135deg,#1d4ed8,#2563eb)!important;border:1px solid #1e40af!important;color:#fff!important;box-shadow:0 8px 18px #2563eb4d!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldInputActions .desteklerStructuredQuestionBtn.generate:hover:not(:disabled){background:linear-gradient(135deg,#1e40af,#1d4ed8)!important;color:#fff!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldColumnGenerateBtn{background:#ecf3ff!important;border:1px solid #aac2df!important;color:#1e3a8a!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldColumnGenerateBtn:hover:not(:disabled){background:#dce9fa!important;border-color:#90aeca!important;color:#1e3a8a!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionInput,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionInputUltra,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerStructuredQuestionInput,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerStructuredGenerateTextarea{height:56px!important;min-height:56px!important;max-height:56px!important;padding:0 14px!important;line-height:1.35!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable textarea.desteklerQuestionInput,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable textarea.desteklerQuestionInputUltra,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable textarea.desteklerStructuredQuestionInput,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable textarea.desteklerStructuredGenerateTextarea{padding:12px 14px!important;resize:none!important;overflow-y:auto!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable select.desteklerQuestionInput,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable select.desteklerQuestionInputUltra,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable select.desteklerStructuredQuestionInput{padding-right:34px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldDynamicTable .desteklerStructuredQuestionCellFrame{height:132px!important;min-height:132px!important;max-height:132px!important;display:flex!important;flex-direction:column!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldDynamicTable .desteklerStructuredQuestionCellFrame .desteklerTextareaControlStack{height:100%!important;min-height:0!important;display:flex!important;flex-direction:column!important;gap:8px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldDynamicTable .desteklerStructuredQuestionCellFrame .desteklerSubFieldInputActions{flex:0 0 34px!important;min-height:34px!important;max-height:34px!important;padding:4px 8px!important;margin-bottom:0!important;align-items:center!important;flex-wrap:nowrap!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldDynamicTable .desteklerStructuredQuestionCellFrame .desteklerSubFieldInputActions .desteklerStructuredQuestionBtn.generate,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldDynamicTable .desteklerStructuredQuestionCellFrame .desteklerSubFieldInputActions .desteklerTextareaDetailBtn{min-height:24px!important;height:24px!important;padding:0 10px!important;white-space:nowrap!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldDynamicTable .desteklerStructuredQuestionCellFrame input.desteklerQuestionInput,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldDynamicTable .desteklerStructuredQuestionCellFrame input.desteklerQuestionInputUltra,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldDynamicTable .desteklerStructuredQuestionCellFrame input.desteklerStructuredQuestionInput,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldDynamicTable .desteklerStructuredQuestionCellFrame select.desteklerQuestionInput,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldDynamicTable .desteklerStructuredQuestionCellFrame select.desteklerQuestionInputUltra,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldDynamicTable .desteklerStructuredQuestionCellFrame select.desteklerStructuredQuestionInput,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldDynamicTable .desteklerStructuredQuestionCellFrame textarea.desteklerQuestionInput,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldDynamicTable .desteklerStructuredQuestionCellFrame textarea.desteklerQuestionInputUltra,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldDynamicTable .desteklerStructuredQuestionCellFrame textarea.desteklerStructuredQuestionInput{flex:1 1 auto!important;width:100%!important;height:100%!important;min-height:0!important;max-height:none!important;margin:0!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldDynamicTable .desteklerStructuredQuestionCellFrame textarea.desteklerQuestionInput,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldDynamicTable .desteklerStructuredQuestionCellFrame textarea.desteklerQuestionInputUltra,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldDynamicTable .desteklerStructuredQuestionCellFrame textarea.desteklerStructuredQuestionInput{resize:none!important;overflow-y:auto!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable{font-family:Plus Jakarta Sans,Avenir Next,Segoe UI,Tahoma,sans-serif!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldDynamicTable thead th,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerStructuredQuestionTable thead th,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerStructuredQuestionHeadCell>span,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerStructuredQuestionCellHeadTitle{font-size:.96rem!important;font-weight:900!important;line-height:1.25!important;letter-spacing:.01em!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionActions button,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerStructuredQuestionBtn,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerTextareaDetailBtn,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusTrigger,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionBackBtn,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerRefreshBtn{min-height:46px!important;font-size:.92rem!important;font-weight:900!important;letter-spacing:.012em!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldDynamicTable{width:100%!important;border-collapse:collapse!important;border-spacing:0!important;table-layout:fixed!important;border:1px solid #c7d4e8!important;border-radius:0!important;background:#fff!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldDynamicTable thead th{background:#eef3fb!important;color:#1e293b!important;border:1px solid #c7d4e8!important;border-top:0!important;border-left:0!important;font-size:.94rem!important;font-weight:900!important;border-radius:0!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldDynamicTable tbody tr{box-shadow:none!important;background:transparent!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldDynamicTable tbody td{background:#fff!important;border:1px solid #d4dfef!important;border-left:0!important;border-right:0!important;border-radius:0!important;vertical-align:top!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldDynamicTable tbody td{padding:0!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldDynamicTable .desteklerStructuredQuestionCellFrame{border-radius:0!important;padding:0!important;overflow:hidden!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldDynamicTable .desteklerStructuredQuestionCellFrame .desteklerTextareaControlStack{gap:0!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldDynamicTable .desteklerStructuredQuestionCellFrame .desteklerSubFieldInputActions{border-radius:0!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldDynamicTable .desteklerStructuredQuestionCellFrame input.desteklerQuestionInput,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldDynamicTable .desteklerStructuredQuestionCellFrame input.desteklerQuestionInputUltra,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldDynamicTable .desteklerStructuredQuestionCellFrame input.desteklerStructuredQuestionInput,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldDynamicTable .desteklerStructuredQuestionCellFrame select.desteklerQuestionInput,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldDynamicTable .desteklerStructuredQuestionCellFrame select.desteklerQuestionInputUltra,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldDynamicTable .desteklerStructuredQuestionCellFrame select.desteklerStructuredQuestionInput,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldDynamicTable .desteklerStructuredQuestionCellFrame textarea.desteklerQuestionInput,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldDynamicTable .desteklerStructuredQuestionCellFrame textarea.desteklerQuestionInputUltra,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldDynamicTable .desteklerStructuredQuestionCellFrame textarea.desteklerStructuredQuestionInput{border-radius:0!important;margin:0!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldDynamicTable thead th,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerStructuredQuestionActionHead,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerStructuredQuestionRowNo{font-size:1.04rem!important;font-weight:900!important;line-height:1.25!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerStructuredQuestionHeadCell>span{font-size:1.05rem!important;font-weight:900!important;line-height:1.25!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerStructuredQuestionColumnDesc{font-size:.86rem!important;font-weight:800!important;line-height:1.2!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldColumnGenerateBtn{min-height:38px!important;font-size:.9rem!important;font-weight:900!important;letter-spacing:.01em!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldDynamicTable thead th,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldDynamicTable .desteklerStructuredQuestionRowNo{background:#ff8c00!important;color:#fff!important;border-color:#cc7000!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionInput,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionInputUltra,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerStructuredQuestionInput,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerStructuredGenerateTextarea,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldDynamicTable .desteklerStructuredQuestionCellFrame input,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldDynamicTable .desteklerStructuredQuestionCellFrame select,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldDynamicTable .desteklerStructuredQuestionCellFrame textarea{background:#fff!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerTextareaDetailBtn{border-radius:0!important;background:#ff8c00!important;border-color:#cc7000!important;color:#fff!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerTextareaDetailBtn:hover:not(:disabled){border-radius:0!important;background:#e67e00!important;border-color:#b36300!important;color:#fff!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldDynamicTable .desteklerSubFieldInputActions{background:#ff8c00!important;border-color:#cc7000!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerStructuredQuestionActionHead,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerStructuredQuestionActionCell{width:196px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerStructuredQuestionActionCell{padding:10px!important;text-align:center!important;vertical-align:middle!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerStructuredQuestionRowActions{gap:10px!important;width:100%!important;justify-content:center!important;align-items:center!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerStructuredQuestionBtn.remove{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:40px!important;min-width:132px!important;padding:0 14px!important;margin:0 auto!important;border-radius:10px!important;border:1px solid #b91c1c!important;background:#dc2626!important;color:#fff!important;font-size:.86rem!important;font-weight:900!important;letter-spacing:.01em!important;box-shadow:0 10px 20px #b91c1c42!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerStructuredQuestionBtn.remove:hover:not(:disabled){border-color:#991b1b!important;background:#b91c1c!important;color:#fff!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerStructuredQuestionBtn.remove:disabled{background:#fca5a5!important;border-color:#fca5a5!important;color:#fff!important;box-shadow:none!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldDynamicTable .desteklerStructuredQuestionActionCell{padding:0!important;vertical-align:middle!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldDynamicTable .desteklerStructuredQuestionActionCell .desteklerStructuredQuestionRowActions{width:100%!important;height:100%!important;min-height:132px!important;display:flex!important;align-items:center!important;justify-content:center!important}@media(min-width:861px){.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusOverlay{padding:4px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusDialog{width:min(1960px,calc(100vw - 8px))!important;max-height:calc(100vh - 8px)!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerAnswerDetailOverlay{padding:6px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerAnswerDetailDialog{width:min(1820px,calc(100vw - 12px))!important;max-height:calc(100vh - 12px)!important}}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusOverlay{padding:18px!important;background:#94a3b86b!important;-webkit-backdrop-filter:blur(10px) saturate(1.15)!important;backdrop-filter:blur(10px) saturate(1.15)!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusDialog{width:min(1680px,calc(100vw - 36px))!important;max-height:calc(100vh - 36px)!important;border-radius:24px!important;border:1px solid #d6e0ee!important;background:linear-gradient(180deg,#f8fbff,#f2f6fc)!important;box-shadow:0 28px 64px #47556942!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusHead{background:linear-gradient(135deg,#ff8c00,#e67e00)!important;border-bottom:1px solid #cc7000!important;padding:16px 20px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusMeta span{color:#e2e8f0e0!important;font-size:.76rem!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusMeta strong{color:#fff!important;font-size:1.02rem!important;font-weight:800!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusClose{border-radius:10px!important;background:#ffffff1f!important;border:1px solid rgba(255,255,255,.22)!important;color:#fff!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusBody{padding:22px!important;background:transparent!important;gap:16px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusFoot{background:#f4f8ff!important;border-top:1px solid #d9e3f1!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusBody .desteklerQuestionTableWrap{background:#fff!important;border:1px solid #d7e2f1!important;border-radius:16px!important;padding:12px!important;box-shadow:0 16px 34px #0f172a1a!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusBody .desteklerStructuredQuestionToolbar{background:#f8fbff!important;border:1px solid #dae4f1!important;border-radius:14px!important;padding:10px 12px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusBody .desteklerStructuredQuestionTable{width:100%!important;border-collapse:separate!important;border-spacing:0!important;table-layout:fixed!important;border:1px solid #d9e4f2!important;border-radius:14px!important;overflow:hidden!important;background:#fff!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusBody .desteklerStructuredQuestionTable thead th{position:sticky!important;top:0!important;z-index:2!important;background:#ff8c00!important;color:#fff!important;border-right:1px solid #cc7000!important;border-bottom:2px solid #cc7000!important;padding:12px 10px!important;font-size:.95rem!important;font-weight:900!important;line-height:1.2!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusBody .desteklerStructuredQuestionTable thead th:last-child{border-right:0!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusBody .desteklerStructuredQuestionTable thead th.desteklerStructuredQuestionRowNo,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusBody .desteklerStructuredQuestionTable thead th.desteklerStructuredQuestionActionHead{background:#e67e00!important;color:#fff!important;border-right-color:#b36300!important;border-bottom-color:#b36300!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusBody .desteklerStructuredQuestionTable tbody td{background:#fff!important;border-right:1px solid #e7edf7!important;border-bottom:1px solid #e7edf7!important;padding:8px!important;vertical-align:middle!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusBody .desteklerStructuredQuestionTable tbody td:last-child{border-right:0!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusBody .desteklerStructuredQuestionTable tbody tr:hover td{background:#f8fbff!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusBody .desteklerStructuredQuestionCellFrame{background:#f8fbff!important;border:1px solid #dbe5f2!important;border-radius:12px!important;padding:8px!important;overflow:hidden!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusBody .desteklerTextareaControlStack{gap:8px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusBody .desteklerSubFieldInputActions{background:#fff!important;border:1px solid #e0e7f2!important;border-radius:10px!important;padding:6px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusBody .desteklerQuestionInput,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusBody .desteklerQuestionInputUltra,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusBody .desteklerStructuredQuestionInput,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusBody .desteklerStructuredGenerateTextarea{background:#fff!important;border:1px solid #c8d5e6!important;border-radius:10px!important;color:#0f172a!important;min-height:46px!important;font-size:.95rem!important;font-weight:600!important;box-shadow:inset 0 1px 2px #0f172a0a!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusBody textarea.desteklerQuestionInput,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusBody textarea.desteklerQuestionInputUltra,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusBody textarea.desteklerStructuredQuestionInput{min-height:100px!important;max-height:220px!important;resize:vertical!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusBody .desteklerQuestionInput:focus,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusBody .desteklerQuestionInputUltra:focus,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusBody .desteklerStructuredQuestionInput:focus,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusBody .desteklerStructuredGenerateTextarea:focus{border-color:#3b82f6!important;box-shadow:0 0 0 3px #3b82f62e!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusBody .desteklerTextareaDetailBtn{border-radius:9px!important;min-height:32px!important;padding:0 12px!important;border:1px solid #c7d3e5!important;background:#fff!important;color:#1e293b!important;font-size:.78rem!important;font-weight:800!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusBody .desteklerTextareaDetailBtn:hover:not(:disabled){border-color:#ff8c00!important;color:#9a3412!important;background:#fff7ed!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusBody .desteklerStructuredQuestionBtn.generate{border-radius:9px!important;border:1px solid #d97706!important;background:linear-gradient(135deg,#ff8c00,#e67e00)!important;color:#fff!important;box-shadow:0 8px 18px #e67e003d!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusBody .desteklerStructuredQuestionBtn.generate.mini{min-height:32px!important;padding:0 10px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerAnswerDetailOverlay{padding:14px!important;background:#94a3b870!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerAnswerDetailDialog{width:min(1520px,calc(100vw - 28px))!important;max-height:calc(100vh - 28px)!important;border-radius:20px!important;border:1px solid #d6e0ee!important;background:#f8fbff!important;box-shadow:0 26px 58px #4755693d!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerAnswerDetailHead{background:linear-gradient(135deg,#ff8c00,#e67e00)!important;border-bottom:1px solid #cc7000!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerAnswerDetailHead strong{color:#fff!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerAnswerDetailClose{background:#ffffff1f!important;border:1px solid rgba(255,255,255,.24)!important;color:#fff!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerAnswerDetailBody{background:#f3f7fd!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerAnswerDetailContent{border-radius:12px!important;border:1px solid #d6e2f1!important;background:#fff!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusDialog,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerAnswerDetailDialog{color:#0f172a!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusBody .desteklerQuestionLabel{color:#0f172a!important;font-weight:900!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusBody .desteklerQuestionHint{color:#334155!important;background:#fff!important;border:1px solid #d7e3f2!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusBody .desteklerQuestionIndex{color:#7c2d12!important;background:#ffedd5!important;border:1px solid #fdba74!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusBody .desteklerRequiredBadge{color:#fff!important;background:#dc2626!important;border-color:#dc2626!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerStructuredQuestionTable thead .desteklerStructuredQuestionHeadCell>span,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerStructuredQuestionTable thead .desteklerStructuredQuestionColumnDesc{color:#fff!important;opacity:1!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerStructuredQuestionTable tbody .desteklerStructuredQuestionCellHeadTitle,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerStructuredQuestionTable tbody .desteklerStructuredQuestionColumnDesc,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerStructuredQuestionMeta{color:#334155!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerStructuredQuestionTable tbody td{color:#0f172a!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldDynamicTable .desteklerSubFieldInputActions{background:#fff7ed!important;border:1px solid #f5c190!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldDynamicTable .desteklerTextareaDetailBtn{background:#fff!important;color:#7c2d12!important;border:1px solid #f59e0b!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldDynamicTable .desteklerTextareaDetailBtn:hover:not(:disabled){background:#ffedd5!important;color:#9a3412!important;border-color:#d97706!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionInput::placeholder,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionInputUltra::placeholder,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerStructuredQuestionInput::placeholder,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerStructuredGenerateTextarea::placeholder{color:#64748b!important;opacity:1!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionInlineEditor{margin-top:14px!important;border:1px solid #d6e2f1!important;border-radius:14px!important;background:#fff!important;box-shadow:0 14px 30px #0f172a1f!important;overflow:hidden!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionInlineHead{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;padding:10px 14px!important;background:#f8fbff!important;border-bottom:1px solid #dbe5f2!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionInlineMeta{display:grid!important;gap:2px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionInlineMeta span{font-size:.74rem!important;font-weight:700!important;color:#64748b!important;text-transform:uppercase!important;letter-spacing:.05em!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionInlineMeta strong{color:#0f172a!important;font-size:.95rem!important;font-weight:900!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionInlineClose{min-height:34px!important;padding:0 12px!important;border:1px solid #cbd5e1!important;border-radius:10px!important;background:#fff!important;color:#0f172a!important;font-weight:800!important;cursor:pointer!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionInlineBody{padding:14px!important;display:grid!important;gap:12px!important;background:#f8fbff!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusOverlayPlain{padding:10px!important;background:#0f172a4d!important;-webkit-backdrop-filter:blur(2px)!important;backdrop-filter:blur(2px)!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusPlain{width:min(1840px,calc(100vw - 20px))!important;max-height:calc(100vh - 20px)!important;overflow:auto!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusPlain.is-framed{width:min(920px,calc(100vw - 28px))!important;max-height:calc(100vh - 28px)!important;border-radius:18px!important;border:1px solid #d7e2f0!important;background:#f8fbff!important;box-shadow:0 22px 48px #0f172a33!important;padding:16px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusPlain.is-framed .desteklerQuestionInputFrameUltra{border-radius:14px!important;background:#fff!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusPlain.is-framed .desteklerTextareaControlStack{gap:10px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusPlain.is-framed textarea.desteklerQuestionInput,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusPlain.is-framed textarea.desteklerQuestionInputUltra,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusPlain.is-framed textarea.desteklerStructuredQuestionInput{height:auto!important;min-height:220px!important;max-height:460px!important;resize:vertical!important;overflow-y:auto!important;padding:14px!important;line-height:1.48!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusPlain .desteklerStructuredQuestionEditor{margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusPlain .desteklerQuestionTableWrap{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;border-radius:14px!important;overflow:hidden!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusPlain .desteklerStructuredQuestionToolbar{background:transparent!important;border:0!important;box-shadow:none!important;padding-left:0!important;padding-right:0!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusPlain .desteklerStructuredQuestionTable{border-radius:14px!important;overflow:hidden!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusPlain .desteklerStructuredQuestionTable thead th:first-child{border-top-left-radius:14px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusPlain .desteklerStructuredQuestionTable thead th:last-child{border-top-right-radius:14px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusPlain .desteklerStructuredQuestionTable tbody tr:last-child td:first-child{border-bottom-left-radius:14px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusPlain .desteklerStructuredQuestionTable tbody tr:last-child td:last-child{border-bottom-right-radius:14px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable{--dq-orange-25: #fffbf5;--dq-orange-50: #fff7ed;--dq-orange-100: #ffedd5;--dq-orange-200: #fed7aa;--dq-orange-300: #fdba74;--dq-orange-500: #f97316;--dq-orange-600: #ea580c;--dq-orange-700: #c2410c;--dq-ink-900: #111827;--dq-ink-700: #374151;--dq-ink-500: #6b7280}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionHeroUltra.desteklerTopCard.is-question-hero,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionHeroUltra.desteklerTopCard.is-question-hero:hover,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionHeroUltra.desteklerTopCard.desteklerSurfaceMotion{background:linear-gradient(135deg,var(--dq-orange-600) 0%,var(--dq-orange-500) 100%)!important;border:1px solid var(--dq-orange-700)!important;box-shadow:0 16px 30px #ea580c3d!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionRouteMeta h2{font-size:clamp(1.5rem,2.2vw,2.1rem)!important;line-height:1.08!important;letter-spacing:-.02em!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionRouteMeta p{font-size:.92rem!important;line-height:1.45!important;opacity:.98!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionBackBtn,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerRefreshBtn{background:#fff!important;color:var(--dq-orange-700)!important;border:1px solid var(--dq-orange-200)!important;box-shadow:0 8px 18px #c2410c24!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionBackBtn:hover,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerRefreshBtn:hover{background:var(--dq-orange-50)!important;border-color:var(--dq-orange-300)!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionWorkspaceUltra,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerContentCard.is-question-content{background:linear-gradient(180deg,#ffffff 0%,var(--dq-orange-25) 100%)!important;border:1px solid rgba(251,146,60,.24)!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionShellUltra{grid-template-columns:minmax(280px,340px) minmax(0,1fr)!important;gap:20px!important;padding:20px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionRailCardUltra{background:#fff!important;border:1px solid var(--dq-orange-200)!important;box-shadow:0 10px 22px #0f172a0f!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionRailCardUltra .desteklerQuestionSidebarKicker,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionRailCardUltra strong{color:var(--dq-ink-900)!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionRailCardUltra p,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionProgressMeta span{color:var(--dq-ink-500)!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionProgressMeta strong{color:var(--dq-orange-700)!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionProgressBar{background:var(--dq-orange-100)!important;border:1px solid var(--dq-orange-200)!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionProgressBar span{background:linear-gradient(90deg,var(--dq-orange-600) 0%,var(--dq-orange-500) 100%)!important;box-shadow:none!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionStepCardUltra{background:#fff!important;border:1px solid #e5e7eb!important;box-shadow:0 8px 18px #0f172a0d!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionStepCardUltra strong,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionStepCardUltra small,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionStepCardUltra .desteklerQuestionNavIndex{color:var(--dq-ink-700)!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionStepCardUltra.is-active{background:var(--dq-orange-50)!important;border-color:var(--dq-orange-300)!important;box-shadow:0 12px 24px #f9731624!important;animation:none!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionStepCardUltra.is-active strong,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionStepCardUltra.is-active small,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionStepCardUltra.is-active .desteklerQuestionNavIndex{color:var(--dq-orange-700)!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionNavState{background:#f3f4f6!important;border-color:#e5e7eb!important;color:#6b7280!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionNavState.is-progress,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionNavState.is-done{background:var(--dq-orange-100)!important;border-color:var(--dq-orange-300)!important;color:var(--dq-orange-700)!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionStepArrowUltra{border-color:#e5e7eb!important;background:#fff!important;color:#9ca3af!important;box-shadow:none!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionStepArrowUltra.is-complete{background:var(--dq-orange-500)!important;border-color:var(--dq-orange-500)!important;color:#fff!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionMainPanel{background:#fff!important;border:1px solid #e5e7eb!important;box-shadow:0 10px 22px #0f172a0f!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionCanvasHeadUltra h3{font-size:clamp(1.2rem,1.8vw,1.5rem)!important;line-height:1.2!important;letter-spacing:-.01em!important;color:var(--dq-ink-900)!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionCanvasHeadUltra p{font-size:.9rem!important;color:var(--dq-ink-500)!important;line-height:1.45!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionStepInfo{background:var(--dq-orange-50)!important;border:1px solid var(--dq-orange-200)!important;color:var(--dq-orange-700)!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionContextItem{min-height:auto!important;padding:14px!important;border-radius:14px!important;background:#fff!important;border:1px solid #e5e7eb!important;box-shadow:none!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionSurfaceCard,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionSurfaceCardItem,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionTableCard{background:#fff!important;border:1px solid #e5e7eb!important;box-shadow:0 8px 18px #0f172a0d!important;border-radius:16px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionSurfaceCard.is-empty,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionSurfaceCardItem.is-empty{background:#fff!important;border-color:var(--dq-orange-200)!important;box-shadow:0 8px 18px #f9731614!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionSurfaceCard.is-filled,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionSurfaceCardItem.is-filled{background:var(--dq-orange-50)!important;border-color:var(--dq-orange-300)!important;box-shadow:0 8px 18px #f973161f!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionGroupHead{background:#fff!important;border-bottom:1px solid #e5e7eb!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionIndex,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionGroupEyebrow{background:var(--dq-orange-100)!important;border:1px solid var(--dq-orange-200)!important;color:var(--dq-orange-700)!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionLabel{font-size:clamp(1.02rem,1.3vw,1.2rem)!important;line-height:1.38!important;color:var(--dq-ink-900)!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionHint,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionCompactPreview{background:var(--dq-orange-50)!important;border:1px solid var(--dq-orange-200)!important;color:var(--dq-ink-700)!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerRequiredBadge{background:var(--dq-orange-600)!important;border-color:var(--dq-orange-600)!important;color:#fff!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionInputFrameUltra{animation:none!important;background:#fff!important;border:1px solid #e5e7eb!important;box-shadow:none!important;border-radius:14px!important;padding:0!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionInputFrameUltra:after{display:none!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionInputUltra,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerStructuredQuestionInput,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerStructuredGenerateTextarea{min-height:52px!important;padding:12px 14px!important;border-radius:12px!important;border:1px solid #e5e7eb!important;background:#fff!important;color:var(--dq-ink-900)!important;font-size:.95rem!important;box-shadow:none!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable textarea.desteklerQuestionInputUltra,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable textarea.desteklerStructuredQuestionInput{min-height:120px!important;resize:vertical!important;overflow-y:auto!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionInputUltra:focus,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerStructuredQuestionInput:focus,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerStructuredGenerateTextarea:focus,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionInputFrameUltra:focus-within{border-color:var(--dq-orange-300)!important;box-shadow:0 0 0 3px #f9731629!important;outline:none!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerWarnText{background:var(--dq-orange-50)!important;border:1px solid var(--dq-orange-200)!important;color:var(--dq-orange-700)!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionActionBarUltra{border-top:1px solid #e5e7eb!important;gap:10px!important;padding-top:14px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionActionBarUltra button,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusTrigger{min-height:46px!important;border-radius:12px!important;font-size:.9rem!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionActionBarUltra button:not(.ghost),.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusTrigger{background:var(--dq-orange-500)!important;border:1px solid var(--dq-orange-500)!important;color:#fff!important;box-shadow:0 8px 18px #f9731633!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionActionBarUltra button:not(.ghost):hover:not(:disabled),.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusTrigger:hover:not(:disabled){background:var(--dq-orange-600)!important;border-color:var(--dq-orange-600)!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionActionBarUltra button.ghost{background:#fff!important;color:var(--dq-ink-700)!important;border:1px solid #e5e7eb!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionActionBarUltra button.ghost:hover:not(:disabled){background:var(--dq-orange-50)!important;color:var(--dq-orange-700)!important;border-color:var(--dq-orange-200)!important}@media(max-width:1180px){.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionShellUltra{grid-template-columns:1fr!important;gap:14px!important;padding:14px!important}}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionRailCardUltra{background:linear-gradient(145deg,#fff7ed,#ffe8cc 56%,#ffd6a5)!important;border:1px solid #fdba74!important;box-shadow:0 14px 28px #c2410c2e!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionRailCardUltra .desteklerQuestionProgressMeta>div{background:#ffffffad!important;border:1px solid rgba(234,88,12,.2)!important;border-radius:12px!important;padding:8px 10px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionStepCardUltra{position:relative!important;overflow:hidden!important;border-radius:14px!important;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionStepCardUltra:before{content:""!important;position:absolute!important;inset:0 auto 0 0!important;width:4px!important;background:#fdba74!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionStepCardUltra:hover{transform:translateY(-1px)!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionStepCardUltra.is-empty{background:linear-gradient(140deg,#fff9f3,#fff3e2)!important;border-color:#fdba74!important;box-shadow:0 10px 20px #fb923c1f!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionStepCardUltra.is-empty:before{background:linear-gradient(180deg,#fdba74,#fb923c)!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionStepCardUltra.is-progress{background:linear-gradient(140deg,#fff1db,#ffe2bd)!important;border-color:#fb923c!important;box-shadow:0 12px 22px #f9731629!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionStepCardUltra.is-progress:before{background:linear-gradient(180deg,#fb923c,#f97316)!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionStepCardUltra.is-done{background:linear-gradient(140deg,#f97316,#ea580c)!important;border-color:#c2410c!important;box-shadow:0 12px 24px #c2410c38!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionStepCardUltra.is-done:before{background:linear-gradient(180deg,#ffedd5,#fff7ed)!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionStepCardUltra.is-locked,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionStepCardUltra.is-locked:disabled{background:linear-gradient(140deg,#f8fafc,#f1f5f9)!important;border-color:#d1d5db!important;box-shadow:none!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionStepCardUltra.is-locked:before{background:#cbd5e1!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionStepCardUltra.is-active.is-empty{background:linear-gradient(140deg,#ffedd5,#fed7aa)!important;border-color:#fb923c!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionStepCardUltra.is-active.is-progress{background:linear-gradient(140deg,#fed7aa,#fdba74)!important;border-color:#f97316!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionStepCardUltra.is-active.is-done{background:linear-gradient(140deg,#ea580c,#c2410c)!important;border-color:#9a3412!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionNavState.is-empty{background:#fff7ed!important;border-color:#fdba74!important;color:#c2410c!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionNavState.is-progress{background:#ffedd5!important;border-color:#fb923c!important;color:#9a3412!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionNavState.is-done{background:#f97316!important;border-color:#ea580c!important;color:#fff!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionMetaGridUltra .desteklerQuestionContextItem{border:1px solid transparent!important;box-shadow:0 8px 18px #0f172a14!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionMetaGridUltra .desteklerQuestionContextItem:nth-child(1){background:linear-gradient(140deg,#fff7ed,#ffe7c6)!important;border-color:#fdba74!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionMetaGridUltra .desteklerQuestionContextItem:nth-child(2){background:linear-gradient(140deg,#fff1df,#ffd9a8)!important;border-color:#fb923c!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionMetaGridUltra .desteklerQuestionContextItem:nth-child(3){background:linear-gradient(140deg,#fed7aa,#fb923c)!important;border-color:#ea580c!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionMetaGridUltra .desteklerQuestionContextItem:nth-child(3) span,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionMetaGridUltra .desteklerQuestionContextItem:nth-child(3) strong{color:#7c2d12!important}.desteklerStatusAlertOverlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2450;display:flex;align-items:center;justify-content:center;padding:14px;background:#0f172a75;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.desteklerStatusAlertDialog{width:min(560px,calc(100vw - 28px));border-radius:16px;border:1px solid #fdba74;background:linear-gradient(155deg,#fff7ed,#ffedd5);box-shadow:0 20px 42px #c2410c3d;overflow:hidden}.desteklerStatusAlertDialog.is-error{border-color:#fca5a5;background:linear-gradient(155deg,#fff1f2,#ffe4e6);box-shadow:0 20px 42px #dc262633}.desteklerStatusAlertHead{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px;border-bottom:1px solid rgba(194,65,12,.18);background:#ffffffb8}.desteklerStatusAlertDialog.is-error .desteklerStatusAlertHead{border-bottom-color:#b91c1c33}.desteklerStatusAlertTitleWrap{display:inline-flex;align-items:center;gap:8px}.desteklerStatusAlertIcon{width:26px;height:26px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:#f97316;color:#fff}.desteklerStatusAlertTitleWrap strong{color:#7c2d12;font-size:.96rem;font-weight:800}.desteklerStatusAlertDialog.is-error .desteklerStatusAlertTitleWrap strong{color:#991b1b}.desteklerStatusAlertClose{width:32px;height:32px;border-radius:9px;border:1px solid #fdba74;background:#fff;color:#9a3412;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.desteklerStatusAlertClose:hover{background:#fff7ed;border-color:#fb923c}.desteklerStatusAlertDialog.is-error .desteklerStatusAlertClose{border-color:#fca5a5;color:#b91c1c}.desteklerStatusAlertDialog.is-error .desteklerStatusAlertClose:hover{background:#fff1f2;border-color:#f87171}.desteklerStatusAlertBody{padding:14px 14px 8px}.desteklerStatusAlertBody p{margin:0;color:#7c2d12;font-size:.93rem;line-height:1.5;white-space:pre-wrap;word-break:break-word}.desteklerStatusAlertDialog.is-error .desteklerStatusAlertBody p{color:#7f1d1d}.desteklerStatusAlertActions{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap;padding:10px 14px 14px}.desteklerStatusAlertActions button{min-height:38px;padding:0 16px;border-radius:10px;border:1px solid #f97316;background:#f97316;color:#fff;font-size:.86rem;font-weight:700;cursor:pointer}.desteklerStatusAlertActions button:hover{background:#ea580c;border-color:#ea580c}.desteklerStatusAlertDialog.is-error .desteklerStatusAlertActions button{border-color:#dc2626;background:#dc2626}.desteklerStatusAlertDialog.is-error .desteklerStatusAlertActions button:hover{border-color:#b91c1c;background:#b91c1c}@media(max-width:640px){.desteklerStatusAlertOverlay{padding:10px}.desteklerStatusAlertDialog{width:100%}}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable{--dq-bg-950: #0b1220;--dq-bg-900: #111a2b;--dq-bg-800: #1e2a3b;--dq-bg-700: #2c3d55;--dq-ink-900: #0f172a;--dq-ink-700: #334155;--dq-ink-500: #64748b;--dq-border-soft: #cbd5e1;--dq-accent-700: #0369a1;--dq-accent-600: #0284c7;--dq-accent-500: #0ea5e9;--dq-accent-400: #38bdf8;--dq-accent-100: #e0f2fe}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionHeroUltra.desteklerTopCard.is-question-hero,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionHeroUltra.desteklerTopCard.is-question-hero:hover,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionHeroUltra.desteklerTopCard.desteklerSurfaceMotion{background:radial-gradient(circle at 86% 14%,rgba(56,189,248,.18),transparent 34%),linear-gradient(135deg,var(--dq-bg-950) 0%,var(--dq-bg-900) 54%,var(--dq-bg-800) 100%)!important;border:1px solid rgba(148,163,184,.26)!important;box-shadow:0 20px 36px #0b12206b!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionRouteMeta h2,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionRouteMeta p,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionRouteEyebrow{color:#e2e8f0!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionBackBtn,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerRefreshBtn{background:#0f172a75!important;color:#e2e8f0!important;border:1px solid rgba(148,163,184,.34)!important;box-shadow:0 8px 18px #0b122047!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionBackBtn:hover,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerRefreshBtn:hover{background:#0284c738!important;border-color:#38bdf885!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionWorkspaceUltra,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerContentCard.is-question-content{background:linear-gradient(180deg,#f1f5f9,#e2e8f0)!important;border:1px solid rgba(148,163,184,.36)!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionRailCardUltra{background:linear-gradient(155deg,var(--dq-bg-900) 0%,var(--dq-bg-800) 100%)!important;border:1px solid rgba(148,163,184,.22)!important;box-shadow:0 16px 28px #0b122057!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionRailCardUltra .desteklerQuestionSidebarKicker,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionRailCardUltra strong,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionProgressMeta strong{color:#f8fafc!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionRailCardUltra p,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionProgressMeta span{color:#cbd5e1!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionRailCardUltra .desteklerQuestionProgressMeta>div{background:#0f172a6b!important;border:1px solid rgba(148,163,184,.24)!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionProgressBar{background:#0f172a61!important;border:1px solid rgba(148,163,184,.28)!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionProgressBar span{background:linear-gradient(90deg,var(--dq-accent-600) 0%,var(--dq-accent-400) 100%)!important;box-shadow:0 0 14px #0ea5e966!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionStepCardUltra{background:linear-gradient(140deg,var(--dq-bg-900) 0%,var(--dq-bg-800) 100%)!important;border:1px solid rgba(71,85,105,.76)!important;box-shadow:0 10px 22px #0b12204d!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionStepCardUltra strong,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionStepCardUltra small,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionStepCardUltra .desteklerQuestionNavIndex{color:#dbeafe!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionStepCardUltra:before{background:var(--dq-bg-700)!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionStepCardUltra.is-empty{background:linear-gradient(140deg,#172133,#25344a)!important;border-color:#3b4c67!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionStepCardUltra.is-progress{background:linear-gradient(140deg,#172133,#1d3d5b)!important;border-color:#0ea5e9!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionStepCardUltra.is-done{background:linear-gradient(140deg,#0369a1,#0284c7)!important;border-color:#0ea5e9!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionStepCardUltra.is-done strong,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionStepCardUltra.is-done small,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionStepCardUltra.is-done .desteklerQuestionNavIndex{color:#fff!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionStepCardUltra.is-locked,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionStepCardUltra.is-locked:disabled{background:linear-gradient(140deg,#e2e8f0,#cbd5e1)!important;border-color:#94a3b8!important;box-shadow:none!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionStepCardUltra.is-locked strong,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionStepCardUltra.is-locked small,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionStepCardUltra.is-locked .desteklerQuestionNavIndex{color:#475569!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionStepCardUltra.is-active{border-color:var(--dq-accent-400)!important;box-shadow:0 0 0 2px #38bdf859,0 14px 26px #0b122057!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionNavState{background:#0f172a8a!important;border-color:#64748b85!important;color:#cbd5e1!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionNavState.is-empty{background:#1e293b9e!important;border-color:#475569!important;color:#dbeafe!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionNavState.is-progress{background:#0369a133!important;border-color:#0ea5e980!important;color:#bae6fd!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionNavState.is-done{background:linear-gradient(135deg,var(--dq-accent-700) 0%,var(--dq-accent-500) 100%)!important;border-color:var(--dq-accent-400)!important;color:#fff!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionStepArrowUltra{background:#1e293bcc!important;border-color:#475569c7!important;color:#dbeafe!important;box-shadow:none!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionStepArrowUltra.is-complete{background:var(--dq-accent-600)!important;border-color:var(--dq-accent-500)!important;color:#fff!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionMainPanel{background:#fff!important;border:1px solid var(--dq-border-soft)!important;box-shadow:0 10px 20px #0f172a1f!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionCanvasHeadUltra h3{color:var(--dq-ink-900)!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionCanvasHeadUltra p{color:var(--dq-ink-500)!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionStepInfo{background:var(--dq-accent-100)!important;border:1px solid rgba(14,165,233,.28)!important;color:var(--dq-accent-700)!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionContextItem{background:#f8fafc!important;border:1px solid var(--dq-border-soft)!important;box-shadow:none!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionContextItem span{color:var(--dq-ink-500)!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionContextItem strong{color:var(--dq-ink-900)!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionMetaGridUltra .desteklerQuestionContextItem:nth-child(1),.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionMetaGridUltra .desteklerQuestionContextItem:nth-child(2),.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionMetaGridUltra .desteklerQuestionContextItem:nth-child(3){background:linear-gradient(140deg,#f8fafc,#e2e8f0)!important;border-color:#cbd5e1!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionSurfaceCard,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionSurfaceCardItem,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionTableCard,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionCard.is-clickable{background:#fff!important;border:1px solid var(--dq-border-soft)!important;box-shadow:0 8px 16px #0f172a14!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionCard.is-clickable.is-empty,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionSurfaceCard.is-empty,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionSurfaceCardItem.is-empty{background:#f8fafc!important;border-color:#cbd5e1!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionCard.is-clickable.is-filled,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionSurfaceCard.is-filled,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionSurfaceCardItem.is-filled{background:var(--dq-accent-100)!important;border-color:#0ea5e957!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionCard.is-clickable:hover{border-color:#0ea5e975!important;box-shadow:0 10px 20px #0284c729!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionCard.is-clickable:focus-visible{outline:2px solid rgba(14,165,233,.6)!important;outline-offset:1px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionIndex,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionGroupEyebrow{background:#0ea5e924!important;border:1px solid rgba(14,165,233,.3)!important;color:var(--dq-accent-700)!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionHint,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionCompactPreview{background:#f8fafc!important;border:1px solid var(--dq-border-soft)!important;color:var(--dq-ink-700)!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerRequiredBadge{background:var(--dq-accent-700)!important;border-color:var(--dq-accent-700)!important;color:#fff!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionInputFrameUltra{border:1px solid var(--dq-border-soft)!important;background:#fff!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionInputUltra,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerStructuredQuestionInput,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerStructuredGenerateTextarea{border:1px solid var(--dq-border-soft)!important;color:var(--dq-ink-900)!important;background:#fff!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionInputUltra:focus,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerStructuredQuestionInput:focus,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerStructuredGenerateTextarea:focus,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionInputFrameUltra:focus-within{border-color:#0ea5e98f!important;box-shadow:0 0 0 3px #0ea5e92e!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerWarnText{background:#fffbeb!important;border:1px solid #fcd34d!important;color:#92400e!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionActionBarUltra{border-top:1px solid var(--dq-border-soft)!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionActionBarUltra button:not(.ghost),.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusTrigger{background:linear-gradient(135deg,var(--dq-accent-700) 0%,var(--dq-accent-500) 100%)!important;border:1px solid var(--dq-accent-600)!important;color:#fff!important;box-shadow:0 10px 20px #0284c738!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionActionBarUltra button:not(.ghost):hover:not(:disabled),.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusTrigger:hover:not(:disabled){background:linear-gradient(135deg,#075985,#0284c7)!important;border-color:#0369a1!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionActionBarUltra button.ghost{background:#fff!important;color:var(--dq-ink-700)!important;border:1px solid var(--dq-border-soft)!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionActionBarUltra button.ghost:hover:not(:disabled){background:#f8fafc!important;color:var(--dq-accent-700)!important;border-color:#0ea5e94d!important}.desteklerStatusAlertDialog{border:1px solid #334155;background:linear-gradient(155deg,#0f172a,#1e293b);box-shadow:0 20px 42px #0206176b}.desteklerStatusAlertDialog.is-error{border-color:#7f1d1d;background:linear-gradient(155deg,#450a0a,#7f1d1d);box-shadow:0 20px 42px #450a0a6b}.desteklerStatusAlertHead{border-bottom:1px solid rgba(148,163,184,.28);background:#0f172a80}.desteklerStatusAlertDialog.is-error .desteklerStatusAlertHead{border-bottom-color:#ef44444d}.desteklerStatusAlertIcon{background:#0284c7}.desteklerStatusAlertDialog.is-error .desteklerStatusAlertIcon{background:#dc2626}.desteklerStatusAlertTitleWrap strong,.desteklerStatusAlertBody p{color:#e2e8f0}.desteklerStatusAlertDialog.is-error .desteklerStatusAlertTitleWrap strong,.desteklerStatusAlertDialog.is-error .desteklerStatusAlertBody p{color:#fee2e2}.desteklerStatusAlertClose{border:1px solid #475569;background:#0f172a94;color:#e2e8f0}.desteklerStatusAlertClose:hover{background:#0284c733;border-color:#0ea5e9}.desteklerStatusAlertDialog.is-error .desteklerStatusAlertClose{border-color:#f87171;color:#fee2e2}.desteklerStatusAlertDialog.is-error .desteklerStatusAlertClose:hover{background:#ef44443d;border-color:#ef4444}.desteklerStatusAlertActions button{border:1px solid #0284c7;background:linear-gradient(135deg,#0369a1,#0ea5e9)}.desteklerStatusAlertActions button:hover{background:linear-gradient(135deg,#075985,#0284c7);border-color:#0369a1}.desteklerStatusAlertActions .desteklerStatusAlertSecondaryBtn{border-color:#0f172a2e;background:#fff;color:#1f2937}.desteklerStatusAlertActions .desteklerStatusAlertSecondaryBtn:hover{background:#f8fafc;border-color:#0f172a47}.desteklerStatusAlertDialog.is-error .desteklerStatusAlertActions .desteklerStatusAlertSecondaryBtn{border-color:#7f1d1d47;background:#fee2e2;color:#7f1d1d}.desteklerStatusAlertDialog.is-error .desteklerStatusAlertActions .desteklerStatusAlertSecondaryBtn:hover{background:#fecaca;border-color:#7f1d1d61}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusPlain.is-framed{width:min(1280px,calc(100vw - 24px))!important;max-height:calc(100vh - 24px)!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerStructuredQuestionEditor .desteklerQuestionGroupList{grid-template-columns:repeat(auto-fit,minmax(520px,1fr))!important;gap:16px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerStructuredQuestionGroupInfo{display:grid!important;gap:3px!important;min-width:0!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerStructuredQuestionGroupKicker{font-size:.72rem!important;font-weight:900!important;letter-spacing:.08em!important;text-transform:uppercase!important;color:#0369a1!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerStructuredQuestionGroupInfo strong{font-size:clamp(1.02rem,1.22vw,1.2rem)!important;line-height:1.28!important;font-weight:900!important;color:#0f172a!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerStructuredQuestionGroupInfo small{font-size:.85rem!important;font-weight:700!important;color:#475569!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerStructuredQuestionEditor .desteklerQuestionSurfaceCardItem{padding:20px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerStructuredQuestionEditor .desteklerQuestionSurfaceCardItem .desteklerQuestionTitleRow{align-items:flex-start!important;gap:10px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerStructuredQuestionEditor .desteklerQuestionSurfaceCardItem .desteklerQuestionIndex{display:block!important;flex:1!important;padding:10px 14px!important;border-radius:12px!important;white-space:normal!important;line-height:1.42!important;font-size:clamp(1.02rem,1.25vw,1.18rem)!important;font-weight:900!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionLabel{font-size:clamp(1.15rem,1.45vw,1.36rem)!important;line-height:1.38!important;font-weight:900!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusBody .desteklerQuestionLabel{font-size:clamp(1.22rem,1.5vw,1.42rem)!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFieldGuide{display:block!important;margin:0 0 10px!important;padding:9px 12px!important;border-radius:10px!important;border:1px solid rgba(14,165,233,.24)!important;background:#eff6ff!important;color:#0f172a!important;font-size:.93rem!important;font-weight:800!important;line-height:1.4!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionInputFrameUltra{width:100%!important;padding:0!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionInput,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionInputUltra,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerStructuredQuestionInput{width:100%!important;min-height:66px!important;padding:14px 16px!important;border-radius:12px!important;font-size:1.02rem!important;font-weight:700!important;line-height:1.5!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable textarea.desteklerQuestionInput,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable textarea.desteklerQuestionInputUltra,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable textarea.desteklerStructuredQuestionInput,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable textarea.desteklerStructuredGenerateTextarea{min-height:190px!important;max-height:520px!important;resize:vertical!important;overflow-y:auto!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerTextareaControlStack{gap:12px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerSubFieldInputActions{margin-top:2px!important;margin-bottom:0!important;justify-content:flex-end!important}@media(max-width:1100px){.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusPlain.is-framed{width:min(100vw - 14px,1000px)!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerStructuredQuestionEditor .desteklerQuestionGroupList{grid-template-columns:1fr!important}}.desteklerStatusAlertDialog.is-modern{position:relative;overflow:hidden;border:1px solid rgba(251,146,60,.55);background:radial-gradient(130% 110% at 0% 0%,#fef3c7eb,#ffffffeb 48%,#ffedd5f2);box-shadow:0 28px 60px #0f172a52,0 1px #ffffffe6 inset}.desteklerStatusAlertDialog.is-modern.is-error{border-color:#f871718c;background:radial-gradient(130% 110% at 0% 0%,#fff1f2f2,#ffffffeb 48%,#fee2e2f2)}.desteklerStatusAlertGlow{position:absolute;border-radius:999px;pointer-events:none;filter:blur(18px);opacity:.65}.desteklerStatusAlertGlowOne{top:-42px;right:-34px;width:156px;height:156px;background:#fb923c57}.desteklerStatusAlertGlowTwo{left:-52px;bottom:-56px;width:188px;height:188px;background:#0ea5e933}.desteklerStatusAlertDialog.is-modern .desteklerStatusAlertHead{position:relative;z-index:1;border-bottom:1px solid rgba(148,163,184,.24);background:linear-gradient(135deg,#fb923c29,#0ea5e91a)}.desteklerStatusAlertDialog.is-modern .desteklerStatusAlertTitleWrap{gap:10px}.desteklerStatusAlertTitleContent{display:flex;flex-direction:column;gap:2px}.desteklerStatusAlertTitleContent small{margin:0;color:#475569;font-size:.74rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.desteklerStatusAlertDialog.is-modern .desteklerStatusAlertBody{position:relative;z-index:1;padding-top:12px}.desteklerStatusAlertDialog.is-modern .desteklerStatusAlertBody p{margin:0;color:#0f172a;font-size:.96rem;font-weight:600}.desteklerStatusAlertStatGrid{margin-top:14px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.desteklerStatusAlertStatCard{border:1px solid rgba(148,163,184,.3);border-radius:12px;background:#ffffffd6;padding:10px 12px;display:flex;flex-direction:column;gap:4px;box-shadow:0 8px 18px #0f172a1a}.desteklerStatusAlertStatCard span{font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;font-weight:800;color:#64748b}.desteklerStatusAlertStatCard strong{color:#0f172a;font-size:1.04rem;font-weight:800}.desteklerStatusAlertStatCard.is-shortfall{border-color:#ef444466;background:#fef2f2e6}.desteklerStatusAlertStatCard.is-shortfall strong{color:#b91c1c}.desteklerStatusAlertDialog.is-modern .desteklerStatusAlertActions{position:relative;z-index:1}.desteklerStatusAlertPrimaryBtn{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:11px;border:1px solid #0369a1;background:linear-gradient(135deg,#0ea5e9,#0369a1);color:#fff;font-weight:700}.desteklerStatusAlertPrimaryBtn:hover{border-color:#075985;background:linear-gradient(135deg,#0284c7,#075985)}.desteklerStatusAlertDialog.is-modern .desteklerStatusAlertSecondaryBtn{min-height:40px;border-color:#0f172a33;background:#ffffffe6;color:#1e293b}.desteklerStatusAlertDialog.is-modern .desteklerStatusAlertSecondaryBtn:hover{border-color:#0f172a52;background:#fff}@media(max-width:640px){.desteklerStatusAlertStatGrid{grid-template-columns:1fr}.desteklerStatusAlertDialog.is-modern .desteklerStatusAlertActions{justify-content:stretch}.desteklerStatusAlertDialog.is-modern .desteklerStatusAlertActions button{width:100%}}.desteklerChoiceGrid.desteklerAccentGrid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;align-items:stretch!important}.desteklerChoiceGrid.desteklerAccentGrid .desteklerModernChoice,.desteklerSupportGrid .desteklerModernChoice,.desteklerAltBirimGrid .desteklerModernChoice,.desteklerProjectGrid .desteklerModernChoice,.desteklerAccentGrid .desteklerModernChoice,.desteklerAccentGrid .desteklerModernChoice:nth-child(6n+2),.desteklerAccentGrid .desteklerModernChoice:nth-child(6n+3),.desteklerAccentGrid .desteklerModernChoice:nth-child(6n+4),.desteklerAccentGrid .desteklerModernChoice:nth-child(6n+5),.desteklerAccentGrid .desteklerModernChoice:nth-child(6n+6){position:relative;min-height:246px!important;padding:22px 22px 18px!important;border-radius:22px!important;border:1px solid rgba(148,163,184,.24)!important;background:radial-gradient(circle at top right,#fffffffa,#f8fafcf5 48%,#f1f5f9f5)!important;color:#0f172a!important;box-shadow:0 18px 36px #0f172a14,0 1px #ffffffe6 inset!important;backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important}.desteklerChoiceGrid.desteklerAccentGrid .desteklerModernChoice:before,.desteklerChoiceGrid.desteklerAccentGrid .desteklerModernChoice:after{pointer-events:none}.desteklerChoiceGrid.desteklerAccentGrid .desteklerModernChoice:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(135deg,rgba(255,255,255,.8) 0%,transparent 38%),radial-gradient(circle at bottom right,rgba(148,163,184,.08),transparent 38%);opacity:.9}.desteklerChoiceGrid.desteklerAccentGrid .desteklerModernChoice>*{position:relative;z-index:1}.desteklerChoiceGrid.desteklerAccentGrid .desteklerModernChoice:hover{transform:translateY(-6px)!important;border-color:#64748b57!important;background:radial-gradient(circle at top right,#fff,#f8fafcfa 48%,#e2e8f0fa)!important;box-shadow:0 24px 44px #0f172a1f,0 1px #fffffff5 inset!important}.desteklerChoiceGrid.desteklerAccentGrid .desteklerModernChoice.is-selected,.desteklerChoiceGrid.desteklerAccentGrid .desteklerModernChoice.is-selected:hover{border-color:#3b82f657!important;background:radial-gradient(circle at top right,#fff,#f8fafcfa 44%,#eff6fffa)!important;box-shadow:0 24px 48px #3b82f61f,0 0 0 1px #3b82f61a inset!important}.desteklerChoiceGrid.desteklerAccentGrid .desteklerModernChoiceTop{margin-bottom:14px!important;color:#475569!important;font-size:.78rem!important;font-weight:800!important;letter-spacing:.08em!important}.desteklerChoiceGrid.desteklerAccentGrid .desteklerModernChoiceTop svg{width:34px;height:34px;padding:7px;border-radius:11px;background:linear-gradient(135deg,#f8fafc,#e2e8f0)!important;border:1px solid rgba(148,163,184,.26);color:#334155!important;box-shadow:0 8px 18px #0f172a14}.desteklerChoiceGrid.desteklerAccentGrid .desteklerModernChoice strong{color:#0f172a!important;font-size:clamp(1.08rem,1.15vw,1.28rem)!important;line-height:1.35!important;font-weight:800!important;letter-spacing:-.02em!important}.desteklerChoiceGrid.desteklerAccentGrid .desteklerChoiceDescription{margin:12px 0 18px!important;color:#475569!important;font-size:.93rem!important;line-height:1.66!important}.desteklerChoiceGrid.desteklerAccentGrid .desteklerChoiceFoot{width:100%;margin-top:auto;padding-top:15px;border-top:1px solid rgba(203,213,225,.76)!important}.desteklerChoiceGrid.desteklerAccentGrid .desteklerChoiceFoot small{color:#64748b!important;font-size:.82rem!important;line-height:1.55!important}.desteklerChoiceGrid.desteklerAccentGrid .desteklerChoiceHint{background:#f1f5f9f5!important;border:1px solid rgba(203,213,225,.9)!important;color:#475569!important}.desteklerChoiceGrid.desteklerAccentGrid .desteklerChoiceState{background:#fff!important;border:1px solid rgba(203,213,225,.92)!important;color:#334155!important;box-shadow:0 6px 14px #0f172a0f}.desteklerChoiceGrid.desteklerAccentGrid .desteklerChoiceState.is-selected{background:linear-gradient(135deg,#eff6ff,#dbeafe)!important;border-color:#60a5fac7!important;color:#1d4ed8!important;box-shadow:0 8px 18px #3b82f61f}.desteklerProjectChoiceCard{padding-top:22px!important;padding-right:22px!important}.desteklerProjectCardHeader{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:14px}.desteklerProjectChoiceCard .desteklerModernChoiceTop{margin-bottom:0!important;flex:1 1 auto}.desteklerProjectKontorBadge{position:relative;z-index:2;flex:0 0 auto;min-width:148px;max-width:min(48%,220px);display:flex;flex-direction:column;align-items:flex-end;gap:3px;padding:10px 12px;border-radius:16px;border:1px solid rgba(148,163,184,.26);background:linear-gradient(135deg,#fffffffa,#f1f5f9f5);box-shadow:0 14px 26px #0f172a1a,0 1px #ffffffeb inset;text-align:right}.desteklerProjectKontorBadge span{color:#64748b;font-size:.68rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.desteklerProjectKontorBadge strong{color:#0f172a;font-size:clamp(1.08rem,1.1vw,1.28rem);line-height:1.05;font-weight:900;letter-spacing:-.03em;word-break:break-word}.desteklerProjectKontorBadge.is-free{background:linear-gradient(135deg,#f0fdf4fa,#dcfce7f5);border-color:#22c55e3d}.desteklerProjectKontorBadge.is-free span{color:#15803d}.desteklerProjectKontorBadge.is-free strong{color:#166534;font-size:1rem}@media(max-width:1180px){.desteklerChoiceGrid.desteklerAccentGrid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:720px){.desteklerChoiceGrid.desteklerAccentGrid{grid-template-columns:1fr!important;gap:14px!important}.desteklerChoiceGrid.desteklerAccentGrid .desteklerModernChoice,.desteklerSupportGrid .desteklerModernChoice,.desteklerAltBirimGrid .desteklerModernChoice,.desteklerProjectGrid .desteklerModernChoice{min-height:auto!important;padding:18px 18px 16px!important;border-radius:18px!important}.desteklerProjectChoiceCard{padding-top:18px!important;padding-right:18px!important}.desteklerProjectCardHeader{gap:10px;align-items:stretch}.desteklerProjectKontorBadge{min-width:136px;max-width:calc(100% - 28px);padding:9px 11px;border-radius:14px}.desteklerProjectKontorBadge strong{font-size:1.02rem}}.desteklerProjectStartOverlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172a75;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.desteklerProjectStartDialog{width:min(100%,620px);border-radius:28px;border:1px solid rgba(255,255,255,.42);background:radial-gradient(circle at top right,rgba(255,255,255,.92),transparent 34%),linear-gradient(180deg,#fffffffa,#f8fafcf5);box-shadow:0 32px 80px #0f172a38,inset 0 1px #ffffffeb;overflow:hidden}.desteklerProjectStartHead{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:28px 28px 18px}.desteklerProjectStartKicker{display:inline-flex;align-items:center;min-height:28px;padding:0 12px;border-radius:999px;background:#ff7a181f;color:#c2410c;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.desteklerProjectStartHead h3{margin:12px 0 8px;color:#0f172a;font-size:clamp(1.4rem,2vw,1.8rem);line-height:1.05;letter-spacing:-.04em}.desteklerProjectStartHead p{margin:0;color:#64748b;font-size:14px;line-height:1.7}.desteklerProjectStartClose{width:40px;height:40px;border:1px solid rgba(148,163,184,.24);border-radius:14px;background:#fffc;color:#475569;cursor:pointer}.desteklerProjectStartBody{display:grid;gap:18px;padding:0 28px 24px}.desteklerProjectStartMetaGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.desteklerProjectStartMetaItem{display:grid;gap:8px;padding:16px 18px;border:1px solid rgba(226,232,240,.9);border-radius:18px;background:linear-gradient(180deg,#fffffff5,#f8fafce6)}.desteklerProjectStartMetaItem span{color:#64748b;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.desteklerProjectStartMetaItem strong{color:#0f172a;font-size:1rem;line-height:1.4}.desteklerProjectStartField{display:grid;gap:10px}.desteklerProjectStartField span{color:#334155;font-size:13px;font-weight:800}.desteklerProjectStartField input{width:100%;min-height:54px;padding:0 18px;border:1px solid rgba(203,213,225,.92);border-radius:16px;background:#fff;color:#0f172a;font:inherit;font-weight:700;box-shadow:inset 0 1px #ffffffeb;outline:none}.desteklerProjectStartField input:focus{border-color:#f9731685;box-shadow:0 0 0 5px #f973161f,inset 0 1px #fffffff5}.desteklerProjectStartActions{display:flex;justify-content:flex-end;gap:12px;padding:0 28px 28px}@media(max-width:720px){.desteklerProjectStartOverlay{padding:16px}.desteklerProjectStartDialog{border-radius:24px}.desteklerProjectStartHead,.desteklerProjectStartBody,.desteklerProjectStartActions{padding-left:20px;padding-right:20px}.desteklerProjectStartHead{padding-top:22px;padding-bottom:16px}.desteklerProjectStartMetaGrid{grid-template-columns:1fr}.desteklerProjectStartActions{flex-direction:column-reverse;padding-bottom:22px}.desteklerProjectStartActions button{width:100%}}@media(min-width:1181px){.desteklerQuestionPageUltra.is-standalone{--ds-question-page-scale: .84;width:calc(100% / var(--ds-question-page-scale))!important;min-height:calc(100vh / var(--ds-question-page-scale))!important;zoom:var(--ds-question-page-scale)}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionHeroUltra.desteklerTopCard.is-question-hero,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionHeroUltra.desteklerTopCard.is-question-hero:hover,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionHeroUltra.desteklerTopCard.desteklerSurfaceMotion{padding:14px 18px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionRouteMeta h2{font-size:clamp(1.3rem,1.8vw,1.85rem)!important;line-height:1.08!important;letter-spacing:-.02em!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionRouteMeta p{margin-top:4px!important;font-size:.76rem!important;line-height:1.35!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionBackBtn,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerRefreshBtn{min-height:36px!important;padding:0 11px!important;border-radius:10px!important;font-size:.74rem!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionShellUltra{min-height:calc(100vh - 96px)!important;grid-template-columns:minmax(245px,295px) minmax(0,1fr)!important;gap:12px!important;padding:12px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionRailUltra{top:10px!important;gap:8px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionRailCardUltra{padding:10px!important;border-radius:12px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionRailCardUltra .desteklerQuestionSidebarKicker{font-size:.58rem!important;letter-spacing:.04em!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionRailCardUltra strong{font-size:.8rem!important;line-height:1.2!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionRailCardUltra p{font-size:.68rem!important;line-height:1.3!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionRailCardUltra .desteklerQuestionProgressMeta>div{padding:6px 7px!important;border-radius:8px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionProgressMeta span{font-size:.6rem!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionProgressMeta strong{font-size:.74rem!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionProgressBar{height:8px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionStepListUltra{gap:7px!important;max-height:calc(100vh - 290px)!important;overflow:auto!important;padding-right:3px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionStepCardUltra{padding:7px 8px 8px!important;border-radius:10px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionStepCardUltra strong{font-size:.74rem!important;line-height:1.2!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionStepCardUltra small,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionStepCardUltra .desteklerQuestionNavIndex,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionNavState{font-size:.62rem!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionStepArrowUltra{width:18px!important;height:18px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionMainPanel{gap:10px!important;padding:12px!important;border-radius:14px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionCanvasHeadUltra h3,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionHeader h3{font-size:1.05rem!important;line-height:1.2!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionCanvasHeadUltra p,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionHeader p{font-size:.76rem!important;line-height:1.35!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionContext{gap:6px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionContextItem{min-height:66px!important;padding:8px 9px!important;border-radius:10px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionContextItem span{font-size:.62rem!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionContextItem strong{margin-top:2px!important;font-size:.82rem!important;line-height:1.25!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionSurfaceCard,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionSurfaceCardItem,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionTableCard,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionCard.is-clickable{padding:9px!important;border-radius:12px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionLabel{margin-bottom:5px!important;font-size:.84rem!important;line-height:1.3!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionHint,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionCompactPreview{padding:6px 8px!important;border-radius:8px!important;font-size:.72rem!important;line-height:1.3!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionInputFrameUltra{padding:6px!important;border-radius:8px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionInput,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionInputUltra,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerStructuredQuestionInput,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerStructuredGenerateTextarea{min-height:36px!important;padding:7px 9px!important;border-radius:8px!important;font-size:.76rem!important;line-height:1.35!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable textarea.desteklerQuestionInput,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable textarea.desteklerQuestionInputUltra,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable textarea.desteklerStructuredQuestionInput,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable textarea.desteklerStructuredGenerateTextarea{min-height:92px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionActionBarUltra{gap:8px!important;padding-top:8px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionActionBarUltra button,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-modern-theme.is-corporate-readable .desteklerQuestionFocusTrigger{min-height:34px!important;padding:0 11px!important;border-radius:9px!important;font-size:.72rem!important}}@supports not (zoom: 1){@media(min-width:1181px){.desteklerQuestionPageUltra.is-standalone{transform:scale(var(--ds-question-page-scale));transform-origin:top left}}}@media(min-width:1181px){.desteklerRoot:not(.is-standalone-question) .desteklerPageHeroWrap{--ds-support-page-scale: .86}.desteklerRoot:not(.is-standalone-question) .desteklerHeroCard{min-height:150px!important;padding:16px 18px!important;border-radius:16px!important}.desteklerRoot:not(.is-standalone-question) .desteklerHeroContent{gap:14px!important}.desteklerRoot:not(.is-standalone-question) .desteklerHeroBadge{min-height:24px!important;padding:0 9px!important;font-size:.62rem!important}.desteklerRoot:not(.is-standalone-question) .desteklerHeroLeft h1{font-size:clamp(1.28rem,1.7vw,1.7rem)!important;line-height:1.15!important;margin-bottom:8px!important}.desteklerRoot:not(.is-standalone-question) .desteklerHeroLeft p{font-size:.78rem!important;line-height:1.45!important;max-width:680px!important}.desteklerRoot:not(.is-standalone-question) .desteklerHeroPrimaryBtn,.desteklerRoot:not(.is-standalone-question) .desteklerHeroGhostBtn{min-height:34px!important;padding:0 12px!important;border-radius:10px!important;font-size:.74rem!important}.desteklerRoot:not(.is-standalone-question) .desteklerTopCard{border-radius:16px!important;padding:14px!important}.desteklerRoot:not(.is-standalone-question) .desteklerSelectionSummaryPanel{margin-bottom:12px!important}.desteklerRoot:not(.is-standalone-question) .desteklerSelectionSummaryTrack{gap:10px!important}.desteklerRoot:not(.is-standalone-question) .desteklerSelectionSummaryNode{gap:8px!important}.desteklerRoot:not(.is-standalone-question) .desteklerSelectionArrow{width:24px!important;height:24px!important}.desteklerRoot:not(.is-standalone-question) .desteklerSelectionArrow svg{width:12px!important;height:12px!important}.desteklerRoot:not(.is-standalone-question) .desteklerSummaryChip,.desteklerRoot:not(.is-standalone-question) .desteklerSummaryChip:hover{min-height:86px!important;padding:9px 10px!important;border-radius:10px!important}.desteklerRoot:not(.is-standalone-question) .desteklerSummaryChipTop>span{font-size:.62rem!important;letter-spacing:.03em!important}.desteklerRoot:not(.is-standalone-question) .desteklerSummaryChip strong{margin-top:3px!important;font-size:.82rem!important;line-height:1.2!important}.desteklerRoot:not(.is-standalone-question) .desteklerSummaryChip small{margin-top:4px!important;font-size:.68rem!important;line-height:1.3!important}.desteklerRoot:not(.is-standalone-question) .desteklerSummaryChipStatus{min-height:18px!important;padding:0 6px!important;font-size:.55rem!important}.desteklerRoot:not(.is-standalone-question) .desteklerSummaryChipStatus small{font-size:.55rem!important}.desteklerRoot:not(.is-standalone-question) .desteklerWorkflowMainFull{padding:0!important}.desteklerRoot:not(.is-standalone-question) .desteklerStepCard{border-radius:14px!important;padding:12px!important}.desteklerRoot:not(.is-standalone-question) .desteklerStepHead{gap:10px!important;padding-bottom:10px!important;margin-bottom:12px!important}.desteklerRoot:not(.is-standalone-question) .desteklerStepKicker{min-height:20px!important;padding:0 8px!important;border-radius:999px!important;font-size:.58rem!important}.desteklerRoot:not(.is-standalone-question) .desteklerStepHead h3{font-size:1rem!important;line-height:1.2!important}.desteklerRoot:not(.is-standalone-question) .desteklerStepHead p,.desteklerRoot:not(.is-standalone-question) .desteklerStepHead small{font-size:.72rem!important;line-height:1.35!important}.desteklerRoot:not(.is-standalone-question) .desteklerStepCount{min-height:26px!important;padding:0 9px!important;font-size:.66rem!important}.desteklerRoot:not(.is-standalone-question) .desteklerChoiceGrid.desteklerAccentGrid{gap:10px!important}.desteklerRoot:not(.is-standalone-question) .desteklerChoiceGrid.desteklerAccentGrid .desteklerModernChoice,.desteklerRoot:not(.is-standalone-question) .desteklerSupportGrid .desteklerModernChoice,.desteklerRoot:not(.is-standalone-question) .desteklerAltBirimGrid .desteklerModernChoice,.desteklerRoot:not(.is-standalone-question) .desteklerProjectGrid .desteklerModernChoice{min-height:170px!important;padding:12px 12px 10px!important;border-radius:12px!important}.desteklerRoot:not(.is-standalone-question) .desteklerModernChoiceTop{margin-bottom:8px!important;font-size:.62rem!important}.desteklerRoot:not(.is-standalone-question) .desteklerModernChoiceTop svg{width:24px!important;height:24px!important;padding:5px!important;border-radius:7px!important}.desteklerRoot:not(.is-standalone-question) .desteklerModernChoice strong{margin-bottom:8px!important;font-size:.82rem!important;line-height:1.25!important}.desteklerRoot:not(.is-standalone-question) .desteklerChoiceDescription{margin:8px 0 10px!important;font-size:.72rem!important;line-height:1.38!important}.desteklerRoot:not(.is-standalone-question) .desteklerChoiceFoot{padding-top:8px!important;gap:7px!important}.desteklerRoot:not(.is-standalone-question) .desteklerChoiceFoot small{font-size:.66rem!important;line-height:1.28!important}.desteklerRoot:not(.is-standalone-question) .desteklerChoiceActions{gap:6px!important}.desteklerRoot:not(.is-standalone-question) .desteklerChoiceHint,.desteklerRoot:not(.is-standalone-question) .desteklerChoiceState{min-height:22px!important;padding:0 8px!important;border-radius:999px!important;font-size:.6rem!important;letter-spacing:.03em!important}.desteklerRoot:not(.is-standalone-question) .desteklerProjectChoiceCard{padding-top:12px!important;padding-right:12px!important}.desteklerRoot:not(.is-standalone-question) .desteklerProjectCardHeader{margin-bottom:8px!important;gap:8px!important}.desteklerRoot:not(.is-standalone-question) .desteklerProjectKontorBadge{min-width:100px!important;padding:6px 8px!important;border-radius:10px!important;gap:2px!important}.desteklerRoot:not(.is-standalone-question) .desteklerProjectKontorBadge span{font-size:.56rem!important}.desteklerRoot:not(.is-standalone-question) .desteklerProjectKontorBadge strong{font-size:.78rem!important;line-height:1.05!important}.desteklerRoot:not(.is-standalone-question) .desteklerWarnText,.desteklerRoot:not(.is-standalone-question) .desteklerErrorText,.desteklerRoot:not(.is-standalone-question) .desteklerNoProjectGuide,.desteklerRoot:not(.is-standalone-question) .desteklerAccordionEmpty{border-radius:10px!important;padding:10px!important;font-size:.72rem!important;line-height:1.35!important}.desteklerRoot:not(.is-standalone-question) .desteklerBottomActions{gap:8px!important}.desteklerRoot:not(.is-standalone-question) .desteklerBottomActions button{min-height:34px!important;padding:0 11px!important;border-radius:9px!important;font-size:.72rem!important}}@media(min-width:1181px){.desteklerRoot:not(.is-standalone-question) .desteklerPageHeroWrap{--ds-support-page-scale: 1 !important}.desteklerRoot:not(.is-standalone-question) .desteklerHeroLeft h1{font-size:clamp(1.5rem,2vw,2rem)!important;line-height:1.16!important}.desteklerRoot:not(.is-standalone-question) .desteklerHeroLeft p{font-size:.9rem!important;line-height:1.52!important}.desteklerRoot:not(.is-standalone-question) .desteklerSummaryChip strong{font-size:.96rem!important}.desteklerRoot:not(.is-standalone-question) .desteklerSummaryChip small{font-size:.78rem!important;line-height:1.34!important}.desteklerRoot:not(.is-standalone-question) .desteklerStepHead h3{font-size:1.14rem!important}.desteklerRoot:not(.is-standalone-question) .desteklerStepHead p,.desteklerRoot:not(.is-standalone-question) .desteklerStepHead small{font-size:.84rem!important;line-height:1.45!important}.desteklerRoot:not(.is-standalone-question) .desteklerChoiceGrid.desteklerAccentGrid .desteklerModernChoice,.desteklerRoot:not(.is-standalone-question) .desteklerSupportGrid .desteklerModernChoice,.desteklerRoot:not(.is-standalone-question) .desteklerAltBirimGrid .desteklerModernChoice,.desteklerRoot:not(.is-standalone-question) .desteklerProjectGrid .desteklerModernChoice{min-height:190px!important}.desteklerRoot:not(.is-standalone-question) .desteklerModernChoice strong{font-size:1rem!important;line-height:1.3!important}.desteklerRoot:not(.is-standalone-question) .desteklerChoiceDescription{font-size:.84rem!important;line-height:1.48!important}.desteklerRoot:not(.is-standalone-question) .desteklerChoiceFoot small{font-size:.76rem!important;line-height:1.36!important}.desteklerRoot:not(.is-standalone-question) .desteklerChoiceHint,.desteklerRoot:not(.is-standalone-question) .desteklerChoiceState{font-size:.68rem!important}.desteklerRoot:not(.is-standalone-question) .desteklerBottomActions button{min-height:38px!important;font-size:.82rem!important}}.desteklerRoot.is-standalone-question{min-height:100dvh!important;overflow-x:hidden;overflow-y:auto}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-standalone{display:block!important;height:auto!important;min-height:100dvh!important;overflow:visible!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerContentCard.is-question-content,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionWorkspaceUltra{overflow:visible!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionShellUltra{min-height:0!important;height:auto!important;align-items:start!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionCanvasUltra{min-height:0!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionCanvasPanelUltra{min-height:0!important;height:auto!important;display:flex!important;flex-direction:column!important;grid-template-rows:none!important;overflow:visible!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFormFlowUltra{min-height:0!important;overflow:visible!important;flex:0 0 auto!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionActionBarUltra{position:sticky!important;bottom:0!important;z-index:8!important;margin-top:0!important;margin-bottom:calc(-1*env(safe-area-inset-bottom))!important;padding-top:12px!important;padding-left:2px!important;padding-right:2px!important;padding-bottom:calc(10px + env(safe-area-inset-bottom))!important;background:linear-gradient(180deg,#ffffffb3,#fffffffa 26%,#fff)!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusOverlayPlain{padding:clamp(10px,1.8vw,18px)!important;background:#0f172a70!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusPlain{width:min(1680px,calc(100vw - 24px))!important;max-height:min(94dvh,calc(100dvh - 20px))!important;display:grid!important;grid-template-rows:auto minmax(0,1fr) auto!important;overflow:hidden!important;border:1px solid #d6e0ee!important;border-radius:24px!important;padding:0!important;background:linear-gradient(180deg,#fdfefe,#f4f8fc)!important;box-shadow:0 30px 70px #0f172a47!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusPlain.is-framed{width:min(1120px,calc(100vw - 24px))!important;max-height:min(94dvh,calc(100dvh - 20px))!important;padding:0!important;border-radius:24px!important;background:linear-gradient(180deg,#fdfefe,#f4f8fc)!important;box-shadow:0 30px 70px #0f172a3d!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusHeadPlain{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:14px!important;padding:18px 22px!important;border-bottom:1px solid rgba(194,65,12,.18)!important;background:linear-gradient(135deg,#f97316f5,#ea580cf5),linear-gradient(180deg,#ffffff14,#fff0)!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusHeadPlain .desteklerQuestionFocusMeta{min-width:0!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusHeadPlain .desteklerQuestionFocusMeta span{color:#fff7ede6!important;font-size:.74rem!important;font-weight:900!important;letter-spacing:.08em!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusHeadPlain .desteklerQuestionFocusMeta strong{display:block!important;color:#fff!important;font-size:clamp(1.02rem,1.35vw,1.32rem)!important;line-height:1.34!important;font-weight:900!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusMetaLine{margin-top:6px!important;color:#fff7edeb!important;font-size:.84rem!important;font-weight:700!important;line-height:1.45!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusClosePlain{flex:0 0 auto!important;width:42px!important;height:42px!important;border-radius:12px!important;border:1px solid rgba(255,255,255,.28)!important;background:#ffffff24!important;color:#fff!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusClosePlain:hover:not(:disabled){background:#ffffff38!important;border-color:#fff6!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusMainLayout{min-height:0!important;overflow:hidden!important;padding:22px 24px 18px!important;background:radial-gradient(110% 90% at 0% 0%,#ffedd56b,#fff0 52%),linear-gradient(180deg,#f8fbff,#f4f8fc)!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusMainLayout.has-info-note{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:4px!important;align-items:stretch!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain{min-height:0!important;max-height:100%!important;overflow:auto!important;overscroll-behavior:contain!important;padding:0!important;background:transparent!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusInfoPanel{display:flex!important;min-width:0!important;align-self:stretch!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusInfoCard{flex:1 1 auto!important;width:100%!important;min-height:100%!important;border-radius:22px!important;border:1px solid #dbe5f0!important;background:#fff!important;box-shadow:0 16px 36px #0f172a14!important;padding:18px 18px 20px!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusInfoEyebrow{display:inline-flex!important;align-items:center!important;align-self:flex-start!important;min-height:28px!important;padding:0 10px!important;border-radius:999px!important;background:#fff4e8!important;color:#c2410c!important;font-size:.72rem!important;font-weight:800!important;letter-spacing:.08em!important;text-transform:uppercase!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusInfoCard p{margin:14px 0 0!important;color:#475569!important;font-size:.95rem!important;line-height:1.72!important;white-space:pre-wrap!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusContentPlain{min-width:0!important;min-height:0!important;max-height:100%!important;display:grid!important;align-content:start!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusPlain.is-table .desteklerQuestionFocusMainLayout{padding:14px 16px 18px 12px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusPlain.is-table .desteklerQuestionFocusMainLayout.has-info-note{gap:6px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusPlain.is-table .desteklerQuestionFocusBodyPlain{overflow:auto!important;margin-top:-4px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusPlain.is-table .desteklerQuestionFocusContentPlain{height:auto!important;overflow:visible!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerStructuredQuestionEditor{display:grid!important;gap:12px!important;min-height:0!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusPlain.is-table .desteklerQuestionFocusBodyPlain .desteklerStructuredQuestionEditor{height:auto!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerQuestionTableWrap{width:100%!important;max-width:100%!important;overflow:auto!important;border-radius:18px!important;align-self:start!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusPlain.is-table .desteklerQuestionFocusBodyPlain .desteklerQuestionTableWrap{margin-top:-4px!important;margin-left:-4px!important;max-height:min(62dvh,calc(100dvh - 260px))!important;overflow-x:auto!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;scrollbar-gutter:stable both-edges!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerStructuredQuestionRowNo{color:#334155!important;font-weight:900!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerSubFieldDynamicTable tbody .desteklerStructuredQuestionRowNo{background:#fff!important;color:#111827!important;border-right:1px solid #e7edf7!important;text-align:center!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerSubFieldDynamicTable thead th.desteklerStructuredQuestionRowNo,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerSubFieldDynamicTable tbody td.desteklerStructuredQuestionRowNo{width:64px!important;min-width:64px!important;max-width:64px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerSubFieldDynamicTable tbody td.desteklerStructuredQuestionRowNo{padding:0!important;background:#fff!important;color:#111827!important;font-size:1rem!important;font-weight:900!important;line-height:1!important;text-align:center!important;vertical-align:middle!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerStructuredQuestionRowNoValue{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:96px!important;color:#111827!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerQuestionGroupList{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))!important;gap:16px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerQuestionGroupList.is-vertical{grid-template-columns:1fr!important;padding:0!important;gap:20px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerQuestionGroupList.is-horizontal{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerQuestionSurfaceCardItem{padding:18px!important;border-radius:18px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerQuestionGroupList.is-vertical .desteklerQuestionSurfaceCardItem{padding:0 0 18px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;display:grid!important;gap:12px!important;border-bottom:1px solid #dbe5f0!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerQuestionGroupList.is-vertical .desteklerQuestionSurfaceCardItem:last-child{padding-bottom:0!important;border-bottom:0!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerQuestionInputFrameUltra{border-radius:16px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerQuestionGroupList.is-vertical .desteklerQuestionInputFrameUltra{padding:0!important;border-radius:0!important;border:0!important;background:transparent!important;box-shadow:none!important;animation:none!important;overflow:visible!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerQuestionGroupList.is-vertical .desteklerQuestionInputFrameUltra:after{display:none!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerQuestionGroupList.is-vertical .desteklerQuestionInputFrameUltra>*{z-index:auto!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerQuestionGroupList.is-vertical .desteklerQuestionTitleRow{margin-bottom:0!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerQuestionGroupList.is-vertical .desteklerSubFieldInputActions{background:transparent!important;border:0!important;padding:0!important;justify-content:flex-end!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerSubFieldDynamicTable .desteklerStructuredQuestionCellFrame{height:auto!important;min-height:0!important;max-height:none!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;padding:0!important;overflow:visible!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerStructuredQuestionCellFrameCompact{padding:0!important;margin:0!important;background:transparent!important;border:0!important;box-shadow:none!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerSubFieldDynamicTable .desteklerStructuredQuestionCellFrame:after{display:none!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerSubFieldDynamicTable .desteklerStructuredQuestionCellFrame .desteklerTextareaControlStack{height:auto!important;min-height:0!important;gap:6px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerStructuredQuestionCompactStack{display:grid!important;gap:6px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerStructuredQuestionCompactActions{display:flex!important;justify-content:flex-end!important;gap:6px!important;padding:0!important;margin:0!important;background:transparent!important;border:0!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerStructuredQuestionCompactInput{width:100%!important;background:#fff!important;border:1px solid #cfdbe8!important;border-radius:10px!important;color:#0f172a!important;box-shadow:none!important;min-height:42px!important;padding:10px 12px!important;font-size:.95rem!important;font-weight:600!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra textarea.desteklerStructuredQuestionCompactInput{min-height:86px!important;max-height:180px!important;resize:vertical!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerSubFieldDynamicTable .desteklerSubFieldInputActions{background:transparent!important;border:0!important;border-radius:0!important;padding:0!important;min-height:0!important;max-height:none!important;justify-content:flex-end!important;gap:6px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerSubFieldDynamicTable input.desteklerQuestionInput,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerSubFieldDynamicTable input.desteklerQuestionInputUltra,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerSubFieldDynamicTable select.desteklerQuestionInput,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerSubFieldDynamicTable select.desteklerQuestionInputUltra,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerSubFieldDynamicTable textarea.desteklerQuestionInput,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerSubFieldDynamicTable textarea.desteklerQuestionInputUltra,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerSubFieldDynamicTable textarea.desteklerStructuredQuestionInput{background:#fff!important;border:1px solid #cfdbe8!important;border-radius:10px!important;box-shadow:none!important;min-height:42px!important;padding:10px 12px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerSubFieldDynamicTable textarea.desteklerQuestionInput,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerSubFieldDynamicTable textarea.desteklerQuestionInputUltra,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerSubFieldDynamicTable textarea.desteklerStructuredQuestionInput{min-height:86px!important;max-height:180px!important;resize:vertical!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerStructuredQuestionBtnHeaderGenerate{background:#fff!important;border-color:#dbe5f0!important;color:#111827!important;box-shadow:none!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerStructuredQuestionBtnHeaderGenerate:hover:not(:disabled){background:#f8fafc!important;border-color:#cbd5e1!important;color:#0f172a!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerStructuredQuestionBtn.generate.mini.desteklerStructuredQuestionBtnHeaderGenerate{background:#fff!important;border-color:#dbe5f0!important;color:#111827!important;box-shadow:none!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerStructuredQuestionBtn.generate.mini.desteklerStructuredQuestionBtnHeaderGenerate:hover:not(:disabled){background:#f8fafc!important;border-color:#cbd5e1!important;color:#0f172a!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain textarea.desteklerQuestionInput,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain textarea.desteklerQuestionInputUltra,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain textarea.desteklerStructuredQuestionInput,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain textarea.desteklerStructuredGenerateTextarea{min-height:clamp(150px,24vh,220px)!important;max-height:360px!important;resize:vertical!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusPlain .desteklerQuestionActionBarUltra,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionActionBarModal{position:static!important;bottom:auto!important;z-index:auto!important;margin:0!important;padding:14px 20px calc(14px + env(safe-area-inset-bottom))!important;border-top:1px solid #dce5f1!important;background:linear-gradient(180deg,#ffffffe0,#fff)!important;-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;flex-wrap:wrap!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusReviewInfo{flex:1 1 320px!important;margin:0!important;font-size:.88rem!important;line-height:1.45!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionActionBarGroupModal{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important;flex-wrap:wrap!important;margin-left:auto!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionActionBarGroupModal>button{min-height:46px!important;padding:0 18px!important;border-radius:12px!important}@media(max-width:960px){.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusOverlayPlain{padding:8px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusPlain,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusPlain.is-framed{width:calc(100vw - 16px)!important;max-height:calc(100dvh - 16px)!important;border-radius:18px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusHeadPlain{padding:14px 16px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusMetaLine{font-size:.8rem!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusPlain.is-table .desteklerQuestionFocusBodyPlain{padding:14px 16px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerQuestionGroupList{grid-template-columns:1fr!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain textarea.desteklerQuestionInput,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain textarea.desteklerQuestionInputUltra,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain textarea.desteklerStructuredQuestionInput,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain textarea.desteklerStructuredGenerateTextarea{min-height:130px!important;max-height:300px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionActionBarModal{padding:12px 14px calc(12px + env(safe-area-inset-bottom))!important;flex-direction:column!important;align-items:stretch!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusReviewInfo{flex-basis:auto!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionActionBarGroupModal{width:100%!important;margin-left:0!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionActionBarGroupModal>button{flex:1 1 0!important;min-width:0!important}}.desteklerRoot.is-standalone-question,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-standalone,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionWorkspaceUltra,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionWrapUltra,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionShellUltra,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionCanvasUltra,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionCanvasPanelUltra,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionMainPanel{height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-standalone{display:block!important;padding:clamp(14px,2vw,24px)!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerContentCard.is-question-content{min-height:0!important;overflow:visible!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionShellUltra{align-items:start!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionCanvasPanelUltra,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionMainPanel{display:flex!important;flex-direction:column!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFormFlowUltra{min-height:0!important;overflow:visible!important}@media(min-width:1181px){.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-standalone{--ds-question-page-scale: 1 !important;width:100%!important;zoom:1!important;transform:none!important;transform-origin:top left!important}}@supports not (zoom: 1){@media(min-width:1181px){.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-standalone{--ds-question-page-scale: 1 !important;width:100%!important;min-height:0!important;transform:none!important;transform-origin:top left!important}}}@media(min-width:1100px){.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-standalone{max-width:1700px!important;margin:0 auto!important;padding:12px 16px 18px!important;font-size:15px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionHeroUltra,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionHeroUltra:hover,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionHeroUltra.desteklerSurfaceMotion{padding:18px 22px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionRouteMeta h2{font-size:clamp(1.9rem,2.2vw,2.8rem)!important;line-height:1.02!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionRouteMeta p{font-size:.9rem!important;line-height:1.55!important;max-width:680px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionBackBtn,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerRefreshBtn{min-height:42px!important;padding:0 14px!important;border-radius:12px!important;font-size:.8rem!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerContentCard.is-question-content{padding:0!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionShellUltra{grid-template-columns:minmax(280px,330px) minmax(0,1fr)!important;gap:16px!important;padding:16px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionRailUltra{top:14px!important;gap:12px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionRailCardUltra,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionStepCardUltra{border-radius:18px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionRailCardUltra{padding:16px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionStepCardUltra{padding:12px 13px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionStepCardUltra strong{font-size:.92rem!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionStepCardUltra small,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionNavIndex,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionNavState{font-size:.72rem!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionCanvasPanelUltra,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionMainPanel{gap:16px!important;padding:18px!important;border-radius:22px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionCanvasHeadUltra{padding-bottom:12px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionCanvasHeadUltra h3{font-size:clamp(1.55rem,2vw,2.2rem)!important;line-height:1.08!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionCanvasHeadUltra p{margin-top:6px!important;font-size:.88rem!important;line-height:1.5!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionStepInfo{min-height:38px!important;padding:0 12px!important;font-size:.78rem!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionMetaGridUltra{gap:10px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionContextItem,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionMetaGridUltra .desteklerQuestionContextItem{min-height:84px!important;padding:12px 14px!important;border-radius:16px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionContextItem span{font-size:.68rem!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionContextItem strong{font-size:.95rem!important;line-height:1.35!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFormFlowUltra{gap:12px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionSurfaceCard,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionSurfaceCardItem,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionCard,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionGroupItem{border-radius:18px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionSurfaceCard,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionCard,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionGroupItem{padding:16px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionSurfaceCardItem{padding:14px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionGroupHead{padding:16px 16px 12px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionGroupList{padding:14px!important;gap:12px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionLabel{font-size:clamp(1rem,1.18vw,1.24rem)!important;line-height:1.36!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionCompactPreview p,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionHint,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerWarnText{font-size:.82rem!important;line-height:1.45!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionInput,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionInputUltra,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerStructuredQuestionInput{min-height:52px!important;padding:14px 16px!important;border-radius:14px!important;font-size:.92rem!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra textarea.desteklerQuestionInput,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra textarea.desteklerQuestionInputUltra,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra textarea.desteklerStructuredQuestionInput{min-height:170px!important;max-height:320px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionInputFrameUltra{border-radius:16px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusTrigger,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionActionBarUltra button{min-height:40px!important;padding:0 13px!important;border-radius:11px!important;font-size:.8rem!important}}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionLabel,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBody .desteklerQuestionLabel,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerQuestionLabel{color:#ff8c00!important}@media(min-width:1280px){.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-standalone{max-width:1920px!important;padding:8px 10px 12px!important;font-size:13px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionHeroUltra,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionHeroUltra:hover,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionHeroUltra.desteklerSurfaceMotion{padding:13px 16px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionRouteMeta h2{font-size:clamp(1.42rem,1.68vw,2.05rem)!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionRouteMeta p{font-size:.76rem!important;line-height:1.38!important;max-width:560px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionBackBtn,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerRefreshBtn{min-height:34px!important;padding:0 10px!important;border-radius:10px!important;font-size:.72rem!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionShellUltra{grid-template-columns:minmax(228px,278px) minmax(0,1fr)!important;gap:10px!important;padding:10px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionRailCardUltra{padding:12px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionStepCardUltra{padding:8px 9px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionStepCardUltra strong{font-size:.78rem!important;line-height:1.28!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionStepCardUltra small,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionNavIndex,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionNavState{font-size:.62rem!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionCanvasPanelUltra,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionMainPanel{gap:10px!important;padding:12px!important;border-radius:16px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionCanvasHeadUltra{padding-bottom:8px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionCanvasHeadUltra h3{font-size:clamp(1.18rem,1.38vw,1.68rem)!important;line-height:1.06!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionCanvasHeadUltra p{margin-top:3px!important;font-size:.74rem!important;line-height:1.34!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionStepInfo{min-height:30px!important;padding:0 8px!important;font-size:.68rem!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionMetaGridUltra{gap:6px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionContextItem,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionMetaGridUltra .desteklerQuestionContextItem{min-height:60px!important;padding:8px 10px!important;border-radius:12px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionContextItem span{font-size:.58rem!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionContextItem strong{font-size:.8rem!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFormFlowUltra{gap:8px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionSurfaceCard,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionCard,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionGroupItem{padding:11px!important;border-radius:14px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionSurfaceCardItem{padding:10px!important;border-radius:14px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionGroupHead{padding:12px 12px 8px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionGroupList{padding:10px!important;gap:8px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionLabel{font-size:clamp(.82rem,.9vw,.96rem)!important;line-height:1.28!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionCompactPreview p,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionHint,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerWarnText{font-size:.72rem!important;line-height:1.32!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionInput,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionInputUltra,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerStructuredQuestionInput{min-height:42px!important;padding:10px 12px!important;border-radius:12px!important;font-size:.82rem!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra textarea.desteklerQuestionInput,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra textarea.desteklerQuestionInputUltra,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra textarea.desteklerStructuredQuestionInput{min-height:132px!important;max-height:240px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusTrigger,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionActionBarUltra button{min-height:34px!important;padding:0 10px!important;border-radius:9px!important;font-size:.7rem!important}}@media(min-width:1400px){.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-standalone{padding:6px 8px 10px!important;font-size:12px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionShellUltra{grid-template-columns:minmax(214px,260px) minmax(0,1fr)!important;gap:8px!important;padding:8px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionHeroUltra,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionHeroUltra:hover,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionHeroUltra.desteklerSurfaceMotion{padding:11px 14px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionRouteMeta h2{font-size:clamp(1.28rem,1.48vw,1.82rem)!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionRouteMeta p{font-size:.7rem!important;line-height:1.28!important;max-width:500px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionBackBtn,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerRefreshBtn{min-height:31px!important;padding:0 9px!important;font-size:.68rem!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionRailCardUltra{padding:10px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionStepCardUltra{padding:7px 8px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionStepCardUltra strong{font-size:.72rem!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionStepCardUltra small,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionNavIndex,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionNavState{font-size:.58rem!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionCanvasPanelUltra,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionMainPanel{gap:8px!important;padding:10px!important;border-radius:14px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionCanvasHeadUltra{padding-bottom:6px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionCanvasHeadUltra h3{font-size:clamp(1.04rem,1.18vw,1.42rem)!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionCanvasHeadUltra p{margin-top:2px!important;font-size:.68rem!important;line-height:1.24!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionStepInfo{min-height:26px!important;padding:0 7px!important;font-size:.62rem!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionMetaGridUltra{gap:5px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionContextItem,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionMetaGridUltra .desteklerQuestionContextItem{min-height:52px!important;padding:7px 8px!important;border-radius:10px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionContextItem span{font-size:.54rem!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionContextItem strong{font-size:.74rem!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFormFlowUltra{gap:6px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionSurfaceCard,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionCard,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionGroupItem{padding:9px!important;border-radius:12px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionSurfaceCardItem{padding:8px!important;border-radius:12px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionGroupHead{padding:10px 10px 6px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionGroupList{padding:8px!important;gap:6px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionLabel{font-size:clamp(.76rem,.82vw,.88rem)!important;line-height:1.22!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionCompactPreview p,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionHint,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerWarnText{font-size:.66rem!important;line-height:1.22!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionInput,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionInputUltra,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerStructuredQuestionInput{min-height:38px!important;padding:8px 10px!important;border-radius:10px!important;font-size:.76rem!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra textarea.desteklerQuestionInput,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra textarea.desteklerQuestionInputUltra,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra textarea.desteklerStructuredQuestionInput{min-height:118px!important;max-height:210px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusTrigger,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionActionBarUltra button{min-height:30px!important;padding:0 8px!important;border-radius:8px!important;font-size:.64rem!important}}@media(min-width:1100px){.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusMainLayout.has-info-note{grid-template-columns:minmax(280px,320px) minmax(0,1fr)!important;gap:4px!important}}@supports (zoom: 1){@media(min-width:1400px){.desteklerRoot.is-standalone-question{overflow-x:hidden!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra.is-standalone{zoom:.84!important;width:calc(100% / .84)!important;max-width:calc(1920px / .84)!important;margin-left:auto!important;margin-right:auto!important;transform-origin:top center!important}}}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionGroupList.is-vertical,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerQuestionGroupList.is-vertical{display:grid!important;grid-template-columns:minmax(0,1fr)!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionGroupList.is-horizontal,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerQuestionGroupList.is-horizontal{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerQuestionGroupList.is-vertical{gap:14px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerQuestionGroupList.is-vertical .desteklerQuestionSurfaceCardItem{padding:18px 20px!important;border:1px solid #dbe5f0!important;border-radius:20px!important;background:linear-gradient(180deg,#fff,#f8fbff)!important;box-shadow:0 12px 28px #0f172a0f!important;display:grid!important;gap:14px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerQuestionGroupList.is-vertical .desteklerQuestionTitleRow{display:flex!important;align-items:flex-start!important;justify-content:flex-start!important;gap:12px!important;margin:0!important;padding-bottom:12px!important;border-bottom:1px solid #e5edf6!important;position:relative!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerQuestionGroupList.is-vertical .desteklerQuestionIndex{display:block!important;flex:1 1 auto!important;min-height:0!important;padding:0!important;border-radius:0!important;background:transparent!important;color:#0f172a!important;font-size:clamp(1rem,1.15vw,1.1rem)!important;font-weight:900!important;line-height:1.45!important;letter-spacing:0!important;text-transform:none!important;box-shadow:none!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerQuestionGroupList.is-vertical .desteklerQuestionIndexInlineMeta{display:block!important;width:100%!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerQuestionGroupList.is-vertical .desteklerQuestionIndexText{display:block!important;min-width:0!important;padding-right:112px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerQuestionGroupList.is-vertical .desteklerQuestionInlineRequired{position:absolute!important;top:50%!important;right:0!important;transform:translateY(-50%)!important;display:inline-flex!important;align-items:center!important;min-height:30px!important;padding:0 11px!important;border-radius:999px!important;background:linear-gradient(135deg,#f97316,#ea580c)!important;color:#fff!important;font-size:.72rem!important;font-weight:800!important;letter-spacing:.04em!important;text-transform:uppercase!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerQuestionGroupList.is-vertical .desteklerStructuredQuestionActionGroup{display:flex!important;align-items:flex-start!important;justify-content:flex-end!important;flex:0 0 auto!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerQuestionGroupList.is-vertical .desteklerRequiredBadge{min-height:30px!important;padding:0 11px!important;border-radius:999px!important;box-shadow:none!important;font-size:.72rem!important;letter-spacing:.04em!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerQuestionGroupList.is-vertical .desteklerQuestionInputFrameUltra{padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerQuestionGroupList.is-vertical .desteklerTextareaControlStack{gap:12px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerQuestionGroupList.is-vertical .desteklerQuestionFieldGuide{margin:0!important;padding:10px 12px!important;border-radius:12px!important;border:1px solid #d6e4f5!important;background:#eff6ff!important;color:#334155!important;font-size:.88rem!important;font-weight:700!important;line-height:1.5!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerQuestionGroupList.is-vertical input.desteklerQuestionInput,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerQuestionGroupList.is-vertical input.desteklerQuestionInputUltra,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerQuestionGroupList.is-vertical select.desteklerQuestionInput,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerQuestionGroupList.is-vertical select.desteklerQuestionInputUltra,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerQuestionGroupList.is-vertical textarea.desteklerQuestionInput,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerQuestionGroupList.is-vertical textarea.desteklerQuestionInputUltra,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerQuestionGroupList.is-vertical textarea.desteklerStructuredQuestionInput{width:100%!important;background:#fff!important;border:1px solid #d6e2ef!important;border-radius:14px!important;color:#0f172a!important;box-shadow:none!important;min-height:58px!important;padding:12px 14px!important;font-size:.96rem!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerQuestionGroupList.is-vertical textarea.desteklerQuestionInput,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerQuestionGroupList.is-vertical textarea.desteklerQuestionInputUltra,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerQuestionGroupList.is-vertical textarea.desteklerStructuredQuestionInput{min-height:138px!important;max-height:280px!important;resize:vertical!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerQuestionGroupList.is-vertical input.desteklerQuestionInput:focus,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerQuestionGroupList.is-vertical input.desteklerQuestionInputUltra:focus,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerQuestionGroupList.is-vertical select.desteklerQuestionInput:focus,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerQuestionGroupList.is-vertical select.desteklerQuestionInputUltra:focus,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerQuestionGroupList.is-vertical textarea.desteklerQuestionInput:focus,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerQuestionGroupList.is-vertical textarea.desteklerQuestionInputUltra:focus,.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerQuestionGroupList.is-vertical textarea.desteklerStructuredQuestionInput:focus{border-color:#f97316!important;box-shadow:0 0 0 4px #f973161f!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerQuestionGroupList.is-vertical .desteklerSubFieldInputActions{margin-top:2px!important;padding-top:10px!important;border-top:1px solid #edf2f7!important;background:transparent!important;justify-content:flex-end!important;gap:8px!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerQuestionGroupList.is-vertical .desteklerTextareaDetailBtn{background:#fff!important;border:1px solid #dbe5f0!important;color:#475569!important;border-radius:10px!important;padding:8px 12px!important;font-size:.78rem!important;font-weight:800!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerQuestionGroupList.is-vertical .desteklerTextareaDetailBtn:hover:not(:disabled){background:#f8fafc!important;border-color:#cbd5e1!important;color:#0f172a!important}.desteklerRoot.is-standalone-question .desteklerQuestionPageUltra .desteklerQuestionFocusBodyPlain .desteklerQuestionGroupList.is-vertical .desteklerStructuredQuestionBtn.generate{min-height:36px!important;padding:0 12px!important;border-radius:10px!important}.desteklerQuestionPageUltra .desteklerQuestionInfoLayout{display:grid;gap:14px;align-items:start}.desteklerQuestionPageUltra .desteklerQuestionInfoMain{min-width:0}.desteklerQuestionPageUltra .desteklerQuestionInfoCard{align-self:start;border-radius:18px;border:1px solid rgba(251,146,60,.18);background:linear-gradient(180deg,#fff,#fffaf4);box-shadow:0 18px 40px #0f172a14;padding:16px 18px;color:#334155}.desteklerQuestionPageUltra .desteklerQuestionInfoEyebrow{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:#fb923c1f;color:#c2410c;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.desteklerQuestionPageUltra .desteklerQuestionInfoCard p{margin:12px 0 0;color:#475569;font-size:.95rem;line-height:1.72;white-space:pre-wrap}@media(min-width:1100px){.desteklerQuestionPageUltra .desteklerQuestionInfoLayout{grid-template-columns:minmax(240px,320px) minmax(0,1fr)}}.desteklerQuestionPageUltra .desteklerQuestionPresencePromptCard{display:grid;gap:14px;padding:18px 20px;border-radius:20px;border:1px solid #fed7aa;background:linear-gradient(180deg,#fffaf2,#fff);box-shadow:0 16px 32px #0f172a14}.desteklerQuestionPageUltra .desteklerQuestionPresencePromptHead{display:grid;gap:6px}.desteklerQuestionPageUltra .desteklerQuestionPresencePromptEyebrow{display:inline-flex;align-items:center;width:fit-content;min-height:28px;padding:0 11px;border-radius:999px;background:#f9731624;color:#c2410c;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.desteklerQuestionPageUltra .desteklerQuestionPresencePromptHead strong{color:#0f172a;font-size:1rem;line-height:1.45}.desteklerQuestionPageUltra .desteklerQuestionPresencePromptHead p{margin:0;color:#475569;font-size:.88rem;line-height:1.6}.desteklerQuestionPageUltra .desteklerQuestionPresencePromptOptions{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.desteklerQuestionPageUltra .desteklerQuestionPresencePromptOption{display:grid;gap:4px;justify-items:start;padding:16px 18px;border-radius:18px;border:1px solid #cbd5e1;background:#fff;color:#0f172a;text-align:left;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease,background .2s ease}.desteklerQuestionPageUltra .desteklerQuestionPresencePromptOption:hover:not(:disabled){border-color:#f97316;box-shadow:0 14px 28px #f9731624;transform:translateY(-1px)}.desteklerQuestionPageUltra .desteklerQuestionPresencePromptOption.is-active{border-color:#f97316;background:linear-gradient(180deg,#fff7ed,#fff);box-shadow:0 14px 28px #f973162e}.desteklerQuestionPageUltra .desteklerQuestionPresencePromptOption.is-negative.is-active{border-color:#0f766e;background:linear-gradient(180deg,#f0fdfa,#fff);box-shadow:0 14px 28px #0f766e29}.desteklerQuestionPageUltra .desteklerQuestionPresencePromptOption span{font-size:.98rem;font-weight:900}.desteklerQuestionPageUltra .desteklerQuestionPresencePromptOption small{color:#64748b;font-size:.78rem;font-weight:700;line-height:1.4}.desteklerQuestionPageUltra .desteklerQuestionPresencePromptEmptyAnswer{display:grid;gap:8px;padding:14px 16px;border-radius:16px;border:1px dashed #0f766e;background:#f0fdfa}.desteklerQuestionPageUltra .desteklerQuestionPresencePromptEmptyAnswer span{color:#115e59;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.desteklerQuestionPageUltra .desteklerQuestionPresencePromptEmptyAnswer p{margin:0;color:#134e4a;font-size:.92rem;line-height:1.6;white-space:pre-wrap}.duyuruHub{--duyuru-ink: #0f172a;--duyuru-soft: #334155;--duyuru-muted: #64748b;--duyuru-line: #dbe4ef;--duyuru-line-soft: #e7edf5;--duyuru-surface: #ffffff;--duyuru-panel-shadow: 0 10px 28px rgba(15, 23, 42, .08);--duyuru-card-shadow: 0 8px 20px rgba(15, 23, 42, .06);--duyuru-card-hover-shadow: 0 16px 28px rgba(15, 23, 42, .12);position:relative;display:grid;gap:16px}.duyuruHub:before,.duyuruHub:after{content:"";position:absolute;border-radius:999px;pointer-events:none;z-index:0}.duyuruHub:before{width:min(42vw,420px);height:min(42vw,420px);top:-140px;right:-120px;background:radial-gradient(circle,#3b82f624,#3b82f600)}.duyuruHub:after{width:min(38vw,380px);height:min(38vw,380px);left:-140px;bottom:-120px;background:radial-gradient(circle,#0ea5e91a,#0ea5e900)}.duyuruHub>*{position:relative;z-index:1}.duyuruHub .anxPanel{border:1px solid var(--duyuru-line);border-radius:22px;background:var(--duyuru-surface);box-shadow:var(--duyuru-panel-shadow)}.duyuruHub .anxPanel.duyuruHero{border:1px solid rgba(255,255,255,.2);background:radial-gradient(circle at 86% 12%,rgba(255,255,255,.2),transparent 32%),radial-gradient(circle at 12% 88%,rgba(255,237,213,.22),transparent 38%),linear-gradient(125deg,#c2410c,#ea580c 48%,#f97316);box-shadow:0 18px 34px #c2410c3d,inset 0 1px #ffffff29}.duyuruHero,.duyuruListPanel{padding:22px}.duyuruHero{display:grid;gap:16px;overflow:hidden}.duyuruHeroTopbar,.duyuruHeroMeta,.duyuruPanelHead,.duyuruCardTop{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.duyuruHeroEyebrow,.duyuruHeroStatus,.duyuruHeroMeta span,.duyuruCardOrder,.duyuruCardTime{min-height:32px;padding:0 12px;display:inline-flex;align-items:center;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.04em}.duyuruHeroEyebrow{color:#f8fafc;border:1px solid rgba(255,255,255,.28);background:#ffffff24}.duyuruHeroStatus,.duyuruHeroMeta span{color:#fff7ed;border:1px solid rgba(255,255,255,.24);background:#ffffff1f}.duyuruHeroMetaCount{background:#f97316!important;border-color:#ffffff57!important;color:#fff!important;box-shadow:0 8px 18px #9a341252}.duyuruHeroStatus{gap:8px}.duyuruHeroStatusDot{width:8px;height:8px;border-radius:999px;background:#4ade80;box-shadow:0 0 0 5px #4ade802e}.duyuruHeroText h3{margin:0;color:#f8fafc;font-family:Sora,Plus Jakarta Sans,sans-serif;font-size:clamp(1.5rem,2.1vw,1.95rem);font-weight:700;line-height:1.14;letter-spacing:-.02em}.duyuruHeroText p{margin:8px 0 0;max-width:760px;color:#fff7edf5;font-size:13px;line-height:1.7}.duyuruListPanel{--duyuru-list-accent: #FF8C00;--duyuru-list-accent-rgb: 255, 140, 0;display:grid;gap:14px;background:linear-gradient(180deg,#fffffffa,#f7fafcf5),radial-gradient(circle at top right,rgba(255,140,0,.08),transparent 34%)}.duyuruPanelHead{padding-bottom:4px}.duyuruPanelHead h4{margin:0;color:var(--duyuru-ink);font-family:Sora,Plus Jakarta Sans,sans-serif;font-size:1.12rem;font-weight:700;letter-spacing:-.02em}.duyuruPanelHead p{margin:6px 0 0;color:var(--duyuru-muted);font-size:12px;line-height:1.62}.duyuruPanelCount{min-height:34px;padding:0 14px;display:inline-flex;align-items:center;border-radius:999px;border:1px solid rgba(var(--duyuru-list-accent-rgb),.26);background:rgba(var(--duyuru-list-accent-rgb),.12);color:var(--duyuru-list-accent);font-size:11px;font-weight:800;letter-spacing:.04em;box-shadow:0 8px 18px rgba(var(--duyuru-list-accent-rgb),.14)}.duyuruList{display:grid;grid-template-columns:1fr;gap:14px}.duyuruCard{--duyuru-accent: var(--duyuru-list-accent);--duyuru-accent-rgb: var(--duyuru-list-accent-rgb);display:grid;grid-template-columns:1fr;gap:0;align-items:stretch}.duyuruCard:hover{transform:none}.duyuruCardTop{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:12px;border-bottom:1px solid rgba(148,163,184,.2)}.duyuruCardMetaInline{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.duyuruCardOrder{width:fit-content;color:var(--duyuru-accent);background:rgba(var(--duyuru-accent-rgb),.1);border:1px solid rgba(var(--duyuru-accent-rgb),.18)}.duyuruCardTime{width:fit-content;color:var(--duyuru-soft);background:#94a3b81a;border:1px solid rgba(148,163,184,.18)}.duyuruCardShell{position:relative;overflow:hidden;min-height:138px;padding:16px 18px;border-radius:18px;border:1px solid rgba(203,213,225,.72);background:linear-gradient(180deg,#fffffffa,#f8fafcf5);box-shadow:var(--duyuru-card-shadow);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.duyuruCardShell:before{content:"";position:absolute;left:0;top:16px;bottom:16px;width:4px;border-radius:999px;background:linear-gradient(180deg,rgba(var(--duyuru-accent-rgb),1),rgba(var(--duyuru-accent-rgb),.42))}.duyuruCard:hover .duyuruCardShell{transform:translateY(-2px);border-color:rgba(var(--duyuru-accent-rgb),.32);box-shadow:var(--duyuru-card-hover-shadow)}.duyuruCardTag{min-height:28px;padding:0 11px;display:inline-flex;align-items:center;border-radius:999px;color:var(--duyuru-accent);background:rgba(var(--duyuru-accent-rgb),.1);border:1px solid rgba(var(--duyuru-accent-rgb),.18);font-size:10px;font-weight:800;letter-spacing:.05em}.duyuruCardBody{margin-top:12px;display:grid;grid-template-columns:1fr;gap:0;align-items:start}.duyuruCardContent{display:grid;gap:7px}.duyuruCardBody h5{margin:0;color:var(--duyuru-ink);font-family:Sora,Plus Jakarta Sans,sans-serif;font-size:1.08rem;font-weight:800;line-height:1.3;letter-spacing:-.02em}.duyuruCardBody p{margin:0;color:var(--duyuru-soft);font-size:13px;line-height:1.72}.duyuruEmptyState{display:grid;grid-template-columns:40px minmax(0,1fr);gap:14px;align-items:start;padding:15px;border-radius:14px;border:1px dashed rgba(148,163,184,.5);background:#fff;color:var(--duyuru-soft)}.duyuruEmptyState strong{display:block;color:var(--duyuru-ink);font-size:13px;font-weight:800}.duyuruEmptyState p{margin:6px 0 0;color:var(--duyuru-soft);font-size:12px;line-height:1.65}@media(max-width:720px){.duyuruHero,.duyuruListPanel{padding:16px}.duyuruHero{border-radius:18px;gap:12px}.duyuruHeroText h3{font-size:1.28rem}.duyuruHeroText p,.duyuruPanelHead p,.duyuruCardBody p,.duyuruEmptyState p{font-size:11px}.duyuruCard{grid-template-columns:1fr;gap:10px}.duyuruCardShell{border-radius:14px}.duyuruCardTop{align-items:flex-start}.duyuruCardShell{min-height:auto;padding:14px 14px 15px}.duyuruCardBody{grid-template-columns:1fr;gap:10px}.duyuruEmptyState{grid-template-columns:1fr}}.gh-page{--gh-border: rgba(15, 23, 42, .08);--gh-border-strong: rgba(194, 65, 17, .18);--gh-surface: #ffffff;--gh-surface-card: #ffffff;--gh-surface-muted: #f8fafc;--gh-surface-hover: #ffffff;--gh-text: #0f172a;--gh-text-soft: #334155;--gh-text-muted: #64748b;--gh-accent: #ff7a18;--gh-accent-deep: #a24110;--gh-success: #027a48;--gh-success-bg: #ecfbf5;--gh-warning: #b45309;--gh-warning-bg: #fff5e8;--gh-danger: #b42318;--gh-danger-bg: #fff1f1;--gh-neutral: #667085;--gh-neutral-bg: #eef2f6;--gh-shadow: 0 12px 30px rgba(15, 23, 42, .08);--gh-table-cols: 84px minmax(240px, 1.45fr) minmax(190px, .95fr) minmax(220px, 1.05fr) minmax(190px, .95fr) 168px 182px;position:relative;display:grid;gap:16px;color:var(--gh-text);background:linear-gradient(180deg,#f7fafc,#f2f6fb)}.gh-page,.gh-page *{box-sizing:border-box}.gh-header,.gh-panel,.gh-empty{border:1px solid var(--gh-border);border-radius:16px;background:var(--gh-surface-card);box-shadow:var(--gh-shadow)}.gh-header{position:relative;min-height:190px;padding:28px;border-radius:26px;border-color:#c2411133;box-shadow:0 22px 40px #c241111f;background:radial-gradient(circle at top right,rgba(255,255,255,.16),transparent 32%),linear-gradient(135deg,#ff7a18,#a24110)}.gh-header:before{content:"";position:absolute;left:0;top:0;right:0;height:2px;border-radius:26px 26px 0 0;background:linear-gradient(90deg,#ffedd5d9,#fff7eda6)}.gh-headerMain{display:flex;align-items:start;justify-content:space-between;gap:20px}.gh-headerCopy{display:grid;gap:10px;min-width:0}.gh-kicker{display:inline-flex;align-items:center;width:fit-content;min-height:28px;padding:0 12px;border-radius:999px;background:#ffffff24;border:1px solid rgba(255,255,255,.2);color:#fff7ed;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.gh-headerCopy h1{margin:0;font-size:clamp(1.65rem,2.8vw,2.2rem);line-height:1.02;letter-spacing:-.04em;font-weight:900;color:#fff}.gh-headerCopy p{margin:0;max-width:58ch;color:#fff7ede0;font-size:14px;line-height:1.65}.gh-headerActions{display:grid;gap:12px;justify-items:end;min-width:320px}.gh-inlineStats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;width:100%}.gh-inlineStat{display:grid;gap:4px;padding:12px;border:1px solid rgba(255,255,255,.2);border-radius:12px;background:#ffffff1f;box-shadow:inset 0 1px #ffffff1f,0 6px 18px #c2411114}.gh-inlineStat span{font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#fff7ede6}.gh-inlineStat strong{font-size:1.1rem;font-weight:900;letter-spacing:-.03em;color:#fff}.gh-refreshBtn,.gh-detailBtn,.gh-wordBtn,.gh-continueBtn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:0 16px;border-radius:10px;font-size:13px;font-weight:800;cursor:pointer;transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease,opacity .16s ease}.gh-refreshBtn:hover,.gh-detailBtn:hover,.gh-wordBtn:hover,.gh-continueBtn:hover{box-shadow:0 8px 18px #0f172a0d}.gh-refreshBtn:disabled,.gh-detailBtn:disabled,.gh-wordBtn:disabled,.gh-continueBtn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.gh-refreshBtn{border:1px solid rgba(255,255,255,.24);background:#ffffff24;color:#fff7ed}.gh-refreshBtn:hover{background:#fff3}.gh-empty{display:flex;align-items:center;gap:10px;min-height:80px;padding:18px 20px;color:var(--gh-text-soft)}.gh-emptyInline{margin:0 18px 18px}.gh-errorBox{border-color:#b423181f;background:var(--gh-danger-bg);color:var(--gh-danger)}.gh-panel{overflow:hidden}.gh-panelHeader{display:flex;align-items:end;justify-content:space-between;gap:18px;padding:20px;border-bottom:1px solid var(--gh-border);background:#fff}.gh-panelTitle{display:grid;gap:4px}.gh-panelTitle h2{margin:0;font-size:1.12rem;line-height:1.15;letter-spacing:-.03em;color:var(--gh-text);font-weight:900}.gh-panelTitle p{margin:0;color:var(--gh-text-soft);font-size:12px;font-weight:700;line-height:1.55}.gh-panelActions{display:flex;align-items:center;gap:10px}.gh-searchField{display:flex;align-items:center;gap:8px;min-width:min(340px,100%);height:42px;padding:0 12px;border:1px solid rgba(15,23,42,.12);border-radius:999px;background:#fff;color:var(--gh-text-soft);box-shadow:0 4px 12px #0f172a0a}.gh-searchField:focus-within{border-color:#ff7a1847;box-shadow:0 0 0 4px #ff7a1814}.gh-searchField input{flex:1;min-width:0;height:100%;border:0;background:transparent;color:var(--gh-text);font:inherit;outline:none}.gh-searchField input::placeholder{color:#97a3b2}.gh-table{padding:18px;background:#fff}.gh-tableHead{display:grid;grid-template-columns:var(--gh-table-cols);gap:10px;align-items:center;padding:13px 16px;border:1px solid rgba(15,23,42,.1);border-radius:12px;background:#fff;color:var(--gh-text-soft);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 6px 16px #0f172a0a}.gh-tableBody{display:grid;gap:10px;margin-top:12px}.gh-rowWrap{display:grid;gap:12px;padding:16px 18px;border:1px solid rgba(15,23,42,.1);border-radius:14px;background:#fff;transition:border-color .16s ease,box-shadow .16s ease;box-shadow:0 8px 20px #0f172a0d}.gh-rowWrap:hover,.gh-rowWrap.is-open{border-color:var(--gh-border-strong);box-shadow:var(--gh-shadow)}.gh-rowWrap.has-error{border-color:#b4231829}.gh-tableRow{display:grid;grid-template-columns:var(--gh-table-cols);gap:10px;align-items:center}.gh-cell{min-width:0;color:var(--gh-text);font-size:13px;font-weight:600;line-height:1.55}.gh-cell-id,.gh-cell-date,.gh-cell-actions{display:flex;align-items:center}.gh-cell-project{display:grid;gap:4px}.gh-cell-project strong{font-size:15px;font-weight:900;line-height:1.35;color:var(--gh-text);word-break:break-word}.gh-cell-project span,.gh-tableRow>.gh-cell>span{color:var(--gh-text-soft);font-weight:700}.gh-cell-status{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.gh-badge,.gh-idPill,.gh-datePill{display:inline-flex;align-items:center;gap:6px;min-height:32px;padding:0 12px;border-radius:999px;border:1px solid var(--gh-border);background:var(--gh-surface);font-size:12px;font-weight:800;white-space:nowrap}.gh-idPill{color:var(--gh-accent-deep);border-color:#ff7a182e;background:#ff7a181f;font-weight:900}.gh-datePill{color:var(--gh-text);background:#fff;border-color:#0f172a1a}.gh-badge-success{color:var(--gh-success);background:var(--gh-success-bg)}.gh-badge-pending{color:var(--gh-warning);background:var(--gh-warning-bg)}.gh-badge-error{color:var(--gh-danger);background:var(--gh-danger-bg)}.gh-badge-neutral{color:var(--gh-neutral);background:var(--gh-neutral-bg)}.gh-cell-actions{gap:8px;justify-content:flex-start;flex-wrap:wrap}.gh-detailBtn{border:1px solid rgba(255,122,24,.18);background:#fff;color:var(--gh-accent-deep)}.gh-detailBtn:hover{background:#fffaf4}.gh-wordBtn{border:1px solid rgba(194,65,17,.18);background:linear-gradient(180deg,var(--gh-accent),#c24110);color:#fff}.gh-wordBtn:hover{background:linear-gradient(180deg,#f6a813,var(--gh-accent-deep))}.gh-continueBtn{border:1px solid rgba(2,122,72,.18);background:#027a4814;color:var(--gh-success)}.gh-continueBtn:hover{background:#027a4824}.gh-detailRow{padding-top:12px;border-top:1px solid var(--gh-border)}.gh-detailGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.gh-detailItem{display:grid;gap:4px;padding:12px 14px;border:1px solid rgba(15,23,42,.1);border-radius:10px;background:#fff}.gh-detailItem span{font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:var(--gh-text-muted)}.gh-detailItem strong{font-size:13px;font-weight:800;line-height:1.55;color:var(--gh-text)}.gh-errorText{display:flex;align-items:start;gap:8px;margin-top:10px;padding:12px 14px;border:1px solid rgba(180,35,24,.12);border-radius:10px;background:var(--gh-danger-bg);color:var(--gh-danger);font-size:13px;line-height:1.6}.spin{animation:ghSpin .9s linear infinite}@keyframes ghSpin{to{transform:rotate(360deg)}}@media(max-width:1320px){.gh-page{--gh-table-cols: 82px minmax(220px, 1.3fr) minmax(170px, .95fr) minmax(200px, 1fr) minmax(180px, .92fr) 160px 176px}}@media(max-width:1120px){.gh-headerMain{flex-direction:column}.gh-headerActions{width:100%;min-width:0;justify-items:stretch}.gh-page{--gh-table-cols: 82px minmax(220px, 1.35fr) minmax(180px, 1fr) minmax(200px, 1fr) minmax(180px, 1fr) 176px}.gh-tableHead,.gh-tableRow{grid-template-columns:var(--gh-table-cols)}.gh-tableHead>:nth-child(6),.gh-tableRow>:nth-child(6){display:none}.gh-detailGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:860px){.gh-inlineStats,.gh-panelHeader,.gh-panelActions{grid-template-columns:1fr;flex-direction:column;align-items:start}.gh-refreshBtn,.gh-searchField{width:100%}.gh-table{padding:14px}.gh-tableHead{display:none}.gh-tableRow{grid-template-columns:1fr;gap:12px}.gh-cell{display:grid;gap:4px}.gh-cell:before{content:attr(data-label);font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:var(--gh-text-muted)}.gh-cell-id,.gh-cell-date,.gh-cell-actions{align-items:start}.gh-cell-actions{flex-wrap:wrap}.gh-detailGrid{grid-template-columns:1fr}}@media(max-width:560px){.gh-page{gap:14px}.gh-header,.gh-panel,.gh-empty{border-radius:14px}.gh-header,.gh-panelHeader,.gh-table,.gh-rowWrap{padding-left:16px;padding-right:16px}.gh-header{padding-top:20px;padding-bottom:20px}.gh-inlineStats{grid-template-columns:repeat(2,minmax(0,1fr))}.gh-headerCopy h1{font-size:1.65rem}.gh-cell-status,.gh-cell-actions{width:100%}.gh-detailBtn,.gh-wordBtn,.gh-continueBtn{flex:1 1 0}}.kpPage{--kp-border: rgba(15, 23, 42, .08);--kp-border-strong: rgba(255, 122, 24, .18);--kp-surface: rgba(255, 255, 255, .96);--kp-surface-soft: rgba(248, 250, 252, .92);--kp-surface-warm: rgba(255, 249, 239, .96);--kp-text: var(--text, #18212f);--kp-text-soft: var(--text-soft, #556171);--kp-text-muted: var(--text-muted, #8792a3);--kp-accent: var(--accent, #ff7a18);--kp-accent-deep: var(--accent-dark, #a24110);--kp-shadow: 0 18px 38px rgba(15, 23, 42, .07);--kp-shadow-soft: 0 10px 22px rgba(15, 23, 42, .05);--kp-shadow-hover: 0 24px 42px rgba(15, 23, 42, .1);position:relative;display:grid;gap:20px;color:var(--kp-text)}.kpPage,.kpPage *{box-sizing:border-box}.kpHero,.kpAlert,.kpLoading,.kpEmpty,.kpCard{border:1px solid var(--kp-border);border-radius:26px;background:var(--kp-surface);box-shadow:var(--kp-shadow)}.kpHero{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:190px;padding:28px;border:1px solid rgba(255,255,255,.14);background:radial-gradient(circle at top right,rgba(255,255,255,.16),transparent 28%),linear-gradient(135deg,#ff7a18,#c24110);box-shadow:0 22px 40px #c241112e,inset 0 1px #ffffff24}.kpHero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:48px 48px;opacity:.05;pointer-events:none}.kpHeroLeft,.kpHeroRight{position:relative;z-index:1}.kpHeroLeft{flex:1;min-width:0;max-width:760px;display:grid;gap:14px}.kpBadge{display:inline-flex;align-items:center;gap:8px;width:fit-content;min-height:32px;padding:0 14px;border-radius:999px;background:#ffffff24;border:1px solid rgba(255,255,255,.2);color:#fff7ed;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.kpHero h1{margin:0;font-size:clamp(2rem,3.2vw,2.9rem);line-height:1.02;letter-spacing:-.05em;color:#fff}.kpHero p{margin:0;max-width:760px;font-size:14px;line-height:1.75;color:#fff8f0e6}.kpHeroRight{min-width:260px;max-width:300px;display:grid;gap:12px;align-self:center}.kpStatCard{display:grid;grid-template-columns:50px minmax(0,1fr);gap:12px;align-items:center;padding:16px;border-radius:20px;background:#ffffff21;border:1px solid rgba(255,255,255,.18);box-shadow:0 12px 22px #7c2d121f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.kpStatIcon{width:50px;height:50px;border-radius:16px;display:grid;place-items:center;background:#ffffff29;border:1px solid rgba(255,255,255,.22);color:#fff}.kpStatLabel{font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#fff7edc2}.kpStatValue{margin-top:4px;font-size:1.75rem;line-height:1;font-weight:900;letter-spacing:-.04em;color:#fff}.kpRefreshBtn,.kpBuyBtn{border:1px solid transparent;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:12px;font-weight:800;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background-color .18s ease,color .18s ease,opacity .18s ease}.kpRefreshBtn{min-height:46px;padding:0 16px;background:#ffffff24;border-color:#ffffff2e;color:#fff;box-shadow:0 14px 24px #7c2d121f}.kpRefreshBtn:hover,.kpBuyBtn:hover{transform:translateY(-1px)}.kpRefreshBtn:hover{background:#fff3;box-shadow:0 18px 28px #7c2d1229}.kpBuyBtn{min-height:46px;width:100%;padding:0 14px;background:linear-gradient(135deg,#a24110,#ff7a18);border:1px solid rgba(255,122,24,.12);color:#fff;box-shadow:0 16px 26px #c2411129}.kpBuyBtn:hover{box-shadow:0 20px 30px #c2411138}.kpBuyBtn:disabled,.kpRefreshBtn:disabled{opacity:.62;cursor:default;transform:none;box-shadow:none}.kpAlert,.kpLoading,.kpEmpty{padding:14px 16px;font-size:13px;font-weight:700}.kpAlertError{border-color:#f973162e;background:#fef2f2f5;color:#c2410c}.kpAlertSuccess{border-color:#16a34a2e;background:#f0fdf4f5;color:#166534}.kpLoading,.kpEmpty{display:flex;align-items:center;justify-content:center;gap:10px;min-height:160px;color:var(--kp-text-soft);background:var(--kp-surface-soft)}.kpGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.kpCard{position:relative;overflow:hidden;display:grid;gap:18px;padding:20px;border-radius:26px;border:1px solid rgba(15,23,42,.07);background:linear-gradient(180deg,#fff,#f8fafcfa);box-shadow:0 16px 34px #0f172a0f,0 2px 8px #0f172a08;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.kpCard:before{content:"";position:absolute;inset:0 0 auto 0;height:4px;background:linear-gradient(90deg,#a24110,#ff7a18);opacity:0;transition:opacity .18s ease}.kpCard:after{content:"";position:absolute;top:-60px;right:-60px;width:140px;height:140px;border-radius:50%;background:radial-gradient(circle,rgba(255,122,24,.12),transparent 70%);pointer-events:none}.kpCard:hover{transform:translateY(-4px);border-color:#ff7a1833;box-shadow:0 24px 40px #0f172a14,0 8px 22px #ff7a1814}.kpCard:hover:before{opacity:1}.kpCardTop{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.kpTitleWrap{min-width:0}.kpTitleWrap h3{margin:0;font-size:1.18rem;font-weight:900;line-height:1.15;letter-spacing:-.035em;color:var(--kp-text)}.kpTitleWrap p{margin:9px 0 0;max-width:34ch;color:var(--kp-text-soft);font-size:12px;line-height:1.65}.kpPrice{flex:0 0 auto;min-height:38px;padding:0 14px;border-radius:999px;display:inline-flex;align-items:center;background:linear-gradient(180deg,#fff7ed,#ffedd5);border:1px solid rgba(255,122,24,.22);color:#0f172a;font-size:12px;font-weight:900;letter-spacing:-.01em;box-shadow:inset 0 1px #ffffffa6}.kpFeatures{display:grid;gap:12px}.kpFeatureItem{position:relative;display:grid;grid-template-columns:20px minmax(0,1fr);gap:12px;align-items:start;padding:13px 14px;border-radius:18px;background:linear-gradient(180deg,#fffffff2,#f8fafceb);border:1px solid rgba(15,23,42,.06);color:var(--kp-text-soft);font-size:12px;line-height:1.55;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease,background-color .18s ease}.kpFeatureItem:hover{transform:translate(2px);border-color:#ff7a182e;background:linear-gradient(180deg,#fff9eff5,#fffffff5);box-shadow:0 10px 20px #0f172a0a}.kpFeatureItem svg{margin-top:2px;color:#a24110}.kpFeatureItem strong{color:var(--kp-text);font-weight:800}.kpFootNote{display:inline-flex;align-items:center;gap:8px;color:var(--kp-text-muted);font-size:11px;font-weight:700;padding-top:2px}.kpFootNote svg{color:var(--kp-accent-deep)}.kpCard.kpCardFeatured{border-color:#ff7a1838;background:linear-gradient(180deg,#fffaf4,#fffffffa);box-shadow:0 24px 44px #c241111a,0 8px 20px #ff7a1814}.kpCard.kpCardFeatured:before{opacity:1}.kpCard.kpCardFeatured .kpPrice{background:linear-gradient(135deg,#a24110,#ff7a18);color:#fff;border-color:transparent;box-shadow:0 12px 22px #c241112e}.kpCardBadge{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:#ff7a181a;color:#b45309;border:1px solid rgba(255,122,24,.18);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.kpSpin{animation:kpSpin .9s linear infinite}@keyframes kpSpin{to{transform:rotate(360deg)}}@media(max-width:1180px){.kpGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:920px){.kpHero{flex-direction:column;align-items:flex-start;padding:24px;min-height:auto;gap:18px}.kpHeroRight{width:100%;min-width:0;max-width:none;grid-template-columns:repeat(2,minmax(0,1fr))}.kpHero h1{font-size:clamp(1.9rem,4.4vw,2.5rem)}.kpHero p{font-size:13px}}@media(max-width:720px){.kpPage{gap:14px}.kpHero,.kpCard,.kpAlert,.kpLoading,.kpEmpty{border-radius:22px}.kpHero,.kpCard{padding:16px}.kpHeroRight,.kpGrid{grid-template-columns:1fr}.kpBadge{min-height:30px;padding:0 12px;font-size:10px}.kpHero h1{font-size:1.8rem}.kpHero p{font-size:12px;line-height:1.65}.kpStatCard{grid-template-columns:46px minmax(0,1fr);padding:14px;border-radius:18px}.kpStatIcon{width:46px;height:46px;border-radius:14px}.kpStatValue{font-size:1.55rem}.kpRefreshBtn,.kpBuyBtn{min-height:42px;font-size:12px}.kpCardTop{flex-direction:column;align-items:flex-start}.kpPrice{min-height:32px;font-size:11px}.kpFeatureItem{padding:12px;border-radius:16px}}.yardimHub{display:grid;gap:16px}.yardimHub .anxPanel.yardimHero{position:relative;overflow:hidden;display:grid;gap:10px;min-height:190px;padding:28px;border-radius:26px;background:radial-gradient(circle at top right,rgba(255,255,255,.16),transparent 28%),linear-gradient(135deg,#ff8c1a,#ff6a00);border:1px solid rgba(255,255,255,.14);box-shadow:0 22px 40px #c241112e,inset 0 1px #ffffff24;color:#fff;isolation:isolate}.yardimHero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);background-size:42px 42px;opacity:.05;pointer-events:none;z-index:0}.yardimHero>*{position:relative;z-index:1}.yardimEyebrow{display:inline-flex;align-items:center;min-height:28px;padding:0 11px;border-radius:999px;background:#ffffff24;border:1px solid rgba(255,255,255,.22);color:#fff7ed;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;width:fit-content}.yardimHero h3{margin:0;font-size:28px;line-height:1.15;letter-spacing:-.03em;color:#fff}.yardimHero p{margin:0;max-width:760px;color:#fff7ede0;line-height:1.7}.yardimGrid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);gap:16px}.yardimCardList,.yardimInfoList{display:grid;gap:12px}.yardimCard,.yardimInfoCard{display:grid;gap:10px;padding:16px;border-radius:18px;background:#ffffffeb;border:1px solid rgba(15,23,42,.08)}.yardimCard strong,.yardimInfoCard strong{display:block;color:var(--text);font-size:16px}.yardimCard p,.yardimInfoCard p{margin:0;color:var(--text-soft);line-height:1.65}.yardimCardBtn{display:inline-flex;align-items:center;gap:6px;min-height:38px;width:fit-content;padding:0 12px;border-radius:10px;border:1px solid rgba(255,122,24,.14);background:#ff7a180f;color:var(--accent-dark);font-weight:700;cursor:pointer}.yardimInfoCard{grid-template-columns:42px minmax(0,1fr);align-items:start}.yardimInfoIcon{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:#ff7a1814;border:1px solid rgba(255,122,24,.14);color:var(--accent-dark)}@media(max-width:992px){.yardimGrid{grid-template-columns:1fr}}@media(max-width:720px){.yardimHub .anxPanel.yardimHero{min-height:auto;padding:20px;border-radius:22px}}.yardimHub{gap:14px}.yardimEyebrow{min-height:24px;padding:0 9px;font-size:10px}.yardimHero h3{font-size:24px}.yardimHero p,.yardimCard p,.yardimInfoCard p{font-size:13px;line-height:1.6}.yardimCard,.yardimInfoCard{padding:14px}.yardimCard strong,.yardimInfoCard strong{font-size:14px}.yardimCardBtn{min-height:34px;padding:0 11px;font-size:12px}.yardimInfoIcon{width:38px;height:38px;border-radius:12px}:root{--sidebar-w: 296px;--anx-shell-scale: 1;--navy-950: #060e1a;--navy-900: #0b1827;--navy-800: #112035;--navy-700: #182d47;--navy-600: #1e3a5c;--navy-500: #255073;--navy-300: #5a8fad;--navy-200: #93b9cc;--navy-100: #cce0ec;--navy-50: #e8f3f9;--gold-600: #b07d00;--gold-500: #c9920a;--gold-400: #d9a824;--gold-300: #e8bf55;--gold-200: #f2d98c;--gold-100: #faefc8;--gold-50: #fdf8e8;--slate-900: #0f172a;--slate-800: #1e293b;--slate-700: #334155;--slate-600: #475569;--slate-500: #64748b;--slate-400: #94a3b8;--slate-300: #cbd5e1;--slate-200: #e2e8f0;--slate-100: #f1f5f9;--slate-50: #f8fafc;--green: #16a34a;--green-bg: #f0fdf4;--green-border: #bbf7d0;--red: #dc2626;--red-bg: #fef2f2;--red-border: #fecaca;--amber: #d97706;--amber-bg: #fffbeb;--amber-border: #fde68a;--sb-bg: linear-gradient(180deg, #ffffff 0%, #f8fafc 58%, #f1f5f9 100%);--sb-border: rgba(15, 23, 42, .08);--sb-text: #18212f;--sb-text-hover: #18212f;--sb-text-active: #8a3d10;--sb-icon-bg: rgba(255, 122, 24, .08);--sb-icon-bg-hover: rgba(255, 122, 24, .14);--sb-icon-bg-active: linear-gradient(135deg, rgba(255, 122, 24, .18), rgba(255, 122, 24, .3));--sb-item-hover: rgba(255, 122, 24, .08);--sb-item-active: linear-gradient(135deg, #fff4e8 0%, #ffd6ad 100%);--sb-section-label: #8792a3;--sb-divider: rgba(15, 23, 42, .08);--bg: #eef2f4;--surface: #ffffff;--surface-strong: rgba(255, 255, 255, .96);--surface-2: var(--slate-50);--border: rgba(15, 23, 42, .08);--text: #18212f;--text-soft: #556171;--text-muted: #8792a3;--accent: #ff7a18;--accent-dark: #a24110;--success: #10b981;--anx-primary: #ff7a18;--anx-accent: #a24110;--anx-ink: #18212f;--anx-muted: #556171;--anx-success: #16a34a;--radius-xl: 24px;--radius-lg: 20px;--radius-md: 14px;--radius-sm: 8px;--container-gap: 14px;--shadow-sm: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 14px rgba(0,0,0,.08), 0 2px 4px rgba(0,0,0,.04);--shadow-lg: 0 10px 30px rgba(0,0,0,.1), 0 4px 8px rgba(0,0,0,.06)}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%;min-height:100%}body{font-family:Plus Jakarta Sans,Segoe UI,sans-serif;background:radial-gradient(circle at 8% 0,rgba(249,115,22,.16),transparent 30%),radial-gradient(circle at 100% 8%,rgba(56,189,248,.14),transparent 28%),linear-gradient(180deg,#fff9f1,#fffefb 48%,#fff);color:var(--text);line-height:1.5}.anxRoot{position:relative;min-height:100svh;height:100svh;padding:10px;overflow:hidden}.anxLayout{position:relative;display:grid;grid-template-columns:var(--sidebar-w) minmax(0,1fr);gap:var(--container-gap);width:100%;height:100%;min-height:100%}@media(min-width:1181px){:root{--sidebar-w: 280px;--container-gap: 10px;--radius-xl: 20px;--radius-lg: 16px;--radius-md: 12px}.anxRoot{padding:8px}.anxSidebarHead{padding:10px 10px 12px}.anxBrand{grid-template-columns:52px minmax(0,1fr);column-gap:12px;padding:13px 14px;min-height:86px;border-radius:18px}.anxBrandLogoWrap{width:52px;height:52px;border-radius:14px}.anxBrand strong{font-size:17px}.anxBrandOrg{font-size:10px}.anxBrandTag{min-height:20px;padding:0 7px;font-size:7px}.anxMenuLabel{padding:14px 16px 6px;font-size:9.5px;font-weight:700;letter-spacing:.14em}.anxNavSection{padding:12px 12px 6px}.anxMenu{padding:4px 8px;gap:6px}.anxMenuBtn{grid-template-columns:34px minmax(0,1fr) 15px;gap:10px;min-height:48px;padding:8px 10px;border-radius:0}.anxMenuIcon{width:34px;height:34px;border-radius:11px}.anxMenuText strong{font-size:13px;font-weight:800}.anxMenuText span{font-size:10.5px;line-height:1.35}.anxSidebarFooter{padding:10px}.anxUserCard{gap:9px;padding:9px 10px}.anxHeader{padding:13px 18px;min-height:68px}.anxHeaderText p{margin-bottom:3px;font-size:10px}.anxHeaderText h2{font-size:19px}.anxHeaderRefresh{min-height:34px;padding:0 12px;font-size:12px}.anxLogoutBtn{min-height:36px;padding:8px 12px;font-size:12px}.anxRoot{--anx-shell-scale: .96}@supports (zoom: 1){.anxLayout{zoom:var(--anx-shell-scale)}}@supports not (zoom: 1){.anxLayout{transform-origin:top left;transform:scale(var(--anx-shell-scale));width:calc(100% / var(--anx-shell-scale));height:calc(100% / var(--anx-shell-scale))}}}.anxSidebarBackdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:24;opacity:0;pointer-events:none;background:#0f172a80;border:none;padding:0;cursor:default;transition:opacity .22s ease}.anxSidebarBackdrop.is-visible{opacity:1;pointer-events:auto}.anxSidebar{position:relative;align-self:stretch;min-height:100%;background:var(--sb-bg);border-radius:22px;border:1px solid var(--sb-border);display:flex;flex-direction:column;overflow:hidden auto;scrollbar-width:none;isolation:isolate;box-shadow:0 14px 28px #0f172a1a,inset 1px 0 #ffffff8c}.anxSidebar::-webkit-scrollbar{display:none}.anxSidebar:before{content:"";position:absolute;top:-80px;right:-80px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(255,122,24,.1) 0%,transparent 65%);pointer-events:none;z-index:0}.anxSidebarGlass{display:none}.anxSidebarHead{position:relative;z-index:1;padding:12px 12px 14px;border-bottom:none;flex-shrink:0}.anxBrand{display:grid;grid-template-columns:58px minmax(0,1fr);align-items:center;column-gap:14px;row-gap:0;padding:15px 16px;border-radius:19px;background:linear-gradient(135deg,#ff7a18,#c75a17 52%,#8a3d10);border:1px solid rgba(255,255,255,.1);min-height:96px;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff29,0 12px 22px #a2411033}.anxBrand>*{position:relative;z-index:1}.anxBrand:before{content:none}.anxBrand:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top right,rgba(255,255,255,.16),transparent 34%),linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px);background-size:auto,42px 42px,42px 42px;opacity:.28;pointer-events:none}.anxBrandLogoWrap{width:58px;height:58px;flex-shrink:0;border-radius:16px;background:#ffffff38;border:1px solid rgba(255,255,255,.28);display:grid;place-items:center;overflow:hidden;box-shadow:inset 0 1px #ffffff29,0 8px 14px #0f172a1a}.anxBrandLogoPlate{width:100%;height:100%;display:grid;place-items:center}.anxBrandLogoPlate img{width:100%;height:100%;padding:4px;object-fit:contain}.anxBrandText{min-width:0;width:100%;display:flex;flex-direction:column;gap:4px}.anxBrand strong{display:block;font-size:18px;font-weight:800;color:#fff;letter-spacing:-.03em;line-height:1.02;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.anxBrandText:after{content:none}.anxBrandMeta{display:flex;flex-wrap:wrap;align-items:center;gap:6px;width:100%;margin-top:0;padding-top:0;border-top:none}.anxBrandOrg{display:block;font-size:10.5px;font-weight:700;color:#fff7edeb;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.anxBrandTag{display:inline-flex;align-items:center;gap:5px;min-height:21px;padding:0 8px;border-radius:999px;background:#fffffff2;box-shadow:none;font-size:7.5px;font-weight:800;color:var(--accent-dark);letter-spacing:.08em}.anxBrandTag:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--accent);flex-shrink:0}.anxSidebarClose{display:none;position:absolute;top:18px;right:18px;z-index:3;width:32px;height:32px;border:1px solid rgba(255,255,255,.2);padding:0;background:#ffffff29;border-radius:12px;color:#fff;cursor:pointer;align-items:center;justify-content:center;transition:background .15s,color .15s}.anxSidebarClose:hover{background:#ffffff3d;color:#fff}.anxMenuToggle{display:none;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;border:1px solid var(--border);background:var(--surface);color:var(--text-soft);cursor:pointer;transition:background .15s,border-color .15s,color .15s}.anxMenuToggle:hover{background:var(--slate-50);border-color:var(--slate-300);color:var(--text)}.anxMenuLabel{position:relative;z-index:1;display:flex;align-items:center;gap:12px;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.16em;color:var(--sb-section-label);padding:18px 20px 10px;flex-shrink:0}.anxMenuLabel:after{content:"";flex:1;height:1px;background:var(--sb-divider)}.anxNavSection{padding:16px 16px 8px;flex-shrink:0;position:relative;z-index:1}.anxNavSectionLabel{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--sb-section-label);display:flex;align-items:center;gap:10px}.anxNavSectionLabel:after{content:"";flex:1;height:1px;background:var(--sb-divider)}.anxMenu{position:relative;z-index:1;display:flex;flex-direction:column;gap:8px;padding:6px 10px;flex-shrink:0}.anxMenuBtn{position:relative;display:grid;grid-template-columns:38px minmax(0,1fr) 16px;align-items:center;gap:12px;width:100%;min-height:56px;padding:10px 12px;background:#fff;border:none;border-radius:0;color:#111;border:1px solid rgba(15,23,42,.08);cursor:pointer;text-align:left;text-shadow:none;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease,color .18s ease;animation:anxMenuEntry .32s cubic-bezier(.22,1,.36,1) both}.anxMenuBtn:before{content:"";position:absolute;left:6px;top:50%;transform:translateY(-50%);height:20px;width:4px;border-radius:0;background:#e26310;opacity:0;transition:opacity .15s ease,height .15s ease}.anxMenuBtn:hover{background:#e26310;border-color:#e26310;box-shadow:0 10px 18px #e2631038;transform:translate(2px);color:#fff}.anxMenuBtn:hover .anxMenuIcon{background:#ffffff1f;color:#fff;border-color:#ffffff5c}.anxMenuBtn.is-active{background:#e26310;border-color:#e26310;box-shadow:0 12px 22px #e263103d;color:#fff}.anxMenuBtn.is-active:before{opacity:1;height:30px}.anxMenuBtn.is-active .anxMenuIcon{background:#ffffff24;color:#fff;border-color:#fff6}.anxMenuBtn.is-active .anxMenuText strong{color:#fff;font-weight:800}.anxMenuBtn:hover .anxMenuText strong{color:#fff}.anxMenuBtn.is-active .anxMenuText span{color:#ffffffd1}.anxMenuIcon{width:38px;height:38px;border-radius:12px;background:#fff;border:1px solid rgba(15,23,42,.12);display:grid;place-items:center;color:#111;flex-shrink:0;box-shadow:inset 0 1px #ffffff61;transition:background .15s,color .15s,border-color .15s}.anxMenuText{min-width:0;display:flex;flex-direction:column;gap:3px}.anxMenuText strong{display:block;font-size:14.25px;font-weight:800;color:var(--text);letter-spacing:-.015em;line-height:1.15;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:color .15s}.anxMenuText span{display:block;font-size:11.5px;line-height:1.35;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;transition:color .15s}.anxMenuBtn:hover .anxMenuText span,.anxMenuBtn.is-active .anxMenuText span{color:#ffffffd1}.anxMenuArrow{flex-shrink:0;color:#111;width:16px;height:16px;transition:color .15s,transform .15s}.anxMenuBtn:hover .anxMenuArrow{color:#fff;transform:translate(1px)}.anxMenuBtn.is-active .anxMenuArrow{color:#fff;transform:translate(2px)}.anxMenuBtn:nth-child(1){animation-delay:.04s}.anxMenuBtn:nth-child(2){animation-delay:.08s}.anxMenuBtn:nth-child(3){animation-delay:.12s}.anxMenuBtn:nth-child(4){animation-delay:.16s}.anxMenuBtn:nth-child(5){animation-delay:.2s}.anxMenuBtn:nth-child(6){animation-delay:.24s}.anxMenuBtn:nth-child(7){animation-delay:.28s}@keyframes anxMenuEntry{0%{opacity:0;transform:translate(-6px)}to{opacity:1;transform:translate(0)}}.anxSidebarFooter{position:relative;z-index:1;margin-top:auto;flex-shrink:0;padding:12px;border-top:1px solid var(--sb-divider);display:grid;gap:8px}.anxUserCard{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:14px;background:linear-gradient(180deg,#ffffffe6,#f8fafceb);border:1px solid rgba(15,23,42,.06);cursor:default}.anxUserCard>span{width:34px;height:34px;flex-shrink:0;border-radius:10px;background:linear-gradient(135deg,#a0460cf5,#782d0af5);border:1px solid rgba(255,255,255,.1);display:grid;place-items:center;font-size:12px;font-weight:700;color:#ffffffe6;letter-spacing:.02em}.anxUserMeta{min-width:0;flex:1}.anxUserCard strong{display:block;font-size:13px;font-weight:600;color:var(--text);letter-spacing:-.01em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.anxUserCard small{display:block;margin-top:2px;font-size:11px;color:var(--text-soft);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.anxLogoutBtn{display:flex;align-items:center;justify-content:center;gap:7px;min-height:40px;padding:9px 14px;background:transparent;border:1px solid rgba(15,23,42,.08);border-radius:12px;color:var(--text-soft);cursor:pointer;font-size:13px;font-weight:500;letter-spacing:.01em;transition:background .15s,border-color .15s,color .15s}.anxLogoutBtn:hover{background:#ff7a1814;border-color:#ff7a182e;color:var(--accent-dark)}.anxMain{display:grid;grid-template-rows:auto minmax(0,1fr);gap:var(--container-gap);min-width:0;min-height:0}.anxMain.is-dashboard{grid-template-rows:minmax(0,1fr);gap:0}.anxMain.is-headerless{grid-template-rows:minmax(0,1fr)}.anxBody{position:relative;min-width:0;min-height:0;overflow:auto;padding-right:0;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:var(--slate-300) transparent}.anxBody::-webkit-scrollbar{width:6px}.anxBody::-webkit-scrollbar-track{background:transparent}.anxBody::-webkit-scrollbar-thumb{background:var(--slate-300);border-radius:3px}.anxBody.is-support{padding-right:0}.anxInlineMenuTools{display:none;justify-content:flex-end;margin-bottom:10px}.anxHeader{position:relative;background:var(--surface);border-radius:var(--radius-md);border:1px solid var(--border);padding:16px 22px;box-shadow:var(--shadow-sm);min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:12px}.anxHeaderGlass{display:none}.anxHeaderText{flex:1}.anxHeaderText p{margin:0 0 4px;font-size:11px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em}.anxHeaderText h2{margin:0;font-size:22px;font-weight:700;color:var(--text);letter-spacing:-.02em}.anxHeaderActions{display:flex;align-items:center;gap:8px}.anxHeaderRefresh{display:inline-flex;align-items:center;gap:7px;min-height:38px;padding:0 14px;border-radius:10px;border:1px solid var(--border);background:var(--surface);color:var(--text-soft);cursor:pointer;font-size:13px;font-weight:500;transition:background .15s,border-color .15s,color .15s,transform .15s}.anxHeaderRefresh:hover{transform:translateY(-1px);background:var(--slate-50);border-color:var(--slate-300);color:var(--text)}.anxDashboard{position:relative;display:flex;flex-direction:column;gap:14px;padding-bottom:8px}.anxPageBusyOverlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:30;display:grid;place-items:center;padding:24px;background:#f8fafc9e;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.anxPageBusyCard{min-width:min(280px,100%);display:grid;justify-items:center;gap:10px;padding:24px 26px;border-radius:24px;border:1px solid rgba(15,23,42,.08);background:#fffffff5;box-shadow:0 24px 44px #0f172a1f,inset 0 1px #ffffffeb;text-align:center}.anxPageBusyCard strong{color:var(--text);font-size:15px;font-weight:800;letter-spacing:-.02em}.anxPageBusyCard span:last-child{color:var(--text-soft);font-size:12px;line-height:1.5}.anxPageBusySpinner{width:44px;height:44px;border-radius:50%;border:3px solid rgba(255,122,24,.16);border-top-color:var(--accent);animation:anxPageBusySpin .8s linear infinite}@keyframes anxPageBusySpin{to{transform:rotate(360deg)}}.anxHeroCard{position:relative;overflow:hidden;min-height:274px;display:flex;align-items:stretch;background:linear-gradient(135deg,#f4f7fafa,#ecf2f7fa);border-radius:var(--radius-xl);border:1px solid rgba(15,23,42,.1);padding:20px;box-shadow:0 12px 24px #0f172a0f}.anxHeroCard:before{content:none}.anxHeroBackground{position:absolute;top:0;right:0;bottom:0;left:50%;z-index:0;overflow:hidden}.anxHeroBackground:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(226,232,240,.24),transparent 36%,rgba(15,23,42,.12) 100%)}.anxHeroBackground img{width:100%;height:100%;object-fit:cover;object-position:center right;filter:grayscale(.04);opacity:.94}.anxHeroOverlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,#f1f5f9fa,#f1f5f9f0 30%,#f1f5f9b8 48%,#e2e8f029 68%,#f8fafc00)}.anxHeroMediaCaption{position:absolute;right:16px;bottom:16px;z-index:2;width:min(250px,calc(50% - 36px));padding:12px 14px;border-radius:14px;background:#0f1c2ed1;border:1px solid rgba(255,255,255,.1);box-shadow:0 12px 24px #0f172a24;color:#fff;overflow:hidden}.anxHeroMediaCaption:before{content:"";position:absolute;inset:0 0 auto;height:1px;background:linear-gradient(90deg,rgba(255,255,255,.3),transparent)}.anxHeroMediaCaptionTag{display:inline-flex;align-items:center;min-height:26px;padding:0 9px;border-radius:999px;background:#ffffff1a;border:1px solid rgba(255,255,255,.12);font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#ffffffd1}.anxHeroMediaCaptionLead{display:block;margin-top:10px;font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#ffffff8f}.anxHeroMediaCaption strong{display:block;margin-top:7px;font-size:14px;font-weight:800;letter-spacing:-.02em;line-height:1.25}.anxHeroMediaCaption p{margin:7px 0 0;font-size:10.5px;line-height:1.45;color:#fffc}.anxHeroMediaCaptionFoot{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.anxHeroMediaCaptionFoot span{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border-radius:999px;background:#ffffff14;border:1px solid rgba(255,255,255,.1);font-size:10px;font-weight:700;color:#ffffffd1}.anxHeroBlur,.anxHeroGridLine{display:none}.anxHeroContent{position:relative;z-index:3;width:100%;display:flex;flex-direction:column;justify-content:flex-start;min-height:226px}.anxHeroToolbar{position:absolute;top:0;right:0;z-index:4;display:flex;justify-content:flex-end;margin-bottom:0}.anxHeroLeft{width:100%;max-width:560px;padding-top:0}.anxHeroLogoBlock{position:absolute;top:50px;right:0;width:72px;height:72px;display:grid;place-items:center;border-radius:18px;background:#0f172a;border:1px solid rgba(255,255,255,.1);box-shadow:0 10px 20px #0f172a2e;overflow:hidden;z-index:2}.anxHeroLogoBlock img{width:100%;height:100%;object-fit:contain;padding:7px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.18))}.anxHeroBadgeRow{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding-right:0;margin-top:2px}.anxHeroBadgeRow .anxChip{width:fit-content;max-width:100%}.anxChip{display:inline-flex;align-items:center;gap:7px;min-height:28px;padding:0 10px;border-radius:999px;background:#f1f5f9f5;color:var(--accent-dark);border:1px solid rgba(15,23,42,.1);font-size:10px;font-weight:600;letter-spacing:.02em}.anxChip.is-soft{background:#ff7a181a;color:var(--accent-dark);border-color:#ff7a1829}.anxHeroText{margin-top:12px}.anxHeroEyebrow{display:inline-block;margin-bottom:8px;font-size:9px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--accent-dark)}.anxHeroText h1{margin:0;max-width:620px;font-size:clamp(21px,2vw,29px);line-height:1.16;font-weight:800;letter-spacing:-.03em;color:var(--text)}.anxHeroText p{margin:12px 0 0;max-width:560px;font-size:12.5px;line-height:1.58;color:var(--text-soft)}.anxHeroActions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.anxPrimaryBtn{display:inline-flex;align-items:center;gap:7px;min-height:42px;padding:0 16px;border-radius:12px;background:var(--accent);border:1px solid rgba(194,65,17,.18);color:#fff;font-size:12px;font-weight:700;cursor:pointer;box-shadow:0 8px 18px #c2410c24;transition:background .18s,transform .18s,border-color .18s,box-shadow .18s}.anxPrimaryBtn:hover{transform:translateY(-1px);background:var(--accent-dark);border-color:#c241113d;box-shadow:0 10px 18px #c2410c29}.anxGhostBtn{display:inline-flex;align-items:center;gap:7px;min-height:42px;padding:0 16px;border-radius:12px;background:#f1f5f9f5;border:1px solid rgba(15,23,42,.12);color:var(--text);font-size:12px;font-weight:700;cursor:pointer;box-shadow:none;transition:background .18s,border-color .18s,color .18s,transform .18s,box-shadow .18s}.anxGhostBtn:hover{background:#e2e8f0eb;color:var(--accent-dark);border-color:#ff7a182e;box-shadow:none}.anxOverviewGrid{display:grid;grid-template-columns:minmax(0,1.42fr) minmax(320px,.86fr);gap:14px}.anxDashboard .anxPanel{background:linear-gradient(180deg,#f8fafcfa,#f1f5f9f5);border-radius:var(--radius-lg);border:1px solid rgba(15,23,42,.1);padding:16px;box-shadow:0 8px 18px #0f172a0d}.anxSectionHead{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid rgba(226,232,240,.92);gap:10px}.anxSectionHead h4{margin:0;font-size:16px;font-weight:800;letter-spacing:-.02em;color:var(--text)}.anxSectionHead p{margin:4px 0 0;font-size:11.5px;font-weight:400;color:var(--text-muted)}.anxStatGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.anxStatCard{min-height:118px;background:linear-gradient(180deg,#f8fafcf5,#f1f5f9eb);border-radius:14px;padding:14px;border:1px solid rgba(203,213,225,.92);box-shadow:0 8px 18px #0f172a0a;transition:box-shadow .18s,border-color .18s,transform .18s}.anxStatCard:before{content:none}.anxStatCard:hover{border-color:#94a3b86b;box-shadow:0 12px 22px #0f172a14}.anxStatTop{display:flex;align-items:center;gap:8px;font-size:11.5px;font-weight:700;color:var(--slate-600)}.anxStatIcon{width:30px;height:30px;background:#ff7a181a;border-radius:10px;display:grid;place-items:center;color:var(--accent-dark);border:1px solid rgba(255,122,24,.18);flex-shrink:0}.anxStatCard:nth-child(2) .anxStatIcon{background:#ff7a181a;border-color:#ff7a182e;color:var(--accent-dark)}.anxStatCard:nth-child(3) .anxStatIcon{background:#ff7a181a;border-color:#ff7a182e;color:var(--accent-dark)}.anxStatCard:nth-child(4) .anxStatIcon{background:#ff7a181a;border-color:#ff7a182e;color:var(--accent-dark)}.anxStatValue{display:block;margin-top:12px;font-size:24px;font-weight:800;color:var(--text);letter-spacing:-.03em}.anxStatNote{display:block;font-size:10.5px;font-weight:400;color:var(--text-muted);margin-top:6px;line-height:1.45}.anxInfoTable{display:grid;grid-template-columns:1fr;gap:8px;margin-top:14px}.anxInfoRow{display:grid;grid-template-columns:minmax(0,1fr);align-items:flex-start;gap:6px;min-height:0;padding:11px 12px;background:#f1f5f9eb;border-radius:12px;border:1px solid rgba(203,213,225,.92);box-shadow:none;transition:background .12s,border-color .18s}.anxInfoRow:hover{background:#f8fafcfa;border-color:#ff7a1824}.anxInfoKey{display:flex;align-items:center;gap:8px;font-size:11.5px;font-weight:600;color:var(--text-soft);min-width:0}.anxInfoIcon{width:28px;height:28px;background:#ff7a1817;border-radius:9px;display:grid;place-items:center;color:var(--accent-dark);border:1px solid rgba(255,122,24,.14);flex-shrink:0}.anxInfoValue{font-size:12px;font-weight:700;color:var(--text);text-align:left;word-break:break-word}.anxNoticePanel{background:linear-gradient(180deg,#f6f8fbfa,#eff4f8f5);border-color:#0f172a1a}.anxNoticePanel:before{content:none}.anxNoticePanelHead,.anxNoticeStack{position:static}.anxNoticePanelBadge{display:inline-flex;align-items:center;gap:7px;min-height:28px;padding:0 10px;border-radius:999px;background:#ff7a1814;border:1px solid rgba(255,122,24,.12);font-size:10px;font-weight:700;color:var(--accent-dark);white-space:nowrap;flex-shrink:0}.anxNoticeStack{display:grid;gap:10px}.anxNoticeLead{border-radius:16px;padding:14px;color:#fff;border:1px solid rgba(255,255,255,.14);box-shadow:0 8px 18px #0f172a14}.anxNoticeLead:before{content:none}.anxNoticeLead:after{content:none}.anxNoticeLead.is-primary{background:linear-gradient(135deg,#e26310,#c24110)}.anxNoticeLead.is-cyan{background:linear-gradient(135deg,#c75a17,#9a3412)}.anxNoticeLead.is-slate{background:linear-gradient(135deg,#475569,#334155)}.anxNoticeLeadTop,.anxNoticeLeadBody,.anxNoticeLeadFoot{position:relative;z-index:1}.anxNoticeLeadTop{display:flex;align-items:center;justify-content:space-between;gap:8px}.anxNoticeLeadTag{display:inline-flex;align-items:center;gap:6px;min-height:26px;padding:0 9px;border-radius:999px;background:#ffffff1f;border:1px solid rgba(255,255,255,.16);font-size:9px;font-weight:700;color:#fff}.anxNoticeLeadTime{font-size:9.5px;font-weight:700;color:#ffffffc7;letter-spacing:.05em;text-transform:uppercase}.anxNoticeLeadBody{margin-top:14px}.anxNoticeLeadEyebrow{display:inline-block;margin-bottom:6px;font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#ffffffb3}.anxNoticeLead h5{margin:0;font-size:16px;font-weight:800;letter-spacing:-.025em;color:#fff;line-height:1.3}.anxNoticeLead p{margin:10px 0 0;font-size:11.5px;line-height:1.5;color:#ffffffe0}.anxNoticeLeadFoot{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;margin-top:14px;padding-top:10px;border-top:1px solid rgba(255,255,255,.14)}.anxNoticeLeadMetric span{display:block;font-size:9px;color:#ffffffa8;margin-bottom:4px}.anxNoticeLeadMetric strong{display:block;font-size:12px;font-weight:700;color:#fff}.anxNoticeLeadLink{display:inline-flex;align-items:center;gap:6px;min-height:34px;padding:0 12px;border:1px solid rgba(255,255,255,.18);border-radius:12px;background:#ffffff14;color:#fff;cursor:pointer;font-size:11px;font-weight:600;transition:background .18s,border-color .18s}.anxNoticeLeadLink:hover{background:#ffffff29;border-color:#ffffff38}.anxNoticeList{display:grid;gap:10px}.anxNoticeList{gap:10px}.anxNoticeCard{position:relative;overflow:hidden;background:linear-gradient(180deg,#f8fafcf5,#f1f5f9f0);border-radius:15px;padding:13px;border:1px solid rgba(203,213,225,.92);box-shadow:0 8px 18px #0f172a0a;transition:transform .18s,box-shadow .18s,border-color .18s}.anxNoticeCard:hover{transform:translateY(-2px);border-color:#ff7a1829;box-shadow:0 16px 28px #0f172a17}.anxNoticeCard:before{content:"";position:absolute;left:0;top:16px;bottom:16px;width:3px;border-radius:0 2px 2px 0;background:var(--accent)}.anxNoticeCard.is-cyan:before{background:var(--accent-dark)}.anxNoticeCard.is-slate:before{background:var(--slate-500)}.anxNoticeMeta{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;gap:10px}.anxNoticeTag{display:inline-flex;align-items:center;gap:6px;min-height:24px;padding:0 8px;background:#ff7a1814;border-radius:999px;font-size:9px;font-weight:700;color:var(--accent-dark);border:1px solid rgba(255,122,24,.14)}.anxNoticeCard.is-slate .anxNoticeTag{background:#47556914;color:var(--slate-700);border-color:#47556924}.anxNoticeTime{font-size:9.5px;color:var(--text-muted);font-weight:600}.anxNoticeCardBody{display:grid;grid-template-columns:36px minmax(0,1fr);gap:10px;align-items:flex-start}.anxNoticeIndex{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:#ff7a1814;border:1px solid rgba(255,122,24,.14);color:var(--accent-dark);font-size:11px;font-weight:800}.anxNoticeCard.is-slate .anxNoticeIndex{background:#47556914;border-color:#47556924;color:var(--slate-700)}.anxNoticeCardContent strong{display:inline-block;margin-bottom:4px;font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.anxNoticeCardContent h5{margin:0;font-size:13px;font-weight:700;color:var(--text);line-height:1.35}.anxNoticeCardContent p{margin:6px 0 0;font-size:11.5px;color:var(--text-soft);line-height:1.55}.anxNoticeCardFoot{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:12px;padding-top:10px;border-top:1px solid var(--border);font-size:10px;font-weight:600;color:var(--text-soft)}.anxNoticeCardFoot svg{flex-shrink:0;color:var(--accent-dark)}.anxNoticeCard.is-slate .anxNoticeCardFoot svg{color:var(--slate-600)}@media(max-width:1280px){:root{--sidebar-w: 276px}}@media(max-width:1024px){.anxRoot{height:auto;overflow:visible}.anxLayout{grid-template-columns:1fr;height:auto;min-height:auto}.anxSidebar{position:fixed;top:10px;left:10px;bottom:10px;z-index:40;width:min(320px,calc(100vw - 20px));max-width:calc(100vw - 20px);min-height:0;max-height:calc(100svh - 20px);border-radius:22px;transform:translate(calc(-100% - 20px));opacity:0;visibility:hidden;pointer-events:none;transition:transform .22s ease,opacity .22s ease,visibility .22s;box-shadow:0 30px 80px #00000061}.anxSidebarGlass{display:block}.anxSidebar.is-mobile-open{transform:translate(0);opacity:1;visibility:visible;pointer-events:auto}.anxSidebarClose{display:inline-flex}.anxSidebarHead .anxBrand{padding-right:58px}.anxMenuToggle{display:inline-flex}.anxOverviewGrid{grid-template-columns:1fr}.anxBody{overflow:visible}.anxMain{position:relative;z-index:1}.anxInlineMenuTools{display:flex;position:absolute;top:12px;right:12px;z-index:8;margin-bottom:0}}@media(max-width:768px){.anxRoot{padding:10px}.anxSidebar{padding:14px}.anxSidebarHead{padding:14px 14px 12px}.anxSidebarHead .anxBrand{grid-template-columns:52px minmax(0,1fr);column-gap:12px;min-height:86px;padding:14px 48px 14px 14px}.anxBrandLogoWrap{width:52px;height:52px;border-radius:14px}.anxBrand strong{font-size:17px}.anxBrandOrg{font-size:10.5px}.anxBrandTag{min-height:21px;padding:0 8px;font-size:7.5px}.anxInlineMenuTools{top:10px;right:10px}.anxHeroCard{min-height:240px;padding:18px 16px;border-radius:18px}.anxHeroContent{min-height:240px}.anxHeroLogoBlock{top:42px;right:0;width:60px;height:60px;border-radius:15px}.anxHeroBadgeRow{padding-right:0}.anxHeroLeft{max-width:100%;padding:0;border-radius:0}.anxHeroText h1{font-size:20px}.anxHeroText p{font-size:12px}.anxHeroMediaCaption{display:none}.anxPrimaryBtn,.anxGhostBtn{width:100%;justify-content:center}.anxStatGrid{grid-template-columns:1fr}.anxStatCard{min-height:auto}.anxInfoTable{grid-template-columns:1fr}.anxPanel,.anxNoticeLead,.anxNoticeCard{border-radius:16px}.anxNoticeCardBody{grid-template-columns:1fr}.anxNoticeLeadFoot{flex-direction:column;align-items:stretch}.anxNoticeLeadLink{width:100%;justify-content:center}}@keyframes spin{to{transform:rotate(360deg)}}.is-spinning{animation:spin .8s linear infinite}.login-page{--left-panel-photo: url(/auth-bg.jpg);--fs-chip: 11px;--fs-eyebrow: 12px;--fs-left-title: clamp(1.9rem, 3.9vw, 3.15rem);--fs-left-body: clamp(.98rem, 1.3vw, 1.08rem);--fs-feature-title: 1.02rem;--fs-feature-text: .92rem;--fs-mini-chip: .73rem;--fs-main-title: clamp(1.72rem, 2.1vw, 2.3rem);--fs-main-body: .98rem;--fs-label: .79rem;--fs-input: .97rem;--fs-helper: .9rem;--fs-button: 1.08rem;color:#0f172a}.auth-page,.auth-page *{box-sizing:border-box}.login-page{--left-panel-photo: url(/auth-bg.jpg);--fs-chip: 11px;--fs-eyebrow: 12px;--fs-left-title: clamp(1.9rem, 3.9vw, 3.15rem);--fs-left-body: clamp(.98rem, 1.3vw, 1.08rem);--fs-feature-title: 1.02rem;--fs-feature-text: .92rem;--fs-mini-chip: .73rem;--fs-main-title: clamp(1.72rem, 2.1vw, 2.3rem);--fs-main-body: .98rem;--fs-label: .79rem;--fs-input: .97rem;--fs-helper: .9rem;--fs-button: 1.08rem;color:#0f172a}.auth-page{--text-main: #0f172a;--text-soft: #64748b;--teal-strong: #2563eb;--line: rgba(96, 165, 250, .26);--field-bg: rgba(239, 246, 255, .9);position:relative;width:100%;min-height:100dvh;height:100dvh;margin:0;padding:0;overflow:hidden;font-family:Plus Jakarta Sans,sans-serif;color:var(--text-main);background:radial-gradient(1000px 700px at -15% -10%,rgba(59,130,246,.24),transparent 70%),radial-gradient(850px 540px at 110% 8%,rgba(37,99,235,.24),transparent 70%),linear-gradient(135deg,#eff6ff,#f8fbff 45%,#dbeafe)}.auth-page:before,.auth-page:after{display:none}.auth-shell{position:relative;z-index:2;width:100%;min-height:100dvh;height:100%;margin:0;border:none;border-radius:0;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);background:#f8fbffcc;box-shadow:0 30px 80px #2563eb1f;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.left-side{position:relative;min-height:100dvh;height:100dvh;padding:clamp(26px,4vw,48px);display:grid;grid-template-rows:auto 1fr auto;color:#f2f8ff;isolation:isolate;animation:revealLeft .8s cubic-bezier(.22,1,.36,1);background-image:var(--left-panel-photo);background-size:cover;background-position:center;background-repeat:no-repeat}.left-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(145deg,#0f172aeb,#1e293bd1 44%,#3b82f694);pointer-events:none;z-index:1}.left-glow{display:block;position:absolute;inset:auto auto -18% -10%;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,#60a5fa57,#60a5fa00);filter:blur(10px);z-index:2;pointer-events:none;animation:floatGlow 9s ease-in-out infinite}.left-top,.left-center,.left-bottom{position:relative;z-index:3}.left-top{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:14px;width:100%;margin:0}.auth-logo{width:clamp(122px,13vw,176px);height:auto;display:block;object-fit:contain;border:none;border-radius:0;padding:0;background:transparent;box-shadow:none;filter:drop-shadow(0 12px 24px rgba(15,23,42,.24))}.brand-chip{margin-left:auto;padding:9px 16px;border-radius:999px;border:1px solid rgba(191,219,254,.42);background:#eff6ff29;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);color:#f8fbfff5;font-size:var(--fs-chip);font-weight:600;letter-spacing:.11em;line-height:1;text-transform:uppercase;white-space:nowrap;box-shadow:0 10px 30px #2563eb26}.left-center{width:min(560px,100%);max-width:560px;margin:0;align-self:center;justify-self:start;display:flex;flex-direction:column;justify-content:center;text-align:left;animation:revealLeft .9s cubic-bezier(.22,1,.36,1)}.left-eyebrow{margin:0 0 10px;font-size:var(--fs-eyebrow);font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#dbeafedb}.left-center h2{margin:0 0 14px;font-family:Sora,sans-serif;font-size:var(--fs-left-title);line-height:1.08;font-weight:700;letter-spacing:-.03em;white-space:nowrap}.left-description{margin:0 0 22px;max-width:56ch;font-size:var(--fs-left-body);line-height:1.7;color:#e2e8f0f0}.feature-list{margin:0;padding:0;list-style:none;display:grid;gap:10px;width:min(540px,100%)}.feature-list li{padding:12px 14px;border-radius:18px;border:1px solid rgba(191,219,254,.24);background:linear-gradient(180deg,#ffffff24,#dbeafe1a);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:grid;gap:3px;transform:translateY(18px);opacity:0;animation:itemRise .7s cubic-bezier(.22,1,.36,1) forwards;box-shadow:0 14px 30px #2563eb1f}.feature-list li:nth-child(1){animation-delay:.14s}.feature-list li:nth-child(2){animation-delay:.22s}.feature-list li:nth-child(3){animation-delay:.3s}.feature-list strong{font-size:var(--fs-feature-title);line-height:1.2;font-weight:700;color:#fff}.feature-list span{font-size:var(--fs-feature-text);line-height:1.42;color:#e2e8f0e6}.left-bottom{width:min(560px,100%);margin-top:0;justify-self:start;align-self:end;padding-top:18px}.left-bottom p{margin:0 0 16px;font-size:.99rem;line-height:1.4;color:#dbeafe;font-weight:600}.left-mini-text{display:flex;flex-wrap:wrap;gap:8px}.left-mini-text span{padding:7px 11px;border-radius:999px;border:1px solid rgba(191,219,254,.24);background:#eff6ff24;color:#e2e8f0eb;font-size:var(--fs-mini-chip);font-weight:600;letter-spacing:.04em;line-height:1}.right-side{min-height:100dvh;height:100dvh;padding:0;display:flex;justify-content:stretch;align-items:stretch;overflow-y:auto;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable;background:radial-gradient(520px 320px at 88% 12%,rgba(96,165,250,.16),transparent 72%),linear-gradient(180deg,#f8fbfff5,#eff6ffe0);animation:revealRight .82s cubic-bezier(.22,1,.36,1)}.form-card{width:100%;min-height:100%;height:auto;padding:clamp(26px,3.8vw,52px);display:flex;flex-direction:column;justify-content:flex-start;overflow-y:visible;border-radius:0;border:1px solid rgba(96,165,250,.16);background:linear-gradient(180deg,#fffffff0,#f1f7fff0);box-shadow:inset 0 1px #ffffffb8;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.form-card>*{width:100%;max-width:none;margin-left:0;margin-right:0}.login-hero-card{margin:0 0 16px;min-height:0;border-radius:26px;border:1px solid rgba(96,165,250,.2);background:radial-gradient(circle at top,rgba(251,191,36,.14),transparent 58%),linear-gradient(180deg,#fffffff2,#eff6ffe6);display:flex;align-items:center;justify-content:center;padding:12px;box-shadow:0 24px 40px #2563eb1a;animation:revealRight .95s cubic-bezier(.22,1,.36,1)}.login-lottie-stage{width:100%;min-height:clamp(205px,26vh,300px);display:flex;align-items:center;justify-content:center;animation:floatGlow 8s ease-in-out infinite}.login-lottie{width:100%;max-width:340px;height:clamp(180px,21vw,255px)}.login-hero-placeholder{color:#64748b;font-size:.95rem;font-weight:700}.form-card h1,.form-card .form-intro,.form-card form{width:100%;max-width:none;margin-left:0;margin-right:0}.form-card h1{margin:0;font-family:Sora,sans-serif;font-size:var(--fs-main-title);line-height:1.1;font-weight:700;letter-spacing:-.02em;color:#0f172a;animation:revealRight .72s cubic-bezier(.22,1,.36,1)}.form-intro{margin:8px 0 16px;color:var(--text-soft);font-size:var(--fs-main-body);line-height:1.55;font-weight:500;max-width:62ch;animation:revealRight .8s cubic-bezier(.22,1,.36,1)}.login-auth-form{margin-top:2px;animation:revealRight .92s cubic-bezier(.22,1,.36,1)}.login-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px 15px}.input-group{display:grid}.input-group.full{grid-column:1 / -1}.input-group label{display:block;margin-bottom:7px;font-size:var(--fs-label);font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#000}.input-group input{width:100%;min-height:48px;padding:0 14px;border-radius:12px;border:1px solid var(--line);background:#fff;color:#000;font-size:var(--fs-input);font-weight:700;-webkit-text-fill-color:#000000;outline:none;transition:transform .22s ease,border-color .25s ease,box-shadow .25s ease,background-color .25s ease}.input-group input::placeholder{color:#111827;font-weight:700;opacity:.72}.input-group input:hover:not(:disabled){border-color:#3b82f657;background:#fff}.input-group input:focus{border-color:var(--teal-strong);box-shadow:0 0 0 4px #3b82f629;background:#fff;transform:translateY(-1px)}.input-group input:-webkit-autofill,.input-group input:-webkit-autofill:hover,.input-group input:-webkit-autofill:focus{-webkit-text-fill-color:#000000;box-shadow:0 0 0 1000px #fff inset;transition:background-color 5000s ease-in-out 0s}.input-group input:disabled{opacity:.72;cursor:not-allowed}.password-row{display:grid;grid-template-columns:minmax(0,1fr) 84px;gap:10px}.pw-toggle{min-height:48px;padding:0 14px;border-radius:14px;border:1px solid rgba(37,99,235,.28);background:linear-gradient(180deg,#fff,#dbeafe);color:#1e3a8a;font-size:.95rem;font-weight:800;letter-spacing:.03em;cursor:pointer;box-shadow:0 12px 24px #2563eb1f;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}.pw-toggle:hover:not(:disabled){border-color:#2563eb80;color:#172554;background:linear-gradient(180deg,#fff,#bfdbfe);box-shadow:0 16px 30px #2563eb2e;transform:translateY(-1px)}.pw-toggle:disabled{opacity:.55;cursor:not-allowed}.form-options{margin-top:10px;display:flex;align-items:center;justify-content:space-between;gap:12px}.remember-me{display:inline-flex;align-items:center;gap:8px;color:#475569;font-size:.89rem;font-weight:700;cursor:pointer}.remember-me input{width:16px;height:16px;accent-color:#2563eb;margin:0}.forgot-btn{border:1px solid rgba(37,99,235,.18);background:#dbeafea6;color:#1e3a8a;font-size:.89rem;font-weight:800;cursor:pointer;padding:8px 12px;border-radius:999px;box-shadow:0 8px 18px #2563eb14;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}.forgot-btn:hover:not(:disabled){color:#172554;background:#bfdbfeeb;border-color:#2563eb4d;box-shadow:0 12px 24px #2563eb1f;transform:translateY(-1px)}.auth-notice{position:relative;margin-top:10px;padding:10px 12px 14px;border-radius:12px;border:1px solid transparent;display:grid;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:10px;overflow:hidden;animation:noticeIn .28s cubic-bezier(.22,1,.36,1)}.auth-notice-icon{width:22px;height:22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:800;line-height:1;letter-spacing:.01em}.auth-notice-text{font-size:.82rem;font-weight:700;line-height:1.45}.auth-notice-progress{position:absolute;left:0;bottom:0;width:100%;height:3px;opacity:.35;transform-origin:left center;animation:noticeProgress 3.8s linear forwards}.auth-notice-error{color:#b42318;border-color:#fecaca;background:#fef2f2}.auth-notice-error .auth-notice-icon{color:#9a3412;background:#fee2e2}.auth-notice-error .auth-notice-progress{background:#f97316}.auth-notice-success{color:#1d4ed8;border-color:#93c5fd;background:#eff6ff}.auth-notice-success .auth-notice-icon{color:#1d4ed8;background:#dbeafe}.auth-notice-success .auth-notice-progress{background:#3b82f6}.login-action-stack{margin-top:12px;display:grid;grid-template-columns:1fr;gap:10px}.btn-loading-content{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:0}.cycle-progress{width:18px;height:18px;border-radius:50%;border:2px solid rgba(255,255,255,.32);border-top-color:#fff;animation:cycleSpin .8s linear infinite;flex-shrink:0}.cycle-progress-dark{border-color:#2563eb29;border-top-color:#1d4ed8}.login-primary-btn{margin-top:0;min-height:56px;padding:14px 20px;border:1px solid rgba(30,64,175,.26);border-radius:18px;background:linear-gradient(135deg,#1e3a8a,#2563eb 46%,#38bdf8);color:#fff;font-size:var(--fs-button);font-weight:800;letter-spacing:.03em;text-transform:uppercase;cursor:pointer;box-shadow:0 18px 34px #2563eb47,inset 0 1px #ffffff3d;transition:transform .22s ease,box-shadow .22s ease,filter .22s ease,border-color .22s ease}.login-primary-btn:hover:not(:disabled){transform:translateY(-2px) scale(1.01);box-shadow:0 24px 44px #2563eb57,inset 0 1px #ffffff47;filter:saturate(1.08) brightness(1.03)}.login-primary-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 14px 24px #2563eb38}.secondary-auth-btn{width:100%;min-height:56px;border-radius:18px;border:2px solid rgba(37,99,235,.64);background:linear-gradient(180deg,#fff,#eff6ff);color:#1e3a8a;text-decoration:none;font-size:var(--fs-button);font-weight:800;letter-spacing:.03em;text-transform:uppercase;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 14px 28px #2563eb1a,inset 0 1px #ffffffeb;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease,color .2s ease}.secondary-auth-btn:hover{border-color:#1d4ed8;background:linear-gradient(180deg,#fff,#dbeafe);color:#172554;box-shadow:0 20px 36px #2563eb26;transform:translateY(-2px)}.secondary-auth-btn.is-disabled,.login-primary-btn:disabled,.pw-toggle:disabled,.forgot-btn:disabled{opacity:.65;pointer-events:none}@keyframes floatGlow{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,-18px,0)}}@keyframes revealLeft{0%{opacity:0;transform:translate(-22px)}to{opacity:1;transform:translate(0)}}@keyframes revealRight{0%{opacity:0;transform:translate(22px)}to{opacity:1;transform:translate(0)}}@keyframes itemRise{to{transform:translateY(0);opacity:1}}@keyframes cycleSpin{to{transform:rotate(360deg)}}@keyframes noticeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes noticeProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@media(max-width:1280px){.login-page{--fs-left-title: clamp(1.95rem, 3.3vw, 3rem);--fs-feature-title: .92rem;--fs-feature-text: .82rem}.left-center h2{font-size:var(--fs-left-title)}.feature-list strong{font-size:var(--fs-feature-title)}.feature-list span{font-size:var(--fs-feature-text)}.form-card{padding:clamp(20px,3vw,32px)}}@media(max-width:1024px){.login-page{--fs-left-title: clamp(1.8rem, 6vw, 2.6rem);--fs-main-title: clamp(1.7rem, 5vw, 2.2rem);--fs-main-body: .94rem;--fs-input: 1rem;--fs-button: 1.02rem}.auth-page{height:auto;min-height:100dvh;overflow-x:hidden;overflow-y:auto}.auth-shell{grid-template-columns:1fr;height:auto;min-height:auto}.left-side{min-height:clamp(340px,52vh,460px);height:auto;padding:clamp(20px,4vw,34px)}.left-top{align-items:flex-start}.brand-chip{font-size:11px;padding:6px 11px}.left-center{margin:0;width:100%;max-width:610px}.left-center h2{font-size:var(--fs-left-title);white-space:normal}.feature-list{width:100%}.right-side{min-height:auto;height:auto}.form-card{min-height:0;height:auto;justify-content:flex-start;padding:clamp(20px,4vw,34px)}.login-hero-card{margin-bottom:16px;padding:8px;border-radius:14px}.login-lottie{max-width:320px;height:clamp(170px,30vw,240px)}.login-primary-btn{margin-top:0}.pw-toggle{font-size:.92rem}}@media(max-width:680px){.login-page{--fs-left-body: .96rem;--fs-main-body: .92rem;--fs-button: .98rem}.auth-page:before,.auth-page:after{opacity:.5}.left-top{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:8px;width:100%}.auth-logo{max-width:200px;width:52%}.brand-chip{margin-left:auto;font-size:10px;letter-spacing:.08em;padding:6px 10px;white-space:normal;text-align:right}.left-center{margin:16px 0;justify-self:start;width:100%}.left-description{font-size:var(--fs-left-body);margin-bottom:18px}.feature-list li{padding:12px 13px}.form-options{flex-direction:column;align-items:flex-start;gap:8px}.password-row{grid-template-columns:minmax(0,1fr) 76px}.pw-toggle{font-size:.92rem}.login-action-stack{margin-top:20px;gap:9px}.login-primary-btn{margin-top:0;font-size:var(--fs-button)}.secondary-auth-btn{min-height:52px;font-size:var(--fs-button)}.login-lottie-stage{min-height:170px}.login-lottie{max-width:280px;height:clamp(150px,40vw,200px)}}@media(max-width:420px){.left-side{padding:16px 14px 18px}.feature-list{gap:9px}.password-row{grid-template-columns:1fr}.pw-toggle{min-height:42px}}.register-auth-page{--fs-chip: 10px;--fs-left-title: clamp(1.6rem, 2.5vw, 2.45rem);--fs-left-body: .92rem;--fs-feature-title: .92rem;--fs-feature-text: .81rem;--fs-mini-chip: .67rem;--fs-main-title: clamp(1.45rem, 1.9vw, 1.95rem);--fs-main-body: .9rem;--fs-label: .73rem;--fs-input: .91rem;--fs-button: .96rem;min-height:100dvh;height:auto;overflow-x:hidden;overflow-y:auto}.register-auth-page .auth-shell{min-height:100dvh;height:auto;overflow:visible;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}.register-auth-page .left-side,.register-auth-page .right-side{min-height:100dvh;height:auto}.register-auth-page .left-side{padding:clamp(18px,2.5vw,30px)}.register-auth-page .brand-chip{font-size:9px;padding:7px 12px}.register-auth-page .login-hero-card{margin-bottom:12px;padding:8px;border-radius:22px;animation-delay:.08s}.register-auth-page .left-center{width:min(500px,100%);max-width:500px}.register-auth-page .left-center h2{margin-bottom:10px;line-height:1.05;white-space:normal}.register-auth-page .left-description{margin-bottom:16px;max-width:50ch;line-height:1.55}.register-auth-page .feature-list{gap:8px;width:min(500px,100%)}.register-auth-page .feature-list li{padding:10px 12px;border-radius:16px;gap:2px}.register-auth-page .left-bottom{width:min(500px,100%);padding-top:14px}.register-auth-page .left-bottom p{margin-bottom:10px;font-size:.9rem}.register-auth-page .left-mini-text{gap:6px}.register-auth-page .left-mini-text span{padding:6px 9px}.register-auth-page .login-lottie-stage{min-height:clamp(172px,22vh,236px)}.register-auth-page .login-lottie{max-width:310px;height:clamp(150px,19vw,220px)}.register-auth-page .right-side{overflow-y:visible}.register-auth-page .form-card{min-height:100dvh;padding:clamp(18px,2.6vw,30px)}.register-auth-page .form-card h1{line-height:1.05}.register-auth-page .form-intro{margin:6px 0 12px;max-width:56ch;line-height:1.45}.register-auth-page .login-grid{gap:12px}.register-auth-page .input-group label{margin-bottom:5px;color:#000;font-weight:800}.register-auth-page .input-group input{min-height:44px;padding:0 12px;border-radius:11px;border-color:#cbd5e1;background:#fff;color:#000;font-weight:700;-webkit-text-fill-color:#000000}.register-auth-page .input-group input::placeholder{color:#111827;font-weight:700;opacity:.72}.register-auth-page .input-group input:hover:not(:disabled){background:#fff;color:#000}.register-auth-page .input-group input:focus{background:#fff;color:#000}.register-auth-form .login-action-stack{margin-top:10px;gap:8px;animation:revealRight 1s cubic-bezier(.22,1,.36,1)}.register-field-help{display:block;margin-top:5px;min-height:28px;color:#64748b;font-size:.72rem;line-height:1.35;font-weight:600}.register-field-help-placeholder{visibility:hidden;-webkit-user-select:none;user-select:none}.register-success{margin-top:6px;color:#1e40af;font-size:.78rem;font-weight:700;padding:7px 9px;border-radius:10px;border:1px solid #93c5fd;background:linear-gradient(180deg,#eff6ff,#dbeafe);animation:noticeIn .28s cubic-bezier(.22,1,.36,1)}.row-actions{margin-top:10px;display:grid;grid-template-columns:1fr 1fr;gap:8px;animation:revealRight 1.08s cubic-bezier(.22,1,.36,1)}.register-ghost-btn{min-height:48px;padding:12px 16px;border-radius:16px;border:2px solid rgba(245,158,11,.48);background:linear-gradient(135deg,#fff7ed,#fed7aa);color:#9a3412;font-size:.92rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase;cursor:pointer;box-shadow:0 14px 28px #7c2d1224,inset 0 1px #ffffff73;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease,color .2s ease}.register-auth-page .login-primary-btn,.register-auth-page .secondary-auth-btn{min-height:48px;padding:12px 16px;border-radius:16px}.register-ghost-btn:hover:not(:disabled){border-color:#ea580cad;color:#7c2d12;background:linear-gradient(135deg,#fff7ed,#fdba74);box-shadow:0 18px 34px #7c2d1233;transform:translateY(-2px)}.register-ghost-btn:disabled{opacity:.65;pointer-events:none}.auth-popup-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;margin:0;overflow-y:auto;background:#0f172a8f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.auth-popup-card{position:relative;width:min(100%,520px);max-height:min(86vh,760px);overflow:auto;padding:26px 24px 22px;border-radius:24px;border:1px solid rgba(148,163,184,.24);background:linear-gradient(180deg,#fffffffa,#f8fafcfa);box-shadow:0 30px 70px #0f172a42;animation:noticeIn .24s cubic-bezier(.22,1,.36,1)}.auth-popup-card-error{border-color:#f8717142}.auth-popup-card-success{border-color:#34d3994d}.auth-popup-close{position:absolute;top:14px;right:14px;width:34px;height:34px;border:none;border-radius:999px;background:#94a3b829;color:#334155;font-size:.95rem;font-weight:800;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.auth-popup-close:hover{background:#94a3b847;transform:translateY(-1px)}.auth-popup-badge{width:52px;height:52px;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:16px;font-size:.9rem;font-weight:900;letter-spacing:.08em;color:#fff;background:linear-gradient(135deg,#2563eb,#0f766e)}.auth-popup-card-error .auth-popup-badge{background:linear-gradient(135deg,#ef4444,#f97316)}.auth-popup-card-success .auth-popup-badge{background:linear-gradient(135deg,#0f766e,#16a34a)}.auth-popup-title{margin:0;color:#0f172a;font-family:Sora,sans-serif;font-size:1.35rem;line-height:1.2;font-weight:700}.auth-popup-text{margin:10px 0 0;color:#475569;font-size:.94rem;line-height:1.6;font-weight:600}.auth-popup-list{margin:16px 0 0;padding-left:18px;color:#334155;font-size:.88rem;line-height:1.65;font-weight:600}.auth-popup-list li+li{margin-top:6px}.auth-popup-actions{margin-top:20px}.auth-popup-btn{min-height:50px;width:100%;border:1px solid rgba(30,64,175,.24);border-radius:18px;background:linear-gradient(135deg,#1e3a8a,#2563eb 48%,#38bdf8);color:#fff;font-size:.96rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;box-shadow:0 18px 36px #2563eb47,inset 0 1px #ffffff3d;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.auth-popup-btn:hover{transform:translateY(-2px) scale(1.01);box-shadow:0 22px 42px #2563eb57;filter:saturate(1.06) brightness(1.03)}@media(max-width:680px){.row-actions{grid-template-columns:1fr}.auth-popup-card{padding:22px 18px 18px;border-radius:20px}}@media(max-width:1180px),(max-height:900px){.register-auth-page{--fs-left-title: clamp(1.45rem, 2.2vw, 2.1rem);--fs-left-body: .88rem;--fs-feature-title: .86rem;--fs-feature-text: .76rem;--fs-main-title: clamp(1.35rem, 1.8vw, 1.8rem);--fs-main-body: .86rem;--fs-input: .88rem;--fs-button: .92rem}.register-auth-page .auth-shell{grid-template-columns:minmax(0,.84fr) minmax(0,1.16fr)}.register-auth-page .left-side{padding:16px 18px}.register-auth-page .login-lottie-stage{min-height:150px}.register-auth-page .login-lottie{max-width:270px;height:176px}.register-field-help{min-height:24px}}@media(max-width:1024px){.register-auth-page{min-height:100dvh;height:auto;overflow-y:auto}.register-auth-page .auth-shell{min-height:auto;grid-template-columns:1fr}.register-auth-page .left-side,.register-auth-page .right-side,.register-auth-page .form-card{min-height:auto;height:auto}.register-auth-page .left-side{padding:16px;grid-template-rows:auto auto auto;gap:10px}.register-auth-page .left-center,.register-auth-page .left-bottom{width:100%;max-width:none}.register-auth-page .feature-list li{padding:9px 10px}.register-auth-page .form-card{padding:16px}}@media(max-width:720px){.register-auth-page .login-grid{grid-template-columns:1fr;gap:10px}.register-auth-page .brand-chip{max-width:160px;text-align:right}.register-auth-page .login-hero-card{margin-bottom:10px}.register-auth-page .login-lottie-stage{min-height:132px}.register-auth-page .login-lottie{max-width:220px;height:138px}}@media(max-width:420px){.register-auth-page .left-side{padding:14px 12px}.register-auth-page .form-card{padding:14px 12px 16px}.register-auth-page .input-group input{min-height:42px;padding:0 10px}.register-field-help{min-height:22px;font-size:.7rem}.auth-popup-backdrop{padding:12px}.auth-popup-card{padding:18px 16px 16px;border-radius:18px}}.wozPage{--woz-bg: #f6f8fc;--woz-card: rgba(255, 255, 255, .97);--woz-card-soft: rgba(255, 255, 255, .86);--woz-border: rgba(15, 23, 42, .1);--woz-border-strong: rgba(249, 115, 22, .24);--woz-shadow: 0 18px 42px rgba(15, 23, 42, .08);--woz-shadow-soft: 0 12px 28px rgba(15, 23, 42, .06);--woz-text: #111827;--woz-muted: #5b6677;--woz-muted-2: #8a94a3;--woz-orange: #f97316;--woz-orange-deep: #c2410c;--woz-orange-soft: rgba(249, 115, 22, .12);--woz-red: #dc2626;--woz-red-soft: rgba(220, 38, 38, .1);--woz-blue: #0ea5e9;--woz-blue-soft: rgba(14, 165, 233, .12);min-height:100%;display:grid;gap:12px;padding:10px;border-radius:24px;color:var(--woz-text);background:radial-gradient(circle at top right,rgba(249,115,22,.12),transparent 34%),linear-gradient(180deg,#f8fafc 0%,var(--woz-bg) 100%)}.wozPage,.wozPage *{box-sizing:border-box}.wozHero,.wozFilterCard,.wozCard,.wozFlash{border:1px solid var(--woz-border);border-radius:20px;background:var(--woz-card);box-shadow:var(--woz-shadow-soft)}.wozHero{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:16px;border-color:#f973162e;background:linear-gradient(160deg,#fff7ed,#fff 54%,#fff3e9);box-shadow:var(--woz-shadow)}.wozEyebrow{display:inline-flex;align-items:center;min-height:24px;padding:0 10px;border-radius:999px;background:var(--woz-orange-soft);color:var(--woz-orange-deep);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.wozHero h1,.wozCardHead h2{margin:0;letter-spacing:-.03em}.wozHero h1{margin-top:8px;font-size:clamp(1.18rem,1.4vw,1.6rem)}.wozHero p,.wozCardHead p{margin:8px 0 0;color:var(--woz-muted);font-size:12px;line-height:1.55}.wozHeroActions,.wozCardHeadActions{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.wozBtn{min-height:36px;border:1px solid transparent;border-radius:12px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;gap:7px;background:linear-gradient(135deg,var(--woz-orange-deep),var(--woz-orange));color:#fff;font-size:12px;font-weight:800;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease,border-color .16s ease,background-color .16s ease}.wozBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:var(--woz-shadow-soft)}.wozBtn:disabled{opacity:.48;cursor:not-allowed}.wozBtnGhost{background:#fff;color:var(--woz-text);border-color:var(--woz-border)}.wozBtnDanger{background:#fff;color:var(--woz-red);border-color:#dc262633}.wozFlash{padding:10px 12px;font-size:12px;font-weight:700}.wozFlash.is-error{border-color:#dc262647;background:#fff5f5;color:#b91c1c}.wozFlash.is-info{border-color:#0ea5e938;background:#f0f9ff;color:#0369a1}.wozFilterCard{padding:12px}.wozFilterGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.wozLayout{display:grid;grid-template-columns:minmax(260px,320px) minmax(0,1fr);gap:12px;min-height:0}.wozSidebar,.wozMain{min-height:0}.wozCard{padding:12px;border-radius:18px}.wozCard+.wozCard{margin-top:10px}.wozCardHead{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:10px}.wozCardHead>span{display:inline-flex;align-items:center;min-height:24px;padding:0 10px;border-radius:999px;background:var(--woz-orange-soft);color:var(--woz-orange-deep);font-size:11px;font-weight:800}.wozField{display:grid;gap:6px}.wozField>span{color:var(--woz-muted);font-size:11px;font-weight:700}.wozField input,.wozField select{height:38px;border:1px solid var(--woz-border);border-radius:11px;background:#fff;color:var(--woz-text);font-size:13px;padding:0 11px;outline:none}.wozField input:focus,.wozField select:focus{border-color:#f9731673;box-shadow:0 0 0 3px #f9731624}.wozField select:disabled{opacity:.55}.wozScopeList{margin-top:10px;max-height:62vh;overflow:auto;display:grid;gap:8px;padding-right:2px}.wozScopeBtn{width:100%;border:1px solid var(--woz-border);border-radius:12px;background:#fff;color:inherit;text-align:left;padding:10px;display:flex;align-items:flex-start;justify-content:space-between;gap:8px;cursor:pointer;transition:transform .14s ease,border-color .14s ease,box-shadow .14s ease}.wozScopeBtn strong{display:block;font-size:12px;line-height:1.3}.wozScopeBtn small{display:block;margin-top:3px;color:var(--woz-muted-2);font-size:11px}.wozScopeBtn:hover{transform:translateY(-1px);border-color:#f973164d;box-shadow:var(--woz-shadow-soft)}.wozScopeBtn.is-active{border-color:var(--woz-border-strong);background:linear-gradient(140deg,#fff7edf2,#fffffff5);box-shadow:var(--woz-shadow-soft)}.wozMiniBadge{flex:0 0 auto;min-height:22px;padding:0 8px;border-radius:999px;background:var(--woz-blue-soft);color:#0369a1;font-size:10px;font-weight:800;display:inline-flex;align-items:center}.wozEmpty{border:1px dashed var(--woz-border);border-radius:12px;padding:14px 10px;color:var(--woz-muted);font-size:12px;text-align:center;background:#fff}.wozEmptyState{min-height:240px;display:grid;place-content:center;text-align:center;gap:8px}.wozEmptyState h2{margin:0;font-size:18px}.wozEmptyState p{margin:0;color:var(--woz-muted);font-size:13px}.wozScopeInfoRow{margin:2px 0 10px;display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.wozMetaChip{display:inline-flex;align-items:center;min-height:24px;padding:0 10px;border-radius:999px;background:var(--woz-orange-soft);color:var(--woz-orange-deep);font-size:11px;font-weight:800}.wozLinkBtn{border:none;background:transparent;color:var(--woz-orange-deep);font-size:12px;font-weight:700;cursor:pointer;padding:0}.wozEditorGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.wozColorRow{display:grid;grid-template-columns:52px minmax(0,1fr);gap:8px}.wozColorRow input[type=color]{width:52px;padding:3px}.wozToggleRow,.wozAlignRow{margin-top:10px;display:flex;flex-wrap:wrap;gap:8px}.wozToggleBtn,.wozAlignBtn{min-height:34px;border:1px solid var(--woz-border);border-radius:10px;background:#fff;color:var(--woz-text);font-size:12px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 10px;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease,background-color .15s ease,color .15s ease}.wozToggleBtn:hover,.wozAlignBtn:hover{transform:translateY(-1px);border-color:#f9731652}.wozToggleBtn.is-active,.wozAlignBtn.is-active{border-color:var(--woz-border-strong);background:#f973161f;color:var(--woz-orange-deep)}.wozPreviewWrap{border:1px dashed rgba(249,115,22,.4);border-radius:14px;background:linear-gradient(0deg,#fffffff2,#fffffff2),repeating-linear-gradient(0deg,rgba(249,115,22,.05) 0,rgba(249,115,22,.05) 1px,transparent 1px,transparent 26px);padding:18px 16px}.wozPreviewText{min-height:88px;white-space:pre-wrap}.spin{animation:wozSpin .9s linear infinite}@keyframes wozSpin{to{transform:rotate(360deg)}}@media(max-width:1160px){.wozFilterGrid,.wozEditorGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:980px){.wozLayout{grid-template-columns:1fr}.wozScopeList{max-height:320px}}@media(max-width:680px){.wozPage{padding:6px}.wozHero{flex-direction:column}.wozFilterGrid,.wozEditorGrid{grid-template-columns:1fr}.wozCardHead{flex-direction:column;align-items:stretch}.wozCardHeadActions{width:100%}.wozBtn{flex:1}}:root{--da-bg: #f5f7fb;--da-surface: rgba(255, 255, 255, .96);--da-surface-soft: rgba(255, 255, 255, .82);--da-border: rgba(15, 23, 42, .08);--da-border-strong: rgba(249, 115, 22, .18);--da-shadow: 0 20px 50px rgba(15, 23, 42, .08);--da-shadow-soft: 0 14px 30px rgba(15, 23, 42, .06);--da-text: #111827;--da-text-soft: #5f6b7a;--da-text-muted: #8b95a4;--da-orange: #f97316;--da-orange-deep: #ea580c;--da-orange-soft: rgba(249, 115, 22, .1);--da-success: #16a34a;--da-success-soft: rgba(22, 163, 74, .12);--da-danger: #dc2626;--da-danger-soft: rgba(220, 38, 38, .12);--da-warning: #f59e0b;--da-warning-soft: rgba(245, 158, 11, .14);--da-radius-xl: 28px;--da-radius-lg: 22px;--da-radius-md: 16px}.daWrap{padding:22px;background:radial-gradient(circle at top right,rgba(249,115,22,.12),transparent 26%),linear-gradient(180deg,#f8fafc,#f3f5f9);min-height:100%;color:var(--da-text)}.daHero{position:relative;overflow:hidden;border-radius:24px;padding:20px;margin-bottom:16px;background:linear-gradient(135deg,#fff7ed,#fff 45%,#fff1e7);border:1px solid rgba(249,115,22,.12);box-shadow:var(--da-shadow)}.daHeroGlow{position:absolute;border-radius:999px;pointer-events:none;filter:blur(10px)}.daHeroGlowOne{width:170px;height:170px;top:-60px;right:-35px;background:#f973162e}.daHeroGlowTwo{width:140px;height:140px;bottom:-74px;left:-34px;background:#ea580c1f}.daHeroTop{position:relative;z-index:1;display:flex;gap:12px;align-items:flex-start;justify-content:space-between;margin-bottom:14px}.daHeroCopy h1{margin:6px 0 0;font-size:clamp(22px,2.4vw,30px);line-height:1.1;letter-spacing:-.03em}.daHeroCopy p{margin:0;max-width:760px;color:var(--da-text-soft);font-size:15px;line-height:1.65}.daEyebrow{display:inline-flex;align-items:center;gap:8px;border-radius:999px;padding:6px 10px;background:#fffc;color:var(--da-orange-deep);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;border:1px solid rgba(249,115,22,.14)}.daStats{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.daStatCard{display:flex;gap:10px;align-items:center;padding:12px 14px;border-radius:16px;background:#ffffffc7;border:1px solid rgba(255,255,255,.85);box-shadow:var(--da-shadow-soft);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.daStatIcon{width:40px;height:40px;flex:0 0 40px;display:grid;place-items:center;border-radius:12px;background:var(--da-orange-soft);color:var(--da-orange-deep)}.daStatBody{display:flex;flex-direction:column;gap:2px}.daStatBody span{font-size:11px;font-weight:700;color:var(--da-text-soft)}.daStatBody strong{font-size:22px;line-height:1;letter-spacing:-.03em}.daStatBody small{color:var(--da-text-muted);font-size:11px}.daFlowRow{position:relative;z-index:1;margin-top:16px;display:flex;flex-wrap:wrap;gap:10px}.daFlowRow span{display:inline-flex;align-items:center;gap:6px;height:34px;padding:0 12px;border-radius:999px;border:1px solid rgba(249,115,22,.18);background:#ffffffb8;color:#9a3412;font-size:12px;font-weight:700}.daSectionLabel{margin:0 0 10px;padding-left:4px;font-size:13px;font-weight:800;letter-spacing:.02em;color:#334155}.daToolbar{display:flex;gap:14px;align-items:center;justify-content:space-between;margin-bottom:18px;padding:16px;border-radius:22px;border:1px solid var(--da-border);background:var(--da-surface-soft);box-shadow:var(--da-shadow-soft);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.daSearchBox{flex:1;display:flex;align-items:center;gap:10px;min-width:0;padding:0 14px;height:50px;border-radius:16px;border:1px solid var(--da-border);background:#fff}.daSearchBox svg{color:var(--da-text-muted)}.daSearchBox input{flex:1;min-width:0;border:none;background:transparent;outline:none;color:var(--da-text);font-size:14px}.daToolbarGroup{display:flex;gap:10px;align-items:center}.daToolbarGroup select{min-width:180px}.daListTabs{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 14px}.daTabBtn{border:1px solid var(--da-border);background:#ffffffd9;color:#475569;border-radius:12px;height:38px;padding:0 14px;font-size:13px;font-weight:700;cursor:pointer;transition:.18s ease}.daTabBtn:hover{border-color:#f973163d;color:#334155}.daTabBtn.is-active{border-color:#f9731666;background:#f973161f;color:#c2410c}.daCreateGrid,.daPanelGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:18px}.daCard{border-radius:var(--da-radius-xl);border:1px solid var(--da-border);background:var(--da-surface);box-shadow:var(--da-shadow-soft);padding:22px}.daPanelCard{overflow:hidden}.daPanelGridSingle{grid-template-columns:1fr}.daHidden{display:none!important}.daCardHead{display:flex;gap:12px;align-items:flex-start;justify-content:space-between;margin-bottom:16px}.daCardHead h2{margin:6px 0 0;font-size:22px;line-height:1.15;letter-spacing:-.02em}.daCardKicker{display:inline-block;color:var(--da-orange-deep);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.daCardIcon{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border-radius:14px;background:var(--da-orange-soft);color:var(--da-orange-deep)}.daCountBadge{min-width:38px;height:38px;padding:0 12px;display:inline-grid;place-items:center;border-radius:12px;background:var(--da-orange-soft);color:var(--da-orange-deep);font-weight:800}.daMiniInfo{margin:8px 0 0;color:var(--da-text-muted);font-size:13px}.daForm{display:flex;flex-direction:column;gap:14px}.daFieldRow{display:grid;grid-template-columns:minmax(0,1fr) 160px;gap:12px}.daField{display:flex;flex-direction:column;gap:8px}.daField>span{font-size:13px;font-weight:700;color:var(--da-text-soft)}.daField input,.daField select,.daField textarea,.daTable input,.daTable select,.daTable textarea,.daToolbarGroup select{width:100%;border:1px solid var(--da-border);background:#fff;color:var(--da-text);border-radius:14px;padding:12px 14px;outline:none;font-size:14px;transition:.18s ease;box-sizing:border-box}.daField textarea,.daTable textarea{resize:vertical;min-height:92px;line-height:1.55}.daField input:focus,.daField select:focus,.daField textarea:focus,.daTable input:focus,.daTable select:focus,.daTable textarea:focus,.daToolbarGroup select:focus{border-color:#f9731666;box-shadow:0 0 0 4px #f973161a}.daSwitch,.daInlineCheck{display:inline-flex;align-items:center;gap:10px;color:var(--da-text-soft);font-size:14px;font-weight:600}.daSwitch input,.daInlineCheck input{width:16px;height:16px;accent-color:var(--da-orange)}.daPrimaryBtn,.daIconBtn{border:none;outline:none;cursor:pointer;transition:.18s ease}.daPrimaryBtn{display:inline-flex;align-items:center;justify-content:center;gap:10px;height:48px;padding:0 18px;border-radius:16px;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;font-size:14px;font-weight:800;box-shadow:0 12px 22px #f973162e}.daPrimaryBtn:hover{transform:translateY(-1px)}.daPrimaryBtn:disabled,.daIconBtn:disabled{opacity:.65;cursor:not-allowed;transform:none}.daAlert{margin-bottom:16px;padding:14px 16px;border-radius:16px;font-size:14px;font-weight:700}.daAlertOk{background:#16a34a14;border:1px solid rgba(22,163,74,.14);color:#166534}.daAlertErr{background:#dc262614;border:1px solid rgba(220,38,38,.14);color:#991b1b}.daTableWrap{overflow:auto;border-radius:18px;border:1px solid var(--da-border);background:#fff}.daTable{width:100%;border-collapse:collapse;min-width:860px}.daTable thead th{text-align:left;padding:14px;font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--da-text-muted);background:#fbfcfe;border-bottom:1px solid var(--da-border)}.daTable tbody td{padding:14px;border-bottom:1px solid rgba(15,23,42,.06);vertical-align:top;font-size:14px}.daTable tbody tr:last-child td{border-bottom:none}.daMutedText{color:var(--da-text-soft);line-height:1.55}.daClampText{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.daStatusBadge{display:inline-flex;align-items:center;justify-content:center;min-width:72px;height:30px;padding:0 12px;border-radius:999px;font-size:12px;font-weight:800}.daStatusBadge.is-active{background:var(--da-success-soft);color:#166534}.daStatusBadge.is-passive{background:#94a3b829;color:#475569}.daActionRow{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.daInlineToolbar{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:space-between;margin-bottom:14px}.daIconBtn{width:36px;height:36px;display:grid;place-items:center;border-radius:12px;background:#0f172a0f;color:#334155}.daIconBtn:hover{transform:translateY(-1px);background:#0f172a14}.daIconBtn.is-save{background:var(--da-success-soft);color:#166534}.daIconBtn.is-danger{background:var(--da-danger-soft);color:#b91c1c}.daProjectGrid{display:grid;grid-template-columns:1fr;gap:14px}.daProjectCard{border:1px solid var(--da-border);border-radius:24px;padding:18px;background:linear-gradient(180deg,#fffffffa,#fafafcf5);box-shadow:var(--da-shadow-soft)}.daProjectCard.is-editing{border-color:var(--da-border-strong);box-shadow:0 16px 36px #f973161f}.daProjectTop{display:flex;gap:14px;align-items:flex-start;justify-content:space-between}.daProjectTitleRow{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-bottom:8px}.daProjectTitleRow h3{margin:0;font-size:20px;line-height:1.15;letter-spacing:-.02em}.daProjectMeta{display:flex;flex-wrap:wrap;gap:12px;color:var(--da-text-soft);font-size:13px}.daProjectMeta span{display:inline-flex;align-items:center;gap:6px}.daProjectDescription{margin:14px 0 0;color:var(--da-text-soft);line-height:1.7;font-size:14px}.daProjectDescription.daClampText{-webkit-line-clamp:3}.daEditGrid{margin-top:16px;display:grid;gap:14px}.daTableCellStack{display:flex;min-width:0;flex-direction:column;gap:4px}.daSmallMuted{color:var(--da-text-muted);font-size:12px;font-weight:600}.daEditorShell{margin-top:18px;padding-top:18px;border-top:1px solid var(--da-border)}.daEditorTitle{margin:6px 0 0;font-size:22px;line-height:1.15;letter-spacing:-.02em}.daAdminPanelHost{overflow:hidden;border-radius:24px}.daEmpty,.daEmptySoft{padding:22px;text-align:center;color:var(--da-text-muted);font-weight:600}.daEmptySoft{border-radius:18px;border:1px dashed var(--da-border);background:#f8fafcb3}.spin{animation:daSpin .8s linear infinite}@keyframes daSpin{to{transform:rotate(360deg)}}@media(max-width:1180px){.daStats,.daCreateGrid,.daPanelGrid{grid-template-columns:1fr}.daToolbar{flex-direction:column;align-items:stretch}.daToolbarGroup{flex-wrap:wrap}.daToolbarGroup select{min-width:0;flex:1}}@media(max-width:768px){.daWrap{padding:16px}.daHero,.daCard{padding:18px;border-radius:22px}.daHeroTop,.daProjectTop{flex-direction:column}.daFieldRow{grid-template-columns:1fr}.daTable{min-width:760px}}.duaPage{--dua-card: rgba(255, 255, 255, .96);--dua-line: rgba(15, 23, 42, .08);--dua-text: #18212f;--dua-text-soft: #556171;--dua-accent: #f59e0b;--dua-accent-deep: #c2410c;--dua-red: #ea580c;--dua-shadow: 0 18px 38px rgba(15, 23, 42, .08);--dua-shadow-soft: 0 10px 22px rgba(15, 23, 42, .06);display:grid;gap:12px;color:var(--dua-text)}.duaPage,.duaPage *{box-sizing:border-box}.duaHero,.duaEditorCard,.duaQueueCard,.duaFlash{border:1px solid var(--dua-line);border-radius:20px;background:var(--dua-card);box-shadow:var(--dua-shadow)}.duaHero{position:relative;overflow:hidden;padding:16px 18px;border-color:#f59e0b24;background:radial-gradient(circle at top right,rgba(251,191,36,.12),transparent 32%),linear-gradient(180deg,#fffcf7fa,#fff7edf5);box-shadow:0 18px 38px #0f172a14;color:var(--dua-text)}.duaHero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(245,158,11,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(245,158,11,.04) 1px,transparent 1px);background-size:52px 52px;opacity:.22;pointer-events:none}.duaHeroTop,.duaHeroCopy,.duaHeroActions{position:relative;z-index:1}.duaHeroTop{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.duaHeroCopy h1,.duaCardHead h2{margin:0;font-family:Sora,Plus Jakarta Sans,sans-serif;letter-spacing:-.04em}.duaEyebrow,.duaCardEyebrow{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border-radius:999px;background:#f59e0b1f;color:var(--dua-accent-deep);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.duaEyebrow{background:#f59e0b1f;color:var(--dua-accent-deep)}.duaHeroCopy h1{margin-top:8px;font-size:clamp(1.28rem,1.8vw,1.75rem);line-height:1.08;color:var(--dua-text)}.duaHeroCopy p,.duaCardHead p{margin:8px 0 0;color:var(--dua-text-soft);font-size:12px;line-height:1.55}.duaHeroCopy p{max-width:560px;color:#475569e0}.duaHeroActions,.duaHeadActions,.duaFormActions,.duaActionRow{display:flex;flex-wrap:wrap;gap:8px}.duaHeroActions{margin-top:14px}.duaHero .duaPrimaryBtn{border-color:#ffffff2e;background:#ffffff24;color:#fff;box-shadow:none}.duaHero .duaPrimaryBtn:hover{background:#fff3;box-shadow:none}.duaHeroQuickBtn{min-height:38px;padding:0 14px;border:1px solid rgba(217,119,6,.16);border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#fffbebf5;color:var(--dua-accent-deep);font-weight:800;font-size:12px;cursor:pointer;box-shadow:none;transition:transform .18s ease,border-color .18s ease,background-color .18s ease,color .18s ease,box-shadow .18s ease}.duaHeroQuickBtn:hover{transform:translateY(-1px);border-color:#d9770642;background:#fff7edfa;box-shadow:var(--dua-shadow-soft)}.duaPrimaryBtn,.duaGhostBtn,.duaDangerBtn,.duaTinyBtn,.duaMiniToggle{border:1px solid transparent;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-weight:800;font-size:12px;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background-color .18s ease,color .18s ease}.duaPrimaryBtn,.duaGhostBtn,.duaDangerBtn{min-height:38px;padding:0 14px}.duaPrimaryBtn{background:linear-gradient(135deg,var(--dua-accent-deep),var(--dua-accent));color:#fff;box-shadow:0 12px 24px #0f172a29}.duaGhostBtn{border-color:var(--dua-line);background:#ffffffe0;color:var(--dua-text)}.duaDangerBtn{border-color:#f973162e;background:#fef2f2eb;color:var(--dua-red)}.duaPrimaryBtn:hover,.duaGhostBtn:hover,.duaDangerBtn:hover,.duaTinyBtn:hover,.duaMiniToggle:hover,.duaToggleCard:hover{transform:translateY(-1px)}.duaGhostBtn:hover,.duaMiniToggle:hover{box-shadow:var(--dua-shadow-soft)}.duaGhostBtn.is-compact,.duaDangerBtn.is-compact{min-height:34px;padding:0 12px}.duaFlash{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 13px;font-size:12px}.duaFlash button{border:0;background:transparent;color:inherit;display:inline-flex;cursor:pointer;padding:0}.duaFlash.is-success{border-color:#16a34a2e;color:#166534;background:#f0fdf4fa}.duaFlash.is-error{border-color:#f973162e;color:#c2410c;background:#fef2f2fa}.duaFlash.is-info{border-color:#d977062e;color:var(--dua-accent-deep);background:#fff7edfa}.duaWorkspace{display:grid;grid-template-columns:minmax(0,1.22fr) minmax(360px,.78fr);gap:12px;align-items:start}.duaEditorCard,.duaQueueCard{padding:16px}.duaCardHead{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:12px}.duaCardHead h2{margin-top:8px;font-size:1.15rem}.duaForm{display:grid;gap:12px}.duaFormGrid,.duaToggleGrid,.duaQueueList{display:grid;gap:10px}.duaField{display:grid;gap:6px}.duaField span{font-size:11px;font-weight:800;color:var(--dua-text-soft)}.duaField input,.duaField textarea,.duaSearchField input{width:100%;border-radius:14px;border:1px solid var(--dua-line);background:#fffffff5;color:var(--dua-text);padding:11px 12px;font-size:12px;font-weight:700;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.duaField textarea{min-height:170px;resize:vertical}.duaField input:focus,.duaField textarea:focus,.duaSearchField input:focus{outline:none;border-color:#d977066b;box-shadow:0 0 0 4px #f59e0b1f;background:#fff}.duaToggleCard{width:100%;display:grid;grid-template-columns:38px minmax(0,1fr);gap:12px;align-items:center;padding:12px;border-radius:16px;border:1px solid var(--dua-line);background:#f8fafcdb;color:var(--dua-text);text-align:left;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background-color .18s ease}.duaToggleCard.is-active{border-color:#d9770647;background:#fff7edeb;box-shadow:var(--dua-shadow-soft)}.duaToggleIcon{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(135deg,#f59e0b29,#d9770614);color:var(--dua-accent-deep)}.duaToggleCard strong{display:block;font-size:12px;font-weight:900}.duaToggleCard p{margin:3px 0 0;color:var(--dua-text-soft);font-size:11px;line-height:1.45}.duaToolbar{margin-bottom:10px}.duaSearchField{display:grid;grid-template-columns:16px minmax(0,1fr);align-items:center;gap:8px;min-height:40px;padding:0 12px;border-radius:14px;border:1px solid var(--dua-line);background:#fffffff5;color:var(--dua-text-soft)}.duaSearchField input{border:0;background:transparent;padding:0;min-width:0;box-shadow:none}.duaQueueItem{display:grid;grid-template-columns:48px minmax(0,1fr);gap:10px;padding:11px;border-radius:16px;border:1px solid rgba(15,23,42,.08);background:#ffffffeb;cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.duaQueueItem:hover{transform:translateY(-1px);border-color:#d9770642;box-shadow:var(--dua-shadow-soft)}.duaQueueItem.is-selected{border-color:#d977065c;background:#fff7edeb}.duaQueueItem.is-passive{opacity:.78}.duaQueueOrder{display:flex;align-items:center;justify-content:center;border-radius:14px;background:linear-gradient(180deg,#f59e0b2e,#f59e0b0d);color:var(--dua-accent-deep);font-size:.95rem;font-weight:900}.duaQueueBody{display:grid;gap:8px}.duaQueueTop,.duaQueueFoot{display:flex;align-items:center;justify-content:space-between;gap:8px}.duaQueueBody strong{font-size:.92rem;font-weight:900;letter-spacing:-.02em}.duaQueueBody p{margin:0;color:var(--dua-text-soft);font-size:11px;line-height:1.5}.duaChip{display:inline-flex;align-items:center;justify-content:center;min-height:22px;padding:0 8px;border-radius:999px;font-size:10px;font-weight:800}.duaChip.is-live{background:#16a34a24;color:#166534}.duaChip.is-draft{background:#94a3b829;color:#475569}.duaMiniToggle{min-height:30px;padding:0 10px;border-color:#0f172a14;background:#f8fafceb;color:var(--dua-text-soft);font-size:11px}.duaMiniToggle.is-on{border-color:#d9770638;background:#fff7edf0;color:var(--dua-accent-deep)}.duaTinyBtn{width:30px;height:30px;border-color:#0f172a14;background:#ffffffe6;color:var(--dua-text-soft)}.duaTinyBtn:disabled{opacity:.38;cursor:default;transform:none;box-shadow:none}.duaEmptyState{display:grid;grid-template-columns:34px minmax(0,1fr);gap:12px;align-items:flex-start;padding:14px;border:1px dashed rgba(217,119,6,.22);border-radius:16px;background:#fff7eda8;color:var(--dua-text-soft)}.duaEmptyState strong{display:block;color:var(--dua-text);font-weight:900;font-size:12px}.duaEmptyState p{margin:4px 0 0;font-size:11px;line-height:1.45}@media(min-width:1400px){.duaWorkspace{grid-template-columns:minmax(0,1.28fr) minmax(420px,.72fr)}.duaHero,.duaEditorCard,.duaQueueCard{padding-left:18px;padding-right:18px}}@media(max-width:1180px){.duaWorkspace{grid-template-columns:1fr}}@media(max-width:860px){.duaPage{gap:14px}.duaHero,.duaEditorCard,.duaQueueCard{padding:18px;border-radius:20px}.duaHeroTop,.duaCardHead,.duaQueueTop,.duaQueueFoot{flex-direction:column;align-items:flex-start}.duaQueueItem{grid-template-columns:1fr}.duaQueueOrder{min-height:42px}.duaHeroCopy h1{font-size:1.55rem}}@media(max-width:640px){.duaPage{gap:10px}.duaHero,.duaEditorCard,.duaQueueCard,.duaFlash{border-radius:18px}.duaHero,.duaEditorCard,.duaQueueCard{padding:14px}.duaHeroCopy h1{font-size:1.34rem}.duaFlash{flex-direction:column;align-items:stretch}.duaFlash button{align-self:flex-end}.duaHeroActions,.duaHeadActions,.duaFormActions,.duaActionRow,.duaHeroTop{width:100%}.duaHeroActions>*,.duaHeadActions>*,.duaFormActions>*,.duaActionRow>*,.duaHeroQuickBtn,.duaPrimaryBtn,.duaGhostBtn,.duaDangerBtn,.duaMiniToggle{width:100%}.duaToggleCard,.duaQueueItem{grid-template-columns:1fr}.duaToggleIcon,.duaQueueOrder{min-height:42px}}:root{--kua-bg: transparent;--kua-card: rgba(255, 255, 255, .94);--kua-card-strong: rgba(255, 255, 255, .98);--kua-card-soft: rgba(247, 250, 252, .92);--kua-border: rgba(15, 23, 42, .1);--kua-border-strong: rgba(217, 119, 6, .18);--kua-text: #18212f;--kua-text-soft: #556171;--kua-text-muted: #7b8797;--kua-title: #101827;--kua-accent: #f59e0b;--kua-accent-dark: #d97706;--kua-accent-deep: #9a3412;--kua-accent-soft: rgba(245, 158, 11, .12);--kua-accent-soft-2: rgba(245, 158, 11, .08);--kua-success-bg: #ecfdf3;--kua-success-text: #0f7a42;--kua-error-bg: #fef2f2;--kua-error-text: #b42318;--kua-info-bg: rgba(255, 247, 237, .98);--kua-info-text: #9a3412;--kua-shadow: 0 18px 40px rgba(15, 23, 42, .08);--kua-shadow-strong: 0 24px 60px rgba(15, 23, 42, .16);--kua-radius-xl: 30px;--kua-radius-lg: 22px;--kua-radius-md: 18px;--kua-radius-sm: 14px}.kuaPage{position:relative;width:100%;min-height:100%;padding:clamp(2px,.45vw,6px);background:var(--kua-bg);color:var(--kua-text)}.kuaHero{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 18px;border:1px solid rgba(245,158,11,.14);border-radius:24px;background:radial-gradient(circle at top right,rgba(251,191,36,.12),transparent 32%),linear-gradient(180deg,#fffcf7fa,#fff7edf5);box-shadow:var(--kua-shadow);color:var(--kua-text);margin-bottom:12px}.kuaHero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(245,158,11,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(245,158,11,.04) 1px,transparent 1px);background-size:52px 52px;opacity:.22;pointer-events:none}.kuaHeroLeft,.kuaHeroRight{position:relative;z-index:1}.kuaHeroLeft{display:flex;align-items:flex-start;gap:10px;min-width:0}.kuaHeroIcon{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#f59e0b1f;border:1px solid rgba(217,119,6,.12);color:var(--kua-accent-deep);flex-shrink:0}.kuaHeroCopy{min-width:0}.kuaEyebrow{display:inline-flex;align-items:center;min-height:24px;padding:0 10px;border-radius:999px;margin-bottom:0;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;background:#f59e0b1f;color:var(--kua-accent-deep)}.kuaHero h1{margin:8px 0 0;font-size:clamp(1.28rem,1.8vw,1.75rem);line-height:1.08;letter-spacing:-.03em;font-weight:800;color:var(--kua-title);max-width:720px}.kuaHero p{margin:8px 0 0;max-width:560px;color:var(--kua-text-soft);font-size:12px;line-height:1.55}.kuaHeroRight{display:flex;align-items:flex-end;gap:8px;flex-wrap:wrap;justify-content:flex-end}.kuaTopSearch{min-width:min(420px,100%);height:40px;display:flex;align-items:center;gap:8px;padding:0 14px;border-radius:999px;background:#ffffffeb;border:1px solid rgba(245,158,11,.14);color:var(--kua-text-soft);box-shadow:0 8px 18px #0f172a0a}.kuaTopSearch input{width:100%;border:0;outline:none;background:transparent;color:var(--kua-text);font-size:13px}.kuaTopSearch input::placeholder{color:#556171b8}.kuaTopActionBtn,.kuaPrimaryBtn,.kuaGhostBtn,.kuaDangerBtn,.kuaEditBtn,.kuaDrawerClose,.kuaCopyBtn{border:0;outline:none;cursor:pointer;transition:transform .2s ease,background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease;font:inherit}.kuaTopActionBtn{height:40px;display:inline-flex;align-items:center;gap:7px;padding:0 14px;border-radius:999px;background:#fff7edf5;border:1px solid rgba(217,119,6,.16);color:var(--kua-accent-deep);font-weight:800;font-size:12px}.kuaTopActionBtn:hover,.kuaGhostBtn:hover,.kuaEditBtn:hover,.kuaCopyBtn:hover{transform:translateY(-1px)}.kuaTopActionBtn:hover{background:#fff3e0fa;border-color:#d9770642;box-shadow:var(--kua-shadow)}.kuaFlash{margin-bottom:12px;border-radius:14px;padding:11px 13px;border:1px solid transparent;font-size:12px;font-weight:700}.kuaFlash.is-success{background:var(--kua-success-bg);color:var(--kua-success-text);border-color:#b7ebcd}.kuaFlash.is-error{background:var(--kua-error-bg);color:var(--kua-error-text);border-color:#fecaca}.kuaFlash.is-info{background:var(--kua-info-bg);color:var(--kua-info-text);border-color:#bfdbfe}.kuaTableCard{overflow:hidden;background:var(--kua-card);border:1px solid var(--kua-border);border-radius:24px;box-shadow:var(--kua-shadow)}.kuaTableHead{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid rgba(15,23,42,.08);background:linear-gradient(180deg,#fffffff5,#f7fafceb)}.kuaTableHeadLeft{display:flex;align-items:center;gap:10px;color:var(--kua-title)}.kuaTableHeadLeft h2{margin:0;font-size:18px;line-height:1.2;letter-spacing:-.02em}.kuaTableHeadRight{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.kuaCountText{font-size:12px;font-weight:700;color:var(--kua-text-soft)}.kuaRoleFilter{height:36px;border-radius:999px;border:1px solid var(--kua-border);background:#fff;padding:0 13px;color:var(--kua-title);font-size:12px;outline:none}.kuaTableWrap{width:100%;overflow-x:auto}.kuaTable{width:100%;min-width:1280px;border-collapse:collapse}.kuaTable thead th{text-align:left;padding:11px 14px;background:var(--kua-accent-soft-2);border-bottom:1px solid rgba(15,23,42,.08);color:var(--kua-text-soft);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.kuaTable tbody td{padding:11px 14px;border-bottom:1px solid rgba(15,23,42,.06);color:var(--kua-text);font-size:12px;line-height:1.35;vertical-align:middle}.kuaTable tbody tr{background:#fffffffa;transition:background .2s ease}.kuaTable tbody tr:hover{background:var(--kua-accent-soft-2)}.kuaTable tbody tr.is-active{background:var(--kua-accent-soft)}.kuaIdCell{width:70px}.kuaIdText{font-weight:800;color:var(--kua-title);font-size:11px}.kuaUserCell{display:flex;align-items:center;gap:10px;min-width:220px}.kuaMiniAvatar{width:30px;height:30px;border-radius:10px;display:grid;place-items:center;background:var(--kua-accent-soft);border:1px solid var(--kua-border-strong);color:var(--kua-accent-dark);font-size:10px;font-weight:800;flex-shrink:0}.kuaUserCellText strong{display:block;color:var(--kua-title);font-weight:700;font-size:12px;line-height:1.3}.kuaEmailCell{display:inline-flex;align-items:center;gap:6px;min-width:0;max-width:320px;font-size:12px}.kuaEmailCell span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kuaCopyBtn{width:26px;height:26px;display:grid;place-items:center;padding:0;border-radius:8px;background:var(--kua-accent-soft-2);border:1px solid rgba(217,119,6,.12);color:var(--kua-accent-dark);flex-shrink:0}.kuaRoleBadge{display:inline-flex;align-items:center;justify-content:center;min-width:56px;padding:5px 9px;border-radius:999px;border:1px solid transparent;font-size:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.kuaRoleBadge.is-admin{background:var(--kua-accent-soft);border-color:var(--kua-border-strong);color:var(--kua-accent-dark)}.kuaRoleBadge.is-user{background:#0f172a0d;border-color:#0f172a14;color:#4b5563}.kuaEditBtn{height:34px;display:inline-flex;align-items:center;gap:6px;padding:0 11px;border-radius:12px;background:var(--kua-accent-soft);border:1px solid rgba(217,119,6,.14);color:var(--kua-accent-dark);font-size:12px;font-weight:700}.kuaEmptyState,.kuaEmptyDrawer{display:flex;align-items:flex-start;gap:10px;padding:18px;color:var(--kua-text-soft);font-size:12px}.kuaEmptyState strong,.kuaEmptyDrawer strong{display:block;margin-bottom:4px;color:var(--kua-title)}.kuaDrawerOverlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a5c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;pointer-events:none;transition:opacity .24s ease;z-index:50}.kuaDrawerOverlay.is-open{opacity:1;pointer-events:auto}.kuaDrawer{position:fixed;top:10px;right:10px;bottom:10px;width:min(860px,calc(100vw - 20px));background:linear-gradient(180deg,#fffffffa,#f7fafcf5);border:1px solid rgba(15,23,42,.08);border-radius:22px;box-shadow:-24px 0 56px #0f172a2e;transform:translate(calc(100% + 24px));transition:transform .28s ease;z-index:60;display:flex;flex-direction:column;overflow:hidden}.kuaDrawer.is-open{transform:translate(0)}.kuaDrawerHead{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding:16px 18px 14px;border-bottom:1px solid rgba(15,23,42,.08);background:radial-gradient(circle at top right,rgba(251,191,36,.1),transparent 26%),linear-gradient(180deg,#f59e0b14,#ffffffdb)}.kuaDrawerEyebrow{display:inline-block;margin-bottom:4px;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--kua-accent-dark)}.kuaDrawerHead h3{margin:0 0 6px;font-size:20px;line-height:1.16;color:var(--kua-title)}.kuaDrawerHead p{margin:0;font-size:12px;line-height:1.45;color:var(--kua-text-soft)}.kuaDrawerClose{width:36px;height:36px;flex-shrink:0;display:grid;place-items:center;border-radius:12px;background:#fff;border:1px solid rgba(15,23,42,.08);color:var(--kua-text-soft)}.kuaDrawerBody{display:flex;flex-direction:column;gap:12px;padding:14px 18px 18px;overflow-y:auto}.kuaProfileBox{display:flex;align-items:center;gap:12px;padding:14px;background:var(--kua-card-strong);border:1px solid rgba(15,23,42,.08);border-radius:18px}.kuaProfileAvatar{width:48px;height:48px;flex-shrink:0;display:grid;place-items:center;border-radius:14px;background:var(--kua-accent-soft);border:1px solid var(--kua-border-strong);color:var(--kua-accent-dark);font-size:15px;font-weight:800}.kuaProfileText{min-width:0}.kuaProfileText strong{display:block;margin-bottom:4px;font-size:15px;color:var(--kua-title)}.kuaProfileText span{display:block;font-size:12px;color:var(--kua-text-soft);word-break:break-word}.kuaInfoGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.kuaInfoCard{padding:12px;border-radius:15px;background:var(--kua-card-strong);border:1px solid rgba(15,23,42,.08)}.kuaInfoCard span{display:block;margin-bottom:5px;font-size:10px;font-weight:700;color:var(--kua-text-muted);letter-spacing:.04em;text-transform:uppercase}.kuaInfoCard strong{font-size:13px;color:var(--kua-title);line-height:1.35}.kuaFormGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.kuaField{display:flex;flex-direction:column;gap:6px}.kuaField span{font-size:11px;font-weight:700;color:var(--kua-text-soft)}.kuaField input,.kuaField select,.kuaField textarea{width:100%;border:1px solid rgba(15,23,42,.1);background:#fff;border-radius:14px;padding:11px 12px;outline:none;font-size:12px;color:var(--kua-text);transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.kuaField textarea{resize:vertical;min-height:92px}.kuaField input:focus,.kuaField select:focus,.kuaField textarea:focus{border-color:#d977064d;box-shadow:0 0 0 4px #f59e0b1a}.kuaSpan2{grid-column:span 2}.kuaDrawerActions{display:flex;flex-wrap:wrap;gap:8px;padding-top:2px}.kuaPrimaryBtn{height:38px;display:inline-flex;align-items:center;gap:7px;padding:0 14px;border-radius:12px;background:linear-gradient(180deg,var(--kua-accent) 0%,var(--kua-accent-dark) 100%);color:#fff;font-weight:800;box-shadow:0 10px 24px #0c4b5238;font-size:12px}.kuaPrimaryBtn:hover{filter:brightness(1.02);transform:translateY(-1px)}.kuaGhostBtn{height:38px;display:inline-flex;align-items:center;gap:7px;padding:0 13px;border-radius:12px;background:#fff;border:1px solid rgba(15,23,42,.1);color:var(--kua-text);font-weight:700;font-size:12px}.kuaDangerBtn{height:38px;display:inline-flex;align-items:center;gap:7px;padding:0 13px;border-radius:12px;background:#fff1f2;border:1px solid #fecdd3;color:#be123c;font-weight:700;font-size:12px}.kuaDangerBtn:hover{transform:translateY(-1px);background:#ffe8ec}.kuaTopActionBtn:disabled,.kuaPrimaryBtn:disabled,.kuaGhostBtn:disabled,.kuaDangerBtn:disabled,.kuaEditBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}@media(min-width:1400px){.kuaPage{padding:0}.kuaTable{min-width:1360px}.kuaDrawer{width:min(920px,calc(100vw - 20px))}}@media(max-width:1200px){.kuaHero{flex-direction:column;align-items:stretch}.kuaHeroRight{width:100%;justify-content:stretch}.kuaTopSearch{min-width:0;flex:1 1 260px}.kuaInfoGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.kuaPage{padding:4px}.kuaHero{padding:18px;border-radius:22px}.kuaHero h1{font-size:1.34rem}.kuaTableHead{flex-direction:column;align-items:flex-start;padding:18px}.kuaTableHeadRight{width:100%;justify-content:space-between}.kuaInfoGrid,.kuaFormGrid{grid-template-columns:1fr}.kuaSpan2{grid-column:span 1}.kuaDrawer{top:0;right:0;bottom:0;left:0;width:100%;border-radius:0}.kuaTopSearch{min-width:100%}.kuaTopActionBtn{width:100%;justify-content:center}.kuaDrawerActions{flex-direction:column}.kuaPrimaryBtn,.kuaGhostBtn,.kuaDangerBtn{width:100%;justify-content:center}}.koaPage{--koa-card: rgba(255, 255, 255, .96);--koa-line: rgba(15, 23, 42, .08);--koa-line-strong: rgba(217, 119, 6, .18);--koa-text: #18212f;--koa-text-soft: #556171;--koa-accent: #f59e0b;--koa-accent-deep: #c2410c;--koa-danger: #ea580c;--koa-shadow: 0 18px 38px rgba(15, 23, 42, .08);--koa-shadow-soft: 0 10px 22px rgba(15, 23, 42, .06);display:grid;gap:12px;color:var(--koa-text)}.koaPage,.koaPage *{box-sizing:border-box}.koaHero,.koaEditorCard,.koaListCard,.koaFlash{border:1px solid var(--koa-line);border-radius:22px;background:var(--koa-card);box-shadow:var(--koa-shadow)}.koaHero{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;border-color:#f59e0b24;background:radial-gradient(circle at top right,rgba(251,191,36,.12),transparent 32%),linear-gradient(180deg,#fffcf7fa,#fff7edf5);box-shadow:var(--koa-shadow);color:var(--koa-text)}.koaHero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(245,158,11,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(245,158,11,.04) 1px,transparent 1px);background-size:52px 52px;opacity:.22;pointer-events:none}.koaHeroLeft,.koaHeroRight{display:flex;align-items:flex-start;position:relative;z-index:1}.koaHeroLeft{gap:10px;min-width:0}.koaHeroCopy{min-width:0}.koaHeroIcon{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#f59e0b1f;border:1px solid rgba(217,119,6,.12);color:var(--koa-accent-deep);flex-shrink:0}.koaEyebrow,.koaCardEyebrow{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border-radius:999px;background:#f59e0b1f;color:var(--koa-accent-deep);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.koaEyebrow{background:#f59e0b1f;color:var(--koa-accent-deep)}.koaHero h1,.koaCardHead h2{margin:0;letter-spacing:-.03em;color:var(--koa-text)}.koaHero h1{margin-top:8px;font-size:clamp(1.28rem,1.8vw,1.75rem);line-height:1.08;color:var(--koa-text)}.koaHero p,.koaCardHead p{margin:8px 0 0;color:var(--koa-text-soft);font-size:12px;line-height:1.55}.koaHero p{max-width:560px;color:#475569e0}.koaHeroRight{gap:8px;flex-wrap:wrap;justify-content:flex-end;align-items:flex-end}.koaStatCard{min-width:112px;padding:10px 12px;border-radius:16px;border:1px solid rgba(245,158,11,.14);background:#ffffffdb;box-shadow:0 8px 18px #0f172a0a}.koaStatCard span{display:block;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#9a3412c2}.koaStatCard strong{display:block;margin-top:6px;font-size:18px;font-weight:900;color:var(--koa-text)}.koaHero .koaGhostBtn{border-color:#d9770629;background:#fff7edf5;color:var(--koa-accent-deep)}.koaHero .koaGhostBtn:hover{background:#fff3e0fa;box-shadow:var(--koa-shadow-soft)}.koaPrimaryBtn,.koaGhostBtn,.koaDangerBtn,.koaTinyBtn{border:1px solid transparent;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:12px;font-weight:800;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background-color .18s ease,color .18s ease}.koaPrimaryBtn,.koaGhostBtn,.koaDangerBtn{min-height:38px;padding:0 14px}.koaPrimaryBtn{background:linear-gradient(135deg,var(--koa-accent-deep),var(--koa-accent));color:#fff;box-shadow:0 12px 24px #0f172a29}.koaGhostBtn{border-color:var(--koa-line);background:#ffffffe6;color:var(--koa-text)}.koaDangerBtn{border-color:#f973162e;background:#fef2f2eb;color:var(--koa-danger)}.koaPrimaryBtn.is-compact,.koaGhostBtn.is-compact,.koaDangerBtn.is-compact{min-height:34px;padding:0 12px}.koaPrimaryBtn:hover,.koaGhostBtn:hover,.koaDangerBtn:hover,.koaTinyBtn:hover,.koaListItem:hover{transform:translateY(-1px)}.koaGhostBtn:hover,.koaTinyBtn:hover,.koaListItem:hover{box-shadow:var(--koa-shadow-soft)}.koaFlash{padding:11px 13px;font-size:12px;font-weight:700}.koaFlash.is-success{border-color:#16a34a2e;color:#166534;background:#f0fdf4fa}.koaFlash.is-error{border-color:#f973162e;color:#c2410c;background:#fef2f2fa}.koaFlash.is-info{border-color:#d977062e;color:var(--koa-accent-deep);background:#fff7edfa}.koaWorkspace{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);gap:12px;align-items:start}.koaEditorCard,.koaListCard{padding:16px}.koaCardHead{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:12px}.koaCardHead h2{margin-top:8px;font-size:1.15rem}.koaHeadActions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.koaCountText{font-size:12px;font-weight:700;color:var(--koa-text-soft);white-space:nowrap}.koaForm{display:grid;gap:12px}.koaFormGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.koaField{display:grid;gap:6px}.koaFieldNote{font-size:11px;font-weight:700;color:var(--koa-text-soft)}.koaField span{font-size:11px;font-weight:800;color:var(--koa-text-soft)}.koaField input,.koaField textarea,.koaSearchField input{width:100%;border-radius:14px;border:1px solid var(--koa-line);background:#fffffff5;color:var(--koa-text);padding:11px 12px;font-size:12px;font-weight:700;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.koaField textarea{min-height:120px;resize:vertical}.koaField input:focus,.koaField textarea:focus,.koaSearchField input:focus{outline:none;border-color:#d977066b;box-shadow:0 0 0 4px #f59e0b1f;background:#fff}.koaField input.is-invalid,.koaField textarea.is-invalid{border-color:#f9731657;box-shadow:0 0 0 4px #f973161a}.koaFieldNote.is-error{color:var(--koa-danger)}.koaSpan2{grid-column:span 2}.koaFieldGuide{padding:12px;border-radius:16px;border:1px solid var(--koa-line);background:#f8fafcd6}.koaGuideTitle{display:block;font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;color:var(--koa-text-soft)}.koaGuideList{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.koaGuideCode{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;border:1px solid rgba(245,158,11,.14);background:#fff7edf0;color:var(--koa-accent-deep);font-size:11px;font-weight:800;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.koaFormActions{display:flex;gap:8px;flex-wrap:wrap}.koaToolbar{margin-bottom:10px}.koaSearchField{display:grid;grid-template-columns:16px minmax(0,1fr);align-items:center;gap:8px;min-height:40px;padding:0 12px;border-radius:14px;border:1px solid var(--koa-line);background:#fffffff5;color:var(--koa-text-soft)}.koaSearchField input{border:0;background:transparent;padding:0;min-width:0;box-shadow:none}.koaListBody{display:grid;gap:10px}.koaListItem{display:grid;grid-template-columns:50px minmax(0,1fr);gap:10px;padding:11px;border-radius:16px;border:1px solid rgba(15,23,42,.08);background:#ffffffeb;cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.koaListItem.is-selected{border-color:#d977065c;background:#fff7edeb}.koaListOrder{display:flex;align-items:center;justify-content:center;border-radius:14px;background:linear-gradient(180deg,#f59e0b2e,#f59e0b0d);color:var(--koa-accent-deep);font-size:.95rem;font-weight:900}.koaListContent{display:grid;gap:8px;min-width:0}.koaListTop{display:flex;align-items:center;justify-content:space-between;gap:8px}.koaListTop strong{font-size:.95rem;font-weight:900;letter-spacing:-.02em}.koaListContent p{margin:0;color:var(--koa-text-soft);font-size:11px;line-height:1.5}.koaChipRow{display:flex;flex-wrap:wrap;gap:6px}.koaChip{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:0 9px;border-radius:999px;background:#f59e0b14;color:var(--koa-accent-deep);font-size:10px;font-weight:800}.koaTinyBtn{width:30px;height:30px;border-color:#0f172a14;background:#ffffffe6;color:var(--koa-text-soft)}.koaTinyBtn:disabled,.koaPrimaryBtn:disabled,.koaGhostBtn:disabled,.koaDangerBtn:disabled{opacity:.5;cursor:default;transform:none;box-shadow:none}.koaEmptyState{display:grid;grid-template-columns:34px minmax(0,1fr);gap:12px;align-items:flex-start;padding:14px;border:1px dashed rgba(217,119,6,.22);border-radius:16px;background:#fff7eda8;color:var(--koa-text-soft)}.koaEmptyState strong{display:block;color:var(--koa-text);font-weight:900;font-size:12px}.koaEmptyState p{margin:4px 0 0;font-size:11px;line-height:1.45}@media(min-width:1400px){.koaWorkspace{grid-template-columns:minmax(0,1.12fr) minmax(380px,.88fr)}}@media(max-width:1180px){.koaWorkspace{grid-template-columns:1fr}}@media(max-width:980px){.koaHero{align-items:flex-start}.koaHeroRight{width:100%;justify-content:flex-start}.koaStatCard{flex:1 1 calc(33.333% - 8px);min-width:min(160px,100%)}.koaCardHead{flex-wrap:wrap}.koaCountText{width:100%;white-space:normal}}@media(max-width:860px){.koaHero{flex-direction:column;align-items:stretch}.koaHeroRight,.koaHeadActions,.koaFormActions{width:100%}.koaHeroRight>*,.koaHeadActions>*,.koaFormActions>*{width:100%}.koaCardHead,.koaListTop{flex-direction:column;align-items:flex-start}}@media(max-width:640px){.koaPage{gap:10px}.koaHero,.koaEditorCard,.koaListCard,.koaFlash{border-radius:18px}.koaHero,.koaEditorCard,.koaListCard{padding:14px}.koaHero h1{font-size:1.35rem}.koaFormGrid{grid-template-columns:1fr}.koaSpan2{grid-column:span 1}.koaListItem{grid-template-columns:1fr}.koaListOrder{min-height:40px}.koaGuideList,.koaChipRow{gap:6px}}.klPage{display:grid;gap:8px;color:#0f172a}.klHeader,.klPanel,.klStatCard{border:1px solid rgba(15,23,42,.1);background:#fffffff0;box-shadow:0 14px 32px #0f172a12}.klHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:11px 12px;border-radius:14px}.klHeaderCopy{display:grid;gap:3px;max-width:640px}.klEyebrow{display:inline-flex;align-items:center;width:fit-content;min-height:18px;padding:0 8px;border-radius:999px;background:#f973161f;color:#9a3412;font-size:8px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.klHeader h1{margin:0;font-size:clamp(18px,2vw,24px);line-height:1.08;letter-spacing:-.03em}.klHeader p{margin:0;color:#0f172aad;font-size:11px;line-height:1.4}.klStatsGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(135px,1fr));gap:6px}.klStatCard{border-radius:12px;padding:9px 10px;display:grid;gap:4px}.klStatCard strong{font-size:clamp(18px,1.8vw,22px);letter-spacing:-.02em}.klStatLabel,.klMuted,.klCell>span,.klCellLabel{color:#0f172a9e}.klStatLabel,.klCellLabel{font-size:9px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.klPanel{border-radius:12px;padding:10px;display:grid;gap:8px}.klPanelHead{display:flex;align-items:center;justify-content:space-between;gap:6px}.klPanelHead h2{margin:0;display:inline-flex;align-items:center;gap:5px;font-size:12px;text-transform:uppercase;letter-spacing:.05em}.klMuted{font-size:10px;font-weight:700}.klFilterGrid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:6px}.klField{grid-column:span 3;display:grid;gap:4px}.klFieldSearch{grid-column:span 6}.klField>span{font-size:9px;font-weight:700;color:#0f172aad}.klField input{min-height:32px;border-radius:9px;border:1px solid rgba(15,23,42,.14);background:#fff;padding:0 9px;font-size:11px;color:#0f172a;outline:none}.klField input:focus,.klInputWrap:focus-within{border-color:#f9731680;box-shadow:0 0 0 3px #f9731624}.klInputWrap{display:flex;align-items:center;gap:6px;min-height:32px;border-radius:9px;border:1px solid rgba(15,23,42,.14);background:#fff;padding:0 9px}.klInputWrap input{min-height:30px;border:0;padding:0;width:100%;background:transparent;box-shadow:none}.klInputWrap input:focus{box-shadow:none}.klFilterActions{grid-column:span 3;display:flex;align-items:flex-end;gap:5px}.klPrimaryBtn,.klGhostBtn{min-height:32px;border-radius:9px;border:1px solid rgba(15,23,42,.14);padding:0 10px;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:10px;font-weight:800;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.klPrimaryBtn{background:linear-gradient(135deg,#f97316,#ea580c);border-color:#f9731673;color:#fff}.klGhostBtn{background:#fff;color:#0f172a}.klPrimaryBtn:hover,.klGhostBtn:hover{transform:translateY(-1px)}.klPrimaryBtn:hover{box-shadow:0 10px 22px #ea580c33}.klGhostBtn:hover{border-color:#f9731666}.klPrimaryBtn:disabled,.klGhostBtn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.klAlert{border-radius:9px;padding:7px 9px;font-size:10px;font-weight:700}.klAlert.is-error{background:#dc26261a;border:1px solid rgba(220,38,38,.2);color:#991b1b}.klAlert.is-info{background:#0ea5e91a;border:1px solid rgba(14,165,233,.2);color:#0c4a6e}.klTableWrap{overflow:auto;border-radius:12px;border:1px solid rgba(15,23,42,.1)}.klTable{width:100%;min-width:980px;border-collapse:collapse;background:#fff}.klTable th,.klTable td{padding:11px 12px;border-bottom:1px solid rgba(15,23,42,.1);text-align:left;vertical-align:top}.klTable thead th{position:sticky;top:0;z-index:1;background:#f8fafc;color:#0f172aa8;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.klTable tbody tr{transition:background .16s ease}.klTable tbody tr:nth-child(2n){background:#f8fafcb8}.klTable tbody tr+tr td{border-top:2px solid rgba(226,232,240,.95)}.klTable tbody tr:hover{background:#f1f5f9e6}.klTable td strong{display:block;font-size:14px;line-height:1.2;color:#0f172a}.klTable td small{display:block;margin-top:4px;color:#0f172aa3;font-size:11px;line-height:1.45}.klInlineMeta{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.klMetaPill{display:inline-flex;align-items:center;justify-content:center;min-height:22px;padding:0 8px;border-radius:999px;background:#0f172a0f;border:1px solid rgba(15,23,42,.08);color:#0f172ab8;font-size:10px;font-weight:800;white-space:nowrap}.klMetaPill.is-accent{background:#f973161a;border-color:#f973162e;color:#9a3412}.klBalanceFlow{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap}.klBalancePill{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:0 9px;border-radius:999px;background:#0f172a0f;border:1px solid rgba(15,23,42,.08);color:#0f172a;font-size:11px;font-weight:800}.klBalancePill.is-active{background:#f973161f;border-color:#f9731633;color:#9a3412}.klBalanceArrow{font-weight:900;color:#f97316;font-size:12px}.klLoadingRow,.klEmptyRow{min-height:120px;display:flex;align-items:center;justify-content:center;gap:8px;color:#0f172aa3;font-size:13px;font-weight:700}.klPagination{display:flex;align-items:center;justify-content:flex-end;gap:8px;padding-top:2px;flex-wrap:wrap}.klPageLabel{font-size:12px;font-weight:800;color:#0f172ab8;padding:0 4px}.klSpin{animation:kl-spin .8s linear infinite}@keyframes kl-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:1180px){.klTable{min-width:900px}}@media(max-width:900px){.klHeader,.klPanelHead,.klPagination{flex-direction:column;align-items:stretch}.klField,.klFieldSearch,.klFilterActions{grid-column:span 12}}@media(max-width:680px){.klPanel,.klHeader{padding:10px}}.kugcPage{display:flex;flex-direction:column;gap:12px;color:#0f172a}.kugcHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px;border-radius:16px;border:1px solid rgba(15,23,42,.1);background:linear-gradient(180deg,#fffffff5,#f7fafce6)}.kugcHeaderCopy{display:grid;gap:6px}.kugcEyebrow{display:inline-flex;align-items:center;width:fit-content;min-height:22px;padding:0 10px;border-radius:999px;background:#f973161f;color:#9a3412;font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.kugcHeader h1{margin:0;font-size:clamp(20px,2vw,28px);letter-spacing:-.02em}.kugcHeader p{margin:0;color:#0f172aad;font-size:13px;line-height:1.5;max-width:760px}.kugcHeaderActions{display:flex;align-items:center;gap:8px}.kugcStatsGrid{display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.kugcStatCard{min-height:86px;border-radius:14px;border:1px solid rgba(15,23,42,.08);background:#ffffffeb;padding:12px;display:grid;gap:8px}.kugcStatCard strong{font-size:24px;line-height:1;letter-spacing:-.02em}.kugcStatLabel{color:#0f172aad;font-size:12px;font-weight:700}.kugcPanel{border-radius:14px;border:1px solid rgba(15,23,42,.1);background:#fffffff0;padding:12px;display:grid;gap:12px}.kugcPanelHead{display:flex;justify-content:space-between;align-items:center;gap:10px}.kugcPanelHead h2{margin:0;display:inline-flex;align-items:center;gap:8px;font-size:14px;letter-spacing:.02em;text-transform:uppercase}.kugcMuted{color:#0f172a8f;font-size:12px}.kugcFilterGrid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:10px}.kugcField{grid-column:span 3;display:grid;gap:6px}.kugcFieldSearch{grid-column:span 6}.kugcFieldSmall{grid-column:span 2}.kugcField>span{font-size:11px;font-weight:700;color:#0f172aad}.kugcField input,.kugcField select{min-height:38px;border-radius:10px;border:1px solid rgba(15,23,42,.14);background:#fff;padding:0 10px;font-size:13px;color:#0f172a;outline:none}.kugcField input:focus,.kugcField select:focus{border-color:#f9731680;box-shadow:0 0 0 3px #f9731624}.kugcInputWrap{display:flex;align-items:center;gap:8px;min-height:38px;border-radius:10px;border:1px solid rgba(15,23,42,.14);background:#fff;padding:0 10px}.kugcInputWrap:focus-within{border-color:#f9731680;box-shadow:0 0 0 3px #f9731624}.kugcInputWrap input{border:0;min-height:36px;width:100%;padding:0;background:transparent;box-shadow:none}.kugcInputWrap input:focus{box-shadow:none}.kugcFilterActions{grid-column:span 4;display:flex;align-items:flex-end;gap:8px}.kugcPrimaryBtn,.kugcGhostBtn,.kugcIconBtn{border:1px solid rgba(15,23,42,.14);border-radius:10px;background:#fff;color:#0f172a;font-size:12px;font-weight:800;min-height:36px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease,background .15s ease}.kugcPrimaryBtn{border-color:#f9731666;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff}.kugcPrimaryBtn:hover,.kugcGhostBtn:hover,.kugcIconBtn:hover{transform:translateY(-1px)}.kugcPrimaryBtn:hover{box-shadow:0 12px 22px #ea580c3d}.kugcGhostBtn:hover,.kugcIconBtn:hover{border-color:#f9731666}.kugcPrimaryBtn:disabled,.kugcGhostBtn:disabled,.kugcIconBtn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.kugcAlert{border-radius:10px;padding:9px 10px;font-size:12px;font-weight:700}.kugcAlert.is-error{background:#dc26261f;border:1px solid rgba(220,38,38,.22);color:#991b1b}.kugcAlert.is-info{background:#0e74901f;border:1px solid rgba(14,116,144,.2);color:#0c4a6e}.kugcTableWrap{overflow:auto;border-radius:12px;border:1px solid rgba(15,23,42,.1)}.kugcTable{width:100%;min-width:1040px;border-collapse:collapse;background:#fff}.kugcTable th,.kugcTable td{padding:10px;border-bottom:1px solid rgba(15,23,42,.08);text-align:left;vertical-align:top}.kugcTable th{position:sticky;top:0;z-index:1;background:#f8fafc;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:#0f172aa8}.kugcTable td strong{display:block;font-size:13px;line-height:1.4}.kugcTable td small{display:block;margin-top:3px;color:#0f172aa3;font-size:11px;line-height:1.45}.kugcErrorText{color:#b91c1c!important}.kugcStatus{display:inline-flex;align-items:center;justify-content:center;min-height:22px;padding:0 9px;border-radius:999px;border:1px solid transparent;font-size:11px;font-weight:800;text-transform:lowercase}.kugcStatus.is-success{background:#16a34a1f;border-color:#16a34a47;color:#166534}.kugcStatus.is-progress{background:#0e74901f;border-color:#0e749042;color:#0c4a6e}.kugcStatus.is-error{background:#dc26261f;border-color:#dc262642;color:#991b1b}.kugcStatus.is-neutral{background:#4755691f;border-color:#47556947;color:#334155}.kugcActionGroup{display:flex;flex-wrap:wrap;gap:6px}.kugcLoadingRow,.kugcEmptyRow{min-height:140px;display:flex;align-items:center;justify-content:center;gap:8px;color:#0f172aa8;font-size:13px}.kugcPagination{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.kugcPageLabel{font-size:12px;font-weight:800;color:#0f172ab8;padding:0 4px}.kugcDetailOverlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a7a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:90}.kugcDetailDrawer{position:fixed;top:0;right:0;width:min(820px,100vw);height:100vh;background:#f8fafc;border-left:1px solid rgba(15,23,42,.14);box-shadow:-26px 0 60px #0f172a33;z-index:95;display:grid;grid-template-rows:auto 1fr}.kugcDetailHead{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px;border-bottom:1px solid rgba(15,23,42,.12);background:#fff}.kugcDetailHead h3{margin:4px 0 0;font-size:20px}.kugcDetailBody{overflow:auto;padding:12px;display:grid;gap:12px}.kugcDetailLoading{display:flex;align-items:center;justify-content:center;gap:8px;min-height:200px;color:#0f172aad;font-size:13px}.kugcDetailActions{display:flex;gap:8px;flex-wrap:wrap}.kugcMetaGrid{display:grid;gap:8px;grid-template-columns:repeat(3,minmax(0,1fr))}.kugcMetaItem{border-radius:10px;border:1px solid rgba(15,23,42,.1);background:#fff;padding:10px;display:grid;gap:4px}.kugcMetaItem>span{color:#0f172aa3;font-size:11px;text-transform:uppercase;letter-spacing:.06em}.kugcMetaItem strong{font-size:14px;line-height:1.4}.kugcMetaItem small{color:#0f172aa3;font-size:11px}.kugcAnswerSection{border-radius:10px;border:1px solid rgba(15,23,42,.1);background:#fff;padding:10px;display:grid;gap:8px}.kugcAnswerSection h4{margin:0;font-size:13px;text-transform:uppercase;letter-spacing:.08em}.kugcAnswerBlocks{margin:0;display:grid;gap:10px;max-height:460px;overflow:auto}.kugcAnswerTextItem,.kugcAnswerTableItem{border:1px solid rgba(15,23,42,.12);border-radius:8px;background:#fff;padding:8px}.kugcAnswerTextItem strong,.kugcAnswerTableItem h5{margin:0;font-size:12px;line-height:1.4;color:#0f172a}.kugcAnswerTextItem p{margin:4px 0 0;font-size:12px;line-height:1.55;color:#0f172adb;word-break:break-word}.kugcAnswerTableWrap{margin-top:6px;overflow:auto}.kugcAnswerTable{width:100%;border-collapse:collapse;min-width:520px}.kugcAnswerTable th,.kugcAnswerTable td{border:1px solid rgba(15,23,42,.14);padding:6px 8px;font-size:12px;line-height:1.4;text-align:left;vertical-align:top}.kugcAnswerTable th{background:#f8fafc;font-weight:800}.kugcAnswerEmpty{margin:0;font-size:12px;color:#0f172a9e}.is-spin{animation:kugc-spin .8s linear infinite}@keyframes kugc-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:1200px){.kugcField{grid-column:span 4}.kugcFieldSearch{grid-column:span 8}.kugcFieldSmall{grid-column:span 4}.kugcFilterActions{grid-column:span 12}}@media(max-width:900px){.kugcHeader{flex-direction:column}.kugcField,.kugcFieldSearch,.kugcFieldSmall{grid-column:span 12}.kugcMetaGrid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.kugcPage{gap:10px}.kugcPanel,.kugcHeader{padding:10px}.kugcStatsGrid{grid-template-columns:1fr 1fr}.kugcDetailDrawer{width:100vw}.kugcMetaGrid{grid-template-columns:1fr}}.ypLoginPage,.ypLoginPage *{box-sizing:border-box}.ypLoginPage{--yp-login-cover: url(/auth-bg.jpg);min-height:100dvh;height:100dvh;padding:0;overflow:auto;color:#111827;background:radial-gradient(820px 520px at 0% 0%,rgba(249,115,22,.18),transparent 62%),radial-gradient(760px 520px at 100% 100%,rgba(245,158,11,.16),transparent 60%),linear-gradient(180deg,#fff7ed,#fffaf5 42%,#fff)}.ypLoginShell{position:relative;isolation:isolate;width:100%;min-height:100dvh;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);background:#ffffff6b;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.ypLoginShell:before{content:"";position:absolute;left:52%;top:50%;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(249,115,22,.1),transparent 72%);transform:translate(-50%,-50%);pointer-events:none}.ypLoginIntro{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-start;gap:18px;padding:clamp(200px,18vw,250px) clamp(32px,4vw,58px) 42px;background:#111827;color:#fffaf5;border-right:1px solid rgba(255,237,213,.14)}.ypLoginIntro:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0f172a57,#0f172abd),linear-gradient(135deg,#c2410c38,#0f172a14),var(--yp-login-cover) center center / cover no-repeat;transform:scale(1.02);pointer-events:none}.ypLoginIntro:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:56px 56px;opacity:.12;pointer-events:none}.ypLoginBrand,.ypLoginIntroBody,.ypLoginStatusGrid,.ypLoginFeatureList{position:relative;z-index:1}.ypLoginBrand{position:absolute;top:0;left:clamp(32px,4vw,58px);z-index:2;display:inline-flex;align-items:center;justify-content:flex-start;margin-bottom:0}.ypLoginBrandLogo{width:clamp(190px,14vw,240px);height:clamp(190px,14vw,240px);display:grid;place-items:center;flex:0 0 auto}.ypLoginBrandLogo img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 22px 32px rgba(124,45,18,.28))}.ypLoginIntroEyebrow,.ypLoginPanelEyebrow{display:inline-flex;align-items:center;justify-content:center;min-height:32px;width:fit-content;padding:0 14px;border-radius:999px;font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.ypLoginIntroEyebrow{border:1px solid rgba(255,237,213,.22);background:#ffffff1f;color:#fff1df}.ypLoginIntroBody h1{margin:10px 0 0;max-width:8ch;font-family:Sora,Plus Jakarta Sans,sans-serif;font-size:clamp(2.55rem,3.4vw,3.55rem);font-weight:900;line-height:.98;letter-spacing:-.06em}.ypLoginIntroBody p{margin:10px 0 0;max-width:34rem;color:#ffedd5e0;font-size:13px;font-weight:700;line-height:1.7}.ypLoginQuickRow{display:flex;flex-wrap:wrap;gap:8px}.ypLoginQuickChip{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 16px;border-radius:999px;border:1px solid rgba(255,237,213,.18);background:#ffffff1f;box-shadow:0 18px 28px #7c2d121f;color:#fff4e6;font-size:12px;font-weight:900;letter-spacing:.04em}.ypLoginIntroSummary{position:relative;z-index:1;display:grid;gap:12px;padding:18px 18px 16px;border-radius:24px;border:1px solid rgba(255,237,213,.12);background:linear-gradient(180deg,#ffffff24,#ffffff14);box-shadow:0 20px 34px #7c2d121f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.ypLoginIntroSummary>strong{color:#fff8f1;font-size:15px;font-weight:900;letter-spacing:-.03em}.ypLoginIntroSummary>p{margin:0;max-width:34rem;color:#ffedd5d6;font-size:12px;font-weight:700;line-height:1.7}.ypLoginDetailList{display:grid;gap:10px}.ypLoginDetailItem{display:grid;gap:4px;padding-left:12px;border-left:2px solid rgba(255,237,213,.22)}.ypLoginDetailItem strong{color:#fff;font-size:12px;font-weight:900;letter-spacing:-.02em}.ypLoginDetailItem span{color:#ffedd5c2;font-size:11px;font-weight:700;line-height:1.6}.ypLoginStatusGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.ypLoginStatusCard{display:grid;gap:8px;padding:15px;border-radius:20px;border:1px solid rgba(255,237,213,.12);background:linear-gradient(180deg,#ffffff24,#ffffff14);box-shadow:0 20px 34px #7c2d121f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.ypLoginStatusCard:nth-child(1){background:linear-gradient(180deg,#ffffff2e,#fff4e614)}.ypLoginStatusCard:nth-child(2){background:linear-gradient(180deg,#ffffff24,#fed7aa1a)}.ypLoginStatusCard:nth-child(3){background:linear-gradient(180deg,#ffffff24,#fdba7414)}.ypLoginStatusCard span{font-size:10px;font-weight:900;color:#ffedd5c7;letter-spacing:.16em;text-transform:uppercase}.ypLoginStatusCard strong{font-size:16px;font-weight:900;color:#fff;line-height:1.2}.ypLoginFeatureList{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.ypLoginFeatureCard{position:relative;display:block;padding:16px 16px 15px;border-radius:20px;border:1px solid rgba(255,237,213,.1);background:linear-gradient(180deg,#ffffff1c,#ffffff0f);box-shadow:0 20px 34px #7c2d121a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.ypLoginFeatureCard:before{content:"";position:absolute;left:16px;top:16px;width:28px;height:3px;border-radius:999px;background:linear-gradient(90deg,#fdba74,#ffffffe6)}.ypLoginFeatureCard strong{display:block;padding-top:10px;font-size:14px;font-weight:900;color:#fff8f1;letter-spacing:-.03em}.ypLoginFeatureCard p{margin:6px 0 0;color:#ffedd5d1;font-size:12px;font-weight:700;line-height:1.6}.ypLoginPanel{position:relative;display:flex;align-items:stretch;justify-content:stretch;padding:0;background:radial-gradient(circle at top left,rgba(251,191,36,.14),transparent 28%),linear-gradient(180deg,#ffffffeb,#fffaf5f5)}.ypLoginPanel:before{content:"";position:absolute;top:44px;right:52px;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(249,115,22,.08),transparent 70%);pointer-events:none}.ypLoginPanelSurface{position:relative;z-index:1;overflow:hidden;width:100%;min-height:100dvh;padding:56px clamp(28px,4vw,68px);border-radius:0;border:0;background:#ffffffb8;box-shadow:inset 0 1px #fffc;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);display:flex;flex-direction:column;justify-content:center}.ypLoginPanelSurface:before{content:"";position:absolute;inset:0 0 auto 0;height:6px;background:linear-gradient(90deg,#f59e0b,#ea580c,#c2410c)}.ypLoginPanelSurface:after{content:"";position:absolute;top:-70px;right:-70px;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(249,115,22,.12),transparent 72%);pointer-events:none}.ypLoginPanelHead{display:grid;gap:10px;margin-bottom:28px;padding-bottom:20px;border-bottom:1px solid rgba(226,232,240,.84);width:min(100%,560px);margin-inline:auto}.ypLoginPanelEyebrow{border:1px solid rgba(245,158,11,.16);background:#fff7edf5;color:#c2410c}.ypLoginPanelHead h2{margin:0;font-family:Sora,Plus Jakarta Sans,sans-serif;font-size:clamp(2rem,2.4vw,2.45rem);font-weight:900;line-height:1;letter-spacing:-.05em;color:#0f172a}.ypLoginPanelHead p{margin:0;max-width:28rem;color:#64748b;font-size:14px;font-weight:700;line-height:1.7}.ypLoginForm{display:grid;gap:20px;width:min(100%,560px);margin-inline:auto}.ypLoginField{display:grid;gap:10px}.ypLoginField>span{font-size:12px;font-weight:900;letter-spacing:.05em;text-transform:uppercase;color:#1f2937}.ypLoginInputWrap{display:flex;align-items:center;gap:12px;min-height:62px;padding:0 18px;border-radius:20px;border:1px solid rgba(203,213,225,.84);background:#fffffff5;box-shadow:0 10px 24px #0f172a0a;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease,background .2s ease}.ypLoginInputWrap:focus-within{border-color:#ea580c57;background:#fff;box-shadow:0 20px 32px #f973161f,0 0 0 4px #fb923c1f;transform:translateY(-1px)}.ypLoginInputWrap svg{color:#c2410c;flex:0 0 auto}.ypLoginInputWrap input{width:100%;border:0;outline:0;background:transparent;color:#0f172a;font-size:15px;font-weight:800}.ypLoginInputWrap input::placeholder{color:#94a3b8;font-weight:700}.ypLoginFormMeta{display:flex;align-items:center;justify-content:space-between;gap:12px}.ypLoginCheck{display:inline-flex;align-items:center;gap:10px;color:#334155;font-size:14px;font-weight:800}.ypLoginCheck input{width:18px;height:18px;accent-color:#ea580c}.ypLoginError{padding:14px 16px;border-radius:18px;border:1px solid rgba(239,68,68,.2);background:#fef2f2f5;color:#c2410c;font-size:13px;font-weight:800;line-height:1.55}.ypLoginProgress{display:grid;gap:10px;padding:14px 16px;border-radius:18px;border:1px solid rgba(245,158,11,.16);background:#fff7edf0}.ypLoginProgressMeta{display:grid;gap:4px}.ypLoginProgressMeta strong{color:#9a3412;font-size:13px;font-weight:900;letter-spacing:-.02em}.ypLoginProgressMeta span{color:#c2410c;font-size:12px;font-weight:700;line-height:1.55}.ypLoginProgressBar{position:relative;overflow:hidden;height:10px;border-radius:999px;background:#fbbf2433}.ypLoginProgressBar span{position:absolute;inset:0 auto 0 0;width:100%;border-radius:inherit;background:linear-gradient(90deg,#f59e0b,#ea580c 52%,#c2410c);transform-origin:left center;animation:ypLoginProgressFill 2s ease forwards}.ypLoginSubmit{display:inline-flex;align-items:center;justify-content:center;gap:12px;width:100%;min-height:60px;padding:0 22px;border:0;border-radius:20px;background:linear-gradient(135deg,#f59e0b,#ea580c 52%,#c2410c);color:#fff;font-size:16px;font-weight:900;letter-spacing:-.02em;cursor:pointer;box-shadow:0 24px 40px #ea580c38;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.ypLoginSubmit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 28px 44px #ea580c47;filter:saturate(1.04)}.ypLoginSubmit:disabled{cursor:wait;opacity:.82}.ypLoginPanelNote{padding:14px 16px;border-radius:18px;border:1px solid rgba(245,158,11,.16);background:#fff7edf0;color:#9a3412;font-size:12px;font-weight:800;line-height:1.6}@keyframes ypLoginProgressFill{0%{transform:scaleX(.06)}to{transform:scaleX(1)}}@media(max-width:1120px){.ypLoginShell{grid-template-columns:1fr}.ypLoginIntro,.ypLoginPanel{min-height:0}.ypLoginIntro{border-right:0;border-bottom:1px solid rgba(255,237,213,.14)}.ypLoginPanelSurface{min-height:0}}@media(max-width:768px){.ypLoginPage{height:auto;min-height:100dvh;overflow:auto}.ypLoginIntro,.ypLoginPanel{padding:28px 20px}.ypLoginIntro{padding:180px 20px 28px}.ypLoginPanel{padding:0}.ypLoginBrand{top:0;left:20px}.ypLoginBrandLogo{width:clamp(130px,34vw,180px);height:clamp(130px,34vw,180px)}.ypLoginIntroBody h1{max-width:none;font-size:clamp(2.35rem,11vw,3rem)}.ypLoginIntroBody p,.ypLoginPanelHead p{max-width:none}.ypLoginFeatureList{grid-template-columns:1fr}.ypLoginStatusGrid{gap:8px}.ypLoginStatusGrid{grid-template-columns:1fr}.ypLoginPanelSurface{min-height:0;padding:32px 20px 36px}.ypLoginFormMeta{align-items:flex-start;flex-direction:column}.ypLoginInputWrap{min-height:58px;padding:0 16px}}.ypRoot{--bg0: #eef2f4;--bg1: #f7fafb;--text0: rgba(15, 23, 42, .96);--text1: rgba(15, 23, 42, .74);--text2: rgba(15, 23, 42, .56);--accent: #f59e0b;--accent2: #c2410c;--line: rgba(15, 23, 42, .1);--line2: rgba(15, 23, 42, .06);--card: rgba(255, 255, 255, .92);--shadow: 0 20px 60px rgba(15, 23, 42, .1);--shadow2: 0 10px 30px rgba(15, 23, 42, .08);--sideW: 304px;--sideWCollapsed: 96px;--topH: 72px;height:100%;min-height:100vh;padding:10px;gap:12px;background:radial-gradient(900px 520px at 16% 0%,rgba(245,158,11,.12),transparent 60%),radial-gradient(1000px 620px at 100% 18%,rgba(234,88,12,.08),transparent 60%),linear-gradient(180deg,var(--bg0),var(--bg1));color:var(--text0);display:flex;overflow:hidden;position:relative;width:100%;max-width:100%}.ypRoot,.ypRoot *{box-sizing:border-box}.ypOverlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a6b;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;pointer-events:none;transition:opacity .18s ease;z-index:40}.ypOverlay.is-open{opacity:1;pointer-events:auto}.ypConfirmOverlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a7a;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:80}.ypConfirmDialog{position:fixed;top:50%;left:50%;width:min(420px,calc(100vw - 24px));padding:20px;border-radius:22px;border:1px solid rgba(245,158,11,.16);background:linear-gradient(180deg,#fffffffa,#fff7edf5);box-shadow:0 28px 70px #0f172a38;transform:translate(-50%,-50%);z-index:90}.ypConfirmEyebrow{display:inline-flex;align-items:center;min-height:24px;padding:0 10px;border-radius:999px;background:#f59e0b1f;color:#9a3412;font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.ypConfirmDialog h3{margin:12px 0 0;font-size:22px;line-height:1.14;letter-spacing:-.03em;color:var(--text0)}.ypConfirmDialog p{margin:10px 0 0;color:var(--text1);font-size:13px;line-height:1.6}.ypConfirmActions{display:flex;gap:10px;margin-top:18px}.ypConfirmGhostBtn,.ypConfirmDangerBtn{flex:1 1 0;min-height:42px;border-radius:14px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:12px;font-weight:900;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease,background .15s ease}.ypConfirmGhostBtn{border-color:#f59e0b29;background:#fffffff5;color:var(--text0)}.ypConfirmDangerBtn{border-color:#c2410c38;background:linear-gradient(135deg,#ea580c,#c2410c);color:#fff}.ypConfirmGhostBtn:hover,.ypConfirmDangerBtn:hover{transform:translateY(-1px)}.ypConfirmGhostBtn:hover{box-shadow:0 12px 24px #0f172a14}.ypConfirmDangerBtn:hover{box-shadow:0 16px 28px #c2410c2e}.ypSidebar{width:var(--sideW);background:linear-gradient(rgba(245,158,11,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(245,158,11,.04) 1px,transparent 1px),radial-gradient(circle at top right,rgba(251,191,36,.16),transparent 34%),linear-gradient(180deg,#fffcf7fa,#fff7edf5);background-size:52px 52px,52px 52px,auto,auto;border:1px solid rgba(245,158,11,.12);border-radius:24px;box-shadow:0 24px 60px #0f172a1f;display:flex;flex-direction:column;position:relative;z-index:50;transition:width .18s ease,transform .18s ease;overflow:hidden;flex-shrink:0}.ypSidebar.is-collapsed{width:var(--sideWCollapsed)}.ypSidebarHeader{height:var(--topH);padding:14px;display:flex;align-items:center;gap:10px;border-bottom:1px solid rgba(245,158,11,.12);background:linear-gradient(180deg,#fffaf0f0,#fff7edc2)}.ypBrand{all:unset;cursor:pointer;display:flex;align-items:center;gap:10px;flex:1;min-width:0}.ypBrandDot{width:12px;height:12px;border-radius:6px;background:linear-gradient(135deg,#f59e0b,#c2410c);box-shadow:0 10px 18px #d9770647;flex:0 0 auto}.ypBrandText{display:flex;flex-direction:column;line-height:1.1;min-width:0}.ypBrandTitle{font-weight:900;letter-spacing:.02em;font-size:12px;text-transform:uppercase;color:#0f172af5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ypBrandSub{font-weight:800;font-size:10px;color:#78350f94;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ypSidebarBody{padding:16px;display:flex;flex-direction:column;gap:12px;flex:1 1 auto;min-height:0;overflow:auto}.ypNavSection{display:flex;flex-direction:column;gap:8px}.ypNavLabel{font-weight:900;font-size:10px;text-transform:uppercase;letter-spacing:.16em;color:#c2410cb8;margin:2px 6px 6px}.ypNavItem{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:14px;border:1px solid rgba(245,158,11,.08);text-decoration:none;color:#0f172ad1;font-weight:900;font-size:12px;letter-spacing:.02em;background:#ffffffb8;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease,background .15s ease,color .15s ease}.ypNavItem:hover{transform:translateY(-1px);background:linear-gradient(135deg,#f59e0b,#ea580c);border-color:#ea580c47;color:#fff;box-shadow:0 12px 24px #d977062e}.ypNavItem.is-active{background:linear-gradient(135deg,#f59e0b,#c2410c);border-color:#c2410c33;color:#fff;box-shadow:0 12px 24px #d9770638}.ypNavIcon{width:18px;height:18px;flex:0 0 auto}.ypNavText{white-space:nowrap}.ypSidebar.is-collapsed .ypNavText{display:none}.ypSidebar.is-collapsed .ypNavItem{justify-content:center}.ypSidebar.is-collapsed .ypNavLabel{display:none}.ypSidebarEmpty{display:flex;gap:12px;align-items:center;padding:14px;border:1px dashed rgba(245,158,11,.24);border-radius:16px;background:#fff7eddb}.ypEmptyIcon{width:40px;height:40px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:#f59e0b24;color:#c2410c;flex:0 0 auto}.ypEmptyText{min-width:0}.ypEmptyTitle{font-weight:900;font-size:12px;letter-spacing:.02em;color:var(--text0)}.ypEmptySub{margin-top:2px;font-weight:700;font-size:11px;color:var(--text1);line-height:1.35}.ypSidebarFooter{padding:12px 14px;border-top:1px solid rgba(245,158,11,.12);display:flex;flex-direction:column;gap:10px;margin-top:auto;background:linear-gradient(180deg,#fffaf0c2,#fff7edf5)}.ypFooterBtn{width:100%;display:flex;align-items:center;justify-content:center;border:1px solid rgba(234,88,12,.18);background:linear-gradient(135deg,#f59e0b,#ea580c);border-radius:14px;padding:10px 12px;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.ypFooterBtn:hover{transform:translateY(-1px);box-shadow:0 12px 24px #d977062e;border-color:#c2410c38}.ypFooterLabel{font-weight:900;font-size:12px;color:#fff;letter-spacing:.02em}.ypMain{flex:1;display:flex;flex-direction:column;min-width:0;width:100%;max-width:100%;gap:12px}.ypTopbar{height:var(--topH);display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 20px;background:#fffffff0;border:1px solid var(--line2);border-radius:22px;position:relative;z-index:20;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 12px 28px #0f172a0f}.ypTopLeft{display:flex;align-items:center;gap:12px;min-width:0}.ypIconBtn{width:38px;height:38px;border-radius:12px;border:1px solid rgba(245,158,11,.12);background:#ffffffeb;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.ypIconBtn:hover{transform:translateY(-1px);box-shadow:var(--shadow2);border-color:#d9770638}.ypCrumbs{display:flex;align-items:center;gap:4px;min-width:0;padding-left:6px;overflow-x:auto;scrollbar-width:none}.ypCrumbs::-webkit-scrollbar{display:none}.ypCrumb{display:inline-flex;align-items:center;gap:6px;min-width:0}.ypCrumbSep{color:#0f172a59}.ypCrumbLink{all:unset;cursor:pointer;color:#0f172ab8;font-weight:900;font-size:11px;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}.ypCrumbLink:hover{color:var(--accent)}.ypCrumbCurrent{font-weight:1000;font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--text0);white-space:nowrap}.ypTopRight{display:flex;align-items:center;gap:10px;flex:0 0 auto;min-width:0;flex-wrap:wrap;justify-content:flex-end}.ypUserChip{display:inline-flex;align-items:center;gap:10px;padding:7px 10px;border-radius:14px;border:1px solid rgba(245,158,11,.08);background:#ffffffeb;max-width:260px;min-width:0}.ypUserAvatar{width:28px;height:28px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:#f59e0b1f;color:var(--accent);font-weight:1000}.ypUserText{font-weight:900;font-size:12px;color:var(--text0);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ypLogoutBtn{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:12px;border:1px solid rgba(239,68,68,.2);background:#fee2e2a6;color:#c2410cf2;font-weight:1000;font-size:12px;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.ypLogoutBtn:hover{transform:translateY(-1px);box-shadow:0 10px 20px #ef44441f}.ypSidebarLogoutBtn{width:100%;justify-content:center;border-color:#c2410c38;background:linear-gradient(135deg,#ea580c,#c2410c);color:#fff;box-shadow:none}.ypSidebarLogoutBtn:hover{box-shadow:0 12px 24px #c2410c2e;background:linear-gradient(135deg,#f97316,#c2410c)}.ypContent{flex:1;min-width:0;padding:0;overflow:auto}.ypPageCard{width:100%;max-width:none;margin:0;min-height:calc(100vh - var(--topH) - 38px);min-height:calc(100dvh - var(--topH) - 38px);background:transparent;border:0;border-radius:0;box-shadow:none;padding:0}.ypContent.is-word-editor{padding:0}.ypPageCard.is-word-editor{min-height:calc(100vh - var(--topH) - 36px);min-height:calc(100dvh - var(--topH) - 36px);padding:0}.ypDashboard{padding:4px}.ypDashHead{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:14px}.ypDashTitle{margin:0;font-size:18px;font-weight:1000;letter-spacing:.01em;color:var(--text0)}.ypDashSub{margin:4px 0 0;font-size:12px;font-weight:800;color:var(--text1)}.ypCards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:14px}.ypCard{border:1px solid var(--line2);border-radius:16px;background:#ffffffd9;padding:14px;box-shadow:0 10px 24px #0f172a0f}.ypCardTitle{font-weight:1000;font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--text0)}.ypCardText{margin-top:8px;font-weight:800;font-size:12px;color:var(--text1);line-height:1.45}.ypHintBox{margin-top:14px;border:1px solid rgba(245,158,11,.2);background:#fff7edb8;border-radius:16px;padding:14px}.ypHintTitle{font-weight:1000;font-size:12px;color:var(--accent);letter-spacing:.06em;text-transform:uppercase}.ypHintText{margin-top:6px;font-weight:800;font-size:12px;color:var(--text1);line-height:1.5}.ypInlineCode{display:inline-block;padding:2px 8px;margin:0 4px;border-radius:10px;background:#0f172a0f;border:1px solid var(--line2);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:11px;font-weight:900;color:var(--text0)}.ypRoot.theme-page-shell:before{background:radial-gradient(circle,rgba(251,191,36,.2),transparent 72%)}.ypRoot.theme-page-shell:after{background:radial-gradient(circle,rgba(245,158,11,.16),transparent 74%)}.ypRoot .theme-tailwind-card{border:1px solid rgba(15,23,42,.08)!important;background:linear-gradient(180deg,#fffffff7,#fffaf5f0)!important;box-shadow:0 16px 36px #0f172a14!important}.ypRoot .theme-tailwind-subcard{border:1px solid rgba(245,158,11,.14)!important;background:linear-gradient(180deg,#fffffff5,#fff7edeb)!important;box-shadow:0 12px 28px #0f172a0d!important}.ypRoot .theme-tailwind-btn{border:1px solid rgba(217,119,6,.36)!important;background:linear-gradient(135deg,#f59e0b,#ea580c)!important;box-shadow:0 18px 35px #d977062e!important}.ypRoot .theme-tailwind-btn:hover{box-shadow:0 22px 38px #d9770638!important}.ypRoot .theme-tailwind-ghost{border:1px solid rgba(245,158,11,.18)!important;background:#fff7edf0!important;color:#9a3412!important}.ypRoot .theme-tailwind-ghost:hover{background:#fff3e0f5!important;border-color:#d9770647!important}.ypRoot .theme-tailwind-pill{border:1px solid rgba(245,158,11,.14)!important;background:#fff7edf0!important;color:#9a3412!important}.ypRoot .theme-preview-shell{background:radial-gradient(740px 300px at 8% 0%,rgba(251,191,36,.16),transparent 60%),linear-gradient(180deg,#fff7edeb,#fffcf7db)!important}.ypOutletWrap{width:100%}.ypMobileOnly{display:none}@media(max-width:1180px){.ypRoot{--sideW: 280px;padding:8px;gap:10px}.ypTopbar{height:auto;min-height:var(--topH);padding:12px 16px;align-items:flex-start;flex-wrap:wrap}.ypTopLeft,.ypTopRight{width:100%}.ypTopRight{justify-content:flex-start}.ypUserChip{max-width:min(240px,100%)}}@media(max-width:980px){.ypCards{grid-template-columns:1fr}.ypUserChip{max-width:180px}}@media(max-width:860px){.ypMobileOnly{display:inline-flex}.ypRoot{display:block;height:auto;min-height:100dvh;overflow:visible;overflow-x:clip}.ypSidebar{position:fixed;left:10px;top:10px;bottom:10px;width:min(380px,calc(100vw - 28px));max-width:calc(100vw - 28px);transform:translate(-110%);box-shadow:0 30px 90px #0f172a38;visibility:hidden;pointer-events:none}.ypSidebar.is-mobile-open{transform:translate(0);visibility:visible;pointer-events:auto}.ypSidebar.is-collapsed{width:var(--sideW)}.ypTopbar{padding:12px 14px}.ypMain,.ypTopbar,.ypContent,.ypPageCard{width:100%;max-width:100%}.ypMain{min-height:100dvh}.ypCrumbs,.ypTopRight{display:none}.ypContent{padding:0;overflow:visible}.ypPageCard{min-height:auto}.ypContent.is-word-editor{padding:0}.ypPageCard.is-word-editor{min-height:auto;padding:0}}@media(max-width:640px){.ypRoot{padding:6px;gap:8px}.ypMain{gap:8px}.ypSidebar{left:10px;top:10px;bottom:10px;width:calc(100vw - 20px);max-width:calc(100vw - 20px)}.ypTopbar{height:auto;padding:10px 12px;align-items:stretch;flex-direction:column}.ypConfirmDialog{padding:18px 16px;border-radius:20px}.ypConfirmActions{flex-direction:column}.ypTopLeft,.ypTopRight{width:100%}.ypTopLeft{justify-content:flex-start}.ypTopRight{gap:8px;flex-wrap:wrap}.ypUserChip{max-width:none;flex:1 1 100%}.ypUserText{font-size:11px}.ypLogoutBtn{width:100%;justify-content:center}.ypContent{overflow:visible}.ypPageCard{min-height:auto}}:root{color-scheme:light;--theme-ink: #1a2233;--theme-ink-soft: #556171;--theme-ink-muted: #7f8a9b;--theme-line: rgba(194, 65, 12, .16);--theme-line-strong: rgba(194, 65, 12, .28);--theme-surface: rgba(255, 251, 245, .84);--theme-card: rgba(255, 255, 255, .92);--theme-orange-50: #fff7ed;--theme-orange-100: #ffedd5;--theme-orange-200: #fed7aa;--theme-orange-300: #fdba74;--theme-orange-400: #fb923c;--theme-orange-500: #f97316;--theme-orange-600: #ea580c;--theme-orange-700: #c2410c;--theme-orange-800: #9a3412;--theme-orange-900: #7c2d12;--theme-sky-200: #bae6fd;--theme-sky-400: #38bdf8;--theme-sky-600: #0284c7;--theme-shadow: 0 24px 64px rgba(194, 65, 12, .14);--theme-shadow-soft: 0 14px 34px rgba(15, 23, 42, .08);--text: var(--theme-ink);--text-soft: var(--theme-ink-soft);--text-muted: var(--theme-ink-muted);--accent: var(--theme-orange-500);--accent-dark: var(--theme-orange-700);--surface: #ffffff;--surface-soft: #fff7ed;--line: var(--theme-line);--line-strong: var(--theme-line-strong)}html,body,#root{height:100%;min-height:100%}body{margin:0;font-family:Plus Jakarta Sans,Segoe UI,sans-serif;color:var(--theme-ink);background:radial-gradient(920px 560px at -12% -8%,rgba(251,146,60,.2),transparent 62%),radial-gradient(840px 520px at 114% 8%,rgba(56,189,248,.18),transparent 64%),linear-gradient(180deg,#fff9f2,#fffdf9 48%,#fff);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body::selection{background:#f973163d;color:#1f2a3f}*{box-sizing:border-box}button,input,textarea,select{font:inherit}a{color:inherit}:focus-visible{outline:2px solid rgba(249,115,22,.54);outline-offset:2px}.custom-scrollbar::-webkit-scrollbar{width:8px;height:8px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#fb923cd1,#ea580ce6);border-radius:999px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#f97316f0,#c2410cfa)}.theme-page-shell{position:relative;isolation:isolate}.theme-page-shell:before,.theme-page-shell:after{content:"";position:absolute;pointer-events:none;z-index:0;border-radius:999px;filter:blur(8px);opacity:.88}.theme-page-shell:before{top:24px;left:24px;width:260px;height:260px;background:radial-gradient(circle,rgba(251,146,60,.26),transparent 72%);animation:themeFloat 9s ease-in-out infinite}.theme-page-shell:after{right:24px;bottom:24px;width:320px;height:320px;background:radial-gradient(circle,rgba(56,189,248,.2),transparent 74%);animation:themeFloat 11s ease-in-out infinite reverse}.theme-page-shell>*{position:relative;z-index:1}.theme-reveal{animation:themeRevealUp .72s cubic-bezier(.22,1,.36,1) both}.theme-stagger-1{animation-delay:70ms}.theme-stagger-2{animation-delay:.14s}.theme-stagger-3{animation-delay:.21s}.theme-stagger-4{animation-delay:.28s}.theme-stagger-5{animation-delay:.35s}.theme-float{animation:themeFloat 7.8s ease-in-out infinite}.theme-shine{position:relative;overflow:hidden}.theme-shine:after{content:"";position:absolute;inset:-120% auto auto -25%;width:38%;height:260%;background:linear-gradient(180deg,transparent 0%,rgba(255,255,255,.3) 48%,transparent 100%);transform:rotate(22deg);animation:themeShine 8.5s ease-in-out infinite}.theme-tailwind-card{border:1px solid var(--theme-line)!important;background:linear-gradient(180deg,#fffffffa,#fff7eded)!important;box-shadow:var(--theme-shadow-soft)!important;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.theme-tailwind-subcard{border:1px solid rgba(251,146,60,.2)!important;background:linear-gradient(180deg,#fffdfaf2,#fff7ede6)!important;box-shadow:0 12px 28px #c2410c14!important}.theme-tailwind-btn{border:1px solid rgba(194,65,12,.52)!important;background:linear-gradient(135deg,var(--theme-orange-600),var(--theme-orange-400))!important;color:#fff!important;box-shadow:0 18px 35px #c2410c38}.theme-tailwind-btn:hover{transform:translateY(-1px);filter:saturate(1.05);box-shadow:0 22px 38px #c2410c42}.theme-tailwind-ghost{border:1px solid var(--theme-line-strong)!important;background:#fff7ede6!important;color:var(--theme-orange-900)!important}.theme-tailwind-ghost:hover{background:#ffedd5fa!important;border-color:#f973165c!important}.theme-tailwind-pill{border:1px solid rgba(251,146,60,.24)!important;background:#fff7edeb!important;color:var(--theme-orange-800)!important}.theme-preview-shell{background:radial-gradient(740px 300px at 8% 0%,rgba(251,146,60,.18),transparent 60%),linear-gradient(180deg,#fff7ede6,#fffcf7d6)!important}@keyframes themeRevealUp{0%{opacity:0;transform:translate3d(0,16px,0) scale(.985)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes themeFloat{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,-14px,0)}}@keyframes themeShine{0%,to{transform:translate3d(-120%,0,0) rotate(22deg);opacity:0}16%,28%{opacity:1}40%{transform:translate3d(260%,0,0) rotate(22deg);opacity:0}}@media(prefers-reduced-motion:reduce){.theme-reveal,.theme-float,.theme-page-shell:before,.theme-page-shell:after,.theme-shine:after{animation:none!important}}@media(min-width:1180px){:root{--theme-global-scale: .985}@supports (zoom: 1){#root{zoom:var(--theme-global-scale)}}@supports not (zoom: 1){html{font-size:calc(16px * var(--theme-global-scale))}}}
