@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";.hero{min-height:100vh;display:flex;align-items:center;padding:100px 2rem 4rem;background:transparent!important}.hero__container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:4rem;align-items:center;position:relative;z-index:1;margin-bottom:1rem}.hero__greeting{margin-bottom:2rem}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#38bdf8,#8b5cf6);-webkit-background-clip:text;background-clip:text;color:transparent;border-radius:20px;padding:.5rem 1rem;margin-bottom:1.5rem;font-size:1rem;border:2px solid rgb(109,135,238)}.hero__badge-dot{width:11px;height:11px;background:#05e399;border-radius:50%;animation:pulse 2s infinite}.hero__intro{font-size:2rem;font-weight:400;color:#94a3b8;margin-bottom:.5rem}.hero__name{background:linear-gradient(135deg,#38bdf8,#8b5cf6);-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:600}.hero__titles{margin-bottom:2rem}.hero__title{font-size:2.8rem;font-weight:700;line-height:1.1;margin-bottom:1rem;color:#f1f5f9}.hero__typewriter{background:linear-gradient(135deg,#f1f5f9,#38bdf8,#8b5cf6);-webkit-background-clip:text;background-clip:text;color:transparent}.hero__description{font-size:1.125rem;line-height:1.7;color:#cbd5e1;margin-bottom:2rem;max-width:600px}.hero__buttons{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.hero__btn{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;border-radius:12px;font-weight:500;font-size:1rem;transition:all .3s ease;cursor:pointer;border:none;text-decoration:none;position:relative;overflow:hidden}.hero__btn--primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;box-shadow:0 4px 15px #38bdf84d}.hero__btn--primary:hover{transform:scale(1.05);box-shadow:0 6px 20px #38bdf866}.hero__btn--secondary{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2);color:#f1f5f9}.hero__btn--secondary:hover{background:#ffffff26;border-color:#8b5cf6;transform:scale(1.05)}.hero__btn-icon{transition:transform .3s ease}.hero__btn:hover .hero__btn-icon{transform:translate(4px)}.hero__social{display:flex;flex-direction:column;gap:12px}.hero__social-label{font-size:14px;font-weight:600;letter-spacing:.5px}.hero__social-icons{display:flex;gap:14px;flex-wrap:wrap}.hero__social-link{width:44px;height:44px;font-size:1.5rem;display:flex;align-items:center;justify-content:center;background:transparent;border:2px solid #444;border-radius:12px;transition:all .3s ease}.hero__social-link.github_profile{color:#fff;border-color:#999}.hero__social-link.linkedin{color:#0077b5;border-color:#0077b5}.hero__social-link.twitter{color:#fff;border-color:#999}.hero__social-link.leetcode{color:#ffa116;border-color:#ffa116}.hero__social-link:hover{transform:scale(1.08)}.hero__social-link.github_profile:hover{background:#ffffff1a;border-color:#fff}.hero__social-link.linkedin:hover{background:#0077b5;color:#fff}.hero__social-link.twitter:hover{background:#ffffff1a;border-color:#fff}.hero__social-link.leetcode:hover{background:#ffa11633;border-color:#ffa116}.hero__visual{display:flex;justify-content:center;align-items:center;width:100%;padding:2rem}.hero__image-wrapper{position:relative;display:flex;justify-content:center;align-items:center;opacity:0;animation:heroFade .8s ease-out forwards;animation-delay:.2s;width:100%;max-width:450px}.hero__image-wrapper:before{content:"";position:absolute;inset:-4px;border-radius:50%}.hero__profile-image-circle{position:relative;width:100%;max-width:400px;aspect-ratio:1;border-radius:50%;display:flex;justify-content:center;align-items:center;transition:all .5s cubic-bezier(.4,0,.2,1);background:linear-gradient(135deg,#f1f5f9,#38bdf8,#8b5cf6);padding:4px}.hero__profile-image-circle:before{content:"";position:absolute;inset:-2px;border-radius:50%;background:linear-gradient(135deg,#f1f5f9,#38bdf8,#8b5cf6);opacity:0;transition:opacity .5s ease;z-index:-1;filter:blur(5px)}.hero__profile-image-circle:hover{transform:scale(1.02)}.hero__image-inner-circle{position:relative;width:100%;aspect-ratio:1;border-radius:50%;overflow:hidden;background:#1a1a2e;box-shadow:inset 0 0 20px #0000004d}.hero__image-inner-circle:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#667eea1a,#8b5cf61a);opacity:0;transition:opacity .5s ease;pointer-events:none}.hero__profile-image-circle:hover .hero__image-inner-circle:after{opacity:1}.hero__image-inner-circle img{width:100%;height:100%;object-fit:cover;transition:all .5s cubic-bezier(.4,0,.2,1);filter:contrast(1.05) saturate(1.1) brightness(1.02)}.hero__image-inner-circle:hover img{transform:scale(1.05);filter:contrast(1.1) saturate(1.15) brightness(1.05)}@keyframes heroFade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(min-width:1440px){.hero__profile-image-circle{max-width:450px}}@media(max-width:1439px)and (min-width:1024px){.hero__container{gap:3rem;max-width:1200px}.hero__title{font-size:2.5rem}.hero__profile-image-circle{max-width:360px}}@media(max-width:1023px){.hero__container{grid-template-columns:1fr;text-align:center;gap:3rem}.hero__visual{justify-content:center;width:100%;padding:0;order:-1}.hero__description{margin-left:auto;margin-right:auto}.hero__profile-image-circle{max-width:350px}}@media(max-width:767px){.hero{padding:80px 1.5rem 2rem}.hero__title{font-size:2rem}.hero__intro{font-size:1.25rem}.hero__description{font-size:1.05rem;max-width:90%;margin:0 auto 2rem}.hero__profile-image-circle{max-width:280px}.hero__buttons{justify-content:center;flex-direction:column;gap:.75rem}.hero__btn{width:100%;max-width:280px;justify-content:center;padding:.875rem 1.5rem}.hero__social{align-items:center}.hero__social-icons{justify-content:center;gap:12px}}@media(max-width:424px){.hero{padding:60px .75rem 1rem}.hero__badge{font-size:.75rem;padding:.4rem .8rem}.hero__title{font-size:1.6rem}.hero__intro{font-size:1.1rem}.hero__description{font-size:.95rem;max-width:100%;margin:0 auto 1.25rem}.hero__profile-image-circle{max-width:220px}.hero__buttons{flex-direction:column;align-items:center;gap:.75rem}.hero__btn{width:100%;max-width:260px;justify-content:center;padding:.75rem 1.25rem;font-size:.95rem}.hero__social{align-items:center}.hero__social-icons{justify-content:center;gap:10px}.hero__social-link{width:40px;height:40px;font-size:1.1rem}}@media(max-width:350px){.hero{padding:50px .75rem 1rem}.hero__title{font-size:1.4rem}.hero__profile-image-circle{max-width:180px}.hero__btn{padding:.65rem 1rem;font-size:.9rem}.hero__social-link{width:36px;height:36px;font-size:1rem}}@media(hover:none){.hero__btn:hover,.hero__profile-image-circle:hover,.hero__image-inner-circle:hover img{transform:none}}@media(max-width:900px){.hero__buttons{flex-direction:column;align-items:center}.hero__btn{width:100%;max-width:320px}}*,*:before,*:after{box-sizing:border-box}#about{padding:4rem 2rem;position:relative;overflow:hidden}.about__bg--left{top:50%;left:-120px;transform:translateY(-50%)}.about__bg--right{bottom:-120px;right:-120px}.about__container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.about__header{text-align:center;margin-bottom:5rem}.about__subtitle{max-width:600px;margin:1rem auto 0;font-size:1.125rem;color:#cbd5e1}.about__title{font-size:3rem;font-weight:700;color:#f1f5f9;margin-top:.5rem}.about__divider{width:90px;height:4px;background:linear-gradient(to right,#38bdf8,#0ea5e9);margin:1.5rem auto 0;border-radius:10px}.about__main{display:grid;grid-template-columns:auto 1fr;gap:3rem;align-items:center}.about__image{position:relative;display:flex;justify-content:center}.about__image-box{width:100%;max-width:360px;overflow:hidden;border-radius:26px}.about__image-box img{width:100%;height:420px;object-fit:cover;display:block;backface-visibility:hidden;filter:contrast(1.12) brightness(1.06) saturate(1.08);transition:transform .6s ease}.about__image-box:hover img{transform:scale(1.05);filter:contrast(1.1) brightness(1.03) saturate(1.03)}.about__image-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(2,6,23,.45),transparent 60%);pointer-events:none}.about__float{position:absolute;background:#20232bd9;padding:1rem 1.6rem;border-radius:16px;border:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .3s ease}.about__float:hover{transform:translateY(-6px)}.about__float h4{font-size:2rem;color:#38bdf8}.about__float--left{bottom:80px;left:-40px}.about__float--right{top:80px;right:-40px}.about__content h3{font-size:2rem;color:#f1f5f9;margin-bottom:1rem}.about__content h3 span{color:#38bdf8}.about__content p{color:#cbd5e1;line-height:1.75;margin-bottom:1.6rem}.about__cta{display:inline-block;margin-top:1.8rem;padding:.95rem 2.2rem;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border-radius:999px;font-weight:600;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.about__cta:hover{transform:scale(1.05)}.about__stats{margin-top:5rem;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;padding:2.8rem;background:#181c24;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:26px}.about__stat{color:linear-gradient(135deg,#38bdf8 0%,#8b5cf6 100%);text-align:center;transition:transform .3s ease}.about__stat:hover{transform:scale(1.05)}.about__stat h4{font-size:2.6rem;color:#38bdf8}.about__stat p{color:#94a3b8}@media(max-width:1024px){.about__main{grid-template-columns:1fr;gap:3.5rem}.about__image{justify-content:center}.about__image-box{max-width:340px}.about__content{text-align:center}.about__cta{margin-left:auto;margin-right:auto}.about__float--left,.about__float--right{display:none}.about__stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.about{padding:6rem 1.25rem}.about__title{font-size:2.2rem}.about__subtitle{font-size:1rem}.about__image-box{max-width:300px}.about__image-box img{height:360px}.about__content h3{font-size:1.6rem}.about__content p{font-size:.95rem}.about__stats{grid-template-columns:1fr;padding:2rem}}@media(max-width:420px){.about__image-box{max-width:260px}.about__image-box img{height:320px}.about__cta{padding:.85rem 1.8rem;font-size:.95rem}}.skills-wrapper{width:100%;padding:4rem 2rem;position:relative;overflow:hidden}.skills-container{max-width:1300px;margin:0 auto;position:relative;z-index:1}.skills-header{text-align:center;margin-bottom:3.5rem;animation:fadeInDown .8s ease-out}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.skills-title{font-size:3rem;font-weight:700;background:linear-gradient(to right,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.skills-intro{color:#cbd5e1;font-size:1.15rem;max-width:500px;margin:0 auto;animation:fadeInUp .8s ease-out .3s backwards}.skills-filters{display:flex;justify-content:center;gap:1rem;margin:3rem 0;flex-wrap:wrap;animation:fadeInUp .8s ease-out .4s backwards}.filter-btn{padding:.7rem 1.8rem;border:1px solid rgb(127,131,243);background:transparent;color:#cbd5e1;border-radius:10px;font-size:1.1rem;font-weight:550;cursor:pointer;transition:.35s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden}.filter-btn:hover:before{opacity:.15}.filter-btn.active{background:linear-gradient(135deg,#377ed5,#482c9f);color:#fff;border-color:transparent;box-shadow:0 8px 24px #60a5fa59;transform:translateY(-2px)}.filter-btn:hover{border-color:#60a5fa;transform:scale(1.04)}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.8rem;margin-bottom:4rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.skills-card{display:flex;align-items:center;gap:1.5rem;padding:1.8rem;border-radius:16px;background:linear-gradient(135deg,#0a0a0bcc,#1e2021e6);border:1px solid rgba(255,255,255,.15);cursor:pointer;position:relative;overflow:hidden;transition:.4s cubic-bezier(.34,1.56,.64,1);animation:slideIn .6s ease-out}.skills-card:hover{transform:scale(1.05);background:linear-gradient(135deg,#1e293bf2,#0f172a)}.skills-icon{width:70px;height:70px;border-radius:14px;background:linear-gradient(135deg,#60a5fa26,#a78bfa26);display:flex;justify-content:center;align-items:center;color:#60a5fa;font-size:2.2rem;transition:.4s cubic-bezier(.34,1.56,.64,1);flex-shrink:0;border:1px solid rgba(96,165,250,.2)}.skills-content{flex:1;position:relative;z-index:1}.skills-name{font-size:1.3rem;font-weight:700;color:#f1f5f9;transition:.3s ease}.other-skills{margin-top:3rem;animation:fadeInUp .8s ease-out .5s backwards}.other-skills-title{font-size:2rem;font-weight:700;background:linear-gradient(to right,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:2rem;text-align:center}.other-skills-list{display:flex;flex-wrap:wrap;justify-content:center;gap:1.2rem}.other-skill-item{padding:.6rem 1.4rem;border-radius:10px;background:linear-gradient(135deg,#06192ecc,#464a4ee6);border:1px solid rgba(96,165,250,.2);color:#cbd5e1;font-size:1rem;font-weight:600;cursor:pointer;transition:.35s cubic-bezier(.34,1.56,.64,1);animation:slideIn .6s ease-out}.other-skill-item:hover{transform:scale(1.05);background:linear-gradient(135deg,#1e293bf2,#0f172a);color:#fff}@media(max-width:768px){.skills-wrapper{padding:3rem 1.5rem}.skills-title{font-size:2.4rem}.skills-intro{font-size:1rem}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.2rem}.skills-card{padding:1.5rem;gap:1.2rem}.skills-icon{width:60px;height:60px;font-size:1.8rem}.skills-filters{gap:.8rem}.filter-btn{padding:.6rem 1.4rem;font-size:.95rem}}@media(max-width:480px){.skills-wrapper{padding:2.5rem 1rem}.skills-title{font-size:2rem}.skills-grid{grid-template-columns:1fr;gap:1rem}.skills-card{padding:1.2rem}.skills-icon{width:55px;height:55px;font-size:1.6rem}.skills-name{font-size:1.1rem}.other-skills-list{gap:.8rem}.other-skill-item{padding:.6rem 1.2rem;font-size:.9rem}.skills-filters{gap:.6rem}.filter-btn{padding:.5rem 1rem;font-size:.85rem}}.featured-section{min-height:100vh;padding:5rem 1rem}.featured-container{max-width:1280px;margin:0 auto}.featured-header{text-align:center;margin-bottom:2rem}.featured-title{font-size:3rem;font-weight:700;background:linear-gradient(to right,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.featured-subtitle{color:#9ca3af;font-size:1.125rem}.featured-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:4rem;margin:3rem}.featured-card{background:#171d2980;border:1px solid rgba(59,130,246,.5);border-radius:1rem;padding:1rem;transition:all .3s ease;position:relative;cursor:default;display:flex;flex-direction:column}.featured-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#3b82f61a,#a855f71a);opacity:0;transition:opacity .3s;z-index:0;border-radius:1rem}.featured-card:hover{transform:scale(1.03);z-index:2}.featured-image{width:100%;height:160px;overflow:hidden;position:relative;z-index:1;border:1px solid #333;border-radius:.7rem;margin-bottom:1rem}.featured-image img{width:100%;height:100%;object-fit:cover;object-position:center}.featured-image-overlay{position:absolute;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;gap:1rem;opacity:0;transition:opacity .3s ease;z-index:2}.featured-card:hover .featured-image-overlay{opacity:1}.featured-icon-btn{background:#3b82f6cc;border:none;border-radius:50%;width:35px;height:35px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .3s ease;position:relative}.featured-icon-btn:hover{background:#3b82f6;transform:scale(1.1);box-shadow:0 4px 12px #3b82f666}.featured-icon-btn:nth-child(2){background:#8b5cf6cc}.featured-icon-btn:nth-child(2):hover{background:#8b5cf6;box-shadow:0 4px 12px #8b5cf666}.featured-icon-btn:nth-child(3){background:#22c55ecc}.featured-icon-btn:nth-child(3):hover{background:#22c55e;box-shadow:0 4px 12px #22c55e66}.featured-icon-btn:after{content:attr(title);position:absolute;bottom:-35px;left:50%;transform:translate(-50%);background:#000000e6;color:#fff;padding:4px 8px;border-radius:4px;font-size:11px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .3s ease;border:1px solid #d0d9e8;z-index:30}.featured-icon-btn:hover:after{opacity:1}.featured-content{padding-top:.5rem;position:relative;z-index:1;flex:1;display:flex;flex-direction:column}.featured-card-title{font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:.75rem}.featured-card-desc{color:#9ca3af;font-size:.85rem;font-weight:500;line-height:1.6;margin-bottom:1rem;flex:1}.featured-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1rem}.featured-tag{padding:.2rem .5rem;background:#06b6d41a;border:1px solid rgba(6,182,212,.3);color:#22d3ee;font-size:.7rem;border-radius:.4rem}.featured-view-btn{width:100%;padding:.75rem 1rem;background:linear-gradient(135deg,#6488bb,#161e36);color:#fff;border:1px solid rgba(59,130,246,.5);font-size:.9rem;font-weight:600;border-radius:.5rem;cursor:pointer;transition:all .3s ease}.featured-view-btn:hover{background:linear-gradient(135deg,#1f2937,#020617);color:#fff;border-color:#3b82f6cc;color:#60a5fa}.featured-cta{text-align:center;margin-top:3rem}.featured-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;padding:1rem 2.5rem;border-radius:14px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 10px 30px #6366f14d}.featured-btn:hover{transform:scale(1.05)}.projects-end-text{margin-top:5rem;font-size:1rem;font-weight:500;color:#9ca3af;text-align:center;display:flex;align-items:center;justify-content:center;gap:1rem}.projects-end-text:before,.projects-end-text:after{content:"";flex:1;height:1px;background:linear-gradient(to right,transparent,rgba(34,211,238,.8),transparent)}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;min-height:30vh}.loading-spinner{width:40px;height:40px;border-radius:50%;animation:spin 1.5s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{color:#9ca3af;font-size:1.1rem;font-weight:500}.error-container{position:sticky;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000;width:90%;max-width:500px}.error-container:before{content:"";position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:-1}.error-box{background:#111827fa;border:1px solid rgba(149,170,240,.6);border-radius:.8rem;padding:1.5rem;animation:slideIn .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.error-header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.error-text{color:#ef4444;font-size:1rem;font-weight:600;flex:1;word-break:break-word;line-height:1.5;margin:0}.error-close-btn{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#ef4444;font-size:1.3rem;cursor:pointer;padding:.4rem .5rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease;border-radius:.4rem}.error-close-btn:hover{background:#ef444433;color:#dc2626;transform:scale(1.1);border-color:#ef444480}.project-modal-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;justify-content:center;align-items:center;z-index:999;padding:1rem}.project-modal{background:#0b0f19;border-radius:8px;width:95%;max-width:700px;max-height:90vh;overflow-y:auto;border:1px solid #343434}.project-modal::-webkit-scrollbar{width:6px}.project-modal::-webkit-scrollbar-track{background:#1f293780}.project-modal::-webkit-scrollbar-thumb{background:#3b82f680;border-radius:3px}.project-modal::-webkit-scrollbar-thumb:hover{background:#3b82f6cc}.project-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #1f2937;position:sticky;top:0;background:#0b0f19;z-index:10}.project-modal-header h3{font-size:1.2rem;font-weight:600;color:#fff;margin:0}.project-modal-header button{font-size:1.5rem;cursor:pointer;height:2rem;width:2rem;border:none;background:none;color:#9ca3af;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.project-modal-header button:hover{color:#ef4444;transform:scale(1.1)}.project-slider{position:relative;width:100%;padding:1.5rem}.project-slider img{width:100%;height:400px;object-fit:cover;object-position:center;display:block;border-radius:.6rem}.slider-btn{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;background:#000000b3;color:#fff;font-size:2.5rem;border:none;border-radius:50%;height:2.5rem;width:2.5rem;cursor:pointer;z-index:9;transition:background .3s ease,transform .2s ease}.slider-btn:hover{background:#000000e6}.slider-btn:focus-visible{outline:2px solid #fff;outline-offset:3px}.slider-btn:active{transform:translateY(-50%) scale(.95)}.slider-btn.left{left:1.5rem}.slider-btn.right{right:1.5rem}.description{padding:0 1.5rem 1.5rem}.description h4{border-bottom:1px solid #343434;font-size:.95rem;color:#fff;font-weight:600;margin:0 0 .75rem;padding-bottom:.5rem}.description p{font-size:.85rem;color:#9ca3af;line-height:1.6;margin:0}.project-details-grid{padding:1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:2rem}.project-details-grid section{border-bottom:none}.project-details-grid section:last-child{grid-column:1 / -1}.project-details-grid h4{font-size:.95rem;color:#fff;font-weight:600;margin:0 0 .75rem;border-bottom:1px solid #343434;padding-bottom:.5rem}.project-details-grid ul{list-style:none;padding:0;margin:0}.project-details-grid li{color:#9ca3af;font-size:.8rem;line-height:1.6;margin-bottom:.5rem;padding-left:1.25rem;position:relative}.project-details-grid li:before{content:"•";position:absolute;left:0;color:var(--bullet-color, #9ca3af)}.dis-logo{color:#08b0a5}.bra-logo{color:#f7df03}.cod-logo{color:#6eacfc}.roc-logo{color:#9b3ffe}.cir-logo{color:#01ff01}.project-links{width:100%}.plink{color:#4ca84a}.project-links1{display:flex;flex-direction:column;gap:.6rem;margin-top:.75rem}.project-links1 a{display:flex;align-items:center;gap:.7rem;background:#111827;padding:.75rem 1rem;border-radius:.5rem;color:#e5e7eb;text-decoration:none;border:1px solid #333;font-size:.85rem;transition:all .3s ease}.project-links1 a:hover{background:#1f2937;border-color:#3b82f6}.project-links1 .logo{flex-shrink:0;stroke-width:1.8;color:#9ca3af;width:18px;height:18px}.project-links1 a:hover .logo{color:#3b82f6}@media(max-width:768px){.featured-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}.featured-title{font-size:2rem}.featured-image{height:160px}.project-modal{max-width:90vw}.project-details-grid{grid-template-columns:1fr}.project-slider img{height:300px}}@media(max-width:480px){.featured-grid{grid-template-columns:1fr;gap:1.5rem}.featured-title{font-size:1.75rem}.featured-subtitle{font-size:1rem}.featured-image{height:180px}.project-modal{width:95vw;max-height:85vh}.project-slider{padding:1rem}.project-slider img{height:250px}.slider-btn{padding:.4rem .6rem;font-size:1.4rem}.slider-btn.left{left:.5rem}.slider-btn.right{right:.5rem}.project-details-grid{padding:1rem;gap:1.5rem}}.contact{padding:8rem 3rem 1rem 1rem;background:transparent!important}.contact__container{max-width:1200px;margin-bottom:3rem;position:relative;z-index:1;margin-top:-4rem}.contact__header{text-align:center;margin-bottom:5rem;max-width:700px;margin-left:auto;margin-right:auto}.contact__subtitle{display:inline-block;background:linear-gradient(135deg,#6366f126,#8b5cf626);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(99,102,241,.25);border-radius:24px;padding:.75rem 2rem;color:#8b5cf6;font-size:.95rem;font-weight:600;letter-spacing:.8px;margin-bottom:1.5rem}.contact__title{font-size:3rem;font-weight:700;background:linear-gradient(to right,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.contact__intro{color:#9ca3af;font-size:1.125rem}.contact__wrapper{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:start}.contact__info-card{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding:1.4rem;text-decoration:none;color:inherit;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);cursor:pointer;position:relative;overflow:hidden;transition:transform .35s cubic-bezier(.4,0,.2,1),box-shadow .35s ease,border-color .35s ease,background .35s ease}.contact__info-card:hover{background:#6366f114;transform:scale(1.05);border-radius:15px}.contact__info-card:focus-visible{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 2px #8b5cf680}.contact__info-card:active{transform:translateY(-2px) scale(.985)}.contact__info-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#6366f12e,#8b5cf62e);border-radius:16px;border:1px solid rgba(99,102,241,.25);color:#8b5cf6;font-size:1.1rem;transition:transform .35s ease,background .35s ease,color .35s ease}.contact__info-card:hover .contact__info-icon{background:linear-gradient(135deg,#6366f159,#8b5cf659);color:#fff}.contact__info-content{flex:1}.contact__info-title{font-size:.95rem;font-weight:800;color:#fff;margin-bottom:.4rem;letter-spacing:.8px}.contact__info-text{font-size:1rem;font-weight:500;color:#e5e7eb;margin-bottom:.25rem}.contact__info-subtext{font-size:.85rem;color:#94a3b8}.contact__form{position:relative;z-index:1}.form__row{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:1rem}.form__group{display:flex;flex-direction:column}.form__group.full-width{grid-column:1 / -1}.form__label{font-size:.95rem;font-weight:600;color:#f1f5f9;margin-bottom:.75rem;display:flex;align-items:center;gap:.4rem;letter-spacing:.3px}.required{color:#f87171;font-weight:700}.input-box{position:relative;width:100%;margin-top:.5rem}.input-icon{position:absolute;left:1.25rem;top:50%;transform:translateY(-50%);font-size:1.1rem;color:#fff9;z-index:2;transition:all .3s ease}.form__input{width:100%;padding:1.25rem 1.25rem 1.25rem 3.5rem;background:linear-gradient(135deg,#0f0e0e,#000);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1.5px solid rgba(255,255,255,.15);border-radius:14px;color:#fff;font-size:1rem;font-weight:400;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:inherit;outline:none}.form__input::placeholder,.form__textarea::placeholder{color:#fff6;font-weight:400}.form__input:focus{border-color:#c5c0c0}.form__input:focus+.input-icon{color:#d85808;transform:scale(1.2)}.form__textarea{width:100%;padding:1.5rem;background:linear-gradient(135deg,#0f0e0e,#000);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1.5px solid rgba(255,255,255,.15);border-radius:14px;color:#fff;font-size:1rem;font-weight:400;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:inherit;resize:vertical;min-height:180px;outline:none;line-height:1.6}.form__textarea:focus{border-color:#c5c0c0}.form__submit{margin-top:2rem;text-align:center}.contact__submit-btn{display:inline-flex;align-items:center;justify-content:center;gap:1rem;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;padding:1.25rem 3rem;border-radius:14px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;z-index:1;min-width:240px;box-shadow:0 10px 30px #6366f14d}.contact__submit-btn:hover{transform:scale(1.05)}@media(max-width:1024px){.contact__wrapper{grid-template-columns:1fr;gap:4rem}.contact__info{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:1.5rem}.contact__info-card{flex:1;min-width:280px;max-width:350px}.contact__form-section{padding:2.5rem}}@media(max-width:768px){.contact{padding:6rem 1.5rem}.contact__title{font-size:3rem}.contact__intro{font-size:1.15rem}.form__row{grid-template-columns:1fr;gap:1.5rem}.contact__form-section{padding:2rem}.contact__info-card{padding:1.75rem}}@media(max-width:640px){.contact__title{font-size:2.5rem}.contact__subtitle{padding:.6rem 1.5rem;font-size:.85rem}.contact__intro{font-size:1.05rem}.contact__info{flex-direction:column}.contact__info-card{min-width:100%}.contact__form-section{padding:1.75rem}.form__input{padding-left:3rem}.input-icon{left:1rem}.contact__submit-btn{width:100%;min-width:auto;padding:1.25rem 2rem}}@media(max-width:480px){.contact{padding:5rem 1rem}.contact__title{font-size:2.25rem}.contact__intro{font-size:1rem}.contact__form-section{padding:1.5rem}.contact__info-card{padding:1.5rem;flex-direction:column;text-align:center;gap:1.25rem}.contact__info-icon{width:48px;height:48px}.form__input{font-size:.95rem;padding:1.1rem 1.1rem 1.1rem 2.8rem}.input-icon{font-size:1rem}}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus{-webkit-text-fill-color:#ffffff!important;caret-color:#fff!important;box-shadow:0 0 0 1000px #0f0e0e inset!important;background-color:#0f0e0e!important;transition:background-color 9999s ease-in-out 0s}input:-webkit-autofill+.input-icon{color:#fffc!important}@media(max-width:1024px){.contact__info-card{padding:1.6rem}}@media(max-width:768px){.contact__info-card{padding:1.5rem}}@media(max-width:480px){.contact__info-card{flex-direction:column;text-align:center;gap:1.2rem}.contact__info-icon{width:52px;height:52px}}.contact__status{padding:12px 20px;border-radius:8px;margin:20px 0;font-weight:500;animation:fadeIn .3s ease}.contact__status.success{background-color:#d1fae5;border:1px solid #86efac;color:#059669}.contact__status.error{background-color:#fee2e2;border:1px solid #fca5a5;color:#dc2626}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.status-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999}.status-modal{background:#fff;border-radius:12px;padding:30px;width:90%;max-width:400px;position:relative;box-shadow:0 10px 40px #0003;animation:popIn .3s ease;text-align:center}.status-modal.success{border-top:4px solid #10b981}.status-modal.error{border-top:4px solid #ef4444}.status-close-btn{position:absolute;top:10px;right:10px;background:transparent;border:none;color:#666;font-size:1.2rem;cursor:pointer;padding:5px}.status-icon{font-size:3rem;margin-bottom:15px}.status-modal.success .status-icon{color:#10b981}.status-modal.error .status-icon{color:#ef4444}.status-title{font-size:1.5rem;font-weight:600;margin-bottom:10px;color:#333}.status-message{font-size:1rem;line-height:1.5;color:#666;margin-bottom:20px}.status-ok-btn{background:#38bdf8;color:#fff;border:none;padding:10px 25px;border-radius:6px;font-size:1rem;cursor:pointer;transition:background .3s}.status-ok-btn:hover{background:#0ea5e9}@keyframes popIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.footer{padding:3rem 1rem 1.5rem;background:transparent!important;border-top:1px solid #6b30e3}.footer__container{max-width:1280px;margin:0 auto;position:relative;z-index:1}.footer__top{padding:0 0 3rem}.footer__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem}.footer__section{padding:1.25rem .5rem}.footer__section-title{font-size:1.25rem;font-weight:800;color:#f1f5f9;margin-bottom:1.25rem;padding-bottom:.5rem;position:relative}.footer__section-title:after{content:"";position:absolute;bottom:0;left:0;width:80px;height:2px;background:linear-gradient(90deg,#6366f1,#8b5cf6);border-radius:1px}.footer__links{list-style:none;padding:0;margin:0}.footer__links li{margin-bottom:.6rem}.footer__link{color:#94a3b8;text-decoration:none;font-size:.95rem;transition:all .3s ease;display:inline-flex;align-items:center;gap:.4rem}.footer__link:hover{color:#f87171;transform:translate(4px)}.footer__contact{display:flex;flex-direction:column}.footer__contact a{text-decoration:none;color:inherit}.footer__contact .contact__item{display:flex;align-items:center;gap:.6rem;padding:.55rem .6rem;border-radius:10px;cursor:pointer;transition:background .3s ease,transform .25s ease,box-shadow .25s ease}.footer__contact .contact__item:hover{background:#6366f114;transform:translate(4px)}.footer__contact .contact__item:active{transform:translate(2px) scale(.98)}.footer__contact a:focus-visible .contact__item{outline:none;background:#8b5cf61f;box-shadow:0 0 0 2px #8b5cf666}.contact__icon{color:#8b5cf6;font-size:1rem;flex-shrink:0;transition:transform .3s ease,color .3s ease}.footer__contact .contact__item:hover .contact__icon{transform:scale(1.15);color:#a78bfa}.contact__text{color:#94a3b8;font-size:.95rem;line-height:1.5;transition:color .3s ease}.footer__contact .contact__item:hover .contact__text{color:#e5e7eb}.footer__social{display:flex;flex-direction:column;gap:1.25rem}.social__icons{display:flex;gap:14px;flex-wrap:wrap}.social__link{position:relative;width:44px;height:44px;font-size:1.5rem;display:flex;align-items:center;justify-content:center;background:transparent;border:2px solid #444;border-radius:12px;overflow:hidden;z-index:1}.social__link:hover{transform:translateY(-3px);color:#fff;border-color:#6366f14d;box-shadow:0 6px 20px #6366f133}.social__link.github{color:#fff;border-color:#999;transition:transform .3s ease-out}.social__link.linkedin{color:#0077b5;border-color:#0077b5;transition:transform .3s ease-out}.social__link.twitter{color:#fff;border-color:#999;transition:transform .3s ease-out}.social__link.github:hover,.social__link.twitter:hover{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid #ffffff;color:#f1f5f9;transform:scale(1.08)}.social__link.linkedin:hover{background:#0077b5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid #ffffff;color:#f1f5f9;transform:scale(1.08)}.social__text{color:#94a3b8;font-size:.9rem;margin:0;line-height:1.6}.footer__cta{display:flex;flex-direction:column;gap:1.3rem}.cta__text{color:#94a3b8;font-size:.95rem;line-height:1.6;margin:0}.footer__divider{height:1px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.1) 20%,rgba(255,255,255,.1) 80%,transparent 100%);margin:-1rem 1rem 0;border:1px solid #ffffff0f}.footer__bottom{display:flex;justify-content:center;align-items:center;padding:1rem 0 0}.footer__copyright{display:flex;flex-direction:column;gap:.4rem}.copyright__text{color:#94a3b8;font-size:.9rem;margin:0}.copyright__name{color:#8b5cf6;font-weight:500}@media(max-width:1024px){.footer{padding:3.5rem 1.25rem 1.25rem}.footer__grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(max-width:768px){.footer{padding:2.5rem 1rem 1rem}.footer__grid{grid-template-columns:1fr;gap:1.75rem}.footer__section{padding:1rem 0}}@media(max-width:480px){.footer__section{padding:.75rem 0}}.nav-glass{width:40%;margin:.6rem auto;padding:.8rem 2rem;border-radius:45px;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#0000000d;box-shadow:2px 8px 30px #37254140;position:fixed;left:50%;transform:translate(-50%);top:1rem;z-index:999;font-weight:700;animation:fadeSlideDown .8s ease forwards}@keyframes fadeSlideDown{0%{opacity:0;transform:translate(-50%) translateY(-10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.nav-glass ul{display:flex;justify-content:space-between;align-items:center;list-style:none;gap:.3rem}.nav-glass li{position:relative}.nav-glass a{text-decoration:none;color:#94a3b8;font-size:1rem;font-weight:600;margin-left:-1.5rem;margin-right:-1.5rem;padding:.6rem 1.2rem;border-radius:999px;transition:all .3s ease}.nav-glass a:hover{color:#fff;opacity:.9}.nav-glass a.active{background:linear-gradient(135deg,#934efa,#7636e6);color:#fff;font-weight:600;border-radius:999px;box-shadow:0 4px 12px #7c3aed66,inset 0 0 8px #ffffff26;transform:translateY(-2px)}.nav-glass{width:40%}@media(max-width:1024px){.nav-glass{width:60%}}@media(max-width:768px){.nav-glass{width:90%;padding:.7rem 1.2rem}.nav-glass ul{flex-wrap:wrap;justify-content:center;gap:.4rem}.nav-glass a{font-size:.9rem;padding:.55rem .9rem;margin-left:0;margin-right:0}}@media(max-width:480px){.nav-glass a{font-size:.8rem;padding:.5rem .8rem}.nav-glass ul{gap:.3rem}}:root{--primary-color: #4ae48d;--secondary-color: #8b5cf6;--danger-color: #ef4444;--success-color: #22c55e;--bg-dark: #0a0e27;--bg-darker: rgba(38, 40, 47, .5);--border-color: #343434;--text-primary: #ffffff;--text-secondary: #9ca3af}.admin-login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem}.admin-login-box{background:var(--bg-darker);border:1px solid var(--border-color);border-radius:12px;padding:2rem;max-width:400px;width:100%;box-shadow:0 10px 40px #00000080}.admin-login-title{font-size:1.8rem;color:var(--text-primary);margin:0 0 .5rem;text-align:center}.admin-login-subtitle{color:var(--text-secondary);text-align:center;margin-bottom:1.5rem}.admin-form{display:flex;flex-direction:column;gap:1rem}.admin-input-group{display:flex;flex-direction:column;gap:.5rem}.admin-label{color:var(--text-primary);font-size:.9rem;font-weight:700}.admin-password-wrapper{display:flex;align-items:center;position:relative}.admin-input,.admin-textarea{background:#101010;border:1px solid #2d2d2d;border-radius:8px;padding:.75rem;color:var(--text-primary);font-size:.95rem;font-family:inherit;width:100%}.admin-input:focus,.admin-textarea:focus{outline:none;border-color:#fff;background:#101010}.admin-textarea{min-height:100px;resize:vertical}.admin-eye-btn{position:absolute;right:10px;background:none;border:none;color:var(--text-secondary);cursor:pointer;display:flex}.admin-login-btn,.admin-submit-btn{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:var(--text-primary);border:none;padding:.75rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.admin-login-btn:hover,.admin-submit-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px #3b82f666}.admin-submit-btn:disabled{opacity:.5;cursor:not-allowed}.admin-dashboard-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:2rem;max-width:1100px;width:100%;margin:0 auto}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color);flex-wrap:wrap;gap:1rem;width:100%}.admin-header-title{color:var(--text-primary);font-size:2rem;margin:0}.admin-logout-btn{background:#ef4444cc;color:var(--text-primary);border:none;padding:.6rem 1.2rem;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-weight:600;transition:all .3s ease}.admin-logout-btn:hover{background:#ef4444;transform:translateY(-2px)}.admin-message{padding:1rem;border-radius:8px;margin-bottom:1rem;text-align:center;font-weight:600;width:100%;max-width:1200px}.admin-message-success{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);color:#86efac}.admin-message-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#fca5a5}.admin-tabs{display:flex;gap:1rem;margin-bottom:2rem;border-bottom:1px solid var(--border-color);flex-wrap:wrap;width:100%;max-width:1200px}.admin-tab{background:transparent;border:none;color:var(--text-secondary);padding:1rem;cursor:pointer;font-size:1rem;font-weight:600;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;border-bottom:2px solid transparent}.admin-tab:hover{color:var(--primary-color)}.admin-tab-active{color:var(--primary-color);border-bottom-color:var(--primary-color)}.admin-content{max-width:1200px;width:100%}.admin-tab-content{background:#26282f80;border:1px solid var(--border-color);border-radius:12px;padding:2rem}.admin-tab-title{color:var(--primary-color);font-size:1.5rem;margin:0 0 1.5rem}.admin-section{margin-bottom:2rem}.admin-section-title{color:var(--text-primary);font-size:1.1rem;font-weight:600;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:1px solid var(--border-color)}.admin-form-group{margin-bottom:1rem}.admin-array-item{display:flex;gap:.5rem;margin-bottom:.75rem}.admin-array-item .admin-input{flex:1}.admin-remove-btn{background:#ef4444cc;color:var(--text-primary);border:none;padding:.5rem .75rem;border-radius:6px;cursor:pointer;min-width:40px;transition:all .3s ease;font-weight:600}.admin-remove-btn:hover{background:#ef4444}.admin-add-btn{background:#22c55ecc;color:var(--text-primary);border:none;padding:.75rem 1rem;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .3s ease}.admin-add-btn:hover{background:#22c55e}.admin-submit-btn{width:100%;margin-top:1rem}.admin-projects-list{display:flex;flex-direction:column;gap:1rem}.admin-project-card{background:#1f293780;border:1px solid var(--border-color);border-radius:8px;padding:1.5rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.admin-project-info{flex:1;min-width:250px}.admin-project-title{color:var(--text-primary);margin:0 0 .5rem;font-size:1.1rem}.admin-project-desc{color:var(--text-secondary);margin:0;font-size:.9rem}.admin-project-actions{display:flex;gap:.5rem;flex-wrap:wrap}.admin-edit-btn{background:#3b82f6cc;color:var(--text-primary);border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-weight:600;transition:all .3s ease}.admin-edit-btn:hover{background:#3b82f6;transform:translateY(-2px)}.admin-delete-btn{background:#ef4444cc;color:var(--text-primary);border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-weight:600;transition:all .3s ease}.admin-delete-btn:hover{background:#ef4444;transform:translateY(-2px)}.admin-loading-text,.admin-no-data-text{color:var(--text-secondary);text-align:center;padding:2rem}@media(max-width:768px){.admin-dashboard-container{padding:1rem}.admin-header{flex-direction:column;align-items:flex-start}.admin-logout-btn{width:100%;justify-content:center}.admin-tab-content{padding:1rem}.admin-project-card{flex-direction:column;align-items:flex-start}.admin-project-actions{width:100%}.admin-edit-btn,.admin-delete-btn{flex:1;justify-content:center}.admin-tabs{gap:0}.admin-tab{flex:1;padding:.75rem;border-bottom:1px solid var(--border-color)}}:root{--header-height: 100px;--primary-gradient: linear-gradient(135deg, #38bdf8 0%, #8b5cf6 100%);--secondary-gradient: linear-gradient(135deg, #ec4899 0%, #8b5cf6 100%);--glass-bg: rgba(255, 255, 255, .05);--glass-border: rgba(255, 255, 255, .1);--text-primary: #f1f5f9;--text-secondary: #cbd5e1;--text-muted: #94a3b8}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:#0a0c10;color:var(--text-primary);overflow-x:hidden;line-height:1.6;position:relative;min-height:100vh}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 30%,rgba(56,189,248,.15) 0%,transparent 40%),radial-gradient(circle at 80% 70%,rgba(139,92,246,.15) 0%,transparent 40%),radial-gradient(circle at 40% 80%,rgba(236,72,153,.1) 0%,transparent 40%);z-index:-3}body:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:#0a0c10d9,url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.03' fill-rule='evenodd'/%3E%3C/svg%3E");backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);z-index:-2}.app{min-height:100vh;display:flex;flex-direction:column;position:relative;z-index:1}.main-content{flex:1;padding-top:var(--header-height);position:relative}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#c8c8d740;border-radius:10px}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#4f46e5,#38bdf8);border-radius:10px;box-shadow:inset 0 0 0 1px #ffffff40;transition:background .25s ease,box-shadow .25s ease}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#6366f1,#0ea5e9);box-shadow:0 0 6px #6366f199}::-webkit-scrollbar-thumb:active{background:linear-gradient(135deg,#6c60f5,#30b5f7)}::-webkit-scrollbar-corner{background:transparent}section{scroll-margin-top:var(--header-height);position:relative;z-index:2}.glass{background:#ffffff14;backdrop-filter:blur(25px) saturate(160%);-webkit-backdrop-filter:blur(25px) saturate(160%);border:1px solid rgba(255,255,255,.12);border-radius:12px;box-shadow:0 8px 32px #0003,inset 0 1px #ffffff1a}.glass-light{background:#ffffff1f;backdrop-filter:blur(15px) saturate(180%);-webkit-backdrop-filter:blur(15px) saturate(180%);border:1px solid rgba(255,255,255,.18);border-radius:12px;box-shadow:0 4px 16px #00000026,inset 0 1px #ffffff26}body{margin:0;padding:0;background:linear-gradient(135deg,#0f0e0e,#000);background-attachment:fixed;background-size:cover;min-height:100vh;color:#fff;overflow-x:hidden}body:before{content:"";position:fixed;inset:0;z-index:-1;background:radial-gradient(circle at 10% 20%,rgba(89,91,239,.12),transparent 40%),radial-gradient(circle at 90% 80%,rgba(150,107,249,.12),transparent 40%),radial-gradient(circle at 50% 50%,rgba(32,104,219,.08),transparent 55%);backdrop-filter:blur(50px);-webkit-backdrop-filter:blur(50px)}@media(max-width:768px){:root{--header-height: 80px}html{font-size:14px}body:before{background:radial-gradient(circle at 10% 20%,rgba(56,189,248,.1) 0%,transparent 30%),radial-gradient(circle at 90% 80%,rgba(139,92,246,.1) 0%,transparent 30%)}body:after{backdrop-filter:blur(15px) saturate(160%);-webkit-backdrop-filter:blur(15px) saturate(160%)}}.section-bg{width:100%;overflow:hidden}.section-content{max-width:1400px;margin:0 auto;width:100%}section{scroll-margin-top:4rem}@media(max-width:768px){section{scroll-margin-top:3rem}}@media(max-width:480px){section{scroll-margin-top:2.5rem}}section{transition:padding .3s ease}html{scroll-behavior:smooth}section[id]{scroll-margin-top:80px}#home{scroll-margin-top:0}@media(max-width:768px){section[id]{scroll-margin-top:70px}}@media(max-width:480px){section[id]{scroll-margin-top:60px}}html{scroll-behavior:smooth;scroll-padding-top:80px}section{position:relative}#home,#about,#skills,#projects,#contact{scroll-margin-top:80px}@media(max-width:768px){html{scroll-padding-top:70px}#home,#about,#skills,#projects,#contact{scroll-margin-top:70px}}@media(max-width:480px){html{scroll-padding-top:60px}#home,#about,#skills,#projects,#contact{scroll-margin-top:60px}}body{margin:0;padding:0;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-color:#000}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}
