:root{--lh-color-brand-100:#ddefea;--lh-color-brand-700:#0b5d55;--lh-color-brand-800:#084b45;--lh-color-surface-page:#f3f6f5;--lh-color-surface-card:#fff;--lh-color-surface-subtle:#edf2f0;--lh-color-text-primary:#17201f;--lh-color-text-secondary:#56635f;--lh-color-text-muted:#7a8683;--lh-color-border-default:#d8e1de;--lh-color-status-blue:#2f6feb;--lh-color-status-green:#258a61;--lh-color-status-orange:#c96a08;--lh-color-status-red:#c83f49;--lh-color-status-gray:#6f7c79;--lh-space-1:4px;--lh-space-2:8px;--lh-space-3:12px;--lh-space-4:16px;--lh-space-6:24px;--lh-space-8:32px;--lh-space-10:40px;--lh-space-12:48px;--lh-radius-control:8px;--lh-radius-card:14px;--lh-radius-emphasis:18px;--lh-radius-visual:20px;--lh-shadow-0:none;--lh-shadow-1:0 1px 2px rgba(11,45,41,.06),0 6px 16px rgba(11,45,41,.04);--lh-shadow-2:0 10px 28px rgba(11,45,41,.1);--lh-shadow-3:0 16px 40px rgba(11,45,41,.16);--lh-font-sans:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--lh-page-max-width:1384px}[data-loomhub-theme=default]{color:var(--lh-color-text-primary);background:var(--lh-color-surface-page);font-family:var(--lh-font-sans)}:root{color-scheme:light;--background:#f7f5f2;--foreground:#1f2933;--muted:#667085;--border:#d8d2c8;--surface:#fff;--accent:#2f6f73}*{box-sizing:border-box}body,html{min-height:100%;margin:0}body{background:var(--background);color:var(--foreground);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.shell{width:min(960px,calc(100% - 32px));margin:0 auto;padding:64px 0}.intro{margin-bottom:32px}.eyebrow{margin:0 0 12px;color:var(--accent);font-size:13px;font-weight:700;text-transform:uppercase}h1,h2,p{margin-top:0}h1{margin-bottom:16px;font-size:clamp(40px,6vw,72px);line-height:1}h2{margin-bottom:18px;font-size:22px}.summary{max-width:720px;color:var(--muted);font-size:18px;line-height:1.7}.panel{border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:24px}ul{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:12px;gap:12px;margin:0;padding:0;list-style:none}li{border:1px solid var(--border);border-radius:6px;padding:12px 14px;color:var(--muted)}