:root{--bg: #f3f0ea;--surface: #ffffff;--text-primary: #121212;--text-secondary: #525252;--text-muted: #8a8a8a;--border: rgba(0,0,0,.06);--radius: 28px;--shadow: 0 1px 2px rgba(0,0,0,.03), 0 10px 30px rgba(0,0,0,.04)}*{margin:0;padding:0;box-sizing:border-box}body{background:var(--bg);color:var(--text-secondary);font-family:Inter,sans-serif;line-height:1.7;-webkit-font-smoothing:antialiased}.portfolio{width:100%;max-width:1400px;margin:auto;padding:50px 32px 120px}.hero{margin-bottom:25px}.hero-top{display:grid;grid-template-columns:180px 1fr;gap:48px;align-items:center}.hero-image{width:180px;height:180px;object-fit:cover;border-radius:32px;box-shadow:var(--shadow)}.hero-badge{display:inline-flex;padding:10px 18px;border-radius:999px;background:#fff;margin-bottom:22px;font-size:.9rem;font-weight:600;color:var(--text-secondary)}.hero-info h1{font-size:4.5rem;line-height:.95;letter-spacing:-.07em;color:var(--text-primary);margin-bottom:22px}.hero-description{max-width:760px;font-size:1.15rem}.social-links{display:flex;gap:14px;margin-top:30px}.social-links a{width:50px;height:50px;border-radius:16px;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow)}.imgIcon{width:20px;height:20px}.stack-section{margin-bottom:25px}.stack-list{display:flex;flex-wrap:wrap;gap:14px}.lang-btn{padding:12px 18px;border-radius:999px;background:#fff;border:1px solid var(--border);font-size:.9rem;font-weight:600;color:var(--text-secondary)}.content-section,.projects-section,.research-section{margin-bottom:100px}.section-header{margin-bottom:25px}.section-header span{color:var(--text-muted);font-size:.95rem;text-transform:uppercase;letter-spacing:.08em}.section-header h2{margin-top:16px;font-size:3rem;line-height:1.05;letter-spacing:-.05em;max-width:900px;color:var(--text-primary)}.content-text{display:grid;gap:22px;max-width:850px;font-size:1.08rem}.projects-grid{display:grid;gap:60px}.project-card{background:#ffffffb3;border-radius:var(--radius);overflow:hidden;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:var(--shadow)}.project-image-wrapper{width:100%;display:flex;justify-content:center;align-items:center;padding:20px;background:#f8f8f8}.project-image{width:100%;height:auto;max-height:700px;object-fit:contain;display:block;background:#f5f5f5}.project-content{padding:36px}.project-content h3{font-size:2rem;letter-spacing:-.04em;margin-bottom:18px;color:var(--text-primary)}.tech-stack{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.carousel-controls{display:flex;justify-content:flex-end;gap:12px;padding:18px 24px}.carousel-btn{width:44px;height:44px;border-radius:14px;border:none;background:#fff;cursor:pointer;font-size:1.2rem}.research-list{display:grid;gap:40px}.research-card{display:grid;grid-template-columns:1.2fr 1fr;gap:30px;width:100%;min-width:0;background:#ffffffb3;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.research-content{padding:36px}.research-meta{color:var(--text-muted);margin-bottom:12px}.research-content h3{font-size:2rem;line-height:1.1;margin-bottom:18px;color:var(--text-primary)}.research-image{margin-top:20px;width:300px;height:300px}.paper-link{display:inline-block;margin-top:28px;text-decoration:none;font-weight:600;color:var(--text-primary)}.iframe-jupyter{width:700px;height:500px}.diagrama-img,.videoExt{width:700px}@media (max-width: 1000px){.hero-top,.research-card{grid-template-columns:1fr}.project-image{height:500px}.iframe-jupyter,.diagrama-img,.videoExt{width:340px}}@media (max-width: 700px){.portfolio{padding:24px 18px 80px}.hero-top{gap:24px}.hero-image{width:120px;height:120px;border-radius:24px}.hero-info h1{font-size:2.5rem;line-height:1;letter-spacing:-.05em}.hero-description{font-size:1rem}.section-header h2{font-size:2rem;line-height:1.1}.iframe-jupyter,.diagrama-img,.videoExt{width:340px}}
