:root {
    --lms-bg: #08090d;
    --lms-panel: rgba(255, 255, 255, 0.055);
    --lms-panel-strong: rgba(255, 255, 255, 0.09);
    --lms-border: rgba(255, 255, 255, 0.12);
    --lms-text: #f7f8fb;
    --lms-muted: #a8b0bf;
    --lms-faint: #737b8c;
    --lms-blue: #4f8cff;
    --lms-cyan: #31d7c6;
    --lms-rose: #ff5c8a;
    --lms-lime: #b7f56a;
    --lms-violet: #9b7bff;
    --lms-warning: #ffbf47;
    --lms-radius: 22px;
    --lms-radius-sm: 14px;
}

.lms-body {
    background:
        linear-gradient(180deg, rgba(79, 140, 255, 0.12), transparent 34rem),
        radial-gradient(circle at 86% 8%, rgba(49, 215, 198, 0.14), transparent 26rem),
        radial-gradient(circle at 12% 32%, rgba(255, 92, 138, 0.1), transparent 24rem),
        var(--lms-bg);
    color: var(--lms-text);
    min-height: 100vh;
}

.lms-shell {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.lms-nav {
    position: sticky;
    top: 0;
    z-index: 40;
    backdrop-filter: blur(18px);
    background: rgba(8, 9, 13, 0.78);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.lms-nav-inner {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.lms-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    text-decoration: none;
}

.lms-mark {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    font-weight: 900;
    color: #051017;
    background: linear-gradient(135deg, var(--lms-lime), var(--lms-cyan) 46%, var(--lms-blue));
    box-shadow: 0 16px 46px rgba(49, 215, 198, 0.2);
}

.lms-brand strong,
.lms-brand span {
    display: block;
}

.lms-brand small {
    display: block;
    margin-top: 2px;
    color: var(--lms-muted);
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.lms-nav-links {
    display: flex;
    align-items: center;
    gap: 20px;
}

.lms-nav-toggle,
.lms-nav-backdrop {
    display: none;
}

.lms-nav-links a {
    color: #cfd5df;
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 700;
}

.lms-nav-links a:hover {
    color: #fff;
}

.lms-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid transparent;
    text-decoration: none;
    font-weight: 900;
    font-size: 0.9rem;
    cursor: pointer;
}

.lms-btn.primary {
    color: #041015;
    background: linear-gradient(135deg, var(--lms-lime), var(--lms-cyan));
    box-shadow: 0 18px 42px rgba(49, 215, 198, 0.22);
}

.lms-btn.secondary {
    color: #fff;
    background: rgba(255, 255, 255, 0.075);
    border-color: rgba(255, 255, 255, 0.14);
}

.lms-hero {
    padding: 74px 0 48px;
}

.lms-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.72fr);
    gap: 38px;
    align-items: center;
}

.lms-hero h1 {
    margin: 0;
    max-width: 820px;
    font-size: clamp(2.85rem, 7vw, 6.4rem);
    line-height: 0.92;
    letter-spacing: 0;
    font-weight: 950;
}

.lms-hero p {
    max-width: 690px;
    margin: 24px 0 0;
    color: #c8d0dc;
    font-size: clamp(1rem, 2.6vw, 1.22rem);
    line-height: 1.7;
}

.lms-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.lms-hero-panel {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    padding: 28px;
    border: 1px solid var(--lms-border);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.025)),
        url("https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=1100&q=80") center/cover;
    min-height: 455px;
    box-shadow: 0 35px 90px rgba(0, 0, 0, 0.34);
}

.lms-hero-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 9, 13, 0.12), rgba(8, 9, 13, 0.78));
}

.lms-hero-card {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(5, 8, 13, 0.74);
    backdrop-filter: blur(18px);
    border-radius: 22px;
    padding: 20px;
}

.lms-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 30px;
}

.lms-metric {
    border: 1px solid var(--lms-border);
    background: rgba(255, 255, 255, 0.045);
    border-radius: 18px;
    padding: 16px;
}

.lms-metric strong {
    display: block;
    font-size: clamp(1.35rem, 3vw, 2rem);
    line-height: 1;
}

.lms-metric span {
    display: block;
    color: var(--lms-muted);
    font-size: 0.78rem;
    line-height: 1.45;
    margin-top: 8px;
}

