:root{--color-primary: #9139FD;--color-secondary: #21FFC3;--color-background: #060101;--color-white: #fff;--color-gray: #bdbdbd;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{background:var(--color-background);color:var(--color-white);font-family:Montserrat,Arial,Helvetica,sans-serif;margin:0;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:Montserrat,Arial,Helvetica,sans-serif;font-weight:900;margin:0}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}}*{box-sizing:border-box}#root{max-width:1280px;margin:0 auto;padding:1rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.app-container{min-height:100vh;background:var(--color-background);display:flex;flex-direction:column;position:relative}.app-container:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;opacity:.15;mix-blend-mode:screen;background-image:url('data:image/svg+xml;utf8,<svg width="100%25" height="100%25" xmlns="http://www.w3.org/2000/svg"><filter id="noise" x="0" y="0"><feTurbulence type="fractalNoise" baseFrequency="2.2" numOctaves="5" stitchTiles="stitch"/></filter><rect width="100%25" height="100%25" filter="url(%23noise)" opacity="0.9"/></svg>');background-size:cover}.header{display:flex;justify-content:space-between;align-items:center;padding:20px 32px 0}.logo{display:flex;align-items:center;font-size:1.1rem;font-weight:700;color:var(--color-primary);letter-spacing:1px}.logo-text{font-size:2rem;color:var(--color-primary);letter-spacing:.25em}.start-btn{background:none;color:var(--color-primary);border:1.5px solid var(--color-primary);border-radius:4px;padding:5px 16px;font-weight:500;font-size:.95rem;cursor:pointer;transition:color .2s,border-color .2s;box-shadow:none}.start-btn:hover{color:var(--color-secondary);border-color:var(--color-secondary);background:none}.main-title{font-size:clamp(1.8rem,5vw,2.1rem);margin-top:32px;margin-bottom:8px;color:var(--color-primary);text-shadow:none;font-weight:700;padding:0 1rem}.subtitle{color:var(--color-gray);font-size:clamp(.9rem,2vw,1rem);margin-bottom:24px;font-weight:400;padding:0 1rem}.menu{display:flex;gap:clamp(8px,2vw,18px);justify-content:center;margin-bottom:24px;flex-wrap:wrap;padding:0 1rem}.menu-item{font-size:clamp(.9rem,2vw,1rem);font-weight:600;color:var(--color-gray);cursor:pointer;border-bottom:2px solid transparent;padding-bottom:2px;border-radius:0;transition:color .2s,border-color .2s;white-space:nowrap}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(16px,2vw,24px);padding:0 1rem;width:100%;max-width:1200px;margin:0 auto}.about-section,.skills-section,.experience-section,.education-section,.contact-section{max-width:800px;margin:0 auto 32px;padding:0 1rem;color:var(--color-white)}.about-section h2,.skills-section h2,.experience-section h2,.education-section h2,.contact-section h2{font-size:1.2rem;font-weight:700;color:var(--color-primary);margin-bottom:8px;letter-spacing:.08em}.about-section p,.contact-section p{font-size:1rem;color:var(--color-gray);margin-bottom:0}.skills-section ul,.experience-section ul,.education-section ul{list-style:none;padding:0;margin:0}.skills-section li,.experience-section li,.education-section li{font-size:1rem;color:var(--color-white);margin-bottom:4px;padding-left:0}.contact-section a{color:var(--color-secondary);text-decoration:none}.contact-section a:hover{text-decoration:underline}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:clamp(16px,3vw,24px);margin-top:1rem}.profile-image-container{display:flex;justify-content:center;margin:2rem auto;padding:0 1rem}.profile-image{width:clamp(150px,30vw,200px);height:clamp(150px,30vw,200px);border-radius:50%;object-fit:cover;border:3px solid var(--color-primary);box-shadow:0 4px 20px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.profile-image:hover{transform:scale(1.05);box-shadow:0 6px 25px #00000026}@media (max-width: 768px){.header{padding:16px;flex-direction:column;gap:16px}.about-section h2,.skills-section h2,.experience-section h2,.education-section h2,.contact-section h2{font-size:clamp(1.1rem,3vw,1.2rem)}.experience-section .timeline{padding-left:0}.experience-item{margin-bottom:2rem}}@media (max-width: 480px){#root{padding:.5rem}.menu{gap:12px}.grid{gap:16px}.profile-image{width:150px;height:150px}}.header{display:flex;justify-content:space-between;align-items:center;padding:32px 48px 0}.logo{display:flex;align-items:center;font-size:1.5rem;font-weight:700;color:var(--color-primary);letter-spacing:2px}.menu{display:flex;gap:32px;justify-content:center;margin-bottom:32px}.menu-item{font-size:1.2rem;font-weight:700;color:var(--color-gray);cursor:pointer;padding-bottom:4px;border-bottom:2px solid transparent;transition:color .2s,border-color .2s}.menu-item.active{color:var(--color-primary);border-color:var(--color-primary)}.project-card{position:relative;background:#ffffff0d;border-radius:8px;overflow:hidden;transition:transform .3s ease;display:flex;flex-direction:column;align-items:flex-start;border:1px solid var(--color-primary);aspect-ratio:16/9;width:100%;min-height:200px;box-sizing:border-box}.project-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-card:hover{transform:scale(1.02);border-color:var(--color-secondary)}.project-card:hover .project-image{transform:scale(1.05)}.project-title{position:absolute;bottom:0;left:0;right:0;padding:clamp(12px,3vw,20px);background:linear-gradient(to top,rgba(0,0,0,.9),transparent);color:#fff;font-size:clamp(.9rem,2.5vw,1.05rem);font-weight:500;text-align:left}.project-btn{position:absolute;top:clamp(8px,2vw,16px);right:clamp(8px,2vw,16px);width:clamp(28px,4vw,32px);height:clamp(28px,4vw,32px);border-radius:50%;background:#ffffff1a;border:none;color:#fff;font-size:clamp(.9rem,2.5vw,1.2rem);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.project-btn:hover{background:#fff3}@media (max-width: 480px){.project-card{min-height:160px}.project-title{padding:10px}.project-btn{top:8px;right:8px;width:28px;height:28px}}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px;padding:0 48px 48px}
