:root{--color-primary: #4f46e5;--color-primary-hover: #4338ca;--color-primary-light: #eef2ff;--color-primary-muted: #a5b4fc;--color-a1: #10b981;--color-a1-light: #d1fae5;--color-a2: #3b82f6;--color-a2-light: #dbeafe;--color-b1: #8b5cf6;--color-b1-light: #ede9fe;--color-b2: #f59e0b;--color-b2-light: #fef3c7;--color-success: #10b981;--color-success-light: #d1fae5;--color-warning: #f59e0b;--color-warning-light: #fef3c7;--color-error: #ef4444;--color-error-light: #fee2e2;--color-info: #3b82f6;--color-info-light: #dbeafe;--color-background: #f5f6ff;--color-surface: #ffffff;--color-surface-2: #f8f9fe;--color-surface-3: #f0f2fb;--color-text: #1e293b;--color-text-secondary: #475569;--color-text-muted: #94a3b8;--color-text-inverse: #ffffff;--color-border: #e2e8f0;--color-border-strong: #cbd5e1;--color-border-focus: #4f46e5;--font-family: "Inter", system-ui, -apple-system, sans-serif;--font-family-mono: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-md: 1.0625rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 1.875rem;--font-size-4xl: 2.25rem;--font-weight-light: 300;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--font-weight-extrabold: 800;--line-height-tight: 1.2;--line-height-snug: 1.4;--line-height-base: 1.6;--line-height-relaxed: 1.75;--prose-max-width: 68ch;--prose-lead-max-width: 76ch;--prose-line-height: 1.8;--prose-block-gap: var(--space-4);--prose-list-gap: var(--space-2);--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--space-20: 5rem;--radius-sm: .25rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-2xl: 1.5rem;--radius-full: 9999px;--shadow-xs: 0 1px 2px rgba(15, 23, 42, .06);--shadow-sm: 0 1px 4px rgba(15, 23, 42, .08), 0 1px 2px rgba(15, 23, 42, .06);--shadow-md: 0 4px 12px rgba(15, 23, 42, .08), 0 2px 4px rgba(15, 23, 42, .05);--shadow-lg: 0 8px 24px rgba(15, 23, 42, .1), 0 4px 8px rgba(15, 23, 42, .06);--shadow-xl: 0 16px 40px rgba(15, 23, 42, .12), 0 8px 16px rgba(15, 23, 42, .08);--shadow-focus: 0 0 0 3px rgba(79, 70, 229, .25);--sidebar-width: 280px;--sidebar-collapsed-width: 72px;--header-height: 64px;--content-max-width: 1200px;--transition-fast: .15s ease;--transition-base: .2s ease;--transition-slow: .3s ease;--transition-spring: .3s cubic-bezier(.34, 1.56, .64, 1);--z-base: 0;--z-raised: 10;--z-dropdown: 100;--z-sidebar: 200;--z-header: 300;--z-overlay: 400;--z-modal: 500;--z-toast: 600}h1,h2,h3,h4,h5,h6{font-family:var(--font-family);font-weight:var(--font-weight-bold);line-height:var(--line-height-tight);color:var(--color-text);margin:0}h1{font-size:var(--font-size-4xl)}h2{font-size:var(--font-size-3xl)}h3{font-size:var(--font-size-2xl)}h4{font-size:var(--font-size-xl)}h5{font-size:var(--font-size-lg)}h6{font-size:var(--font-size-base)}p{font-size:var(--font-size-base);line-height:var(--line-height-base);color:var(--color-text-secondary);margin:0}a{color:var(--color-primary);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--color-primary-hover)}strong{font-weight:var(--font-weight-semibold);color:var(--color-text)}code,pre{font-family:var(--font-family-mono);font-size:var(--font-size-sm)}code{background:var(--color-surface-3);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:.1em .35em;color:var(--color-primary)}pre{background:var(--color-surface-3);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-4);overflow-x:auto;scrollbar-width:thin;scrollbar-color:var(--color-border) transparent}pre::-webkit-scrollbar{width:6px;height:6px}pre::-webkit-scrollbar-track{background:transparent}pre::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-full)}pre::-webkit-scrollbar-thumb:hover{background:var(--color-border-strong)}pre code{background:none;border:none;padding:0;color:var(--color-text)}.flex{display:flex}.flex-col{display:flex;flex-direction:column}.grid{display:grid}.hidden{display:none}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:var(--space-2)}.gap-3{gap:var(--space-3)}.gap-4{gap:var(--space-4)}.gap-6{gap:var(--space-6)}.gap-8{gap:var(--space-8)}.p-4{padding:var(--space-4)}.p-6{padding:var(--space-6)}.p-8{padding:var(--space-8)}.mt-4{margin-top:var(--space-4)}.mt-6{margin-top:var(--space-6)}.mt-8{margin-top:var(--space-8)}.text-sm{font-size:var(--font-size-sm)}.text-base{font-size:var(--font-size-base)}.text-lg{font-size:var(--font-size-lg)}.text-xl{font-size:var(--font-size-xl)}.text-muted{color:var(--color-text-muted)}.text-secondary{color:var(--color-text-secondary)}.font-medium{font-weight:var(--font-weight-medium)}.font-semibold{font-weight:var(--font-weight-semibold)}.font-bold{font-weight:var(--font-weight-bold)}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.w-full{width:100%}.h-full{height:100%}.min-h-screen{min-height:100vh}.page{padding:var(--space-8);max-width:var(--content-max-width);margin:0 auto;width:100%}@media(max-width:768px){.page{padding:var(--space-4)}}.page__header{margin-bottom:var(--space-8)}.page__title{font-size:var(--font-size-3xl);font-weight:var(--font-weight-bold);color:var(--color-text);line-height:var(--line-height-tight)}.page__subtitle{font-size:var(--font-size-lg);color:var(--color-text-secondary);margin-top:var(--space-2)}.prose{max-width:var(--prose-max-width);color:var(--color-text-secondary);line-height:var(--prose-line-height);text-wrap:pretty}.prose>*+*{margin-top:var(--prose-block-gap)}.prose p{margin:0;white-space:pre-line}.prose ul,.prose ol{display:flex;flex-direction:column;gap:var(--prose-list-gap);padding-left:var(--space-5)}.prose li{line-height:var(--line-height-base)}.prose--lead{max-width:var(--prose-lead-max-width);font-size:var(--font-size-lg);line-height:var(--line-height-relaxed)}.empty-state{text-align:center;padding:var(--space-16) var(--space-8)}.empty-state__icon{font-size:3rem;margin-bottom:var(--space-4);opacity:.4}.empty-state__title{font-size:var(--font-size-xl);font-weight:var(--font-weight-semibold);color:var(--color-text);margin-bottom:var(--space-2)}.empty-state__description{color:var(--color-text-secondary);max-width:400px;margin:0 auto}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.5}}.skeleton{background:var(--color-surface-3);border-radius:var(--radius-md);animation:skeleton-pulse 1.5s ease-in-out infinite}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in-down{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-in-left{0%{opacity:0;transform:translate(-24px)}to{opacity:1;transform:translate(0)}}@keyframes scale-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes progress-fill{0%{width:0%}}@keyframes spin{to{transform:rotate(360deg)}}.animate-fade-in{animation:fade-in .2s ease forwards}.animate-fade-in-up{animation:fade-in-up .3s ease forwards}.animate-scale-in{animation:scale-in .2s ease forwards}.stagger-1{animation-delay:50ms;opacity:0}.stagger-2{animation-delay:.1s;opacity:0}.stagger-3{animation-delay:.15s;opacity:0}.stagger-4{animation-delay:.2s;opacity:0}.stagger-5{animation-delay:.25s;opacity:0}.stagger-6{animation-delay:.3s;opacity:0}.stagger-7{animation-delay:.35s;opacity:0}.stagger-8{animation-delay:.4s;opacity:0}.stagger-9{animation-delay:.45s;opacity:0}.stagger-10{animation-delay:.5s;opacity:0}.stagger-11{animation-delay:.55s;opacity:0}.stagger-12{animation-delay:.6s;opacity:0}*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:var(--font-family);font-size:var(--font-size-base);font-weight:var(--font-weight-regular);line-height:var(--line-height-base);color:var(--color-text);background-color:var(--color-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}img,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}button{cursor:pointer;background:none;border:none}ul,ol{list-style:none}html{scrollbar-width:thin;scrollbar-color:var(--color-border) transparent}html::-webkit-scrollbar{width:6px;height:6px}html::-webkit-scrollbar-track{background:transparent}html::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-full)}html::-webkit-scrollbar-thumb:hover{background:var(--color-border-strong)}router-outlet+*{animation:fade-in-up var(--transition-slow) ease forwards}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}::selection{background:var(--color-primary-light);color:var(--color-primary-hover)}
