:root{--bg-color:#050510;--text-primary:#f3f4f6;--text-secondary:#d1d5db;--text-muted:#9ca3af;--border-color:#1f2937;--card-bg:#0f172a;--card-hover:#1e293b;--accent-yellow:#fbbf24;--tag-bg:#1e293b;--font-family:"Inter",system-ui,-apple-system,sans-serif;--radius:8px;--container-width:700px}[data-theme=light]{--bg-color:#fff;--text-primary:#111827;--text-secondary:#4b5563;--text-muted:#6b7280;--border-color:#e5e7eb;--card-bg:#f9fafb;--card-hover:#f3f4f6;--tag-bg:#f3f4f6}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;background-attachment:fixed;background-color:#050510;background-color:var(--bg-color);background-image:radial-gradient(at 50% 0,#38bdf81a 0,#0000 50%),radial-gradient(at 100% 0,#6366f11a 0,#0000 50%);font-family:Inter,system-ui,-apple-system,sans-serif;font-family:var(--font-family);line-height:1.5;padding:2rem 1rem}body,h1,h2,h3,h4,h5,h6{color:#f3f4f6;color:var(--text-primary)}h1,h2,h3,h4,h5,h6{letter-spacing:-.025em;line-height:1.2}a{color:inherit;text-decoration:none;transition:opacity .2s ease}button{cursor:pointer;font-family:inherit}.container{margin:0 auto;max-width:700px;max-width:var(--container-width);width:100%}@media (max-width:640px){body{padding:1rem}}.header-pill-container{display:flex;justify-content:center;left:0;pointer-events:none;position:fixed;top:1rem;width:100%;z-index:100}.header-pill{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff1a;border-radius:9999px;box-shadow:0 4px 6px -1px #0000001a;display:flex;gap:1.5rem;padding:.5rem 1.5rem;pointer-events:auto}[data-theme=light] .header-pill{background:#fffc;border-color:#0000000d;box-shadow:0 4px 6px -1px #0000000d}.header-pill a{color:var(--text-primary);font-size:.9rem;font-weight:500;opacity:.8;transition:all .2s ease}.header-pill a:hover{color:var(--accent-yellow);opacity:1}.theme-toggle{align-items:center;background:#0000;border-radius:50%;color:var(--text-primary);display:flex;justify-content:center;opacity:.8;padding:.2rem;transition:all .2s ease}.theme-toggle:hover{background:var(--card-hover);cursor:pointer;opacity:1}@media (max-width:640px){.header-pill{gap:1rem;padding:.4rem 1.2rem}.header-pill a{font-size:.85rem}}.hero{align-items:flex-start;display:flex;flex-direction:column;gap:1.5rem;margin-bottom:5rem;margin-top:6rem}.hero-avatar-container{align-items:center;display:flex;gap:1rem}.hero-avatar{border:2px solid var(--border-color);border-radius:50%;height:80px;overflow:hidden;width:80px}.hero-avatar img{height:100%;object-fit:cover;width:100%}.status-badge{align-items:center;background:#22c55e1a;border:1px solid #22c55e33;border-radius:9999px;color:#4ade80;display:inline-flex;font-size:.8rem;font-weight:500;overflow:hidden;padding:.25rem .75rem;position:relative;text-decoration:none;transition:all .2s ease}.status-badge:hover{background:#22c55e33;transform:translateY(-1px)}@keyframes pulse-subtle{0%{box-shadow:0 0 0 0 #4ade8066}70%{box-shadow:0 0 0 4px #4ade8000}to{box-shadow:0 0 0 0 #4ade8000}}.status-badge{animation:pulse-subtle 3s infinite}.hero h1{color:var(--text-primary);font-size:3rem;font-weight:800;letter-spacing:-.05em;line-height:1.1}.hero-intro{color:var(--text-secondary);font-size:1.25rem;line-height:1.6;max-width:600px}.highlight{color:var(--accent-yellow);font-weight:600}.hero-actions{display:flex;gap:1rem;margin-top:.5rem}.btn-primary{align-items:center;background:var(--tag-bg);border:1px solid var(--border-color);border-radius:8px;color:var(--text-primary);display:inline-flex;font-size:.95rem;font-weight:500;gap:.5rem;padding:.5rem 1rem;text-decoration:none;transition:all .2s ease}.btn-primary:hover{background:var(--card-hover);border-color:var(--text-secondary)}@media (max-width:640px){.hero h1{font-size:2.25rem}}.about-me-section{margin-bottom:5rem}.section-title{align-items:center;color:var(--text-primary);display:flex;font-size:1.75rem;font-weight:700;gap:.5rem;margin-bottom:2rem}.about-me-content{display:flex;flex-direction:column;gap:2rem}@media (min-width:640px){.about-me-content{align-items:center;flex-direction:row;gap:3rem}}.about-me-text{display:flex;flex:1 1;flex-direction:column;gap:1rem}.about-me-text p{color:var(--text-secondary);font-size:1rem;line-height:1.6}.about-me-text .highlight{color:var(--accent-yellow)}.about-me-image{flex-shrink:0;height:200px;margin:0 auto;position:relative;width:200px}.about-me-image img{background:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;box-shadow:0 10px 30px -10px #00000080;height:100%;object-fit:cover;transform:rotate(3deg);transition:transform .3s ease;width:100%}.about-me-image:hover img{transform:rotate(0deg) scale(1.05)}.portfolio{margin-bottom:4rem;scroll-margin-top:100px}.portfolio h2{align-items:center;display:flex;font-size:1.75rem;font-weight:700;gap:.5rem;margin-bottom:1.5rem}.portfolio-grid{gap:2rem}.portfolio-grid,.project-card{display:flex;flex-direction:column}.project-card{background-color:initial;gap:1.5rem}@media (min-width:640px){.project-card{align-items:flex-start;flex-direction:row}}.project-image{aspect-ratio:16/9;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;flex:1 1;max-width:48%;overflow:hidden;transition:transform .3s ease}@media (max-width:640px){.project-image{max-width:100%}}.project-image:hover{transform:scale(1.02)}.project-image img{display:block;height:100%;object-fit:cover;width:100%}.project-content{display:flex;flex:1 1;flex-direction:column}.project-content h3{color:var(--text-primary);font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tag-pill{align-items:center;background-color:var(--tag-bg);border-radius:9999px;display:inline-flex;font-size:.75rem;font-weight:500;gap:.35rem;padding:.2rem .6rem}.project-desc,.tag-pill{color:var(--text-secondary)}.project-desc{font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.project-links{display:flex;gap:1rem;margin-top:auto}.btn-project{align-items:center;background-color:var(--tag-bg);border:1px solid #0000;border-radius:8px;color:var(--text-primary);display:inline-flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:.5rem 1rem;transition:all .2s ease}.btn-project:hover{background-color:var(--card-hover)}.contact-section{margin-bottom:4rem}.contact-section h2{align-items:center;color:var(--text-primary);display:flex;font-size:1.5rem;font-weight:700;gap:.75rem;margin-bottom:1.5rem}.contact-form{gap:1.25rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:var(--text-secondary);font-size:.85rem;font-weight:500}.contact-form input,.contact-form textarea{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--radius);color:var(--text-primary);font-family:inherit;font-size:.95rem;padding:.75rem 1rem;transition:all .2s ease;width:100%}.contact-form textarea{min-height:120px;resize:vertical}.contact-form input:focus,.contact-form textarea:focus{background-color:var(--card-hover);border-color:var(--text-muted);outline:none}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#525252}.submit-btn{align-self:flex-start;background-color:var(--text-primary);border:1px solid #0000;border-radius:var(--radius);color:var(--bg-color);font-size:.9rem;font-weight:600;padding:.6rem 1.2rem;transition:all .2s ease}.submit-btn:hover{background-color:#d1d5db;transform:translateY(-1px)}.footer{align-items:center;border-top:1px solid var(--border-color);color:var(--text-muted);display:flex;font-size:.85rem;justify-content:space-between;padding-top:2rem}@media (max-width:640px){.footer{flex-direction:column;gap:.5rem;text-align:center}}
/*# sourceMappingURL=main.c804777a.css.map*/