*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:#1a1a1a;color:#e0e0e0;line-height:1.6;min-height:100vh}nav{backdrop-filter:blur(10px);background:#1a1a1af2;border-bottom:1px solid rgba(255,193,7,.1);padding:1rem 0;position:sticky;top:0;z-index:100}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:#ffc107;text-decoration:none;letter-spacing:2px}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:#e0e0e0;text-decoration:none;transition:color .3s ease;font-size:.95rem}.nav-links a:hover{color:#ffc107}.hero{max-width:1200px;margin:0 auto;padding:4rem 2rem;text-align:center}.hero h1{font-size:3rem;margin-bottom:.5rem;color:#ffc107;font-weight:800;letter-spacing:-1px}.hero p{font-size:1.1rem;color:#b0b0b0;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:.65rem 1.75rem;border:none;border-radius:6px;font-size:.95rem;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;font-weight:600}.btn-primary{background:#ffc107;color:#0a0e27}.btn-primary:hover{background:#ffed4e;transform:translateY(-2px);box-shadow:0 10px 20px #ffc10733}.section-title{font-size:2.5rem;color:#ffc107;margin-bottom:3rem;border-bottom:3px solid #ffc107;padding-bottom:1rem;display:inline-block}.posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem}.post-card{background:#23232399;border:1px solid rgba(255,193,7,.1);border-radius:8px;padding:2rem;transition:all .3s ease;cursor:pointer;display:flex;flex-direction:column;height:100%;text-decoration:none}.post-card:hover{background:#2d2d2de6;border-color:#ffc1074d;transform:translateY(-5px);box-shadow:0 15px 40px #ffc1071a}.post-category{display:inline-block;background:#ffc10733;color:#ffc107;padding:.35rem .75rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase;margin-bottom:1rem;width:fit-content}.post-card h3{color:#ffc107;font-size:1.5rem;margin-bottom:.75rem;line-height:1.4}.post-card p{color:#b0b0b0;margin-bottom:1.5rem;flex-grow:1}.post-meta{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:#888;border-top:1px solid rgba(255,193,7,.1);padding-top:1rem}.post-date{color:#ffc107}.read-more{color:#ffc107;text-decoration:none;font-weight:600;transition:color .3s ease}.read-more:hover{color:#ffed4e}.latest-section,.research-section,.about-section{max-width:1200px;margin:4rem auto;padding:0 2rem}.about-section p{color:#b0b0b0;font-size:1.1rem;line-height:1.8;max-width:800px}.posts-list{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.post-item{background:#23232366;border-left:4px solid #ffc107;padding:1.5rem;border-radius:4px;transition:all .3s ease;cursor:pointer;text-decoration:none;display:block}.post-item:hover{background:#2d2d2db3;padding-left:2rem}.post-item h4{color:#ffc107;margin-bottom:.5rem;font-size:1.1rem}.post-item p{color:#b0b0b0;margin-top:.5rem}.post-item-meta{display:flex;gap:1.5rem;font-size:.85rem;color:#888;margin-top:.5rem}.post-item-meta .category{color:#ffc107}footer{background:#1a1a1af2;border-top:1px solid rgba(255,193,7,.1);padding:3rem 2rem;margin-top:4rem}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{color:#ffc107;margin-bottom:1rem}.footer-section p{color:#b0b0b0;font-size:.9rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#b0b0b0;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#ffc107}.footer-bottom{border-top:1px solid rgba(255,193,7,.1);padding-top:2rem;text-align:center;color:#888}@media (max-width: 768px){.hero h1{font-size:2rem}.hero p{font-size:1rem}.section-title{font-size:1.8rem}.cta-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px}.nav-links{gap:1rem;font-size:.85rem}}.container{max-width:900px;margin:0 auto;padding:3rem 2rem}.post-header{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,193,7,.1)}.post-title{font-size:2.5rem;color:#ffc107;margin-bottom:1rem;font-weight:800;line-height:1.3}.post-header .post-meta{display:flex;gap:2rem;font-size:.9rem;color:#888;border-top:none;padding-top:0}.post-header .post-meta span{display:flex;align-items:center;gap:.5rem}.read-time{color:#ffc107}.post-content{color:#e0e0e0;line-height:1.8}.post-content p{margin-bottom:1.5rem;color:#b0b0b0;font-size:1rem}.post-content h2{font-size:2rem;color:#ffc107;margin-top:2rem;margin-bottom:1rem;font-weight:700;border-left:4px solid #ffc107;padding-left:1rem}.post-content h3{font-size:1.5rem;color:#ffc107;margin-top:1.5rem;margin-bottom:.75rem;font-weight:700}.post-content h4{font-size:1.2rem;color:#ffc107;margin-top:1.25rem;margin-bottom:.5rem;font-weight:700}.post-content code{background:#232323cc;color:#a1d8ff;padding:.2rem .5rem;border-radius:4px;font-family:Courier New,monospace;font-size:.9rem;border:1px solid rgba(255,193,7,.1)}.post-content pre{background:#141414e6;border:1px solid rgba(255,193,7,.1);border-radius:6px;padding:1.5rem;margin:1.5rem 0;overflow-x:auto}.post-content pre code{background:none;color:#a1d8ff;padding:0;border:none;font-size:.85rem;line-height:1.5}.post-content blockquote{border-left:4px solid #ffc107;padding-left:1.5rem;margin:1.5rem 0;color:#a0a0a0;font-style:italic;background:#ffc1070d;padding:1rem 1.5rem;border-radius:4px}.post-content blockquote p{margin:0;color:#a0a0a0}.post-content ul,.post-content ol{margin-left:2rem;margin-bottom:1.5rem}.post-content li{margin-bottom:.75rem;color:#b0b0b0}.post-content strong{color:#ffc107;font-weight:600}.post-content em{color:#d0d0d0}.post-content img{max-width:100%;height:auto;border-radius:8px;border:1px solid rgba(255,193,7,.2);margin:2rem auto;display:block;box-shadow:0 4px 6px #0000004d}.post-content a{color:#ffc107;text-decoration:underline;transition:color .3s ease}.post-content a:hover{color:#ffed4e;text-decoration:underline}.post-content a:visited{color:#ffc107}.back-link{color:#ffc107;text-decoration:none;font-size:.95rem;margin-bottom:2rem;display:inline-block;transition:color .3s ease}.back-link:hover{color:#ffed4e}@media (max-width: 768px){.post-title{font-size:1.8rem}.post-content h2{font-size:1.5rem}.post-content h3{font-size:1.2rem}.post-content h4{font-size:1rem}.post-header .post-meta{flex-wrap:wrap;gap:1rem}.post-content img{margin:1.5rem auto;border-radius:6px}}
