:root{--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--radius-xl: 20px;--radius-full: 9999px;--bg: #f7f8fa;--bg-subtle: #eef0f4;--surface: #ffffff;--surface-raised: #ffffff;--surface-subtle: #fafbfc;--border: #e5e7eb;--border-subtle: #f1f3f5;--border-strong: #d1d5db;--text: #0f172a;--text-secondary: #475569;--text-muted: #94a3b8;--text-inverse: #ffffff;--accent: #3b82f6;--accent-hover: #2563eb;--accent-soft: #eff6ff;--accent-border: #bfdbfe;--success: #10b981;--success-soft: #ecfdf5;--warning: #f59e0b;--warning-soft: #fffbeb;--danger: #ef4444;--danger-soft: #fef2f2;--purple: #7c3aed;--purple-soft: #f5f3ff;--sidebar: #0f172a;--sidebar-active: #1e293b;--sidebar-text: #cbd5e1;--sidebar-text-active: #ffffff;--sidebar-text-muted: #64748b;--sidebar-border: #1e293b;--shadow-xs: 0 1px 2px rgba(15, 23, 42, .04);--shadow-sm: 0 1px 3px rgba(15, 23, 42, .06), 0 1px 2px rgba(15, 23, 42, .04);--shadow-md: 0 4px 6px -1px rgba(15, 23, 42, .06), 0 2px 4px -1px rgba(15, 23, 42, .04);--shadow-lg: 0 10px 20px -4px rgba(15, 23, 42, .08), 0 4px 8px -2px rgba(15, 23, 42, .04);--shadow-xl: 0 20px 40px -8px rgba(15, 23, 42, .12), 0 8px 16px -4px rgba(15, 23, 42, .06);--shadow-focus: 0 0 0 3px rgba(59, 130, 246, .15)}[data-theme=dark]{--bg: #0a0c12;--bg-subtle: #0f1218;--surface: #141821;--surface-raised: #1a1f2b;--surface-subtle: #12151d;--border: #252a37;--border-subtle: #1c2029;--border-strong: #3a4050;--text: #e2e8f0;--text-secondary: #94a3b8;--text-muted: #64748b;--accent: #60a5fa;--accent-hover: #3b82f6;--accent-soft: rgba(96, 165, 250, .12);--accent-border: rgba(96, 165, 250, .3);--success-soft: rgba(16, 185, 129, .12);--warning-soft: rgba(245, 158, 11, .12);--danger-soft: rgba(239, 68, 68, .12);--purple-soft: rgba(124, 58, 237, .12);--sidebar: #070810;--sidebar-active: #151a26;--sidebar-text: #94a3b8;--sidebar-text-active: #ffffff;--sidebar-text-muted: #475569;--sidebar-border: #1a1f2b;--shadow-xs: 0 1px 2px rgba(0, 0, 0, .3);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .35), 0 1px 2px rgba(0, 0, 0, .25);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .4), 0 2px 4px -1px rgba(0, 0, 0, .25);--shadow-lg: 0 10px 20px -4px rgba(0, 0, 0, .5), 0 4px 8px -2px rgba(0, 0, 0, .3);--shadow-xl: 0 20px 40px -8px rgba(0, 0, 0, .6), 0 8px 16px -4px rgba(0, 0, 0, .3);--shadow-focus: 0 0 0 3px rgba(96, 165, 250, .25)}*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:var(--font-sans);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"cv02","cv03","cv04","cv11"}body{min-height:100vh}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em}code,pre,kbd,samp{font-family:var(--font-mono)}button{font-family:inherit}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:none;box-shadow:var(--shadow-focus)}input,textarea,select{font-family:inherit}a{color:inherit}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:999px;border:2px solid var(--bg)}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}::selection{background:var(--accent);color:#fff}.pc-transition{transition:all .18s cubic-bezier(.4,0,.2,1)}.pc-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.pc-card-hover{transition:transform .18s cubic-bezier(.4,0,.2,1),box-shadow .18s cubic-bezier(.4,0,.2,1)}.pc-card-hover:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.pc-eyebrow{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary)}.pc-texture{position:relative}.pc-texture:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 1px 1px,rgba(255,255,255,.03) 1px,transparent 0);background-size:24px 24px;pointer-events:none}@keyframes pc-fade-in-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.pc-stagger>*{animation:pc-fade-in-up .5s cubic-bezier(.4,0,.2,1) both}.pc-stagger>*:nth-child(1){animation-delay:.04s}.pc-stagger>*:nth-child(2){animation-delay:.08s}.pc-stagger>*:nth-child(3){animation-delay:.12s}.pc-stagger>*:nth-child(4){animation-delay:.16s}.pc-stagger>*:nth-child(5){animation-delay:.2s}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pc-pulse{0%,to{opacity:1}50%{opacity:.5}}[data-theme=dark] .white-card,[data-theme=dark] div[style*="background: white"],[data-theme=dark] div[style*="background:'white'"]{background:var(--surface)!important;border-color:var(--border)!important}[data-theme=dark] input,[data-theme=dark] textarea,[data-theme=dark] select{background:var(--surface-subtle)!important;border-color:var(--border-strong)!important;color:var(--text)!important}[data-theme=dark] table{color:var(--text)}[data-theme=dark] th{color:var(--text-secondary)!important}[data-theme=dark] td,[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3{color:var(--text)!important}[data-theme=dark] p{color:var(--text-secondary)!important}
