.screen{width:100vw;height:100vh;padding:1vh 1vw;overflow:hidden;display:flex;flex-direction:column}.header{display:flex;justify-content:space-between;align-items:center;padding:1vh 2vw;background:#ffffff1a;border-radius:.5vh;margin-bottom:1vh;flex-shrink:0}.header h1{font-size:2.5vh;background:linear-gradient(90deg,#00d4ff,#0f8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.header .time{font-size:1.6vh;color:#aaa}.content{display:flex;flex-direction:column;gap:1vh;flex:1;min-height:0;overflow:hidden}.stats-row{display:grid;grid-template-columns:repeat(6,1fr);gap:1vw;height:12vh;flex-shrink:0}.stat-card{background:#ffffff1a;border-radius:.5vh;padding:1vh .5vw;text-align:center;border:1px solid rgba(255,255,255,.2);display:flex;flex-direction:column;justify-content:center}.stat-card.highlight{background:linear-gradient(135deg,#00d4ff4d,#00ff884d);border-color:#00d4ff}.stat-card.warning{background:linear-gradient(135deg,#ff6b6b4d,#ffa5004d);border-color:#ff6b6b}.stat-value{font-size:2.8vh;font-weight:700;color:#00d4ff;margin-bottom:.5vh}.stat-label{font-size:1.3vh;color:#aaa}.charts-row{display:grid;grid-template-columns:2fr 1fr;gap:1vw;height:42vh;flex-shrink:0;overflow:hidden}.chart-card{background:#ffffff1a;border-radius:.5vh;padding:1vh 1vw;border:1px solid rgba(255,255,255,.2);overflow:hidden;display:flex;flex-direction:column}.game-section{padding:1vh 1vw;background:#ffffff0d;border-radius:.5vh;flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.game-section h2{color:#fff;margin-bottom:1vh;text-align:center;font-size:1.8vh;flex-shrink:0}.game-list{display:flex;justify-content:center;flex-wrap:nowrap;gap:1vw;flex:1;align-items:stretch;min-height:0}.game-item{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5vh .5vw;background:#0000004d;border-radius:.8vh;flex:1;border:2px solid;min-height:0}.game-icon{width:5vh;height:5vh;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.8vh;margin-bottom:.8vh;border:2px solid}.game-name{color:#fff;font-size:1.4vh;font-weight:700;margin-bottom:.5vh}.game-winners{font-size:2.2vh;font-weight:700}.game-unit{color:#fff9;font-size:1.1vh;margin-top:0}.game-progress-bg{width:100%;height:.5vh;background:#ffffff1a;border-radius:.25vh;margin-top:.8vh;overflow:hidden}.game-progress-bar{height:100%;border-radius:.25vh;transition:width .3s ease}.orders-section{background:#ffffff1a;border-radius:10px;padding:20px;border:1px solid rgba(255,255,255,.2)}.orders-section h2{margin-bottom:20px;color:#00d4ff}.orders-table{width:100%;border-collapse:collapse}.orders-table th,.orders-table td{padding:15px;text-align:left;border-bottom:1px solid rgba(255,255,255,.1)}.orders-table th{color:#00d4ff;font-weight:400}.status{padding:5px 15px;border-radius:20px;font-size:12px}.status-0{background:#ff6b6b}.status-1{background:#73c0de}.status-2{background:#3ba272}.status-3{background:#fc8452}.status-4{background:#999}.loading{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh}.spinner{width:50px;height:50px;border:3px solid rgba(255,255,255,.3);border-top-color:#00d4ff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
