:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f5f3ef;--panel:#fff;--ink:#1d252c;--muted:#62707b;--line:#e1ded7;--accent:#285f6f;--accent-dark:#1f4652;--accent-soft:#e8f2f4;--shadow:0 24px 60px #14222b1f;--radius-lg:28px;--radius-md:18px;--radius-sm:12px}*{box-sizing:border-box}body{background:radial-gradient(circle at top left, #e7f2f4 0, transparent 42%), var(--bg);min-width:320px;min-height:100vh;color:var(--ink);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit}.app-shell{width:min(1180px,100%);margin:0 auto;padding:20px}.topbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:28px;display:flex}.brand{color:var(--ink);cursor:pointer;text-align:left;background:0 0;border:0;align-items:center;gap:12px;padding:0;display:inline-flex}.brand-mark{color:#fff;background:var(--accent);border-radius:14px;place-items:center;width:44px;height:44px;font-weight:800;display:grid;box-shadow:0 10px 24px #285f6f40}.brand strong,.brand small{display:block}.brand small{color:var(--muted);margin-top:2px}.hero,.page-section{border-radius:var(--radius-lg);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffc7;border:1px solid #ffffffb3;padding:clamp(22px,4vw,46px)}.hero-copy{max-width:760px;margin-bottom:28px}.eyebrow{color:var(--accent);text-transform:uppercase;letter-spacing:.08em;margin:0 0 10px;font-size:.78rem;font-weight:800}h1,h2,p{margin-top:0}h1{letter-spacing:-.06em;margin-bottom:12px;font-size:clamp(2rem,6vw,4.7rem);line-height:.96}.page-header h1{font-size:clamp(2rem,5vw,3.6rem)}.hero-copy p,.page-header p,.simple-card p,.video-row p,.feed-meta p,.help-text{color:var(--muted)}.hero-copy p{font-size:1.1rem;line-height:1.7}.option-grid,.card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.option-card,.simple-card{border:1px solid var(--line);background:var(--panel);border-radius:var(--radius-md);padding:22px;box-shadow:0 12px 34px #14222b14}.option-card{text-align:left;cursor:pointer;flex-direction:column;gap:9px;min-height:220px;transition:transform .16s,box-shadow .16s,border-color .16s;display:flex}.option-card:hover,.option-card:focus-visible{border-color:#285f6f59;outline:none;transform:translateY(-3px);box-shadow:0 18px 42px #14222b1f}.option-card.accent{background:linear-gradient(150deg, var(--accent), var(--accent-dark));color:#fff}.option-card.accent span,.option-card.accent small{color:#ffffffd1}.option-icon{font-size:2.3rem}.option-card strong,.simple-card h2,.rider-group h2,.feed-meta h2{font-size:1.2rem;line-height:1.2}.option-card small{color:var(--muted);margin-top:auto;font-weight:700}.simple-card h2{margin-bottom:8px}.card-actions,.video-actions,.feed-controls,.mode-switch{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.card-actions{margin-top:18px}.primary-button,.secondary-button,.ghost-button,.mode-switch button{cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:42px;padding:0 16px;font-weight:800;text-decoration:none;display:inline-flex}.primary-button{color:#fff;background:var(--accent)}.secondary-button{color:var(--accent-dark);background:var(--accent-soft);border-color:#285f6f1f}.icon-button{width:42px;min-width:42px;padding:0;font-size:1.15rem;line-height:1}.download-button{white-space:nowrap}.ghost-button{color:var(--ink);border-color:var(--line);background:#ffffff9e}.primary-button:disabled,.secondary-button:disabled{cursor:not-allowed;opacity:.48}.mode-switch{background:#ede8df;border-radius:999px;width:fit-content;margin:24px 0;padding:6px}.mode-switch button{min-height:38px;color:var(--muted);background:0 0}.mode-switch button.active{color:var(--ink);background:#fff;box-shadow:0 6px 16px #14222b14}.video-list-layout{gap:24px;display:grid}.rider-group{border:1px solid var(--line);border-radius:var(--radius-md);background:#ffffffb8;padding:18px}.rider-group h2{color:var(--accent-dark);margin-bottom:14px}.link-list{gap:10px;display:grid}.video-row{border:1px solid var(--line);border-radius:var(--radius-sm);background:#fff;justify-content:space-between;align-items:center;gap:16px;padding:14px;display:flex}.video-row p{margin:5px 0 0;font-size:.9rem}.video-title-link{color:var(--accent-dark);font-weight:900;text-decoration:none}.video-title-link:hover{text-decoration:underline}.video-actions.compact{flex-wrap:nowrap}.feed-wrap{place-items:center;gap:14px;display:grid}.feed-card{color:#fff;touch-action:pan-y;background:#12181d;border-radius:34px;width:min(460px,100%);overflow:hidden;box-shadow:0 26px 70px #14222b61}.feed-player{aspect-ratio:9/16;background:#000;width:100%;position:relative}.feed-player iframe{z-index:1;border:0;width:100%;height:100%;position:absolute;inset:0}.swipe-layer{z-index:2;touch-action:none;background:0 0;position:absolute;inset:0 0 24%}@media (hover:hover) and (pointer:fine){.swipe-layer{display:none}}.feed-meta{padding:18px}.feed-meta h2{margin-bottom:6px}.feed-meta p{color:#ffffffb8;margin-bottom:12px}.counter{letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:900}.feed-card .ghost-button{color:#fff;background:#ffffff1f;border-color:#ffffff2e}.help-text{text-align:center;font-size:.92rem}@media (width<=840px){.option-grid,.card-grid{grid-template-columns:1fr}.option-card{min-height:165px}}@media (width<=620px){.app-shell{padding:14px}.topbar{margin-bottom:16px}.brand small{display:none}.hero,.page-section{border-radius:22px;padding:18px}.video-row{flex-direction:column;align-items:flex-start}.video-actions,.video-actions.compact{width:100%}.video-actions>a,.video-actions>button{flex:1}.feed-card{border-radius:24px}.feed-player{aspect-ratio:9/14}}
