.ThemeToggle-module__dLAzba__toggle{border-radius:var(--radius-full);width:2.5rem;height:2.5rem;color:var(--text-muted);cursor:none;transition:color var(--transition-fast), background-color var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex;position:relative}.ThemeToggle-module__dLAzba__toggle:hover{color:var(--accent);background-color:var(--accent-dim)}.ThemeToggle-module__dLAzba__toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.ThemeToggle-module__dLAzba__icon{width:1.25rem;height:1.25rem;transition:transform .4s cubic-bezier(.34,1.56,.64,1)}.ThemeToggle-module__dLAzba__toggle:hover .ThemeToggle-module__dLAzba__icon{transform:rotate(30deg)}
.Header-module__D5nTzG__header{display:none}@media (min-width:1024px){.Header-module__D5nTzG__header{width:48%;max-height:100vh;padding:var(--space-3xl) 0;flex-direction:column;flex-shrink:0;justify-content:space-between;display:flex;position:sticky;top:0}}.Header-module__D5nTzG__headerTop{flex-direction:column;display:flex}.Header-module__D5nTzG__name{font-size:var(--text-4xl);color:var(--text-primary);letter-spacing:-.025em;margin-bottom:.75rem;font-weight:700;line-height:1.1}.Header-module__D5nTzG__nameLink{color:inherit;text-decoration:none}.Header-module__D5nTzG__nameLink:hover{color:inherit}.Header-module__D5nTzG__title{font-size:var(--text-lg);color:var(--text-primary);margin-bottom:.5rem;font-weight:500}.Header-module__D5nTzG__motto{max-width:clamp(18rem,80%,30rem);margin:0;margin-bottom:var(--space-xl);border-left:2px solid var(--accent);border-radius:0 var(--radius-sm) var(--radius-sm) 0;background:linear-gradient(135deg,#5de5c514 0%,#5de5c505 100%);padding:.75rem 1rem;position:relative}.Header-module__D5nTzG__mottoText{color:var(--text-primary);letter-spacing:.01em;margin:0;font-family:Georgia,Noto Serif SC,Songti SC,serif;font-size:clamp(.9rem,.84rem + .2vw,1.02rem);line-height:1.8}.Header-module__D5nTzG__mottoAuthor{color:var(--text-muted);font-size:var(--text-xs);text-align:right;margin-top:.35rem;font-style:normal;display:block}.Header-module__D5nTzG__nav{flex-direction:column;gap:0;display:flex}.Header-module__D5nTzG__navLink{color:var(--text-muted);transition:color var(--transition-fast);align-items:center;padding:.75rem 0;text-decoration:none;display:flex}.Header-module__D5nTzG__navLink:hover{color:var(--text-primary)}.Header-module__D5nTzG__navLinkActive{color:var(--text-primary);}.Header-module__D5nTzG__navIndicator{background-color:var(--text-muted);width:2rem;height:1px;transition:width var(--transition-base), background-color var(--transition-base);flex-shrink:0;margin-right:1rem;display:inline-block}.Header-module__D5nTzG__navLink:hover .Header-module__D5nTzG__navIndicator,.Header-module__D5nTzG__navLinkActive .Header-module__D5nTzG__navIndicator{background-color:var(--text-primary);width:4rem}.Header-module__D5nTzG__navText{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.1em;font-weight:700}.Header-module__D5nTzG__socialRow{margin-top:var(--space-md);align-items:center;gap:1.25rem;display:flex}.Header-module__D5nTzG__socialLink{color:var(--text-muted);transition:color var(--transition-fast);cursor:pointer;font:inherit;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.Header-module__D5nTzG__socialLink:hover{color:var(--text-primary)}.Header-module__D5nTzG__socialIcon{width:1.5rem;height:1.5rem}.Header-module__D5nTzG__themeToggleDesktop{margin-left:auto}.Header-module__D5nTzG__mobileHeader{z-index:50;padding:.75rem 1.5rem;padding-top:max(.75rem, env(safe-area-inset-top));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--bg-tertiary);background-color:#0f1729d9;justify-content:space-between;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.Header-module__D5nTzG__mobileMotto{max-width:none;margin:2rem 0 0}[data-theme=light] .Header-module__D5nTzG__mobileHeader{background-color:#f8fafcd9}@media (min-width:768px){.Header-module__D5nTzG__mobileHeader{padding:.75rem 3rem}}@media (min-width:1024px){.Header-module__D5nTzG__mobileHeader,.Header-module__D5nTzG__mobileMotto{display:none}}.Header-module__D5nTzG__mobileName{font-size:var(--text-base);color:var(--text-primary);font-weight:700;text-decoration:none}.Header-module__D5nTzG__mobileName:hover{color:var(--text-primary)}.Header-module__D5nTzG__mobileActions{align-items:center;gap:.25rem;display:flex}.Header-module__D5nTzG__hamburger{width:2.5rem;height:2.5rem;color:var(--text-primary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.Header-module__D5nTzG__hamburger:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:var(--radius-sm)}.Header-module__D5nTzG__hamburgerIcon{width:1.5rem;height:1.5rem}.Header-module__D5nTzG__overlay{z-index:40;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);opacity:0;pointer-events:none;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);background-color:#0f1729f5;flex-direction:column;justify-content:center;align-items:center;gap:0;transition:opacity .3s;display:flex;position:fixed;inset:0}[data-theme=light] .Header-module__D5nTzG__overlay{background-color:#f8fafcf5}.Header-module__D5nTzG__overlayOpen{opacity:1;pointer-events:auto}@media (min-width:1024px){.Header-module__D5nTzG__overlay{display:none}}.Header-module__D5nTzG__overlayLink{font-size:var(--text-2xl);color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;transition:color var(--transition-fast);padding:1rem;font-weight:700;text-decoration:none}.Header-module__D5nTzG__overlayLink:hover{color:var(--accent)}.Header-module__D5nTzG__overlayLinkActive{color:var(--text-primary);}.Header-module__D5nTzG__closeButton{width:2.5rem;height:2.5rem;color:var(--text-primary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:.75rem;right:1.5rem}.Header-module__D5nTzG__closeButton:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:var(--radius-sm)}.Header-module__D5nTzG__closeIcon{width:1.5rem;height:1.5rem}
.UMXLabTerm-module__fX_lJG__term{border-bottom:1px dashed var(--accent);color:inherit;cursor:help;display:inline;position:relative}.UMXLabTerm-module__fX_lJG__tooltip{z-index:50;border:1px solid var(--bg-tertiary);border-radius:var(--radius-md);background-color:var(--bg-secondary);width:max-content;max-width:min(18rem,100vw - 2rem);color:var(--text-primary);font-size:var(--text-xs);text-align:center;white-space:normal;pointer-events:none;opacity:0;visibility:hidden;transition:opacity var(--transition-fast), transform var(--transition-fast), visibility var(--transition-fast);padding:.45rem .7rem;font-weight:500;line-height:1.5;position:absolute;bottom:calc(100% + .5rem);left:50%;transform:translate(-50%,.25rem);box-shadow:0 .75rem 2rem #00000047}.UMXLabTerm-module__fX_lJG__tooltip:after{border-right:1px solid var(--bg-tertiary);border-bottom:1px solid var(--bg-tertiary);background-color:var(--bg-secondary);content:"";width:.5rem;height:.5rem;position:absolute;top:100%;left:50%;transform:translate(-50%,-50%)rotate(45deg)}.UMXLabTerm-module__fX_lJG__term:hover .UMXLabTerm-module__fX_lJG__tooltip,.UMXLabTerm-module__fX_lJG__term:focus-visible .UMXLabTerm-module__fX_lJG__tooltip{opacity:1;visibility:visible;transform:translate(-50%)}
.About-module__WVzPFq__section{margin-bottom:var(--space-3xl);scroll-margin-top:var(--space-xl)}.About-module__WVzPFq__paragraph{margin-bottom:var(--space-sm);font-size:var(--text-base);color:var(--text-secondary);line-height:1.8}.About-module__WVzPFq__paragraph:last-child{margin-bottom:0}.About-module__WVzPFq__paragraph strong{color:var(--text-primary);font-weight:500}
.Experience-module__B5A2Yq__section{margin-bottom:var(--space-3xl);scroll-margin-top:var(--space-xl)}.Experience-module__B5A2Yq__cardList{gap:var(--space-sm);flex-direction:column;display:flex}.Experience-module__B5A2Yq__cardList:hover .Experience-module__B5A2Yq__card{opacity:.5}.Experience-module__B5A2Yq__cardList:hover .Experience-module__B5A2Yq__card:hover{opacity:1}@media (pointer:coarse){.Experience-module__B5A2Yq__cardList:hover .Experience-module__B5A2Yq__card{opacity:1}}.Experience-module__B5A2Yq__card{gap:var(--space-xs) var(--space-md);padding:var(--space-md);border-radius:var(--radius-md);border:var(--border-card);transition:opacity var(--transition-base), background-color var(--transition-base), box-shadow var(--transition-base);grid-template-columns:1fr;display:grid}.Experience-module__B5A2Yq__card:hover{background-color:var(--bg-card-hover);box-shadow:var(--shadow-card)}@media (min-width:640px){.Experience-module__B5A2Yq__card{grid-template-columns:10rem 1fr}}.Experience-module__B5A2Yq__period{font-size:var(--text-xs);color:var(--text-muted);text-transform:uppercase;letter-spacing:.025em;white-space:nowrap;padding-top:.25rem;font-weight:600}.Experience-module__B5A2Yq__cardContent{gap:var(--space-xs);flex-direction:column;display:flex}.Experience-module__B5A2Yq__titleRow{flex-direction:column;gap:.125rem;display:flex}.Experience-module__B5A2Yq__title{font-size:var(--text-base);color:var(--text-primary);font-weight:500;line-height:1.4}.Experience-module__B5A2Yq__company{color:var(--text-secondary);font-size:var(--text-sm)}.Experience-module__B5A2Yq__companyLink{color:var(--text-primary);transition:color var(--transition-fast);font-weight:500}.Experience-module__B5A2Yq__companyLink:hover{color:var(--accent)}.Experience-module__B5A2Yq__highlights{flex-direction:column;gap:.375rem;padding:0;list-style:none;display:flex}.Experience-module__B5A2Yq__highlightItem{font-size:var(--text-sm);color:var(--text-secondary);padding-left:0;line-height:1.7}.Experience-module__B5A2Yq__tags{flex-wrap:wrap;gap:.375rem;margin-top:.25rem;display:flex}.Experience-module__B5A2Yq__cardLinks{flex-wrap:wrap;gap:.75rem;margin-top:.25rem;display:flex}.Experience-module__B5A2Yq__cardLink{font-size:var(--text-xs);color:var(--text-secondary);transition:color var(--transition-fast);align-items:center;gap:.25rem;font-weight:500;display:inline-flex}.Experience-module__B5A2Yq__cardLink:hover{color:var(--accent)}.Experience-module__B5A2Yq__cardLinkIcon{flex-shrink:0;width:.875rem;height:.875rem}.Experience-module__B5A2Yq__earlierToggle{padding:.75rem var(--space-md);margin-top:var(--space-sm);font-size:var(--text-sm);color:var(--text-primary);cursor:pointer;transition:color var(--transition-fast);background:0 0;border:none;align-items:center;gap:.5rem;font-weight:600;display:inline-flex}.Experience-module__B5A2Yq__earlierToggle:hover{color:var(--accent)}.Experience-module__B5A2Yq__earlierToggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:var(--radius-sm)}.Experience-module__B5A2Yq__chevron{flex-shrink:0;width:1rem;height:1rem;transition:transform .3s}.Experience-module__B5A2Yq__chevronOpen{transform:rotate(180deg)}.Experience-module__B5A2Yq__earlierList{transition:max-height .5s cubic-bezier(.4,0,.2,1);overflow:hidden}.Experience-module__B5A2Yq__earlierListClosed{max-height:0}.Experience-module__B5A2Yq__earlierListOpen{max-height:200rem}
.Projects-module__8euRAq__section{margin-bottom:var(--space-3xl);scroll-margin-top:var(--space-xl)}.Projects-module__8euRAq__cardList{gap:var(--space-sm);flex-direction:column;display:flex}.Projects-module__8euRAq__cardList:hover .Projects-module__8euRAq__cardWrapper{opacity:.5}.Projects-module__8euRAq__cardList:hover .Projects-module__8euRAq__cardWrapper:hover{opacity:1}@media (pointer:coarse){.Projects-module__8euRAq__cardList:hover .Projects-module__8euRAq__cardWrapper{opacity:1}}.Projects-module__8euRAq__cardWrapper{transition:opacity var(--transition-base)}.Projects-module__8euRAq__card{padding:var(--space-md);border-radius:var(--radius-md);border:var(--border-card);transition:background-color var(--transition-base), box-shadow var(--transition-base)}.Projects-module__8euRAq__card:hover{background-color:var(--bg-card-hover);box-shadow:var(--shadow-card)}.Projects-module__8euRAq__cardFeatured{border-left:2px solid var(--accent);}.Projects-module__8euRAq__titleRow{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.25rem;display:flex}.Projects-module__8euRAq__title{font-size:var(--text-base);color:var(--text-primary);font-weight:600;line-height:1.4}.Projects-module__8euRAq__titleLink{font-size:var(--text-base);color:var(--text-primary);transition:color var(--transition-fast);align-items:center;font-weight:600;display:inline-flex}.Projects-module__8euRAq__titleLink:hover{color:var(--accent)}.Projects-module__8euRAq__liveBadge{border-radius:var(--radius-full);background-color:var(--accent-dim);color:var(--accent);text-transform:uppercase;letter-spacing:.08em;flex-shrink:0;align-items:center;gap:.25rem;padding:.125rem .5rem;font-size:.625rem;font-weight:700;display:inline-flex}.Projects-module__8euRAq__liveDot{border-radius:var(--radius-full);background-color:var(--accent);width:.375rem;height:.375rem;animation:2s ease-in-out infinite Projects-module__8euRAq__pulse}@keyframes Projects-module__8euRAq__pulse{0%,to{opacity:1}50%{opacity:.4}}.Projects-module__8euRAq__tagline{font-size:var(--text-sm);color:var(--text-muted);margin-bottom:.5rem;font-style:italic}.Projects-module__8euRAq__description{font-size:var(--text-sm);color:var(--text-secondary);margin-bottom:.75rem;line-height:1.7}.Projects-module__8euRAq__linkButtons{flex-wrap:wrap;gap:.75rem;margin-bottom:.75rem;display:flex}.Projects-module__8euRAq__linkButton{font-size:var(--text-xs);color:var(--text-secondary);transition:color var(--transition-fast);align-items:center;gap:.375rem;font-weight:500;display:inline-flex}.Projects-module__8euRAq__linkButton:hover{color:var(--accent)}.Projects-module__8euRAq__linkButtonIcon{flex-shrink:0;width:.875rem;height:.875rem}.Projects-module__8euRAq__tags{flex-wrap:wrap;gap:.375rem;display:flex}
.Skills-module__eTWiFW__section{margin-bottom:var(--space-3xl);scroll-margin-top:var(--space-xl)}.Skills-module__eTWiFW__grid{gap:var(--space-sm);flex-direction:column;display:flex}.Skills-module__eTWiFW__card{padding:var(--space-md);border-radius:var(--radius-md);border:var(--border-card);transition:background-color var(--transition-base), box-shadow var(--transition-base)}.Skills-module__eTWiFW__card:hover{background-color:var(--bg-card-hover);box-shadow:var(--shadow-card)}.Skills-module__eTWiFW__cardHeader{align-items:center;gap:.625rem;margin-bottom:.375rem;display:flex}.Skills-module__eTWiFW__categoryName{font-size:var(--text-base);color:var(--text-primary);font-weight:600;line-height:1.3}.Skills-module__eTWiFW__categoryDesc{font-size:var(--text-sm);color:var(--text-muted);margin-bottom:var(--space-sm);line-height:1.6}.Skills-module__eTWiFW__skillList{flex-direction:column;gap:.5rem;padding:0;list-style:none;display:flex}.Skills-module__eTWiFW__skillItem{border-bottom:1px solid #34425633;flex-direction:column;gap:.125rem;padding:.375rem 0;display:flex}.Skills-module__eTWiFW__skillItem:last-child{border-bottom:none}.Skills-module__eTWiFW__skillTop{align-items:center;gap:.5rem;display:flex}.Skills-module__eTWiFW__skillName{font-size:var(--text-sm);color:var(--text-primary);font-weight:500}.Skills-module__eTWiFW__coreBadge{border-radius:var(--radius-full);background-color:var(--accent-dim);color:var(--accent);text-transform:uppercase;letter-spacing:.06em;flex-shrink:0;align-items:center;padding:.0625rem .4rem;font-size:.625rem;font-weight:700;line-height:1.25rem;display:inline-flex}.Skills-module__eTWiFW__skillNote{font-size:var(--text-xs);color:var(--text-muted);line-height:1.4}
.Education-module__viFlUG__section{margin-bottom:var(--space-3xl);scroll-margin-top:var(--space-xl)}.Education-module__viFlUG__card{padding:var(--space-md);border-radius:var(--radius-md)}.Education-module__viFlUG__header{align-items:center;gap:var(--space-md);margin-bottom:var(--space-md);display:flex}.Education-module__viFlUG__logo{object-fit:contain;border-radius:var(--radius-md);flex-shrink:0;width:64px;height:64px}@media (min-width:640px){.Education-module__viFlUG__logo{width:72px;height:72px}}.Education-module__viFlUG__headerInfo{flex-direction:column;display:flex}.Education-module__viFlUG__school{font-size:var(--text-lg);color:var(--text-primary);margin-bottom:.25rem;font-weight:600}.Education-module__viFlUG__degree{font-size:var(--text-base);color:var(--text-secondary);margin-bottom:.125rem}.Education-module__viFlUG__period{font-size:var(--text-sm);color:var(--text-muted)}.Education-module__viFlUG__coursesTitle{font-size:var(--text-sm);color:var(--text-primary);margin-bottom:var(--space-xs);text-transform:uppercase;letter-spacing:.05em;font-weight:600}.Education-module__viFlUG__coursesList{flex-wrap:wrap;gap:.5rem;padding:0;list-style:none;display:flex}.Education-module__viFlUG__courseTag{border-radius:var(--radius-full);background-color:var(--accent-dim);color:var(--accent);font-size:var(--text-xs);white-space:nowrap;align-items:center;padding:.25rem .75rem;font-weight:500;line-height:1.25rem;display:inline-flex}
.Contact-module__Zv_Gsq__section{margin-bottom:var(--space-lg);scroll-margin-top:var(--space-xl);padding-top:var(--space-xl)}.Contact-module__Zv_Gsq__content{max-width:32rem}.Contact-module__Zv_Gsq__heading{font-size:var(--text-2xl);color:var(--text-primary);margin-bottom:var(--space-sm);font-weight:700}.Contact-module__Zv_Gsq__description{font-size:var(--text-base);color:var(--text-secondary);margin-bottom:var(--space-md);line-height:1.7}.Contact-module__Zv_Gsq__links{gap:var(--space-xs);margin-bottom:var(--space-lg);flex-direction:column;display:flex}.Contact-module__Zv_Gsq__linkItem{color:var(--text-secondary);font-size:var(--text-sm);transition:color var(--transition-fast);cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;width:fit-content;padding:.5rem 0;font-family:inherit;text-decoration:none;display:inline-flex}.Contact-module__Zv_Gsq__linkItem:hover{color:var(--accent)}.Contact-module__Zv_Gsq__linkIcon{flex-shrink:0;width:1.25rem;height:1.25rem}.Contact-module__Zv_Gsq__divider{background-color:var(--bg-tertiary);width:100%;height:1px;margin:var(--space-lg) 0;border:none}.Contact-module__Zv_Gsq__footer{font-size:var(--text-xs);color:var(--text-muted);line-height:1.8}.Contact-module__Zv_Gsq__footerLink{color:var(--text-secondary);transition:color var(--transition-fast);font-weight:500}.Contact-module__Zv_Gsq__footerLink:hover{color:var(--accent)}
.ContactModal-module__Qot5ja__overlay{z-index:100;-webkit-backdrop-filter:blur(16px)saturate(1.2);background-color:#070a13d9;justify-content:center;align-items:center;padding:1.5rem;animation:.25s ContactModal-module__Qot5ja__overlayIn;display:flex;position:fixed;inset:0}[data-theme=light] .ContactModal-module__Qot5ja__overlay{background-color:#1f334780}@keyframes ContactModal-module__Qot5ja__overlayIn{0%{opacity:0}to{opacity:1}}.ContactModal-module__Qot5ja__modal{background:linear-gradient(145deg,#1d283af2,#0f1729fa);border:1px solid #34425680;border-radius:1rem;width:100%;max-width:clamp(24rem,85vw,40rem);padding:2.25rem 2rem 2rem;animation:.3s cubic-bezier(.16,1,.3,1) ContactModal-module__Qot5ja__modalIn;position:relative;box-shadow:0 0 0 1px #5de5c50a,0 24px 48px -12px #0009,0 0 80px -20px #5de5c50f}[data-theme=light] .ContactModal-module__Qot5ja__modal{background:linear-gradient(145deg,#f8fafcfa,#f1f5f9fa);border-color:#cdd7e599;box-shadow:0 24px 48px -12px #00000026,0 0 0 1px #199a7c0f}@keyframes ContactModal-module__Qot5ja__modalIn{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.ContactModal-module__Qot5ja__closeBtn{width:2rem;height:2rem;color:var(--text-muted);cursor:pointer;transition:color var(--transition-fast), background-color var(--transition-fast);background:0 0;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:.875rem;right:.875rem}.ContactModal-module__Qot5ja__closeBtn:hover{color:var(--text-primary);background-color:#34425666}.ContactModal-module__Qot5ja__title{font-size:var(--text-lg);color:var(--text-primary);letter-spacing:-.01em;margin-bottom:.25rem;font-weight:600}.ContactModal-module__Qot5ja__subtitle{font-size:var(--text-sm);color:var(--text-muted);margin-bottom:1.75rem;line-height:1.5}.ContactModal-module__Qot5ja__form{flex-direction:column;gap:1.125rem;display:flex}.ContactModal-module__Qot5ja__field{flex-direction:column;gap:.375rem;display:flex}.ContactModal-module__Qot5ja__label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.6875rem;font-weight:600}.ContactModal-module__Qot5ja__input,.ContactModal-module__Qot5ja__textarea{width:100%;color:var(--text-primary);font-family:var(--font-body);font-size:var(--text-sm);background-color:#0f172999;border:1px solid #34425680;border-radius:.5rem;outline:none;padding:.625rem .875rem;line-height:1.5;transition:border-color .2s,box-shadow .2s}[data-theme=light] .ContactModal-module__Qot5ja__input,[data-theme=light] .ContactModal-module__Qot5ja__textarea{background-color:#f8fafccc;border-color:#cdd7e599}.ContactModal-module__Qot5ja__input::placeholder,.ContactModal-module__Qot5ja__textarea::placeholder{color:var(--text-muted);opacity:.6}.ContactModal-module__Qot5ja__input:focus,.ContactModal-module__Qot5ja__textarea:focus{border-color:#5de5c580;box-shadow:0 0 0 3px #5de5c514}.ContactModal-module__Qot5ja__textarea{resize:vertical;min-height:20rem}.ContactModal-module__Qot5ja__submitBtn{width:100%;color:var(--accent);font-family:var(--font-body);font-size:var(--text-sm);cursor:pointer;letter-spacing:.01em;background:#5de5c51f;border:1px solid #5de5c533;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;margin-top:.25rem;padding:.6875rem 1.5rem;font-weight:600;transition:all .2s;display:inline-flex}[data-theme=light] .ContactModal-module__Qot5ja__submitBtn{background:#199a7c1a;border-color:#199a7c40}.ContactModal-module__Qot5ja__submitBtn:hover:not(:disabled){background:#5de5c533;border-color:#5de5c559;transform:translateY(-1px)}.ContactModal-module__Qot5ja__submitBtn:active:not(:disabled){transform:translateY(0)}.ContactModal-module__Qot5ja__submitBtn:disabled{opacity:.5;cursor:not-allowed}.ContactModal-module__Qot5ja__spinner{border:2px solid #0000;border-top-color:currentColor;border-radius:50%;width:.875rem;height:.875rem;animation:.6s linear infinite ContactModal-module__Qot5ja__spin;display:inline-block}@keyframes ContactModal-module__Qot5ja__spin{to{transform:rotate(360deg)}}.ContactModal-module__Qot5ja__successState{text-align:center;flex-direction:column;align-items:center;gap:.875rem;padding:2.5rem 1rem;display:flex}.ContactModal-module__Qot5ja__successIcon{width:2.75rem;height:2.75rem;color:var(--accent);animation:.4s cubic-bezier(.16,1,.3,1) ContactModal-module__Qot5ja__checkIn}@keyframes ContactModal-module__Qot5ja__checkIn{0%{opacity:0;transform:scale(0)rotate(-45deg)}to{opacity:1;transform:scale(1)rotate(0)}}.ContactModal-module__Qot5ja__successState h3{font-size:var(--text-base);color:var(--text-primary);font-weight:600}.ContactModal-module__Qot5ja__successState p{font-size:var(--text-sm);color:var(--text-secondary);line-height:1.5}
.page-module__E0kJGG__container{max-width:1280px;min-height:100vh;margin:0 auto;padding:3rem 1.5rem;position:relative}@media (min-width:768px){.page-module__E0kJGG__container{padding:4rem 3rem}}@media (min-width:1024px){.page-module__E0kJGG__container{justify-content:space-between;gap:clamp(1rem,2vw,4rem);padding:0 3rem;display:flex}}@media (min-width:1440px){.page-module__E0kJGG__container{max-width:1440px;padding:0 4rem}}@media (min-width:1920px){.page-module__E0kJGG__container{max-width:1680px;padding:0 5rem}}@media (min-width:2560px){.page-module__E0kJGG__container{max-width:2100px;padding:0 6rem}}.page-module__E0kJGG__mainContent{padding-top:var(--space-xl);padding-bottom:env(safe-area-inset-bottom,1rem)}@media (min-width:1024px){.page-module__E0kJGG__mainContent{width:52%;padding:6rem 0}}
