html{touch-action:manipulation}.admin-shell{--adm-bg: #f1f5f9;--adm-surface: #ffffff;--adm-border: #e2e8f0;--adm-text: #0f172a;--adm-muted: #64748b;--adm-faint: #94a3b8;--adm-accent: #4f46e5;--adm-accent-soft: #eef2ff;--adm-danger: #dc2626;--adm-sidebar: #0f172a;--adm-sidebar-2: #1e293b;position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:grid;grid-template-columns:248px 1fr;background:var(--adm-bg);color:var(--adm-text);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;overflow:hidden}.admin-sidebar{display:flex;flex-direction:column;background:var(--adm-sidebar);color:#e2e8f0;padding:20px 14px;gap:8px}.admin-logo{display:flex;align-items:center;gap:12px;padding:6px 8px 18px;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:10px}.admin-logo-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:var(--adm-accent);color:#fff;font-size:20px}.admin-logo-text{display:flex;flex-direction:column;line-height:1.2}.admin-logo-text strong{font-size:16px;font-weight:700}.admin-logo-text span{font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--adm-faint)}.admin-nav{display:flex;flex-direction:column;gap:4px;flex:1}.admin-nav-link{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:8px;color:#cbd5e1;text-decoration:none;font-size:14px;font-weight:500;transition:background .15s,color .15s}.admin-nav-link:hover{background:#ffffff0f;color:#fff}.admin-nav-link.active{background:var(--adm-accent);color:#fff}.admin-nav-icon{width:20px;text-align:center;font-size:15px}.admin-back-link{margin-top:auto;padding:10px 12px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:transparent;color:#cbd5e1;font-size:13px;cursor:pointer;text-align:start;transition:background .15s}.admin-back-link:hover{background:#ffffff0f;color:#fff}.admin-content{display:flex;flex-direction:column;min-width:0;overflow:hidden}.admin-topbar{display:flex;align-items:center;justify-content:space-between;height:64px;padding:0 28px;background:var(--adm-surface);border-bottom:1px solid var(--adm-border);flex-shrink:0}.admin-topbar-title{font-size:18px;font-weight:700;margin:0}.admin-topbar-right{display:flex;align-items:center;gap:16px}.admin-user{display:flex;align-items:center;gap:10px}.admin-user-avatar{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:var(--adm-accent-soft);color:var(--adm-accent);font-weight:700;font-size:15px}.admin-user-meta{display:flex;flex-direction:column;line-height:1.25}.admin-user-meta strong{font-size:13px}.admin-user-meta span{font-size:11px;color:var(--adm-muted)}.admin-signout{padding:8px 14px;border:1px solid var(--adm-border);border-radius:8px;background:var(--adm-surface);color:var(--adm-text);font-size:13px;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s}.admin-signout:hover{background:var(--adm-bg);border-color:var(--adm-faint)}.admin-main{flex:1;overflow-y:auto;padding:28px}.admin-shell .admin-panel,.admin-shell .affiliate-admin{display:flex;flex-direction:column;gap:18px;max-width:1080px;margin:0 auto}.admin-shell h2{font-size:22px;font-weight:700;margin:0;color:var(--adm-text)}.admin-shell h3{font-size:15px;font-weight:700;margin:0;color:var(--adm-text)}.admin-shell .muted{color:var(--adm-muted);font-size:13px}.admin-shell .admin-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.admin-shell .admin-stat{display:flex;flex-direction:column;gap:4px;padding:18px 20px;background:var(--adm-surface);border:1px solid var(--adm-border);border-radius:12px;box-shadow:0 1px 2px #0f172a0a}.admin-shell .admin-stat-value{font-size:28px;font-weight:800;color:var(--adm-text)}.admin-shell .admin-stat-label{font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:var(--adm-muted)}.admin-shell .admin-tools{display:flex;flex-direction:column;gap:12px}.admin-shell .admin-tool-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.admin-shell .admin-tool-link{display:flex;flex-direction:column;gap:4px;padding:16px 18px;background:var(--adm-surface);border:1px solid var(--adm-border);border-radius:12px;text-decoration:none;color:var(--adm-text);transition:border-color .15s,box-shadow .15s}.admin-shell .admin-tool-link:hover{border-color:var(--adm-accent);box-shadow:0 4px 14px #4f46e51f}.admin-shell .admin-users-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.admin-shell .admin-search,.admin-shell .affiliate-form input,.admin-shell .affiliate-form select{padding:9px 12px;border:1px solid var(--adm-border);border-radius:8px;background:var(--adm-surface);color:var(--adm-text);font-size:14px;min-width:220px}.admin-shell .admin-search:focus,.admin-shell .affiliate-form input:focus,.admin-shell .affiliate-form select:focus{outline:none;border-color:var(--adm-accent);box-shadow:0 0 0 3px var(--adm-accent-soft)}.admin-shell .user-table,.admin-shell .affiliate-table{list-style:none;margin:0;padding:0;background:var(--adm-surface);border:1px solid var(--adm-border);border-radius:12px;overflow:hidden}.admin-shell .user-row{display:grid;grid-template-columns:2fr 1.4fr 1fr auto;align-items:center;gap:12px;padding:14px 18px;border-bottom:1px solid var(--adm-border)}.admin-shell .user-row:last-child{border-bottom:none}.admin-shell .user-row-head{background:#f8fafc;font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--adm-muted);font-weight:700}.admin-shell .user-meta{display:flex;flex-direction:column;gap:2px;min-width:0}.admin-shell .user-email{font-size:12px;color:var(--adm-muted)}.admin-shell .user-role-cell{display:flex;align-items:center;gap:10px}.admin-shell .user-role-select{padding:6px 8px;border:1px solid var(--adm-border);border-radius:7px;background:var(--adm-surface);color:var(--adm-text);font-size:13px}.admin-shell .user-joined{font-size:13px;color:var(--adm-muted)}.admin-shell .badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:600;background:#f1f5f9;color:var(--adm-muted)}.admin-shell .badge-on{background:var(--adm-accent-soft);color:var(--adm-accent)}.admin-shell .badge-off{background:#f1f5f9;color:var(--adm-faint)}.admin-shell .btn-primary{padding:9px 18px;border:none;border-radius:8px;background:var(--adm-accent);color:#fff;font-size:14px;font-weight:600;cursor:pointer}.admin-shell .btn-primary:hover{background:#4338ca}.admin-shell .btn-primary:disabled{opacity:.6;cursor:not-allowed}.admin-shell .link-btn{border:none;background:none;color:var(--adm-accent);font-size:13px;font-weight:600;cursor:pointer;padding:4px 6px}.admin-shell .link-btn:hover{text-decoration:underline}.admin-shell .link-btn.danger{color:var(--adm-danger)}.admin-shell .link-btn:disabled{opacity:.5;cursor:not-allowed;text-decoration:none}.admin-shell .affiliate-form{display:flex;flex-direction:column;gap:14px;padding:22px;background:var(--adm-surface);border:1px solid var(--adm-border);border-radius:12px}.admin-shell .affiliate-form label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600;color:var(--adm-text)}.admin-shell .affiliate-form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:14px;align-items:end}.admin-shell .affiliate-checkbox{flex-direction:row!important;align-items:center;gap:8px}.admin-shell .affiliate-checkbox input{min-width:auto;width:16px;height:16px}.admin-shell .affiliate-form-actions{display:flex;align-items:center;gap:14px}.admin-shell .ai-provider-label{display:flex;align-items:center;justify-content:space-between;gap:10px}.admin-shell .ai-active-badge{font-weight:700;font-size:.78rem;color:#34d399}.admin-shell .ai-inactive-hint{font-weight:600;font-size:.78rem;color:var(--adm-muted, #9aa);opacity:.85}.admin-shell .affiliate-row{display:grid;grid-template-columns:88px 1fr auto;align-items:center;gap:16px;padding:14px 18px;border-bottom:1px solid var(--adm-border)}.admin-shell .affiliate-row:last-child{border-bottom:none}.admin-shell .affiliate-row.inactive{opacity:.6}.admin-shell .affiliate-thumb{width:88px;height:52px;object-fit:cover;border-radius:8px;border:1px solid var(--adm-border)}.admin-shell .affiliate-meta{display:flex;flex-direction:column;gap:4px;min-width:0}.admin-shell .affiliate-link{font-size:12px;color:var(--adm-accent);word-break:break-all}.admin-shell .affiliate-badges{display:flex;gap:6px;flex-wrap:wrap}.admin-shell .affiliate-row-actions{display:flex;gap:8px}.admin-shell .affiliate-error{color:var(--adm-danger);font-size:13px;font-weight:500}.admin-shell .exec-dash{display:flex;flex-direction:column;gap:20px;max-width:1080px;margin:0 auto}.admin-shell .exec-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.admin-shell .exec-range{display:inline-flex;padding:3px;background:#eef1f6;border:1px solid var(--adm-border);border-radius:10px;gap:2px}.admin-shell .exec-range-btn{padding:7px 14px;border:none;border-radius:8px;background:transparent;color:var(--adm-muted);font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s,color .15s}.admin-shell .exec-range-btn:hover{color:var(--adm-text)}.admin-shell .exec-range-btn.active{background:var(--adm-surface);color:var(--adm-accent);box-shadow:0 1px 3px #0f172a1f}.admin-shell .exec-kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px}.admin-shell .exec-kpi .admin-stat-value{font-size:24px}.admin-shell .exec-card{display:flex;flex-direction:column;gap:16px;padding:20px 22px;background:var(--adm-surface);border:1px solid var(--adm-border);border-radius:12px;box-shadow:0 1px 2px #0f172a0a}.admin-shell .exec-chart{display:grid;grid-template-columns:repeat(var(--cols),minmax(0,1fr));gap:6px;align-items:end;height:200px}.admin-shell .exec-bar-col{display:flex;flex-direction:column;align-items:center;gap:6px;height:100%;min-width:0}.admin-shell .exec-bar-value{font-size:12px;font-weight:700;color:var(--adm-text);min-height:14px}.admin-shell .exec-bar-track{flex:1;width:100%;max-width:44px;display:flex;align-items:flex-end}.admin-shell .exec-bar-fill{width:100%;min-height:2px;border-radius:6px 6px 3px 3px;background:linear-gradient(180deg,#6366f1,#4f46e5);transition:height .3s ease}.admin-shell .exec-bar-label{font-size:10px;color:var(--adm-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.admin-shell .exec-sections{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.admin-shell .exec-section-row{display:grid;grid-template-columns:1.6fr .7fr 1.6fr 1fr;align-items:center;gap:12px;padding:11px 4px;border-bottom:1px solid var(--adm-border);font-size:14px}.admin-shell .exec-section-row:last-child{border-bottom:none}.admin-shell .exec-section-head{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--adm-muted);font-weight:700}.admin-shell .exec-section-name{display:flex;align-items:center;gap:10px;font-weight:600}.admin-shell .exec-section-icon{display:grid;place-items:center;width:26px;height:26px;border-radius:7px;background:var(--adm-accent-soft);color:var(--adm-accent);font-size:13px}.admin-shell .exec-section-time{display:flex;align-items:center;gap:10px;color:var(--adm-muted);font-variant-numeric:tabular-nums}.admin-shell .exec-mini-track{flex:1;max-width:140px;height:8px;border-radius:999px;background:#eef1f6;overflow:hidden}.admin-shell .exec-mini-fill{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#818cf8,#4f46e5)}.admin-shell .exec-top{list-style:none;margin:0;padding:0}.admin-shell .exec-top-row{display:grid;grid-template-columns:32px 1fr auto auto;align-items:center;gap:14px;padding:10px 4px;border-bottom:1px solid var(--adm-border);font-size:14px}.admin-shell .exec-top-row:last-child{border-bottom:none}.admin-shell .exec-top-rank{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#f1f5f9;color:var(--adm-muted);font-size:12px;font-weight:700}.admin-shell .exec-top-name{display:flex;align-items:center;gap:8px;font-weight:600;min-width:0}.admin-shell .exec-top-visits{color:var(--adm-muted);font-size:13px}.admin-shell .exec-top-time{font-weight:700;font-variant-numeric:tabular-nums}@media (max-width: 760px){.admin-shell{grid-template-columns:1fr;grid-template-rows:auto 1fr}.admin-sidebar{flex-direction:row;align-items:center;gap:6px;padding:10px 12px;overflow-x:auto}.admin-logo{border-bottom:none;margin-bottom:0;padding:0 8px 0 0;flex-shrink:0}.admin-logo-text span{display:none}.admin-nav{flex-direction:row;flex:1}.admin-nav-link span:not(.admin-nav-icon){display:none}.admin-back-link{margin-top:0;flex-shrink:0}.admin-topbar{padding:0 16px}.admin-topbar-title{font-size:16px}.admin-user-meta{display:none}.admin-main{padding:18px 16px}.admin-shell .admin-stats{grid-template-columns:1fr}.admin-shell .user-row{grid-template-columns:1fr;gap:8px}.admin-shell .exec-head{flex-direction:column}.admin-shell .exec-range{width:100%;overflow-x:auto}.admin-shell .exec-chart{height:150px}.admin-shell .exec-bar-label{font-size:9px}.admin-shell .exec-section-row{grid-template-columns:1.4fr .6fr 1fr;font-size:13px}.admin-shell .exec-section-row>span:nth-child(4),.admin-shell .exec-section-head>span:nth-child(4){display:none}.admin-shell .exec-mini-track{display:none}.admin-shell .exec-top-row{grid-template-columns:28px 1fr auto}.admin-shell .exec-top-visits{display:none}}:root{--gold: #e9b949;--gold-soft: #f4d27a;--gold-deep: #c79320;--green: #34e09a;--green-bright: #43e6a0;--green-deep: #22c281;--blue: #5b8cff;--purple: #b06bff;--red: #ff5566;--red-deep: #e23b54;--orange: #ff8a3d;--cream: #f6efe0;--cream-dim: rgba(246, 239, 224, .7);--cream-faint: rgba(246, 239, 224, .5);--felt: radial-gradient(120% 90% at 50% -10%, #123c2c 0%, #0a241a 45%, #05130d 100%);--felt-panel: radial-gradient(130% 80% at 50% 0%, #154734 0%, #0c2c20 50%, #0a2417 100%);--card-bg: rgba(255, 255, 255, .03);--card-border: rgba(255, 255, 255, .06);--gold-border: rgba(233, 185, 73, .2);--nav-h: 64px;--shell-max: 480px;--font: "Rubik", "Cairo", system-ui, -apple-system, sans-serif}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body,#root{min-height:100vh}body{margin:0;font-family:var(--font);color:var(--cream);background:var(--felt);background-attachment:fixed}body.nav-open{overflow:hidden}h1,h2,h3{margin:0;line-height:1.1;letter-spacing:-.02em}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:0;height:0}@keyframes pkfall{0%{transform:translateY(0) rotate(0);opacity:1}to{transform:translateY(620px) rotate(540deg);opacity:0}}@keyframes pkfloat{0%{transform:translateY(0) scale(.8);opacity:0}25%{transform:translateY(-10px) scale(1.1);opacity:1}to{transform:translateY(-46px) scale(1);opacity:0}}@keyframes pkpop{0%{transform:scale(.7)}55%{transform:scale(1.07)}to{transform:scale(1)}}@keyframes pkrise{0%{transform:translateY(14px);opacity:.4}to{transform:translateY(0);opacity:1}}@keyframes pkdeal{0%{transform:translateY(-30px) rotate(-8deg);opacity:0}to{transform:translateY(0) rotate(0);opacity:1}}@keyframes pkglow{0%,to{box-shadow:0 0 #e9b94900}50%{box-shadow:0 0 26px #e9b9498c}}@keyframes pkflame{0%,to{transform:rotate(45deg) scale(1)}50%{transform:rotate(45deg) scale(1.18)}}@keyframes pkspin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pkshake{0%,to{transform:translate(0)}25%{transform:translate(-7px)}75%{transform:translate(7px)}}@keyframes pkburst{0%{transform:scale(.3);opacity:0}50%{opacity:1}to{transform:scale(2.4);opacity:0}}@keyframes pkbob{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes pktyping{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-4px);opacity:1}}.app-shell{position:relative;display:flex;flex-direction:column;min-height:100vh;max-width:var(--shell-max);margin:0 auto;background:var(--felt-panel)}.app-col{display:flex;flex-direction:column;flex:1;min-width:0}.sidebar{display:none}@media (min-width: 540px) and (max-width: 899px){.app-shell{box-shadow:0 30px 80px -20px #000c,0 0 0 1px #ffffff0a}}.sidebar-brand{display:flex;align-items:center;gap:10px;cursor:pointer;padding:0 8px 22px;font-weight:900;font-size:20px}.sidebar-nav{display:flex;flex-direction:column;gap:4px}.side-nav-btn{display:flex;align-items:center;gap:12px;width:100%;border:1px solid transparent;background:transparent;cursor:pointer;font-family:inherit;font-weight:700;font-size:14px;color:var(--cream-dim);padding:11px 12px;border-radius:12px;text-align:start;transition:background .15s ease,color .15s ease}.side-nav-btn:hover{color:var(--cream);background:#ffffff08}.side-nav-btn.active{background:linear-gradient(90deg,#e9b94929,#e9b94905);border-color:#e9b9494d;color:var(--gold-soft)}.side-nav-icon{font-size:19px;width:22px;text-align:center}.side-nav-btn.active .side-nav-icon{filter:drop-shadow(0 0 7px rgba(233,185,73,.6))}.sidebar-foot{margin-top:auto;display:flex;flex-direction:column;gap:14px;padding-top:14px}.sidebar-disclaimer{margin:0;font-size:10.5px;line-height:1.4;color:#f6efe066;padding:0 6px}.build-stamp{margin:0;font-size:10px;letter-spacing:.04em;color:#f6efe04d;padding:0 6px}.app-foot{display:flex;justify-content:center;padding:8px 12px;border-top:1px solid rgba(255,255,255,.04)}.app-bar{position:sticky;top:0;z-index:40;display:flex;align-items:center;justify-content:space-between;padding:calc(10px + env(safe-area-inset-top)) 16px 12px;background:linear-gradient(180deg,#082017f7,#0820178c 70%,#08201700);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.brand{display:flex;align-items:center;gap:8px;font-weight:900;font-size:20px;letter-spacing:-.02em;cursor:pointer}.brand-mark{width:30px;height:30px;border-radius:9px;background:linear-gradient(150deg,var(--gold-soft),var(--gold-deep));display:flex;align-items:center;justify-content:center;color:#1a120a;font-size:18px;box-shadow:0 4px 12px #c9932066}.app-bar-actions{display:flex;align-items:center;gap:8px}.auth-pill{border:1px solid rgba(233,185,73,.35);cursor:pointer;height:32px;padding:0 14px;border-radius:999px;font-family:inherit;font-weight:700;font-size:12px;white-space:nowrap;color:var(--gold-soft);background:#e9b94914;transition:background .15s ease}.auth-pill:hover{background:#e9b94929}.lang-pills{display:flex;align-items:center;gap:4px;background:#00000047;border:1px solid rgba(233,185,73,.18);border-radius:999px;padding:3px}.lang-pill{border:none;cursor:pointer;min-width:32px;height:26px;border-radius:999px;font-family:inherit;font-weight:700;font-size:12px;padding:0 9px;background:transparent;color:var(--cream-dim);transition:background .15s ease,color .15s ease}.lang-pill.active{background:linear-gradient(180deg,var(--gold-soft),var(--gold));color:#1a120a}.app-main{flex:1;padding:6px 16px calc(var(--nav-h) + 32px + env(safe-area-inset-bottom));animation:pkrise .35s ease}.bottom-nav{position:sticky;bottom:0;z-index:40;display:flex;padding:8px 6px calc(8px + env(safe-area-inset-bottom));background:linear-gradient(0deg,#071c14,#0a241af5);border-top:1px solid rgba(233,185,73,.14);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.nav-btn{flex:1;border:none;background:none;cursor:pointer;font-family:inherit;display:flex;flex-direction:column;align-items:center;gap:3px;padding:5px 0;color:var(--cream-faint);transition:color .15s ease}.nav-btn .nav-icon{font-size:20px;line-height:1}.nav-btn .nav-label{font-size:10px;font-weight:700}.nav-btn.active{color:var(--gold-soft)}.nav-btn.active .nav-icon{filter:drop-shadow(0 0 7px rgba(233,185,73,.6))}.muted{color:var(--cream-faint)}.subtitle{font-size:.8em;font-weight:600;color:var(--cream-faint)}.primary-btn,.btn-primary{border:none;cursor:pointer;font-family:inherit;font-weight:800;font-size:15px;color:#06231a;background:linear-gradient(180deg,var(--green-bright),var(--green-deep));padding:13px 18px;border-radius:14px;box-shadow:0 8px 20px -4px #34e09a80;transition:transform .12s ease,filter .12s ease}.primary-btn:hover:not(:disabled),.btn-primary:hover:not(:disabled){filter:brightness(1.05)}.primary-btn:active:not(:disabled),.btn-primary:active:not(:disabled){transform:translateY(1px)}.primary-btn:disabled,.btn-primary:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.ghost-btn{border:1px solid rgba(233,185,73,.35);cursor:pointer;font-family:inherit;font-weight:700;font-size:14px;color:var(--gold-soft);background:#e9b94914;padding:13px 16px;border-radius:14px;transition:background .15s ease}.ghost-btn:hover{background:#e9b94929}.link-btn{border:none;background:none;cursor:pointer;font-family:inherit;font-weight:700;font-size:14px;color:var(--cream-dim);padding:0}.link-btn:hover{color:var(--cream)}.panel{border-radius:18px;padding:16px;background:var(--card-bg);border:1px solid var(--card-border)}.section-title{margin:24px 4px 12px;font-size:17px;font-weight:800}.screen-head{padding:6px 2px 2px}.screen-head h1{font-size:23px;font-weight:900}.screen-head p{margin:6px 0 0;font-size:13px;line-height:1.5;color:var(--cream-dim)}.pcard{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;width:18px;height:24px;border-radius:4px;background:#fdfaf2;color:#16202e;font-size:11px;font-weight:800;border:1px solid rgba(0,0,0,.1);line-height:1}.pcard.red{color:var(--red-deep)}.pcard-suit{font-size:9px}.home{display:flex;flex-direction:column}.hero{position:relative;border-radius:24px;padding:22px 18px 26px;background:radial-gradient(120% 130% at 80% -10%,#e9b94929,#0000 55%),linear-gradient(165deg,#10402f,#0b2a1f);border:1px solid var(--gold-border);overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.5;background:repeating-linear-gradient(120deg,rgba(255,255,255,.02) 0 2px,transparent 2px 9px);pointer-events:none}.hero>*{position:relative}.hero h1{margin:8px 0 6px;font-size:27px;font-weight:900;line-height:1.05;text-wrap:balance}.hero p{margin:0 0 16px;font-size:14px;line-height:1.5;color:var(--cream-dim)}.hero-cards{display:flex;justify-content:center;height:118px;margin-bottom:6px}.fan-card{position:relative;width:62px;height:90px;margin:0 -10px;border-radius:9px;background:linear-gradient(160deg,#fdfaf2,#e9e1cf);box-shadow:0 10px 22px #00000073;border:1px solid rgba(0,0,0,.08);display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:800;color:#16202e;transform-origin:bottom center;animation:pkdeal .4s ease backwards}.fan-card.red{color:var(--red-deep)}.fan-card:nth-child(1){transform:rotate(-26deg) translateY(16px);animation-delay:0s}.fan-card:nth-child(2){transform:rotate(-13deg) translateY(4px);animation-delay:.06s}.fan-card:nth-child(3){transform:rotate(0) translateY(-2px);animation-delay:.12s}.fan-card:nth-child(4){transform:rotate(13deg) translateY(4px);animation-delay:.18s}.fan-card:nth-child(5){transform:rotate(26deg) translateY(16px);animation-delay:.24s}.hero-cta{display:flex;gap:9px}.hero-cta .primary-btn{flex:1}.steps{display:flex;gap:10px;overflow-x:auto;padding-bottom:6px;margin:0 -16px;padding-inline:16px}.step-card{flex:0 0 138px;border-radius:16px;padding:13px;background:linear-gradient(160deg,#10402f,#0c2c20);border:1px solid rgba(233,185,73,.14)}.step-badge{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;background:#e9b94929;color:var(--gold-soft);font-weight:800;font-size:13px;margin-bottom:9px}.step-card h3{font-size:13px;font-weight:700;line-height:1.25}.step-card p{margin:6px 0 0;font-size:12px;line-height:1.4;color:var(--cream-faint)}.rankings{display:flex;flex-direction:column;gap:8px}.rank-row{display:flex;align-items:center;gap:11px;padding:9px 12px;border-radius:13px;background:var(--card-bg);border:1px solid rgba(255,255,255,.05)}.rank-num{width:22px;font-size:13px;font-weight:800;color:#e9b949b3}.rank-info{flex:1;display:flex;flex-direction:column}.rank-info strong{font-size:14px;font-weight:700}.rank-desc{font-size:11px;color:var(--cream-faint)}.rank-cards{display:flex;gap:2px;flex-shrink:0}.tips ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px}.tips li{display:flex;align-items:flex-start;gap:11px;padding:13px;border-radius:14px;background:linear-gradient(140deg,#5b8cff1a,#5b8cff08);border:1px solid rgba(91,140,255,.2);font-size:13px;line-height:1.45;color:#f6efe0d9}.tips li:before{content:"♠";color:var(--blue);font-size:16px;line-height:1.2;flex-shrink:0}.table-felt{margin-top:14px;border-radius:22px;padding:18px 14px 16px;background:radial-gradient(120% 120% at 50% 30%,#1a6048,#0e4231 55%,#0b3325);border:7px solid #5a3d18;box-shadow:0 14px 30px -10px #0009,inset 0 0 40px #00000059}.felt-row{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:14px}.felt-label{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--cream-faint)}.card-area{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.tcard{display:flex;flex-direction:column;justify-content:space-between;width:40px;height:56px;border-radius:7px;padding:4px 5px;background:linear-gradient(160deg,#fdfaf2,#ece4d2);box-shadow:0 5px 12px #0006;border:1px solid rgba(0,0,0,.1);color:#16202e;animation:pkdeal .35s ease backwards}.tcard.red{color:var(--red-deep)}.tcard-lg{width:54px;height:74px;border-radius:9px;padding:6px 7px;box-shadow:0 8px 18px #00000073,0 0 0 2px #e9b94980}.tcard-rank{font-weight:800;font-size:14px;line-height:1}.tcard-lg .tcard-rank{font-size:17px}.tcard-suit{align-self:center;font-size:17px}.tcard-lg .tcard-suit{font-size:26px}.tcard-empty{background:none;box-shadow:none;border:1.5px dashed rgba(255,255,255,.18)}.stage-bar,.quiz-progress-stages{display:flex;gap:6px;justify-content:center}.stage-btn{border:1px solid rgba(255,255,255,.08);background:#0003;color:var(--cream-dim);cursor:pointer;font-family:inherit;font-weight:700;font-size:12px;padding:7px 12px;border-radius:999px;transition:all .15s ease}.stage-btn.active{background:#e9b9492e;border-color:var(--gold);color:var(--gold-soft)}.stage-btn:disabled{opacity:.4;cursor:not-allowed}.trainer-controls{display:flex;flex-direction:column;gap:14px;margin:16px 0}.control-group{display:flex;flex-direction:column;gap:8px}.control-label{font-size:13px;font-weight:700}.control-label-inline{color:var(--gold)}.opp-buttons{display:flex;gap:6px;flex-wrap:wrap}.opp-btn{flex:1;min-width:38px;border:1px solid rgba(255,255,255,.08);background:#0003;color:var(--cream-dim);cursor:pointer;font-family:inherit;font-weight:700;font-size:14px;padding:10px 0;border-radius:10px;transition:all .15s ease}.opp-btn.active{background:#e9b9492e;border-color:var(--gold);color:var(--gold-soft)}.mode-toggle{display:flex;gap:6px;background:#00000047;border:1px solid rgba(233,185,73,.18);border-radius:12px;padding:4px}.mode-btn{flex:1;border:none;cursor:pointer;font-family:inherit;font-weight:700;font-size:13px;padding:9px;border-radius:9px;background:transparent;color:var(--cream-dim);transition:all .15s ease}.mode-btn.active{background:linear-gradient(180deg,var(--gold-soft),var(--gold));color:#1a120a}.odds-panel{margin-top:16px;border-radius:18px;padding:16px;background:var(--card-bg);border:1px solid var(--card-border)}.odds-head{display:flex;flex-direction:column;gap:2px;margin-bottom:12px}.odds-head h2{font-size:16px;font-weight:800}.odds-head .muted{font-size:11px}.calc-dot{color:var(--gold)}.meters{display:flex;flex-direction:column;gap:11px}.meter-top{display:flex;justify-content:space-between;font-size:13px;font-weight:700;margin-bottom:5px}.meter-track{height:12px;border-radius:999px;background:#0000004d;overflow:hidden}.meter-fill{height:100%;border-radius:999px;transition:width .5s ease}.meter-fill.win{background:var(--green);box-shadow:0 0 10px var(--green)}.meter-fill.tie{background:var(--blue);box-shadow:0 0 10px var(--blue)}.meter-fill.lose{background:var(--red);box-shadow:0 0 10px var(--red)}.equity-line{margin-top:14px;font-size:13px;display:flex;flex-wrap:wrap;gap:4px 12px;align-items:center}.best-hand{color:var(--cream-dim)}.rec-panel{margin-top:16px;display:flex;flex-direction:column;gap:4px;padding:15px;border-radius:16px;background:linear-gradient(135deg,#34e09a29,#34e09a0a);border:1px solid rgba(52,224,154,.3)}.rec-panel.bad{background:linear-gradient(135deg,#ff556624,#ff55660a);border-color:#ff55664d}.rec-panel.neutral{background:linear-gradient(135deg,#e9b94924,#e9b9490a);border-color:#e9b9494d}.rec-label{font-size:11px;color:var(--cream-faint)}.rec-action{font-size:16px;font-weight:800;color:var(--green-bright)}.rec-panel.bad .rec-action{color:#ff8a8f}.rec-panel.neutral .rec-action{color:var(--gold-soft)}.rec-why{font-size:12px;line-height:1.4;color:var(--cream-dim)}.learn-panel{margin-top:16px;border-radius:18px;padding:16px;background:linear-gradient(140deg,#5b8cff1a,#5b8cff08);border:1px solid rgba(91,140,255,.2)}.learn-panel h2{font-size:16px;font-weight:800;margin-bottom:10px}.learn-steps{margin:0;padding-inline-start:18px;display:flex;flex-direction:column;gap:12px}.learn-steps strong{font-size:13px}.learn-steps p{margin:4px 0 0;font-size:12.5px;line-height:1.5;color:var(--cream-dim)}.beats-panel{margin-top:16px;border-radius:18px;padding:16px;background:#ff55660f;border:1px solid rgba(255,85,102,.18)}.beats-panel h2{font-size:16px;font-weight:800;margin-bottom:12px}.beats-list{display:flex;flex-direction:column;gap:10px}.beat-row{display:flex;align-items:center;gap:10px}.beat-name{flex:0 0 38%;font-size:12.5px;font-weight:600}.beat-bar-track{flex:1;height:10px;border-radius:999px;background:#0000004d;overflow:hidden}.beat-bar{height:100%;border-radius:999px;background:linear-gradient(90deg,#ff8a8f,var(--red));transition:width .5s ease}.beat-prob{flex:0 0 44px;text-align:end;font-size:12px;font-weight:700;color:#ff8a8f}.nuts{margin:0;font-size:13px;font-weight:700;color:var(--green-bright)}.quiz{display:flex;flex-direction:column}.quiz-hud{position:sticky;top:calc(52px + env(safe-area-inset-top));z-index:20;padding:8px 0 12px}.quiz-hud-top{display:flex;align-items:center;gap:10px;margin-bottom:9px}.quiz-progress-track{flex:1;height:11px;border-radius:999px;background:#00000059;overflow:hidden;border:1px solid rgba(255,255,255,.06)}.quiz-progress-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--gold-soft),var(--gold));box-shadow:0 0 12px #e9b94980;transition:width .4s ease}.quiz-hearts{display:flex;gap:3px}.heart{font-size:17px;line-height:1;color:var(--red);filter:drop-shadow(0 0 5px rgba(255,85,102,.5))}.heart.spent{color:#ffffff24;filter:none}.quiz-chips{display:flex;gap:7px;flex-wrap:wrap}.chip{display:flex;align-items:center;gap:5px;padding:5px 10px;border-radius:999px;font-weight:800;font-size:13px}.chip-xp{background:#e9b9491f;border:1px solid rgba(233,185,73,.25);color:var(--gold-soft)}.chip-xp .chip-key{font-size:10px;color:#f4d27ab3;font-weight:600}.chip-streak{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);color:var(--cream-faint)}.chip-streak.active{background:#ff8a3d29;border-color:#ff8a3d66;color:#ffb37a}.flame{position:relative;width:11px;height:11px;border-radius:50% 50% 50% 0;transform:rotate(45deg);background:linear-gradient(180deg,#ffd23d,#ff6a2c)}.chip-streak.active .flame{animation:pkflame 1.1s ease-in-out infinite}.chip-rank{margin-inline-start:auto;background:#b06bff1f;border:1px solid rgba(176,107,255,.28);color:#d9b8ff;font-weight:700;font-size:11px;padding-inline-start:5px}.chip-rank .rank-dot{width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:9px;color:#0a0a0a}.quiz-prompt{margin:16px 0 0;text-align:center}.quiz-prompt-pill{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--gold);background:#e9b9491f;padding:4px 11px;border-radius:999px;margin-bottom:9px}.quiz-prompt-text{margin:0;font-size:15.5px;font-weight:600;line-height:1.4}.quiz-actions{margin-top:16px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.quiz-action-btn{position:relative;border:2px solid rgba(233,185,73,.18);cursor:pointer;font-family:inherit;padding:15px 12px;border-radius:16px;background:#143a2c;color:var(--cream);display:flex;align-items:center;gap:10px;font-weight:800;font-size:16px;transition:all .18s ease}.quiz-action-btn .action-sym{width:30px;height:30px;border-radius:9px;background:#e9b94924;display:flex;align-items:center;justify-content:center;font-size:17px;font-weight:800}.quiz-action-btn.fold .action-sym{color:var(--red)}.quiz-action-btn.check .action-sym{color:var(--blue)}.quiz-action-btn.call .action-sym{color:var(--green)}.quiz-action-btn.raise .action-sym{color:var(--gold)}.quiz-action-btn:disabled{cursor:default}.quiz-action-btn.best{background:linear-gradient(180deg,var(--green-bright),var(--green-deep));border-color:var(--green-bright);color:#06231a;box-shadow:0 0 26px #34e09a8c}.quiz-action-btn.best .action-sym{background:#06231a38;color:#06231a}.quiz-action-btn.miss{background:linear-gradient(180deg,var(--red),var(--red-deep));border-color:var(--red);color:#2a0a0e;box-shadow:0 0 26px #ff556673}.quiz-action-btn.miss .action-sym{background:#2a0a0e33;color:#2a0a0e}.quiz-action-btn.dim{opacity:.4}.quiz-dealing{margin:12px 0 0;text-align:center;font-size:12px;color:var(--cream-faint)}.feedback-sheet{position:sticky;bottom:var(--nav-h);z-index:30;margin:20px -16px 0;padding:20px 18px 22px;border-radius:26px 26px 0 0;border-top:2px solid var(--green-bright);box-shadow:0 -12px 36px #0006;background:linear-gradient(180deg,var(--green-bright),#2fce8c);color:#06231a;overflow:hidden;animation:pkrise .3s ease}.feedback-sheet.wrong{border-top-color:#ff8a8f;background:linear-gradient(180deg,var(--red),var(--red-deep));color:#2a0a0e}.feedback-sheet.close{border-top-color:var(--gold-soft);background:linear-gradient(180deg,var(--gold-soft),var(--gold));color:#2a1c00}.feedback-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.feedback-title{display:flex;align-items:center;gap:10px;font-weight:900;font-size:20px}.feedback-icon{width:36px;height:36px;border-radius:50%;background:#06231a2e;display:flex;align-items:center;justify-content:center;font-size:19px}.feedback-xp{font-weight:900;font-size:16px;color:#06231a;background:#ffd23d;padding:6px 12px;border-radius:999px;animation:pkpop .4s ease;box-shadow:0 4px 12px #ffd23d66}.feedback-body{margin:6px 0 16px;font-size:14px;line-height:1.45}.feedback-best{display:block;margin-bottom:6px;font-weight:700}.feedback-sheet .feedback-continue{width:100%;border:none;cursor:pointer;font-family:inherit;font-weight:800;font-size:16px;padding:15px;border-radius:14px;background:#06231a;color:var(--green-bright)}.feedback-sheet.wrong .feedback-continue{background:#2a0a0e;color:#ff8a8f}.feedback-sheet.close .feedback-continue{background:#2a1c00;color:var(--gold-soft)}.confetti-piece{position:absolute;top:-6px;pointer-events:none;animation:pkfall ease-in forwards}.game-over{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 20px;min-height:60vh}.game-over-icon{font-size:56px;margin-bottom:6px;filter:drop-shadow(0 0 20px rgba(255,85,102,.45));animation:pkpop .5s ease}.game-over h2{font-size:27px;font-weight:900;margin-bottom:4px}.game-over p{margin:0 0 24px;font-size:14px;color:var(--cream-dim)}.game-over-stats{display:flex;gap:10px;width:100%;max-width:320px;margin-bottom:26px}.game-over-stat{flex:1;padding:15px 8px;border-radius:16px;background:var(--card-bg);border:1px solid var(--card-border)}.game-over-stat .gos-val{font-size:25px;font-weight:900}.game-over-stat .gos-key{font-size:11px;color:var(--cream-faint);margin-top:2px}.game-over .primary-btn{width:100%;max-width:320px}.game-over .link-btn{margin-top:12px}.level-up{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:radial-gradient(80% 60% at 50% 40%,#b06bff59,#05100bf5);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px}.level-up-kicker{font-size:13px;font-weight:800;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:14px;animation:pkpop .4s ease}.level-up-badge{position:relative;width:130px;height:130px;margin-bottom:18px;animation:pkpop .5s ease}.level-up-badge .lu-pulse{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;opacity:.5;animation:pkburst 1.4s ease-out infinite}.level-up-badge .lu-disc{position:relative;width:130px;height:130px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:58px;border:4px solid rgba(255,255,255,.2)}.level-up-rankname{font-size:32px;font-weight:900;margin:2px 0 26px}.poky{display:flex;flex-direction:column;gap:14px}.poky-hero{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}.poky-header{display:flex;align-items:center;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--card-border)}.poky-status{font-size:11px;color:var(--green);display:flex;align-items:center;gap:5px}.poky-status:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 6px var(--green)}.poky-offline{font-size:12px;color:var(--gold-soft);background:#e9b9491a;border:1px solid rgba(233,185,73,.25);padding:8px 12px;border-radius:12px}.poky-layout{display:flex;flex-direction:column;gap:12px}.poky-sidebar{display:flex;flex-direction:column;gap:8px}.poky-session-list{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px}.poky-session{flex:0 0 auto;max-width:220px;display:flex;align-items:center;gap:8px;border:1px solid var(--card-border);background:var(--card-bg);color:var(--cream);cursor:pointer;font-family:inherit;font-size:12px;padding:8px 12px;border-radius:999px}.poky-session.active{border-color:var(--gold);background:#e9b9491a}.poky-session-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.poky-session-del{opacity:.5;font-size:11px}.poky-session-del:hover{opacity:1}.poky-chat{display:flex;flex-direction:column;gap:11px}.poky-messages{display:flex;flex-direction:column;gap:11px;min-height:200px;max-height:50vh;overflow-y:auto;padding:4px}.poky-welcome{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;padding:16px}.poky-suggestions,.poky-suggested{display:flex;gap:7px;flex-wrap:wrap;justify-content:center}.poky-suggestion{border:1px solid rgba(233,185,73,.3);cursor:pointer;font-family:inherit;font-size:12px;font-weight:600;padding:8px 12px;border-radius:999px;background:#e9b94914;color:var(--gold-soft)}.poky-msg{display:flex;gap:8px;align-items:flex-end}.poky-msg.user{justify-content:flex-end}.poky-bubble{max-width:80%;padding:11px 14px;font-size:14px;line-height:1.45;background:#ffffff0d;color:var(--cream);border:1px solid rgba(255,255,255,.08);border-radius:16px 16px 16px 4px}.poky-msg.user .poky-bubble{background:linear-gradient(180deg,var(--green-bright),var(--green-deep));color:#06231a;border:none;border-radius:16px 16px 4px}.poky-typing{display:flex;gap:4px}.poky-typing span{width:7px;height:7px;border-radius:50%;background:var(--cream-faint);animation:pktyping 1.2s ease-in-out infinite}.poky-typing span:nth-child(2){animation-delay:.15s}.poky-typing span:nth-child(3){animation-delay:.3s}.poky-input-row{display:flex;gap:9px;align-items:center}.poky-input{flex:1;border:1px solid rgba(255,255,255,.1);background:#0000004d;color:var(--cream);font-family:inherit;font-size:14px;padding:12px 14px;border-radius:999px;outline:none}.poky-input:focus{border-color:#e9b94966}.poky-send{width:44px;height:44px;flex:0 0 auto;border:none;cursor:pointer;border-radius:50%;background:linear-gradient(180deg,var(--green-bright),var(--green-deep));color:#06231a;font-size:18px;display:flex;align-items:center;justify-content:center}.poky-send:disabled{opacity:.5;cursor:not-allowed}.poky-avatar .poky-ring{opacity:0}.poky-avatar .poky-mouth{opacity:0;transform-box:fill-box;transform-origin:center}.poky-avatar--listening .poky-ring{opacity:.85;transform-box:fill-box;transform-origin:center;animation:pokyRing 1.4s ease-in-out infinite}.poky-avatar--speaking .poky-grin{opacity:0}.poky-avatar--speaking .poky-mouth{opacity:1;animation:pokyTalk .32s ease-in-out infinite}@keyframes pokyRing{0%,to{transform:scale(.92);opacity:.3}50%{transform:scale(1.02);opacity:.9}}@keyframes pokyTalk{0%,to{transform:scaleY(.35)}50%{transform:scaleY(1)}}.poky-voice-toggle{margin-left:auto;width:40px;height:40px;flex:0 0 auto;border:1px solid var(--card-border);background:#0000004d;border-radius:50%;cursor:pointer;font-size:18px;line-height:1;display:flex;align-items:center;justify-content:center}.poky-voice-toggle.on{border-color:#e9b94966;background:#e9b9491f}.poky-mic{width:44px;height:44px;flex:0 0 auto;border:1px solid rgba(255,255,255,.12);cursor:pointer;border-radius:50%;background:#0000004d;color:var(--cream);font-size:18px;display:flex;align-items:center;justify-content:center}.poky-mic:disabled{opacity:.5;cursor:not-allowed}.poky-mic{transition:transform .08s ease,background .15s ease,border-color .15s ease}.poky-mic:hover:not(:disabled){background:#00000080;border-color:#5fd29a99;color:#fff}.poky-mic:active:not(:disabled){transform:scale(.9)}.poky-mic.recording{background:linear-gradient(180deg,#ff6b6b,#c0392b);color:#fff;border-color:transparent;animation:pokyMicPulse 1.1s ease-in-out infinite}@keyframes pokyMicPulse{0%,to{box-shadow:0 0 #ff6b6b99}50%{box-shadow:0 0 0 7px #ff6b6b00}}.poky-signin{text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px;padding:20px}.profile{display:flex;flex-direction:column;gap:16px}.profile-hero{position:relative;border-radius:22px;padding:24px 18px;text-align:center;background:radial-gradient(120% 120% at 50% 0%,#b06bff38,#0000 60%),linear-gradient(165deg,#16183a,#0e1026);border:1px solid rgba(176,107,255,.25);overflow:hidden}.profile-avatar{position:relative;width:88px;height:88px;margin:0 auto 12px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:38px;border:3px solid rgba(255,255,255,.15)}.profile-rank-line{font-size:13px;color:var(--cream-dim)}.profile-rank-name{font-size:25px;font-weight:900;margin:2px 0 12px}.profile-xp{max-width:260px;margin:0 auto}.profile-xp-labels{display:flex;justify-content:space-between;font-size:11px;color:var(--cream-faint);margin-bottom:5px}.profile-xp-track{height:10px;border-radius:999px;background:#00000059;overflow:hidden}.profile-xp-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--purple),var(--blue));box-shadow:0 0 12px #b06bff99;transition:width .5s ease}.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.stat-card{padding:15px;border-radius:15px;background:var(--card-bg);border:1px solid var(--card-border)}.stat-card .stat-val{font-size:23px;font-weight:900}.stat-card .stat-key{font-size:12px;color:var(--cream-faint);margin-top:2px}.tier-list{display:flex;flex-direction:column;gap:8px}.tier-row{display:flex;align-items:center;gap:12px;padding:11px 13px;border-radius:13px;background:var(--card-bg);border:1px solid var(--card-border)}.tier-row.current{background:#34e09a14;border-color:#34e09a4d}.tier-suit{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px}.tier-name{flex:1;font-size:14px;font-weight:700}.tier-row.current .tier-name{color:var(--green-bright)}.tier-req{font-size:12px;color:var(--cream-faint)}.tier-you{font-size:10px;font-weight:800;color:#06231a;background:var(--green);padding:3px 9px;border-radius:999px}.profile-links{display:flex;flex-direction:column;gap:8px}.profile-link{display:flex;align-items:center;gap:12px;padding:14px;border-radius:14px;background:var(--card-bg);border:1px solid var(--card-border);cursor:pointer;font-family:inherit;font-size:14px;font-weight:700;color:var(--cream);text-align:start;width:100%}.profile-link:hover{border-color:var(--gold-border)}.profile-link .pl-icon{font-size:18px;color:var(--gold-soft)}.profile-link .pl-arrow{margin-inline-start:auto;color:var(--cream-faint)}.profile-account{border-radius:14px;padding:14px;background:var(--card-bg);border:1px solid var(--card-border);font-size:13px;line-height:1.6}.profile-account .muted{font-size:12px}.profile-lang{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.profile-lang-label{font-size:13px;color:var(--text-muted, rgba(255, 255, 255, .7))}.auth-page{display:flex;flex-direction:column;gap:16px}.form-card{border-radius:20px;padding:22px 18px;background:linear-gradient(165deg,#10402f,#0b2a1f);border:1px solid var(--gold-border)}.form-card h1,.form-card h2{font-size:22px;font-weight:900;margin-bottom:16px}.form-field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.form-field label{font-size:12px;font-weight:600;color:var(--cream-dim)}input,textarea,select{font-family:inherit}.form-field input,.text-input{border:1px solid rgba(255,255,255,.12);background:#0000004d;color:var(--cream);font-size:15px;padding:12px 14px;border-radius:12px;outline:none;width:100%}.form-field input:focus,.text-input:focus{border-color:#e9b94973}.form-card .primary-btn{width:100%;margin-top:4px}.form-error{color:#ff8a8f;font-size:13px;margin:0 0 12px}.form-foot{margin-top:16px;font-size:13px;color:var(--cream-dim);text-align:center}.form-foot a{color:var(--gold-soft);font-weight:700}.dashboard{display:flex;flex-direction:column;gap:12px}.admin-box{border-radius:16px;padding:16px;background:#b06bff1a;border:1px solid rgba(176,107,255,.25)}.admin-box h3{font-size:16px;margin-bottom:6px}.leaderboard,.admin-panel,.affiliate-admin{display:flex;flex-direction:column;gap:14px}table{width:100%;border-collapse:collapse;font-size:13px}th,td{text-align:start;padding:10px 8px;border-bottom:1px solid var(--card-border)}th{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--cream-faint);font-weight:700}tr:hover td{background:#ffffff05}.affiliates{margin-top:14px}.affiliates-head{display:flex;align-items:center;gap:8px;margin-bottom:8px}.affiliates-tag{font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--purple)}.affiliates-disclaimer{font-size:11px;color:var(--cream-faint)}.affiliates-list{display:flex;flex-direction:column;gap:10px}.affiliates-grid .affiliates-list{display:grid;grid-template-columns:1fr;gap:10px}.affiliate-banner{display:flex;flex-direction:column;border-radius:14px;overflow:hidden;border:1px solid rgba(176,107,255,.3);background:linear-gradient(100deg,#1a1340,#241a52)}.affiliate-banner img{width:100%;display:block;object-fit:cover}.affiliate-caption{padding:8px 12px;font-size:12px;color:var(--cream-dim)}.agegate-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#05100be6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:26px}.agegate-card{width:100%;max-width:420px;border-radius:22px;padding:26px 22px;text-align:center;background:linear-gradient(165deg,#10402f,#0b2a1f);border:1px solid var(--gold-border);box-shadow:0 20px 50px #0009}.agegate-badge{width:60px;height:60px;margin:0 auto 14px;border-radius:50%;background:#ff556624;border:2px solid rgba(255,85,102,.4);display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:900;color:#ff8a8f}.agegate-card h2{font-size:21px;font-weight:900;margin-bottom:8px}.agegate-card p{margin:0 0 18px;font-size:13.5px;line-height:1.5;color:var(--cream-dim)}.agegate-actions{display:flex;flex-direction:column;gap:9px}.agegate-fine{margin-top:16px!important;font-size:11px!important;color:var(--cream-faint)!important}.cookie-consent{position:fixed;left:50%;bottom:calc(12px + env(safe-area-inset-bottom));transform:translate(-50%);z-index:90;width:calc(100% - 24px);max-width:460px;border-radius:16px;padding:14px 16px;background:#082017fa;border:1px solid var(--gold-border);box-shadow:0 12px 30px #00000080}.cookie-consent p{margin:0 0 12px;font-size:12.5px;line-height:1.45;color:var(--cream-dim)}.cookie-actions{display:flex;gap:9px;justify-content:flex-end}.install-prompt{position:fixed;left:50%;bottom:calc(12px + env(safe-area-inset-bottom));transform:translate(-50%);z-index:90;width:calc(100% - 24px);max-width:460px;border-radius:16px;padding:14px 16px;background:linear-gradient(165deg,#10402f,#0b2a1f);border:1px solid var(--gold-border);box-shadow:0 12px 30px #00000080;display:flex;align-items:center;gap:12px}.install-prompt-body{flex:1}.install-prompt-body h3{font-size:14px;margin-bottom:2px}.install-prompt-body p{margin:0;font-size:12px;color:var(--cream-dim)}.install-prompt__icon{width:38px;height:38px;flex:0 0 auto;border-radius:10px;background:linear-gradient(150deg,var(--gold-soft),var(--gold-deep));color:#1a120a;display:flex;align-items:center;justify-content:center;font-size:18px}.install-prompt__text{flex:1;display:flex;flex-direction:column;gap:2px}.install-prompt__text strong{font-size:14px}.install-prompt__text span{font-size:12px;color:var(--cream-dim)}.install-prompt__actions{display:flex;gap:8px;align-items:center}.install-prompt__btn{border:1px solid rgba(255,255,255,.12);background:#ffffff0a;color:var(--cream-dim);cursor:pointer;font-family:inherit;font-weight:700;font-size:13px;padding:8px 12px;border-radius:10px}.install-prompt__btn--primary{border:none;background:linear-gradient(180deg,var(--green-bright),var(--green-deep));color:#06231a}[dir=rtl] .fan-card:nth-child(1){transform:rotate(26deg) translateY(16px)}[dir=rtl] .fan-card:nth-child(2){transform:rotate(13deg) translateY(4px)}[dir=rtl] .fan-card:nth-child(4){transform:rotate(-13deg) translateY(4px)}[dir=rtl] .fan-card:nth-child(5){transform:rotate(-26deg) translateY(16px)}[dir=rtl] .poky-bubble{border-radius:16px 16px 4px}[dir=rtl] .poky-msg.user .poky-bubble{border-radius:16px 16px 16px 4px}@media (min-width: 900px){.app-shell{flex-direction:row;align-items:stretch;max-width:1180px;min-height:0;height:calc(100vh - 48px);border-radius:16px;margin:24px auto;overflow:hidden;box-shadow:0 50px 90px -30px #000000d9,0 0 0 1px #ffffff0d}.app-col{overflow:hidden}.app-bar,.bottom-nav,.app-foot{display:none}.sidebar{display:flex;flex-direction:column;width:248px;flex:0 0 248px;padding:22px 16px;background:linear-gradient(180deg,#0a2419,#06140d);border-inline-end:1px solid rgba(233,185,73,.12)}.app-main{max-width:1000px;margin-inline:auto;width:100%;padding:24px 28px 48px;overflow-y:auto}.quiz-hud{top:0}.feedback-sheet{bottom:0}.action-bar{bottom:8px}.game-poky-fab,.game-poky-panel{bottom:20px}.rankings{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:8px}.tips ul{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.tier-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.quiz-actions{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));max-width:560px;margin-inline:auto}.admin-stats{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.home{max-width:940px;margin-inline:auto}.quiz{max-width:640px;margin-inline:auto}.trainer{max-width:720px;margin-inline:auto}.poky{max-width:820px;margin-inline:auto}.profile{max-width:920px;margin-inline:auto}.auth-page,.leaderboard{max-width:760px;margin-inline:auto}.poky-messages{max-height:56vh}}.badge{display:inline-flex;align-items:center;font-size:10px;font-weight:800;padding:2px 8px;border-radius:999px;background:#e9b94929;color:var(--gold-soft);text-transform:uppercase;letter-spacing:.04em}.link-btn.danger{color:#ff8a8f}.lb-error,.play-error,.affiliate-error{color:#ff8a8f;font-size:13px}.lb-empty{font-size:13px}.lb-table-wrap{overflow-x:auto;border-radius:14px;border:1px solid var(--card-border)}.lb-table{min-width:460px}.lb-table th,.lb-table td{padding:10px;white-space:nowrap}.lb-you td{background:#34e09a14}.lb-you-tag{margin-inline-start:6px;font-size:10px;font-weight:800;color:#06231a;background:var(--green);padding:2px 7px;border-radius:999px}.lb-pos{color:var(--green);font-weight:700}.lb-neg{color:#ff8a8f;font-weight:700}.admin-stats{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}.admin-stat{padding:14px;border-radius:14px;background:var(--card-bg);border:1px solid var(--card-border);text-align:center}.admin-stat-value{font-size:22px;font-weight:900;color:var(--gold-soft)}.admin-stat-label{font-size:11px;color:var(--cream-faint);margin-top:2px}.admin-tool-links{display:flex;flex-direction:column;gap:8px}.admin-tool-link{display:block;padding:14px;border-radius:14px;background:var(--card-bg);border:1px solid var(--card-border);font-weight:700}.admin-tool-link:hover{border-color:var(--gold-border)}.admin-search,.play-input{width:100%;border:1px solid rgba(255,255,255,.12);background:#0000004d;color:var(--cream);font-size:14px;padding:11px 14px;border-radius:12px;outline:none}.admin-search:focus,.play-input:focus{border-color:#e9b94973}.user-table{display:flex;flex-direction:column;gap:8px}.user-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:12px 14px;border-radius:13px;background:var(--card-bg);border:1px solid var(--card-border)}.user-row-head{display:none}.user-meta{flex:1;min-width:140px;display:flex;flex-direction:column;gap:2px}.user-email,.user-joined{font-size:12px;color:var(--cream-faint)}.user-role-select{border:1px solid rgba(255,255,255,.12);background:#0000004d;color:var(--cream);font-size:13px;padding:7px 10px;border-radius:10px}.affiliate-form{display:flex;flex-direction:column;gap:12px;border-radius:16px;padding:16px;background:var(--card-bg);border:1px solid var(--card-border)}.affiliate-form-row{display:flex;flex-direction:column;gap:6px}.affiliate-form-row label{font-size:12px;color:var(--cream-dim)}.affiliate-form-row input,.affiliate-form-row select,.affiliate-form-row textarea{border:1px solid rgba(255,255,255,.12);background:#0000004d;color:var(--cream);font-size:14px;padding:10px 12px;border-radius:10px;outline:none}.affiliate-checkbox{flex-direction:row;align-items:center;gap:8px}.affiliate-form-actions{display:flex;gap:9px}.affiliate-table{display:flex;flex-direction:column;gap:8px}.affiliate-table>div,.affiliate-table>li{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:13px;background:var(--card-bg);border:1px solid var(--card-border)}.affiliate-thumb{width:56px;height:38px;object-fit:cover;border-radius:8px}.affiliate-meta{flex:1}.affiliate-badges{display:flex;gap:6px}.affiliate-row-actions{display:flex;gap:10px}.play-gate,.play-page,.lobby{display:flex;flex-direction:column;gap:14px}.lobby-status{font-size:12px;color:var(--cream-faint)}.lobby-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px}.lobby-card{border-radius:16px;padding:16px;background:var(--card-bg);border:1px solid var(--card-border);display:flex;flex-direction:column;gap:10px}.create-table-form{display:flex;flex-direction:column;gap:10px}.blind-pick{display:flex;gap:6px;flex-wrap:wrap}.lobby-heading{font-size:15px;font-weight:800;margin-top:6px}.table-list{display:flex;flex-direction:column;gap:8px}.table-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:13px;background:var(--card-bg);border:1px solid var(--card-border)}.table-row-name{font-weight:700}.table-row-meta{font-size:12px;color:var(--cream-faint)}.table-empty{font-size:13px;color:var(--cream-faint)}.poker-table-view{display:flex;flex-direction:column;gap:12px}.pt-header{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.pt-title h2{font-size:18px;font-weight:800}.pt-blinds{font-size:12px;color:var(--cream-faint)}.pt-header-actions{display:flex;gap:8px;flex-wrap:wrap}.ghost-btn.danger{color:#ff8a8f;border-color:#f566;background:#ff556614}.sound-toggle{font-size:1.05rem;line-height:1;padding-inline:10px}.sound-toggle.muted{opacity:.6}.screen-head-row{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.arena-head-controls{display:flex;align-items:center;gap:8px}.quiz-sound-toggle{flex-shrink:0;padding-inline:8px;font-size:1rem}.pt-main{display:flex;flex-direction:column;gap:14px}.felt-wrap{width:100%}.felt-oval{position:relative;width:100%;aspect-ratio:1 / .92;border-radius:50%;background:radial-gradient(120% 120% at 50% 35%,#1a6048,#0e4231 55%,#0b3325);border:8px solid #5a3d18;box-shadow:0 14px 30px -10px #0009,inset 0 0 50px #0006}.felt-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.pot-pill{font-size:12px;font-weight:700;color:var(--gold-soft);background:#00000059;padding:4px 12px;border-radius:999px}.board{display:flex;gap:4px}.winners{display:flex;flex-direction:column;gap:2px;font-size:12px;font-weight:700;color:var(--gold-soft)}.seat-slot{position:absolute;transform:translate(-50%,-50%)}.seat{width:92px;border-radius:12px;padding:6px;background:#081811eb;border:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;align-items:center;gap:4px;font-size:11px}.seat.empty{background:#00000040;border-style:dashed}.seat.acting{border-color:var(--gold);box-shadow:0 0 18px #e9b94980}.seat.you{border-color:var(--green)}.seat.folded{opacity:.45}.seat-cards{display:flex;gap:3px}.seat-info{display:flex;flex-direction:column;align-items:center;gap:1px}.seat-name{font-weight:700;display:flex;align-items:center;gap:4px}.seat-stack{color:var(--gold-soft);font-weight:800}.seat-action{font-size:10px;color:var(--cream-faint)}.dealer-btn{width:16px;height:16px;border-radius:50%;background:var(--cream);color:#1a120a;font-size:9px;font-weight:900;display:inline-flex;align-items:center;justify-content:center}.sit-btn{border:1px solid var(--gold);background:#e9b9491f;color:var(--gold-soft);cursor:pointer;font-family:inherit;font-size:11px;font-weight:700;padding:6px 10px;border-radius:999px}.seat-empty-label,.seat-sitting-out,.seat-folded-tag{font-size:10px;color:var(--cream-faint)}.turn-timer{width:100%;height:4px;border-radius:999px;background:#0006;overflow:hidden}.turn-timer-bar{height:100%;background:var(--gold);transition:width 1s linear}.bet-chip{position:absolute;transform:translate(-50%,-50%);display:flex;align-items:center;gap:4px;font-size:10px;font-weight:700;color:var(--cream);background:#00000080;padding:2px 7px;border-radius:999px}.bet-chip-dot{width:8px;height:8px;border-radius:50%;background:var(--gold)}.pkcard,.pcard.pkcard-lg{width:30px;height:42px;border-radius:5px;background:linear-gradient(160deg,#fdfaf2,#ece4d2);border:1px solid rgba(0,0,0,.12);color:#16202e;display:flex;flex-direction:column;justify-content:space-between;padding:3px 4px;font-weight:800;font-size:12px}.pcard.pkcard-lg.red{color:var(--red-deep)}.pkcard-back{background:repeating-linear-gradient(45deg,#2a2060 0,#2a2060 6px,#332473 6px,#332473 12px);border-color:#ffffff1a}.pkcard-lg .pcard-suit{align-self:center;font-size:14px}.action-bar{position:sticky;bottom:calc(var(--nav-h) + 4px);z-index:25;display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:12px;border-radius:16px;background:#081811f5;border:1px solid var(--gold-border);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.action-bar.idle{justify-content:center}.act-btn{flex:1;min-width:70px;border:none;cursor:pointer;font-family:inherit;font-weight:800;font-size:14px;padding:12px 10px;border-radius:12px;color:#06231a}.act-btn.fold{background:linear-gradient(180deg,var(--red),var(--red-deep));color:#2a0a0e}.act-btn.check{background:linear-gradient(180deg,#7aa6ff,var(--blue))}.act-btn.call{background:linear-gradient(180deg,var(--green-bright),var(--green-deep))}.act-btn.raise{background:linear-gradient(180deg,var(--gold-soft),var(--gold));color:#1a120a}.act-btn.allin{background:linear-gradient(180deg,#c98bff,var(--purple));color:#1a0a2a}.raise-group{display:flex;gap:6px;align-items:center;flex:1 1 100%;flex-wrap:wrap}.raise-group input{flex:1;min-width:130px;border:1px solid rgba(255,255,255,.12);background:#0000004d;color:var(--cream);font-size:14px;padding:10px;border-radius:10px}.turn-secs{font-size:12px;font-weight:800;color:var(--gold-soft)}.pt-side{display:flex;flex-direction:column;gap:12px}.odds-title-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.odds-title{font-size:14px;font-weight:800}.mode-toggle.sm{padding:2px}.mode-toggle.sm .mode-btn{padding:5px 8px;font-size:11px}.odds-equity{display:flex;flex-direction:column;align-items:center;margin-bottom:8px}.odds-big{font-size:28px;font-weight:900;color:var(--green)}.odds-sub{font-size:11px;color:var(--cream-faint)}.odds-bar{display:flex;height:12px;border-radius:999px;overflow:hidden;background:#0000004d}.odds-win{background:var(--green)}.odds-tie{background:var(--blue)}.odds-lose{background:var(--red)}.odds-legend{display:flex;gap:12px;flex-wrap:wrap;margin-top:8px;font-size:11px;color:var(--cream-dim)}.odds-legend .dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-inline-end:5px}.odds-legend .dot.win{background:var(--green)}.odds-legend .dot.tie{background:var(--blue)}.odds-legend .dot.lose{background:var(--red)}.odds-rec{margin-top:10px;display:flex;flex-direction:column;gap:2px;padding:10px 12px;border-radius:12px;background:#34e09a1a;border:1px solid rgba(52,224,154,.25)}.odds-rec.bad{background:#ff55661a;border-color:#ff556640}.odds-rec.neutral{background:#e9b9491a;border-color:#e9b94940}.odds-rec-label{font-size:10px;color:var(--cream-faint)}.odds-rec-action{font-size:14px;font-weight:800;color:var(--green-bright)}.odds-row{display:flex;justify-content:space-between;font-size:12px;padding:4px 0}.odds-row.good{color:var(--green)}.odds-row.bad{color:#ff8a8f}.odds-learn{margin-top:8px;font-size:12px;color:var(--cream-dim)}.odds-learn-row{padding:4px 0}.stats-panel,.chat-panel{border-radius:16px;padding:14px;background:var(--card-bg);border:1px solid var(--card-border)}.stats-title,.chat-title{font-size:13px;font-weight:800;margin-bottom:8px}.chat-messages{display:flex;flex-direction:column;gap:5px;max-height:180px;overflow-y:auto;font-size:12px;margin-bottom:8px}.chat-line.system{color:var(--cream-faint);font-style:italic}.chat-sender{font-weight:700;color:var(--gold-soft)}.chat-input-row{display:flex;gap:8px}.game-poky-fab{position:fixed;right:16px;bottom:calc(var(--nav-h) + 16px);z-index:70;width:52px;height:52px;border:none;border-radius:50%;cursor:pointer;background:linear-gradient(150deg,var(--gold-soft),var(--gold-deep));color:#1a120a;font-size:22px;box-shadow:0 8px 22px #00000080}.game-poky-panel{position:fixed;right:12px;bottom:calc(var(--nav-h) + 16px);z-index:71;width:min(360px,calc(100% - 24px));max-height:70vh;display:flex;flex-direction:column;border-radius:18px;background:var(--felt-panel);border:1px solid var(--gold-border);box-shadow:0 20px 50px #0009;overflow:hidden}.game-poky-head{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid var(--card-border)}.game-poky-head-title{font-weight:800}.game-poky-close{border:none;background:none;color:var(--cream-dim);cursor:pointer;font-size:18px}.game-poky-messages{padding:14px}@media (min-width: 720px){.pt-main{flex-direction:row;align-items:flex-start}.felt-wrap{flex:1}.pt-side{width:280px;flex-shrink:0}}@media (max-width: 899px){body.table-open .app-shell{height:100vh;height:100dvh;min-height:0;overflow:hidden}body.table-open .app-col{min-height:0}body.table-open .app-main{padding:0;min-height:0;overflow:hidden;display:flex;flex-direction:column}body.table-open .play-page{flex:1;min-height:0;gap:0}.poker-table-view.fullscreen{flex:1;min-height:0;gap:8px;padding:8px 10px calc(8px + env(safe-area-inset-bottom))}.poker-table-view.fullscreen .pt-header{flex-shrink:0}.poker-table-view.fullscreen .action-bar{position:static;bottom:auto;flex-shrink:0;margin-top:auto}.poker-table-view.fullscreen .pt-main{flex:1;min-height:0;overflow:hidden;display:flex;align-items:center;justify-content:center}.poker-table-view.fullscreen .felt-oval{max-width:min(100%,56vh);margin-inline:auto}body.table-open .game-poky-fab{bottom:calc(var(--nav-h) + 170px)}}.floating-dock{position:fixed;top:88px;right:12px;z-index:30;width:max-content;max-width:min(92vw,320px);touch-action:none}.floating-dock.open{width:min(92vw,320px)}.fd-handle{display:flex;align-items:center;gap:8px;padding:9px 14px;border-radius:999px;background:#081811f5;border:1px solid var(--gold-border);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 10px 26px -10px #000c;font-weight:800;font-size:13px;cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none}.fd-handle:active{cursor:grabbing}.floating-dock.open .fd-handle{border-radius:16px 16px 0 0}.fd-grip{color:var(--cream-dim);font-size:14px;letter-spacing:-1px}.fd-eq{color:var(--green)}.fd-caret{margin-left:auto;color:var(--cream-dim);font-size:12px}.fd-body{max-height:min(58vh,460px);overflow-y:auto;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;gap:12px;padding:12px;background:#081811fa;border:1px solid var(--gold-border);border-top:none;border-radius:0 0 16px 16px;box-shadow:0 22px 50px -14px #000000d9}.fd-body .odds-panel{margin-top:0}@media (min-width: 900px){.floating-dock{display:none}}.arena{display:flex;flex-direction:column;gap:16px;padding-bottom:24px}.arena-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.arena-iq{display:flex;align-items:center;gap:12px}.arena-iq-ring{width:76px;height:76px;border-radius:50%;display:grid;place-items:center;padding:6px}.arena-iq-ring.small{width:64px;height:64px}.arena-iq-inner{width:100%;height:100%;border-radius:50%;background:#0a1812;display:grid;place-items:center;line-height:1}.arena-iq-num{font-size:22px;font-weight:900;color:var(--cream)}.arena-iq-lbl{font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:var(--cream-faint)}.arena-rank{font-weight:800}.arena-iq-meta{display:flex;flex-direction:column;gap:2px;font-size:13px}.arena-locked{display:flex;flex-direction:column;gap:8px;align-items:center;text-align:center;background:#ff556614;border:1px solid rgba(255,85,102,.3);border-radius:16px;padding:16px}.stage-tier{display:flex;flex-direction:column;gap:10px}.stage-tier-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.stage-tier-name{font-weight:800;font-size:16px;color:var(--cream)}.stage-tier-lock{font-size:12px;color:var(--cream-faint)}.stage-chips{display:flex;flex-wrap:wrap;gap:14px;padding:6px 0}.stage-chip{width:56px;height:56px;border-radius:50%;flex:0 0 auto;border:3px dashed rgba(255,255,255,.5);background:var(--felt-panel);color:var(--cream);font-weight:900;font-size:18px;cursor:pointer;display:grid;place-items:center;transition:transform .12s ease,box-shadow .2s ease;box-shadow:inset 0 0 12px #0006}.stage-chip:not(.locked):hover{transform:translateY(-2px) scale(1.05)}.stage-chip.ready{animation:chipPulse 1.6s ease-in-out infinite}.stage-chip.locked{opacity:.4;cursor:not-allowed;border-style:solid}@keyframes chipPulse{0%,to{box-shadow:0 0 #e9b94980}50%{box-shadow:0 0 0 8px #e9b94900}}.felt-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px;font-size:12px}.felt-pos{background:var(--gold);color:#1a1205;font-weight:900;border-radius:8px;padding:2px 10px}.felt-pot{color:var(--gold-soft);font-weight:700}.felt-players{color:var(--cream-faint)}.table-felt.fire-table{box-shadow:0 0 0 2px var(--orange),0 0 26px #ff8a3d80;animation:fireGlow 1.4s ease-in-out infinite}@keyframes fireGlow{0%,to{box-shadow:0 0 0 2px var(--orange),0 0 18px #ff8a3d66}50%{box-shadow:0 0 0 2px #f56,0 0 30px #ff8a3db3}}.chip-clock{background:#5b8cff29;color:var(--blue)}.chip-clock.danger{background:#ff55662e;color:var(--red);animation:clockBlink .6s steps(2) infinite}@keyframes clockBlink{50%{opacity:.5}}.shot-clock-track{height:5px;border-radius:3px;background:#ffffff14;overflow:hidden;margin-top:8px}.shot-clock-fill{height:100%;background:linear-gradient(90deg,var(--green),var(--gold),var(--red));transition:width .1s linear}.sizing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.sizing-btn{padding:16px 8px;border-radius:14px;border:2px solid var(--gold-border);background:var(--card-bg);color:var(--cream);font-weight:800;font-size:14px;cursor:pointer;transition:transform .12s ease,border-color .2s ease}.sizing-btn:hover{transform:translateY(-2px);border-color:var(--gold)}.feedback-deltas{display:flex;align-items:center;gap:8px}.feedback-elo{font-weight:800;font-size:12px;padding:2px 8px;border-radius:8px}.feedback-elo.up{color:var(--green);background:#34e09a1f}.feedback-elo.down{color:var(--red);background:#ff55661f}.poky-coach-bubble{display:flex;gap:10px;align-items:flex-start;line-height:1.45}.poky-coach-avatar{flex:0 0 auto;width:26px;height:26px;border-radius:50%;background:linear-gradient(150deg,var(--gold),#0a0a0a);color:#1a1205;display:grid;place-items:center;font-weight:900;font-size:14px}.arena-block-cta{display:flex;flex-direction:column;gap:10px;align-items:center}.heart.heart-pro{color:var(--gold);font-size:20px}.ready-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:16px;border-radius:16px;border:none;cursor:pointer;background:linear-gradient(135deg,var(--green),var(--green-deep));color:#042016;font-weight:900;font-size:16px;box-shadow:0 8px 24px #34e09a4d}.ready-spark{font-size:13px}.warroom-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.warroom-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:16px;padding:16px}.iq-card,.streak-card{display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center}.streak-fire{font-size:40px;filter:grayscale(1) opacity(.4)}.streak-fire.lit{filter:none;animation:flick .9s ease-in-out infinite alternate}@keyframes flick{0%{transform:scale(1)}to{transform:scale(1.12) rotate(-3deg)}}.streak-num{font-size:30px;font-weight:900;color:var(--orange);line-height:1}.warroom-title{font-weight:800;margin-bottom:12px;color:var(--cream)}.heatmap{display:flex;justify-content:space-between;gap:6px;align-items:flex-end}.heat-col{display:flex;flex-direction:column;align-items:center;gap:4px;flex:1}.heat-bar-track{width:100%;height:70px;background:#ffffff0d;border-radius:6px;display:flex;align-items:flex-end;overflow:hidden}.heat-bar{width:100%;border-radius:6px;transition:height .4s ease}.heat-day{font-size:10px;color:var(--cream-faint)}.heat-acc{font-size:10px;font-weight:700;color:var(--cream-dim)}.leak-text{line-height:1.5;color:var(--cream-dim)}.leak-text.balanced{color:var(--green)}.handlab-analyze{display:flex;flex-direction:column;gap:14px}.lab-mode-toggle{margin-bottom:4px}.lab-target-row{display:flex;gap:8px;flex-wrap:wrap}.card-keyboard{display:flex;flex-direction:column;gap:5px;background:var(--card-bg);border:1px solid var(--card-border);border-radius:14px;padding:8px}.ck-row{display:grid;grid-template-columns:repeat(13,1fr);gap:4px}.ck-card{aspect-ratio:3/4;border-radius:5px;border:1px solid var(--card-border);background:#f6efe0;color:#14110a;font-weight:800;font-size:11px;cursor:pointer;display:grid;place-items:center;padding:0;line-height:1}.ck-card.red{color:#c8243c}.ck-card.sel{outline:2px solid var(--gold);opacity:.35}.lab-inputs{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.lab-field{display:flex;flex-direction:column;gap:4px;font-size:12px;color:var(--cream-dim)}.lab-field input{padding:8px;border-radius:8px;border:1px solid var(--card-border);background:var(--card-bg);color:var(--cream);font-weight:700}.lab-did{display:flex;flex-direction:column;gap:6px}.lab-analyze-btn{width:100%}.lab-hint{text-align:center}.lab-verdict{border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:10px;border:1px solid var(--card-border)}.lab-verdict.good{background:#34e09a14;border-color:#34e09a4d}.lab-verdict.neutral{background:#e9b94914;border-color:var(--gold-border)}.lab-verdict.bad{background:#ff556614;border-color:#ff55664d}.lab-verdict-head{font-weight:900;font-size:16px}.lab-verdict.good .lab-verdict-head{color:var(--green)}.lab-verdict.neutral .lab-verdict-head{color:var(--gold-soft)}.lab-verdict.bad .lab-verdict-head{color:var(--red)}.poky-triggers{display:flex;flex-direction:column;gap:8px;margin:10px 0;width:100%}.poky-trigger{display:flex;align-items:center;gap:10px;text-align:left;padding:12px 14px;border-radius:12px;border:1px solid var(--gold-border);background:#ff8a3d12;color:var(--cream);font-weight:700;cursor:pointer}.poky-trigger:hover{border-color:var(--orange)}.pt-emoji{font-size:18px}.poky-trigger-bar{display:flex;gap:8px;justify-content:center;padding:8px 0}.poky-trigger.mini{width:44px;height:40px;justify-content:center;padding:0;font-size:18px}.paywall{display:flex;flex-direction:column;gap:18px;padding-bottom:24px}.paywall-hero{text-align:center;display:flex;flex-direction:column;gap:10px}.paywall-hero h1{font-size:24px;font-weight:900;line-height:1.2}.paywall-countdown{display:flex;flex-direction:column;align-items:center;gap:4px;margin-top:6px}.pc-label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--cream-faint)}.pc-clock{font-size:28px;font-weight:900;color:var(--red);font-variant-numeric:tabular-nums;letter-spacing:.04em}.pc-clock span{background:#ff55661f;border-radius:8px;padding:2px 8px}.paywall-plans{display:flex;flex-direction:column;gap:12px}.plan-card{position:relative;border:1px solid var(--card-border);border-radius:16px;padding:18px;background:var(--card-bg);display:flex;flex-direction:column;gap:6px}.plan-card.featured{border-color:var(--gold);box-shadow:0 0 24px #e9b94940}.plan-badge{position:absolute;top:-10px;right:16px;background:var(--gold);color:#1a1205;font-weight:900;font-size:11px;padding:3px 10px;border-radius:8px}.plan-name{font-weight:800;font-size:15px}.plan-price{font-size:26px;font-weight:900;color:var(--gold-soft)}.plan-per{font-size:13px;font-weight:600;color:var(--cream-faint)}.plan-blurb{color:var(--cream-dim);font-size:13px;line-height:1.4}.plan-btn{margin-top:8px;width:100%}.paywall-fine{text-align:center;font-size:12px}.social-proof{position:fixed;left:50%;transform:translate(-50%);bottom:calc(var(--nav-h) + 14px);z-index:40;background:#0a1812f2;border:1px solid var(--gold-border);border-radius:999px;padding:8px 16px;font-size:13px;color:var(--cream);box-shadow:0 8px 24px #0006;animation:spPop .4s ease}@keyframes spPop{0%{opacity:0;transform:translate(-50%,10px)}to{opacity:1;transform:translate(-50%)}}.paywall-pro{text-align:center;display:flex;flex-direction:column;gap:12px;align-items:center;padding-top:30px}.paywall-pro-badge{width:80px;height:80px;border-radius:50%;background:linear-gradient(150deg,var(--gold),#0a0a0a);color:#1a1205;display:grid;place-items:center;font-size:40px}@media (min-width: 760px){.paywall-plans{display:grid;grid-template-columns:repeat(2,1fr)}.social-proof{bottom:24px}}.sidebar-skin{display:flex;flex-direction:column;gap:8px}.sidebar-skin-label{margin:0;padding:0 6px;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--cream-faint)}.theme-picker{display:flex;flex-direction:column;gap:8px}.theme-option{display:flex;align-items:center;gap:10px;width:100%;border:1px solid var(--card-border);background:var(--card-bg);color:var(--cream);cursor:pointer;font-family:inherit;padding:10px;border-radius:12px;text-align:start;transition:border-color .15s ease,background .15s ease}.theme-option:hover{border-color:var(--gold-border)}.theme-option.active{border-color:var(--gold);background:#e9b94914}.theme-swatch{width:26px;height:26px;flex:0 0 auto;border-radius:8px;border:1px solid rgba(255,255,255,.18)}.theme-option-text{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.theme-option-name{font-size:13px;font-weight:700}.theme-option-blurb{font-size:11px;line-height:1.35;color:var(--cream-faint)}.theme-option-check{color:var(--gold-soft);font-weight:900;font-size:14px}.theme-picker.compact .theme-option{padding:8px 10px}.pa-table{position:relative;margin-top:14px;width:100%;min-height:340px;border-radius:46%/30%;background:radial-gradient(120% 120% at 50% 22%,#1a6048,#0e4231 55%,#0b3325);border:8px solid #5a3d18;box-shadow:0 16px 34px -12px #000000a6,inset 0 0 60px #00000073;padding:14px}.pa-table.fire{box-shadow:0 0 0 2px var(--orange),0 0 30px #ff8a3d80,inset 0 0 60px #00000073;animation:fireGlow 1.4s ease-in-out infinite}.pa-rail{position:absolute;top:8px;right:8px;bottom:8px;left:8px;border-radius:46%/30%;border:2px solid rgba(233,185,73,.14);pointer-events:none}.pa-seat{position:absolute;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:3px;width:74px;text-align:center;transition:opacity .3s ease}.pa-seat.folded{opacity:.4}.pa-seat.deciding .pa-avatar{box-shadow:0 0 0 2px var(--gold),0 0 16px #e9b94999;animation:pkpulse 1.6s ease-in-out infinite}.pa-avatar{width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:12px;letter-spacing:.03em;color:var(--cream);background:radial-gradient(120% 120% at 40% 25%,#22463a,#0d241b);border:2px solid rgba(233,185,73,.25)}.pa-seat-meta{font-size:11px}.pa-stack{font-weight:700;color:var(--gold-soft);font-variant-numeric:tabular-nums}.pa-plaque{font-size:9px;font-weight:800;letter-spacing:.04em;padding:2px 7px;border-radius:999px;white-space:nowrap;text-transform:uppercase;border:1px solid rgba(0,0,0,.3)}.pa-plaque.raise{background:#7a1420;color:#ffd7db}.pa-plaque.allin{background:linear-gradient(180deg,#c79320,#7a5a10);color:#1a1205}.pa-plaque.call{background:#113c2c;color:var(--green-bright)}.pa-plaque.fold{background:#262626;color:#ffffff8c}.pa-center{position:absolute;left:50%;top:44%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:8px;width:min(86%,300px)}.pa-street{font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:var(--cream-faint);font-weight:700}.pa-board{display:flex;justify-content:center;gap:5px;flex-wrap:nowrap}.pa-board .tcard{width:34px;height:48px;padding:3px 4px}.pa-board .tcard-rank{font-size:12px}.pa-board .tcard-suit{font-size:14px}.pa-pot{font-family:JetBrains Mono,ui-monospace,monospace;font-size:12px;font-weight:700;color:var(--gold-soft);background:#0006;padding:3px 12px;border-radius:999px;border:1px solid var(--gold-border)}.pa-hero{position:absolute;left:50%;bottom:8px;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:4px;z-index:4}.pa-hero-cards{display:flex;gap:6px}.pa-hero-info{display:flex;align-items:center;gap:8px}.pa-hero-pos{background:var(--gold);color:#1a1205;font-weight:900;border-radius:8px;padding:2px 10px;font-size:12px}.pa-hero-stack{font-weight:700;color:var(--gold-soft);font-size:12px;font-variant-numeric:tabular-nums}.sizing-grid{animation:pkrise .28s cubic-bezier(.2,.9,.25,1.2)}.quiz-hearts{padding:3px 8px;border-radius:999px;background:#00000047;border:1px solid var(--gold-border)}@keyframes pkpulse{0%,to{box-shadow:0 0 0 2px var(--gold),0 0 10px #e9b94966}50%{box-shadow:0 0 0 2px var(--gold),0 0 20px #e9b949cc}}html.game-immersive,html.game-immersive body{height:100%;overflow:hidden}html.game-immersive #root{height:100%;min-height:0;overflow:hidden}html.game-immersive .app-shell{height:100vh;height:100dvh;min-height:0;overflow:hidden}html.game-immersive .app-col{flex:1;min-height:0}html.game-immersive .app-main{flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column;padding:8px 12px;animation:none}html.game-immersive .app-foot{display:none}html.game-immersive .play-page,html.game-immersive .arena,html.game-immersive .poky{flex:1;min-height:0;width:100%;display:flex;flex-direction:column}html.game-immersive .play-page{gap:0}html.game-immersive .lobby{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:12px}html.game-immersive .poker-table-view.fullscreen{flex:1;min-height:0;gap:8px;overflow:hidden;padding:8px 2px calc(4px + env(safe-area-inset-bottom))}html.game-immersive .poker-table-view.fullscreen .pt-header{flex-shrink:0}html.game-immersive .poker-table-view.fullscreen .pt-main{flex:1;min-height:0;overflow:hidden;display:flex;align-items:center;justify-content:center}html.game-immersive .poker-table-view.fullscreen .action-bar{position:static;bottom:auto;margin-top:auto;flex-shrink:0}@media (min-width: 720px){html.game-immersive .poker-table-view.fullscreen .pt-main{align-items:stretch}html.game-immersive .poker-table-view.fullscreen .felt-wrap{display:flex;align-items:center;justify-content:center;min-height:0}html.game-immersive .poker-table-view.fullscreen .pt-side{min-height:0;overflow-y:auto}}html.game-immersive .arena{overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;gap:12px;padding:2px 0 12px}html.game-immersive .arena-play{overflow:hidden}html.game-immersive .arena-play .quiz-hud{flex-shrink:0;padding-top:2px}html.game-immersive .arena-play .quiz-prompt{flex-shrink:0;margin-top:10px}html.game-immersive .arena-play .quiz-actions,html.game-immersive .arena-play .sizing-grid{flex-shrink:0}html.game-immersive .arena-play .pa-table{flex:1 1 auto;min-height:200px;margin-top:8px}html.game-immersive .feedback-sheet{position:fixed;left:50%;transform:translate(-50%);bottom:var(--nav-h);width:100%;max-width:640px;margin:0;z-index:45;max-height:min(72dvh,calc(100dvh - var(--nav-h) - 64px));display:flex;flex-direction:column;border-radius:26px 26px 0 0}@media (min-width: 1024px){html[data-theme=btf].game-immersive .feedback-sheet{left:calc(50% + 128px)}}html.game-immersive .feedback-head{flex-shrink:0}html.game-immersive .feedback-body{flex:1 1 auto;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;margin:6px 0 14px}html.game-immersive .feedback-sheet .feedback-continue{flex-shrink:0}html.game-immersive .arena-play .quiz-actions{margin-top:12px;gap:12px}html.game-immersive .arena-play .quiz-action-btn{padding:clamp(13px,2.4vh,20px) 14px;min-height:clamp(56px,8.4vh,74px);font-size:clamp(16px,2vh,19px);border-radius:18px}html.game-immersive .sizing-btn{padding:clamp(14px,2.4vh,20px) 8px;font-size:clamp(14px,1.9vh,16px)}html.game-immersive .poky{gap:10px}html.game-immersive .poky-header,html.game-immersive .poky-offline,html.game-immersive .poky-sidebar,html.game-immersive .poky-trigger-bar,html.game-immersive .poky-input-row{flex-shrink:0}html.game-immersive .poky-chat{flex:1;min-height:0;display:flex;flex-direction:column;gap:11px}html.game-immersive .poky-messages{flex:1;min-height:0;max-height:none}html.game-immersive .poky-input{padding:14px 16px;font-size:15px}html.game-immersive .poky-send,html.game-immersive .poky-mic{width:48px;height:48px}html.game-immersive .action-bar.active .act-btn{padding:clamp(12px,2vh,17px) 12px;font-size:clamp(15px,1.9vh,18px);min-width:82px}html[data-theme=btf]{--btf-surface: #121414;--btf-surface-dim: #121414;--btf-surface-bright: #38393a;--btf-surface-lowest: #0d0f0f;--btf-surface-low: #1a1c1c;--btf-surface-container: #1e2020;--btf-surface-high: #282a2b;--btf-surface-highest: #333535;--btf-on-surface: #e2e2e2;--btf-on-surface-variant: #c0c9c0;--btf-outline: #8a938b;--btf-outline-variant: #404943;--btf-primary: #98d4b0;--btf-on-primary: #003822;--btf-primary-container: #0f4d32;--btf-on-primary-container: #82bd9a;--btf-primary-fixed: #b3f0cb;--btf-emerald-deep: #0f4d32;--btf-secondary: #e9c349;--btf-on-secondary: #3c2f00;--btf-secondary-container: #af8d11;--btf-secondary-fixed: #ffe088;--btf-error: #ffb4ab;--btf-error-container: #93000a;--btf-glass: rgba(30, 32, 32, .4);--btf-glass-border: rgba(138, 147, 139, .12);--btf-gold-border: rgba(233, 195, 73, .3);--btf-font: "Montserrat", system-ui, -apple-system, sans-serif;--btf-mono: "JetBrains Mono", ui-monospace, monospace;--gold: var(--btf-secondary);--gold-soft: var(--btf-secondary-fixed);--gold-deep: var(--btf-secondary-container);--green: var(--btf-primary);--green-bright: var(--btf-primary-fixed);--green-deep: var(--btf-emerald-deep);--cream: var(--btf-on-surface);--cream-dim: var(--btf-on-surface-variant);--cream-faint: var(--btf-outline);--red: var(--btf-error);--red-deep: #ff6b6b;--felt: radial-gradient(circle at 50% 0%, #1a2a22 0%, #121414 70%);--felt-panel: radial-gradient(130% 90% at 50% 0%, #1e2020 0%, #141616 55%, #0d0f0f 100%);--card-bg: var(--btf-glass);--card-border: var(--btf-glass-border);--gold-border: var(--btf-gold-border);--font: var(--btf-font)}html[data-theme=btf] body{background-attachment:fixed;-webkit-font-smoothing:antialiased}html[data-theme=btf] .material-symbols-outlined{font-family:Material Symbols Outlined;font-weight:400;font-style:normal;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;direction:ltr;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;-webkit-user-select:none;user-select:none}html[data-theme=btf] .material-symbols-outlined.fill{font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 24}html[data-theme=btf] .btf-glass{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:var(--btf-glass);border:1px solid var(--btf-glass-border);box-shadow:0 8px 32px #0000005e}html[data-theme=btf] .btf-gold-border{border:1px solid var(--btf-gold-border)}html[data-theme=btf] .btf-emerald-glow{box-shadow:0 0 20px #0f4d3266}html[data-theme=btf] .btf-metallic-gold{background:linear-gradient(135deg,#ffe088,#e9c349,#af8d11);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}html[data-theme=btf] .btf-btn-3d{transition:transform .1s ease,box-shadow .1s ease,background .15s ease;box-shadow:inset 0 1px #fff3,0 4px #00000059}html[data-theme=btf] .btf-btn-3d:active{transform:translateY(2px);box-shadow:inset 0 1px #ffffff1a,0 2px #00000059}html[data-theme=btf] .btf-mono{font-family:var(--btf-mono);letter-spacing:.05em}html[data-theme=btf] .btf-label{font-family:var(--btf-mono);text-transform:uppercase;letter-spacing:.12em;font-size:10px;color:var(--btf-on-surface-variant)}html[data-theme=btf] .btf-shell{position:relative;min-height:100vh;isolation:isolate}html[data-theme=btf] .btf-shell:before,html[data-theme=btf] .btf-shell:after{content:"";position:fixed;width:560px;height:560px;border-radius:50%;filter:blur(120px);z-index:-1;pointer-events:none}html[data-theme=btf] .btf-shell:before{bottom:-220px;left:-220px;background:#0f4d3247}html[data-theme=btf] .btf-shell:after{top:-220px;right:-220px;background:#e9c34914}html[data-theme=btf] .btf-brand{display:flex;align-items:center;gap:10px;cursor:pointer}html[data-theme=btf] .btf-brand-mark{color:var(--btf-secondary);font-size:26px;filter:drop-shadow(0 0 8px rgba(233,195,73,.45))}html[data-theme=btf] .btf-brand-name{font-family:var(--btf-font);font-weight:900;font-style:italic;font-size:24px;letter-spacing:-.03em;text-transform:uppercase;color:var(--btf-primary)}html[data-theme=btf] .btf-sidebar{display:none}@media (min-width: 1024px){html[data-theme=btf] .btf-sidebar{position:fixed;top:0;left:0;width:256px;height:100vh;display:flex;flex-direction:column;gap:8px;padding:32px 16px;background:#0d0f0fcc;backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px);border-right:1px solid var(--btf-glass-border);z-index:50;overflow-y:auto}html[data-theme=btf] .btf-sidebar .btf-brand{padding:0 12px 20px}html[data-theme=btf] .btf-main-col{margin-left:256px}html[data-theme=btf] .btf-topbar,html[data-theme=btf] .btf-bottom-nav{display:none}}html[data-theme=btf] .btf-nav{display:flex;flex-direction:column;gap:6px;flex:1}html[data-theme=btf] .btf-nav-btn{display:flex;align-items:center;gap:16px;width:100%;border:none;border-right:2px solid transparent;background:transparent;cursor:pointer;font-family:var(--btf-mono);font-weight:700;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--btf-on-surface-variant);padding:13px 16px;border-radius:12px 0 0 12px;text-align:start;transition:background .15s ease,color .15s ease}html[data-theme=btf] .btf-nav-btn .material-symbols-outlined{font-size:22px}html[data-theme=btf] .btf-nav-btn:hover{color:var(--btf-on-surface);background:#33353559}html[data-theme=btf] .btf-nav-btn.active{color:var(--btf-primary);background:#98d4b00f;border-right-color:var(--btf-primary)}html[data-theme=btf] .btf-side-foot{margin-top:auto;display:flex;flex-direction:column;gap:14px;padding-top:16px}html[data-theme=btf] .btf-side-section{display:flex;flex-direction:column;gap:8px}html[data-theme=btf] .btf-side-heading{margin:0;padding:0 4px;font-family:var(--btf-mono);font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--btf-outline)}html[data-theme=btf] .btf-side-link{display:flex;align-items:center;gap:12px;border:1px solid var(--btf-glass-border);background:var(--btf-glass);color:var(--btf-on-surface-variant);cursor:pointer;font-family:var(--btf-mono);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:10px 14px;border-radius:10px;transition:color .15s ease,border-color .15s ease}html[data-theme=btf] .btf-side-link:hover{color:var(--btf-on-surface);border-color:var(--btf-gold-border)}html[data-theme=btf] .btf-side-disclaimer{margin:0;padding:0 4px;font-size:10.5px;line-height:1.4;color:var(--btf-outline)}html[data-theme=btf] .btf-topbar{position:sticky;top:0;z-index:40;display:flex;align-items:center;justify-content:space-between;padding:calc(12px + env(safe-area-inset-top)) 20px 12px;background:linear-gradient(180deg,#0d0f0ff5,#0d0f0f00);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}html[data-theme=btf] .btf-topbar .btf-brand-name{font-size:20px}html[data-theme=btf] .btf-topbar-actions{display:flex;align-items:center;gap:8px}html[data-theme=btf] .btf-main-col{display:flex;flex-direction:column;min-height:100vh;min-width:0}html[data-theme=btf] .btf-main{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:20px 20px calc(96px + env(safe-area-inset-bottom));animation:pkrise .35s ease}@media (min-width: 1024px){html[data-theme=btf] .btf-main{padding:32px 40px 64px}}html[data-theme=btf] .btf-foot{display:none}@media (min-width: 1024px){html[data-theme=btf] .btf-foot{display:flex;justify-content:center;padding:12px}}html[data-theme=btf].game-immersive .btf-shell{height:100dvh;min-height:0;overflow:hidden}html[data-theme=btf].game-immersive .btf-main-col{height:100dvh;min-height:0}html[data-theme=btf].game-immersive .btf-main{flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column;padding:10px 14px calc(var(--nav-h, 64px) + env(safe-area-inset-bottom));animation:none}@media (min-width: 1024px){html[data-theme=btf].game-immersive .btf-main{padding:16px 24px}html[data-theme=btf].game-immersive .btf-foot{display:none}}html[data-theme=btf] .btf-bottom-nav{position:fixed;bottom:0;left:0;width:100%;z-index:50;display:flex;justify-content:space-around;align-items:stretch;padding:8px 2px calc(8px + env(safe-area-inset-bottom));background:#0d0f0ff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid var(--btf-glass-border)}html[data-theme=btf] .btf-bottom-btn{flex:1 1 0;min-width:0;border:none;background:none;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:3px;padding:4px 1px;color:var(--btf-on-surface-variant);transition:color .15s ease}html[data-theme=btf] .btf-bottom-btn .material-symbols-outlined{font-size:22px}html[data-theme=btf] .btf-bottom-label{display:block;max-width:100%;text-align:center;font-family:var(--btf-mono);font-size:8.5px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}html[data-theme=btf] .btf-bottom-btn.active{color:var(--btf-primary)}html[data-theme=btf] .btf-bottom-btn.active .material-symbols-outlined{filter:drop-shadow(0 0 8px rgba(152,212,176,.5))}html[data-theme=btf] .btf-dash{display:flex;flex-direction:column;gap:24px}html[data-theme=btf] .btf-card{border-radius:12px;padding:24px}html[data-theme=btf] .btf-card-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}html[data-theme=btf] .btf-card-eyebrow{display:flex;align-items:center;gap:10px;margin-bottom:16px;font-family:var(--btf-mono);font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}html[data-theme=btf] .btf-card-eyebrow.gold{color:var(--btf-secondary)}html[data-theme=btf] .btf-card-eyebrow .material-symbols-outlined{font-size:18px}html[data-theme=btf] .emerald{color:var(--btf-primary)}html[data-theme=btf] .gold{color:var(--btf-secondary)}html[data-theme=btf] .btf-dash-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}html[data-theme=btf] .btf-dash-title{font-family:var(--btf-font);font-weight:700;font-size:34px;letter-spacing:-.02em;text-transform:uppercase;color:var(--btf-on-surface)}@media (min-width: 1024px){html[data-theme=btf] .btf-dash-title{font-size:44px}}html[data-theme=btf] .btf-dash-sub{margin:6px 0 0;font-family:var(--btf-mono);font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--btf-on-surface-variant)}html[data-theme=btf] .btf-dash-head-right{display:flex;align-items:center;gap:20px}html[data-theme=btf] .btf-streak-badge{display:flex;flex-direction:column;align-items:center;gap:2px}html[data-theme=btf] .btf-streak-badge .material-symbols-outlined{color:var(--btf-secondary);font-size:34px;filter:drop-shadow(0 0 8px rgba(233,195,73,.5))}html[data-theme=btf] .btf-streak-badge .btf-mono{font-size:9px;color:#e9c349d9}html[data-theme=btf] .btf-dash-level{font-family:var(--btf-mono);font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}html[data-theme=btf] .btf-dash-grid{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width: 1024px){html[data-theme=btf] .btf-dash-grid{grid-template-columns:repeat(12,1fr)}html[data-theme=btf] .btf-dash-leak{grid-column:span 5}html[data-theme=btf] .btf-dash-matrix{grid-column:span 7}html[data-theme=btf] .btf-dash-ladder{grid-column:span 12}}html[data-theme=btf] .btf-dash-leak{display:flex;flex-direction:column;gap:16px}html[data-theme=btf] .btf-leak-card{position:relative;overflow:hidden;border-left:4px solid var(--btf-secondary)}html[data-theme=btf] .btf-leak-watermark{position:absolute;top:8px;right:8px;font-size:96px;opacity:.05;pointer-events:none}html[data-theme=btf] .btf-leak-headline{font-family:var(--btf-font);font-size:22px;line-height:1.25;font-weight:600;color:var(--btf-on-surface);margin:0 0 24px}html[data-theme=btf] .btf-leak-actions{display:flex;gap:12px}html[data-theme=btf] .btf-btn-primary{flex:1;border:none;cursor:pointer;font-family:var(--btf-mono);font-weight:700;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--btf-on-primary);background:var(--btf-primary);padding:13px 16px;border-radius:8px}html[data-theme=btf] .btf-btn-primary:hover{background:var(--btf-primary-fixed)}html[data-theme=btf] .btf-btn-glass{border:1px solid var(--btf-glass-border);cursor:pointer;font-family:var(--btf-mono);font-weight:700;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--btf-on-surface-variant);background:var(--btf-glass);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:13px 20px;border-radius:8px;transition:color .15s ease,border-color .15s ease}html[data-theme=btf] .btf-btn-glass:hover{color:var(--btf-on-surface);border-color:var(--btf-gold-border)}html[data-theme=btf] .btf-stat-pair{display:grid;grid-template-columns:1fr 1fr;gap:24px}html[data-theme=btf] .btf-stat-mini{border-top:1px solid rgba(255,255,255,.05);padding:18px 20px}html[data-theme=btf] .btf-stat-mini .btf-label{margin-bottom:6px}html[data-theme=btf] .btf-stat-mini-val{font-size:22px;font-weight:700}html[data-theme=btf] .btf-stat-mini-val.emerald{color:var(--btf-primary)}html[data-theme=btf] .btf-stat-mini-val.gold{color:var(--btf-secondary)}html[data-theme=btf] .btf-matrix-legend{display:flex;gap:8px}html[data-theme=btf] .btf-matrix-legend .lc{width:12px;height:12px;border-radius:2px}html[data-theme=btf] .btf-matrix-legend .l0{background:var(--btf-surface-highest)}html[data-theme=btf] .btf-matrix-legend .l1{background:#0f4d3299}html[data-theme=btf] .btf-matrix-legend .l2{background:var(--btf-primary-container)}html[data-theme=btf] .btf-matrix{display:grid;grid-template-columns:repeat(7,1fr);gap:10px;margin-bottom:16px}html[data-theme=btf] .btf-matrix-col{display:flex;flex-direction:column;align-items:center;gap:8px}html[data-theme=btf] .btf-matrix-cell{width:100%;aspect-ratio:1;border-radius:3px;transition:transform .2s ease,box-shadow .2s ease}html[data-theme=btf] .btf-matrix-cell:hover{transform:scale(1.12);box-shadow:0 0 15px #e9c34966}html[data-theme=btf] .btf-matrix-day{font-size:9px;color:var(--btf-on-surface-variant)}html[data-theme=btf] .btf-matrix-acc{font-size:10px;color:var(--btf-on-surface)}html[data-theme=btf] .btf-matrix-foot{display:flex;justify-content:space-between;font-size:10px;color:var(--btf-on-surface-variant)}html[data-theme=btf] .btf-ladder-title{margin-bottom:16px}html[data-theme=btf] .btf-ladder{display:flex;flex-direction:column;gap:10px}html[data-theme=btf] .btf-ladder-row{display:flex;align-items:center;gap:14px;padding:12px 14px;background:var(--btf-surface-low);border:1px solid rgba(255,255,255,.04);border-radius:8px;transition:border-color .15s ease}html[data-theme=btf] .btf-ladder-row:hover{border-color:var(--btf-gold-border)}html[data-theme=btf] .btf-ladder-row.current{border-color:var(--btf-primary);background:#98d4b00f}html[data-theme=btf] .btf-ladder-suit{width:34px;height:34px;flex:0 0 auto;border-radius:8px;display:grid;place-items:center;font-size:16px;color:#fff}html[data-theme=btf] .btf-ladder-text{flex:1}html[data-theme=btf] .btf-ladder-name{font-weight:700;font-size:14px;color:var(--btf-on-surface);margin:0}html[data-theme=btf] .btf-ladder-req{font-size:10px;color:var(--btf-on-surface-variant);margin:2px 0 0}html[data-theme=btf] .btf-ladder-you{font-size:10px;font-weight:700;letter-spacing:.1em;color:var(--btf-on-primary);background:var(--btf-primary);padding:3px 10px;border-radius:999px}html[data-theme=btf] .btf-dash-settings{display:grid;grid-template-columns:1fr;gap:28px}@media (min-width: 720px){html[data-theme=btf] .btf-dash-settings{grid-template-columns:1fr 1fr}}html[data-theme=btf] .btf-settings-block{display:flex;flex-direction:column;gap:12px}html[data-theme=btf] .btf-account{display:flex;flex-direction:column;gap:12px;align-items:flex-start}html[data-theme=btf] .btf-account-line{font-size:13px;color:var(--btf-on-surface-variant);margin:0}html[data-theme=btf] .btf-account-links{display:flex;gap:12px;flex-wrap:wrap}html[data-theme=btf] .btf-settings-lang{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}html[data-theme=btf] .btf-dash-cta-wrap{display:flex;flex-direction:column;gap:14px}html[data-theme=btf] .btf-dash-level-bar{height:6px;border-radius:999px;background:var(--btf-surface-highest);overflow:hidden}html[data-theme=btf] .btf-dash-level-fill{height:100%;border-radius:999px;transition:width .5s ease}html[data-theme=btf] .btf-enter-arena{width:100%;height:72px;border:1px solid var(--btf-gold-border);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:20px;font-family:var(--btf-font);font-weight:900;font-style:italic;font-size:24px;letter-spacing:.12em;color:var(--btf-secondary);background:var(--btf-emerald-deep);border-radius:12px;box-shadow:0 20px 50px #00000080,0 0 20px #0f4d324d,inset 0 1px #fff3,0 4px #00000059;transition:transform .12s ease,border-color .15s ease}html[data-theme=btf] .btf-enter-arena:hover{border-color:#e9c34999;transform:scale(1.008)}html[data-theme=btf] .btf-enter-arena:active{transform:translateY(2px)}html[data-theme=btf] .btf-enter-arena .material-symbols-outlined{font-size:32px}html[data-theme=btf] .table-felt{background:radial-gradient(circle at center,#1a3c2e,#0d1a14);border:12px solid var(--btf-surface-highest);border-radius:28px;box-shadow:0 40px 90px #000000b3,inset 0 0 70px #0000008c}html[data-theme=btf] .felt-label{font-family:var(--btf-mono);letter-spacing:.16em;color:var(--btf-on-surface-variant)}html[data-theme=btf] .tcard,html[data-theme=btf] .fan-card{background:linear-gradient(160deg,#fff,#eef1ee);border:1px solid rgba(0,0,0,.08);color:#121414;box-shadow:0 12px 24px #0000008c}html[data-theme=btf] .tcard.red,html[data-theme=btf] .fan-card.red{color:#b3261e}html[data-theme=btf] .tcard-lg{box-shadow:0 12px 26px #0000008c,0 0 0 2px var(--btf-secondary)}html[data-theme=btf] .tcard-rank{font-family:var(--btf-font);font-weight:700}html[data-theme=btf] .quiz-prompt-pill{font-family:var(--btf-mono);letter-spacing:.12em;color:var(--btf-secondary);background:#e9c3491f;border:1px solid var(--btf-gold-border)}html[data-theme=btf] .quiz-prompt-text{font-family:var(--btf-font)}html[data-theme=btf] .quiz-progress-fill{background:linear-gradient(90deg,var(--btf-primary),var(--btf-primary-container));box-shadow:0 0 12px #98d4b066}html[data-theme=btf] .stage-btn,html[data-theme=btf] .opp-btn,html[data-theme=btf] .mode-btn{font-family:var(--btf-mono);letter-spacing:.06em;text-transform:uppercase}html[data-theme=btf] .stage-btn.active,html[data-theme=btf] .opp-btn.active{background:#98d4b024;border-color:var(--btf-primary);color:var(--btf-primary)}html[data-theme=btf] .quiz-action-btn{background:var(--btf-surface-high);border:1px solid var(--btf-glass-border);border-radius:12px;font-family:var(--btf-font);font-style:italic;letter-spacing:.02em;box-shadow:inset 0 1px #ffffff1f,0 4px #00000059;transition:transform .1s ease,box-shadow .1s ease,background .15s ease}html[data-theme=btf] .quiz-action-btn:active:not(:disabled){transform:translateY(2px);box-shadow:inset 0 1px #ffffff14,0 2px #00000059}html[data-theme=btf] .quiz-action-btn .action-sym{background:#ffffff0f;border-radius:8px}html[data-theme=btf] .quiz-action-btn.best{background:linear-gradient(180deg,var(--btf-primary),var(--btf-primary-container));border-color:var(--btf-primary);color:var(--btf-on-primary);box-shadow:0 12px 40px #98d4b033,inset 0 1px #ffffff40}html[data-theme=btf] .quiz-action-btn.miss{background:linear-gradient(180deg,var(--btf-error),#93000a);border-color:var(--btf-error);color:#2a0a08}html[data-theme=btf] .chip,html[data-theme=btf] .meter-top,html[data-theme=btf] .equity-line{font-family:var(--btf-mono)}html[data-theme=btf] body{background-image:radial-gradient(circle at 50% 0%,#1a2a22,#121414 70%)}html[data-theme=btf] ::selection{background:#e9c34959;color:#fff}html[data-theme=btf] .section-title,html[data-theme=btf] .control-label,html[data-theme=btf] .felt-label{font-family:var(--btf-mono);letter-spacing:.06em}html[data-theme=btf] .panel,html[data-theme=btf] .odds-panel,html[data-theme=btf] .stat-card,html[data-theme=btf] .game-over-stat{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}html[data-theme=btf] .primary-btn,html[data-theme=btf] .btn-primary{color:var(--btf-on-primary);box-shadow:inset 0 1px #fff3,0 4px #0000004d}html[data-theme=btf] .primary-btn:active:not(:disabled),html[data-theme=btf] .btn-primary:active:not(:disabled){transform:translateY(2px);box-shadow:inset 0 1px #ffffff1a,0 2px #0000004d}html[data-theme=btf] .pa-table{background:radial-gradient(120% 120% at 50% 22%,#1a3c2e,#0d1a14);border:12px solid var(--btf-surface-highest);box-shadow:0 30px 70px -18px #000000bf,inset 0 0 70px #0009}html[data-theme=btf] .pa-rail{border-color:#e9c3492e}html[data-theme=btf] .pa-avatar{background:linear-gradient(135deg,#ffffff0f,#ffffff03);border:1px solid var(--btf-glass-border);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);font-family:var(--btf-mono)}html[data-theme=btf] .pa-seat.deciding .pa-avatar{box-shadow:0 0 0 2px var(--btf-primary),0 0 16px #98d4b08c}html[data-theme=btf] .pa-seat-meta,html[data-theme=btf] .pa-stack,html[data-theme=btf] .pa-hero-stack,html[data-theme=btf] .pa-street{font-family:var(--btf-mono)}html[data-theme=btf] .pa-stack,html[data-theme=btf] .pa-hero-stack{color:var(--btf-secondary)}html[data-theme=btf] .pa-hero-pos{font-family:var(--btf-mono);font-weight:700;letter-spacing:.08em;background:var(--btf-secondary);color:var(--btf-on-secondary)}html[data-theme=btf] .pa-plaque{font-family:var(--btf-mono)}html[data-theme=btf] .pa-plaque.call{color:var(--btf-primary-fixed)}html[data-theme=btf] .pa-pot{color:var(--btf-secondary);border:1px solid var(--btf-gold-border);background:#0d0f0f99}html[data-theme=btf] .sizing-btn{background:var(--btf-surface-high);border:1px solid var(--btf-glass-border);border-radius:12px;font-family:var(--btf-mono);letter-spacing:.04em;text-transform:uppercase;box-shadow:inset 0 1px #ffffff1f,0 4px #00000059;transition:transform .1s ease,box-shadow .1s ease,border-color .15s ease}html[data-theme=btf] .sizing-btn:hover{transform:translateY(-1px);border-color:var(--btf-gold-border)}html[data-theme=btf] .sizing-btn:active{transform:translateY(2px);box-shadow:inset 0 1px #ffffff14,0 2px #00000059}
