.product-main{display:flex;height:calc(100vh - 140px);position:relative}.category-dropdown{display:none}.sidebar{width:250px;background-color:var(--primary-green);color:white;box-sizing:border-box;display:flex;flex-direction:column;gap:10px;padding:20px 20px 10px;max-width:25vw;min-width:200px;height:calc(100vh - 140px);overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.sidebar::-webkit-scrollbar{display:none}.sidebar h3,.sidebar h4{margin-bottom:20px;flex-shrink:0}.category-item{background-color:var(--green-light);padding:12px;border-radius:6px;cursor:pointer;text-align:center;font-weight:700;transition:background-color .3s}.category-item:hover{background-color:#52b788}.main-content{flex:1;padding:20px 30px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-start;height:calc(100vh - 140px);overflow:hidden;width:calc(100% - 250px)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;overflow-y:auto;height:calc(100vh - 200px);padding-right:0;scrollbar-width:none;-ms-overflow-style:none;width:100%}.product-grid::-webkit-scrollbar{display:none}.product-card{width:100%;background-color:white;padding:16px;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.08);border:1px solid #f0f0f0;text-align:center;transition:all .3s ease;justify-content:flex-start;min-height:400px;margin-bottom:10px;box-sizing:border-box;overflow:hidden;position:relative}.product-card,.product-clickable{display:flex;flex-direction:column}.product-clickable{gap:8px;flex:1 1 auto;min-height:0;padding-bottom:12px}.product-image-container{position:relative;width:100%;height:200px;border-radius:8px;margin-bottom:12px;flex-shrink:0;overflow:hidden;background:linear-gradient(180deg,#ffffff 0,#f8f9fa);border:1px solid #e9ecef;padding:12px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;perspective:1000px}.product-image-container .product-image{-o-object-fit:contain!important;object-fit:contain!important;border-radius:4px;transition:transform .6s ease;transform-style:preserve-3d}.product-card:hover .product-image-container .product-image{transform:rotateY(180deg)}.product-card img{width:100%;height:200px;-o-object-fit:contain;object-fit:contain;border-radius:4px;margin-bottom:12px;flex-shrink:0}.price-button-container{align-items:stretch;gap:10px;margin-top:8px}.price-button-container,.ripl-code{display:flex;flex-direction:column;width:100%}.ripl-code{color:#555;font-size:16px;margin:0;gap:6px;align-items:center;text-align:center;word-break:break-word;background-color:#ffffff}.dealer-pricing{display:flex;flex-direction:column;gap:4px;width:100%;background-color:#ffffff}.original-price{font-size:13px;color:#888;background-color:#ffffff}.product-detail-container .dealer-price,.product-detail-container .dealer-price span,.product-detail-container .dealer-price strong,.product-detail-container .dealer-pricing,.product-detail-container .original-price,.product-detail-container .original-price span,.product-detail-container .product-price,.product-detail-container .ripl-code,.product-detail-container .ripl-code>div,.product-detail-container .strikethrough{background-color:transparent!important;background:transparent!important}.strikethrough{text-decoration:line-through;color:#999;background-color:transparent}.dealer-price{font-size:16px;font-weight:700;color:#1b4332;background-color:#ffffff}.ripl-code>div{font-size:16px;font-weight:600}.discount-badge{font-size:12px;padding:4px 8px;position:absolute;top:50px;right:10px;z-index:5}.discount-badge,.discount-badge-inline{background-color:#e63946;color:#fff;font-weight:700;border-radius:9999px;display:inline-block}.discount-badge-inline{font-size:11px;padding:3px 6px;white-space:nowrap;flex-shrink:0}.ripl-code>div{width:100%;background-color:#ffffff}.product-title-container{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin:5px 0;min-height:40px}.product-title{font-size:16px;font-weight:700;overflow:visible;display:block;white-space:normal;word-break:break-word;line-height:1.3;flex:1}.product-price{font-size:18px;color:#1b4332;margin:10px 0;font-weight:700;background-color:#ffffff}.buy-btn{padding:10px 15px;border:none;background-color:#2d6a4f;color:white;border-radius:20px;cursor:pointer;font-weight:700;font-size:16px;white-space:nowrap;flex-shrink:0;position:relative;z-index:1;display:block;width:100%}.buy-btn:hover{background-color:#1b4332}.hero img{width:100%;height:auto}.about{padding:40px 20px;background:#fff}.section-title1{font-size:2rem;font-weight:700;margin-bottom:20px;border-left:5px solid green;padding-left:10px}.highlight{color:#007A3D;font-weight:600}.about h3{margin-top:30px;color:#007A3D}.about p{font-size:1rem;line-height:1.8;margin-bottom:20px;text-align:justify}.contact-boxes{display:flex;flex-wrap:wrap;gap:20px;margin-top:30px;margin-bottom:30px}.contact-card{flex:1 1 300px;background:#f8f9fa;padding:20px;border-radius:10px;border:1px solid #e9ecef;display:flex;align-items:center}.contact-icon{font-size:30px;color:#007A3D;margin-right:20px}.contact-text small{display:block;font-weight:500;color:#555}.contact-info{font-size:1.2rem;font-weight:700;color:#000}.team-img{width:250px;height:300px;-o-object-fit:cover;object-fit:cover;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.2)}.team-caption{max-width:500px}.carousel-item>.d-flex{padding:20px}.contact{padding:40px 20px;background:#fff}.contact-form{background:#f8f9fa;padding:30px;border-radius:10px;border:1px solid #e9ecef}.contact-form h3{color:#007A3D}.contact-form .form-group,.contact-form h3{margin-bottom:20px}.contact-form label{display:block;margin-bottom:5px;font-weight:500;color:#333}.contact-form input,.contact-form textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:5px;font-size:16px}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#007A3D}.btn-submit{background-color:#007A3D;color:white;padding:12px 30px;border:none;border-radius:5px;font-size:16px;font-weight:700;cursor:pointer;transition:background-color .3s}.btn-submit:hover{background-color:#005B2D}.contact-info{padding:30px}.contact-info h3{color:#007A3D;margin-bottom:20px}.contact-item{display:flex;align-items:flex-start;margin-bottom:30px}.contact-item .contact-icon{font-size:24px;color:#007A3D;margin-right:15px;margin-top:5px}.contact-details h4{color:#007A3D;margin-bottom:10px}.contact-details p{margin:0;line-height:1.6}.contact-details a{color:#007A3D;text-decoration:none}.contact-details a:hover{text-decoration:underline}.services{padding:40px 20px;background:#fff}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin:40px 0}.service-card{background:#f8f9fa;padding:30px;border-radius:10px;border:1px solid #e9ecef;text-align:center;transition:transform .3s ease}.service-card:hover{transform:translateY(-5px)}.service-icon{font-size:48px;color:#007A3D;margin-bottom:20px}.service-card h3{color:#007A3D;margin-bottom:15px;font-size:1.5rem}.service-card p{color:#666;line-height:1.6}.network-box{background-color:var(--primary-orange);color:white;padding:20px;border-radius:10px;text-align:center;margin-top:40px;box-shadow:0 4px 10px rgba(0,0,0,.1)}.network-content h3{margin-bottom:10px}.network-content p{margin-bottom:20px}.dealer{padding:40px 20px;background:#fff}.dealer-benefits{margin:40px 0}.dealer-benefits h3{color:#007A3D;margin-bottom:30px;text-align:center}.benefit-item{display:flex;align-items:flex-start;gap:20px;margin-bottom:30px;padding:20px;background:#f8f9fa;border-radius:10px;border:1px solid #e9ecef}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-bottom:40px}.benefit-card{background:#f8f9fa;padding:30px;border-radius:10px;border:1px solid #e9ecef;text-align:center;transition:transform .3s ease}.benefit-card:hover{transform:translateY(-5px)}.benefit-icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;background-color:#007A3D;border-radius:50%;color:white;font-size:32px;flex-shrink:0}.benefit-icon svg{width:32px;height:32px}.benefit-card h4{color:#007A3D;margin-bottom:15px}.benefit-card p{color:#666;line-height:1.6}.dealer-requirements{margin:40px 0}.dealer-requirements h3{color:#007A3D;margin-bottom:20px}.dealer-requirements ul{list-style:none;padding:0}.dealer-requirements li{border-bottom:1px solid #eee;position:relative;padding:10px 0 10px 30px}.dealer-requirements li:before{content:"✓";position:absolute;left:0;color:#007A3D;font-weight:700}.process-step{background:#f8f9fa;padding:30px 20px;border-radius:10px;border:1px solid #e9ecef;text-align:center;margin-bottom:30px;transition:transform .3s ease}.process-step:hover{transform:translateY(-5px)}.step-number{width:60px;height:60px;background:#007A3D;color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;margin:0 auto 20px}.process-step h4{color:#007A3D;margin-bottom:15px}.process-step p{color:#666;line-height:1.6}.dealer-form{background:#f8f9fa;padding:30px;border-radius:10px;border:1px solid #e9ecef;margin:40px 0}.dealer-form h3{color:#007A3D;margin-bottom:20px;text-align:center}.dealer-form .form-group{margin-bottom:20px;position:relative}.dealer-form .form-row{display:flex;gap:20px;margin-bottom:20px}.dealer-form .form-group.full,.dealer-form .form-row .form-group{flex:1}.dealer-form label{display:block;margin-bottom:5px;font-weight:500;color:#333}.dealer-form input,.dealer-form select,.dealer-form textarea{width:100%;padding:12px 12px 12px 45px;border:1px solid #ddd;border-radius:5px;font-size:16px}.dealer-form .form-group svg{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#007A3D;font-size:16px;z-index:1;pointer-events:none}.dealer-form input:focus,.dealer-form select:focus,.dealer-form textarea:focus{outline:none;border-color:#007A3D}.blog-title{font-size:20px}.blog-excerpt{font-size:15px;color:#555}.read-more{font-weight:700;color:#28a745}.edit-button{position:fixed;bottom:30px;right:30px;width:60px;height:60px;border-radius:50%;background-color:#28a745;color:white;display:flex;align-items:center;justify-content:center;font-size:24px;box-shadow:0 4px 10px rgba(0,0,0,.2);border:none;cursor:pointer;transition:all .3s ease;z-index:1000}.edit-button:hover{background-color:#218838;transform:scale(1.05)}.blog-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);z-index:2000;overflow-y:auto}.blog-modal-content{background-color:white;margin:30px auto;padding:20px;width:80%;max-width:900px;border-radius:8px;position:relative;max-height:90vh;overflow-y:auto}.close-modal{position:absolute;top:15px;right:20px;font-size:24px;cursor:pointer;color:#555}.close-modal:hover{color:#000}.image-preview{max-width:100%;max-height:200px;margin:10px 0;border:1px solid #ddd;border-radius:4px;display:none}.auth-buttons{display:flex;gap:10px;align-items:center}.navbar-nav{gap:.5rem}.nav-link{font-weight:500;color:#333!important;padding:.5rem 1rem!important;border-radius:.375rem;transition:all .2s ease-in-out}.nav-link:hover{color:#52b788!important;background-color:rgba(82,183,136,.1)}.nav-link.active{color:#52b788!important;background-color:rgba(82,183,136,.15);font-weight:600}.navbar-nav.mx-auto{justify-content:center;width:100%;display:flex!important;flex-direction:row!important}.navbar-nav.mx-auto .nav-item{margin:0 .5rem}.navbar-collapse{justify-content:space-between;align-items:center}.navbar-nav.me-auto{margin-right:auto!important}@media (min-width:992px){.navbar-collapse,.navbar-nav{display:flex!important}.navbar-nav{flex-direction:row!important}}.navbar-toggler{border:none;padding:.25rem .5rem}.navbar-toggler:focus{box-shadow:none}.navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-collapse.collapse{display:none}.navbar-collapse.collapse.show{display:flex!important}.navbar-collapse.collapsing{height:0;overflow:hidden;transition:height .35s ease}.navbar-collapse{display:flex!important}.nav-button{display:inline-block;padding:6px 12px;margin:0 2px;color:#333!important;text-decoration:none;font-weight:500;font-size:14px;border-radius:4px;transition:all .2s ease-in-out;background-color:transparent;border:1px solid transparent;white-space:nowrap}.nav-button:hover{color:#52b788!important;background-color:rgba(82,183,136,.1);border-color:rgba(82,183,136,.3);text-decoration:none}.nav-button.active{color:#52b788!important;background-color:rgba(82,183,136,.15);border-color:#52b788;font-weight:600}@media (max-width:991.98px){.navbar-collapse{background-color:white;border-top:1px solid #dee2e6;margin-top:.5rem;padding-top:1rem}.navbar-nav{flex-direction:column!important;width:100%}.navbar-nav.mx-auto{justify-content:flex-start}.nav-item{width:100%;text-align:center}.nav-link{padding:.75rem 1rem!important;border-bottom:1px solid #f8f9fa}.auth-buttons{justify-content:center;margin-top:1rem;padding-top:1rem;border-top:1px solid #f8f9fa}}.blog-section{padding:60px 20px;max-width:1200px;margin:auto}.section-title{text-align:center;font-size:36px;font-weight:700;margin-bottom:10px}.section-subtitle{text-align:center;font-size:18px;color:#666;margin-bottom:40px}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}.blog-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 10px rgba(0,0,0,.08);transition:transform .3s ease;position:relative}.blog-card:hover{transform:translateY(-5px)}.blog-card img{width:100%;height:200px;-o-object-fit:cover;object-fit:cover}.blog-content{padding:20px}.blog-title{font-size:18px;font-weight:700;margin-bottom:10px;color:#333}.blog-excerpt{color:#666;margin-bottom:15px;line-height:1.5}.read-more{color:#52b788;text-decoration:none;font-weight:500}.read-more:hover{color:#45a049;text-decoration:underline}.delete-button{background:#dc3545}.carousel-indicators{bottom:20px}.carousel-indicators button{width:12px;height:12px;border-radius:50%;margin:0 5px;background-color:rgba(255,255,255,.5);border:2px solid #fff;opacity:.7;transition:all .3s ease}.carousel-indicators button.active{background-color:#52b788;opacity:1;transform:scale(1.2)}.carousel-indicators button:hover{opacity:1;background-color:#52b788}.carousel-control-next-icon,.carousel-control-prev-icon{background-color:rgba(82,183,136,.8);border-radius:50%;width:50px;height:50px}.carousel-control-next,.carousel-control-prev{width:5%}.editor-toolbar{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:10px;padding:8px;background-color:#f8f9fa;border-radius:4px}.editor-toolbar button{padding:6px 10px;background-color:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer}.editor-toolbar button:hover{background-color:#f0f0f0}.success-message{display:none;position:fixed;top:20px;right:20px;background-color:#28a745;color:white;padding:15px 20px;border-radius:4px;z-index:3000;box-shadow:0 2px 10px rgba(0,0,0,.2)}.edit-disabled{padding:30px;background-color:#f8f9fa;margin-bottom:20px}.delete-button{position:absolute;top:10px;right:10px;width:30px;height:30px;border-radius:50%;background-color:#dc3545;color:white;border:none;display:flex;align-items:center;justify-content:center;font-size:12px;cursor:pointer;opacity:0;transition:all .3s ease;z-index:10}.blog-card:hover .delete-button{opacity:1}.delete-button:hover{background-color:#c82333;transform:scale(1.1)}.delete-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);z-index:2500;align-items:center;justify-content:center}.delete-modal-content{background-color:white;padding:30px;border-radius:8px;text-align:center;max-width:400px;margin:20px}.delete-modal-buttons{margin-top:20px;display:flex;gap:10px;justify-content:center}@media (max-width:768px){.product-main{flex-direction:column}.sidebar{display:none}.category-dropdown{display:block;width:100%;padding:10px 12px 12px}.category-dropdown select{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px}.sidebar{width:100%;max-width:100%;height:auto;padding:15px;border-bottom:1px solid #ddd;margin-bottom:20px}.sidebar h4{font-size:18px;margin-bottom:15px;text-align:center}.category-item{padding:10px;font-size:14px;margin:5px 0;text-align:center}.main-content{padding:15px;max-width:100%}.main-content,.product-grid{width:100%;height:auto;overflow:visible}.product-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.product-card{width:100%;max-width:100%;padding:8px 8px 6px;min-height:auto}.product-image-container{padding:6px}.product-card img,.product-image-container{height:220px;margin-bottom:4px}.product-clickable{gap:2px;padding-bottom:0}.price-button-container{flex-direction:row;align-items:center;justify-content:space-between;gap:8px;margin-top:4px}.ripl-code{font-size:16px;margin:0;min-height:auto;padding-bottom:0;gap:1px;align-items:flex-start;text-align:left;flex:1}.ripl-code>div{font-size:16px;background-color:#ffffff}.dealer-pricing{gap:2px;align-items:flex-start;background-color:#ffffff}.original-price{font-size:10px;background-color:#ffffff}.dealer-price{font-size:16px;background-color:#ffffff}.buy-btn{padding:6px 12px;font-size:16px;white-space:nowrap;width:auto;flex-shrink:0}.product-title-container{min-height:auto;gap:4px;margin:2px 0}.product-title{font-size:15px;font-weight:700;line-height:1.2}.discount-badge-inline{font-size:10px;padding:2px 5px}.discount-badge{top:45px;right:8px;font-size:11px;padding:3px 6px}.buy-btn{padding:8px 12px;font-size:12px;font-weight:700}}@media (max-width:576px){.main-content,.product-grid{height:auto;overflow:visible}.product-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;width:100%}.product-card{padding:8px 8px 5px;width:100%;max-width:100%;margin-bottom:.75rem;min-height:auto}.product-image-container{padding:5px}.product-card img,.product-image-container{height:200px;margin-bottom:4px}.product-clickable{gap:2px;padding-bottom:0}.price-button-container{flex-direction:row;align-items:center;justify-content:space-between;gap:6px;margin-top:4px}.ripl-code{font-size:16px;margin:0;min-height:auto;padding-bottom:0;gap:1px;align-items:flex-start;text-align:left;flex:1}.ripl-code strong,.ripl-code>div{font-size:16px;background-color:#ffffff}.dealer-pricing{gap:1px;align-items:flex-start;background-color:#ffffff}.original-price{font-size:9px;background-color:#ffffff}.dealer-price{font-size:16px;background-color:#ffffff}.buy-btn{padding:5px 10px;font-size:16px;white-space:nowrap;width:auto;flex-shrink:0}.product-title-container{min-height:auto;gap:3px;margin:2px 0}.product-title{font-size:14px;font-weight:700;line-height:1.2}.discount-badge-inline{font-size:9px;padding:2px 4px}.discount-badge{top:40px;right:6px;font-size:10px;padding:2px 5px}.buy-btn{padding:6px 10px;font-size:11px;font-weight:700}.sidebar{padding:12px}.sidebar h4{font-size:16px;margin-bottom:12px}.category-item{padding:8px;font-size:12px;margin:3px 0}.main-content{padding:12px;width:100%}}@media (max-width:480px){.blog-featured-image{min-height:120px;border-radius:.25rem .25rem 0 0}.category-dropdown{padding:10px}.product-grid{grid-template-columns:repeat(1,1fr);gap:.5rem;width:100%;height:auto;overflow:visible}.product-card{width:100%;max-width:100%;padding:6px 6px 4px;min-height:auto}.product-image-container{padding:4px}.product-card img,.product-image-container{height:180px;margin-bottom:3px}.product-clickable{gap:1px;padding-bottom:0}.price-button-container{flex-direction:row;align-items:center;justify-content:space-between;gap:4px;margin-top:3px}.ripl-code{font-size:16px;margin:0;min-height:auto;padding-bottom:0;gap:1px;align-items:flex-start;text-align:left;flex:1}.ripl-code strong,.ripl-code>div{font-size:16px;background-color:#ffffff}.dealer-pricing{gap:1px;align-items:flex-start;background-color:#ffffff}.original-price{font-size:8px;background-color:#ffffff}.dealer-price{font-size:16px;background-color:#ffffff}.buy-btn{padding:4px 8px;font-size:16px;white-space:nowrap;width:auto;flex-shrink:0}.product-title-container{min-height:auto;gap:2px;margin:1px 0}.product-title{font-size:13px;line-height:1.2}.discount-badge-inline{font-size:8px;padding:1px 3px}.discount-badge{top:35px;right:5px;font-size:9px;padding:2px 4px}.buy-btn{padding:5px 8px;font-size:10px}.sidebar{width:100%;max-width:100%}.category-item{font-size:11px}.main-content{width:100%}}.share-buttons-container{position:relative;display:inline-block}.share-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.1);z-index:999}.share-menu{position:absolute;top:100%;left:0;background:white;border:1px solid #dee2e6;border-radius:.5rem;box-shadow:0 .5rem 1rem rgba(0,0,0,.15);z-index:1000;min-width:200px;margin-top:.5rem}.share-menu-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid #dee2e6;background-color:#f8f9fa;border-radius:.5rem .5rem 0 0}.share-menu-header h6{color:#495057;font-weight:600}.share-options{padding:.5rem 0}.share-option{display:flex;align-items:center;gap:.75rem;width:100%;padding:.5rem 1rem;border:none;background:none;color:#495057;text-decoration:none;transition:background-color .2s ease;font-size:.875rem}.share-option:hover{background-color:#f8f9fa;color:#212529}.share-option.facebook:hover{background-color:#1877f2;color:white}.share-option.twitter:hover{background-color:#1da1f2;color:white}.share-option.linkedin:hover{background-color:#0077b5;color:white}.share-option.whatsapp:hover{background-color:#25d366;color:white}.share-option.copy-link:hover{background-color:#6c757d;color:white}.share-option svg{width:1.25rem;height:1.25rem;flex-shrink:0}.blog-featured-image{width:100%;overflow:hidden;border-radius:.375rem .375rem 0 0;background-color:#f8f9fa;display:flex;align-items:center;justify-content:center;min-height:200px}.blog-featured-image img{max-width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.related-product-title-container{display:flex;justify-content:space-between;align-items:flex-start;gap:6px;margin-bottom:8px}.related-product-title{font-size:14px;font-weight:600;line-height:1.3;margin:0;flex:1}.related-discount-badge{background-color:#e63946;color:#fff;font-size:9px;font-weight:700;padding:2px 4px;border-radius:9999px;white-space:nowrap;flex-shrink:0}.related-pricing{margin-top:8px}.related-dealer-pricing{display:flex;flex-direction:column;gap:2px}.related-original-price{font-size:11px;color:#888;background-color:#ffffff}.related-dealer-price{font-size:13px;font-weight:700;color:#1b4332;background-color:#ffffff}.related-price{font-size:14px;font-weight:600;color:#1b4332;margin:0}@media (max-width:768px){.share-menu{min-width:180px;right:0;left:auto}.share-option{padding:.75rem 1rem;font-size:.875rem}.blog-featured-image{min-height:150px;border-radius:.25rem .25rem 0 0}.related-product-title{font-size:13px}.related-discount-badge{font-size:8px;padding:1px 3px}.related-original-price{font-size:10px}.related-dealer-price{font-size:12px}.related-price{font-size:13px}.team-caption{text-align:center!important}.row{flex-direction:column}.col-left,.col-right{flex:1 1 100%;padding:15px}.network-box{left:50%;transform:translateX(-50%);bottom:20px}.about h1{font-size:2rem}.about h2{font-size:1.5rem}.about p{font-size:.95rem;line-height:1.6}.contact-boxes{flex-direction:column;gap:20px}.contact-box{padding:20px;text-align:center}.service-card{margin-bottom:20px;padding:20px}.service-card h3{font-size:1.3rem}.blog-card{margin-bottom:20px}.blog-card h3{font-size:1.2rem}.resources-grid{grid-template-columns:1fr;gap:20px}.resource-card{padding:20px;text-align:center}.dealer-form{padding:20px}.dealer-form h2{font-size:1.5rem}.dealer-form .form-row{flex-direction:column;gap:0}}@media (max-width:576px){.section-title1{font-size:1.5rem}.about h1{font-size:1.8rem}.about h2{font-size:1.3rem}.about p{font-size:.9rem}.contact-boxes{flex-direction:column;gap:15px}.contact-box,.service-card{padding:15px}.service-card h3{font-size:1.2rem}.blog-card h3{font-size:1.1rem}.dealer-form,.resource-card{padding:15px}.dealer-form h2{font-size:1.3rem}.dealer-form .form-row{flex-direction:column;gap:0}.col-left,.col-right{padding:10px}}@media (max-width:480px){.about h1{font-size:1.6rem}.about h2{font-size:1.2rem}.about p{font-size:.85rem}.contact-box,.service-card{padding:12px}.service-card h3{font-size:1.1rem}.blog-card h3{font-size:1rem}.dealer-form,.resource-card{padding:12px}.dealer-form h2{font-size:1.2rem}.dealer-form .form-row{flex-direction:column;gap:0}.col-left,.col-right{padding:8px}}.thankyou-section{min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:40px 0}.thankyou-card{background:white;border-radius:15px;box-shadow:0 10px 30px rgba(0,0,0,.1);padding:40px;text-align:center}.thankyou-icon{font-size:64px;color:#28a745;margin-bottom:20px}.thankyou-card h1{color:#007A3D;margin-bottom:20px}.thankyou-message{font-size:18px;color:#666;margin-bottom:30px;line-height:1.6}.thankyou-details{background:#f8f9fa;padding:20px;border-radius:8px;margin-bottom:30px}.thankyou-details p{margin:10px 0;color:#333}.thankyou-actions{display:flex;gap:15px;justify-content:center;flex-wrap:wrap}.thankyou-actions .btn{padding:12px 24px;border-radius:5px;text-decoration:none;font-weight:700;transition:all .3s ease}.thankyou-actions .btn-primary{background-color:#007A3D;color:white}.thankyou-actions .btn-primary:hover{background-color:#005B2D}.thankyou-actions .btn-outline-primary{background-color:transparent;color:#007A3D;border:2px solid #007a3d}.thankyou-actions .btn-outline-primary:hover{background-color:#007A3D;color:white}.resources{padding:40px 20px;background:#fff}.resources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin:40px 0}.resource-card{background:#f8f9fa;padding:30px;border-radius:10px;border:1px solid #e9ecef;text-align:center;transition:transform .3s ease}.resource-card:hover{transform:translateY(-5px)}.resource-icon{font-size:48px;color:#007A3D;margin-bottom:20px}.resource-card h3{color:#007A3D;margin-bottom:15px}.resource-card p{color:#666;margin-bottom:20px;line-height:1.6}.contact-section{background:#f8f9fa;padding:40px;border-radius:10px;text-align:center;margin-top:40px}.contact-section h3{color:#007A3D;margin-bottom:15px}.contact-section p{color:#666;margin-bottom:20px}.dealer-dashboard{min-height:calc(100vh - 140px);padding:24px 20px;background:linear-gradient(135deg,#f5f7fa,#e8ecf1)}.dealer-dashboard-loading{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 140px);font-size:16px;color:#007A3D;gap:16px;font-weight:500}.dealer-dashboard-loading:before{content:"";width:40px;height:40px;border:4px solid #e2e8f0;border-top-color:#007a3d;border-radius:50%;animation:spin .8s linear infinite}.dealer-dashboard-container{max-width:1400px;margin:0 auto;background:white;border-radius:16px;box-shadow:0 4px 24px rgba(0,0,0,.08),0 1px 3px rgba(0,0,0,.05);overflow:hidden;border:1px solid rgba(0,0,0,.06)}.dealer-dashboard-header{padding:64px 40px 80px;background:linear-gradient(120deg,#1b4332,#081c15);color:white;position:relative;overflow:hidden;box-shadow:inset 0 -10px 30px rgba(0,0,0,.1)}.dealer-dashboard-header:before{top:-50%;right:-10%;width:400px;height:400px;background:rgba(255,255,255,.08);animation:float 20s ease-in-out infinite}.dealer-dashboard-header:after,.dealer-dashboard-header:before{content:"";position:absolute;border-radius:50%;pointer-events:none}.dealer-dashboard-header:after{bottom:-30%;left:-5%;width:300px;height:300px;background:rgba(255,255,255,.05);animation:float 15s ease-in-out infinite reverse}@keyframes float{0%,to{transform:translate(0) scale(1)}50%{transform:translate(20px,20px) scale(1.1)}}.dashboard-header-content{display:flex;justify-content:space-between;align-items:flex-start;position:relative;z-index:1;flex-wrap:wrap;gap:24px}.dashboard-title-section{flex:1;min-width:250px}.dealer-dashboard-header h1{margin:0 0 12px;font-size:40px;font-weight:700;letter-spacing:-.8px;text-shadow:0 2px 8px rgba(0,0,0,.15);line-height:1.2}.dashboard-subtitle{margin:0;font-size:18px;opacity:.95;line-height:1.6;font-weight:400}.dashboard-subtitle strong{font-weight:600;color:#fff}.dashboard-header-info{display:flex;flex-direction:column;gap:12px;align-items:flex-end}.info-badge{display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.15);padding:8px 16px;border-radius:50px;backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.3);transition:all .2s ease;box-shadow:0 4px 6px rgba(0,0,0,.05)}.info-badge:hover{background:rgba(255,255,255,.25);transform:translateY(-1px)}.info-label{font-size:13px;opacity:.9;font-weight:500;letter-spacing:.3px}.info-value{color:#fff;letter-spacing:.2px}.btn-refresh,.info-value{font-size:14px;font-weight:600}.btn-refresh{padding:10px 20px;background:rgba(255,255,255,.2);color:white;border:1px solid rgba(255,255,255,.3);border-radius:10px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:all .3s cubic-bezier(.4,0,.2,1);backdrop-filter:blur(10px);box-shadow:0 2px 8px rgba(0,0,0,.1);white-space:nowrap}.btn-refresh:hover{background:rgba(255,255,255,.3);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.btn-refresh:active{transform:translateY(0);box-shadow:0 2px 6px rgba(0,0,0,.1)}.dealer-dashboard-tabs{display:flex;justify-content:center;margin:-32px auto 24px;background:#ffffff;padding:8px;gap:8px;border-radius:16px;box-shadow:0 8px 24px rgba(0,0,0,.08);max-width:-moz-fit-content;max-width:fit-content;position:relative;z-index:10;flex-wrap:wrap}.tab-button{padding:12px 24px;background:transparent;border:none;cursor:pointer;font-size:.95rem;font-weight:600;color:#64748b;transition:all .2s ease;border-radius:12px;position:relative}.tab-button:hover:not(.active){background:#f1f5f9;color:#334155}.tab-button:before{display:none}.tab-button.active{background:#007A3D;color:#ffffff;box-shadow:0 4px 12px rgba(0,122,61,.25)}.tab-button.active:after{display:none}.tab-button:disabled{opacity:.5;cursor:not-allowed}.dealer-dashboard-content{padding:40px;background:white}.coming-soon{text-align:center;padding:60px 20px;color:#666}.coming-soon h2{color:#007A3D;margin-bottom:15px}.product-sku-tab{width:100%}.sku-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;padding-bottom:20px;border-bottom:2px solid #f1f5f9}.sku-header h2{margin:0;color:#1e293b;font-size:28px;font-weight:700;letter-spacing:-.5px}.btn-add-order,.btn-add-product{padding:12px 24px;background:linear-gradient(135deg,#007A3D,#005B2D);color:white;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px rgba(0,122,61,.25);letter-spacing:.2px}.btn-add-order:hover,.btn-add-product:hover{background:linear-gradient(135deg,#005B2D,#004020);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,122,61,.35)}.btn-add-order:active,.btn-add-product:active{transform:translateY(0);box-shadow:0 2px 6px rgba(0,122,61,.25)}.orders-table-container,.sku-table-container{overflow-x:auto;overflow-y:auto;max-height:calc(100vh - 400px);border:1px solid #e2e8f0;border-radius:12px;position:relative;background:white;box-shadow:0 1px 3px rgba(0,0,0,.05);width:100%;box-sizing:border-box}.orders-table-container table,.sku-table-container table{width:auto;min-width:100%;table-layout:auto}.dealer-sku-table-container{width:100%;overflow-x:auto;overflow-y:auto}.dealer-sku-table-container .dealer-sku-table{width:auto;min-width:auto}.orders-table-container::-webkit-scrollbar,.sku-table-container::-webkit-scrollbar{width:8px;height:8px}.orders-table-container::-webkit-scrollbar-track,.sku-table-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.orders-table-container::-webkit-scrollbar-thumb,.sku-table-container::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.orders-table-container::-webkit-scrollbar-thumb:hover,.sku-table-container::-webkit-scrollbar-thumb:hover{background:#555}.orders-table,.sku-table{border-collapse:separate;border-spacing:0;background:white;table-layout:auto;border-radius:12px;overflow:hidden}.dealer-sku-table{table-layout:fixed;width:100%;min-width:100%}.dealer-sku-table.dealer-sku-detailed-table{min-width:1200px!important}.dealer-sku-table.dealer-sku-sales-table{min-width:1400px!important}.dealer-sku-table td,.dealer-sku-table th{padding:12px 20px;height:auto;vertical-align:middle;line-height:1.5;box-sizing:border-box}.dealer-sku-table th{white-space:nowrap!important;word-wrap:normal!important;overflow-wrap:normal!important;text-overflow:clip!important;overflow:visible!important;max-width:none!important}.dealer-sku-table td{white-space:normal;word-wrap:break-word;overflow-wrap:break-word;overflow:hidden;text-overflow:ellipsis;max-width:100%}.dealer-sku-table th,.orders-table th,.sku-table th,.table th{white-space:nowrap!important;word-wrap:normal!important;overflow-wrap:normal!important;text-overflow:clip!important;overflow:visible!important}.product-sku-tab .sku-table-container .sku-table thead tr th:first-child,.sku-table-container .sku-table thead tr th:first-child{min-width:80px!important;width:auto!important}.product-sku-tab .sku-table-container .sku-table thead tr th:nth-child(2),.sku-table-container .sku-table thead tr th:nth-child(2){min-width:150px!important;width:auto!important}.product-sku-tab .sku-table-container .sku-table thead tr th:nth-child(3),.sku-table-container .sku-table thead tr th:nth-child(3){min-width:200px!important;width:auto!important}.product-sku-tab .sku-table-container .sku-table thead tr th:nth-child(4),.sku-table-container .sku-table thead tr th:nth-child(4){min-width:150px!important;width:auto!important}.product-sku-tab .sku-table-container .sku-table thead tr th:nth-child(5),.sku-table-container .sku-table thead tr th:nth-child(5){min-width:180px!important;width:auto!important;white-space:nowrap!important;word-wrap:normal!important;overflow-wrap:normal!important}.product-sku-tab .sku-table-container .sku-table thead tr th:nth-child(6),.sku-table-container .sku-table thead tr th:nth-child(6){min-width:140px!important;width:auto!important}.product-sku-tab .sku-table-container .sku-table thead tr th:nth-child(7),.sku-table-container .sku-table thead tr th:nth-child(7){min-width:100px!important;width:auto!important}.product-sku-tab .sku-table-container .sku-table thead tr th:nth-child(8),.sku-table-container .sku-table thead tr th:nth-child(8){min-width:120px!important;width:auto!important}.dealer-sku-table,.table-responsive .table,.table-responsive table{width:100%!important}.dealer-sku-table{min-width:100%!important}.orders-table,.sku-table{width:auto;min-width:1800px}.dealer-sku-summary-table tbody tr td:first-child,.dealer-sku-summary-table thead tr th:first-child{width:18%}.dealer-sku-summary-table tbody tr td:nth-child(2),.dealer-sku-summary-table thead tr th:nth-child(2){width:22%}.dealer-sku-summary-table tbody tr td:nth-child(3),.dealer-sku-summary-table tbody tr td:nth-child(4),.dealer-sku-summary-table thead tr th:nth-child(3),.dealer-sku-summary-table thead tr th:nth-child(4){width:15%}.dealer-sku-summary-table tbody tr td:nth-child(5),.dealer-sku-summary-table thead tr th:nth-child(5){width:20%}.dealer-sku-detailed-table tbody tr td:first-child,.dealer-sku-detailed-table thead tr th:first-child{width:6%;min-width:80px!important}.dealer-sku-detailed-table tbody tr td:nth-child(2),.dealer-sku-detailed-table thead tr th:nth-child(2){width:12%;min-width:150px!important}.dealer-sku-detailed-table tbody tr td:nth-child(3),.dealer-sku-detailed-table thead tr th:nth-child(3){width:15%;min-width:200px!important}.dealer-sku-detailed-table tbody tr td:nth-child(4),.dealer-sku-detailed-table thead tr th:nth-child(4){width:18%;min-width:180px!important}.dealer-sku-detailed-table tbody tr td:nth-child(5),.dealer-sku-detailed-table thead tr th:nth-child(5){min-width:120px!important}.dealer-sku-detailed-table tbody tr td:nth-child(6),.dealer-sku-detailed-table thead tr th:nth-child(6){width:8%;min-width:80px!important;text-align:center}.dealer-sku-detailed-table tbody tr td:nth-child(7),.dealer-sku-detailed-table thead tr th:nth-child(7){width:8%;min-width:110px!important;text-align:center}.dealer-sku-detailed-table tbody tr td:nth-child(8),.dealer-sku-detailed-table thead tr th:nth-child(8){width:12%;min-width:130px!important;text-align:right}.dealer-sku-detailed-table tbody tr td:nth-child(9),.dealer-sku-detailed-table thead tr th:nth-child(9){width:9%;min-width:120px!important}.dealer-sku-detailed-table thead tr th{white-space:nowrap!important;word-wrap:normal!important;overflow-wrap:normal!important;text-overflow:clip!important;overflow:visible!important}.dealer-sku-sales-table tbody tr td:first-child,.dealer-sku-sales-table thead tr th:first-child{width:5%;min-width:80px!important}.dealer-sku-sales-table tbody tr td:nth-child(2),.dealer-sku-sales-table thead tr th:nth-child(2){width:12%;min-width:150px!important}.dealer-sku-sales-table tbody tr td:nth-child(3),.dealer-sku-sales-table thead tr th:nth-child(3){width:15%;min-width:180px!important}.dealer-sku-sales-table tbody tr td:nth-child(4),.dealer-sku-sales-table thead tr th:nth-child(4){width:10%;min-width:120px!important}.dealer-sku-sales-table tbody tr td:nth-child(5),.dealer-sku-sales-table thead tr th:nth-child(5){width:12%;min-width:150px!important}.dealer-sku-sales-table tbody tr td:nth-child(6),.dealer-sku-sales-table thead tr th:nth-child(6){width:10%;min-width:140px!important}.dealer-sku-sales-table tbody tr td:nth-child(7),.dealer-sku-sales-table thead tr th:nth-child(7){width:12%;min-width:180px!important;font-family:Courier New,monospace;font-size:12px}.dealer-sku-sales-table tbody tr td:nth-child(8),.dealer-sku-sales-table thead tr th:nth-child(8){width:10%;min-width:130px!important;text-align:right}.dealer-sku-sales-table tbody tr td:nth-child(9),.dealer-sku-sales-table thead tr th:nth-child(9){width:10%;min-width:140px!important;text-align:center}.dealer-sku-sales-table tbody tr td:nth-child(10),.dealer-sku-sales-table thead tr th:nth-child(10){width:10%;min-width:120px!important}.dealer-sku-sales-table thead tr th{white-space:nowrap!important;word-wrap:normal!important;overflow-wrap:normal!important;text-overflow:clip!important;overflow:visible!important}.orders-table colgroup,.sku-table colgroup{display:table-column-group}.orders-table col,.sku-table col{display:table-column}.orders-table thead,.sku-table thead{background:linear-gradient(135deg,#f8fafc,#f1f5f9);position:sticky;top:0;z-index:10}.orders-table th,.sku-table th{padding:18px 20px;text-align:left;font-weight:600;color:#1e293b;border-bottom:2px solid #e2e8f0;white-space:nowrap!important;background:linear-gradient(135deg,#f8fafc,#f1f5f9);vertical-align:middle;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:13px;letter-spacing:.3px;text-transform:uppercase;word-wrap:normal!important;overflow:visible!important;text-overflow:clip!important;overflow-wrap:normal!important;max-width:none!important;box-sizing:border-box}.orders-table th:first-child,.sku-table th:first-child{padding-left:20px}.orders-table th:last-child,.sku-table th:last-child{padding-right:20px}.orders-table td,.sku-table td{padding:16px 20px;border-bottom:1px solid #f1f5f9;color:#334155;white-space:normal;font-size:14px;line-height:1.6;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;transition:background-color .2s ease}.orders-table td:first-child,.sku-table td:first-child{padding-left:20px}.orders-table td:last-child,.sku-table td:last-child{padding-right:20px}.orders-table td:not(:last-child),.orders-table th:not(:last-child),.sku-table td:not(:last-child),.sku-table th:not(:last-child){border-right:1px solid #f0f0f0;padding-right:24px}.orders-table td,.sku-table td{overflow:visible;text-overflow:clip;vertical-align:middle;word-break:break-word;word-wrap:break-word;overflow-wrap:break-word;box-sizing:border-box}.orders-table td:first-child,.orders-table th:first-child,.sku-table td:first-child,.sku-table th:first-child{width:auto;min-width:80px;text-align:center;padding-left:10px;padding-right:10px;box-sizing:border-box}.sku-table td:nth-child(2),.sku-table th:nth-child(2){width:18%;min-width:150px;max-width:25%;box-sizing:border-box}.sku-table td:nth-child(3),.sku-table th:nth-child(3){width:12%;min-width:120px;max-width:18%}.dealer-sku-detailed-table tbody tr td:nth-child(5),.dealer-sku-detailed-table thead tr th:nth-child(5){width:12%;min-width:150px;max-width:18%;box-sizing:border-box}.sku-table tbody tr td:nth-child(4),.sku-table thead tr th:nth-child(4){width:15%;min-width:150px;max-width:20%;box-sizing:border-box}.product-sku-tab .sku-table-container .sku-table:not(.dealer-sku-detailed-table):not(.dealer-sku-sales-table) tbody tr td:nth-child(5),.product-sku-tab .sku-table-container .sku-table:not(.dealer-sku-detailed-table):not(.dealer-sku-sales-table) thead tr th:nth-child(5){width:10%;min-width:120px;max-width:15%;text-align:center;padding-left:16px;padding-right:16px;box-sizing:border-box}.sku-table tbody tr td:nth-child(9),.sku-table thead tr th:nth-child(9){width:15%;min-width:200px;max-width:20%;text-align:center;white-space:normal;padding:12px 20px;vertical-align:middle}.sku-table tbody tr td:nth-child(9)>div{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;width:100%;min-width:-moz-fit-content;min-width:fit-content}.sku-table tbody tr td:nth-child(9)>div>div{white-space:normal;word-wrap:break-word;overflow-wrap:break-word;text-align:center;width:100%}.orders-table td:nth-child(2),.orders-table td:nth-child(3),.orders-table th:nth-child(2),.orders-table th:nth-child(3){width:auto;min-width:200px;font-family:Courier New,monospace;font-size:12px;word-break:break-all;box-sizing:border-box}.sku-table td:nth-child(3),.sku-table th:nth-child(3){width:18%;min-width:180px;max-width:25%;font-family:Courier New,monospace;font-size:12px;word-break:break-all;box-sizing:border-box}.sku-table td:nth-child(4),.sku-table th:nth-child(4){width:12%;min-width:120px;max-width:15%;box-sizing:border-box}.orders-table td:nth-child(4),.orders-table th:nth-child(4){width:auto;min-width:160px;box-sizing:border-box}.orders-table td:nth-child(5),.orders-table th:nth-child(5){width:auto;min-width:120px;box-sizing:border-box}.orders-table td:nth-child(6),.orders-table td:nth-child(7),.orders-table th:nth-child(6),.orders-table th:nth-child(7){width:auto;min-width:160px;box-sizing:border-box}.orders-table td:nth-child(10),.orders-table td:nth-child(8),.orders-table td:nth-child(9),.orders-table th:nth-child(10),.orders-table th:nth-child(8),.orders-table th:nth-child(9){width:auto;min-width:140px;text-align:right;font-weight:500;box-sizing:border-box}.orders-table td:nth-child(11),.orders-table th:nth-child(11){width:auto;min-width:140px;text-align:center;padding-left:16px;padding-right:16px}.orders-table td:nth-child(12),.orders-table td:nth-child(13),.orders-table th:nth-child(12),.orders-table th:nth-child(13){width:auto;min-width:180px;white-space:nowrap;word-wrap:normal;box-sizing:border-box}.orders-table td:nth-child(14),.orders-table th:nth-child(14){width:auto;min-width:100px;text-align:center;white-space:nowrap;box-sizing:border-box}.sku-table td:nth-child(4),.sku-table td:nth-child(5),.sku-table th:nth-child(4),.sku-table th:nth-child(5){width:8%;min-width:80px;max-width:12%;text-align:center;box-sizing:border-box}.sku-table td:nth-child(6),.sku-table td:nth-child(7),.sku-table td:nth-child(8),.sku-table th:nth-child(6),.sku-table th:nth-child(7),.sku-table th:nth-child(8){width:12%;min-width:140px;max-width:18%;box-sizing:border-box}.sku-table th:nth-child(6),.sku-table th:nth-child(7),.sku-table th:nth-child(8){white-space:nowrap!important;word-wrap:normal!important;overflow-wrap:normal!important}.sku-table td:nth-child(6),.sku-table td:nth-child(7),.sku-table td:nth-child(8){white-space:normal;word-wrap:break-word}.orders-table td:last-child,.orders-table th:last-child,.sku-table td:last-child,.sku-table th:last-child{width:12%;min-width:120px;max-width:180px;text-align:center;padding-left:10px;padding-right:10px;box-sizing:border-box}.sku-table tbody tr td:nth-child(8),.sku-table tbody tr td:nth-child(9),.sku-table thead tr th:nth-child(8),.sku-table thead tr th:nth-child(9){width:20%;min-width:180px;max-width:25%;word-wrap:break-word;overflow-wrap:break-word;overflow:hidden;box-sizing:border-box}.orders-table td .executive-comment-box,.sku-table td .executive-comment-box{max-width:100%;width:100%;box-sizing:border-box;overflow:hidden}.orders-table td .comment-content,.sku-table td .comment-content{max-height:120px;overflow-y:auto;overflow-x:hidden;word-break:break-word;overflow-wrap:break-word;white-space:pre-wrap;display:block;width:100%;box-sizing:border-box}.orders-table td:has(.comment-content),.orders-table td:has(.executive-comment-box),.sku-table td:has(.comment-content),.sku-table td:has(.executive-comment-box){min-width:200px;max-width:350px;overflow:hidden}.orders-table td:nth-child(2),.orders-table td:nth-child(3){font-family:Courier New,monospace;font-size:13px}.orders-table td:nth-child(11){min-width:160px;max-width:220px;font-size:13px;text-align:center;padding-left:16px;padding-right:16px}.orders-table tbody tr:hover,.sku-table tbody tr:hover{background:#f8fafc;transform:scale(1.001);box-shadow:0 2px 8px rgba(0,0,0,.04)}.orders-table .no-data,.sku-table .no-data{text-align:center;padding:60px 40px;color:#94a3b8;font-style:normal;font-size:15px;background:linear-gradient(135deg,#f8fafc,#ffffff)}.orders-table .no-data:before,.sku-table .no-data:before{content:"📦";display:block;font-size:48px;margin-bottom:16px;opacity:.5}.btn-update{padding:10px 18px;background:linear-gradient(135deg,#007A3D,#005B2D);color:white;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 6px rgba(0,122,61,.2);letter-spacing:.2px}.btn-update:hover:not(:disabled){background:linear-gradient(135deg,#005B2D,#004020);transform:translateY(-1px);box-shadow:0 4px 10px rgba(0,122,61,.3)}.btn-update:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 4px rgba(0,122,61,.2)}.btn-update:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.dealer-tab-loading{display:flex;justify-content:center;align-items:center;padding:80px 60px;color:#007A3D;font-size:16px;gap:12px;font-weight:500;background:linear-gradient(135deg,#f8fafc,#ffffff);border-radius:12px;min-height:200px}.order-details-tab{width:100%}.orders-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;padding-bottom:20px;border-bottom:2px solid #f1f5f9;flex-wrap:wrap;gap:16px}.orders-header h2{margin:0;color:#1e293b;font-size:28px;font-weight:700;letter-spacing:-.5px}.status-badge{padding:8px 16px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;display:inline-flex;align-items:center;gap:8px;letter-spacing:.5px;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:all .2s ease;white-space:nowrap;min-width:-moz-fit-content;min-width:fit-content}.status-badge:before{content:"";width:6px;height:6px;border-radius:50%;display:inline-block}.status-captured,.status-completed{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46;border:1px solid rgba(16,185,129,.2)}.status-captured:before,.status-completed:before{background:#10b981}.status-created,.status-pending{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;border:1px solid rgba(245,158,11,.2)}.status-created:before,.status-pending:before{background:#f59e0b}.status-cancelled,.status-failed{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#991b1b;border:1px solid rgba(239,68,68,.2)}.status-cancelled:before,.status-failed:before{background:#ef4444}.modal-overlay{background:rgba(0,0,0,.75);z-index:1000;backdrop-filter:blur(4px)}.modal-content{border-radius:10px;max-width:500px;overflow-y:auto;box-shadow:0 8px 32px rgba(0,0,0,.3);z-index:1001;border:1px solid rgba(255,255,255,.1)}.modal-content.modal-large{max-width:700px}.modal-header{padding:20px;border-bottom:1px solid #e9ecef}.modal-header h3{margin:0;color:#007A3D;font-size:20px}.modal-close{background:none;border:none;font-size:28px;color:#999;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;transition:color .3s ease}.modal-close:hover{color:#333}.modal-form{padding:20px}.modal-form .form-group{margin-bottom:20px}.modal-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:20px}.modal-form label{display:block;margin-bottom:8px;font-weight:500;color:#333}.modal-form input,.modal-form select,.modal-form textarea{width:100%;padding:10px;border:1px solid #ddd;border-radius:6px;font-size:14px;transition:border-color .3s ease;box-sizing:border-box}.modal-form input:focus,.modal-form select:focus,.modal-form textarea:focus{outline:none;border-color:#007A3D}.modal-form input:disabled,.modal-form select:disabled{background:#f5f5f5;cursor:not-allowed}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:25px;padding-top:20px;border-top:1px solid #e9ecef}.modal-actions button{padding:10px 20px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px}.modal-actions button[type=button]{background:#f0f0f0;color:#333}.modal-actions button[type=button]:hover{background:#e0e0e0}.modal-actions button[type=submit]{background:#007A3D;color:white}.modal-actions button[type=submit]:hover:not(:disabled){background:#005B2D}.modal-actions button:disabled{opacity:.6;cursor:not-allowed}@media (max-width:768px){.dealer-dashboard{padding:12px 8px}.dealer-dashboard-header{padding:24px 16px 36px}.dealer-dashboard-header h1{font-size:22px;margin-bottom:8px;letter-spacing:-.3px}.dashboard-header-content{flex-direction:column;gap:16px;align-items:stretch}.dashboard-title-section{width:100%;text-align:center;min-width:auto}.dashboard-header-info{width:100%;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px}.info-badge{flex:0 1 auto;min-width:auto;max-width:none;justify-content:center;padding:6px 12px;font-size:12px;border-radius:20px}.info-label{font-size:11px}.info-value{font-size:12px}.btn-refresh{width:auto!important;padding:8px 16px!important;font-size:13px!important;justify-content:center;margin-top:4px}.dashboard-subtitle{font-size:14px;text-align:center}.dealer-dashboard-tabs{display:flex!important;flex-direction:row;flex-wrap:nowrap;gap:6px;padding:8px 12px;margin:-20px 12px 16px;justify-content:flex-start;align-items:center;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;border-radius:12px;max-width:calc(100vw - 32px)}.dealer-dashboard-tabs::-webkit-scrollbar{display:none}.tab-button{padding:10px 14px;font-size:12px;flex:0 0 auto;min-width:auto;max-width:none;text-align:center;white-space:nowrap;overflow:visible;text-overflow:clip;border-radius:10px}.tab-button.active{box-shadow:0 2px 8px rgba(0,122,61,.2)}.dealer-dashboard-content{padding:16px 12px}.orders-header,.sku-header{flex-direction:column;align-items:flex-start;gap:15px;padding:15px 10px;width:100%}.orders-header h2,.sku-header h2{font-size:20px;margin-bottom:0;width:100%}.dealer-stats{display:flex!important;flex-direction:row;flex-wrap:wrap;gap:12px;width:100%;align-items:center;justify-content:flex-start;padding:10px 0}.dealer-stats span{font-size:13px;padding:8px 12px;background:#f8f9fa;border-radius:6px;border:1px solid #e9ecef;white-space:nowrap;flex:0 0 auto;min-width:-moz-fit-content;min-width:fit-content}.dealer-stats strong{color:#007A3D;font-weight:600;margin-left:4px}.orders-table-container,.product-sku-tab .sku-table-container,.sku-table-container{overflow-x:auto;overflow-y:auto;max-height:calc(100vh - 250px);-webkit-overflow-scrolling:touch;margin:0 -10px;padding:0 10px}.orders-table,.sku-table{min-width:1200px;font-size:12px;table-layout:auto}.orders-table th,.sku-table th{padding:10px 12px;font-size:11px;white-space:nowrap!important;word-wrap:normal!important;overflow-wrap:normal!important;text-overflow:clip!important;overflow:visible!important;line-height:1.3}.sku-table thead tr th:first-child,.sku-table thead tr th:nth-child(2),.sku-table thead tr th:nth-child(3),.sku-table thead tr th:nth-child(4),.sku-table thead tr th:nth-child(5),.sku-table thead tr th:nth-child(6),.sku-table thead tr th:nth-child(7),.sku-table thead tr th:nth-child(8){white-space:nowrap!important;min-width:-moz-fit-content!important;min-width:fit-content!important}.orders-table th:first-child,.sku-table th:first-child{padding-left:12px}.orders-table th:last-child,.sku-table th:last-child{padding-right:12px}.orders-table td,.sku-table td{padding:10px 12px;max-width:none;min-width:80px;font-size:12px;word-wrap:break-word;white-space:normal;overflow:visible;text-overflow:clip;line-height:1.4}.orders-table td:first-child,.sku-table td:first-child{padding-left:12px}.orders-table td:last-child,.sku-table td:last-child{padding-right:12px}.orders-table td:not(:last-child),.orders-table th:not(:last-child),.sku-table td:not(:last-child),.sku-table th:not(:last-child){border-right:1px solid #e9ecef;padding-right:14px}.orders-table td:last-child,.sku-table td:last-child{max-width:none!important;min-width:120px;position:relative;background:transparent;box-shadow:none;white-space:normal}.sku-table td:nth-child(9),.sku-table th:nth-child(9){min-width:200px!important;max-width:300px!important;padding:10px 12px!important}.action-buttons{flex-direction:column;gap:6px;width:100%}.action-buttons button{width:100%;justify-content:center;font-size:12px;padding:6px 12px}.btn-add-order,.btn-add-product,.btn-download-report,.btn-refresh,.btn-update{font-size:12px;padding:10px 16px;min-height:40px;width:100%;max-width:100%;display:flex;align-items:center;justify-content:center;gap:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-activate,.btn-add-order,.btn-add-product,.btn-approve,.btn-download-report,.btn-refresh,.btn-reject,.btn-revoke,.btn-submit,.btn-update,button[type=button]:not(.mobile-menu-toggle):not(.razorpay-order-modal-close),button[type=submit]{font-size:13px!important;padding:10px 16px!important;min-height:40px!important;min-width:80px;touch-action:manipulation;-webkit-tap-highlight-color:transparent;border-radius:6px;font-weight:500}.orders-header,.sku-header{gap:10px}.orders-header button,.sku-header button{flex:1 1 auto;min-width:0}.category-filter{padding:12px!important;margin-bottom:15px!important}.category-filter .filter-row{flex-direction:column!important;gap:12px!important;align-items:stretch!important}.category-filter .filter-item{min-width:100%!important;flex:1 1 100%!important;width:100%!important}.category-filter .filter-actions,.category-filter .filter-actions button{width:100%!important}.modal-content,.razorpay-order-modal-content{max-width:95%;margin:10px;max-height:90vh;overflow-y:auto}.razorpay-order-form-group{margin-bottom:15px}.razorpay-order-form-group label{font-size:13px}.razorpay-order-form-group input,.razorpay-order-form-group select,.razorpay-order-form-group textarea{font-size:14px;padding:10px}.razorpay-order-actions{flex-direction:column;gap:10px}.razorpay-order-actions button{width:100%;padding:12px}.modal-form .form-row{grid-template-columns:1fr;gap:15px}.bg-success .container{padding:15px!important}.bg-success .d-flex{flex-direction:column!important;gap:15px!important}.bg-success .d-none.d-md-grid{display:none!important}.container{padding-left:10px!important;padding-right:10px!important}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive table{width:100%;min-width:800px}.bg-success .py-4{padding:15px 0!important}.bg-success .h3{font-size:20px!important}.bg-success .mb-0{font-size:13px!important}.table{font-size:12px}.table td,.table th{padding:8px 6px;font-size:12px;vertical-align:middle;word-break:break-word}.table th{white-space:nowrap!important;word-wrap:normal!important;overflow-wrap:normal!important;text-overflow:clip!important;overflow:visible!important}.table td:first-child,.table th:first-child{min-width:200px;max-width:400px}.table td:nth-child(2),.table th:nth-child(2){min-width:120px;max-width:200px}.table td:nth-child(3),.table td:nth-child(4),.table th:nth-child(3),.table th:nth-child(4){min-width:120px;max-width:150px;text-align:right}.table td:nth-child(5),.table th:nth-child(5){min-width:100px;max-width:130px;text-align:center}.table td:last-child,.table th:last-child{width:150px;min-width:150px;max-width:150px;text-align:center}.table-responsive{margin:0 -10px;padding:0 10px}.form-control,.form-select{font-size:14px;padding:10px}.btn{font-size:14px;padding:10px 16px}.mobile-nav-container{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:1050;display:flex;align-items:flex-start;justify-content:flex-end;padding:0}.mobile-nav-content{background:white;width:280px;height:100%;padding:20px;overflow-y:auto;box-shadow:-2px 0 10px rgba(0,0,0,.1)}.sku-table td:nth-last-child(2),.sku-table th:nth-last-child(2){max-width:200px!important;min-width:150px!important;word-wrap:break-word;font-size:11px;overflow:hidden}.sku-table td:nth-last-child(2) .comment-content,.sku-table td:nth-last-child(2) .executive-comment-box,.sku-table td:nth-last-child(2) div{word-break:break-word;overflow-wrap:break-word;line-height:1.4;max-width:100%;overflow:hidden;box-sizing:border-box}.sku-table td:nth-last-child(2) .comment-content{max-height:80px;overflow-y:auto}.sku-table td:nth-child(8),.sku-table td:nth-child(9),.sku-table th:nth-child(8),.sku-table th:nth-child(9){min-width:150px!important;max-width:250px!important;overflow:hidden}.orders-table thead,.sku-table thead{position:relative!important}.orders-table td,.orders-table th,.sku-table td,.sku-table th,.table td,.table th{position:relative!important;background:transparent!important;box-shadow:none!important}}@media (max-width:480px){.dealer-dashboard{padding:8px 4px}.dealer-dashboard-header{padding:20px 12px 32px}.dealer-dashboard-header h1{font-size:18px;letter-spacing:-.2px}.dashboard-subtitle{font-size:12px}.dashboard-header-info{gap:6px}.info-badge{padding:5px 10px;font-size:11px}.info-label{font-size:10px}.info-value{font-size:11px}.btn-refresh{padding:6px 12px!important;font-size:12px!important}.dealer-dashboard-tabs{margin:-18px 8px 12px;padding:6px 8px;gap:4px;border-radius:10px;max-width:calc(100vw - 24px)}.tab-button{font-size:11px;padding:8px 10px;border-radius:8px}.dealer-dashboard-content{padding:12px 8px}.orders-header h2,.sku-header h2{font-size:18px;margin-bottom:0}.dealer-stats{gap:8px;padding:8px 0}.dealer-stats span{font-size:12px;padding:6px 10px}.orders-table,.sku-table{font-size:11px;min-width:900px}.orders-table th,.sku-table th{font-size:10px;padding:6px 4px}.orders-table td,.sku-table td{font-size:11px;padding:6px 4px}.razorpay-order-modal-content{max-width:98%;margin:5px;padding:15px}.razorpay-order-modal-content h2{font-size:18px}}.dealer-stats{display:flex;gap:20px;align-items:center;flex-wrap:wrap}.dealer-stats span{font-size:14px;color:#666;white-space:nowrap}.dealer-stats strong{color:#007A3D;font-weight:600;margin-left:4px}.revoked-row{background-color:#fff5f5;opacity:.8}.status-badge.active{background:#d4edda;color:#155724}.status-badge.revoked{background:#f8d7da;color:#721c24}.status-badge.pending{background:#fff3cd;color:#856404}.status-badge.approved{background:#d4edda;color:#155724}.status-badge.rejected{background:#f8d7da;color:#721c24}.btn-reject,.btn-revoke{padding:8px 16px;background:#dc3545;color:white;border:none;border-radius:4px;font-size:14px;cursor:pointer;display:flex;align-items:center;gap:6px;transition:background .3s ease}.btn-reject:hover:not(:disabled),.btn-revoke:hover:not(:disabled){background:#c82333}.btn-activate,.btn-approve{padding:8px 16px;background:#28a745;color:white;border:none;border-radius:4px;font-size:14px;cursor:pointer;display:flex;align-items:center;gap:6px;transition:background .3s ease}.btn-activate:hover:not(:disabled),.btn-approve:hover:not(:disabled){background:#218838}.btn-activate:disabled,.btn-approve:disabled,.btn-reject:disabled,.btn-revoke:disabled{opacity:.6;cursor:not-allowed}.action-buttons{display:flex;gap:8px;align-items:center;flex-wrap:wrap;min-width:-moz-fit-content;min-width:fit-content}.product-sku-tab .sku-table-container .sku-table:not(.dealer-sku-detailed-table):not(.dealer-sku-sales-table) thead tr th:nth-child(5),.sku-table-container .sku-table:not(.dealer-sku-detailed-table):not(.dealer-sku-sales-table) thead tr th:nth-child(5){min-width:180px!important;width:auto!important;white-space:nowrap!important;word-wrap:normal!important;overflow-wrap:normal!important;text-overflow:clip!important;overflow:visible!important;max-width:none!important}.orders-table td:last-child,.sku-table td:last-child{max-width:none!important;min-width:200px;white-space:normal;overflow:visible}.orders-table td .action-buttons,.sku-table td .action-buttons{width:100%;justify-content:flex-start}.orders-table td .btn-approve,.orders-table td .btn-reject,.orders-table td .btn-update,.sku-table td .btn-approve,.sku-table td .btn-reject,.sku-table td .btn-update{white-space:nowrap;flex-shrink:0}.action-completed{color:#666;font-size:13px;font-style:italic}.comment-text{display:flex;align-items:center;gap:6px;color:#666;font-size:13px}.pending-row{background-color:#fffbf0}.view-mode-toggle{display:flex;gap:10px}.view-mode-btn{padding:10px 20px;background:#f8f9fa;border:2px solid #e9ecef;border-radius:6px;font-size:14px;font-weight:500;color:#666;cursor:pointer;transition:all .3s ease}.view-mode-btn:hover{background:#e9ecef;border-color:#007A3D;color:#007A3D}.view-mode-btn.active{background:#007A3D;border-color:#007A3D;color:white}.category-summary-container,.detailed-view-container{width:100%}.category-filter{display:flex;align-items:center;gap:10px;margin-bottom:20px}.category-filter label{font-weight:500;color:#333}.category-filter select{padding:8px 12px;border:1px solid #e9ecef;border-radius:6px;font-size:14px;background:white;cursor:pointer;min-width:200px}.category-filter select:focus{outline:none;border-color:#007A3D}.executive-comment-box{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:2px solid #e2e8f0;border-radius:10px;padding:14px 16px;max-width:100%;min-width:200px;width:100%;box-sizing:border-box;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.05);transition:all .2s ease}.executive-comment-box:hover{border-color:#cbd5e1;box-shadow:0 2px 6px rgba(0,0,0,.08)}.comment-header{display:flex;align-items:center;gap:8px;margin-bottom:10px;color:#475569;font-size:12px;white-space:nowrap;text-transform:uppercase;letter-spacing:.5px}.comment-header,.comment-label{font-weight:600;overflow:hidden;text-overflow:ellipsis}.comment-content{color:#334155;font-size:14px;line-height:1.6;word-wrap:break-word;overflow-wrap:break-word;white-space:pre-wrap;max-width:100%;overflow:hidden;word-break:break-word}.rejection-count{margin-top:8px;padding-top:8px;border-top:1px solid #dee2e6;font-size:12px;color:#dc3545;font-weight:500}.no-comment{color:#999;font-style:italic;font-size:13px}.rejected-row{background-color:#fff5f5}.rejected-row:hover{background-color:#ffeaea}@media (max-width:360px){.dealer-dashboard{padding:6px 2px}.dealer-dashboard-header{padding:16px 10px 28px}.dealer-dashboard-header h1{font-size:16px}.dashboard-subtitle{font-size:11px}.info-badge{padding:4px 8px;font-size:10px}.btn-refresh{padding:5px 10px!important;font-size:11px!important}.dealer-dashboard-tabs{margin:-16px 6px 10px;padding:5px 6px;gap:3px;border-radius:8px}.tab-button{font-size:10px;padding:6px 8px;border-radius:6px}.dealer-dashboard-content{padding:10px 6px}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(0,0,0,.8),rgba(0,0,0,.9));backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;justify-content:center;align-items:center;z-index:10000;padding:20px;animation:modalFadeIn .4s cubic-bezier(.4,0,.2,1)}@keyframes modalFadeIn{0%{opacity:0;backdrop-filter:blur(0)}to{opacity:1;backdrop-filter:blur(12px)}}.modal-content{background:#ffffff;border-radius:24px;box-shadow:0 32px 64px rgba(0,0,0,.3),0 0 0 1px rgba(255,255,255,.1),inset 0 1px 0 rgba(255,255,255,.2);max-width:480px;width:100%;max-height:90vh;overflow:hidden;animation:modalSlideIn .5s cubic-bezier(.4,0,.2,1);position:relative;border:1px solid rgba(255,255,255,.2)}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-30px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{padding:40px 40px 20px;border-bottom:none;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#f8fafc,#ffffff);border-radius:24px 24px 0 0;position:relative;text-align:center}.modal-header:after{content:"";position:absolute;bottom:0;left:40px;right:40px;height:1px;background:linear-gradient(90deg,transparent,rgba(82,183,136,.2),transparent)}.modal-header h2{margin:0;color:#1a202c;font-size:2rem;font-weight:800;text-align:center;flex:1;letter-spacing:-.025em;background:linear-gradient(135deg,#2c5530,#52b788);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.close-button{background:rgba(108,117,125,.08);border:1px solid rgba(108,117,125,.1);font-size:1.1rem;color:#6c757d;cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;right:32px;top:32px;backdrop-filter:blur(10px)}.close-button:hover{background:rgba(220,53,69,.1);border-color:rgba(220,53,69,.2);color:#dc3545;transform:scale(1.05) rotate(90deg);box-shadow:0 4px 12px rgba(220,53,69,.2)}.modal-body{padding:40px;background:white;border-radius:0 0 24px 24px;position:relative}.login-form{display:flex;flex-direction:column;gap:28px}.login-form:before{content:"";width:80px;height:4px;background:linear-gradient(90deg,#52b788,#45a078);border-radius:2px;margin:0 auto 20px;box-shadow:0 2px 8px rgba(82,183,136,.3)}.form-group{display:flex;flex-direction:column;gap:12px;position:relative}.form-group label{font-weight:600;color:#374151;font-size:.95rem;letter-spacing:.025em;margin-bottom:4px}.input-group{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:20px;color:#9ca3af;z-index:2;font-size:1.1rem;top:50%;transform:translateY(-50%);transition:all .3s ease}.input-group input,.input-group select{width:100%;padding:18px 20px 18px 56px;border:2px solid #e5e7eb;border-radius:16px;font-size:1rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);background-color:#fafafa;box-shadow:0 1px 3px rgba(0,0,0,.1);color:#374151}.input-group input:focus,.input-group select:focus{outline:none;border-color:#52b788;background-color:#ffffff;box-shadow:0 0 0 4px rgba(82,183,136,.1),0 4px 20px rgba(82,183,136,.15),0 1px 3px rgba(0,0,0,.1);transform:translateY(-2px)}.input-group input:focus+.input-icon,.input-group select:focus+.input-icon{color:#52b788}.input-group input:hover,.input-group select:hover{border-color:#d1d5db;background-color:#ffffff;box-shadow:0 2px 8px rgba(0,0,0,.1)}.password-toggle{position:absolute;right:20px;background:none;border:none;color:#9ca3af;cursor:pointer;padding:8px;z-index:2;border-radius:8px;transition:all .3s ease}.password-toggle:hover{color:#52b788;background:rgba(82,183,136,.1)}.btn{padding:18px 36px;border-radius:16px;font-weight:700;font-size:1rem;border:none;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:10px;position:relative;overflow:hidden;letter-spacing:.025em;text-transform:none}.btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .6s cubic-bezier(.4,0,.2,1)}.btn:hover:before{left:100%}.btn-primary{background:linear-gradient(135deg,#52b788,#45a078 50%,#3d8b6b);color:white;box-shadow:0 8px 25px rgba(82,183,136,.3),0 4px 12px rgba(82,183,136,.2),inset 0 1px 0 rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.1)}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#45a078,#3d8b6b 50%,#2d6b4f);transform:translateY(-3px);box-shadow:0 12px 35px rgba(82,183,136,.4),0 8px 20px rgba(82,183,136,.3),inset 0 1px 0 rgba(255,255,255,.2)}.btn-primary:active{transform:translateY(-1px);box-shadow:0 6px 20px rgba(82,183,136,.3),0 2px 8px rgba(82,183,136,.2)}.btn-outline-secondary{background-color:transparent;color:#6c757d;border:2px solid #6c757d}.btn-outline-secondary:hover:not(:disabled){background-color:#6c757d;color:white}.btn-outline-danger{background-color:transparent;color:#dc3545;border:2px solid #dc3545}.btn-outline-danger:hover:not(:disabled){background-color:#dc3545;color:white}.btn-success{background-color:#28a745;color:white}.btn-success:hover:not(:disabled){background-color:#218838}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.error-message{background-color:#f8d7da;color:#721c24;border-radius:6px;border:1px solid #f5c6cb}.error-message,.success-message{padding:12px;font-size:.9rem;margin-top:8px}.success-message{background-color:#d4edda;color:#155724;border-radius:6px;border:1px solid #c3e6cb}.auth-section{margin-left:16px}.auth-section,.user-menu{display:flex;align-items:center}.user-menu{gap:12px}.user-info{color:#2c5530;font-weight:500;font-size:.9rem}.mobile-auth-section{border-top:1px solid #e9ecef;padding-top:16px;margin-top:16px}.mobile-user-info{display:flex;flex-direction:column;align-items:center;gap:8px}.modal-content:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(82,183,136,.3),transparent)}@media (max-width:768px){.modal-overlay{padding:16px}.modal-content{max-width:100%}.modal-body,.modal-header{padding:20px}.auth-section{margin-left:8px}.user-menu{flex-direction:column;gap:8px}.user-info{font-size:.8rem}}.loading-spinner{display:flex;flex-direction:column;align-items:center;gap:16px;padding:40px 20px}.spinner{width:40px;height:40px;border:4px solid #e9ecef;border-top-color:#52b788;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.edit-disabled{background-color:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;padding:20px;text-align:center;margin:20px 0}.edit-disabled h4{color:#856404;margin:12px 0 8px}.edit-disabled p{color:#856404;margin:0;font-size:.9rem}