@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@600;700;800&display=swap";:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--color-bg-primary:#f8fafc;--color-bg-secondary:#fff;--surface-sunken:#f1f5f9;--color-bg-terminal:#090d16;--surface-contrast:#111827;--surface-contrast-card:#1e293b;--surface-contrast-border:#334155;--text-on-contrast:#f1f5f9;--text-on-contrast-muted:#94a3b8;--color-border:#e2e8f0;--color-border-strong:#cbd5e1;--color-enterprise-slate:#0f172a;--color-enterprise-blue:#2563eb;--color-enterprise-accent:#059669;--color-enterprise-accent-hover:#10b981;--tint-blue:#2563eb14;--tint-blue-border:#2563eb26;--tint-accent:#0596691f;--color-text-heading:#0f172a;--color-text-body:#475569;--color-text-muted:#94a3b8;--color-text-inverse:#fff;--font-display:"Plus Jakarta Sans", system-ui, -apple-system, sans-serif;--font-body:"Inter", system-ui, -apple-system, sans-serif;--font-mono:"Fira Code", ui-monospace, "SF Mono", "Courier New", monospace;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-h3:clamp(1.15rem, 1.6vw, 1.4rem);--text-h2:clamp(1.75rem, 3.5vw, 2.4rem);--text-h1:clamp(2.5rem, 5vw, 4rem);--radius-sm:.375rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem;--radius-full:9999px;--max-width-canvas:80rem;--transition-smooth:all .3s cubic-bezier(.4, 0, .2, 1);--ease-out:cubic-bezier(.16, 1, .3, 1);--shadow-sm:0 1px 2px #0f172a0a, 0 1px 3px #0f172a0f;--shadow-md:0 4px 6px -1px #0f172a14, 0 2px 4px -2px #0f172a0f;--shadow-lg:0 14px 30px -8px #0f172a29, 0 6px 12px -6px #0f172a14;--ring-accent:0 0 0 8px #05966926}[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--color-bg-primary:#0b1120;--color-bg-secondary:#131c2e;--surface-sunken:#0f1827;--color-bg-terminal:#060912;--surface-contrast:#0d1626;--surface-contrast-card:#16213a;--surface-contrast-border:#283549;--text-on-contrast:#f1f5f9;--text-on-contrast-muted:#94a3b8;--color-border:#283549;--color-border-strong:#3a4a63;--color-enterprise-slate:#0b1120;--color-enterprise-blue:#3b82f6;--color-enterprise-accent:#10b981;--color-enterprise-accent-hover:#34d399;--tint-blue:#3b82f624;--tint-blue-border:#3b82f647;--tint-accent:#10b98129;--color-text-heading:#f1f5f9;--color-text-body:#cbd5e1;--color-text-muted:#94a3b8;--color-text-inverse:#0b1120;--shadow-sm:0 1px 2px #0000004d, 0 1px 3px #0006;--shadow-md:0 4px 6px -1px #0006, 0 2px 4px -2px #0000004d;--shadow-lg:0 14px 30px -8px #0000008c, 0 6px 12px -6px #0006;--ring-accent:0 0 0 8px #10b9812e}html{scroll-behavior:smooth;background-color:var(--color-bg-primary);color:var(--color-text-body);font-family:var(--font-body);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility}body{box-sizing:border-box;background-color:var(--color-bg-primary);margin:0;padding:0;transition:background-color .3s,color .3s}*,:before,:after{box-sizing:border-box}h1,h2,h3,h4{font-family:var(--font-display);color:var(--color-text-heading);letter-spacing:-.025em;margin:0}:focus-visible{outline:2px solid var(--color-enterprise-accent);outline-offset:2px;border-radius:var(--radius-sm)}a{color:var(--color-enterprise-blue)}.reveal-init{opacity:0;will-change:opacity, transform;transform:translateY(18px)}.reveal-visible{opacity:1;transition:opacity .6s var(--ease-out), transform .6s var(--ease-out);transform:none}.btn-primary{background-color:var(--color-enterprise-slate);color:var(--color-text-inverse);border-radius:var(--radius-xl);cursor:pointer;transition:var(--transition-smooth);box-shadow:var(--shadow-sm);border:none;justify-content:center;align-items:center;padding:.9rem 1.75rem;font-weight:700;text-decoration:none;display:inline-flex}.btn-primary:hover{background-color:var(--color-enterprise-accent);box-shadow:var(--shadow-md);transform:translateY(-2px)}[data-theme=dark] .btn-primary{background-color:var(--color-enterprise-blue);color:#fff}[data-theme=dark] .btn-primary:hover{background-color:var(--color-enterprise-accent)}.card-grid-node{background-color:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);transition:var(--transition-smooth);padding:2rem}.card-grid-node:hover{border-color:var(--color-enterprise-accent);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.section{padding:4rem 0}.section-split{grid-template-columns:minmax(0,1.2fr) minmax(24rem,1fr);align-items:start;gap:3rem;display:grid}.section-panel,.section-copy{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);padding:2rem}.section-alt{background:var(--surface-sunken)}.section-contrast{background:var(--surface-contrast);color:var(--text-on-contrast)}.section-contrast h2,.section-contrast h3,.section-contrast p,.section-contrast td,.section-contrast th,.section-contrast a{color:var(--text-on-contrast)}.site-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:2rem 0 1rem;display:flex}.brand{font-size:1.25rem;font-weight:800}.brand-sm{color:var(--color-text-muted);margin-top:.25rem}.site-nav a{color:var(--color-text-heading);margin-left:1.25rem;font-weight:600;text-decoration:none;display:inline-block}.site-nav a:hover{color:var(--color-enterprise-blue)}.section-header-block{max-width:46rem;margin-bottom:2rem}.section-header-block .eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--color-enterprise-accent);margin-bottom:.75rem;font-size:.8rem;font-weight:700;display:inline-flex}.section-header-block h2{font-size:var(--text-h2);margin-bottom:1rem}.section-header-block p{font-size:var(--text-base);color:var(--color-text-body);line-height:1.8}.timeline-list{gap:1.5rem;display:grid}.timeline-item{grid-template-columns:auto 1fr;align-items:start;gap:1rem;display:grid}.timeline-marker{background:var(--color-enterprise-blue);width:.75rem;height:.75rem;box-shadow:0 0 0 4px var(--tint-blue);border-radius:9999px;margin-top:.5rem}.timeline-copy{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-bg-primary);padding:1.5rem}.timeline-meta{color:var(--color-text-muted);margin-bottom:.5rem;font-size:.9rem}.timeline-impact{margin-top:.75rem;font-weight:600}.grid-three{grid-template-columns:repeat(auto-fit,minmax(18rem,1fr));gap:1.5rem;display:grid}.workshop-card,.catalog-card,.research-card,.case-card,.media-card,.teaching-card,.research-summary{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);padding:1.75rem}.workshop-tag,.case-label{text-transform:uppercase;color:var(--color-enterprise-accent);letter-spacing:.12em;margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:inline-flex}.workshop-duration,.research-translation,.media-metric{color:var(--color-text-heading);margin:.75rem 0 1rem;font-size:.95rem;font-weight:600}.workshop-cta{margin-top:1rem}.course-table-wrapper{overflow-x:auto}.course-table{border-collapse:collapse;width:100%;min-width:28rem}.course-table th,.course-table td{text-align:left;border-bottom:1px solid var(--color-border);padding:1rem}.course-table th{color:var(--color-text-heading);font-weight:700}.research-grid,.case-grid,.gallery-grid,.teaching-list,.research-list{gap:1.5rem;display:grid}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(18rem,1fr))}.media-card{overflow:hidden}.media-note{color:var(--color-text-muted);margin-top:1.5rem}@media (width<=864px){.section-split{grid-template-columns:1fr}.site-nav a{margin-left:0;margin-right:1rem}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.reveal-init{opacity:1;transform:none}}.site-header-sticky.svelte-12qhfyh{z-index:100;background:color-mix(in srgb, var(--color-bg-primary) 88%, transparent);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border);position:sticky;top:0}.nav-inner.svelte-12qhfyh{max-width:var(--max-width-canvas);justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;padding:.85rem 1.5rem;display:flex}.nav-cluster.svelte-12qhfyh{align-items:center;gap:.75rem;display:flex}.brand-link.svelte-12qhfyh{flex-direction:column;text-decoration:none;display:flex}.brand.svelte-12qhfyh{font-family:var(--font-display);color:var(--color-text-heading);font-size:1.1rem;font-weight:800;line-height:1.2}.brand-sm.svelte-12qhfyh{color:var(--color-text-muted);margin-top:.1rem;font-size:.75rem;font-weight:400}.desktop-nav.svelte-12qhfyh{align-items:center;gap:.25rem;display:flex}.site-nav.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--color-text-heading);border-radius:var(--radius-md);transition:var(--transition-smooth);padding:.45rem .85rem;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-block}.site-nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-enterprise-blue);background:var(--tint-blue)}.hamburger.svelte-12qhfyh{cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;padding:.4rem;display:none}.bar.svelte-12qhfyh{background:var(--color-text-heading);width:22px;height:2px;transition:var(--transition-smooth);border-radius:2px;display:block}.mobile-nav.svelte-12qhfyh{border-top:1px solid var(--color-border);flex-direction:column;padding:.5rem 1.5rem 1rem;display:flex}.mobile-nav.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--color-text-heading);border-bottom:1px solid var(--color-border);padding:.75rem .5rem;font-size:1rem;font-weight:600;text-decoration:none}.mobile-nav.svelte-12qhfyh a:where(.svelte-12qhfyh):last-child{border-bottom:none}.app-container.svelte-12qhfyh{max-width:var(--max-width-canvas);margin:0 auto;padding:0 1.5rem}.site-footer.svelte-12qhfyh{border-top:1px solid var(--color-border);background:var(--color-bg-secondary);margin-top:4rem}.footer-inner.svelte-12qhfyh{max-width:var(--max-width-canvas);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;padding:1.75rem 1.5rem;display:flex}.footer-copy.svelte-12qhfyh{color:var(--color-text-muted);margin:0;font-size:.875rem}.footer-nav.svelte-12qhfyh{gap:1.25rem;display:flex}.footer-nav.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--color-text-body);transition:var(--transition-smooth);font-size:.875rem;font-weight:600;text-decoration:none}.footer-nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-enterprise-blue)}@media (width<=768px){.desktop-nav.svelte-12qhfyh{display:none}.hamburger.svelte-12qhfyh{display:flex}}
