@import"https://fonts.googleapis.com/css?family=Lato";@import"https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@300;400;600;700&display=swap";@media only screen and (min-width: 0rem){:root{--dark: #121212;--medium: #282828;--accent: #404040;--bodyTextColorWhite: #fafbfc}body.dark-mode{background-color:var(--dark)}body.dark-mode p,body.dark-mode li,body.dark-mode h1,body.dark-mode h2,body.dark-mode h3,body.dark-mode h4,body.dark-mode h5,body.dark-mode h6,body.dark-mode .cs-title,body.dark-mode .cs-text,body.dark-mode .cs-li{color:var(--bodyTextColorWhite)}body.dark-mode .light{display:none}body.dark-mode .dark{display:block!important}.dark{display:none}}@media only screen and (min-width: 0rem){body.dark-mode #dark-mode-toggle .cs-sun{transform:translate(-50%,-50%);opacity:1}body.dark-mode #dark-mode-toggle .cs-moon{transform:translate(-50%,-150%);opacity:0}#dark-mode-toggle{display:block;position:absolute;top:50%;transform:translateY(-50%);right:2rem;width:3rem;height:3rem;background:transparent;border:none;overflow:hidden;padding:0;pointer-events:auto}#dark-mode-toggle img,#dark-mode-toggle svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1.5625rem;height:1.5625rem;pointer-events:auto}#dark-mode-toggle .cs-moon{z-index:2;transition:transform .3s,opacity .3s,fill .3s;fill:#d8d2c9}#dark-mode-toggle .cs-sun{z-index:1;transform:translate(-50%,100%);opacity:0;transition:transform .3s,opacity .3s}}@media only screen and (min-width: 64rem){#dark-mode-toggle{position:relative;top:auto;right:auto;transform:none;margin-left:1.875rem;margin-bottom:0rem}}/*! tailwindcss v4.0.14 | MIT License | https://tailwindcss.com */.sticky{position:sticky}.z-50{z-index:50}.container{width:100%}.mx-auto{margin-inline:auto}.block{display:block}.flex{display:flex}.hidden{display:none}.inline-flex{display:inline-flex}.max-h-screen{max-height:100vh}.min-h-screen{min-height:100vh}.w-auto{width:auto}.w-full{width:100%}.flex-1{flex:1}.flex-shrink-0{flex-shrink:0}.cursor-pointer{cursor:pointer}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.overflow-hidden{overflow:hidden}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.text-center{text-align:center}.uppercase{text-transform:uppercase}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.duration-300{--tw-duration:.3s;transition-duration:.3s}.duration-600{--tw-duration:.6s;transition-duration:.6s}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (prefers-color-scheme:dark){.dark\:hidden{display:none}}html{overscroll-behavior-y:contain;overscroll-behavior-x:none;scroll-behavior:smooth;touch-action:pan-y;max-width:100%;margin:0;padding:0}body{-webkit-overflow-scrolling:touch;background-color:#f3f4f6;min-height:100vh;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;transition:background-color 1s,color 1s;overflow-x:hidden}#root{flex-direction:column;min-height:100vh;display:flex}main{flex:1}.pure-carousel{background-color:#000;width:100%;height:60vh;position:relative;overflow:hidden}.pure-carousel .slide{opacity:0;backface-visibility:hidden;will-change:opacity;background-position:50%;background-size:cover;position:absolute;top:0;right:0;bottom:0;left:0}.simple-header{z-index:50;background:#fff;width:auto;height:auto;transition:top .5s ease-in-out,background-color 1s,box-shadow 1s;position:sticky;top:0;overflow:visible;box-shadow:0 2px 4px #0000001a}.simple-header.slide-up{top:-100px}.simple-header.slide-down{top:0}.hero-subtitle{color:inherit;margin-top:1rem;font-size:.9rem;font-style:italic}@media (width>=900px){.desktop-nav{display:flex!important}.hamburger-container,.mobile-menu{display:none!important}}.mobile-menu{z-index:49;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;background-color:#fffc;width:100%;max-height:0;transition:max-height .3s,opacity .3s;position:absolute;top:100%;left:0;overflow:hidden}.mobile-menu.open{opacity:1;max-height:500px}.simple-header .desktop-nav a,.simple-header .mobile-menu a{color:#333;padding:.5rem 1rem;font-weight:500;text-decoration:none;transition:color .3s}.simple-header .mobile-menu{text-align:center;flex-direction:column;align-items:center;display:flex}.simple-header .mobile-menu a{text-align:center;width:auto;margin:.5rem 0;display:inline-block}.simple-header .desktop-nav a:hover,.simple-header .mobile-menu a:hover{color:#40e0d0}.simple-header nav{justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.simple-header .logo img{width:auto;height:80px}@media (width<=899px){.simple-header nav{justify-content:center;height:3rem;position:relative}.simple-header .logo{position:absolute;left:50%;transform:translate(-50%)}.simple-header .mobile-toggle{position:absolute;top:50%;right:0;transform:translateY(-50%)}.simple-header .hamburger-container{position:absolute;top:50%;left:2rem;transform:translateY(-50%)}}body.dark-mode .mobile-menu{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}body.dark-mode .mobile-menu html,body.dark-mode .mobile-menu body{scroll-behavior:smooth;background-color:#f3f4f6;height:100%;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;transition:background-color 1s,color 1s}@media (prefers-color-scheme:dark){body.dark-mode .mobile-menu html,body.dark-mode .mobile-menu body{color:#fff;background-color:#000}}body.dark-mode .mobile-menu .simple-header{z-index:50;background:#fff;height:auto;transition:top .5s ease-in-out,background-color 1s,box-shadow 1s;position:sticky;top:0;overflow:visible;box-shadow:0 2px 4px #0000001a}body.dark-mode .mobile-menu .simple-header.slide-up{top:-100px}body.dark-mode .mobile-menu .simple-header.slide-down{top:0}body.dark-mode .mobile-menu .hero-subtitle{color:inherit;margin-top:1rem;font-size:.9rem;font-style:italic}@media (width>=768px){body.dark-mode .mobile-menu .desktop-nav{display:flex!important}body.dark-mode .mobile-menu .hamburger-container,body.dark-mode .mobile-menu .mobile-menu{display:none!important}}body.dark-mode .mobile-menu .mobile-menu{z-index:49;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;background-color:#fffc;width:100%;max-height:0;transition:max-height .5s,opacity .3s;position:absolute;top:100%;left:0;overflow:hidden}body.dark-mode .mobile-menu .mobile-menu.open{opacity:1;max-height:500px}body.dark-mode .mobile-menu .simple-header .desktop-nav a,body.dark-mode .mobile-menu .simple-header .mobile-menu a{color:#333;padding:.5rem 1rem;font-weight:500;text-decoration:none;transition:color .3s}body.dark-mode .mobile-menu .simple-header .mobile-menu a{text-align:center;width:100%;display:block}body.dark-mode .mobile-menu .simple-header .desktop-nav a:hover,body.dark-mode .mobile-menu .simple-header .mobile-menu a:hover{color:#40e0d0}body.dark-mode .mobile-menu .simple-header nav{justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}body.dark-mode .mobile-menu .simple-header .logo img{width:auto;height:40px}body.dark-mode{color:#1e1e1e;background-color:#1e1e1e}body.dark-mode .simple-header{background-color:#000;box-shadow:0 2px 4px #00000080}body.dark-mode .simple-header .desktop-nav a{color:#ddd}body.dark-mode .simple-header .desktop-nav a:hover{color:#40e0d0}body.dark-mode .bar1,body.dark-mode .bar2,body.dark-mode .bar3{background-color:#616161}body.dark-mode .mobile-menu{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#000c}body.dark-mode .simple-header .mobile-menu a{color:#ddd}body.dark-mode .simple-header .mobile-menu a:hover{color:#40e0d0}.section-container{text-align:center;cursor:default;background-color:#fff;border-radius:1rem;flex-direction:column;justify-content:center;align-items:center;min-height:400px;padding:4rem;scroll-margin-top:80px;display:flex;box-shadow:0 6px 12px #00000026}.section-container:nth-child(odd){cursor:default;background-color:#fff}.section-container:nth-child(2n){cursor:default;background-color:#efefef}.section-container h2{color:#40e0d0;cursor:default;margin-bottom:1rem;font-size:2rem;font-weight:700}.section-container p{color:#000;cursor:default;max-width:600px;margin-bottom:2rem;font-size:1.2rem}.read-more{color:#40e0d0;cursor:pointer;text-transform:uppercase;-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;background-color:#0000;border:none;justify-content:center;align-items:center;padding:1rem;font-size:1rem;font-weight:700;transition:color .3s;display:flex}.read-more:before{content:"";background-color:#40e0d0;width:0;height:1px;margin-right:.5rem;transition:width .42s cubic-bezier(.25,.8,.25,1);display:inline-block}.read-more:active,.read-more:focus{background-color:#0000;outline:none}footer{border-top:none!important}body.dark-mode footer{background-color:#1e1e1e!important}body.dark-mode footer p,body.dark-mode footer a{color:#fff!important}body.dark-mode footer *{border-top:none;color:#fff!important}footer nav a{color:#333;margin:0 .75rem;transition:color .2s}footer nav a:hover{color:#40e0d0}footer nav span{color:#718096;margin:0 .75rem;padding-top:2rem;padding-bottom:2rem}body.dark-mode footer nav a{color:#fff!important}body.dark-mode footer nav a:hover{color:#40e0d0!important}body.dark-mode footer nav span{padding-top:2rem;padding-bottom:2rem;color:#4a5568!important}footer nav>div{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}footer nav a,footer nav span{white-space:nowrap}footer nav a{padding-top:2rem;padding-bottom:2rem}body.dark-mode{background-color:#1e1e1e}body.dark-mode .section-container{color:#333}body.dark-mode .section-container:nth-child(odd),body.dark-mode .section-container:nth-child(2n){background-color:#333}body.dark-mode .section-container h2{color:#40e0d0}body.dark-mode .section-container p{color:#edf2f7}body.dark-mode .read-more{color:#40e0d0}body.dark-mode .read-more:hover:before{background-color:#40e0d0}.container{cursor:default;display:inline-block}.bar1,.bar2,.bar3{background-color:#d8d2c9;width:35px;height:5px;margin:4px 0;transition:all .4s}.change .bar1{transform:translateY(11px)rotate(-45deg)}.change .bar2{opacity:0}.change .bar3{transform:translateY(-11px)rotate(45deg)}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-duration{syntax:"*";inherits:false}.about-section{font-family:"Source Serif Pro",serif;max-width:900px;margin:0 auto;padding:3rem 1rem;color:#2e2e2e;text-align:center}body.dark-mode .about-section .section-subheading{color:#fff}.about-section .section-heading{font-size:2.5rem;font-weight:600;margin-bottom:1.5rem;line-height:1.2}.about-section .section-subheading{font-size:1.125rem;line-height:1.75;margin-bottom:1rem}@media (min-width: 640px){.about-section .section-subheading{font-size:1.25rem}}@media (max-width: 740px){.about-section{padding:2rem 1rem;max-width:380px}}.homepage{transition:background-color 1s ease,color 1s ease}.hero-section{position:relative;height:60vh}.slider-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0006;z-index:2}.hero-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3;text-align:center;color:#fff}.overlay{pointer-events:none}.hero-title{font-size:3rem;margin-bottom:1rem}.hero-subtitle{font-size:1.5rem;margin-bottom:2rem}.preview-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.preview-block{background-color:#fff;padding:2rem;border-radius:1rem;box-shadow:0 6px 12px #00000026;text-align:center;transition:background-color 1s ease,box-shadow 1s ease}.preview-block h2{font-size:1.75rem;color:#40e0d0;margin-bottom:1rem}.preview-block p{font-size:1rem;color:#666;margin-bottom:1.5rem}.read-more{display:flex;align-items:center;justify-content:center;background-color:transparent;color:#40e0d0;cursor:pointer;font-size:1rem;font-weight:700;text-transform:uppercase;border:0;padding:1rem;transition:color .3s}.read-more:before{background-color:#40e0d0;content:"";display:inline-block;height:1px;margin-right:10px;transition:all .42s cubic-bezier(.25,.8,.25,1);width:0}.read-more:hover:before{width:3rem}body.dark-mode .homepage{background-color:#1e1e1e;color:#edf2f7}body.dark-mode .preview-block{background-color:#333;box-shadow:0 3px 6px #0006}body.dark-mode .preview-block h2{color:#40e0d0}body.dark-mode .preview-block p{color:#a0aec0}.about-page{transition:background-color 1s ease,color 1s ease}.about-content{max-width:800px;margin:0 auto;padding:2rem;background-color:#fff;border-radius:1rem;box-shadow:0 6px 12px #00000026;text-align:center;transition:background-color 1s ease,box-shadow 1s ease}.section-subheading{font-size:1.1rem;color:#666;margin-bottom:1.5rem;line-height:1.6;transition:color 1s ease}body.dark-mode .about-page{background-color:#1e1e1e;color:#edf2f7}body.dark-mode .about-content{background-color:#333;box-shadow:0 6px 12px #0006}body.dark-mode .section-subheading{color:#a0aec0}.responsive-container-block.outer-container,.responsive-container-block.inner-container,.responsive-container-block.cards-container,.responsive-cell-block.card-container,.text-blk.heading-text,.text-blk.sub-heading-text,.text-blk.bio,.text-blk.name,.text-blk.position{transition:background-color 1s ease,color 1s ease,box-shadow 1s ease}.responsive-container-block.outer-container{padding:10px 30px;background-color:#efefef;min-height:100vh;max-width:100%}.responsive-container-block.inner-container{flex-direction:column;align-items:center;margin-top:80px;margin-bottom:50px}.text-blk.heading-text{font-weight:700;font-size:48px;line-height:35px;color:#40e0d0;margin-bottom:32px;text-align:center}.text-blk.sub-heading-text{max-width:470px;margin:0 auto 70px;font-size:25px;line-height:35px;text-align:center;font-weight:700;color:#666}.text-blk.bio{color:#666}.responsive-container-block.cards-container{max-width:1320px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center}.responsive-cell-block.card-container{padding:0 25px;margin-bottom:30px;background-color:#fff;border-radius:1.5rem;box-shadow:0 6px 12px #00000026;flex:1 1 300px;max-width:300px;text-align:center}.text-blk.name{font-size:22px;line-height:35px;font-weight:700;color:#40e0d0;margin-bottom:5px}.text-blk.position{color:#1e1e1e;font-size:22px;line-height:35px;font-weight:700;margin-bottom:20px}.team-member-image{width:100%;margin-bottom:40px}body.dark-mode .responsive-container-block.outer-container{background-color:#1e1e1e}body.dark-mode .text-blk.heading-text{color:#40e0d0}body.dark-mode .text-blk.sub-heading-text{color:#c8c8c8}body.dark-mode .responsive-cell-block.card-container{background-color:#333;box-shadow:0 6px 12px #0006}body.dark-mode .text-blk.name{color:#ebebeb}body.dark-mode .text-blk.position{color:#d27864}body.dark-mode .text-blk.bio{color:#fff}@media (max-width: 768px){.responsive-cell-block.card-container{width:80%}}@media (max-width: 500px){.responsive-container-block.inner-container{padding:10px 0;margin:50px 0}.responsive-container-block.cards-container{padding:10px 0}.responsive-cell-block.card-container{width:100%;padding:0 15px}.responsive-container-block.outer-container{padding:10px 20px}.text-blk.heading-text{font-size:22px;line-height:28px}.text-blk.sub-heading-text{font-size:20px;line-height:25px;margin-bottom:30px}}.research-page{transition:background-color 1s ease,color 1s ease}.section-container{max-width:1200px;padding:0 1rem;margin:0 auto;text-align:center}.section-subheading{font-size:1.125rem;color:#4a5568}.research-blocks{display:flex;flex-direction:column;gap:3rem;margin-top:2rem}.research-block{display:flex;flex-direction:row;align-items:center;gap:2rem}.research-block.reverse{flex-direction:row-reverse}.research-image,.research-text{flex:1 1 50%;min-width:0}.research-image img{display:block;width:100%;height:auto;border-radius:.5rem}.research-text{max-width:600px}.research-text h3{font-size:1.5rem;margin-bottom:.75rem;color:#40e0d0}.research-text p{display:block;margin-bottom:1rem;line-height:1.6;color:#2d3748;word-wrap:break-word}@media (max-width: 768px){.research-block,.research-block.reverse{flex-direction:column;text-align:center}.research-image,.research-text{flex:none;width:100%}.research-image img{max-width:90%;margin:0 auto 1.5rem}}body.dark-mode .section-heading,body.dark-mode .research-text h3{color:#40e0d0}body.dark-mode .section-subheading,body.dark-mode .research-text p{color:#a0aec0}body.dark-mode .research-image img{box-shadow:0 4px 8px #0006}.publications-page{transition:background-color 1s ease,color 1s ease}.section-heading{font-size:2rem;font-weight:700;margin-bottom:1.5rem;text-align:center;color:#40e0d0;transition:color 1s ease}.publications-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.publication-card{background-color:#fff;border-radius:1rem;box-shadow:0 6px 12px #00000026;overflow:hidden;transition:background-color 1s ease,box-shadow 1s ease}.publication-image{width:100%;height:200px;-o-object-fit:cover;object-fit:cover}.publication-content{padding:1rem}.publication-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:#333;transition:color 1s ease}.publication-authors,.publication-year{font-size:1rem;color:#666;transition:color 1s ease}body.dark-mode .publications-page{background-color:#1e1e1e;color:#edf2f7}body.dark-mode .publication-card{background-color:#686868;box-shadow:0 6px 12px #0006}body.dark-mode .publication-title{color:#edf2f7}body.dark-mode .publication-authors,body.dark-mode .publication-year{color:#a0aec0}.openings-container,.job-card,.job-title,.job-level,.job-description{transition:background-color 1s ease,color 1s ease,box-shadow 1s ease}.openings-container{display:flex;flex-direction:column;gap:20px;margin:0 auto;padding:2rem;background-color:#fff;border-radius:3rem;box-shadow:0 6px 12px #00000026;transition:background-color 1s ease,box-shadow 1s ease;min-height:100vh}@media (min-width: 768px){.openings-box{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px}.job-card{background-color:#fff;border-radius:30px;box-shadow:0 6px 12px #00000026;padding:20px;width:300px}}.job-card{background-color:#fff;border-radius:30px;box-shadow:0 6px 12px #00000026;padding:20px;width:300px}.job-card:hover{transform:translateY(-5px);transition:transform .2s ease}.job-title{font-size:1.5rem;margin-bottom:10px;color:#333}.job-level{font-size:1rem;margin-bottom:15px;color:#bf0a30}.job-description{font-size:.9rem;margin-bottom:20px;color:#666;line-height:1.5}.job-buttons{display:flex;justify-content:space-between}.btn{text-decoration:none;padding:10px 15px;border-radius:5px;font-size:.9rem;transition:background-color .3s ease}.handshake-btn{background-color:#4caf50;color:#fff}.handshake-btn:hover{background-color:#45a049}.contact-btn{background-color:#2196f3;color:#fff}.contact-btn:hover{background-color:#0b7dda}body.dark-mode .openings-container{background-color:#1e1e1e}body.dark-mode .job-card{background-color:#333;box-shadow:0 6px 12px #0006}body.dark-mode .job-title{color:#ebebeb}body.dark-mode .job-level{color:#d27864}body.dark-mode .job-description{color:#fff}body.dark-mode .handshake-btn{background-color:#48bb78}body.dark-mode .handshake-btn:hover{background-color:#38a169}body.dark-mode .contact-btn{background-color:#4299e1}body.dark-mode .contact-btn:hover{background-color:#3182ce}.outreach-page{transition:background-color 1s ease,color 1s ease}.section-container{max-width:1200px;padding:0 1rem;margin:0 auto;text-align:center;min-height:100%}.section-heading{font-size:2rem;color:#40e0d0;margin-bottom:.5rem}.section-subheading{font-size:1.125rem;color:#4a5568;margin-bottom:2rem}.outreach-blocks{display:flex;flex-direction:column;gap:3rem}.outreach-block{display:flex;flex-direction:row;align-items:center;gap:2rem}.outreach-block.reverse{flex-direction:row-reverse}.outreach-image,.outreach-text{flex:1 1 50%;min-width:0}.outreach-image img{display:block;width:100%;max-width:500px;height:auto;border-radius:.5rem;box-shadow:0 4px 8px #0000001a;transition:transform .3s ease}.outreach-image img:hover{transform:scale(1.02)}.outreach-text{max-width:600px;text-align:left}.outreach-text h3{font-size:1.5rem;margin-bottom:.75rem;color:#40e0d0}.outreach-text p{margin-bottom:1rem;line-height:1.6;color:#2d3748;word-wrap:break-word}@media (max-width: 768px){.outreach-block,.outreach-block.reverse{flex-direction:column;text-align:center}.outreach-image,.outreach-text{flex:none;width:100%}.outreach-image img{max-width:90%;margin:0 auto 1.5rem}}body.dark-mode .section-heading,body.dark-mode .outreach-text h3{color:#40e0d0}body.dark-mode .section-subheading,body.dark-mode .outreach-text p{color:#a0aec0}body.dark-mode .outreach-image img{box-shadow:0 4px 8px #0006}.outer-container{background-color:#f3f4f6;transition:background-color 1s ease}body.dark-mode .outer-container{background-color:#1e1e1e}.contact-page{display:flex;flex-direction:column;transition:background-color 1s ease,color 1s ease}.main-content{flex:1;display:flex;align-items:center;justify-content:center;padding-top:0;padding-bottom:0}.contact-info{max-width:800px;width:100%;text-align:center;background-color:#fff;padding:0rem;border-radius:1rem;box-shadow:0 6px 12px #00000026;transition:background-color 1s ease,box-shadow 1s ease}.section-heading{font-size:2rem;font-weight:700;margin-bottom:1.5rem;color:#40e0d0;transition:color 1s ease}.contact-details{margin-top:1.5rem}.contact-item{font-size:1.1rem;margin-bottom:1rem;color:#333;transition:color 1s ease}body.dark-mode .contact-page{background-color:#1e1e1e;color:#edf2f7}body.dark-mode .contact-info{background-color:#333;box-shadow:0 6px 12px #0006}body.dark-mode .contact-item{color:#a0aec0}body.dark-mode .section-heading{color:#40e0d0}
