@import url(https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;1,400&family=Source+Sans+Pro:wght@300;400;600;700&display=swap);@tailwind base;@tailwind components;@tailwind utilities;:root{--harvard-crimson:#a41e35;--harvard-dark:#1e1e1e;--harvard-charcoal:#3c3c3c;--harvard-gray:#8c8c8c;--harvard-light-gray:#f5f5f5;--harvard-cream:#fff8f0;--accent-blue:#06c;--accent-gold:gold;--success-green:#28a745;--text-primary:#2c2c2c;--text-secondary:#5a5a5a;--border-light:#e8e8e8;--shadow-subtle:0 2px 8px #00000014;--shadow-medium:0 4px 16px #0000001f;--shadow-strong:0 8px 32px #00000029}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#2c2c2c;color:var(--text-primary);font-family:Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.7}.harvard-portfolio{@apply relative}h1,h2,h3,h4,h5,h6{color:#1e1e1e;color:var(--harvard-dark);font-family:Crimson Text,serif;font-weight:600;line-height:1.3}h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:2rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1.125rem}p{color:#5a5a5a;color:var(--text-secondary);margin-bottom:1rem}.lead-paragraph{color:#2c2c2c;color:var(--text-primary);font-size:1.25rem;font-weight:300;line-height:1.8}.site-header{@apply fixed top-0 w-full z-50;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border-bottom:1px solid #e8e8e8;border-bottom:1px solid var(--border-light);box-shadow:0 2px 8px #00000014;box-shadow:var(--shadow-subtle)}.main-navigation,.nav-container{@apply max-w-7xl mx-auto px-6 py-4 flex justify-between items-center}.site-title{color:#a41e35;color:var(--harvard-crimson);font-family:Crimson Text,serif;font-size:1.5rem;font-weight:600;text-decoration:none;transition:color .3s ease}.site-title:hover{color:#1e1e1e;color:var(--harvard-dark)}.mobile-menu-button{@apply md:hidden flex flex-col justify-center items-center w-8 h-8 bg-transparent border-none cursor-pointer}.mobile-menu-button span{@apply block w-6 h-0.5 bg-current transition-all duration-300 ease-in-out;margin:2px 0}.nav-menu,.nav-menu li,.nav-menu.mobile-open{@apply relative}.nav-menu a{@apply text-sm font-medium uppercase tracking-wide;color:#5a5a5a;color:var(--text-secondary);padding:.5rem 0;position:relative;text-decoration:none;transition:color .3s ease}.nav-menu a.active,.nav-menu a:hover{color:#a41e35;color:var(--harvard-crimson)}.nav-menu a:after{background:#a41e35;background:var(--harvard-crimson);bottom:-4px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-menu a.active:after,.nav-menu a:hover:after{width:100%}.hero-section{@apply min-h-screen flex items-center justify-center text-center;background:linear-gradient(135deg,#fff8f0,#fff 50%);background:linear-gradient(135deg,var(--harvard-cream) 0,#fff 50%);position:relative}.hero-section:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z' fill='%23A41E35' fill-opacity='.03' fill-rule='evenodd'/%3E%3C/svg%3E") repeat;bottom:0;content:"";left:0;opacity:.4;position:absolute;right:0;top:0}.hero-container,.hero-content,.profile-photo-wrapper,.profile-section{@apply flex justify-center lg:justify-start}.profile-photo{@apply relative w-80 h-80 rounded-full overflow-hidden cursor-pointer border-4 border-white shadow-strong;transition:transform .3s ease}.profile-photo:hover{transform:scale(1.02)}.profile-image{@apply w-full h-full object-cover}.photo-overlay{@apply absolute inset-0 bg-black bg-opacity-50 flex items-center justify-center opacity-0 text-white font-medium;transition:opacity .3s ease}.profile-photo:hover .photo-overlay{opacity:1}.hero-text,.photo-input{@apply text-center lg:text-center}.hero-title{@apply text-5xl lg:text-6xl font-bold mb-4;animation:fadeInUp .8s ease-out;color:#1e1e1e;color:var(--harvard-dark)}.hero-subtitle{@apply text-xl lg:text-2xl mb-2;animation:fadeInUp .8s ease-out .2s both;color:#a41e35;color:var(--harvard-crimson);font-weight:300}.hero-affiliation{@apply text-lg mb-6;animation:fadeInUp .8s ease-out .4s both;color:#5a5a5a;color:var(--text-secondary)}.hero-description{@apply mb-8;animation:fadeInUp .8s ease-out .6s both}.hero-description p{@apply text-lg leading-relaxed;color:#5a5a5a;color:var(--text-secondary)}.hero-stats{@apply flex justify-center lg:justify-center space-x-8 mb-8;animation:fadeInUp .8s ease-out .8s both}.stat{@apply text-center}.stat-number{@apply block text-3xl font-bold;color:#a41e35;color:var(--harvard-crimson)}.stat-label{@apply text-sm uppercase tracking-wide;color:#5a5a5a;color:var(--text-secondary)}.hero-actions{@apply flex flex-wrap gap-4 justify-center lg:justify-start;animation:fadeInUp .8s ease-out 1s both}.btn{@apply px-6 py-3 rounded-lg font-medium text-sm uppercase tracking-wide transition-all duration-300 no-underline inline-block}.btn-primary{background:#a41e35;background:var(--harvard-crimson);box-shadow:0 2px 8px #00000014;box-shadow:var(--shadow-subtle);color:#fff}.btn-primary:hover{background:#1e1e1e;background:var(--harvard-dark);box-shadow:0 4px 16px #0000001f;box-shadow:var(--shadow-medium);transform:translateY(-2px)}.btn-secondary{background:#06c;background:var(--accent-blue);box-shadow:0 2px 8px #00000014;box-shadow:var(--shadow-subtle);color:#fff}.btn-secondary:hover{background:#0052a3;box-shadow:0 4px 16px #0000001f;box-shadow:var(--shadow-medium);transform:translateY(-2px)}.btn-outline{background:#0000;border:2px solid #a41e35;border:2px solid var(--harvard-crimson);color:#a41e35;color:var(--harvard-crimson)}.btn-outline:hover{background:#a41e35;background:var(--harvard-crimson);color:#fff;transform:translateY(-2px)}.section-container,.section-header{@apply text-center mb-16}.section-title{@apply text-4xl lg:text-5xl font-bold mb-4;color:#1e1e1e;color:var(--harvard-dark)}.section-subtitle{@apply text-xl;color:#5a5a5a;color:var(--text-secondary);font-weight:300}.about-section{background:#f5f5f5;background:var(--harvard-light-gray)}.about-content,.about-image,.about-text,.about-text p,.about-visual{@apply w-full max-w-sm rounded-lg shadow-medium}.experience-section{background:#fff}.experience-item{@apply relative mb-12 last:mb-0}.experience-card{@apply ml-16 bg-white p-8 rounded-lg shadow-medium border border-gray-100;transition:transform .3s ease,box-shadow .3s ease}.experience-card:hover{box-shadow:0 8px 32px #00000029;box-shadow:var(--shadow-strong);transform:translateY(-4px)}.experience-header{@apply flex justify-center text-center}.experience-title h3{@apply text-2xl font-bold mb-1;color:#1e1e1e;color:var(--harvard-dark)}.experience-title h4{@apply text-xl font-semibold mb-1;color:#a41e35;color:var(--harvard-crimson)}.program-name{@apply text-sm font-medium;color:#06c;color:var(--accent-blue)}.experience-meta{@apply text-right}.period{@apply block text-sm font-semibold;color:#2c2c2c;color:var(--text-primary)}.location{@apply text-sm;color:#5a5a5a;color:var(--text-secondary)}.experience-highlights{@apply list-none space-y-3 mb-6}.experience-highlights li{@apply pl-6 relative;color:#5a5a5a;color:var(--text-secondary)}.experience-highlights li:before{content:none}.experience-tech{@apply border-t border-gray-200 pt-4}.tech-label{@apply text-sm font-semibold mb-2 block;color:#2c2c2c;color:var(--text-primary)}.tech-tags{@apply flex flex-wrap gap-2}.tech-tag{@apply px-3 py-1 bg-gray-100 rounded-full text-xs font-medium;color:#5a5a5a;color:var(--text-secondary)}.projects-section{background:#fff8f0;background:var(--harvard-cream)}.projects-grid{@apply grid lg:grid-cols-1 gap-8}.project-card{@apply bg-white p-8 rounded-lg shadow-medium border border-gray-100;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{box-shadow:0 8px 32px #00000029;box-shadow:var(--shadow-strong);transform:translateY(-4px)}.project-header{@apply mb-6}.project-category{@apply text-sm font-semibold uppercase tracking-wide mb-2;color:#06c;color:var(--accent-blue)}.project-title{@apply text-3xl font-bold mb-3;color:#1e1e1e;color:var(--harvard-dark)}.award-badge,.project-award{@apply px-4 py-2 bg-success-green text-white rounded-full text-sm font-semibold}.institution{@apply text-sm font-medium;color:#5a5a5a;color:var(--text-secondary)}.project-content p,.project-impact{@apply p-4 bg-gray-50 rounded-lg mb-6}.project-impact strong{color:#a41e35;color:var(--harvard-crimson)}.project-technologies{@apply mb-6}.tech-list{display:inline}.tech-item{background:none;border-radius:0;color:#5a5a5a;color:var(--text-secondary);font-weight:400;margin:0;padding:0}.tech-item:after{content:", "}.tech-item:last-child:after{content:""}.project-links{@apply flex gap-4}.project-link{@apply px-4 py-2 bg-harvard-crimson text-white rounded-lg text-sm font-medium;text-decoration:none;transition:background .3s ease}.project-link:hover{background:#1e1e1e;background:var(--harvard-dark)}.achievements-section{background:#fff}.achievement-category,.achievements-grid{@apply bg-gray-50 p-6 rounded-lg}.category-title{@apply text-xl font-bold mb-4;color:#a41e35;color:var(--harvard-crimson)}.achievement-list{@apply list-none space-y-2}.achievement-list li{@apply pl-6 relative text-sm;color:#5a5a5a;color:var(--text-secondary)}.achievement-list li:before{content:none}.skills-section{@apply border-t border-gray-200 pt-12}.skills-title{@apply text-3xl font-bold text-center mb-8;color:#1e1e1e;color:var(--harvard-dark)}.skill-category,.skills-grid{@apply bg-white p-6 rounded-lg shadow-subtle border border-gray-100}.skill-category-name{@apply text-lg font-bold mb-4;color:#a41e35;color:var(--harvard-crimson)}.skill-items{display:inline}.skill-items:after{content:", "}.skill-items:last-child:after{content:""}.skill-badge{@apply px-3 py-1 bg-gray-100 rounded-full text-sm font-medium;color:#5a5a5a;color:var(--text-secondary);transition:all .3s ease}.skill-badge:hover{background:#a41e35;background:var(--harvard-crimson);color:#fff}.blogs-section{background:#f5f5f5;background:var(--harvard-light-gray)}.blogs-content{@apply max-w-4xl mx-auto}.demo-section{background:#fff}.demo-content{@apply max-w-2xl mx-auto text-center}.contact-section{background:#1e1e1e;background:var(--harvard-dark);color:#fff}.contact-section .section-subtitle,.contact-section .section-title{color:#fff}.contact-content,.contact-info,.contact-item{@apply text-center lg:text-left}.contact-item h4{@apply text-lg font-semibold mb-2;color:#a41e35;color:var(--harvard-crimson)}.contact-item a,.contact-item span{@apply text-gray-300 text-lg;text-decoration:none;transition:color .3s ease}.contact-item a:hover{color:#fff}.contact-link,.contact-links{@apply px-6 py-3 rounded-lg font-medium text-sm uppercase tracking-wide transition-all duration-300 no-underline}.contact-link.linkedin{background:#0077b5;color:#fff}.contact-link.github{background:#333;color:#fff}.contact-link.email{background:#a41e35;background:var(--harvard-crimson);color:#fff}.contact-link:hover{box-shadow:0 4px 16px #0000001f;box-shadow:var(--shadow-medium);transform:translateY(-2px)}.site-footer{background:#3c3c3c;background:var(--harvard-charcoal);color:#fff}.footer-container{@apply max-w-6xl mx-auto px-6 py-8 text-center}.footer-container p{@apply text-sm;color:#ccc}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.hero-title,.profile-photo,.section-title{@apply w-64 h-64}}@media (max-width:768px){.experience-card,.experience-marker,.experience-timeline:before,.hero-stats,.hero-subtitle,.hero-title,.profile-photo,.section-title,.stat-number{@apply text-2xl}}.blog-content,.blog-title,.button,.memory-card,.memory-card-flipped,.memory-game-grid,.portfolio-container,.portfolio-heading,.portfolio-section,.section-heading{@apply bg-green-300}@media (max-width:640px){.memory-card,.memory-game-grid{@apply w-12 h-12 text-2xl}}.section-container{@apply @apply w-full px-0 py-20}
/*# sourceMappingURL=main.447d20bf.css.map*/