:root{--navy:#10233e;--navy-light:#1b3a63;--accent:#3f8ef7;--accent-soft:#e8f1fe;--accent-hover:var(--navy-light);--heading:var(--navy);--text:#1c2530;--text-muted:#49535f;--bg:#e7ebf2;--card:#fff;--border:#cdd6e1;--radius:14px;--max-width:860px}:root.dark{--accent-hover:#7db2ff;--heading:#eef3fb;--text:#e7ebf1;--text-muted:#97a2b0;--bg:#10161d;--card:#1a222c;--border:#2b3543;--accent-soft:#3f8ef729}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--text);background:var(--bg);margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.55;transition:background-color .2s,color .2s}h1,h2,h3{margin:0}.hero{z-index:20;background:linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 60%, var(--accent) 130%);color:#fff;will-change:padding;padding:56px 24px 64px;transition:padding .3s ease-out;position:sticky;top:0;box-shadow:0 6px 20px #10233e40}.hero.is-compact{padding:14px 24px}.hero-inner{max-width:var(--max-width);align-items:center;gap:28px;margin:0 auto;transition:gap .4s;display:flex}.hero.is-compact .hero-inner{gap:18px}.avatar{object-fit:cover;border:4px solid #ffffffd9;border-radius:50%;flex-shrink:0;width:128px;height:128px;transition:width .3s ease-out,height .3s ease-out;box-shadow:0 8px 24px #00000040}.hero.is-compact .avatar{width:60px;height:60px}.hero-text{min-width:0}.hero-text h1{letter-spacing:.02em;white-space:nowrap;font-size:2.1rem;font-weight:800;transition:font-size .3s ease-out}.hero.is-compact .hero-text h1{font-size:1.25rem}.role{color:#ffffffd9;white-space:nowrap;text-overflow:ellipsis;max-height:40px;margin:6px 0 18px;font-size:1.05rem;font-weight:500;transition:font-size .3s ease-out,margin .3s ease-out,max-height .3s ease-out;overflow:hidden}.hero.is-compact .role{max-height:20px;margin:2px 0 0;font-size:.82rem}.contact-row{flex-wrap:wrap;gap:10px;margin-top:2px;display:flex}.hero.is-compact .contact-row{display:none}.contact-pill{color:#fff;background:#ffffff1f;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:background .15s;display:inline-flex}.hero.is-compact .contact-pill{width:30px;height:30px}.contact-pill:hover{background:#ffffff38}.contact-pill svg{flex-shrink:0;width:16px;height:16px}.hero-actions{flex-shrink:0;align-items:center;gap:10px;margin-left:auto;display:flex}.theme-toggle{color:#fff;cursor:pointer;background:#ffffff26;border:1px solid #ffffff59;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:background .15s;display:inline-flex}.hero.is-compact .theme-toggle{width:30px;height:30px}.theme-toggle:hover{background:#ffffff47}.theme-toggle svg{width:16px;height:16px}.lang-toggle{color:#fff;cursor:pointer;letter-spacing:.03em;background:#ffffff26;border:1px solid #ffffff59;border-radius:999px;flex-shrink:0;padding:8px 14px;font-size:.8rem;font-weight:600;transition:background .15s}.lang-toggle:hover{background:#ffffff47}main{max-width:var(--max-width);margin:0 auto;padding:28px 24px 40px}.section{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:22px;padding:28px 30px;box-shadow:0 1px 3px #10233e14}@media (width>=1200px){.section.wide{width:130%;margin-left:-15%;margin-right:-15%}}.section h2{color:var(--heading);border-bottom:2px solid var(--accent-soft);margin-bottom:18px;padding-bottom:10px;font-size:1.15rem;font-weight:700}.grid-2{grid-template-columns:1fr 1fr;gap:32px;display:grid}.grid-2>div:first-child h2,.grid-2>div:last-child h2{margin-bottom:18px}.timeline-item{border-left:2px solid var(--border);opacity:0;margin-left:4px;padding:0 0 22px 20px;transition:opacity .55s,transform .55s;position:relative;transform:translateY(16px)}.timeline-item:last-child{padding-bottom:0}.timeline-item.is-visible{opacity:1;transform:translateY(0)}.timeline-item:before{content:"";background:var(--accent);width:12px;height:12px;box-shadow:0 0 0 2px var(--accent-soft);border:2px solid #fff;border-radius:50%;position:absolute;top:4px;left:-7px}.timeline-item:hover{transform:translate(2px)}.timeline-item:hover:before{background:var(--accent-hover);box-shadow:0 0 0 4px var(--accent-soft);transition:box-shadow .2s,background .2s}.timeline-header{align-items:flex-start;gap:12px;display:flex}.timeline-logo{object-fit:contain;border:1px solid var(--border);background:#fff;border-radius:8px;flex-shrink:0;width:32px;height:32px;padding:4px}.timeline-item h3{color:var(--text);font-size:1.02rem;font-weight:700}.timeline-meta{color:var(--text-muted);flex-wrap:wrap;gap:8px;margin:4px 0 10px;font-size:.85rem;font-weight:500;display:flex}.timeline-meta .dot{opacity:.5}.timeline-item ul{color:var(--text-muted);margin:0;padding-left:18px;font-size:.92rem}.timeline-item ul li{margin-bottom:5px}.timeline-item ul li:last-child{margin-bottom:0}.timeline-item p.thesis{color:var(--text-muted);margin:0;font-size:.92rem;font-style:italic}.company-list{flex-direction:column;gap:28px;display:flex}.company-group{background:var(--bg);border:1px solid var(--border);border-left:4px solid var(--accent);border-radius:var(--radius);opacity:0;transition:opacity .55s,transform .55s,background-color .2s,border-color .2s;overflow:hidden;transform:translateY(16px)}.company-group.is-visible{opacity:1;transform:translateY(0)}.company-card{border-bottom:1px solid var(--border);align-items:flex-start;gap:20px;padding:20px 24px;display:flex}.company-logo{object-fit:contain;border:1px solid var(--border);background:#fff;border-radius:10px;flex-shrink:0;width:96px;height:64px;padding:10px}.company-info{flex:1;min-width:0}.company-period{color:var(--accent);align-items:center;gap:6px;margin-bottom:8px;font-size:.82rem;font-weight:600;display:flex}.company-period svg{flex-shrink:0;width:14px;height:14px}.company-description{color:var(--text-muted);margin:0;font-size:.92rem;line-height:1.6}.positions-grid{flex-wrap:wrap;gap:16px;padding:16px;display:flex}.position-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);flex:280px;padding:18px 20px}.position-header{align-items:flex-start;gap:10px;margin-bottom:10px;display:flex}.position-icon{background:var(--accent-soft);width:30px;height:30px;color:var(--accent);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.position-icon svg{width:15px;height:15px}.position-card h4{color:var(--text);margin:0;font-size:.98rem;font-weight:700}.position-period{color:var(--text-muted);margin-top:2px;font-size:.78rem}.position-card ul{color:var(--text-muted);margin:0;padding-left:18px;font-size:.9rem}.position-card ul li{margin-bottom:5px}.position-card ul li:last-child{margin-bottom:0}.position-card p.thesis{color:var(--text-muted);margin:0;font-size:.9rem;font-style:italic}.tag-list,.plain-list{flex-wrap:wrap;gap:9px;margin:0;padding:0;list-style:none;display:flex}.tag-list li{background:var(--accent-soft);color:var(--accent);border-radius:999px;padding:7px 13px;font-size:.85rem;font-weight:600;transition:transform .15s,background .15s,color .15s}.tag-list li:hover{background:var(--accent);color:#fff;transform:translateY(-2px)}.plain-list{flex-direction:column;gap:10px}.plain-list li{border-bottom:1px solid var(--border);justify-content:space-between;gap:6px 16px;padding-bottom:8px;font-size:.92rem;transition:padding-left .15s;display:flex}.plain-list li:hover{border-bottom-color:var(--accent);padding-left:6px}.plain-list li span:first-child{flex:auto}.plain-list li .level{color:var(--text-muted);white-space:nowrap;flex-shrink:0;font-weight:500}.interest-grid{grid-template-columns:repeat(3,1fr);gap:20px 12px;display:grid}.interest-item{text-align:center;flex-direction:column;align-items:center;gap:8px;display:flex}.interest-icon{width:44px;height:44px;color:var(--text);justify-content:center;align-items:center;transition:color .15s,transform .15s;display:flex}.interest-icon svg{width:28px;height:28px}.interest-item:hover .interest-icon{color:var(--accent);transform:translateY(-2px)}.interest-label{color:var(--accent);font-size:.82rem;font-weight:600}.contact-form{flex-direction:column;gap:16px;width:100%;display:flex}.contact-form-honeypot{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.contact-field{color:var(--text);flex-direction:column;gap:6px;font-size:.85rem;font-weight:600;display:flex}.contact-field input,.contact-field textarea{font:inherit;color:var(--text);background:var(--bg);border:1px solid var(--border);resize:vertical;border-radius:10px;padding:10px 12px;transition:border-color .15s,box-shadow .15s}.contact-field input:focus,.contact-field textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft);outline:none}.contact-submit{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:999px;align-self:flex-start;padding:10px 22px;font-size:.9rem;font-weight:600;transition:opacity .15s}.contact-submit:hover{opacity:.9}.contact-submit:disabled{opacity:.6;cursor:not-allowed}.contact-status{margin:0;font-size:.85rem;font-weight:600}.contact-status-success{color:#1a9e6b}.contact-status-error{color:#d94b4b}.footer{text-align:center;color:var(--text-muted);padding:20px 24px 40px;font-size:.82rem}.footer-social{justify-content:center;gap:12px;margin-bottom:14px;display:flex}.footer-social-pill{width:34px;height:34px;color:var(--text-muted);border:1px solid var(--border);border-radius:50%;justify-content:center;align-items:center;transition:color .15s,border-color .15s;display:inline-flex}.footer-social-pill:hover{color:var(--accent);border-color:var(--accent)}.footer-social-pill svg{width:16px;height:16px}[data-reveal]{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(28px)}[data-reveal].is-visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){[data-reveal],.timeline-item,.company-group,.tag-list li,.plain-list li,.interest-icon{opacity:1!important;transition:none!important;transform:none!important}}@media (width<=640px){.hero-inner{text-align:center;flex-direction:column}.role{white-space:normal}.contact-row{justify-content:center}.hero-actions{justify-content:center;margin-top:16px;margin-left:0}.grid-2{grid-template-columns:1fr;gap:28px}.section{padding:22px 20px}.hero.is-compact .hero-inner{text-align:left;flex-direction:row}.hero.is-compact .role{white-space:nowrap}.hero.is-compact .hero-actions{margin-top:0}.company-card{flex-direction:column}.company-logo{width:72px;height:56px}}
