/* vote.lovelodyx.com — public kabuk.
 *
 * Yapı stats.lovelodyx.com'dan alındı: aynı ağ mavisi, aynı token adları, aynı
 * gece/gündüz mekanizması, aynı düzen oranları. İki site yan yana açıldığında
 * aynı ürünün iki yüzü gibi durmalı — biri sayıları anlatıyor, öteki gösteriyi.
 *
 * Reveal yüzeyleri (scoreboard, semifinal) bu kabuğu almaz: onlar 100vh sabit
 * sahne, üstlerine bar koymak kompozisyonu bozar (DESIGN.md, No-Reflow Rule).
 */

:root {
    /* Ağ mavisi — forum + stats + admin ile aynı. Ham değer yalnızca ince iş
       taşır (bar zemini, odak halkası, kenar): beyaz metinle 3.55:1, buton
       etiketi tutamaz. Metin taşıyan roller shade_color ile türetildi. */
    --llx-primary: #3884ff;
    --llx-primary-fill: #2e6cd1;  /* dolu CTA, beyaz metinle 5.02:1 */
    --llx-primary-ink:  #2b64c2;  /* metin olarak: sayfa 5.67, yüzey 5.20, kart 4.62 */

    --llx-page: #ffffff;
    --llx-surface: #f4f5f7;
    --llx-card: #dbe9ff;          /* kart ve yıl barı zemini */
    --llx-card-text: #2e3440;
    --llx-text: #111111;
    --llx-text-dim: #5c6472;      /* beyazda 6.15:1 */
    --llx-rule: #e6e6e6;

    --llx-shadow-rest:  0 2px 4px rgba(0, 0, 0, 0.1),  0 3px 10px rgba(0, 0, 0, 0.06);
    --llx-shadow-hover: 0 4px 8px rgba(0, 0, 0, 0.14), 0 6px 18px rgba(0, 0, 0, 0.1);

    --llx-r-sm: 6px;
    --llx-r-md: 10px;
    --llx-r-lg: 14px;
    --llx-r-pill: 999px;
}

html[data-llx-theme='dark'] {
    --llx-page: #0f1626;
    --llx-surface: #16203a;
    --llx-card: #223154;
    --llx-card-text: #e7ecf5;
    --llx-text: #f5f7fb;
    --llx-text-dim: #9aa5bb;      /* koyu zeminde 6.29:1 */
    --llx-rule: #223154;
    --llx-primary-ink: #9dc2ff;   /* koyu yüzeyde 8.91:1 */

    --llx-shadow-rest:  0 2px 4px rgba(0, 0, 0, 0.35), 0 3px 10px rgba(0, 0, 0, 0.3);
    --llx-shadow-hover: 0 4px 8px rgba(0, 0, 0, 0.4),  0 6px 18px rgba(0, 0, 0, 0.35);
}

/* Gövde kuralları .llx-shell ile sınırlı. sheet.php ve result.php bu dosyayı
   yalnızca nav barı için çekiyor; kendi açık tema token setleri var. */
.llx-shell * { box-sizing: border-box; }

body.llx-shell {
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: var(--llx-page);
    color: var(--llx-text);
    font-family: 'DM Sans', system-ui, sans-serif;
}

/* Burada bir zamanlar .llx-shell a { color: inherit } vardı; (0,1,1) özgüllüğüyle
   .llx-tile-link'in (0,1,0) beyazını eziyor, marka renkli kutuların yazısını
   koyu bırakıyordu. Bileşen kendi rengini söyler, taban eleman kuralı koymaz. */

/* Emoji, işletim sistemi fontuna bırakılmaz: emojify() onu WordPress core
   SVG setine çevirir, satır içinde metin boyunda hizalanır. */
.emoji {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.1em;
    margin: 0 0.05em 0 0.1em;
    background: none;
    border: none;
    box-shadow: none;
}

