@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color-scheme:light;--color-bg: linear-gradient(135deg, #f9f5ff 0%, #fef6f2 55%, #f2f8ff 100%);--color-bg-soft: rgba(248, 245, 255, .9);--color-surface: rgba(255, 255, 255, .72);--color-surface-elevated: rgba(255, 255, 255, .92);--color-border: rgba(90, 78, 255, .18);--color-text: #17142e;--color-text-muted: #5b5475;--color-primary: #5d59ff;--color-primary-soft: rgba(93, 89, 255, .16);--color-accent: #ff82c3;--shadow-soft: 0 18px 45px rgba(72, 64, 156, .18);--shadow-border: 0 1px 0 rgba(255, 255, 255, .55) inset}[data-theme=dark]{color-scheme:dark;--color-bg: #060814;--color-bg-soft: rgba(61, 80, 255, .12);--color-surface: rgba(11, 14, 32, .8);--color-surface-elevated: rgba(14, 18, 44, .95);--color-border: rgba(112, 126, 255, .18);--color-text: #f4f6ff;--color-text-muted: #a8b0d8;--color-primary: #7184ff;--color-primary-soft: rgba(113, 132, 255, .2);--color-accent: #ff7aa8;--shadow-soft: 0 20px 50px rgba(0, 0, 0, .35);--shadow-border: 0 1px 0 rgba(255, 255, 255, .04) inset}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--color-bg);color:var(--color-text)}#root{min-height:100vh}a{color:inherit;text-decoration:none}a:hover,a:focus-visible{color:var(--color-primary)}button{font:inherit}.app{position:relative;overflow:hidden;min-height:100vh}.app__background{position:fixed;inset:-15% -25% auto -10%;height:420px;width:420px;filter:blur(140px);opacity:.8;z-index:0;background:radial-gradient(circle at center,#5d59ff75,#5d59ff00);pointer-events:none}.app__background--two{inset:auto -30% -20% auto;height:520px;width:520px;background:radial-gradient(circle at center,#ff82c361,#ff82c300)}[data-theme=dark] .app__background{opacity:.6}.layout{position:relative;z-index:1;width:min(1120px,92vw);margin:0 auto;padding:4rem 0 5rem;display:flex;flex-direction:column;gap:4rem}.hero{display:flex;flex-direction:column;gap:1.8rem;padding:clamp(2rem,5vw,3rem);border-radius:28px;background:var(--color-surface-elevated);box-shadow:var(--shadow-soft),var(--shadow-border);border:1px solid var(--color-border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.hero__top{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.hero__badge{display:inline-flex;align-items:center;gap:.55rem;padding:.45rem 1.1rem;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.09em;border-radius:999px;background:var(--color-primary-soft);color:var(--color-primary)}.hero__badge-dot{width:.65rem;height:.65rem;border-radius:50%;background:#26d782;box-shadow:0 0 0 6px #26d78233;animation:pulse 2.4s infinite}@keyframes pulse{0%{transform:scale(1);opacity:1}70%{transform:scale(1.4);opacity:0}to{transform:scale(1.4);opacity:0}}.theme-toggle{position:relative;display:inline-grid;grid-auto-flow:column;grid-auto-columns:1fr;column-gap:.2rem;padding:.35rem;border-radius:999px;background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-border);cursor:pointer;transition:box-shadow .2s ease,border-color .2s ease}.theme-toggle:hover{border-color:#3d50ff4d;box-shadow:0 12px 30px #3d50ff1f}.theme-toggle__option{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.4rem .7rem;border-radius:999px;color:var(--color-text-muted);font-size:.82rem;font-weight:500;transition:color .2s ease}.theme-toggle svg{display:block}.theme-toggle--light .theme-toggle__option[data-mode=light],.theme-toggle--dark .theme-toggle__option[data-mode=dark]{color:var(--color-text)}.theme-toggle__thumb{position:absolute;inset:4px;width:calc(50% - 4px);border-radius:999px;background:var(--color-primary-soft);box-shadow:0 10px 25px #3d50ff33;transition:transform .22s ease,background .22s ease}.theme-toggle--dark .theme-toggle__thumb{transform:translate(100%);background:#7184ff40}.hero__title{font-size:clamp(2.3rem,5vw,3.4rem);letter-spacing:-.04em;margin:0;display:flex;flex-direction:column;gap:.35rem}.hero__title span{font-size:clamp(1.1rem,3vw,1.4rem);font-weight:600;color:var(--color-primary)}.hero__summary{margin:0;font-size:clamp(1rem,2.3vw,1.05rem);color:var(--color-text-muted);max-width:70ch}.hero__cta{display:flex;flex-wrap:wrap;gap:.75rem}.button{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:14px;font-weight:600;letter-spacing:.01em;transition:transform .2s ease,box-shadow .2s ease,color .2s ease,background-color .2s ease;border:1px solid transparent;cursor:pointer;color:inherit}.button:hover,.button:focus-visible{color:inherit}.button--primary{background:var(--color-primary);color:#fff;box-shadow:0 15px 30px #3d50ff4d}.button--primary:hover{transform:translateY(-2px);box-shadow:0 12px 28px #3d50ff59;color:#fff}.button--ghost{background:transparent;color:var(--color-text);border-color:var(--color-border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.button--ghost:hover{transform:translateY(-2px);border-color:var(--color-border);color:var(--color-text)}.button--accent{background:linear-gradient(135deg,var(--color-primary),var(--color-accent));color:#fff;box-shadow:0 15px 35px #f25fb847}.button--accent:hover{transform:translateY(-2px);box-shadow:0 18px 38px #f25fb857;color:#fff}.hero__meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.hero__meta-item{padding:1.1rem 1.3rem;border-radius:18px;background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-border);display:flex;flex-direction:column;gap:.35rem}.hero__meta-item strong{font-size:clamp(1.1rem,2.5vw,1.35rem)}.hero__meta-item span{font-size:.9rem;color:var(--color-text-muted)}.hero__contact{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;font-size:.95rem;color:var(--color-text-muted)}.hero__location{font-weight:600;color:var(--color-text);display:flex;align-items:center;gap:.4rem}.hero__links{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.hero__links a{color:inherit;font-weight:500;position:relative;padding-bottom:.1rem;display:inline-flex;align-items:center;gap:.35rem}.hero__links a:after{content:"";position:absolute;left:0;bottom:0;height:2px;width:100%;transform:scaleX(0);transform-origin:left;background:var(--color-primary);transition:transform .2s ease}.hero__links a:hover:after,.hero__links a:focus-visible:after{transform:scaleX(1)}.divider{width:1px;height:24px;background:var(--color-border);align-self:stretch}.section{display:flex;flex-direction:column;gap:2.5rem}.section__heading{max-width:720px}.section__heading h2{margin:0 0 .6rem;font-size:clamp(1.8rem,4vw,2.4rem)}.section__heading p{margin:0;color:var(--color-text-muted);font-size:1rem}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.5rem}.surface{border-radius:22px;padding:1.5rem;background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.surface--skills h3{margin:0 0 1rem;font-size:1.1rem}.skills-grid__chips{display:flex;flex-wrap:wrap;gap:.6rem}.skills-grid__chips span{padding:.4rem .75rem;border-radius:999px;background:var(--color-primary-soft);color:var(--color-primary);font-size:.85rem;font-weight:600}.timeline{display:grid;gap:2rem}.surface--timeline{display:flex;flex-direction:column;gap:1.5rem;padding:2rem;position:relative;overflow:hidden}.surface--timeline:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(61,80,255,.07),transparent 60%);pointer-events:none}.timeline__meta{display:grid;gap:.4rem}.timeline__project{margin:0;font-size:clamp(1.35rem,3vw,1.65rem);letter-spacing:-.01em}.timeline__meta-details{display:inline-flex;align-items:center;gap:.5rem;font-size:.95rem;font-weight:500;color:var(--color-primary)}.timeline__meta time{font-size:.9rem;color:var(--color-text-muted)}.timeline__role{margin:0;font-weight:600;color:var(--color-text)}.timeline__tech{display:flex;flex-wrap:wrap;gap:.5rem}.timeline__tech span{padding:.35rem .75rem;border-radius:999px;background:var(--color-primary-soft);color:var(--color-primary);font-size:.8rem;font-weight:600;letter-spacing:.01em}.timeline__description{margin:0;color:var(--color-text-muted)}.timeline__highlights{display:grid;gap:1.4rem}.timeline__highlight h4{margin:0 0 .7rem;font-size:1rem}.timeline__highlight ul{margin:0;padding-left:1.1rem;display:grid;gap:.6rem;color:var(--color-text-muted)}.timeline__highlight li{line-height:1.45}.section--projects{position:relative}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.7rem}.project-card{position:relative;border-radius:26px;overflow:hidden;background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-border);text-decoration:none;transition:transform .22s ease,box-shadow .22s ease;display:flex;flex-direction:column;min-height:420px}.project-card:hover{transform:translateY(-6px);box-shadow:0 22px 46px #1920482e}[data-theme=dark] .project-card:hover{box-shadow:0 24px 50px #00000059}.project-card__media{position:relative;padding-top:40%;overflow:hidden;background-size:cover;background-position:center}.project-card__content{display:flex;flex-direction:column;gap:.8rem;padding:1.6rem 1.7rem 1.9rem;flex:1}.project-card__header{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem}.project-card__header h3{margin:0;font-size:1.2rem;letter-spacing:-.01em}.project-card__header span{font-size:1.4rem;color:var(--color-primary);line-height:1}.project-card__content p{margin:0;color:var(--color-text-muted);font-size:.95rem;line-height:1.55}.project-card__headline{font-weight:600;color:var(--color-text)}.project-card__tags{display:flex;flex-wrap:wrap;gap:.5rem}.project-card__tags span{padding:.35rem .75rem;border-radius:999px;background:var(--color-primary-soft);color:var(--color-primary);font-size:.78rem;font-weight:600}.project-card__highlights{margin:.4rem 0 .2rem;padding-left:1.4rem;display:grid;gap:.4rem;color:var(--color-text-muted);font-size:.9rem;line-height:1.5}.project-card__badge{position:absolute;left:1.4rem;bottom:1.2rem;padding:.45rem .9rem;border-radius:999px;background:#ffffffe6;color:#13162b;font-weight:700;font-size:.85rem;letter-spacing:.04em;text-transform:uppercase;z-index:1}[data-theme=dark] .project-card__badge{background:#090b19e6;color:#f4f6ff}.project-card__texture{position:absolute;inset:0;background:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="160" height="160" viewBox="0 0 160 160"%3E%3Cg fill="none" fill-rule="evenodd" stroke="%23ffffff" stroke-opacity=".12"%3E%3Cpath d="M80 0v160M0 80h160"/%3E%3Ccircle cx="80" cy="80" r="40"/%3E%3C/g%3E%3C/svg%3E') center/160px repeat;opacity:.18;mix-blend-mode:overlay}.education-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.surface--education h3{margin:0 0 .4rem}.education-grid__degree{font-weight:600}.education-grid__period{font-size:.9rem;color:var(--color-text-muted)}.surface--education p{margin:.8rem 0 0;color:var(--color-text-muted)}.education__resume{margin:0;color:var(--color-text-muted);font-size:.95rem}.education__resume a{color:var(--color-primary);font-weight:600}.education__resume a:hover{text-decoration:underline}.section--accent .surface{background:var(--color-surface-elevated)}.achievements-list{list-style:none;margin:0;padding:0;display:grid;gap:1rem}.surface--achievement{padding:1.3rem 1.6rem;font-weight:500;line-height:1.5;position:relative}.surface--achievement:before{content:"✓";position:absolute;left:1.1rem;top:50%;transform:translateY(-50%);color:var(--color-primary);font-weight:700}.surface--achievement{padding-left:3.1rem}.footer{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:2.2rem 2.5rem;border-radius:24px;background:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-border);flex-wrap:wrap}.footer p{margin:0;font-size:1.1rem;font-weight:600}.footer-meta{margin-top:-1.5rem;padding:1.6rem 0 0;display:flex;flex-direction:column;gap:.9rem;color:var(--color-text-muted);font-size:.88rem}.footer-meta__brand{display:inline-flex;align-items:center;gap:.45rem;font-weight:600;color:var(--color-text)}.footer-meta__dot{width:.55rem;height:.55rem;border-radius:50%;background:var(--color-primary);box-shadow:0 0 0 6px #3d50ff29}.footer-meta__links{display:flex;flex-wrap:wrap;gap:1.1rem}.footer-meta__links a{color:inherit;font-weight:500;display:inline-flex;align-items:center;gap:.35rem}.footer-meta__links a:hover{color:var(--color-primary)}.footer-meta__copyright{opacity:.75}@media(max-width:768px){.hero__meta{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.hero__contact{gap:1rem}.divider{display:none}.footer{flex-direction:column;align-items:flex-start}}@media(max-width:600px){.hero{padding:1.7rem}.hero__title{font-size:2rem}.hero__title span{font-size:1.1rem}.surface{padding:1.2rem}}
