*,*:before,*:after{box-sizing:border-box}body{margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary: #0f172a;--accent: #6366f1;--accent-light: #818cf8;--text: #e2e8f0;--text-muted: #94a3b8;--card-bg: #1e293b;--card-border: #334155;--tag-bg: #1e3a5f;--tag-text: #93c5fd;--success: #10b981;--timeline-line: #334155;--section-gap: 5rem}html{scroll-behavior:smooth}body{background:var(--primary);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}.hidden{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.hidden.show{opacity:1;transform:translateY(0)}.cv-wrapper{max-width:860px;margin:0 auto;padding:0 1.5rem 6rem}.hero{padding:5rem 0 4rem;text-align:center}.hero-avatar{width:90px;height:90px;border-radius:50%;background:linear-gradient(135deg,var(--accent),#8b5cf6);display:flex;align-items:center;justify-content:center;font-size:2.2rem;font-weight:700;color:#fff;margin:0 auto 1.5rem;letter-spacing:-1px}.hero h1{font-size:2.8rem;font-weight:800;letter-spacing:-1px;background:linear-gradient(135deg,#e2e8f0,var(--accent-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.hero-title{font-size:1.1rem;color:var(--text-muted);margin-bottom:.3rem}.hero-location{font-size:.9rem;color:var(--text-muted);margin-bottom:1.5rem}.hero-links{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.hero-link{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1.1rem;border:1px solid var(--card-border);border-radius:9999px;color:var(--text-muted);text-decoration:none;font-size:.85rem;transition:border-color .2s,color .2s,background .2s}.hero-link:hover{border-color:var(--accent);color:var(--accent-light);background:#6366f114}.section-label{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent)}.section-label:after{content:"";flex:1;height:1px;background:var(--card-border)}.cv-section{margin-bottom:var(--section-gap)}.timeline{position:relative;padding-left:1.75rem}.timeline:before{content:"";position:absolute;left:0;top:8px;bottom:0;width:2px;background:var(--timeline-line)}.timeline-item{position:relative;margin-bottom:2rem}.timeline-item:before{content:"";position:absolute;left:-1.88rem;top:8px;width:10px;height:10px;border-radius:50%;background:var(--accent);border:2px solid var(--primary)}.timeline-item.active:before{background:var(--success);box-shadow:0 0 0 3px #10b98133}.timeline-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;padding:1.25rem 1.5rem;transition:border-color .2s,transform .2s}.timeline-card:hover{border-color:var(--accent);transform:translate(3px)}.timeline-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap;margin-bottom:.25rem}.timeline-company{font-size:1rem;font-weight:700;color:var(--text)}.timeline-period{font-size:.78rem;color:var(--text-muted);white-space:nowrap;background:#6366f11a;padding:.2rem .6rem;border-radius:9999px}.timeline-role{font-size:.9rem;color:var(--accent-light);margin-bottom:.15rem;font-weight:500}.timeline-type{font-size:.8rem;color:var(--text-muted);margin-bottom:.75rem}.timeline-bullets{list-style:none;padding:0}.timeline-bullets li{position:relative;padding-left:1.1rem;font-size:.87rem;color:var(--text-muted);margin-bottom:.3rem}.timeline-bullets li:before{content:"›";position:absolute;left:0;color:var(--accent);font-weight:700}.tag-list{display:flex;flex-wrap:wrap;gap:.5rem}.tag{padding:.3rem .75rem;background:var(--tag-bg);color:var(--tag-text);border-radius:9999px;font-size:.78rem;font-weight:500;border:1px solid rgba(147,197,253,.15);text-decoration:none;display:inline-block}a.tag-link{cursor:pointer;transition:background .2s,border-color .2s,color .2s}a.tag-link:hover{background:#6366f140;border-color:var(--accent-light);color:#fff}.skills-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.skill-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;padding:1rem 1.25rem}.skill-card h4{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--accent-light);margin-bottom:.75rem}.cert-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;padding:1.25rem 1.5rem;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap;transition:border-color .2s}.cert-card:hover{border-color:var(--accent)}.cert-name{font-size:.95rem;font-weight:600;color:var(--text);margin-bottom:.25rem}.cert-issuer{font-size:.82rem;color:var(--text-muted)}.cert-meta{text-align:right;font-size:.78rem;color:var(--text-muted);white-space:nowrap}.interests-grid{display:flex;flex-wrap:wrap;gap:.6rem}.volunteer-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;padding:1.25rem 1.5rem}.volunteer-card h3{font-size:.95rem;font-weight:600;color:var(--text);margin-bottom:.2rem}.volunteer-period{font-size:.8rem;color:var(--text-muted);margin-bottom:.75rem}.lang-list{display:flex;gap:1rem;flex-wrap:wrap}.lang-item{background:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;padding:.75rem 1.25rem;text-align:center}.lang-item .lang-name{font-weight:600;font-size:.9rem;color:var(--text)}.lang-item .lang-level{font-size:.75rem;color:var(--text-muted)}.cv-footer{text-align:center;padding-top:3rem;font-size:.78rem;color:var(--text-muted);border-top:1px solid var(--card-border)}@media(max-width:600px){.hero h1{font-size:2rem}.timeline{padding-left:1.25rem}.timeline-item:before{left:-1.38rem}.skills-grid{grid-template-columns:1fr}.cert-meta{text-align:left}}
