@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";:root{font-family:Poppins,Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:500;color:#121216;background-color:#f2f3f7;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;background:#f2f3f7}a{color:inherit}.page{position:relative;min-height:100vh;padding:60px 12px 80px;display:flex;align-items:center;justify-content:center}.bg-blur{position:fixed;inset:0;background:linear-gradient(180deg,#000000b3,#ff3130 1000%),url(/background.png) center/cover no-repeat;z-index:0}.main-card{position:relative;z-index:1;width:min(1400px,96vw);min-height:700px;min-width:0;display:grid;grid-template-columns:320px 1fr;background:#fff;border-radius:12px;overflow:hidden}.sidebar{background:#ff3130;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#eef6f5;padding:100px 60px 150px;display:grid;justify-items:center;position:relative;border-radius:12px 0 0 12px}.mini-avatar{width:200px;height:200px;border-radius:50%;overflow:hidden;border:4px solid rgba(0,0,0,.7);box-shadow:0 10px 30px #00000040}.mini-avatar img{width:100%;height:100%;object-fit:cover}.sidebar-name{margin:8px 0 0;font-size:23px;letter-spacing:-.4px}.sidebar-role{margin:0;color:#000;font-weight:600;text-transform:uppercase;letter-spacing:.08em;font-size:12px}.sidebar-name-role{text-align:center;display:flex;flex-direction:column;gap:5px}.social-row{display:flex;gap:10px;margin:0}.social-circle{width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.35);display:grid;place-items:center;font-size:12px;text-transform:uppercase;color:#eef6f5;transition:transform .15s ease,background .15s ease}.social-circle:hover{transform:translateY(-2px);background:#ffffff1a}.sidebar-contact{text-align:center;line-height:1.6;font-size:14px}.sidebar-btn{width:100%;font-size:110%;justify-content:center;color:#eef6f5;border-color:#ffffff80;margin-top:5%}.copyright{position:absolute;bottom:10px;font-size:12px;color:#fffc}.content{position:relative;padding:20px 0 20px 24px;display:flex;flex-direction:column;gap:0;height:100%;overflow:hidden}.top-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;height:100%;width:100%;align-items:flex-start}.hero-about{display:flex;flex-direction:row;align-items:center;gap:clamp(24px,3vw,50px)}.hero-main{flex:1 1 0;min-width:0}.hero-main h1{margin:6px 0;font-size:clamp(36px,2.2vw,48px);letter-spacing:-.5px;color:#222;line-height:1.05}.name{color:#222;font-weight:700;margin:0}.title{display:block;color:#ff3130;font-weight:700;font-size:clamp(18px,1vw + 10px,24px);line-height:1.15;margin:0 0 14px 10px}.name-title{display:flex;flex-direction:column;gap:2px}.hero-main .body{color:#777;max-width:min(62ch,100%)}.hero-main-block{width:100%;margin:0 auto;display:flex;flex-direction:column;min-width:0}.hero-main-block.education{padding-bottom:0}.card-anim{width:100%;overflow:hidden}.card-anim.forward{animation:maskReveal .5s ease both}.card-anim.backward{animation:maskRevealReverse .5s ease both}@keyframes maskReveal{0%{opacity:0;transform:translate(12px)}50%{opacity:1}to{transform:translate(0)}}@keyframes maskRevealReverse{0%{opacity:0;transform:translate(-12px)}50%{opacity:1}to{transform:translate(0)}}@media(prefers-reduced-motion:reduce){.card-anim{animation:none}}.hero-actions{display:flex;gap:14px;margin-top:16px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 18px;border-radius:999px;text-decoration:none;font-weight:700;border:1px solid transparent;transition:transform .15s ease,box-shadow .15s ease,background .2s ease}.btn.primary{background:#ff3130;color:#1f1f1f;box-shadow:0 10px 24px #a9dbc680}.btn.ghost{background:#fff;color:#333;border-color:#e1e1e6}.btn:hover{transform:translateY(-2px);box-shadow:0 12px 28px #00000014}.hero-photo{position:relative;flex:0 0 clamp(280px,28vw,380px);width:clamp(280px,28vw,380px);max-width:100%;aspect-ratio:1 / 1;border-radius:50%;overflow:hidden;justify-self:end}.hero-photo img{width:100%;height:100%;object-fit:cover}.toolbar{position:relative;height:100%;width:72px;border-left:1px solid #f1f1f1;display:grid;grid-template-rows:1fr auto;justify-items:center;padding:12px 0;margin-right:0;flex-shrink:0}.toolbar-icons{display:flex;flex-direction:column;gap:12px;align-items:center;width:100%;height:100%;justify-content:center}.tool{font-size:30px;color:#999;background:transparent;border:none;cursor:pointer;transition:transform .15s ease,color .15s ease}.tool:hover{transform:translateY(-2px)}.tool.active{color:#ff3130}.toolbar-nav{display:grid;gap:6px;color:#999}.toolbar-nav button{background:transparent;border:none;cursor:pointer;color:#999;font-size:14px;transition:transform .15s ease,color .15s ease}.toolbar-nav button:hover{transform:translateY(-2px);color:#666}.nav-arrows{display:flex;flex-direction:column;gap:8px;justify-content:center;align-items:flex-start;margin-top:auto;padding-bottom:12px}.nav-arrows button{background:#fff;border:1px none #e1e1e6;border-radius:10px;padding:10px 12px;cursor:pointer;color:#000;transition:transform .15s ease,box-shadow .15s ease}.nav-arrows button:hover{transform:scale(1);box-shadow:0 0 24px #00000014}.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:10px}.stat-card{background:#fff;border-radius:10px;border:1px solid #f1f1f1;display:grid;grid-template-columns:70px 1fr;align-items:flex-start;padding:12px 14px}.stat-icon svg{opacity:.5}.stat-text{display:grid;gap:4px}.stat-label{margin:0;text-transform:uppercase;letter-spacing:.05em;font-size:12px;color:#666}.stat-value{margin:0;font-size:20px;font-weight:700;color:#444}.section{margin:18px 0 10px;background:#fff;border-radius:12px;padding:22px;border:1px solid #f0f1f3}.section-header{display:flex;align-items:center;gap:12px;margin-bottom:14px}.section h2{margin:0;letter-spacing:-.3px}.dash{flex:1;height:2px;background:linear-gradient(90deg,rgb(255,49,48) 0%,rgba(255,49,48,.55) 45%,transparent 100%);border-radius:999px}.body{margin:0;color:#33343a;line-height:1.7}.eyebrow{text-transform:uppercase;letter-spacing:.1em;color:#999;font-weight:700;margin:0 0 4px;font-size:12px}.subtitle{margin:4px 0 0;color:#555561;font-weight:600}.subheading{margin:0 0 8px}.tag-list{display:flex;flex-wrap:wrap;gap:8px}.tag{padding:6px 12px;border-radius:999px;background:#f7f7f8;border:1px solid #eee;font-weight:600;color:#1d1d1f}.timeline{display:grid;gap:16px}.card{padding:18px;border:1px solid #eee;border-radius:14px;background:#fff}.card-header{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.card h3{margin:0;font-size:20px}.grid.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.two-column{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}.status{margin:24px 0;text-align:center}.status.error{color:#c62828;font-weight:700}@media(max-width:1100px){.main-card{grid-template-columns:1fr;width:min(1100px,100%)}.sidebar{order:-1;border-radius:12px 12px 0 0}.top-row{grid-template-columns:1fr}.hero-photo{justify-self:center}.toolbar{flex-direction:column;border-left:none;border-top:1px solid #f1f1f1;width:100%;grid-template-rows:auto;grid-template-columns:1fr auto}.toolbar-icons{grid-template-columns:repeat(5,1fr);grid-template-rows:auto;flex-direction:row;display:grid}}@media(max-width:700px){.page{padding:16px 8px 32px}.main-card{min-height:0}.stats-row{grid-template-columns:1fr}}.timeline-scroll{max-height:64vh;overflow-y:auto;overflow-x:hidden}.projects-tab .timeline-scroll{max-height:45vh}.hero-nav{margin-top:30px;width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.hero-card{position:relative;width:100%;padding:30px 20px;background:#fff;border:2px solid #e5e5e5;border-radius:18px;text-decoration:none;font-weight:600;font-size:22px;color:#111;transition:all .3s ease;overflow:hidden}.hero-card:hover{border-color:#e53935;transform:translateY(-6px)}.card-icon{position:absolute;right:5%;bottom:25%;font-size:120px!important;opacity:.07;pointer-events:none;transition:opacity .2s ease,transform .2s ease;transform:translate(40%,40%)}.hero-card:hover .card-icon{opacity:.12;transform:translate(40%,40%) scale(1.04)}.languages{display:flex;flex-direction:row;gap:10px}.projects-grid{display:grid;gap:12px}.project-card{display:grid;grid-template-columns:1.2fr .8fr;gap:14px;padding:16px 18px;border:1px solid #e5e5e5;border-radius:12px;background:#fff}.project-info h3{margin:0 0 6px}.project-info p{margin:0;color:#555;line-height:1.5}.project-tags{align-self:center}@media(max-width:700px){.project-card{grid-template-columns:1fr}}@media(min-width:1600px){.projects-tab .timeline-scroll{max-height:40vh}.timeline-scroll{max-height:56vh}}@media(min-width:2000px){.main-card{width:90vw;max-width:2100px;min-height:1062px}.hero-main{flex:0 1 auto;max-width:50%}.hero-about{gap:5vw}.hero-main h1{font-size:clamp(60px,3vw,70px)}.title{font-size:clamp(28px,1.3vw,35px)}.hero-photo{flex:0 0 clamp(400px,40vw,562px);width:clamp(400px,40vw,562px)}.mini-avatar{width:300px;height:300px}.sidebar{padding:175px 106px 188px;justify-content:center}.content{padding:35px 0 35px 40px}.section{padding:35px;margin:30px 0 18px}.section h2{font-size:35px}.eyebrow{font-size:18px}.subtitle{font-size:22px}.card{padding:30px}.card h3{font-size:30px}.hero-nav{gap:40px}.hero-card{padding:50px 35px;font-size:32px}.tool{font-size:45px}.stat-card{padding:20px 22px}.stat-value{font-size:30px}.tag{padding:10px 20px;font-size:17px}.projects-tab .timeline-scroll{max-height:35vh}.timeline-scroll{max-height:48vh}.body{font-size:18px}.hero-main .body{font-size:21px}.sidebar-name{font-size:28px}.sidebar-role,.sidebar-contact{font-size:20px}.sidebar-btn{font-size:120%}.eyebrow{font-size:16px}.main-card{grid-template-columns:400px 1fr}.toolbar{width:90px}.social-circle{width:48px;height:48px;font-size:16px}.body,.card .body,.contact,.project-card,.tag{font-size:21px}.projects-tab .timeline-scroll{max-height:42vh}.timeline-scroll{max-height:60vh}.nav-arrows button{padding:14px 16px;font-size:18px}.nav-arrows button .MuiSvgIcon-root{font-size:32px!important}.nav-arrows button .MuiSvgIcon-fontSizeSmall{font-size:28px!important}}
