/*
 * Legacy utility leftovers. Shell layout lives in modern-shell.css.
 * Keep this thin — avoid competing with .nav-panel / .main-content flex layout.
 */

:root {
    --bg-body: #f8fafc;
    --bg-card: #ffffff;
    --text-main: #0f172a;
    --text-muted: #64748b;
    --border-color: #e2e8f0;
    --primary: #ED1B2F;
    --shadow: 0 4px 6px -1px rgba(15, 23, 42, 0.05);
}

/* Brand text helpers still referenced by older templates */
.text-eus, .brand-text-eus { color: var(--text-main) !important; }
.text-wiki, .brand-text-wiki {
    color: var(--primary) !important;
    font-weight: 900;
}

.logo-img { height: 38px; width: auto; }

/* Form focus accents */
input.search-input:focus,
input.form-control:focus {
    border-color: var(--primary) !important;
    box-shadow: 0 0 0 3px rgba(237, 27, 47, 0.15) !important;
}
