@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700&display=swap");

body.theme-lumina {
    --theme-sans-family: "Plus Jakarta Sans", "Public Sans", sans-serif;
    --theme-serif-family: "Playfair Display", "Source Serif 4", serif;
    --ink: #1a2430;
    --ink-soft: #5f6f80;
    --line: #d9e1e9;
    --line-strong: #bcc8d5;
    --paper: #f6f8fb;
    --paper-deep: #eff3f8;
    --panel: #ffffff;
    --panel-soft: #f7faff;
    --brand: #1f3c61;
    --brand-deep: #10253d;
    --brand-soft: #e8eef6;
    --accent: #8f6a2d;
    --accent-soft: #f3ebdf;
    --shadow-soft: 0 16px 42px rgba(16, 37, 61, 0.08);
    --shadow-card: 0 20px 46px rgba(16, 37, 61, 0.08);
    --radius-lg: 1.45rem;
    --radius-md: 1.15rem;
    --radius-sm: 0.9rem;

    background:
        radial-gradient(circle at top right, rgba(31, 60, 97, 0.08), transparent 28%),
        radial-gradient(circle at left bottom, rgba(143, 106, 45, 0.07), transparent 24%),
        linear-gradient(180deg, #fbfcfe 0%, var(--paper) 42%, var(--paper-deep) 100%);
    color: var(--ink);
}

body.theme-lumina .public-topbar {
    background: linear-gradient(90deg, #0f2b48 0%, #244a73 70%, #2d567f 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.9);
}

body.theme-lumina .topbar-items span + span::before {
    background: rgba(255, 255, 255, 0.4);
}

body.theme-lumina .lumina-header {
    backdrop-filter: blur(12px);
}

body.theme-lumina .site-header .navbar {
    padding: 0.9rem 0 1.1rem;
}

body.theme-lumina .lumina-nav-surface {
    border-radius: 1.55rem;
    border: 1px solid rgba(188, 200, 213, 0.84);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 251, 255, 0.92));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.8),
        0 18px 38px rgba(16, 37, 61, 0.08);
}

body.theme-lumina .lumina-brand {
    gap: 0.95rem;
}

body.theme-lumina .lumina-brand-mark,
body.theme-lumina .lumina-brand-mark-image {
    width: 3.1rem;
    height: 3.1rem;
    border-radius: 1rem;
}

body.theme-lumina .lumina-brand-mark {
    background: linear-gradient(145deg, #173861, #0f243d);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.26),
        0 14px 26px rgba(16, 37, 61, 0.2);
}

body.theme-lumina .lumina-brand-mark-image {
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.8),
        0 14px 26px rgba(16, 37, 61, 0.12);
}

body.theme-lumina .lumina-brand-copy .brand-title {
    font-size: 1.25rem;
    color: var(--brand-deep);
}

body.theme-lumina .lumina-brand-copy .brand-kicker {
    color: var(--accent);
}

body.theme-lumina .site-toggler {
    border-radius: 0.9rem;
    border-color: rgba(188, 200, 213, 0.95);
    background: #fff;
}

body.theme-lumina .site-toggler span {
    background: var(--brand-deep);
}

body.theme-lumina .lumina-nav-list .nav-link {
    border-radius: 999px;
    color: var(--ink);
    font-weight: 600;
    letter-spacing: 0.01em;
}

body.theme-lumina .lumina-nav-list .nav-link:hover,
body.theme-lumina .lumina-nav-list .nav-link.active {
    color: var(--brand-deep);
    background: var(--brand-soft);
}

body.theme-lumina .public-site .btn,
body.theme-lumina .site-header .btn {
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: 0.01em;
}

