@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700&family=Space+Grotesk:wght@400;500;600;700&family=Space+Mono:wght@400;700&display=swap");:root{--bg:#0f1115;--surface:#171a21;--ink:#f5f7fb;--muted:#b5bdca;--accent:#ff4500;--accent-dark:#cc3700;--stroke:#2a313d;--header-bg:#101319;--header-text:#f5f7fb;--footer-bg:#0c0f14;--footer-text:#d2d9e5;--glow:rgba(255,69,0,0.18);--highlight:#ff8c66;--header-height:132px;--announcement-height:36px;--display-font:"Barlow Condensed","Space Grotesk","Segoe UI",sans-serif}*{box-sizing:border-box}body{margin:0;font-family:Space Grotesk,Segoe UI,sans-serif;background:radial-gradient(circle at 20% -10%,rgba(255,69,0,.14),transparent 44%),radial-gradient(circle at 80% -20%,rgba(255,120,78,.1),transparent 42%),linear-gradient(180deg,#12151b,#0b0e13);color:var(--ink);min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4{font-family:var(--display-font);letter-spacing:.02em}a{color:inherit;text-decoration:none}button{font-family:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.announcement-bar{position:relative;background:rgba(10,13,18,.95);color:var(--ink);border-bottom:1px solid rgba(255,69,0,.22);font-size:12px}.announcement-bar.warning{background:rgba(30,24,2,.9);border-bottom-color:rgba(255,196,0,.4);color:#ffe6b3}.announcement-bar.critical{background:rgba(32,8,8,.92);border-bottom-color:rgba(255,78,78,.5);color:#ffd6d6}.announcement-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:var(--announcement-height)}.announcement-message{display:inline-flex;align-items:center;gap:12px;flex-wrap:wrap}.announcement-pill{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:999px;text-transform:uppercase;letter-spacing:.15em;font-size:10px;border:1px solid rgba(255,69,0,.4);color:var(--accent);background:rgba(255,69,0,.12)}.announcement-pill.warning{border-color:rgba(255,196,0,.6);color:#ffd56b}.announcement-pill.critical{border-color:rgba(255,78,78,.6);color:#ffb4b4}.announcement-actions{display:inline-flex;gap:14px;align-items:center}.announcement-link{text-transform:uppercase;letter-spacing:.12em;font-size:10px;opacity:.9}.announcement-link:-webkit-any-link{color:inherit}.announcement-link:any-link{color:inherit}.announcement-date{font-size:11px;color:var(--muted);opacity:.9}.page-main{padding:34px 0 80px;flex:1 1}.container{max-width:1240px;margin:0 auto;padding:0 24px}.site-header-group{position:-webkit-sticky;position:sticky;top:0;z-index:40;transition:transform .2s ease-out;--header-stack-offset:var(--header-height)}.site-header-group.has-announcement{--header-stack-offset:calc(var(--header-height) + var(--announcement-height))}.site-header-group.is-hidden{transform:translateY(-110%)}.site-header{position:relative;top:0;z-index:1;background:linear-gradient(180deg,rgba(11,13,18,.98),rgba(11,13,18,.9));color:var(--header-text);border-bottom:1px solid rgba(255,69,0,.18);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 10px 28px -22px rgba(0,0,0,.9)}.site-header-group a:-webkit-any-link{color:inherit}.site-header-group a:any-link{color:inherit}.admin-shell{display:grid;grid-template-columns:220px 1fr;grid-gap:20px;gap:20px;padding:24px}.admin-sidebar{background:#07151f;border:1px solid var(--stroke);border-radius:16px;padding:16px;height:-moz-fit-content;height:fit-content}.admin-brand{font-weight:700;text-transform:uppercase;letter-spacing:.16em;font-size:12px;color:var(--accent);margin-bottom:12px}.admin-nav{display:grid;grid-gap:8px;gap:8px}.admin-nav a{padding:8px 10px;border-radius:10px;background:#0f2433;font-weight:600}.admin-content{background:#0a1a26;border:1px solid var(--stroke);border-radius:16px;padding:20px}.account-shell{display:grid;grid-template-columns:220px 1fr;grid-gap:20px;gap:20px}.account-sidebar{background:#07151f;border:1px solid var(--stroke);border-radius:16px;padding:16px;height:-moz-fit-content;height:fit-content;display:grid;grid-gap:16px;gap:16px}.account-title{font-weight:700;text-transform:uppercase;letter-spacing:.16em;font-size:12px;color:var(--accent)}.account-nav{display:grid;grid-gap:8px;gap:8px}.account-nav a,.account-nav-button{padding:8px 10px;border-radius:10px;background:#0f2433;font-weight:600;border:1px solid transparent;text-align:left;color:inherit;cursor:pointer}.account-nav-button.active{border-color:rgba(255,69,0,.45);color:var(--accent)}.account-content{display:grid;grid-gap:20px;gap:20px}.text-muted{color:var(--muted)}.admin-card{gap:20px}.admin-card-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.admin-subsection{display:grid;grid-gap:12px;gap:12px;padding-top:12px;border-top:1px solid rgba(255,255,255,.06)}.admin-subsection h3{margin:0}.admin-field-grid,.admin-media-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:14px;gap:14px}.admin-image-add{display:grid;grid-template-columns:1.2fr .8fr auto;grid-gap:12px;gap:12px;align-items:end}.admin-image-upload{display:grid;grid-template-columns:1fr auto;grid-gap:12px;gap:12px;align-items:center;padding:12px;border-radius:12px;border:1px dashed rgba(255,69,0,.25);background:rgba(10,26,38,.5)}.admin-upload-status{font-size:12px;color:var(--muted)}.admin-3mf-list{display:grid;grid-gap:10px;gap:10px}.admin-3mf-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:12px;border:1px solid var(--stroke);background:#0f2433;flex-wrap:wrap}.admin-3mf-actions{display:inline-flex;gap:8px;flex-wrap:wrap}.admin-glb-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.admin-list{display:grid;grid-gap:10px;gap:10px;margin-top:10px}.admin-list-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:10px;gap:10px}.admin-variation-card{border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:12px;display:grid;grid-gap:10px;gap:10px;background:rgba(8,22,32,.7)}.admin-variation-attr{display:grid;grid-gap:6px;gap:6px;font-size:12px;color:var(--muted)}.admin-inline-actions{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:12px}.admin-image-grid{display:grid;grid-gap:16px;gap:16px}.admin-image-grid.compact{gap:12px}.admin-image-card{border:1px solid var(--stroke);border-radius:16px;padding:12px;background:#0b1d2a;display:grid;grid-gap:12px;gap:12px}.admin-image-card.compact{padding:10px;gap:10px}.admin-image-preview{border-radius:14px;overflow:hidden;border:1px solid rgba(255,69,0,.2);background:#0f2433;height:180px}.admin-image-preview img{width:100%;height:100%;object-fit:cover}.admin-image-fields{display:grid;grid-gap:10px;gap:10px}.admin-image-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.admin-image-actions{display:inline-flex;gap:8px;flex-wrap:wrap}.admin-slider-grid{display:grid;grid-template-columns:auto 1fr auto;grid-gap:8px 10px;gap:8px 10px;align-items:center;font-size:12px;color:var(--muted)}.rte{border:1px solid var(--stroke);border-radius:14px;overflow:hidden;background:#0f2433}.rte-toolbar{display:flex;flex-wrap:wrap;gap:6px;padding:8px;border-bottom:1px solid rgba(255,255,255,.08)}.rte-button{border:1px solid rgba(255,255,255,.12);background:transparent;color:var(--ink);border-radius:999px;padding:6px 10px;cursor:pointer;font-size:12px}.rte-button:hover{border-color:rgba(255,69,0,.4);color:var(--accent)}.rte-divider{width:1px;background:rgba(255,255,255,.12);margin:0 4px}.rte-body{min-height:160px;padding:12px;outline:none}.rte-body:empty:before{content:attr(data-placeholder);color:rgba(155,198,223,.7)}.site-header .container{display:flex;align-items:center;justify-content:space-between;padding:0 24px;gap:16px;min-height:64px}.header-row{display:flex;align-items:center;gap:24px}.brand-lockup{display:inline-flex;min-width:220px;flex-shrink:0}.brand{display:inline-flex;align-items:center;min-height:0}.brand:-webkit-any-link{color:inherit}.brand:any-link{color:inherit}.brand:before{content:none}.brand-logo{width:clamp(170px,18vw,280px);height:auto;max-height:44px;display:block}.brand-favicon{display:none;width:30px;height:30px;border-radius:6px}.brand-title{display:inline-flex;align-items:center}.brand-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.nav-desktop{display:flex;flex:1 1;justify-content:center}.nav-group{gap:4px;padding:0;border-radius:0;background:transparent;border:0;box-shadow:none}.nav-group,.nav-item{display:inline-flex;align-items:center}.nav-item{position:relative}.nav-item.mega:after{content:"";position:absolute;left:-20px;right:-20px;top:100%;height:48px}.nav-link--store{display:inline-flex;align-items:center;gap:8px}.nav-link--store:-webkit-any-link{color:inherit}.nav-link--store:any-link{color:inherit}.nav-link--store:after{content:"";width:6px;height:6px;border-right:2px solid;border-bottom:2px solid;transform:rotate(45deg);margin-bottom:2px}.mega-menu{position:fixed;top:var(--header-height);left:50%;width:min(1200px,96vw);max-width:1400px;transform:translateX(-50%) translateY(10px);background:rgba(13,16,22,.98);border:1px solid rgba(255,69,0,.2);border-radius:22px;box-shadow:0 40px 80px -40px rgba(0,0,0,.8);padding:24px;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease;z-index:60}.nav-item.mega:focus-within .mega-menu,.nav-item.mega:hover .mega-menu{opacity:1;transform:translateX(-50%) translateY(0);pointer-events:auto}.mega-content{display:grid;grid-gap:16px;gap:16px}.mega-columns{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:18px;gap:18px}.mega-title{text-transform:uppercase;letter-spacing:.2em;font-size:11px;color:var(--muted)}.mega-list{display:grid;grid-gap:10px;gap:10px;margin-top:12px}.mega-link{display:grid;grid-gap:4px;gap:4px;padding:10px 12px;border-radius:12px;background:rgba(26,31,40,.9);border:1px solid rgba(255,69,0,.08)}.mega-link:-webkit-any-link{color:inherit}.mega-link:any-link{color:inherit}.mega-link strong{font-size:14px}.mega-link span{font-size:12px;color:var(--muted)}.mega-feature{background:rgba(19,24,32,.9);border:1px solid rgba(255,69,0,.12);border-radius:16px;padding:16px;display:grid;grid-gap:12px;gap:12px}.mega-cards{display:grid;grid-gap:10px;gap:10px}.mega-card{display:grid;grid-template-columns:64px 1fr;grid-gap:10px;gap:10px;align-items:center;background:rgba(25,30,38,.95);border-radius:12px;border:1px solid rgba(255,69,0,.08);padding:8px}.mega-card img{width:64px;height:64px;object-fit:cover;border-radius:10px}.mega-card span{display:block;font-size:12px;color:var(--muted);margin-top:4px}.mega-cta{width:100%}.nav-actions{display:flex;align-items:center;gap:10px;flex:1 1;justify-content:flex-end}.header-search-cluster{display:inline-flex;align-items:center;min-width:min(520px,58vw)}.header-store-link{display:inline-flex;align-items:center;justify-content:center;padding:0 16px;height:42px;border:1px solid rgba(255,69,0,.3);border-right:none;border-radius:999px 0 0 999px;background:rgba(255,69,0,.15);color:#fff1ea;font-weight:700;text-transform:uppercase;letter-spacing:.06em;font-size:12px;white-space:nowrap}.header-store-link:-webkit-any-link{color:#fff1ea}.header-store-link:any-link{color:#fff1ea}.header-store-link:hover{background:rgba(255,69,0,.26)}.header-search{display:inline-flex;align-items:center;gap:8px;padding:6px 8px 6px 6px;border-radius:0 999px 999px 0;border:1px solid rgba(255,69,0,.26);border-left:none;background:rgba(19,24,32,.9);min-width:min(420px,52vw);flex:1 1}.header-search input{border:none;background:transparent;color:var(--ink);padding:6px 10px;min-width:120px}.header-search input:focus{outline:none}.header-search-button{border:1px solid rgba(255,69,0,.35);background:rgba(255,69,0,.16);color:#fff;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:600}.nav-link{font-weight:500;font-size:14px;color:inherit;padding:8px 12px;border-radius:8px;white-space:nowrap;transition:color .2s ease,background .2s ease;border:1px solid transparent}.nav-link:-webkit-any-link{color:inherit}.nav-link:any-link{color:inherit}.nav-link:hover{color:var(--accent);background:rgba(255,255,255,.06);border-color:rgba(255,69,0,.3)}.nav-link--cta{background:rgba(255,69,0,.18);border-color:rgba(255,69,0,.4);color:#fff3ec}.nav-link--cta:-webkit-any-link{color:#fff3ec}.nav-link--cta:any-link{color:#fff3ec}.nav-link--cta:hover{background:rgba(255,69,0,.32);color:#ffffff}.nav-link--login{border-radius:999px;padding:6px 12px;font-weight:600;background:var(--accent);color:#ffffff;border-color:transparent}.nav-link--login:-webkit-any-link{color:#ffffff}.nav-link--login:any-link{color:#ffffff}.nav-link--login:hover{background:color-mix(in oklab,var(--accent) 88%,black 12%);color:#ffffff}.nav-link--account{border-radius:999px;padding:6px 12px;font-weight:500;background:rgba(255,255,255,.1);color:var(--header-text)}.nav-link--account:-webkit-any-link{color:var(--header-text)}.nav-link--account:any-link{color:var(--header-text)}.nav-link--account:hover{background:rgba(255,255,255,.2);color:var(--header-text)}.nav-search{display:inline-flex;align-items:center;gap:8px;min-width:260px;max-width:28rem;padding:6px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.05);transition:border-color .2s ease,background .2s ease}.nav-search:focus-within{border-color:rgba(255,69,0,.7);background:rgba(255,255,255,.1)}.nav-search-icon{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;color:rgba(255,255,255,.72)}.nav-search-input{flex:1 1;min-width:0;border:0;outline:none;background:transparent;color:var(--header-text);font-size:14px}.nav-search-input::placeholder{color:rgba(255,255,255,.6)}.nav-search-trigger{display:none;border:0;background:transparent;color:var(--header-text);padding:8px;border-radius:6px;cursor:pointer}.nav-search-trigger:hover{color:var(--accent)}.nav-auth-loading{display:inline-flex;width:80px;height:36px;border-radius:999px;background:rgba(255,255,255,.12);animation:nav-auth-pulse 1s ease-in-out infinite alternate}@keyframes nav-auth-pulse{0%{opacity:.5}to{opacity:1}}.menu-button{background:transparent;border:0;color:var(--header-text);padding:8px;border-radius:8px;cursor:pointer;display:none}.menu-button:hover{color:var(--accent)}.nav-mobile{display:none;flex-direction:column;gap:8px;padding:16px 24px 20px;background:var(--header-bg);border-top:1px solid rgba(255,255,255,.08)}.nav-mobile-divider{height:1px;background:rgba(255,255,255,.12);margin:8px 0}.hero{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:28px;gap:28px;align-items:center}.hero h1{font-size:44px;margin:0 0 12px}.hero p{color:var(--muted);line-height:1.6}.hero-spotlight{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:36px}.hero-kicker{display:inline-flex;align-items:center;gap:8px;font-size:12px;letter-spacing:.3em;text-transform:uppercase;color:var(--accent);margin-bottom:10px}.hero-title{font-size:clamp(38px,5vw,64px);margin:0 0 12px;line-height:1.05}.hero-title span{color:var(--accent)}.ftr-gallery-title-accent{color:rgb(255,69,0)!important;text-shadow:0 2px 14px rgba(0,0,0,.55),0 0 22px rgba(255,69,0,.4)}.hero-subtitle{font-size:16px;max-width:520px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:20px 0 24px}.hero-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:12px;gap:12px}.metric-card{background:rgba(8,22,32,.7);border:1px solid rgba(255,69,0,.2);border-radius:14px;padding:12px 14px;display:grid;grid-gap:6px;gap:6px}.metric-card span{font-size:12px;color:var(--muted)}.metric-card strong{font-size:16px}.hero-stack{display:grid;grid-gap:14px;gap:14px}.commerce-home-focal-hero{position:relative;overflow:hidden;border-radius:22px;border:1px solid rgba(255,69,0,.2);background:rgba(8,22,32,.92);min-height:clamp(220px,30vw,340px)}.commerce-home-focal-hero__image{position:absolute;z-index:1;max-width:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.glass-card{background:linear-gradient(135deg,rgba(16,41,58,.9),rgba(8,22,32,.9));border:1px solid rgba(255,69,0,.25);border-radius:20px;padding:20px;box-shadow:0 24px 50px -32px rgba(0,0,0,.6)}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:12px;color:var(--muted)}.status-dot{display:inline-flex;align-items:center;gap:6px;color:var(--highlight);font-weight:600}.status-dot:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--highlight);box-shadow:0 0 10px var(--highlight)}.mini-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));grid-gap:10px;gap:10px;margin-top:14px;font-size:13px}.mini-grid small{color:var(--muted);display:block;margin-bottom:4px}.floating-card{background:rgba(12,30,42,.85);border:1px solid rgba(255,69,0,.2);border-radius:18px;padding:16px}.banner{margin-top:40px;padding:28px;border-radius:22px;background:linear-gradient(120deg,rgba(255,69,0,.18),rgba(8,22,32,.9));border:1px solid rgba(255,69,0,.2);display:grid;grid-gap:20px;gap:20px;align-items:center}.banner-tags{display:flex;flex-wrap:wrap;gap:10px}.collection-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:18px;gap:18px}.collection-card{background:linear-gradient(140deg,rgba(255,69,0,.16),rgba(8,22,32,.95));border:1px solid rgba(255,69,0,.2);border-radius:18px;padding:18px;display:grid;grid-gap:12px;gap:12px;justify-items:start}.tag-row{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}.badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:999px;font-size:11px;letter-spacing:.08em;text-transform:uppercase;background:var(--accent);color:#fff}.badge.light{background:rgba(255,69,0,.15);color:var(--ink);border:1px solid rgba(255,69,0,.35)}.grid-split{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:20px;gap:20px}.panel{background:var(--surface);border:1px solid var(--stroke);border-radius:18px;padding:20px;display:grid;grid-gap:16px;gap:16px;box-shadow:0 22px 42px -36px rgba(0,0,0,.95)}.panel ul{margin:0;padding-left:18px;color:var(--muted);display:grid;grid-gap:8px;gap:8px}.panel-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:12px;gap:12px}.panel-grid h4{margin:6px 0}.vehicle-garage-bar{padding:8px 10px;display:grid;grid-gap:8px;gap:8px}.vehicle-garage-title{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);white-space:nowrap}.vehicle-garage-controls{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px}.vehicle-garage-select{width:100%;min-width:0;padding:7px 10px;border-radius:8px}.vehicle-garage-select-year{min-width:0}.timeline{gap:14px}.timeline-step{display:grid;grid-template-columns:18px 1fr;grid-gap:12px;gap:12px;align-items:start}.step-dot{width:10px;height:10px;border-radius:50%;background:var(--accent);box-shadow:0 0 12px rgba(255,69,0,.6);margin-top:6px}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:20px;gap:20px}.partner-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:20px;gap:20px}.partner-card{background:var(--surface);border:1px solid var(--stroke);border-radius:18px;padding:16px;display:grid;grid-gap:12px;gap:12px;align-items:center;grid-template-columns:80px 1fr;transition:transform .2s ease,box-shadow .2s ease}.partner-card:hover{transform:translateY(-3px);box-shadow:0 18px 30px -24px rgba(0,0,0,.4)}.partner-card img{width:80px;height:80px;border-radius:14px;object-fit:cover;border:1px solid var(--stroke)}.endorse-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:18px;gap:18px}.gallery-card{background:var(--surface);border:1px solid var(--stroke);border-radius:18px;overflow:hidden;display:grid;transition:transform .2s ease,box-shadow .2s ease}.gallery-card:hover{transform:translateY(-4px);box-shadow:0 20px 30px -20px rgba(0,0,0,.4)}.gallery-image{height:180px;background:#0c1f2d;display:flex;align-items:center;justify-content:center}.gallery-image img{width:100%;height:100%;object-fit:cover}.gallery-meta{padding:16px;display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.reveal{animation:rise .6s ease both}.highlight{margin-top:40px;padding:28px;border-radius:20px;border:1px solid rgba(255,69,0,.25);background:radial-gradient(circle at top right,rgba(255,69,0,.2),rgba(8,22,32,.95));display:flex;justify-content:space-between;gap:20px;align-items:center;flex-wrap:wrap}.section{margin-top:32px}.section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.ftr-home{display:grid;grid-gap:32px;gap:32px}.ftr-home--overlap{margin-top:clamp(-52px,-3.8vw,-28px);position:relative;z-index:3}.ftr-home .button{background:linear-gradient(140deg,#ff5f21,#d93c00);border:1px solid rgba(255,124,90,.48);box-shadow:0 16px 30px -18px rgba(255,69,0,.8)}.ftr-home .button:hover{filter:brightness(1.05)}.ftr-home .button.secondary{background:rgba(19,24,33,.88);color:#fff0e8;border:1px solid rgba(255,124,90,.42)}.ftr-home .button.secondary:hover{background:rgba(255,69,0,.18)}.about-shell{display:grid;grid-gap:24px;gap:24px}.about-hero{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);grid-gap:20px;gap:20px;align-items:start}.about-hero-copy{border:1px solid rgba(255,69,0,.24);border-radius:22px;padding:24px;background:linear-gradient(145deg,rgba(255,69,0,.14),rgba(15,20,30,.94))}.about-hero-cards{display:grid;grid-gap:14px;gap:14px}.about-band{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:12px;gap:12px;border:1px solid rgba(255,69,0,.2);border-radius:16px;padding:14px;background:rgba(17,22,31,.84)}.about-band strong{font-family:var(--display-font);text-transform:uppercase;letter-spacing:.06em}.about-band p{margin:6px 0 0;color:var(--muted)}.about-flow{display:grid;grid-gap:10px;gap:10px}.about-flow-step{display:grid;grid-template-columns:auto 1fr;grid-gap:12px;gap:12px;align-items:start;padding:12px;border-radius:12px;border:1px solid rgba(255,69,0,.2);background:rgba(17,22,30,.8)}.about-flow-step span{width:26px;height:26px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,69,0,.25);border:1px solid rgba(255,69,0,.38);font-weight:700}.about-flow-step p{margin:4px 0 0;color:var(--muted)}.about-v2{display:grid;grid-gap:22px;gap:22px}.about-v2--overlap{margin-top:-78px;position:relative;z-index:3}.about-v2-intro{display:grid;grid-template-columns:minmax(460px,.95fr) minmax(0,1fr);grid-gap:4px;gap:4px;align-items:end;margin-top:-72px}.about-v2-intro .ftr-floating-hero{margin-top:-124px;justify-content:flex-end}.about-v2-intro .ftr-floating-hero__copy{max-width:min(620px,100%)}.about-v2-hero,.about-v2-section{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);grid-gap:16px;gap:16px;align-items:stretch}.about-v2-section--reverse{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}.about-v2-section--reverse .about-v2-copy{order:1}.about-v2-section--reverse .about-v2-photo{order:2}.about-v2-copy{border:1px solid rgba(255,124,90,.22);border-radius:22px;padding:20px;background:linear-gradient(160deg,rgba(14,20,30,.86),rgba(8,14,22,.8))}.about-v2-copy h1,.about-v2-copy h2{margin:0 0 12px;font-size:clamp(34px,5vw,56px);line-height:.9;text-transform:uppercase}.about-v2-copy p{margin:0 0 10px;color:#dde5f0;max-width:72ch}.about-v2-copy ul{margin:0 0 10px;padding-left:18px;color:#dde5f0;display:grid;grid-gap:8px;gap:8px}.about-v2-photo{border:1px solid rgba(255,124,90,.2);border-radius:22px;background:rgba(11,16,24,.82);overflow:hidden;display:grid}.about-v2-photo img{width:100%;aspect-ratio:16/13;object-fit:cover;background:#0b121c}.about-v2-photo--ftr750 img{aspect-ratio:16/15.5}.about-v2-photo-placeholder{width:100%;aspect-ratio:16/13;display:grid;place-items:center;background:linear-gradient(135deg,rgba(255,69,0,.14),rgba(18,25,36,.92)),repeating-linear-gradient(-45deg,rgba(255,255,255,.04) 0 12px,transparent 12px 24px);color:rgba(245,247,251,.72);font-family:Space Mono,Consolas,monospace;text-transform:uppercase;letter-spacing:.12em;font-size:11px}.about-v2-photo p{margin:0;padding:10px 12px 12px;color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.08em}.about-v2-band{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.about-v2-flag{display:flex;justify-content:flex-start;margin-top:0;align-self:end}.about-v2-flag .about-v2-chip{max-width:none;width:100%}.about-v2-chip{border:1px solid rgba(255,124,90,.2);border-radius:14px;padding:12px;background:rgba(13,18,26,.82)}.about-v2-chip strong{text-transform:uppercase;letter-spacing:.08em;font-size:12px}.about-v2-chip p{margin:8px 0 0;color:var(--muted)}.about-v2-pile{border:1px dashed rgba(255,124,90,.38);border-radius:18px;padding:16px;background:rgba(255,69,0,.08)}.about-v2-pile h2{margin:0 0 8px;text-transform:uppercase}.about-v2-pile p{margin:0;color:#ffd7c8}.about-v2-conditions{margin-top:4px}.ftr-hero-banner-bleed{position:relative;width:100vw;margin-left:calc(50% - 50vw);overflow:hidden;height:clamp(320px,40vw,560px);margin-top:-8px;background-color:#0b0e13;z-index:1;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,1) 0,rgba(0,0,0,1) 58%,rgba(0,0,0,.68) 78%,rgba(0,0,0,0));mask-image:linear-gradient(180deg,rgba(0,0,0,1) 0,rgba(0,0,0,1) 58%,rgba(0,0,0,.68) 78%,rgba(0,0,0,0))}.ftr-hero-banner-image{position:absolute;z-index:1;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;max-width:none}.ftr-hero-point-marker{position:absolute;transform:translate(-50%,-50%);border-radius:999px;padding:5px 10px;font-family:Space Mono,Consolas,monospace;font-size:11px;line-height:1.15;white-space:nowrap;pointer-events:none;z-index:5;border:1px solid rgba(255,255,255,.75);color:#ffffff;text-shadow:0 1px 2px rgba(0,0,0,.9)}.ftr-hero-point-marker--target{background:rgba(30,175,30,.75)}.ftr-hero-point-marker--object{background:rgba(220,72,72,.78)}.ftr-hero-banner-overlay{position:absolute;inset:0;pointer-events:none;z-index:2}.ftr-hero-banner-overlay-inner{max-width:1240px;height:100%;margin:0 auto;padding:28px 24px;display:flex;align-items:flex-start;justify-content:flex-end}.ftr-hero-banner-lockup{display:grid;justify-items:end;grid-gap:8px;gap:8px}.ftr-hero-banner-logo{width:clamp(220px,24vw,420px);height:auto;opacity:.94;filter:drop-shadow(0 10px 28px rgba(0,0,0,.55))}.ftr-hero-banner-slogan{margin:0;font-family:var(--display-font);text-transform:uppercase;letter-spacing:.08em;font-size:clamp(18px,2vw,30px);color:#f8fbff;text-shadow:0 6px 18px rgba(0,0,0,.65)}.ftr-hero{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);grid-gap:24px;gap:24px;align-items:stretch}.ftr-cinematic-hero{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);grid-gap:20px;gap:20px}.ftr-cinematic-hero__copy{border:1px solid rgba(255,115,86,.38);border-radius:26px;padding:clamp(22px,4vw,34px);background:radial-gradient(circle at 12% 8%,rgba(255,69,0,.22),transparent 52%),linear-gradient(145deg,rgba(21,28,40,.92),rgba(8,14,21,.98));box-shadow:0 30px 50px -36px rgba(0,0,0,.95),inset 0 1px 0 rgba(255,255,255,.06)}.ftr-cinematic-hero__panel{border:1px solid rgba(255,115,86,.28);border-radius:26px;padding:22px;background:linear-gradient(170deg,rgba(14,20,31,.98),rgba(7,13,21,.94)),rgba(12,17,24,.92);box-shadow:0 28px 42px -34px rgba(0,0,0,.95),inset 0 1px 0 rgba(255,255,255,.06);display:grid;grid-gap:18px;gap:18px;align-content:start}.ftr-floating-hero{display:flex;justify-content:flex-end;margin-top:clamp(-156px,-11vw,-86px);position:relative;z-index:4}.ftr-floating-hero__copy{max-width:min(620px,100%);padding:8px 4px 4px}.ftr-block{display:grid;grid-gap:14px;gap:14px}.ftr-block-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.ftr-block-head h2{margin:0;font-size:clamp(34px,5vw,54px);text-transform:uppercase;line-height:.9}.ftr-block-head a{color:#ffd1bf;text-transform:uppercase;letter-spacing:.08em;font-size:12px}.ftr-hero__copy{border:1px solid rgba(255,69,0,.22);border-radius:22px;padding:28px;background:linear-gradient(135deg,rgba(255,69,0,.1),rgba(10,22,34,.95))}.ftr-kicker{display:inline-flex;font-size:11px;letter-spacing:.28em;color:#ffb69d;margin-bottom:10px;text-shadow:0 6px 20px rgba(0,0,0,.8)}.ftr-kicker,.ftr-title{text-transform:uppercase}.ftr-title{font-size:clamp(36px,5.6vw,62px);line-height:.98;margin:0;text-shadow:0 14px 30px rgba(0,0,0,.85),0 1px 0 rgba(255,255,255,.15)}.ftr-subtitle{max-width:56ch;font-size:16px;line-height:1.6;color:#e7ecf5;margin:18px 0 0;text-shadow:0 8px 24px rgba(0,0,0,.86)}.ftr-actions{margin-top:24px;display:flex;gap:12px;flex-wrap:wrap}.ftr-hero-bullets{margin-top:16px;display:flex;flex-wrap:wrap;gap:8px}.ftr-hero-bullets span{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:6px 12px;text-transform:uppercase;letter-spacing:.08em;font-size:11px;border:1px solid rgba(255,124,90,.4);background:rgba(255,69,0,.14)}.ftr-hero__panel{border:1px solid rgba(255,69,0,.18);border-radius:22px;padding:22px;background:#0a1a26;display:grid;grid-gap:16px;gap:16px;align-content:start}.ftr-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.ftr-stat{padding:12px;border-radius:14px;background:rgba(12,30,42,.8);border:1px solid rgba(255,69,0,.2)}.ftr-stat small{display:block;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:8px}.ftr-stat strong{font-family:var(--display-font);font-size:30px;line-height:1}.ftr-callout{border-radius:16px;background:rgba(255,69,0,.12);border:1px solid rgba(255,69,0,.35);padding:14px}.ftr-callout p{margin:8px 0 0;color:#ffe0d1}.ftr-section-shell{border:1px solid rgba(255,124,90,.16);border-radius:20px;padding:16px;background:linear-gradient(160deg,rgba(13,18,28,.56),rgba(8,13,21,.5));box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}.ftr-value-strip{display:flex;flex-wrap:wrap;gap:10px}.ftr-category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:14px;gap:14px}.ftr-category-card{border-radius:16px;border:1px solid rgba(255,124,90,.2);background:linear-gradient(155deg,rgba(255,69,0,.08),rgba(12,18,27,.7));padding:14px;display:grid;grid-gap:10px;gap:10px;transition:transform .22s ease,border-color .22s ease,background .22s ease}.ftr-category-card:hover{transform:translateY(-3px);border-color:rgba(255,124,90,.45);background:linear-gradient(155deg,rgba(255,69,0,.14),rgba(12,18,27,.82))}.ftr-category-card h3{margin:0;text-transform:uppercase;font-size:25px;line-height:.96}.ftr-category-card p{margin:0 0 2px;color:var(--muted);font-size:14px}.ftr-category-card>a{color:#ffd1bf}.ftr-category-card>a,.ftr-chip{text-transform:uppercase;letter-spacing:.08em;font-size:11px}.ftr-chip{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(255,69,0,.4);background:rgba(255,69,0,.12);padding:6px 12px}.ftr-product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:14px;gap:14px}.ftr-product-card{border:1px solid rgba(255,124,90,.2);border-radius:24px;overflow:hidden;background:linear-gradient(165deg,rgba(15,21,31,.88),rgba(8,14,22,.88));-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.ftr-product-card:hover{transform:translateY(-4px);border-color:rgba(255,69,0,.45);box-shadow:0 22px 36px -30px rgba(255,69,0,.5)}.ftr-product-card__media{height:170px;background:#091722}.ftr-product-card__media img{width:100%;height:100%;object-fit:cover}.ftr-product-card__body{padding:14px}.ftr-product-card__body h3{margin:0 0 8px;font-size:22px;line-height:1.02;text-transform:uppercase}.ftr-product-card__body p{margin:0;color:var(--muted)}.ftr-story-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:16px;gap:16px}.ftr-story-grid--split{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.ftr-panel-strong{background:linear-gradient(160deg,rgba(255,69,0,.08),rgba(11,16,24,.58));border-color:rgba(255,124,90,.2)}.ftr-panel-soft{background:linear-gradient(160deg,rgba(15,21,31,.66),rgba(9,14,22,.58));border-color:rgba(255,124,90,.14)}.ftr-condition-list{display:grid;grid-gap:10px;gap:10px}.ftr-condition-list strong{display:block;text-transform:uppercase;letter-spacing:.05em}.ftr-condition-list p{margin:4px 0 0;color:var(--muted)}.ftr-condition-item{border:1px solid rgba(255,69,0,.2);border-radius:12px;padding:12px;background:rgba(18,22,28,.75)}.condition-help-link{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:999px;border:1px solid;font-size:10px;line-height:1}.condition-help-inline{font-size:13px;color:var(--muted);text-decoration:underline}.ftr-bottom-cta{margin-top:8px;border-radius:34px;border:none;background:radial-gradient(circle at 0 0,rgba(255,69,0,.24),transparent 44%),radial-gradient(circle at 100% 100%,rgba(255,69,0,.12),transparent 50%),linear-gradient(125deg,rgba(14,21,31,.86),rgba(8,14,22,.86));padding:28px;display:flex;gap:18px;align-items:center;justify-content:space-between;flex-wrap:wrap;box-shadow:0 26px 46px -34px rgba(0,0,0,.9)}.ftr-home .panel{border-radius:18px;padding:18px;gap:12px;box-shadow:0 16px 28px -32px rgba(0,0,0,.85)}.ftr-home .panel h3{margin:0;font-size:clamp(30px,4.2vw,42px);line-height:.96;text-transform:uppercase}.ftr-home .panel p{margin:0;color:#dbe3ef;max-width:62ch}.ftr-story-band{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);grid-gap:18px;gap:18px}.ftr-story-band__lead{border-radius:24px;padding:22px;border:1px solid rgba(255,124,90,.28);background:radial-gradient(circle at 10% 0,rgba(255,69,0,.18),transparent 46%),linear-gradient(160deg,rgba(15,21,31,.88),rgba(8,14,22,.84))}.ftr-story-band__kicker{margin:0 0 10px;font-size:12px;color:#ffb69d;text-transform:uppercase;letter-spacing:.12em}.ftr-story-band__lead h2{margin:0 0 12px;font-size:clamp(38px,4.8vw,62px);line-height:.88;text-transform:uppercase}.ftr-story-band__lead p{margin:0;max-width:62ch;color:#dfe7f3}.ftr-story-band__side{border-radius:24px;padding:22px;border:1px solid rgba(255,124,90,.22);background:linear-gradient(160deg,rgba(14,19,29,.9),rgba(8,14,22,.82));display:grid;align-content:start;grid-gap:10px;gap:10px}.ftr-story-band__side h3{margin:0;font-size:clamp(28px,3.2vw,40px);line-height:.9;text-transform:uppercase}.ftr-story-band__side ul{margin:0;padding-left:18px;color:#dfe7f3;display:grid;grid-gap:8px;gap:8px}.ftr-info-rail{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.ftr-info-card{border-radius:22px;padding:20px;border:1px solid rgba(255,124,90,.2);background:linear-gradient(160deg,rgba(14,20,30,.84),rgba(9,15,23,.8));display:grid;grid-gap:12px;gap:12px}.ftr-info-card h3{margin:0;font-size:clamp(28px,3vw,36px);line-height:.92;text-transform:uppercase}.ftr-info-card p{margin:0;color:#dbe3ef}.ftr-editorial{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);grid-gap:18px;gap:18px}.ftr-duo-card,.ftr-editorial__detail,.ftr-editorial__lead{border:1px solid rgba(255,124,90,.2);border-radius:20px;padding:18px;background:linear-gradient(165deg,rgba(15,21,31,.72),rgba(8,14,22,.68))}.ftr-editorial__kicker{margin:0 0 8px;color:#ffb69d;text-transform:uppercase;letter-spacing:.1em;font-size:12px}.ftr-editorial__lead h2{margin:0 0 12px;font-size:clamp(34px,4.6vw,52px);line-height:.9;text-transform:uppercase}.ftr-editorial__lead p{margin:0;color:#dde5f0;max-width:60ch}.ftr-duo-card h3,.ftr-editorial__detail h3{margin:0 0 10px;font-size:clamp(28px,3.2vw,38px);line-height:.92;text-transform:uppercase}.ftr-editorial__detail ul{margin:0 0 14px;padding-left:18px;color:#dde5f0;display:grid;grid-gap:8px;gap:8px}.ftr-duo{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.ftr-block--featured .text-muted{max-width:72ch}.ftr-bottom-cta h2{font-size:clamp(32px,5vw,52px);text-transform:uppercase;margin:0}.ftr-bottom-cta p{margin:8px 0 0;color:#ffd6c7}.ftr-cart-shell,.ftr-checkout-shell,.ftr-store-shell{display:grid;grid-gap:26px;gap:26px}.ftr-store-hero{border:1px solid rgba(255,124,90,.28);border-radius:24px;padding:24px;background:radial-gradient(circle at 6% 0,rgba(255,69,0,.2),transparent 45%),linear-gradient(160deg,rgba(14,20,30,.88),rgba(8,14,22,.82))}.ftr-store-hero h1{margin:0 0 10px;font-size:clamp(40px,6vw,72px);line-height:.9;text-transform:uppercase}.ftr-store-hero p{margin:0;color:#dbe3ef;max-width:72ch}.ftr-store-shell .pill-list{margin:0 0 6px}.ftr-store-shell .pill-choice{background:rgba(15,21,31,.86)}.ftr-cart-table-wrap{border:1px solid rgba(255,124,90,.2);border-radius:18px;overflow:hidden;background:rgba(13,18,26,.8)}.ftr-cart-table td,.ftr-cart-table th{border-bottom:1px solid rgba(255,124,90,.12)}.ftr-cart-summary{margin-top:16px;border:1px solid rgba(255,124,90,.24);border-radius:18px;background:rgba(13,18,26,.86);padding:16px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.ftr-cart-summary small{display:block;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:11px}.ftr-cart-summary strong{font-family:var(--display-font);font-size:40px;line-height:.9}.ftr-empty-state{border:1px dashed rgba(255,124,90,.3);border-radius:16px;padding:18px;background:rgba(13,18,26,.7);display:grid;grid-gap:12px;gap:12px;justify-items:start}.ftr-checkout-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);grid-gap:18px;gap:18px}.ftr-checkout-form,.ftr-checkout-summary{border:1px solid rgba(255,124,90,.2);border-radius:20px;padding:18px;background:linear-gradient(160deg,rgba(15,21,31,.84),rgba(8,14,22,.78));display:grid;grid-gap:12px;gap:12px;align-content:start}.ftr-checkout-summary h3{margin:0;font-size:clamp(30px,3.5vw,42px);line-height:.92;text-transform:uppercase}.ftr-checkout-toggle{display:inline-flex;align-items:center;gap:8px}.ftr-photo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:14px;gap:14px}.ftr-photo-card{border-radius:16px;overflow:hidden;background:#0b1d2a;border:1px solid rgba(255,69,0,.2);transition:transform .2s ease,border-color .2s ease}.ftr-photo-card:hover{transform:translateY(-4px);border-color:rgba(255,69,0,.45)}.ftr-photo-media{aspect-ratio:4/3;background:#07131d}.ftr-photo-media img{width:100%;height:100%;object-fit:cover}.ftr-photo-body{padding:12px 14px 14px}.ftr-photo-body h3{margin:2px 0 6px;text-transform:uppercase;font-size:24px;line-height:1}.ftr-photo-body p{margin:0;color:var(--muted)}.card-grid,.feature-grid,.product-grid,.stat-grid{display:grid;grid-gap:20px;gap:20px}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.product-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.stat-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.card,.product-card,.stat-card{background:var(--surface);border:1px solid var(--stroke);padding:18px;border-radius:18px;box-shadow:0 20px 34px -28px rgba(0,0,0,.8);transition:transform .2s ease}.card:hover,.product-card:hover{transform:translateY(-4px)}.product-card img{width:100%;height:160px;object-fit:cover;border-radius:12px;border:1px solid var(--stroke)}.pill{display:inline-block;padding:4px 12px;border-radius:999px;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.button,.pill,button{background:var(--accent);color:white}.button,button{border:none;padding:10px 18px;border-radius:999px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px}.button.google{background:white;color:#1f1b16;border:1px solid #cfd9e4}.button.google:hover{background:#f3f7fb}.button.full{width:100%}.button.secondary{background:transparent;color:var(--accent-dark);border:1px solid var(--accent-dark)}input,select,textarea{width:100%;padding:10px 12px;border-radius:10px;border:1px solid var(--stroke);background:#0f2433;font-family:inherit;color:var(--ink)}.grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:20px;gap:20px}.notice{background:#11283a;border:1px dashed #2a5b75;padding:12px 16px;border-radius:12px;color:var(--muted)}.summary-card{background:#0a1a26;color:var(--ink);border-radius:18px;padding:20px}.rich-description{color:var(--muted);line-height:1.6}.rich-description h2,.rich-description h3{color:var(--ink);margin-bottom:8px}.rich-description ol,.rich-description ul{padding-left:18px}.rich-description a{color:var(--accent)}.summary-card strong{font-size:20px}.table{width:100%;border-collapse:collapse}.table td,.table th{padding:10px 12px;border-bottom:1px solid var(--stroke);text-align:left;font-size:14px}.config-grid{display:grid;grid-template-columns:1.3fr .7fr;grid-gap:20px;gap:20px}.config-card{background:var(--surface);border:1px solid var(--stroke);border-radius:16px;padding:18px;display:grid;grid-gap:12px;gap:12px}.config-row{display:grid;grid-gap:8px;gap:8px}.pill-list{display:flex;flex-wrap:wrap;gap:8px}.pill-choice{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;border:1px solid var(--stroke);font-size:12px;cursor:pointer;background:#0f2433}.pill-choice.active{background:var(--accent);color:white;border-color:var(--accent)}.swatch{width:14px;height:14px;border-radius:999px;border:1px solid rgba(0,0,0,.15)}.config-table{width:100%;border-collapse:collapse;font-size:13px}.config-table td,.config-table th{padding:8px 10px;border-bottom:1px solid var(--stroke);text-align:left}.config-side{display:grid;grid-gap:16px;gap:16px}.button.small{padding:6px 12px;font-size:12px}.admin-grid{grid-template-columns:minmax(0,1.65fr) minmax(0,.7fr);align-items:start}.admin-sidebar-card{padding:14px;gap:10px}.config-side .config-row label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.config-side .config-row input,.config-side .config-row select,.config-side .config-row textarea{font-size:12px;padding:8px 10px}.config-side .button{padding:6px 12px;font-size:12px}.admin-inline-actions{align-items:center}.admin-inline-actions input{flex:1 1;min-width:120px}.version-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;border:1px solid rgba(255,69,0,.25);background:rgba(255,69,0,.12);font-size:12px}.config-notes{background:#11283a;border:1px dashed #2a5b75;border-radius:14px;padding:12px 14px;color:var(--muted);font-size:13px}.image-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:12px;gap:12px}.image-tile{border-radius:12px;border:1px solid var(--stroke);background:var(--surface);padding:6px;overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:180px}.image-tile img{width:100%;height:auto;max-height:460px;object-fit:contain;border-radius:10px;display:block}.viewer-shell{background:var(--surface);border:1px solid var(--stroke);border-radius:18px;padding:16px;display:grid;grid-gap:12px;gap:12px}.viewer-shell.drag{border-color:var(--accent);box-shadow:0 0 0 2px rgba(255,69,0,.2)}.viewer-toolbar{display:flex;align-items:center;gap:12px;font-weight:600}.viewer-canvas{width:100%;min-height:360px;border-radius:12px;overflow:hidden;border:1px solid var(--stroke);background:#0f2433}.viewer-status{font-size:12px;color:var(--muted)}.progress-bar{height:10px;border-radius:999px;background:#0f2433;border:1px solid var(--stroke);overflow:hidden}.progress-bar__fill{height:100%;background:linear-gradient(90deg,#ff4500,#ff9f80)}.site-footer{background:var(--footer-bg);color:var(--footer-text);padding:44px 0 22px;margin-top:auto;border-top:1px solid rgba(255,69,0,.12)}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:24px;gap:24px;align-items:start}.footer-brand p{color:rgba(230,220,207,.75);line-height:1.6}.footer-title{text-transform:uppercase;letter-spacing:.18em;font-size:13px;color:var(--accent);font-weight:700}.footer-tagline{font-style:italic;font-size:13px}.footer-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:20px;gap:20px}.footer-links h4{font-size:12px;text-transform:uppercase;letter-spacing:.2em;color:rgba(230,220,207,.6)}.footer-links ul{list-style:none;padding:0;margin:0;display:grid;grid-gap:10px;gap:10px}.footer-links a{color:inherit}.footer-bottom{display:flex;justify-content:space-between;gap:12px;border-top:1px solid rgba(230,220,207,.15);margin-top:30px;padding-top:16px;font-size:12px;flex-wrap:wrap}.admin-zone-list{gap:16px}.admin-zone-card{display:grid;grid-gap:16px;gap:16px;border-radius:18px;padding:16px;border:1px solid rgba(255,255,255,.08);background:rgba(11,15,20,.65);box-shadow:0 14px 30px rgba(0,0,0,.18)}.admin-zone-header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;flex-wrap:wrap}.admin-zone-title{display:grid;grid-gap:12px;gap:12px;grid-template-columns:minmax(140px,180px) minmax(200px,1fr);flex:1 1}.admin-zone-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.admin-zone-options h4{margin-bottom:12px}.admin-zone-toggles{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.zone-picker{position:fixed;inset:0;z-index:1200;display:flex;align-items:center;justify-content:center}.zone-picker__backdrop{position:absolute;inset:0;background:rgba(4,6,10,.68);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.zone-picker__panel{position:relative;z-index:1;width:min(960px,94vw);border-radius:22px;background:rgba(12,16,22,.98);border:1px solid rgba(255,255,255,.12);box-shadow:0 30px 90px rgba(0,0,0,.45);padding:20px;display:grid;grid-gap:14px;gap:14px}.zone-picker__footer,.zone-picker__header,.zone-picker__meta{display:flex;justify-content:space-between;gap:12px;align-items:center;flex-wrap:wrap}.zone-picker__meta{font-size:13px;color:rgba(228,236,248,.7)}.zone-picker__canvas{border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.08);min-height:480px;cursor:crosshair}@keyframes rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){:root{--header-height:104px}.ftr-floating-hero{margin-top:clamp(-92px,-8.5vw,-54px)}.ftr-home--overlap{margin-top:clamp(-34px,-3.2vw,-18px)}.nav-search{display:none}.nav-search-trigger{display:inline-flex}}@media (max-width:516px){.brand-logo,.brand-title{display:none}.brand-favicon{display:block}.brand:before{display:none}}@media (max-width:768px){.nav-desktop{display:none}.menu-button{display:inline-flex}.nav-mobile{display:flex}.nav-mobile .nav-search{display:inline-flex;width:100%;max-width:100%}.nav-actions{margin-left:auto}.header-row{flex-wrap:wrap}.brand-lockup{min-width:0}.brand{min-height:58px}.brand-logo{width:clamp(150px,44vw,220px);height:auto;max-height:52px}.account-shell,.admin-image-add,.admin-image-upload,.config-grid,.ftr-cinematic-hero,.ftr-hero,.hero-spotlight{grid-template-columns:1fr}.ftr-floating-hero{margin-top:clamp(-22px,-3.6vw,-8px);justify-content:flex-start}.ftr-floating-hero__copy{max-width:100%}.ftr-story-grid--split{grid-template-columns:1fr}.ftr-block-head{align-items:flex-start;flex-direction:column}.about-hero,.about-v2-hero,.about-v2-intro,.about-v2-section,.about-v2-section--reverse,.ftr-checkout-grid,.ftr-duo,.ftr-editorial,.ftr-info-rail,.ftr-story-band{grid-template-columns:1fr}.about-v2-intro .about-v2-flag{order:2}.about-v2-intro .ftr-floating-hero{margin-top:0;justify-content:stretch}.about-v2-intro .ftr-floating-hero__copy{max-width:100%}.about-v2-section--reverse .about-v2-copy,.about-v2-section--reverse .about-v2-photo{order:0}.about-v2-band{grid-template-columns:1fr}.about-v2--overlap{margin-top:-52px}.ftr-title{font-size:clamp(36px,10vw,58px)}.ftr-home--overlap{margin-top:clamp(-12px,-2vw,-4px)}.ftr-hero-banner-bleed{height:280px}.ftr-hero-banner-overlay-inner{padding-top:18px}.ftr-hero-banner-logo{width:clamp(170px,42vw,280px)}.ftr-hero-banner-slogan{font-size:clamp(14px,4.8vw,22px)}}@media (max-width:560px){.ftr-floating-hero,.ftr-home--overlap{margin-top:0}}@media (max-width:700px){.hero h1{font-size:32px}.nav-actions{justify-content:flex-end}.header-search,.header-search-cluster{width:100%;min-width:0}}.footer-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:20px;gap:20px}.footer-columns h3{margin:0 0 10px;font-size:12px;text-transform:uppercase;letter-spacing:.2em;color:rgba(230,220,207,.6)}.footer-columns ul{list-style:none;padding:0;margin:0;display:grid;grid-gap:10px;gap:10px}.footer-link{color:inherit}.footer-meta{display:flex;justify-content:space-between;gap:12px;border-top:1px solid rgba(230,220,207,.15);margin-top:30px;padding-top:16px;font-size:12px;flex-wrap:wrap}.footer-brand-mark{display:inline-flex;align-items:center;margin-bottom:10px}.auth-split-page{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);grid-gap:24px;gap:24px;align-items:start}.auth-split-page--single{grid-template-columns:minmax(0,560px);justify-content:center}.auth-split-content,.auth-split-form{border:1px solid color-mix(in oklab,var(--accent) 25%,transparent);border-radius:20px;padding:20px;background:linear-gradient(160deg,rgba(15,21,31,.84),rgba(8,14,22,.78))}.auth-kicker{margin:0 0 8px;color:color-mix(in oklab,var(--accent) 65%,white 35%);text-transform:uppercase;letter-spacing:.12em;font-size:12px}.auth-benefits,.auth-feature{margin-top:16px}.auth-benefits ul{margin:8px 0 0;padding-left:18px;display:grid;grid-gap:8px;gap:8px}.auth-split-form form{display:grid;grid-gap:10px;gap:10px;margin-top:10px}.auth-split-form form>button[type=submit]{width:100%}.gsi-material-button{width:100%;min-height:44px;border-radius:999px;border:1px solid #cfd9e4;background:#ffffff;color:#1f1b16;padding:0 14px;position:relative}.gsi-material-button-content-wrapper{display:inline-flex;align-items:center;gap:10px}.apple-signin-button,.gsi-material-button-icon{display:inline-flex;align-items:center;justify-content:center}.apple-signin-button{width:100%;min-height:44px;border-radius:999px;border:1px solid #222;background:#111;color:#fff;gap:10px;padding:0 14px}@media (max-width:900px){.auth-split-page{grid-template-columns:1fr}}.segmented-toggle{--segment-count:3;--active-index:0;position:relative;display:grid;grid-template-columns:repeat(var(--segment-count),minmax(0,1fr));border:1px solid var(--muted);border-radius:.75rem;background:color-mix(in srgb,var(--surface) 88%,black);padding:.2rem;overflow:hidden}.segmented-toggle:before{content:"";position:absolute;top:.2rem;bottom:.2rem;left:.2rem;width:calc((100% - .4rem) / var(--segment-count));border-radius:.55rem;background:var(--primary);transform:translateX(calc(var(--active-index) * 100%));transition:transform .22s ease;z-index:0}.segmented-toggle[data-active-index="1"]{--active-index:1}.segmented-toggle[data-active-index="2"]{--active-index:2}.segmented-toggle__option{position:relative;z-index:1;border:none;background:transparent;color:var(--text);font-size:.9rem;font-weight:600;padding:.7rem .9rem;border-radius:.55rem;cursor:pointer;transition:color .18s ease}.segmented-toggle__option.active{color:rgb(var(--accent-text-color))}.segmented-toggle--lg .segmented-toggle__option{font-size:1rem;padding:.9rem 1rem}.editor-shell{--editor-paper:#0f1218;--editor-paper-2:#131924;--editor-border:#2a3444;--editor-border-soft:#1f2733;--editor-text:#e7edf7;--editor-muted:#95a4ba;--editor-warning:#f59e0b;--editor-success:#10b981;--editor-danger:#f87171;--editor-shadow:0 24px 54px -42px rgba(0,0,0,0.95),0 8px 16px -12px rgba(0,0,0,0.72);--editor-radius:0.92rem;--editor-radius-sm:0.68rem;--editor-highlight:rgba(245,158,11,0.92);min-height:100%;display:flex;flex-direction:column;color:var(--editor-text);background:radial-gradient(78rem 36rem at 104% -18%,rgba(245,158,11,.17),transparent 65%),radial-gradient(54rem 28rem at -18% -16%,rgba(34,197,94,.12),transparent 68%),linear-gradient(175deg,#0b0f16,#0f1218 42%,#111723);font-family:Sora,Avenir Next,Segoe UI,sans-serif}.editor-shell .editor-help-text{color:var(--editor-muted)}.editor-shell .wrapper{min-height:0}.editor-header-shell{position:-webkit-sticky;position:sticky;top:0;z-index:40;padding:.76rem .9rem;border-bottom:1px solid var(--editor-border);background:linear-gradient(160deg,rgba(17,23,35,.95),rgba(14,19,29,.92));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.editor-header-shell__inner{display:flex;align-items:center;justify-content:space-between;gap:.8rem;flex-wrap:wrap}.editor-header-shell__title{font-size:clamp(1.05rem,.8rem + .78vw,1.34rem);font-weight:760;letter-spacing:.01em;line-height:1.16}.editor-header-shell__entity{color:#bcc8d9;font-weight:620}.editor-header-shell__actions{display:flex;align-items:center;flex-wrap:wrap;gap:.48rem}.editor-shell__body{display:flex;flex:1 1;overflow:hidden}.editor-shell .section-jump-nav{flex:0 0 252px;background:linear-gradient(182deg,rgba(12,18,28,.84),rgba(11,15,22,.9));border-right:1px solid var(--editor-border);padding:.82rem .64rem;overflow-y:auto}.editor-shell .editor-nav-meta{display:grid;grid-gap:.25rem;gap:.25rem;margin:.14rem .18rem .56rem;padding:.48rem .54rem;border:1px solid var(--editor-border);border-radius:var(--editor-radius-sm);background:rgba(19,25,36,.8);color:#9fb0c6;font-size:.69rem;font-weight:610}.editor-shell .section-jump-nav button{display:block;width:100%;margin:.19rem 0;padding:.57rem .65rem;text-align:left;border:1px solid transparent;border-radius:var(--editor-radius-sm);color:var(--editor-muted);background:transparent;transition:background-color .15s ease,border-color .15s ease,color .15s ease,transform .12s ease}.editor-shell .editor-nav-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.editor-shell .editor-nav-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.1rem .45rem;border:1px solid transparent;font-size:.64rem;font-weight:700;letter-spacing:.02em;white-space:nowrap}.editor-shell .editor-nav-badge--ready{color:#34d399;border-color:rgba(16,185,129,.48);background:rgba(3,45,35,.5)}.editor-shell .editor-nav-badge--attention{color:#fbbf24;border-color:rgba(245,158,11,.62);background:rgba(71,39,6,.54)}.editor-shell .editor-nav-badge--optional{color:#c6d1e1;border-color:rgba(149,164,186,.42);background:rgba(27,36,50,.72)}.editor-shell .editor-nav-summary{display:block;margin-top:.18rem;font-size:.7rem;color:#7f91a8}.editor-shell .section-jump-nav button:hover{color:#e7edf7;border-color:#3a475a;background:rgba(22,30,43,.88);transform:translateY(-1px)}.editor-shell .section-jump-nav button.active{color:#fef3c7;border-color:rgba(245,158,11,.65);background:linear-gradient(135deg,rgba(245,158,11,.38),rgba(120,53,15,.56));box-shadow:inset 0 0 0 1px rgba(252,211,77,.2)}.editor-shell .section-jump-nav button.active .editor-nav-summary{color:rgba(254,243,199,.8)}.editor-shell__main{flex:1 1;overflow-y:auto;padding:1rem}.editor-shell .editor-workflow{margin-bottom:.84rem;border:1px solid var(--editor-border);border-radius:.76rem;background:linear-gradient(165deg,rgba(17,24,36,.9),rgba(14,20,30,.88));padding:.68rem .74rem}.editor-shell .editor-workflow__header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.45rem}.editor-shell .editor-workflow__header strong{font-size:.81rem;letter-spacing:.01em}.editor-shell .editor-workflow__header span{color:#9db0c8;font-size:.74rem}.editor-shell .editor-workflow__track{position:relative;height:.38rem;border-radius:999px;background:rgba(62,78,102,.52);overflow:hidden}.editor-shell .editor-workflow__fill{position:absolute;inset:0 auto 0 0;border-radius:999px;background:linear-gradient(90deg,#f59e0b,#fbbf24)}.editor-shell .editor-workflow__steps{margin:.62rem 0 0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:.38rem;gap:.38rem;list-style:none}.editor-shell .editor-workflow__step{width:100%;border:1px solid #324056;border-radius:.58rem;background:rgba(20,29,42,.84);color:#dde8f7;display:flex;align-items:center;gap:.45rem;padding:.34rem .45rem;font-size:.74rem;text-align:left}.editor-shell .editor-workflow__step:hover{border-color:#4d617f;background:rgba(26,36,53,.88)}.editor-shell .editor-workflow__step.active{border-color:rgba(245,158,11,.74);background:rgba(245,158,11,.18)}.editor-shell .editor-workflow__dot{display:inline-flex;align-items:center;justify-content:center;width:1.2rem;height:1.2rem;border-radius:999px;border:1px solid #4b607d;color:#dbe6f6;font-size:.64rem;font-weight:700;background:rgba(21,29,43,.9);flex:0 0 auto}.editor-shell .editor-workflow__dot--ready{border-color:rgba(16,185,129,.72);color:#8bf3cf;background:rgba(6,78,59,.4)}.editor-shell .editor-workflow__dot--attention{border-color:rgba(245,158,11,.78);color:#ffd784;background:rgba(92,49,7,.5)}.editor-shell .editor-workflow__dot--optional{border-color:#546a88;color:#c3d1e4}.editor-shell .editor-workflow__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.editor-shell .editor-attention-banner{display:flex;align-items:center;justify-content:space-between;gap:.64rem;margin-bottom:.84rem;border:1px solid rgba(245,158,11,.6);border-radius:.72rem;padding:.56rem .72rem;color:#fde68a;background:linear-gradient(150deg,rgba(74,41,8,.84),rgba(55,31,7,.68));font-size:.81rem;font-weight:640}.editor-shell .editor-mobile-issues{margin-bottom:.72rem;border:1px solid rgba(245,158,11,.5);border-radius:.7rem;background:rgba(63,36,10,.46);padding:.55rem .62rem}.editor-shell .editor-mobile-issues h3{margin:0 0 .44rem;color:#fcdba1;font-size:.78rem;font-weight:700}.editor-shell .editor-mobile-issues ul{margin:0;padding:0;list-style:none;display:grid;grid-gap:.35rem;gap:.35rem}.editor-shell .editor-mobile-issues button{width:100%;text-align:left;border:1px solid rgba(245,158,11,.42);border-radius:.55rem;background:rgba(24,31,44,.8);padding:.4rem .5rem;color:#fceac7}.editor-shell .editor-mobile-issues button small{display:block;margin-top:.12rem;color:#d8b87f;font-size:.68rem}.editor-shell .editor-mobile-nav{position:-webkit-sticky;position:sticky;top:0;z-index:7;display:flex;gap:.45rem;overflow-x:auto;margin-bottom:.72rem;padding:.45rem;border:1px solid var(--editor-border);border-radius:.72rem;background:rgba(16,22,33,.9);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.editor-shell .editor-mobile-nav button{flex:0 0 auto;border:1px solid #364152;border-radius:999px;padding:.29rem .7rem;color:#ced9e8;background:rgba(20,28,41,.82);font-size:.74rem;font-weight:640}.editor-shell .editor-mobile-nav button.active{border-color:rgba(245,158,11,.76);background:rgba(245,158,11,.22);color:#fef3c7}.editor-shell .editor-mobile-nav-meta{flex:0 0 auto;align-self:center;margin-right:.2rem;color:#94a7c0;font-size:.67rem;white-space:nowrap}.editor-shell .editor-subnav{position:-webkit-sticky;position:sticky;top:0;z-index:6;display:flex;flex-wrap:wrap;gap:.48rem;margin-bottom:.9rem;padding:.5rem;border:1px solid var(--editor-border);border-radius:.72rem;background:rgba(15,21,31,.9);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.editor-shell .editor-subnav button{border:1px solid #364152;background:rgba(20,27,40,.86);color:#d3ddec;border-radius:999px;padding:.32rem .74rem;font-size:.75rem;font-weight:620}.editor-shell .editor-subnav button:hover{border-color:rgba(245,158,11,.74);color:#fff7de}.editor-shell details.editor-disclosure{border:1px solid var(--editor-border);border-radius:.75rem;background:rgba(19,25,36,.75);padding:.27rem .5rem .52rem}.editor-shell details.editor-disclosure>summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:.74rem;padding:.46rem .31rem;font-weight:650}.editor-shell details.editor-disclosure>summary::-webkit-details-marker{display:none}.editor-shell details.editor-disclosure .editor-disclosure-summary{font-size:.74rem;color:#93a5bc;font-weight:520}.editor-shell .editor-section{display:block;animation:editor-fade-in .17s ease-out}@media (min-width:768px){.editor-shell .editor-section{display:none}.editor-shell .editor-section.active{display:block}}.editor-shell .section-bar{margin-bottom:.55rem;padding:.2rem 0 .5rem;border:0;border-bottom:1px solid #3a4a63;border-radius:0;background:transparent}.editor-shell .section-bar--ready{border-bottom-color:#3a4a63;background:transparent}.editor-shell .section-bar--attention{border-bottom-color:rgba(245,158,11,.72);background:transparent}.editor-shell .section-bar--optional{border-bottom-color:#3a4a63}.editor-shell .admin-editor-panel,.editor-shell .card,.editor-shell .dayBox,.editor-shell .profile-content>.table-container,.editor-shell .squadBox{border-color:var(--editor-border);border-radius:var(--editor-radius);background:#131b29;box-shadow:0 10px 22px -18px rgba(0,0,0,.82)}.editor-shell .editor-block-card{border:1px solid var(--editor-border);border-radius:.82rem;background:rgba(19,25,36,.86);color:var(--editor-text)}.editor-shell .editor-block-dropzone{border-color:#415069;background:rgba(20,27,39,.74)}.editor-shell .ui-field{position:relative;margin-bottom:.9rem;padding:.12rem 0}.editor-shell .ui-field>label{color:#d2deee;margin-bottom:.44rem;font-size:.8rem;letter-spacing:.02em;text-transform:uppercase;font-weight:700}.editor-shell .ui-field:focus-within>label{color:#fde4ad}.editor-shell .ui-field .editor-help-text{display:none}.editor-shell .ui-field:focus-within .editor-help-text,.editor-shell .ui-field:has(input:invalid) .editor-help-text,.editor-shell .ui-field:has(input[aria-invalid=true]) .editor-help-text,.editor-shell .ui-field:has(select:invalid) .editor-help-text,.editor-shell .ui-field:has(select[aria-invalid=true]) .editor-help-text,.editor-shell .ui-field:has(textarea:invalid) .editor-help-text,.editor-shell .ui-field:has(textarea[aria-invalid=true]) .editor-help-text{display:block}.editor-shell .ui-field>label input[type=checkbox],.editor-shell .ui-field>label input[type=radio]{margin-right:.5rem;vertical-align:middle}.editor-shell input[type=checkbox],.editor-shell input[type=radio]{accent-color:#f59e0b;inline-size:1.05rem;block-size:1.05rem;cursor:pointer}.editor-shell input[type=checkbox]:focus-visible,.editor-shell input[type=radio]:focus-visible{outline:2px solid rgba(245,158,11,.85);outline-offset:2px}.editor-shell .ui-field input[type=date],.editor-shell .ui-field input[type=datetime-local],.editor-shell .ui-field input[type=email],.editor-shell .ui-field input[type=month],.editor-shell .ui-field input[type=number],.editor-shell .ui-field input[type=password],.editor-shell .ui-field input[type=search],.editor-shell .ui-field input[type=tel],.editor-shell .ui-field input[type=text],.editor-shell .ui-field input[type=time],.editor-shell .ui-field input[type=url],.editor-shell .ui-field input[type=week],.editor-shell .ui-field select,.editor-shell .ui-field textarea,.editor-shell .ui-input,.editor-shell input[type=file],.editor-shell select{min-height:2.58rem;border-radius:.68rem;border:1px solid #394a63;background:linear-gradient(180deg,#0d1522,#0c1420);color:#ebf2fc;padding:.56rem .74rem;line-height:1.35;transition:border-color .12s ease,box-shadow .12s ease,background-color .12s ease}.editor-shell .ui-field input:hover,.editor-shell .ui-field select:hover,.editor-shell .ui-field textarea:hover,.editor-shell .ui-input:hover,.editor-shell input[type=file]:hover,.editor-shell select:hover{border-color:#4a5f7d;background:linear-gradient(180deg,#101a2a,#0f1928)}.editor-shell .ui-field input:focus,.editor-shell .ui-field select:focus,.editor-shell .ui-field textarea:focus,.editor-shell .ui-input:focus,.editor-shell input[type=file]:focus,.editor-shell select:focus{border-color:var(--editor-highlight);box-shadow:0 0 0 2px rgba(245,158,11,.28),0 0 0 5px rgba(245,158,11,.12);background:linear-gradient(180deg,#111d2f,#111b2b);outline:none}.editor-shell .ui-field textarea,.editor-shell textarea.ui-input{min-height:7.7rem;line-height:1.45;resize:vertical}.editor-shell .ui-field textarea{background-image:linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,0))}.editor-shell .ui-field input::placeholder,.editor-shell .ui-field textarea::placeholder,.editor-shell .ui-input::placeholder{color:#8194ae}.editor-shell .ui-btn:disabled,.editor-shell .ui-field input:disabled,.editor-shell .ui-field select:disabled,.editor-shell .ui-field textarea:disabled,.editor-shell .ui-input:disabled{opacity:.56;cursor:not-allowed}.editor-shell .ui-field select,.editor-shell select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:linear-gradient(180deg,#0d1522,#0c1420),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23BFCDE1' d='M6 7.4a.9.9 0 0 1-.64-.26L.94 2.73a.9.9 0 1 1 1.28-1.28L6 5.23l3.78-3.78a.9.9 0 1 1 1.28 1.28L6.64 7.14A.9.9 0 0 1 6 7.4z'/%3E%3C/svg%3E");background-repeat:no-repeat,no-repeat;background-size:auto,.78rem;background-position:0 0,right .7rem center;padding-right:2rem}.editor-shell input[type=date],.editor-shell input[type=datetime-local],.editor-shell input[type=time]{letter-spacing:.01em}.editor-shell input[type=file]{padding:.38rem .44rem}.editor-shell input[type=file]::-webkit-file-upload-button{border:1px solid #4a5f7d;border-radius:999px;padding:.34rem .66rem;margin-right:.56rem;background:#162134;color:#dce7f7;font-weight:640;cursor:pointer}.editor-shell input[type=file]::file-selector-button{border:1px solid #4a5f7d;border-radius:999px;padding:.34rem .66rem;margin-right:.56rem;background:#162134;color:#dce7f7;font-weight:640;cursor:pointer}.editor-shell input[type=file]::-webkit-file-upload-button:hover{border-color:#d38a15;color:#fff7df;background:#1f2b41}.editor-shell input[type=file]::file-selector-button:hover{border-color:#d38a15;color:#fff7df;background:#1f2b41}.editor-shell .ui-input optgroup,.editor-shell .ui-input option,.editor-shell select optgroup,.editor-shell select option{color:#0f172a;background:#f8fafc}.editor-shell .table-container{border:1px solid var(--editor-border);border-radius:var(--editor-radius);background:#131b29;overflow:auto}.editor-shell .admin-table-heading-label{display:inline-block;padding-right:.5rem}.editor-shell .editor-lookup-menu{border:1px solid #3b4a5f;border-radius:.72rem;background:#121825;box-shadow:0 18px 32px -20px rgba(0,0,0,.88)}.editor-shell .editor-lookup-item{color:#dce5f3;transition:background-color .12s ease,color .12s ease}.editor-shell .editor-lookup-item.is-active,.editor-shell .editor-lookup-item:hover{background:rgba(245,158,11,.2);color:#fff7de}.editor-shell .admin-import-row--existing{background:linear-gradient(90deg,rgba(245,158,11,.28),rgba(245,158,11,.12))}.editor-shell .admin-import-row--new{background:linear-gradient(90deg,rgba(16,185,129,.23),rgba(16,185,129,.09))}.editor-shell table.data-table th{position:-webkit-sticky;position:sticky;top:0;z-index:1;background:#1a2538;color:#e4eefc;text-transform:uppercase;letter-spacing:.03em;font-size:.71rem}.editor-shell table.data-table td,.editor-shell table.data-table th{border-color:#2a3446;padding:.58rem .62rem}.editor-shell table.data-table tbody tr:nth-child(2n){background:rgba(20,29,43,.56)}.editor-shell table.data-table tbody tr:hover{background:rgba(245,158,11,.14)}.editor-shell .text-button{border:1px solid transparent;border-radius:.52rem;padding:.22rem .5rem;color:#fbbf24;font-weight:630;text-decoration:none;transition:border-color .12s ease,background-color .12s ease,color .12s ease}.editor-shell .text-button:hover{border-color:rgba(245,158,11,.52);background:rgba(245,158,11,.16);color:#fff6d6}.editor-shell .ui-btn{border-radius:.62rem;border-width:1px;border-style:solid;font-weight:700;letter-spacing:.01em;min-height:2.36rem;padding:.44rem .82rem;box-shadow:0 7px 14px -12px rgba(0,0,0,.9);transition:transform .1s ease,border-color .12s ease,background-color .12s ease,color .12s ease}.editor-shell .ui-btn:active:not(:disabled){transform:translateY(1px)}.editor-shell .ui-btn.ui-btn--primary{border-color:#d48608;background:linear-gradient(165deg,#ffb12a,#ef9804);color:#101725}.editor-shell .ui-btn.ui-btn--primary:hover:not(:disabled){border-color:#fbbf24;background:#ffb22b;color:#0d1420;filter:none}.editor-shell .ui-btn.ui-btn--outline{border-color:#495e7c;background:linear-gradient(180deg,#162134,#141f31);color:#dce7f7}.editor-shell .ui-btn.ui-btn--outline:hover:not(:disabled){border-color:rgba(245,158,11,.62);color:#fff6de;background:#1f2b41}.editor-shell .ui-btn.ui-btn--danger{border-color:#dc5e5e;background:linear-gradient(170deg,#9e3939,#7e2a2a);color:#ffe5e5}.editor-shell .ui-btn.ui-btn--sm{min-height:2rem;padding:.3rem .62rem;border-radius:.56rem;font-size:.78rem}.editor-shell .editor-sticky-actions{position:-webkit-sticky;position:sticky;bottom:0;z-index:10;display:flex;align-items:center;flex-wrap:wrap;gap:.54rem;padding:.76rem .86rem;margin-top:.95rem;border-top:1px solid var(--editor-border);background:linear-gradient(180deg,rgba(14,20,30,.84),rgba(16,22,33,.96));-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.editor-shell .editor-issues-panel{flex:0 0 258px;border-left:1px solid var(--editor-border);background:linear-gradient(182deg,rgba(12,18,28,.84),rgba(11,15,22,.9));padding:.82rem .66rem;overflow-y:auto}.editor-shell .editor-issues-panel__header{display:flex;align-items:center;justify-content:space-between;gap:.45rem;margin-bottom:.5rem}.editor-shell .editor-issues-panel__header strong{font-size:.81rem}.editor-shell .editor-issues-panel__header span{color:#94a8c2;font-size:.72rem}.editor-shell .editor-issues-panel__list{margin:0;padding:0;list-style:none;display:grid;grid-gap:.34rem;gap:.34rem}.editor-shell .editor-issues-panel__list button{width:100%;text-align:left;border:1px solid #6f4f1f;border-radius:.58rem;background:rgba(66,39,11,.46);padding:.42rem .5rem;color:#ffe3af}.editor-shell .editor-issues-panel__list button:hover{border-color:#b87a1b;background:rgba(92,55,15,.56)}.editor-shell .editor-issues-panel__list button small{display:block;margin-top:.14rem;color:#e3bf85;font-size:.68rem}.editor-shell .editor-issues-panel__empty{border:1px solid rgba(16,185,129,.45);border-radius:.58rem;background:rgba(6,78,59,.24);padding:.5rem .56rem;color:#9df6d8;font-size:.74rem}.editor-shell .editor-scaffold-link{display:inline-flex;align-items:center;justify-content:center;min-height:2rem;border:1px solid #495e7c;border-radius:999px;padding:.32rem .72rem;color:#dce7f7;background:#162134;font-size:.78rem;font-weight:650;text-decoration:none}.editor-shell .editor-scaffold-link:hover{border-color:rgba(245,158,11,.62);color:#fff6de;background:#1f2b41}.editor-shell .editor-scaffold-dirty{display:inline-flex;align-items:center;min-height:2rem;border:1px solid rgba(16,185,129,.38);border-radius:999px;padding:.32rem .72rem;color:#a7f3d0;background:rgba(6,78,59,.22);font-size:.78rem;font-weight:650}.editor-shell .editor-scaffold-dirty.is-dirty{border-color:rgba(245,158,11,.5);color:#fde68a;background:rgba(92,49,7,.34)}.editor-shell .editor-scaffold-guard{margin:2rem;padding:1rem 1.1rem;border:1px solid rgba(239,68,68,.35);border-radius:.9rem;background:rgba(69,10,10,.24);color:#fecaca}.editor-shell .editor-scaffold-guard strong{display:block;margin-bottom:.45rem}.editor-shell .top-bar{border:1px solid rgba(245,158,11,.42);border-radius:.82rem;padding:.58rem .82rem;background:linear-gradient(110deg,rgba(245,158,11,.2),rgba(33,46,66,.46))}.editor-shell .top-bar h1{font-size:clamp(.96rem,.82rem + .38vw,1.14rem);text-align:left;margin:0}.editor-shell .back-button{border:1px solid #3e4d64;border-radius:.54rem;width:auto;height:auto;padding:.25rem .5rem}.editor-shell .text-gray-100{color:#eef3fb}.editor-shell .text-gray-200{color:#dce5f3}.editor-shell .text-gray-300{color:#c6d3e5}.editor-shell .text-gray-400{color:#95a9c2}.editor-shell .text-gray-500{color:#7f91a8}.editor-shell .text-red-400{color:#fca5a5}.editor-shell .text-red-300{color:#fda4af}.editor-shell .text-amber-300{color:#fcd34d}.editor-shell .bg-gray-700{background:rgba(43,56,74,.78)}.editor-shell .bg-gray-800{background:rgba(30,40,56,.8)}.editor-shell .bg-gray-900{background:rgba(22,30,44,.84)}.editor-shell .bg-gray-900\/30{background:rgba(22,30,44,.4)}.editor-shell .bg-gray-900\/40{background:rgba(22,30,44,.5)}.editor-shell .bg-gray-950\/40{background:rgba(14,20,31,.48)}.editor-shell .border-gray-600{border-color:#415069}.editor-shell .border-gray-700{border-color:#2f3d52}.editor-shell .border-gray-800{border-color:#273346}.editor-shell .hover\:bg-gray-700:hover{background:rgba(36,47,67,.9)}.editor-shell .hover\:bg-gray-900:hover{background:rgba(23,31,46,.95)}.editor-shell .hover\:text-gray-200:hover{color:#e1e9f6}.editor-shell .tag-pill{border:1px solid #4a5d79;border-radius:999px;background:#162235;color:#dbe7f8;padding:.26rem .6rem;font-size:.76rem;line-height:1.2;transition:border-color .12s ease,background-color .12s ease,color .12s ease}.editor-shell .tag-pill:hover{border-color:#6b83a7;background:#1b2a41}.editor-shell .tag-pill.selected{border-color:#d38a15;background:linear-gradient(165deg,#ffb12a,#ef9804);color:#111826}.editor-shell .tag-pill .chip-x{margin-left:.38rem;opacity:.78}.editor-shell .tag-pill:hover .chip-x{opacity:1}.editor-shell .admin-editor-footer,.editor-shell .admin-editor-toolbar{gap:.66rem}.editor-shell .admin-editor-fields{gap:.42rem .6rem}.editor-shell .admin-editor-field-toggle{border-radius:999px;border-color:#3b4a60;background:rgba(20,27,39,.8)}.editor-shell .admin-editor-search{min-width:220px}.editor-shell{--editor-border:#313d50;--editor-muted:#9babc1;--editor-highlight:#f59e0b;background:#0f141d}.editor-header-shell{background:#121a27;-webkit-backdrop-filter:none;backdrop-filter:none}.editor-shell .editor-issues-panel,.editor-shell .section-jump-nav{background:#111926}.editor-shell .editor-nav-row__label{display:inline-flex;align-items:center;gap:.48rem;min-width:0}.editor-shell .editor-nav-index{display:inline-flex;align-items:center;justify-content:center;width:1.1rem;height:1.1rem;border-radius:999px;background:#1b2738;color:#9eb2cd;font-size:.65rem;font-weight:700;flex:0 0 auto}.editor-shell .section-jump-nav button.active .editor-nav-index{background:#f59e0b;color:#111a26}.editor-shell .editor-workflow__step.active,.editor-shell .section-jump-nav button.active{background:rgba(245,158,11,.14);color:#f9e8c8;border-color:rgba(245,158,11,.52);box-shadow:none}.editor-shell .editor-attention-banner,.editor-shell .editor-mobile-issues,.editor-shell .editor-mobile-nav,.editor-shell .editor-sticky-actions,.editor-shell .editor-subnav,.editor-shell .editor-workflow,.editor-shell .section-bar{background:#141d2c}.editor-shell .editor-attention-banner,.editor-shell .editor-mobile-issues,.editor-shell .editor-workflow{border-color:#3b4b64}.editor-shell .section-bar{font-size:.92rem;font-weight:650;letter-spacing:0}.editor-shell .section-bar--attention,.editor-shell .section-bar--optional,.editor-shell .section-bar--ready{background:#141d2c}.editor-shell .admin-editor-panel,.editor-shell .card,.editor-shell .dayBox,.editor-shell .profile-content>.table-container,.editor-shell .squadBox,.editor-shell .table-container{background:#151f2e;box-shadow:none}.editor-shell .ui-field{margin-bottom:1rem}.editor-shell .ui-field>label{text-transform:none;font-size:.83rem;letter-spacing:0;color:#d7e2f0}.editor-shell .ui-field input[type=date],.editor-shell .ui-field input[type=datetime-local],.editor-shell .ui-field input[type=email],.editor-shell .ui-field input[type=month],.editor-shell .ui-field input[type=number],.editor-shell .ui-field input[type=password],.editor-shell .ui-field input[type=search],.editor-shell .ui-field input[type=tel],.editor-shell .ui-field input[type=text],.editor-shell .ui-field input[type=time],.editor-shell .ui-field input[type=url],.editor-shell .ui-field input[type=week],.editor-shell .ui-field select,.editor-shell .ui-field textarea,.editor-shell .ui-input,.editor-shell input[type=file],.editor-shell select{min-height:2.68rem;border-color:#435573;background:#101927}.editor-shell .ui-field input:hover,.editor-shell .ui-field select:hover,.editor-shell .ui-field textarea:hover,.editor-shell .ui-input:hover,.editor-shell input[type=file]:hover,.editor-shell select:hover{background:#121d2d}.editor-shell .ui-field input:focus,.editor-shell .ui-field select:focus,.editor-shell .ui-field textarea:focus,.editor-shell .ui-input:focus,.editor-shell input[type=file]:focus,.editor-shell select:focus{box-shadow:0 0 0 3px rgba(245,158,11,.2)}.editor-shell .ui-btn{border-radius:.56rem;box-shadow:none}.editor-shell .ui-btn.ui-btn--primary{background:#f59e0b}.editor-shell .ui-btn.ui-btn--primary:hover:not(:disabled){background:#ffb52f}.editor-shell .ui-btn.ui-btn--outline{background:#162134}.editor-shell .tag-pill{background:#1a273b}.editor-shell .editor-issues-panel__list button{border-color:#516787;background:#1a273a;color:#dfe9f8}.editor-shell .editor-issues-panel__list button:hover{border-color:#6e88ae;background:#223149}@keyframes editor-fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media (max-width:767px){.editor-shell{min-height:100dvh}.editor-shell .wrapper{height:auto;min-height:0}.editor-shell .section-jump-nav{display:none}.editor-header-shell{padding:.6rem .66rem}.editor-shell__body{overflow-x:hidden;padding-inline:.44rem}.editor-shell__body,.editor-shell__main{overflow-y:auto;-webkit-overflow-scrolling:touch}.editor-shell__main{padding:.74rem .62rem 1rem}}