:root {
    --ppdb-primary: #0d47a1;
    --ppdb-primary-soft: #eaf2ff;
    --ppdb-dark: #132238;
    --ppdb-muted: #6b7280;
    --ppdb-bg: #f5f7fb;
}
body {
    background: var(--ppdb-bg);
    color: var(--ppdb-dark);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.nav-logo { width: 36px; height: 36px; object-fit: contain; border-radius: 8px; }
.hero-section {
    background: radial-gradient(circle at top right, rgba(13, 71, 161, .18), transparent 35%), linear-gradient(135deg, #ffffff 0%, #eff6ff 100%);
    border-bottom: 1px solid #e6edf7;
}
.hero-logo { width: 76px; height: 76px; object-fit: contain; background: #fff; border-radius: 18px; padding: 8px; box-shadow: 0 12px 36px rgba(13,71,161,.12); }
.glass-card {
    background: rgba(255,255,255,.8);
    border: 1px solid rgba(13,71,161,.12);
    border-radius: 28px;
    box-shadow: 0 18px 50px rgba(13,71,161,.12);
    backdrop-filter: blur(10px);
}
.counter-number { font-size: clamp(42px, 8vw, 78px); line-height: 1; font-weight: 800; color: var(--ppdb-primary); }
.card { overflow: hidden; }
.section-title {
    font-size: 1rem;
    font-weight: 800;
    margin: 1.5rem 0 1rem;
    padding-left: .75rem;
    border-left: 4px solid var(--ppdb-primary);
}
.form-control, .form-select { border-radius: 12px; padding: .72rem .85rem; border-color: #dbe3ef; }
.form-control:focus, .form-select:focus { border-color: var(--ppdb-primary); box-shadow: 0 0 0 .2rem rgba(13,71,161,.12); }
.btn-primary { background: var(--ppdb-primary); border-color: var(--ppdb-primary); }
.btn-primary:hover { background: #083a86; border-color: #083a86; }
.stat-card {
    background: #fff;
    border-radius: 20px;
    padding: 18px;
    border: 1px solid #e7edf7;
    box-shadow: 0 8px 22px rgba(13,71,161,.06);
}
.stat-card span { display:block; color: var(--ppdb-muted); font-size: .85rem; }
.stat-card strong { display:block; font-size: 2rem; line-height: 1.1; color: var(--ppdb-primary); }
.info-box {
    background: #f8fafc;
    border: 1px solid #e5edf7;
    border-radius: 16px;
    padding: 14px 16px;
    height: 100%;
}
.info-box span { display:block; color: var(--ppdb-muted); font-size: .8rem; }
.info-box strong { display:block; margin-top: 3px; word-break: break-word; }
.status-flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.status-step {
    text-align: center;
    padding: 12px 8px;
    background: #eef2f7;
    color: #64748b;
    border-radius: 999px;
    font-weight: 700;
    font-size: .9rem;
}
.status-step.active { background: var(--ppdb-primary); color: #fff; }
.announcement-item { border-bottom: 1px solid #e7edf7; padding: 0 0 14px; margin-bottom: 14px; }
.announcement-item:last-child { border-bottom: 0; padding-bottom: 0; margin-bottom: 0; }
.announcement-admin { background: #fff; }
.settings-logo { width: 120px; height: 120px; object-fit: contain; background: #fff; border: 1px solid #e5edf7; border-radius: 22px; padding: 10px; }
.empty-logo { width: 120px; height: 120px; margin: auto; display:flex; align-items:center; justify-content:center; border: 1px dashed #cbd5e1; border-radius: 22px; color:#94a3b8; }
.admin-table td, .admin-table th { vertical-align: top; }
.status-form textarea { min-height: 64px; }
@media (max-width: 767.98px) {
    .hero-logo { width: 58px; height: 58px; border-radius: 14px; }
    .display-6 { font-size: 1.65rem; }
    .status-flow { grid-template-columns: 1fr; }
    .counter-number { font-size: 48px; }
    .card-body { padding: 1.1rem !important; }
    .navbar-brand span { font-size: .95rem; max-width: 220px; white-space: normal; }
}
