.theme-btn{background:none;border:none;color:#c9c9c9;font-size:1.2rem;cursor:pointer;padding:.2rem;display:flex;align-items:center;transition:.2s ease}.theme-btn:hover{color:#fff;transform:scale(1.1)}body[data-theme=light] .navbar{background:#ffffffe6;border-bottom:1px solid rgba(0,0,0,.1)}body[data-theme=dark] .navbar{background:#050507e6}body[data-theme=dark]{background-color:#050507;color:#f5f5f5}html{font-size:18px}.app{min-height:100vh;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex;flex-direction:column}.content{flex:1;max-width:1500px;margin:0 auto;padding:2.5rem 2rem 4rem}.navbar{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:#050507e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.05)}.logo-text{font-weight:700;letter-spacing:.03em;font-size:1.1rem}.nav-center{display:flex;gap:1.5rem}.nav-link{text-decoration:none;color:#c9c9c9;font-size:.95rem;position:relative;padding-bottom:.1rem}.nav-link:after{content:"";position:absolute;left:0;bottom:-.2rem;width:0;height:2px;background:linear-gradient(90deg,#6d5dfc,#a855f7);transition:width .2s ease}.nav-link:hover{color:#fff}.nav-link:hover:after,.nav-link.active:after{width:100%}.nav-right{display:flex;gap:.75rem}.icon-link{color:#c9c9c9;font-size:1.2rem;display:inline-flex;padding:.25rem;border-radius:999px;transition:transform .15s ease,color .15s ease,background .15s ease}.icon-link:hover{color:#fff;background:#ffffff14;transform:translateY(-1px) scale(1.05)}.page{margin-top:2rem}.page-title{font-size:1.8rem;font-weight:600;margin-bottom:1rem}.page-text{line-height:1.6;margin-bottom:.8rem}.hero{display:flex;align-items:center;justify-content:space-between;gap:2.5rem;flex-wrap:wrap}.hero-tagline{text-transform:uppercase;font-size:.85rem;letter-spacing:.18em;color:#9ca3af;margin-bottom:.5rem}.hero-title{font-size:2.6rem;font-weight:700;margin:0 0 .5rem}.hero-subtitle{max-width:28rem;color:#d4d4d8;line-height:1.6}.home-pic{width:350px;height:450px;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 25px #00000026}.home-pic img{width:100%;height:100%;object-fit:cover}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2rem;margin-top:1.5rem;align-items:stretch}.project-card{background:#0f0f14e6;border-radius:.9rem;padding:1.6rem;border:1px solid rgba(255,255,255,.04);box-shadow:0 12px 25px #00000073;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;transform:translateY(0);transform-origin:center;display:flex;flex-direction:column;justify-content:space-between;gap:1rem}.project-card-content{flex:1;display:flex;flex-direction:column;gap:1rem;height:100%}.project-link{margin-top:auto;display:inline-block}.project-card a{color:inherit;text-decoration:none;display:block;height:100%}.project-card:hover a{text-decoration:none}.project-card-content{flex:1;display:flex;flex-direction:column;gap:.75rem}.project-card:hover{transform:translateY(-6px) scale(1.01);box-shadow:0 20px 40px #00000059;border-color:#6d5dfcb3;cursor:pointer}.project-title{font-size:1.2rem;margin-bottom:.4rem}.project-description{font-size:.9rem;color:#d4d4d8;margin-bottom:.75rem}.project-tech{margin-bottom:.9rem}.tech-tag{display:inline-block;font-size:.75rem;padding:.18rem .55rem;border-radius:999px;border:1px solid rgba(148,163,184,.5);color:#e5e7eb;margin-right:.35rem;margin-bottom:.25rem}.project-link{font-size:.85rem;color:#a855f7;text-decoration:none}.project-link:hover{text-decoration:underline}@media(max-width:640px){.navbar{flex-wrap:wrap;gap:.8rem}.nav-center{order:3}.content{padding:1.75rem 1.1rem 3rem}.hero-title{font-size:2.1rem}}body[data-theme=light] .project-card{background:#fff;color:#333;border-color:#00000026}body[data-theme=dark] .project-card{background:#0f0f14e6;color:#eee;border-color:#ffffff0a}body[data-theme=light]{background-color:#f5f5f7;color:#1a1a1a}body[data-theme=light] .hero-title{color:#111}body[data-theme=light] .hero-subtitle{color:#444}body[data-theme=light] .hero-avatar{border-color:#0000001a;background:radial-gradient(circle at top,#fff,#c3c3c3 65%)}body[data-theme=light] .project-description{color:#333}body[data-theme=light] .tech-tag{border-color:#00000040;color:#333}body[data-theme=light] .nav-link{color:#444}body[data-theme=light] .nav-link:hover{color:#000}body[data-theme=light] .content{background-color:#f5f5f7;color:#111}body[data-theme=dark] .page-text{color:#d0d0d0}body[data-theme=light] .page-text{color:#4b5563}body[data-theme=light] .hero-tagline{color:#6b7280}.about-content{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;margin-top:1rem}.about-text{flex:1;max-width:600px}.about-image{width:350px;height:350px;border-radius:12px;overflow:hidden;flex-shrink:0;box-shadow:0 10px 25px #00000026}.about-image img{width:100%;height:100%;object-fit:cover}@media(max-width:768px){.about-content{flex-direction:column;align-items:center}.about-image{width:260px;height:260px;margin-top:1rem}}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%}body{background-color:#050507}
