:root{--font-primary:"Inter",sans-serif;--bg-primary:#fff;--bg-secondary:#f3e8ff;--text-primary:#0f0d10;--text-secondary:#4a464b;--accent-color:#a044ff;--border-color:#e4dee7;--card-bg:#fff;--card-shadow:0 2px 8px rgba(0,0,0,.05)}:root.dark-mode{--bg-primary:#0f0d10;--bg-secondary:#211e23;--text-primary:#fff;--text-secondary:#9a969d;--accent-color:#a044ff;--border-color:#343135;--card-bg:#211e23;--card-shadow:0 4px 12px rgba(0,0,0,.3)}body,html{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-primary);margin:0;min-height:100vh;padding:0;transition:background-color .3s ease,color .3s ease}*,:after,:before{box-sizing:border-box}a{color:inherit;text-decoration:none;transition:color .2s ease}a:hover{color:var(--accent-color)}.container{margin:0 auto;max-width:800px;padding:2rem 1.5rem}button{background:none;border:none;cursor:pointer;font-family:inherit}.theme-toggle[data-v-ae45b792]{align-items:center;border-radius:50%;color:var(--text-primary);display:flex;font-size:1.5rem;height:44px;justify-content:center;padding:0;transition:background-color .3s ease,color .3s ease;width:44px}.theme-toggle[data-v-ae45b792]:hover{background-color:var(--bg-secondary);color:var(--accent-color)}.dark-mode{background-color:#ffffff1a}.social-links[data-v-d87aff18]{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}@media(min-width:640px){.social-links[data-v-d87aff18]{justify-content:flex-start}}.social-links .social-btn[data-v-d87aff18]{align-items:center;background-color:var(--bg-secondary);border-radius:50%;color:var(--text-secondary);display:flex;height:40px;justify-content:center;transition:all .2s ease;width:40px}.social-links .social-btn[data-v-d87aff18]:hover{background-color:var(--accent-color);color:#fff;transform:translateY(-2px)}.timezone-badge[data-v-360f604d]{align-items:center;background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:20px;color:var(--text-secondary);display:inline-flex;font-size:.875rem;gap:.5rem;padding:.5rem 1rem}.timezone-badge .location[data-v-360f604d]{font-weight:500}.timezone-badge .time[data-v-360f604d]{font-variant-numeric:tabular-nums}.profile-section[data-v-a402c94e]{margin-bottom:3rem}.profile-header[data-v-a402c94e]{align-items:center;display:flex;flex-direction:column;gap:1.5rem;text-align:center}@media(min-width:640px){.profile-header[data-v-a402c94e]{align-items:flex-start;flex-direction:row;gap:2rem;text-align:left}}.profile-img[data-v-a402c94e]{border:4px solid var(--bg-secondary);border-radius:50%;box-shadow:0 4px 10px #0000001a;flex-shrink:0;height:200px;overflow:hidden;width:200px}.profile-img img[data-v-a402c94e]{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.profile-info[data-v-a402c94e]{flex:1;width:100%}.profile-info .header-top[data-v-a402c94e]{align-items:center;display:flex;flex-direction:column;gap:1rem;margin-bottom:.5rem}@media(min-width:640px){.profile-info .header-top[data-v-a402c94e]{align-items:flex-start;flex-direction:row;justify-content:space-between}}.profile-info .name-badge-row[data-v-a402c94e]{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}@media(min-width:640px){.profile-info .name-badge-row[data-v-a402c94e]{justify-content:flex-start}}.profile-info .name-badge-row h1[data-v-a402c94e]{font-size:1.75rem;font-weight:700;line-height:1.2;margin:0}.profile-info .hire-me-btn[data-v-a402c94e]{align-items:center;background-color:var(--accent-color);border-radius:8px;color:#fff;display:inline-flex;font-size:.95rem;font-weight:600;padding:.6rem 1.25rem;transition:opacity .2s,transform .2s;white-space:nowrap}.profile-info .hire-me-btn[data-v-a402c94e]:hover{opacity:.9;transform:translateY(-2px)}.profile-info .bio[data-v-a402c94e]{color:var(--text-secondary);font-size:1.1rem;line-height:1.6;margin:1rem 0 1.5rem;max-width:700px}.skills-section[data-v-7b91edb0]{margin-bottom:2rem}.skills-section h2[data-v-7b91edb0]{font-size:1.25rem;font-weight:600;margin-bottom:1rem}.skills-grid[data-v-7b91edb0]{display:flex;flex-wrap:wrap;gap:.75rem}.skills-grid .skill-tag[data-v-7b91edb0]{align-items:center;background-color:var(--bg-secondary);border:1px solid transparent;border-radius:8px;color:var(--text-primary);display:flex;font-size:.9rem;gap:.5rem;padding:.5rem .85rem;transition:all .2s}.skills-grid .skill-tag[data-v-7b91edb0]:hover{background-color:var(--bg-primary);border-color:var(--accent-color);transform:translateY(-1px)}.skills-grid .skill-tag .skill-icon[data-v-7b91edb0]{color:var(--text-secondary)}.project-card[data-v-562d7a83]{align-items:flex-start;background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;box-shadow:var(--card-shadow);display:flex;gap:1rem;padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;width:100%}.project-card[data-v-562d7a83]:hover{border-color:var(--accent-color);box-shadow:0 8px 20px #0000001a;transform:translateY(-2px)}.project-card:hover .website-link[data-v-562d7a83]{color:var(--accent-color)}.project-icon[data-v-562d7a83]{align-items:center;background-color:var(--bg-secondary);border-radius:12px;display:flex;flex-shrink:0;font-size:1.5rem;height:48px;justify-content:center;overflow:hidden;width:48px}.project-icon img[data-v-562d7a83]{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.project-content[data-v-562d7a83]{flex:1}.project-content h3[data-v-562d7a83]{font-size:1.1rem;font-weight:600;margin:0 0 .25rem}.project-content p[data-v-562d7a83]{color:var(--text-secondary);font-size:.95rem;line-height:1.5;margin:0 0 .75rem}.project-content .website-link[data-v-562d7a83]{align-items:center;color:var(--text-secondary);display:flex;font-size:.85rem;gap:.25rem;transition:color .2s}.project-content .website-link svg[data-v-562d7a83]{opacity:.7}.theme-toggle-wrapper{position:absolute;right:1.5rem;top:1.5rem;z-index:50}.projects-section{margin-bottom:3rem}.projects-section h2{font-size:1.25rem;font-weight:600;margin-bottom:1rem}.projects-section .projects-grid{display:grid;gap:1.5rem;grid-template-columns:1fr;width:100%}
