@import"https://fonts.googleapis.com/css2?family=Inconsolata:wght@400;700&display=swap";.footer{max-width:960px;margin:0 auto;padding:2rem 1rem;text-align:center;color:#dce0ff8c;font-size:.85rem}.footer hr{border:none;border-top:1px solid rgba(255,255,255,.08);margin-bottom:1rem}.layout{min-height:100vh;display:flex;flex-direction:column}.layout__header{background:#080a12f2;border-bottom:1px solid rgba(255,255,255,.06);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.layout__nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;max-width:960px;margin:0 auto;padding:1.5rem 1rem .75rem}.layout__brand{font-size:1.5rem;font-weight:700;color:inherit}.layout__links{display:flex;align-items:center;gap:.75rem;font-size:.95rem}.layout__links a{color:#e9ecffd9}.layout__links a.active{color:#fff}.layout__links span{opacity:.45}.layout__main{flex:1;width:100%}.home{display:flex;flex-direction:column;gap:3rem}.home__intro{display:flex;flex-wrap:wrap;align-items:center;gap:2rem}.home__bio{flex:1 1 320px}.home__typing{margin:0;font-size:1.1rem;min-height:1.5rem}.home__typing-text{white-space:nowrap}.home__cursor{display:inline-block;width:.4em;border-right:3px solid #f5f7ff;margin-left:.1em;animation:blink .8s steps(1,end) infinite}.home__cursor--typing{animation:typing .3s steps(1,end) infinite}.home__avatar{width:160px;height:160px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.1);box-shadow:0 12px 40px #00000059}.home__contacts ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.home__contacts li{display:flex;justify-content:space-between;gap:1rem;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:.4rem;font-size:.95rem}.home__section-heading{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1.5rem}.home__section-heading p{margin:0;color:#e9ecffb3;max-width:640px}.home__highlights{display:flex;flex-direction:column;gap:1.5rem}.home__highlight-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.home__highlight-card{background:linear-gradient(140deg,#1a233da6,#0c101cd9);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1.5rem;box-shadow:0 18px 38px -24px #090e1be6;display:flex;flex-direction:column;gap:.6rem}.home__highlight-card h3{margin:0;font-size:1.1rem}.home__highlight-subtitle{margin:0;font-size:.95rem;color:#c7ceffc7}.home__highlight-link{margin-top:auto;font-size:.9rem;display:inline-flex;align-items:center;gap:.3rem}.home__highlight-link:after{content:"↗";font-size:.85rem}.home__experience{display:flex;flex-direction:column}.home__timeline{list-style:none;margin:0;padding:0 0 0 1.5rem;position:relative}.home__timeline:before{content:"";position:absolute;left:.4rem;top:.15rem;bottom:.15rem;width:1px;background:linear-gradient(180deg,#ffffff40,#fff0)}.home__timeline-item{position:relative;margin-bottom:1.75rem;padding-left:1.5rem}.home__timeline-item:last-child{margin-bottom:0}.home__timeline-dot{position:absolute;left:-1.1rem;top:.4rem;width:12px;height:12px;border-radius:50%;background:#8ab4ff;box-shadow:0 0 0 4px #8ab4ff1f}.home__timeline-content h3{margin:.25rem 0 .35rem;font-size:1.05rem}.home__timeline-period{font-size:.85rem;letter-spacing:.05em;text-transform:uppercase;color:#c7ceff8c}.home__timeline-org{margin:0 0 .3rem;font-size:.95rem;color:#e9ecffc7}.home__current{display:flex;flex-direction:column;gap:1.5rem}.home__current-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem}.home__current-card{border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1.35rem 1.5rem;background:#0a0e18d9;box-shadow:0 16px 32px -28px #000000bf}.home__current-card h3{margin:0 0 .75rem;font-size:1rem}.home__current-card ul{margin:0;padding-left:1.1rem;color:#e9ecffd9;display:flex;flex-direction:column;gap:.45rem;font-size:.95rem}.home__skills{display:flex;flex-direction:column;gap:1.5rem}.home__skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem}.home__skill-card{border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:1.25rem 1.5rem 1.5rem;background:radial-gradient(circle at top left,#1e263dd9,#090c16e6);box-shadow:0 18px 38px -26px #090c18d9;display:flex;flex-direction:column;gap:.9rem}.home__skill-card h3{margin:0;font-size:1rem}.home__chip-row{display:flex;flex-wrap:wrap;gap:.5rem}.home__chip{display:inline-flex;align-items:center;padding:.3rem .75rem;border-radius:999px;font-size:.85rem;background:#8ab4ff1f;color:#e9ecffe6;border:1px solid rgba(138,180,255,.25)}.home__cta{border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:2rem;background:linear-gradient(160deg,#13192ce0,#080c18eb);display:flex;flex-wrap:wrap;gap:1.5rem;align-items:center;justify-content:space-between}.home__cta p{margin:.5rem 0 0;max-width:520px;color:#e9ecffc7}.home__cta-buttons{display:flex;flex-wrap:wrap;gap:.75rem}.home__button{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1.4rem;border-radius:999px;font-weight:600;background:#8ab4ff;color:#06070d;border:none;transition:transform .15s ease,box-shadow .15s ease}.home__button:hover{transform:translateY(-1px);box-shadow:0 14px 28px -18px #8ab4ffcc}.home__button--ghost{background:transparent;color:#f4f6fb;border:1px solid rgba(255,255,255,.2)}.home__button--ghost:hover{box-shadow:0 12px 26px -22px #ffffffa6}@media (max-width: 640px){.home__timeline{padding-left:1rem}.home__timeline:before{left:.2rem}.home__timeline-item{padding-left:1rem}.home__timeline-dot{left:-.9rem}.home__skills-grid{grid-template-columns:1fr}.home__cta{padding:1.5rem}}.home__contacts span:first-child{color:#c7ceff99}@keyframes blink{0%,49%{border-color:transparent}50%,to{border-color:#f5f7ff}}@keyframes typing{0%{border-color:transparent}50%{border-color:#f5f7ff}to{border-color:transparent}}.coursework-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-bottom:2rem}.coursework-grid ul{margin:.5rem 0 0;padding-left:1rem}.coursework-grid li{margin-bottom:.35rem}.sketch{margin:1.5rem 0;display:inline-block;border:1px solid rgba(255,255,255,.08);border-radius:6px;overflow:hidden;box-shadow:0 14px 40px #00000073}.animations-controls{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;margin-bottom:1rem}.animations-controls label{display:flex;flex-direction:column;font-size:.9rem;gap:.25rem;color:#dbe1ffbf}.animations-controls input,.animations-controls select{background:#0e101ae6;color:#f4f6fb;border:1px solid rgba(255,255,255,.12);padding:.35rem .5rem;border-radius:4px}section button{background:linear-gradient(135deg,#6e80ff59,#6e80ff26);color:#f8faff;border:1px solid rgba(145,163,255,.35);padding:.4rem .8rem;border-radius:6px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}section button:hover{transform:translateY(-1px);box-shadow:0 10px 24px #5669ff40}:root{color-scheme:dark;font-family:Inconsolata,monospace;line-height:1.5;font-weight:400;color:#f4f6fb;background-color:#06070d}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#06070d;color:#f4f6fb}a{color:#8ab4ff;text-decoration:none}a:hover{color:#c5d8ff}main{padding:1.5rem 1rem 3rem;max-width:960px;margin:0 auto}h1,h2,h3,h4,h5,h6{font-weight:700;color:#fbfcff}p{margin:0 0 1rem}ul{padding-left:1.2rem}code{font-family:Inconsolata,monospace}hr{border:none;border-top:1px solid rgba(255,255,255,.08)}
