@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-cyrillic-ext-wght-normal-BOeWTOD4.woff2) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-cyrillic-wght-normal-DqGufNeO.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-greek-ext-wght-normal-DlzME5K_.woff2) format("woff2-variations");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-greek-wght-normal-CkhJZR-_.woff2) format("woff2-variations");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-vietnamese-wght-normal-CBcvBZtf.woff2) format("woff2-variations");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-latin-ext-wght-normal-DO1Apj_S.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-latin-wght-normal-Dx4kXJAl.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--bg: #f0f0f2;--bg-surface: #e6e6ea;--bg-card: #fafafa;--border: #dddde3;--border-dark: #c8c8d0;--accent: #4f46e5;--accent-hover: #4338ca;--accent-dim: rgba(79, 70, 229, .08);--red: #dc2626;--red-dim: rgba(220, 38, 38, .1);--yellow: #d97706;--yellow-dim: rgba(217, 119, 6, .1);--text: #1c1c20;--text-secondary:#56565f;--text-muted: #9898a6;--success: #16a34a;--board-bg: #1e3a8a;--board-border: #2563eb;--shadow-sm: 0 1px 3px rgba(0,0,0,.07), 0 1px 2px rgba(0,0,0,.04);--shadow: 0 4px 6px rgba(0,0,0,.06), 0 2px 4px rgba(0,0,0,.04);--shadow-md: 0 10px 20px rgba(0,0,0,.07), 0 4px 8px rgba(0,0,0,.04);--radius: 12px;--radius-sm: 8px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter Variable,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover)}button{cursor:pointer;border:none;font-family:inherit}input,textarea{font-family:inherit}.loading-screen{min-height:100vh;display:flex;align-items:center;justify-content:center}.loading-dot{width:10px;height:10px;background:var(--accent);border-radius:50%;animation:pulse 1s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(.7)}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 22px;border-radius:var(--radius-sm);font-size:14px;font-weight:600;transition:all .15s ease;white-space:nowrap;letter-spacing:-.01em}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 1px 2px #4f46e54d}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 4px 12px #4f46e54d}.btn-primary:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}.btn-outline{background:var(--bg-card);color:var(--text);border:1px solid var(--border-dark)}.btn-outline:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-dim)}.btn-ghost{background:transparent;color:var(--text-secondary);padding:8px 14px}.btn-ghost:hover{color:var(--text);background:var(--bg-surface)}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow-sm)}.page{max-width:1100px;margin:0 auto;padding:40px 20px 80px}.section-title{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:10px}.input-group{display:flex;flex-direction:column;gap:6px}.input-group label{font-size:13px;font-weight:500;color:var(--text-secondary)}.input{background:var(--bg);border:1px solid var(--border-dark);border-radius:var(--radius-sm);padding:11px 14px;color:var(--text);font-size:14px;transition:border-color .15s,box-shadow .15s;width:100%}.input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #4f46e51a}.input::placeholder{color:var(--text-muted)}.error-msg{color:var(--red);font-size:13px;margin-top:2px}@media(max-width:600px){.page{padding:24px 16px 60px}}.landing{overflow-x:hidden}.hero{max-width:760px;margin:0 auto;padding:80px 20px 64px;text-align:center}.hero-badge{display:inline-block;background:var(--accent-dim);border:1px solid rgba(79,70,229,.2);color:var(--accent);font-size:12px;font-weight:600;letter-spacing:.06em;padding:5px 13px;border-radius:100px;margin-bottom:24px;text-transform:uppercase}.hero-title{font-size:clamp(36px,6.5vw,68px);font-weight:800;line-height:1.1;letter-spacing:-.03em;color:var(--text);margin-bottom:20px}.hero-highlight{color:var(--accent)}.hero-sub{font-size:17px;color:var(--text-secondary);max-width:520px;margin:0 auto 36px;line-height:1.7}.hero-sub strong{color:var(--text)}.hero-cta{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:12px}.hero-btn{padding:14px 28px;font-size:15px}.hero-main-cta{font-size:16px;font-weight:700;padding:16px 34px;letter-spacing:-.01em;box-shadow:0 6px 24px #4f46e573;animation:hero-cta-pulse 2.4s ease-in-out infinite}@keyframes hero-cta-pulse{0%,to{box-shadow:0 6px 24px #4f46e566;transform:translateY(0)}50%{box-shadow:0 8px 32px #4f46e5a6;transform:translateY(-2px)}}.hero-cta-sub{font-size:13px;color:var(--text-muted);margin:0 auto 44px;text-align:center}.board-preview{display:inline-flex;flex-direction:column;gap:5px;background:var(--board-bg);padding:12px;border-radius:14px;border:2px solid var(--board-border);box-shadow:0 20px 40px #1e3a8a33,0 8px 16px #0000001a}.preview-row{display:flex;gap:5px}.preview-cell{width:36px;height:36px;border-radius:50%;background:var(--bg);box-shadow:inset 0 2px 5px #0003}.preview-cell.ai{background:radial-gradient(circle at 35% 35%,#f87171,var(--red) 55%,#991b1b);box-shadow:0 2px 6px #dc262666}.preview-cell.human{background:radial-gradient(circle at 35% 35%,#fde68a,#f59e0b 55%,#92400e);box-shadow:0 2px 6px #f59e0b66}.stats-bar{background:var(--bg-card);border-top:1px solid var(--border);border-bottom:1px solid var(--border);display:flex;justify-content:center;align-items:center;padding:28px 20px;flex-wrap:wrap}.stat{display:flex;flex-direction:column;align-items:center;padding:0 44px}.stat-n{font-size:26px;font-weight:800;color:var(--accent);letter-spacing:-.02em}.stat-l{font-size:12px;color:var(--text-muted);margin-top:3px;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.stat-divider{width:1px;height:36px;background:var(--border)}.section{max-width:1100px;margin:0 auto;padding:80px 20px}.section-h2{font-size:26px;font-weight:700;letter-spacing:-.02em;margin-bottom:36px;color:var(--text)}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.step-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow-sm);transition:box-shadow .2s,transform .2s}.step-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.step-n{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.1em;color:var(--accent);background:var(--accent-dim);border-radius:6px;padding:3px 8px;margin-bottom:14px}.step-title{font-size:16px;font-weight:700;margin-bottom:8px;letter-spacing:-.01em}.step-desc{font-size:14px;color:var(--text-secondary);line-height:1.65}.prize-banner{background:linear-gradient(135deg,#4f46e50d,#4f46e505);border-top:1px solid rgba(79,70,229,.12);border-bottom:1px solid rgba(79,70,229,.12);padding:64px 20px}.prize-content{max-width:720px;margin:0 auto;display:flex;gap:32px;align-items:center}.prize-trophy{font-size:64px;flex-shrink:0}.prize-title{font-size:30px;font-weight:800;color:var(--accent);margin-bottom:12px;letter-spacing:-.02em}.prize-sub{font-size:15px;color:var(--text-secondary);line-height:1.7;margin-bottom:10px}.prize-sub strong{color:var(--text)}.prize-note{font-size:13px;color:var(--text-muted)}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:20px}.pricing-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:28px 22px;position:relative;box-shadow:var(--shadow-sm);transition:box-shadow .2s,transform .2s}.pricing-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.pricing-card--featured{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent),var(--shadow)}.pricing-tag{position:absolute;top:-1px;left:50%;transform:translate(-50%);background:var(--accent);color:#fff;font-size:10px;font-weight:700;letter-spacing:.05em;padding:3px 10px;border-radius:0 0 8px 8px;white-space:nowrap}.pricing-price{font-size:38px;font-weight:800;color:var(--text);margin-top:10px;letter-spacing:-.03em}.pricing-label{font-size:16px;font-weight:600;margin:4px 0;color:var(--text)}.pricing-tries{font-size:13px;color:var(--text-secondary);margin-bottom:22px}.pricing-btn{width:100%}.pricing-note{font-size:13px;color:var(--text-muted);text-align:center;max-width:480px;margin:0 auto}.rules-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.rule-item{display:flex;gap:16px;padding:22px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.rule-icon{font-size:22px;flex-shrink:0;margin-top:2px}.rule-item strong{display:block;font-size:14px;font-weight:700;margin-bottom:5px}.rule-item p{font-size:13px;color:var(--text-secondary);line-height:1.6}.faq-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px}.faq-item{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:24px 26px;box-shadow:var(--shadow-sm)}.faq-q{font-size:15px;font-weight:700;color:var(--text);margin-bottom:10px;letter-spacing:-.01em;line-height:1.4}.faq-a{font-size:14px;color:var(--text-secondary);line-height:1.65;margin:0}.final-cta{max-width:560px;margin:0 auto;padding:80px 20px;text-align:center}.final-cta h2{font-size:32px;font-weight:800;margin-bottom:14px;letter-spacing:-.02em}.final-cta p{font-size:15px;color:var(--text-secondary);margin-bottom:30px;line-height:1.7}.final-btn{padding:14px 36px;font-size:16px;margin-bottom:18px}.final-sub{font-size:12px;color:var(--text-muted)}@media(max-width:600px){.stats-bar{gap:0}.stat{padding:14px 20px}.stat-divider{display:none}.prize-content{flex-direction:column;text-align:center}.prize-trophy{font-size:48px}}.auth-page{min-height:calc(100vh - 60px);display:flex;align-items:center;justify-content:center;padding:40px 20px;background:var(--bg)}.auth-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:40px;width:100%;max-width:420px;box-shadow:var(--shadow-md)}.auth-logo{font-size:18px;font-weight:800;color:var(--text);text-align:center;margin-bottom:28px;letter-spacing:-.02em}.auth-logo-dot{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:var(--accent);border-radius:7px;color:#fff;font-size:13px;font-weight:800;margin-right:8px;vertical-align:middle}.auth-tabs{display:flex;background:var(--bg-surface);border-radius:var(--radius-sm);padding:3px;margin-bottom:28px;gap:3px}.auth-tab{flex:1;padding:9px;background:transparent;color:var(--text-secondary);font-size:13px;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:all .15s}.auth-tab.active{background:var(--bg-card);color:var(--text);box-shadow:var(--shadow-sm)}.auth-form{display:flex;flex-direction:column;gap:16px}.auth-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.label-hint{color:var(--text-muted);font-size:11px;font-weight:400}.auth-submit{width:100%;padding:13px;font-size:14px;margin-top:4px}.auth-terms{margin-top:18px;font-size:12px;color:var(--text-muted);text-align:center;line-height:1.5}.board-wrapper{display:flex;flex-direction:column;align-items:center;gap:6px;-webkit-user-select:none;user-select:none}.col-indicators{display:flex;gap:6px;padding:0 6px;height:28px;align-items:flex-end}.col-indicator{width:56px;display:flex;justify-content:center;align-items:center;color:var(--yellow);font-size:14px;transition:opacity .1s}.col-indicator .drop-arrow{animation:bounce .5s ease infinite alternate}@keyframes bounce{0%{transform:translateY(-3px)}to{transform:translateY(3px)}}.board-frame{background:var(--board-bg);border-radius:16px;padding:12px;border:2px solid var(--board-border);box-shadow:0 20px 40px #1e3a8a40,0 8px 16px #00000026}.board-grid{display:flex;gap:6px}.board-col{display:flex;flex-direction:column;gap:6px}.board-col.clickable{cursor:pointer}.cell{width:56px;height:56px;border-radius:50%;background:var(--bg);display:flex;align-items:center;justify-content:center;box-shadow:inset 0 2px 6px #00000040;transition:background .15s;position:relative;overflow:hidden}.piece{width:46px;height:46px;border-radius:50%;transition:all .15s ease}.cell.empty .piece{background:transparent}.cell.ai .piece{background:radial-gradient(circle at 35% 35%,#f87171,var(--red) 55%,#991b1b);box-shadow:0 2px 8px #dc262680,inset 0 -2px 4px #0003}.cell.human .piece{background:radial-gradient(circle at 35% 35%,#fde68a,#f59e0b 55%,#92400e);box-shadow:0 2px 8px #f59e0b80,inset 0 -2px 4px #0003}.cell.win-cell .piece{animation:win-pulse .6s ease-in-out infinite alternate}.cell.win-cell.ai .piece{box-shadow:0 0 20px #dc2626cc,0 2px 8px #dc262680}.cell.win-cell.human .piece{box-shadow:0 0 20px #f59e0bcc,0 2px 8px #f59e0b80}@keyframes win-pulse{0%{transform:scale(.94)}to{transform:scale(1.06)}}.thinking-bar{display:flex;align-items:center;gap:10px;color:var(--text-secondary);font-size:14px;margin-top:8px}@media(max-width:520px){.cell,.col-indicator{width:42px}.cell{height:42px}.piece{width:34px;height:34px}.board-frame{padding:8px}.board-grid,.col-indicators,.board-col{gap:4px}}.play-loading{display:flex;align-items:center;justify-content:center;gap:12px;min-height:calc(100vh - 60px);color:var(--text-secondary);font-size:14px}.spinner{width:18px;height:18px;border:2px solid var(--border-dark);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite;flex-shrink:0}.play-paywall{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 60px);padding:40px 20px}.paywall-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:48px 40px;max-width:440px;width:100%;text-align:center;box-shadow:var(--shadow-md)}.paywall-icon{font-size:44px;margin-bottom:20px}.paywall-card h2{font-size:20px;font-weight:700;margin-bottom:12px;letter-spacing:-.02em}.paywall-card p{color:var(--text-secondary);font-size:14px;line-height:1.65;margin-bottom:28px}.paywall-btn{padding:13px 26px;font-size:14px;margin-bottom:14px}.paywall-note{font-size:12px;color:var(--text-muted);margin-bottom:0!important}.play-page{min-height:calc(100vh - 60px);display:flex;flex-direction:column;align-items:center;padding:28px 20px 48px;background:var(--bg)}.play-header{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:500px;margin-bottom:24px}.play-mode-badge{font-size:12px;font-weight:600;color:var(--accent);background:var(--accent-dim);border:1px solid rgba(79,70,229,.2);border-radius:100px;padding:5px 12px}.play-legend{display:flex;align-items:center;gap:14px;font-size:12px;color:var(--text-muted);font-weight:500}.legend-dot{display:inline-block;width:11px;height:11px;border-radius:50%;margin-right:4px;vertical-align:middle}.ai-dot{background:var(--red);box-shadow:0 0 5px #dc262666}.human-dot{background:#f59e0b;box-shadow:0 0 5px #f59e0b59}.play-board-area{display:flex;flex-direction:column;align-items:center}.board-start-wrapper{position:relative;display:inline-flex;align-items:flex-start}.board-faded{opacity:.45;filter:blur(1px);pointer-events:none;-webkit-user-select:none;user-select:none}.board-start-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;z-index:10;background:radial-gradient(ellipse at center,rgba(var(--bg-card-rgb, 250,250,250),.85) 30%,rgba(var(--bg-card-rgb, 250,250,250),.55) 70%,transparent 100%);border-radius:12px}.start-btn-big{font-size:16px;font-weight:700;padding:16px 40px;letter-spacing:-.01em;box-shadow:0 4px 24px #4f46e573;animation:pulse-cta 2.4s ease-in-out infinite;white-space:nowrap}@keyframes pulse-cta{0%,to{box-shadow:0 4px 24px #4f46e566;transform:translateY(0)}50%{box-shadow:0 6px 32px #4f46e5a6;transform:translateY(-2px)}}.start-note{font-size:13px;color:var(--text-secondary);text-align:center;background:rgba(var(--bg-card-rgb, 250,250,250),.9);padding:5px 12px;border-radius:8px}.play-active{display:flex;flex-direction:column;align-items:center;gap:16px}.board-live-wrapper{position:relative;display:inline-flex}.board-tap-overlay{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;z-index:5;border-radius:8px}.play-result-strip{display:flex;flex-direction:column;align-items:center;gap:10px;padding:14px 24px 16px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);text-align:center;width:100%;max-width:360px;animation:strip-in .2s ease}@keyframes strip-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.result-row{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:700}.result-icon{font-size:18px;line-height:1}.result-label{letter-spacing:-.01em;color:var(--text)}.result-btn{min-width:160px;padding:10px 20px;font-size:13px}.result-tap-hint{font-size:11px;color:var(--text-muted);margin:0}.play-status{font-size:13px;font-weight:600;display:flex;align-items:center;gap:8px}.play-status.thinking{color:var(--text-secondary)}.play-status.your-turn{color:#d97706}.play-status.submitting{color:var(--text-muted);gap:10px}.thinking-dots{display:flex;gap:4px}.thinking-dots span{width:6px;height:6px;background:var(--red);border-radius:50%;animation:think 1s ease infinite}.thinking-dots span:nth-child(2){animation-delay:.2s}.thinking-dots span:nth-child(3){animation-delay:.4s}@keyframes think{0%,to{opacity:.25;transform:translateY(0)}50%{opacity:1;transform:translateY(-4px)}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:100;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:40px 32px;max-width:400px;width:100%;text-align:center;box-shadow:var(--shadow-md)}.modal-icon{font-size:48px;margin-bottom:14px}.modal-card h2{font-size:22px;font-weight:800;margin-bottom:10px;letter-spacing:-.02em}.modal-title-prize{color:var(--accent)}.modal-card p{color:var(--text-secondary);font-size:14px;line-height:1.65;margin-bottom:26px}.modal-actions{display:flex;flex-direction:column;gap:10px;align-items:center}.modal-actions .btn{min-width:180px;padding:11px 20px}.auto-restart{display:flex;align-items:center;gap:12px;margin-top:2px}.auto-restart-btn{min-width:140px!important}.countdown-ring{width:36px;height:36px;border-radius:50%;background:var(--accent-dim);border:2px solid var(--accent);color:var(--accent);font-weight:800;font-size:15px;display:flex;align-items:center;justify-content:center;flex-shrink:0;animation:ring-pulse 1s ease-in-out infinite}@keyframes ring-pulse{0%,to{opacity:.75}50%{opacity:1}}.profile-loading{display:flex;align-items:center;justify-content:center;gap:12px;min-height:calc(100vh - 60px);color:var(--text-secondary);font-size:14px}.spinner{width:18px;height:18px;border:2px solid var(--border-dark);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.profile-page{min-height:calc(100vh - 60px);padding:40px 20px 80px;background:var(--bg)}.profile-inner{max-width:640px;margin:0 auto;display:flex;flex-direction:column;gap:28px}.profile-section-title{font-size:11px;font-weight:700;letter-spacing:.1em;color:var(--text-muted);text-transform:uppercase;margin-bottom:10px}.profile-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:22px 24px;box-shadow:var(--shadow-sm)}.account-card{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.account-info{display:flex;align-items:center;gap:14px}.account-avatar{width:44px;height:44px;border-radius:50%;background:var(--accent-dim);border:2px solid rgba(79,70,229,.2);color:var(--accent);font-size:18px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.account-name{font-size:15px;font-weight:700}.account-username{font-size:13px;color:var(--accent);margin-top:1px}.account-email{font-size:12px;color:var(--text-muted);margin-top:1px}.sign-out-btn{font-size:13px;padding:7px 14px}.tries-card{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.tries-number{font-size:44px;font-weight:800;color:var(--accent);line-height:1;letter-spacing:-.03em}.tries-label{font-size:14px;color:var(--text-secondary);flex:1}.tries-play-btn{padding:9px 20px;font-size:13px}.buy-card{padding:24px}.buy-intro{font-size:14px;color:var(--text-secondary);line-height:1.65;margin-bottom:20px}.buy-intro strong{color:var(--text)}.buy-packages{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:16px}.buy-pkg{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);padding:16px 10px;text-align:center;position:relative;transition:border-color .15s}.buy-pkg:hover{border-color:var(--border-dark)}.buy-pkg--popular{border-color:var(--accent)}.buy-pkg-tag{position:absolute;top:-10px;left:50%;transform:translate(-50%);background:var(--accent);color:#fff;font-size:10px;font-weight:700;padding:2px 8px;border-radius:100px;white-space:nowrap}.buy-pkg-price{font-size:24px;font-weight:800;color:var(--text);letter-spacing:-.02em}.buy-pkg-label{font-size:12px;font-weight:600;color:var(--text-secondary);margin:2px 0}.buy-pkg-tries{font-size:11px;color:var(--text-muted)}.buy-pkg-btn{width:100%;padding:8px 0;font-size:12px;margin-top:10px}.buy-error{margin-bottom:12px}.buy-note{font-size:12px;color:var(--text-muted);text-align:center}.payment-success-banner{background:#16a34a14;border:1px solid rgba(22,163,74,.25);border-radius:var(--radius-sm);color:#15803d;font-size:14px;font-weight:600;padding:14px 18px;text-align:center}.prize-card{display:flex;gap:18px;align-items:flex-start}.prize-trophy-sm{font-size:32px;flex-shrink:0}.prize-info h3{font-size:16px;font-weight:700;margin-bottom:7px;letter-spacing:-.01em}.prize-info p{font-size:13px;color:var(--text-secondary);line-height:1.65;margin-bottom:14px}.claim-btn{font-size:13px;padding:9px 18px}.iban-form{display:flex;flex-direction:column;gap:12px;max-width:380px}.iban-success{font-size:13px;color:#15803d;background:#16a34a14;border:1px solid rgba(22,163,74,.2);border-radius:var(--radius-sm);padding:11px 14px}.payments-table{width:100%;border-collapse:collapse;font-size:13px}.payments-table th{text-align:left;padding:8px 12px;color:var(--text-muted);font-weight:600;font-size:11px;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border)}.payments-table td{padding:10px 12px;border-bottom:1px solid var(--border);color:var(--text-secondary)}.payments-table tr:last-child td{border-bottom:none}.status-badge{display:inline-block;padding:2px 8px;border-radius:100px;font-size:11px;font-weight:600;text-transform:capitalize}.status-confirmed{background:#16a34a1a;color:#15803d}.status-exhausted{background:var(--bg-surface);color:var(--text-muted)}.status-pending{background:var(--accent-dim);color:var(--accent)}@media(max-width:520px){.account-card{flex-direction:column;align-items:flex-start}.prize-card{flex-direction:column}.buy-packages{grid-template-columns:1fr}.payments-table th:nth-child(5),.payments-table td:nth-child(5){display:none}}.terms-page{min-height:calc(100vh - 60px);padding:56px 20px 80px;background:var(--bg)}.terms-inner{max-width:720px;margin:0 auto}.terms-header{margin-bottom:48px;padding-bottom:28px;border-bottom:1px solid var(--border)}.terms-title{font-size:32px;font-weight:800;letter-spacing:-.03em;color:var(--text);margin-bottom:8px}.terms-updated{font-size:13px;color:var(--text-muted)}.terms-body{display:flex;flex-direction:column;gap:36px}.terms-section h2{font-size:16px;font-weight:700;color:var(--text);margin-bottom:12px;letter-spacing:-.01em}.terms-section p,.terms-section li{font-size:14px;color:var(--text-secondary);line-height:1.75}.terms-section p+p{margin-top:10px}.terms-section strong{color:var(--text);font-weight:600}.terms-section ol,.terms-section ul{padding-left:20px;display:flex;flex-direction:column;gap:6px;margin-top:8px}.terms-note{background:var(--accent-dim);border-left:3px solid var(--accent);border-radius:0 var(--radius-sm) var(--radius-sm) 0;padding:12px 16px;margin-top:12px!important;color:var(--text-secondary)!important;font-style:italic}.terms-section a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}.article-page{min-height:calc(100vh - 60px);padding:56px 20px 80px;background:var(--bg)}.article-inner{max-width:760px;margin:0 auto}.article-header{margin-bottom:40px;padding-bottom:24px;border-bottom:1px solid var(--border)}.article-eyebrow{font-size:12px;font-weight:600;letter-spacing:.08em;color:var(--accent);text-transform:uppercase;margin-bottom:10px}.article-title{font-size:clamp(28px,4.5vw,40px);font-weight:800;letter-spacing:-.03em;line-height:1.15;color:var(--text);margin-bottom:14px}.article-lede{font-size:17px;color:var(--text-secondary);line-height:1.65;margin:0}.article-body{display:flex;flex-direction:column;gap:40px}.article-section h2{font-size:22px;font-weight:700;color:var(--text);margin-bottom:14px;letter-spacing:-.02em}.article-section h3{font-size:16px;font-weight:700;color:var(--text);margin:22px 0 8px;letter-spacing:-.01em}.article-section p,.article-section li{font-size:15px;color:var(--text-secondary);line-height:1.75}.article-section p{margin-bottom:14px}.article-section p:last-child{margin-bottom:0}.article-section ul,.article-section ol{margin:12px 0 16px 20px;padding:0}.article-section li{margin-bottom:8px}.article-section strong{color:var(--text);font-weight:700}.article-callout{background:var(--bg-card);border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:var(--radius);padding:18px 22px;margin:16px 0}.article-callout p{margin:0;font-size:14px;color:var(--text-secondary);line-height:1.7}.article-callout strong{color:var(--text)}.article-cta{display:flex;flex-direction:column;align-items:center;gap:14px;padding:40px 24px;margin-top:24px;background:linear-gradient(135deg,#4f46e50f,#4f46e505);border:1px solid rgba(79,70,229,.15);border-radius:var(--radius);text-align:center}.article-cta h2{font-size:22px;font-weight:800;margin:0;letter-spacing:-.02em}.article-cta p{font-size:14px;color:var(--text-secondary);margin:0;max-width:440px}.article-cta .btn{padding:12px 28px;font-size:15px}.article-related{margin-top:48px;padding-top:28px;border-top:1px solid var(--border)}.article-related h3{font-size:13px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:14px}.article-related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.article-related-card{display:block;padding:16px 18px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);text-decoration:none;color:inherit;transition:box-shadow .2s,transform .2s}.article-related-card:hover{box-shadow:var(--shadow-sm);transform:translateY(-1px)}.article-related-card strong{display:block;font-size:14px;font-weight:700;color:var(--text);margin-bottom:4px}.article-related-card span{font-size:13px;color:var(--text-muted)}.header{position:sticky;top:0;z-index:100;background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);box-shadow:var(--shadow-sm)}.header-inner{max-width:1100px;margin:0 auto;padding:0 20px;height:60px;display:flex;align-items:center;justify-content:space-between}.header-logo{display:flex;align-items:center;gap:9px;color:var(--text);font-weight:700;font-size:17px;text-decoration:none;letter-spacing:-.02em}.logo-text{color:var(--text);letter-spacing:-.02em}.header-nav{display:flex;align-items:center;gap:6px}.btn-sm{padding:7px 15px;font-size:13px}.site-footer{background:var(--bg-card);border-top:1px solid var(--border);padding:48px 20px 24px;margin-top:40px}.site-footer-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:40px}.site-footer-col{display:flex;flex-direction:column;gap:8px}.site-footer-heading{font-size:13px;font-weight:700;color:var(--text);text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px}.site-footer-blurb{font-size:13px;color:var(--text-muted);line-height:1.65;margin:0;max-width:320px}.site-footer-col a{font-size:13px;color:var(--text-secondary);text-decoration:none;line-height:1.9}.site-footer-col a:hover{color:var(--accent)}.site-footer-bottom{max-width:1100px;margin:32px auto 0;padding-top:20px;border-top:1px solid var(--border);font-size:12px;color:var(--text-muted);text-align:center}@media(max-width:640px){.site-footer-inner{grid-template-columns:1fr;gap:28px}}
