:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f4f6f8;--bg-dark:#f7f8fa;--card:#fffffff0;--card-solid:#fff;--card-soft:#ffffffd1;--ink:#18324a;--ink-strong:#111216;--hero-smoke:#18324a;--text:#2a2a2a;--text-soft:#66615d;--muted:#938e88;--line:#18324a1f;--gold:#f2b120;--gold-deep:#b27119;--olive:#6a7863;--ember:#ff6a1f;--ember-deep:#b32317;--success:#2e7d5a;--warning:#b27119;--browser-canvas:#18324a;--theme-page:#f7f8fa;--theme-page-soft:#18324a0d;--surface:#ffffffdb;--surface-strong:#fff;--surface-soft:#18324a0e;--surface-raised:#fffffff5;--surface-solid:#fff;--text-primary:#18324a;--text-secondary:#18324ac7;--text-tertiary:#18324a94;--border-subtle:#18324a1f;--border-strong:#18324a2e;--accent:var(--gold);--accent-contrast:var(--ink);--success-soft:#2e7d5a21;--success-text:#226548;--warning-soft:#b2711921;--warning-text:#755014;--danger-soft:#b323171c;--danger-text:#8f1d1d;--radius-xl:24px;--radius-lg:24px;--radius-md:16px;--radius-sm:14px;--shadow:0 18px 42px #18324a14;--shadow-soft:0 12px 28px #18324a0f;--max-width:1040px;--guide-max-width:430px;--site-page-padding-top:clamp(6px, 1vw, 12px);--site-page-padding-bottom:56px;--app-font-family:"SF Pro Display", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--site-backdrop-gradient:radial-gradient(circle at 88% 16%, #18324a0d 0%, #18324a00 34%), linear-gradient(180deg, #fff 0%, #f7f8fa 56%, #f1f4f6 100%)}@media (prefers-color-scheme:light){:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--theme-page:#f7f8fa;--theme-page-soft:#18324a0d;--surface:#ffffffdb;--surface-strong:#fff;--surface-soft:#18324a0e;--surface-raised:#fffffff5;--surface-solid:#fff;--text-primary:#18324a;--text-secondary:#18324ac7;--text-tertiary:#18324a94;--border-subtle:#18324a1f;--border-strong:#18324a2e;--success-soft:#2e7d5a21;--success-text:#226548;--warning-soft:#b2711921;--warning-text:#755014;--danger-soft:#b323171c;--danger-text:#8f1d1d}}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg-dark:#18191c;--theme-page:#18191c;--theme-page-soft:#ffffff14;--surface:#1112168f;--surface-strong:#111216c7;--surface-soft:#ffffff14;--surface-raised:#ffffff1f;--surface-solid:#242126;--text-primary:#fff;--text-secondary:#ffffffc7;--text-tertiary:#ffffff9e;--border-subtle:#ffffff1f;--border-strong:#ffffff2e;--success-soft:#2e7d5a38;--success-text:#a7f0c8;--warning-soft:#f2b12029;--warning-text:#ffe09a;--danger-soft:#bb282833;--danger-text:#ffb3aa;--shadow:0 18px 40px #11121624;--shadow-soft:0 12px 28px #11121614;--site-backdrop-gradient:linear-gradient(128deg, #ff6a1f38 0%, #ff6a1f00 30%), linear-gradient(216deg, #ffffff14 0%, #fff0 28%), linear-gradient(150deg, var(--ink-strong) 0%, var(--ink) 48%, var(--ember-deep) 100%)}:root[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg-dark:#f7f8fa;--theme-page:#f7f8fa;--theme-page-soft:#18324a0d;--surface:#ffffffdb;--surface-strong:#fff;--surface-soft:#18324a0e;--surface-raised:#fffffff5;--surface-solid:#fff;--text-primary:#18324a;--text-secondary:#18324ac7;--text-tertiary:#18324a94;--border-subtle:#18324a1f;--border-strong:#18324a2e;--success-soft:#2e7d5a21;--success-text:#226548;--warning-soft:#b2711921;--warning-text:#755014;--danger-soft:#b323171c;--danger-text:#8f1d1d;--shadow:0 18px 42px #18324a14;--shadow-soft:0 12px 28px #18324a0f;--site-backdrop-gradient:radial-gradient(circle at 88% 16%, #18324a0d 0%, #18324a00 34%), linear-gradient(180deg, #fff 0%, #f7f8fa 56%, #f1f4f6 100%)}*{box-sizing:border-box}html{background-color:var(--browser-canvas);min-height:100%;margin:0}body{background:var(--theme-page);min-height:100vh;color:var(--text-primary);font-family:var(--app-font-family);isolation:isolate;margin:0}body:before{content:"";z-index:-1;pointer-events:none;background:var(--site-backdrop-gradient);background-repeat:no-repeat;background-size:100vw 100vh;background-attachment:fixed;position:fixed;inset:0}:root[data-theme=dark] body:before{background:var(--site-backdrop-gradient)}:root[data-theme=light] body{background:var(--theme-page);color:var(--text-primary)}:root[data-theme=light] body:before{background:var(--site-backdrop-gradient)}.welcome-splash{z-index:1000;background:linear-gradient(128deg, #ff6a1f33 0%, #ff6a1f00 30%), linear-gradient(216deg, #ffffff14 0%, #fff0 28%), linear-gradient(150deg, var(--ink-strong) 0%, var(--hero-smoke) 48%, var(--ember-deep) 100%);pointer-events:none;place-items:center;min-height:100vh;padding:32px;animation:.62s .94s forwards welcome-splash-fade;display:grid;position:fixed;inset:0}.welcome-splash-logo{filter:drop-shadow(0 14px 26px #f2b1202e);width:min(72vw,340px);height:auto;animation:.92s cubic-bezier(.2,.78,.32,1) both welcome-logo-rise;display:block}.home-splash-content{opacity:0;pointer-events:none;transition:opacity .82s,transform .82s cubic-bezier(.2,.78,.32,1);transform:translateY(8px)}.home-splash-content.is-ready{opacity:1;pointer-events:auto;transform:translateY(0)}@keyframes welcome-logo-rise{0%{opacity:0;transform:translateY(10px)scale(.94)}72%{opacity:1;transform:translateY(0)scale(1.015)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes welcome-splash-fade{to{opacity:0;visibility:hidden}}@media (prefers-reduced-motion:reduce){.welcome-splash{animation:1ms linear .35s forwards welcome-splash-fade}.welcome-splash-logo{animation:none}.home-splash-content{opacity:1;pointer-events:auto;transition:none;transform:none}.site-topbar,.site-brand-link img{transition:none}}code{color:#fff;background:#ffffff1a;border-radius:8px;padding:2px 6px}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}option,optgroup{font-family:var(--app-font-family)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
.marketing-shell{min-height:100vh;padding:var(--site-page-padding-top) 20px var(--site-page-padding-bottom)}.holding-shell{--home-hero-title:var(--ink-strong);--home-hero-accent:#263d54;--home-hero-copy:#18324ac2;--home-hero-action-width:208px;min-height:100vh;padding:var(--site-page-padding-top) clamp(18px, 4vw, 42px) var(--site-page-padding-bottom)}.account-shell{min-height:100svh;padding:var(--site-page-padding-top) clamp(14px, 3vw, 36px) var(--site-page-padding-bottom);flex-direction:column;display:flex}.site-topbar{z-index:2;width:min(100%, var(--max-width));justify-content:space-between;align-items:center;gap:14px;margin:0 auto 10px;padding:0 0 2px;display:flex;position:relative}.site-topbar:before{display:none}.site-brand-link{align-items:center;margin-left:-38px;display:inline-flex}.site-brand-link img{transition:height .18s,width .18s}.site-brand-logo.is-dark,:root[data-theme=dark] .site-brand-logo.is-light{display:none!important}:root[data-theme=dark] .site-brand-logo.is-dark{display:block!important}.site-topbar nav{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:14px;display:flex}.site-nav-link{color:#18324ac2;font-weight:800}.site-nav-session{color:#18324a99;font-weight:800}.site-nav-cta{min-height:42px;color:var(--ink);background:#fff;border-color:#18324a1f;margin-left:2px;padding:10px 14px;box-shadow:0 8px 20px #18324a14}.site-instagram-link,.footer-instagram-link,.footer-social-link,.guide-issued-link.is-instagram{justify-content:center;align-items:center;gap:7px;display:inline-flex}.site-instagram-link{color:#18324acc;background:#ffffff94;border:1px solid #18324a1f;border-radius:999px;min-height:42px;padding:9px 12px;font-weight:850}.site-instagram-link:hover,.site-instagram-link:focus-visible{color:var(--ink);background:#fff;border-color:#18324a33}.site-instagram-link svg,.footer-instagram-link svg,.footer-social-link svg,.guide-issued-link svg{flex:none;width:18px;height:18px}.marketing-hero,.grid-section,.holding-hero,.holding-grid{width:min(100%, var(--max-width));margin:0 auto}.guide-shell{width:min(100%, var(--guide-max-width));margin:0 auto}.marketing-panel,.holding-panel,.info-card,.holding-card,.guide-card,.guide-tab-panel,.guide-section-card,.revision-card{box-shadow:var(--shadow);border:1px solid #18324a1f}.marketing-panel{border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#1112168f;gap:18px;padding:24px;display:grid}.holding-panel,.holding-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0}.holding-card{border-radius:var(--radius-xl);align-content:start;gap:clamp(16px,2vw,22px);padding:clamp(22px,3vw,32px);display:grid}.holding-card-benefits{background:linear-gradient(#ffffffeb,#ffffffb8);border-color:#18324a14;gap:clamp(12px,1.5vw,16px);box-shadow:0 18px 42px #18324a0e}.holding-card-benefits .plain-list{gap:10px;margin:2px 0 0;padding:0;list-style:none;display:grid}.holding-card-benefits .plain-list li{color:#18324abd;grid-template-columns:15px minmax(0,1fr);align-items:start;gap:10px;font-size:1rem;font-weight:720;line-height:1.32;display:grid}.holding-card-benefits .plain-list li:before{content:"";background:#18324a42;border-radius:999px;width:7px;height:7px;margin-top:8px;box-shadow:0 0 0 4px #18324a0f}.holding-card-benefits .plain-list li>span{width:100%;min-width:0}.holding-card-benefits .plain-list li a{font-weight:850}.holding-graphic{margin:0;display:flex}.holding-graphic img{aspect-ratio:1;border-radius:var(--radius-xl);object-fit:contain;width:100%;height:auto;display:block}.holding-graphic.home-carousel{aspect-ratio:1;isolation:isolate;min-width:0;margin-bottom:26px;position:relative;overflow:visible}.home-carousel-stage{border-radius:var(--radius-xl);background:#17202a;position:absolute;inset:0;overflow:hidden}.home-carousel-track{will-change:transform;width:100%;height:100%;transition:transform .78s cubic-bezier(.22,.61,.36,1);display:flex}.home-carousel-slide{flex:0 0 100%;width:100%;height:100%;position:relative}.home-carousel .home-carousel-image{aspect-ratio:auto;object-fit:cover;border-radius:0;width:100%;height:100%;position:absolute;inset:0}.home-carousel-dot{cursor:pointer;border:0}.home-carousel-dot:focus-visible{outline-offset:2px;outline:3px solid #f2b120}.home-carousel-dots{z-index:2;align-items:center;gap:9px;min-height:18px;display:flex;position:absolute;bottom:-22px;left:50%;transform:translate(-50%)}.home-carousel-dot{background:#18324a3d;border-radius:50%;width:10px;height:10px;padding:0;transition:width .18s,background .18s}.home-carousel-dot.is-active{background:#f2b120;border-radius:999px;width:24px}@media (prefers-reduced-motion:reduce){.home-carousel-track,.home-carousel-dot{transition:none}}.holding-card-note{border-left:2px solid #f2b1209e;padding:7px 0 7px 14px;font-size:.94rem;font-weight:760;line-height:1.35;color:#18324ac2!important;margin-top:0!important}.holding-card-note a{color:var(--ink);font-weight:900}.holding-card-note.is-coming-soon{background:linear-gradient(135deg,#ffc72c26,#ffffffb8);border:1px solid #f2b12042;border-left:4px solid #f2b120;border-radius:16px;gap:6px;padding:14px 16px;display:grid;box-shadow:inset 0 1px #ffffffd6;margin-top:4px!important}.holding-card-note.is-coming-soon span{color:var(--ink);letter-spacing:.07em;text-transform:uppercase;font-size:.78rem;font-weight:950}.holding-panel{border-radius:var(--radius-xl);gap:18px;padding:28px 20px 28px 10px;display:grid}.app-aligned-hero{align-items:center;gap:clamp(26px,5vw,58px);padding:clamp(14px,3vw,28px) 0 clamp(22px,5vw,46px);display:grid}.app-hero-copy{text-align:center;justify-items:center;gap:18px;max-width:620px;margin:0 auto;display:grid}.app-hero-copy h1{max-width:100%;color:var(--home-hero-title);margin:0;font-size:clamp(2.25rem,8vw,4.35rem);font-weight:850;line-height:1.01}.app-hero-copy h1 .hero-line{display:block}.app-hero-copy h1 .is-accent{color:var(--home-hero-accent);white-space:nowrap}.app-hero-copy .holding-copy{max-width:39ch;color:var(--home-hero-copy);font-size:clamp(1rem,2.2vw,1.12rem)}.holding-pricing-note{color:#18324ac2;margin:0;font-size:1.08rem}.pricing-note{border-left:3px solid #18324a29;flex-wrap:wrap;align-items:center;gap:8px 10px;max-width:100%;padding:3px 0 3px 13px;font-weight:800;line-height:1.25;display:flex}.pricing-note-lead{color:var(--ink-strong);letter-spacing:0;font-size:1.18em}.pricing-note-tail{color:#18324ac7}.pricing-note-price{color:var(--ink);padding:0 .03em;font-size:1.2em;font-weight:950;line-height:1;display:inline-block}.web-phone-shell{place-items:center;min-width:0;display:grid}.web-phone-graphic{filter:drop-shadow(0 30px 36px #18324a2e);width:min(82vw,320px);max-width:100%;height:auto;display:block}@media (min-width:860px){.app-aligned-hero{grid-template-columns:minmax(390px,.95fr) minmax(300px,.55fr);min-height:auto;padding-top:clamp(42px,7vh,78px);padding-bottom:clamp(42px,6vh,76px)}.app-hero-copy{text-align:left;justify-items:start;gap:18px;max-width:620px;margin:0}.app-hero-copy h1{letter-spacing:0;max-width:620px;font-size:clamp(3.5rem,4.8vw,4.75rem)}.app-hero-copy .holding-copy{max-width:42ch}.web-phone-shell{justify-items:end}.web-phone-graphic{width:min(100%,340px)}}@media (min-width:1040px){.holding-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:12px}.holding-card-benefits,.holding-graphic{min-height:min(44vw,582px)}.holding-card-benefits{align-content:center}.holding-graphic img{object-fit:cover;height:100%}}@media (min-width:1180px){.app-aligned-hero{grid-template-columns:minmax(520px,.95fr) minmax(320px,.55fr);gap:clamp(36px,6vw,88px)}.web-phone-graphic{width:min(100%,360px)}}@media (max-width:640px){.holding-shell{padding-left:16px;padding-right:16px}.site-topbar{z-index:auto;justify-content:stretch;place-items:flex-start start;gap:12px;margin-bottom:12px;padding:0;display:grid;position:relative;top:auto}.site-brand-link{margin-left:-28px}.site-brand-link img{--brand-lockup-height:82px!important}.site-topbar nav{justify-content:center;gap:10px;width:100%}.site-nav-link,.site-nav-session{font-size:.9rem}.app-aligned-hero{gap:22px}.holding-actions{width:100%;display:grid}.holding-actions>*,.app-store-badge{width:100%}.web-phone-graphic{width:min(82vw,320px)}}.eyebrow{color:var(--gold);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.82rem;font-weight:700}.marketing-panel h1,.holding-panel h1,.holding-card h2,.info-card h1,.info-card h2{color:var(--ink-strong);margin:0;font-weight:800;line-height:1.05}.marketing-panel h1{font-size:clamp(2rem,6vw,3.4rem)}.holding-panel h1{font-size:clamp(2.1rem,6vw,3.7rem)}.marketing-copy,.holding-copy,.holding-card p,.info-card p{color:#18324ac2;margin:0;line-height:1.55}.holding-actions{flex-wrap:nowrap;align-items:center;gap:12px;display:flex}.home-audience-links{flex-wrap:wrap;gap:8px 18px;margin-top:4px;display:flex}.home-audience-links a{color:var(--ink);text-underline-offset:4px;font-weight:800}:root[data-theme=dark] .home-audience-links a{color:#fff}.holding-actions>.primary-link,.holding-actions>.app-store-badge{flex:0 0 var(--home-hero-action-width);width:var(--home-hero-action-width)}.privacy-promise-stamp{letter-spacing:0;text-transform:uppercase;opacity:.92;background:#a23a3506;border:3px solid #a23a35;border-radius:2px;width:fit-content;max-width:100%;margin:2px 0 0;padding:8px 15px 7px;font-family:Arial Black,Arial Bold,sans-serif;font-size:1.02rem;font-weight:900;line-height:1;transform:rotate(-1deg);box-shadow:inset 0 0 0 1px #a23a3529,1px 1px #8f302c29;-webkit-mask-image:repeating-linear-gradient(173deg,#000 0 4px,#000000b8 4px 4.6px,#000 5px 11px);mask-image:repeating-linear-gradient(173deg,#000 0 4px,#000000b8 4px 4.6px,#000 5px 11px);color:#8f302c!important}.app-store-badge{color:#fff;background:#050506;border:1px solid #ffffff3d;border-radius:14px;justify-content:center;align-items:center;gap:9px;min-height:50px;padding:7px 15px 7px 13px;display:inline-flex;box-shadow:0 10px 26px #00000038,inset 0 0 0 1px #ffffff0a}.app-store-badge svg{fill:currentColor;flex:none;width:24px;height:24px}.app-store-badge span{color:inherit;letter-spacing:0;gap:1px;font-size:1.2rem;font-weight:850;line-height:.98;display:grid}.app-store-badge small{color:inherit;font-size:.64rem;font-weight:760;line-height:1}.app-store-badge:hover,.app-store-badge:focus-visible{color:#fff;outline-offset:2px;background:#111216;border-color:#f2b1208f;outline:2px solid #f2b12047}.app-store-badge.is-disabled{cursor:default;opacity:.74}.secondary-link{min-height:46px;color:var(--ink);background:#ffffffa3;border:1px solid #18324a24;border-radius:16px;justify-content:center;align-items:center;padding:12px 16px;font-weight:700;display:inline-flex}.secondary-link.is-muted{color:#18324a94}.holding-grid{align-items:stretch;gap:18px;margin-top:4px;display:grid}.legal-footer{width:min(100%, var(--max-width));color:#18324a99;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin:20px auto 0;padding:14px 4px;font-size:.88rem;font-weight:700;display:flex}.holding-shell>.legal-footer{border-top:1px solid #18324a14;margin-top:clamp(28px,5vw,56px);padding-top:18px;font-size:.84rem}:root[data-theme=dark] .site-nav-link{color:#ffffffd6}:root[data-theme=dark] .site-nav-session{color:#ffffffb8}:root[data-theme=dark] .site-instagram-link{color:#ffffffdb;background:#ffffff14;border-color:#ffffff29}:root[data-theme=dark] .site-instagram-link:hover,:root[data-theme=dark] .site-instagram-link:focus-visible{color:#fff;background:#f2b12024}:root[data-theme=dark] .site-nav-cta{color:var(--ink);background:linear-gradient(135deg,#ffd43b 0%,#ff7a1a 100%);border-color:#ffffff61;box-shadow:0 0 0 1px #f2b12024,0 12px 24px #f2b12038,0 18px 32px #ff6a1f24}:root[data-theme=dark] .holding-shell{--home-hero-title:#fff;--home-hero-accent:#ffd25a;--home-hero-copy:#ffffffd6}:root[data-theme=dark] .marketing-panel,:root[data-theme=dark] .holding-panel,:root[data-theme=dark] .info-card,:root[data-theme=dark] .holding-card,:root[data-theme=dark] .guide-card,:root[data-theme=dark] .guide-tab-panel,:root[data-theme=dark] .guide-section-card,:root[data-theme=dark] .revision-card{border-color:#ffffff1f}:root[data-theme=dark] .holding-panel,:root[data-theme=dark] .holding-card{background:#1112168f}:root[data-theme=dark] .holding-card-benefits{background:linear-gradient(#1112169e,#11121675);border-color:#ffffff1a;box-shadow:0 18px 42px #00000024}:root[data-theme=dark] .holding-card-benefits .plain-list li{color:#ffffffc7}:root[data-theme=dark] .holding-card-benefits .plain-list li:before{background:#ffd25a8a;box-shadow:0 0 0 4px #ffd25a1a}:root[data-theme=dark] .holding-card-note{background:0 0;border-color:#ffd25ab3;color:#ffffffc7!important}:root[data-theme=dark] .holding-card-note.is-coming-soon{background:linear-gradient(135deg,#ffd25a24,#ffffff0a);border-color:#ffd25a3d #ffd25a3d #ffd25a3d #ffd25ac7;box-shadow:inset 0 1px #ffffff14}:root[data-theme=dark] .holding-card-note.is-coming-soon span,:root[data-theme=dark] .holding-card-note a{color:#ffd25a}:root[data-theme=dark] .app-hero-copy h1,:root[data-theme=dark] .marketing-panel h1,:root[data-theme=dark] .holding-panel h1,:root[data-theme=dark] .holding-card h2,:root[data-theme=dark] .info-card h1,:root[data-theme=dark] .info-card h2{color:#fff}:root[data-theme=dark] .app-hero-copy h1 .is-accent{color:var(--home-hero-accent)}:root[data-theme=dark] .marketing-copy,:root[data-theme=dark] .holding-copy,:root[data-theme=dark] .holding-card p,:root[data-theme=dark] .info-card p{color:#ffffffd1}:root[data-theme=dark] .holding-pricing-note{color:#ffe6a3}:root[data-theme=dark] .pricing-note-lead{color:#fff4c8}:root[data-theme=dark] .pricing-note-tail{color:#ffffffe0}:root[data-theme=dark] .pricing-note-price{color:#ffe071}:root[data-theme=dark] .privacy-promise-stamp{background:#ff8d820a;border-color:#ff8d82;box-shadow:inset 0 0 0 1px #ff8d822e;color:#ffaaa2!important}:root[data-theme=dark] .secondary-link{color:#fff;background:#ffffff14;border-color:#ffffff24}:root[data-theme=dark] .secondary-link.is-muted{color:#fff9}:root[data-theme=dark] .legal-footer{color:#ffffffa8}:root[data-theme=dark] .holding-shell>.legal-footer{border-top-color:#ffffff1a}.legal-footer nav{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:22px;display:flex}.footer-social-links,.footer-legal-links{align-items:center;display:inline-flex}.footer-social-links{gap:12px}.holding-shell .footer-social-links{gap:9px}.footer-legal-links{gap:20px}.account-shell>.account-grid{flex:1 0 auto}.account-shell>.legal-footer-account{flex:none;margin-top:auto}.legal-footer a{color:#18324ab8}.legal-footer a:hover{color:#9a6500}.footer-instagram-link,.footer-social-link{color:#18324ad1;background:#ffffffb8;border:1px solid #18324a1f;border-radius:999px;width:46px;height:46px;font-weight:850}.holding-shell .footer-social-link{color:#18324ab8;background:#ffffff9e;width:40px;height:40px}.footer-instagram-link:hover,.footer-instagram-link:focus-visible,.footer-social-link:hover,.footer-social-link:focus-visible{color:var(--ink);outline-offset:2px;background:#fff;border-color:#18324a33;outline:2px solid #f2b12047}:root[data-theme=dark] .legal-footer a{color:#ffffffd1}:root[data-theme=dark] .legal-footer a:hover{color:var(--gold)}:root[data-theme=dark] .footer-instagram-link,:root[data-theme=dark] .footer-social-link{color:#ffffffe6;background:#ffffff14;border-color:#ffffff29}:root[data-theme=dark] .footer-instagram-link:hover,:root[data-theme=dark] .footer-instagram-link:focus-visible,:root[data-theme=dark] .footer-social-link:hover,:root[data-theme=dark] .footer-social-link:focus-visible{color:#fff;background:#f2b12024;border-color:#f2b12075}.footer-social-link svg{width:24px;height:24px}.legal-footer-account{width:min(100%,1180px)}
.account-topbar{justify-content:space-between;align-items:center;gap:14px;width:min(100%,1280px);min-height:74px;margin:0 auto 14px;padding:0;display:flex}.account-brand-link{flex:none;align-items:center;line-height:0;display:inline-flex}.account-brand-logo{max-height:74px}.account-brand-logo.is-dark,:root[data-theme=dark] .account-brand-logo.is-light{display:none!important}:root[data-theme=dark] .account-brand-logo.is-dark{display:block!important}.account-header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.account-grid{align-content:start;gap:18px;width:min(100%,1280px);margin:0 auto;display:grid}.account-card{border-radius:var(--radius-lg);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#1112168f;border:1px solid #ffffff1f;gap:18px;padding:clamp(18px,2.4vw,28px);display:grid}.account-jobs-card{gap:14px}.account-card h1,.account-card h2,.account-card h3{color:#fff;margin:0;line-height:1.08}.account-card h1{font-size:clamp(2rem,6vw,3.2rem);font-weight:800}.account-card h2{font-size:clamp(1.35rem,4vw,1.8rem);font-weight:800}.account-card h3{font-size:1.08rem;font-weight:800}.account-card p{color:#ffffffc7;margin:0;line-height:1.55}.account-login-grid{align-content:center;justify-items:center;min-height:min(620px,100svh - 160px)}.account-login-card{gap:16px;width:min(100%,460px);padding:clamp(22px,3vw,34px)}.account-login-card .account-page-title,.account-login-card h1{font-size:clamp(2rem,4vw,2.65rem)}.account-login-form,.account-login-card .account-status{width:100%}.account-actions{flex-wrap:wrap;gap:10px;display:flex}.account-page-title{font-size:clamp(2.1rem,6vw,3.2rem)!important}.account-signed-in{font-weight:760;color:#ffffffad!important;margin-top:4px!important}.account-jobs-heading{gap:8px;display:grid}.account-jobs-title-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.account-jobs-meta-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.account-filter-select{border:1px solid var(--border-subtle);background:var(--surface-soft);max-width:100%;min-height:42px;color:var(--text-primary);box-shadow:none;border-radius:999px;align-items:center;font-weight:900;line-height:1;display:inline-flex;position:relative}.account-filter-select span{text-overflow:ellipsis;white-space:nowrap;pointer-events:none;min-width:0;padding:11px 40px 11px 14px;display:block;overflow:hidden}.account-filter-select select{opacity:0;cursor:pointer;border:0;width:100%;min-height:100%;position:absolute;inset:0}.account-filter-select:after{opacity:.72;content:"";pointer-events:none;border-bottom:2px solid;border-right:2px solid;width:8px;height:8px;position:absolute;top:50%;right:15px;transform:translateY(-64%)rotate(45deg)}.account-filter-select:focus-within{outline-offset:2px;outline:2px solid #b3231794}.account-jobs-toolbar{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.account-dashboard-bar{border:1px solid var(--border-subtle);background:var(--surface);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:999px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding:10px;display:flex}.account-dashboard-nav{align-items:center;gap:10px;display:flex}.account-dashboard-controls{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;margin-left:auto;display:flex}.account-jobs-toolbar .secondary-link{min-height:44px;padding:11px 16px}.account-shell .account-jobs-toolbar .secondary-link{border-color:var(--border-subtle);background:var(--surface-soft);color:var(--text-secondary);box-shadow:none}.account-shell .account-jobs-toolbar .secondary-link:hover,.account-shell .account-jobs-toolbar .secondary-link:focus-visible{background:var(--surface-raised);color:var(--text-primary)}.account-theme-toggle{box-sizing:border-box;border:1px solid var(--border-strong);background:var(--surface-raised);min-width:102px;min-height:46px;box-shadow:var(--shadow-soft);border-radius:999px;grid-template-columns:repeat(2,minmax(0,1fr));padding:4px;display:inline-grid}.account-theme-toggle button{min-width:44px;min-height:36px;color:var(--text-secondary);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:999px;place-items:center;padding:0;display:inline-grid}.account-theme-icon{fill:none;stroke:currentColor;stroke-width:2.15px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.account-theme-toggle button:hover,.account-theme-toggle button:focus-visible{color:var(--text-primary);outline-offset:2px;outline:2px solid #f2b1205c}.account-theme-toggle button.is-selected{background:linear-gradient(135deg, #ffd43b 0%, var(--gold) 58%, #ff9f1a 100%);color:var(--ink);box-shadow:inset 0 0 0 1px #ffffff75,0 8px 18px #f2b12038}.account-icon-button{color:#ffffffe6;width:46px;height:46px;font:inherit;cursor:pointer;background:#ffffff14;border:1px solid #ffffff24;border-radius:999px;place-items:center;font-size:1.25rem;font-weight:900;display:inline-grid}.account-icon-button:disabled{cursor:not-allowed;opacity:.58}.account-mini-spinner{border:2px solid #ffffff47;border-top-color:var(--gold);border-radius:999px;width:18px;height:18px;animation:.8s linear infinite account-spin}.account-create-button{white-space:nowrap;gap:8px}.account-create-button span{font-size:1.35em;line-height:0}.account-jobs-link{border:1px solid var(--border-subtle);background:var(--surface-raised);min-width:96px;min-height:46px;color:var(--text-primary);text-align:center;box-shadow:var(--shadow-soft);border-radius:999px;place-items:center;padding:9px 18px;font-size:.9rem;font-weight:900;line-height:1;display:inline-grid}.account-jobs-link:hover,.account-jobs-link:focus-visible{background:color-mix(in srgb, var(--gold) 12%, var(--surface-raised));color:var(--text-primary);outline-offset:2px;border-color:#f2b12085;outline:2px solid #f2b1205c}.account-jobs-link.is-active{background:linear-gradient(135deg, #ffd43b 0%, var(--gold) 58%, #ff9f1a 100%);color:var(--ink);border-color:#f2b120d1;box-shadow:inset 0 0 0 1px #ffffff75,0 10px 22px #f2b12033}.account-profile-link{border:1px solid var(--border-subtle);background:var(--surface-raised);min-width:102px;min-height:46px;color:var(--text-secondary);text-align:center;box-shadow:var(--shadow-soft);border-radius:999px;place-items:center;padding:7px 14px;line-height:1.05;display:inline-grid}.account-profile-link span{color:var(--text-primary);font-size:.86rem;font-weight:900}.account-profile-link strong{color:var(--text-tertiary);font-size:.72rem;font-weight:850}.account-profile-link:hover,.account-profile-link:focus-visible{background:color-mix(in srgb, var(--gold) 12%, var(--surface-raised));color:var(--text-primary);outline-offset:2px;border-color:#f2b12085;outline:2px solid #f2b1205c}.account-profile-link.is-active{background:linear-gradient(135deg, #ffd43b 0%, var(--gold) 58%, #ff9f1a 100%);color:var(--ink);border-color:#f2b120d1;box-shadow:inset 0 0 0 1px #ffffff75,0 10px 22px #f2b12033}.account-profile-link.is-active span,.account-profile-link.is-active strong{color:var(--ink)}:root[data-theme=dark] .account-theme-toggle,:root[data-theme=dark] .account-jobs-link,:root[data-theme=dark] .account-profile-link{background:#ffffff14;box-shadow:0 14px 30px #11121629}:root[data-theme=dark] .account-jobs-link:hover,:root[data-theme=dark] .account-jobs-link:focus-visible,:root[data-theme=dark] .account-profile-link:hover,:root[data-theme=dark] .account-profile-link:focus-visible{background:#f2b12029}:root[data-theme=dark] .account-theme-toggle button.is-selected,:root[data-theme=dark] .account-jobs-link.is-active,:root[data-theme=dark] .account-profile-link.is-active{background:linear-gradient(135deg, #ffd43b 0%, var(--gold) 58%, #ff9f1a 100%);color:var(--ink)}.account-profile-link.has-warning{background:var(--danger-soft);border-color:#bb282847}@media (max-width:520px){.account-topbar{align-items:center;gap:10px;min-height:0}.account-brand-logo{--brand-lockup-height:64px!important}.account-brand-link svg,.account-brand-link img{width:auto;max-width:164px}.account-header-actions{flex:100%;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px;width:100%;display:grid}.account-theme-toggle{grid-column:1/-1;justify-self:stretch;width:100%;min-width:0}.account-jobs-link,.account-profile-link{width:100%;min-width:0;padding-left:10px;padding-right:10px}.account-jobs-title-row,.account-jobs-meta-row{flex-direction:column;align-items:stretch}.account-jobs-toolbar{justify-content:stretch}.account-filter-select{width:100%}}.account-create-flow{scroll-margin-top:24px}.account-create-steps{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.account-create-steps button{color:#ffffffb8;min-height:44px;font:inherit;cursor:pointer;background:#ffffff12;border:1px solid #ffffff24;border-radius:999px;align-items:center;gap:8px;padding:10px 12px;font-weight:850;display:flex}.account-create-steps button span{width:24px;height:24px;color:inherit;background:#ffffff1f;border-radius:999px;flex:none;place-items:center;font-size:.82rem;font-weight:950;display:inline-grid}.account-create-steps button.is-active{color:#fff;background:#f2b1202e;border-color:#f2b1208f}.account-create-steps button.is-active span,.account-create-steps button.is-done span{background:var(--gold);color:var(--ink)}.account-create-step-panel{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:20px;padding:16px}.account-role-gate{background:#ffffff14;border:1px solid #ffffff1f;border-radius:20px;gap:18px;padding:16px;display:grid}.account-role-gate h2,.account-role-gate p{margin:0}.account-role-gate h2{font-size:clamp(1.45rem,4vw,2rem)}.account-role-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.account-role-options button{min-height:68px;color:inherit;text-align:center;cursor:pointer;background:#ffffff14;border:1px solid #ffffff2e;border-radius:20px;place-items:center;padding:16px;display:grid}.account-role-options button:hover,.account-role-options button:focus-visible{background:#f2b12024;border-color:#f2b120b8}.account-role-options button:disabled{cursor:wait;opacity:.7}.account-role-options strong{font-size:1.08rem}.account-create-actions .secondary-link{border:1px solid var(--border-subtle);background:var(--surface-soft);min-height:48px;color:var(--text-primary);box-shadow:none;border-radius:16px;padding:12px 18px;font-weight:900}.account-create-actions{justify-content:space-between;align-items:center;gap:12px;display:flex}.account-create-actions .account-submit{width:auto;min-width:180px}.account-create-payment-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.account-create-payment-actions .account-submit,.account-create-payment-actions .secondary-link{min-height:50px;padding:13px 18px}.account-create-payment-actions .account-credit-submit{min-width:220px}.account-create-payment-actions .account-card-submit{border-radius:999px}@media (max-width:760px){.account-create-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.account-create-steps button{padding:9px 10px;font-size:.9rem}.account-create-actions{grid-template-columns:1fr;display:grid}.account-create-actions>span{display:none}.account-create-actions .account-submit,.account-create-actions .secondary-link,.account-create-payment-actions{width:100%}.account-create-payment-actions{display:grid}.account-role-options{grid-template-columns:1fr}}.account-section-heading{justify-content:space-between;align-items:end;gap:12px;display:flex}.account-form{gap:12px;display:grid}.account-form label{color:#ffffffc2;gap:7px;font-size:.92rem;font-weight:800;display:grid}.account-form input,.account-form select,.account-form textarea{color:#fff;background:#ffffff14;border:1px solid #ffffff24;border-radius:14px;outline:none;width:100%;min-height:48px;padding:12px 14px;font-size:1rem;font-weight:850;line-height:1.25}.account-form select{appearance:none;font-size:1.05rem;font-weight:900}.account-form select option{font-size:1.05rem;font-weight:850}.account-currency-field{display:block;position:relative}.account-currency-field .account-currency-field-prefix{z-index:1;color:var(--text-secondary,#ffffffb3);pointer-events:none;font-size:1rem;font-weight:900;line-height:1;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.account-form .account-currency-field input{padding-left:34px}.account-form input:focus,.account-form select:focus,.account-form textarea:focus{border-color:#f2b120cc;box-shadow:0 0 0 3px #f2b12029}.account-required-key{color:var(--text-tertiary);margin:0;font-size:.78rem;font-weight:750}.account-required-key span,.account-required-mark{color:var(--danger-text)}.account-form label>span small{color:var(--text-tertiary);font-size:.78rem;font-weight:750}.account-form label.is-invalid input,.account-form label.is-invalid select,.account-form label.is-invalid textarea,.account-form label.is-invalid input:focus,.account-form label.is-invalid select:focus,.account-form label.is-invalid textarea:focus{border-color:var(--danger-text);box-shadow:0 0 0 3px var(--danger-soft)}.account-field-note{color:#ffffffa8;margin:-2px 0 0;font-size:.78rem;font-weight:750;line-height:1.25}.account-field-note.is-error{color:#ffd0cc}.account-form-grid{gap:12px;display:grid}.account-checkbox-grid{border:1px solid #ffffff24;border-radius:16px;gap:10px;margin:0;padding:14px;display:grid}.account-checkbox-grid legend{color:#ffffffc2;padding:0 6px;font-size:.92rem;font-weight:850}.account-checkbox-hint{margin:0;font-size:.94rem;font-weight:750;line-height:1.25}.account-cost-driver-fields label>span,.account-guide-controls label>span{gap:3px;display:grid}.account-cost-driver-fields label small,.account-guide-controls label small{color:#ffffffa3;font-weight:650;line-height:1.3}.account-guide-controls .account-range-control{grid-template-columns:minmax(0,1fr) auto;display:grid}.account-guide-controls .account-range-control output{color:var(--gold);font-weight:950}.account-guide-controls .account-range-control input[type=range]{width:100%;accent-color:var(--gold);grid-column:1/-1}.account-checkbox-grid label{align-items:center;gap:10px;display:flex}.account-checkbox-grid input[type=checkbox]{width:18px;min-height:18px;accent-color:var(--gold)}.account-guide-extras{border:0;gap:12px;margin:0;padding:0;display:grid}.account-guide-extras legend{color:inherit;padding:0;font-size:1rem;font-weight:900}.account-guide-extra-list{display:grid}.account-guide-extra-row{border-top:1px solid #ffffff24;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:16px 0;display:grid}.account-guide-extra-copy{gap:4px;min-width:0;display:grid}.account-guide-extra-copy strong,.account-guide-extra-copy span,.account-guide-extra-copy small{overflow-wrap:anywhere}.account-guide-extra-copy span{color:#ffffffb8;font-size:.88rem;line-height:1.35}.account-guide-extra-copy small{color:#ffffff9e;font-size:.8rem;font-weight:850}.account-guide-extra-state{border:1px solid #ffffff2e;border-radius:7px;grid-template-columns:repeat(3,minmax(74px,1fr));display:grid;overflow:hidden}.account-guide-extra-state button{color:#ffffffbd;cursor:pointer;min-height:40px;font:inherit;background:0 0;border:0;border-left:1px solid #ffffff24;padding:8px 10px;font-size:.8rem;font-weight:850}.account-guide-extra-state button:first-child{border-left:0}.account-guide-extra-state button.is-selected{background:var(--gold);color:#17263a}@media (max-width:680px){.account-guide-extra-row{grid-template-columns:1fr}.account-guide-extra-state{width:100%}}.account-submit{cursor:pointer;border:0}.account-submit:disabled,.account-text-button:disabled,.account-actions button:disabled,.account-section-heading button:disabled{cursor:not-allowed;opacity:.58}.account-login-form .account-submit:disabled{border:1px solid var(--border-subtle);background:var(--surface-soft);color:var(--text-tertiary);box-shadow:none;opacity:1;transform:none}.account-text-button{color:#ffd25a;cursor:pointer;background:0 0;border:0;justify-self:start;padding:0;font-weight:800}.account-status{color:#fff;border:1px solid #ffffff2e;border-radius:18px;width:min(100%,1180px);margin:0 auto;padding:14px 16px;font-size:1rem;font-weight:900;line-height:1.35;box-shadow:0 16px 40px #0d1e2c2e}.account-status.is-error{color:#8f1e17;background:#fff3f1;border-color:#ffa4946b}.account-status.is-success{color:#1f6a48;background:#effaf4;border-color:#2e7d5a52}.account-muted{color:#ffffffad!important}.account-loading{color:#ffffffb8;align-items:center;gap:12px;font-weight:800;display:flex}.account-loading span{border:3px solid #ffffff38;border-top-color:var(--gold);border-radius:999px;width:22px;height:22px;animation:.8s linear infinite account-spin}@keyframes account-spin{to{transform:rotate(360deg)}}
.account-profile-card{gap:24px}.account-profile-overview{gap:14px;display:grid}.account-profile-form-header h2{color:var(--text-primary);margin:2px 0 0;font-size:clamp(1.45rem,4vw,2.2rem);line-height:1.02}.account-profile-form-header p:not(.eyebrow){max-width:58ch;color:var(--text-secondary);margin:8px 0 0;font-weight:760;line-height:1.4}.account-profile-grid{align-items:stretch;gap:14px;display:grid}.account-profile-panel,.account-profile-form{border:1px solid var(--border-subtle);background:var(--surface-soft);border-radius:20px;gap:16px;padding:18px;display:grid}.account-profile-panel{align-content:start;gap:12px;height:100%;min-height:0;padding:16px}.account-profile-account-panel{grid-template-rows:auto auto 1fr;align-content:stretch}.account-profile-panel-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.account-profile-panel.has-warning{background:var(--danger-soft);border-color:#bb282847}.account-profile-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px 16px;display:flex}.account-profile-row span,.account-profile-metric span{color:var(--text-tertiary);letter-spacing:.04em;text-transform:uppercase;font-size:.8rem;font-weight:850}.account-profile-row strong{color:var(--text-primary);word-break:break-word;font-size:1rem;font-weight:900}.account-profile-metric{gap:3px;display:grid}.account-profile-metric strong{color:var(--text-primary);font-size:clamp(2rem,5vw,2.7rem);line-height:.95}.account-profile-metric small,.account-profile-warning{color:var(--text-secondary);font-weight:800}.account-profile-warning{color:var(--danger-text)}.account-redeem-code-form{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px;padding-top:0}.account-redeem-code-form label{min-width:0}.account-redeem-code-form input{text-transform:uppercase}.account-redeem-code-button{width:auto;min-width:86px;min-height:44px;padding:10px 16px}.account-billing-summary{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:12px;display:flex}.account-refresh-button,.account-add-code-toggle{border:1px solid var(--border-subtle);background:var(--surface-raised);color:var(--text-secondary);cursor:pointer;font-weight:900}.account-refresh-button{border-radius:999px;place-items:center;width:38px;height:38px;font-size:1.1rem;line-height:1;display:inline-grid}.account-add-code-toggle{min-height:40px;color:var(--text-primary);border-radius:999px;justify-content:center;align-items:center;padding:9px 14px;display:inline-flex}.account-refresh-button:hover,.account-refresh-button:focus-visible,.account-add-code-toggle:hover,.account-add-code-toggle:focus-visible{background:var(--warning-soft);color:var(--text-primary);border-color:#f2b1206b}.account-sign-out-button{background:var(--surface-raised);width:auto;min-width:0;min-height:42px;color:var(--danger-text);box-shadow:none;border-color:#b3231733;border-radius:999px;place-self:end;margin-top:8px;padding:10px 18px;line-height:1;display:inline-flex}.account-sign-out-button:hover,.account-sign-out-button:focus-visible{background:var(--danger-soft);color:var(--danger-text);border-color:#b323175c}.account-profile-branding-layout{gap:18px;display:grid}.account-profile-form-header{flex-wrap:wrap;justify-content:space-between;align-items:start;gap:14px;display:flex}.account-profile-form-header .account-submit{width:auto;min-width:132px}.account-profile-save-cluster{justify-items:end;gap:8px;display:grid}.account-profile-sync-note{color:var(--text-tertiary);text-align:right;justify-content:flex-end;align-items:center;gap:7px;margin:0;font-size:.82rem;font-weight:850;line-height:1.2;display:inline-flex}.account-profile-sync-note span{background:var(--text-tertiary);border-radius:999px;width:7px;height:7px}.account-profile-sync-note.is-synced{color:var(--success-text)}.account-profile-sync-note.is-synced span{background:var(--success-text)}.account-profile-field-sections{gap:14px;display:grid}.account-profile-form-section{border:1px solid var(--border-subtle);background:var(--surface-soft);border-radius:18px;gap:12px;padding:14px;display:grid}.account-logo-control{background:0 0;justify-items:center;gap:0;padding:0;display:inline-grid;position:relative}.account-logo-upload{cursor:pointer;display:block;position:relative}.account-logo-upload input{opacity:0;cursor:pointer;position:absolute;inset:0}.account-logo-preview{border:1px solid var(--border-subtle);background:linear-gradient(145deg, #2e7d5a1a, transparent 64%), var(--surface-raised);width:96px;height:96px;color:var(--text-primary);border-radius:24px;place-items:center;font-size:1.6rem;font-weight:950;transition:border-color .16s,transform .16s,box-shadow .16s;display:grid;position:relative;overflow:hidden;box-shadow:0 14px 30px #0d1e2c14}.account-logo-preview.is-large{background:var(--surface-raised);border-radius:24px;width:clamp(92px,18vw,132px);height:clamp(92px,18vw,132px);font-size:clamp(1.7rem,5vw,2.4rem)}.account-logo-preview img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.account-logo-placeholder{color:var(--success-text);place-items:center;display:grid}.account-logo-placeholder-initial{color:var(--success-text);font-size:2.15rem;font-weight:950;line-height:1}.account-logo-control:hover .account-logo-placeholder-initial,.account-logo-control:focus-within .account-logo-placeholder-initial{color:var(--success-text)}.account-logo-plus{background:var(--success-text);width:28px;height:28px;color:var(--surface-solid);opacity:0;border-radius:999px;place-items:center;font-size:1.15rem;font-weight:900;line-height:1;transition:opacity .16s,transform .16s;display:grid;position:absolute;bottom:8px;right:8px;transform:translateY(4px)scale(.92);box-shadow:0 8px 18px #2e7d5a33}.account-logo-upload:hover .account-logo-preview,.account-logo-upload:focus-within .account-logo-preview{border-color:#2e7d5a6b;transform:translateY(-1px);box-shadow:0 18px 34px #2e7d5a24}.account-logo-upload:hover .account-logo-plus,.account-logo-upload:focus-within .account-logo-plus{opacity:1;transform:translateY(0)scale(1)}.account-logo-remove-button{z-index:2;background:var(--surface-raised);width:28px;height:28px;color:var(--danger-text);cursor:pointer;border:1px solid #b3231738;border-radius:999px;justify-content:center;align-items:center;padding:0;font-size:.8rem;font-weight:950;line-height:1;transition:border-color .16s,background .16s,color .16s,transform .16s;display:inline-grid;position:absolute;top:-9px;right:-9px;box-shadow:0 10px 22px #0d1e2c24}.account-logo-remove-button span{display:block;transform:translateY(-.5px)}.account-logo-remove-button:hover,.account-logo-remove-button:focus-visible{background:var(--danger-text);color:#fff;border-color:#b3231766;transform:translateY(-1px)}.account-checkbox-inline{justify-content:flex-start;align-items:center;gap:10px;min-height:52px;padding:0 2px;display:flex!important}.account-checkbox-inline input{width:18px;height:18px}.account-margin-control label{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px 14px;display:grid!important}.account-margin-control strong{color:var(--text-primary);font-size:1.05rem;font-weight:900}.account-margin-control input[type=range]{width:100%;min-height:24px;accent-color:var(--accent);background:0 0;border:0;grid-column:1/-1;padding:0}@media (max-width:760px){.account-profile-form-header{display:grid}.account-profile-save-cluster{justify-items:stretch}.account-profile-save-cluster .account-submit{width:100%}.account-profile-sync-note{text-align:center;justify-content:center}}
.account-job-list{gap:22px;width:min(100%,1040px);margin:0 auto;display:grid}.account-job-master-detail{align-items:start;gap:22px;width:min(100%,1040px);margin:0 auto;display:grid}.account-job-master-detail.has-selection{width:min(100%,1380px)}.account-job-master-detail .account-job-list{width:100%;margin:0}.account-selected-detail-shell{min-width:0}.account-side-selected-detail{display:none}.account-selected-detail-shell .account-job-expanded{border:1px solid var(--border-subtle);border-radius:26px}.account-job-list-item{gap:12px;display:grid;position:relative}.account-job{text-align:left;width:100%;font:inherit;box-shadow:var(--shadow-soft);background:linear-gradient(135deg,#ffffff14,#ffffff0e);border:1.5px solid #ffffff2e;border-radius:32px;padding:0;transition:border-color .16s,box-shadow .16s,transform .16s;position:relative;overflow:hidden}.account-job-toggle{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:0;display:block}.account-job-toggle:focus-visible{outline-offset:-3px;outline:3px solid #f2b12057}.account-job:hover,.account-job:focus-visible{box-shadow:var(--shadow-soft), 0 0 0 3px #f2b12029;border-color:#f2b120c7;transform:none}.account-job.is-selected{box-shadow:var(--shadow-soft), 0 0 0 3px #7ea4b82e, 0 18px 34px #0918262e;border-color:#7ea4b8b8;transform:translate(4px)}.account-job.is-selected:before{content:"";pointer-events:none;z-index:1;background:linear-gradient(#97beccf2,#538096f2);border-radius:0 999px 999px 0;width:6px;position:absolute;top:20px;bottom:20px;left:0}.account-job.is-starred{box-shadow:var(--shadow-soft), 0 12px 28px #f2b12029;border-color:#f2b120e6}.account-job.is-selected.is-starred{box-shadow:var(--shadow-soft), 0 0 0 3px #7ea4b82e, 0 18px 34px #0918262e;border-color:#7ea4b8c7}.account-job.is-demo{border-style:solid}.account-job-expanded{background:linear-gradient(135deg,#ffffff13,#ffffff0b);border-top:1px solid #ffffff1f;gap:16px;padding:18px clamp(20px,3vw,32px) clamp(22px,3vw,32px);animation:.18s both account-detail-in;display:grid}@keyframes account-detail-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.account-job-header{background:linear-gradient(135deg, var(--job-header-leading,#18324a) 0%, var(--job-header-trailing,#213f5c) 100%);border-radius:0 0 24px 24px;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"title badges""price price""time time";gap:14px;padding:22px clamp(20px,3vw,32px) 24px;display:grid}.account-job-header>div:first-child{grid-area:title;min-width:0}.account-job-header h3{color:#fff;margin:7px 0 6px;font-size:clamp(1.36rem,2.2vw,2.05rem);line-height:1.05}.account-job-header p:not(.account-job-stage):not(.account-job-type){color:#ffffffd1;margin:0;font-weight:750}.account-job-type{color:#ffffffc7;letter-spacing:.04em;text-transform:uppercase;margin:0;font-size:.78rem;font-weight:850}.account-job-price{color:#fff;overflow-wrap:anywhere;grid-area:price;max-width:100%;font-size:clamp(1.82rem,3.4vw,2.7rem);line-height:1;display:block}.account-job-header-badges,.account-job-time-row,.account-job-pill-row,.account-job-meta-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.account-job-time-row{color:#ffffffc7;grid-area:time;font-size:.86rem;font-weight:760}.account-job-header-badges{grid-area:badges;justify-content:flex-end;align-self:start}.account-job-stage{width:fit-content;min-height:38px;color:var(--job-ink,var(--ink));text-overflow:ellipsis;white-space:nowrap;background:#ffffffe0;border-radius:999px;justify-content:center;align-items:center;margin:0;padding:8px 14px;font-size:.8rem;font-weight:900;display:inline-flex;overflow:hidden}.account-job.is-demo .account-job-stage{color:#39245a;background:#ffffffeb}.account-response-count{background:var(--ember-deep);color:#fff;border:1.5px solid #ffffffeb;border-radius:999px;align-items:center;gap:5px;min-height:34px;padding:7px 9px;font-size:.82rem;font-weight:950;display:inline-flex;box-shadow:0 7px 14px #b3231747}.account-response-count:before{content:"";clip-path:polygon(50% 0,88% 24%,88% 68%,100% 84%,0 84%,12% 68%,12% 24%);background:currentColor;border-radius:7px 7px 3px 3px;width:10px;height:11px}.account-intent-badge{width:40px;height:40px;color:var(--gold);background:#ffffffe6;border:0;border-radius:999px;place-items:center;padding:0;font-size:1rem;font-weight:950;line-height:1;display:inline-grid}.account-intent-badge.is-watch{color:#a87412}button.account-intent-badge{cursor:pointer}button.account-intent-badge:hover,button.account-intent-badge:focus-visible{outline-offset:2px;background:#fff;outline:3px solid #f2b12057}button.account-intent-badge:disabled{cursor:wait;opacity:.72}.account-intent-badge.is-park{color:#6f7682}.account-priority-control{min-width:112px;min-height:40px;color:var(--gold);background:#ffffffeb;border-radius:999px;align-items:center;display:inline-flex;position:relative}.account-priority-control:after{content:"";pointer-events:none;border-bottom:2px solid;border-right:2px solid;width:7px;height:7px;position:absolute;right:12px;transform:translateY(-2px)rotate(45deg)}.account-priority-control.is-watch{color:#94650a}.account-priority-control.is-park,.account-priority-control.is-none{color:#5f6671}.account-priority-control select{border-radius:inherit;appearance:none;color:currentColor;cursor:pointer;width:100%;min-height:40px;font:inherit;background:0 0;border:0;outline:0;padding:0 30px 0 13px;font-size:.78rem;font-weight:900}.account-priority-control:focus-within{outline-offset:2px;background:#fff;outline:3px solid #f2b12057}.account-priority-control:has(select:disabled){cursor:wait;opacity:.72}.account-pause-glyph{align-items:center;gap:3px;display:inline-flex}.account-pause-glyph:before,.account-pause-glyph:after{content:"";background:currentColor;border-radius:999px;width:4px;height:13px}.account-job-body{color:#ffffffe0;gap:15px;padding:22px clamp(20px,3vw,32px) 24px;display:grid}.account-job .secondary-link{color:#ffffffe0;background:#ffffff1a;border-color:#ffffff29}.account-confidence-pill,.account-soft-pill,.account-muted-pill,.account-evidence-pill{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;width:fit-content;min-height:34px;padding:8px 12px;font-size:.82rem;font-weight:850;display:inline-flex}.account-time-pill{align-items:center;display:inline-flex}.account-confidence-pill,.account-soft-pill{color:#ffffffe0;background:#ffffff1c;box-shadow:inset 0 0 0 1px #ffffff1f}.account-confidence-pill{background:#ffffff24}.account-muted-pill,.account-evidence-pill.is-neutral{color:#ffffffc7;background:#ffffff1a}.account-pill-icon{opacity:.9;flex:none;width:16px;height:16px;margin-right:7px;display:block}.account-pill-icon-stack{flex:none;width:18px;height:18px;margin-right:7px;display:block;position:relative}.account-charge-zone-icon{color:#fff;background:#c9342b;border-radius:50%;flex:none;justify-content:center;align-items:center;width:18px;height:18px;margin-right:7px;font-size:.7rem;font-weight:950;line-height:1;display:inline-flex}.account-pill-icon-base{width:16px;height:16px;position:absolute;inset:2px 1px 0 0}.account-pill-icon-mark{fill:currentColor;width:10px;height:10px;position:absolute;top:-4px;right:-4px}.account-evidence-grid{flex-wrap:wrap;gap:10px 12px;display:flex}.account-evidence-pill.is-positive{color:var(--success);background:#2e7d5a1f}.account-evidence-pill.is-caution{color:var(--warning);background:#b2711921}.account-evidence-pill.is-critical{color:var(--ember-deep);background:#b323171f}button.account-evidence-toggle{appearance:none;cursor:pointer;font-family:inherit}button.account-evidence-toggle:hover,button.account-evidence-toggle:focus-visible{color:#fff;background:#ffffff2b;border-color:#ffffff57}button.account-evidence-toggle:focus-visible{outline-offset:2px;outline:3px solid #f6b83a9e}.account-job-meta-row{color:#ffffffa3;justify-content:space-between;gap:18px;font-size:.84rem;font-weight:760}.account-job-activity{margin-left:auto}.account-profit-row{color:#ffffffe0;background:#ffffff1c;border-radius:999px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:8px 12px;font-size:.82rem;font-weight:820;display:flex;box-shadow:inset 0 0 0 1px #ffffff1f}.account-profit-row span{align-items:center;gap:7px;display:inline-flex}.account-profit-row strong{font-weight:950}.account-job-response-row{color:var(--gold);flex-wrap:wrap;align-items:center;gap:8px;font-size:.85rem;font-weight:850;display:flex}.account-job-response-row small{color:#ffffff9e;font-size:.82rem;font-weight:760}@media (max-width:1179px){.account-job.is-selected{transform:none}}@media (max-width:560px){.account-job{border-radius:26px}.account-job-header{grid-template-columns:minmax(0,1fr);grid-template-areas:"title""badges""price""time";gap:12px;padding:18px 18px 20px}.account-job-header h3,.account-job-header p{overflow-wrap:anywhere}.account-job-header-badges{justify-content:flex-start;width:100%}.account-job-stage{text-align:center;white-space:normal;flex:auto;max-width:100%;min-height:40px;padding-inline:12px;line-height:1.08}.account-job-price{overflow-wrap:anywhere}.account-job-time-row,.account-job-pill-row,.account-evidence-grid,.account-job-meta-row,.account-job-response-row{align-items:stretch;gap:8px}.account-job-body{gap:12px;padding:18px}.account-confidence-pill,.account-soft-pill,.account-muted-pill,.account-evidence-pill{white-space:normal;text-align:left;max-width:100%;line-height:1.2}.account-evidence-pill{border-radius:18px;flex:100%;justify-content:flex-start}.account-job-meta-row,.account-job-response-row,.account-profit-row{flex-direction:column;justify-content:flex-start;align-items:flex-start}.account-job-activity{margin-left:0}.account-profit-row{border-radius:18px}}@media (max-width:390px){.account-job-header{padding-inline:16px}.account-job-header-badges{grid-template-columns:auto minmax(0,1fr);display:grid}.account-response-count,.account-intent-badge,.account-priority-control{grid-column:1}.account-job-stage{grid-area:1/2/span 2;align-self:stretch}.account-job-pill-row,.account-evidence-grid{grid-template-columns:minmax(0,1fr);display:grid}.account-confidence-pill,.account-soft-pill,.account-muted-pill{border-radius:18px;justify-content:flex-start;width:100%}}.account-filter-strip{flex-wrap:wrap;gap:8px;display:flex}.account-filter-strip button{color:#ffffffd6;cursor:pointer;background:#ffffff14;border:1px solid #ffffff24;border-radius:999px;min-height:36px;padding:8px 13px;font-weight:850}.account-filter-strip button.is-selected{border-color:var(--ink);background:var(--ink);color:#fff}.account-guide-actions{flex-wrap:wrap;align-items:center;gap:12px!important;display:flex!important}.account-builder-preview-link,.account-unlock-link{color:#171717;background:#fffffff5;border:1px solid #ffffffdb;border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:12px 20px;font-weight:900;text-decoration:none;display:inline-flex;box-shadow:0 12px 24px #18324a21}.account-builder-preview-link:hover,.account-builder-preview-link:focus-visible,.account-unlock-link:hover,.account-unlock-link:focus-visible{color:#171717;background:#fff;transform:translateY(-1px)}.account-unlock-link{background:var(--accent);color:var(--ink);cursor:pointer;border-color:#f2b120b8}.account-builder-preview-link:disabled,.account-unlock-link:disabled{color:#ffffffb8;box-shadow:none;cursor:not-allowed;opacity:1;background:#ffffff1a;border-color:#ffffff38;transform:none}.account-link-note{color:#ffffffad;flex-basis:100%;margin:0;font-size:.9rem;font-weight:780;line-height:1.4}.account-pricing-note{color:#ffffffdb;font-size:1rem}.account-profile-nudge{background:var(--warning-soft);color:var(--text-primary);border:1px solid #f2b1205c;border-radius:18px;justify-content:space-between;align-items:center;gap:14px;padding:14px;display:flex}.account-profile-nudge div{gap:4px;display:grid}.account-profile-nudge strong{color:var(--text-primary);font-size:.98rem;font-weight:900}.account-profile-nudge p{color:var(--text-secondary);margin:0;font-size:.9rem;font-weight:760;line-height:1.42}.account-profile-nudge .secondary-link{background:var(--surface-raised);min-height:38px;color:var(--text-primary);border-color:#f2b12073;border-radius:999px;flex:none;padding:9px 13px;font-size:.9rem;font-weight:900;text-decoration:none}.account-job-detail{scroll-margin-top:24px}.account-guide-actions-open{padding:0 2px 2px}.account-detail-actions{flex-wrap:wrap;gap:10px;width:100%;padding:2px 0 4px;display:flex}.account-detail-actions .secondary-link{color:#ffffffdb;min-height:38px;box-shadow:none;background:#ffffff1a;border-color:#ffffff24;border-radius:999px;padding:9px 13px;font-size:.9rem;font-weight:850}.account-detail-actions .secondary-link.is-quiet{opacity:1}.account-detail-actions .secondary-link.is-danger{color:#ffb3aa;background:#bb28281a;border-color:#bb28283d}.account-detail-actions .secondary-link:hover,.account-detail-actions .secondary-link:focus-visible{background:#ffffff29}.account-more-actions{flex:100%;width:100%;display:inline-flex;position:relative}.account-more-actions>summary,.account-more-actions>button{cursor:pointer;font:inherit;list-style:none}.account-more-actions>summary::-webkit-details-marker{display:none}.account-detail-actions .account-more-trigger{color:#18324a;-webkit-tap-highlight-color:transparent;appearance:none;background:linear-gradient(135deg,#f2b120fa,#ff6a1fe0);border-color:#f2b1209e;border-radius:999px;justify-content:center;align-items:center;gap:8px;width:100%;min-width:min(100%,280px);min-height:52px;max-height:52px;padding:13px 22px;font-size:.96rem;line-height:1;display:inline-flex;box-shadow:0 12px 24px #f2b12038}.account-detail-actions .account-more-trigger:after{content:"";border-bottom:2px solid;border-right:2px solid;width:7px;height:7px;transition:transform .18s;transform:translateY(-2px)rotate(45deg)}.account-detail-actions .account-more-trigger[aria-expanded=true]:after{transform:translateY(2px)rotate(225deg)}.account-detail-actions .account-more-trigger:hover,.account-detail-actions .account-more-trigger:focus-visible,.account-detail-actions .account-more-trigger:active{color:#18324a;background:linear-gradient(135deg,#ffcd48,#ff7e28f5);border-color:#ffd25ce6}.account-more-actions-menu{z-index:20;background:#18141bfa;border:1px solid #ffffff29;border-radius:18px;gap:4px;width:min(100%,360px);min-width:min(100%,280px);padding:8px;display:grid;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 18px 42px #00000047}.account-more-actions-menu .secondary-link{color:#ffffffe0;text-align:left;background:0 0;border-color:#0000;justify-content:flex-start;width:100%}.account-more-actions-menu .secondary-link:hover,.account-more-actions-menu .secondary-link:focus-visible{background:#ffffff1f}@media (max-width:640px){.account-profile-nudge{flex-direction:column;align-items:stretch}.account-profile-nudge .secondary-link{justify-content:center;width:100%}.account-more-actions{flex:0 280px;width:min(100%,280px)}.account-more-actions>summary,.account-more-actions>button{width:100%}.account-detail-actions .account-more-trigger{aspect-ratio:auto;flex:none;height:52px}.account-more-actions-menu{z-index:80;border-top-left-radius:8px;width:min(100vw - 36px,320px);max-height:min(70vh,460px);margin-top:0;position:absolute;inset:calc(100% - 1px) auto auto 0;overflow-y:auto;box-shadow:0 24px 70px #00000057}}@media (max-width:1179px){.account-inline-selected-detail .account-more-actions{flex-wrap:wrap}.account-inline-selected-detail .account-more-actions-menu{flex:100%;width:100%;max-height:none;margin-top:8px;position:static;overflow:visible}}
.account-current-position-panel,.account-price-explorer-panel,.account-job-health-panel{background:#ffffff14;border:1px solid #ffffff1f;border-radius:18px;gap:12px;padding:14px;display:grid}.account-job-detail{gap:18px}.account-job-detail>.account-response-panel,.account-job-detail>.account-price-explorer-panel,.account-job-detail>.account-current-position-panel,.account-job-detail>.account-job-health-panel,.account-job-detail>.account-detail-sections{box-shadow:none;background:0 0;border:0;border-bottom:1px solid #18324a1f;border-radius:0;padding:0 0 18px}.account-job-detail>.account-response-panel:last-child,.account-job-detail>.account-price-explorer-panel:last-child,.account-job-detail>.account-current-position-panel:last-child,.account-job-detail>.account-job-health-panel:last-child,.account-job-detail>.account-detail-sections:last-child{border-bottom:0;padding-bottom:0}.account-current-position-panel .eyebrow,.account-price-explorer-panel .eyebrow,.account-job-health-panel .eyebrow{color:#ffffffad}.account-current-position-panel h3,.account-current-position-panel p,.account-price-explorer-panel h3,.account-price-explorer-panel p,.account-job-health-panel h3,.account-job-health-panel p{color:#ffffffe6;margin:0}.account-current-position-panel h3,.account-price-explorer-panel h3,.account-job-health-panel h3{font-size:1.2rem;font-weight:950}.account-current-position-panel p,.account-price-explorer-panel p,.account-job-health-panel p{color:#ffffffad;font-weight:750}.account-price-explorer-heading{grid-template-columns:minmax(0,1.15fr) minmax(220px,.85fr);align-items:start;gap:14px;display:grid}.account-price-explorer-ranges{gap:8px;display:grid}.account-price-explorer-ranges span{background:#ffffff94;border:1px solid #18324a1a;border-radius:14px;gap:4px;padding:11px 12px;display:grid}.account-price-explorer-ranges small{color:#10263a9e;letter-spacing:0;font-size:.72rem;font-weight:850}.account-price-explorer-ranges strong{color:#10263a;font-size:1.02rem;font-weight:950;line-height:1.1}.account-price-explorer-controls{gap:10px;display:grid}.account-price-explorer-panel .control-card{min-height:0;box-shadow:none;border-radius:14px;padding:13px}.account-price-explorer-panel .slider-step-button{width:38px;height:38px}.account-price-explorer-panel .extras-grid{margin-top:10px}.account-price-explorer-extras{gap:10px;display:grid}.account-price-explorer-extras h4{color:#ffffffe6;margin:0;font-size:1rem;font-weight:950}.account-price-explorer-panel .extra-toggle{box-shadow:none}@media (max-width:760px){.account-price-explorer-heading,.account-price-explorer-ranges{grid-template-columns:1fr}}.account-position-trail{grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:8px;display:grid}.account-position-trail span{background:#ffffff94;border:1px solid #18324a14;border-radius:14px;gap:3px;padding:10px 11px;display:grid}.account-job-detail .account-position-trail span{background:0 0;border:0;border-left:3px solid #f2b12094;border-radius:0;padding:9px 0 9px 13px}.account-position-trail strong{color:#10263a;font-size:.9rem;font-weight:920}.account-position-trail small{color:#10263a9e;font-weight:820}.account-position-confirm{gap:8px;padding-top:2px;display:grid}.account-position-confirm strong{color:var(--text-primary);font-size:.92rem;font-weight:920}.account-position-confirm p{color:var(--text-secondary);margin:0}.account-position-confirm ul{gap:6px;margin:0;padding:0;list-style:none;display:grid}.account-position-confirm li{color:var(--text-primary);grid-template-columns:8px minmax(0,1fr);align-items:start;gap:9px;font-weight:780;line-height:1.35;display:grid}.account-position-confirm li:before{content:"";background:#f2b120;border-radius:999px;width:6px;height:6px;margin-top:.48em}.account-position-timing{flex-wrap:wrap;gap:8px;display:flex}.account-position-timing span{border:1px solid var(--border-subtle);background:var(--surface-soft);min-width:0;color:var(--text-primary);border-radius:999px;align-items:center;gap:6px;padding:8px 11px;display:inline-flex}.account-position-timing strong,.account-position-timing small{color:inherit;font-size:.86rem;line-height:1.15}.account-position-timing strong{font-weight:900}.account-position-timing small{text-overflow:ellipsis;white-space:nowrap;opacity:.72;min-width:0;font-weight:760;overflow:hidden}.account-health-grid{grid-template-columns:repeat(auto-fit,minmax(135px,1fr));gap:10px;display:grid}.account-health-grid span{background:#18324a0f;border-radius:14px;gap:3px;padding:10px 12px;display:grid}.account-health-grid-summary{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.account-job-detail .account-health-grid-summary{gap:10px 16px}.account-health-grid-summary span{background:var(--surface-soft)}.account-job-detail .account-health-grid-summary span{background:0 0;border-left:3px solid #f2b12073;border-radius:0;padding:2px 0 2px 12px}.account-health-grid strong{color:var(--ink);font-weight:900}.account-health-grid small{color:#18324a94;font-weight:800}.account-builder-health{background:#ffffff94;border:1px solid #18324a1a;border-radius:16px;gap:10px;padding:12px;display:grid}.account-job-detail .account-builder-health{background:0 0;border:0;border-radius:0;padding:0}.account-health-alert{color:#b27119;margin:0;font-weight:860}.account-health-breakdown{gap:10px;display:grid}.account-health-breakdown summary{cursor:pointer;width:fit-content;color:var(--text-primary);align-items:center;gap:8px;font-weight:900;display:inline-flex}.account-health-breakdown summary::-webkit-details-marker{display:none}.account-health-breakdown summary:after{content:"+";border:1px solid var(--border-subtle);background:var(--surface-soft);border-radius:999px;place-items:center;width:22px;height:22px;font-size:.92rem;line-height:1;display:inline-grid}.account-health-breakdown[open] summary:after{content:"-"}.account-health-breakdown[open]{padding-top:2px}.account-builder-health-heading{justify-content:space-between;align-items:center;gap:10px;display:flex}.account-builder-health-heading strong{color:var(--ink);font-weight:900}.account-builder-health-heading span{color:#8a5a10;background:#f2b12029;border-radius:999px;padding:6px 10px;font-size:.78rem;font-weight:900}.account-builder-health-heading span.is-good{color:#2e7d5a;background:#2e7d5a24}.account-builder-health-heading span.is-risk{color:#8f1d1d;background:#b323171f}.account-builder-health-heading span.is-check{color:#8a5a10;background:#8a5a1024}.account-builder-health>small{color:#18324a94;font-weight:750}.account-builder-health.is-empty p{color:#18324aad}.account-health-warnings{background:#b271191a;border-radius:14px;gap:6px;margin:10px 0 0;padding:10px 12px;list-style:none;display:grid}.account-health-warnings li{color:#9a6618;font-size:.86rem;font-weight:850}.account-edit-form{background:#ffffff14;border:1px solid #ffffff1f;border-radius:20px;padding:14px}.account-edit-form label,.account-job-expanded .eyebrow,.account-job-expanded h3{color:#ffffffe0}.account-edit-form input,.account-edit-form select,.account-edit-form textarea{color:var(--ink);background:#ffffffdb;border-color:#18324a24}.account-edit-form input::placeholder,.account-edit-form textarea::placeholder{color:#18324a70}.account-locked-note{color:#5f3b00;border-radius:var(--radius-sm);background:#fff2c7;border:1px solid #b2711957;margin:4px 0;padding:12px 14px;font-size:.95rem;font-weight:700;line-height:1.45}.account-locked-note *{color:inherit}.account-response-panel{background:#ffffffb8;border:1px solid #18324a1f;border-radius:18px;gap:14px;padding:14px;display:grid}.account-response-panel h3{color:var(--ink);margin:0}.account-response-heading{gap:4px;display:grid}.account-response-heading p:not(.eyebrow){color:#18324ab8;max-width:58ch;margin:0;font-weight:750}.account-response-list{gap:10px;display:grid}.account-response{border-radius:var(--radius-sm);background:#fffffff0;border:1px solid #18324a1f;gap:8px;padding:14px;display:grid}.account-job-detail .account-response{background:0 0;border:0;border-left:3px solid #f2b12094;border-radius:0;gap:7px;padding:9px 0 10px 13px}.account-response div{justify-content:space-between;align-items:center;gap:10px;display:flex}.account-job-detail .account-response>div:first-child{align-items:flex-start}.account-response strong{color:var(--ink)}.account-response>div>span{color:var(--ink);background:#f2b12029;border-radius:999px;padding:6px 10px;font-size:.78rem;font-weight:850}.account-response p{color:var(--text);margin:0}.account-job-detail .account-response p{max-width:66ch}.account-response-drivers{gap:4px;margin:0;padding:0;list-style:none;display:grid}.account-response-drivers li,.account-response-extras strong{color:#18324aad;font-size:.86rem;font-weight:800}.account-response-extras{gap:8px;display:grid}.account-response-extras div{flex-wrap:wrap;justify-content:flex-start;gap:8px;display:flex}.account-response-extras span{color:#5f3b00;background:#fff2c7;border:1px solid #b2711947;border-radius:999px;padding:6px 9px;font-size:.8rem;font-weight:850}.account-response small{color:var(--muted);font-weight:750}.account-response-history{gap:8px;padding-top:2px;display:grid}.account-response-history summary{cursor:pointer;width:fit-content;color:var(--text-primary);font-size:.88rem;font-weight:900}.account-response-history div{gap:6px;display:grid}.account-response-history p{color:var(--text-secondary);flex-wrap:wrap;gap:6px 10px;margin:0;font-size:.88rem;font-weight:760;display:flex}.account-response-history strong{color:var(--text-primary)}.account-response-guidance{border-radius:var(--radius-sm);background:#f2b1201f;border:1px solid #f2b12047;gap:6px;padding:14px;display:grid}.account-job-detail .account-response-guidance{background:0 0;border:0;border-left:3px solid #2e7d5a73;border-radius:0;padding:10px 0 10px 13px}.account-response-guidance strong,.account-response-guidance p{color:var(--ink);margin:0}.account-response-guidance p{color:#18324ab8;font-weight:750}.account-revision-summary{background:#ffffff8a;border:1px solid #18324a1a;border-radius:14px;gap:8px;margin-top:2px;padding:12px;display:grid}.account-revision-summary strong,.account-revision-summary ul{margin:0}.account-revision-summary strong{color:var(--ink);font-size:.84rem;font-weight:900}.account-revision-summary ul{color:#18324ab8;gap:5px;padding-left:18px;font-size:.84rem;font-weight:720;display:grid}.account-revision-summary p{color:#18324ab8;margin:0;font-size:.84rem;font-weight:720}.account-response-actions{flex-wrap:wrap;gap:10px;margin-top:4px;display:flex}.account-response-actions .secondary-link{min-height:38px;color:var(--ink);box-shadow:none;background:#ffffffc7;border-color:#18324a1a;border-radius:999px;padding:9px 13px;font-size:.88rem;font-weight:850}.account-response-actions .secondary-link:hover,.account-response-actions .secondary-link:focus-visible{background:#fff}.account-detail-sections,.account-detail-empty{gap:12px;display:grid}.account-detail-button-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,185px),1fr));gap:12px;display:grid}.account-detail-section-button{min-height:56px;color:var(--ink);font:inherit;cursor:pointer;border:1.5px solid #18324a1c;border-radius:999px;justify-content:flex-start;align-items:center;gap:10px;padding:12px 14px;font-weight:900;display:flex;box-shadow:0 8px 16px #18324a14}.account-job-detail .account-detail-section-button{min-height:52px;box-shadow:none;border-radius:18px}.account-detail-section-button span{text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;overflow:hidden}.account-detail-section-button strong{min-width:34px;min-height:34px;color:var(--ink);background:#ffffffbd;border-radius:999px;flex:none;place-items:center;padding:0 8px;font-size:.85rem;display:inline-grid}.account-detail-section-button:after{content:"";opacity:.78;border-bottom:2.5px solid;border-right:2.5px solid;flex:none;width:8px;height:8px;margin-left:1px;transition:transform .16s,opacity .16s;transform:translateY(-2px)rotate(45deg)}.account-detail-section-button.is-open{border-color:#f2b120bd;outline:3px solid #f2b1202e}.account-detail-section-button.is-open:after{opacity:.95;transform:translateY(2px)rotate(225deg)}.account-detail-section-button.is-primary{background:#edf4fbf5}.account-detail-section-button.is-success{background:#eff7f3f5}.account-detail-section-button.is-warning{background:#fbf5e8f5}.account-detail-section-button.is-accent{background:#f3eef9f5}.account-detail-section-button.is-olive{background:#eef5f2f5}.account-detail-list-frame{align-content:start;min-width:0;transition:min-height .16s;display:grid}.account-detail-list{background:#fffffff2;border:1.5px solid #18324a1f;border-radius:24px;align-content:start;align-items:start;gap:10px;min-width:0;padding:18px;scroll-margin-bottom:32px;display:grid;box-shadow:0 12px 22px #18324a14}.account-job-detail .account-detail-list{box-shadow:none;background:0 0;border:0;border-top:1px solid #18324a1f;border-radius:0;padding:14px 0 0}@media (prefers-reduced-motion:reduce){.account-detail-list-frame{transition:none}}.account-detail-list h3{color:var(--ink);margin:0;font-size:1.12rem}.account-detail-list ul{align-content:start;gap:8px;min-width:0;margin:0;padding-left:20px;display:grid}.account-detail-list li{color:var(--text);overflow-wrap:anywhere;font-weight:720;line-height:1.44}.account-detail-list.is-primary{border-color:#18324a2e}.account-detail-list.is-success{background:#eff7f3f5;border-color:#4e786238}.account-detail-list.is-warning{background:#fbf5e8f5;border-color:#a8802e3d}.account-detail-list.is-accent{background:#f3eef9f5;border-color:#6c4e8f38}.account-detail-list.is-olive{background:#eef5f2f5;border-color:#1f4a3a2e}.account-detail-empty{border-radius:var(--radius-sm);color:var(--text);background:#ffffffb3;border:1px dashed #18324a29;padding:16px}.account-detail-empty p{margin:0}.account-job dl{gap:10px;margin:0;display:grid}.account-job dl div{border-radius:var(--radius-sm);background:#ffffff14;gap:5px;padding:12px;display:grid}.account-job dt{color:#ffffff94;letter-spacing:.06em;text-transform:uppercase;font-size:.76rem;font-weight:800}.account-job dd{color:#ffffffdb;margin:0;font-weight:700}
.account-shell{color:var(--text-primary);background:0 0}.account-card,.account-create-step-panel,.account-job,.account-job-expanded,.account-response-panel,.account-current-position-panel,.account-price-explorer-panel,.account-job-health-panel,.account-profile-panel,.account-profile-form,.account-detail-list,.account-detail-empty,.account-builder-health,.account-edit-form{border-color:var(--border-subtle);background:var(--surface);color:var(--text-secondary)}.account-card h1,.account-card h2,.account-card h3,.account-page-title,.account-section-heading,.account-response-panel h3,.account-current-position-panel h3,.account-price-explorer-panel h3,.account-price-explorer-panel h4,.account-response strong,.account-response-guidance strong,.account-detail-list h3,.account-builder-health-heading strong,.account-position-trail strong,.account-health-grid strong,.account-job-expanded .eyebrow,.account-job-expanded h3,.account-job dt,.account-job dd{color:var(--text-primary)}.account-card p,.account-signed-in,.account-muted,.account-loading,.account-form label,.account-checkbox-grid legend,.account-checkbox-grid label,.account-checkbox-hint,.account-link-note,.account-job-meta-row,.account-job-response-row small,.account-response p,.account-price-explorer-panel p,.account-response-guidance p,.account-detail-list li,.account-detail-empty p,.account-response small,.account-response-drivers li,.account-response-extras strong,.account-position-trail small,.account-health-grid small,.account-builder-health>small,.account-builder-health.is-empty p{color:var(--text-secondary)!important}.account-card .account-job-header h3,.account-card .account-job-header .account-job-price{text-shadow:0 1px 2px #11121647;color:#fff!important}.account-card .account-job-header p:not(.account-job-stage):not(.account-job-type),.account-card .account-job-header .account-job-type,.account-card .account-job-header .account-job-time-row{text-shadow:0 1px 2px #1112163d;color:#ffffffd1!important}.account-card .account-job-header .account-job-type{color:#ffffffb3!important}.account-job-response-row{color:var(--warning-text)}.account-status.is-error{color:#8f1e17;background:#fff3f1;border-color:#ffa4946b}.account-status.is-success{color:#1f6a48;background:#effaf4;border-color:#2e7d5a52}.account-card .account-status.is-error{color:#8f1e17!important}.account-card .account-status.is-success{color:#1f6a48!important}.account-icon-button,.account-create-steps button,.account-filter-strip button,.account-filter-select,.account-create-actions .secondary-link,.account-section-heading .secondary-link,.account-job .secondary-link,.account-detail-actions .secondary-link{border-color:var(--border-subtle);background:var(--surface-soft);color:var(--text-secondary)}.account-create-steps button span{background:var(--surface-raised);color:inherit}.account-create-steps button.is-active,.account-filter-strip button.is-selected{background:var(--warning-soft);color:var(--text-primary);border-color:#f2b12085}.account-create-actions .secondary-link:hover,.account-create-actions .secondary-link:focus-visible,.account-section-heading .secondary-link:hover,.account-section-heading .secondary-link:focus-visible{background:var(--warning-soft);color:var(--text-primary);border-color:#f2b1206b}.account-create-steps button.is-active span,.account-create-steps button.is-done span{background:var(--accent);color:var(--accent-contrast)}.account-form input,.account-form select,.account-form textarea,.account-edit-form input,.account-edit-form select,.account-edit-form textarea{border-color:var(--border-subtle);background:var(--surface-raised);color:var(--text-primary)}.account-form label span,.account-checkbox-grid legend,.account-checkbox-grid label,.account-checkbox-grid label span{color:var(--text-secondary)}.account-cost-driver-fields label small,.account-guide-controls label small{color:var(--text-tertiary)}.account-form select option,.account-edit-form select option{background:var(--surface-solid);color:var(--text-primary)}.account-form input:disabled,.account-form select:disabled,.account-form textarea:disabled,.account-edit-form input:disabled,.account-edit-form select:disabled,.account-edit-form textarea:disabled{border-color:var(--border-subtle);background:var(--surface-soft);color:var(--text-tertiary);opacity:1}.account-form input::placeholder,.account-form textarea::placeholder,.account-edit-form input::placeholder,.account-edit-form textarea::placeholder{color:var(--text-tertiary)}.account-login-form input{border:0;border-bottom:2px solid var(--border-strong);color:var(--text-primary);background:0 0;border-radius:0;padding:12px 2px 10px}.account-login-form input::placeholder{color:var(--text-tertiary);opacity:1}.account-login-form input:focus{border-bottom-color:var(--accent);box-shadow:0 2px #f2b1202e}.account-field-note{color:var(--text-tertiary)}.account-field-note.is-error{color:var(--danger-text)}.account-checkbox-grid{border-color:var(--border-subtle);background:var(--surface-soft)}.account-guide-extra-row{border-top-color:var(--border-subtle)}.account-guide-extra-copy span,.account-guide-extra-copy small{color:var(--text-tertiary)}.account-guide-extra-state{border-color:var(--border-subtle);background:var(--surface-soft)}.account-guide-extra-state button{border-left-color:var(--border-subtle);color:var(--text-secondary)}.account-guide-extra-state button.is-selected{background:var(--accent);color:var(--ink)}.account-job{background:linear-gradient(135deg, var(--surface), var(--surface-soft))}.account-job-expanded,.account-job-body{color:var(--text-secondary)}.account-job-expanded{border-top-color:var(--border-subtle);background:linear-gradient(135deg, var(--surface-soft), #ffffff05)}.account-confidence-pill,.account-soft-pill,.account-muted-pill,.account-evidence-pill.is-neutral,.account-profit-row,.account-job dl div,.account-position-trail span,.account-health-grid span,.account-response,.account-response-guidance,.account-revision-summary{border-color:var(--border-subtle);background:var(--surface-soft);color:var(--text-secondary);box-shadow:none}.account-profit-row strong,.account-profit-row span{color:var(--text-primary)}.account-evidence-pill.is-positive,.account-builder-health-heading span.is-good{background:var(--success-soft);color:var(--success-text);border-color:#2e7d5a4d}.account-evidence-pill.is-caution,.account-builder-health-heading span,.account-builder-health-heading span.is-check,.account-response>div>span,.account-response-extras span{background:var(--warning-soft);color:var(--warning-text);border-color:#f2b1204d}.account-job-expanded .account-builder-health-heading span,.account-job-expanded .account-response>div>span,.account-job-expanded .account-response-extras span{border-color:var(--border-subtle);background:var(--surface-raised);color:var(--text-primary)}.account-job-expanded .account-builder-health.is-empty .account-builder-health-heading span{border-color:var(--border-subtle);background:var(--surface-soft);color:var(--text-secondary)}.account-job-expanded .account-response>div>span.is-new,.account-job-expanded .account-builder-health-heading span.is-check{background:var(--warning-soft);color:var(--warning-text);border-color:#f2b1204d}.account-evidence-pill.is-critical,.account-builder-health-heading span.is-risk,.account-detail-actions .secondary-link.is-danger{background:var(--danger-soft);color:var(--danger-text);border-color:#bb282847}.account-health-warnings,.account-job-expanded .account-health-warnings{background:var(--warning-soft)}.account-health-warnings li,.account-job-expanded .account-health-warnings li{color:var(--warning-text)}.account-builder-preview-link,.account-unlock-link{border-color:var(--border-strong);background:var(--surface-raised);color:var(--text-primary)}.account-builder-preview-link:hover,.account-builder-preview-link:focus-visible{background:var(--surface-strong);color:var(--text-primary)}.account-unlock-link{background:var(--accent);color:var(--accent-contrast);border-color:#f2b120b8}.account-builder-preview-link:disabled,.account-unlock-link:disabled{border-color:var(--border-subtle);background:var(--surface-soft);color:var(--text-tertiary)}.account-text-button{color:var(--warning-text)}.account-more-actions-menu{border-color:var(--border-subtle);background:var(--surface-solid)}.account-more-actions-menu .secondary-link{color:var(--text-secondary)}.account-more-actions-menu .secondary-link:hover,.account-more-actions-menu .secondary-link:focus-visible,.account-detail-actions .secondary-link:hover,.account-detail-actions .secondary-link:focus-visible,.account-response-actions .secondary-link:hover,.account-response-actions .secondary-link:focus-visible{background:var(--surface-raised)}.account-detail-actions .account-more-trigger{color:var(--accent-contrast);background:linear-gradient(135deg,#f2b120fa,#ff6a1fe0);border-color:#f2b1209e;box-shadow:0 12px 24px #f2b12038}.account-detail-actions .account-more-trigger:hover,.account-detail-actions .account-more-trigger:focus-visible,.account-detail-actions .account-more-trigger[aria-expanded=true]{color:var(--accent-contrast);background:linear-gradient(135deg,#ffcd48,#ff7e28f5);border-color:#ffd25ce6;border-radius:999px}.account-job-expanded .account-response-panel,.account-job-expanded .account-current-position-panel,.account-job-expanded .account-price-explorer-panel,.account-job-expanded .account-job-health-panel,.account-job-expanded .account-detail-list,.account-job-expanded .account-detail-empty,.account-job-expanded .account-builder-health,.account-job-expanded .account-response,.account-job-expanded .account-response-guidance,.account-job-expanded .account-revision-summary,.account-job-expanded .account-position-trail span,.account-job-expanded .account-health-grid span{border-color:var(--border-subtle);background:var(--surface-soft);color:var(--text-secondary);box-shadow:none}.account-job-expanded .account-response-panel h3,.account-job-expanded .account-response strong,.account-job-expanded .account-response-guidance strong,.account-job-expanded .account-revision-summary strong,.account-job-expanded .account-detail-list h3,.account-job-expanded .account-builder-health-heading strong,.account-job-expanded .account-position-trail strong,.account-job-expanded .account-health-grid strong,.account-job-expanded .account-detail-section-button,.account-job-expanded .account-detail-section-button strong{color:var(--text-primary)}.account-job-expanded .account-response p,.account-job-expanded .account-response-guidance p,.account-job-expanded .account-detail-list li,.account-job-expanded .account-detail-empty p,.account-job-expanded .account-revision-summary ul,.account-job-expanded .account-revision-summary p,.account-job-expanded .account-response small,.account-job-expanded .account-response-drivers li,.account-job-expanded .account-response-extras strong,.account-job-expanded .account-position-trail small,.account-job-expanded .account-health-grid small,.account-job-expanded .account-builder-health>small,.account-job-expanded .account-builder-health.is-empty p{color:var(--text-secondary)}.account-job-expanded .account-response-actions .secondary-link,.account-job-expanded .account-detail-section-button,.account-job-expanded .account-detail-section-button strong{border-color:var(--border-subtle);background:var(--surface-soft);color:var(--text-secondary)}.account-job-expanded .account-detail-section-button.is-primary,.account-job-expanded .account-detail-list.is-primary{background:#5481b224}.account-job-expanded .account-detail-section-button.is-success,.account-job-expanded .account-detail-list.is-success{background:var(--success-soft);border-color:#2e7d5a3d}.account-job-expanded .account-detail-section-button.is-warning,.account-job-expanded .account-detail-list.is-warning{background:var(--warning-soft);border-color:#f2b12042}.account-job-expanded .account-detail-section-button.is-accent,.account-job-expanded .account-detail-list.is-accent{background:#966ac824}.account-job-expanded .account-detail-section-button.is-olive,.account-job-expanded .account-detail-list.is-olive{background:#60847024}.account-job-detail>.account-response-panel,.account-job-detail>.account-current-position-panel,.account-job-detail>.account-price-explorer-panel,.account-job-detail>.account-job-health-panel,.account-job-detail .account-builder-health,.account-job-detail .account-detail-list,.account-job-detail .account-position-trail span{border-color:var(--border-subtle);box-shadow:none}.account-job-detail>.account-response-panel,.account-job-detail>.account-current-position-panel,.account-job-detail>.account-price-explorer-panel,.account-job-detail>.account-job-health-panel,.account-job-detail>.account-detail-sections{border-bottom:1px solid var(--border-subtle);background:0 0}.account-job-expanded.account-job-detail>.account-response-panel{border:0;border-bottom:1px solid var(--border-subtle);background:0 0;border-radius:0;padding:0 0 18px}.account-job-expanded.account-job-detail .account-response,.account-job-expanded.account-job-detail .account-response-guidance{background:0 0;border:0;border-left:3px solid #f2b12094;border-radius:0;padding:10px 0 10px 13px}.account-job-expanded.account-job-detail .account-response-guidance{border-left-color:#2e7d5a73}.account-job-detail .account-position-trail span{border-left:3px solid #f2b12094}.account-job-detail .account-response,.account-job-detail .account-response-guidance,.account-job-detail .account-revision-summary{border-color:var(--border-subtle);box-shadow:none;background:0 0}.account-job-detail .account-response,.account-job-detail .account-revision-summary{border-left:3px solid #f2b12094}.account-job-detail .account-response-guidance{border-left:3px solid #2e7d5a73}.account-job-detail .account-health-grid span{background:var(--surface-soft);border:0}.account-job-detail .account-builder-health,.account-job-detail .account-health-grid-summary span{background:0 0}.account-job-detail .account-health-grid-summary span{border-left:3px solid #f2b12080}.account-job-detail .account-detail-section-button{background:var(--surface-soft)}.account-job-detail .account-detail-section-button.is-open{background:var(--surface-raised)}:root[data-theme=light] .account-job-detail .account-detail-section-button.is-open{color:#18324a;background:#f8fafcd1;border-color:#18324a2e;outline-color:#18324a14}:root[data-theme=light] .account-job-detail .account-detail-section-button.is-open strong{color:#18324a;background:#ffffff94}.account-locked-note{background:var(--warning-soft);color:var(--warning-text);border-color:#f2b12057}@media (prefers-color-scheme:light){:root:not([data-theme]) .account-shell,:root[data-theme=light] .account-shell{background:0 0}:root:not([data-theme]) .account-card,:root:not([data-theme]) .account-job,:root:not([data-theme]) .account-job-expanded,:root:not([data-theme]) .account-create-step-panel,:root:not([data-theme]) .account-response-panel,:root:not([data-theme]) .account-price-explorer-panel,:root:not([data-theme]) .account-job-health-panel,:root:not([data-theme]) .account-profile-panel,:root:not([data-theme]) .account-profile-form,:root:not([data-theme]) .account-detail-list,:root:not([data-theme]) .account-detail-empty,:root:not([data-theme]) .account-builder-health,:root:not([data-theme]) .account-edit-form,:root[data-theme=light] .account-card,:root[data-theme=light] .account-job,:root[data-theme=light] .account-job-expanded,:root[data-theme=light] .account-create-step-panel,:root[data-theme=light] .account-response-panel,:root[data-theme=light] .account-price-explorer-panel,:root[data-theme=light] .account-job-health-panel,:root[data-theme=light] .account-profile-panel,:root[data-theme=light] .account-profile-form,:root[data-theme=light] .account-detail-list,:root[data-theme=light] .account-detail-empty,:root[data-theme=light] .account-builder-health,:root[data-theme=light] .account-edit-form{box-shadow:0 12px 28px #18324a14}:root:not([data-theme]) .account-job-expanded,:root[data-theme=light] .account-job-expanded{background:#ffffffc7}:root:not([data-theme]) .account-job-detail>.account-response-panel,:root:not([data-theme]) .account-job-detail>.account-current-position-panel,:root:not([data-theme]) .account-job-detail>.account-price-explorer-panel,:root:not([data-theme]) .account-job-detail>.account-job-health-panel,:root:not([data-theme]) .account-job-detail>.account-detail-sections,:root:not([data-theme]) .account-job-detail .account-builder-health,:root:not([data-theme]) .account-job-detail .account-detail-list,:root[data-theme=light] .account-job-detail>.account-response-panel,:root[data-theme=light] .account-job-detail>.account-current-position-panel,:root[data-theme=light] .account-job-detail>.account-price-explorer-panel,:root[data-theme=light] .account-job-detail>.account-job-health-panel,:root[data-theme=light] .account-job-detail>.account-detail-sections,:root[data-theme=light] .account-job-detail .account-builder-health,:root[data-theme=light] .account-job-detail .account-detail-list{box-shadow:none}:root:not([data-theme]) .account-theme-toggle,:root[data-theme=light] .account-theme-toggle,:root:not([data-theme]) .account-jobs-link,:root[data-theme=light] .account-jobs-link,:root:not([data-theme]) .account-profile-link,:root[data-theme=light] .account-profile-link{color:#18324a;background:#f4f7fa;border-color:#18324a2e;box-shadow:0 8px 18px #18324a1f}:root:not([data-theme]) .account-theme-toggle button,:root[data-theme=light] .account-theme-toggle button,:root:not([data-theme]) .account-profile-link strong,:root[data-theme=light] .account-profile-link strong{color:#18324ab8}:root:not([data-theme]) .account-theme-toggle button.is-selected,:root[data-theme=light] .account-theme-toggle button.is-selected,:root:not([data-theme]) .account-jobs-link.is-active,:root[data-theme=light] .account-jobs-link.is-active,:root:not([data-theme]) .account-profile-link.is-active,:root[data-theme=light] .account-profile-link.is-active{background:linear-gradient(135deg, #ffd43b 0%, var(--gold) 58%, #ff9f1a 100%);color:var(--ink);border-color:#f2b120d1;box-shadow:inset 0 0 0 1px #ffffff75,0 10px 22px #f2b12033}}:root[data-theme=light] .account-theme-toggle,:root[data-theme=light] .account-jobs-link,:root[data-theme=light] .account-profile-link{color:#18324a;background:#f4f7fa;border-color:#18324a2e;box-shadow:0 8px 18px #18324a1f}:root[data-theme=light] .account-theme-toggle button,:root[data-theme=light] .account-profile-link strong{color:#18324ab8}:root[data-theme=light] .account-profile-link span,:root[data-theme=light] .account-jobs-link{color:#18324a}:root[data-theme=light] .account-theme-toggle button.is-selected,:root[data-theme=light] .account-jobs-link.is-active,:root[data-theme=light] .account-profile-link.is-active{background:linear-gradient(135deg, #ffd43b 0%, var(--gold) 58%, #ff9f1a 100%);color:var(--ink);border-color:#f2b120d1;box-shadow:inset 0 0 0 1px #ffffff75,0 10px 22px #f2b12033}:root[data-theme=light] .account-theme-toggle button.is-selected,:root[data-theme=light] .account-profile-link.is-active span,:root[data-theme=light] .account-profile-link.is-active strong{color:var(--ink)}@media (min-width:720px){.account-job dl{grid-template-columns:repeat(2,minmax(0,1fr))}.account-job-header{grid-template-columns:minmax(0,1fr) auto;align-items:end}.account-form-grid,.account-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.account-profile-branding-layout{grid-template-columns:112px minmax(0,1fr);align-items:start}.account-logo-control{align-content:start;align-items:center}.account-form-grid .is-wide{grid-column:1/-1}}@media (max-width:520px){.account-header-actions{gap:8px}.account-theme-toggle{flex:none}.account-jobs-title-row{flex-direction:column;align-items:flex-start}.account-jobs-toolbar{justify-content:flex-start}.account-profile-form-header .account-submit{width:100%}.account-redeem-code-form{grid-template-columns:minmax(0,1fr)}}@media (min-width:900px){.account-jobs-card{padding-left:clamp(24px,3vw,36px);padding-right:clamp(24px,3vw,36px)}.account-job-header{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"title badges" "price badges" "time time badges";align-items:start;gap:16px 22px}.account-job-price{text-align:left;white-space:normal;overflow-wrap:anywhere;justify-self:start;max-width:100%;font-size:clamp(1.82rem,3vw,2.55rem)}.account-job-time-row{margin-top:4px}.account-job-body{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px 22px}.account-evidence-grid,.account-job-response-row,.account-profit-row{grid-column:1/-1}.account-job-meta-row{justify-content:flex-end}.account-detail-sections{gap:14px}.account-detail-list ul{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:26px}}@media (min-width:1180px){.account-job-master-detail.has-selection{grid-template-columns:minmax(400px,.86fr) minmax(600px,1.14fr);min-height:min(760px,100svh - 220px);overflow:visible}.account-inline-selected-detail{display:none}.account-side-selected-detail{display:block}.account-selected-detail-shell{overscroll-behavior:auto;scrollbar-gutter:auto;align-self:start;height:auto;max-height:none;padding-right:0;position:static;top:auto;overflow:visible}.account-side-selected-detail .account-detail-list ul{grid-template-columns:minmax(0,1fr)}.account-job-master-detail.has-selection .account-job-list{gap:16px;height:auto;min-height:0;padding-right:0;overflow-y:visible}.account-job-master-detail.has-selection .account-job-list-item:has(.account-job.is-selected):after{content:"";pointer-events:none;background:linear-gradient(90deg,#7ea4b8d1,#7ea4b800);border-radius:999px;width:22px;height:2px;position:absolute;top:50%;right:-22px;transform:translateY(-50%)}.account-job-master-detail.has-selection .account-job-header{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"title badges""price price""time time";gap:12px 10px}.account-job-master-detail.has-selection .account-job-header-badges{max-width:188px}.account-job-master-detail.has-selection .account-job-stage{white-space:normal;text-align:center;max-width:140px;padding-inline:12px;line-height:1.05}.account-job-master-detail.has-selection .account-job-header h3{font-size:clamp(1.18rem,1.55vw,1.58rem)}.account-job-master-detail.has-selection .account-job-price{text-align:left;white-space:normal;justify-self:start;font-size:clamp(1.55rem,2.2vw,2.1rem)}.account-job-master-detail.has-selection .account-job-body{grid-template-columns:minmax(0,1fr)}.account-job-master-detail.has-selection .account-job-meta-row{justify-content:space-between}}@media (max-width:719px){.account-grid,.account-topbar,.account-status,.legal-footer-account{width:min(100%, var(--max-width))}.account-card{padding:20px}}
.legal-footer-guide{border-top:1px solid var(--line);width:100%;color:var(--text-soft);margin-top:18px;padding:14px 2px 0}.legal-footer-guide a{color:var(--ink)}:root[data-theme=dark] .guide-shell .legal-footer-guide{color:#18324aad;border-top-color:#18324a1f}:root[data-theme=dark] .guide-shell .legal-footer-guide a{color:#18324ad1}:root[data-theme=dark] .guide-shell .legal-footer-guide a:hover{color:#9a6500}:root[data-theme=dark] .guide-shell .legal-footer-guide .footer-social-link{color:#18324ad1;background:#ffffffc7;border-color:#18324a24}:root[data-theme=dark] .guide-shell .legal-footer-guide .footer-social-link:hover,:root[data-theme=dark] .guide-shell .legal-footer-guide .footer-social-link:focus-visible{color:var(--ink);background:#fff;border-color:#18324a38}.legal-shell{min-height:100vh;padding:var(--site-page-padding-top) 20px var(--site-page-padding-bottom)}.contact-shell{flex-direction:column;min-height:100svh;display:flex}.contact-shell>.legal-footer{margin-top:auto}.legal-panel{border-radius:var(--radius-xl);width:min(100%,820px);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffdb;border:1px solid #18324a1f;gap:18px;margin:0 auto;padding:24px;display:grid}.legal-panel h1,.legal-panel h2{color:var(--ink-strong);margin:0;line-height:1.08}.legal-panel h1{font-size:clamp(2rem,6vw,3.2rem);font-weight:800}.legal-panel h2{font-size:1.15rem;font-weight:800}.legal-panel p,.legal-panel li{color:#18324ac7;line-height:1.58}.legal-panel p{margin:0}.legal-panel section{gap:10px;display:grid}.legal-panel .privacy-promise-section{border-top:1px solid #18324a1f;border-bottom:1px solid #18324a1f;padding:18px 0}.legal-panel .privacy-promise-section .privacy-promise-stamp{color:#8f302c!important}.legal-panel ul{gap:9px;margin:0;padding-left:20px;display:grid}.legal-panel li::marker{color:var(--gold)}.legal-panel a{color:#9a6417;font-weight:800}.audience-panel{gap:22px}.audience-lead{max-width:62ch;font-size:1.08rem}.audience-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.audience-panel .audience-actions .primary-link,.audience-panel .audience-price-card .primary-link{color:var(--ink);text-decoration:none}.audience-secondary-link{align-items:center;min-height:50px;padding:10px 4px;display:inline-flex}.audience-price-card{background:#f2b12017;border:1px solid #b2711933;border-radius:20px;padding:20px}.audience-price-card .primary-link{justify-self:start}.cost-guide-panel{max-width:980px}.cost-guide-breadcrumbs{color:#18324aa3;flex-wrap:wrap;gap:8px;font-size:.88rem;font-weight:750;display:flex}.cost-guide-range-card{background:linear-gradient(135deg,#f2b12029,#f2b1200d);border:1px solid #b271193d;border-radius:22px;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:24px;padding:24px;display:grid}.cost-guide-range-card strong{color:var(--ink);font-family:var(--font-heading);letter-spacing:-.055em;margin:5px 0 8px;font-size:clamp(2.1rem,7vw,4rem);line-height:.95;display:block}.cost-guide-range-card p{margin:0}.cost-guide-range-meta{justify-items:end;gap:7px;display:grid}.cost-guide-range-meta span{color:#18324abd;background:#ffffff8a;border:1px solid #18324a1f;border-radius:999px;padding:7px 10px;font-size:.8rem;font-weight:800}.cost-guide-caveat{max-width:82ch;font-size:.9rem;color:#18324aa6!important}.cost-guide-two-column{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px;display:grid}.cost-guide-two-column>div{background:#ffffff5c;border:1px solid #18324a1a;border-radius:18px;padding:20px}.cost-guide-steps{gap:10px;margin:0;padding-left:24px;display:grid}.cost-guide-steps li::marker{color:#9a6417;font-weight:900}.cost-guide-faqs{gap:10px;display:grid}.cost-guide-faqs details{border:1px solid #18324a1f;border-radius:14px;padding:15px 17px}.cost-guide-faqs summary{cursor:pointer;color:var(--ink);font-weight:850}.cost-guide-faqs p{margin:10px 0 0}.cost-guide-related-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.cost-guide-related-links a{background:#ffffff5c;border:1px solid #18324a1f;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;min-height:52px;padding:13px 15px;text-decoration:none;display:flex}.cost-guide-related-links strong{white-space:nowrap;color:var(--ink)}:root[data-theme=dark] .cost-guide-breadcrumbs,:root[data-theme=dark] .cost-guide-caveat{color:#ffffff9e!important}:root[data-theme=dark] .cost-guide-range-card,:root[data-theme=dark] .cost-guide-two-column>div,:root[data-theme=dark] .cost-guide-faqs details,:root[data-theme=dark] .cost-guide-related-links a{background:#ffffff09;border-color:#ffffff1f}:root[data-theme=dark] .cost-guide-range-card strong,:root[data-theme=dark] .cost-guide-faqs summary,:root[data-theme=dark] .cost-guide-related-links strong{color:#fff}:root[data-theme=dark] .cost-guide-range-meta span{color:#ffffffb8;background:#ffffff12;border-color:#ffffff1f}@media (max-width:720px){.cost-guide-range-card,.cost-guide-two-column,.cost-guide-related-links{grid-template-columns:1fr}.cost-guide-range-meta{justify-items:start}.cost-guide-related-links a{flex-direction:column;align-items:flex-start}}.legal-updated{font-size:.92rem;font-weight:700;color:#18324a94!important}:root[data-theme=dark] .legal-panel{background:#1112168f;border-color:#ffffff1f}:root[data-theme=dark] .legal-panel h1,:root[data-theme=dark] .legal-panel h2{color:#fff}:root[data-theme=dark] .legal-panel p,:root[data-theme=dark] .legal-panel li{color:#fffc}:root[data-theme=dark] .legal-panel a{color:#ffd25a}:root[data-theme=dark] .legal-panel .privacy-promise-section{border-color:#ffffff1f}:root[data-theme=dark] .legal-panel .privacy-promise-section .privacy-promise-stamp{color:#ffaaa2!important}:root[data-theme=dark] .audience-price-card{background:#f2b1201a;border-color:#f2b12047}:root[data-theme=dark] .legal-updated{color:#ffffff9e!important}
.holding-card{border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff5;gap:14px;padding:clamp(20px,3vw,28px);display:grid}.holding-card h2{font-size:clamp(1.35rem,3vw,1.85rem)}.holding-form{gap:12px;display:grid}.holding-form .field label{color:#18324ac2}.grid-section{gap:16px;margin-top:18px;display:grid}.info-card{border-radius:var(--radius-lg);background:#ffffffd1;padding:22px}.narrow-card{margin-top:24px}.plain-list{color:#18324ac7;gap:10px;margin:14px 0 0;padding-left:0;list-style:none;display:grid}.plain-list li{padding-left:22px;position:relative}.plain-list li:before{content:"";background:#18324a6b;border-radius:999px;width:9px;height:9px;position:absolute;top:.62em;left:0;box-shadow:0 0 0 4px #18324a0f}.demo-links{gap:10px;margin-top:14px;display:grid}.demo-link,.primary-link{border-radius:16px;transition:transform .12s,border-color .12s,background .12s}.demo-link{background:#ffffffa3;border:1px solid #18324a1f;gap:4px;padding:14px 16px;display:grid}.demo-link:hover,.primary-link:hover{transform:translateY(-1px)}.demo-link-meta{color:#18324a9e;font-size:.92rem}.primary-link{background:linear-gradient(135deg, #ffd43b 0%, var(--gold) 54%, #ff9f1a 100%);min-height:50px;color:var(--ink);border:1px solid #b2711938;justify-content:center;align-items:center;padding:13px 18px;font-weight:850;display:inline-flex;box-shadow:inset 0 1px #ffffff61,0 12px 24px #f2b12033,0 18px 30px #18324a14}.site-nav-cta.primary-link{background:linear-gradient(135deg, #ffd43b 0%, var(--gold) 54%, #ff9f1a 100%);color:var(--ink);border-color:#b2711938;box-shadow:inset 0 1px #ffffff61,0 10px 20px #f2b1202e,0 14px 24px #18324a0f}:root[data-theme=dark] .holding-card{background:#11121675}:root[data-theme=dark] .holding-form .field label{color:#ffffffd1}:root[data-theme=dark] .info-card{background:#1112167a}:root[data-theme=dark] .plain-list{color:#ffffffd6}:root[data-theme=dark] .demo-link{background:#ffffff14;border-color:#ffffff1f}:root[data-theme=dark] .demo-link-meta{color:#ffffffa8}:root[data-theme=dark] .plain-list li:before{background:var(--gold);box-shadow:0 0 0 4px #f2b12024}:root[data-theme=dark] .primary-link,:root[data-theme=dark] .site-nav-cta.primary-link{color:var(--ink);background:linear-gradient(135deg,#ffd43b 0%,#ff7a1a 100%);border-color:#ffffff61;box-shadow:0 0 0 1px #f2b12024,0 12px 24px #f2b12038,0 18px 32px #ff6a1f24}
