.customer-badge,.order-badge,.product-badge{border-radius:var(--border-radius);padding:.25em .5rem;text-transform:uppercase;font-weight:700;font-size:12px;letter-spacing:.3px}.product-badge.status-instock{background:#c8e6c9;color:#256029}.product-badge.status-outofstock{background:#ffcdd2;color:#c63737}.product-badge.status-lowstock{background:#feedaf;color:#8a5340}.customer-badge.status-qualified{background:#c8e6c9;color:#256029}.customer-badge.status-unqualified{background:#ffcdd2;color:#c63737}.customer-badge.status-negotiation{background:#feedaf;color:#8a5340}.customer-badge.status-new{background:#b3e5fc;color:#23547b}.customer-badge.status-renewal{background:#eccfff;color:#694382}.customer-badge.status-proposal{background:#ffd8b2;color:#805b36}.order-badge.order-delivered{background:#c8e6c9;color:#256029}.order-badge.order-cancelled{background:#ffcdd2;color:#c63737}.order-badge.order-pending{background:#feedaf;color:#8a5340}.order-badge.order-returned{background:#eccfff;color:#694382}.p-card .p-card-body{padding:.75rem}.p-tabview .p-tabview-panels{padding:0}.p-card .p-card-body{padding:0 1rem}.p-card .p-card-content{padding:1rem 0}.custom-tabview .p-tabview-nav{display:flex}.custom-tabview .p-tabview-nav li{flex:1 1;text-align:center}.custom-tabview .p-tabview-nav-link{justify-content:center;width:100%}.custom-selector-sidebar .p-sidebar-content{padding:0;display:flex;flex-direction:column;height:100%}.maximized-dialog{max-height:calc(96vh - 35px)!important;top:35px!important}.retailored-loader{position:fixed;inset:0;background-color:hsla(0,0%,100%,.65);z-index:9999;display:flex;justify-content:center;align-items:center;animation:fadeIn .3s ease-in-out;font-family:Inter,sans-serif}.retailored-loader-content{text-align:center;animation:floatUp .6s ease-in-out}.retailored-logo{font-size:2.2rem;font-weight:600;color:#2a2a2a;letter-spacing:1px;margin-bottom:2rem;font-family:Playfair Display,serif;animation:pulse 2s infinite}.squares-animation{display:flex;justify-content:center;gap:10px}.square{width:16px;height:16px;background-color:#6366f1;animation:square-bounce 1.2s ease-in-out infinite;border-radius:4px}.square:nth-child(2){background-color:#4b55d0;animation-delay:.2s}.square:nth-child(3){background-color:#a3a9f9;animation-delay:.4s}@keyframes square-bounce{0%,80%,to{transform:scale(.95);opacity:.6}40%{transform:scale(1.2);opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes floatUp{0%{transform:translateY(20px);opacity:.5}to{transform:translateY(0);opacity:1}}@keyframes pulse{0%,to{opacity:.7}50%{opacity:1}}.retailored-text{margin-top:1.2rem;font-size:1rem;color:#555;font-weight:400;display:inline-block}.ellipsis{animation:ellipsis 1.5s infinite}.mobile-footer-menu{position:fixed;bottom:0;left:0;right:0;display:flex;justify-content:space-around;background:linear-gradient(145deg,#ffffff,#f5f5f5);padding:.3rem 0;box-shadow:0 -4px 12px rgba(0,0,0,.08);z-index:1100;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-top:1px solid hsla(0,0%,100%,.5)}.footer-menu-item{flex-direction:column;font-size:.75rem;color:#666;background:none;border:none;padding:.3rem .6rem;min-width:60px;cursor:pointer;overflow:hidden;transition:color .2s ease;border-radius:8px;margin:0 3px;height:60px}.footer-menu-item,.footer-menu-item .icon-container{display:flex;align-items:center;justify-content:center;position:relative}.footer-menu-item .icon-container{width:36px;height:36px;border-radius:50%}.footer-menu-item i{font-size:1.5rem;position:relative;z-index:2;transition:transform .2s ease}.footer-menu-item .menu-label{font-weight:500;margin-top:1px;font-size:.8rem}.footer-menu-item.active{color:var(--primary-color)}.footer-menu-item.active .icon-container{background:rgba(var(--primary-rgb),.08)}.footer-menu-item:active:not(.active) .icon-container{background:rgba(0,0,0,.05)}.footer-menu-item.click-effect i{transform:scale(.92)}.ripple-effect{position:absolute;border-radius:50%;background:rgba(0,0,0,.1);transform:scale(0);animation:ripple .4s linear;width:100%;height:100%;top:0;left:0;z-index:1}@keyframes ripple{to{transform:scale(1);opacity:0}}@keyframes ellipsis{0%{content:""}33%{content:"."}66%{content:".."}to{content:"..."}}