.Nav-module__pauaAq__nav{z-index:100;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#080a0ed9;justify-content:space-between;align-items:center;padding:1.5rem 4rem;display:flex;position:fixed;top:0;left:0;right:0}.Nav-module__pauaAq__logo{align-items:center;text-decoration:none;display:flex}.Nav-module__pauaAq__logoImg{object-fit:contain;border-radius:50%;width:40px;height:40px}.Nav-module__pauaAq__links{gap:2.5rem;list-style:none;display:flex}.Nav-module__pauaAq__link{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-size:.72rem;text-decoration:none;transition:color .3s}.Nav-module__pauaAq__link:hover{color:var(--accent)}.Nav-module__pauaAq__hamburger{cursor:pointer;z-index:110;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.Nav-module__pauaAq__bar{background:var(--accent);transform-origin:50%;width:22px;height:2px;transition:all .3s;display:block}.Nav-module__pauaAq__hamburgerOpen .Nav-module__pauaAq__bar:first-child{transform:translateY(7px)rotate(45deg)}.Nav-module__pauaAq__hamburgerOpen .Nav-module__pauaAq__bar:nth-child(2){opacity:0}.Nav-module__pauaAq__hamburgerOpen .Nav-module__pauaAq__bar:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Nav-module__pauaAq__mobileMenu{background:var(--bg);z-index:105;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Nav-module__pauaAq__mobileLinks{flex-direction:column;align-items:center;gap:2.5rem;list-style:none;display:flex}.Nav-module__pauaAq__mobileLink{font-family:var(--font-display);color:var(--text-muted);letter-spacing:.05em;font-size:2rem;font-weight:700;text-decoration:none;transition:color .2s}.Nav-module__pauaAq__mobileLink:hover{color:var(--accent)}@media (max-width:900px){.Nav-module__pauaAq__nav{padding:1.25rem 2rem}.Nav-module__pauaAq__links{display:none}.Nav-module__pauaAq__hamburger{display:flex}}
.Footer-module__bU2TmW__footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding:2rem 4rem;display:flex}.Footer-module__bU2TmW__name{font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-size:.8rem;font-weight:700}.Footer-module__bU2TmW__copy{font-family:var(--font-mono);color:var(--text-muted);letter-spacing:.1em;font-size:.65rem}@media (max-width:900px){.Footer-module__bU2TmW__footer{text-align:center;flex-direction:column;gap:.5rem;padding:1.5rem 2rem}}
.Hero-module__dQlAoa__hero{grid-template-columns:1fr 1fr;align-items:center;min-height:100vh;padding:8rem 4rem 4rem;display:grid;position:relative;overflow:hidden}.Hero-module__dQlAoa__hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#c9a84c14 0%,#0000 70%);width:700px;height:700px;position:absolute;top:-200px;right:-200px}.Hero-module__dQlAoa__content{z-index:1;position:relative}.Hero-module__dQlAoa__tag{font-family:var(--font-mono);letter-spacing:.2em;text-transform:uppercase;color:var(--accent);align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:.7rem;display:flex}.Hero-module__dQlAoa__tag:before{content:"";background:var(--accent);width:2rem;height:1px;display:block}.Hero-module__dQlAoa__heading{font-family:var(--font-display);letter-spacing:-.02em;margin-bottom:.25rem;font-size:clamp(3rem,6vw,5.5rem);font-weight:800;line-height:1}.Hero-module__dQlAoa__first{color:var(--text)}.Hero-module__dQlAoa__last{color:#0000;-webkit-text-stroke:1px var(--accent)}.Hero-module__dQlAoa__role{font-family:var(--font-serif);color:var(--text-mid);margin:1.5rem 0 2rem;font-size:1.3rem;font-style:italic;font-weight:300}.Hero-module__dQlAoa__desc{font-family:var(--font-serif);color:var(--text-mid);max-width:480px;margin-bottom:3rem;font-size:1.05rem;line-height:1.8}.Hero-module__dQlAoa__cta{align-items:center;gap:1rem;display:flex}.Hero-module__dQlAoa__btnPrimary{font-family:var(--font-mono);letter-spacing:.15em;text-transform:uppercase;color:var(--bg);background:var(--accent);cursor:pointer;border:none;padding:.9rem 2rem;font-size:.72rem;text-decoration:none;transition:all .3s;display:inline-block}.Hero-module__dQlAoa__btnPrimary:hover{box-shadow:0 0 30px var(--accent-glow);background:#e0bb5c}.Hero-module__dQlAoa__btnGhost{font-family:var(--font-mono);letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);border:1px solid var(--border);cursor:pointer;background:0 0;padding:.9rem 2rem;font-size:.72rem;text-decoration:none;transition:all .3s;display:inline-block}.Hero-module__dQlAoa__btnGhost:hover{color:var(--accent);border-color:var(--accent)}.Hero-module__dQlAoa__visual{justify-content:center;align-items:center;display:flex;position:relative}.Hero-module__dQlAoa__orbContainer{width:380px;height:380px;position:relative}@keyframes Hero-module__dQlAoa__orbRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Hero-module__dQlAoa__orb{border:1px solid #c9a84c33;border-radius:50%;animation:20s linear infinite Hero-module__dQlAoa__orbRotate;position:absolute;inset:0}.Hero-module__dQlAoa__orb:before{content:"";background:var(--accent);width:6px;height:6px;box-shadow:0 0 12px var(--accent);border-radius:50%;position:absolute;top:-3px;left:50%;transform:translate(-50%)}.Hero-module__dQlAoa__orb2{border-color:#c9a84c1f;animation-duration:15s;animation-direction:reverse;inset:30px}.Hero-module__dQlAoa__orb2:before{box-shadow:none;background:#c9a84c80}.Hero-module__dQlAoa__orbCenter{background:radial-gradient(circle at 40% 40%,#c9a84c26,#c9a84c08);border:1px solid #c9a84c26;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;inset:55px}.Hero-module__dQlAoa__orbLogo{object-fit:contain;opacity:.9;border-radius:50%;width:100%;height:100%}.Hero-module__dQlAoa__mobileLogo{display:none}.Hero-module__dQlAoa__mobileLogoImg{object-fit:contain;opacity:.9;border:1px solid #c9a84c33;border-radius:50%;width:120px;height:120px}@media (max-width:900px){.Hero-module__dQlAoa__hero{grid-template-columns:1fr;padding:7rem 2rem 4rem}.Hero-module__dQlAoa__visual{display:none}.Hero-module__dQlAoa__heading{font-size:clamp(2rem,9vw,3rem)}.Hero-module__dQlAoa__mobileLogo{justify-content:center;margin-bottom:2rem;display:flex}}
.SectionHeader-module__2rcAWq__header{align-items:center;gap:1.5rem;margin-bottom:4rem;display:flex}.SectionHeader-module__2rcAWq__tag{font-family:var(--font-mono);letter-spacing:.2em;text-transform:uppercase;color:var(--accent);white-space:nowrap;font-size:.65rem}.SectionHeader-module__2rcAWq__line{background:var(--border);flex:1;height:1px}
.About-module__suJDDW__section{padding:7rem 4rem}.About-module__suJDDW__grid{grid-template-columns:1fr 1fr;align-items:start;gap:6rem;display:grid}.About-module__suJDDW__text h2{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text);margin-bottom:1.5rem;font-size:clamp(2rem,4vw,3.5rem);font-weight:800;line-height:1.1}.About-module__suJDDW__text p{color:var(--text-mid);font-size:1.05rem;line-height:1.85;font-family:var(--font-serif);margin-bottom:1.5rem}.About-module__suJDDW__details{flex-direction:column;gap:2rem;display:flex}.About-module__suJDDW__detailItem{border:1px solid var(--border);background:var(--surface);padding:1.75rem;transition:border-color .3s;position:relative;overflow:hidden}.About-module__suJDDW__detailItem:before{content:"";background:var(--accent);opacity:0;width:3px;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.About-module__suJDDW__detailItem:hover{border-color:#c9a84c4d}.About-module__suJDDW__detailItem:hover:before{opacity:1}.About-module__suJDDW__detailLabel{font-family:var(--font-mono);letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-bottom:.5rem;font-size:.65rem}.About-module__suJDDW__detailValue{font-family:var(--font-display);color:var(--text);font-size:1.1rem;font-weight:700}.About-module__suJDDW__detailSub{font-family:var(--font-serif);color:var(--text-muted);margin-top:.2rem;font-size:.9rem}@media (max-width:900px){.About-module__suJDDW__section{padding:5rem 2rem}.About-module__suJDDW__grid{grid-template-columns:1fr;gap:2rem}}
.Contact-module__5phd-G__section{background:var(--surface);border-top:1px solid var(--border);padding:7rem 4rem}.Contact-module__5phd-G__inner{max-width:700px}.Contact-module__5phd-G__inner h2{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text);margin-bottom:1rem;font-size:clamp(2rem,4vw,3.5rem);font-weight:800;line-height:1.1}.Contact-module__5phd-G__inner p{font-family:var(--font-serif);color:var(--text-muted);margin-bottom:3rem;font-size:1.1rem}.Contact-module__5phd-G__links{flex-direction:column;gap:1rem;display:flex}.Contact-module__5phd-G__link{border:1px solid var(--border);background:var(--bg);color:var(--text);align-items:center;gap:1.5rem;padding:1.25rem 1.75rem;text-decoration:none;transition:all .3s;display:flex}.Contact-module__5phd-G__link:hover{color:var(--accent);border-color:#c9a84c66}.Contact-module__5phd-G__icon{text-align:center;width:2rem;font-size:1.2rem}.Contact-module__5phd-G__linkLabel{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;font-size:.72rem}.Contact-module__5phd-G__arrow{color:var(--text-muted);margin-left:auto;transition:transform .3s}.Contact-module__5phd-G__link:hover .Contact-module__5phd-G__arrow{color:var(--accent);transform:translate(4px)}@media (max-width:900px){.Contact-module__5phd-G__section{padding:5rem 2rem}}
.Experience-module__SB59Aa__section{padding:7rem 4rem}.Experience-module__SB59Aa__list{flex-direction:column;display:flex}.Experience-module__SB59Aa__item{border-bottom:1px solid var(--border);grid-template-columns:200px 1fr;gap:3rem;padding:3rem 0;display:grid}.Experience-module__SB59Aa__item:last-child{border-bottom:none}.Experience-module__SB59Aa__date{font-family:var(--font-mono);letter-spacing:.1em;color:var(--text-muted);padding-top:.4rem;font-size:.7rem}.Experience-module__SB59Aa__dot{background:var(--accent);width:8px;height:8px;box-shadow:0 0 8px var(--accent-glow);border-radius:50%;margin-top:.6rem;margin-bottom:.5rem}.Experience-module__SB59Aa__role{font-family:var(--font-display);color:var(--text);margin-bottom:.2rem;font-size:1.4rem;font-weight:700}.Experience-module__SB59Aa__company{font-family:var(--font-serif);color:var(--accent);margin-bottom:1rem;font-size:1rem;font-style:italic}.Experience-module__SB59Aa__desc{font-family:var(--font-serif);color:var(--text-muted);font-size:1rem;line-height:1.8}@media (max-width:900px){.Experience-module__SB59Aa__section{padding:5rem 2rem}.Experience-module__SB59Aa__item{grid-template-columns:1fr;gap:.5rem}}
.Education-module__nArltq__section{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:7rem 4rem}.Education-module__nArltq__grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.Education-module__nArltq__card{border:1px solid var(--border);background:var(--surface);padding:2.5rem;transition:border-color .3s}.Education-module__nArltq__card:hover{border-color:#c9a84c4d}.Education-module__nArltq__degree{font-family:var(--font-display);color:var(--text);margin-bottom:.3rem;font-size:1.3rem;font-weight:700}.Education-module__nArltq__uni{font-family:var(--font-serif);color:var(--accent);margin-bottom:.75rem;font-size:1rem;font-style:italic}.Education-module__nArltq__year{font-family:var(--font-mono);letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1rem;font-size:.65rem}.Education-module__nArltq__modules{font-family:var(--font-serif);color:var(--text-muted);font-size:.9rem;line-height:1.7}@media (max-width:900px){.Education-module__nArltq__section{padding:5rem 2rem}.Education-module__nArltq__grid{grid-template-columns:1fr}}
.Article-module__KK9pta__page{max-width:760px;min-height:100vh;margin:0 auto;padding:8rem 2rem 6rem}.Article-module__KK9pta__header{border-bottom:1px solid var(--border);margin-bottom:3rem;padding-bottom:2rem}.Article-module__KK9pta__tag{font-family:var(--font-mono);letter-spacing:.2em;text-transform:uppercase;color:var(--accent);align-items:center;gap:.75rem;margin-bottom:1.25rem;font-size:.65rem;display:flex}.Article-module__KK9pta__tag:before{content:"";background:var(--accent);width:2rem;height:1px;display:block}.Article-module__KK9pta__title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text);margin-bottom:1.5rem;font-size:clamp(1.8rem,4vw,3rem);font-weight:800;line-height:1.1}.Article-module__KK9pta__meta{flex-wrap:wrap;align-items:center;gap:1.5rem;margin-bottom:1.25rem;display:flex}.Article-module__KK9pta__author{font-family:var(--font-serif);color:var(--text-mid);font-size:.95rem;font-style:italic}.Article-module__KK9pta__metaRight{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);gap:1rem;font-size:.65rem;display:flex}.Article-module__KK9pta__aiDisclosure{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);background:var(--surface);border:1px solid var(--border);border-radius:2px;align-items:center;gap:.5rem;padding:.4rem .75rem;font-size:.62rem;display:inline-flex}.Article-module__KK9pta__aiDisclosure:before{content:"⚡";font-size:.7rem}.Article-module__KK9pta__body h2{font-family:var(--font-display);color:var(--text);letter-spacing:-.01em;margin:2.5rem 0 1rem;font-size:1.4rem;font-weight:700}.Article-module__KK9pta__body p{font-family:var(--font-serif);color:var(--text-mid);margin-bottom:1.25rem;font-size:1.05rem;line-height:1.85}.Article-module__KK9pta__body strong{color:var(--text);font-weight:600}.Article-module__KK9pta__callout{border-left:2px solid var(--accent);background:var(--accent-dim);margin:2rem 0;padding:1rem 1.5rem}.Article-module__KK9pta__callout p{color:var(--text);margin-bottom:0;font-style:italic}.Article-module__KK9pta__bioSep{background:var(--border);height:1px;margin:3rem 0 2rem}.Article-module__KK9pta__bio{flex-direction:column;gap:.4rem;display:flex}.Article-module__KK9pta__bioName{font-family:var(--font-display);color:var(--text);letter-spacing:.05em;text-transform:uppercase;font-size:.85rem;font-weight:700}.Article-module__KK9pta__bioText{font-family:var(--font-serif);color:var(--text-muted);font-size:.95rem;font-style:italic;line-height:1.6}.Article-module__KK9pta__back{font-family:var(--font-mono);letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);align-items:center;gap:.5rem;margin-bottom:3rem;font-size:.65rem;text-decoration:none;transition:color .2s;display:inline-flex}.Article-module__KK9pta__back:hover{color:var(--accent)}.Article-module__KK9pta__seriesDivider{border:none;border-top:1px solid var(--border);margin:2.5rem 0 1.5rem}.Article-module__KK9pta__seriesNote{font-family:var(--font-serif);color:var(--text-muted);font-size:.9rem;font-style:italic;line-height:1.7}.Article-module__KK9pta__seriesNote a{color:var(--accent);text-decoration:none}.Article-module__KK9pta__seriesNote a:hover{text-decoration:underline}@media (max-width:600px){.Article-module__KK9pta__page{padding:7rem 1.5rem 4rem}.Article-module__KK9pta__meta{flex-direction:column;align-items:flex-start;gap:.75rem}}
.Research-module__6eI9Va__section{min-height:60vh;padding:7rem 4rem}.Research-module__6eI9Va__intro{max-width:720px;margin-bottom:4rem}.Research-module__6eI9Va__intro h2{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text);margin-bottom:1rem;font-size:clamp(2rem,4vw,3.5rem);font-weight:800;line-height:1.1}.Research-module__6eI9Va__intro p{font-family:var(--font-serif);color:var(--text-muted);font-size:1.1rem;line-height:1.8}.Research-module__6eI9Va__grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.Research-module__6eI9Va__card{border:1px solid var(--border);background:var(--surface);padding:2rem;text-decoration:none;transition:border-color .3s;display:block;position:relative;overflow:hidden}.Research-module__6eI9Va__card:before{content:"";background:var(--accent);opacity:0;width:3px;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.Research-module__6eI9Va__card:hover{border-color:#c9a84c4d}.Research-module__6eI9Va__card:hover:before{opacity:1}.Research-module__6eI9Va__cardTag{font-family:var(--font-mono);letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-bottom:.75rem;font-size:.6rem}.Research-module__6eI9Va__cardTitle{font-family:var(--font-display);color:var(--text);margin-bottom:.5rem;font-size:1.15rem;font-weight:700;line-height:1.3}.Research-module__6eI9Va__cardDesc{font-family:var(--font-serif);color:var(--text-muted);font-size:.95rem;line-height:1.7}.Research-module__6eI9Va__cardMeta{font-family:var(--font-mono);letter-spacing:.1em;color:var(--text-muted);margin-top:1.25rem;font-size:.65rem}@media (max-width:900px){.Research-module__6eI9Va__section{padding:5rem 2rem}.Research-module__6eI9Va__grid{grid-template-columns:1fr}}
