:root{color-scheme:dark;font-family:Arial,Helvetica,sans-serif;--aether-bg:#070707;--aether-bg-soft:#101010;--aether-panel:#15120d;--aether-panel-strong:#1d1710;--aether-border:rgba(245,197,107,0.22);--aether-border-strong:rgba(245,197,107,0.38);--aether-gold:#d8a84f;--aether-gold-strong:#f3c96b;--aether-gold-soft:rgba(216,168,79,0.14);--aether-text:#f8f3e8;--aether-muted:#c9bda9;--aether-success:#22c55e;--aether-cyan:#67e8f9;--aether-danger:#f87171;background:var(--aether-bg);color:var(--aether-text)}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at 18% 0,rgba(216,168,79,.16),transparent 30%),radial-gradient(circle at 90% 12%,rgba(103,232,249,.08),transparent 28%),linear-gradient(180deg,#090806,#060606 46%,#0b0906);color:var(--aether-text)}a{color:inherit}button,input,select,textarea{font:inherit}input,select,textarea{color:var(--aether-text);background:rgba(255,255,255,.06);border-color:var(--aether-border)}.route-progress{position:fixed;top:0;left:0;z-index:1100;width:100%;height:3px;pointer-events:none;opacity:0;transform:scaleX(0);transform-origin:left;background:linear-gradient(90deg,#f3c96b,#86efac);transition:transform .24s ease,opacity .18s ease}.route-progress--active{opacity:1;transform:scaleX(.82)}.toast-region{position:fixed;top:74px;right:18px;z-index:1200;display:grid;grid-gap:10px;gap:10px;width:min(360px,calc(100vw - 32px));pointer-events:none}.toast{padding:12px 14px;border:1px solid rgba(245,197,107,.24);border-radius:8px;background:rgba(16,13,9,.96);color:var(--aether-text);box-shadow:0 18px 42px rgba(0,0,0,.34);font-size:14px;line-height:1.45;pointer-events:auto}.toast--success{border-color:rgba(134,239,172,.42);color:#bbf7d0}.toast--error{border-color:rgba(248,113,113,.46);color:#fecaca}.toast--warning{border-color:rgba(251,191,36,.46);color:#fde68a}select optgroup,select option{background-color:#11100d;color:var(--aether-text)}select option:checked{background-color:#2a2114;color:var(--aether-gold-strong)}select option:disabled{color:rgba(248,243,232,.48)}.admin-surface{min-height:100vh;color-scheme:light;background:#f6f7f9;color:#14171a}.admin-surface input,.admin-surface select,.admin-surface textarea{color:#14171a;background:#ffffff;border-color:#d1d5db}.account-tabs{display:flex;gap:10px;flex-wrap:wrap}.account-tabs__link{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 12px;border:1px solid rgba(245,197,107,.32);border-radius:8px;background:rgba(255,255,255,.05);color:#f8f3e8;font-weight:700;text-decoration:none;white-space:nowrap}.account-tabs__link--active{background:linear-gradient(135deg,#f3c96b,#d8a84f);color:#120d05}.account-tabs__label--mobile{display:none}.account-table-scroll{overflow-x:auto}.account-mobile-records{display:none}.account-mobile-record{display:grid;grid-gap:10px;gap:10px;padding:14px;border:1px solid rgba(245,197,107,.22);border-radius:8px;background:rgba(255,255,255,.05)}.account-mobile-record__header{display:flex;gap:10px;align-items:flex-start;justify-content:space-between}.account-mobile-record__header span,.account-mobile-record__header strong{overflow-wrap:anywhere}.account-mobile-record__header span{color:#f3c96b;font-weight:800;white-space:nowrap}.account-mobile-record__details{display:grid;grid-gap:8px;gap:8px;margin:0}.account-mobile-record__details div{display:grid;grid-gap:3px;gap:3px}.account-mobile-record__details dt{color:#c9bda9;font-size:13px}.account-mobile-record__details dd{margin:0;overflow-wrap:anywhere}.admin-surface select optgroup,.admin-surface select option{background-color:#ffffff;color:#14171a}.admin-surface select option:checked{background-color:#e5e7eb;color:#14171a}.admin-surface select option:disabled{color:#6b7280}.admin-surface input::placeholder,.admin-surface textarea::placeholder{color:#6b7280}.admin-surface a:focus-visible,.admin-surface button:focus-visible,.admin-surface input:focus-visible,.admin-surface select:focus-visible,.admin-surface textarea:focus-visible{outline:2px solid #2563eb;outline-offset:2px}input::placeholder,textarea::placeholder{color:rgba(248,243,232,.52)}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--aether-gold-strong);outline-offset:2px}.aether-button,.aether-link-button,.aether-nav-link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 16px;border:1px solid var(--aether-border-strong);border-radius:8px;background:rgba(255,255,255,.06);color:var(--aether-text);font-weight:800;text-decoration:none;cursor:pointer;box-shadow:0 10px 24px rgba(0,0,0,.18);transition:border-color .16s ease,background .16s ease,color .16s ease,transform .16s ease,box-shadow .16s ease}.aether-button:hover,.aether-link-button:hover,.aether-nav-link:hover{border-color:rgba(243,201,107,.68);background:rgba(216,168,79,.14);color:var(--aether-gold-strong);transform:translateY(-1px)}.aether-button--primary,.aether-link-button--primary{border-color:rgba(243,201,107,.74);background:linear-gradient(135deg,var(--aether-gold-strong),var(--aether-gold));color:#120d05;box-shadow:0 14px 32px rgba(216,168,79,.24)}.aether-button--primary:hover,.aether-link-button--primary:hover{color:#120d05;background:linear-gradient(135deg,#ffe08a,var(--aether-gold));box-shadow:0 16px 38px rgba(216,168,79,.3)}.aether-button--secondary,.aether-link-button--secondary{background:rgba(255,255,255,.05);color:var(--aether-text)}.aether-button--danger,.aether-link-button--danger{border-color:rgba(248,113,113,.34);background:rgba(248,113,113,.1);color:#fecaca}.aether-button:disabled,.aether-button[aria-disabled=true]{opacity:.58;cursor:not-allowed;transform:none;box-shadow:none}.register-page{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.85fr);grid-gap:20px;gap:20px}.register-phone-grid{display:grid;grid-template-columns:minmax(150px,.48fr) minmax(0,1fr);grid-gap:10px;gap:10px}.register-code-grid>label,.register-phone-grid>label{min-width:0}.register-code-grid{display:grid;grid-template-columns:minmax(0,1fr) 140px;grid-gap:10px;gap:10px;align-items:end}.register-field-hint{color:var(--aether-muted);font-size:13px;line-height:1.35}.register-inline-link{width:-moz-fit-content;width:fit-content;border:0;background:transparent;color:var(--aether-gold);cursor:pointer;font:inherit;font-size:13px;font-weight:700;padding:0;text-decoration:underline}.aether-nav-link{min-height:38px;padding:0 12px;font-size:14px;box-shadow:none}.aether-nav-link--language{min-width:42px;padding:0 10px}.public-nav{position:relative;z-index:30}.public-nav__brand{display:inline-flex;align-items:center;gap:8px;min-height:38px}.aether-brand-logo{width:30px;height:30px;display:inline-block;flex:0 0 auto;object-fit:contain;vertical-align:middle;filter:none}.public-nav__label--mobile{display:none}.aether-text-link{color:var(--aether-gold-strong);font-weight:800;text-decoration:none}.aether-text-link:hover{text-decoration:underline}.submit-page{max-width:1120px;margin:0 auto;padding:32px 24px 72px;color:var(--aether-text)}.submit-hero{display:grid;grid-gap:14px;gap:14px;max-width:820px;margin-bottom:24px}.submit-hero h1{margin:0;font-size:42px;line-height:1.08}.submit-hero h2{margin:0;color:var(--aether-gold-strong);font-size:20px}.submit-hero p{margin:0;color:var(--aether-muted);font-size:17px;line-height:1.55}.submit-trust-row{display:flex;flex-wrap:wrap;gap:8px}.submit-pill,.submit-trust-row span{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border:1px solid var(--aether-border);border-radius:999px;background:var(--aether-gold-soft);color:#f8df9f;font-size:13px;font-weight:800}.submit-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,360px);grid-gap:22px;gap:22px;align-items:start}.submit-flow{display:grid;grid-gap:16px;gap:16px}.submit-guest-card,.submit-quote-panel,.submit-step,.submit-success-card{border:1px solid var(--aether-border);border-radius:8px;background:linear-gradient(135deg,rgba(255,255,255,.05),transparent 42%),rgba(18,15,11,.94);box-shadow:0 16px 40px rgba(0,0,0,.24)}.submit-step{display:grid;grid-gap:16px;gap:16px;padding:18px}.submit-step__header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;flex-wrap:wrap}.submit-step__kicker{color:var(--aether-gold-strong);font-size:13px;font-weight:900;text-transform:uppercase}.submit-quote-panel h2,.submit-step__header h2{margin:0;font-size:22px}.submit-step__header p{margin:6px 0 0;color:var(--aether-muted);line-height:1.45}.submit-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.submit-field{display:grid;grid-gap:8px;gap:8px}.submit-field>span{color:var(--aether-text);font-weight:700}.submit-field input,.submit-field select,.submit-field textarea{min-height:44px;padding:0 12px;border:1px solid var(--aether-border);border-radius:8px;background:rgba(255,255,255,.06);color:var(--aether-text)}.submit-field textarea{min-height:110px;padding:12px;resize:vertical}.submit-card-list{display:grid;grid-gap:12px;gap:12px}.submit-card-item{display:grid;grid-gap:14px;gap:14px;padding:14px;border:1px solid rgba(245,197,107,.22);border-radius:8px;background:rgba(255,255,255,.04)}.submit-card-item__header{display:flex;justify-content:space-between;gap:12px;align-items:center;flex-wrap:wrap}.submit-upload{display:grid;grid-gap:12px;gap:12px;padding:14px;border:1px dashed rgba(245,197,107,.42);border-radius:8px;background:rgba(216,168,79,.08)}.submit-upload__header{display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap}.submit-upload__header>div{display:grid;grid-gap:4px;gap:4px}.submit-upload__header strong{display:block;font-size:16px}.submit-upload__header span{display:block;color:var(--aether-muted);font-size:13px}.submit-upload__actions{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.submit-preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(112px,1fr));grid-gap:10px;gap:10px}.submit-preview{margin:0;display:grid;grid-gap:7px;gap:7px;padding:8px;border:1px solid var(--aether-border);border-radius:8px;background:rgba(255,255,255,.05)}.submit-preview img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:8px;background:#0b0a08}.submit-preview__image-button{display:block;width:100%;padding:0;border:0;background:transparent;cursor:zoom-in}.submit-preview figcaption{color:var(--aether-muted);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.submit-review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.submit-review-card{padding:12px;border:1px solid var(--aether-border);border-radius:8px;background:rgba(255,255,255,.04)}.submit-review-card span{display:block;color:var(--aether-muted);font-size:13px}.submit-review-card strong{display:block;margin-top:6px;font-size:20px}.submit-safety-list{margin:0;padding-left:20px;display:grid;grid-gap:8px;gap:8px;color:var(--aether-muted);line-height:1.45}.submit-quote-panel{position:-webkit-sticky;position:sticky;top:18px;display:grid;grid-gap:16px;gap:16px;padding:18px;min-width:0}.submit-quote-panel--mobile{display:none}.submit-quote-panel__amount{display:grid;grid-gap:6px;gap:6px;padding:16px;border:1px solid rgba(243,201,107,.34);border-radius:8px;background:linear-gradient(135deg,rgba(243,201,107,.16),rgba(216,168,79,.06))}.submit-quote-panel__amount span{color:var(--aether-muted)}.submit-quote-panel__amount strong{color:var(--aether-gold-strong);font-size:34px;line-height:1}.submit-quote-panel dl{margin:0;display:grid;grid-gap:10px;gap:10px}.submit-quote-panel div:has(>dt){display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid rgba(245,197,107,.14);padding-bottom:10px}.submit-quote-panel dt{color:var(--aether-muted)}.submit-quote-panel dd{margin:0;text-align:right;font-weight:800;min-width:0;overflow-wrap:anywhere}.submit-guest-card,.submit-success-card{display:grid;grid-gap:10px;gap:10px;padding:14px}.submit-success-card{border-color:rgba(34,197,94,.35);background:linear-gradient(135deg,rgba(34,197,94,.12),transparent 42%),rgba(18,15,11,.94)}.submit-error{margin:0;padding:12px 14px;border:1px solid rgba(248,113,113,.34);border-radius:8px;background:rgba(248,113,113,.1);color:#fecaca;font-weight:800}.hot-rates{display:grid;grid-gap:18px;gap:18px;margin-top:48px}.hot-rates__header{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;flex-wrap:wrap}.hot-rates__header h2{margin:0;font-size:28px;color:var(--aether-text)}.hot-rates__header p{max-width:620px;margin:8px 0 0;color:var(--aether-muted);line-height:1.5}.hot-rates__header-link{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 14px;border:1px solid var(--aether-border-strong);border-radius:8px;background:linear-gradient(135deg,rgba(243,201,107,.16),rgba(216,168,79,.06));color:var(--aether-gold-strong);font-weight:700;text-decoration:none}.hot-rates__board{position:relative;min-height:350px;max-height:390px;overflow:hidden;border:0;background:transparent;box-shadow:none;touch-action:none;overscroll-behavior:contain}.hot-rates__track{position:relative;height:390px}.hot-rate-card{position:absolute;left:24px;right:24px;top:50%;display:grid;grid-template-columns:minmax(110px,180px) minmax(0,1fr);grid-gap:22px;gap:22px;align-items:center;min-height:150px;padding:18px;border:1px solid var(--aether-border);border-radius:8px;background:linear-gradient(135deg,rgba(255,255,255,.08),transparent 42%),rgba(20,16,11,.96);box-shadow:0 18px 44px rgba(0,0,0,.36);transition:transform .28s ease,opacity .28s ease,filter .28s ease}.hot-rate-card--template,.hot-rate-card--with-image{grid-template-columns:minmax(0,1fr);aspect-ratio:3/1;min-height:0;padding:0;border:0;border-radius:0;overflow:visible;background:transparent;box-shadow:none}.hot-rate-card[data-state=active]{z-index:3;opacity:1;filter:none;transform:translateY(-50%) scale(1)}.hot-rate-card[data-state=near]{z-index:2;opacity:.46;filter:blur(1px);transform:translateY(calc(-50% + 122px)) scale(.88)}.hot-rate-card[data-state=near]:has(~.hot-rate-card[data-state=active]){transform:translateY(calc(-50% - 122px)) scale(.88)}.hot-rate-card[data-state=far]{z-index:1;opacity:0;pointer-events:none;filter:blur(4px);transform:translateY(-50%) scale(.76)}.hot-rate-card__art{position:relative;display:grid;place-items:center;min-height:112px;aspect-ratio:1.58/1;overflow:hidden;border-radius:8px;color:#fff7dc;font-size:34px;font-weight:800;letter-spacing:0}.hot-rate-card__art:before{position:absolute;inset:0;content:"";background:linear-gradient(135deg,rgba(255,255,255,.22),transparent 40%),radial-gradient(circle at 80% 20%,rgba(255,255,255,.24),transparent 24%)}.hot-rate-card__art span{position:relative}.hot-rate-card__media{position:absolute;inset:0;overflow:hidden;border-radius:8px}.hot-rate-card__media:after{position:absolute;inset:0;content:"";background:linear-gradient(90deg,rgba(5,5,5,0),rgba(5,5,5,.04) 48%,rgba(5,5,5,.34)),linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,0))}.hot-rate-card__media img{width:100%;height:100%;object-fit:cover}.hot-rate-card__brand-template{position:absolute;inset:0;display:grid;grid-template-columns:minmax(0,58%) minmax(0,42%);overflow:hidden;border:1px solid rgba(103,232,249,.5);border-radius:30px;background:radial-gradient(circle at 14% 72%,rgba(236,72,153,.5),transparent 26%),radial-gradient(circle at 38% 82%,rgba(34,211,238,.46),transparent 24%),linear-gradient(135deg,#180025,#061b57 43%,#07111f 58%,#06101c);box-shadow:inset 0 0 0 1px rgba(255,255,255,.16),inset 0 -8px 18px rgba(34,211,238,.28),0 16px 42px rgba(0,0,0,.34)}.hot-rate-card__brand-template:before{position:absolute;inset:8px;content:"";border:1px solid rgba(255,255,255,.16);border-radius:24px;pointer-events:none}.hot-rate-card__brand-template:after{position:absolute;left:-4%;right:37%;bottom:11%;height:30%;content:"";background:radial-gradient(ellipse at 18% 80%,rgba(236,72,153,.84),transparent 38%),linear-gradient(12deg,rgba(236,72,153,.88),rgba(34,211,238,.8) 72%,transparent 73%);filter:blur(1px);opacity:.9;-webkit-clip-path:ellipse(58% 38% at 42% 70%);clip-path:ellipse(58% 38% at 42% 70%)}.hot-rate-card__brand-side{position:relative;z-index:1;display:flex;align-items:center;min-width:0;gap:28px;padding:0 44px}.hot-rate-card__brand-logo{display:block;flex:0 0 auto;width:108px;height:108px;object-fit:contain;filter:drop-shadow(0 8px 18px rgba(255,255,255,.16))}.hot-rate-card__brand-name{min-width:0;color:#ffffff;font-size:clamp(48px,7vw,76px);font-weight:800;letter-spacing:0;line-height:1;text-shadow:0 8px 24px rgba(0,0,0,.36)}.hot-rate-card__brand-quote-space{position:relative;background:linear-gradient(135deg,rgba(255,255,255,.08),transparent 34%),rgba(4,12,24,.55);border-left:1px solid rgba(103,232,249,.24)}.hot-rate-card__brand-quote-space:before{position:absolute;inset:0;content:"";background:radial-gradient(circle at 100% 100%,rgba(56,189,248,.2),transparent 34%)}.hot-rate-card--brand-steam .hot-rate-card__brand-template{border-color:rgba(56,189,248,.55);background:radial-gradient(circle at 12% 54%,rgba(56,189,248,.34),transparent 23%),linear-gradient(135deg,rgba(5,22,44,.98),rgba(8,18,34,.96) 48%,rgba(5,12,22,.98))}.hot-rate-card--brand-steam .hot-rate-card__brand-template:after{right:40%;background:radial-gradient(ellipse at 20% 80%,rgba(56,189,248,.76),transparent 40%),linear-gradient(12deg,rgba(14,165,233,.7),rgba(56,189,248,.3) 72%,transparent 73%)}.hot-rate-card--brand-xbox .hot-rate-card__brand-template{border-color:rgba(74,222,128,.5);background:radial-gradient(circle at 15% 52%,rgba(34,197,94,.36),transparent 24%),linear-gradient(135deg,rgba(4,29,19,.98),rgba(8,22,18,.96) 48%,rgba(5,12,9,.98))}.hot-rate-card--brand-amazon .hot-rate-card__brand-template,.hot-rate-card--brand-target .hot-rate-card__brand-template,.hot-rate-card--brand-walmart .hot-rate-card__brand-template{border-color:rgba(251,191,36,.48);background:radial-gradient(circle at 15% 52%,rgba(251,191,36,.28),transparent 25%),linear-gradient(135deg,rgba(34,24,7,.98),rgba(20,25,35,.96) 48%,rgba(5,12,22,.98))}.hot-rate-card--brand-ebay .hot-rate-card__brand-template,.hot-rate-card--brand-googleplay .hot-rate-card__brand-template,.hot-rate-card--brand-nike .hot-rate-card__brand-template,.hot-rate-card--brand-roblox .hot-rate-card__brand-template,.hot-rate-card--brand-uber .hot-rate-card__brand-template,.hot-rate-card--brand-visa .hot-rate-card__brand-template{border-color:rgba(96,165,250,.5);background:radial-gradient(circle at 15% 52%,rgba(59,130,246,.32),transparent 24%),linear-gradient(135deg,rgba(7,20,44,.98),rgba(8,18,34,.96) 48%,rgba(5,12,22,.98))}.hot-rate-card--emerald .hot-rate-card__art{background:linear-gradient(135deg,#0f3f2e,#22c55e)}.hot-rate-card--blue .hot-rate-card__art{background:linear-gradient(135deg,#102a43,#67e8f9)}.hot-rate-card--amber .hot-rate-card__art{background:linear-gradient(135deg,#7a4f13,#f3c96b)}.hot-rate-card--rose .hot-rate-card__art{background:linear-gradient(135deg,#5f172a,#f59e9e)}.hot-rate-card--violet .hot-rate-card__art{background:linear-gradient(135deg,#3b255f,#c4b5fd)}.hot-rate-card--slate .hot-rate-card__art{background:linear-gradient(135deg,#2a241b,#d8a84f)}.hot-rate-card__content{display:grid;grid-gap:8px;gap:8px;min-width:0}.hot-rate-card__overlay{position:relative;z-index:1;justify-self:end;align-self:center;width:min(48%,430px);padding:20px 34px 20px 20px;align-content:center;background:transparent;border-left:0;box-shadow:none;text-shadow:0 2px 14px rgba(0,0,0,.58)}.hot-rate-card__main{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.hot-rate-card__main h3{margin:0;font-size:24px;line-height:1.15;color:var(--aether-text)}.hot-rate-card--template .hot-rate-card__main h3,.hot-rate-card--with-image .hot-rate-card__main h3{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.hot-rate-card--template .hot-rate-card__main,.hot-rate-card--with-image .hot-rate-card__main{justify-content:flex-end}.hot-rate-card__main strong{color:var(--aether-gold-strong);font-size:28px;white-space:nowrap}.hot-rate-card__trend{border-radius:999px;background:rgba(34,197,94,.16);color:#86efac;font-size:14px;border:1px solid rgba(34,197,94,.28)}.hot-rate-card__badge,.hot-rate-card__trend{width:-moz-fit-content;width:fit-content;padding:4px 8px;font-weight:800}.hot-rate-card__badge{border-radius:999px;background:var(--aether-gold-soft);color:var(--aether-gold-strong);font-size:13px;border:1px solid var(--aether-border)}.hot-rate-card__trend--down{background:rgba(248,113,113,.16);color:#fecaca;border-color:rgba(248,113,113,.3)}.hot-rate-card__content p{margin:0;color:var(--aether-muted)}.hot-rate-card__description{max-width:520px;font-size:14px;line-height:1.35}.hot-rate-card__link{width:-moz-fit-content;width:fit-content;min-height:36px;display:inline-flex;align-items:center;padding:0 12px;border-radius:8px;background:linear-gradient(135deg,var(--aether-gold-strong),var(--aether-gold));color:#120d05;font-weight:700;text-decoration:none;box-shadow:0 12px 28px rgba(216,168,79,.2)}.homepage-video{display:grid;grid-gap:16px;gap:16px;margin-top:48px}.homepage-video__header{display:grid;grid-gap:8px;gap:8px}.homepage-video__header h2{margin:0;font-size:28px;color:var(--aether-text)}.homepage-video__header p{margin:0;color:var(--aether-muted)}.homepage-video__stage{width:100%;background:#070707;border:1px solid var(--aether-border);border-radius:8px;overflow:hidden;box-shadow:0 22px 54px rgba(0,0,0,.3)}.homepage-video__player-shell{position:relative;aspect-ratio:16/9;background:#070707}.homepage-video__player{display:block;width:100%;height:100%;background:#070707}.homepage-video__poster{position:absolute;inset:0;display:grid;place-items:center;width:100%;padding:0;border:0;background:#070707;color:var(--aether-text);cursor:pointer}.homepage-video__poster img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.homepage-video__poster:after{position:absolute;inset:0;content:"";background:radial-gradient(circle at center,rgba(0,0,0,.08),rgba(0,0,0,.38)),linear-gradient(180deg,rgba(0,0,0,.06),rgba(0,0,0,.28))}.homepage-video__play-icon{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;min-width:78px;min-height:78px;padding:0 18px;border:1px solid rgba(243,201,107,.74);border-radius:999px;background:linear-gradient(135deg,var(--aether-gold-strong),var(--aether-gold));color:#120d05;font-weight:900;box-shadow:0 18px 48px rgba(0,0,0,.38)}.homepage-video__steps{display:flex;flex-wrap:wrap;gap:8px}.homepage-video__steps span{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border:1px solid var(--aether-border);border-radius:8px;background:rgba(255,255,255,.06);color:var(--aether-gold-strong);font-size:14px;font-weight:700}.trust-section{grid-gap:18px;gap:18px}.final-cta,.trust-section{display:grid;margin-top:48px}.final-cta{grid-template-columns:minmax(0,1fr) auto;grid-gap:24px;gap:24px;align-items:center;padding:28px;border-radius:8px;background:linear-gradient(135deg,rgba(243,201,107,.18),transparent 42%),linear-gradient(180deg,#16110b,#090807);color:var(--aether-text);border:1px solid var(--aether-border);box-shadow:0 24px 64px rgba(0,0,0,.34)}.final-cta__copy{display:grid;grid-gap:10px;gap:10px}.final-cta__copy h2{margin:0;font-size:30px;line-height:1.15}.final-cta__copy p{margin:0;color:var(--aether-muted);line-height:1.5}.final-cta__badges,.site-footer__badges{display:flex;flex-wrap:wrap;gap:8px}.final-cta__badges span,.site-footer__badges span{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:rgba(216,168,79,.12);color:#f8df9f;font-size:13px;border:1px solid rgba(216,168,79,.18)}.final-cta__actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.site-footer{margin-top:0;background:#050505;color:var(--aether-text);border-top:1px solid var(--aether-border)}.site-footer__inner{max-width:1080px;margin:0 auto;padding:40px 24px 28px;display:grid;grid-template-columns:minmax(240px,1.35fr) repeat(3,minmax(150px,1fr));grid-gap:28px;gap:28px}.site-footer__brand,.site-footer__group{display:grid;align-content:start;grid-gap:10px;gap:10px}.site-footer__brand strong{font-size:20px}.site-footer__brand-lockup{display:inline-flex;align-items:center;gap:8px}.site-footer__brand p,.site-footer__group p{margin:0;color:var(--aether-muted);line-height:1.5}.site-footer__group h2{margin:0 0 4px;color:var(--aether-gold-strong);font-size:15px}.site-footer__group a{color:var(--aether-muted);text-decoration:none}.site-footer__group a:hover{color:var(--aether-gold-strong)}.site-footer__bottom{max-width:1080px;margin:0 auto;padding:16px 24px 24px;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;border-top:1px solid var(--aether-border);color:rgba(201,189,169,.78);font-size:13px}.trust-feed{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px;max-height:300px;overflow:hidden;padding:4px 0;-webkit-mask-image:linear-gradient(180deg,transparent,#000 12%,#000 88%,transparent);mask-image:linear-gradient(180deg,transparent,#000 12%,#000 88%,transparent)}.trust-feed:hover .trust-feed__column{animation-play-state:paused}.trust-feed__column{display:grid;grid-gap:14px;gap:14px;align-content:start;animation:trust-feed-scroll 96s linear infinite}.trust-feed__column--2{animation-duration:120s}.trust-feed__column--3{animation-duration:108s}.trust-card{display:grid;grid-gap:10px;gap:10px;padding:16px;border:1px solid var(--aether-border);border-radius:8px;background:linear-gradient(135deg,rgba(255,255,255,.06),transparent 40%),rgba(18,15,11,.94);box-shadow:0 12px 28px rgba(0,0,0,.28)}.trust-card__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.trust-card__identity{display:flex;min-width:0;align-items:center;gap:10px}.trust-card__identity strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.trust-card__header span{color:var(--aether-gold-strong);white-space:nowrap}.trust-card__meta{margin:0;color:#86efac;font-size:14px;font-weight:700}.trust-card__body{margin:0;color:var(--aether-muted);line-height:1.5}@keyframes trust-feed-scroll{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@media (max-width:760px){body{overflow-x:hidden}.account-tabs{margin:0 -24px;padding:0 24px 4px;flex-wrap:nowrap;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;scrollbar-width:none}.account-tabs::-webkit-scrollbar{display:none}.account-tabs__link{flex:0 0 auto;min-height:38px;padding:0 14px;scroll-snap-align:start}.account-tabs__label--desktop{display:none}.account-tabs__label--mobile{display:inline}.account-table-scroll{display:none}.account-mobile-records{display:grid;grid-gap:10px;gap:10px}.public-nav{position:-webkit-sticky!important;position:sticky!important;top:0;width:100%;padding:12px 16px!important;background:rgba(7,7,7,.78);border-bottom:1px solid rgba(245,197,107,.18);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 12px 32px rgba(0,0,0,.28)}.public-nav__brand{flex:1 0 auto}.public-nav__links{gap:6px!important;justify-content:flex-end;flex:1 1 auto}.public-nav__link--invite,.public-nav__link--orders,.public-nav__link--signin{display:none!important}.public-nav__label--desktop{display:none}.public-nav__label--mobile{display:inline}.public-nav .aether-nav-link{min-height:36px;padding:0 8px;font-size:12px}.live-chat-widget{right:14px!important;bottom:14px!important;gap:8px!important}.live-chat-widget__trigger{width:56px!important;min-height:40px!important;padding:0!important;font-size:0;box-shadow:0 8px 18px rgba(216,168,79,.2)!important}.live-chat-widget__trigger:after{content:"Chat";font-size:13px}.live-chat-widget:has(.live-chat-widget__panel){left:0!important;right:0!important;bottom:0!important;justify-items:stretch!important;width:100vw;padding:0 10px 10px;box-sizing:border-box}.live-chat-widget__panel{width:100%!important;max-height:min(82vh,680px)!important;border-radius:14px 14px 8px 8px!important}.live-chat-widget:has(.live-chat-widget__panel) .live-chat-widget__trigger{display:none!important}.live-chat-widget__messages{min-height:150px!important;max-height:38vh!important;padding:12px!important}.live-chat-widget__form{padding:12px!important}.live-chat-widget__quick-replies{flex-wrap:nowrap!important;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.live-chat-widget__quick-replies::-webkit-scrollbar{display:none}.live-chat-widget__quick-replies>button{flex:0 0 auto;white-space:nowrap}.live-chat-widget__actions{grid-template-columns:1fr 82px!important}.submit-page{padding:24px 16px 56px;overflow-x:hidden}.register-page{grid-template-columns:1fr;padding:24px 16px 56px!important}.register-code-grid,.register-page>aside,.register-page>section,.register-phone-grid{min-width:0;width:100%}.register-code-grid,.register-phone-grid{grid-template-columns:1fr}.register-page h1{font-size:30px!important}.register-page aside{order:-1}.submit-hero h1{font-size:34px}.submit-card-item,.submit-flow,.submit-layout,.submit-quote-panel,.submit-step,.submit-upload{min-width:0;width:100%}.submit-field-grid,.submit-layout,.submit-review-grid{grid-template-columns:1fr}.submit-quote-panel--desktop{display:none}.submit-quote-panel--mobile{position:static;display:grid}.submit-quote-panel div:has(>dt){align-items:flex-start}.submit-quote-panel__amount strong{font-size:28px;overflow-wrap:anywhere}.hot-rates__board{min-height:330px;max-height:360px}.hot-rates__track{height:360px}.hot-rate-card{left:14px;right:14px;grid-template-columns:96px minmax(0,1fr);gap:14px;min-height:136px;padding:14px}.hot-rate-card--template,.hot-rate-card--with-image{grid-template-columns:minmax(0,1fr);aspect-ratio:2.45/1;min-height:0;padding:0;border:0;background:transparent;box-shadow:none}.hot-rate-card--with-image .hot-rate-card__media img{object-fit:fill}.hot-rate-card__overlay{align-self:center;justify-self:end;width:43%;padding:8px 10px 8px 4px;align-content:center;gap:4px;border-top:none;border-left:none;background:transparent}.hot-rate-card--template .hot-rate-card__brand-side{gap:8px;padding:0 18px}.hot-rate-card--template .hot-rate-card__brand-logo{width:44px;height:44px}.hot-rate-card--template .hot-rate-card__brand-name{font-size:23px}.hot-rate-card--template .hot-rate-card__main strong,.hot-rate-card--with-image .hot-rate-card__main strong{font-size:18px;line-height:1}.hot-rate-card--template .hot-rate-card__badge,.hot-rate-card--template .hot-rate-card__trend,.hot-rate-card--with-image .hot-rate-card__badge,.hot-rate-card--with-image .hot-rate-card__trend{padding:2px 6px;font-size:10px;line-height:1.2}.hot-rate-card--template .hot-rate-card__content p,.hot-rate-card--template .hot-rate-card__description,.hot-rate-card--with-image .hot-rate-card__content p,.hot-rate-card--with-image .hot-rate-card__description{display:none}.hot-rate-card--template .hot-rate-card__link,.hot-rate-card--with-image .hot-rate-card__link{min-height:24px;padding:0 8px;font-size:12px}.hot-rate-card__art{width:96px;min-height:0;aspect-ratio:1/.68;font-size:26px}.hot-rate-card__main{display:grid;grid-gap:4px;gap:4px}.hot-rate-card__main h3{font-size:19px}.hot-rate-card__main strong{font-size:22px;white-space:normal}.hot-rate-card__content p{font-size:13px}.final-cta{grid-template-columns:1fr}.final-cta__actions{justify-content:flex-start}.site-footer__inner,.trust-feed{grid-template-columns:1fr}.trust-feed{max-height:300px}.trust-feed__column:nth-child(n+2){display:none}}.admin-sound-mobile-hint{display:none}@media (max-width:760px){.admin-sound-mobile-hint{position:fixed;left:12px;right:12px;bottom:max(12px,env(safe-area-inset-bottom));z-index:60;display:block;padding:11px 14px;border:1px solid #86efac;border-radius:999px;background:#ecfdf5;color:#047857;box-shadow:0 12px 30px rgba(4,120,87,.18);font-size:14px;font-weight:800;text-align:center}}@media (prefers-reduced-motion:reduce){.hot-rate-card{transition:none}.trust-feed{max-height:none;overflow:visible;-webkit-mask-image:none;mask-image:none}.trust-feed__column{animation:none}}