.navbar{background:#1e3a8af2;padding:16px 0;position:sticky;top:0;z-index:1000}.navbar-content{display:flex;justify-content:space-between;align-items:center;position:relative}.navbar-brand{display:flex;align-items:center;gap:4px;text-decoration:none}.lightning-icon{font-size:24px}.brand-text{color:#fff;font-size:24px;font-weight:700}.navbar-menu{display:flex;gap:30px;align-items:center}.nav-link{color:#fff;text-decoration:none;font-weight:500;position:relative;font-size:16px}.nav-link:hover,.nav-link.active{color:#f97316;font-weight:700}.btn{padding:8px 16px;border-radius:4px;font-weight:500;text-decoration:none;font-size:14px;transition:all .3s ease;margin-left:5px!important}.btn-outline-navbar{background-color:transparent;color:#fff;border:2px solid white}.btn-outline-navbar:hover{background-color:#fff;color:#1e3a8a}.btn-auth{background-color:transparent;color:#fff;text-decoration:underline!important}.btn-auth:hover{background-color:#f97316;color:#fff}.logout-btn{background-color:#f97316}.logout-btn:hover{background-color:red}.active-btn{margin-left:5px;margin-right:5px;background-color:#f97316;color:#fff}.mobile-menu-toggle{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer}.mobile-menu-toggle span{width:25px;height:3px;background-color:#fff;transition:.3s;border-radius:2px}@media (max-width: 1024px){.brand-text{font-size:20px}.nav-link{font-size:15px}.btn{font-size:13px}}@media (max-width: 768px){.navbar-menu{font-size:15px;display:none;position:absolute;top:100%;left:0;right:0;background-color:#1e3a8a;flex-direction:column;align-items:flex-start;padding:20px;gap:16px;z-index:999}.navbar-menu.active{display:flex}.nav-link{text-align:left;align-items:center;display:flex;justify-content:flex-start;padding:10px 15px;border-radius:4px;font-size:14px}.brand-text{font-size:18px}.btn{font-size:12px}.mobile-menu-toggle{display:flex;flex-direction:column;justify-content:space-around;width:25px;height:25px;background:transparent;border:none;cursor:pointer;padding:0}.mobile-menu-toggle span{width:100%;height:3px;background-color:#fff;border-radius:2px}.navbar-actions{display:none}.mobile-actions{display:flex;flex-direction:column;gap:12px;margin-top:16px}}@media (max-width: 480px){.brand-text{font-size:16px}.nav-link{font-size:13px}.btn{font-size:11px}}.hero-section{background:linear-gradient(135deg,#1e3a8a,#3b82f6);min-height:400px;display:flex;align-items:center;justify-content:center;text-align:center;padding:80px 0}.hero-content-c{max-width:800px;margin:0 auto;padding:0 20px}.hero-title{color:#fff;font-size:64px;font-weight:700;margin-bottom:24px;line-height:1.2}.hero-description{color:#fff;font-size:20px;line-height:1.5;margin-bottom:40px;max-width:700px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.hero-buttons .btn{padding:12px 20px;font-size:16px;border-radius:6px;white-space:nowrap}@media (max-width: 1024px){.hero-title{font-size:54px}.hero-description{font-size:18px}}@media (max-width: 768px){.hero-section{padding:60px 0}.hero-title{font-size:42px}.hero-description{font-size:16.5px;padding:0 10px}.hero-buttons{flex-direction:column;align-items:center;gap:12px}.hero-buttons .btn{width:auto;min-width:180px;max-width:220px;font-size:15px;padding:10px 18px}}@media (max-width: 480px){.hero-title{font-size:32px}.hero-description{font-size:15px}.hero-buttons .btn{min-width:160px;max-width:200px;font-size:14px;padding:9px 16px}}.how-it-works{background-color:#f8fafc;padding:40px 0}.section-title{text-align:center;font-size:28px;font-weight:700;color:#0f1d2e;margin-bottom:48px}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;max-width:1000px;margin:0 auto}.step-card{background:#fff;border-radius:8px;padding:32px;text-align:center;box-shadow:0 2px 8px #0000000d}.step-icon{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#f97316,#3b82f6);display:flex;align-items:center;justify-content:center;margin:0 auto 24px;font-size:32px}.step-title{font-size:18px;font-weight:700;color:#0f1d2e;margin-bottom:16px}.step-description{color:#64748b;line-height:1.5;font-size:14px}@media (max-width: 768px){.how-it-works{padding:60px 0}.steps-grid{grid-template-columns:1fr;gap:24px}.step-card{padding:24px}}.featured-categories{background-color:#f8fafc;padding:4 0px 0;margin-bottom:40px}.categories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;max-width:1000px;margin:0 auto}.category-card{background:#fff;border:1px solid #E2E8F0;border-radius:6px;padding:24px;text-align:center;min-height:120px;display:flex;flex-direction:column;justify-content:space-between}.category-name{color:#1e3a8a;font-size:16px;font-weight:700;margin-bottom:16px}.btn-category{background-color:#1e3a8a;color:#fff;padding:8px 16px;border-radius:4px;border:none;font-size:14px;cursor:pointer;transition:background-color .3s ease}.btn-category:hover{background-color:#1a48e7}@media (max-width: 768px){.featured-categories{padding:60px 0}.categories-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width: 480px){.categories-grid{grid-template-columns:1fr}}.key-features{background:linear-gradient(135deg,#1e3a8a,#3b82f6);padding:80px 0}.key-features .section-title{color:#fff}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;max-width:1000px;margin:0 auto}.feature-card{background-color:#28355b;border-radius:8px;padding:24px;display:flex;gap:16px}.feature-icon{width:48px;height:48px;background-color:#f97316;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.feature-content{flex:1}.feature-title{color:#fff;font-size:16px;font-weight:700;margin-bottom:8px}.feature-description{color:#e2e8f0;font-size:14px;line-height:1.5}@media (max-width: 768px){.key-features{padding:60px 0}.features-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width: 480px){.features-grid{grid-template-columns:1fr}}.cta-section{background:#1e3a8af2;padding:80px 0;text-align:center;color:#fff}.cta-content{max-width:640px;margin:0 auto;padding:0 1rem}.cta-title{font-size:36px;font-weight:700;margin-bottom:20px;line-height:1.4}.cta-subtitle{font-size:18px;font-weight:400;margin-bottom:36px;line-height:1.6;opacity:.95}.cta-section .btn-outline-orange{border:2px solid white;color:#fff;padding:.75rem 1.5rem;border-radius:6px;font-size:16px;font-weight:600;background:transparent;transition:background .3s ease,color .3s ease;cursor:pointer;text-decoration:none}.cta-section .btn-outline-orange:hover{background:#fff;color:#1e3a8a}@media (max-width: 768px){.cta-section{padding:60px 0}.cta-title{font-size:30px}.cta-subtitle{font-size:15px}}@media (max-width: 480px){.cta-title{font-size:24px}.cta-subtitle{font-size:14px}.cta-section .btn-outline-orange{width:100%;max-width:280px}}.footer{background-color:#0f1d2e;padding:60px 0 20px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:40px}.footer-column{color:#fff}.footer-heading{font-size:18px;font-weight:700;margin-bottom:16px;color:#fff}.footer-subtitle{color:#94a3b8;font-size:14px;margin-bottom:20px}.contact-info{display:flex;flex-direction:column;gap:8px}.contact-item{display:flex;align-items:center;gap:8px;color:#fff;font-size:14px}.contact-icon{font-size:16px}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:8px}.footer-links a{color:#fff;text-decoration:none;font-size:14px;transition:color .3s ease}.footer-links a:hover{color:#e2e8f0}.footer-bottom{border-top:1px solid #334155;padding-top:20px;text-align:center}.footer-bottom p{color:#94a3b8;font-size:12px}@media (max-width: 1024px){.footer-heading{font-size:17px}.footer-subtitle,.contact-item,.footer-links a{font-size:13.5px}}@media (max-width: 768px){.footer{padding:40px 0 20px}.footer-content{grid-template-columns:repeat(2,1fr);gap:30px}.footer-heading{font-size:16px}.footer-subtitle,.contact-item,.footer-links a{font-size:13px}.footer-bottom p{font-size:11px}}@media (max-width: 480px){.footer-content{grid-template-columns:1fr;gap:20px}.footer-heading{font-size:15px}.footer-subtitle,.contact-item,.footer-links a{font-size:12.5px}.footer-bottom p{font-size:10.5px}}.login-container{background:linear-gradient(135deg,#1e3a8a,#3b82f6);min-height:100vh;padding:60px 15px;display:flex;justify-content:center;align-items:center}.login-wrapper{background:#fff;width:100%;max-width:450px;border-radius:14px;padding:32px 28px;box-shadow:0 16px 40px #0000001f;box-sizing:border-box;overflow-y:auto;max-height:90vh;display:flex;flex-direction:column}.login-header{text-align:center;margin-bottom:28px}.login-title{font-size:30px;font-weight:700;color:#0a1e3f;margin-bottom:6px}.login-subtitle{font-size:16px;color:#536483;font-weight:400}.login-form{display:flex;flex-direction:column;gap:22px}.login-form-group{display:flex;flex-direction:column;gap:6px}.login-label{font-size:14px;font-weight:600;color:#21335f}.login-input{padding:14px 16px;font-size:15px;border-radius:8px;border:2px solid #d1d9e6;transition:border-color .25s ease;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.login-input::-moz-placeholder{color:#9aa3b1}.login-input::placeholder{color:#9aa3b1}.login-input:focus{outline:none;border-color:#1e40af;box-shadow:0 0 6px #1e40af66}.login-options{display:flex;justify-content:space-between;align-items:center;font-size:14px;color:#536483;margin-top:-6px;flex-wrap:wrap;gap:10px}.login-checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#4b5e7f;font-weight:500}.login-checkbox{width:18px;height:18px;accent-color:#1e40af;cursor:pointer}.login-forgot-link{color:#1e40af;text-decoration:none;font-weight:600;transition:color .2s ease}.login-forgot-link:hover{color:#153e7e;text-decoration:underline}.login-submit-btn{margin-top:16px;background-color:#1e40af;border:none;color:#fff;font-size:17px;font-weight:700;padding:14px 24px;border-radius:8px;cursor:pointer;transition:background-color .3s ease;width:100%;max-width:120px;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;justify-content:center;align-items:center;text-align:center;margin-left:auto;margin-right:auto}.login-submit-btn:hover,.login-submit-btn:focus{background-color:#153e7e;outline:none}.login-footer{margin-top:28px;font-size:15px;color:#495670;text-align:center;font-weight:500}.login-footer a{color:#1e40af;font-weight:700;text-decoration:none;transition:color .3s ease}.login-footer a:hover{text-decoration:underline;color:#153e7e}@media (max-width: 480px){.login-wrapper{padding:24px 20px}.login-title{font-size:26px}.login-input{font-size:14px;padding:12px 14px}.login-submit-btn{font-size:16px;padding:12px 0}.login-footer{font-size:14px}}.signup-container{background:linear-gradient(135deg,#1e3a8a,#3b82f6);min-height:100vh;padding:50px 15px;display:flex;justify-content:center;align-items:center}.signup-wrapper{background:#fff;max-width:580px;width:100%;border-radius:12px;padding:36px 32px;box-shadow:0 14px 40px #0000001a;box-sizing:border-box;display:flex;flex-direction:column}.signup-header{text-align:center;margin-bottom:28px}.signup-title{font-size:32px;font-weight:700;color:#1b2a47;margin-bottom:8px}.signup-subtitle{font-size:16px;font-weight:400;color:#566270}.signup-form{display:flex;flex-direction:column;gap:22px}.signup-form-row{display:flex;gap:18px;flex-wrap:wrap}.signup-form-group{flex:1;min-width:140px;display:flex;flex-direction:column;gap:6px}.signup-label{font-size:14px;font-weight:600;color:#2c3a59}.signup-input,.signup-select{padding:14px 16px;font-size:15px;border:2px solid #d6dbe6;border-radius:8px;transition:border-color .3s ease;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;box-sizing:border-box;width:100%}.signup-input::-moz-placeholder{color:#a1abc9}.signup-input::placeholder{color:#a1abc9}.signup-input:focus,.signup-select:focus{outline:none;border-color:#0f52ba;box-shadow:0 0 6px #0f52ba66}.signup-options{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#4f5d78;-webkit-user-select:none;-moz-user-select:none;user-select:none}.signup-checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer}.signup-checkbox{width:18px;height:18px;accent-color:#0f52ba;cursor:pointer}.signup-link{color:#0f52ba;text-decoration:none;font-weight:600;transition:color .25s ease}.signup-link:hover{text-decoration:underline;color:#0a3e85}.signup-submit-btn{margin-top:16px;background-color:#1e40af;border:none;color:#fff;font-size:17px;font-weight:700;padding:14px 24px;border-radius:8px;cursor:pointer;transition:background-color .3s ease;width:100%;max-width:180px;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;justify-content:center;align-items:center;text-align:center;margin-left:auto;margin-right:auto}.signup-submit-btn:hover,.signup-submit-btn:focus{background-color:#0a3e85;outline:none}.signup-footer{margin-top:28px;font-size:15px;font-weight:500;color:#44526c;text-align:center}.signup-footer a{color:#0f52ba;font-weight:700;text-decoration:none;transition:color .3s ease}.signup-footer a:hover{text-decoration:underline;color:#0a3e85}@media (max-width: 480px){.signup-wrapper{padding:28px 24px}.signup-title{font-size:26px}.signup-form-row{flex-direction:column}.signup-form-group{min-width:100%}.signup-input,.signup-select{font-size:14px;padding:12px 14px}.signup-submit-btn{font-size:16px;padding:12px 0}.signup-footer{font-size:14px}}.quote-modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:#0f1d2ecc;display:flex;justify-content:center;align-items:center;padding:20px;z-index:1000;overflow-y:auto}.quote-modal-box{background:#fff;border-radius:12px;width:100%;max-width:600px;max-height:90vh;padding:24px 32px;box-shadow:0 8px 24px #0003;box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden}.quote-modal-title{font-size:1.8rem;font-weight:700;margin-bottom:24px;color:#0f1d2e;text-align:center}.quote-form{display:flex;flex-direction:column;gap:20px;overflow-y:auto;flex-grow:1;padding-right:4px}.quote-form-row{display:flex;gap:16px;flex-wrap:wrap}.quote-form-row>*{flex:1 1 calc(50% - 8px);min-width:140px}.quote-form-row.full-width>*{flex:1 1 100%;min-width:auto}.quote-form-row input,.quote-form-row select,.quote-form-row textarea{padding:12px 16px;border:1px solid #cbd5e1;border-radius:8px;font-size:1rem;color:#0f1d2e;box-sizing:border-box;transition:border-color .3s ease}.quote-form-row input::-moz-placeholder,.quote-form-row textarea::-moz-placeholder{color:#94a3b8}.quote-form-row input::placeholder,.quote-form-row textarea::placeholder{color:#94a3b8}.quote-form-row input:focus,.quote-form-row select:focus,.quote-form-row textarea:focus{outline:none;border-color:#f97316;box-shadow:0 0 0 3px #f9731640}.quote-form-row.full-width textarea{min-height:100px;resize:vertical}.quote-field{display:flex;flex-direction:column;flex:1}.quote-field label{font-weight:600;font-size:.9rem;margin-bottom:6px;color:#334155}.quote-form-actions{display:flex;justify-content:center;gap:16px;margin-top:12px;flex-wrap:wrap}.quote-form-actions button{padding:12px 28px;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;border:none;transition:background-color .3s ease;flex:1 1 auto;max-width:180px}.quote-close-btn{background-color:#e2e8f0;color:#334155}.quote-close-btn:hover{background-color:#cbd5e1}.quote-form-actions button[type=submit]{background-color:#f97316;color:#fff}.quote-form-actions button[type=submit]:hover{background-color:#e55a00}.quote-form-actions button:disabled{background-color:#fbbf24;cursor:not-allowed}@media (max-width: 600px){.quote-modal-box{padding:16px 20px;max-width:100%;max-height:90vh}.quote-modal-title{font-size:1.3rem;margin-bottom:16px}.quote-field label{font-size:.8rem;margin-bottom:4px}.quote-form-actions button{padding:10px 20px;font-size:.9rem;max-width:100%}}*{box-sizing:border-box}body,html{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:400;font-size:16px;line-height:1.5;background:#f9fafb;color:#222}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.products-hero{background:linear-gradient(135deg,#1e3a8a,#3b82f6);padding:3rem 1rem;text-align:center;margin-bottom:2rem;color:#fff}.product-info-cell{padding:5px;display:flex;align-items:center;gap:10px}.product-info-image{width:48px;height:48px;-o-object-fit:contain;object-fit:contain;border-radius:4px;background:#f0f0f0}.product-info-text{display:flex;flex-direction:column}.products-hero h1{font-size:2.75rem;font-weight:600;margin-bottom:.5rem}.products-hero p{font-size:1.25rem;max-width:600px;margin:0 auto 1.5rem;color:#fff}.filters{background-color:#fff;padding:1rem 1rem 1.5rem;border-radius:8px;box-shadow:0 0 0 0 transparent;margin-bottom:2rem}.top-filters{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem;align-items:center}.search-wrapper{flex:1 1 280px;position:relative;display:flex;align-items:center}.search-wrapper svg{position:absolute;left:12px;color:#999}.search-wrapper input{width:100%;padding:.6rem .6rem .6rem 2.5rem;border:1px solid #e2e8f0;border-radius:4px;font-size:1rem;transition:border-color .3s ease;background-color:#fff;color:#222}.search-wrapper input:focus{outline:none;border-color:#2563eb}.top-filters select{flex:1 1 160px;padding:.6rem .7rem;font-size:1rem;border-radius:4px;border:1px solid #e2e8f0;background-color:#fff;cursor:pointer;transition:border-color .3s ease;color:#222}.top-filters select:hover,.top-filters select:focus{border-color:#2563eb;outline:none}.advanced-filters{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.advanced-filters input{flex:1 1 120px;padding:.6rem .7rem;border-radius:4px;border:1px solid #e2e8f0;font-size:1rem;min-width:100px;transition:border-color .3s ease;background-color:#fff;color:#222}.advanced-filters input:focus{outline:none;border-color:#2563eb}.buttons-wrapper{display:flex;gap:1rem;flex-wrap:nowrap;justify-content:center;align-items:center}.btn-apply-filters,.btn-clear-filters{text-align:center!important;padding:.5rem 1rem;border-radius:4px;border:none;cursor:pointer;font-size:1rem;min-width:110px;transition:background-color .3s ease;color:#fff}.btn-apply-filters{background-color:#1e3a8a;border:none}.btn-apply-filters:hover{background-color:#2563eb}.btn-clear-filters{background-color:transparent;color:#475569;border:1px solid #94a3b8}.btn-clear-filters:hover{background-color:#f1f5f9;color:#2563eb}.results-header{display:flex;justify-content:center;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1.5rem;margin-top:25px}.results-header p{font-weight:600;margin:0;color:#444}.view-toggle{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:.5rem}.view-toggle button{background:none;border:1px solid #2563eb;color:#2563eb;padding:.5rem 1rem;border-radius:4px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.3rem;font-size:.9rem;transition:background-color .3s ease,color .3s ease}.view-toggle button.active{background-color:#1e3a8a;color:#fff}.view-toggle button:hover:not(.active){background-color:#1d4ed8;color:#fff}.loading-spinner{display:flex;justify-content:center;margin:4rem 0}.no-results{text-align:center;font-size:1.25rem;color:#666;margin:4rem 0}.table-responsive{width:100%;overflow-x:auto;border-radius:8px;background-color:#fff;border:1px solid #e2e8f0}.product-table{width:100%;border-collapse:collapse;font-size:.95rem;min-width:700px}.product-table th,.product-table td{border:1px solid #e2e8f0;padding:.75rem 1rem;vertical-align:middle;text-align:left;white-space:nowrap}.product-table th{color:#1e3a8a;font-weight:600}.product-table tbody tr:hover{background-color:#e8f0ff}.product-info{border:none!important;display:flex;align-items:center;gap:1rem}.product-info img{width:48px;height:48px;-o-object-fit:contain;object-fit:contain}.product-info small{display:block;color:#666;font-size:.85rem}.btn-orange,.btn-white{padding:.45rem .8rem;border-radius:4px;font-weight:600;font-size:.9rem;border:none;cursor:pointer;margin-right:.4rem;transition:background-color .3s ease;min-width:95px}.btn-orange:hover{background-color:#1d4ed8}.btn-white{background-color:#fff;color:#333;border:1px solid #e2e8f0}.btn-white:hover{background-color:#f8f8f8}.products-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin-bottom:2rem}.product-card{background-color:#fff;border-radius:8px;padding:1rem;display:flex;flex-direction:column;justify-content:space-between;transition:none;box-shadow:none}.product-card:hover{box-shadow:none}.image-wrapper{width:100%;height:180px;overflow:hidden;border-radius:6px;margin-bottom:1rem;background-color:#f8f8f8;display:flex;align-items:center;justify-content:center}.image-wrapper img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-card h2{font-size:1.2rem;margin:.3rem 0 .6rem;font-weight:600;color:#1a1a1a}.category{font-size:.9rem;color:#666;margin-bottom:.6rem}.product-card p{font-size:.95rem;margin:.25rem 0;color:#444}.card-actions{margin-top:1rem;display:flex;gap:.75rem}.card-actions button{flex:1}.pagination{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-top:1rem;margin-bottom:3rem}.pagination button{background-color:#1e3a8a;border:none;color:#fff;padding:.55rem 1.3rem;border-radius:4px;cursor:pointer;font-weight:600;font-size:1rem;transition:background-color .3s ease}.pagination button:disabled{background-color:#ccc;cursor:not-allowed}.pagination button:hover:not(:disabled){background-color:#1d4ed8}.select-filters{display:flex;gap:.75rem}.pagination span{font-weight:600;font-size:1rem;color:#444}.form-control-c{width:auto;padding:5px 10px;font-size:1rem;border:1px solid #ccc;border-radius:6px;background-color:#fff;color:#333;outline:none;transition:border-color .3s ease,box-shadow .3s ease;box-sizing:border-box}.form-control-c:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb33}.form-control-c::-moz-placeholder{color:#aaa;font-size:.95rem}.form-control-c::placeholder{color:#aaa;font-size:.95rem}@media (max-width: 600px){.top-filters{display:grid;grid-template-columns:1fr;gap:.75rem;margin-bottom:1rem}.search-wrapper{grid-column:span 1;position:relative}.search-wrapper input{width:100%;padding:.5rem .5rem .5rem 2.2rem;font-size:.95rem;height:38px}.select-filters{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.select-filters select{width:100%;height:38px;font-size:.95rem;border-radius:4px;border:1px solid #e2e8f0;background-color:#fff;cursor:pointer;color:#222}.advanced-filters{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;align-items:center;margin-bottom:.8rem}.advanced-filters input{height:38px;font-size:.95rem;width:100%;border-radius:4px;border:1px solid #e2e8f0;background-color:#fff;color:#222}.buttons-wrapper{display:flex;gap:.75rem;justify-content:flex-end;flex-wrap:nowrap}.btn-apply,.btn-clear{font-size:.9rem;font-weight:400;min-width:100px}.pagination button,span{font-size:.9rem}}@media (max-width: 400px){.form-control-c{width:100%}.buttons-wrapper{flex-direction:row;display:flex;justify-content:center;gap:.5rem}.btn-apply,.btn-clear{font-size:.8rem;font-weight:400;min-width:auto;width:100%}.pagination button,span{font-size:.8rem}}.product-detail-page{background-color:#f8fafc;min-height:100vh}h1,.product-title{font-size:clamp(1.5rem,2vw + 1rem,2.5rem);font-weight:700;color:#0f1d2e}h2{font-size:clamp(1.25rem,1.5vw + .5rem,2rem)}p,label,td,input,textarea{font-size:clamp(.95rem,1vw,1.125rem);line-height:1.6}.breadcrumb{background:#fff;padding:16px 0;border-bottom:1px solid #E2E8F0}.breadcrumb-link{display:inline-flex;align-items:center;gap:8px;color:#1e3a8a;text-decoration:none;font-weight:500;transition:color .3s ease}.breadcrumb-link:hover{color:#1e3a8a}.product-detail-content{padding:40px 0}.product-main{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:40px}.product-image-section .main-image{background:#fff;padding:16px;border-radius:16px;box-shadow:0 4px 16px #0000001a}.main-image img{width:100%;height:400px;-o-object-fit:cover;object-fit:cover;border-radius:12px}.product-info-section{background:#fff;padding:32px;border-radius:16px;box-shadow:0 4px 16px #0000001a}.product-rating{display:flex;gap:6px;margin-bottom:16px}.product-rating .filled{color:#ffb800}.product-rating .empty{color:#e2e8f0}.product-price{font-weight:700;color:#f97316;margin-bottom:16px}.product-description p{color:#64748b}.product-actions{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:32px}.btn-orange,.btn-white{padding:12px 24px;border-radius:8px;font-weight:600;min-height:44px;cursor:pointer;transition:all .3s ease;border:none}.btn-orange{background-color:#f97316;color:#fff}.btn-orange:hover{background-color:#e55500}.btn-white{background-color:#fff;color:#0f1d2e;border:2px solid #E2E8F0}.btn-white:hover{background-color:#f1f5f9}.product-details{margin-top:10px;background:#fff;padding:32px;border-radius:16px;box-shadow:0 4px 16px #0000001a}.tabs{display:flex;border-bottom:2px solid #F1F5F9;margin-bottom:24px;flex-wrap:wrap}.tab{padding:12px 24px;background:none;border:none;font-weight:500;color:#64748b;cursor:pointer;border-bottom:2px solid transparent;transition:all .3s ease;flex:1;min-width:120px}.tab.active{color:#1e3a8a;border-bottom:2px solid #1e3a8a}.tab:hover{color:#0f1d2e}.specifications-table table{width:100%;border-collapse:collapse}.specifications-table tr{border-bottom:1px solid #F1F5F9}.specifications-table td{padding:16px 0;vertical-align:top}.spec-label{font-weight:600;color:#0f1d2e;width:30%}.spec-value{color:#64748b}.key-features-view h3{font-weight:600;margin-bottom:12px;color:#0f1d2e}.key-features-view ul{padding-left:20px}.key-features-view li{position:relative;margin-bottom:8px;padding-left:16px;color:#64748b}.key-features-view li:before{content:"✓";color:#10b981;position:absolute;left:0;font-weight:700}.inquiry-section{background:#fff;padding:40px;border-radius:16px;box-shadow:0 4px 16px #0000001a}.inquiry-form-container h2{margin-bottom:8px}.inquiry-form-container p{color:#64748b;margin-bottom:32px}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:500;margin-bottom:6px;color:#0f1d2e}.form-group input,.form-group textarea{padding:12px 16px;border:2px solid #E2E8F0;border-radius:8px;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#1e3a8a}.submit-btn{width:100%;padding:16px;margin-top:16px}@media (max-width: 1024px){.product-main{grid-template-columns:1fr;gap:32px}}@media (max-width: 768px){.tabs{flex-wrap:wrap}.tab{flex:1;text-align:center}.form-row{grid-template-columns:1fr}.btn-orange,.btn-white{width:100%;justify-content:center}.product-actions{flex-direction:column;align-items:stretch}}@media (max-width: 480px){.main-image img{height:250px}.product-detail-content{padding:20px 0}.product-info-section,.product-details,.inquiry-section{padding:20px}.form-group input,.form-group textarea{font-size:.95rem}.tab{font-size:.9rem}}.category-page-b{background-color:#f8fafc;min-height:100vh}.category-hero-b{background:linear-gradient(135deg,#1e3a8a,#3b82f6);padding:50px 0 60px;color:#fff;text-align:center}.back-link-b{display:inline-flex;align-items:center;gap:8px;color:#fff;text-decoration:none;font-weight:500;margin-bottom:24px;padding:8px 16px;border:1px solid rgba(255,255,255,.3);border-radius:6px;transition:all .3s ease}.back-link-b:hover{background-color:#ffffff1a;border-color:#ffffff80}.hero-title{font-size:48px;font-weight:700;margin-bottom:16px}.hero-subtitle{font-size:18px;opacity:.9;max-width:600px;margin:0 auto}.category-search-section{background:#fff;padding:40px 0;box-shadow:0 2px 8px #0000001a}.search-bar-b{display:flex;gap:16px;align-items:center}.search-input-wrapper-b{position:relative;flex:1}.search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#64748b}.search-input:focus{border-color:#1e3a8a}.view-controls{display:flex;gap:8px}.view-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;border:2px solid #E2E8F0;background:#fff;border-radius:6px;cursor:pointer;transition:all .3s ease}.view-btn.active{background-color:#1e3a8a;color:#fff;border-color:#1e3a8a}.view-btn:hover:not(.active){border-color:#cbd5e1;background-color:#f8fafc}.category-results{padding:40px 0}.results-header{margin-bottom:32px}.results-header h2{font-size:32px;font-weight:700;color:#0f1d2e;margin-bottom:8px}.results-count{color:#64748b;font-size:16px}.search-form{display:flex;align-items:center;gap:.75rem;flex-wrap:nowrap}.search-input{flex:1;min-width:0;padding:.5rem .75rem;border:1px solid #ccc;border-radius:4px;font-size:1rem}.advanced-filters{display:flex;gap:.5rem}@media (max-width: 768px){.search-form{flex-direction:column;align-items:stretch}.advanced-filters{flex-direction:row;justify-content:flex-start;flex-wrap:wrap}}.section-header-b{background:linear-gradient(135deg,#1e3a8a,#3b82f6);padding:40px 0;text-align:center;color:#fff;margin-bottom:40px}.section-title-b{font-size:32px;font-weight:700;margin-bottom:8px}.section-subtitle{font-size:16px;opacity:.9;max-width:600px;margin:0 auto}.brands-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:24px;padding:0 20px;margin-bottom:20px}.brand-card-b{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease;border-top:4px solid #f97316}.brand-card-b:hover{transform:translateY(-4px);box-shadow:0 8px 25px #00000026}.brand-header-b{display:flex;align-items:center;gap:16px;margin-bottom:20px}.brand-logo-b{width:60px;height:60px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:18px;flex-shrink:0}.brand-info-b{flex:1}.brand-name-b{font-size:20px;font-weight:600;color:#0f1d2e;margin-bottom:4px}.brand-company-b{color:#64748b;font-size:14px;margin:0}.brand-products-b{height:140px;margin-bottom:24px;overflow:hidden}.brand-products-b h4{font-size:14px;font-weight:600;color:#0f1d2e;margin-bottom:8px}.brand-products-b ul{list-style:none;padding:0;margin:0}.brand-products-b li{color:#64748b;font-size:14px;padding:2px 0}.brand-actions-b{display:flex;gap:12px}.btn{padding:10px 20px;border-radius:6px;font-weight:500;text-decoration:none;display:inline-block;text-align:center;cursor:pointer;border:none;transition:all .3s ease;font-size:14px;flex:1}.btn-primary-b{font-weight:700!important;text-decoration:underline!important;background-color:#fff;color:#f97316}.btn-primary-b:hover{color:#1e3a8a}.pagination-b{margin-top:20px;text-align:center;margin-bottom:30px}@media (max-width: 768px){.brands-page{padding:60px 0 40px}.section-header-b{padding:30px 20px;margin-bottom:30px}.section-title-b{font-size:24px}.section-subtitle{font-size:14px}.brands-grid{grid-template-columns:repeat(2,1fr);gap:16px;padding:0 10px}.brand-card-b{padding:20px}.brand-header-b{gap:12px}.brand-logo-b{width:50px;height:50px;font-size:16px}.brand-name-b{font-size:18px}.brand-actions-b{flex-direction:column}}@media (max-width: 480px){.section-header-b{padding:20px 15px}.section-title-b{font-size:20px}.section-subtitle{font-size:13px}.brands-grid{grid-template-columns:1fr}.brand-card-b{padding:16px}.brand-logo-b{width:45px;height:45px;font-size:14px}.brand-name-b{font-size:16px}.brand-company-b,.brand-products-b li{font-size:13px}.btn{font-size:13px;padding:8px 16px}}:root{--primary-color: #1e3a8a;--secondary-color: #f97316;--light-bg: #f8fafc;--text-dark: #0f1d2e;--text-light: #64748b;--max-container-width: 1200px}body{font-family:Inter,sans-serif;margin:0;padding:0;background-color:#fff;color:var(--text-dark)}.container{max-width:var(--max-container-width);margin:0 auto;padding:0 20px}.brand-hero{background:linear-gradient(135deg,#1e3a8a,#3b82f6);padding:40px 0;color:#fff}.hero-content{display:flex;align-items:center;gap:40px;flex-wrap:wrap}.brand-logo-large{width:120px;height:120px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:36px;background-color:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-shrink:0;font-weight:700;color:#fff}.hero-info{flex:1}.back-link-bd{display:inline-flex;align-items:center;gap:8px;color:#fff;text-decoration:none;font-weight:500;margin-bottom:24px;padding:8px 16px;border:1px solid rgba(255,255,255,.3);border-radius:6px;transition:all .3s ease}.back-link-bd:hover{background-color:#ffffff1a;border-color:#ffffff80}.brand-title{font-size:clamp(28px,5vw,48px);font-weight:700;margin-bottom:8px}.brand-subtitle{font-size:clamp(18px,3vw,24px);font-weight:400;margin-bottom:16px;opacity:.9}.brand-description{font-size:clamp(16px,2.5vw,18px);line-height:1.6;margin-bottom:32px;opacity:.9;max-width:600px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.btn-primary-large,.btn-outline-large,.btn-cta-primary,.btn-cta-outline,.btn-product{padding:14px 28px;font-size:clamp(14px,2vw,18px);font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all .3s ease}.btn-primary-large{background-color:var(--secondary-color);color:#fff}.btn-primary-large:hover{background-color:#e55a00}.btn-outline-large{background-color:transparent;color:#fff;border:1px solid white}.btn-outline-large:hover{background-color:#fff;color:var(--primary-color)}.btn-product{background-color:var(--secondary-color);color:#fff;width:100%}.btn-product:hover{background-color:#e55a00}.btn-cta-primary{background-color:#fff;color:var(--secondary-color)}.btn-cta-primary:hover{background-color:var(--light-bg)}.btn-cta-outline{background-color:transparent;color:#fff;border:2px solid white}.btn-cta-outline:hover{background-color:#fff;color:var(--secondary-color)}.about-section-details-details-details{padding:20px 0;background-color:var(--light-bg)}.section-title-about{margin-bottom:15px;margin-top:20px}.section-title{font-size:clamp(24px,5vw,32px);font-weight:700;text-align:center;margin-bottom:20px;color:var(--text-dark)}.about-content{display:grid;grid-template-columns:2fr 1fr;gap:30px;align-items:start}.about-text{font-size:clamp(14px,2vw,16px);line-height:1.8;color:var(--text-light)}.about-text p{margin-bottom:24px}.stats-grid-bd{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.stat-item{background:#fff;padding:20px;border-radius:12px;box-shadow:0 2px 8px #0000001a;text-align:center}.stat-label{font-size:14px;color:var(--text-light);margin-bottom:8px}.stat-value{font-size:24px;font-weight:700;color:var(--text-dark)}.company-overview{padding:30px 0;background-color:#fff}.video-container{display:flex;justify-content:center}.video-placeholder{background:linear-gradient(135deg,#002fd6 30%,#3971ff 70%);border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:transform .3s ease}.video-placeholder:hover{transform:scale(1.02)}.play-button{width:80px;height:80px;background-color:#4f83ff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;margin-bottom:16px}.video-placeholder:hover .play-button{background-color:var(--primary-color)}.video-text{font-size:18px;font-weight:500}.product-range{padding:20px 0;background-color:var(--light-bg)}.product-icon{text-align:center;margin-bottom:24px}.icon-circle{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#002fd6 30%,#3971ff 70%);display:inline-flex;align-items:center;justify-content:center;font-size:32px}.product-name{font-size:24px;font-weight:700;text-align:center;margin-bottom:16px}.product-description{font-size:16px;color:var(--text-light);text-align:center;margin-bottom:24px;line-height:1.6}.product-specs-bd{margin-bottom:32px}.brand-thumbnail{width:180px;height:150px;-o-object-fit:fill;object-fit:fill;border-radius:10px}.manufacturing-excellence{padding:80px 0;background-color:#fff}.excellence-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:32px}.excellence-item{background:var(--light-bg);border-radius:12px;padding:32px 20px;text-align:center;transition:transform .3s ease}.excellence-item:hover{transform:translateY(-4px)}.excellence-icon{font-size:48px;margin-bottom:16px}.excellence-title{font-size:16px;font-weight:600;color:var(--text-dark)}.cta-title{font-size:clamp(28px,5vw,36px);font-weight:700;margin-bottom:16px;text-align:center}.cta-description{font-size:clamp(16px,2vw,18px);line-height:1.6;max-width:600px;margin:0 auto 32px;opacity:.9;text-align:center}.cta-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}@media (max-width: 992px){.about-content{grid-template-columns:1fr;gap:40px}.hero-content{flex-direction:column;text-align:center;gap:24px}.hero-actions{justify-content:center}.excellence-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.stat-value{font-size:.9rem}.brand-logo-large{width:100px;height:100px;font-size:24px}.excellence-grid{grid-template-columns:1fr}.btn-cta-primary,.btn-cta-outline{width:100%;max-width:300px}.btn-apply,.btn-clear{text-align:center!important;font-size:.8rem;font-weight:400;min-width:auto;width:100%}.pagination button,span{font-size:.8rem}.video-container video{width:295px;height:200px}}.page-container{background-color:#f8fafc;min-height:calc(100vh - 140px);padding:80px 0}.page-header{text-align:center;margin-bottom:48px}.page-title{color:#0f1d2e;font-size:20px;font-weight:700;margin-bottom:16px}.page-content{background:#fff;border-radius:12px;padding:48px;box-shadow:0 4px 16px #0000000d;max-width:800px;margin:0 auto}.page-content h2{color:#0f1d2e;font-size:24px;font-weight:600;margin-bottom:16px;margin-top:32px}.page-content h2:first-child{margin-top:0}.page-content p{color:#64748b;line-height:1.6;margin-bottom:16px}.page-content ul,.page-content ol{color:#64748b;line-height:1.6;margin-bottom:16px;padding-left:24px}.page-content li{margin-bottom:8px}@media (max-width: 768px){.page-container{padding:40px 0}.page-title{font-size:32px}.page-content{padding:32px 24px;margin:0 16px}}@media (max-width: 480px){.page-title{font-size:28px}.page-content{padding:24px 16px}}.dashboard-header h1{margin-top:20px;color:#0f1d2e;font-size:36px;font-weight:700;margin-bottom:8px;position:relative;display:inline-block;padding-bottom:6px}.dashboard-header h1:after{content:"";position:absolute;width:60px;height:4px;background:#1e3a8a;bottom:0;left:0;border-radius:2px}.stat-card{background:linear-gradient(135deg,#e0ebff,#fff);padding:28px;border-radius:14px;box-shadow:0 6px 12px #1c52ff1a;display:flex;align-items:center;gap:18px;transition:box-shadow .3s ease}.stat-card:hover{box-shadow:0 10px 20px #1c52ff40}.stat-icon{width:56px;height:56px;background:#1e3a8a;color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 6px #1c52ff4d}.stat-content h3{color:#0f1d2e;font-size:32px;font-weight:800;margin-bottom:6px}.quick-actions{background:#fff;padding:36px;border-radius:14px;box-shadow:0 6px 15px #00000012}.action-card{padding:28px;border:2px solid #E2E8F0;border-radius:14px;text-decoration:none;text-align:center;transition:all .3s ease;cursor:pointer;background:#fff;box-shadow:0 2px 6px #0000000d;display:flex;flex-direction:column;align-items:center;justify-content:center}.action-card:hover{border-color:#1e3a8a;transform:scale(1.05);box-shadow:0 10px 25px #1c52ff33;background:#f0f5ff}.action-card svg{color:#1e3a8a;margin-bottom:18px}.action-card h3{color:#0f1d2e;font-size:20px;font-weight:700;margin-bottom:12px}.action-card p{color:#64748b;font-size:15px;max-width:180px}@media (max-width: 768px){.dashboard-header h1{font-size:28px}.stats-grid,.actions-grid{grid-template-columns:1fr}.quick-actions{padding:24px}}.distributor-brands-page{background-color:#f8fafc;padding:40px 0;min-height:calc(100vh - 140px)}.distributor-page-header{text-align:center;margin-bottom:48px}.distributor-back-link{display:inline-flex;align-items:center;gap:8px;color:#1e3a8a;text-decoration:none;font-weight:500;margin-bottom:24px;padding:8px 16px;border:1px solid #E2E8F0;border-radius:6px;transition:all .3s ease}.distributor-back-link:hover{background-color:#f1f5f9;border-color:#1e3a8a}.distributor-page-header h1{color:#0f1d2e;font-size:32px;font-weight:700;margin-bottom:8px}.distributor-page-header p{color:#64748b;font-size:16px}.distributor-search-bar{margin-bottom:32px}.distributor-search-wrapper{position:relative;max-width:400px;margin:0 auto}.distributor-search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#64748b}.distributor-search-input{width:100%;padding:12px 16px 12px 48px;border:2px solid #E2E8F0;border-radius:8px;font-size:16px;outline:none;transition:border-color .3s ease}.distributor-search-input:focus{border-color:#1e3a8a}.distributor-brands-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;margin-bottom:32px}.distributor-brand-card{background:#fff;padding:24px;border-radius:12px;box-shadow:0 2px 8px #0000001a;text-align:center;cursor:pointer;transition:all .3s ease}.distributor-brand-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.distributor-brand-card img.brand-logo{width:80px;height:80px;border-radius:8px;margin:0 auto 16px}.distributor-brand-card h3{color:#0f1d2e;font-size:20px;font-weight:600;margin-bottom:8px}.distributor-brand-card p{color:#64748b;margin-bottom:20px}.products-section{margin-top:32px}.section-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-bottom:32px;gap:16px}.section-header h2{color:#0f1d2e;font-size:24px;font-weight:600}.distributor-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;margin-bottom:32px}.distributor-product-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000001a;cursor:pointer;transition:all .3s ease;border:2px solid transparent;position:relative}.distributor-product-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.distributor-product-card.selected{border-color:#10b981;background-color:#f0fdf4}.product-checkbox{position:absolute;top:16px;right:16px;width:24px;height:24px;border:2px solid #E2E8F0;border-radius:4px;display:flex;align-items:center;justify-content:center;background:#fff}.distributor-product-card.selected .product-checkbox{border-color:#10b981;background-color:#10b981;color:#fff}.product-image{width:100%;height:220px;background-color:#f1f5f9;border-radius:8px;margin-bottom:16px;overflow:hidden}.product-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-info h3{color:#0f1d2e;font-size:16px;font-weight:600;margin-bottom:4px}.product-category{color:#64748b;font-size:14px;margin-bottom:8px}.product-price{color:#f97316;font-size:16px;font-weight:600}.btn{padding:10px 20px;border-radius:6px;font-weight:500;text-decoration:none;display:inline-block;text-align:center;cursor:pointer;border:none;transition:all .3s ease;font-size:14px}.btn-primary:disabled{background-color:#cbd5e1;cursor:not-allowed}.btn-secondary{background-color:#64748b;color:#fff}.btn-secondary:hover{background-color:#475569}@media (max-width: 768px){.section-header{flex-direction:column;align-items:stretch;text-align:center}.distributor-brands-grid,.distributor-products-grid{grid-template-columns:1fr}.distributor-search-wrapper{max-width:100%;padding:0 16px}.distributor-search-input{font-size:14px;padding:10px 14px 10px 40px}.distributor-page-header h1{font-size:24px}.distributor-page-header p{font-size:14px}.distributor-brand-card img.brand-logo{width:60px;height:60px}.product-image{height:180px}}.my-products-page{background-color:#f8fafc;min-height:calc(100vh - 140px);padding:40px 0}.products-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;gap:20px}.search-bar{flex:1;max-width:400px}.products-table{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.table-header{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr 120px;gap:16px;padding:20px;background:#f8fafc;font-weight:600;color:#0f1d2e;border-bottom:1px solid #E2E8F0}.table-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr 120px;gap:16px;padding:20px;border-bottom:1px solid #F1F5F9;align-items:center;transition:background-color .3s ease}.table-row:hover{background-color:#f8fafc}.product-cell{display:flex;align-items:center;gap:12px}.product-cell img{width:50px;height:50px;border-radius:6px;-o-object-fit:cover;object-fit:cover}.product-cell span{font-weight:500;color:#0f1d2e}.action-btn{width:32px;height:32px;border:none;border-radius:6px;background:#f1f5f9;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}@media (max-width: 768px){.products-controls{flex-direction:column;align-items:stretch}.search-bar{max-width:none}.table-header,.table-row{grid-template-columns:1fr;gap:8px}.table-header{display:none}.table-row{padding:16px;display:block}.product-cell{margin-bottom:12px}.actions{margin-top:12px;justify-content:flex-end}}.leads-page{background-color:#f8fafc;min-height:calc(100vh - 140px);padding:40px 0}.leads-tabs{display:flex;gap:8px;margin-bottom:32px;background:#fff;padding:8px;border-radius:8px;box-shadow:0 2px 8px #0000001a}.tab{padding:8px 16px;background:none;border:none;border-radius:6px;cursor:pointer;font-weight:500;color:#64748b;transition:all .3s ease}.tab.active{background-color:#1e3a8a;color:#fff}.tab:hover:not(.active){background-color:#f1f5f9;color:#0f1d2e}.leads-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:24px}.lead-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000001a;transition:all .3s ease}.lead-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.lead-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.customer-info h3{color:#0f1d2e;font-size:18px;font-weight:600;margin-bottom:4px}.customer-info p{color:#64748b;font-size:14px}.status-new{background-color:#dbeafe;color:#1e40af}.status-responded{background-color:#fef3c7;color:#d97706}.status-closed{background-color:#dcfce7;color:#166534}.lead-content{margin-bottom:20px}.product-info{margin-bottom:16px;padding:12px;background:#f8fafc;border-radius:8px}.product-info strong{color:#0f1d2e;display:block;margin-bottom:4px}.product-info p{color:#64748b;font-size:14px}.contact-info{margin-bottom:16px}.contact-item{display:flex;align-items:center;gap:8px;margin-bottom:8px;color:#64748b;font-size:14px}.contact-item svg{color:#1e3a8a}.message{background:#f1f5f9;padding:12px;border-radius:8px;border-left:3px solid #1e3a8a}.message p{color:#475569;font-style:italic;margin:0}.lead-actions{display:flex;gap:12px}.btn{padding:8px 16px;border-radius:6px;font-weight:500;border:none;cursor:pointer;display:flex;align-items:center;gap:8px;font-size:14px;transition:all .3s ease;flex:1;justify-content:center}.btn-secondary{background-color:#10b981;color:#fff}.btn-secondary:hover{background-color:#059669}@media (max-width: 768px){.leads-grid{grid-template-columns:1fr}.lead-header{flex-direction:column;gap:12px;align-items:flex-start}.lead-actions{flex-direction:column}.leads-tabs{flex-wrap:wrap}}.profile-page{background-color:#f8fafc;min-height:calc(100vh - 140px);padding:40px 0}.profile-content{display:grid;grid-template-columns:300px 1fr;gap:32px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.profile-sidebar{background:#f8fafc;padding:32px 24px;text-align:center}.profile-avatar{position:relative}.profile-avatar img{width:120px;height:120px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:4px solid white;box-shadow:0 4px 8px #0000001a}.upload-btn{position:absolute;bottom:0;right:20px;width:36px;height:36px;background:#1e3a8a;color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0000001a}.profile-summary h3{color:#0f1d2e;font-size:20px;font-weight:600;margin-bottom:8px}.profile-summary p{color:#64748b;font-size:14px;margin-bottom:4px}.profile-form-section{padding:32px}.profile-form{max-width:600px}.form-section h3{color:#0f1d2e;font-size:18px;font-weight:600;margin-bottom:20px}.submit-btn{background-color:#1e3a8a;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background-color .3s ease;margin-top:24px}.submit-btn:hover{background-color:#1e3a8a}@media (max-width: 768px){.profile-content{grid-template-columns:1fr}.profile-sidebar,.profile-form-section{padding:24px 16px}.form-row{grid-template-columns:1fr}}@media (max-width: 480px){.form-row:has(.form-group:nth-child(3)){grid-template-columns:1fr 1fr 1fr}}.back-btn{display:flex;align-items:center;gap:8px;color:#64748b;text-decoration:none;font-weight:500;transition:color .3s ease}.back-btn:hover{color:#0f1d2e}.btn-primary:hover{background-color:#1e3a8a}.form-section{margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid #F1F5F9}.form-section:last-of-type{border-bottom:none}.form-section h2,.form-section h3{color:#0f1d2e;font-size:18px;font-weight:600;margin-bottom:20px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.form-row:last-child{margin-bottom:0}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{color:#0f1d2e;font-size:14px;font-weight:500}.form-input,.form-textarea{padding:12px 16px;border:2px solid #E2E8F0;border-radius:8px;font-size:14px;transition:border-color .3s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:#1e3a8a}.form-textarea{resize:vertical;min-height:100px}.content-editor{min-height:300px;font-family:Courier New,monospace}.form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:32px;padding-top:24px;border-top:1px solid #F1F5F9}.actions{display:flex;gap:8px}.status{padding:4px 12px;border-radius:20px;font-size:12px;font-weight:500;text-transform:uppercase}.status.active,.status.published{background-color:#dcfce7;color:#166534}.status.inactive,.status.draft{background-color:#fee2e2;color:#dc2626}.status.new{background-color:#dbeafe;color:#1d4ed8}.status.in-progress{background-color:#fef3c7;color:#d97706}.status.completed{background-color:#dcfce7;color:#166534}.priority{padding:4px 12px;border-radius:20px;font-size:12px;font-weight:500;text-transform:uppercase}.priority.high{background-color:#fee2e2;color:#dc2626}.priority.medium{background-color:#fef3c7;color:#d97706}.priority.low{background-color:#f0f9ff;color:#0369a1}@media (max-width: 768px){.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}}.admin-dashboard{background-color:#f8fafc;min-height:calc(100vh - 140px);padding:40px 0}.dashboard-header{text-align:center;margin-bottom:48px;position:relative}.dashboard-header h1{color:#0f1d2e;font-size:36px;font-weight:700;margin-bottom:8px;position:relative}.dashboard-header h1:after{content:"";position:absolute;width:60px;height:4px;background:#1e3a8a;bottom:-12px;left:50%;transform:translate(-50%);border-radius:2px}.dashboard-header p{color:#64748b;font-size:18px;margin-top:16px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px;margin-bottom:48px}.stat-card{background:#fff;padding:24px;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;gap:16px;transition:all .3s ease}.stat-card:hover{background-color:#f0f4ff;cursor:pointer;box-shadow:0 4px 8px #007bff33}.stat-icon{width:48px;height:48px;border-radius:8px;display:flex;align-items:center;justify-content:center}.stat-content h3{color:#0f1d2e;font-size:28px;font-weight:700}.stat-content p{color:#64748b;font-size:14px}.quick-actions{background:#fff;padding:32px;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:32px}.quick-actions h2{color:#0f1d2e;font-size:24px;font-weight:600;margin-bottom:24px;text-align:center}.actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.action-card{padding:24px;border:2px solid #E2E8F0;border-radius:12px;text-decoration:none;text-align:center;transition:all .3s ease}.action-card:hover{border-color:#1e3a8a;transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.action-card svg{color:#1e3a8a;margin-bottom:16px}.action-card h3{color:#0f1d2e;font-size:18px;font-weight:600;margin-bottom:8px}.action-card p{color:#64748b;font-size:14px}.recent-activity{background:#fff;padding:32px;border-radius:12px;box-shadow:0 2px 8px #0000001a}.recent-activity h2{color:#0f1d2e;font-size:24px;font-weight:600;margin-bottom:14px;text-align:center}.activity-list{display:flex;flex-direction:column;gap:16px}.activity-item{display:flex;align-items:flex-start;gap:12px;padding:16px;border-radius:8px;background:#f8fafc}.activity-icon{width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.activity-content p{margin:0;color:#0f1d2e;font-size:14px}.activity-time{color:#64748b;font-size:12px}@media (max-width: 1024px){.dashboard-header h1{font-size:32px}.dashboard-header p{font-size:16px}.quick-actions,.recent-activity{padding:24px}}@media (max-width: 768px){.dashboard-header h1{font-size:28px}.dashboard-header p{font-size:15px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:16px}.actions-grid{grid-template-columns:1fr;gap:16px}.stat-card,.action-card{flex-direction:column;align-items:center;text-align:center}.stat-content h3{font-size:22px}.quick-actions h2,.recent-activity h2{font-size:20px}.activity-item{flex-direction:row;align-items:flex-start}.activity-icon{margin-bottom:8px}}@media (max-width: 480px){.dashboard-header h1{font-size:24px}.dashboard-header p{font-size:14px}.stat-content h3{font-size:20px}.stat-content p,.action-card p,.activity-content p{font-size:13px}.activity-time{font-size:11px}}.admin-brands{background-color:#f8fafc;min-height:calc(100vh - 140px);padding:40px 0}.brands-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:32px;gap:20px}.header-content h1{color:#0f1d2e;font-size:clamp(24px,5vw,32px);font-weight:700;margin-bottom:8px}.header-content p{color:#64748b;font-size:16px}.btn{padding:12px 24px;border-radius:8px;font-weight:600;text-decoration:none;border:none;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s ease;font-size:14px}.btn-primary{background-color:#1e3a8a;color:#fff}.btn-primary:hover{background-color:#1e40af}.btn-secondary{background-color:#e2e8f0;color:#0f1d2e}.btn-secondary:hover{background-color:#cbd5e1}.btn-danger{background-color:#dc2626;color:#fff}.btn-danger:hover{background-color:#b91c1c}.brands-controls{display:flex;justify-content:flex-start;align-items:center;margin-bottom:32px;gap:20px;flex-wrap:wrap}.search-bar{position:relative;max-width:400px;flex:1}.search-bar svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#64748b}.search-bar input{width:100%;padding:12px 16px 12px 44px;border:2px solid #E2E8F0;border-radius:8px;font-size:14px;transition:border-color .3s ease}.search-bar input:focus{outline:none;border-color:#1e3a8a}.brand-cell{display:flex;align-items:center;gap:12px}.brand-cell img{width:50px;height:50px;border-radius:6px;-o-object-fit:cover;object-fit:cover}.brand-cell span{font-weight:500;color:#0f1d2e}.status{padding:4px 12px;border-radius:20px;font-size:12px;font-weight:500;text-transform:uppercase;display:inline-block;width:-moz-fit-content;width:fit-content}.status.active{background-color:#dcfce7;color:#166534}.status.inactive{background-color:#fee2e2;color:#dc2626}.actions{display:flex;gap:8px;justify-content:start;flex-wrap:wrap}.action-btn{width:32px;height:32px;border:none;border-radius:6px;background:#f1f5f9;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;text-decoration:none}.action-btn:hover{background:#e2e8f0;color:#0f1d2e}.action-btn.danger:hover{background:#fee2e2;color:#dc2626}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.delete-modal{background:#fff;padding:32px;border-radius:12px;max-width:400px;width:90%}.delete-modal h3{color:#0f1d2e;font-size:20px;font-weight:600;margin-bottom:16px}.delete-modal p{color:#64748b;margin-bottom:24px}.modal-actions{display:flex;gap:12px;justify-content:flex-end}.brands-filters{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.filter-select{padding:.5rem;border-radius:6px;border:1px solid #ccc;font-size:14px;box-sizing:border-box;flex:0 0 150px}.brands-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;gap:20px}.header-content h1{margin-bottom:8px}.brands-header>div:last-child{display:flex;gap:1rem;align-items:center;justify-content:center}.actions-td{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;padding:8px}@media (max-width: 768px){.admin-brands{padding:20px 10px;min-height:auto}.filter-select{flex:1 1 calc(50% - .75rem);min-width:0}.brands-header{flex-direction:column;align-items:flex-start;gap:1rem}.brands-header>div:last-child{width:100%;display:flex;justify-content:flex-start;flex-wrap:nowrap;gap:.75rem}.brands-header>div:last-child a{flex:0 0 auto;min-width:140px}}@media (max-width: 480px){.container{padding:0 12px}.header-content h1{font-size:20px}.header-content p{font-size:14px}.search-bar{max-width:100%;flex:1 1 100%}.brands-header>div:last-child a{min-width:120px;flex-grow:1}.brand-cell{flex-direction:column;align-items:flex-start;gap:8px}.actions{justify-content:flex-start}}.admin-brand-container{min-height:100vh;background-color:#f9fafb}.page-heading{padding:1rem 2rem;font-size:1.25rem;font-weight:600}.view-header{display:flex;flex-direction:column}@media (min-width: 768px){.view-header{flex-direction:row;justify-content:space-between;align-items:center}}.view-header-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-start;align-items:center;margin-top:1rem}.btn-clear,.btn-apply{text-align:center!important;display:flex;align-items:center;gap:.5rem;font-weight:500;padding:.5rem 1rem!important;border-radius:6px;text-decoration:none;white-space:nowrap}.admin-brand-view{margin-bottom:3rem;display:flex;flex-direction:column;gap:2rem}.card-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.card-grid{grid-template-columns:repeat(2,1fr)}}.brand-card{background-color:#fff;padding:1.75rem;border-radius:12px;box-shadow:0 2px 10px #0000000d}.brand-row{display:flex;flex-direction:column;justify-content:flex-start}.brand-header{display:flex;gap:1rem;align-items:start;justify-content:start}.brand-header img{width:80px;height:80px;-o-object-fit:contain;object-fit:contain;border-radius:8px;background-color:#f9fafb;border:1px solid #e5e7eb}.brand-header h1{font-size:1.5rem;margin:0;font-weight:600}.status{display:inline-block;padding:.25rem .5rem;border-radius:6px;font-size:.875rem;font-weight:500;margin-top:.25rem}.status.active{background-color:#d1fae5;color:#065f46}.status.inactive{background-color:#fee2e2;color:#991b1b}.brand-description{text-align:start;margin-top:1rem;color:#374151;line-height:1.6}.brand-stats{display:flex;flex-wrap:wrap;gap:2rem;margin-top:1.5rem}.brand-stat{display:flex;align-items:center;gap:.75rem}.brand-stat h4{margin:0;font-size:1.125rem;font-weight:600}.brand-stat p{margin:0;font-size:.875rem;color:#6b7280}.section-title-brand{text-align:start;font-size:1.25rem;margin-bottom:1rem;font-weight:600}.contact-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 600px){.contact-grid{grid-template-columns:1fr 1fr}}.contact-item label{font-weight:600;color:#374151;font-size:.875rem}.contact-item div{font-size:1rem;color:#111827;margin-top:.25rem}.contact-item a{color:#2563eb;text-decoration:underline;word-break:break-all}.spinner-wrapper{display:flex;justify-content:center;padding:2rem}.error{color:red}.admin-dist-container{max-width:1100px;margin:0 auto}.admin-dist-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.admin-dist-back-link{display:flex;align-items:center;gap:.5rem;color:#1e3a8a;text-decoration:none;font-weight:500}.admin-dist-edit-btn{background-color:#1e3a8a;color:#fff;display:flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;border-radius:6px;text-decoration:none;font-weight:500}.admin-dist-card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #0000000d;margin-bottom:2rem}.admin-dist-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.admin-dist-status{padding:.3rem .8rem;border-radius:5px;font-size:.875rem;font-weight:500;text-transform:capitalize}.admin-dist-status.active{background-color:#d1fae5;color:#065f46}.admin-dist-status.inactive{background-color:#fee2e2;color:#991b1b}.admin-dist-stats{display:flex;flex-wrap:wrap;gap:2rem}.admin-dist-stat-item{display:flex;align-items:center;gap:1rem;flex:1 1 200px}.admin-dist-stat-icon{color:#6366f1;width:28px;height:28px}.admin-dist-contact-card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #0000000d}.admin-dist-contact-card h2{margin-bottom:1rem;font-size:1.25rem}.admin-dist-contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem}.admin-dist-contact-item label{display:block;font-size:.875rem;color:#6b7280;margin-bottom:.3rem}.admin-dist-contact-item a,.admin-dist-contact-item span{font-weight:500;color:#111827;word-break:break-word}.admin-dist-bottom-back{margin-top:2rem;text-align:left}.admin-dist-loading{text-align:center;padding:3rem;color:#6b7280;font-size:1rem}.admin-dist-edit-container{max-width:960px;margin:0 auto;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000000d}.admin-dist-edit-header-title{margin-top:20px;text-align:center}.admin-dist-edit-header{margin-bottom:1.5rem}.admin-dist-edit-back{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;color:#1e3a8a;font-weight:500}.admin-dist-edit-form{display:flex;flex-direction:column;gap:2rem}.admin-dist-edit-section h2{font-size:1.2rem;margin-bottom:1rem;color:#111827}.admin-dist-edit-group{flex:1 1 45%;display:flex;flex-direction:column}.admin-dist-edit-group label{margin-bottom:.5rem;font-size:.875rem;color:#374151}.admin-dist-edit-group input,.admin-dist-edit-group select,.admin-dist-edit-group textarea{padding:.6rem .8rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;background-color:#f9fafb}.admin-dist-edit-actions{display:flex;justify-content:space-between;align-items:center;margin-top:2rem}.admin-dist-edit-btn-secondary{background:#f3f4f6;padding:.6rem 1.2rem;border-radius:6px;color:#111827;text-decoration:none;border:1px solid #d1d5db}.admin-dist-edit-btn-primary{display:inline-flex;align-items:center;gap:.5rem;background:#1e3a8a;color:#fff;padding:.6rem 1.2rem;border-radius:6px;border:none;cursor:pointer}.admin-dist-edit-loading,.admin-dist-edit-error{padding:2rem;text-align:center;color:#6b7280}.leads-table{display:grid;grid-template-columns:repeat(8,1fr);background:#fff;box-shadow:0 2px 8px #0000001a;border-radius:8px;overflow-x:auto;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.leads-table-header,.leads-table-row{display:contents}.leads-table-header span{padding:25px;color:#000;font-weight:600;font-size:.95rem;border-bottom:2px solid lightgrey;white-space:nowrap}.leads-table-row>*{padding:12px 16px;font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;align-self:center}.leads-customer-cell{display:flex;flex-direction:column}.leads-customer-name{font-weight:600;color:#111827}.leads-customer-location{font-size:.85rem;color:#6b7280}.leads-status{font-weight:600;padding:4px 10px;border-radius:12px;display:inline-block;font-size:.85rem;text-transform:capitalize}.leads-status.pending{background-color:#fde68a;color:#854d0e}.leads-status.approved{background-color:#bbf7d0;color:#166534}.leads-status.rejected{background-color:#fecaca;color:#991b1b}.leads-priority{font-weight:700;font-size:.85rem;text-transform:uppercase;padding:4px 10px;border-radius:12px;display:inline-block}.leads-priority.low{background-color:#dbeafe;color:#1e40af}.leads-priority.medium{background-color:#fed7aa;color:#78350f}.leads-priority.high{background-color:#fecaca;color:#b91c1c}.leads-actions{display:flex;gap:10px}.leads-action-btn{border:none;background:none;cursor:pointer;color:#2563eb;padding:6px;border-radius:4px;transition:background-color .2s ease;display:inline-flex;align-items:center;justify-content:center}.leads-action-btn:hover{background-color:#e0e7ff}.leads-danger-btn{color:#dc2626}.leads-danger-btn:hover{background-color:#fee2e2}@media (max-width: 768px){.leads-table{grid-template-columns:repeat(8,minmax(120px,1fr))}.leads-table-header span,.leads-table-row>*{padding:8px 10px;font-size:.85rem}}.backButton:hover{background-color:#e0e7ff;border-color:#2563eb}.leads-header a{display:flex;align-items:center;gap:8px;font-weight:600;font-size:1rem;color:#2563eb;text-decoration:none;padding:8px 16px;border-radius:6px;transition:background-color .2s ease;border:1px solid transparent;cursor:pointer}.leads-header a:hover{background-color:#e0e7ff;border-color:#2563eb}.editButton{background-color:#2563eb;color:#fff!important;border-color:#2563eb}.editButton:hover{background-color:#1e40af;border-color:#1e40af}.leads-header a+a{margin-left:16px}.contentWrapper{margin-top:40px!important;max-width:900px;margin:0 auto;padding:24px;min-height:calc(100vh - 110px);background-color:#f9fafb;border-radius:12px;box-shadow:0 1px 6px #0000001a}.apply-filters-btn-pl{background-color:#1e3a8a;color:#fff!important;border:none;padding:12px 24px;border-radius:8px;font-weight:500;cursor:pointer;transition:background-color .3s ease}.apply-filters-btn-pl:hover{color:#1e3a8a!important}.infiniteLoader{display:flex;justify-content:center;align-items:center;height:200px}.leadTitle{font-size:2.5rem;font-weight:700;margin-bottom:32px;color:#111827;border-bottom:2px solid #e5e7eb;padding-bottom:2px;margin-top:20px}.leadSummaryCard{background:#fff;box-shadow:0 2px 12px #00000014;border-radius:12px;padding:32px;margin-bottom:48px}.statusPriorityTags{margin-top:24px}.infoCard{background:#fff;box-shadow:0 2px 12px #00000014;border-radius:12px;padding:32px}.pageFooter{text-align:center;padding:24px;color:#6b7280;border-top:1px solid #e5e7eb;margin-top:64px;font-size:.875rem;background-color:#fff}.spinner{animation:rotate 2s linear infinite}.path{stroke:#2563eb;stroke-dasharray:187;stroke-dashoffset:0;transform-origin:center;animation:dash 1.5s ease-in-out infinite}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dashoffset:187}50%{stroke-dashoffset:46.75;transform:rotate(135deg)}to{stroke-dashoffset:187;transform:rotate(450deg)}}.leadTitle{font-size:2rem;font-weight:700;margin-bottom:24px;color:#111827}.leadSummaryCard{background:#fff;box-shadow:0 2px 8px #0000000d;border-radius:12px;padding:24px;margin-bottom:40px}.summaryItems{display:flex;gap:24px;flex-wrap:wrap}.summaryItem{display:flex;align-items:center;gap:16px;flex:1 1 220px}.iconBlue{color:#2563eb}.statusPriorityTags{margin-top:20px}.statusTag,.priorityTag{display:inline-block;padding:6px 12px;border-radius:9999px;font-weight:600;font-size:14px;color:#fff;margin-right:10px}.status-new{background-color:#16a34a}.status-pending{background-color:#facc15;color:#78350f}.status-approved{background-color:#22c55e}.status-rejected{background-color:#ef4444}.status-default{background-color:#9ca3af}.priority-high{background-color:#b91c1c}.priority-medium{background-color:#eab308;color:#713f12}.priority-low{background-color:#2563eb}.priority-default{background-color:#6b7280}.detailsGrid{display:grid;grid-template-columns:1fr;gap:32px}@media (max-width: 640px){.contentWrapper{padding:16px;margin-top:20px}.leadTitle{font-size:1.5rem;text-align:center}.leads-header{flex-direction:column;align-items:stretch;gap:12px}.leads-header a{justify-content:center;width:100%;font-size:.95rem;padding:10px}.leads-header a+a{margin-left:0}.leadSummaryCard{padding:20px;margin-bottom:32px}.summaryItems{flex-direction:column;gap:16px}.summaryItem{flex:1 1 auto;gap:12px;padding:12px 0}.detailsGrid{grid-template-columns:1fr;gap:20px}.infoCard{padding:20px}.infoCard h2{font-size:1.125rem}.infoList{gap:12px}.projectDetailsList label,.description{font-size:.95rem}.statusPriorityTags{flex-direction:column;align-items:flex-start;gap:8px}.statusTag,.priorityTag{font-size:13px;padding:6px 10px}.btn-clear,.btn-apply{text-align:center!important;font-size:.95rem}.pageFooter{font-size:.75rem;padding:16px 8px}.errorMessage,.noDataMessage{font-size:1rem;padding:10px}}.infoCard{background:#fff;box-shadow:0 2px 8px #0000000d;border-radius:12px;padding:24px}.infoCard h2{font-size:1.25rem;font-weight:700;margin-bottom:20px;border-bottom:2px solid #e5e7eb;padding-bottom:8px;color:#111827}.infoList{display:flex;flex-direction:column;gap:16px}.infoItem{display:flex;align-items:center;gap:12px}.iconBlueSmall{color:#2563eb}.linkBlue{color:#2563eb;text-decoration:none}.linkBlue:hover{text-decoration:underline}.projectDetailsList label{font-weight:600;color:#374151}.projectDetailsList span{display:block;color:#111827;margin-top:4px}.description{margin-top:6px;white-space:pre-line;color:#4b5563}.errorMessage,.noDataMessage{margin-top:20px;text-align:center;font-size:1.125rem;color:#dc2626;font-weight:600}.pageFooter{text-align:center;padding:16px;color:#6b7280;border-top:1px solid #e5e7eb;margin-top:40px;font-size:.875rem}.apply-filters-btn-p-l{background-color:#1e3a8a;color:#fff!important;border:none;padding:12px 24px;border-radius:8px;font-weight:500;cursor:pointer;transition:background-color .3s ease}.apply-filters-btn-p-l:hover{background-color:#1e3a8a}/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;-o-tab-size:4;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer: coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.container{padding:1rem}.form-row{display:flex;flex-wrap:wrap;gap:1rem}.form-group{flex:1;min-width:100px}.form-row-submit{margin-top:20px;display:flex;justify-content:center}.btn-apply{text-align:center!important;padding:15px}.h2-c{text-align:start!important}@media (max-width: 768px){.form-row{flex-direction:column}h1{font-size:1.2rem!important}h2{font-size:1rem!important}.form-group{width:100%}.edit-header{flex-direction:column;align-items:flex-start}.edit-header h1{text-align:left;font-size:1.5rem;margin-top:1rem}.back-btn{width:100%;justify-content:center}.btn.btn-primary{width:100%}}.pf-container{background:#fff;border-radius:12px;padding:30px 28px;box-shadow:0 4px 12px #0000001a;max-width:800px;margin:20px auto;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333;display:flex;flex-direction:column;gap:20px}.pf-title{font-size:2rem;font-weight:700;margin-bottom:16px;color:#222;text-align:center}.pf-alert{padding:12px 16px;border-radius:8px;position:relative;margin-bottom:12px;font-weight:600}.pf-alert-success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.pf-alert-error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.pf-alert-close{position:absolute;top:6px;right:12px;background:transparent;border:none;font-size:1.2rem;font-weight:700;color:inherit;cursor:pointer}.pf-form{display:flex;flex-direction:column;gap:18px}.pf-form-group{display:flex;flex-direction:column;gap:6px}.pf-label{font-weight:600;font-size:1rem;color:#333}.pf-input,.pf-select,.pf-textarea{padding:10px 12px;font-size:1rem;border:1px solid #ccc;border-radius:6px;font-family:inherit;transition:border-color .3s ease;outline-offset:2px}.pf-input:focus,.pf-select:focus,.pf-textarea:focus{border-color:#007bff;outline:none}.pf-input-file{padding:6px 0}.pf-preview-wrapper{margin-top:8px;display:flex;flex-direction:column;gap:6px}.pf-preview-label{font-weight:600;font-size:.9rem}.pf-preview-img{max-width:100%;max-height:200px;border-radius:8px;-o-object-fit:contain;object-fit:contain;border:1px solid #ddd}.ql-container{border-radius:6px;min-height:150px;font-size:1rem}.pf-row{display:flex;gap:16px}.pf-col{flex:1 1 50%;display:flex;flex-direction:column;gap:6px}.pf-select-multiple{height:auto;min-height:100px;resize:vertical}.pf-form-text{font-size:.85rem;color:#666;margin-top:4px}.pf-form-group-status{max-width:200px}.pf-button{background-color:#1e3a8a;color:#fff;font-weight:700;padding:12px;border-radius:8px;border:none;font-size:1.1rem;cursor:pointer;transition:background-color .3s ease;align-self:center;min-width:180px;display:flex;justify-content:center;align-items:center;gap:8px}.pf-button:disabled{background-color:#6c757d;cursor:not-allowed}.pf-button:hover:not(:disabled){background-color:#0056b3}.spinner-wrapper{display:flex;justify-content:center;padding:0}@media (max-width: 768px){.pf-container{padding:24px 20px;margin:16px 12px}.pf-title{font-size:1.6rem}.pf-row{flex-direction:column}.pf-col{width:100%}.pf-form-group-status{max-width:100%}}@media (max-width: 480px){.pf-container{padding:16px 12px;margin:12px 8px}.pf-title{font-size:1.4rem}.pf-input,.pf-select,.pf-textarea,.pf-label{font-size:.95rem}.pf-button{font-size:.8rem!important}.pf-preview-img{max-height:150px}}.pf-container{background:#fff;border-radius:12px;padding:30px 28px;box-shadow:0 4px 12px #0000001a;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333;max-width:900px;margin:30px auto;display:flex;flex-direction:column;gap:24px}.pf-row{display:flex;gap:30px;flex-wrap:nowrap;align-items:flex-start}.pf-image-wrapper{flex:0 0 280px;max-width:280px}.pf-photo{width:100%;height:300px;border-radius:8px;-o-object-fit:contain;object-fit:contain}.pf-details{flex:1 1 auto;min-width:300px;border-left:1px solid #e2e8f0;padding-left:20px;display:flex;flex-direction:column;gap:12px}.pf-details p,.pf-details h3{margin:0;line-height:1.4;color:#333}.pf-details h3{font-weight:600;color:#444;margin-top:24px;margin-bottom:8px}.features-html{background-color:#f9fafb;border:1px solid #ddd;padding:26px;border-radius:8px;margin-top:4px;font-size:1rem;line-height:1.5;color:#444}.brand-ids ul{list-style-type:disc;margin-left:20px;padding-left:0;margin-top:6px;margin-bottom:0}.brand-ids li{margin-bottom:6px;font-size:1rem}.spinner-wrapper{display:flex;justify-content:center;padding:2rem 1rem}@media (max-width: 768px){.pf-container{padding:24px 20px;margin:20px 12px}.pf-row{flex-direction:column}.pf-image-wrapper{width:100%;max-width:100%;flex:none;margin-bottom:20px}.pf-photo{height:auto;max-height:300px}.pf-details{border-left:none;border-top:1px solid #e2e8f0;padding-left:0;padding-top:20px;min-width:0}.features-html{margin-top:12px}}@media (max-width: 480px){.pf-container{padding:16px 12px;margin:16px 8px}.pf-details p,.pf-details h3,.features-html,.brand-ids li{font-size:.9rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;line-height:1.6;color:#333}.container{max-width:1200px;margin:0 auto;padding:0 20px}.btn{padding:16px 32px;border-radius:4px;font-weight:500;text-decoration:none;display:inline-block;text-align:center;cursor:pointer;border:none;transition:all .3s ease;font-size:14px}.btn-primary{background-color:#f97316;color:#fff}.btn-primary:hover{background-color:#e55500}.btn-outline-white{background-color:transparent;color:#fff;border:2px solid white}.btn-outline-white:hover{background-color:#fff;color:#1e3a8a}.btn-outline-orange{background-color:transparent;color:#fff;border:2px solid white}.btn-outline-orange:hover{background-color:#fff;color:#f97316}@media (max-width: 768px){.container{padding:0 16px}.btn{padding:12px 24px;font-size:14px}}@media (max-width: 480px){.container{padding:0 12px}}
