@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap";:root{font-family:Space Grotesk,JetBrains Mono,system-ui,sans-serif;line-height:1.6;font-weight:400;color:#f5f7ff;background-color:#01030d;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background-color:#01030d;color:#f5f7ff}a{color:inherit}button{font-family:inherit}#root{min-height:100vh}.app-shell{position:relative;isolation:isolate;padding:clamp(1rem,2vw,2.5rem);max-width:1200px;margin:0 auto}.grid-background{position:fixed;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:48px 48px;opacity:.6;z-index:-2}.top-tabs{display:flex;gap:1.5rem;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.1)}.tab{background:transparent;border:none;padding:0;text-align:left;display:flex;flex-direction:column;gap:.3rem;cursor:pointer;color:#ffffffb3;transition:color .2s ease}.tab:focus-visible{outline:2px solid #79ffe1;outline-offset:4px}.tab-title{font-size:1.05rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.tab-subtitle{font-size:.85rem;color:#ffffff8c}.tab.active .tab-title{color:#79ffe1}.tab.active .tab-subtitle{color:#fffc}.panel{border:1px solid rgba(255,255,255,.08);border-radius:24px;background:linear-gradient(145deg,#060a19f2,#03040cf2);padding:1.75rem;box-shadow:0 10px 40px #00000073,inset 0 0 0 1px #ffffff0a;position:relative;overflow:hidden}.panel:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 10% 20%,rgba(0,255,255,.15),transparent 50%),radial-gradient(circle at 80% 0%,rgba(255,0,255,.2),transparent 40%);opacity:.5;pointer-events:none}.panel-headline{position:relative;z-index:1}.eyebrow{text-transform:uppercase;letter-spacing:.3em;font-size:.75rem;color:#79ffe1;margin:0 0 .5rem}.panel h1,.panel h2,.panel h3{margin:.2rem 0}.panel-body{position:relative;z-index:1;margin-top:1.5rem}.about-body{font-family:JetBrains Mono,monospace;font-size:.95rem;color:#ffffffde;max-height:360px;overflow:auto}.about-body h1,.about-body h2,.about-body h3{font-family:Space Grotesk,sans-serif}.about-body ul{padding-left:1.2rem}.blog-highlight{background:#06f7ff14;border-radius:16px;padding:1.5rem;border:1px solid rgba(121,255,225,.3)}.muted{color:#fff9;font-size:.85rem;margin-bottom:.25rem}.meta-row{display:flex;gap:1rem;font-size:.85rem;color:#ffffffa6;margin-bottom:.75rem}.ghost-button{appearance:none;background:transparent;border:1px solid rgba(255,255,255,.4);color:#f5f7ff;padding:.5rem 1.25rem;border-radius:999px;letter-spacing:.05em;text-transform:uppercase;font-size:.75rem;transition:border-color .2s ease,transform .2s ease}.ghost-button:hover{border-color:#79ffe1;transform:translateY(-2px)}.ghost-button.back{margin-bottom:1rem}.panel-footer.tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.25rem}.tag-chip{background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:999px;padding:.25rem .75rem;font-size:.8rem;color:inherit;cursor:pointer;display:inline-flex;align-items:center;gap:.25rem;background-clip:padding-box;outline:none}.tag-chip.active{border-color:#79ffe1;color:#79ffe1}.tag-chip:focus-visible{outline:2px solid #79ffe1;outline-offset:2px}.content-shell{position:relative;border:1px solid rgba(255,255,255,.08);border-radius:32px;padding:clamp(1.5rem,2vw,2.5rem);background:#020514d9;box-shadow:0 20px 80px #00000073;overflow:hidden}.list-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:1rem}.post-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.post-card{border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:1.25rem;background:#ffffff03;cursor:pointer;transition:transform .25s ease,border-color .25s ease,background .25s ease}.post-card:hover,.post-card:focus-visible{transform:translateY(-4px);border-color:#79ffe1;background:#79ffe114}.post-meta{display:flex;justify-content:space-between;font-size:.8rem;color:#ffffff8c}.post-card h3{margin:.7rem 0 .4rem}.post-card p{margin:0 0 .8rem;color:#ffffffbf}.post-detail{max-width:720px;margin:0 auto}.post-detail .lead{font-size:1.05rem;color:#fffc}.post-body{margin-top:2rem;line-height:1.8}.post-body pre{background:#070b1a;padding:1rem;border-radius:16px;overflow:auto;border:1px solid rgba(255,255,255,.08)}.post-body code{font-family:JetBrains Mono,monospace;font-size:.95rem}.post-body h2,.post-body h3{margin-top:2rem}.post-body a{color:#79ffe1}.loading-overlay{position:absolute;inset:0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#01030db3;display:flex;justify-content:center;align-items:center;font-size:1.1rem;font-weight:600}.error,.error-banner{background:#ff5d5d1a;border:1px solid rgba(255,93,93,.4);color:#ff9e9e;padding:.75rem 1rem;border-radius:14px;margin-top:1rem}.error-banner{position:absolute;right:1.5rem;bottom:1.5rem;z-index:3}.post-body blockquote{border-left:3px solid #79ffe1;margin:1.5rem 0;padding-left:1rem;color:#ffffffbf}.hero-single{margin-bottom:2rem}.about-view{display:flex;flex-direction:column;gap:2rem}.about-hero h1{margin:.25rem 0}.about-full{border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:2rem;background:#ffffff05;line-height:1.8}.about-full h1,.about-full h2,.about-full h3{font-family:Space Grotesk,sans-serif}.about-full ul{padding-left:1.25rem}.about-full li{margin-bottom:.5rem}.list-meta{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.filter-pill{border:1px solid rgba(121,255,225,.35);border-radius:999px;background:transparent;color:#79ffe1;font-size:.8rem;padding:.2rem .75rem;cursor:pointer}@media(max-width:640px){.panel,.content-shell{padding:1.25rem}.post-cards{grid-template-columns:1fr}.top-tabs{flex-direction:column;gap:1rem}}