.lms-band {
    padding: 44px 0;
}

.lms-section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 24px;
    margin-bottom: 20px;
}

.lms-section-head h2 {
    margin: 0;
    font-size: clamp(2rem, 5vw, 4rem);
    line-height: 1;
    letter-spacing: 0;
    max-width: 760px;
}

.lms-section-head p {
    color: var(--lms-muted);
    max-width: 470px;
    line-height: 1.65;
}

.lms-filter {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 12px;
    padding: 12px;
    border: 1px solid var(--lms-border);
    background: rgba(255, 255, 255, 0.045);
    border-radius: 22px;
    margin: 22px 0 26px;
}

.lms-input,
.lms-select,
.lms-textarea {
    width: 100%;
    min-height: 48px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.24);
    color: #fff;
    padding: 0 14px;
    outline: none;
    font: inherit;
}

.lms-textarea {
    min-height: 120px;
    padding: 14px;
    resize: vertical;
}

.lms-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.lms-course-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid var(--lms-border);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.032));
    text-decoration: none;
    color: #fff;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.lms-course-card:hover {
    transform: translateY(-5px);
    border-color: rgba(49, 215, 198, 0.45);
    background: linear-gradient(180deg, rgba(49, 215, 198, 0.1), rgba(255, 255, 255, 0.035));
}

.lms-course-media {
    aspect-ratio: 16 / 9;
    background: #12151d;
    overflow: hidden;
}

.lms-course-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.lms-course-body {
    padding: 18px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.lms-course-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.lms-chip {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #cfd7e6;
    background: rgba(255, 255, 255, 0.055);
    font-size: 0.72rem;
    font-weight: 800;
}

.lms-course-card h3 {
    margin: 0;
    font-size: 1.16rem;
    line-height: 1.28;
}

.lms-course-card p {
    margin: 10px 0 0;
    color: var(--lms-muted);
    line-height: 1.55;
    font-size: 0.92rem;
}

.lms-course-foot {
    margin-top: auto;
    padding-top: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.lms-price {
    font-size: 1.24rem;
    font-weight: 950;
}

.lms-old-price {
    color: var(--lms-faint);
    text-decoration: line-through;
    font-size: 0.82rem;
    margin-left: 6px;
}

.lms-panel {
    border: 1px solid var(--lms-border);
    background: var(--lms-panel);
    border-radius: var(--lms-radius);
    padding: 22px;
}

.lms-split {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(320px, 0.44fr);
    gap: 22px;
    align-items: start;
}

.lms-curriculum {
    display: grid;
    gap: 12px;
}

.lms-module {
    border: 1px solid var(--lms-border);
    border-radius: 18px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.035);
}

.lms-module h3 {
    margin: 0;
    padding: 16px;
    font-size: 1rem;
}

.lms-lesson-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: #dbe2ef;
    text-decoration: none;
}

.lms-lesson-row small {
    color: var(--lms-muted);
}

.lms-dashboard-grid {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 22px;
}

.lms-sidebar {
    position: sticky;
    top: 96px;
}

.lms-progress {
    height: 9px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
}

.lms-progress span {
    display: block;
    height: 100%;
    width: var(--progress, 0%);
    border-radius: inherit;
    background: linear-gradient(90deg, var(--lms-cyan), var(--lms-lime));
}

.lms-player {
    min-height: 360px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background:
        linear-gradient(135deg, rgba(79, 140, 255, 0.18), rgba(49, 215, 198, 0.06)),
        #0d111a;
    display: grid;
    place-items: center;
    padding: 28px;
    text-align: center;
}

.lms-admin-grid {
    display: grid;
    grid-template-columns: 340px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
}

.lms-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.lms-table th,
.lms-table td {
    padding: 13px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    text-align: left;
    vertical-align: top;
}

.lms-table th {
    color: #c6ceda;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.lms-alert {
    border: 1px solid rgba(255, 191, 71, 0.3);
    background: rgba(255, 191, 71, 0.09);
    color: #ffe0a2;
    padding: 14px 16px;
    border-radius: 16px;
    margin: 18px 0;
}

.lms-story-grid .lms-panel {
    min-height: 210px;
}

