@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700&display=swap";:root{--bg-dark:#020617;--bg-gradient:linear-gradient(135deg, #0f172a 0%, #020617 100%);--accent-primary:#8b5cf6;--accent-secondary:#06b6d4;--text-primary:#f8fafc;--text-secondary:#94a3b8;--glass-bg:#ffffff08;--glass-border:#ffffff14;--glass-shadow:0 4px 30px #0000001a}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg-gradient);color:var(--text-primary);background-attachment:fixed;min-height:100vh;font-family:Inter,sans-serif;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif}a{color:inherit;text-decoration:none}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);border-radius:16px}.text-gradient{background:linear-gradient(to right, var(--accent-secondary), var(--accent-primary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeIn}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.btn-primary{background:linear-gradient(135deg, var(--accent-primary), #6d28d9);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:500;transition:background .3s,box-shadow .3s;display:inline-flex}.btn-primary:hover{box-shadow:0 10px 20px #8b5cf64d}.btn-secondary{background:var(--glass-bg);color:var(--text-primary);border:1px solid var(--glass-border);cursor:pointer;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:500;transition:background .3s,box-shadow .3s;display:inline-flex}.btn-secondary:hover{background:#ffffff1a}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.navbar{z-index:1000;border-radius:100px;width:90%;max-width:800px;padding:1rem 0;position:fixed;top:1rem;left:50%;transform:translate(-50%)}.nav-container{justify-content:space-between;align-items:center;padding:0 2rem;display:flex}.nav-brand{align-items:center;gap:.5rem;font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:700;display:flex}.brand-icon{color:var(--accent-primary)}.nav-links{gap:1.5rem;display:flex}.nav-link{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.95rem;font-weight:500;transition:color .3s;display:flex}.nav-link:hover,.nav-link.active{color:var(--text-primary)}.nav-link.active{position:relative}.nav-link.active:after{content:"";background:var(--accent-secondary);border-radius:2px;width:100%;height:2px;position:absolute;bottom:-4px;left:0}.portfolio-page{padding-top:8rem;padding-bottom:4rem}.hero-section{justify-content:space-between;align-items:center;gap:4rem;max-width:1400px;min-height:70vh;margin:0 auto;padding:0 5%;display:flex}.hero-content{flex:1;max-width:600px}.badge{color:var(--accent-secondary);margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-block}.hero-title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:4rem;font-weight:700;line-height:1.1}.hero-subtitle{color:var(--text-secondary);max-width:500px;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.6}.hero-actions{gap:1rem;display:flex}.hero-visual{flex:1;justify-content:center;align-items:center;display:flex;position:relative}.glow-orb{filter:blur(80px);z-index:-1;opacity:.5;border-radius:50%;width:300px;height:300px;animation:6s ease-in-out infinite alternate float;position:absolute}.glow-orb.primary{background:var(--accent-primary);top:-50px;right:0}.glow-orb.secondary{background:var(--accent-secondary);animation-delay:-3s;bottom:-50px;left:0}@keyframes float{0%{transform:translateY(0)scale(1)}to{transform:translateY(-20px)scale(1.05)}}.code-window{background:#0f172a99;width:100%;max-width:450px;overflow:hidden}.window-header{border-bottom:1px solid var(--glass-border);background:#0003;gap:.5rem;padding:.75rem 1rem;display:flex}.dot{border-radius:50%;width:12px;height:12px}.dot.red{background:#ef4444}.dot.yellow{background:#f59e0b}.dot.green{background:#10b981}.code-content{color:#e2e8f0;padding:1.5rem;font-family:Fira Code,monospace;font-size:.9rem;line-height:1.5}.keyword{color:#c678dd}.variable{color:#e5c07b}.property{color:#61afef}.string{color:#98c379}.projects-section{padding:6rem 0}.section-title{text-align:center;margin-bottom:3rem;font-size:2.5rem}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.project-card{padding:2rem;transition:border-color .3s,box-shadow .3s}.project-card:hover{border-color:#8b5cf64d;box-shadow:0 10px 30px #8b5cf626}.project-header{justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;display:flex}.project-icon{color:var(--accent-primary)}.project-link{color:var(--text-secondary);transition:color .2s}.project-link:hover{color:var(--accent-secondary)}.project-title{margin-bottom:1rem;font-size:1.5rem}.project-description{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.6}.project-tech{flex-wrap:wrap;gap:.5rem;display:flex}.tech-badge{color:#a78bfa;background:#8b5cf61a;border:1px solid #8b5cf633;border-radius:100px;padding:.25rem .75rem;font-size:.75rem}@media (width<=900px){.hero-section{text-align:center;flex-direction:column;padding-top:2rem}.hero-actions{justify-content:center}.hero-title{font-size:3rem}}.portal-page{min-height:100vh;padding-top:8rem;padding-bottom:4rem}.portal-header{text-align:center;flex-direction:column;align-items:center;margin-bottom:3rem;display:flex}.security-badge{color:#10b981;border:1px solid #10b9814d;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.shield-icon{color:#10b981}.portal-title{margin-bottom:1rem;font-size:3.5rem}.portal-subtitle{color:var(--text-secondary);font-size:1.1rem}.system-status{background:#0f172a66;justify-content:space-around;align-items:center;margin-bottom:4rem;padding:1.5rem 2rem;display:flex}.status-item{align-items:center;gap:1.5rem;display:flex}.status-icon{background:#ffffff0d;border-radius:12px;width:48px;height:48px;padding:.75rem}.status-label{color:var(--text-secondary);margin-bottom:.25rem;font-size:.875rem}.status-value{font-size:1.1rem;font-weight:600}.active-status{color:#10b981}.status-divider{background:var(--glass-border);width:1px;height:40px}.services-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.service-card{align-items:center;gap:1.5rem;padding:1.5rem;transition:background .3s,border-color .3s;display:flex;position:relative;overflow:hidden}.service-card:hover{background:#ffffff0d;border-color:#ffffff26}.service-icon-wrapper{border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.service-info{flex:1}.service-header{justify-content:space-between;align-items:center;margin-bottom:.25rem;display:flex}.service-name{font-size:1.2rem;font-weight:600}.status-indicator{border-radius:50%;width:8px;height:8px}.status-indicator.online{background:#10b981;box-shadow:0 0 10px #10b98180}.service-desc{color:var(--text-secondary);font-size:.9rem}.service-hover-indicator{opacity:0;color:var(--accent-primary);transition:all .3s;position:absolute;right:1.5rem;transform:translate(-10px)}.service-card:hover .service-hover-indicator{opacity:1;transform:translate(0)}@media (width<=768px){.system-status{flex-direction:column;gap:1.5rem}.status-divider{width:100%;height:1px}}
