@font-face{font-family:Satoshi-Variable;src:url(/assets/fonts/main/Satoshi-Variable.ttf) format("truetype-variations");font-weight:100 900;font-style:normal;font-display:swap}:root{--brand-primary:#0b5d61;--brand-primary-soft:#dbeef0;--brand-secondary:#f3e1c0;--brand-ink:#1a1d21;--brand-muted:#60666c;--brand-border:#e4dfd6;--brand-surface:#fff;--brand-surface-alt:#fbf7f0;--brand-surface-strong:#f2ece2;--brand-accent:#d47a2b;--radius-xl:28px;--radius-lg:22px;--radius-md:16px;--radius-sm:12px;--shadow-sm:0 8px 20px rgba(9,21,29,.08);--shadow-md:0 22px 50px rgba(9,21,29,.15);--shadow-lg:0 30px 80px rgba(9,21,29,.18);--page-bg:linear-gradient(180deg,#fbf8f4,#fff 70%);--bg-spot-warm:hsla(39,68%,85%,.55);--bg-spot-cool:rgba(11,93,97,.18);--header-glass:hsla(0,0%,100%,.85);--header-border:hsla(39,21%,87%,.8)}:root[data-theme=dark]{--brand-primary:#49a8ad;--brand-primary-soft:rgba(73,168,173,.18);--brand-secondary:#332a21;--brand-ink:#f1f4f6;--brand-muted:#aab4bc;--brand-border:#2e3740;--brand-surface:#171c22;--brand-surface-alt:#12171d;--brand-surface-strong:#202833;--brand-accent:#e49a58;--shadow-sm:0 10px 24px rgba(0,0,0,.34);--shadow-md:0 20px 48px rgba(0,0,0,.42);--shadow-lg:0 26px 72px rgba(0,0,0,.5);--page-bg:linear-gradient(180deg,#0f1419,#111821 70%);--bg-spot-warm:rgba(228,154,88,.16);--bg-spot-cool:rgba(73,168,173,.22);--header-glass:rgba(19,25,32,.84);--header-border:rgba(46,55,64,.85)}*,:after,:before{box-sizing:border-box}body,html{padding:0;margin:0;min-height:100%}body{background:radial-gradient(circle at 10% 10%,var(--bg-spot-warm),hsla(39,68%,85%,0) 48%),radial-gradient(circle at 85% 15%,var(--bg-spot-cool),rgba(11,93,97,0) 42%),var(--page-bg);color:var(--brand-ink);font-family:Satoshi-Variable,Satoshi,system-ui,sans-serif;line-height:1.5}.app-body{min-height:100vh}a{color:inherit;text-decoration:none}main{display:block}section[id]{scroll-margin-top:120px}.page{width:min(1200px,92vw);margin:0 auto;padding:32px 0 64px}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-header{background:var(--header-glass);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--header-border);position:-webkit-sticky;position:sticky;top:0;z-index:20}.app-header-inner{width:min(1240px,94vw);margin:0 auto;padding:18px 0;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;grid-gap:24px;gap:24px}.brand{display:inline-flex;align-items:center;gap:14px}.brand--app{grid-column:2;justify-self:center}.brand-logo{width:140px;height:auto}.brand-text{display:flex;flex-direction:column;gap:2px}.brand-title{font-size:18px;font-weight:700}.brand-subtitle{font-size:12px;color:var(--brand-muted);letter-spacing:.08em;text-transform:uppercase}.header-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end;min-width:0;grid-column:3;justify-self:end}.lab-target-switch{display:inline-flex;align-items:center;gap:8px;font-size:12px;color:var(--brand-muted)}.lab-target-switch .input{min-width:120px;padding:8px 10px;font-size:13px}.user-menu{position:relative}.user-trigger{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;background:var(--brand-surface);border:1px solid var(--brand-border);box-shadow:var(--shadow-sm);font-size:13px;font-weight:600;color:var(--brand-ink);font-family:inherit;cursor:pointer}.user-trigger:hover{box-shadow:var(--shadow-md)}.user-trigger:focus-visible{outline:2px solid rgba(11,93,97,.35);outline-offset:2px}.user-chevron{width:12px;height:8px;stroke:currentColor;stroke-width:2;fill:none;opacity:.6;transition:transform .2s ease}.user-chevron.is-open{transform:rotate(180deg)}.user-dropdown{position:absolute;right:0;top:calc(100% + 10px);min-width:180px;background:var(--brand-surface);border:1px solid var(--brand-border);border-radius:16px;box-shadow:var(--shadow-md);padding:8px;opacity:0;transform:translateY(-8px);pointer-events:none;transition:opacity .2s ease,transform .2s ease;z-index:10}.user-dropdown--open{opacity:1;transform:translateY(0);pointer-events:auto}.user-dropdown-item{width:100%;display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:10px;font-size:14px;font-weight:600;color:var(--brand-ink);background:transparent;border:none;font-family:inherit;cursor:pointer;text-align:left}.user-dropdown-item:hover{background:var(--brand-surface-strong)}.user-dropdown-item--danger{color:#8a2a2a}.user-chip{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;background:var(--brand-surface);border:1px solid var(--brand-border);box-shadow:var(--shadow-sm);font-size:13px;font-weight:600}.user-name{color:var(--brand-ink)}.chip{padding:3px 10px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.chip-user{background:rgba(11,93,97,.12);color:var(--brand-primary)}.chip-admin{background:rgba(212,122,43,.18);color:#8a4d1d}.app-main{width:min(1240px,94vw);margin:24px auto 64px;display:grid;grid-template-columns:260px 1fr;grid-gap:24px;gap:24px;align-items:start}.app-content{animation:contentFade .4s ease}.app-content,.app-content-inner{display:flex;flex-direction:column;gap:24px}@keyframes contentFade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.card{background:var(--brand-surface);border-radius:var(--radius-xl);border:1px solid var(--brand-border);box-shadow:var(--shadow-sm);padding:24px}.card-mini{padding:20px}.section-card{gap:8px}.section-card,.sidebar{display:flex;flex-direction:column}.sidebar{position:-webkit-sticky;position:sticky;top:96px;align-self:start;background:var(--brand-surface);border:1px solid var(--brand-border);border-radius:var(--radius-lg);padding:20px;box-shadow:var(--shadow-sm);gap:20px}.sidebar-section{display:flex;flex-direction:column;gap:12px}.sidebar-title{font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--brand-muted);margin:0}.sidebar-nav{display:flex;flex-direction:column;gap:8px}.sidebar-link{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-radius:12px;background:var(--brand-surface-alt);color:var(--brand-ink);font-weight:600;border:1px solid transparent;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.sidebar-link:hover{transform:translateY(-1px);border-color:rgba(11,93,97,.2);box-shadow:var(--shadow-sm)}.sidebar-link--active{border-color:rgba(11,93,97,.35)}.sidebar-link--active,.sidebar-pill{background:rgba(11,93,97,.12);color:var(--brand-primary)}.sidebar-pill{font-size:11px;font-weight:700;padding:4px 10px;border-radius:999px;text-transform:uppercase;letter-spacing:.04em}.sidebar-divider{height:1px;background:var(--brand-border)}.sidebar-cta-group{display:grid;grid-gap:8px;gap:8px}.sidebar-cta{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:12px;background:rgba(11,93,97,.08);color:var(--brand-primary);font-weight:700;border:1px solid rgba(11,93,97,.15);transition:transform .2s ease,box-shadow .2s ease}.sidebar-cta:hover{transform:translateY(-1px);box-shadow:var(--shadow-sm)}.sidebar-cta--accent{background:var(--brand-primary);color:#fff;border:none}.sidebar-admin{display:grid;grid-gap:10px;gap:10px}.admin-link{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:10px 14px;border-radius:14px;border:1px solid rgba(26,29,33,.12);background:rgba(26,29,33,.04);color:rgba(26,29,33,.8);font-weight:700;transition:transform .2s ease,box-shadow .2s ease}.admin-link:hover{transform:translateY(-1px);box-shadow:var(--shadow-sm)}.admin-link--active{border-color:rgba(212,122,43,.35);background:rgba(212,122,43,.12);color:#8a4d1d}.admin-pill{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;background:rgba(212,122,43,.15);color:#8a4d1d;padding:3px 8px;border-radius:999px}.card-grid{display:grid;grid-gap:24px;gap:24px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.section-title{font-size:22px;font-weight:700;margin:0 0 16px}.section-head .section-title{margin:0 0 6px}.section-subtitle{margin:0;color:var(--brand-muted);font-size:14px}.section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.pill{padding:6px 12px;border-radius:999px;background:var(--brand-surface-strong);color:var(--brand-ink);font-size:12px;font-weight:700}.page-hero{padding:28px;background:linear-gradient(135deg,#fff,#f9f4ec)}.page-header,.page-hero-head{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap}.page-header{align-items:flex-start}.page-hero-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.2em;color:var(--brand-muted);margin:0 0 8px}.page-title{font-size:30px;font-weight:700;margin:0 0 12px}.hero-note{margin:16px 0 0;color:var(--brand-primary);font-weight:600}.guide-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:16px;gap:16px;margin-top:20px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:16px;gap:16px}.stat-card{background:var(--brand-surface);border:1px solid var(--brand-border);border-radius:var(--radius-md);padding:16px;display:flex;flex-direction:column;gap:6px;box-shadow:var(--shadow-sm)}.stat-label{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:var(--brand-muted)}.stat-value{font-size:28px;font-weight:700;color:var(--brand-ink)}.stat-note{font-size:13px;color:var(--brand-muted)}.step-card{background:var(--brand-surface);border:1px solid var(--brand-border);border-radius:var(--radius-md);padding:16px;display:flex;flex-direction:column;gap:10px;position:relative;overflow:hidden}.step-card:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(11,93,97,.08),rgba(11,93,97,0));opacity:0;transition:opacity .2s ease}.step-card:hover:after{opacity:1}.step-title{font-weight:700;font-size:16px;margin:0}.step-text{margin:0;font-size:14px;color:var(--brand-muted)}.step-status{display:inline-flex;align-items:center;gap:8px;font-weight:700;font-size:13px}.step-dot{width:10px;height:10px;border-radius:50%;background:#d1d5db}.step-card[data-status=done] .step-dot{background:#2a9d8f}.step-card[data-status=pending] .step-dot{background:#d47a2b}.step-card[data-status=done] .step-status{color:#2a9d8f}.step-card[data-status=pending] .step-status{color:#d47a2b}.notice{background:rgba(11,93,97,.08);border:1px solid rgba(11,93,97,.2);border-radius:var(--radius-md);padding:12px 14px;margin-bottom:16px;font-size:14px}.notice,.notice-link{color:var(--brand-primary)}.notice-link{display:inline-flex;margin-top:8px;font-weight:700}.alert{margin-top:16px;padding:12px 14px;border-radius:var(--radius-md);border:1px solid rgba(210,76,76,.3);background:rgba(210,76,76,.08);color:#b13636;font-weight:600;display:flex;gap:8px;flex-wrap:wrap}.alert-success{border-color:rgba(42,157,143,.35);background:rgba(42,157,143,.12);color:#1b7a6f}.split-grid{display:grid;grid-gap:24px;gap:24px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.empty-state{gap:12px;align-items:flex-start;padding:12px 0}.checklist,.empty-state{display:flex;flex-direction:column}.checklist{list-style:none;padding:0;margin:0 0 16px;gap:10px;font-size:14px}.checklist li{display:flex;align-items:center;gap:10px;color:var(--brand-ink)}.checklist li:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--brand-primary)}.preview-list{display:flex;flex-direction:column;gap:12px}.preview-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;background:var(--brand-surface-alt);border:1px solid var(--brand-border);border-radius:var(--radius-md)}.preview-title{margin:0;font-weight:700}.preview-meta{margin:4px 0 0;font-size:13px;color:var(--brand-muted)}.recipient-card{display:flex;flex-direction:column;gap:6px}.recipient-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.recipient-name{margin:0;font-weight:700;font-size:16px}.recipient-meta{margin:0;color:var(--brand-muted);font-size:13px}.landing{width:min(1200px,92vw);margin:0 auto;padding:32px 0 64px;display:flex;flex-direction:column;gap:32px}.landing-header{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.landing-header--centered{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center}.landing-header--centered .brand{grid-column:2;justify-self:center}.landing-header--centered .landing-actions,.landing-header--centered .landing-menu{grid-column:3;justify-self:end}.landing-actions{display:flex;gap:12px;flex-wrap:wrap}.landing-menu{display:none;position:relative}.landing-menu summary{list-style:none}.landing-menu summary::-webkit-details-marker{display:none}.landing-menu-trigger{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:999px;border:1px solid var(--brand-border);background:var(--brand-surface);box-shadow:var(--shadow-sm);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.landing-menu-trigger:hover{transform:translateY(-1px);box-shadow:var(--shadow-md)}.landing-menu-trigger:focus-visible{outline:2px solid rgba(11,93,97,.35);outline-offset:2px}.landing-menu-icon{width:20px;height:14px;stroke:currentColor;stroke-width:2;fill:none}.landing-menu-panel{position:absolute;right:0;top:calc(100% + 10px);min-width:180px;background:var(--brand-surface);border:1px solid var(--brand-border);border-radius:16px;box-shadow:var(--shadow-md);padding:8px;display:flex;flex-direction:column;gap:6px;opacity:0;transform:translateY(-8px);pointer-events:none;transition:opacity .2s ease,transform .2s ease;z-index:10}.landing-menu[open] .landing-menu-panel{opacity:1;transform:translateY(0);pointer-events:auto}.landing-menu-link{display:flex;align-items:center;padding:10px 12px;border-radius:10px;font-size:14px;font-weight:600;color:var(--brand-ink);background:transparent}.landing-menu-link:hover{background:var(--brand-surface-strong)}.landing-menu-link--primary{background:var(--brand-primary);color:#fff}.landing-menu-link--primary:hover{background:#0a4f53}.landing-intro{padding:28px;background:linear-gradient(135deg,#fff,#f9f4ec);display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);grid-gap:24px;gap:24px}.landing-intro-copy{display:flex;flex-direction:column;gap:12px}.landing-trust-list{margin:8px 0 0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:8px}.landing-trust-list li{padding:8px 12px;border-radius:999px;background:var(--brand-surface);border:1px solid var(--brand-border);font-size:12px;font-weight:600;color:var(--brand-muted)}.landing-intro-panel{border-radius:var(--radius-md);border:1px solid var(--brand-border);background:hsla(0,0%,100%,.92);box-shadow:var(--shadow-sm);padding:18px}.landing-panel-title{margin:0 0 14px;font-size:13px;text-transform:uppercase;letter-spacing:.12em;color:var(--brand-muted);font-weight:700}.landing-panel-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:12px}.landing-panel-item{display:grid;grid-template-columns:28px 1fr;grid-gap:10px;gap:10px;align-items:start}.landing-panel-index{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:var(--brand-primary-soft);color:var(--brand-primary);font-size:12px;font-weight:700}.landing-panel-item-title{margin:0 0 4px;font-size:14px;font-weight:700}.landing-panel-item-text{margin:0;font-size:13px;color:var(--brand-muted)}.landing-steps{display:flex;flex-direction:column;gap:16px}.landing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:16px;gap:16px}.landing-grid--steps{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.landing-faq-list{display:flex;flex-direction:column;gap:10px}.landing-faq-item{border:1px solid var(--brand-border);border-radius:var(--radius-sm);background:var(--brand-surface);overflow:hidden}.landing-faq-item summary{cursor:pointer;padding:14px 16px;font-weight:700;list-style:none}.landing-faq-item summary::-webkit-details-marker{display:none}.landing-faq-item p{margin:0;padding:0 16px 14px;color:var(--brand-muted);white-space:pre-line}.landing-footer,.legal-footer{display:flex;flex-direction:column;gap:16px}.footer-card{justify-content:space-between;gap:24px;flex-wrap:wrap}.footer-brand,.footer-card{display:flex;align-items:center}.footer-brand{gap:12px}.footer-logo{width:52px;height:auto}.footer-description{margin:0;color:var(--brand-muted);font-size:14px}.footer-links{display:flex;gap:16px;flex-wrap:wrap;font-weight:600}.footer-link{color:var(--brand-primary)}.footer-note{margin:0;text-align:center;color:var(--brand-muted);font-size:12px}.footer-version{display:block;margin-top:6px;font-size:11px;color:var(--brand-muted);opacity:.7}.legal-page{display:flex;flex-direction:column;gap:24px}.legal-header{align-items:center}.legal-actions,.legal-nav{display:flex;gap:12px;flex-wrap:wrap}.legal-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.legal-content{display:flex;flex-direction:column;gap:16px}.legal-section{gap:12px}.legal-text{margin:0;color:var(--brand-muted);white-space:pre-line}.profile-grid{align-items:start}.profile-side{gap:16px}.profile-info,.profile-side{display:flex;flex-direction:column}.profile-info{gap:12px;padding:12px 0}.profile-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.profile-label{color:var(--brand-muted);font-size:13px;font-weight:600}.profile-value{font-weight:700;color:var(--brand-ink)}.profile-pill{padding:4px 10px;border-radius:999px;font-size:12px;font-weight:700}.profile-pill.is-ok{background:rgba(42,157,143,.15);color:#1b7a6f}.profile-pill.is-warn{background:rgba(212,122,43,.16);color:#8a4d1d}.feature-card{background:var(--brand-surface);border:1px solid var(--brand-border);border-radius:var(--radius-md);padding:18px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:12px}.feature-number{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--brand-primary-soft);color:var(--brand-primary);font-weight:700}.feature-title{margin:0;font-weight:700;font-size:16px}.feature-text{margin:0;font-size:14px}.feature-text,.muted{color:var(--brand-muted)}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:999px;padding:12px 22px;font-weight:600;font-size:14px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.button-small{padding:9px 16px;font-size:13px}.button:disabled{opacity:.6;cursor:not-allowed}.button-primary{background:var(--brand-primary);color:#fff;box-shadow:var(--shadow-sm)}.button-primary:hover{transform:translateY(-1px);box-shadow:var(--shadow-md)}.button-outline{background:transparent;color:var(--brand-primary);border:1px solid var(--brand-primary)}.button-ghost{background:rgba(11,93,97,.08);color:var(--brand-primary)}.input,.select,.textarea{width:100%;border:1px solid var(--brand-border);border-radius:var(--radius-sm);padding:12px 14px;font-size:14px;font-family:inherit;background:#fff}.input:disabled,.select:disabled,.textarea:disabled{background:var(--brand-surface-strong);color:var(--brand-muted)}.input-hint{margin:6px 0 0;font-size:12px;color:var(--brand-muted)}.textarea{min-height:120px;resize:vertical}.field{flex-direction:column;margin-bottom:16px}.field,.tag-list{display:flex;gap:8px}.tag-list{flex-wrap:wrap}.tag{padding:6px 12px;border-radius:999px;background:var(--brand-primary-soft);border:none;cursor:pointer}.status,.tag{color:var(--brand-primary);font-size:12px;font-weight:600}.status{padding:4px 10px;border-radius:999px;background:rgba(0,95,115,.1)}.layout-grid{display:grid;grid-gap:24px;gap:24px;grid-template-columns:1fr}@media (min-width:960px){.layout-grid{grid-template-columns:1.2fr .8fr}}@media (max-width:1100px){.app-header-inner{grid-template-columns:1fr;justify-items:center;row-gap:14px}.brand--app{grid-column:1}.header-actions{width:100%;grid-column:1;justify-self:stretch;justify-content:space-between}.landing-header--centered{grid-template-columns:1fr;justify-items:center;row-gap:14px}.landing-header--centered .brand{grid-column:1}.landing-header--centered .landing-actions{grid-column:1;justify-self:stretch;justify-content:center}.landing-header--centered .landing-menu{grid-column:1;justify-self:stretch}.app-main,.landing-intro{grid-template-columns:1fr}.sidebar{position:static}.sidebar-nav{flex-direction:row;flex-wrap:wrap}.sidebar-link{flex:1 1 auto}}@media (max-width:720px){.brand-logo{width:120px}.page-hero-actions,.user-menu{width:100%}.user-trigger{width:100%;justify-content:space-between}.landing-actions,.legal-actions{display:none}.landing-menu{display:flex;width:100%;justify-content:flex-end}.landing-intro{align-items:flex-start;padding:22px}}.header{justify-content:space-between;gap:24px;padding:20px 0}.header,.header nav{display:flex;align-items:center}.header nav{gap:16px}.logo{display:inline-flex;align-items:center;gap:12px}.logo span{font-weight:700;font-size:16px}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:32px 16px}.auth-target-switch{width:min(480px,92vw);margin-bottom:12px;display:flex;justify-content:flex-end;align-items:center;gap:8px;color:var(--brand-muted);font-size:12px}.auth-target-switch .input{width:auto;min-width:140px}.auth-card{width:min(480px,92vw);background:var(--brand-surface);border-radius:var(--radius-lg);border:1px solid var(--brand-border);box-shadow:var(--shadow-md);padding:32px;position:relative;overflow:hidden}.auth-card:after{content:"";position:absolute;top:-80px;right:-120px;width:220px;height:220px;background:radial-gradient(circle,rgba(0,95,115,.15),rgba(0,95,115,0));border-radius:50%}.auth-title{font-size:28px;font-weight:700;margin-bottom:8px}.auth-subtitle{color:var(--brand-muted);margin-bottom:24px}.auth-helper-link{margin:-4px 0 12px;font-size:13px}.auth-helper-link a{color:var(--brand-primary);font-weight:600}.auth-notice{margin:0 0 16px;padding:12px 14px;border-radius:var(--radius-sm);border:1px solid rgba(11,93,97,.24);background:rgba(11,93,97,.08);color:var(--brand-primary);font-size:14px}.auth-notice--warning{border-color:rgba(212,122,43,.32);background:rgba(212,122,43,.12);color:#8f4b0f}.inline-actions{display:flex;gap:12px;flex-wrap:wrap}