:root{--background:#0a0a0a;--foreground:#ededed;--accent:#3b82f6;--accent-secondary:#a855f7;--border:#262626;--card-bg:#141414;--font-sans:var(--font-sans,"Inter", system-ui, -apple-system, sans-serif)}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--background);max-width:100vw;color:var(--foreground);font-family:var(--font-sans);scrollbar-gutter:stable;overflow-x:hidden}a{color:inherit;text-decoration:none}.skip-link{z-index:999;background:var(--foreground);color:var(--background);border-radius:4px;padding:.5rem 1.25rem;font-size:.9rem;font-weight:600;position:absolute;top:.75rem;left:-9999px}.skip-link:focus{left:50%;transform:translate(-50%)}.profile-page{max-width:800px;min-height:100vh;margin:0 auto;padding:2rem}.profile-hero{text-align:center;padding:3rem 0 2rem}.profile-avatar{object-fit:cover;border:4px solid var(--border);border-radius:50%;width:250px;height:250px;margin-bottom:1.25rem;box-shadow:0 4px 20px #0000001f}.profile-avatar-initials{border:4px solid var(--border);background:linear-gradient(135deg, var(--accent), var(--accent-secondary));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:250px;height:250px;margin-bottom:1.25rem;font-size:2.5rem;font-weight:700;display:flex;box-shadow:0 4px 20px #0000001f}.profile-hero h1{margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.profile-headline{opacity:.7;margin-bottom:.35rem;font-size:1.7rem}.profile-location{opacity:.5;margin-bottom:1rem;font-size:1.3rem}.profile-links{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1rem;display:flex}.profile-links a{color:var(--accent);border:1px solid #3b82f64d;border-radius:20px;padding:.35rem .85rem;font-size:1.3rem;transition:background .2s}.profile-links a:hover{background:#3b82f61a}.chatbot-section{margin-top:3rem}.chatbot-section h2{text-align:center;opacity:.8;margin-bottom:.5rem;font-size:1.25rem}.calendar-section{text-align:center;margin-top:3rem}.calendar-section h2{opacity:.8;margin-bottom:1rem;font-size:1.25rem}.profile-footer{text-align:center;border-top:1px solid var(--border);margin-top:4rem;padding:2rem}.powered-by{opacity:.5;font-size:.8rem;transition:opacity .2s}.powered-by:hover{opacity:.7}.resume-inline{border-top:1px solid var(--border);max-width:720px;margin:2rem auto 0;padding:2rem 1.5rem 0}.resume-nav{border-bottom:1px solid var(--border);align-items:center;margin-bottom:2.5rem;padding-bottom:1.5rem;display:flex}.resume-nav a{opacity:.7;font-size:.9rem;transition:opacity .2s}.resume-nav a:hover{opacity:1}@media (max-width:768px){.profile-hero h1{font-size:1.75rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
