@import"https://fonts.googleapis.com/css2?family=Syne:wght@700;800&family=Outfit:wght@300;400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Syne:wght@600;700;800&family=Outfit:wght@300;400;500;600&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f7fafc;color:#2d3748;line-height:1.6}@media print{body{background:#fff}*{-webkit-print-color-adjust:exact;print-color-adjust:exact}@page{margin:.5cm}}:root{--h-brand: #00E5CC;--h-brand-dim: rgba(0, 229, 204, .12);--h-brand-glow: rgba(0, 229, 204, .35);--h-brand-border: rgba(0, 229, 204, .25);--h-bg: #080810;--h-bg-alt: #0D0D1A;--h-card: #0F0F1F;--h-card-hover: #141430;--h-text: #EEEEF5;--h-muted: #7777AA;--h-border: rgba(255, 255, 255, .07);--h-radius: 12px;--h-font-display: "Syne", sans-serif;--h-font-body: "Outfit", sans-serif;--h-max: 1160px;--h-nav-h: 68px}.h-page *{box-sizing:border-box;margin:0;padding:0}.h-page{background:var(--h-bg);color:var(--h-text);font-family:var(--h-font-body);font-weight:400;line-height:1.65;min-height:100vh;overflow-x:hidden}.h-page a{color:inherit;text-decoration:none}.h-page button{cursor:pointer;border:none;background:none;font-family:inherit}.h-accent{color:var(--h-brand)}.h-reveal{opacity:0;transform:translateY(28px);transition:opacity .6s ease,transform .6s ease}.h-reveal.h-visible{opacity:1;transform:translateY(0)}.h-reveal--d1{transition-delay:.08s}.h-reveal--d2{transition-delay:.18s}.h-reveal--d3{transition-delay:.28s}.h-reveal--d4{transition-delay:.38s}.h-nav{position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--h-nav-h);transition:background .3s ease,box-shadow .3s ease}.h-nav--solid{background:#080810eb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 1px 0 var(--h-border)}.h-nav__inner{max-width:var(--h-max);margin:0 auto;padding:0 2rem;height:100%;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.h-nav__logo{font-family:var(--h-font-display);font-size:1.4rem;font-weight:800;color:var(--h-text);letter-spacing:-.5px}.h-nav__links{display:flex;align-items:center;gap:.25rem}.h-nav__link{padding:.4rem .9rem;font-size:.9rem;font-weight:500;color:var(--h-muted);border-radius:6px;transition:color .2s,background .2s;text-transform:capitalize}.h-nav__link:hover{color:var(--h-text);background:var(--h-brand-dim)}.h-nav__link--active{color:var(--h-brand)!important;background:var(--h-brand-dim)}.h-nav__resume{margin-left:.75rem;padding:.4rem 1rem;font-size:.875rem;font-weight:600;color:var(--h-brand);border:1px solid var(--h-brand-border);border-radius:6px;transition:background .2s,color .2s}.h-nav__resume:hover{background:var(--h-brand-dim)}.h-nav__hamburger{display:none;flex-direction:column;gap:5px;padding:6px}.h-nav__hamburger span{display:block;width:22px;height:2px;background:var(--h-text);border-radius:2px;transition:transform .2s}.h-hero{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:calc(var(--h-nav-h) + 3rem) 2rem 2rem;overflow:hidden}.h-hero__bg-grid{position:absolute;inset:0;background-image:radial-gradient(circle,rgba(255,255,255,.05) 1px,transparent 1px);background-size:36px 36px;pointer-events:none}.h-hero__glow{position:absolute;width:560px;height:560px;top:-80px;right:-100px;background:radial-gradient(circle,rgba(0,229,204,.12) 0%,transparent 70%);border-radius:50%;pointer-events:none;animation:h-glow-pulse 6s ease-in-out infinite}@keyframes h-glow-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.1)}}.h-hero__body{max-width:var(--h-max);margin:0 auto;width:100%;display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:center}.h-hero__left{display:flex;flex-direction:column;gap:1.5rem}.h-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .9rem;font-size:.8rem;font-weight:600;color:var(--h-brand);border:1px solid var(--h-brand-border);border-radius:100px;background:var(--h-brand-dim);width:fit-content;animation:h-fade-in .8s ease both}.h-badge:before{content:"";width:7px;height:7px;background:var(--h-brand);border-radius:50%;box-shadow:0 0 6px var(--h-brand);animation:h-blink 2s ease infinite}@keyframes h-blink{0%,to{opacity:1}50%{opacity:.4}}.h-hero__name{font-family:var(--h-font-display);font-size:clamp(2rem,5.5vw,4.2rem);font-weight:700;line-height:1.08;letter-spacing:-1.5px;animation:h-slide-up .8s .1s ease both}.h-hero__name-accent{color:var(--h-brand)}.h-hero__roles{font-size:.95rem;font-weight:500;color:var(--h-muted);letter-spacing:.3px;animation:h-slide-up .8s .2s ease both}.h-hero__sub{font-size:1.05rem;color:#eeeef5b3;max-width:540px;animation:h-slide-up .8s .3s ease both}.h-hero__cta{display:flex;flex-wrap:wrap;gap:.75rem;animation:h-slide-up .8s .4s ease both}.h-hero__stats{display:flex;gap:2.5rem;padding-top:.5rem;animation:h-slide-up .8s .5s ease both}.h-stat{display:flex;flex-direction:column;gap:.15rem}.h-stat__val{font-family:var(--h-font-display);font-size:1.8rem;font-weight:700;color:var(--h-brand);line-height:1;text-shadow:0 0 20px var(--h-brand-glow)}.h-stat__lbl{font-size:.78rem;color:var(--h-muted);font-weight:500}.h-hero__right{animation:h-fade-in 1s .4s ease both}.h-hero__photo-wrap{position:relative;width:280px;height:280px}.h-hero__photo-ring{position:absolute;inset:-6px;border-radius:50%;background:conic-gradient(var(--h-brand) 0deg,transparent 60deg,transparent 300deg,var(--h-brand) 360deg);animation:h-spin 8s linear infinite;opacity:.5}@keyframes h-spin{to{transform:rotate(360deg)}}.h-hero__photo{position:relative;width:280px;height:280px;border-radius:50%;object-fit:cover;border:4px solid var(--h-bg);display:block}.h-hero__contact{max-width:var(--h-max);margin:3rem auto 0;width:100%;display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.85rem;color:var(--h-muted);animation:h-fade-in 1s .7s ease both}.h-hero__contact a:hover{color:var(--h-brand)}.h-hero__dot{width:3px;height:3px;background:var(--h-muted);border-radius:50%;flex-shrink:0}@keyframes h-fade-in{0%{opacity:0}to{opacity:1}}@keyframes h-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.h-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:600;transition:all .2s ease;font-family:var(--h-font-body)}.h-btn--primary{background:var(--h-brand);color:var(--h-text)}.h-btn--primary:hover{background:#00ffdf;color:#080810;box-shadow:0 0 24px var(--h-brand-glow);transform:translateY(-1px)}.h-btn--ghost{color:var(--h-text);border:1px solid var(--h-border)}.h-btn--ghost:hover{border-color:var(--h-brand-border);color:var(--h-brand);background:var(--h-brand-dim)}.h-section{padding:6rem 2rem}.h-section--alt{background:var(--h-bg-alt)}.h-section__inner{max-width:var(--h-max);margin:0 auto}.h-label{font-size:.78rem;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:var(--h-brand);margin-bottom:.75rem}.h-heading{font-family:var(--h-font-display);font-size:clamp(1.8rem,4vw,2.8rem);font-weight:700;letter-spacing:-1px;color:var(--h-text);margin-bottom:2.5rem}.h-about__body{font-size:1.05rem;color:#eeeef5bf;max-width:680px;margin-bottom:3rem;line-height:1.75}.h-comps{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem}.h-comp{background:var(--h-card);border:1px solid var(--h-border);border-radius:var(--h-radius);padding:1.75rem;transition:border-color .25s,background .25s,transform .25s}.h-comp:hover{border-color:var(--h-brand-border);background:var(--h-card-hover);transform:translateY(-4px)}.h-comp__icon{font-size:1.8rem;display:block;margin-bottom:1rem}.h-comp__title{font-family:var(--h-font-display);font-size:1rem;font-weight:700;color:var(--h-text);margin-bottom:.5rem}.h-comp__desc{font-size:.88rem;color:var(--h-muted);line-height:1.6}.h-timeline{display:flex;flex-direction:column;gap:0}.h-job{display:grid;grid-template-columns:24px 1fr;gap:0 1.5rem}.h-job__line{display:flex;flex-direction:column;align-items:center;padding-top:4px}.h-job__line:after{content:"";flex:1;width:1px;background:var(--h-border);margin-top:8px}.h-job:last-child .h-job__line:after{display:none}.h-job__dot{width:12px;height:12px;border-radius:50%;border:2px solid var(--h-muted);background:var(--h-bg-alt);flex-shrink:0;transition:border-color .2s,box-shadow .2s}.h-job__dot--active{border-color:var(--h-brand);background:var(--h-brand);box-shadow:0 0 10px var(--h-brand-glow)}.h-job__content{padding-bottom:2.5rem;border-bottom:1px solid var(--h-border);margin-bottom:2.5rem}.h-job:last-child .h-job__content{border-bottom:none;margin-bottom:0;padding-bottom:0}.h-job__top{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;flex-wrap:wrap}.h-job__company{font-family:var(--h-font-display);font-size:1.25rem;font-weight:700;color:var(--h-text);margin-bottom:.2rem}.h-job__role{font-size:.95rem;color:var(--h-brand);font-weight:500}.h-job__meta{display:flex;flex-direction:column;align-items:flex-end;gap:.3rem;flex-shrink:0}.h-job__badge{font-size:.7rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#080810;background:var(--h-brand);padding:.2rem .6rem;border-radius:100px}.h-job__period{font-size:.85rem;font-weight:600;color:var(--h-text)}.h-job__location{font-size:.8rem;color:var(--h-muted)}.h-job__points{list-style:none;display:flex;flex-direction:column;gap:.6rem}.h-job__points li{position:relative;padding-left:1.4rem;font-size:.92rem;color:#eeeef5b8;line-height:1.65}.h-job__points li:before{content:"▸";position:absolute;left:0;color:var(--h-brand);font-size:.8rem;top:.1em}.h-apps{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.25rem}.h-app{background:var(--h-card);border:1px solid var(--h-border);border-radius:var(--h-radius);overflow:hidden;display:flex;flex-direction:column;transition:border-color .25s,transform .25s,box-shadow .25s}.h-app:hover{border-color:var(--h-brand-border);transform:translateY(-5px);box-shadow:0 12px 40px #00e5cc14}.h-app__cover{width:100%;aspect-ratio:16 / 9;overflow:hidden;background:var(--h-bg)}.h-app__cover img{width:100%;height:100%;object-fit:fill;display:block;transition:transform .4s ease}.h-app:hover .h-app__cover img{transform:scale(1.04)}.h-app__cover-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--h-bg-alt) 0%,var(--h-card-hover) 100%)}.h-app__header{display:flex;align-items:center;gap:.9rem;padding:1.25rem 1.5rem .5rem}.h-app__logo{width:48px;height:48px;border-radius:12px;object-fit:cover;flex-shrink:0;border:1px solid var(--h-border)}.h-app__name{font-family:var(--h-font-display);font-size:1.05rem;font-weight:700;color:var(--h-text);margin-bottom:.15rem}.h-app__tagline{font-size:.72rem;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:var(--h-brand)}.h-app__desc{font-size:.875rem;color:var(--h-muted);line-height:1.65;padding:.5rem 1.5rem 0}.h-app__challenge{background:#00e5cc0f;border-left:3px solid var(--h-brand-border);padding:.75rem 1rem;border-radius:0 6px 6px 0;margin:.75rem 1.5rem 0}.h-app__challenge-lbl{display:block;font-size:.68rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--h-brand);margin-bottom:.35rem}.h-app__challenge p{font-size:.82rem;color:#eeeef5a6;line-height:1.55}.h-app__stores{display:flex;gap:.75rem;flex-wrap:wrap;padding:1rem 1.5rem 1.5rem;margin-top:auto}.h-store-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .9rem;font-size:.8rem;font-weight:600;color:var(--h-text);border:1px solid var(--h-border);border-radius:6px;transition:all .2s;font-family:var(--h-font-body)}.h-store-btn:hover{border-color:var(--h-brand-border);color:var(--h-brand);background:var(--h-brand-dim)}.h-skills{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.h-skills__col{background:var(--h-card);border:1px solid var(--h-border);border-radius:var(--h-radius);padding:1.75rem;transition:border-color .25s}.h-skills__col:hover{border-color:var(--h-brand-border)}.h-skills__title{font-family:var(--h-font-display);font-size:.95rem;font-weight:700;color:var(--h-text);margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--h-border)}.h-skills__tags{display:flex;flex-wrap:wrap;gap:.5rem}.h-tag{padding:.3rem .75rem;font-size:.8rem;font-weight:500;color:var(--h-muted);background:#ffffff0a;border:1px solid var(--h-border);border-radius:100px;transition:all .2s}.h-tag:hover{color:var(--h-brand);border-color:var(--h-brand-border);background:var(--h-brand-dim)}.h-footer{border-top:1px solid var(--h-border);padding:3rem 2rem}.h-footer__inner{max-width:var(--h-max);margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.h-footer__logo{font-family:var(--h-font-display);font-size:1.5rem;font-weight:800}.h-footer__links{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center}.h-footer__links a{font-size:.88rem;color:var(--h-muted);transition:color .2s}.h-footer__links a:hover{color:var(--h-brand)}.h-footer__copy{font-size:.8rem;color:var(--h-muted)}@media(max-width:900px){.h-hero__body{grid-template-columns:1fr;text-align:center}.h-hero__right{display:flex;justify-content:center}.h-hero__cta{justify-content:center}.h-badge{margin:0 auto}.h-hero__stats,.h-hero__contact{justify-content:center}.h-about__body{max-width:100%}.h-hero__name{font-size:clamp(2rem,8vw,3.8rem);letter-spacing:-1px}}@media(max-width:640px){.h-nav__links{display:none}.h-nav__links--open{display:flex;flex-direction:column;position:fixed;top:var(--h-nav-h);left:0;right:0;background:#080810f7;padding:1.5rem 2rem;gap:.25rem;border-bottom:1px solid var(--h-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.h-nav__links--open .h-nav__resume{margin-left:0;margin-top:.75rem;text-align:center}.h-nav__hamburger{display:flex}.h-hero__name{font-size:clamp(1.75rem,10vw,2.6rem);letter-spacing:-.5px}.h-hero__sub{font-size:.92rem}.h-hero__roles{font-size:.82rem}.h-hero__left{display:flex;flex-direction:column}.h-hero__right{order:-1}.h-hero__photo-wrap,.h-hero__photo{width:160px;height:160px}.h-hero__stats{gap:1rem;flex-wrap:wrap;justify-content:center}.h-stat__val{font-size:1.35rem}.h-stat__lbl{font-size:.7rem}.h-section{padding:3.5rem 1.25rem}.h-heading{font-size:1.6rem;letter-spacing:-.5px}.h-job__top{flex-direction:column;align-items:flex-start}.h-job__meta{align-items:flex-start}.h-apps,.h-skills,.h-comps{grid-template-columns:1fr}}@media print{.h-nav,.h-hero__cta,.h-footer{display:none}}.h-scroll-top{position:fixed;bottom:2rem;right:2rem;z-index:999;width:44px;height:44px;border-radius:50%;background:var(--h-brand);color:var(--h-brand-glow);font-size:1.1rem;font-weight:700;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px var(--h-brand-glow);transition:transform .2s,box-shadow .2s;animation:h-fade-in .3s ease}.h-scroll-top:hover{transform:translateY(-3px);box-shadow:0 8px 28px var(--h-brand-glow)}:root{--rp-brand: #00E5CC;--rp-brand-dim: rgba(0, 229, 204, .1);--rp-brand-border: rgba(0, 229, 204, .22);--rp-brand-glow: rgba(0, 229, 204, .3);--rp-bg: #080810;--rp-surface: #0D0D1A;--rp-line: rgba(255, 255, 255, .07);--rp-text: #EEEEF5;--rp-muted: #6B6B99;--rp-soft: rgba(238, 238, 245, .65);--rp-max: 860px;--rp-font-display: "Syne", sans-serif;--rp-font-body: "Outfit", -apple-system, sans-serif}.rp-page{background:var(--rp-bg);color:var(--rp-text);font-family:var(--rp-font-body);font-weight:400;line-height:1.65;min-height:100vh}.rp-page *{box-sizing:border-box;margin:0;padding:0}.rp-page a{color:inherit;text-decoration:none}.rp-accent{color:var(--rp-brand)}.rp-nav{position:sticky;top:0;z-index:100;background:#080810eb;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--rp-line)}.rp-nav__inner{max-width:var(--rp-max);margin:0 auto;padding:0 1.5rem;height:52px;display:flex;align-items:center;justify-content:space-between}.rp-nav__back{display:inline-flex;align-items:center;gap:.45rem;font-size:.82rem;font-weight:600;color:var(--rp-brand);border:1px solid var(--rp-brand-border);border-radius:6px;padding:.35rem .85rem;transition:background .2s}.rp-nav__back:hover{background:var(--rp-brand-dim)}.rp-nav__back svg{transition:transform .2s}.rp-nav__back:hover svg{transform:translate(-3px)}.rp-nav__logo{font-family:var(--rp-font-display);font-size:1.15rem;font-weight:800;letter-spacing:-.5px;color:var(--rp-text)}.rp-nav__print{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--rp-font-body);font-size:.82rem;font-weight:500;color:var(--rp-muted);background:none;border:1px solid var(--rp-line);border-radius:6px;padding:.35rem .85rem;cursor:pointer;transition:color .2s,border-color .2s}.rp-nav__print:hover{color:var(--rp-text);border-color:#ffffff2e}.rp-container{max-width:var(--rp-max);margin:0 auto;padding:3rem 1.5rem 4rem;display:flex;flex-direction:column;gap:0}.rp-header{display:flex;align-items:flex-start;gap:2rem;padding-bottom:2.5rem;border-bottom:1px solid var(--rp-line);margin-bottom:2.5rem}.rp-header__photo{width:88px;height:88px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid var(--rp-brand-border);box-shadow:0 0 20px var(--rp-brand-glow)}.rp-header__info{flex:1}.rp-header__name{font-family:var(--rp-font-display);font-size:clamp(1.6rem,4vw,2.2rem);font-weight:700;letter-spacing:-1px;color:var(--rp-text);line-height:1.1;margin-bottom:.4rem}.rp-header__title{font-size:.875rem;color:var(--rp-muted);font-weight:400;margin-bottom:1rem;line-height:1.5}.rp-header__contacts{display:flex;flex-wrap:wrap;gap:.5rem 1.25rem}.rp-contact{display:inline-flex;align-items:center;gap:.35rem;font-size:.82rem;color:var(--rp-soft);transition:color .2s}.rp-contact svg{color:var(--rp-brand);flex-shrink:0}.rp-contact:not(.rp-contact--plain):hover{color:var(--rp-brand)}.rp-section{padding:2.25rem 0;border-bottom:1px solid var(--rp-line)}.rp-section:last-child{border-bottom:none}.rp-section__head{display:flex;align-items:baseline;gap:.75rem;margin-bottom:1.5rem}.rp-label{font-size:.68rem;font-weight:600;letter-spacing:3px;text-transform:uppercase;color:var(--rp-brand);padding:.2rem .6rem;border:1px solid var(--rp-brand-border);border-radius:100px;background:var(--rp-brand-dim);white-space:nowrap}.rp-section__title{font-family:var(--rp-font-display);font-size:1.25rem;font-weight:700;letter-spacing:-.5px;color:var(--rp-text)}.rp-summary{font-size:.95rem;color:var(--rp-soft);line-height:1.75;margin-bottom:1.5rem;max-width:680px}.rp-highlights__label{font-size:.78rem;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;color:var(--rp-muted);margin-bottom:.75rem}.rp-highlights__list{list-style:none;display:flex;flex-direction:column;gap:.6rem}.rp-highlights__list li{position:relative;padding-left:1.25rem;font-size:.9rem;color:var(--rp-soft);line-height:1.6}.rp-highlights__list li:before{content:"▸";position:absolute;left:0;color:var(--rp-brand);font-size:.75rem;top:.15em}.rp-highlights__list li strong{color:var(--rp-text);font-weight:600}.rp-timeline{display:flex;flex-direction:column;gap:2rem}.rp-job{padding-left:1.25rem;border-left:2px solid var(--rp-line);transition:border-color .2s}.rp-job:hover{border-left-color:var(--rp-brand)}.rp-job__head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.85rem;flex-wrap:wrap}.rp-job__company{font-family:var(--rp-font-display);font-size:1.05rem;font-weight:700;color:var(--rp-text);margin-bottom:.15rem}.rp-job__role{font-size:.88rem;font-weight:600;color:var(--rp-brand);margin-bottom:.15rem}.rp-job__meta{font-size:.8rem;color:var(--rp-muted)}.rp-job__period{font-size:.78rem;font-weight:600;color:var(--rp-muted);white-space:nowrap;flex-shrink:0;padding:.2rem .6rem;background:#ffffff0a;border:1px solid var(--rp-line);border-radius:100px;height:fit-content;margin-top:.1rem}.rp-job__points{list-style:none;display:flex;flex-direction:column;gap:.45rem}.rp-job__points li{position:relative;padding-left:1.2rem;font-size:.875rem;color:var(--rp-soft);line-height:1.6}.rp-job__points li:before{content:"▸";position:absolute;left:0;color:var(--rp-brand);font-size:.72rem;top:.2em}.rp-apps{display:flex;flex-wrap:wrap;gap:.75rem}.rp-app{display:flex;align-items:center;gap:.6rem;padding:.55rem 1rem;background:#ffffff0a;border:1px solid var(--rp-line);border-radius:8px;transition:border-color .2s,background .2s,transform .2s}.rp-app:hover{border-color:var(--rp-brand-border);background:var(--rp-brand-dim);transform:translateY(-2px)}.rp-app__logo{width:28px;height:28px;border-radius:6px;object-fit:cover;flex-shrink:0}.rp-app__name{font-size:.82rem;font-weight:500;color:var(--rp-text);white-space:nowrap}.rp-skills{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.rp-skills__col-label{font-size:.72rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:var(--rp-muted);margin-bottom:.85rem}.rp-skills__tags{display:flex;flex-wrap:wrap;gap:.4rem}.rp-tag{display:inline-block;padding:.25rem .65rem;font-size:.78rem;font-weight:500;color:var(--rp-soft);background:#ffffff0a;border:1px solid var(--rp-line);border-radius:100px;transition:color .2s,border-color .2s,background .2s}.rp-tag:hover{color:var(--rp-brand);border-color:var(--rp-brand-border);background:var(--rp-brand-dim)}.rp-edu-list{display:flex;flex-direction:column;gap:1.5rem}.rp-edu{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem;padding-left:1.25rem;border-left:2px solid var(--rp-line);transition:border-color .2s}.rp-edu:hover{border-left-color:var(--rp-brand)}.rp-edu__left{flex:1}.rp-edu__school{font-family:var(--rp-font-display);font-size:.95rem;font-weight:700;color:var(--rp-text);margin-bottom:.2rem}.rp-edu__degree{font-size:.85rem;color:var(--rp-brand);font-weight:500;margin-bottom:.2rem}.rp-edu__desc{font-size:.8rem;color:var(--rp-muted);line-height:1.55;margin-top:.25rem}.rp-edu__period{font-size:.75rem;font-weight:500;color:var(--rp-muted);white-space:nowrap;flex-shrink:0}.rp-langs{display:flex;flex-wrap:wrap;gap:.6rem}.rp-lang{display:inline-flex;align-items:center;gap:0;border:1px solid var(--rp-line);border-radius:8px;overflow:hidden;transition:border-color .2s}.rp-lang:hover{border-color:var(--rp-brand-border)}.rp-lang__name{font-size:.85rem;font-weight:600;color:var(--rp-text);padding:.4rem .85rem;background:#ffffff0d}.rp-lang__level{font-size:.78rem;font-weight:500;color:var(--rp-brand);padding:.4rem .85rem;background:var(--rp-brand-dim);border-left:1px solid var(--rp-brand-border)}.rp-footer{border-top:1px solid var(--rp-line);padding:1.5rem;text-align:center;font-size:.78rem;color:var(--rp-muted)}@media(max-width:700px){.rp-skills{grid-template-columns:1fr 1fr}.rp-header{flex-direction:column;align-items:center;text-align:center;gap:1.25rem}.rp-header__contacts{justify-content:center}.rp-job__head{flex-direction:column;gap:.5rem}.rp-edu{flex-direction:column;gap:.35rem}}@media(max-width:480px){.rp-skills{grid-template-columns:1fr}.rp-nav__logo{display:none}.rp-container{padding:2rem 1rem 3rem}}@media print{@page{size:A4;margin:1.2cm}.rp-nav{display:none}.rp-page{background:#fff;color:#1a1a2e}:root{--rp-bg: #ffffff;--rp-text: #1a1a2e;--rp-soft: #3a3a5c;--rp-muted: #7a7a9a;--rp-line: rgba(0,0,0,.1);--rp-brand-dim: rgba(0,150,130,.08);--rp-brand-border: rgba(0,150,130,.25);--rp-brand: #009682}.rp-app,.rp-tag,.rp-lang,.rp-job__period{background:#f5f5f5!important;border-color:#e0e0e0!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}.rp-lang__level{background:#00968214!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}.rp-section,.rp-job{page-break-inside:avoid}.rp-footer{display:none}}
