:root {
    --lmu-coral: #f35e82;
    --lmu-coral-deep: #d9486e;
    --lmu-tangerine: #ff9f5a;
    --lmu-gold: #ffcf63;
    --lmu-teal: #31b7a5;
    --lmu-sky: #dff4ff;
    --lmu-ink: #182236;
    --lmu-ink-soft: #5d6a84;
    --lmu-white: #ffffff;
    --lmu-border: #e8edf5;
    --lmu-card: #ffffff;
    --lmu-soft: #f8fbff;
    --lmu-admin: #1f2a44;
    --lmu-radius: 18px;
    --lmu-radius-lg: 24px;
    --lmu-shadow-sm: 0 8px 22px rgba(21, 34, 55, 0.08);
    --lmu-shadow-md: 0 18px 40px rgba(21, 34, 55, 0.12);
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Manrope', sans-serif;
    color: var(--lmu-ink);
    background: #fcfdff;
    line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-lmu .nav-link,
.btn,
.page-hero-kicker,
.section-kicker,
.hero-badge,
.lmu-brand-text {
    font-family: 'Sora', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    letter-spacing: -0.01em;
}

a {
    color: #1c65bf;
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover {
    color: #124c96;
}

.skip-link {
    position: absolute;
    left: -999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.skip-link:focus {
    left: 16px;
    top: 16px;
    width: auto;
    height: auto;
    padding: 0.45rem 0.7rem;
    border-radius: 12px;
    background: #111;
    color: #fff;
    z-index: 2000;
}

.public-body {
    position: relative;
    min-height: 100vh;
    background:
        radial-gradient(900px 460px at -8% -3%, #ffe5ed 0%, transparent 65%),
        radial-gradient(820px 520px at 108% 0%, #fff5d6 0%, transparent 68%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    overflow-x: hidden;
}

.site-main {
    position: relative;
    z-index: 2;
}

.site-bg-orb {
    position: fixed;
    border-radius: 999px;
    pointer-events: none;
    filter: blur(24px);
    opacity: 0.5;
    z-index: 0;
}

.orb-1 {
    width: 220px;
    height: 220px;
    left: -70px;
    top: 32%;
    background: #ffc9da;
}

.orb-2 {
    width: 280px;
    height: 280px;
    right: -90px;
    top: 42%;
    background: #ffe6a9;
}

.orb-3 {
    width: 180px;
    height: 180px;
    right: 16%;
    bottom: -50px;
    background: #bfeeff;
}

.site-nav-wrap {
    z-index: 1040;
    transition: transform 0.25s ease;
}

.nav-trust-strip {
    background: linear-gradient(90deg, #153862 0%, #1e568f 55%, #2677ac 100%);
    color: #e9f4ff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.nav-trust-strip p {
    font-size: 0.76rem;
    letter-spacing: 0.03em;
}

.navbar-lmu {
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(195, 208, 225, 0.75);
    backdrop-filter: blur(12px);
    transition: box-shadow 0.25s ease, background-color 0.25s ease;
}

.site-nav-wrap.is-scrolled .navbar-lmu {
    box-shadow: 0 12px 28px rgba(20, 35, 56, 0.12);
    background: rgba(255, 255, 255, 0.97);
}

.navbar-lmu .navbar-toggler {
    border: 1px solid #d8e4f3;
    border-radius: 12px;
    padding: 0.42rem 0.56rem;
}

.navbar-lmu .navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem rgba(30, 115, 169, 0.18);
}

.navbar-lmu .nav-link {
    font-weight: 700;
    color: var(--lmu-ink-soft);
    border-radius: 999px;
    padding: 0.5rem 0.88rem;
    font-size: 0.92rem;
}

.navbar-lmu .nav-link:hover,
.navbar-lmu .nav-link.active {
    color: #0f315d;
    background: #ecf6ff;
}

.navbar-lmu .dropdown-menu {
    border: 1px solid #dde7f4;
    border-radius: 14px;
    box-shadow: var(--lmu-shadow-sm);
    padding: 0.45rem;
}

.navbar-lmu .dropdown-item {
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0.5rem 0.65rem;
}

.navbar-lmu .dropdown-item:hover,
.navbar-lmu .dropdown-item:focus {
    background: #eef6ff;
    color: #1d4c88;
}

.lmu-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.62rem;
}

.lmu-brand-mark {
    width: 34px;
    height: 34px;
    border-radius: 11px;
    background: conic-gradient(from 210deg, #f35e82, #ff9f5a, #ffd063, #31b7a5, #f35e82);
    box-shadow: 0 10px 22px rgba(243, 94, 130, 0.35);
}

.lmu-brand-text {
    color: var(--lmu-ink);
    font-weight: 800;
    letter-spacing: 0.01em;
}

.btn {
    border-radius: 12px;
    font-weight: 700;
    letter-spacing: 0.005em;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.btn:hover {
    transform: translateY(-1px);
}

.btn:focus-visible {
    box-shadow: 0 0 0 0.24rem rgba(49, 183, 165, 0.2);
}

.btn-lmu-primary {
    border: 1px solid transparent;
    background: linear-gradient(135deg, var(--lmu-coral) 0%, var(--lmu-tangerine) 100%);
    color: #fff;
    box-shadow: 0 10px 20px rgba(243, 94, 130, 0.26);
}

.btn-lmu-primary:hover,
.btn-lmu-primary:focus {
    color: #fff;
    background: linear-gradient(135deg, var(--lmu-coral-deep) 0%, #f58b45 100%);
    box-shadow: 0 14px 26px rgba(217, 72, 110, 0.3);
}

.btn-lmu-outline {
    border: 1px solid #c7d7ea;
    background: #fff;
    color: #204871;
}

.btn-lmu-outline:hover,
.btn-lmu-outline:focus {
    border-color: #7db0e1;
    background: #eff7ff;
    color: #163f6a;
}

.page-hero-section {
    position: relative;
}

.page-hero-surface {
    position: relative;
    border-radius: var(--lmu-radius-lg);
    border: 1px solid #dbe8f8;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.96) 0%, rgba(245, 250, 255, 0.95) 100%);
    box-shadow: var(--lmu-shadow-md);
    padding: clamp(1.2rem, 2.2vw, 1.8rem);
    overflow: hidden;
}

.page-hero-surface::after {
    content: '';
    position: absolute;
    right: -80px;
    top: -60px;
    width: 240px;
    height: 240px;
    background: radial-gradient(circle, rgba(255, 198, 91, 0.34) 0%, transparent 70%);
    pointer-events: none;
}

.page-hero-kicker {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    text-transform: uppercase;
    letter-spacing: 0.11em;
    color: #88485a;
    font-size: 0.74rem;
    font-weight: 800;
}

.page-hero-kicker::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: var(--lmu-coral);
}

.page-hero-title {
    margin: 0;
    font-size: clamp(1.7rem, 3.4vw, 2.8rem);
    font-weight: 800;
    color: #11223f;
}

.page-hero-subtitle {
    color: #4f6485;
    max-width: 68ch;
}

.page-hero-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.55rem;
    flex-wrap: wrap;
}

.home-hero {
    position: relative;
    z-index: 2;
}

.hero-main {
    background: linear-gradient(150deg, #ffffff 0%, #f7fbff 60%, #fff7e8 100%);
    border: 1px solid #d9e7f6;
    border-radius: 28px;
    padding: clamp(1.25rem, 2.8vw, 2.1rem);
    box-shadow: var(--lmu-shadow-md);
    height: 100%;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: linear-gradient(120deg, #ffe8cf, #fff2dc);
    color: #7f5602;
    padding: 0.35rem 0.76rem;
    font-size: 0.74rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border: 1px solid #ffdfab;
}

.hero-title {
    margin-top: 0.9rem;
    font-size: clamp(2rem, 5vw, 3.3rem);
    line-height: 1.05;
    font-weight: 800;
}

.hero-subtitle {
    margin: 0.9rem 0 0;
    color: var(--lmu-ink-soft);
    max-width: 58ch;
    font-size: 1.03rem;
}

.hero-flow {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.hero-flow span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid #d7e4f3;
    padding: 0.34rem 0.65rem;
    background: #f5faff;
    color: #365a88;
    font-size: 0.76rem;
    font-weight: 700;
}

.hero-slider .carousel-inner {
    border-radius: 20px;
    box-shadow: var(--lmu-shadow-md);
}

.hero-slider .carousel-item img {
    aspect-ratio: 16/11;
    object-fit: cover;
}

.hero-slider .carousel-caption {
    background: linear-gradient(180deg, rgba(20, 25, 35, 0) 0%, rgba(20, 25, 35, 0.82) 85%);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1.3rem;
}

.hero-slider .carousel-caption h2 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
}

.hero-slider .carousel-caption p {
    color: #ecf1f7;
    margin-bottom: 0.6rem;
}

.hero-fallback img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: var(--lmu-shadow-md);
}

.hero-stats {
    --bs-gutter-y: 0.72rem;
}

.metric-card {
    border-radius: 14px;
    background: #fff;
    border: 1px solid #dce8f6;
    box-shadow: var(--lmu-shadow-sm);
    padding: 0.88rem 0.76rem;
    text-align: center;
}

.metric-card strong {
    display: block;
    font-size: 1.1rem;
    line-height: 1;
    color: #103465;
}

.metric-card span {
    color: #4f6485;
    font-size: 0.78rem;
}

.section-block {
    padding: clamp(2.3rem, 5vw, 3.9rem) 0;
    position: relative;
    z-index: 1;
}

.section-soft {
    background: linear-gradient(180deg, #f8fbff 0%, #fefeff 100%);
    border-top: 1px solid #e2ebf7;
    border-bottom: 1px solid #e2ebf7;
}

.section-heading {
    margin-bottom: 1.4rem;
}

.section-heading h2 {
    margin: 0;
    font-size: clamp(1.45rem, 2.45vw, 2.02rem);
    font-weight: 800;
}

.section-kicker {
    margin: 0 0 0.35rem;
    font-weight: 800;
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.11em;
    color: #9e5671;
}

.category-grid .category-card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.category-grid .category-meta {
    margin-top: auto;
}

.category-card,
.contestant-card,
.event-card,
.news-card,
.winner-card,
.sponsor-card,
.form-surface,
.info-surface,
.filter-surface,
.article-surface,
.profile-main-card,
.profile-meta-card,
.vote-note-card,
.vote-package-card,
.empty-card {
    border: 1px solid var(--lmu-border);
    border-radius: var(--lmu-radius);
    background: var(--lmu-card);
    box-shadow: var(--lmu-shadow-sm);
}

.category-card,
.profile-meta-card,
.vote-note-card,
.vote-package-card,
.info-surface,
.filter-surface,
.empty-card {
    padding: 1rem;
}

.form-surface,
.article-surface,
.profile-main-card {
    padding: clamp(1rem, 2.2vw, 1.35rem);
}

.contestant-card,
.event-card,
.news-card,
.winner-card,
.sponsor-card,
.gallery-tile,
.leader-card {
    overflow: hidden;
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.contestant-card:hover,
.event-card:hover,
.news-card:hover,
.winner-card:hover,
.sponsor-card:hover,
.gallery-tile:hover,
.leader-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--lmu-shadow-md);
    border-color: #cfdff3;
}

.contestant-image,
.event-image,
.news-card img,
.winner-card img,
.sponsor-card img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    background: #f3f8ff;
}

.contestant-body,
.event-body,
.news-card-body,
.winner-card-body,
.sponsor-card-body {
    padding: 1rem;
}

.contestant-body h3,
.event-body h3,
.news-card-body h3,
.winner-card-body h3,
.sponsor-card-body h3 {
    margin: 0 0 0.45rem;
    font-size: 1.02rem;
    font-weight: 800;
}

.vote-pill {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.28rem 0.65rem;
    font-size: 0.76rem;
    font-weight: 700;
    color: #764151;
    background: #ffe8f1;
    border: 1px solid #ffd3e1;
}

.event-date {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    font-size: 0.73rem;
    background: #ebf5ff;
    color: #2f5f95;
    border: 1px solid #cfe1f5;
    padding: 0.24rem 0.62rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
}

.featured-rail {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.78rem;
}

.featured-rail-item {
    display: flex;
    align-items: center;
    gap: 0.82rem;
    border-radius: 14px;
    border: 1px solid #dce8f6;
    background: #fff;
    padding: 0.76rem;
    box-shadow: var(--lmu-shadow-sm);
}

.featured-rail-item img {
    width: 68px;
    height: 68px;
    border-radius: 12px;
    object-fit: cover;
}

.cta-band {
    border-radius: 22px;
    padding: 1.3rem;
    background: linear-gradient(130deg, #f35e82 0%, #ff9068 54%, #ffca5f 100%);
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    box-shadow: 0 20px 34px rgba(243, 94, 130, 0.26);
}

.cta-band h2 {
    font-size: clamp(1.2rem, 2.2vw, 1.74rem);
    color: #fff;
}

.sponsor-strip {
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid #dbe7f6;
    background: #fff;
    box-shadow: var(--lmu-shadow-sm);
}

.sponsor-strip-track {
    display: flex;
    width: max-content;
    animation: sponsor-scroll 34s linear infinite;
    gap: 0.9rem;
    padding: 0.9rem;
}

.sponsor-chip {
    border-radius: 12px;
    border: 1px solid #e1e9f5;
    background: #f8fbff;
    min-width: 220px;
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.5rem 0.75rem;
    color: var(--lmu-ink);
    font-weight: 600;
}

.sponsor-chip img {
    width: 42px;
    height: 42px;
    object-fit: cover;
    border-radius: 9px;
}

@keyframes sponsor-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.testimonial-card {
    margin: 0;
    border: 1px solid #dde7f5;
    border-radius: 16px;
    background: #fff;
    padding: 1rem;
    box-shadow: var(--lmu-shadow-sm);
    height: 100%;
}

.testimonial-card p {
    color: var(--lmu-ink-soft);
    margin-bottom: 1rem;
}

.testimonial-card footer {
    display: grid;
}

.testimonial-card footer span {
    color: #677993;
    font-size: 0.87rem;
}

.profile-media-card img {
    border-radius: 20px;
    box-shadow: var(--lmu-shadow-md);
}

.profile-main-card h1 {
    font-size: clamp(1.8rem, 2.8vw, 2.4rem);
    font-weight: 800;
}

.profile-meta-card h3 {
    font-size: 0.92rem;
    margin-bottom: 0.45rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

.form-control,
.form-select {
    border-radius: 12px;
    border-color: #d2deed;
    min-height: 44px;
}

.form-control:focus,
.form-select:focus {
    border-color: #70b8de;
    box-shadow: 0 0 0 0.24rem rgba(49, 183, 165, 0.18);
}

.form-check-input:checked {
    background-color: var(--lmu-coral);
    border-color: var(--lmu-coral);
}

.info-surface {
    padding: 1rem;
}

.category-mini-chip {
    border: 1px solid #dfebf8;
    border-radius: 12px;
    background: #f7fbff;
    padding: 0.62rem;
    display: grid;
}

.category-mini-chip span {
    color: #607089;
    font-size: 0.82rem;
}

.leader-card {
    border-radius: 16px;
    border: 1px solid #dce7f5;
    background: #fff;
    box-shadow: var(--lmu-shadow-sm);
    padding: 0.9rem;
    display: grid;
    grid-template-columns: auto 72px 1fr;
    gap: 0.8rem;
    align-items: center;
}

.leader-card img {
    width: 72px;
    height: 72px;
    border-radius: 12px;
    object-fit: cover;
}

.rank-badge {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff3d5;
    border: 1px solid #ffdfa0;
    color: #7f5a05;
    font-weight: 800;
    font-size: 0.79rem;
}

.vote-packages {
    display: grid;
    gap: 0.75rem;
}

.vote-package-card h3 {
    margin: 0;
    font-size: 1rem;
    font-weight: 800;
}

.leaderboard-table-wrap {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--lmu-shadow-sm);
    border: 1px solid #dae6f4;
    background: #fff;
}

.leaderboard-table {
    margin-bottom: 0;
}

.leaderboard-table thead th {
    border-bottom-width: 1px;
    background: #f4f8ff;
    color: #314c71;
    font-weight: 700;
    font-size: 0.9rem;
}

.leaderboard-table td,
.leaderboard-table th {
    padding: 0.9rem 0.8rem;
    vertical-align: middle;
}

.leader-mini-img {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    object-fit: cover;
}

.gallery-tile {
    border: 1px solid #dce7f5;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    box-shadow: var(--lmu-shadow-sm);
    position: relative;
    padding: 0;
}

.gallery-tile img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}

.gallery-tile-label {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.46rem 0.7rem;
    background: linear-gradient(180deg, transparent, rgba(20, 24, 35, 0.8));
    color: #fff;
    font-size: 0.81rem;
    text-align: left;
}

.lightbox-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 10;
}

.lightbox-caption {
    color: #fff;
    text-align: center;
    padding-top: 0.7rem;
    font-weight: 700;
}

.article-surface {
    padding: clamp(1rem, 2.2vw, 1.8rem);
}

.article-title {
    font-size: clamp(1.7rem, 3.3vw, 2.6rem);
    font-weight: 800;
    margin-bottom: 0.8rem;
}

.article-content p,
.article-content li {
    color: #304564;
    line-height: 1.78;
}

.article-content h2,
.article-content h3,
.article-content h4 {
    margin-top: 1.2rem;
    margin-bottom: 0.6rem;
    font-weight: 800;
}

.faq-accordion .accordion-item {
    border: 1px solid #dce7f5;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 0.6rem;
}

.faq-accordion .accordion-button {
    font-weight: 700;
    color: #1e385b;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: #edf5ff;
    color: #143a67;
}

.footer-wrap {
    border-top: 1px solid #dbe7f6;
    background: linear-gradient(180deg, #fbfdff 0%, #f5faff 100%);
    position: relative;
    z-index: 2;
}

.footer-top-card {
    border-radius: 20px;
    border: 1px solid #ffd1df;
    background: linear-gradient(130deg, rgba(243, 94, 130, 0.12), rgba(255, 159, 90, 0.12));
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.footer-top-kicker {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 800;
    color: #9c445f;
    font-size: 0.73rem;
}

.footer-links li {
    margin-bottom: 0.4rem;
}

.footer-links a {
    color: #355479;
}

.footer-links a:hover {
    color: #163f6a;
}

.newsletter-form .form-control {
    border-right: 0;
}

.newsletter-form .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.reveal-up {
    opacity: 1;
    transform: none;
}

.js-ready .reveal-up {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.58s ease, transform 0.58s ease;
    transition-delay: var(--reveal-delay, 0ms);
}

.js-ready .reveal-up.is-visible {
    opacity: 1;
    transform: none;
}

.page-link {
    border-radius: 10px;
    border: 1px solid #d6e0ee;
    color: #294f83;
}

.page-link:hover {
    color: #183e6b;
    background: #edf5ff;
    border-color: #bfd4eb;
}

.page-item.active .page-link {
    border-color: #2e6eae;
    background: #2e6eae;
}

.alert {
    border-radius: 14px;
}

.empty-card h3,
.empty-card h4 {
    margin-bottom: 0.45rem;
}

.table > :not(caption) > * > * {
    border-bottom-color: #e7edf6;
}

.admin-body {
    font-family: 'Manrope', sans-serif;
    background:
        radial-gradient(920px 520px at -10% -10%, #eff4ff 0%, transparent 70%),
        radial-gradient(800px 460px at 110% 0%, #fef2d9 0%, transparent 72%),
        #f3f6fc;
    color: #1b2840;
    min-height: 100vh;
}

.admin-shell {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 1.1rem;
    padding: 1rem;
    min-height: 100vh;
    position: relative;
}

.admin-sidebar {
    background: linear-gradient(170deg, #111f39 0%, #163059 52%, #1e4e7b 100%);
    border-radius: 20px;
    box-shadow: 0 24px 46px rgba(15, 27, 47, 0.24);
    overflow: hidden;
    position: sticky;
    top: 1rem;
    height: calc(100vh - 2rem);
    z-index: 1045;
}

.admin-sidebar-inner {
    height: 100%;
    overflow-y: auto;
    padding: 1.05rem 0.95rem;
    display: flex;
    flex-direction: column;
}

.admin-sidebar-inner::-webkit-scrollbar {
    width: 8px;
}

.admin-sidebar-inner::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.24);
    border-radius: 999px;
}

.admin-brand-link {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    margin-bottom: 0.9rem;
}

.admin-brand-mark {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Sora', sans-serif;
    font-size: 0.95rem;
    font-weight: 800;
    background: linear-gradient(135deg, #ffd477 0%, #ff8da6 100%);
    color: #13223c;
}

.admin-brand-title {
    display: block;
    color: #fff;
    line-height: 1.1;
    font-family: 'Sora', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
}

.admin-brand-link small {
    color: rgba(233, 241, 255, 0.76);
    font-size: 0.72rem;
}

.admin-user-pill {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.09);
    padding: 0.62rem 0.75rem;
    margin-bottom: 0.9rem;
}

.admin-user-pill strong {
    display: block;
    font-size: 0.85rem;
    color: #fff;
}

.admin-user-pill span {
    display: block;
    margin-top: 0.1rem;
    font-size: 0.71rem;
    color: rgba(232, 242, 255, 0.84);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.admin-sidebar-nav {
    flex: 1;
}

.admin-nav-group-title {
    margin: 0.85rem 0 0.4rem;
    padding: 0 0.45rem;
    font-size: 0.68rem;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: rgba(228, 239, 255, 0.68);
    font-weight: 700;
}

.admin-nav-link {
    border-radius: 11px;
    display: flex;
    align-items: center;
    gap: 0.58rem;
    color: rgba(240, 247, 255, 0.9);
    padding: 0.52rem 0.6rem;
    margin-bottom: 0.24rem;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.84rem;
    transition: all 0.2s ease;
}

.admin-nav-link i {
    font-size: 0.98rem;
}

.admin-nav-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
}

.admin-nav-link.active {
    color: #0f2344;
    background: linear-gradient(120deg, #ffd67c 0%, #ff93ae 100%);
    box-shadow: 0 8px 20px rgba(8, 17, 33, 0.24);
}

.admin-sidebar-actions {
    border-top: 1px solid rgba(255, 255, 255, 0.19);
    margin-top: 0.85rem;
    padding-top: 0.9rem;
    display: grid;
    gap: 0.42rem;
}

.admin-main {
    min-width: 0;
}

.admin-header {
    border-radius: 16px;
    border: 1px solid #dce5f3;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(8px);
    box-shadow: 0 12px 30px rgba(20, 35, 56, 0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.9rem;
    padding: 0.9rem 1.1rem;
}

.admin-header-left {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.admin-header-kicker {
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #506684;
    font-weight: 700;
}

.admin-header-actions {
    display: flex;
    gap: 0.45rem;
    flex-wrap: wrap;
}

.admin-menu-btn {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    border: 1px solid #d3deef;
    background: #fff;
    color: #173257;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.admin-content {
    margin-top: 0.95rem;
    padding-bottom: 1rem;
}

.admin-panel {
    border: 1px solid #dbe6f4;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 14px 32px rgba(20, 35, 56, 0.07);
    padding: 1rem;
}

.admin-panel-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.85rem;
    margin-bottom: 0.95rem;
}

.admin-hero-panel {
    border-radius: 16px;
    border: 1px solid #d8e4f5;
    background:
        radial-gradient(560px 220px at 0% 0%, rgba(255, 210, 130, 0.28) 0%, transparent 70%),
        radial-gradient(620px 250px at 100% 0%, rgba(255, 155, 179, 0.22) 0%, transparent 70%),
        #fff;
    box-shadow: 0 16px 34px rgba(20, 35, 56, 0.08);
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.admin-hero-kicker {
    font-size: 0.71rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #506684;
    font-weight: 700;
}

.admin-hero-actions {
    display: flex;
    gap: 0.45rem;
    flex-wrap: wrap;
    align-items: center;
}

.admin-stat-card {
    border: 1px solid #dce6f4;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(20, 35, 56, 0.07);
    padding: 0.75rem;
}

.admin-stat-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: linear-gradient(130deg, #edf4ff 0%, #f4fcff 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1d4f88;
    margin-bottom: 0.5rem;
}

.admin-stat-label {
    margin: 0 0 0.2rem;
    font-size: 0.75rem;
    color: #566b89;
    font-weight: 600;
}

.admin-stat-value {
    margin: 0;
    font-family: 'Sora', sans-serif;
    font-size: clamp(1rem, 2vw, 1.25rem);
    font-weight: 800;
    color: #111f37;
}

.admin-workspace-card {
    border: 1px solid #d9e5f6;
    border-radius: 14px;
    display: block;
    text-decoration: none;
    color: inherit;
    background: #fff;
    box-shadow: 0 8px 20px rgba(20, 35, 56, 0.06);
    padding: 0.85rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.admin-workspace-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(20, 35, 56, 0.1);
    border-color: #bfd3ef;
    color: inherit;
}

.admin-workspace-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #eef5ff 0%, #fff1e8 100%);
    color: #183f71;
    margin-bottom: 0.52rem;
}

.admin-workspace-card h4 {
    margin: 0 0 0.22rem;
    font-size: 0.93rem;
    font-weight: 700;
}

.admin-workspace-card p {
    margin: 0;
    color: #5b6f8b;
    font-size: 0.79rem;
    min-height: 2.3em;
}

.admin-workspace-card strong {
    display: inline-block;
    margin-top: 0.46rem;
    font-size: 0.76rem;
    color: #1b4a80;
}

.admin-table-panel {
    padding: 0;
    overflow: hidden;
}

.admin-table thead th {
    background: #f5f8fd;
    border-bottom: 1px solid #d9e3f2;
    color: #405a7d;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.admin-table td {
    font-size: 0.85rem;
}

.admin-table-thumb {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    object-fit: cover;
    border: 1px solid #d9e4f5;
}

.admin-table-pagination {
    border-top: 1px solid #e1e8f3;
    padding: 0.8rem 1rem;
}

.admin-form-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 0.8rem;
}

.admin-form-field {
    min-width: 0;
}

.admin-field-half {
    grid-column: span 6;
}

.admin-field-full {
    grid-column: span 12;
}

.admin-form-field .form-label {
    font-size: 0.8rem;
    font-weight: 700;
    color: #364f72;
    margin-bottom: 0.35rem;
}

.admin-form-field .form-control,
.admin-form-field .form-select {
    border-radius: 11px;
    border: 1px solid #d5e1f2;
    min-height: 42px;
}

.admin-form-field .form-control:focus,
.admin-form-field .form-select:focus {
    border-color: #80aee5;
    box-shadow: 0 0 0 0.18rem rgba(74, 128, 199, 0.2);
}

.admin-current-file img {
    width: auto;
    max-height: 110px;
}

.admin-search-form .form-control {
    border-radius: 11px;
    border-color: #d4e0f2;
}

.admin-timeline-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.55rem;
}

.admin-timeline-list li {
    border: 1px solid #dbe6f4;
    border-radius: 12px;
    background: #fbfdff;
    padding: 0.7rem 0.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
}

.admin-timeline-list h4 {
    margin: 0;
    font-size: 0.9rem;
}

.admin-timeline-list p {
    margin: 0.1rem 0 0;
    font-size: 0.76rem;
    color: #5b6f8b;
}

.admin-timeline-list span {
    white-space: nowrap;
    border-radius: 999px;
    padding: 0.26rem 0.55rem;
    border: 1px solid #d2deef;
    background: #f0f6ff;
    color: #2d4f7c;
    font-size: 0.74rem;
    font-weight: 700;
}

.admin-login-body {
    background:
        radial-gradient(920px 420px at -10% 0%, #eaf2ff 0%, transparent 70%),
        radial-gradient(860px 420px at 110% 0%, #ffe7b4 0%, transparent 72%),
        #f4f7fd;
    font-family: 'Manrope', sans-serif;
    margin: 0;
    color: #1b2840;
}

.admin-login-shell {
    width: min(920px, 100%);
    border-radius: 22px;
    border: 1px solid #d7e2f2;
    background: #fff;
    box-shadow: 0 24px 44px rgba(20, 35, 56, 0.12);
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    overflow: hidden;
}

.admin-login-aside {
    padding: 2rem;
    background:
        radial-gradient(520px 220px at 10% 10%, rgba(255, 200, 120, 0.34) 0%, transparent 72%),
        radial-gradient(540px 220px at 100% 0%, rgba(255, 138, 164, 0.34) 0%, transparent 74%),
        linear-gradient(180deg, #17345e 0%, #204d86 100%);
    color: #fff;
}

.admin-login-kicker {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(236, 244, 255, 0.88);
    font-weight: 700;
}

.admin-login-aside h1 {
    margin: 0 0 0.55rem;
    font-size: clamp(1.45rem, 3.2vw, 2rem);
}

.admin-login-aside p {
    margin: 0;
    color: rgba(234, 243, 255, 0.92);
}

.admin-login-card {
    padding: 2rem 1.65rem;
}

.admin-login-card .form-control {
    min-height: 45px;
    border-radius: 12px;
    border-color: #d2deef;
}

.admin-login-card .form-control:focus {
    border-color: #7ca7dd;
    box-shadow: 0 0 0 0.18rem rgba(74, 128, 199, 0.2);
}

.admin-sidebar-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(15, 29, 49, 0.48);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 1040;
}

.contestants-hub-banner,
.project-spot-card,
.project-detail-banner,
.nominees-grid-shell,
.projects-grid-shell,
.vote-flow-banner,
.vote-board-shell,
.leaderboard-shell,
.gallery-intro-card,
.contact-intro-card,
.newsroom-feature-card,
.newsroom-filter-bar {
    border: 1px solid #dbe7f6;
    border-radius: var(--lmu-radius);
    background: #fff;
    box-shadow: var(--lmu-shadow-sm);
}

.contestants-hub-banner {
    padding: 1rem;
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contestants-hub-stats {
    display: flex;
    gap: 0.7rem;
    flex-wrap: wrap;
}

.contestants-hub-stats span {
    border: 1px solid #dbe7f6;
    background: #f6fbff;
    border-radius: 999px;
    padding: 0.35rem 0.7rem;
    font-size: 0.82rem;
    color: #3f5f86;
    font-weight: 700;
}

.contestants-hub-stats strong {
    color: #153a66;
}

.contestants-side-stack {
    display: grid;
    gap: 0.9rem;
}

.contestants-year-jump .btn {
    justify-content: flex-start;
}

.vote-board-shell,
.leaderboard-shell,
.nominees-grid-shell {
    padding: 1rem;
}

.contestants-year-section {
    scroll-margin-top: 130px;
}

.project-detail-banner {
    padding: 1rem;
}

.project-spot-card {
    overflow: hidden;
}

.project-spot-card .contestant-body {
    min-height: 210px;
}

.project-spot-card-clean .contestant-image {
    aspect-ratio: 4 / 2.9;
}

.projects-grid-shell {
    padding: 1rem;
}

.project-cards-row .project-spot-card {
    border-color: #d8e5f5;
}

.project-cards-row .project-spot-card .contestant-body {
    min-height: 240px;
}

.project-year-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: #ecf6ff;
    color: #2f5f95;
    border: 1px solid #cfe1f5;
    font-size: 0.73rem;
    font-weight: 700;
    padding: 0.22rem 0.58rem;
}

.vote-flow-banner {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
}

.vote-flow-steps {
    display: flex;
    gap: 0.45rem;
    flex-wrap: wrap;
}

.vote-flow-steps span {
    border-radius: 999px;
    border: 1px solid #d6e5f7;
    background: #f5faff;
    color: #3d5f88;
    padding: 0.34rem 0.62rem;
    font-size: 0.76rem;
    font-weight: 700;
}

.vote-flow-steps span.active {
    border-color: #ffcad7;
    background: #ffeaf0;
    color: #8f3f56;
}

.vote-control-stack {
    display: grid;
    gap: 0.8rem;
}

.application-premium-form {
    background: linear-gradient(180deg, #fff 0%, #f9fcff 100%);
}

.application-form-head {
    border-bottom: 1px dashed #d5e4f6;
    padding-bottom: 0.9rem;
}

.application-section {
    border: 1px solid #dce7f5;
    border-radius: 14px;
    padding: 0.95rem;
    background: #fff;
}

.application-section legend {
    float: none;
    width: auto;
    margin-bottom: 0.75rem;
    padding: 0;
    font-size: 0.95rem;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.application-section legend span {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #ffe8f0;
    color: #8e3d57;
    border: 1px solid #ffc9db;
    font-size: 0.74rem;
}

.application-side-stack {
    display: grid;
    gap: 0.8rem;
}

.application-stage-list {
    display: grid;
    gap: 0.55rem;
}

.application-stage-list span {
    border: 1px dashed #d4e4f6;
    background: #f8fbff;
    border-radius: 10px;
    padding: 0.5rem 0.62rem;
}

.newsroom-filter-bar {
    padding: 0.9rem;
}

.newsroom-feature-card {
    overflow: hidden;
    height: 100%;
}

.newsroom-feature-image {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.newsroom-feature-body {
    padding: 1rem;
}

.newsroom-side-stack {
    height: 100%;
}

.gallery-intro-card {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
}

.gallery-intro-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.gallery-intro-stats span {
    border-radius: 999px;
    border: 1px solid #d8e7f7;
    background: #f5faff;
    padding: 0.33rem 0.66rem;
    font-size: 0.8rem;
    color: #3a5f8c;
    font-weight: 700;
}

.gallery-filter-shell {
    border: 1px solid #dbe7f6;
    border-radius: var(--lmu-radius);
    background: #fff;
    box-shadow: var(--lmu-shadow-sm);
    padding: 0.9rem;
}

.gallery-filter-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.gallery-filter-row + .gallery-filter-row {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px dashed #dbe7f6;
}

.gallery-filter-pills {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.gallery-featured-card {
    border: 1px solid #dbe7f6;
    border-radius: var(--lmu-radius);
    background: #fff;
    box-shadow: var(--lmu-shadow-sm);
    overflow: hidden;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
}

.gallery-featured-media {
    position: relative;
}

.gallery-featured-trigger {
    display: block;
    width: 100%;
    border: 0;
    padding: 0;
    background: #edf5ff;
    cursor: pointer;
}

.gallery-featured-trigger img {
    width: 100%;
    height: 100%;
    min-height: 300px;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
}

.gallery-featured-badge {
    position: absolute;
    left: 12px;
    top: 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: rgba(17, 31, 54, 0.8);
    color: #fff;
    font-size: 0.73rem;
    font-weight: 700;
    padding: 0.28rem 0.6rem;
}

.gallery-featured-body {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gallery-featured-body h3 {
    margin: 0 0 0.5rem;
    font-size: 1.2rem;
    font-weight: 800;
}

.gallery-kind-pill {
    border-radius: 999px;
    border: 1px solid #d0e1f5;
    background: #eef6ff;
    color: #2b588b;
    font-size: 0.76rem;
    font-weight: 700;
    padding: 0.28rem 0.58rem;
}

.gallery-media-card {
    border: 1px solid #dbe7f6;
    border-radius: 14px;
    background: #fff;
    box-shadow: var(--lmu-shadow-sm);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.gallery-media-thumb {
    display: block;
    width: 100%;
    border: 0;
    padding: 0;
    background: #edf5ff;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.gallery-media-thumb img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}

.gallery-media-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.55rem 0.62rem;
    background: linear-gradient(180deg, transparent, rgba(20, 24, 35, 0.78));
    display: flex;
    justify-content: flex-end;
}

.gallery-media-kind {
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(15, 26, 46, 0.82);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.2rem 0.5rem;
}

.gallery-media-body {
    padding: 0.84rem;
    display: grid;
    gap: 0.45rem;
}

.gallery-media-body h3 {
    margin: 0;
    font-size: 0.98rem;
    font-weight: 800;
}

.gallery-media-meta {
    margin: 0;
    color: #587199;
    font-size: 0.82rem;
}

.contact-intro-card {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    gap: 0.9rem;
    flex-wrap: wrap;
    align-items: center;
}

.contact-intro-badges {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.contact-intro-badges span {
    border-radius: 999px;
    border: 1px solid #d9e7f7;
    background: #f6fbff;
    padding: 0.32rem 0.62rem;
    color: #3b608b;
    font-size: 0.76rem;
    font-weight: 700;
}

.contact-side-stack {
    display: grid;
    gap: 0.8rem;
}

.contact-form-shell {
    background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.news-article-page .article-surface {
    box-shadow: var(--lmu-shadow-md);
}

.news-article-side {
    display: grid;
    gap: 0.8rem;
}

.news-mini-item {
    border: 1px solid #dce7f5;
    border-radius: 12px;
    background: #f8fbff;
    padding: 0.68rem;
}

.sponsors-grid-header,
.sponsors-grid-shell {
    border: 1px solid #dbe7f6;
    border-radius: var(--lmu-radius);
    background: #fff;
    box-shadow: var(--lmu-shadow-sm);
}

.sponsors-grid-header {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.sponsors-grid-stats {
    display: flex;
    gap: 0.65rem;
    flex-wrap: wrap;
}

.sponsors-grid-stats span {
    border: 1px solid #d7e6f6;
    background: #f6fbff;
    border-radius: 999px;
    padding: 0.33rem 0.66rem;
    font-size: 0.8rem;
    color: #3a5f8b;
    font-weight: 700;
}

.sponsors-grid-shell {
    padding: 1rem;
}

.sponsor-grid-card {
    overflow: hidden;
}

.sponsor-logo-wrap {
    background: linear-gradient(180deg, #f7fbff 0%, #eef6ff 100%);
    border-bottom: 1px solid #dce7f5;
    min-height: 132px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.9rem;
}

.sponsor-logo-wrap img {
    max-width: 100%;
    max-height: 86px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.sponsor-tier-badge {
    border-radius: 999px;
    border: 1px solid #d4e5f7;
    background: #eef6ff;
    color: #305f95;
    font-size: 0.73rem;
    font-weight: 700;
    padding: 0.22rem 0.58rem;
    display: inline-flex;
    align-items: center;
}

@media (max-width: 1199.98px) {
    .navbar-lmu {
        padding-bottom: 0.8rem;
    }

    .navbar-lmu .navbar-collapse {
        margin-top: 0.65rem;
        padding: 0.8rem;
        border-radius: 14px;
        border: 1px solid #dce7f5;
        background: #fff;
        box-shadow: var(--lmu-shadow-sm);
    }

    .page-hero-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 991.98px) {
    .section-block {
        padding: 2rem 0;
    }

    .leader-card {
        grid-template-columns: auto 58px 1fr;
    }

    .leader-card img {
        width: 58px;
        height: 58px;
    }

    .footer-top-card {
        border-radius: 16px;
    }

    .contestants-hub-banner,
    .sponsors-grid-header,
    .sponsors-grid-shell,
    .projects-grid-shell,
    .vote-flow-banner,
    .gallery-filter-shell,
    .gallery-intro-card,
    .contact-intro-card {
        padding: 0.9rem;
    }

    .gallery-featured-card {
        grid-template-columns: 1fr;
    }

    .gallery-featured-trigger img {
        min-height: 240px;
    }

    .contact-intro-badges {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .admin-shell {
        grid-template-columns: 1fr;
        padding: 0.8rem;
    }

    .admin-sidebar {
        position: fixed;
        top: 0.8rem;
        left: 0.8rem;
        height: calc(100vh - 1.6rem);
        width: min(84vw, 300px);
        transform: translateX(calc(-100% - 1.2rem));
        transition: transform 0.25s ease;
    }

    .admin-header {
        padding: 0.8rem 0.9rem;
    }

    .admin-content {
        margin-top: 0.8rem;
    }

    .admin-form-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .admin-field-half,
    .admin-field-full {
        grid-column: span 6;
    }

    .admin-login-shell {
        grid-template-columns: 1fr;
    }

    .admin-login-aside {
        padding: 1.4rem 1.35rem;
    }

    .admin-login-card {
        padding: 1.35rem;
    }

    .admin-sidebar-open .admin-sidebar {
        transform: translateX(0);
    }

    .admin-sidebar-open .admin-sidebar-backdrop {
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 767.98px) {
    .nav-trust-strip p {
        font-size: 0.7rem;
    }

    .hero-title {
        font-size: clamp(1.8rem, 9vw, 2.4rem);
    }

    .page-hero-title {
        font-size: clamp(1.55rem, 7.4vw, 2.15rem);
    }

    .sponsor-chip {
        min-width: 180px;
    }

    .cta-band {
        padding: 1rem;
    }

    .contestants-hub-stats,
    .sponsors-grid-stats,
    .gallery-intro-stats {
        width: 100%;
    }

    .project-cards-row .project-spot-card .contestant-body {
        min-height: auto;
    }

    .gallery-filter-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .gallery-filter-pills {
        width: 100%;
    }

    .gallery-featured-trigger img,
    .gallery-media-thumb img {
        aspect-ratio: 4 / 3;
        min-height: 0;
    }

    .orb-1,
    .orb-2,
    .orb-3 {
        opacity: 0.38;
    }

    .admin-header {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .admin-header-actions {
        width: 100%;
    }

    .admin-header-actions .btn {
        flex: 1;
        min-width: 0;
    }

    .admin-panel {
        padding: 0.85rem;
    }

    .admin-stat-card {
        padding: 0.65rem;
    }

    .admin-timeline-list li {
        flex-wrap: wrap;
    }

    .admin-timeline-list span {
        white-space: normal;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }

    .sponsor-strip-track {
        animation: none;
    }
}
