*{margin:0;padding:0;box-sizing:border-box}html{width:100%;height:100%;scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;width:100%;min-height:100%;background:#fff;color:#1d1d1f;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px;width:100%}.btn{padding:16px 40px;font-size:18px;border-radius:30px;text-decoration:none;font-weight:600;transition:all .3s ease;cursor:pointer;border:none;display:inline-block}.btn-primary{background:#fff;color:#667eea}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #0003}section{padding:100px 0}.full-width{width:100%}@media(max-width:768px){.section-title{font-size:36px}.section-subtitle{font-size:18px}}.btn-secondary{background:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background:#fff;color:#667eea}.btn-status{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-status:hover{background:#ffffff4d;border-color:#fff;transform:translateY(-2px);box-shadow:0 10px 30px #0003}.section-title{font-size:48px;font-weight:700;text-align:center;margin-bottom:20px;letter-spacing:-1px;color:#1d1d1f;line-height:1.2;padding:0 20px}.section-subtitle{font-size:21px;text-align:center;color:#6e6e73;margin-bottom:60px;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.5;padding:0 20px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.section-title{font-size:36px}.section-subtitle{font-size:18px}.btn{padding:14px 32px;font-size:16px}}.navbar{position:fixed;top:0;left:0;right:0;width:100%;background:#fffc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:1000;border-bottom:1px solid rgba(0,0,0,.1)}.nav-container{max-width:1200px;margin:0 auto;padding:12px 20px;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;cursor:pointer;transition:all .3s ease;gap:0;height:35px}.logo:hover{opacity:.85;transform:translateY(-1px)}.logo img{height:35px;width:auto;object-fit:contain;max-width:200px;transition:transform .3s ease}.logo:hover img{transform:scale(1.02)}.divider{width:1px;height:35px;background:#d2d2d7;margin:0 12px}.nav-links{display:flex;gap:24px;align-items:center}.nav-links a{color:#1d1d1f;text-decoration:none;font-size:14px;font-weight:500;transition:color .3s ease;white-space:nowrap}.nav-links a:hover{color:#0071e3}.login-btn{background:#0071e3;color:#fff;padding:6px 18px;border-radius:18px;transition:all .3s ease;font-size:14px;border:none;cursor:pointer;font-weight:500}.login-btn:hover{background:#0077ed;transform:scale(1.05)}.status-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff!important;padding:6px 18px;border-radius:18px;transition:all .3s ease;font-size:14px}.status-btn:hover{background:linear-gradient(135deg,#764ba2,#667eea);transform:scale(1.05)}.mobile-menu-btn{display:none;font-size:24px;background:none;border:none;cursor:pointer}.user-menu{position:relative}.user-btn{display:flex;align-items:center;gap:8px;background:#f5f5f7;color:#1d1d1f;padding:6px 14px;border-radius:18px;border:none;cursor:pointer;font-size:14px;font-weight:500;transition:all .3s ease}.user-btn:hover{background:#e8e8ed;transform:scale(1.02)}.user-icon{font-size:16px}.user-name{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-arrow{font-size:10px;transition:transform .3s ease}.user-menu:hover .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border-radius:12px;box-shadow:0 10px 40px #00000026;min-width:200px;overflow:hidden;animation:slideDown .2s ease;z-index:1001}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{padding:12px 16px;border:none;background:none;width:100%;text-align:left;cursor:pointer;transition:background .2s ease;font-size:14px;color:#1d1d1f;display:flex;align-items:center;gap:8px}.dropdown-item:hover{background:#f5f5f7}.user-info{border-bottom:1px solid #e8e8ed;cursor:default;flex-direction:column;align-items:flex-start;gap:4px}.user-info:hover{background:none}.user-email{font-size:13px;color:#86868b;word-break:break-all}.logout-btn{color:#ff3b30;font-weight:500}.logout-btn:hover{background:#fff0f0}@media(max-width:768px){.logo img{height:30px;max-width:140px}.nav-links{display:none}.mobile-menu-btn{display:block}}.hero{margin-top:59px;min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eeaf2,#764ba2f2),url(https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?w=1920&h=1080&fit=crop) center/cover;background-attachment:fixed;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#667eeae6,#764ba2e6);z-index:1}.hero-content{text-align:center;color:#fff;z-index:2;padding:40px 20px;max-width:900px;position:relative}.hero h1{font-size:72px;font-weight:700;margin-bottom:24px;letter-spacing:-2px;animation:fadeInUp 1s ease}.hero p{font-size:28px;font-weight:400;margin-bottom:40px;opacity:.95;animation:fadeInUp 1s ease .2s both}.cta-buttons{display:flex;gap:20px;justify-content:center;animation:fadeInUp 1s ease .4s both;flex-wrap:wrap}.trust-badges{margin-top:50px;padding-top:30px;border-top:1px solid rgba(255,255,255,.2)}.trust-text{font-size:14px;opacity:.8;margin-bottom:15px}.badges-container{display:flex;gap:30px;justify-content:center;align-items:center;flex-wrap:wrap}.badge{background:#fff;padding:12px 24px;border-radius:10px;display:flex;align-items:center;gap:10px}.badge-icon{font-size:20px}.badge-text{color:#1d1d1f;font-weight:600;font-size:14px}@media(max-width:768px){.hero h1{font-size:42px}.hero p{font-size:20px}.cta-buttons{flex-direction:column;align-items:stretch}.cta-buttons .btn{width:100%}}.banner{width:100%;height:400px;position:relative;overflow:hidden}.banner img{width:100%;height:100%;object-fit:cover;filter:brightness(.7)}.banner-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;width:100%;padding:20px}.banner h2{font-size:48px;font-weight:700;margin-bottom:20px;text-shadow:0 2px 10px rgba(0,0,0,.5)}.banner p{font-size:24px;opacity:.95;text-shadow:0 2px 10px rgba(0,0,0,.5)}@media(max-width:768px){.banner h2{font-size:32px}.banner p{font-size:18px}}.services-section{padding:120px 0}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:30px;margin-top:60px;max-width:1100px;margin-left:auto;margin-right:auto}.service-card{background:#fff;border-radius:24px;padding:40px;box-shadow:0 4px 20px #00000014;transition:all .4s ease;border:1px solid rgba(0,0,0,.04)}.service-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #667eea26;border-color:#667eea33}.service-card.featured{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.service-icon{width:70px;height:70px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:18px;display:flex;align-items:center;justify-content:center;font-size:32px;margin-bottom:24px;box-shadow:0 8px 20px #667eea40}.service-card.featured .service-icon{background:#fff3}.service-tag{display:inline-block;padding:6px 14px;background:linear-gradient(135deg,#667eea1a,#764ba21a);color:#667eea;font-size:12px;font-weight:700;border-radius:20px;margin-bottom:20px;text-transform:uppercase;letter-spacing:.8px;border:1px solid rgba(102,126,234,.2)}.service-card.featured .service-tag{background:#ffffff4d;color:#fff;border:1px solid rgba(255,255,255,.4)}.service-card h3{font-size:24px;margin-bottom:12px;font-weight:700;color:#1d1d1f;line-height:1.3}.service-card.featured h3{color:#fff}.service-card p{color:#6e6e73;line-height:1.7;font-size:15px;margin-bottom:20px}.service-card.featured p{color:#ffffffe6}.service-link{display:inline-block;background:#fff;color:#667eea;padding:12px 24px;border-radius:25px;text-decoration:none;font-weight:600;font-size:15px;transition:all .3s ease}.service-link:hover{transform:scale(1.05);box-shadow:0 5px 15px #0000004d}.netc-certification{background:linear-gradient(135deg,#1e3a8a,#3b82f6);padding:60px 20px;margin-top:60px}.netc-content{text-align:center;color:#fff}.netc-icon{font-size:48px;margin-bottom:20px}.netc-content h3{font-size:32px;font-weight:700;margin-bottom:15px;letter-spacing:-.5px}.netc-content p{font-size:18px;opacity:.95;max-width:700px;margin:0 auto 30px;line-height:1.6}.netc-stats{display:flex;justify-content:center;gap:40px;flex-wrap:wrap;margin-top:40px}.netc-stat{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;padding:25px 35px;min-width:180px;text-align:center}.netc-stat .stat-number{font-size:36px;font-weight:700;margin-bottom:5px}.netc-stat .stat-label{font-size:14px;opacity:.9}@media(max-width:768px){.services-grid{grid-template-columns:1fr;gap:20px}.service-card{padding:30px}.netc-content h3{font-size:24px}.netc-content p{font-size:16px}}.full-width-gradient{width:100%;background:linear-gradient(to bottom,#fff,#f5f5f7)}.benefits-section section{padding:100px 0}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:40px;margin-top:60px}.benefit-card{background:#fff;border-radius:24px;padding:40px;box-shadow:0 8px 30px #00000014;transition:all .4s ease;position:relative;overflow:hidden}.benefit-card:hover{transform:translateY(-8px);box-shadow:0 16px 50px #667eea26}.card-decoration{position:absolute;top:-20px;right:-20px;width:120px;height:120px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;opacity:.1}.benefit-icon{background:linear-gradient(135deg,#667eea,#764ba2);width:70px;height:70px;border-radius:18px;display:flex;align-items:center;justify-content:center;font-size:36px;margin-bottom:25px;position:relative;z-index:1}.benefit-card h3{font-size:28px;font-weight:700;margin-bottom:16px;color:#1d1d1f}.benefit-card p{font-size:16px;line-height:1.7;color:#6e6e73;margin-bottom:24px}.benefit-features{display:grid;gap:12px}.feature-item{display:flex;align-items:center;gap:12px}.feature-dot{width:8px;height:8px;background:#667eea;border-radius:50%;flex-shrink:0}.feature-item span{font-size:15px;color:#1d1d1f;font-weight:500}.stats-banner{margin-top:80px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:30px;padding:60px 40px;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;text-align:center}.stat-item{color:#fff}.stat-value{font-size:48px;font-weight:700;margin-bottom:10px}.stat-label{font-size:16px;opacity:.9}@media(max-width:768px){.benefits-grid{grid-template-columns:1fr}.benefit-card h3{font-size:24px}}.features-section.full-width{background:#f5f5f7}.features-section section{padding:100px 0}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-top:60px}.feature-item{text-align:center}.feature-icon{width:80px;height:80px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:36px;margin:0 auto 20px;box-shadow:0 4px 15px #0000001a;transition:all .3s ease}.feature-item:hover .feature-icon{transform:scale(1.1);box-shadow:0 8px 25px #667eea33}.feature-item h3{font-size:20px;margin-bottom:10px;font-weight:600;color:#1d1d1f;line-height:1.3}.feature-item p{color:#6e6e73;font-size:15px;line-height:1.5}.vehicles-section{background:#f5f5f7;padding:100px 0}.vehicles-header{text-align:center;margin-bottom:70px}.vehicles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:35px;margin-bottom:80px}.vehicle-card-new{background:#fff;border-radius:25px;overflow:hidden;box-shadow:0 10px 40px #0000001a;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.vehicle-card-new:hover{transform:translateY(-10px);box-shadow:0 20px 60px #667eea40}.vehicle-image-wrapper{position:relative;height:250px;overflow:hidden}.vehicle-img-new{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.vehicle-card-new:hover .vehicle-img-new{transform:scale(1.1)}.vehicle-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0000,#00000080)}.vehicle-badge-wrapper{position:absolute;top:20px;left:20px;z-index:2}.vehicle-badge{display:inline-block;padding:8px 18px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#667eea;font-size:13px;font-weight:700;border-radius:25px;text-transform:uppercase;letter-spacing:.8px;box-shadow:0 4px 15px #00000026}.vehicle-content-new{padding:35px}.vehicle-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:15px;gap:10px}.vehicle-header h3{font-size:26px;font-weight:700;color:#1d1d1f;margin:0;flex:1}.vehicle-class-badge{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:8px 18px;border-radius:20px;font-size:14px;font-weight:700;white-space:nowrap}.vehicle-content-new p{font-size:15px;color:#6e6e73;line-height:1.7;margin-bottom:25px}.vehicle-features{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:20px}.vehicle-feature-tag{display:inline-block;padding:6px 14px;background:#f5f5f7;color:#667eea;font-size:13px;font-weight:600;border-radius:15px}.vehicle-cta-btn{display:inline-flex;align-items:center;padding:14px 28px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;font-weight:600;font-size:15px;border-radius:25px;transition:all .3s ease;box-shadow:0 4px 15px #667eea4d}.vehicle-cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}.vehicle-cta-btn .arrow{margin-left:8px}.quick-reference{background:#fff;border-radius:30px;padding:60px 50px;box-shadow:0 10px 40px #00000014;margin-bottom:60px}.quick-reference h3{font-size:34px;font-weight:700;text-align:center;margin-bottom:20px;color:#1d1d1f}.reference-subtitle{text-align:center;color:#6e6e73;font-size:16px;margin-bottom:50px}.reference-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:25px}.reference-card{text-align:center;padding:30px 20px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;transition:transform .3s ease}.reference-card:hover{transform:scale(1.05)}.reference-icon{font-size:42px;margin-bottom:12px}.reference-type{color:#fff;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;margin-bottom:8px}.reference-class{color:#fff;font-size:28px;font-weight:700}.vehicle-info-banner{background:linear-gradient(135deg,#667eea14,#764ba214);border-radius:25px;padding:45px;border:2px solid rgba(102,126,234,.15);display:flex;align-items:center;gap:25px}.info-icon{background:linear-gradient(135deg,#667eea,#764ba2);min-width:60px;height:60px;border-radius:15px;display:flex;align-items:center;justify-content:center;font-size:28px;flex-shrink:0}.info-content h4{font-size:22px;font-weight:700;color:#1d1d1f;margin-bottom:10px}.info-content p{font-size:16px;color:#6e6e73;line-height:1.8;margin-bottom:8px}.info-content p:last-child{margin-bottom:0}.info-content strong{color:#667eea}@media(max-width:768px){.vehicles-grid{grid-template-columns:1fr}.quick-reference{padding:40px 30px}.quick-reference h3{font-size:28px}.vehicle-info-banner{flex-direction:column;text-align:center}}.howto-section{padding:100px 0}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:50px;margin-top:60px}.step{text-align:center}.step-number{width:60px;height:60px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;margin:0 auto 25px}.step h3{font-size:22px;margin-bottom:15px;font-weight:600;color:#1d1d1f;line-height:1.3}.step p{color:#6e6e73;line-height:1.6;font-size:16px}.about-netc{background:#f5f5f7}.about-netc section{padding:100px 0}.partners-banner{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:30px;padding:50px 40px;margin-bottom:60px;text-align:center;color:#fff}.partners-label{font-size:14px;opacity:.9;margin-bottom:20px;text-transform:uppercase;letter-spacing:1px;font-weight:600}.partners-logos{display:flex;gap:30px;justify-content:center;align-items:center;flex-wrap:wrap;margin-bottom:25px}.partner-logo{background:#fff;padding:20px;border-radius:15px;min-width:140px}.partner-logo img{height:50px;object-fit:contain;width:100%}.partners-text{font-size:13px;opacity:.85;max-width:700px;margin:0 auto;line-height:1.6}.main-content-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:60px}.content-card{background:#fff;border-radius:24px;padding:40px;box-shadow:0 8px 30px #00000014}.content-icon{background:linear-gradient(135deg,#667eea,#764ba2);width:60px;height:60px;border-radius:15px;display:flex;align-items:center;justify-content:center;font-size:28px;margin-bottom:20px}.content-card h3{font-size:28px;font-weight:700;margin-bottom:15px;color:#1d1d1f}.content-card p{font-size:16px;line-height:1.8;color:#6e6e73;margin-bottom:20px}.how-it-works-steps{display:grid;gap:15px}.work-step{display:flex;align-items:flex-start;gap:12px}.step-badge{background:#f5f5f7;width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px;font-weight:700;color:#667eea}.work-step p{font-size:16px;line-height:1.7;color:#1d1d1f;margin:0}.features-title{font-size:32px;font-weight:700;text-align:center;margin-bottom:40px;color:#1d1d1f}.key-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-bottom:60px}.key-feature-card{background:#fff;border-radius:20px;padding:30px;box-shadow:0 4px 20px #00000014;text-align:center;transition:all .3s ease}.key-feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #667eea26}.key-feature-icon{font-size:48px;margin-bottom:15px}.key-feature-card h4{font-size:20px;font-weight:700;margin-bottom:10px;color:#1d1d1f}.key-feature-card p{font-size:15px;color:#6e6e73;line-height:1.6}.netc-stats-banner{background:linear-gradient(135deg,#667eea0d,#764ba20d);border-radius:24px;padding:50px 40px;border:1px solid rgba(102,126,234,.1)}.netc-stats-banner h3{font-size:28px;font-weight:700;text-align:center;margin-bottom:40px;color:#1d1d1f}.netc-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px}.netc-stat-box{text-align:center}.netc-stat-value{font-size:48px;font-weight:700;color:#667eea;margin-bottom:8px}.netc-stat-label{font-size:16px;color:#6e6e73;font-weight:500}.netc-cta{text-align:center;margin-top:60px}.netc-cta h3{font-size:32px;font-weight:700;margin-bottom:15px;color:#1d1d1f}.netc-cta p{font-size:18px;color:#6e6e73;margin-bottom:30px}.netc-cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.netc-btn{padding:16px 40px;border-radius:30px;text-decoration:none;font-weight:600;font-size:16px;display:inline-block;transition:all .3s ease}.netc-btn.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.netc-btn.primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #667eea4d}.netc-btn.secondary{background:#fff;color:#667eea;border:2px solid #667eea}.netc-btn.secondary:hover{background:#667eea;color:#fff}@media(max-width:768px){.main-content-grid{grid-template-columns:1fr}.content-card h3{font-size:24px}.features-title,.netc-cta h3{font-size:26px}}.banks-section{background:#f5f5f7}.banks-section section{padding:100px 0}.search-container{margin-bottom:30px;text-align:center}.bank-search-input{width:100%;max-width:500px;padding:15px 20px;border:2px solid #d2d2d7;border-radius:15px;font-size:16px;display:block;margin:0 auto 10px;transition:border-color .3s ease}.bank-search-input:focus{outline:none;border-color:#667eea}.search-result{font-size:14px;color:#6e6e73}.search-result.error{color:#ff3b30}.search-result.success{color:#34c759}.tabs-container{display:flex;gap:8px;margin-bottom:30px;border-bottom:2px solid #e5e5e7;overflow-x:auto;padding-bottom:0}.tab-button{padding:14px 28px;background:transparent;border:none;font-size:15px;font-weight:600;color:#6e6e73;cursor:pointer;transition:all .3s ease;border-bottom:3px solid transparent;white-space:nowrap;position:relative;bottom:-2px}.tab-button:hover{color:#667eea}.tab-button.active{color:#667eea;border-bottom-color:#667eea}.banks-content{background:#fff;border-radius:20px;padding:30px;box-shadow:0 4px 20px #00000014;overflow-x:auto}.banks-table-wrapper{overflow-x:auto}.banks-table{width:100%;border-collapse:collapse}.banks-table thead tr{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.banks-table th{padding:20px;text-align:left;border:none;font-weight:600}.banks-table tbody tr{transition:background .2s ease}.banks-table tbody tr.even{background:#f5f5f7}.banks-table tbody tr:hover{background:#e8f0fe}.banks-table td{padding:15px 20px;border-bottom:1px solid #e5e5e7}.banks-table tbody tr:last-child td{border-bottom:none}.banks-cards{display:grid;gap:20px}.bank-card{padding:20px;background:#f5f5f7;border-radius:15px;border-left:4px solid #667eea;transition:all .3s ease}.bank-card:hover{transform:translate(5px);box-shadow:0 4px 15px #667eea26}.bank-card h4{font-size:18px;font-weight:700;margin-bottom:8px;color:#1d1d1f}.bank-card p{font-size:15px;color:#6e6e73;margin-bottom:6px}.bank-card .updated-text{font-size:13px;color:#86868b}.banks-disclaimer{margin-top:30px;padding:20px;background:#f5f5f7;border-radius:15px}.banks-disclaimer p{font-size:16px;color:#6e6e73;line-height:1.6;margin-bottom:10px}.banks-disclaimer p:last-child{margin-bottom:0}@media(max-width:768px){.banks-table{font-size:14px}.banks-table th,.banks-table td{padding:10px}}.faq-section{padding:100px 0}.faq-container{max-width:800px;margin:0 auto}.faq-item{background:#fff;border-radius:15px;margin-bottom:20px;overflow:hidden;box-shadow:0 2px 10px #0000000d;transition:all .3s ease}.faq-item:hover{box-shadow:0 4px 15px #667eea1a}.faq-question{padding:25px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-weight:600;font-size:18px;transition:all .3s ease;-webkit-user-select:none;user-select:none}.faq-question:hover{background:#f5f5f7}.faq-toggle{font-size:24px;font-weight:300;transition:transform .3s ease;color:#667eea;flex-shrink:0;margin-left:20px}.faq-item.active .faq-toggle{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease;padding:0 25px}.faq-item.active .faq-answer{max-height:500px}.faq-answer p{padding-bottom:25px;color:#6e6e73;line-height:1.6;font-size:16px}@media(max-width:768px){.faq-question{font-size:16px;padding:20px}.faq-answer p{font-size:15px}}.test-runner{padding:2rem;max-width:1200px;margin:0 auto}.test-header{text-align:center;margin-bottom:2rem}.test-header h2{font-size:2rem;margin-bottom:.5rem;color:#1f2937}.test-description{color:#6b7280;font-size:1rem}.test-actions{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap;justify-content:center}.test-btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.test-btn:disabled{opacity:.6;cursor:not-allowed}.quick-test{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.quick-test:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #10b9814d}.full-test{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.full-test:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.all-scenarios{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff}.all-scenarios:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #8b5cf64d}.clear-logs{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.clear-logs:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #ef44444d}.test-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.info-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.info-card h3{font-size:1.25rem;margin-bottom:1rem;color:#1f2937}.info-card p{margin:.5rem 0;color:#4b5563}.info-card ul{list-style:none;padding:0;margin:0}.info-card li{padding:.5rem 0;color:#4b5563}.test-logs{background:#1f2937;border-radius:12px;padding:1.5rem;margin-bottom:2rem}.test-logs h3{color:#f9fafb;margin-bottom:1rem}.logs-container{max-height:400px;overflow-y:auto;font-family:Courier New,monospace;font-size:.875rem}.log-entry{padding:.5rem;margin:.25rem 0;border-radius:4px;display:flex;gap:.5rem}.log-timestamp{color:#9ca3af;font-weight:600}.log-info{background:#3b82f61a;color:#93c5fd}.log-success{background:#10b9811a;color:#6ee7b7}.log-error{background:#ef44441a;color:#fca5a5}.test-results{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.test-results h3{margin-bottom:1rem;color:#1f2937}.test-results pre{background:#f9fafb;padding:1rem;border-radius:8px;overflow-x:auto;font-size:.875rem;color:#1f2937}.logs-container::-webkit-scrollbar{width:8px}.logs-container::-webkit-scrollbar-track{background:#374151;border-radius:4px}.logs-container::-webkit-scrollbar-thumb{background:#6b7280;border-radius:4px}.logs-container::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media(max-width:768px){.test-runner{padding:1rem}.test-actions{flex-direction:column}.test-btn{width:100%;justify-content:center}.test-info{grid-template-columns:1fr}}@keyframes spin{to{transform:rotate(360deg)}}.dashboard{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0a0d14;color:#fff;height:100vh;display:flex;flex-direction:column;overflow:hidden}.loading-overlay{position:fixed;inset:0;background:#000c;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1000}.loading-spinner{width:45px;height:45px;border:3px solid rgba(147,51,234,.2);border-top-color:#9333ea;border-radius:50%;animation:spin 1s linear infinite}.loading-text{color:#fff;margin-top:12px;font-size:13px}.notification-bar{background:#1a1e2e;padding:8px 20px;display:flex;align-items:center;gap:40px;border-bottom:1px solid rgba(255,255,255,.08);overflow:hidden;white-space:nowrap;flex-shrink:0}.notification-item{display:flex;align-items:center;font-size:12px;flex-shrink:0}.notification-badge{background:#9333ea;color:#fff;padding:2px 8px;border-radius:4px;font-weight:700;font-size:9px;margin-right:8px}.dashboard-container{display:flex;flex:1;overflow:hidden}.sidebar{width:240px;background:#161b28;border-right:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;overflow:auto;flex-shrink:0}.sidebar-header{padding:18px;border-bottom:1px solid rgba(255,255,255,.08)}.sidebar-header h1{font-size:26px;color:#9333ea;font-weight:700;margin:0}.sidebar-section-title{font-size:10px;color:#6b7280;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:12px 18px 6px}.sidebar-item{padding:10px 18px;display:flex;align-items:center;gap:10px;color:#9ca3af;cursor:pointer;font-size:13px;font-weight:500;border-left:3px solid transparent;background:transparent;transition:all .2s}.sidebar-item.active{color:#9333ea;border-left-color:#9333ea;background:linear-gradient(90deg,rgba(147,51,234,.15) 0%,transparent 100%)}.sidebar-item:hover:not(.active){background:#9333ea0d;color:#e5e7eb}.sidebar-icon{font-size:16px}.dropdown-arrow{margin-left:auto;font-size:9px;transition:transform .3s}.dropdown-arrow.open{transform:rotate(180deg)}.sidebar-divider{height:1px;background:#ffffff0f;margin:8px 18px}.sidebar-subitem{padding:8px 18px 8px 46px;display:flex;align-items:center;gap:10px;color:#9ca3af;cursor:pointer;font-size:12px;font-weight:500;margin-left:18px;border-left:1px solid rgba(147,51,234,.2);transition:all .2s}.sidebar-subitem:hover{background:#9333ea14}.sidebar-logout{margin-top:auto;border-top:1px solid #252939;padding:10px 18px;display:flex;align-items:center;gap:10px;color:#ef4444;cursor:pointer;font-size:13px;font-weight:500;transition:all .2s}.sidebar-logout:hover{background:#ef44441a}.main-content{flex:1;display:flex;flex-direction:column;overflow:hidden;background:#0a0d14}.main-header{padding:15px 25px;background:linear-gradient(135deg,#161b28,#0f1219);border-bottom:1px solid #252939;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px;flex-shrink:0}.header-subtitle{color:#9ca3af;font-size:12px;margin:0}.header-title{font-size:22px;font-weight:700;margin:0}.header-actions{display:flex;align-items:center;gap:12px}.refresh-btn{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#9333ea,#7c3aed);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #9333ea4d;transition:all .3s}.refresh-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #9333ea80}.user-profile{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:10px 14px;display:flex;align-items:center;gap:10px}.user-avatar{width:36px;height:36px;background:linear-gradient(135deg,#9333ea,#7c3aed);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px}.user-info h3{font-size:13px;font-weight:600;margin:0 0 1px}.user-info p{font-size:11px;color:#9ca3af;margin:0}.content-area{flex:1;padding:20px 25px;overflow:auto;display:flex;flex-direction:column}.promo-banner{background:linear-gradient(135deg,#0f766e,#115e59,#134e4a);border-radius:14px;padding:25px 30px;display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;border:1px solid rgba(139,92,246,.3);flex-wrap:wrap;gap:15px}.promo-icon{font-size:50px;margin-right:20px}.promo-content{flex:1}.promo-badge{display:inline-block;background:#8b5cf6cc;padding:3px 10px;border-radius:15px;font-size:9px;font-weight:700;margin-bottom:8px}.promo-content h2{font-size:22px;font-weight:700;margin:0}.promo-content p{color:#ffffffb3;font-size:13px;max-width:450px;margin:6px 0 0}.promo-btn{background:#fff;color:#4c1d95;padding:10px 24px;border:none;border-radius:8px;font-weight:700;font-size:13px;cursor:pointer;transition:all .3s}.promo-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ffffff4d}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-bottom:20px}.stat-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:15px}.stat-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.stat-title{font-size:11px;color:#9ca3af;font-weight:600;text-transform:uppercase}.stat-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:16px}.stat-value{font-size:22px;font-weight:700;margin-bottom:3px}.stat-change{font-size:11px;color:#10b981}.fastag-section{display:flex;flex-direction:column;flex:1;max-width:800px;margin:0 auto;width:100%;gap:15px;min-height:0}.step-indicator{display:flex;align-items:center;justify-content:center;padding:12px 20px;background:#ffffff08;border-radius:10px;border:1px solid rgba(255,255,255,.08);gap:10px;flex-wrap:wrap}.step-item{display:flex;flex-direction:column;align-items:center;gap:4px}.step-circle{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;background:#ffffff1a;border:2px solid rgba(255,255,255,.2);color:#6b7280}.step-circle.active{background:linear-gradient(135deg,#9333ea,#7c3aed);border:2px solid #9333ea;color:#fff;box-shadow:0 0 15px #9333ea66}.step-circle.completed{background:#10b981;border:2px solid #10b981;color:#fff}.step-label{font-size:10px;font-weight:500;color:#6b7280}.step-label.active{color:#9333ea}.step-label.completed{color:#10b981}.step-divider{width:40px;height:2px;background:#ffffff1a;margin-bottom:20px}.step-content{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:20px;display:flex;flex-direction:column;flex:1;min-height:0}.step-header{display:flex;align-items:center;gap:10px;margin-bottom:4px;flex-wrap:wrap}.step-icon{font-size:24px}.step-header h3{font-size:18px;font-weight:700;margin:0}.provider-badge{margin-left:auto;background:#9333ea33;color:#a78bfa;padding:4px 12px;border-radius:15px;font-size:11px;font-weight:600}.step-desc{color:#6b7280;font-size:13px;margin-bottom:15px}.search-wrapper{position:relative;margin-bottom:15px}.search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);font-size:14px;opacity:.6}.search-input{width:100%;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:12px 40px;color:#fff;font-size:14px;outline:none;box-sizing:border-box}.search-input::placeholder{color:#6b7280}.search-clear{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:#6b7280;cursor:pointer;font-size:12px}.providers-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;flex:1;align-content:start;overflow-y:auto;padding-right:5px}.provider-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:15px 10px;text-align:center;cursor:pointer;transition:all .2s}.provider-card:hover{background:#9333ea1a;border-color:#9333ea4d}.provider-card.selected{background:#9333ea26;border:1px solid #9333ea;box-shadow:0 0 15px #9333ea33}.provider-icon{font-size:28px;margin-bottom:6px}.provider-name{font-size:11px;font-weight:600;color:#e5e7eb}.no-results{grid-column:1 / -1;text-align:center;padding:30px}.no-results-icon{font-size:36px;opacity:.5;display:block;margin-bottom:10px}.no-results p{color:#9ca3af;margin-bottom:4px;font-size:14px}.no-results span{color:#6b7280;font-size:11px}.form-fields{flex:1;display:flex;flex-direction:column;gap:12px;overflow-y:auto}.form-group{margin-bottom:12px}.form-group label{font-size:12px;font-weight:600;color:#e5e7eb;display:block;margin-bottom:6px}.form-group input{width:100%;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:12px 14px;color:#fff;font-size:14px;outline:none;box-sizing:border-box}.form-group input:disabled{background:#ffffff05;color:#6b7280}.form-group input::placeholder{color:#6b7280}.phone-input{display:flex}.phone-prefix{background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-right:none;border-radius:8px 0 0 8px;padding:12px 14px;color:#9ca3af;font-size:14px;font-weight:600}.phone-input input{flex:1;border-radius:0 8px 8px 0}.tpin-inputs{display:flex;gap:10px}.tpin-input{width:48px!important;height:48px;text-align:center;font-size:20px;font-weight:700;padding:0!important}.step-actions{display:flex;gap:12px;margin-top:15px}.btn-secondary{background:#ffffff0d;color:#9ca3af;padding:12px 24px;border:1px solid rgba(255,255,255,.1);border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s}.btn-secondary:hover{background:#ffffff14}.btn-primary{flex:1;background:linear-gradient(135deg,#9333ea,#7c3aed);color:#fff;padding:12px 24px;border:none;border-radius:8px;font-weight:700;font-size:14px;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:6px}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #9333ea66}.btn-success{flex:1;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:12px 24px;border:none;border-radius:8px;font-weight:700;font-size:14px;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:6px}.btn-success:hover{transform:translateY(-2px);box-shadow:0 4px 12px #10b98166}.vehicle-info-card{background:linear-gradient(135deg,#9333ea1a,#8b5cf60d);border:1px solid rgba(147,51,234,.2);border-radius:10px;padding:15px;margin-bottom:12px}.vehicle-header{display:flex;align-items:center;gap:12px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:12px;flex-wrap:wrap}.vehicle-icon{font-size:36px}.vehicle-number{font-size:18px;font-weight:700;letter-spacing:2px;margin-bottom:2px}.vehicle-owner{color:#9ca3af;font-size:12px}.vehicle-balance{margin-left:auto;text-align:right}.balance-label{font-size:10px;color:#6b7280;display:block;margin-bottom:2px}.balance-amount{font-size:22px;font-weight:700;color:#10b981}.vehicle-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.meta-item{display:flex;flex-direction:column;gap:2px}.meta-label{font-size:10px;color:#6b7280;text-transform:uppercase}.meta-value{font-size:12px;font-weight:600;color:#e5e7eb}.meta-value.active{color:#10b981}.recharge-section h4{font-size:14px;font-weight:700;margin-bottom:10px}.amount-options{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}.amount-btn{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:6px;padding:10px 18px;color:#e5e7eb;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s}.amount-btn:hover{background:#9333ea1a;border-color:#9333ea4d}.amount-btn.selected{background:linear-gradient(135deg,#9333ea,#7c3aed);border:1px solid #9333ea;color:#fff}.amount-input{display:flex}.amount-prefix{background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-right:none;border-radius:8px 0 0 8px;padding:10px 14px;color:#9ca3af;font-size:14px;font-weight:600}.amount-input input{flex:1;border-radius:0 8px 8px 0;padding:10px 14px!important}.empty-state{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;overflow:hidden;padding:60px 20px;text-align:center}.empty-icon{font-size:50px;margin-bottom:15px;opacity:.5}.empty-title{font-size:16px;font-weight:600;margin-bottom:6px;color:#9ca3af}.empty-desc{color:#6b7280;font-size:13px}.transactions-section{margin-top:20px}.transactions-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.transactions-title{font-size:16px;font-weight:700;display:flex;align-items:center;gap:8px}.transactions-table-wrapper{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;overflow:hidden}.transactions-table{width:100%;border-collapse:collapse}.transactions-table thead tr{background:#ffffff08}.transactions-table th{padding:12px 14px;text-align:left;font-size:10px;font-weight:700;color:#6b7280;text-transform:uppercase;border-bottom:1px solid rgba(255,255,255,.08)}.transactions-table tbody tr{border-bottom:1px solid rgba(255,255,255,.05);transition:all .2s}.transactions-table tbody tr:nth-child(2n){background:#ffffff05}.transactions-table tbody tr:hover{background:#8b5cf60d}.transactions-table td{padding:12px 14px;font-size:12px}.customer-cell{display:flex;align-items:center;gap:10px}.customer-avatar{width:32px;height:32px;background:linear-gradient(135deg,#9333ea,#7c3aed);border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:11px}.customer-name{font-weight:600;margin-bottom:1px}.customer-mobile{font-size:11px;color:#6b7280}.vehicle-number{font-weight:600;letter-spacing:.5px}.transaction-id{font-family:Monaco,Consolas,monospace;font-size:10px;color:#8b5cf6;background:#8b5cf61a;padding:3px 6px;border-radius:4px}.amount{font-weight:700}.status-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:15px;font-size:10px;font-weight:600}.status-dot{width:5px;height:5px;border-radius:50%;background:currentColor}.date-cell{font-size:11px;color:#6b7280}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:999;padding:20px}.modal-content{background:#161b28;border-radius:14px;padding:25px;max-width:420px;width:100%;border:1px solid rgba(255,255,255,.1);box-shadow:0 25px 50px #00000080}.modal-header{display:flex;align-items:center;gap:10px;margin-bottom:6px}.modal-icon{font-size:24px}.modal-header h3{font-size:18px;font-weight:700;margin:0}.modal-desc{color:#6b7280;font-size:13px;margin-bottom:20px}.modal-actions{display:flex;gap:12px;margin-top:20px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#161b28}::-webkit-scrollbar-thumb{background:#2a2f3e;border-radius:3px}@media(max-width:768px){.sidebar{display:none}.providers-grid{grid-template-columns:repeat(2,1fr)}.vehicle-meta{grid-template-columns:1fr}.transactions-table-wrapper{overflow-x:auto}}.footer{background:#1d1d1f;color:#fff;padding:60px 0 30px}.npci-section{text-align:center;padding:40px 0;border-bottom:1px solid #424245;margin-bottom:40px}.npci-logos{margin-bottom:25px;display:flex;justify-content:center;align-items:center;gap:25px;flex-wrap:wrap}.npci-logos img{height:60px;width:auto;opacity:.9;object-fit:contain;max-width:200px}.npci-logos img:first-child,.npci-logos img:last-child{height:50px}.logo-divider{width:2px;height:50px;background:#424245}.npci-text{font-size:14px;color:#a1a1a6;margin-bottom:20px}.npci-badges{display:flex;justify-content:center;gap:40px;align-items:center;flex-wrap:wrap}.npci-badge{display:flex;align-items:center;gap:10px}.footer .badge-icon{font-size:24px}.footer .badge-text{color:#fff;font-size:16px;font-weight:500}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:40px}.footer-section h4{font-size:18px;margin-bottom:20px;font-weight:600}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:12px}.footer-section a{color:#a1a1a6;text-decoration:none;font-size:14px;transition:color .3s ease}.footer-section a:hover{color:#fff}.footer-bottom{border-top:1px solid #424245;padding-top:20px;text-align:center;color:#a1a1a6;font-size:14px}.footer-bottom p{margin:0;line-height:1.6}@media(max-width:768px){.npci-logos{flex-direction:column;gap:15px}.logo-divider{width:50px;height:2px}.footer-content{grid-template-columns:1fr;gap:30px}}.modal{display:flex;position:fixed;z-index:2000;left:0;top:0;width:100%;height:100%;background:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);align-items:center;justify-content:center}.modal-content{background:#fff;padding:40px;border-radius:20px;max-width:400px;width:90%;box-shadow:0 20px 60px #0000004d;position:relative}.modal-header{font-size:28px;font-weight:700;margin-bottom:20px;text-align:center;color:#1d1d1f}.close-modal{position:absolute;right:20px;top:20px;font-size:28px;font-weight:300;cursor:pointer;color:#86868b;transition:color .3s ease}.close-modal:hover{color:#1d1d1f}.error-message{background:#ff3b30;color:#fff;padding:12px;border-radius:8px;margin-bottom:20px;font-size:14px;text-align:center}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:500;font-size:14px;color:#1d1d1f}.form-group input{width:100%;padding:12px 16px;border:1px solid #d2d2d7;border-radius:10px;font-size:16px;transition:border-color .3s ease;font-family:inherit}.form-group input:focus{outline:none;border-color:#0071e3}.submit-btn{width:100%;background:#0071e3;color:#fff;padding:14px;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.submit-btn:hover{background:#0077ed}.modal-footer-text{text-align:center;margin-top:20px;color:#6e6e73;font-size:14px}.modal-footer-text a{color:#0071e3;text-decoration:none;font-weight:600;transition:color .3s ease}.modal-footer-text a:hover{color:#0077ed;text-decoration:underline}.forgot-password-link{text-align:right;margin-bottom:24px;margin-top:-8px}.forgot-password-link a{color:#0071e3;text-decoration:none;font-size:14px;font-weight:500;transition:color .3s ease}.forgot-password-link a:hover{color:#0077ed;text-decoration:underline}.success-message{background:#34c759;color:#fff;padding:12px;border-radius:8px;margin-bottom:20px;font-size:14px;text-align:center}.required{color:#ff3b30;margin-left:2px}.submit-btn:disabled{background:#86868b;cursor:not-allowed;opacity:.6}.submit-btn:disabled:hover{background:#86868b}.password-group{position:relative}.password-input-wrapper{position:relative;display:flex;align-items:center}.password-input-wrapper input{padding-right:45px}.toggle-password{position:absolute;right:12px;background:none;border:none;cursor:pointer;padding:6px;display:flex;align-items:center;justify-content:center;color:#86868b;transition:color .3s ease}.toggle-password:hover{color:#0071e3}.toggle-password svg{width:20px;height:20px}.App{min-height:100vh}
