.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;padding:120px 20px 80px;background:linear-gradient(180deg,var(--bg) 0%,var(--bg-light) 100%)}.hero-container{max-width:900px;width:100%;text-align:center}.hero-content{display:flex;flex-direction:column;align-items:center;gap:2rem}.hero-image-wrapper{width:150px;height:150px;border-radius:50%;overflow:hidden;border:3px solid var(--primary);box-shadow:0 10px 40px #6366f14d;margin-bottom:1rem}.hero-image{width:100%;height:100%;object-fit:cover}.hero-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.2;margin-bottom:1rem;color:var(--text)}.gradient-text{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:clamp(1.1rem,2vw,1.3rem);color:var(--text-muted);max-width:700px;line-height:1.7;margin-bottom:2rem}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin-bottom:3rem}.btn{padding:.875rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;font-family:inherit}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 4px 15px #6366f166}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 6px 20px #6366f180}.btn-secondary{background:var(--bg-light);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{background:var(--bg-lighter);border-color:var(--primary);transform:translateY(-2px)}.btn-outline{background:transparent;color:var(--primary);border:2px solid var(--primary)}.btn-outline:hover{background:var(--primary);color:#fff;transform:translateY(-2px)}.hero-scroll{margin-top:4rem}.scroll-indicator{display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:pointer;color:var(--text-muted);font-size:.875rem;transition:color .3s ease}.scroll-indicator:hover{color:var(--primary)}.scroll-arrow{width:20px;height:20px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0) rotate(45deg)}40%{transform:translateY(-10px) rotate(45deg)}60%{transform:translateY(-5px) rotate(45deg)}}@media (max-width: 768px){.hero{padding:100px 20px 60px}.hero-cta{flex-direction:column;width:100%}.btn{width:100%}}.about{background:var(--bg-light)}.about-container{max-width:900px;margin:0 auto}.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:3rem;text-align:center;color:var(--text);position:relative}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:4px;background:linear-gradient(90deg,var(--primary),var(--primary-light));border-radius:2px}.about-content{margin-top:2rem}.about-text{display:flex;flex-direction:column;gap:2rem}.about-intro{font-size:1.2rem;line-height:1.8;color:var(--text);text-align:center;max-width:800px;margin:0 auto}.about-highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin:2rem 0}.highlight-item{display:flex;gap:1.5rem;padding:1.5rem;background:var(--bg);border-radius:12px;border:1px solid var(--border);transition:all .3s ease}.highlight-item:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 10px 30px var(--shadow)}.highlight-icon{font-size:2.5rem;flex-shrink:0}.highlight-item h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:var(--text)}.highlight-item p{color:var(--text-muted);line-height:1.6;font-size:.95rem}.about-closing{font-size:1.1rem;line-height:1.8;color:var(--text-muted);text-align:center;max-width:700px;margin:2rem auto 0;font-style:italic}@media (max-width: 768px){.about-highlights{grid-template-columns:1fr}.highlight-item{flex-direction:column;text-align:center}}.projects{background:var(--bg)}.projects-container{max-width:1200px;margin:0 auto}.projects-grid{display:flex;flex-direction:column;gap:4rem;margin-top:3rem}.project-card{background:var(--bg-light);border-radius:20px;overflow:hidden;border:1px solid var(--border);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative}.project-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:20px;padding:1px;background:linear-gradient(135deg,var(--primary),var(--accent));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .4s ease;z-index:-1}.project-card:hover{border-color:transparent;box-shadow:0 20px 60px #6366f133,0 0 0 1px #6366f11a;transform:translateY(-8px)}.project-card:hover:before{opacity:1}.project-images{display:flex;justify-content:center;align-items:center;gap:0;padding:4rem 2rem;background:linear-gradient(135deg,#6366f10d,#10b9810d),linear-gradient(rgba(99,102,241,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(99,102,241,.02) 1px,transparent 1px);background-size:100% 100%,50px 50px,50px 50px;background-position:center,center,center;position:relative;overflow:visible;min-height:450px;margin-bottom:20px}.project-images:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(90%,700px);height:100%;pointer-events:none;z-index:0}.project-images:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 50%,rgba(99,102,241,.08) 0%,transparent 40%),radial-gradient(circle at 70% 50%,rgba(16,185,129,.08) 0%,transparent 40%),radial-gradient(ellipse at center 60%,rgba(99,102,241,.03) 0%,transparent 60%);pointer-events:none;z-index:0}.phone-mockup{position:relative;z-index:1;transition:transform .4s cubic-bezier(.4,0,.2,1);flex-shrink:0}.phone-mockup:nth-child(1){margin-right:-40px;z-index:1}.phone-mockup:nth-child(2){margin-left:-20px;margin-right:-20px;z-index:2}.phone-mockup:nth-child(3){margin-left:-40px;z-index:1}.project-card:hover .phone-mockup:nth-child(1){transform:translateY(-15px) translate(10px) rotate(-3deg) scale(1.05);z-index:3}.project-card:hover .phone-mockup:nth-child(2){transform:translateY(-20px) scale(1.08);z-index:4}.project-card:hover .phone-mockup:nth-child(3){transform:translateY(-15px) translate(-10px) rotate(3deg) scale(1.05);z-index:3}.phone-frame{width:200px;aspect-ratio:9 / 19.5;height:auto;min-height:400px;max-height:430px;background:linear-gradient(145deg,#1e1e2e,#2a2a3e);border-radius:32px;padding:8px;box-shadow:0 20px 60px #00000080,0 0 0 1px #ffffff1a,inset 0 1px #ffffff1a;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.project-card:hover .phone-frame{box-shadow:0 30px 80px #6366f14d,0 0 0 1px #6366f133,inset 0 1px #fff3}.phone-notch{position:absolute;top:0;left:50%;transform:translate(-50%);width:120px;height:24px;background:#0a0a15;border-radius:0 0 16px 16px;z-index:10}.phone-screen{width:100%;height:100%;background:#000;border-radius:24px;overflow:hidden;position:relative;box-shadow:inset 0 0 20px #00000080}.project-image{width:100%;height:100%;object-fit:contain;object-position:center;display:block;transition:transform .6s cubic-bezier(.4,0,.2,1),opacity .5s ease-in-out;background:#000;opacity:1}.project-card:hover .project-image{transform:scale(1.02)}.phone-home-indicator{position:absolute;bottom:8px;left:50%;transform:translate(-50%);width:120px;height:4px;background:#ffffff4d;border-radius:2px;z-index:10}.phone-shadow{position:absolute;bottom:-20px;left:50%;transform:translate(-50%);width:160px;height:40px;background:radial-gradient(ellipse,rgba(0,0,0,.4) 0%,transparent 70%);border-radius:50%;z-index:0;transition:all .4s cubic-bezier(.4,0,.2,1)}.project-card:hover .phone-shadow{width:200px;height:50px;background:radial-gradient(ellipse,rgba(99,102,241,.3) 0%,transparent 70%)}.project-content{padding:2.5rem}.project-name{font-size:1.75rem;font-weight:700;color:var(--text);margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid var(--border)}.project-section{margin-bottom:2rem}.project-section:last-child{margin-bottom:0}.project-label{font-size:1rem;font-weight:600;color:var(--primary);margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px;font-size:.875rem}.project-text{color:var(--text-muted);line-height:1.7;font-size:1rem}.tech-tags{display:flex;flex-wrap:wrap;gap:.75rem}.tech-tag{padding:.5rem 1rem;background:var(--bg);color:var(--primary-light);border:1px solid var(--primary);border-radius:6px;font-size:.875rem;font-weight:500;transition:all .3s ease}.tech-tag:hover{background:var(--primary);color:#fff;transform:translateY(-2px)}.challenges-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.75rem}.challenges-list li{color:var(--text-muted);line-height:1.7;padding-left:1.5rem;position:relative}.challenges-list li:before{content:"→";position:absolute;left:0;color:var(--primary);font-weight:700}.project-impact{color:var(--accent);font-weight:600;font-size:1.05rem;line-height:1.7}@media (max-width: 1024px){.project-images{padding:3rem 1.5rem;min-height:380px}.phone-frame{width:160px;min-height:320px;max-height:340px}.phone-notch{width:100px;height:20px}.phone-mockup:nth-child(1){margin-right:-30px}.phone-mockup:nth-child(2){margin-left:-15px;margin-right:-15px}.phone-mockup:nth-child(3){margin-left:-30px}}@media (max-width: 768px){.project-images{flex-direction:column;gap:2rem;padding:2.5rem 1rem;min-height:auto}.phone-mockup:nth-child(1),.phone-mockup:nth-child(2),.phone-mockup:nth-child(3){margin-left:0;margin-right:0}.phone-frame{width:180px;min-height:360px;max-height:380px}.project-card:hover .phone-mockup{transform:translateY(-8px)!important}.project-content{padding:1.5rem}.project-name{font-size:1.5rem}.projects-grid{gap:3rem}}@media (max-width: 480px){.project-images{gap:1.5rem;padding:2rem .5rem}.phone-frame{width:150px;min-height:300px;max-height:320px}.phone-notch{width:80px;height:18px}}.skills{background:var(--bg-light)}.skills-container{max-width:1200px;margin:0 auto}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.skill-category{background:var(--bg);padding:2rem;border-radius:12px;border:1px solid var(--border);transition:all .3s ease}.skill-category:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 10px 30px var(--shadow)}.category-title{font-size:1.5rem;font-weight:600;color:var(--text);margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid var(--border)}.skills-list{display:flex;flex-direction:column;gap:1.5rem}.skill-item{display:flex;flex-direction:column;gap:.5rem}.skill-header{display:flex;justify-content:space-between;align-items:center}.skill-name{font-size:1rem;font-weight:500;color:var(--text)}.skill-badge{font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:12px;text-transform:uppercase;letter-spacing:.5px}.skill-badge.skill-expert{background:#10b98133;color:var(--accent);border:1px solid var(--accent)}.skill-badge.skill-advanced{background:#6366f133;color:var(--primary-light);border:1px solid var(--primary)}.skill-badge.skill-intermediate{background:#94a3b833;color:var(--text-muted);border:1px solid var(--text-muted)}.skill-bar{width:100%;height:8px;background:var(--bg-light);border-radius:4px;overflow:hidden}.skill-progress{height:100%;border-radius:4px;transition:width 1s ease}.skill-progress.skill-expert{background:linear-gradient(90deg,var(--accent),#34d399)}.skill-progress.skill-advanced{background:linear-gradient(90deg,var(--primary),var(--primary-light))}.skill-progress.skill-intermediate{background:linear-gradient(90deg,var(--text-muted),var(--text-dark))}@media (max-width: 768px){.skills-grid{grid-template-columns:1fr}.skill-category{padding:1.5rem}}.experience{background:var(--bg)}.experience-container{max-width:1000px;margin:0 auto}.experience-timeline{position:relative;padding-left:2rem;margin-top:3rem}.experience-timeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:linear-gradient(180deg,var(--primary),var(--primary-light))}.timeline-item{position:relative;margin-bottom:3rem}.timeline-marker{position:absolute;left:-2.5rem;top:.5rem;width:16px;height:16px;border-radius:50%;background:var(--primary);border:3px solid var(--bg);box-shadow:0 0 0 3px var(--primary)}.timeline-content{background:var(--bg-light);padding:2rem;border-radius:12px;border:1px solid var(--border);transition:all .3s ease}.timeline-content:hover{border-color:var(--primary);transform:translate(10px);box-shadow:0 10px 30px var(--shadow)}.experience-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}.experience-role{font-size:1.5rem;font-weight:600;color:var(--text);margin-bottom:.25rem}.experience-company{font-size:1.1rem;color:var(--primary-light);font-weight:500}.experience-meta{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.experience-period{font-size:.9rem;color:var(--text-muted);font-weight:500}.experience-type{font-size:.75rem;padding:.25rem .75rem;background:var(--primary);color:#fff;border-radius:12px;font-weight:600}.experience-location{color:var(--text-muted);font-size:.95rem;margin-bottom:1.5rem}.experience-achievements{list-style:none;padding:0;margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.75rem}.experience-achievements li{color:var(--text-muted);line-height:1.7;padding-left:1.5rem;position:relative}.experience-achievements li:before{content:"✓";position:absolute;left:0;color:var(--accent);font-weight:700;font-size:1.1rem}.experience-tech{display:flex;flex-wrap:wrap;gap:.75rem}.tech-chip{padding:.5rem 1rem;background:var(--bg);color:var(--text);border:1px solid var(--border);border-radius:6px;font-size:.875rem;font-weight:500}@media (max-width: 768px){.experience-timeline{padding-left:1.5rem}.timeline-marker{left:-2rem;width:12px;height:12px}.timeline-content{padding:1.5rem}.experience-header{flex-direction:column}.experience-meta{align-items:flex-start}}.achievements{background:var(--bg-light)}.achievements-container{max-width:1200px;margin:0 auto}.achievements-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.achievement-card{background:var(--bg);padding:2rem;border-radius:12px;border:1px solid var(--border);transition:all .3s ease}.achievement-card:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 10px 30px var(--shadow)}.achievement-header{display:flex;gap:1rem;margin-bottom:1rem;align-items:flex-start}.achievement-icon{font-size:2.5rem;flex-shrink:0}.achievement-title{font-size:1.25rem;font-weight:600;color:var(--text);margin-bottom:.25rem}.achievement-subtitle{font-size:.95rem;color:var(--primary-light);font-weight:500}.achievement-description{color:var(--text-muted);line-height:1.7;margin-bottom:1.5rem}.achievement-images{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-bottom:1rem}.achievement-image{width:100%;height:120px;object-fit:cover;border-radius:8px;border:1px solid var(--border);transition:transform .3s ease}.achievement-image:hover{transform:scale(1.05)}.certificate-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--primary);text-decoration:none;font-weight:500;transition:color .3s ease}.certificate-link:hover{color:var(--primary-light)}@media (max-width: 768px){.achievements-grid{grid-template-columns:1fr}.achievement-card{padding:1.5rem}.achievement-images{grid-template-columns:1fr}.achievement-image{height:200px}}.education{background:var(--bg)}.education-container{max-width:900px;margin:0 auto}.education-card{background:var(--bg-light);padding:2.5rem;border-radius:12px;border:1px solid var(--border);margin-top:3rem;transition:all .3s ease}.education-card:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 10px 30px var(--shadow)}.education-header{display:flex;gap:1.5rem;margin-bottom:2rem;align-items:flex-start}.education-icon{font-size:3rem;flex-shrink:0}.education-degree{font-size:1.5rem;font-weight:600;color:var(--text);margin-bottom:.5rem}.education-university{font-size:1.1rem;color:var(--primary-light);font-weight:500;margin-bottom:.25rem}.education-location{font-size:.95rem;color:var(--text-muted)}.education-details{display:flex;flex-direction:column;gap:1rem;padding-top:1.5rem;border-top:1px solid var(--border)}.education-detail-item{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.detail-label{font-size:.95rem;color:var(--text-muted);font-weight:500}.detail-value{font-size:1rem;color:var(--text);font-weight:600}.status-badge{padding:.5rem 1rem;background:#6366f133;color:var(--primary-light);border:1px solid var(--primary);border-radius:6px;font-size:.875rem}@media (max-width: 768px){.education-card{padding:1.5rem}.education-header{flex-direction:column;text-align:center}.education-detail-item{flex-direction:column;align-items:flex-start}}.contact{background:var(--bg-light);padding-bottom:2rem}.contact-container{max-width:1000px;margin:0 auto}.contact-intro{text-align:center;font-size:1.1rem;color:var(--text-muted);max-width:600px;margin:1rem auto 3rem;line-height:1.7}.contact-content{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;margin-top:2rem}.contact-info h3{font-size:1.5rem;font-weight:600;color:var(--text);margin-bottom:1rem}.contact-description{color:var(--text-muted);line-height:1.7;margin-bottom:2rem}.contact-links{display:flex;flex-direction:column;gap:1.5rem}.contact-link{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--bg);border-radius:8px;border:1px solid var(--border);text-decoration:none;transition:all .3s ease}.contact-link:hover{border-color:var(--primary);transform:translate(5px);box-shadow:0 5px 15px var(--shadow)}.contact-icon{font-size:1.5rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--bg-light);border-radius:8px}.contact-link-label{display:block;font-size:.875rem;color:var(--text-muted);margin-bottom:.25rem}.contact-link-value{display:block;font-size:1rem;color:var(--text);font-weight:500}.contact-form{background:var(--bg);padding:2rem;border-radius:12px;border:1px solid var(--border)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.9rem;font-weight:500;color:var(--text);margin-bottom:.5rem}.form-group input,.form-group textarea{width:100%;padding:.875rem;background:var(--bg-light);border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:1rem;font-family:inherit;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #6366f11a}.form-group textarea{resize:vertical;min-height:120px}.form-submit{width:100%;margin-top:1rem}.form-success{margin-top:1rem;padding:1rem;background:#10b9811a;border:1px solid var(--accent);border-radius:8px;color:var(--accent);text-align:center;font-weight:500}.form-error{margin-top:1rem;padding:1rem;background:#ef44441a;border:1px solid #ef4444;border-radius:8px;color:#ef4444;text-align:center;font-weight:500}.form-submit:disabled{opacity:.6;cursor:not-allowed}.footer{text-align:center;padding:2rem 0;margin-top:4rem;border-top:1px solid var(--border);color:var(--text-muted);font-size:.9rem}@media (max-width: 768px){.contact-content{grid-template-columns:1fr;gap:2rem}.contact-form{padding:1.5rem}}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#0f0f23cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;border-bottom:1px solid transparent}.navbar.scrolled{background:#0f0f23f2;border-bottom-color:var(--border);box-shadow:0 4px 20px var(--shadow)}.navbar-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.navbar-logo{font-size:1.5rem;font-weight:700;color:var(--primary);background:none;border:none;cursor:pointer;transition:transform .3s ease}.navbar-logo:hover{transform:scale(1.1)}.navbar-left{display:flex;align-items:center;gap:1rem}.navbar-menu{display:flex;list-style:none;gap:2rem;align-items:center}.navbar-photo{width:40px;height:40px;border-radius:50%;object-fit:cover;cursor:pointer;border:2px solid var(--primary);transition:all .3s ease;flex-shrink:0}.navbar-photo:hover{transform:scale(1.1);box-shadow:0 0 15px #6366f180}.navbar-link{background:none;border:none;color:var(--text-muted);font-size:.95rem;font-weight:500;cursor:pointer;transition:color .3s ease;position:relative;padding:.5rem 0}.navbar-link:hover{color:var(--text)}.navbar-link.active{color:var(--primary)}.navbar-link.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--primary);border-radius:2px}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem}.mobile-menu-toggle span{width:25px;height:2px;background:var(--text);transition:all .3s ease;border-radius:2px}.mobile-menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media (max-width: 768px){.navbar-container{padding:1rem}.navbar-photo{width:35px;height:35px}.mobile-menu-toggle{display:flex}.navbar-menu{position:absolute;top:100%;left:0;right:0;flex-direction:column;background:var(--bg-light);padding:1rem;gap:0;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;border-bottom:1px solid var(--border)}.navbar-menu.active{transform:translateY(0);opacity:1;visibility:visible}.navbar-menu li{width:100%}.navbar-link{display:block;width:100%;padding:1rem;text-align:left}}.app{min-height:100vh;width:100%}section{padding:80px 20px;max-width:1200px;margin:0 auto;width:100%}@media (max-width: 768px){section{padding:60px 20px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .6s ease-out forwards}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #6366f1;--primary-dark: #4f46e5;--primary-light: #818cf8;--bg: #0f0f23;--bg-light: #1a1a2e;--bg-lighter: #16213e;--text: #e2e8f0;--text-muted: #94a3b8;--text-dark: #64748b;--accent: #10b981;--border: #1e293b;--shadow: rgba(0, 0, 0, .3)}html{scroll-behavior:smooth}body{font-family:Inter,-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:var(--bg);color:var(--text);line-height:1.6;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--primary);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--primary-dark)}::selection{background:var(--primary);color:#fff}