.lms-image-panel {
    overflow: hidden;
    min-height: 420px;
    padding: 0;
}

.lms-image-panel img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    display: block;
    object-fit: cover;
}

.lms-timeline {
    display: grid;
    gap: 12px;
    margin-top: 22px;
}

.lms-timeline span {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    color: #c8d0dc;
    line-height: 1.5;
}

.lms-timeline strong {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    color: #041015;
    background: linear-gradient(135deg, var(--lms-lime), var(--lms-cyan));
}

.lms-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.lms-faq {
    border: 1px solid var(--lms-border);
    background: rgba(255, 255, 255, 0.045);
    border-radius: 18px;
    padding: 18px 20px;
}

.lms-faq summary {
    cursor: pointer;
    font-weight: 900;
    color: #fff;
    line-height: 1.35;
}

.lms-faq p {
    color: var(--lms-muted);
    line-height: 1.7;
    margin: 12px 0 0;
}

.lms-footer {
    padding: 54px 0 26px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.18);
}

.lms-footer-grid {
    display: grid;
    grid-template-columns: minmax(260px, 1.3fr) repeat(3, minmax(150px, 0.7fr));
    gap: 28px;
}

.lms-footer p,
.lms-footer span {
    color: var(--lms-muted);
    line-height: 1.65;
}

.lms-footer h3 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 0.92rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.lms-footer a {
    display: block;
    color: #dce3ee;
    text-decoration: none;
    margin: 9px 0;
    font-weight: 700;
}

.lms-footer a:hover {
    color: #fff;
}

.lms-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 34px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.9rem;
}

@media (max-width: 920px) {
    .lms-nav-inner {
        align-items: center;
        padding: 14px 0;
        flex-direction: row;
    }

    .lms-nav-links {
        position: fixed;
        inset: 0 0 0 auto;
        z-index: 80;
        display: grid;
        align-content: start;
        gap: 10px;
        width: min(86vw, 360px);
        height: 100svh;
        padding: 92px 18px 24px;
        border-left: 1px solid rgba(15, 23, 42, 0.12);
        background: rgba(255, 255, 255, 0.96);
        box-shadow: -28px 0 80px rgba(15, 23, 42, 0.18);
        transform: translateX(105%);
        opacity: 0;
        pointer-events: none;
        overflow-y: auto;
        transition: transform 240ms ease, opacity 200ms ease;
    }

    .lms-nav-links.open {
        transform: translateX(0);
        opacity: 1;
        pointer-events: auto;
    }

    .lms-nav-links a {
        display: flex;
        align-items: center;
        min-height: 48px;
        padding: 12px 14px;
        border: 1px solid rgba(15, 23, 42, 0.1);
        border-radius: 12px;
        background: #ffffff;
        color: #0f172a;
        box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
    }

    .lms-nav-toggle {
        display: grid;
        place-items: center;
        width: 46px;
        height: 46px;
        border: 1px solid rgba(15, 23, 42, 0.14);
        border-radius: 14px;
        background: #ffffff;
        box-shadow: 0 12px 34px rgba(15, 23, 42, 0.08);
        cursor: pointer;
    }

    .lms-nav-toggle span {
        display: block;
        width: 19px;
        height: 2px;
        margin: 2.5px 0;
        background: #0f172a;
        transition: transform 180ms ease, opacity 180ms ease;
    }

    .lms-nav-toggle[aria-expanded="true"] span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .lms-nav-toggle[aria-expanded="true"] span:nth-child(2) {
        opacity: 0;
    }

    .lms-nav-toggle[aria-expanded="true"] span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .lms-nav-backdrop {
        position: fixed;
        inset: 0;
        z-index: 40;
        border: 0;
        background: rgba(15, 23, 42, 0.38);
        
    }

    .lms-nav-open .lms-nav-backdrop {
        display: block;
    }

    .lms-hero-grid,
    .lms-split,
    .lms-dashboard-grid,
    .lms-admin-grid {
        grid-template-columns: 1fr;
    }

    .lms-hero {
        padding-top: 42px;
    }

    .lms-hero-panel {
        min-height: 360px;
    }

    .lms-metrics,
    .lms-grid,
    .lms-faq-grid,
    .lms-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lms-section-head {
        display: block;
    }

    .lms-filter {
        grid-template-columns: 1fr;
    }

    .lms-sidebar {
        position: static;
    }
}

