:root{--bg-void: #08070A;--bg-primary: #0A0A0F;--bg-elevated: #12111A;--bg-surface: #1A1926;--bg-overlay: #222133;--steel-50: #EEF3F7;--steel-100: #D1DEE8;--steel-200: #A8C0D4;--steel-300: #7B9FBF;--steel-400: #5A82A5;--steel-500: #3D6689;--steel-600: #2D4E6C;--steel-700: #243747;--steel-800: #1A2733;--steel-900: #0F1820;--gold-300: #F0B940;--gold-500: #C9972E;--gold-700: #8B6914;--text-primary: #F0ECE4;--text-secondary: #A8A2B0;--text-muted: #6B6578;--text-steel: #A8C0D4;--text-gold: #F5CB4E;--border-subtle: #1F1E2A;--border-default: #2A2840;--border-emphasis: #3D3A58;--border-steel: rgba(123, 159, 191, .3);--border-steel-strong: rgba(123, 159, 191, .6);--state-success: #4ADE80;--state-success-muted: rgba(74, 222, 128, .15);--state-warning: #F0B940;--state-warning-muted: rgba(240, 185, 64, .15);--state-error: #F87171;--state-error-muted: rgba(248, 113, 113, .15);--state-info: #7B9FBF;--state-info-muted: rgba(123, 159, 191, .15);--content-max-width: 1280px;--article-max-width: 780px;--sidebar-width: 260px;--header-height: 56px;--font-display: "Rajdhani", sans-serif;--font-body: "Inter", sans-serif;--font-mono: "JetBrains Mono", monospace;--ease-smooth: cubic-bezier(.22, 1, .36, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1);--duration-fast: .15s;--duration-normal: .3s;--duration-slow: .5s;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--focus-ring: 0 0 0 2px var(--bg-primary), 0 0 0 4px var(--steel-300)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;scroll-behavior:smooth}body{font-family:var(--font-body);font-size:1rem;line-height:1.5;color:var(--text-primary);background-color:var(--bg-primary);min-height:100vh;overflow-x:hidden}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:600;line-height:1.15;letter-spacing:-.025em;color:var(--text-primary)}h1{font-size:2.25rem;font-weight:700}h2{font-size:1.875rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}p{margin-bottom:1rem;color:var(--text-secondary)}a{color:var(--steel-300);text-decoration:none;transition:color var(--duration-fast) ease}a:hover{color:var(--steel-200)}a:focus-visible{outline:none;box-shadow:var(--focus-ring);border-radius:var(--radius-sm)}strong{font-weight:600;color:var(--text-primary)}code{font-family:var(--font-mono);font-size:.875em;background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);padding:.15em .4em;color:var(--text-steel)}pre{font-family:var(--font-mono);font-size:.875rem;line-height:1.7;background:var(--bg-void);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:1.25rem 1.5rem;overflow-x:auto;margin:1.5rem 0}pre code{background:none;border:none;padding:0;font-size:inherit;color:var(--text-primary)}img{max-width:100%;height:auto;display:block}::selection{background:#7b9fbf4d;color:var(--text-primary)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-void)}::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--border-emphasis)}.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}.container{width:100%;max-width:var(--content-max-width);margin:0 auto;padding:0 1.5rem}@media(min-width:768px){.container{padding:0 2rem}}.prose{max-width:var(--article-max-width);color:var(--text-secondary);line-height:1.75;font-size:1rem}.prose h1{font-size:2.25rem;margin:2.5rem 0 1rem;color:var(--text-primary)}.prose h2{font-size:1.75rem;margin:2.25rem 0 .75rem;padding-bottom:.5rem;border-bottom:1px solid var(--border-subtle);color:var(--text-primary)}.prose h3{font-size:1.375rem;margin:2rem 0 .625rem;color:var(--text-primary)}.prose h4{font-size:1.125rem;margin:1.75rem 0 .5rem;color:var(--text-primary)}.prose p{margin:0 0 1.25rem}.prose a{color:var(--steel-300);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;text-decoration-color:var(--border-steel);transition:color var(--duration-fast) ease,text-decoration-color var(--duration-fast) ease}.prose a:hover{color:var(--steel-200);text-decoration-color:var(--steel-300)}.prose ul,.prose ol{margin:0 0 1.25rem;padding-left:1.75rem}.prose li{margin-bottom:.5rem}.prose li::marker{color:var(--steel-400)}.prose blockquote{border-left:3px solid var(--steel-500);background:var(--bg-elevated);padding:1rem 1.25rem;margin:1.5rem 0;border-radius:0 var(--radius-md) var(--radius-md) 0;color:var(--text-secondary);font-style:italic}.prose blockquote p:last-child{margin-bottom:0}.prose hr{border:none;height:1px;background:var(--border-subtle);margin:2rem 0}.prose table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.875rem}.prose thead th{background:var(--bg-surface);padding:.75rem 1rem;text-align:left;font-family:var(--font-display);font-weight:600;font-size:.875rem;letter-spacing:.025em;text-transform:uppercase;color:var(--text-steel);border-bottom:2px solid var(--border-default)}.prose tbody td{padding:.75rem 1rem;border-bottom:1px solid var(--border-subtle);color:var(--text-secondary)}.prose tbody tr:hover{background:var(--bg-elevated)}.prose img{border-radius:var(--radius-md);border:1px solid var(--border-subtle);margin:1.5rem 0}.prose h2 a.heading-anchor,.prose h3 a.heading-anchor,.prose h4 a.heading-anchor{text-decoration:none;color:var(--text-muted);margin-left:.35em;opacity:0;transition:opacity var(--duration-fast) ease}.prose h2:hover a.heading-anchor,.prose h3:hover a.heading-anchor,.prose h4:hover a.heading-anchor{opacity:1}.prose h2 a.heading-anchor:hover,.prose h3 a.heading-anchor:hover,.prose h4 a.heading-anchor:hover{color:var(--steel-300)}pre code .comment,pre code .prolog,pre code .doctype,pre code .cdata{color:var(--text-muted)}pre code .punctuation{color:var(--text-secondary)}pre code .property,pre code .tag,pre code .boolean,pre code .number,pre code .constant,pre code .symbol{color:#e8a825}pre code .selector,pre code .attr-name,pre code .string,pre code .char,pre code .builtin{color:#4ade80}pre code .operator,pre code .entity,pre code .url{color:var(--steel-300)}pre code .atrule,pre code .attr-value,pre code .keyword{color:#a8c0d4}pre code .function,pre code .class-name{color:#f0b940}pre code .regex,pre code .important,pre code .variable{color:#f87171}pre code .line-number{display:inline-block;width:2.5em;text-align:right;margin-right:1.5em;color:var(--text-muted);user-select:none}.tag{display:inline-flex;align-items:center;font-family:var(--font-mono);font-size:.6875rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;padding:.2em .6em;border-radius:var(--radius-sm);background:var(--bg-surface);border:1px solid var(--border-subtle);color:var(--text-steel);white-space:nowrap;transition:background var(--duration-fast) ease,border-color var(--duration-fast) ease}.tag:hover{background:var(--bg-overlay);border-color:var(--border-default)}.tag--steel{background:#7b9fbf1a;border-color:#7b9fbf33;color:var(--steel-300)}.tag--gold{background:#c9972e1a;border-color:#c9972e33;color:var(--gold-500)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}.animate-fade-in{animation:fadeIn var(--duration-normal) var(--ease-smooth) both}.animate-fade-in-up{animation:fadeInUp var(--duration-slow) var(--ease-smooth) both}.animate-slide-in-left{animation:slideInLeft var(--duration-normal) var(--ease-smooth) both}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}.delay-5{animation-delay:.5s}
