: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:#0b0b0b;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#f60;text-decoration:inherit}a:hover{color:#ff8533}body{margin:0;background-color:#0b0b0b;background-image:none;color:#fff}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:#151515;cursor:pointer;transition:border-color .25s}button:hover{border-color:#f60}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:#ff4500}button{background-color:#f9f9f9}}html,body,#root,.portfolio{width:100vw;max-width:100vw;overflow-x:hidden;margin:0;padding:0}#root{text-align:center}.portfolio{min-height:100vh;position:relative;background:linear-gradient(135deg,#0f172a,#1e293b,#334155,#475569,#64748b);background-attachment:fixed;color:#fff}.nav-container{position:fixed;top:0;left:0;right:0;z-index:1000;padding:16px 0;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f172acc;border-bottom:none;transition:all .3s ease}.nav-container.scrolled{border-bottom:1px solid rgba(139,92,246,.2);background:#0f172af2}.header{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 30px;width:100%;box-sizing:border-box}.logo{font-size:1.5rem;font-weight:700;color:#fff;text-decoration:none;transition:all .3s ease;position:relative}.logo:after{content:"";position:absolute;top:-2px;right:-8px;width:6px;height:6px;background:#8b5cf6;border-radius:50%}.logo:hover{color:#8b5cf6;transform:translateY(-2px)}.right-section{display:flex;align-items:center;gap:24px}.right-section a{color:#fffc;text-decoration:none;font-size:14px;transition:all .3s ease;position:relative}.right-section a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#8b5cf6;transition:width .3s ease}.right-section a:hover{color:#8b5cf6}.right-section a:hover:after{width:100%}.main-container{padding-top:80px;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;position:relative;overflow:hidden}.lang-list{display:flex;gap:.5rem;margin-top:1rem;flex-wrap:wrap;justify-content:center}.lang{border-radius:1rem;padding:.2em .9em;font-size:.75em;font-weight:400;color:#fff;background:#334155cc;border:1px solid rgba(139,92,246,.3);display:inline-block;margin-right:.2em;transition:all .3s ease}.lang:hover{background:#8b5cf633;border-color:#8b5cf6}.lang-python{background:#306998cc;border-color:#ffd43b;color:#ffd43b}.lang-react{background:#222c;border-color:#61dafb;color:#61dafb}.lang-fastapi{background:#05998bcc;border-color:#fff;color:#fff}.sub-items{display:flex;flex-direction:column;align-items:center;gap:2rem;z-index:1;max-width:1200px;margin:0 auto;padding:0 20px}.text-section{display:flex;flex-direction:column;align-items:center;gap:.01rem}.profile-image-container{width:200px;height:200px;border-radius:50%;overflow:hidden;border:4px solid #8b5cf6;box-shadow:0 0 30px #8b5cf680;transition:all .3s ease;cursor:pointer}.profile-image-container:hover{transform:scale(1.05);box-shadow:0 0 40px #8b5cf6b3}.profile-image{width:100%;height:100%;object-fit:cover}.main-title{font-size:3.5em;font-weight:800;line-height:1.2;color:#fff;text-shadow:2px 2px 8px rgba(0,0,0,.6);margin:0}.main-title:after{content:".";color:#8b5cf6}.subtitle{font-size:1.5em;color:#8b5cf6;font-weight:400;text-shadow:1px 1px 6px rgba(0,0,0,.4);margin:.5em 0}.welcome-text{font-size:1.2em;color:#ffffffb3;font-weight:300;margin:0;opacity:.9;max-width:600px;text-align:center}.buttons{display:flex;gap:1.5rem;justify-content:center;margin-top:2rem;flex-wrap:wrap}.primary,.secondary{border-radius:8px;padding:.8em 1.5em;font-size:1em;font-weight:500;font-family:inherit;cursor:pointer;transition:all .25s ease;text-decoration:none;display:inline-block;border:none;position:relative;overflow:hidden}.primary{background:linear-gradient(135deg,#8b5cf6,#a855f7);color:#fff;box-shadow:0 4px 15px #8b5cf64d}.primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #8b5cf680}.secondary{border:1px solid #8b5cf6;background:#8b5cf61a;color:#8b5cf6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.secondary:hover{background:#8b5cf633;transform:translateY(-2px)}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);color:#fff9;font-size:.9rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;animation:bounce 2s infinite}.scroll-mouse{width:20px;height:30px;border:2px solid #8b5cf6;border-radius:15px;position:relative}.scroll-wheel{width:4px;height:8px;background:#8b5cf6;border-radius:2px;position:absolute;top:6px;left:50%;transform:translate(-50%);animation:scroll 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}@keyframes scroll{0%{opacity:0;transform:translate(-50%) translateY(0)}50%{opacity:1}to{opacity:0;transform:translate(-50%) translateY(10px)}}.sub-main-content{padding:4rem 2rem;display:grid;gap:3rem;background:linear-gradient(180deg,#0f172af2,#1e293bf2);color:#fff;text-align:left;justify-content:center}.about-section,.projects-section{max-width:1200px;width:100%;margin:0 auto;background:#3341554d;padding:2rem;border-radius:16px;box-shadow:0 8px 32px #0000004d;border:1px solid rgba(139,92,246,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-sizing:border-box;display:flex;flex-direction:column;align-items:center}.resume-section,.contact-section{max-width:1200px;margin:0 auto;background:#3341554d;padding:2rem;border-radius:16px;box-shadow:0 8px 32px #0000004d;border:1px solid rgba(139,92,246,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-sizing:border-box}.about-section h2,.projects-section h2,.resume-section h2,.contact-section h2{color:#8b5cf6;margin-bottom:1rem;font-size:2rem;position:relative}.about-section h2:after,.projects-section h2:after,.resume-section h2:after,.contact-section h2:after{content:".";color:#a855f7}.about-section p,.projects-section p,.resume-section p,.contact-section p{font-size:1.1rem;line-height:1.8;color:#e2e8f0}.project-cards{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:2rem}.project-card{background:#1e293bcc;border:1px solid rgba(139,92,246,.2);border-radius:16px;box-shadow:0 8px 32px #0003;padding:2rem;width:300px;color:#fff;display:flex;flex-direction:column;align-items:flex-start;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.project-card h3{margin-top:0;color:#8b5cf6}.project-card a{margin-top:1rem;color:#a855f7;font-weight:600;text-decoration:none;transition:all .3s ease;position:relative}.project-card a:after{content:"→";margin-left:8px;transition:transform .3s ease}.project-card a:hover{color:#c084fc}.project-card a:hover:after{transform:translate(4px)}.project-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 16px 48px #8b5cf633;border-color:#8b5cf666}.skills-grid{display:flex;flex-wrap:wrap;gap:3rem;justify-content:center;align-items:flex-start;margin-top:2rem}.skills-category li:last-child{margin-bottom:0}.skills-category li:hover{background:#8b5cf6;color:#fff}.skills-flex{display:flex;gap:3rem;justify-content:center;align-items:flex-start;flex-wrap:wrap}.skills-flex-row{display:flex;gap:2.5rem;justify-content:center;align-items:flex-start;margin-top:2.5rem;flex-wrap:wrap}.skills-tags,.skills-tags-centered{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;align-items:center;margin-top:2rem}.skill-pill{border-radius:1rem;padding:.3em 1em;font-size:.9em;font-weight:500;color:#fff;background:#334155cc;border:1.5px solid rgba(139,92,246,.3);display:inline-block;margin:.2em;transition:all .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.skill-pill:hover{background:#8b5cf633;border-color:#8b5cf6;transform:translateY(-2px)}.skill-javascript{background:#222c;border-color:#f7df1e;color:#f7df1e}.skill-react{background:#222c;border-color:#61dafb;color:#61dafb}.skill-python{background:#306998cc;border-color:#ffd43b;color:#ffd43b}.skill-fastapi{background:#05998bcc;border-color:#fff;color:#fff}.skill-postgresql{background:#222c;border-color:#336791;color:#336791}.skill-html5{background:#222c;border-color:#e34c26;color:#e34c26}.skill-css3{background:#222c;border-color:#264de4;color:#264de4}.skill-git{background:#222c;border-color:#f34f29;color:#f34f29}.skill-nodejs{background:#222c;border-color:#68a063;color:#68a063}.skill-docker{background:#222c;border-color:#2496ed;color:#2496ed}.skill-rest{background:#222c;border-color:#ff9800;color:#ff9800}.skill-debugging{background:#222c;border-color:#ff4081;color:#ff4081}.skill-project{background:#222c;border-color:#00bcd4;color:#00bcd4}.skill-adobe{background:#222c;border-color:red;color:red}.skill-responsive{background:#222c;border-color:#4caf50;color:#4caf50}.skill-problem{background:#222c;border-color:#ffeb3b;color:#ffeb3b}.skill-collaboration{background:#222c;border-color:#00fff7;color:#00fff7}.skills-description{flex:2 1 340px;min-width:320px;max-width:600px;text-align:left}.skills-description p{margin-bottom:1.2em}.contact-icons{display:flex;gap:1.5rem;justify-content:center;margin-top:1.5rem}.contact-icons a{color:#8b5cf6;transition:all .3s ease;display:flex;align-items:center;padding:.5rem;border-radius:8px;background:#8b5cf61a}.contact-icons a:hover{color:#a855f7;transform:scale(1.15) translateY(-2px);background:#8b5cf633;box-shadow:0 4px 15px #8b5cf64d}.resume-contact-row{display:flex;gap:2.5rem;justify-content:center;align-items:stretch;margin-top:3rem;flex-wrap:wrap;max-width:1200px;margin-left:auto;margin-right:auto}.resume-section,.contact-section{flex:1 1 340px;min-width:320px;max-width:500px;margin:0;padding-top:2rem;display:flex;flex-direction:column;justify-content:center;height:100%;box-sizing:border-box}@media (max-width: 900px){.resume-contact-row{flex-direction:column;align-items:stretch}.resume-section,.contact-section{max-width:100%}}@media (max-width: 768px){.header{padding:0 20px}.main-title{font-size:2.5em}.subtitle{font-size:1.2em}.profile-image-container{width:150px;height:150px}.buttons{flex-direction:column;align-items:center}.primary,.secondary{width:200px}.sub-main-content{padding:2rem 1rem}.right-section{gap:16px}.right-section a{font-size:13px}}@media (max-width: 900px){.skills-flex{flex-direction:column;align-items:center;gap:2rem}.skills-tags,.skills-description{min-width:0;max-width:100%}}@media (max-width: 900px){.skills-flex-row{flex-direction:column;align-items:stretch}.skills-tags.skills-tags-right,.skills-description{max-width:100%;min-width:0;margin-left:0;justify-content:center}}.about-flex-row{display:flex;gap:3rem;justify-content:center;align-items:flex-start;flex-wrap:wrap}.about-description{flex:2 1 340px;min-width:320px;max-width:600px;text-align:left;color:#e2e8f0;font-size:1.15rem;line-height:1.7;margin-left:1rem}.about-skills{flex:1 1 260px;min-width:220px;max-width:340px;display:flex;flex-direction:column;align-items:flex-start}.about-skills-title{color:#fff;font-size:1.3rem;font-weight:700;margin-bottom:1.2rem;display:flex;align-items:center;gap:.5rem}.skills-tags.skills-tags-right{justify-content:flex-start;margin-top:0}@media (max-width: 900px){.about-flex-row{flex-direction:column;align-items:stretch;gap:2rem}.about-skills,.about-description{max-width:100%;min-width:0;align-items:center}.skills-tags.skills-tags-right{justify-content:center}}.footer{width:100%;text-align:center;color:#0000009d;padding:.5rem 0;font-size:.9rem;background:transparent;letter-spacing:.03em}