body.theme-lumina .btn-primary {
    border-color: #143458;
    background: linear-gradient(135deg, #1a3f69 0%, #123054 100%);
    box-shadow: 0 12px 26px rgba(18, 48, 84, 0.25);
}

body.theme-lumina .btn-primary:hover {
    border-color: #0f2945;
    background: linear-gradient(135deg, #143458 0%, #0f2945 100%);
}

body.theme-lumina .btn-outline-primary {
    background: #ffffff;
    border-color: rgba(16, 37, 61, 0.2);
    color: var(--brand-deep);
}

body.theme-lumina .btn-outline-primary:hover {
    background: var(--brand-soft);
    border-color: rgba(16, 37, 61, 0.32);
}

body.theme-lumina .hero-section::before {
    background:
        radial-gradient(circle at top right, rgba(16, 37, 61, 0.15), transparent 27%),
        radial-gradient(circle at 20% 70%, rgba(143, 106, 45, 0.1), transparent 24%);
}

body.theme-lumina .home-main-layout-immersive .home-hero-shell {
    background: #10253d;
    box-shadow: 0 28px 56px rgba(9, 24, 41, 0.16);
}

body.theme-lumina .home-main-layout-immersive .home-hero-media-overlay {
    background:
        linear-gradient(
            90deg,
            rgba(8, 20, 34, 0.12) 0%,
            rgba(8, 20, 34, 0.2) 24%,
            rgba(10, 31, 49, 0.48) 42%,
            rgba(11, 35, 57, 0.8) 62%,
            rgba(12, 37, 61, 0.94) 82%,
            rgba(12, 37, 61, 0.98) 100%
        );
}

body.theme-lumina .home-main-layout-immersive .home-hero-panel {
    max-width: 660px;
    padding: 3.7rem 3.8rem;
    background:
        linear-gradient(
            90deg,
            rgba(12, 37, 61, 0) 0%,
            rgba(12, 37, 61, 0.16) 8%,
            rgba(12, 37, 61, 0.78) 28%,
            rgba(12, 37, 61, 0.92) 100%
        );
    border: 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: blur(1px);
}

body.theme-lumina .home-main-layout-immersive .hero-panel .info-stack div {
    border-top-color: rgba(255, 255, 255, 0.16);
}

body.theme-lumina .home-main-layout-immersive .hero-panel .info-stack strong,
body.theme-lumina .home-main-layout-immersive .hero-panel .info-stack span,
body.theme-lumina .home-main-layout-immersive .hero-panel-subtitle,
body.theme-lumina .home-main-layout-immersive .hero-panel-summary {
    text-shadow: 0 1px 1px rgba(5, 16, 28, 0.18);
}

body.theme-lumina .home-main-layout-immersive .hero-note {
    margin-top: 1.3rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.08));
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.9);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

body.theme-lumina .home-hero-shell,
body.theme-lumina .hero-copy,
body.theme-lumina .hero-panel,
body.theme-lumina .hero-map-shell,
body.theme-lumina .hero-location-card,
body.theme-lumina .page-hero-shell,
body.theme-lumina .public-card,
body.theme-lumina .public-panel,
body.theme-lumina .content-card,
body.theme-lumina .sidebar-card,
body.theme-lumina .table-shell {
    border-radius: var(--radius-lg);
}

body.theme-lumina .hero-copy,
body.theme-lumina .page-hero-shell,
body.theme-lumina .public-card,
body.theme-lumina .public-panel,
body.theme-lumina .content-card,
body.theme-lumina .sidebar-card,
body.theme-lumina .table-shell {
    border: 1px solid rgba(188, 200, 213, 0.82);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(249, 251, 255, 0.93));
    box-shadow: var(--shadow-card);
}

body.theme-lumina .hero-copy h1,
body.theme-lumina .page-hero-shell h1,
body.theme-lumina .detail-hero h1 {
    letter-spacing: -0.03em;
    color: var(--brand-deep);
}

body.theme-lumina .public-card:hover,
body.theme-lumina .feature-card:hover {
    transform: translateY(-4px);
    border-color: rgba(16, 37, 61, 0.26);
    box-shadow: 0 24px 48px rgba(16, 37, 61, 0.11);
}

body.theme-lumina .feature-category,
body.theme-lumina .stack-item-badge {
    background: #e9f0f8;
    color: #21456d;
}

