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