/* --- Nav ---------------------------------------------------------------- */
/* forum.lovelodyx.com / stats.lovelodyx.com ile aynı bar: 52px, 1100px iç genişlik. */
.llx-nav {
    position: sticky;
    top: 0;
    z-index: 100;
    height: 52px;
    flex: 0 0 52px;
    background: var(--llx-primary);
    display: flex;
    align-items: center;
    /* Yarışmaya göre renkli vurgu: stats.lovelodyx.com ile birebir aynı ince
       çizgi. Border değil inset shadow — bar 52px kalsın, gövde offset'i
       değişmesin. */
    box-shadow: inset 0 -3px 0 0 var(--llx-comp-line, transparent);
}
body.llx-comp-lovelodyx .llx-nav { --llx-comp-line: #f0942c; }
body.llx-comp-starlodyx .llx-nav { --llx-comp-line: #de367d; }
body.llx-comp-muselodyx .llx-nav { --llx-comp-line: #024DBC; }
body.llx-comp-lovelodybox .llx-nav { --llx-comp-line: #95c11f; }
.llx-nav-inner {
    width: 100%;
    max-width: 1100px;   /* forum + stats ile birebir */
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.llx-nav-brand { display: flex; align-items: center; flex-shrink: 0; }
.llx-nav-brand img { height: 26px; display: block; }

.llx-nav-links {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-right: auto;
    margin-left: 8px;
}
/* WP teması yarı saydam beyaz kullanıyor; mavi üstünde 1.94:1 ile okunmuyor.
   Tam beyaz 3.55:1 — UI tabanını geçer. */
.llx-nav-links a,
.llx-nav-dropdown-trigger {
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 6px 10px;
    border-radius: var(--llx-r-sm);
    white-space: nowrap;
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
}
.llx-nav-links a:hover,
.llx-nav-dropdown-trigger:hover { background: rgba(255, 255, 255, 0.16); }
.llx-nav-links a:focus-visible,
.llx-nav-dropdown-trigger:focus-visible {
    outline: 2px solid #fff;
    outline-offset: -2px;
}

.llx-nav-dropdown { position: relative; }
.llx-nav-dropdown-trigger { list-style: none; display: inline-block; }
.llx-nav-dropdown-trigger::-webkit-details-marker { display: none; }
.llx-nav-dropdown-menu {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    min-width: 170px;
    background: var(--llx-page);
    border: 1px solid var(--llx-rule);
    border-radius: var(--llx-r-md);
    box-shadow: var(--llx-shadow-hover);
    padding: 6px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    z-index: 10;
}
.llx-nav-dropdown-menu a {
    color: var(--llx-text);
    padding: 8px 12px;
    border-radius: var(--llx-r-sm);
    font-weight: 500;
    text-decoration: none;
}
.llx-nav-dropdown-menu a:hover { background: var(--llx-surface); }
.llx-nav-dropdown-menu a:focus-visible {
    outline: 2px solid var(--llx-primary);
    outline-offset: -2px;
}

.llx-theme-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    background: none;
    border: none;
    border-radius: var(--llx-r-sm);
    color: #fff;
    cursor: pointer;
    flex-shrink: 0;
}
.llx-theme-toggle:hover { background: rgba(255, 255, 255, 0.16); }
.llx-theme-toggle:focus-visible { outline: 2px solid #fff; outline-offset: -2px; }
.llx-theme-icon--moon { display: none; }
html[data-llx-theme='dark'] .llx-theme-icon--sun { display: none; }
html[data-llx-theme='dark'] .llx-theme-icon--moon { display: block; }

/* --- Hero --------------------------------------------------------------- */
/* Tek cümle, iki satır, aradaki geniş boşlukta dört marka sırayla dönüyor.
   Ekranın tamamını kaplar: arşiv aşağıda, "keşfet" oraya götürür. */
.llx-hero {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    min-height: calc(100vh - 52px);
    padding: 20px 20px 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.llx-hero-headline {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(24px, 6vw, 56px);
    margin: clamp(32px, 8vw, 80px) 0;
    text-align: center;
}
.llx-hero-headline-line {
    font-weight: 800;
    font-size: clamp(1.75rem, 5.5vw, 4rem);
    line-height: 1.1;
    letter-spacing: -0.02em;
    color: var(--llx-text);
}

.llx-hero-xloop {
    position: relative;
    width: clamp(64px, 9vw, 120px);
    height: clamp(64px, 9vw, 120px);
}
/* Markalar hiçbir temada renk değiştirmez. Logo bir kimliktir, yüzey değil —
   invert etmek onu başka bir marka yapar. Koyu zeminde okunurluğu kendi
   kontrastı sağlar; gerekiyorsa altına yüzey konur, filtre uygulanmaz. */
.llx-hero-xloop-mark {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
    animation: llx-xloop 8s ease-in-out infinite;
}
@keyframes llx-xloop {
      0% { opacity: 0; transform: translateY(28px); }
      4% { opacity: 1; transform: translateY(0); }
     21% { opacity: 1; transform: translateY(0); }
     25% { opacity: 0; transform: translateY(-28px); }
    100% { opacity: 0; transform: translateY(-28px); }
}

/* Hero'nun altındaki şerit: son gösterimler + arşive inen buton. */
.llx-hero-stats {
    width: 100%;
    display: flex;
    align-items: stretch;
    gap: 16px;
}
.llx-hero-stat {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.llx-hero-stat-label {
    font-weight: 500;
    font-size: 0.75rem;
    color: var(--llx-text-dim);
}
.llx-hero-pill-list {
    list-style: none;
    margin: 2px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.llx-hero-pill-link {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    padding: 10px 16px;
    border: 1px solid var(--llx-rule);
    border-radius: var(--llx-r-pill);
    background: var(--llx-page);
    color: var(--llx-text);
    text-decoration: none;
    font-weight: 700;
    font-size: 0.85rem;
    transition: border-color 0.2s ease;
}
.llx-hero-pill-link:hover { border-color: var(--llx-primary); }
.llx-hero-pill-link:focus-visible {
    outline: 2px solid var(--llx-primary);
    outline-offset: 2px;
}
.llx-hero-pill-icon { flex-shrink: 0; width: 18px; height: 18px; object-fit: contain; }
.llx-hero-pill-text { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
/* Sezon öneki edisyon adının önünde durur ama onunla yarışmaz. */
.llx-hero-pill-season { font-weight: 500; opacity: 0.6; }

.llx-hero-scroll {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 108px;
    padding: 16px 12px;
    border-radius: var(--llx-r-sm);
    background: var(--llx-primary-fill);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.85rem;
}
.llx-hero-scroll svg { animation: llx-scroll-bob 1.8s ease-in-out infinite; }
@keyframes llx-scroll-bob {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(4px); }
}
.llx-hero-scroll:hover { background: var(--llx-primary-ink); }
.llx-hero-scroll:focus-visible { outline: 2px solid var(--llx-primary); outline-offset: 2px; }

/* --- Arşiv -------------------------------------------------------------- */
.llx-archive {
    flex: 1 0 auto;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 48px 20px 64px;
}
.llx-archive-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--llx-text);
    margin: 0 0 24px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.llx-archive-title img { height: 32px; width: auto; }

/* --- Seri kutuları ------------------------------------------------------ */
/* Her serinin kendi rengi kutuyu doldurur; logo beyaz bir rozetin içinde
   durduğu için her iki temada da kendi renkleriyle okunur. */
.llx-tile-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    align-items: stretch;
}
.llx-tile { display: flex; }
.llx-tile--lovelodyx   { --llx-accent: #f0942c; --llx-accent-fill: #c2410c; }
.llx-tile--muselodyx   { --llx-accent: #085bcd; --llx-accent-fill: #085bcd; }
.llx-tile--lovelodybox { --llx-accent: #95c11f; --llx-accent-fill: #5d7813; }
.llx-tile--starlodyx   { --llx-accent: #de367d; --llx-accent-fill: #d2226d; }

.llx-tile-link {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding: 30px 22px 24px;
    border-radius: var(--llx-r-sm);
    background: var(--llx-accent-fill);
    color: #fff;
    text-decoration: none;
    box-shadow: var(--llx-shadow-rest);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.llx-tile-link:hover,
.llx-tile-link:focus-visible {
    transform: translateY(-4px);
    box-shadow: var(--llx-shadow-hover), 0 0 0 2px var(--llx-accent);
    outline: none;
}
.llx-tile-badge {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    border: 2px solid var(--llx-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 4px;
}
.llx-tile-logo { max-width: 70%; max-height: 70%; width: auto; height: auto; display: block; }
.llx-tile-name { font-weight: 800; font-size: 1.1rem; }
.llx-tile-desc { font-size: 0.85rem; line-height: 1.5; opacity: 0.92; }
.llx-tile-status { margin-top: auto; padding-top: 12px; }
.llx-tile-count { font-size: 1.3rem; font-weight: 800; display: block; line-height: 1.1; }
.llx-tile-count-label { font-size: 0.75rem; opacity: 0.85; }
.llx-tile-cta {
    margin-top: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    align-self: center;
    padding: 8px 18px;
    border-radius: var(--llx-r-pill);
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.4);
    font-size: 0.85rem;
    font-weight: 700;
    color: #fff;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.llx-tile-link:hover .llx-tile-cta,
.llx-tile-link:focus-visible .llx-tile-cta {
    background: #fff;
    border-color: #fff;
    color: var(--llx-accent-fill);
}
.llx-tile-cta svg { width: 14px; height: 14px; }
/* Gidecek yeri olmayan kutu link değil: <div> olarak render edilir. */
.llx-tile--empty .llx-tile-link { cursor: default; }
.llx-tile-pill {
    align-self: center;
    margin-top: auto;
    padding: 6px 16px;
    border-radius: var(--llx-r-pill);
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.45);
    font-size: 0.85rem;
    font-weight: 700;
}

/* --- Yıl grupları ------------------------------------------------------- */
.llx-year-group { margin-bottom: 8px; }
.llx-year-group + .llx-year-group { border-top: 1px solid var(--llx-rule); padding-top: 24px; }
.llx-year-group-summary {
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 800;
    font-size: 1.2rem;
    color: var(--llx-card-text);
    background: var(--llx-card);
    border-radius: var(--llx-r-sm);
    padding: 12px 16px;
    margin: 0 0 16px;
    user-select: none;
}
.llx-year-group-summary::-webkit-details-marker { display: none; }
.llx-year-group-summary:focus-visible {
    outline: 2px solid var(--llx-primary);
    outline-offset: 2px;
}
.llx-year-group-summary::before {
    content: '';
    width: 0; height: 0;
    border-left: 6px solid currentColor;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    transition: transform 0.2s ease;
    flex-shrink: 0;
}
.llx-year-group[open] > .llx-year-group-summary::before { transform: rotate(90deg); }
.llx-year-count { font-size: 0.85rem; font-weight: 600; margin-left: auto; opacity: 0.7; }

/* --- Edisyon kartları --------------------------------------------------- */
.llx-comp-grid {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 18px;
    align-items: stretch;
}
.llx-comp-card { display: flex; }
/* Çerçeve kartın kendisidir: zemin, kenar yuvarlaklığı ve gölge burada.
   İçinde iki şey var — kartı kaplayan ana link ve yarı final şeridi. */
.llx-comp-card-frame {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 22px 18px 14px;
    border-radius: var(--llx-r-sm);
    background: var(--llx-card);
    color: var(--llx-card-text);
    box-shadow: var(--llx-shadow-rest);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.llx-comp-card-frame:hover,
.llx-comp-card-frame:focus-within {
    transform: translateY(-4px);
    box-shadow: var(--llx-shadow-hover), 0 0 0 1px var(--llx-primary);
}
.llx-comp-card-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    flex: 1;
    color: inherit;
    text-decoration: none;
}
/* Stretched link: görsel olarak sadece metin, tıklama alanı tüm çerçeve. */
.llx-comp-card-link::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
}
.llx-comp-card-link:focus-visible { outline: none; }
.llx-comp-card-frame:focus-within { outline: 2px solid var(--llx-primary); outline-offset: 2px; }
.llx-comp-card-title { font-weight: 700; font-size: 1.1rem; line-height: 1.3; }
.llx-comp-card-meta { font-size: 0.85rem; opacity: 0.75; }
/* margin-top:auto — kartlar farklı uzunlukta başlık taşısa da CTA'lar aynı
   hizada durur, ızgara eşit yükseklikte okunur. */
.llx-comp-card-cta {
    margin-top: auto;
    padding-top: 14px;
}
.llx-comp-card-cta span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 18px;
    border-radius: var(--llx-r-pill);
    border: 1px solid var(--llx-primary);
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--llx-primary-ink);
    background: var(--llx-page);
    transition: background-color 0.2s ease, color 0.2s ease;
}
.llx-comp-card-link:hover .llx-comp-card-cta span,
.llx-comp-card-link:focus-visible .llx-comp-card-cta span {
    background: var(--llx-primary-fill);
    border-color: var(--llx-primary-fill);
    color: #fff;
}

/* Şerit çerçevenin içinde ama ana <a>'nın kardeşi. z-index onu stretched
   link'in ::after katmanının üstünde tutar, yoksa tıklanamazdı.
   Yarı finali olmayan kartlarda da basılır: aksi halde chip taşıyan kart
   komşularından kısa kalıyor ve ızgara düzensiz okunuyordu. */
.llx-sf-links {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 6px;
    flex-wrap: wrap;
    margin-top: 10px;
    min-height: 24px;   /* chip'in gerçek yüksekliği — ölçüldü, tahmin değil */
}
.llx-sf-link {
    font-size: 0.75rem;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: var(--llx-r-pill);
    background: var(--llx-surface);
    border: 1px solid var(--llx-rule);
    color: var(--llx-text-dim);
    text-decoration: none;
}
.llx-sf-link:hover { color: var(--llx-text); border-color: var(--llx-primary); }
.llx-sf-link:focus-visible { outline: 2px solid var(--llx-primary); outline-offset: 2px; }

/* --- Boş durum ---------------------------------------------------------- */
.llx-empty {
    background: var(--llx-surface);
    border: 1px solid var(--llx-rule);
    border-radius: var(--llx-r-lg);
    padding: 40px 32px;
    text-align: center;
    color: var(--llx-text-dim);
    line-height: 1.6;
}

/* --- Footer ------------------------------------------------------------- */
.llx-footer {
    flex-shrink: 0;
    border-top: 1px solid var(--llx-rule);
    padding: 24px 20px;
    text-align: center;
    color: var(--llx-text-dim);
    font-size: 0.85rem;
}
/* Link rengi verilmediğinde tarayıcının varsayılan mavisi (#0000EE) devreye
   giriyordu: koyu temada 1.92:1, okunmuyor. Mürekkep token'ı temayla dönüyor. */
.llx-footer a {
    color: var(--llx-primary-ink);
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
.llx-footer a:hover { border-bottom-color: currentColor; }
.llx-footer a:focus-visible {
    outline: 2px solid var(--llx-primary);
    outline-offset: 2px;
    border-radius: var(--llx-r-sm);
}

/* --- Belirme (reveal) --------------------------------------------------- */
/* Gizleme yalnızca html.js altında: reveal.js çalışmadıysa (JS kapalı, eski
   tarayıcı, hareket azaltma) hiçbir şey saklanmaz. Sıra reveal.js'te. */
.js .llx-reveal {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.js .llx-reveal.is-visible { opacity: 1; transform: none; }
.js .llx-reveal--ease-in { transition-timing-function: ease-in; }

/* --- Hareket azaltma ---------------------------------------------------- */
/* Döngü durur, ilk marka görünür kalır: bilgi kaybolmaz, hareket gider. */
@media (prefers-reduced-motion: reduce) {
    .js .llx-reveal { opacity: 1; transform: none; transition: none; }
    .llx-hero-scroll svg { animation: none; }
    .llx-hero-xloop-mark { animation: none; opacity: 0; transform: none; }
    .llx-hero-xloop-mark:first-child { opacity: 1; }
    .llx-tile-link,
    .llx-comp-card-link,
    .llx-hero-pill-link,
    .llx-year-group-summary::before { transition: none; }
    .llx-tile-link:hover,
    .llx-comp-card-link:hover { transform: none; }
}

/* --- Dar ekran ---------------------------------------------------------- */
@media (max-width: 900px) {
    .llx-tile-list { grid-template-columns: repeat(2, 1fr); }
    .llx-hero-stats { flex-wrap: wrap; }
    .llx-hero-stat { flex: 1 1 100%; }
    .llx-hero-scroll { flex: 1 1 100%; flex-direction: row; width: auto; }
}
@media (max-width: 560px) {
    .llx-tile-list { grid-template-columns: 1fr; gap: 14px; }
    .llx-tile-link { padding: 24px 18px 20px; }
    .llx-tile-badge { width: 56px; height: 56px; }
    .llx-comp-grid { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 14px; }
    .llx-nav-inner { gap: 10px; padding: 0 14px; }
    .llx-nav-links { gap: 0; }
    .llx-nav-links a,
    .llx-nav-dropdown-trigger { padding: 6px 7px; font-size: 0.82rem; }
}
