:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0a0a0a;color:#fff;overflow-x:hidden}.app{position:relative;width:100%;min-height:100vh}.scene-container{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:1}.canvas{width:100%;height:100%}.content{width:100vw;position:relative;z-index:2;background:#0000001a;backdrop-filter:blur(10px)}.section{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:0 5vw;margin-bottom:2rem}.section-title{font-size:clamp(2rem,5vw,4rem);font-weight:300;margin-bottom:2rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-content{max-width:1200px;width:100%;margin:0 auto}.hero{height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;background:#0003}.hero-content h1{font-size:clamp(3rem,8vw,6rem);font-weight:100;margin-bottom:1rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cursor{color:#667eea;font-weight:300;animation:blink 1s infinite}.cursor.complete{animation:none;opacity:0}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.hero-content .subtitle{font-size:clamp(1.2rem,3vw,2rem);color:#ccc;margin-bottom:2rem;font-weight:300}.hero-content .description{font-size:clamp(1rem,2vw,1.2rem);color:#999;max-width:600px;margin:0 auto 3rem;line-height:1.6}.cta-button{display:inline-block;padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:50px;font-weight:500;transition:all .3s ease;border:none;cursor:pointer}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 30px #667eea4d}.card{background:#ffffff0d;border-radius:15px;padding:2rem;margin-bottom:2rem;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000004d}.card h3{font-size:1.5rem;margin-bottom:1rem;color:#667eea}.card p{color:#ccc;line-height:1.6;margin-bottom:1rem}.card .tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.tag{background:#667eea33;color:#667eea;padding:.3rem .8rem;border-radius:20px;font-size:.9rem;border:1px solid rgba(102,126,234,.3)}.company{font-size:1.1rem;color:#764ba2;font-weight:600;margin-bottom:.5rem}.period{font-size:.9rem;color:#999;margin-bottom:1rem}.education-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.institution{font-size:1.1rem;color:#764ba2;font-weight:600;margin-bottom:.5rem}.program{font-size:1rem;color:#ccc;margin-bottom:.5rem}.status{margin-top:1rem}.status-tag{padding:.3rem .8rem;border-radius:20px;font-size:.9rem;font-weight:500}.status-tag.in-progress{background:#ffc10733;color:#ffc107;border:1px solid rgba(255,193,7,.3)}.status-tag.completed{background:#28a74533;color:#28a745;border:1px solid rgba(40,167,69,.3)}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.skill-category{background:#ffffff0d;border-radius:15px;padding:2rem;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.skill-category h4{font-size:1.3rem;margin-bottom:1rem;color:#667eea}.skill-list{display:flex;flex-wrap:wrap;gap:.5rem}.contact{text-align:center;padding:5rem 0}.contact-info{display:flex;justify-content:center;gap:2rem;margin-top:2rem;flex-wrap:wrap}.contact-item{background:#ffffff0d;padding:1.5rem;border-radius:10px;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.contact-item:hover{transform:translateY(-3px);box-shadow:0 10px 20px #0000004d}.contact-item h4{color:#667eea;margin-bottom:.5rem}.contact-item p{color:#ccc;margin:0}.language-switcher{position:fixed;top:2rem;right:2rem;z-index:1000;display:flex;gap:.5rem;background:#000c;backdrop-filter:blur(10px);border-radius:25px;padding:.5rem;border:1px solid rgba(255,255,255,.1)}.language-btn{padding:.5rem 1rem;background:transparent;border:none;color:#ccc;cursor:pointer;border-radius:20px;font-size:.9rem;font-weight:500;transition:all .3s ease;position:relative}.language-btn:hover{color:#fff;background:#ffffff1a}.language-btn.active{color:#fff;background:linear-gradient(135deg,#667eea,#764ba2)}.language-btn:focus{outline:none;box-shadow:0 0 0 2px #667eea80}@media (max-width: 768px){.section{padding:0 1rem}.hero-content h1{font-size:2.5rem}.contact-info{flex-direction:column;gap:1rem}.skills-grid,.education-grid{grid-template-columns:1fr}}.fade-in{opacity:0;transform:translateY(30px);transition:all .8s ease}.fade-in.visible{opacity:1;transform:translateY(0)}