@media (max-width: 560px) {
    .lms-shell {
        width: min(100% - 22px, 1180px);
    }

    .lms-hero h1 {
        font-size: clamp(2.38rem, 15vw, 3.3rem);
    }

    .lms-metrics,
    .lms-grid {
        grid-template-columns: 1fr;
    }

    .lms-hero-actions .lms-btn,
    .lms-btn {
        width: 100%;
    }

    .lms-course-foot {
        align-items: flex-start;
        flex-direction: column;
    }

    .lms-faq-grid,
    .lms-footer-grid {
        grid-template-columns: 1fr;
    }

    .lms-image-panel,
    .lms-image-panel img {
        min-height: 300px;
    }
}

/* Premium light theme for the Academy LMS public, student, checkout and admin surfaces. */
:root {
    --lms-bg: #f6f8fc;
    --lms-panel: rgba(255, 255, 255, 0.92);
    --lms-panel-strong: #ffffff;
    --lms-border: rgba(15, 23, 42, 0.12);
    --lms-text: #0f172a;
    --lms-muted: #536173;
    --lms-faint: #7c8798;
    --lms-blue: #2563eb;
    --lms-cyan: #08a7a5;
    --lms-rose: #e11d48;
    --lms-lime: #84cc16;
    --lms-violet: #6d5dfc;
    --lms-warning: #d97706;
}

.lms-body {
    background:
        radial-gradient(circle at 82% 0%, rgba(37, 99, 235, 0.13), transparent 28rem),
        radial-gradient(circle at 8% 16%, rgba(8, 167, 165, 0.11), transparent 28rem),
        linear-gradient(180deg, #ffffff 0%, #f7f9fd 38%, #eef3f9 100%);
    color: var(--lms-text);
}

.lms-nav {
    background: rgba(255, 255, 255, 0.86);
    border-bottom-color: rgba(15, 23, 42, 0.08);
    box-shadow: 0 14px 50px rgba(15, 23, 42, 0.06);
}

.lms-brand,
.lms-nav-links a,
.lms-course-card,
.lms-lesson-row {
    color: var(--lms-text);
}

.lms-brand small,
.lms-hero p,
.lms-section-head p,
.lms-course-card p,
.lms-module small,
.lms-footer p,
.lms-footer span {
    color: var(--lms-muted);
}

.lms-nav-links a {
    color: #475569;
}

.lms-nav-links a:hover,
.lms-footer a:hover {
    color: #0f172a;
}

.lms-mark,
.lms-btn.primary,
.lms-timeline strong {
    color: #ffffff;
    background: linear-gradient(135deg, #0f766e, #2563eb);
    box-shadow: 0 16px 42px rgba(37, 99, 235, 0.18);
}

.lms-btn.secondary {
    color: #0f172a;
    background: #ffffff;
    border-color: rgba(15, 23, 42, 0.14);
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.07);
}

.lms-hero-panel {
    border-color: rgba(15, 23, 42, 0.1);
    box-shadow: 0 32px 90px rgba(15, 23, 42, 0.16);
}

.lms-hero-panel::before {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.02), rgba(15, 23, 42, 0.54));
}

.lms-hero-card {
    background: rgba(255, 255, 255, 0.88);
    border-color: rgba(255, 255, 255, 0.62);
    box-shadow: 0 20px 70px rgba(15, 23, 42, 0.18);
}

.lms-hero-card h2 {
    color: #0f172a;
}

.lms-hero-card p {
    color: #475569 !important;
}

.lms-metric,
.lms-filter,
.lms-panel,
.lms-faq {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(15, 23, 42, 0.1);
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.07);
}

.lms-metric strong,
.lms-section-head h2,
.lms-panel h1,
.lms-panel h2,
.lms-panel h3,
.lms-course-card h3,
.lms-module h3,
.lms-price,
.lms-faq summary,
.lms-footer h3 {
    color: #0f172a;
}

.lms-input,
.lms-select,
.lms-textarea {
    background: #ffffff;
    border-color: rgba(15, 23, 42, 0.14);
    color: #0f172a;
    box-shadow: inset 0 1px 0 rgba(15, 23, 42, 0.02);
}

