*{box-sizing:border-box}code{font-family:JetBrains Mono,source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body,html{margin:0;padding:0;scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:16px;line-height:1.6;margin:0;transition:background-color .3s ease,color .3s ease}body.dark-mode{background-color:#0b0f19;color:#f8fafc}body.light-mode{background-color:#f8fafc;color:#0f172a}::selection{background:#3b82f64d;color:#fff}::-webkit-scrollbar{width:8px}body.dark-mode ::-webkit-scrollbar-track{background:#0b0f19}body.dark-mode ::-webkit-scrollbar-thumb{background:#1e293b;border-radius:4px}body.dark-mode ::-webkit-scrollbar-thumb:hover{background:#334155}body.light-mode ::-webkit-scrollbar-track{background:#f1f5f9}body.light-mode ::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}body.light-mode ::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (max-width:768px){body{font-size:15px;line-height:1.5}}.animate-fade-in{animation:fadeIn .45s ease-out forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.App{overflow-x:hidden}.App,.app-root{min-height:100vh;width:100%}.app-root{transition:background-color .3s ease,color .3s ease}.dark-mode.app-root,body.dark-mode{background-color:#0b0f19;color:#f8fafc}.light-mode.app-root,body.light-mode{background-color:#f8fafc;color:#0f172a}.education-section,.experience-container,.greet-main,.main,.techstack-main{box-sizing:border-box;margin:0 auto!important;max-width:1160px;padding:60px 24px!important;width:100%}@media(min-width:1280px){.education-section,.experience-container,.greet-main,.main,.techstack-main{max-width:1180px;padding:70px 28px!important}}@media(max-width:768px){.education-section,.experience-container,.greet-main,.main,.techstack-main{padding:40px 16px!important}}.subTitle{color:#64748b}.dark-mode .subTitle{color:#94a3b8!important}.section-eyebrow{align-items:center;background:#3b82f61a;border:1px solid #3b82f633;border-radius:9999px;color:#60a5fa;display:inline-flex;font-family:JetBrains Mono,monospace;font-size:.75rem;font-weight:600;gap:6px;letter-spacing:.08em;margin-bottom:12px;padding:4px 12px;text-transform:uppercase}body.light-mode .section-eyebrow{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.section-header-center{margin-bottom:36px;text-align:center}.headroom-wrapper{position:sticky;top:0;z-index:1000}.header{background-color:#ffffffd9;border-bottom:1px solid #e2e8f0;padding:12px 24px;transition:all .3s ease;width:100%}.dark-menu.header,.header{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.dark-menu.header{background-color:#0b0f19d9!important;border-bottom:1px solid #ffffff14!important;color:#f8fafc}.header-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1180px;width:100%}.header .logo{align-items:center;color:#0f172a;display:flex;font-size:1.15rem;font-weight:700;letter-spacing:-.02em;text-decoration:none;transition:color .2s ease}.dark-menu .logo{color:#f8fafc}.header .logo-name{background:#3b82f614;border:1px solid #3b82f633;border-radius:8px;color:#3b82f6;font-family:JetBrains Mono,monospace;font-size:1.05rem;font-weight:600;padding:6px 12px;transition:all .2s ease}.header .logo-name:hover{background:#3b82f626;border-color:#3b82f666}.header ul{align-items:center;display:flex;gap:6px;list-style:none;margin:0;overflow:hidden;padding:0}.header li a{border-radius:6px;color:#64748b;display:block;font-size:.9rem;font-weight:500;padding:8px 12px;text-decoration:none;transition:all .2s ease}.header li a:hover{background:#f1f5f9;color:#0f172a}.dark-menu li a{color:#94a3b8}.dark-menu li a:hover{background:#ffffff0f;color:#f8fafc}.header .toggle-menu-link{padding:4px 8px}.header .toggle-menu-link:hover{background:#0000!important}.header .menu-btn:hover{background-color:#0000}.header .menu-icon{cursor:pointer;display:none;padding:28px 20px;position:relative;-webkit-user-select:none;user-select:none}.header .menu-icon .navicon{background:#333;display:block;height:2px;position:relative;transition:background .2s ease-out;width:18px}.header .menu-icon .navicon:after,.header .menu-icon .navicon:before{background:#333;content:"";display:block;height:100%;position:absolute;transition:all .2s ease-out;width:100%}.dark-menu .navicon,.dark-menu .navicon:after,.dark-menu .navicon:before{background:#f8fafc!important}.header .menu-icon .navicon:before{top:5px}.header .menu-icon .navicon:after{top:-5px}.header .menu-btn{display:none}@media(max-width:900px){.header ul{display:none}.header .menu-icon{display:block;padding:10px 0}.header .menu-btn:checked~ul{align-items:flex-start;display:flex;flex-direction:column;gap:8px;padding:16px 0;width:100%}}.switch{display:inline-block;height:28px;position:relative;vertical-align:middle;width:52px}.switch input{height:0;opacity:0;width:0}.slider{align-items:center;background-color:#1e293b;border:1px solid #ffffff26;border-radius:34px;bottom:0;cursor:pointer;display:flex;left:0;right:0;top:0}.slider,.slider:before{position:absolute;transition:.25s ease}.slider:before{background-color:#0f172a;border:1px solid #fff3;border-radius:50%;bottom:3px;box-shadow:0 2px 4px #0000004d;content:"";height:20px;left:4px;width:20px;z-index:1}input:checked+.slider{background-color:#2563eb;border-color:#3b82f6}input:checked+.slider:before{background-color:#fff;border-color:#0000;transform:translateX(22px)}.theme-toggle-icon{align-items:center;display:flex;justify-content:center;left:8px;pointer-events:none;position:absolute;transition:.25s ease;z-index:2}input:checked+.slider .theme-toggle-icon{left:30px}body.light-mode .slider{background-color:#e2e8f0;border-color:#cbd5e1}body.light-mode .slider:before{background-color:#fff;border-color:#cbd5e1}.greet-main{margin:0 auto;max-width:1280px;padding:40px 10px 60px;width:90%}.greeting-main{align-items:center;display:flex;gap:50px}.greeting-text-div{flex:1.1 1}.greeting-card-div{display:flex;flex:.9 1;justify-content:center}.status-badge{align-items:center;background:#3b82f61a;border:1px solid #3b82f640;border-radius:9999px;color:#60a5fa;display:inline-flex;font-family:JetBrains Mono,monospace;font-size:.85rem;font-weight:500;gap:8px;margin-bottom:20px;padding:6px 14px}.status-dot{animation:pulse-dot 2s infinite;background-color:#10b981;border-radius:50%;box-shadow:0 0 8px #10b981;height:8px;width:8px}@keyframes pulse-dot{0%{box-shadow:0 0 0 0 #10b981b3;transform:scale(.95)}70%{box-shadow:0 0 0 6px #10b98100;transform:scale(1)}to{box-shadow:0 0 0 0 #10b98100;transform:scale(.95)}}.greeting-title{color:#0f172a;font-size:3.5rem;font-weight:800;letter-spacing:-.03em;line-height:1.1;margin:0 0 12px}.dark-mode .greeting-title{color:#f8fafc}.greeting-role{color:#475569;font-size:1.5rem;font-weight:600;line-height:1.3;margin:0 0 20px}.dark-mode .greeting-role{color:#cbd5e1}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#8b5cf6 50%,#ec4899);-webkit-background-clip:text}.greeting-text-p{color:#64748b;font-size:1.1rem;line-height:1.7;margin:0 0 28px}.dark-mode .greeting-text-p{color:#94a3b8}.button-greeting-div{align-items:center;display:flex;gap:16px;margin-bottom:25px;margin-top:10px}.social-media-wrapper{margin-top:10px}.terminal-card{background:#111827;border:1px solid #ffffff1a;border-radius:12px;box-shadow:0 20px 40px -15px #0009,0 0 25px #3b82f61a;max-width:520px;overflow:hidden;width:100%}.terminal-header{align-items:center;background:#0f172a;border-bottom:1px solid #ffffff0f;display:flex;justify-content:space-between;padding:10px 16px}.terminal-dots{display:flex;gap:6px}.dot{border-radius:50%;height:11px;width:11px}.dot.red{background-color:#ef4444}.dot.yellow{background-color:#f59e0b}.dot.green{background-color:#10b981}.terminal-title{color:#94a3b8;font-size:.8rem}.terminal-badge,.terminal-title{font-family:JetBrains Mono,monospace}.terminal-badge{background:#3b82f626;border-radius:4px;color:#60a5fa;font-size:.7rem;padding:2px 6px}.terminal-body{font-family:JetBrains Mono,monospace;font-size:.85rem;line-height:1.6;overflow-x:auto;padding:18px 20px}.terminal-body pre{margin:0}.code-kw{color:#c084fc}.code-var{color:#60a5fa}.code-key{color:#38bdf8}.code-str{color:#34d399}.terminal-stats-grid{grid-gap:8px;background:#0b0f19;border-top:1px solid #ffffff0f;display:grid;gap:8px;grid-template-columns:repeat(2,1fr);padding:14px 16px}.stat-pill{background:#ffffff08;border:1px solid #ffffff0f;border-radius:6px;display:flex;flex-direction:column;padding:8px 12px}.stat-value{color:#38bdf8;font-family:JetBrains Mono,monospace;font-size:1.1rem;font-weight:700}.stat-label{color:#64748b;font-size:.75rem;margin-top:2px}body.light-mode .status-badge{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}body.light-mode .greeting-title{color:#0f172a}body.light-mode .greeting-role{color:#334155}body.light-mode .greeting-text-p{color:#475569}body.light-mode .terminal-card{background:#fff;border:1px solid #e2e8f0;box-shadow:0 10px 30px -5px #00000014,0 0 15px #3b82f60f}body.light-mode .terminal-header{background:#f8fafc;border-bottom:1px solid #e2e8f0}body.light-mode .terminal-title{color:#64748b}body.light-mode .terminal-badge{background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8}body.light-mode .terminal-body{background:#fff}body.light-mode .code-kw{color:#9333ea}body.light-mode .code-var{color:#0284c7}body.light-mode .code-key{color:#2563eb}body.light-mode .code-str{color:#059669}body.light-mode .terminal-stats-grid{background:#f8fafc;border-top:1px solid #e2e8f0}body.light-mode .stat-pill{background:#fff;border:1px solid #e2e8f0}body.light-mode .stat-value{color:#2563eb}body.light-mode .stat-label{color:#64748b}@media(max-width:1024px){.greeting-title{font-size:2.8rem}.greeting-role{font-size:1.25rem}}@media(max-width:860px){.greeting-main{flex-direction:column;gap:40px}.greeting-title{font-size:2.4rem;text-align:left}.greeting-role{font-size:1.15rem}.terminal-card{max-width:100%}}.social-media-div{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.icon-button{text-decoration:none}.icon-button i{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;color:#94a3b8;cursor:pointer;display:inline-flex;font-size:1.15rem;height:40px;justify-content:center;transition:all .2s ease;width:40px}.icon-button i:hover{background:#3b82f6;border-color:#3b82f6;box-shadow:0 4px 12px #3b82f666;color:#fff;transform:translateY(-2px)}body.light-mode .icon-button i{background:#f1f5f9;border-color:#e2e8f0;color:#475569}body.light-mode .icon-button i:hover{background:#2563eb;border-color:#2563eb;box-shadow:0 4px 12px #2563eb59;color:#fff}.main-button{align-items:center;background:linear-gradient(135deg,#2563eb,#3b82f6);border:1px solid #ffffff26;border-radius:8px;box-shadow:0 4px 14px 0 #2563eb59;color:#fff!important;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:.92rem;font-weight:600;gap:6px;justify-content:center;letter-spacing:-.01em;padding:10px 20px;text-align:center;text-decoration:none;transition:all .25s ease;white-space:nowrap}.main-button:hover{background:linear-gradient(135deg,#1d4ed8,#2563eb);box-shadow:0 6px 20px 0 #2563eb80;color:#fff!important;transform:translateY(-2px)}.main-button.btn-outline{background:#0000;border:1px solid #3b82f666;box-shadow:none;color:#3b82f6!important}.main-button.btn-outline:hover{background:#3b82f61a;border-color:#3b82f6;color:#60a5fa!important;transform:translateY(-2px)}.main-button.btn-hub{background:#10b9811f;border:1px solid #10b98159;box-shadow:0 4px 12px #10b98126;color:#34d399!important;font-family:JetBrains Mono,monospace;font-size:.85rem}.main-button.btn-hub:hover{background:#10b98138;border-color:#10b981;box-shadow:0 6px 18px #10b98147;color:#6ee7b7!important;transform:translateY(-2px)}body.light-mode .main-button.btn-outline{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8!important}body.light-mode .main-button.btn-outline:hover{background:#dbeafe;border-color:#3b82f6}body.light-mode .main-button.btn-hub{background:#ecfdf5;border-color:#a7f3d0;color:#059669!important}body.light-mode .main-button.btn-hub:hover{background:#d1fae5;border-color:#10b981;color:#047857!important}.project-button{display:flex;justify-content:center;margin-top:24px}@media(max-width:768px){.main-button{font-size:.85rem;padding:8px 16px}}.skills-header-center{margin-bottom:36px;text-align:center}.skills-heading{color:#0f172a;font-size:2.25rem;font-weight:800;letter-spacing:-.02em;margin-bottom:8px}.dark-mode .skills-heading{color:#f8fafc}.skills-text-subtitle{color:#3b82f6;font-family:JetBrains Mono,monospace;font-size:.85rem;font-weight:600;letter-spacing:.05em;margin:0;text-transform:uppercase}.skills-main-div{align-items:stretch;display:flex;gap:28px}.skills-main-div>*{flex:1 1}.skills-pillars-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,1fr);height:100%}.pillar-card{background:#111827;border:1px solid #ffffff14;border-radius:12px;box-shadow:0 4px 6px -1px #0003;display:flex;flex-direction:column;padding:22px 18px;transition:all .25s ease}.pillar-card:hover{border-color:#3b82f666;box-shadow:0 10px 25px -5px #3b82f626;transform:translateY(-2px)}.pillar-icon{align-items:center;background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;display:inline-flex;height:40px;justify-content:center;margin-bottom:14px;width:40px}.pillar-icon-data{background:#38bdf81a;border-color:#38bdf840}.pillar-icon-ai{background:#a855f71a;border-color:#a855f740}.pillar-icon-services{background:#34d3991a;border-color:#34d39940}.pillar-icon-cloud{background:#60a5fa1a;border-color:#60a5fa40}.pillar-title{color:#f8fafc;font-size:1.05rem;font-weight:700;margin:0 0 8px}.pillar-desc{color:#94a3b8;font-size:.85rem;line-height:1.55;margin:0}.skills-text-div{background:#111827;border:1px solid #ffffff14;border-radius:12px;box-shadow:0 4px 6px -1px #0003;height:100%;padding:26px}.skills-overview-title{color:#f8fafc;font-size:1.2rem;font-weight:700;margin:0 0 16px}.skills-bullet-list{display:flex;flex-direction:column;gap:12px;margin-top:18px}.skill-bullet-item{align-items:flex-start;display:flex;gap:10px}.bullet-icon{flex-shrink:0;margin-top:3px}.skills-text{color:#cbd5e1;font-size:.9rem;line-height:1.55;margin:0}body.light-mode .pillar-card,body.light-mode .skills-text-div{background:#fff;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #0000000d}body.light-mode .pillar-card:hover{border-color:#3b82f6}body.light-mode .pillar-title,body.light-mode .skills-overview-title{color:#0f172a}body.light-mode .pillar-desc,body.light-mode .skills-text{color:#475569}@media(max-width:960px){.skills-main-div{flex-direction:column}}@media(max-width:580px){.skills-pillars-grid{grid-template-columns:1fr}.skills-heading{font-size:1.85rem}}.software-skills-main-div{margin:10px 0}.dev-icons{display:flex;flex-wrap:wrap;gap:12px;list-style:none;margin:0;padding-left:0}.software-skill-inline{align-items:center;background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;display:inline-flex;flex-direction:column;justify-content:center;min-width:68px;padding:10px 14px;transition:all .2s ease}.software-skill-inline:hover{background:#3b82f61f;border-color:#3b82f659;transform:translateY(-2px)}.software-skill-inline>i{color:#94a3b8;font-size:1.6rem;transition:color .2s ease}.software-skill-inline:hover>i{color:#60a5fa}.software-skill-inline>p{color:#94a3b8;font-family:JetBrains Mono,monospace;font-size:.7rem;font-weight:500;margin:6px 0 0;transition:color .2s ease}.software-skill-inline:hover>p{color:#f8fafc}body.light-mode .software-skill-inline{background:#f8fafc;border:1px solid #e2e8f0}body.light-mode .software-skill-inline:hover{background:#eff6ff;border-color:#93c5fd}body.light-mode .software-skill-inline>i{color:#475569}body.light-mode .software-skill-inline:hover>i{color:#2563eb}body.light-mode .software-skill-inline>p{color:#64748b}body.light-mode .software-skill-inline:hover>p{color:#0f172a}.techstack-heading{color:#0f172a;font-size:2.25rem;font-weight:800;letter-spacing:-.02em;margin:0 0 8px}.dark-mode.techstack-heading{color:#f8fafc}.techstack-subtitle{color:#64748b;font-size:1rem;margin:0}.dark-mode.techstack-subtitle{color:#94a3b8}.techstack-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin-top:28px}.techstack-card{background:#111827;border:1px solid #ffffff14;border-radius:12px;box-shadow:0 4px 6px -1px #0003;display:flex;flex-direction:column;padding:22px 20px;transition:all .25s ease}.techstack-card:hover{border-color:#3b82f666;box-shadow:0 10px 25px -5px #3b82f626;transform:translateY(-2px)}.techstack-category-title{border-bottom:1px solid #ffffff0f;color:#60a5fa;font-size:1.05rem;font-weight:700;margin:0 0 16px;padding-bottom:10px}.techstack-icons-list{display:flex;flex-wrap:wrap;gap:8px}.techstack-item-pill{align-items:center;background:#ffffff0a;border:1px solid #ffffff14;border-radius:6px;cursor:default;display:inline-flex;gap:8px;padding:6px 12px;transition:all .2s ease}.techstack-item-pill:hover{background:#3b82f61f;border-color:#3b82f64d;transform:translateY(-1px)}.techstack-icon{height:18px;object-fit:contain;width:18px}.techstack-name{color:#cbd5e1;font-family:JetBrains Mono,monospace;font-size:.78rem;font-weight:500}body.light-mode .techstack-card{background:#fff;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #0000000d}body.light-mode .techstack-card:hover{border-color:#3b82f6}body.light-mode .techstack-category-title{border-bottom:1px solid #f1f5f9;color:#2563eb}body.light-mode .techstack-item-pill{background:#f8fafc;border:1px solid #e2e8f0}body.light-mode .techstack-item-pill:hover{background:#eff6ff;border-color:#bfdbfe}body.light-mode .techstack-name{color:#334155}@media(max-width:1024px){.techstack-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.techstack-grid{grid-template-columns:1fr}.techstack-heading{font-size:1.85rem}}.experience-heading{font-size:2.25rem;margin:0 0 8px}.experience-subtitle{color:#64748b;font-size:1rem;margin:0}.dark-mode .experience-subtitle{color:#94a3b8}.experience-cards-div{margin-top:24px}@media(max-width:768px){.experience-heading{font-size:1.85rem}}.experience-container{margin:0 auto;max-width:1280px;padding:40px 10px;width:90%}.experience-heading{color:#0f172a;font-size:2.5rem;font-weight:800;letter-spacing:-.02em;margin-bottom:40px;text-align:center}.dark-mode .experience-heading{color:#f8fafc}.experience-cards-div{display:flex;flex-direction:column;gap:24px}.experience-card-pro{background:#111827;border:1px solid #ffffff14;border-radius:12px;box-shadow:0 4px 6px -1px #0003;overflow:hidden;padding:28px;position:relative;transition:all .25s ease}.experience-card-pro:before{background:linear-gradient(180deg,#3b82f6,#6366f1);content:"";height:100%;left:0;opacity:.8;position:absolute;top:0;width:4px}.experience-card-pro:hover{border-color:#3b82f666;box-shadow:0 12px 30px -10px #00000080,0 0 15px #3b82f61a;transform:translateY(-2px)}.exp-card-header{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:18px}.exp-company-info{align-items:center;display:flex;gap:16px}.exp-logo-wrapper{align-items:center;background:#fff;border:1px solid #ffffff1a;border-radius:10px;box-shadow:0 2px 8px #0003;display:flex;flex-shrink:0;height:52px;justify-content:center;padding:4px;width:52px}.exp-logo-img{max-height:100%;max-width:100%;object-fit:contain}.exp-role-title{color:#f8fafc;font-size:1.25rem;font-weight:700;margin:0 0 4px}.exp-company-name{color:#60a5fa;font-size:.95rem;font-weight:500;margin:0}.exp-date-badge{align-items:center;background:#3b82f61a;border:1px solid #3b82f640;border-radius:9999px;color:#93c5fd;display:inline-flex;font-family:JetBrains Mono,monospace;font-size:.8rem;font-weight:500;padding:6px 14px}.exp-card-body{margin-bottom:20px}.exp-desc{color:#cbd5e1;font-size:.975rem;line-height:1.6;margin:0 0 16px}.exp-bullets-list{display:flex;flex-direction:column;gap:10px;list-style:none;margin:0;padding-left:0}.exp-bullet{color:#94a3b8;font-size:.925rem;line-height:1.6;padding-left:20px;position:relative}.exp-bullet:before{color:#3b82f6;content:"▹";font-weight:700;left:0;position:absolute;top:0}.exp-keyword-highlight{background:#3b82f61a;border:1px solid #3b82f638;border-radius:4px;color:#60a5fa;display:inline-block;font-weight:600;letter-spacing:.01em;line-height:1.35;padding:1px 6px}.dark-mode .exp-bullet{color:#cbd5e1}.exp-card-footer{align-items:center;border-top:1px solid #ffffff0f;display:flex;flex-wrap:wrap;gap:12px;padding-top:16px}.exp-tech-label{color:#64748b;font-family:JetBrains Mono,monospace;font-size:.8rem;font-weight:600;text-transform:uppercase}.exp-tech-list{display:flex;flex-wrap:wrap;gap:8px}.exp-tech-pill{align-items:center;background:#ffffff0a;border:1px solid #ffffff14;border-radius:6px;display:inline-flex;gap:6px;padding:4px 10px;transition:all .2s ease}.exp-tech-pill:hover{background:#3b82f61f;border-color:#3b82f64d}.exp-tech-icon{height:16px;object-fit:contain;width:16px}.exp-tech-name{color:#cbd5e1;font-family:JetBrains Mono,monospace;font-size:.75rem}body.light-mode .experience-card-pro{background:#fff;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #0000000d}body.light-mode .experience-card-pro:hover{border-color:#3b82f6}body.light-mode .exp-role-title{color:#0f172a}body.light-mode .exp-company-name{color:#2563eb}body.light-mode .exp-date-badge{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}body.light-mode .exp-bullet,body.light-mode .exp-desc{color:#475569}body.light-mode .exp-keyword-highlight{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}body.light-mode .exp-card-footer{border-top:1px solid #e2e8f0}body.light-mode .exp-tech-pill{background:#f8fafc;border:1px solid #e2e8f0}body.light-mode .exp-tech-name{color:#334155}@media(max-width:640px){.exp-card-header{align-items:flex-start;flex-direction:column}.exp-date-badge{margin-top:6px}.experience-heading{font-size:2rem}}.project-subtitle{color:#64748b;font-size:1rem;margin:0}.dark-mode.project-subtitle{color:#94a3b8}.projects-container{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-top:28px}.project-card{background:#111827;border:1px solid #ffffff14;border-radius:12px;box-shadow:0 4px 6px -1px #0003;display:flex;flex-direction:column;overflow:hidden;transition:all .25s ease}.project-card:hover{border-color:#3b82f666;box-shadow:0 12px 30px -10px #3b82f626;transform:translateY(-3px)}.project-image{align-items:center;background:#0f172a;border-bottom:1px solid #ffffff0f;display:flex;height:200px;justify-content:center;overflow:hidden;width:100%}.project-image .card-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.project-card:hover .card-image{transform:scale(1.03)}.project-detail{padding:24px}.project-detail .card-title{color:#f8fafc;font-size:1.2rem;font-weight:700;margin:0 0 10px}.project-detail .card-subtitle{color:#94a3b8;flex:1 1;font-size:.9rem;line-height:1.6;margin:0 0 20px}.project-card-footer{flex-wrap:wrap}body.light-mode .project-card{background:#fff;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #0000000d}body.light-mode .project-card:hover{border-color:#3b82f6}body.light-mode .project-image{background:#f8fafc;border-bottom:1px solid #e2e8f0}body.light-mode .project-detail .card-title{color:#0f172a}body.light-mode .project-detail .card-subtitle{color:#475569}.achievement-cards-div{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(2,1fr);margin-top:28px}.achievement-heading{color:#0f172a;font-size:2.25rem;font-weight:800;letter-spacing:-.02em;margin:0 0 8px}.dark-mode.achievement-heading{color:#f8fafc}.achievement-subtitle{color:#64748b;font-size:1rem;margin:0}.dark-mode.achievement-subtitle{color:#94a3b8}@media(max-width:860px){.achievement-cards-div{grid-template-columns:1fr}.achievement-heading{font-size:1.85rem}}.certificate-card{background:#111827;border:1px solid #ffffff14;border-radius:12px;box-shadow:0 4px 6px -1px #0003;display:flex;flex-direction:column;overflow:hidden;transition:all .25s ease}.certificate-card:hover{border-color:#3b82f666;box-shadow:0 12px 25px -8px #3b82f626;transform:translateY(-3px)}.certificate-image-div{align-items:center;background:#0f172a;border-bottom:1px solid #ffffff0f;display:flex;height:180px;justify-content:center;padding:20px;width:100%}.certificate-image-div .card-image{max-height:100%;max-width:100%;object-fit:contain}.certificate-detail-div{flex:1 1;padding:20px}.certificate-detail-div .card-title{color:#f8fafc;font-size:1.15rem;font-weight:700;margin:0 0 10px}.certificate-detail-div .card-subtitle{color:#94a3b8;font-size:.875rem;line-height:1.6;margin:0}.certificate-card-footer{border-top:1px solid #ffffff0f;display:flex;flex-wrap:wrap;gap:8px;margin-top:auto;padding:16px 20px}.certificate-tag{align-items:center;background:#3b82f61a;border:1px solid #3b82f640;border-radius:6px;color:#60a5fa;cursor:pointer;display:inline-flex;font-family:JetBrains Mono,monospace;font-size:.8rem;font-weight:600;padding:6px 12px;transition:all .2s ease}.certificate-tag:hover{background:#3b82f633;border-color:#3b82f6;color:#93c5fd;transform:translateY(-1px)}body.light-mode .certificate-card{background:#fff;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #0000000d}body.light-mode .certificate-card:hover{border-color:#3b82f6}body.light-mode .certificate-image-div{background:#f8fafc;border-bottom:1px solid #e2e8f0}body.light-mode .certificate-detail-div .card-title{color:#0f172a}body.light-mode .certificate-detail-div .card-subtitle{color:#475569}body.light-mode .certificate-card-footer{border-top:1px solid #e2e8f0}body.light-mode .certificate-tag{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}body.light-mode .certificate-tag:hover{background:#dbeafe}@media(max-width:768px){.achievement-heading{font-size:2rem}}.footer-div{border-top:1px solid #ffffff0f;margin-top:60px;padding:30px 20px}.footer-text{color:#64748b!important;font-family:JetBrains Mono,monospace;font-size:.85rem;margin:0;text-align:center}.footer-text a{color:#3b82f6;font-weight:500;text-decoration:none}.footer-text a:hover{text-decoration:underline}body.light-mode .footer-div{border-top:1px solid #e2e8f0}.education-heading{font-size:56px;font-weight:400}.education-section{display:flex;flex-direction:column;margin:2rem auto 0;padding:20px 0;width:90%}.education-section>*{flex:1 1;margin-bottom:30px}.education-card-container{padding-top:20px}@media(max-width:1380px){.education-card-container{padding-top:0}.education-heading{font-size:40px}.education-text-subtitle{font-size:18px;text-align:center}}@media(max-width:768px){.education-card-container{padding-top:0}.education-heading{font-size:30px;text-align:center}.education-text-subtitle{font-size:16px}}.education-card-container{display:flex;flex-direction:column;gap:20px;margin-top:28px}.education-card{align-items:center;background:#111827;border:1px solid #ffffff14;border-radius:12px;box-shadow:0 4px 6px -1px #0003;display:flex;gap:24px;padding:24px;transition:all .25s ease}.education-card:hover{border-color:#3b82f666;box-shadow:0 10px 25px -5px #3b82f626;transform:translateY(-2px)}.education-card-left{flex-shrink:0}.education-roundedimg{background:#fff;border:1px solid #ffffff1a;border-radius:12px;box-shadow:0 2px 8px #00000026;height:64px;object-fit:contain;padding:6px;width:64px}.education-card-right{flex:1 1}.education-text-school{color:#f8fafc;font-size:1.25rem;font-weight:700;margin:0 0 6px}.education-text-subHeader{color:#60a5fa;font-size:1rem;font-weight:600;margin:0 0 8px}.education-meta-row{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin-bottom:8px}.education-text-duration{color:#94a3b8;font-family:JetBrains Mono,monospace;font-size:.8rem;font-weight:500}.education-cgpa-badge{background:#10b9811a;border:1px solid #10b98140;border-radius:4px;color:#34d399;font-family:JetBrains Mono,monospace;font-size:.75rem;font-weight:600;padding:2px 8px}.education-text-desc{color:#94a3b8;font-size:.875rem;line-height:1.6;margin:0}body.light-mode .education-card{background:#fff;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #0000000d}body.light-mode .education-card:hover{border-color:#3b82f6}body.light-mode .education-text-school{color:#0f172a}body.light-mode .education-text-subHeader{color:#2563eb}body.light-mode .education-text-desc,body.light-mode .education-text-duration{color:#475569}body.light-mode .education-cgpa-badge{background:#ecfdf5;border-color:#a7f3d0;color:#059669}@media(max-width:640px){.education-card{align-items:flex-start;flex-direction:column}}#topButton{align-items:center;background:#1e293b;border:1px solid #ffffff1a;border-radius:10px;bottom:24px;box-shadow:0 4px 12px #0000004d;color:#f8fafc;cursor:pointer;display:flex;font-size:1.1rem;height:44px;justify-content:center;outline:none;position:fixed;right:24px;transition:all .2s ease;visibility:hidden;width:44px;z-index:99}#topButton:hover{background:#3b82f6;border-color:#3b82f6;box-shadow:0 6px 16px #3b82f666;transform:translateY(-2px)}body.light-mode #topButton{background:#fff;border:1px solid #e2e8f0;box-shadow:0 4px 12px #00000014;color:#0f172a}body.light-mode #topButton:hover{background:#2563eb;border-color:#2563eb;color:#fff}.contact-card-box{align-items:center;background:#111827;border:1px solid #ffffff14;border-radius:16px;box-shadow:0 10px 30px -10px #00000080;display:flex;flex-direction:column;padding:40px;text-align:center}.contact-title{color:#f8fafc;font-size:2.25rem;font-weight:800;letter-spacing:-.02em;margin:0 0 10px}.contact-subtitle{color:#94a3b8;font-size:1rem;line-height:1.6;margin:0 0 32px;max-width:600px}.contact-grid-info{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-bottom:32px;width:100%}.contact-info-item{align-items:center;background:#ffffff08;border:1px solid #ffffff14;border-radius:10px;display:flex;gap:14px;padding:16px 20px;text-align:left;text-decoration:none;transition:all .2s ease}a.contact-info-item:hover{background:#3b82f61a;border-color:#3b82f659;transform:translateY(-2px)}.contact-icon-svg{align-items:center;background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;display:flex;flex-shrink:0;height:38px;justify-content:center;width:38px}.contact-meta{display:flex;flex-direction:column;gap:2px;overflow:hidden}.contact-label{color:#64748b;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.contact-value{color:#60a5fa;font-family:JetBrains Mono,monospace;font-size:.88rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.contact-social-footer{align-items:center;border-top:1px solid #ffffff0f;display:flex;flex-direction:column;gap:14px;padding-top:24px;width:100%}.social-label{color:#94a3b8;font-size:.85rem}body.light-mode .contact-card-box{background:#fff;border:1px solid #e2e8f0;box-shadow:0 10px 25px -5px #0000000d}body.light-mode .contact-title{color:#0f172a}body.light-mode .contact-subtitle{color:#475569}body.light-mode .contact-info-item{background:#f8fafc;border:1px solid #e2e8f0}body.light-mode a.contact-info-item:hover{background:#eff6ff;border-color:#bfdbfe}body.light-mode .contact-value{color:#2563eb}body.light-mode .contact-social-footer{border-top:1px solid #e2e8f0}@media(max-width:640px){.contact-card-box{padding:24px 16px}.contact-title{font-size:1.85rem}}.sk-circle{height:40px;margin:100px auto;position:relative;width:40px}.sk-circle .sk-child{height:100%;left:0;position:absolute;top:0;width:100%}.sk-circle .sk-child:before{animation:sk-circleBounceDelay 1.2s ease-in-out infinite both;background-color:#0f172a;border-radius:100%;content:"";display:block;height:15%;margin:0 auto;width:15%}.sk-circle .sk-circle2{transform:rotate(30deg)}.sk-circle .sk-circle3{transform:rotate(60deg)}.sk-circle .sk-circle4{transform:rotate(90deg)}.sk-circle .sk-circle5{transform:rotate(120deg)}.sk-circle .sk-circle6{transform:rotate(150deg)}.sk-circle .sk-circle7{transform:rotate(180deg)}.sk-circle .sk-circle8{transform:rotate(210deg)}.sk-circle .sk-circle9{transform:rotate(240deg)}.sk-circle .sk-circle10{transform:rotate(270deg)}.sk-circle .sk-circle11{transform:rotate(300deg)}.sk-circle .sk-circle12{transform:rotate(330deg)}.sk-circle .sk-circle2:before{animation-delay:-1.1s}.sk-circle .sk-circle3:before{animation-delay:-1s}.sk-circle .sk-circle4:before{animation-delay:-.9s}.sk-circle .sk-circle5:before{animation-delay:-.8s}.sk-circle .sk-circle6:before{animation-delay:-.7s}.sk-circle .sk-circle7:before{animation-delay:-.6s}.sk-circle .sk-circle8:before{animation-delay:-.5s}.sk-circle .sk-circle9:before{animation-delay:-.4s}.sk-circle .sk-circle10:before{animation-delay:-.3s}.sk-circle .sk-circle11:before{animation-delay:-.2s}.sk-circle .sk-circle12:before{animation-delay:-.1s}@keyframes sk-circleBounceDelay{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.splash-container{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100vh}.splash-animation-container{height:50vh}.splash-title-container{font-size:2.5rem;text-decoration:none}.splash-title{font-feature-settings:"liga","clig off";font-family:Agustina Regular,cursive;font-variant-ligatures:no-common-ligatures;-webkit-font-variant-ligatures:no-common-ligatures;font-weight:700;padding:0 20px}.codingProfile-heading{font-size:2.25rem;margin:0 0 8px}.codingProfile-subtitle{font-size:1rem}.codingProfile-section{margin-top:28px}@media(max-width:768px){.codingProfile-heading{font-size:1.85rem}}.codingProfile-header{margin-bottom:30px;text-align:center}.codingProfile-heading{color:#0f172a;font-size:2.5rem;font-weight:800;letter-spacing:-.02em;margin-bottom:8px}.dark-mode .codingProfile-heading{color:#f8fafc}.codingProfile-subtitle{color:#64748b;font-size:1.05rem;margin:0}.dark-mode .codingProfile-subtitle{color:#94a3b8}.codingProfile-section{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin-top:24px}.codingprofile-card{background:#111827;border:1px solid #ffffff14;border-radius:12px;box-shadow:0 4px 6px -1px #0003;display:flex;flex-direction:column;padding:24px 20px;transition:all .25s ease}.codingprofile-card:hover{border-color:#3b82f666;box-shadow:0 12px 25px -8px #3b82f626;transform:translateY(-3px)}.codingprofile-top{align-items:center;display:flex;gap:14px;margin-bottom:12px}.codingprofile-image-div{align-items:center;background:#fff;border-radius:8px;display:flex;flex-shrink:0;height:42px;justify-content:center;padding:4px;width:42px}.card-image-codingprofile{max-height:100%;max-width:100%;object-fit:contain}.codingprofile-title{color:#f8fafc;font-size:1.15rem;font-weight:700;margin:0}.codingprofile-desc{color:#94a3b8;flex:1 1;font-size:.875rem;line-height:1.6;margin:0 0 16px}.codingprofile-card-footer{border-top:1px solid #ffffff0f;margin-top:auto;padding-top:12px}.codingprofile-tag{align-items:center;background:#3b82f61a;border:1px solid #3b82f640;border-radius:6px;color:#60a5fa;cursor:pointer;display:inline-flex;font-family:JetBrains Mono,monospace;font-size:.8rem;font-weight:600;padding:5px 12px;transition:all .2s ease}.codingprofile-tag:hover{background:#3b82f633;border-color:#3b82f6;color:#93c5fd;transform:translateY(-1px)}body.light-mode .codingprofile-card{background:#fff;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #0000000d}body.light-mode .codingprofile-card:hover{border-color:#3b82f6}body.light-mode .codingprofile-title{color:#0f172a}body.light-mode .codingprofile-desc{color:#475569}body.light-mode .codingprofile-card-footer{border-top:1px solid #e2e8f0}body.light-mode .codingprofile-tag{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}body.light-mode .codingprofile-tag:hover{background:#dbeafe}.dark-mode{background-color:#0b0f19;color:#fff;transition:"0.1s"}.courses-main-div{margin-top:20px}.courses-header{margin-bottom:30px;text-align:center}.courses-heading{color:#0f172a;font-size:2.5rem;font-weight:800;letter-spacing:-.02em;margin-bottom:8px}.dark-mode.courses-heading{color:#f8fafc}.courses-subtitle{color:#64748b;font-size:1.05rem;margin:0}.dark-mode.courses-subtitle{color:#94a3b8}.courses-iframe{background:#111827;border:1px solid #ffffff14;border-radius:12px;box-shadow:0 4px 12px #0003;height:320px;width:100%}body.light-mode .courses-iframe{background:#fff;border:1px solid #e2e8f0;box-shadow:0 4px 12px #0000000d}@media(max-width:768px){.courses-heading{font-size:2rem}}.mini-projects-container{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:24px}.mini-project-card{background:#111827;border:1px solid #ffffff14;border-radius:12px;box-shadow:0 4px 6px -1px #0003;display:flex;flex-direction:column;overflow:hidden;transition:all .25s ease}.mini-project-card:hover{border-color:#3b82f666;box-shadow:0 12px 25px -8px #3b82f626;transform:translateY(-3px)}.mini-project-image{align-items:center;background:#0f172a;border-bottom:1px solid #ffffff0f;display:flex;height:160px;justify-content:center;overflow:hidden;width:100%}.mini-card-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.mini-project-card:hover .mini-card-image{transform:scale(1.05)}.project-detail{display:flex;flex:1 1;flex-direction:column;padding:20px}.mini-card-title{color:#f8fafc;font-size:1.15rem;font-weight:700;margin:0 0 10px}.mini-card-subtitle{color:#94a3b8;flex:1 1;font-size:.875rem;line-height:1.6;margin:0 0 20px}.project-card-footer{display:flex;gap:10px;margin-top:auto}.project-tag{align-items:center;background:#3b82f61a;border:1px solid #3b82f640;border-radius:6px;color:#60a5fa;cursor:pointer;display:inline-flex;font-family:JetBrains Mono,monospace;font-size:.8rem;font-weight:600;padding:6px 14px;transition:all .2s ease}.project-tag:hover{background:#3b82f633;border-color:#3b82f6;color:#93c5fd;transform:translateY(-1px)}body.light-mode .mini-project-card{background:#fff;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #0000000d}body.light-mode .mini-project-card:hover{border-color:#3b82f6}body.light-mode .mini-project-image{background:#f8fafc;border-bottom:1px solid #e2e8f0}body.light-mode .mini-card-title{color:#0f172a}body.light-mode .mini-card-subtitle{color:#475569}body.light-mode .project-tag{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}body.light-mode .project-tag:hover{background:#dbeafe}
/*# sourceMappingURL=main.1e1bc397.css.map*/