:root {
  color-scheme: dark;
  --bg: #07080d;
  --panel: #11131b;
  --panel-2: #181b25;
  --text: #f8f8fb;
  --muted: #a2a5b1;
  --accent: #ff3357;
  --yellow: #ffd348;
  --line: rgba(255,255,255,.1);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "PingFang SC", "Helvetica Neue", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: radial-gradient(circle at 80% 5%, rgba(255,211,72,.08), transparent 28rem), var(--bg); line-height: 1.65; }
a { color: inherit; text-decoration: none; }
.public-alert { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; min-height: 42px; padding: 9px 20px; color: #fff4cf; background: #a82636; border-bottom: 1px solid rgba(255,255,255,.16); font-size: 14px; line-height: 1.45; text-align: center; }
.public-alert strong { flex: 0 0 auto; color: #ffd85a; }
.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; max-width: 1200px; margin: auto; padding: 18px 28px; background: rgba(7,8,13,.78); backdrop-filter: blur(24px); border-bottom: 1px solid var(--line); }
.brand { display: flex; flex: 0 0 auto; align-items: center; gap: 11px; white-space: nowrap; font-size: 20px; font-weight: 750; }
.brand img { width: 40px; height: 40px; border-radius: 10px; }
.brand small { color: var(--muted); font-weight: 550; }
nav { display: flex; align-items: center; gap: 25px; white-space: nowrap; font-size: 14px; color: var(--muted); }
nav a:hover, nav a.active { color: var(--text); }
.language-switch { padding: 2px 10px; color: var(--text); border: 1px solid var(--line); border-radius: 999px; }
.language-switch:hover { border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.06); }
main { overflow: hidden; }
.hero { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 72px; max-width: 1200px; min-height: 760px; margin: auto; padding: 70px 40px 90px; }
.eyebrow { margin: 0 0 12px; color: var(--accent); font-size: 13px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { margin-bottom: 26px; font-size: clamp(54px, 7vw, 92px); line-height: .98; letter-spacing: -.055em; }
.hero h1 span { color: var(--yellow); }
.lead { max-width: 620px; color: var(--muted); font-size: 19px; }
.hero-pro-card { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 14px 24px; width: min(620px, 100%); min-height: 152px; margin-top: 32px; padding: 25px 28px; overflow: hidden; color: #fff; background: radial-gradient(circle at 86% 18%, rgba(255,211,72,.38), transparent 10rem), linear-gradient(125deg, #61132a, #c81e42 56%, #ff5b47); border: 1px solid rgba(255,255,255,.3); border-radius: 26px; box-shadow: 0 24px 62px rgba(255,51,87,.26); transition: transform .2s ease, box-shadow .2s ease; }
.hero-pro-card::after { content: "PRO"; position: absolute; right: -11px; bottom: -35px; color: rgba(255,255,255,.075); font-size: 112px; font-weight: 950; line-height: 1; letter-spacing: -.08em; pointer-events: none; }
.hero-pro-card:hover { transform: translateY(-4px); box-shadow: 0 32px 76px rgba(255,51,87,.36); }
.hero-pro-card:focus-visible { outline: 4px solid rgba(255,211,72,.5); outline-offset: 5px; }
.hero-pro-copy { position: relative; z-index: 1; display: flex; min-width: 0; flex-direction: column; }
.hero-pro-copy > small { margin-bottom: 4px; color: #ffe878; font-size: 12px; font-weight: 850; letter-spacing: .13em; }
.hero-pro-copy > strong { font-size: clamp(25px, 3vw, 34px); line-height: 1.1; letter-spacing: -.035em; }
.hero-pro-copy > span { margin-top: 8px; color: rgba(255,255,255,.82); font-size: 12px; font-weight: 650; }
.hero-pro-price { position: relative; z-index: 1; color: var(--yellow); font-size: clamp(38px, 4.2vw, 54px); font-weight: 950; line-height: 1; letter-spacing: -.055em; white-space: nowrap; }
.hero-pro-price small { margin-right: 2px; font-size: 20px; letter-spacing: normal; }
.hero-pro-cta { position: relative; z-index: 1; grid-column: 1 / -1; display: flex; align-items: center; justify-content: center; min-height: 48px; padding: 10px 18px; color: #171117; background: var(--yellow); border-radius: 14px; font-size: 16px; font-weight: 900; }
.hero-pro-cta b { margin-left: 9px; font-size: 20px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin: 20px 0 28px; }
.store-button { display: flex; align-items: baseline; gap: 8px; padding: 12px 20px; color: #131313; background: var(--yellow); border-radius: 14px; }
.store-button small { font-weight: 700; }
.store-button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(255,211,72,.2); }
.store-button:focus-visible { outline: 3px solid rgba(255,211,72,.38); outline-offset: 4px; }
.testflight-button { display: flex; flex-direction: column; justify-content: center; min-height: 48px; padding: 8px 18px; color: var(--text); background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16); border-radius: 14px; line-height: 1.3; }
.testflight-button strong { font-size: 14px; }
.testflight-button small { color: var(--muted); font-size: 11px; font-weight: 650; }
.testflight-button:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.11); }
.testflight-button:focus-visible { outline: 3px solid rgba(255,255,255,.24); outline-offset: 4px; }
.home-pro-showcase { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 58px; max-width: 1120px; margin: 28px auto 40px; padding: 58px 54px; background: radial-gradient(circle at 78% 35%, rgba(255,211,72,.12), transparent 20rem), linear-gradient(135deg, #3a101d, #17131b 64%, #11131b); border: 1px solid rgba(255,51,87,.42); border-radius: 32px; box-shadow: 0 32px 90px rgba(0,0,0,.36); }
.home-pro-showcase { transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.home-pro-showcase:hover { transform: translateY(-4px); border-color: rgba(255,211,72,.48); box-shadow: 0 38px 100px rgba(0,0,0,.44); }
.home-pro-showcase:focus-visible { outline: 4px solid rgba(255,211,72,.42); outline-offset: 6px; }
.home-pro-copy h2 { margin-bottom: 18px; font-size: clamp(42px, 5vw, 66px); line-height: 1.02; letter-spacing: -.05em; }
.home-pro-copy h2 span { color: var(--yellow); }
.home-pro-copy > p:not(.eyebrow) { max-width: 650px; color: #d5cbd0; font-size: 17px; }
.home-pro-pills { display: flex; flex-wrap: wrap; gap: 9px; margin: 24px 0 30px; }
.home-pro-pills span { padding: 7px 12px; color: #f8e9ad; background: rgba(255,211,72,.11); border: 1px solid rgba(255,211,72,.23); border-radius: 999px; font-size: 12px; font-weight: 750; }
.home-pro-button { display: inline-flex; align-items: center; min-height: 54px; padding: 13px 21px; color: #111; background: var(--yellow); border-radius: 15px; font-weight: 850; }
.home-pro-button:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(255,211,72,.22); }
.home-pro-button:focus-visible { outline: 3px solid rgba(255,211,72,.36); outline-offset: 4px; }
.home-pro-badge { display: flex; flex-direction: column; align-items: center; justify-content: center; width: min(300px, 100%); aspect-ratio: 1; margin-inline: auto; color: #171117; background: radial-gradient(circle at 35% 25%, #fff1a2, var(--yellow) 44%, #ed9b2f); border-radius: 50%; box-shadow: 0 28px 70px rgba(255,211,72,.2), inset 0 0 0 10px rgba(255,255,255,.18); transform: rotate(5deg); }
.home-pro-badge img { width: 66px; height: 66px; margin-bottom: 12px; border: 4px solid rgba(17,17,17,.85); border-radius: 18px; }
.home-pro-badge strong { font-size: 46px; line-height: .95; letter-spacing: .09em; }
.home-pro-badge span { margin-top: 7px; font-size: 13px; font-weight: 900; letter-spacing: .22em; }
.home-pro-badge small { margin-top: 15px; font-size: 13px; font-weight: 800; }
.creator-challenge-section { max-width: 1120px; margin: 24px auto 12px; }
.creator-challenge { overflow: hidden; background: linear-gradient(135deg, rgba(255,51,87,.1), rgba(17,19,27,.96) 46%, rgba(255,211,72,.07)); border: 1px solid rgba(255,255,255,.13); border-radius: 24px; box-shadow: 0 24px 72px rgba(0,0,0,.24); }
.creator-challenge > summary { display: grid; grid-template-columns: 58px minmax(0, 1fr) 32px; align-items: center; gap: 18px; min-height: 126px; padding: 24px 30px; cursor: pointer; list-style: none; }
.creator-challenge > summary::-webkit-details-marker { display: none; }
.creator-challenge > summary > img { width: 58px; height: 58px; border-radius: 14px; box-shadow: 0 12px 28px rgba(255,51,87,.22); }
.creator-challenge > summary::after { content: "+"; display: grid; width: 32px; height: 32px; place-items: center; color: #121217; background: var(--yellow); border-radius: 50%; font-size: 24px; font-weight: 650; line-height: 1; }
.creator-challenge[open] > summary::after { content: "−"; }
.creator-challenge > summary:hover { background: rgba(255,255,255,.025); }
.creator-challenge > summary:focus-visible { outline: 3px solid rgba(255,211,72,.42); outline-offset: -3px; }
.creator-challenge-summary { display: flex; min-width: 0; flex-direction: column; }
.creator-challenge-summary .eyebrow { margin-bottom: 2px; }
.creator-challenge-summary strong { font-size: clamp(25px, 3vw, 34px); line-height: 1.2; }
.creator-challenge-summary small { margin-top: 5px; color: var(--muted); font-size: 14px; }
.creator-challenge-content { padding: 32px 30px 34px; border-top: 1px solid var(--line); }
.creator-challenge-lead { max-width: 860px; margin-bottom: 20px; color: #d7d9e1; font-size: 16px; }
.creator-challenge-platforms { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; }
.creator-challenge-platforms span { padding: 6px 12px; color: #f7dda0; background: rgba(255,211,72,.09); border: 1px solid rgba(255,211,72,.2); border-radius: 999px; font-size: 12px; font-weight: 750; }
.creator-challenge-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.creator-challenge-grid > div { padding: 26px 26px 26px 0; }
.creator-challenge-grid > div + div { padding-right: 0; padding-left: 28px; border-left: 1px solid var(--line); }
.creator-challenge-content h3 { margin-bottom: 8px; font-size: 19px; }
.creator-challenge-content p, .creator-challenge-content li { color: var(--muted); font-size: 14px; }
.creator-challenge-content ul { margin: 0; padding-left: 20px; }
.creator-challenge-content li + li { margin-top: 6px; }
.creator-challenge-content li strong, .creator-challenge-contact a:not(.creator-challenge-button) { color: var(--yellow); }
.creator-challenge-contact { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding-top: 28px; }
.creator-challenge-contact p { max-width: 740px; margin-bottom: 0; }
.creator-challenge-button { display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; min-height: 48px; padding: 11px 18px; color: #111; background: var(--yellow); border-radius: 14px; font-size: 14px; font-weight: 850; }
.creator-challenge-button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(255,211,72,.18); }
.creator-challenge-button:focus-visible { outline: 3px solid rgba(255,211,72,.38); outline-offset: 4px; }
.text-link { color: var(--muted); font-weight: 650; }
.platforms { display: flex; flex-wrap: wrap; gap: 8px; }
.platforms span { padding: 6px 11px; color: #c7c9d2; background: rgba(255,255,255,.06); border: 1px solid var(--line); border-radius: 999px; font-size: 12px; }
.hero-visual { position: relative; display: grid; place-items: center; min-height: 640px; }
.glow { position: absolute; width: 420px; height: 420px; background: var(--accent); border-radius: 50%; filter: blur(130px); opacity: .25; }
.phone-frame { position: relative; width: min(330px, 74vw); height: 675px; padding: 9px; overflow: hidden; background: #020204; border: 1px solid rgba(255,255,255,.24); border-radius: 48px; box-shadow: 0 45px 100px rgba(0,0,0,.55); transform: rotate(3deg); }
.phone-frame::before { content: ""; position: absolute; z-index: 2; top: 17px; left: 50%; width: 100px; height: 27px; transform: translateX(-50%); background: #000; border-radius: 20px; }
.phone-frame img { width: 100%; height: 100%; object-fit: cover; object-position: top; border-radius: 40px; }
.section { max-width: 1200px; margin: auto; padding: 100px 40px; }
.section-heading { max-width: 720px; margin-bottom: 46px; }
.section-heading h2, .support-card h2 { margin-bottom: 16px; font-size: clamp(36px, 5vw, 58px); line-height: 1.08; letter-spacing: -.04em; }
.section-heading > p:last-child, .support-card p { color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-card { min-height: 250px; padding: 28px; background: linear-gradient(145deg, var(--panel-2), var(--panel)); border: 1px solid var(--line); border-radius: 24px; }
.feature-card.accent-card { background: linear-gradient(145deg, #35101a, #17121a); border-color: rgba(255,51,87,.35); }
.feature-icon { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 42px; color: var(--yellow); background: rgba(255,255,255,.07); border-radius: 13px; font-size: 22px; }
.feature-card h3 { margin-bottom: 8px; font-size: 21px; }
.feature-card p { color: var(--muted); font-size: 14px; }
.carplay-showcase { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 54px; }
.carplay-copy h2 { margin-bottom: 18px; font-size: clamp(38px, 5vw, 62px); line-height: 1.05; letter-spacing: -.045em; }
.carplay-copy > p:not(.eyebrow) { color: var(--muted); }
.carplay-frame { margin: 0; padding: 12px; background: linear-gradient(145deg, #252936, #0b0c11); border: 1px solid rgba(255,255,255,.2); border-radius: 30px; box-shadow: 0 35px 90px rgba(0,0,0,.48); }
.carplay-frame img { display: block; width: 100%; border-radius: 20px; }
.carplay-frame figcaption { padding: 12px 8px 2px; color: var(--muted); font-size: 12px; text-align: center; }
.ipad-showcase { display: grid; grid-template-columns: 1.28fr .72fr; align-items: center; gap: 58px; }
.ipad-copy { order: 2; }
.ipad-copy h2 { margin-bottom: 18px; font-size: clamp(38px, 5vw, 62px); line-height: 1.05; letter-spacing: -.045em; }
.ipad-copy > p:not(.eyebrow) { color: var(--muted); }
.ipad-frame { position: relative; margin: 0; padding: 13px 13px 0; background: linear-gradient(145deg, #30333d, #090a0f); border: 1px solid rgba(255,255,255,.24); border-radius: 34px; box-shadow: 0 35px 90px rgba(0,0,0,.5); transform: rotate(-1.5deg); }
.ipad-frame::after { content: ""; position: absolute; inset: 7px; pointer-events: none; border: 1px solid rgba(255,255,255,.08); border-radius: 28px; }
.ipad-camera { position: absolute; z-index: 2; top: 20px; left: 50%; width: 6px; height: 6px; transform: translateX(-50%); background: #171921; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.ipad-frame img { display: block; width: 100%; max-height: 700px; object-fit: cover; object-position: top; border-radius: 23px; }
.ipad-frame figcaption { padding: 12px 8px 13px; color: var(--muted); font-size: 12px; text-align: center; }
.watch-showcase { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 64px; }
.watch-copy h2 { margin-bottom: 18px; font-size: clamp(38px, 5vw, 62px); line-height: 1.05; letter-spacing: -.045em; }
.watch-copy > p:not(.eyebrow) { color: var(--muted); }
.watch-copy .watch-note { color: #d9dbe3; font-size: 14px; }
.watch-stage { position: relative; display: grid; place-items: center; min-height: 600px; }
.watch-stage::before { content: ""; position: absolute; width: 360px; height: 360px; background: var(--accent); border-radius: 50%; filter: blur(125px); opacity: .18; }
.watch-frame { position: relative; width: min(330px, 72vw); margin: 0; padding: 15px 15px 0; background: linear-gradient(145deg, #30323a, #050507 55%); border: 1px solid rgba(255,255,255,.28); border-radius: 94px; box-shadow: 0 42px 100px rgba(0,0,0,.62); transform: rotate(2deg); }
.watch-frame::after { content: ""; position: absolute; inset: 7px; pointer-events: none; border: 1px solid rgba(255,255,255,.08); border-radius: 86px; }
.watch-crown { position: absolute; top: 105px; right: -17px; width: 16px; height: 60px; background: linear-gradient(90deg, #202229, #5b5e68 55%, #17181d); border: 1px solid rgba(255,255,255,.18); border-radius: 0 9px 9px 0; box-shadow: 4px 8px 20px rgba(0,0,0,.45); }
.watch-frame img { display: block; width: 100%; border-radius: 78px; }
.watch-frame figcaption { padding: 13px 8px 16px; color: var(--muted); font-size: 12px; text-align: center; }
.mac-showcase { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 58px; }
.mac-copy h2 { margin-bottom: 18px; font-size: clamp(38px, 5vw, 62px); line-height: 1.05; letter-spacing: -.045em; }
.mac-copy > p:not(.eyebrow) { color: var(--muted); }
.mac-copy .mac-note { color: #d9dbe3; font-size: 14px; }
.mac-frame { position: relative; margin: 0; padding: 12px; overflow: hidden; background: linear-gradient(145deg, #30333d, #090a0f); border: 1px solid rgba(255,255,255,.24); border-radius: 28px; box-shadow: 0 35px 90px rgba(0,0,0,.5); transform: rotate(1deg); }
.mac-frame::after { content: ""; position: absolute; inset: 7px; pointer-events: none; border: 1px solid rgba(255,255,255,.08); border-radius: 22px; }
.mac-frame img { display: block; width: 100%; border-radius: 18px; }
.mac-frame figcaption { padding: 12px 8px 2px; color: var(--muted); font-size: 12px; text-align: center; }
.tv-showcase { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 54px; }
.tv-copy h2 { margin-bottom: 18px; font-size: clamp(38px, 5vw, 62px); line-height: 1.05; letter-spacing: -.045em; }
.tv-copy > p:not(.eyebrow) { color: var(--muted); }
.tv-copy .tv-note { color: #d9dbe3; font-size: 14px; }
.tv-frame { margin: 0; padding: 12px; background: linear-gradient(145deg, #30333d, #090a0f); border: 1px solid rgba(255,255,255,.24); border-radius: 28px; box-shadow: 0 35px 90px rgba(0,0,0,.5); transform: rotate(-.7deg); }
.tv-frame img { display: block; width: 100%; border-radius: 18px; }
.tv-frame figcaption { padding: 12px 8px 2px; color: var(--muted); font-size: 12px; text-align: center; }
.tutorial-showcase { border-top: 1px solid var(--line); }
.tutorial-card { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; min-height: 460px; overflow: hidden; background: linear-gradient(130deg, #191b24, #110d12); border: 1px solid rgba(255,255,255,.13); border-radius: 32px; box-shadow: 0 35px 90px rgba(0,0,0,.3); }
.tutorial-copy { padding: 58px; }
.tutorial-copy h2 { margin-bottom: 18px; font-size: clamp(38px, 5vw, 60px); line-height: 1.05; letter-spacing: -.045em; }
.tutorial-copy > p:not(.eyebrow) { max-width: 570px; color: var(--muted); }
.tutorial-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.play-tutorial-button { display: inline-flex; align-items: center; gap: 10px; padding: 14px 20px; color: #111; background: var(--yellow); border: 0; border-radius: 14px; font: inherit; font-weight: 800; cursor: pointer; }
.play-tutorial-button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(255,211,72,.18); }
.play-icon { font-size: 12px; }
.tutorial-cover { position: relative; align-self: stretch; min-height: 460px; padding: 0; overflow: hidden; background: #07080d; border: 0; border-left: 1px solid var(--line); cursor: pointer; }
.tutorial-cover img { width: 100%; height: 100%; object-fit: cover; object-position: top center; transform: scale(1.04); filter: saturate(.75); }
.cover-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17,13,18,.55), rgba(7,8,13,.1)), linear-gradient(0deg, rgba(7,8,13,.8), transparent 55%); }
.cover-play { position: absolute; top: 50%; left: 50%; display: grid; place-items: center; width: 74px; height: 74px; padding-left: 5px; color: #111; background: var(--yellow); border-radius: 50%; box-shadow: 0 20px 50px rgba(0,0,0,.45); transform: translate(-50%, -50%); font-size: 24px; }
.cover-caption { position: absolute; right: 24px; bottom: 22px; left: 24px; color: #fff; font-size: 15px; font-weight: 750; text-align: center; }
.tutorial-dialog { width: min(430px, calc(100vw - 28px)); max-height: calc(100vh - 28px); padding: 0; overflow: hidden; color: var(--text); background: #0c0d12; border: 1px solid rgba(255,255,255,.2); border-radius: 28px; box-shadow: 0 40px 120px rgba(0,0,0,.75); }
.tutorial-dialog::backdrop { background: rgba(0,0,0,.78); backdrop-filter: blur(12px); }
.dialog-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 18px; border-bottom: 1px solid var(--line); }
.dialog-toolbar div { display: flex; flex-direction: column; }
.dialog-toolbar small { color: var(--muted); }
.dialog-toolbar button { width: 34px; height: 34px; padding: 0; color: #fff; background: rgba(255,255,255,.09); border: 0; border-radius: 50%; cursor: pointer; font-size: 24px; line-height: 1; }
.tutorial-dialog video { display: block; width: 100%; max-height: calc(100vh - 96px); background: #000; }
.start-section { border-top: 1px solid var(--line); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding: 0; list-style: none; }
.steps li { display: flex; gap: 18px; padding: 24px; background: var(--panel); border-radius: 20px; }
.steps li > span { display: grid; flex: 0 0 36px; place-items: center; width: 36px; height: 36px; color: #111; background: var(--yellow); border-radius: 50%; font-weight: 850; }
.steps h3 { margin-bottom: 4px; }
.steps p { margin: 0; color: var(--muted); font-size: 14px; }
.source-showcase { padding-top: 32px; }
.source-card { display: grid; grid-template-columns: 1.1fr .9fr; gap: 42px; align-items: center; padding: 54px; background: linear-gradient(135deg, #191b24, #171117); border: 1px solid rgba(255,211,72,.25); border-radius: 30px; }
.source-copy h2 { margin-bottom: 14px; font-size: clamp(34px, 4.5vw, 54px); line-height: 1.06; letter-spacing: -.04em; }
.source-copy > p:not(.eyebrow) { max-width: 620px; color: var(--muted); }
.source-actions { margin-top: 28px; }
.source-button { display: inline-flex; padding: 13px 19px; color: #111; background: var(--yellow); border-radius: 14px; font-weight: 800; }
.source-button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(255,211,72,.18); }
.source-button:focus-visible { outline: 3px solid rgba(255,211,72,.38); outline-offset: 4px; }
.source-notice { padding: 25px; color: #d9dbe3; background: rgba(255,255,255,.055); border: 1px solid var(--line); border-radius: 20px; }
.source-notice strong { display: block; margin-bottom: 8px; color: var(--text); }
.source-notice p { margin: 0; color: var(--muted); font-size: 13px; }
.support-card { display: flex; align-items: center; justify-content: space-between; gap: 30px; max-width: 1120px; margin: 50px auto 120px; padding: 56px; background: linear-gradient(130deg, #251019, #151720); border: 1px solid rgba(255,51,87,.28); border-radius: 30px; }
.support-card h2 { font-size: clamp(32px, 4vw, 48px); }
.mail-button { flex: 0 0 auto; padding: 14px 20px; background: var(--accent); border-radius: 14px; font-weight: 750; }
.support-actions { display: flex; flex: 0 0 auto; flex-direction: column; gap: 10px; }
.qq-button { padding: 12px 18px; color: #d9dbe3; background: rgba(255,255,255,.07); border: 1px solid var(--line); border-radius: 14px; font-size: 14px; font-weight: 650; text-align: center; text-decoration: none; }
.qq-button:hover { color: #fff; border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.11); }
footer { max-width: 1200px; margin: auto; padding: 48px 28px; color: var(--muted); border-top: 1px solid var(--line); font-size: 13px; }
.footer-brand { color: var(--text); margin-bottom: 18px; }
.footer-brand img { width: 32px; height: 32px; border-radius: 8px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; margin: 18px 0; }
.footer-links a:hover { color: var(--text); }
.copyright { margin-bottom: 0; }
.legal-page { max-width: 900px; margin: auto; padding: 90px 28px 120px; overflow: visible; }
.legal-heading { margin-bottom: 45px; }
.legal-heading h1 { margin-bottom: 10px; font-size: clamp(48px, 8vw, 76px); letter-spacing: -.05em; }
.legal-heading > p:last-child { color: var(--muted); }
.legal-card { padding: 48px 54px; background: var(--panel); border: 1px solid var(--line); border-radius: 28px; }
.legal-card h2 { margin-top: 40px; margin-bottom: 10px; font-size: 22px; }
.legal-card p { color: #c6c8d0; }
.legal-card a { color: var(--yellow); text-decoration: underline; text-underline-offset: 3px; }
.import-highlight { margin-bottom: 34px; padding: 22px 24px; background: linear-gradient(135deg, rgba(255,51,87,.14), rgba(255,211,72,.08)); border: 1px solid rgba(255,211,72,.22); border-radius: 18px; }
.import-highlight strong { display: block; margin-bottom: 7px; color: var(--yellow); font-size: 18px; }
.import-highlight p { margin-bottom: 0; }
.import-guide-page .legal-card h2 { margin-top: 46px; }
.import-guide-page .legal-card h2:first-of-type { margin-top: 0; }
.import-guide-page pre { margin: 16px 0 20px; padding: 17px 18px; overflow-x: auto; color: #f4d979; background: #0a0b10; border: 1px solid var(--line); border-radius: 13px; font: 13px/1.65 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; white-space: pre-wrap; overflow-wrap: anywhere; }
.import-guide-page code { color: #f4d979; font: .92em ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; }
.import-table-wrap { overflow-x: auto; margin: 16px 0 10px; }
.import-table { width: 100%; min-width: 580px; border-collapse: collapse; color: #c6c8d0; font-size: 14px; }
.import-table th, .import-table td { padding: 14px 15px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.import-table th { color: var(--text); background: rgba(255,255,255,.05); font-weight: 750; }
.import-table tr:last-child td { border-bottom: 0; }
.import-list { margin: 10px 0 0; padding-left: 22px; color: #c6c8d0; }
.import-list li { margin: 9px 0; padding-left: 4px; }
.about-hero { max-width: 1000px; margin: auto; padding: 110px 28px 70px; text-align: center; }
.about-icon { width: 112px; height: 112px; margin-bottom: 28px; border-radius: 27px; box-shadow: 0 24px 60px rgba(255,211,72,.18); }
.about-hero h1 { margin-bottom: 22px; font-size: clamp(52px, 9vw, 92px); line-height: 1; letter-spacing: -.055em; }
.about-hero .lead { margin-inline: auto; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: 1000px; margin: 0 auto; padding: 20px 28px 110px; }
.about-card { padding: 34px; background: var(--panel); border: 1px solid var(--line); border-radius: 24px; }
.about-card.wide { grid-column: 1 / -1; }
.about-card h2 { margin-bottom: 12px; font-size: 25px; }
.about-card p { margin-bottom: 0; color: var(--muted); }
.contact-list { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.contact-list a, .contact-list span { padding: 10px 14px; background: rgba(255,255,255,.06); border: 1px solid var(--line); border-radius: 12px; }

.sources-page { overflow: visible; }
.sources-hero { max-width: 1040px; margin: auto; padding: 96px 32px 62px; }
.sources-hero h1 { margin-bottom: 20px; font-size: clamp(54px, 9vw, 92px); line-height: .98; letter-spacing: -.055em; }
.sources-hero .lead { max-width: 760px; }
.sources-warning { margin-top: 34px; padding: 22px 24px; background: rgba(255,211,72,.08); border: 1px solid rgba(255,211,72,.25); border-radius: 18px; }
.sources-warning strong { display: block; margin-bottom: 5px; color: var(--yellow); }
.sources-warning p { margin-bottom: 0; color: var(--muted); font-size: 14px; }
.sources-content { max-width: 1040px; margin: auto; padding: 30px 32px 120px; }
.test-source-card { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-bottom: 56px; padding: 26px 28px; background: linear-gradient(135deg, rgba(255,51,87,.18), rgba(255,211,72,.08)); border: 1px solid rgba(255,51,87,.32); border-radius: 22px; box-shadow: 0 24px 70px rgba(0,0,0,.2); }
.test-source-copy h2 { margin-bottom: 6px; font-size: 30px; letter-spacing: -.03em; }
.test-source-copy p:last-child { max-width: 620px; margin-bottom: 0; color: var(--muted); font-size: 14px; }
.test-source-button { display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; min-height: 48px; padding: 12px 20px; color: #fff; background: var(--accent); border-radius: 14px; font-weight: 800; }
.test-source-button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(255,51,87,.24); }
.test-source-button:focus-visible { outline: 3px solid rgba(255,51,87,.38); outline-offset: 4px; }
.source-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 22px; }
.source-section-heading h2, .source-tool-card h2, .sources-disclaimer h2 { margin-bottom: 0; font-size: clamp(30px, 4vw, 44px); letter-spacing: -.035em; }
.source-section-heading > p { max-width: 480px; margin-bottom: 3px; color: var(--muted); font-size: 14px; text-align: right; }
.source-heading-spaced { margin-top: 76px; }
.source-list { display: grid; gap: 10px; }
.source-entry { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-width: 0; padding: 17px 18px; background: var(--panel); border: 1px solid var(--line); border-radius: 17px; }
.source-entry:hover { border-color: rgba(255,211,72,.24); background: #151721; }
.source-entry.is-expired { opacity: .5; }
.source-entry-copy { min-width: 0; }
.source-entry h3 { margin-bottom: 5px; font-size: 16px; }
.source-entry code { display: block; overflow: hidden; color: var(--muted); font: 12px/1.5 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; text-overflow: ellipsis; white-space: nowrap; }
.source-entry-actions { display: flex; flex: 0 0 auto; align-items: center; gap: 8px; }
.source-entry-actions button, .source-entry-actions a { padding: 8px 11px; color: #d9dbe3; background: rgba(255,255,255,.06); border: 1px solid var(--line); border-radius: 10px; font: inherit; font-size: 12px; font-weight: 700; cursor: pointer; }
.source-entry-actions button { color: #111; background: var(--yellow); border-color: transparent; }
.source-entry-actions button:hover, .source-entry-actions a:hover { transform: translateY(-1px); }
.operator-groups { display: grid; gap: 12px; }
.operator-groups details { overflow: hidden; background: var(--panel); border: 1px solid var(--line); border-radius: 20px; }
.operator-groups summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 22px; cursor: pointer; font-size: 18px; font-weight: 780; list-style: none; }
.operator-groups summary::-webkit-details-marker { display: none; }
.operator-groups summary::after { content: "+"; color: var(--yellow); font-size: 24px; font-weight: 400; }
.operator-groups details[open] summary::after { content: "−"; }
.operator-groups summary small { margin-left: auto; color: var(--muted); font-size: 12px; font-weight: 600; }
.operator-groups .source-list { padding: 0 12px 12px; }
.source-list.compact .source-entry { padding: 14px 15px; background: rgba(255,255,255,.025); }
.sources-two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 84px; }
.source-tool-card { padding: 30px; background: var(--panel); border: 1px solid var(--line); border-radius: 24px; }
.source-tool-card h2 { margin-bottom: 20px; font-size: 32px; }
.tool-note { color: var(--muted); font-size: 13px; }
.tool-links { display: grid; gap: 8px; }
.tool-links a { display: flex; flex-direction: column; padding: 14px 15px; background: rgba(255,255,255,.04); border-radius: 13px; }
.tool-links a:hover { background: rgba(255,255,255,.075); }
.tool-links strong { font-size: 14px; }
.tool-links span { color: var(--muted); font-size: 12px; }
.source-tool-card .source-entry { padding: 13px 14px; background: rgba(255,255,255,.035); }
.source-tool-card .source-entry-actions a { display: none; }
.sources-disclaimer { margin-top: 76px; padding: 32px; color: var(--muted); background: linear-gradient(135deg, #19151a, #101219); border: 1px solid rgba(255,51,87,.2); border-radius: 24px; }
.sources-disclaimer h2 { margin-bottom: 18px; color: var(--text); font-size: 30px; }
.sources-disclaimer p { font-size: 13px; }
.sources-disclaimer a { color: var(--yellow); text-decoration: underline; text-underline-offset: 3px; }
.sources-disclaimer .sources-updated { margin-bottom: 0; color: #777b87; }
.copy-toast { position: fixed; z-index: 100; right: 24px; bottom: 24px; padding: 11px 16px; pointer-events: none; color: #111; background: var(--yellow); border-radius: 12px; box-shadow: 0 16px 45px rgba(0,0,0,.4); opacity: 0; transform: translateY(10px); transition: .2s ease; font-size: 13px; font-weight: 800; }
.copy-toast.is-visible { opacity: 1; transform: translateY(0); }

.pro-page main { overflow: visible; }
.pro-hero { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 72px; max-width: 1120px; margin: auto; padding: 108px 32px 78px; }
.pro-hero h1 { margin-bottom: 26px; font-size: clamp(52px, 7vw, 86px); line-height: .98; letter-spacing: -.055em; }
.pro-hero h1 span { color: var(--yellow); }
.pro-price-card { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; padding: 40px; background: linear-gradient(145deg, #35101a, #151720); border: 1px solid rgba(255,51,87,.38); border-radius: 30px; box-shadow: 0 36px 90px rgba(0,0,0,.38); }
.pro-price-limited { display: inline-flex; align-items: center; min-height: 28px; padding: 4px 12px; color: #1a1113; background: var(--yellow); border-radius: 999px; font-size: 13px; font-weight: 900; letter-spacing: .12em; }
.pro-price-card strong { color: var(--yellow); font-size: clamp(48px, 6vw, 72px); line-height: 1; letter-spacing: -.05em; }
.pro-price-card > span:last-of-type, .pro-price-label, .muted-copy, .result-email { color: var(--muted); }
.pro-price-label { font-size: 13px; font-weight: 800; letter-spacing: .12em; }
.pro-content { max-width: 1120px; margin: auto; padding: 24px 32px 120px; }
.pro-benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.pro-benefit-grid .feature-card { min-height: 220px; }
.pro-benefit-grid h2 { margin-bottom: 8px; font-size: 22px; }
.pro-purchase-card { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; margin-top: 54px; padding: 52px; background: linear-gradient(135deg, #191b24, #171117); border: 1px solid rgba(255,211,72,.25); border-radius: 30px; }
.pro-purchase-card h2 { margin-bottom: 14px; font-size: clamp(32px, 4vw, 48px); line-height: 1.08; letter-spacing: -.04em; }
.purchase-form { display: flex; flex-direction: column; gap: 12px; }
.purchase-form > label:first-child { font-size: 14px; font-weight: 750; }
.purchase-form input[type="email"] { width: 100%; min-height: 52px; padding: 12px 15px; color: var(--text); background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16); border-radius: 13px; font: inherit; outline: none; }
.purchase-form input[type="email"]:focus { border-color: var(--yellow); box-shadow: 0 0 0 3px rgba(255,211,72,.13); }
.email-delivery-hint { margin: -4px 0 0; color: #f5d66b; font-size: 12px; line-height: 1.55; }
.consent-row { display: flex; align-items: flex-start; gap: 9px; color: var(--muted); font-size: 12px; }
.consent-row input { margin-top: 5px; accent-color: var(--yellow); }
.consent-row a { margin: 0 2px; color: var(--yellow); text-decoration: underline; text-underline-offset: 2px; }
.purchase-form .source-button { min-height: 52px; margin-top: 7px; border: 0; font: inherit; cursor: pointer; }
.purchase-form button:disabled { cursor: not-allowed; filter: grayscale(.55); opacity: .55; transform: none; }
.payment-status-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 8px; }
.payment-status-actions .source-button { margin-top: 0; }
.payment-status-actions .secondary-button { min-height: 52px; color: var(--text); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: 13px; font: inherit; font-weight: 750; cursor: pointer; }
.resend-email-button { min-height: 48px; color: var(--text); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: 13px; font: inherit; font-weight: 750; cursor: pointer; }
.payment-status-dialog { width: min(92vw, 460px); padding: 30px; color: var(--text); background: linear-gradient(145deg, #1d1f29, #151217); border: 1px solid rgba(255,211,72,.28); border-radius: 24px; box-shadow: 0 28px 90px rgba(0,0,0,.55); }
.payment-status-dialog::backdrop { background: rgba(0,0,0,.68); backdrop-filter: blur(8px); }
.payment-status-dialog h2 { margin: 8px 0 12px; font-size: 28px; }
.payment-status-dialog .payment-status-actions { margin-top: 24px; }
.pro-recovery-link { margin-top: 8px; color: var(--yellow); font-size: 14px; font-weight: 700; text-align: center; text-decoration: none; }
.pro-recovery-link:hover { text-decoration: underline; }
.pro-redeem-guide-link { align-self: center; margin-top: 2px; padding: 3px 0; color: var(--yellow); background: transparent; border: 0; cursor: pointer; font: inherit; font-size: 14px; font-weight: 700; text-align: center; }
.pro-redeem-guide-link:hover { text-decoration: underline; }
.pro-redeem-guide-link:focus-visible { outline: 3px solid rgba(255,211,72,.38); outline-offset: 4px; border-radius: 3px; }
.redeem-guide-dialog { width: min(680px, calc(100vw - 28px)); max-height: calc(100dvh - 28px); padding: 0; overflow: hidden; color: var(--text); background: #fff; border: 1px solid rgba(255,255,255,.22); border-radius: 20px; box-shadow: 0 36px 110px rgba(0,0,0,.72); }
.redeem-guide-dialog::backdrop { background: rgba(0,0,0,.72); backdrop-filter: blur(8px); }
.redeem-guide-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 58px; padding: 10px 12px 10px 18px; color: var(--text); background: #111219; border-bottom: 1px solid rgba(255,255,255,.12); }
.redeem-guide-toolbar h2 { margin: 0; font-size: 18px; letter-spacing: 0; }
.redeem-guide-toolbar button { display: grid; flex: 0 0 38px; width: 38px; height: 38px; padding: 0; place-items: center; color: #fff; background: rgba(255,255,255,.1); border: 0; border-radius: 50%; cursor: pointer; font-size: 26px; line-height: 1; }
.redeem-guide-toolbar button:hover { background: rgba(255,255,255,.18); }
.redeem-guide-toolbar button:focus-visible { outline: 3px solid rgba(255,211,72,.5); outline-offset: 2px; }
.redeem-guide-dialog > img { display: block; width: 100%; max-height: calc(100dvh - 86px); object-fit: contain; background: #fff; }
.purchase-history-list { display: grid; gap: 14px; margin-top: 24px; text-align: left; }
.purchase-history-item { padding: 18px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.13); border-radius: 16px; }
.purchase-history-item > div:first-child { display: flex; justify-content: space-between; gap: 16px; }
.purchase-history-item span { color: var(--yellow); font-size: 14px; font-weight: 750; }
.purchase-history-item p { margin: 8px 0 0; color: var(--muted); font-size: 13px; }
.form-message { min-height: 1.4em; margin: 0; color: #a9dbb6; font-size: 13px; }
.form-message.is-error { color: #ff879d; }
.pro-result-page { display: grid; min-height: calc(100vh - 98px); place-items: center; padding: 72px 24px; }
.pro-result-card { width: min(680px, 100%); padding: 54px; text-align: center; background: linear-gradient(145deg, #23121a, #11131b); border: 1px solid rgba(255,255,255,.14); border-radius: 30px; box-shadow: 0 36px 100px rgba(0,0,0,.42); }
.pro-result-card h1 { margin-bottom: 15px; font-size: clamp(34px, 6vw, 52px); line-height: 1.08; letter-spacing: -.04em; }
.redeem-code { margin: 30px 0 14px; padding: 18px; overflow-wrap: anywhere; color: var(--yellow); background: rgba(255,211,72,.08); border: 1px solid rgba(255,211,72,.28); border-radius: 16px; font: 800 clamp(19px, 4vw, 28px)/1.4 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .04em; }
.pro-result-card .source-button { display: inline-flex; margin-top: 26px; }

.desktop-recovery-guide { display: none; }
.recovery-qr-frame { width: 280px; margin: 24px auto 12px; padding: 16px; background: #fff; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; box-shadow: 0 18px 50px rgba(0,0,0,.2); }
.recovery-qr-frame img { display: block; width: 100%; height: auto; border-radius: 8px; image-rendering: pixelated; }
.recovery-qr-caption { margin: 0 0 10px; text-align: center; color: var(--text); font-size: 15px; font-weight: 800; }

@media (min-width: 769px) {
  .desktop-recovery-guide { display: block; }
  .mobile-recovery-guide { display: none !important; }
}
.authorize-button { justify-content: center; min-width: min(280px, 100%); border: 0; font: inherit; cursor: pointer; }
.authorize-button:disabled { cursor: wait; filter: grayscale(.45); opacity: .7; }
.authorization-note { margin: 18px 0 0; color: var(--muted); font-size: 12px; }
.admin-page { background: #090a0f; }
.admin-page .site-header { border-bottom-color: rgba(255,255,255,.07); background: rgba(9,10,15,.88); }
.admin-quiet-button { width: 100%; padding: 11px 13px; color: #d6d8e0; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.1); border-radius: 11px; cursor: pointer; font: inherit; font-weight: 720; }
.admin-quiet-button:hover { color: #fff; background: rgba(255,255,255,.1); }
.admin-main { width: min(1540px, 100%); min-height: calc(100vh - 82px); margin: auto; padding: 28px; }
.admin-login-card { width: min(520px, 100%); margin: 8vh auto 0; padding: 42px; background: linear-gradient(145deg, #23121a, #11131b); border: 1px solid rgba(255,255,255,.14); border-radius: 26px; box-shadow: 0 32px 90px rgba(0,0,0,.35); }
.admin-login-card h1, .admin-heading h1 { margin-bottom: 10px; font-size: clamp(34px, 5vw, 52px); letter-spacing: -.045em; }
.admin-login-card .purchase-form { margin-top: 26px; }
.admin-login-card input[type="password"] { width: 100%; min-height: 52px; padding: 12px 15px; color: var(--text); background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16); border-radius: 13px; font: inherit; outline: none; }
.admin-login-card input[type="password"]:focus { border-color: var(--yellow); box-shadow: 0 0 0 3px rgba(255,211,72,.13); }
.admin-shell { display: grid; grid-template-columns: 238px minmax(0, 1fr); gap: 24px; align-items: start; }
.admin-sidebar { position: sticky; top: 102px; display: flex; min-height: calc(100vh - 130px); flex-direction: column; padding: 18px; background: linear-gradient(180deg, #171922, #111219); border: 1px solid rgba(255,255,255,.09); border-radius: 22px; box-shadow: 0 24px 70px rgba(0,0,0,.26); }
.admin-sidebar-brand { display: flex; align-items: center; gap: 12px; padding: 4px 4px 17px; border-bottom: 1px solid rgba(255,255,255,.08); }
.admin-sidebar-brand img { width: 42px; height: 42px; border-radius: 12px; box-shadow: 0 9px 24px rgba(255,51,87,.2); }
.admin-sidebar-brand div { display: flex; min-width: 0; flex-direction: column; }
.admin-sidebar-brand strong { font-size: 15px; }
.admin-sidebar-brand span { margin-top: 2px; color: var(--muted); font-size: 11px; }
.admin-sidebar-status { display: flex; align-items: center; gap: 8px; margin: 15px 4px 8px; color: #91dca2; font-size: 11px; font-weight: 750; }
.admin-sidebar-status i { width: 7px; height: 7px; background: #53c975; border-radius: 50%; box-shadow: 0 0 0 5px rgba(83,201,117,.1); }
.admin-sidebar-nav { display: flex; flex-direction: column; gap: 6px; margin-top: 12px; }
.admin-sidebar-nav a { display: flex; align-items: center; gap: 11px; padding: 11px 12px; color: #969aa8; border: 1px solid transparent; border-radius: 11px; font-size: 13px; font-weight: 720; }
.admin-sidebar-nav a span { display: grid; width: 21px; height: 21px; place-items: center; color: #c8cad2; font-size: 15px; }
.admin-sidebar-nav a:hover, .admin-sidebar-nav a.active { color: #fff; background: linear-gradient(110deg, rgba(255,51,87,.18), rgba(255,51,87,.06)); border-color: rgba(255,85,112,.22); }
.admin-sidebar-nav a.active span { color: #ff5a75; }
.admin-sidebar-footer { display: grid; gap: 9px; margin-top: auto; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.08); }
.admin-sidebar-footer > a { padding: 9px; color: var(--muted); font-size: 12px; text-align: center; }
.admin-content { min-width: 0; padding: 12px 4px 72px; }
.admin-heading, .admin-panel-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 22px; }
.admin-heading { scroll-margin-top: 110px; }
.admin-heading > div > .muted-copy { margin: 0; }
.admin-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 26px 0; }
.admin-stats.is-five { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.admin-stats article { position: relative; overflow: hidden; padding: 21px; background: linear-gradient(145deg, #191b24, #12141b); border: 1px solid rgba(255,255,255,.09); border-radius: 17px; }
.admin-stats article::after { content: ""; position: absolute; right: -28px; bottom: -36px; width: 92px; height: 92px; background: rgba(255,51,87,.08); border-radius: 50%; }
.admin-stats span { display: block; color: var(--muted); font-size: 13px; }
.admin-stats strong { display: block; margin-top: 8px; color: #fff; font-size: 34px; letter-spacing: -.04em; }
.admin-stats small { display: block; margin-top: 4px; color: #6f7380; font-size: 10px; }
.admin-notice { margin-bottom: 22px; padding: 18px 20px; color: var(--muted); background: rgba(255,211,72,.06); border: 1px solid rgba(255,211,72,.18); border-radius: 15px; }
.admin-notice strong { color: var(--text); }
.admin-notice p { margin: 5px 0 0; font-size: 13px; }
.admin-operations-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.admin-panel { scroll-margin-top: 110px; margin-top: 18px; padding: 23px; background: linear-gradient(145deg, #171920, #121319); border: 1px solid rgba(255,255,255,.09); border-radius: 18px; box-shadow: 0 18px 55px rgba(0,0,0,.14); }
.admin-operations-grid .admin-panel { margin-top: 0; }
.admin-panel h2 { font-size: 23px; }
.admin-action-form { display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 18px; }
.admin-form-panel { max-width: 760px; }
.admin-action-form label { margin-top: 4px; color: #a8abb5; font-size: 12px; font-weight: 720; }
.admin-action-form input, .admin-action-form select, .admin-filter { min-height: 43px; padding: 9px 12px; color: var(--text); background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.1); border-radius: 10px; font: inherit; outline: none; }
.admin-action-form textarea { width: 100%; min-height: 88px; padding: 9px 12px; resize: vertical; color: var(--text); background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.1); border-radius: 10px; font: inherit; outline: none; }
.admin-action-form input:focus, .admin-action-form select:focus, .admin-action-form textarea:focus, .admin-filter:focus { border-color: rgba(255,90,117,.65); box-shadow: 0 0 0 3px rgba(255,51,87,.09); }
.admin-toggle { display: inline-flex; align-items: center; gap: 10px; width: fit-content; color: var(--text) !important; font-size: 14px !important; }
.admin-toggle input { width: 18px; min-height: 18px !important; margin: 0; accent-color: var(--accent); }
.admin-discovery-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.admin-discovery-options label { display: grid; gap: 7px; margin: 0; }
.admin-discovery-options input, .admin-discovery-options select { width: 100%; }
.admin-navigation-icon-preview { display: flex; align-items: center; gap: 14px; padding: 12px; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.08); border-radius: 12px; }
.admin-navigation-icon-preview[hidden] { display: none; }
.admin-navigation-icon-preview img { width: auto; max-width: 180px; height: 64px; object-fit: contain; border-radius: 10px; }
.admin-navigation-icon-preview span { color: var(--muted); font-size: 12px; }
.admin-navigation-table-icon { display: block; width: auto; max-width: 88px; height: 42px; object-fit: contain; border-radius: 8px; }
.admin-table-wrap td small { display: inline-block; max-width: 360px; overflow: hidden; color: var(--muted); text-overflow: ellipsis; white-space: nowrap; }
.admin-action-form button, .admin-danger-button, .admin-approve-button, .admin-pagination button { padding: 9px 13px; color: #fff; background: var(--accent); border: 0; border-radius: 10px; cursor: pointer; font-weight: 750; }
.admin-action-form button { min-height: 43px; }
.admin-filter { width: min(320px, 100%); }
.admin-table-wrap { overflow-x: auto; margin-top: 17px; border: 1px solid rgba(255,255,255,.06); border-radius: 12px; }
.admin-table-wrap table { width: 100%; border-collapse: collapse; font-size: 13px; }
.admin-table-wrap th, .admin-table-wrap td { padding: 13px 12px; border-bottom: 1px solid rgba(255,255,255,.065); text-align: left; white-space: nowrap; }
.admin-table-wrap tr:last-child td { border-bottom: 0; }
.admin-table-wrap tbody tr:hover { background: rgba(255,255,255,.025); }
.admin-table-wrap th { color: #7f8390; background: rgba(255,255,255,.025); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.admin-code-button { padding: 7px 10px; color: #ffe878; background: rgba(255,211,72,.09); border: 1px solid rgba(255,211,72,.24); border-radius: 8px; font-size: 12px; font-weight: 750; cursor: pointer; }
.admin-code-button:disabled { cursor: default; opacity: .55; }
.admin-inline-form { display: grid; grid-template-columns: auto minmax(190px, 240px) auto minmax(100px, 160px) auto; align-items: center; justify-content: start; gap: 12px; margin-top: 18px; }
.admin-inline-form label { color: #a8abb5; font-size: 12px; font-weight: 720; }
.admin-inline-form input, .admin-inline-form select { min-height: 43px; padding: 9px 12px; color: var(--text); background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.1); border-radius: 10px; font: inherit; outline: none; }
.admin-inline-form select { min-width: 190px; color-scheme: dark; }
.admin-inline-form button { min-height: 43px; padding: 9px 16px; color: #fff; background: var(--accent); border: 0; border-radius: 10px; cursor: pointer; font-weight: 750; }
.admin-inline-form button:disabled { cursor: wait; opacity: .55; }
.admin-generated-result { margin-top: 24px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); }
.admin-generated-result[hidden] { display: none; }
.admin-refund-preview { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-top: 20px; padding: 18px; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.08); border-radius: 12px; }
.admin-refund-preview[hidden] { display: none; }
.admin-refund-preview dl { display: grid; grid-template-columns: repeat(2, minmax(160px, 1fr)); gap: 14px 24px; margin: 0; flex: 1; }
.admin-refund-preview dt { color: var(--muted); font-size: 11px; }
.admin-refund-preview dd { margin: 4px 0 0; color: var(--text); font-size: 14px; font-weight: 720; overflow-wrap: anywhere; }
.admin-generated-result h3 { font-size: 18px; }
.admin-code-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.admin-code-search { display: flex; align-items: center; gap: 10px; margin-top: 16px; }
.admin-code-search .admin-filter { flex: 1; width: auto; max-width: 520px; }
.admin-code-search .admin-quiet-button { min-height: 38px; padding: 7px 12px; }
.admin-table-search { justify-content: flex-end; margin-top: 0; }
.admin-segmented { display: inline-flex; padding: 4px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.08); border-radius: 11px; }
.admin-segmented button { padding: 8px 13px; color: var(--muted); background: transparent; border: 0; border-radius: 8px; cursor: pointer; font: inherit; font-size: 13px; font-weight: 750; }
.admin-segmented button.active { color: #fff; background: rgba(255,51,87,.18); box-shadow: inset 0 0 0 1px rgba(255,85,112,.18); }
.admin-segmented span { display: inline-flex; min-width: 22px; justify-content: center; margin-left: 5px; padding: 1px 6px; background: rgba(255,255,255,.08); border-radius: 999px; font-size: 11px; }
.admin-table-wrap td code { color: #ffe878; font: 650 12px/1.4 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; }
.admin-status { display: inline-flex; padding: 4px 8px; background: rgba(255,255,255,.07); border-radius: 999px; }
.admin-status.is-paid { color: #9be0aa; background: rgba(73,185,98,.12); }
.admin-status.is-active { color: #9be0aa; background: rgba(73,185,98,.12); }
.admin-status.is-refunded, .admin-status.is-revoked { color: #ff879d; background: rgba(255,51,87,.12); }
.admin-danger-button { padding: 7px 10px; font-size: 12px; }
.admin-approve-button { padding: 7px 10px; color: #102117; background: #79d98c; font-size: 12px; }
.admin-approve-button:disabled, .admin-danger-button:disabled { cursor: wait; opacity: .55; }
.admin-pagination { display: flex; align-items: center; justify-content: flex-end; gap: 13px; margin-top: 16px; color: var(--muted); font-size: 13px; }
.admin-pagination button { background: rgba(255,255,255,.09); }
.admin-pagination button:disabled { cursor: not-allowed; opacity: .4; }

@media (max-width: 860px) {
  .site-header { padding: 14px 18px; }
  nav { gap: 9px; }
  nav > a { display: none; }
  nav > a.about-nav-link, nav > a.pro-nav-link, nav > a.language-switch { display: inline-flex; align-items: center; min-height: 36px; padding: 5px 10px; }
  nav > a.about-nav-link { order: 1; color: var(--text); }
  nav > a.pro-nav-link { color: var(--yellow); background: rgba(255,211,72,.09); border: 1px solid rgba(255,211,72,.2); border-radius: 999px; font-weight: 780; }
  nav > a.pro-nav-link { order: 2; }
  nav > a.language-switch { order: 3; }
  .hero { grid-template-columns: 1fr; gap: 20px; padding: 80px 24px; text-align: center; }
  .lead { margin-inline: auto; }
  .hero-actions, .platforms { justify-content: center; }
  .hero-visual { min-height: 620px; }
  .carplay-showcase, .ipad-showcase, .watch-showcase, .mac-showcase, .tv-showcase, .source-card { grid-template-columns: 1fr; }
  .ipad-copy { order: initial; }
  .ipad-frame { width: min(680px, 100%); margin-inline: auto; transform: none; }
  .watch-stage { min-height: 520px; }
  .watch-frame { transform: none; }
  .mac-frame { transform: none; }
  .tv-frame { transform: none; }
  .tutorial-card { grid-template-columns: 1fr; }
  .tutorial-cover { min-height: 420px; border-top: 1px solid var(--line); border-left: 0; }
  .feature-grid, .steps { grid-template-columns: 1fr 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .about-card.wide { grid-column: auto; }
  .support-card { margin-inline: 20px; padding: 38px; flex-direction: column; align-items: flex-start; }
  .source-section-heading { align-items: flex-start; flex-direction: column; }
  .source-section-heading > p { text-align: left; }
  .sources-two-column { grid-template-columns: 1fr; }
  .test-source-card { align-items: flex-start; flex-direction: column; }
  .pro-hero, .pro-purchase-card { grid-template-columns: 1fr; }
  .pro-hero { gap: 38px; }
  .home-pro-showcase { grid-template-columns: 1fr; gap: 34px; margin-inline: 20px; padding: 42px 30px; }
  .creator-challenge-section { margin-inline: 20px; }
  .admin-shell { grid-template-columns: 1fr; }
  .admin-stats.is-five { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .admin-sidebar { position: static; min-height: auto; }
  .admin-sidebar-nav { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .admin-sidebar-footer { display: flex; align-items: center; justify-content: space-between; }
  .admin-sidebar-footer > a, .admin-sidebar-footer .admin-quiet-button { width: auto; }
  .admin-operations-grid { grid-template-columns: 1fr; }
  .admin-action-form { grid-template-columns: 1fr; }
  .admin-code-toolbar { align-items: stretch; flex-direction: column; }
  .admin-code-search { align-items: stretch; flex-wrap: wrap; }
  .admin-code-search .admin-filter { width: 100%; max-width: none; flex-basis: 100%; }
  .admin-refund-preview { align-items: stretch; flex-direction: column; }
  .admin-refund-preview dl { width: 100%; grid-template-columns: 1fr; }
  .admin-refund-preview .admin-danger-button { width: 100%; }
  .admin-discovery-options { grid-template-columns: 1fr; }
  .home-pro-badge { width: min(240px, 68vw); }
}

@media (max-width: 560px) {
  .public-alert { align-items: flex-start; gap: 5px; flex-direction: column; padding: 10px 14px; text-align: left; }
  .site-header { gap: 10px; padding: 12px 14px; }
  .brand { gap: 8px; font-size: 17px; }
  .brand img { width: 36px; height: 36px; }
  .brand small { display: none; }
  nav { gap: 6px; font-size: 12px; }
  nav > a.about-nav-link, nav > a.pro-nav-link, nav > a.language-switch { min-height: 34px; padding: 4px 9px; }
  .hero h1 { font-size: 56px; }
  .hero-pro-card { grid-template-columns: 1fr; min-height: 0; padding: 24px 21px 21px; }
  .hero-pro-price { margin-top: 2px; font-size: 48px; }
  .hero-pro-cta { grid-column: auto; margin-top: 4px; }
  .hero-actions { flex-direction: column; }
  .hero-actions > a { width: 100%; justify-content: center; }
  .tutorial-copy { padding: 38px 26px; }
  .tutorial-actions { align-items: flex-start; flex-direction: column; }
  .tutorial-cover { min-height: 360px; }
  .section { padding: 76px 20px; }
  .source-showcase { padding-top: 24px; }
  .source-card { padding: 34px 24px; }
  .feature-grid, .steps { grid-template-columns: 1fr; }
  .legal-page { padding: 60px 16px 90px; }
  .legal-card { padding: 30px 22px; border-radius: 20px; }
  .about-hero { padding-top: 76px; }
  .about-grid { padding-inline: 18px; }
  .sources-hero { padding: 70px 20px 42px; }
  .sources-content { padding: 20px 16px 90px; }
  .test-source-card { margin-bottom: 42px; padding: 24px 20px; }
  .test-source-button { width: 100%; }
  .source-entry { align-items: flex-start; flex-direction: column; }
  .source-entry code { max-width: calc(100vw - 70px); }
  .source-entry-actions { width: 100%; }
  .source-entry-actions button, .source-entry-actions a { flex: 1; text-align: center; }
  .operator-groups summary { padding: 17px; }
  .source-tool-card { padding: 24px 18px; }
  .source-tool-card .source-entry-actions { width: auto; }
  .sources-disclaimer { padding: 26px 20px; }
  .pro-hero { padding: 72px 20px 48px; }
  .pro-hero h1 { font-size: 54px; }
  .pro-price-card { padding: 28px 24px; }
  .pro-content { padding: 18px 16px 88px; }
  .pro-benefit-grid { grid-template-columns: 1fr; }
  .pro-purchase-card { gap: 26px; margin-top: 34px; padding: 30px 22px; }
  .pro-result-card { padding: 38px 22px; }
  .home-pro-showcase { margin-inline: 0; padding: 38px 22px; border-radius: 24px; }
  .home-pro-copy h2 { font-size: 46px; }
  .home-pro-button { width: 100%; justify-content: center; }
  .creator-challenge-section { margin: 18px 0 0; padding-inline: 20px; }
  .creator-challenge > summary { grid-template-columns: 46px minmax(0, 1fr) 28px; gap: 13px; min-height: 108px; padding: 19px 17px; }
  .creator-challenge > summary > img { width: 46px; height: 46px; border-radius: 11px; }
  .creator-challenge > summary::after { width: 28px; height: 28px; font-size: 21px; }
  .creator-challenge-summary strong { font-size: 21px; }
  .creator-challenge-summary small { font-size: 12px; line-height: 1.45; }
  .creator-challenge-content { padding: 26px 18px 28px; }
  .creator-challenge-grid { grid-template-columns: 1fr; }
  .creator-challenge-grid > div { padding: 22px 0; }
  .creator-challenge-grid > div + div { padding: 22px 0; border-top: 1px solid var(--line); border-left: 0; }
  .creator-challenge-contact { align-items: stretch; flex-direction: column; gap: 20px; }
  .creator-challenge-button { width: 100%; }
  .admin-main { padding: 18px 12px 70px; }
  .admin-login-card, .admin-panel { padding: 24px 18px; }
  .admin-stats { grid-template-columns: 1fr 1fr; }
  .admin-stats.is-five { grid-template-columns: 1fr 1fr; }
  .admin-sidebar-nav { grid-template-columns: 1fr 1fr; }
  .admin-sidebar-nav a { padding: 10px; }
  .admin-sidebar-footer { align-items: stretch; flex-direction: column; }
  .admin-sidebar-footer > a, .admin-sidebar-footer .admin-quiet-button { width: 100%; }
  .admin-heading, .admin-panel-heading { align-items: flex-start; flex-direction: column; }
  .admin-action-form { grid-template-columns: 1fr; }
  .admin-inline-form { grid-template-columns: 1fr; }
  .admin-inline-form input, .admin-inline-form select, .admin-inline-form button { width: 100%; }
  .admin-segmented { width: 100%; }
  .admin-segmented button { flex: 1; }
}
