@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{background:#fff;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh}.main-content{background:linear-gradient(180deg,#f8fafc 0,#fff);margin:0 auto;max-width:1400px;padding:2rem}.section{align-items:center;background:#fff;border-radius:20px;box-shadow:0 10px 40px #00000014;display:flex;flex-direction:column;justify-content:center;margin-bottom:2rem;min-height:80vh;padding:4rem 2rem;transition:all .3s ease}.section:hover{box-shadow:0 15px 50px #0000001f;transform:translateY(-5px)}.section h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e40af,#3b82f6);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;text-align:center}.section h2{color:#1e40af;font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.section p{color:#64748b;font-size:1.25rem;line-height:1.8;max-width:600px;text-align:center}@media screen and (max-width:1024px){.main-content{padding:1.5rem}.section{min-height:70vh;padding:3rem 1.5rem}.section h1{font-size:2.8rem}.section h2{font-size:2rem}.section p{font-size:1.1rem}}@media screen and (max-width:768px){.main-content{padding:1rem}.section{margin-bottom:1.5rem;min-height:60vh;padding:2.5rem 1.5rem}.section h1{font-size:2.2rem}.section h2{font-size:1.75rem}.section p{font-size:1rem}}@media screen and (max-width:480px){.main-content{padding:.75rem}.section{border-radius:15px;margin-bottom:1rem;min-height:50vh;padding:2rem 1rem}.section h1{font-size:1.8rem}.section h2{font-size:1.5rem}.section p{font-size:.95rem;line-height:1.6}}html{scroll-behavior:smooth}.navbar{background:#fff;box-shadow:0 2px 8px #0000001a;position:-webkit-sticky;position:sticky;top:0;transition:all .3s ease;width:100%;z-index:1000}.navbar-container{align-items:center;display:flex;gap:2rem;justify-content:space-between;margin:0;max-width:100%;padding:.65rem 2rem .65rem .6rem;position:relative}.navbar-brand{align-items:center;cursor:pointer;display:flex;flex-shrink:0;gap:1rem;text-decoration:none;transition:transform .3s ease}.navbar-brand:hover{transform:translateY(-2px)}.logo-container{align-items:center;display:flex;justify-content:center;position:relative}.logo-image{height:112px;object-fit:contain;transition:all .3s ease;width:112px}.logo-image:hover{transform:scale(1.05)}.logo-icon{align-items:center;background:linear-gradient(135deg,#f97316,#ea580c);border-radius:8px;box-shadow:0 2px 8px #f973164d;display:flex;height:10px;justify-content:center;transition:all .3s ease;width:10px}.logo-icon:hover{box-shadow:0 4px 12px #f9731666;transform:scale(1.05)}.logo-text{color:#fff;font-family:Inter,Segoe UI,sans-serif;font-size:2.75rem;font-weight:800;letter-spacing:1.5px}.company-info{align-items:flex-start;display:flex;flex-direction:column;gap:.15rem;justify-content:center}.company-name{color:#20753c;font-size:1.4rem;font-weight:800;letter-spacing:.5px;text-transform:uppercase}.company-name,.company-tagline{font-family:Inter,Segoe UI,sans-serif;line-height:1.1;margin:0}.company-tagline{color:#f97316;font-size:.92rem;font-weight:600;padding-bottom:.15rem}.company-divider{background:linear-gradient(90deg,#10b981,#059669 50%,#374151);height:2px;margin:.15rem 0;max-width:620px;width:90%}.contact-info{flex-wrap:wrap;gap:1rem;margin-top:.25rem}.contact-info,.contact-item{align-items:center;display:flex}.contact-item{color:#1e3a8a;font-family:Inter,Segoe UI,sans-serif;font-size:.92rem;font-weight:700;gap:.35rem}.contact-item svg{color:#f97316;flex-shrink:0;height:15px;width:15px}.nav-menu{align-items:center;display:flex;flex-shrink:0;gap:1.5rem;list-style:none;margin:0;padding:0}.nav-item,.nav-link{position:relative}.nav-link{color:#374151;display:inline-block;font-family:Inter,Segoe UI,sans-serif;font-size:.9rem;font-weight:500;padding:.5rem 0;text-decoration:none;transition:all .3s ease;white-space:nowrap}.nav-link:after{background:#f97316;border-radius:2px;bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link:hover{color:#f97316}.nav-link:hover:after{width:100%}.has-mega-menu{position:static}.mega-menu-trigger{align-items:center;cursor:pointer;display:flex;gap:.5rem}.chevron-icon{transition:transform .3s ease}.has-mega-menu:hover .chevron-icon{transform:rotate(180deg)}.mega-menu{background:#fff;box-shadow:0 8px 24px #0000001f;left:0;max-height:0;opacity:0;overflow:hidden;position:absolute;right:0;top:65%;transform:translateY(-10px);transition:all .3s ease;visibility:hidden}.mega-menu.active{max-height:500px;opacity:1;overflow-y:auto;transform:translateY(0);visibility:visible}.mega-menu-container{margin:0 auto;max-width:1400px;padding:1.5rem 2rem}.mega-menu-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr)}.mega-menu-category{display:flex;flex-direction:column}.category-title{border-bottom:2px solid #e5e7eb;color:#1f2937;font-size:1.1rem;font-weight:700;margin-bottom:.75rem;padding:.75rem 0;text-decoration:none;transition:all .3s ease}.category-title:hover{border-bottom-color:#06c;color:#06c}.category-products{list-style:none;margin:0;padding:0}.category-products li{margin-bottom:.5rem}.category-products a{border-radius:4px;color:#6b7280;display:block;font-size:.9rem;padding:.5rem .75rem;text-decoration:none;transition:all .2s ease}.category-products a:hover{background:#f3f4f6;color:#06c;padding-left:1rem}.category-products .view-all a{color:#06c;font-weight:600;margin-top:.25rem}.category-products .view-all a:hover{background:#eff6ff}.mobile-categories{padding:0}.mobile-categories-header{background:#f9fafb;border-bottom:1px solid #e5e7eb;color:#1f2937;font-size:1rem;font-weight:600;padding:1rem 2rem}.mobile-categories-toggle{align-items:center;border:none;cursor:pointer;display:flex;justify-content:space-between;text-align:left;width:100%}.mobile-categories-chevron{transition:transform .25s ease}.mobile-categories-toggle.open .mobile-categories-chevron{transform:rotate(180deg)}.mobile-categories-list{list-style:none;margin:0;max-height:0;overflow:hidden;padding:0;transition:max-height .3s ease}.mobile-categories-list.open{max-height:420px;overflow-y:auto}.mobile-categories-list li{border-bottom:1px solid #f3f4f6}.mobile-categories-list a{color:#4b5563;display:block;font-size:.95rem;padding:.875rem 2rem .875rem 3rem;text-decoration:none;transition:all .3s ease}.mobile-categories-list a:hover{background:#fef3f2;color:#f97316;padding-left:3.5rem}.navbar-actions{align-items:center;display:flex;gap:1rem;justify-content:flex-end;margin-left:auto}.search-wrapper{position:relative}.mobile-search-container{display:none}.search-form{align-items:center;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:3px;display:flex;height:36px;overflow:hidden;transition:all .3s ease;width:clamp(170px,20vw,250px)}.search-form:focus-within{border-color:#f97316;box-shadow:0 0 0 3px #f973161a}.search-input{background:#0000;border:none;color:#1f2937;font-family:Inter,Segoe UI,sans-serif;font-size:.8rem;min-width:0;outline:none;padding:.35rem .7rem;width:100%}.search-input::placeholder{color:#9ca3af}.search-button{align-items:center;background:#f97316;border:none;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:.35rem .7rem;transition:all .3s ease}.search-button:hover{background:#ea580c}.search-button svg{color:#fff;height:18px;width:18px}.search-dropdown{animation:slideDown .2s ease;background:#fff;border-radius:3px;box-shadow:0 8px 32px #0000001f;max-height:min(68vh,550px);max-width:calc(100vw - 24px);overflow:hidden;position:absolute;right:0;top:calc(100% + 4px);width:min(620px,calc(100vw - 24px));z-index:1000}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.search-dropdown-header{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;flex-shrink:0;justify-content:space-between;padding:.4rem .6rem}.search-results-count{color:#6b7280;font-size:.65rem;font-weight:700;letter-spacing:.5px}.add-selected-btn{background:#f97316;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.65rem;font-weight:600;padding:.3rem .55rem;transition:all .3s ease}.add-selected-btn:hover{background:#ea580c;box-shadow:0 2px 8px #f973164d;transform:translateY(-1px)}.search-results-list{max-height:min(60vh,500px);overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.search-result-item{grid-gap:.4rem;align-items:center;border-bottom:1px solid #f3f4f6;cursor:pointer;display:grid;gap:.4rem;grid-template-columns:auto auto 1fr auto;min-height:50px;padding:.08rem .5rem;transition:all .2s ease}.search-result-item:hover{background:#fef3f2}.search-result-item:last-child{border-bottom:none}.product-checkbox{accent-color:#f97316;cursor:pointer;flex-shrink:0;height:14px;margin:0;width:14px}.product-checkbox:disabled{cursor:not-allowed;opacity:.5}.product-image-wrapper{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:4px;display:flex;flex-shrink:0;height:64px;justify-content:center;overflow:hidden;width:64px}.product-thumbnail{height:100%;object-fit:cover;width:100%}.search-product-info{display:flex;flex:1 1;flex-direction:column;gap:.08rem;min-width:0}.search-product-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#1f2937;display:-webkit-box;font-size:.82rem;font-weight:600;line-height:1.15;margin:0;overflow:hidden;text-overflow:clip;white-space:normal}.product-code{color:#f97316;font-size:.7rem;font-weight:700;margin-right:.2rem}.search-product-meta{color:#3b82f6;font-size:.78rem;font-weight:600;letter-spacing:.15px;margin:0;text-transform:uppercase}.in-cart-badge{background:#10b981;border-radius:3px;color:#fff;flex-shrink:0;font-size:.6rem;font-weight:600;padding:.25rem .45rem;white-space:nowrap}.cart-icon-link{color:inherit;text-decoration:none}.cart-icon-wrapper{align-items:center;background:#f3f4f6;border-radius:8px;cursor:pointer;display:flex;justify-content:center;padding:.5rem;position:relative;transition:all .3s ease}.cart-icon-wrapper:hover{background:#e5e7eb;transform:translateY(-2px)}.cart-icon{color:#374151;transition:all .3s ease}.cart-icon-wrapper:hover .cart-icon{color:#f97316}.cart-badge{align-items:center;background:#f97316;border-radius:50%;box-shadow:0 2px 4px #f9731666;color:#fff;display:flex;font-size:.7rem;font-weight:700;height:20px;justify-content:center;position:absolute;right:-5px;top:-5px;width:20px}.mobile-menu-toggle{background:none;border:none;border-radius:8px;color:#374151;cursor:pointer;display:none;padding:.5rem;transition:all .3s ease}.mobile-menu-toggle:hover{background:#f3f4f6;color:#f97316}.mobile-menu{background:#fff;box-shadow:0 8px 16px #0000001a;display:none;left:0;max-height:0;overflow:hidden;position:absolute;right:0;top:100%;transition:max-height .4s ease}.mobile-menu.active{border-top:1px solid #e5e7eb;max-height:calc(100vh - 78px);overflow-y:auto}.mobile-nav-list{list-style:none;margin:0;padding:0}.mobile-nav-item{border-bottom:1px solid #f3f4f6}.mobile-nav-item:last-child{border-bottom:none}.mobile-nav-link{color:#374151;display:block;font-family:Inter,Segoe UI,sans-serif;font-size:1rem;font-weight:500;padding:1rem 2rem;position:relative;text-decoration:none;transition:all .3s ease}.mobile-nav-link:before{background:#f97316;bottom:0;content:"";left:0;position:absolute;top:0;transition:width .3s ease;width:0}.mobile-nav-link:hover{background:#fef3f2;color:#f97316;padding-left:2.5rem}.mobile-nav-link:hover:before{width:4px}@media screen and (max-width:1400px){.navbar-container{gap:1.75rem;padding:.65rem 1.75rem .65rem .55rem}.company-name{font-size:1.3rem}.company-tagline{font-size:.86rem}.contact-item{font-size:.82rem}.logo-image{height:104px;width:104px}.search-form{width:clamp(165px,19vw,230px)}}@media screen and (max-width:1200px){.navbar-container{gap:1.5rem;padding:.65rem 1.5rem .65rem .5rem}.nav-menu{gap:1.25rem}.nav-link{font-size:.85rem}.company-name{font-size:1.2rem}.company-tagline{font-size:.78rem}.contact-info{gap:1.5rem}.contact-item{font-size:.74rem}.search-form{width:clamp(155px,18vw,210px)}.logo-image{height:92px;width:92px}.search-dropdown{max-height:min(66vh,500px);width:min(540px,calc(100vw - 20px))}.search-results-list{max-height:min(58vh,450px)}.mega-menu-grid{gap:1.5rem;grid-template-columns:repeat(3,1fr)}.category-title{font-size:1rem}.category-products a{font-size:.85rem}}@media screen and (max-width:1024px){.navbar-container{padding:.65rem 1.25rem .65rem .45rem}.nav-menu{gap:1rem}.nav-link{font-size:.8rem}.company-name{font-size:1.2rem}.company-tagline{font-size:.76rem}.contact-info{gap:1.25rem}.contact-item{font-size:.74rem}.search-form{width:clamp(145px,16vw,180px)}.search-input{font-size:.8rem}.logo-image{height:94px;width:94px}.search-dropdown{max-height:min(64vh,460px);width:min(500px,calc(100vw - 18px))}.search-results-list{max-height:min(56vh,410px)}.product-image-wrapper{height:52px;width:52px}.search-product-name{font-size:.78rem}.search-product-meta{font-size:.72rem}.product-code{font-size:.66rem}.search-result-item{gap:.35rem;min-height:48px;padding:.06rem .48rem}.product-checkbox{height:13px;width:13px}}@media screen and (max-width:768px){.navbar-container{grid-column-gap:.45rem;grid-row-gap:0;align-items:start;column-gap:.45rem;display:grid;grid-template-columns:minmax(0,1fr) auto;padding:.65rem 1rem .65rem .4rem;row-gap:0}.navbar-brand{gap:.6rem;min-width:0;order:1}.navbar-actions{align-self:start;gap:.45rem;justify-self:end;margin-left:0;order:2;padding-top:.1rem}.desktop-search-wrapper,.nav-menu{display:none}.mobile-search-container{background:#fff;border-top:1px solid #f1f5f9;display:block;padding:0 .9rem .45rem}.mobile-search-wrapper{width:100%}.mobile-search-form{display:flex;height:34px;width:100%}.mobile-search-dropdown{left:0;max-height:52vh;max-width:100%;right:auto;width:100%}.mobile-search-dropdown .search-dropdown-header{padding:.32rem .52rem}.mobile-search-dropdown .search-results-list{max-height:45vh}.mobile-search-dropdown .search-result-item{gap:.3rem;min-height:42px;padding:.3rem .4rem}.mobile-search-dropdown .product-image-wrapper{height:42px;width:42px}.mobile-search-dropdown .product-checkbox{height:12px;width:12px}.mobile-search-dropdown .search-product-name{font-size:.7rem;line-height:1.1}.mobile-search-dropdown .search-product-meta{font-size:.63rem}.mobile-search-dropdown .in-cart-badge{font-size:.5rem;padding:.17rem .32rem}.mobile-menu,.mobile-menu-toggle{display:block}.company-name{font-size:.98rem}.company-tagline{font-size:.64rem}.contact-info{align-items:flex-start;flex-direction:column;gap:.2rem}.contact-item{font-size:.63rem}.logo-image{height:70px;width:70px}}@media screen and (max-width:480px){.navbar-container{column-gap:.4rem;padding:.6rem .75rem .6rem .35rem}.navbar-brand{gap:.5rem}.company-name{font-size:.9rem}.company-tagline{font-size:.58rem}.logo-image{height:60px;width:60px}.cart-icon-wrapper{padding:.35rem}.cart-icon{height:18px;width:18px}.mobile-search-container{padding:0 .7rem .4rem}.mobile-search-form{height:32px}.mobile-search-dropdown .search-result-item{min-height:40px;padding:.25rem .35rem}.mobile-search-dropdown .product-image-wrapper{height:38px;width:38px}.mobile-search-dropdown .search-product-name{font-size:.66rem}.mobile-search-dropdown .search-product-meta{font-size:.6rem}.mobile-nav-link{font-size:.875rem;padding:.75rem 1rem}.contact-item{font-size:.56rem}.contact-item span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.footer{background:#1a1a1a;color:#fff;padding-top:4rem}.footer-container{margin:0 auto;max-width:1400px;padding:0 2rem}.footer-main{grid-gap:3rem;border-bottom:1px solid #ffffff1a;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr 1.5fr;padding-bottom:3rem}.footer-column{display:flex;flex-direction:column}.footer-about{max-width:400px}.footer-brand{align-items:flex-start;display:flex;gap:1rem;margin-bottom:1.25rem}.footer-logo-image{flex-shrink:0;height:90px;object-fit:contain;width:90px}.footer-company-info{display:flex;flex-direction:column;gap:.25rem}.footer-company-name{color:#fff;font-size:1.25rem;font-weight:700;letter-spacing:.5px;line-height:1.2;margin:0;text-transform:uppercase}.footer-company-tagline{color:#9ca3af;font-size:.8rem;line-height:1.3;margin:0}.footer-description{color:#b0b0b0;font-size:.9rem;line-height:1.7;margin:0 0 1.5rem}.footer-social{display:flex;gap:.75rem}.social-link{align-items:center;background:#ffffff1a;border-radius:50%;color:#fff;display:flex;height:36px;justify-content:center;text-decoration:none;transition:all .3s ease;width:36px}.social-link:hover{background:#f97316;transform:translateY(-3px)}.footer-heading{color:#fff;font-size:1.2rem;font-weight:600;margin:0 0 1.5rem;padding-bottom:.75rem;position:relative}.footer-heading:after{background:#f97316;bottom:0;content:"";height:2px;left:0;position:absolute;width:40px}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:.75rem}.footer-links a{align-items:center;color:#b0b0b0;display:flex;font-size:.95rem;gap:.5rem;text-decoration:none;transition:all .3s ease}.footer-links a:hover{color:#f97316;padding-left:.5rem}.footer-links a svg{flex-shrink:0}.footer-contact{list-style:none;margin:0;padding:0}.footer-contact li{color:#b0b0b0;display:flex;font-size:.95rem;gap:1rem;line-height:1.6;margin-bottom:1.25rem}.footer-contact li a{color:#b0b0b0;text-decoration:none;transition:color .3s ease}.footer-contact li a:hover{color:#f97316}.footer-contact li svg{color:#f97316;flex-shrink:0;margin-top:.2rem}.footer-bottom{border-top:1px solid #ffffff1a;padding:2rem 0}.footer-bottom-content{align-items:center;display:flex;gap:2rem;justify-content:space-between}.copyright{color:#888;font-size:.9rem;margin:0}.footer-bottom-links{align-items:center;display:flex;gap:1rem}.footer-bottom-links a{color:#888;font-size:.9rem;text-decoration:none;transition:color .3s ease}.footer-bottom-links a:hover{color:#f97316}.footer-bottom-links .separator{color:#444}@media screen and (max-width:1024px){.footer-main{gap:2.5rem;grid-template-columns:1fr 1fr}.footer-about{max-width:100%}}@media screen and (max-width:768px){.footer{padding-top:3rem}.footer-container{padding:0 1.5rem}.footer-main{gap:2.5rem;grid-template-columns:1fr;padding-bottom:2.5rem}.footer-bottom-content{align-items:flex-start;flex-direction:column;gap:1rem}.footer-bottom-links{flex-wrap:wrap}}@media screen and (max-width:480px){.footer{padding-top:2.5rem}.footer-container{padding:0 1rem}.footer-main{gap:2rem;padding-bottom:2rem}.footer-logo-image{height:70px;width:70px}.footer-company-name{font-size:1.1rem}.footer-company-tagline{font-size:.75rem}.footer-description{font-size:.85rem}.footer-heading{font-size:1.1rem}.footer-contact li,.footer-links a{font-size:.9rem}.footer-bottom{padding:1.5rem 0}.copyright,.footer-bottom-links a{font-size:.85rem}.footer-bottom-links{gap:.75rem}}.wa-widget{align-items:flex-end;bottom:18px;display:flex;flex-direction:column;gap:10px;position:fixed;right:18px;z-index:1600}.wa-fab{align-items:center;background:linear-gradient(135deg,#16a34a,#22c55e);border:none;border-radius:999px;box-shadow:0 12px 28px #16a34a59;color:#fff;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:700;gap:10px;letter-spacing:.2px;padding:12px 16px}.wa-fab:hover{box-shadow:0 16px 32px #16a34a66;transform:translateY(-2px)}.wa-popup{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 12px 30px #0f172a29;padding:12px 12px 10px;position:relative;width:min(280px,calc(100vw - 32px))}.wa-popup-close{align-items:center;background:#f1f5f9;border:none;border-radius:999px;color:#334155;cursor:pointer;display:inline-flex;height:24px;justify-content:center;position:absolute;right:8px;top:8px;width:24px}.wa-popup-title{color:#0f172a;font-size:.95rem;font-weight:700;margin:0}.wa-popup-text{color:#475569;font-size:.86rem;line-height:1.45;margin:4px 0 10px}.wa-popup-action{background:#16a34a;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.85rem;font-weight:700;padding:8px 10px;width:100%}@media screen and (max-width:768px){.wa-widget{bottom:12px;right:12px}.wa-fab{font-size:.88rem;padding:10px 14px}}@media screen and (max-width:480px){.wa-fab span{display:none}.wa-fab{border-radius:50%;height:50px;justify-content:center;padding:0;width:50px}}.hero{background:#fff;overflow:hidden;padding:0;position:relative}.hero-secondary{background:#fff;padding:1rem 0 5rem}.hero-secondary-container{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1400px;padding:0 2.5rem}.hero-secondary-content{animation:fadeInLeft .8s ease-out}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}.hero-secondary-title{color:#1f2937;font-size:3rem;font-weight:700;line-height:1.2;margin:0 0 1.5rem}.hero-secondary-highlight{color:#f97316;display:block}.hero-secondary-subtitle-text{color:#1f2937;display:block}.hero-secondary-description{color:#6b7280;font-size:1.05rem;line-height:1.7;margin:0 0 2rem;max-width:550px}.hero-secondary-stats{display:flex;flex-wrap:wrap;gap:2rem;margin-bottom:2.5rem}.secondary-stat{align-items:center;color:#374151;display:flex;font-size:.95rem;font-weight:600;gap:.5rem}.stat-bullet{color:#10b981;font-size:.6rem}.hero-secondary-cta{display:flex;flex-wrap:wrap;gap:1rem}.btn-secondary-primary{align-items:center;background:#6366f1;border:none;border-radius:8px;color:#fff;display:inline-flex;font-size:1rem;font-weight:600;justify-content:center;padding:.875rem 2rem;text-decoration:none;transition:all .3s ease}.btn-secondary-primary:hover{background:#4f46e5;box-shadow:0 10px 25px #6366f14d;transform:translateY(-2px)}.btn-secondary-outline{align-items:center;background:#0000;border:2px solid #e5e7eb;border-radius:8px;color:#374151;display:inline-flex;font-size:1rem;font-weight:600;justify-content:center;padding:.875rem 2rem;text-decoration:none;transition:all .3s ease}.btn-secondary-outline:hover{background:#f9fafb;border-color:#6366f1;color:#6366f1;transform:translateY(-2px)}.hero-secondary-image{animation:fadeInRight .8s ease-out}@keyframes fadeInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.image-placeholder{background:linear-gradient(135deg,#1e3a8a,#3b82f6);border-radius:16px;box-shadow:0 20px 60px #00000026;height:450px;overflow:hidden;width:100%}.image-placeholder img{height:100%;object-fit:cover;width:100%}@media screen and (max-width:1200px){.hero-secondary-title{font-size:2.5rem}.hero-secondary-container{gap:3rem}}@media screen and (max-width:1024px){.hero-secondary{padding:.9rem 0 4rem}.hero-secondary-title{font-size:2.25rem}.hero-secondary-description{font-size:1rem}.image-placeholder{height:400px}}@media screen and (max-width:768px){.hero-secondary{padding:.75rem 0 3rem}.hero-secondary-container{gap:2.5rem;grid-template-columns:1fr;padding:0 1.5rem}.hero-secondary-title{font-size:2rem}.hero-secondary-description{font-size:.95rem}.hero-secondary-stats{gap:1.5rem}.hero-secondary-cta{flex-direction:column}.btn-secondary-outline,.btn-secondary-primary{width:100%}.image-placeholder{height:350px}}@media screen and (max-width:480px){.hero-secondary{padding:2.5rem 0}.hero-secondary-container{padding:0 1rem}.hero-secondary-title{font-size:1.75rem}.hero-secondary-description{font-size:.9rem}.secondary-stat{font-size:.875rem}.btn-secondary-outline,.btn-secondary-primary{font-size:.95rem;padding:.75rem 1.5rem}.image-placeholder{height:300px}}.statistics{background:#fff;padding:4rem 2rem;position:relative}.statistics-container{display:flex;flex-direction:column;gap:3rem;margin:0 auto;max-width:1400px}.statistics-header{margin:0 auto;max-width:900px;opacity:0;text-align:center;transform:translateY(20px);transition:all .6s ease}.statistics-header.animate-in{opacity:1;transform:translateY(0)}.statistics-subtitle{color:#f97316;font-size:.9rem;font-weight:600;letter-spacing:1px;margin:0 0 .75rem;text-transform:uppercase}.statistics-title{color:#1f2937;font-size:2rem;font-weight:700;line-height:1.3;margin:0}.statistics-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);opacity:0;transform:translateY(20px);transition:all .6s ease .2s}.statistics-grid.animate-in{opacity:1;transform:translateY(0)}.stat-card{animation:slideUp .5s ease forwards;background:#fff;border:2px solid #e5e7eb;border-radius:12px;opacity:0;padding:2rem 1.5rem;text-align:center;transform:translateY(15px);transition:all .3s ease}.stat-card:hover{border-color:#f97316;box-shadow:0 8px 20px #f9731626;transform:translateY(-5px)}.stat-number{color:#f97316;font-size:3rem;font-weight:700;line-height:1;margin-bottom:.75rem}.stat-label{color:#6b7280;font-size:.95rem;font-weight:500;line-height:1.5}@media screen and (max-width:1024px){.statistics{padding:3.5rem 1.5rem}.statistics-title{font-size:1.75rem}.statistics-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.stat-number{font-size:2.5rem}.stat-label{font-size:.9rem}}@media screen and (max-width:768px){.statistics{padding:3rem 1.5rem}.statistics-container{gap:2.5rem}.statistics-title{font-size:1.5rem}.statistics-grid{gap:1.25rem;grid-template-columns:repeat(2,1fr)}.stat-card{padding:1.75rem 1.25rem}.stat-number{font-size:2.25rem}.stat-label{font-size:.85rem}}@media screen and (max-width:480px){.statistics{padding:2.5rem 1rem}.statistics-container{gap:2rem}.statistics-subtitle{font-size:.8rem}.statistics-title{font-size:1.25rem}.statistics-grid{gap:1rem;grid-template-columns:1fr}.stat-card{padding:1.5rem 1rem}.stat-number{font-size:2rem}.stat-label{font-size:.8rem}}.about-us{background:#fff;padding:5rem 2rem;position:relative}.about-container{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:400px 1fr;margin:0 auto;max-width:1400px}.about-image{opacity:0;transform:translateX(-30px);transition:all .8s ease}.about-image.animate-in{opacity:1;transform:translateX(0)}.about-image img{border-radius:8px;box-shadow:0 10px 30px #0000001a;height:500px;object-fit:cover;width:100%}.about-content{opacity:0;transform:translateX(30px);transition:all .8s ease}.about-content.animate-in{opacity:1;transform:translateX(0)}.about-header{margin-bottom:1.5rem}.about-label{color:#0f4c81;font-size:.95rem;font-weight:800;letter-spacing:1px;margin:0 0 .5rem}.about-underline{background:#0f4c81;border-radius:2px;height:3px;width:60px}.about-title{color:#1f2937;font-size:2rem;font-weight:800;line-height:1.3;margin:1rem 0 1.5rem}.about-text{color:#4b5563;font-size:.95rem;font-weight:500;line-height:1.8;margin:0 0 1.25rem;text-align:justify}.orange-text{color:#0f4c81;font-weight:700}.about-buttons{display:flex;gap:1rem;margin-top:2rem}.btn-primary{background:#3b82f6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;padding:.875rem 1.75rem;transition:all .3s ease}.btn-primary:hover{background:#2563eb;box-shadow:0 4px 12px #3b82f64d;transform:translateY(-2px)}.btn-secondary{background:#fff;border:2px solid #3b82f6;border-radius:6px;color:#3b82f6;cursor:pointer;font-size:.95rem;font-weight:600;padding:.875rem 1.75rem;transition:all .3s ease}.btn-secondary:hover{background:#3b82f6;box-shadow:0 4px 12px #3b82f64d;color:#fff;transform:translateY(-2px)}@media screen and (max-width:1024px){.about-us{padding:4rem 1.5rem}.about-container{gap:3rem;grid-template-columns:350px 1fr}.about-image img{height:450px}.about-title{font-size:1.75rem}.about-text{font-size:.9rem}}@media screen and (max-width:768px){.about-us{padding:3rem 1.5rem}.about-container{gap:2.5rem;grid-template-columns:1fr}.about-image img{height:400px}.about-title{font-size:1.5rem}.about-buttons{flex-direction:column}.btn-primary,.btn-secondary{width:100%}}@media screen and (max-width:480px){.about-us{padding:2.5rem 1rem}.about-image img{height:350px}.about-title{font-size:1.35rem}.about-text{font-size:.875rem}.btn-primary,.btn-secondary{font-size:.9rem;padding:.75rem 1.5rem}}.industries{background:#f8f9fa;padding:3.5rem 0}.industries,.industries-container{position:relative;width:100%}.industries-header{margin-bottom:2.5rem;padding:0 2rem;text-align:center}.industries-title{color:#1a1a1a;font-size:2.2rem;font-weight:700;line-height:1.1;margin:0 0 .5rem}.industries-title .highlight{color:#f97316;font-weight:700}.industries-subtitle{color:#666;font-size:.95rem;line-height:1.4;margin:0 auto;max-width:700px}.marquee-container{overflow:hidden;padding:1rem 0;position:relative;width:100%}.marquee{display:flex;overflow:hidden;-webkit-user-select:none;user-select:none}.marquee-content{align-items:center;animation:scroll 35s linear infinite;display:flex;gap:3rem;padding:1rem 0}.marquee:hover .marquee-content{animation-play-state:paused}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.partner-logo{align-items:center;background:#0000;display:flex;flex-shrink:0;height:160px;justify-content:center;min-width:220px;padding:1.5rem 3rem;transition:all .3s ease}.partner-logo:hover{transform:translateY(-3px)}.partner-logo img{max-height:100%;max-width:100%;object-fit:contain;transition:all .3s ease}.partner-logo:hover img{transform:scale(1.05)}@media screen and (max-width:768px){.industries{padding:3rem 1.5rem}.industries-header{margin-bottom:2rem}.industries-title{font-size:1.8rem}.industries-subtitle{font-size:.9rem}.marquee-content{gap:2.5rem}.partner-logo{height:90px;min-width:160px;padding:1rem 2rem}}@media screen and (max-width:480px){.industries{padding:2.5rem 1rem}.industries-header{margin-bottom:1.5rem}.industries-title{font-size:1.5rem;margin-bottom:.4rem}.industries-subtitle{font-size:.85rem}.marquee-container{padding:.75rem 0}.marquee-content{gap:2rem;padding:.75rem 0}.partner-logo{height:75px;min-width:140px;padding:.75rem 1.5rem}}.products{background:#f8f9fa;padding:5rem 2rem;position:relative}.products-container{margin:0 auto;max-width:1400px;position:relative}.products-header{margin-bottom:4rem;text-align:center}.products-title{color:#000;font-size:3rem;font-weight:700;line-height:1.2;margin:0 0 1rem}.products-title .highlight{color:#06c;font-weight:700}.products-subtitle{color:#666;font-size:1.1rem;line-height:1.6;margin:0 auto;max-width:800px}.products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-bottom:3rem}.product-card{border-radius:12px;box-shadow:0 2px 8px #00000014}.product-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-8px)}.product-image{height:250px;position:relative}.product-image img{object-fit:cover}.product-info{padding:1.5rem}.product-category{color:#06c;display:inline-block;font-size:.85rem;font-weight:600;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.product-name{color:#000;font-size:1.3rem;font-weight:700;line-height:1.3;margin:0 0 .75rem}.product-description{color:#666;font-size:.95rem;line-height:1.6;margin:0 0 1.25rem}.product-actions{gap:.75rem}.details-btn,.quote-btn{border-radius:6px;font-size:.9rem;padding:.75rem}.quote-btn:hover{box-shadow:0 4px 12px #06c3}.details-btn:hover{box-shadow:0 4px 12px #0066cc4d}.products-footer{margin-top:3rem;text-align:center}.view-all-btn{align-items:center;background:#06c;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:1.1rem;font-weight:600;gap:.75rem;padding:1rem 2.5rem;transition:all .3s ease}.view-all-btn:hover{background:#0052a3;box-shadow:0 6px 20px #0066cc4d;transform:translateY(-2px)}.view-all-btn svg{transition:transform .3s ease}.view-all-btn:hover svg{transform:translateX(5px)}@media screen and (max-width:768px){.products{padding:4rem 1.5rem}.products-title{font-size:2.2rem}.products-subtitle{font-size:1rem}.products-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.product-image{height:220px}.product-name{font-size:1.2rem}}@media screen and (max-width:480px){.products{padding:3rem 1rem}.products-header{margin-bottom:3rem}.products-title{font-size:1.8rem}.products-subtitle{font-size:.95rem}.products-grid{gap:1.5rem;grid-template-columns:1fr}.product-image{height:200px}.product-info{padding:1.25rem}.product-name{font-size:1.1rem}.product-description{font-size:.9rem}.product-actions{flex-direction:column;gap:.5rem}.details-btn,.quote-btn{font-size:.85rem;padding:.625rem}.view-all-btn{font-size:1rem;padding:.875rem 2rem}}.alert-container{display:flex;flex-direction:column;gap:10px;position:fixed;right:20px;top:80px;z-index:1100}.alert{align-items:center;animation:slideIn .3s ease forwards;border-radius:8px;box-shadow:0 4px 12px #00000026;display:flex;font-size:.95rem;font-weight:500;justify-content:space-between;max-width:400px;min-width:300px;padding:1rem 1.25rem;transition:all .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes fadeOut{to{opacity:0;transform:translateY(-10px)}}.alert.fade-out{animation:fadeOut .3s forwards}.alert-success{background-color:#d1e7dd;border:1px solid #badbcc;color:#0f5132}.alert-danger{background-color:#f8d7da;border:1px solid #f5c2c7;color:#842029}.alert-warning{background-color:#fff3cd;border:1px solid #ffecb5;color:#664d03}.alert-info{background-color:#cff4fc;border:1px solid #b6effb;color:#055160}.alert-close{align-items:center;background:#0000;border:none;color:inherit;cursor:pointer;display:flex;font-size:1.2rem;margin-left:1rem;opacity:.5;padding:0;transition:opacity .2s ease}.alert-close:hover{opacity:1}.why-choose-us{background:linear-gradient(135deg,#1e293b,#0f172a);overflow:hidden;padding:3.5rem 2rem;position:relative}.why-choose-us:before{background:radial-gradient(circle at 20% 50%,#3b82f61a 0,#0000 50%),radial-gradient(circle at 80% 80%,#f973161a 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.why-choose-container{margin:0 auto;max-width:1200px;position:relative;z-index:1}.why-choose-header{margin-bottom:2.5rem;opacity:0;text-align:center;transform:translateY(20px);transition:all .6s ease}.why-choose-header.animate-in{opacity:1;transform:translateY(0)}.why-choose-subtitle{color:#f97316;font-size:.75rem;font-weight:700;letter-spacing:1.5px;margin:0 0 .75rem;text-transform:uppercase}.why-choose-title{color:#fff;font-size:1.85rem;font-weight:700;line-height:1.3;margin:0}.highlight-cyan{color:#06b6d4}.features-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);opacity:0;transform:translateY(20px);transition:all .6s ease .2s}.features-grid.animate-in{opacity:1;transform:translateY(0)}.feature-card{animation:slideUpCard .6s ease forwards;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e293b80;border:1px solid #94a3b81a;border-radius:12px;opacity:0;padding:1.75rem 1.5rem;text-align:center;transform:translateY(20px);transition:all .3s ease}.feature-card:hover{background:#1e293bcc;border-color:#06b6d44d;box-shadow:0 8px 30px #06b6d433;transform:translateY(-5px)}.feature-icon{align-items:center;background:linear-gradient(135deg,#06b6d4,#0891b2);border-radius:12px;color:#fff;display:inline-flex;height:56px;justify-content:center;margin:0 auto 1rem;transition:all .3s ease;width:56px}.feature-card:hover .feature-icon{box-shadow:0 6px 20px #06b6d466;transform:scale(1.08) rotate(3deg)}.feature-title{color:#fff;font-size:1.05rem;font-weight:700;line-height:1.3;margin:0 0 .65rem}.feature-description{color:#cbd5e1;font-size:.85rem;line-height:1.5;margin:0}@media screen and (max-width:1024px){.why-choose-us{padding:3rem 1.5rem}.why-choose-container{max-width:1000px}.why-choose-title{font-size:1.65rem}.features-grid{gap:1.25rem;grid-template-columns:repeat(2,1fr)}.feature-card{padding:1.5rem 1.25rem}.feature-icon{height:52px;width:52px}.feature-title{font-size:1rem}.feature-description{font-size:.8rem}}@media screen and (max-width:768px){.why-choose-us{padding:2.5rem 1.25rem}.why-choose-header{margin-bottom:2rem}.why-choose-subtitle{font-size:.7rem;letter-spacing:1.2px}.why-choose-title{font-size:1.5rem}.features-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}.feature-card{padding:1.35rem 1rem}.feature-icon{height:48px;width:48px}.feature-icon svg{height:24px;width:24px}.feature-title{font-size:.95rem}.feature-description{font-size:.75rem}}@media screen and (max-width:480px){.why-choose-us{padding:2rem 1rem}.why-choose-header{margin-bottom:1.75rem}.why-choose-subtitle{font-size:.65rem;letter-spacing:1px}.why-choose-title{font-size:1.35rem}.features-grid{gap:.875rem;grid-template-columns:1fr}.feature-card{padding:1.25rem 1rem}.feature-icon{height:44px;width:44px}.feature-icon svg{height:22px;width:22px}.feature-title{font-size:.9rem;margin-bottom:.5rem}.feature-description{font-size:.725rem}}.product-range{background:linear-gradient(135deg,#1e293b,#334155 50%,#1e293b);overflow:hidden;padding:3.5rem 2rem;position:relative}.product-range:before{background-image:radial-gradient(circle at 20% 50%,#3b82f614 0,#0000 50%),radial-gradient(circle at 80% 80%,#8b5cf614 0,#0000 50%),radial-gradient(circle at 40% 20%,#3b82f60d 0,#0000 50%);opacity:1}.product-range:after,.product-range:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.product-range:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='80' height='80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50 50c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0-5.523-4.477-10-10-10zm-20 0c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0-5.523-4.477-10-10-10zm0-40c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0-5.523-4.477-10-10-10zm40 40c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0-5.523-4.477-10-10-10z' fill='%233b82f6' fill-opacity='.03' fill-rule='evenodd'/%3E%3C/svg%3E");opacity:.5}.product-range-container{margin:0 auto;max-width:1400px;position:relative;z-index:1}.product-range-header{margin-bottom:2.5rem;opacity:0;text-align:center;transform:translateY(20px);transition:all .6s ease}.product-range-header.animate-in{opacity:1;transform:translateY(0)}.product-range-title{color:#fff;font-size:2.25rem;font-weight:700;letter-spacing:-.5px;line-height:1.3;margin:0 0 .5rem;text-shadow:0 2px 15px #0000004d}.product-range-subtitle{color:#ffffffd9;font-size:1.05rem;font-weight:400;line-height:1.5;margin:0}.product-range-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(5,1fr);opacity:0;transform:translateY(20px);transition:all .6s ease .2s}.product-range-grid.animate-in{opacity:1;transform:translateY(0)}.product-range-card{animation:slideUpCard .6s ease forwards;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;border:1px solid #3b82f61a;border-radius:12px;box-shadow:0 4px 15px #00000026;cursor:pointer;opacity:0;overflow:hidden;padding:1.5rem 1.25rem;position:relative;transform:translateY(20px);transition:all .35s cubic-bezier(.4,0,.2,1)}.product-range-card:before{background:linear-gradient(90deg,#3b82f6,#8b5cf6,#3b82f6);content:"";height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.product-range-card:hover:before{transform:scaleX(1)}@keyframes slideUpCard{to{opacity:1;transform:translateY(0)}}.product-range-card:hover{background:#fff;border-color:#3b82f64d;box-shadow:0 12px 28px #3b82f64d;transform:translateY(-6px)}.product-range-content{display:flex;flex-direction:column;text-align:center}.card-icon{align-items:center;box-shadow:0 4px 12px #3b82f640;color:#fff;display:flex;height:52px;justify-content:center;margin:0 auto 1rem;position:relative;transition:all .35s ease;width:52px}.card-icon,.card-icon:before{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:12px}.card-icon:before{content:"";inset:0;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;padding:2px;position:absolute;transition:opacity .35s ease}.product-range-card:hover .card-icon:before{opacity:1}.card-icon svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));height:26px;width:26px}.product-range-card:hover .card-icon{background:linear-gradient(135deg,#8b5cf6,#3b82f6);box-shadow:0 8px 24px #3b82f666;transform:scale(1.08) translateY(-2px)}.product-range-card-title{color:#1e293b;font-size:1.05rem;font-weight:700;line-height:1.3;margin:0 0 .5rem;transition:color .3s ease}.product-range-card:hover .product-range-card-title{color:#3b82f6}.product-range-card-subtitle{color:#64748b;font-size:.8rem;font-weight:400;line-height:1.4;margin:0 0 .85rem}.product-range-features{list-style:none;margin:0;padding:0;text-align:left}.product-range-features li{color:#475569;font-size:.75rem;line-height:1.5;margin-bottom:.5rem;padding-left:1.15rem;position:relative}.product-range-features li:last-child{margin-bottom:0}.product-range-features li:before{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:50%;content:"";height:5px;left:0;position:absolute;top:.45rem;transition:all .3s ease;width:5px}.product-range-card:hover .product-range-features li:before{box-shadow:0 0 8px #3b82f699;transform:scale(1.4)}@media screen and (max-width:1400px){.product-range-grid{gap:1.15rem;grid-template-columns:repeat(4,1fr)}}@media screen and (max-width:1200px){.product-range-container{max-width:1100px}.product-range-grid{gap:1.15rem;grid-template-columns:repeat(3,1fr)}.product-range-card{padding:1.4rem 1.15rem}.card-icon{height:46px;width:46px}.card-icon svg{height:23px;width:23px}}@media screen and (max-width:1024px){.product-range{padding:3rem 1.5rem}.product-range-title{font-size:2rem}.product-range-subtitle{font-size:1rem}.product-range-grid{gap:1rem;grid-template-columns:repeat(3,1fr)}.product-range-card{padding:1.35rem 1.1rem}.card-icon{height:44px;margin-bottom:.9rem;width:44px}.card-icon svg{height:22px;width:22px}.product-range-card-title{font-size:1rem}.product-range-card-subtitle{font-size:.78rem;margin-bottom:.8rem}.product-range-features li{font-size:.72rem;margin-bottom:.45rem;padding-left:1.1rem}}@media screen and (max-width:768px){.product-range{padding:2.75rem 1.25rem}.product-range-header{margin-bottom:2.25rem}.product-range-title{font-size:1.85rem}.product-range-subtitle{font-size:.95rem}.product-range-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}.product-range-card{padding:1.3rem 1.05rem}.card-icon{height:42px;margin-bottom:.85rem;width:42px}.card-icon svg{height:21px;width:21px}.product-range-card-title{font-size:.95rem;margin-bottom:.45rem}.product-range-card-subtitle{font-size:.75rem;margin-bottom:.75rem}.product-range-features li{font-size:.7rem;margin-bottom:.4rem;padding-left:1.05rem}.product-range-features li:before{height:4.5px;top:.42rem;width:4.5px}}@media screen and (max-width:640px){.product-range{padding:2.5rem 1rem}.product-range-header{margin-bottom:2rem}.product-range-title{font-size:1.65rem}.product-range-subtitle{font-size:.9rem}.product-range-grid{gap:.85rem;grid-template-columns:repeat(2,1fr)}.product-range-card{padding:1.2rem 1rem}.card-icon{height:40px;margin-bottom:.8rem;width:40px}.card-icon svg{height:20px;width:20px}.product-range-card-title{font-size:.9rem;margin-bottom:.4rem}.product-range-card-subtitle{font-size:.72rem;margin-bottom:.7rem}.product-range-features li{font-size:.68rem;margin-bottom:.38rem;padding-left:1rem}.product-range-features li:before{height:4px;top:.4rem;width:4px}}#about-page-wrapper{--about-surface:#fff;--about-surface-soft:#f2f7f7;--about-text:#0f172a;--about-muted:#475569;--about-accent:#0f766e;--about-accent-strong:#115e59;background:linear-gradient(180deg,#eef3f7,#f8fbfd);overflow-x:hidden;width:100%}#about-hero-section{align-items:center;background:linear-gradient(120deg,#0f172a,#134e4a);display:flex;height:250px;justify-content:center;overflow:hidden;position:relative}#about-hero-overlay{background:#0000004d;bottom:0;left:0;position:absolute;right:0;top:0}#about-hero-content-wrapper{color:#fff;position:relative;text-align:center;z-index:2}#about-hero-main-title{color:#fff;font-size:3rem;font-weight:700;margin:0 0 .75rem}#about-hero-subtitle-text{color:#99f6e4;font-size:1.2rem;font-weight:500;margin:0 0 1rem}#about-hero-breadcrumb{color:#cbd5e1;font-size:.9rem}#about-breadcrumb-separator{margin:0 .5rem}#about-breadcrumb-active{color:#99f6e4}#about-company-profile-section{background:#0000;padding:5rem 2rem}#about-company-profile-container{margin:0 auto;max-width:min(96vw,1760px)}#about-company-profile-content{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr}#about-company-profile-text{padding-right:2rem}#about-company-profile-title{color:#1e293b;font-size:2.5rem;font-weight:700;line-height:1.2;margin:0 0 1rem}#about-company-name-highlight{color:var(--about-accent)}#about-company-profile-intro{color:#64748b;font-size:1.25rem;font-weight:500;margin:0 0 1.5rem}#about-company-profile-description,#about-company-profile-description-2{color:var(--about-muted);font-size:1.05rem;line-height:1.8;margin-bottom:1.5rem}#about-company-stats-wrapper{display:flex;gap:3rem;margin-top:2.5rem}.about-company-stat-item{text-align:center}.about-stat-number{color:var(--about-accent);font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.about-stat-label{color:#64748b;font-size:.95rem}#about-company-profile-images{border-radius:12px;box-shadow:0 8px 26px #0f172a1f;overflow:hidden;position:relative}#about-company-images-slider{height:400px;position:relative;width:100%}.about-slider-image-item{height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity 1s ease-in-out;width:100%}.about-slider-image-item.active{opacity:1}.about-slider-image-item img{display:block;height:100%;object-fit:cover;width:100%}#about-slider-dots{bottom:20px;display:flex;gap:10px;left:50%;position:absolute;transform:translateX(-50%);z-index:10}.about-slider-dot{background:#ffffff80;border:none;border-radius:50%;cursor:pointer;height:12px;transition:all .3s ease;width:12px}.about-slider-dot.active{background:#f97316;border-radius:6px;width:30px}.about-slider-dot:hover{background:#fffc}#about-why-choose-section{background:#fff;padding:3.5rem 2rem;position:relative}#about-founder-testimonial-section{background:#0000;margin-top:1.25rem;padding:4rem 2rem 2.5rem}#about-founder-testimonial-container{margin:0 auto;max-width:min(96vw,1760px)}#about-founder-testimonial-card{grid-gap:2rem;align-items:center;background:var(--about-surface);border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 16px 40px #0f172a14;display:grid;gap:2rem;grid-template-columns:320px 1fr;padding:1.5rem}#about-founder-image-wrap{border-radius:12px;height:320px;overflow:hidden}#about-founder-image-wrap img{height:100%;object-fit:cover;width:100%}#about-founder-label{color:var(--about-accent);display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:1.2px;margin-bottom:.7rem;text-transform:uppercase}#about-founder-title{color:#0f172a;font-size:2rem;line-height:1.2;margin:0 0 1rem}#about-founder-quote{color:#334155;font-size:1.05rem;line-height:1.8;margin:0 0 1.25rem}#about-founder-meta{display:flex;flex-direction:column;gap:.2rem}#about-founder-meta strong{color:#0f172a;font-size:1.1rem}#about-founder-meta span{color:var(--about-accent);font-size:.95rem;font-weight:600}#about-leadership-focus-section{background:#0000;margin-top:.75rem;padding:1.2rem 2rem 3rem}#about-leadership-focus-container{grid-gap:1.1rem;align-items:stretch;display:grid;gap:1.1rem;grid-template-columns:1fr;margin:0 auto;max-width:min(96vw,1760px)}#about-leadership-focus-image{border-radius:16px;box-shadow:0 16px 40px #0f172a1a;min-height:260px;overflow:hidden}#about-leadership-focus-image img{height:100%;object-fit:cover;width:100%}#about-leadership-focus-content{background:var(--about-surface);border:1px solid #e2e8f0;border-radius:16px;padding:1rem 1.1rem}#about-leadership-focus-label{color:var(--about-accent);display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:1.2px;margin-bottom:.7rem;text-transform:uppercase}#about-leadership-focus-title{color:#0f172a;font-size:1.45rem;line-height:1.2;margin:0 0 .65rem}#about-leadership-focus-points{grid-gap:.5rem;display:grid;gap:.5rem}.about-manager-message-text{background:var(--about-surface-soft);border:1px solid #e2e8f0;border-radius:10px;color:#334155;font-size:.94rem;line-height:1.6;margin:0;padding:.7rem .75rem}.about-manager-signoff{display:flex;flex-direction:column;gap:.2rem;padding:.2rem .1rem}.about-manager-signoff strong{color:#0f172a;font-size:1.05rem}.about-manager-signoff span{color:var(--about-accent);font-size:.9rem;font-weight:600}.about-leadership-point-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:.85rem .9rem}.about-leadership-point-item h3{color:#0f172a;font-size:1rem;margin:0 0 .35rem}.about-leadership-point-item p{color:#475569;font-size:.93rem;line-height:1.65;margin:0}#about-why-choose-container{margin:0 auto;max-width:min(96vw,1760px)}#about-why-choose-header{margin-bottom:2.5rem;text-align:center}#about-why-choose-label{color:var(--about-accent);display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:1.5px;margin-bottom:.75rem;text-transform:uppercase}#about-why-choose-title{color:#1e293b;font-size:2.2rem;font-weight:700;margin:.5rem 0}#about-why-choose-description{color:#64748b;font-size:1rem;margin:0 auto;max-width:600px}#about-why-choose-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr)}.about-why-choose-card{background:var(--about-surface-soft);border:2px solid #0000;border-radius:12px;transition:all .3s ease}.about-why-choose-card:hover{background:#fff;border-color:var(--about-accent);box-shadow:0 8px 25px #0f766e29;transform:translateY(-5px)}.about-why-choose-card-inner{padding:2rem 1.5rem;text-align:center}.about-why-choose-icon-wrapper{align-items:center;background:var(--about-accent);border-radius:12px;display:flex;height:60px;justify-content:center;margin:0 auto 1.25rem;transition:all .3s ease;width:60px}.about-why-choose-card:hover .about-why-choose-icon-wrapper{box-shadow:0 6px 20px #f973164d;transform:scale(1.1)}.about-why-choose-icon{filter:brightness(0) invert(1);font-size:1.75rem}.about-why-choose-card h3{color:#1e293b;font-size:1.15rem;font-weight:600;margin:0 0 .75rem}.about-why-choose-card p{color:#64748b;font-size:.9rem;line-height:1.6;margin:0}.about-why-choose-number{display:none}#about-team-section{background:#fff;padding:5rem 2rem}#about-team-container{margin:0 auto;max-width:min(96vw,1760px)}#about-team-main-title{color:#1e293b;font-size:2.5rem;font-weight:700;margin:0 0 1rem;text-align:center}#about-team-subtitle{color:#64748b;font-size:1.1rem;margin:0 0 3rem;text-align:center}#about-team-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:minmax(220px,420px);justify-content:center}.about-team-placeholder-card{background:#f8fafc}.about-team-member-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 2px 10px #00000012;transition:all .3s ease}.about-team-member-card:hover{box-shadow:0 8px 18px #f9731629;transform:translateY(-4px)}.about-team-member-info{display:flex;flex-direction:column;justify-content:center;min-height:120px;padding:1.1rem .8rem;text-align:center}.about-team-member-name{color:#1e293b;font-size:1rem;font-weight:600;margin:0 0 .3rem}.about-team-member-position{color:var(--about-accent);font-size:.85rem;font-weight:500;margin:0}#about-cta-section{background:linear-gradient(135deg,#1e293b,#334155);padding:5rem 2rem;text-align:center}#about-cta-container{margin:0 auto;max-width:800px}#about-cta-title{color:#fff;font-size:2.5rem;font-weight:700;margin:0 0 1rem}#about-cta-description{color:#cbd5e1;font-size:1.25rem;margin:0 0 2.5rem}#about-cta-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}#about-cta-btn-primary,#about-cta-btn-secondary{border:none;border-radius:8px;cursor:pointer;font-size:1.05rem;font-weight:600;padding:1rem 2.5rem;transition:all .3s ease}#about-cta-btn-primary{background:var(--about-accent);color:#fff}#about-cta-btn-primary:hover{background:var(--about-accent-strong);box-shadow:0 8px 20px #0f766e4d;transform:translateY(-2px)}#about-cta-btn-secondary{background:#0000;border:2px solid #fff;color:#fff}#about-cta-btn-secondary:hover{background:#fff;color:#1e293b;transform:translateY(-2px)}@media screen and (max-width:1024px){#about-company-profile-content{gap:3rem}#about-founder-testimonial-card{grid-template-columns:260px 1fr}#about-founder-image-wrap{height:280px}#about-leadership-focus-container{grid-template-columns:1fr}#about-leadership-focus-image{min-height:220px}#about-why-choose-grid{grid-template-columns:repeat(2,1fr)}#about-team-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}}@media screen and (max-width:768px){#about-hero-section{height:200px}#about-hero-main-title{font-size:2.5rem}#about-hero-subtitle-text{font-size:1.1rem}#about-company-profile-content{gap:3rem;grid-template-columns:1fr}#about-company-profile-text{padding-right:0}#about-founder-testimonial-section,#about-leadership-focus-section{padding-left:1rem;padding-right:1rem}#about-founder-testimonial-card{grid-template-columns:1fr;padding:1rem}#about-founder-image-wrap{height:260px}#about-founder-title,#about-leadership-focus-title{font-size:1.7rem}#about-leadership-focus-content{padding:1.1rem}#about-leadership-focus-image{min-height:260px}#about-company-profile-title{font-size:2rem}#about-company-stats-wrapper{gap:2rem}#about-why-choose-title{font-size:2rem}#about-why-choose-description{font-size:1rem}#about-why-choose-grid{gap:1.5rem;grid-template-columns:1fr}.about-why-choose-card-inner{padding:2.5rem 2rem}.about-why-choose-number{font-size:4rem}#about-team-grid{gap:.85rem;grid-template-columns:repeat(auto-fit,minmax(145px,1fr))}.about-team-member-info{padding:.75rem .55rem .85rem}#about-cta-title,#about-team-main-title,#about-why-choose-title{font-size:2rem}}@media screen and (max-width:480px){#about-hero-section{height:180px}#about-hero-main-title{font-size:2rem}#about-hero-subtitle-text{font-size:1rem}#about-why-choose-section{padding:3rem 1rem}#about-founder-title,#about-leadership-focus-title{font-size:1.45rem}#about-founder-quote{font-size:.95rem;line-height:1.7}#about-founder-image-wrap{height:220px}#about-team-grid{gap:.7rem;grid-template-columns:repeat(auto-fit,minmax(135px,1fr))}#about-leadership-focus-image{min-height:220px}#about-why-choose-header{margin-bottom:2rem}#about-why-choose-title{font-size:1.6rem}#about-why-choose-grid{gap:1rem;grid-template-columns:1fr}.about-why-choose-card-inner{padding:1.5rem 1rem}.about-why-choose-icon-wrapper{height:50px;width:50px}.about-why-choose-icon{font-size:1.5rem}.about-why-choose-card h3{font-size:1.05rem}.about-why-choose-card p{font-size:.85rem}#about-company-profile-title{font-size:1.75rem}#about-company-stats-wrapper{flex-direction:column;gap:1.5rem}#about-company-images-slider,.about-slider-image-item{height:300px}.about-stat-number{font-size:2rem}#about-cta-buttons{flex-direction:column;gap:1rem}#about-cta-btn-primary,#about-cta-btn-secondary{width:100%}}#cp-wrapper{font-family:Inter,sans-serif;overflow-x:hidden;width:100%}#cp-hero{align-items:center;background:linear-gradient(135deg,#0f172a,#1e2d45 45%,#1e293b);display:flex;justify-content:center;min-height:300px;overflow:hidden;padding:60px 0;position:relative}#cp-hero-bg{inset:0;overflow:hidden;pointer-events:none;position:absolute}.cp-orb{animation:cpOrbFloat 22s ease-in-out infinite;border-radius:50%;filter:blur(90px);opacity:.35;position:absolute}.cp-orb-1{animation-delay:0s;background:radial-gradient(circle,#f97316,#0000 70%);height:550px;left:-120px;top:-200px;width:550px}.cp-orb-2{animation-delay:7s;background:radial-gradient(circle,#3b82f6,#0000 70%);bottom:-150px;height:420px;right:-80px;width:420px}.cp-orb-3{animation-delay:14s;background:radial-gradient(circle,#8b5cf6,#0000 70%);height:360px;right:22%;top:40%;width:360px}@keyframes cpOrbFloat{0%,to{transform:translate(0) scale(1)}33%{transform:translate(40px,-40px) scale(1.08)}66%{transform:translate(-30px,25px) scale(.94)}}#cp-hero-grid{animation:cpGridDrift 25s linear infinite;background-image:linear-gradient(hsla(0,0%,100%,.025) 1px,#0000 0),linear-gradient(90deg,hsla(0,0%,100%,.025) 1px,#0000 0);background-size:52px 52px;inset:0;position:absolute}@keyframes cpGridDrift{0%{transform:translate(0)}to{transform:translate(52px,52px)}}#cp-hero-noise{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath filter='url(%23a)' opacity='.04' d='M0 0h300v300H0z'/%3E%3C/svg%3E");inset:0;opacity:.3;position:absolute}#cp-hero-content{color:#fff;max-width:820px;opacity:0;padding:0 2rem;position:relative;text-align:center;transform:translateY(36px);transition:opacity .9s ease,transform .9s ease;z-index:3}#cp-hero-content.cp-visible{opacity:1;transform:translateY(0)}#cp-hero-title{color:#fff;font-size:3.4rem;font-weight:700;letter-spacing:-.5px;line-height:1.1;margin:0 0 .8rem}.cp-title-accent{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f97316,#fbbf24);-webkit-background-clip:text;background-clip:text}#cp-hero-subtitle{color:#f97316;font-size:1.08rem;font-weight:500;line-height:1.45;margin:0 auto;max-width:640px}#cp-cards-section{background:#f8fafc;padding:2.8rem 0 4rem}#cp-support-strip{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 8px 24px #0f172a14;margin:0 auto 1.5rem;max-width:1240px;padding:1.25rem 1.6rem}#cp-support-badge{align-items:center;background:#dbeafe;border-radius:999px;color:#0f4da3;display:flex;font-size:.95rem;font-weight:700;gap:.55rem;margin:0 auto .8rem;padding:.5rem 1.1rem;width:-webkit-fit-content;width:fit-content}#cp-support-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(220px,1fr))}.cp-support-item{text-align:center}.cp-support-label{color:#1e293b;font-size:1.05rem;font-weight:700;margin:0 0 .2rem}.cp-support-number{color:#0f2f52;cursor:pointer;font-size:1.35rem;font-weight:800;letter-spacing:.1px;text-decoration:none;transition:color .2s ease}.cp-support-number:hover{color:#0f4da3}#cp-cards-grid{grid-gap:1.7rem;display:grid;gap:1.7rem;grid-template-columns:repeat(4,minmax(280px,1fr));margin:0 auto;max-width:1420px;padding:0 2rem}#cp-cards-heading{margin-bottom:2.5rem;text-align:center}#cp-cards-heading h2{color:#1e293b;font-size:2rem;font-weight:800;margin:0 0 .5rem}#cp-cards-heading p{color:#64748b;font-size:1rem;margin:0}.cp-card{background:#fff;border:1px solid #d9e2ec;border-radius:16px;box-shadow:0 10px 30px #0f172a14;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;padding:2.35rem 1.75rem 1.95rem;position:relative;text-align:left;transition:transform .35s cubic-bezier(.4,0,.2,1),box-shadow .35s ease,border-color .35s ease}.cp-card-top-bar{background:#f97316;background:var(--card-color,#f97316);border-radius:18px 18px 0 0;height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.cp-card-active .cp-card-top-bar,.cp-card:hover .cp-card-top-bar{transform:scaleX(1)}.cp-card-active,.cp-card:hover{border-color:#b8c7d9;box-shadow:0 20px 40px #0f172a29;transform:translateY(-8px)}.cp-card-icon{align-items:center;background:#f1f5f9;border:1px solid #d7e1eb;border-radius:14px;color:#0f172a;display:inline-flex;height:58px;justify-content:center;margin-bottom:1.25rem;transition:transform .3s ease,background-color .3s ease;width:58px}.cp-card:hover .cp-card-icon{background:#e2e8f0;transform:scale(1.04)}.cp-card-title{color:#1e293b;font-size:1.5rem;font-weight:800;margin:0 0 .9rem}.cp-card-line{color:#475569;font-size:1rem;font-weight:500;-webkit-hyphens:auto;hyphens:auto;line-height:1.32;margin:.2rem 0;overflow-wrap:anywhere;word-break:break-word}.cp-card-line-email{font-size:.9rem;font-weight:600;-webkit-hyphens:none;hyphens:none;overflow:visible;overflow-wrap:normal;text-overflow:clip;white-space:nowrap;word-break:normal}.cp-card-sub{color:#94a3b8;display:block;font-size:.92rem;margin:1rem 0 1.4rem;min-height:40px;overflow-wrap:anywhere;word-break:break-word}.cp-card-action{background:#0f2f52;border-radius:10px;box-shadow:0 8px 18px #0f2f5238;color:#fff;cursor:pointer;display:block;font-size:1rem;font-weight:700;margin-top:auto;padding:.75rem 1.1rem;text-align:center;text-decoration:none;transition:all .3s ease;width:100%}.cp-card-action:hover{background:#0f4da3;box-shadow:0 12px 22px #0f4da342;transform:translateY(-2px)}#cp-form-section{background:#fff;border-top:1px solid #f1f5f9;padding:5rem 2rem}#cp-form-section-inner{align-items:start;display:block;margin:0 auto;max-width:min(96vw,1520px)}#cp-form-box{background:#fff;border:1px solid #0000000d;border-radius:22px;box-shadow:0 8px 40px #00000012;padding:3rem}#cp-form-header{margin-bottom:2.2rem}#cp-form-label{color:#f97316;display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:2px;margin-bottom:.6rem}#cp-form-title{color:#1e293b;font-size:2.1rem;font-weight:800;line-height:1.2;margin:0 0 .6rem}#cp-form-desc{color:#64748b;font-size:.97rem;line-height:1.6;margin:0}.cp-form-row{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:1fr 1fr;margin-bottom:1.25rem}.cp-fg{display:flex;flex-direction:column;margin-bottom:0}.cp-fg label{color:#475569;font-size:.88rem;font-weight:600;margin-bottom:.5rem}.cp-fg input,.cp-fg textarea{background:#f8fafc;border:2px solid #e5e7eb;border-radius:10px;color:#1e293b;font-family:inherit;font-size:.97rem;outline:none;padding:.9rem 1rem;transition:all .3s ease}.cp-fg input:focus,.cp-fg textarea:focus{background:#fff;border-color:#f97316;box-shadow:0 0 0 4px #f973161a}.cp-fg textarea{margin-bottom:1.25rem;min-height:140px;resize:vertical}#cp-submit-btn{align-items:center;background:linear-gradient(135deg,#f97316,#ea580c);border:none;border-radius:12px;box-shadow:0 5px 18px #f9731652;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:1.05rem;font-weight:700;gap:.7rem;justify-content:center;margin-top:.25rem;padding:1.1rem;transition:all .3s ease;width:100%}#cp-submit-btn:hover{box-shadow:0 10px 28px #f973166b;transform:translateY(-3px)}#cp-btn-arrow{font-size:1.4rem;transition:transform .3s ease}#cp-submit-btn:hover #cp-btn-arrow{transform:translateX(5px)}#cp-success-msg{padding:3.5rem 2rem;text-align:center}#cp-success-icon{align-items:center;animation:cpSuccessPop .5s cubic-bezier(.4,0,.2,1);background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;box-shadow:0 8px 25px #10b98159;color:#fff;display:flex;font-size:2rem;font-weight:900;height:72px;justify-content:center;margin:0 auto 1.5rem;width:72px}@keyframes cpSuccessPop{0%{opacity:0;transform:scale(0)}70%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}#cp-success-msg h3{color:#1e293b;font-size:1.75rem;font-weight:800;margin:0 0 .6rem}#cp-success-msg p{color:#64748b;font-size:1.05rem;margin:0}#cp-right-col{grid-gap:1.5rem;align-items:stretch;display:grid;gap:1.5rem;grid-template-columns:1.05fr 1fr;margin:0 auto;max-width:none;width:100%}#cp-map-box{background:#fff;border:1px solid #0000000d;border-radius:20px;box-shadow:0 8px 32px #00000012;min-height:100%;overflow:hidden;padding:1rem}#cp-map-box iframe{display:block;height:100%;min-height:380px;width:100%}#cp-address-box{background:#fff;border:1px solid #0000000d;border-radius:20px;box-shadow:0 8px 32px #00000012;display:flex;flex-direction:column;gap:1.75rem;padding:2.2rem}.cp-ab-section{border-bottom:1px solid #f1f5f9;padding-bottom:1.5rem}.cp-ab-section:last-child{border-bottom:none;padding-bottom:0}.cp-ab-heading{align-items:center;color:#1e293b;display:flex;font-size:1rem;font-weight:700;gap:.5rem;margin:0 0 .85rem}.cp-ab-icon{font-size:1.1rem}.cp-ab-text{color:#64748b;font-size:.93rem;line-height:1.9;margin:0}#cp-hours-list{display:flex;flex-direction:column;gap:.5rem}.cp-hours-row{align-items:center;background:#f8fafc;border-radius:9px;display:flex;font-size:.88rem;justify-content:space-between;padding:.75rem 1rem;transition:all .25s ease}.cp-hours-row:hover{background:#f1f5f9;transform:translateX(4px)}.cp-hours-row span:first-child{color:#475569;font-weight:600}.cp-hours-open{color:#10b981;font-weight:700}.cp-hours-red{color:#ef4444;font-weight:700}.cp-hours-closed{background:#ef44440f}#cp-cta-section{background:linear-gradient(135deg,#0f172a,#1e293b 60%,#334155);overflow:hidden;padding:5.5rem 2rem;position:relative;text-align:center}#cp-cta-section:before{background-image:linear-gradient(#f973160d 1px,#0000 0),linear-gradient(90deg,#f973160d 1px,#0000 0);background-size:52px 52px;content:"";inset:0;position:absolute}#cp-cta-content{margin:0 auto;max-width:760px;position:relative;z-index:2}#cp-cta-label{color:#f97316;font-size:.72rem;font-weight:700;letter-spacing:2.5px;margin:0 0 .75rem}#cp-cta-title{color:#fff;font-size:2.6rem;font-weight:900;line-height:1.15;margin:0 0 1rem}#cp-cta-sub{color:#94a3b8;font-size:1.1rem;line-height:1.7;margin:0 0 2.75rem}#cp-cta-btns{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.cp-cta-btn{border-radius:12px;font-family:inherit;font-size:1rem;font-weight:700;padding:1rem 2.4rem;text-decoration:none;transition:all .3s ease}.cp-cta-primary{background:linear-gradient(135deg,#f97316,#ea580c);box-shadow:0 6px 22px #f9731661;color:#fff}.cp-cta-primary:hover{box-shadow:0 12px 32px #f9731680;transform:translateY(-3px)}.cp-cta-secondary{background:#0000;border:2px solid #ffffff4d;color:#fff}.cp-cta-secondary:hover{background:#fff;color:#1e293b;transform:translateY(-3px)}@media (max-width:1024px){#cp-support-strip{margin:0 1.25rem 1.5rem;padding:1.25rem 1.35rem}.cp-support-label{font-size:1.15rem}.cp-support-number{font-size:1.55rem}#cp-cards-grid{grid-template-columns:repeat(2,1fr)}#cp-form-section-inner{max-width:min(96vw,1200px)}#cp-right-col{grid-template-columns:1fr}#cp-hero-title{font-size:2.8rem}#cp-hero-subtitle{font-size:1rem}}@media (max-width:768px){#cp-support-strip{margin:0 1rem 1.4rem;padding:1rem .9rem}#cp-support-grid{gap:.75rem;grid-template-columns:1fr}#cp-support-badge{font-size:.94rem;margin-bottom:1rem}.cp-support-label{font-size:1rem}.cp-support-number{font-size:1.25rem}#cp-map-box iframe{min-height:280px}#cp-hero{min-height:250px;padding:50px 0}#cp-hero-title{font-size:2.35rem;letter-spacing:-.2px}#cp-hero-subtitle{font-size:.95rem}#cp-cards-section{padding:3rem 0}#cp-cards-grid{gap:1.2rem;grid-template-columns:1fr}.cp-card-title{font-size:1.25rem}.cp-card-line{font-size:.9rem}.cp-card-line-email{font-size:.82rem}.cp-card-sub{font-size:.86rem}.cp-card-action{font-size:.92rem}#cp-form-section{padding:4rem 1.25rem}#cp-form-section-inner{max-width:100%}#cp-cta-title{font-size:2rem}}@media (max-width:480px){.cp-support-number{font-size:1.05rem}#cp-hero-title{font-size:2rem}#cp-hero-subtitle{font-size:.9rem}#cp-address-box{padding:1.5rem}#cp-cta-section{padding:4rem 1.25rem}#cp-cta-title{font-size:1.65rem}#cp-cta-btns{align-items:center;flex-direction:column}.cp-cta-btn{text-align:center;width:100%}}.category-page{background:#f8f9fa;min-height:100vh}.category-header{background:linear-gradient(135deg,#1e3a8a,#1e40af);color:#fff;padding:4rem 2rem 3rem}.category-header-content{margin:0 auto;max-width:1400px}.breadcrumb{align-items:center;display:flex;font-size:.9rem;gap:.5rem;margin-bottom:1.5rem}.breadcrumb a{color:#93c5fd;text-decoration:none;transition:color .3s ease}.breadcrumb a:hover{color:#fff}.breadcrumb span{color:#93c5fd}.category-header h1{font-size:3rem;font-weight:700;margin:0 0 1rem}.category-header p{color:#dbeafe;font-size:1.2rem;margin:0 0 1.5rem;max-width:700px}.category-stats{color:#bfdbfe;display:flex;font-size:1rem;gap:2rem}.category-controls{background:#fff;border-bottom:1px solid #e5e7eb;padding:1.5rem 2rem;position:-webkit-sticky;position:sticky;top:70px;z-index:100}.category-controls-container{align-items:center;display:flex;gap:1.5rem;justify-content:space-between;margin:0 auto;max-width:1400px}.search-box{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;display:flex;flex:1 1;gap:.75rem;max-width:500px;padding:.75rem 1.25rem;transition:all .3s ease}.search-box:focus-within{background:#fff;border-color:#06c;box-shadow:0 0 0 3px #0066cc1a}.search-box svg{color:#6b7280;flex-shrink:0}.search-box input{background:#0000;border:none;color:#1f2937;flex:1 1;font-size:1rem;outline:none}.search-box input::placeholder{color:#9ca3af}.filter-btn{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.filter-btn:hover{background:#f9fafb;border-color:#06c;color:#06c}.category-content{background:#f8f9fa;padding:3rem 1.5rem}.category-content-container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:minmax(220px,250px) minmax(0,1fr);margin:0 auto;max-width:1400px;padding:0}.category-sidebar{background:#fff;border-radius:10px;box-shadow:0 2px 6px #00000014;height:-webkit-fit-content;height:fit-content;min-width:220px;padding:1.25rem;position:-webkit-sticky;position:sticky;top:150px}.sidebar-title{border-bottom:2px solid #e5e7eb;color:#1f2937;font-size:1.2rem;font-weight:700;margin:0 0 1.5rem;padding-bottom:1rem}.sidebar-categories{list-style:none;margin:0;padding:0}.sidebar-categories li{margin-bottom:.5rem}.sidebar-categories li.active{background:#eff6ff;border-radius:6px}.sidebar-categories a{align-items:center;border-radius:6px;color:#4b5563;display:flex;font-size:.95rem;font-weight:500;justify-content:space-between;padding:.75rem 1rem;text-decoration:none;transition:all .3s ease}.sidebar-categories a:hover{background:#f3f4f6;color:#06c;padding-left:1.25rem}.sidebar-categories li.active a{color:#06c;font-weight:600}.active-indicator{color:#06c;font-weight:700}.category-products-section{display:flex;flex-direction:column;min-height:600px;min-width:0}.category-page .products-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));margin-bottom:2rem;max-width:100%}.product-card{background:#fff;border-radius:6px;box-shadow:0 1px 3px #00000014;display:flex;flex-direction:column;min-width:0;overflow:hidden;transition:all .3s ease;width:100%}.product-card:hover{box-shadow:0 3px 10px #0000001f;transform:translateY(-2px)}.product-image{align-items:center;background:#f5f5f5;display:flex;height:clamp(130px,13vw,180px);justify-content:center;overflow:hidden;width:100%}.product-image img{height:100%;object-fit:contain;padding:.4rem;transition:transform .3s ease;width:100%}.product-card:hover .product-image img{transform:scale(1.05)}.product-info{display:flex;flex:1 1;flex-direction:column;padding:.65rem}.product-info h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#1f2937;display:-webkit-box;font-size:clamp(.8rem,.35vw + .68rem,.95rem);font-weight:600;line-height:1.2;margin:0 0 .4rem;min-height:2.3rem;overflow:hidden}.product-price{color:#06c;font-size:1.1rem;font-weight:700;margin:0 0 .75rem}.product-actions{display:flex;gap:.4rem;margin-top:auto}.details-btn,.quote-btn{align-items:center;border-radius:4px;cursor:pointer;display:flex;flex:1 1;font-size:clamp(.72rem,.2vw + .66rem,.82rem);font-weight:600;justify-content:center;padding:.45rem .25rem;text-align:center;text-decoration:none;transition:all .3s ease;white-space:nowrap}.quote-btn{background:#fff;border:2px solid #06c;color:#06c}.quote-btn:hover{background:#06c;box-shadow:0 3px 8px #06c3;color:#fff;transform:translateY(-2px)}.details-btn{background:#06c;border:2px solid #06c;color:#fff}.details-btn:hover{background:#0052a3;border-color:#0052a3;box-shadow:0 3px 8px #0066cc4d;transform:translateY(-2px)}.no-products{padding:4rem 2rem;text-align:center}.no-products p{color:#6b7280;font-size:1.2rem}.pagination{align-items:center;display:flex;gap:1rem;justify-content:center;margin-top:3rem}.pagination-btn{background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#374151;cursor:pointer;font-size:.95rem;font-weight:500;padding:.75rem 1.5rem;transition:all .3s ease}.pagination-btn:hover:not(:disabled){background:#f9fafb;border-color:#06c;color:#06c}.pagination-btn:disabled{cursor:not-allowed;opacity:.5}.pagination-numbers{display:flex;gap:.5rem}.pagination-number{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#374151;cursor:pointer;display:flex;font-size:.95rem;font-weight:500;height:40px;justify-content:center;transition:all .3s ease;width:40px}.pagination-number:hover{background:#f9fafb;border-color:#06c;color:#06c}.pagination-ellipsis{align-items:center;color:#6b7280;display:flex;font-size:1.1rem;height:40px;justify-content:center;-webkit-user-select:none;user-select:none;width:40px}.pagination-number.active{background:#06c;border-color:#06c;color:#fff}.category-not-found{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:60vh;padding:2rem;text-align:center}.category-not-found h2{color:#1f2937;font-size:2rem;margin-bottom:1rem}.category-not-found a{color:#06c;font-weight:600;text-decoration:none}@media screen and (max-width:1400px){.category-page .products-grid{grid-template-columns:repeat(auto-fill,minmax(205px,1fr))}}@media screen and (max-width:1200px){.category-content{padding:2.5rem 1.25rem}.category-content-container{gap:1.25rem;grid-template-columns:minmax(200px,230px) minmax(0,1fr)}.category-page .products-grid{grid-template-columns:repeat(auto-fill,minmax(195px,1fr))}}@media screen and (max-width:1024px){.category-content-container{gap:1rem;grid-template-columns:minmax(190px,220px) minmax(0,1fr)}.category-page .products-grid{gap:.85rem;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}}@media screen and (max-width:768px){.category-header{padding:3rem 1.5rem 2rem}.category-header h1{font-size:2.2rem}.category-header p{font-size:1rem}.category-controls{padding:1rem 1.5rem}.category-controls-container{align-items:stretch;flex-direction:column}.search-box{max-width:100%}.category-content{padding:2rem 1.5rem}.category-content-container{gap:1rem;grid-template-columns:1fr}.category-sidebar{order:-1;padding:1rem;position:static}.sidebar-categories{display:flex;flex-wrap:wrap;gap:.45rem;overflow:visible;padding-bottom:0}.sidebar-categories li{flex-basis:calc(25% - 0.45rem);flex-grow:1;flex-shrink:1;margin-bottom:0;max-width:calc(25% - .45rem);min-width:0}.sidebar-categories li.active{border-radius:999px}.sidebar-categories a{border:1px solid #e5e7eb;border-radius:999px;overflow:hidden;padding:.48rem .82rem;text-overflow:ellipsis;white-space:nowrap;width:100%}.sidebar-categories a:hover{padding-left:.9rem}.category-page .products-grid{gap:.8rem;grid-template-columns:repeat(2,minmax(0,1fr))}.pagination-numbers{flex-wrap:wrap}.active-indicator{display:none}}@media screen and (max-width:480px){.category-header{padding:2rem 1rem 1.5rem}.category-header h1{font-size:1.8rem}.category-header p{font-size:.95rem}.category-content{padding:1.5rem .9rem}.sidebar-categories{gap:.38rem;padding-bottom:0}.sidebar-categories li{flex-basis:calc(50% - 0.38rem);flex-grow:1;flex-shrink:1;max-width:calc(50% - .38rem)}.category-page .products-grid{gap:.9rem;grid-template-columns:1fr}.product-image{height:200px}.product-info h3{font-size:.95rem}.product-actions{gap:.45rem}.details-btn,.quote-btn{font-size:.8rem;padding:.5rem .35rem}.pagination{flex-wrap:wrap;gap:.5rem}.pagination-btn{font-size:.9rem;padding:.625rem 1.25rem}}.cat-header-top-row{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-start;margin-bottom:.5rem}.cat-header-top-row h1{margin:0}@media screen and (max-width:360px){.category-page .products-grid{grid-template-columns:1fr}.product-actions{flex-direction:column}}.product-detail-page{background:#f4f7fb;font-family:Inter,sans-serif;min-height:100vh}.product-breadcrumb{background:#fff;border-bottom:1px solid #e5e7eb;padding:1.2rem 2rem}.breadcrumb-container{align-items:center;display:flex;font-size:.88rem;gap:.5rem;margin:0 auto;max-width:1400px}.breadcrumb-container a{color:#6b7280;text-decoration:none;transition:color .2s}.breadcrumb-container a:hover{color:#003a78}.breadcrumb-container span{color:#9ca3af}.breadcrumb-container span:last-child{color:#1f2937;font-weight:500}.product-detail-container{margin:0 auto;max-width:1400px;padding:2.5rem 2rem 4rem}.product-detail-content{grid-gap:3rem;background:#fff;border-radius:16px;box-shadow:0 4px 20px #003a7814;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin-bottom:3rem;padding:2.5rem}.product-gallery{display:flex;flex-direction:column;gap:1rem}.main-image{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;height:460px;overflow:hidden;position:relative;width:100%}.main-image img{height:100%;object-fit:cover;width:100%}.image-count-badge{background:#0f172ac7;border-radius:999px;color:#fff;font-size:.76rem;font-weight:700;left:12px;letter-spacing:.02em;padding:.3rem .65rem;position:absolute;top:12px}.gallery-nav{align-items:center;background:#ffffffeb;border:none;border-radius:50%;box-shadow:0 2px 8px #0000001f;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .25s;width:40px}.gallery-nav:hover{background:#fff;box-shadow:0 4px 16px #0000002e}.gallery-nav.prev{left:1rem}.gallery-nav.next{right:1rem}.thumbnail-list{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(4,1fr)}.thumbnail{border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;height:90px;overflow:hidden;transition:all .25s}.thumbnail:hover{border-color:#003a78;transform:translateY(-2px)}.thumbnail.active{border-color:#003a78;box-shadow:0 0 0 3px #003a7826}.thumbnail img{height:100%;object-fit:cover;width:100%}.product-info-section{display:flex;flex-direction:column;gap:1.4rem;max-height:none;overflow:visible;padding-right:0}.product-category-badge{background:#eff6ff;border-radius:6px;color:#003a78;display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:.06em;padding:.4rem 1rem;text-transform:uppercase;width:-webkit-fit-content;width:fit-content}.product-title-row{align-items:flex-start;display:flex;justify-content:space-between}.share-wrapper{margin-left:auto;position:relative}.share-toggle-btn{align-items:center;background:#fff;border:1.5px solid #d1d9e8;border-radius:8px;color:#4b5563;cursor:pointer;display:flex;font-size:.85rem;font-weight:600;gap:.4rem;padding:.45rem 1rem;transition:all .2s ease}.share-toggle-btn.active,.share-toggle-btn:hover{background:#f4f8ff;border-color:#003a78;color:#003a78}.share-dropdown{animation:fadeIn .15s ease-out;background:#fff;border-radius:10px;box-shadow:0 6px 20px #0000001f,0 0 0 1px #0000000d;display:flex;flex-direction:column;min-width:150px;padding:.4rem;position:absolute;right:0;top:calc(100% + 8px);z-index:100}.share-btn{align-items:center;background:#0000;border:none;border-radius:6px;color:#374151;cursor:pointer;display:flex;font-size:.85rem;font-weight:500;gap:.6rem;padding:.6rem .8rem;text-align:left;transition:background .2s,color .2s;width:100%}.share-btn:hover{background:#f3f4f6}.share-btn.whatsapp:hover{background:#dcfce7;color:#16a34a}.share-btn.facebook:hover{background:#dbeafe;color:#1d4ed8}.share-btn.instagram:hover{background:#fce7f3;color:#be185d}.product-title{color:#0a1628;font-size:1.9rem;font-weight:800;line-height:1.25;margin:0}.parts-selector h3,.product-description h3{color:#1f2937;font-size:1rem;font-weight:700;margin:0 0 .75rem}.product-description p{color:#4b5563;font-size:.92rem;line-height:1.7;margin:0}.parts-selector{background:linear-gradient(145deg,#f0f5ff,#e8f0fe);border:1.5px solid #c7d9f5;border-radius:14px;gap:1rem;padding:1.4rem 1.5rem}.parts-header,.parts-selector{display:flex;flex-direction:column}.parts-header{gap:.55rem}.parts-title-row{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.parts-title-row h3{color:#003a78;font-size:1rem;font-weight:800;margin:0}.parts-icon{color:#003a78;flex-shrink:0}.parts-count-badge{background:#003a78;border-radius:20px;color:#fff;font-size:.72rem;font-weight:700;margin-left:auto;padding:3px 10px}.parts-subtitle{color:#4b5563;font-size:.82rem;line-height:1.5;margin:0}.parts-batch-btns{display:flex;flex-wrap:wrap;gap:.6rem}.parts-batch-btn{background:#0000;border:1.5px solid #003a78;border-radius:20px;color:#003a78;cursor:pointer;font-family:Inter,sans-serif;font-size:.77rem;font-weight:600;padding:.32rem .9rem;transition:all .2s}.parts-batch-btn.active,.parts-batch-btn:hover{background:#003a78;color:#fff}.parts-list{display:flex;flex-direction:column;gap:.55rem;list-style:none;margin:0;max-height:280px;overflow-y:auto;padding:0 2px 0 0}.parts-list::-webkit-scrollbar{width:4px}.parts-list::-webkit-scrollbar-thumb{background:#bfcde8;border-radius:4px}.part-item{align-items:center;background:#fff;border:1.5px solid #dde6f5;border-radius:10px;cursor:pointer;display:flex;gap:.75rem;padding:.75rem .9rem;transition:all .2s ease;-webkit-user-select:none;user-select:none}.part-item:hover{background:#f4f8ff;border-color:#003a78;box-shadow:0 3px 10px #003a781a;transform:translateY(-1px)}.part-item--selected{background:#eef4ff;border-color:#003a78;box-shadow:0 2px 8px #003a781f}.part-check-area{align-items:center;display:flex;flex-shrink:0;justify-content:center;width:22px}.part-check-empty{background:#fff;border:2px solid #d1d9e8;border-radius:50%;height:20px;transition:border-color .2s;width:20px}.part-item:hover .part-check-empty{border-color:#003a78}.part-check-icon{flex-shrink:0}.part-check-icon--on{color:#003a78}.part-body{flex:1 1;min-width:0}.part-name{color:#1f2937;font-size:.88rem;font-weight:700;line-height:1.3}.part-desc{color:#6b7280;font-size:.77rem;line-height:1.4;margin-top:2px}.part-toggle-btn{align-items:center;border:1.5px solid;border-radius:20px;cursor:pointer;display:flex;flex-shrink:0;font-family:Inter,sans-serif;font-size:.76rem;font-weight:700;gap:4px;padding:.3rem .75rem;transition:all .2s;white-space:nowrap}.part-toggle-btn--add{background:#003a78;border-color:#003a78;color:#fff}.part-toggle-btn--add:hover{background:#002760;border-color:#002760}.part-toggle-btn--remove{background:#0000;border-color:#dc2626;color:#dc2626}.part-toggle-btn--remove:hover{background:#dc2626;color:#fff}.parts-selection-summary{align-items:flex-start;animation:fadeIn .25s ease;background:#003a78;border-radius:8px;color:#fff;display:flex;font-size:.8rem;gap:.5rem;line-height:1.5;padding:.6rem 1rem}.parts-selection-summary svg{flex-shrink:0;margin-top:2px}.product-actions-section{background:#f9fbff;border:1px solid #e5edf8;border-radius:12px;bottom:0;box-shadow:0 -4px 20px #003a7814;display:flex;flex-direction:column;gap:.75rem;padding:1.4rem 1.5rem;position:-webkit-sticky;position:sticky;z-index:10}.action-buttons{display:flex;gap:1rem}.btn-get-quote{align-items:center;background:#003a78;border:2px solid #003a78;border-radius:10px;color:#fff;cursor:pointer;display:flex;flex:1 1;font-family:Inter,sans-serif;font-size:.97rem;font-weight:700;gap:.5rem;justify-content:center;padding:.95rem 1.5rem;transition:all .26s ease}.btn-get-quote:hover:not(:disabled){background:#002760;border-color:#002760;box-shadow:0 6px 18px #003a7847;transform:translateY(-2px)}.btn-get-quote:disabled{background:#9ca3af;border-color:#9ca3af;cursor:not-allowed;opacity:.5}.btn-in-cart{background:#0000;border-color:#059669;color:#059669}.btn-in-cart:hover{background:#dc2626;border-color:#dc2626;color:#fff;transform:translateY(-2px)}.parts-hint{color:#6b7280;font-size:.81rem;line-height:1.5;margin:0;padding-left:.25rem}.related-products-section{margin-top:2rem}.related-products-section h2{color:#0a1628;font-size:1.6rem;font-weight:800;margin:0 0 1.5rem}.related-products-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(4,1fr)}.related-product-card{background:#fff;border:1px solid #e8eef5;border-radius:12px;box-shadow:0 2px 8px #00000012;cursor:pointer;overflow:hidden;transition:all .25s ease}.related-product-card:hover{border-color:#c7d9f5;box-shadow:0 8px 24px #003a7824;transform:translateY(-4px)}.related-product-image{background:#f5f5f5;height:180px;overflow:hidden;width:100%}.related-product-image img{height:100%;object-fit:cover;transition:transform .3s;width:100%}.related-product-card:hover .related-product-image img{transform:scale(1.06)}.related-product-info{padding:1rem}.related-product-info h4{color:#1f2937;font-size:.92rem;font-weight:700;line-height:1.4;margin:0 0 .4rem}.related-has-parts{align-items:center;background:#eff6ff;border-radius:20px;color:#003a78;display:inline-flex;font-size:.72rem;font-weight:600;gap:4px;padding:2px 8px}.product-not-found{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:60vh;padding:2rem;text-align:center}.product-not-found h2{color:#1f2937;font-size:2rem;margin-bottom:1rem}.product-not-found a{color:#003a78;font-weight:600;text-decoration:none}@media (max-width:1024px){.product-detail-content{gap:2rem;grid-template-columns:1fr}.product-info-section{max-height:none;overflow-y:visible}.related-products-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.product-detail-container{padding:1.5rem 1rem}.product-detail-content{padding:1.5rem}.main-image{height:360px}.product-title{font-size:1.55rem}.related-products-grid{grid-template-columns:repeat(2,1fr)}.action-buttons{flex-direction:column}.parts-list{max-height:220px}}@media (max-width:480px){.product-breadcrumb{padding:1rem}.breadcrumb-container{font-size:.8rem}.product-detail-container{padding:1rem .75rem}.product-detail-content{padding:1rem}.main-image{height:280px}.thumbnail-list{gap:.5rem}.thumbnail{height:70px}.product-title{font-size:1.3rem}.related-products-grid{grid-template-columns:1fr}.parts-selector{padding:1rem}.part-toggle-btn{font-size:.72rem;padding:.28rem .6rem}}.cart-page{background:#f8f9fa;min-height:100vh;padding:3rem 2rem}.cart-container{background:#fff;border-radius:12px;box-shadow:0 4px 16px #00000014;margin:0 auto;max-width:1400px;padding:2.5rem}.cart-title{border-bottom:2px solid #e5e7eb;color:#1f2937;font-size:2rem;font-weight:700;margin-bottom:2rem;padding-bottom:1rem}.cart-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr}.cart-items-list{display:flex;flex-direction:column;gap:1.5rem}.cart-header{border-bottom:1px solid #e5e7eb;color:#6b7280;display:grid;font-size:.85rem;font-weight:600;grid-template-columns:2fr 1fr 1fr;padding-bottom:1rem;text-transform:uppercase}.col-quantity{text-align:center}.col-actions{text-align:right}.cart-item{align-items:center;border-bottom:1px solid #f3f4f6;display:grid;grid-template-columns:2fr 1fr 1fr;padding:1rem 0;transition:background .3s ease}.cart-item:last-child{border-bottom:none}.item-details{align-items:center;display:flex;gap:1.5rem}.item-image{background:#f5f5f5;border-radius:8px;flex-shrink:0;height:80px;overflow:hidden;width:80px}.item-image img{height:100%;object-fit:cover;width:100%}.item-info h3{color:#1f2937;font-size:1rem;font-weight:600;margin:0 0 .5rem}.item-category{color:#6b7280;font-size:.8rem}.item-parts{align-items:center;display:flex;flex-wrap:wrap;gap:4px;margin-top:4px}.item-parts-icon{color:#003a78;flex-shrink:0}.item-parts-label{color:#003a78;font-size:.75rem;font-weight:600}.item-part-chip{background:#eff6ff;border:1px solid #bfdbfe;border-radius:20px;color:#003a78;display:inline-block;font-size:.7rem;font-weight:600;padding:1px 7px}.item-quantity{align-items:center;display:flex;gap:.5rem;justify-content:center}.qty-btn{background:#fff;border:1px solid #e5e7eb;border-radius:4px;color:#4b5563;cursor:pointer;font-size:1rem;height:32px;transition:all .2s ease;width:32px}.qty-btn:hover{background:#f3f4f6;border-color:#06c;color:#06c}.qty-input{border:1px solid #e5e7eb;border-radius:4px;color:#1f2937;font-weight:600;height:32px;text-align:center;width:48px}.item-actions{display:flex;justify-content:flex-end}.btn-remove{background:#0000;border:none;border-radius:6px;color:#9ca3af;cursor:pointer;padding:.5rem;transition:all .2s ease}.btn-remove:hover{background:#fee2e2;color:#ef4444}.cart-summary{background:#f9fafb;border-radius:12px;height:-webkit-fit-content;height:fit-content;padding:2rem}.cart-summary h3{border-bottom:2px solid #e5e7eb;color:#1f2937;font-size:1.25rem;font-weight:700;margin:0 0 1.5rem;padding-bottom:1rem}.summary-row{color:#4b5563;display:flex;font-size:1rem;font-weight:500;justify-content:space-between;margin-bottom:1rem}.summary-info{background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#6b7280;font-size:.9rem;line-height:1.6;margin-bottom:2rem;padding:1rem}.btn-checkout{align-items:center;background:#06c;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:.75rem;justify-content:center;margin-bottom:1rem;padding:1rem;transition:all .3s ease;width:100%}.btn-checkout:hover{background:#0052a3;box-shadow:0 4px 12px #0066cc4d;transform:translateY(-2px)}.btn-continue{color:#06c;display:block;font-size:.95rem;font-weight:600;text-align:center;text-decoration:none;transition:color .3s ease}.btn-continue:hover{color:#004494;text-decoration:underline}.cart-empty-state{align-items:center;background:#f8f9fa;display:flex;flex-direction:column;justify-content:center;min-height:60vh;padding:6rem 2rem;text-align:center}.empty-cart-icon{color:#d1d5db;margin-bottom:1.5rem}.cart-empty-state h2{color:#1f2937;font-size:2rem;margin-bottom:1rem}.cart-empty-state p{color:#6b7280;font-size:1.1rem;margin-bottom:2rem}.btn-continue-shopping{background:#06c;border-radius:8px;color:#fff;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.btn-continue-shopping:hover{background:#0052a3;box-shadow:0 4px 12px #0066cc4d;transform:translateY(-2px)}@media screen and (max-width:900px){.cart-content{grid-template-columns:1fr}}@media screen and (max-width:600px){.cart-item{gap:1rem;grid-template-columns:1fr;padding:1.5rem 0;text-align:center}.item-details{flex-direction:column;gap:.5rem}.cart-header{display:none}.col-actions{text-align:center}.item-actions{justify-content:center}}.qf-page{align-items:flex-start;background:linear-gradient(135deg,#eef2ff,#e8f0fe 50%,#f0f4ff);display:flex;font-family:Inter,sans-serif;justify-content:center;min-height:100vh;padding:3rem 1.5rem 4rem}.qf-wrapper{background:#fff;border-radius:20px;box-shadow:0 20px 60px #003a7826;display:grid;grid-template-columns:320px 1fr;max-width:1080px;overflow:hidden;width:100%}.qf-left-panel{background:linear-gradient(170deg,#00357a,#0052a3 55%,#1a6fd8);display:flex;flex-direction:column;gap:1.8rem;overflow:hidden;padding:2rem 1.6rem;position:relative}.qf-left-panel:before{background:#ffffff0d;height:200px;right:-70px;top:-70px;width:200px}.qf-left-panel:after,.qf-left-panel:before{border-radius:50%;content:"";pointer-events:none;position:absolute}.qf-left-panel:after{background:#ffffff0a;bottom:-80px;height:260px;left:-50px;width:260px}.qf-back-btn{align-items:center;background:#ffffff21;border:1px solid #ffffff38;border-radius:8px;color:#ffffffeb;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:.82rem;font-weight:600;gap:.4rem;padding:.45rem .9rem;position:relative;transition:all .25s ease;width:-webkit-fit-content;width:fit-content;z-index:1}.qf-back-btn:hover{background:#ffffff38;color:#fff;transform:translateX(-3px)}.qf-panel-header{position:relative;z-index:1}.qf-panel-icon{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff24;border-radius:12px;color:#fff;display:flex;height:54px;justify-content:center;margin-bottom:.9rem;width:54px}.qf-panel-header h1{color:#fff;font-size:1.35rem;font-weight:800;line-height:1.3;margin:0 0 .55rem}.qf-panel-header p{color:#ffffffb3;font-size:.84rem;line-height:1.6;margin:0}.qf-cart-summary{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border:1px solid #ffffff29;border-radius:14px;display:flex;flex:1 1;flex-direction:column;padding:1.25rem;position:relative;z-index:1}.qf-cart-summary h3{color:#faa61a;font-size:.78rem;font-weight:700;letter-spacing:.08em;margin:0 0 1rem;text-transform:uppercase}.qf-empty-note{color:#ffffff8c;font-size:.82rem;line-height:1.5}.qf-item-list{display:flex;flex:1 1;flex-direction:column;gap:.65rem;list-style:none;margin:0 0 .75rem;max-height:320px;overflow-y:auto;padding:0}.qf-item-list::-webkit-scrollbar{width:3px}.qf-item-list::-webkit-scrollbar-track{background:#0000}.qf-item-list::-webkit-scrollbar-thumb{background:#ffffff40;border-radius:4px}.qf-item-row{align-items:center;background:#ffffff14;border-radius:8px;display:flex;gap:.7rem;padding:.5rem .7rem;transition:background .2s}.qf-item-row:hover{background:#ffffff21}.qf-img-wrap{align-items:center;background:#ffffff1a;border:1px solid #ffffff26;border-radius:7px;display:flex;flex-shrink:0;height:42px;justify-content:center;overflow:hidden;width:42px}.qf-item-img{display:block;height:100%;object-fit:cover;width:100%}.qf-img-fallback{align-items:center;color:#fff9;display:flex;height:100%;justify-content:center;width:100%}.qf-item-info{display:flex;flex:1 1;flex-direction:column;gap:2px;min-width:0}.qf-item-name{color:#fff;font-size:.8rem;font-weight:600;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qf-item-qty{color:#ffffff94;font-size:.72rem}.qf-item-total{align-items:center;border-top:1px solid #ffffff24;color:#faa61a;display:flex;font-size:.84rem;font-weight:700;justify-content:space-between;margin-top:auto;padding-top:.65rem}.qf-right-panel{background:#fff;overflow-y:auto;padding:2.5rem 2.8rem}.qf-form-header{margin-bottom:1.8rem}.qf-form-header h2{color:#0a1628;font-size:1.45rem;font-weight:800;margin:0 0 .4rem}.qf-form-header p{color:#6b7280;font-size:.85rem;margin:0}.qf-required{color:#dc2626;font-weight:700}.qf-optional{color:#9ca3af;font-size:.78rem;font-weight:400}.qf-form{display:flex;flex-direction:column;gap:1.25rem}.qf-field-row{grid-gap:1.1rem;display:grid;gap:1.1rem;grid-template-columns:1fr 1fr}.qf-field{display:flex;flex-direction:column;gap:.4rem}.qf-field label{align-items:center;color:#374151;display:flex;font-size:.83rem;font-weight:600;gap:.38rem}.qf-field label svg{color:#003a78;flex-shrink:0}.qf-field input,.qf-field textarea{background:#f8faff;border:1.5px solid #dde3ef;border-radius:10px;color:#1f2937;font-family:Inter,sans-serif;font-size:.9rem;outline:none;padding:.68rem .95rem;resize:vertical;transition:border-color .2s,box-shadow .2s,background .2s}.qf-field input::placeholder,.qf-field textarea::placeholder{color:#9ca3af}.qf-field input:focus,.qf-field textarea:focus{background:#fff;border-color:#003a78;box-shadow:0 0 0 3px #003a781a}.qf-field--error input,.qf-field--error textarea{background:#fff5f5;border-color:#dc2626}.qf-field--error input:focus,.qf-field--error textarea:focus{box-shadow:0 0 0 3px #dc26261a}.qf-error-msg{color:#dc2626;font-size:.76rem;font-weight:500}.qf-submit-note{background:#fff8ed;border:1px solid #fde68a;border-radius:8px;color:#92400e;font-size:.82rem;line-height:1.5;padding:.65rem 1rem}.qf-btn-submit{align-items:center;background:linear-gradient(135deg,#003a78,#0052a3);border:none;border-radius:12px;box-shadow:0 4px 16px #003a7847;color:#fff;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:1rem;font-weight:700;gap:.6rem;justify-content:center;margin-top:.25rem;padding:.95rem 2rem;transition:all .28s ease}.qf-btn-submit:hover:not(:disabled){background:linear-gradient(135deg,#002a5c,#003a78);box-shadow:0 8px 24px #003a785c;transform:translateY(-2px)}.qf-btn-submit:disabled{cursor:not-allowed;opacity:.65}.qf-success-card{animation:qf-fadeUp .45s ease both;background:#fff;border-radius:24px;box-shadow:0 24px 72px #003a7824;max-width:620px;padding:3rem 2.5rem;text-align:center;width:100%}@keyframes qf-fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.qf-success-icon-wrap{align-items:center;background:linear-gradient(135deg,#e8faf0,#d0f5e5);border-radius:50%;display:flex;height:96px;justify-content:center;margin:0 auto 1.4rem;width:96px}.qf-success-icon{color:#10b981}.qf-success-card h2{color:#0a1628;font-size:1.7rem;font-weight:800;margin:0 0 .9rem}.qf-success-card>p{color:#4b5563;font-size:.93rem;line-height:1.7;margin:0 0 1.6rem}.qf-success-items{background:#f3f7ff;border-radius:12px;margin-bottom:1.8rem;max-height:260px;overflow-y:auto;padding:1.25rem 1.5rem;text-align:left}.qf-success-items::-webkit-scrollbar{width:4px}.qf-success-items::-webkit-scrollbar-thumb{background:#c7d8f5;border-radius:4px}.qf-success-items h4{align-items:center;color:#003a78;display:flex;font-size:.8rem;font-weight:700;gap:.35rem;letter-spacing:.06em;margin:0 0 .85rem;text-transform:uppercase}.qf-success-items ul{display:flex;flex-direction:column;gap:.55rem;list-style:none;margin:0;padding:0}.qf-success-items li{align-items:center;border-bottom:1px dashed #dde6f5;display:flex;font-size:.87rem;justify-content:space-between;padding:.4rem 0}.qf-success-items li:last-child{border-bottom:none}.si-left{gap:.65rem;min-width:0}.si-img-wrap,.si-left{align-items:center;display:flex}.si-img-wrap{background:#f0f5ff;border:1px solid #dde6f5;border-radius:6px;flex-shrink:0;height:38px;justify-content:center;overflow:hidden;width:38px}.si-img{display:block;height:100%;object-fit:cover;width:100%}.si-img-fallback{align-items:center;color:#999;display:flex;height:100%;justify-content:center;width:100%}.si-name{color:#1f2937;font-size:.85rem;font-weight:500;max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.si-qty{background:#dbeafe;border-radius:20px;color:#003a78;flex-shrink:0;font-size:.78rem;font-weight:600;padding:2px 10px}.qf-success-actions{display:flex;flex-direction:column;gap:.9rem}.qf-btn-download{align-items:center;background:linear-gradient(135deg,#faa61a,#f08000);border:none;border-radius:12px;box-shadow:0 4px 16px #faa61a66;color:#fff;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:.98rem;font-weight:700;gap:.6rem;justify-content:center;padding:.95rem 2rem;transition:all .26s ease}.qf-btn-download:hover:not(:disabled){background:linear-gradient(135deg,#f08000,#d46c00);box-shadow:0 8px 24px #faa61a80;transform:translateY(-2px)}.qf-btn-download:disabled{cursor:not-allowed;opacity:.65}.qf-btn-home{background:#0000;border:2px solid #003a78;border-radius:12px;color:#003a78;cursor:pointer;font-family:Inter,sans-serif;font-size:.93rem;font-weight:700;padding:.82rem 2rem;transition:all .24s ease}.qf-btn-home:hover{background:#003a78;color:#fff}@media (max-width:860px){.qf-wrapper{grid-template-columns:1fr}.qf-left-panel{gap:1.4rem;padding:1.8rem 1.4rem}.qf-item-list{max-height:220px}.qf-right-panel{padding:2rem 1.4rem}}@media (max-width:560px){.qf-page{padding:1rem .6rem 2.5rem}.qf-field-row{grid-template-columns:1fr}.qf-success-card{padding:2rem 1rem}.qf-panel-header h1{font-size:1.15rem}.qf-form-header h2{font-size:1.2rem}.si-name{max-width:160px}}.adm-root *,.adm-root :after,.adm-root :before{box-sizing:border-box;margin:0;padding:0}.adm-rfq-wrap{display:flex;flex-direction:column;gap:2rem}.adm-rfq-section{background:#f8faff;border:1px solid #e4e8f0;border-radius:14px;padding:1.5rem}.adm-rfq-section h3{align-items:center;color:#003a78;display:flex;font-size:1rem;gap:.6rem;margin-bottom:.5rem}.adm-rfq-hint{color:#6b7280;font-size:.82rem;margin-bottom:1.5rem}.adm-rfq-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;margin-bottom:1.5rem}.adm-rfq-field label{color:#374151;display:block;font-size:.8rem;font-weight:700;letter-spacing:.03em;margin-bottom:.8rem;text-transform:uppercase}.adm-rfq-i-list,.adm-rfq-v-list{background:#fff;border:1px solid #dde3ef;border-radius:10px;max-height:200px;overflow-y:auto;padding:.5rem}.adm-rfq-i-item,.adm-rfq-v-item{align-items:center;border-radius:8px;cursor:pointer;display:flex;gap:.8rem;padding:.6rem .8rem;transition:background .2s}.adm-rfq-i-item:hover,.adm-rfq-v-item:hover{background:#f1f5f9}.adm-rfq-i-item span,.adm-rfq-v-item span{color:#1a1d2e;flex:1 1;font-size:.88rem}.adm-rfq-v-item small{background:#f1f5f9;border-radius:4px;color:#6b7280;font-size:.72rem;padding:1px 6px}.adm-rfq-empty{color:#9ca3af;font-size:.85rem;padding:2rem;text-align:center}.adm-rfq-actions{border-top:1px solid #e4e8f0;display:flex;justify-content:flex-end;padding-top:1.2rem}.adm-rfq-history-list{display:flex;flex-direction:column;gap:.8rem}.adm-rfq-card{background:#fff;border:1px solid #e4e8f0;border-radius:12px;display:flex;flex-direction:column;gap:.6rem;padding:1rem;transition:border-color .2s}.adm-rfq-card.submitted{border-left:4px solid #10b981}.adm-rfq-card.pending{border-left:4px solid #f59e0b}.adm-rfq-card-head{align-items:center;display:flex;justify-content:space-between}.adm-rfq-card-head strong{color:#0f172a;font-size:.95rem;margin-right:.8rem}.adm-rfq-status-tag{border-radius:4px;font-size:.7rem;font-weight:700;padding:2px 8px;text-transform:uppercase}.adm-rfq-status-tag.submitted{background:#d1fae5;color:#065f46}.adm-rfq-status-tag.pending{background:#fef3c7;color:#92400e}.adm-rfq-card-actions{display:flex;gap:.5rem}.adm-rfq-remind-btn,.adm-rfq-view-btn{align-items:center;background:#fff;border:1px solid #dde3ef;border-radius:8px;cursor:pointer;display:flex;font-size:.78rem;font-weight:600;gap:.4rem;padding:.4rem .8rem;transition:all .2s}.adm-rfq-remind-btn:hover{background:#fffbeb;border-color:#f59e0b;color:#b45309}.adm-rfq-view-btn:hover{background:#f0fdf4;border-color:#10b981;color:#047857}.adm-rfq-card-meta{color:#64748b;display:flex;font-size:.75rem;gap:1.5rem}.adm-rfq-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a80;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:absolute;right:0;top:0;z-index:50}.adm-rfq-view-modal{background:#fff;border-radius:16px;box-shadow:0 20px 50px #0000004d;display:flex;flex-direction:column;max-height:85%;max-width:700px;width:100%}.adm-rfq-view-head{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:1.2rem 1.5rem}.adm-rfq-view-head h3{color:#003a78;font-size:1.1rem;margin:0}.adm-rfq-view-head button{background:none;border:none;color:#64748b;cursor:pointer}.adm-rfq-view-body{overflow-y:auto;padding:1.5rem}.adm-rfq-price-table{border-collapse:collapse;font-size:.88rem;width:100%}.adm-rfq-price-table th{background:#f8fafc;border-bottom:2px solid #f1f5f9;color:#64748b;font-size:.75rem;padding:.75rem;text-align:left;text-transform:uppercase}.adm-rfq-price-table td{border-bottom:1px solid #f1f5f9;padding:.75rem}.adm-rfq-rem{color:#64748b;font-size:.8rem;font-style:italic}.adm-rfq-ov-notes{background:#fffbeb;border-left:4px solid #f59e0b;border-radius:10px;margin-top:1.5rem;padding:1rem}.adm-rfq-ov-notes strong{color:#92400e;display:block;font-size:.82rem;margin-bottom:.4rem}.adm-rfq-ov-notes p{font-size:.88rem;line-height:1.5;margin:0}@media (max-width:768px){.adm-rfq-grid{grid-template-columns:1fr}}.adm-rfq-vendor-cards{display:flex;flex-direction:column;gap:.85rem;margin-bottom:1.5rem}.adm-rfq-vcard{background:#fff;border:2px solid #e4e8f0;border-radius:12px;overflow:hidden;transition:border-color .2s,box-shadow .2s}.adm-rfq-vcard.selected{border-color:#003a78;box-shadow:0 4px 16px #003a781a}.adm-rfq-vcard-head{padding:1rem 1.2rem}.adm-rfq-vcard-check{align-items:flex-start;cursor:pointer;display:flex;gap:.9rem}.adm-rfq-vcard-check input[type=checkbox]{accent-color:#003a78;cursor:pointer;flex-shrink:0;height:18px;margin-top:2px;width:18px}.adm-rfq-vcard-info{display:flex;flex-direction:column;gap:.2rem}.adm-rfq-vcard-info strong{color:#0f172a;font-size:.92rem;font-weight:700}.adm-rfq-vcard-info span{color:#64748b;font-size:.8rem}.adm-rfq-vcard-info small{background:#f1f5f9;border-radius:4px;color:#9ca3af;display:inline-block;font-size:.73rem;padding:1px 7px;width:-webkit-fit-content;width:fit-content}.adm-rfq-vcard-scope{animation:admFade .2s ease;background:#f8faff;border-top:1px dashed #e4e8f0;display:flex;flex-direction:column;gap:.75rem;padding:.9rem 1.2rem}.adm-rfq-scope-label{color:#374151;font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.adm-rfq-scope-btns{display:flex;gap:.5rem}.adm-rfq-scope-btn{background:#fff;border:1.5px solid #dde3ef;border-radius:8px;color:#374151;cursor:pointer;font-family:Inter,sans-serif;font-size:.82rem;font-weight:600;padding:.4rem 1rem;transition:all .18s}.adm-rfq-scope-btn:hover{border-color:#003a78;color:#003a78}.adm-rfq-scope-btn.active{background:#003a78;border-color:#003a78;box-shadow:0 2px 8px #003a784d;color:#fff}.adm-rfq-vcard-items{background:#fff;border:1px solid #e4e8f0;border-radius:10px;display:flex;flex-direction:column;gap:.4rem;max-height:180px;overflow-y:auto;padding:.5rem}.adm-rfq-i-item{align-items:center;border-radius:7px;cursor:pointer;display:flex;gap:.7rem;padding:.5rem .7rem;transition:background .18s}.adm-rfq-i-item:hover{background:#f1f5f9}.adm-rfq-i-item input[type=checkbox]{accent-color:#003a78;cursor:pointer;flex-shrink:0;height:15px;width:15px}.adm-rfq-i-item span{color:#1a1d2e;flex:1 1;font-size:.87rem}.adm-rfq-i-item small{color:#9ca3af;font-size:.73rem;white-space:nowrap}.adm-rfq-view-modal--wide{max-width:820px;width:95vw}.adm-price-col{text-align:right;white-space:nowrap}.adm-price-revised{color:#003a78!important}.adm-price-orig{color:#94a3b8;font-size:.85rem;text-align:right;text-decoration:line-through}.adm-price-new{color:#003a78;font-weight:700;text-align:right}.adm-price-change{align-items:center;border-radius:20px;display:inline-flex;font-size:.78rem;font-weight:700;gap:2px;padding:2px 8px}.adm-price-change.down{background:#dcfce7;color:#16a34a}.adm-price-change.up{background:#fee2e2;color:#dc2626}.adm-price-change.same{background:#f1f5f9;color:#64748b}.adm-rfq-status-tag.negotiating{background:#fff7ed;border:1px solid #fed7aa;color:#c2410c}.adm-rfq-status-tag.revised{background:#f0fdf4;border:1px solid #bbf7d0;color:#15803d}.adm-nego-section{animation:admFade .3s ease;background:linear-gradient(135deg,#fffbeb,#fefce8);border:1.5px solid #fed7aa;border-radius:14px;margin-top:1.5rem;padding:1.2rem 1.4rem}.adm-nego-section h4{color:#92400e;font-size:.95rem;font-weight:700;margin:0 0 .4rem}.adm-nego-hint{color:#78350f;font-size:.82rem;line-height:1.5;margin:0 0 .9rem}.adm-nego-textarea{background:#fff;border:1.5px solid #fcd34d;border-radius:10px;color:#1e293b;font-family:Inter,sans-serif;font-size:.875rem;margin-bottom:.75rem;padding:.75rem 1rem;resize:vertical;transition:border-color .2s;width:100%}.adm-nego-textarea:focus{border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b26;outline:none}.adm-nego-btn{align-items:center;background:linear-gradient(135deg,#b45309,#d97706);border:none;border-radius:10px;box-shadow:0 4px 12px #b453094d;color:#fff;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:.875rem;font-weight:700;gap:.5rem;padding:.6rem 1.4rem;transition:all .2s}.adm-nego-btn:hover:not(:disabled){background:linear-gradient(135deg,#92400e,#b45309);transform:translateY(-1px)}.adm-nego-btn:disabled{background:#d1d5db;box-shadow:none;cursor:not-allowed}.adm-negoq-admin-note{background:#fff7ed;border:1px solid #fed7aa;border-left:4px solid #f59e0b;border-radius:0 10px 10px 0;font-size:.84rem;margin-bottom:1.2rem;padding:.9rem 1.1rem}.adm-negoq-admin-note strong{color:#92400e;display:block;margin-bottom:.35rem}.adm-negoq-admin-note p{color:#78350f;line-height:1.5;margin:0}.adm-nego-waiting{align-items:center;background:#f0f9ff;border:1px solid #bae6fd;border-radius:10px;color:#0369a1;display:flex;font-size:.85rem;font-weight:600;gap:.75rem;margin-top:1.2rem;padding:.9rem 1.2rem}.adm-nego-spinner{animation:admSpin .8s linear infinite;border:2px solid #0369a133;border-radius:50%;border-top-color:#0369a1;flex-shrink:0;height:16px;width:16px}@keyframes admSpin{to{transform:rotate(1turn)}}.adm-rfq-card.negotiating{background:#fffbeb;border-left-color:#f59e0b}.adm-rfq-card.revised{background:#f0fdf4;border-left-color:#16a34a}.adm-rfq-view-head>div{align-items:center;display:flex;flex-wrap:wrap;gap:.7rem}.adm-rfq-ov-notes p{color:#334155;font-size:.87rem;margin:.3rem 0 0}.adm-root{background:#f0f2f8;color:#1a1d2e;font-family:Inter,sans-serif}.adm-root,.adm-sidebar{display:flex;min-height:100vh}.adm-sidebar{background:linear-gradient(175deg,#06122e,#0b2050 60%,#0f2e72);flex-direction:column;height:100vh;left:0;overflow:hidden;position:fixed;top:0;transition:width .28s ease;width:242px;z-index:100}.adm-root.sidebar-closed .adm-sidebar{width:64px}.adm-main{display:flex;flex:1 1;flex-direction:column;margin-left:242px;min-height:100vh;min-width:0;overflow-x:hidden;transition:margin-left .28s ease}.adm-root.sidebar-closed .adm-main{margin-left:64px}.adm-logo{border-bottom:1px solid #ffffff14;gap:.75rem;min-height:64px;overflow:hidden;padding:1.4rem 1.1rem;white-space:nowrap}.adm-logo,.adm-logo-icon{align-items:center;display:flex}.adm-logo-icon{background:linear-gradient(135deg,#faa61a,#f08000);border-radius:10px;box-shadow:0 4px 12px #faa61a66;color:#fff;flex-shrink:0;font-size:.85rem;font-weight:800;height:38px;justify-content:center;letter-spacing:.03em;width:38px}.adm-logo-text{color:#fff;font-size:.9rem;font-weight:700;line-height:1.2}.adm-nav{display:flex;flex:1 1;flex-direction:column;gap:2px;min-height:0;overflow-x:hidden;overflow-y:auto;padding:.7rem .6rem;scrollbar-color:#fff3 #0000;scrollbar-width:thin}.adm-nav::-webkit-scrollbar{width:4px}.adm-nav::-webkit-scrollbar-track{background:#0000}.adm-nav::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.adm-nav-item{align-items:center;background:#0000;border:none;border-radius:10px;color:#ffffffad;cursor:pointer;display:flex;flex-shrink:0;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;gap:.72rem;overflow:hidden;padding:.68rem .92rem;position:relative;text-align:left;text-decoration:none;transition:all .2s ease;white-space:nowrap;width:100%}.adm-nav-item:hover{background:#ffffff17;color:#fff}.adm-nav-item.active{background:#faa61a2e;color:#faa61a}.adm-nav-item.active .adm-nav-icon{color:#faa61a}.adm-nav-icon{align-items:center;display:flex;flex-shrink:0;height:20px;justify-content:center;width:20px}.adm-nav-label{flex:1 1}.adm-nav-badge{background:#ef4444;border-radius:20px;color:#fff;font-size:.68rem;font-weight:700;min-width:20px;padding:1px 6px;text-align:center}.adm-sidebar-footer{border-top:1px solid #ffffff14;padding:.6rem}.adm-topbar{background:#fff;border-bottom:1px solid #e4e8f0;box-shadow:0 1px 6px #0000000f;height:64px;justify-content:space-between;padding:0 1.6rem;position:-webkit-sticky;position:sticky;top:0;z-index:50}.adm-topbar,.adm-topbar-left{align-items:center;display:flex}.adm-topbar-left{flex:1 1;gap:.8rem;min-width:0;overflow:hidden}.adm-topbar-right{align-items:center;display:flex;flex-shrink:0;gap:.75rem;margin-left:.75rem}.adm-toggle-btn{align-items:center;background:#f8faff;border:1px solid #e4e8f0;border-radius:8px;color:#374151;display:flex;height:36px;justify-content:center;transition:all .2s;width:36px}.adm-toggle-btn:hover{background:#003a78;border-color:#003a78;color:#fff}.adm-breadcrumb{align-items:center;color:#6b7280;display:flex;font-size:.84rem;gap:.4rem;min-width:0;overflow:hidden}.adm-bc-current{color:#003a78;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.adm-notif-pill{align-items:center;background:#fff7ed;border:1px solid #fde68a;border-radius:20px;color:#b45309;cursor:pointer;display:flex;font-size:.78rem;font-weight:600;gap:.35rem;padding:.3rem .75rem;transition:background .2s}.adm-notif-pill:hover{background:#fef3c7}.adm-avatar{align-items:center;background:linear-gradient(135deg,#003a78,#0052a3);border-radius:50%;color:#fff;display:flex;font-size:.75rem;font-weight:700;height:36px;justify-content:center;letter-spacing:.03em;width:36px}.adm-content{flex:1 1;min-width:0;padding:2rem 2rem 3rem}.adm-section{animation:admFade .3s ease;max-width:1600px}@keyframes admFade{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:admFade .3s ease}.adm-section-head{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem}.adm-section-head h1{color:#0a1628;font-size:1.6rem;font-weight:800;letter-spacing:-.02em;line-height:1.2}.adm-section-head p{color:#6b7280;font-size:.875rem;line-height:1.5;margin-top:.3rem}.adm-stats-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));margin-bottom:2rem}.adm-stat-card{background:#fff;border:none;border-radius:16px;box-shadow:0 1px 8px #0000000f,0 0 0 1px #e8edf4;display:flex;flex-direction:column;min-height:138px;overflow:hidden;padding:1.35rem 1.5rem 1.4rem;position:relative;transition:transform .2s,box-shadow .2s}.adm-stat-card:hover{box-shadow:0 8px 24px #0000001a,0 0 0 1px #d1d9e6;transform:translateY(-3px)}.adm-stat-icon{align-items:center;border-radius:11px;display:flex;flex-shrink:0;height:42px;justify-content:center;margin-bottom:.9rem;width:42px}.stat-blue .adm-stat-icon{background:#dbeafe;color:#1d4ed8}.stat-purple .adm-stat-icon{background:#ede9fe;color:#7c3aed}.stat-orange .adm-stat-icon{background:#fff7ed;color:#ea580c}.stat-green .adm-stat-icon{background:#dcfce7;color:#16a34a}.stat-indigo .adm-stat-icon{background:#e0e7ff;color:#4338ca}.stat-red .adm-stat-icon{background:#fee2e2;color:#dc2626}.adm-stat-body{display:flex;flex:1 1;flex-direction:column;min-width:0}.adm-stat-value{align-items:center;color:#0a1628;display:flex;font-size:1.75rem;font-weight:800;letter-spacing:-.03em;line-height:1;margin-bottom:.3rem}.adm-stat-label{color:#374151;font-size:.82rem;font-weight:600;margin-bottom:.15rem;overflow-wrap:break-word}.adm-stat-label,.adm-stat-sub{line-height:1.35;word-break:break-word}.adm-stat-sub{color:#9ca3af;font-size:.72rem;white-space:normal}.adm-quick-actions{background:#fff;border:none;border-radius:16px;box-shadow:0 1px 8px #0000000f,0 0 0 1px #e8edf4;margin-bottom:2rem;padding:1.25rem 1.5rem 1.5rem}.adm-quick-actions h3{color:#9ca3af;font-size:.75rem;font-weight:700;letter-spacing:.07em;margin-bottom:1rem;text-transform:uppercase}.adm-qa-grid{display:flex;flex-wrap:wrap;gap:.65rem}.adm-qa-btn{align-items:center;background:#0000;border:1.5px solid #003a78;border-radius:10px;color:#003a78;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:.84rem;font-weight:600;gap:.45rem;line-height:1;padding:.58rem 1.15rem;transition:all .22s;white-space:nowrap}.adm-qa-btn:hover{background:#003a78;box-shadow:0 4px 14px #003a7838;color:#fff;transform:translateY(-1px)}.adm-recent-table{background:#fff;border:none;border-radius:16px;box-shadow:0 1px 8px #0000000f,0 0 0 1px #e8edf4;overflow:hidden;padding:1.5rem 1.75rem}.adm-table-head{align-items:center;display:flex;gap:.5rem;justify-content:space-between;margin-bottom:1.1rem}.adm-table-head h3{align-items:center;color:#0a1628;display:flex;font-size:.88rem;font-weight:700;gap:.45rem}.adm-link-btn{background:none;border-radius:6px;font-family:Inter,sans-serif;font-size:.8rem;padding:.3rem .7rem;text-decoration:none;transition:background .18s;white-space:nowrap}.adm-link-btn:hover{background:#f0f4ff;color:#002a5c}.adm-search-bar{align-items:center;background:#fff;border:1.5px solid #dde3ef;border-radius:10px;box-shadow:0 1px 4px #0000000a;color:#6b7280;display:flex;gap:.6rem;margin-bottom:1.2rem;padding:.6rem 1rem}.adm-search-bar input{background:#0000;border:none;color:#1f2937;flex:1 1;font-family:Inter,sans-serif;font-size:.9rem;outline:none}.adm-table-wrap{background:#fff;border:1px solid #e8edf4;border-radius:14px;box-shadow:0 2px 8px #0000000a;overflow:hidden;overflow-x:auto}.adm-table{border-collapse:collapse;font-size:.855rem;width:100%}.adm-table th{background:#f3f6fc;border-bottom:1px solid #e4e8f0;color:#374151;font-size:.78rem;font-weight:700;letter-spacing:.05em;padding:.85rem 1rem;text-align:left;text-transform:uppercase;white-space:nowrap}.adm-table td{border-bottom:1px solid #f0f3f9;color:#374151;padding:.78rem 1rem;vertical-align:middle}.adm-table tr:last-child td{border-bottom:none}.adm-table.adm-table-compact th{padding:.6rem .8rem}.adm-table.adm-table-compact td{padding:.55rem .8rem}.adm-tr-hover{cursor:pointer;transition:background .15s}.adm-tr-hover:hover{background:#f5f7ff}.adm-row-new{background:#fffbf0}.adm-row-new:hover{background:#fef9ea}.adm-sub{color:#9ca3af;font-size:.75rem;margin-top:1px}.adm-date{color:#6b7280;font-size:.8rem;white-space:nowrap}.adm-email{color:#003a78;font-size:.82rem}.adm-prod-thumb{align-items:center;background:#f3f6fc;border:1px solid #e4e8f0;border-radius:8px;color:#9ca3af;display:flex;height:44px;justify-content:center;overflow:hidden;width:44px}.adm-prod-thumb img{height:100%;object-fit:cover;width:100%}.adm-featured.yes{color:#d97706;font-weight:700}.adm-featured.no{color:#9ca3af}.adm-items-pill{align-items:center;background:#dbeafe;border-radius:20px;color:#1d4ed8;display:inline-flex;font-size:.77rem;font-weight:600;line-height:1.4;padding:3px 10px;white-space:nowrap}.adm-act-row{display:flex;gap:.4rem}.adm-cards-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.adm-cat-card{align-items:flex-start;background:#fff;border:1px solid #e4e8f0;border-radius:14px;box-shadow:0 2px 8px #0000000a;display:flex;gap:.9rem;padding:1.1rem 1.2rem;transition:box-shadow .2s,transform .2s}.adm-cat-card:hover{box-shadow:0 6px 20px #00000017;transform:translateY(-2px)}.adm-cat-icon-wrap{align-items:center;background:linear-gradient(135deg,#e8f0fe,#dbeafe);border-radius:10px;color:#003a78;display:flex;flex-shrink:0;height:46px;justify-content:center;overflow:hidden;width:46px}.adm-cat-icon-wrap img{height:100%;object-fit:cover;width:100%}.adm-cat-info{flex:1 1;min-width:0}.adm-cat-info h4{color:#0a1628;font-size:.93rem;font-weight:700;margin-bottom:.2rem}.adm-cat-info p{color:#6b7280;font-size:.78rem;line-height:1.5;margin-bottom:.3rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.adm-slug{background:#eff4ff;border-radius:4px;color:#003a78;font-size:.72rem;padding:1px 6px}.adm-cat-actions{display:flex;flex-direction:column;flex-shrink:0;gap:.35rem}.adm-icon-btn{align-items:center;border:none;border-radius:7px;cursor:pointer;display:flex;height:30px;justify-content:center;transition:all .18s;width:30px}.adm-icon-btn.edit{background:#eff4ff;color:#003a78}.adm-icon-btn.edit:hover{background:#003a78;color:#fff}.adm-icon-btn.del{background:#fff1f2;color:#dc2626}.adm-icon-btn.del:hover{background:#dc2626;color:#fff}.adm-icon-btn.view{background:#f0fdf4;color:#16a34a}.adm-icon-btn.view:hover{background:#16a34a;color:#fff}.adm-btn-primary{align-items:center;background:linear-gradient(135deg,#003a78,#0052a3);border:none;border-radius:10px;box-shadow:0 3px 10px #003a7840;color:#fff;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:.87rem;font-weight:700;gap:.45rem;padding:.62rem 1.2rem;transition:all .22s}.adm-btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#002a5c,#003a78);box-shadow:0 6px 18px #003a7859;transform:translateY(-1px)}.adm-btn-primary:disabled{cursor:not-allowed;opacity:.55}.adm-btn-outline{align-items:center;background:#0000;border:1.5px solid #003a78;border-radius:10px;color:#003a78;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:.87rem;font-weight:600;gap:.4rem;padding:.58rem 1.1rem;transition:all .2s}.adm-btn-outline:hover{background:#003a78;color:#fff}.adm-btn-ghost{align-items:center;background:#0000;border:1.5px solid #dde3ef;border-radius:10px;color:#374151;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:.87rem;font-weight:600;gap:.4rem;padding:.58rem 1.1rem;transition:all .2s}.adm-btn-ghost:hover{background:#f3f6fc}.adm-btn-danger{align-items:center;background:#fff1f2;border:1.5px solid #fecaca;border-radius:10px;color:#dc2626;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:.87rem;font-weight:600;gap:.4rem;padding:.58rem 1.1rem;transition:all .2s}.adm-btn-danger:hover{background:#dc2626;border-color:#dc2626;color:#fff}.adm-btn-secondary{align-items:center;background:#ecfdf5;border:1.5px solid #6ee7b7;border-radius:10px;color:#065f46;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:.87rem;font-weight:600;gap:.4rem;padding:.58rem 1.1rem;transition:all .2s}.adm-btn-secondary:hover{background:#059669;border-color:#059669;color:#fff}.adm-btn-secondary:disabled{cursor:not-allowed;opacity:.45}.adm-badge{align-items:center;border-radius:20px;display:inline-flex;font-size:.74rem;font-weight:700;gap:.28rem;padding:2px 9px}.badge-new{background:#fff7ed;border:1px solid #fcd34d;color:#b45309}.badge-reviewed{background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8}.badge-done{background:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a}.badge-closed{background:#f3f4f6;border:1px solid #e5e7eb;color:#6b7280}.badge-inprogress{background:#ede9fe;border:1px solid #c4b5fd;color:#6d28d9}.badge-qt-sent{background:#f0fdfa;border:1px solid #99f6e4;color:#0d9488}.badge-rfq-sent{background:#fff7ed;border:1px solid #fdba74;color:#c2410c}.badge-po-raised{background:#faf5ff;border:1px solid #d8b4fe;color:#7e22ce}.adm-attended-cell{align-items:center;display:flex;gap:8px}.adm-attended-avatar-sm{align-items:center;background:linear-gradient(135deg,#003a78,#0052a3);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.78rem;font-weight:800;height:28px;justify-content:center;width:28px}.adm-attended-name-sm{color:#1e293b;font-size:.82rem;font-weight:700}.adm-attended-desig-sm{color:#64748b;font-size:.68rem}.adm-toggle-btn{border:1.5px solid #0000;border-radius:20px;cursor:pointer;font-size:.75rem;font-weight:700;padding:4px 12px;transition:opacity .15s}.adm-toggle-btn.active{background:#d1fae5;border-color:#86efac;color:#065f46}.adm-toggle-btn.inactive{background:#fee2e2;border-color:#fca5a5;color:#991b1b}.adm-toggle-btn:hover{opacity:.8}.adm-form-error{background:#fee2e2;border:1px solid #fca5a5;border-radius:8px;color:#991b1b;font-size:.82rem;font-weight:600;margin-top:4px;padding:8px 12px}.adm-empty{align-items:center;background:#fff;border:1px solid #e4e8f0;border-radius:14px;color:#9ca3af;display:flex;flex-direction:column;gap:.75rem;justify-content:center;padding:5rem 2rem;text-align:center}.adm-empty h3{color:#374151;font-size:1.05rem;font-weight:700}.adm-empty p{font-size:.87rem;line-height:1.6;max-width:340px}.adm-empty .adm-btn-primary{margin-top:.5rem}.adm-overlay{align-items:center;animation:admFadeIn .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0a16288c;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:200}@keyframes admFadeIn{0%{opacity:0}to{opacity:1}}.adm-modal{animation:admSlide .28s cubic-bezier(.34,1.56,.64,1);background:#fff;border-radius:18px;box-shadow:0 24px 80px #0a162840;display:flex;flex-direction:column;max-height:90vh;max-width:500px;width:100%}.adm-modal-lg{max-width:720px}@keyframes admSlide{0%{opacity:0;transform:scale(.93) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}.adm-modal-head{align-items:flex-start;border-bottom:1px solid #f0f3f9;display:flex;justify-content:space-between;padding:1.4rem 1.6rem 1rem}.adm-modal-head h2{color:#0a1628;font-size:1.1rem;font-weight:800}.adm-modal-close{align-items:center;background:#f3f6fc;border:none;border-radius:8px;color:#374151;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .18s;width:32px}.adm-modal-close:hover{background:#dc2626;color:#fff}.adm-modal-body{flex:1 1;overflow-y:auto;padding:1.2rem 1.6rem}.adm-modal-body::-webkit-scrollbar{width:4px}.adm-modal-body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.adm-modal-foot{border-top:1px solid #f0f3f9;display:flex;gap:.7rem;justify-content:flex-end;padding:1rem 1.6rem}.adm-form-field{display:flex;flex-direction:column;gap:.38rem;margin-bottom:1rem}.adm-form-field label{color:#374151;font-size:.82rem;font-weight:600}.req{color:#dc2626}.adm-hint{color:#9ca3af;font-size:.78rem;font-weight:400;margin-left:.3rem}.adm-form-field input,.adm-form-field select,.adm-form-field textarea{background:#f9fafb;border:1.5px solid #dde3ef;border-radius:9px;color:#1f2937;font-family:Inter,sans-serif;font-size:.88rem;outline:none;padding:.6rem .9rem;resize:vertical;transition:border-color .2s,box-shadow .2s}.adm-form-field input:focus,.adm-form-field select:focus,.adm-form-field textarea:focus{background:#fff;border-color:#003a78;box-shadow:0 0 0 3px #003a781a}.adm-checkbox-field{align-items:center;flex-direction:row}.adm-check-label{align-items:center;cursor:pointer;display:flex;font-size:.88rem;font-weight:600;gap:.5rem}.adm-check-label input[type=checkbox]{accent-color:#003a78;cursor:pointer;height:16px;width:16px}.adm-form-grid-2{grid-gap:0 1rem;display:grid;gap:0 1rem;grid-template-columns:1fr 1fr}.adm-form-grid-2 .span-2{grid-column:span 2}.adm-slug-preview{background:#f3f6fc;border-radius:7px;color:#6b7280;font-size:.8rem;margin-top:-.5rem;padding:.4rem .8rem}.adm-slug-preview code{color:#003a78;font-size:.82rem}.adm-img-preview{border:1px solid #dde3ef;border-radius:8px;margin-top:.55rem;max-height:90px;object-fit:cover}.adm-inq-detail{gap:1.2rem}.adm-inq-section h4{margin-bottom:.75rem}.adm-inq-grid{grid-gap:.1rem;gap:.1rem}.adm-inq-row{background:#f7f9fc;border-radius:6px;gap:1px;margin-bottom:.35rem;padding:.5rem .8rem}.adm-inq-key{letter-spacing:.04em}.adm-inq-val{font-size:.88rem;word-break:break-all}.adm-inq-msg{background:#fffbeb;border:1px solid #fde68a;border-radius:8px;color:#78350f;font-size:.87rem;line-height:1.6;padding:.75rem 1rem}.adm-status-btn{border:1.5px solid #dde3ef;border-radius:8px;color:#374151;font-family:Inter,sans-serif;font-size:.82rem;padding:.4rem 1rem;transition:all .18s}.adm-status-btn:hover{background:#eff4ff}@media (max-width:900px){.adm-sidebar{width:64px}.adm-main{margin-left:64px}.adm-stats-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr))}.adm-logo-text,.adm-nav-label{display:none}.adm-root.sidebar-open .adm-sidebar{width:220px}.adm-root.sidebar-open .adm-logo-text,.adm-root.sidebar-open .adm-nav-label{display:inline}.adm-root.sidebar-open .adm-main{margin-left:220px}}@media (max-width:800px){.adm-stats-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}}@media (max-width:650px){.adm-content{padding:1rem 1rem 2rem}.adm-section-head h1{font-size:1.3rem}.adm-stats-grid{gap:.75rem;grid-template-columns:repeat(2,1fr)}.adm-stat-card{min-height:120px;padding:1.1rem 1.15rem 1.2rem}.adm-stat-value{font-size:1.5rem}.adm-quick-actions{padding:1rem 1.1rem 1.25rem}.adm-recent-table{padding:1.1rem}.adm-modal-lg{border-radius:14px 14px 0 0;max-width:100%}.adm-form-grid-2{grid-template-columns:1fr}.adm-form-grid-2 .span-2{grid-column:span 1}.adm-cards-grid,.adm-inq-grid{grid-template-columns:1fr}}@media (max-width:400px){.adm-stats-grid{gap:.6rem;grid-template-columns:1fr 1fr}.adm-stat-card{min-height:110px;padding:.9rem 1rem 1rem}.adm-stat-icon{border-radius:9px;height:36px;margin-bottom:.7rem;width:36px}.adm-stat-value{font-size:1.35rem}.adm-stat-label{font-size:.75rem}.adm-stat-sub{font-size:.68rem}.adm-content{padding:.75rem .75rem 2rem}}.adm-modal-xl{max-width:860px}.adm-prod-tabs{background:#f3f6fc;border-bottom:1px solid #e8edf4;display:flex;flex-shrink:0;gap:2px;overflow-x:auto;padding:.45rem 1.2rem}.adm-prod-tabs::-webkit-scrollbar{height:0}.adm-prod-tab{align-items:center;background:#0000;border:none;border-radius:8px;color:#6b7280;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:.82rem;font-weight:600;gap:.38rem;padding:.45rem 1rem;position:relative;transition:all .2s;white-space:nowrap}.adm-prod-tab:hover{background:#e8edf4;color:#374151}.adm-prod-tab.active{background:#fff;box-shadow:0 2px 8px #003a781a;color:#003a78}.adm-tab-chip{background:#003a78;border-radius:20px;color:#fff;font-size:.65rem;font-weight:700;min-width:18px;padding:1px 6px;text-align:center}.adm-tab-desc{background:#f8faff;border:1px solid #e8edf4;border-radius:8px;color:#6b7280;font-size:.85rem;line-height:1.6;margin-bottom:1.2rem;padding:.7rem 1rem}.img-uploader-wrap{display:flex;flex-direction:column;gap:.8rem}.img-drop-zone{align-items:center;background:#f4f8ff;border:2.5px dashed #c7d9f5;border-radius:14px;cursor:pointer;display:flex;justify-content:center;min-height:220px;overflow:hidden;position:relative;transition:all .25s ease}.img-drop-zone.dragging,.img-drop-zone:hover{background:#eef4ff;border-color:#003a78;box-shadow:0 0 0 4px #003a7814}.img-drop-zone.has-image{border-color:#c7d9f5;border-style:solid;cursor:default}.img-drop-placeholder{align-items:center;display:flex;flex-direction:column;gap:.4rem;padding:2rem;pointer-events:none;text-align:center;-webkit-user-select:none;user-select:none}.img-drop-icon{align-items:center;background:linear-gradient(135deg,#dbeafe,#eff6ff);border-radius:16px;color:#003a78;display:flex;height:64px;justify-content:center;margin-bottom:.4rem;width:64px}.img-drop-title{color:#1f2937;font-size:.95rem;font-weight:700}.img-drop-sub{color:#6b7280;font-size:.82rem}.img-drop-hint{color:#9ca3af;font-size:.75rem;margin-top:.2rem}.img-preview-thumb{border-radius:10px;display:block;height:100%;max-height:240px;object-fit:contain;width:100%}.img-overlay-actions{align-items:center;background:#00000073;display:flex;gap:.75rem;inset:0;justify-content:center;opacity:0;position:absolute;transition:opacity .22s}.img-drop-zone:hover .img-overlay-actions{opacity:1}.img-change-btn,.img-remove-btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:.82rem;font-weight:700;gap:.3rem;padding:.45rem 1rem;transition:all .18s}.img-change-btn{background:#fff;color:#003a78}.img-change-btn:hover{background:#003a78;color:#fff}.img-remove-btn{background:#dc2626;color:#fff}.img-remove-btn:hover{background:#b91c1c}.img-url-row{align-items:center;display:flex;flex-wrap:wrap;gap:.6rem}.img-url-label{color:#6b7280;font-size:.8rem;font-weight:500;white-space:nowrap}.img-url-input{background:#f9fafb;border:1.5px solid #dde3ef;border-radius:8px;color:#1f2937;flex:1 1;font-family:Inter,sans-serif;font-size:.85rem;min-width:0;outline:none;padding:.48rem .8rem;transition:border-color .2s,box-shadow .2s}.img-url-input:focus{background:#fff;border-color:#003a78;box-shadow:0 0 0 3px #003a781a}.custom-details-manager,.parts-manager{background:#f7f9ff;border:1.5px solid #dde6f5;border-radius:14px;display:flex;flex-direction:column;gap:1rem;padding:1.2rem 1.3rem}.custom-details-head,.parts-manager-head{display:flex;flex-direction:column;gap:.35rem}.custom-details-title,.parts-manager-title{align-items:center;color:#003a78;display:flex;font-size:.93rem;font-weight:800;gap:.45rem}.parts-manager-hint{color:#6b7280;font-size:.8rem;line-height:1.55}.parts-count-chip{background:#003a78;border-radius:20px;color:#fff;font-size:.7rem;font-weight:700;padding:2px 8px}.parts-empty-state{align-items:center;background:#fff;border:1px dashed #dde3ef;border-radius:10px;color:#9ca3af;display:flex;flex-direction:column;gap:.5rem;padding:1.5rem;text-align:center}.parts-empty-state p{font-size:.82rem;line-height:1.5;max-width:320px}.custom-details-list,.parts-list-edit{display:flex;flex-direction:column;gap:.6rem;max-height:280px;overflow-y:auto;padding-right:2px}.custom-details-list::-webkit-scrollbar,.parts-list-edit::-webkit-scrollbar{width:4px}.custom-details-list::-webkit-scrollbar-thumb,.parts-list-edit::-webkit-scrollbar-thumb{background:#c7d9f5;border-radius:4px}.part-edit-row{align-items:center;background:#fff;border:1.5px solid #dde6f5;border-radius:10px;display:flex;gap:.6rem;padding:.65rem .9rem;transition:border-color .2s}.part-edit-row:hover{border-color:#003a78}.part-edit-num{align-items:center;background:#e8f0fe;border-radius:50%;color:#003a78;display:flex;flex-shrink:0;font-size:.72rem;font-weight:700;height:22px;justify-content:center;width:22px}.part-edit-fields{display:flex;flex:1 1;gap:.5rem;min-width:0}.part-edit-desc,.part-edit-name{background:#f9fafb;border:1.5px solid #e2e8f5;border-radius:7px;color:#1f2937;font-family:Inter,sans-serif;font-size:.84rem;outline:none;padding:.42rem .75rem;transition:border-color .2s,box-shadow .2s}.part-edit-name{flex:0 0 42%;font-weight:600}.part-edit-desc{color:#6b7280;flex:1 1}.part-edit-desc:focus,.part-edit-name:focus{background:#fff;border-color:#003a78;box-shadow:0 0 0 3px #003a7817}.part-edit-del{align-items:center;background:#fff1f2;border:none;border-radius:7px;color:#dc2626;cursor:pointer;display:flex;flex-shrink:0;height:28px;justify-content:center;transition:all .18s;width:28px}.part-edit-del:hover{background:#dc2626;color:#fff}.parts-add-btn{align-items:center;align-self:flex-start;background:#0000;border:1.5px dashed #003a78;border-radius:8px;color:#003a78;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:.82rem;font-weight:700;gap:.4rem;padding:.48rem 1.1rem;transition:all .2s}.parts-add-btn:hover{background:#003a78;border-style:solid;color:#fff}.custom-detail-row{align-items:center;background:#fff;border:1.5px solid #dde6f5;border-radius:10px;display:flex;gap:.5rem;padding:.55rem .9rem;transition:border-color .2s}.custom-detail-row:hover{border-color:#003a78}.custom-detail-num{align-items:center;background:#e8f0fe;border-radius:50%;color:#003a78;display:flex;flex-shrink:0;font-size:.72rem;font-weight:700;height:22px;justify-content:center;width:22px}.custom-detail-title,.custom-detail-value{background:#f9fafb;border:1.5px solid #e2e8f5;border-radius:7px;color:#1f2937;font-family:Inter,sans-serif;font-size:.84rem;outline:none;padding:.42rem .75rem;transition:border-color .2s}.custom-detail-title{flex:0 0 38%;font-weight:600}.custom-detail-value{flex:1 1}.custom-detail-title:focus,.custom-detail-value:focus{background:#fff;border-color:#003a78;box-shadow:0 0 0 3px #003a7817}.custom-detail-colon{color:#6b7280;flex-shrink:0;font-weight:700}.adm-pricing-note{align-items:flex-start;background:#fffbeb;border:1px solid #fde68a;border-radius:10px;color:#92400e;display:flex;font-size:.82rem;gap:.6rem;line-height:1.5;margin-bottom:.5rem;padding:.75rem 1rem}.adm-pricing-note svg{color:#d97706;flex-shrink:0;margin-top:1px}.adm-input-prefix{align-items:center;background:#f9fafb;border:1.5px solid #dde3ef;border-radius:9px;display:flex;overflow:hidden;transition:border-color .2s,box-shadow .2s}.adm-input-prefix:focus-within{background:#fff;border-color:#003a78;box-shadow:0 0 0 3px #003a781a}.adm-input-prefix>span{align-items:center;background:#f0f4fa;border-right:1.5px solid #dde3ef;color:#374151;display:flex;font-size:.9rem;font-weight:600;height:100%;padding:0 .75rem;white-space:nowrap}.adm-input-prefix input{background:#0000!important;border:none!important;border-radius:0!important;box-shadow:none!important;color:#1f2937;flex:1 1;font-family:Inter,sans-serif;font-size:.88rem;outline:none;padding:.6rem .9rem}.adm-field-hint{color:#9ca3af;font-size:.75rem;margin-top:3px}.adm-margin-card{background:linear-gradient(135deg,#f0f5ff,#e8f0fe);border:1.5px solid #c7d9f5;border-radius:12px;display:flex;gap:1rem;padding:1rem 1.2rem}.adm-margin-row{background:#fff;border-radius:8px;display:flex;flex:1 1;flex-direction:column;gap:.2rem;padding:.6rem .9rem}.adm-margin-row span{color:#6b7280;font-size:.75rem;font-weight:500}.adm-margin-row strong{color:#1f2937;font-size:1.1rem;font-weight:800}.margin-pos{color:#16a34a!important}.margin-neg{color:#dc2626!important}.adm-parts-chip{align-items:center;background:#e8f0fe;border-radius:20px;color:#003a78;display:inline-flex;font-size:.74rem;font-weight:700;gap:4px;padding:2px 9px}.adm-parts-chip.none{background:#0000;color:#9ca3af}.adm-prod-form{min-height:320px}.adm-pricing-wrap{display:flex;flex-direction:column;gap:1.1rem}.adm-cost-section{background:#fff;border:1.5px solid #dde6f5;border-radius:12px;overflow:hidden}.adm-cost-section-head{background:linear-gradient(90deg,#f0f4fc,#e8edf9);border-bottom:1px solid #dde6f5;color:#003a78;font-size:.78rem;font-weight:700;letter-spacing:.06em;padding:.55rem 1rem;text-transform:uppercase}.adm-cost-row{align-items:center;border-bottom:1px solid #f0f3f9;display:flex;gap:.75rem;padding:.7rem 1rem;transition:background .15s}.adm-cost-row:hover{background:#f8faff}.adm-cost-row:last-child{border-bottom:none}.adm-cost-row--base{background:#fafbff}.adm-cost-row--extra{background:#fff}.adm-cost-row--sell{background:#f0fff4}.adm-cost-row-icon{align-items:center;display:flex;flex-shrink:0;font-size:1.1rem;height:30px;justify-content:center;line-height:1;width:30px}.adm-cost-extra-num{background:#e8f0fe;border-radius:50%;color:#003a78;font-size:.75rem;font-weight:800}.adm-cost-row-label{display:flex;flex:1 1;flex-direction:column;gap:1px;min-width:0}.adm-cost-label-text{color:#1f2937;font-size:.88rem;font-weight:600}.adm-cost-label-hint{color:#9ca3af;font-size:.74rem}.adm-cost-label-input{background:#f9fafb;border:1.5px solid #e2e8f5;border-radius:7px;color:#1f2937;font-family:Inter,sans-serif;font-size:.86rem;outline:none;padding:.4rem .75rem;transition:border-color .2s,box-shadow .2s;width:100%}.adm-cost-label-input:focus{background:#fff;border-color:#003a78;box-shadow:0 0 0 3px #003a7817}.adm-cost-amount{flex-shrink:0;width:150px}.adm-add-cost-btn{align-items:center;background:#f5f8ff;border:none;border-top:1.5px dashed #c7d9f5;color:#003a78;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:.83rem;font-weight:700;gap:.4rem;justify-content:center;padding:.6rem 1rem;transition:background .2s,color .2s;width:100%}.adm-add-cost-btn:hover{background:#e8f0fe;color:#002258}.adm-cost-total-row{align-items:center;background:linear-gradient(90deg,#003a78,#0052a3);color:#fff;display:flex;font-size:.88rem;font-weight:700;justify-content:space-between;padding:.75rem 1rem}.adm-cost-total-amt{font-size:1.15rem;font-weight:800;letter-spacing:-.02em}.adm-price-summary{background:linear-gradient(135deg,#0a1628,#003a78);border-radius:14px;box-shadow:0 6px 20px #003a784d;display:flex;flex-direction:column;gap:.8rem;padding:1.1rem 1.2rem}.adm-price-summary-row{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between}.adm-ps-cell{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:2px;min-width:70px}.adm-ps-label{color:#ffffff8c;font-size:.68rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase}.adm-ps-value{color:#fff;font-size:1.1rem;font-weight:800;letter-spacing:-.01em}.adm-ps-sell{color:#fbbf24}.adm-ps-divider{color:#ffffff4d;flex-shrink:0;font-size:1rem;font-weight:300}.adm-cost-pills{border-top:1px solid #ffffff1f;display:flex;flex-wrap:wrap;gap:.4rem;padding-top:.2rem}.adm-cost-pill{border-radius:20px;font-size:.72rem;font-weight:600;padding:2px 10px;white-space:nowrap}.adm-cost-pill.base{background:#ffffff26;color:#e2e8f0}.adm-cost-pill.extra{background:#fbbf2433;color:#fde68a}.adm-gst-select{background:#fff;border:1.5px solid #d1d5db;border-radius:8px;color:#003a78;cursor:pointer;font-size:.88rem;font-weight:600;min-width:90px;outline:none;padding:.45rem .9rem}.adm-gst-select:focus{border-color:#003a78;box-shadow:0 0 0 3px #003a781f}.adm-gst-total-row{background:linear-gradient(90deg,#0e7490,#0891b2)!important}.adm-gst-summary-row{align-items:center;border-top:1px solid #ffffff1f;display:flex;flex-wrap:wrap;gap:.6rem;padding-top:.35rem}.adm-gst-pill{background:#0e749059;border-radius:20px;color:#a5f3fc;font-size:.73rem;font-weight:600;padding:3px 12px;white-space:nowrap}.adm-gst-pill.adm-gst-total{background:#0e74908c;color:#fff;font-size:.8rem}.adm-modal-xl{max-width:900px;width:min(95vw,900px)}.qt-builder{display:flex;flex-direction:column;gap:1.1rem}.qt-section{background:#fff;border:1.5px solid #dde6f5;border-radius:12px;overflow:hidden}.qt-section-head{align-items:center;background:linear-gradient(90deg,#f0f4fc,#e8edf9);border-bottom:1px solid #dde6f5;color:#003a78;display:flex;font-size:.78rem;font-weight:700;gap:.45rem;letter-spacing:.06em;padding:.55rem 1rem;text-transform:uppercase}.qt-meta-grid{grid-gap:.8rem;display:grid;gap:.8rem;grid-template-columns:1fr 1fr;padding:1rem}.qt-notes-field{grid-column:1/-1}.qt-notes-field textarea{border:1.5px solid #e2e8f5;border-radius:7px;color:#1f2937;font-family:Inter,sans-serif;font-size:.86rem;outline:none;padding:.5rem .75rem;resize:vertical;transition:border-color .2s,box-shadow .2s;width:100%}.qt-notes-field textarea:focus{border-color:#003a78;box-shadow:0 0 0 3px #003a7817}.qt-inline-input{background:#0000;border:1.5px solid #0000;border-radius:6px;color:#1f2937;font-family:Inter,sans-serif;font-size:.82rem;outline:none;padding:.3rem .5rem;transition:border-color .18s,background .18s;width:100%}.qt-inline-input:hover{background:#f8faff;border-color:#c7d9f5}.qt-inline-input:focus{background:#fff;border-color:#003a78;box-shadow:0 0 0 2px #003a7817}.qt-line-table{display:flex;flex-direction:column}.qt-line-head{background:#f5f8ff;border-bottom:1.5px solid #dde6f5;color:#6b7280;font-size:.72rem;font-weight:700;letter-spacing:.05em;padding:.45rem .8rem;text-transform:uppercase}.qt-line-head,.qt-line-row{align-items:center;display:flex;gap:4px}.qt-line-row{border-bottom:1px solid #f0f3f9;min-height:56px;padding:.3rem .8rem;transition:background .12s}.qt-line-row:hover{background:#f8faff}.qt-line-row-wrap:last-child .qt-line-row{border-bottom:none}.qtl-num{color:#9ca3af;flex-shrink:0;font-size:.74rem;font-weight:700;text-align:center;width:1.4rem}.qtl-hsn-hint{color:#9ca3af;display:block;font-size:.68rem}.qt-line-total{color:#003a78;flex-shrink:0;font-size:.84rem;font-weight:700;padding-right:.3rem;text-align:right;width:90px}.qt-empty{color:#9ca3af;font-size:.88rem;padding:1.5rem;text-align:center}.qt-line-img-wrap{flex-shrink:0;height:44px;margin:0 2px;position:relative;width:44px}.qt-line-thumb{border:1.5px solid #dde6f5;border-radius:7px;display:block;height:44px;object-fit:cover;width:44px}.qt-line-thumb--empty{align-items:center;background:#f0f4fc;border:1.5px solid #e8edf9;border-radius:7px;color:#c7d2e8;display:flex!important;height:44px;justify-content:center;width:44px}.qt-line-img-zoom{background:#fff;border:2px solid #dde6f5;border-radius:12px;box-shadow:0 12px 40px #0000002e;height:190px;left:calc(100% + 10px);opacity:0;overflow:hidden;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%) scale(.9);transition:opacity .18s,transform .18s;width:190px;z-index:200}.qt-line-img-zoom img{height:100%;object-fit:contain;padding:8px;width:100%}.qt-line-img-wrap:hover .qt-line-img-zoom{opacity:1;transform:translateY(-50%) scale(1)}.qt-line-row .qtl-name{flex:1 1;min-width:0}.qt-line-row .qtl-brand,.qt-line-row .qtl-hsn{flex-shrink:0;width:70px}.qt-line-row .qtl-unit{flex-shrink:0;width:52px}.qt-line-row .qtl-qty{flex-shrink:0;width:48px}.qtl-price-wrap{flex-shrink:0;width:110px}.qtl-parts-row{align-items:center;color:#6366f1;display:flex;flex-wrap:wrap;gap:.25rem;margin-top:3px}.qtl-part-chip{background:#eef2ff;border:1px solid #c7d2fe;border-radius:20px;color:#4f46e5;display:inline-block;font-size:.68rem;font-weight:600;padding:.1rem .5rem;white-space:nowrap}.qt-extras{display:flex;flex-direction:column}.qt-extra-row{align-items:center;border-bottom:1px solid #f0f3f9;display:flex;gap:.6rem;padding:.55rem 1rem;transition:background .12s}.qt-extra-row:hover{background:#f8faff}.qt-extra-num{align-items:center;background:#e8f0fe;border-radius:50%;color:#003a78;display:flex;flex-shrink:0;font-size:.72rem;font-weight:800;height:24px;justify-content:center;width:24px}.qt-extra-label{flex:1 1}.qt-extra-amount{flex-shrink:0;width:150px}.qt-total-summary{background:linear-gradient(135deg,#0a1628,#003a78);border-radius:12px;display:flex;flex-direction:column;gap:.55rem;padding:1rem 1.2rem}.qt-total-row{align-items:center;color:#ffffffbf;display:flex;font-size:.88rem;justify-content:space-between}.qt-total-row strong{color:#fff;font-size:.92rem}.qt-total-extra{color:#fff9;font-size:.83rem}.qt-total-extra strong{color:#ffffffd9;font-size:.88rem}.qt-grand{border-top:1px solid #fff3;font-size:1rem!important;margin-top:.1rem;padding-top:.55rem}.qt-grand span{color:#fff;font-size:1rem;font-weight:700}.qt-grand strong{color:#fbbf24!important;font-size:1.15rem!important;letter-spacing:-.02em}.adm-size-row{background:#fafbff;border-left:3px solid #6366f1}.adm-add-size-btn{border-color:#c7d2fe!important;color:#6366f1!important}.adm-add-size-btn:hover{background:#eef2ff!important}.adm-size-pills-row{background:#f5f8ff;border-top:1px solid #e8edf9;display:flex;flex-wrap:wrap;gap:.4rem;padding:.65rem 1rem}.adm-size-pill{align-items:center;background:linear-gradient(135deg,#6366f1,#4f46e5);border-radius:20px;color:#fff;display:inline-flex;font-size:.76rem;font-weight:700;gap:.25rem;letter-spacing:.02em;padding:.25rem .75rem}.qt-line-row-wrap{border-bottom:1px solid #f0f3f9}.qt-line-row-wrap .qt-line-row,.qt-line-row-wrap:last-child{border-bottom:none}.qt-size-selector-bar{align-items:center;background:linear-gradient(90deg,#f0f4ff,#ede9ff);border-bottom:1px dashed #c7d2fe;display:flex;flex-wrap:wrap;gap:.6rem;padding:.5rem .8rem .4rem}.qt-size-label{color:#4f46e5;flex-shrink:0;font-size:.77rem;font-weight:600;white-space:nowrap}.qt-size-label strong{color:#1f2937}.qt-size-btns{display:flex;flex-wrap:wrap;gap:.35rem}.qt-size-btn{background:#fff;border:1.5px solid #c7d2fe;border-radius:20px;color:#4f46e5;cursor:pointer;font-size:.76rem;font-weight:600;padding:.22rem .65rem;transition:all .16s}.qt-size-btn:hover{background:#eef2ff;border-color:#818cf8}.qt-size-btn.active{background:linear-gradient(135deg,#6366f1,#4f46e5);border-color:#4f46e5;box-shadow:0 2px 8px #6366f159;color:#fff}.qtl-size-badge{background:#eef2ff;border-radius:10px;color:#4f46e5;display:inline-block;font-size:.68rem;font-weight:700;margin-top:2px;padding:1px 7px}.qtl-price-wrap{align-items:center;display:flex;gap:4px}.qtl-price-input{flex:1 1}.qt-reset-price{align-items:center;background:#fee2e2;border:none;border-radius:50%;color:#dc2626;cursor:pointer;display:flex;flex-shrink:0;font-size:.9rem;height:22px;justify-content:center;transition:background .15s;width:22px}.qt-reset-price:hover{background:#fca5a5}.adm-inq-detail{display:flex;flex-direction:column;gap:0}.adm-inq-section{border-bottom:1px solid #f0f3f9;padding:1rem 1.2rem}.adm-inq-section:last-child{border-bottom:none}.adm-inq-section h4{align-items:center;color:#003a78;display:flex;font-size:.82rem;font-weight:700;gap:.4rem;letter-spacing:.06em;margin:0 0 .7rem;text-transform:uppercase}.adm-inq-grid{grid-gap:.4rem 1.2rem;display:grid;gap:.4rem 1.2rem;grid-template-columns:1fr 1fr}.adm-inq-row{display:flex;flex-direction:column;gap:.1rem}.adm-inq-key{color:#9ca3af;font-size:.72rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.adm-inq-val{color:#1f2937;font-size:.9rem;font-weight:500}.adm-status-btns{display:flex;flex-wrap:wrap;gap:.5rem}.adm-status-btn{background:#fff;border:1.5px solid #dde6f5;border-radius:20px;color:#6b7280;cursor:pointer;font-size:.8rem;font-weight:600;padding:.35rem .9rem;transition:all .15s}.adm-status-btn:hover{background:#f0f4fc;border-color:#003a78;color:#003a78}.adm-status-btn.active{background:#003a78;border-color:#003a78;box-shadow:0 2px 8px #003a7840;color:#fff}.adm-inq-items-list{display:flex;flex-direction:column;gap:.5rem}.adm-inq-item-card{align-items:center;background:#f8faff;border:1.5px solid #e8edf9;border-radius:10px;display:flex;gap:.75rem;padding:.55rem .75rem;transition:box-shadow .15s}.adm-inq-item-card:hover{box-shadow:0 2px 10px #003a7817}.adm-inq-item-img-wrap{flex-shrink:0;height:52px;position:relative;width:52px}.adm-inq-item-thumb{border:1.5px solid #dde6f5;border-radius:8px;display:block;height:52px;object-fit:cover;width:52px}.adm-inq-item-thumb--empty{align-items:center;background:#f0f4fc;color:#9ca3af;display:flex!important;justify-content:center}.adm-inq-img-zoom{background:#fff;border:2px solid #dde6f5;border-radius:12px;box-shadow:0 12px 40px #0000002e;height:200px;left:calc(100% + 10px);opacity:0;overflow:hidden;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transform:translateY(-50%) scale(.9);transition:opacity .2s,transform .2s;width:200px;z-index:100}.adm-inq-img-zoom img{height:100%;object-fit:contain;padding:6px;width:100%}.adm-inq-item-img-wrap:hover .adm-inq-img-zoom{opacity:1;pointer-events:auto;transform:translateY(-50%) scale(1)}.adm-inq-item-info{display:flex;flex:1 1;flex-direction:column;gap:.3rem;min-width:0}.adm-inq-item-name{color:#1f2937;font-size:.9rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.adm-inq-item-parts{align-items:center;display:flex;flex-wrap:wrap;gap:.3rem}.adm-inq-parts-icon{color:#6366f1;flex-shrink:0}.adm-inq-parts-label{color:#6b7280;flex-shrink:0;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.adm-inq-part-chip{background:#eef2ff;border:1px solid #c7d2fe;border-radius:20px;color:#4f46e5;display:inline-block;font-size:.73rem;font-weight:600;padding:.12rem .55rem}.adm-inq-item-qty{align-items:center;background:#003a78;border-radius:8px;color:#fff;display:flex;flex-direction:column;flex-shrink:0;justify-content:center;min-width:46px;padding:.3rem .7rem;text-align:center}.adm-inq-qty-label{font-size:.62rem;font-weight:600;letter-spacing:.05em;opacity:.75;text-transform:uppercase}.adm-inq-item-qty strong{font-size:1.05rem;font-weight:800;line-height:1}.spin{animation:spin .8s linear infinite}.adm-error-banner{align-items:center;background:#fff1f2;border:1px solid #fecaca;border-radius:10px;color:#b91c1c;display:flex;font-size:.87rem;gap:.5rem;margin-bottom:.75rem;padding:.75rem 1rem}.adm-error-banner button{background:none;border:none;color:#003a78;cursor:pointer;font-size:.87rem;font-weight:700;padding:0;text-decoration:underline}.adm-row-low td{background:#fffbeb}.adm-row-empty td{background:#fff1f2}.adm-stock-qty{align-items:center;border-radius:20px;display:inline-flex;font-size:.9rem;font-weight:700;justify-content:center;min-width:42px;padding:3px 10px}.adm-stock-qty.ok{background:#d1fae5;color:#065f46}.adm-stock-qty.low{background:#fef3c7;color:#92400e}.adm-stock-qty.empty{background:#fee2e2;color:#991b1b}.adm-stock-quick-add{align-items:center;color:#64748b;display:flex;flex-wrap:wrap;font-size:.8rem;gap:.5rem;margin:.75rem 0 1.25rem}.adm-stock-quick-chips{display:flex;flex-wrap:wrap;gap:.4rem}.adm-stock-quick-chip{align-items:center;background:#fff;border:1.5px solid #cbd5e1;border-radius:20px;color:#334155;cursor:pointer;display:inline-flex;font-size:.78rem;font-weight:600;gap:4px;padding:3px 10px;transition:all .18s}.adm-stock-quick-chip:hover{background:#eff6ff;border-color:#003a78;color:#003a78}.adm-stock-more{color:#94a3b8;font-size:.78rem}.adm-rfq-vendor-selector{margin-bottom:1.25rem;position:relative}.adm-rfq-dropdown-trigger{align-items:center;background:#fff;border:1.5px solid #dde3ef;border-radius:12px;color:#6b7280;cursor:pointer;display:flex;gap:.6rem;padding:.65rem 1rem;transition:border-color .2s}.adm-rfq-dropdown-trigger:hover{border-color:#003a78}.adm-rfq-dropdown-trigger .rotate-180{transform:rotate(180deg);transition:transform .2s}.adm-rfq-vendor-search-input{background:#0000;border:none;color:#1e293b;flex:1 1;font-family:Inter,sans-serif;font-size:.88rem;min-width:0;outline:none}.adm-rfq-vendor-dropdown{animation:admFade .15s ease;background:#fff;border:1.5px solid #dde3ef;border-radius:12px;box-shadow:0 10px 30px #0000001f;left:0;max-height:260px;overflow-y:auto;position:absolute;right:0;top:calc(100% + 6px);z-index:999}.adm-rfq-vendor-dropdown-empty{color:#9ca3af;font-size:.85rem;padding:1.2rem;text-align:center}.adm-rfq-vendor-option{align-items:center;border-bottom:1px solid #f1f5f9;cursor:pointer;display:flex;gap:.75rem;padding:.7rem 1rem;transition:background .15s}.adm-rfq-vendor-option:last-child{border-bottom:none}.adm-rfq-vendor-option:hover{background:#f8faff}.adm-rfq-vendor-option.selected{background:#eff6ff}.adm-rfq-vo-check{align-items:center;background:#fff;border:2px solid #cbd5e1;border-radius:6px;color:#003a78;display:flex;flex-shrink:0;font-size:.85rem;font-weight:700;height:22px;justify-content:center;transition:border-color .15s;width:22px}.adm-rfq-vendor-option.selected .adm-rfq-vo-check{background:#003a78;border-color:#003a78;color:#fff}.adm-rfq-vo-info{display:flex;flex:1 1;flex-direction:column;gap:2px;min-width:0}.adm-rfq-vo-info strong{color:#0f172a;font-size:.9rem}.adm-rfq-vo-info span{color:#64748b;font-size:.78rem}.adm-rfq-vo-info small{background:#f1f5f9;border-radius:4px;color:#9ca3af;font-size:.72rem;padding:1px 6px;width:-webkit-fit-content;width:fit-content}.adm-rfq-vo-selected-tag{background:#dbeafe;border-radius:10px;color:#003a78;flex-shrink:0;font-size:.7rem;font-weight:700;padding:2px 8px;white-space:nowrap}.adm-rfq-vendor-option.rfq-already-sent{background:#fafafa;cursor:default;opacity:.9}.adm-rfq-vendor-option.rfq-already-sent:hover{background:#fff8f0}.adm-rfq-vendor-option.rfq-already-sent .adm-rfq-vo-check{background:#fef3c7;border-color:#f59e0b;color:#d97706}.adm-rfq-vendor-option.rfq-already-sent .adm-rfq-vo-info strong{color:#374151}.adm-rfq-vo-sent-tag{border-radius:10px;flex-shrink:0;font-size:.68rem;font-weight:700;letter-spacing:.01em;padding:2px 8px;white-space:nowrap}.adm-rfq-sent-pending{background:#fef3c7;border:1px solid #fcd34d;color:#92400e}.adm-rfq-sent-submitted{background:#d1fae5;border:1px solid #6ee7b7;color:#065f46}.adm-rfq-sent-revised{background:#dbeafe;border:1px solid #93c5fd;color:#1d4ed8}.adm-rfq-sent-negotiating{background:#ede9fe;border:1px solid #c4b5fd;color:#6d28d9}.adm-rfq-selected-vendors{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.adm-rfq-selected-head{align-items:center;color:#374151;display:flex;font-size:.8rem;font-weight:700;gap:.4rem;letter-spacing:.04em;margin-bottom:.25rem;text-transform:uppercase}.adm-rfq-vcard.selected .adm-rfq-vcard-head{align-items:flex-start;display:flex;justify-content:space-between;padding:.85rem 1rem}.adm-rfq-vcard-remove{background:none;border:none;border-radius:6px;color:#94a3b8;cursor:pointer;padding:2px;transition:color .15s,background .15s}.adm-rfq-vcard-remove:hover{background:#fee2e2;color:#dc2626}.adm-rfq-item-stk-tag{background:#d1fae5;border-radius:8px;color:#059669;font-size:.7rem;padding:1px 6px;white-space:nowrap}.adm-rfq-i-item.in-stock{border-left:3px solid #10b981}.adm-rfq-stock-banner{animation:admFade .3s ease;background:linear-gradient(135deg,#ecfdf5,#f0fdf4);border:1.5px solid #6ee7b7;border-radius:12px;color:#065f46;display:flex;flex-direction:column;font-size:.88rem;gap:.6rem;padding:1rem 1.2rem}.adm-rfq-stock-banner>svg{flex-shrink:0}.adm-rfq-stock-banner strong{color:#047857}.adm-rfq-stock-list{display:flex;flex-direction:column;gap:.4rem;margin-top:.3rem}.adm-rfq-stock-row{align-items:center;background:#fff;border:1px solid #a7f3d0;border-radius:8px;display:flex;font-size:.82rem;gap:.75rem;padding:.45rem .8rem}.adm-rfq-stock-row.partial{background:#fefce8;border-color:#fde68a}.adm-rfq-stock-name{color:#0f172a;flex:1 1;font-weight:600}.adm-rfq-stock-avail{align-items:center;color:#374151;display:flex;font-size:.78rem;gap:4px}.adm-rfq-stock-avail em{color:#047857;font-style:italic}.adm-rfq-stock-row.partial .adm-rfq-stock-avail em{color:#92400e}.adm-rfq-items-stock{background:#fff;border:1px solid #e4e8f0;border-radius:10px;margin-bottom:.5rem;overflow:hidden}.adm-rfq-items-stock-head{align-items:center;background:#f8faff;border-bottom:1px solid #e4e8f0;color:#374151;display:flex;font-size:.78rem;font-weight:700;gap:.5rem;letter-spacing:.04em;padding:.65rem 1rem;text-transform:uppercase}.adm-rfq-item-stock-row{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;font-size:.83rem;gap:.75rem;padding:.55rem 1rem}.adm-rfq-item-stock-row:last-child{border-bottom:none}.adm-rfq-item-name{color:#0f172a;flex:1 1;font-weight:600}.adm-rfq-item-needed{color:#64748b;font-size:.78rem;white-space:nowrap}.adm-rfq-item-stock{align-items:center;border-radius:8px;display:inline-flex;font-size:.76rem;font-weight:600;gap:4px;padding:2px 8px;white-space:nowrap}.adm-rfq-item-stock.ok{background:#d1fae5;color:#065f46}.adm-rfq-item-stock.low{background:#fef3c7;color:#92400e}.adm-rfq-item-stock.none{background:#f1f5f9;color:#94a3b8}.adm-alloc-section{background:#fff;border:1.5px solid #e4e8f0;border-radius:14px;margin-bottom:1rem;overflow:hidden}.adm-alloc-head{align-items:center;background:linear-gradient(135deg,#f0f7ff,#e8f0fe);border-bottom:1px solid #dde3ef;color:#003a78;display:flex;font-size:.82rem;font-weight:700;gap:.6rem;letter-spacing:.05em;padding:.7rem 1.1rem;text-transform:uppercase}.adm-alloc-row{grid-gap:.5rem 1rem;align-items:start;border-bottom:1px solid #f1f5f9;display:grid;gap:.5rem 1rem;grid-template-columns:1fr auto auto;grid-template-rows:auto auto;padding:.9rem 1.1rem}.adm-alloc-row:last-child{border-bottom:none}.adm-alloc-item-info{display:flex;flex-direction:column;gap:2px;grid-column:1;grid-row:1}.adm-alloc-item-info strong{color:#0f172a;font-size:.92rem}.adm-alloc-needed{color:#64748b;font-size:.78rem}.adm-alloc-decision{align-items:center;display:flex;flex-wrap:wrap;gap:.4rem;grid-column:2/-1;grid-row:1}.adm-alloc-no-stock{color:#9ca3af;font-size:.78rem;font-style:italic}.adm-alloc-btn{background:#fff;border:1.5px solid #dde3ef;border-radius:8px;color:#374151;cursor:pointer;font-family:Inter,sans-serif;font-size:.8rem;font-weight:600;padding:.35rem .85rem;transition:all .18s;white-space:nowrap}.adm-alloc-btn:hover{background:#f8faff;border-color:#94a3b8}.adm-alloc-btn.active.vendor{background:#dbeafe;border-color:#3b82f6;color:#1d4ed8}.adm-alloc-btn.active.stock{background:#d1fae5;border-color:#10b981;color:#065f46}.adm-alloc-btn.active.split{background:#fef3c7;border-color:#f59e0b;color:#92400e}.adm-alloc-split-ctrl{background:#fffbeb;border:1px solid #fde68a;border-radius:10px;display:flex;flex-wrap:wrap;gap:1rem;grid-column:1/-1;grid-row:2;margin-top:.2rem;padding:.6rem .9rem}.adm-alloc-split-row{align-items:center;display:flex;font-size:.82rem;gap:.5rem}.adm-alloc-split-row label{color:#92400e;font-weight:600;white-space:nowrap}.adm-alloc-split-row input[type=number]{border:1.5px solid #fcd34d;border-radius:7px;font-family:Inter,sans-serif;font-size:.88rem;outline:none;padding:4px 8px;text-align:center;width:70px}.adm-alloc-split-row input[type=number]:focus{border-color:#f59e0b}.adm-alloc-max{color:#b45309;font-size:.75rem}.adm-alloc-split-row.vendor-row label{color:#1d4ed8}.adm-alloc-vendor-qty{color:#1d4ed8;font-size:1rem;font-weight:700}.adm-alloc-summary{grid-column:1/-1;grid-row:3}.adm-alloc-badge{align-items:center;border-radius:20px;display:inline-flex;font-size:.78rem;font-weight:700;gap:4px;padding:3px 10px}.adm-alloc-badge.stock{background:#d1fae5;color:#065f46}.adm-alloc-badge.vendor{background:#dbeafe;color:#1d4ed8}.adm-alloc-badge.split{background:#fef3c7;color:#92400e}.adm-po-create-btn{align-items:center;background:#003a78;border:1.5px solid #003a78;border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;font-size:.78rem;font-weight:600;gap:5px;padding:4px 11px;transition:background .2s,transform .15s}.adm-po-create-btn:hover{background:#00276b;transform:translateY(-1px)}.adm-po-create-big-btn{align-items:center;background:linear-gradient(135deg,#003a78,#0052a3);border:none;border-radius:9px;box-shadow:0 3px 14px #003a7840;color:#fff;cursor:pointer;display:inline-flex;font-size:.88rem;font-weight:700;gap:7px;padding:9px 20px;transition:opacity .2s,transform .15s}.adm-po-create-big-btn:hover{opacity:.92;transform:translateY(-1px)}.adm-po-cta-row{border-top:1px solid #e4e8f0;display:flex;justify-content:flex-end;margin-top:16px;padding:16px 20px 0}.adm-rfq-section.adm-po-history{background:#f8f9ff}.adm-rfq-section.adm-po-history h3{color:#003a78}.adm-po-hist-row{align-items:center;border-bottom:1px solid #e4e8f0;display:flex;font-size:.84rem;gap:1rem;justify-content:space-between;padding:10px 14px}.adm-po-hist-row:last-child{border-bottom:none}.adm-po-hist-detail{color:#64748b;display:flex;gap:1rem}.adm-po-status-tag{border-radius:20px;display:inline-block;font-size:.72rem;font-weight:700;margin-left:6px;padding:2px 8px}.adm-po-status-tag.sent{background:#dbeafe;color:#1d4ed8}.adm-po-status-tag.acknowledged{background:#d1fae5;color:#065f46}.adm-po-status-tag.completed{background:#bbf7d0;color:#14532d}.adm-po-status-tag.cancelled{color:#b91c1c}.adm-po-modal{max-width:900px!important}.adm-po-body{max-height:68vh;overflow-y:auto;padding:1.4rem 1.8rem}.adm-po-info-grid{grid-gap:1rem 1.4rem;display:grid;gap:1rem 1.4rem;grid-template-columns:repeat(3,1fr);margin-bottom:.5rem}@media (max-width:700px){.adm-po-info-grid{grid-template-columns:1fr}}.adm-po-items-table{border:1.5px solid #e4e8f0;border-radius:10px;margin-top:.5rem;overflow:hidden}.adm-po-items-head{background:#003a78;color:#fff;font-size:.75rem;font-weight:700;padding:8px 10px}.adm-po-items-head,.adm-po-items-row{grid-gap:6px;display:grid;gap:6px;grid-template-columns:28px 1fr 80px 80px 60px 115px 110px 32px}.adm-po-items-row{align-items:center;background:#fff;border-top:1px solid #f0f4fa;font-size:.82rem;padding:7px 10px;transition:background .15s}.adm-po-items-row:hover{background:#f8faff}.adm-po-items-row input,.adm-po-items-row select{border:1.5px solid #d0d5e0;border-radius:6px;font-size:.8rem;padding:4px 7px;width:100%}.adm-po-row-total{color:#003a78;font-size:.84rem;font-weight:700}.adm-po-charges-row{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1.2rem;margin-top:1rem}.adm-po-charges-row .adm-form-field{flex:1 1;min-width:160px}.adm-po-total-box{background:#f8faff;border:1.5px solid #e4e8f0;border-radius:10px;flex:1.5 1;font-size:.85rem;min-width:220px;padding:12px 16px}.adm-po-total-box div{color:#475569;display:flex;justify-content:space-between;padding:4px 0}.adm-po-grand-row{border-top:2px solid #003a78!important;color:#003a78!important;font-size:1rem!important;margin-top:6px;padding-top:8px!important}.adm-po-grand-row strong{font-size:1.05rem}.adm-po-footer{flex-wrap:wrap;gap:.6rem}.adm-po-send-btn{background:linear-gradient(135deg,#005f30,#00873f)!important;border-color:#0000!important}.adm-po-send-btn:hover{opacity:.9!important}.adm-pv-tab{padding:1rem}.adm-pv-hint{color:#64748b;font-size:.82rem;margin-bottom:1rem}.adm-pv-row{align-items:center;border-bottom:1px solid #f0f4fa;display:flex;flex-wrap:wrap;gap:8px;padding:8px 0}.adm-pv-row:last-child{border-bottom:none}.adm-pv-row select{-webkit-appearance:menulist;appearance:menulist;background-color:#fff!important;border:1.5px solid #d0d5e0;border-radius:8px;color:#1e293b!important;cursor:pointer;flex:1.5 1;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:.83rem;font-weight:400;min-width:160px;padding:7px 10px}.adm-pv-row select:focus{border-color:#3b82f6;outline:none}.adm-pv-row select option{background-color:#fff!important;color:#000!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif!important;font-size:14px!important;font-weight:500!important;line-height:1.5!important;padding:8px!important}.adm-pv-row select option:first-child{color:#64748b!important;font-weight:400!important}.adm-pv-row select option:not(:first-child){color:#000!important;font-weight:500!important}.adm-pv-row select option:hover{background-color:#f1f5f9!important}.adm-pv-price{flex:0.8 1;min-width:120px}.adm-pv-notes{background-color:#fff;border:1.5px solid #d0d5e0;border-radius:8px;color:#1e293b;flex:2 1;font-size:.83rem;min-width:140px;padding:7px 10px}.adm-hist-timeline{display:flex;flex-direction:column;gap:4px}.adm-hist-cat-row{background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;color:#475569;font-size:.8rem;margin-bottom:8px;padding:8px 12px}.adm-hist-entry{align-items:flex-start;border-bottom:1px dashed #e2e8f0;display:flex;gap:10px;padding:10px 0}.adm-hist-entry:last-child{border-bottom:none}.adm-hist-icon{flex-shrink:0;font-size:1.1rem;margin-top:1px}.adm-hist-body{display:flex;flex-direction:column;font-size:.82rem;gap:2px}.adm-hist-who{color:#003a78;font-weight:600}.adm-hist-role{color:#94a3b8;font-size:.75rem}.adm-hist-details{background:#f8fafc;border-radius:5px;color:#475569;font-size:.75rem;margin-top:2px;padding:3px 7px;word-break:break-word}.adm-hist-meta{color:#94a3b8;font-size:.72rem}.adm-vendor-extra-charges{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:12px;margin-top:1.2rem;overflow:hidden}.adm-vec-head{background:#f1f5f9;border-bottom:1px solid #e2e8f0;color:#374151;font-size:.78rem;font-weight:700;letter-spacing:.05em;padding:.6rem 1rem;text-transform:uppercase}.adm-vec-list{padding:.5rem 1rem}.adm-vec-row{align-items:center;border-bottom:1px dashed #f1f5f9;color:#475569;display:flex;font-size:.84rem;justify-content:space-between;padding:.45rem 0}.adm-vec-row:last-child{border-bottom:none}.adm-vec-row strong{color:#0f172a;font-weight:700}.adm-vec-summary{border-top:1.5px solid #e2e8f0;padding:.4rem 0}.adm-vec-sub-row{align-items:center;color:#64748b;display:flex;font-size:.82rem;justify-content:space-between;padding:.4rem 1rem}.adm-vec-sub-row strong{color:#374151;font-weight:600}.adm-vec-charge{color:#6b7280}.adm-vec-charge strong{color:#374151}.adm-vec-grand{align-items:center;background:linear-gradient(135deg,#003a78,#005ab3);border-top:1.5px solid #e2e8f0;display:flex;font-size:.88rem;justify-content:space-between;padding:.6rem 1rem}.adm-vec-grand span{color:#ffffffd9;font-weight:600}.adm-vec-grand strong{color:#fff;font-size:1rem;font-weight:800}.adm-po-price-lock-notice{align-items:center;background:linear-gradient(135deg,#fffbeb,#fef9c3);border:1.5px solid #fde68a;border-left:4px solid #f59e0b;border-radius:10px;color:#92400e;display:flex;font-size:.8rem;font-weight:600;gap:.5rem;margin-bottom:.75rem;padding:.6rem 1rem}.adm-po-price-locked{align-items:center;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:8px;color:#003a78;display:flex;font-size:.88rem;gap:.4rem;padding:.45rem .75rem}.adm-po-lock-icon{color:#94a3b8;font-size:.75rem}.adm-po-price-locked strong{color:#003a78;font-size:.9rem;font-weight:800}.adm-rfq-summary-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;display:flex;flex-direction:column;gap:.75rem;margin:1.5rem 0;padding:1.25rem}.adm-rfq-summary-row{align-items:center;color:#475569;display:flex;font-size:.95rem;justify-content:space-between}.adm-rfq-summary-row strong{color:#0f172a;font-weight:700}.adm-rfq-extras-list{border-bottom:1px dashed #cbd5e1;border-top:1px dashed #cbd5e1;display:flex;flex-direction:column;gap:.4rem;padding:.75rem 0}.adm-rfq-extras-head{color:#64748b;font-size:.75rem;font-weight:700;letter-spacing:.05em;margin-bottom:.2rem;text-transform:uppercase}.adm-rfq-extra-row{font-size:.88rem}.adm-rfq-grand-total{color:#003a78;font-size:1.15rem;margin-top:.25rem}.adm-rfq-grand-total strong{border-bottom:2px solid #003a78;color:#003a78;font-size:1.25rem;font-weight:800}.adm-po-item-img{border-radius:6px;height:44px;width:44px}.adm-po-fallback-icon{color:#94a3b8}.adm-po-item-name-cell{display:flex;flex:1 1;flex-direction:column;gap:4px}.adm-po-price-diff{border-radius:4px;font-size:.7rem;font-weight:700;padding:1px 6px;width:-webkit-fit-content;width:fit-content}.adm-po-price-diff.down{background:#dcfce7;color:#16a34a}.adm-po-price-diff.up{background:#fee2e2;color:#dc2626}.adm-po-unit-price-cell{display:flex;flex-direction:column;gap:4px}.adm-po-orig-price{color:#94a3b8;font-size:.7rem;text-decoration:line-through}.adm-po-bottom-grid{grid-gap:2rem;border-top:1px solid #e2e8f0;display:grid;gap:2rem;grid-template-columns:1.2fr 1fr;margin-top:1.5rem;padding-top:1.5rem}.adm-po-extras-list{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.adm-po-extra-item{align-items:center;display:flex;gap:.5rem}.adm-po-extra-item input[type=text]{flex:2 1}.adm-po-extra-item input[type=number]{flex:1 1}.adm-po-extra-item button{background:#fee2e2;border:none;border-radius:6px;color:#dc2626;cursor:pointer;padding:6px}.adm-add-extra-btn{align-self:flex-start;background:#f1f5f9;border:1px dashed #cbd5e1;border-radius:6px;color:#003a78;cursor:pointer;font-size:.8rem;font-weight:600;margin-top:.5rem;padding:6px 12px}.adm-no-extras{color:#94a3b8;font-size:.85rem;font-style:italic}.adm-po-totals-col{display:flex;flex-direction:column;gap:1rem}.adm-po-total-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;display:flex;flex-direction:column;gap:.8rem;padding:1.25rem}.adm-t-row{color:#475569;display:flex;font-size:.9rem;justify-content:space-between}.adm-t-row strong{color:#1e293b}.adm-po-grand-row{align-items:center;border-top:2px solid #003a78;display:flex;justify-content:space-between;margin-top:.2rem;padding-top:.8rem}.adm-po-grand-row span{color:#003a78;font-size:1rem;font-weight:700}.adm-po-grand-row strong{color:#003a78;font-size:1.35rem;font-weight:800}.adm-t-ship,.adm-t-ship strong{color:#b45309}.adm-po-body.modern{grid-gap:20px!important;background:#f1f5f9;display:grid!important;gap:20px!important;grid-template-columns:1fr 340px!important;padding:20px!important}.adm-po-main-side{min-width:0}.adm-po-main-side,.adm-po-side-panel{display:flex;flex-direction:column;gap:16px}.adm-po-main-side>div,.adm-sidebar-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000000d}.adm-section-header{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:12px 16px}.adm-section-title{align-items:center;color:#0f172a;display:flex;font-size:.85rem;font-weight:700;gap:8px;letter-spacing:.03em;text-transform:uppercase}.adm-po-items-table.modern{background:#fff;border-radius:12px;display:flex;flex-direction:column}.adm-po-items-head.modern{background:#f8fafc;color:#64748b;font-size:.72rem;font-weight:700;padding:10px 16px;text-transform:uppercase}.adm-po-items-head.modern,.adm-po-items-row.modern{grid-gap:12px;border-bottom:1px solid #f1f5f9;display:grid;gap:12px;grid-template-columns:40px 60px 1fr 80px 120px 120px 40px}.adm-po-items-row.modern{align-items:center;padding:12px 16px}.adm-po-item-img{align-items:center;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;display:flex;height:48px;justify-content:center;overflow:hidden;width:48px}.adm-po-item-img img{height:100%;object-fit:cover;width:100%}.adm-po-item-info{display:flex;flex-direction:column;gap:4px}.adm-po-item-name{background:#0000!important;border:none!important;color:#1e293b!important;font-size:.9rem!important;font-weight:600!important;padding:0!important}.adm-po-item-name:focus{box-shadow:none!important;color:#003a78!important}.adm-po-item-meta{align-items:center;display:flex;gap:10px}.adm-po-item-meta input,.adm-po-item-meta select{background:#0000!important;border:none!important;color:#64748b!important;font-size:.75rem!important;height:auto!important;padding:0!important;width:auto!important}.adm-po-price-cell input,.adm-po-qty-cell input{border-radius:6px!important;font-size:.85rem!important;padding:6px 10px!important;width:100%}.adm-po-total-cell{color:#1e293b;font-size:.9rem;font-weight:700;text-align:right}.adm-po-price-badge{border-radius:10px;font-size:.65rem;font-weight:800;padding:1px 6px}.adm-po-price-badge.down{background:#dcfce7;color:#166534}.adm-po-price-badge.up{background:#fee2e2;color:#991b1b}.adm-po-orig-hint{color:#94a3b8;display:block;font-size:.68rem;margin-top:2px;text-decoration:line-through}.adm-item-del{align-items:center;background:#fff1f2;border:none;border-radius:6px;color:#e11d48;cursor:pointer;display:flex;height:28px;justify-content:center;width:28px}.adm-sidebar-card-head{background:#f8fafc;border-bottom:1px solid #f1f5f9;color:#475569;font-size:.7rem;font-weight:800;letter-spacing:.05em;padding:10px 16px}.adm-sidebar-card-body{display:flex;flex-direction:column;gap:12px;padding:16px}.adm-mini-field label{color:#94a3b8;display:block;font-size:.65rem;font-weight:700;margin-bottom:4px;text-transform:uppercase}.adm-mini-field input,.adm-mini-field select,.adm-mini-field textarea{border-radius:6px!important;font-size:.82rem!important;padding:6px 10px!important;width:100%!important}.adm-row-split{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr 1fr}.adm-po-extras-mini{display:flex;flex-direction:column;gap:6px}.adm-po-extra-row-mini{align-items:center;display:flex;gap:6px}.adm-po-extra-row-mini input:first-child{flex:2 1}.adm-po-extra-row-mini input:nth-child(2){flex:1 1}.adm-po-extra-row-mini button{background:#0000;border:none;color:#94a3b8;cursor:pointer}.adm-sidebar-totals{border-top:1px dashed #e2e8f0;display:flex;flex-direction:column;gap:6px;margin-top:12px;padding-top:12px}.adm-st-row{color:#64748b;font-size:.8rem}.adm-st-row,.adm-st-total{display:flex;justify-content:space-between}.adm-st-total{border-top:1px solid #cbd5e1;color:#003a78;font-size:.95rem;font-weight:800;margin-top:4px;padding-top:8px}.adm-po-notes-section{padding:16px}.adm-po-notes-section textarea{border:1px solid #e2e8f0;border-radius:8px;font-size:.85rem;margin-top:10px;padding:12px;resize:none;width:100%}.adm-link-btn{background:#0000;color:#003a78;font-size:.75rem;padding:0;text-align:left}.adm-btn-mini,.adm-link-btn{border:none;cursor:pointer;font-weight:600}.adm-btn-mini{background:#003a78;border-radius:4px;color:#fff;font-size:.72rem;padding:4px 10px}.adm-po-modal{max-height:95vh!important}.adm-po-body.modern{max-height:calc(95vh - 120px);overflow-y:auto}.adm-po-modal-v2{display:flex;flex-direction:column;max-height:96vh!important;max-width:1100px!important;min-height:600px;overflow:hidden;width:92vw!important}.adm-po-v2-body{background:#f1f5f9;display:flex;flex:1 1;flex-direction:column;gap:16px;min-height:0;overflow-y:auto;padding:20px 24px}.adm-po-v2-top-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.adm-po-v2-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 1px 3px #0000000d}.adm-po-v2-card-head{align-items:center;background:#f8fafc;border-bottom:1px solid #eef0f3;border-radius:10px 10px 0 0;color:#334155;display:flex;font-size:.76rem;font-weight:800;gap:6px;letter-spacing:.03em;padding:10px 16px}.adm-po-v2-card-body{display:flex;flex-direction:column;gap:12px;padding:16px}.adm-po-v2-field{display:flex;flex-direction:column;gap:4px}.adm-po-v2-field label{color:#94a3b8;font-size:.68rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.adm-po-v2-field input,.adm-po-v2-field select,.adm-po-v2-field textarea{background:#fff;border:1px solid #e2e8f0;border-radius:6px;box-sizing:border-box;color:#1e293b;font-family:inherit;font-size:.85rem;padding:7px 10px;transition:border-color .15s;width:100%}.adm-po-v2-field input:focus,.adm-po-v2-field select:focus,.adm-po-v2-field textarea:focus{border-color:#003a78;outline:none}.adm-po-v2-field textarea{line-height:1.5;resize:vertical}.adm-po-v2-row2{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr}.adm-po-v2-items-wrap{min-height:60px;overflow-x:auto;overflow-y:visible}.adm-po-v2-table{border-collapse:collapse;font-size:.83rem;width:100%}.adm-po-v2-table thead tr{background:#f8fafc;border-bottom:2px solid #eef0f3}.adm-po-v2-table th{color:#64748b;font-size:.7rem;font-weight:800;letter-spacing:.04em;padding:9px 10px;text-align:left;text-transform:uppercase;white-space:nowrap}.adm-po-v2-table td{border-bottom:1px solid #f1f5f9;padding:9px 8px;vertical-align:middle}.adm-po-v2-table tbody tr:last-child td{border-bottom:none}.adm-po-v2-table tbody tr:hover{background:#fafbff}.adm-po-v2-idx{color:#94a3b8;font-size:.72rem;font-weight:700;text-align:center}.adm-po-v2-img{align-items:center;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;display:flex;height:40px;justify-content:center;overflow:hidden;width:40px}.adm-po-v2-img img{height:100%;object-fit:cover;width:100%}.adm-po-v2-name-input{background:#0000;border:none;color:#1e293b;font-size:.88rem;font-weight:600;padding:0;width:100%}.adm-po-v2-name-input:focus{color:#003a78;outline:none}.adm-po-v2-cell-input{background:#fff;border:1px solid #e2e8f0;border-radius:5px;color:#1e293b;font-family:inherit;font-size:.82rem;padding:5px 7px;width:100%}.adm-po-v2-cell-input:focus{border-color:#003a78;outline:none}.adm-po-v2-add-btn{align-items:center;background:#003a78;border:none;border-radius:5px;color:#fff;cursor:pointer;display:flex;font-size:.72rem;font-weight:700;gap:5px;padding:5px 12px}.adm-po-v2-extras-grid{display:flex;flex-direction:column;gap:8px;margin-bottom:10px}.adm-po-v2-extra-row{align-items:center;display:flex;gap:8px}.adm-po-v2-extra-label{border:1px solid #e2e8f0;border-radius:6px;color:#1e293b;flex:3 1;font-size:.83rem;padding:7px 10px}.adm-po-v2-extra-label:focus{border-color:#003a78;outline:none}.adm-po-v2-extra-amt-wrap{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;display:flex;flex:1 1;overflow:hidden}.adm-po-v2-rupee{background:#f8fafc;border-right:1px solid #e2e8f0;color:#64748b;font-size:.82rem;line-height:34px;padding:0 8px}.adm-po-v2-extra-amt{border:none;color:#1e293b;flex:1 1;font-size:.83rem;padding:7px 8px;width:100%}.adm-po-v2-extra-amt:focus{outline:none}.adm-po-v2-extra-del{align-items:center;background:#fff1f2;border:1px solid #fecdd3;border-radius:5px;color:#e11d48;cursor:pointer;display:flex;flex-shrink:0;height:30px;justify-content:center;width:30px}.adm-po-v2-add-charge-btn{align-items:center;background:#0000;border:1px dashed #cbd5e1;border-radius:6px;color:#475569;cursor:pointer;display:inline-flex;font-size:.78rem;font-weight:600;gap:5px;margin-bottom:16px;padding:6px 14px}.adm-po-v2-add-charge-btn:hover{border-color:#003a78;color:#003a78}.adm-po-v2-totals-bar{align-items:flex-start;border-top:1px solid #e2e8f0;display:flex;gap:24px;justify-content:space-between;padding-top:16px}.adm-po-v2-tax-field{display:flex;flex-direction:column;gap:5px;min-width:120px}.adm-po-v2-tax-field label{color:#94a3b8;font-size:.68rem;font-weight:700;text-transform:uppercase}.adm-po-v2-tax-field input{border:1px solid #e2e8f0;border-radius:6px;font-size:.85rem;padding:7px 10px;width:100px}.adm-po-v2-totals{display:flex;flex-direction:column;gap:6px;min-width:260px}.adm-po-v2-tot-row{color:#64748b;display:flex;font-size:.83rem;justify-content:space-between}.adm-po-v2-tot-row strong{color:#334155}.adm-po-v2-tot-grand{border-top:2px solid #003a78;color:#003a78;display:flex;font-size:1rem;font-weight:800;justify-content:space-between;margin-top:4px;padding-top:8px}.adm-activity-wrap{padding:4px 0}.adm-activity-title{align-items:center;color:#0f172a;display:flex;font-size:1rem;font-weight:800;gap:8px;margin-bottom:16px}.adm-activity-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.adm-act-chip{align-items:center;border:1.5px solid #0000;border-radius:20px;display:inline-flex;font-size:.78rem;font-weight:600;gap:6px;padding:5px 12px}.adm-act-chip.done{background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.adm-act-chip.pending{background:#f8fafc;border-color:#e2e8f0;color:#64748b}.adm-timeline{display:flex;flex-direction:column;gap:0}.adm-timeline-item{grid-gap:0 12px;align-items:start;display:grid;gap:0 12px;grid-template-columns:40px 2px 1fr;margin-bottom:4px}.adm-tl-dot{align-items:center;border-radius:50%;box-shadow:0 2px 8px #0000001f;display:flex;flex-shrink:0;font-size:1.1rem;height:40px;justify-content:center;width:40px;z-index:1}.adm-tl-line{align-self:stretch;border-radius:2px;margin-bottom:0;margin-top:40px;min-height:40px;width:2px}.adm-tl-content{padding:8px 0 24px}.adm-tl-title{color:#0f172a;font-size:.92rem;font-weight:700;line-height:1.3}.adm-tl-detail{color:#64748b;font-size:.8rem;line-height:1.5;margin-top:3px}.adm-tl-time{color:#94a3b8;font-size:.72rem;margin-top:4px}.adm-po-review-wrap{padding:4px 0}.adm-po-review-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:14px;box-shadow:0 2px 8px #003a780d;overflow:hidden;transition:box-shadow .2s}.adm-po-review-card:hover{box-shadow:0 4px 16px #003a781a}.adm-po-rev-head{align-items:flex-start;background:#f8fafc;border-bottom:1px solid #f1f5f9;display:flex;gap:12px;justify-content:space-between;padding:14px 16px 10px}.adm-po-rev-number{align-items:center;color:#003a78;display:flex;font-size:1rem;font-weight:800;gap:7px}.adm-po-rev-sub{color:#64748b;font-size:.8rem;margin-top:3px}.adm-po-rev-sub strong{color:#0f172a}.adm-po-rev-items{border-bottom:1px solid #f1f5f9;display:flex;flex-direction:column;gap:6px;padding:10px 16px}.adm-po-rev-item-row{align-items:center;display:flex;font-size:.83rem;gap:10px;padding:4px 0}.adm-po-rev-item-name{color:#1e293b;flex:1 1;font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.adm-po-rev-item-qty{background:#f1f5f9;border-radius:5px;padding:2px 7px}.adm-po-rev-item-price,.adm-po-rev-item-qty{color:#64748b;font-size:.78rem;white-space:nowrap}.adm-po-rev-item-total{color:#003a78;font-size:.83rem;font-weight:700;min-width:80px;text-align:right;white-space:nowrap}.adm-po-rev-meta{background:#fafafa;border-bottom:1px solid #f1f5f9;color:#64748b;display:flex;flex-wrap:wrap;font-size:.75rem;gap:14px;padding:8px 16px}.adm-po-rev-actions{display:flex;gap:8px;justify-content:flex-end;padding:10px 16px}.adm-po-status-tag.draft{background:#f1f5f9;color:#64748b}.adm-po-status-tag.sent{background:#eff6ff;color:#1e40af}.adm-po-status-tag.acknowledged{background:#f0fdf4;color:#15803d}.adm-po-status-tag.completed{background:#d1fae5;color:#065f46}.adm-po-status-tag.cancelled{background:#fee2e2;color:#991b1b}.adm-sq-wrap{background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border:1.5px solid #6ee7b7;border-radius:14px;box-shadow:0 2px 12px #10b98114;margin-bottom:20px;overflow:hidden}.adm-sq-head{align-items:flex-start;background:#fff9;border-bottom:1px solid #a7f3d0;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;padding:12px 16px 10px}.adm-sq-badge{align-items:center;color:#065f46;display:inline-flex;font-size:.88rem;font-weight:800;gap:7px}.adm-sq-prepby{align-items:center;color:#374151;display:flex;flex-wrap:wrap;font-size:.78rem;gap:14px}.adm-sq-prepby code{background:#d1fae5;border-radius:4px;color:#065f46;font-size:.76rem;padding:1px 7px}.adm-sq-terms{background:#fff6;border-bottom:1px solid #a7f3d0;color:#374151;display:flex;flex-wrap:wrap;font-size:.8rem;gap:18px;padding:8px 16px}.adm-sq-terms strong{color:#065f46;margin-right:4px}.adm-sq-table-wrap{overflow-x:auto;padding:0 0 4px}.adm-sq-table{border-collapse:collapse;font-size:.83rem;width:100%}.adm-sq-table th{background:#ffffff80;border-bottom:1px solid #a7f3d0;color:#6b7280;font-size:.72rem;font-weight:700;letter-spacing:.04em;padding:8px 12px;text-align:left;text-transform:uppercase}.adm-sq-table td{border-bottom:1px solid #d1fae5;padding:8px 12px;vertical-align:middle}.adm-sq-table tbody tr:last-child td{border-bottom:none}.adm-sq-table tbody tr:hover td,.adm-sq-totals{background:#ffffff80}.adm-sq-totals{border-top:1.5px solid #a7f3d0;display:flex;flex-direction:column;gap:5px;padding:10px 16px}.adm-sq-tot-row{color:#374151;display:flex;font-size:.83rem;justify-content:space-between}.adm-sq-tot-extra{color:#6b7280;font-size:.8rem}.adm-sq-tot-grand{border-top:2px solid #10b981;color:#065f46;display:flex;font-size:1.05rem;font-weight:800;justify-content:space-between;margin-top:4px;padding-top:8px}.adm-sq-notes{background:#fffbeb;border-top:1px solid #fde68a;color:#374151;font-size:.82rem;line-height:1.5;padding:10px 16px}.adm-sq-notes strong{color:#92400e;margin-right:6px}.adm-sq-actions{align-items:center;background:#ffffff4d;border-top:1px solid #a7f3d0;display:flex;flex-wrap:wrap;gap:8px;padding:10px 16px}.adm-inq-qt-section{background:linear-gradient(135deg,#f0fdf4,#fafffe)!important;border-left:4px solid #10b981!important}.adm-inq-qt-section h4{color:#065f46!important}.adm-inq-qt-section .adm-sq-table th{background:#f0fdf4;border-bottom-color:#a7f3d0}.adm-inq-qt-section .adm-sq-table td{border-bottom-color:#d1fae5}@keyframes slideInRight{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}.qr-bell-btn{align-items:center;background:#f8faff;border:1px solid #e2e8f0;border-radius:50%;color:#374151;cursor:pointer;display:flex;flex-shrink:0;height:36px;justify-content:center;position:relative;transition:background .18s,border-color .18s;width:36px}.qr-bell-btn:hover{background:#e8f0fe;border-color:#c7d7f5;color:#003a78}.qr-bell-btn.qr-bell-off{opacity:.55}.qr-badge{align-items:center;background:#ef4444;border:2px solid #fff;border-radius:9px;color:#fff;display:flex;font-size:.67rem;font-weight:700;height:17px;justify-content:center;line-height:1;min-width:17px;padding:0 4px;pointer-events:none;position:absolute;right:-4px;top:-4px}.qr-panel-wrap{position:relative}.qr-panel{animation:qr-panel-in .18s ease-out;background:#fff;border-radius:14px;box-shadow:0 12px 40px #0000002e,0 2px 8px #00000014;display:flex;flex-direction:column;max-height:480px;overflow:hidden;position:absolute;right:0;top:calc(100% + 10px);width:340px;z-index:9999}@keyframes qr-panel-in{0%{opacity:0;transform:translateY(-8px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.qr-panel-head{border-bottom:1px solid #f1f5f9;flex-shrink:0;gap:8px;justify-content:space-between;padding:14px 16px 12px}.qr-panel-head,.qr-panel-title{align-items:center;display:flex}.qr-panel-title{color:#0f172a;font-size:.88rem;font-weight:700;gap:7px}.qr-toggle-btn{align-items:center;border:none;border-radius:20px;cursor:pointer;display:flex;font-size:.75rem;font-weight:600;gap:5px;padding:4px 10px;transition:all .15s}.qr-toggle-btn.qr-toggle-on{background:#dcfce7;color:#16a34a}.qr-toggle-btn.qr-toggle-off{background:#fee2e2;color:#dc2626}.qr-toggle-btn:hover{filter:brightness(.93)}.qr-close-btn{align-items:center;background:#f1f5f9;border:none;border-radius:50%;color:#64748b;cursor:pointer;display:flex;flex-shrink:0;height:26px;justify-content:center;transition:background .15s;width:26px}.qr-close-btn:hover{background:#e2e8f0;color:#1e293b}.qr-empty{align-items:center;color:#94a3b8;display:flex;flex-direction:column;font-size:.84rem;gap:10px;justify-content:center;padding:36px 20px;text-align:center}.qr-list{flex:1 1;overflow-y:auto;padding:6px 0}.qr-item{border-bottom:1px solid #f8fafc;cursor:pointer;padding:10px 16px;transition:background .12s}.qr-item:last-child{border-bottom:none}.qr-item:hover{background:#f8fafc}.qr-item-client{color:#0f172a;font-size:.88rem;font-weight:700;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qr-item-details{align-items:center;display:flex;gap:8px;margin-bottom:4px}.qr-item-ref{color:#64748b;font-size:.75rem}.qr-item-status{border-radius:20px;font-size:.72rem;font-weight:600;padding:2px 8px}.qr-item-products{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:4px}.qr-item-products span{background:#f1f5f9;border-radius:10px;color:#475569;font-size:.72rem;padding:1px 7px}.qr-item-age{color:#94a3b8;font-size:.72rem;gap:4px}.qr-item-age,.qr-panel-foot{align-items:center;display:flex}.qr-panel-foot{border-top:1px solid #f1f5f9;flex-shrink:0;justify-content:space-between;padding:10px 16px}.qr-refresh-btn{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:7px;color:#475569;cursor:pointer;display:flex;font-size:.78rem;gap:5px;padding:5px 12px;transition:all .15s}.qr-refresh-btn:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1}.qr-refresh-btn:disabled{cursor:not-allowed;opacity:.5}.qr-count-note{color:#94a3b8;font-size:.78rem}.qr-popup{animation:qr-popup-in .32s cubic-bezier(.34,1.56,.64,1);background:#fff;border:1px solid #e2e8f0;border-radius:16px;bottom:28px;box-shadow:0 20px 60px #00000038,0 4px 16px #0000001a;display:flex;flex-direction:column;max-height:80vh;overflow:hidden;position:fixed;right:28px;width:400px;z-index:10000}@keyframes qr-popup-in{0%{opacity:0;transform:translateY(40px) scale(.94)}to{opacity:1;transform:translateY(0) scale(1)}}.qr-popup-head{align-items:center;background:linear-gradient(135deg,#003a78,#0052a5);color:#fff;display:flex;flex-shrink:0;gap:10px;justify-content:space-between;padding:14px 18px 13px}.qr-popup-head>div:first-child{align-items:center;display:flex;font-size:.92rem;font-weight:700;gap:9px}.qr-popup-head>div:last-child{align-items:center;display:flex;gap:8px}.qr-popup-disable-btn{align-items:center;background:#ffffff26;border:1px solid #ffffff40;border-radius:7px;color:#fff;cursor:pointer;display:flex;font-size:.75rem;font-weight:600;gap:5px;padding:4px 10px;transition:background .15s}.qr-popup-disable-btn:hover{background:#ffffff40}.qr-popup-close-x{align-items:center;background:#ffffff26;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:28px;justify-content:center;transition:background .15s;width:28px}.qr-popup-close-x:hover{background:#ffffff4d}.qr-popup-body{flex:1 1;overflow-y:auto;padding:14px 18px 8px}.qr-popup-subtext{color:#475569;font-size:.85rem;margin:0 0 12px}.qr-popup-list{display:flex;flex-direction:column;gap:6px}.qr-popup-item{align-items:center;background:#f8fafc;border:1px solid #f1f5f9;border-radius:10px;cursor:default;display:flex;gap:8px;padding:9px 12px;transition:background .12s}.qr-popup-item:hover{background:#f1f5f9}.qr-popup-item-left{display:flex;flex:1 1;flex-direction:column;gap:2px;min-width:0}.qr-popup-client{color:#0f172a;font-size:.87rem;font-weight:700}.qr-popup-client,.qr-popup-products{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.qr-popup-products{color:#64748b;font-size:.75rem}.qr-popup-item-right{align-items:flex-end;display:flex;flex-direction:column;flex-shrink:0;gap:4px}.qr-popup-age{align-items:center;color:#94a3b8;display:flex;font-size:.72rem;gap:3px}.qr-popup-goto-btn{align-items:center;background:#e0e7ff;border:none;border-radius:6px;color:#4f46e5;cursor:pointer;display:flex;flex-shrink:0;height:24px;justify-content:center;transition:background .12s;width:24px}.qr-popup-goto-btn:hover{background:#c7d2fe}.qr-popup-foot{border-top:1px solid #f1f5f9;display:flex;flex-shrink:0;justify-content:flex-end;padding:12px 18px}.qr-popup-close-main{background:#003a78;border:none;border-radius:9px;color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;padding:8px 22px;transition:background .15s}.qr-popup-close-main:hover{background:#002a5c}.qr-list::-webkit-scrollbar,.qr-popup-body::-webkit-scrollbar{width:4px}.qr-list::-webkit-scrollbar-track,.qr-popup-body::-webkit-scrollbar-track{background:#0000}.qr-list::-webkit-scrollbar-thumb,.qr-popup-body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}@keyframes qr-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.qr-spinning{animation:qr-spin 1s linear infinite}@media (max-width:480px){.qr-popup{bottom:12px;right:12px;width:calc(100vw - 24px)}.qr-panel{width:300px}}.lc-filter-bar{align-items:stretch;display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.lc-search-wrap{align-items:center;background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;box-sizing:border-box;display:flex;flex:1 1 220px;gap:8px;height:36px;min-width:180px;padding:0 12px}.lc-search-wrap:focus-within{border-color:#003a78}.lc-search-icon{color:#94a3b8;flex-shrink:0}.lc-search-input{background:#0000;border:none;color:#334155;font-family:inherit;font-size:.82rem;outline:none;width:100%}.lc-search-input::placeholder{color:#94a3b8}.lc-fsel{background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;box-sizing:border-box;color:#334155;cursor:pointer;font-family:inherit;font-size:.82rem;height:36px;min-width:130px;padding:0 12px}.lc-fsel:focus{border-color:#003a78;outline:none}.lc-fdate{cursor:text;min-width:140px}.lc-clear-btn{background:#fef2f2;border:1.5px solid #fca5a5;border-radius:8px;color:#dc2626;cursor:pointer;font-family:inherit;font-size:.78rem;font-weight:700;height:36px;padding:0 14px;white-space:nowrap}.lc-clear-btn:hover{background:#fee2e2}.lc-error{background:#fef2f2;border:1px solid #fca5a5;border-radius:8px;color:#dc2626;gap:6px;margin-bottom:14px;padding:10px 14px}.lc-error,.lc-pagination{align-items:center;display:flex;font-size:.82rem}.lc-pagination{color:#64748b;gap:10px;justify-content:center;margin-top:20px}.lc-tabs{border-bottom:1.5px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:4px;margin-bottom:16px;padding:0 0 14px}.lc-tab{align-items:center;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;display:flex;font-family:inherit;font-size:.76rem;font-weight:600;gap:5px;padding:5px 13px;transition:all .15s;white-space:nowrap}.lc-tab:hover{background:#eff6ff;border-color:#93c5fd;color:#1d4ed8}.lc-tab.active{background:#003a78;border-color:#003a78;color:#fff}.lc-tab-cnt{background:#ffffff40;border-radius:6px;color:inherit;font-size:.68rem;font-weight:800;min-width:16px;padding:0 5px;text-align:center}.lc-tab.active .lc-tab-cnt{background:#ffffff4d}.lc-tab-body{padding-top:4px}.lc-extra-k{color:#1e3a5f}.lc-record-list{display:flex;flex-direction:column;gap:12px}.lc-record-card{background:#fff;border:1.5px solid #e8edf5;border-radius:10px;overflow:hidden}.lc-rec-header{align-items:center;background:#f8fafc;border-bottom:1px solid #e8edf5;display:flex;flex-wrap:wrap;gap:10px;padding:10px 14px}.lc-rec-title{color:#1e293b;flex:1 1;font-size:.85rem;font-weight:700;min-width:0}.lc-rec-date{color:#94a3b8;font-size:.72rem;margin-left:auto;white-space:nowrap}.lc-rec-grid{grid-gap:0;display:grid;gap:0;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));padding:10px 14px}.lc-rec-field{padding:6px 8px 6px 0}.lc-rec-field.wide{grid-column:1/-1}.lc-rec-field-label{color:#94a3b8;font-size:.67rem;font-weight:700;letter-spacing:.04em;margin-bottom:2px;text-transform:uppercase}.lc-rec-field-val{color:#1e293b;font-size:.8rem}.lc-rec-bold{color:#003a78;font-weight:700}.lc-sub-section{border-top:1px dashed #e2e8f0;margin-top:4px;padding:0 14px 12px}.lc-sub-title{align-items:center;color:#64748b;display:flex;flex-wrap:wrap;font-size:.75rem;font-weight:700;gap:8px;padding:8px 0 6px}.lc-items-wrap{padding:0 14px 12px}.lc-items-label{color:#64748b;font-size:.72rem;font-weight:700;letter-spacing:.03em;margin-bottom:6px;text-transform:uppercase}.lc-items-table{border-collapse:collapse;font-size:.77rem;width:100%}.lc-items-table th{background:#f1f5f9;border-bottom:1px solid #e2e8f0;color:#475569;font-size:.68rem;font-weight:700;letter-spacing:.04em;padding:5px 8px;text-align:left;text-transform:uppercase}.lc-items-table td{border-bottom:1px solid #f1f5f9;color:#334155;padding:5px 8px;vertical-align:top}.lc-items-table tbody tr:last-child td{border-bottom:none}.lc-items-table tbody tr:hover td{background:#f8fafc}.lc-contact-row{border-bottom:1px solid #f1f5f9;padding:6px 0}.lc-contact-row:last-child{border-bottom:none}.lc-contact-name{align-items:center;color:#1e293b;display:flex;font-size:.82rem;font-weight:700;gap:6px}.lc-contact-meta{color:#64748b;display:flex;flex-wrap:wrap;font-size:.75rem;gap:10px;margin-top:3px}.lc-primary-tag{background:#dbeafe;border-radius:4px;color:#1d4ed8;font-size:.65rem;font-weight:700;padding:1px 6px}.lc-desig{font-style:italic}.lc-inr{background:#ecfdf5;border:1px solid #6ee7b7;border-radius:5px;color:#065f46;font-size:.78rem;font-weight:700;padding:1px 6px}.lc-tl-extra{display:flex;flex-wrap:wrap;gap:5px;margin-top:4px}.lc-extra-chip{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:5px;color:#475569;font-size:.68rem;padding:1px 6px}.lc-extra-k{color:#64748b;font-weight:700}.lc-danger-panel{background:#fff5f5;border-color:#fca5a5!important}.lc-inactive-badge{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;color:#94a3b8;font-size:.65rem;font-weight:700;padding:1px 6px}.lc-stage-pills{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px}.lc-stage-pill{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:20px;color:#64748b;cursor:pointer;font-family:inherit;font-size:.76rem;font-weight:600;padding:5px 14px;transition:all .15s;white-space:nowrap}.lc-stage-pill:hover{background:#eff6ff;border-color:#003a78;color:#003a78}.lc-stage-pill.active{background:#003a78;border-color:#003a78;color:#fff}.lc-stats-row{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:20px}.lc-stat-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;flex:1 1 130px;min-width:120px;padding:14px 16px;text-align:center}.lc-stat-num{color:#003a78;font-size:1.7rem;font-weight:900;line-height:1}.lc-stat-lbl{color:#64748b;font-size:.72rem;font-weight:600;letter-spacing:.03em;margin-top:4px;text-transform:uppercase}.lc-client-list{display:flex;flex-direction:column;gap:10px}.lc-client-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:14px;overflow:hidden;transition:box-shadow .18s,border-color .18s}.lc-client-card:hover{border-color:#bfdbfe;box-shadow:0 4px 16px #003a7814}.lc-client-card.expanded{border-color:#003a78;box-shadow:0 6px 28px #003a781f}.lc-card-header{align-items:center;cursor:pointer;display:flex;gap:14px;padding:14px 18px;position:relative;-webkit-user-select:none;user-select:none}.lc-card-header:hover{background:#f8fafc}.lc-avatar{align-items:center;background:linear-gradient(135deg,#003a78,#0059b3);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.95rem;font-weight:800;height:42px;justify-content:center;letter-spacing:.02em;width:42px}.lc-client-info{flex:1 1;min-width:0}.lc-client-name{align-items:center;color:#1e293b;display:flex;font-size:.95rem;font-weight:700;gap:6px}.lc-client-meta,.lc-client-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lc-client-meta{color:#64748b;font-size:.76rem;margin-top:2px}.lc-type-badge{background:#fef9c3;border:1.5px solid #fde68a;border-radius:6px;color:#854d0e;flex-shrink:0;font-size:.68rem;font-weight:800;padding:2px 7px}.lc-type-badge.A{background:#dcfce7;border-color:#86efac;color:#166534}.lc-type-badge.B{background:#fef9c3;border-color:#fde68a;color:#854d0e}.lc-type-badge.C{background:#f1f5f9;border-color:#cbd5e1;color:#475569}.lc-stage-badge{border:1.5px solid #0000;border-radius:20px;flex-shrink:0;font-size:.72rem;font-weight:700;padding:4px 10px;white-space:nowrap}.lc-stage-badge.onboarded{background:#f1f5f9;border-color:#cbd5e1;color:#475569}.lc-stage-badge.inquiry{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.lc-stage-badge.live-request{background:#fff7ed;border-color:#fed7aa;color:#c2410c}.lc-stage-badge.quotation{background:#fefce8;border-color:#fde68a;color:#854d0e}.lc-stage-badge.sample{background:#f5f3ff;border-color:#ddd6fe;color:#6d28d9}.lc-stage-badge.purchase-order{background:#ecfdf5;border-color:#6ee7b7;color:#065f46}.lc-stage-badge.delivery{background:#eff6ff;border-color:#93c5fd;color:#1e40af}.lc-stage-badge.delivered{background:#dcfce7;border-color:#86efac;color:#166534}.lc-stage-badge.exchange{background:#fef2f2;border-color:#fca5a5;color:#991b1b}.lc-pending-badge{background:#fef2f2;border:1.5px solid #fca5a5;border-radius:12px;color:#dc2626;flex-shrink:0;font-size:.7rem;font-weight:800;padding:3px 8px;white-space:nowrap}.lc-count-chips{display:flex;flex-shrink:0;gap:5px}.lc-chip{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;color:#475569;font-size:.67rem;font-weight:700;padding:2px 7px;white-space:nowrap}.lc-chip.has-data{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.lc-expand-icon{color:#94a3b8;flex-shrink:0;transition:transform .2s}.lc-expand-icon.open{transform:rotate(180deg)}.lc-progress-track{border-bottom:1px solid #f1f5f9;padding:0 18px 10px}.lc-progress-bar{background:#f1f5f9;border-radius:99px;display:flex;height:5px;margin-bottom:4px;overflow:hidden}.lc-progress-fill{background:linear-gradient(90deg,#003a78,#0284c7);border-radius:99px;transition:width .4s ease}.lc-progress-labels{color:#94a3b8;display:flex;font-size:.62rem;font-weight:600;justify-content:space-between}.lc-card-body{background:#fafbff;border-top:1px solid #f1f5f9;padding:18px}.lc-body-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:280px 1fr}@media (max-width:900px){.lc-body-grid{grid-template-columns:1fr}}.lc-detail-panel{background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;padding:16px}.lc-detail-panel h4{color:#64748b;font-size:.8rem;font-weight:800;letter-spacing:.05em;margin:0 0 12px;text-transform:uppercase}.lc-detail-row{align-items:flex-start;display:flex;font-size:.82rem;gap:8px;margin-bottom:8px}.lc-detail-label{color:#64748b;flex-shrink:0;font-weight:600;min-width:80px}.lc-detail-value{color:#1e293b;word-break:break-word}.lc-counts-grid{grid-gap:6px;display:grid;gap:6px;grid-template-columns:repeat(4,1fr);margin-top:14px}.lc-count-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:8px 6px;text-align:center}.lc-count-item-num{color:#003a78;font-size:1.1rem;font-weight:800}.lc-count-item-lbl{color:#64748b;font-size:.62rem;font-weight:600;margin-top:2px}.lc-pending-list{margin-top:14px}.lc-pending-list h5{align-items:center;color:#dc2626;display:flex;font-size:.75rem;font-weight:800;gap:5px;margin:0 0 8px}.lc-pending-item{align-items:flex-start;background:#fef2f2;border:1px solid #fca5a5;border-radius:7px;color:#7f1d1d;display:flex;font-size:.78rem;gap:7px;line-height:1.35;margin-bottom:5px;padding:6px 10px}.lc-timeline-panel{background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;overflow:hidden;padding:16px}.lc-timeline-panel h4{color:#64748b;font-size:.8rem;font-weight:800;letter-spacing:.05em;margin:0 0 14px;text-transform:uppercase}.lc-timeline{display:flex;flex-direction:column;gap:0}.lc-tl-item{display:flex;gap:12px;position:relative}.lc-tl-item:not(:last-child) .lc-tl-line{background:#e2e8f0;bottom:0;left:12px;position:absolute;top:28px;width:2px}.lc-tl-dot{align-items:center;border-radius:50%;display:flex;flex-shrink:0;font-size:.68rem;font-weight:800;height:26px;justify-content:center;margin-top:2px;position:relative;width:26px;z-index:1}.lc-tl-dot.onboarding{background:#dbeafe;border:2px solid #93c5fd;color:#1d4ed8}.lc-tl-dot.inquiry{background:#eff6ff;border:2px solid #bfdbfe;color:#1d4ed8}.lc-tl-dot.live_request{background:#fff7ed;border:2px solid #fed7aa;color:#c2410c}.lc-tl-dot.quotation{background:#fefce8;border:2px solid #fde68a;color:#b45309}.lc-tl-dot.sample{background:#f5f3ff;border:2px solid #c4b5fd;color:#7c3aed}.lc-tl-dot.purchase_order{background:#ecfdf5;border:2px solid #6ee7b7;color:#059669}.lc-tl-dot.delivery{background:#eff6ff;border:2px solid #93c5fd;color:#1e40af}.lc-tl-dot.exchange_return{background:#fef2f2;border:2px solid #fca5a5;color:#dc2626}.lc-tl-dot.done{background:#dcfce7;border:2px solid #86efac;color:#16a34a}.lc-tl-content{flex:1 1;min-width:0;padding-bottom:14px}.lc-tl-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:8px}.lc-tl-title{color:#1e293b;flex:1 1;font-size:.84rem;font-weight:700;min-width:0}.lc-tl-status{border-radius:8px;flex-shrink:0;font-size:.68rem;font-weight:700;padding:2px 8px;white-space:nowrap}.lc-tl-status.green{background:#dcfce7;color:#166534}.lc-tl-status.blue{background:#dbeafe;color:#1d4ed8}.lc-tl-status.yellow{background:#fef9c3;color:#854d0e}.lc-tl-status.orange{background:#fff7ed;color:#c2410c}.lc-tl-status.red{background:#fef2f2;color:#dc2626}.lc-tl-status.gray{background:#f1f5f9;color:#475569}.lc-tl-status.purple{background:#f5f3ff;color:#6d28d9}.lc-tl-desc{color:#64748b;font-size:.76rem;line-height:1.45;margin-top:3px}.lc-tl-meta{color:#94a3b8;display:flex;flex-wrap:wrap;font-size:.7rem;gap:10px;margin-top:3px}.lc-empty{color:#94a3b8;padding:60px 20px;text-align:center}.lc-empty h3{color:#64748b;font-size:1rem;margin:12px 0 6px}.lc-empty p{font-size:.82rem}.lc-loading{color:#64748b;padding:60px 20px;text-align:center}.lc-detail-loading{color:#94a3b8;font-size:.82rem;padding:20px;text-align:center}.lc-staff-chips{display:flex;flex-wrap:wrap;gap:4px;margin-top:4px}.lc-staff-chip{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;color:#1d4ed8;font-size:.7rem;font-weight:600;padding:2px 8px}.lc-last-act{color:#94a3b8;font-size:.7rem;margin-top:2px}.lc-timeline-scroll{max-height:480px;overflow-y:auto;padding-right:4px}.lc-timeline-scroll::-webkit-scrollbar{width:4px}.lc-timeline-scroll::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:99px}*{box-sizing:border-box;margin:0;padding:0}.sd-root{background:#eef2f8;font-family:Inter,sans-serif}.sd-root,.sd-sidebar{display:flex;height:100vh;overflow:hidden}.sd-sidebar{background:linear-gradient(170deg,#080e1c,#0a1628 40%,#0d2347);box-shadow:4px 0 24px #00000047;flex-direction:column;flex-shrink:0;gap:0;padding:20px 12px 14px;width:262px}.sd-logo{flex-shrink:0;margin-bottom:12px;padding:0 4px 16px}.sd-logo-name{font-size:.93rem}.sd-logo-sub{font-size:.62rem}.sd-nav{display:flex;flex:1 1;flex-direction:column;gap:2px;min-height:0;overflow-y:auto;scrollbar-color:#ffffff26 #0000;scrollbar-width:thin}.sd-nav::-webkit-scrollbar{width:4px}.sd-nav::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:2px}.sd-nav::-webkit-scrollbar-track{background:#0000}.sd-nav-btn{align-items:center;background:#0000;border:none;border-radius:10px;color:#fff9;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:.87rem;font-weight:600;gap:10px;padding:10px 14px;position:relative;text-align:left;transition:all .18s;width:100%}.sd-nav-btn:hover{background:#ffffff14;color:#ffffffe6}.sd-nav-btn.active{background:linear-gradient(90deg,#3b82f638,#3b82f612);box-shadow:inset 3px 0 0 #3b82f6;color:#fff;font-weight:700}.sd-icon{font-size:1rem}.sd-badge{align-items:center;animation:sdPulse 2s ease infinite;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:10px;color:#fff;display:inline-flex;font-size:.68rem;font-weight:800;height:20px;justify-content:center;margin-left:auto;min-width:20px;padding:0 5px}@keyframes sdPulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.55}}.spin{animation:spin .7s linear infinite;display:inline-block}.sd-user-card{border:1px solid #ffffff1f;flex-shrink:0;margin-bottom:12px;padding:10px}.sd-user-avatar{align-items:center;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:10px;box-shadow:0 3px 8px #3b82f659;color:#fff;display:flex;flex-shrink:0;font-size:.82rem;font-weight:800;height:36px;justify-content:center;width:36px}.sd-user-name{line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sd-user-role{font-size:.67rem}.sd-logout-btn{align-items:center;background:#ffffff1a;border:none;border-radius:8px;display:flex;flex-shrink:0;height:32px;justify-content:center;transition:background .18s;width:32px}.sd-logout-btn:hover{background:#ef44444d}.sd-main-header{align-items:center;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;flex-shrink:0;gap:16px;justify-content:space-between;padding:20px 28px}.sd-page-title{font-size:1.25rem}.sd-page-sub{color:#64748b;font-size:.78rem}.sd-header-stats{display:flex;flex-shrink:0;gap:8px}.sd-stat-chip{border-radius:20px;font-size:.75rem;font-weight:700;padding:5px 12px}.sd-stat-chip.blue{background:#dbeafe;color:#1d4ed8}.sd-stat-chip.amber{background:#fef3c7;color:#92400e}.sd-stat-chip.green{background:#d1fae5;color:#065f46}.sd-content{flex:1 1;overflow:auto;padding:20px 24px}.sd-inq-layout{grid-gap:16px;display:grid;gap:16px;grid-template-columns:340px 1fr;height:100%;overflow:hidden}.sd-inq-list{background:#fff;border:1px solid #e2e8f0;border-radius:14px;gap:0}.sd-list-toolbar{background:#fff;border-bottom:1px solid #f1f5f9;display:flex;gap:8px;padding:12px;position:-webkit-sticky;position:sticky;top:0;z-index:1}.sd-search{border:1px solid #e2e8f0;border-radius:8px;font-family:Inter,sans-serif;font-size:.82rem;padding:8px 12px}.sd-search:focus{border-color:#003a78}.sd-status-filter{border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;font-family:Inter,sans-serif;font-size:.78rem;outline:none;padding:7px 10px}.sd-inq-card{border-bottom:1px solid #f1f5f9;padding:14px 16px;transition:background .15s}.sd-inq-card:hover{background:#f8faff}.sd-inq-card.active{background:#eff6ff;border-left:3px solid #003a78}.sd-inq-card-top{align-items:flex-start;display:flex;gap:8px;justify-content:space-between;margin-bottom:6px}.sd-inq-name{color:#0f172a;font-size:.9rem;font-weight:700}.sd-inq-card-sub{color:#64748b;display:flex;flex-wrap:wrap;font-size:.72rem;gap:10px}.sd-inq-card-date{color:#94a3b8;font-size:.68rem;margin-top:4px}.sd-attended-badge{background:#d1fae5;color:#065f46;margin-top:5px;padding:2px 8px}.sd-attended-badge,.sd-status-pill{border-radius:20px;display:inline-block;font-size:.68rem;font-weight:700}.sd-status-pill{flex-shrink:0;padding:2px 10px;white-space:nowrap}.sd-status-pill.lg{font-size:.78rem;padding:4px 14px}.sd-inq-detail{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow-y:auto}.sd-no-select{align-items:center;color:#94a3b8;display:flex;flex-direction:column;gap:12px;height:100%;justify-content:center}.sd-no-select-icon{font-size:3rem}.sd-detail-inner{padding:24px}.sd-detail-header{align-items:flex-start;border-bottom:1px solid #f1f5f9;display:flex;gap:12px;justify-content:space-between;margin-bottom:20px;padding-bottom:16px}.sd-detail-name{color:#0a1628;font-size:1.15rem;font-weight:800}.sd-detail-sub{color:#64748b;font-size:.8rem;margin-top:2px}.sd-attend-btn{background:linear-gradient(135deg,#003a78,#0052a3);border-radius:10px;box-shadow:0 3px 12px #003a7840;font-size:.9rem;margin-bottom:20px;padding:12px;transition:opacity .2s,transform .15s;width:100%}.sd-attend-btn:disabled{opacity:.6}.sd-attended-info{align-items:center;background:#f0fdf4;border:1.5px solid #86efac;border-radius:10px;display:flex;gap:12px;margin-bottom:20px;padding:12px 16px}.sd-attended-avatar{align-items:center;background:linear-gradient(135deg,#059669,#10b981);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.9rem;font-weight:800;height:36px;justify-content:center;width:36px}.sd-attended-name{color:#065f46;font-size:.88rem;font-weight:700}.sd-attended-desig{color:#16a34a;font-size:.72rem}.sd-reassign-btn{background:#0000;border:1.5px solid #16a34a;border-radius:6px;color:#16a34a;cursor:pointer;font-size:.75rem;font-weight:700;margin-left:auto;padding:5px 12px}.sd-detail-section{margin-bottom:20px}.sd-section-title{color:#94a3b8;font-size:.7rem;font-weight:800;letter-spacing:.08em;margin-bottom:10px;text-transform:uppercase}.sd-info-grid{display:flex;flex-direction:column;gap:6px}.sd-info-row{background:#f8fafc;border-radius:6px;display:flex;font-size:.84rem;gap:8px;justify-content:space-between;padding:6px 10px}.sd-info-row span{color:#64748b}.sd-info-row strong{color:#0f172a;text-align:right}.sd-items-list{display:flex;flex-direction:column;gap:8px}.sd-item-row{align-items:center;background:#f8fafc;border-radius:8px;display:flex;gap:12px;padding:10px 12px}.sd-item-img,.sd-item-img-ph{height:40px;width:40px}.sd-item-img-ph{background:#e2e8f0;font-size:1.2rem}.sd-item-name{color:#1e293b;font-size:.85rem;font-weight:700}.sd-item-qty{color:#64748b;font-size:.72rem}.sd-vq-row{align-items:center;background:#f8fafc;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:6px;padding:10px 12px}.sd-vq-name{color:#1e293b;font-size:.84rem;font-weight:700}.sd-vq-email{color:#64748b;font-size:.72rem}.sd-vq-status{border-radius:20px;font-size:.72rem;font-weight:700;padding:3px 10px}.sd-vq-status.pending{background:#fef3c7;color:#92400e}.sd-vq-status.submitted{background:#dbeafe;color:#1d4ed8}.sd-vq-status.revised{background:#ede9fe;color:#6d28d9}.sd-vq-status.negotiating{background:#fef3c7;color:#78350f}.sd-vendor-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));max-height:100%;overflow-y:auto}.sd-vendor-card{align-items:flex-start;background:#fff;border:1px solid #e2e8f0;border-radius:14px;display:flex;gap:14px;padding:20px;transition:box-shadow .2s,transform .15s}.sd-vendor-card:hover{box-shadow:0 8px 24px #00000014;transform:translateY(-2px)}.sd-vendor-avatar{align-items:center;background:linear-gradient(135deg,#003a78,#0052a3);border-radius:12px;color:#fff;display:flex;flex-shrink:0;font-size:1.1rem;font-weight:800;height:44px;justify-content:center;width:44px}.sd-vendor-name{color:#0f172a;font-size:.92rem;font-weight:700;margin-bottom:4px}.sd-vendor-email{color:#64748b;font-size:.75rem}.sd-vendor-phone{color:#475569;font-size:.75rem;margin-top:2px}.sd-vendor-cat{background:#f1f5f9;border-radius:20px;color:#475569;display:inline-block;font-size:.68rem;font-weight:700;margin-top:6px;padding:2px 8px}.sd-empty,.sd-loading{color:#94a3b8;font-size:.88rem;padding:32px;text-align:center}.fade-in{animation:sdFadeIn .25s ease}@keyframes sdFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.ws-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000}.ws-modal{border-radius:18px;box-shadow:0 24px 60px #0000004d;max-height:95vh}.ws-po-modal{max-width:860px}.ws-head{border-bottom:1px solid #e4e8f0;flex-shrink:0;padding:20px 24px 16px}.ws-head h2{color:#0a1628;font-size:1.15rem}.ws-close{align-items:center;display:flex;justify-content:center;margin-left:12px;transition:background .15s}.ws-tabs{border-bottom:1px solid #e4e8f0;flex-shrink:0;padding:10px 20px 0}.ws-tabs::-webkit-scrollbar{height:3px}.ws-tabs::-webkit-scrollbar-track{background:#0000}.ws-tabs::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.ws-inv-wrap{animation:sdFadeIn .25s ease;display:flex;flex-direction:column;gap:20px}.ws-inv-top{display:flex;flex-wrap:wrap;gap:20px}.ws-inv-main{flex:2 1;min-width:0;order:1}.ws-inv-sidebar{flex:1 1;min-width:250px;order:2}.ws-inv-full-row{flex:1 1 100%;min-width:0;order:3}.ws-inv-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:14px;overflow:hidden}.ws-inv-card-head{align-items:center;background:#f8fafc;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:14px 18px}.ws-inv-card-head h3{align-items:center;color:#0f172a;display:flex;font-size:.92rem;font-weight:800;gap:8px;margin:0}.ws-inv-card-head h3 span{font-size:1rem}.ws-inv-card-body{padding:20px 22px 24px}.ws-inv-section-label{align-items:center;background:#eff6ff;border:1px solid #bfdbfe;border-radius:7px;color:#003a78;display:inline-flex;font-size:.72rem;font-weight:800;gap:6px;letter-spacing:.07em;margin-bottom:12px;padding:5px 12px;text-transform:uppercase}.ws-inv-grid{grid-gap:14px;display:grid;gap:14px}.ws-inv-grid-3{grid-template-columns:1fr 1fr 1fr}.ws-inv-grid-2{grid-template-columns:1fr 1fr}.ws-inv-grid .ws-field{margin-bottom:0}.ws-inv-sel{background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;color:#1e293b;cursor:pointer;font-family:Inter,sans-serif;font-size:.85rem;padding:8px 10px;transition:border-color .15s;width:100%}.ws-inv-sel:focus{border-color:#003a78;outline:none}.ws-inv-textarea{border:1.5px solid #e2e8f0;border-radius:8px;box-sizing:border-box;color:#1e293b;font-family:Inter,sans-serif;font-size:.85rem;line-height:1.5;padding:8px 10px;resize:vertical;transition:border-color .15s;width:100%}.ws-inv-textarea:focus{border-color:#003a78;outline:none}.ws-auto-badge{background:#dcfce7;border:1px solid #bbf7d0;border-radius:5px;color:#166534;font-size:.62rem;font-weight:800;letter-spacing:.04em;margin-left:4px;padding:1px 5px;vertical-align:middle}.ws-inv-refresh-btn{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;flex-shrink:0;font-size:1rem;padding:0 11px;transition:all .15s}.ws-inv-refresh-btn:hover{background:#eff6ff;border-color:#003a78;color:#003a78}.ws-inv-account-sel{background:#eff6ff;border:1.5px solid #bfdbfe;border-radius:8px;color:#1d4ed8;cursor:pointer;font-family:Inter,sans-serif;font-size:.78rem;font-weight:600;padding:5px 12px;transition:all .15s}.ws-inv-account-sel:hover{background:#dbeafe;border-color:#003a78}.ws-inv-account-sel:focus{border-color:#003a78;outline:none}.ws-inv-items-head{align-items:center;background:#f8fafc;border-top:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:14px 18px 10px}.ws-inv-items-head h4{align-items:center;color:#374151;display:flex;font-size:.82rem;font-weight:700;gap:6px;margin:0}.ws-inv-table-wrap{overflow-x:visible}.ws-inv-table{border-collapse:collapse;font-size:.82rem;table-layout:auto;width:100%}.ws-inv-table th{background:#003a78;color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.04em;overflow:hidden;padding:8px 6px;text-align:left;text-transform:uppercase;white-space:nowrap}.ws-inv-table th:last-child{text-align:right}.ws-inv-table td{border-bottom:1px solid #f1f5f9;overflow:hidden;padding:6px 8px;vertical-align:middle}.ws-inv-table tr:nth-child(2n) td{background:#f8fafc}.ws-inv-table input{background:#fff;border:1.5px solid #e2e8f0;border-radius:6px;box-sizing:border-box;color:#1e293b;font-family:Inter,sans-serif;font-size:.82rem;min-width:0;padding:7px 8px;transition:border-color .15s;width:100%}.ws-inv-table input:focus{border-color:#003a78;outline:none}.ws-inv-table input[type=number]{text-align:right}.ws-inv-total-cell{color:#003a78;font-size:.84rem;font-weight:800;padding-right:10px!important;text-align:right;white-space:nowrap}.ws-inv-rm-btn{align-items:center;background:#fee2e2;border:none;border-radius:6px;color:#991b1b;cursor:pointer;display:flex;flex-shrink:0;font-size:.85rem;height:28px;justify-content:center;transition:all .15s;width:28px}.ws-inv-rm-btn:hover{background:#fecaca;transform:scale(1.1)}.ws-inv-add-row{border-top:1px solid #f1f5f9;padding:12px 18px}.ws-inv-add-btn{background:#fff;border:1.5px dashed #0284c7;border-radius:8px;color:#0284c7;cursor:pointer;font-family:Inter,sans-serif;font-size:.8rem;font-weight:700;padding:7px 16px;transition:all .15s}.ws-inv-add-btn:hover{background:#f0f9ff;border-color:#003a78;color:#003a78}.ws-inv-summary-card{background:linear-gradient(135deg,#f0f7ff,#e8f4fd);border:1.5px solid #bfdbfe;border-radius:14px;overflow:hidden}.ws-inv-summary-card .ws-inv-card-head{background:linear-gradient(135deg,#003a78,#0052a3);border-bottom:none}.ws-inv-summary-card .ws-inv-card-head h3{color:#fff}.ws-inv-summary-body{padding:16px 18px}.ws-inv-sum-row{align-items:center;border-bottom:1px solid #cce0f2;color:#374151;display:flex;font-size:.86rem;justify-content:space-between;padding:8px 0}.ws-inv-sum-row:last-child{border-bottom:none}.ws-inv-sum-row span{color:#64748b;font-weight:500}.ws-inv-sum-row strong{color:#0f172a;font-weight:700}.ws-inv-grand-row{align-items:center;border-top:2px solid #003a78;display:flex;justify-content:space-between;margin-top:8px;padding:12px 0 4px}.ws-inv-grand-row span{color:#003a78;font-size:.92rem;font-weight:800}.ws-inv-grand-row strong{color:#003a78;font-size:1.05rem;font-weight:900}.ws-inv-actions{display:flex;flex-direction:column;gap:10px;margin-top:16px}.ws-inv-preview-btn{align-items:center;background:#fff;border:1.5px solid #003a78;border-radius:10px;color:#003a78;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:.88rem;font-weight:700;gap:8px;justify-content:center;padding:12px 16px;transition:all .2s;width:100%}.ws-inv-preview-btn:hover{background:#eff6ff;box-shadow:0 4px 12px #003a7826;transform:translateY(-1px)}.ws-inv-preview-btn:disabled{box-shadow:none;cursor:not-allowed;opacity:.5;transform:none}.ws-inv-download-btn{align-items:center;background:linear-gradient(135deg,#16a34a,#15803d);border:none;border-radius:10px;box-shadow:0 3px 12px #16a34a40;color:#fff;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:.88rem;font-weight:700;gap:8px;justify-content:center;padding:12px 16px;transition:all .2s;width:100%}.ws-inv-download-btn:hover{box-shadow:0 6px 20px #16a34a4d;opacity:.9;transform:translateY(-1px)}.ws-inv-download-btn:disabled{box-shadow:none;cursor:not-allowed;opacity:.5;transform:none}.ws-inv-preview-wrap{border:1.5px solid #e2e8f0;border-radius:14px;box-shadow:0 4px 20px #00000014;height:700px;overflow:hidden}.ws-inv-preview-bar{align-items:center;background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:10px 18px}.ws-inv-preview-bar strong{align-items:center;color:#0f172a;display:flex;font-size:.88rem;gap:6px}.ws-inv-preview-close{background:#e2e8f0;border:none;border-radius:6px;color:#475569;cursor:pointer;font-family:Inter,sans-serif;font-size:.78rem;font-weight:700;padding:5px 14px;transition:all .15s}.ws-inv-preview-close:hover{background:#fee2e2;color:#991b1b}@media (max-width:768px){.ws-inv-top{flex-direction:column}.ws-inv-grid-3{grid-template-columns:1fr 1fr}.ws-inv-grid-2{grid-template-columns:1fr}}.ws-body{padding:20px 24px}.ws-tab-content{min-height:300px}.ws-2col{grid-gap:24px;gap:24px}.ws-section-title{color:#94a3b8;font-size:.7rem;font-weight:800;letter-spacing:.08em;margin-bottom:10px}.ws-info-row{background:#f8fafc;border-radius:6px;font-size:.84rem;margin-bottom:5px;padding:7px 10px}.ws-info-row span{color:#64748b}.ws-info-row strong{color:#0f172a}.ws-field{margin-bottom:10px}.ws-field label{color:#475569;display:block;font-size:.72rem;font-weight:700;letter-spacing:.04em;margin-bottom:4px;text-transform:uppercase}.ws-field input,.ws-field select,.ws-field textarea{background:#fff;border:1.5px solid #e2e8f0;color:#1e293b;font-family:Inter,sans-serif;font-size:.84rem;padding:8px 12px;transition:border-color .2s;width:100%}.ws-field input:focus,.ws-field select:focus,.ws-field textarea:focus{border-color:#003a78;outline:none}.ws-meta-row{grid-gap:12px;gap:12px;grid-template-columns:1fr 1fr 1fr 1fr}.ws-prepby{border:1px solid #bfdbfe;color:#1d4ed8;font-size:.8rem;margin-bottom:12px;padding:8px 14px}.ws-prepby span:first-child{color:#64748b}.ws-qt-table-wrap{border:1px solid #e4e8f0}.ws-qt-table{font-size:.82rem}.ws-qt-table th{background:#003a78;color:#fff;font-size:.7rem;text-transform:uppercase}.ws-qt-table td{border-bottom:1px solid #f1f5f9;color:#1e293b;padding:8px 10px}.ws-qt-table tr:nth-child(2n) td{background:#f8fafc}.ws-inline{background:#fff;border:1px solid #e2e8f0;border-radius:5px;color:#1e293b;font-family:Inter,sans-serif}.ws-inline:focus{border-color:#003a78}.ws-price-inp{border-radius:5px;width:110px}.ws-price-inp input,.ws-price-inp span{font-size:.8rem;padding:4px 6px}.ws-price-inp input{color:#1e293b;flex:1 1;font-family:Inter,sans-serif;min-width:0}.ws-price-inp input:focus{outline:none}.ws-charge-row{margin-bottom:7px}.ws-charge-row span{color:#94a3b8;font-size:.78rem;min-width:14px}.ws-charge-row input{border-radius:6px;font-family:Inter,sans-serif;font-size:.82rem;padding:6px 10px}.ws-charge-row input:focus{border-color:#003a78;outline:none}.ws-charge-row button{border-radius:6px;font-size:.8rem}.ws-add-btn{background:none;border:1.5px dashed #cbd5e1;color:#64748b;font-size:.8rem;padding:7px 14px;transition:all .15s;width:100%}.ws-add-btn:hover{background:#eff6ff;border-color:#003a78;color:#003a78}.ws-grand-total{background:#f8fafc;border:1px solid #e4e8f0;border-radius:10px;margin-left:auto;margin-top:12px;max-width:360px;padding:12px 16px}.ws-total-row{color:#475569;font-size:.84rem;padding:4px 0}.ws-total-extra{color:#94a3b8;font-size:.78rem}.ws-grand{border-top:2px solid #003a78;color:#003a78;font-weight:800}.ws-rfq-existing{margin-bottom:20px}.ws-rfq-card{background:#fff;border:1px solid #e4e8f0;border-radius:10px;margin-bottom:8px;padding:12px 16px}.ws-rfq-card.submitted{border-left:4px solid #10b981}.ws-rfq-card.pending{border-left:4px solid #f59e0b}.ws-rfq-card-head{align-items:center;display:flex;justify-content:space-between;margin-bottom:4px}.ws-rfq-tag{border-radius:4px;padding:2px 8px;text-transform:uppercase}.ws-rfq-tag.submitted{background:#d1fae5;color:#065f46}.ws-rfq-tag.revised{background:#ede9fe;color:#6d28d9}.ws-po-btn{background:none;border:1.5px solid #003a78;font-family:Inter,sans-serif;font-size:.78rem;font-weight:700;transition:all .15s}.ws-vendor-search{border:1.5px solid #e2e8f0;border-radius:8px;font-family:Inter,sans-serif;font-size:.84rem;margin-bottom:8px;padding:8px 12px;width:100%}.ws-vendor-search:focus{border-color:#003a78;outline:none}.ws-vendor-list{border:1px solid #e4e8f0;border-radius:10px;max-height:240px;overflow-y:auto}.ws-vendor-item{align-items:center;border-bottom:1px solid #f1f5f9;cursor:pointer;display:flex;gap:10px;padding:10px 14px;transition:background .12s}.ws-vendor-item:last-child{border-bottom:none}.ws-vendor-item:hover{background:#f8faff}.ws-vendor-item.selected{background:#eff6ff}.ws-vendor-check{color:#003a78;font-size:1rem;min-width:18px}.ws-vendor-cat{background:#f1f5f9;border-radius:10px;color:#475569;font-size:.68rem;font-weight:700;margin-left:auto;padding:2px 8px;white-space:nowrap}.ws-selected-info{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;color:#1d4ed8;font-size:.8rem;font-weight:700;margin-top:8px;padding:8px 14px}.ws-po-card{border:1px solid #e4e8f0;border-left:4px solid #003a78;border-radius:10px;padding:14px 18px}.ws-foot{border-top:1px solid #e4e8f0;flex-shrink:0;gap:10px;padding:14px 24px}.ws-btn-ghost{border:1.5px solid #e2e8f0;border-radius:9px;font-family:Inter,sans-serif;font-size:.85rem;transition:all .15s}.ws-btn-ghost:hover{background:#f1f5f9;border-color:#94a3b8}.ws-btn-secondary{background:#0000;border:1.5px solid #003a78;border-radius:9px;font-family:Inter,sans-serif;font-size:.85rem;font-weight:700;transition:all .15s}.ws-btn-secondary:hover{background:#eff6ff}.ws-btn-secondary:disabled{cursor:not-allowed;opacity:.5}.ws-btn-primary{background:linear-gradient(135deg,#003a78,#0052a3);border-radius:9px;box-shadow:0 3px 10px #003a7833;font-family:Inter,sans-serif;font-size:.85rem;font-weight:700;transition:opacity .15s,transform .12s}.ws-btn-primary:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.ws-btn-primary:disabled{cursor:not-allowed;opacity:.5}.ws-action-btn{background:linear-gradient(135deg,#003a78,#0052a3);border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:.88rem;font-weight:700;padding:11px 24px;transition:opacity .15s}.ws-action-btn:hover{opacity:.9}.sd-inq-card{border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 4px #003a780f;justify-content:space-between;padding:16px;transition:box-shadow .15s,transform .15s}.sd-inq-card:hover{box-shadow:0 4px 16px #003a781f;transform:translateY(-1px)}.sd-inq-company{color:#0f172a}.sd-inq-meta{font-size:.75rem;margin-top:4px}.sd-inq-items{margin-top:6px}.sd-item-tag{border-radius:20px;color:#003a78;font-size:.7rem;font-weight:500;padding:2px 10px}.sd-status-badge{font-size:.72rem;font-weight:600;padding:3px 10px}.sd-attend-btn{border-radius:8px;font-size:.78rem;font-weight:600;padding:6px 14px;transition:opacity .15s}.sd-attend-btn:hover{opacity:.85}.sd-item-img{object-fit:cover}.sd-item-img,.sd-item-img-ph{border-radius:6px;height:36px;width:36px}.sd-item-img-ph{background:#f1f5f9;font-size:1.1rem}.sd-item-img-ph,.ws-overlay{align-items:center;display:flex;justify-content:center}.ws-overlay{animation:sdFadeIn .2s ease;background:#0a1628a6;inset:0;padding:10px;position:fixed;z-index:3000}.ws-modal{background:#fff;border-radius:16px;box-shadow:0 24px 60px #003a7840;display:flex;flex-direction:column;max-height:98vh;max-width:1200px;overflow:hidden;width:100%}.ws-head{align-items:flex-start;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:18px 22px 14px}.ws-head h2{color:#0f172a;font-size:1.1rem;font-weight:800;margin-bottom:2px}.ws-close{background:#f1f5f9;border:none;border-radius:8px;color:#374151;cursor:pointer;font-size:1rem;height:32px;width:32px}.ws-close:hover{background:#fee2e2;color:#991b1b}.ws-tabs{-webkit-overflow-scrolling:touch;background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;gap:2px;overflow-x:auto;overflow-y:hidden;padding:10px 14px 0;scrollbar-color:#cbd5e1 #0000;scrollbar-width:thin}.ws-tab{background:#0000;border:none;border-bottom:3px solid #0000;border-radius:8px 8px 0 0;color:#64748b;cursor:pointer;flex-shrink:0;font-family:Inter,sans-serif;font-size:.8rem;font-weight:600;padding:8px 14px;transition:all .15s;white-space:nowrap}.ws-tab:hover{background:#003a780d;color:#003a78}.ws-tab.active{background:#fff;border-bottom-color:#003a78;color:#003a78;font-weight:700}.ws-body{flex:1 1;overflow-y:auto;padding:18px 22px}.ws-foot{background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end;padding:12px 20px}.ws-btn-primary{background:linear-gradient(135deg,#003a78,#1a5fa8);border:none;border-radius:8px;color:#fff}.ws-btn-primary,.ws-btn-secondary{cursor:pointer;font-size:.82rem;font-weight:600;padding:9px 18px}.ws-btn-secondary{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;color:#003a78}.ws-btn-ghost{background:#0000;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;font-size:.82rem;font-weight:600;padding:9px 18px}.ws-btn-primary:disabled,.ws-btn-secondary:disabled{cursor:not-allowed;opacity:.55}.ws-2col{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}@media(max-width:640px){.ws-2col{grid-template-columns:1fr}}.ws-section-title{color:#003a78;font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.ws-info-row{border-bottom:1px dashed #f1f5f9;color:#374151;display:flex;font-size:.82rem;justify-content:space-between;padding:5px 0}.ws-prepby{align-items:center;background:#eff6ff;border-radius:8px;display:flex;font-size:.78rem;gap:8px;margin-bottom:10px;padding:6px 12px}.ws-field{display:flex;flex-direction:column;font-size:.8rem;gap:4px;margin-bottom:8px}.ws-field label{color:#374151;font-size:.75rem;font-weight:600}.ws-field input,.ws-field select,.ws-field textarea{border:1px solid #e2e8f0;border-radius:8px;font-family:inherit;font-size:.82rem;outline:none;padding:7px 10px}.ws-field input:focus,.ws-field select:focus,.ws-field textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.ws-meta-row{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));margin-bottom:14px}.ws-qt-table-wrap{border:1px solid #e2e8f0;border-radius:10px;overflow-x:auto}.ws-qt-table{border-collapse:collapse;font-size:.8rem;width:100%}.ws-qt-table th{background:#f8fafc;color:#374151;font-weight:700;padding:8px 10px;text-align:left;white-space:nowrap}.ws-qt-table td{border-top:1px solid #f1f5f9;padding:7px 10px;vertical-align:middle}.ws-qt-table tr:hover td{background:#f8fafc}.ws-inline{background:#0000;border:1px solid #0000;border-radius:6px;font-size:.8rem;min-width:80px;padding:4px 6px;width:100%}.ws-inline:focus{background:#fff;border-color:#3b82f6;outline:none}.ws-inline-sm{min-width:50px;width:70px}.ws-price-inp{align-items:center;border:1px solid #e2e8f0;border-radius:7px;display:flex;overflow:hidden}.ws-price-inp span{background:#f1f5f9;border-right:1px solid #e2e8f0;color:#64748b;font-size:.78rem;padding:0 7px}.ws-price-inp input{border:none;font-size:.82rem;outline:none;padding:5px 8px;width:90px}.ws-charge-row{align-items:center;display:flex;gap:8px;margin-bottom:6px}.ws-charge-row input{border:1px solid #e2e8f0;border-radius:8px;flex:1 1;font-size:.8rem;padding:6px 9px}.ws-charge-row button{background:#fee2e2;border:none;border-radius:7px;color:#991b1b;cursor:pointer;font-size:.85rem;height:28px;width:28px}.ws-add-btn{background:#eff6ff;border:1px dashed #93c5fd;border-radius:8px;color:#003a78;cursor:pointer;font-size:.78rem;font-weight:600;margin-top:4px;padding:6px 14px}.ws-grand-total{background:linear-gradient(135deg,#0a1628,#003a78);border-radius:12px;margin-top:14px;padding:14px 18px}.ws-total-row{color:#fffc;display:flex;font-size:.85rem;justify-content:space-between;padding:3px 0}.ws-total-extra{font-style:italic}.ws-grand{border-top:1px solid #ffffff40;color:#fff;font-size:1rem;margin-top:6px;padding-top:8px}.ws-grand strong{font-size:1.15rem}.ws-rfq-alloc-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:16px;padding:14px}.ws-alloc-row{border-bottom:1px dashed #e2e8f0;padding:10px 0}.ws-alloc-row:last-child{border-bottom:none}.ws-alloc-info{align-items:center;display:flex;gap:12px;margin-bottom:6px}.ws-alloc-needed{color:#64748b;font-size:.75rem}.ws-alloc-btns{display:flex;flex-wrap:wrap;gap:7px}.ws-alloc-btn{background:#fff;border:1px solid #e2e8f0;border-radius:7px;cursor:pointer;font-size:.75rem;font-weight:500;padding:5px 12px;transition:all .15s}.ws-alloc-btn.av{background:#003a78;border-color:#003a78;color:#fff}.ws-alloc-btn.as{background:#059669;border-color:#059669;color:#fff}.ws-alloc-btn.asp{background:#f59e0b;border-color:#f59e0b;color:#fff}.ws-alloc-nostk{color:#94a3b8;font-size:.75rem;font-style:italic}.ws-split-ctrl{align-items:center;background:#fefce8;border-radius:8px;display:flex;font-size:.75rem;gap:8px;margin-top:8px;padding:7px 10px}.ws-split-ctrl input{border:1px solid #e2e8f0;border-radius:6px;font-size:.8rem;padding:3px 7px;width:70px}.ws-alloc-badge-row{margin-top:6px}.ws-alloc-badge{border-radius:20px;font-size:.72rem;font-weight:600;padding:2px 10px}.ws-alloc-badge.stock{background:#d1fae5;color:#065f46}.ws-alloc-badge.vendor{background:#dbeafe;color:#1e40af}.ws-alloc-badge.split{background:#fef3c7;color:#92400e}.ws-rfq-drop-trigger{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:9px;cursor:pointer;display:flex;padding:4px 12px}.ws-vendor-search{background:#0000;border:none;flex:1 1;font-size:.82rem;outline:none;padding:5px 0}.ws-rfq-dropdown{background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 8px 24px #003a781f;left:0;max-height:220px;overflow-y:auto;position:absolute;right:0;top:46px;z-index:500}.ws-rfq-drop-item{align-items:center;border-bottom:1px solid #f1f5f9;cursor:pointer;display:flex;font-size:.8rem;gap:10px;padding:10px 12px;transition:background .12s}.ws-rfq-drop-item:hover{background:#f8fafc}.ws-rfq-drop-item.sel{background:#eff6ff}.ws-rfq-drop-item.sent{opacity:.65}.ws-rfq-drop-chk{align-items:center;background:#e2e8f0;border-radius:50%;display:flex;flex-shrink:0;font-size:.75rem;font-weight:700;height:20px;justify-content:center;width:20px}.ws-rfq-drop-item.sel .ws-rfq-drop-chk{background:#003a78;color:#fff}.ws-rfq-drop-item.sent .ws-rfq-drop-chk{background:#f59e0b;color:#fff}.ws-rfq-drop-empty{color:#94a3b8;font-size:.8rem;padding:16px;text-align:center}.ws-rfq-sent-tag{background:#fef3c7;color:#92400e}.ws-rfq-sel-tag,.ws-rfq-sent-tag{border-radius:20px;font-size:.68rem;font-weight:600;margin-left:auto;padding:2px 8px}.ws-rfq-sel-tag{background:#d1fae5;color:#065f46}.ws-rfq-suggested{background:#fffbeb;border:1px solid #fde68a;border-radius:10px;margin-bottom:10px;padding:10px 12px}.ws-rfq-sugg-label{color:#92400e;font-size:.75rem;font-weight:700;margin-bottom:8px}.ws-rfq-sugg-row{align-items:flex-start;border-bottom:1px solid #fde68a;display:flex;gap:12px;padding:8px 0}.ws-rfq-sugg-row:last-child{border-bottom:none;padding-bottom:0}.ws-rfq-sugg-product{align-items:center;display:flex;flex-shrink:0;gap:6px;max-width:180px;min-width:160px}.ws-rfq-sugg-prod-img{border:1px solid #fcd34d;border-radius:4px;flex-shrink:0;height:28px;object-fit:cover;width:28px}.ws-rfq-sugg-prod-name{color:#78350f;font-size:.78rem;font-weight:700;line-height:1.2}.ws-rfq-sugg-chips{display:flex;flex:1 1;flex-wrap:wrap;gap:8px}.ws-rfq-sugg-chip{align-items:center;background:#fff;border:1px solid #fcd34d;border-radius:8px;display:flex;font-size:.76rem;gap:8px;padding:6px 10px}.ws-rfq-sugg-chip.sel{background:#f0fdf4;border-color:#6ee7b7}.ws-rfq-sugg-chip.sent{background:#eff6ff;border-color:#bfdbfe;opacity:.8}.ws-rfq-sugg-info{display:flex;flex-direction:column;gap:2px}.ws-rfq-sugg-price{color:#059669;font-size:.68rem;font-weight:600}.ws-tieup-badge-wrap{margin-left:6px;position:relative;vertical-align:middle}.ws-tieup-badge,.ws-tieup-badge-wrap{align-items:center;display:inline-flex}.ws-tieup-badge{background:linear-gradient(135deg,#dbeafe,#e0e7ff);border:1px solid #c7d2fe;border-radius:999px;box-shadow:0 1px 2px #2563eb26;color:#3730a3;cursor:help;font-size:.66rem;font-weight:800;height:20px;justify-content:center;letter-spacing:.01em;min-width:22px;padding:0 8px}.ws-tieup-tooltip{background:#0f172a;border:1px solid #1e293b;border-radius:10px;bottom:calc(100% + 10px);box-shadow:0 14px 30px #02061759;color:#e2e8f0;left:50%;max-width:280px;opacity:0;padding:8px 10px;pointer-events:none;position:absolute;text-align:left;transform:translateX(-50%) translateY(4px);transition:opacity .16s ease,transform .16s ease,visibility .16s ease;visibility:hidden;width:-webkit-max-content;width:max-content;z-index:120}.ws-tieup-tooltip:after{border:6px solid #0000;border-top-color:#0f172a;content:"";left:50%;position:absolute;top:100%;transform:translateX(-50%)}.ws-tieup-tooltip-title{color:#93c5fd;display:block;font-size:.61rem;font-weight:700;letter-spacing:.08em;margin-bottom:4px;text-transform:uppercase}.ws-tieup-tooltip-list{color:#f8fafc;display:block;font-size:.72rem;line-height:1.35;word-break:break-word}.ws-tieup-badge-wrap:focus-within .ws-tieup-tooltip,.ws-tieup-badge-wrap:hover .ws-tieup-tooltip{opacity:1;transform:translateX(-50%) translateY(0);visibility:visible}@media (max-width:640px){.ws-tieup-tooltip{font-size:.7rem;max-width:220px}}.ws-rfq-sugg-add{background:#003a78;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.72rem;font-weight:600;padding:3px 9px;white-space:nowrap}.ws-rfq-sugg-add:hover{background:#1e4fa0}.ws-rfq-sugg-tag{border-radius:20px;font-size:.68rem;font-weight:600;padding:2px 8px;white-space:nowrap}.ws-rfq-sugg-tag.sel{background:#d1fae5;color:#065f46}.ws-rfq-sugg-tag.sent{background:#dbeafe;color:#1e40af}.ws-rfq-sugg-tag.no-rec{background:#f3f4f6;color:#9ca3af}.ws-rfq-selected{display:flex;flex-direction:column;gap:8px;margin-top:12px}.ws-rfq-selected-head{color:#003a78;font-size:.78rem;font-weight:700}.ws-rfq-vcard{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:12px}.ws-rfq-vcard-top{align-items:flex-start;display:flex;justify-content:space-between}.ws-rfq-vcard-rm{background:#fee2e2;border:none;border-radius:6px;color:#991b1b;cursor:pointer;font-size:.8rem;height:24px;width:24px}.ws-rfq-scope{align-items:center;color:#374151;display:flex;font-size:.75rem;gap:8px;margin-top:8px}.ws-scope-btn{background:#fff;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;font-size:.72rem;font-weight:500;padding:3px 10px}.ws-scope-btn.ac{background:#003a78;border-color:#003a78;color:#fff}.ws-rfq-item-chks{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.ws-rfq-item-lbl{align-items:center;border:1px solid #e2e8f0;border-radius:7px;cursor:pointer;display:flex;font-size:.75rem;gap:5px;padding:4px 9px}.ws-rfq-hist-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:8px;padding:12px}.ws-rfq-hist-card.submitted{border-left:4px solid #059669}.ws-rfq-hist-card.pending{border-left:4px solid #f59e0b}.ws-rfq-hist-card.negotiating{border-left:4px solid #8b5cf6}.ws-rfq-hist-card.revised{border-left:4px solid #3b82f6}.ws-rfq-hist-head{align-items:center;display:flex;justify-content:space-between}.ws-rfq-tag{border-radius:20px;font-size:.68rem;font-weight:700;margin-left:8px;padding:2px 9px}.ws-rfq-tag.revised,.ws-rfq-tag.submitted{background:#d1fae5;color:#065f46}.ws-rfq-tag.pending{background:#fef3c7;color:#92400e}.ws-rfq-tag.negotiating{background:#ede9fe;color:#5b21b6}.ws-po-btn{background:#eff6ff;border:1px solid #bfdbfe;border-radius:7px;color:#003a78;cursor:pointer;font-size:.75rem;font-weight:600;padding:5px 12px}.ws-po-btn:hover{background:#003a78;color:#fff}.ws-rfq-view-overlay{align-items:center;background:#0a162899;border-radius:16px;display:flex;inset:0;justify-content:center;padding:14px;position:absolute;z-index:200}.ws-rfq-view-modal{animation:sdFadeIn .2s ease;background:#fff;border-radius:14px;box-shadow:0 16px 48px #003a7833;display:flex;flex-direction:column;max-height:90vh;max-width:700px;overflow:hidden;width:100%}.ws-rfq-view-head{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:14px 18px}.ws-rfq-view-head h3{color:#0f172a;font-size:.95rem;font-weight:800}.ws-rfq-view-head button{background:#0000;border:none;color:#64748b;cursor:pointer;font-size:1.1rem}.ws-rfq-view-body{flex:1 1;overflow-y:auto;padding:16px 18px}.ws-rfq-view-foot{border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end;padding:12px 18px}.ws-rfq-price-table{border-collapse:collapse;font-size:.78rem;margin-bottom:12px;width:100%}.ws-rfq-price-table th{background:#f8fafc;color:#374151;font-weight:700;padding:7px 10px;text-align:left}.ws-rfq-price-table td{border-top:1px solid #f1f5f9;padding:7px 10px}.ws-rfq-sum-box{background:#f8fafc;border-radius:9px;padding:12px 14px}.ws-rfq-sum-row{display:flex;font-size:.83rem;justify-content:space-between;padding:3px 0}.ws-nego-admin-note{background:#eff6ff;color:#1e40af;margin-bottom:12px}.ws-nego-admin-note,.ws-nego-waiting{border-radius:8px;font-size:.8rem;padding:10px 14px}.ws-nego-waiting{align-items:center;background:#ede9fe;color:#5b21b6;display:flex;gap:10px;margin-top:14px}.ws-nego-spinner{animation:spin .7s linear infinite;border:2px solid #8b5cf6;border-radius:50%;border-top-color:#0000;flex-shrink:0;height:14px;width:14px}.ws-nego-section{background:#fafafa;border:1px solid #e2e8f0;border-radius:9px;margin-top:14px;padding:14px}.ws-nego-section h4{font-size:.85rem;font-weight:700;margin-bottom:8px}.ws-nego-ta{border:1px solid #e2e8f0;border-radius:8px;font-family:inherit;font-size:.8rem;margin-bottom:8px;padding:9px;resize:vertical;width:100%}.ws-price-chg{border-radius:20px;font-size:.7rem;font-weight:700;padding:1px 7px}.ws-price-chg.dn{background:#d1fae5;color:#065f46}.ws-price-chg.up{background:#fee2e2;color:#991b1b}.ws-po-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:14px}.sd-controls{gap:12px;margin-bottom:14px}.sd-search-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:9px;flex:1 1;min-width:200px;padding:0 12px}.sd-search-icon{color:#94a3b8;margin-right:7px}.sd-search{border:none;flex:1 1;font-size:.85rem;outline:none;padding:8px 0}.sd-filter-tabs{display:flex;gap:5px}.sd-filter-btn{background:#fff;border:1px solid #e2e8f0;border-radius:7px;color:#64748b;cursor:pointer;font-size:.75rem;font-weight:600;padding:6px 12px}.sd-filter-btn.active{background:#003a78;border-color:#003a78;color:#fff}.sd-stats-row{grid-template-columns:repeat(5,1fr);margin-bottom:16px}.sd-stat-card{border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;padding:14px;text-align:center;transition:box-shadow .15s}.sd-stat-card:hover{box-shadow:0 4px 14px #003a781a}.sd-stat-num{font-size:1.8rem;font-weight:900}.sd-stat-label{font-size:.72rem;margin-top:2px}.sd-main{gap:0;overflow-y:auto;padding:24px 28px}.sd-topbar{margin-bottom:18px}.sd-page-title{color:#0f172a;font-size:1.35rem;letter-spacing:-.02em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sd-page-sub{line-height:1.5}.sd-logo{border-bottom:1px solid #ffffff1f;margin-bottom:14px;padding:0 4px 18px}.sd-logo-icon{background:linear-gradient(135deg,#ffffff40,#ffffff1a);font-weight:900}.sd-logo-sub{color:#ffffff8c}.sd-user-card{background:#ffffff14;margin-bottom:16px}.sd-user-name{color:#fff;font-size:.82rem;font-weight:700}.sd-user-role{color:#ffffff8c}.sd-nav-item.active{background:#ffffff26}.sd-logout-btn{background:#0000;border:1px solid #fff3;border-radius:9px;color:#ffffffb3;cursor:pointer;font-family:Inter,sans-serif;font-size:.82rem;font-weight:600;padding:9px 12px;transition:all .18s;width:100%}.sd-logout-btn:hover{background:#ffffff1a;color:#fff}.sd-empty{align-items:center;color:#94a3b8;display:flex;flex-direction:column;justify-content:center;padding:60px 20px;text-align:center}.sd-empty h3{color:#475569;font-size:1rem;font-weight:700;margin-top:10px}.sd-empty p{font-size:.82rem;margin-top:4px}.sd-logo{gap:10px;padding:4px 8px 16px}.sd-logo-icon{background:#ffffff2e;border-radius:10px;font-size:.88rem;height:38px;width:38px}.sd-logo-name{font-size:.95rem;line-height:1.2}.sd-user-card{border-radius:10px;padding:10px 8px}.sd-user-role{font-size:.68rem;margin-top:1px}.sd-nav-item{color:#ffffffa6;font-size:.88rem;padding:10px 12px}.sd-nav-item:hover{background:#ffffff1a;color:#fff}.sd-nav-item.active{background:#ffffff2e;box-shadow:inset 0 0 0 1px #ffffff26}.sd-sidebar-foot{border-top:1px solid #ffffff1a;margin-top:auto;padding-top:12px}.sd-sidebar-foot .sd-logout-btn{align-items:center;background:#ef444426;border:1px solid #ef444447;border-radius:10px;color:#fca5a5;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:.84rem;font-weight:600;gap:8px;padding:10px 14px;text-align:left;transition:all .18s;width:100%}.sd-sidebar-foot .sd-logout-btn:hover{background:#ef44444d;border-color:#ef444473;color:#fff}.sd-topbar{align-items:center;background:#fff;border-bottom:1px solid #e4e9f2;box-shadow:0 2px 12px #0a16280d;display:flex;flex-shrink:0;flex-wrap:wrap;gap:12px;justify-content:space-between;min-width:0;padding:18px 28px 16px;position:relative;z-index:10}.sd-topbar>div:first-child{flex:1 1;min-width:0;overflow:hidden}.sd-page-title{color:#0a1628;font-size:1.42rem;font-weight:800;letter-spacing:-.03em;line-height:1.2}.sd-page-sub{color:#94a3b8;font-size:.8rem;font-weight:500;margin-top:3px}.sd-stats-row{grid-gap:10px;background:#f4f7fb;border-bottom:1px solid #e4e9f2;display:grid;flex-shrink:0;gap:10px;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));padding:16px 28px}.sd-stat-card{background:#fff;border:1px solid #e8edf5;border-radius:14px;box-shadow:0 1px 4px #0a16280f;display:flex;flex-direction:column;justify-content:center;min-height:72px;overflow:hidden;padding:14px 16px;transition:transform .18s,box-shadow .18s}.sd-stat-card:hover{box-shadow:0 6px 20px #0a16281a;transform:translateY(-2px)}.sd-stat-num{font-size:1.7rem;font-weight:800;letter-spacing:-.03em;line-height:1}.sd-stat-label{color:#64748b;font-size:.68rem;font-weight:600;letter-spacing:.04em;line-height:1.3;margin-top:5px;overflow-wrap:break-word;text-transform:uppercase;word-break:break-word}.sd-controls{align-items:center;background:#fff;border-bottom:1px solid #e4e9f2;display:flex;flex-shrink:0;flex-wrap:wrap;gap:10px;min-width:0;padding:12px 28px}.sd-search-input::placeholder{color:#94a3b8}.sd-inq-list{display:flex;flex:1 1;flex-direction:column;gap:10px;overflow-y:auto;padding:16px 28px}.sd-inq-card-left{flex:1 1;min-width:0}.sd-refresh-btn{background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:10px;box-shadow:0 3px 10px #2563eb4d;color:#fff;cursor:pointer;flex-shrink:0;font-family:Inter,sans-serif;font-size:.82rem;font-weight:700;padding:9px 18px;transition:all .18s;white-space:nowrap}.sd-refresh-btn:hover:not(:disabled){box-shadow:0 5px 16px #2563eb61;opacity:.9;transform:translateY(-1px)}.sd-refresh-btn:disabled{cursor:default;opacity:.5}.sd-main{background:#eef2f8;display:flex;flex:1 1;flex-direction:column;min-width:0;overflow:hidden;overflow-x:hidden}.sd-logo{border-bottom:1px solid #ffffff1a;gap:12px;margin-bottom:8px;padding:4px 8px 18px}.sd-logo,.sd-logo-icon{align-items:center;display:flex}.sd-logo-icon{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:12px;box-shadow:0 4px 14px #3b82f673;color:#fff;flex-shrink:0;font-size:.85rem;font-weight:800;height:40px;justify-content:center;letter-spacing:-.5px;width:40px}.sd-logo-name{color:#fff;font-size:.92rem;font-weight:800}.sd-logo-sub{color:#ffffff80;font-size:.65rem;letter-spacing:.08em;text-transform:uppercase}.sd-user-card{align-items:center;background:#ffffff12;border:1px solid #ffffff21;border-radius:12px;display:flex;gap:10px;margin-bottom:8px;padding:10px 12px}.sd-user-role{color:#ffffff80;font-size:.7rem}.sd-nav-item{align-items:center;background:#0000;border:none;border-radius:10px;color:#fff9;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:.87rem;font-weight:600;gap:10px;padding:10px 14px;position:relative;text-align:left;transition:all .18s;width:100%}.sd-nav-item:hover{background:#ffffff14;color:#ffffffe6}.sd-nav-item.active{background:linear-gradient(90deg,#3b82f638,#3b82f612);box-shadow:inset 3px 0 0 #3b82f6;color:#fff;font-weight:700}.sd-nav-icon{flex-shrink:0;font-size:1rem}.sd-nav-badge{background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:9px;box-shadow:0 2px 6px #ef444466;color:#fff;font-size:.65rem;font-weight:800;height:18px;min-width:18px;padding:0 4px}.sd-nav-badge,.sd-nav-count{align-items:center;display:inline-flex;justify-content:center;margin-left:auto}.sd-nav-count{background:#3b82f640;border-radius:10px;color:#ffffffe6;font-size:.68rem;font-weight:700;height:20px;min-width:20px;padding:0 5px}.sd-clients-section{display:flex;flex:1 1;flex-direction:column;gap:10px;overflow-y:auto;padding:16px 28px}.sd-client-card{align-items:flex-start;background:#fff;border:1px solid #e8edf5;border-radius:14px;box-shadow:0 1px 4px #0a16280f;display:flex;gap:14px;padding:16px 20px;transition:box-shadow .2s,transform .18s}.sd-client-card:hover{box-shadow:0 8px 24px #0a16281a;transform:translateY(-2px)}.sd-client-avatar{align-items:center;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:13px;box-shadow:0 3px 10px #2563eb47;color:#fff;display:flex;flex-shrink:0;font-size:1.1rem;font-weight:800;height:44px;justify-content:center;width:44px}.sd-client-info{flex:1 1;min-width:0}.sd-client-name{color:#0f172a;font-size:.92rem;font-weight:700;margin-bottom:4px}.sd-client-meta{color:#64748b;display:flex;flex-wrap:wrap;font-size:.75rem;gap:12px;margin-bottom:6px}.sd-client-contact{background:#f8fafc;border-radius:8px;color:#475569;display:flex;flex-wrap:wrap;font-size:.78rem;gap:10px;padding:6px 10px}.sd-inq-card{align-items:flex-start;background:#fff;border:1px solid #e8edf5;border-radius:14px;box-shadow:0 1px 4px #0a16280f;cursor:pointer;display:flex;gap:14px;padding:16px 20px;transition:box-shadow .2s,border-color .2s,transform .18s}.sd-inq-card:hover{border-color:#c7d7f0;box-shadow:0 8px 28px #0a16281c;transform:translateY(-2px)}.sd-inq-card.mine{background:#f0fdf4;border-left:4px solid #059669}.sd-inq-card-right{align-items:flex-end;display:flex;flex-direction:column;flex-shrink:0;gap:6px;text-align:right}.sd-inq-company{color:#0a1628;font-size:.97rem;font-weight:700;letter-spacing:-.01em;margin-bottom:4px}.sd-inq-meta{color:#64748b;font-size:.76rem;gap:10px;margin-bottom:6px}.sd-inq-items,.sd-inq-meta{display:flex;flex-wrap:wrap}.sd-inq-items{gap:5px;margin-top:4px}.sd-item-tag{background:#eff6ff;border:1px solid #dbeafe;border-radius:8px;color:#1d4ed8;font-size:.71rem;font-weight:600;padding:2px 9px}.sd-status-badge{border-radius:20px;display:inline-block;font-size:.73rem;letter-spacing:.01em;padding:4px 12px}.sd-attend-btn,.sd-status-badge{font-weight:700;white-space:nowrap}.sd-attend-btn{background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:9px;box-shadow:0 3px 10px #2563eb4d;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:.8rem;padding:8px 16px;transition:all .2s}.sd-attend-btn:hover:not(:disabled){box-shadow:0 5px 16px #2563eb61;opacity:.9;transform:translateY(-1px)}.sd-attend-btn:disabled{box-shadow:none;cursor:not-allowed;opacity:.55}.sd-search-input{background:#f4f7fb;border:1.5px solid #e4e9f2;border-radius:24px;padding:10px 14px 10px 36px;transition:all .15s;width:100%}.sd-search-input:focus{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f}.sd-filter-pills{display:flex;flex-wrap:wrap;gap:6px}.sd-pill{background:#fff;border:1.5px solid #e4e9f2;border-radius:20px;color:#475569;cursor:pointer;font-family:Inter,sans-serif;font-size:.76rem;font-weight:600;padding:7px 14px;transition:all .15s;white-space:nowrap}.sd-pill:hover{background:#eff6ff;border-color:#3b82f6;color:#1d4ed8}.sd-pill.active{background:linear-gradient(135deg,#2563eb,#1d4ed8);border-color:#0000;box-shadow:0 2px 8px #2563eb4d;color:#fff}.sd-clients-full{height:100%;overflow-y:auto;padding:0}.sd-clients-header{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:16px}.sd-search-wrap{align-items:center;background:#f4f7fb;border:1.5px solid #e4e9f2;border-radius:24px;display:flex;gap:8px;padding:0 16px;transition:all .15s}.sd-search-wrap:focus-within{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f}.sd-search-icon{flex-shrink:0;font-size:.9rem;opacity:.5}.sd-search-input{background:#0000;border:none;color:#0f172a;flex:1 1;font-family:Inter,sans-serif;font-size:.85rem;min-width:0;outline:none;padding:10px 0}@media (max-width:900px){.sd-root{flex-direction:column}.sd-sidebar{box-shadow:0 4px 12px #0003;flex-direction:row;flex-wrap:nowrap;gap:4px;height:auto;overflow-x:auto;padding:10px 12px;width:100%}.sd-sidebar .sd-logo,.sd-sidebar .sd-sidebar-brand,.sd-sidebar .sd-sidebar-foot,.sd-sidebar .sd-user-card,.sd-sidebar-user{display:none}.sd-nav,.sd-sidebar .sd-nav{flex-direction:row;flex-wrap:nowrap;gap:4px;overflow-x:auto;padding:0}.sd-nav-btn,.sd-nav-item{flex-shrink:0;font-size:.8rem;padding:8px 12px;white-space:nowrap}.sd-main{height:calc(100vh - 56px)}.sd-stats-row{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));padding:10px 16px}.sd-topbar{padding:14px 16px 12px}.sd-controls,.sd-inq-list{padding-left:16px;padding-right:16px}}@media (max-width:600px){.sd-stats-row{gap:8px;grid-template-columns:repeat(3,1fr);padding:10px 12px}.sd-stat-card{min-height:60px;padding:10px 12px}.sd-stat-num{font-size:1.35rem}.sd-page-title{font-size:1.15rem}.sd-clients-section,.sd-controls,.sd-inq-list{padding-left:12px;padding-right:12px}.sd-topbar{padding:12px}}.lp-root{align-items:center;background:linear-gradient(135deg,#0a1628,#003a78 50%,#0052a3);display:flex;font-family:Inter,sans-serif;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.lp-circle{animation:lpFloat 6s ease-in-out infinite;background:#fff;border-radius:50%;opacity:.08;position:absolute}.lp-circle-1{animation-delay:0s;height:400px;left:-120px;top:-120px;width:400px}.lp-circle-2{animation-delay:2s;bottom:-80px;height:300px;right:-80px;width:300px}.lp-circle-3{animation-delay:4s;height:200px;left:65%;top:50%;width:200px}@keyframes lpFloat{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-20px) scale(1.04)}}.lp-card{animation:lpCardIn .5s cubic-bezier(.34,1.56,.64,1);background:#fffffff7;border-radius:24px;box-shadow:0 32px 80px #0006,0 0 0 1px #ffffff1a;max-width:430px;padding:48px 44px;position:relative;width:100%;z-index:1}@keyframes lpCardIn{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.lp-brand{margin-bottom:36px;text-align:center}.lp-logo-ring{align-items:center;background:linear-gradient(135deg,#003a78,#0052a3);border-radius:20px;box-shadow:0 8px 24px #003a7859;display:inline-flex;height:72px;justify-content:center;margin-bottom:16px;width:72px}.lp-logo-icon{filter:brightness(0) invert(1);font-size:2rem}.lp-brand-name{color:#0a1628;font-size:1.3rem;font-weight:800;margin:0 0 4px}.lp-brand-sub{color:#64748b;font-size:.85rem;font-weight:500;letter-spacing:.05em;margin:0;text-transform:uppercase}.lp-form{gap:20px}.lp-field-group,.lp-form{display:flex;flex-direction:column}.lp-field-group{gap:6px}.lp-label{color:#475569;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.lp-input-wrap{align-items:center;display:flex;position:relative}.lp-input-icon{font-size:.9rem;left:14px;pointer-events:none;position:absolute;z-index:1}.lp-input{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;box-sizing:border-box;color:#0f172a;font-family:Inter,sans-serif;font-size:.9rem;padding:12px 14px 12px 38px;transition:border-color .2s,box-shadow .2s,background .2s;width:100%}.lp-input:focus{background:#fff;border-color:#003a78;box-shadow:0 0 0 3px #003a781a;outline:none}.lp-toggle-pass{background:none;border:none;color:#94a3b8;cursor:pointer;font-size:1rem;padding:4px;position:absolute;right:12px;transition:color .15s}.lp-toggle-pass:hover{color:#003a78}.lp-error{align-items:center;animation:lpShake .3s ease;background:#fef2f2;border:1.5px solid #fecaca;border-left:4px solid #dc2626;border-radius:8px;color:#dc2626;display:flex;font-size:.84rem;font-weight:600;gap:8px;padding:10px 14px}@keyframes lpShake{0%,to{transform:translateX(0)}25%{transform:translateX(-6px)}75%{transform:translateX(6px)}}.lp-submit{align-items:center;background:linear-gradient(135deg,#003a78,#0052a3);border:none;border-radius:10px;box-shadow:0 4px 16px #003a7859;color:#fff;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:.95rem;font-weight:700;gap:8px;justify-content:center;margin-top:4px;padding:14px;transition:opacity .2s,transform .15s,box-shadow .2s;width:100%}.lp-submit:hover:not(:disabled){box-shadow:0 6px 20px #003a7873;opacity:.92;transform:translateY(-1px)}.lp-submit:disabled{cursor:not-allowed;opacity:.65}.lp-spinner{animation:lpSpin .7s linear infinite;border:2px solid #fff6;border-radius:50%;border-top-color:#fff;display:inline-block;height:16px;width:16px}@keyframes lpSpin{to{transform:rotate(1turn)}}.lp-footer-note{color:#94a3b8;font-size:.78rem;margin-top:24px;text-align:center}.catalogues-page{background:#f8f9fa;min-height:100vh}.catalogues-header{background:linear-gradient(135deg,#1e3a8a,#1e40af);color:#fff;padding:5rem 2rem 4rem}.catalogues-header-content{margin:0 auto;max-width:1400px}.catalogues-header h1{font-size:3.5rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1rem}.catalogues-header p{color:#ffffffe6;font-size:1.25rem;max-width:800px}.catalogues-container{margin:-3rem auto 4rem;max-width:1400px;padding:0 2rem}.catalogues-controls{align-items:center;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;display:flex;gap:2rem;justify-content:space-between;margin-bottom:3rem;padding:1.5rem 2rem}.catalogues-search{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;display:flex;flex:1 1;gap:1rem;max-width:500px;padding:.8rem 1.5rem;transition:all .3s ease}.catalogues-search:focus-within{background:#fff;border-color:#06c;box-shadow:0 0 0 4px #0066cc1a}.catalogues-search input{background:#0000;border:none;color:#1f2937;font-size:1rem;outline:none;width:100%}.catalogues-count{color:#6b7280;font-size:.95rem;font-weight:600}.catalogues-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.catalogue-card{background:#fff;border-radius:16px;box-shadow:0 4px 15px #0000000d;display:flex;flex-direction:column;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}.catalogue-card:hover{box-shadow:0 20px 40px #0000001f;transform:translateY(-8px)}.catalogue-card-image{background:#f3f4f6;height:240px;overflow:hidden;position:relative}.catalogue-card-image img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.catalogue-card:hover .catalogue-card-image img{transform:scale(1.1)}.catalogue-placeholder{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);color:#9ca3af;height:100%;width:100%}.catalogue-overlay,.catalogue-placeholder{align-items:center;display:flex;justify-content:center}.catalogue-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#1e3a8ad9;flex-direction:column;gap:1rem;inset:0;opacity:0;padding:2rem;position:absolute;transition:opacity .3s ease}.catalogue-card:hover .catalogue-overlay{opacity:1}.catalogue-action-btn{align-items:center;border-radius:8px;cursor:pointer;display:flex;font-size:.95rem;font-weight:600;gap:.75rem;justify-content:center;max-width:200px;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease;width:100%}.catalogue-action-btn.download{background:#06c;border:none;color:#fff}.catalogue-action-btn.download:hover:not(:disabled){background:#0052a3;transform:scale(1.05)}.catalogue-action-btn.view{background:#0000;border:2px solid #fff;color:#fff}.catalogue-action-btn.view:hover{background:#fff;color:#1e3a8a;transform:scale(1.05)}.catalogue-card-info{display:flex;flex:1 1;flex-direction:column;padding:2rem}.catalogue-card-info h3{color:#1f2937;font-size:1.4rem;font-weight:700;margin-bottom:.75rem}.catalogue-card-info p{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#6b7280;display:-webkit-box;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem;overflow:hidden}.catalogue-meta{border-top:1px solid #f3f4f6;margin-top:auto;padding-top:1.25rem}.product-count{background:#0066cc1a;border-radius:20px;color:#06c;font-size:.85rem;font-weight:600;padding:.4rem .8rem}.catalogues-empty{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000000d;padding:5rem 2rem;text-align:center}.catalogues-empty svg{color:#e5e7eb;margin-bottom:1.5rem}.catalogues-empty h3{color:#1f2937;font-size:1.5rem;margin-bottom:.5rem}.catalogues-empty p{color:#6b7280;margin-bottom:2rem}.reset-search{background:#06c;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 2rem;transition:all .3s ease}.reset-search:hover{background:#0052a3}.spin{animation:spin 1s linear infinite}@media (max-width:768px){.catalogues-header{padding:4rem 1.5rem 3rem}.catalogues-header h1{font-size:2.5rem}.catalogues-controls{align-items:stretch;flex-direction:column;gap:1rem;padding:1rem}.catalogues-grid{grid-template-columns:1fr}}.pdf-preview-backdrop{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172ad9;display:flex;inset:0;justify-content:center;padding:2rem;position:fixed;z-index:2000}.pdf-preview-modal{animation:slideUp .4s cubic-bezier(.16,1,.3,1);background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #00000080;display:flex;flex-direction:column;height:90vh;max-width:1200px;overflow:hidden;width:100%}.pdf-preview-header{align-items:center;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1.25rem 2rem}.pdf-preview-title h3{color:#1e293b;font-size:1.25rem;font-weight:700;margin:0}.pdf-preview-actions{align-items:center;display:flex;gap:1rem}.preview-action-btn{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;display:flex;font-weight:600;gap:.5rem;padding:.6rem 1rem;transition:all .2s ease}.preview-action-btn:hover{background:#f8fafc;border-color:#cbd5e1;color:#1e293b}.preview-action-btn.primary{background:#06c;border-color:#06c;color:#fff}.preview-action-btn.primary:hover{background:#0052a3;box-shadow:0 4px 12px #0066cc40}.preview-close-btn{align-items:center;background:#0000;border:none;color:#94a3b8;cursor:pointer;display:flex;justify-content:center;padding:.5rem;transition:all .2s ease}.preview-close-btn:hover{color:#ef4444;transform:rotate(90deg)}.pdf-preview-body{background:#f1f5f9;flex:1 1;position:relative}.pdf-iframe,.pdf-object{border:none;display:block;height:100%;width:100%}.pdf-preview-footer{background:#f8fafc;border-top:1px solid #e2e8f0;padding:1rem 2rem;text-align:center}.pdf-preview-footer p{color:#64748b;font-size:.875rem;line-height:1.5;margin:0}.pdf-preview-footer strong{color:#06c}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.pdf-preview-backdrop{padding:0}.pdf-preview-modal{border-radius:0;height:100vh}.preview-action-btn span{display:none}.desktop-only{display:none!important}.pdf-preview-actions{gap:.5rem}}.vqp-root{background:#f0f4f8;color:#0f172a;font-family:Inter,sans-serif;min-height:100vh;padding-bottom:110px}.vqp-zoom-overlay{align-items:center;animation:vqpFadeIn .2s ease;background:#000000e0;cursor:pointer;display:flex;flex-direction:column;inset:0;justify-content:center;padding:1.5rem;position:fixed;z-index:9999}.vqp-zoom-img{animation:vqpZoomIn .25s cubic-bezier(.34,1.56,.64,1);border-radius:16px;box-shadow:0 24px 80px #0009;cursor:default;max-height:80vh;max-width:90vw;object-fit:contain}@keyframes vqpZoomIn{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}.vqp-zoom-caption{color:#ffffffbf;font-size:.9rem;font-weight:600;margin-top:1rem;text-align:center}.vqp-zoom-close{align-items:center;background:#ffffff26;border:1.5px solid #ffffff40;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;height:40px;justify-content:center;position:fixed;right:1.4rem;top:1.2rem;transition:background .2s;width:40px;z-index:10000}.vqp-zoom-close:hover{background:#ffffff47}.vqp-header{background:linear-gradient(135deg,#02214a,#003a78);box-shadow:0 2px 16px #0000002e;padding:.9rem 1.5rem;position:-webkit-sticky;position:sticky;top:0;z-index:50}.vqp-header-inner{gap:1rem;justify-content:space-between;margin:0 auto;max-width:900px}.vqp-header-inner,.vqp-logo{align-items:center;display:flex}.vqp-logo{gap:.65rem}.vqp-logo-badge{background:linear-gradient(135deg,#faa61a,#f08000);border-radius:8px;color:#fff;font-size:.78rem;font-weight:800;letter-spacing:.04em;padding:5px 9px}.vqp-logo-name{color:#fff;font-size:.95rem;font-weight:700;letter-spacing:.02em}.vqp-nego-badge{background:#f59e0b33;border:1px solid #f59e0b80;border-radius:20px;color:#fbbf24;font-size:.78rem;font-weight:700;letter-spacing:.04em;padding:4px 12px}.vqp-hero{background:linear-gradient(135deg,#003a78,#005ab3);border-radius:20px;color:#fff;margin:2rem auto 0;max-width:900px;padding:2rem 1.5rem 1.5rem;text-align:center}.vqp-hero-tag{color:#ffffffa6;font-size:.72rem;font-weight:700;letter-spacing:.12em;margin-bottom:.6rem;text-transform:uppercase}.vqp-hero-title{color:#fff;font-size:clamp(1.3rem,3vw,1.85rem);font-weight:800;line-height:1.2;margin:0 0 .6rem}.vqp-hero-sub{color:#fffc;font-size:.92rem;line-height:1.6;margin:0 0 1rem}.vqp-hero-ref{color:#ffffff8c;font-size:.8rem}.vqp-nego-note-box{animation:vqpFadeIn .4s ease;background:#fffbeb;border:1.5px solid #fcd34d;border-left:5px solid #f59e0b;border-radius:12px;margin:1.2rem auto 0;max-width:900px;padding:1rem 1.5rem}.vqp-nego-note-label{color:#92400e;font-size:.78rem;font-weight:700;letter-spacing:.05em;margin-bottom:.4rem;text-transform:uppercase}.vqp-nego-note-box p{color:#78350f;font-size:.9rem;line-height:1.6;margin:0}.vqp-items-wrap{margin:1.5rem auto 0;max-width:900px;padding:0 1.5rem}.vqp-items-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.vqp-items-title{color:#374151;font-size:.82rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.vqp-items-count{background:#f1f5f9;border-radius:20px;color:#94a3b8;font-size:.78rem;padding:2px 10px}.vqp-items-list{display:flex;flex-direction:column;gap:1.1rem}.vqp-item-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 2px 12px #0000000f;overflow:hidden;transition:box-shadow .2s}.vqp-item-card:hover{box-shadow:0 6px 24px #003a781a}.vqp-item-main{display:flex;gap:1.1rem;padding:1.2rem 1.4rem .9rem}.vqp-item-img-wrap{border:1.5px solid #e2e8f0;border-radius:12px;cursor:zoom-in;flex-shrink:0;height:80px;overflow:hidden;position:relative;transition:border-color .2s,box-shadow .2s;width:80px}.vqp-item-img-wrap:hover{border-color:#003a78;box-shadow:0 4px 16px #003a7833}.vqp-item-img{display:block;height:100%;object-fit:cover;transition:transform .2s;width:100%}.vqp-item-img-wrap:hover .vqp-item-img{transform:scale(1.08)}.vqp-img-zoom-hint{background:#003a78d1;bottom:0;color:#fff;font-size:.62rem;font-weight:700;left:0;letter-spacing:.04em;opacity:0;padding:3px 0;position:absolute;right:0;text-align:center;transition:opacity .2s}.vqp-item-img-wrap:hover .vqp-img-zoom-hint{opacity:1}.vqp-item-img-placeholder{align-items:center;background:#f8fafc;border:1.5px dashed #cbd5e1;border-radius:12px;display:flex;flex-shrink:0;font-size:1.8rem;height:80px;justify-content:center;width:80px}.vqp-item-info{flex:1 1;min-width:0}.vqp-item-num{color:#94a3b8;font-size:.7rem;font-weight:700;letter-spacing:.08em;margin-bottom:.2rem;text-transform:uppercase}.vqp-item-name{color:#003a78;font-size:1rem;font-weight:700;margin:0 0 .5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vqp-item-meta{display:flex;flex-wrap:wrap;gap:.6rem}.vqp-item-meta span{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;font-size:.8rem;padding:2px 9px}.vqp-item-admin-note{background:#fffbeb!important;border-color:#fde68a!important;color:#b45309!important;font-size:.78rem!important}.vqp-item-orig-price{background:#f1f5f9;border:1px solid #e2e8f0;border-left:4px solid #94a3b8;border-radius:0 8px 8px 0;color:#475569;font-size:.82rem;margin-top:.7rem;padding:.5rem .9rem}.vqp-item-orig-price strong{color:#0f172a}.vqp-price-row{grid-gap:.9rem;align-items:end;background:#f8fafc;border-top:1px solid #f1f5f9;display:grid;gap:.9rem;grid-template-columns:160px 1fr 120px;padding:.9rem 1.4rem}.vqp-label{color:#374151;display:block;font-size:.72rem;font-weight:700;letter-spacing:.06em;margin-bottom:.35rem;text-transform:uppercase}.vqp-required{color:#ef4444;margin-left:2px}.vqp-price-input{background:#fff;border:1.5px solid #cbd5e1;border-radius:9px;color:#003a78;font-family:Inter,sans-serif;font-size:.95rem;font-weight:700;padding:.6rem .85rem;transition:border-color .2s,box-shadow .2s;width:100%}.vqp-price-input:focus{border-color:#003a78;box-shadow:0 0 0 3px #003a781f;outline:none}.vqp-remarks-input{background:#fff;border:1.5px solid #cbd5e1;border-radius:9px;color:#374151;font-family:Inter,sans-serif;font-size:.85rem;padding:.6rem .85rem;transition:border-color .2s;width:100%}.vqp-remarks-input:focus{border-color:#003a78;box-shadow:0 0 0 3px #003a781a;outline:none}.vqp-line-total{text-align:right}.vqp-line-total-label{color:#94a3b8;font-size:.68rem;font-weight:700;letter-spacing:.06em;margin-bottom:.3rem;text-transform:uppercase}.vqp-line-total-val{color:#003a78;font-size:1rem;font-weight:800}.vqp-extra-charges{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 2px 8px #0000000a;margin-top:1.4rem;padding:1.3rem 1.5rem}.vqp-extra-charges-head{align-items:baseline;display:flex;gap:.8rem;margin-bottom:1rem}.vqp-extra-charges-head>span:first-child{color:#0f172a;font-size:.85rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.vqp-extra-hint{color:#94a3b8;font-size:.76rem!important;font-weight:400!important;letter-spacing:0!important;text-transform:none!important}.vqp-extra-list{display:flex;flex-direction:column;gap:.6rem;margin-bottom:.9rem}.vqp-extra-row{grid-gap:.6rem;align-items:center;display:grid;gap:.6rem;grid-template-columns:1fr 160px 36px}.vqp-extra-amount-input,.vqp-extra-label-input{background:#f8fafc;border:1.5px solid #cbd5e1;border-radius:9px;color:#374151;font-family:Inter,sans-serif;font-size:.88rem;padding:.55rem .85rem;transition:border-color .2s,box-shadow .2s;width:100%}.vqp-extra-amount-input:focus,.vqp-extra-label-input:focus{background:#fff;border-color:#003a78;box-shadow:0 0 0 3px #003a781a;outline:none}.vqp-extra-amount-wrap{align-items:center;display:flex;position:relative}.vqp-extra-rupee{color:#64748b;font-size:.88rem;font-weight:700;left:10px;pointer-events:none;position:absolute;z-index:1}.vqp-extra-amount-wrap .vqp-extra-amount-input{padding-left:1.6rem}.vqp-extra-del{align-items:center;background:#fff5f5;border:1.5px solid #fca5a5;border-radius:8px;color:#dc2626;cursor:pointer;display:flex;font-size:.75rem;height:32px;justify-content:center;transition:background .2s,border-color .2s;width:32px}.vqp-extra-del:hover{background:#fee2e2;border-color:#ef4444}.vqp-add-charge-btn{align-items:center;background:#f0f7ff;border:1.5px dashed #93c5fd;border-radius:9px;color:#003a78;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:.82rem;font-weight:700;gap:.4rem;padding:.5rem 1.1rem;transition:background .2s,border-color .2s}.vqp-add-charge-btn:hover{background:#dbeafe;border-color:#60a5fa}.vqp-charges-summary{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-top:1.1rem;overflow:hidden}.vqp-charges-row{align-items:center;border-bottom:1px solid #f1f5f9;color:#475569;display:flex;font-size:.86rem;justify-content:space-between;padding:.55rem 1rem}.vqp-charges-row:last-child{border-bottom:none}.vqp-charges-extra{color:#6b7280;font-size:.82rem}.vqp-charges-grand{background:linear-gradient(135deg,#003a78,#005ab3);color:#fff!important;padding:.7rem 1rem}.vqp-charges-grand span{font-size:.88rem;font-weight:700}.vqp-charges-grand strong{color:#fff;font-size:1.05rem;font-weight:800}.vqp-overall-note{background:#fff;border:1px solid #e2e8f0;border-radius:14px;margin-top:1.2rem;padding:1.2rem 1.4rem}.vqp-overall-ta{background:#f8fafc;border:1.5px solid #cbd5e1;border-radius:10px;box-sizing:border-box;color:#334155;font-family:Inter,sans-serif;font-size:.87rem;padding:.75rem 1rem;resize:vertical;transition:border-color .2s;width:100%}.vqp-overall-ta:focus{border-color:#003a78;box-shadow:0 0 0 3px #003a781a;outline:none}.vqp-footer{background:#fff;border-top:1px solid #e2e8f0;bottom:0;box-shadow:0 -4px 24px #0000001a;gap:1rem;justify-content:space-between;left:0;padding:.75rem 2rem;position:fixed;right:0;z-index:100}.vqp-footer,.vqp-footer-info{align-items:center;display:flex}.vqp-footer-info{flex-wrap:wrap;gap:1.4rem}.vqp-footer-total{color:#64748b;font-size:.82rem;font-weight:500}.vqp-footer-total span{color:#374151;font-size:.95rem;font-weight:700;margin-left:.3rem}.vqp-footer-grand{border-left:2px solid #e2e8f0;color:#475569;font-size:.88rem;font-weight:600;padding-left:1.4rem}.vqp-footer-grand span{color:#003a78;font-size:1.15rem;font-weight:800;margin-left:.4rem}.vqp-submit-btn{align-items:center;background:linear-gradient(135deg,#003a78,#005ab3);border:none;border-radius:12px;box-shadow:0 4px 16px #003a784d;color:#fff;cursor:pointer;display:inline-flex;flex-shrink:0;font-family:Inter,sans-serif;font-size:.95rem;font-weight:700;gap:.5rem;padding:.75rem 2rem;transition:all .2s;white-space:nowrap}.vqp-submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#02214a,#003a78);box-shadow:0 6px 20px #003a7866;transform:translateY(-1px)}.vqp-submit-btn:disabled{background:#d1d5db;box-shadow:none;cursor:not-allowed}.vqp-error,.vqp-loading,.vqp-success{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:80vh;padding:2rem;text-align:center}.vqp-spinner{border:3px solid #e2e8f0;border-radius:50%;border-top-color:#003a78;height:44px;margin-bottom:1rem;width:44px}.vqp-btn-spinner,.vqp-spinner{animation:vqpSpin .75s linear infinite}.vqp-btn-spinner{border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;display:inline-block;height:16px;width:16px}@keyframes vqpSpin{to{transform:rotate(1turn)}}@keyframes vqpFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.vqp-error-icon{font-size:3rem;margin-bottom:1rem}.vqp-error h2{color:#dc2626;margin:0 0 .5rem}.vqp-error p{color:#64748b}.vqp-success-icon{align-items:center;animation:vqpPulse .5s ease;background:linear-gradient(135deg,#003a78,#005ab3);border-radius:50%;color:#fff;display:flex;font-size:2rem;height:72px;justify-content:center;margin-bottom:1.2rem;width:72px}.vqp-success h2{color:#003a78;margin:0 0 .6rem}.vqp-success p{color:#475569;line-height:1.6;max-width:420px}@keyframes vqpPulse{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.vqp-empty{background:#fff;border:1px dashed #cbd5e1;border-radius:12px;color:#94a3b8;padding:2rem;text-align:center}@media (max-width:600px){.vqp-hero{margin:1rem auto 0;padding:1.5rem 1rem}.vqp-items-wrap{padding:0 1rem}.vqp-price-row{grid-template-columns:1fr 1fr}.vqp-line-total{grid-column:1/-1;text-align:left}.vqp-footer{flex-direction:column;gap:.6rem;padding:.75rem 1rem}.vqp-footer-info{gap:.8rem}.vqp-submit-btn{justify-content:center;width:100%}.vqp-item-main{flex-direction:column}.vqp-item-img-wrap{height:160px;width:100%}.vqp-extra-row{grid-template-columns:1fr 120px 36px}}*,:after,:before{box-sizing:border-box;margin:0;padding:0}.crp-wrap{align-items:flex-start;background:linear-gradient(135deg,#0a1628,#0d2347 40%,#1a3a6e);display:flex;font-family:Inter,sans-serif;justify-content:center;min-height:100vh;padding:40px 16px 60px}.crp-card{background:#fff;border-radius:20px;box-shadow:0 24px 80px #00000059;max-width:760px;overflow:hidden;width:100%}.crp-header{background:linear-gradient(135deg,#003a78,#0052a3);color:#fff;gap:18px;padding:28px 32px}.crp-header,.crp-logo{align-items:center;display:flex}.crp-logo{background:#ffffff2e;border:2px solid #ffffff4d;border-radius:14px;flex-shrink:0;font-size:1.3rem;font-weight:800;height:56px;justify-content:center;width:56px}.crp-title{font-size:1.5rem;font-weight:800;margin-bottom:4px}.crp-sub{font-size:.82rem;line-height:1.4;opacity:.8}.crp-section{border-bottom:1px solid #f1f5f9;padding:28px 32px}.crp-section-title{color:#1e293b;font-size:.95rem;font-weight:700;gap:8px}.crp-section-head-row,.crp-section-title{align-items:center;display:flex;margin-bottom:18px}.crp-section-head-row{justify-content:space-between}.crp-section-head-row .crp-section-title{margin-bottom:0}.crp-grid-2{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.crp-span-2{grid-column:1/-1}.crp-field{display:flex;flex-direction:column;gap:6px}.crp-field label{color:#475569;font-size:.82rem;font-weight:600}.crp-field input,.crp-field select{background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;color:#1e293b;font-family:inherit;font-size:.9rem;padding:10px 14px;transition:border-color .2s,box-shadow .2s}.crp-field input:focus,.crp-field select:focus{border-color:#003a78;box-shadow:0 0 0 3px #003a781f;outline:none}.crp-field input.err,.crp-field select.err{border-color:#ef4444}.crp-err{color:#ef4444;font-size:.76rem;font-weight:500}.crp-req{color:#ef4444;margin-left:2px}.crp-optional{color:#94a3b8;font-size:.78rem;font-weight:400}.crp-add-contact-btn{background:#003a78;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:inherit;font-size:.82rem;font-weight:600;padding:7px 16px;transition:background .2s}.crp-add-contact-btn:hover{background:#00256e}.crp-contact-card{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:12px;margin-bottom:14px;padding:18px;transition:border-color .2s}.crp-contact-card.primary{background:#eff6ff;border-color:#003a78}.crp-contact-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:14px}.crp-contact-num{color:#475569;font-size:.85rem;font-weight:700}.crp-contact-actions{align-items:center;display:flex;gap:10px}.crp-make-primary-btn{background:#fff;border:1.5px solid #003a78;border-radius:6px;color:#003a78;cursor:pointer;font-family:inherit;font-size:.78rem;font-weight:600;padding:4px 12px;transition:all .2s}.crp-make-primary-btn:hover,.crp-primary-badge{background:#003a78;color:#fff}.crp-primary-badge{border-radius:6px;font-size:.78rem;font-weight:700;padding:4px 12px}.crp-remove-contact-btn{align-items:center;background:#fff;border:1.5px solid #fca5a5;border-radius:50%;color:#ef4444;cursor:pointer;display:flex;font-size:.85rem;height:28px;justify-content:center;transition:all .2s;width:28px}.crp-remove-contact-btn:hover{background:#ef4444;border-color:#ef4444;color:#fff}.crp-footer{align-items:center;display:flex;flex-direction:column;gap:16px;padding:24px 32px 32px}.crp-disclaimer{color:#64748b;font-size:.8rem;text-align:center}.crp-submit-btn{background:linear-gradient(135deg,#003a78,#0069d9);border:none;border-radius:12px;box-shadow:0 4px 16px #003a7840;color:#fff;cursor:pointer;font-family:inherit;font-size:1rem;font-weight:700;max-width:360px;padding:14px;transition:all .2s;width:100%}.crp-submit-btn:hover:not(:disabled){box-shadow:0 6px 20px #003a7859;transform:translateY(-1px)}.crp-submit-btn:disabled{cursor:not-allowed;opacity:.65}.crp-done,.crp-error,.crp-loading{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:60px 32px;text-align:center}.crp-spinner{animation:spin .8s linear infinite;border:4px solid #e2e8f0;border-radius:50%;border-top-color:#003a78;height:48px;width:48px}@keyframes spin{to{transform:rotate(1turn)}}.crp-done-icon,.crp-err-icon{font-size:3.5rem}.crp-done h2{color:#059669;font-size:1.6rem}.crp-error h2{color:#dc2626;font-size:1.5rem}.crp-done p,.crp-error p{color:#475569;font-size:.95rem;line-height:1.6}.crp-brand{color:#003a78;font-size:.95rem;font-weight:800;margin-top:8px}@media (max-width:600px){.crp-header{flex-direction:column;text-align:center}.crp-footer,.crp-header,.crp-section{padding:20px}.crp-grid-2{grid-template-columns:1fr}.crp-span-2{grid-column:1}.crp-title{font-size:1.25rem}}
/*# sourceMappingURL=main.cb7eaf4f.css.map*/