/**
 * HostTiller Reseller Module - Styles
 * Used in both admin and client areas.
 */

/* ===== Client Area ===== */

.ht-reseller-dashboard .panel,
.ht-reseller-wallet .panel,
.ht-reseller-apikeys .panel,
.ht-reseller-products .panel,
.ht-reseller-orders .panel,
.ht-reseller-docs .panel {
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.ht-reseller-dashboard .panel-heading,
.ht-reseller-wallet .panel-heading,
.ht-reseller-apikeys .panel-heading,
.ht-reseller-products .panel-heading,
.ht-reseller-orders .panel-heading,
.ht-reseller-docs .panel-heading {
    font-weight: 600;
}

.ht-stat-card .panel-body {
    padding: 25px 10px;
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
}

.ht-stat-icon {
    font-size: 32px;
    color: #1a73e8;
    margin-bottom: 10px;
}

.ht-stat-value {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}

.ht-stat-label {
    font-size: 13px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ht-alert {
    padding: 10px 12px;
    margin-bottom: 10px;
    font-size: 13px;
}

.ht-key-created {
    border: 2px solid #28a745;
    padding: 20px;
}

.ht-key-created .form-group {
    margin-bottom: 12px;
}

.ht-key-created input[readonly] {
    background: #f9fff9;
    font-family: monospace;
}

.ht-reseller-noaccess {
    text-align: center;
}

.ht-reseller-docs pre {
    background: #2d2d2d;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 15px;
    font-size: 13px;
    overflow-x: auto;
}

.ht-reseller-docs code {
    background: #f0f0f0;
    color: #c7254e;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 12px;
}

.ht-reseller-docs h4 {
    margin-top: 20px;
    margin-bottom: 10px;
}

/* ===== Admin Area ===== */

.admin-tabs {
    margin-bottom: 20px;
}

.admin-tabs li a {
    font-weight: 600;
}

.stat-number {
    font-size: 28px;
    font-weight: 700;
}

.stat-sub {
    font-size: 12px;
    color: #888;
}

/* Responsive tweaks */
@media (max-width: 767px) {
    .ht-stat-value {
        font-size: 18px;
    }
    .ht-stat-icon {
        font-size: 24px;
    }
}