:root{font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,Helvetica Neue,Arial,sans-serif;line-height:1.3}*{box-sizing:border-box}html,body,#app{height:100%}body{color:#fff;background:#000;margin:0;overflow:hidden}.board{background:#000;flex-direction:column;height:100vh;padding:0;display:flex}.board-header{background:#0a0a0a;border-bottom:4px solid #1a1a1a;flex-shrink:0;justify-content:space-between;align-items:center;padding:18px 36px;display:flex}.board-title-group{align-items:center;gap:22px;display:flex}.menu-wrap{position:relative}.menu-button{cursor:pointer;background:#ffffff0f;border:1px solid #ffb30066;border-radius:8px;flex-direction:column;justify-content:center;gap:7px;width:54px;height:54px;padding:12px;display:flex}.menu-button span{background:#ffb300;border-radius:2px;height:4px;display:block}.menu-button:hover{background:#ffb30026}.menu-dropdown{z-index:50;background:#10142e;border:1px solid #ffb30066;border-radius:10px;flex-direction:column;min-width:280px;display:flex;position:absolute;top:calc(100% + 8px);left:0;overflow:hidden;box-shadow:0 12px 32px #0009}.menu-dropdown[hidden]{display:none}.menu-section{color:#9aa0b4;letter-spacing:.12em;border-bottom:1px solid #ffffff14;padding:12px 24px 6px;font-size:.95rem;font-weight:700}.menu-section:not(:first-child){border-top:1px solid #ffffff29;margin-top:4px}.menu-item{color:#e8e8e8;letter-spacing:.06em;text-align:left;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #ffffff14;padding:14px 24px;font-family:inherit;font-size:1.4rem;font-weight:700}.menu-item:last-child{border-bottom:none}.menu-item:hover{background:#ffb3001f}.menu-item-active{color:#ffb300;background:#ffb30014}.board-title{letter-spacing:.08em;color:#ffb400;text-transform:uppercase;font-size:clamp(2.6rem,5.2vw,4.4rem);font-weight:800}.board-meta{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.board-clock{font-variant-numeric:tabular-nums;color:#ffb400;letter-spacing:.06em;font-size:clamp(2.6rem,5.2vw,4.4rem);font-weight:800}.board-sub{color:#9ca3af;letter-spacing:.05em;gap:30px;font-size:clamp(1.2rem,1.8vw,1.7rem);font-weight:600;display:flex}.page-indicator{color:#ffb400}.board-table-wrap{flex:1;padding-left:36px;padding-right:36px;overflow:hidden}.board-table{border-collapse:collapse;table-layout:fixed;width:100%}.board-table th{color:#ffb400;text-transform:uppercase;letter-spacing:.03em;text-align:left;white-space:nowrap;text-overflow:ellipsis;background:#000;border-bottom:3px solid #2a2a2a;padding:16px 10px;font-size:clamp(1.1rem,1.65vw,1.8rem);font-weight:800;overflow:hidden}.board-table td{color:#fff;vertical-align:middle;white-space:nowrap;text-overflow:ellipsis;border-bottom:2px solid #0d0d0d;padding:16px 10px;font-size:clamp(1.2rem,1.95vw,2.05rem);font-weight:700;overflow:hidden}.board-table tbody tr:nth-child(odd) td{background:#0d1240}.board-table tbody tr:nth-child(2n) td{background:#060830}.col-id{font-variant-numeric:tabular-nums;color:#ffd75e!important}.col-date{font-variant-numeric:tabular-nums}.col-ops{color:#e5e7eb}.board-table th:first-child,.board-table th:nth-child(2){width:7%}.board-table th:nth-child(3),.board-table th:nth-child(4){width:10%}.board-table th:nth-child(5),.board-table th:nth-child(6),.board-table th:nth-child(7),.board-table th:nth-child(8),.board-table th:nth-child(9),.board-table th:nth-child(10),.board-table th:nth-child(11){width:6.9%}.board-table th:nth-child(12){width:7%}.board-table th:nth-child(13){width:10.7%}.cell-dim{color:#374151}.empty{text-align:center;color:#6b7280;letter-spacing:.1em;font-size:2.1rem;padding:60px 12px!important}.status{font-variant-numeric:tabular-nums;letter-spacing:.02em;border-radius:4px;max-width:100%;padding:3px 10px;font-size:.9em;font-weight:800;display:inline-block}.status-green{color:#22e06c;background:#22e06c1f}.status-yellow{color:#ffd75e;background:#ffd75e1f}.status-red{color:#ff5252;background:#ff525226}.day-badges{gap:6px;max-width:100%;display:inline-flex;overflow:hidden}.day-label{align-self:center}.day-time{font-variant-numeric:tabular-nums}.progress-cell{font-variant-numeric:tabular-nums;align-items:baseline;gap:5px;font-size:.8em;display:flex;overflow:hidden}.progress-count{font-weight:800}.progress-percent{opacity:.85;font-size:.75em;font-weight:700}.progress-red .progress-count,.progress-red .progress-percent{color:#ff5252}.progress-yellow .progress-count,.progress-yellow .progress-percent{color:#ffd75e}.progress-green .progress-count,.progress-green .progress-percent{color:#22e06c}@keyframes rowFlip{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.row-flip{animation:.4s both rowFlip}
