:root{--primary: #00d4ff;--primary-hover: #00bde6;--accent: #ff6b35;--accent-hover: #ff5722;--bg: #0a0a0b;--bg-secondary: #111113;--bg-tertiary: #1a1a1d;--text: #ffffff;--text-secondary: #b0b0b5;--text-muted: #808080;--border: #2a2a2f;--border-light: #3a3a3f;--gradient-primary: linear-gradient(135deg, #00d4ff 0%, #006bff 100%);--gradient-bg: linear-gradient(135deg, #0a0a0b 0%, #111113 50%, #0f0f11 100%);--shadow: 0 4px 20px rgba(0, 212, 255, .1);--shadow-hover: 0 8px 40px rgba(0, 212, 255, .2)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:400;line-height:1.7;color:var(--text);background:var(--gradient-bg);background-attachment:fixed;min-height:100vh;overflow-x:hidden}.container{max-width:900px;margin:0 auto;padding:0 2rem}header{position:sticky;top:0;z-index:100;backdrop-filter:blur(20px);background:#0a0a0bcc;border-bottom:1px solid var(--border)}nav{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 0}.logo{font-size:1.5rem;font-weight:700;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-decoration:none}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:var(--text-secondary);text-decoration:none;font-weight:500;transition:all .3s ease;position:relative}.nav-links a:hover{color:var(--primary)}.nav-links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--gradient-primary);transition:width .3s ease}.nav-links a:hover:after{width:100%}main{padding:4rem 0}h1,h2,h3,h4{line-height:1.2;margin-bottom:1.5rem;font-weight:600}h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:2rem}h2{font-size:2rem;color:var(--text);margin-top:3rem;position:relative}h2:before{content:"";position:absolute;left:-1rem;top:0;width:4px;height:100%;background:var(--gradient-primary);border-radius:2px}h3{font-size:1.5rem;color:var(--primary);margin-top:2rem}p{margin-bottom:1.5rem;color:var(--text-secondary);font-size:1.1rem}a{color:var(--primary);text-decoration:none;transition:all .3s ease}a:hover{color:var(--primary-hover);text-shadow:0 0 8px rgba(0,212,255,.3)}article{background:var(--bg-secondary);border:1px solid var(--border);border-radius:16px;padding:3rem;margin-bottom:3rem;box-shadow:var(--shadow);transition:all .3s ease}article:hover{border-color:var(--border-light);box-shadow:var(--shadow-hover);transform:translateY(-2px)}.post-meta{color:var(--text-muted);font-size:.9rem;margin-bottom:2rem;display:flex;gap:1rem;align-items:center}.post-meta:before{content:"📅";opacity:.7}.post-list{list-style:none;display:grid;gap:2rem}.post-list li{background:var(--bg-secondary);border:1px solid var(--border);border-radius:16px;padding:2.5rem;transition:all .3s ease}.post-list li:hover{border-color:var(--border-light);box-shadow:var(--shadow-hover);transform:translateY(-4px)}.post-list h2{margin-top:0;font-size:1.75rem;margin-bottom:1rem}.post-list h2:before{display:none}.post-list .description{color:var(--text-secondary);font-size:1rem;line-height:1.6}article strong{color:var(--accent);font-weight:600}blockquote{border-left:4px solid var(--accent);background:var(--bg-tertiary);padding:1.5rem 2rem;margin:2rem 0;border-radius:0 12px 12px 0;color:var(--text-secondary);font-style:italic;position:relative}blockquote:before{content:'"';font-size:4rem;color:var(--accent);position:absolute;top:-10px;left:10px;opacity:.3}ul,ol{margin-bottom:1.5rem;padding-left:2rem}li{margin-bottom:.75rem;color:var(--text-secondary)}li::marker{color:var(--accent)}code{background:var(--bg-tertiary);color:var(--primary);padding:.3rem .6rem;border-radius:6px;font-size:.9em;border:1px solid var(--border)}pre{background:var(--bg-tertiary);border:1px solid var(--border);padding:2rem;border-radius:12px;overflow-x:auto;margin:2rem 0;position:relative}pre:before{content:"";position:absolute;top:1rem;left:1rem;width:12px;height:12px;background:#ff5f56;border-radius:50%;box-shadow:20px 0 #ffbd2e,40px 0 #27ca3f}pre code{background:none;padding:0;border:none;color:var(--text);font-family:Monaco,Consolas,monospace}table{width:100%;border-collapse:collapse;margin:2rem 0;background:var(--bg-secondary);border-radius:12px;overflow:hidden;border:1px solid var(--border)}th,td{padding:1rem 1.5rem;text-align:left;border-bottom:1px solid var(--border)}th{background:var(--bg-tertiary);font-weight:600;color:var(--text)}td{color:var(--text-secondary)}footer{margin-top:6rem;padding:3rem 0;border-top:1px solid var(--border);background:var(--bg-secondary);text-align:center}footer p{color:var(--text-muted);margin:0}@media (max-width: 768px){.container{padding:0 1rem}nav{flex-direction:column;gap:1rem;padding:1rem 0}.nav-links{gap:1.5rem}article{padding:2rem}.post-list li{padding:2rem}h1{font-size:2.5rem}h2{font-size:1.5rem}}*{transition:color .3s ease,border-color .3s ease}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}