body.theme-lumina .feature-code {
    background: #f4ebdf;
    color: #7c5a24;
}

body.theme-lumina .feature-meta span,
body.theme-lumina .staff-meta span {
    background: rgba(31, 60, 97, 0.08);
    color: #35506b;
}

body.theme-lumina .result-pill {
    background: #e9eff7;
    color: #1d4168;
}

body.theme-lumina .compact-filter-shell {
    border-radius: 1.3rem;
    border: 1px solid rgba(188, 200, 213, 0.8);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(247, 250, 255, 0.94));
}

body.theme-lumina .quick-links-grid a,
body.theme-lumina .quick-links-grid-home a {
    border-radius: 1.2rem;
    border: 1px solid rgba(188, 200, 213, 0.78);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.94));
    color: var(--brand-deep);
    font-family: var(--theme-serif-family);
}

body.theme-lumina .quick-links-grid a:hover,
body.theme-lumina .quick-links-grid-home a:hover {
    transform: translateY(-3px);
    border-color: rgba(16, 37, 61, 0.28);
}

body.theme-lumina .stack-item-date {
    color: #20486f;
}

body.theme-lumina .notice-card::before,
body.theme-lumina .record-panel::before,
body.theme-lumina .content-card::before,
body.theme-lumina .sidebar-card::before {
    background: linear-gradient(90deg, #b3873b, rgba(179, 135, 59, 0.2));
}

body.theme-lumina .home-gallery-panel,
body.theme-lumina .home-gallery-panel .home-gallery-image {
    border-radius: 1.35rem;
}

body.theme-lumina .site-footer.lumina-footer {
    margin-top: 2.6rem;
    padding: 3.2rem 0 1.9rem;
    border-top: 1px solid rgba(188, 200, 213, 0.8);
    background:
        radial-gradient(circle at top right, rgba(16, 37, 61, 0.08), transparent 30%),
        linear-gradient(180deg, #f9fbfe 0%, #eff4fa 100%);
}

body.theme-lumina .lumina-footer-top {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.95fr);
    gap: 2.2rem;
    align-items: start;
}

body.theme-lumina .lumina-footer-kicker {
    margin: 0 0 0.45rem;
}

body.theme-lumina .lumina-footer-brand h2 {
    margin: 0 0 0.9rem;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    color: var(--brand-deep);
}

body.theme-lumina .lumina-footer-brand p {
    margin: 0;
    color: var(--ink-soft);
    line-height: 1.75;
    max-width: 42ch;
}

body.theme-lumina .lumina-footer-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.4rem;
}

body.theme-lumina .lumina-footer-col {
    padding: 1.2rem 1.25rem;
    border-radius: 1.1rem;
    border: 1px solid rgba(188, 200, 213, 0.76);
    background: rgba(255, 255, 255, 0.82);
}

body.theme-lumina .lumina-footer-col h3 {
    margin: 0 0 0.8rem;
    font-size: 0.9rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #19375a;
}

body.theme-lumina .lumina-footer-col ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.45rem;
}

body.theme-lumina .lumina-footer-col li {
    color: #516174;
}

body.theme-lumina .lumina-footer-links {
    display: grid;
    gap: 0.45rem;
}

body.theme-lumina .lumina-footer-links a {
    color: #2f4c69;
    text-decoration: none;
}

body.theme-lumina .lumina-footer-links a:hover {
    color: var(--brand-deep);
    text-decoration: underline;
}

body.theme-lumina .lumina-footer-bottom {
    margin-top: 1.8rem;
    padding-top: 1.15rem;
    border-top: 1px solid rgba(188, 200, 213, 0.78);
}

@media (max-width: 1199px) {
    body.theme-lumina .lumina-footer-top {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    body.theme-lumina .lumina-nav-surface {
        padding: 1rem;
        border-radius: 1.2rem;
    }

    body.theme-lumina .lumina-footer-grid {
        grid-template-columns: 1fr;
    }

    body.theme-lumina .lumina-footer-col {
        padding: 1rem 1.05rem;
    }
}
