      .cover-tool-grid {
        display: grid;
        gap: 10px;
      }
      .cover-tool-controls {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px;
        margin-bottom: 14px;
      }
      .cover-tool-controls .input {
        width: 120px;
      }
      .cover-tool-controls > label:first-of-type {
        margin-left: auto;
      }
      .cover-tool-wrap {
        max-height: min(62vh, 680px);
        overflow: auto;
        position: relative;
        border-radius: 14px;
        border: 1px solid rgba(255,255,255,0.08);
        background: rgba(255,255,255,0.025);
      }
      .cover-tool-table {
        min-width: 1180px;
        table-layout: fixed;
      }
      .cover-tool-table th,
      .cover-tool-table td {
        line-height: 1.4;
      }
      .cover-tool-table thead th {
        position: sticky;
        top: 0;
        z-index: 2;
        background: rgba(18,20,28,0.98);
        box-shadow: 0 1px 0 var(--border), 0 10px 22px rgba(0,0,0,0.18);
        white-space: nowrap;
      }
      .cover-tool-table th:nth-child(1),
      .cover-tool-table td:nth-child(1) {
        width: 48px;
        text-align: center;
      }
      .cover-tool-table th:nth-child(2),
      .cover-tool-table td:nth-child(2) {
        width: 220px;
      }
      .cover-tool-table th:nth-child(3),
      .cover-tool-table td:nth-child(3),
      .cover-tool-table th:nth-child(5),
      .cover-tool-table td:nth-child(5) {
        width: 280px;
      }
      .cover-tool-table th:nth-child(4),
      .cover-tool-table td:nth-child(4),
      .cover-tool-table th:nth-child(6),
      .cover-tool-table td:nth-child(6) {
        width: 120px;
      }
      .cover-tool-table th:nth-child(7),
      .cover-tool-table td:nth-child(7) {
        width: 130px;
      }
      .cover-tool-pager {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
        flex-wrap: nowrap;
        margin-top: 14px;
      }
      .cover-tool-pager .button {
        min-width: 88px;
      }
      .cover-tool-pager .page-status-pill {
        flex: 0 0 auto;
        width: auto;
      }
      .cover-tool-wrap::-webkit-scrollbar {
        width: 10px;
        height: 10px;
      }
      .cover-tool-wrap::-webkit-scrollbar-track {
        background: rgba(255,255,255,0.04);
        border-radius: 999px;
      }
      .cover-tool-wrap::-webkit-scrollbar-thumb {
        background: rgba(78,161,255,0.34);
        border-radius: 999px;
      }
      .cover-link-cell {
        word-break: break-all;
      }
      .cover-link-cell a {
        color: #8fc7ff;
        text-decoration: none;
      }
      .cover-link-cell a:hover {
        color: #cfe6ff;
        text-decoration: underline;
      }
      .cover-meta-cell {
        font-family: "IBM Plex Mono", monospace;
        font-size: 12px;
        color: var(--muted);
      }
      .cover-result-ok {
        color: var(--success);
      }
      .cover-result-err {
        color: var(--danger);
      }

      .invite-list-wrap {
        margin-top: 18px;
        max-height: min(62vh, 660px);
        overflow: auto;
        position: relative;
        border-radius: 14px;
        border: 1px solid rgba(255,255,255,0.08);
        background: rgba(255,255,255,0.025);
      }
      .invite-table {
        min-width: 1080px;
        table-layout: fixed;
        border-collapse: separate;
        border-spacing: 0;
      }
      .invite-table th,
      .invite-table td {
        padding: 12px 16px;
        line-height: 1.4;
      }
      .invite-table th:first-child,
      .invite-table td:first-child {
        padding-left: 20px;
      }
      .invite-table th:last-child,
      .invite-table td:last-child {
        padding-right: 20px;
      }
      .invite-table thead th {
        position: sticky;
        top: 0;
        z-index: 2;
        background: rgba(18,20,28,0.98);
        box-shadow: 0 1px 0 var(--border), 0 10px 22px rgba(0,0,0,0.18);
        white-space: nowrap;
      }
      .invite-table th:nth-child(1),
      .invite-table td:nth-child(1) {
        width: 230px;
      }
      .invite-table td:nth-child(1) {
        font-family: "IBM Plex Mono", monospace;
        font-size: 12px;
        word-break: break-all;
      }
      .invite-table th:nth-child(2),
      .invite-table td:nth-child(2),
      .invite-table th:nth-child(3),
      .invite-table td:nth-child(3) {
        width: 86px;
      }
      .invite-table th:nth-child(4),
      .invite-table td:nth-child(4),
      .invite-table th:nth-child(5),
      .invite-table td:nth-child(5) {
        width: 110px;
      }
      .invite-table th:nth-child(6),
      .invite-table td:nth-child(6),
      .invite-table th:nth-child(7),
      .invite-table td:nth-child(7) {
        width: 168px;
        white-space: nowrap;
      }
      .invite-table th:nth-child(8),
      .invite-table td:nth-child(8) {
        width: 148px;
        white-space: nowrap;
      }
      .invite-table td:nth-child(n+2):nth-child(-n+5),
      .invite-table td:nth-child(6),
      .invite-table td:nth-child(7) {
        color: rgba(246,247,251,0.78);
      }
      .llm-cache-table {
        min-width: 1180px;
      }
      .llm-cache-table th:nth-child(1),
      .llm-cache-table td:nth-child(1) {
        width: 120px;
        font-family: inherit;
        font-size: inherit;
        word-break: keep-all;
        white-space: nowrap;
      }
      .llm-cache-daily-table th:nth-child(2),
      .llm-cache-daily-table td:nth-child(2) {
        width: 220px;
        white-space: normal;
        word-break: break-word;
      }
      .llm-cache-daily-table th:nth-child(3),
      .llm-cache-daily-table td:nth-child(3) {
        width: 180px;
      }
      .llm-cache-daily-table th:nth-child(4),
      .llm-cache-daily-table td:nth-child(4),
      .llm-cache-daily-table th:nth-child(5),
      .llm-cache-daily-table td:nth-child(5),
      .llm-cache-daily-table th:nth-child(6),
      .llm-cache-daily-table td:nth-child(6),
      .llm-cache-daily-table th:nth-child(7),
      .llm-cache-daily-table td:nth-child(7),
      .llm-cache-daily-table th:nth-child(8),
      .llm-cache-daily-table td:nth-child(8),
      .llm-cache-daily-table th:nth-child(9),
      .llm-cache-daily-table td:nth-child(9),
      .llm-cache-daily-table th:nth-child(10),
      .llm-cache-daily-table td:nth-child(10) {
        width: 96px;
        white-space: nowrap;
      }
      .llm-cache-stage-table th:nth-child(1),
      .llm-cache-stage-table td:nth-child(1) {
        width: 300px;
        font-family: inherit;
        font-size: inherit;
        white-space: normal;
        word-break: break-word;
      }
      .llm-cache-stage-table th:nth-child(2),
      .llm-cache-stage-table td:nth-child(2) {
        width: 78px;
        white-space: nowrap;
      }
      .llm-cache-stage-table th:nth-child(3),
      .llm-cache-stage-table td:nth-child(3),
      .llm-cache-stage-table th:nth-child(4),
      .llm-cache-stage-table td:nth-child(4),
      .llm-cache-stage-table th:nth-child(5),
      .llm-cache-stage-table td:nth-child(5),
      .llm-cache-stage-table th:nth-child(6),
      .llm-cache-stage-table td:nth-child(6),
      .llm-cache-stage-table th:nth-child(7),
      .llm-cache-stage-table td:nth-child(7),
      .llm-cache-stage-table th:nth-child(8),
      .llm-cache-stage-table td:nth-child(8),
      .llm-cache-stage-table th:nth-child(9),
      .llm-cache-stage-table td:nth-child(9),
      .llm-cache-stage-table th:nth-child(10),
      .llm-cache-stage-table td:nth-child(10) {
        width: 96px;
        white-space: nowrap;
      }
      .llm-cache-day-divider td {
        padding: 10px 20px;
        background: rgba(78,161,255,0.08);
        border-top: 1px solid rgba(78,161,255,0.18);
        border-bottom: 1px solid rgba(78,161,255,0.12);
      }
      .llm-cache-day-badge {
        display: inline-flex;
        align-items: center;
        padding: 4px 10px;
        border-radius: 999px;
        background: rgba(78,161,255,0.18);
        color: #d8e9ff;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.02em;
      }
      .llm-cache-row-group-even td {
        background: rgba(255,255,255,0.015);
      }
      .llm-cache-row-group-odd td {
        background: rgba(78,161,255,0.03);
      }
      .llm-cache-summary-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 16px;
      }
      @media (max-width: 1280px) {
        .llm-cache-summary-grid {
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }
      }
      @media (max-width: 720px) {
        .llm-cache-summary-grid {
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }
      }
      .invite-table .table-input {
        width: 100%;
        min-width: 0;
      }
      .invite-table td:last-child button + button {
        margin-left: 8px;
      }
      .invite-pager {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
        flex-wrap: nowrap;
        margin-top: 14px;
      }
      .invite-pager .button {
        min-width: 88px;
      }
      .invite-pager .page-status-pill {
        flex: 0 0 auto;
        width: auto;
      }
      .invite-list-wrap::-webkit-scrollbar {
        width: 10px;
        height: 10px;
      }
      .invite-list-wrap::-webkit-scrollbar-track {
        background: rgba(255,255,255,0.04);
        border-radius: 999px;
      }
      .invite-list-wrap::-webkit-scrollbar-thumb {
        background: rgba(78,161,255,0.34);
        border-radius: 999px;
      }

      .waitlist-list-wrap {
        margin-top: 18px;
        max-height: min(62vh, 620px);
        overflow: auto;
        position: relative;
        border-radius: 14px;
        border: 1px solid rgba(255,255,255,0.08);
        background: rgba(255,255,255,0.025);
      }
      .waitlist-table {
        min-width: 780px;
        table-layout: fixed;
        border-collapse: separate;
        border-spacing: 0;
      }
      .waitlist-table th,
      .waitlist-table td {
        padding: 12px 16px;
        line-height: 1.4;
      }
      .waitlist-table th:first-child,
      .waitlist-table td:first-child {
        padding-left: 20px;
      }
      .waitlist-table th:last-child,
      .waitlist-table td:last-child {
        padding-right: 20px;
      }
      .waitlist-table thead th {
        position: sticky;
        top: 0;
        z-index: 2;
        background: rgba(18,20,28,0.98);
        box-shadow: 0 1px 0 var(--border), 0 10px 22px rgba(0,0,0,0.18);
        white-space: nowrap;
      }
      .waitlist-table th:nth-child(1),
      .waitlist-table td:nth-child(1) {
        width: 440px;
      }
      .waitlist-table td:nth-child(1) {
        word-break: break-all;
      }
      .waitlist-table th:nth-child(2),
      .waitlist-table td:nth-child(2) {
        width: 140px;
      }
      .waitlist-table th:nth-child(3),
      .waitlist-table td:nth-child(3) {
        width: 200px;
        white-space: nowrap;
      }
      .waitlist-table td:nth-child(2),
      .waitlist-table td:nth-child(3) {
        color: rgba(246,247,251,0.78);
      }
      .waitlist-pager {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
        flex-wrap: nowrap;
        margin-top: 14px;
      }
      .waitlist-pager .button {
        min-width: 88px;
      }
      .waitlist-pager .page-status-pill {
        flex: 0 0 auto;
        width: auto;
      }
      .waitlist-list-wrap::-webkit-scrollbar {
        width: 10px;
        height: 10px;
      }
      .waitlist-list-wrap::-webkit-scrollbar-track {
        background: rgba(255,255,255,0.04);
        border-radius: 999px;
      }
      .waitlist-list-wrap::-webkit-scrollbar-thumb {
        background: rgba(78,161,255,0.34);
        border-radius: 999px;
      }
