:root {
  --bg: #080808;
  --surface: #121212;
  --surface-2: #191919;
  --line: #303030;
  --text: #f7f4ef;
  --muted: #aaa7a3;
  --orange: #ff6314;
  --orange-soft: #ff8b4d;
  --green: #76bd76;
  --radius: 18px;
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-size: 16px; }
a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; z-index: 20; top: -80px; left: 16px; padding: 12px 16px; border-radius: 8px; background: #fff; color: #000; }
.skip-link:focus { top: 16px; }
.site-header { position: absolute; z-index: 10; top: 0; right: 0; left: 0; padding: 18px 0; }
.nav-shell { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 8px 10px 8px 16px; border: 1px solid #ffffff14; border-radius: 17px; background: #0d0d0dcc; box-shadow: 0 14px 34px #0005, inset 0 1px #ffffff0b; backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: 5px; color: #fff; font-size: 23px; font-weight: 700; letter-spacing: -1px; text-decoration: none; transition: opacity .2s ease, transform .2s ease; }
.brand:hover, .brand:focus-visible { opacity: .88; transform: translateY(-1px); }
.brand-icon { display: block; width: 34px; height: 34px; margin-right: 3px; border-radius: 10px 10px 10px 3px; object-fit: cover; object-position: left center; }
.brand b, em, .accent { color: var(--orange); font-style: normal; }
.main-nav { display: flex; align-items: center; gap: 4px; margin-left: auto; padding: 4px; border: 1px solid #ffffff0b; border-radius: 12px; background: #ffffff05; }
.main-nav a { position: relative; display: inline-flex; min-height: 36px; align-items: center; padding: 0 12px; border-radius: 8px; color: #d8d4d0; font-size: 12px; font-weight: 600; text-decoration: none; transition: color .2s ease, background .2s ease, transform .2s ease; }
.main-nav a::after { position: absolute; right: 12px; bottom: 4px; left: 12px; height: 2px; border-radius: 2px; background: var(--orange); content: ''; opacity: 0; transform: scaleX(.35); transition: opacity .2s ease, transform .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { background: #ff631412; color: #fff; transform: translateY(-1px); }
.main-nav a:hover::after, .main-nav a:focus-visible::after { opacity: 1; transform: scaleX(1); }
.button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 11px; padding: 11px 19px; font-size: 13px; font-weight: 700; text-decoration: none; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, #ff762d, var(--orange)); color: #fff; box-shadow: 0 9px 22px #cc44084d, inset 0 1px #ffffff33; }
.button-primary:hover { background: linear-gradient(135deg, #ff8a4c, #ff5710); box-shadow: 0 12px 28px #cc440866, inset 0 1px #ffffff44; }
.button-ghost { border-color: #65615d; background: #0c0c0ccc; color: #fff; }
.button-ghost:hover { border-color: var(--orange); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; color: #fff; cursor: pointer; }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 5px auto; border-radius: 2px; background: currentColor; }
.hero { position: relative; overflow: hidden; min-height: 720px; padding: 146px 0 82px; background: radial-gradient(ellipse 45% 72% at 80% 42%, #9a350b 0%, #3a1205 38%, transparent 73%), radial-gradient(ellipse 40% 45% at 36% 38%, #3b1408 0%, transparent 72%), var(--bg); }
.hero-orb { position: absolute; right: -12%; bottom: -30%; width: 55vw; height: 70%; border-radius: 50%; background: #c04a0b20; filter: blur(70px); pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 30px; }
.hero-copy h1 { max-width: 620px; margin: 0; font-family: "Space Grotesk", Inter, sans-serif; font-size: clamp(48px, 5.4vw, 72px); font-weight: 700; letter-spacing: -.075em; line-height: .98; }
.hero-copy h1 span { color: #f7f4ef; }
.hero-copy h1 em { color: var(--orange); font-style: italic; }
.eyebrow, .kicker { margin: 0 0 14px; color: var(--orange); font-size: 12px; font-weight: 800; letter-spacing: .13em; }
.hero-lead { max-width: 510px; margin: 27px 0 8px; color: #eeeae5; font-size: 17px; line-height: 1.6; }
.hero-support { max-width: 490px; margin: 0 0 25px; color: #aaa7a2; font-size: 14px; line-height: 1.6; }
.hero-support:empty { display: none; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.store-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.store-badge { display: block; width: 152px; height: 53px; min-width: 152px; min-height: 53px; padding: 0; border: 0; border-radius: 8px; background: transparent; line-height: 0; transition: transform .2s ease; }
.store-badge:hover { transform: translateY(-2px); }
.store-badge img { display: block; width: 100%; height: 100%; object-fit: contain; border-radius: 8px; }
.rating { display: flex; align-items: center; gap: 11px; margin-top: 25px; }
.rating-avatars { display: flex; }
.rating-avatars span { width: 29px; height: 29px; margin-right: -6px; border: 2px solid var(--orange); border-radius: 50%; background: url('https://images.unsplash.com/photo-1512621776951-a57141f2eefd?auto=format&fit=crop&w=100&q=75') center/cover; }
.rating-score { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--orange); border-radius: 50%; font-size: 11px; }
.rating-copy { color: var(--orange); font-size: 13px; letter-spacing: 2px; }
.rating-copy small { display: block; color: #ddd; font-size: 10px; letter-spacing: 0; }
.hero-visual { position: relative; height: 530px; }
.device { position: absolute; overflow: hidden; border: 5px solid #777; border-radius: 40px; background: #101010; box-shadow: 0 28px 52px #000b; }
.device-label { position: absolute; z-index: 2; top: 22px; left: 0; width: 100%; color: #fff; font-size: 12px; font-weight: 700; text-align: center; }
.scanner-device { z-index: 2; top: 0; left: 10%; width: 290px; height: 500px; transform: rotate(4deg); }
.scanner-device > img { width: 100%; height: 100%; object-fit: cover; }
.scanner-device::after { position: absolute; inset: 0; background: linear-gradient(transparent 40%, #000d 80%); content: ''; pointer-events: none; }
.scan-frame { position: absolute; z-index: 1; top: 71px; right: 22px; bottom: 179px; left: 22px; border: 2px solid var(--orange); border-radius: 11px; box-shadow: 0 0 18px var(--orange); }
.scan-frame::before, .scan-frame::after { position: absolute; width: 18px; height: 18px; border-color: #fff; content: ''; }
.scan-frame::before { top: -2px; left: -2px; border-top: 3px solid; border-left: 3px solid; }
.scan-frame::after { right: -2px; bottom: -2px; border-right: 3px solid; border-bottom: 3px solid; }
.analysis-card { position: absolute; z-index: 3; right: 11px; bottom: 11px; left: 11px; padding: 13px; border-radius: 12px; background: #fff3e8; color: #17110d; }
.analysis-top { display: flex; align-items: center; justify-content: space-between; color: #555; font-size: 9px; }
.match { padding: 3px 5px; border-radius: 5px; background: #dcedbd; color: #47762b; font-size: 8px; font-weight: 800; }
.analysis-card h3 { margin: 8px 0 2px; font-size: 17px; }
.calories { margin: 0 0 8px; font-size: 26px; font-weight: 800; }
.calories small { font-size: 11px; font-weight: 500; }
.macro-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; }
.macro { padding: 5px; border-radius: 6px; background: #ffe1c9; font-size: 11px; font-weight: 800; }
.macro small { display: block; color: #7b716b; font-size: 8px; font-weight: 500; }
.analysis-card button { width: 100%; margin-top: 9px; border: 0; border-radius: 6px; padding: 8px; background: var(--orange); color: #fff; font-size: 11px; font-weight: 700; cursor: pointer; }
.dashboard-device { top: 34px; right: 0; width: 235px; height: 430px; padding: 62px 17px 15px; transform: rotate(-2deg); background: radial-gradient(circle at 50% 70%, #3e1d0d, transparent 45%), #121212; }
.health-score { display: grid; place-items: center; width: 115px; height: 115px; margin: 0 auto 16px; border: 6px solid var(--orange); border-left-color: var(--green); border-radius: 50%; font-size: 35px; font-weight: 800; }
.health-score small { display: block; font-size: 9px; font-weight: 600; }
.dashboard-device > p { margin: 0 0 18px; color: #ddd; font-size: 11px; text-align: center; }
.metric-list { display: grid; gap: 12px; }
.metric { color: #ddd; font-size: 9px; }
.metric i { display: block; height: 4px; margin-top: 5px; border-radius: 3px; background: linear-gradient(90deg, var(--orange) var(--value), #3d322d var(--value)); }
.feature-strip { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(5, 1fr); overflow: hidden; margin-top: 40px; border: 1px solid #353535; border-radius: 15px; background: #151515e8; box-shadow: 0 18px 35px #0008; }
.feature-item { display: flex; align-items: center; gap: 14px; min-height: 78px; padding: 20px 19px; }
.feature-item + .feature-item { border-left: 1px solid #333; }
.feature-icon { color: var(--orange); font-size: 28px; }
.feature-item strong { display: block; font-size: 14px; line-height: 1.2; }
.feature-item small { display: block; margin-top: 5px; color: #b8b4af; font-size: 11px; line-height: 1.35; }
.section { padding: 92px 0 20px; }
.section-heading { max-width: 760px; }
.section-heading.narrow { max-width: 680px; }
.section-heading h2, .side-copy h2, .split-copy h2, .goals-copy h2, .glance-card h2, .editorial-copy h2, .final-cta h2 { margin: 0 0 17px; font-family: "Space Grotesk", Inter, sans-serif; font-size: clamp(34px, 4.5vw, 58px); letter-spacing: -.06em; line-height: 1.02; }
.section-heading h2, .side-copy h2, .split-copy h2, .goals-copy h2, .glance-card h2, .editorial-copy h2, .final-cta h2 { position: relative; display: block; width: fit-content; max-width: 100%; padding-bottom: 18px; }
.section-heading h2::after, .side-copy h2::after, .split-copy h2::after, .goals-copy h2::after, .glance-card h2::after, .editorial-copy h2::after, .final-cta h2::after { content: none; }
.section-heading h2::before, .side-copy h2::before, .split-copy h2::before, .goals-copy h2::before, .glance-card h2::before, .editorial-copy h2::before, .final-cta h2::before { position: absolute; right: auto; bottom: 0; left: 0; display: block; width: 52px; height: 5px; margin: 0; border-radius: 5px; background: var(--orange); box-shadow: 0 0 18px #ff631466; content: ''; }
.faq > h2 { position: relative; display: block; width: fit-content; padding-bottom: 22px; }
.faq > h2 em { display: inline; }
.faq > h2::after { content: none; }
.faq > h2::before { position: absolute; top: auto; right: auto; bottom: 0; left: 0; display: block; width: min(220px, 100%); height: 4px; margin: 0; border-radius: 6px; background: var(--orange); box-shadow: 0 4px 14px #ff631455; content: ''; transform: rotate(-1deg); transform-origin: left center; }
.section-heading > p:last-child, .side-copy > p:last-of-type, .split-copy > p, .goals-copy > p, .glance-card > div > p:last-child, .editorial-copy > p:not(.kicker) { color: var(--muted); font-size: 16px; line-height: 1.65; }
.value-section { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .82fr); align-items: center; gap: 35px; min-height: 385px; padding-top: 82px; padding-bottom: 36px; }
.value-section .section-heading { position: relative; z-index: 2; padding-left: 13%; border-left: 2px solid var(--orange); }
.value-visual { position: relative; display: grid; min-height: 345px; place-items: end center; isolation: isolate; }
.value-visual img { position: relative; z-index: 2; display: block; width: min(100%, 390px); height: 365px; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 24px 22px #0009) drop-shadow(0 0 25px #ff631455); }
.value-glow { position: absolute; z-index: -1; right: 10%; bottom: 7%; width: 76%; height: 74%; border-radius: 50%; background: radial-gradient(ellipse, #ff63145c 0%, #7c260b33 39%, transparent 72%); filter: blur(15px); }
.value-ring { position: absolute; z-index: 1; display: block; border: 1px solid #ff631466; border-radius: 50%; transform: rotate(-17deg); }
.value-ring-one { right: 7%; bottom: 11%; width: 83%; height: 67%; }
.value-ring-two { right: 17%; bottom: 18%; width: 64%; height: 51%; border-color: #ff9b6755; }
.value-visual::after { position: absolute; right: 9%; bottom: 4%; z-index: 0; width: 80%; height: 1px; background: linear-gradient(90deg, transparent, #ff6314aa, transparent); content: ''; }
.value-section + .feature-section { padding-top: 54px; }
.feature-section { padding-top: 54px; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-top: 40px; }
.feature-card { min-height: 315px; padding: 23px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, #181818, #101010); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.feature-card:hover { transform: translateY(-6px); border-color: var(--orange); box-shadow: 0 22px 38px #0008; }
.feature-carousel { margin-top: 40px; touch-action: pan-y; }
.feature-viewport { overflow: hidden; }
.feature-carousel .feature-card:hover { transform: translateY(-6px); }
.feature-track { display: flex; gap: 15px; transition: transform .45s cubic-bezier(.22,.61,.36,1); will-change: transform; }
.feature-carousel .feature-card { flex: 0 0 calc((100% - 45px) / 4); opacity: 1; transform: none; }
.feature-carousel-controls { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 22px; }
.carousel-button { display: inline-flex; min-height: 44px; align-items: center; gap: 8px; border: 1px solid #4b4b4b; border-radius: 9px; padding: 9px 13px; background: #151515; color: #f7f4ef; font-size: 12px; font-weight: 700; cursor: pointer; transition: border-color .2s ease, color .2s ease, background .2s ease, opacity .2s ease; }
.carousel-button:hover:not(:disabled), .carousel-button:focus-visible { border-color: var(--orange); color: var(--orange-soft); background: #20150f; }
.carousel-button:disabled { opacity: .35; cursor: not-allowed; }
.carousel-dots { display: flex; align-items: center; justify-content: center; gap: 7px; }
.carousel-dot { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: #4a4a4a; cursor: pointer; transition: width .2s ease, background .2s ease; }
.carousel-dot.is-active { width: 24px; border-radius: 8px; background: var(--orange); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; clip-path: inset(50%); }
.feature-card-icon, .difference-card > span { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 22px; border-radius: 12px; background: #42200f; color: var(--orange-soft); font-size: 23px; }
.feature-card h3, .difference-card h3 { margin: 0 0 10px; font-size: 19px; }
.feature-card h3::before, .difference-card h3::before, .wellness-card h3::before, .step h3::before, .price-card h3::before, .analysis-card h3::before { display: inline-block; width: 6px; height: 6px; margin: 0 9px 0 1px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 12px #ff631477; content: ''; vertical-align: .18em; }
.feature-card p, .difference-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.feature-card ul, .check-list, .plan-list { margin: 16px 0 0; padding: 0; list-style: none; }
.feature-card li, .check-list li, .plan-list li { position: relative; margin: 7px 0; padding-left: 17px; color: #e8e5e1; font-size: 12px; line-height: 1.4; }
.feature-card li::before, .check-list li::before, .plan-list li::before { position: absolute; left: 0; color: var(--orange); content: '✓'; font-weight: 800; }
.glance-card .check-list li, .editorial-copy .check-list li { margin: 10px 0; padding-left: 20px; font-size: 14px; line-height: 1.5; }
.glance-card .check-list li::before, .editorial-copy .check-list li::before { font-size: 14px; }
.glance-card .check-list.compact { gap: 2px; }
.dashboard-section { padding-top: 72px; }
.dashboard-panel { display: grid; grid-template-columns: 1.1fr .9fr; gap: 44px; align-items: center; padding: 44px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(110deg, #18100c, #111); }
.dashboard-copy h2 { max-width: 540px; margin: 0 0 17px; font-family: "Space Grotesk", Inter, sans-serif; font-size: clamp(34px, 4vw, 52px); letter-spacing: -.06em; line-height: 1.03; }
.dashboard-copy > p { max-width: 520px; color: var(--muted); line-height: 1.6; }
.mock-dashboard { padding: 25px; border: 1px solid #484848; border-radius: 22px; background: radial-gradient(circle at 50% 52%, #4a200c, transparent 48%), #0f0f0f; box-shadow: 0 25px 50px #0009; }
.mock-top { display: block; margin-bottom: 20px; color: #ddd; font-size: 12px; font-weight: 700; text-align: center; }
.mock-score { display: grid; place-items: center; width: 132px; height: 132px; margin: 0 auto 20px; border: 6px solid var(--orange); border-left-color: var(--green); border-radius: 50%; font-size: 40px; font-weight: 800; }
.mock-score small { display: block; font-size: 10px; font-weight: 600; }
.mock-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.mock-stats span { padding: 10px; border-radius: 9px; background: #1e1e1e; color: #aaa; font-size: 10px; }
.mock-stats b { display: block; margin-top: 4px; color: #fff; font-size: 15px; }
.mock-tip { margin-top: 12px; padding: 11px; border-radius: 9px; background: #39200e; color: #ffb17d; font-size: 10px; line-height: 1.4; }
.split-section { margin-top: 84px; background: #121212; }
.split-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 80px; align-items: center; min-height: 420px; }
.split-copy { padding: 62px 0; }
.prompt-list { display: grid; gap: 8px; margin-top: 24px; }
.prompt-list span { width: fit-content; max-width: 100%; padding: 9px 12px; border: 1px solid #3b2b22; border-radius: 9px; background: #1d1511; color: #e7c4b0; font-size: 12px; }
.assistant-card { position: relative; min-height: 360px; padding: 25px; border: 1px solid #3d3d3d; border-radius: 20px; background: #0c0c0c; box-shadow: 0 25px 50px #000; }
.assistant-head { display: flex; align-items: center; gap: 10px; padding-bottom: 18px; border-bottom: 1px solid #2b2b2b; font-size: 13px; }
.assistant-head small { margin-left: auto; color: var(--green); font-size: 10px; }
.assistant-avatar { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 11px 11px 11px 3px; background: var(--orange); color: #180a04; font-weight: 900; }
.chat-thread { display: flex; flex-direction: column; gap: 0; min-height: 245px; padding-top: 1px; }
.chat-bubble { max-width: 88%; margin-top: 18px; padding: 12px 14px; border-radius: 12px; font-size: 12px; line-height: 1.5; opacity: 0; transform: translateY(8px); transition: opacity .35s ease, transform .35s ease; }
.chat-bubble.is-visible { opacity: 1; transform: none; }
.chat-bubble.user { align-self: flex-end; margin-left: auto; background: #3b1d0e; color: #f2c4a9; }
.chat-bubble.answer { border: 1px solid #333; background: #191919; color: #ddd; }
.chat-bubble.conclusion { display: flex; flex-direction: column; gap: 5px; border-color: #75401e; background: linear-gradient(135deg, #332013, #1b1715); box-shadow: 0 0 24px #ff63141c; color: #f5e8df; }
.chat-bubble.conclusion strong { color: var(--orange-soft); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.chat-typing { display: flex; width: fit-content; align-items: center; gap: 4px; margin-top: 14px; padding: 10px 12px; border: 1px solid #2f2f2f; border-radius: 12px; background: #151515; opacity: 0; transform: translateY(8px); transition: opacity .25s ease, transform .25s ease; }
.chat-typing.is-visible { opacity: 1; transform: none; }
.chat-typing i { display: block; width: 4px; height: 4px; border-radius: 50%; background: var(--orange-soft); animation: chat-dot 1s infinite ease-in-out; }
.chat-typing i:nth-child(2) { animation-delay: .14s; }
.chat-typing i:nth-child(3) { animation-delay: .28s; }
.chat-replay { display: block; min-height: 32px; margin: 0 0 0 auto; border: 0; background: transparent; color: #a8a29d; font-size: 10px; cursor: pointer; transition: color .2s ease; }
.chat-replay:hover, .chat-replay:focus-visible { color: var(--orange-soft); }
.chat-replay:disabled { visibility: hidden; }
@keyframes chat-dot { 0%, 60%, 100% { opacity: .35; transform: translateY(0); } 30% { opacity: 1; transform: translateY(-3px); } }
.wellness-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 40px; }
.wellness-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); transition: transform .25s ease, border-color .25s ease; }
.wellness-card:hover { transform: translateY(-6px); border-color: var(--orange); }
.wellness-card img { display: block; width: 100%; height: 220px; object-fit: cover; }
.wellness-card > div { padding: 23px; }
.wellness-card span { color: var(--orange); font-size: 11px; font-weight: 800; }
.wellness-card h3 { margin: 10px 0; font-family: "Space Grotesk", Inter, sans-serif; font-size: 22px; }
.wellness-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.goals-section { position: relative; isolation: isolate; overflow: hidden; margin-top: 80px; padding: 86px 0; background: linear-gradient(100deg, #1d1009, #0d0d0d 68%, #090909); }
.goals-section::before { position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle 260px at var(--pointer-x, 78%) var(--pointer-y, 48%), #ff63142e, transparent 70%); content: ''; opacity: .9; transition: background-position .25s ease; pointer-events: none; }
.goals-section::after { position: absolute; inset: 0; z-index: -1; background-image: linear-gradient(#ffffff05 1px, transparent 1px), linear-gradient(90deg, #ffffff05 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(90deg, #000, transparent 78%); content: ''; opacity: .26; pointer-events: none; }
.goals-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 65px; align-items: center; }
.goals-copy > p:not(.kicker) { max-width: 500px; }
.goals-copy .button { margin-top: 12px; }
.goals-orbit { position: absolute; z-index: -1; border: 1px solid #ff631438; border-radius: 50%; transform: rotate(-19deg); pointer-events: none; }
.goals-orbit-one { top: -30%; right: -7%; width: 54%; height: 165%; }
.goals-orbit-two { top: -12%; right: 6%; width: 39%; height: 125%; border-color: #8db86436; transform: rotate(20deg); }
.goal-picker { position: relative; padding: 27px 23px 20px; border: 1px solid #ffffff1a; border-radius: 26px; background: #09090963; box-shadow: 0 24px 60px #0007, inset 0 1px #ffffff12; backdrop-filter: blur(10px); }
.goal-picker::before { position: absolute; top: 16px; left: 50%; width: 54px; height: 3px; border-radius: 4px; background: var(--orange); box-shadow: 0 0 18px #ff6314aa; content: ''; transform: translateX(-50%); }
.goal-cloud { display: flex; flex-wrap: wrap; justify-content: center; gap: 11px; perspective: 900px; }
.goal-chip { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; gap: 7px; border: 1px solid #70401f; border-radius: 30px; padding: 11px 16px; background: #23160f; color: #f2c5a8; font: inherit; font-size: 13px; cursor: pointer; transition: transform .25s ease, border-color .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease; }
.goal-chip:nth-child(2n) { border-color: #46532f; background: #1a2114; color: #c5dca1; }
.goal-chip:hover { border-color: var(--orange); background: #3a1b0d; box-shadow: 0 10px 24px #0006, 0 0 0 3px #ff631414; transform: translateY(-5px) rotate(-1deg); }
.goal-chip:nth-child(2n):hover { border-color: #9ac96e; background: #25321a; }
.goal-chip:focus-visible { outline: 2px solid #fff; outline-offset: 4px; }
.goal-chip.is-selected { border-color: var(--orange); background: linear-gradient(135deg, #ff6314, #d94708); color: #fff; box-shadow: 0 12px 28px #ff63143d, 0 0 0 4px #ff63141c; transform: translateY(-5px) scale(1.04); }
.goal-chip:nth-child(2n).is-selected { border-color: #b5dc84; background: linear-gradient(135deg, #719c4d, #3f642b); }
.goal-chip-check { display: inline-grid; width: 0; place-items: center; overflow: hidden; opacity: 0; font-size: 12px; transition: width .2s ease, opacity .2s ease; }
.goal-chip.is-selected .goal-chip-check { width: 14px; opacity: 1; }
.goal-status { min-height: 18px; margin: 19px 0 0; color: #d8b59f; font-size: 12px; text-align: center; }

.how-grid { display: grid; grid-template-columns: 220px 1fr; gap: 52px; align-items: start; }
.side-copy { padding-top: 4px; }
.side-copy h2 { font-size: 31px; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.step { position: relative; isolation: isolate; overflow: hidden; min-height: 245px; padding: 10px; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(145deg, #171717, #101010); text-align: center; transition: transform .35s cubic-bezier(.22,.61,.36,1), border-color .35s ease, box-shadow .35s ease, background .35s ease; }
.step::before, .difference-card::before { position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle 150px at var(--card-x, 50%) var(--card-y, 20%), #ff63142e, transparent 72%); content: ''; opacity: 0; transition: opacity .35s ease; pointer-events: none; }
.step::after, .difference-card::after { position: absolute; top: -20%; left: -45%; width: 36%; height: 150%; background: linear-gradient(90deg, transparent, #ffffff16, transparent); content: ''; opacity: 0; transform: rotate(18deg); transition: left .65s ease, opacity .35s ease; pointer-events: none; }
.step:hover, .step:focus-within, .difference-card:hover, .difference-card:focus-within { border-color: #a34b20; background: linear-gradient(145deg, #211711, #121212); box-shadow: 0 18px 34px #0009, 0 0 0 1px #ff63141f, 0 0 28px #ff631426; transform: translateY(-8px); }
.step:hover::before, .step:focus-within::before, .difference-card:hover::before, .difference-card:focus-within::before { opacity: 1; }
.step:hover::after, .step:focus-within::after, .difference-card:hover::after, .difference-card:focus-within::after { left: 115%; opacity: 1; }
.step-number, .step-media, .step h3, .step p, .difference-card > span, .difference-card h3, .difference-card p { position: relative; z-index: 1; }
.step-media { transition: transform .35s ease, box-shadow .35s ease, background .35s ease; }
.step:hover .step-media, .step:focus-within .step-media { background: radial-gradient(circle, #6f2c0f, #24150f 56%, #1a1a1a); box-shadow: 0 0 28px #ff63143d; transform: scale(1.035); }
.step h3, .difference-card h3 { transition: color .3s ease; }
.step:hover h3, .step:focus-within h3, .difference-card:hover h3, .difference-card:focus-within h3 { color: #ffb17d; }
.step-number { position: absolute; top: -10px; left: 11px; display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; background: var(--orange); color: #160b05; font-size: 12px; }
.step-media { display: grid; place-items: center; height: 116px; border-radius: 9px; background: radial-gradient(circle, #4a210d, #1c1714 55%, #1a1a1a); color: var(--orange); font-size: 54px; }
.step h3 { margin: 13px 0 5px; font-size: 14px; }
.step p { margin: 0; color: #aaa; font-size: 11px; line-height: 1.45; }
.difference-section { padding-top: 70px; }
.difference-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 38px; }
.difference-card { position: relative; isolation: isolate; overflow: hidden; min-height: 190px; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: #151515; transition: transform .35s cubic-bezier(.22,.61,.36,1), border-color .35s ease, box-shadow .35s ease, background .35s ease; }
.difference-card > span { margin-bottom: 25px; transition: transform .35s ease, background .35s ease, box-shadow .35s ease; }
.difference-card:hover > span, .difference-card:focus-within > span { background: #67300f; box-shadow: 0 0 22px #ff63144d; transform: rotate(-6deg) scale(1.08); }
.glance-section { padding-top: 67px; }
.glance-card { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; padding: 38px 44px; border: 1px solid #4a2d1d; border-radius: var(--radius); background: linear-gradient(105deg, #21140d, #151515); }
.glance-card h2 { max-width: 520px; }
.check-list.compact { columns: 2; margin-top: 0; }
.check-list.compact li { break-inside: avoid; margin: 12px 0; }
.editorial { margin-top: 86px; background: #121212; }
.editorial-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; min-height: 450px; }
.editorial-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 58px 12% 58px 0; }
.editorial-copy h2 { font-size: clamp(35px, 4vw, 56px); }
.editorial-copy .check-list { margin-top: 10px; }
.editorial-grid img { width: 100%; height: 100%; min-height: 450px; object-fit: cover; }
.pricing { padding: 88px 0 30px; }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 35px; }
.price-card { position: relative; min-height: 355px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.price-card.popular { border-color: var(--orange); box-shadow: 0 18px 48px #9d39054d; transform: translateY(-8px); }
.popular-label { position: absolute; top: 19px; right: 19px; padding: 5px 8px; border-radius: 8px; background: var(--orange); color: #190b05; font-size: 9px; font-weight: 800; }
.price-card h3 { margin: 0; font-family: "Space Grotesk", Inter, sans-serif; font-size: 23px; }
.price { display: block; margin: 12px 0 17px; font-family: "Space Grotesk", Inter, sans-serif; font-size: 34px; letter-spacing: -.06em; }
.price small { color: var(--muted); font-family: Inter, sans-serif; font-size: 12px; font-weight: 400; letter-spacing: 0; }
.price-card .button { position: absolute; right: 28px; bottom: 25px; left: 28px; }
.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; padding: 70px 0; }
.faq h2 { margin: 0; font-family: "Space Grotesk", Inter, sans-serif; font-size: clamp(37px, 4.3vw, 56px); letter-spacing: -.07em; line-height: .98; }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; align-items: center; justify-content: space-between; min-height: 62px; list-style: none; cursor: pointer; font-size: 15px; font-weight: 600; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { color: var(--orange); content: '+'; font-size: 22px; font-weight: 400; }
.faq details[open] summary::after { content: '−'; }
.faq details p { max-width: 620px; margin: -5px 0 20px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.final-cta { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 225px; margin-bottom: 34px; padding: 38px 48px; border-radius: var(--radius); background: linear-gradient(90deg, #df510a, #a43a0be6 65%, #4d1a08cc), url('https://images.unsplash.com/photo-1547592180-85f173990554?auto=format&fit=crop&w=1400&q=80') right/cover; }
.final-cta .kicker { display: inline-block; margin: 0 0 16px; padding: 6px 11px 5px; border: 1px solid #ff9a62aa; border-radius: 999px; background: #7e280b88; color: #fff5ed; font-family: Georgia, "Times New Roman", serif; font-size: 12px; font-weight: 700; letter-spacing: .08em; line-height: 1.2; text-shadow: 0 1px 10px #6d210c; }
.final-cta h2 { max-width: 570px; margin-bottom: 10px; font-size: clamp(30px, 4vw, 48px); }
.final-cta p:not(.kicker) { max-width: 530px; margin: 0; font-size: 14px; line-height: 1.5; }
.final-cta .store-row { position: relative; z-index: 1; margin-top: 0; }
.safety { padding: 12px 0 65px; }
.safety p:last-child { max-width: 950px; color: #85817d; font-size: 11px; line-height: 1.65; }
.site-footer { position: relative; overflow: hidden; padding: 58px 0 48px; border-top: 1px solid #242424; background: radial-gradient(ellipse 45% 90% at 82% 0%, #351306 0%, transparent 72%), #090909; }
.site-footer::before { position: absolute; top: 0; left: 50%; width: min(760px, 70%); height: 1px; background: linear-gradient(90deg, transparent, var(--orange), transparent); box-shadow: 0 0 22px #ff631466; content: ''; transform: translateX(-50%); }
.footer-grid { position: relative; display: grid; grid-template-columns: 1.8fr repeat(3, 1fr); gap: 18px; padding: 30px; border: 1px solid #ffffff12; border-radius: 22px; background: #111111d9; box-shadow: 0 22px 50px #0008, inset 0 1px #ffffff0a; backdrop-filter: blur(14px); }
.footer-brand { padding: 5px 22px 5px 4px; }
.footer-brand .brand { margin-bottom: 18px; }
.footer-brand p, .footer-brand small { display: block; max-width: 280px; margin: 0; color: #aaa5a0; font-size: 12px; line-height: 1.65; }
.footer-brand small { margin-top: 22px; color: #706d69; font-size: 10px; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; padding: 4px 0 4px 24px; border-left: 1px solid #ffffff10; }
.footer-column strong { position: relative; margin-bottom: 10px; color: var(--orange); font-size: 10px; letter-spacing: .14em; line-height: 1.3; text-transform: uppercase; }
.footer-column strong::after { display: block; width: 22px; height: 2px; margin-top: 8px; border-radius: 3px; background: var(--orange); box-shadow: 0 0 10px #ff631477; content: ''; }
.footer-column a { position: relative; display: inline-flex; min-height: 32px; align-items: center; color: #d6d2ce; font-size: 12px; text-decoration: none; transition: color .2s ease, transform .2s ease; }
.footer-column a::before { width: 0; height: 1px; margin-right: 0; border-radius: 2px; background: var(--orange); content: ''; transition: width .2s ease, margin-right .2s ease; }
.footer-column a:hover, .footer-column a:focus-visible { color: #fff; transform: translateX(3px); }
.footer-column a:hover::before, .footer-column a:focus-visible::before { width: 8px; margin-right: 6px; }
.toast { position: fixed; z-index: 30; right: 18px; bottom: 18px; max-width: min(360px, calc(100% - 36px)); padding: 13px 16px; border: 1px solid #5a321e; border-radius: 10px; background: #21140e; color: #fff; font-size: 13px; box-shadow: 0 10px 30px #0009; opacity: 0; transform: translateY(12px); pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
.toast.show { opacity: 1; transform: none; }
.fade-in { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.fade-in.is-visible { opacity: 1; transform: none; }
.legal-page { min-height: 100vh; padding: 70px 0; background: radial-gradient(circle at 70% 20%, #351306, transparent 38%), var(--bg); }
.legal-card { max-width: 760px; padding: 42px; border: 1px solid var(--line); border-radius: var(--radius); background: #121212e8; box-shadow: 0 25px 60px #0008; }
.legal-card .brand { margin-bottom: 80px; }
.legal-card h1 { margin: 0 0 18px; font-family: "Space Grotesk", Inter, sans-serif; font-size: clamp(42px, 7vw, 70px); letter-spacing: -.07em; }
.legal-lead { max-width: 620px; margin: 0 0 28px; color: var(--muted); font-size: 17px; line-height: 1.7; }
@media (max-width: 1040px) {
  .main-nav { gap: 17px; }
  .hero-grid { grid-template-columns: .85fr 1.15fr; }
  .scanner-device { left: 3%; }
  .feature-item { gap: 10px; padding: 16px 12px; }
  .feature-item strong { font-size: 13px; }
  .feature-item small { font-size: 10px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .dashboard-panel { gap: 24px; padding: 30px; }
}
@media (max-width: 760px) {
  .shell { width: min(100% - 32px, 570px); }
  .site-header { position: relative; padding: 17px 0; background: #090909; }
  .nav-shell { gap: 12px; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; backdrop-filter: none; }
  .nav-cta { display: none; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 68px; right: 16px; left: 16px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px; border: 1px solid #333; border-radius: 12px; background: #161616; box-shadow: 0 18px 30px #000; }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px 15px; border-radius: 7px; }
  .main-nav a:hover { background: #242424; }
  .hero { min-height: 0; padding: 62px 0 35px; }
  .hero-grid, .split-grid, .goals-grid, .editorial-grid { grid-template-columns: 1fr; gap: 0; }
  .hero-copy { padding-bottom: 36px; }
  .hero-copy h1 { font-size: clamp(40px, 10.5vw, 58px); line-height: 1; }
  .hero-lead { font-size: 16px; }
  .hero-support { font-size: 13px; }
  .hero-visual { height: 420px; }
  .scanner-device { left: 2%; width: 245px; height: 400px; }
  .dashboard-device { top: 25px; width: 195px; height: 350px; padding: 54px 12px 12px; }
  .health-score { width: 103px; height: 103px; }
  .metric-list { gap: 8px; }
  .feature-strip { grid-template-columns: 1fr 1fr; margin-top: 22px; }
  .feature-item { min-height: 70px; padding: 15px 13px; }
  .feature-item strong { font-size: 13px; }
  .feature-item small { font-size: 10px; }
  .feature-item + .feature-item { border-left: 0; }
  .feature-item:nth-child(odd) { border-right: 1px solid #333; }
  .feature-item:nth-child(n+3) { border-top: 1px solid #333; }
  .section { padding-top: 62px; }
  .value-section { grid-template-columns: 1fr; gap: 14px; min-height: 0; padding-top: 62px; padding-bottom: 25px; }
  .value-section .section-heading { padding-left: 20px; }
  .value-visual { min-height: 295px; margin-top: -8px; }
  .value-visual img { width: min(100%, 320px); height: 315px; }
  .value-ring-one { right: 4%; width: 88%; }
  .value-ring-two { right: 14%; width: 68%; }
  .feature-grid, .wellness-grid, .difference-grid, .price-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 0; }
  .dashboard-panel { grid-template-columns: 1fr; padding: 24px; }
  .split-section { margin-top: 58px; }
  .split-copy { padding: 55px 0 30px; }
  .assistant-card { margin-bottom: 48px; }
  .wellness-grid { gap: 14px; }
  .goals-section { margin-top: 58px; padding: 62px 0; }
  .goals-copy { padding-bottom: 38px; }
  .goal-picker { padding: 25px 12px 17px; }
  .goal-cloud { gap: 8px; }
  .goal-chip { min-height: 42px; padding: 10px 13px; font-size: 12px; }
  .goals-orbit-one { top: 15%; right: -42%; width: 105%; height: 70%; }
  .goals-orbit-two { top: 28%; right: -22%; width: 80%; height: 52%; }
  .how-grid, .faq { grid-template-columns: 1fr; gap: 28px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .glance-card { grid-template-columns: 1fr; gap: 15px; padding: 27px; }
  .check-list.compact { columns: 1; }
  .editorial { margin-top: 58px; }
  .editorial-copy { padding: 53px 0; }
  .editorial-grid img { min-height: 280px; }
  .price-card.popular { transform: none; }
  .final-cta { align-items: flex-start; flex-direction: column; padding: 30px; }
  .final-cta .store-row { margin-top: 4px; }
  .site-footer { padding: 42px 0 32px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px 18px; padding: 24px 20px; border-radius: 18px; }
  .footer-brand { grid-column: span 2; padding: 0 0 9px; }
  .footer-column { padding: 0; border-left: 0; }
}
@media (max-width: 430px) {
  .store-badge { min-width: 148px; }
  .hero-visual { height: 370px; }
  .scanner-device { width: 218px; height: 355px; }
  .dashboard-device { width: 173px; height: 315px; }
  .dashboard-device .metric-list { gap: 5px; }
  .feature-strip, .steps { grid-template-columns: 1fr; }
  .feature-item:nth-child(odd) { border-right: 0; }
  .feature-item:nth-child(n+2) { border-top: 1px solid #333; }
  .glance-card { padding: 22px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}
@media (max-width: 920px) {
  .feature-carousel .feature-card { flex-basis: calc((100% - 15px) / 2); }
}
@media (max-width: 620px) {
  .feature-carousel .feature-card { flex-basis: 100%; }
  .feature-carousel-controls { gap: 10px; }
  .carousel-button span { display: none; }
  .carousel-button { width: 44px; justify-content: center; padding: 9px; }
}
@media (hover: none) and (max-width: 760px) {
  .step.is-in-view, .difference-card.is-in-view {
    border-color: #a34b20;
    background: linear-gradient(145deg, #211711, #121212);
    box-shadow: 0 14px 30px #0008, 0 0 0 1px #ff63141f, 0 0 24px #ff631426;
    transform: translateY(-5px);
  }
  .step.is-in-view::before, .difference-card.is-in-view::before { opacity: 1; }
  .step.is-in-view::after, .difference-card.is-in-view::after { left: 115%; opacity: .8; }
  .step.is-in-view .step-media { background: radial-gradient(circle, #6f2c0f, #24150f 56%, #1a1a1a); box-shadow: 0 0 26px #ff63143d; }
  .step.is-in-view h3, .difference-card.is-in-view h3 { color: #ffb17d; }
  .difference-card.is-in-view > span { background: #67300f; box-shadow: 0 0 20px #ff63144d; transform: rotate(-6deg) scale(1.06); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

.footer-archive { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 8px; padding-top: 22px; border-top: 1px solid #ffffff12; }
.footer-archive strong { display: block; margin-bottom: 7px; color: var(--orange); font-size: 10px; letter-spacing: .14em; }
.footer-archive p { max-width: 430px; margin: 0; color: #aaa5a0; font-size: 12px; line-height: 1.5; }
.archive-trigger { flex-shrink: 0; }
.archive-modal { position: fixed; z-index: 50; inset: 0; display: grid; place-items: center; padding: 18px; }
.archive-modal[hidden] { display: none; }
.archive-backdrop { position: absolute; inset: 0; background: #000b; backdrop-filter: blur(8px); }
.archive-dialog { position: relative; z-index: 1; width: min(720px, 100%); max-height: min(760px, calc(100vh - 36px)); overflow: auto; padding: 34px; border: 1px solid #5b321f; border-radius: 22px; background: linear-gradient(145deg, #1a110c, #101010 65%); box-shadow: 0 30px 80px #000c, inset 0 1px #ffffff12; }
.archive-close { position: absolute; top: 17px; right: 17px; display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid #4a3930; border-radius: 50%; background: #17110e; color: #fff; font-size: 24px; line-height: 1; cursor: pointer; }
.archive-close:hover, .archive-close:focus-visible { border-color: var(--orange); color: var(--orange-soft); }
.archive-dialog h2 { max-width: 560px; margin: 0 0 14px; font-family: "Space Grotesk", Inter, sans-serif; font-size: clamp(31px, 5vw, 48px); letter-spacing: -.06em; line-height: 1; }
.archive-description { max-width: 590px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.archive-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 18px; margin: 25px 0 10px; color: #e7c4b0; font-size: 12px; font-weight: 700; }
.archive-meta [data-archive-status] { color: var(--orange-soft); }
.archive-file-list { display: grid; max-height: 300px; overflow: auto; margin: 0; padding: 7px 12px; border: 1px solid #ffffff12; border-radius: 13px; background: #09090980; list-style: none; }
.archive-file-list li { display: flex; align-items: center; justify-content: space-between; gap: 15px; min-height: 35px; border-bottom: 1px solid #ffffff0b; color: #d8d4d0; font-size: 12px; }
.archive-file-list li:last-child { border-bottom: 0; }
.archive-file-list code { overflow: hidden; color: inherit; font: inherit; text-overflow: ellipsis; white-space: nowrap; }
.archive-file-status { flex-shrink: 0; color: #85817d; font-size: 10px; }
.archive-file-list li.is-added .archive-file-status { color: #9bd477; }
.archive-file-list li.is-failed .archive-file-status { color: #ff9872; }
.archive-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 22px; }
body.archive-is-open { overflow: hidden; }

/* Opening loader and reading progress */
.page-loader { position: fixed; z-index: 100; inset: 0; display: grid; overflow: hidden; place-items: center; background: radial-gradient(circle at 50% 42%, #3b1709 0%, #160a05 30%, #070707 72%); opacity: 1; visibility: visible; transition: opacity .7s ease, visibility .7s ease; }
.page-loader.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.loader-content { position: relative; z-index: 2; display: flex; width: min(320px, calc(100% - 48px)); flex-direction: column; align-items: center; text-align: center; }
.loader-logo-wrap { position: relative; display: grid; width: 92px; height: 92px; place-items: center; margin-bottom: 18px; border: 1px solid #ff7a3b66; border-radius: 28px 28px 28px 8px; background: linear-gradient(145deg, #ff762d, #b93608); box-shadow: 0 0 0 8px #ff63140d, 0 0 42px #ff631466, inset 0 1px #ffffff55; animation: loader-float 2.2s ease-in-out infinite; }
.loader-logo { position: relative; z-index: 1; width: 62px; height: 62px; object-fit: cover; object-position: left center; border-radius: 17px 17px 17px 5px; filter: brightness(0) invert(1); }
.loader-pulse { position: absolute; inset: -13px; border: 1px solid #ff8b4d55; border-radius: 34px 34px 34px 11px; animation: loader-pulse 2s ease-out infinite; }
.loader-wordmark { color: #fff8f2; font-size: 25px; font-weight: 800; letter-spacing: -.08em; }
.loader-wordmark b { color: var(--orange); }
.loader-content p { margin: 10px 0 19px; color: #bdb2aa; font-size: 12px; letter-spacing: .04em; }
.loader-line { width: 150px; height: 3px; overflow: hidden; border-radius: 10px; background: #ffffff18; }
.loader-line span { display: block; width: 45%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #ff9c69, var(--orange)); box-shadow: 0 0 14px var(--orange); animation: loader-progress 1.35s cubic-bezier(.4,0,.2,1) infinite; }
.loader-orbit { position: absolute; border: 1px solid #ff63142d; border-radius: 50%; pointer-events: none; }
.loader-orbit-one { width: min(68vw, 720px); height: min(68vw, 720px); transform: rotate(28deg) scaleY(.48); animation: loader-spin 15s linear infinite; }
.loader-orbit-two { width: min(46vw, 500px); height: min(46vw, 500px); border-color: #ffb07822; transform: rotate(-32deg) scaleY(.48); animation: loader-spin-reverse 11s linear infinite; }
.scroll-progress { position: fixed; z-index: 80; top: 0; right: 0; left: 0; height: 4px; background: #ffffff12; pointer-events: none; }
.scroll-progress span { display: block; width: 0; height: 100%; border-radius: 0 4px 4px 0; background: linear-gradient(90deg, #ff9b63, var(--orange) 55%, #ff4200); box-shadow: 0 0 12px #ff6314aa; transition: width .08s linear; }
@keyframes loader-float { 0%, 100% { transform: translateY(0) rotate(-2deg); } 50% { transform: translateY(-8px) rotate(2deg); } }
@keyframes loader-pulse { 0% { opacity: .8; transform: scale(.92); } 75%, 100% { opacity: 0; transform: scale(1.18); } }
@keyframes loader-progress { 0% { transform: translateX(-115%); } 55%, 100% { transform: translateX(340%); } }
@keyframes loader-spin { to { transform: rotate(388deg) scaleY(.48); } }
@keyframes loader-spin-reverse { to { transform: rotate(-392deg) scaleY(.48); } }

@media (prefers-reduced-motion: reduce) {
  .loader-logo-wrap, .loader-pulse, .loader-line span, .loader-orbit { animation: none; }
}

@media (max-width: 620px) {
  .footer-archive { align-items: flex-start; flex-direction: column; gap: 16px; }
  .archive-dialog { padding: 28px 18px 20px; border-radius: 17px; }
  .archive-close { top: 13px; right: 13px; }
  .archive-file-list { max-height: 280px; padding: 6px 10px; }
  .archive-actions { flex-direction: column-reverse; }
  .archive-actions .button { width: 100%; }
}
