*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}body{font-family:Inter,Segoe UI,Arial,sans-serif;background-color:#0f172a;color:#e5e7eb;line-height:1.6}a{text-decoration:none;color:inherit}a:hover{color:#38bdf8}h1,h2,h3,h4,h5{color:#f8fafc;font-weight:600}p{color:#cbd5e1;margin-bottom:1rem}.container{max-width:1100px;margin:0 auto;padding:0 20px}header{background-color:#020617;border-bottom:1px solid #1e293b}header nav{display:flex;justify-content:space-between;align-items:center;height:80px}.company-name{font-size:1.3rem;font-weight:700;color:#38bdf8}.nav-links{list-style:none;display:flex;align-items:center;gap:24px}.nav-links a{color:#e5e7eb;font-size:1rem;position:relative;transition:color .2s ease}.nav-links a:hover,.nav-links a.active{color:#38bdf8}.nav-links a.active:after{content:"";position:absolute;bottom:-6px;left:0;width:100%;height:2px;background-color:#38bdf8}main{min-height:calc(100vh - 160px)}.intro{max-width:720px;margin:4rem auto 0;text-align:center}.intro h1{font-size:2.5rem;margin-bottom:.5rem}.intro h1 span{color:#38bdf8}.intro h2{font-size:1.4rem;font-weight:400;color:#94a3b8;margin-bottom:1.5rem}.content{margin-top:3rem}.content h2{margin-bottom:1.5rem;text-align:center}.projects{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2rem}.project.card{background:#020617b3;border:1px solid #1e293b;border-radius:14px;padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;min-height:420px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:all .25s ease}.project.card h3{font-size:1.2rem;margin-bottom:.5rem}.project.card p{font-size:.9rem;color:#94a3b8;margin-bottom:.8rem;line-height:1.55}.project-content{flex:1}.project-content h3{margin-bottom:1rem;line-height:1.4}.project.card strong{color:#f8fafc;font-weight:600}.project.card:hover{transform:translateY(-6px) scale(1.01);box-shadow:0 12px 30px #38bdf833}.project.card .btn{display:inline-block;background-color:#38bdf8;color:#020617;font-weight:600;padding:.45rem 1.2rem;border-radius:6px;transition:background-color .2s ease;margin-top:1.2rem}.project.card .btn:hover{background-color:#0ea5e9}.project-links{margin-top:2rem;display:flex;gap:1rem;flex-wrap:wrap}.project-links .cta-button{padding:.6rem 1.4rem;border-radius:6px;background-color:#38bdf8;color:#020617;font-weight:600;transition:all .2s ease}.project-links .cta-button:hover{background-color:#0ea5e9;transform:translateY(-2px)}.project-detail{max-width:850px;margin:0 auto}.project-detail h2{text-align:left;margin-bottom:2rem;color:#38bdf8}.project-section{background:#0206178c;border:1px solid #1e293b;border-radius:10px;padding:1.4rem;margin-bottom:1.4rem}.project-section h3{margin-bottom:.7rem;color:#f8fafc}.feature-list{padding-left:1.2rem}.feature-list li{margin-bottom:.5rem;color:#cbd5e1}.back-link{display:inline-block;margin-bottom:1.5rem;color:#38bdf8;font-weight:600}.experience-card{background-color:#020617;border:1px solid #1e293b;border-radius:10px;padding:2rem;margin-bottom:2rem}.experience-card h3{margin-bottom:.3rem}.experience-card .company{font-weight:600;color:#38bdf8}.experience-card .period,.experience-card .location{font-size:.9rem;color:#94a3b8}.experience-card ul{margin-top:1rem;padding-left:1.2rem}.experience-card li{margin-bottom:.6rem}.tech-stack{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.5rem}.tech-stack .badge{background-color:#1e293b;color:#38bdf8;padding:.3rem .7rem;border-radius:6px;font-size:.8rem}.contact-links{margin-top:2rem;display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.cta-button{position:relative;overflow:hidden;padding:.7rem 1.6rem;border-radius:8px;background-color:#38bdf8;color:#020617;font-weight:600;transition:all .2s ease}.cta-button:hover{background-color:#0ea5e9;transform:translateY(-3px)}.cta-button:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(120deg,transparent,rgba(255,255,255,.2),transparent);opacity:0;transition:opacity .3s ease}.cta-button:hover:after{opacity:1}.contact-links .cta-button:last-child{background-color:#22c55e}.contact-links .cta-button:last-child:hover{background-color:#16a34a}footer{background-color:#020617;padding:2rem 1rem;border-top:1px solid #1e293b;text-align:center}footer p{font-size:.9rem;color:#94a3b8}.text-center{text-align:center}.mt-5{margin-top:3rem}@media (max-width: 768px){header nav{flex-direction:column;height:auto;padding:20px 0;gap:16px}.nav-links{flex-direction:column;gap:12px}.intro h1{font-size:2rem}}@media (max-width: 480px){.intro{margin-top:2rem}.project.card{padding:1.2rem}}
