*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0a0a;--bg-secondary:#111;--bg-card:#161616;--border:#2a2a2a;--text:#e8e8e8;--text-muted:#888;--accent:#6c63ff;--accent-hover:#857eff;--font:"Inter",system-ui,-apple-system,sans-serif}[data-theme=light]{--bg:#fff;--bg-secondary:#f5f5f5;--bg-card:#f0f0f0;--border:#e0e0e0;--text:#111;--text-muted:#555;--accent:#5b54e8;--accent-hover:#6c63ff}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;background-color:#0a0a0a;background-color:var(--bg);color:#e8e8e8;color:var(--text);font-family:Inter,system-ui,-apple-system,sans-serif;font-family:var(--font);line-height:1.6}a{color:#6c63ff;color:var(--accent);text-decoration:none;transition:color .2s}a:hover{color:#857eff;color:var(--accent-hover)}section{padding:64px 0}.container{margin:0 auto;max-width:900px;padding:0 24px}.section-label{color:#6c63ff;color:var(--accent);font-size:.75rem;letter-spacing:.15em;margin-bottom:12px;text-transform:uppercase}.section-title{color:#e8e8e8;color:var(--text);font-size:2rem;font-weight:700;margin-bottom:48px}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.navbar{left:0;padding:20px 0;position:fixed;right:0;top:0;transition:background .3s,padding .3s;z-index:100}.navbar.scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0a0a0aeb;border-bottom:1px solid var(--border);padding:14px 0}[data-theme=light] .navbar.scrolled{background:#ffffffeb}.navbar-inner{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:900px;padding:0 24px;position:relative}.navbar-logo{color:var(--text)!important;font-size:1.1rem;font-weight:700;letter-spacing:.05em}.navbar-links{display:flex;gap:32px;left:50%;list-style:none;position:absolute;transform:translateX(-50%)}.navbar-links a{color:var(--text-muted);font-size:.9rem;transition:color .2s}.navbar-links a:hover{color:var(--text)}.theme-toggle{align-items:center;background:none;border:1px solid var(--border);border-radius:6px;color:var(--text-muted);cursor:pointer;display:flex;padding:6px 8px;transition:color .2s,border-color .2s}.theme-toggle:hover{border-color:var(--text-muted);color:var(--text)}.hero{min-height:100vh;padding:0;position:relative}.hero,.scroll-indicator{align-items:center;display:flex}.scroll-indicator{animation:bounce 1.4s infinite;bottom:20px;color:var(--text-muted);flex-direction:column;gap:4px;left:50%;position:absolute;transform:translateX(-50%);transition:color .2s}.scroll-indicator:hover{color:var(--accent)}.scroll-label{font-size:.7rem;letter-spacing:.15em;text-transform:uppercase}@keyframes bounce{0%,to{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(8px)}}.hero-content{align-items:center;display:flex;flex-direction:column;gap:28px;padding-top:80px;text-align:center}.hero-tagline{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.hero-photo-wrap{flex-shrink:0;margin-top:-70px}.hero-photo{border:3px solid var(--border);border-radius:50%;display:block;height:220px;object-fit:cover;object-position:center 70%;width:220px}@media (max-width:640px){.hero-photo{height:240px;width:240px}}.cursor{animation:blink .7s infinite;color:var(--accent);display:inline-block;font-weight:300;margin-left:2px}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.hero-greeting{color:var(--accent);font-size:1rem;font-weight:500;letter-spacing:.05em;margin-bottom:8px}.hero-name{color:var(--text);font-size:clamp(2.5rem,7vw,4.5rem);font-weight:800;line-height:1.1;margin-bottom:20px}.hero-tagline{color:var(--text-muted);font-size:clamp(1rem,2.5vw,1.25rem);line-height:1.7;margin-bottom:40px;max-width:480px}.hero-actions{gap:20px;margin-top:-12px}.hero-actions,.hero-icon{align-items:center;display:flex}.hero-icon{color:var(--text-muted);transition:color .2s}.hero-icon:hover{color:var(--accent)}.btn{border-radius:6px;cursor:pointer;display:inline-block;font-size:.95rem;font-weight:500;padding:12px 28px;transition:all .2s}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover);color:#fff;transform:translateY(-1px)}.btn-ghost{border:1px solid var(--border);color:var(--text-muted)}.btn-ghost:hover{border-color:var(--text-muted);color:var(--text)}.about-body{display:flex;flex-direction:column;gap:16px;max-width:640px}.about-body p{color:var(--text-muted);font-size:1.05rem;line-height:1.8}.exp-list{display:flex;flex-direction:column;gap:32px}.exp-item{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;padding:28px 32px}.exp-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:20px}.exp-title{color:var(--text);font-size:1.1rem;font-weight:600;margin-bottom:4px}.exp-company{color:var(--accent);font-size:.9rem;font-weight:500}.exp-date{color:var(--text-muted);font-size:.85rem;padding-top:2px;white-space:nowrap}.exp-bullets{display:flex;flex-direction:column;gap:10px;list-style:none}.exp-bullets li{color:var(--text-muted);font-size:.95rem;line-height:1.7;padding-left:16px;position:relative}.exp-bullets li:before{color:var(--accent);content:"▹";left:0;position:absolute}.project-grid{display:flex;flex-direction:column;gap:24px}.project-card{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;padding:28px 32px;transition:border-color .2s}.project-card:hover{border-color:var(--accent)}.project-card-top{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:14px}.project-name{color:var(--text);font-size:1.1rem;font-weight:600;margin-bottom:4px}.project-subtitle{color:var(--accent);font-size:.85rem;font-weight:500}.project-link{color:var(--text-muted);font-size:.85rem;transition:color .2s;white-space:nowrap}.project-link:hover{color:var(--accent)}.project-desc{color:var(--text-muted);font-size:.95rem;line-height:1.7;margin-bottom:14px}.project-bullets{display:flex;flex-direction:column;gap:8px;list-style:none;margin-bottom:20px}.project-bullets li{color:var(--text-muted);font-size:.9rem;line-height:1.6;padding-left:16px;position:relative}.project-bullets li:before{color:var(--accent);content:"▹";left:0;position:absolute}.project-tech{display:flex;flex-wrap:wrap;gap:8px}.tech-tag{background:#6c63ff1a;border:1px solid #6c63ff40;border-radius:4px;color:var(--accent);font-size:.78rem;font-weight:500;padding:3px 10px}.skills-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(4,1fr)}.skill-group{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;padding:24px}.skill-group-label{color:var(--accent);font-size:.75rem;font-weight:600;letter-spacing:.12em;margin-bottom:16px;text-transform:uppercase}.skill-list{display:flex;flex-direction:column;gap:10px;list-style:none}.skill-list li{color:var(--text-muted);font-size:.9rem;padding-left:14px;position:relative}.skill-list li:before{color:var(--accent);content:"▹";font-size:.75rem;left:0;position:absolute;top:2px}
/*# sourceMappingURL=main.40c81891.css.map*/