html{scroll-behavior:smooth}body{margin:0;padding:0;background:#0f172a;background-image:radial-gradient(at 0% 0%, rgba(6,182,212,0.1) 0px, transparent 50%),radial-gradient(at 100% 0%, rgba(139,92,246,0.08) 0px, transparent 50%),radial-gradient(at 100% 100%, rgba(6,182,212,0.05) 0px, transparent 50%);color:#fff;font-family:"Inter",system-ui,-apple-system,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative}body::before{content:'';position:fixed;top:0;left:0;right:0;bottom:0;background-image:repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(6,182,212,0.03) 2px, rgba(6,182,212,0.03) 4px);pointer-events:none;z-index:-1}*{box-sizing:border-box}a{color:#06b6d4;text-decoration:none;transition:color 0.2s ease}a:hover{color:#06b6d4}h1,h2,h3,h4,h5,h6{font-family:"Inter",system-ui,sans-serif;color:#fff;margin-top:2rem;margin-bottom:1rem;font-weight:700;line-height:1.2}h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child{margin-top:0}p{margin-bottom:1rem;color:#94a3b8}img{max-width:100%;height:auto;display:block;border-radius:.5rem}code{font-family:"JetBrains Mono","Fira Code",monospace;background-color:rgba(30,27,75,0.8);padding:0.2em 0.4em;border-radius:.375rem;font-size:0.9em;color:#06b6d4}pre{background-color:#1e1b4b;padding:1rem;border-radius:.5rem;overflow-x:auto}pre code{background-color:transparent;padding:0;color:inherit}.container{max-width:65rem;margin:0 auto;padding:0 1.5rem;width:100%}.site-header{padding:1.5rem 0;border-bottom:1px solid rgba(6,182,212,0.1);backdrop-filter:blur(20px);position:sticky;top:0;z-index:50;background-color:rgba(15,23,42,0.85);box-shadow:0 4px 20px rgba(0,0,0,0.2);transition:all 0.3s ease}.site-header .container{display:flex;justify-content:space-between;align-items:center}.site-header .site-title{font-family:"Inter",system-ui,sans-serif;font-weight:700;font-size:1.25rem;background:linear-gradient(135deg, #fff, #06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-decoration:none;transition:all 0.3s ease}.site-header .site-title:hover{filter:brightness(1.2)}.site-nav{display:flex;gap:2rem;align-items:center}.site-nav .page-link{color:#94a3b8;font-weight:600;font-size:1rem;position:relative;transition:color 0.3s ease}.site-nav .page-link::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:2px;background:linear-gradient(90deg, #06b6d4, #8b5cf6);transition:width 0.3s ease}.site-nav .page-link:hover{color:#06b6d4}.site-nav .page-link:hover::after{width:100%}.site-main{min-height:80vh;padding:3rem 0}.site-footer{margin-top:auto;padding:3rem 0;border-top:1px solid rgba(30,41,59,0.3);background-color:#0f172a}.site-footer .container{display:flex;flex-direction:column;align-items:center;gap:1rem}.site-footer p{margin:0;font-size:0.9rem}.site-footer .social-links{display:flex;gap:1rem}.site-footer .social-links a{color:#94a3b8}.site-footer .social-links a:hover{color:#06b6d4}.site-footer .social-links a svg{width:24px;height:24px;fill:currentColor}.btn{display:inline-flex;align-items:center;justify-content:center;padding:0.875rem 2rem;background-color:#1e1b4b;color:#fff;border-radius:.75rem;border:1px solid #1e293b;font-weight:600;font-size:1rem;cursor:pointer;transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);position:relative;overflow:hidden}.btn::before{content:'';position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:rgba(255,255,255,0.1);transform:translate(-50%, -50%);transition:width 0.6s, height 0.6s}.btn:hover{background-color:#312e81;color:#fff;text-decoration:none;transform:translateY(-2px);box-shadow:0 10px 20px rgba(0,0,0,0.3)}.btn:hover::before{width:300px;height:300px}.btn.btn-primary{background:linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);border-color:#06b6d4;box-shadow:0 4px 12px rgba(6,182,212,0.3)}.btn.btn-primary:hover{box-shadow:0 8px 24px rgba(6,182,212,0.4);transform:translateY(-2px)}.post-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(300px, 1fr));gap:2rem;margin-top:2rem}.post-card{background:linear-gradient(135deg, #1e1b4b 0%, rgba(30,27,75,0.95) 100%);border:1px solid rgba(6,182,212,0.15);border-radius:1rem;padding:2rem;display:flex;flex-direction:column;height:100%;position:relative;overflow:hidden;transition:all 0.4s cubic-bezier(0.4, 0, 0.2, 1)}.post-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg, #06b6d4, #8b5cf6);transform:scaleX(0);transform-origin:left;transition:transform 0.4s ease}.post-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,0.4),0 0 0 1px rgba(6,182,212,0.3),0 0 80px rgba(6,182,212,0.15);border-color:#06b6d4}.post-card:hover::before{transform:scaleX(1)}.post-card:hover .post-title{background:linear-gradient(135deg, #06b6d4 0%, #8b5cf6 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.post-card .post-meta{font-size:0.875rem;color:#94a3b8;margin-bottom:.75rem;font-weight:500}.post-card .post-title{font-size:1.25rem;margin-bottom:1rem;color:#fff;font-weight:700;line-height:1.3;transition:all 0.3s ease}.post-card .post-excerpt{flex-grow:1;font-size:1rem;line-height:1.7;color:#94a3b8;margin-bottom:1.5rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.section-title{font-size:1.875rem;margin-bottom:3rem;padding-bottom:1rem;display:inline-block;position:relative;font-weight:700}.section-title::after{content:'';position:absolute;bottom:0;left:0;width:60%;height:3px;background:linear-gradient(90deg, #06b6d4, #8b5cf6);border-radius:2px}.hero{text-align:center;padding:4rem 0;position:relative;overflow:hidden}.hero::before{content:'';position:absolute;top:-50%;left:50%;transform:translateX(-50%);width:800px;height:800px;background:radial-gradient(circle, rgba(6,182,212,0.15) 0%, transparent 70%);pointer-events:none;animation:pulse 8s ease-in-out infinite}.hero .container{position:relative;z-index:1}.hero .profile-img{width:160px;height:160px;border-radius:50%;margin:0 auto 2rem;border:5px solid #0f172a;box-shadow:0 0 0 2px #06b6d4,0 20px 40px rgba(0,0,0,0.4),0 0 60px rgba(6,182,212,0.3);object-fit:cover;transition:transform 0.3s ease;animation:fadeInDown 0.8s ease-out}.hero .profile-img:hover{transform:scale(1.05)}.hero .hero-name{font-size:2.25rem;margin-bottom:1rem;background:linear-gradient(135deg, #fff 0%, #06b6d4 50%, #8b5cf6 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800;letter-spacing:-0.02em;animation:fadeInUp 0.8s ease-out 0.2s both}.hero .hero-bio{max-width:680px;margin:0 auto 3rem;font-size:1.25rem;line-height:1.8;color:#94a3b8;animation:fadeInUp 0.8s ease-out 0.4s both}.skills-container{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:3rem;animation:fadeInUp 0.8s ease-out 0.6s both}.skills-container .skill-tag{background:linear-gradient(135deg, #1e1b4b 0%, rgba(30,27,75,0.8) 100%);padding:0.625rem 1.25rem;border-radius:9999px;border:1px solid rgba(6,182,212,0.2);font-size:0.9rem;font-weight:500;color:#94a3b8;transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);position:relative;overflow:hidden}.skills-container .skill-tag::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg, transparent, rgba(6,182,212,0.1), transparent);transition:left 0.5s ease}.skills-container .skill-tag:hover{border-color:#06b6d4;color:#fff;transform:translateY(-2px);box-shadow:0 8px 16px rgba(6,182,212,0.2)}.skills-container .skill-tag:hover::before{left:100%}@keyframes fadeInDown{from{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%, 100%{opacity:0.6;transform:translateX(-50%) scale(1)}50%{opacity:0.8;transform:translateX(-50%) scale(1.05)}}.post-article .post-container{max-width:48rem}.post-article .post-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #1e293b}.post-article .post-title{font-size:2.25rem;margin-bottom:1rem;background:linear-gradient(to right, #fff, #06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.post-article .post-meta{color:#94a3b8;font-size:0.95rem}.post-article .post-meta .post-categories{margin-top:1rem;display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap}.post-article .post-meta .category-tag{background-color:#1e1b4b;padding:0.25rem 0.75rem;border-radius:9999px;border:1px solid #1e293b;font-size:0.875rem;color:#06b6d4}.post-article .post-content{font-size:1.125rem;line-height:1.8;color:#94a3b8}.post-article .post-content h1,.post-article .post-content h2,.post-article .post-content h3,.post-article .post-content h4,.post-article .post-content h5,.post-article .post-content h6{color:#fff;margin-top:2.5rem;margin-bottom:1rem;font-weight:700}.post-article .post-content h2{font-size:1.875rem;padding-bottom:0.5rem;border-bottom:2px solid #1e1b4b}.post-article .post-content h3{font-size:1.5rem}.post-article .post-content a{color:#06b6d4;text-decoration:underline}.post-article .post-content a:hover{color:#0891b2}.post-article .post-content p{margin-bottom:1.5rem}.post-article .post-content ul,.post-article .post-content ol{margin:1.5rem 0;padding-left:2rem;color:#94a3b8}.post-article .post-content ul li,.post-article .post-content ol li{margin-bottom:0.5rem}.post-article .post-content blockquote{border-left:4px solid #06b6d4;padding-left:1.5rem;margin:2rem 0;font-style:italic;color:#94a3b8}.post-article .post-content pre{margin:2rem 0;position:relative}.post-article .post-content pre code{font-size:0.9rem;line-height:1.6}.post-article .post-content img{margin:2rem auto;border:1px solid #1e293b}.post-article .post-content table{width:100%;margin:2rem 0;border-collapse:collapse}.post-article .post-content table th,.post-article .post-content table td{padding:0.75rem;border:1px solid #1e293b;text-align:left}.post-article .post-content table th{background-color:#1e1b4b;color:#fff;font-weight:600}.post-article .post-content table tr:hover{background-color:rgba(30,27,75,0.5)}.post-article .post-comments{margin-top:4rem;padding-top:2rem;border-top:1px solid #1e293b}.post-article .post-comments h3{margin-bottom:2rem;font-size:1.5rem}.post-article .post-navigation{margin-top:4rem;padding-top:2rem;border-top:1px solid #1e293b;display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:1rem}.post-article .post-navigation a{display:flex;flex-direction:column;padding:1.5rem;background-color:#1e1b4b;border:1px solid #1e293b;border-radius:.75rem;transition:all 0.2s ease}.post-article .post-navigation a:hover{transform:translateY(-2px);border-color:#06b6d4;text-decoration:none}.post-article .post-navigation a.nav-prev{text-align:left}.post-article .post-navigation a.nav-next{text-align:right}.post-article .post-navigation .nav-label{color:#06b6d4;font-size:0.875rem;margin-bottom:.5rem}.post-article .post-navigation .nav-title{color:#fff;font-weight:600}@media (max-width: 768px){.site-header .site-nav{gap:1rem;font-size:0.9rem}.hero{padding:2rem 0}.hero .hero-name{font-size:1.875rem}.hero .hero-title{font-size:1.125rem}.post-grid{grid-template-columns:1fr;gap:1.5rem}.post-article .post-title{font-size:1.875rem}.post-article .post-content{font-size:1rem}.post-article .post-content h2{font-size:1.5rem}.post-article .post-content h3{font-size:1.25rem}.social-links{gap:.5rem}.social-links svg{width:20px;height:20px}}
