.page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.page-title {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 700;
    color: #0f172a;
}

.page-subtitle {
    margin: 4px 0 0;
    color: #64748b;
    font-size: .95rem;
}

.t360-card {
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
    background: #fff;
}

.t360-kpi {
    padding: 18px 20px;
    border-radius: 18px;
    border: 1px solid #e5e7eb;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    height: 100%;
}

.t360-kpi .label {
    color: #64748b;
    font-size: .85rem;
    margin-bottom: 8px;
}

.t360-kpi .value {
    font-size: 1.8rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.1;
}

.t360-kpi .hint {
    margin-top: 8px;
    font-size: .85rem;
    color: #94a3b8;
}

.filter-card {
    padding: 18px;
    border-radius: 18px;
    border: 1px solid #e5e7eb;
    background: #fff;
    margin-bottom: 18px;
}

.table-card {
    padding: 16px;
    border-radius: 18px;
    border: 1px solid #e5e7eb;
    background: #fff;
}

.detail-label {
    font-size: .82rem;
    color: #64748b;
    margin-bottom: 4px;
}

.detail-value {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
}

.section-title {
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 14px;
}

.soft-box {
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    border-radius: 16px;
    padding: 14px;
}