.landing-header{padding:1.5rem 0;position:relative;z-index:100}.landing-nav{display:flex;justify-content:space-between;align-items:center}.landing-logo{display:flex;align-items:center;gap:0;font-weight:800;font-size:2.8rem;color:#fff;text-decoration:none}.landing-nav-links{display:flex;gap:2.5rem;list-style:none;align-items:center}.landing-nav-links a{color:var(--light-gray);text-decoration:none;font-weight:500;font-size:.95rem;transition:all .3s;position:relative}.landing-nav-links a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--primary);transition:width .3s}.landing-nav-links a:hover{color:var(--primary)}.landing-nav-links a:hover:after{width:100%}.landing-btn{padding:.75rem 1.75rem;border-radius:10px;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .3s;border:none;cursor:pointer;display:inline-block}.landing-btn-primary{background:linear-gradient(135deg,var(--primary),var(--primary-light));color:#000!important;box-shadow:0 4px 20px #00bf634d}.landing-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 30px #00bf6380}.landing-btn-secondary{background:#ffffff0d;color:#fff;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.landing-btn-secondary:hover{background:#ffffff1a;border-color:var(--primary)}.landing-mobile-toggle{display:none;background:transparent;border:none;color:#fff;cursor:pointer;z-index:1001}@media (max-width: 992px){.landing-nav-links{position:fixed;top:0;right:0;width:100%;height:100vh;background:#050810f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;justify-content:center;gap:2rem;transform:translate(100%);transition:transform .4s cubic-bezier(.4,0,.2,1);z-index:1000;padding:2rem}.landing-nav-links.active{transform:translate(0)}.landing-mobile-toggle{display:block}.landing-logo{font-size:2rem}.landing-btn{width:100%;text-align:center}}.landing-hero{padding:8rem 0 6rem;position:relative}.landing-hero-content{display:grid;grid-template-columns:1.1fr .9fr;gap:4rem;align-items:center}.landing-hero-text h1{font-size:4.5rem;font-weight:800;line-height:1.1;color:#fff;margin-bottom:1.5rem;letter-spacing:-.02em}.landing-gradient-text{background:linear-gradient(135deg,var(--primary),var(--primary-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-hero-text p{font-size:1.3rem;color:var(--gray);margin-bottom:2.5rem;line-height:1.7}.landing-hero-cta{display:flex;gap:1rem;align-items:center}.landing-btn-large{padding:1.1rem 2.5rem;font-size:1.1rem}.landing-hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:4rem;padding-top:3rem;border-top:1px solid rgba(255,255,255,.1)}.landing-stat-item{text-align:center}.landing-stat-number{font-size:2.5rem;font-weight:800;color:var(--primary);font-family:JetBrains Mono,monospace}.landing-stat-label{color:var(--gray);font-size:.9rem;margin-top:.5rem}.landing-hero-text{animation:fadeInUp 1s ease-out}@media (max-width: 1024px){.landing-hero-content{grid-template-columns:1fr;gap:3rem}.landing-hero-text h1{font-size:3.5rem}}@media (max-width: 768px){.landing-hero-text h1{font-size:2.5rem}.landing-hero-stats{grid-template-columns:1fr;gap:1.5rem}}.landing-dashboard-preview{position:relative}.landing-dashboard-card{background:linear-gradient(135deg,#ffffff0d,#ffffff05);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 20px 60px #00000080;animation:dashboardFadeIn 1s ease-out .3s backwards}@keyframes dashboardFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.landing-dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;animation:slideInLeft .6s ease-out .5s backwards}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.landing-dashboard-title{font-size:1.1rem;font-weight:600;color:#fff}.landing-status-badge{padding:.4rem .9rem;background:#00bf6326;border:1px solid var(--primary);border-radius:20px;font-size:.8rem;color:var(--primary);font-weight:600;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(.98)}}.landing-metric-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem}.landing-metric-box{background:#0000004d;padding:1.2rem;border-radius:12px;border:1px solid rgba(255,255,255,.05);animation:metricAppear .6s ease-out backwards}.landing-metric-box:nth-child(1){animation-delay:.7s}.landing-metric-box:nth-child(2){animation-delay:.8s}@keyframes metricAppear{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.landing-metric-label{font-size:.75rem;color:var(--gray);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.landing-metric-value{font-size:1.8rem;font-weight:700;color:#fff;font-family:JetBrains Mono,monospace}.landing-metric-trend{font-size:.8rem;color:var(--success);margin-top:.3rem}.landing-chart-placeholder{height:120px;background:linear-gradient(180deg,rgba(0,191,99,.1),transparent);border-radius:10px;position:relative;overflow:hidden;animation:chartFadeIn .8s ease-out .9s backwards}@keyframes chartFadeIn{0%{opacity:0}to{opacity:1}}.landing-chart-line{position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--primary),var(--accent-blue));animation:drawLine 2s ease-out 1.2s backwards}@keyframes drawLine{0%{transform:scaleX(0);transform-origin:left}to{transform:scaleX(1);transform-origin:left}}.landing-chart-line:before,.landing-chart-line:after{content:"";position:absolute;width:8px;height:8px;background:var(--primary);border-radius:50%;top:-3px;box-shadow:0 0 10px #00bf6380;animation:dotPulse 2s ease-in-out infinite}.landing-chart-line:before{left:20%}.landing-chart-line:after{right:15%}@keyframes dotPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.8}}.landing-chart-bars{position:absolute;bottom:10px;left:10%;right:10%;height:80px;display:flex;align-items:flex-end;gap:8px}.landing-chart-bar{flex:1;background:linear-gradient(180deg,var(--primary),transparent);border-radius:4px 4px 0 0;opacity:.6;animation:barGrow 1s ease-out backwards}.landing-chart-bar:nth-child(1){height:45%;animation-delay:1s}.landing-chart-bar:nth-child(2){height:60%;animation-delay:1.1s}.landing-chart-bar:nth-child(3){height:35%;animation-delay:1.2s}.landing-chart-bar:nth-child(4){height:70%;animation-delay:1.3s}.landing-chart-bar:nth-child(5){height:55%;animation-delay:1.4s}.landing-chart-bar:nth-child(6){height:80%;animation-delay:1.5s}.landing-chart-bar:nth-child(7){height:65%;animation-delay:1.6s}@keyframes barGrow{0%{transform:scaleY(0);opacity:0}to{transform:scaleY(1);opacity:.6}}.landing-features{padding:8rem 0}.landing-section-header{text-align:center;max-width:700px;margin:0 auto 5rem}.landing-section-tag{display:inline-block;padding:.5rem 1.2rem;background:#00bf631a;border:1px solid rgba(0,191,99,.3);border-radius:20px;color:var(--primary);font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem}.landing-section-header h2{font-size:3rem;font-weight:800;color:#fff;margin-bottom:1rem;line-height:1.2}.landing-section-header p{font-size:1.2rem;color:var(--gray)}.landing-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.landing-feature-card{background:linear-gradient(135deg,#ffffff0d,#ffffff05);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2.5rem;transition:all .4s;position:relative;overflow:hidden;animation:fadeInUp .8s ease-out backwards}.landing-feature-card:nth-child(1){animation-delay:.1s}.landing-feature-card:nth-child(2){animation-delay:.2s}.landing-feature-card:nth-child(3){animation-delay:.3s}.landing-feature-card:nth-child(4){animation-delay:.4s}.landing-feature-card:nth-child(5){animation-delay:.5s}.landing-feature-card:nth-child(6){animation-delay:.6s}.landing-feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--primary),var(--accent-blue));transform:scaleX(0);transform-origin:left;transition:transform .4s}.landing-feature-card:hover{transform:translateY(-8px);border-color:#00bf634d;box-shadow:0 20px 60px #00bf6333}.landing-feature-card:hover:before{transform:scaleX(1)}.landing-feature-icon{width:60px;height:60px;background:linear-gradient(135deg,var(--primary),var(--primary-light));border-radius:15px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:var(--darker)}.landing-feature-icon svg{width:28px;height:28px}.landing-feature-card h3{font-size:1.4rem;font-weight:700;color:#fff;margin-bottom:1rem}.landing-feature-card p{color:var(--gray);line-height:1.7}@media (max-width: 1024px){.landing-features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.landing-features-grid{grid-template-columns:1fr}}.landing-platform{padding:8rem 0;position:relative}.landing-platform-header{text-align:center;max-width:800px;margin:0 auto 5rem}.landing-section-tag-green{background:var(--primary)!important;color:#fff!important;box-shadow:0 0 15px #00bf6366}.landing-platform-header h2{font-size:4rem;font-weight:800;color:#fff;margin:1.5rem 0 1rem;line-height:1.1;letter-spacing:-.02em}.landing-platform-header p{font-size:1.3rem;color:var(--gray)}.landing-platform-content{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.landing-platform-text h2{font-size:2.8rem;font-weight:800;color:#fff;margin-bottom:1.5rem;line-height:1.2}.landing-platform-text p{font-size:1.15rem;color:var(--gray);margin-bottom:2.5rem;line-height:1.8}.landing-benefit-list{display:flex;flex-direction:column;gap:1.2rem;margin-bottom:2.5rem}.landing-benefit-item{display:flex;align-items:flex-start;gap:1rem}.landing-benefit-check{width:28px;height:28px;background:linear-gradient(135deg,var(--primary),var(--primary-light));border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--darker)}.landing-benefit-text{color:var(--light-gray);font-size:1.05rem}.landing-platform-image{position:relative}.landing-platform-screenshot{background:linear-gradient(135deg,#ffffff14,#ffffff08);border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:1.5rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 30px 80px #0009}.landing-screenshot-content{background:var(--dark);border-radius:12px;padding:2rem;min-height:400px;display:flex;flex-direction:column;gap:.8rem}.landing-code-line{font-family:JetBrains Mono,monospace;font-size:.9rem;color:var(--light-gray);opacity:0;animation:typingReveal .5s forwards}.landing-code-line:nth-child(1){animation-delay:.2s}.landing-code-line:nth-child(2){animation-delay:.4s}.landing-code-line:nth-child(3){animation-delay:.6s}.landing-code-line:nth-child(4){animation-delay:.8s}.landing-code-line:nth-child(5){animation-delay:1s}.landing-code-line:nth-child(6){animation-delay:1.2s}.landing-code-line:nth-child(7){animation-delay:1.4s}.landing-code-line:nth-child(8){animation-delay:1.6s}@keyframes typingReveal{to{opacity:1}}.landing-code-keyword{color:#ff6b9d}.landing-code-string{color:var(--primary)}.landing-code-number{color:var(--accent-blue)}.landing-code-comment{color:var(--gray)}.landing-analysis-box{margin-top:2rem;padding:1.5rem;background:#00bf631a;border-left:3px solid var(--primary);border-radius:8px;animation:typingReveal .5s forwards;animation-delay:2s;opacity:0}.landing-analysis-title{color:var(--primary);font-weight:600;margin-bottom:.5rem}.landing-analysis-desc{color:var(--gray);font-size:.85rem}@media (max-width: 1024px){.landing-platform-content{grid-template-columns:1fr;gap:3rem}.landing-platform-header h2{font-size:3rem}}@media (max-width: 768px){.landing-platform-header h2,.landing-platform-text h2{font-size:2.2rem}}.pricing-section{padding:6rem 0;background:transparent;position:relative;overflow:hidden}.pricing-container{max-width:1400px;margin:0 auto;padding:0 2rem}.pricing-header{text-align:center;margin-bottom:4rem}.pricing-badge{display:inline-block;padding:.5rem 1.25rem;background:#00bf631a;border:1px solid rgba(0,191,99,.3);border-radius:9999px;color:#00ff7f;font-size:.875rem;font-weight:600;letter-spacing:.05em;margin-bottom:1.5rem}.pricing-title{font-size:3rem;font-weight:700;color:#fff;margin:0 0 1rem;line-height:1.2}.pricing-subtitle{font-size:1.25rem;color:#8a94a7;margin:0 0 .5rem}.pricing-note{font-size:1rem;color:#8a94a7;margin:0}.pricing-slider-wrapper{position:relative;max-width:1200px;margin:0 auto}.slider-nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#0d1117f2;border:1px solid rgba(255,255,255,.2);border-radius:50%;color:#e6e9ef;cursor:pointer;transition:all .3s ease;z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.slider-nav-btn:hover:not(.disabled){background:#00bf6333;border-color:#00bf6380;color:#00ff7f;transform:translateY(-50%) scale(1.1)}.slider-nav-btn.disabled{opacity:.3;cursor:not-allowed}.slider-nav-prev{left:-28px}.slider-nav-next{right:-28px}.pricing-slider{display:flex;gap:2rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;cursor:grab;padding:2rem 0}.pricing-slider::-webkit-scrollbar{display:none}.pricing-slider:active{cursor:grabbing}.pricing-card{flex:0 0 100%;max-width:380px;margin:0 auto;background:linear-gradient(135deg,#0d1117cc,#171a21cc);border:1px solid rgba(255,255,255,.1);border-radius:1.5rem;padding:2.5rem;scroll-snap-align:center;transition:all .3s ease;position:relative;overflow:hidden}.pricing-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#00bf63,#00ff7f);opacity:0;transition:opacity .3s ease}.pricing-card:hover{transform:translateY(-8px);box-shadow:0 20px 60px #00bf6333;border-color:#00bf634d}.pricing-card:hover:before{opacity:1}.pricing-card.highlighted{background:linear-gradient(135deg,#00bf6326,#00ff7f0d);border-color:#00bf6380;transform:scale(1.05)}.pricing-card.highlighted:before{opacity:1}.pricing-badge-top{position:absolute;top:1.5rem;right:1.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#00bf63,#00ff7f);color:#000;font-size:.75rem;font-weight:700;border-radius:9999px;letter-spacing:.05em}.pricing-card-header{text-align:center;margin-bottom:2rem}.pricing-card-icon{width:72px;height:72px;display:flex;align-items:center;justify-content:center;background:#00bf631a;border:2px solid rgba(0,191,99,.3);border-radius:1.25rem;color:#00ff7f;margin:0 auto 1.5rem}.pricing-card-name{font-size:1.75rem;font-weight:700;color:#fff;margin:0 0 .5rem}.pricing-card-description{font-size:1rem;color:#8a94a7;margin:0}.pricing-card-price{text-align:center;padding:2rem 0;margin-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.price-value{display:flex;align-items:baseline;justify-content:center;gap:.5rem;margin-bottom:.75rem}.price-currency{font-size:1.5rem;font-weight:600;color:#8a94a7}.price-amount{font-size:4rem;font-weight:700;color:#fff;line-height:1}.price-period{font-size:1.25rem;color:#8a94a7}.price-custom{font-size:2rem;font-weight:700;color:#fff}.price-athletes{font-size:.9375rem;color:#00ff7f;font-weight:500}.pricing-card-features{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.feature-item{display:flex;align-items:flex-start;gap:.75rem;font-size:.9375rem;color:#e6e9ef}.feature-check{color:#00ff7f;flex-shrink:0;margin-top:2px}.pricing-card-btn{display:block;width:100%;padding:1rem 2rem;text-align:center;font-weight:600;font-size:1rem;border-radius:.75rem;text-decoration:none;transition:all .3s ease}.pricing-card-btn.btn-primary{background:linear-gradient(135deg,#00bf63,#00ff7f);color:#000;border:none}.pricing-card-btn.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #00bf6366}.pricing-card-btn.btn-outline{background:transparent;color:#00ff7f;border:2px solid rgba(0,191,99,.5)}.pricing-card-btn.btn-outline:hover{background:#00bf631a;border-color:#00ff7f}.slider-indicators{display:flex;justify-content:center;gap:.75rem;margin-top:2.5rem}.indicator{width:12px;height:12px;background:#fff3;border:none;border-radius:50%;cursor:pointer;transition:all .3s ease;padding:0}.indicator:hover{background:#00bf6380}.indicator.active{width:32px;border-radius:6px;background:linear-gradient(90deg,#00bf63,#00ff7f)}@media (max-width: 1024px){.pricing-title{font-size:2.5rem}.slider-nav-prev{left:-20px}.slider-nav-next{right:-20px}}@media (max-width: 768px){.pricing-section{padding:4rem 0}.pricing-container{padding:0 1rem}.pricing-header{margin-bottom:3rem}.pricing-title{font-size:2rem}.pricing-subtitle{font-size:1.125rem}.slider-nav-btn{width:48px;height:48px}.slider-nav-prev{left:0}.slider-nav-next{right:0}.pricing-slider{gap:1rem;padding:1rem 0}.pricing-card{padding:2rem}.pricing-card.highlighted{transform:scale(1)}.price-amount{font-size:3rem}.pricing-card-icon{width:64px;height:64px}}@media (max-width: 480px){.pricing-title{font-size:1.75rem}.pricing-card{padding:1.5rem}.pricing-card-name{font-size:1.5rem}.price-amount{font-size:2.5rem}.slider-nav-btn{width:40px;height:40px}}@media (hover: none){.pricing-card:hover{transform:none}.pricing-card.highlighted{transform:scale(1.02)}}.landing-cta{padding:8rem 0;position:relative}.landing-cta-box{background:linear-gradient(135deg,#00bf6326,#58a6ff1a);border:2px solid rgba(0,191,99,.3);border-radius:30px;padding:6rem 4rem;text-align:center;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 20px 50px #0000004d}.landing-cta-box:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(0,191,99,.15) 0%,transparent 70%);animation:rotateGlow 20s linear infinite;pointer-events:none}@keyframes rotateGlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.landing-cta-box:after{content:"";position:absolute;top:0;left:0;width:200%;height:100%;background:repeating-linear-gradient(45deg,transparent,transparent 100px,rgba(0,191,99,.03) 100px,rgba(0,191,99,.03) 200px);animation:slideBands 30s linear infinite;pointer-events:none}@keyframes slideBands{0%{transform:translate(-50%)}to{transform:translate(0)}}.landing-cta-content{position:relative;z-index:1}.landing-cta-box h2{font-size:3.5rem;font-weight:800;color:#fff;margin-bottom:1.5rem;line-height:1.1;letter-spacing:-.02em}.landing-cta-box p{font-size:1.3rem;color:var(--light-gray);margin-bottom:3.5rem;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.6}.landing-cta-buttons{display:flex;gap:1.5rem;justify-content:center;align-items:center}.landing-btn-large{padding:1.2rem 2.8rem;font-size:1.1rem;border-radius:50px}.landing-btn-primary{background:linear-gradient(135deg,var(--primary),var(--primary-light));color:#000!important;box-shadow:0 10px 25px #00bf6366}.landing-btn-secondary{background:#0a162899;color:#fff;border:1px solid rgba(0,191,99,.4);box-shadow:0 10px 25px #0003}.landing-btn-secondary:hover{background:#0a1628cc;border-color:var(--primary)}@media (max-width: 1024px){.landing-cta-box h2{font-size:2.8rem}}@media (max-width: 768px){.landing-cta-box{padding:4rem 2rem}.landing-cta-box h2{font-size:2.2rem}.landing-cta-buttons{flex-direction:column;width:100%}.landing-btn-large{width:100%}}.landing-footer{border-top:1px solid rgba(255,255,255,.1);padding:4rem 0 2rem}.landing-footer-content{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:4rem;margin-bottom:3rem}.landing-footer-brand{max-width:350px}.landing-footer-logo{margin-bottom:1.5rem}.landing-footer-logo-text{font-size:1.5rem;font-weight:800;display:flex;font-style:italic}.landing-footer-logo-text .logo-check{color:#fff}.landing-footer-logo-text .logo-in{color:var(--primary)}.landing-footer-logo-text .logo-four{color:#fff}.landing-footer-brand p{color:var(--gray);line-height:1.8;margin-bottom:1.5rem}.landing-social-links{display:flex;gap:1rem}.landing-social-link{width:40px;height:40px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--gray);text-decoration:none;transition:all .3s}.landing-social-link:hover{background:var(--primary);border-color:var(--primary);color:var(--darker);transform:translateY(-3px)}.landing-footer-column h4{color:#fff;font-weight:600;margin-bottom:1.5rem;font-size:1.1rem}.landing-footer-links{list-style:none;display:flex;flex-direction:column;gap:.8rem}.landing-footer-links a{color:var(--gray);text-decoration:none;transition:all .3s;display:inline-block}.landing-footer-links a:hover{color:var(--primary);transform:translate(5px)}.landing-footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;color:var(--gray);font-size:.9rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.landing-heart-icon{color:var(--primary);fill:var(--primary);display:inline-block;vertical-align:middle}@media (max-width: 1024px){.landing-footer-content{grid-template-columns:1fr 1fr;gap:3rem}}@media (max-width: 768px){.landing-footer-content{grid-template-columns:1fr;gap:2rem}}.landing-wrapper{margin:0;padding:0;box-sizing:border-box;font-family:Outfit,sans-serif;background:var(--darker);color:var(--light-gray);overflow-x:hidden;line-height:1.6;min-height:100vh}:root{--primary: #00bf63;--primary-dark: #009d52;--primary-light: #00ff7f;--secondary: #0A1628;--dark: #0D1117;--darker: #050810;--gray: #8B949E;--light-gray: #C9D1D9;--accent-blue: #58A6FF;--accent-orange: #FF6B35;--success: #56D364}.bg-grid{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,rgba(0,191,99,.03) 1px,transparent 1px),linear-gradient(rgba(0,191,99,.03) 1px,transparent 1px);background-size:50px 50px;z-index:0;pointer-events:none;animation:gridMove 20s linear infinite}@keyframes gridMove{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.gradient-orb{position:fixed;border-radius:50%;filter:blur(80px);opacity:.3;pointer-events:none;z-index:1;animation:float 15s ease-in-out infinite}.orb-1{width:500px;height:500px;background:radial-gradient(circle,var(--primary) 0%,transparent 70%);top:-200px;right:-100px}.orb-2{width:400px;height:400px;background:radial-gradient(circle,var(--accent-blue) 0%,transparent 70%);bottom:-150px;left:-100px;animation-delay:-5s}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(50px,-50px) scale(1.1)}66%{transform:translate(-50px,50px) scale(.9)}}.landing-container{max-width:1400px;margin:0 auto;padding:0 2rem;position:relative;z-index:10;width:100%}@media (max-width: 768px){.landing-container{padding:0 1.25rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.modern-signup{min-height:100vh;background:#050810}.signup-hero{min-height:100vh;position:relative;overflow:hidden;padding:2rem}.signup-hero-bg{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:0}.signup-grid-bg{position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(rgba(0,191,99,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(0,191,99,.03) 1px,transparent 1px);background-size:50px 50px;-webkit-mask-image:radial-gradient(circle at center,black,transparent 80%);mask-image:radial-gradient(circle at center,black,transparent 80%)}.signup-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.3;animation:float 20s ease-in-out infinite}.signup-orb-1{width:600px;height:600px;background:radial-gradient(circle,rgba(0,191,99,.4),transparent);top:-200px;right:-200px}.signup-orb-2{width:400px;height:400px;background:radial-gradient(circle,rgba(0,255,127,.3),transparent);bottom:-100px;left:-100px;animation-delay:-10s}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-30px) rotate(180deg)}}.signup-container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.signup-logo{display:inline-flex;align-items:center;font-size:2rem;font-weight:700;text-decoration:none;margin-bottom:3rem;transition:transform .3s ease}.signup-logo:hover{transform:scale(1.05)}.signup-header{text-align:center;max-width:800px;margin:0 auto 4rem}.signup-badge-group{display:flex;justify-content:center;gap:.75rem;margin-bottom:2rem;flex-wrap:wrap}.signup-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:#0000004d;border:1px solid rgba(255,255,255,.1);border-radius:9999px;color:#8a94a7;font-size:.875rem;font-weight:500}.signup-badge-primary{background:#00bf6326;border-color:#00bf634d;color:#00ff7f}.signup-title{font-size:3.5rem;font-weight:700;color:#fff;margin:0 0 1.5rem;line-height:1.1;background:linear-gradient(135deg,#fff,#e6e9ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.signup-subtitle{font-size:1.25rem;color:#8a94a7;margin:0 0 2.5rem;line-height:1.6}.signup-cta-btn{padding:1.25rem 3rem!important;font-size:1.125rem!important;display:inline-flex;align-items:center;gap:.75rem}.signup-benefits{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;margin-bottom:4rem}.benefit-card{background:linear-gradient(135deg,#0d1117cc,#171a21cc);border:1px solid rgba(255,255,255,.1);border-radius:1.25rem;padding:2rem;transition:all .3s ease}.benefit-card:hover{transform:translateY(-4px);border-color:#00bf634d;box-shadow:0 12px 40px #00bf6326}.benefit-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:#00bf631a;border:1px solid rgba(0,191,99,.3);border-radius:1rem;color:#00ff7f;margin-bottom:1.5rem}.benefit-title{font-size:1.25rem;font-weight:600;color:#fff;margin:0 0 .75rem}.benefit-description{font-size:.9375rem;color:#8a94a7;margin:0;line-height:1.6}.signup-integrations{text-align:center;padding:3rem 0;margin-bottom:3rem;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.integrations-title{font-size:1.5rem;font-weight:600;color:#fff;margin:0 0 2rem}.integrations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1.5rem;margin-bottom:1.5rem}.integration-logo{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem;background:#0000004d;border:1px solid rgba(255,255,255,.1);border-radius:1rem;color:#8a94a7;transition:all .3s ease;cursor:default}.integration-logo:hover{background:#00bf630d;border-color:#00bf634d;color:#00ff7f;transform:translateY(-2px)}.integration-logo span{font-size:.875rem;font-weight:500}.integrations-note{font-size:.875rem;color:#8a94a7;margin:0}.signup-timeline{margin-bottom:3rem}.timeline-title{font-size:1.75rem;font-weight:600;color:#fff;text-align:center;margin:0 0 2.5rem}.timeline-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem}.timeline-step{display:flex;gap:1.25rem;align-items:flex-start}.timeline-number{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#00bf63,#00ff7f);color:#000;font-size:1.25rem;font-weight:700;border-radius:50%;flex-shrink:0}.timeline-content h4{font-size:1.125rem;font-weight:600;color:#fff;margin:0 0 .5rem}.timeline-content p{font-size:.9375rem;color:#8a94a7;margin:0;line-height:1.5}.signup-trust{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;padding:2rem 0}.trust-item{display:flex;align-items:center;gap:.75rem;font-size:.9375rem;color:#8a94a7}.signup-form-container{max-width:700px;margin:0 auto}.back-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#0000004d;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;color:#8a94a7;font-size:.9375rem;cursor:pointer;transition:all .2s ease;margin-bottom:2rem}.back-button:hover{background:#ffffff0d;color:#e6e9ef}.signup-form-header{text-align:center;margin-bottom:3rem}.form-title{font-size:2.5rem;font-weight:700;color:#fff;margin:0 0 1rem}.form-subtitle{font-size:1.125rem;color:#8a94a7;margin:0}.plan-selector{margin-bottom:2.5rem}.plan-label{display:block;font-size:1rem;font-weight:600;color:#fff;margin-bottom:1rem}.plan-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.plan-option{position:relative;display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem;background:#0000004d;border:2px solid rgba(255,255,255,.1);border-radius:1rem;cursor:pointer;transition:all .3s ease}.plan-option:hover{background:#ffffff05;border-color:#00bf634d}.plan-option.active{background:#00bf631a;border-color:#00bf6380}.plan-badge{position:absolute;top:-10px;right:-10px;padding:.375rem .75rem;background:linear-gradient(135deg,#00bf63,#00ff7f);color:#000;font-size:.6875rem;font-weight:700;border-radius:9999px;text-transform:uppercase;letter-spacing:.05em}.plan-name{font-size:1.125rem;font-weight:600;color:#fff}.plan-price{font-size:1.5rem;font-weight:700;color:#00ff7f}.plan-desc{font-size:.875rem;color:#8a94a7}.signup-form{background:linear-gradient(135deg,#0d1117cc,#171a21cc);border:1px solid rgba(255,255,255,.1);border-radius:1.5rem;padding:2.5rem}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.form-actions{display:flex;flex-direction:column;gap:1.5rem}.form-error{padding:1rem 1.25rem;background:#d9480f1f;border:1px solid rgba(217,72,15,.3);border-radius:.75rem;color:#f1b6a5;font-size:.9375rem}.form-success{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:#2fb3441f;border:1px solid rgba(47,179,68,.3);border-radius:.75rem;color:#9be7af;font-size:.9375rem}.submit-btn{padding:1.125rem 2rem!important;font-size:1.125rem!important;width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem}.form-terms{text-align:center;font-size:.875rem;color:#8a94a7;margin:0}.form-terms a{color:#00ff7f;text-decoration:none}.form-terms a:hover{text-decoration:underline}.form-features{margin-top:2.5rem;padding:2rem;background:#00bf630d;border:1px solid rgba(0,191,99,.2);border-radius:1rem}.form-features h4{font-size:1.125rem;font-weight:600;color:#fff;margin:0 0 1rem}.form-features ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.form-features li{display:flex;align-items:flex-start;gap:.75rem;font-size:.9375rem;color:#8a94a7}.form-features li svg{color:#00ff7f;flex-shrink:0;margin-top:2px}@media (max-width: 768px){.signup-hero{padding:1.5rem}.signup-title{font-size:2.5rem}.signup-subtitle{font-size:1.125rem}.signup-benefits{grid-template-columns:1fr}.integrations-grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}.timeline-steps{grid-template-columns:1fr}.signup-trust{flex-direction:column;align-items:center}.form-title{font-size:2rem}.plan-options,.form-grid{grid-template-columns:1fr}.signup-form{padding:1.5rem}}@media (max-width: 480px){.signup-title{font-size:2rem}.signup-cta-btn{width:100%}.benefit-card{padding:1.5rem}.form-title{font-size:1.75rem}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;background:var(--bg);overflow:hidden}.bg-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:50px 50px;-webkit-mask-image:radial-gradient(circle at center,black,transparent 80%);mask-image:radial-gradient(circle at center,black,transparent 80%);pointer-events:none}.gradient-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.15;pointer-events:none;z-index:1}.orb-1{width:400px;height:400px;background:var(--primary);top:-100px;left:-100px;animation:orbFloat 20s infinite alternate}.orb-2{width:300px;height:300px;background:var(--accent);bottom:-50px;right:-50px;animation:orbFloat 15s infinite alternate-reverse}@keyframes orbFloat{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.login-container{position:relative;z-index:10;width:100%;max-width:1100px;margin:2rem;display:grid;grid-template-columns:1fr 1fr;background:#171a2199;border:1px solid rgba(255,255,255,.1);border-radius:24px;overflow:hidden;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 30px 80px #0009;animation:fadeInUp .8s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.login-form-section{padding:4rem;display:flex;flex-direction:column;justify-content:center}.logo{display:flex;align-items:center;gap:0;font-weight:800;font-size:2.5rem;color:#fff;text-decoration:none;margin-bottom:3rem;font-style:italic}.login-header{margin-bottom:2.5rem}.login-header h1{font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:.75rem;line-height:1.2}.login-header p{font-size:1.1rem;color:var(--muted)}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-size:.9rem;font-weight:600;color:var(--muted);margin-bottom:.5rem}.input-wrapper{position:relative}.login-form-section .input-wrapper .form-input{padding-left:64px!important;padding-right:50px!important;z-index:1;position:relative;width:100%;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;font-size:16px;transition:all .3s}.login-form-section .input-wrapper .input-icon{z-index:10!important;pointer-events:none!important;position:absolute;left:1.25rem;top:50%;transform:translateY(-50%);color:var(--muted);display:flex;align-items:center;justify-content:center;width:20px;height:20px}.login-form-section .input-wrapper .password-toggle{z-index:10!important;pointer-events:auto!important;position:absolute;right:1.25rem;top:50%;transform:translateY(-50%);background:transparent;border:none;color:var(--muted);cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;transition:all .3s}.form-input:focus{outline:none;background:#ffffff14;border-color:var(--primary);box-shadow:0 0 0 3px #22c55e1a}.form-input::placeholder{color:#ffffff4d}.password-toggle:hover{color:var(--primary)}.form-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.checkbox-wrapper{display:flex;align-items:center;gap:.5rem}.checkbox-wrapper input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:var(--primary)}.checkbox-wrapper label{font-size:.9rem;color:var(--muted);cursor:pointer}.forgot-password{font-size:.9rem;color:var(--primary);text-decoration:none;font-weight:600;transition:all .3s;background:none;border:none;cursor:pointer}.forgot-password:hover{filter:brightness(1.2);text-decoration:underline}.btn{width:100%;padding:1.1rem;border-radius:12px;font-weight:700;font-size:1rem;transition:all .3s;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-primary{background:var(--primary);color:#000;box-shadow:0 4px 20px #22c55e4d;margin-bottom:1rem}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 30px #22c55e80}.divider{display:flex;align-items:center;gap:1rem;margin:2rem 0}.divider-line{flex:1;height:1px;background:#ffffff1a}.divider-text{font-size:.85rem;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.btn-google{background:#ffffff0d;color:#fff;border:1px solid rgba(255,255,255,.1)}.btn-google:hover{background:#ffffff1a;border-color:var(--primary)}.signup-link{text-align:center;margin-top:2rem;font-size:.95rem;color:var(--muted)}.signup-link a{color:var(--primary);text-decoration:none;font-weight:600;transition:all .3s}.signup-link a:hover{filter:brightness(1.2);text-decoration:underline}.login-visual-section{background:linear-gradient(135deg,#22c55e1a,#12d3cf1a);padding:4rem;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;overflow:hidden}.login-visual-section:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(34,197,94,.15) 0%,transparent 70%);animation:rotate 30s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.visual-content{position:relative;z-index:1;text-align:center}.visual-icon{width:120px;height:120px;background:var(--primary);border-radius:30px;display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;box-shadow:0 20px 60px #22c55e66;animation:iconFloat 3s ease-in-out infinite;color:#000}@keyframes iconFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.visual-content h2{font-size:2rem;font-weight:800;color:#fff;margin-bottom:1rem;line-height:1.3}.visual-content p{font-size:1.1rem;color:var(--muted);line-height:1.7;margin-bottom:2rem}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.stat-box{text-align:center}.stat-number{font-size:2rem;font-weight:800;color:var(--primary);margin-bottom:.5rem}.stat-label{font-size:.85rem;color:var(--muted)}.alert{padding:1rem 1.25rem;border-radius:12px;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem;font-size:.9rem;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.alert-error{background:#d9480f1a;border:1px solid rgba(217,72,15,.3);color:#ff6b6b}.btn-loading{pointer-events:none;opacity:.7}.spinner{width:20px;height:20px;border:2px solid rgba(0,0,0,.2);border-top-color:#000;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 968px){.login-container{grid-template-columns:1fr;margin:1rem;max-width:500px}.login-visual-section{display:none}.login-form-section{padding:2.5rem 2rem}.login-header h1{font-size:2rem}}@media (max-width: 480px){.login-form-section{padding:2rem 1.5rem}.logo{font-size:1.5rem}.form-options{flex-direction:column;align-items:flex-start;gap:1rem}}:root{--primary: #00bf63;--primary-dark: #009d52;--primary-light: #00ff7f;--secondary: #0A1628;--dark: #0D1117;--darker: #050810;--gray: #8B949E;--light-gray: #C9D1D9;--accent-blue: #58A6FF;--accent-orange: #FF6B35;--success: #56D364;--warning: #FFA657;--danger: #FF6B6B}.tenant-dashboard-container{font-family:Outfit,sans-serif;background:var(--darker);color:var(--light-gray);min-height:100vh;display:flex;overflow-x:hidden;width:100%}.td-sidebar{position:fixed;left:0;top:0;width:280px;height:100vh;background:var(--dark);border-right:1px solid rgba(255,255,255,.1);padding:2rem 1.5rem;z-index:100;overflow-y:auto}.td-logo{display:flex;align-items:center;gap:0;font-weight:800;font-size:1.8rem;color:#fff;text-decoration:none}.logo-text{display:flex;align-items:center;font-style:italic;letter-spacing:-.03em}.logo-in{color:var(--primary)}.td-nav-section{margin-bottom:2rem}.td-nav-label{font-size:.7rem;text-transform:uppercase;color:var(--gray);font-weight:600;letter-spacing:.1em;margin-bottom:.75rem;padding:0 1rem}.td-nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;margin-bottom:.25rem;border-radius:10px;color:var(--light-gray);text-decoration:none;transition:all .3s;font-weight:500;font-size:.95rem}.td-nav-item:hover{background:#ffffff0d;color:#fff}.td-nav-item.active{background:linear-gradient(135deg,#00bf6326,#00bf630d);color:var(--primary);border-right:3px solid var(--primary)}.td-nav-icon{font-size:1.2rem;width:24px;text-align:center;display:flex;align-items:center;justify-content:center}.td-badge{margin-left:auto;padding:.2rem .6rem;background:var(--primary);border-radius:12px;font-size:.7rem;font-weight:700;color:var(--darker)}.td-main-content{flex:1;margin-left:280px;padding:2rem;min-height:100vh;width:100%;max-width:calc(100vw - 280px);overflow-x:hidden}.td-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;transition:all .3s ease}.td-header.compact{padding:1rem 0;margin-bottom:1rem;border-bottom:1px solid var(--border-color)}.td-header.compact h1{font-size:1.25rem!important;color:var(--primary)}.td-page-content{padding-bottom:2rem}.td-header-left{min-width:0;flex:1}.td-header-left h1{font-size:clamp(1.2rem,4vw,2rem);color:#fff;font-weight:800;margin-bottom:.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.td-header-subtitle{color:var(--gray);font-size:.95rem}.td-header-actions{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.td-search-box{position:relative;min-width:200px;flex:1}.td-search-box input{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:.75rem 1rem .75rem 2.75rem;color:#fff;font-size:.9rem;width:100%;max-width:300px;transition:all .3s}.td-search-box input:focus{outline:none;border-color:var(--primary);background:#ffffff14}.td-search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--gray);display:flex}.td-btn{padding:.75rem 1.5rem;border-radius:10px;text-decoration:none;font-weight:600;font-size:.9rem;transition:all .3s;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem}.td-btn-primary{background:linear-gradient(135deg,var(--primary),var(--primary-light));color:var(--darker);box-shadow:0 4px 20px #00bf634d}.td-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 30px #00bf6380}.td-user-profile-wrapper{position:relative}.td-user-profile{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;background:#ffffff0d;border-radius:12px;cursor:pointer;transition:all .3s}.td-user-profile:hover{background:#ffffff14}.td-user-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--accent-blue));display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--darker)}.td-user-info{display:flex;flex-direction:column}.td-user-name{font-size:.9rem;font-weight:600;color:#fff}.td-user-role{font-size:.75rem;color:var(--gray)}.td-logout-dropdown{position:absolute;top:calc(100% + 10px);right:0;background:var(--dark);border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:.5rem;width:100%;min-width:150px;box-shadow:0 10px 30px #00000080;z-index:1000}.td-logout-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:var(--danger);text-decoration:none;border-radius:8px;transition:all .2s;font-weight:600;font-size:.9rem;width:100%;background:transparent;border:none;cursor:pointer}.td-logout-item:hover{background:#ff6b6b1a}.td-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2rem}.td-stat-card{background:linear-gradient(135deg,#ffffff0d,#ffffff05);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem;transition:all .3s;position:relative;overflow:hidden;width:100%}.td-stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--primary),var(--accent-blue));transform:scaleX(0);transition:transform .3s}.td-stat-card:hover{transform:translateY(-4px);border-color:#00bf634d;box-shadow:0 12px 40px #00bf6326}.td-stat-card:hover:before{transform:scaleX(1)}.td-stat-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.td-stat-label{font-size:.85rem;color:var(--gray);font-weight:500}.td-stat-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.2rem}.td-stat-icon.green{background:#00bf6326;color:var(--primary)}.td-stat-icon.blue{background:#58a6ff26;color:var(--accent-blue)}.td-stat-icon.orange{background:#ffa65726;color:var(--warning)}.td-stat-icon.red{background:#ff6b6b26;color:var(--danger)}.td-stat-value{font-size:clamp(1.5rem,5vw,2.2rem);font-weight:800;color:#fff;font-family:JetBrains Mono,monospace;margin-bottom:.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.td-stat-trend{font-size:.8rem;display:flex;align-items:center;gap:.25rem}.td-stat-trend.up{color:var(--success)}.td-stat-trend.down{color:var(--danger)}.td-content-grid{display:grid;grid-template-columns:2fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.td-card{background:linear-gradient(135deg,#ffffff0d,#ffffff05);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem;width:100%;max-width:100%;overflow:hidden;display:flex;flex-direction:column}.td-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.td-card-title{font-size:1.2rem;font-weight:700;color:#fff}.td-card-actions{display:flex;gap:.5rem}.td-icon-btn{width:32px;height:32px;border-radius:8px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:var(--gray);cursor:pointer;transition:all .3s;border:none}.td-icon-btn:hover{background:#ffffff1a;color:var(--primary);border-color:var(--primary)}.td-athletes-list{display:flex;flex-direction:column;gap:.75rem}.td-athlete-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#0003;border-radius:12px;border:1px solid rgba(255,255,255,.05);transition:all .3s;cursor:pointer}.td-athlete-item:hover{background:#0000004d;border-color:var(--primary);transform:translate(-4px)}.td-athlete-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--accent-blue));display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--darker);flex-shrink:0}.td-athlete-info{flex:1}.td-athlete-name{font-weight:600;color:#fff;font-size:.95rem;margin-bottom:.25rem}.td-athlete-meta{font-size:.8rem;color:var(--gray);display:flex;gap:1rem}.td-athlete-stats{display:flex;gap:1.5rem;align-items:center}.td-athlete-stat{text-align:center}.td-athlete-stat-value{font-size:1rem;font-weight:700;color:#fff;font-family:JetBrains Mono,monospace}.td-athlete-stat-label{font-size:.7rem;color:var(--gray);text-transform:uppercase}.td-status-indicator{width:8px;height:8px;border-radius:50%;background:var(--success);animation:td-pulse 2s infinite}@keyframes td-pulse{0%,to{opacity:1}50%{opacity:.5}}.td-activity-feed{display:flex;flex-direction:column;gap:1rem}.td-activity-item{display:flex;gap:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.05)}.td-activity-item:last-child{border-bottom:none;padding-bottom:0}.td-activity-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:#00bf6326;color:var(--primary);flex-shrink:0}.td-activity-content{flex:1}.td-activity-title{font-weight:600;color:#fff;font-size:.9rem;margin-bottom:.25rem}.td-activity-desc{font-size:.85rem;color:var(--gray);margin-bottom:.5rem}.td-activity-time{font-size:.75rem;color:var(--gray)}.td-chart-container{height:300px;background:#0003;border-radius:12px;padding:1.5rem;position:relative;overflow:hidden}.td-chart-grid{position:absolute;top:1.5rem;right:1.5rem;bottom:1.5rem;left:1.5rem;background-image:repeating-linear-gradient(0deg,rgba(255,255,255,.03) 0px,rgba(255,255,255,.03) 1px,transparent 1px,transparent 40px),repeating-linear-gradient(90deg,rgba(255,255,255,.03) 0px,rgba(255,255,255,.03) 1px,transparent 1px,transparent 60px)}.td-chart-line{position:absolute;bottom:1.5rem;left:1.5rem;right:1.5rem;height:60%;background:linear-gradient(180deg,rgba(0,191,99,.3),transparent);clip-path:polygon(0% 100%,0% 60%,10% 55%,20% 45%,30% 50%,40% 35%,50% 40%,60% 25%,70% 30%,80% 20%,90% 25%,100% 15%,100% 100%)}.td-chart-line:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,var(--primary),var(--accent-blue));clip-path:polygon(0% 60%,10% 55%,20% 45%,30% 50%,40% 35%,50% 40%,60% 25%,70% 30%,80% 20%,90% 25%,100% 15%,100% 100%,0% 100%);opacity:.6}.td-table-container{overflow-x:auto;width:100%;max-width:100%;-webkit-overflow-scrolling:touch;margin:0}.td-table{width:100%;border-collapse:collapse}.td-th{text-align:left;padding:1rem;color:var(--gray);font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid rgba(255,255,255,.1)}.td-td{padding:1rem;color:var(--light-gray);border-bottom:1px solid rgba(255,255,255,.05)}.td-tr:hover{background:#ffffff05}.td-plan-badge{padding:.4rem .8rem;border-radius:8px;font-size:.75rem;font-weight:600;display:inline-block}.td-plan-badge.active{background:#00bf6326;color:var(--primary);border:1px solid var(--primary)}.td-plan-badge.completed{background:#58a6ff26;color:var(--accent-blue);border:1px solid var(--accent-blue)}.td-plan-badge.pending{background:#ffa65726;color:var(--warning);border:1px solid var(--warning)}.td-progress-bar{width:100%;height:6px;background:#ffffff1a;border-radius:3px;overflow:hidden}.td-progress-fill{height:100%;background:linear-gradient(90deg,var(--primary),var(--primary-light));border-radius:3px;transition:width .3s}.td-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:1.5rem}.td-modal{background:var(--dark);border:1px solid rgba(255,255,255,.1);border-radius:20px;width:100%;max-width:720px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 50px #00000080;animation:td-modal-in .3s ease-out}@keyframes td-modal-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.td-modal-header{padding:1.5rem 2rem;border-bottom:1px solid rgba(255,255,255,.05);display:flex;justify-content:space-between;align-items:center}.td-modal-title{font-size:1.5rem;font-weight:700;color:#fff}.td-modal-body{padding:2rem}.td-modal-footer{padding:1.5rem 2rem;border-top:1px solid rgba(255,255,255,.05);display:flex;justify-content:flex-end;gap:1rem}.td-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:1.5rem}.td-form-group{display:flex;flex-direction:column;gap:.5rem}.td-form-label{font-size:.85rem;font-weight:600;color:var(--gray);margin-left:.25rem}.td-input,.td-select{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:.8rem 1rem;color:#fff;font-size:.95rem;transition:all .3s}.td-input:focus,.td-select:focus{outline:none;border-color:var(--primary);background:#ffffff14;box-shadow:0 0 0 4px #00bf631a}.td-select option{background:var(--dark);color:#fff}.td-checkbox-group{display:flex;gap:1.5rem;padding:.5rem}.td-checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:.95rem;color:var(--light-gray);transition:color .2s}.td-checkbox-label:hover{color:#fff}.td-checkbox{width:18px;height:18px;accent-color:var(--primary);cursor:pointer}.td-status-badge{padding:.3rem .75rem;border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase}.td-status-active{background:#00bf6326;color:var(--primary)}.td-status-inactive{background:#ff6b6b26;color:var(--danger)}.td-btn-outline{background:transparent;border:1px solid rgba(255,255,255,.1);color:var(--light-gray)}.td-btn-outline:hover{background:#ffffff0d;color:#fff;border-color:#fff3}.td-btn-danger{background:#ff6b6b1a;color:var(--danger);border:1px solid rgba(255,107,107,.2)}.td-btn-danger:hover{background:var(--danger);color:#fff}.td-assessments-view{animation:td-fade-in .4s ease-out}@keyframes td-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.td-mobile-toggle{display:none;background:transparent;border:none;color:#fff;cursor:pointer;padding:.5rem;align-items:center;justify-content:center}@media (max-width: 1200px){.td-stats-grid{grid-template-columns:repeat(2,1fr)}.td-content-grid{grid-template-columns:1fr}}@media (max-width: 768px){.td-mobile-toggle{display:flex}.td-sidebar{transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:20px 0 50px #00000080}.td-sidebar.open{transform:translate(0)}.td-main-content{margin-left:0;max-width:100vw;padding:1rem}.td-header{flex-direction:column;align-items:flex-start;gap:1.5rem;margin-bottom:2rem}.td-header-actions{width:100%;flex-wrap:wrap;justify-content:space-between}.td-search-box{width:100%;order:2}.td-search-box input{width:100%}.td-btn-primary,.td-user-profile-wrapper{order:1}.td-stats-grid{grid-template-columns:1fr}.td-header-left{display:flex;align-items:center;gap:1rem;width:100%}.td-header-left h1{font-size:1.5rem;margin-bottom:0}.td-header-subtitle{display:none}}.financial-dashboard{padding:0;max-width:100%;margin:0}.financial-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;gap:1.5rem;flex-wrap:wrap}.financial-actions{display:flex;gap:.75rem;flex-wrap:wrap}.financial-tabs{display:flex;gap:.5rem;margin-bottom:2rem;padding:.5rem;background:#0000004d;border-radius:.75rem;overflow-x:auto}.financial-tab{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:transparent;border:1px solid transparent;border-radius:.5rem;color:#8a94a7;font-weight:500;font-size:.9375rem;cursor:pointer;transition:all .2s ease;white-space:nowrap;flex:1;justify-content:center}.financial-tab:hover{background:#ffffff0d;color:#e6e9ef}.financial-tab.active{background:#00bf6326;border-color:#00bf634d;color:#00ff7f}.stat-card{background:linear-gradient(135deg,#ffffff0d,#ffffff05);border:1px solid rgba(255,255,255,.1);border-radius:1rem;padding:1.5rem;display:flex;align-items:flex-start;gap:1rem;transition:all .3s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 10px 30px #0003;background:#ffffff14}.stat-card.stat-success{background:linear-gradient(135deg,#22c55e26,#10b9810d);border-color:#22c55e4d}.stat-card.stat-warning{background:linear-gradient(135deg,#ffd16626,#fbbf240d);border-color:#ffd1664d}.stat-card.stat-info{background:linear-gradient(135deg,#58a6ff26,#3b82f60d);border-color:#58a6ff4d}.stat-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;color:#00ff7f;flex-shrink:0}.stat-success .stat-icon{background:#22c55e;color:#fff}.stat-warning .stat-icon{background:#ffd166;color:#000}.stat-info .stat-icon{background:#58a6ff;color:#fff}.stat-value{font-size:1.75rem;font-weight:800;color:#fff;font-family:JetBrains Mono,monospace;line-height:1.2}.coach-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.coach-card{background:#0003;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;padding:1.5rem;transition:all .3s ease}.coach-card:hover{background:#ffffff05;border-color:#ffffff26;transform:translateY(-2px)}.coach-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.coach-info{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.coach-name{font-size:1rem;font-weight:600;color:#e6e9ef;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.coach-students-count{font-size:.875rem;color:#8a94a7;white-space:nowrap}.coach-metrics{display:flex;gap:1rem;margin-bottom:1rem}.coach-metric{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#e6e9ef}.coach-due{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#0000004d;border-radius:.5rem}.due-label{font-size:.875rem;color:#8a94a7}.due-value{font-size:1.25rem;font-weight:700;color:#00ff7f}.billing-filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;align-items:end}.billing-table-container{overflow-x:auto;border:1px solid rgba(255,255,255,.1);border-radius:.75rem}.billing-table{width:100%;border-collapse:collapse}.billing-table thead{background:#0000004d}.billing-table th{padding:1rem;text-align:left;font-size:.875rem;font-weight:600;color:#8a94a7;border-bottom:1px solid rgba(255,255,255,.1);white-space:nowrap}.billing-table td{padding:1rem;border-bottom:1px solid rgba(255,255,255,.05)}.billing-table tbody tr{transition:background .2s ease}.billing-table tbody tr:hover{background:#ffffff05}.student-cell{display:flex;align-items:center;gap:.5rem;color:#e6e9ef;font-weight:500}.modalities-cell{color:#8a94a7;font-size:.875rem}.number-cell{text-align:center;color:#e6e9ef;font-weight:600}.amount-cell{text-align:right;color:#00ff7f;font-weight:700;font-size:1rem}.status-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.375rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500;border:1px solid;white-space:nowrap}.status-badge.status-achieved{background:#00ff7f26;border-color:#00ff7f4d;color:#00ff7f}.status-badge.status-not-achieved{background:#ff6b6b26;border-color:#ff6b6b4d;color:#ff6b6b}.coach-details{display:flex;flex-direction:column;gap:1rem}.coach-detail-card{background:#0003;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;overflow:hidden}.coach-detail-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;cursor:pointer;transition:all .2s ease}.coach-detail-header:hover{background:#ffffff05}.coach-detail-info{display:flex;align-items:center;gap:1rem;flex:1}.coach-detail-name{font-size:1rem;font-weight:600;color:#e6e9ef}.coach-badge{padding:.25rem .75rem;background:#00bf6326;border:1px solid rgba(0,191,99,.3);border-radius:9999px;color:#00ff7f;font-size:.75rem;font-weight:500}.coach-detail-summary{display:flex;align-items:center;gap:1rem}.achieved-count{display:flex;align-items:center;gap:.25rem;color:#00ff7f;font-size:.875rem;font-weight:500}.not-achieved-count{display:flex;align-items:center;gap:.25rem;color:#ff6b6b;font-size:.875rem;font-weight:500}.coach-total{font-size:1rem;font-weight:700;color:#e6e9ef;min-width:100px;text-align:right}.coach-students-list{padding:0 1.5rem 1.5rem;display:flex;flex-direction:column;gap:.75rem}.student-row{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#0000004d;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;transition:all .2s ease}.student-row:hover{background:#ffffff0d;border-color:#ffffff26}.student-row-name{font-size:.9375rem;font-weight:500;color:#e6e9ef;flex:1}.student-row-metrics{display:flex;gap:1rem;font-size:.875rem;color:#8a94a7}.student-row-metrics span.achieved{color:#00ff7f;font-weight:600}.student-row-metrics span.not-achieved{color:#ff6b6b;font-weight:600}.student-due{color:#e6e9ef;font-weight:700;min-width:80px;text-align:right}.invoice-card{background:#0003;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;padding:1.5rem;transition:all .3s ease}.invoice-card:hover{background:#ffffff05;border-color:#ffffff26;transform:translate(4px)}.invoice-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.invoice-card-left{display:flex;align-items:flex-start;gap:1rem;flex:1}.invoice-card-info{flex:1;min-width:0}.invoice-card-title{font-size:1rem;font-weight:600;color:#e6e9ef;margin-bottom:.5rem}.invoice-card-meta{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#8a94a7}.invoice-card-right{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.invoice-amount{font-size:1.25rem;font-weight:700;color:#00ff7f}.invoice-status-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.375rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500;border:1px solid}.invoice-status-badge.paid{background:#00ff7f26;border-color:#00ff7f4d;color:#00ff7f}.invoice-status-badge.pending{background:#ffd16626;border-color:#ffd1664d;color:#ffd166}.invoice-status-badge.cancelled{background:#ff6b6b26;border-color:#ff6b6b4d;color:#ff6b6b}.invoice-modal{padding:1rem}.modal-header{margin-bottom:1.5rem}.modal-subtitle{font-size:.9375rem;color:#8a94a7;margin:0}.invoice-form{display:flex;flex-direction:column;gap:1.25rem}.form-actions{display:flex;gap:1rem;margin-top:1rem}@media (max-width: 1024px){.financial-stats{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.coach-summary-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.billing-filters{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}}@media (max-width: 768px){.financial-dashboard{padding:0}.financial-header{flex-direction:column;align-items:stretch}.financial-actions{width:100%}.financial-actions button{flex:1}.financial-stats,.coach-summary-grid,.billing-filters{grid-template-columns:1fr}.billing-table{font-size:.875rem}.billing-table th,.billing-table td{padding:.75rem .5rem}.coach-detail-header{flex-direction:column;align-items:stretch;gap:1rem}.coach-detail-summary{justify-content:space-between}.student-row{flex-direction:column;align-items:stretch;gap:.75rem}.student-row-metrics{flex-wrap:wrap}.invoice-card-header{flex-direction:column;align-items:stretch}.invoice-card-right{flex-direction:row;justify-content:space-between;align-items:center}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}.form-actions button{width:100%;justify-content:center}}@media (max-width: 480px){.financial-title,.stat-value{font-size:1.5rem}.financial-tabs{flex-direction:column}.financial-tab{width:100%}}.training-tracking{padding:0;max-width:100%;margin:0}.training-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;gap:1.5rem;flex-wrap:wrap}.training-title{font-size:2rem;font-weight:700;color:#e6e9ef;margin:0 0 .5rem}.training-subtitle{font-size:1rem;color:#8a94a7;margin:0}.training-actions{display:flex;gap:.75rem;flex-wrap:wrap}.training-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:linear-gradient(135deg,#ffffff0d,#ffffff05);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem;display:flex;align-items:center;gap:1.25rem;transition:all .3s}.stat-card:hover{transform:translateY(-5px);border-color:#fff3;background:#ffffff14}.stat-card.stat-primary{background:linear-gradient(135deg,#00bf6326,#00ff7f0d);border-color:#00bf634d}.stat-icon{width:48px;height:48px;border-radius:12px;background:#ffffff0d;display:flex;align-items:center;justify-content:center;color:var(--primary)}.stat-primary .stat-icon{background:var(--primary);color:#000}.stat-label{font-size:.85rem;color:var(--gray);margin-bottom:.25rem}.stat-value{font-size:1.5rem;font-weight:800;color:#fff;font-family:JetBrains Mono,monospace}.stat-detail{font-size:.75rem;color:var(--gray);margin-top:.25rem}.modality-stats{display:flex;gap:1rem;font-size:.875rem;color:#e6e9ef;margin-top:.25rem}.modality-stats span{display:flex;align-items:center;gap:.25rem}.filters-container{display:flex;flex-direction:column;gap:1.5rem}.view-mode-tabs{display:flex;gap:.5rem;padding:.5rem;background:#0000004d;border-radius:.75rem}.view-tab{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:transparent;border:1px solid transparent;border-radius:.5rem;color:#8a94a7;font-weight:500;font-size:.9375rem;cursor:pointer;transition:all .2s ease;flex:1;justify-content:center}.view-tab:hover{background:#ffffff0d;color:#e6e9ef}.view-tab.active{background:#00bf6326;border-color:#00bf634d;color:#00ff7f}.filters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem}.filter-input,.filter-select{padding:.875rem 1rem;background:#0000004d;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;color:#e6e9ef;font-size:1rem;transition:all .2s ease}.filter-input:focus,.filter-select:focus{outline:none;border-color:#00bf63;box-shadow:0 0 0 3px #00bf631a}.filter-actions{display:flex;gap:.75rem;justify-content:flex-end}.week-navigation{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.week-nav-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#0000004d;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;color:#e6e9ef;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s ease}.week-nav-btn:hover{background:#00bf6326;border-color:#00bf634d;color:#00ff7f}.week-label{font-size:1.125rem;font-weight:600;color:#e6e9ef;text-align:center;min-width:250px}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:1rem}.calendar-day{background:#0003;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;padding:1rem;min-height:200px;display:flex;flex-direction:column;transition:all .3s ease}.calendar-day:hover{background:#ffffff05;border-color:#ffffff26}.calendar-day.today{border-color:#00bf6380;background:#00bf630d}.day-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.1)}.day-name{font-size:.75rem;font-weight:600;color:#8a94a7;text-transform:uppercase}.day-number{font-size:1.25rem;font-weight:700;color:#e6e9ef}.day-workouts{display:flex;flex-direction:column;gap:.5rem;flex:1}.no-workouts{display:flex;align-items:center;justify-content:center;flex:1;font-size:.875rem;color:#8a94a7;font-style:italic}.workout-item{padding:.75rem;background:#0000004d;border-left:3px solid;border-radius:.5rem;transition:all .2s ease}.workout-item:hover{background:#ffffff0d;transform:translate(2px)}.workout-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.workout-type{font-size:.8125rem;font-weight:600;color:#e6e9ef;text-transform:capitalize}.workout-details{display:flex;flex-direction:column;gap:.25rem}.workout-athlete{font-size:.75rem;color:#8a94a7;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workout-metrics{display:flex;flex-wrap:wrap;gap:.5rem;font-size:.7rem;color:#8a94a7}.workout-metrics span{display:flex;align-items:center;gap:.25rem}.workouts-list{display:flex;flex-direction:column;gap:1rem}.workout-card{background:#0003;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;padding:1.5rem;transition:all .3s ease}.workout-card:hover{background:#ffffff05;border-color:#ffffff26;transform:translate(4px)}.workout-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.workout-card-left{display:flex;align-items:flex-start;gap:1rem;flex:1}.workout-status-indicator{width:4px;height:48px;border-radius:2px;flex-shrink:0}.workout-card-info{flex:1;min-width:0}.workout-card-title{font-size:1rem;font-weight:600;color:#e6e9ef;margin-bottom:.5rem;text-transform:capitalize}.workout-card-meta{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#8a94a7;flex-wrap:wrap}.provider-badge-small{padding:.375rem .75rem;background:#58a6ff26;border:1px solid rgba(88,166,255,.3);border-radius:9999px;color:#58a6ff;font-size:.75rem;font-weight:500;white-space:nowrap}.workout-card-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.metric-item{display:flex;flex-direction:column;gap:.25rem;padding:.75rem;background:#0003;border:1px solid rgba(255,255,255,.1);border-radius:.5rem}.metric-item svg{color:#00ff7f;margin-bottom:.25rem}.metric-label{font-size:.75rem;color:#8a94a7}.metric-value{font-size:1rem;font-weight:600;color:#e6e9ef}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;gap:1rem;color:#8a94a7}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;gap:1rem;text-align:center}.empty-title{font-size:1.125rem;font-weight:600;color:#e6e9ef}.empty-description{font-size:.9375rem;color:#8a94a7;max-width:400px}@media (max-width: 1200px){.calendar-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width: 1024px){.training-stats,.filters-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.calendar-grid{grid-template-columns:repeat(3,1fr)}.workout-card-metrics{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}}@media (max-width: 768px){.training-tracking{padding:0}.training-header{flex-direction:column;align-items:stretch}.training-actions{width:100%}.training-actions button{flex:1}.training-stats,.filters-grid{grid-template-columns:1fr}.week-navigation{flex-direction:column;text-align:center}.week-nav-btn{width:100%;justify-content:center}.calendar-grid{grid-template-columns:1fr}.calendar-day{min-height:auto}.workout-card-header{flex-direction:column}.workout-card-left{width:100%}.provider-badge-small{align-self:flex-start}.workout-card-metrics{grid-template-columns:1fr}}@media (max-width: 480px){.training-title{font-size:1.5rem}.view-mode-tabs{flex-direction:column}.view-tab{width:100%}.week-label{font-size:1rem;min-width:auto}.modality-stats{flex-direction:column;gap:.5rem}}.training-header-v2{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:2rem}.training-title-v2{font-size:2.25rem;font-weight:800;color:#00ff7f;margin:0;text-shadow:0 0 20px rgba(0,255,127,.2)}.training-header-actions{display:flex;align-items:center;gap:1rem;flex:1;justify-content:flex-end}.search-bar-v2{display:flex;align-items:center;gap:.75rem;background:#0006;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.75rem 1.25rem;flex:1;max-width:600px;transition:all .3s}.search-bar-v2:focus-within{border-color:#00ff7f;background:#0009;box-shadow:0 0 0 4px #00ff7f1a}.search-bar-v2 input{background:transparent;border:none;color:#fff;font-size:1rem;width:100%;outline:none}.search-bar-v2 svg{color:#8a94a7}.btn-refresh-v2{height:48px;white-space:nowrap}.btn-add-v2{height:48px;white-space:nowrap;background:#00ff7f!important;color:#000!important;font-weight:700!important}.stat-card-v2{background:#0a0b0d;border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:1.5rem;display:flex;align-items:center;gap:1.5rem;transition:all .3s}.stat-card-v2:hover{border-color:#00ff7f4d;transform:translateY(-4px);background:#111214}.stat-card-v2.stat-green{background:linear-gradient(135deg,#00ff7f14,#0a0b0d);border-color:#00ff7f33}.stat-icon-v2{width:56px;height:56px;border-radius:50%;background:#00ff7f1a;display:flex;align-items:center;justify-content:center;color:#00ff7f}.stat-green .stat-icon-v2{background:#00ff7f;color:#000}.stat-label-v2{font-size:.875rem;color:#8a94a7;font-weight:500;margin-bottom:.25rem}.stat-value-v2{font-size:1.75rem;font-weight:800;color:#fff}.stat-detail-v2{font-size:.8125rem;color:#5c6471;margin-top:.25rem}.modality-stats-v2{display:flex;gap:1rem;margin-top:.5rem}.modality-stats-v2 span{display:flex;align-items:center;gap:.375rem;font-size:.875rem;color:#e6e9ef}.view-mode-toggle-v2{display:flex;background:#0a0b0d;padding:4px;border-radius:12px;width:fit-content;margin-bottom:1.5rem}.view-toggle-btn{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:8px;border:none;background:transparent;color:#8a94a7;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.view-toggle-btn.active{background:#00ff7f;color:#000}.filters-grid-v2{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.5rem}.filter-item-v2{display:flex;flex-direction:column;gap:.625rem}.filter-item-v2 label{font-size:.8125rem;font-weight:600;color:#8a94a7;display:flex;align-items:center;gap:.5rem}.filter-item-v2 select,.filter-item-v2 input{background:#0a0b0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:.75rem;color:#fff;font-size:.9375rem;outline:none;transition:all .2s}.filter-item-v2 select:focus,.filter-item-v2 input:focus{border-color:#00ff7f}.filter-footer-v2{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.05)}.btn-export-v2{display:flex;align-items:center;gap:.75rem;background:transparent;border:none;color:#8a94a7;font-size:.9375rem;cursor:pointer;transition:all .2s}.btn-export-v2:hover{color:#fff}.calendar-header-v2{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.btn-nav-v2{background:#0a0b0d;border:1px solid rgba(255,255,255,.1);color:#fff;padding:.625rem 1rem;border-radius:8px;display:flex;align-items:center;gap:.5rem;font-size:.875rem;cursor:pointer}.current-week-v2{font-size:1.125rem;font-weight:700;color:#fff}.calendar-grid-v2{display:grid;grid-template-columns:repeat(7,1fr);gap:1px;background:#ffffff0d;border:1px solid rgba(255,255,255,.05);border-radius:16px;overflow:hidden}.calendar-day-v2{background:#0a0b0d;min-height:250px;padding:1rem;display:flex;flex-direction:column}.calendar-day-v2.today{background:#00ff7f08}.calendar-day-v2.today .day-number-v2{color:#00ff7f}.day-header-v2{display:flex;flex-direction:column;margin-bottom:1rem}.day-name-v2{font-size:.75rem;font-weight:800;color:#5c6471;text-transform:uppercase;letter-spacing:.05em}.day-number-v2{font-size:1.5rem;font-weight:800;color:#fff}.day-workouts-v2{display:flex;flex-direction:column;gap:.75rem;flex:1}.workout-item-v2{background:#151619;border-left:3px solid #00ff7f;border-radius:8px;padding:.75rem;cursor:pointer;transition:all .2s}.workout-item-v2:hover{background:#1c1d21;transform:translate(4px)}.workout-header-v2{display:flex;align-items:center;gap:.5rem;margin-bottom:.375rem}.workout-type-v2{font-size:.8125rem;font-weight:700;color:#fff;text-transform:uppercase}.workout-athlete-v2{font-size:.75rem;color:#8a94a7;margin-bottom:.25rem}.workout-metrics-v2{display:flex;gap:.75rem;font-size:.75rem;color:#5c6471;font-weight:600}.btn-add-workout-day{margin-top:auto;background:#ffffff08;border:1px dashed rgba(255,255,255,.1);color:#5c6471;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.btn-add-workout-day:hover{background:#00ff7f1a;border-color:#00ff7f;color:#00ff7f}.workouts-list-v2{display:flex;flex-direction:column;gap:1rem}.workout-card-v2-list{background:#0a0b0d;border:1px solid rgba(255,255,255,.05);border-radius:12px;overflow:hidden}.workout-card-content-v2{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem}.workout-card-left-v2{display:flex;align-items:center;gap:1.5rem;flex:1}.status-bar-v2{width:4px;height:40px;border-radius:2px}.workout-icon-container-v2{width:48px;height:48px;background:#ffffff08;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#00ff7f}.workout-info-v2{display:flex;flex-direction:column;gap:.25rem}.workout-title-v2{font-weight:700;color:#fff;font-size:1rem;text-transform:capitalize}.workout-meta-v2{display:flex;align-items:center;gap:1rem;font-size:.8125rem;color:#8a94a7}.workout-meta-v2 span{display:flex;align-items:center;gap:.375rem}.provider-tag-v2{background:#58a6ff1a;color:#58a6ff;padding:2px 8px;border-radius:4px;font-size:.75rem;font-weight:700;text-transform:uppercase}.workout-actions-v2{display:flex;gap:.5rem}.btn-action-v2{width:36px;height:36px;border-radius:8px;border:1px solid rgba(255,255,255,.05);background:#ffffff05;color:#8a94a7;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.btn-action-v2:hover{background:#ffffff0d;color:#fff}.btn-action-v2.delete:hover{background:#ff6b6b1a;color:#ff6b6b;border-color:#ff6b6b33}.workout-form{display:flex;flex-direction:column;gap:1.25rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.workout-form select,.workout-form input,.workout-form textarea{width:100%;background:#0003;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:.75rem;color:#fff;font-size:.9375rem;outline:none}.workout-form select:focus,.workout-form input:focus,.workout-form textarea:focus{border-color:#00ff7f}.modal-actions{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.05)}.modal-actions-right{display:flex;gap:.75rem}@media (max-width: 1200px){.calendar-grid-v2{grid-template-columns:repeat(4,1fr)}}@media (max-width: 768px){.training-header-v2{flex-direction:column;align-items:flex-start}.training-header-actions{width:100%;flex-direction:column;align-items:stretch}.search-bar-v2{max-width:none}.calendar-grid-v2,.form-row{grid-template-columns:1fr}}.workout-form{display:flex;flex-direction:column;gap:1rem}.form-row-compact{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-row-sub{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.searchable-select{position:relative}.search-input-v2,.input-v2,.select-v2,.textarea-v2{width:100%;background:#0f1217;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:10px 14px;color:#fff;font-size:.9rem;outline:none;transition:all .2s}.search-input-v2:focus,.input-v2:focus,.select-v2:focus,.textarea-v2:focus{border-color:#00ff7f;background:#161b22;box-shadow:0 0 0 2px #00ff7f1a}.completed-metrics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;padding:1rem;background:#00ff7f08;border:1px solid rgba(0,255,127,.1);border-radius:10px}.select-v2 option{background:#0f1217}.structured-steps-section{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.05)}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.section-actions{display:flex;gap:8px;align-items:center}.template-selector{width:auto!important;min-width:120px;color:#00ff7f!important;border-color:#00ff7f33!important}.section-header label{font-size:.85rem;font-weight:700;color:#00ff7f;text-transform:uppercase;letter-spacing:.5px}.steps-list-v2{display:flex;flex-direction:column;gap:.75rem}.step-card-v2{background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:10px;padding:12px;transition:all .2s}.step-card-v2:hover{background:#ffffff0a;border-color:#00ff7f33}.step-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.step-number{font-size:.75rem;font-weight:800;color:#5c6471;letter-spacing:1px}.btn-remove-step-v2{background:transparent;border:none;color:#ff6b6b;cursor:pointer;padding:4px;opacity:.6;transition:opacity .2s}.btn-remove-step-v2:hover{opacity:1}.step-grid-v2{display:grid;grid-template-columns:1fr 1.2fr 1.2fr;gap:8px}.input-group-v2{display:flex;gap:4px}.select-v2.compact,.input-v2.compact{padding:8px 10px;font-size:.85rem;height:36px}.select-v2.unit{min-width:65px;width:auto}.input-v2.target{min-width:60px}@media (max-width: 600px){.step-grid-v2,.form-row-compact{grid-template-columns:1fr}}.filters-bar-v3{background:#0a0b0d;border:1px solid rgba(255,255,255,.05);border-radius:12px;padding:.75rem 1rem;margin-bottom:1.5rem}.filters-main-row{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.view-mode-toggle-v3{display:flex;background:#ffffff08;padding:3px;border-radius:8px;border:1px solid rgba(255,255,255,.05)}.view-toggle-btn-v3{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:6px;border:none;background:transparent;color:#8a94a7;cursor:pointer;transition:all .2s}.view-toggle-btn-v3.active{background:#00ff7f;color:#000;box-shadow:0 0 10px #00ff7f4d}.filters-inputs-v3{display:flex;align-items:center;gap:.75rem;flex:1;flex-wrap:wrap}.filter-field-v3{display:flex;align-items:center;gap:8px;background:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:0 10px;height:38px;transition:all .2s}.filter-field-v3:focus-within{border-color:#00ff7f;background:#00ff7f08}.filter-field-v3 .field-icon{color:#5c6471;flex-shrink:0}.filter-field-v3 select,.filter-field-v3 input{background:transparent;border:none;color:#e6e9ef;font-size:.85rem;font-weight:500;outline:none;padding:0;width:auto;min-width:100px}.filter-field-v3 select{cursor:pointer}.filter-field-v3.search{flex:1;min-width:150px}.filter-field-v3.search input{width:100%}.filter-field-v3.date input{width:110px}.workouts-list-v3{display:flex;flex-direction:column;gap:8px}.workout-row-v3{background:#0a0b0d;border:1px solid rgba(255,255,255,.05);border-radius:10px;padding:12px 16px;cursor:pointer;transition:all .2s}.workout-row-v3:hover{background:#111214;border-color:#00ff7f33;transform:translate(4px)}.workout-row-main-v3{display:flex;align-items:center;gap:1.25rem}.workout-status-dot-v3{width:8px;height:8px;border-radius:50%;flex-shrink:0}.workout-type-icon-v3{width:40px;height:40px;background:#ffffff08;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#00ff7f;flex-shrink:0}.workout-info-primary-v3{width:200px;flex-shrink:0}.workout-title-v3{font-weight:700;color:#fff;font-size:.95rem;text-transform:capitalize;display:flex;align-items:center;gap:8px}.workout-status-tag-v3{font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.5px;opacity:.8}.workout-subtitle-v3{display:flex;align-items:center;gap:6px;font-size:.75rem;color:#5c6471;margin-top:2px}.workout-subtitle-v3 .separator{color:#ffffff1a}.workout-metrics-row-v3{display:flex;align-items:center;gap:1.5rem;flex:1}.metric-v3{display:flex;flex-direction:column;gap:2px}.metric-label-v3{font-size:.65rem;color:#5c6471;text-transform:uppercase;font-weight:700;letter-spacing:.5px}.metric-value-v3{font-size:.9rem;color:#e6e9ef;font-weight:600;font-family:JetBrains Mono,monospace}.workout-row-actions-v3{display:flex;align-items:center;gap:12px}.provider-tag-v3{background:#58a6ff1a;color:#58a6ff;padding:3px 8px;border-radius:4px;font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.5px}.btn-delete-v3{background:transparent;border:none;color:#5c6471;cursor:pointer;padding:6px;border-radius:6px;transition:all .2s}.btn-delete-v3:hover{background:#ff6b6b1a;color:#ff6b6b}@media (max-width: 1024px){.workout-metrics-row-v3{gap:1rem}.workout-info-primary-v3{width:150px}}@media (max-width: 768px){.workout-row-main-v3{flex-wrap:wrap;gap:1rem}.workout-metrics-row-v3{width:100%;order:3;background:#ffffff05;padding:10px;border-radius:8px;justify-content:space-between}.workout-info-primary-v3{flex:1}}.student-dashboard-wrapper{--primary: #00bf63;--primary-dark: #009d52;--primary-light: #00ff7f;--secondary: #0A1628;--dark: #0D1117;--darker: #050810;--gray: #8B949E;--light-gray: #C9D1D9;--accent-blue: #58A6FF;--accent-orange: #FF6B35;--success: #56D364;--warning: #FFA657;--danger: #FF6B6B;font-family:Outfit,sans-serif;background:var(--darker);color:var(--light-gray);min-height:100vh}.student-top-nav{background:var(--dark);border-bottom:1px solid rgba(255,255,255,.1);padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:100}.student-logo{display:flex;align-items:center;gap:.75rem;font-weight:800;font-size:1.5rem;color:#fff;text-decoration:none}.student-logo-icon{width:40px;height:40px;background:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-style:italic;color:var(--darker);font-weight:800;box-shadow:0 4px 20px #00bf634d}.student-logo-text{display:flex}.logo-check{color:#fff}.logo-in{color:var(--primary);font-style:italic}.logo-four{color:#fff}.student-nav-menu{display:flex;gap:2rem;list-style:none;align-items:center;margin:0;padding:0}.student-nav-menu a{color:var(--light-gray);text-decoration:none;font-weight:500;transition:all .3s;position:relative}.student-nav-menu a.active,.student-nav-menu a:hover{color:var(--primary)}.student-user-profile{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;background:#ffffff0d;border-radius:12px;cursor:pointer;transition:all .3s}.student-user-profile:hover{background:#ffffff14}.student-user-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--accent-blue));display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--darker);font-size:.9rem}.student-user-name{font-size:.9rem;font-weight:600;color:#fff}.student-container{max-width:1400px;margin:0 auto;padding:2rem}.student-hero-section{margin-bottom:2.5rem}.student-hero-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.student-hero-header h1{font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:.5rem;margin-top:0}.student-hero-subtitle{color:var(--gray);font-size:1.1rem;margin:0}.student-quick-actions{display:flex;gap:1rem}.student-btn{padding:.85rem 1.75rem;border-radius:10px;text-decoration:none;font-weight:600;font-size:.9rem;transition:all .3s;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem}.student-btn-primary{background:linear-gradient(135deg,var(--primary),var(--primary-light));color:var(--darker);box-shadow:0 4px 20px #00bf634d}.student-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 30px #00bf6380}.student-btn-secondary{background:#ffffff0d;color:#fff;border:1px solid rgba(255,255,255,.1)}.student-btn-secondary:hover{background:#ffffff14;border-color:var(--primary)}.student-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2rem}.student-stat-card{background:linear-gradient(135deg,#ffffff0d,#ffffff05);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.75rem;transition:all .3s;position:relative;overflow:hidden}.student-stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--primary),var(--accent-blue));transform:scaleX(0);transition:transform .3s}.student-stat-card:hover{transform:translateY(-4px);border-color:#00bf634d;box-shadow:0 12px 40px #00bf6326}.student-stat-card:hover:before{transform:scaleX(1)}.student-stat-icon{font-size:2rem;margin-bottom:1rem}.student-stat-label{font-size:.85rem;color:var(--gray);font-weight:500;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.student-stat-value{font-size:2.5rem;font-weight:800;color:#fff;font-family:JetBrains Mono,monospace;margin-bottom:.5rem}.student-stat-trend{font-size:.85rem;display:flex;align-items:center;gap:.25rem}.student-stat-trend.up{color:var(--success)}.student-stat-trend.down{color:var(--danger)}.student-main-grid{display:grid;grid-template-columns:2fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.student-card{background:linear-gradient(135deg,#ffffff0d,#ffffff05);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.75rem}.student-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.student-card-title{font-size:1.2rem;font-weight:700;color:#fff;margin:0}.student-view-all{color:var(--primary);text-decoration:none;font-size:.9rem;font-weight:600;transition:all .3s}.student-view-all:hover{text-decoration:underline}.student-workout-today{background:linear-gradient(135deg,#00bf6326,#00bf630d);border:2px solid rgba(0,191,99,.3);border-radius:16px;padding:2rem;margin-bottom:1.5rem;position:relative;overflow:hidden}.student-workout-today:before{content:"";position:absolute;top:-50%;right:-20%;width:300px;height:300px;background:radial-gradient(circle,rgba(0,191,99,.2) 0%,transparent 70%);border-radius:50%}.student-workout-header{position:relative;z-index:1;margin-bottom:1.5rem}.student-workout-badge{display:inline-block;padding:.4rem 1rem;background:var(--primary);color:var(--darker);border-radius:20px;font-size:.8rem;font-weight:700;margin-bottom:1rem}.student-workout-title{font-size:1.5rem;font-weight:800;color:#fff;margin-bottom:.5rem;margin-top:0}.student-workout-subtitle{color:var(--light-gray);font-size:1rem;margin:0}.student-workout-details{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:1.5rem}.student-workout-metric{text-align:center;padding:1rem;background:#0003;border-radius:12px}.student-workout-metric-label{font-size:.8rem;color:var(--gray);margin-bottom:.5rem}.student-workout-metric-value{font-size:1.5rem;font-weight:700;color:#fff;font-family:JetBrains Mono,monospace}.student-workout-actions{position:relative;z-index:1;display:flex;gap:1rem}.student-week-calendar{display:grid;grid-template-columns:repeat(7,1fr);gap:.75rem;margin-bottom:1.5rem}.student-day-card{background:#0003;border:1px solid rgba(255,255,255,.05);border-radius:12px;padding:1rem;text-align:center;cursor:pointer;transition:all .3s}.student-day-card:hover{background:#ffffff0d;border-color:var(--primary)}.student-day-card.active{background:linear-gradient(135deg,#00bf6326,#00bf630d);border:2px solid var(--primary)}.student-day-card.completed{background:#58a6ff1a;border-color:var(--accent-blue)}.student-day-card.missed{background:#ff6b6b1a;border-color:var(--danger)}.student-day-name{font-size:.75rem;color:var(--gray);margin-bottom:.5rem;text-transform:uppercase}.student-day-number{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}.student-day-icon{font-size:1.2rem}.student-training-list{display:flex;flex-direction:column;gap:1rem}.student-training-item{background:#0003;border:1px solid rgba(255,255,255,.05);border-radius:12px;padding:1.25rem;transition:all .3s;cursor:pointer}.student-training-item:hover{background:#0000004d;border-color:var(--primary);transform:translate(4px)}.student-training-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.student-training-type{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--gray)}.student-training-title{font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:.5rem;margin-top:0}.student-training-description{font-size:.9rem;color:var(--gray);margin-bottom:1rem;margin-top:0}.student-training-metrics{display:flex;gap:2rem}.student-training-metric{display:flex;align-items:center;gap:.5rem;font-size:.85rem}.student-training-metric-label{color:var(--gray)}.student-training-metric-value{color:#fff;font-weight:600;font-family:JetBrains Mono,monospace}.student-status-badge{padding:.4rem .8rem;border-radius:8px;font-size:.75rem;font-weight:600}.student-status-badge.pending{background:#ffa65726;color:var(--warning);border:1px solid var(--warning)}.student-status-badge.completed{background:#56d36426;color:var(--success);border:1px solid var(--success)}.student-goals-list{display:flex;flex-direction:column;gap:1.25rem}.student-goal-item{padding-bottom:1.25rem;border-bottom:1px solid rgba(255,255,255,.05)}.student-goal-item:last-child{border-bottom:none;padding-bottom:0}.student-goal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.student-goal-title{font-size:1rem;font-weight:600;color:#fff}.student-goal-date{font-size:.8rem;color:var(--gray)}.student-progress-container{margin-bottom:.5rem}.student-progress-bar{width:100%;height:8px;background:#ffffff1a;border-radius:4px;overflow:hidden;margin-bottom:.5rem}.student-progress-fill{height:100%;background:linear-gradient(90deg,var(--primary),var(--primary-light));border-radius:4px;transition:width .3s}.student-progress-text{font-size:.85rem;color:var(--gray);display:flex;justify-content:space-between}.student-chart-container{height:300px;background:#0003;border-radius:12px;padding:1.5rem;position:relative;overflow:hidden}.student-chart-grid{position:absolute;top:1.5rem;right:1.5rem;bottom:1.5rem;left:1.5rem;background-image:repeating-linear-gradient(0deg,rgba(255,255,255,.03) 0px,rgba(255,255,255,.03) 1px,transparent 1px,transparent 40px),repeating-linear-gradient(90deg,rgba(255,255,255,.03) 0px,rgba(255,255,255,.03) 1px,transparent 1px,transparent 60px)}.student-chart-line{position:absolute;bottom:1.5rem;left:1.5rem;right:1.5rem;height:70%;background:linear-gradient(180deg,rgba(0,191,99,.3),transparent);clip-path:polygon(0% 100%,0% 70%,10% 65%,20% 50%,30% 55%,40% 40%,50% 45%,60% 30%,70% 35%,80% 25%,90% 30%,100% 20%,100% 100%)}.student-chart-line:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,var(--primary),var(--accent-blue));clip-path:polygon(0% 70%,10% 65%,20% 50%,30% 55%,40% 40%,50% 45%,60% 30%,70% 35%,80% 25%,90% 30%,100% 20%,100% 100%,0% 100%);opacity:.6}@media (max-width: 1200px){.student-stats-grid{grid-template-columns:repeat(2,1fr)}.student-main-grid{grid-template-columns:1fr}}@media (max-width: 768px){.student-stats-grid{grid-template-columns:1fr}.student-week-calendar{grid-template-columns:repeat(3,1fr)}.student-workout-details{grid-template-columns:1fr}.student-nav-menu{display:none}}.policy-wrapper{min-height:100vh;background:var(--bg)}.policy-topbar{height:64px;border-bottom:1px solid var(--border);background:var(--surface);display:flex;align-items:center;justify-content:space-between;padding:0 24px}.policy-logo{display:inline-flex;align-items:center;text-decoration:none}.policy-back-btn{display:inline-flex;align-items:center;gap:8px;background:transparent;border:1px solid var(--border);color:#fff;padding:8px 12px;border-radius:8px;text-decoration:none;font-weight:600}.policy-hero{position:relative;padding:64px 0 40px;background:radial-gradient(circle at 20% 10%,rgba(0,191,99,.12),transparent 35%),radial-gradient(circle at 80% 0%,rgba(88,166,255,.12),transparent 40%);border-bottom:1px solid var(--border)}.policy-hero-content{max-width:1000px;margin:0 auto;padding:0 24px;display:grid;gap:12px}.policy-hero-badge{display:inline-block;padding:6px 12px;border-radius:9999px;background:#00bf631f;border:1px solid rgba(0,191,99,.3);color:#00ff7f;font-weight:700;width:fit-content}.policy-hero-title{font-size:32px;font-weight:800;color:#fff;margin:0}.policy-hero-subtitle{color:var(--gray);margin:0}.policy-meta{display:inline-flex;align-items:center;gap:8px;color:var(--gray);font-size:13px}.policy-container{display:grid;grid-template-columns:320px 1fr;gap:24px;max-width:1200px;margin:24px auto;padding:0 24px}.policy-aside{display:grid;gap:16px;align-content:start}.policy-main{display:grid;gap:16px}.policy-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden}.policy-card.collapsible .policy-card-header{cursor:pointer}.policy-accordion-toggle{margin-left:auto;background:transparent;border:none;color:var(--gray);display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease}.policy-card.collapsible.open .policy-accordion-toggle{transform:rotate(180deg)}.policy-card.collapsible .policy-card-body{display:none}.policy-card.collapsible.open .policy-card-body{display:grid}.policy-card-header{display:flex;align-items:center;gap:10px;padding:14px 16px;border-bottom:1px solid var(--border);color:#fff;font-weight:700}.policy-card-body{padding:16px;color:var(--light-gray);line-height:1.6;display:grid;gap:12px}.policy-list{display:grid;gap:8px;padding-left:18px}.policy-list-item{display:flex;align-items:center;gap:8px;color:var(--light-gray)}.policy-toc{display:grid;gap:10px;padding:12px 16px 16px}.policy-toc a{color:var(--gray);text-decoration:none;font-weight:600;transition:color .2s ease}.policy-toc a:hover{color:var(--primary)}.policy-contact{display:grid;gap:6px}.policy-contact span{color:var(--gray);font-size:13px}.policy-footer{text-align:center;color:var(--muted);font-size:13px;padding:16px}@media (max-width: 1024px){.policy-container{grid-template-columns:1fr}}@media (max-width: 768px){.policy-hero-title{font-size:24px}}.ai-analytics{padding:2rem;max-width:1400px;margin:0 auto}.analytics-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:2rem;flex-wrap:wrap}.header-left{display:flex;align-items:flex-start;gap:1rem}.header-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#00bf6333,#00ff7f1a);border:1px solid rgba(0,191,99,.3);border-radius:1rem;color:#00ff7f;flex-shrink:0}.analytics-title{font-size:2rem;font-weight:700;color:#e6e9ef;margin:0 0 .5rem}.analytics-subtitle{font-size:1rem;color:#8a94a7;margin:0}.analytics-actions{display:flex;gap:.75rem;flex-wrap:wrap}.analytics-filters{display:flex;flex-direction:column;gap:1.5rem}.modality-selector{display:flex;gap:.75rem;flex-wrap:wrap}.modality-btn{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:#0003;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;color:#8a94a7;font-weight:500;cursor:pointer;transition:all .2s ease;flex:1;min-width:140px;justify-content:center}.modality-btn:hover{background:#ffffff0d;border-color:#00bf634d;color:#e6e9ef}.modality-btn.active{background:linear-gradient(135deg,#00bf6333,#00ff7f1a);border-color:#00bf6380;color:#00ff7f}.filters-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:#8a94a7}.filter-select{padding:.875rem 1rem;background:#0000004d;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;color:#e6e9ef;font-size:1rem;transition:all .2s ease}.filter-select:focus{outline:none;border-color:#00bf63;box-shadow:0 0 0 3px #00bf631a}.analytics-tabs{display:flex;gap:.5rem;margin:2rem 0;padding:.5rem;background:#0000004d;border-radius:.75rem;overflow-x:auto}.analytics-tab{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:transparent;border:1px solid transparent;border-radius:.5rem;color:#8a94a7;font-weight:500;font-size:.9375rem;cursor:pointer;transition:all .2s ease;white-space:nowrap;flex:1}.analytics-tab:hover{background:#ffffff0d;color:#e6e9ef}.analytics-tab.active{background:linear-gradient(135deg,#00bf6333,#00ff7f1a);border-color:#00bf6366;color:#00ff7f}.summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-bottom:2rem}.summary-card{display:flex;gap:1.25rem;padding:1.75rem;background:linear-gradient(135deg,#0d1117cc,#171a21cc);border:1px solid rgba(255,255,255,.1);border-radius:1rem;transition:all .3s ease}.summary-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000004d;border-color:#00bf634d}.summary-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#00bf631a;border-radius:.875rem;color:#00ff7f;flex-shrink:0}.summary-content{flex:1}.summary-label{font-size:.875rem;color:#8a94a7;margin-bottom:.5rem}.summary-value{font-size:2rem;font-weight:700;color:#e6e9ef;margin-bottom:.25rem}.summary-detail{font-size:.8125rem;color:#8a94a7}.insights-preview{display:flex;flex-direction:column;gap:1rem}.insight-preview-card{padding:1.25rem;background:#0003;border:1px solid rgba(255,255,255,.1);border-left:4px solid;border-radius:.75rem;transition:all .2s ease}.insight-preview-card:hover{background:#ffffff05;transform:translate(4px)}.insight-preview-card.insight-success{border-left-color:#00ff7f}.insight-preview-card.insight-warning{border-left-color:#ffd166}.insight-preview-card.insight-recommendation{border-left-color:#58a6ff}.insight-preview-card.insight-info{border-left-color:#8a94a7}.insight-preview-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.insight-preview-title{font-size:.9375rem;font-weight:600;color:#e6e9ef;flex:1}.insight-confidence{padding:.25rem .75rem;background:#0000004d;border-radius:9999px;font-size:.75rem;color:#00ff7f;font-weight:500}.insight-preview-description{font-size:.875rem;color:#8a94a7;line-height:1.5;margin:0}.view-all-insights{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem;background:#0003;border:1px solid rgba(0,191,99,.3);border-radius:.5rem;color:#00ff7f;font-weight:500;cursor:pointer;transition:all .2s ease}.view-all-insights:hover{background:#00bf631a}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.kpi-card{display:flex;flex-direction:column;gap:1.25rem}.kpi-main{display:flex;align-items:center;gap:1rem}.kpi-value{font-size:2.5rem;font-weight:700;color:#e6e9ef;line-height:1}.kpi-label{font-size:.875rem;color:#8a94a7;margin-top:.25rem}.kpi-details{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:#0003;border-radius:.5rem}.kpi-detail-item{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:#8a94a7}.kpi-detail-item strong{color:#e6e9ef;font-weight:600}.trending-up{color:#00ff7f}.kpi-chart-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;background:#0003;border:2px dashed rgba(255,255,255,.1);border-radius:.5rem;text-align:center}.kpi-chart-placeholder span{margin-top:.75rem;font-size:.8125rem;color:#8a94a7}.training-zones{display:flex;flex-direction:column;gap:1rem}.zone-card{display:grid;grid-template-columns:200px 1fr 60px;gap:1rem;align-items:center;padding:1rem;background:#0003;border-radius:.75rem;border-left:4px solid}.zone-card.zone-1{border-left-color:#3b82f6}.zone-card.zone-2{border-left-color:#22c55e}.zone-card.zone-3{border-left-color:#ffd166}.zone-card.zone-4{border-left-color:#f97316}.zone-card.zone-5{border-left-color:#ef4444}.zone-info{display:flex;flex-direction:column;gap:.25rem}.zone-name{font-size:.875rem;font-weight:600;color:#e6e9ef}.zone-range{font-size:.75rem;color:#8a94a7}.zone-bar{height:24px;background:#0000004d;border-radius:.5rem;overflow:hidden}.zone-fill{height:100%;background:linear-gradient(90deg,currentColor,transparent);border-radius:.5rem;transition:width .3s ease}.zone-card.zone-1 .zone-fill{color:#3b82f6}.zone-card.zone-2 .zone-fill{color:#22c55e}.zone-card.zone-3 .zone-fill{color:#ffd166}.zone-card.zone-4 .zone-fill{color:#f97316}.zone-card.zone-5 .zone-fill{color:#ef4444}.zone-percentage{font-size:.875rem;font-weight:600;color:#e6e9ef;text-align:right}.performance-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.performance-metric{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem;text-align:center}.metric-value-large{font-size:3rem;font-weight:700;color:#e6e9ef}.metric-label-large{font-size:1rem;color:#8a94a7}.metric-breakdown,.consistency-badge{display:flex;gap:1.5rem;margin-top:1rem}.breakdown-item,.consistency-badge{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#8a94a7}.progress-bars{width:100%;display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.progress-item{display:flex;align-items:center;gap:1rem}.progress-item span{min-width:80px;font-size:.875rem;color:#8a94a7}.progress-bar{flex:1;height:8px;background:#0000004d;border-radius:4px;overflow:hidden}.progress-bar div{height:100%;background:linear-gradient(90deg,#00bf63,#00ff7f);border-radius:4px;transition:width .3s ease}.records-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.record-card{display:flex;align-items:center;gap:1.25rem;padding:1.5rem;background:#0003;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;transition:all .3s ease}.record-card:hover{background:#ffffff05;border-color:#ffd7004d;transform:translateY(-2px)}.record-info{display:flex;flex-direction:column;gap:.25rem}.record-label{font-size:.75rem;color:#8a94a7}.record-value{font-size:1.25rem;font-weight:700;color:#e6e9ef}.record-date{font-size:.75rem;color:#8a94a7}.insights-list{display:flex;flex-direction:column;gap:1.5rem}.analyzing-state,.empty-insights{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;gap:1.5rem}.analyzing-state h3,.empty-insights h3{font-size:1.5rem;color:#e6e9ef;margin:0}.analyzing-state p,.empty-insights p{font-size:1rem;color:#8a94a7;margin:0}.insights-header{margin-bottom:1.5rem}.insights-header h2{font-size:1.5rem;font-weight:700;color:#e6e9ef;margin:0 0 .5rem}.insights-header p{font-size:1rem;color:#8a94a7;margin:0}.insight-card{padding:1.5rem;background:#0003;border:1px solid rgba(255,255,255,.1);border-left:4px solid;border-radius:.75rem;transition:all .3s ease}.insight-card:hover{background:#ffffff05;transform:translate(4px)}.insight-card.insight-success{border-left-color:#00ff7f}.insight-card.insight-warning{border-left-color:#ffd166}.insight-card.insight-recommendation{border-left-color:#58a6ff}.insight-card.insight-info{border-left-color:#8a94a7}.insight-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}.insight-card-left{display:flex;align-items:flex-start;gap:.75rem;flex:1}.insight-title{font-size:1.125rem;font-weight:600;color:#e6e9ef;margin:0 0 .5rem}.insight-category{display:inline-block;padding:.25rem .75rem;background:#0000004d;border-radius:9999px;font-size:.75rem;color:#8a94a7;text-transform:capitalize}.insight-confidence-badge{display:flex;align-items:center;gap:.5rem;padding:.375rem .875rem;background:#00bf631a;border:1px solid rgba(0,191,99,.3);border-radius:9999px;font-size:.875rem;color:#00ff7f;font-weight:600;white-space:nowrap}.insight-description{font-size:.9375rem;color:#8a94a7;line-height:1.6;margin-bottom:1rem}.insight-metric-display{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.25rem;background:#0000004d;border-radius:.5rem}.metric-name{font-size:.875rem;color:#8a94a7}.metric-number{font-size:1.125rem;font-weight:700;color:#00ff7f}@media (max-width: 1024px){.summary-cards{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.kpi-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.performance-grid{grid-template-columns:1fr}.zone-card{grid-template-columns:180px 1fr 50px}}@media (max-width: 768px){.ai-analytics{padding:1rem}.analytics-header{flex-direction:column;align-items:stretch}.analytics-actions{width:100%}.analytics-actions button{flex:1}.summary-cards,.kpi-grid{grid-template-columns:1fr}.zone-card{grid-template-columns:1fr;gap:.75rem}.records-grid{grid-template-columns:1fr}.modality-selector{flex-direction:column}.modality-btn{min-width:auto}.analytics-tabs{flex-direction:column}.analytics-tab{width:100%}}@media (max-width: 480px){.analytics-title{font-size:1.5rem}.summary-value{font-size:1.75rem}.kpi-value{font-size:2rem}.metric-value-large{font-size:2.5rem}}.layout{display:flex;flex-direction:column;height:100vh;background:var(--bg);color:var(--text)}.topbar{display:flex;align-items:center;justify-content:space-between;padding:0 24px;height:64px;background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.topbar-left{display:flex;align-items:center;gap:16px}.topbar-title{font-size:20px;font-weight:600;margin:0;color:var(--text)}.topbar-toggle{display:none;background:none;border:none;color:var(--text);cursor:pointer;padding:8px;border-radius:6px;transition:all .2s}.topbar-toggle:hover{background:var(--primary)/20;color:var(--primary)}.topbar-center{flex:1;display:flex;justify-content:center;max-width:500px;margin:0 24px}.search-container{position:relative;width:100%}.search-toggle{background:none;border:1px solid var(--border);color:var(--text);cursor:pointer;padding:8px 12px;border-radius:8px;display:flex;align-items:center;gap:8px;transition:all .2s}.search-toggle:hover{border-color:var(--primary);color:var(--primary)}.search-input{width:100%;padding:10px 16px;border:1px solid var(--border);border-radius:8px;background:var(--bg);color:var(--text);font-size:14px;transition:all .2s}.search-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px #22c55e33}.topbar-right{display:flex;align-items:center;gap:12px}.topbar-action{background:none;border:none;color:var(--text);cursor:pointer;padding:8px;border-radius:6px;transition:all .2s;position:relative}.topbar-action:hover{background:var(--primary)/20;color:var(--primary)}.topbar-action:after{content:"";position:absolute;top:8px;right:8px;width:6px;height:6px;background:var(--danger);border-radius:50%;display:none}.topbar-action.has-notification:after{display:block}.user-menu{display:flex;align-items:center;gap:8px}.user-toggle{background:none;border:none;color:var(--text);cursor:pointer;padding:8px 12px;border-radius:8px;display:flex;align-items:center;gap:8px;transition:all .2s}.user-toggle:hover{background:var(--primary)/20;color:var(--primary)}.user-name{font-size:14px;font-weight:500}.sidebar{position:fixed;left:0;top:0;width:280px;height:100vh;background:var(--surface);border-right:1px solid var(--border);transform:translate(-100%);transition:transform .3s ease;z-index:200}.sidebar-open{transform:translate(0)}.sidebar-header{display:flex;justify-content:flex-end;padding:16px;border-bottom:1px solid var(--border)}.sidebar-close{background:none;border:none;color:var(--text);cursor:pointer;padding:8px;border-radius:6px;transition:all .2s}.sidebar-close:hover{background:var(--danger)/20;color:var(--danger)}.sidebar-nav{padding:16px}.sidebar-nav a{display:flex;align-items:center;gap:12px;padding:12px 16px;color:var(--text);text-decoration:none;border-radius:8px;transition:all .2s;margin-bottom:4px}.sidebar-nav a:hover{background:var(--primary)/10;color:var(--primary)}.sidebar-nav a.active{background:var(--primary)/20;color:var(--primary)}.main-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.content-actions{padding:24px 24px 0;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.content-body{flex:1;padding:24px;overflow-y:auto}.sidebar-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:150;display:none}.sidebar-open+.sidebar-overlay{display:block}@media (max-width: 768px){.topbar-toggle{display:block}.topbar-center,.user-name{display:none}.content-actions{padding:16px 16px 0}.content-body{padding:16px}}@media (min-width: 769px){.layout{flex-direction:column}}.kpi-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:20px;transition:all .2s}.kpi-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.kpi-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.kpi-title{font-size:14px;font-weight:500;color:var(--muted);text-transform:uppercase;letter-spacing:.5px}.kpi-value{font-size:28px;font-weight:700;margin-bottom:8px}.kpi-subtitle{font-size:12px;color:var(--muted);margin-bottom:8px}.kpi-trend{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:500}.trend-up{color:var(--success)}.trend-down{color:var(--danger)}.trend-neutral{color:var(--muted)}.trend-icon{font-size:14px}.data-table-container{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden}.data-table{width:100%;border-collapse:collapse;font-size:14px}.data-table-header{background:#121722;color:var(--muted);font-weight:600;text-align:left;padding:12px 16px;border-bottom:1px solid var(--border);white-space:nowrap}.data-table-row{border-bottom:1px solid var(--border);transition:all .2s}.data-table-row:hover{background:#22c55e0d}.data-table-row.clickable{cursor:pointer}.data-table-cell{padding:12px 16px;color:var(--text)}.data-table-loading{padding:40px;text-align:center}.skeleton-loader{display:flex;flex-direction:column;gap:12px}.skeleton-row{height:48px;background:linear-gradient(90deg,var(--surface) 25%,var(--border) 50%,var(--surface) 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;border-radius:8px}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.data-table-empty{padding:40px;text-align:center;color:var(--muted)}.toast-container{position:fixed;top:80px;right:24px;z-index:1000;display:flex;flex-direction:column;gap:12px;max-width:400px}.toast{display:flex;align-items:flex-start;gap:12px;padding:16px;background:var(--surface);border:1px solid var(--border);border-radius:8px;box-shadow:0 4px 12px #0000004d;animation:slideInRight .3s ease;min-width:300px}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.toast-success{border-color:var(--success);background:#2fb3441a}.toast-error{border-color:var(--danger);background:#d9480f1a}.toast-warning{border-color:var(--warning);background:#f59f001a}.toast-info{border-color:var(--accent);background:#12d3cf1a}.toast-icon{flex-shrink:0;margin-top:2px}.toast-content{flex:1;min-width:0}.toast-title{font-weight:600;margin-bottom:4px;color:var(--text)}.toast-message{font-size:14px;color:var(--muted);line-height:1.4}.toast-close{background:none;border:none;color:var(--muted);cursor:pointer;padding:4px;border-radius:4px;transition:all .2s}.toast-close:hover{color:var(--text);background:#ffffff1a}.coach-dashboard,.master-dashboard{padding:2rem;max-width:1400px;margin:0 auto;color:#e6e9ef}.dashboard-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;gap:1.5rem;flex-wrap:wrap}.dashboard-title{font-size:2rem;font-weight:700;color:#e6e9ef;margin:0 0 .5rem}.dashboard-subtitle{font-size:1rem;color:#8a94a7;margin:0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:linear-gradient(135deg,#0d111799,#171a2199);border:1px solid rgba(255,255,255,.1);border-radius:1rem;padding:1.5rem;display:flex;align-items:flex-start;gap:1rem;transition:all .3s ease}.stat-card:hover{transform:translateY(-2px);border-color:#00bf634d;box-shadow:0 10px 30px #00bf631a}.stat-card-primary{background:linear-gradient(135deg,#00bf6326,#00ff7f0d);border-color:#00bf634d}.stat-card-success{background:linear-gradient(135deg,#10b98126,#22c55e0d);border-color:#10b9814d}.stat-card-alert{background:linear-gradient(135deg,#ff6b6b26,#ef44440d);border-color:#ff6b6b4d}.stat-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#00bf631a;border:1px solid rgba(0,191,99,.2);border-radius:.75rem;color:#00ff7f;flex-shrink:0}.stat-value{font-size:2rem;font-weight:700;color:#e6e9ef;line-height:1.2;margin-bottom:.25rem}.stat-detail{font-size:.8125rem;color:#8a94a7}.stat-change{display:flex;align-items:center;gap:.25rem;font-size:.8125rem;margin-top:.25rem}.stat-change.positive{color:#00ff7f}.stat-change.negative{color:#ff6b6b}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem;margin-bottom:2rem}.dashboard-section{min-width:0}.section-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.search-filters{display:flex;gap:1rem;flex-wrap:wrap;flex:1}.search-box{position:relative;display:flex;align-items:center;flex:1;min-width:200px;max-width:400px}.search-box svg{position:absolute;left:1rem;color:#8a94a7;pointer-events:none}.search-input{width:100%;padding:.75rem 1rem .75rem 3rem;background:#0000004d;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;color:#e6e9ef;font-size:.9375rem;transition:all .2s ease}.search-input:focus{outline:none;border-color:#00bf63;box-shadow:0 0 0 3px #00bf631a}.filter-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.filter-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#0000004d;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;color:#8a94a7;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.filter-btn:hover{background:#ffffff0d;border-color:#fff3;color:#e6e9ef}.filter-btn.active{background:#00bf6326;border-color:#00bf634d;color:#00ff7f}.athletes-list{display:flex;flex-direction:column;gap:1rem}.athlete-card{display:flex;align-items:center;gap:1.5rem;padding:1.25rem;background:#0003;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;transition:all .2s ease}.athlete-card:hover{background:#ffffff05;border-color:#ffffff26}.athlete-info{display:flex;align-items:center;gap:1rem;flex:1;min-width:0}.athlete-avatar{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#00bf631a;border:2px solid;border-radius:50%;color:#00ff7f;font-weight:600;font-size:.875rem;flex-shrink:0}.athlete-details{flex:1;min-width:0}.athlete-name{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#e6e9ef;margin-bottom:.25rem}.athlete-meta{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:#8a94a7}.athlete-metrics{display:flex;gap:1.5rem}.metric{display:flex;align-items:center;gap:.5rem;color:#8a94a7;font-size:.875rem}.metric-value{font-weight:600;color:#00ff7f}.metric-label{font-size:.75rem}.athlete-actions{display:flex;gap:.5rem}.action-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#0000004d;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;color:#8a94a7;cursor:pointer;transition:all .2s ease}.action-btn:hover{background:#ffffff0d;border-color:#fff3;color:#e6e9ef}.action-btn-primary{background:#00bf6326;border-color:#00bf634d;color:#00ff7f}.action-btn-primary:hover{background:#00bf6340;border-color:#00bf6380}.activities-list{display:flex;flex-direction:column;gap:.75rem}.activity-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#0003;border:1px solid rgba(255,255,255,.05);border-radius:.5rem}.activity-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#00bf631a;border:1px solid rgba(0,191,99,.2);border-radius:.5rem;color:#00ff7f;flex-shrink:0}.activity-details{flex:1;min-width:0}.activity-title{font-weight:600;color:#e6e9ef;margin-bottom:.25rem}.activity-meta{font-size:.8125rem;color:#8a94a7}.activity-stats{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.activity-pace{display:flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:600;color:#00ff7f}.activity-time{font-size:.75rem;color:#8a94a7}.workouts-list{display:flex;flex-direction:column;gap:.75rem}.workout-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#0003;border:1px solid rgba(255,255,255,.05);border-radius:.5rem}.workout-date{display:flex;align-items:center;gap:.5rem;color:#00ff7f}.workout-day{font-weight:600;font-size:.875rem}.workout-time{font-size:.75rem;color:#8a94a7}.workout-info{flex:1;min-width:0}.workout-title{font-weight:600;color:#e6e9ef;margin-bottom:.25rem}.workout-description{font-size:.8125rem;color:#8a94a7}.workout-participants{display:flex;align-items:center;gap:.25rem;font-size:.875rem;color:#8a94a7}.alerts-list{display:flex;flex-direction:column;gap:.75rem}.alert-item{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:.5rem;border:1px solid}.alert-warning{background:#ffd1661a;border-color:#ffd1664d;color:#ffd166}.alert-success{background:#00ff7f1a;border-color:#00ff7f4d;color:#00ff7f}.alert-content{flex:1;min-width:0}.alert-athlete{font-weight:600;margin-bottom:.25rem}.alert-message{font-size:.8125rem;opacity:.9}.alert-action{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;cursor:pointer;transition:all .2s ease}.alert-action:hover{background:#ffffff26}.quick-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.quick-action-btn{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem;background:#0000004d;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;color:#e6e9ef;font-weight:500;cursor:pointer;transition:all .2s ease}.quick-action-btn:hover{background:#00bf631a;border-color:#00bf634d;color:#00ff7f;transform:translateY(-2px)}.quick-action-btn svg{color:#00ff7f}.system-status-banner{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:linear-gradient(135deg,#00bf6326,#00ff7f0d);border:1px solid rgba(0,191,99,.3);border-radius:.75rem;margin-bottom:2rem}.status-indicator{display:flex;align-items:center;gap:.75rem}.status-dot{width:12px;height:12px;background:#00ff7f;border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.1)}}.status-text{font-weight:600;color:#e6e9ef}.status-info{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:#8a94a7}.status-info span{display:flex;align-items:center;gap:.25rem}.tenants-table{overflow-x:auto;border:1px solid rgba(255,255,255,.1);border-radius:.75rem}.tenants-table table{width:100%;border-collapse:collapse}.tenants-table thead{background:#0000004d}.tenants-table th{padding:1rem;text-align:left;font-size:.875rem;font-weight:600;color:#8a94a7;border-bottom:1px solid rgba(255,255,255,.1)}.tenants-table td{padding:1rem;border-bottom:1px solid rgba(255,255,255,.05)}.tenants-table tbody tr:hover{background:#ffffff05}.tenant-name{font-weight:600;color:#e6e9ef}.plan-badge{display:inline-flex;padding:.25rem .75rem;background:#58a6ff26;border:1px solid rgba(88,166,255,.3);border-radius:9999px;font-size:.75rem;font-weight:500;color:#58a6ff}.tenant-athletes{display:flex;align-items:center;gap:.5rem;color:#8a94a7}.tenant-revenue{font-weight:600;color:#00ff7f}.tenant-payment,.tenant-health{font-size:.875rem;color:#8a94a7}.table-actions{display:flex;gap:.5rem}.revenue-breakdown{display:flex;flex-direction:column;gap:1.25rem}.revenue-item{display:flex;flex-direction:column;gap:.5rem}.revenue-header{display:flex;justify-content:space-between;align-items:center}.revenue-plan{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#e6e9ef}.plan-indicator{width:12px;height:12px;border-radius:50%}.revenue-tenants{font-size:.875rem;color:#8a94a7}.revenue-value{font-size:1.25rem;font-weight:700;color:#00ff7f}.revenue-bar{height:8px;background:#0000004d;border-radius:9999px;overflow:hidden}.revenue-fill{height:100%;border-radius:9999px;transition:width 1s ease-out}.total-revenue{display:flex;justify-content:space-between;align-items:center;font-weight:600}.total-value{font-size:1.5rem;color:#00ff7f}.payments-list{display:flex;flex-direction:column;gap:.75rem}.payment-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#0003;border:1px solid rgba(255,255,255,.05);border-radius:.5rem}.payment-icon{flex-shrink:0}.payment-details{flex:1;min-width:0}.payment-tenant{font-weight:600;color:#e6e9ef;margin-bottom:.25rem}.payment-meta{font-size:.8125rem;color:#8a94a7}.payment-amount{font-weight:700;color:#00ff7f}.api-health-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.api-health-card{padding:1.25rem;background:#0003;border:1px solid;border-radius:.75rem}.api-health-card.status-healthy{border-color:#00ff7f4d;background:linear-gradient(135deg,#00ff7f0d,#00bf6305)}.api-health-card.status-warning{border-color:#ffd1664d;background:linear-gradient(135deg,#ffd1660d,#ff9f0005)}.api-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.api-endpoint{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.875rem;color:#e6e9ef}.api-status-badge{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500}.api-status-badge.status-healthy{background:#00ff7f26;color:#00ff7f}.api-status-badge.status-warning{background:#ffd16626;color:#ffd166}.api-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.api-metric{display:flex;flex-direction:column;gap:.25rem;padding:.75rem;background:#0000004d;border-radius:.5rem}.api-metric svg{color:#8a94a7;margin-bottom:.25rem}.alerts-grid{display:grid;gap:1rem}.system-alert{display:flex;align-items:center;gap:1rem;padding:1.25rem;border-radius:.75rem;border:1px solid}.system-alert.alert-critical{background:#ff6b6b1a;border-color:#ff6b6b4d}.system-alert.alert-warning{background:#ffd1661a;border-color:#ffd1664d}.system-alert.alert-info{background:#58a6ff1a;border-color:#58a6ff4d}.system-alert .alert-icon{flex-shrink:0}.system-alert.alert-critical .alert-icon{color:#ff6b6b}.system-alert.alert-warning .alert-icon{color:#ffd166}.system-alert.alert-info .alert-icon{color:#58a6ff}.system-alert .alert-content{flex:1;min-width:0}.system-alert .alert-message{font-weight:500;color:#e6e9ef;margin-bottom:.25rem}.system-alert .alert-time{font-size:.8125rem;color:#8a94a7}@media (max-width: 1024px){.dashboard-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media (max-width: 768px){.coach-dashboard,.master-dashboard{padding:1rem}.dashboard-header{flex-direction:column;align-items:stretch}.stats-grid{grid-template-columns:1fr}.athlete-card{flex-direction:column;align-items:stretch}.athlete-metrics{justify-content:space-between}.quick-actions{grid-template-columns:1fr}.search-filters{flex-direction:column}.search-box{max-width:none}.api-health-grid,.api-metrics{grid-template-columns:1fr}}@media (max-width: 480px){.dashboard-title,.stat-value{font-size:1.5rem}.athlete-actions{width:100%;justify-content:stretch}.action-btn{flex:1}.status-info{flex-direction:column;align-items:flex-start;gap:.5rem}}.tenant-settings{padding:2rem;max-width:1400px;margin:0 auto}.settings-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;gap:1.5rem;flex-wrap:wrap}.settings-title{font-size:2rem;font-weight:700;color:#e6e9ef;margin:0 0 .5rem}.settings-subtitle{font-size:1rem;color:#8a94a7;margin:0}.settings-actions{display:flex;gap:.75rem}.settings-tabs{display:flex;gap:.5rem;margin-bottom:2rem;padding:.5rem;background:#0000004d;border-radius:.75rem;overflow-x:auto}.settings-tab{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:transparent;border:1px solid transparent;border-radius:.5rem;color:#8a94a7;font-weight:500;font-size:.9375rem;cursor:pointer;transition:all .2s ease;white-space:nowrap}.settings-tab:hover{background:#ffffff0d;color:#e6e9ef}.settings-tab.active{background:#00bf6326;border-color:#00bf634d;color:#00ff7f}.settings-content{display:flex;flex-direction:column;gap:2rem}.tenant-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:#8a94a7}.form-input{padding:.875rem 1rem;background:#0000004d;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;color:#e6e9ef;font-size:1rem;transition:all .2s ease}.form-input:focus{outline:none;border-color:#00bf63;box-shadow:0 0 0 3px #00bf631a}.form-input:disabled{opacity:.6;cursor:not-allowed;background:#0003}.form-actions{display:flex;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.integration-card{display:flex;flex-direction:column;gap:1.5rem}.integration-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.integration-info{display:flex;align-items:flex-start;gap:1rem;flex:1}.integration-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:.75rem;flex-shrink:0}.integration-icon.whatsapp{background:#00ff7f1a;border:1px solid rgba(0,255,127,.2);color:#00ff7f}.integration-title{font-size:1.25rem;font-weight:600;color:#e6e9ef;margin:0 0 .25rem}.integration-description{font-size:.9375rem;color:#8a94a7;margin:0}.integration-status{display:flex;align-items:center;gap:.75rem}.status-badge{display:inline-flex;align-items:center;padding:.375rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500;border:1px solid}.status-badge-connected{background:#00ff7f26;border-color:#00ff7f4d;color:#00ff7f}.status-badge-disconnected{background:#ff6b6b26;border-color:#ff6b6b4d;color:#ff6b6b}.status-badge-connecting{background:#ffd16626;border-color:#ffd1664d;color:#ffd166}.status-badge-unknown{background:#8a94a726;border-color:#8a94a74d;color:#8a94a7}.integration-detail{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#0003;border:1px solid rgba(255,255,255,.1);border-radius:.5rem}.detail-label{font-size:.875rem;color:#8a94a7}.detail-code{font-family:JetBrains Mono,monospace;font-size:.8125rem;color:#00ff7f;background:#0000004d;padding:.25rem .5rem;border-radius:.25rem}.integration-actions{display:flex;flex-direction:column;gap:1rem}.whatsapp-test{padding:1rem;background:#0003;border:1px solid rgba(255,255,255,.1);border-radius:.5rem}.test-label{font-size:.875rem;font-weight:600;color:#e6e9ef;margin:0 0 .75rem}.test-input-group{display:flex;gap:.75rem}.integrations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem}.integration-form{display:flex;flex-direction:column;gap:1.25rem}.integration-icon-header{width:64px;height:64px;display:flex;align-items:center;justify-content:center;border-radius:1rem;margin-bottom:.5rem}.integration-icon-header.wellhub{background:#58a6ff1a;border:1px solid rgba(88,166,255,.2);color:#58a6ff}.integration-icon-header.totalpass{background:#ff6b6b1a;border:1px solid rgba(255,107,107,.2);color:#ff6b6b}.integration-icon-header.pagarme{background:#22c55e1a;border:1px solid rgba(34,197,94,.2);color:#22c55e}.integration-icon-header.strava{background:#ff9f001a;border:1px solid rgba(255,159,0,.2);color:#ff9f00}.integration-desc{font-size:.9375rem;color:#8a94a7;margin:0;line-height:1.5}.coming-soon-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffd16626;border:1px solid rgba(255,209,102,.3);border-radius:.5rem;color:#ffd166;font-size:.875rem;font-weight:500;width:fit-content}.modules-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.module-card{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;background:#0003;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;cursor:pointer;transition:all .3s ease}.module-card:hover{background:#ffffff05;border-color:#00bf634d;transform:translate(4px)}.module-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#00bf631a;border:1px solid rgba(0,191,99,.2);border-radius:.75rem;color:#00ff7f;flex-shrink:0}.module-content{flex:1;min-width:0}.module-title{font-size:1rem;font-weight:600;color:#e6e9ef;margin:0 0 .25rem}.module-description{font-size:.875rem;color:#8a94a7;margin:0}.module-action{flex-shrink:0}.qr-modal{display:flex;flex-direction:column;align-items:center;gap:2rem;padding:1rem}.qr-modal-header{text-align:center}.qr-modal-header h2{font-size:1.5rem;font-weight:700;color:#e6e9ef;margin:1rem 0 .5rem}.qr-modal-header p{font-size:.9375rem;color:#8a94a7;margin:0}.qr-code-container{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.qr-code-image{max-width:300px;width:100%;padding:1rem;background:#fff;border-radius:1rem;box-shadow:0 10px 30px #0000004d}.qr-instructions{font-size:.875rem;color:#8a94a7;text-align:left;line-height:1.6;margin:0}.qr-loading{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem}.qr-loading p{font-size:.9375rem;color:#8a94a7;margin:0}.spinning{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 1024px){.tenant-info-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.integrations-grid,.modules-grid{grid-template-columns:1fr}}@media (max-width: 768px){.tenant-settings{padding:1rem}.settings-header{flex-direction:column;align-items:stretch}.settings-tabs{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch}.tenant-info-grid{grid-template-columns:1fr}.integration-header{flex-direction:column;align-items:stretch}.integration-status{justify-content:space-between}.test-input-group{flex-direction:column}.module-card{flex-direction:column;text-align:center}.module-action,.module-action button{width:100%}}@media (max-width: 480px){.settings-title{font-size:1.5rem}.form-actions{flex-direction:column}.form-actions button{width:100%;justify-content:center}.qr-code-image{max-width:250px}}.subscription-grid{display:grid;grid-template-columns:1fr 350px;gap:1.5rem;align-items:flex-start}.subscription-main,.subscription-side{display:flex;flex-direction:column;gap:1.5rem}.plan-summary-card{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:#00bf630d;border:1px solid rgba(0,191,99,.1);border-radius:12px;margin-bottom:1.5rem}.plan-badge-wrapper{display:flex;align-items:center;gap:1rem}.plan-icon{width:48px;height:48px;border-radius:12px;background:var(--primary);color:#0d1117;display:flex;align-items:center;justify-content:center}.plan-name{font-size:1.25rem;font-weight:700;color:#fff;margin:0 0 .25rem}.plan-status{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#8a94a7}.plan-price{text-align:right}.price-symbol{font-size:1rem;color:#8a94a7;margin-right:.25rem}.price-value{font-size:2rem;font-weight:800;color:#fff}.price-period{font-size:.9rem;color:#8a94a7}.plan-features-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem}.feature-item{display:flex;align-items:center;gap:.75rem;color:#e6e9ef;font-size:.95rem}.plan-actions{display:flex;gap:1rem}.upgrade-card{padding:1.5rem;background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:12px;transition:all .3s}.upgrade-card:hover{border-color:var(--primary);background:#ffffff0d}.upgrade-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.upgrade-header h4{font-size:1.1rem;font-weight:700;color:#fff;margin:0}.popular-badge{padding:.25rem .75rem;background:var(--primary);color:#0d1117;border-radius:20px;font-size:.7rem;font-weight:700;text-transform:uppercase}.upgrade-desc{font-size:.9rem;color:#8a94a7;margin-bottom:1.5rem;line-height:1.5}.upgrade-price{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:1.5rem}.billing-info-list{display:flex;flex-direction:column;gap:1rem}.billing-info-item{display:flex;justify-content:space-between;align-items:center;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.05)}.info-label{font-size:.85rem;color:#8a94a7}.info-value{font-size:.9rem;font-weight:600;color:#fff}.info-code{font-family:JetBrains Mono,monospace;font-size:.8rem;color:#58a6ff}.payment-method-card{display:flex;align-items:center;gap:1rem;padding:1rem;background:#ffffff08;border-radius:10px}.payment-icon{color:#8a94a7}.payment-details{display:flex;flex-direction:column}.card-brand{font-size:.9rem;font-weight:700;color:#fff}.card-number{font-size:.85rem;color:#8a94a7;letter-spacing:.1em}.card-expiry{font-size:.75rem;color:#8a94a7;margin-top:.25rem}.subscription-notice{display:flex;align-items:center;gap:.75rem;padding:1rem;color:#8a94a7;font-size:.8rem;text-align:center;justify-content:center}@media (max-width: 1024px){.subscription-grid{grid-template-columns:1fr}}@media (max-width: 768px){.plan-features-list{grid-template-columns:1fr}.plan-summary-card{flex-direction:column;align-items:flex-start;gap:1.5rem}.plan-price{text-align:left}}.card-modal{padding:1rem}.card-modal .modal-header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:2rem}.card-modal .modal-header h2{margin:1rem 0 .5rem;color:#fff}.card-modal .modal-header p{color:#8a94a7;font-size:.9rem}.card-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem}.payment-method-empty{padding:2rem;text-align:center;background:#ffffff05;border:1px dashed rgba(255,255,255,.1);border-radius:10px;color:#8a94a7}.student-financial{padding:2rem;max-width:1200px;margin:0 auto}.financial-header{margin-bottom:2rem}.financial-title{font-size:2rem;font-weight:700;color:#e6e9ef;margin:0 0 .5rem}.financial-subtitle{font-size:1rem;color:#8a94a7;margin:0}.financial-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.financial-stat-card{background:#0003;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;padding:1.5rem;display:flex;align-items:center;gap:1rem;transition:all .3s ease}.financial-stat-card:hover{transform:translateY(-2px);background:#ffffff05}.stat-warning{border-left:4px solid #ffd166}.stat-success{border-left:4px solid #00ff7f}.stat-info{border-left:4px solid #58A6FF}.stat-danger{border-left:4px solid #ff6b6b}.stat-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ffffff0d;flex-shrink:0}.stat-warning .stat-icon{color:#ffd166}.stat-success .stat-icon{color:#00ff7f}.stat-info .stat-icon{color:#58a6ff}.stat-danger .stat-icon{color:#ff6b6b}.stat-content{flex:1}.stat-label{font-size:.875rem;color:#8a94a7;margin-bottom:.25rem}.stat-value{font-size:1.5rem;font-weight:700;color:#e6e9ef}.stat-detail{font-size:.8125rem;color:#8a94a7;margin-top:.25rem}.payment-alert{display:flex;align-items:flex-start;gap:1rem;padding:1rem;border-radius:.5rem;margin-bottom:2rem}.alert-danger{background:#ff6b6b1a;border:1px solid rgba(255,107,107,.3);color:#ff6b6b}.alert-content{flex:1}.alert-title{font-weight:700;margin-bottom:.25rem}.alert-message{font-size:.9375rem;opacity:.9}.payment-methods-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.payment-method-card{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:#0003;border:1px solid rgba(255,255,255,.05);border-radius:.75rem}.method-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:.5rem;flex-shrink:0}.method-pix{background:#00ff7f1a;color:#00ff7f}.method-boleto{background:#58a6ff1a;color:#58a6ff}.method-card{background:#ffd1661a;color:#ffd166}.method-content{flex:1}.method-title{font-weight:600;color:#e6e9ef;margin-bottom:.25rem}.method-description{font-size:.8125rem;color:#8a94a7;margin-bottom:.75rem}.method-features{display:flex;flex-direction:column;gap:.25rem}.method-features span{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#8a94a7}.invoices-filters{display:flex;gap:.5rem;margin-bottom:1.5rem;overflow-x:auto;padding-bottom:.5rem}.filter-tab{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:transparent;border:1px solid rgba(255,255,255,.1);border-radius:9999px;color:#8a94a7;font-size:.875rem;cursor:pointer;white-space:nowrap;transition:all .2s ease}.filter-tab:hover{background:#ffffff0d;color:#e6e9ef}.filter-tab.active{background:#00bf6326;border-color:#00bf634d;color:#00ff7f}.invoices-list{display:flex;flex-direction:column;gap:1rem}.invoice-card{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem;background:#0003;border:1px solid rgba(255,255,255,.05);border-radius:.75rem;transition:all .2s ease}.invoice-card:hover{background:#ffffff05;border-color:#ffffff1a}.invoice-card.overdue{border-left:3px solid #ff6b6b}.invoice-header{display:flex;align-items:center;justify-content:space-between;flex:1;min-width:300px;gap:1rem}.invoice-info{display:flex;align-items:center;gap:1rem}.invoice-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ffffff0d;flex-shrink:0}.invoice-title{font-weight:600;color:#e6e9ef;margin-bottom:.25rem}.invoice-meta{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:#8a94a7;flex-wrap:wrap}.invoice-right{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.invoice-amount{font-weight:700;color:#e6e9ef;font-size:1.125rem}.status-badge{font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:.25rem;display:inline-flex;align-items:center;gap:.25rem}.status-badge-paid{background:#00ff7f1a;color:#00ff7f}.status-badge-pending{background:#ffd1661a;color:#ffd166}.status-badge-overdue{background:#ff6b6b1a;color:#ff6b6b}.status-badge-cancelled{background:#8a94a71a;color:#8a94a7}.invoice-actions{display:flex;gap:.5rem}.invoice-btn{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.invoice-btn-primary{background:#00bf63;color:#000;border:none}.invoice-btn-primary:hover{background:#00a857}.invoice-btn-outline{background:transparent;border:1px solid rgba(255,255,255,.2);color:#e6e9ef}.invoice-btn-outline:hover{background:#ffffff0d;border-color:#ffffff4d}.empty-state,.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 1rem;text-align:center;background:#0003;border-radius:.75rem;border:1px dashed rgba(255,255,255,.1)}.empty-title{font-size:1.125rem;font-weight:600;color:#e6e9ef;margin-top:1rem}.empty-description{font-size:.9375rem;color:#8a94a7;margin-top:.5rem}.spinner{width:32px;height:32px;border:3px solid rgba(0,191,99,.1);border-top-color:#00bf63;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.payment-modal{padding:1.5rem;max-width:500px;width:100%}.modal-header{text-align:center;margin-bottom:2rem}.modal-title{font-size:1.5rem;font-weight:700;color:#e6e9ef;margin:0 0 .5rem}.modal-subtitle{color:#8a94a7;font-size:1rem}.modal-invoice-summary{background:#0000004d;padding:1.25rem;border-radius:.75rem;border:1px solid rgba(255,255,255,.1);margin-bottom:1.5rem}.summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:.9375rem}.summary-row:last-child{margin-bottom:0}.summary-row span{color:#8a94a7}.summary-row strong{color:#e6e9ef}.cpf-input-group{margin-bottom:1.5rem}.input-label{display:block;font-size:.875rem;color:#8a94a7;margin-bottom:.5rem}.modal-input{width:100%;padding:.875rem 1rem;background:#0003;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;color:#e6e9ef;font-size:1rem;transition:all .2s ease}.modal-input:focus{outline:none;border-color:#00bf63;box-shadow:0 0 0 3px #00bf631a}.payment-method-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;background:#0003;padding:.25rem;border-radius:.5rem}.method-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;background:transparent;border:none;border-radius:.375rem;color:#8a94a7;font-weight:500;cursor:pointer;transition:all .2s ease}.method-tab.active{background:#ffffff1a;color:#e6e9ef}.payment-content{margin-top:1rem}.payment-icon-header{text-align:center;margin-bottom:1.5rem}.payment-icon-header h3{margin:.5rem 0 0;font-size:1.125rem;color:#e6e9ef}.qr-code-container{display:flex;justify-content:center;margin-bottom:1.5rem}.qr-code-image{background:#fff;padding:.5rem;border-radius:.5rem;width:200px;height:200px}.pix-instructions{text-align:center}.pix-instructions p{color:#8a94a7;font-size:.9375rem;margin-bottom:.75rem}.pix-code-box{background:#0000004d;padding:.75rem;border-radius:.5rem;border:1px dashed rgba(255,255,255,.2);font-family:monospace;font-size:.8125rem;color:#00ff7f;word-break:break-all;margin-bottom:1rem}.copy-pix-button,.download-boleto-button,.pay-card-button,.generate-button{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem;border-radius:.5rem;font-weight:600;font-size:1rem;cursor:pointer;border:none;transition:all .2s ease}.copy-pix-button{background:#00ff7f26;color:#00ff7f}.copy-pix-button:hover{background:#00ff7f40}.download-boleto-button{background:#58a6ff26;color:#58a6ff}.download-boleto-button:hover{background:#58a6ff40}.pay-card-button{background:#00bf63;color:#000}.pay-card-button:hover{background:#00a857}.generate-method{text-align:center;padding:2rem;background:#0003;border-radius:.75rem;border:1px dashed rgba(255,255,255,.1)}.generate-method p{color:#8a94a7;margin:1rem 0 1.5rem}.generate-button{background:#00bf63;color:#000}.card-payment-form{display:flex;flex-direction:column;gap:1rem}.form-row{display:flex;gap:1rem}.paid-notice{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem;background:#00ff7f0d;border:1px solid rgba(0,255,127,.2);border-radius:.75rem;text-align:center}.paid-notice p{color:#00ff7f;font-weight:500;margin:0}@media (max-width: 768px){.student-financial{padding:1rem}.financial-stats{grid-template-columns:1fr}.invoice-card{flex-direction:column;align-items:stretch}.invoice-header{flex-direction:column;align-items:flex-start}.invoice-right{align-items:flex-start;flex-direction:row;justify-content:space-between;width:100%;margin-top:.5rem}.invoice-actions{width:100%;margin-top:1rem}.invoice-btn{flex:1;justify-content:center}}.modern-navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#0d1117f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1)}.navbar-container{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;height:64px}.navbar-brand{display:flex;align-items:center;text-decoration:none;font-size:1.5rem;font-weight:700;color:#e6e9ef;transition:opacity .2s ease;flex-shrink:0}.navbar-brand:hover{opacity:.8}.navbar-menu{display:flex;align-items:center;gap:.5rem;flex:1;justify-content:center;margin:0 2rem}.nav-item{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;color:#8a94a7;text-decoration:none;font-size:.9375rem;font-weight:500;border-radius:.5rem;transition:all .2s ease;white-space:nowrap}.nav-item:hover{background:#ffffff0d;color:#e6e9ef}.nav-item.active{background:#00bf6326;color:#00ff7f}.nav-item svg{flex-shrink:0}.navbar-actions{display:flex;align-items:center;gap:1rem;flex-shrink:0}.user-info{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#0000004d;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;color:#e6e9ef;font-size:.875rem}.btn-login{padding:.75rem 1.5rem;background:#00bf63;color:#000;text-decoration:none;font-weight:600;border-radius:.5rem;transition:all .2s ease}.btn-login:hover{background:#00ff7f;transform:translateY(-2px)}.btn-logout{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:transparent;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;color:#e6e9ef;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-logout:hover{background:#ff6b6b26;border-color:#ff6b6b4d;color:#ff6b6b}.menu-toggle{display:none;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;color:#e6e9ef;cursor:pointer;transition:all .2s ease}.menu-toggle:hover{background:#ffffff0d;border-color:#ffffff4d}.mobile-menu{position:fixed;top:64px;right:-100%;width:300px;height:calc(100vh - 64px);background:#0d1117fa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-left:1px solid rgba(255,255,255,.1);transition:right .3s ease;overflow-y:auto;z-index:999}.mobile-menu-open{right:0}.mobile-menu-content{padding:1.5rem;display:flex;flex-direction:column;gap:.5rem}.mobile-nav-item{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#0003;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;color:#8a94a7;text-decoration:none;font-size:.9375rem;font-weight:500;transition:all .2s ease;cursor:pointer}.mobile-nav-item:hover{background:#ffffff0d;border-color:#fff3;color:#e6e9ef}.mobile-nav-item.active{background:#00bf6326;border-color:#00bf634d;color:#00ff7f}.mobile-nav-item.primary{background:#00bf63;border-color:transparent;color:#000;font-weight:600;justify-content:center}.mobile-nav-item.primary:hover{background:#00ff7f}.mobile-nav-item.logout{background:#ff6b6b1a;border-color:#ff6b6b4d;color:#ff6b6b}.mobile-nav-item.logout:hover{background:#ff6b6b33;border-color:#ff6b6b80}.mobile-divider{height:1px;background:#ffffff1a;margin:.5rem 0}.mobile-overlay{position:fixed;top:64px;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:998}.page-content{margin-top:64px}@media (max-width: 1024px){.navbar-menu,.user-info,.btn-logout{display:none}.menu-toggle{display:flex}}@media (max-width: 768px){.navbar-container{padding:0 1rem}.mobile-menu{width:100%;right:-100%}.mobile-menu-open{right:0}}@media (max-width: 480px){.navbar-brand{font-size:1.25rem}.btn-login{padding:.625rem 1.25rem;font-size:.875rem}.mobile-menu-content{padding:1rem}.mobile-nav-item{padding:.875rem;font-size:.875rem}}:root{--bg:#0f1217;--surface:#171a21;--muted:#8a94a7;--text:#e6e9ef;--primary:#22c55e;--accent:#12d3cf;--accent2:#f05d5e;--accent3:#ffd166;--success:#2fb344;--warning:#f59f00;--danger:#d9480f;--border:#2a2f3a}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto;overflow-x:hidden;width:100%}.container{max-width:1100px;margin:0 auto;padding:24px}.input,.select{padding:10px 12px;border-radius:8px;border:1px solid var(--border);background:#10141d;color:var(--text);width:100%;font-size:14px;transition:all .2s}.input:focus,.select:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 2px #22c55e33}.label{color:var(--muted);font-size:13px;font-weight:500;margin-bottom:6px;display:block}.table-container{overflow-x:auto;border:1px solid var(--border);border-radius:12px;background:var(--surface)}.table{width:100%;border-collapse:separate;border-spacing:0;font-size:14px}.table th{background:#121722;color:var(--muted);font-weight:600;text-align:left;padding:12px 16px;border-bottom:1px solid var(--border);white-space:nowrap}.table td{padding:12px 16px;border-bottom:1px solid var(--border);color:var(--text)}.table tr:last-child td{border-bottom:none}.table tbody tr{transition:background .15s}.table tbody tr:hover{background:#ffffff05}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;border-radius:8px;text-decoration:none;font-weight:500;font-size:14px;cursor:pointer;transition:all .2s;border:1px solid transparent}.btn--primary{background:var(--primary);color:#000;border-color:transparent}.btn--primary:hover{filter:brightness(1.1)}.btn--outline{background:transparent;color:var(--text);border:1px solid var(--border)}.btn--outline:hover{background:#ffffff0d;border-color:var(--muted)}.btn--icon{padding:8px;min-width:36px;height:36px}.btn--danger{color:#ff6b6b!important;border-color:#ff6b6b4d!important}.btn--danger:hover{background:#ff6b6b1a!important;border-color:#ff6b6b!important}.nav{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 24px;height:64px;border-bottom:1px solid var(--border);background:var(--surface);position:sticky;top:0;z-index:50}.nav-left{display:flex;align-items:center;gap:24px}.nav-link{color:var(--muted);text-decoration:none;font-size:14px;font-weight:500;padding:6px 10px;border-radius:6px;transition:all .2s;display:flex;align-items:center;gap:6px}.nav-link:hover,.nav-link.active{color:var(--text);background:#ffffff0d}@media (max-width: 800px){.nav{flex-direction:column;align-items:stretch;height:auto;padding:12px 24px}.nav-left{display:none;flex-direction:column;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid var(--border);width:100%}.nav--open .nav-left{display:flex}.nav-toggle{display:inline-flex}.nav-right{justify-content:space-between;width:100%}.nav-student-mobile{display:flex;gap:8px;flex-wrap:wrap}}@media (min-width: 801px){.nav-toggle,.nav-student-mobile{display:none}}.grid{display:grid;gap:16px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}@media (max-width: 800px){.grid-3{grid-template-columns:1fr}}@media (max-width: 800px){.grid-2{grid-template-columns:1fr}}.card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:24px}.card h2{margin:0 0 16px;font-size:18px;font-weight:600;color:var(--text)}.stat{display:flex;flex-direction:column;gap:8px;padding:16px;background:#1b1f2a;border:1px solid var(--border);border-radius:12px}.stat .value{font-size:28px;font-weight:700;letter-spacing:-.5px}.stat .label{color:var(--muted);font-size:13px}.badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:500;border:1px solid transparent}.badge--atingiu{background:#2fb3441f;color:#9be7af;border-color:#2fb3444d}.badge--em_risco{background:#f59f001f;color:#f8d08a;border-color:#f59f004d}.badge--nao_atingiu{background:#d9480f1f;color:#f1b6a5;border-color:#d9480f4d}.list{list-style:none;margin:0;padding:0}.list li{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px dashed var(--border)}.list li:last-child{border-bottom:none}.calendar{display:grid;grid-template-columns:repeat(7,1fr);gap:8px}.day{aspect-ratio:1;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#1b1f2a;border:1px solid var(--border);font-size:14px;color:var(--muted)}.day--checked{background:#2fb3442e;border-color:#2fb344;color:#fff;font-weight:600}.hero{position:relative;border-bottom:1px solid var(--border)}.hero-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(1200px 600px at 10% 10%,rgba(18,211,207,.25),transparent 60%),radial-gradient(900px 500px at 90% 0%,rgba(240,93,94,.15),transparent 60%),linear-gradient(180deg,#ffffff08,#fff0)}.hero-inner{position:relative;z-index:1;padding:72px 24px;text-align:center}.hero-title{font-size:52px;line-height:1.1;margin:0;letter-spacing:-.3px}.hero-subtitle{color:var(--muted);max-width:800px;margin:12px auto 0}.feature{display:flex;gap:12px;align-items:flex-start}.feature-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#121622;border:1px solid var(--border);border-radius:10px}.metric-band{display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}.metric{background:#10141d;border:1px solid var(--border);border-radius:12px;padding:16px;text-align:center}.metric .value{font-size:28px;font-weight:700}.metric .label{color:var(--muted);font-size:12px}.pricing{display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}.tier{background:#121722;border:1px solid var(--border);border-radius:12px;padding:16px;transition:all .2s}.tier:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000040}.tier--recommended{border-color:var(--accent);box-shadow:0 0 0 2px #12d3cf40,0 12px 24px #12d3cf14}.tier-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.tier-price{font-size:22px;font-weight:700;color:#cfe3ff}.quote{font-style:italic;color:#cfd6e6}.footer{border-top:1px solid var(--border);padding:24px;text-align:center;color:var(--muted)}.notice{display:flex;gap:12px;align-items:flex-start;background:#5aa9ff1f;border:1px solid var(--primary);color:#cfe3ff;border-radius:12px;padding:12px}.notice strong{color:#eaf2ff}.onboarding-head{display:flex;align-items:center;gap:12px;padding:12px;background:linear-gradient(90deg,#12d3cf26,#5aa9ff26);border:1px solid var(--border);border-radius:12px}.steps{display:grid;gap:16px;grid-template-columns:repeat(4,1fr)}@media (max-width:900px){.steps{grid-template-columns:1fr}}.step{background:#121722;border:1px solid var(--border);border-radius:14px;padding:16px}.step-index{width:28px;height:28px;border-radius:999px;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}.step-title{font-size:15px;color:#cfe3ff}.step-desc{color:var(--muted);font-size:13px;margin-top:6px}
