*{margin:0;padding:0;box-sizing:border-box}img,video,iframe,embed,object{max-width:100%;height:auto}:root{--color-bg-primary: #ffffff;--color-bg-secondary: #fafafa;--color-bg-tertiary: #f5f5f5;--color-bg-elevated: #ffffff;--color-bg-hover: rgba(0, 0, 0, .02);--color-bg-active: rgba(0, 0, 0, .04);--color-bg-glass: rgba(255, 255, 255, .8);--color-bg-glass-strong: rgba(255, 255, 255, .95);--color-text-primary: #0a0a0a;--color-text-secondary: #525252;--color-text-tertiary: #a3a3a3;--color-text-muted: #d4d4d4;--color-text-inverted: #ffffff;--color-border: rgba(0, 0, 0, .08);--color-border-subtle: rgba(0, 0, 0, .04);--color-border-hover: rgba(0, 0, 0, .12);--color-border-focus: rgba(99, 102, 241, .5);--color-primary: #6366f1;--color-primary-dark: #4f46e5;--color-primary-light: #818cf8;--color-primary-muted: rgba(99, 102, 241, .1);--color-primary-hover: rgba(99, 102, 241, .05);--gradient-primary: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);--gradient-primary-hover: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);--gradient-shine: linear-gradient(135deg, rgba(255,255,255,.2) 0%, transparent 50%, rgba(255,255,255,.1) 100%);--color-success: #10b981;--color-success-muted: rgba(16, 185, 129, .1);--color-warning: #f59e0b;--color-warning-muted: rgba(245, 158, 11, .1);--color-error: #ef4444;--color-error-muted: rgba(239, 68, 68, .1);--color-info: #3b82f6;--color-info-muted: rgba(59, 130, 246, .1);--color-code-bg: #0f0f10;--color-code-text: #e4e4e7;--color-code-border: rgba(255, 255, 255, .06);--color-code-header: #18181b;--shadow-xs: 0 1px 2px rgba(0, 0, 0, .04);--shadow-sm: 0 2px 4px rgba(0, 0, 0, .04), 0 1px 2px rgba(0, 0, 0, .06);--shadow-md: 0 4px 8px rgba(0, 0, 0, .04), 0 2px 4px rgba(0, 0, 0, .06);--shadow-lg: 0 12px 24px rgba(0, 0, 0, .06), 0 4px 8px rgba(0, 0, 0, .04);--shadow-xl: 0 24px 48px rgba(0, 0, 0, .08), 0 12px 24px rgba(0, 0, 0, .04);--shadow-2xl: 0 32px 64px rgba(0, 0, 0, .12);--shadow-glow: 0 0 40px rgba(99, 102, 241, .15);--shadow-glow-lg: 0 0 80px rgba(99, 102, 241, .2);--shadow-focus: 0 0 0 3px rgba(99, 102, 241, .25);--shadow-card: 0 1px 3px rgba(0, 0, 0, .04), 0 4px 12px rgba(0, 0, 0, .03);--shadow-card-hover: 0 8px 24px rgba(0, 0, 0, .08), 0 4px 8px rgba(0, 0, 0, .04);--shadow-button: 0 1px 2px rgba(0, 0, 0, .05), 0 2px 4px rgba(0, 0, 0, .05);--shadow-button-hover: 0 4px 12px rgba(99, 102, 241, .25);--radius-xs: 4px;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-2xl: 20px;--radius-3xl: 24px;--radius-full: 9999px;--ease-out-expo: cubic-bezier(.16, 1, .3, 1);--ease-out-quint: cubic-bezier(.22, 1, .36, 1);--ease-in-out: cubic-bezier(.4, 0, .2, 1);--transition: all .2s var(--ease-out-expo);--transition-fast: all .15s var(--ease-out-expo);--transition-slow: all .3s var(--ease-out-expo);--transition-colors: color .15s ease, background-color .15s ease, border-color .15s ease;--content-max-width: 740px;--sidebar-width: 280px;--header-height: 64px;--blur-sm: 8px;--blur-md: 16px;--blur-lg: 24px;--blur-xl: 40px}[data-theme=dark]{--color-bg-primary: #09090b;--color-bg-secondary: #0f0f12;--color-bg-tertiary: #18181b;--color-bg-elevated: #141417;--color-bg-hover: rgba(255, 255, 255, .03);--color-bg-active: rgba(255, 255, 255, .06);--color-bg-glass: rgba(9, 9, 11, .8);--color-bg-glass-strong: rgba(9, 9, 11, .95);--color-text-primary: #fafafa;--color-text-secondary: #a1a1aa;--color-text-tertiary: #71717a;--color-text-muted: #3f3f46;--color-text-inverted: #09090b;--color-border: rgba(255, 255, 255, .08);--color-border-subtle: rgba(255, 255, 255, .04);--color-border-hover: rgba(255, 255, 255, .12);--color-border-focus: rgba(129, 140, 248, .5);--color-primary: #818cf8;--color-primary-dark: #6366f1;--color-primary-light: #a5b4fc;--color-primary-muted: rgba(129, 140, 248, .15);--color-primary-hover: rgba(129, 140, 248, .08);--gradient-primary: linear-gradient(135deg, #818cf8 0%, #a78bfa 100%);--gradient-primary-hover: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);--color-success-muted: rgba(16, 185, 129, .15);--color-warning-muted: rgba(245, 158, 11, .15);--color-error-muted: rgba(239, 68, 68, .15);--color-info-muted: rgba(59, 130, 246, .15);--color-code-bg: #0c0c0e;--color-code-text: #e4e4e7;--color-code-border: rgba(255, 255, 255, .06);--color-code-header: #141417;--shadow-sm: 0 2px 4px rgba(0, 0, 0, .3);--shadow-md: 0 4px 8px rgba(0, 0, 0, .4);--shadow-lg: 0 12px 24px rgba(0, 0, 0, .5);--shadow-xl: 0 24px 48px rgba(0, 0, 0, .6);--shadow-glow: 0 0 40px rgba(129, 140, 248, .12);--shadow-glow-lg: 0 0 80px rgba(129, 140, 248, .15);--shadow-focus: 0 0 0 3px rgba(129, 140, 248, .3);--shadow-card: 0 1px 3px rgba(0, 0, 0, .4), 0 4px 12px rgba(0, 0, 0, .3);--shadow-card-hover: 0 8px 24px rgba(0, 0, 0, .5);--shadow-button-hover: 0 4px 12px rgba(129, 140, 248, .3)}html{scroll-behavior:smooth;overflow-x:hidden;width:100%;height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"cv02","cv03","cv04","cv11";background-color:var(--color-bg-primary);color:var(--color-text-primary);line-height:1.6;letter-spacing:-.011em;font-weight:400;font-size:15px;transition:background-color .3s ease,color .3s ease;overflow-x:hidden;width:100%;min-height:100%;position:relative}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;opacity:.015;z-index:9999;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E")}::selection{background-color:var(--color-primary);color:#fff}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border-hover);border-radius:var(--radius-full);border:3px solid transparent;background-clip:content-box}::-webkit-scrollbar-thumb:hover{background:var(--color-text-tertiary);border:3px solid transparent;background-clip:content-box}*{scrollbar-width:thin;scrollbar-color:var(--color-border-hover) transparent}:focus-visible{outline:none;box-shadow:var(--shadow-focus)}:focus{outline:none}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.25;margin-bottom:.75rem;letter-spacing:-.025em;color:var(--color-text-primary)}h1{font-size:2.5rem;font-weight:700;letter-spacing:-.03em;line-height:1.15;background:linear-gradient(135deg,var(--color-text-primary) 0%,var(--color-text-secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}h2{font-size:1.75rem;font-weight:600;letter-spacing:-.025em;line-height:1.2}h3{font-size:1.25rem;font-weight:600;letter-spacing:-.02em;line-height:1.3}h4{font-size:1.0625rem;font-weight:600;letter-spacing:-.015em;line-height:1.35}p{margin-bottom:1rem;line-height:1.7;letter-spacing:-.006em;color:var(--color-text-secondary)}a{color:var(--color-primary);text-decoration:none;transition:var(--transition-fast);font-weight:500;position:relative}a:hover{color:var(--color-primary-dark)}a:not([class]):after{content:"";position:absolute;bottom:-1px;left:0;width:0;height:1px;background:currentColor;transition:width .2s var(--ease-out-expo)}a:not([class]):hover:after{width:100%}ul,ol{margin-bottom:1rem;padding-left:1.5rem}li{margin-bottom:.5rem;color:var(--color-text-secondary)}li::marker{color:var(--color-text-tertiary)}code{font-family:JetBrains Mono,SF Mono,Fira Code,Monaco,Consolas,monospace;font-feature-settings:"liga" 1,"calt" 1;font-size:.875em;padding:.2rem .45rem;border-radius:var(--radius-sm);background:var(--color-bg-tertiary);color:var(--color-primary);font-weight:500;letter-spacing:0}pre{overflow-x:auto;padding:1.25rem 1.5rem;border-radius:var(--radius-xl);background:var(--color-code-bg);color:var(--color-code-text);font-size:13.5px;line-height:1.75;border:1px solid var(--color-code-border);position:relative}pre:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent)}pre code{background:transparent;padding:0;color:inherit;font-weight:400;font-size:inherit}table{width:100%;max-width:100%;border-collapse:collapse;margin:1.5rem 0;background:var(--color-bg-primary);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--color-border)}@media(max-width:768px){table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}}th,td{padding:.875rem 1.25rem;text-align:left;border-bottom:1px solid var(--color-border)}th{background:var(--color-bg-secondary);font-weight:500;color:var(--color-text-secondary);font-size:.75rem;text-transform:uppercase;letter-spacing:.06em}td{font-size:.875rem;color:var(--color-text-primary)}tr:last-child td{border-bottom:none}tr:hover td{background:var(--color-bg-hover)}img{max-width:100%;height:auto;border-radius:var(--radius-lg)}button{font-family:inherit;cursor:pointer;border:none;background:none;transition:var(--transition);font-weight:500;font-size:.875rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}button:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.gradient-text{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.glass{background:var(--color-bg-glass);backdrop-filter:blur(var(--blur-md));-webkit-backdrop-filter:blur(var(--blur-md))}.glow{box-shadow:var(--shadow-glow)}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.skeleton{background:linear-gradient(90deg,var(--color-bg-tertiary) 25%,var(--color-bg-secondary) 50%,var(--color-bg-tertiary) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:var(--radius-md)}code[class*=language-],pre[class*=language-]{color:#ccc;background:none;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background:#2d2d2d}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.comment,.token.block-comment,.token.prolog,.token.doctype,.token.cdata{color:#999}.token.punctuation{color:#ccc}.token.tag,.token.attr-name,.token.namespace,.token.deleted{color:#e2777a}.token.function-name{color:#6196cc}.token.boolean,.token.number,.token.function{color:#f08d49}.token.property,.token.class-name,.token.constant,.token.symbol{color:#f8c555}.token.selector,.token.important,.token.atrule,.token.keyword,.token.builtin{color:#cc99cd}.token.string,.token.char,.token.attr-value,.token.regex,.token.variable{color:#7ec699}.token.operator,.token.entity,.token.url{color:#67cdcc}.token.important,.token.bold{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}.token.inserted{color:green}
