@import "https://fonts.googleapis.com/css2?family=Caveat:wght@700&family=Inter:wght@300;400;500;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#fff;background:#0f0f0f;font-family:Inter,sans-serif;overflow-x:hidden}section{padding:100px 10%}a{text-decoration:none}.navbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;background:#0f0f0fe6;justify-content:space-between;align-items:center;width:100%;padding:20px 10%;display:flex;position:fixed;top:0;left:0}.logo{color:#ffb703;font-family:Caveat,cursive;font-size:2rem}.nav-links{gap:30px;list-style:none;display:flex}.nav-links a{color:#fff;transition:all .3s}.nav-links a:hover{color:#ffb703}.social-icons{gap:15px;display:flex}.social-icons a{color:#fff;font-size:1.3rem}.hero{justify-content:space-between;align-items:center;gap:80px;padding-top:120px;padding-bottom:80px;display:flex}.hero-content{max-width:800px}.hero-badge{background:#171717;border:1px solid #333;border-radius:30px;margin-bottom:20px;padding:10px 20px;display:inline-block}.hero h1{color:#ffb703;margin-bottom:10px;font-family:Caveat,cursive;font-size:6rem;line-height:1}.hero-tagline{color:#ffb703;margin-bottom:15px;font-size:1.1rem;font-weight:600}.hero h2{margin-bottom:10px;font-size:2rem}.hero-role{color:#ffb703;margin-bottom:15px;font-size:1rem;font-weight:600}.hero p{color:#d6d6d6;max-width:650px;margin-bottom:30px;line-height:1.8}.hero-image-container{flex:.5;justify-content:center;align-items:center;display:flex}.hero-image{object-fit:cover;border:5px solid #ffb703;border-radius:50%;width:220px;height:220px;animation:3s infinite profileGlow}.hero-image:hover{transform:scale(1.05)}@keyframes profileGlow{0%{box-shadow:0 0 10px #ffb70333}50%{box-shadow:0 0 35px #ffb70380}to{box-shadow:0 0 10px #ffb70333}}.hero-buttons{flex-wrap:wrap;gap:15px;display:flex}.btn,.btn-outline{border-radius:50px;justify-content:center;align-items:center;min-width:130px;height:50px;padding:0 24px;font-weight:600;transition:all .3s;display:inline-flex}.btn{color:#000;background:#ffb703}.btn-outline{color:#ffb703;border:2px solid #ffb703}.btn:hover,.btn-outline:hover{transform:translateY(-3px)}.section-title{color:#ffb703;margin-bottom:40px;font-family:Caveat,cursive;font-size:4rem}.about-card{background:#171717;border:3px dashed #ffb703;border-radius:25px;padding:35px;line-height:1.9;position:relative}.about-card:before{content:"✍️";font-size:1.5rem;position:absolute;top:-15px;left:20px}.about-card p{margin-bottom:18px}.skills-container{flex-direction:column;gap:40px;display:flex}.skill-group h3{color:#ffb703;margin-bottom:20px;font-size:1.5rem}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:15px;display:grid}.skill-card{text-align:center;background:#171717;border:2px dashed #333;border-radius:15px;padding:15px;transition:all .3s}.skill-card:hover{border-color:#ffb703;transform:translateY(-4px)}.project-card{background:#171717;border:2px dashed #333;border-radius:20px;margin-bottom:30px;padding:30px}.featured{border:2px solid #ffb703}.project-card h3{color:#ffb703;margin-bottom:15px;font-size:2rem}.project-card p{color:#d8d8d8;line-height:1.8}.project-links{flex-wrap:wrap;gap:12px;margin-top:20px;display:flex}.project-links a{color:#000;background:#ffb703;border-radius:30px;padding:10px 18px;font-weight:600;transition:all .3s}.project-links a:hover{transform:translateY(-3px)}.explore-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;display:grid}.explore-card{color:#fff;background:#171717;border:2px dashed #333;border-radius:20px;padding:25px;transition:all .3s}.explore-card:hover{border-color:#ffb703;transform:translateY(-5px)}.explore-card h3{color:#ffb703;margin-bottom:10px}.education-card{background:#171717;border:2px dashed #333;border-radius:20px;padding:30px}.education-card h3{color:#ffb703;margin-bottom:15px}.contact-card{flex-wrap:wrap;gap:20px;margin-bottom:25px;display:flex}.contact-card a{color:#fff;background:#171717;border:2px dashed #333;border-radius:15px;padding:18px 25px;transition:all .3s}.contact-card a:hover{color:#ffb703;border-color:#ffb703}.contact-info{margin-top:20px}.contact-info p{color:#d6d6d6;font-size:1.1rem}.footer{text-align:center;color:#999;border-top:1px solid #222;padding:30px}@media (width<=768px){section{padding:70px 7%}.navbar{flex-direction:column;gap:15px}.nav-links{gap:15px}.hero{text-align:center;flex-direction:column-reverse;gap:40px}.hero h1{font-size:4rem}.hero h2{font-size:1.5rem}.hero-image{width:180px;height:180px}.hero-buttons{justify-content:center}.section-title{font-size:3rem}.contact-card{flex-direction:column}}
