html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}


/* ==============================================
   Bonetti srl — Professional Design System
   ============================================== */

:root {
    --b-navy:     #09162d;
    --b-blue:     #1e6bdb;
    --b-blue-lt:  #e8f1ff;
    --b-gray-bg:  #f4f6f9;
    --b-border:   #e4e8ef;
    --b-text:     #111827;
    --b-muted:    #6b7280;
}

html { scroll-behavior: smooth; }

.py-6 { padding-top: 5rem !important; padding-bottom: 5rem !important; }
section[id] { scroll-margin-top: 68px; }

.section-white { background: #ffffff; }
.section-gray  { background: var(--b-gray-bg); }
.section-dark  { background: var(--b-navy); }

.section-eyebrow {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--b-blue);
    margin-bottom: 0.65rem;
}

.section-eyebrow::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 2px;
    background: var(--b-blue);
    vertical-align: middle;
    margin-right: 0.5rem;
    border-radius: 2px;
}

.section-eyebrow-light {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: rgba(255,255,255,0.4);
    margin-bottom: 0.65rem;
}

.section-heading {
    font-size: clamp(1.55rem, 3vw, 2.15rem);
    font-weight: 800;
    color: var(--b-text);
    line-height: 1.2;
    margin-bottom: 0.75rem;
    letter-spacing: -0.02em;
}

.section-body {
    font-size: 0.97rem;
    line-height: 1.75;
    color: #374151;
    margin-bottom: 0;
}

/* ---- Hero ---- */
.hero-section {
    background: var(--b-navy);
    padding: 6.5rem 0 5.5rem;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255,255,255,0.055) 1px, transparent 1px);
    background-size: 28px 28px;
    pointer-events: none;
    z-index: 0;
}

.hero-section::after {
    content: '';
    position: absolute;
    right: -8%;
    top: -15%;
    width: 62%;
    height: 130%;
    background: radial-gradient(ellipse at center, rgba(59,130,246,0.22) 0%, rgba(29,78,216,0.07) 45%, transparent 68%);
    pointer-events: none;
    z-index: 0;
}

.hero-section > .container { position: relative; z-index: 1; }

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: rgba(30,107,219,0.18);
    color: #7fb7ff;
    border: 1px solid rgba(30,107,219,0.32);
    border-radius: 100px;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 0.35rem 1rem;
    margin-bottom: 1.5rem;
}

.hero-title {
    font-size: clamp(1.75rem, 4.5vw, 3rem);
    font-weight: 900;
    color: #ffffff;
    line-height: 1.15;
    margin-bottom: 1.5rem;
    letter-spacing: -0.025em;
}

.hero-subtitle {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.62);
    max-width: 640px;
    margin: 0 auto 2.75rem;
    line-height: 1.75;
}

.hero-cta { display: flex; gap: 0.75rem; justify-content: center; flex-wrap: wrap; }

.btn-cta-primary {
    background: var(--b-blue);
    color: #ffffff;
    border: 2px solid var(--b-blue);
    border-radius: 8px;
    font-weight: 600;
    padding: 0.7rem 1.75rem;
    transition: background 0.2s, transform 0.15s;
}

