:root{--bg-primary:#020617;--bg-secondary:#0f172a;--text-primary:#f8fafc;--text-secondary:#94a3b8;--accent:#38bdf8;--border:#ffffff14;--navbar-height:80px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg-primary);color:var(--text-primary);font-family:Inter,system-ui,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%;display:block}#root{min-height:100vh}main{padding-top:var(--navbar-height)}.heading-title{text-align:left;color:#f8fafc;margin-bottom:60px;padding-left:75px;font-size:2.5rem}footer{box-sizing:border-box;text-align:center;background:#020617;border-top:1px solid #1e293b;width:100%;padding:2rem 1.5rem}footer p{padding-top:5px color: #64748b;margin:0;font-size:.9rem;line-height:1.5}:root{--bg-primary:#0f172a;--bg-secondary:#0f172abf;--bg-third:#141926;--text-primary:#f8fafc;--text-secondary:#94a3b8;--accent:#38bdf8;--border:#ffffff14}.navbar{z-index:1000;width:100%;height:var(--navbar-height);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:var(--bg-secondary);border-bottom:1px solid var(--border);position:fixed;top:0;left:0}.navbar-container{justify-content:space-between;align-items:center;max-width:1400px;height:80px;margin:0 auto;padding:0 2rem;display:flex}.logo{letter-spacing:2px;color:var(--text-primary);font-size:1.6rem;font-weight:700;text-decoration:none;transition:all .25s}.logo:hover{color:var(--accent)}.nav-links{align-items:center;gap:2rem;list-style:none;display:flex}.nav-links a{color:var(--text-secondary);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .25s;position:relative}.nav-links a:hover{color:var(--text-primary)}.nav-links a:after{content:"";background:var(--accent);width:0%;height:2px;transition:width .25s;position:absolute;bottom:-6px;left:0}.nav-links a:hover:after{width:100%}.resume-button{border:1px solid var(--accent);color:var(--text-primary);background:var(--bg-third);border-radius:8px;padding:.75rem 1.25rem;font-weight:600;text-decoration:none;transition:all .25s}.resume-button:hover{background:var(--accent);color:var(--bg-primary);transform:translateY(-2px)}.mobile-menu-btn{color:var(--text-primary);cursor:pointer;background:0 0;border:none;font-size:1.5rem;display:none}.mobile-sidebar{z-index:1200;background:#0f172a;border-right:1px solid #ffffff14;flex-direction:column;gap:2rem;width:280px;height:100vh;padding:6rem 2rem;transition:transform .3s;display:flex;position:fixed;top:0;left:0;transform:translate(-100%)}.mobile-sidebar.open{transform:translate(0)}.mobile-sidebar a{color:var(--text-primary);font-size:1.1rem;font-weight:500;text-decoration:none;transition:color .25s}.mobile-sidebar a:hover{color:var(--accent)}.mobile-resume-button{color:#f8fafc;text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:1rem 0;font-family:inherit;font-size:1.1rem}.mobile-resume-button:hover{color:#38bdf8}.overlay{opacity:0;visibility:hidden;z-index:1100;background:#00000080;transition:opacity .3s,visibility .3s;position:fixed;inset:0}.overlay.active{opacity:1;visibility:visible}@media (width<=768px){.nav-links,.resume-button{display:none}.mobile-menu-btn{display:block}.navbar-container{padding:0 1.5rem}}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.resume-modal{background:var(--bg-secondary);border:1px solid var(--border);border-radius:16px;flex-direction:column;width:90%;max-width:1000px;height:90vh;display:flex;overflow:hidden}.resume-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.close-btn{color:var(--text-primary);cursor:pointer;background:0 0;border:none;font-size:1.5rem}.resume-frame{border:none;flex:1;width:100%}.resume-footer{border-top:1px solid var(--border);justify-content:flex-end;padding:1rem 1.5rem;display:flex}.download-btn{background:var(--accent);color:#020617;border-radius:8px;padding:.75rem 1.25rem;font-weight:600}.download-btn:hover{opacity:.9}.hero{min-height:calc(100vh - var(--navbar-height));justify-content:space-between;align-items:center;gap:4rem;padding:2rem 8%;display:flex}.hero-content{flex:1;max-width:650px}.hero-tag{color:var(--accent);text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem;font-size:.95rem;font-weight:600}.hero h1{margin-bottom:1.5rem;font-size:clamp(3rem,6vw,5rem);line-height:1.1}.hero h1 span{color:var(--accent)}.hero-description{color:var(--text-secondary);margin-bottom:2rem;font-size:1.15rem;line-height:1.8}.hero-buttons{gap:1rem;display:flex}.primary-btn,.secondary-btn{border-radius:10px;padding:.9rem 1.5rem;font-weight:600;transition:all .25s}.primary-btn{background:var(--accent);color:#020617}.primary-btn:hover{transform:translateY(-3px)}.secondary-btn{border:1px solid var(--border);color:var(--text-primary)}.secondary-btn:hover{border-color:var(--accent);color:var(--accent)}.hero-scene{flex:1;min-width:350px;height:600px}@media (width<=900px){.hero{text-align:center;flex-direction:column;padding-top:4rem}.hero-buttons{justify-content:center}.hero-scene{width:100%;height:400px}.hero-animation{background:#020617;width:100%;height:500px;position:relative;overflow:hidden}.hero-animation canvas{width:100%;height:100%;display:block}}.about-container{box-sizing:border-box;justify-content:center;align-items:center;gap:80px;width:100%;max-width:1100px;margin:0 auto;padding:80px 24px;display:flex}.about-content{flex:1;max-width:650px}.about-content h2{color:#f8fafc;margin:0 0 20px;font-size:2rem}.about-content h2:not(:first-child){margin-top:50px}.about-content p{color:#cbd5e1;margin:0;font-size:1rem;line-height:1.8}.about-image{flex:0 0 350px;justify-content:center;display:flex}.about-image img{object-fit:cover;border:1px solid #334155;border-radius:16px;width:350px;height:350px}@media (width<=768px){.about-container{flex-direction:column;align-items:center;gap:50px;padding:60px 24px}.about-content{width:100%;max-width:600px}.about-content h2{font-size:1.7rem}.about-image{order:-1;width:100%}.about-image img{width:280px;height:280px}}.careers{max-width:1000px;margin:0 auto;padding:80px 24px}.careers-title{text-align:center;color:#f8fafc;margin-bottom:60px;font-size:2.5rem}.career-item{border-left:2px solid #334155;padding:0 0 50px 35px;position:relative}.career-item:last-child{border-left:none}.career-item:before{content:"";background:#38bdf8;border:2px solid #020617;border-radius:50%;width:12px;height:12px;position:absolute;top:5px;left:-7px}.career-item h2{color:#f8fafc;margin:0 0 8px;font-size:1.5rem}.career-item h3{color:#94a3b8;margin:0 0 15px;font-size:1rem;font-weight:500}.career-item p{color:#cbd5e1;margin:0;font-size:1rem;line-height:1.7}@media (width<=768px){.careers{padding:60px 20px}.careers-title{margin-bottom:40px;font-size:2rem}.career-item{padding-left:25px}.career-item h2{font-size:1.3rem}}.projects-grid{grid-template-columns:repeat(3,300px);justify-content:center;gap:24px;width:100%;margin:0 auto;padding-bottom:2rem;display:grid}.project-tile{box-sizing:border-box;background:#0f172a;border:1px solid #1e293b;border-radius:12px;width:300px;min-height:180px;padding:24px;transition:transform .2s,border-color .2s}.project-tile:hover{border-color:#38bdf8;transform:translateY(-4px)}.project-tile h3{color:#f8fafc;margin:0 0 12px;font-size:1.3rem}.project-tile p{color:#94a3b8;margin:0;line-height:1.6}.project-skills{flex-wrap:wrap;gap:8px;margin-top:auto;padding-top:20px;display:flex}.skill-tag{color:#cbd5e1;white-space:nowrap;background:#1e293b;border:1px solid #334155;border-radius:999px;padding:6px 12px;font-size:.8rem;font-weight:500;display:inline-block}@media (width<=1000px){.projects-grid{grid-template-columns:repeat(2,300px)}}@media (width<=680px){.projects-grid{grid-template-columns:300px}}.contact-container{box-sizing:border-box;justify-content:center;align-items:flex-start;gap:4rem;width:100%;max-width:1000px;margin:40px auto;padding:0 24px;display:flex}@media (width<=768px){.contact-container{flex-direction:column;align-items:center;gap:50px}}.contact-card{border-right:1px solid #334155;width:350px;padding-right:50px}.contact-card h3{color:#f8fafc;margin:0;font-size:1rem;font-weight:500}.contact-card .subheading{color:#38bdf8;letter-spacing:.12em;margin-top:20px;margin-bottom:2px;font-size:.75rem;font-weight:700}.contact-card h3:first-child{margin-top:0}.contact-card .info{color:#cbd5e1}.contact-card .link{color:#cbd5e1;cursor:pointer;border-bottom:1px dotted #64748b;align-items:center;gap:.4rem;text-decoration:none;transition:color .2s,border-color .2s;display:inline-flex}.contact-card .link:after{content:"↗";font-size:.9rem;transition:transform .2s}.contact-card .link:hover{color:#38bdf8;border-color:#38bdf8}.contact-card .link:hover:after{transform:translate(2px,-2px)}.contact-form{width:450px;max-width:100%}.form-row{flex-direction:column;display:flex}.form-row label{color:#f8fafc;margin-top:1rem;margin-bottom:.5rem;font-weight:600}.contact-form input,.contact-form textarea{box-sizing:border-box;color:#fff;background:#0f172a;border:1px solid #334155;border-radius:10px;width:100%;padding:.9rem 1rem;font-size:1rem;transition:all .2s}.contact-form input:focus,.contact-form textarea:focus{border-color:#38bdf8;outline:none;box-shadow:0 0 0 2px #38bdf833}.contact-form textarea{resize:vertical;min-height:150px}.contact-form button{color:#000;cursor:pointer;background:#fff;border:none;border-radius:10px;align-self:flex-start;margin-top:1rem;padding:.9rem 2rem;font-size:1rem;font-weight:600;transition:all .25s}.contact-form button:hover{color:#fff;background:#1d4ed8}@media (width<=768px){.contact-container{flex-direction:column;align-items:center;gap:50px;width:100%;margin:40px auto;padding:0 24px}.contact-card{box-sizing:border-box;border-bottom:1px solid #334155;border-right:none;width:100%;max-width:500px;padding-bottom:40px;padding-right:0}.contact-form{box-sizing:border-box;width:100%;max-width:500px}}
