.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#0a0a0ae6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,107,53,.2);transition:all .3s ease}.navbar-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;height:70px}.navbar-logo a{font-size:1.5rem;font-weight:700;color:#ff6b35;text-decoration:none;transition:color .3s ease}.navbar-logo a:hover{color:#ff8c42}.navbar-menu{display:flex;gap:2rem;align-items:center}.navbar-link{color:#ccc;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:5px;transition:all .3s ease;position:relative}.navbar-link:hover,.navbar-link.active{color:#ff6b35;background:#ff6b351a}.navbar-link.active:after{content:"";position:absolute;bottom:-5px;left:50%;transform:translate(-50%);width:30px;height:2px;background:#ff6b35;border-radius:1px}.navbar-toggle{display:none;flex-direction:column;cursor:pointer;padding:.5rem}.bar{width:25px;height:3px;background:#ff6b35;margin:3px 0;transition:.3s;border-radius:2px}@media (max-width: 768px){.navbar-menu{position:fixed;top:70px;left:-100%;width:100%;height:calc(100vh - 70px);background:#0a0a0af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;justify-content:flex-start;align-items:center;padding-top:2rem;transition:left .3s ease}.navbar-menu.active{left:0}.navbar-link{font-size:1.2rem;padding:1rem 2rem;margin:.5rem 0;width:80%;text-align:center}.navbar-toggle{display:flex}.navbar-toggle.active .bar:nth-child(2){opacity:0}.navbar-toggle.active .bar:nth-child(1){transform:translateY(8px) rotate(45deg)}.navbar-toggle.active .bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}}@media (max-width: 480px){.navbar-container{padding:0 1rem}.navbar-logo a{font-size:1.3rem}}.footer{padding:2rem 0;text-align:center}.footer p{color:#666;font-size:.85rem;margin:0;letter-spacing:.02em}@media (max-width: 768px){.footer{padding:1.5rem 0}.footer p{font-size:.8rem}}.projects-section{padding:5rem 0;min-height:100vh}.projects-header{margin-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:1.5rem}.projects-title{font-size:2.5rem;font-weight:700;color:#fff}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;margin-bottom:2rem}.project-card{background:#ffffff08;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08);border-radius:12px;overflow:hidden;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.project-card:hover{transform:translateY(-5px);border-color:#ff6b3566;box-shadow:0 10px 40px #ff6b351a}.card-info{padding:1.5rem}.card-role{font-size:.75rem;text-transform:uppercase;letter-spacing:1.5px;color:#888;display:block;margin-bottom:.5rem}.card-title{font-size:1.4rem;color:#fff;margin-bottom:.5rem;font-weight:600}.card-award{display:block;margin-bottom:.5rem}.card-desc{font-size:.9rem;color:#aaa;line-height:1.6;margin-bottom:.75rem}.card-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.card-tech span{background:#ff6b3526;color:#ff8c42;padding:.25rem .6rem;border-radius:4px;font-size:.75rem}.card-links{margin-top:1rem}.card-links a{color:#ff6b35;font-size:.9rem;margin-right:1rem;transition:color .2s ease}.card-links a:hover{color:#ff8c42}@media (max-width: 768px){.projects-section{padding:3rem 0}.projects-title{font-size:2rem}.projects-grid{grid-template-columns:1fr;gap:1rem}}@media (max-width: 480px){.card-info{padding:1.25rem}.card-title{font-size:1.2rem}}#root{min-height:100vh}.app{position:relative;min-height:100vh}.main-content{position:relative;z-index:1;padding:0 2rem}.hero{height:100vh;display:flex;align-items:center;justify-content:flex-end;position:relative;overflow:hidden}.hero-content{text-align:left;color:#fff;max-width:500px;padding:2rem;margin-right:5%;position:relative;z-index:2;transition:opacity .1s ease-out}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:.5rem;background:linear-gradient(135deg,#ff6b35,#ff8c42,#ffd93d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.1}.hero-subtitle{font-size:1.1rem;margin-bottom:1rem;color:#ff8c42;font-weight:400;letter-spacing:.5px}.hero-description{font-size:1rem;line-height:1.7;margin-bottom:1.5rem;color:#ccc}.hero-status{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.hero-status span{background:#ff6b3526;padding:.5rem 1rem;border-radius:20px;border:1px solid rgba(255,107,53,.3);color:#ff8c42;font-size:.85rem;font-weight:500}.about{padding:5rem 0;min-height:60vh}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.about-text p{font-size:1.05rem;line-height:1.8;margin-bottom:1rem;color:#ddd}.about-text strong{color:#ff8c42}.about-skills h3{color:#ff6b35;margin-bottom:1.5rem;font-size:1.3rem}.skills-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.skill-category h4{color:#ff8c42;margin-bottom:.75rem;font-size:.95rem;text-transform:uppercase;letter-spacing:1px}.skill-category ul{list-style:none}.skill-category li{padding:.4rem 0;color:#ccc;font-size:.9rem;border-bottom:1px solid rgba(255,255,255,.05)}.skill-category li:last-child{border-bottom:none}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-content{text-align:center;margin:0 auto}.hero,.hero-status{justify-content:center}.about-content{grid-template-columns:1fr;gap:2rem}.skills-grid{grid-template-columns:1fr;gap:1.5rem}.main-content{padding:0 1rem}}@media (max-width: 480px){.hero-title{font-size:2rem}.about{padding:3rem 0}}
