a {
    color: var(--theme-primary);
}

.ll-topbar {
    background: rgba(7, 17, 31, .92);
    border-bottom: 1px solid var(--theme-border);
    backdrop-filter: blur(12px);
}

.ll-topbar .navbar-brand,
.ll-topbar .nav-link {
    color: var(--theme-text);
}

.ll-brand-mark {
    align-items: center;
    display: inline-flex;
    min-height: 40px;
}

.ll-brand-logo {
    display: block;
    height: auto !important;
    max-height: 32px !important;
    max-width: 150px !important;
    object-fit: contain;
    width: auto !important;
}

.ll-topbar .nav-link.active,
.ll-topbar .nav-link.show,
.ll-topbar .nav-link:focus,
.ll-topbar .nav-link:hover {
    color: var(--theme-accent);
}

.ll-topbar .navbar-nav {
    align-items: center;
}

.ll-topbar form {
    margin: 0;
}

.ll-footer {
    border-top: 1px solid var(--theme-border);
    color: var(--theme-muted);
    padding: 28px 0;
}

.ll-eyebrow {
    color: var(--theme-accent);
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.ll-card,
.ll-panel,
.ll-auth-panel {
    background: var(--theme-card);
    border: 1px solid var(--theme-border);
    border-radius: var(--theme-card-radius);
    box-shadow: 0 18px 44px rgba(0, 0, 0, .24);
}

.ll-card {
    display: block;
    padding: 18px;
}

.ll-card-title {
    color: var(--theme-text);
    font-size: .95rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.ll-link-card {
    color: inherit;
    text-decoration: none;
}

.ll-link-card:hover {
    border-color: var(--theme-primary);
}

.ll-panel {
    padding: 22px;
}

.ll-empty {
    background: var(--theme-card);
    border: 1px dashed var(--theme-border);
    border-radius: var(--theme-card-radius);
    color: var(--theme-muted);
    padding: 24px;
}

.ll-seatmap-host {
    aspect-ratio: 16 / 9;
    background: #101828;
    border: 1px solid var(--theme-border);
    border-radius: 8px;
    cursor: grab;
    min-height: 340px;
    overflow: hidden;
}

.ll-seatmap-host svg {
    display: block;
    height: 100%;
    touch-action: none;
    width: 100%;
}

.ll-seatmap-host.is-panning {
    cursor: grabbing;
}

.ll-seat {
    cursor: pointer;
    stroke: rgba(255, 255, 255, .55);
    stroke-width: 1;
}

.ll-seat.available { fill: #22c55e; }
.ll-seat.occupied,
.ll-seat.reserved_paid,
.ll-seat.checked_in,
.ll-seat.sold,
.ll-seat.taken { fill: #ef4444; }
.ll-seat.reserved,
.ll-seat.held,
.ll-seat.reserved_unpaid { fill: #f97316; }
.ll-seat.child_seat,
.ll-seat.under_15 { fill: #ec4899; }
.ll-seat.crew { fill: #0ea5e9; }
.ll-seat.vip { fill: #8b5cf6; }
.ll-seat.blocked { fill: #475569; }
.ll-seat.aisle { fill: #1f2937; }
.ll-seat.stage { fill: #a855f7; }
.ll-seat.checkin { fill: #06b6d4; }
.ll-seat.activity_zone { fill: #eab308; }
.ll-seat.sleep_zone { fill: #64748b; }
.ll-seat.sponsor_stand { fill: #14b8a6; }
.ll-seat.selected {
    filter: drop-shadow(0 0 6px rgba(255, 255, 255, .85));
    stroke: #fff;
    stroke-width: 3;
}

.ll-seat-label {
    fill: #ffffff;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0;
    pointer-events: none;
    paint-order: stroke;
    stroke: rgba(15, 23, 42, .8);
    stroke-width: 2px;
}

.ll-event-date {
    color: var(--theme-muted);
    font-size: .86rem;
    white-space: nowrap;
}

.ll-event-meta {
    color: var(--theme-muted);
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
}

.ll-event-meta span {
    align-items: center;
    display: inline-flex;
    gap: 6px;
}

.ll-event-facts {
    display: grid;
    gap: 10px;
}

.ll-event-facts > div {
    border-bottom: 1px solid var(--theme-border);
    padding-bottom: 10px;
}

.ll-event-facts > div:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.ll-event-facts span {
    color: var(--theme-muted);
    display: block;
    font-size: .8rem;
}

.ll-event-facts strong {
    display: block;
    margin-top: 3px;
}

.ll-ticket-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.ll-ticket-card {
    background: rgba(255, 255, 255, .035);
    border: 1px solid var(--theme-border);
    border-radius: 8px;
    display: flex;
    gap: 14px;
    justify-content: space-between;
    padding: 16px;
}

.ll-ticket-card h3 {
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 4px;
}

.ll-ticket-card p {
    color: var(--theme-muted);
    margin: 0;
}

.ll-ticket-card strong,
.ll-ticket-card b {
    white-space: nowrap;
}

.ll-sponsor-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.ll-sponsor-card {
    align-items: center;
    background: rgba(255, 255, 255, .035);
    border: 1px solid var(--theme-border);
    border-radius: 8px;
    color: var(--theme-text);
    display: grid;
    gap: 12px;
    grid-template-columns: 76px 1fr;
    min-height: 92px;
    padding: 14px;
    text-decoration: none;
}

.ll-sponsor-card:hover {
    border-color: var(--theme-primary);
}

.ll-sponsor-logo {
    align-items: center;
    background: rgba(255, 255, 255, .055);
    border: 1px solid var(--theme-border);
    border-radius: 8px;
    display: flex;
    height: 58px;
    justify-content: center;
    padding: 8px;
}

.ll-sponsor-logo img {
    max-height: 40px;
    max-width: 100%;
}

.ll-sponsor-logo strong {
    font-size: .8rem;
    overflow-wrap: anywhere;
    text-align: center;
}

.ll-sponsor-card small {
    color: var(--theme-muted);
    display: block;
}

.ll-page-heading {
    margin-bottom: 24px;
}

.ll-page-heading h1,
.ll-public-hero h1,
.ll-auth-panel h1 {
    font-weight: 800;
    letter-spacing: 0;
}

.ll-sidebar {
    background: var(--theme-sidebar);
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-height: 100vh;
    overflow-x: hidden;
    padding: 22px 16px;
    position: fixed;
    width: 250px;
}

.ll-brand {
    color: #fff;
    font-size: 1.05rem;
    font-weight: 800;
    text-decoration: none;
}

.ll-sidebar-brand {
    align-items: center;
    display: flex;
    min-height: 76px;
    width: 100%;
}

.ll-sidebar-logo {
    display: block;
    height: auto !important;
    max-height: 70px !important;
    max-width: 100% !important;
    object-fit: contain;
    width: 100% !important;
}

.ll-side-nav {
    display: grid;
    gap: 8px;
}

.ll-side-nav a {
    border-radius: 6px;
    color: rgba(255, 255, 255, .72);
    display: block;
    padding: 9px 10px;
    text-decoration: none;
}

.ll-nav-group {
    display: grid;
    gap: 6px;
}

.ll-nav-group summary {
    list-style: none;
}

.ll-nav-group summary::-webkit-details-marker {
    display: none;
}

.ll-nav-group-title {
    color: var(--theme-muted);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: 0;
    padding: 4px 10px 2px;
    text-transform: uppercase;
}

.ll-nav-group-toggle {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 6px;
    color: var(--theme-muted);
    display: flex;
    font-size: .72rem;
    font-weight: 800;
    justify-content: space-between;
    letter-spacing: 0;
    padding: 8px 10px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
    cursor: pointer;
}

.ll-nav-group-toggle:hover,
.ll-nav-group-toggle:focus-visible {
    background: rgba(255, 255, 255, .08);
    color: #fff;
    outline: 0;
}

.ll-nav-group-chevron {
    border-bottom: 2px solid currentColor;
    border-right: 2px solid currentColor;
    display: inline-block;
    height: 7px;
    transform: rotate(45deg);
    transition: transform .16s ease;
    width: 7px;
}

.ll-nav-group[open] .ll-nav-group-chevron {
    transform: rotate(-135deg);
}

.ll-nav-group-items {
    display: grid;
    gap: 4px;
}

.ll-side-nav a.active,
.ll-side-nav a:hover {
    background: rgba(255, 255, 255, .11);
    color: #fff;
}

.ll-main {
    margin-left: 250px;
    min-height: 100vh;
    padding: 24px;
}

.ll-main-header {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.ll-main-header h1 {
    font-size: clamp(1.4rem, 2vw, 2rem);
    font-weight: 800;
    letter-spacing: 0;
    margin: 0;
}

.ll-json {
    background: #0b1220;
    border-radius: 8px;
    color: #d8e7ff;
    padding: 16px;
    white-space: pre-wrap;
}

@media (max-width: 900px) {
    .ll-sidebar {
        min-height: auto;
        position: static;
        width: auto;
    }

    .ll-main {
        margin-left: 0;
    }
}
