:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--gallery-bg:#f8fafc;--gallery-surface:#fff;--gallery-border:#d7dde5;--gallery-text:#111827;--gallery-muted:#4b5563;--gallery-subtle:#6b7280;--gallery-shadow:0 12px 28px #0f172a14;--gallery-shadow-soft:0 4px 16px #0f172a0f}*,:before,:after{box-sizing:border-box}body{min-height:100vh;color:var(--gallery-text);background:var(--gallery-bg);margin:0;font-family:Inter,Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,Arial,sans-serif}a{color:inherit}.gallery-home{max-width:1160px;margin:0 auto;padding:52px 24px 56px}.gallery-home__header{max-width:760px;margin-bottom:24px}.gallery-home__eyebrow{letter-spacing:.09em;color:var(--gallery-subtle);margin:0 0 10px;font-size:12px;font-weight:700}.gallery-home__header h1{letter-spacing:-.02em;margin:0;font-size:clamp(1.95rem,2vw,2.4rem);line-height:1.15}.gallery-home__grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:14px;display:grid}.gallery-card{background:var(--gallery-surface);border:1px solid var(--gallery-border);border-radius:14px;flex-direction:column;height:100%;padding:16px;text-decoration:none;transition:transform .13s,box-shadow .13s,border-color .13s;display:flex}.gallery-card:hover{box-shadow:var(--gallery-shadow-soft);border-color:#bec8d6;transform:translateY(-2px)}.gallery-card:focus-visible{outline-offset:2px;outline:3px solid #3b82f659}.gallery-card__title{margin:0;font-size:16px;font-weight:630}.gallery-card__description{color:var(--gallery-muted);flex:1;margin:8px 0 12px;font-size:14px;line-height:1.55}.gallery-card__cta{color:var(--gallery-subtle);align-items:center;gap:5px;margin-top:auto;font-size:13px;font-weight:600;display:inline-flex}.gallery-home code,.gallery-route code{background:#e9edf3;border-radius:999px;padding:2px 8px;font-size:12px}.gallery-route{flex-direction:column;gap:12px;max-width:1420px;height:100dvh;margin:0 auto;padding:20px 22px 16px;display:flex;overflow:hidden}.gallery-route__header{border-bottom:1px solid #bec8d69e;margin:0;padding:0 0 10px}.gallery-route__back{letter-spacing:.07em;color:var(--gallery-subtle);text-transform:uppercase;margin-bottom:8px;font-size:12px;font-weight:600;text-decoration:none;display:inline-block}.gallery-route__back:hover{color:var(--gallery-text)}.gallery-route__header h1{letter-spacing:-.015em;margin:0;font-size:clamp(1.55rem,2vw,1.95rem);line-height:1.2}.gallery-route__content{flex:1;min-height:0;padding:0;overflow:auto}#gallery-example-mount{height:100%;min-height:0}.gallery-error{color:#991b1b;white-space:pre-wrap;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;margin:0;padding:14px}@media (width<=840px){.gallery-home{padding:32px 16px 40px}.gallery-route{height:auto;padding:14px 14px 18px;overflow:visible}.gallery-route__content{min-height:auto;overflow:visible}}
