.cockroach-slash{position:absolute;width:100%;height:100%;top:0;left:0}.cockroach-slash.red:before{content:"";position:absolute;top:50%;left:-10%;width:120%;height:2px;background-color:red;transform:translateY(-50%) rotate(-45deg);transform-origin:center}.cockroach-slash.blue:before{content:"";position:absolute;top:50%;left:-10%;width:120%;height:2px;background-color:#00f;transform:translateY(-50%) rotate(-45deg);transform-origin:center}.roadmap-grid{display:grid;border:1px solid #ccc;background-color:#fff;position:relative;overflow:hidden}.roadmap-cell{position:relative;display:flex;justify-content:center;align-items:center;border:.5px solid rgb(211 209 209 / 52%);font-size:12px;color:#fff;box-sizing:border-box;aspect-ratio:1 / 1;min-height:24px;z-index:0}.big-road-grid .roadmap-cell{min-height:30px;min-width:30px}.three-star-dot{width:18px;height:18px;border-radius:50%;border:1px solid #333;margin:2px auto}.red-dot{background-color:red}.blue-dot{background-color:#00f}.tie-indicator{font-size:12px;color:#0a0;font-weight:700;text-align:center;line-height:1}.bead-plate-grid{grid-auto-columns:25px}.bead-circle{width:80%;height:80%;border-radius:50%;display:flex;justify-content:center;align-items:center;color:#fff;font-weight:700;font-size:14px}.bead-text{font-size:18px;font-weight:700;color:#000}.bead-text.super6-text{color:green}.bead-circle.banker{background:radial-gradient(circle at 30% 30%,#f66,red,#c00);box-shadow:0 3px 6px #0000004d,inset 0 1px 2px #ffffff4d;font-weight:700}.bead-circle.player{background:radial-gradient(circle at 30% 30%,#66f,#00f,#00c);box-shadow:0 3px 6px #0000004d,inset 0 1px 2px #ffffff4d;font-weight:700}.bead-circle.tie{background:radial-gradient(circle at 30% 30%,#6a6,#0a0,#080);box-shadow:0 3px 6px #0000004d,inset 0 1px 2px #ffffff4d;font-weight:700}.big-road-circle{width:90%;height:90%;border-radius:50%;border:4px solid;box-sizing:border-box}.banker-stroke{border-color:red}.player-stroke{border-color:#00f}.tie-slash{position:absolute;width:100%;height:100%;top:0;left:0;background:linear-gradient(to top right,transparent calc(50% - 1px),green,transparent calc(50% + 1px))}.player-pair-dot,.banker-pair-dot{position:absolute;width:20%;height:20%;border-radius:50%;border:2px solid white;box-sizing:border-box}.player-pair-dot{background-color:#00f;bottom:15%;right:15%}.banker-pair-dot{background-color:red;top:15%;left:15%}.derived-red{width:80%;height:80%;border-radius:50%;background-color:red;position:absolute;z-index:1}.derived-blue{width:80%;height:80%;border-radius:50%;background-color:#00f;position:absolute;z-index:2}.cockroach-grid .cockroach-slash{position:absolute;width:100%;height:100%;top:0;left:0}.cockroach-grid .cockroach-slash.red:before{content:"";position:absolute;top:50%;left:-10%;width:120%;height:2px;background-color:red;transform:translateY(-50%) rotate(-45deg);transform-origin:center;z-index:1}.cockroach-grid .cockroach-slash.blue:before{content:"";position:absolute;top:50%;left:-10%;width:120%;height:2px;background-color:#00f;transform:translateY(-50%) rotate(-45deg);transform-origin:center;z-index:2}.big-road-special-text{position:absolute;font-size:10px;font-weight:700;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.big-road-special-text.dragon7-text{color:red}.big-road-special-text.panda8-text{color:#00f}.roadmap-identifier{position:absolute;bottom:5px;right:5px;font-size:10px;color:#80808080;z-index:10;pointer-events:none}.dragon7-container,.panda8-container{position:relative;display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%}.dragon-icon,.panda-icon{font-size:16px;position:relative;z-index:1}.number-wrap{position:absolute;font-size:14px;font-weight:700;color:gold;text-shadow:1px 1px 2px rgba(0,0,0,.8);transform:rotate(-15deg);top:-2px;right:-2px;z-index:2}.big-road-special-text.dragon7-container{color:red}.big-road-special-text.panda8-container{color:#00f}.bead-text.dragon7-container{color:red}.bead-text.panda8-container{color:#00f}.dragon7-container .number-wrap{animation:dragon-wrap 2s ease-in-out infinite alternate}.panda8-container .number-wrap{animation:panda-wrap 2s ease-in-out infinite alternate}@keyframes dragon-wrap{0%{transform:rotate(-15deg) translate(1px)}to{transform:rotate(-10deg) translate(-1px)}}@keyframes panda-wrap{0%{transform:rotate(10deg) translateY(1px)}to{transform:rotate(15deg) translateY(-1px)}}.bead-special-container{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.bead-icon-large{font-size:55px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.bead-number-overlay{position:absolute;font-size:20px!important;font-weight:700;z-index:2;-webkit-text-stroke:2px white;text-shadow:0 0 3px rgba(255,255,255,.9)}.dragon7-overlay{color:red!important;top:50%;left:50%;transform:translate(-50%,-50%)}.panda8-overlay{color:#00f!important;top:50%;left:50%;transform:translate(-50%,-50%)}.next-prediction-container{display:flex;flex-direction:column;margin:10px auto;border:2px solid #333;background-color:#f9f9f9;border-radius:4px;overflow:hidden;width:280px;box-shadow:0 2px 4px #0000001a}.prediction-label{background-color:#333;color:#fff;padding:8px 15px;font-weight:700;font-size:14px;text-align:center;letter-spacing:1px}.prediction-table{display:flex;flex-direction:column}.prediction-header,.prediction-row{display:flex;border-bottom:1px solid #ddd}.prediction-header:last-child,.prediction-row:last-child{border-bottom:none}.prediction-cell{flex:1;padding:12px 8px;border-right:1px solid #ddd;display:flex;justify-content:center;align-items:center;min-height:35px;box-sizing:border-box}.header-cell{background-color:#e9ecef;font-weight:700;font-size:12px;color:#333}.row-label{background-color:#f8f9fa;font-weight:700;font-size:14px;min-width:50px;flex:0 0 50px}.banker-label{color:red;background-color:#ffe6e6}.player-label{color:#00f;background-color:#e6e6ff}.prediction-symbol{display:flex;justify-content:center;align-items:center}.prediction-empty{width:24px;height:24px}.side-info-container{display:flex;flex-direction:column;align-items:center;gap:15px}.banker-pair-dot-symmetric{position:absolute;width:8px;height:8px;background-color:red;border-radius:50%;top:12%;right:67%;z-index:15;border:1px solid rgba(255,255,255,.8)}.player-pair-dot-symmetric{position:absolute;width:8px;height:8px;background-color:#00f;border-radius:50%;bottom:20%;right:12%;z-index:15;border:1px solid rgba(255,255,255,.8)}.banker-pair-dot-symmetric,.player-pair-dot-symmetric{box-shadow:0 1px 3px #0000004d}.big-road-grid .banker-pair-dot-symmetric,.big-road-grid .player-pair-dot-symmetric{width:6px;height:6px}.bead-plate-grid .banker-pair-dot-symmetric,.bead-plate-grid .player-pair-dot-symmetric{width:8px;height:8px}.three-star-grid .banker-pair-dot-symmetric,.three-star-grid .player-pair-dot-symmetric{width:6px;height:6px}@media (max-width: 768px){.banker-pair-dot-symmetric,.player-pair-dot-symmetric{width:5px;height:5px}}.shoe-round-info-container{display:flex;justify-content:space-around;align-items:center;background:linear-gradient(to right,#1b0c97,#4379da);color:#fff;padding:5px 10px;font-size:18px;border-radius:5px;margin-bottom:0;margin-top:-20px}.shoe-round-info-container span{margin:0 5px;white-space:nowrap}.shoe-round-info{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:2px solid #dee2e6;border-radius:12px;padding:15px;margin:10px;box-shadow:0 4px 12px #0000001a;font-family:Arial,sans-serif;max-width:350px;min-width:300px}.game-status-section{margin-bottom:20px}.status-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;padding-bottom:8px;border-bottom:2px solid #dee2e6}.status-header h3{margin:0;color:#495057;font-size:1.1em;font-weight:700}.public-mode-badge{background:linear-gradient(135deg,#17a2b8,#138496);color:#fff;padding:4px 10px;border-radius:15px;font-size:.75em;font-weight:700;border:1px solid rgba(255,255,255,.3);box-shadow:0 2px 4px #0003}.status-info{display:flex;flex-direction:column;gap:8px}.status-item{display:flex;justify-content:space-between;align-items:center;padding:6px 10px;background:#ffffffb3;border-radius:6px;border:1px solid rgba(0,0,0,.1)}.status-label{font-size:.9em;color:#6c757d;font-weight:500}.status-value{font-weight:700;font-size:.95em}.shoe-number{color:#28a745;background:#28a7451a;padding:2px 8px;border-radius:10px}.round-number{color:#007bff;background:#007bff1a;padding:2px 8px;border-radius:10px}.game-status.running{color:#28a745}.game-status.paused{color:#ffc107}.statistics-section{margin-bottom:20px}.statistics-section h4{margin:0 0 12px;color:#495057;font-size:1em;font-weight:700;border-bottom:1px solid #dee2e6;padding-bottom:5px}.basic-stats{margin-bottom:15px}.stat-group{display:flex;gap:8px;margin-bottom:10px}.stat-item{flex:1;display:flex;flex-direction:column;align-items:center;padding:10px 5px;border-radius:8px;font-size:.8em;min-height:65px;justify-content:center}.banker-stat{background:linear-gradient(135deg,#ffebee,#ffcdd2);border:1px solid #ef5350;color:#c62828}.player-stat{background:linear-gradient(135deg,#e3f2fd,#bbdefb);border:1px solid #42a5f5;color:#1565c0}.tie-stat{background:linear-gradient(135deg,#e8f5e8,#c8e6c9);border:1px solid #66bb6a;color:#2e7d32}.stat-label{font-weight:700;margin-bottom:3px;font-size:.9em}.stat-value{font-size:1.4em;font-weight:700;margin-bottom:2px}.stat-percent{font-size:.8em;opacity:.8}.side-bet-stats{margin-bottom:15px}.stat-row{display:flex;justify-content:space-between;margin-bottom:8px}.stat-row .stat-item{flex-direction:row;min-height:auto;padding:6px 10px;background:#ffffffb3;border:1px solid rgba(0,0,0,.1);border-radius:6px;gap:5px;flex:0 0 45%}.stat-row .stat-label{font-size:.85em;margin-bottom:0}.stat-row .stat-value{font-size:1em;margin-bottom:0;color:#495057}.total-games{display:flex;justify-content:space-between;align-items:center;padding:10px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:2px solid #adb5bd;border-radius:8px;font-weight:700}.total-label{color:#495057;font-size:.95em}.total-value{color:#007bff;font-size:1.1em;background:#007bff1a;padding:3px 10px;border-radius:12px}.recent-results-section{margin-bottom:15px}.recent-results-section h4{margin:0 0 10px;color:#495057;font-size:1em;font-weight:700;border-bottom:1px solid #dee2e6;padding-bottom:5px}.recent-results-list{display:flex;gap:6px;margin-bottom:8px;flex-wrap:wrap}.recent-result-item{display:flex;flex-direction:column;align-items:center;padding:8px 6px;border-radius:8px;border:2px solid;min-width:45px;font-size:.8em;font-weight:700;cursor:pointer;transition:transform .2s ease}.recent-result-item:hover{transform:scale(1.05)}.banker-result{background:linear-gradient(135deg,#ffebee,#ffcdd2);border-color:#f44336;color:#c62828}.player-result{background:linear-gradient(135deg,#e3f2fd,#bbdefb);border-color:#2196f3;color:#1565c0}.tie-result{background:linear-gradient(135deg,#e8f5e8,#c8e6c9);border-color:#4caf50;color:#2e7d32}.result-main{font-size:1.1em;margin-bottom:2px}.result-marks{display:flex;flex-direction:column;gap:1px}.result-mark{font-size:.6em;background:#0000001a;padding:1px 3px;border-radius:3px;white-space:nowrap}.results-note{display:flex;justify-content:space-between;font-size:.7em;color:#6c757d;font-style:italic}.no-results{color:#6c757d;font-style:italic;text-align:center;padding:10px;background:#6c757d1a;border-radius:6px}.public-mode-notice{background:linear-gradient(135deg,#e1f5fe,#b3e5fc);border:1px solid #03a9f4;border-radius:8px;padding:10px;margin-top:15px}.notice-content{display:flex;align-items:center;gap:8px}.notice-icon{color:#0288d1;font-size:1.1em}.notice-text{color:#01579b;font-size:.85em;font-weight:500;line-height:1.3}@media (max-width: 768px){.shoe-round-info{max-width:100%;margin:5px;padding:12px}.stat-group{flex-direction:column;gap:6px}.stat-item{min-height:50px}.recent-results-list{justify-content:center}.recent-result-item{min-width:40px;padding:6px 4px}}@media (max-width: 480px){.shoe-round-info{padding:10px;font-size:.9em}.status-header{flex-direction:column;gap:8px;align-items:flex-start}.stat-row{flex-direction:column;gap:6px}.stat-row .stat-item{flex:1}.recent-result-item{min-width:35px;font-size:.7em}.public-mode-badge{font-size:.7em;padding:3px 8px}}.livestream-container{width:100%;background:linear-gradient(135deg,#1e3c72,#2a5298);border-radius:8px;overflow:hidden;box-shadow:0 4px 15px #0000004d;margin-bottom:0;position:relative;transition:all .3s ease}.livestream-container.simple{border-radius:12px;box-shadow:0 6px 20px #00000040}.livestream-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;background:#000c;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.livestream-title{display:flex;align-items:center;gap:15px}.livestream-title h2{margin:0;font-size:1.5em;font-weight:700;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.5)}.connection-status{display:flex;align-items:center;gap:8px;padding:6px 12px;background:#ffffff1a;border-radius:20px;font-size:.9em;font-weight:700;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.status-icon{font-size:1.1em;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.livestream-info{display:flex;align-items:center;gap:15px}.viewer-count{padding:6px 12px;background:#fff3;border-radius:15px;font-size:.9em;font-weight:700;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.video-container{position:relative;width:100%;height:450px;background:#000;overflow:hidden}.video-container.simple{height:400px;border-radius:0}.livestream-video{width:100%;height:100%;object-fit:cover;display:block}.livestream-video.simple{cursor:default;outline:none}.loading-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000e6;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:10}.loading-spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.3);border-top:4px solid #fff;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:15px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-text{color:#fff;font-size:1.1em;font-weight:700;text-align:center}.error-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000e6;display:flex;justify-content:center;align-items:center;z-index:10}.error-content{text-align:center;color:#fff;padding:30px;max-width:400px}.error-icon{font-size:3em;margin-bottom:15px}.error-title{font-size:1.3em;font-weight:700;margin-bottom:10px;color:#ff6b6b}.error-message{font-size:1em;line-height:1.5;color:#fffc}.error-message small{display:block;margin-top:10px;font-size:.8em;color:#fff9;word-break:break-all}.livestream-footer{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;background:#000000b3;color:#fff;font-size:.9em;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.livestream-footer.simple{background:#000c;padding:10px 20px}.stream-info{display:flex;gap:20px}.stream-quality,.stream-delay{padding:4px 10px;background:#ffffff1a;border-radius:12px;font-weight:700;font-size:.85em}.stream-tips{display:flex;align-items:center}.tips-text{color:#fffc;font-size:.8em;font-style:italic}@media (max-width: 768px){.livestream-header{padding:10px 15px;flex-direction:column;gap:10px}.livestream-title h2{font-size:1.2em}.video-container,.video-container.simple{height:300px}.livestream-footer{flex-direction:column;gap:8px;padding:10px 15px}.stream-info{gap:10px}.tips-text{text-align:center}.error-content{padding:20px}.error-icon{font-size:2.5em}.error-title{font-size:1.1em}.error-message{font-size:.9em}}@media (max-width: 480px){.livestream-title h2{font-size:1em}.video-container,.video-container.simple{height:250px}.livestream-header,.livestream-footer{padding:8px 12px}.connection-status,.viewer-count{padding:4px 8px;font-size:.8em}.stream-quality,.stream-delay{padding:3px 8px;font-size:.75em}.tips-text{font-size:.7em}}.public-mode .livestream-container{margin-bottom:25px}.public-mode .livestream-container.simple{box-shadow:0 8px 25px #0000004d;border:2px solid rgba(255,255,255,.1)}.livestream-video[data-type=flv]{background:#000}.connection-status[style*="color: rgb(255, 165, 0)"] .status-icon{animation:connecting-pulse 1.5s ease-in-out infinite}@keyframes connecting-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.1)}}.connection-status[style*="color: rgb(0, 255, 0)"] .status-icon{animation:live-blink 2s linear infinite}@keyframes live-blink{0%,50%{opacity:1}51%,to{opacity:.3}}.livestream-video:focus{outline:none;box-shadow:none}.livestream-video{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.livestream-video::-webkit-media-controls{display:none!important}.livestream-video::-webkit-media-controls-panel{display:none!important}video::-webkit-media-controls{display:none}video::-moz-media-controls{display:none}video::-ms-media-controls{display:none}#root{width:100%;min-height:100vh;margin:0;padding:0;overflow-x:hidden}.notification-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0006;display:flex;justify-content:center;align-items:center;z-index:1000}.time-display{background:#000c;padding:8px 12px;border-radius:6px;font-size:12px;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);min-width:200px}.time-item{display:flex;justify-content:space-between;margin:2px 0;white-space:nowrap}.time-label{opacity:.8;margin-right:8px}.time-value{font-family:Courier New,monospace;font-weight:700;color:#0f8}.notification-box{background-color:#fff;padding:20px 40px;border-radius:8px;box-shadow:0 4px 15px #0003;font-size:1.2em;color:#333}.app-container{display:flex;flex-direction:column;width:100%;max-width:1400px;margin:0 auto;background:linear-gradient(to bottom,#e8421d,#4379da);border:1px solid #e9be17;min-height:100vh;box-sizing:border-box}.road-section h3,.bead-plate-section h3,.derived-roads-section h3{color:gray;font-size:18px;font-weight:700;text-align:center;margin-bottom:0}.top-section{flex:3;display:flex;flex-direction:column;padding:5px}.middle-section{flex:2;display:flex;flex-direction:column;padding:5px}.derived-roads-and-shoe-info{display:flex;flex-direction:column;flex-grow:1}.derived-roads-container{flex-grow:1;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:5px;padding:5px}.bottom-section{flex:1;display:flex;flex-direction:column;padding:5px}.input-panel-container-wrapper{width:100%;max-width:1400px;margin:10px auto;padding:10px;background-color:#1a1a1a;border-radius:16px;box-sizing:border-box}.logout-container{position:absolute;top:10px;right:10px;z-index:1000;display:flex;flex-direction:column;align-items:flex-end;gap:10px}.logout-button{padding:8px 16px;background-color:#ff4757;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px}@media (max-width: 768px){.input-panel-container-wrapper{margin:8px auto;padding:8px}.time-display{min-width:180px;font-size:11px}.logout-container{top:5px;right:5px;gap:8px}}@media (max-width: 480px){.input-panel-container-wrapper{margin:6px auto;padding:6px}.time-display{min-width:160px;font-size:10px;padding:6px 10px}.time-item{margin:1px 0}}@media (orientation: landscape) and (max-width: 1024px){.app-container{flex-direction:column}.top-section{flex:3}.middle-section{flex:2;display:flex;flex-direction:row}.derived-roads-and-shoe-info{flex:1;flex-direction:row}.derived-roads-container{flex:2}.shoe-round-info-container{flex:1;flex-direction:column;justify-content:center;align-items:flex-start}.bottom-section{flex:1}.input-panel-container-wrapper{margin:8px auto;padding:8px}.logout-container{top:5px;right:5px}.time-display{min-width:170px}}body{margin:0;padding:0 0 20px;overflow-x:hidden}.top-section,.middle-section,.bottom-section{margin-bottom:0}@media (min-width: 1200px){.input-panel-container-wrapper{margin:15px auto;padding:15px;max-width:1400px}}.breadplate-and-prediction{display:flex;gap:20px;align-items:flex-start;justify-content:flex-start;flex-wrap:nowrap;width:100%}.breadplate-container{flex:0 0 auto}.prediction-container{flex:0 0 auto;min-width:350px}.bead-plate-grid{display:grid!important;grid-template-columns:repeat(16,45px)!important;grid-template-rows:repeat(6,45px)!important;gap:0px;width:720px!important;height:270px!important;min-width:720px!important;max-width:720px!important;border:2px solid #333;background-color:#fff;position:relative;flex:0 0 auto}.bead-plate-grid .roadmap-cell{width:45px!important;height:45px!important;min-width:45px!important;min-height:45px!important;max-width:45px!important;max-height:45px!important;border:1px solid #ddd;display:flex;align-items:center;justify-content:center;position:relative;background-color:#fff;box-sizing:border-box}.bead-plate-grid .bead-circle{width:36px!important;height:36px!important;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:#fff;box-sizing:border-box}.bead-plate-grid .bead-circle.banker{background-color:red;border:1px solid #ff0000}.bead-plate-grid .bead-circle.player{background-color:#00f;border:1px solid #0000ff}.bead-plate-grid .bead-circle.tie{background-color:#0a0;border:1px solid #00aa00}.bead-plate-grid .bead-special-container{position:relative;width:36px;height:36px;display:flex;align-items:center;justify-content:center}.bead-plate-grid .bead-icon-large{font-size:28px;line-height:1}.bead-plate-grid .bead-number-overlay{position:absolute;bottom:-2px;right:-2px;font-size:12px;font-weight:700;background-color:#000000b3;color:#fff;border-radius:50%;width:16px;height:16px;display:flex;align-items:center;justify-content:center}.bead-plate-grid .bead-text{font-size:18px;font-weight:700;color:#333}.bead-plate-grid .player-pair-dot,.bead-plate-grid .banker-pair-dot{position:absolute;width:8px;height:8px;border-radius:50%}.bead-plate-grid .player-pair-dot{background-color:#00f;top:3px;left:3px}.bead-plate-grid .banker-pair-dot{background-color:red;top:3px;right:3px}.bead-plate-grid .roadmap-identifier{position:absolute;bottom:4px;right:4px;font-size:12px;color:#666;background-color:#ffffffe6;padding:2px 6px;border-radius:3px;z-index:10}.next-prediction-container{background-color:#fff!important;border:2px solid #333!important;border-radius:6px;overflow:hidden;height:fit-content;box-shadow:0 2px 4px #0000001a;display:flex;flex-direction:column}.prediction-label{background-color:#333;color:#fff;text-align:center;padding:12px 16px;font-weight:700;font-size:16px;margin:0;border-bottom:2px solid #333;flex:0 0 auto}.prediction-table{padding:0;width:100%;border-collapse:collapse;flex:1;display:flex;flex-direction:column}.prediction-row{display:flex;border-bottom:1px solid #ddd;flex:1}.prediction-row:last-child{border-bottom:none}.prediction-row.header-row{background-color:#f8f9fa;border-bottom:2px solid #333;flex:0 0 auto}.prediction-cell{padding:15px 12px;text-align:center;border-right:1px solid #ddd;display:flex;align-items:center;justify-content:center;min-height:65px;flex:1;font-size:14px}.prediction-cell:last-child{border-right:none}.prediction-cell.header-cell{font-weight:700;color:#333;background-color:#f8f9fa;padding:10px 12px;min-height:40px;font-size:14px}.row-label{font-weight:700;font-size:18px;min-width:60px;flex:0 0 60px}.banker-label{background-color:#ffe6e6;color:#c00}.player-label{background-color:#e6f3ff;color:#06c}.prediction-symbol{display:flex!important;align-items:center!important;justify-content:center!important;margin:0 auto}.prediction-empty{font-size:22px;color:#999;font-weight:700}.prediction-symbol[style*=border],.prediction-symbol[style*=backgroundColor]{box-sizing:border-box}.prediction-symbol[style*=monospace]{font-family:Courier New,monospace!important;line-height:1!important}@media (max-width: 1400px){.breadplate-and-prediction{gap:15px}.prediction-container,.next-prediction-container{min-width:320px}}@media (max-width: 1200px){.breadplate-and-prediction{gap:10px}.bead-plate-grid{transform:scale(.85);transform-origin:top left;width:612px!important;height:229px!important}.next-prediction-container{transform:scale(.85);transform-origin:top left;min-width:300px}.prediction-container{min-width:300px}.next-prediction-container{min-width:300px;min-height:229px}}@media (max-width: 768px){.breadplate-and-prediction{flex-direction:column;gap:15px;align-items:center}.next-prediction{transform:scale(.7);transform-origin:top left;min-width:auto;width:100%}.bead-plate-grid{transform:scale(.7);transform-origin:top left;width:504px!important;height:189px!important}.breadplate-container,.prediction-container{width:100%;max-width:100%}.next-prediction-container{min-width:auto;width:100%;max-width:504px;min-height:200px}.prediction-cell{padding:10px 8px;min-height:50px;font-size:12px}.prediction-cell.row-label{font-size:16px}.prediction-symbol{transform:scale(.8)}}@media (max-width: 480px){.bead-plate-grid{transform:scale(.6);transform-origin:top left;width:432px!important;height:162px!important}.next-prediction-container{transform:scale(.6);transform-origin:top left}}.bead-plate-grid *{-webkit-print-color-adjust:exact!important;color-adjust:exact!important}@media print{.next-prediction-container{break-inside:avoid;background-color:#fff!important;color:#000!important}.prediction-cell{background-color:inherit!important;color:inherit!important}.banker-label{background-color:#ffe6e6!important;color:#c00!important}.player-label{background-color:#e6f3ff!important;color:#06c!important}.breadplate-and-prediction,.breadplate-container,.prediction-container{break-inside:avoid}}.app-container.public-mode{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:10px}.livestream-container{margin-bottom:20px}.public-header{background:#ffffff1a;border-radius:8px;margin-bottom:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.public-mode .time-display{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;background:#00000080;border-radius:8px;color:#fff;flex-wrap:wrap;gap:15px}.public-mode .time-item{display:flex;align-items:center;gap:8px;background:#ffffff1a;padding:6px 12px;border-radius:20px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.public-mode .time-label{font-size:.9em;opacity:.8}.public-mode .time-value{font-weight:700;font-family:Courier New,monospace;color:#0f8}.public-mode-indicator{background:#0f83;border:1px solid rgba(0,255,136,.4);border-radius:20px;padding:6px 12px;display:flex;align-items:center;gap:8px}.public-label{color:#0f8;font-weight:700;font-size:.9em;white-space:nowrap}.public-mode-footer{margin-top:20px;text-align:center}.public-mode-footer p{background:#ffffff1a;border-radius:20px;padding:12px 20px;display:inline-block;color:#fff;font-weight:700;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.shoe-round-info.public-mode{background:#fffffff2;border:2px solid rgba(0,255,136,.3);box-shadow:0 8px 25px #0003}.shoe-round-info.public-mode .status-header{background:linear-gradient(135deg,#0f8,#00cc70);color:#fff;margin:-15px -15px 15px;padding:15px;border-radius:8px 8px 0 0}.public-mode-badge{background:#fff3;border-radius:15px;padding:4px 10px;font-size:.8em;border:1px solid rgba(255,255,255,.3)}.public-mode-badge span{color:#fff;font-weight:700}.public-mode-notice{margin-top:15px;padding:12px;background:linear-gradient(135deg,#e3f2fd,#bbdefb);border:1px solid #2196f3;border-radius:8px;box-shadow:0 2px 8px #2196f333}.notice-content{display:flex;align-items:center;gap:10px}.notice-icon{font-size:1.2em;color:#2196f3}.notice-text{color:#1976d2;font-size:.9em;font-weight:500}@media (max-width: 768px){.public-mode .time-display{flex-direction:column;gap:10px;padding:10px 15px}.public-mode .time-item,.public-mode-indicator{width:100%;justify-content:center}.livestream-container{margin-bottom:15px}.public-mode-footer p{padding:10px 15px;font-size:.9em}}@media (max-width: 480px){.app-container.public-mode{padding:5px}.public-mode .time-item{font-size:.8em;padding:4px 8px}.public-mode .time-value{font-size:.9em}.public-label,.notice-text{font-size:.8em}}.public-mode .roadmap-grid{border:2px solid rgba(255,255,255,.3);box-shadow:0 4px 15px #0000001a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.public-mode .roadmap-identifier{background:#000000b3;color:#fff;padding:2px 8px;border-radius:10px;font-weight:700}.public-mode .notification-overlay{z-index:10000}.public-mode .notification-box{border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 8px 25px #0000004d}.public-mode *{transition:all .3s ease}.public-mode .loading-state{display:flex;justify-content:center;align-items:center;padding:50px;color:#fff;font-size:1.1em}.public-mode .loading-spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.3);border-top:3px solid white;border-radius:50%;animation:spin 1s linear infinite;margin-right:15px}.connection-indicator{position:fixed;top:20px;right:20px;background:#000c;color:#fff;padding:8px 15px;border-radius:20px;font-size:.9em;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.connection-indicator.connected{background:#0f03;border-color:#00ff0080;color:#0f8}.connection-indicator.error{background:#f003;border-color:#ff000080;color:#ff6b6b}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#2c2c38}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
