@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Georgia:ital,wght@0,400;0,700;1,400&family=Crimson+Text:ital,wght@0,400;0,600;1,400&display=swap";:root{--primary-color: #3b82f6;--bg-primary: #0a0a0a;--bg-secondary: #111111;--bg-card: #1a1a1a;--text-primary: #e0e7ff;--text-secondary: #94a3b8;--border-color: #374151;--shadow: 0 4px 6px rgba(0, 0, 0, .3);--transition: all .3s ease}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:var(--text-primary);background-color:var(--bg-primary);overflow-x:hidden}a[href^="#"]{scroll-behavior:smooth}::selection{background:#3b82f64d;color:var(--text-primary)}::-moz-selection{background:#3b82f64d;color:var(--text-primary)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#2563eb}body{font-family:Crimson Text,Georgia,serif;background-color:#fefefe;color:#2c1810;line-height:1.6;font-size:16px}.portfolio-container{max-width:1000px;margin:0 auto;background-color:#fff;box-shadow:0 0 30px #0000001a;min-height:100vh}.portfolio-header{background:linear-gradient(135deg,#722f37,#8b1538,#722f37);color:#fff;padding:60px 40px 40px;text-align:center;position:relative}.portfolio-header:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#722f37,#8b1538,#a41e34,#8b1538,#722f37)}.portfolio-title{font-family:Georgia,serif;font-size:42px;font-weight:700;margin-bottom:12px;letter-spacing:1px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.portfolio-subtitle{font-size:18px;font-weight:400;color:#f4d4d4;letter-spacing:.5px}.tab-navigation{background-color:#f8f8f8;border-bottom:3px solid #722f37;padding:0 40px;display:flex;gap:0}.tab-button{background:none;border:none;padding:16px 32px;font-family:Crimson Text,Georgia,serif;font-size:18px;font-weight:600;color:#555;cursor:pointer;position:relative;transition:all .3s ease;border-bottom:3px solid transparent}.tab-button:hover{color:#722f37;background-color:#f0f0f0}.tab-button.active{color:#722f37;background-color:#fff;border-bottom-color:#722f37;font-weight:700}.tab-button.active:after{content:"";position:absolute;bottom:-3px;left:0;right:0;height:3px;background:#722f37}.content-area{padding:40px;min-height:600px}.tab-content{animation:fadeIn .4s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.me-section h2{font-family:Georgia,serif;font-size:32px;color:#722f37;margin-bottom:30px;text-align:center;position:relative}.me-section h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(90deg,transparent,#722f37,transparent)}.profile-section{display:grid;grid-template-columns:300px 1fr;gap:40px;margin-top:40px}.profile-image-container{text-align:center}.profile-image{width:200px;height:200px;border-radius:50%;background:linear-gradient(135deg,#722f37,#8b1538);display:flex;align-items:center;justify-content:center;margin:0 auto 20px;box-shadow:0 8px 24px #722f374d;border:4px solid #ffffff}.profile-initial{font-size:80px;font-weight:700;color:#fff;font-family:Georgia,serif}.profile-info h2{text-align:left;margin-bottom:20px}.profile-info h2:after{display:none}.intro-text{font-size:18px;line-height:1.7;margin-bottom:20px;color:#444;text-align:justify}.details-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:30px 0;padding:20px;background-color:#faf8f8;border-left:4px solid #722f37}.detail-item h3{font-size:16px;font-weight:700;color:#722f37;margin-bottom:5px;text-transform:uppercase;letter-spacing:.5px}.detail-item p{font-size:16px;color:#555;font-weight:600}.interests-section{margin:30px 0}.interests-section h3{font-size:22px;color:#722f37;margin-bottom:15px;font-family:Georgia,serif}.interests-list li{padding:8px 0;border-bottom:1px solid #e0e0e0;color:#555;font-size:16px}.interests-list li:last-child{border-bottom:none}.interests-list li:before{content:"▸";color:#722f37;font-weight:700;margin-right:10px}.contact-section{margin-top:30px}.contact-section h3{font-size:22px;color:#722f37;margin-bottom:15px;font-family:Georgia,serif}.contact-links{display:flex;gap:15px}.contact-link{padding:10px 20px;background-color:#722f37;color:#fff;text-decoration:none;border-radius:4px;font-weight:600;transition:all .3s ease;border:2px solid #722f37}.contact-link:hover{background-color:transparent;color:#722f37}.experience-section h2{font-family:Georgia,serif;font-size:32px;color:#722f37;margin-bottom:30px;text-align:center;position:relative}.experience-section h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(90deg,transparent,#722f37,transparent)}.experience-content{display:flex;flex-direction:column;gap:40px}.education-block,.skills-block,.coursework-block{background-color:#faf8f8;padding:30px;border-radius:8px;border-left:5px solid #722f37}.education-block h3,.skills-block h3,.coursework-block h3{font-family:Georgia,serif;font-size:24px;color:#722f37;margin-bottom:20px}.experience-item{margin-bottom:20px}.experience-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.experience-header h4{font-size:20px;color:#722f37;font-family:Georgia,serif}.experience-date{font-size:14px;color:#777;font-weight:600}.experience-role{font-size:16px;font-weight:600;color:#555;margin-bottom:8px}.experience-description{color:#666;line-height:1.6}.skill-category{margin-bottom:25px}.skill-category h4{font-size:18px;color:#722f37;margin-bottom:12px;font-family:Georgia,serif}.skill-tags{display:flex;flex-wrap:wrap;gap:10px}.skill-tag{background-color:#722f37;color:#fff;padding:6px 12px;border-radius:20px;font-size:14px;font-weight:600;border:2px solid #722f37;transition:all .3s ease}.skill-tag:hover{background-color:transparent;color:#722f37}.coursework-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.course-item{background-color:#fff;padding:20px;border-radius:6px;border:1px solid #e0e0e0}.course-item h4{font-size:16px;color:#722f37;margin-bottom:8px;font-family:Georgia,serif}.course-item p{color:#666;font-size:14px;line-height:1.5}.projects-section h2{font-family:Georgia,serif;font-size:32px;color:#722f37;margin-bottom:30px;text-align:center;position:relative}.projects-section h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(90deg,transparent,#722f37,transparent)}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:30px;margin-top:40px}.project-card{background-color:#faf8f8;padding:30px;border-radius:8px;border:1px solid #e0e0e0;transition:all .3s ease;border-left:5px solid #722f37}.project-card:hover{box-shadow:0 8px 25px #722f3726;transform:translateY(-2px)}.project-card h3{font-family:Georgia,serif;font-size:22px;color:#722f37;margin-bottom:15px}.project-tech-stack{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:15px}.tech-badge{background-color:#722f37;color:#fff;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.project-description{color:#555;line-height:1.6;margin-bottom:20px}.project-links{display:flex;gap:12px}.project-link{padding:8px 16px;background-color:#722f37;color:#fff;text-decoration:none;border-radius:4px;font-size:14px;font-weight:600;transition:all .3s ease;border:2px solid #722f37}.project-link:hover{background-color:transparent;color:#722f37}.project-link.disabled{background-color:#999;border-color:#999;cursor:not-allowed}.project-link.disabled:hover{background-color:#999;color:#fff;border-color:#999}.portfolio-footer{background-color:#722f37;color:#fff;text-align:center;padding:20px;font-size:14px}@media (max-width: 768px){.portfolio-container{margin:0;box-shadow:none}.portfolio-header{padding:40px 20px 30px}.portfolio-title{font-size:32px}.portfolio-subtitle{font-size:16px}.tab-navigation{padding:0 20px;flex-wrap:wrap}.tab-button{padding:12px 20px;font-size:16px}.content-area{padding:30px 20px}.profile-section{grid-template-columns:1fr;gap:30px;text-align:center}.profile-image{width:150px;height:150px}.profile-initial{font-size:60px}.details-grid{grid-template-columns:1fr;gap:15px}.contact-links{flex-direction:column;align-items:center}.projects-grid,.coursework-grid{grid-template-columns:1fr}}@media (max-width: 480px){.portfolio-header{padding:30px 15px 25px}.portfolio-title{font-size:28px}.tab-navigation{padding:0 15px}.tab-button{padding:10px 16px;font-size:15px}.content-area{padding:25px 15px}.profile-image{width:120px;height:120px}.profile-initial{font-size:48px}.intro-text{font-size:16px;text-align:left}}@media print{.tab-navigation{display:none}.portfolio-container{box-shadow:none}.content-area{padding:20px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;color:#333;background:#f8fafc}.portfolio-app{min-height:100vh;transition:all .3s ease}.dark-theme{background:linear-gradient(135deg,#0f172a,#1e293b,#334155);color:#e2e8f0}.dark-theme .main-header{background:#0f172af2;border-bottom:1px solid rgba(148,163,184,.1)}.dark-theme .content-card{background:#1e293bcc;border:1px solid rgba(71,85,105,.3);color:#e2e8f0}.dark-theme .content-card:hover{background:#1e293be6;border-color:#47556980}.dark-theme .card-header{background:#0f172a99;border-bottom:1px solid rgba(71,85,105,.3)}.dark-theme .skill-item{background:#3b82f61a;border:1px solid rgba(59,130,246,.3);color:#93c5fd}.dark-theme .project-link{color:#60a5fa}.dark-theme .project-link:hover{color:#93c5fd}.dark-theme .project-status{background:#fbbf241a;color:#fde047}.dark-theme .profile-placeholder{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.light-theme{background:linear-gradient(135deg,#f8fafc,#e2e8f0,#cbd5e1);color:#1e293b}.light-theme .main-header{background:#fffffff2;border-bottom:1px solid rgba(226,232,240,.8)}.light-theme .content-card{background:#ffffffe6;border:1px solid rgba(226,232,240,.5);color:#1e293b}.light-theme .content-card:hover{background:#fffffff2;border-color:#e2e8f0cc}.light-theme .card-header{background:#f8fafccc;border-bottom:1px solid rgba(226,232,240,.5)}.light-theme .skill-item{background:#3b82f61a;border:1px solid rgba(59,130,246,.2);color:#1d4ed8}.light-theme .project-link{color:#2563eb}.light-theme .project-link:hover{color:#1d4ed8}.light-theme .project-status{background:#fbbf241a;color:#d97706}.light-theme .profile-placeholder{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff}.main-header{position:fixed;top:0;left:0;right:0;z-index:100;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;padding:.75rem 2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.header-left{display:flex;justify-content:flex-start}.header-left .main-title{font-size:1.25rem;font-weight:600;margin:0}.header-center{display:flex;justify-content:center}.social-icons{display:flex;gap:1.25rem;align-items:center}.social-icon{padding:.4rem;border-radius:50%;transition:all .3s ease;color:inherit;text-decoration:none;display:flex;align-items:center;justify-content:center}.social-icon svg{width:20px;height:20px}.social-icon:hover{transform:translateY(-2px);background:#3b82f61a}.header-right{display:flex;justify-content:flex-end}.theme-toggle{background:none;border:2px solid rgba(59,130,246,.3);border-radius:50%;padding:.4rem;cursor:pointer;transition:all .3s ease;color:inherit;display:flex;align-items:center;justify-content:center}.theme-toggle svg{width:18px;height:18px}.theme-toggle:hover{border-color:#3b82f699;transform:scale(1.05)}.main-content{min-height:100vh;padding:4.5rem 1.5rem 1.5rem}.content-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto}.content-card{border-radius:.75rem;overflow:hidden;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);height:fit-content}.content-card:hover{transform:translateY(-3px);box-shadow:0 15px 30px #0000001a}.card-header{padding:1rem 1.25rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.card-header h2{font-size:1.25rem;font-weight:600;margin:0}.card-content{padding:1.25rem}.profile-section{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.profile-placeholder{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;flex-shrink:0}.education-details h3{margin:0 0 .25rem;font-size:1.1rem;font-weight:600}.education-details .degree{color:#6b7280;margin:0 0 .25rem;font-size:.9rem}.education-details .course{font-size:.8rem;color:#9ca3af;margin:0}.skills-section{margin-bottom:1.5rem}.skills-section h4{margin-bottom:.75rem;font-size:1rem;font-weight:600}.skills-list{display:flex;flex-wrap:wrap;gap:.4rem}.skills-section>.skills-list:first-of-type{margin-bottom:.75rem}.skill-item{padding:.25rem .75rem;border-radius:1.5rem;font-size:.8rem;font-weight:500;transition:all .3s ease}.skill-item:hover{transform:translateY(-1px)}.interests-section h4{margin-bottom:.75rem;font-size:1rem;font-weight:600}.interests-list{list-style:none;padding:0}.interests-list li{position:relative;padding:.25rem 0 .25rem 1.25rem;font-size:.9rem}.interests-list li:before{content:"▸";position:absolute;left:0;color:#3b82f6;font-weight:700}.project-item{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(226,232,240,.3)}.project-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.project-item h4{margin-bottom:.4rem;font-size:1.1rem;font-weight:600}.project-tech{font-size:.85rem;color:#6b7280;margin-bottom:.5rem;font-weight:500}.project-desc{margin-bottom:.75rem;line-height:1.5;font-size:.9rem}.project-link{text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-flex;align-items:center;gap:.25rem;font-size:.9rem}.project-status{padding:.2rem .6rem;border-radius:1rem;font-size:.75rem;font-weight:600}.about-text{margin-bottom:1.5rem}.about-text p{line-height:1.6;margin-bottom:.75rem;font-size:.9rem}.goals-section,.future-section{margin-bottom:1.5rem}.goals-section h4,.future-section h4{margin-bottom:.75rem;font-size:1rem;font-weight:600}.goals-list{list-style:none;padding:0}.goals-list li{position:relative;padding:.25rem 0 .25rem 1.25rem;font-size:.9rem}.goals-list li:before{content:"▸";position:absolute;left:0;color:#3b82f6;font-weight:700}.future-section p,.contact-note p{line-height:1.6;font-size:.9rem}.contact-note{padding:.75rem;background:#3b82f60d;border-radius:.5rem;border-left:3px solid #3b82f6}@media (max-width: 768px){.main-header{grid-template-columns:1fr;gap:.75rem;text-align:center;padding:.75rem 1rem}.header-left,.header-center,.header-right{justify-content:center}.main-content{padding-top:6rem;padding-left:1rem;padding-right:1rem}.content-grid{grid-template-columns:1fr;gap:1.25rem}.profile-section{flex-direction:column;text-align:center;gap:.5rem}.card-content{padding:1rem}}@media (max-width: 480px){.main-header{padding:.5rem}.header-left .main-title{font-size:1.1rem}.social-icons{gap:1rem}.social-icon svg{width:18px;height:18px}.theme-toggle svg{width:16px;height:16px}.main-content{padding-top:5rem}.profile-placeholder{width:50px;height:50px;font-size:1.25rem}.skills-list{gap:.25rem}.skill-item{padding:.2rem .6rem;font-size:.75rem}}.dark-theme .education-details .degree{color:#94a3b8}.dark-theme .education-details .course{color:#64748b}.dark-theme .project-tech{color:#94a3b8}.dark-theme .project-item{border-bottom-color:#4755694d}.dark-theme .contact-note{background:#3b82f61a;border-left-color:#60a5fa}.light-theme .education-details .degree{color:#6b7280}.light-theme .education-details .course{color:#9ca3af}.light-theme .project-tech{color:#6b7280}.light-theme .project-item{border-bottom-color:#e2e8f080}.light-theme .contact-note{background:#3b82f60d;border-left-color:#3b82f6}.dartmouth-logo{width:70px;height:auto;margin-right:1.5rem;border-radius:8px;box-shadow:0 2px 8px #00000014;background:#e6f0e6d9;border:2px solid #b7cbb7;padding:4px;display:block}.dark-theme .dartmouth-logo{background:#223722d9;border:2px solid #4a6a4a}.education-card{grid-column:span 2;min-width:420px}.custom-grid{display:grid;grid-template-columns:1.2fr 1fr;grid-template-rows:auto auto;gap:1.5rem}.custom-grid .education-card{grid-column:1 / 2;grid-row:1}.custom-grid section:nth-child(2){grid-column:2 / 3;grid-row:1}.custom-grid section:nth-child(3){grid-column:1 / 2;grid-row:2}.custom-grid section:nth-child(4){grid-column:2 / 3;grid-row:2}.content-card{background:var(--card-bg, rgba(255,255,255,.9));border-radius:.75rem;box-shadow:0 2px 12px #0000000f;border:1px solid #e5e7eb;color:inherit;font-family:inherit}.experience-item,.experience-header h4,.experience-role,.experience-date,.experience-description{color:inherit!important;font-family:inherit!important}.experience-header h4,.experience-section h2{color:inherit!important}@media (max-width: 900px){.custom-grid{grid-template-columns:1fr;grid-template-rows:auto auto auto auto}.education-card,.custom-grid section{grid-column:1 / 2!important;grid-row:auto!important;min-width:unset}}.project-desc,.experience-description{list-style:disc inside;margin:.5rem 0 1rem .5rem;padding-left:1rem}.project-desc li,.experience-description li{margin-bottom:.3rem}.education-card .profile-section{align-items:flex-start;margin-top:.25rem;margin-bottom:.5rem}.education-details{margin-top:0}
