@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&family=Sora:wght@500;600;700;800&display=swap");.ll-hub{--ll-sage:hsl(138 12% 38%);--ll-sage-dark:hsl(138 14% 30%);--ll-sage-light:hsl(138 12% 65%);--ll-cream:hsl(45 22% 96%);--ll-cream-alt:hsl(60 17% 98%);--ll-ink:hsl(225 28% 14%);--ll-ink-muted:hsl(220 9% 46%);--ll-border:hsl(43 13% 90%);--ll-border-soft:hsl(43 13% 90%/0.6);--ll-beige:hsl(43 13% 82%);--ll-emerald:hsl(148 22% 50%);--ll-amber:hsl(34 58% 66%);--ll-sky:hsl(205 30% 64%);--ll-font-display:"Sora",system-ui,-apple-system,sans-serif;--ll-font-body:"Plus Jakarta Sans",system-ui,-apple-system,sans-serif;--ll-font-mono:"JetBrains Mono",ui-monospace,"SF Mono",monospace;--ll-radius:0.75rem;--ll-radius-sm:0.5rem;--ll-shadow-sm:0 1px 2px hsl(225 28% 14%/0.04),0 1px 3px hsl(225 28% 14%/0.04);--ll-shadow-md:0 2px 4px -1px hsl(225 28% 14%/0.06),0 4px 8px -2px hsl(225 28% 14%/0.06);font-family:var(--ll-font-body);color:var(--ll-ink);background:var(--ll-cream);padding:0;margin:0}.ll-hub *,.ll-hub :after,.ll-hub :before{box-sizing:border-box}.ll-hub h1,.ll-hub h2,.ll-hub h3,.ll-hub h4{margin:0;border:0;padding:0;font-family:var(--ll-font-display);letter-spacing:-.025em;font-weight:700;color:var(--ll-ink)}.ll-hub p{margin:0}.ll-hub ul{margin:0;padding:0;list-style:none}.ll-hub a{color:inherit;text-decoration:none}.ll-hub__hero{position:relative;padding:72px 32px 56px;text-align:center;border-bottom:1px solid var(--ll-border);overflow:hidden;background:linear-gradient(180deg,hsl(138 12% 38%/.05),transparent 60%)}.ll-hub__hero-blob{position:absolute;inset:0;pointer-events:none}.ll-hub__hero-blob:after,.ll-hub__hero-blob:before{content:"";position:absolute;border-radius:50%;filter:blur(48px);opacity:.35}.ll-hub__hero-blob:before{width:480px;height:480px;top:-120px;right:-80px;background:var(--ll-sage)}.ll-hub__hero-blob:after{width:360px;height:360px;bottom:-80px;left:-80px;background:var(--ll-emerald)}.ll-hub__eyebrow{font-size:11px;font-weight:600;letter-spacing:.18em;color:var(--ll-ink-muted);text-transform:uppercase}.ll-hub__eyebrow,.ll-hub__title{position:relative;margin-bottom:12px}.ll-hub__title{font-size:clamp(32px,5vw,46px);line-height:1.02;letter-spacing:-.03em}.ll-hub__subtitle{position:relative;max-width:560px;margin:0 auto 28px;color:var(--ll-ink-muted);font-size:16px;line-height:1.55}.ll-hub__search{position:relative;max-width:620px;margin:0 auto;height:54px;display:flex;align-items:center;gap:10px;padding:0 18px;background:white;border:1px solid var(--ll-beige);border-radius:14px;box-shadow:var(--ll-shadow-sm);transition:box-shadow .15s,border-color .15s}.ll-hub__search:focus-within{border-color:var(--ll-sage);box-shadow:0 0 0 3px hsl(138 12% 38%/.15)}.ll-hub__search svg{color:var(--ll-ink-muted);flex-shrink:0}.ll-hub__search input{flex:1 1;border:0;outline:0;background:transparent;font-family:inherit;font-size:15px;color:var(--ll-ink)}.ll-hub__search input::placeholder{color:var(--ll-ink-muted)}.ll-hub__search kbd{font-family:var(--ll-font-mono);font-size:11px;padding:3px 8px;border:1px solid var(--ll-border);border-radius:4px;color:var(--ll-ink-muted);background:hsl(43 13% 94%)}.ll-hub__quicklinks{position:relative;display:flex;gap:20px;justify-content:center;margin-top:20px;flex-wrap:wrap;font-size:13px;color:var(--ll-ink-muted)}.ll-hub__quicklinks a{display:inline-flex;align-items:center;gap:5px;transition:color .15s}.ll-hub__quicklinks a:hover{color:var(--ll-ink)}.ll-hub__main{max-width:1180px;margin:0 auto;padding:48px 32px 72px;display:grid;grid-template-columns:1fr 340px;grid-gap:40px;gap:40px;align-items:flex-start}@media (max-width:900px){.ll-hub__main{grid-template-columns:1fr}}.ll-hub__section-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:18px}.ll-hub__section-head h2{font-size:22px;font-weight:700;letter-spacing:-.02em}.ll-hub__section-head__meta{font-size:13px;color:var(--ll-ink-muted)}.ll-hub__cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:14px;gap:14px}.ll-hub__card{display:flex;flex-direction:column;gap:10px;padding:18px 20px;background:white;border:1px solid var(--ll-border-soft);border-radius:14px;color:var(--ll-ink);transition:all .18s cubic-bezier(.16,1,.3,1);min-height:148px}.ll-hub__card:hover{border-color:var(--ll-beige);box-shadow:var(--ll-shadow-md);transform:translateY(-2px)}.ll-hub__card__icon{width:40px;height:40px;border-radius:10px;background:hsl(138 12% 38%/.1);color:var(--ll-sage);display:flex;align-items:center;justify-content:center;flex-shrink:0}.ll-hub__card__title{font-family:var(--ll-font-display);font-size:16px;font-weight:600;line-height:1.25;letter-spacing:-.015em}.ll-hub__card__desc{font-size:13px;color:var(--ll-ink-muted);line-height:1.55;flex:1 1}.ll-hub__card__meta{display:flex;align-items:center;justify-content:space-between;margin-top:4px;font-size:11px;color:var(--ll-ink-muted)}.ll-hub__card__count{font-family:var(--ll-font-mono);font-weight:600}.ll-hub__popular{margin-top:40px}.ll-hub__popular-list{background:white;border:1px solid var(--ll-border-soft);border-radius:14px;overflow:hidden}.ll-hub__popular-item{display:flex;align-items:center;gap:12px;padding:14px 18px;border-bottom:1px solid var(--ll-border-soft);color:var(--ll-ink);transition:background .15s}.ll-hub__popular-item:last-child{border-bottom:0}.ll-hub__popular-item:hover{background:hsl(45 22% 97%)}.ll-hub__popular-item__num{flex-shrink:0;width:28px;height:28px;border-radius:6px;background:hsl(43 13% 94%);color:var(--ll-ink-muted);display:flex;align-items:center;justify-content:center;font-family:var(--ll-font-mono);font-size:11px;font-weight:600}.ll-hub__popular-item__body{flex:1 1;min-width:0}.ll-hub__popular-item__title{font-size:14px;font-weight:500;line-height:1.35;color:var(--ll-ink)}.ll-hub__popular-item__meta{font-size:11.5px;color:var(--ll-ink-muted);margin-top:2px;display:flex;gap:10px}.ll-hub__popular-item svg{color:var(--ll-ink-muted);flex-shrink:0}.ll-hub__aside{display:flex;flex-direction:column;gap:16px;position:-webkit-sticky;position:sticky;top:88px}@media (max-width:900px){.ll-hub__aside{position:static}}.ll-hub__updates{background:white;border:1px solid var(--ll-border-soft);border-radius:14px;padding:18px}.ll-hub__updates__head{display:flex;align-items:center;gap:10px;margin-bottom:14px}.ll-hub__updates__icon{width:30px;height:30px;border-radius:8px;background:hsl(148 22% 50%/.12);color:var(--ll-emerald);display:flex;align-items:center;justify-content:center}.ll-hub__updates__title{font-family:var(--ll-font-display);font-size:15px;font-weight:600}.ll-hub__updates__list{display:flex;flex-direction:column;gap:12px}.ll-hub__update-row{display:flex;gap:10px}.ll-hub__update-badge{flex-shrink:0;align-self:flex-start;padding:3px 8px;border-radius:999px;font-size:10px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.ll-hub__update-badge--new{background:hsl(148 22% 50%/.15);color:hsl(148 22% 32%)}.ll-hub__update-badge--fix{background:hsl(34 58% 66%/.2);color:hsl(34 58% 36%)}.ll-hub__update-badge--changed{background:hsl(205 30% 64%/.18);color:hsl(205 30% 36%)}.ll-hub__update-body{flex:1 1;min-width:0}.ll-hub__update-title{font-size:13px;line-height:1.35;color:var(--ll-ink)}.ll-hub__update-date{font-size:11px;color:var(--ll-ink-muted);margin-top:2px}.ll-hub__updates__more{display:inline-flex;align-items:center;gap:4px;margin-top:14px;font-size:13px;font-weight:500;color:var(--ll-sage);transition:color .15s}.ll-hub__updates__more:hover{color:var(--ll-sage-dark)}.ll-hub__contact{background:linear-gradient(135deg,var(--ll-sage-dark),var(--ll-sage));border-radius:14px;padding:20px;color:white}.ll-hub__contact__eyebrow{display:flex;align-items:center;gap:8px;font-size:11px;font-weight:600;letter-spacing:.15em;text-transform:uppercase;margin-bottom:10px}.ll-hub__contact__title{font-family:var(--ll-font-display);font-size:18px;font-weight:600;letter-spacing:-.015em;margin-bottom:8px;color:white}.ll-hub__contact__body{font-size:13px;opacity:.85;line-height:1.5;margin-bottom:14px}.ll-hub__contact__actions{display:flex;flex-direction:column;gap:8px}a.ll-hub__contact__button{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:38px;padding:0 14px;border-radius:10px;font-size:13px;font-weight:600;background:white;color:var(--ll-sage-dark);transition:background .15s}a.ll-hub__contact__button:hover{background:hsl(45 22% 94%)}.ll-hub__contact__secondary{display:flex;gap:8px}.ll-hub__contact__secondary a{flex:1 1;display:inline-flex;align-items:center;justify-content:center;gap:5px;height:34px;padding:0 10px;border-radius:10px;background:rgba(255,255,255,.1);color:white;border:1px solid rgba(255,255,255,.2);font-size:12px;font-weight:500;transition:background .15s}.ll-hub__contact__secondary a:hover{background:rgba(255,255,255,.18)}.ll-hub__empty{padding:40px 20px;text-align:center;color:var(--ll-ink-muted);font-size:14px;background:white;border:1px solid var(--ll-border-soft);border-radius:14px}