: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;cursor:pointer;transition:border-color .25s;background-color:#1a1a1a}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}}.profile-card{padding:0;display:flex;align-items:flex-start;justify-content:center;width:100%}.profile-card__container{padding:2rem;width:100%;max-width:350px;text-align:center;position:relative}@media (max-width: 768px){.profile-card__container{padding:1.5rem;max-width:none}}.profile-card__name{font-size:2.5rem;font-weight:700;margin:0 0 .5rem;background:linear-gradient(135deg,#646cff,#61dafb);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1.2}@media (max-width: 768px){.profile-card__name{font-size:2rem}}.profile-card__title{font-size:1.25rem;font-weight:500;color:#646cff;margin:0 0 1.5rem;opacity:.9}.profile-card__description{font-size:1rem;line-height:1.6;color:#fffc;margin:0 0 2rem;text-align:center}@media (max-width: 768px){.profile-card__description{font-size:.9rem}}.profile-card__navigation{margin:2rem 0}.profile-card__nav-title{font-size:1.1rem;font-weight:600;color:#ffffffe6;margin:0 0 1rem;text-align:left}.profile-card__nav-list{list-style:none;padding:0;margin:0}.profile-card__nav-item{margin-bottom:.75rem}.profile-card__nav-item:last-child{margin-bottom:0}.profile-card__nav-button{width:100%;background:transparent;border:none;color:#ffffffb3;padding:.75rem 0;font-size:.95rem;font-weight:500;cursor:pointer;text-align:center;position:relative;transition:all .25s}.profile-card__nav-button:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:0;height:2px;background:#646cff;transition:width .3s ease}.profile-card__nav-button:hover{color:#646cff}.profile-card__nav-button:hover:before{width:40px}.profile-card__nav-button:active{transform:scale(.98)}.profile-card__social{display:flex;gap:1.2rem;justify-content:center;margin-top:2.5rem;margin-bottom:1rem}.profile-card__social-link{display:flex;align-items:center;justify-content:center;width:50px;height:50px;color:#ffffffe6;font-size:1.6rem;transition:all .25s;border-radius:50%;background:#61dafb1a;border:1px solid rgba(97,218,251,.2)}.profile-card__social-link:hover{color:#fff;background:#61dafb33;border-color:#646cff;transform:translateY(-3px);box-shadow:0 8px 20px #61dafb4d}.profile-card__social-link:active{transform:translateY(-1px)}@media (max-width: 768px){.profile-card__social-link{width:44px;height:44px;font-size:1.3rem}}@media (prefers-color-scheme: light){.profile-card__description{color:#213547cc}.profile-card__nav-title{color:#213547e6}.profile-card__nav-button{color:#213547b3}.profile-card__nav-button:hover{color:#646cff}.profile-card__social-link{color:#213547cc;background:#61dafb0d;border-color:#61dafb26}.profile-card__social-link:hover{color:#213547f2;background:#61dafb1a;border-color:#646cff}}.project-item{background:transparent;border:none;border-radius:0;padding:1.5rem 0;margin-bottom:2rem;transition:all .25s;overflow:visible}.project-item:hover{background:transparent;border-color:transparent;transform:none;box-shadow:none}.project-item:hover .project-item__image img{transform:scale(1.02)}.project-item__image{width:100%;height:250px;border-radius:12px;overflow:hidden;margin-bottom:1.5rem;background:#61dafb0d}.project-item__image img{width:100%;height:100%;object-fit:contain;transition:all .25s}@media (max-width: 768px){.project-item__image{height:200px}}.project-item__content{display:flex;flex-direction:column;gap:1rem}.project-item__header{display:flex;flex-direction:column;gap:.5rem}.project-item__title{font-size:1.3rem;font-weight:600;color:#fffffff2;margin:0;line-height:1.3}.project-item__company{font-size:1rem;font-weight:500;color:#646cff;margin:0}.project-item__duration{font-size:.875rem;color:#fff9;margin:0}.project-item__description{font-size:.95rem;line-height:1.6;color:#fffc;margin:0}.project-item__tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.project-item__tech span{background:transparent;color:#646cff;padding:.4rem 0;border-radius:0;font-size:.8rem;font-weight:500;border:none;border-bottom:1px solid rgba(97,218,251,.3);margin-right:1rem;transition:all .25s}.project-item__tech span:hover{background:transparent;border-bottom-color:#646cff}@media (max-width: 768px){.project-item{padding:1.25rem 0;margin-bottom:1.5rem}.project-item__image{height:180px;margin-bottom:1.25rem}.project-item__title{font-size:1.2rem}.project-item__company{font-size:.95rem}.project-item__description{font-size:.9rem}.project-item__tech span{font-size:.75rem;padding:.35rem 0}}@media (prefers-color-scheme: light){.project-item{background:transparent;border-color:transparent}.project-item:hover{background:transparent;border-color:transparent;box-shadow:none}.project-item__title{color:#213547f2}.project-item__description{color:#213547cc}.project-item__duration{color:#21354799}.project-item__tech span{background:transparent;border-bottom-color:#61dafb4d}.project-item__tech span:hover{background:transparent;border-bottom-color:#646cff}}.skills__title{font-size:1.8rem;font-weight:700;color:#fffffff2;margin:0 0 2rem;text-align:left}@media (max-width: 768px){.skills__title{font-size:1.5rem;text-align:center}}.skills__container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}@media (max-width: 768px){.skills__container{grid-template-columns:1fr;gap:1.5rem}}.skills__category{background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:12px;padding:1.5rem;transition:all .25s}.skills__category:hover{background:#ffffff08;border-color:#61dafb1a}.skills__category-title{font-size:1.1rem;font-weight:600;color:#646cff;margin:0 0 1rem;text-align:left}.skills__list{display:flex;flex-wrap:wrap;gap:.6rem}.skills__item{display:flex;align-items:center;gap:.4rem;background:#61dafb1a;padding:.5rem .8rem;border-radius:20px;border:1px solid rgba(97,218,251,.2);transition:all .25s}.skills__item:hover{background:#61dafb26;border-color:#61dafb66;transform:translateY(-1px)}.skills__icon{font-size:1rem;color:#646cff}.skills__name{font-size:.85rem;color:#fffffff2;font-weight:500}@media (prefers-color-scheme: light){.skills__title{color:#213547f2}.skills__category{background:#21354705;border-color:#2135470d}.skills__category:hover{background:#21354708;border-color:#61dafb1a}.skills__item{background:#61dafb14;border-color:#61dafb26}.skills__item:hover{background:#61dafb1f;border-color:#61dafb4d}.skills__name{color:#213547e6}}.home__container{display:flex;min-height:100vh}@media (max-width: 768px){.home__container{flex-direction:column}}.home__profile{width:50%;display:flex;align-items:flex-start;justify-content:center;position:fixed;left:0;top:0;height:100vh;padding:3rem 2rem 2rem;box-sizing:border-box}@media (max-width: 768px){.home__profile{width:100%;position:static;height:auto;min-height:100vh;padding:1rem;align-items:center}}.home__content{width:50%;margin-left:50%;min-height:100vh;overflow-y:auto;padding:3rem 2rem;box-sizing:border-box}@media (max-width: 768px){.home__content{width:100%;margin-left:0;padding:2rem 1rem}}.home__section{margin-bottom:4rem;scroll-margin-top:2rem}.home__section:last-child{margin-bottom:2rem}@media (max-width: 768px){.home__section{margin-bottom:3rem}}.home__section-title{font-size:2.5rem;font-weight:700;margin:0 0 2rem;background:linear-gradient(135deg,#646cff,#61dafb);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1.2}@media (max-width: 768px){.home__section-title{font-size:2rem;margin-bottom:1.5rem}}.home__section-content{font-size:1.1rem;line-height:1.8;color:#ffffffd9}.home__section-content p{margin:0 0 1.5rem}.home__section-content p:last-child{margin-bottom:0}@media (max-width: 768px){.home__section-content{font-size:1rem;line-height:1.6}.home__section-content p{margin-bottom:1.25rem}}.home__scroll-top{position:fixed;bottom:2rem;right:2rem;width:60px;height:60px;background:#61dafbe6;border:2px solid #646cff;border-radius:50%;color:#fff;font-size:1.4rem;cursor:pointer;z-index:1000;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 15px #61dafb66;transition:all .25s;pointer-events:auto}.home__scroll-top svg{color:#fff;font-size:1.2rem}.home__scroll-top:hover{background:#61dafb33;border-color:#646cff;transform:translateY(-2px);box-shadow:0 8px 20px #61dafb4d}.home__scroll-top:active{transform:translateY(0)}@media (max-width: 768px){.home__scroll-top{bottom:1.5rem;right:1.5rem;width:45px;height:45px;font-size:1.1rem}}.experience-item{padding:2rem 0;margin-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1);transition:all .25s}.experience-item:hover{padding-left:1rem;border-bottom-color:#646cff66}.experience-item:last-child{border-bottom:none}.experience-item__header{margin-bottom:1rem}.experience-item__title{font-size:1.4rem;font-weight:600;color:#646cff;margin:0 0 .5rem}.experience-item__company{display:block;font-size:1.1rem;font-weight:500;color:#ffffffe6;margin-bottom:.25rem}.experience-item__duration{display:block;font-size:.9rem;color:#fff9}.experience-item__description{margin:1rem 0 1.5rem;line-height:1.6;color:#fffc}.experience-item__skills{display:flex;flex-wrap:wrap;gap:.5rem}.experience-item__skills span{color:#646cff;padding:.25rem 0;font-size:.9rem;font-weight:500;border-bottom:1px solid rgba(100,108,255,.3);margin-right:1rem}@media (max-width: 768px){.experience-item{padding:1.5rem 0;margin-bottom:1.5rem}.experience-item__title{font-size:1.2rem}.experience-item__company{font-size:1rem}}@media (prefers-color-scheme: light){.home__section-content{color:#213547e6}.home__scroll-top{background:#61dafb0d;border-color:#61dafb26;color:#213547cc}.home__scroll-top:hover{background:#61dafb1a;border-color:#646cff;color:#646cff}.experience-item{border-bottom-color:#2135471a}.experience-item:hover{border-bottom-color:#646cff66}.experience-item__description{color:#213547cc}.experience-item__company{color:#213547e6}.experience-item__duration{color:#21354799}}#root{padding:0;margin:0;width:100%;min-height:100vh}.app{width:100%;min-height:100vh;background:linear-gradient(135deg,#646cff1a,#61dafb1a)}.home{width:100%;min-height:100vh;padding:0;margin:0}.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}
