: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}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.gradient-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.6;animation:float 20s ease-in-out infinite}.orb-1{width:500px;height:500px;background:radial-gradient(circle,#00d2ff,#3a7bd5);top:-10%;left:-10%;animation-delay:0s}.orb-2{width:400px;height:400px;background:radial-gradient(circle,#f05,#ff6b9d);bottom:-10%;right:-10%;animation-delay:5s}.orb-3{width:300px;height:300px;background:radial-gradient(circle,#00f5a0,#00d9f5);top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:10s}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}.hero-content{position:relative;z-index:1;text-align:center}.hero-title{font-size:4rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(135deg,#00d2ff,#3a7bd5,#f05);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:2rem;color:#00d2ff;margin-bottom:2rem;font-weight:600}.hero-description{max-width:800px;margin:0 auto 3rem;font-size:1.1rem;line-height:1.8;color:#fffc}.hero-cta{display:flex;gap:1.5rem;justify-content:center;margin-bottom:3rem}.btn{padding:1rem 2.5rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;text-decoration:none;display:inline-block}.btn-primary{background:linear-gradient(135deg,#00d2ff,#3a7bd5);color:#fff;box-shadow:0 4px 15px #00d2ff66}.btn-primary:hover{box-shadow:0 6px 20px #00d2ff99;transform:translateY(-2px)}.btn-secondary{background:transparent;color:#00d2ff;border:2px solid #00d2ff}.btn-secondary:hover{background:#00d2ff1a;transform:translateY(-2px)}.hero-social{display:flex;gap:2rem;justify-content:center;font-size:1.8rem}.hero-social a{color:#fff9;transition:all .3s ease}.hero-social a:hover{color:#00d2ff;transform:translateY(-3px)}@media(max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.5rem}.hero-description{font-size:1rem}.hero-cta{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px}}.experience{background:linear-gradient(180deg,#0a0a0a,#1a1a2e);padding:6rem 0}.timeline{position:relative;max-width:1000px;margin:0 auto;padding:2rem 0}.timeline:before{content:"";position:absolute;left:50%;transform:translate(-50%);width:2px;height:100%;background:linear-gradient(180deg,#00d2ff,#3a7bd5)}.timeline-item{position:relative;margin-bottom:4rem;display:flex;justify-content:flex-end;width:100%}.timeline-item:nth-child(2n){justify-content:flex-start}.timeline-content{width:45%;background:#ffffff0d;border:1px solid rgba(0,210,255,.2);border-radius:12px;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.timeline-content:hover{background:#ffffff14;border-color:#00d2ff66;transform:translateY(-5px);box-shadow:0 10px 30px #00d2ff33}.timeline-header h3{color:#00d2ff;font-size:1.5rem;margin-bottom:.5rem}.company{display:block;font-size:1.1rem;color:#ffffffe6;margin-bottom:.5rem;font-weight:600}.period{display:inline-block;background:#00d2ff1a;color:#00d2ff;padding:.3rem .8rem;border-radius:20px;font-size:.9rem;margin-top:.5rem}.job-summary{margin:1.5rem 0;line-height:1.7;color:#fffc}.highlights{list-style:none;margin-top:1.5rem}.highlights li{position:relative;padding-left:1.5rem;margin-bottom:.8rem;color:#ffffffb3;line-height:1.6}.highlights li:before{content:"▹";position:absolute;left:0;color:#00d2ff;font-size:1.2rem}.timeline-marker{position:absolute;left:50%;transform:translate(-50%);width:20px;height:20px;background:#00d2ff;border:4px solid #0a0a0a;border-radius:50%;z-index:1;top:2rem}@media(max-width:768px){.timeline:before{left:20px}.timeline-item,.timeline-item:nth-child(2n){justify-content:flex-end}.timeline-content{width:calc(100% - 60px)}.timeline-marker{left:20px}}.skills{padding:6rem 0;background:#0a0a0a}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:3rem;margin-bottom:4rem}.skill-category{background:#ffffff08;border:1px solid rgba(0,210,255,.2);border-radius:16px;padding:2.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.category-title{font-size:1.5rem;color:#00d2ff;margin-bottom:1.5rem;font-weight:700}.skill-tags{display:flex;flex-wrap:wrap;gap:.8rem}.skill-tag{background:linear-gradient(135deg,#00d2ff1a,#3a7bd51a);border:1px solid rgba(0,210,255,.3);color:#ffffffe6;padding:.6rem 1.2rem;border-radius:25px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease}.skill-tag:hover{background:linear-gradient(135deg,#00d2ff33,#3a7bd533);border-color:#00d2ff99;box-shadow:0 4px 15px #00d2ff4d}.highlights-section{margin-top:4rem}.highlights-title{font-size:2rem;text-align:center;margin-bottom:2.5rem;background:linear-gradient(45deg,#00d2ff,#3a7bd5);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.highlights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.highlight-card{background:#ffffff0d;border-left:4px solid #00d2ff;padding:1.5rem;border-radius:8px;transition:all .3s ease}.highlight-card:hover{background:#ffffff14;transform:translate(5px);box-shadow:0 5px 20px #00d2ff33}.highlight-card p{color:#fffc;line-height:1.6;margin:0}@media(max-width:768px){.skills-grid,.highlights-grid{grid-template-columns:1fr}}.contact{padding:6rem 0;background:linear-gradient(180deg,#1a1a2e,#0a0a0a)}.contact-content{max-width:900px;margin:0 auto}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.contact-item{display:flex;align-items:center;gap:1.5rem;background:#ffffff0d;border:1px solid rgba(0,210,255,.2);border-radius:12px;padding:2rem;transition:all .3s ease;cursor:pointer}.contact-item:hover{background:#ffffff14;border-color:#00d2ff66;box-shadow:0 8px 25px #00d2ff33}.contact-icon{font-size:2rem;color:#00d2ff;flex-shrink:0}.contact-item h4{color:#fff9;font-size:.9rem;font-weight:500;margin-bottom:.3rem;text-transform:uppercase;letter-spacing:1px}.contact-item a{color:#ffffffe6;font-size:1.1rem;font-weight:600;transition:color .3s ease;word-break:break-all}.contact-item a:hover{color:#00d2ff}.contact-item p{color:#ffffffe6;font-size:1.1rem;font-weight:600;margin:0}@media(max-width:768px){.contact-info{grid-template-columns:1fr}}:root{--color-bg: #0a0a0a;--color-text: #ffffff;--color-primary: #00d2ff;--color-secondary: #3a7bd5;--color-accent: #ff0055;--font-main: "Inter", sans-serif;--font-code: "Fira Code", monospace}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-main);line-height:1.6;overflow-x:hidden}a{color:var(--color-primary);text-decoration:none;transition:color .3s ease}a:hover{color:var(--color-secondary)}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem}.container{max-width:1200px;margin:0 auto;padding:0 2rem}section{padding:4rem 0}.section-title{font-size:2.5rem;text-align:center;margin-bottom:3rem;background:linear-gradient(45deg,var(--color-primary),var(--color-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent}
