*{font-family:Poppins,sans-serif}:root{--bg-primary: #ffffff;--bg-secondary: #f8fafc;--text-primary: #000000;--text-secondary: #242424;--accent: #3b82f6;--border: #e5e7eb;--navbar-bg: rgba(255, 255, 255, .18);--navbar-border: rgba(255, 255, 255, .25);--navbar-divider: rgba(0, 0, 0, .15);--navbar-shadow: rgba(0, 0, 0, .15);--navbar-inset: rgba(255, 255, 255, .08);--navbar-hover: rgba(255, 255, 255, .22);--navbar-active: rgba(255, 255, 255, .35)}[data-theme=dark]{--bg-primary: #000000;--bg-secondary: #1e293b;--text-primary: #ffffff;--text-secondary: #dfdfdf;--accent: #60a5fa;--border: #334155;--navbar-bg: rgba(30, 41, 59, .4);--navbar-border: rgba(148, 163, 184, .3);--navbar-divider: rgba(148, 163, 184, .4);--navbar-shadow: rgba(0, 0, 0, .8);--navbar-inset: rgba(148, 163, 184, .15);--navbar-hover: rgba(148, 163, 184, .2);--navbar-active: rgba(148, 163, 184, .3)}body{background-color:var(--bg-primary);color:var(--text-primary);transition:background-color .3s ease,color .3s ease}body{text-align:center;padding:0 8rem}.avatar-container{display:flex;justify-content:center;margin-top:4rem;margin-bottom:1rem}.avatar{width:96px;height:96px;border-radius:50%;object-fit:cover}.Heading{color:var(--text-primary);font-weight:700;font-style:normal;font-size:2.5rem}.Subheading{color:var(--text-secondary);font-weight:500;font-style:normal;font-size:1rem;margin-top:1rem;padding:0 10rem}.skill-tags{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;padding:0 12rem}.skill-tag{display:inline-flex;align-items:center;padding:.4rem .8rem;font-size:.85rem;font-weight:500;background:var(--text-primary);color:var(--bg-primary);border:1px solid var(--border);border-radius:8px;white-space:nowrap}.contact-button{text-decoration:none;display:inline-block;padding:.5rem 1rem;font-size:1rem;font-weight:500;background:var(--text-primary);color:var(--bg-primary);border:none;border-radius:8px;transition:background-color .3s ease;cursor:pointer;margin-top:4rem;margin-bottom:12rem;margin-left:1rem}.contact-button:hover{background:var(--text-primary);opacity:.85}h1{color:var(--text-primary)}p{color:var(--text-secondary)}@media(max-width:600px){.avatar{width:120px;height:120px}.avatar-container{margin-bottom:1.5rem}}.Experience-section{padding:0 12rem}.experience-item{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-radius:72px}.company-logo{width:48px;height:48px;object-fit:contain;flex-shrink:0;background-color:#fff;border-radius:50%}.experience-content{display:flex;align-items:center;justify-content:space-between;width:100%;margin-left:1rem}.experience-details{display:flex;flex-direction:column}.company-name{font-size:1rem;font-weight:600;text-align:left}.role-title{font-size:.9rem;opacity:.75;margin-top:-.5rem}.Skills-section,.Education-section{margin-top:4rem;margin-bottom:4rem}.Education-section{padding:0 12rem}.education-item{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-radius:72px}.university-logo{width:48px;height:48px;object-fit:contain;flex-shrink:0;background-color:#fff;border-radius:50%}.education-content{display:flex;align-items:center;justify-content:space-between;width:100%;margin-left:1rem}.education-details{display:flex;flex-direction:column}.college-name{font-size:1rem;font-weight:600;text-align:left}.university-degree{font-size:.9rem;opacity:.75;margin-top:-.5rem}.duration{font-size:.85rem;white-space:nowrap;opacity:.65}.footer{margin-top:4rem;padding:1rem 12rem;transition:background .2s ease,transform .15s ease,box-shadow .15s ease}.footer-content{max-width:1100px;margin:0 auto;padding:.75rem 1.25rem;display:flex;align-items:center;justify-content:space-between;color:var(--text-secondary)}.footer-left,.footer-right{font-size:.85rem;opacity:.7}.footer-link{color:var(--text-primary);text-decoration:none}.footer-link:hover{opacity:.8;text-decoration:underline}@media(max-width:600px){.footer-content{flex-direction:column;gap:.4rem;text-align:center}}:root{--nav-text-color: #000000}[data-theme=dark]{--nav-text-color: #e5e7eb}.navbar{position:sticky;top:16px;z-index:100;color:var(--text-primary);display:flex;align-items:center;justify-content:center;gap:1.25rem;width:fit-content;margin:0 auto;padding:.6rem 1rem;background:var(--navbar-bg);backdrop-filter:blur(18px) saturate(140%);-webkit-backdrop-filter:blur(18px) saturate(140%);border-radius:999px;border:1px solid var(--navbar-border);box-shadow:0 8px 32px var(--navbar-shadow),inset 0 0 0 1px var(--navbar-inset)}.navbar__group{display:flex;align-items:center;gap:.4rem;list-style:none;margin:0;padding:0}.navbar__divider{width:1px;height:24px;background:var(--navbar-divider)}.nav-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;color:inherit;text-decoration:none;background:transparent;border:none;cursor:pointer;transition:background .2s ease,transform .15s ease,box-shadow .15s ease}.nav-icon:hover{background:var(--navbar-hover);box-shadow:0 4px 12px var(--navbar-shadow);transform:translateY(-1px)}.nav-icon.active{background:var(--navbar-active)}.nav-icon svg{width:18px;height:18px;padding:0}.nav-icon svg,.nav-icon svg *{padding:0}.theme-toggle{padding:0}@media(max-width:600px){.navbar{padding:.5rem .75rem;gap:.75rem}.nav-icon{width:34px;height:34px}}
