@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* _content/SS14.Admin/Components/Forms/DatePicker.razor.rz.scp.css */
/* _content/SS14.Admin/Components/Layout/MainLayout.razor.rz.scp.css */
/* _content/SS14.Admin/Components/Pages/Players/SinglePlayerInfo.razor.rz.scp.css */
.player-info-container[b-tisoyksh0s] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
}

.loading-spinner[b-tisoyksh0s] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    font-size: 1.2rem;
    color: #666;
}

.player-header[b-tisoyksh0s] {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 3px solid var(--primary-color, #007bff);
}

.player-header h1[b-tisoyksh0s] {
    font-size: 2rem;
    margin: 0;
    color: var(--text-color, #333);
}

.player-name[b-tisoyksh0s] {
    color: var(--primary-color, #007bff);
    font-weight: bold;
}

.info-card[b-tisoyksh0s] {
    background: var(--card-bg, #fff);
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.info-card:hover[b-tisoyksh0s] {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.card-header[b-tisoyksh0s] {
    background: linear-gradient(135deg, var(--primary-color, #007bff) 0%, var(--secondary-color, #0056b3) 100%);
    color: white;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-header h2[b-tisoyksh0s] {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 600;
}

.card-header i[b-tisoyksh0s] {
    margin-right: 8px;
}

.card-body[b-tisoyksh0s] {
    padding: 20px;
}

.info-grid[b-tisoyksh0s] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px 20px;
    margin: 0;
}

.info-grid dt[b-tisoyksh0s] {
    font-weight: 600;
    color: var(--label-color, #555);
    text-align: right;
    padding-top: 2px;
}

.info-grid dd[b-tisoyksh0s] {
    margin: 0;
    color: var(--value-color, #333);
}

code[b-tisoyksh0s] {
    background: var(--code-bg, #f5f5f5);
    padding: 3px 8px;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
    font-size: 0.9em;
    color: #c7254e;
}

.badge[b-tisoyksh0s] {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 0.85rem;
    font-weight: 600;
    white-space: nowrap;
}

.badge i[b-tisoyksh0s] {
    margin-right: 4px;
}

.badge-success[b-tisoyksh0s] {
    background: #28a745;
    color: white;
}

.badge-danger[b-tisoyksh0s] {
    background: #dc3545;
    color: white;
}

.badge-info[b-tisoyksh0s] {
    background: #17a2b8;
    color: white;
}

.badge-message[b-tisoyksh0s] {
    background: #28a745;
    color: white;
}

.badge-note[b-tisoyksh0s] {
    background: #17a2b8;
    color: white;
}

.badge-watchlist[b-tisoyksh0s] {
    background: #ffc107;
    color: #212529;
}

.badge-permanent[b-tisoyksh0s] {
    background: #6c757d;
    color: white;
}

.btn-link[b-tisoyksh0s] {
    color: var(--primary-color, #007bff);
    text-decoration: none;
    margin-left: 8px;
    font-size: 0.9rem;
}

.btn-link:hover[b-tisoyksh0s] {
    text-decoration: underline;
}

.table-responsive[b-tisoyksh0s] {
    overflow-x: auto;
    margin-top: 10px;
}

.data-table[b-tisoyksh0s] {
    width: 100%;
    border-collapse: collapse;
    background: white;
    font-size: 0.95rem;
}

.data-table thead[b-tisoyksh0s] {
    background: #f8f9fa;
}

.data-table th[b-tisoyksh0s] {
    padding: 12px;
    text-align: left;
    font-weight: 600;
    color: #495057;
    border-bottom: 2px solid #dee2e6;
    white-space: nowrap;
}

.data-table td[b-tisoyksh0s] {
    padding: 12px;
    border-bottom: 1px solid #dee2e6;
    vertical-align: top;
}

.data-table tbody tr[b-tisoyksh0s] {
    transition: background-color 0.2s ease;
}

.data-table tbody tr:hover[b-tisoyksh0s] {
    background-color: #f8f9fa;
}

.data-table tbody tr:last-child td[b-tisoyksh0s] {
    border-bottom: none;
}

.font-weight-bold[b-tisoyksh0s] {
    font-weight: 600;
}

.no-data[b-tisoyksh0s] {
    text-align: center;
    padding: 30px;
    color: #6c757d;
    font-style: italic;
}

.message-cell[b-tisoyksh0s] {
    max-width: 300px;
    word-wrap: break-word;
}

.notes-table th[b-tisoyksh0s] {
    min-width: 100px;
}

.remark-message td:first-child[b-tisoyksh0s] {
    border-left: 4px solid #28a745;
}

.remark-note td:first-child[b-tisoyksh0s] {
    border-left: 4px solid #17a2b8;
}

.remark-watchlist td:first-child[b-tisoyksh0s] {
    border-left: 4px solid #ffc107;
}

.severity-none[b-tisoyksh0s] {
    color: #6c757d;
}

.severity-minor[b-tisoyksh0s] {
    color: #17a2b8;
}

.severity-medium[b-tisoyksh0s] {
    color: #ffc107;
}

.severity-high[b-tisoyksh0s] {
    color: #dc3545;
    font-weight: 600;
}

.status-seen[b-tisoyksh0s] {
    color: #28a745;
}

.status-unseen[b-tisoyksh0s] {
    color: #6c757d;
}

.status-secret[b-tisoyksh0s] {
    color: #6f42c1;
}

.status-visible[b-tisoyksh0s] {
    color: #28a745;
}

.text-muted[b-tisoyksh0s] {
    color: #6c757d;
    font-size: 0.9em;
}

small[b-tisoyksh0s] {
    font-size: 0.85em;
}

/* Ban-specific styles */
.ban-active[b-tisoyksh0s] {
    background-color: rgba(220, 53, 69, 0.05);
}

.ban-active td:first-child[b-tisoyksh0s] {
    border-left: 4px solid #dc3545;
}

.ban-inactive[b-tisoyksh0s] {
    opacity: 0.7;
}

.ban-inactive td:first-child[b-tisoyksh0s] {
    border-left: 4px solid #6c757d;
}

.badge-secondary[b-tisoyksh0s] {
    background: #6c757d;
    color: white;
}

.role-badge[b-tisoyksh0s] {
    background: #e9ecef;
    padding: 4px 10px;
    border-radius: 6px;
    font-family: monospace;
    font-weight: 600;
    color: #495057;
    display: inline-block;
}

/* Dark mode support - using :is(.dark *) for consistency with theme.css */
.info-card:is(.dark *)[b-tisoyksh0s] {
    background: var(--card-bg-dark, #2d3748);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.player-header h1:is(.dark *)[b-tisoyksh0s] {
    color: var(--text-color-dark, #e2e8f0);
}

.info-grid dt:is(.dark *)[b-tisoyksh0s] {
    color: var(--label-color-dark, #cbd5e0);
}

.info-grid dd:is(.dark *)[b-tisoyksh0s] {
    color: var(--value-color-dark, #e2e8f0);
}

code:is(.dark *)[b-tisoyksh0s] {
    background: var(--code-bg-dark, #1a202c);
    color: #fc8181;
}

.data-table:is(.dark *)[b-tisoyksh0s] {
    background: #2d3748;
    color: #e2e8f0;
}

.data-table thead:is(.dark *)[b-tisoyksh0s] {
    background: #1a202c;
}

.data-table th:is(.dark *)[b-tisoyksh0s] {
    color: #cbd5e0;
    border-bottom-color: #4a5568;
}

.data-table td:is(.dark *)[b-tisoyksh0s] {
    border-bottom-color: #4a5568;
}

.data-table tbody tr:hover:is(.dark *)[b-tisoyksh0s] {
    background-color: #374151;
}

/* Responsive design */
@media (max-width: 768px) {
    .player-info-container[b-tisoyksh0s] {
        padding: 10px;
    }

    .player-header h1[b-tisoyksh0s] {
        font-size: 1.5rem;
    }

    .card-header h2[b-tisoyksh0s] {
        font-size: 1.2rem;
    }

    .info-grid[b-tisoyksh0s] {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .info-grid dt[b-tisoyksh0s] {
        text-align: left;
        font-weight: 700;
    }

    .data-table[b-tisoyksh0s] {
        font-size: 0.85rem;
    }

    .data-table th[b-tisoyksh0s],
    .data-table td[b-tisoyksh0s] {
        padding: 8px;
    }
}
