.ll-root{--font-sans:var(--font-ibm-plex-sans,"IBM Plex Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif);--font-mono:var(--font-ibm-plex-mono,"IBM Plex Mono", ui-monospace, "SFMono-Regular", Menlo, monospace);--fw-light:300;--fw-regular:400;--fw-medium:500;--fw-semibold:600;--fw-bold:700;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-4xl:2.25rem;--text-5xl:3rem;--text-7xl:4.5rem;--leading-tight:1.1;--leading-snug:1.3;--leading-normal:1.5;--leading-relaxed:1.65;--tracking-tight:-.02em;--tracking-normal:0;--tracking-wide:.05em;--tracking-widest:.18em;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--space-12:3rem;--space-16:4rem;--space-24:6rem;--space-32:8rem;--container-max:64rem;--zinc-50:#fafafa;--zinc-100:#f4f4f5;--zinc-200:#e4e4e7;--zinc-300:#d4d4d8;--zinc-400:#a1a1aa;--zinc-500:#71717a;--zinc-600:#52525b;--zinc-700:#3f3f46;--zinc-800:#27272a;--zinc-900:#18181b;--zinc-950:#09090b;--bg-app:#09090b;--bg-subtle:#111114;--bg-inverse:var(--zinc-50);--text-primary:var(--zinc-50);--text-body:var(--zinc-400);--text-meta:var(--zinc-500);--text-faint:var(--zinc-600);--text-inverse:var(--zinc-950);--border:var(--zinc-800);--border-strong:var(--zinc-700);--accent:#aa3bff;background:var(--bg-app);color:var(--text-body);font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--leading-normal);font-weight:var(--fw-regular);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;min-height:100vh}.ll-root *,.ll-root :before,.ll-root :after{box-sizing:border-box}.ll-root h1,.ll-root h2,.ll-root h3,.ll-root h4,.ll-root h5,.ll-root h6{color:var(--text-primary);font-weight:var(--fw-medium);line-height:var(--leading-tight);margin:0}.ll-root p{margin:0}.ll-root a{color:inherit;text-decoration:none}.ll-root .kt-mono-label{font-family:var(--font-mono);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:var(--tracking-widest);color:var(--text-meta)}.ll-root .ll-btn{font-family:var(--font-mono);font-weight:var(--fw-medium);text-transform:uppercase;letter-spacing:var(--tracking-wide);cursor:pointer;white-space:nowrap;border:none;outline:none;align-items:center;gap:8px;text-decoration:none;transition:background .12s linear,color .12s linear,border-color .12s linear;display:inline-flex}.ll-root .ll-btn--sm{padding:6px 12px;font-size:.6875rem}.ll-root .ll-btn--md{font-size:var(--text-xs);padding:9px 16px}.ll-root .ll-btn--lg{font-size:var(--text-sm);padding:13px 22px}.ll-root .ll-btn--solid{background:var(--bg-inverse);color:var(--text-inverse);border:1px solid var(--bg-inverse)}.ll-root .ll-btn--solid:hover{color:var(--text-primary);border-color:var(--border-strong);background:0 0}.ll-root .ll-btn--outline{color:var(--text-body);border:1px solid var(--border-strong);background:0 0}.ll-root .ll-btn--outline:hover{background:var(--bg-inverse);color:var(--text-inverse);border-color:var(--bg-inverse)}.ll-root .ll-tag{font-family:var(--font-mono);font-size:var(--text-xs);font-weight:var(--fw-medium);letter-spacing:var(--tracking-wide);text-transform:uppercase;align-items:center;gap:6px;display:inline-flex}.ll-root .ll-tag--bare{color:var(--text-meta);padding:0}.ll-root .ll-tag--bare.ll-tag--accent{color:var(--accent)}.ll-root .ll-tag--outline{border:1px solid var(--border);color:var(--text-meta);padding:3px 8px}.ll-root .ll-tag--outline.ll-tag--accent{color:var(--accent);border-color:color-mix(in srgb, var(--accent) 40%, transparent)}.ll-root .ll-tag-dot{background:currentColor;border-radius:50%;flex-shrink:0;width:5px;height:5px;display:inline-block}.ll-root .ll-badge{border:1px solid var(--border-strong);color:var(--text-body);cursor:pointer;background:0 0;align-items:center;gap:10px;padding:9px 14px;transition:background .12s linear,color .12s linear,border-color .12s linear;display:inline-flex}.ll-root .ll-badge:hover{background:var(--bg-inverse);color:var(--text-inverse);border-color:var(--bg-inverse)}.ll-root .ll-badge-txt{white-space:nowrap;flex-direction:column;gap:4px;line-height:1;display:flex}.ll-root .ll-badge-sub{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.08em;opacity:.62;font-size:9px;line-height:1}.ll-root .ll-badge-name{font-family:var(--font-sans);font-size:var(--text-sm);line-height:1;font-weight:var(--fw-medium)}.ll-root .ll-doc{max-width:var(--container-max);border-left:1px solid var(--border);border-right:1px solid var(--border);min-height:100vh;margin:0 auto}.ll-root .ll-nav{justify-content:space-between;align-items:center;gap:var(--space-6);padding:14px var(--space-8);border-bottom:1px solid var(--border);z-index:20;background:color-mix(in srgb, var(--bg-app) 88%, transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;position:sticky;top:0}.ll-root .ll-nav-links{gap:var(--space-8);display:flex}.ll-root .ll-nav-link{font-family:var(--font-mono);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:var(--tracking-wide);color:var(--text-meta);transition:color .12s linear}.ll-root .ll-nav-link:hover{color:var(--text-primary)}@media (max-width:760px){.ll-root .ll-nav-links{display:none}}.ll-root .ll-hero{padding:var(--space-24) var(--space-8) var(--space-16);position:relative;overflow:hidden}.ll-root .ll-geo{color:var(--zinc-500);opacity:.18;pointer-events:none;position:absolute;top:-60px;right:-60px}.ll-root .ll-hero-inner{max-width:46rem;position:relative}.ll-root .ll-hero-meta{margin-bottom:var(--space-8)}.ll-root .ll-h1{font-size:var(--text-7xl);font-weight:var(--fw-semibold);color:var(--text-primary);letter-spacing:var(--tracking-tight);margin-bottom:var(--space-8);line-height:1.02}.ll-root .ll-h1 em{font-style:italic;font-weight:var(--fw-light);color:var(--text-primary)}.ll-root .ll-lead{font-size:var(--text-xl);color:var(--text-body);line-height:var(--leading-relaxed);font-weight:var(--fw-light);max-width:40rem}.ll-root .ll-lead--center{margin-left:auto;margin-right:auto}.ll-root .ll-hero-cta{gap:var(--space-4);margin-top:var(--space-12);flex-wrap:wrap;display:flex}.ll-root .ll-hero-cta--center{justify-content:center}.ll-root .ll-hero-badges{align-items:center;gap:var(--space-4);margin-top:var(--space-16);padding-top:var(--space-8);border-top:1px solid var(--border);flex-wrap:wrap;display:flex}.ll-root .ll-hero-badges .kt-mono-label{margin-right:var(--space-2)}.ll-root .ll-hero-badges--foot{border-top:none;margin-top:0;padding-top:0}@media (max-width:760px){.ll-root .ll-h1{font-size:var(--text-5xl)}.ll-root .ll-hero{padding-top:var(--space-16)}}.ll-root .ll-demo-sec{border-top:1px solid var(--border);padding:var(--space-12) var(--space-8) var(--space-24)}.ll-root .ll-demo-rail{margin-bottom:var(--space-6);justify-content:space-between;align-items:baseline;display:flex}.ll-root .ll-demo-hint{color:var(--text-faint)}@media (max-width:560px){.ll-root .ll-demo-hint{display:none}}.ll-root .ll-reader{border:1px solid var(--border-strong);background:var(--bg-subtle)}.ll-root .ll-chrome{align-items:center;gap:var(--space-4);padding:11px var(--space-4);border-bottom:1px solid var(--border);display:flex}.ll-root .ll-chrome-dots{gap:6px;display:flex}.ll-root .ll-chrome-dots i{border:1px solid var(--border-strong);width:9px;height:9px;font-style:normal;display:block}.ll-root .ll-chrome-url{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--text-meta);background:var(--bg-app);border:1px solid var(--border);flex:1;align-items:center;gap:7px;padding:5px 10px;display:inline-flex}.ll-root .ll-chrome-streak{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--accent);letter-spacing:var(--tracking-wide);align-items:center;gap:5px;display:inline-flex}.ll-root .ll-reader-body{grid-template-columns:1.55fr 1fr;display:grid}.ll-root .ll-story-col{padding:var(--space-8);border-right:1px solid var(--border)}.ll-root .ll-story-meta{justify-content:space-between;align-items:center;gap:var(--space-4);margin-bottom:var(--space-6);display:flex}.ll-root .ll-level{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--text-meta);letter-spacing:var(--tracking-wide)}.ll-root .ll-story{font-family:var(--font-sans);color:var(--text-body);font-size:1.4rem;line-height:1.95;font-weight:var(--fw-light);letter-spacing:-.005em}.ll-root .ll-w{cursor:default;border-radius:1px;transition:background .12s linear,color .12s linear}.ll-root .ll-w--def{color:var(--zinc-200);cursor:pointer;border-bottom:1px dotted var(--text-faint);padding-bottom:1px}.ll-root .ll-w--def:hover{color:var(--text-primary);border-bottom-color:var(--text-meta)}.ll-root .ll-w--sel{border-bottom:1px solid var(--accent);color:var(--text-primary)}.ll-root .ll-w--active{background:var(--accent);color:#fff;border-bottom-color:#0000;padding:1px 2px}.ll-root .ll-transport{align-items:center;gap:var(--space-4);margin-top:var(--space-8);padding-top:var(--space-6);border-top:1px solid var(--border);display:flex}.ll-root .ll-play{border:1px solid var(--border-strong);width:38px;height:38px;color:var(--text-primary);cursor:pointer;background:0 0;flex-shrink:0;justify-content:center;align-items:center;transition:background .12s linear,color .12s linear,border-color .12s linear;display:inline-flex}.ll-root .ll-play:hover{background:var(--bg-inverse);color:var(--text-inverse);border-color:var(--bg-inverse)}.ll-root .ll-track{flex:1;align-items:center;height:34px;display:flex;position:relative}.ll-root .ll-track-bars{align-items:center;gap:2px;width:100%;height:100%;display:flex}.ll-root .ll-track-bars i{background:var(--border);flex:1;min-height:3px;font-style:normal;transition:background .12s linear}.ll-root .ll-track-bars i.on{background:var(--accent)}.ll-root .ll-transport-meta{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--text-meta);text-align:right;min-width:34px}.ll-root .ll-study-col{flex-direction:column;display:flex}.ll-root .ll-dict-wrap{padding:var(--space-8);border-bottom:1px solid var(--border)}.ll-root .ll-dict{min-height:150px}.ll-root .ll-dict--empty{gap:var(--space-4);flex-direction:column;display:flex}.ll-root .ll-dict-hint{font-size:var(--text-sm);color:var(--text-meta);line-height:var(--leading-relaxed)}.ll-root .ll-ul{color:var(--zinc-200);border-bottom:1px dotted var(--text-faint)}.ll-root .ll-dict-head{margin-bottom:var(--space-4);justify-content:space-between;align-items:center;display:flex}.ll-root .ll-dict-pos{font-family:var(--font-mono);letter-spacing:var(--tracking-wide);color:var(--text-faint);font-size:10px}.ll-root .ll-dict-word{font-size:var(--text-4xl);font-weight:var(--fw-medium);color:var(--text-primary);letter-spacing:-.02em;line-height:1}.ll-root .ll-dict-ipa{font-family:var(--font-mono);font-size:var(--text-sm);color:var(--accent);margin-top:var(--space-2)}.ll-root .ll-dict-def{font-size:var(--text-base);color:var(--text-body);line-height:var(--leading-relaxed);margin-top:var(--space-4)}.ll-root .ll-dict-meta{margin-top:var(--space-6);font-family:var(--font-mono);letter-spacing:var(--tracking-wide);color:var(--text-faint);justify-content:space-between;align-items:center;font-size:10px;display:flex}.ll-root .ll-dict-audio{align-items:center;gap:5px;display:inline-flex}.ll-root .ll-add{margin-top:var(--space-6);border:1px solid var(--border-strong);font-family:var(--font-mono);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:var(--tracking-wide);color:var(--text-body);cursor:pointer;background:0 0;align-items:center;gap:7px;padding:8px 13px;transition:background .12s linear,color .12s linear,border-color .12s linear;display:inline-flex}.ll-root .ll-add:hover:not(:disabled){background:var(--bg-inverse);color:var(--text-inverse);border-color:var(--bg-inverse)}.ll-root .ll-add.is-added{color:var(--text-faint);border-color:var(--border);cursor:default}.ll-root .ll-study{padding:var(--space-8);gap:var(--space-4);flex-direction:column;display:flex}.ll-root .ll-study-head{justify-content:space-between;align-items:center;display:flex}.ll-root .ll-study-count{font-family:var(--font-mono);letter-spacing:var(--tracking-wide);color:var(--text-meta);align-items:center;gap:5px;font-size:10px;display:inline-flex}.ll-root .ll-card{border:1px solid var(--border-strong);background:var(--bg-app);cursor:pointer;text-align:left;width:100%;height:132px;padding:0;font-family:inherit;transition:border-color .16s linear;position:relative}.ll-root .ll-card:hover{border-color:var(--text-meta)}.ll-root .ll-card-face{padding:var(--space-6);opacity:0;pointer-events:none;flex-direction:column;justify-content:center;align-items:center;gap:6px;transition:opacity .2s linear;display:flex;position:absolute;inset:0}.ll-root .ll-card-front{opacity:1}.ll-root .ll-card.is-flipped .ll-card-front{opacity:0}.ll-root .ll-card.is-flipped .ll-card-back{opacity:1}.ll-root .ll-card-tag{font-family:var(--font-mono);letter-spacing:var(--tracking-wide);color:var(--text-faint);font-size:9px;position:absolute;top:12px;left:12px}.ll-root .ll-card-word{font-size:var(--text-2xl);font-weight:var(--fw-medium);color:var(--text-primary);letter-spacing:-.01em}.ll-root .ll-card-flip{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:var(--tracking-wide);color:var(--text-faint);font-size:9px;position:absolute;bottom:12px}.ll-root .ll-card-ipa{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--accent)}.ll-root .ll-card-def{font-size:var(--text-sm);color:var(--text-body);text-align:center;line-height:var(--leading-snug)}.ll-root .ll-grade{gap:var(--space-3);grid-template-columns:1fr 1fr;display:grid}.ll-root .ll-grade-btn{border:1px solid var(--border-strong);font-family:var(--font-mono);text-transform:uppercase;letter-spacing:var(--tracking-wide);color:var(--text-meta);cursor:pointer;background:0 0;justify-content:center;align-items:center;gap:6px;padding:9px;font-size:10px;transition:background .12s linear,color .12s linear,border-color .12s linear;display:inline-flex}.ll-root .ll-grade-btn:hover{color:var(--text-primary);border-color:var(--text-meta)}.ll-root .ll-grade-btn--know:hover{background:var(--bg-inverse);color:var(--text-inverse);border-color:var(--bg-inverse)}@media (max-width:760px){.ll-root .ll-reader-body{grid-template-columns:1fr}.ll-root .ll-story-col{border-right:none;border-bottom:1px solid var(--border)}.ll-root .ll-story{font-size:1.2rem}}.ll-root .ll-sec{border-top:1px solid var(--border)}.ll-root .ll-sec--inset{background:var(--bg-subtle)}.ll-root .ll-sechead{border-bottom:1px solid var(--border);grid-template-columns:1fr 2fr;display:grid}.ll-root .ll-sechead-l{padding:var(--space-8);border-right:1px solid var(--border)}.ll-root .ll-sechead-r{padding:var(--space-8)}.ll-root .ll-h2{font-size:var(--text-4xl);font-weight:var(--fw-medium);color:var(--text-primary);letter-spacing:var(--tracking-tight);line-height:1.08}.ll-root .ll-sec-lead{font-size:var(--text-lg);color:var(--text-body);line-height:var(--leading-relaxed);font-weight:var(--fw-light);margin-top:var(--space-4);max-width:34rem}@media (max-width:760px){.ll-root .ll-sechead{grid-template-columns:1fr}.ll-root .ll-sechead-l{border-right:none;border-bottom:1px solid var(--border)}.ll-root .ll-h2{font-size:var(--text-2xl)}}.ll-root .ll-grid2{grid-template-columns:1fr 1fr;display:grid}.ll-root .ll-cell{padding:var(--space-8);border-bottom:1px solid var(--border)}.ll-root .ll-cell:nth-child(odd){border-right:1px solid var(--border)}.ll-root .ll-grid2>.ll-cell:nth-last-child(-n+2){border-bottom:none}.ll-root .ll-cell-top{justify-content:space-between;align-items:center;gap:var(--space-4);margin-bottom:var(--space-6);display:flex}.ll-root .ll-cell-ico{border:1px solid var(--border-strong);width:40px;height:40px;color:var(--text-primary);justify-content:center;align-items:center;display:inline-flex}.ll-root .ll-cell-ico--sm{width:32px;height:32px}.ll-root .ll-h3{font-size:var(--text-2xl);font-weight:var(--fw-medium);color:var(--text-primary);letter-spacing:-.01em;margin-bottom:var(--space-3)}.ll-root .ll-body{font-size:var(--text-base);color:var(--text-body);line-height:var(--leading-relaxed)}.ll-root .ll-body-sm{font-size:var(--text-sm);color:var(--text-body);line-height:var(--leading-relaxed)}.ll-root .ll-cell--sm{padding:var(--space-6) var(--space-8)}.ll-root .ll-cell-h4{font-size:var(--text-base);font-weight:var(--fw-medium);color:var(--text-primary)}@media (max-width:760px){.ll-root .ll-grid2{grid-template-columns:1fr}.ll-root .ll-cell:nth-child(odd){border-right:none}.ll-root .ll-grid2>.ll-cell:nth-last-child(-n+2):not(:last-child){border-bottom:1px solid var(--border)}}.ll-root .ll-pillars{border-bottom:1px solid var(--border);grid-template-columns:repeat(3,1fr);display:grid}.ll-root .ll-pillar{padding:var(--space-8);gap:var(--space-2);flex-direction:column;display:flex}.ll-root .ll-pillar:not(:last-child){border-right:1px solid var(--border)}.ll-root .ll-pillar-ico{color:var(--text-primary);margin-bottom:var(--space-2)}.ll-root .ll-pillar-k{font-family:var(--font-mono);font-size:var(--text-sm);color:var(--text-primary);letter-spacing:var(--tracking-widest)}.ll-root .ll-pillar-v{font-size:var(--text-sm);color:var(--text-meta)}@media (max-width:560px){.ll-root .ll-pillars{grid-template-columns:1fr}.ll-root .ll-pillar:not(:last-child){border-right:none;border-bottom:1px solid var(--border)}}.ll-root .ll-mobile-foot{justify-content:space-between;align-items:center;gap:var(--space-6);padding:var(--space-8);border-top:1px solid var(--border);flex-wrap:wrap;display:flex}.ll-root .ll-note{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--text-meta);letter-spacing:var(--tracking-wide);align-items:center;gap:8px;display:inline-flex}.ll-root .ll-gallery-wrap{border-bottom:1px solid var(--border);padding:var(--space-8) 0 var(--space-12)}.ll-root .ll-gallery-head{padding:0 var(--space-8);margin-bottom:var(--space-8);justify-content:space-between;align-items:baseline;display:flex}.ll-root .ll-gallery-hint{color:var(--text-faint)}.ll-root .ll-gallery{gap:var(--space-6);scroll-snap-type:x mandatory;padding:0 var(--space-8) var(--space-4);scrollbar-width:thin;scrollbar-color:var(--border-strong) transparent;display:flex;overflow-x:auto}.ll-root .ll-gallery::-webkit-scrollbar{height:6px}.ll-root .ll-gallery::-webkit-scrollbar-track{background:var(--bg-app)}.ll-root .ll-gallery::-webkit-scrollbar-thumb{background:var(--border-strong)}.ll-root .ll-fig{scroll-snap-align:start;flex:none;width:232px;margin:0}.ll-root .ll-fig-cap{margin-bottom:var(--space-4);align-items:flex-start;gap:10px;min-height:40px;display:flex}.ll-root .ll-fig-n{font-family:var(--font-mono);font-size:var(--text-lg);font-weight:var(--fw-medium);color:var(--accent);line-height:1}.ll-root .ll-fig-meta{flex-direction:column;gap:3px;display:flex}.ll-root .ll-fig-t{font-family:var(--font-sans);font-size:var(--text-base);font-weight:var(--fw-medium);color:var(--text-primary);line-height:1.1}.ll-root .ll-fig-s{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:var(--tracking-wide);color:var(--text-meta);font-size:10px}.ll-root .ll-phone{border:1px solid var(--border-strong);background:#000;border-radius:36px;width:232px;padding:5px}.ll-root .ll-phone img{border-radius:31px;width:100%;height:auto;display:block}@media (max-width:760px){.ll-root .ll-fig,.ll-root .ll-phone{width:200px}.ll-root .ll-phone img{border-radius:27px}}.ll-root .ll-steps{grid-template-columns:repeat(4,1fr);display:grid}.ll-root .ll-step{padding:var(--space-8)}.ll-root .ll-step:not(:last-child){border-right:1px solid var(--border)}.ll-root .ll-step-n{font-family:var(--font-mono);font-size:var(--text-4xl);font-weight:var(--fw-light);color:var(--text-faint);margin-bottom:var(--space-6);display:block}.ll-root .ll-step-t{font-size:var(--text-xl);font-weight:var(--fw-medium);color:var(--text-primary);margin-bottom:var(--space-3)}@media (max-width:760px){.ll-root .ll-steps{grid-template-columns:1fr 1fr}.ll-root .ll-step:not(:last-child){border-right:none}.ll-root .ll-step:nth-child(odd){border-right:1px solid var(--border)}.ll-root .ll-step:nth-child(-n+2){border-bottom:1px solid var(--border)}}.ll-root .ll-final{border-top:1px solid var(--border);padding:var(--space-24) var(--space-8);text-align:center;position:relative;overflow:hidden}.ll-root .ll-final .ll-geo{top:50%;left:50%;right:auto;transform:translate(-50%,-50%)}.ll-root .ll-final-inner{align-items:center;gap:var(--space-6);flex-direction:column;max-width:40rem;margin:0 auto;display:flex;position:relative}.ll-root .ll-final-h{font-size:var(--text-5xl);font-weight:var(--fw-semibold);color:var(--text-primary);letter-spacing:var(--tracking-tight);line-height:1.05}@media (max-width:760px){.ll-root .ll-final-h{font-size:var(--text-4xl)}}.ll-root .ll-footer{border-top:1px solid var(--border);background:var(--bg-subtle);padding:var(--space-8)}.ll-root .ll-footer-top{justify-content:space-between;align-items:center;gap:var(--space-6);padding-bottom:var(--space-8);border-bottom:1px solid var(--border);flex-wrap:wrap;display:flex}.ll-root .ll-footer-badges{gap:var(--space-3);display:flex}.ll-root .ll-footer-bar{justify-content:space-between;align-items:center;gap:var(--space-4);padding-top:var(--space-8);flex-wrap:wrap;display:flex}.ll-root .ll-footer-copy{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--text-meta);letter-spacing:var(--tracking-wide)}.ll-root .ll-footer-links{gap:var(--space-6);display:flex}.ll-root .ll-footer-link{font-family:var(--font-mono);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:var(--tracking-wide);color:var(--text-meta);transition:color .12s linear}.ll-root .ll-footer-link:hover{color:var(--text-primary)}
