#home,nav,nav ul{display:flex}#home h2,body,nav h1{color:var(--text-main)}.btn:hover,.contact-details i,.hero-subtitle,nav a:hover,nav h1 span{color:var(--accent)}body,footer{background-color:var(--bg-dark)}:root{--bg-dark:#0f172a;--bg-card:#1e293b;--accent:#38bdf8;--accent-hover:#0ea5e9;--text-main:#f8fafc;--text-muted:#94a3b8}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;scroll-behavior:smooth}body{line-height:1.7}nav{background-color:rgba(15,23,42,.85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:1.2rem 5%;position:fixed;width:100%;top:0;z-index:1000;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,255,255,.05)}nav h1{font-size:1.4rem;font-weight:700;letter-spacing:.5px}.project-footer a,nav a{font-weight:500;text-decoration:none}nav ul{list-style:none;gap:2.5rem}nav a{color:var(--text-muted);font-size:.95rem;transition:color .3s}#home{min-height:100vh;flex-direction:column;justify-content:center;align-items:flex-start;padding:0 10%;background:radial-gradient(circle at 10% 50%,rgba(56,189,248,.05) 0,transparent 50%)}.hero-subtitle{font-weight:600;margin-bottom:1rem;letter-spacing:1px;text-transform:uppercase;font-size:.9rem}#home h2{font-size:4rem;line-height:1.1;margin-bottom:1.5rem}#home p{font-size:1.2rem;color:var(--text-muted);max-width:650px;margin-bottom:2.5rem}.btn{display:inline-block;padding:12px 28px;background-color:var(--accent);color:var(--bg-dark);text-decoration:none;border-radius:6px;font-weight:600;transition:.3s;border:1px solid var(--accent)}.btn:hover{background-color:transparent;box-shadow:0 0 15px rgba(56,189,248,.3)}section{padding:6rem 10%}.section-title{font-size:2.2rem;color:var(--text-main);margin-bottom:3rem;display:flex;align-items:center;gap:1rem}#contact .section-title::after,#contact .section-title::before,.section-title::after{content:"";height:1px;flex-grow:1;background-color:rgba(255,255,255,.1)}.about-content p{color:var(--text-muted);font-size:1.05rem;margin-bottom:1.5rem;max-width:800px}.skills-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:2rem}.skill-tag{background-color:rgba(56,189,248,.1);padding:8px 15px;border-radius:4px;font-size:.85rem;color:var(--accent);border:1px solid rgba(56,189,248,.2);transition:.3s;font-weight:700}.skill-tag:hover{background-color:rgba(56,189,248,.2);transform:translateY(-2px)}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.project-card{background:var(--bg-card);border-radius:12px;padding:2rem;border:1px solid rgba(255,255,255,.05);transition:transform .3s,border-color .3s;display:flex;flex-direction:column;justify-content:space-between}.project-card:hover,.timeline-card:hover{transform:translateY(-5px);border-color:rgba(56,189,248,.3)}.project-header h3{color:var(--text-main);font-size:1.3rem;margin-bottom:1rem;display:flex;align-items:center;gap:10px}.project-header h3 i{color:var(--text-muted);font-size:1.1rem}.project-desc{color:var(--text-muted);font-size:.95rem;margin-bottom:1.5rem;flex-grow:1}.project-footer{display:flex;justify-content:space-between;align-items:center;font-size:.9rem;color:var(--text-muted)}.project-footer a{color:var(--accent)}.project-footer a:hover{text-decoration:underline}.tech-stack{display:flex;align-items:center;gap:8px}.tech-stack span{display:inline-block;width:10px;height:10px;border-radius:50%}.lang-csharp{background-color:#178600}.timeline{display:flex;flex-direction:column;gap:2rem;position:relative}.timeline::before{content:'';position:absolute;left:0;top:0;height:100%;width:2px;background-color:var(--bg-card)}.timeline-item{position:relative;padding-left:2.5rem}.timeline-item::before{content:'';position:absolute;left:-5px;top:6px;width:12px;height:12px;border-radius:50%;background-color:var(--accent);box-shadow:0 0 10px var(--accent)}.timeline-card{background:var(--bg-card);padding:2rem;border-radius:12px;border:1px solid rgba(255,255,255,.05);transition:transform .3s}.timeline-card h3{color:var(--text-main);font-size:1.3rem;margin-bottom:.2rem}.timeline-card h4,.timeline-card p{font-size:.95rem;color:var(--text-muted)}.timeline-card h4{font-weight:400;margin-bottom:1rem}#contact{background:linear-gradient(to top,var(--bg-card) 0,var(--bg-dark) 100%)}.contact-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem}.contact-details{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;font-size:1.1rem;color:var(--text-muted)}.contact-details p{display:flex;align-items:center}.contact-details i,.contact-links a i{width:35px;text-align:center;margin-right:15px;font-size:1.4rem}.contact-links{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.contact-links a{color:var(--text-muted);font-size:1.1rem;text-decoration:none;display:flex;align-items:center;transition:.3s}.contact-links a i{font-size:1.5rem;color:var(--text-muted);transition:color .3s}.contact-links a:hover{color:var(--accent);transform:translateX(5px)}.contact-links a:hover i{color:var(--accent);text-shadow:0 0 15px rgba(56,189,248,.4)}footer{text-align:center;padding:2rem;color:var(--text-muted);font-size:.9rem;border-top:1px solid rgba(255,255,255,.05)}@media (max-width:768px){#home h2{font-size:2.5rem}nav ul{display:none}section{padding:4rem 5%}.contact-links a{font-size:1rem}}