.home-hero{text-align:center;padding:28px 8px 20px}.brand{font-family:var(--font-display);font-size:.85rem;letter-spacing:.35em;color:var(--gold);margin-bottom:8px}.home-hero .page-title{margin-bottom:8px}.round-panel{margin-bottom:20px}.round-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;text-align:center}.round-row .label{font-size:.7rem;color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px}.round-row .value{font-family:var(--font-display);font-size:1.35rem;font-weight:600}.round-row .value.mono{font-family:var(--font-body);font-variant-numeric:tabular-nums;font-size:1.1rem}.round-row .gold{color:var(--gold-bright)}.round-meta{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin-top:14px;padding-top:12px;border-top:1px solid var(--line);font-size:.75rem;color:var(--text-muted)}.section-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:12px}.section-head h2{font-family:var(--font-display);font-size:1.25rem;font-weight:600;color:var(--gold-bright)}.bet-panel{display:flex;flex-direction:column;gap:12px}.bet-head{margin-bottom:0}.bet-head h2{font-family:var(--font-display);font-size:1.25rem;font-weight:600;color:var(--gold-bright)}.btn-add{height:32px;padding:0 12px;font-size:.8rem}.bet-table-wrap{overflow-x:auto;margin:0 -4px}.bet-table{width:100%;border-collapse:collapse;font-size:.85rem}.bet-table th,.bet-table td{padding:8px 6px;text-align:center;vertical-align:middle;border-bottom:1px solid var(--line)}.bet-table th{color:var(--text-muted);font-weight:500;font-size:.75rem;letter-spacing:.04em}.bet-table td.bet-amount{font-variant-numeric:tabular-nums;white-space:nowrap}.bet-table .gold{color:var(--gold-bright)}.bet-number-trigger,.bet-multiples{width:100%;max-width:80px;height:34px;text-align:center;background:var(--bg);border:1px solid var(--line);border-radius:8px;color:var(--text);font-size:.9rem;font-family:inherit}.bet-number-trigger{display:inline-flex;align-items:center;justify-content:space-between;padding:0 12px 0 10px;cursor:pointer;gap:4px}.bet-chevron{width:10px;height:7px;flex-shrink:0;color:var(--gold);opacity:.35;margin-left:2px}.bet-multiples{max-width:64px;padding:0 6px}.btn-remove{width:28px;height:28px;border-radius:8px;border:1px solid var(--line);color:var(--text-muted);font-size:1.1rem;line-height:1}.btn-remove:disabled{opacity:.35;cursor:not-allowed}.bet-settle{display:flex;flex-direction:column;gap:12px;margin-top:4px;padding-top:14px;border-top:1px solid var(--line)}.bet-total{display:flex;justify-content:space-between;align-items:center;font-size:.95rem}.bet-total .gold{color:var(--gold-bright);font-size:1.15rem}.bet-msg{text-align:center;font-size:.85rem;color:var(--gold)}.pulse-text{animation:fadeUp .6s ease}.sheet-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:flex-end;justify-content:center}.sheet-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;border:none;cursor:pointer;animation:sheetFadeIn .22s ease}.sheet-panel{position:relative;width:100%;max-width:480px;max-height:min(72vh,560px);display:flex;flex-direction:column;background:linear-gradient(180deg,#16161a,#0c0c0e);border:1px solid var(--line);border-bottom:none;border-radius:18px 18px 0 0;padding:10px 16px calc(16px + env(safe-area-inset-bottom));box-shadow:0 -12px 40px #00000073;animation:sheetSlideUp .28s cubic-bezier(.22,1,.36,1)}.sheet-handle{width:36px;height:4px;border-radius:999px;background:#d4af6a59;margin:0 auto 12px}.sheet-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.sheet-header h3{font-size:1rem;font-weight:600;color:var(--gold-bright);letter-spacing:.04em}.sheet-close{height:32px;padding:0 12px;border-radius:8px;border:1px solid var(--line);color:var(--gold);font-size:.8rem}.sheet-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;overflow-y:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch}.sheet-num{aspect-ratio:1;display:flex;align-items:center;justify-content:center;border-radius:10px;background:var(--bg-soft);border:1px solid transparent;color:var(--text);font-size:.95rem;font-weight:600;transition:background .15s,border-color .15s,color .15s}.sheet-num:active{transform:scale(.96)}.sheet-num.active{background:linear-gradient(145deg,#d4af6a47,#8a6a322e);border-color:var(--gold);color:var(--gold-bright)}@keyframes sheetFadeIn{0%{opacity:0}to{opacity:1}}@keyframes sheetSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.list-page{padding-top:12px}.list-head{margin-bottom:20px}.list-head .page-title{margin-bottom:6px}.list-stack{display:flex;flex-direction:column;gap:10px}.list-item-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.list-item-meta{display:flex;flex-wrap:wrap;gap:10px;font-size:.8rem;color:var(--text-muted)}.badge{font-size:.75rem;padding:4px 8px;border-radius:999px;border:1px solid var(--line);color:var(--gold)}.badge.gold{background:#d4af6a1f}.status-paid{color:var(--success)}.status-pending{color:var(--gold-dim)}.tabs{display:flex;gap:8px;margin-top:12px}.tabs button{padding:8px 16px;border-radius:999px;border:1px solid var(--line);color:var(--text-muted);font-size:.85rem}.tabs button.active{color:var(--bg);background:var(--gold);border-color:var(--gold)}.withdraw-row{display:flex;gap:8px;margin-top:12px}.withdraw-row input{flex:1;height:40px;padding:0 12px;border-radius:10px;border:1px solid var(--line);background:var(--bg);color:var(--text)}.wallet-addr{font-size:.75rem;color:var(--text-muted);word-break:break-all;line-height:1.4}.gold-text{color:var(--gold-bright);font-family:var(--font-display);font-size:1.25rem}.lang-select{width:100%;height:42px;margin-top:4px;padding:0 12px;border-radius:10px;border:1px solid var(--line);background:var(--bg);color:var(--text);font-size:.9rem;font-family:inherit;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}:root{--bg: #070708;--bg-elevated: #101012;--bg-soft: #16161a;--line: rgba(212, 175, 106, .18);--gold: #d4af6a;--gold-bright: #f0d9a0;--gold-dim: #8a7344;--text: #f4efe6;--text-muted: #9a9388;--danger: #c45c5c;--success: #5ca87a;--radius: 14px;--font-display: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-body: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100%}body{font-family:var(--font-body);background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(212,175,106,.12),transparent),radial-gradient(ellipse 60% 40% at 100% 100%,rgba(80,60,30,.15),transparent),var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}a{color:var(--gold);text-decoration:none}.app-shell{max-width:480px;margin:0 auto;min-height:100vh;padding:16px 16px 88px}.page-title{font-family:var(--font-display);font-size:2rem;font-weight:600;letter-spacing:.04em;color:var(--gold-bright)}.muted{color:var(--text-muted);font-size:.875rem;font-weight:300}.card-panel{background:linear-gradient(160deg,#16161af2,#0c0c0efa);border:1px solid var(--line);border-radius:var(--radius);padding:16px}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;height:48px;border-radius:12px;background:linear-gradient(135deg,#c9a25a,#8a6a32);color:#0c0c0d;font-weight:600;font-size:.95rem;letter-spacing:.06em;text-transform:uppercase;transition:opacity .2s,transform .15s}.btn-primary:active{transform:scale(.98)}.btn-primary:disabled{opacity:.45;cursor:not-allowed}.btn-ghost{height:40px;padding:0 16px;border-radius:10px;border:1px solid var(--line);color:var(--gold);font-size:.85rem}.nav-bar{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:480px;display:grid;grid-template-columns:repeat(4,1fr);gap:4px;padding:10px 12px calc(10px + env(safe-area-inset-bottom));background:#070708eb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid var(--line);z-index:50}.nav-item{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 4px;color:var(--text-muted);font-size:.7rem;letter-spacing:.04em}.nav-item.active{color:var(--gold)}.nav-item span.icon{font-size:1.1rem;font-family:var(--font-display)}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:fadeUp .45s ease both}@keyframes pulseGold{0%,to{box-shadow:0 0 #d4af6a59}50%{box-shadow:0 0 0 8px #d4af6a00}}.pulse{animation:pulseGold 2s ease infinite}[dir=rtl] .nav-bar,[dir=rtl] .round-meta,[dir=rtl] .bet-total,[dir=rtl] .list-item-top,[dir=rtl] .sheet-header{direction:rtl}[dir=rtl] .bet-number-trigger{flex-direction:row-reverse}
