:root{--background:#070807;--foreground:#f4f7f5;--card:#101311;--card-foreground:#f4f7f5;--muted:#181c19;--muted-foreground:#939b96;--border:#252b27;--border-strong:#363e39;--primary:#10a37f;--primary-hover:#0b8a6b;--primary-muted:#10a37f1a;--primary-foreground:#fff;--secondary:#f59e0b;--accent:#6d8cff;--accent-foreground:#fff;--destructive:#ef4444;--destructive-foreground:#fff;--surface-subtle:#0b0d0c;--surface-raised:#131714;--surface-hover:#191e1b;--surface-overlay:#101311eb;--font-sans:Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono:"SFMono-Regular", Consolas, "Liberation Mono", monospace;--text-xs:.75rem;--text-sm:.875rem;--text-md:1rem;--text-lg:1.125rem;--text-xl:1.375rem;--text-2xl:1.75rem;--text-display:clamp(3rem, 7vw, 5.75rem);--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;--radius-sm:.375rem;--radius-md:.625rem;--radius-lg:.875rem;--radius-xl:1.125rem;--radius-pill:999px;--shadow-sm:0 1px 2px #00000047;--shadow-md:0 18px 50px #0000004d;--focus-ring:0 0 0 3px #10a37f2e;--motion-fast:.14s;--motion-base:.22s;--ease-out:cubic-bezier(.22, 1, .36, 1);--content-sm:42rem;--content-md:64rem;--content-lg:80rem}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;overflow-x:clip}body{color:var(--foreground);background:var(--background);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility}a{color:inherit;text-decoration:none}input,button,textarea,select{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}:focus-visible{outline:1px solid var(--primary);outline-offset:2px;box-shadow:var(--focus-ring)}::selection{color:var(--foreground);background:#10a37f40}@keyframes linkgpt-spin{to{transform:rotate(360deg)}}@keyframes fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes glow-pulse{0%,to{opacity:.5}50%{opacity:.8}}.animate-spin{animation:.8s linear infinite linkgpt-spin}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.blog-article{max-width:42rem;margin:0 auto;padding:4rem 1.5rem 6rem}.blog-index{padding:4rem 1.5rem 6rem}.blog-shell{max-width:48rem;margin:0 auto}.blog-kicker{color:var(--primary);letter-spacing:.08em;text-transform:uppercase;margin-bottom:1rem;font-size:.875rem;font-weight:600}.blog-shell h1{margin-bottom:1rem;font-size:clamp(2.25rem,5vw,4rem);line-height:1.05}.blog-shell h1 a{color:var(--foreground);transition:color .22s;display:inline-block;position:relative}.blog-shell h1 a:after{content:"";transform-origin:0;background:currentColor;width:100%;height:2px;transition:transform .22s;position:absolute;bottom:-.12em;left:0;transform:scaleX(0)}.blog-shell h1 a:hover:after{transform:scaleX(1)}.blog-shell h1 a:hover{color:var(--primary)}.blog-intro{max-width:40rem;color:var(--muted-foreground);font-size:1.0625rem;line-height:1.8}.blog-list{gap:1rem;margin-top:3rem;display:grid}.blog-card,.blog-empty{border:1px solid var(--border);background:#ffffff05;border-radius:1rem;padding:1.5rem;display:block}.blog-card{transition:border-color .2s,transform .2s,background .2s}.blog-card:hover{background:#ffffff08;border-color:#10a37f8c;transform:translateY(-2px)}.blog-card-meta{color:var(--muted-foreground);flex-wrap:wrap;gap:.75rem;margin-bottom:.9rem;font-size:.875rem;display:flex}.blog-card h2,.blog-empty h2{margin-bottom:.75rem;font-size:1.375rem;line-height:1.35}.blog-card p:last-child,.blog-empty p{color:var(--muted-foreground);line-height:1.7}.blog-article header{margin-bottom:3rem}.blog-back-link{color:var(--primary);margin-bottom:1.5rem;display:inline-block}.blog-back-link:hover{opacity:.8}.blog-article header h1{margin-bottom:1rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:700;line-height:1.25}.blog-article header .blog-meta{color:var(--muted-foreground);align-items:center;gap:.75rem;font-size:.875rem;display:flex}.blog-article header .blog-meta span:not(:last-child):after{content:"·";margin-left:.75rem}.blog-article .blog-content h2{color:var(--foreground);margin-top:2.5rem;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.blog-article .blog-content h3{color:var(--foreground);margin-top:2rem;margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.blog-article .blog-content p{color:var(--muted-foreground);margin-bottom:1.5rem;font-size:1.0625rem;line-height:1.8}.blog-article .blog-content a{color:var(--primary);text-underline-offset:2px;text-decoration:underline}.blog-article .blog-content a:hover{opacity:.8}.blog-article .blog-content strong{color:var(--foreground);font-weight:600}.blog-article .blog-content ul,.blog-article .blog-content ol{margin-bottom:1.5rem;padding-left:1.5rem}.blog-article .blog-content li{color:var(--muted-foreground);margin-bottom:.5rem;font-size:1.0625rem;line-height:1.8}.blog-article .blog-content blockquote{border-left:3px solid var(--primary);color:var(--muted-foreground);margin:2rem 0;padding-left:1.25rem;font-style:italic}.blog-article .blog-content code{background:var(--muted);border-radius:.25rem;padding:.15em .4em;font-family:SF Mono,Fira Code,monospace;font-size:.9em}.blog-article .blog-content pre{background:var(--card);border:1px solid var(--border);border-radius:.5rem;margin-bottom:1.5rem;padding:1.25rem;overflow-x:auto}.blog-article .blog-content pre code{background:0 0;padding:0}.blog-article .blog-content hr{border:none;border-top:1px solid var(--border);margin:2.5rem 0}.blog-article .blog-content img{border-radius:.5rem;max-width:100%;margin:2rem 0}.blog-article .blog-content table{border-collapse:collapse;border:1px solid var(--border);background:#ffffff05;border-radius:.75rem;width:100%;margin:2rem 0;overflow:hidden}.blog-article .blog-content th,.blog-article .blog-content td{border:1px solid var(--border);text-align:left;vertical-align:top;padding:.9rem 1rem}.blog-article .blog-content th{color:var(--foreground);background:var(--muted);font-weight:600}.blog-article .blog-content td{color:var(--muted-foreground)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
