body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--background-color:#f5e6c2;--text-color:#333;--primary-color:#6c4ed9;--header-background:#6c4ed9;--link-color:#6c4ed9;--button-color:#6c4ed9;--positive-amount:#4caf50;--negative-amount:#f44336;--border-radius:12px;--accent-color:#f0ebff;--border-color:#e0e0e0}.App{background-color:#f7f7f7;background-color:var(--background-color);color:#111;color:var(--text-color);min-height:100vh;text-align:center;transition:all .3s ease}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#111;background-color:var(--header-background);color:#111;color:var(--text-color);display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#111;color:var(--link-color)}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.card{background-color:#fff;background-color:var(--card-background);border-radius:12px;border-radius:var(--border-radius);margin:16px;padding:20px}.button{background-color:#111;background-color:var(--button-color);border:none;border-radius:24px;color:#fff;color:var(--button-text);cursor:pointer;font-size:16px;padding:12px 24px;transition:all .3s ease}.button:hover{opacity:.9}table{border:1px solid #d8d8d8;border:1px solid var(--border-color);border-collapse:collapse;width:100%}td,th{padding:12px;text-align:left}.positive-amount{background-color:#4caf501a;color:#4caf50;color:var(--positive-amount)}.negative-amount,.positive-amount{border-radius:16px;padding:6px 12px}.negative-amount{background-color:#f443361a;color:#f44336;color:var(--negative-amount)}.qr-container{background-color:#fff;background-color:var(--card-background);border-radius:12px;border-radius:var(--border-radius);display:inline-block;padding:20px}.auth-container{background:#0a0e14;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;margin:0 auto;max-width:393px;min-height:100vh;overflow:hidden;position:relative}.auth-starfield{height:100%;left:0;opacity:.6;pointer-events:none;position:absolute;top:0;width:100%;z-index:0}.auth-star{animation:auth-twinkle 3s ease-in-out infinite;background:radial-gradient(circle,#fffc 0,#b598ff00 100%);border-radius:50%;height:6.96px;mix-blend-mode:color-dodge;position:absolute;width:6.96px}.auth-star-0{animation-delay:0s;left:15px;top:490px}.auth-star-1{animation-delay:.1s;left:143px;top:165px}.auth-star-2{animation-delay:.2s;left:270px;top:140px}.auth-star-3{animation-delay:.3s;left:74px;top:103px}.auth-star-4{animation-delay:.4s;left:340px;top:561px}.auth-star-5{animation-delay:.5s;left:235px;top:632px}.auth-star-6{animation-delay:.6s;left:325px;top:390px}.auth-star-7{animation-delay:.7s;left:127px;top:87px}.auth-star-8{animation-delay:.8s;left:67px;top:337px}.auth-star-9{animation-delay:.9s;left:47px;top:274px}.auth-star-10{animation-delay:1s;left:224px;top:374px}.auth-star-11{animation-delay:1.1s;left:217px;top:281px}.auth-star-12{animation-delay:1.2s;left:370px;top:26px}.auth-star-13{animation-delay:1.3s;left:253px;top:452px}.auth-star-14{animation-delay:1.4s;left:264px;top:544px}.auth-star-15{animation-delay:1.5s;left:5px;top:570px}.auth-star-16{animation-delay:1.6s;left:79px;top:605px}.auth-star-17{animation-delay:1.7s;left:156px;top:615px}.auth-star-18{animation-delay:1.8s;left:112px;top:674px}.auth-star-19{animation-delay:1.9s;left:120px;top:281px}.auth-star-20{animation-delay:2s;left:238px;top:195px}.auth-star-21{animation-delay:2.1s;left:277px;top:317px}.auth-star-22{animation-delay:2.2s;left:327px;top:281px}.auth-star-23{animation-delay:2.3s;left:360px;top:84px}.auth-star-24{animation-delay:2.4s;left:367px;top:144px}.auth-star-25{animation-delay:2.5s;left:205px;top:124px}.auth-star-26{animation-delay:2.6s;left:145px;top:358px}.auth-star-27{animation-delay:2.7s;left:147px;top:502px}.auth-star-28{animation-delay:2.8s;left:340px;top:490px}.auth-star-29{animation-delay:2.9s;left:394px;top:440px}@keyframes auth-twinkle{0%,to{opacity:.3}50%{opacity:1}}.auth-screen-header{padding:20px 24px;position:relative;z-index:1}.auth-logo,.auth-screen-header{align-items:center;display:flex}.auth-logo{height:52px;justify-content:center;width:52px}.auth-logo img{border-radius:50%;height:52px;width:52px}.auth-app-name{color:#fff;font-size:24px;font-weight:700;letter-spacing:.5px;margin:0 0 0 12px}.auth-lang-btn{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff26;border-radius:20px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:6px;margin-left:auto;padding:8px 16px;transition:all .3s ease}.auth-lang-btn:hover{background:#ffffff26;border-color:#ffffff40}.auth-content{display:flex;flex:1 1;flex-direction:column;margin-top:20px;padding:0 24px;position:relative;z-index:1}.auth-main-title{color:#fff;font-size:28px;font-style:italic;font-weight:700;letter-spacing:1.5px;margin:0 0 12px;text-align:center}.auth-hero-subtitle{color:#fff9;font-size:14px;font-weight:400;margin:0 0 40px;text-align:center}.auth-card-wrapper{background:linear-gradient(180deg,#140c28,#140c28);border-radius:30px;margin-bottom:24px;padding:2px;position:relative}.auth-card-wrapper:before{background:linear-gradient(135deg,#ffffff26,#ffffff0d);border-radius:30px;content:"";inset:0;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:1px;pointer-events:none;position:absolute}.auth-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#140c2899;border-radius:29px;padding:32px 24px;position:relative}.auth-card-title{color:#fff;font-size:32px;font-weight:700;margin:0 0 8px;text-align:center}.auth-card-subtitle{color:#ffffffb3;font-size:14px;font-weight:400;margin:0 0 32px;text-align:center}.auth-form{display:flex;flex-direction:column;gap:16px}.auth-field{position:relative}.auth-field-input{background:#0a0e1499;border:1px solid #ffffff1a;border-radius:16px;box-sizing:border-box;color:#ffffffe6;font-size:16px;height:56px;outline:none;padding:0 20px;transition:all .3s ease;width:100%}.auth-field-input::placeholder{color:#fff6}.auth-field-input:hover{background:#0a0e14b3;border-color:#fff3}.auth-field-input:focus{background:#0a0e14cc;border-color:#7949ec}.auth-password-wrapper{position:relative}.auth-password-wrapper .auth-field-input{padding-right:52px}.auth-password-toggle{align-items:center;cursor:pointer;display:flex;opacity:.4;position:absolute;right:16px;top:50%;transform:translateY(-50%);transition:opacity .2s}.auth-password-toggle:hover{opacity:.8}.auth-submit-btn{background:linear-gradient(135deg,#7949ec,#5200ff);border:none;border-radius:15px;color:#fff;cursor:pointer;font-size:18px;font-weight:600;height:54px;margin-top:8px;transition:all .3s ease;width:100%}.auth-submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#8549e5,#6200ff);transform:translateY(-2px)}.auth-submit-btn:active:not(:disabled){transform:translateY(0)}.auth-submit-btn:disabled{cursor:not-allowed;opacity:.45}.auth-google-divider{align-items:center;color:#ffffff73;display:flex;font-size:12px;font-weight:600;gap:12px;text-transform:uppercase}.auth-google-divider:after,.auth-google-divider:before{background:#ffffff1f;content:"";flex:1 1;height:1px}.auth-google-wrapper{display:flex;justify-content:center;min-height:44px}.auth-google-wrapper>div{width:100%}.auth-switch-text{color:#fff9;font-size:14px;margin:20px 0 0;text-align:center}.auth-switch-link{color:#fff;cursor:pointer;font-weight:700;transition:color .2s}.auth-switch-link:hover{color:#b598ff}.auth-footer{margin-top:auto;padding:24px 0 32px;position:relative;text-align:center;z-index:1}.auth-footer span{color:#ffffff80;font-size:13px}@media (max-width:393px){.auth-container{max-width:100%}.auth-content{padding:0 16px}.auth-card{padding:28px 20px}}.welcome-container{background:linear-gradient(180deg,#1a1a2e,#16213e 50%,#0f0f23);display:flex;flex-direction:column;min-height:calc(100vh - 70px);padding:24px 16px;width:100%}.welcome-header{margin-bottom:24px;text-align:center}.welcome-title{color:#fff;font-family:Georgia,serif;font-size:28px;font-style:italic;font-weight:700;margin:0 0 8px}.logout-link{color:#00bcd4;cursor:pointer;font-size:14px}.logout-link:hover{color:#4dd0e1}.welcome-subtitle{color:#fff;font-size:16px;font-weight:500;margin:0 0 24px}.action-cards-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-bottom:24px;max-width:320px;width:100%}.action-card{align-items:center;background:linear-gradient(135deg,#8b5cf64d,#3b82f633);border:2px solid;border-radius:16px;cursor:pointer;display:flex;justify-content:center;position:relative;transition:all .3s ease}.action-card-create{border-color:#a855f7}.action-card-scan{border-color:#3b82f6}.action-card:hover{transform:scale(1.05)}.action-card.disabled{cursor:not-allowed;opacity:.5}.action-card.disabled:hover{transform:none}.action-card-text{color:#fff;font-size:18px;font-weight:600;line-height:1.4;text-align:center}.qr-scanner-container{border:2px solid #00bcd4;border-radius:16px;margin:0 auto 24px;max-width:320px;overflow:hidden;width:100%}.or-divider{align-items:center;display:flex;margin-bottom:24px;max-width:320px;width:100%}.or-divider:after,.or-divider:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";flex:1 1;height:1px}.or-divider span{color:#ffffffb3;font-size:14px;font-weight:500;padding:0 16px}.table-id-input-container{margin-bottom:24px;max-width:320px}.table-id-input{background:#0000004d;border:2px solid #00bcd4;border-radius:12px;color:#fff;font-size:16px;outline:none;padding:14px 16px;transition:all .3s ease;width:100%}.table-id-input::placeholder{color:#ffffff80}.table-id-input:focus{border-color:#4dd0e1}.action-buttons-row{display:flex;gap:12px;margin-bottom:32px;max-width:320px}.action-button{background:#ffffff1a;border:1px solid #ffffff4d;border-radius:8px;color:#fff;cursor:pointer;flex:1 1;font-size:14px;font-weight:500;padding:12px 16px;transition:all .3s ease}.action-button:hover:not(:disabled){background:#fff3;border-color:#ffffff80}.action-button:disabled{cursor:not-allowed;opacity:.5}.welcome-footer{color:#fff9;font-size:14px;margin-top:auto;padding-top:24px}.create-table-modal .ant-modal-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e2337f2!important;border:1px solid #ffffff1a;border-radius:16px!important}.create-table-modal .ant-modal-close{color:#fff9}.create-table-modal .ant-modal-close:hover{color:#fff}.create-table-content{padding:8px}.create-table-title{color:#fff;font-size:24px;font-weight:600;margin:0 0 24px;text-align:left}.create-table-field{margin-bottom:20px}.create-table-label{color:#ffffffb3;display:block;font-size:14px;margin-bottom:8px}.create-table-input{background:#0000004d;border:2px solid #00bcd4;border-radius:12px;box-sizing:border-box;color:#fff;font-size:16px;max-width:100%;outline:none;padding:14px 16px;transition:all .3s ease;width:100%}.create-table-input:focus{border-color:#4dd0e1}.create-table-help{color:#ffffff80;display:block;font-size:12px;margin-top:8px}.create-table-toggle-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px;padding:16px 0}.create-table-toggle-label{color:#fff;font-size:16px}.create-table-switch.ant-switch{background:#fff3!important}.create-table-switch.ant-switch-checked{background:linear-gradient(90deg,#00bcd4,#8b5cf6)!important}.create-table-buttons{display:flex;gap:12px}.create-table-btn{border:none;border-radius:12px;cursor:pointer;flex:1 1;font-size:16px;font-weight:600;padding:14px 24px;transition:all .3s ease}.cancel-btn{background:#ffffff26;color:#fff}.cancel-btn:hover{background:#ffffff40}.create-btn{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff}.create-btn:hover:not(:disabled){transform:translateY(-2px)}.create-btn:disabled{cursor:not-allowed;opacity:.5}.qr-display-modal .ant-modal-content{background:linear-gradient(180deg,#1a1a2e,#16213e 50%,#0f0f23)!important;border:1px solid #ffffff1a;border-radius:16px!important}.qr-display-modal .ant-modal-close{color:#fff9}.qr-display-content{padding:16px;text-align:center}.qr-display-title{color:#fff;font-family:Georgia,serif;font-size:24px;font-style:italic;font-weight:700;margin:0 0 24px}.qr-code-frame{background:linear-gradient(135deg,#00bcd41a,#8b5cf61a);border-radius:16px;display:inline-block;margin:0 auto 24px;padding:16px;position:relative}.qr-code-inner{background:#fff;border-radius:8px;padding:12px;position:relative}.qr-table-name{color:#fff;font-family:Georgia,serif;font-size:20px;font-style:italic;font-weight:700;margin:32px 0 24px}.qr-actions{align-items:stretch;gap:12px}.qr-actions,.qr-share-btn{display:flex;justify-content:center}.qr-share-btn{align-items:center;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none;border-radius:24px;color:#fff;cursor:pointer;flex:1 1;font-size:14px;font-weight:600;gap:8px;padding:14px 20px;transition:all .3s ease}.qr-share-btn:hover{transform:translateY(-2px)}.qr-btn-icon{font-size:16px}.qr-btn-arrow{margin-left:4px}.qr-save-btn{align-items:center;background:#0000;border:2px solid #00bcd4;border-radius:12px;color:#fff;cursor:pointer;display:flex;flex-direction:column;justify-content:center;padding:12px 16px;transition:all .3s ease}.qr-save-btn:hover{background:#00bcd41a}.qr-save-icon{font-size:18px;margin-bottom:4px}.qr-save-text{font-size:11px;line-height:1.3;text-align:center}.history-modal .ant-modal-content{background:linear-gradient(180deg,#1a1a2e,#16213e 50%,#0f0f23)!important;border-radius:0;min-height:100vh}.history-modal .ant-modal-close{color:#fff}.history-container{min-height:calc(100vh - 48px);padding:24px 16px}.history-title{color:#fff;font-family:Georgia,serif;font-size:28px;font-style:italic;font-weight:700;margin:0 0 24px;text-align:center}.history-empty,.history-loading{color:#fff9;font-size:16px;padding:48px 0;text-align:center}.history-cards-list{display:flex;flex-direction:column;gap:16px;margin:0 auto;max-width:400px}.history-card{background:#141428cc;border:2px solid #00bcd4;border-radius:12px;cursor:pointer;padding:16px;transition:all .3s ease}.history-card:hover{transform:translateY(-2px)}.history-card-header{margin-bottom:8px}.history-table-name{color:#fff;font-size:16px;font-weight:600;word-break:break-word}.history-card-date{color:#fff9;font-size:13px;margin-bottom:12px}.history-card-footer{align-items:center;display:flex;gap:12px}.history-points-badge{border:2px solid;border-radius:20px;font-size:14px;font-weight:600;padding:6px 16px}.history-points-badge.positive{background:#22c55e1a;border-color:#22c55e;color:#22c55e}.history-points-badge.negative{background:#ef44441a;border-color:#ef4444;color:#ef4444}.history-creator-badge{background:#ffffff1a;border:1px solid #ffffff4d;border-radius:8px;color:#fffc;font-size:13px;padding:6px 12px}.app-header{align-items:center!important;background:linear-gradient(180deg,#1a1a2e,#16213e 50%,#0f0f23)!important;display:flex!important;height:70px!important;justify-content:space-between!important;line-height:70px!important;padding:0 16px!important}.header-left{flex:1 1;justify-content:flex-start}.header-center,.header-left{align-items:center;display:flex}.header-center{flex:0 1;justify-content:center}.header-right{align-items:center;display:flex;flex:1 1;gap:12px;justify-content:flex-end}.header-logo-container{align-items:center;display:flex;justify-content:center;position:relative}.header-logo{border-radius:50%;height:48px;transition:all .3s ease;width:48px}.header-logo:hover{transform:scale(1.05)}.dashboard-container{background:linear-gradient(180deg,#1a1a2e,#16213e 50%,#0f0f23);min-height:100vh;padding:16px}.player-card{align-items:center;background:#1e1e32e6;border:2px solid;border-radius:16px;display:flex;margin-bottom:12px;padding:16px 20px;position:relative;transition:all .3s ease;z-index:1}.player-card-positive{border-color:#22c55e}.player-card-negative{border-color:#ef4444}.player-card-zero{border-color:#6b7280}.player-avatar{align-items:center;background:linear-gradient(135deg,#4a5568,#2d3748);border-radius:50%;display:flex;flex-shrink:0;height:48px;justify-content:center;margin-right:16px;width:48px}.player-avatar img{border-radius:50%;height:100%;object-fit:cover;width:100%}.player-avatar-placeholder{color:#71331f;font-size:24px}.player-name{color:#fff;flex:1 1;font-size:18px;font-weight:600;min-width:80px;overflow-wrap:break-word;text-align:left;word-break:break-word}.player-balance{border-radius:20px;flex-shrink:0;font-size:16px;font-weight:700;margin-right:16px;padding:6px 0;text-align:center;width:80px}.player-balance-positive{background:#22c55e26;border:1px solid #22c55e4d;color:#22c55e}.player-balance-negative{background:#ef444426;border:1px solid #ef44444d;color:#ef4444}.player-balance-zero{background:#6b728026;border:1px solid #6b72804d;color:#71331f}.player-actions{display:flex;gap:8px}.action-btn{align-items:center;background:#0000;border:2px solid;border-radius:50%;cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .2s ease;width:40px}.action-btn:hover{transform:scale(1.1)}.action-btn-pay{border-color:#f59e0b;color:#f59e0b}.action-btn-log{border-color:#3b82f6;color:#3b82f6}.bottom-actions{align-items:center;display:flex;justify-content:space-between;margin-top:20px;padding:20px 0}.bottom-btn{border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;padding:12px 24px;transition:all .2s ease}.bottom-btn-dark{background:#374151cc;border:none;color:#fff}.qr-btn{align-items:center;background:linear-gradient(135deg,#8b5cf6,#6d28d9);border:none;border-radius:50%;cursor:pointer;display:flex;flex-direction:column;height:80px;justify-content:center;width:80px}.qr-btn-icon{color:#fff;font-size:24px}.qr-btn-text{color:#fff;font-size:12px;margin-top:4px}.stream-share-btn{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:50%;cursor:pointer;display:flex;flex-direction:column;height:60px;justify-content:center;width:60px}.stream-share-icon{font-size:20px}.stream-share-text{color:#fff;font-size:10px;margin-top:2px}.history-tabs{background:#37415180;border-radius:8px;display:flex;margin-bottom:16px;padding:4px}.history-tab{background:#0000;border:none;border-radius:6px;color:#71331f;cursor:pointer;flex:1 1;font-size:14px;font-weight:500;padding:10px 20px;transition:all .2s ease}.history-tab.active{background:#4b5563cc;color:#fff}.history-search{background:#37415180;border:1px solid #4b556380;border-radius:8px;color:#fff;font-size:14px;margin-bottom:16px;padding:12px 16px;width:100%}.history-search::placeholder{color:#6b7280}.timeline-container{max-height:400px;overflow-y:auto;padding-left:40px;position:relative}.timeline-line{background:linear-gradient(180deg,#ef4444,#8b5cf6 50%,#22c55e);bottom:0;left:15px;position:absolute;top:0;width:2px}.timeline-item{margin-bottom:12px;position:relative}.timeline-dot{border:3px solid;border-radius:50%;height:16px;left:-33px;position:absolute;top:50%;transform:translateY(-50%);width:16px}.timeline-dot-in{background:#22c55e4d;border-color:#22c55e}.timeline-dot-out{background:#ef44444d;border-color:#ef4444}.timeline-dot-neutral{background:#8b5cf64d;border-color:#8b5cf6}.transaction-card{background:#1e1e32f2;border:2px solid;border-radius:12px;padding:16px;position:relative;z-index:1}.transaction-card-in{border-color:#22c55e}.transaction-card-out{border-color:#ef4444}.transaction-card-neutral{border-color:#8b5cf6}.transaction-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.transaction-text{align-items:center;color:#d1d5db;display:flex;font-size:14px;gap:4px}.transaction-text strong{color:#fff;font-weight:600}.transaction-arrow{font-size:16px;font-weight:700}.arrow-in{color:#22c55e}.arrow-out{color:#ef4444}.transaction-amount{font-size:24px;font-weight:700;text-align:right}.transaction-amount-in{color:#22c55e}.transaction-amount-out{color:#ef4444}.transaction-amount-neutral{color:#8b5cf6}.transaction-footer{align-items:center;display:flex;gap:16px;justify-content:space-between}.transaction-time{color:#6b7280;font-size:12px}.transaction-balance-change{font-size:12px;font-weight:600}.balance-in{color:#22c55e}.balance-out{color:#ef4444}.balance-neutral{color:#8b5cf6}.numpad-modal{background:#fff;border-radius:20px;padding:24px}.numpad-title{font-size:18px;font-weight:600;margin-bottom:20px}.numpad-display,.numpad-title{color:#1f2937;text-align:center}.numpad-display{font-size:48px;font-weight:700;margin-bottom:24px;min-height:60px}.numpad-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,1fr);margin-bottom:20px}.numpad-btn{align-items:center;background:#f3f4f6;border:none;border-radius:50%;color:#1f2937;cursor:pointer;display:flex;font-size:24px;font-weight:500;height:70px;justify-content:center;margin:0 auto;transition:all .15s ease;width:70px}.numpad-btn:hover{background:#e5e7eb}.numpad-btn:active{transform:scale(.95)}.numpad-confirm{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:16px;transition:all .2s ease;width:100%}.numpad-confirm:hover{opacity:.9}.numpad-confirm:disabled{cursor:not-allowed;opacity:.5}.show-all-log-btn{background:linear-gradient(135deg,#6d28d9,#8b5cf6);border:none;border-radius:20px;color:#fff;cursor:pointer;display:block;font-size:14px;font-weight:500;margin:20px auto 0;padding:10px 24px}.pagination-container{align-items:center;color:#71331f;display:flex;gap:8px;justify-content:flex-end;margin-top:16px}.pagination-btn{background:#0000;border:none;color:#71331f;cursor:pointer;padding:4px 8px}.pagination-current{border:1px solid #6b728080;border-radius:4px;padding:4px 12px}.dashboard-footer{color:#71331f;font-size:14px;padding:20px 0;text-align:center}.dashboard-footer .heart{color:#ef4444}.history-modal-dark .ant-modal-content{background:#1a1a2e;border:1px solid #8b5cf64d}.history-modal-dark .ant-modal-header{background:#0000;border-bottom:1px solid #4b556380}.history-modal-dark .ant-modal-title{color:#fff}.history-modal-dark .ant-modal-close-icon{color:#71331f}.history-modal-dark .ant-modal-footer{border-top:1px solid #4b556380}.action-button-stream{align-items:center;background:linear-gradient(135deg,#ef4444,#dc2626)!important;border:1px solid #ef4444!important;display:flex;gap:6px;justify-content:center}.action-button-stream:hover:not(:disabled){background:linear-gradient(135deg,#dc2626,#b91c1c)!important}.action-button-stream.stream-live{animation:pulse-green 2s ease-in-out infinite;background:linear-gradient(135deg,#22c55e,#16a34a)!important;border:1px solid #22c55e!important}.action-button-stream.stream-live:hover:not(:disabled){background:linear-gradient(135deg,#16a34a,#15803d)!important}.stream-icon{font-size:16px}.close-qr-button{background:#ffffff1a;border:1px solid #ffffff4d;border-radius:8px;color:#fff;cursor:pointer;margin-top:12px;padding:10px;width:100%}.broadcast-container{background:#000;height:100vh;left:0;overflow:hidden;position:fixed;top:0;width:100vw}.broadcast-video{height:100%;object-fit:cover;width:100%}.broadcast-overlay{bottom:0;display:flex;flex-direction:column;left:0;pointer-events:none;position:absolute;right:0;top:0}.broadcast-overlay>*{pointer-events:auto}.broadcast-top-bar{align-items:flex-start;display:flex;justify-content:space-between;padding:max(20px,env(safe-area-inset-top)) 20px 20px}.live-badge-container{align-items:flex-start;display:flex;flex-direction:column;gap:4px}.live-badge{align-items:center;background:#ef4444;border-radius:6px;color:#fff;display:flex;font-size:14px;font-weight:700;gap:6px;padding:6px 12px}.live-dot{animation:pulse 1.5s ease-in-out infinite;background:#fff;border-radius:50%;height:8px;width:8px}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.viewer-count{color:#fff;font-size:14px;font-weight:500}.broadcast-logo,.viewer-logo{left:50%;position:absolute;top:20px;transform:translateX(-50%)}.logo-ball{font-size:32px}.broadcast-chat,.viewer-chat{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0006;border-radius:12px;bottom:120px;left:16px;max-width:60%;padding:12px;position:absolute}.chat-message{color:#fff;font-size:13px;margin-bottom:6px}.chat-message:last-child{margin-bottom:0}.broadcast-controls{align-items:flex-end;background:linear-gradient(0deg,#0009 0,#0000);bottom:0;display:flex;gap:24px;justify-content:center;left:0;padding:20px 20px max(24px,env(safe-area-inset-bottom));position:absolute;right:0}.control-button{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-direction:column;gap:4px;height:56px;justify-content:center;padding:0;transition:all .2s;width:56px}.control-button:disabled{cursor:not-allowed;opacity:.5}.control-button:hover:not(:disabled){background:#ffffff4d}.control-button.active{background:#ef444499}.control-icon{font-size:20px}.control-label{bottom:-20px;font-size:10px;position:absolute;white-space:nowrap}.control-button{position:relative}.stream-action-button{border:4px solid #fff6;border-radius:50%;color:#fff;cursor:pointer;font-size:14px;font-weight:700;height:72px;transition:all .2s;width:72px}.stream-action-button.start{background:linear-gradient(135deg,#22c55e,#16a34a)}.stream-action-button.start:hover:not(:disabled){transform:scale(1.05)}.stream-action-button.stop{background:linear-gradient(135deg,#ef4444,#dc2626)}.stream-action-button.stop:hover{transform:scale(1.05)}.stream-action-button:disabled{cursor:not-allowed;opacity:.6}.viewer-container{background:#000;height:100vh;left:0;overflow:hidden;position:fixed;top:0;width:100vw}.viewer-video{height:100%;object-fit:contain;width:100%}.viewer-overlay{bottom:0;display:flex;flex-direction:column;left:0;pointer-events:none;position:absolute;right:0;top:0}.viewer-overlay>*{pointer-events:auto}.viewer-top-bar{align-items:flex-start;display:flex;justify-content:space-between;padding:max(20px,env(safe-area-inset-top)) 20px 20px}.viewer-close-button{align-items:center;background:none;border:none;color:#fff;cursor:pointer;display:flex;flex-direction:column;font-size:20px;gap:2px}.close-label{font-size:12px}.viewer-error,.viewer-loading{align-items:center;color:#fff;display:flex;flex-direction:column;gap:12px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.loading-spinner{animation:spin 1s linear infinite;border:3px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:40px;width:40px}@keyframes spin{to{transform:rotate(1turn)}}.viewer-error button{background:#fff3;border:1px solid #ffffff4d;border-radius:20px;color:#fff;cursor:pointer;padding:8px 20px}.viewer-autoplay-blocked{align-items:center;color:#fff;cursor:pointer;display:flex;flex-direction:column;gap:12px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.autoplay-play-icon{align-items:center;background:#fff3;border:2px solid #ffffff80;border-radius:50%;display:flex;font-size:28px;height:64px;justify-content:center;width:64px}.viewer-side-buttons{bottom:140px;display:flex;flex-direction:column;gap:16px;position:absolute;right:16px}.side-button{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fff3;border:none;border-radius:50%;cursor:pointer;display:flex;height:44px;justify-content:center;width:44px}.side-button:hover{background:#ffffff4d}.side-icon{font-size:20px}.viewer-chat-input{background:linear-gradient(0deg,#0009 0,#0000);bottom:0;left:0;padding:16px 16px max(16px,env(safe-area-inset-bottom));position:absolute;right:0}.chat-input{background:#ffffff26;border:none;border-radius:24px;color:#fff;font-size:14px;outline:none;padding:12px 16px;width:100%}.chat-input::placeholder{color:#fff9}.score-modal .ant-modal-content{background:linear-gradient(180deg,#1a1a2e,#16213e)!important;border:1px solid #8b5cf64d;border-radius:16px!important}.score-modal .ant-modal-close{color:#fff9}.score-modal-content{padding:8px}.score-modal-title{color:#fff;font-size:22px;font-weight:700;margin:0 0 20px;text-align:center}.score-empty,.score-loading{color:#fff9;padding:24px;text-align:center}.score-table-name{color:#00bcd4;font-size:16px;font-weight:600;margin-bottom:16px;text-align:center}.score-players-list{display:flex;flex-direction:column;gap:12px}.score-player-card{align-items:center;background:#ffffff1a;border-radius:12px;display:flex;justify-content:space-between;padding:12px 16px}.score-player-name{color:#fff;font-size:16px;font-weight:500}.score-player-points{font-size:18px;font-weight:700}.score-player-points.positive{color:#22c55e}.score-player-points.negative{color:#ef4444}.score-close-btn{background:linear-gradient(135deg,#8b5cf6,#6366f1);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-top:20px;padding:14px;transition:all .2s;width:100%}.score-close-btn:hover{transform:translateY(-2px)}:root{--background-color:#f7f7f7;--text-color:#111;--primary-color:#111;--secondary-color:#fff;--header-background:#111;--link-color:#111;--button-color:#111;--card-background:#fff;--button-text:#fff;--accent-color:#eee;--border-color:#d8d8d8;--surface-dark:#111;--surface-dark-2:#181818;--surface-dark-3:#242424;--surface-light:#fff;--text-muted-light:#ffffffa3;--text-muted-dark:#111111a3;--focus-ring:#ffffff6b}.App{background:#f7f7f7;background:var(--background-color)}.app-header,.auth-container,.create-table-modal .ant-modal-content,.dashboard-container,.history-modal .ant-modal-content,.history-modal-dark .ant-modal-content,.qr-display-modal .ant-modal-content,.score-modal .ant-modal-content,.welcome-container{background:#111!important;background:var(--surface-dark)!important;color:#fff}.auth-starfield{display:none}.logo-ball{filter:grayscale(1) contrast(1.1)!important}.auth-card,.auth-card-wrapper,.create-table-content,.history-container,.numpad-modal,.qr-display-content,.score-modal-content{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#181818!important;background:var(--surface-dark-2)!important;border-color:#ffffff24!important}.auth-card-wrapper:before,.qr-scanner-container:after,.qr-scanner-container:before{display:none!important}.auth-app-name,.auth-card-title,.auth-main-title,.create-table-title,.history-title,.numpad-title,.qr-display-title,.score-modal-title,.welcome-title{color:#fff!important;font-style:normal;letter-spacing:0}.auth-card-subtitle,.auth-footer,.auth-hero-subtitle,.auth-switch-text,.create-table-help,.create-table-label,.history-card-date,.score-empty,.score-loading,.welcome-footer,.welcome-subtitle{color:#ffffffa3!important;color:var(--text-muted-light)!important}.numpad-display{background:#0f0f0f!important;border:1px solid #ffffff38;border-radius:12px;color:#fff!important;padding:8px 12px}.action-button,.action-card,.auth-lang-btn,.bottom-btn,.close-qr-button,.control-button,.create-table-btn,.numpad-btn,.numpad-confirm,.qr-btn,.qr-save-btn,.qr-share-btn,.score-close-btn,.show-all-log-btn,.side-button,.stream-share-btn,.viewer-close-button,.viewer-error button{background:#fff!important;border:1px solid #fff!important;color:#111!important;filter:none!important}.action-button:hover:not(:disabled),.action-card:hover,.auth-lang-btn:hover,.bottom-btn:hover,.control-button:hover:not(:disabled),.create-table-btn:hover,.numpad-btn:hover,.numpad-confirm:hover,.qr-btn:hover,.qr-save-btn:hover,.qr-share-btn:hover,.score-close-btn:hover,.show-all-log-btn:hover,.side-button:hover,.stream-share-btn:hover,.viewer-error button:hover{background:#e8e8e8!important;border-color:#e8e8e8!important;color:#111!important;transform:none!important}.auth-submit-btn,.create-table-btn.create-btn,.numpad-confirm,.stream-action-button.start,.stream-action-button.stop{background:#fff!important;border:1px solid #fff!important;color:#111!important}.ant-input,.auth-field-input,.chat-input,.create-table-input,.table-id-input{background:#181818!important;border:1px solid #3a3a3a!important;color:#fff!important}.auth-field-input::placeholder,.chat-input::placeholder,.create-table-input::placeholder,.table-id-input::placeholder{color:#ffffff6b!important}.auth-field-input:focus,.chat-input:focus,.create-table-input:focus,.table-id-input:focus{border-color:#fff!important}.ant-btn:focus-visible,.ant-modal-close:focus-visible,[role=button]:focus-visible,button:focus-visible,input:focus-visible{outline:2px solid #fff!important;outline-offset:3px}.action-button-stream.stream-live,.action-card-create,.action-card-scan,.bottom-btn-dark,.qr-btn,.qr-code-frame,.qr-code-inner,.qr-scanner-container,.stream-live,.stream-share-btn{background:#fff!important;border-color:#fff!important}.broadcast-controls,.or-divider:after,.or-divider:before,.timeline-line,.viewer-chat-input{background:#ffffff29!important}.broadcast-chat,.history-card,.player-card,.score-player-card,.transaction-card,.viewer-chat{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#ffffff14!important;border-color:#ffffff24!important}.auth-switch-link,.history-table-name,.qr-table-name,.score-table-name,.welcome-title strong{color:#fff!important}.balance-positive,.history-points-badge.positive,.positive-amount,.score-player-points.positive,.transaction-amount-positive{background:#ffffff1f!important;border-color:#ffffff38!important;color:#fff!important}.balance-negative,.history-points-badge.negative,.negative-amount,.score-player-points.negative,.transaction-amount-negative{background:#ffffff14!important;border-color:#ffffff2e!important;color:#d8d8d8!important}.live-badge,.viewer-count{background:#fff!important;border-color:#fff!important;color:#111!important}.live-dot{background:#111!important}.loading-spinner{border-color:#fff #ffffff3d #ffffff3d!important}.action-card-text,.close-label,.control-icon,.control-label,.qr-btn-arrow,.qr-btn-icon,.qr-btn-text,.qr-save-icon,.qr-save-text,.side-icon,.stream-icon,.stream-share-icon,.stream-share-text{color:#111!important}.action-button:disabled,.action-card.disabled,.bottom-btn:disabled,.close-qr-button:disabled,.control-button:disabled,.create-table-btn:disabled,.numpad-btn:disabled,.numpad-confirm:disabled,.qr-btn:disabled,.qr-save-btn:disabled,.qr-share-btn:disabled,.show-all-log-btn:disabled,.side-button:disabled,.stream-share-btn:disabled{background:#d6d6d6!important;border-color:#d6d6d6!important;color:#3f3f3f!important;cursor:not-allowed!important;opacity:1!important}.action-button:disabled *,.action-card.disabled *,.bottom-btn:disabled *,.close-qr-button:disabled *,.control-button:disabled *,.create-table-btn:disabled *,.numpad-btn:disabled *,.numpad-confirm:disabled *,.qr-btn:disabled *,.qr-save-btn:disabled *,.qr-share-btn:disabled *,.show-all-log-btn:disabled *,.side-button:disabled *,.stream-share-btn:disabled *{color:#3f3f3f!important}.action-button *,.action-card *,.auth-lang-btn *,.bottom-btn *,.close-qr-button *,.control-button *,.create-table-btn *,.numpad-btn *,.numpad-confirm *,.qr-btn *,.qr-save-btn *,.qr-share-btn *,.score-close-btn *,.show-all-log-btn *,.side-button *,.stream-share-btn *,.viewer-close-button *,.viewer-error button *{fill:currentColor!important;stroke:currentColor!important;color:inherit!important}:root{--retro-bg:#f5e6c2;--retro-panel:#101318;--retro-panel-2:#050b16;--retro-panel-blue:#071b31;--retro-panel-purple:#32134e;--retro-metal:#5c6068;--retro-metal-hi:#a8adb5;--retro-metal-low:#24272d;--retro-white:#f4f4f1;--retro-muted:#8993a3;--retro-blue:#3479df;--retro-cyan:#49b9ee;--retro-purple:#a866df;--retro-gold:#f2bc2d;--retro-green:#2f651f;--retro-green-hi:#42d642;--retro-red:#e05252;--retro-font:"Super Legend Boy","Courier New","Lucida Console",Monaco,monospace;--retro-title-font:"Super Legend Boy",Impact,"Arial Black","Courier New",monospace;--retro-cut-panel:polygon(0 18px,6px 18px,6px 12px,12px 12px,12px 6px,18px 6px,18px 0,calc(100% - 18px) 0,calc(100% - 18px) 6px,calc(100% - 12px) 6px,calc(100% - 12px) 12px,calc(100% - 6px) 12px,calc(100% - 6px) 18px,100% 18px,100% calc(100% - 18px),calc(100% - 6px) calc(100% - 18px),calc(100% - 6px) calc(100% - 12px),calc(100% - 12px) calc(100% - 12px),calc(100% - 12px) calc(100% - 6px),calc(100% - 18px) calc(100% - 6px),calc(100% - 18px) 100%,18px 100%,18px calc(100% - 6px),12px calc(100% - 6px),12px calc(100% - 12px),6px calc(100% - 12px),6px calc(100% - 18px),0 calc(100% - 18px));--retro-cut-button:polygon(0 12px,6px 12px,6px 6px,12px 6px,12px 0,calc(100% - 12px) 0,calc(100% - 12px) 6px,calc(100% - 6px) 6px,calc(100% - 6px) 12px,100% 12px,100% calc(100% - 12px),calc(100% - 6px) calc(100% - 12px),calc(100% - 6px) calc(100% - 6px),calc(100% - 12px) calc(100% - 6px),calc(100% - 12px) 100%,12px 100%,12px calc(100% - 6px),6px calc(100% - 6px),6px calc(100% - 12px),0 calc(100% - 12px))}.App,.App :not(svg):not(path):not([class*=anticon]),.ant-dropdown,.ant-dropdown *,.ant-message,.ant-message *,.ant-modal,.ant-modal *,.ant-notification,.ant-notification *,.ant-popover,.ant-popover *,body,button,input,select,textarea{font-family:Super Legend Boy,Courier New,Lucida Console,Monaco,monospace!important;font-family:var(--retro-font)!important}body{background:#f5e6c2;background:var(--retro-bg)}#root,.App,body,html{background:#f5e6c2!important;background:var(--retro-bg)!important}.auth-container,.dashboard-container,.welcome-container{-webkit-font-smoothing:none;-moz-osx-font-smoothing:grayscale;background:linear-gradient(90deg,rgba(64,84,102,.055) 1px,#0000 0),linear-gradient(0deg,rgba(64,84,102,.045) 1px,#0000 0),#f5e6c2!important;background:linear-gradient(90deg,rgba(64,84,102,.055) 1px,#0000 1px),linear-gradient(0deg,rgba(64,84,102,.045) 1px,#0000 1px),var(--retro-bg)!important;background-size:16px 16px,16px 16px,auto;color:#f4f4f1;color:var(--retro-white);font-family:Super Legend Boy,Courier New,Lucida Console,Monaco,monospace;font-family:var(--retro-font);image-rendering:pixelated;overflow:hidden;position:relative;text-rendering:geometricPrecision}.action-button,.action-card-text,.auth-card-title,.auth-main-title,.auth-submit-btn,.bottom-btn,.create-table-title,.history-title,.numpad-btn,.numpad-confirm,.numpad-display,.numpad-title,.player-balance,.player-name,.qr-btn-text,.qr-display-title,.stream-share-text,.welcome-title{-webkit-text-stroke:1px #000000e0;paint-order:stroke fill}.auth-container,.welcome-container{margin:0 auto;max-width:430px;min-height:100dvh;padding:14px 22px 20px}.auth-container:before,.dashboard-container:before,.welcome-container:before{border:4px solid #24272d;border:4px solid var(--retro-metal-low);-webkit-clip-path:polygon(0 18px,6px 18px,6px 12px,12px 12px,12px 6px,18px 6px,18px 0,calc(100% - 18px) 0,calc(100% - 18px) 6px,calc(100% - 12px) 6px,calc(100% - 12px) 12px,calc(100% - 6px) 12px,calc(100% - 6px) 18px,100% 18px,100% calc(100% - 18px),calc(100% - 6px) calc(100% - 18px),calc(100% - 6px) calc(100% - 12px),calc(100% - 12px) calc(100% - 12px),calc(100% - 12px) calc(100% - 6px),calc(100% - 18px) calc(100% - 6px),calc(100% - 18px) 100%,18px 100%,18px calc(100% - 6px),12px calc(100% - 6px),12px calc(100% - 12px),6px calc(100% - 12px),6px calc(100% - 18px),0 calc(100% - 18px));clip-path:polygon(0 18px,6px 18px,6px 12px,12px 12px,12px 6px,18px 6px,18px 0,calc(100% - 18px) 0,calc(100% - 18px) 6px,calc(100% - 12px) 6px,calc(100% - 12px) 12px,calc(100% - 6px) 12px,calc(100% - 6px) 18px,100% 18px,100% calc(100% - 18px),calc(100% - 6px) calc(100% - 18px),calc(100% - 6px) calc(100% - 12px),calc(100% - 12px) calc(100% - 12px),calc(100% - 12px) calc(100% - 6px),calc(100% - 18px) calc(100% - 6px),calc(100% - 18px) 100%,18px 100%,18px calc(100% - 6px),12px calc(100% - 6px),12px calc(100% - 12px),6px calc(100% - 12px),6px calc(100% - 18px),0 calc(100% - 18px));-webkit-clip-path:var(--retro-cut-panel);clip-path:var(--retro-cut-panel);content:"";inset:12px;pointer-events:none;position:absolute;z-index:0}.auth-container:after,.dashboard-container:after,.welcome-container:after{border-left:2px dotted #5c606873;border-right:2px dotted #5c606873;content:"";inset:28px;pointer-events:none;position:absolute;z-index:0}.auth-container>*,.dashboard-container>*,.welcome-container>*{position:relative;z-index:1}.auth-screen-header{gap:18px;justify-content:flex-start;min-height:96px;padding:18px 102px 0 26px!important}.auth-logo img,.header-logo{border-radius:0!important;height:86px!important;object-fit:contain;width:86px!important}.auth-app-name{-webkit-text-stroke:1px #000;font-family:Super Legend Boy,Impact,Arial Black,Courier New,monospace;font-family:var(--retro-title-font);font-size:29px!important;letter-spacing:1px!important;margin:0!important;text-transform:uppercase}.auth-app-name,.auth-lang-btn{color:#f4f4f1!important;color:var(--retro-white)!important;font-weight:900!important}.auth-lang-btn{background:linear-gradient(#282d35,#11151b)!important;border:3px solid #5c6068!important;border:3px solid var(--retro-metal)!important;border-radius:0!important;-webkit-clip-path:polygon(8px 0,calc(100% - 8px) 0,100% 8px,100% calc(100% - 8px),calc(100% - 8px) 100%,8px 100%,0 calc(100% - 8px),0 8px);clip-path:polygon(8px 0,calc(100% - 8px) 0,100% 8px,100% calc(100% - 8px),calc(100% - 8px) 100%,8px 100%,0 calc(100% - 8px),0 8px);font-size:18px!important;height:40px;min-width:82px;padding:0 12px!important;position:absolute;right:28px;top:44px}.auth-lang-btn span{color:#3479df!important;color:var(--retro-blue)!important}.auth-content{margin-top:0!important;padding:0 14px!important}.auth-main-title{-webkit-text-stroke:2px #2a1600;color:#f2bc2d!important;color:var(--retro-gold)!important;font-family:Super Legend Boy,Impact,Arial Black,Courier New,monospace;font-family:var(--retro-title-font);font-size:clamp(27px,8vw,35px)!important;font-weight:900!important;line-height:.86!important;margin:0 auto 8px!important;max-width:390px;text-transform:uppercase}.auth-main-title span{display:block;white-space:nowrap}.auth-main-title span:nth-child(2){font-size:.74em}.auth-hero-subtitle,.welcome-subtitle{color:#86b4ff!important;font-size:13px!important;font-weight:900;letter-spacing:1px!important;line-height:1.35;text-transform:uppercase}.auth-hero-subtitle:after,.auth-hero-subtitle:before,.dashboard-footer:after,.dashboard-footer:before,.or-divider:after,.or-divider:before,.welcome-subtitle:after,.welcome-subtitle:before{background:linear-gradient(90deg,#0000,#7033aa,#7033aa,#0000)!important}.auth-card,.auth-card-wrapper,.create-table-content,.history-container,.numpad-modal,.qr-display-content,.score-modal-content{background:linear-gradient(180deg,#15191f,#0f1217)!important;border:4px solid #24272d!important;border:4px solid var(--retro-metal-low)!important;border-radius:0!important;-webkit-clip-path:polygon(0 18px,6px 18px,6px 12px,12px 12px,12px 6px,18px 6px,18px 0,calc(100% - 18px) 0,calc(100% - 18px) 6px,calc(100% - 12px) 6px,calc(100% - 12px) 12px,calc(100% - 6px) 12px,calc(100% - 6px) 18px,100% 18px,100% calc(100% - 18px),calc(100% - 6px) calc(100% - 18px),calc(100% - 6px) calc(100% - 12px),calc(100% - 12px) calc(100% - 12px),calc(100% - 12px) calc(100% - 6px),calc(100% - 18px) calc(100% - 6px),calc(100% - 18px) 100%,18px 100%,18px calc(100% - 6px),12px calc(100% - 6px),12px calc(100% - 12px),6px calc(100% - 12px),6px calc(100% - 18px),0 calc(100% - 18px));clip-path:polygon(0 18px,6px 18px,6px 12px,12px 12px,12px 6px,18px 6px,18px 0,calc(100% - 18px) 0,calc(100% - 18px) 6px,calc(100% - 12px) 6px,calc(100% - 12px) 12px,calc(100% - 6px) 12px,calc(100% - 6px) 18px,100% 18px,100% calc(100% - 18px),calc(100% - 6px) calc(100% - 18px),calc(100% - 6px) calc(100% - 12px),calc(100% - 12px) calc(100% - 12px),calc(100% - 12px) calc(100% - 6px),calc(100% - 18px) calc(100% - 6px),calc(100% - 18px) 100%,18px 100%,18px calc(100% - 6px),12px calc(100% - 6px),12px calc(100% - 12px),6px calc(100% - 12px),6px calc(100% - 18px),0 calc(100% - 18px));-webkit-clip-path:var(--retro-cut-panel);clip-path:var(--retro-cut-panel)}.auth-card-wrapper{margin:10px 0!important;padding:6px!important}.auth-card{padding:20px 22px 16px!important}.auth-card-title{-webkit-text-stroke:1px #000;color:#f4f4f1!important;color:var(--retro-white)!important;font-family:Super Legend Boy,Impact,Arial Black,Courier New,monospace;font-family:var(--retro-title-font);font-size:30px!important;line-height:1!important;text-transform:uppercase}.auth-card-title:after,.auth-card-title:before{content:""}.auth-card-subtitle{color:#a866df!important;color:var(--retro-purple)!important;font-size:14px!important;font-weight:900;text-transform:uppercase}.ant-input,.auth-field-input,.chat-input,.create-table-input,.table-id-input{background:linear-gradient(180deg,#08111f,#040812)!important;border:3px solid #2d416e!important;border-radius:0!important;caret-color:#f2bc2d;caret-color:var(--retro-gold);-webkit-clip-path:polygon(0 12px,6px 12px,6px 6px,12px 6px,12px 0,calc(100% - 12px) 0,calc(100% - 12px) 6px,calc(100% - 6px) 6px,calc(100% - 6px) 12px,100% 12px,100% calc(100% - 12px),calc(100% - 6px) calc(100% - 12px),calc(100% - 6px) calc(100% - 6px),calc(100% - 12px) calc(100% - 6px),calc(100% - 12px) 100%,12px 100%,12px calc(100% - 6px),6px calc(100% - 6px),6px calc(100% - 12px),0 calc(100% - 12px));clip-path:polygon(0 12px,6px 12px,6px 6px,12px 6px,12px 0,calc(100% - 12px) 0,calc(100% - 12px) 6px,calc(100% - 6px) 6px,calc(100% - 6px) 12px,100% 12px,100% calc(100% - 12px),calc(100% - 6px) calc(100% - 12px),calc(100% - 6px) calc(100% - 6px),calc(100% - 12px) calc(100% - 6px),calc(100% - 12px) 100%,12px 100%,12px calc(100% - 6px),6px calc(100% - 6px),6px calc(100% - 12px),0 calc(100% - 12px));-webkit-clip-path:var(--retro-cut-button);clip-path:var(--retro-cut-button);color:#f4f4f1!important;color:var(--retro-white)!important;font-family:Super Legend Boy,Courier New,Lucida Console,Monaco,monospace!important;font-family:var(--retro-font)!important;font-size:14px!important;font-weight:900!important;height:50px!important;text-transform:uppercase}.auth-field-input::placeholder,.chat-input::placeholder,.create-table-input::placeholder,.table-id-input::placeholder{color:#7c8799!important;font-size:14px!important}.action-button,.auth-submit-btn,.bottom-btn-dark,.close-qr-button,.create-table-btn.create-btn,.numpad-confirm,.qr-btn,.qr-save-btn,.qr-share-btn,.score-close-btn,.show-all-log-btn,.stream-share-btn{background:linear-gradient(180deg,#3d762b,#214d19)!important;border:4px solid #9fb77b!important;border-radius:0!important;-webkit-clip-path:polygon(0 12px,6px 12px,6px 6px,12px 6px,12px 0,calc(100% - 12px) 0,calc(100% - 12px) 6px,calc(100% - 6px) 6px,calc(100% - 6px) 12px,100% 12px,100% calc(100% - 12px),calc(100% - 6px) calc(100% - 12px),calc(100% - 6px) calc(100% - 6px),calc(100% - 12px) calc(100% - 6px),calc(100% - 12px) 100%,12px 100%,12px calc(100% - 6px),6px calc(100% - 6px),6px calc(100% - 12px),0 calc(100% - 12px));clip-path:polygon(0 12px,6px 12px,6px 6px,12px 6px,12px 0,calc(100% - 12px) 0,calc(100% - 12px) 6px,calc(100% - 6px) 6px,calc(100% - 6px) 12px,100% 12px,100% calc(100% - 12px),calc(100% - 6px) calc(100% - 12px),calc(100% - 6px) calc(100% - 6px),calc(100% - 12px) calc(100% - 6px),calc(100% - 12px) 100%,12px 100%,12px calc(100% - 6px),6px calc(100% - 6px),6px calc(100% - 12px),0 calc(100% - 12px));-webkit-clip-path:var(--retro-cut-button);clip-path:var(--retro-cut-button);color:#f4f4f1!important;color:var(--retro-white)!important;font-family:Super Legend Boy,Courier New,Lucida Console,Monaco,monospace!important;font-family:var(--retro-font)!important;font-size:17px!important;font-weight:900!important;min-height:50px;text-transform:uppercase}.action-button:hover:not(:disabled),.auth-submit-btn:hover:not(:disabled),.bottom-btn-dark:hover,.create-table-btn.create-btn:hover,.numpad-confirm:hover:not(:disabled),.qr-btn:hover,.qr-save-btn:hover,.qr-share-btn:hover,.score-close-btn:hover,.show-all-log-btn:hover,.stream-share-btn:hover{background:linear-gradient(180deg,#4c8e37,#2a5e1f)!important;border-color:#f2bc2d!important;border-color:var(--retro-gold)!important;transform:translateY(-1px)!important}.auth-google-divider{color:#a866df!important;color:var(--retro-purple)!important;font-size:15px;font-weight:900;margin:4px 0}.auth-footer,.auth-switch-text,.dashboard-footer,.welcome-footer{color:#8993a3!important;color:var(--retro-muted)!important;font-size:13px!important;font-weight:900;text-transform:uppercase}.auth-switch-link{color:#f2bc2d!important;color:var(--retro-gold)!important}.welcome-container{align-items:center}.welcome-container:before{inset:12px}.welcome-header{margin-top:36px}.welcome-header:before{background:url(/static/media/logo512.7d0e092c6f62d58cfbf8.png) 50%/contain no-repeat;content:"";display:block;height:98px;margin:0 auto 8px;width:116px}.welcome-title{-webkit-text-stroke:2px #2a1600;color:#f2bc2d!important;color:var(--retro-gold)!important;font-size:clamp(28px,9vw,42px)!important;font-weight:900!important;line-height:.88!important;text-transform:uppercase}.logout-link{color:#49b9ee!important;color:var(--retro-cyan)!important;font-size:20px;font-weight:900;text-decoration:underline;text-decoration-thickness:3px;text-transform:uppercase;text-underline-offset:5px}.action-cards-grid{gap:14px!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;margin-top:12px;max-width:350px!important;width:100%!important}.action-card{aspect-ratio:1;background:linear-gradient(180deg,#08203b,#071526)!important;border:4px solid #24272d!important;border:4px solid var(--retro-metal-low)!important;border-radius:0!important;-webkit-clip-path:polygon(0 18px,6px 18px,6px 12px,12px 12px,12px 6px,18px 6px,18px 0,calc(100% - 18px) 0,calc(100% - 18px) 6px,calc(100% - 12px) 6px,calc(100% - 12px) 12px,calc(100% - 6px) 12px,calc(100% - 6px) 18px,100% 18px,100% calc(100% - 18px),calc(100% - 6px) calc(100% - 18px),calc(100% - 6px) calc(100% - 12px),calc(100% - 12px) calc(100% - 12px),calc(100% - 12px) calc(100% - 6px),calc(100% - 18px) calc(100% - 6px),calc(100% - 18px) 100%,18px 100%,18px calc(100% - 6px),12px calc(100% - 6px),12px calc(100% - 12px),6px calc(100% - 12px),6px calc(100% - 18px),0 calc(100% - 18px));clip-path:polygon(0 18px,6px 18px,6px 12px,12px 12px,12px 6px,18px 6px,18px 0,calc(100% - 18px) 0,calc(100% - 18px) 6px,calc(100% - 12px) 6px,calc(100% - 12px) 12px,calc(100% - 6px) 12px,calc(100% - 6px) 18px,100% 18px,100% calc(100% - 18px),calc(100% - 6px) calc(100% - 18px),calc(100% - 6px) calc(100% - 12px),calc(100% - 12px) calc(100% - 12px),calc(100% - 12px) calc(100% - 6px),calc(100% - 18px) calc(100% - 6px),calc(100% - 18px) 100%,18px 100%,18px calc(100% - 6px),12px calc(100% - 6px),12px calc(100% - 12px),6px calc(100% - 12px),6px calc(100% - 18px),0 calc(100% - 18px));-webkit-clip-path:var(--retro-cut-panel);clip-path:var(--retro-cut-panel);color:#f4f4f1!important;color:var(--retro-white)!important;flex-direction:column!important;min-height:126px;min-width:0!important;width:100%!important}.action-card-create:before{aspect-ratio:250/175;background:url(/static/media/table-icon.cbd944262e10828ca8ea.png) 50%/contain no-repeat;width:min(118px,74%)}.action-card-create:before,.action-card-scan:before{content:"";flex:0 0 auto;image-rendering:pixelated;margin-bottom:6px}.action-card-scan:before{aspect-ratio:240/215;background:url(/static/media/qr-icon.548b743256d7b3ec6220.png) 50%/contain no-repeat;width:min(102px,66%)}.action-card-text{-webkit-text-stroke:1px #000;color:#f4f4f1!important;color:var(--retro-white)!important;font-size:clamp(13px,4.2vw,17px)!important;font-weight:900;line-height:1.05!important;text-transform:uppercase}.or-divider{margin:18px 0!important;max-width:350px!important}.or-divider span{color:#a866df!important;color:var(--retro-purple)!important;font-size:24px!important;font-weight:900}.table-id-input-container{box-sizing:border-box;max-width:min(350px,calc(100vw - 72px));min-width:0;width:100%}.table-id-input{box-sizing:border-box;width:100%!important}.action-buttons-row{grid-gap:10px!important;display:grid!important;gap:10px!important;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:16px;max-width:350px;width:100%}.action-button{background:linear-gradient(180deg,#0d3156,#071a2d)!important;border-color:#5a728c!important;font-size:14px!important;min-height:64px;min-width:0;padding:10px 8px!important}.action-button:first-child{background:linear-gradient(180deg,#3d762b,#214d19)!important;border-color:#9fb77b!important}.action-button-stream{background:linear-gradient(180deg,#66328a,#32134e)!important;border-color:#a86ce0!important}.app-header{background:#000101!important;border:none!important;height:98px!important;line-height:1!important;padding:12px 24px!important;position:relative}.app-header:after{border-top:4px solid #24272d;border-top:4px solid var(--retro-metal-low);content:"";inset:8px 12px 0;pointer-events:none;position:absolute}.header-left,.header-right{flex:1 1}.header-logo{height:82px!important;width:92px!important}.header-right #language-change{filter:none!important}.header-right .ant-dropdown-trigger,.header-right>span{align-items:center;background:linear-gradient(#282d35,#11151b);border:3px solid #5c6068;border:3px solid var(--retro-metal);-webkit-clip-path:polygon(0 12px,6px 12px,6px 6px,12px 6px,12px 0,calc(100% - 12px) 0,calc(100% - 12px) 6px,calc(100% - 6px) 6px,calc(100% - 6px) 12px,100% 12px,100% calc(100% - 12px),calc(100% - 6px) calc(100% - 12px),calc(100% - 6px) calc(100% - 6px),calc(100% - 12px) calc(100% - 6px),calc(100% - 12px) 100%,12px 100%,12px calc(100% - 6px),6px calc(100% - 6px),6px calc(100% - 12px),0 calc(100% - 12px));clip-path:polygon(0 12px,6px 12px,6px 6px,12px 6px,12px 0,calc(100% - 12px) 0,calc(100% - 12px) 6px,calc(100% - 6px) 6px,calc(100% - 6px) 12px,100% 12px,100% calc(100% - 12px),calc(100% - 6px) calc(100% - 12px),calc(100% - 6px) calc(100% - 6px),calc(100% - 12px) calc(100% - 6px),calc(100% - 12px) 100%,12px 100%,12px calc(100% - 6px),6px calc(100% - 6px),6px calc(100% - 12px),0 calc(100% - 12px));-webkit-clip-path:var(--retro-cut-button);clip-path:var(--retro-cut-button);display:inline-flex;justify-content:center;min-height:42px;min-width:80px}.dashboard-container{min-height:calc(100dvh - 98px);padding:74px clamp(12px,5vw,84px) 28px!important}.dashboard-container:before{inset:8px 8px 12px}.player-cards-container{margin:0 auto;max-width:1320px}.player-card{background:linear-gradient(180deg,#12161c,#0b0e12)!important;border:4px solid #24272d!important;border:4px solid var(--retro-metal-low)!important;border-radius:0!important;-webkit-clip-path:polygon(0 18px,6px 18px,6px 12px,12px 12px,12px 6px,18px 6px,18px 0,calc(100% - 18px) 0,calc(100% - 18px) 6px,calc(100% - 12px) 6px,calc(100% - 12px) 12px,calc(100% - 6px) 12px,calc(100% - 6px) 18px,100% 18px,100% calc(100% - 18px),calc(100% - 6px) calc(100% - 18px),calc(100% - 6px) calc(100% - 12px),calc(100% - 12px) calc(100% - 12px),calc(100% - 12px) calc(100% - 6px),calc(100% - 18px) calc(100% - 6px),calc(100% - 18px) 100%,18px 100%,18px calc(100% - 6px),12px calc(100% - 6px),12px calc(100% - 12px),6px calc(100% - 12px),6px calc(100% - 18px),0 calc(100% - 18px));clip-path:polygon(0 18px,6px 18px,6px 12px,12px 12px,12px 6px,18px 6px,18px 0,calc(100% - 18px) 0,calc(100% - 18px) 6px,calc(100% - 12px) 6px,calc(100% - 12px) 12px,calc(100% - 6px) 12px,calc(100% - 6px) 18px,100% 18px,100% calc(100% - 18px),calc(100% - 6px) calc(100% - 18px),calc(100% - 6px) calc(100% - 12px),calc(100% - 12px) calc(100% - 12px),calc(100% - 12px) calc(100% - 6px),calc(100% - 18px) calc(100% - 6px),calc(100% - 18px) 100%,18px 100%,18px calc(100% - 6px),12px calc(100% - 6px),12px calc(100% - 12px),6px calc(100% - 12px),6px calc(100% - 18px),0 calc(100% - 18px));-webkit-clip-path:var(--retro-cut-panel);clip-path:var(--retro-cut-panel);margin-bottom:18px!important;min-height:86px;padding:14px 18px!important}.player-card:before{color:#a866df;color:var(--retro-purple);content:"+";font-size:24px;font-weight:900;text-align:center;width:42px}.action-card:after,.auth-card:after,.numpad-modal:after,.player-card:after,.qr-display-content:after{background:radial-gradient(circle at 0 0,#c078ff 0 3px,#33124d 4px 7px,#0000 8px),radial-gradient(circle at 100% 0,#c078ff 0 3px,#33124d 4px 7px,#0000 8px),radial-gradient(circle at 0 100%,#c078ff 0 3px,#33124d 4px 7px,#0000 8px),radial-gradient(circle at 100% 100%,#c078ff 0 3px,#33124d 4px 7px,#0000 8px);background-position:0 0,100% 0,0 100%,100% 100%;background-repeat:no-repeat;background-size:16px 16px;content:"";inset:8px;pointer-events:none;position:absolute}.player-name{-webkit-text-stroke:1px #000;color:#f4f4f1!important;color:var(--retro-white)!important;font-size:clamp(22px,4vw,36px)!important;font-weight:900}.player-balance{border-radius:0!important;-webkit-clip-path:polygon(0 12px,6px 12px,6px 6px,12px 6px,12px 0,calc(100% - 12px) 0,calc(100% - 12px) 6px,calc(100% - 6px) 6px,calc(100% - 6px) 12px,100% 12px,100% calc(100% - 12px),calc(100% - 6px) calc(100% - 12px),calc(100% - 6px) calc(100% - 6px),calc(100% - 12px) calc(100% - 6px),calc(100% - 12px) 100%,12px 100%,12px calc(100% - 6px),6px calc(100% - 6px),6px calc(100% - 12px),0 calc(100% - 12px));clip-path:polygon(0 12px,6px 12px,6px 6px,12px 6px,12px 0,calc(100% - 12px) 0,calc(100% - 12px) 6px,calc(100% - 6px) 6px,calc(100% - 6px) 12px,100% 12px,100% calc(100% - 12px),calc(100% - 6px) calc(100% - 12px),calc(100% - 6px) calc(100% - 6px),calc(100% - 12px) calc(100% - 6px),calc(100% - 12px) 100%,12px 100%,12px calc(100% - 6px),6px calc(100% - 6px),6px calc(100% - 12px),0 calc(100% - 12px));-webkit-clip-path:var(--retro-cut-button);clip-path:var(--retro-cut-button);font-size:clamp(18px,4vw,30px)!important;font-weight:900;min-height:42px;padding:8px 12px!important;width:min(160px,26vw)!important}.player-balance-positive,.positive-amount,.score-player-points.positive{background:#10380d!important;border:3px solid #2e872f!important;color:#42d642!important;color:var(--retro-green-hi)!important}.negative-amount,.player-balance-negative,.score-player-points.negative{background:#381111!important;border:3px solid #963535!important;color:#ff6262!important}.player-balance-zero{background:#1b2028!important;border:3px solid #5c6068!important;color:#c7ced8!important}.player-actions{gap:18px!important}.action-btn{background:#101318!important;border-radius:50%!important;border-width:4px!important;height:52px!important;width:52px!important}.action-btn-pay{border-color:#f2bc2d!important;border-color:var(--retro-gold)!important;color:#f2bc2d!important;color:var(--retro-gold)!important}.action-btn-log{border-color:#3479df!important;border-color:var(--retro-blue)!important;color:#3479df!important;color:var(--retro-blue)!important}.bottom-actions{grid-gap:22px;display:grid!important;gap:22px;grid-template-columns:2fr 1.15fr 1.15fr 1.45fr;margin:34px auto 0!important;max-width:1320px;padding:0!important}.bottom-btn,.qr-btn,.stream-share-btn{border-radius:0!important;flex-direction:row!important;gap:12px;height:74px!important;min-height:74px;padding:8px 18px!important;width:100%!important}.bottom-actions .bottom-btn:last-child,.qr-btn,.stream-share-btn{background:linear-gradient(180deg,#0d3156,#071a2d)!important;border-color:#5a728c!important}.stream-share-btn{background:linear-gradient(180deg,#66328a,#32134e)!important;border-color:#a86ce0!important}.bottom-actions .bottom-btn:first-child{background:linear-gradient(180deg,#3d762b,#214d19)!important;border-color:#9fb77b!important}.qr-btn-icon,.qr-btn-text,.stream-share-icon,.stream-share-text{color:#f4f4f1!important;color:var(--retro-white)!important;font-size:20px!important;font-weight:900}.dashboard-footer{color:#6ca7e8!important;font-size:20px!important;letter-spacing:1px;margin:26px auto 0;max-width:1320px}.dashboard-footer .heart{color:#ff4e4e!important}.ant-modal-content{background:#0000!important}.create-table-content,.history-container,.numpad-modal,.qr-display-content,.score-modal-content{color:#f4f4f1;color:var(--retro-white);padding:24px!important;position:relative}.create-table-title,.history-title,.numpad-title,.qr-display-title,.score-modal-title{color:#f4f4f1!important;color:var(--retro-white)!important;font-size:24px!important;font-weight:900!important;text-transform:uppercase}.numpad-display{background:#060b13!important;border:4px solid #2d416e!important;border-radius:0!important;-webkit-clip-path:polygon(0 12px,6px 12px,6px 6px,12px 6px,12px 0,calc(100% - 12px) 0,calc(100% - 12px) 6px,calc(100% - 6px) 6px,calc(100% - 6px) 12px,100% 12px,100% calc(100% - 12px),calc(100% - 6px) calc(100% - 12px),calc(100% - 6px) calc(100% - 6px),calc(100% - 12px) calc(100% - 6px),calc(100% - 12px) 100%,12px 100%,12px calc(100% - 6px),6px calc(100% - 6px),6px calc(100% - 12px),0 calc(100% - 12px));clip-path:polygon(0 12px,6px 12px,6px 6px,12px 6px,12px 0,calc(100% - 12px) 0,calc(100% - 12px) 6px,calc(100% - 6px) 6px,calc(100% - 6px) 12px,100% 12px,100% calc(100% - 12px),calc(100% - 6px) calc(100% - 12px),calc(100% - 6px) calc(100% - 6px),calc(100% - 12px) calc(100% - 6px),calc(100% - 12px) 100%,12px 100%,12px calc(100% - 6px),6px calc(100% - 6px),6px calc(100% - 12px),0 calc(100% - 12px));-webkit-clip-path:var(--retro-cut-button);clip-path:var(--retro-cut-button);color:#f2bc2d!important;color:var(--retro-gold)!important;font-size:44px!important;font-weight:900!important}.numpad-grid{gap:10px!important}.numpad-btn{background:linear-gradient(180deg,#1b2636,#0a101a)!important;border:3px solid #5a728c!important;color:#f4f4f1!important;color:var(--retro-white)!important;font-family:Super Legend Boy,Courier New,Lucida Console,Monaco,monospace!important;font-family:var(--retro-font)!important;font-weight:900!important;height:56px!important;width:72px!important}.history-card,.numpad-btn,.score-player-card,.transaction-card{-webkit-clip-path:polygon(0 12px,6px 12px,6px 6px,12px 6px,12px 0,calc(100% - 12px) 0,calc(100% - 12px) 6px,calc(100% - 6px) 6px,calc(100% - 6px) 12px,100% 12px,100% calc(100% - 12px),calc(100% - 6px) calc(100% - 12px),calc(100% - 6px) calc(100% - 6px),calc(100% - 12px) calc(100% - 6px),calc(100% - 12px) 100%,12px 100%,12px calc(100% - 6px),6px calc(100% - 6px),6px calc(100% - 12px),0 calc(100% - 12px));clip-path:polygon(0 12px,6px 12px,6px 6px,12px 6px,12px 0,calc(100% - 12px) 0,calc(100% - 12px) 6px,calc(100% - 6px) 6px,calc(100% - 6px) 12px,100% 12px,100% calc(100% - 12px),calc(100% - 6px) calc(100% - 12px),calc(100% - 6px) calc(100% - 6px),calc(100% - 12px) calc(100% - 6px),calc(100% - 12px) 100%,12px 100%,12px calc(100% - 6px),6px calc(100% - 6px),6px calc(100% - 12px),0 calc(100% - 12px));-webkit-clip-path:var(--retro-cut-button);clip-path:var(--retro-cut-button)}.history-card,.score-player-card,.transaction-card{background:linear-gradient(180deg,#12161c,#0b0e12)!important;border:3px solid #24272d!important;border:3px solid var(--retro-metal-low)!important}@media (max-width:720px){.dashboard-container{padding:54px 18px 24px!important}.player-card{min-height:74px;padding:12px 10px!important}.player-card:before{font-size:18px;width:26px}.player-balance{margin-right:8px!important}.player-actions{gap:8px!important}.action-btn{height:42px!important;width:42px!important}.bottom-actions{gap:14px;grid-template-columns:1fr 1fr}.bottom-actions .bottom-btn:first-child{grid-column:span 2}.action-buttons-row{grid-template-columns:repeat(3,minmax(0,1fr))}}.timeline-container{scrollbar-color:#9db5c7 #52687a}.timeline-line{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAABGdBTUEAALGPC/xhBQAAAAxQTFRFAAAAlK/GUV9rd42fUKWeeQAAAAF0Uk5TAEDm2GYAAAAiSURBVAjXY2BABVqrVq1g2BoaGscw////b7gJsBKwYlQAAI3IHTnBws7/AAAAAElFTkSuQmCC)!important;background-size:100% auto!important;image-rendering:pixelated;width:6px!important}.timeline-dot{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAABGdBTUEAALGPC/xhBQAAAAxQTFRFAAAA/dwA/7YAtYMAq5rRAwAAAAF0Uk5TAEDm2GYAAAAcSURBVAjXY2DACZgPAAm+DUDCMgdGgLlgCRwAAKqeBE2Y9o5MAAAAAElFTkSuQmCC) 50%/contain no-repeat!important;border:0!important;border-radius:0!important;height:18px!important;image-rendering:pixelated;width:18px!important}.history-card,.score-player-card,.transaction-card{background:#9db5c7!important;border:18px solid #0000!important;border-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAABJQTFRFAAAAY3WFZHaFUV9rd42flK/GJmCz8QAAAAF0Uk5TAEDm2GYAAAAySURBVCjPY2A2RgEGDIYuKECYwQRVwJnBxEkJCaiABEKRwKjA4BFAjyj0qMSIbPTkAACcx4+TUhQPfQAAAABJRU5ErkJggg==) 8 fill round!important;border-radius:0!important;-webkit-clip-path:none!important;clip-path:none!important;image-rendering:pixelated}.transaction-card-in{border-image-source:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAABGdBTUEAALGPC/xhBQAAABJQTFRFAAAAosDZcrhOi91fUoc4////FD6GFgAAAAF0Uk5TAEDm2GYAAAAsSURBVAjXY2DAB0RDQwNBNGOIi4urAJDB6mxsbBIAZigpEWZAFcO1ww3ECQAfTQsp+rK7LwAAAABJRU5ErkJggg==)!important}.transaction-card-out{border-image-source:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAABGdBTUEAALGPC/xhBQAAAAxQTFRFAAAA7Gpfjj84z15TA6BLHAAAAAF0Uk5TAEDm2GYAAAAiSURBVAjXY2BABVqrVq1g2BoaGscw////b7gJsBKwYlQAAI3IHTnBws7/AAAAAElFTkSuQmCC)!important}.transaction-card-neutral{border-image-source:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAABJQTFRFAAAAY3WFZHaFUV9rd42flK/GJmCz8QAAAAF0Uk5TAEDm2GYAAAAySURBVCjPY2A2RgEGDIYuKECYwQRVwJnBxEkJCaiABEKRwKjA4BFAjyj0qMSIbPTkAACcx4+TUhQPfQAAAABJRU5ErkJggg==)!important}.transaction-balance-change,.transaction-footer,.transaction-text,.transaction-time{color:#405466!important}.transaction-amount,.transaction-text strong{color:#fff7d7!important}.create-table-content,.history-container,.numpad-modal,.qr-display-content,.score-modal-content{color:#4d5160!important}.create-table-title,.history-title,.numpad-title,.qr-display-title,.score-modal-title{-webkit-text-stroke:1px #71331f;color:#e96757!important}.numpad-display{background:#9db5c7!important;border:18px solid #0000!important;border-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAABJQTFRFAAAAY3WFZHaFUV9rd42flK/GJmCz8QAAAAF0Uk5TAEDm2GYAAAAySURBVCjPY2A2RgEGDIYuKECYwQRVwJnBxEkJCaiABEKRwKjA4BFAjyj0qMSIbPTkAACcx4+TUhQPfQAAAABJRU5ErkJggg==) 8 fill round!important;-webkit-clip-path:none!important;clip-path:none!important;color:#405466!important}.numpad-btn{background:#6b7d8a!important;border:10px solid #0000!important;border-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAABGdBTUEAALGPC/xhBQAAAAxQTFRFAAAAlK/GUV9rd42fUKWeeQAAAAF0Uk5TAEDm2GYAAAAiSURBVAjXY2BABVqrVq1g2BoaGscw////b7gJsBKwYlQAAI3IHTnBws7/AAAAAElFTkSuQmCC) 5 fill stretch!important;border-radius:0!important;-webkit-clip-path:none!important;clip-path:none!important;image-rendering:pixelated}.numpad-confirm,.pagination-btn,.qr-save-btn,.qr-share-btn,.score-close-btn,.show-all-log-btn{background:#5a9fce!important;border:10px solid #0000!important;border-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAABGdBTUEAALGPC/xhBQAAABJQTFRFAAAAosDZXKLgaLj/O2iR////d/GwUQAAAAF0Uk5TAEDm2GYAAAAsSURBVAjXY2DAB0RDQwNBNGOIi4urAJDB6mxsbBIAZigpEWZAFcO1ww3ECQAfTQsp+rK7LwAAAABJRU5ErkJggg==) 5 fill stretch!important;border-radius:0!important;-webkit-clip-path:none!important;clip-path:none!important;color:#fff7d7!important;font-family:Super Legend Boy,Courier New,Lucida Console,Monaco,monospace!important;font-family:var(--retro-font)!important;image-rendering:pixelated;text-transform:uppercase}.numpad-confirm,.qr-share-btn{background:#6aa654!important;border-image-source:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAABGdBTUEAALGPC/xhBQAAABJQTFRFAAAAosDZcrhOi91fUoc4////FD6GFgAAAAF0Uk5TAEDm2GYAAAAsSURBVAjXY2DAB0RDQwNBNGOIi4urAJDB6mxsbBIAZigpEWZAFcO1ww3ECQAfTQsp+rK7LwAAAABJRU5ErkJggg==)!important}.qr-save-btn,.score-close-btn,.show-all-log-btn{background:#a8733a!important;border-image-source:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAABGdBTUEAALGPC/xhBQAAAA9QTFRFAAAAo3A6xYdHbUsn//HSltn15gAAAAF0Uk5TAEDm2GYAAAAjSURBVAjXY2DADZiNwcCAwVAJDIQZjFzAQJk0Blw73EDcAACjXhB5o9sLHgAAAABJRU5ErkJggg==)!important}.numpad-confirm:disabled,.pagination-btn:disabled,.qr-save-btn:disabled,.qr-share-btn:disabled,.score-close-btn:disabled,.show-all-log-btn:disabled{cursor:not-allowed!important;filter:grayscale(.3);opacity:.5!important}.overview-log-actions{display:inline-flex;gap:8px}.overview-log-actions .rt-button{min-height:42px;min-width:50px;padding:4px 8px}.overview-log-list{grid-gap:10px;display:grid;gap:10px}.overview-log-item{background:#9db5c7;border:14px solid #0000;border-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAABJQTFRFAAAAY3WFZHaFUV9rd42flK/GJmCz8QAAAAF0Uk5TAEDm2GYAAAAySURBVCjPY2A2RgEGDIYuKECYwQRVwJnBxEkJCaiABEKRwKjA4BFAjyj0qMSIbPTkAACcx4+TUhQPfQAAAABJRU5ErkJggg==) 8 fill round;color:#405466;image-rendering:pixelated;padding:12px}.rt-modal.create-table-modal{background-color:#f5e6c2!important;border:18px solid #0000!important;border-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAA9QTFRFAAAAo3A6bUsnxYdH//HSjZaq1QAAAAF0Uk5TAEDm2GYAAAAySURBVCjPY2BSQgEKDIrGKECIQRlVwIhB2VAQCQiDBFyQwKjA4BFAjyj0qMSIbPTkAADC623X8mMNOQAAAABJRU5ErkJggg==) 8 fill round!important;box-sizing:border-box!important;-webkit-clip-path:none!important;clip-path:none!important;color:#71331f!important;image-rendering:pixelated;overflow:visible;padding:76px clamp(22px,5vw,44px) 34px!important;width:min(calc(100vw - 18px),720px)!important}.rt-modal.create-table-modal .rt-modal-title{-webkit-text-stroke:0!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAABhQTFRFAAAAd42fY3WFUV9rxllP//HSjj844mZb1mDzbAAAAAF0Uk5TAEDm2GYAAABhSURBVCjPY2A2YEAFxspoAkaCZmlpyALMQublJWkQANVTXl5SDgYlEMH00tBQqAAIgwTKS0IhACEAVQESRBHAUDEiBNBDrBwtxFLK0UIMFNTuyFpAABov7nABBoQ4A+kAAP0qpZrxRCdOAAAAAElFTkSuQmCC) 0/auto 100% no-repeat,url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAABhQTFRFAAAAY3WFd42fUV9rxllP//HSjj844mZb13VNSgAAAAF0Uk5TAEDm2GYAAABbSURBVCjPY2BAAcwGqHwGQ2NkXlpaspIwlAUG7uXFQgYMEBYYACmgDncICwRCQ8PLIAKhEOBeDhKAsKBaYCpGBXCEWDl6iJW7IWspAUUAWKAEGi8M8EhioAwAAGU8mkvkFk+oAAAAAElFTkSuQmCC) 100%/auto 100% no-repeat,url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgAgMAAAAOFJJnAAAABGdBTUEAALGPC/xhBQAAAAxQTFRFAAAAjj84//HS4mZbJKqlDwAAAAF0Uk5TAEDm2GYAAAAhSURBVBjTY2AgBYRCAcN/KEAwVkEBFqlBwsDjQri/MAAAdMe3SVEVZQMAAAAASUVORK5CYII=) 50%/auto 100% repeat-x;box-sizing:border-box!important;color:#fff7d7!important;display:grid;font-size:clamp(17px,3vw,27px)!important;image-rendering:pixelated;left:50%;line-height:1;margin:0!important;min-height:64px;padding:11px 56px 13px;place-items:center;position:absolute;text-align:center;top:-32px;transform:translateX(-50%);width:min(68%,470px);z-index:3}.rt-modal.create-table-modal .rt-modal-close{right:20px!important;top:18px!important;z-index:4}.rt-modal.create-table-modal .create-table-content,.rt-modal.create-table-modal .rt-modal-body{background:#0000!important;border:0!important;-webkit-clip-path:none!important;clip-path:none!important;color:#71331f!important;filter:none!important;padding:0!important}.rt-modal.create-table-modal .create-table-content{grid-gap:18px;display:grid;gap:18px}.rt-modal.create-table-modal .create-table-field{margin:0!important}.rt-modal.create-table-modal .create-table-help,.rt-modal.create-table-modal .create-table-label,.rt-modal.create-table-modal .create-table-toggle-label{-webkit-text-stroke:0!important;color:#71331f!important}.rt-modal.create-table-modal .create-table-label,.rt-modal.create-table-modal .create-table-toggle-label{font-size:clamp(13px,2.5vw,16px)!important;line-height:1.35}.rt-modal.create-table-modal .create-table-help{font-size:11px!important;margin-top:8px!important}.rt-modal.create-table-modal .kenney-create-input{background-color:#f5e6c2!important;border:14px solid #0000!important;border-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAA9QTFRFAAAAlK/GZHaFUV9rd42fqPgGIAAAAAF0Uk5TAEDm2GYAAABiSURBVCjP5ZLBDQAhCAQ3ZwlawOUqkCwNGOy/puNhjEoJzgsm4bMLEkkMfKxgacaBlkZIpvaBUTJU5u4mG5TfAg2iLyaP+ckuDOyr6ETaRb1dhIBChDHks4ZQVKgylH2+ww97jDB7KIbpnQAAAABJRU5ErkJggg==) 8 fill round!important;border-radius:0!important;box-sizing:border-box!important;-webkit-clip-path:none!important;clip-path:none!important;color:#71331f!important;filter:none!important;height:60px!important;image-rendering:pixelated;min-height:60px!important;padding:0 16px!important;width:100%!important}.rt-modal.create-table-modal .kenney-create-input:focus{border-image-source:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAA9QTFRFAAAAlK/GZHaFUV9rd42fqPgGIAAAAAF0Uk5TAEDm2GYAAABiSURBVCjP5ZLBDQAhCAQ3ZwlawOUqkCwNGOy/puNhjEoJzgsm4bMLEkkMfKxgacaBlkZIpvaBUTJU5u4mG5TfAg2iLyaP+ckuDOyr6ETaRb1dhIBChDHks4ZQVKgylH2+ww97jDB7KIbpnQAAAABJRU5ErkJggg==)!important}.rt-modal.create-table-modal .kenney-create-input::placeholder{color:#71331fa3!important}.rt-modal.create-table-modal .create-table-toggle-row{grid-gap:18px;align-items:center;display:grid;gap:18px;grid-template-columns:minmax(0,1fr) auto;margin:0!important;padding:0!important}.rt-modal.create-table-modal .create-table-switch.rt-toggle{background:#5a9fce!important;border:10px solid #0000!important;border-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAABGdBTUEAALGPC/xhBQAAABJQTFRFAAAAosDZXKLgaLj/O2iR////d/GwUQAAAAF0Uk5TAEDm2GYAAAAsSURBVAjXY2DAB0RDQwNBNGOIi4urAJDB6mxsbBIAZigpEWZAFcO1ww3ECQAfTQsp+rK7LwAAAABJRU5ErkJggg==) 5 fill stretch!important;-webkit-clip-path:none!important;clip-path:none!important;height:48px;width:84px}.rt-modal.create-table-modal .create-table-switch.rt-toggle-on{background:#6aa654!important;border-image-source:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAABGdBTUEAALGPC/xhBQAAABJQTFRFAAAAosDZcrhOi91fUoc4////FD6GFgAAAAF0Uk5TAEDm2GYAAAAsSURBVAjXY2DAB0RDQwNBNGOIi4urAJDB6mxsbBIAZigpEWZAFcO1ww3ECQAfTQsp+rK7LwAAAABJRU5ErkJggg==)!important}.rt-modal.create-table-modal .kenney-create-actions{grid-gap:clamp(18px,7vw,64px)!important;display:grid!important;gap:clamp(18px,7vw,64px)!important;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:8px!important}.rt-modal.create-table-modal .kenney-create-button{align-items:center;background-clip:padding-box;border:10px solid #0000!important;box-sizing:border-box!important;-webkit-clip-path:none!important;clip-path:none!important;color:#fff7d7!important;cursor:pointer;display:inline-flex;font-family:Super Legend Boy,Courier New,Lucida Console,Monaco,monospace!important;font-family:var(--retro-font)!important;font-size:clamp(14px,2.5vw,21px)!important;font-weight:900!important;image-rendering:pixelated;justify-content:center;line-height:1.08;min-height:72px!important;padding:8px 16px!important;text-align:center;text-transform:uppercase;width:100%}.rt-modal.create-table-modal .kenney-create-button-cancel{background-color:#a9631d!important;border-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAABGdBTUEAALGPC/xhBQAAAA9QTFRFAAAAo3A6xYdHbUsn//HSltn15gAAAAF0Uk5TAEDm2GYAAAAjSURBVAjXY2DADZiNwcCAwVAJDIQZjFzAQJk0Blw73EDcAACjXhB5o9sLHgAAAABJRU5ErkJggg==) 5 fill stretch!important;color:#71331f!important}.rt-modal.create-table-modal .kenney-create-button-create{background-color:#e43f39!important;border-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAABGdBTUEAALGPC/xhBQAAAAxQTFRFAAAA7Gpfjj84z15TA6BLHAAAAAF0Uk5TAEDm2GYAAAAiSURBVAjXY2BABVqrVq1g2BoaGscw////b7gJsBKwYlQAAI3IHTnBws7/AAAAAElFTkSuQmCC) 5 fill stretch!important}.rt-modal.create-table-modal .kenney-create-button:disabled{cursor:not-allowed;filter:grayscale(.25)!important;opacity:.55}@media (max-width:520px){.rt-modal-overlay:has(.create-table-modal){padding:8px}.rt-modal.create-table-modal{border-width:12px!important;max-height:calc(100dvh - 16px);overflow:visible;padding:64px 18px 22px!important;width:calc(100vw - 16px)!important}.rt-modal.create-table-modal .rt-modal-title{font-size:clamp(13px,4vw,18px)!important;min-height:54px;padding:8px 42px 10px;top:-26px;width:min(72%,330px)}.rt-modal.create-table-modal .rt-modal-close{border-width:8px;font-size:10px;height:32px;right:12px!important;top:12px!important;width:36px}.rt-modal.create-table-modal .create-table-content{gap:14px}.rt-modal.create-table-modal .create-table-label,.rt-modal.create-table-modal .create-table-toggle-label{font-size:12px!important}.rt-modal.create-table-modal .create-table-help{font-size:9px!important}.rt-modal.create-table-modal .kenney-create-input{border-width:10px!important;font-size:11px!important;height:52px!important;min-height:52px!important;padding:0 12px!important}.rt-modal.create-table-modal .create-table-switch.rt-toggle{border-width:8px!important;height:40px;width:70px}.rt-modal.create-table-modal .create-table-switch .rt-toggle-knob{height:16px;left:5px;width:16px}.rt-modal.create-table-modal .create-table-switch.rt-toggle-on .rt-toggle-knob{left:auto;right:5px}.rt-modal.create-table-modal .kenney-create-actions{gap:12px!important}.rt-modal.create-table-modal .kenney-create-button{border-width:8px!important;font-size:clamp(10px,3.3vw,13px)!important;line-height:1.12;min-height:56px!important;padding:6px 10px!important}}@media (max-width:340px){.rt-modal.create-table-modal{padding-left:14px!important;padding-right:14px!important}.rt-modal.create-table-modal .kenney-create-actions{gap:10px!important;grid-template-columns:1fr}}#root .App .rt-modal{background-color:#f5e6c2!important;border:18px solid #0000!important;border-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAA9QTFRFAAAAo3A6bUsnxYdH//HSjZaq1QAAAAF0Uk5TAEDm2GYAAAAySURBVCjPY2BSQgEKDIrGKECIQRlVwIhB2VAQCQiDBFyQwKjA4BFAjyj0qMSIbPTkAADC623X8mMNOQAAAABJRU5ErkJggg==) 8 fill round!important;border-radius:0!important;box-sizing:border-box!important;-webkit-clip-path:none!important;clip-path:none!important;color:#71331f!important;image-rendering:pixelated;max-height:calc(100dvh - 36px);overflow:visible;padding:76px clamp(22px,5vw,44px) 34px!important;width:min(calc(100vw - 18px),720px)!important}#root .App .rt-modal-sm{width:min(calc(100vw - 18px),430px)!important}#root .App .rt-modal-full,#root .App .rt-modal-lg{width:min(calc(100vw - 18px),720px)!important}#root .App .rt-modal .rt-modal-title{-webkit-text-stroke:0!important;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAABhQTFRFAAAAd42fY3WFUV9rxllP//HSjj844mZb1mDzbAAAAAF0Uk5TAEDm2GYAAABhSURBVCjPY2A2YEAFxspoAkaCZmlpyALMQublJWkQANVTXl5SDgYlEMH00tBQqAAIgwTKS0IhACEAVQESRBHAUDEiBNBDrBwtxFLK0UIMFNTuyFpAABov7nABBoQ4A+kAAP0qpZrxRCdOAAAAAElFTkSuQmCC) 0/auto 100% no-repeat,url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAABhQTFRFAAAAY3WFd42fUV9rxllP//HSjj844mZb13VNSgAAAAF0Uk5TAEDm2GYAAABbSURBVCjPY2BAAcwGqHwGQ2NkXlpaspIwlAUG7uXFQgYMEBYYACmgDncICwRCQ8PLIAKhEOBeDhKAsKBaYCpGBXCEWDl6iJW7IWspAUUAWKAEGi8M8EhioAwAAGU8mkvkFk+oAAAAAElFTkSuQmCC) 100%/auto 100% no-repeat,url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgAgMAAAAOFJJnAAAABGdBTUEAALGPC/xhBQAAAAxQTFRFAAAAjj84//HS4mZbJKqlDwAAAAF0Uk5TAEDm2GYAAAAhSURBVBjTY2AgBYRCAcN/KEAwVkEBFqlBwsDjQri/MAAAdMe3SVEVZQMAAAAASUVORK5CYII=) 50%/auto 100% repeat-x!important;box-sizing:border-box!important;color:#fff7d7!important;font-family:Super Legend Boy,Courier New,Lucida Console,Monaco,monospace!important;font-family:var(--retro-font)!important;font-size:clamp(14px,2.2vw,22px)!important;font-weight:900!important;line-height:.98!important;min-height:64px!important;overflow-wrap:anywhere!important;padding:10px clamp(44px,8vw,64px) 12px!important;text-align:center!important;text-transform:uppercase;top:-32px!important;white-space:normal!important;width:min(76%,500px)!important;word-break:normal!important;z-index:3}#root .App .rt-modal .rt-modal-close{right:20px!important;top:18px!important;z-index:4}#root .App .rt-modal .rt-modal-body,#root .App .rt-modal :where(.create-table-content,.history-container,.qr-display-content,.score-modal-content,.numpad-modal,.timeline-container,.overview-log-list){background:#0000!important;border:0!important;border-radius:0!important;-webkit-clip-path:none!important;clip-path:none!important;color:#71331f!important;filter:none!important}#root .App .rt-modal :where(.create-table-label,.create-table-help,.create-table-toggle-label,.history-loading,.history-empty,.history-card-date,.score-loading,.score-empty,.score-table-name,.numpad-display,.overview-log-item){-webkit-text-stroke:0!important;color:#71331f!important}#root .App .rt-modal :where(.score-player-name,.score-player-points,.score-player-points.positive,.score-player-points.negative){color:#71331f!important}#root .App .rt-modal .kenney-create-input{background-color:#f5e6c2!important;border:14px solid #0000!important;border-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAA9QTFRFAAAAlK/GZHaFUV9rd42fqPgGIAAAAAF0Uk5TAEDm2GYAAABiSURBVCjP5ZLBDQAhCAQ3ZwlawOUqkCwNGOy/puNhjEoJzgsm4bMLEkkMfKxgacaBlkZIpvaBUTJU5u4mG5TfAg2iLyaP+ckuDOyr6ETaRb1dhIBChDHks4ZQVKgylH2+ww97jDB7KIbpnQAAAABJRU5ErkJggg==) 8 fill round!important;border-radius:0!important;box-sizing:border-box!important;-webkit-clip-path:none!important;clip-path:none!important;color:#71331f!important;filter:none!important;height:60px!important;min-height:60px!important;padding:0 16px!important;width:100%!important}#root .App .rt-modal :where(.kenney-create-actions,.rt-modal-actions){grid-gap:clamp(18px,7vw,64px)!important;display:grid!important;gap:clamp(18px,7vw,64px)!important;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:8px!important}#root .App .rt-modal .kenney-create-button{align-items:center;border:10px solid #0000!important;border-radius:0!important;box-sizing:border-box!important;-webkit-clip-path:none!important;clip-path:none!important;cursor:pointer;display:inline-flex;font-family:Super Legend Boy,Courier New,Lucida Console,Monaco,monospace!important;font-family:var(--retro-font)!important;font-size:clamp(14px,2.5vw,21px)!important;font-weight:900!important;image-rendering:pixelated;justify-content:center;line-height:1.08!important;min-height:72px!important;padding:8px 16px!important;text-align:center;text-transform:uppercase;width:100%}#root .App .rt-modal .kenney-create-button-cancel{background-color:#a9631d!important;border-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAABGdBTUEAALGPC/xhBQAAAA9QTFRFAAAAo3A6xYdHbUsn//HSltn15gAAAAF0Uk5TAEDm2GYAAAAjSURBVAjXY2DADZiNwcCAwVAJDIQZjFzAQJk0Blw73EDcAACjXhB5o9sLHgAAAABJRU5ErkJggg==) 5 fill stretch!important;color:#71331f!important}#root .App .rt-modal .kenney-create-button-create{background-color:#e43f39!important;border-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAABGdBTUEAALGPC/xhBQAAAAxQTFRFAAAA7Gpfjj84z15TA6BLHAAAAAF0Uk5TAEDm2GYAAAAiSURBVAjXY2BABVqrVq1g2BoaGscw////b7gJsBKwYlQAAI3IHTnBws7/AAAAAElFTkSuQmCC) 5 fill stretch!important;color:#fff7d7!important}#root .App .rt-modal .kenney-create-button:disabled{cursor:not-allowed!important;filter:grayscale(.25)!important;opacity:.55!important}#root .App .rt-modal .numpad-grid{gap:10px}#root .App .rt-modal .numpad-btn{background:#5a9fce!important;border:10px solid #0000!important;border-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAABGdBTUEAALGPC/xhBQAAABJQTFRFAAAAosDZXKLgaLj/O2iR////d/GwUQAAAAF0Uk5TAEDm2GYAAAAsSURBVAjXY2DAB0RDQwNBNGOIi4urAJDB6mxsbBIAZigpEWZAFcO1ww3ECQAfTQsp+rK7LwAAAABJRU5ErkJggg==) 5 fill stretch!important;border-radius:0!important;color:#fff7d7!important;height:58px;width:64px}#root .App .rt-modal .history-card,#root .App .rt-modal .overview-log-item,#root .App .rt-modal .score-player-card{background:#f5e6c2!important;border:10px solid #0000!important;border-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAA9QTFRFAAAAlK/GZHaFUV9rd42fqPgGIAAAAAF0Uk5TAEDm2GYAAABiSURBVCjP5ZLBDQAhCAQ3ZwlawOUqkCwNGOy/puNhjEoJzgsm4bMLEkkMfKxgacaBlkZIpvaBUTJU5u4mG5TfAg2iLyaP+ckuDOyr6ETaRb1dhIBChDHks4ZQVKgylH2+ww97jDB7KIbpnQAAAABJRU5ErkJggg==) 8 fill round!important;border-radius:0!important;color:#71331f!important}#root .App .rt-modal.numpad-transfer-modal .numpad-modal{display:flex;flex-direction:column;gap:24px;padding:clamp(8px,2vw,12px)!important}#root .App .rt-modal.numpad-transfer-modal .numpad-modal:after{content:none!important;display:none!important}#root .App .rt-modal.numpad-transfer-modal .numpad-display{font-feature-settings:"tnum";background:#f5e6c2!important;border:14px solid #0000!important;border-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAA9QTFRFAAAAo3A6bUsnxYdH//HSjZaq1QAAAAF0Uk5TAEDm2GYAAAAySURBVCjPY2BSQgEKDIrGKECIQRlVwIhB2VAQCQiDBFyQwKjA4BFAjyj0qMSIbPTkAADC623X8mMNOQAAAABJRU5ErkJggg==) 8 fill round!important;box-sizing:border-box;color:#71331f!important;display:grid;font-size:clamp(32px,8vw,54px)!important;font-variant-numeric:tabular-nums;font-weight:900!important;line-height:1!important;margin:0!important;min-height:94px;place-items:center;text-align:center}#root .App .rt-modal.numpad-transfer-modal .numpad-grid{grid-gap:clamp(12px,4vw,22px)!important;display:grid;gap:clamp(12px,4vw,22px)!important;grid-template-columns:repeat(3,minmax(0,1fr));margin:0 auto!important;width:min(100%,420px)}#root .App .rt-modal.numpad-transfer-modal .numpad-btn{background:#f5e6c2!important;border:10px solid #0000!important;border-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAABGdBTUEAALGPC/xhBQAAAA9QTFRFAAAAo3A6xYdHbUsn//HSltn15gAAAAF0Uk5TAEDm2GYAAAAjSURBVAjXY2DADZiNwcCAwVAJDIQZjFzAQJk0Blw73EDcAACjXhB5o9sLHgAAAABJRU5ErkJggg==) 5 fill stretch!important;border-radius:0!important;box-shadow:none!important;box-sizing:border-box;-webkit-clip-path:none!important;clip-path:none!important;color:#71331f!important;display:grid;filter:none!important;font-family:Super Legend Boy,Courier New,Lucida Console,Monaco,monospace!important;font-family:var(--retro-font)!important;font-size:clamp(24px,6vw,42px)!important;font-weight:900!important;height:auto!important;image-rendering:pixelated;line-height:1!important;margin:0!important;min-height:clamp(58px,13vw,76px);padding:0!important;place-items:center;text-align:center;width:100%!important}#root .App .rt-modal.numpad-transfer-modal .numpad-btn:hover{background:#f5e6c2!important;filter:brightness(1.03)!important;transform:translateY(-1px)}#root .App .rt-modal.numpad-transfer-modal .numpad-btn:active{transform:translateY(0)}#root .App .rt-modal.numpad-transfer-modal .numpad-btn .anticon,#root .App .rt-modal.numpad-transfer-modal .numpad-btn svg{color:#71331f!important;display:block}#root .App .rt-modal.numpad-transfer-modal .numpad-confirm{margin:14px auto 0!important;width:min(100%,540px)}#root .App .rt-modal.qr-display-modal .rt-modal-body{display:grid;flex:1 1 auto;min-height:0;place-items:center}#root .App .rt-modal.qr-display-modal .qr-display-content{display:grid;min-height:clamp(360px,56dvh,560px);padding:0!important;place-items:center;width:100%}#root .App .rt-modal.qr-display-modal .qr-display-content:after{content:none!important;display:none!important}#root .App .rt-modal.qr-display-modal .qr-code-frame{background:#f5e6c2!important;border:14px solid #0000!important;border-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAA9QTFRFAAAAo3A6bUsnxYdH//HSjZaq1QAAAAF0Uk5TAEDm2GYAAAAySURBVCjPY2BSQgEKDIrGKECIQRlVwIhB2VAQCQiDBFyQwKjA4BFAjyj0qMSIbPTkAADC623X8mMNOQAAAABJRU5ErkJggg==) 8 fill round!important;border-radius:0!important;box-sizing:border-box;display:grid;margin:0!important;padding:clamp(18px,5vw,34px)!important;place-items:center}#root .App .rt-modal.qr-display-modal .qr-code-inner{background:#fff!important;border-radius:0!important;display:grid;padding:clamp(10px,3vw,18px)!important;place-items:center}@media (max-width:520px){#root .App .rt-modal-overlay{padding:8px!important}#root .App .rt-modal,#root .App .rt-modal-full,#root .App .rt-modal-lg,#root .App .rt-modal-sm{border-width:12px!important;max-height:calc(100dvh - 16px);padding:64px 18px 22px!important;width:calc(100vw - 16px)!important}#root .App .rt-modal .rt-modal-title{font-size:clamp(11px,3.2vw,15px)!important;line-height:.98!important;min-height:54px!important;padding:7px 38px 9px!important;top:-26px!important;width:min(82%,350px)!important}#root .App .rt-modal .rt-modal-close{border-width:8px;font-size:10px;height:32px;right:12px!important;top:12px!important;width:36px}#root .App .rt-modal .kenney-create-input{border-width:10px!important;font-size:11px!important;height:52px!important;min-height:52px!important;padding:0 12px!important}#root .App .rt-modal .kenney-create-button{border-width:8px!important;font-size:clamp(10px,3.3vw,13px)!important;min-height:56px!important;padding:6px 10px!important}}@media (max-width:340px){#root .App .rt-modal,#root .App .rt-modal-full,#root .App .rt-modal-lg,#root .App .rt-modal-sm{padding-left:14px!important;padding-right:14px!important}#root .App .rt-modal :where(.kenney-create-actions,.rt-modal-actions){gap:10px!important;grid-template-columns:1fr}}:root{--app-ink:#71331f;--app-paper-text:#fff7d7}#root .App,#root .App *{-webkit-text-stroke:0!important;color:#71331f!important;color:var(--app-ink)!important}#root .App :where(.rt-screen,.rt-panel,.rt-pixel-frame,.rt-modal,.rt-modal-body,.rt-heading,.rt-heading-gold,.rt-text,.rt-text-muted,.rt-hero-subtitle,.rt-login-title,.rt-login-subtitle,.rt-google-divider,.rt-link-button,.rt-home-title,.rt-menu-card,.rt-menu-card-title,.rt-divider,.rt-footer-credit,.rt-score-pill,.rt-score-pill-positive,.rt-score-pill-negative,.rt-input,.create-table-label,.create-table-help,.create-table-toggle-label,.kenney-create-input,.table-id-input,.history-container,.history-title,.history-card,.history-card-date,.transaction-text,.transaction-footer,.transaction-time,.transaction-balance-change,.score-modal-content,.score-modal-title,.score-loading,.score-empty,.score-table-name,.history-table-name,.qr-table-name,.numpad-modal,.numpad-title,.numpad-display,.overview-log-item){color:#71331f!important;color:var(--app-ink)!important}#root .App :where(.rt-button,.rt-button *,.rt-button-primary,.rt-button-blue,.rt-button-danger,.rt-button-steel,.rt-modal-title,.rt-modal-title *,.rt-modal-close,.rt-modal-close *,.kenney-create-button,.kenney-create-button *,.rt-circle-button,.rt-circle-button *,.rt-leave-button,.rt-stream-button,.numpad-btn,.numpad-confirm,.qr-share-btn,.pagination-btn,.close-qr-button,.qr-btn,.stream-share-btn,.control-button,.side-button,.viewer-close-button,.viewer-error button,.show-all-log-btn){color:#fff7d7!important;color:var(--app-paper-text)!important}#root .App :where(.rt-button-purple,.rt-button-purple *,.rt-home-actions-row .rt-button,.rt-home-actions-row .rt-button *,.rt-menu-card,.rt-menu-card *,.kenney-create-button-cancel,.kenney-create-button-cancel *,.qr-save-btn,.qr-save-btn *,.score-close-btn,.score-close-btn *){color:#71331f!important;color:var(--app-ink)!important}#root .App :where(.rt-input,.kenney-create-input,.table-id-input)::placeholder,#root .App :where(input,textarea,select)::placeholder{color:#71331f!important;color:var(--app-ink)!important;opacity:.64!important}#root .App :where(.rt-button,.rt-button-primary,.rt-button-blue,.rt-button-purple,.rt-button-danger,.rt-button-steel,.rt-circle-button,.auth-submit-btn,.action-button,.action-button-stream,.bottom-btn,.bottom-btn-dark,.qr-btn,.close-qr-button,.stream-share-btn,.control-button,.stream-action-button,.side-button,.viewer-close-button,.viewer-error button,.pagination-btn){background:#f5e6c2!important;border:10px solid #0000!important;border-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAABGdBTUEAALGPC/xhBQAAAA9QTFRFAAAAo3A6xYdHbUsn//HSltn15gAAAAF0Uk5TAEDm2GYAAAAjSURBVAjXY2DADZiNwcCAwVAJDIQZjFzAQJk0Blw73EDcAACjXhB5o9sLHgAAAABJRU5ErkJggg==) 5 fill stretch!important;border-radius:0!important;-webkit-clip-path:none!important;clip-path:none!important;color:#71331f!important;font-family:Super Legend Boy,Courier New,Lucida Console,Monaco,monospace!important;font-family:var(--retro-font)!important;font-weight:900!important;image-rendering:pixelated;text-transform:uppercase}#root .App :where(.rt-button *,.rt-circle-button *,.auth-submit-btn *,.action-button *,.action-button-stream *,.bottom-btn *,.bottom-btn-dark *,.qr-btn *,.close-qr-button *,.stream-share-btn *,.control-button *,.stream-action-button *,.side-button *,.viewer-close-button *,.viewer-error button *,.pagination-btn *){color:#71331f!important}#root .App :where(.rt-button:hover:not(:disabled),.rt-circle-button:hover:not(:disabled),.auth-submit-btn:hover:not(:disabled),.action-button:hover:not(:disabled),.action-button-stream:hover:not(:disabled),.bottom-btn:hover:not(:disabled),.bottom-btn-dark:hover:not(:disabled),.qr-btn:hover:not(:disabled),.close-qr-button:hover:not(:disabled),.stream-share-btn:hover:not(:disabled),.control-button:hover:not(:disabled),.stream-action-button:hover:not(:disabled),.side-button:hover:not(:disabled),.viewer-close-button:hover:not(:disabled),.viewer-error button:hover:not(:disabled),.pagination-btn:hover:not(:disabled)){background:#f5e6c2!important;border-image-source:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAABGdBTUEAALGPC/xhBQAAAA9QTFRFAAAAo3A6xYdHbUsn//HSltn15gAAAAF0Uk5TAEDm2GYAAAAjSURBVAjXY2DADZiNwcCAwVAJDIQZjFzAQJk0Blw73EDcAACjXhB5o9sLHgAAAABJRU5ErkJggg==)!important;color:#71331f!important;filter:brightness(1.03);transform:translateY(-1px)}#root .App .rt-auth-screen .rt-input{background:#f5e6c2!important;border:12px solid #0000!important;border-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAA9QTFRFAAAAo3A6bUsnxYdH//HSjZaq1QAAAAF0Uk5TAEDm2GYAAAAySURBVCjPY2BSQgEKDIrGKECIQRlVwIhB2VAQCQiDBFyQwKjA4BFAjyj0qMSIbPTkAADC623X8mMNOQAAAABJRU5ErkJggg==) 8 fill round!important;border-radius:0!important;box-sizing:border-box!important;-webkit-clip-path:none!important;clip-path:none!important;color:#71331f!important;font-family:Super Legend Boy,Courier New,Lucida Console,Monaco,monospace!important;font-family:var(--retro-font)!important;font-size:14px!important;font-weight:900!important;image-rendering:pixelated;min-height:56px!important;padding:0 16px!important;text-transform:uppercase;width:100%!important}#root .App .rt-auth-screen .rt-password-field .rt-input{padding-right:48px!important}#root .App .rt-auth-screen .rt-input::placeholder{color:#71331f!important;opacity:.64!important}#root .App .rt-auth-screen .rt-input:focus{border-image-source:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAA9QTFRFAAAAo3A6bUsnxYdH//HSjZaq1QAAAAF0Uk5TAEDm2GYAAAAySURBVCjPY2BSQgEKDIrGKECIQRlVwIhB2VAQCQiDBFyQwKjA4BFAjyj0qMSIbPTkAADC623X8mMNOQAAAABJRU5ErkJggg==)!important;filter:brightness(1.02);outline:none!important}#root .App .rt-auth-screen .rt-google-login{background:#f5e6c2!important;border:12px solid #0000!important;border-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAABGdBTUEAALGPC/xhBQAAAA9QTFRFAAAAo3A6xYdHbUsn//HSltn15gAAAAF0Uk5TAEDm2GYAAAAjSURBVAjXY2DADZiNwcCAwVAJDIQZjFzAQJk0Blw73EDcAACjXhB5o9sLHgAAAABJRU5ErkJggg==) 5 fill stretch!important;border-radius:0!important;box-sizing:border-box!important;-webkit-clip-path:none!important;clip-path:none!important;display:grid!important;image-rendering:pixelated;min-height:58px!important;padding:6px 10px!important;place-items:center!important;width:100%!important}#root .App .rt-auth-screen .rt-google-login iframe,#root .App .rt-auth-screen .rt-google-login>div{border-radius:0!important;max-width:320px!important;width:100%!important}#root .App :where(.rt-button:disabled,.rt-circle-button:disabled,.auth-submit-btn:disabled,.action-button:disabled,.action-button-stream:disabled,.bottom-btn:disabled,.bottom-btn-dark:disabled,.qr-btn:disabled,.close-qr-button:disabled,.stream-share-btn:disabled,.control-button:disabled,.stream-action-button:disabled,.side-button:disabled,.viewer-close-button:disabled,.viewer-error button:disabled,.pagination-btn:disabled){cursor:not-allowed!important;filter:grayscale(.25)!important;opacity:.5!important}#root .App .rt-scoreboard-screen{background:linear-gradient(90deg,rgba(64,84,102,.055) 1px,#0000 0),linear-gradient(0deg,rgba(64,84,102,.045) 1px,#0000 0),#f5e6c2!important;background-size:16px 16px,16px 16px,auto;min-height:100dvh;padding:12px clamp(12px,5vw,84px) 28px!important}#root .App .rt-scoreboard-screen:after,#root .App .rt-scoreboard-screen:before{content:none!important;display:none!important}#root .App .rt-scoreboard-list{gap:18px;margin:0 auto;max-width:1320px}#root .App .rt-player-row{background:#f5e6c2!important;border:14px solid #0000!important;border-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAA9QTFRFAAAAo3A6bUsnxYdH//HSjZaq1QAAAAF0Uk5TAEDm2GYAAAAySURBVCjPY2BSQgEKDIrGKECIQRlVwIhB2VAQCQiDBFyQwKjA4BFAjyj0qMSIbPTkAADC623X8mMNOQAAAABJRU5ErkJggg==) 8 fill round!important;-webkit-clip-path:none!important;clip-path:none!important;color:#71331f!important}#root .App .rt-player-name{color:#71331f!important}#root .App .rt-score-pill{font-feature-settings:"tnum"!important;background:#f5e6c2!important;border:10px solid #0000!important;border-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAA9QTFRFAAAAo3A6bUsnxYdH//HSjZaq1QAAAAF0Uk5TAEDm2GYAAAAySURBVCjPY2BSQgEKDIrGKECIQRlVwIhB2VAQCQiDBFyQwKjA4BFAjyj0qMSIbPTkAADC623X8mMNOQAAAABJRU5ErkJggg==) 8 fill round!important;box-sizing:border-box!important;color:#71331f!important;display:grid!important;font-variant-numeric:tabular-nums!important;line-height:1!important;min-height:42px!important;min-width:calc(5ch + 28px)!important;padding:6px 10px!important;place-items:center!important;text-align:center!important}#root .App .rt-score-pill-positive{color:#287a36!important}#root .App .rt-score-pill-negative{color:#b0181d!important}#root .App .rt-circle-button{display:grid!important;place-items:center!important;align-items:center!important;box-sizing:border-box!important;justify-items:center!important;line-height:1!important;padding:0!important;text-align:center!important}#root .App .rt-circle-button .anticon{align-items:center!important;display:inline-flex!important;height:1em!important;justify-content:center!important;line-height:1!important;width:1em!important}#root .App .rt-circle-button svg{display:block!important}@media (max-width:720px){#root .App .rt-scoreboard-screen{padding:10px 14px 22px!important}#root .App .rt-player-row{border-width:10px!important}}#root .App .rt-modal.history-modal{background-color:#f5e6c2!important;border-color:#f5e6c2!important;border-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAA9QTFRFAAAAo3A6bUsnxYdH//HSjZaq1QAAAAF0Uk5TAEDm2GYAAAAySURBVCjPY2BSQgEKDIrGKECIQRlVwIhB2VAQCQiDBFyQwKjA4BFAjyj0qMSIbPTkAADC623X8mMNOQAAAABJRU5ErkJggg==) 8 fill round!important;display:flex;flex-direction:column;height:calc(100dvh - 36px);min-height:0!important;overflow:hidden!important;padding-top:112px!important}#root .App .rt-modal.history-modal .rt-modal-title{font-size:clamp(14px,2.6vw,23px)!important;line-height:.95!important;min-height:58px!important;overflow:visible;padding:8px 48px 10px!important;top:18px!important;white-space:normal;width:min(74%,430px)!important}#root .App .rt-modal.history-modal .rt-modal-body{display:flex;flex:1 1 auto;min-height:0;overflow:hidden;width:100%}#root .App .rt-modal.history-modal .history-container{background:#0000!important;border:0!important;-webkit-clip-path:none!important;clip-path:none!important;display:flex;flex:1 1 auto;flex-direction:column;height:100%;min-height:0!important;overflow:hidden;padding:0!important;width:100%}#root .App .rt-modal.history-modal .history-cards-list{-webkit-overflow-scrolling:touch;box-sizing:border-box;display:flex;flex:1 1 auto;flex-direction:column;gap:16px;margin:0 auto;max-height:100%;max-width:calc(100% - 12px);min-height:0;overflow-x:hidden;overflow-y:auto;padding:6px 0 18px;scrollbar-color:#a9631d #f5e6c2;width:min(100%,440px)}#root .App .rt-modal.history-modal .history-card{background:#f5e6c2!important;border:14px solid #0000!important;border-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAA9QTFRFAAAAo3A6bUsnxYdH//HSjZaq1QAAAAF0Uk5TAEDm2GYAAAAySURBVCjPY2BSQgEKDIrGKECIQRlVwIhB2VAQCQiDBFyQwKjA4BFAjyj0qMSIbPTkAADC623X8mMNOQAAAABJRU5ErkJggg==) 8 fill round!important;border-radius:0!important;box-sizing:border-box;-webkit-clip-path:none!important;clip-path:none!important;color:#71331f!important;flex:0 0 auto;image-rendering:pixelated;max-width:100%;min-width:0;overflow:hidden;padding:clamp(16px,4vw,24px)!important;width:100%}#root .App .rt-modal.history-modal .history-card-date,#root .App .rt-modal.history-modal .history-card-footer,#root .App .rt-modal.history-modal .history-card-header{box-sizing:border-box;max-width:100%;min-width:0}#root .App .rt-modal.history-modal .history-card-footer{flex-wrap:wrap}#root .App .rt-modal.history-modal .history-card-date,#root .App .rt-modal.history-modal .history-creator-badge,#root .App .rt-modal.history-modal .history-points-badge,#root .App .rt-modal.history-modal .history-table-name{color:#71331f!important}#root .App .rt-modal.history-modal .history-card-date,#root .App .rt-modal.history-modal .history-table-name{display:block;max-width:100%;overflow-wrap:anywhere;word-break:break-word}#root .App .rt-modal.history-modal .history-creator-badge,#root .App .rt-modal.history-modal .history-points-badge{background:#f5e6c2!important;border:8px solid #0000!important;border-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAABGdBTUEAALGPC/xhBQAAAA9QTFRFAAAAo3A6xYdHbUsn//HSltn15gAAAAF0Uk5TAEDm2GYAAAAjSURBVAjXY2DADZiNwcCAwVAJDIQZjFzAQJk0Blw73EDcAACjXhB5o9sLHgAAAABJRU5ErkJggg==) 5 fill stretch!important;border-radius:0!important;box-sizing:border-box;max-width:100%;min-width:0}#root .App .rt-modal.table-log-modal .table-log-card{cursor:default}#root .App .rt-modal.table-log-modal .table-log-container{gap:14px}#root .App .rt-modal.table-log-modal .table-log-cards-list{flex:1 1 auto;min-height:0;overflow-y:auto}#root .App .rt-modal.table-log-modal .table-log-card:hover{transform:none}#root .App .rt-modal.table-log-modal .table-log-card-header{grid-gap:8px;align-items:center;display:grid;gap:8px;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);margin-bottom:10px}#root .App .rt-modal.table-log-modal .table-log-player{font-size:clamp(13px,3.5vw,18px);line-height:1.15;min-width:0;text-align:center}#root .App .rt-modal.table-log-modal .table-log-arrow{color:#71331f!important;font-size:clamp(14px,3vw,18px);font-weight:900;line-height:1}#root .App .rt-modal.table-log-modal .table-log-amount,#root .App .rt-modal.table-log-modal .table-log-balance{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;line-height:1.1}#root .App .rt-modal.table-log-modal .table-log-amount{color:#71331f!important;font-size:clamp(15px,4vw,22px)}#root .App .rt-modal.player-log-modal .player-log-amount-in{color:#287a36!important}#root .App .rt-modal.player-log-modal .player-log-amount-out{color:#b0181d!important}#root .App .rt-modal.player-log-modal .show-all-log-btn{flex:0 0 auto;margin:0 auto;width:min(100%,360px)}@media (max-width:520px){#root .App .rt-modal.history-modal{height:calc(100dvh - 16px);padding-top:96px!important}#root .App .rt-modal.history-modal .rt-modal-title{font-size:clamp(12px,3.5vw,16px)!important;min-height:52px!important;padding:7px 40px 9px!important;top:14px!important;width:min(76%,310px)!important}#root .App .rt-modal.history-modal .history-cards-list{gap:12px;padding-bottom:14px;width:100%}#root .App .rt-modal.history-modal .history-card{border-width:10px!important}}@font-face{font-display:swap;font-family:Super Legend Boy;src:local("Super Legend Boy"),url(/static/media/SuperLegendBoy.724743cc48ac2e9b0145.ttf) format("truetype")}:root{--rt-bg:#f5e6c2;--rt-panel:#11161d;--rt-panel-dark:#050b16;--rt-panel-blue:#071b31;--rt-metal-dark:#24272d;--rt-metal:#5c6068;--rt-metal-light:#a8adb5;--rt-white:#f4f4f1;--rt-muted:#8993a3;--rt-ink:#71331f;--rt-paper-text:#fff7d7;--rt-gold:#f2bc2d;--rt-gold-dark:#8a4d02;--rt-purple:#a866df;--rt-purple-dark:#32134e;--rt-blue:#3479df;--rt-cyan:#49b9ee;--rt-green:#42d642;--rt-green-dark:#214d19;--rt-red:#ff6262;--rt-red-dark:#381111;--rt-font:"Super Legend Boy","Courier New",monospace;--rt-asset-paper:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAA9QTFRFAAAAo3A6bUsnxYdH//HSjZaq1QAAAAF0Uk5TAEDm2GYAAAAySURBVCjPY2BSQgEKDIrGKECIQRlVwIhB2VAQCQiDBFyQwKjA4BFAjyj0qMSIbPTkAADC623X8mMNOQAAAABJRU5ErkJggg==);--rt-asset-blue-frame:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAA9QTFRFAAAAlK/GZHaFUV9rd42fqPgGIAAAAAF0Uk5TAEDm2GYAAABiSURBVCjP5ZLBDQAhCAQ3ZwlawOUqkCwNGOy/puNhjEoJzgsm4bMLEkkMfKxgacaBlkZIpvaBUTJU5u4mG5TfAg2iLyaP+ckuDOyr6ETaRb1dhIBChDHks4ZQVKgylH2+ww97jDB7KIbpnQAAAABJRU5ErkJggg==);--rt-asset-steel-light:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAABJQTFRFAAAAY3WFZHaFUV9rd42flK/GJmCz8QAAAAF0Uk5TAEDm2GYAAAAySURBVCjPY2A2RgEGDIYuKECYwQRVwJnBxEkJCaiABEKRwKjA4BFAjyj0qMSIbPTkAACcx4+TUhQPfQAAAABJRU5ErkJggg==);--rt-asset-steel-dark:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAA9QTFRFAAAAY3WFUV9rd42fZHaF7h67SgAAAAF0Uk5TAEDm2GYAAAArSURBVCjPY2BSQgEKDIrGKECIQRlVwIhB2cQFCTiPCgwdAfSoxIhs9OQAADs7d82/n2WtAAAAAElFTkSuQmCC);--rt-asset-button-paper:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAABGdBTUEAALGPC/xhBQAAAA9QTFRFAAAAo3A6xYdHbUsn//HSltn15gAAAAF0Uk5TAEDm2GYAAAAjSURBVAjXY2DADZiNwcCAwVAJDIQZjFzAQJk0Blw73EDcAACjXhB5o9sLHgAAAABJRU5ErkJggg==);--rt-asset-button-blue:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAABGdBTUEAALGPC/xhBQAAABJQTFRFAAAAosDZXKLgaLj/O2iR////d/GwUQAAAAF0Uk5TAEDm2GYAAAAsSURBVAjXY2DAB0RDQwNBNGOIi4urAJDB6mxsbBIAZigpEWZAFcO1ww3ECQAfTQsp+rK7LwAAAABJRU5ErkJggg==);--rt-asset-button-green:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAABGdBTUEAALGPC/xhBQAAABJQTFRFAAAAosDZcrhOi91fUoc4////FD6GFgAAAAF0Uk5TAEDm2GYAAAAsSURBVAjXY2DAB0RDQwNBNGOIi4urAJDB6mxsbBIAZigpEWZAFcO1ww3ECQAfTQsp+rK7LwAAAABJRU5ErkJggg==);--rt-asset-button-red:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAABGdBTUEAALGPC/xhBQAAAAxQTFRFAAAA7Gpfjj84z15TA6BLHAAAAAF0Uk5TAEDm2GYAAAAiSURBVAjXY2BABVqrVq1g2BoaGscw////b7gJsBKwYlQAAI3IHTnBws7/AAAAAElFTkSuQmCC);--rt-asset-button-steel:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAABGdBTUEAALGPC/xhBQAAAAxQTFRFAAAAlK/GUV9rd42fUKWeeQAAAAF0Uk5TAEDm2GYAAAAiSURBVAjXY2BABVqrVq1g2BoaGscw////b7gJsBKwYlQAAI3IHTnBws7/AAAAAElFTkSuQmCC);--rt-asset-gem:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAABGdBTUEAALGPC/xhBQAAAAxQTFRFAAAA/dwA/7YAtYMAq5rRAwAAAAF0Uk5TAEDm2GYAAAAcSURBVAjXY2DACZgPAAm+DUDCMgdGgLlgCRwAAKqeBE2Y9o5MAAAAAElFTkSuQmCC);--rt-cut-panel:polygon(0 18px,6px 18px,6px 12px,12px 12px,12px 6px,18px 6px,18px 0,calc(100% - 18px) 0,calc(100% - 18px) 6px,calc(100% - 12px) 6px,calc(100% - 12px) 12px,calc(100% - 6px) 12px,calc(100% - 6px) 18px,100% 18px,100% calc(100% - 18px),calc(100% - 6px) calc(100% - 18px),calc(100% - 6px) calc(100% - 12px),calc(100% - 12px) calc(100% - 12px),calc(100% - 12px) calc(100% - 6px),calc(100% - 18px) calc(100% - 6px),calc(100% - 18px) 100%,18px 100%,18px calc(100% - 6px),12px calc(100% - 6px),12px calc(100% - 12px),6px calc(100% - 12px),6px calc(100% - 18px),0 calc(100% - 18px));--rt-cut-button:polygon(0 12px,6px 12px,6px 6px,12px 6px,12px 0,calc(100% - 12px) 0,calc(100% - 12px) 6px,calc(100% - 6px) 6px,calc(100% - 6px) 12px,100% 12px,100% calc(100% - 12px),calc(100% - 6px) calc(100% - 12px),calc(100% - 6px) calc(100% - 6px),calc(100% - 12px) calc(100% - 6px),calc(100% - 12px) 100%,12px 100%,12px calc(100% - 6px),6px calc(100% - 6px),6px calc(100% - 12px),0 calc(100% - 12px))}.rt-screen,.rt-screen *{box-sizing:border-box;font-family:Super Legend Boy,Courier New,monospace!important;font-family:var(--rt-font)!important}.rt-screen{-webkit-font-smoothing:none;background:linear-gradient(90deg,rgba(64,84,102,.055) 1px,#0000 0),linear-gradient(0deg,rgba(64,84,102,.045) 1px,#0000 0),#f5e6c2;background:linear-gradient(90deg,rgba(64,84,102,.055) 1px,#0000 1px),linear-gradient(0deg,rgba(64,84,102,.045) 1px,#0000 1px),var(--rt-bg);background-size:16px 16px,16px 16px,auto;color:#71331f;color:var(--rt-ink);image-rendering:pixelated;min-height:100dvh;overflow-x:hidden;overflow-y:auto;position:relative;text-rendering:geometricPrecision;width:100%}.rt-screen:before{border:18px solid #0000;border-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAA9QTFRFAAAAo3A6bUsnxYdH//HSjZaq1QAAAAF0Uk5TAEDm2GYAAAAySURBVCjPY2BSQgEKDIrGKECIQRlVwIhB2VAQCQiDBFyQwKjA4BFAjyj0qMSIbPTkAADC623X8mMNOQAAAABJRU5ErkJggg==) 8 fill round;border-image:var(--rt-asset-paper) 8 fill round;content:"";inset:12px;pointer-events:none;position:absolute;z-index:0}.rt-screen:after{display:none}.rt-screen>*{position:relative;z-index:1}.rt-auth-screen,.rt-home-screen{margin:0 auto;max-width:min(430px,100vw);padding:14px 22px 20px}.rt-landscape{min-height:calc(100dvh - 98px);padding:74px clamp(12px,5vw,84px) 28px}.rt-auth-header{grid-gap:14px;align-items:center;display:grid;gap:14px;grid-template-columns:1fr auto;min-height:62px;padding:18px 6px 0}.rt-logo-badge{display:grid;height:86px;place-items:center;width:86px}.rt-logo-badge img{height:100%;image-rendering:pixelated;object-fit:contain;width:100%}.rt-heading{-webkit-text-stroke:0;color:#71331f;color:var(--rt-ink);font-weight:900;letter-spacing:0;margin:0;paint-order:stroke fill;text-transform:uppercase}.rt-heading-gold{-webkit-text-stroke:2px #2a1600;color:#f2bc2d;color:var(--rt-gold)}.rt-app-name{font-size:26px;line-height:.95}.rt-text{font-size:13px;font-weight:900;line-height:1.45;margin:0;text-transform:uppercase}.rt-text,.rt-text-muted{color:#71331f;color:var(--rt-ink)}.rt-button,.rt-input{border-radius:0;outline:0;text-transform:uppercase}.rt-button{align-items:center;background-clip:padding-box;background-color:#f5e6c2;border:10px solid #0000;border-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAABGdBTUEAALGPC/xhBQAAAA9QTFRFAAAAo3A6xYdHbUsn//HSltn15gAAAAF0Uk5TAEDm2GYAAAAjSURBVAjXY2DADZiNwcCAwVAJDIQZjFzAQJk0Blw73EDcAACjXhB5o9sLHgAAAABJRU5ErkJggg==) 5 fill stretch;border-image:var(--rt-asset-button-paper) 5 fill stretch;color:#71331f;color:var(--rt-ink);cursor:pointer;display:inline-flex;font-size:16px;font-weight:900;gap:10px;image-rendering:pixelated;justify-content:center;min-height:50px;padding:8px 16px}.rt-button:disabled,.rt-disabled{cursor:not-allowed;opacity:.5}.rt-button-blue,.rt-button-danger,.rt-button-primary,.rt-button-purple,.rt-button-steel{border-image-source:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAABGdBTUEAALGPC/xhBQAAAA9QTFRFAAAAo3A6xYdHbUsn//HSltn15gAAAAF0Uk5TAEDm2GYAAAAjSURBVAjXY2DADZiNwcCAwVAJDIQZjFzAQJk0Blw73EDcAACjXhB5o9sLHgAAAABJRU5ErkJggg==);border-image-source:var(--rt-asset-button-paper);color:#71331f;color:var(--rt-ink)}.rt-button-sm{font-size:12px;min-height:40px;padding:6px 10px}.rt-button-lg{font-size:18px;min-height:70px}.rt-button:hover:not(:disabled){filter:brightness(1.08);transform:translateY(-1px)}.rt-input{background-color:#9db5c7;border:12px solid #0000;border-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAABJQTFRFAAAAY3WFZHaFUV9rd42flK/GJmCz8QAAAAF0Uk5TAEDm2GYAAAAySURBVCjPY2A2RgEGDIYuKECYwQRVwJnBxEkJCaiABEKRwKjA4BFAjyj0qMSIbPTkAACcx4+TUhQPfQAAAABJRU5ErkJggg==) 8 fill round;border-image:var(--rt-asset-steel-light) 8 fill round;caret-color:#f2bc2d;caret-color:var(--rt-gold);font-size:13px;font-weight:900;image-rendering:pixelated;min-height:50px;padding:0 14px;width:100%}.rt-input,.rt-input::placeholder{color:#71331f;color:var(--rt-ink)}.rt-toggle{background:#6b7d8a;border:10px solid #0000;border-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAABGdBTUEAALGPC/xhBQAAAAxQTFRFAAAAlK/GUV9rd42fUKWeeQAAAAF0Uk5TAEDm2GYAAAAiSURBVAjXY2BABVqrVq1g2BoaGscw////b7gJsBKwYlQAAI3IHTnBws7/AAAAAElFTkSuQmCC) 5 fill stretch;border-image:var(--rt-asset-button-steel) 5 fill stretch;cursor:pointer;height:42px;image-rendering:pixelated;padding:0;position:relative;width:74px}.rt-toggle:disabled{cursor:not-allowed;opacity:.5}.rt-toggle-knob{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAABGdBTUEAALGPC/xhBQAAAA9QTFRFAAAAo3A6xYdHbUsn//HSltn15gAAAAF0Uk5TAEDm2GYAAAAjSURBVAjXY2DADZiNwcCAwVAJDIQZjFzAQJk0Blw73EDcAACjXhB5o9sLHgAAAABJRU5ErkJggg==) 50%/100% 100%;background:var(--rt-asset-button-paper) center /100% 100%;height:18px;image-rendering:pixelated;left:6px;position:absolute;top:50%;transform:translateY(-50%);width:18px}.rt-toggle-on{background:#6aa654;border-image-source:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAABGdBTUEAALGPC/xhBQAAABJQTFRFAAAAosDZcrhOi91fUoc4////FD6GFgAAAAF0Uk5TAEDm2GYAAAAsSURBVAjXY2DAB0RDQwNBNGOIi4urAJDB6mxsbBIAZigpEWZAFcO1ww3ECQAfTQsp+rK7LwAAAABJRU5ErkJggg==);border-image-source:var(--rt-asset-button-green)}.rt-toggle-on .rt-toggle-knob{left:auto;right:6px}.rt-panel,.rt-pixel-frame{background-color:#f5e6c2;border:18px solid #0000;border-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAA9QTFRFAAAAo3A6bUsnxYdH//HSjZaq1QAAAAF0Uk5TAEDm2GYAAAAySURBVCjPY2BSQgEKDIrGKECIQRlVwIhB2VAQCQiDBFyQwKjA4BFAjyj0qMSIbPTkAADC623X8mMNOQAAAABJRU5ErkJggg==) 8 fill round;border-image:var(--rt-asset-paper) 8 fill round;border-radius:0;color:#71331f;color:var(--rt-ink);image-rendering:pixelated;position:relative}.rt-menu-card:after,.rt-panel:after,.rt-pixel-frame:after,.rt-player-row:after{display:none}.rt-auth-content{padding:0 14px}.rt-hero-title{font-size:clamp(27px,8vw,35px);line-height:.86;margin:0 auto 8px;max-width:390px;text-align:center}.rt-hero-title span{display:block;white-space:nowrap}.rt-hero-title span:nth-child(2){font-size:.74em}.rt-hero-subtitle{color:#71331f;color:var(--rt-ink);font-size:12px;margin-bottom:10px;text-align:center}.rt-login-panel{margin:10px 0;padding:20px 22px 16px}.rt-login-title{-webkit-text-stroke:0;font-size:28px;line-height:1}.rt-login-subtitle,.rt-login-title{color:#71331f;color:var(--rt-ink);text-align:center}.rt-login-subtitle{font-size:12px;margin:8px 0 16px}.rt-form-stack{grid-gap:12px;display:grid;gap:12px}.rt-password-field{position:relative}.rt-password-field .rt-input{padding-right:46px}.rt-password-toggle{cursor:pointer;display:grid;height:28px;place-items:center;position:absolute;right:14px;top:50%;transform:translateY(-50%);width:28px}.rt-google-divider{color:#71331f;color:var(--rt-ink);font-size:14px;font-weight:900;text-align:center}.rt-google-login{background-color:#9db5c7;border:12px solid #0000;border-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAABJQTFRFAAAAY3WFZHaFUV9rd42flK/GJmCz8QAAAAF0Uk5TAEDm2GYAAAAySURBVCjPY2A2RgEGDIYuKECYwQRVwJnBxEkJCaiABEKRwKjA4BFAjyj0qMSIbPTkAACcx4+TUhQPfQAAAABJRU5ErkJggg==) 8 fill round;border-image:var(--rt-asset-steel-light) 8 fill round;display:grid;justify-self:stretch;margin:0;max-width:100%;min-height:50px;overflow:hidden;padding:4px 8px;place-items:center;width:100%}.rt-google-login iframe,.rt-google-login>div{max-width:320px!important;width:100%!important}.rt-signup-prompt{margin-top:14px;text-align:center}.rt-link-button{-webkit-appearance:none;appearance:none;background:#0000;border:0;color:#71331f;color:var(--rt-ink);cursor:pointer;padding:0;text-decoration:underline;text-decoration-thickness:3px;text-transform:uppercase;text-underline-offset:5px}.rt-footer-credit{color:#71331f;font-size:13px;line-height:1.35;margin-top:18px;text-align:center;text-transform:uppercase}.rt-home-screen{align-items:center;display:flex;flex-direction:column;gap:14px;padding-top:42px}.rt-home-header{grid-gap:10px;display:grid;gap:10px;justify-items:center}.rt-home-title{-webkit-text-stroke:0;color:#71331f;font-size:clamp(26px,8vw,38px);line-height:.92;max-width:360px;text-align:center}.rt-home-actions{align-items:center;display:flex;gap:12px}.rt-logout-link{font-size:18px}.rt-menu-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr));max-width:350px;width:100%}.rt-menu-card{align-items:center;aspect-ratio:1;background-color:#f5e6c2;border:18px solid #0000;border-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAABGdBTUEAALGPC/xhBQAAAA9QTFRFAAAAo3A6xYdHbUsn//HSltn15gAAAAF0Uk5TAEDm2GYAAAAjSURBVAjXY2DADZiNwcCAwVAJDIQZjFzAQJk0Blw73EDcAACjXhB5o9sLHgAAAABJRU5ErkJggg==) 5 fill stretch;border-image:var(--rt-asset-button-paper) 5 fill stretch;border-radius:0;color:#71331f;cursor:pointer;display:flex;flex-direction:column;gap:0;image-rendering:pixelated;justify-content:center;min-height:142px;min-width:0;padding:18px 14px;position:relative;width:100%}.rt-menu-card:hover:not(:disabled){filter:brightness(1.03)}.rt-menu-card-icon{image-rendering:pixelated;max-height:82px;object-fit:contain;width:min(118px,74%)}.rt-menu-card-title{-webkit-text-stroke:0;color:#71331f;font-size:clamp(15px,4.5vw,20px);font-weight:900;line-height:1.16;text-align:center;text-transform:uppercase}.rt-divider{grid-gap:12px;align-items:center;color:#71331f;display:grid;font-size:22px;font-weight:900;gap:12px;grid-template-columns:1fr auto 1fr;max-width:350px;width:100%}.rt-divider:after,.rt-divider:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAABGdBTUEAALGPC/xhBQAAAA9QTFRFAAAAo3A6xYdHbUsn//HSltn15gAAAAF0Uk5TAEDm2GYAAAAjSURBVAjXY2DADZiNwcCAwVAJDIQZjFzAQJk0Blw73EDcAACjXhB5o9sLHgAAAABJRU5ErkJggg==);background-image:var(--rt-asset-button-paper);background-size:auto 100%;content:"";height:12px;image-rendering:pixelated}.rt-bottom-row{grid-gap:10px;display:grid;gap:10px;max-width:350px;width:100%}.rt-home-actions-row{grid-template-columns:repeat(3,minmax(0,1fr))}.rt-home-actions-row .rt-button{-webkit-text-stroke:0;background-color:#a9631d;border-image-source:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAABGdBTUEAALGPC/xhBQAAAA9QTFRFAAAAo3A6xYdHbUsn//HSltn15gAAAAF0Uk5TAEDm2GYAAAAjSURBVAjXY2DADZiNwcCAwVAJDIQZjFzAQJk0Blw73EDcAACjXhB5o9sLHgAAAABJRU5ErkJggg==);border-image-source:var(--rt-asset-button-paper);color:#71331f!important;font-size:12px;min-height:64px;min-width:0;padding:8px 6px}.rt-scoreboard-list{grid-gap:18px;display:grid;gap:18px;margin:0 auto;max-width:1320px}.rt-player-row{grid-gap:18px;align-items:center;background-color:#6b7d8a;border:18px solid #0000;border-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAA9QTFRFAAAAY3WFUV9rd42fZHaF7h67SgAAAAF0Uk5TAEDm2GYAAAArSURBVCjPY2BSQgEKDIrGKECIQRlVwIhB2cQFCTiPCgwdAfSoxIhs9OQAADs7d82/n2WtAAAAAElFTkSuQmCC) 8 fill round;border-image:var(--rt-asset-steel-dark) 8 fill round;display:grid;gap:18px;grid-template-columns:minmax(0,1fr) minmax(96px,160px) auto;image-rendering:pixelated;min-height:86px;padding:14px 18px;position:relative}.rt-player-name{-webkit-text-stroke:0;color:#fff7d7;color:var(--rt-paper-text);font-size:clamp(20px,4vw,34px);font-weight:900;min-width:0;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.rt-score-pill{font-feature-settings:"tnum";background-color:#9db5c7;border:12px solid #0000;border-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAABJQTFRFAAAAY3WFZHaFUV9rd42flK/GJmCz8QAAAAF0Uk5TAEDm2GYAAAAySURBVCjPY2A2RgEGDIYuKECYwQRVwJnBxEkJCaiABEKRwKjA4BFAjyj0qMSIbPTkAACcx4+TUhQPfQAAAABJRU5ErkJggg==) 8 fill round;border-image:var(--rt-asset-steel-light) 8 fill round;box-sizing:border-box;color:#71331f;color:var(--rt-ink);display:grid;font-size:clamp(18px,4vw,30px);font-variant-numeric:tabular-nums;font-weight:900;line-height:1;min-height:42px;min-width:calc(5ch + 24px);padding:8px 12px;place-items:center;text-align:center}.rt-score-pill-positive{border-image-source:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAABGdBTUEAALGPC/xhBQAAABJQTFRFAAAAosDZcrhOi91fUoc4////FD6GFgAAAAF0Uk5TAEDm2GYAAAAsSURBVAjXY2DAB0RDQwNBNGOIi4urAJDB6mxsbBIAZigpEWZAFcO1ww3ECQAfTQsp+rK7LwAAAABJRU5ErkJggg==);border-image-source:var(--rt-asset-button-green);color:#287a36}.rt-score-pill-negative{border-image-source:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAABGdBTUEAALGPC/xhBQAAAAxQTFRFAAAA7Gpfjj84z15TA6BLHAAAAAF0Uk5TAEDm2GYAAAAiSURBVAjXY2BABVqrVq1g2BoaGscw////b7gJsBKwYlQAAI3IHTnBws7/AAAAAElFTkSuQmCC);border-image-source:var(--rt-asset-button-red);color:#b0181d}.rt-player-actions{display:flex;gap:14px}.rt-circle-button,.rt-circle-placeholder{flex:0 0 52px;height:52px;width:52px}.rt-circle-button{box-sizing:border-box;display:grid;place-items:center;align-items:center;background-color:#f5e6c2;border:10px solid #0000;border-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAABGdBTUEAALGPC/xhBQAAAA9QTFRFAAAAo3A6xYdHbUsn//HSltn15gAAAAF0Uk5TAEDm2GYAAAAjSURBVAjXY2DADZiNwcCAwVAJDIQZjFzAQJk0Blw73EDcAACjXhB5o9sLHgAAAABJRU5ErkJggg==) 5 fill stretch;border-image:var(--rt-asset-button-paper) 5 fill stretch;border-radius:0;color:#71331f;color:var(--rt-ink);cursor:pointer;image-rendering:pixelated;justify-items:center;line-height:1;padding:0;text-align:center}.rt-circle-button .anticon{align-items:center;display:inline-flex;height:1em;justify-content:center;line-height:1;width:1em}.rt-circle-button svg{display:block}.rt-circle-button:hover{filter:brightness(1.08);transform:translateY(-1px)}.rt-circle-button-gold{border-image-source:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAABGdBTUEAALGPC/xhBQAAAA9QTFRFAAAAo3A6xYdHbUsn//HSltn15gAAAAF0Uk5TAEDm2GYAAAAjSURBVAjXY2DADZiNwcCAwVAJDIQZjFzAQJk0Blw73EDcAACjXhB5o9sLHgAAAABJRU5ErkJggg==);border-image-source:var(--rt-asset-button-paper);color:#71331f;color:var(--rt-ink)}.rt-scoreboard-controls{gap:22px;grid-template-columns:2fr 1.15fr 1.15fr 1.45fr;margin:34px auto 0;max-width:1320px}.rt-scoreboard-controls .rt-button{min-height:74px;width:100%}.rt-leave-button,.rt-stream-button{min-height:48px}.rt-modal-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0d22319e;display:grid;inset:0;padding:18px;place-items:center;position:fixed;z-index:1300}.rt-modal{background-color:#f5e6c2;border:18px solid #0000;border-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAAA9QTFRFAAAAo3A6bUsnxYdH//HSjZaq1QAAAAF0Uk5TAEDm2GYAAAAySURBVCjPY2BSQgEKDIrGKECIQRlVwIhB2VAQCQiDBFyQwKjA4BFAjyj0qMSIbPTkAADC623X8mMNOQAAAABJRU5ErkJggg==) 8 fill round;border-image:var(--rt-asset-paper) 8 fill round;border-radius:0;box-sizing:border-box;-webkit-clip-path:none;clip-path:none;color:#71331f;color:var(--rt-ink);image-rendering:pixelated;max-height:calc(100dvh - 36px);overflow:visible;padding:76px clamp(22px,5vw,44px) 34px;position:relative;width:min(calc(100vw - 18px),720px)}.rt-modal:has(.rt-modal-title){padding-top:76px}.rt-modal-sm{width:min(calc(100vw - 18px),430px)}.rt-modal-full,.rt-modal-lg{width:min(calc(100vw - 18px),720px)}.rt-modal-full{min-height:min(720px,calc(100dvh - 36px))}.rt-modal-close{background:#c95b50;border:10px solid #0000;border-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAABGdBTUEAALGPC/xhBQAAAAxQTFRFAAAA7Gpfjj84z15TA6BLHAAAAAF0Uk5TAEDm2GYAAAAiSURBVAjXY2BABVqrVq1g2BoaGscw////b7gJsBKwYlQAAI3IHTnBws7/AAAAAElFTkSuQmCC) 5 fill stretch;border-image:var(--rt-asset-button-red) 5 fill stretch;color:#fff7d7;color:var(--rt-paper-text);cursor:pointer;font-family:Super Legend Boy,Courier New,monospace;font-family:var(--rt-font);font-size:11px;height:36px;place-items:center;right:4px;top:4px;width:42px}.rt-modal-close,.rt-modal-title{display:grid;image-rendering:pixelated;position:absolute}.rt-modal-title{-webkit-text-stroke:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAABhQTFRFAAAAd42fY3WFUV9rxllP//HSjj844mZb1mDzbAAAAAF0Uk5TAEDm2GYAAABhSURBVCjPY2A2YEAFxspoAkaCZmlpyALMQublJWkQANVTXl5SDgYlEMH00tBQqAAIgwTKS0IhACEAVQESRBHAUDEiBNBDrBwtxFLK0UIMFNTuyFpAABov7nABBoQ4A+kAAP0qpZrxRCdOAAAAAElFTkSuQmCC) 0/auto 100% no-repeat,url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAABGdBTUEAALGPC/xhBQAAABhQTFRFAAAAY3WFd42fUV9rxllP//HSjj844mZb13VNSgAAAAF0Uk5TAEDm2GYAAABbSURBVCjPY2BAAcwGqHwGQ2NkXlpaspIwlAUG7uXFQgYMEBYYACmgDncICwRCQ8PLIAKhEOBeDhKAsKBaYCpGBXCEWDl6iJW7IWspAUUAWKAEGi8M8EhioAwAAGU8mkvkFk+oAAAAAElFTkSuQmCC) 100%/auto 100% no-repeat,url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgAgMAAAAOFJJnAAAABGdBTUEAALGPC/xhBQAAAAxQTFRFAAAAjj84//HS4mZbJKqlDwAAAAF0Uk5TAEDm2GYAAAAhSURBVBjTY2AgBYRCAcN/KEAwVkEBFqlBwsDjQri/MAAAdMe3SVEVZQMAAAAASUVORK5CYII=) 50%/auto 100% repeat-x;box-sizing:border-box;color:#fff7d7;color:var(--rt-paper-text);font-size:clamp(14px,2.2vw,22px);font-weight:900;left:50%;line-height:.98;margin:0;min-height:64px;overflow-wrap:anywhere;padding:10px clamp(44px,8vw,64px) 12px;place-items:center;text-align:center;top:-32px;transform:translateX(-50%);white-space:normal;width:min(76%,500px);z-index:3}.rt-modal-body{background:#0000;color:#71331f;color:var(--rt-ink)}.rt-modal-actions{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:18px}.rt-confirm-modal{text-align:center}@media (max-width:520px){.rt-modal-overlay{padding:8px}.rt-modal,.rt-modal-full,.rt-modal-lg,.rt-modal-sm{border-width:12px;max-height:calc(100dvh - 16px);padding:64px 18px 22px;width:calc(100vw - 16px)}.rt-modal-title{font-size:clamp(11px,3.2vw,15px);min-height:54px;padding:7px 38px 9px;top:-26px;width:min(82%,350px)}.rt-modal-close{border-width:8px;font-size:10px;height:32px;right:12px;top:12px;width:36px}}@media (max-width:340px){.rt-modal,.rt-modal-full,.rt-modal-lg,.rt-modal-sm{padding-left:14px;padding-right:14px}.rt-modal-actions{gap:10px;grid-template-columns:1fr}}@media (max-width:720px){.rt-landscape{padding:42px 18px 24px}.rt-auth-header{gap:10px;grid-template-columns:1fr auto;min-height:58px}.rt-logo-badge{height:78px;width:78px}.rt-app-name{font-size:22px}.rt-player-row{gap:8px;grid-template-columns:minmax(0,1fr) 92px auto;min-height:64px;padding:10px}.rt-scoreboard-list{gap:12px}.rt-player-name{-webkit-text-stroke:0;font-size:14px;line-height:1.1}.rt-score-pill{border-width:2px;font-size:14px;min-height:36px;min-width:92px;padding:6px 8px}.rt-player-actions{gap:6px}.rt-circle-button,.rt-circle-placeholder{flex-basis:38px;height:38px;width:38px}.rt-circle-button{border-width:3px}.rt-scoreboard-controls{gap:12px;grid-template-columns:1fr 1fr;margin-top:24px}.rt-scoreboard-controls .rt-button{font-size:14px;min-height:58px;padding:8px 10px}.rt-scoreboard-controls .rt-leave-button,.rt-scoreboard-controls .rt-stream-button{font-size:12px;grid-column:1/-1;justify-self:center;min-height:42px;width:min(220px,64%)}.rt-scoreboard-controls .rt-stream-button{order:3}.rt-scoreboard-controls .rt-leave-button{opacity:.82;order:4}}@media (max-width:430px){.rt-landscape{padding:36px 22px 22px}.rt-player-row{gap:7px;grid-template-columns:minmax(0,1fr) 88px auto;min-height:58px;padding:9px}.rt-player-name{font-size:12px;line-height:1.12}.rt-score-pill{font-size:12px;min-height:34px;min-width:88px;padding:6px 7px}.rt-circle-button,.rt-circle-placeholder{flex-basis:34px;height:34px;width:34px}.rt-player-actions{gap:5px}.rt-scoreboard-controls{gap:10px;grid-template-columns:1fr 1fr;margin-top:22px}.rt-scoreboard-controls .rt-button{font-size:12px;min-height:54px}.rt-scoreboard-controls .rt-leave-button,.rt-scoreboard-controls .rt-stream-button{font-size:10px;min-height:38px;width:min(190px,58%)}.rt-auth-screen{min-height:100dvh;padding:10px 18px 18px}.rt-screen:before{inset:8px}.rt-screen:after{inset:22px}.rt-auth-header{gap:8px;grid-template-columns:minmax(0,1fr) 74px;min-height:58px;padding:10px 2px 0}.rt-logo-badge{height:72px;width:72px}.rt-app-name{font-size:18px;line-height:.98}.rt-lang-button{font-size:12px;min-height:36px;min-width:70px;padding:5px 8px}.rt-auth-content{padding:0 8px}.rt-hero-title{-webkit-text-stroke:1px #2a1600;font-size:clamp(23px,7.3vw,30px);line-height:.88;margin-bottom:6px;max-width:350px}.rt-hero-subtitle{font-size:10px;line-height:1.28;margin-bottom:8px}.rt-login-panel{margin:8px 0;padding:16px 18px 14px}.rt-login-title{font-size:24px}.rt-login-subtitle{font-size:11px;margin:7px 0 12px}.rt-form-stack{gap:10px}.rt-input{font-size:11px;min-height:46px;padding:0 12px}.rt-password-field .rt-input{padding-right:42px}.rt-button{font-size:14px;min-height:46px;padding:7px 12px}.rt-google-divider{font-size:13px}.rt-google-login{min-height:46px;padding:3px 6px;width:100%}.rt-google-login iframe,.rt-google-login>div{max-width:300px!important;width:100%!important}.rt-google-login>div{transform:none;transform-origin:center}.rt-signup-prompt{font-size:11px;line-height:1.35;margin-top:10px}.rt-footer-credit{font-size:11px;margin-top:16px}}@media (max-height:760px),(max-width:380px){.rt-auth-screen{padding-inline:14px}.rt-logo-badge{height:62px;width:62px}.rt-auth-header{grid-template-columns:minmax(0,1fr) 66px;min-height:54px}.rt-app-name{font-size:16px}.rt-hero-title{font-size:clamp(21px,7vw,27px)}.rt-login-title{font-size:22px}.rt-login-panel{padding:14px 16px 12px}}
/*# sourceMappingURL=main.66c31999.css.map*/