.histogram-box{background:rgba(0,12,22,.82);border:1px solid rgba(59,130,246,.25);border-radius:16px;padding:14px;box-shadow:0 12px 40px rgba(0,0,0,.45);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.histogram-box.chart-only{padding:10px 10px 10px 16px;min-width:0}.histogram-box.chart-only h3{margin:0 0 8px;font-size:12px}.histogram-box.chart-only .recharts-wrapper{overflow:visible}.histogram-box.history-only h3{margin:0 0 12px}.histogram-box h3{margin:0 0 10px;font-size:13px;font-weight:600;color:#9ccfff;text-align:center}.histogram-box .recharts-wrapper .recharts-xAxis .recharts-cartesian-axis-tick-value{font-size:10px;fill:#a5d5ff}.history-wrapper{margin-top:14px;overflow-x:auto}.history-wrapper .history-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;flex-wrap:wrap;gap:10px}.history-wrapper .history-header-row h3{margin:0;font-size:13px;font-weight:600;color:#9ccfff}.history-wrapper .history-header-row .time-filter .period-select{padding:6px 12px;font-size:11px;font-weight:500;background:rgba(15,23,42,.8);border:1px solid rgba(59,130,246,.3);border-radius:6px;color:rgba(156,207,255,.9);cursor:pointer;outline:none;transition:all .2s}.history-wrapper .history-header-row .time-filter .period-select:focus,.history-wrapper .history-header-row .time-filter .period-select:hover{border-color:#3b82f6}.history-wrapper .history-header-row .time-filter .period-select option{background:#0f172a;color:#f8fafc}.history-wrapper .table-scroll-container{max-height:400px;overflow-y:auto;overflow-x:auto}.history-wrapper .table-scroll-container::-webkit-scrollbar{width:6px;height:6px}.history-wrapper .table-scroll-container::-webkit-scrollbar-track{background:rgba(30,41,59,.5);border-radius:3px}.history-wrapper .table-scroll-container::-webkit-scrollbar-thumb{background:rgba(59,130,246,.5);border-radius:3px}.history-wrapper .table-scroll-container::-webkit-scrollbar-thumb:hover{background:rgba(59,130,246,.7)}.history-table{width:100%;border-collapse:collapse;font-size:8px}.history-table thead th{background:rgba(59,130,246,.12);color:#9ccfff;text-align:left;font-weight:700;border-bottom:1px solid rgba(59,130,246,.25)}.history-table td{padding:8px 10px;border-bottom:1px solid rgba(59,130,246,.15);color:#e7f7ff;white-space:normal}.history-table tbody td:nth-child(2),.history-table tbody td:nth-child(3),.history-table tbody td:nth-child(4),.history-table thead th{text-align:center}.history-table tr:hover td{background:rgba(59,130,246,.06)}.empty-row td{text-align:center;color:rgba(230,245,250,.55);padding:14px}.badge{padding:4px 9px;border-radius:999px;font-weight:700;font-size:11px;text-transform:uppercase;display:inline-block}.badge.primary{background:rgba(59,130,246,.2);color:#93c5fd}.badge.info{background:rgba(14,165,233,.18);color:#7dd3fc}.badge.danger{background:rgba(239,68,68,.18);color:#fca5a5}.badge.success{background:rgba(34,197,94,.2);color:#86efac}.badge.warning{background:rgba(234,179,8,.2);color:#fde68a}.date{font-size:11px;color:rgba(230,245,250,.7);white-space:nowrap}.current-round{background:rgba(0,255,136,.05)!important;border-left:3px solid #0f8!important}.current-round td{font-weight:600}.current-round .badge.success{background:rgba(0,255,136,.3);color:#0f8;border:1px solid #0f8;animation:pulse-glow 2s ease-in-out infinite}.current-round .badge.info{background:rgba(0,217,255,.25);color:#00d9ff;border:1px solid #00d9ff}@keyframes pulse-glow{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.02)}}