.lms-input:focus,
.lms-select:focus,
.lms-textarea:focus {
    border-color: rgba(37, 99, 235, 0.6);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
}

.lms-course-card {
    background: #ffffff;
    border-color: rgba(15, 23, 42, 0.1);
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
}

.lms-course-card:hover {
    border-color: rgba(37, 99, 235, 0.34);
    background: #ffffff;
    box-shadow: 0 28px 76px rgba(37, 99, 235, 0.14);
}

.lms-course-media {
    background: #e2e8f0;
}

.lms-chip {
    color: #334155;
    background: #f1f5f9;
    border-color: rgba(15, 23, 42, 0.1);
}

.lms-old-price {
    color: #94a3b8;
}

.lms-module {
    background: #ffffff;
    border-color: rgba(15, 23, 42, 0.1);
}

.lms-lesson-row {
    border-top-color: rgba(15, 23, 42, 0.08);
}

.lms-progress {
    background: #e2e8f0;
}

.lms-player {
    background:
        linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(8, 167, 165, 0.08)),
        #ffffff;
    border-color: rgba(15, 23, 42, 0.1);
}

.lms-table th {
    color: #475569;
}

.lms-table td {
    border-bottom-color: rgba(15, 23, 42, 0.08);
}

.lms-alert {
    background: #fff7ed;
    border-color: rgba(217, 119, 6, 0.26);
    color: #9a3412;
}

.lms-image-panel {
    background: #ffffff;
}

.lms-faq p,
.lms-timeline span {
    color: #536173;
}

.lms-footer {
    background:
        linear-gradient(180deg, #ffffff 0%, #eef3f9 100%);
    border-top-color: rgba(15, 23, 42, 0.1);
}

.lms-footer a {
    color: #334155;
}

.lms-footer-bottom {
    border-top-color: rgba(15, 23, 42, 0.1);
}

@media (max-width: 920px) {
    .lms-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .lms-footer-grid,
    .lms-faq-grid {
        grid-template-columns: 1fr;
    }

    .lms-nav {
        position: sticky;
    }

    .lms-hero-card {
        left: 14px;
        right: 14px;
        bottom: 14px;
    }
}

/* Final mobile nav polish: compact app-style header with off-canvas navigation. */
@media (max-width: 920px) {
    .lms-nav {
        background: rgba(255, 255, 255, 0.92);
        box-shadow: 0 10px 34px rgba(15, 23, 42, 0.07);
    }

    .lms-nav-inner {
        min-height: 66px;
        padding: 9px 0;
        gap: 10px;
    }

    .lms-brand {
        min-width: 0;
        flex: 1 1 auto;
        gap: 9px;
    }

    .lms-brand > span:last-child {
        min-width: 0;
    }

    .lms-mark {
        width: 38px;
        height: 38px;
        border-radius: 13px;
        font-size: 0;
        flex: 0 0 38px;
        position: relative;
    }

    .lms-mark::after {
        content: "OP";
        font-size: 0.78rem;
        letter-spacing: 0;
    }

    .lms-brand strong {
        max-width: 170px;
        overflow: hidden;
        color: #0f172a;
        font-size: 0.95rem;
        line-height: 1.12;
        text-overflow: ellipsis;
    }

    .lms-brand small {
        display: none;
    }

    .lms-nav .lms-btn {
        width: auto;
        min-height: 40px;
        flex: 0 0 auto;
        padding: 0 14px;
        border-radius: 999px;
        font-size: 0.82rem;
        white-space: nowrap;
    }

    .lms-nav-toggle {
        width: 42px;
        height: 42px;
        flex: 0 0 42px;
        border-radius: 999px;
        box-shadow: 0 10px 28px rgba(15, 23, 42, 0.1);
    }

    .lms-nav-links {
        padding-top: 84px;
        border-radius: 22px 0 0 22px;
    }
}

@media (max-width: 560px) {
    .lms-nav .lms-shell {
        width: min(100% - 24px, 1180px);
    }

    .lms-nav .lms-btn {
        display: none;
    }

    .lms-brand strong {
        max-width: calc(100vw - 120px);
        font-size: 0.92rem;
    }

    .lms-nav-inner {
        min-height: 62px;
    }
}
