:root { --bg:#ececf1; --surface:#f6f6f9; --ink:#191923; --muted:#666a77; --ruby:#c9163b; --ruby-deep:#94102e; --ruby-soft:#f8dde4; --gold:#c58a12; --gold-soft:#fff2cb; --dark:#101016; --line:#ddddE5; --shadow:10px 12px 26px #9a9ba747,-8px -8px 22px #fff; font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; color:var(--ink); scroll-behavior:smooth; }
* { box-sizing:border-box; } body { margin:0; background:var(--bg); } a { color:inherit; text-decoration:none; } button { font:inherit; cursor:pointer; } .shell { width:min(1352px,calc(100% - 48px)); margin-inline:auto; }
.site-header { display:flex; align-items:center; gap:28px; min-height:76px; margin-top:28px; padding:12px 18px; border-radius:24px; background:var(--surface); box-shadow:var(--shadow); position:relative; z-index:2; } .brand { display:flex; align-items:center; gap:12px; min-width:max-content; } .brand-mark { display:grid; place-items:center; width:48px; height:48px; border-radius:16px; background:linear-gradient(145deg,#fff,#e0e0e6); color:var(--gold); box-shadow:4px 4px 10px #a6a7b055,-4px -4px 10px #fff; font-size:26px; } .brand strong { display:block; font-size:14px; letter-spacing:.8px; } .brand small { display:block; color:var(--muted); font-size:7px; font-weight:700; letter-spacing:.55px; margin-top:3px; } .desktop-nav { display:flex; gap:32px; margin-left:auto; } .desktop-nav a,.text-button { border:0; background:transparent; color:var(--muted); font-size:13px; font-weight:700; padding:12px 0; } .desktop-nav a.active { color:var(--ruby); border-bottom:3px solid var(--ruby); } .header-actions { display:flex; align-items:center; gap:20px; } .support-button,.primary-button { display:inline-flex; align-items:center; justify-content:center; gap:16px; border:0; min-height:52px; padding:0 22px; border-radius:16px; background:var(--ruby); color:#fff; font-size:13px; font-weight:800; box-shadow:5px 6px 13px #9a9ba766; } .primary-button span { font-size:21px; line-height:0; } .support-button::before { content:"✉"; font-size:17px; } .hero { display:grid; grid-template-columns:1fr 1fr; align-items:center; min-height:650px; padding:82px 60px; position:relative; overflow:hidden; } .hero::after { content:""; position:absolute; right:-100px; top:15px; width:440px; height:440px; border-radius:50%; background:var(--ruby-soft); opacity:.75; z-index:-1; } .eyebrow { color:var(--ruby); font-size:10px; font-weight:900; letter-spacing:1.5px; margin:0 0 18px; } h1,h2,h3,p { margin-top:0; } h1 { font-size:clamp(40px,5vw,64px); line-height:1.07; letter-spacing:-2.1px; margin-bottom:24px; } h2 { font-size:clamp(30px,3.1vw,42px); line-height:1.12; letter-spacing:-1.4px; margin-bottom:12px; } .lead,.section-lead { color:var(--muted); line-height:1.45; font-size:17px; max-width:580px; } .hero-actions { display:flex; flex-wrap:wrap; gap:16px; margin:30px 0 24px; } .secondary-button { display:inline-flex; min-height:52px; align-items:center; gap:16px; padding:0 22px; border-radius:16px; background:var(--surface); box-shadow:var(--shadow); font-size:13px; font-weight:800; } .secondary-button span { font-size:21px; } .trust-line { display:flex; flex-wrap:wrap; gap:30px; color:#278267; font-size:12px; font-weight:700; }
.app-showcase { justify-self:center; width:min(100%,470px); position:relative; padding:22px; } .app-window { padding:18px; border:12px solid #f8f8fa; background:var(--bg); border-radius:35px; box-shadow:18px 20px 30px #8d8e9b55,-12px -12px 30px #fff; } .app-topbar { display:flex; flex-wrap:wrap; gap:4px; align-items:center; color:var(--muted); font-size:7px; font-weight:700; letter-spacing:.5px; padding:3px 4px 18px; } .app-topbar small { width:100%; margin-left:31px; font-size:6px; }.mini-brand { color:var(--ink); font-size:12px; }.mini-brand b { color:var(--gold); font-size:17px; }.league-card,.event-card,.rank-card { background:var(--surface); border-radius:18px; box-shadow:var(--shadow); }.league-card { display:flex; flex-direction:column; gap:8px; padding:20px; }.league-card small,.event-card small { color:var(--ruby); font-size:8px; font-weight:900; letter-spacing:.8px; }.league-card strong,.event-card strong { font-size:15px; }.league-card span,.event-card span { color:var(--muted); font-size:10px; }.showcase-grid { display:grid; grid-template-columns:1fr 110px; gap:14px; margin-top:18px; }.event-card { display:flex; flex-direction:column; align-items:flex-start; gap:9px; padding:18px; }.event-card b { margin-top:3px; padding:9px 14px; border-radius:11px; background:var(--ruby); color:white; font-size:9px; }.rank-card { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:5px; text-align:center; }.rank-card span { color:var(--gold); font-size:25px; }.rank-card strong { font-size:25px; }.rank-card small { font-size:7px; color:var(--muted); }.rank-card b { color:var(--ruby); font-size:9px; }.floating-pill { position:absolute; bottom:0; left:-35px; display:grid; grid-template-columns:40px auto; align-items:center; padding:13px 20px; width:230px; background:var(--surface); border-radius:18px; box-shadow:var(--shadow); }.floating-pill span { grid-row:span 2; color:var(--gold); font-size:25px; }.floating-pill b { font-size:11px; }.floating-pill small { color:var(--muted); font-size:9px; }
.features-section,.steps-section { padding:100px 28px; } .feature-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin-top:40px; }.feature-grid article { min-height:192px; padding:27px; border-radius:24px; background:var(--surface); box-shadow:var(--shadow); }.feature-icon { display:grid; place-items:center; width:48px; height:48px; border-radius:15px; background:var(--bg); color:var(--ruby); box-shadow:inset 2px 2px 6px #a0a1ab44,inset -2px -2px 6px #fff; font-size:25px; }.feature-icon.gold { color:var(--gold); }.feature-grid h3 { margin:24px 0 8px; font-size:16px; }.feature-grid p { color:var(--muted); font-size:12px; line-height:1.45; }.steps-card { display:grid; grid-template-columns:repeat(3,1fr); position:relative; gap:30px; margin-top:40px; padding:50px 70px; border-radius:28px; background:var(--surface); box-shadow:var(--shadow); }.steps-card::before { content:""; position:absolute; left:17%; right:17%; top:78px; height:2px; background:#efc65d; }.steps-card article { position:relative; text-align:center; }.steps-card span { position:relative; z-index:1; display:grid; place-items:center; margin:0 auto 34px; width:52px; height:52px; border-radius:50%; background:var(--ruby); color:#fff; font-size:14px; font-weight:900; }.steps-card h3 { margin-bottom:8px; font-size:15px; }.steps-card p { margin:auto; max-width:220px; color:var(--muted); font-size:12px; line-height:1.45; }
.security-section { display:grid; grid-template-columns:1.05fr 1fr; gap:64px; align-items:center; padding:75px 60px; border-radius:28px; background:var(--dark); color:#fff; }.security-section h2 { font-size:clamp(30px,3.2vw,47px); }.security-section > div > p:not(.eyebrow) { color:#b9bac5; max-width:450px; line-height:1.5; margin-bottom:30px; }.gold-text { color:#f2d27b; }.security-panel { padding:24px; border:1px solid #444550; border-radius:26px; background:#17171f; box-shadow:inset 2px 2px 5px #000,inset -2px -2px 5px #333; }.security-panel article { display:flex; gap:20px; align-items:flex-start; padding:22px 8px; }.security-panel article+article { border-top:1px solid #353640; }.security-panel span { display:grid; place-items:center; width:45px; height:45px; flex:none; border-radius:14px; background:#272832; color:#ff6684; font-size:22px; }.security-panel h3 { margin:0 0 6px; font-size:14px; }.security-panel p { margin:0; color:#afb0bb; font-size:11px; line-height:1.45; }.closing-cta { display:flex; justify-content:space-between; align-items:center; gap:32px; margin-top:70px; margin-bottom:24px; padding:42px 56px; border-radius:28px; background:var(--surface); box-shadow:var(--shadow); }.closing-cta h2 { font-size:28px; }.closing-cta p:not(.eyebrow) { color:var(--muted); font-size:13px; margin:0; }.site-footer { display:grid; grid-template-columns:2fr 1fr 1fr; gap:48px; margin-bottom:28px; padding:38px; border-radius:28px; background:var(--dark); color:#fff; }.site-footer .brand-mark { background:#282830; }.site-footer .brand small { color:#b7b8c1; }.footer-brand p { color:#b7b8c1; max-width:280px; font-size:12px; line-height:1.45; }.site-footer h3 { color:#f2d27b; font-size:10px; letter-spacing:1.2px; }.site-footer a:not(.brand) { display:block; color:#fff; margin-bottom:9px; font-size:12px; }.copyright { grid-column:1/-1; display:flex; justify-content:space-between; margin:16px 0 0; padding-top:22px; border-top:1px solid #30313a; color:#9495a1; font-size:11px; }
.privacy-page { padding:84px 60px 32px; }.policy-hero { max-width:920px; }.policy-hero h1 { margin-bottom:22px; }.policy-summary { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; padding:22px; border-radius:24px; background:var(--surface); box-shadow:var(--shadow); margin:48px 0 70px; }.policy-summary div { padding:10px; }.policy-summary dt { color:var(--ruby); font-weight:900; font-size:13px; }.policy-summary dd { margin:8px 0 0; color:var(--muted); font-size:11px; line-height:1.35; }.policy-content { max-width:850px; padding:48px; border-radius:28px; background:var(--surface); box-shadow:var(--shadow); }.policy-date { color:var(--muted); font-size:12px; }.policy-content section { padding:30px 0; border-bottom:1px solid var(--line); }.policy-content section:last-child { border:0; }.policy-content h2 { font-size:24px; }.policy-content p,.policy-content li { color:#4d5060; font-size:15px; line-height:1.65; }.policy-content a:not(.primary-button) { color:var(--ruby); font-weight:800; text-decoration:underline; }.policy-content li+li { margin-top:8px; }.deletion-box { margin-top:22px; padding:32px!important; border:0!important; border-radius:22px; background:var(--ruby-soft); }.deletion-box .primary-button { margin:8px 0 22px; }.deletion-note { font-size:12px!important; }
.modal { width:min(440px,calc(100% - 36px)); border:0; border-radius:24px; background:var(--surface); color:var(--ink); padding:0; box-shadow:0 24px 70px #0007; }.modal::backdrop { background:#101016aa; }.modal form { position:relative; padding:38px; text-align:center; }.modal-close { position:absolute; right:15px; top:12px; border:0; background:transparent; color:var(--muted); font-size:29px; }.modal-icon { display:grid; place-items:center; width:58px; height:58px; margin:0 auto 20px; border-radius:18px; background:var(--gold-soft); color:var(--gold); font-size:31px; }.modal h2 { font-size:25px; }.modal p { color:var(--muted); line-height:1.5; margin-bottom:25px; }
@media (max-width:850px) { .shell { width:min(100% - 32px,620px); }.site-header { margin-top:16px; min-height:66px; padding:9px 12px; }.desktop-nav,.text-button { display:none; }.header-actions { margin-left:auto; }.support-button { min-height:44px; padding:0 13px; font-size:11px; }.brand-mark { width:40px;height:40px;font-size:22px; }.brand strong { font-size:12px; }.brand small { font-size:6px; }.hero { grid-template-columns:1fr; padding:66px 8px 70px; gap:45px; }.hero::after { right:-190px; top:355px; }.hero-copy { text-align:center; }.lead { margin-inline:auto; font-size:15px; }.hero-actions,.trust-line { justify-content:center; }.app-showcase { width:100%; max-width:440px; }.floating-pill { left:-5px; }.features-section,.steps-section { padding:68px 8px; }.feature-grid { grid-template-columns:1fr 1fr; gap:16px; }.feature-grid article { min-height:205px; padding:20px; }.steps-card { grid-template-columns:1fr; padding:36px 28px; gap:30px; }.steps-card::before { display:none; }.steps-card span { margin-bottom:16px; }.security-section { grid-template-columns:1fr; gap:35px; padding:52px 28px; }.closing-cta { flex-direction:column; align-items:flex-start; padding:36px 28px; margin-top:32px; }.site-footer { grid-template-columns:1fr 1fr; gap:30px; padding:30px; }.footer-brand { grid-column:1/-1; }.privacy-page { padding:65px 8px 24px; }.policy-summary { grid-template-columns:1fr 1fr; margin:35px 0 42px; }.policy-content { padding:28px 22px; }.policy-content p,.policy-content li { font-size:14px; }.copyright { flex-direction:column; gap:9px; } }
@media (max-width:440px) { h1 { letter-spacing:-1.5px; }.support-button::before { display:none; }.support-button { padding:0 10px; }.feature-grid { grid-template-columns:1fr; }.showcase-grid { grid-template-columns:1fr 95px; }.event-card { padding:14px; }.site-footer { grid-template-columns:1fr; }.footer-brand { grid-column:auto; }.policy-summary { grid-template-columns:1fr; }.primary-button,.secondary-button { width:100%; }.hero-actions { width:100%; }.trust-line { align-items:flex-start; flex-direction:column; gap:9px; } }
.footer-logo { width:52px; height:52px; flex:none; object-fit:contain; filter:drop-shadow(0 3px 8px #0008); }
.header-logo { width:52px; height:52px; flex:none; object-fit:contain; filter:drop-shadow(0 3px 8px #0003); }
.phone-frame { position:relative; width:310px; margin:0 auto; padding:14px 10px; border:10px solid #17171d; border-radius:44px; background:#17171d; box-shadow:18px 20px 34px #77788777,-12px -12px 30px #fff; }
.phone-notch { position:absolute; z-index:2; top:9px; left:50%; width:94px; height:20px; transform:translateX(-50%); border-radius:0 0 12px 12px; background:#101016; }
.phone-frame .app-window { min-height:578px; padding:28px 14px 18px; border:0; border-radius:29px; box-shadow:none; overflow:hidden; }
.phone-frame .app-topbar { padding:3px 2px 18px; }
.mini-logo { width:22px; height:22px; object-fit:contain; vertical-align:middle; margin-right:5px; }
.mini-brand { display:flex; align-items:center; }
@media (max-width:850px) { .header-logo { width:42px; height:42px; }.phone-frame { width:min(310px,86vw); }.phone-frame .app-window { min-height:540px; }.app-showcase { padding-bottom:32px; } }
