.app{display:flex;flex-direction:column;width:100%;height:100vh;background:var(--color-bg);overflow:hidden}.app.loading{justify-content:center;align-items:center;gap:var(--spacing-lg)}.app-content{flex:1;overflow-y:auto;overflow-x:hidden;padding-bottom:80px}.navigation{position:fixed;bottom:0;left:0;right:0;height:64px;background:#1f1c09f7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(255,194,13,.15);display:flex;justify-content:space-around;align-items:center;padding:0 var(--spacing-md);z-index:100}.nav-button{background:none;border:none;outline:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:.65rem;color:#666;cursor:pointer;font-family:inherit}.nav-button.active{color:#ffc20d;font-weight:700}.nav-button .icon{font-size:1.2rem}.reels{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.75rem 0 .25rem}.reels__row{display:flex;align-items:center;justify-content:center;gap:.75rem}.reels__colon{font-size:2rem;font-weight:800;color:#ffc20de6;padding-bottom:.15rem}.reels--untouched .reel__stop--active{color:#e0e0e073}.reels--untouched .reel__window{border-color:#ffc20d2e}.reel{display:flex;flex-direction:column;align-items:center;gap:.25rem}.reel__step{background:none;border:none;color:#ffc20dbf;font-size:.9rem;line-height:1;padding:.35rem .75rem;cursor:pointer;border-radius:6px}.reel__step:disabled{opacity:.25;cursor:default}.reel__step:not(:disabled):active{background:#ffc20d1f}.reel__window{position:relative;height:8.4rem;width:3.6rem;overflow-y:auto;scroll-snap-type:y mandatory;border:2px solid rgba(255,194,13,.35);border-radius:12px;background:#ffc20d0f;scrollbar-width:none;-webkit-overflow-scrolling:touch}.reel__window::-webkit-scrollbar{display:none}.reel__window:focus-visible{outline:2px solid rgba(255,194,13,.9);outline-offset:2px}.reel__pad{height:2.8rem}.reel__stop{height:2.8rem;display:flex;align-items:center;justify-content:center;scroll-snap-align:center;font-size:1.5rem;font-weight:700;color:#e0e0e066;cursor:pointer;transition:color .15s,transform .15s}.reel__stop--active{color:#ffc20d;transform:scale(1.15)}.reels__hint{font-size:.8rem;color:#e0e0e0b3;margin:0;min-height:1.1rem;text-align:center}.reels--disabled .reel__window{opacity:.5}@media (max-width: 380px){.reel__window{height:7.2rem;width:3.2rem}.reel__pad{height:2.4rem}.reel__stop{height:2.4rem;font-size:1.3rem}}.mc{background:#2a2508;border:1px solid rgba(255,194,13,.2);border-radius:16px;padding:1rem;transition:all .2s ease}.mc__cards{display:flex;align-items:flex-start;justify-content:center;gap:.5rem;margin-bottom:1rem}.mc__card-side{flex:1;display:flex;flex-direction:column;align-items:center;gap:.4rem}.mc__card-img{width:100%;max-width:140px;aspect-ratio:1;object-fit:cover;border-radius:12px;border:2px solid rgba(255,194,13,.3)}.mc__card-fallback{width:100%;max-width:140px;aspect-ratio:1;display:flex;align-items:center;justify-content:center;background:#ffc20d14;border:2px solid rgba(255,194,13,.2);border-radius:12px}.mc__card-flag{font-size:3rem}.mc__card-flag-img{width:64%;height:auto;object-fit:contain}.mc__card-initials{font-size:1.6rem;font-weight:800;letter-spacing:.05em;color:#ffc20dd9}.mc__card-name{font-size:.8rem;font-weight:700;color:#e0e0e0;text-align:center}.mc__card-vs{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.3rem;padding-top:2rem;min-width:64px;max-width:88px}.mc__card-vs-text{font-size:.9rem;font-weight:800;color:#ffc20d}.mc__card-info{font-size:.6rem;color:#777;text-align:center;line-height:1.25;overflow-wrap:anywhere}.mc__saved{text-align:center;background:#ffc20d1a;border-radius:10px;padding:.55rem .8rem;margin-top:.5rem}.mc__saved-text{font-size:.82rem;font-weight:600;color:#ffc20d}.mc--locked{opacity:.7;position:relative}.mc__locked-badge{text-align:center;background:#f443361f;border:1px solid rgba(244,67,54,.3);border-radius:8px;padding:.5rem .8rem;margin-bottom:.8rem;font-size:.8rem;font-weight:600;color:#f44336}.mc__saved--locked{background:#ffffff0d}.mc__saved--locked .mc__saved-text{color:#888}@media (max-width: 360px){.mc__card-img,.mc__card-fallback{max-width:110px}}.main-page{padding:1rem 1rem 2rem;display:flex;flex-direction:column;min-height:calc(100vh - 80px)}.page-header{text-align:center;margin-bottom:1rem}.page-header h1{font-size:1.4rem;font-weight:800;color:#ffc20d;margin-bottom:.3rem}.week-tabs{display:flex;gap:.4rem;justify-content:center;margin:.2rem 0 .7rem}.week-tab{flex:1 1 0;max-width:9rem;padding:.45rem .5rem;border:1px solid rgba(255,194,13,.4);border-radius:8px;background:transparent;color:#ffc20dbf;font-size:.85rem;font-weight:700;cursor:pointer}.week-tab--active{background:#ffc20d;color:#0d0d0d;border-color:#ffc20d}.progress-bar{width:100%;height:5px;background:#ffc20d1f;border-radius:3px;overflow:hidden;margin-bottom:.35rem}.progress-fill{height:100%;background:#ffc20d;border-radius:3px;transition:width .3s ease}.progress-text{font-size:.7rem;color:#888}.card-area{flex:1}.card-nav{display:flex;align-items:center;justify-content:space-between;padding:.8rem 0 0}.card-nav-btn{font-size:.78rem;font-weight:600;color:#ffc20d;background:#ffc20d1a;border:1px solid rgba(255,194,13,.2);border-radius:8px;padding:.4rem .8rem;cursor:pointer;font-family:inherit;transition:opacity .15s}.card-nav-btn:disabled{opacity:.25;cursor:default}.card-nav-dots{display:flex;gap:6px;align-items:center}.dot{width:8px;height:8px;border-radius:50%;background:#ffc20d26;cursor:pointer;transition:all .2s ease}.dot--current{background:#ffc20d;transform:scale(1.3)}.dot--done{background:#ffc20d80}.dot--done.dot--current{background:#ffc20d}.dot--partial{background:transparent;box-shadow:inset 0 0 0 2px #ffc20d99}.dot--partial.dot--current{background:#ffc20d}.all-done{text-align:center;margin-top:1rem;padding:1.2rem;background:#ffc20d1a;border:1px solid rgba(255,194,13,.25);border-radius:12px}.all-done-icon{font-size:2rem;margin-bottom:.5rem}.all-done-title{color:#ffc20d;font-weight:800;font-size:1.1rem;margin-bottom:.4rem}.all-done-text{color:#ccc;font-size:.85rem;line-height:1.4;margin-bottom:.4rem}.all-done-hint{color:#888;font-size:.75rem;font-style:italic}.all-done--full{margin-top:2rem;padding:2rem 1.4rem}.all-done--full .all-done-icon{font-size:3.5rem;margin-bottom:.8rem}.all-done--full .all-done-title{font-size:1.5rem;margin-bottom:.8rem}.all-done--full .all-done-text{font-size:1rem;margin-bottom:.8rem}.all-done--full .all-done-hint{font-size:.95rem;font-style:normal;color:#ccc;margin-bottom:1.4rem}.all-done-review-btn{background:#ffc20d;color:#0d0d0d;border:none;padding:.8rem 1.6rem;border-radius:10px;font-size:.95rem;font-weight:700;cursor:pointer;width:100%}.all-done-review-btn--inline{margin-top:1rem;background:transparent;color:#ffc20d;border:1px solid rgba(255,194,13,.4)}.toast{position:fixed;bottom:100px;left:50%;transform:translate(-50%);background:#ffc20d;color:#1f1c09;padding:.8rem 1.5rem;border-radius:50px;font-weight:700;font-size:.9rem;box-shadow:0 4px 20px #ffc20d66;z-index:100;animation:toastIn .3s ease,toastOut .3s ease 3.5s forwards}@keyframes toastIn{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes toastOut{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(20px)}}.champions-page{padding:1rem 1rem 2rem}.champions-page .page-header{text-align:center;margin-bottom:1rem}.champions-page .page-header h1{font-size:1.4rem;font-weight:800;color:#ffc20d}.champions-page .page-subtitle{margin:.25rem 0 0;font-size:.85rem;font-weight:600;color:#ffffff8c}.champions-page .empty-state{text-align:center;padding:3rem 1rem}.champions-page .empty-icon{font-size:2.5rem;margin-bottom:.8rem}.champions-page .empty-title{font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:.4rem}.champions-page .empty-text{font-size:.85rem;color:#888;line-height:1.5}.results-table{border:1px solid rgba(255,194,13,.15);border-radius:10px;overflow:hidden}.results-table .table-header{display:flex;background:#ffc20d14;padding:.6rem .8rem;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#888}.results-table .table-row{display:flex;padding:.7rem .8rem;border-top:1px solid rgba(255,255,255,.05);align-items:center}.results-table .table-row.top-1{background:#ffd70014}.results-table .table-row.top-2{background:#c0c0c00f}.results-table .table-row.top-3{background:#cd7f320f}.results-table .col.rank{width:40px;text-align:center}.results-table .col.player{flex:1;font-weight:600;color:#fff}.results-table .col.num{width:55px;text-align:center;font-size:.85rem}.results-table .col.num.total{color:#ffc20d;font-weight:700}.results-table .medal{font-size:1.1rem}.results-table .rank-num{color:#666;font-size:.85rem}.prize-badge{display:inline-block;margin-left:6px;padding:2px 6px;font-size:.65rem;font-weight:700;color:#ffc20d;background:#ffc20d26;border-radius:4px;vertical-align:middle}.flag-modal__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:flex-end;justify-content:center;z-index:1000}.flag-modal{width:100%;max-width:520px;max-height:88vh;background:#1f1c09;color:#fff;border-radius:16px 16px 0 0;padding:18px 16px 24px;overflow-y:auto;box-sizing:border-box}.flag-modal__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.flag-modal__header h2{margin:0;font-size:1.2rem;font-weight:700;color:#ffc20d}.flag-modal__close{background:none;border:none;color:#fff;font-size:1.8rem;line-height:1;cursor:pointer;padding:0 6px}.flag-modal__hint{margin:0 0 14px;font-size:.9rem;opacity:.8}.flag-modal__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.flag-tile{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 4px;background:#ffffff0a;border:2px solid transparent;border-radius:8px;color:#fff;cursor:pointer;transition:border-color .1s ease,background .1s ease}.flag-tile:hover:not(:disabled){background:#ffc20d1f}.flag-tile--current{border-color:#ffc20d;background:#ffc20d2e}.flag-tile:disabled{opacity:.6;cursor:default}.flag-tile img{width:100%;max-width:64px;aspect-ratio:1 / 1;object-fit:cover;border-radius:4px}.flag-tile__code{font-size:.72rem;font-weight:600;letter-spacing:.5px}.flag-modal__error{margin:12px 0 0;font-size:.85rem;color:#f88;text-align:center}.leaderboard-page{padding:1rem 1rem 2rem}.leaderboard-page .page-header{text-align:center;margin-bottom:1rem}.leaderboard-page .page-header h1{font-size:1.4rem;font-weight:800;color:#ffc20d}.leaderboard-page .empty-state{text-align:center;padding:3rem 1rem}.leaderboard-page .empty-icon{font-size:2.5rem;margin-bottom:.8rem}.leaderboard-page .empty-title{font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:.4rem}.leaderboard-page .empty-text{font-size:.85rem;color:#888;line-height:1.5}.leaderboard-table{border:1px solid rgba(255,194,13,.15);border-radius:10px;overflow:hidden}.leaderboard-table .table-header{display:flex;background:#ffc20d14;padding:.6rem .8rem;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#888}.leaderboard-table .table-row{display:flex;padding:.7rem .8rem;border-top:1px solid rgba(255,255,255,.05);align-items:center}.leaderboard-table .table-row.top-1{background:#ffd70014}.leaderboard-table .table-row.top-2{background:#c0c0c00f}.leaderboard-table .table-row.top-3{background:#cd7f320f}.leaderboard-table .col.rank{width:40px;text-align:center}.leaderboard-table .col.player{flex:1;font-weight:600;color:#fff}.leaderboard-table .col.rounds{width:55px;text-align:center;font-size:.85rem}.leaderboard-table .col.ton{width:75px;text-align:right;color:#ffc20d;font-weight:700;font-size:.85rem}.leaderboard-table .medal{font-size:1.1rem}.leaderboard-table .rank-num{color:#666;font-size:.85rem}.leaderboard-page.loading{display:flex;justify-content:center;align-items:center;min-height:400px}.ton-connect-zone{margin:24px 16px 32px;padding:16px;border-radius:12px;background:#0000000a;text-align:center}.ton-connect-zone .ton-connect-hint{margin:0 0 12px;font-size:.9rem;color:#333}.ton-connect-zone .ton-connect-hint.disabled{color:#888;font-style:italic;margin-bottom:0}.premium-zone{margin:16px 16px 32px;padding:18px 16px;border-radius:12px;background:#1f1c09;border:1px solid rgba(255,194,13,.45);text-align:center}.premium-zone .premium-hint{margin:0 0 14px;font-size:.95rem;font-weight:500;line-height:1.4;color:#fff}.premium-btn{display:inline-block;padding:12px 24px;font-size:1rem;font-weight:600;color:#1f1c09;background:#ffc20d;border:none;border-radius:10px;cursor:pointer}.premium-btn:disabled{opacity:.6;cursor:default}.premium-error{margin:10px 0 0;font-size:.85rem;color:#b00}.pro-badge{display:inline-block;margin-left:6px;padding:2px 6px;font-size:.7rem;font-weight:700;letter-spacing:.5px;color:#1f1c09;background:#ffc20d;border-radius:4px;vertical-align:middle}.row-flag{width:22px;height:22px;margin-right:6px;border-radius:4px;object-fit:cover;vertical-align:middle}.about-page{padding:0 16px 100px}.about-section{margin-bottom:24px}.about-section h2{font-size:18px;font-weight:700;color:var(--color-primary);margin:0 0 8px}.about-section p{font-size:14px;line-height:1.6;color:var(--color-text);margin:0 0 8px}.scoring-grid{display:flex;gap:12px;margin:12px 0}.scoring-item{flex:1;display:flex;flex-direction:column;align-items:center;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:12px;padding:16px 12px;text-align:center}.scoring-pts{font-size:22px;font-weight:700;color:var(--color-primary);margin-bottom:4px}.scoring-desc{font-size:12px;color:var(--color-text);line-height:1.4}.scoring-note{font-size:12px;color:#a3a3a3;margin-top:4px}.about-section--footer{border-top:1px solid var(--color-border);padding-top:16px}.about-section--footer p{font-size:13px;color:#a3a3a3}.outside-tg{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:100vh;padding:24px;box-sizing:border-box;position:relative;overflow:hidden;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='b'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='4 8' numOctaves='6' seed='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3CfeComponentTransfer%3E%3CfeFuncA type='linear' slope='1.8' intercept='-0.3'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23b)' opacity='0.3'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cfilter id='c'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.2 2.4' numOctaves='5' seed='19' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='60' height='60' filter='url(%23c)' opacity='0.2'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='150'%3E%3Cfilter id='w'%3E%3CfeTurbulence type='turbulence' baseFrequency='0.1' numOctaves='3' seed='7' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='150' height='150' filter='url(%23w)' opacity='0.1'/%3E%3C/svg%3E"),repeating-linear-gradient(90deg,#0e3d18,#0e3d18 12.5%,#092e12 12.5%,#092e12 25%)}.outside-tg:before{content:"";position:absolute;top:10px;bottom:10px;left:0;right:0;pointer-events:none;opacity:.28;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1050 680' fill='none' stroke='white' stroke-width='2.5' preserveAspectRatio='none'%3E%3Crect x='1' y='1' width='1048' height='678' rx='0'/%3E%3Cline x1='525' y1='1' x2='525' y2='679'/%3E%3Crect x='1' y='138.5' width='165' height='403'/%3E%3Crect x='884' y='138.5' width='165' height='403'/%3E%3Crect x='1' y='248.5' width='55' height='183'/%3E%3Crect x='994' y='248.5' width='55' height='183'/%3E%3Ccircle cx='110' cy='340' r='4' fill='white' stroke='none'/%3E%3Ccircle cx='940' cy='340' r='4' fill='white' stroke='none'/%3E%3Cpath d='M165 267 A91.5 91.5 0 0 1 165 413'/%3E%3Cpath d='M885 267 A91.5 91.5 0 0 0 885 413'/%3E%3Cpath d='M10 1 A10 10 0 0 0 1 10'/%3E%3Cpath d='M1040 1 A10 10 0 0 1 1049 10'/%3E%3Cpath d='M1 670 A10 10 0 0 0 10 679'/%3E%3Cpath d='M1049 670 A10 10 0 0 1 1040 679'/%3E%3C/svg%3E") center / 100% 100% no-repeat}.outside-tg:after{content:none}.outside-tg__stripe-nav{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none}.outside-tg__stripe-btn{position:absolute;top:28px;pointer-events:auto;background:none;border:none;cursor:pointer;color:#ffffffbf;font-size:13px;font-weight:600;font-family:inherit;letter-spacing:.3px;padding:6px 4px;text-shadow:0 1px 4px rgba(0,0,0,.6);transition:color .15s,text-shadow .15s;transform:translate(-50%);white-space:nowrap}.outside-tg__stripe-btn:hover{color:#fff;text-shadow:0 1px 8px rgba(255,255,255,.3),0 1px 4px rgba(0,0,0,.6)}.stripe-2{left:18.75%}.stripe-3{left:31.25%}.stripe-4{left:43.75%}.stripe-5{left:56.25%}.stripe-6{left:68.75%}.stripe-7{left:81.25%}.outside-tg--page{align-items:stretch;justify-content:flex-start;padding-top:60px}.outside-tg__page-content{position:relative;z-index:1;margin-left:25%;margin-right:25%;padding:16px;box-sizing:border-box}.outside-tg__tagline{position:absolute;top:calc(50% - 128px);left:50%;transform:translate(-50%);z-index:1;margin:0;font-size:18px;font-weight:600;line-height:1.4;color:#fff;text-align:center;text-shadow:0 2px 8px rgba(0,0,0,.5);white-space:nowrap}.outside-tg__star{display:inline-block;font-size:24px;filter:drop-shadow(0 2px 1px rgba(0,0,0,.4)) drop-shadow(0 4px 6px rgba(255,180,0,.3));transform:translateY(-1px)}.outside-tg__circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;width:160px;height:160px;border-radius:50%;border:2.5px solid rgba(255,255,255,.35);overflow:hidden;background:#0000004d;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.outside-tg__logo{width:100%;height:100%;object-fit:cover}.outside-tg__buttons{position:absolute;top:calc(50% + 104px);left:50%;transform:translate(-50%);z-index:1;display:flex;gap:12px;white-space:nowrap}.outside-tg__play{padding:14px 28px;font-size:16px;font-weight:700;letter-spacing:.3px;color:#fff;border:none;border-radius:12px;cursor:pointer;text-transform:uppercase;text-decoration:none;text-align:center;transition:background .15s ease,transform .1s ease;box-shadow:0 4px 16px #0000004d;font-family:inherit}.outside-tg__play--tg{background:#229ed9}.outside-tg__play--tg:hover{background:#1c8bc1;transform:scale(1.03)}.outside-tg__play--tg:active{background:#1779a8;transform:scale(.98)}.outside-tg__play--site{background:#ffffff26;border:1px solid rgba(255,255,255,.3)}.outside-tg__play--site:hover{background:#ffffff38;transform:scale(1.03)}.outside-tg__play--site:active{background:#ffffff47;transform:scale(.98)}.outside-tg__hint{position:absolute;top:calc(50% + 172px);left:50%;transform:translate(-50%);z-index:1;margin:0;font-size:13px;line-height:1.5;color:#ffffff80;text-align:center;text-shadow:0 1px 4px rgba(0,0,0,.5);max-width:340px}:root{--color-bg: #1f1c09;--color-bg-secondary: #2a2508;--color-primary: #ffc20d;--color-text: #e0e0e0;--color-text-secondary: #888;--color-border: rgba(255, 194, 13, .2);--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--transition: all .2s ease}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;background:var(--color-bg);color:var(--color-text);font-family:var(--font-family);-webkit-font-smoothing:antialiased}#root{display:flex;flex-direction:column;width:100%;min-height:100vh}button{font-family:inherit;cursor:pointer;border:none;background:none;transition:var(--transition)}input{font-family:inherit}.spinner{width:40px;height:40px;border:4px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
