:root{--accent: #fe793a;--accent-soft: #fff1e8;--accent-soft-strong: #ffe3d3;--accent-softest: #fff7f3;--accent-border: #ffd3bf;--accent-shadow: rgba(254, 121, 58, .22);--accent-focus: rgba(254, 121, 58, .18);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#0f1728;background:#f4f7fb;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(180deg,#fbfdff,#f4f7fb 30%,#eef3f8)}button,input,textarea,select{font:inherit}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.page-shell{width:min(1180px,calc(100vw - 32px));margin:0 auto;padding:18px 0 48px}.site-header{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;margin-bottom:36px}.brand{display:inline-flex;align-items:center}.brand-logo{width:auto;height:54px}.site-header-center{display:flex;justify-content:center}.site-header-nav{display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap}.site-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px}.site-actions-single{grid-template-columns:minmax(0,1fr)}.nav-link,.nav-button,.download-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:8px;font-size:14px;font-weight:700;white-space:nowrap}.nav-link{border:1px solid #d6dce8;background:#ffffffd1;color:#22304a}.nav-link-register{border-color:var(--accent);background:var(--accent);color:#fff;box-shadow:0 14px 32px var(--accent-shadow);transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}.nav-link-register:hover,.nav-link-register:focus-visible{border-color:var(--accent);background:#fff;color:var(--accent);box-shadow:none}.nav-logout-icon-button{display:inline-flex;align-items:center;justify-content:center;width:44px;min-width:44px;min-height:44px;padding:0;border:1px solid rgba(254,121,58,.35);border-radius:8px;background:#fff;color:var(--accent);cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.nav-logout-icon-button:hover,.nav-logout-icon-button:focus-visible{border-color:var(--accent);background:#fe793a1a;color:var(--accent);transform:translateY(-1px)}.nav-logout-icon{width:20px;height:20px}.nav-link-center{position:relative;min-height:auto;padding:0 0 4px;border:0;border-radius:0;background:transparent;color:var(--accent);box-shadow:none;font-size:16px;font-weight:700}.nav-link-center:after{content:"";position:absolute;right:0;bottom:0;left:0;height:2px;border-radius:999px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .16s ease}.nav-link-center:hover,.nav-link-center:focus-visible,.nav-link-center.is-active{color:var(--accent);background:transparent;box-shadow:none}.nav-link-center:hover:after,.nav-link-center:focus-visible:after,.nav-link-center:active:after,.nav-link-center.is-active:after{transform:scaleX(1)}.nav-button,.submit-button,.download-button{border:0;background:var(--accent);color:#fff;box-shadow:0 14px 32px var(--accent-shadow)}.nav-user-chip{display:inline-flex;align-items:center;min-height:44px;padding:0 14px;border-radius:8px;background:#ffffffd1;border:1px solid #d6dce8;color:#22304a;font-size:14px;font-weight:700;white-space:nowrap}.hero{display:grid;gap:24px}main{display:grid;gap:28px}.hero-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,432px);gap:28px;align-items:start}.hero-side{display:grid;align-items:start}.hero-copy{max-width:760px;padding:18px 0 4px}.hero-kicker,.progress-eyebrow,.result-eyebrow{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:13px;font-weight:700}.hero-copy h1,.psyhero-title,.generator-head h2,.result-head h2{margin:0;color:#0f1728;overflow-wrap:anywhere;word-break:break-word}.hero-copy h1{margin-top:14px;max-width:680px;font-size:clamp(34px,4.6vw,56px);line-height:1.04}.psyhero-title{margin-top:14px;max-width:680px;font-size:clamp(32px,4.2vw,50px);line-height:1.05}.hero-accent{color:var(--accent)}.hero-text{max-width:640px;margin:16px 0 0;font-size:17px;color:#445067;overflow-wrap:anywhere;word-break:break-word}.hero-points{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0 0;padding:0;list-style:none}.hero-points li{display:inline-flex;align-items:center;min-height:36px;padding:0 14px;border-radius:999px;background:#ffffffd9;border:1px solid #d8e1ed;color:#24324b;font-size:14px;font-weight:600;max-width:100%;overflow-wrap:anywhere;word-break:break-word}.hero-graphic{width:min(100%,560px);margin-top:24px;overflow:hidden}.hero-graphic img{width:100%;height:auto}.psyhero-graphic{width:min(100%,550px);margin-top:24px;overflow:hidden}.psyhero-graphic img{width:100%;height:auto}.generator,.progress-panel,.enrichment-panel,.result-panel{padding:20px;background:#fffffff0;border:1px solid #d8e1ed;border-radius:8px;box-shadow:0 18px 40px #0f17280f}.hero-panel{position:sticky;top:20px;width:100%;max-width:432px;justify-self:end;min-width:0}.page-shell.focus-generator .hero-layout{grid-template-columns:1fr}.page-shell.focus-generator .hero-copy{display:none}.page-shell.focus-generator .hero-side{width:100%}.page-shell.focus-generator .hero-panel{position:static;max-width:none;justify-self:stretch}.generator-head,.progress-head,.enrichment-head,.result-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:18px}.result-head{flex-wrap:wrap}.result-head>div{flex:1 1 220px;min-width:0}.result-head .download-button{flex:0 0 auto;max-width:100%;margin-left:auto}.generator-head h2,.progress-head h2,.enrichment-head h2,.result-head h2{margin-top:10px;font-size:24px;line-height:1.1}.generator-head h2{margin-top:0}.generator-form{display:grid;grid-template-columns:1fr;gap:14px}.psychological-generator{padding:26px 24px;border-radius:28px;border:1px solid #dbe4ef;background:#fffffffa;box-shadow:0 18px 42px #0f172814}.psychological-generator.hero-panel,.psychological-progress-panel.hero-panel,.psychological-result-panel.hero-panel{max-width:472px}.psychological-generator-head{margin-bottom:26px}.psychological-generator-head h2{margin:0;color:#12203f;font-size:clamp(30px,4.4vw,42px);line-height:1.02;letter-spacing:-.035em}.psychological-generator-copy{margin:20px 0 0;color:#49597a;font-size:17px;line-height:1.45}.psychological-generator-form{gap:20px}.psychological-generator .field-label{font-size:15px;color:#13213f}.psychological-generator .field-input,.psychological-generator .field-textarea{border-radius:16px;border-color:#d8e0ec;background:#fffffff5;box-shadow:inset 0 1px #ffffffb3;font-size:16px}.psychological-generator .field-input{min-height:56px;padding:0 18px}.psychological-generator-textarea{min-height:146px;padding:18px}.psychological-upload-field{gap:10px}.psychological-upload-box{justify-content:flex-start;min-height:0;padding:0;border:0;background:transparent}.psychological-upload-shell{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:108px;padding:18px;border:1.5px dashed #b8c7f6;border-radius:16px;background:#fff;text-align:center}.psychological-upload-box.upload-box-error .psychological-upload-shell{border-color:#f97316;background:#fff7ed}.psychological-upload-copy{color:#26324d;font-size:15px;font-weight:700;line-height:1.35}.psychological-generator .upload-limit{color:#637291;font-size:13px}.psychological-submit-button{min-height:62px;border:0;border-radius:18px;background:linear-gradient(180deg,#ff7a2f,#ff5a00);box-shadow:0 22px 36px #ff641338;color:#fff;font-size:18px;font-weight:800}.psychological-submit-button:not(:disabled):hover{filter:brightness(1.02)}.psychological-trust-note{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border:1px solid #e2e9f4;border-radius:16px;background:linear-gradient(180deg,#f6f9fff5,#fffffffa)}.psychological-trust-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:36px;height:36px;border-radius:12px;background:#edf3ff;color:#5f78c5;box-shadow:inset 0 0 0 1px #5f78c51a}.psychological-trust-icon svg{width:18px;height:18px}.psychological-trust-copy{display:grid;gap:2px;min-width:0}.psychological-trust-copy strong{color:#1d2a47;font-size:14px;font-weight:800;line-height:1.35}.psychological-trust-copy small{color:#5a6781;font-size:13px;line-height:1.5}@media(max-width:640px){.psychological-generator{padding:22px 18px;border-radius:22px}.psychological-generator-head h2{font-size:clamp(28px,9vw,36px)}.psychological-generator-copy{font-size:16px}.psychological-upload-shell{min-height:96px;padding:16px 14px}.psychological-submit-button{min-height:58px;font-size:17px}.psychological-trust-note{padding:12px 14px;gap:10px}.psychological-trust-icon{width:34px;height:34px}}.field,.upload-box{display:flex;flex-direction:column;gap:6px;min-width:0}.field-wide{grid-column:1 / -1}.field-label{font-size:14px;font-weight:700;color:#1f2937;overflow-wrap:anywhere;word-break:break-word}.field-meta{display:flex;align-items:center;justify-content:space-between;gap:12px}.field-meta-text,.field-counter{font-size:12px;color:#6a768e;overflow-wrap:anywhere;word-break:break-word}.field-meta-text.is-error,.field-error,.form-error{color:#c2410c}.field-error,.form-error{margin:0;font-size:12px;line-height:1.45}.form-error{padding:10px 12px;border:1px solid #fdba74;border-radius:8px;background:#fff7ed}.field-input,.field-textarea{width:100%;max-width:100%;border:1px solid #cfd8e5;border-radius:8px;background:#f8fbff;color:#0f1728}.field-input{min-height:44px;padding:0 12px}.field-textarea{min-height:124px;padding:12px;resize:none}.field-input:focus,.field-textarea:focus,.upload-input:focus-visible+.upload-title{outline:none}.field-input:focus,.field-textarea:focus{border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-focus)}.field-input.field-input-error,.field-textarea.field-textarea-error{border-color:#f97316;box-shadow:0 0 0 4px #f973161f}.upload-box{position:relative;justify-content:center;min-height:108px;padding:16px;border:1.5px dashed #9ab2d6;border-radius:8px;background:#f7faff}.classic-upload-box{min-height:88px;padding:12px 14px;gap:4px}.classic-upload-box .upload-title{font-size:15px}.classic-upload-box .upload-copy{font-size:13px;line-height:1.35}.upload-box.upload-box-error{border-color:#f97316;background:#fff7ed}.upload-title{font-size:16px;font-weight:700;color:#1f2937}.upload-copy{font-size:14px;line-height:1.45;color:#5b667c;overflow-wrap:anywhere;word-break:break-word}.upload-limit{font-size:12px;color:#6a768e}.upload-input{position:absolute;inset:0;opacity:0;cursor:pointer}.upload-list{display:flex;flex-wrap:wrap;gap:10px}.upload-chip{display:inline-flex;align-items:center;gap:10px;min-height:38px;padding:0 12px;border-radius:999px;background:var(--accent-softest);border:1px solid var(--accent-border);color:#20304b;font-size:13px;max-width:100%;min-width:0}.upload-chip-size{color:#62708a}.upload-chip-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.form-footer{display:flex;flex-direction:column;align-items:stretch;gap:12px}.form-note,.result-meta{margin:0;color:#566277;font-size:15px;line-height:1.5;overflow-wrap:anywhere;word-break:break-word}.submit-button{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:48px;padding:0 16px;border-radius:8px;font-size:14px;font-weight:700;line-height:1.25;text-align:center;white-space:normal;overflow-wrap:anywhere;word-break:break-word}.submit-button:disabled{cursor:wait;opacity:.75}.download-button[aria-disabled=true]{pointer-events:none;opacity:.55}.progress-panel,.enrichment-panel,.result-panel{display:grid;gap:18px}.enrichment-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:0}.enrichment-head h2{margin-top:10px;color:#17233d;font-size:24px;line-height:1.1}.enrichment-base-status{display:inline-flex;align-items:center;flex:0 0 auto;min-height:34px;padding:0 11px;border-radius:999px;background:#fff2eb;color:#b94712;font-size:12px;font-weight:800}.enrichment-base-status.is-ready{background:#eaf8ef;color:#18713a}.enrichment-step-track{display:grid;grid-template-columns:repeat(15,minmax(0,1fr));gap:5px;align-items:center}.enrichment-step-dot{display:block;height:6px;border-radius:999px;background:#dce4ef;transition:background .18s ease,transform .18s ease}.enrichment-step-dot.is-current{background:#ffb38f;transform:scaleY(1.5)}.enrichment-step-dot.is-processing{background:#ff8c53;animation:enrichmentStepPulse 1.1s ease-in-out infinite}.enrichment-step-dot.is-completed{background:#20a45b;animation:none}.enrichment-step-dot.is-failed{background:#dc2626;animation:none}.enrichment-form{display:grid;gap:16px}.enrichment-input-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:18px;align-items:start}.enrichment-answer-field{min-width:0}.guided-suggestions{min-width:0;overflow:hidden;border:1px solid #dfe7f1;border-radius:10px;background:#f8fafc}.guided-suggestions-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding:13px 14px;border-bottom:1px solid #e2e8f2;color:#17233d;font-size:13px;font-weight:800}.guided-suggestions-head small{color:#68758a;font-size:11px;font-weight:700;white-space:nowrap}.guided-suggestion-list{display:grid;gap:0;margin:0;padding:0;list-style:none}.guided-suggestion-list li{display:grid;grid-template-columns:minmax(0,1fr) 34px;gap:10px;align-items:center;padding:11px 12px 11px 14px;border-bottom:1px solid #e8edf4;color:#46536a;font-size:13px;line-height:1.45}.guided-suggestion-list li:last-child{border-bottom:0}.guided-suggestion-list button{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:0;border-radius:999px;background:var(--accent);color:#fff;font-size:21px;font-weight:500;line-height:1;cursor:pointer;transition:transform .15s ease,background .15s ease}.guided-suggestion-list button:hover,.guided-suggestion-list button:focus-visible{background:#e86427;transform:scale(1.06)}.guided-suggestions-empty{margin:0;padding:16px;color:#68758a;font-size:13px;line-height:1.5}.guided-suggestions-loading{min-height:360px;align-content:center}.enrichment-question{min-height:138px;padding:18px;border:1px solid #e2e8f2;border-radius:10px;background:#f8fafc}.enrichment-question-number{display:block;margin-bottom:7px;color:var(--accent);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.enrichment-question h3{margin:0;color:#17233d;font-size:20px;line-height:1.25}.enrichment-question p{margin:8px 0 0;color:#5b667c;font-size:14px;line-height:1.5}.enrichment-background-status{display:flex;align-items:center;gap:9px;min-height:42px;padding:10px 12px;border:1px solid #e2e8f2;border-radius:8px;background:#fbfcfe;color:#4d5b73;font-size:13px;font-weight:700}.enrichment-pulse{width:9px;height:9px;flex:0 0 auto;border-radius:999px;background:var(--accent);box-shadow:0 0 #fe793a66;animation:enrichmentStatusPulse 1.4s ease-out infinite}.finalization-panel{align-content:start}.finalization-animation{display:flex;justify-content:center;gap:10px;padding:30px 0 14px}.finalization-animation span{width:14px;height:14px;border-radius:999px;background:var(--accent);animation:finalizationBounce 1.1s ease-in-out infinite}.finalization-animation span:nth-child(2){animation-delay:.12s}.finalization-animation span:nth-child(3){animation-delay:.24s}.finalization-copy{margin:0;color:#5b667c;font-size:14px;line-height:1.55;text-align:center}.finalization-error{display:grid;gap:12px;padding:14px;border:1px solid #fecaca;border-radius:8px;background:#fff7f7}.finalization-error p{margin:0;color:#b91c1c;font-size:14px;line-height:1.45}@keyframes enrichmentStepPulse{0%,to{opacity:.55}50%{opacity:1}}@keyframes enrichmentStatusPulse{70%{box-shadow:0 0 0 8px #fe793a00}to{box-shadow:0 0 #fe793a00}}@keyframes finalizationBounce{0%,60%,to{transform:translateY(0);opacity:.55}30%{transform:translateY(-10px);opacity:1}}.hidden,.hero-panel.hidden,.progress-panel.hidden,.result-panel.hidden{display:none!important}.progress-percent{display:inline-flex;align-items:center;justify-content:center;min-width:72px;min-height:44px;padding:0 14px;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:18px;font-weight:800}.progress-track{width:100%;height:14px;overflow:hidden;border-radius:999px;background:var(--accent-soft-strong)}.progress-track.is-live{animation:progressTrackPulse 1.8s ease-in-out infinite}.progress-fill{width:0;height:100%;position:relative;overflow:hidden;border-radius:999px;background:linear-gradient(90deg,#fe793a,#ff915a 55%,#ffb08c);transition:width .28s ease}.progress-fill.is-live{animation:progressFillPulse 1.4s ease-in-out infinite}.progress-fill:after{content:"";position:absolute;top:0;bottom:0;width:96px;background:linear-gradient(90deg,#fff0,#ffffff29 28%,#fff9,#ffffff29 72%,#fff0);opacity:0;transform:translate(-120px)}.progress-fill.is-live:after{opacity:.92;animation:progressFillSweep 1.9s linear infinite}.progress-runtime{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:-4px;color:#65728a;font-size:14px;line-height:1.45}.progress-timer{display:inline-flex;align-items:center;gap:7px;flex:0 0 auto;color:#20304b;font-variant-numeric:tabular-nums;font-weight:800}.progress-timer-clock{position:relative;width:16px;height:16px;border:2px solid var(--accent);border-radius:999px}.progress-timer-clock:before,.progress-timer-clock:after{position:absolute;left:50%;bottom:50%;display:block;width:2px;border-radius:999px;background:var(--accent);content:"";transform-origin:bottom center}.progress-timer-clock:before{height:5px;transform:translate(-50%) rotate(0)}.progress-timer-clock:after{height:6px;transform:translate(-50%) rotate(90deg)}.progress-typing-message{display:inline-flex;align-items:center;gap:3px;min-height:32px;width:fit-content;max-width:100%;margin:4px 0 -2px;color:#20304b;font-size:18px;font-weight:700;line-height:1.35;overflow-wrap:anywhere;word-break:break-word}.progress-typing-text{min-width:1ch}.progress-typing-caret{width:2px;height:1.15em;border-radius:999px;background:var(--accent);animation:progressTypingCaret .9s steps(1,end) infinite}.progress-steps{display:grid;gap:12px;margin:0;padding:0;list-style:none}.progress-step{display:grid;grid-template-columns:16px minmax(0,1fr);gap:12px;align-items:start}.progress-step-dot{width:16px;height:16px;margin-top:2px;border-radius:999px;background:var(--accent-border);box-shadow:inset 0 0 0 3px var(--accent-softest)}.progress-step[data-state=done] .progress-step-dot{background:var(--accent)}.progress-step[data-state=current] .progress-step-dot{background:var(--accent);box-shadow:inset 0 0 0 3px var(--accent-softest),0 0 0 6px #fe793a24}.progress-step[data-state=failed] .progress-step-dot{background:#dc2626;box-shadow:inset 0 0 0 3px #fee2e2}.progress-step-copy{display:block;padding-bottom:12px;border-bottom:1px solid #e5ebf5}.progress-step:last-child .progress-step-copy{padding-bottom:0;border-bottom:0}.progress-step-label{color:#20304b;font-size:14px;font-weight:700;overflow-wrap:anywhere;word-break:break-word}.progress-step-meta{color:#5b667c;font-size:13px;white-space:nowrap}@keyframes progressTrackPulse{0%,to{box-shadow:inset 0 0 #fe793a00}50%{box-shadow:inset 0 0 0 3px #fe793a1f}}@keyframes progressFillPulse{0%,to{filter:saturate(1) brightness(1);box-shadow:0 0 #fe793a00}50%{filter:saturate(1.08) brightness(1.04);box-shadow:0 0 0 6px #fe793a14}}@keyframes progressFillSweep{0%{transform:translate(-120px)}to{transform:translate(calc(100% + 120px))}}@keyframes progressTypingCaret{0%,49%{opacity:1}50%,to{opacity:0}}.result-actions{display:flex;flex-wrap:wrap;gap:12px}.result-action-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 16px;border:1px solid #d6dce8;border-radius:8px;background:#fbfdff;color:#22304a;font-size:14px;font-weight:700;cursor:default;text-align:center;white-space:normal;overflow-wrap:anywhere;word-break:break-word}.content-section{width:100%;padding:28px;border:1px solid #d8e1ed;border-radius:8px;background:#fffffff0;box-shadow:0 18px 40px #0f17280f}.content-section-plain{padding:0;border:0;background:transparent;box-shadow:none}.legal-main{display:block;width:100%;max-width:860px}.legal-main-wide{max-width:none}.auth-main{display:block;width:100%;max-width:860px}.auth-page{display:grid;gap:20px}.auth-page-head{margin-bottom:0}.auth-copy p{margin:0;max-width:620px;font-size:16px;color:#566277}.auth-form{grid-template-columns:repeat(2,minmax(0,1fr))}.auth-form-compact{max-width:440px;grid-template-columns:1fr}.auth-actions{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:4px}.auth-switch{margin:0;font-size:14px;color:#566277}.auth-switch a{color:var(--accent);font-weight:700}.check-shell{width:min(1280px,calc(100vw - 32px))}.check-main{display:block}.check-canvas{overflow:hidden;border:1px solid #f2e3d6;border-radius:20px;background:linear-gradient(180deg,#fffdfa,#fff7f1);box-shadow:0 22px 50px #0f17280f}.check-stage{min-height:620px;padding:42px clamp(22px,3.2vw,48px) 58px}.check-intro,.check-result{display:grid;justify-items:center;text-align:center;gap:18px;max-width:860px;margin:0 auto}.check-intro{padding-top:4px}.check-badge{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 16px;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:14px;font-weight:800}.check-badge svg,.check-cta-button svg,.check-back-button svg,.check-meta-icon svg{width:18px;height:18px;flex:0 0 auto}.check-title{margin:0;max-width:840px;color:#111827;font-size:clamp(34px,4.6vw,60px);line-height:1.02;overflow-wrap:anywhere;word-break:break-word}.check-title-accent{color:var(--accent)}.check-description{max-width:760px;margin:0;color:#5a6579;font-size:clamp(16px,1.7vw,19px);line-height:1.5;overflow-wrap:anywhere;word-break:break-word}.check-cta-button,.check-secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:56px;padding:0 24px;border-radius:14px;font-size:18px;font-weight:800;line-height:1.25;text-align:center;overflow-wrap:anywhere;word-break:break-word}.check-cta-button{border:0;background:var(--accent);color:#fff;box-shadow:0 20px 36px #fe793a33;cursor:pointer}.check-cta-button-link{text-decoration:none}.check-secondary-button{border:1px solid #d6dce8;background:#ffffffeb;color:#22304a;cursor:pointer}.check-intro-meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:16px;color:#667085;font-size:16px;font-weight:600;overflow-wrap:anywhere;word-break:break-word}.check-intro-meta-item,.check-result-points li{display:inline-flex;align-items:center;gap:10px}.check-meta-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background:#fffdfb;border:1px solid var(--accent-border);color:var(--accent)}.check-flow{max-width:840px;margin:0 auto;display:grid;gap:16px}.check-progress-head{display:flex;align-items:center;justify-content:space-between;gap:16px;color:#4c5568}.check-progress-label,.check-progress-value{font-size:16px;font-weight:800}.check-progress-track{width:100%;height:8px;overflow:hidden;border-radius:999px;background:#efe5dc}.check-progress-fill{width:0;height:100%;border-radius:999px;background:linear-gradient(90deg,#fe793a,#ff915a);transition:width .22s ease}.check-back-button{display:inline-flex;align-items:center;gap:8px;width:fit-content;padding:0;border:0;background:transparent;color:#576274;font-size:15px;font-weight:700;cursor:pointer}.check-question-card,.check-result-card{width:100%;padding:30px;border:1px solid rgba(242,227,214,.96);border-radius:20px;background:#fffffff2;box-shadow:0 24px 48px #0f17280f}.check-question-title,.check-result-title{margin:0;color:#111827;font-size:clamp(24px,3vw,38px);line-height:1.12;overflow-wrap:anywhere;word-break:break-word}.check-question-description,.check-result-description{margin:12px 0 0;color:#5f6a7d;font-size:16px;line-height:1.55;overflow-wrap:anywhere;word-break:break-word}.check-options{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.check-option{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 18px;border:1px solid #f2dfd1;border-radius:14px;background:#fff7f2;color:#344054;font-size:16px;font-weight:700;cursor:pointer;line-height:1.35;text-align:center;white-space:normal;overflow-wrap:anywhere;word-break:break-word;transition:transform .14s ease,border-color .14s ease,box-shadow .14s ease,background .14s ease,color .14s ease}.check-option:hover,.check-option.is-selected{border-color:var(--accent);background:var(--accent-soft);color:var(--accent);box-shadow:0 14px 28px #fe793a1f;transform:translateY(-1px)}.check-result-card{display:grid;gap:18px;text-align:left}.check-result-description{margin-top:0}.check-result-tiles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.check-result-tile{display:grid;gap:6px;padding:16px;border:1px solid #f2dfd1;border-radius:14px;background:#fff8f4}.check-result-tile-label{color:#6a768e;font-size:12px;font-weight:700}.check-result-tile-value{color:#111827;font-size:15px;line-height:1.35;overflow-wrap:anywhere;word-break:break-word}.check-result-points{display:grid;gap:10px;margin:0;padding:0;list-style:none;color:#475467;font-size:15px;line-height:1.55;overflow-wrap:anywhere;word-break:break-word}.check-result-points li{align-items:flex-start}.check-result-actions{display:flex;flex-wrap:wrap;gap:12px}.check-disclaimer{padding:16px 22px 18px;border-top:1px solid #f2e3d6}.check-disclaimer p{max-width:980px;margin:0 auto;color:#8b8175;font-size:12px;line-height:1.65;text-align:center}.legal-page{padding:34px}.legal-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:28px}.legal-hero-logo{flex:0 0 auto;display:flex;align-items:flex-start;justify-content:flex-end;min-width:180px}.legal-hero-logo img{display:block;width:min(220px,100%);height:auto;object-fit:contain}.legal-title{margin:0;color:#0f1728;font-size:clamp(34px,5vw,48px);line-height:1.06}.legal-content{display:grid;gap:18px;color:#445067;font-size:16px;line-height:1.8}.legal-placeholder{margin:0;color:#6a768e}.site-footer{margin-top:28px;padding:28px;border:1px solid #d8e1ed;border-radius:8px;background:#fffffff0;box-shadow:0 18px 40px #0f17280f}.footer-top{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1.4fr);gap:28px;align-items:start}.footer-brand{display:grid;gap:16px}.footer-logo{width:auto;height:48px}.footer-copy{max-width:420px;margin:0;color:#566277;font-size:15px;line-height:1.7;overflow-wrap:anywhere;word-break:break-word}.footer-badges{display:flex;flex-wrap:wrap;gap:10px}.footer-badges span{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border:1px solid #d8e1ed;border-radius:999px;background:#fbfdff;color:#24324b;font-size:13px;font-weight:700}.footer-nav{display:grid;grid-template-columns:minmax(260px,320px) max-content;justify-content:end;gap:40px}.footer-column{display:grid;gap:10px}.footer-column-product{min-width:0}.footer-column-legal{align-content:start;justify-items:start;gap:12px}.footer-heading{margin:0 0 4px;color:#162033;font-size:14px;font-weight:800}.footer-column a,.footer-column span{color:#566277;font-size:14px;line-height:1.5}.footer-column a:hover{color:var(--accent)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:24px;padding-top:18px;border-top:1px solid #e8eef7;color:#6a768e;font-size:13px}.section-head{display:grid;gap:12px;margin-bottom:22px}.section-kicker{display:inline-flex;align-items:center;justify-self:start;min-height:34px;padding:0 14px;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:14px;font-weight:700}.section-title{margin:0;color:#0f1728;font-size:34px;line-height:1.08;overflow-wrap:anywhere;word-break:break-word}.legal-basis-section{display:grid;gap:24px}.psy-legal-basis-section{border:0;background:transparent;box-shadow:none}.legal-basis-top{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:24px;align-items:end}.legal-basis-head{margin-bottom:0}.legal-basis-summary{display:grid;gap:12px;align-self:stretch;padding:24px;border:1px solid #f2dcc9;border-radius:20px;background:radial-gradient(circle at top right,rgba(254,121,58,.14),transparent 48%),linear-gradient(180deg,#fffaf6,#fff)}.legal-basis-summary-label{display:inline-flex;align-items:center;justify-self:start;min-height:30px;padding:0 12px;border-radius:999px;background:#fe793a1f;color:var(--accent);font-size:13px;font-weight:700}.legal-basis-summary p,.legal-basis-card p{margin:0;color:#556177;font-size:16px;line-height:1.65}.legal-basis-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.legal-basis-card{display:grid;align-content:start;gap:14px;min-height:100%;padding:24px;border:1px solid #d8e1ed;border-radius:20px;background:linear-gradient(180deg,#fffffffa,#f9fbff);box-shadow:0 18px 36px #0f17280d}.legal-basis-card-tag{display:inline-flex;align-items:center;justify-self:start;min-height:32px;padding:0 12px;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:13px;font-weight:700}.legal-basis-card h3{margin:0;color:#0f1728;font-size:22px;line-height:1.2}.legal-basis-cta-row{display:flex;justify-content:center;padding-top:6px}.legal-basis-cta{min-width:min(100%,280px)}.reference-media{width:100%;overflow:hidden}.reference-media img{display:block;width:100%;height:auto}.steps-process{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;padding:28px 0 0}.steps-route{position:absolute;top:0;left:50%;width:100%;max-width:980px;height:80px;transform:translate(-50%);pointer-events:none;z-index:0}.steps-route path{fill:none;stroke:var(--accent);stroke-width:3.5;stroke-dasharray:1 12;stroke-linecap:round;stroke-linejoin:round;opacity:.72}.step-visual{width:min(100%,220px)}.step-visual img{width:100%;height:auto;display:block}.step-index{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;margin:0 auto;border-radius:999px;background:var(--accent-soft);color:var(--accent);border:8px solid #ffffff;box-shadow:0 12px 30px #0f172814;font-size:17px;font-weight:800}.step-card{position:relative;display:grid;gap:10px;justify-items:center;text-align:center;z-index:1}.step-1{grid-column:1}.step-2{grid-column:2}.step-3{grid-column:3}.step-card h3{margin:0;color:#162033;max-width:280px;font-size:21px;line-height:1.15;overflow-wrap:anywhere;word-break:break-word}.step-card p{margin:0;max-width:280px;color:#566277;font-size:14px;line-height:1.55;overflow-wrap:anywhere;word-break:break-word}.trust-banner{display:flex;justify-content:center;padding:10px 0 14px}.trust-banner-image{width:100%;max-width:980px;height:auto;display:block}.table-wrap{overflow-x:auto;border:1px solid #e1e8f3;border-radius:8px}.coverage-table{width:100%;border-collapse:collapse;background:#fff}.coverage-table th,.coverage-table td{padding:16px 18px;text-align:left;vertical-align:top}.coverage-table thead th{background:var(--accent-soft);color:#162033;font-size:14px;font-weight:800}.coverage-table tbody tr:not(:last-child) td{border-bottom:1px solid #e8eef7}.coverage-table tbody td:first-child{width:28%;color:#162033;font-size:15px;font-weight:700}.coverage-table tbody td:last-child{color:#566277;font-size:15px;line-height:1.6}.plans-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:22px}.plans-grid.plans-grid-single-purchase{grid-template-columns:repeat(2,minmax(0,1fr))}.plan-card{display:grid;gap:16px;padding:22px;border:1px solid #e1e8f3;border-radius:8px;background:#fbfdff}.plan-card-featured{border-color:var(--accent-border);background:linear-gradient(180deg,#fff9f5,#fff);box-shadow:0 14px 28px #fe793a1a}.plan-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.plan-name,.plan-price,.plan-copy{margin:0}.plan-name{color:#162033;font-size:16px;font-weight:800;overflow-wrap:anywhere;word-break:break-word}.plan-price{margin-top:8px;color:#0f1728;font-size:30px;font-weight:800;line-height:1;overflow-wrap:anywhere;word-break:break-word}.plan-price span{margin-left:6px;color:#6a768e;font-size:14px;font-weight:600}.plan-badge{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:13px;font-weight:700;white-space:nowrap}.plan-copy{color:#566277;font-size:15px;line-height:1.6;overflow-wrap:anywhere;word-break:break-word}.plan-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}.plan-list li{position:relative;padding-left:18px;color:#22304a;font-size:14px;font-weight:600;overflow-wrap:anywhere;word-break:break-word}.plan-list li:before{content:"";position:absolute;top:8px;left:0;width:8px;height:8px;border-radius:999px;background:var(--accent)}.pricing-table-wrap{border-color:var(--accent-border)}.pricing-table{width:100%;border-collapse:collapse;background:#fff}.pricing-table th,.pricing-table td{padding:16px 18px;text-align:left;vertical-align:top}.pricing-table thead th{background:var(--accent-soft);color:#162033;font-size:14px;font-weight:800}.pricing-table tbody tr:not(:last-child) td{border-bottom:1px solid #e8eef7}.pricing-table tbody td:first-child{width:28%;color:#162033;font-size:15px;font-weight:700}.pricing-table tbody td:not(:first-child){color:#566277;font-size:15px;line-height:1.6}@media(max-width:900px){.hero-layout{grid-template-columns:1fr;gap:24px}.legal-basis-top,.legal-basis-cards{grid-template-columns:1fr}.hero-panel{position:static;max-width:none;justify-self:stretch}.generator-form,.enrichment-input-layout{grid-template-columns:1fr}.field-wide{grid-column:auto}.form-footer,.generator-head,.progress-head,.enrichment-head,.result-head{flex-direction:column;align-items:stretch}.site-header{grid-template-columns:1fr;gap:16px;margin-bottom:28px;align-items:stretch}.brand{width:100%;justify-content:center}.site-header-center{justify-content:center;width:100%}.site-header-nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:100%;justify-content:stretch;gap:12px}.site-header-center .nav-link-center{width:100%;justify-content:center;text-align:center}.site-actions{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));justify-content:stretch;gap:12px}.site-actions-single{grid-template-columns:minmax(0,1fr)}.site-actions>.nav-link,.site-actions>.nav-button,.site-actions>.nav-user-chip,.site-actions>.nav-logout-icon-button{width:100%}.nav-user-chip{justify-content:center}.auth-actions{flex-direction:column;align-items:stretch}.auth-switch{text-align:left}.steps-process{grid-template-columns:1fr;gap:18px;padding:0}.steps-route{display:none}.step-1,.step-2,.step-3{grid-column:1 / -1;justify-self:center}.step-card h3,.step-card p{max-width:none}.plans-grid{grid-template-columns:1fr}.trust-banner{padding:6px 0 10px}.footer-top,.footer-nav{grid-template-columns:1fr}.footer-top{gap:24px}.footer-copy{max-width:none}.footer-nav{justify-content:start;gap:24px}.footer-column{gap:12px}.check-stage{min-height:0;padding:34px 22px 48px}.check-intro,.check-result,.check-flow{max-width:none}.check-question-card,.check-result-card{padding:28px 22px}.check-result-tiles{grid-template-columns:1fr}.check-result-actions{flex-direction:column}.check-cta-button,.check-secondary-button{width:100%;font-size:16px}.section-title{font-size:30px}}@media(max-width:640px){.page-shell{width:min(100vw - 24px,1180px);padding-top:16px}.check-shell{width:min(100vw - 24px,1280px)}.brand-logo{height:50px}.site-header-nav{gap:8px}.nav-link,.nav-button,.nav-user-chip,.nav-logout-icon-button{min-height:42px;font-size:14px;padding:0 14px}.site-header-center .nav-link-center{width:100%;justify-content:center;font-size:13px}.site-actions{grid-template-columns:1fr}.hero-copy{padding-top:8px}.hero-copy h1,.psyhero-title{font-size:32px;line-height:1.05}.hero-text{font-size:15px;line-height:1.6}.hero-graphic,.psyhero-graphic{width:100%;margin-top:16px}.hero-points{gap:8px}.hero-points li{min-height:34px;padding:0 12px;font-size:13px}.generator,.progress-panel,.result-panel,.content-section,.site-footer{padding:18px}.legal-basis-summary,.legal-basis-card{padding:22px;border-radius:18px}.site-footer{margin-top:24px}.footer-logo{height:42px}.footer-brand{justify-items:center;text-align:center}.footer-copy{font-size:14px;line-height:1.65;text-align:center}.footer-badges{gap:8px;justify-content:center}.footer-badges span{min-height:32px;padding:0 12px;font-size:12px}.footer-nav{width:100%;gap:22px;justify-items:center;text-align:center}.footer-column,.footer-column-legal{justify-items:center}.footer-bottom{margin-top:20px;padding-top:16px;gap:8px;font-size:12px;align-items:center;text-align:center}.check-canvas{border-radius:18px}.check-title{max-width:none;font-size:28px;line-height:1.08}.check-description{font-size:14px;line-height:1.6}.check-intro-meta{flex-direction:column;gap:12px;font-size:14px;align-items:stretch}.check-intro,.check-result{gap:14px}.check-stage{padding:24px 16px 28px}.check-badge{max-width:100%;min-height:0;padding:8px 14px;font-size:13px;line-height:1.3;flex-wrap:wrap;justify-content:center;text-align:center}.check-progress-head{gap:8px}.check-progress-label,.check-progress-value,.check-back-button{font-size:14px}.check-progress-head{flex-direction:column;align-items:flex-start}.check-question-card,.check-result-card{padding:20px 16px;border-radius:14px}.check-question-title,.check-result-title{font-size:22px}.result-actions{flex-direction:column}.result-action-button{width:100%}.generator-head h2,.progress-head h2,.result-head h2{font-size:20px}.field-input{min-height:42px}.field-textarea{min-height:108px;padding:10px 12px}.field-meta{flex-direction:column;align-items:flex-start;gap:4px}.upload-box{min-height:0;padding:14px}.upload-title{font-size:15px}.upload-copy{font-size:13px}.form-note,.result-meta{font-size:14px}.progress-typing-message{min-height:28px;font-size:16px}.submit-button,.download-button{min-height:46px;padding:12px 14px;font-size:15px}.download-button{width:100%;white-space:normal;line-height:1.25;text-align:center}.progress-percent{align-self:flex-start;min-width:68px;min-height:40px;font-size:17px}.progress-runtime{flex-direction:column;align-items:flex-start;gap:6px;font-size:13px}.progress-step{grid-template-columns:14px minmax(0,1fr);gap:10px}.progress-step-dot{width:14px;height:14px}.progress-step-label{font-size:13px}.auth-form{grid-template-columns:1fr}.check-question-description,.check-result-description,.check-result-points{font-size:14px}.check-options{flex-direction:column;gap:10px}.check-option{width:100%;justify-content:flex-start;min-height:46px;padding:12px 16px;font-size:15px;text-align:left}.check-cta-button,.check-secondary-button{width:100%;min-height:48px;padding:12px 16px;border-radius:12px;font-size:15px}.check-meta-icon{width:20px;height:20px}.check-intro-meta-item{justify-content:center;width:100%}.check-result-tiles{gap:10px}.check-result-tile{padding:14px}.check-disclaimer{padding:14px 16px 16px}.check-disclaimer p{font-size:11px;line-height:1.6}.legal-page{padding:22px}.legal-hero{flex-direction:column;gap:18px}.legal-hero-logo{min-width:0;justify-content:flex-start}.legal-hero-logo img{width:min(180px,100%)}.section-title{font-size:24px;line-height:1.12}.footer-bottom{flex-direction:column;align-items:center}.steps-process{gap:16px}.step-index{width:42px;height:42px;border-width:7px;font-size:16px}.step-visual{width:min(100%,180px)}.step-card h3{font-size:18px}.step-card p{font-size:14px}.plans-grid{gap:14px;margin-bottom:18px}.pricing-table-wrap{display:none}.plan-card{gap:12px;padding:18px}.plan-head{flex-direction:column;gap:10px}.plan-head>div{min-width:0}.plan-price{font-size:24px}.plan-price span{display:block;margin-top:4px;margin-left:0}.plan-badge{align-self:flex-start;white-space:normal}.table-wrap{overflow:visible;border:0;background:transparent}.coverage-table,.pricing-table,.coverage-table tbody,.pricing-table tbody{display:block;width:100%}.coverage-table thead,.pricing-table thead{display:none}.coverage-table tr,.pricing-table tr{display:block;padding:14px 14px 2px;border:1px solid #e1e8f3;border-radius:8px;background:#fff}.coverage-table tr+tr,.pricing-table tr+tr{margin-top:12px}.coverage-table th,.coverage-table td,.pricing-table th,.pricing-table td{display:block;width:100%!important;padding:0 0 12px;border:0!important;text-align:left;font-size:14px;line-height:1.55}.coverage-table td:before,.pricing-table td:before{display:block;margin-bottom:4px;color:#6a768e;font-size:11px;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.coverage-table td:nth-child(1):before{content:"Bereich"}.coverage-table td:nth-child(2):before{content:"Wird im Entwurf berücksichtigt"}.pricing-table td:nth-child(1):before{content:"Leistung"}.pricing-table td:nth-child(2):before{content:"Komplette GBU"}.pricing-table td:nth-child(3):before{content:"Mit Fachkraft-Abnahme"}}.dashboard-page-shell{width:min(1320px,calc(100vw - 48px));padding-top:34px}.dashboard-layout{display:grid;grid-template-columns:264px minmax(0,1fr);align-items:start;gap:16px;width:100%}.dashboard-main,.dashboard-sidebar{display:grid;gap:16px}.dashboard-main-head{display:grid;gap:12px}.dashboard-title{margin:0;color:#162038;font-size:clamp(34px,4vw,48px);line-height:1.04}.dashboard-copy{max-width:760px;margin:0;color:#566277;font-size:16px;line-height:1.7}.dashboard-overview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.dashboard-overview-card,.dashboard-action-card,.dashboard-info-card,.dashboard-premium-card,.dashboard-profile-item,.dashboard-empty-state,.dashboard-content-panel{border:1px solid #d8e1ed;border-radius:8px;background:#fffffff5}.dashboard-overview-card{display:grid;gap:8px;padding:18px}.dashboard-overview-label,.dashboard-info-label,.dashboard-sidebar-label{color:#6b7892;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.dashboard-overview-card strong,.dashboard-info-card strong,.dashboard-sidebar-user strong,.dashboard-premium-head strong,.dashboard-empty-state strong{color:#162038;font-size:16px;line-height:1.3}.dashboard-overview-card p,.dashboard-info-card p,.dashboard-section-copy,.dashboard-profile-item dd,.dashboard-empty-state p,.dashboard-checklist-item p,.dashboard-sidebar-user p{margin:0;color:#566277;font-size:14px;line-height:1.55}.dashboard-content-panel{padding:24px}.dashboard-create-page{width:100%}.dashboard-create-panel{position:static;width:100%;max-width:none;justify-self:stretch}.dashboard-create-panel .generator-form{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-create-panel .field-wide{grid-column:1 / -1}.dashboard-section-body,.dashboard-section-head{display:grid;gap:12px}.dashboard-section-title{margin:0;color:#162038;font-size:30px;line-height:1.12}.admin-dashboard-page{display:grid;gap:24px}.admin-dashboard-layout{display:grid;grid-template-columns:190px minmax(0,1fr);gap:20px;align-items:start}.admin-section-menu{position:sticky;top:20px;display:grid;gap:8px;padding:12px;border:1px solid #dde5f0;border-radius:12px;background:#f8fafc}.admin-section-link{display:flex;align-items:center;min-height:44px;padding:0 14px;border-radius:8px;color:#42506a;font-size:14px;font-weight:800;transition:color .15s ease,background .15s ease}.admin-section-link:hover,.admin-section-link.is-active{background:#fff0e8;color:#c4521c}.admin-section-content{min-width:0}.admin-overview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.admin-metric-card{display:grid;gap:10px;min-height:148px;padding:20px;border:1px solid #dde5f0;border-radius:12px;background:#fff;box-shadow:0 12px 26px #0f172a0a}.admin-metric-card-featured{border-color:#ffc6aa;background:linear-gradient(180deg,#fff7f2,#fff)}.admin-metric-card span{color:#65728a;font-size:13px;font-weight:800}.admin-metric-card strong{color:#17233d;font-size:clamp(26px,3vw,38px);line-height:1}.admin-metric-card small{align-self:end;color:#7a869b;font-size:12px}.admin-state-card{display:grid;justify-items:start;gap:12px;min-height:150px;align-content:center;padding:22px;border:1px solid #dde5f0;border-radius:12px;background:#f8fafc;color:#536078;font-size:14px}.admin-state-error{border-color:#fecaca;background:#fff7f7;color:#b91c1c}.admin-state-card p{margin:0}.admin-state-card button,.admin-pagination button{min-height:38px;padding:0 14px;border:1px solid #d6deea;border-radius:8px;background:#fff;color:#263650;font-size:13px;font-weight:800;cursor:pointer}.admin-state-card button:disabled,.admin-pagination button:disabled{cursor:not-allowed;opacity:.45}.admin-table-wrap{width:100%;overflow-x:auto;border:1px solid #dde5f0;border-radius:12px;background:#fff}.admin-table{width:100%;min-width:900px;border-collapse:collapse}.admin-table th,.admin-table td{padding:14px 16px;border-bottom:1px solid #e8edf4;text-align:left;vertical-align:middle}.admin-table th{background:#f8fafc;color:#65728a;font-size:11px;font-weight:900;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap}.admin-table td{color:#445169;font-size:13px}.admin-table tbody tr:last-child td{border-bottom:0}.admin-table td strong,.admin-table td span{display:block}.admin-table td strong{color:#1d2b45;font-size:13px}.admin-table td span{margin-top:3px;color:#7a869b;font-size:12px}.admin-role-badge{display:inline-flex!important;width:fit-content;margin:0!important;padding:5px 9px;border-radius:999px;background:#edf1f6;color:#4f5c72!important;font-weight:900}.admin-role-badge.is-admin{background:#fff0e8;color:#b94712!important}.admin-role-badge.is-instructor{background:#236daa1f;color:#1f6299}.admin-open-gbu-link{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 12px;border-radius:8px;background:var(--accent);color:#fff;font-size:12px;font-weight:900;white-space:nowrap}.admin-open-gbu-link:hover{background:#e86427;color:#fff}.admin-row-actions{display:flex;align-items:flex-start;flex-direction:column;gap:8px}.admin-delete-button{border:1px solid rgba(190,45,45,.3);border-radius:8px;background:#be2d2d12;color:#a72323;cursor:pointer;font:inherit;font-size:.78rem;font-weight:700;padding:7px 10px;white-space:nowrap}.admin-delete-button:hover:not(:disabled){background:#be2d2d21;border-color:#be2d2d7a}.admin-delete-button:disabled{cursor:wait;opacity:.55}.admin-delete-error{border:1px solid rgba(190,45,45,.25);border-radius:12px;background:#be2d2d12;color:#932020;margin-bottom:14px;padding:12px 14px}.admin-pagination{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:14px}.admin-pagination span{color:#65728a;font-size:13px;text-align:center}@media(max-width:900px){.admin-dashboard-layout{grid-template-columns:1fr}.admin-section-menu{position:static;grid-template-columns:repeat(3,minmax(0,1fr))}.admin-section-link{justify-content:center}.admin-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.admin-overview-grid{grid-template-columns:1fr}.admin-pagination{align-items:stretch;flex-direction:column}}.dashboard-chip{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:34px;padding:0 14px;border-radius:999px;background:#fff2e9;color:var(--accent);font-size:13px;font-weight:800}.dashboard-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.dashboard-action-card,.dashboard-info-card,.dashboard-empty-state{display:grid;gap:12px;padding:20px}.dashboard-action-card h3{margin:0;color:#162038;font-size:21px;line-height:1.2}.dashboard-action-card p{margin:0;color:#566277;font-size:15px;line-height:1.7}.dashboard-action-primary{width:fit-content;min-width:0;text-decoration:none}.dashboard-inline-actions{display:flex;flex-wrap:wrap;gap:14px;align-items:center}.dashboard-text-link{color:var(--accent);font-size:15px;font-weight:800;text-decoration:none}.dashboard-text-link:hover,.dashboard-text-link:focus-visible{text-decoration:underline;text-underline-offset:3px}.dashboard-gbu-list{display:grid;gap:12px}.dashboard-gbu-card{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:16px;padding:18px;border:1px solid #d8e1ed;border-radius:8px;background:#fff}.dashboard-gbu-card-main{display:grid;gap:7px;min-width:0}.dashboard-gbu-date{color:#6b7892;font-size:12px;font-weight:800;letter-spacing:.02em;text-transform:uppercase}.dashboard-gbu-card h3{margin:0;color:#162038;font-size:20px;line-height:1.2}.dashboard-gbu-card p{margin:0;color:#566277;font-size:14px;line-height:1.5}.dashboard-gbu-card-meta{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.dashboard-gbu-card-meta span{display:inline-flex;align-items:center;min-height:30px;padding:0 11px;border-radius:999px;background:#fff4ed;color:var(--accent);font-size:12px;font-weight:800;white-space:nowrap}.dashboard-gbu-card-actions{display:flex;justify-content:flex-end}.dashboard-empty-state-error{border-color:#e11d4840;background:#fff7f8}.dashboard-checklist{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.dashboard-checklist-item{display:grid;gap:8px;padding:18px;border:1px solid #e2e8f0;border-radius:8px;background:#fbfdff}.dashboard-checklist-item strong{color:#162038;font-size:17px;line-height:1.3}.dashboard-profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.dashboard-profile-item{display:grid;gap:8px;padding:18px}.dashboard-profile-item dt{color:#6b7892;font-size:13px;font-weight:800}.dashboard-profile-item dd{color:#162038;font-size:17px;font-weight:700}.dashboard-profile-item-wide{grid-column:1 / -1}.dashboard-settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.dashboard-form-card{display:grid;gap:18px;padding:20px;border:1px solid #d8e1ed;border-radius:8px;background:#fffffff5}.dashboard-form-card-wide{grid-column:1 / -1}.dashboard-form-card-head{display:grid;gap:8px}.dashboard-form-card-head p{margin:0;color:#566277;font-size:14px;line-height:1.65}.dashboard-form{display:grid;gap:16px}.dashboard-form-grid{display:grid;gap:14px}.dashboard-form-grid-two{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-form-grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-field-group{display:grid;gap:8px}.dashboard-field-label{color:#22304a;font-size:13px;font-weight:700}.dashboard-field-input{width:100%;min-height:44px;padding:0 14px;border:1px solid #d8e1ed;border-radius:8px;background:#fff;color:#162038;font-size:14px;line-height:1.45;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease}.dashboard-field-input:focus{outline:none;border-color:#fe793a73;box-shadow:0 0 0 3px #fe793a1f}.dashboard-field-textarea{min-height:120px;padding:12px 14px;resize:vertical}.dashboard-form-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.dashboard-form-message{color:#566277;font-size:14px;line-height:1.5}.dashboard-form-note{margin:0;color:#566277;font-size:14px;line-height:1.65}.dashboard-provider-row{display:grid;gap:10px}.dashboard-provider-list{display:flex;flex-wrap:wrap;gap:8px}.dashboard-provider-chip{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;background:#fff4ed;color:var(--accent);font-size:12px;font-weight:800}.dashboard-premium-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.dashboard-premium-card{display:grid;gap:15px;padding:18px 18px 16px;align-content:start;border-color:#dbe4f0;border-radius:14px;background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:0 10px 22px #0f17280d}.dashboard-premium-card-featured{border-color:#fe793a61;background:linear-gradient(180deg,#fff9f5,#fff);box-shadow:0 10px 22px #fe793a14}.dashboard-premium-head{display:grid;gap:11px}.dashboard-premium-plan-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.dashboard-premium-plan-title{margin:0;color:#162038;font-size:clamp(18px,1.5vw,22px);line-height:1.08}.dashboard-premium-badge-row{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:5px}.dashboard-premium-plan-badge{display:inline-flex;align-items:center;min-height:26px;padding:0 11px;border-radius:999px;font-size:11px;font-weight:700;white-space:nowrap}.dashboard-premium-plan-badge-accent{background:#fff0e5;color:var(--accent)}.dashboard-premium-plan-badge-neutral{background:#f6ebe2;color:var(--accent)}.dashboard-premium-plan-badge-active{background:#162038;color:#fff}.dashboard-premium-price-row{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}.dashboard-premium-price{color:#162038;font-size:clamp(28px,2.5vw,38px);font-weight:780;line-height:1;letter-spacing:-.04em}.dashboard-premium-note{color:#6b7892;font-size:clamp(12px,1.05vw,15px);font-weight:600}.dashboard-premium-copy{margin:0;max-width:24ch;color:#5b6881;font-size:clamp(13px,1.05vw,14px);line-height:1.42}.dashboard-premium-features{display:grid;gap:10px;margin:0;padding:0;list-style:none}.dashboard-premium-features li{position:relative;padding-left:21px;color:#22304a;font-size:13px;font-weight:620;line-height:1.38}.dashboard-premium-features li:before{content:"";position:absolute;top:5px;left:0;width:8px;height:8px;border-radius:999px;background:var(--accent)}.dashboard-sidebar{align-self:start;position:sticky;top:34px;height:calc(100vh - 68px);max-height:920px;overflow:hidden;padding:18px;grid-template-rows:auto auto 1fr auto}.dashboard-sidebar-brand{display:inline-flex;width:fit-content}.dashboard-sidebar-logo{height:44px;width:auto}.dashboard-sidebar-user{display:grid;gap:4px;padding:12px;border:1px solid #e6edf6;border-radius:8px;background:#fbfdff}.dashboard-nav,.dashboard-sidebar-footer{display:grid;gap:6px;align-content:start;grid-auto-rows:min-content}.dashboard-nav-item,.dashboard-logout-button{display:inline-flex;align-items:center;justify-content:flex-start;width:100%;max-width:100%;min-height:28px;padding:10px 12px;border:1px solid #d8e1ed;border-radius:8px;background:#fff;color:#22304a;font-size:13px;font-weight:700;line-height:1.2;text-align:left;cursor:pointer;box-sizing:border-box;transition:border-color .2s ease,color .2s ease,background .2s ease}.dashboard-nav-item:hover,.dashboard-nav-item:focus-visible,.dashboard-logout-button:hover,.dashboard-logout-button:focus-visible{border-color:#c8d4e3}.dashboard-nav-item.is-active{border-color:#fe793a52;background:#fff4ed;color:var(--accent)}.dashboard-nav-item-premium{margin-top:auto;border-color:#fe793a47;background:#fff8f3}.dashboard-logout-button{justify-content:center}.dashboard-sidebar-user strong,.dashboard-sidebar-user p,.dashboard-nav-item,.dashboard-logout-button{overflow:hidden;text-overflow:ellipsis}.dashboard-sidebar-user strong,.dashboard-sidebar-user p{white-space:nowrap}@media(max-width:1080px){.dashboard-layout{grid-template-columns:1fr}.dashboard-sidebar{position:static;top:auto;height:auto;max-height:none;overflow:visible;grid-template-rows:auto}.dashboard-premium-grid,.dashboard-overview-grid,.dashboard-checklist{grid-template-columns:1fr}}@media(max-width:760px){.dashboard-page-shell{width:min(100vw - 24px,1320px);padding-top:20px}.dashboard-main,.dashboard-sidebar,.dashboard-content-panel{gap:18px}.dashboard-content-panel,.dashboard-overview-card,.dashboard-action-card,.dashboard-info-card,.dashboard-premium-card,.dashboard-profile-item,.dashboard-empty-state,.dashboard-sidebar-user{padding:18px}.dashboard-title{font-size:30px;line-height:1.08}.dashboard-section-title{font-size:24px}.dashboard-card-grid,.dashboard-profile-grid,.dashboard-settings-grid,.dashboard-form-grid-two,.dashboard-form-grid-three{grid-template-columns:1fr}.dashboard-gbu-card{grid-template-columns:1fr;align-items:stretch}.dashboard-gbu-card-meta,.dashboard-gbu-card-actions{justify-content:flex-start}.dashboard-inline-actions{flex-direction:column;align-items:stretch}.dashboard-action-primary,.dashboard-text-link{width:100%;text-align:center}.dashboard-sidebar-logo{height:52px}}.dashboard-page-content{display:grid;gap:22px}.dashboard-nav-link{text-decoration:none}.dashboard-mobile-bar,.dashboard-mobile-backdrop,.dashboard-sidebar-mobile-head,.dashboard-sidebar-close{display:none}.dashboard-sidebar-brand-desktop{display:inline-flex}.dashboard-sidebar-footer{margin-top:auto}.dashboard-page-shell{width:min(1440px,calc(100vw - 36px));padding-top:20px}.dashboard-layout{grid-template-columns:280px minmax(0,1fr);gap:20px}.dashboard-main,.dashboard-sidebar,.dashboard-content-panel{border-radius:8px;box-shadow:0 18px 46px #16203814}.dashboard-sidebar{align-self:start;position:sticky;top:20px;min-height:calc(100vh - 40px);height:calc(100vh - 40px);max-height:none;overflow:hidden;padding:24px;gap:20px;grid-template-rows:auto auto 1fr auto;background:#fffffffa}.dashboard-sidebar-logo{height:48px}.dashboard-sidebar-user{display:flex;align-items:center;gap:12px;padding:14px 12px;border-color:#dbe4ef;background:#fff}.dashboard-user-avatar{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:44px;height:44px;border-radius:999px;background:#fff2e9;color:var(--accent);font-size:18px;font-weight:900;line-height:1}.dashboard-user-copy{display:grid;gap:4px;min-width:0}.dashboard-sidebar-user strong{font-size:15px}.dashboard-sidebar-user p{font-size:13px}.dashboard-nav,.dashboard-sidebar-footer{gap:8px}.dashboard-nav-item,.dashboard-logout-button{position:relative;gap:12px;min-height:46px;padding:0 14px 0 18px;border-color:#dbe4ef;background:#fff;font-size:14px;font-weight:800}.dashboard-nav-item:before,.dashboard-logout-button:before{content:"";position:absolute;inset:0 auto 0 0;width:0;border-radius:8px 0 0 8px;background:var(--accent);transition:width .2s ease}.dashboard-nav-item.is-active:before{width:5px}.dashboard-nav-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:20px;height:20px;color:#6b7892}.dashboard-nav-copy{display:grid;gap:2px;min-width:0}.dashboard-nav-label{display:block}.dashboard-nav-status{display:inline-flex;align-items:center;gap:6px;color:#6b7892;font-size:11px;font-weight:700;line-height:1.25}.dashboard-nav-status-dot{width:7px;height:7px;flex:0 0 auto;border-radius:999px;background:var(--accent);box-shadow:0 0 #fe793a3d;animation:dashboardNavStatusPulse 1.4s ease-in-out infinite}.dashboard-nav-icon svg,.dashboard-page-title-icon svg,.dashboard-gbu-search svg,.dashboard-gbu-document-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.dashboard-nav-item:hover,.dashboard-nav-item:focus-visible,.dashboard-nav-item.is-active,.dashboard-logout-button:hover,.dashboard-logout-button:focus-visible{border-color:#fe793a52;background:#fff4ed;color:var(--accent)}.dashboard-nav-item:hover .dashboard-nav-icon,.dashboard-nav-item:focus-visible .dashboard-nav-icon,.dashboard-nav-item.is-active .dashboard-nav-icon,.dashboard-logout-button:hover .dashboard-nav-icon,.dashboard-logout-button:focus-visible .dashboard-nav-icon{color:var(--accent)}.dashboard-nav-item:hover .dashboard-nav-status,.dashboard-nav-item:focus-visible .dashboard-nav-status,.dashboard-nav-item.is-active .dashboard-nav-status{color:#8b5a44}.dashboard-nav-item-premium{margin-top:auto;border-color:#fe793a4d;background:#fff8f3}.dashboard-logout-button{justify-content:flex-start}@keyframes dashboardNavStatusPulse{0%,to{box-shadow:0 0 #fe793a1f;transform:scale(1)}50%{box-shadow:0 0 0 5px #fe793a00;transform:scale(1.06)}}.dashboard-main{min-height:calc(100vh - 40px);background:#fffffffa}.dashboard-content-panel{padding:32px;border-color:#dbe4ef;background:#fffffffa}.dashboard-my-gbus-panel,.dashboard-settings-panel{display:grid;gap:22px}.dashboard-my-gbus-header{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:20px}.dashboard-my-gbus-header>div{min-width:0}.dashboard-page-title-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:8px;background:#fff2e9;color:var(--accent)}.dashboard-my-gbus-header h1{margin:0;color:#162038;font-size:clamp(28px,3.1vw,36px);line-height:1.08;overflow-wrap:anywhere}.dashboard-my-gbus-header p{max-width:780px;margin:8px 0 0;color:#566277;font-size:15px;line-height:1.65;overflow-wrap:anywhere}.dashboard-new-gbu-cta,.dashboard-open-gbu-link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:8px;border:1px solid var(--accent);background:var(--accent);color:#fff;font-size:14px;font-weight:900;line-height:1;text-decoration:none;box-shadow:0 12px 26px #fe793a33;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.dashboard-new-gbu-cta:hover,.dashboard-new-gbu-cta:focus-visible,.dashboard-open-gbu-link:hover,.dashboard-open-gbu-link:focus-visible{border-color:#162038;background:#162038;color:#fff;transform:translateY(-1px)}.dashboard-my-gbus-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center}.dashboard-gbu-search{display:flex;align-items:center;gap:10px;min-width:0;min-height:48px;padding:0 14px;border:1px solid #dbe4ef;border-radius:8px;background:#fbfdff;color:#6b7892}.dashboard-gbu-search svg{width:18px;height:18px}.dashboard-gbu-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#162038;font:inherit;font-size:14px}.dashboard-gbu-search:focus-within{border-color:#fe793a73;box-shadow:0 0 0 3px #fe793a1f}.dashboard-gbu-count{display:inline-flex;align-items:center;justify-content:center;max-width:100%;min-height:36px;padding:0 13px;border-radius:999px;background:#f2f6fb;color:#566277;font-size:13px;font-weight:800;white-space:nowrap;text-align:center}.dashboard-gbu-list-modern{gap:12px}.dashboard-gbu-card-modern{grid-template-columns:auto minmax(0,1fr) auto auto;min-height:102px;padding:14px;border-color:#dbe4ef;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.dashboard-gbu-card-modern:hover{border-color:#fe793a4d;box-shadow:0 12px 30px #16203814;transform:translateY(-1px)}.dashboard-gbu-document-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:8px;background:#fff4ed;color:var(--accent)}.dashboard-gbu-card-modern h3{font-size:17px;overflow-wrap:anywhere}.dashboard-gbu-card-modern p{overflow-wrap:anywhere}.dashboard-gbu-card-modern .dashboard-gbu-date{font-size:11px}.dashboard-gbu-card-modern .dashboard-open-gbu-link{min-height:38px;padding:0 15px;box-shadow:none}.dashboard-gbu-state-card{padding:22px}.dashboard-gbu-list-skeleton{pointer-events:none}.dashboard-gbu-card-skeleton{overflow:hidden}.dashboard-gbu-document-icon-skeleton{background:#f4f7fb;color:#d0dae7}.dashboard-gbu-document-icon-skeleton svg{opacity:.7}.dashboard-gbu-card-meta-skeleton{gap:10px}.dashboard-skeleton{position:relative;overflow:hidden;background:#e9eff6;color:transparent}.dashboard-skeleton:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.76) 50%,transparent 100%);transform:translate(-100%);animation:dashboard-skeleton-shimmer 1.25s ease-in-out infinite}.dashboard-skeleton-line{display:block;border-radius:999px}.dashboard-skeleton-date{width:132px;height:10px}.dashboard-skeleton-title{width:min(68%,290px);height:18px}.dashboard-skeleton-title-wide{width:min(82%,360px)}.dashboard-skeleton-copy{width:min(88%,470px);height:14px}.dashboard-skeleton-pill{width:92px;min-height:30px;border-radius:999px}.dashboard-skeleton-pill-secondary{width:62px}.dashboard-skeleton-button{display:inline-flex;width:86px;min-height:38px;border-radius:8px}.dashboard-skeleton-count{display:inline-flex;width:128px;height:12px;border-radius:999px}.dashboard-gbu-empty-hero{min-height:180px;align-content:center}.dashboard-reset-search{width:fit-content;padding:0;border:0;background:transparent;color:var(--accent);font-size:14px;font-weight:900;cursor:pointer}.dashboard-reset-search:hover,.dashboard-reset-search:focus-visible{text-decoration:underline;text-underline-offset:3px}@keyframes dashboard-skeleton-shimmer{to{transform:translate(100%)}}@media(max-width:1080px){.dashboard-layout{grid-template-columns:1fr;gap:16px}.dashboard-sidebar,.dashboard-main{min-height:auto;height:auto}.dashboard-mobile-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;position:sticky;top:12px;z-index:35}.dashboard-mobile-menu-button,.dashboard-mobile-live-chip,.dashboard-sidebar-close{display:inline-flex;align-items:center;border-radius:12px;font:inherit}.dashboard-mobile-menu-button{flex:1 1 auto;gap:12px;min-height:64px;padding:0 16px;border:1px solid #dbe4ef;background:#fffffffa;color:#162038;box-shadow:0 14px 34px #16203814;text-align:left}.dashboard-mobile-menu-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:40px;height:40px;border-radius:10px;background:#fff2e9;color:var(--accent)}.dashboard-mobile-menu-icon svg,.dashboard-sidebar-close svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.dashboard-mobile-menu-copy{display:grid;gap:3px;min-width:0}.dashboard-mobile-menu-kicker{color:#7b879d;font-size:11px;font-weight:800;line-height:1.2;text-transform:uppercase;letter-spacing:.04em}.dashboard-mobile-menu-copy strong{color:#162038;font-size:17px;line-height:1.15}.dashboard-mobile-live-chip{gap:7px;min-height:44px;padding:0 14px;border:1px solid rgba(254,121,58,.22);background:#fff8f3;color:var(--accent);font-size:13px;font-weight:800;white-space:nowrap}.dashboard-mobile-backdrop{display:block;position:fixed;inset:0;border:0;background:#0f172861;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:45}.dashboard-sidebar{position:fixed;top:12px;left:12px;width:min(360px,calc(100vw - 24px));max-width:calc(100vw - 24px);min-height:auto;height:auto;max-height:calc(100vh - 24px);overflow:auto;grid-template-rows:auto auto 1fr auto;transform:translate(calc(-100% - 24px));opacity:0;pointer-events:none;transition:transform .28s ease,opacity .28s ease;z-index:60}.dashboard-sidebar.is-open{transform:translate(0);opacity:1;pointer-events:auto}.dashboard-sidebar-mobile-head{display:flex;align-items:center;justify-content:space-between;gap:14px}.dashboard-sidebar-brand-desktop{display:none}.dashboard-sidebar-close{justify-content:center;flex:0 0 auto;width:42px;height:42px;border:1px solid #dbe4ef;background:#fff;color:#6b7892}.dashboard-nav,.dashboard-sidebar-footer{grid-template-columns:1fr}}@media(max-width:760px){.dashboard-page-shell{width:min(100vw - 24px,1320px);padding-top:20px}.dashboard-sidebar,.dashboard-content-panel{padding:18px}.dashboard-my-gbus-header,.dashboard-my-gbus-toolbar,.dashboard-gbu-card-modern{grid-template-columns:1fr;align-items:stretch}.dashboard-page-title-icon{width:50px;height:50px}.dashboard-nav,.dashboard-sidebar-footer{grid-template-columns:1fr}.dashboard-new-gbu-cta,.dashboard-open-gbu-link,.dashboard-gbu-card-actions{width:100%}.dashboard-gbu-count{width:100%;min-height:0;padding:10px 13px;white-space:normal;line-height:1.35}.dashboard-gbu-card-meta,.dashboard-gbu-card-actions{justify-content:flex-start}}.auth-screen{min-height:100vh;background:linear-gradient(180deg,#eef3f9,#f6f9fc)}.auth-shell-surface{display:grid;grid-template-columns:minmax(360px,470px) minmax(0,1fr);min-height:100vh;background:#fff}.auth-shell-form-side{display:flex;align-items:stretch;justify-content:center;padding:48px 38px;background:#fff}.auth-shell-panel{display:grid;align-content:start;gap:28px;width:100%;max-width:430px}.auth-brand-row{display:inline-flex;width:fit-content}.auth-brand-logo{width:auto;height:64px}.auth-stack{display:grid;gap:22px}.auth-head{display:grid;gap:12px}.auth-heading{margin:0;color:#162038;font-size:44px;line-height:1.05}.auth-intro,.auth-switch-row,.auth-legal-note,.auth-field-note,.auth-callback-copy{margin:0;color:#5f6b82;font-size:15px;line-height:1.65}.auth-switch-row,.auth-legal-note{font-weight:600}.auth-switch-row-bottom{text-align:center}.auth-switch-row a,.auth-legal-note a{color:var(--accent);font-weight:800}.auth-provider-list{display:grid;gap:12px}.auth-provider-link{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:52px;padding:0 18px;border:1px solid #d7dfec;border-radius:8px;background:#fff;color:#162038;font-size:16px;font-weight:700;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.auth-provider-link:hover,.auth-provider-link:focus-visible{border-color:#fe793a61;box-shadow:0 16px 28px #0f17280f;transform:translateY(-1px)}.auth-provider-link svg{width:20px;height:20px}.auth-divider{position:relative;display:flex;align-items:center;justify-content:center;color:#78849a;font-size:14px;font-weight:600}.auth-divider:before,.auth-divider:after{content:"";flex:1 1 auto;height:1px;background:#dde5f0}.auth-divider:before{margin-right:12px}.auth-divider:after{margin-left:12px}.auth-form-grid{display:grid;gap:14px}.auth-password-control{position:relative}.auth-password-input{padding-right:48px}.auth-password-toggle{position:absolute;top:50%;right:12px;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:0;border-radius:999px;background:transparent;color:#8a95a9;cursor:pointer;transition:color .2s ease,background .2s ease;transform:translateY(-50%)}.auth-password-toggle:hover,.auth-password-toggle:focus-visible{background:#fe793a1a;color:var(--accent)}.auth-password-toggle svg{width:20px;height:20px}.auth-forgot-link{width:fit-content;color:#7a8498;font-size:14px;font-weight:700;text-decoration:none}.auth-forgot-link:hover,.auth-forgot-link:focus-visible{color:var(--accent);text-decoration:underline}.auth-success-message{margin:0;padding:12px 14px;border:1px solid rgba(20,158,93,.24);border-radius:8px;background:#149e5d14;color:#17784d;font-size:14px;font-weight:700;line-height:1.55}.auth-field{display:grid;gap:8px}.auth-field-label{color:#22304a;font-size:14px;font-weight:800}.auth-field-input{width:100%;min-height:50px;padding:0 15px;border:1px solid #ccd6e5;border-radius:8px;background:#fff;color:#162038;font-size:15px;transition:border-color .2s ease,box-shadow .2s ease}.auth-field-input::placeholder{color:#8a95a9}.auth-field-input:focus{outline:none;border-color:#fe793a7a;box-shadow:0 0 0 4px #fe793a1f}.auth-submit-button{display:inline-flex;align-items:center;justify-content:center;min-height:58px;padding:0 18px;border:0;border-radius:8px;background:var(--accent);color:#fff;font-size:16px;font-weight:800;box-shadow:0 18px 30px #fe793a38;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.auth-submit-button:hover,.auth-submit-button:focus-visible{transform:translateY(-1px);box-shadow:0 20px 34px #fe793a42}.auth-submit-button:disabled{opacity:.72;cursor:wait}.auth-shell-showcase{position:relative;overflow:hidden;min-height:100vh;background:#f8fbff url(/GBU-Portal-SignupScreen.png) center / cover no-repeat}.auth-showcase-accessible-copy{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.auth-showcase-badge{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:34px;padding:0 14px;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:13px;font-weight:800}.auth-callback-screen{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:24px;background:linear-gradient(180deg,#eef3f9,#f6f9fc)}.auth-callback-card{display:grid;gap:16px;width:min(520px,100%);padding:28px;border:1px solid #d8e1ed;border-radius:8px;background:#fffffff5;box-shadow:0 20px 40px #0f172814}.auth-callback-title{margin:0;color:#162038;font-size:32px;line-height:1.08}@media(max-width:1080px){.auth-shell-surface{grid-template-columns:minmax(0,1fr)}.auth-shell-showcase{display:none}}@media(max-width:640px){.auth-shell-form-side{padding:24px}.auth-shell-panel{max-width:none;gap:24px}.auth-brand-logo{height:56px}.auth-heading{font-size:32px;line-height:1.08}.auth-provider-link,.auth-submit-button,.auth-field-input{min-height:48px}.auth-intro,.auth-switch-row,.auth-legal-note,.auth-field-note{font-size:14px}}.editor-page-shell{width:min(1560px,calc(100vw - 32px))}.gbu-editor-page{display:flex;flex-direction:column;gap:18px}.editor-panel-label{display:inline-flex;align-items:center;gap:8px;width:fit-content;margin-bottom:12px;padding:8px 14px;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:13px;font-weight:900}.editor-empty-state,.editor-document-area,.editor-tools-panel{border:1px solid #d8e0ec;border-radius:8px;background:#fffffff0;box-shadow:0 20px 55px #25334d14}.editor-status-box span{display:block;margin-bottom:6px;color:#748099;font-size:12px;font-weight:800;text-transform:uppercase}.editor-empty-state{padding:34px}.editor-empty-state h2{margin:0 0 10px;color:#111827;font-size:28px;line-height:1.1}.editor-empty-state p{max-width:620px;margin:0 0 22px;color:#61708a;font-size:17px}.editor-primary-link,.editor-ai-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border:0;border-radius:8px;background:var(--accent);color:#fff;font-weight:800}.editor-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,260px);align-items:start;gap:16px}.editor-tools-panel{position:sticky;top:16px;padding:20px}.editor-tools-panel h2{margin:0 0 10px;color:#17223a;font-size:24px;line-height:1.1}.editor-status-box p{margin:0 0 16px;color:#64718a;font-size:14px;line-height:1.55}.editor-creator-tool textarea,.editor-field textarea,.editor-list-editor textarea{width:100%;border:1px solid #d6deea;border-radius:8px;background:#f8fafc;color:#17223a;padding:12px;font-size:14px;line-height:1.5;outline:none}.editor-creator-tool textarea{min-height:112px;resize:vertical}.editor-field textarea,.editor-list-editor textarea{resize:vertical}.editor-field .editor-control{min-height:92px;vertical-align:top}.editor-field .editor-control-multiline,.editor-field-grid.compact .editor-field .editor-control{min-height:110px}.editor-creator-tool textarea:focus,.editor-field textarea:focus,.editor-list-editor textarea:focus{border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-focus)}.editor-ai-button{width:100%;margin-top:12px;cursor:pointer}.editor-ai-button:disabled{opacity:.56;cursor:not-allowed}.editor-creator-tool textarea:disabled{color:#7b879c;cursor:not-allowed}.editor-ai-status,.editor-ai-error{margin:12px 0 0;border-radius:8px;padding:10px 12px;font-size:13px;font-weight:800;line-height:1.4}.editor-ai-status{background:var(--accent-soft);color:var(--accent)}.editor-ai-error{border:1px solid var(--accent-border);background:var(--accent-softest);color:#b84e1e}.editor-field-highlighted textarea,.editor-list-row-highlighted textarea{border-color:var(--accent);background:#fff8f3;box-shadow:0 0 0 4px #fe793a24}.editor-mini-card-highlighted{border-color:var(--accent);background:#fff8f3;box-shadow:0 14px 34px #fe793a1f}.editor-mini-card-highlighted .editor-field-highlighted textarea{background:#fff}.editor-document-area{min-width:0;padding:16px}.editor-mobile-category-header{position:sticky;top:16px;z-index:24;display:grid;gap:10px;margin-bottom:14px;border:1px solid #d8e0ec;border-radius:18px;background:#fffffff7;box-shadow:0 24px 52px #121f3624;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);overflow:hidden}.editor-mobile-category-trigger{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;padding:14px 14px 12px;border:0;background:transparent;color:#17223a;text-align:left}.editor-mobile-category-current{display:grid;gap:2px;min-width:0}.editor-mobile-category-current small{color:#7a879d;font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.04em}.editor-mobile-category-current strong{color:#17223a;font-size:16px;font-weight:950;line-height:1.2}.editor-mobile-category-toggle{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:999px;background:#fff6f0;color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent-border);flex:0 0 auto}.editor-mobile-category-toggle .editor-tool-icon{width:18px;height:18px}.editor-mobile-category-menu{display:grid;gap:6px;padding:0 12px 12px}.editor-mobile-category-menu button{display:grid;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:10px;min-height:44px;width:100%;padding:0 12px 0 10px;border:1px solid #e2e8f2;border-radius:14px;background:#fff;color:#5f6c84;font-size:14px;font-weight:850;text-align:left}.editor-mobile-category-menu button span{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:999px;background:#edf2f7;color:#728098;font-size:11px;font-weight:950}.editor-mobile-category-menu button.is-active{border-color:var(--accent-border);background:#fff8f3;color:var(--accent)}.editor-mobile-category-menu button.is-active span{background:var(--accent);color:#fff}.editor-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px;padding:10px 12px;border:1px solid #d8e0ec;border-radius:8px;background:#f8fafc}.editor-toolbar span{color:var(--accent);font-size:13px;font-weight:800}.editor-toolbar strong{color:#22304a;font-size:14px}.editor-save-state{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:999px;background:#f0f4f9;color:#65728a;font-size:12px;font-weight:800}.editor-save-state-saving,.editor-save-state-dirty{background:var(--accent-soft);color:var(--accent)}.editor-save-state-failed{background:#fff0eb;color:#b84e1e}.editor-save-error{margin-bottom:14px;border:1px solid var(--accent-border);border-radius:8px;background:var(--accent-softest);color:#b84e1e;padding:14px;font-weight:700}.editor-save-error p{margin:6px 0 0;color:#6a768e}.editor-toolbar button,.editor-tools-panel button,.editor-subsection-title button{display:inline-flex;align-items:center;justify-content:center;min-height:38px;border:1px solid #d6deea;border-radius:8px;background:#fff;color:#22304a;font-size:14px;font-weight:800}.editor-toolbar button:disabled,.editor-tools-panel button:disabled{color:#9aa5b8;cursor:not-allowed}.editor-structured-pages{display:grid;gap:18px}.editor-page-card{scroll-margin-top:110px;border:1px solid #d8e0ec;border-radius:8px;background:#fff;padding:24px}.editor-page-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.editor-page-card-header-copy{min-width:0}.editor-page-card-header span{display:inline-flex;margin-bottom:10px;padding:6px 12px;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:12px;font-weight:800}.editor-page-card-header h2{margin:0;color:#111827;font-size:clamp(26px,2.6vw,38px);line-height:1.08}.editor-page-card-header p{max-width:760px;margin:10px 0 0;color:#64718a;font-size:15px;line-height:1.55}.editor-page-header-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:10px;flex:0 0 auto}.editor-page-close-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border:1px solid var(--accent);border-radius:999px;background:#fff8f3;color:var(--accent);font-size:14px;font-weight:900;cursor:pointer;white-space:nowrap;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.editor-page-close-button:hover,.editor-page-close-button:focus-visible{background:#fff2e8;box-shadow:0 10px 24px #fe793a29;transform:translateY(-1px);outline:none}.editor-page-edit-button{position:relative;flex:0 0 auto;width:42px;min-height:42px;padding:0;border:1px solid #d6deea;border-radius:8px;background:#fff;color:#22304a;box-shadow:0 10px 22px #25334d14;transition:border-color .16s ease,color .16s ease,background .16s ease,transform .16s ease}.editor-page-edit-button-onboarding{border-color:var(--accent);background:#fff8f3;color:var(--accent);animation:editor-onboarding-edit-button-press 1.2s ease-in-out infinite}.editor-page-edit-button-onboarding:before{content:"";position:absolute;inset:-8px;border:2px solid rgba(254,121,58,.42);border-radius:inherit;animation:editor-onboarding-edit-button-ring 1.2s ease-out infinite}.editor-page-edit-button-onboarding .editor-pencil-icon,.editor-page-edit-button-onboarding .editor-tool-icon{animation:editor-onboarding-edit-icon-pop 1.2s ease-in-out infinite}.editor-page-edit-button:hover,.editor-page-edit-button:focus-visible{border-color:var(--accent);background:#fff8f3;color:var(--accent);transform:translateY(-1px);outline:none}.editor-page-edit-button.is-active{border-color:var(--accent);background:var(--accent);color:#fff}.editor-page-edit-button .editor-pencil-icon,.editor-page-edit-button .editor-tool-icon{width:18px;height:18px}@keyframes editor-onboarding-edit-button-press{0%,to{transform:translateY(0) scale(1);box-shadow:0 18px 36px #fe793a38}18%{transform:translateY(0) scale(1)}28%{transform:translateY(1px) scale(.92);box-shadow:0 10px 22px #fe793a2e}40%{transform:translateY(-1px) scale(1.04);box-shadow:0 22px 40px #fe793a42}56%{transform:translateY(0) scale(1)}}@keyframes editor-onboarding-edit-button-ring{0%{opacity:0;transform:scale(.92)}22%{opacity:.92}62%{opacity:.12;transform:scale(1.18)}to{opacity:0;transform:scale(1.24)}}@keyframes editor-onboarding-edit-icon-pop{0%,to{transform:scale(1)}28%{transform:scale(.9)}40%{transform:scale(1.06)}}.editor-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.editor-field-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.editor-field{display:grid;gap:7px;min-width:0}.editor-field-heading{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:24px}.editor-field-heading label,.editor-field-label{color:#22304a;font-size:13px;font-weight:800}.editor-page-card-preview,.editor-page-card-editing{padding:0;border-color:transparent;background:transparent;box-shadow:none}.editor-page-card-preview [data-editor-path]{cursor:text}.editor-page-card-preview [data-editor-path]:hover{outline:1px solid rgba(254,121,58,.32);outline-offset:2px}.editor-direct-focus-target{border-color:var(--accent)!important;background:#fff8f3!important;box-shadow:0 0 0 3px #fe793a29,0 16px 34px #fe793a1f!important;transition:box-shadow .18s ease,border-color .18s ease,background .18s ease}.editor-pdf-preview-editing .editor-pdf-sheet{border-color:#fe793a57;box-shadow:0 26px 60px #25334d17,0 0 0 1px #fe793a14}.editor-pdf-preview{position:relative;padding-top:8px}.editor-pdf-preview-action{position:absolute;top:20px;right:20px;display:flex;align-items:center;gap:10px;z-index:5}.editor-pdf-preview .editor-page-edit-button{width:46px;min-height:46px;border-radius:999px;background:#fffffff5;box-shadow:0 18px 36px #0f172a1f}.editor-pdf-close-button{min-height:40px;padding:0 14px;background:#fffffff5;box-shadow:0 16px 30px #0f172a1f}.editor-pdf-sheet{display:grid;gap:18px;padding:28px;border:1px solid #d8e0ec;border-radius:22px;background:radial-gradient(circle at top left,rgba(254,121,58,.08),transparent 30%),linear-gradient(180deg,#fff,#fbfcff);box-shadow:0 26px 60px #25334d17}.editor-pdf-header{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;padding:16px 18px;border-radius:20px;background:var(--editor-pdf-accent, var(--accent));color:var(--editor-pdf-accent-text, #fff)}.editor-pdf-logo-shell{display:inline-flex;align-items:center;justify-content:center;min-width:106px;min-height:58px;padding:10px 12px;border-radius:14px;background:#fffffffa;overflow:hidden}.editor-pdf-logo-shell img{display:block;max-width:100%;max-height:42px;object-fit:contain}.editor-pdf-title{margin:0;color:inherit;font-size:clamp(24px,2.2vw,34px);line-height:1.04}.editor-pdf-meta{display:grid;gap:4px;min-width:220px;justify-items:end;text-align:right}.editor-pdf-meta strong,.editor-pdf-meta span{color:inherit}.editor-pdf-meta strong{font-size:18px;line-height:1.1}.editor-pdf-meta span{font-size:13px;line-height:1.35}.editor-pdf-page-meta{display:flex;justify-content:flex-end}.editor-pdf-page-number{color:#748099;font-size:13px;font-weight:800}.editor-pdf-divider{height:1px;background:#d9e1ec}.editor-pdf-body{display:grid;gap:18px}.editor-pdf-summary{display:grid;gap:10px;padding:18px 20px;border:1px solid #d9e1ec;border-radius:18px;background:#f8fafc}.editor-pdf-summary h3{margin:0;color:#162033;font-size:18px;line-height:1.15}.editor-pdf-summary p{margin:0;color:#162033;font-size:15px;line-height:1.5}.editor-pdf-section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.editor-pdf-section{display:grid;gap:10px}.editor-pdf-section-label{display:inline-flex;align-items:center;width:fit-content;min-height:34px;padding:0 18px;border-radius:12px;background:var(--editor-pdf-accent, var(--accent));color:var(--editor-pdf-accent-text, #fff);font-size:15px;font-weight:900}.editor-pdf-section-add-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 18px;border:1px solid var(--accent);border-radius:8px;background:var(--accent);color:#fff;font-size:14px;font-weight:800;box-shadow:0 14px 32px var(--accent-shadow);cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease}.editor-pdf-section-add-button .editor-tool-icon{width:16px;height:16px}.editor-pdf-section-add-button:hover,.editor-pdf-section-add-button:focus-visible{border-color:var(--accent);background:#fff;color:var(--accent);transform:translateY(-1px);box-shadow:none;outline:none}.editor-pdf-inline-box-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.editor-pdf-inline-actions{position:relative;display:inline-flex;align-items:center;justify-content:flex-end;gap:8px;z-index:10}.editor-pdf-grid{display:grid;grid-template-columns:repeat(var(--editor-pdf-grid-columns, 2),minmax(0,1fr));gap:12px}.editor-pdf-field-box{display:grid;align-content:start;gap:10px;min-height:var(--editor-pdf-field-min-height, 108px);padding:14px 16px;border:1px solid #d9e1ec;border-radius:16px;background:#fff}.editor-pdf-summary-editable,.editor-pdf-field-box-editable{cursor:text}.editor-pdf-field-label{color:#667085;font-size:12px;font-weight:900;line-height:1.2}.editor-pdf-field-value{color:#162033;font-size:15px;line-height:1.45;white-space:pre-line;word-break:break-word}.editor-pdf-inline-control,.editor-pdf-inline-select{width:100%;border:1px solid transparent;border-radius:12px;background:#f8fafc;color:#162033;font:inherit;padding:10px 12px}.editor-pdf-inline-control{outline:none}.editor-pdf-inline-control-input{min-height:44px;font-size:15px;line-height:1.4}.editor-pdf-inline-control-textarea{overflow:auto;resize:vertical;min-height:0;font-size:15px;line-height:1.5}.editor-pdf-inline-control-summary,.editor-pdf-inline-control-field{min-height:0}.editor-pdf-inline-control-table{min-height:48px;padding:8px 10px;border-radius:10px;font-size:14px;line-height:1.45}.editor-pdf-inline-select{min-height:38px;cursor:pointer;outline:none}.editor-pdf-inline-control:focus,.editor-pdf-inline-select:focus{border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-focus);background:#fff}.editor-pdf-field-line,.editor-pdf-table-line{display:block;width:100%;height:1px;background:#d9e1ec}.editor-pdf-field-line{align-self:end;margin-top:auto}.editor-pdf-table-line{margin-top:18px}.editor-pdf-table-line-centered{width:72%;margin:14px auto 0}.editor-pdf-field-empty{color:#8a95a9;font-size:13px;font-style:italic;line-height:1.45}.editor-pdf-table-shell{overflow-x:auto;-webkit-overflow-scrolling:touch}.editor-pdf-table-shell-has-row-actions{padding-right:58px}.editor-pdf-table{width:100%;min-width:720px;border-collapse:separate;border-spacing:0;table-layout:fixed}.editor-pdf-table th{padding:10px 8px;border-top:1px solid #d9e1ec;border-right:1px solid #d9e1ec;border-bottom:1px solid #d9e1ec;background:var(--editor-pdf-accent, var(--accent));color:var(--editor-pdf-accent-text, #fff);font-size:13px;font-weight:900;line-height:1.2;text-align:left}.editor-pdf-table th:first-child{border-left:1px solid #d9e1ec;border-top-left-radius:12px}.editor-pdf-table th:last-child{border-top-right-radius:12px}.editor-pdf-table th[data-align=center]{text-align:center}.editor-pdf-table-cell{position:relative;vertical-align:top;padding:10px 8px;border-right:1px solid #d9e1ec;border-bottom:1px solid #d9e1ec;background:#fff}.editor-pdf-table-cell-has-row-actions{padding-right:8px}.editor-pdf-table tbody tr td:first-child{border-left:1px solid #d9e1ec}.editor-pdf-table tbody tr:last-child td:first-child{border-bottom-left-radius:12px}.editor-pdf-table tbody tr:last-child td:last-child{border-bottom-right-radius:12px}.editor-pdf-table-row.is-highlighted .editor-pdf-table-cell,.editor-pdf-table-cell.is-highlighted,.editor-pdf-field-box.is-highlighted,.editor-pdf-summary.is-highlighted{border-color:#fe793a73;background:#fff8f3;box-shadow:inset 0 0 0 1px #fe793a24}.editor-pdf-table-cell[data-align=center]{text-align:center}.editor-pdf-table-row-editable{position:relative}.editor-pdf-row-actions{position:absolute;top:0;bottom:0;right:-50px;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;opacity:0;pointer-events:none;transition:opacity .16s ease,right .16s ease}.editor-pdf-table-row-editable:hover .editor-pdf-row-actions,.editor-pdf-table-row-editable:focus-within .editor-pdf-row-actions,.editor-pdf-table-row.is-highlighted .editor-pdf-row-actions,.editor-pdf-row-actions.is-active,.editor-pdf-row-actions:has(.editor-inline-change-popover){opacity:1;right:-46px;pointer-events:auto}.editor-pdf-table-text{color:#162033;font-size:14px;line-height:1.45;white-space:pre-line;word-break:break-word}.editor-pdf-risk-badge{display:inline-flex;align-items:center;justify-content:center;min-width:64px;min-height:28px;padding:0 12px;border-radius:999px;color:#162033;font-size:12px;font-weight:900;line-height:1}.editor-pdf-status-text{display:inline-flex;justify-content:center;width:100%;color:#162033;font-size:13px;font-weight:900;line-height:1.25}.editor-pdf-checkbox{display:inline-flex;width:16px;height:16px;border:1px solid #d9e1ec;border-radius:4px;background:#fff}.editor-pdf-checkbox.is-checked:after{content:"";width:8px;height:4px;margin:4px 0 0 3px;border-left:2px solid var(--accent);border-bottom:2px solid var(--accent);transform:rotate(-45deg)}.editor-maternity-protection.is-highlighted .editor-maternity-protection-row{border-color:#fe793a73;background:#fff8f3;box-shadow:inset 0 0 0 1px #fe793a24}.editor-maternity-protection-row{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:54px;padding:12px 14px;border:1px solid #d9e1ec;border-radius:12px;background:#fff}.editor-maternity-protection-row p{margin:0;color:#162033;font-size:14px;line-height:1.45}.editor-maternity-protection-options,.editor-maternity-protection-option{display:inline-flex;align-items:center}.editor-maternity-protection-options{flex:0 0 auto;gap:18px}.editor-maternity-protection-option{gap:7px;color:#162033;font-size:13px;font-weight:800;white-space:nowrap}.editor-maternity-protection-option.is-editable{cursor:pointer}.editor-maternity-protection-option:has(input:disabled){cursor:wait;opacity:.65}.editor-maternity-protection-option input{width:17px;height:17px;margin:0;accent-color:var(--accent);cursor:pointer}.editor-maternity-protection-provisions{display:grid;gap:8px;min-height:88px;margin-top:8px;padding:12px 14px;border:1px solid #d9e1ec;border-radius:12px;background:#fff}.editor-maternity-protection-provisions.is-highlighted{border-color:#fe793a73;background:#fff8f3;box-shadow:inset 0 0 0 1px #fe793a24}.editor-maternity-protection-creator-status{display:inline-flex;align-items:center;gap:8px;color:#667085;font-size:13px;font-weight:700}.editor-maternity-protection-creator-error{margin:0;color:#b42318;font-size:13px;line-height:1.4}@media(max-width:720px){.editor-maternity-protection-row{align-items:flex-start;flex-direction:column;gap:12px}.editor-maternity-protection-options{flex-wrap:wrap}}.editor-pdf-table-link{color:var(--accent);font-size:14px;font-weight:900;text-decoration:none}.editor-pdf-table-link:hover,.editor-pdf-table-link:focus-visible{text-decoration:underline;outline:none}.editor-field-preview{align-content:start;padding:12px 14px;border:1px solid #e2e8f2;border-radius:8px;background:#fbfdff}.editor-preview-value{color:#17223a;font-size:14px;line-height:1.65;white-space:pre-wrap;word-break:break-word}.editor-preview-value-multiline{min-height:72px}.editor-preview-empty{color:#8a95a9;font-size:13px;font-style:italic;line-height:1.5}.editor-field-preview.editor-field-highlighted{border-color:var(--accent);background:#fff8f3;box-shadow:0 10px 24px #fe793a1f}.editor-subsection{margin-top:18px;border-top:1px solid #e2e8f2;padding-top:18px}.editor-subsection-preview .editor-subsection-title{margin-bottom:10px}.editor-subsection-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.editor-subsection-title h3{margin:0;color:#17223a;font-size:19px}.editor-subsection-title button{min-height:34px;padding:0 12px;color:var(--accent)}.editor-card-list,.editor-list-editor,.editor-measure-grid{display:grid;gap:12px}.editor-card-list-preview{gap:14px}.editor-list-item-shell{display:grid;gap:6px}.editor-list-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px}.editor-list-row-sortable{position:relative;transition:opacity .16s ease,transform .16s ease,box-shadow .16s ease}.editor-list-editor-dragging textarea{pointer-events:none}.editor-list-row-has-clear{grid-template-columns:minmax(0,1fr) auto auto}.editor-list-row-numbered{grid-template-columns:36px 42px minmax(0,1fr) auto}.editor-list-row-numbered.editor-list-row-has-clear{grid-template-columns:36px 42px minmax(0,1fr) auto auto}.editor-list-row-dragging{opacity:.42;transform:scale(.995)}.editor-list-row-drop-target{transform:translateY(4px)}.editor-drop-indicator{display:block;width:100%;height:4px;border-radius:999px;background:var(--accent);box-shadow:0 8px 22px #fe793a47;animation:editor-drop-indicator-pulse .9s ease-in-out infinite}@keyframes editor-drop-indicator-pulse{0%,to{opacity:.55;transform:scaleX(.98)}50%{opacity:1;transform:scaleX(1)}}.editor-list-number{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:999px;background:var(--accent);color:#fff;font-size:14px;font-weight:900;line-height:1}.editor-drag-handle{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;min-height:38px;padding:0;border:1px dashed var(--accent-border);border-radius:8px;background:var(--accent-softest);color:var(--accent);cursor:grab;-webkit-user-select:none;user-select:none}.editor-drag-icon{width:18px;height:18px}.editor-drag-handle:active{cursor:grabbing}.editor-drag-handle:focus-visible{border-color:var(--accent);outline:none;box-shadow:0 0 0 4px var(--accent-focus)}.editor-remove-button{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:32px;height:32px;min-height:32px;padding:0;border:1px solid #fecaca;border-radius:999px;background:#fef2f2;color:#dc2626;cursor:pointer}.editor-highlight-clear-button{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:32px;height:32px;min-height:32px;padding:0;border:1px solid #bfe8ce;border-radius:999px;background:#ecfdf3;color:#16803d;cursor:pointer}.editor-check-icon,.editor-pencil-icon,.editor-trash-icon{width:18px;height:18px}.editor-highlight-clear-button:hover,.editor-highlight-clear-button:focus-visible{border-color:#16803d;outline:none;box-shadow:0 0 0 4px #16803d24}.editor-highlight-actions{position:relative;display:inline-flex;align-items:center;justify-content:flex-end;gap:6px;z-index:10}.editor-highlight-actions:has(.editor-inline-change-popover),.editor-pdf-inline-actions:has(.editor-inline-change-popover),.editor-list-row-actions:has(.editor-inline-change-popover),.editor-mini-card-action-buttons:has(.editor-inline-change-popover){z-index:1000}.editor-inline-change-anchor{position:relative;display:inline-flex;z-index:20}.editor-inline-change-anchor:has(.editor-inline-change-popover){z-index:1000}.editor-list-row-actions{position:relative;display:inline-flex;align-items:center;justify-content:flex-end;gap:8px;z-index:10}.editor-highlight-edit-button{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:32px;height:32px;min-height:32px;padding:0;border:1px solid var(--accent-border);border-radius:999px;background:#fff7f2;color:var(--accent);cursor:pointer}.editor-highlight-edit-button:hover,.editor-highlight-edit-button:focus-visible{border-color:var(--accent);outline:none;box-shadow:0 0 0 4px var(--accent-focus)}.editor-inline-change-popover{position:absolute;top:calc(100% + 10px);right:0;z-index:1001;width:min(340px,calc(100vw - 36px));border:1px solid #d8e0ec;border-radius:8px;background:#fff;box-shadow:0 24px 58px #121f362e;padding:12px}.editor-inline-change-popover:before{content:"";position:absolute;top:-7px;right:48px;width:12px;height:12px;border-left:1px solid #d8e0ec;border-top:1px solid #d8e0ec;background:#fff;transform:rotate(45deg);z-index:-1}.editor-inline-change-popover-mobile{position:fixed;right:auto;overflow:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.editor-inline-change-popover-mobile:before{right:auto;left:var(--editor-inline-arrow-left, 24px)}.editor-inline-change-popover-mobile-above:before{top:auto;bottom:-7px;transform:rotate(225deg)}.editor-inline-change-popover-mobile-pending{opacity:0;pointer-events:none}.editor-creator-loading-label{display:inline-flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap}.editor-creator-spinner{width:15px;height:15px;border:2px solid currentColor;border-right-color:transparent;border-radius:999px;animation:editorCreatorSpin .72s linear infinite}@keyframes editorCreatorSpin{to{transform:rotate(360deg)}}.editor-inline-change-popover label{display:block;margin-bottom:7px;color:#22304a;font-size:12px;font-weight:900}.editor-inline-change-popover textarea{width:100%;min-height:96px;border:1px solid #d0d8e6;border-radius:8px;background:#f8fafc;color:#22304a;font:inherit;font-size:13px;line-height:1.45;padding:10px;resize:vertical}.editor-inline-change-popover textarea:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 4px var(--accent-focus)}.editor-inline-change-popover p{margin:8px 0 0;color:#b84e1e;font-size:12px;font-weight:800}.editor-inline-change-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:10px}.editor-inline-change-actions button{min-height:34px;border-radius:8px;border:1px solid #d6deea;background:#fff;color:#22304a;font-size:13px;font-weight:900;padding:0 12px;cursor:pointer;white-space:nowrap}.editor-inline-change-actions button[type=submit]{border-color:var(--accent);background:var(--accent);color:#fff}.editor-inline-change-actions button:disabled{opacity:.55;cursor:not-allowed}.editor-remove-button:hover,.editor-remove-button:focus-visible{border-color:#dc2626;outline:none;box-shadow:0 0 0 4px #dc26261f}.editor-measure-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.editor-mini-card{border:1px solid #d8e0ec;border-radius:8px;background:#fbfcff;padding:16px}.editor-mini-card-preview{background:#fcfdff}.editor-mini-card-actions{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:12px}.editor-mini-card-action-buttons{position:relative;display:inline-flex;align-items:center;justify-content:flex-end;gap:8px;z-index:10}.editor-mini-card-index{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:999px;background:var(--accent);color:#fff;font-size:13px;font-weight:900}.editor-preview-list{display:grid;gap:10px}.editor-preview-list-item{display:grid;grid-template-columns:28px minmax(0,1fr);align-items:start;gap:10px;padding:12px 14px;border:1px solid #e2e8f2;border-radius:8px;background:#fbfdff}.editor-preview-list-item-highlighted{border-color:var(--accent);background:#fff8f3;box-shadow:0 10px 24px #fe793a1f}.editor-preview-list-marker{display:inline-flex;align-items:center;justify-content:center;min-width:24px;min-height:24px;border-radius:999px;background:#eef3f8;color:#6d7890;font-size:12px;font-weight:900;line-height:1}.editor-sds-section-list{display:grid;gap:14px}.editor-sds-section-item{display:grid}.editor-sds-card{display:grid;gap:12px;padding:16px 18px;border:1px solid #d9e1ec;border-radius:16px;background:#fff}.editor-sds-card-head{display:grid;gap:4px}.editor-sds-card-head strong{color:#162033;font-size:16px;font-weight:900;line-height:1.3}.editor-sds-card-head small{color:#65728a;font-size:12px;font-weight:700;line-height:1.45}.editor-sds-search{display:grid;gap:10px}.editor-sds-search-row{display:flex;align-items:flex-end;gap:10px}.editor-sds-search-field{display:grid;flex:1 1 220px;gap:6px;min-width:0;color:#22304a;font-size:13px;font-weight:900}.editor-sds-search-field input{width:100%;min-height:40px;border:1px solid #d0d8e6;border-radius:8px;background:#fff;color:#22304a;font:inherit;font-size:14px;font-weight:700;padding:0 12px}.editor-sds-search-field input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 4px var(--accent-focus)}.editor-sds-search-button{flex:0 0 auto;min-height:40px;border:1px solid var(--accent-border);border-radius:8px;background:#fff7f2;color:var(--accent);font-size:13px;font-weight:900;padding:0 12px;cursor:pointer}.editor-sds-search-button:hover,.editor-sds-search-button:focus-visible{border-color:var(--accent);outline:none;box-shadow:0 0 0 4px var(--accent-focus)}.editor-sds-search-button:disabled{opacity:.6;cursor:not-allowed}.editor-sds-error{margin:8px 0 0;color:#b84e1e;font-size:13px;font-weight:800}.editor-sds-result{display:grid;gap:4px;margin-top:10px;border:1px solid #d8e0ec;border-radius:8px;background:#fff;padding:10px 12px}.editor-sds-result a{color:var(--accent);font-size:14px;font-weight:900;text-decoration:none}.editor-sds-result strong{color:#22304a;font-size:14px;font-weight:900}.editor-sds-result a:hover,.editor-sds-result a:focus-visible{text-decoration:underline;outline:none}.editor-sds-result small,.editor-sds-result p{margin:0;color:#65728a;font-size:12px;font-weight:700;line-height:1.45}.editor-empty-hint,.editor-load-state{margin:0;border:1px dashed #d8e0ec;border-radius:8px;background:#f8fafc;color:#65728a;padding:14px;font-weight:700}.editor-load-error{width:min(100%,680px);margin:0 auto 14px;border:1px solid var(--accent-border);border-radius:8px;background:var(--accent-softest);color:#b84e1e;padding:24px;text-align:center;font-weight:700}.editor-load-error p{margin:8px 0 0;color:#6a768e}.editor-tools-panel{display:flex;flex-direction:column;gap:12px;padding:20px}.editor-tools-panel-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.editor-mobile-tools-toggle{display:none}.editor-tools-panel-scrollable{max-height:calc(100vh - 32px);overflow-y:auto;overscroll-behavior:contain;padding-right:16px}.editor-tools-panel-scrollable::-webkit-scrollbar{width:8px}.editor-tools-panel-scrollable::-webkit-scrollbar-thumb{border-radius:999px;background:#c9d3e3}.editor-creator-tool{display:grid;gap:10px;border:0;border-radius:0;background:transparent;padding:0;box-shadow:none}.editor-creator-tool-heading{display:grid;grid-template-columns:36px minmax(0,1fr);align-items:center;gap:10px}.editor-creator-tool-heading span{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--accent-border);border-radius:10px;background:#fffaf7;color:var(--accent);box-shadow:0 12px 28px #fe793a14}.editor-creator-tool h3{margin:0;color:#17223a;font-size:17px;line-height:1.1}.editor-creator-tool p{margin:0;color:#64718a;font-size:13px;line-height:1.5}.editor-tool-icon,.editor-creator-tool-heading .editor-pencil-icon,.editor-tools-panel .editor-check-icon{width:18px;height:18px}.editor-creator-tool .editor-ai-button{justify-content:center;margin-top:0;min-height:42px;border:1px solid var(--accent);border-radius:8px;background:#fff;color:var(--accent);font-size:14px;gap:8px;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.editor-creator-tool .editor-ai-button:not(:disabled):hover,.editor-creator-tool .editor-ai-button:not(:disabled):focus-visible{background:var(--accent-softest);transform:translateY(-1px)}.editor-creator-tool .editor-ai-status,.editor-creator-tool .editor-ai-error{margin-top:0}.editor-tools-divider{width:100%;height:1px;background:#d8e0ec}.editor-tools-panel button{width:100%;padding:0 12px;justify-content:flex-start}.editor-tools-panel .editor-creator-tool .editor-ai-button{justify-content:center}.editor-tools-panel .editor-branding-toggle{min-height:44px;gap:9px;border-radius:8px;background:#fff;color:#22304a;font-size:14px;font-weight:900;transition:border-color .2s ease,border-radius .2s ease,background .2s ease,transform .2s ease}.editor-tools-panel .editor-branding-toggle:not(:disabled):hover,.editor-tools-panel .editor-branding-toggle:not(:disabled):focus-visible{border-color:var(--accent-border);background:#fffaf7;transform:translateY(-1px)}.editor-tools-panel .editor-branding-toggle-open{border-color:#d8e0ec;border-bottom-color:transparent;border-bottom-right-radius:0;border-bottom-left-radius:0;background:#f8fafc}.editor-tools-panel .editor-branding-toggle-open+.editor-branding-panel{margin-top:-10px;border-top-left-radius:0;border-top-right-radius:0}.editor-tools-panel .editor-pdf-create-button{justify-content:center;gap:10px;min-height:46px;border-color:var(--accent);border-radius:8px;background:linear-gradient(135deg,#ff4b12 0%,var(--accent) 54%,#ff5a1f 100%);color:#fff;font-size:15px;font-weight:900;box-shadow:0 12px 26px #fe793a38;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.editor-tools-panel .editor-pdf-create-button:not(:disabled):hover,.editor-tools-panel .editor-pdf-create-button:not(:disabled):focus-visible{border-color:#d8e0ec;background:#eef2f7;color:#17223a;transform:translateY(-1px);box-shadow:0 14px 28px #25334d1f}.editor-branding-panel{display:grid;gap:12px;border:1px solid #d8e0ec;border-radius:8px;background:#f8fafc;padding:12px}.editor-branding-panel-header{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#17223a;font-size:14px;font-weight:900}.editor-tools-panel .editor-branding-close{width:32px;min-height:32px;padding:0;justify-content:center;border-color:#d6deea;background:#fff;color:#17223a;line-height:1;transition:background .2s ease,border-color .2s ease,color .2s ease}.editor-tools-panel .editor-branding-close:hover,.editor-tools-panel .editor-branding-close:focus-visible{border-color:var(--accent-border);background:var(--accent-softest);color:var(--accent)}.editor-branding-upload,.editor-branding-field,.editor-branding-color-picker,.editor-branding-cropper label{display:grid;gap:6px;color:#22304a;font-size:13px;font-weight:900}.editor-branding-upload input,.editor-branding-field input,.editor-branding-field textarea{width:100%;border:1px solid #d6deea;border-radius:8px;background:#fff;color:#17223a;padding:10px 11px;font:inherit;font-weight:700;outline:none}.editor-branding-upload input:focus,.editor-branding-field input:focus,.editor-branding-field textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #fe793a24}.editor-branding-field textarea{min-height:86px;resize:vertical}.editor-branding-logo-current,.editor-branding-cropper{display:grid;gap:8px;color:#22304a;font-size:13px;font-weight:900}.editor-branding-logo-current img{width:100%;aspect-ratio:3 / 2;border:1px solid #d8e0ec;border-radius:8px;background:#fff;object-fit:contain;padding:8px}.editor-branding-crop-frame{position:relative;overflow:hidden;width:100%;aspect-ratio:3 / 2;border:1px solid #d8e0ec;border-radius:8px;background:#fff}.editor-branding-crop-frame:after{content:"";position:absolute;inset:8px;border:1px dashed rgba(254,121,58,.62);border-radius:6px;pointer-events:none}.editor-branding-crop-frame img{width:100%;height:100%;object-fit:cover;transform-origin:center}.editor-branding-cropper input[type=range]{accent-color:var(--accent)}.editor-branding-save-hint{margin:0;color:#667085;font-size:13px;font-weight:700;line-height:1.4}.editor-branding-group-title{color:#22304a;font-size:13px;font-weight:900}.editor-branding-color-row{display:grid;grid-template-columns:minmax(0,1fr) 68px;align-items:end;gap:10px}.editor-branding-color-picker input{width:100%;min-height:42px;border:1px solid #d6deea;border-radius:8px;background:#fff;padding:4px}.editor-branding-error{margin:0;border:1px solid var(--accent-border);border-radius:8px;background:var(--accent-softest);color:#b84e1e;padding:10px;font-size:13px;font-weight:800;line-height:1.4}.editor-status-box{margin-top:8px;border:1px solid #d2e9db;border-radius:8px;background:linear-gradient(180deg,#fbfffd,#f7fdf9);padding:14px;box-shadow:0 10px 24px #15803d0d}.editor-status-label{display:inline-flex!important;align-items:center;gap:8px;margin-bottom:8px!important;color:#149255!important}.editor-status-label i{display:inline-flex;width:8px;height:8px;border-radius:999px;background:#18a35f}.editor-status-box strong{display:block;margin-bottom:4px;color:#17223a;font-size:18px;line-height:1.1}.editor-status-box p{margin-bottom:12px;color:#64718a;font-size:14px}.editor-status-link{display:inline-flex;align-items:center;gap:8px;width:fit-content;border-top:1px solid #d8e0ec;padding-top:12px;color:var(--accent);font-size:14px;font-weight:800;text-decoration:none}.editor-status-link:hover,.editor-status-link:focus-visible{text-decoration:underline;text-underline-offset:4px}.editor-status-link-button{cursor:pointer;border-right:0;border-bottom:0;border-left:0;background:transparent;font:inherit}.editor-document-actions-backdrop{position:fixed;inset:0;z-index:9500;display:grid;place-items:center;background:#0f172a7a;padding:24px}.editor-document-actions-modal{position:relative;width:min(520px,100%);border:1px solid #d8e0ec;border-radius:18px;background:#fffffffa;padding:28px;box-shadow:0 28px 80px #0f172a38}.editor-document-actions-close{position:absolute;top:16px;right:16px;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid #d8e0ec;border-radius:999px;background:#fff;color:#17223a;font-size:26px;font-weight:800;line-height:1;cursor:pointer}.editor-document-actions-badge{display:inline-flex;width:fit-content;border-radius:999px;background:#fff0e8;color:var(--accent);padding:8px 14px;font-size:13px;font-weight:950}.editor-document-actions-modal h2{margin:18px 48px 8px 0;color:#17223a;font-size:clamp(28px,4vw,42px);line-height:1.03}.editor-document-actions-modal p{margin:0;color:#64718a;font-size:16px;line-height:1.5}.editor-document-actions-list{display:grid;gap:10px;margin-top:22px}.editor-document-action{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;width:100%;min-height:70px;border:1px solid #d8e0ec;border-radius:12px;background:#fff;color:#17223a;padding:14px 16px;text-align:left;text-decoration:none;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.editor-document-action.primary{border-color:transparent;background:linear-gradient(135deg,var(--accent) 0%,#ff4f18 100%);color:#fff;box-shadow:0 16px 34px #fe793a3d}.editor-document-action:hover,.editor-document-action:focus-visible{border-color:#fe793a6b;box-shadow:0 12px 28px #0f172a14;transform:translateY(-1px)}.editor-document-action strong,.editor-document-action small{display:block}.editor-document-action strong{font-size:17px;line-height:1.2}.editor-document-action small{margin-top:3px;color:#6a768e;font-size:13px;font-weight:750;line-height:1.3}.editor-document-action.primary small{color:#ffffffdb}.editor-document-actions-message{margin-top:14px!important;border:1px solid #b7e4c7;border-radius:10px;background:#f0fdf4;color:#147a45!important;padding:10px 12px;font-size:14px!important;font-weight:800}@media(max-width:640px){.editor-document-actions-backdrop{align-items:end;padding:14px}.editor-document-actions-modal{padding:22px}.editor-document-actions-modal h2{margin-right:44px;font-size:30px}.editor-document-action{min-height:64px;padding:12px}}.editor-status-error{margin-top:10px!important;color:#b42318!important;font-weight:700}.editor-tour-button{padding:0 12px;color:var(--accent)!important;white-space:nowrap}.editor-onboarding-layer{position:fixed;inset:0;z-index:9000;pointer-events:none}.editor-onboarding-spotlight{position:fixed;border:2px solid var(--accent);border-radius:12px;background:#ffffff0f;box-shadow:0 0 0 9999px #0f172a94,0 22px 60px #0f172a3d;pointer-events:none;transition:top .18s ease,left .18s ease,width .18s ease,height .18s ease}.editor-onboarding-card,.editor-onboarding-popover-preview{position:fixed;z-index:9002;border:1px solid #d8e0ec;border-radius:8px;background:#fff;box-shadow:0 28px 70px #0f172a42;pointer-events:auto}.editor-onboarding-card{padding:18px}.editor-onboarding-arrow{position:absolute;width:14px;height:14px;border-left:1px solid #d8e0ec;border-top:1px solid #d8e0ec;background:#fff;transform:rotate(45deg)}.editor-onboarding-card-left .editor-onboarding-arrow{right:-8px;top:50%;border-left:0;border-top:0;border-right:1px solid #d8e0ec;border-bottom:1px solid #d8e0ec;transform:translateY(-50%) rotate(45deg)}.editor-onboarding-card-right .editor-onboarding-arrow{left:-8px;top:50%;transform:translateY(-50%) rotate(45deg)}.editor-onboarding-card-right-start .editor-onboarding-arrow{left:-8px;top:48px;transform:rotate(45deg)}.editor-onboarding-card-above .editor-onboarding-arrow{left:50%;bottom:-8px;border-left:0;border-top:0;border-right:1px solid #d8e0ec;border-bottom:1px solid #d8e0ec;transform:translate(-50%) rotate(45deg)}.editor-onboarding-counter{display:inline-flex;width:fit-content;margin-bottom:10px;padding:6px 10px;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:12px;font-weight:900}.editor-onboarding-card h3{margin:0;color:#111827;font-size:22px;line-height:1.1}.editor-onboarding-card p{margin:10px 0 16px;color:#5f6c84;font-size:14px;line-height:1.55}.editor-onboarding-target-hint{margin:-4px 0 16px;color:var(--accent);font-size:13px;font-weight:900;line-height:1.45}.editor-onboarding-actions{display:flex;justify-content:flex-end;gap:10px}.editor-onboarding-actions button{display:inline-flex;align-items:center;justify-content:center;min-height:38px;border-radius:8px;padding:0 14px;font-size:13px;font-weight:900;cursor:pointer}.editor-onboarding-secondary{border:1px solid #d6deea;background:#fff;color:#22304a}.editor-onboarding-primary{border:1px solid var(--accent);background:var(--accent);color:#fff}.editor-onboarding-popover-preview{padding:12px}.editor-onboarding-popover-preview:before{content:"";position:absolute;top:-7px;left:var(--onboarding-preview-arrow-left, auto);right:var(--onboarding-preview-arrow-right, 48px);width:12px;height:12px;border-left:1px solid #d8e0ec;border-top:1px solid #d8e0ec;background:#fff;transform:rotate(45deg)}.editor-onboarding-popover-preview strong{display:block;margin-bottom:7px;color:#22304a;font-size:12px;font-weight:900}.editor-onboarding-popover-preview textarea{width:100%;min-height:88px;border:1px solid var(--accent);border-radius:8px;background:#fff8f3;color:#5f6c84;font:inherit;font-size:13px;line-height:1.45;padding:10px;resize:none}.editor-onboarding-fake-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:10px}.editor-onboarding-fake-actions span{display:inline-flex;align-items:center;justify-content:center;min-height:32px;border:1px solid #d6deea;border-radius:8px;padding:0 12px;color:#22304a;font-size:13px;font-weight:900}.editor-onboarding-fake-actions span:last-child{border-color:var(--accent);background:var(--accent);color:#fff}.editor-onboarding-inline-edit-target{display:inline-flex}.editor-purchase-modal-backdrop{position:fixed;inset:0;z-index:2200;display:flex;align-items:center;justify-content:center;padding:20px;background:#0f172a9e;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.editor-purchase-modal{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(430px,44%);gap:0;width:min(1320px,100%);height:min(900px,calc(100vh - 40px));overflow:hidden;border:1px solid #d8e0ec;border-radius:18px;background:#fff;box-shadow:0 34px 90px #0f172a47}.editor-purchase-modal-checkout{grid-template-columns:minmax(0,1fr);width:min(1320px,100%)}.editor-purchase-modal-success{grid-template-columns:minmax(0,54%) minmax(390px,46%)}.editor-purchase-close{position:absolute;top:12px;right:12px;z-index:3;width:34px;height:34px;border:1px solid #d8e0ec;border-radius:999px;background:#fff;color:#22304a;font-size:14px;font-weight:900}.editor-purchase-preview-pane{min-width:0;background:#eef2f7;padding:22px}.editor-purchase-side{min-width:0;overflow-y:auto;border-left:1px solid #d8e0ec;background:linear-gradient(180deg,#fff,#fff7f2);padding:38px 24px 20px}.editor-purchase-modal-checkout .editor-purchase-side{border-left:0;background:#fff;padding:42px 40px 28px}.editor-purchase-modal-success .editor-purchase-side{background:#fff;padding:34px 36px 24px}.editor-purchase-side::-webkit-scrollbar{width:8px}.editor-purchase-side::-webkit-scrollbar-thumb{border-radius:999px;background:#f4c6ac}.editor-purchase-image-preview{display:grid;align-content:start;gap:18px;height:100%;overflow-y:auto;padding-right:10px}.editor-purchase-image-preview::-webkit-scrollbar{width:8px}.editor-purchase-image-preview::-webkit-scrollbar-thumb{border-radius:999px;background:#c9d3e3}.editor-purchase-preview-image-page{margin:0 auto;width:min(100%,920px)}.editor-purchase-preview-image-page img{display:block;width:100%;height:auto;-webkit-user-select:none;user-select:none;border:1px solid #d8e0ec;border-radius:12px;background:#fff;box-shadow:0 16px 36px #0f172a14}.editor-purchase-preview-image-page figcaption{margin-top:8px;color:#6a768e;font-size:12px;font-weight:850;text-align:center}.editor-purchase-preview-state,.editor-purchase-preview-loading{display:flex;align-items:center;justify-content:center;min-height:180px;border:1px solid #d8e0ec;border-radius:12px;background:#fff;color:#566277;font-size:15px;font-weight:850;text-align:center}.editor-purchase-preview-state.error{color:#a93719}.editor-purchase-preview-loading{min-height:64px}.editor-purchase-options{display:grid;gap:12px;min-width:0}.editor-purchase-badge{justify-self:start;border-radius:999px;background:#fff0e8;color:var(--accent);padding:7px 14px;font-size:13px;font-weight:950}.editor-purchase-checkout-head{display:flex;align-items:center;gap:8px;justify-self:start}.editor-purchase-icon-back-button{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:0;border-radius:999px;background:transparent;color:var(--accent);cursor:pointer;transition:background .2s ease,transform .2s ease}.editor-purchase-icon-back-button:hover,.editor-purchase-icon-back-button:focus-visible{background:#fff0e8;outline:none;transform:translate(-1px)}.editor-purchase-back-icon{width:21px;height:21px}.editor-purchase-checkout-title{color:#17223a;font-size:14px;font-weight:950}.editor-purchase-options h2{margin:0;color:#111827;font-size:clamp(27px,2.4vw,34px);line-height:1.06;letter-spacing:0}.editor-purchase-intro{max-width:620px;margin:-2px 0 2px;color:#6a768e;font-size:14px;font-weight:700;line-height:1.35}.editor-purchase-single-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(150px,220px);gap:12px 16px;align-items:center;border:1px solid #ffc2a2;border-radius:14px;background:linear-gradient(135deg,#fff,#fff7f2);padding:16px;box-shadow:0 14px 30px #fe793a1a}.editor-purchase-single-main{display:flex;align-items:flex-start;gap:12px;min-width:0}.editor-purchase-cart-badge{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:42px;height:42px;border-radius:999px;background:var(--accent);color:#fff;box-shadow:0 12px 28px #fe793a3d}.editor-purchase-icon{width:21px;height:21px}.editor-purchase-single-main strong{display:block;color:#17223a;font-size:18px;font-weight:950;line-height:1.15}.editor-purchase-price,.editor-purchase-plan-price{margin:6px 0 0;color:#0f172a;font-size:32px;font-weight:950;line-height:1}.editor-purchase-subline{margin:7px 0 0;color:#6a768e;font-size:14px;font-weight:800}.editor-purchase-primary-button,.editor-purchase-subscribe-button{justify-content:center;border:1px solid var(--accent);border-radius:10px;background:var(--accent);color:#fff;font-size:15px;font-weight:950;box-shadow:0 12px 24px #fe793a33;transition:background .2s ease,color .2s ease,transform .2s ease}.editor-purchase-primary-button{min-height:44px;width:100%}.editor-purchase-subscribe-button{min-height:46px}.editor-purchase-primary-button:hover,.editor-purchase-primary-button:focus-visible,.editor-purchase-subscribe-button:hover,.editor-purchase-subscribe-button:focus-visible{background:#eef2f7;color:#17223a;transform:translateY(-1px)}.editor-purchase-file-types{display:flex;flex-wrap:wrap;gap:8px;grid-column:1 / -1}.editor-purchase-file-types>span{display:inline-flex;align-items:center;gap:7px;min-height:32px;border:1px solid #d8e0ec;border-radius:8px;background:#fff;color:#22304a;padding:0 10px;font-size:12px;font-weight:900}.editor-purchase-file-icon{display:inline-flex;align-items:center;justify-content:center;width:19px;height:19px;border-radius:5px;color:#fff;font-size:10px;font-weight:950}.editor-purchase-file-icon.pdf{background:#ef4444}.editor-purchase-file-icon.word{background:#2563eb}.editor-purchase-file-icon.print{background:#64748b}.editor-purchase-availability{grid-column:1 / -1;margin:0;color:#6a768e;font-size:12px;font-weight:850}.editor-purchase-availability:before{content:"";display:inline-block;width:8px;height:14px;margin-right:8px;background:var(--accent);clip-path:polygon(45% 0,100% 0,62% 42%,100% 42%,30% 100%,45% 55%,0 55%);vertical-align:-2px}.editor-purchase-separator{display:flex;align-items:center;gap:12px;color:#6a768e;font-size:13px;font-weight:900;text-align:center}.editor-purchase-separator:before,.editor-purchase-separator:after{content:"";flex:1;height:1px;background:#d8e0ec}.editor-purchase-plan-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.editor-purchase-plan-card{min-width:0;border:1px solid #d8e0ec;border-radius:12px;background:#ffffffeb;padding:14px}.editor-purchase-plan-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.editor-purchase-plan-head h3{margin:0;color:#17223a;font-size:18px;line-height:1.1}.editor-purchase-plan-head span{border-radius:999px;background:#fff0e8;color:var(--accent);padding:6px 10px;font-size:12px;font-weight:950;white-space:nowrap}.editor-purchase-plan-price{font-size:28px}.editor-purchase-plan-price small{color:#6a768e;font-size:14px;font-weight:900}.editor-purchase-plan-card ul{display:grid;gap:8px;margin:12px 0 0;padding:0;list-style:none}.editor-purchase-plan-card li{display:flex;align-items:flex-start;gap:7px;color:#22304a;font-size:12px;font-weight:850;line-height:1.35}.editor-purchase-check-icon{flex:0 0 auto;width:14px;height:14px;margin-top:1px;color:var(--accent)}.editor-purchase-trust-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;border:1px solid #e1e7f0;border-radius:12px;background:#f8fafcf2;padding:10px}.editor-purchase-trust-row span{display:grid;grid-template-columns:auto minmax(0,1fr);gap:1px 8px;min-width:0;color:#22304a}.editor-purchase-trust-row strong,.editor-purchase-trust-row small{min-width:0}.editor-purchase-trust-row strong{font-size:11px;font-weight:950;line-height:1.2}.editor-purchase-trust-row small{grid-column:2;color:#6a768e;font-size:10px;font-weight:750;line-height:1.25}.editor-purchase-trust-icon{grid-row:1 / span 2;width:21px;height:21px;color:#566277}.editor-purchase-checkout-panel{display:grid;gap:12px;min-width:0}.editor-purchase-secondary-button{justify-self:start;min-height:38px;border:1px solid #d8e0ec;border-radius:9px;background:#fff;color:#22304a;font-size:13px;font-weight:900;padding:0 14px;cursor:pointer;transition:border-color .2s ease,color .2s ease,box-shadow .2s ease}.editor-purchase-secondary-button:hover,.editor-purchase-secondary-button:focus-visible{border-color:var(--accent);color:var(--accent);outline:none;box-shadow:0 0 0 4px var(--accent-focus)}.editor-purchase-checkout-panel>div:last-child{min-height:520px}.editor-purchase-checkout-state{display:grid;justify-items:start;gap:10px;border:1px solid #d8e0ec;border-radius:12px;background:#ffffffeb;color:#566277;padding:18px;font-size:14px;font-weight:800;line-height:1.45}.editor-purchase-checkout-state strong{color:#17223a;font-size:18px;font-weight:950}.editor-purchase-checkout-state p{margin:0}.editor-purchase-checkout-state.error{border-color:#fecaca;background:#fff7f2;color:#a93719}.editor-purchase-checkout-state.success{border-color:#bbf7d0;background:#f0fdf4;color:#166534}.editor-purchase-success{display:grid;align-content:start;gap:14px;min-width:0}.editor-purchase-success-badge{display:inline-flex;align-items:center;gap:7px;justify-self:start;border-radius:999px;background:#dcfce7;color:#15803d;padding:7px 13px;font-size:12px;font-weight:950}.editor-purchase-success-badge .editor-purchase-check-icon{width:16px;height:16px;color:currentColor}.editor-purchase-success h2{margin:0;color:#111827;font-size:clamp(28px,2.8vw,40px);line-height:1.08;letter-spacing:0}.editor-purchase-success-intro{margin:-2px 0 6px;max-width:620px;color:#6a768e;font-size:15px;font-weight:750;line-height:1.45}.editor-purchase-payment-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:13px;align-items:center;border:1px solid #bbf7d0;border-radius:12px;background:linear-gradient(135deg,#f0fdf4,#f8fffb);padding:16px}.editor-purchase-payment-icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:999px;background:#dcfce7;color:#16a34a}.editor-purchase-payment-icon .editor-purchase-check-icon{width:24px;height:24px;color:currentColor}.editor-purchase-payment-card strong{display:block;color:#17223a;font-size:17px;font-weight:950}.editor-purchase-payment-card p{margin:3px 0 0;color:#6a768e;font-size:13px;font-weight:750}.editor-purchase-payment-status{display:inline-flex;align-items:center;gap:6px;border-radius:999px;background:#dcfce7;color:#15803d;padding:7px 11px;font-size:12px;font-weight:950;white-space:nowrap}.editor-purchase-payment-status .editor-purchase-check-icon{width:14px;height:14px;color:currentColor}.editor-purchase-success-actions{display:grid;gap:10px}.editor-purchase-success-action{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:14px;align-items:center;min-height:70px;width:100%;border:1px solid #d8e0ec;border-radius:12px;background:#fff;color:#22304a;padding:12px 14px;text-align:left;text-decoration:none;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.editor-purchase-success-action:hover,.editor-purchase-success-action:focus-visible{border-color:var(--accent);outline:none;box-shadow:0 14px 30px #fe793a1f;transform:translateY(-1px)}.editor-purchase-success-action.primary{border-color:var(--accent);background:var(--accent);color:#fff;box-shadow:0 16px 34px #fe793a33}.editor-purchase-success-action strong,.editor-purchase-success-action small{display:block;min-width:0}.editor-purchase-success-action strong{font-size:17px;font-weight:950;line-height:1.2}.editor-purchase-success-action small{margin-top:3px;color:#6a768e;font-size:12px;font-weight:750;line-height:1.25}.editor-purchase-success-action.primary small{color:#ffffffd1}.editor-purchase-success-action .editor-tool-icon{justify-self:end;width:19px;height:19px}.editor-purchase-success-file-icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:10px;color:#fff;font-size:14px;font-weight:950}.editor-purchase-success-file-icon.pdf{background:#ef4444}.editor-purchase-success-file-icon.word{background:#2563eb}.editor-purchase-success-file-icon.share{background:#eef2f7;color:#22304a}.editor-purchase-download-icon{width:21px;height:21px}.editor-purchase-share-message{margin:-2px 0 0;border:1px solid #bbf7d0;border-radius:10px;background:#f0fdf4;color:#166534;padding:9px 11px;font-size:12px;font-weight:850}.editor-purchase-success-trust{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:8px;border-radius:12px;background:#f8fafc;padding:12px}.editor-purchase-success-trust span{display:grid;grid-template-columns:auto minmax(0,1fr);gap:1px 8px;align-items:start;min-width:0}.editor-purchase-success-trust strong{color:#22304a;font-size:11px;font-weight:950;line-height:1.2}.editor-purchase-success-trust small{grid-column:2;color:#6a768e;font-size:10px;font-weight:750;line-height:1.25}.editor-purchase-success-trust .editor-purchase-trust-icon{grid-row:1 / span 2;color:#16a34a}@media(max-width:1120px){.editor-layout{grid-template-columns:1fr}.editor-pdf-header{grid-template-columns:auto minmax(0,1fr)}.editor-pdf-meta{grid-column:1 / -1;justify-items:start;text-align:left}.editor-purchase-modal{grid-template-columns:minmax(0,1fr) minmax(390px,42%)}.editor-purchase-modal-success{grid-template-columns:minmax(0,1fr) minmax(370px,44%)}.editor-purchase-single-card,.editor-purchase-plan-grid,.editor-purchase-trust-row,.editor-purchase-success-trust{grid-template-columns:1fr}.editor-tools-panel{position:static}.editor-tools-panel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.editor-tools-panel .editor-panel-label,.editor-tools-panel h2,.editor-creator-tool,.editor-status-box{grid-column:1 / -1}}@media(max-width:760px){.editor-page-shell{width:min(100vw - 20px,680px)}.editor-document-area,.editor-tools-panel,.editor-empty-state,.editor-page-card{padding:14px}.editor-page-card-preview{padding:0}.editor-toolbar,.editor-subsection-title,.editor-page-card-header{align-items:stretch;flex-direction:column}.editor-page-edit-button{align-self:flex-end}.editor-pdf-preview-action{top:14px;right:14px;flex-wrap:wrap;justify-content:flex-end}.editor-pdf-sheet{gap:14px;padding:16px;border-radius:16px}.editor-pdf-header{grid-template-columns:1fr;gap:14px;padding:14px;border-radius:16px}.editor-pdf-logo-shell{min-width:92px;min-height:52px;padding:8px 10px}.editor-pdf-title{font-size:20px}.editor-pdf-meta{min-width:0}.editor-pdf-summary,.editor-pdf-field-box{border-radius:14px}.editor-pdf-section-heading{align-items:flex-start;flex-direction:column}.editor-pdf-section-add-button{width:100%}.editor-pdf-grid{grid-template-columns:1fr}.editor-pdf-table{min-width:640px}.editor-field-grid,.editor-field-grid.compact,.editor-measure-grid,.editor-list-row,.editor-list-row-has-clear,.editor-list-row-numbered,.editor-list-row-numbered.editor-list-row-has-clear{grid-template-columns:1fr}.editor-list-number,.editor-drag-handle{justify-self:start}.editor-preview-list-item{grid-template-columns:1fr}.editor-preview-list-marker{justify-self:start}.editor-tools-panel{grid-template-columns:1fr}.editor-page-card{scroll-margin-top:118px}.editor-purchase-modal-backdrop{align-items:stretch;padding:12px}.editor-purchase-modal,.editor-purchase-modal-success{grid-template-columns:1fr;height:calc(100vh - 24px)}.editor-purchase-modal-checkout .editor-purchase-side,.editor-purchase-modal-success .editor-purchase-side{padding:18px}.editor-purchase-preview-pane{min-height:0;padding:12px}.editor-purchase-side{border-top:1px solid #d8e0ec;border-left:0;padding:16px}.editor-purchase-options{gap:12px}.editor-purchase-options h2{font-size:26px}.editor-purchase-intro{font-size:14px}.editor-purchase-single-card,.editor-purchase-plan-card{padding:14px}.editor-purchase-price{font-size:32px}.editor-purchase-plan-price{font-size:28px}.editor-purchase-primary-button,.editor-purchase-subscribe-button{min-height:46px;font-size:15px}.editor-purchase-payment-card,.editor-purchase-success-action{grid-template-columns:auto minmax(0,1fr)}.editor-purchase-payment-status,.editor-purchase-success-action .editor-tool-icon{grid-column:2;justify-self:start}.editor-sds-search{width:100%}.editor-sds-search-row{align-items:stretch;flex-direction:column}.editor-sds-search-button{width:100%}.editor-inline-change-popover{width:min(calc(100vw - 24px),360px);padding:14px}.editor-inline-change-popover label{font-size:13px;line-height:1.35}.editor-inline-change-popover textarea{min-height:88px;font-size:14px}.editor-inline-change-actions{flex-wrap:wrap;justify-content:stretch}.editor-inline-change-actions button{flex:1 1 140px;justify-content:center}.editor-mobile-category-header{position:fixed;top:calc(12px + env(safe-area-inset-top));left:10px;right:10px;z-index:81;display:grid;gap:10px;border:1px solid #d8e0ec;border-radius:18px;background:#fffffffa;box-shadow:0 24px 52px #121f3629;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);overflow:hidden}.editor-mobile-category-trigger{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;padding:14px 14px 12px;border:0;background:transparent;color:#17223a;text-align:left}.editor-mobile-category-current{display:grid;gap:2px;min-width:0}.editor-mobile-category-current small{color:#7a879d;font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.04em}.editor-mobile-category-current strong{color:#17223a;font-size:16px;font-weight:950;line-height:1.2}.editor-mobile-category-toggle{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:999px;background:#fff6f0;color:var(--accent);box-shadow:inset 0 0 0 1px var(--accent-border);flex:0 0 auto}.editor-mobile-category-toggle .editor-tool-icon{width:18px;height:18px}.editor-mobile-category-menu{display:grid;gap:6px;padding:0 12px 12px}.editor-mobile-category-menu button{display:grid;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:10px;min-height:44px;width:100%;padding:0 12px 0 10px;border:1px solid #e2e8f2;border-radius:14px;background:#fff;color:#5f6c84;font-size:14px;font-weight:850;text-align:left}.editor-mobile-category-menu button span{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:999px;background:#edf2f7;color:#728098;font-size:11px;font-weight:950}.editor-mobile-category-menu button.is-active{border-color:var(--accent-border);background:#fff8f3;color:var(--accent)}.editor-mobile-category-menu button.is-active span{background:var(--accent);color:#fff}}@media(max-width:980px){.editor-mobile-tools-toggle{position:fixed;right:16px;bottom:calc(16px + env(safe-area-inset-bottom));z-index:80;display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;padding:0;border:0;border-radius:999px;background:linear-gradient(135deg,#ff4b12 0%,var(--accent) 56%,#ff5a1f 100%);color:#fff;box-shadow:0 20px 42px #fe793a4d;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.editor-mobile-tools-toggle:hover,.editor-mobile-tools-toggle:focus-visible{transform:translateY(-2px) scale(1.02);box-shadow:0 26px 52px #fe793a5c;outline:none}.editor-mobile-tools-toggle .editor-tool-icon{width:22px;height:22px}.editor-mobile-tools-toggle-onboarding{animation:editor-mobile-tools-pulse 1.15s ease-in-out infinite}.editor-tools-panel{position:static;top:auto;display:flex;flex-direction:column;width:100%;max-height:none;overflow:visible;margin-top:18px;padding:18px;border:1px solid #d8e0ec;border-radius:22px;background:#fffffff5;box-shadow:0 22px 54px #121f361f}.editor-tools-panel-scrollable{max-height:none;overflow:visible;padding-right:18px}.editor-tools-panel-header{margin-bottom:2px}}@keyframes editor-mobile-tools-pulse{0%,to{transform:scale(1);box-shadow:0 20px 42px #fe793a4d}50%{transform:scale(1.08);box-shadow:0 26px 56px #fe793a66,0 0 0 12px #fe793a1f}}.dashboard-premium-panel{gap:18px}.dashboard-premium-status-card{display:grid;gap:14px;padding:20px;border:1px solid #d8e1ed;border-radius:8px;background:linear-gradient(135deg,#fff,#fff8f3)}.dashboard-premium-status-head,.dashboard-premium-checkout-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.dashboard-premium-status-head h3,.dashboard-premium-checkout-head h3{margin:8px 0 0;color:#162038;font-size:24px;line-height:1.15}.dashboard-premium-status-head p{margin:8px 0 0;max-width:620px;color:#566277;font-size:14px;line-height:1.55}.dashboard-premium-status-head strong{color:var(--accent);font-size:24px;line-height:1;white-space:nowrap}.dashboard-premium-meter{height:10px;overflow:hidden;border-radius:999px;background:#eef3f8}.dashboard-premium-meter span{display:block;height:100%;border-radius:inherit;background:var(--accent);transition:width .2s ease}.dashboard-premium-status-meta,.dashboard-premium-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.dashboard-premium-status-meta span{display:inline-flex;align-items:center;min-height:30px;padding:0 11px;border:1px solid #d8e1ed;border-radius:999px;background:#fff;color:#566277;font-size:12px;font-weight:800}.dashboard-premium-button,.dashboard-premium-button-secondary,.dashboard-premium-button-danger{min-height:42px;padding:0 14px;border-radius:8px;font:inherit;font-size:14px;font-weight:800;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease,opacity .2s ease}.dashboard-premium-button{border:1px solid var(--accent);background:var(--accent);color:#fff;width:100%;min-height:42px;font-size:14px;box-shadow:0 10px 18px #fe793a1f}.dashboard-premium-button:hover:not(:disabled){border-color:#162038;background:#162038;box-shadow:0 10px 18px #1620381f}.dashboard-premium-button-secondary{border:1px solid #d8e1ed;background:#fff;color:#22304a}.dashboard-premium-button-secondary:hover:not(:disabled){border-color:#fe793a73;color:var(--accent)}.dashboard-premium-button-danger{border:1px solid rgba(220,38,38,.25);background:#fff7f7;color:#b91c1c}.dashboard-premium-button-danger:hover:not(:disabled){border-color:#b91c1c}.dashboard-premium-button:disabled,.dashboard-premium-button-secondary:disabled,.dashboard-premium-button-danger:disabled{cursor:not-allowed;opacity:.55}.dashboard-premium-title-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.dashboard-premium-title-row span{display:inline-flex;align-items:center;min-height:30px;padding:0 11px;border-radius:999px;background:#fff2e9;color:var(--accent);font-size:12px;font-weight:800;white-space:nowrap}.dashboard-premium-card-active{border-color:#fe793a80;box-shadow:0 0 0 1px #fe793a1f,0 10px 22px #fe793a1a}.dashboard-premium-grid-subscriptions{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:10px}.dashboard-premium-button-current:disabled{opacity:1;cursor:default;border-color:#162038;background:#162038;color:#fff}.dashboard-premium-checkout-page{justify-content:stretch}.dashboard-premium-checkout-shell{width:100%;max-width:none;margin:0 auto;padding:clamp(22px,4vw,42px);gap:22px}.dashboard-premium-checkout-only-head{display:grid;gap:10px}.dashboard-premium-checkout-kicker-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.dashboard-premium-checkout-inline-title{color:var(--accent);font-size:14px;font-weight:700;line-height:1}.dashboard-premium-checkout-back-icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid rgba(254,121,58,.35);border-radius:999px;background:#fff2e9;color:var(--accent);font:inherit;font-size:22px;font-weight:900;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}.dashboard-premium-checkout-back-icon:hover{border-color:var(--accent);background:var(--accent);color:#fff;transform:translate(-2px)}.dashboard-premium-checkout-only-head h2{margin:0;color:#162038;font-size:clamp(38px,5vw,62px);line-height:1.04}.dashboard-premium-checkout-only-head p{max-width:680px;margin:0;color:#566277;font-size:15px;line-height:1.55}.dashboard-premium-checkout-shell .dashboard-premium-checkout-embed{min-height:620px}.dashboard-premium-checkout-panel{display:grid;gap:18px;width:100%;padding:20px;border:1px solid #d8e1ed;border-radius:8px;background:#fff}.dashboard-premium-checkout-embed{width:100%;min-height:520px}.dashboard-premium-checkout-embed>div,.dashboard-premium-checkout-embed iframe{width:100%!important;max-width:none!important}.dashboard-premium-checkout-state{display:grid;place-items:center;gap:10px;min-height:180px;color:#566277;font-size:14px;font-weight:700;text-align:center}.dashboard-premium-checkout-error strong{color:#be123c}.dashboard-premium-loader{width:22px;height:22px;border:3px solid #fff2e9;border-top-color:var(--accent);border-radius:50%;animation:dashboard-premium-spin .8s linear infinite}.dashboard-premium-message{padding:12px 14px;border-radius:8px;font-size:14px;font-weight:700;line-height:1.5}.dashboard-premium-message-success{border:1px solid #b7ebc6;background:#f0fdf4;color:#15803d}.dashboard-premium-message-error{border:1px solid #fecdd3;background:#fff7f8;color:#be123c}.dashboard-premium-message-info{border:1px solid #d8e1ed;background:#fbfdff;color:#566277}@keyframes dashboard-premium-spin{to{transform:rotate(360deg)}}@media(max-width:1080px){.dashboard-premium-grid-subscriptions{grid-template-columns:1fr}.dashboard-premium-status-head,.dashboard-premium-checkout-head{display:grid}}@media(max-width:760px){.dashboard-premium-checkout-shell{padding:18px}.dashboard-premium-checkout-only-head h2{font-size:34px}}.problem-solution-section{padding:clamp(36px,4vw,46px);border-radius:8px;background:radial-gradient(circle at top center,rgba(254,121,58,.08),transparent 26%),radial-gradient(circle at bottom left,rgba(252,214,189,.22),transparent 30%),linear-gradient(180deg,#fffffffc,#fffffff2);box-shadow:0 26px 70px #0f172814}.problem-solution-inner{max-width:1410px;margin:0 auto}.problem-solution-head{justify-items:center;max-width:940px;margin:0 auto 34px;text-align:center}.problem-solution-head .section-kicker{justify-self:center}.problem-solution-head .section-title{max-width:860px;font-size:clamp(20px,2.4vw,34px);line-height:1.08;letter-spacing:-.04em}.section-intro{margin:14px 0 0;max-width:760px;color:#5b6472;font-size:18px;line-height:1.6}.section-small{max-width:760px;color:#5b6472;font-size:14px;line-height:1.6}.problem-solution-stage{display:grid;grid-template-areas:"problem left center right solution";grid-template-columns:minmax(0,1fr) 74px minmax(210px,230px) 74px minmax(0,1fr);gap:14px;align-items:center}.ps-reveal{opacity:0;will-change:opacity,transform}.ps-reveal-problem{--ps-x: -24px;--ps-y: 20px;transform:translate3d(var(--ps-x),var(--ps-y),0)}.ps-reveal-arrow-left{transform:translate3d(-22px,0,0) scale(.96)}.ps-reveal-center{transform:translate3d(0,24px,0) scale(.97)}.ps-reveal-arrow-right{transform:translate3d(22px,0,0) scale(.96)}.ps-reveal-solution{--ps-x: 24px;--ps-y: 20px;transform:translate3d(var(--ps-x),var(--ps-y),0)}.ps-reveal-note{--ps-y: 18px;transform:translate3d(0,var(--ps-y),0)}.problem-solution-section.is-visible .ps-reveal-problem{animation:psRevealCard .7s cubic-bezier(.2,.8,.2,1) .04s forwards}.problem-solution-section.is-visible .ps-reveal-arrow-left{animation:psRevealArrowLeft .56s cubic-bezier(.2,.8,.2,1) .24s forwards}.problem-solution-section.is-visible .ps-reveal-center{animation:psRevealCenter .7s cubic-bezier(.2,.8,.2,1) .42s forwards}.problem-solution-section.is-visible .ps-reveal-arrow-right{animation:psRevealArrowRight .56s cubic-bezier(.2,.8,.2,1) .62s forwards}.problem-solution-section.is-visible .ps-reveal-solution{animation:psRevealCard .7s cubic-bezier(.2,.8,.2,1) .8s forwards}.problem-solution-section.is-visible .ps-reveal-note{animation:psRevealCard .64s cubic-bezier(.2,.8,.2,1) .98s forwards}.ps-story-card{display:grid;align-content:space-between;gap:26px;min-height:426px;padding:34px 38px 28px;border-radius:8px;background:#fffffff5;border:1px solid rgba(15,23,42,.08);box-shadow:0 22px 54px #0f172a0f}.ps-story-card-problem{grid-area:problem;background:radial-gradient(circle at top right,rgba(254,121,58,.08),transparent 40%),linear-gradient(180deg,#fffffffa,#fffbf8f5);border-color:#fe793a2e}.ps-story-card-solution{grid-area:solution;background:radial-gradient(circle at top left,rgba(25,160,99,.07),transparent 40%),linear-gradient(180deg,#fffffffa,#f7fffbf5);border-color:#19a06329}.ps-story-head{display:flex;align-items:center;gap:18px}.ps-story-icon{width:58px;height:58px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;box-shadow:0 10px 22px #0f172a14}.ps-story-icon svg,.ps-tag-icon svg,.ps-connector-node svg,.ps-note-icon svg,.ps-center-progress-check svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.ps-story-card-problem .ps-story-icon{background:linear-gradient(180deg,#fff7f2,#fff);color:#fe793a;border:1px solid rgba(254,121,58,.14)}.ps-story-card-solution .ps-story-icon{background:linear-gradient(180deg,#effdf5,#fff);color:#199d62;border:1px solid rgba(25,157,98,.14)}.ps-label{display:inline-flex;align-items:center;color:#fe793a;font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:0}.ps-story-card-solution .ps-label{color:#199d62}.ps-story-copy{display:grid;gap:18px}.ps-story-copy h3{margin:0;color:#162038;font-size:clamp(16px,1.45vw,22px);line-height:1.12;letter-spacing:-.02em}.ps-story-copy p{margin:0;color:#566277;font-size:18px;line-height:1.62}.ps-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:auto}.ps-tag-chip{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:0 14px;border-radius:999px;background:#fff8f4;color:#a95222;font-size:15px;font-weight:700;border:1px solid rgba(254,121,58,.08)}.ps-story-card-solution .ps-tag-chip{background:#effaf4;color:#1e885c;border-color:#199d6214}.ps-tag-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;color:currentColor}.ps-connector{position:relative;display:flex;align-items:center;justify-content:center;min-height:140px}.ps-connector-left{grid-area:left}.ps-connector-right{grid-area:right}.ps-connector:before,.ps-connector:after{content:"";position:absolute;top:50%;width:calc(50% - 28px);border-top:1px dashed rgba(254,121,58,.35)}.ps-connector:before{left:0}.ps-connector:after{right:0}.ps-connector-node{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:999px;background:linear-gradient(180deg,#fff,#fff8f4);border:1px solid rgba(216,225,237,.9);color:var(--accent);box-shadow:0 16px 34px #0f172a14}.ps-center-card{grid-area:center;display:grid;gap:22px;align-items:center;justify-items:center;min-height:364px;padding:22px 22px 26px;border-radius:8px;border:1px solid rgba(254,121,58,.28);background:radial-gradient(circle at top center,rgba(254,121,58,.12),transparent 48%),linear-gradient(180deg,#fffffffa,#fffaf7fa);box-shadow:0 20px 48px #fe793a21;text-align:center}.ps-center-window{width:100%;padding:12px;border-radius:8px;border:1px solid rgba(254,121,58,.22);background:#fffffff5;box-shadow:inset 0 1px #ffffffd9}.ps-center-window-top{display:flex;gap:5px;margin-bottom:12px}.ps-center-window-top span{width:6px;height:6px;border-radius:999px;background:#f7c4aa}.ps-center-window-body{display:grid;grid-template-columns:38px minmax(0,1fr);gap:10px}.ps-center-sidebar,.ps-center-main{display:grid;align-content:start;gap:8px}.ps-center-sidebar span,.ps-center-main span,.ps-center-checklist span{display:block;height:6px;border-radius:999px;background:#dfe5f1}.ps-center-sidebar .is-strong,.ps-center-main .is-strong{background:#fe793ad1}.ps-center-main .is-short{width:60%}.ps-center-checklist{display:grid;gap:8px;padding:8px;border-radius:8px;background:#f8fbff;border:1px solid #e7edf6}.ps-center-checklist span:nth-child(odd){position:relative;padding-left:18px}.ps-center-checklist span:nth-child(odd):before,.ps-center-checklist span:nth-child(2n):before{content:"";position:absolute;top:50%;left:0;width:9px;height:9px;border-radius:3px;border:1.5px solid rgba(254,121,58,.9);transform:translateY(-50%)}.ps-center-checklist span:nth-child(2n){position:relative;padding-left:18px}.ps-center-card h3{margin:0;color:#162038;font-size:14px;line-height:1.35;letter-spacing:-.02em}.ps-center-progress{position:relative;display:flex;align-items:center;justify-content:flex-start;width:100%;gap:10px;min-height:28px}.ps-center-progress-line{position:absolute;top:50%;left:8px;right:10px;height:2px;background:#fe793a4d;transform:translateY(-50%)}.ps-center-progress>span:not(.ps-center-progress-line){position:relative;z-index:1}.ps-center-progress .is-live{width:10px;height:10px;border-radius:999px;background:var(--accent);box-shadow:0 0 0 7px #fe793a1f}.ps-center-progress-check{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:999px;background:var(--accent);color:#fff;box-shadow:0 12px 26px #fe793a42}.ps-center-progress-check svg{width:16px;height:16px;stroke-width:2.4}.ps-note-banner{display:flex;align-items:center;gap:20px;margin-top:42px;padding:18px 24px;border-radius:8px;background:#fffffff0;border:1px solid rgba(254,121,58,.22);box-shadow:0 12px 34px #0f172a0a}.ps-note-icon{display:inline-flex;align-items:center;justify-content:center;width:66px;height:66px;border-radius:999px;flex:0 0 auto;background:linear-gradient(180deg,#fff7f2,#fff);border:1px solid rgba(254,121,58,.14);color:var(--accent);box-shadow:0 10px 22px #0f172a14}.ps-note-banner p{margin:0;color:#566277;font-size:16px;line-height:1.6}.ps-note-banner strong{color:var(--accent)}@keyframes psRevealCard{0%{opacity:0;transform:translate3d(var(--ps-x, 0),var(--ps-y, 18px),0) scale(.985)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes psRevealArrowLeft{0%{opacity:0;transform:translate3d(-22px,0,0) scale(.94)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes psRevealArrowRight{0%{opacity:0;transform:translate3d(22px,0,0) scale(.94)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes psRevealCenter{0%{opacity:0;transform:translate3d(0,24px,0) scale(.96)}to{opacity:1;transform:translateZ(0) scale(1)}}@media(prefers-reduced-motion:reduce){.ps-reveal{opacity:1;transform:none;will-change:auto}.problem-solution-section.is-visible .ps-reveal{animation:none}}@media(max-width:1260px){.problem-solution-stage{grid-template-columns:minmax(0,1fr) 58px minmax(188px,216px) 58px minmax(0,1fr)}.ps-story-card{min-height:0;padding:28px 28px 24px}.ps-story-copy h3{font-size:clamp(16px,1.4vw,21px)}.ps-story-copy p{font-size:16px}}@media(max-width:1080px){.problem-solution-stage{grid-template-areas:"problem" "center" "solution";grid-template-columns:1fr;gap:22px}.ps-connector{display:none}.ps-center-card{width:min(100%,320px);justify-self:center}.ps-note-banner{margin-top:28px}.ps-reveal-problem,.ps-reveal-center,.ps-reveal-solution,.ps-reveal-note{--ps-x: 0;--ps-y: 18px;transform:translate3d(0,var(--ps-y),0)}}@media(max-width:760px){.problem-solution-section{padding:24px 18px;border-radius:8px}.problem-solution-head .section-title{font-size:clamp(18px,6.2vw,26px);line-height:1.08}.section-intro{font-size:16px}.section-small{font-size:12px}.ps-story-card{padding:24px 20px 20px}.ps-story-head{gap:14px}.ps-story-icon{width:52px;height:52px}.ps-story-copy h3{font-size:16px}.ps-story-copy p,.ps-note-banner p{font-size:15px}.ps-tag-chip{min-height:38px;font-size:14px}.ps-note-banner{flex-direction:column;align-items:flex-start;padding:18px}}@media(max-width:560px){.ps-center-card{width:100%}.ps-center-window-body{grid-template-columns:32px minmax(0,1fr)}.ps-note-icon{width:58px;height:58px}}.cookie-consent-backdrop{position:fixed;inset:0;z-index:1400;display:flex;justify-content:center;align-items:center;padding:24px;background:#0f172a5c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.cookie-consent-banner{width:min(460px,100%);padding:24px;border:1px solid rgba(22,32,51,.12);border-radius:20px;background:linear-gradient(180deg,#fffffffa,#f7f9fcfa);box-shadow:0 22px 60px #0f172a2e,0 6px 18px #0f172a14;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.cookie-consent-badge{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;background:#fe793a1f;color:#b84f1a;font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.cookie-consent-title{margin:14px 0 10px;color:#162033;font-size:clamp(21px,2vw,26px);line-height:1.12}.cookie-consent-copy,.cookie-consent-note{margin:0;color:#4d5b74;font-size:15px;line-height:1.6}.cookie-consent-note{margin-top:10px}.cookie-consent-note a{color:#162033;font-weight:700;text-decoration:underline;text-underline-offset:2px}.cookie-consent-actions{display:flex;gap:12px;margin-top:18px}.cookie-consent-button{display:inline-flex;justify-content:center;align-items:center;min-height:50px;padding:0 18px;border:0;border-radius:14px;background:linear-gradient(135deg,#fe793a,#ff9151);color:#fff;font-size:15px;font-weight:700;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease;box-shadow:0 12px 24px #fe793a3d}.cookie-consent-button:hover,.cookie-consent-button:focus-visible{transform:translateY(-1px)}.cookie-consent-button-secondary{background:#eef2f7;color:#162033;box-shadow:none}@media(max-width:640px){.cookie-consent-backdrop{padding:16px}.cookie-consent-banner{width:100%;padding:20px;border-radius:18px}.cookie-consent-actions{flex-direction:column-reverse}.cookie-consent-button{width:100%}}.psy-coverage-section{overflow:hidden}.psy-coverage-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:28px}.psy-coverage-card{position:relative;padding:22px 22px 22px 24px;border:1px solid rgba(203,213,225,.9);border-radius:18px;background:#ffffffdb;box-shadow:0 18px 45px #0f172a0a}.psy-coverage-card h3{margin:0 0 8px;color:#10192f;font-size:17px;line-height:1.25;font-weight:800}.psy-coverage-card p{margin:0;color:#5b6680;font-size:14px;line-height:1.6}.psy-coverage-dot{display:inline-flex;width:9px;height:9px;margin-bottom:14px;border-radius:999px;background:#fe793a;box-shadow:0 0 0 6px #fe793a1f}@media(max-width:760px){.psy-coverage-grid{grid-template-columns:1fr}.psy-coverage-card{padding:20px}}
