*,*:before,*:after{box-sizing:border-box}*{margin:0}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#e5e7eb;background:#030712;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}.nav{position:sticky;top:0;background:#030712e6;backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.1);z-index:100}.nav-container{max-width:1200px;margin:0 auto;padding:1rem;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.5rem;text-decoration:none;font-weight:600;font-size:1.125rem;color:#fff}.logo-icon{font-size:1.5rem}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{color:#9ca3af;text-decoration:none;font-weight:500;font-size:.875rem;transition:color .2s}.nav-links a:hover{color:#fff}.nav-links .btn-primary{background:#7c3aed;color:#fff;padding:.5rem 1rem;border-radius:.5rem;font-weight:500}.nav-links .btn-primary:hover{background:#6d28d9;color:#fff}@media(max-width:768px){.nav-links{gap:1rem}.nav-links a:not(.btn-primary){display:none}}.footer{background:#030712;color:#9ca3af;padding:4rem 1rem 2rem;margin-top:4rem;border-top:1px solid rgba(255,255,255,.1)}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 3fr;gap:3rem}@media(max-width:768px){.footer-container{grid-template-columns:1fr}}.footer-brand{display:flex;flex-direction:column;gap:.5rem}.footer-brand .logo-icon{font-size:2rem}.footer-brand span:not(.logo-icon){font-size:1.5rem;font-weight:700;color:#fff}.footer-brand p{margin-top:.5rem;line-height:1.6;color:#6b7280}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media(max-width:500px){.footer-links{grid-template-columns:repeat(2,1fr)}}.footer-column h4{color:#fff;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.footer-column a{display:block;color:#6b7280;text-decoration:none;font-size:.875rem;margin-bottom:.5rem;transition:color .2s}.footer-column a:hover{color:#fff}.footer-bottom{max-width:1200px;margin:3rem auto 0;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;font-size:.875rem;color:#6b7280}.btn-primary{display:inline-block;background:#7c3aed;color:#fff;padding:.875rem 2rem;border-radius:.75rem;font-weight:600;text-decoration:none;transition:all .2s;cursor:pointer;border:none}.btn-primary:hover{background:#6d28d9;transform:scale(1.02);box-shadow:0 0 30px #7c3aed4d}.blog-index{max-width:1200px;margin:0 auto;padding:3rem 1rem}.blog-header{text-align:center;margin-bottom:3rem}.blog-header h1{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:.75rem}.blog-header p{font-size:1.25rem;color:#9ca3af;max-width:600px;margin:0 auto}.posts-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:2rem}.post-preview{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:1rem;overflow:hidden;text-decoration:none;transition:all .3s}.post-preview:hover{transform:translateY(-4px);border-color:#7c3aed80;box-shadow:0 10px 40px #7c3aed26}.post-preview-image{width:100%;height:200px;object-fit:cover}.post-preview-content{padding:1.5rem}.post-preview-meta{display:flex;align-items:center;gap:.75rem;font-size:.8125rem;color:#9ca3af;margin-bottom:.75rem}.post-preview-category{background:#7c3aed33;color:#a78bfa;padding:.25rem .625rem;border-radius:9999px;font-weight:500}.post-preview h2{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:.5rem;line-height:1.4}.post-preview p{font-size:.9375rem;color:#9ca3af;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.featured-post{grid-column:1 / -1;display:grid;grid-template-columns:1.5fr 1fr;gap:0}@media(max-width:768px){.featured-post{grid-template-columns:1fr}}.featured-post .post-preview-image{height:100%;min-height:300px}.featured-post .post-preview-content{display:flex;flex-direction:column;justify-content:center;padding:2rem}.featured-post h2{font-size:1.75rem}.featured-label{font-size:.75rem;font-weight:600;color:#a78bfa;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}
