.seventh-day-statistics { position: fixed; z-index: 12000; width: min(820px, calc(100vw - 16px)); max-height: min(600px, calc(100dvh - 16px)); overflow: auto; color: var(--text-color, #e8ecea); background: var(--card-bg, #202725); border: 1px solid #67756c; border-radius: 6px; box-shadow: 0 8px 28px #0008; font-size: 13px; line-height: 1.35; letter-spacing: 0; }
.seventh-day-statistics header { display: flex; align-items: center; justify-content: space-between; padding: 10px 12px; border-bottom: 1px solid #75847455; }
.seventh-day-statistics button { display: inline-grid; place-items: center; flex: 0 0 30px; width: 30px; height: 30px; border: 1px solid #75847466; background: transparent; color: inherit; border-radius: 4px; cursor: pointer; }
.seventh-day-statistics button:disabled { opacity: .3; cursor: default; }
.seventh-day-statistics button:focus-visible { outline: 2px solid #c4df90; }
.seventh-day-statistics-content { padding: 10px 12px; }
.seventh-day-counters { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; padding-bottom: 12px; }
.seventh-day-counters b, .seventh-day-counters span { display: block; }
.seventh-day-counters b { font-size: 22px; }
.seventh-day-counters span, .seventh-day-statistics small { color: #b2bcb5; }
.seventh-day-table { overflow: auto; max-height: 380px; }
.seventh-day-table table { border-collapse: collapse; width: 100%; color: inherit; font: inherit; }
.seventh-day-table th, .seventh-day-table td { text-align: left; padding: 7px 8px; border-bottom: 1px solid #75847444; vertical-align: top; }
.seventh-day-table th { font-size: 11px; white-space: nowrap; }
.seventh-day-table td { font-variant-numeric: tabular-nums; }
.seventh-day-table small { display: block; font-size: 10px; overflow-wrap: anywhere; }
.seventh-day-player-online::before { content: ''; display: inline-block; height: 7px; width: 7px; background: #abd685; border-radius: 50%; margin-right: 5px; }
.seventh-day-statistics footer { display: flex; align-items: center; gap: 6px; padding-top: 10px; }
.seventh-day-statistics footer small { flex: 1; }
