@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.6;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#181c2b;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scrollbar-width:thin;scrollbar-color:#00e6a7 #232946}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#232946}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#00e6a7,#00c48c);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#00ffc4,#00e6a7)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(120deg,#181c2b,#232946);position:relative;overflow-x:hidden}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 80%,rgba(0,230,167,.015) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(0,230,167,.015) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(0,230,167,.01) 0%,transparent 50%);pointer-events:none;z-index:-1}h1,h2,h3,h4,h5,h6{color:#f4f4f4;font-weight:700;margin:0;line-height:1.2}h1{font-size:3.2em;letter-spacing:.02em}h2{font-size:2.2em;letter-spacing:.02em}h3{font-size:1.8em;letter-spacing:.02em}p{margin:0;line-height:1.6}a{font-weight:500;color:#00e6a7;text-decoration:none;transition:all .2s ease}a:hover{color:#00ffc4;text-shadow:0 0 8px rgba(0,230,167,.3)}button{border-radius:12px;border:2px solid #00e6a7;padding:.8em 1.6em;font-size:1em;font-weight:600;font-family:inherit;background:linear-gradient(135deg,#00e6a71a,#00e6a70d);color:#00e6a7;cursor:pointer;transition:all .3s ease;letter-spacing:.05em;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden}button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s ease}button:hover{background:linear-gradient(135deg,#00e6a733,#00e6a71a);box-shadow:0 0 20px #00e6a74d,inset 0 0 0 1px #00e6a733;transform:translateY(-2px);color:#00ffc4}button:hover:before{left:100%}button:active{transform:translateY(0)}button:focus,button:focus-visible{outline:2px solid rgba(0,230,167,.5);outline-offset:2px}::selection{background:#00e6a74d;color:#fff}::-moz-selection{background:#00e6a74d;color:#fff}*:focus{outline:2px solid rgba(0,230,167,.5);outline-offset:2px}img{max-width:100%;height:auto;display:block}.text-center{text-align:center}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes glow{0%,to{box-shadow:0 0 20px #00e6a74d}50%{box-shadow:0 0 30px #00e6a780}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media (prefers-contrast: high){:root{--primary-color: #00ff99;--text-color: #ffffff;--bg-color: #000000}}.fitnex-root{font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;background:linear-gradient(120deg,#181c2b,#232946);color:#f4f4f4;min-height:100vh;width:100vw;overflow-x:hidden;letter-spacing:.025em}.hero-section{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:35vh;background:linear-gradient(120deg,#232946 60%,#181c2b);box-shadow:0 8px 64px #23294644;padding:3rem 2rem 2rem;position:relative}.hero-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,rgba(0,230,167,.03) 0%,transparent 70%);pointer-events:none}.hero-section h1{font-size:3.8rem;letter-spacing:.15em;color:#00e6a7;margin-bottom:1rem;font-weight:800;text-shadow:0 4px 32px #00e6a799;position:relative;z-index:1}.hero-tagline{font-size:1.3rem;color:#b8c1ec;margin-bottom:1.5rem;font-weight:800;text-align:center;max-width:600px;line-height:1.6;position:relative;z-index:1}.about-section{display:flex;align-items:center;justify-content:center;gap:4rem;padding:6rem 3rem 4rem;max-width:1200px;margin:0 auto;flex-wrap:wrap}.about-img-wrapper{flex:0 0 220px;display:flex;align-items:center;justify-content:center;min-width:200px}.about-img{width:220px;height:220px;border-radius:50%;object-fit:cover;border:3px solid #00e6a7;box-shadow:0 0 48px #00e6a7cc,0 4px 32px #00e6a780,inset 0 0 0 3px #00e6a71a;background:#181c2b;transition:transform .3s ease,box-shadow .3s ease}.about-img:hover{transform:scale(1.05);box-shadow:0 0 64px #00e6a7cc,0 8px 48px #00e6a799,inset 0 0 0 3px #00e6a733}.about-content{flex:1;text-align:left;max-width:600px;padding:2rem 0}.about-content h2{font-size:2.5rem;margin-bottom:1.5rem;font-weight:700;letter-spacing:.05em}.about-content .highlight{color:#00e6a7;font-weight:600}.about-content p{color:#b8c1ec;font-size:1.15rem;line-height:1.7;margin-bottom:1.5rem;font-weight:500}.skills-section{padding:5rem 2rem 4rem;background:linear-gradient(135deg,#232946,#1e233a);box-shadow:0 4px 32px #00e6a733;margin:3rem 0}.skills-section h2{color:#00e6a7;margin-bottom:3rem;font-size:2.5rem;font-weight:700;text-align:center;letter-spacing:.05em}.skills-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:3rem;max-width:800px;margin:0 auto}.skill-item{display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:transform .3s ease,filter .3s ease;padding:1rem}.skill-item:hover{transform:translateY(-8px) scale(1.05);filter:brightness(1.1)}.skill-img-circle{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#181c2b,#232946);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;box-shadow:0 4px 24px #00e6a744,inset 0 0 0 2px #00e6a74d;border:2px solid #00e6a7;transition:all .3s ease}.skill-item:hover .skill-img-circle{box-shadow:0 8px 32px #00e6a799,inset 0 0 0 2px #00e6a780;transform:rotate(5deg)}.skill-img-circle img{width:64px;height:64px;object-fit:contain}.skill-item span{color:#b8c1ec;font-size:1.1rem;margin-top:.5rem;font-weight:500;text-align:center}.articles-section{padding:5rem 2rem 4rem;max-width:1200px;margin:0 auto}.articles-section h2{color:#00e6a7;margin-bottom:3rem;font-size:2.5rem;font-weight:700;text-align:center;letter-spacing:.05em}.articles-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;max-width:1000px;margin:0 auto}.article-card{background:linear-gradient(135deg,#181c2b,#1e233a);border-radius:24px;box-shadow:0 4px 24px #00e6a744,inset 0 0 0 1px #00e6a71a;overflow:hidden;text-decoration:none;color:#f4f4f4;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.article-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 12px 48px #00e6a799,inset 0 0 0 1px #00e6a74d}.article-card img{width:100%;height:160px;object-fit:cover;transition:transform .3s ease}.article-card:hover img{transform:scale(1.1)}.article-title{padding:1.5rem 1rem;font-size:1.2rem;color:#b8c1ec;text-align:center;font-weight:500;line-height:1.5}.testimonials-section{padding:5rem 2rem 4rem;background:linear-gradient(135deg,#232946,#1e233a);margin:3rem 0}.testimonials-section h2{color:#00e6a7;margin-bottom:3rem;font-size:2.5rem;font-weight:700;text-align:center;letter-spacing:.05em}.testimonials-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;max-width:1000px;margin:0 auto}.testimonial-card{background:linear-gradient(135deg,#181c2b,#1e233a);border-radius:24px;box-shadow:0 4px 24px #00e6a744,inset 0 0 0 1px #00e6a71a;padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.testimonial-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 12px 48px #00e6a799,inset 0 0 0 1px #00e6a74d}.testimonial-img{width:80px;height:80px;border-radius:50%;object-fit:cover;margin-bottom:1.5rem;border:3px solid #00e6a7;box-shadow:0 4px 16px #00e6a766;transition:transform .3s ease}.testimonial-card:hover .testimonial-img{transform:scale(1.1)}.testimonial-text{color:#b8c1ec;font-size:1.1rem;margin-bottom:1rem;text-align:center;line-height:1.6;font-weight:300;font-style:italic}.testimonial-name{color:#00e6a7;font-size:1rem;font-weight:600;letter-spacing:.05em}.footer-section{background:linear-gradient(135deg,#181c2b,#0f1419);padding:4rem 2rem 2rem;text-align:center;margin-top:4rem;border-top:1px solid rgba(0,230,167,.2);position:relative}.footer-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#00e6a7 50%,transparent 100%)}.contact-info{max-width:600px;margin:0 auto;padding:1rem 0}.contact-info h3{color:#00e6a7;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600;letter-spacing:.05em}.contact-info p{color:#b8c1ec;margin:.8rem 0;font-size:1.1rem;font-weight:300}.contact-info a{color:#00e6a7;text-decoration:none;font-weight:500;transition:color .2s ease}.contact-info a:hover{color:#00ffc4;text-shadow:0 0 8px rgba(0,230,167,.5)}.footer-text{color:#b8c1ec;margin-top:2rem;font-size:.95rem;opacity:.8;font-weight:300}@media (max-width: 1100px){.about-section{flex-direction:column;gap:3rem;text-align:center;padding:4rem 2rem 3rem}.about-content{text-align:center;max-width:700px}.hero-section h1{font-size:3.5rem}}@media (max-width: 768px){.skills-list{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:2rem}.articles-list,.testimonials-list{grid-template-columns:1fr;gap:2rem}.about-img{width:180px;height:180px}.about-section{padding:3rem 1.5rem 2rem}.hero-section{padding:2rem 1.5rem 1.5rem;min-height:30vh}.hero-section h1{font-size:2.8rem}.hero-tagline{font-size:1.2rem}.skills-section,.testimonials-section,.articles-section{padding:3rem 1.5rem 2rem}}
