@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;800&family=Inter:wght@400;500;700&display=swap";
:root{--bg-main:#0b0e14;--bg-glass:#14182299;--bg-card:#ffffff08;--border-color:#ffffff14;--text-main:#e2e8f0;--text-muted:#94a3b8;--accent-color:#8b5cf6;--accent-hover:#a78bfa;--heading-font:"Outfit", sans-serif;--body-font:"Inter", sans-serif;--max-w:800px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-main);color:var(--text-main);font-family:var(--body-font);background-image:radial-gradient(circle at 15%,#8b5cf614,#0000 25%),radial-gradient(circle at 85% 30%,#38bdf814,#0000 25%);background-attachment:fixed;line-height:1.6}a{color:var(--text-main);text-decoration:none;transition:color .2s}a:hover{color:var(--accent-hover)}.container{max-width:var(--max-w);margin:0 auto;padding:0 1.5rem}h1,h2,h3,h4,h5,h6{font-family:var(--heading-font);color:#fff;font-weight:800;line-height:1.2}p{margin-bottom:1.5rem}.header{z-index:100;background:var(--bg-glass);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);padding:1.2rem 0;position:relative}.header-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.brand{font-family:var(--heading-font);letter-spacing:-.5px;background:linear-gradient(135deg, #fff, var(--text-muted));-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:1.5rem;font-weight:800}.nav-links{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.nav-links a{font-size:1rem;font-weight:500}@media (max-width:600px){.header-content{flex-direction:column;justify-content:center}.nav-links{justify-content:center;gap:1rem}}.posts-list{flex-direction:column;gap:1.5rem;margin-top:2rem;display:flex}.post-item{border-bottom:1px solid var(--border-color);padding:1.5rem 0;transition:all .3s;display:block}.post-item:last-child{border-bottom:none}.post-item:hover{transform:translate(4px)}.post-item h2{margin-bottom:.25rem;font-size:1.5rem;transition:color .2s}.post-item:hover h2{color:var(--accent-color)}.post-item p{color:var(--text-muted);margin-bottom:0;font-size:1rem}.post-meta{color:var(--text-muted);font-size:.875rem;font-family:var(--body-font);margin-bottom:1rem}.main-content{padding:2rem 1.5rem}.post-header{text-align:center;margin-top:2rem;margin-bottom:3rem}.post-header h1{margin-bottom:1rem;font-size:2.5rem}.post-body h2{border-bottom:1px solid var(--border-color);margin-top:3rem;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.75rem}.post-body h3{margin-top:2rem;margin-bottom:1rem;font-size:1.25rem}.post-body p{color:#cbd5e1;font-size:1.125rem}.post-body ul,.post-body ol{color:#cbd5e1;margin-bottom:1.5rem;padding-left:1.5rem;font-size:1.125rem}.post-body li{margin-bottom:.5rem}.post-body ul ul,.post-body ol ol{margin-top:.5rem;margin-bottom:0;padding-left:1.5rem}.post-body strong{color:#fff}.post-body em{color:var(--accent-hover)}.post-image-wrapper{flex-direction:column;align-items:center;margin:3rem 0;display:flex}.post-image-wrapper img{border:1px solid var(--border-color);border-radius:12px;max-width:100%;box-shadow:0 20px 40px -15px #00000080}.post-image-caption{color:var(--text-muted);text-align:center;margin-top:1rem;font-size:.9rem;font-style:italic}.hero-banner{border:1px solid var(--border-color);background-image:url(/images/wizard1.png);background-position:50%;background-size:cover;border-radius:16px;justify-content:flex-end;align-items:center;height:250px;margin-bottom:2rem;padding:0 3rem;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 0 50px #0009}.hero-text-box{z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;border-radius:12px;padding:1rem 2rem;position:relative}.hero-banner h1{background:linear-gradient(135deg, #fff, var(--accent-hover));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0;font-size:3.5rem}@media (max-width:600px){.hero-banner{justify-content:center;height:200px;padding:0 1.5rem}.hero-text-box{text-align:center;padding:1rem}.hero-banner h1{font-size:2.25rem}}.btn{background:var(--accent-color);color:#fff;border-radius:999px;margin-top:2rem;padding:.75rem 1.5rem;font-weight:600;transition:all .2s;display:inline-block}.btn:hover{color:#fff;background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 10px 20px -5px #8b5cf666}