.btn-cta-primary:hover { background: #1a5dc4; border-color: #1a5dc4; color: #fff; transform: translateY(-1px); }

.btn-cta-outline {
    background: transparent;
    color: rgba(255,255,255,0.82);
    border: 2px solid rgba(255,255,255,0.22);
    border-radius: 8px;
    font-weight: 600;
    padding: 0.7rem 1.75rem;
    transition: border-color 0.2s, color 0.2s;
}

.btn-cta-outline:hover { border-color: rgba(255,255,255,0.55); color: #ffffff; }

/* ---- Feature Pills ---- */
.feature-pill {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: #ffffff;
    border: 1px solid var(--b-border);
    border-radius: 10px;
    padding: 1rem 1.25rem;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--b-text);
    height: 100%;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.feature-pill:hover { border-color: var(--b-blue); box-shadow: 0 0 0 3px rgba(30,107,219,0.08); }
.feature-pill-icon  { font-size: 1.2rem; color: var(--b-blue); flex-shrink: 0; }

/* ---- Service Cards ---- */
.service-card {
    background: #ffffff;
    border: 1px solid var(--b-border);
    border-radius: 12px;
    padding: 1.75rem;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: border-color 0.25s, box-shadow 0.25s;
}

.service-card::before {
    content: '';
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 3px;
    background: var(--b-blue);
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.3s ease;
    border-radius: 12px 0 0 12px;
}

.service-card:hover { border-color: rgba(30,107,219,0.28); box-shadow: 0 4px 24px rgba(30,107,219,0.1); }
.service-card:hover::before { transform: scaleY(1); }

.service-card-header { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 1.25rem; }

.service-icon-box {
    width: 48px; height: 48px;
    background: var(--b-blue-lt);
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}

.service-icon-box i { font-size: 1.4rem; color: var(--b-blue); }

.service-number {
    font-size: 3.5rem; font-weight: 900;
    color: var(--b-text); opacity: 0.04;
    line-height: 1; letter-spacing: -0.03em; user-select: none;
}

.service-title { font-size: 1rem; font-weight: 700; color: var(--b-text); margin-bottom: 0.6rem; line-height: 1.4; }
.service-desc  { font-size: 0.875rem; color: var(--b-muted); margin-bottom: 1rem; line-height: 1.65; }

.service-list { list-style: none; padding: 0; margin: 0; }

.service-list li {
    display: flex; align-items: flex-start; gap: 0.6rem;
    font-size: 0.845rem; color: #374151;
    padding: 0.3rem 0;
    border-top: 1px solid var(--b-border);
}

.service-list li:first-child { border-top: none; }
.service-list li > i { color: var(--b-blue); flex-shrink: 0; margin-top: 0.15rem; font-size: 1rem; }

/* ---- Method Cards ---- */
.method-card {
    background: #ffffff;
    border: 1px solid var(--b-border);
    border-radius: 12px;
    padding: 2rem 1.75rem;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.method-step-number {
    position: absolute; top: -0.75rem; right: 1.25rem;
    font-size: 5rem; font-weight: 900;
    color: var(--b-text); opacity: 0.04;
    line-height: 1; letter-spacing: -0.04em;
    user-select: none; pointer-events: none;
}

.method-icon-wrap {
    width: 44px; height: 44px;
    background: var(--b-blue-lt); border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 1.25rem;
}

.method-icon-wrap i { font-size: 1.3rem; color: var(--b-blue); }
.method-title { font-size: 0.97rem; font-weight: 700; color: var(--b-text); margin-bottom: 0.65rem; }
.method-body  { font-size: 0.875rem; color: var(--b-muted); line-height: 1.65; margin: 0; }

/* ---- Contact Cards ---- */
.contact-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    padding: 2rem 1.75rem;
    height: 100%;
    transition: background 0.2s, border-color 0.2s;
}

.contact-card:hover { background: rgba(255,255,255,0.09); border-color: rgba(30,107,219,0.45); }

.contact-icon-wrap {
    width: 44px; height: 44px;
    background: rgba(30,107,219,0.2); border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 1.25rem;
}

.contact-icon-wrap i { font-size: 1.3rem; color: #7fb7ff; }
.contact-title    { font-size: 0.97rem; font-weight: 700; color: #ffffff; margin-bottom: 0.4rem; }
.contact-location { font-size: 1rem; font-weight: 600; color: #7fb7ff; margin-bottom: 0.25rem; }
.contact-desc     { font-size: 0.84rem; color: rgba(255,255,255,0.42); margin: 0; }

/* ---- Page Title (pagine interne) ---- */
.page-title {
    font-size: 1.75rem; font-weight: 800;
    color: var(--b-navy); margin-bottom: 0.25rem; letter-spacing: -0.015em;
}

.page-subtitle { font-size: 0.95rem; color: var(--b-muted); margin: 0; }

/* ---- Hero Title Accent (gradient text) ---- */
.hero-title-accent {
    background: linear-gradient(120deg, #60a5fa 0%, #a5b4fc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ---- Stats — Milestone ---- */
.section-stats { background: var(--b-navy); }

.milestone-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    background: linear-gradient(90deg, rgba(37,99,235,0.08) 0%, rgba(99,102,241,0.14) 50%, rgba(168,85,247,0.08) 100%);
    border: 1px solid rgba(99,102,241,0.3);
    border-radius: 100px;
    padding: 1.1rem 2.25rem;
    max-width: 530px;
    margin: 0 auto;
    flex-wrap: wrap;
    row-gap: 0.5rem;
}

.milestone-icon {
    font-size: 1.3rem;
    color: #818cf8;
    flex-shrink: 0;
}

.milestone-number {
    font-size: 2.1rem;
    font-weight: 900;
    color: #ffffff;
    line-height: 1;
    letter-spacing: -0.04em;
}

.stat-sup {
    font-size: 0.52em;
    color: #a5b4fc;
    vertical-align: super;
    font-weight: 800;
}

.milestone-sep {
    width: 1px;
    height: 28px;
    background: rgba(255,255,255,0.15);
    flex-shrink: 0;
}

.milestone-label {
    font-size: 0.88rem;
    color: rgba(255,255,255,0.62);
    font-weight: 500;
}

.milestone-badge {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #c084fc;
    background: rgba(168,85,247,0.12);
    border: 1px solid rgba(168,85,247,0.3);
    border-radius: 100px;
    padding: 0.25rem 0.75rem;
    flex-shrink: 0;
}

/* ---- Tech Badges ---- */
.tech-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    background: #ffffff;
    border: 1.5px solid var(--b-border);
    border-radius: 100px;
    padding: 0.55rem 1.2rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--b-text);
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.18s;
    cursor: default;
    user-select: none;
}

.tech-badge:hover {
    border-color: var(--b-blue);
    box-shadow: 0 0 0 3px rgba(30,107,219,0.1), 0 4px 12px rgba(30,107,219,0.1);
    transform: translateY(-2px);
}

.tech-badge i { font-size: 1.05rem; color: var(--b-blue); }

/* ---- News / Insights Cards ---- */
.news-card {
    background: #ffffff;
    border: 1px solid var(--b-border);
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: border-color 0.25s, box-shadow 0.25s, transform 0.2s;
}

.news-card:hover {
    border-color: rgba(30,107,219,0.3);
    box-shadow: 0 8px 32px rgba(30,107,219,0.12);
    transform: translateY(-4px);
}

.news-card-img {
    width: 100%;
    height: 175px;
    object-fit: cover;
    flex-shrink: 0;
}

.news-placeholder {
    width: 100%;
    height: 175px;
    background: linear-gradient(135deg, #0d2144 0%, #1a3a6e 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.18);
    font-size: 2.5rem;
    flex-shrink: 0;
}

.news-card-body {
    padding: 1.4rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.news-card-tags { display: flex; gap: 0.35rem; flex-wrap: wrap; margin-bottom: 0.8rem; }

.news-tag {
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 0.2rem 0.65rem;
    border-radius: 100px;
    background: var(--b-blue-lt);
    color: var(--b-blue);
}

.news-card-title {
    font-size: 0.96rem;
    font-weight: 700;
    color: var(--b-text);
    margin-bottom: 0.5rem;
    line-height: 1.45;
}

.news-card-desc {
    font-size: 0.84rem;
    color: var(--b-muted);
    line-height: 1.6;
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}

.news-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding-top: 0.8rem;
    border-top: 1px solid var(--b-border);
    margin-top: auto;
}

.news-author { display: flex; align-items: center; gap: 0.45rem; min-width: 0; }

.news-author-avatar {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    background: var(--b-blue-lt);
}

.news-author-name {
    font-size: 0.77rem;
    font-weight: 600;
    color: var(--b-muted);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-read-link {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--b-blue);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    white-space: nowrap;
    flex-shrink: 0;
}

.news-read-link:hover { color: #1a5dc4; }

.news-card-skeleton {
    background: var(--b-gray-bg);
    border: 1px solid var(--b-border);
    border-radius: 14px;
    height: 380px;
    animation: skeleton-pulse 1.6s ease-in-out infinite;
}

@keyframes skeleton-pulse {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0.5; }
}

/* ==============================================
   Account Pages — design system condiviso
   ============================================== */

/* ---- Hero (stesso pattern di Contatti) ---- */
.account-hero {
    background: var(--b-navy);
    padding: 4rem 0 3.5rem;
    position: relative;
    overflow: hidden;
}

.account-hero::after {
    content: '';
    position: absolute;
    right: -5%;
    top: -10%;
    width: 55%;
    height: 120%;
    background: linear-gradient(135deg, rgba(30,107,219,0.12) 0%, transparent 60%);
    border-radius: 60% 40% 40% 60%;
    pointer-events: none;
}

.account-hero-title {
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 0.75rem;
    letter-spacing: -0.02em;
}

.account-hero-subtitle {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.58);
    margin: 0 auto;
    max-width: 560px;
}

/* ---- Card form ---- */
.account-card {
    background: #ffffff;
    border: 1px solid var(--b-border);
    border-radius: 16px;
    padding: 2.25rem 2rem;
    box-shadow: 0 4px 32px rgba(9, 22, 45, 0.1);
}

/* ---- Pulsante azione primaria ---- */
.account-btn {
    background: var(--b-blue);
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    padding: 0.7rem 1.75rem;
    font-size: 0.95rem;
    transition: background 0.2s, transform 0.15s;
}

.account-btn:hover {
    background: #1a5dc4;
    color: #fff;
    transform: translateY(-1px);
}

/* ---- Divisore "oppure" ---- */
.account-divider {
    display: flex;
    align-items: center;
    color: var(--b-muted);
    font-size: 0.78rem;
    margin-bottom: 0.75rem;
}

.account-divider::before,
.account-divider::after {
    content: '';
    flex: 1;
    border-top: 1px solid var(--b-border);
}

.account-divider span { padding: 0 0.75rem; }

/* ---- Link inline ---- */
.account-link { color: var(--b-blue); text-decoration: none; }
.account-link:hover { color: #1a5dc4; text-decoration: underline; }

/* ---- Card info / feedback ---- */
.account-info-card {
    background: #ffffff;
    border: 1px solid var(--b-border);
    border-radius: 16px;
    padding: 3rem 2.5rem;
    box-shadow: 0 4px 32px rgba(9, 22, 45, 0.1);
    text-align: center;
}

.account-info-icon {
    font-size: 3rem;
    margin-bottom: 1.25rem;
    line-height: 1;
}

.account-info-icon.icon-success { color: #16a34a; }
.account-info-icon.icon-error   { color: #dc2626; }
.account-info-icon.icon-warning { color: #d97706; }
.account-info-icon.icon-info    { color: var(--b-blue); }

.account-info-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--b-text);
    margin-bottom: 0.75rem;
}

.account-info-body {
    font-size: 0.95rem;
    color: var(--b-muted);
    line-height: 1.7;
    max-width: 420px;
    margin: 0 auto 1.75rem;
}

/* ==============================================
   Manage Account — layout
   ============================================== */

.manage-hero {
    background: var(--b-navy);
    padding: 2.5rem 0 2rem;
    position: relative;
    overflow: hidden;
}

.manage-hero::after {
    content: '';
    position: absolute;
    right: -5%;
    top: -10%;
    width: 55%;
    height: 120%;
    background: linear-gradient(135deg, rgba(30,107,219,0.12) 0%, transparent 60%);
    border-radius: 60% 40% 40% 60%;
    pointer-events: none;
}

.manage-hero-title {
    font-size: clamp(1.2rem, 2.5vw, 1.75rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    margin: 0;
    letter-spacing: -0.02em;
}

/* ---- Sidebar nav ---- */
.manage-sidenav {
    background: #ffffff;
    border: 1px solid var(--b-border);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(9, 22, 45, 0.06);
}

.manage-sidenav .nav-link {
    color: var(--b-muted);
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0.65rem 1.25rem;
    border-radius: 0;
    transition: color 0.15s, background 0.15s;
    display: flex;
    align-items: center;
    gap: 0.55rem;
    border-bottom: 1px solid var(--b-border);
}

.manage-sidenav .nav-link:last-child { border-bottom: none; }

.manage-sidenav .nav-link:hover {
    color: var(--b-blue);
    background: var(--b-blue-lt);
}

.manage-sidenav .nav-link.active {
    color: var(--b-blue);
    background: var(--b-blue-lt);
    font-weight: 600;
    border-left: 3px solid var(--b-blue);
}

/* ---- Content card ---- */
.manage-content-card {
    background: #ffffff;
    border: 1px solid var(--b-border);
    border-radius: 12px;
    padding: 2rem 1.75rem;
    box-shadow: 0 2px 12px rgba(9, 22, 45, 0.06);
}
