.mm-spinner{display:inline-flex;align-items:center;justify-content:center}.mm-spinner__visual{display:block;border-radius:50%;border-style:solid;border-color:currentColor;border-top-color:transparent;animation:mm-spinner-spin .8s linear infinite}.mm-spinner--sm .mm-spinner__visual{width:16px;height:16px;border-width:2px}.mm-spinner--md .mm-spinner__visual{width:24px;height:24px;border-width:3px}.mm-spinner--lg .mm-spinner__visual{width:48px;height:48px;border-width:4px}.mm-spinner__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@keyframes mm-spinner-spin{to{transform:rotate(360deg)}}.mm-button{font-family:Poppins,sans-serif;font-weight:500;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px;outline:none;position:relative}.mm-button:disabled{opacity:.5;cursor:not-allowed}.mm-button--primary{background-color:#f25211;color:#fff}.mm-button--primary:hover:not(:disabled){background-color:#d94710}.mm-button--primary:active:not(:disabled){background-color:#c03e0e}.mm-button--secondary{background-color:#424242;color:#fff}.mm-button--secondary:hover:not(:disabled){background-color:#333}.mm-button--secondary:active:not(:disabled){background-color:#2a2a2a}.mm-button--danger{background-color:#dc2626;color:#fff}.mm-button--danger:hover:not(:disabled){background-color:#b91c1c}.mm-button--danger:active:not(:disabled){background-color:#991b1b}.mm-button--outline{background-color:transparent;border:2px solid #f25211;color:#f25211}.mm-button--outline:hover:not(:disabled){background-color:#f252110d}.mm-button--outline:active:not(:disabled){background-color:#f252111a}.mm-button--ghost{background-color:transparent;color:#424242}.mm-button--ghost:hover:not(:disabled){background-color:#f5f5f5}.mm-button--ghost:active:not(:disabled){background-color:#e0e0e0}.mm-button--small{padding:8px 16px;font-size:14px;border-radius:6px}.mm-button--medium{padding:12px 24px;font-size:16px}.mm-button--large{padding:16px 32px;font-size:18px;border-radius:10px}.mm-button--full-width{width:100%}.mm-button--loading{position:relative}.mm-button__loading-indicator{position:absolute;top:0;right:0;bottom:0;left:0;display:inline-flex;align-items:center;justify-content:center;gap:8px;pointer-events:none}.mm-button__spinner{display:inline-flex;align-items:center;color:currentColor}.mm-button__label{display:inline-flex;align-items:center;justify-content:center}.mm-button__label--loading{opacity:0}.mm-button__loading-text{display:inline-flex;align-items:center}.mm-input-wrapper{display:flex;flex-direction:column;gap:6px;width:100%}.mm-input-label{font-family:Poppins,sans-serif;font-size:14px;font-weight:500;color:#424242;margin-top:12px}.mm-input{font-family:Poppins,sans-serif;font-size:16px;padding:12px 16px;border:none!important;border-bottom:2px solid #e0e0e0!important;border-radius:0!important;outline:none;transition:all .2s ease;background-color:transparent!important;color:#424242;font-weight:400}.mm-input::placeholder{color:#9e9e9e;opacity:.7}.mm-input:hover:not(:focus){border-bottom-color:#bdbdbd!important}.mm-input:focus{border-bottom-color:#f25211!important;background-color:#f2521108!important;box-shadow:0 2px 8px #f2521126}.mm-input--error{border-color:#f44336}.mm-input--error:focus{border-color:#f44336;box-shadow:0 0 0 3px #f443361a}.mm-input:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.6}.mm-input-error{font-family:Poppins,sans-serif;font-size:12px;color:#f44336}.mm-input-helper{font-family:Poppins,sans-serif;font-size:12px;color:#9e9e9e}.mm-select-wrapper{display:flex;flex-direction:column;gap:6px;width:100%}.mm-select-label{font-family:Poppins,sans-serif;font-size:14px;font-weight:500;color:#424242}.mm-select{width:100%;font-family:Poppins,sans-serif;font-size:16px;padding:12px 40px 12px 16px;border:1px solid #e0e0e0;border-radius:8px;outline:none;transition:all .2s ease;background-color:#fff;color:#424242;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 12px center;background-size:20px}.mm-select:focus{border-color:#f25211;box-shadow:0 0 0 3px #f252111a}.mm-select--error{border-color:#f44336}.mm-select--error:focus{border-color:#f44336;box-shadow:0 0 0 3px #f443361a}.mm-select:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.6}.mm-select-error{font-family:Poppins,sans-serif;font-size:12px;color:#f44336}.mm-select-helper{font-family:Poppins,sans-serif;font-size:12px;color:#9e9e9e}.mm-app-icon{display:inline-block;flex-shrink:0;vertical-align:middle}.mm-app-icon--accent{color:#f25211}.search-bar-wrapper{position:relative;display:flex;align-items:center;width:100%;max-width:560px}.search-bar-icon{position:absolute;left:14px;font-size:15px;pointer-events:none;color:#9ca3af}.search-bar-input{width:100%;padding:11px 40px 11px 10px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;font-family:inherit;background:#fff;color:#111827;outline:none;transition:border-color .2s,box-shadow .2s}.search-bar-input:focus{border-color:#f25211;box-shadow:0 0 0 2px #f252111a}.search-bar-input::placeholder{color:#9ca3af}.search-bar-clear{position:absolute;right:12px;background:none;border:none;cursor:pointer;font-size:13px;color:#f25211;padding:4px;line-height:1;border-radius:999px;transition:color .15s,background-color .15s}.search-bar-clear:hover{color:#c2410c;background:#f2521114}@media (max-width: 768px){.search-bar-wrapper{max-width:100%}}.places-autocomplete-wrapper{position:relative;width:100%;display:flex;flex-direction:column;gap:6px}.places-autocomplete-label{font-size:16px;font-weight:500;color:#374151}.places-autocomplete-input-container{position:relative;width:100%}.places-autocomplete-input{width:100%;height:48px;padding:0 40px 0 16px;font-size:15px;font-family:inherit;color:#1f2937;background:#fff;border:1px solid #d1d5db;border-radius:8px;box-sizing:border-box;transition:border-color .15s ease;outline:none}.places-autocomplete-input:focus{border-color:#f25211;outline:none;box-shadow:none}.places-autocomplete-input:disabled{background:#f9fafb;color:#9ca3af;cursor:not-allowed}.places-autocomplete-input::placeholder{color:#9ca3af}.places-autocomplete-input-error{border-color:#ef4444}.places-autocomplete-input-error:focus{border-color:#ef4444}.places-autocomplete-clear{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:24px;height:24px;border:0;border-radius:999px;background:transparent;color:#f25211;font-size:20px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.places-autocomplete-clear:hover{background:#fef3f0}.places-autocomplete-clear:focus-visible{outline:2px solid #f25211;outline-offset:1px}.places-autocomplete-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:50;max-height:300px;overflow-y:auto;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;margin:0;padding:4px;list-style:none}.places-autocomplete-dropdown--upward{top:auto;bottom:calc(100% + 4px)}.places-autocomplete-item{display:flex;align-items:center;gap:10px;padding:10px 12px;font-size:14px;color:#1f2937;border-radius:6px;cursor:pointer;transition:background-color .1s ease}.places-autocomplete-item:hover,.places-autocomplete-item-highlighted{background-color:#fef3f0}.places-autocomplete-icon{font-size:16px;flex-shrink:0}.places-autocomplete-text{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.places-autocomplete-error{font-size:12px;color:#ef4444}.places-autocomplete-dropdown::-webkit-scrollbar{width:6px}.places-autocomplete-dropdown::-webkit-scrollbar-track{background:#f9fafb;border-radius:8px}.places-autocomplete-dropdown::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:8px}.places-autocomplete-dropdown::-webkit-scrollbar-thumb:hover{background:#9ca3af}.mm-screen-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem 1rem;min-height:200px}.mm-screen-loader__message{font-size:1rem;color:#6b7280;margin:0;text-align:center}.confirm-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;padding:24px;background:#0f172a85;display:flex;align-items:center;justify-content:center;z-index:1200;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.confirm-modal{background:#fff;border-radius:20px;box-shadow:0 24px 80px #0f172a33;border:1px solid #e5e7eb;max-width:520px;width:min(100%,520px);max-height:90vh;overflow-y:auto}.confirm-modal--destructive{border-top:4px solid #dc2626}.confirm-modal-header{padding:24px 24px 12px}.confirm-modal-title{margin:0;font-size:24px;line-height:1.2;font-weight:600;color:#111827}.confirm-modal-body{padding:0 24px 20px}.confirm-modal-message{margin:0;font-size:15px;line-height:1.6;color:#4b5563;white-space:pre-line}.confirm-modal-actions{padding:0 24px 24px;display:flex;gap:12px;justify-content:flex-end;flex-wrap:wrap}.confirm-modal-actions .mm-button{min-width:148px}@media (max-width: 768px){.confirm-modal{width:100%}.confirm-modal-actions{flex-direction:column-reverse}.confirm-modal-actions .mm-button{width:100%}}.mm-toast{position:fixed;right:24px;bottom:24px;z-index:1300;display:flex;align-items:center;gap:12px;min-width:280px;max-width:min(420px,calc(100vw - 32px));padding:14px 16px;border-radius:16px;border:1px solid rgba(17,24,39,.08);box-shadow:0 20px 48px #0f172a2e;background:#fff;color:#111827;animation:mm-toast-slide-in .2s ease-out}.mm-toast--success{border-left:4px solid #16a34a}.mm-toast--error{border-left:4px solid #dc2626}.mm-toast--info{border-left:4px solid #f25211}.mm-toast__icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:999px;background:#0f172a0f;font-size:13px;font-weight:700;flex-shrink:0}.mm-toast__message{flex:1;font-size:14px;line-height:1.45}.mm-toast__close{border:none;background:transparent;color:#6b7280;cursor:pointer;padding:0;font-size:14px;line-height:1}@keyframes mm-toast-slide-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.mm-toast{right:16px;bottom:16px;left:16px;min-width:0;max-width:none}}.image-lightbox-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:10000;padding:24px;animation:lightboxFadeIn .2s ease-out;cursor:zoom-out}@keyframes lightboxFadeIn{0%{opacity:0}to{opacity:1}}.image-lightbox-content{position:relative;max-width:90vw;max-height:90vh;animation:lightboxZoomIn .3s ease-out;cursor:default}@keyframes lightboxZoomIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.image-lightbox-close{position:absolute;top:-40px;right:0;background:#ffffff1a;border:2px solid rgba(255,255,255,.3);color:#fff;width:40px;height:40px;border-radius:50%;cursor:pointer;font-size:24px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.image-lightbox-close:hover{background:#fff3;border-color:#ffffff80;transform:scale(1.1)}.image-lightbox-image{max-width:90vw;max-height:80vh;width:auto;height:auto;object-fit:contain;border-radius:8px;box-shadow:0 20px 60px #00000080}.image-lightbox-caption{position:absolute;bottom:-36px;left:0;right:0;text-align:center;color:#fff;font-size:14px;padding:8px 16px;background:#00000080;border-radius:4px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media (max-width: 768px){.image-lightbox-overlay{padding:16px}.image-lightbox-close{top:-50px;width:36px;height:36px;font-size:20px}.image-lightbox-image{max-width:95vw;max-height:85vh}.image-lightbox-caption{font-size:12px;padding:6px 12px}}._tabs_8sq3t_1{display:flex;gap:8px;padding:4px;border:0;border-radius:12px;background:#f3f4f6;width:fit-content;max-width:100%;overflow-x:auto}._tab_8sq3t_1{border:0;background:transparent;color:#4b5563;border-radius:9px;font-family:inherit;font-size:14px;font-weight:600;line-height:1;cursor:pointer;transition:background-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:6px;white-space:nowrap}._tab_8sq3t_1:hover{background:#1118270f;color:#1f2937}._tabActive_8sq3t_36{background:#f25211;color:#fff;box-shadow:0 1px 2px #11182729}._count_8sq3t_42{font-size:11px;font-weight:700;line-height:1;padding:3px 7px;border-radius:999px;background:#11182714;color:inherit}._tabActive_8sq3t_36 ._count_8sq3t_42{background:#ffffff40;color:#fff}._md_8sq3t_57{min-height:36px;padding:0 14px}._sm_8sq3t_62{min-height:32px;padding:0 12px;font-size:13px}.customer-profile-tabs._tabs_8sq3t_1{gap:12px;padding:6px;border-radius:16px;background:#f7f8fb}.customer-profile-tabs ._tab_8sq3t_1{min-height:40px;padding:0 18px;gap:8px;border-radius:12px}.customer-profile-tabs ._tab_8sq3t_1:not(._tabActive_8sq3t_36){color:#6b7280}.customer-profile-tabs ._tabActive_8sq3t_36{box-shadow:0 8px 18px #f2521124}.customer-profile-tabs ._count_8sq3t_42{padding:2px 6px;font-size:10px;background:#1118270f;opacity:.82}.customer-profile-tabs ._tabActive_8sq3t_36 ._count_8sq3t_42{background:#ffffff2e;opacity:1}.mm-page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:12px 0}.mm-page-header--sticky{position:sticky;top:0;z-index:20;background:#f7f7f8f0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-bottom:1px solid #eceff3}.mm-page-header__main{min-width:0}.mm-page-header__title{margin:0;font-size:30px;line-height:1.1;font-weight:700;color:#111827}.mm-page-header__subtitle{margin:8px 0 0;font-size:14px;color:#6b7280}.mm-page-header__meta{margin-top:8px}.mm-page-header__actions{display:flex;align-items:center;gap:10px;flex-shrink:0}@media (max-width: 768px){.mm-page-header{flex-direction:column;align-items:stretch;gap:10px}.mm-page-header__title{font-size:25px}}.mm-page-container{max-width:1200px;margin:0 auto;width:100%;display:flex;flex-direction:column;gap:24px}@font-face{font-family:Poppins;src:url(/fonts/Poppins-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/fonts/Poppins-Medium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Black Mango;src:url(/fonts/BlackMango-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}:root{--color-primary: #f25211;--color-dark: #424242;--color-white: #ffffff;--color-light-gray: #f5f5f5;--color-medium-gray: #9e9e9e;--color-success: #4caf50;--color-error: #f44336;--color-warning: #ff9800;--color-info: #2196f3;--text-primary: #1f2937;--text-secondary: #6b7280;--primary-color: #f25211;--font-primary: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display: "Black Mango", "Poppins", sans-serif;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 9999px;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1);--transition-fast: .15s ease-in-out;--transition-base: .25s ease-in-out;--transition-slow: .35s ease-in-out}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-primary);color:var(--color-dark);background-color:var(--color-white);line-height:1.5;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;color:var(--color-dark)}h1,h4,h5,h6{font-family:var(--font-display)}h2,h3{font-family:Poppins,sans-serif}h1{font-size:2.5rem}h2{font-size:1rem}h3{font-size:.875rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}a{color:var(--color-primary);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:#d14509}button{font-family:var(--font-primary);cursor:pointer;border:none;outline:none;transition:all var(--transition-fast)}input,textarea,select{font-family:var(--font-primary);font-size:1rem;outline:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-light-gray)}::-webkit-scrollbar-thumb{background:var(--color-medium-gray);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-dark)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 var(--spacing-md)}.text-left{text-align:left}.text-right{text-align:right}.text-primary{color:var(--color-primary)}.text-dark{color:var(--color-dark)}.text-gray{color:var(--color-medium-gray)}.bg-primary{background-color:var(--color-primary)}.bg-dark{background-color:var(--color-dark)}.bg-light{background-color:var(--color-light-gray)}.mm-place-autocomplete gmp-place-autocomplete,.mm-place-autocomplete gmp-place-autocomplete *{outline:none!important;box-shadow:none!important}.mm-place-autocomplete gmp-place-autocomplete:focus,.mm-place-autocomplete gmp-place-autocomplete:focus-within,.mm-place-autocomplete gmp-place-autocomplete *:focus,.mm-place-autocomplete gmp-place-autocomplete *:focus-visible{outline:none!important;box-shadow:none!important}.logo-accent{color:#f25211}.logo-mid{color:#fff}.welcome-page-web{min-height:100vh;display:flex;position:relative;overflow:hidden;background-color:#fff}.welcome-page-web .hero-section{position:absolute;top:0;bottom:0;width:50%;background-color:#424242;display:flex;align-items:center;justify-content:center;padding:3rem;transition:all .6s cubic-bezier(.4,0,.2,1);z-index:2}.welcome-page-web .hero-section.slide-left{left:0;transform:translate(0);border-radius:0 50% 50% 0}.welcome-page-web .hero-section.slide-right{left:0;transform:translate(100%);border-radius:50% 0 0 50%}.hero-content{text-align:center;color:#fff;max-width:500px}.hero-logo{font-family:Black Mango,Poppins,serif;font-size:4rem;margin-bottom:1.5rem;font-weight:400;color:#f25211}.hero-tagline{font-family:Poppins,sans-serif;font-size:1.2rem;font-weight:300;line-height:1.6;color:#fff}.welcome-page-web .form-section{position:absolute;top:0;bottom:0;width:50%;background-color:#fff!important;display:flex;align-items:center;justify-content:center;padding:2rem;transition:transform .6s cubic-bezier(.4,0,.2,1);z-index:1;border:none!important;border-radius:0!important;outline:none;gap:0!important}.welcome-page-web .form-section.slide-left{left:0;transform:translate(0)}.welcome-page-web .form-section.slide-right{right:0;left:auto;transform:translate(0)}.form-container{width:100%;max-width:450px}.form-title{font-family:Poppins,sans-serif;font-size:2rem;color:#f25211!important;margin-bottom:2rem;text-align:left;font-weight:600}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.welcome-page-web .welcome-password-field{position:relative}.welcome-page-web .welcome-password-field .mm-input-wrapper{width:100%}.welcome-page-web .welcome-password-input{padding-right:3.75rem}.password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;font-size:1.25rem;padding:.5rem;color:#9e9e9e;transition:color .2s ease}.password-toggle:hover{color:#f25211}.role-label{font-family:Poppins,sans-serif;font-size:.95rem;font-weight:500;color:#424242;text-align:center;margin:0}.role-buttons{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.role-button{font-family:Poppins,sans-serif;padding:1rem;border:2px solid #e0e0e0;border-radius:8px;background-color:#fff;color:#424242;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s}.role-button.active{border-color:#f25211;background-color:#f25211;color:#fff}.role-button-full{grid-column:1 / -1}.toggle-text{font-family:Poppins,sans-serif;text-align:center;color:#9e9e9e;font-size:.9rem}.toggle-link{background:none;border:none;color:#f25211;font-weight:600;cursor:pointer;text-decoration:none;padding:0;font-family:Poppins,sans-serif;transition:color .2s ease}.toggle-link:hover{color:#d63f0a;text-decoration:underline}.toggle-link:disabled{color:#bdbdbd;cursor:not-allowed;text-decoration:none}.language-selector{margin-top:2rem;display:flex;justify-content:center}.language-dropdown{font-family:Poppins,sans-serif;padding:.5rem 1rem;border:1px solid #e0e0e0;border-radius:6px;background-color:#fff;color:#424242;cursor:pointer;font-size:.9rem}@media (max-width: 968px){.welcome-page-web .hero-section,.welcome-page-web .form-section{width:100%;position:relative;border-radius:0}.welcome-page-web .hero-section{min-height:40vh}.welcome-page-web .hero-section.slide-left,.welcome-page-web .hero-section.slide-right,.welcome-page-web .form-section.slide-left,.welcome-page-web .form-section.slide-right{transform:translate(0)}.welcome-page-web{flex-direction:column}.hero-logo{font-size:2.5rem}.hero-tagline{font-size:1rem}.image-placeholder{font-size:6rem}}@media (max-width: 640px){.welcome-page-web .form-section{padding:1rem}.form-title{font-size:1.75rem}}.password-requirements{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background-color:#f5f5f5;border-radius:8px;border-left:4px solid #2196f3}.requirement{display:flex;align-items:center;gap:.5rem;font-family:Poppins,sans-serif;font-size:.875rem;color:#9e9e9e;transition:color .2s}.requirement.met{color:#4caf50}.requirement-icon{font-weight:700;font-size:1rem;min-width:20px;display:inline-block}.requirement.met .requirement-icon{color:#4caf50}.dev-hint{font-family:Poppins,sans-serif;background-color:#e3f2fd;color:#1976d2;padding:.75rem 1rem;border-radius:6px;font-size:.875rem;border-left:4px solid #2196f3;line-height:1.5}.dev-hint strong{font-weight:600}.verify-email-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#424242;padding:2rem}.verify-container{width:100%;max-width:500px}.verify-header{text-align:center;margin-bottom:2rem}.verify-content{background-color:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 4px 6px #0000001a}.verify-title{font-family:Poppins,sans-serif;font-size:1.75rem;color:#f25211;margin-bottom:1rem;text-align:center}.verify-description{font-family:Poppins,sans-serif;font-size:.95rem;color:#9e9e9e;text-align:center;margin-bottom:2rem;line-height:1.6}.test-account-notice{background:#fff8f5;border:2px solid #f25211;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.test-account-notice .verify-description{margin-bottom:.75rem;color:#f25211;font-weight:600}.test-description{font-family:Poppins,sans-serif;font-size:.9rem;color:#424242;text-align:center;line-height:1.6;margin:0}.email-display{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem;background-color:#f5f5f5;border-radius:8px;margin-bottom:1.5rem;border:1px solid #f25211}.email-icon{font-size:1.5rem}.email-text{font-family:Poppins,sans-serif;font-size:1rem;color:#424242;font-weight:500}.verify-notice{font-family:Poppins,sans-serif;font-size:.85rem;color:#616161;text-align:center;line-height:1.5;margin:-.25rem 0 1.25rem}.message{font-family:Poppins,sans-serif;padding:.75rem 1rem;border-radius:6px;font-size:.875rem;margin-bottom:1.5rem;text-align:center}.message.success{background-color:#e8f5e9;color:#4caf50;border-left:4px solid #4caf50}.message.error{background-color:#ffebee;color:#f44336;border-left:4px solid #f44336}.verify-actions{display:flex;flex-direction:column;gap:1rem}.verify-helper{font-family:Poppins,sans-serif;font-size:.875rem;color:#9e9e9e;text-align:center;margin-top:1.5rem;line-height:1.5}@media (max-width: 640px){.verify-email-page{padding:1rem}.verify-content{padding:1.5rem}.verify-title{font-size:1.5rem}}.evp-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#424242;padding:2rem}.evp-container{width:100%;max-width:500px}.evp-header{text-align:center;margin-bottom:2rem}.evp-logo{font-family:Black Mango,Poppins,serif;color:#fff;font-size:2rem;font-weight:400;margin:0}.evp-logo-link{color:inherit;text-decoration:none;cursor:pointer}.evp-logo-link:hover{opacity:.85}.evp-logo-accent{color:#f25211}.evp-logo-mid{color:#fff}.evp-card{background-color:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;align-items:center;text-align:center}.evp-icon-wrap{width:80px;height:80px;border-radius:50%;background-color:#e8f5e9;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.evp-check-icon{color:#4caf50}.evp-title{font-family:Poppins,sans-serif;font-size:1.75rem;color:#f25211;margin:0 0 .75rem;font-weight:600}.evp-body{font-family:Poppins,sans-serif;font-size:.95rem;color:#9e9e9e;line-height:1.6;margin:0}.evp-divider{width:100%;height:1px;background-color:#f0f0f0;margin:1.75rem 0}.evp-instruction-label{font-family:Poppins,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#9e9e9e;margin:0 0 .5rem}.evp-instruction{font-family:Poppins,sans-serif;font-size:.95rem;color:#424242;line-height:1.6;margin:0 0 1.5rem}.evp-emphasis{color:#f25211;font-weight:600}.evp-hint-box{display:flex;align-items:flex-start;gap:.5rem;background-color:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;padding:.875rem 1rem;width:100%;box-sizing:border-box;text-align:left}.evp-hint-icon{color:#9e9e9e;flex-shrink:0;margin-top:1px}.evp-hint-text{font-family:Poppins,sans-serif;font-size:.8125rem;color:#757575;line-height:1.55}.evp-hint-link{color:#f25211;text-decoration:none;font-weight:500}.evp-hint-link:hover{text-decoration:underline}@media (max-width: 640px){.evp-page{align-items:flex-start;padding:1.5rem 1rem}.evp-card{padding:2rem 1.5rem}.evp-title{font-size:1.5rem}}.complete-profile-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#424242;padding:2rem}.profile-container{width:100%;max-width:600px}.profile-header{text-align:center;margin-bottom:2rem}.profile-content{background-color:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 4px 6px #0000001a}.profile-title{font-family:Poppins,sans-serif;font-size:1.75rem;color:#f25211;margin-bottom:.5rem;text-align:center}.profile-subtitle{font-family:Poppins,sans-serif;font-size:.95rem;color:#9e9e9e;margin-bottom:2rem;text-align:center}.profile-form{display:flex;flex-direction:column;gap:1.25rem}.profile-section{display:flex;flex-direction:column;gap:.85rem}.profile-section-title{margin:0;font-family:Poppins,sans-serif;font-size:11px;font-weight:700;letter-spacing:.9px;color:#9e9e9e}.role-selection{display:flex;flex-direction:column;gap:.75rem}.role-label,.form-label,.delivery-label,.complete-profile-page .places-autocomplete-label{font-family:Poppins,sans-serif;font-size:14px;font-weight:500;color:#424242}.complete-profile-page .mm-input-label{font-family:Poppins,sans-serif!important;font-size:14px!important;font-weight:500!important;color:#424242!important}.role-buttons{display:grid;grid-template-columns:1fr;gap:.75rem}.role-button{font-family:Poppins,sans-serif;padding:.85rem 1rem;border:1px solid #d8d8d8;border-radius:8px;background-color:#fff;color:#424242;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s;text-align:left;display:flex;flex-direction:column;gap:3px}.role-button:hover{border-color:#f25211;background-color:#f252110d}.role-button.active{border-color:#f25211;background-color:#f25211;color:#fff;box-shadow:0 6px 14px #f2521140}.role-button-title{font-size:16px;font-weight:600}.role-button-subtitle{font-size:12px;line-height:1.35;opacity:.86}.industry-select{font-family:Poppins,sans-serif;font-size:16px;padding:12px 16px;border:none!important;border-bottom:2px solid #e0e0e0!important;border-radius:0!important;outline:none;transition:all .2s ease;background-color:transparent!important;color:#424242;font-weight:400}.industry-select option{font-family:Poppins,sans-serif!important;font-weight:400}.industry-select option[value=""]{color:#9e9e9e}.industry-select:focus{border-bottom-color:#f25211!important;box-shadow:0 2px 8px #f2521126}.delivery-selection{display:flex;flex-direction:column;gap:.65rem}.delivery-label{text-align:center}.delivery-buttons{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.delivery-button{font-family:Poppins,sans-serif;padding:1rem;border:2px solid #e0e0e0;border-radius:8px;background-color:#fff;color:#424242;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s}.delivery-button:hover{border-color:#f25211;background-color:#f252110d}.delivery-button.active{border-color:#f25211;background-color:#f25211;color:#fff}.marketing-opt-out{display:flex;align-items:center;gap:.75rem;font-family:Poppins,sans-serif;color:#f25211;cursor:pointer}.marketing-opt-out-checkbox{width:16px;height:16px;accent-color:#f25211;cursor:pointer}.marketing-opt-out-text{font-size:.75rem;font-weight:500;line-height:1.4}.inline-hints{margin-top:-2px}.inline-hints p{margin:0 0 4px;font-family:Poppins,sans-serif;font-size:12px;color:#7c7c7c}.selected-address{margin:2px 0 0;font-family:Poppins,sans-serif;font-size:12px;color:#6b7280}@media (max-width: 640px){.complete-profile-page{padding:1rem}.profile-content{padding:1.5rem}.profile-title{font-size:1.5rem}}.complete-profile-page .places-autocomplete-input{font-family:Poppins,sans-serif;font-size:16px;padding:12px 40px 12px 16px;border:none!important;border-bottom:2px solid #e0e0e0!important;border-radius:0!important;outline:none;transition:all .2s ease;background-color:transparent!important;color:#424242;font-weight:400;height:auto}.complete-profile-page .places-autocomplete-input:focus{border-bottom-color:#f25211!important;box-shadow:0 2px 8px #f2521126}.profile-form .mm-button:disabled{background-color:#bdbdbd!important;color:#fff!important;opacity:1}.store-locations-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#424242;padding:2rem}.locations-container{width:100%;max-width:600px}.locations-header{text-align:center;margin-bottom:2rem}.logo-text{font-family:Black Mango,Poppins,serif;color:#fff;font-size:2rem;font-weight:400}.locations-content{background-color:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 4px 6px #0000001a}.locations-title{font-family:Poppins,sans-serif;font-size:1.75rem;color:#f25211;margin-bottom:.5rem;text-align:center}.locations-subtitle{font-family:Poppins,sans-serif;font-size:.95rem;color:#9e9e9e;margin-bottom:2rem;text-align:center;line-height:1.6}.locations-form{display:flex;flex-direction:column;gap:1.5rem}.locations-list{background-color:#f5f5f5;border-radius:8px;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.list-title{font-family:Poppins,sans-serif;font-size:.95rem;font-weight:600;color:#424242;margin:0}.location-item-card{display:flex;align-items:flex-start;justify-content:space-between;background-color:#fff;padding:1rem;border-radius:6px;border:1px solid #e0e0e0}.location-item-main{display:flex;flex-direction:column;gap:.25rem;min-width:0}.location-item-name{font-family:Poppins,sans-serif;font-size:.95rem;font-weight:600;color:#2f2f2f}.location-address{font-family:Poppins,sans-serif;font-size:.9rem;color:#616161;flex:1}.remove-button{background-color:#fff5f2;border:1px solid #ffd8cc;color:#f25211;font-size:.8rem;font-family:Poppins,sans-serif;font-weight:500;cursor:pointer;padding:.375rem .625rem;border-radius:999px;transition:all .2s;margin-left:.75rem;margin-top:1rem;white-space:nowrap}.remove-button:hover{background-color:#ffe6dc}.add-another-location{align-self:flex-start;border:1px dashed #f25211;color:#f25211;background:#fff;font-family:Poppins,sans-serif;font-size:.9rem;font-weight:500;border-radius:999px;padding:.45rem .9rem;cursor:pointer}.add-another-location:hover{background:#fff5f2}.location-input-row{display:flex;gap:8px;align-items:flex-end}.location-autocomplete-wrapper{flex:1;min-width:0}.add-location-form{display:flex;flex-direction:column;gap:1rem}.store-location-input{position:relative}.input-location-icon{position:absolute;left:12px;top:47px;z-index:2;font-size:1rem;pointer-events:none}.empty-state{text-align:center;padding:2rem 1rem;background-color:#f5f5f5;border-radius:8px;border:2px dashed #e0e0e0}.empty-text{font-family:Poppins,sans-serif;font-size:1rem;color:#424242;font-weight:500;margin-bottom:.5rem}.empty-hint{font-family:Poppins,sans-serif;font-size:.875rem;color:#9e9e9e}.error-message{font-family:Poppins,sans-serif;background-color:#ffebee;color:#f44336;padding:.75rem 1rem;border-radius:6px;font-size:.875rem;border-left:4px solid #f44336}.continue-helper{margin:-.5rem 0 0;text-align:center;font-family:Poppins,sans-serif;font-size:.82rem;color:#8c8c8c}.pending-location-confirm{background:#fff;border:1px solid #f25211;border-radius:8px;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.75rem;align-items:center}.pending-location-address{font-family:Poppins,sans-serif;font-size:.9rem;font-weight:500;color:#1a2e1a;margin:0}.pending-location-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.cancel-pending-btn{background:none;border:none;font-family:Poppins,sans-serif;font-size:.875rem;color:#6b7280;cursor:pointer;padding:.375rem 0;text-decoration:underline}.cancel-pending-btn:disabled{opacity:.5;cursor:not-allowed}.delivery-coverage-section{display:flex;flex-direction:column;gap:1rem}.delivery-coverage-title{font-size:16px;font-weight:500;color:#374151;margin:0}.delivery-coverage-subtitle{font-family:Poppins,sans-serif;font-size:.875rem;color:#9e9e9e;margin:-.5rem 0 0;line-height:1.55}.delivery-area-input{flex:1;height:44px;padding:0 12px;border:1px solid #d1d5db;border-radius:8px;font-family:Poppins,sans-serif;font-size:.9rem;color:#111827;background:#fff;transition:border-color .2s}.delivery-area-input:focus{outline:none;border-color:#f25211;box-shadow:0 0 0 3px #f252111a}.delivery-add-btn{height:44px;padding:0 18px;border-radius:8px;border:1px solid #f25211;background:#fff;color:#f25211;font-family:Poppins,sans-serif;font-size:.875rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .2s,color .2s}.delivery-add-btn:hover:not(:disabled){background:#f25211;color:#fff}.delivery-add-btn:disabled{opacity:.4;cursor:not-allowed}.delivery-areas-list{display:flex;flex-wrap:wrap;gap:8px}.delivery-area-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:999px;background:#f5f5f5;border:1px solid #e0e0e0;color:#424242;font-family:Poppins,sans-serif;font-size:.82rem;font-weight:600}.delivery-chip-remove{border:none;background:transparent;color:#f25211;font-size:1rem;line-height:1;cursor:pointer;padding:0;display:inline-flex;align-items:center;opacity:.7;transition:opacity .15s}.delivery-chip-remove:hover{opacity:1}.delivery-required-hint{font-family:Poppins,sans-serif;font-size:.8rem;color:#9ca3af;margin:0}@media (max-width: 640px){.store-locations-page{padding:1rem}.locations-content{padding:1.5rem}.locations-title{font-size:1.5rem}.location-address{font-size:.85rem}}.product-thumbnail{position:relative;overflow:hidden;border-radius:8px;background:#f3f4f6;flex-shrink:0}.product-thumbnail.clickable{cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.product-thumbnail.clickable:hover{transform:scale(1.05);box-shadow:0 4px 12px #00000026}.product-thumbnail.sm{width:48px;height:48px}.product-thumbnail.md{width:80px;height:80px}.product-thumbnail.card{width:100%;aspect-ratio:16 / 9}.product-thumbnail.card-sm{width:100%;aspect-ratio:16 / 9;border-radius:6px}.product-thumbnail .thumbnail-image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.product-thumbnail .thumbnail-placeholder{width:100%;height:100%;background:linear-gradient(160deg,#f5f7fa,#ebeef3);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px}.product-thumbnail.card .thumbnail-placeholder,.product-thumbnail.card-sm .thumbnail-placeholder{background:linear-gradient(160deg,#f8f9fb,#edf0f5)}.product-thumbnail.card .thumbnail-placeholder:before{content:"";display:block;width:36px;height:28px;border:2px solid #c8cdd8;border-radius:6px;background:transparent;position:relative}.product-thumbnail.card .thumbnail-placeholder:after{content:"";display:block;width:10px;height:10px;border-radius:50%;border:2px solid #c8cdd8;position:absolute;margin-top:-44px;margin-left:4px}.product-thumbnail .thumbnail-loading{font-size:.75rem;color:#6b7280;font-family:Poppins,sans-serif;font-weight:500;animation:pulse 1.5s ease-in-out infinite}.product-thumbnail .thumbnail-empty{font-size:.72rem;font-weight:600;color:#a0aab8;font-family:Poppins,sans-serif;letter-spacing:.02em;text-transform:uppercase}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.storefront-setup-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#424242;padding:2rem 1rem}.storefront-container{width:100%;max-width:1180px}.storefront-header{text-align:center;margin-bottom:1.75rem}.logo-text{font-family:Black Mango,Poppins,serif;font-size:2.5rem;color:#fff;margin:0}.logo-link{color:inherit;text-decoration:none;cursor:pointer}.logo-link:hover{text-decoration:none;opacity:.85}.storefront-content{background:#fff;border-radius:14px;padding:2rem;box-shadow:0 8px 30px #0003}.storefront-title{font-family:Poppins,sans-serif;font-size:1.8rem;font-weight:600;color:#f25211;margin:0 0 .4rem;text-align:center}.storefront-subtitle{font-family:Poppins,sans-serif;font-size:.95rem;color:#8a8a8a;text-align:center;margin:0 0 1.25rem}.storefront-tabs{margin:0 auto 1.5rem}.storefront-layout{display:grid;grid-template-columns:minmax(320px,2fr) minmax(480px,3fr);gap:1.5rem;align-items:start}.storefront-layout--pricing{grid-template-columns:minmax(0,1fr)}.storefront-layout--pricing .storefront-form{width:100%;max-width:760px;margin:0 auto}.storefront-form{display:flex;flex-direction:column;gap:1rem}.brand-form,.product-form,.csv-upload-section{background:#fafafa;border:1px solid #ececec;border-radius:12px;padding:1rem}.pricing-form{padding:28px 24px 24px;display:flex;flex-direction:column;gap:1.25rem;background:#fafafa;border:1px solid #ececec;border-radius:12px}.brand-form{padding:28px 24px 24px;align-items:flex-start}.marketing-assets-step{gap:16px}.marketing-assets-onboarding-grid{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.marketing-asset-upload-card{background:#fffaf7;border:1px solid #f3d1c2;border-radius:14px;padding:18px;display:flex;flex-direction:column;gap:14px}.marketing-asset-upload-card__header{display:flex;align-items:flex-start;gap:12px}.marketing-asset-upload-card__header h4{margin:0 0 6px;font-family:Poppins,sans-serif;font-size:.98rem;font-weight:600;color:#2f2f2f}.marketing-asset-upload-card__header p{margin:0;font-family:Poppins,sans-serif;font-size:.82rem;line-height:1.55;color:#6d6d6d}.marketing-asset-upload-card__icon{width:40px;height:40px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#fff1e9;border:1px solid #fed7aa;color:#f25211;flex-shrink:0}.marketing-asset-upload-card__pill{display:inline-flex;align-items:center;align-self:flex-start;padding:8px 12px;border-radius:999px;border:1px solid #f3d1c2;background:#fff;font-family:Poppins,sans-serif;font-size:.78rem;font-weight:600;color:#5f6368}.marketing-asset-upload-card__actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.marketing-assets-locked{width:100%;border:1px solid #f4d3c6;border-radius:14px;background:radial-gradient(circle at top right,rgba(242,82,17,.08),transparent 28%),linear-gradient(180deg,#fffaf8,#fff);padding:24px;display:flex;flex-direction:column;gap:14px}.marketing-assets-locked__icon{width:44px;height:44px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#fff1e9;border:1px solid #fed7aa;color:#f25211}.marketing-assets-locked__copy h4{margin:0 0 8px;font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;color:#2f2f2f}.marketing-assets-locked__copy p{margin:0;font-family:Poppins,sans-serif;font-size:.84rem;line-height:1.6;color:#6b7280}.marketing-assets-step__footer{width:100%;display:flex;justify-content:space-between;gap:12px;margin-top:4px}.upload-error{margin:0;font-family:Poppins,sans-serif;font-size:.82rem;color:#c62828}.hidden-upload-input{display:none}.branding-visual-upload{display:flex;flex-direction:column;align-items:flex-start;gap:0}.branding-upload-title{margin:8px 0;font-family:Poppins,sans-serif;font-size:.83rem;font-weight:600;color:#595959}.branding-cover-upload{width:100%;height:92px;border:1px dashed #d9d9d9;border-radius:12px;background:#f5f5f5;background-size:cover;background-position:center;font-family:Poppins,sans-serif;color:#6d6d6d;font-size:.92rem;font-weight:600;display:flex;align-items:center;justify-content:center;cursor:pointer;margin-bottom:24px}.branding-cover-upload.has-image{border-style:solid;border-color:#ececec}.branding-remove-cover{margin-top:0;margin-bottom:20px;border:0;background:transparent;color:#6b7280;font-family:Poppins,sans-serif;font-size:.78rem;cursor:pointer;text-decoration:underline}.branding-reposition-cover{margin-top:0;margin-bottom:20px;margin-left:12px;border:0;background:transparent;color:#f97316;font-family:Poppins,sans-serif;font-size:.78rem;cursor:pointer;text-decoration:underline}.branding-reposition-done{margin-top:0;margin-bottom:20px;margin-left:8px;border:0;background:#f97316;color:#fff;font-family:Poppins,sans-serif;font-size:.78rem;font-weight:600;cursor:pointer;padding:4px 14px;border-radius:20px}.branding-cover-upload.is-repositioning{cursor:grab;-webkit-user-select:none;user-select:none}.branding-cover-upload.is-repositioning:active{cursor:grabbing}.cover-color-picker-group{width:100%;margin-top:0}.cover-color-label{margin:0 0 8px;font-family:Poppins,sans-serif;font-size:.82rem;color:#595959;font-weight:500}.cover-swatch-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.cover-swatch{width:24px;height:24px;border-radius:999px;border:1px solid #d1d5db;cursor:pointer}.cover-swatch.active{box-shadow:0 0 0 2px #f25211;border-color:#f25211}.cover-custom-color{display:inline-flex;align-items:center;gap:8px;font-family:Poppins,sans-serif;font-size:.78rem;color:#666}.cover-custom-color input[type=color]{width:30px;height:24px;border:0;background:transparent;padding:0;cursor:pointer}.cover-style-controls{margin-top:5px;margin-bottom:5px;width:100%}.cover-style-controls-image{margin-top:0;margin-bottom:10px}.cover-control-label{margin:8px 0;font-family:Poppins,sans-serif;font-size:.8rem;font-weight:600;color:#5f6368}.cover-segmented{display:inline-flex;gap:6px;padding:4px;border-radius:999px;background:#f3f4f6}.cover-segment-btn{border:0;background:transparent;color:#4b5563;border-radius:999px;padding:7px 12px;font-family:Poppins,sans-serif;font-size:.78rem;font-weight:600;cursor:pointer}.cover-segment-btn.active{background:#f25211;color:#fff}.gradient-direction-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:8px}.gradient-direction-btn{border:1px solid #e5e7eb;background:#fff;border-radius:10px;padding:8px;display:flex;flex-direction:column;align-items:center;gap:6px;font-family:Poppins,sans-serif;font-size:.72rem;color:#5f6368;cursor:pointer}.gradient-direction-btn:hover:not(.active){border-color:#f97316;background:#fff7f3}.gradient-direction-btn.active{border-color:#f25211;box-shadow:0 0 0 1px #f25211}.gradient-direction-thumb{width:56px;height:36px;border-radius:7px;border:1px solid #e5e7eb;display:block}.branding-logo-upload{width:64px;height:64px;border-radius:50%;border:1px dashed #d7d7d7;background:#f3f3f3;display:flex;align-items:center;justify-content:center;overflow:hidden;cursor:pointer;color:#7a7a7a;font-family:Poppins,sans-serif;font-size:.68rem;font-weight:600;text-align:center;padding:0 6px;margin-bottom:12px}.branding-logo-upload img{width:100%;height:100%;object-fit:cover}.brand-form .mm-input-wrapper{width:100%}.brand-form .mm-input-label{margin:12px 0 8px;font-family:Poppins,sans-serif;font-size:.83rem;font-weight:600;color:#595959}.brand-form .mm-input{padding:0!important}.brand-form .mm-button{margin-top:32px;align-self:stretch}.storefront-setup-page .form-section-title{font-family:Poppins,sans-serif;font-size:1.05rem;font-weight:600;color:#333;margin:0 0 10px}.storefront-setup-page .section-helper-text{margin:4px 0;font-family:Poppins,sans-serif;font-size:.82rem;color:#7a7a7a}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-row>*{min-width:0}.product-form .form-row .mm-select-wrapper .mm-select-label{margin-top:12px}.form-actions{display:flex;flex-direction:column;gap:.7rem;margin-top:.9rem}.image-upload-progress{margin:.1rem 0 0;font-family:Poppins,sans-serif;font-size:.78rem;font-weight:500;color:#6b7280;text-align:center}.product-image-upload{margin-top:8px}.product-image-label{margin:12px 0 8px;font-family:Poppins,sans-serif;font-size:.82rem;font-weight:600;color:#595959}.product-image-actions{display:flex;gap:10px;align-items:center}.product-image-trigger,.product-image-remove{border:1px solid #d9d9d9;background:#fff;color:#4b5563;border-radius:8px;padding:7px 11px;font-family:Poppins,sans-serif;font-size:.78rem;font-weight:600;cursor:pointer}.product-image-trigger:hover,.product-image-remove:hover{border-color:#f25211;color:#f25211}.product-image-preview{display:block;margin-top:10px;width:72px;height:72px;border-radius:10px;object-fit:cover;border:1px solid #e5e7eb}.product-entry-modes{display:inline-flex;gap:.45rem;padding:4px;border-radius:10px;background:#f3f4f6;width:fit-content}.entry-mode-btn{border:0;background:transparent;color:#4b5563;border-radius:8px;padding:.5rem .85rem;font-family:Poppins,sans-serif;font-size:.85rem;font-weight:600;cursor:pointer}.entry-mode-btn.active{background:#f25211;color:#fff}.csv-guide-toggle{background:#fff;border:1px solid #e0e0e0;padding:.7rem .9rem;border-radius:8px;cursor:pointer;font-size:.85rem;color:#424242;width:100%;text-align:left;margin-bottom:.85rem}.csv-guide{background:#fff;padding:1rem;border-radius:8px;margin-bottom:1rem;border:1px solid #e7e7e7}.csv-guide-section{margin-bottom:.8rem}.csv-guide-section:last-child{margin-bottom:0}.csv-guide-section h4{font-size:.86rem;font-weight:600;color:#424242;margin:0 0 .5rem}.csv-values{display:flex;flex-wrap:wrap;gap:.45rem}.csv-value{background:#f5f5f5;padding:.2rem .65rem;border-radius:999px;font-size:.76rem;color:#424242;border:1px solid #ececec}.csv-input{display:none}.csv-label{display:inline-flex;width:100%;justify-content:center;padding:.75rem 1rem;background-color:#fff;border:1px solid #f25211;color:#f25211;border-radius:8px;cursor:pointer;font-family:Poppins,sans-serif;font-size:.88rem;font-weight:600}.csv-label.disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.csv-upload-status{margin:.75rem 0 0;font-family:Poppins,sans-serif;font-size:.84rem;font-weight:500;color:#5a5a5a}.csv-summary{margin-top:.9rem;padding:.85rem;border-radius:8px;border:1px solid #e8e8e8;background:#fff}.csv-summary-head{margin:0;font-family:Poppins,sans-serif;font-size:.86rem;font-weight:600;color:#3f3f3f}.csv-failures{margin:.6rem 0 0;padding-left:1.1rem;font-family:Poppins,sans-serif;font-size:.8rem;color:#5a5a5a}.products-list{margin-top:.35rem}.list-title{font-size:1.02rem;font-weight:600;color:#424242;margin-bottom:.85rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.9rem;margin-bottom:1rem}.product-card{background:#fff;border:1px solid #e9e9e9;border-radius:10px;padding:.9rem;display:flex;flex-direction:column;gap:.7rem}.product-name{font-size:.97rem;font-weight:600;color:#303030;margin:0 0 .2rem}.product-category{font-size:.8rem;color:#f25211;margin:0 0 .35rem;font-weight:500}.product-details,.product-description{font-size:.8rem;color:#626262;margin:0}.product-actions{display:flex;gap:.45rem;justify-content:flex-end}.product-action-button.mm-button{min-width:88px;padding:.45rem .85rem;border-width:1px;font-size:.78rem;font-weight:600;box-shadow:0 1px 2px #0f172a0d}.product-action-button.mm-button:focus-visible{outline:none;box-shadow:0 0 0 3px #f252112e}.product-action-button--edit.mm-button--outline{background:#fff;color:#424242;border-color:#ddd}.product-action-button--edit.mm-button--outline:hover:not(:disabled){background:#f7f7f7;border-color:#c9c9c9}.product-action-button--edit.mm-button--outline:active:not(:disabled){background:#efefef;border-color:#b5b5b5;transform:translateY(1px)}.product-action-button--delete.mm-button--outline{background:#fff7f7;color:#c62828;border-color:#efb3b3}.product-action-button--delete.mm-button--outline:hover:not(:disabled){background:#ffeaea;border-color:#e18484}.product-action-button--delete.mm-button--outline:active:not(:disabled){background:#ffdede;border-color:#d46363;transform:translateY(1px)}.product-action-button--delete.mm-button:focus-visible{box-shadow:0 0 0 3px #dc262624}.product-action-button.mm-button:disabled{opacity:.6;box-shadow:none;transform:none}.empty-state{text-align:center;padding:2rem 1rem;background:#f9f9f9;border-radius:10px;border:1px dashed #ddd}.empty-text{font-size:1rem;color:#424242;margin:0 0 .4rem}.empty-hint{font-size:.85rem;color:#999;margin:0}.error-message{background-color:#ffebee;color:#c62828;padding:.7rem;border-radius:7px;font-size:.85rem;margin-top:.35rem}.storefront-preview-card{border:1px solid #ececec;border-radius:12px;background:#fff;padding:1.1rem;box-shadow:0 2px 10px #0000000d;position:sticky;top:12px}.storefront-preview-card.products-mode{max-height:calc(100vh - 24px);display:flex;flex-direction:column;overflow:hidden;margin-top:60px}.preview-title{margin:0 0 .8rem;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:600;color:#3a3a3a}.preview-helper-text{margin:-.45rem 0 .75rem;font-family:Poppins,sans-serif;font-size:.78rem;color:#7a7a7a;line-height:1.45}.preview-cover{position:relative;height:130px;border-radius:10px;background:linear-gradient(135deg,#f5f5f5,#ebebeb);background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;font-size:.76rem;color:#848484}.preview-logo-floating{position:absolute;left:50%;bottom:0;transform:translate(-50%,50%);width:180px;height:180px;border-radius:50%;border:2px solid #fff;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#fafafa;box-shadow:0 4px 12px #00000024}.preview-logo-floating img{width:100%;height:100%;object-fit:cover}.preview-logo-floating span{font-size:.7rem;color:#8f8f8f}.preview-brand-text{margin-top:.95rem;padding-top:90px;text-align:center}.preview-business-name{margin:0;font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;color:#2f2f2f}.preview-tagline{margin:.25rem 0 0;font-size:.76rem;color:#8a8a8a}.preview-divider{height:1px;background:#efefef;margin:.85rem 0}.preview-products{margin-top:.2rem;display:flex;flex-direction:column;min-height:0;flex:1}.preview-products-title{margin:0 0 .55rem;font-size:.78rem;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.03em}.preview-product-grid{display:grid;grid-template-columns:1fr 1fr;gap:.6rem}.preview-products-scroll{min-height:0;overflow-y:auto;padding-right:2px}.preview-product-card{border:1px solid #eeeeee;border-radius:8px;padding:.5rem;background:#fcfcfc}.preview-product-card .product-thumbnail{margin-bottom:6px}.preview-product-name{margin:0 0 .2rem;font-size:.78rem;font-weight:600;color:#383838}.preview-product-meta{margin:0 0 .2rem;font-size:.72rem;color:#888}.preview-product-price{margin:0;font-size:.78rem;font-weight:700;color:#f25211}.preview-empty-products,.preview-more-products{font-size:.8rem;color:#8a8a8a;padding-top:.35rem}.preview-continue-cta{margin-top:.9rem;padding-top:.85rem;border-top:1px solid #efefef;background:#fff}.products-continue-mobile{display:none}.toast{position:fixed;bottom:2rem;right:2rem;background:#fff;border-radius:8px;padding:1rem 1.5rem;box-shadow:0 4px 12px #00000026;display:flex;align-items:center;gap:1rem;max-width:400px;z-index:1000}.toast-success{border-left:4px solid #4caf50}.toast-error{border-left:4px solid #f44336}.toast-message{flex:1;font-size:.9rem;color:#424242;font-weight:500}.toast-close{background:none;border:none;color:#9e9e9e;font-size:1.2rem;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px}@media (max-width: 1024px){.storefront-layout,.marketing-assets-onboarding-grid{grid-template-columns:1fr}.storefront-preview-card{display:none}.products-continue-mobile{display:block;position:sticky;bottom:10px;z-index:4;margin-top:1rem;padding-top:.5rem;background:linear-gradient(to top,#fff 70%,#fff0)}}@media (max-width: 768px){.storefront-setup-page{padding:1rem}.storefront-content{padding:1.25rem}.form-row,.preview-product-grid{grid-template-columns:1fr}.logo-text{font-size:2rem}.marketing-assets-step__footer{flex-direction:column}.storefront-title{font-size:1.45rem}}.onb-pricing-actions{display:flex;flex-wrap:wrap;gap:.625rem}.onb-pricing-add-btn{padding:.45rem 1rem;border:1px solid #e0e0e0;border-radius:8px;background:#fff;font-family:Poppins,sans-serif;font-size:.83rem;font-weight:500;color:#424242;cursor:pointer;transition:border-color .18s,background .18s}.onb-pricing-add-btn:hover:not(:disabled){border-color:#f25211;background:#fff7f4;color:#f25211}.onb-pricing-add-btn:disabled{opacity:.45;cursor:not-allowed}.onb-pricing-group{display:flex;flex-direction:column;gap:.5rem;padding-top:.75rem;border-top:1px solid #efefef}.onb-pricing-group-label{font-family:Poppins,sans-serif;font-size:.87rem;font-weight:600;color:#424242;margin:0}.onb-pricing-group-hint{font-family:Poppins,sans-serif;font-size:.78rem;color:#b0b0b0;margin:0;line-height:1.4}.onb-pricing-empty{font-family:Poppins,sans-serif;font-size:.82rem;color:#bdbdbd;margin:0}.onb-pricing-list{display:flex;flex-direction:column;gap:.75rem;margin-top:.25rem}.onb-pricing-card-row{display:flex;gap:.75rem;align-items:flex-end;flex-wrap:nowrap;padding:.9rem;border:1px solid #ececec;border-radius:12px;background:#fff}.onb-pricing-field{display:flex;flex-direction:column;gap:.35rem;min-width:0;flex:1 1 auto}.onb-pricing-field--value{flex:0 0 160px;width:160px;max-width:160px}.onb-pricing-select{width:100%;padding:.65rem .75rem;border:1px solid #e0e0e0;border-radius:8px;font-family:Poppins,sans-serif;font-size:.865rem;color:#424242;box-sizing:border-box;background:#fff}.onb-pricing-select:focus{outline:none;border-color:#f25211;box-shadow:0 0 0 3px #f2521114}.onb-pricing-field-label{font-family:Poppins,sans-serif;font-size:.73rem;font-weight:600;color:#8a8a8a;letter-spacing:.02em;text-transform:uppercase}.onb-pricing-card-actions{display:flex;align-items:center;justify-content:flex-end;flex:0 0 auto}.onb-pricing-input{width:100%;padding:.65rem .75rem;border:1px solid #e0e0e0;border-radius:8px;font-family:Poppins,sans-serif;font-size:.865rem;color:#424242;box-sizing:border-box;transition:border-color .18s}.onb-pricing-input:focus{outline:none;border-color:#f25211;box-shadow:0 0 0 3px #f2521114}.onb-pricing-value-wrap{position:relative}.onb-pricing-value-wrap .onb-pricing-input{padding-right:1.8rem}.onb-pricing-suffix{position:absolute;right:.65rem;top:50%;transform:translateY(-50%);color:#9e9e9e;font-size:.85rem;pointer-events:none}.onb-pricing-remove{min-height:40px;padding:.4rem .7rem;border:1px solid #e0e0e0;border-radius:6px;background:none;display:inline-flex;align-items:center;justify-content:center;font-family:Poppins,sans-serif;font-size:.8rem;color:#9e9e9e;cursor:pointer;white-space:nowrap;transition:color .15s,border-color .15s}.onb-pricing-remove:hover{color:#ef4444;border-color:#fca5a5}.onb-pricing-footer{display:flex;flex-direction:column;gap:.625rem;padding-top:1rem;border-top:1px solid #efefef}.onb-pricing-skip{font-family:Poppins,sans-serif;font-size:.8rem;color:#9e9e9e;margin:0;text-align:center}.onb-pricing-skip-btn{background:none;border:none;font:inherit;color:#9e9e9e;text-decoration:underline;cursor:pointer;padding:0}.onb-pricing-skip-btn:hover{color:#616161}@media (max-width: 640px){.onb-pricing-card-row{flex-wrap:wrap}.onb-pricing-field--value{flex:1 1 100%;width:100%;max-width:none}.onb-pricing-card-actions{justify-content:flex-start}}} } .notification-permission-prompt{position:fixed;bottom:20px;right:20px;z-index:1000;max-width:400px;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.notification-permission-content{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;padding:20px;border-left:4px solid #f25211}.notification-permission-header{display:flex;align-items:center;margin-bottom:12px;position:relative}.notification-permission-icon{font-size:24px;margin-right:12px}.notification-permission-header h3{margin:0;font-size:18px;font-weight:600;color:#424242;flex:1}.notification-permission-close{background:none;border:none;font-size:20px;color:#9e9e9e;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:color .2s}.notification-permission-close:hover{color:#424242}.notification-permission-text{margin:0 0 12px;font-size:14px;color:#666;line-height:1.5}.notification-permission-benefits{margin:12px 0;padding:12px;background:#f5f5f5;border-radius:8px}.notification-permission-benefits ul{margin:0;padding:0;list-style:none}.notification-permission-benefits li{font-size:13px;color:#424242;margin:6px 0;line-height:1.4}.notification-permission-actions{display:flex;gap:8px;margin-top:16px}.notification-permission-btn{flex:1;padding:10px 16px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;font-family:Poppins,sans-serif}.notification-permission-btn:disabled{opacity:.6;cursor:not-allowed}.notification-permission-btn-enable{background:#f25211;color:#fff}.notification-permission-btn-enable:hover:not(:disabled){background:#d63f0a;transform:translateY(-2px);box-shadow:0 4px 12px #f252114d}.notification-permission-btn-dismiss{background:#f5f5f5;color:#424242}.notification-permission-btn-dismiss:hover:not(:disabled){background:#e0e0e0}@media (max-width: 600px){.notification-permission-prompt{bottom:10px;right:10px;left:10px;max-width:none}.notification-permission-content{padding:16px}.notification-permission-header h3{font-size:16px}.notification-permission-btn{padding:12px;font-size:13px}}.walkthrough-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;background:#11182785;display:grid;place-items:center;padding:16px}.walkthrough-card{width:min(610px,100%);background:#fff;border-radius:18px;border:1px solid #e5e7eb;box-shadow:0 24px 52px #1118273d;padding:24px;border-top:4px solid #f25211}.walkthrough-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.walkthrough-header-copy{min-width:0}.walkthrough-kicker{margin:0;color:#f25211;font-weight:700;font-size:.74rem;letter-spacing:.08em;text-transform:uppercase}.walkthrough-title{margin:8px 0 4px;color:#111827;font-size:1.45rem;line-height:1.25}.walkthrough-subtitle{margin:0;color:#6b7280;line-height:1.45}.walkthrough-close{border:1px solid #e5e7eb;background:#fff;border-radius:10px;width:34px;height:34px;display:grid;place-items:center;color:#6b7280;cursor:pointer;flex-shrink:0}.walkthrough-progress{display:flex;gap:8px;margin:16px 0}.walkthrough-dot{width:8px;height:8px;border-radius:999px;background:#c5cfdf}.walkthrough-dot.active{width:24px;background:#f25211}.walkthrough-step{border:1px solid #eceff3;border-radius:14px;padding:14px;background:linear-gradient(180deg,#fff,#fafbfc)}.walkthrough-step-title-row{display:flex;align-items:center;gap:10px}.walkthrough-step-icon{width:30px;height:30px;border-radius:10px;background:#fff1e9;color:#f25211;display:grid;place-items:center}.walkthrough-step h3{margin:0;color:#111827;font-size:1.08rem}.walkthrough-step-summary{margin:10px 0 0;color:#4b5563;line-height:1.5}.walkthrough-insights{margin-top:12px;padding:10px 12px;border-radius:10px;background:#f8fafc;border:1px solid #e9eef5}.walkthrough-insights p{margin:0;font-size:.92rem;line-height:1.45;color:#475569}.walkthrough-insights p+p{margin-top:8px}.walkthrough-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.walkthrough-button{border:1px solid transparent;border-radius:10px;padding:10px 14px;font-weight:600;cursor:pointer}.walkthrough-button.secondary{background:#f3f4f6;color:#374151;border-color:#e5e7eb}.walkthrough-button.primary{background:#f25211;color:#fff;border-color:#f25211;margin-left:auto}.walkthrough-step-count{margin:12px 0 0;color:#9ca3af;font-size:.82rem;text-align:right}@media (max-width: 640px){.walkthrough-card{padding:18px;width:100%}.walkthrough-title{font-size:1.22rem}.walkthrough-actions{gap:6px}.walkthrough-button{flex:1 1 calc(50% - 6px);justify-content:center}.walkthrough-button.primary{margin-left:0;flex-basis:100%}}.dashboard-layout{display:flex;min-height:100vh;background-color:#f7f7f8}.dashboard-sidebar{width:260px;background-color:#424242;color:#fff;display:flex;flex-direction:column;position:fixed;height:100vh;left:0;top:0;z-index:100;transition:transform .3s ease}.sidebar-header{padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center}.sidebar-header-actions{display:flex;align-items:center;gap:.5rem}.sidebar-logo{font-family:Black Mango,sans-serif;font-size:1.75rem;color:#f25211;margin:0}.sidebar-logo .logo-mid{color:#fff}.sidebar-close{display:none;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:.25rem}.sidebar-nav{flex:1;padding:1rem 0;overflow-y:auto}.nav-item{width:100%;padding:1rem 1.5rem;background:none;border:none;color:#fffc;font-size:.95rem;cursor:pointer;display:flex;align-items:center;gap:.75rem;transition:all .2s;border-left:3px solid transparent;text-align:left}.nav-item:hover{background-color:#ffffff0d;color:#fff}.nav-item.active{background-color:#f252111a;color:#f25211;border-left-color:#f25211}.nav-icon{font-size:1.25rem}.nav-label{font-weight:500}.sidebar-footer{padding:1rem;border-top:1px solid rgba(255,255,255,.1)}.logout-button{width:100%;padding:1rem 1.5rem;background:none;border:none;color:#fffc;font-size:.95rem;cursor:pointer;display:flex;align-items:center;gap:.75rem;transition:all .2s;border-radius:6px}.logout-button:hover{background-color:#ffffff0d;color:#fff}.dashboard-main{flex:1;margin-left:260px;display:flex;flex-direction:column}.menu-toggle{display:inline-flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;font-size:.9rem;font-weight:600;color:#424242;cursor:pointer;padding:.5rem .75rem;margin-bottom:1rem;display:none}.notification-bell{background:none;border:none;color:#f25211;font-size:1.2rem;cursor:pointer;position:relative;padding:.35rem;transition:transform .2s ease;display:flex;align-items:center;justify-content:center;border-radius:8px}.notification-bell:hover{transform:scale(1.1);background:#ffffff14}.notification-badge{position:absolute;top:-4px;right:-4px;background-color:#f25211;color:#fff;border-radius:50%;width:20px;height:20px;font-size:.7rem;font-weight:700;display:flex;align-items:center;justify-content:center;border:2px solid #424242}.dashboard-content{padding:2rem;flex:1}.dashboard-content .section-card,.dashboard-content .stat-card,.dashboard-content .order-card,.dashboard-content .buyer-order-card,.dashboard-content .rfs-card,.dashboard-content .customer-row-card,.dashboard-content .request-card{border-radius:12px;border:1px solid #eceff3;box-shadow:0 2px 10px #1118270a;transition:box-shadow .18s ease,transform .18s ease,border-color .18s ease}.dashboard-content .rfs-card:hover,.dashboard-content .customer-row-card:hover,.dashboard-content .request-card:hover{box-shadow:0 10px 24px #11182717;transform:translateY(-1px);border-color:#e2e8f0;cursor:pointer}.sidebar-overlay{display:none}@media (max-width: 768px){.dashboard-sidebar{transform:translate(-100%)}.dashboard-sidebar.open{transform:translate(0)}.sidebar-close{display:block}.dashboard-main{margin-left:0}.menu-toggle{display:block}.sidebar-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;z-index:90}.dashboard-content{padding:1rem}}.restaurant-buyer-dashboard{width:100%;display:flex;flex-direction:column;gap:32px;padding-bottom:32px}.restaurant-buyer-dashboard .header-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:12px}.restaurant-buyer-dashboard .dashboard-meta{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.restaurant-buyer-dashboard .dashboard-plan-pill{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 14px;border-radius:999px;background:#f973161f;color:#c2410c;font-size:.8125rem;font-weight:700}.restaurant-buyer-dashboard .dashboard-meta-copy{color:#6b7280;font-size:.9375rem;font-weight:500}.restaurant-buyer-dashboard .btn{min-height:44px;padding:.8rem 1.2rem;border-radius:999px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}.restaurant-buyer-dashboard .btn:hover{transform:translateY(-1px)}.restaurant-buyer-dashboard .btn-primary{background:#f25211;color:#fff;box-shadow:0 12px 24px #f252112e}.restaurant-buyer-dashboard .btn-primary:hover{background:#de4a0f}.restaurant-buyer-dashboard .btn-secondary{background:#fff;color:#1f2937;border-color:#e5e7eb}.restaurant-buyer-dashboard .btn-secondary:hover{border-color:#f2521159;color:#fff;background:#fff;box-shadow:0 8px 20px #f2521124;transform:translateY(-1px)}.restaurant-buyer-dashboard .dashboard-section{display:flex;flex-direction:column;gap:18px}.restaurant-buyer-dashboard .dashboard-section__header{display:flex;flex-direction:column;gap:6px}.restaurant-buyer-dashboard .dashboard-section__header--split{flex-direction:row;align-items:flex-end;justify-content:space-between;gap:16px}.restaurant-buyer-dashboard .dashboard-section__eyebrow{font-size:.75rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#f97316}.restaurant-buyer-dashboard .dashboard-section__title{margin:0;color:#111827;font-size:clamp(1rem,2vw,1rem);line-height:1.1;font-weight:700}.restaurant-buyer-dashboard .dashboard-section__description{margin:0;max-width:760px;color:#6b7280;font-size:.98rem;line-height:1.55}.restaurant-buyer-dashboard .dashboard-link-button{min-height:44px;border:none;border-radius:999px;background:#f25211;color:#fff;padding:0 18px;font-size:.92rem;font-weight:700;cursor:pointer;box-shadow:0 14px 24px #f252112e;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;position:relative;z-index:1}.restaurant-buyer-dashboard .dashboard-link-button:hover{transform:translateY(-1px);background:#de4a0f}.restaurant-buyer-dashboard .dashboard-link-button--ghost{background:#fff;color:#c2410c;box-shadow:none;border-color:#c2410c;border:1px solid rgba(249,115,22,.18)}.restaurant-buyer-dashboard .dashboard-link-button--ghost:hover{background:#f9731624}.restaurant-buyer-dashboard .attention-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:18px;align-items:center;padding:24px 26px;border-radius:24px;border:1px solid rgba(249,115,22,.22);background:linear-gradient(135deg,#fff7edf5,#fffffffa);box-shadow:0 24px 44px #0f172a12;isolation:isolate}.restaurant-buyer-dashboard .attention-card--clear{border-color:#10b9812e;background:linear-gradient(135deg,#f8fafcfa,#fffffffa)}.restaurant-buyer-dashboard .attention-card__icon{width:54px;height:54px;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;background:#f973161f}.restaurant-buyer-dashboard .attention-card--clear .attention-card__icon{background:#10b9811f}.restaurant-buyer-dashboard .attention-card__label{display:inline-block;color:#c2410c;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.restaurant-buyer-dashboard .attention-card__meta{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:8px}.restaurant-buyer-dashboard .attention-card__badge{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 10px;border-radius:999px;background:#f973161a;color:#c2410c;font-size:.78rem;font-weight:700;letter-spacing:.02em}.restaurant-buyer-dashboard .attention-card--clear .attention-card__badge{background:#10b9811a;color:#047857}.restaurant-buyer-dashboard .attention-card--clear .attention-card__label{color:#047857}.restaurant-buyer-dashboard .attention-card__title{margin:0;color:#111827;font-size:16px;line-height:1.15;font-weight:500}.restaurant-buyer-dashboard .attention-card__message{margin:8px 0 0;color:#4b5563;font-size:14px;line-height:1.6}.restaurant-buyer-dashboard .snapshot-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.restaurant-buyer-dashboard .metric-card{min-height:176px;padding:22px 22px 20px;border-radius:22px;border:1px solid #eceff3;background:#fff;box-shadow:0 16px 32px #0f172a0d;display:flex;flex-direction:column;justify-content:space-between;gap:12px}.restaurant-buyer-dashboard .metric-card--primary{background:linear-gradient(180deg,#fff,#faf7f3)}.restaurant-buyer-dashboard .metric-card--accent{border-color:#f9731642;background:linear-gradient(180deg,#fff,#fff7edcc)}.restaurant-buyer-dashboard .metric-card__label{color:#6b7280;font-size:.83rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.restaurant-buyer-dashboard .metric-card__value{color:#111827;font-size:clamp(1.5rem,2.2vw,1rem);line-height:1;font-weight:700}.restaurant-buyer-dashboard .metric-card__value--copy{font-size:clamp(1rem,1.6vw,1rem);font-weight:500;line-height:1.35}.restaurant-buyer-dashboard .metric-card__hint{margin:0;color:#6b7280;font-size:.92rem;line-height:1.55}.restaurant-buyer-dashboard .metric-card__cta{align-self:flex-start;min-height:40px;margin-top:auto;border:1px solid rgba(249,115,22,.18);border-radius:999px;background:#fff;color:#c2410c;padding:0 14px;font-size:.88rem;font-weight:700;cursor:pointer;transition:transform .2s ease,background .2s ease,border-color .2s ease}.restaurant-buyer-dashboard .metric-card__cta:hover{transform:translateY(-1px);background:#f973161f;border-color:#f9731647}.restaurant-buyer-dashboard .suppliers-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.restaurant-buyer-dashboard .supplier-card{display:flex;flex-direction:column;gap:18px;padding:22px;border-radius:24px;border:1px solid #eceff3;background:#fff;box-shadow:0 18px 36px #0f172a0d}.restaurant-buyer-dashboard .supplier-card__top{display:flex;align-items:flex-start;gap:16px}.restaurant-buyer-dashboard .supplier-card__logo,.restaurant-buyer-dashboard .supplier-card__logo img,.restaurant-buyer-dashboard .supplier-card__logo-initial{width:56px;height:56px;border-radius:18px;flex-shrink:0}.restaurant-buyer-dashboard .supplier-card__logo{overflow:hidden;border:1px solid #e5e7eb;background:#fff;display:flex;align-items:center;justify-content:center}.restaurant-buyer-dashboard .supplier-card__logo img{object-fit:cover}.restaurant-buyer-dashboard .supplier-card__logo-initial{display:inline-flex;align-items:center;justify-content:center;background:#f973161f;color:#c2410c;font-size:1.05rem;font-weight:700}.restaurant-buyer-dashboard .supplier-card__identity{display:flex;flex-direction:column;gap:8px;min-width:0}.restaurant-buyer-dashboard .supplier-card__identity h3{margin:0;color:#111827;font-size:1.05rem;line-height:1.3;font-weight:700}.restaurant-buyer-dashboard .supplier-card__location{display:inline-flex;align-items:center;gap:8px;margin:0;color:#6b7280;font-size:.92rem}.restaurant-buyer-dashboard .supplier-card__signal{margin:0;color:#9a3412;font-size:.84rem;font-weight:600}.restaurant-buyer-dashboard .supplier-card__tags{display:flex;flex-wrap:wrap;gap:8px}.restaurant-buyer-dashboard .supplier-card__tag{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;background:#f8fafc;color:#475569;font-size:.82rem;font-weight:600}.restaurant-buyer-dashboard .supplier-card__actions{display:flex;flex-wrap:wrap;gap:10px}.restaurant-buyer-dashboard .supplier-card__action{min-height:42px;border-radius:999px;padding:0 14px;border:1px solid transparent;font-size:.9rem;font-weight:700;cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease}.restaurant-buyer-dashboard .supplier-card__action:hover{transform:translateY(-1px)}.restaurant-buyer-dashboard .supplier-card__action--ghost{background:#fff;border-color:#e5e7eb;color:#374151}.restaurant-buyer-dashboard .supplier-card__action--ghost:hover{border-color:#f97316;color:#c2410c;background:#fff7f3}.restaurant-buyer-dashboard .supplier-card__action--primary{background:#f25211;color:#fff;box-shadow:0 12px 24px #f2521129}.restaurant-buyer-dashboard .supplier-card__action--primary:hover{background:#de4a0f}.restaurant-buyer-dashboard .pending-suppliers{display:flex;flex-direction:column;gap:14px;margin-top:2px}.restaurant-buyer-dashboard .pending-suppliers__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.restaurant-buyer-dashboard .pending-suppliers__label{color:#6b7280;font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.restaurant-buyer-dashboard .pending-suppliers__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px}.restaurant-buyer-dashboard .pending-supplier-card{display:flex;align-items:center;gap:14px;padding:16px;border-radius:20px;border:1px dashed rgba(249,115,22,.32);background:#fff7edb8}.restaurant-buyer-dashboard .pending-supplier-card__logo,.restaurant-buyer-dashboard .pending-supplier-card__logo img{width:46px;height:46px;border-radius:16px;flex-shrink:0}.restaurant-buyer-dashboard .pending-supplier-card__logo{overflow:hidden;border:1px solid rgba(249,115,22,.16);display:flex;align-items:center;justify-content:center;background:#fff}.restaurant-buyer-dashboard .pending-supplier-card__logo img{object-fit:cover}.restaurant-buyer-dashboard .pending-supplier-card__body{display:flex;flex-direction:column;gap:4px;min-width:0}.restaurant-buyer-dashboard .pending-supplier-card__body strong{color:#111827;font-size:.96rem}.restaurant-buyer-dashboard .pending-supplier-card__body span{color:#6b7280;font-size:.88rem}.restaurant-buyer-dashboard .pending-supplier-card__badge{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 12px;border-radius:999px;background:#f9731624;color:#c2410c;font-size:.8rem;font-weight:700}.restaurant-buyer-dashboard .recent-orders-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.restaurant-buyer-dashboard .recent-order-card{display:flex;flex-direction:column;gap:16px;padding:22px;border-radius:24px;border:1px solid #eceff3;background:#fff;box-shadow:0 18px 36px #0f172a0d}.restaurant-buyer-dashboard .recent-order-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.restaurant-buyer-dashboard .recent-order-card__identity{display:flex;flex-direction:column;gap:6px}.restaurant-buyer-dashboard .recent-order-card__identity h3{margin:0;color:#111827;font-size:1.04rem;line-height:1.3;font-weight:700}.restaurant-buyer-dashboard .recent-order-card__identity p{margin:0;color:#6b7280;font-size:.92rem}.restaurant-buyer-dashboard .recent-order-card__meta{display:flex;flex-direction:column;align-items:flex-end;gap:10px}.restaurant-buyer-dashboard .recent-order-card__amount{color:#111827;font-size:1.02rem;font-weight:700}.restaurant-buyer-dashboard .recent-order-card__status{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 12px;border-radius:999px;font-size:.8rem;font-weight:700}.restaurant-buyer-dashboard .recent-order-card__status--pending{background:#f973161f;color:#c2410c}.restaurant-buyer-dashboard .recent-order-card__status--active{background:#2563eb1f;color:#1d4ed8}.restaurant-buyer-dashboard .recent-order-card__status--complete{background:#10b9811f;color:#047857}.restaurant-buyer-dashboard .recent-order-card__status--cancelled{background:#ef44441f;color:#b91c1c}.restaurant-buyer-dashboard .recent-order-card__details{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#6b7280;font-size:.88rem}.restaurant-buyer-dashboard .recent-order-card__actions{display:flex;flex-wrap:wrap;gap:10px}.restaurant-buyer-dashboard .recent-order-card__action{min-height:42px;border-radius:999px;padding:0 14px;border:1px solid transparent;font-size:.9rem;font-weight:700;cursor:pointer}.restaurant-buyer-dashboard .recent-order-card__action--ghost{background:#fff;border-color:#e5e7eb;color:#374151}.restaurant-buyer-dashboard .recent-order-card__action--ghost:hover{background:#fff7f3;border-color:#f97316;color:#c2410c}.restaurant-buyer-dashboard .recent-order-card__action--primary{background:#f973161f;color:#c2410c}.restaurant-buyer-dashboard .market-insight-card{display:flex;align-items:center;gap:20px;padding:24px 26px;border-radius:24px;border:1px solid rgba(249,115,22,.18);background:linear-gradient(135deg,#fff7edeb,#fffffffa);box-shadow:0 22px 40px #0f172a0f}.restaurant-buyer-dashboard .market-insight-card__empty{width:100%;display:flex;align-items:center;justify-content:space-between;gap:18px}.restaurant-buyer-dashboard .market-insight-card__icon{width:54px;height:54px;border-radius:18px;background:#f973161f;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.restaurant-buyer-dashboard .market-insight-card__content{display:flex;flex-direction:column;gap:8px;min-width:0}.restaurant-buyer-dashboard .market-insight-card__label{color:#c2410c;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.restaurant-buyer-dashboard .market-insight-card__content h3{margin:0;color:#111827;font-size:16px;line-height:1.3;font-weight:700}.restaurant-buyer-dashboard .market-insight-card__content p{margin:0;color:#4b5563;font-size:.95rem;line-height:1.6}.restaurant-buyer-dashboard .smart-actions-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.restaurant-buyer-dashboard .smart-action-card{min-height:196px;display:flex;flex-direction:column;align-items:flex-start;gap:16px;padding:22px;border-radius:24px;border:1px solid #eceff3;background:linear-gradient(180deg,#fff,#fbfbfb);box-shadow:0 18px 36px #0f172a0d;cursor:pointer;text-align:left;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.restaurant-buyer-dashboard .smart-action-card:hover{transform:translateY(-2px);border-color:#f973163d;box-shadow:0 24px 40px #0f172a14}.restaurant-buyer-dashboard .smart-action-card--priority{border-color:#f9731657;background:linear-gradient(180deg,#fff7edf5,#fff);box-shadow:0 24px 42px #0f172a14,0 0 0 1px #f973160d}.restaurant-buyer-dashboard .smart-action-card__icon{width:48px;height:48px;border-radius:16px;background:#f973161a;display:inline-flex;align-items:center;justify-content:center}.restaurant-buyer-dashboard .smart-action-card--priority .smart-action-card__icon{background:#f9731624}.restaurant-buyer-dashboard .smart-action-card__content{display:flex;flex-direction:column;gap:8px}.restaurant-buyer-dashboard .smart-action-card__title{color:#111827;font-size:1.02rem;line-height:1.3;font-weight:700}.restaurant-buyer-dashboard .smart-action-card__description{color:#6b7280;font-size:.93rem;line-height:1.55}.restaurant-buyer-dashboard .smart-action-card__cta{margin-top:auto;color:#c2410c;font-size:.9rem;font-weight:700}.restaurant-buyer-dashboard .buyer-growth-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;padding:28px;border-radius:28px;border:1px solid rgba(249,115,22,.16);background:radial-gradient(circle at top left,rgba(255,255,255,.24),transparent 38%),linear-gradient(135deg,#1f2937,#2d3748 48%,#f97316);box-shadow:0 26px 44px #0f172a24}.restaurant-buyer-dashboard .buyer-growth-card__content{display:flex;flex-direction:column;gap:10px}.restaurant-buyer-dashboard .buyer-growth-card__label{color:#ffffffd1;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.restaurant-buyer-dashboard .buyer-growth-card__content h3{margin:0;color:#f25211;font-size:1.55rem;line-height:1.15;font-weight:700}.restaurant-buyer-dashboard .buyer-growth-card__content p{margin:0;color:#ffffffd1;font-size:.98rem;line-height:1.65;max-width:660px}.restaurant-buyer-dashboard .buyer-growth-card__ideas{display:flex;flex-wrap:wrap;gap:12px;margin-top:4px}.restaurant-buyer-dashboard .buyer-growth-card__ideas span{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 14px;border-radius:999px;background:#ffffff24;color:#fff;font-size:.88rem;font-weight:600}.restaurant-buyer-dashboard .buyer-growth-card__cta{min-width:190px;min-height:48px;border:none;border-radius:999px;padding:0 18px;background:#fff;color:#c2410c;font-size:.95rem;font-weight:700;cursor:pointer;box-shadow:0 14px 24px #0f172a2e}.restaurant-buyer-dashboard .dashboard-empty-state{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.restaurant-buyer-dashboard .dashboard-empty-state--panel{padding:24px;border-radius:24px;border:1px dashed #d8dde5;background:#f8fafc}.restaurant-buyer-dashboard .dashboard-empty-state__title{margin:0;color:#111827;font-size:1rem;font-weight:700}.restaurant-buyer-dashboard .dashboard-empty-state__hint{margin:0;color:#6b7280;font-size:.94rem;line-height:1.6;max-width:640px}.restaurant-buyer-dashboard .dashboard-empty-state__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}@media (max-width: 1180px){.restaurant-buyer-dashboard .snapshot-grid,.restaurant-buyer-dashboard .suppliers-grid,.restaurant-buyer-dashboard .recent-orders-grid,.restaurant-buyer-dashboard .smart-actions-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 900px){.restaurant-buyer-dashboard{gap:28px}.restaurant-buyer-dashboard .dashboard-section__header--split,.restaurant-buyer-dashboard .attention-card,.restaurant-buyer-dashboard .market-insight-card,.restaurant-buyer-dashboard .market-insight-card__empty,.restaurant-buyer-dashboard .buyer-growth-card{grid-template-columns:1fr;flex-direction:column;align-items:flex-start}.restaurant-buyer-dashboard .snapshot-grid,.restaurant-buyer-dashboard .suppliers-grid,.restaurant-buyer-dashboard .recent-orders-grid,.restaurant-buyer-dashboard .smart-actions-grid{grid-template-columns:1fr}.restaurant-buyer-dashboard .buyer-growth-card__cta,.restaurant-buyer-dashboard .dashboard-link-button{width:100%;justify-content:center}}@media (max-width: 640px){.restaurant-buyer-dashboard .header-actions,.restaurant-buyer-dashboard .dashboard-empty-state__actions,.restaurant-buyer-dashboard .supplier-card__actions,.restaurant-buyer-dashboard .recent-order-card__actions,.restaurant-buyer-dashboard .header-actions .btn,.restaurant-buyer-dashboard .dashboard-empty-state__actions .btn,.restaurant-buyer-dashboard .supplier-card__action,.restaurant-buyer-dashboard .recent-order-card__action{width:100%}.restaurant-buyer-dashboard .attention-card,.restaurant-buyer-dashboard .metric-card,.restaurant-buyer-dashboard .supplier-card,.restaurant-buyer-dashboard .recent-order-card,.restaurant-buyer-dashboard .market-insight-card,.restaurant-buyer-dashboard .smart-action-card,.restaurant-buyer-dashboard .buyer-growth-card,.restaurant-buyer-dashboard .dashboard-empty-state--panel{padding-left:18px;padding-right:18px}.restaurant-buyer-dashboard .recent-order-card__top{flex-direction:column;align-items:flex-start}.restaurant-buyer-dashboard .recent-order-card__meta{align-items:flex-start}}.storefront-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:9999;padding:24px;animation:fadeIn .2s ease-out;overflow-y:auto}.storefront-modal-card{background:#fff;border-radius:16px;max-width:500px;width:100%;padding:20px 24px 16px;box-shadow:0 20px 60px #0000004d;animation:modalSlideIn .3s ease-out;margin:auto}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-header-center{text-align:center;margin-bottom:10px}.modal-icon{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 8px;font-size:24px;font-weight:700}.modal-icon.success{background:#dcfce7;color:#16a34a}.modal-icon.error{background:#fee2e2;color:#dc2626}.modal-title{font-size:22px;font-weight:700;color:#424242;margin:0}.modal-body{margin-bottom:12px}.modal-message{font-size:15px;color:#666;line-height:1.5;margin:0;text-align:center}.modal-message.error{color:#dc2626}.modal-actions{display:flex;gap:12px;justify-content:center!important;margin-top:2px;flex-wrap:wrap}.modal-actions .btn{min-width:120px;padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease}.modal-actions .btn-primary{background-color:#f25211;color:#fff}.modal-actions .btn-primary:hover{background-color:#d9470e;box-shadow:0 4px 12px #f252114d}.modal-actions .btn-secondary{background-color:#f0f0f0;color:#424242;border:1px solid #e0e0e0}.modal-actions .btn-secondary:hover{background-color:#e8e8e8}@media (max-width: 640px){.storefront-modal-card{padding:24px;max-width:calc(100% - 32px)}.modal-title{font-size:20px}.modal-message{font-size:14px}.modal-actions{flex-direction:column}.modal-actions .btn{width:100%}}.supplier-dashboard{--dashboard-accent: #f25211;--dashboard-accent-deep: #cf4510;--dashboard-ink: #111827;--dashboard-copy: #4b5563;--dashboard-muted: #8b95a7;--dashboard-line: rgba(226, 232, 240, .9);--dashboard-surface: #ffffff;--dashboard-surface-soft: linear-gradient(180deg, #fffdf9 0%, #fff6ef 100%);--dashboard-warning: linear-gradient(180deg, #fff8f3 0%, #ffefe4 100%);width:100%}.supplier-dashboard .header-actions{display:flex;align-items:center;gap:12px;justify-content:flex-end}.supplier-dashboard .btn{padding:.75rem 1.2rem;border:none;border-radius:999px;font-size:.95rem;font-weight:600;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.supplier-dashboard .btn:hover{transform:translateY(-1px)}.supplier-dashboard .btn-primary{background:linear-gradient(135deg,#f25211,#ff7a1a);color:#fff;box-shadow:0 12px 24px #f252112e}.supplier-dashboard .btn-primary:hover{box-shadow:0 14px 28px #f2521138}.supplier-dashboard .btn-secondary{background:#f25211;color:#fff;border:1px solid rgba(229,231,235,.9);box-shadow:0 8px 20px #0f172a0d}.supplier-dashboard .btn-secondary:hover{background:#fff;border-color:#f2521159;color:#fff;box-shadow:0 8px 20px #f2521124;transform:translateY(-1px)}.supplier-dashboard .dashboard-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.supplier-dashboard .dashboard-plan-pill{display:inline-flex;align-items:center;padding:.35rem .75rem;border-radius:999px;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;background:#eef2f7;color:#475569}.supplier-dashboard .dashboard-plan-pill--plus{background:#fff0e3;color:var(--dashboard-accent-deep)}.supplier-dashboard .dashboard-meta-copy{font-size:.875rem;color:var(--dashboard-copy)}.supplier-dashboard .dashboard-section{display:flex;flex-direction:column;gap:18px}.supplier-dashboard .dashboard-section__header{display:flex;flex-direction:column;gap:6px}.supplier-dashboard .dashboard-section__header--split{flex-direction:row;align-items:flex-end;justify-content:space-between;gap:16px}.supplier-dashboard .dashboard-section__eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#f97316}.supplier-dashboard .dashboard-section__title{margin:0;font-size:1rem;font-weight:700;color:var(--dashboard-ink)}.supplier-dashboard .dashboard-section__description{margin:0;font-size:.95rem;line-height:1.6;color:var(--dashboard-copy);max-width:760px}.supplier-dashboard .dashboard-link-button{border:none;background:linear-gradient(135deg,#f25211,#ff7a1a);color:#fff;border-radius:999px;padding:.75rem 1.15rem;font-size:.9rem;font-weight:600;cursor:pointer;box-shadow:0 12px 24px #f2521129;transition:transform .18s ease,box-shadow .18s ease;position:relative;z-index:1}.supplier-dashboard .dashboard-link-button:hover{transform:translateY(-1px);box-shadow:0 14px 30px #f2521133}.supplier-dashboard .dashboard-link-button--ghost{background:#fff;color:var(--dashboard-accent-deep);border:1px solid rgba(252,211,182,.9);box-shadow:none}.supplier-dashboard .dashboard-link-button--ghost:hover{background:#fff}.supplier-dashboard .attention-card{position:relative;overflow:hidden;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;padding:28px 30px;border-radius:28px;border:1px solid rgba(244,199,164,.8);background:linear-gradient(180deg,#fff,#fffaf5);box-shadow:0 18px 40px #0f172a14;isolation:isolate}.supplier-dashboard .attention-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#f252111f,#f252110a 34%,#f2521100 74%);opacity:0;pointer-events:none}.supplier-dashboard .attention-card:after{content:"";position:absolute;inset:auto -60px -100px auto;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,#f2521129,#f2521112 38%,#f2521100 72%);pointer-events:none}.supplier-dashboard .attention-card--urgent{border-color:#f2521147;background:linear-gradient(135deg,#fffaf4,#fff1e5 48%,#fff);box-shadow:0 22px 46px #f252111f}.supplier-dashboard .attention-card--urgent:before{opacity:1}.supplier-dashboard .attention-card--clear{border-color:#d1d5dbe6;background:#fff}.supplier-dashboard .attention-card__icon{width:60px;height:60px;border-radius:20px;display:inline-flex;align-items:center;justify-content:center;background:#ffffffbd;box-shadow:inset 0 0 0 1px #ffffff8c}.supplier-dashboard .attention-card--urgent .attention-card__icon{background:linear-gradient(180deg,#fffffff5,#fff4ecf5);box-shadow:inset 0 0 0 1px #f252111f}.supplier-dashboard .attention-card__content{position:relative;z-index:1}.supplier-dashboard .attention-card__label{display:inline-flex;margin-bottom:8px;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--dashboard-accent-deep)}.supplier-dashboard .attention-card__title{margin:0 0 6px;font-size:16px;font-weight:500;line-height:1.1;color:var(--dashboard-ink)}.supplier-dashboard .attention-card__message{margin:0;font-size:14px;color:var(--dashboard-copy)}.supplier-dashboard .attention-alert-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.supplier-dashboard .attention-alert{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;width:100%;padding:18px 20px;border-radius:20px;border:1px solid rgba(244,199,164,.9);background:var(--dashboard-warning);text-align:left;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.supplier-dashboard .attention-alert--stripe{position:relative;overflow:hidden;grid-column:1 / -1;border:1px solid rgba(249,115,22,.16);background:radial-gradient(circle at top left,rgba(255,255,255,.24),transparent 38%),linear-gradient(135deg,#1f2937,#2d3748 48%,#f97316);box-shadow:0 22px 40px #0f172a29;padding:24px}.supplier-dashboard .attention-alert--stripe:after{content:"";position:absolute;right:-80px;bottom:-120px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,#fff3,#fff0 68%);pointer-events:none}.supplier-dashboard .attention-alert:hover{transform:translateY(-2px);box-shadow:0 14px 28px #f252111f}.supplier-dashboard .attention-alert--stripe:hover{box-shadow:0 24px 46px #0f172a33}.supplier-dashboard .attention-alert__icon{width:42px;height:42px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:#ffffffd6}.supplier-dashboard .attention-alert--stripe .attention-alert__icon{background:#ffffff1f;border:1px solid rgba(255,255,255,.24);color:#fff}.supplier-dashboard .attention-alert__label{display:inline-flex;margin-bottom:8px;color:#ffffffd1;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.supplier-dashboard .attention-alert__body h3{margin:0 0 4px;font-size:1rem;color:var(--dashboard-ink)}.supplier-dashboard .attention-alert--stripe .attention-alert__body h3{color:#f25211;font-size:1.35rem;margin-bottom:8px}.supplier-dashboard .attention-alert__body p{margin:0;font-size:.9rem;line-height:1.55;color:var(--dashboard-copy)}.supplier-dashboard .attention-alert--stripe .attention-alert__body p{color:#ffffffdb;font-size:.95rem;max-width:700px}.supplier-dashboard .attention-alert__ideas{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.supplier-dashboard .attention-alert__ideas span{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:0 12px;border-radius:999px;background:#ffffff24;color:#fff;font-size:.83rem;font-weight:600}.supplier-dashboard .attention-alert__cta{font-size:.85rem;font-weight:700;color:var(--dashboard-accent-deep);white-space:nowrap}.supplier-dashboard .attention-alert--stripe .attention-alert__cta{color:#c2410c;background:#fff;min-height:42px;padding:0 16px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 12px 22px #0f172a33}.supplier-dashboard .snapshot-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.supplier-dashboard .metric-card{display:flex;flex-direction:column;justify-content:space-between;gap:12px;min-height:176px;padding:22px 22px 20px;border-radius:22px;background:var(--dashboard-surface);border:1px solid var(--dashboard-line);box-shadow:0 16px 32px #0f172a0d}.supplier-dashboard .metric-card--primary{background:linear-gradient(180deg,#fff,#faf7f3)}.supplier-dashboard .metric-card--warning{background:var(--dashboard-warning);border-color:#f4c7a4e6}.supplier-dashboard .metric-card__label{font-size:.83rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#6b7280}.supplier-dashboard .metric-card__value{font-size:clamp(1.5rem,2.2vw,1rem);line-height:1;font-weight:700;color:var(--dashboard-ink)}.supplier-dashboard .metric-card__hint{margin:0;font-size:.92rem;line-height:1.55;color:#6b7280}.supplier-dashboard .activity-card{padding:12px;border-radius:28px;background:linear-gradient(180deg,#fff,#fbfcfe);border:1px solid var(--dashboard-line);box-shadow:0 10px 32px #0f172a0d}.supplier-dashboard .activity-list{display:flex;flex-direction:column;gap:8px}.supplier-dashboard .activity-list__item{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;width:100%;padding:18px 18px 18px 20px;border:1px solid rgba(226,232,240,.9);border-radius:20px;background:linear-gradient(180deg,#fff,#fbfcfe);text-align:left;cursor:pointer;box-shadow:0 8px 20px #0f172a0a;transition:background .18s ease,transform .18s ease,border-color .18s ease,box-shadow .18s ease}.supplier-dashboard .activity-list__item:hover{background:#f9fafb;transform:translateY(-1px);border-color:#f4c7a4bf;box-shadow:0 12px 26px #0f172a12}.supplier-dashboard .activity-list__icon{width:46px;height:46px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#fff4eb,#ffe8d6);box-shadow:inset 0 0 0 1px #f2521114}.supplier-dashboard .activity-list__content{display:flex;flex-direction:column;gap:4px;min-width:0}.supplier-dashboard .activity-list__title{font-size:1rem;font-weight:700;color:var(--dashboard-ink)}.supplier-dashboard .activity-list__detail{font-size:.92rem;color:var(--dashboard-copy);line-height:1.55}.supplier-dashboard .activity-list__meta{display:flex;flex-direction:column;align-items:flex-end;gap:6px;min-width:84px;white-space:nowrap}.supplier-dashboard .activity-list__amount{font-size:.92rem;font-weight:700;color:var(--dashboard-ink)}.supplier-dashboard .activity-list__time{font-size:.79rem;font-weight:600;color:#9aa4b5;letter-spacing:.01em}.supplier-dashboard .growth-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(320px,.9fr);gap:16px;align-items:stretch;margin-bottom:6px}.supplier-dashboard .growth-grid--single{grid-template-columns:1fr}.supplier-dashboard .growth-hero-card,.supplier-dashboard .growth-card{border:1px solid var(--dashboard-line);box-shadow:0 10px 30px #0f172a0d}.supplier-dashboard .growth-hero-card{display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center;padding:24px 26px;border-radius:28px;background:linear-gradient(135deg,#243142,#2a3645 54%,#da641a 150%);color:#fff}.supplier-dashboard .growth-hero-card__icon{width:56px;height:56px;border-radius:20px;display:inline-flex;align-items:center;justify-content:center;background:#ffffff1f}.supplier-dashboard .growth-hero-card__topline{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:8px}.supplier-dashboard .growth-hero-card__eyebrow{display:inline-flex;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#ffffffb8}.supplier-dashboard .growth-hero-card__value-pill{display:inline-flex;align-items:center;padding:.34rem .68rem;border-radius:999px;background:#ffffff1f;font-size:.72rem;font-weight:700;letter-spacing:.04em;color:#ffffffeb}.supplier-dashboard .growth-hero-card__title{margin:0 0 8px;font-size:1.5rem;line-height:1.15;color:#f25211}.supplier-dashboard .growth-hero-card__message{margin:0;font-size:.96rem;line-height:1.65;color:#ffffffd6}.supplier-dashboard .growth-hero-card .dashboard-link-button{background:#fff;color:var(--dashboard-accent-deep);box-shadow:none}.supplier-dashboard .growth-hero-card .dashboard-link-button:hover{background:#fff7f3}.supplier-dashboard .growth-hero-card__chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.supplier-dashboard .growth-chip{display:inline-flex;align-items:center;padding:.38rem .72rem;border-radius:999px;background:#ffffff1f;font-size:.78rem;font-weight:700;color:#fff}.supplier-dashboard .growth-card-stack{display:flex;flex-direction:column;gap:16px}.supplier-dashboard .growth-card{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:flex-start;padding:22px;border-radius:24px;background:#fff}.supplier-dashboard .growth-card__icon{width:44px;height:44px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:#fff3ea}.supplier-dashboard .growth-card__icon--neutral{background:#f3f4f6}.supplier-dashboard .growth-card__content{min-width:0}.supplier-dashboard .growth-card__title{margin:0 0 6px;font-size:1rem;color:var(--dashboard-ink)}.supplier-dashboard .growth-card__description{margin:0 0 14px;font-size:.9rem;line-height:1.6;color:var(--dashboard-copy)}.supplier-dashboard .quick-actions-surface{padding:16px;border-radius:28px;background:linear-gradient(180deg,#fff,#f7f9fc);border:1px solid rgba(226,232,240,.95);box-shadow:0 14px 36px #0f172a0f}.supplier-dashboard .quick-actions-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.supplier-dashboard .quick-action-card{display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center;width:100%;padding:18px 20px;border:1px solid var(--dashboard-line);border-radius:24px;background:linear-gradient(180deg,#fff,#fcfcfd);box-shadow:0 12px 30px #0f172a0f;text-align:left;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.supplier-dashboard .quick-action-card:hover{transform:translateY(-2px);border-color:#f4c7a4f2;box-shadow:0 18px 36px #0f172a14}.supplier-dashboard .quick-action-card--priority{border-color:#f2521157;background:linear-gradient(180deg,#fffaf5,#fff3e8);box-shadow:0 16px 34px #f252111a}.supplier-dashboard .quick-action-card__icon{width:46px;height:46px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;background:#fff3ea}.supplier-dashboard .quick-action-card--priority .quick-action-card__icon{background:linear-gradient(135deg,#f25211,#ff7a1a);box-shadow:0 14px 24px #f252112e;color:#fff}.supplier-dashboard .quick-action-card__content{display:flex;flex-direction:column;gap:4px;min-width:0}.supplier-dashboard .quick-action-card__title{font-size:1rem;font-weight:700;color:var(--dashboard-ink)}.supplier-dashboard .quick-action-card__description{font-size:.9rem;line-height:1.55;color:var(--dashboard-copy)}.supplier-dashboard .quick-action-card__cta{font-size:.84rem;font-weight:700;color:var(--dashboard-accent-deep);white-space:nowrap}.supplier-dashboard .dashboard-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;min-height:180px;text-align:center;color:var(--dashboard-copy)}.supplier-dashboard .dashboard-empty-state--warning{color:#b45309}.supplier-dashboard .dashboard-empty-state__title{margin:0;font-size:1rem;font-weight:700;color:var(--dashboard-ink)}.supplier-dashboard .dashboard-empty-state__hint{margin:0;max-width:420px;line-height:1.6}@media (max-width: 1200px){.supplier-dashboard .snapshot-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.supplier-dashboard .growth-grid{grid-template-columns:1fr}}@media (max-width: 900px){.supplier-dashboard .attention-card,.supplier-dashboard .growth-hero-card{grid-template-columns:1fr}.supplier-dashboard .dashboard-section__header--split{flex-direction:column;align-items:flex-start}.supplier-dashboard .header-actions,.supplier-dashboard .dashboard-meta,.supplier-dashboard .attention-card,.supplier-dashboard .growth-hero-card{align-items:stretch}.supplier-dashboard .attention-alert-grid,.supplier-dashboard .quick-actions-grid{grid-template-columns:1fr}.supplier-dashboard .attention-alert--stripe{grid-template-columns:auto 1fr}.supplier-dashboard .attention-alert--stripe .attention-alert__cta{grid-column:2;justify-self:start;margin-top:4px}.supplier-dashboard .activity-list__item,.supplier-dashboard .quick-action-card{grid-template-columns:auto 1fr}.supplier-dashboard .activity-list__meta,.supplier-dashboard .quick-action-card__cta{grid-column:2;justify-self:start;align-items:flex-start}.supplier-dashboard .growth-card{grid-template-columns:auto 1fr}}@media (max-width: 640px){.supplier-dashboard .header-actions{flex-direction:column}.supplier-dashboard .header-actions .btn,.supplier-dashboard .dashboard-link-button{width:100%}.supplier-dashboard .dashboard-section{margin-bottom:28px}.supplier-dashboard .dashboard-section__title{font-size:1.45rem}.supplier-dashboard .attention-card,.supplier-dashboard .growth-hero-card,.supplier-dashboard .metric-card,.supplier-dashboard .growth-card,.supplier-dashboard .quick-action-card{padding:18px;border-radius:22px}.supplier-dashboard .quick-actions-surface{padding:14px;border-radius:22px}.supplier-dashboard .snapshot-grid,.supplier-dashboard .activity-list__item,.supplier-dashboard .quick-action-card,.supplier-dashboard .growth-card{grid-template-columns:1fr}.supplier-dashboard .activity-list__icon,.supplier-dashboard .quick-action-card__icon,.supplier-dashboard .growth-card__icon{margin-bottom:4px}.supplier-dashboard .activity-list__meta,.supplier-dashboard .quick-action-card__cta{grid-column:auto}}.supplier-order-decision-modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.supplier-order-decision-modal__dialog{width:min(520px,calc(100vw - 32px));max-height:90vh;background:#fff;border-radius:12px;box-shadow:0 20px 40px #0f172a2e;display:flex;flex-direction:column;overflow:hidden}.payment_hint{margin-top:8px;font-size:12px}.supplier-order-decision-modal__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:20px 24px;border-bottom:1px solid #e5e7eb}.supplier-order-decision-modal__header h2{margin:0;font-size:20px;font-weight:600;color:#111827}.supplier-order-decision-modal__close{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:6px;background:transparent;color:#6b7280;font-size:24px;cursor:pointer}.supplier-order-decision-modal__close:hover{background:#f3f4f6;color:#111827}.supplier-order-decision-modal__body{padding:24px;overflow-y:auto}.supplier-order-decision-modal__order{margin:0 0 6px;font-size:14px;font-weight:600;color:#111827}.supplier-order-decision-modal__customer{margin:0 0 20px;font-size:14px;color:#6b7280}.supplier-order-decision-modal__field{display:flex;flex-direction:column;gap:8px;margin-bottom:18px}.supplier-order-decision-modal__field label{font-size:14px;font-weight:600;color:#374151}.supplier-order-decision-modal__required{color:#dc2626}.supplier-order-decision-modal__control{width:100%;padding:12px 14px;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#111827;font-size:14px;transition:border-color .2s ease,box-shadow .2s ease}.supplier-order-decision-modal__control:focus{outline:none;border-color:#f25211;box-shadow:0 0 0 3px #f252111f}.supplier-order-decision-modal__textarea{resize:vertical}.supplier-order-decision-modal__hint{margin:0;font-size:13px;line-height:1.5;color:#6b7280}.supplier-order-decision-modal__payment-options{display:flex;flex-direction:column;gap:10px}.supplier-order-decision-modal__payment-option{width:100%;text-align:left;display:flex;flex-direction:column;gap:5px;padding:12px 14px;border:1px solid #e5e7eb;border-radius:10px;background:#fff;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease;cursor:pointer}.supplier-order-decision-modal__payment-option:hover:not(:disabled){border-color:#f7c8b4;box-shadow:0 10px 20px #0f172a0d}.supplier-order-decision-modal__payment-option.is-selected{border-color:#f9b79b;background:#fff5f0;box-shadow:inset 0 0 0 1px #f2521124}.supplier-order-decision-modal__payment-option.is-disabled{background:#fafafa;border-color:#eceff3;cursor:not-allowed}.supplier-order-decision-modal__payment-option-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.supplier-order-decision-modal__payment-option-label{font-size:14px;font-weight:600;color:#111827}.supplier-order-decision-modal__payment-option.is-disabled .supplier-order-decision-modal__payment-option-label{color:#6b7280}.supplier-order-decision-modal__payment-option-indicator{font-size:12px;font-weight:600;color:#f25211}.supplier-order-decision-modal__payment-option-description{font-size:13px;line-height:1.5;color:#6b7280}.supplier-order-decision-modal__payment-option.is-disabled .supplier-order-decision-modal__payment-option-description{color:#9ca3af}.supplier-order-decision-modal__payment-option-helper{font-size:12px;line-height:1.45;color:#b45309}.supplier-order-decision-modal__footer{display:flex;justify-content:flex-end;gap:12px;padding:20px 24px;border-top:1px solid #e5e7eb}.supplier-order-decision-modal__confirm--decline{background:#dc2626}.supplier-order-decision-modal__confirm--decline:hover:not(:disabled){background:#b91c1c}@media (max-width: 768px){.supplier-order-decision-modal__dialog{width:min(520px,calc(100vw - 20px));max-height:95vh}.supplier-order-decision-modal__footer{flex-direction:column-reverse}.supplier-order-decision-modal__footer .mm-button{width:100%}}.mm-order-card{background:linear-gradient(180deg,#fff,#fdfefe);border:1px solid #e2e8f0;border-radius:18px;padding:18px 20px;box-shadow:0 16px 36px #0f172a12;transition:box-shadow .12s ease,transform .12s ease,border-color .12s ease}.mm-order-card:hover{border-color:#fdba74;box-shadow:0 20px 42px #0f172a17;transform:translateY(-1px)}.mm-order-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:15px;padding-bottom:13px;border-bottom:1px solid #edf2f7;gap:16px}.mm-order-header-left{display:flex;flex-direction:column;gap:4px;min-width:0}.mm-order-header-right{display:flex;flex-direction:column;align-items:flex-end;gap:8px;flex-shrink:0}.mm-order-id{font-weight:800;font-size:19px;color:#111827;font-family:Poppins,sans-serif;letter-spacing:-.01em}.mm-order-date{font-size:12px;color:#94a3b8}.mm-order-status-badge{padding:8px 13px;border-radius:999px;font-size:12px;font-weight:700;white-space:nowrap;line-height:1.2;box-shadow:inset 0 1px #ffffff59}.mm-order-status-pending{background:#ffedd5;color:#c2410c}.mm-order-status-accepted,.mm-order-status-in-progress{background:#dbeafe;color:#1d4ed8}.mm-order-status-out-for-delivery{background:#c7d2fe;color:#1e40af}.mm-order-status-delivered,.mm-order-status-completed{background:#dcfce7;color:#047857}.mm-order-status-cancelled{background:#fee2e2;color:#991b1b}.mm-order-total-amount{font-size:26px;color:#111827;font-weight:700;line-height:1.1;font-family:Poppins,sans-serif}.mm-order-notice{display:inline-flex;align-items:center;width:fit-content;margin-bottom:12px;padding:6px 10px;border-radius:6px;font-size:12px;font-weight:600;background:#fef3c7;color:#92400e;border:1px solid #fbbf24;white-space:nowrap}.mm-order-supplier-block{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px;padding:14px 16px;background:linear-gradient(180deg,#f8fafc,#fff);border:1px solid #eef2f7;border-radius:14px}.mm-order-supplier-copy{min-width:0}.mm-order-supplier-heading{display:flex;align-items:baseline;flex-wrap:wrap;gap:6px}.mm-order-supplier-name{font-size:16px;font-weight:700;color:#111827;font-family:Poppins,sans-serif}.mm-order-item-count-inline{font-size:13px;font-weight:600;color:#64748b}.mm-order-delivery-inline{margin-top:4px;font-size:13px;color:#6b7280;font-weight:500}.mm-order-items-preview{display:flex;flex-direction:column;gap:0;margin-bottom:14px}.mm-order-item-line{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:11px 0;border-bottom:1px solid #f1f5f9}.mm-order-item-line:last-child{border-bottom:0}.mm-order-item-name{font-size:15px;color:#111827;font-weight:700;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mm-order-item-meta{font-size:13px;color:#475569;white-space:nowrap;font-weight:600;letter-spacing:.01em}.mm-order-more-items{padding-top:10px;font-size:12px;font-weight:600;color:#6b7280}.mm-order-payable-row{display:flex;justify-content:space-between;align-items:center;gap:16px;padding-top:4px}.mm-order-payable-label{font-size:13px;color:#6b7280;font-weight:600}.mm-order-payable-value{font-size:18px;font-weight:700;color:#111827}.mm-order-actions{margin-top:14px;display:flex;justify-content:flex-end;align-items:center;gap:10px;flex-wrap:wrap}.mm-order-link-btn{border:0;background:transparent;color:#ea580c;font-size:14px;font-weight:800;cursor:pointer;padding:0;transition:color .15s ease,transform .15s ease}.mm-order-link-btn:hover{color:#c2410c;transform:translate(1px)}.mm-order-btn{height:40px;padding:0 18px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;border:1px solid transparent}.mm-order-btn:disabled{opacity:.6;cursor:not-allowed}.mm-order-btn--primary{background:#f60;color:#fff}.mm-order-btn--primary:hover{background:#e85c00}.mm-order-btn--secondary{background:#fff;color:#374151;border-color:#d1d5db}.mm-order-btn--secondary:hover{background:#f9fafb;border-color:#9ca3af}.mm-order-btn--danger{background:#fff;color:#b91c1c;border-color:#fecaca}.mm-order-btn--danger:hover{background:#fff5f5;border-color:#fca5a5}@media (max-width: 768px){.mm-order-header{align-items:flex-start;flex-direction:column}.mm-order-header-right{width:100%;flex-direction:row;justify-content:space-between;align-items:center}.mm-order-supplier-block{flex-direction:column}.mm-order-item-line{flex-direction:column;align-items:flex-start;gap:4px}}.orders-page{width:100%}.tabs{margin-bottom:2rem}.orders-list{display:flex;flex-direction:column;gap:1.5rem}.order-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014;transition:box-shadow .2s}.order-card:hover{box-shadow:0 4px 12px #0000001f}.order-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #f5f5f5}.order-info{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem}.order-id{font-size:1.1rem;font-weight:600;color:#424242;margin:0}.status-badge{padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600;flex-shrink:0;align-self:flex-start}.status-pending{background:#fff3e0;color:#f57c00}.status-accepted{background:#e8f5e9;color:#4caf50}.status-in-progress{background:#e3f2fd;color:#2196f3}.status-out-for-delivery{background:#f3e5f5;color:#9c27b0}.status-delivered,.status-completed{background:#e8f5e9;color:#2e7d32}.status-declined,.status-cancelled{background:#ffebee;color:#c62828}.order-date{font-size:.875rem;color:#9e9e9e}.order-body{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.order-customer,.order-address,.order-products,.order-notes,.order-total{font-size:.95rem;color:#424242}.order-total-section{margin-top:.5rem;display:flex;flex-direction:column;gap:.25rem}.order-total{font-size:1.1rem;font-weight:600;color:#f25211}.order-supplier-fee{font-size:.85rem;color:#757575;font-weight:400}.products-list{list-style:none;padding:0;margin:.5rem 0 0}.products-list li{font-size:.9rem;color:#666;padding:.25rem 0 .25rem 1.5rem;position:relative}.products-list li:before{content:"•";position:absolute;left:.5rem;color:#f25211}.product-stock-issue{font-size:.8rem;font-weight:600;color:#b45309;margin-left:6px}.stock-issue-pill{display:inline-flex;align-items:center;background:#fef3c7;border:1px solid #FCD34D;color:#92400e;font-size:.75rem;font-weight:700;padding:2px 10px;border-radius:20px;white-space:nowrap}.change-request-pill{display:inline-flex;align-items:center;background:#dbeafe;border:1px solid #60A5FA;color:#1e40af;font-size:.75rem;font-weight:700;padding:2px 10px;border-radius:20px;white-space:nowrap}.edited-badge{display:inline-flex;align-items:center;background:#e0e7ff;border:1px solid #818CF8;color:#4338ca;font-size:.75rem;font-weight:700;padding:2px 10px;border-radius:20px;white-space:nowrap}.order-actions{display:flex;gap:1rem;flex-wrap:wrap}.btn-accept{background:#4caf50;color:#fff}.btn-accept:hover:not(:disabled){background:#43a047}.btn-decline{background:#f44336;color:#fff}.btn-decline:hover:not(:disabled){background:#e53935}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:999;animation:fadeIn .2s}.modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:12px;box-shadow:0 8px 32px #0003;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;z-index:1000;animation:slideUp .3s}@keyframes slideUp{0%{opacity:0;transform:translate(-50%,-40%)}to{opacity:1;transform:translate(-50%,-50%)}}.modal-header{padding:1.5rem;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center}.modal-header h2{font-size:1.25rem;font-weight:600;color:#424242;margin:0}.modal-close{background:none;border:none;font-size:1.5rem;color:#9e9e9e;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s}.modal-close:hover{background-color:#f5f5f5}.modal-body{padding:1.5rem}.modal-order-info{font-size:1rem;font-weight:600;color:#424242;margin:0 0 .5rem}.modal-customer{font-size:.95rem;color:#666;margin:0 0 1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.9rem;font-weight:500;color:#424242;margin-bottom:.5rem}.required{color:#f44336}.form-input,.form-select,.form-textarea{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:.95rem;font-family:inherit;transition:border-color .2s}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#f25211}.form-textarea{resize:vertical}.modal-footer{padding:1.5rem;border-top:1px solid #e0e0e0;display:flex;gap:1rem;justify-content:flex-end}.empty-state{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px}.empty-icon{font-size:4rem;margin-bottom:1rem}.empty-message{font-size:1.2rem;font-weight:600;color:#424242;margin:0 0 .5rem}.empty-hint{font-size:1rem;color:#9e9e9e;margin:0}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem}@media (max-width: 768px){.page-title{font-size:1.5rem}.tabs{overflow-x:auto}.order-header{flex-direction:column;gap:.5rem}.order-info{flex-direction:column;align-items:flex-start;gap:.5rem}.order-actions{flex-direction:column}.btn{width:100%;justify-content:center}.modal{width:95%;max-height:95vh}.modal-footer{flex-direction:column-reverse}.modal-footer .btn{width:100%}}.pt-modal-loading{font-size:.85rem;color:#9e9e9e;margin:.25rem 0 0;font-style:italic}.pt-modal-hint{font-size:.8rem;color:#6b7280;margin:.4rem 0 0;line-height:1.4}.order-detail-page{padding:24px;max-width:1200px;margin:0 auto}.order-detail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;gap:16px;padding-bottom:18px;border-bottom:1px solid #e5e7eb}.order-detail-header .header-left{display:flex;flex-direction:column;gap:6px;align-items:flex-start}.order-detail-header .back-link-button{border:none;background:transparent;color:#6b7280;font-size:13px;font-weight:500;padding:0;cursor:pointer}.order-detail-header .back-link-button:hover{color:#374151}.order-detail-header .page-title{font-size:32px;font-weight:700;color:#111827;margin:0;line-height:1.1}.order-detail-header .order-meta-row{display:flex;align-items:center;gap:10px;color:#6b7280;font-size:14px;font-weight:500}.order-detail-header .header-actions{display:flex;gap:12px}.order-detail-header .status-badge{display:inline-flex;align-items:center;padding:5px 10px;border-radius:999px;font-size:12px;font-weight:600;text-transform:capitalize;width:fit-content}.status-badge.status-pending{background:#fef3c7;color:#92400e}.status-badge.status-accepted{background:#d1fae5;color:#065f46}.status-badge.status-in-progress{background:#dbeafe;color:#1e40af}.status-badge.status-declined{background:#fee2e2;color:#991b1b}.order-info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:16px;margin-bottom:24px}.info-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;height:100%;display:flex;flex-direction:column}.info-card label{display:block;font-size:13px;font-weight:600;color:#6b7280;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.info-card p{margin:0;font-size:15px;color:#111827}.info-card .info-secondary{font-size:13px;color:#6b7280;margin-top:4px}.info-card .total-amount{font-size:24px;font-weight:700;color:#059669}.change-request-banner{background:#fef3c7;border:1px solid #fbbf24;border-radius:12px;padding:12px 16px;margin-bottom:24px;color:#92400e;font-weight:500}.change-request-details{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;margin-bottom:24px}.change-request-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.change-request-header h3{font-size:18px;font-weight:600;color:#111827;margin:0}.cr-status-badge{padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;text-transform:capitalize}.cr-status-proposed{background:#dbeafe;color:#1e40af}.cr-message{background:#f9fafb;border-left:3px solid #3b82f6;padding:12px 16px;margin-bottom:16px;border-radius:4px}.cr-message strong{display:block;font-size:13px;font-weight:600;color:#374151;margin-bottom:6px}.cr-message p{margin:0;font-size:14px;color:#4b5563;line-height:1.5}.cr-timestamp{font-size:13px;color:#6b7280;margin-bottom:20px}.cr-comparison{display:grid;grid-template-columns:1fr auto 1fr;gap:24px;margin-bottom:20px}.cr-column h4{font-size:14px;font-weight:600;color:#374151;margin:0 0 12px}.cr-product-list li{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#f9fafb;border-radius:6px;margin-bottom:6px;font-size:13px}.cr-product-list li.cr-product-new{background:#dcfce7;border:1px solid #86efac}.cr-product-name{color:#111827;font-weight:500}.cr-product-qty{color:#6b7280;font-size:12px}.cr-badge-new{background:#059669;color:#fff;padding:2px 8px;border-radius:10px;font-size:11px;font-weight:600;margin-left:8px}.cr-arrow{display:flex;align-items:center;justify-content:center;font-size:24px;color:#9ca3af}.cr-empty{color:#9ca3af;font-style:italic;font-size:13px;margin:0}.cr-footer{border-top:1px solid #e5e7eb;padding-top:16px;margin-top:16px}.cr-note{margin:0;font-size:13px;color:#6b7280;text-align:center}.cr-pricing-summary{width:min(280px,100%);margin:16px 0 0 auto;padding-top:12px;border-top:1px solid #e5e7eb}.edit-mode-banner{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px;margin-bottom:24px;box-shadow:0 1px 3px #0000001a}.edit-mode-banner .banner-content{color:#374151;font-size:14px;margin-bottom:16px;font-weight:500}.edit-mode-banner .banner-content strong{color:#111827}.edit-mode-banner .message-input-wrapper{display:flex;flex-direction:column;gap:8px}.edit-mode-banner .message-input-wrapper label{font-size:13px;font-weight:600;color:#374151}.products-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;margin-bottom:24px}.products-section h2{font-size:18px;font-weight:600;color:#111827;margin:0 0 16px}.products-table{width:100%;border-collapse:collapse}.products-table thead{background:#f9fafb}.products-table th{text-align:left;padding:13px 12px;font-size:13px;font-weight:600;color:#6b7280;border-bottom:1px solid #e5e7eb}.products-table td{padding:14px 12px;font-size:14px;color:#111827;border-bottom:1px solid #f3f4f6}.products-table tbody tr:hover{background:#fffaf5}.products-table .numeric-column{text-align:right;white-space:nowrap}.products-table .product-name-cell{font-weight:600;color:#111827}.products-table .product-category-cell{color:#6b7280}.order-detail-page .products-table .actions-cell{display:flex;flex-direction:column;gap:6px;align-items:stretch}.order-detail-page .btn-substitute,.order-detail-page .btn-remove{cursor:pointer;font-size:13px;font-weight:600;padding:8px 14px;border-radius:6px;transition:all .2s;border:none;white-space:nowrap;min-width:100px;text-align:center}.order-detail-page .btn-substitute{background:#dbeafe;color:#1e40af;border:1px solid #93c5fd}.order-detail-page .btn-substitute:hover{background:#3b82f6;border-color:#2563eb;color:#fff;transform:translateY(-1px);box-shadow:0 2px 4px #3b82f64d}.order-detail-page .btn-remove{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.order-detail-page .btn-remove:hover{background:#ef4444;border-color:#dc2626;color:#fff;transform:translateY(-1px);box-shadow:0 2px 4px #ef44444d}.order-inline-input{width:100%;max-width:120px;padding:8px 10px;border:1px solid #d1d5db;border-radius:8px;font-size:13px;text-align:right}.order-pricing-edit-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin-top:16px}.order-pricing-edit-field{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600;color:#374151}.order-pricing-edit-field--full{grid-column:1 / -1}.order-pricing-edit-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.order-pricing-line-items{display:flex;flex-direction:column;gap:10px}.order-pricing-line-item-row{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(120px,.8fr) minmax(100px,.7fr) auto;gap:10px;align-items:center}.order-pricing-line-item-row .order-inline-input{max-width:none}.items-totals-breakdown{width:min(340px,100%);margin-left:auto;margin-top:16px;padding-top:12px;border-top:1px solid #e5e7eb}.totals-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px;font-size:14px;color:#4b5563}.totals-row-final{margin-top:8px;padding-top:8px;border-top:1px solid #f3f4f6;font-size:16px;font-weight:700;color:#111827}.notes-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;margin-bottom:24px}.notes-section h3{font-size:16px;font-weight:600;color:#111827;margin:0 0 12px}.notes-section p{margin:0;font-size:14px;color:#4b5563;line-height:1.6}.order-decision-bar{display:flex;justify-content:space-between;align-items:center;gap:16px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px 24px;margin-bottom:24px}.order-decision-copy h3{margin:0 0 6px;font-size:18px;font-weight:600;color:#111827}.order-decision-copy p{margin:0;font-size:14px;color:#6b7280;line-height:1.5}.order-decision-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.order-decision-button--decline{border-color:#dc2626;color:#dc2626}.order-decision-button--decline:hover:not(:disabled){background:#dc26260f}.order-decision-button--confirm-decline{background:#dc2626}.order-decision-button--confirm-decline:hover:not(:disabled){background:#b91c1c}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:12px;width:90%;max-width:600px;max-height:80vh;display:flex;flex-direction:column}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e7eb}.modal-header h2{margin:0;font-size:20px;font-weight:600;color:#111827}.modal-close{background:none;border:none;font-size:24px;cursor:pointer;color:#6b7280;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px}.modal-close:hover{background:#f3f4f6;color:#111827}.modal-body{padding:24px;overflow-y:auto;flex:1}.modal-body .products-list{margin-top:16px;max-height:400px;overflow-y:auto}.modal-body .product-item{display:flex;justify-content:space-between;align-items:center;padding:12px;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:8px;cursor:pointer;transition:all .2s}.modal-body .product-item:hover{border-color:#3b82f6;background:#eff6ff}.modal-body .product-info{display:flex;flex-direction:column;gap:4px}.modal-body .product-info strong{font-size:14px;color:#111827}.modal-body .product-category{font-size:12px;color:#6b7280}.modal-body .product-price{font-size:14px;font-weight:600;color:#059669}.modal-body .no-results{text-align:center;color:#6b7280;padding:32px}.order-action-modal{max-width:520px;max-height:90vh}.modal-order-info{font-size:14px;font-weight:600;color:#111827;margin:0 0 6px}.modal-customer{font-size:14px;color:#6b7280;margin:0 0 20px}.order-action-field{display:flex;flex-direction:column;gap:8px;margin-bottom:18px}.order-action-field label{font-size:14px;font-weight:600;color:#374151}.required{color:#ef4444}.order-action-input,.order-action-select,.order-action-textarea{width:100%;padding:12px 14px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;color:#111827;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.order-action-input:focus,.order-action-select:focus,.order-action-textarea:focus{border-color:#f25211;box-shadow:0 0 0 3px #f252111f;outline:none}.order-action-textarea{resize:vertical}.order-action-modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:20px 24px;border-top:1px solid #e5e7eb}.pt-modal-loading{margin:0;font-size:14px;color:#6b7280}.pt-modal-hint{margin:8px 0 0;font-size:13px;color:#6b7280;line-height:1.5}.loading-state,.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px;text-align:center}.error-state h2{font-size:20px;font-weight:600;color:#111827;margin:0 0 16px}.order-detail-toast{position:fixed;bottom:24px;right:24px;padding:12px 20px;border-radius:8px;font-size:14px;font-weight:500;box-shadow:0 4px 12px #00000026;z-index:1000;animation:slideIn .3s ease-out}@keyframes slideIn{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}.order-detail-toast--success{background:#10b981;color:#fff}.order-detail-toast--error{background:#ef4444;color:#fff}@media (max-width: 768px){.order-detail-page{padding:16px}.order-detail-header{flex-direction:column;align-items:flex-start}.order-info-grid{grid-template-columns:1fr}.order-detail-header .page-title{font-size:26px}.order-detail-header .order-meta-row{flex-wrap:wrap}.order-decision-bar{flex-direction:column;align-items:stretch}.order-decision-actions{justify-content:stretch}.order-decision-actions .mm-button{width:100%}.products-table{font-size:13px}.products-table th,.products-table td{padding:8px}.order-pricing-edit-header{flex-direction:column;align-items:stretch}.order-pricing-line-item-row{grid-template-columns:1fr}.cr-comparison{grid-template-columns:1fr;gap:16px}.cr-arrow{display:none}.cr-column h4{font-size:13px}}.customers-page{width:100%}.page-header{margin-bottom:2rem}.page-title{font-size:2rem;font-weight:700;color:#424242;margin:0 0 .5rem}.page-subtitle{font-size:1rem;color:#9e9e9e;margin:0}.customers-tabs{margin-bottom:1.25rem}.customers-tabs[role=tablist]{padding:4px;gap:8px;background:#f7f8fb;border-radius:16px;box-shadow:inset 0 0 0 1px #edf0f5}.customers-tabs[role=tablist]>button[role=tab]{min-height:38px;padding:0 14px;border-radius:12px}.customers-tabs[role=tablist]>button[role=tab][aria-selected=true]{background:#f25211;color:#fff;box-shadow:0 8px 18px #f2521129}.section-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #00000014}.section-title{font-size:1.25rem;font-weight:600;color:#424242;margin:0 0 .5rem}.section-description{font-size:.95rem;color:#9e9e9e;margin:0}.customer-section-header{padding-bottom:.75rem;margin-bottom:1rem;border-bottom:1px solid #f1f5f9}.customer-section-header .section-title{margin:0}.customer-list{display:flex;flex-direction:column;gap:.9rem}.customer-row-card{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:.72rem;padding:13px 24px;border:1px solid #eceff3;border-radius:12px;background:#fff;box-shadow:0 1px 3px #0f172a0d;transition:transform .12s ease,box-shadow .12s ease}.customer-row-card:hover{transform:translateY(-1px);box-shadow:0 6px 16px #0f172a17}.customer-row-main{display:flex;align-items:flex-start;gap:.85rem;min-width:0}.customer-row-main--linked{width:100%}.customer-row-top{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;justify-content:space-between;gap:.85rem}.customer-row-bottom{display:flex;justify-content:flex-start;align-items:center;padding-top:8px;border-top:1px solid #f1f5f9}.customer-avatar{width:40px;height:40px;border-radius:50%;background:#ff66001a;color:#f60;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;flex-shrink:0}.customer-row-meta{min-width:0}.customer-row-name{margin:0;font-size:.98rem;font-weight:700;color:#1f2937}.customer-row-name-wrap{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap}.customer-row-subtle{margin:.14rem 0 0;color:#9ca3af;font-size:.82rem}.customer-row-insights{margin:.2rem 0 0;color:#6b7280;font-size:.84rem;font-weight:600}.customer-relationship-status{display:inline-flex;align-items:center;min-height:22px;padding:0 9px;border-radius:999px;background:#f7f8fa;color:#7c8798;font-size:.71rem;font-weight:600;border:1px solid #eef1f5;white-space:nowrap}.customer-relationship-status--active{background:#f4fbf6;color:#4f7d61;border-color:#d8ede0}.customer-row-side{display:flex;flex-direction:column;align-items:flex-end;gap:.65rem}.customer-row-actions{display:flex;align-items:center;gap:12px}.customer-row-actions .btn{min-height:36px;padding:.58rem 1rem}.btn-secondary-customers{background:#fff;border:1px solid #f25211;color:#4b5563;padding:.5rem .9rem;font-size:.85rem;box-shadow:none}.btn-secondary-customers:hover:not(:disabled){background:#fff7ed;border-color:#f97316;color:#374151}.customer-row-actions .btn-primary{box-shadow:0 8px 18px #f2521129;background:#f25211;border-color:#f25211;color:#fff}.customer-row-actions .btn-primary:hover:not(:disabled){background:#d9470e;border-color:#d9470e;color:#fff}.customer-row-actions .btn-secondary{background:#fff;border-color:#e6eaf0;color:#4b5563}.customer-row-actions .btn-secondary:hover:not(:disabled){background:#f5f5f5;border-color:#cfd6df;color:#374151}.btn-danger-outline{border-color:#f3d4d4;color:#b91c1c;padding:.5rem .9rem;font-size:.85rem}.customer-btn-unlink{min-height:34px;padding:.42rem .75rem;font-size:.8rem}.btn-danger-outline:hover:not(:disabled){background:#fff5f5;border-color:#ef4444}.code-card{background:linear-gradient(135deg,#fff8f5,#fff);border:2px solid #f25211}.code-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;gap:1rem}.code-header .btn-secondary{min-height:34px;padding:.48rem .9rem;border-width:1px;border-color:#eceff3;background:#fff;color:#6b7280;font-size:.85rem;box-shadow:none}.code-header .btn-secondary:hover:not(:disabled){border-color:#dbe1ea;background:#f5f5f5;color:#374151}.code-display{display:flex;align-items:center;gap:1rem;background:#fff;padding:1.5rem;border-radius:8px;border:2px solid #f25211;margin-bottom:1.5rem}.code-value{font-size:2.5rem;font-weight:700;color:#f25211;letter-spacing:.3rem;font-family:Courier New,monospace;flex:1}.code-actions{display:inline-flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:12px}.code-actions .btn{justify-content:center;min-width:148px}.code-actions .btn-primary{background:#f25211;border-color:#f25211;color:#fff;box-shadow:0 10px 24px #f252112e}.code-actions .btn-primary:hover:not(:disabled){background:#d9470e;border-color:#d9470e;color:#fff}.code-actions .btn-secondary{border-width:1px;border-color:#f25211;background:transparent;color:#f25211}.code-actions .btn-secondary:hover:not(:disabled){border-color:#f97316;background:transparent;color:#f97316}.code-loading,.code-error{display:flex;align-items:center;justify-content:center;gap:1rem;padding:2rem}.spinner-small{width:24px;height:24px;border:3px solid #f5f5f5;border-top-color:#f25211;border-radius:50%;animation:spin 1s linear infinite}.code-instructions{background:#fff;padding:1.5rem;border-radius:8px;max-width:none;margin:0}.code-instructions h3{font-size:1rem;font-weight:600;color:#424242;margin:0 0 1rem}.code-instructions ol{margin:0;padding-left:1.5rem}.code-instructions li{font-size:.95rem;color:#424242;margin-bottom:.5rem;line-height:1.6}.code-instructions li:last-child{margin-bottom:0}.customers-table{overflow-x:auto}.customers-table table{width:100%;border-collapse:collapse}.customers-table thead{background:#f5f5f5}.customers-table th{padding:1rem;text-align:left;font-size:.9rem;font-weight:600;color:#424242;border-bottom:2px solid #e0e0e0}.customers-table td{padding:1rem;border-bottom:1px solid #f5f5f5;font-size:.95rem;color:#424242}.customers-table tbody tr:hover{background-color:#fafafa}.customer-name{font-weight:500}.customer-email{color:#9e9e9e}.text-center{text-align:center}.btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:.5rem}.btn-primary{background:#f25211;color:#fff}.btn-primary:hover:not(:disabled){background:#d9470e}.btn-secondary{background:#fff;color:#424242;border:2px solid #e0e0e0}.btn-secondary:hover:not(:disabled){border-color:#424242;background:#f5f5f5}.btn-link{background:none;border:none;padding:.5rem 1rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:color .2s}.btn-danger{color:#dc2626}.btn-danger:hover{color:#b91c1c;text-decoration:underline}.empty-state{text-align:center;padding:3rem 2rem}.empty-icon{font-size:3rem;margin-bottom:1rem}.empty-message{font-size:1.1rem;font-weight:600;color:#424242;margin:0 0 .5rem}.empty-hint{font-size:.9rem;color:#9e9e9e;margin:.35rem 0 0}.customer-row-menu{position:relative;display:flex;justify-content:flex-end;align-self:start}.customer-menu-trigger{width:36px;height:36px;border-radius:10px;border:1px solid #eceff3;background:#fff;color:#6b7280;font-size:18px;line-height:1;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,color .18s ease}.customer-menu-trigger:hover{background:#f9fafb;border-color:#dbe1ea;color:#111827}.customer-menu-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:148px;padding:8px;border-radius:12px;background:#fff;border:1px solid #eceff3;box-shadow:0 18px 38px #0f172a29;z-index:20}.customer-menu-dropdown button{width:100%;border:0;background:transparent;text-align:left;padding:10px 12px;border-radius:9px;font-size:.9rem;font-weight:600;cursor:pointer}.customer-menu-dropdown button:hover{background:#fff5f5}.menu-item-danger{color:#b91c1c}.menu-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem}.spinner{width:50px;height:50px;border:4px solid #f5f5f5;border-top-color:#f25211;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.loading-state p{font-size:1rem;color:#9e9e9e}@media (max-width: 768px){.page-title{font-size:1.5rem}.section-card{padding:1.5rem}.code-header,.code-display{flex-direction:column}.code-value{font-size:2rem;text-align:center}.customers-table{font-size:.875rem}.customers-table th,.customers-table td{padding:.75rem .5rem}.customer-row-card{padding:16px}.customer-row-top{display:flex;flex-direction:column;align-items:flex-start}.customer-row-bottom{width:100%;align-items:flex-start;justify-content:flex-start}.customer-row-actions,.code-actions{width:100%}.customer-row-actions .btn,.code-actions .btn{flex:1;justify-content:center}.customer-row-menu{width:100%;justify-content:flex-start}.customers-table table,.customers-table thead,.customers-table tbody,.customers-table th,.customers-table td,.customers-table tr{display:block}.customers-table thead tr{position:absolute;top:-9999px;left:-9999px}.customers-table tr{border:1px solid #e0e0e0;margin-bottom:1rem;border-radius:8px;overflow:hidden}.customers-table td{border:none;position:relative;padding-left:50%;text-align:right}.customers-table td:before{content:attr(data-label);position:absolute;left:.5rem;width:45%;padding-right:10px;white-space:nowrap;text-align:left;font-weight:600}}.outstanding-balance{font-variant-numeric:tabular-nums;white-space:nowrap}.outstanding-balance--owed{color:#d97706;font-weight:600}.sf-card{display:flex;flex-direction:column;background:#fff;border-radius:14px;overflow:hidden;border:1px solid #f0f0f0;box-shadow:0 2px 10px #0000000f;text-align:left;width:100%}.sf-card--interactive{cursor:pointer;padding:0;font:inherit;transition:box-shadow .2s,border-color .2s,transform .2s}.sf-card--interactive:hover{box-shadow:0 16px 32px #0f172a14;border-color:#f252112e;transform:translateY(-2px)}.sf-card__cover{position:relative;width:100%;background-size:cover;background-position:center;background-color:#f0f0f0}.sf-card--sm .sf-card__cover{height:80px}.sf-card--md .sf-card__cover{height:110px}.sf-card--lg .sf-card__cover{height:130px}.sf-card__cover-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#fff4ef,#ffe8dd)}.sf-card__header{display:flex;align-items:flex-end;gap:12px;padding:0 16px 6px;position:relative;z-index:1}.sf-card--sm .sf-card__header{margin-top:-22px}.sf-card--md .sf-card__header{margin-top:-28px}.sf-card--lg .sf-card__header{margin-top:-36px}.sf-card__logo{border-radius:14px;border:2px solid rgba(255,255,255,.96);background:#fff;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #0f172a1f,0 0 0 1px #e2e8f0cc}.sf-card--sm .sf-card__logo{width:44px;height:44px;border-radius:10px}.sf-card--md .sf-card__logo{width:60px;height:60px;border-radius:14px}.sf-card--lg .sf-card__logo{width:72px;height:72px;border-radius:16px}.sf-card__logo img{width:100%;height:100%;object-fit:cover}.sf-card__logo-initial{font-weight:700;color:#f25211;background:#fff4ef;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.sf-card--sm .sf-card__logo-initial{font-size:16px}.sf-card--md .sf-card__logo-initial{font-size:20px}.sf-card--lg .sf-card__logo-initial{font-size:24px}.sf-card__identity{flex:1;min-width:0;padding-bottom:2px}.sf-card__name{margin:0;font-weight:700;color:#1f2937;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sf-card--sm .sf-card__name{font-size:.95rem}.sf-card--md .sf-card__name{font-size:1.05rem}.sf-card--lg .sf-card__name{font-size:1.15rem}.sf-card__tagline{margin:2px 0 0;font-size:.78rem;color:#9ca3af;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sf-card__desc{margin:0;padding:4px 16px 0;font-size:.85rem;color:#6b7280;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sf-card--lg .sf-card__desc{-webkit-line-clamp:3;line-clamp:3}.sf-card__body{padding:0 16px 16px;display:flex;flex-direction:column;flex:1}.sf-card--sm .sf-card__body{padding:6px 14px 14px}.sf-card--lg .sf-card__body{padding:10px 18px 18px}.sf-card--header-center .sf-card__header{flex-direction:column;align-items:center;gap:8px;padding:0 16px 10px;text-align:center}.sf-card--header-center .sf-card__identity{width:100%;text-align:center;padding-bottom:0}.sf-card--header-center .sf-card__name{white-space:normal;text-align:center}.sf-card--header-center .sf-card__tagline{text-align:center}.sf-card--header-center .sf-card__desc{text-align:center;padding-top:2px}@media (max-width: 768px){.sf-card--md .sf-card__cover,.sf-card--lg .sf-card__cover{height:90px}.sf-card--lg .sf-card__logo{width:56px;height:56px}.sf-card--lg .sf-card__header{margin-top:-28px}}.rfs-page{width:100%}.rfs-header{margin-bottom:28px}.rfs-title{font-size:28px;font-weight:600;color:#424242;margin:0 0 8px}.rfs-subtitle{font-size:14px;color:#9e9e9e;margin:0}.rfs-disabled-state{text-align:center;padding:64px 24px;color:#6b7280}.rfs-disabled-icon{font-size:40px;display:block;margin-bottom:16px}.rfs-disabled-state h2{font-size:20px;font-weight:600;color:#374151;margin:0 0 12px}.rfs-disabled-state p{font-size:15px;color:#6b7280;max-width:400px;margin:0 auto}.rfs-link-btn{background:none;border:none;color:#f25211;cursor:pointer;font-size:inherit;padding:0;text-decoration:underline}.rfs-filters{width:100%;max-width:1200px;background:linear-gradient(180deg,#fff,#fcfcfd);border:1px solid #eceff3;border-radius:24px;padding:20px 24px;box-shadow:0 16px 32px #0f172a0a}.rfs-filter-row{display:flex;gap:12px;align-items:flex-end;flex-wrap:wrap}.rfs-field{display:flex;flex-direction:column;gap:6px;min-width:160px}.rfs-field-grow{flex:1}.rfs-field-btn{flex-shrink:0}.rfs-label{font-size:12px;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.04em}.rfs-label-hidden{visibility:hidden}.rfs-select,.rfs-input{height:52px;border:1px solid #d1d5db;border-radius:8px;padding:0 14px;font-size:15px;color:#1f2937;background:#fff;width:100%;outline:none}.rfs-select:focus,.rfs-input:focus{border-color:#f25211;box-shadow:0 0 0 2px #f252111f}.rfs-search-btn{height:52px;padding:0 32px;font-size:15px;font-weight:600;white-space:nowrap;margin-top:0;flex-shrink:0}.rfs-search-btn:disabled{background:#d1d5db;border-color:#d1d5db;color:#9ca3af;opacity:.72;cursor:not-allowed;box-shadow:none}.rfs-search-btn:not(:disabled){background:#f25211;border-color:#f25211;color:#fff}.rfs-error{color:#dc2626;font-size:13px;margin:10px 0 0}.rfs-action-message{color:#065f46;font-size:13px;margin:10px 0 0}.rfs-results-section{margin-top:8px}.rfs-results-context{display:flex;align-items:baseline;justify-content:space-between;gap:14px 16px;flex-wrap:wrap;margin-bottom:16px}.rfs-results-title{font-size:1.35rem;font-weight:700;color:#111827;margin:0}.rfs-results-filter-row{display:flex;flex-wrap:wrap;gap:8px}.rfs-results-filter-chip{min-height:30px;padding:0 12px;border-radius:999px;display:inline-flex;align-items:center;background:#f8fafc;color:#475569;font-size:.82rem;font-weight:600}.rfs-empty{background:linear-gradient(180deg,#fff,#fafafa);border:1px solid #eceff3;border-radius:24px;padding:36px 32px;text-align:center;color:#6b7280;font-size:14px}.rfs-empty-icon{width:48px;height:48px;margin:0 auto 14px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;background:#f973161a;color:#c2410c}.rfs-empty-title{margin:0;font-size:1.1rem;font-weight:700;color:#111827}.rfs-empty-copy{margin:12px auto 0;max-width:560px;color:#6b7280;line-height:1.6}.rfs-empty-hint{margin:10px auto 0;max-width:540px;color:#94a3b8;line-height:1.6}.rfs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:28px}.rfs-card.sf-card{height:100%;transition:box-shadow .2s ease,transform .2s ease,border-color .2s ease}.rfs-card--requested.sf-card{background:linear-gradient(180deg,#fffdfb,#fff8f3);border-color:#f3d1c2}.rfs-card.sf-card:hover{box-shadow:0 22px 38px #0f172a13;border-color:#f9731633;transform:translateY(-2px)}.rfs-card.sf-card .sf-card__logo{border-radius:50%}.rfs-card-body{display:flex;flex-direction:column;gap:6px;align-items:center;text-align:center}.rfs-card-rating{font-size:.78rem;color:#94a3b8;margin:0;line-height:1.4}.rfs-card-rating--has-value{color:#c95724;font-weight:600}.rfs-card-status-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:center}.rfs-status-pill{font-size:11px;font-weight:600;padding:4px 10px;border-radius:999px;line-height:1.3;white-space:normal}.rfs-status-pill--linked{background:#f0fdf4;color:#047857;border:1px solid #86efac;padding:5px 12px}.rfs-status-pill--requested{background:#fff3e8;color:#c2410c;border:1px solid #fdba74}.rfs-card-location{margin:4px 0 0;display:inline-flex;align-items:center;color:#94a3b8;font-size:.84rem;line-height:1.5}.rfs-asset-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px;justify-content:center}.rfs-asset-link{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;border:1px solid #f3d1c2;background:#fffaf7;color:#c95724;font-size:12px;font-weight:600;text-decoration:none}.rfs-asset-link:hover{background:#fff1e9}.rfs-card-tags{display:flex;flex-wrap:wrap;column-gap:8px;row-gap:10px;margin-top:4px;justify-content:center}.rfs-tag{min-height:28px;padding:0 11px;display:inline-flex;align-items:center;font-size:11.5px;background:#fafbfd;color:#64748b;border:1px solid #e8edf3;border-radius:999px;font-weight:600}.rfs-card-signals{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px;justify-content:center}.rfs-signal-pill{min-height:30px;padding:0 12px;border-radius:999px;display:inline-flex;align-items:center;font-size:12px;font-weight:600;line-height:1.35}.rfs-signal-pill--linked{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}.rfs-signal-pill--requested{background:#fff3e8;color:#c2410c;border:1px solid #fdba74}.rfs-signal-pill--relationship{background:#f8fafc;color:#475569;border:1px solid #e2e8f0}.rfs-signal-pill--asset{background:#fffaf7;color:#c95724;border:1px solid #f3d1c2}.rfs-card-actions{padding:10px 14px 14px;display:flex;align-items:center;gap:6px;flex-wrap:nowrap;margin-top:auto}.rfs-request-link-btn,.rfs-secondary-action{min-height:34px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center}.rfs-request-link-btn{padding:0 10px;font-size:12px;font-weight:600;flex:1;white-space:nowrap}.rfs-card-actions .rfs-request-link-btn.btn.btn-primary{min-height:34px;padding:0 10px;border-radius:8px;font-size:12px;font-weight:600;line-height:1.2;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}.rfs-secondary-action{padding:0 20px;font-weight:700;flex:0 0 auto;border-color:#d7dee8;background:transparent;color:#475569;box-shadow:none}.rfs-secondary-action:hover{border-color:#f9731640;background:#fffaf7;color:#c2410c}.rfs-storefront-link{font-size:13px;color:#f25211;text-decoration:none;font-weight:500}.rfs-storefront-link:hover{text-decoration:underline}.rfs-prompt{text-align:center;padding:48px 24px;color:#9ca3af;font-size:14px}.rfs-discovery-guide{margin-top:8px;padding:24px 28px;border-radius:24px;border:1px solid #eceff3;background:linear-gradient(180deg,#fff,#fafafa);display:flex;align-items:flex-start;gap:18px}.rfs-discovery-guide__icon{width:46px;height:46px;border-radius:14px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;background:#f973161f;color:#c2410c}.rfs-discovery-guide__body h2{margin:0;color:#111827;font-size:1.15rem;font-weight:700}.rfs-discovery-guide__body p{margin:10px 0 0;color:#6b7280;font-size:.95rem;line-height:1.6}.rfs-discovery-hint{margin:0 0 12px;font-size:13px;color:#6b7280}.rfs-mode-row{margin-bottom:14px}.rfs-input-row{display:flex;gap:10px;align-items:center;margin-bottom:14px}.rfs-input-wrapper{flex:1}.rfs-input-wrapper .pac-outer,.rfs-input-wrapper .pac-input-wrap,.rfs-input-wrapper .pac-container{width:100%}.rfs-input-wrapper .pac-outer input,.rfs-input-wrapper .pac-input-wrap input,.rfs-input-wrapper input[type=text]{height:52px;border-radius:8px;font-size:15px;padding:0 14px}.rfs-popular{padding-top:20px;margin-bottom:0}.rfs-category-section{padding-top:2px}.rfs-category-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.rfs-category-hint{margin:0 0 16px;font-size:13px;color:#6b7280}.rfs-category-chips{display:flex;column-gap:10px;row-gap:14px;flex-wrap:wrap}.rfs-category-chip,.rfs-popular-chip{border:1px solid #d1d5db;background:#fff;color:#374151;border-radius:999px;padding:8px 16px;font-size:13px;font-weight:500;font-family:Poppins,sans-serif;cursor:pointer;transition:all .15s ease}.rfs-category-chip:hover:not(:disabled),.rfs-popular-chip:hover:not(:disabled){border-color:#f25211;color:#f25211;background:#fff7f3;box-shadow:0 0 0 2px #f2521114}.rfs-category-chip.is-active{background:#f25211;border-color:#f25211;color:#fff;box-shadow:none}.rfs-category-chip:disabled,.rfs-popular-chip:disabled{opacity:.6;cursor:not-allowed}.rfs-category-clear{border:none;background:transparent;color:#f25211;font-size:13px;font-weight:600;cursor:pointer;padding:0}.rfs-popular-title{margin:0 0 10px;font-size:14px;font-weight:600;color:#374151}.rfs-popular-chips{display:flex;gap:10px;flex-wrap:wrap}@media (max-width: 768px){.rfs-filters{padding:18px}.rfs-results-context,.rfs-discovery-guide{flex-direction:column}.rfs-input-row{flex-direction:column;align-items:stretch}.rfs-search-btn{width:100%}.rfs-grid{grid-template-columns:1fr}.rfs-card-actions{gap:5px}}.rfs-order-now-btn,.rfs-save-supplier-btn{flex:1;min-height:34px;padding:0 10px;border-radius:8px;font-size:12px;font-weight:600;white-space:nowrap;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:4px}.rfs-order-now-btn{background-color:#f25211;border:1px solid #f25211;color:#fff}.rfs-order-now-btn:hover:not(:disabled){background-color:#d94710;border-color:#d94710}.rfs-save-supplier-btn{background:transparent;border:1px solid #f25211;color:#f25211}.rfs-save-supplier-btn.is-saved{background:#f0fdf4;border-color:#22c55e;color:#15803d}.rfs-save-supplier-btn__content{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:100%}.rfs-save-supplier-btn:hover:not(:disabled){background:#fff7f3}.rfs-save-supplier-btn.is-saved:hover:not(:disabled){background:#dcfce7}.rfs-order-now-btn:disabled,.rfs-save-supplier-btn:disabled{opacity:.65;cursor:not-allowed}@media (max-width: 480px){.rfs-category-header{align-items:flex-start;flex-direction:column}}.masterlist-panel-host{min-width:0}.masterlist-panel{background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 10px 30px #0f172a14}.masterlist-panel--sticky,.masterlist-panel--static{flex-shrink:0}.masterlist-panel__content{display:flex;flex-direction:column;max-height:600px}.masterlist-panel--sticky .masterlist-panel__content{max-height:600px}.masterlist-panel--static .masterlist-panel__content{max-height:500px}.masterlist-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:18px 18px 12px;border-bottom:1px solid #f3f4f6}.masterlist-panel__title{margin:0;font-size:18px;font-weight:700;color:#111827}.masterlist-panel__subtitle{margin:4px 0 0;font-size:13px;line-height:1.5;color:#6b7280}.masterlist-panel__count{display:inline-flex;padding:6px 10px;border-radius:999px;background:#fff7ed;color:#c2410c;font-size:12px;font-weight:700;white-space:nowrap}.masterlist-panel__progress{padding:14px 18px 16px;border-bottom:1px solid #f8fafc;background:linear-gradient(180deg,#fff7ed,#fff)}.masterlist-panel__progress-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-size:12px;color:#475569}.masterlist-panel__progress-row strong{font-size:13px;color:#111827}.masterlist-panel__progress-status{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;background:#ecfdf5;color:#047857;font-weight:700}.masterlist-panel__progress-bar{margin-top:12px;width:100%;height:8px;border-radius:999px;background:#e2e8f0;overflow:hidden}.masterlist-panel__progress-bar-fill{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#f97316,#fb923c 40%,#22c55e)}.masterlist-panel__list{overflow-y:auto;overflow-x:hidden;padding:10px 14px 14px;display:flex;flex-direction:column;gap:10px;flex:1;min-height:0}.masterlist-panel__list::-webkit-scrollbar{width:8px}.masterlist-panel__list::-webkit-scrollbar-track{background:#f8fafc;border-radius:10px}.masterlist-panel__list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px;border:2px solid #f8fafc}.masterlist-panel__list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.masterlist-panel__item{border:1px solid #e5e7eb;border-radius:14px;padding:14px;background:#fff;transition:opacity .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s ease}.masterlist-panel__item--interactive{cursor:pointer}.masterlist-panel__item--interactive:hover{transform:translateY(-1px);box-shadow:0 10px 24px #0f172a14}.masterlist-panel__item--active{border-color:#f97316;background:linear-gradient(180deg,#fff7ed,#fff);box-shadow:0 12px 28px #f9731624}.masterlist-panel__item--ordered{opacity:.62;background:#f9fafb}.masterlist-panel__item--selected{border-color:#86efac;background:linear-gradient(180deg,#f0fdf4,#fff)}.masterlist-panel__item--substituted{border-color:#fbbf24;background:#fffbeb}.masterlist-panel__item-top{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.masterlist-panel__item-name{margin:0;font-size:14px;font-weight:600;color:#111827}.masterlist-panel__item-meta{margin:4px 0 0;font-size:13px;color:#6b7280}.masterlist-panel__item-substitution-block{margin-top:8px;padding-left:12px;border-left:2px solid #fed7aa}.masterlist-panel__item-substitution-label{display:flex;align-items:center;gap:6px;margin:0;font-size:11px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;color:#b45309}.masterlist-panel__item-substitution-arrow{font-size:13px;line-height:1}.masterlist-panel__item-substitution,.masterlist-panel__item-selection{margin:4px 0 0;font-size:12px;line-height:1.5}.masterlist-panel__item-substitution{color:#78716c;font-weight:500}.masterlist-panel__item-selection{display:inline-flex;align-items:center;color:#047857;font-weight:600}.masterlist-panel__status{display:inline-flex;align-items:center;justify-content:center;padding:4px 8px;border-radius:999px;font-size:11px;font-weight:700;white-space:nowrap}.masterlist-panel__status--not_ordered{background:#eff6ff;color:#1d4ed8}.masterlist-panel__status--ordered,.masterlist-panel__status--selected{background:#dcfce7;color:#166534}.masterlist-panel__status--substituted{background:#fef3c7;color:#92400e}.masterlist-panel__cart-flag{margin:10px 0 0;font-size:12px;font-weight:600;color:#047857}.masterlist-panel__actions{display:flex;align-items:center;justify-content:flex-end;margin-top:14px;padding-top:12px;border-top:1px solid #f1f5f9}.masterlist-panel__check{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border-radius:999px;border:1px solid #d1d5db;background:#fff;color:#374151;font-size:12px;font-weight:700;cursor:pointer;white-space:nowrap;transition:background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}.masterlist-panel__check:hover:not(:disabled){border-color:#16a34a;color:#166534;box-shadow:0 8px 18px #16a34a1f}.masterlist-panel__check.is-complete{background:#16a34a;border-color:#16a34a;color:#fff}.masterlist-panel__check:disabled{cursor:wait;opacity:.7}.masterlist-panel__empty,.masterlist-panel__feedback{margin:0;padding:20px 18px 24px;font-size:14px;color:#6b7280}.masterlist-panel__feedback{color:#b91c1c}.masterlist-panel__tablet-toggle,.masterlist-panel__drawer-shell{display:none}@media (max-width: 1024px){.masterlist-panel{display:none}.masterlist-panel__tablet-toggle{position:fixed;right:24px;bottom:24px;z-index:180;display:inline-flex;align-items:center;gap:10px;padding:12px 16px;border:none;border-radius:999px;background:#111827;color:#fff;font-size:13px;font-weight:700;box-shadow:0 12px 28px #0f172a2e;cursor:pointer}.masterlist-panel__tablet-count{display:inline-flex;min-width:22px;height:22px;align-items:center;justify-content:center;border-radius:999px;background:#f25211;font-size:11px}.masterlist-panel__drawer-shell{display:block}.masterlist-panel__drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:189;border:none;background:#0f172a5c}.masterlist-panel__drawer{position:fixed;top:0;right:0;bottom:0;width:min(360px,92vw);z-index:190;display:flex;flex-direction:column;background:#fff;box-shadow:-12px 0 32px #0f172a2e}.masterlist-panel__drawer .masterlist-panel__content{max-height:none;flex:1}.masterlist-panel__drawer-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px;border-bottom:1px solid #e5e7eb;font-size:16px;font-weight:700;color:#111827}.masterlist-panel__drawer-close{border:none;background:none;color:#6b7280;font-size:14px;font-weight:600;cursor:pointer}}@media (max-width: 768px){.masterlist-panel__tablet-toggle,.masterlist-panel__drawer-shell{display:none!important}}.restaurant-storefront-page{padding:0;min-height:100vh}.restaurant-storefront-page .loading-state,.restaurant-storefront-page .error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:80px 24px;background:#fff;border-radius:12px;margin:24px}.restaurant-storefront-page .loading-spinner{font-size:48px;margin-bottom:16px;animation:spin 2s linear infinite}.restaurant-storefront-page .error-icon{font-size:64px;margin-bottom:16px}.restaurant-storefront-page .error-state h2{font-size:24px;font-weight:600;color:#111827;margin-bottom:8px}.restaurant-storefront-page .error-state p{font-size:14px;color:#6b7280;margin-bottom:24px;max-width:400px}.restaurant-storefront-page .hero-banner{position:relative;width:100%;min-height:420px;margin-bottom:0;display:flex;align-items:center;justify-content:center}.restaurant-storefront-page .hero-gradient{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#f9000078,#fb7203cd);background-size:cover;background-position:center;z-index:0;border-radius:20px}.restaurant-storefront-page .hero-content{position:relative;z-index:1;max-width:880px;margin:0 auto;padding:80px 32px 40px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px}.restaurant-storefront-page .back-link{position:absolute;top:24px;left:32px;background:none;border:none;color:#fff;font-size:14px;font-weight:500;cursor:pointer;padding:8px 0;transition:opacity .2s;display:inline-block}.restaurant-storefront-page .back-link:hover{opacity:.8}.restaurant-storefront-page .supplier-logo{width:130px;height:130px;border-radius:50%;object-fit:cover;border:4px solid white;box-shadow:0 4px 12px #0003;background:#fff}.restaurant-storefront-page .supplier-logo-fallback{width:96px;height:96px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-size:36px;font-weight:700;border:4px solid white;box-shadow:0 4px 12px #0003}.restaurant-storefront-page .hero-name{font-size:40px;font-weight:700;color:#fff;margin:0;line-height:1.2;text-shadow:0 2px 8px rgba(0,0,0,.3)}.restaurant-storefront-page .hero-company{font-size:16px;color:#fffffff2;margin:0;text-shadow:0 1px 4px rgba(0,0,0,.3)}🛒{font-size:14px;color:#ffffffd1;margin:0;max-width:520px;line-height:1.55;text-shadow:0 1px 3px rgba(0,0,0,.3);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.restaurant-storefront-page .hero-badges{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:4px}.restaurant-storefront-page .badge-rating{background:#fffffff2;color:#92400e;font-size:14px;font-weight:600;padding:8px 16px;border-radius:24px;display:inline-flex;align-items:center;gap:4px;box-shadow:0 2px 8px #00000026}.restaurant-storefront-page .badge-trusted{background:#fffffff2;color:#065f46;font-size:14px;font-weight:600;padding:8px 16px;border-radius:24px;display:inline-flex;align-items:center;gap:4px;box-shadow:0 2px 8px #00000026}.restaurant-storefront-page .badge-linked{background:#fffffff2;color:#1e40af;font-size:14px;font-weight:600;padding:8px 16px;border-radius:24px;display:inline-flex;align-items:center;gap:4px;box-shadow:0 2px 8px #00000026}.restaurant-storefront-page .view-cart-btn{min-width:180px;box-shadow:0 4px 12px #0003}.restaurant-storefront-page .hero-asset-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-top:8px}.restaurant-storefront-page .hero-asset-actions .btn{background:#fffffff0;border-color:#fffffff5;color:#2f2f2f}.restaurant-storefront-page .relationship-tabs{background:#fff;border-bottom:2px solid #e5e7eb;max-width:1280px;margin:0 auto;position:sticky;top:0;z-index:101}.restaurant-storefront-page .tabs-scroll{display:flex;gap:.5rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding:0 20px;justify-content:center}.restaurant-storefront-page .tabs-scroll::-webkit-scrollbar{display:none}.restaurant-storefront-page .relationship-tab{flex-shrink:0;background:none;border:none;border-bottom:3px solid transparent;padding:1rem 1.5rem;font-size:.95rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s;white-space:nowrap;position:relative;display:flex;align-items:center;gap:.5rem}.restaurant-storefront-page .relationship-tab:hover{color:#111827;background:#1118270d}.restaurant-storefront-page .relationship-tab.active{color:#111827;border-bottom-color:#111827;font-weight:600}.restaurant-storefront-page .tab-badge{display:inline-block;background:#f3f4f6;color:#6b7280;padding:.15rem .5rem;border-radius:10px;font-size:.75rem;font-weight:600}.restaurant-storefront-page .relationship-tab.active .tab-badge{background:#fff;border:1px solid #f25211;border-radius:10px;color:#f25211}.restaurant-storefront-page .tab-content{max-width:1280px;margin:0 auto;padding:24px 32px;background:#f9fafb;min-height:400px}.restaurant-storefront-page .storefront-marketplace-shell{max-width:1280px;margin:0 auto;padding:24px 32px 40px;display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;align-items:start}.restaurant-storefront-page .storefront-main-column{min-width:0}.restaurant-storefront-page .storefront-order-rail{display:block}.restaurant-storefront-page .storefront-order-rail-stack{position:sticky;top:24px;display:flex;flex-direction:column;gap:16px}.restaurant-storefront-page .storefront-cart-panel{position:sticky;top:24px;background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:20px;box-shadow:0 10px 30px #0f172a14}.restaurant-storefront-page .storefront-cart-panel--stacked{position:static}.restaurant-storefront-page .storefront-order-rail--with-masterlist .masterlist-panel__content{max-height:min(52vh,560px)}.restaurant-storefront-page .storefront-cart-panel-header{display:flex;flex-direction:column;gap:10px;margin-bottom:12px}.restaurant-storefront-page .storefront-cart-panel-title{font-size:20px;font-weight:700;color:#111827;margin:0}.restaurant-storefront-page .storefront-cart-panel-subtitle{font-size:13px;color:#6b7280;margin:4px 0 0}.restaurant-storefront-page .storefront-cart-panel-count{align-self:flex-start;background:#fff7ed;color:#c2410c;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700}.restaurant-storefront-page .storefront-cart-panel-context{font-size:14px;line-height:1.5;color:#4b5563;margin:0 0 16px}.restaurant-storefront-page .storefront-cart-preview{padding:14px 0 10px;border-top:1px solid #f3f4f6;border-bottom:1px solid #f3f4f6;margin-bottom:16px}.restaurant-storefront-page .storefront-cart-preview-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.restaurant-storefront-page .storefront-cart-preview-label{display:block;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#9ca3af}.restaurant-storefront-page .storefront-cart-clear-btn{border:none;background:transparent;color:#b45309;font-size:12px;font-weight:700;letter-spacing:.02em;cursor:pointer;padding:0;transition:color .15s ease}.restaurant-storefront-page .storefront-cart-clear-btn:hover{color:#92400e}.restaurant-storefront-page .storefront-cart-clear-btn:focus-visible{outline:2px solid #f97316;outline-offset:3px;border-radius:6px}.restaurant-storefront-page .storefront-cart-preview-list{list-style:none;margin:0;padding:0 6px 0 0;display:flex;flex-direction:column;gap:10px;max-height:min(38vh,320px);overflow-y:auto}.restaurant-storefront-page .storefront-cart-preview-item{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.restaurant-storefront-page .storefront-cart-preview-copy{display:flex;flex-direction:column;gap:4px;min-width:0}.restaurant-storefront-page .storefront-cart-preview-name{font-size:14px;font-weight:500;color:#111827;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.restaurant-storefront-page .storefront-cart-preview-meta{font-size:13px;font-weight:600;color:#6b7280}.restaurant-storefront-page .storefront-cart-preview-remove{width:28px;height:28px;border:1px solid #fde7dc;border-radius:999px;background:#fff7ed;color:#c2410c;font-size:18px;line-height:1;cursor:pointer;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;transition:all .15s ease}.restaurant-storefront-page .storefront-cart-preview-remove:hover{background:#ffedd5;border-color:#fdba74}.restaurant-storefront-page .storefront-cart-preview-remove:focus-visible{outline:2px solid #f97316;outline-offset:2px}.restaurant-storefront-page .storefront-cart-preview-empty{margin:0;font-size:14px;line-height:1.5;color:#6b7280}.restaurant-storefront-page .storefront-cart-summary-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;font-size:15px;color:#374151}.restaurant-storefront-page .storefront-cart-summary-row strong{font-size:20px;color:#111827}.restaurant-storefront-page .storefront-cart-panel-btn{width:100%}.restaurant-storefront-page .section-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1.5rem}.restaurant-storefront-page .category-nav{position:sticky;top:16px;z-index:100;background:#fff;box-shadow:0 2px 4px #0000000a;max-width:none;margin:0 0 16px;border-radius:16px;overflow:hidden}.restaurant-storefront-page .category-scroll{padding:12px 20px;display:flex;gap:12px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;justify-content:flex-start}.restaurant-storefront-page .category-scroll::-webkit-scrollbar{display:none}.restaurant-storefront-page .category-pill{flex-shrink:0;background:#f9fafb;border:1px solid #e5e7eb;border-radius:24px;padding:10px 20px;font-size:14px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s;white-space:nowrap}.restaurant-storefront-page .category-pill:hover{background:#f3f4f6;border-color:#d1d5db}.restaurant-storefront-page .category-pill.active{background:#111827;border-color:#111827;color:#fff}.restaurant-storefront-page .search-container{max-width:none;margin:0 0 16px;padding:0}.restaurant-storefront-page .search-container .search-bar-wrapper{max-width:none}.restaurant-storefront-page .no-results{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:80px 24px;background:#fff;border-radius:12px;margin:24px 0}.restaurant-storefront-page .no-results-icon{font-size:64px;margin-bottom:16px;opacity:.5}.restaurant-storefront-page .no-results h3{font-size:24px;font-weight:600;color:#111827;margin-bottom:8px}.restaurant-storefront-page .no-results p{font-size:15px;color:#6b7280;margin-bottom:24px;max-width:400px}.restaurant-storefront-page .clear-search-btn{background:#111827;color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.restaurant-storefront-page .clear-search-btn:hover{background:#1f2937;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.restaurant-storefront-page .products-container{max-width:none;margin:0;padding:0}.restaurant-storefront-page .category-section{margin-bottom:24px;padding:24px;background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 4px 16px #0f172a0a}.restaurant-storefront-page .category-section-featured{border-color:#fed7aa;background:linear-gradient(180deg,#fffaf5,#fff)}.restaurant-storefront-page .category-section-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px}.restaurant-storefront-page .section-title{font-size:24px;font-weight:700;color:#111827;margin:0}.section-title-orders{font-size:24px;font-weight:700;color:#111827;margin-bottom:15px}.restaurant-storefront-page .section-count{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#9ca3af}.restaurant-storefront-page .products-list{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.restaurant-storefront-page .menu-card{display:flex;flex-direction:column;background:#fff;border:1px solid #eef2f7;border-radius:16px;overflow:hidden;transition:box-shadow .2s,transform .2s,border-color .2s}.restaurant-storefront-page .menu-card:hover{border-color:#d1d5db;box-shadow:0 6px 20px #00000017;transform:translateY(-2px)}.restaurant-storefront-page .menu-card.out-of-stock{opacity:.6}.restaurant-storefront-page .menu-card.out-of-stock:hover{transform:none;box-shadow:none;border-color:#eef2f7}.restaurant-storefront-page .menu-card-image{position:relative;width:100%;flex-shrink:0}.restaurant-storefront-page .menu-card-image .product-thumbnail{border-radius:0;width:100%}.restaurant-storefront-page .menu-card-image .menu-discount-badge{position:absolute;top:8px;left:8px;display:inline-flex;align-items:center;background:#dcfce7;color:#15803d;font-size:11px;font-weight:600;padding:3px 8px;border-radius:999px;pointer-events:none}.restaurant-storefront-page .menu-card-image .out-of-stock-badge{position:absolute;top:8px;right:8px;display:inline-flex;align-items:center;background:#ffffffeb;color:#991b1b;font-size:11px;font-weight:600;padding:3px 10px;border-radius:999px;pointer-events:none}.restaurant-storefront-page .menu-card-body{padding:12px 14px 8px;display:flex;flex-direction:column;gap:4px;flex:1}.restaurant-storefront-page .menu-name{font-size:16px;font-weight:600;color:#111827;margin:0;line-height:1.35;min-height:2.7em;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.restaurant-storefront-page .menu-pack{font-size:14px;color:#9ca3af;margin:0}.restaurant-storefront-page .menu-description{font-size:12px;color:#6b7280;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.restaurant-storefront-page .menu-price-row{display:flex;align-items:center;gap:6px;margin-top:auto;padding-top:8px;flex-wrap:wrap}.restaurant-storefront-page .menu-price{font-size:15px;font-weight:700;color:#f25211;margin:0}.restaurant-storefront-page .menu-price-original{font-size:12px;font-weight:400;color:#9e9e9e;text-decoration:line-through;margin:0}.restaurant-storefront-page .menu-card-footer{padding:0 12px 14px}.restaurant-storefront-page .quantity-controls{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;height:40px;border:2px solid #f25211;border-radius:12px}.restaurant-storefront-page .qty-btn{width:28px;height:28px;border:none;background:none;color:#f25211;font-size:20px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;line-height:1;transition:color .15s}.restaurant-storefront-page .qty-btn:hover:not(:disabled){color:#d14509}.restaurant-storefront-page .qty-btn:disabled{color:#d1d5db;cursor:not-allowed}.restaurant-storefront-page .qty-display{min-width:24px;text-align:center;font-size:15px;font-weight:600;color:#111827}.restaurant-storefront-page .add-to-cart-btn{width:100%;height:40px;border-radius:12px;border:none;background:#f25211;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s,transform .2s,box-shadow .2s}.restaurant-storefront-page .add-to-cart-btn:hover:not(:disabled){background:#d94711;transform:translateY(-1px);box-shadow:0 4px 12px #f252114d}.restaurant-storefront-page .add-to-cart-btn:active{transform:translateY(0);box-shadow:0 2px 6px #f2521133}@media (max-width: 1024px){.restaurant-storefront-page .storefront-marketplace-shell{grid-template-columns:1fr;padding:20px 24px 32px}.restaurant-storefront-page .storefront-order-rail{display:none}.restaurant-storefront-page .storefront-order-rail--with-masterlist{display:block;min-height:0}.restaurant-storefront-page .storefront-order-rail--with-masterlist .storefront-order-rail-stack{position:static;gap:0}.restaurant-storefront-page .storefront-order-rail--with-masterlist .storefront-cart-panel{display:none}}@media (max-width: 768px){.restaurant-storefront-page .hero-banner{min-height:360px}.restaurant-storefront-page .hero-content{padding:60px 20px 32px}.restaurant-storefront-page .back-link{top:16px;left:20px}.restaurant-storefront-page .supplier-logo,.restaurant-storefront-page .supplier-logo-fallback{width:80px;height:80px}.restaurant-storefront-page .supplier-logo-fallback{font-size:30px}.restaurant-storefront-page .hero-name{font-size:32px}.restaurant-storefront-page .hero-company{font-size:15px}.restaurant-storefront-page .view-cart-btn{width:100%;max-width:300px}.restaurant-storefront-page .category-nav{margin:0 0 14px;border-radius:12px}.restaurant-storefront-page .category-scroll{padding:12px 16px}.restaurant-storefront-page .storefront-marketplace-shell{padding:16px 16px 24px}.restaurant-storefront-page .section-title{font-size:20px}.restaurant-storefront-page .category-section{padding:18px}.restaurant-storefront-page .category-section-header{align-items:flex-start;flex-direction:column}.restaurant-storefront-page .products-list{grid-template-columns:repeat(2,1fr);gap:12px}}@media (max-width: 480px){.restaurant-storefront-page .hero-banner{min-height:320px}.restaurant-storefront-page .hero-content{padding:50px 16px 28px}.restaurant-storefront-page .supplier-logo,.restaurant-storefront-page .supplier-logo-fallback{width:72px;height:72px}.restaurant-storefront-page .supplier-logo-fallback{font-size:26px}.restaurant-storefront-page .hero-name{font-size:28px}.restaurant-storefront-page .hero-company{font-size:14px}.restaurant-storefront-page .category-pill{padding:8px 16px;font-size:13px}.restaurant-storefront-page .products-list{grid-template-columns:1fr 1fr;gap:10px}}.storefront-sticky-cart{display:none;position:fixed;bottom:0;left:0;right:0;z-index:200;background:#1f2937;border-top:1px solid rgba(255,255,255,.08);box-shadow:0 -4px 16px #0000002e}.storefront-sticky-cart-inner{max-width:1200px;margin:0 auto;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px}.storefront-sticky-cart-info{display:flex;flex-direction:column;gap:2px;color:#f9fafb}.storefront-sticky-cart-label{font-size:15px;font-weight:600}.storefront-sticky-cart-total{font-size:13px;color:#d1d5db}.storefront-sticky-cart-btn{background:#f25211;color:#fff;border:none;border-radius:8px;padding:10px 24px;font-size:14px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s ease}.storefront-sticky-cart-btn:hover{background:#d14509}@media (max-width: 1024px){.storefront-mobile-cart{display:block}.restaurant-storefront-page.has-sticky-cart{padding-bottom:92px}}@media (max-width: 768px){.storefront-sticky-cart-inner{padding:12px 16px;align-items:flex-start;flex-direction:column}.storefront-sticky-cart-label{font-size:13px}.storefront-sticky-cart-total{font-size:12px}.storefront-sticky-cart-btn{width:100%;padding:9px 18px;font-size:13px}.restaurant-storefront-page.has-sticky-cart{padding-bottom:116px}}.restaurant-storefront-page .currency-mismatch-banner{background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;color:#92400e;font-size:14px;font-weight:500;padding:12px 16px;margin-bottom:16px}.my-suppliers-dashboard{max-width:1380px;margin:0 auto;padding:24px;display:flex;flex-direction:column;gap:28px}.my-suppliers-dashboard .page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.my-suppliers-dashboard .page-header h1{margin:0 0 8px;font-size:2rem;line-height:1.1;color:#111827}.my-suppliers-dashboard .page-description{margin:0;max-width:620px;color:#6b7280;font-size:.95rem;line-height:1.6}.my-suppliers-dashboard .dashboard-section__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.my-suppliers-dashboard .dashboard-section__eyebrow{display:inline-flex;align-items:center;min-height:28px;padding:0 12px;border-radius:999px;background:#f973161a;color:#c2410c;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.my-suppliers-dashboard .dashboard-section__title{margin:10px 0 0;color:#111827;font-size:1.55rem;line-height:1.2;font-weight:700}.my-suppliers-dashboard .dashboard-section__subtext{margin:10px 0 0;max-width:720px;color:#6b7280;font-size:.95rem;line-height:1.6}.my-suppliers-dashboard .summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.my-suppliers-dashboard .summary-card{min-height:150px;padding:18px;border-radius:24px;border:1px solid #eceff3;background:#fff;box-shadow:0 10px 24px #0f172a09;display:flex;flex-direction:column;gap:10px}.my-suppliers-dashboard .summary-card--interactive{width:100%;text-align:left;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.my-suppliers-dashboard .summary-card--interactive:hover:not(:disabled){transform:translateY(-1px);border-color:#f973162e;box-shadow:0 14px 28px #0f172a0d}.my-suppliers-dashboard .summary-card--interactive:disabled{cursor:default;opacity:.72}.my-suppliers-dashboard .summary-card--primary{background:linear-gradient(180deg,#fff,#fcfaf7)}.my-suppliers-dashboard .summary-card--accent{border-color:#f973162e;background:linear-gradient(180deg,#fff,#fff7ed94)}.my-suppliers-dashboard .summary-card__label{color:#6b7280;font-size:.78rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.my-suppliers-dashboard .summary-card__value{color:#111827;font-size:clamp(1.45rem,1.8vw,2rem);line-height:1.1;font-weight:700}.my-suppliers-dashboard .summary-card__value--copy{font-size:clamp(1rem,1.35vw,1.3rem);line-height:1.35}.my-suppliers-dashboard .summary-card__hint{margin:auto 0 0;color:#6b7280;font-size:.88rem;line-height:1.5}.my-suppliers-dashboard .smart-actions{padding:26px;border-radius:28px;border:1px solid #eceff3;background:#fff;box-shadow:0 18px 40px #0f172a0d}.my-suppliers-dashboard .smart-actions__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.my-suppliers-dashboard .smart-action-card{display:flex;align-items:flex-start;gap:14px;border:1px solid rgba(229,231,235,.7);border-radius:22px;background:linear-gradient(180deg,#fff,#fbfcfd);padding:18px;cursor:pointer;text-align:left;box-shadow:0 10px 20px #0f172a08;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}.my-suppliers-dashboard .smart-action-card:hover{transform:translateY(-1px);border-color:#f973162e;box-shadow:0 14px 28px #0f172a0d}.my-suppliers-dashboard .smart-action-card--primary{background:linear-gradient(135deg,#fff7ed,#fff);border-color:#f9731642;box-shadow:0 16px 30px #f9731617}.my-suppliers-dashboard .smart-action-card__icon{width:42px;height:42px;flex-shrink:0;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:#f973161f}.my-suppliers-dashboard .smart-action-card__body{display:flex;flex-direction:column;gap:6px}.my-suppliers-dashboard .smart-action-card__body strong{color:#111827;font-size:1rem;line-height:1.35;font-weight:700}.my-suppliers-dashboard .smart-action-card__body span{color:#6b7280;font-size:.9rem;line-height:1.55}.my-suppliers-dashboard .relationship-section{display:flex;flex-direction:column;gap:16px}.my-suppliers-dashboard .relationship-grid{display:grid;grid-template-columns:repeat(3,minmax(260px,1fr));gap:18px}.my-suppliers-dashboard .pending-relationship-grid{display:grid;grid-template-columns:repeat(2,minmax(320px,1fr));gap:18px}.my-suppliers-dashboard .msc-rel-card,.my-suppliers-dashboard .pending-relationship-card,.my-suppliers-dashboard .section-card{border-radius:16px;border:1px solid #e5e7eb;background:#fff;box-shadow:0 6px 18px #0f172a0d}.my-suppliers-dashboard .msc-rel-card.sf-card{border-radius:16px}.my-suppliers-dashboard .msc-rel-card .sf-card__cover{height:130px}.my-suppliers-dashboard .msc-rel-card .sf-card__logo{width:80px;height:80px;border-radius:50%}.my-suppliers-dashboard .msc-rel-card .sf-card__logo-initial{font-size:1.6rem}.my-suppliers-dashboard .msc-rel-card .sf-card__header{margin-top:-40px}.my-suppliers-dashboard .msc-rel-card .sf-card__desc{max-width:320px;margin-left:auto;margin-right:auto}.my-suppliers-dashboard .msc-rel-card--active{background:linear-gradient(180deg,#fff,#fcfbf8)}.my-suppliers-dashboard .msc-rel-card--inactive{opacity:.88;background:linear-gradient(180deg,#fff,#f9fafb)}.my-suppliers-dashboard .msc-rel-inner{display:flex;flex-direction:column;gap:14px}.my-suppliers-dashboard .msc-rel-footer{display:flex;justify-content:center;padding-top:2px}.my-suppliers-dashboard .msc-rel-unlink{border:none;background:transparent;padding:0;color:#9ca3af;font-size:.82rem;font-weight:600;cursor:pointer;transition:color .2s}.my-suppliers-dashboard .msc-rel-unlink:hover{color:#dc2626}.my-suppliers-dashboard .relationship-card__logo,.my-suppliers-dashboard .relationship-card__logo img,.my-suppliers-dashboard .relationship-card__logo-initial{width:58px;height:58px;border-radius:18px;flex-shrink:0}.my-suppliers-dashboard .relationship-card__logo{display:inline-flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid #e5e7eb;background:#fff}.my-suppliers-dashboard .relationship-card__logo img{object-fit:cover}.my-suppliers-dashboard .relationship-card__logo-initial{display:inline-flex;align-items:center;justify-content:center;background:#f973161f;color:#c2410c;font-size:1.05rem;font-weight:700}.my-suppliers-dashboard .relationship-card__logo--small,.my-suppliers-dashboard .relationship-card__logo--small img,.my-suppliers-dashboard .relationship-card__logo--small .relationship-card__logo-initial{width:52px;height:52px}.my-suppliers-dashboard .relationship-card__identity{min-width:0;display:flex;flex-direction:column;gap:8px}.my-suppliers-dashboard .relationship-card__identity h3,.my-suppliers-dashboard .pending-relationship-card__identity h3{margin:0;color:#111827;font-size:1.06rem;line-height:1.35;font-weight:700}.my-suppliers-dashboard .relationship-card__location{margin:0;display:inline-flex;align-items:center;justify-content:center;gap:8px;color:#6b7280;font-size:.92rem;width:100%;text-align:center}.my-suppliers-dashboard .relationship-card__tags{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.my-suppliers-dashboard .relationship-card__tag{min-height:30px;padding:0 12px;border-radius:999px;display:inline-flex;align-items:center;background:#f8fafc;color:#475569;font-size:.82rem;font-weight:600}.my-suppliers-dashboard .relationship-card__rating{display:flex;justify-content:center}.my-suppliers-dashboard .relationship-card__rating-value{font-size:.82rem;font-weight:600;color:#f25211}.my-suppliers-dashboard .relationship-card__rating-new{font-size:.82rem;font-weight:500;color:#9ca3af}.my-suppliers-dashboard .relationship-card__metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.my-suppliers-dashboard .relationship-card__metric{padding:14px 16px;border-radius:18px;background:#f9fafb;border:1px solid #eef2f7;display:flex;flex-direction:column;gap:6px}.my-suppliers-dashboard .relationship-card__metric-label{color:#6b7280;font-size:.79rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.my-suppliers-dashboard .relationship-card__metric-value{color:#111827;font-size:1rem;line-height:1.35;font-weight:700}.my-suppliers-dashboard .relationship-card__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.my-suppliers-dashboard .relationship-card__actions .relationship-card__action-primary,.my-suppliers-dashboard .relationship-card__actions .relationship-card__action--orders{width:100%}.my-suppliers-dashboard .relationship-card__actions .relationship-card__action-primary{border-radius:999px}.my-suppliers-dashboard .relationship-card__actions .relationship-card__action--catalogue{grid-column:1 / -1}.my-suppliers-dashboard .relationship-card__action{min-height:44px;padding:0 16px;border-radius:999px;border:1px solid #e5e7eb;background:#fff;color:#374151;font-size:.9rem;font-weight:700;cursor:pointer;transition:transform .2s ease,border-color .2s ease,color .2s ease}.my-suppliers-dashboard .relationship-card__action:hover{transform:translateY(-1px);border-color:#f97316;color:#c2410c;background:#fff7f3}.my-suppliers-dashboard .relationship-card__action:disabled,.my-suppliers-dashboard .relationship-card__action[aria-disabled=true]{cursor:default;opacity:.52}.my-suppliers-dashboard .relationship-card__action:disabled:hover,.my-suppliers-dashboard .relationship-card__action[aria-disabled=true]:hover{transform:none;border-color:#e5e7eb;color:#374151}.my-suppliers-dashboard .relationship-card__utility{border:0;background:transparent;padding:4px 0 0;color:#9ca3af;font-size:.8rem;font-weight:600;cursor:pointer;white-space:nowrap}.my-suppliers-dashboard .relationship-card__utility:hover{color:#dc2626}.my-suppliers-dashboard .pending-relationship-card{padding:20px;display:flex;flex-direction:column;gap:18px;background:linear-gradient(180deg,#fff,#fffaf5);border-color:#f9731638}.my-suppliers-dashboard .pending-relationship-card--denied{background:linear-gradient(180deg,#fff,#fff7f7);border-color:#dc26262e}.my-suppliers-dashboard .pending-relationship-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.my-suppliers-dashboard .pending-relationship-card__identity{display:flex;align-items:flex-start;gap:14px}.my-suppliers-dashboard .pending-relationship-card__identity p{margin:6px 0 0;color:#6b7280;font-size:.9rem}.my-suppliers-dashboard .pending-relationship-card__badge{min-height:28px;padding:0 12px;border-radius:999px;display:inline-flex;align-items:center;background:#fff7ed;color:#c2410c;font-size:.78rem;font-weight:700}.my-suppliers-dashboard .pending-relationship-card__badge.is-denied{background:#fee2e2;color:#b91c1c}.my-suppliers-dashboard .pending-relationship-card__details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.my-suppliers-dashboard .pending-relationship-card__details div{padding:14px 16px;border-radius:18px;background:#ffffffc7;border:1px solid rgba(229,231,235,.8);display:flex;flex-direction:column;gap:6px}.my-suppliers-dashboard .pending-relationship-card__details span{color:#6b7280;font-size:.78rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.my-suppliers-dashboard .pending-relationship-card__details strong{color:#111827;font-size:.95rem;line-height:1.4;font-weight:700}.my-suppliers-dashboard .pending-relationship-card__actions{display:flex}.my-suppliers-dashboard .empty-suppliers-card{max-width:760px;margin:0 auto;text-align:center;padding:40px 36px}.my-suppliers-dashboard .empty-suppliers-card h2{margin:0 0 22px;color:#111827;font-size:1.3rem;font-weight:500}.my-suppliers-dashboard .empty-suppliers-card p{margin:0 auto 22px;max-width:560px;color:#6b7280;font-size:.95rem;line-height:1.6}.my-suppliers-dashboard .code-input-header{max-width:560px;margin:0 auto 8px;display:flex;justify-content:flex-start}.my-suppliers-dashboard .code-input-header label{color:#374151;font-size:.9rem;font-weight:600}.my-suppliers-dashboard .inline-link-controls{max-width:560px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.my-suppliers-dashboard .inline-code-input{width:100%;height:48px;border:1px solid #d1d5db;border-radius:12px;padding:0 14px;color:#111827;font-size:.95rem}.my-suppliers-dashboard .inline-code-input:focus{outline:none;border-color:#f25211;box-shadow:0 0 0 3px #f252111a}.my-suppliers-dashboard .inline-code-input:disabled{background:#f9fafb;cursor:not-allowed}.my-suppliers-dashboard .inline-link-controls .mm-button{width:100%}.my-suppliers-dashboard .link-supplier-primary{background:#f25211!important;border-color:#f25211!important;color:#fff!important}.my-suppliers-dashboard .inline-link-loading{display:inline-flex;align-items:center;gap:8px}.my-suppliers-dashboard .inline-link-spinner{width:14px;height:14px;border-radius:999px;border:2px solid rgba(255,255,255,.5);border-top-color:#fff;animation:inline-link-spin .8s linear infinite}@keyframes inline-link-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.my-suppliers-dashboard .inline-secondary-actions{margin-top:20px;display:flex;justify-content:center}.my-suppliers-dashboard .find-suppliers-secondary{min-height:44px}.my-suppliers-dashboard .pending-link-cta-card{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:24px}.my-suppliers-dashboard .pending-link-cta-card p{margin:0;color:#6b7280;font-size:.95rem}@media (max-width: 1100px){.my-suppliers-dashboard .summary-grid,.my-suppliers-dashboard .smart-actions__grid,.my-suppliers-dashboard .relationship-grid,.my-suppliers-dashboard .pending-relationship-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 768px){.my-suppliers-dashboard{padding:16px;gap:22px}.my-suppliers-dashboard .page-header{flex-direction:column}.my-suppliers-dashboard .page-header .mm-button{width:100%}.my-suppliers-dashboard .summary-grid,.my-suppliers-dashboard .smart-actions__grid,.my-suppliers-dashboard .relationship-grid,.my-suppliers-dashboard .pending-relationship-grid,.my-suppliers-dashboard .relationship-card__metrics,.my-suppliers-dashboard .pending-relationship-card__details{grid-template-columns:1fr}.my-suppliers-dashboard .smart-actions,.my-suppliers-dashboard .relationship-card,.my-suppliers-dashboard .pending-relationship-card,.my-suppliers-dashboard .section-card{padding:20px}.my-suppliers-dashboard .relationship-card__actions{grid-template-columns:1fr;align-items:stretch}.my-suppliers-dashboard .pending-link-cta-card{flex-direction:column;align-items:stretch}.my-suppliers-dashboard .relationship-card__actions .mm-button,.my-suppliers-dashboard .relationship-card__action{width:100%}}.compare-page{padding:24px;max-width:1240px;margin:0 auto}.compare-page--with-masterlist,.compare-page--with-rail{max-width:1440px}.compare-page-shell--with-rail{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:28px;align-items:start}.compare-page-main,.compare-page-rail{min-width:0}.compare-page-rail{position:sticky;top:24px;display:flex;flex-direction:column;gap:20px;max-height:calc(100vh - 48px);overflow-y:auto;align-self:flex-start}.compare-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:28px;flex-wrap:wrap}.compare-title{font-size:28px;font-weight:700;color:#111827;margin:0 0 4px;line-height:1.2}.compare-subtitle{font-size:14px;color:#6b7280;margin:0}.compare-filter-bar{display:flex;flex-direction:column;gap:.9rem;padding:1rem;margin:16px 0 20px;border:1px solid rgba(226,232,240,.9);border-radius:22px;background:linear-gradient(180deg,#fff,#fbfcfe);box-shadow:0 8px 24px #0f172a0a}.compare-filter-bar__row{display:flex;align-items:stretch;justify-content:space-between;gap:1rem;min-width:0}.compare-filter-bar__group{display:flex;align-items:flex-end;gap:.85rem;min-width:0}.compare-filter-bar__group--primary{flex:1}.compare-filter-bar__group--secondary{flex-shrink:0}.compare-filter-control{display:flex;flex-direction:column;gap:.38rem;min-width:0}.compare-filter-control--search{flex:1}.compare-filter-control__label{font-size:.74rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#98a2b3;padding-left:.15rem}.compare-filter-select{min-width:200px}.compare-filter-select--compact{min-width:180px}.compare-filter-select .mm-select-wrapper,.compare-filter-control--search .search-bar-wrapper{width:100%}.compare-results-context{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px 20px;margin-bottom:14px;background:linear-gradient(180deg,#fff7ed,#fff);border:1px solid #fed7aa;border-radius:16px}.compare-results-context-label{margin:0 0 6px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#c2410c}.compare-results-context-title{margin:0;font-size:20px;font-weight:700;color:#111827;line-height:1.25}.compare-results-context-subtitle{margin:8px 0 0;font-size:14px;color:#78716c}.compare-results-context-clear{border:1px solid #fdba74;background:#ffffffe0;color:#c2410c;border-radius:999px;padding:8px 14px;font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;transition:border-color .2s ease,background .2s ease,transform .2s ease}.compare-results-context-clear:hover{border-color:#f97316;background:#fff7f3;transform:translateY(-1px)}.compare-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px;flex-wrap:wrap}.compare-results-summary{margin:0;font-size:14px;color:#6b7280}.compare-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:320px;text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:48px 24px;margin-top:8px}.compare-empty-icon{font-size:52px;margin-bottom:16px;opacity:.7}.compare-empty h2{font-size:20px;font-weight:600;color:#111827;margin:0 0 8px}.compare-empty p{font-size:14px;color:#6b7280;margin:0;max-width:360px}.compare-cta-btn{margin-top:20px;height:40px;padding:0 24px;border-radius:20px;border:none;background:#f25211;color:#fff;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .2s,transform .2s,box-shadow .2s}.compare-cta-btn:hover{background:#d94711;transform:translateY(-1px);box-shadow:0 4px 12px #f252114d}.compare-error{display:flex;align-items:center;gap:16px;background:#ffebee;border:1px solid #ef5350;border-radius:8px;padding:14px 18px;margin-bottom:20px;font-size:14px;color:#c62828}.compare-retry-btn{flex-shrink:0;padding:7px 16px;background:#c62828;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:500;font-family:inherit;cursor:pointer;transition:background .15s}.compare-retry-btn:hover{background:#b71c1c}.compare-supplier-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:24px;overflow:hidden;box-shadow:0 1px 3px #0000000f}.compare-supplier-header{display:flex;align-items:center;gap:12px;padding:14px 20px;background:#f9fafb;border-bottom:1px solid #e5e7eb}.compare-supplier-logo{width:40px;height:40px;border-radius:8px;object-fit:cover;border:1px solid #e5e7eb;flex-shrink:0}.compare-supplier-name{font-size:17px;font-weight:600;color:#111827;margin:0 0 1px}.compare-supplier-count{font-size:12px;color:#6b7280;font-weight:400}.compare-storefront-link{margin-left:auto;flex-shrink:0;background:transparent;border:1px solid #d1d5db;border-radius:6px;padding:6px 14px;font-size:13px;font-weight:500;font-family:inherit;color:#374151;cursor:pointer;transition:background .15s,border-color .15s}.compare-storefront-link:hover{background:#f3f4f6;border-color:#9ca3af}.compare-storefront-link--inline{margin-left:0}.compare-product-list{display:flex;flex-direction:column}.compare-results-list{display:flex;flex-direction:column;gap:12px}.compare-result-card{display:flex;align-items:stretch;justify-content:space-between;gap:22px;padding:18px 20px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 10px 24px #0f172a0f;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.compare-result-card:hover{transform:translateY(-2px);box-shadow:0 16px 32px #0f172a17;border-color:#fed7aa}.compare-result-card--selected{border-color:#86efac;background:linear-gradient(180deg,#f0fdf4,#fff);box-shadow:0 14px 32px #22c55e1f}.compare-result-main{display:flex;align-items:flex-start;gap:16px;flex:1;min-width:0}.compare-result-top{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.compare-best-price{display:inline-flex;align-items:center;background:#dcfce7;color:#047857;font-size:11px;font-weight:700;padding:5px 10px;border-radius:999px}.compare-result-supplier-row{display:flex;align-items:center;gap:10px}.compare-inline-supplier-logo,.compare-inline-supplier-placeholder{width:32px;height:32px;border-radius:999px;flex-shrink:0}.compare-inline-supplier-logo{object-fit:cover;border:1px solid #e5e7eb;box-shadow:0 6px 14px #0f172a14}.compare-inline-supplier-placeholder{display:inline-flex;align-items:center;justify-content:center;background:#fff7ed;color:#f25211;font-size:12px;font-weight:700}.compare-result-supplier{font-size:14px;font-weight:700;color:#1f2937}.compare-result-side{min-width:210px;display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;gap:12px}.compare-product-row{display:flex;align-items:center;gap:16px;padding:14px 20px;border-bottom:1px solid #f3f4f6;transition:background .15s}.compare-product-row:last-child{border-bottom:none}.compare-product-row:hover{background:#f9fafb}.compare-product-thumb{width:64px;height:64px;flex-shrink:0}.compare-product-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.compare-product-name{font-size:16px;font-weight:700;color:#111827;margin:0;line-height:1.35}.compare-product-meta{font-size:13px;color:#94a3b8;margin:0}.compare-product-desc{font-size:13px;color:#6b7280;margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.compare-out-of-stock{display:inline-flex;align-items:center;align-self:flex-start;background:#fee2e2;color:#991b1b;font-size:11px;font-weight:600;padding:2px 8px;border-radius:999px;margin-top:2px}.compare-product-pricing{text-align:right;flex-shrink:0;min-width:104px;display:flex;flex-direction:column;align-items:flex-end;gap:8px}.compare-price-badges{display:flex;align-items:center;justify-content:flex-end;gap:6px;flex-wrap:wrap}.compare-price-final{font-size:24px;font-weight:800;letter-spacing:-.02em;color:#047857;margin:0;line-height:1}.compare-price-original{font-size:12px;font-weight:400;color:#9e9e9e;text-decoration:line-through;margin:0 0 1px}.compare-price-unavailable{font-size:14px;color:#94a3b8}.compare-price-status{display:inline-flex;margin-top:8px;font-size:12px;font-weight:600;color:#b45309}.compare-discount-badge{display:inline-flex;align-items:center;align-self:flex-end;background:#dcfce7;color:#15803d;font-size:11px;font-weight:600;padding:2px 8px;border-radius:999px;margin-top:3px;white-space:nowrap}.compare-selected-badge{display:inline-flex;align-items:center;background:#ecfdf5;color:#166534;font-size:11px;font-weight:700;padding:5px 10px;border-radius:999px}.compare-product-action{flex:1 1 0;min-width:0;display:flex;justify-content:stretch}.compare-result-actions{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);align-items:center;gap:10px;min-width:300px;width:100%}.compare-add-btn{width:100%;height:38px;padding:0 20px;border-radius:12px;border:none;background:#f25211;color:#fff;font-size:13px;font-weight:700;font-family:inherit;cursor:pointer;transition:background .2s,transform .2s,box-shadow .2s;white-space:nowrap}.compare-add-btn:hover:not(:disabled){background:#d94711;transform:translateY(-1px);box-shadow:0 4px 12px #f2521140}.compare-add-btn:active:not(:disabled){transform:translateY(0);box-shadow:none}.compare-add-btn:disabled{opacity:.4;cursor:not-allowed}.compare-quantity-controls{display:flex;align-items:center;gap:8px;justify-content:flex-end;width:100%}.compare-qty-btn{width:32px;height:32px;border-radius:50%;border:2px solid #f25211;background:#fff;color:#f25211;font-size:18px;font-weight:600;font-family:inherit;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;padding:0;line-height:1}.compare-qty-btn:hover:not(:disabled){background:#f25211;color:#fff;transform:scale(1.05)}.compare-qty-btn:disabled{border-color:#d1d5db;color:#9ca3af;cursor:not-allowed;opacity:.5}.compare-qty-display{min-width:28px;text-align:center;font-size:15px;font-weight:600;color:#111827}.compare-storefront-link--inline{display:inline-flex;align-items:center;justify-content:center;width:100%;height:38px;border-radius:12px;font-weight:600}.compare-page-rail::-webkit-scrollbar,.compare-cart-preview-list::-webkit-scrollbar{width:8px}.compare-page-rail::-webkit-scrollbar-track,.compare-cart-preview-list::-webkit-scrollbar-track{background:#f8fafc;border-radius:10px}.compare-page-rail::-webkit-scrollbar-thumb,.compare-cart-preview-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px;border:2px solid #f8fafc}.compare-page-rail::-webkit-scrollbar-thumb:hover,.compare-cart-preview-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.compare-cart-panel{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:20px;box-shadow:0 1px 3px #00000014;display:flex;flex-direction:column;gap:16px;flex-shrink:0}.compare-cart-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.compare-cart-panel-title{margin:0;font-size:18px;font-weight:700;color:#111827}.compare-cart-panel-subtitle{margin:4px 0 0;font-size:13px;color:#6b7280}.compare-cart-panel-count{display:inline-flex;align-items:center;justify-content:center;min-width:64px;padding:6px 10px;border-radius:999px;background:#fff7ed;color:#c2410c;font-size:12px;font-weight:700}.compare-cart-panel-context{margin:0;font-size:13px;color:#4b5563}.compare-cart-preview{border:1px solid #f1f5f9;border-radius:12px;background:#f8fafc;padding:12px}.compare-cart-preview-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.compare-cart-preview-label{font-size:12px;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.04em}.compare-cart-clear-btn{border:none;background:transparent;color:#b45309;font-size:12px;font-weight:600;cursor:pointer}.compare-cart-clear-btn:hover{color:#92400e}.compare-cart-preview-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px;max-height:320px;overflow-y:auto;overflow-x:hidden}.compare-cart-preview-item{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.compare-cart-preview-copy{min-width:0;display:flex;flex-direction:column;gap:2px}.compare-cart-preview-name{font-size:14px;font-weight:600;color:#111827}.compare-cart-preview-meta{font-size:12px;color:#6b7280}.compare-cart-preview-remove{border:none;background:transparent;color:#9ca3af;font-size:18px;line-height:1;cursor:pointer;padding:0}.compare-cart-preview-remove:hover{color:#111827}.compare-cart-summary-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:4px;font-size:14px;color:#111827}.compare-cart-panel-btn{height:42px;border:none;border-radius:10px;background:#f25211;color:#fff;font-size:14px;font-weight:700;cursor:pointer;transition:background .15s ease,transform .15s ease}.compare-cart-panel-btn:hover{background:#d14509;transform:translateY(-1px)}.compare-sticky-cart{display:none;position:fixed;bottom:0;left:0;right:0;z-index:200;background:#1f2937;border-top:1px solid rgba(255,255,255,.08);box-shadow:0 -4px 16px #0000002e}.compare-sticky-cart-inner{max-width:1200px;margin:0 auto;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px}.compare-sticky-cart-info{display:flex;flex-direction:column;gap:2px;color:#f9fafb}.compare-sticky-cart-label{font-size:15px;font-weight:600}.compare-sticky-cart-total{font-size:13px;color:#d1d5db}.compare-sticky-cart-btn{background:#f25211;color:#fff;border:none;border-radius:8px;padding:10px 24px;font-size:14px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s ease}.compare-sticky-cart-btn:hover{background:#d14509}@media (max-width: 1366px){.compare-page-shell--with-rail{grid-template-columns:minmax(0,1fr) 300px;gap:20px}.compare-filter-select{min-width:160px}.compare-filter-select--compact{min-width:140px}.compare-filter-bar{gap:.8rem;padding:.9rem}.compare-filter-bar__row{gap:.75rem}.compare-filter-bar__group{gap:.7rem}.compare-result-actions{min-width:240px}}@media (max-width: 1024px){.compare-page-shell--with-rail{grid-template-columns:1fr}.compare-page-rail{position:static;max-height:none;overflow-y:visible;min-height:0}.compare-mobile-cart{display:block}.compare-page.has-sticky-cart{padding-bottom:92px}}@media (max-width: 768px){.compare-page{padding:16px}.compare-title{font-size:24px}.compare-filter-bar__row{flex-direction:column}.compare-filter-bar__group{flex-wrap:wrap}.compare-filter-select,.compare-filter-select--compact{min-width:0;flex:1 1 220px}.compare-toolbar{align-items:stretch}.compare-results-context{flex-direction:column;align-items:stretch}.compare-results-context-clear{align-self:flex-start}.compare-result-card{flex-direction:column;padding:16px}.compare-result-side{min-width:0;align-items:stretch}.compare-product-pricing,.compare-price-badges{align-items:flex-start;justify-content:flex-start;text-align:left}.compare-result-actions{grid-template-columns:1fr;min-width:0}.compare-product-row{padding:12px 16px;gap:12px}.compare-product-thumb{width:44px;height:44px}.compare-supplier-header{padding:12px 16px;flex-wrap:wrap;gap:8px}.compare-storefront-link{margin-left:0}.compare-product-action{justify-content:stretch;min-width:0}.compare-sticky-cart-inner{padding:12px 16px;align-items:flex-start;flex-direction:column}.compare-sticky-cart-label{font-size:13px}.compare-sticky-cart-total{font-size:12px}.compare-sticky-cart-btn{width:100%;padding:9px 18px;font-size:13px}.compare-page.has-sticky-cart{padding-bottom:116px}}@media (max-width: 480px){.compare-product-desc{display:none}.compare-result-main{flex-direction:column}}.compare-page .currency-mismatch-banner{background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;color:#92400e;font-size:14px;font-weight:500;padding:12px 16px;margin-bottom:16px}.cart-badge-container{position:relative;display:inline-block}.cart-icon{font-size:20px}.cart-badge-count{position:absolute;top:-8px;right:-10px;background:var(--primary-color);color:#fff;font-size:11px;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px;box-shadow:0 2px 4px #0003}.cart-item{background:#ffffffc7;border-radius:18px;padding:16px 18px;margin-bottom:12px;box-shadow:0 6px 16px #0f172a09;border:1px solid rgba(231,220,204,.48);transition:box-shadow .2s ease,transform .2s ease}.cart-item:hover{box-shadow:0 10px 22px #0f172a0d;transform:translateY(-1px)}.cart-item-content{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid rgba(222,226,231,.55)}.cart-item-info{flex:1;min-width:0}.cart-item-name{font-size:18px;font-weight:700;color:var(--text-primary);margin:0 0 6px}.cart-item-category{font-size:13px;color:var(--text-secondary);margin:0;line-height:1.5}.cart-item-stock-warning{font-size:12px;font-weight:600;color:#b45309;background:#fef3c7;border:1px solid #FCD34D;border-radius:6px;padding:3px 8px;margin:4px 0 0;display:inline-block}.cart-item-price{text-align:right;min-width:132px;display:flex;flex-direction:column;align-items:flex-end;gap:4px}.cart-item-unit-price{font-size:15px;color:var(--text-primary);font-weight:600}.cart-item-unit-price--original{text-decoration:line-through;color:#9e9e9e;display:block}.cart-item-unit-price--discounted{color:#15803d;font-weight:600;display:block}.cart-item-discount-badge{display:inline-flex;align-items:center;background:#dcfce7;color:#15803d;font-size:11px;font-weight:600;padding:2px 8px;border-radius:999px;margin-top:4px}.cart-item-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.quantity-controls{display:flex;align-items:center;gap:8px;border:1px solid rgba(222,226,231,.82);border-radius:12px;padding:4px;background:#fff}.quantity-btn{width:32px;height:32px;border:none;background:#f3f4f6;color:var(--text-primary);font-size:18px;font-weight:600;border-radius:6px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.quantity-btn:hover{background:var(--primary-color);color:#fff}.quantity-btn:active{transform:scale(.95)}.quantity-input{width:60px;height:32px;border:none;text-align:center;font-size:16px;font-weight:600;color:var(--text-primary);background:transparent}.quantity-input:focus{outline:none}.quantity-input::-webkit-outer-spin-button,.quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quantity-input[type=number]{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.cart-item-total{display:flex;flex-direction:column;align-items:flex-end;min-width:112px}.total-label{font-size:12px;color:var(--text-secondary);font-weight:600;margin-bottom:2px}.total-amount{font-size:21px;font-weight:700;color:var(--primary-color)}.remove-btn{margin-left:auto}@media (max-width: 768px){.cart-item-content{flex-direction:column;gap:12px}.cart-item-price{text-align:left}.cart-item-actions{flex-direction:column;align-items:stretch;gap:12px}.cart-item-total{align-items:flex-start}.remove-btn{margin-left:0;width:100%}}.cart-page{max-width:1440px;margin:0 auto;padding:0}.cart-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;gap:16px}.cart-title{font-size:32px;font-weight:700;color:var(--text-primary);margin:0 0 8px}.cart-subtitle{font-size:16px;color:var(--text-secondary);margin:0}.multi-supplier-warning{background:#fff8ed;border:1px solid #f2d6b0;border-radius:18px;padding:16px;margin-bottom:24px;display:flex;gap:12px;align-items:flex-start}.warning-icon{font-size:24px;flex-shrink:0}.warning-content strong{display:block;color:#92400e;margin-bottom:4px;font-size:15px}.warning-content p{margin:0;color:#78350f;font-size:14px;line-height:1.5}.cart-content{display:flex;flex-direction:column;gap:14px;max-width:980px;margin:0 auto}.cart-items-section{min-height:200px}.supplier-group{margin-bottom:5px;padding:18px 20px 16px;border-radius:24px;background:#fffdfa;border:1px solid rgba(233,223,210,.9);box-shadow:0 12px 28px #0f172a0d}.supplier-group-header{padding:0 2px 16px;margin-bottom:18px;border-bottom:1px solid rgba(221,226,232,.72)}.supplier-group-header-top{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.supplier-identity{display:flex;align-items:center;gap:12px;min-width:0}.supplier-avatar-cart{width:42px;height:42px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#fff3ea;border:1px solid rgba(242,82,17,.2);color:var(--primary-color);font-size:16px;font-weight:700}.supplier-avatar-cart-image{width:42px;height:42px;flex-shrink:0;display:block;border-radius:999px;object-fit:cover;border:1px solid rgba(242,82,17,.14);background:#fff}.supplier-copy{min-width:0}.supplier-name{font-size:20px;font-weight:800;color:var(--text-primary);margin:0 0 4px}.supplier-meta{margin:0;font-size:14px;line-height:1.5;color:var(--text-secondary);font-weight:500}.supplier-total{font-size:22px;line-height:1.2;font-weight:800;color:var(--primary-color);text-align:right;white-space:nowrap}.supplier-items{padding-left:16px}.cart-actions-card{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 22px;border-radius:22px;background:#fffdfa;border:1px solid rgba(233,223,210,.9);box-shadow:0 16px 38px #0f172a12}.cart-actions-copy{max-width:520px}.cart-actions-title{margin:0 0 6px;font-size:20px;font-weight:700;color:var(--text-primary)}.cart-actions-text{margin:0;font-size:14px;line-height:1.5;color:var(--text-secondary)}.cart-actions-buttons{display:flex;flex-direction:column;gap:10px;align-items:stretch;width:min(240px,100%)}.checkout-btn,.continue-shopping-btn{width:100%;min-width:0;min-height:44px;padding:10px 14px;font-size:15px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.empty-cart{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center;background:#fff;border-radius:12px;padding:48px 24px}.empty-cart-icon{font-size:80px;margin-bottom:24px;opacity:.5}.empty-cart h2{font-size:24px;font-weight:600;color:var(--text-primary);margin:0 0 12px}.empty-cart p{font-size:16px;color:var(--text-secondary);margin:0 0 24px}@media (max-width: 768px){.cart-header{flex-direction:column;align-items:flex-start}.cart-title{font-size:28px}.supplier-group-header{gap:6px}.supplier-group-header-top{flex-direction:column;align-items:flex-start}.supplier-total{text-align:left}.supplier-items{padding-left:8px}.multi-supplier-warning{flex-direction:column}.cart-actions-card{flex-direction:column;align-items:stretch}.cart-actions-buttons{width:100%;flex-direction:column}.checkout-btn,.continue-shopping-btn{width:100%;min-width:0}}.checkout-page{max-width:1400px;margin:0 auto}.checkout-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.checkout-title{font-size:32px;font-weight:700;color:var(--text-primary);margin:0}.checkout-stock-warning-banner{background:#fef3c7;border:2px solid #FCD34D;border-radius:12px;padding:16px;margin-bottom:24px;display:flex;gap:12px;align-items:flex-start}.checkout-stock-warning-icon{font-size:24px;flex-shrink:0}.checkout-stock-warning-banner strong{display:block;color:#92400e;margin-bottom:8px;font-size:15px}.checkout-stock-warning-banner p{margin:8px 0 0;color:#78350f;font-size:13px}.checkout-stock-warning-list{margin:4px 0 0;padding-left:20px}.checkout-stock-warning-list li{font-size:13px;color:#78350f;margin-bottom:4px;line-height:1.5}.multi-supplier-info{background:#fff8ed;border:1px solid #efc58f;border-radius:18px;padding:22px 24px;margin-bottom:24px;display:flex;gap:12px;align-items:flex-start;box-shadow:0 14px 32px #9a34120f}.info-icon{font-size:24px;flex-shrink:0}.multi-supplier-info-copy{display:flex;flex-direction:column;gap:10px}.multi-supplier-info strong{display:block;color:#92400e;font-size:18px;line-height:1.3}.multi-supplier-list{margin:0;padding-left:18px}.multi-supplier-list li{font-size:14px;line-height:1.5;color:#78350f}.multi-supplier-info p{margin:0;color:#78350f;font-size:14px;line-height:1.5}.checkout-content{display:flex;flex-direction:column;gap:24px;max-width:900px;margin:0 auto}.checkout-form-section{display:flex;flex-direction:column;gap:24px}.form-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000000d}.checkout-form-section>.form-card:first-child{padding:20px 22px;box-shadow:0 1px 6px #0f172a0a}.checkout-form-section>.form-card:first-child .form-label{font-size:13px;font-weight:500;color:var(--text-secondary)}.checkout-form-section>.form-card:first-child .field-hint{font-size:11px}.form-section-title{font-size:20px;font-weight:700;color:var(--text-primary);margin:0}.form-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #E5E7EB}.edit-toggle-btn{background:none;border:2px solid #3B82F6;color:#3b82f6;font-size:14px;font-weight:600;padding:8px 16px;border-radius:8px;cursor:pointer;transition:all .2s}.edit-toggle-btn:hover{background:#3b82f6;color:#fff}.edit-toggle-btn.active{background:#10b981;border-color:#10b981;color:#fff}.edit-toggle-btn.active:hover{background:#059669;border-color:#059669}.delivery-summary-card{background:#f9fafb;border:2px solid #E5E7EB;border-radius:12px;padding:20px;margin-bottom:20px}.summary-item{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #E5E7EB}.summary-item:last-of-type{margin-bottom:0;padding-bottom:0;border-bottom:none}.summary-label{font-size:13px;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px}.summary-value{font-size:15px;font-weight:600;color:var(--text-primary);text-align:right}.summary-note{background:#eff6ff;border-left:3px solid #3B82F6;padding:12px 16px;border-radius:6px;margin-top:16px}.summary-note small{font-size:13px;color:#1e40af;line-height:1.5}.form-label{display:flex;flex-direction:column;gap:4px;font-size:14px;font-weight:600;color:var(--text-primary);margin-bottom:8px}.field-hint{font-size:12px;font-weight:400;color:var(--text-secondary);margin-left:5px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-textarea{width:100%;padding:12px;border:2px solid #E5E7EB;border-radius:8px;font-family:inherit;font-size:14px;color:var(--text-primary);resize:vertical;transition:border-color .2s}.form-textarea:focus{outline:none;border-color:var(--primary-color)}.form-textarea::placeholder{color:#9ca3af}.form-select{width:100%;padding:10px 12px;border:2px solid #E5E7EB;border-radius:8px;font-family:inherit;font-size:14px;color:var(--text-primary);background:#fff;cursor:pointer;transition:border-color .2s;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.form-select:focus{outline:none;border-color:var(--primary-color)}.supplier-order-group{margin-bottom:24px;margin-top:10px;padding:18px;border:1px solid rgba(222,226,231,1);border-radius:18px;background:#fffdfa;box-shadow:0 10px 24px #0f172a0d}.supplier-order-group:last-child{margin-bottom:0}.supplier-order-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;padding-bottom:14px;border-bottom:1px solid #ece7df}.supplier-order-header-copy{min-width:0}.supplier-order-header h3{font-size:18px;font-weight:700;color:var(--text-primary);margin:0 0 6px}.supplier-item-count{font-size:14px;color:var(--text-secondary)}.supplier-order-total{font-size:22px;font-weight:800;line-height:1.2;color:var(--primary-color);white-space:nowrap}.order-items-list{display:flex;flex-direction:column;gap:10px;margin-bottom:14px}.checkout-item{display:flex;justify-content:space-between;align-items:center;padding:10px 0 10px 14px;border-bottom:1px solid #f1ede6}.checkout-item:last-child{border-bottom:none}.checkout-item-info{display:flex;flex-direction:column;gap:4px}.checkout-item-name{font-size:14px;font-weight:500;color:var(--text-primary)}.checkout-item-meta{font-size:12px;color:var(--text-secondary)}.checkout-item-discount-badge{display:inline-flex;align-items:center;background:#dcfce7;color:#15803d;font-size:10px;font-weight:600;padding:1px 6px;border-radius:999px;margin-left:6px}.checkout-item-total{font-size:14px;font-weight:600;color:var(--primary-color)}.supplier-subtotal{display:flex;justify-content:space-between;align-items:center;padding-top:12px;font-size:14px;font-weight:600;color:var(--text-primary);border-top:1px solid #ece7df}.supplier-subtotal--muted{font-size:13px;font-weight:500;color:var(--text-secondary);border-top:0;padding-top:6px}.supplier-subtotal--strong{color:var(--primary-color)}.checkout-summary-sidebar{display:flex;flex-direction:column;gap:16px}.summary-card{background:#fffdf9;border-radius:20px;padding:24px;box-shadow:0 16px 38px #0f172a12;border:1px solid rgba(233,223,210,.95)}.summary-title{font-size:20px;font-weight:700;color:var(--text-primary);margin:0 0 20px;padding-bottom:16px;border-bottom:2px solid #E5E7EB}.summary-details{margin-bottom:20px;padding-top:4px}.summary-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:12px;font-size:15px;color:var(--text-secondary);gap:16px}.fee-row{font-size:14px}.fee-row span:last-child{color:var(--text-secondary)}.fee-info{margin-left:4px;cursor:help;opacity:.6}.summary-divider{height:2px;background:#e5e7eb;margin:16px 0}.total-row{margin-bottom:0;margin-top:8px;font-size:18px;font-weight:700;color:var(--text-primary)}.total-amount{font-size:30px;font-weight:800;color:var(--text-primary)}.summary-info{background:#faf7f2;border:1px solid rgba(238,230,219,.95);border-radius:14px;padding:12px 14px;margin-bottom:20px}.summary-info p{margin:0 0 4px;font-size:14px;color:var(--text-secondary)}.summary-info p:last-child{margin-bottom:0}.error-message{background:#fee2e2;color:#dc2626;padding:12px;border-radius:8px;font-size:14px;margin-bottom:16px;text-align:center}.place-order-btn{width:100%;font-size:17px;font-weight:700;padding:18px;min-height:60px;margin-top:16px;margin-bottom:12px}.checkout-trust{text-align:center;margin-bottom:8px}.checkout-trust small{font-size:12px;color:var(--text-primary);line-height:1.5}.checkout-note{text-align:center}.checkout-note small{font-size:12px;color:var(--text-secondary);line-height:1.5}.help-card{background:#fdf9f3;border:1px solid rgba(238,230,219,.95);border-radius:14px;padding:14px}.help-card h4{margin:0 0 12px;font-size:16px;font-weight:600;color:var(--text-primary)}.help-card ol{margin:0;padding-left:20px}.help-card li{font-size:14px;color:var(--text-secondary);margin-bottom:8px;line-height:1.5}.help-card li:last-child{margin-bottom:0}.help-card--inline{margin-bottom:18px}@media (max-width: 768px){.checkout-header{flex-direction:column;align-items:flex-start;gap:12px}.checkout-title{font-size:28px}.form-row{grid-template-columns:1fr}.supplier-order-header{flex-direction:column}.supplier-order-total{white-space:normal}}.checkout-processing-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#ffffffd9;display:flex;align-items:center;justify-content:center;z-index:1100}.checkout-processing-content{display:flex;flex-direction:column;align-items:center;gap:16px}.checkout-processing-spinner{width:48px;height:48px;border:4px solid rgba(255,107,0,.2);border-top-color:#ff6b00;border-radius:50%;animation:checkout-spin .75s linear infinite}.checkout-processing-label{font-size:1rem;font-weight:500;color:#333;margin:0}@keyframes checkout-spin{to{transform:rotate(360deg)}}.mm-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.mm-modal{background:#fff;border-radius:16px;max-width:520px;width:100%;padding:32px;box-shadow:0 20px 60px #0000004d;animation:modalFadeIn .2s ease-out}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.mm-modal-header{text-align:center;margin-bottom:24px}.mm-modal-icon{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:32px;font-weight:700}.mm-modal-icon.success{background:#dcfce7;color:#16a34a}.mm-modal-icon.error{background:#fee2e2;color:#dc2626}.mm-modal-title{font-size:24px;font-weight:700;color:var(--text-primary);margin:0}.mm-modal-body{margin-bottom:24px}.mm-modal-message{font-size:16px;color:var(--text-secondary);line-height:1.6;margin:0 0 20px;text-align:center}.mm-modal-message.error{color:#dc2626}.mm-modal-details{background:#f9fafb;border-radius:12px;padding:16px}.mm-modal-detail-item{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;gap:16px}.mm-modal-detail-item:last-child{margin-bottom:0}.mm-modal-detail-label{font-size:14px;font-weight:600;color:var(--text-secondary);flex-shrink:0}.mm-modal-detail-value{font-size:14px;color:var(--text-primary);text-align:right;word-break:break-word}.mm-modal-actions{display:flex;gap:12px;justify-content:center}.mm-modal-actions button{min-width:140px;height:44px}@media (max-width: 640px){.mm-modal{padding:24px}.mm-modal-title{font-size:20px}.mm-modal-actions{flex-direction:column}.mm-modal-actions button{width:100%}}.payment-info-box{background:#fff7ed;border:1px solid #fed7aa;border-radius:14px;padding:16px;margin:0 0 14px}.payment-info-title{font-size:14px;font-weight:700;color:#9a3412;margin:0 0 6px}.payment-info-description{margin:0;font-size:13px;line-height:1.5;color:#9a3412}.order-confirmation-page{max-width:800px;margin:0 auto;padding:24px}.confirmation-card{background:linear-gradient(180deg,#fff,#fcfdff);border:1px solid #e5e7eb;border-radius:14px;padding:48px;box-shadow:0 12px 30px #11182714;text-align:center}.confirmation-hero{display:flex;flex-direction:column;align-items:center;gap:16px;margin-bottom:20px}.confirmation-success-icon{width:60px;height:60px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #f25211;color:#f25211;font-size:28px;font-weight:700;box-shadow:0 12px 28px #e162073c}.confirmation-card h1{color:#424242;font-size:32px;font-weight:700;letter-spacing:-.02em;margin-bottom:0}.confirmation-count{color:#374151;font-size:17px;font-weight:600;margin:0}.confirmation-total-strip{display:inline-flex;align-items:baseline;gap:10px;padding:14px 20px;border-radius:999px;background:#f9fafb;border:1px solid #e5e7eb}.confirmation-total-strip span{color:#6b7280;font-size:12px;font-weight:600}.confirmation-total-strip strong{color:#111827;font-size:28px;line-height:1;font-weight:700}.confirmation-message{color:#6b7280;font-size:16px;line-height:1.6;margin-bottom:36px;max-width:620px;margin-left:auto;margin-right:auto}.order-summary{background:#f9fafb;border:1px solid #edf0f4;border-radius:12px;padding:24px;margin-bottom:20px;text-align:left}.order-summary h2{font-size:19px;font-weight:700;color:#111827;margin-bottom:16px}.summary-item{display:flex;justify-content:space-between;align-items:flex-start;padding:12px 0;border-bottom:1px solid #e5e7eb}.summary-item:last-child{border-bottom:none}.summary-item .label{color:#6b7280;font-weight:500;font-size:14px}.summary-item .value{color:#111827;font-weight:500;text-align:right;max-width:60%}.order-id{font-size:13px;padding:6px 10px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:4px;white-space:nowrap}.order-id:last-child{margin-bottom:0}.total-amount{color:#059669;font-size:20px;font-weight:600}.text-muted{color:#9ca3af;font-style:italic}.order-reference-wrap{display:flex;align-items:center;justify-content:flex-end;gap:8px}.copy-reference-btn{border:1px solid #d1d5db;background:#fff;color:#374151;border-radius:6px;padding:4px 10px;font-size:12px;cursor:pointer}.copy-reference-btn:hover{background:#f3f4f6}.orders-created-list{display:flex;flex-direction:column;gap:14px;margin-bottom:10px}.order-created-row{display:flex;justify-content:space-between;align-items:center;gap:12px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:12px 14px}.supplier-pill{display:flex;align-items:center;gap:10px;min-width:0;text-align:left}.supplier-logo{width:28px;height:28px;border-radius:999px;object-fit:cover;border:1px solid #e5e7eb}.supplier-avatar{width:28px;height:28px;border-radius:999px;background:#e5e7eb;color:#374151;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600}.supplier-name{color:#111827;font-size:14px;font-weight:600}.supplier-status-pill{margin-top:6px;display:inline-block;border-radius:999px;font-size:11px;line-height:1;padding:5px 9px;font-weight:700}.supplier-status-pill--pending{background:#fff7ed;color:#c2410c;border:1px solid #fdba74}.supplier-status-pill--accepted{background:#ecfdf5;color:#047857;border:1px solid #86efac}.supplier-status-pill--declined{background:#fef2f2;color:#b91c1c;border:1px solid #fca5a5}.order-created-meta{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.order-created-actions{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.supplier-totals{margin-top:8px;padding-top:10px;border-top:1px dashed #d1d5db}.supplier-totals summary{cursor:pointer;color:#2563eb;font-size:13px;font-weight:600}.supplier-totals-list{margin-top:8px;border-top:1px dashed #d1d5db;padding-top:8px;display:flex;flex-direction:column;gap:6px}.supplier-total-row{display:flex;justify-content:space-between;color:#374151;font-size:13px}.delivery-summary{margin-bottom:32px}.copy-toast{position:fixed;right:16px;bottom:16px;background:#111827;color:#fff;border-radius:8px;padding:10px 14px;font-size:13px;z-index:1000;box-shadow:0 8px 24px #0003}.next-steps{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:20px 22px;margin-bottom:32px;text-align:left}.next-steps h3{color:#111827;font-size:16px;font-weight:600;margin-bottom:12px}.next-steps ol{margin:0;padding-left:20px}.next-steps li{color:#4b5563;line-height:1.9;font-size:14px}.confirmation-actions{display:flex;gap:12px;justify-content:center;margin-top:40px}.confirmation-actions button{min-width:180px;min-height:52px}.supplier-message-link{border:1px solid #fdba74;background:#fff7ed;color:#c2410c;font-size:13px;font-weight:600;cursor:pointer;padding:7px 12px;border-radius:999px}.supplier-message-link:hover{color:#c2410c;background:#ffedd5}.view-order-link{border:0;background:transparent;color:#374151;font-size:13px;font-weight:600;cursor:pointer;padding:0}.view-order-link:hover{color:#111827}@media (max-width: 768px){.order-confirmation-page{padding:16px}.confirmation-card{padding:32px 24px}.confirmation-card h1{font-size:24px}.confirmation-count{font-size:15px}.confirmation-total-strip strong{font-size:22px}.summary-item{flex-direction:column;align-items:flex-start;gap:4px}.summary-item .value{max-width:100%;text-align:left}.order-created-row{flex-direction:column;align-items:flex-start}.order-created-meta,.order-created-actions{align-items:flex-start}.order-reference-wrap{justify-content:flex-start;flex-wrap:wrap}.confirmation-actions{flex-direction:column}.confirmation-actions button{width:100%}}.buyer-orders-page{width:100%}.orders-tabs{margin-bottom:28px}.buyer-orders-tabs{padding:6px!important;gap:10px!important;background:linear-gradient(180deg,#f8fafc,#f1f5f9)!important;border-radius:16px!important;box-shadow:inset 0 1px #ffffffc7}.buyer-orders-tabs [role=tab]{min-height:42px;padding:0 18px!important;border-radius:12px!important}.buyer-orders-tabs [role=tab][aria-selected=true]{box-shadow:0 10px 20px #f252112e!important}.buyer-orders-tabs [role=tab] span:last-child{opacity:.72}.orders-content{min-height:400px}.orders-grid{display:grid;gap:18px}.buyer-order-urgent-cta{margin-top:12px;padding:12px 14px;border-radius:10px;border:1px solid #fdba74;background:#fff7ed;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.buyer-order-urgent-cta__copy{display:flex;flex-direction:column;gap:4px}.buyer-order-urgent-cta__copy strong{font-size:13px;color:#9a3412}.buyer-order-urgent-cta__copy span{font-size:12px;color:#7c2d12}.mm-order-link-btn.mm-order-link-btn--alert{color:#c2410c;font-weight:900}.mm-order-link-btn.mm-order-link-btn--alert:hover{color:#9a3412}.empty-state{text-align:center;padding:64px 24px}.empty-state h3{font-size:20px;font-weight:600;color:#111827;margin-bottom:8px}.empty-state p{font-size:14px;color:#6b7280}@media (max-width: 768px){.buyer-orders-tabs{width:100%}}.rsr-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:9999;padding:24px;animation:rsrFadeIn .2s ease-out;overflow-y:auto}@keyframes rsrFadeIn{0%{opacity:0}to{opacity:1}}.rsr-card{background:#fff;border-radius:16px;max-width:520px;width:100%;padding:24px 24px 20px;box-shadow:0 20px 60px #00000040;animation:rsrSlideIn .3s ease-out;margin:auto;display:flex;flex-direction:column;gap:20px}@keyframes rsrSlideIn{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}.rsr-header{text-align:center}.rsr-header__icon{font-size:2.2rem;color:#f25211;line-height:1;margin-bottom:8px}.rsr-header__title{font-family:Black Mango,Poppins,sans-serif;font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0 0 6px}.rsr-header__subtitle{font-size:.875rem;color:#6b7280;margin:0;line-height:1.5}.rsr-dimensions{display:flex;flex-direction:column;gap:14px}.rsr-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.rsr-row__meta{display:flex;flex-direction:column;gap:2px;min-width:120px}.rsr-row__label{font-size:.9rem;font-weight:600;color:#1a1a1a}.rsr-row__hint{font-size:.77rem;color:#9ca3af;line-height:1.4}.rsr-stars-col{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.rsr-stars{display:flex;align-items:center;gap:4px}.rsr-star{background:none;border:none;padding:2px;font-size:1.6rem;color:#d1d5db;cursor:pointer;line-height:1;transition:color .1s ease,transform .1s ease}.rsr-star:hover,.rsr-star--filled{color:#f25211}.rsr-star:hover{transform:scale(1.15)}.rsr-star__label{font-size:.78rem;color:#f25211;font-weight:600;min-width:56px}.rsr-overall{display:flex;align-items:center;justify-content:space-between;background:#fff8f5;border:1px solid #f0d0c3;border-radius:10px;padding:10px 16px}.rsr-overall__label{font-size:.875rem;font-weight:600;color:#1a1a1a}.rsr-overall__value{font-size:1rem;font-weight:700;color:#f25211}.rsr-comment-block{display:flex;flex-direction:column;gap:6px}.rsr-comment-label{font-size:.875rem;font-weight:600;color:#374151}.rsr-optional{font-weight:400;color:#9ca3af}.rsr-comment{width:100%;border:1px solid #d1d5db;border-radius:8px;padding:10px 12px;font-size:.875rem;font-family:Poppins,sans-serif;color:#1a1a1a;resize:vertical;transition:border-color .15s ease;box-sizing:border-box}.rsr-comment:focus{outline:none;border-color:#f25211}.rsr-comment-count{font-size:.75rem;color:#9ca3af;text-align:right}.rsr-error{font-size:.875rem;color:#dc2626;margin:0;padding:10px 14px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px}.rsr-actions{display:flex;gap:10px;justify-content:flex-end}.rsr-btn{font-family:Poppins,sans-serif;font-size:.875rem;font-weight:600;padding:10px 20px;border-radius:8px;cursor:pointer;border:none;transition:background .15s ease,opacity .15s ease}.rsr-btn:disabled{opacity:.55;cursor:not-allowed}.rsr-btn--secondary{background:#f3f4f6;color:#374151}.rsr-btn--secondary:hover:not(:disabled){background:#e5e7eb}.rsr-btn--primary{background:#f25211;color:#fff}.rsr-btn--primary:hover:not(:disabled){background:#d9470e}@media (max-width: 480px){.rsr-card{padding:20px 16px 16px}.rsr-row{flex-direction:column;align-items:flex-start;gap:8px}.rsr-row__meta{min-width:unset}.rsr-actions{flex-direction:column-reverse}.rsr-btn{width:100%;text-align:center}}.buyer-order-detail-page{--buyer-order-divider: rgba(104, 82, 58, .14);--buyer-order-value-width: 120px;max-width:980px;margin:0 auto;padding:32px 24px 48px}.buyer-order-detail-page .order-detail-header{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:26px;padding-bottom:22px;border-bottom:1px solid var(--buyer-order-divider)}.buyer-order-detail-page .order-detail-header__left{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.buyer-order-detail-page .back-link-button{border:none;background:transparent;padding:0;color:#7b6a58;font-size:13px;font-weight:600;cursor:pointer;transition:color .18s ease}.buyer-order-detail-page .back-link-button:hover{color:#4f3f33}.buyer-order-detail-page .page-title{margin:0;font-size:34px;line-height:1.05;font-weight:700;letter-spacing:-.03em;color:#1f1a17}.buyer-order-detail-page .order-detail-header__placed{margin:0;font-size:14px;font-weight:500;color:#7a7066}.buyer-order-detail-page .order-detail-header__description{margin:2px 0 0;font-size:14px;line-height:1.5;color:#61584f}.buyer-order-detail-page .order-detail-header__decline-reason{margin:0;font-size:14px;line-height:1.5;color:#8a3f12}.buyer-order-detail-page .order-detail-header__right{display:flex;flex-direction:column;align-items:flex-end;gap:4px;min-width:150px}.buyer-order-detail-page .order-detail-header__total{font-size:32px;line-height:1;font-weight:700;letter-spacing:-.03em;color:#1f1a17}.buyer-order-detail-page .status-badge{display:inline-flex;align-items:center;align-self:auto;justify-content:center;padding:6px 13px;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.02em;text-transform:capitalize}.buyer-order-detail-page .status-badge.status-pending{background:#fff1db;color:#b65a0a}.buyer-order-detail-page .status-badge.status-active{background:#e8f0ff;color:#1d4ed8}.buyer-order-detail-page .status-badge.status-completed{background:#e8f7ee;color:#117a43}.buyer-order-detail-page .status-badge.status-neutral{background:#f3f1ee;color:#6e665f}.buyer-order-detail-page .order-detail-shell{background:linear-gradient(180deg,#fff,#fffcf8);border:1px solid rgba(240,232,223,.55);border-radius:24px;box-shadow:0 14px 28px #2e21140b;padding:24px 28px}.buyer-order-detail-page .order-detail-section+.order-detail-section,.buyer-order-detail-page .change-request-review+.order-detail-section,.buyer-order-detail-page .order-detail-section+.change-request-review{margin-top:32px;padding-top:32px;border-top:1px solid var(--buyer-order-divider)}.buyer-order-detail-page .order-detail-section__header{display:flex;justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:12px}.buyer-order-detail-page .order-detail-section__title{margin:0;font-size:18px;line-height:1.2;font-weight:700;color:#201b17}.buyer-order-detail-page .order-detail-section__meta{font-size:13px;font-weight:600;color:#8b8178}.buyer-order-detail-page .order-fulfilment-block{display:flex;flex-direction:column;gap:4px}.buyer-order-detail-page .order-fulfilment-block__supplier{font-size:22px;line-height:1.15;font-weight:700;color:#27211c}.buyer-order-detail-page .order-fulfilment-block__label{margin-top:8px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#93877d}.buyer-order-detail-page .order-fulfilment-block__primary,.buyer-order-detail-page .order-fulfilment-block__secondary{margin:0;font-size:14px;line-height:1.6;color:#4f463f}.buyer-order-detail-page .order-fulfilment-block__primary--muted,.buyer-order-detail-page .order-fulfilment-block__secondary--muted{color:#8b8178}.change-request-review{background:#fffaf1;border:1px solid #f7d9a7;border-radius:20px;padding:22px;box-shadow:0 10px 24px #be832614}.cr-review-header{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px}.cr-review-header h2{margin:0;font-size:20px;font-weight:700;color:#241d17}.cr-status-badge{padding:6px 14px;border-radius:999px;font-size:12px;font-weight:700}.cr-status-proposed{background:#fff1db;color:#b65a0a;border:1px solid #f0bf73}.cr-message{background:#ffffffc7;border-left:3px solid #f38f32;border-radius:10px;padding:14px 16px;margin-bottom:16px}.cr-message strong{display:block;margin-bottom:6px;font-size:14px;color:#8f430a}.cr-message p,.buyer-order-detail-page .order-detail-notes{margin:0;font-size:14px;line-height:1.7;color:#4d433a}.cr-timestamp{margin-bottom:24px;font-size:13px;color:#7b6f64}.cr-comparison{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:20px;margin-bottom:24px}.cr-column h3{margin:0 0 12px;font-size:15px;font-weight:700;color:#2f2822}.cr-product-list{list-style:none;padding:0;margin:0}.cr-product-list li{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:11px 14px;margin-bottom:8px;border-radius:12px;background:#ffffffd6;border:1px solid #f0e7db;font-size:13px}.cr-product-list li.cr-product-removed{background:#fff1f1;border-color:#f2bbbb;opacity:.8;text-decoration:line-through}.cr-product-list li.cr-product-new{background:#edf9f1;border-color:#b9e3c4}.cr-product-name{flex:1;font-weight:600;color:#211c18}.cr-product-qty{color:#6d655e;font-size:12px}.cr-badge-removed,.cr-badge-new,.cr-badge-changed{padding:3px 8px;border-radius:999px;font-size:10px;font-weight:700;color:#fff}.cr-badge-removed{background:#dc2626}.cr-badge-new{background:#169156}.cr-badge-changed{background:#d97706}.cr-arrow{display:flex;align-items:center;justify-content:center;color:#b29b7b;font-size:26px;font-weight:700}.cr-empty{margin:0;padding:18px;text-align:center;color:#8b8178;font-size:13px}.cr-actions{display:flex;justify-content:flex-end;gap:12px;padding-top:20px;border-top:1px solid #ecd9ba}.cr-actions .mm-button{min-width:170px}.cr-pricing-only-changes{margin:20px 0}.cr-pricing-title{margin-bottom:16px}.cr-pricing-title h4{font-size:14px;font-weight:600;color:#374151;margin:0 0 6px}.cr-pricing-note{font-size:13px;color:#6b7280;margin:0;line-height:1.4}.cr-pricing-changes-list{display:flex;flex-direction:column;gap:12px}.cr-pricing-change-item{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:center;padding:12px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.cr-pricing-change-label{display:flex;align-items:center}.cr-change-label-text{font-size:13px;font-weight:500;color:#111827}.cr-pricing-change-values{display:flex;align-items:center;gap:8px;justify-content:flex-end}.cr-original-value{font-size:12px;color:#6b7280;background:#f3f4f6;padding:4px 8px;border-radius:4px}.cr-arrow-small{font-size:14px;color:#9ca3af}.cr-proposed-value{font-size:13px;font-weight:600;color:#059669;background:#dcfce7;padding:4px 8px;border-radius:4px}.cr-no-changes{color:#9ca3af;font-style:italic;font-size:13px;margin:0;text-align:center;padding:12px}.buyer-order-detail-page .order-items-list{display:flex;flex-direction:column;gap:0}.buyer-order-detail-page .order-item-card{padding:14px 0;background:transparent;border:none;box-shadow:none}.buyer-order-detail-page .order-item-card+.order-item-card{border-top:1px solid var(--buyer-order-divider)}.buyer-order-detail-page .order-item-card__name{margin:0 0 4px;font-size:17px;line-height:1.25;font-weight:750;color:#1f1a17}.buyer-order-detail-page .order-item-card__meta{margin:0 0 10px;font-size:13px;color:#7c7269}.buyer-order-detail-page .order-item-card__bottom{display:flex;justify-content:space-between;align-items:baseline;gap:18px;font-size:14px;font-weight:600;color:#595048}.buyer-order-detail-page .order-item-card__line-total{width:var(--buyer-order-value-width);font-size:18px;line-height:1;font-weight:700;color:#1f1a17;text-align:right;white-space:nowrap}.buyer-order-detail-page .pricing-summary{width:min(360px,100%);margin-left:auto}.buyer-order-detail-page .pricing-summary__row{display:grid;grid-template-columns:minmax(0,1fr) var(--buyer-order-value-width);align-items:center;gap:16px;padding:5px 0;font-size:14px;color:#534b44}.buyer-order-detail-page .pricing-summary__row span:last-child{text-align:right;font-variant-numeric:tabular-nums}.buyer-order-detail-page .pricing-summary__divider{margin:8px 0 4px;border-top:1px solid var(--buyer-order-divider)}.buyer-order-detail-page .pricing-summary__row--total{padding-top:10px;font-size:18px;font-weight:700;color:#1f1a17}.buyer-order-detail-page .pricing-summary__hint{margin:10px 0 0;font-size:12px;color:#7a6f63;line-height:1.5}.buyer-order-detail-page .order-detail-section--pricing .order-detail-section__title{font-size:13px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#95867a}.buyer-order-detail-page .order-detail-actions{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:16px}.buyer-order-detail-page .order-detail-actions .mm-button--ghost:disabled{opacity:.72}.buyer-order-detail-page .order-detail-actions .mm-button--ghost:not(:disabled){color:#6a5f53}.buyer-order-detail-page .buyer-order-detail-page__action-button{min-width:0}.buyer-order-detail-page .loading-state,.buyer-order-detail-page .error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:96px 24px;text-align:center}.buyer-order-detail-page .error-state h2{margin:0 0 16px;font-size:22px;font-weight:700;color:#211c18}@media (max-width: 900px){.buyer-order-detail-page .order-detail-header{align-items:flex-start;flex-direction:column}.buyer-order-detail-page .order-detail-header__right{align-items:flex-start}.buyer-order-detail-page .pricing-summary{margin-left:0}.cr-comparison{grid-template-columns:1fr}.cr-arrow{display:none}}@media (max-width: 768px){.buyer-order-detail-page{padding:20px 16px 40px}.buyer-order-detail-page .order-detail-shell{padding:22px 20px;border-radius:20px}.buyer-order-detail-page .page-title,.buyer-order-detail-page .order-detail-header__total{font-size:28px}.buyer-order-detail-page .order-fulfilment-block__supplier{font-size:21px}.buyer-order-detail-page .order-item-card__bottom{flex-wrap:wrap}.buyer-order-detail-page .order-item-card__line-total,.buyer-order-detail-page .pricing-summary__row{width:100%}.buyer-order-detail-page .order-detail-actions{justify-content:stretch;flex-direction:column}.buyer-order-detail-page .order-detail-actions .mm-button{width:100%}.cr-actions{flex-direction:column}.cr-actions .mm-button{width:100%}}.products-modal-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a75;animation:productsModalFadeIn .2s ease}.products-modal-content.edit-product-modal{position:relative;z-index:1;width:min(1080px,95vw);max-height:88vh;min-height:min(760px,88vh);background:#fff;border-radius:28px;box-shadow:0 22px 60px #0f172a3d;display:flex;flex-direction:column;overflow:hidden}.edit-product-modal .products-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid rgba(226,232,240,.8)}.edit-product-modal .products-modal-header h2{margin:0 0 .35rem;font-size:1.45rem;color:#1f2937}.edit-product-modal .products-modal-header p{margin:0;font-size:.95rem;color:#7a8395}.edit-product-modal__error-banner{display:inline-flex;align-items:center;gap:.55rem;margin:1rem 1.5rem 0;padding:.9rem 1rem;border-radius:16px;background:#fff1f2;border:1px solid #fecdd3;color:#be123c;font-size:.9rem}.edit-product-modal .products-modal-body{flex:1;overflow-y:auto;padding:1.4rem 1.5rem 1.1rem}.edit-product-modal .products-form-grid{display:grid;grid-template-columns:1.15fr .95fr;gap:2.3rem;align-items:start}.edit-product-modal .products-form-left,.edit-product-modal .products-form-right{display:flex;flex-direction:column;gap:1rem;min-width:0}.edit-product-modal .products-form-section{margin-bottom:.15rem;font-size:.82rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#8a93a7}.edit-product-modal .products-form-group{display:flex;flex-direction:column;gap:.5rem}.edit-product-modal label{font-size:.9rem;font-weight:600;color:#374151}.edit-product-modal .products-description-textarea{width:100%;min-height:148px;padding:.9rem 1rem;border:1px solid #d1d5db;border-radius:18px;font-family:Poppins,sans-serif;font-size:.95rem;resize:vertical;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease}.edit-product-modal .products-description-textarea:focus{outline:none;border-color:#f2521173;box-shadow:0 0 0 4px #f2521114}.edit-product-modal .products-upload-area-wrapper{display:flex;flex-direction:column;gap:.5rem}.edit-product-modal .products-upload-area{width:100%;height:248px;border:1px dashed #d1d5db;border-radius:22px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#f8fafc,#fff);cursor:pointer;transition:border-color .2s ease,background-color .2s ease}.edit-product-modal .products-upload-area:hover{border-color:#f2521199;background:#fffaf5}.edit-product-modal .products-upload-preview-img{width:100%;height:100%;object-fit:cover;display:block}.edit-product-modal .products-upload-area-placeholder{display:flex;flex-direction:column;align-items:center;gap:.3rem;text-align:center;color:#6b7280;padding:1rem}.edit-product-modal .products-upload-area-icon{font-size:1.4rem}.edit-product-modal .products-upload-area-text{font-size:.92rem;font-weight:600}.edit-product-modal .products-upload-area-hint{font-size:.78rem;color:#98a2b3}.edit-product-modal__upload-progress{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:26px;overflow:hidden;border-radius:999px;background:#e5e7eb}.edit-product-modal__progress-bar{position:absolute;inset:0 auto 0 0;background:linear-gradient(90deg,#f25211,#fb923c);transition:width .25s ease}.edit-product-modal__upload-progress span{position:relative;z-index:1;font-size:.76rem;font-weight:600;color:#1f2937}.edit-product-modal__footer{justify-content:space-between;align-items:center}.edit-product-modal__save-feedback{min-height:1.2rem;font-size:.9rem;font-weight:600;color:transparent}.edit-product-modal__save-feedback.success{color:#059669}.edit-product-modal__save-feedback.error{color:#dc2626}.edit-product-modal__save-button-content{display:inline-flex;align-items:center;gap:.5rem}@keyframes productsModalFadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 900px){.products-modal-content.edit-product-modal{max-height:92vh;min-height:auto}.edit-product-modal .products-form-grid{grid-template-columns:1fr;gap:1.4rem}}@media (max-width: 640px){.products-modal-content.edit-product-modal{width:min(100vw - 20px,100%);border-radius:24px}.edit-product-modal .products-modal-header,.edit-product-modal .products-modal-body,.edit-product-modal .products-modal-footer{padding-left:1rem;padding-right:1rem}.edit-product-modal__footer{flex-direction:column;align-items:stretch}.edit-product-modal__save-feedback{min-height:0;text-align:left}.edit-product-modal__footer .products-modal-footer__actions{width:100%;justify-content:stretch}.edit-product-modal__footer .products-modal-footer__actions>*{flex:1}}.products-page{padding:2rem;max-width:1440px;margin:0 auto}.products-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;margin-bottom:1.5rem}.products-header__copy{display:flex;flex-direction:column;gap:.35rem}.page-title{margin:0;font-size:clamp(2rem,3vw,2.45rem);line-height:1.02;color:#22293a}.page-subtitle{margin:0;font-size:.98rem;line-height:1.5;color:#7a8395}.products-header__actions{display:flex;align-items:center;gap:.75rem}.products-kpi-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:1.35rem}.products-kpi-card{display:flex;flex-direction:column;gap:6px;min-height:126px;padding:17px 18px;border-radius:24px;background:#fff;border:1px solid rgba(226,232,240,.9);box-shadow:0 10px 30px #0f172a0d}.products-kpi-card--primary{background:linear-gradient(180deg,#fff,#fbfcfd)}.products-kpi-card__label{font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#8a93a7}.products-kpi-card__value{font-size:clamp(1.55rem,2.1vw,1.95rem);line-height:1;color:#1f2937}.products-kpi-card__hint{margin:auto 0 0;font-size:.88rem;line-height:1.45;color:#667085}.products-filter-bar{display:flex;align-items:stretch;justify-content:space-between;gap:1rem;padding:1rem;margin-bottom:1.25rem;border:1px solid rgba(226,232,240,.9);border-radius:22px;background:linear-gradient(180deg,#fff,#fbfcfe);box-shadow:0 8px 24px #0f172a0a}.products-filter-bar__group{display:flex;align-items:flex-end;gap:.85rem;min-width:0}.products-filter-bar__group--primary,.products-filter-bar__group--primary .search-bar-wrapper{flex:1}.products-filter-control{display:flex;flex-direction:column;gap:.38rem;min-width:0}.products-filter-control--search{flex:1}.products-filter-control__label{font-size:.74rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#98a2b3;padding-left:.15rem}.products-filter-bar__group--secondary{flex-shrink:0}.products-filter-select{min-width:200px}.products-filter-select--compact{min-width:180px}.products-filter-select .mm-select-wrapper{width:100%}.products-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:4rem 2rem}.spinner{width:40px;height:40px;border:4px solid #f5f5f5;border-top-color:#f25211;border-radius:50%;animation:products-spin 1s linear infinite}@keyframes products-spin{to{transform:rotate(360deg)}}.products-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.65rem;min-height:340px;padding:2.5rem 1.5rem;text-align:center;border:1px solid rgba(226,232,240,.9);border-radius:28px;background:linear-gradient(180deg,#fff,#fbfcfe);box-shadow:0 10px 30px #0f172a0a}.products-empty--compact{min-height:240px}.products-empty h2{margin:0;font-size:1.4rem;color:#27314a}.products-empty p{margin:0 0 .75rem;font-size:.98rem;color:#7a8395}.products-list-shell{display:flex;flex-direction:column;gap:1rem}.products-list-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem}.products-list-toolbar__label{font-size:.9rem;font-weight:600;color:#6b7280}.products-list-toolbar__reset{border:none;background:none;padding:0;font-size:.9rem;font-weight:600;color:#f25211;cursor:pointer}.products-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(284px,1fr));gap:20px;align-items:start}.product-grid-card{display:flex;flex-direction:column;border-radius:20px;border:1px solid rgba(226,232,240,.95);background:#fff;box-shadow:0 2px 8px #0f172a0e,0 0 0 0 transparent;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.product-grid-card__image{overflow:hidden;border-radius:20px 20px 0 0}.product-grid-card:hover{transform:translateY(-3px);border-color:#f2521138;box-shadow:0 12px 32px #0f172a1a}.product-grid-card--out-of-stock{opacity:.6}.product-grid-card--out-of-stock:hover{transform:none;border-color:#e2e8f0f2;box-shadow:0 2px 8px #0f172a0e}.product-grid-card__body{display:flex;flex-direction:column;gap:.42rem;padding:.85rem .95rem .95rem;flex:1}.product-grid-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.4rem;min-width:0;margin-bottom:.1rem}.product-grid-card__name{flex:1;min-width:0;font-size:.98rem;font-weight:700;color:#1a202c;line-height:1.32;word-break:break-word}.product-grid-card__description{margin:0;font-size:.83rem;color:#6b7280;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.category-badge{display:inline-flex;align-items:center;padding:.3rem .6rem;background:#f1f5f9;color:#64748b;border-radius:999px;font-size:.74rem;font-weight:600;white-space:nowrap;flex-shrink:0;letter-spacing:.01em}.product-grid-card__footer{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:auto;padding-top:.7rem;border-top:1px solid rgba(226,232,240,.75)}.product-grid-card__pricing{display:flex;flex-direction:column;gap:.12rem}.product-grid-card__price{font-size:1.3rem;font-weight:800;color:#111827;line-height:1;letter-spacing:-.01em}.product-grid-card__unit{font-size:.78rem;color:#94a3b8;font-weight:500}.status-pill{display:inline-flex;align-items:center;justify-content:center;gap:.38rem;padding:.32rem .65rem;border-radius:999px;font-size:.73rem;font-weight:700;white-space:nowrap;border:none;letter-spacing:.01em;flex-shrink:0}.status-in{background:#dcfce7;color:#166534}.status-out{background:#f3f4f6;color:#4b5563}.status-pill--toggle{cursor:pointer;transition:filter .15s,box-shadow .15s}.status-pill--toggle:hover:not(:disabled){filter:brightness(.93);box-shadow:0 0 0 2px #00000014}.status-pill--toggle:disabled{cursor:not-allowed}.status-pill--updating{background:#fff7ed;color:#c2410c;box-shadow:inset 0 0 0 1px #f9731638}.status-pill-spinner{width:12px;height:12px;border-radius:999px;border:2px solid rgba(249,115,22,.2);border-top-color:#f97316;animation:product-status-spin .7s linear infinite;flex-shrink:0}@keyframes product-status-spin{to{transform:rotate(360deg)}}.actions-menu-wrapper{position:relative;z-index:2}.actions-menu-trigger{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:1px solid rgba(226,232,240,.9);border-radius:10px;background:#fff;color:#94a3b8;font-size:1rem;line-height:1;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease;flex-shrink:0}.actions-menu-trigger:hover{background:#f8fafc;border-color:#cbd5e1e6;color:#475569}.actions-menu-trigger:focus-visible{outline:2px solid rgba(242,82,17,.5);outline-offset:2px}.actions-menu-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 18px 36px #0f172a1f;min-width:150px;z-index:1000;overflow:hidden;animation:menu-appear .12s ease}@keyframes menu-appear{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.actions-menu-dropdown button{display:block;width:100%;border:none;background:none;padding:.75rem 1rem;text-align:left;font-size:.9rem;color:#374151;cursor:pointer}.actions-menu-dropdown button:hover{background:#f8fafc}.actions-menu-dropdown .menu-item-danger{color:#dc2626}.actions-menu-dropdown .menu-item-danger:hover{background:#fff1f2}.products-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:16px}.products-modal-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a75;animation:fadeIn .2s ease}.products-modal-content{position:relative;z-index:1;width:min(1080px,95vw);max-height:88vh;border-radius:28px;background:#fff;box-shadow:0 22px 60px #0f172a3d;display:flex;flex-direction:column;overflow:hidden}.add-product-modal{min-height:min(760px,88vh)}.add-product-modal__tabs{display:flex;gap:.25rem;background:#f3f4f6;border-radius:8px;padding:.25rem;align-self:flex-start;margin-top:.25rem}.add-product-modal__tab{padding:.4rem 1rem;border:none;border-radius:6px;font-size:.85rem;font-weight:500;cursor:pointer;background:transparent;color:#6b7280;transition:background .15s,color .15s}.add-product-modal__tab:hover:not(:disabled){background:#e5e7eb;color:#374151}.add-product-modal__tab--active{background:#fff;color:#1f2937;box-shadow:0 1px 3px #00000014}.add-product-modal__tab:disabled{opacity:.5;cursor:not-allowed}.add-product-modal__csv-section{display:flex;flex-direction:column;gap:.85rem;max-width:480px}.add-product-modal__csv-guide-toggle{background:#fff;border:1px solid #e0e0e0;padding:.65rem .9rem;border-radius:8px;cursor:pointer;font-size:.85rem;color:#424242;width:100%;text-align:left}.add-product-modal__csv-guide{background:#fff;padding:1rem;border-radius:8px;border:1px solid #e7e7e7}.add-product-modal__csv-guide-section{margin-bottom:.8rem}.add-product-modal__csv-guide-section:last-child{margin-bottom:0}.add-product-modal__csv-guide-section h4{font-size:.86rem;font-weight:600;color:#424242;margin:0 0 .5rem}.add-product-modal__csv-values{display:flex;flex-wrap:wrap;gap:.45rem}.add-product-modal__csv-value{background:#f5f5f5;padding:.2rem .65rem;border-radius:999px;font-size:.76rem;color:#424242;border:1px solid #ececec}.add-product-modal__csv-input{display:none}.add-product-modal__csv-label{display:inline-flex;width:100%;justify-content:center;padding:.75rem 1rem;background-color:#fff;border:1px solid #f25211;color:#f25211;border-radius:8px;cursor:pointer;font-size:.88rem;font-weight:600}.add-product-modal__csv-label.disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.add-product-modal__csv-status{margin:0;font-size:.84rem;font-weight:500;color:#5a5a5a}.add-product-modal__csv-error{padding:.75rem .9rem;border-radius:8px;background:#fff5f5;border:1px solid #fecaca;font-size:.85rem;color:#dc2626}.add-product-modal__csv-summary{padding:.85rem;border-radius:8px;border:1px solid #e8e8e8;background:#fff}.add-product-modal__csv-summary-head{margin:0;font-size:.86rem;font-weight:600;color:#3f3f3f}.add-product-modal__csv-failures{margin:.6rem 0 0;padding-left:1.1rem;font-size:.8rem;color:#5a5a5a}.products-modal-header{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:.75rem 1rem;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid rgba(226,232,240,.8)}.products-modal-header h2{margin:0 0 .35rem;font-size:1.45rem;color:#1f2937}.products-modal-header p{margin:0;font-size:.95rem;color:#7a8395}.products-modal-body{flex:1;overflow-y:auto;padding:1.4rem 1.5rem 1.1rem}.products-form-grid{display:grid;grid-template-columns:1.15fr .95fr;gap:2.3rem;align-items:start}.products-form-left,.products-form-right{display:flex;flex-direction:column;gap:1rem;min-width:0}.products-form-section{margin-bottom:.15rem;font-size:.82rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#8a93a7}.products-form-group{display:flex;flex-direction:column;gap:.5rem}.products-form-group label{font-size:.9rem;font-weight:600;color:#374151}.products-description-textarea{width:100%;min-height:148px;padding:.9rem 1rem;border:1px solid #d1d5db;border-radius:18px;font-family:Poppins,sans-serif;font-size:.95rem;resize:vertical;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease}.products-description-textarea:focus{outline:none;border-color:#f2521173;box-shadow:0 0 0 4px #f2521114}.products-description-textarea::placeholder{color:#98a2b3}.products-upload-area-wrapper{display:flex;flex-direction:column;gap:.5rem}.products-upload-area{width:100%;height:248px;border:1px dashed #d1d5db;border-radius:22px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#f8fafc,#fff);cursor:pointer;transition:border-color .2s ease,background-color .2s ease}.products-upload-area:hover{border-color:#f2521199;background:#fffaf5}.products-upload-preview-img{width:100%;height:100%;object-fit:cover;display:block}.products-upload-area-placeholder{display:flex;flex-direction:column;align-items:center;gap:.3rem;text-align:center;color:#6b7280;padding:1rem}.products-upload-area-icon{font-size:1.4rem}.products-upload-area-text{font-size:.92rem;font-weight:600}.products-upload-area-hint{font-size:.78rem;color:#98a2b3}.products-modal-footer{position:sticky;bottom:0;display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem 1.35rem;border-top:1px solid rgba(226,232,240,.8);background:#fffffff0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.products-modal-footer__actions{display:flex;gap:.75rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 1200px){.products-kpi-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 900px){.products-page{padding:1.25rem}.products-header{flex-direction:column;align-items:stretch}.products-filter-bar{flex-direction:column}.products-filter-bar__group{flex-wrap:wrap}.products-filter-bar__group--secondary{justify-content:stretch}.products-filter-select,.products-filter-select--compact{min-width:0;flex:1 1 220px}.products-list{grid-template-columns:repeat(2,minmax(0,1fr))}.products-form-grid{grid-template-columns:1fr;gap:1.4rem}}@media (max-width: 640px){.products-kpi-strip,.products-list{grid-template-columns:1fr}.products-modal-content{width:min(100vw - 20px,100%);max-height:92vh;border-radius:24px}.products-modal-header,.products-modal-body,.products-modal-footer{padding-left:1rem;padding-right:1rem}.products-modal-footer__actions{width:100%;justify-content:stretch}.products-modal-footer__actions>*{flex:1}}.bhe{width:100%}.bhe__cover-area{position:relative;padding-bottom:90px}.bhe__cover{display:block;width:100%;height:230px;border-radius:14px;background-size:cover;background-position:center;cursor:pointer;position:relative;overflow:hidden;transition:box-shadow .2s;-webkit-user-select:none;user-select:none}.bhe__cover--empty{background:linear-gradient(135deg,#f5f5f5,#ebebeb);border:2px dashed #d9d9d9}.bhe__cover--has-image{border:2px solid transparent}.bhe__cover--uploading{cursor:not-allowed;pointer-events:none}.bhe__cover:focus-visible{outline:none;box-shadow:0 0 0 3px #f2521152}.bhe__cover-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border-radius:12px;opacity:0;transition:opacity .18s;pointer-events:none;color:#fff;background:#0000006b}.bhe__cover:hover .bhe__cover-overlay,.bhe__cover:focus-visible .bhe__cover-overlay{opacity:1}.bhe__cover--empty .bhe__cover-overlay{opacity:1;background:transparent;color:#9a9a9a}.bhe__cover--empty:hover .bhe__cover-overlay,.bhe__cover--empty:focus-visible .bhe__cover-overlay{background:#f2521112;color:#f25211}.bhe__cover-overlay-text{font-family:Poppins,sans-serif;font-size:.8rem;font-weight:600}.bhe__cover-progress{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#0000007a;pointer-events:none}.bhe__cover-progress-bar{position:absolute;bottom:0;left:0;height:3px;background:#f25211;transition:width .3s ease;border-radius:0 0 12px 12px}.bhe__cover-progress-text{font-family:Poppins,sans-serif;font-size:.9rem;font-weight:600;color:#fff}.bhe__logo{position:absolute;left:50%;bottom:0;transform:translate(-50%);width:150px;height:150px;border-radius:22px;border:4px solid #fff;background:#fafafa;display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;box-shadow:0 8px 24px #0f172a29,0 0 0 1px #e2e8f0b3;transition:box-shadow .2s,transform .15s;z-index:2;-webkit-user-select:none;user-select:none}.bhe__logo:hover,.bhe__logo:focus-visible{box-shadow:0 8px 24px #0f172a33,0 0 0 3px #f2521138;transform:translate(-50%) scale(1.05)}.bhe__logo:focus-visible{outline:none}.bhe__logo--uploading{cursor:not-allowed;pointer-events:none}.bhe__logo img{width:100%;height:100%;object-fit:cover}.bhe__logo-initial{font-family:Poppins,sans-serif;font-size:2rem;font-weight:700;color:#f25211;background:#fff4ef;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.bhe__logo-spinner{width:22px;height:22px;border:2.5px solid #e8e8e8;border-top-color:#f25211;border-radius:50%;animation:bhe-spin .7s linear infinite}.bhe__logo-badge{position:absolute;bottom:6px;right:6px;width:24px;height:24px;border-radius:50%;background:#f25211;color:#fff;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .15s;pointer-events:none}.bhe__logo:hover .bhe__logo-badge,.bhe__logo:focus-visible .bhe__logo-badge{opacity:1}.bhe__identity{text-align:center;padding:.5rem 1rem .3rem}.bhe__name{margin:0;font-family:Poppins,sans-serif;font-size:1.15rem;font-weight:600;color:#2f2f2f}.bhe__tagline{margin:.2rem 0 0;font-family:Poppins,sans-serif;font-size:.82rem;color:#8a8a8a}.bhe__tagline--placeholder{color:#c9c9c9;font-style:italic}.bhe__remove-row{display:flex;justify-content:center;gap:1.5rem;padding:.25rem 0 .1rem}.bhe__remove-btn{background:none;border:none;padding:0;font-family:Poppins,sans-serif;font-size:.75rem;color:#b8b8b8;cursor:pointer;text-decoration:underline;text-underline-offset:2px;transition:color .15s;line-height:1.6}.bhe__remove-btn:hover:not(:disabled){color:#dc3545}.bhe__remove-btn:disabled{opacity:.4;cursor:not-allowed}.bhe__cover--repositioning{cursor:grab;-webkit-user-select:none;user-select:none}.bhe__cover--repositioning:active{cursor:grabbing}.bhe__reposition-hint{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#00000061;color:#fff;font-family:Poppins,sans-serif;font-size:.82rem;font-weight:600;pointer-events:none;border-radius:12px;letter-spacing:.01em}.bhe__reposition-btn{background:none;border:none;padding:0;font-family:Poppins,sans-serif;font-size:.75rem;color:#f25211;cursor:pointer;text-decoration:underline;text-underline-offset:2px;transition:color .15s;line-height:1.6}.bhe__reposition-btn:hover:not(:disabled){color:#c73e07}.bhe__reposition-btn:disabled{opacity:.4;cursor:not-allowed}.bhe__reposition-done-btn{background:#f25211;color:#fff;border:none;border-radius:6px;padding:.18rem .75rem;font-family:Poppins,sans-serif;font-size:.75rem;font-weight:600;cursor:pointer;transition:background .15s;line-height:1.6}.bhe__reposition-done-btn:hover{background:#c73e07}.bhe__hidden-input{display:none}@keyframes bhe-spin{to{transform:rotate(360deg)}}.discounts-panel{display:flex;flex-direction:column;gap:1rem}.discounts-panel--customer-profile{gap:1.1rem}.discounts-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:.25rem}.discounts-toolbar-copy{display:flex;flex-direction:column;gap:.2rem}.discounts-toolbar-title{margin:0;font-size:1.05rem;line-height:1.2;font-weight:700;color:#1f2937}.discounts-toolbar-text{margin:0;font-size:.82rem;color:#6b7280}.discounts-loading{padding:2rem;text-align:center;color:#9e9e9e;font-size:.9rem}.discounts-locked-notice{background:#fef3c7;border:1px solid #fcd34d;border-radius:8px;padding:.75rem 1rem;font-size:.85rem;color:#92400e}.discounts-section{display:flex;flex-direction:column;gap:.6rem}.discounts-inline-field{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 0}.discounts-inline-label{font-size:.95rem;font-weight:600;color:#1f2937}.discounts-section-title{font-size:.95rem;font-weight:600;color:#424242;margin:0}.discounts-section-desc{font-size:.82rem;color:#9e9e9e;margin:0}.discounts-helper-text{margin:-.1rem 0 0;font-size:.78rem;color:#9ca3af}.discounts-field-row{display:flex;align-items:center;gap:.5rem}.discounts-field-row--inline{width:170px;gap:10px}.discounts-field-row--compact{width:auto}.discounts-input{width:90px;padding:.5rem .65rem;border:1px solid #e0e0e0;border-radius:8px;font-size:.95rem;color:#424242;outline:none;transition:border-color .15s}.discounts-input:focus{border-color:#f25211}.discounts-input:disabled{background:#f5f5f5;color:#bdbdbd;cursor:not-allowed}.discounts-input-sm{width:90px;font-size:.875rem;padding:.4rem .6rem}.discounts-input-sm--clearable{padding-right:.6rem}.discounts-unit{font-size:.9rem;color:#757575;flex-shrink:0}.discounts-field-hint{font-size:.78rem;color:#bdbdbd}.discounts-table-wrapper{overflow-x:auto;border:1px solid #f0f0f0;border-radius:8px}.discounts-table{width:100%;border-collapse:collapse}.discounts-table th{text-align:left;padding:.6rem .85rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#9e9e9e;border-bottom:1px solid #f0f0f0;background:#fafafa}.discounts-table th:nth-child(2),.discounts-table td:nth-child(2){width:170px}.discounts-table td{padding:.6rem .85rem;border-bottom:1px solid #f5f5f5;vertical-align:middle}.discounts-table tr:last-child td{border-bottom:none}.discounts-product-name{font-size:.875rem;color:#424242;max-width:220px}.discounts-clear-btn{width:20px;height:20px;border-radius:999px;border:1px solid #e5e7eb;background:#fff;font-size:.75rem;color:#9ca3af;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;line-height:1;flex-shrink:0;padding:0}.discounts-clear-btn:hover{color:#dc2626;background:#fee2e2;border-color:#fca5a5}.discounts-no-products{font-size:.85rem;color:#9e9e9e;margin:0;padding:1rem;background:#fafafa;border-radius:8px;text-align:center}.discounts-save-btn{align-self:flex-start;min-height:36px}.discounts-footer{display:flex;justify-content:flex-end;padding-top:1rem;margin-top:.25rem;border-top:1px solid #f0f0f0}.discounts-footer .discounts-save-btn{align-self:auto}.discounts-info-note{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;border:1px solid #e5e7eb;background:#f9fafb;border-radius:8px;padding:.75rem .9rem;font-size:.82rem;color:#6b7280}.discounts-info-link{border:0;background:none;color:#f25211;font-size:.82rem;font-weight:700;cursor:pointer;padding:0}.discounts-info-link:hover{text-decoration:underline}.discounts-overrides-list{display:flex;flex-direction:column;gap:0;border-top:1px solid #f1f5f9}.discounts-override-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.7rem 0;border-bottom:1px solid #f3f4f6}.discounts-override-row:last-child{border-bottom:none}.discounts-panel--customer-profile .discounts-toolbar{margin-bottom:.1rem}.discounts-panel--customer-profile .discounts-toolbar-text{max-width:540px}.discounts-panel--customer-profile .discounts-section{gap:.45rem}.discounts-panel--customer-profile .discounts-section-desc,.discounts-panel--customer-profile .discounts-helper-text{color:#6b7280}.discounts-panel--customer-profile .discounts-product-name{font-size:.9rem;color:#374151;max-width:none}@media (max-width: 768px){.discounts-inline-field,.discounts-override-row{flex-direction:column;align-items:stretch}.discounts-inline-field .discounts-field-row--compact,.discounts-override-row .discounts-field-row--inline{width:100%}}.storefront-page{width:100%}.storefront-discounts{display:flex;flex-direction:column;gap:1rem}.storefront-customer-select{display:flex;flex-direction:column;gap:.5rem;margin-top:1.25rem;max-width:360px}.storefront-customer-label{font-size:.875rem;font-weight:600;color:#424242}.storefront-customer-dropdown{padding:.5rem .75rem;border:1px solid #e0e0e0;border-radius:8px;font-size:.95rem;color:#424242;background:#fff;outline:none;cursor:pointer;transition:border-color .15s}.storefront-customer-dropdown:focus{border-color:#f25211}.storefront-no-customers{font-size:.85rem;color:#9e9e9e;margin:1rem 0 0}.page-header{margin-bottom:32px}.page-title{font-size:28px;font-weight:600;color:#424242;margin:0 0 8px}.page-subtitle{font-size:14px;color:#9e9e9e;margin:0}.alert{padding:.875rem 1.25rem;border-radius:8px;margin-bottom:1rem;font-weight:500;font-size:.9rem;display:flex;align-items:center;gap:.5rem}.alert-success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.alert-error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.section-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 6px #00000012}.section-card--preview{padding:1rem;background:#fafafa;border:1px solid #f0f0f0;box-shadow:none}.section-card--preview .sf-card{box-shadow:0 2px 12px #00000014}.preview-label{margin:0 0 .6rem .25rem;font-size:.8rem;font-weight:600;color:#9e9e9e;text-transform:uppercase;letter-spacing:.04em}.section-title-Ratings{font-size:1.125rem;font-weight:600;color:#424242}.section-description{font-size:.9rem;color:#9e9e9e;margin:0 0 1.25rem;line-height:1.5}.section-description--tight{font-family:Poppins,sans-serif;color:#9e9e9e;font-size:14px}.upload-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffffeb;border-radius:inherit;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;z-index:10}.upload-overlay .upload-text{font-size:.8rem;font-weight:600;color:#424242;margin:0}.upload-spinner{width:36px;height:36px;border:3px solid #f0f0f0;border-top-color:#f25211;border-radius:50%;animation:spin .8s linear infinite}.upload-spinner--sm{width:22px;height:22px;border-width:2.5px}.branding-upload-hint{font-size:.78rem;color:#b0b0b0;margin:0 0 8px}.branding-field-label{font-size:.875rem;font-weight:600;color:#424242;margin:10px 0 2px}.branding-tagline-item{margin-top:1.5rem}.store-tagline-input{width:100%;padding:.6rem .75rem;border:1px solid #e0e0e0;border-radius:8px;font-family:inherit;font-size:.9rem;color:#424242;box-sizing:border-box;transition:border-color .2s ease}.store-tagline-input:focus{outline:none;border-color:#f25211;box-shadow:0 0 0 3px #f2521114}.store-description{width:100%;padding:.75rem;border:1px solid #e0e0e0;border-radius:8px;font-family:inherit;font-size:.9rem;line-height:1.6;resize:vertical;box-sizing:border-box;transition:border-color .2s ease}.store-description:focus{outline:none;border-color:#f25211;box-shadow:0 0 0 3px #f2521114}.input-hint{font-size:.8rem;color:#b0b0b0;margin:.4rem 0 0}.section-card--discovery{border-left:3px solid #f25211}.discovery-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.discovery-header .section-title,.discovery-header .section-description{margin-bottom:0}.discovery-header .section-description{margin-top:.25rem}.checkbox-label{display:flex;align-items:flex-start;gap:.875rem;padding:1rem;background:#f9f9f9;border-radius:8px;cursor:pointer;transition:background .2s ease}.checkbox-label:hover{background:#f3f3f3}.checkbox-label--elevated{background:#fef7f4;border:1px solid #fde8df}.checkbox-label--elevated:hover{background:#fef0e9}.checkbox-label input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#f25211;margin-top:2px;flex-shrink:0}.checkbox-content{display:flex;flex-direction:column;gap:.2rem;flex:1}.checkbox-title{font-size:.95rem;font-weight:600;color:#424242}.checkbox-description{font-size:.8rem;color:#9e9e9e;line-height:1.4}.storefront-discounts .discounts-section:first-of-type{background:#fafafa;border:1px solid #f0f0f0;border-radius:10px;padding:1.25rem}.storefront-discounts .discounts-section+.discounts-section{margin-top:.5rem}.section-save-footer{display:flex;justify-content:flex-end;padding-top:1.5rem;margin-top:1.5rem;border-top:1px solid #f0f0f0}.storefront-pricing-tab{display:flex;flex-direction:column;gap:1rem}.pricing-actions-bar{display:flex;flex-wrap:wrap;gap:.75rem;margin:1rem 0 1.5rem}.pricing-line-items-section{display:flex;flex-direction:column}.pricing-section-copy{display:flex;flex-direction:column;gap:.25rem}.pricing-line-items-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.pricing-line-items-list{display:flex;flex-direction:column;gap:.75rem}.pricing-line-item-row{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(180px,.9fr) minmax(120px,.6fr) auto;gap:.75rem;align-items:center}.pricing-line-item-row--tax{grid-template-columns:minmax(0,1.4fr) minmax(120px,.7fr) auto}.pricing-line-item-select,.pricing-line-item-value{min-width:0}.pricing-percent-input-wrap{position:relative}.pricing-percent-input-wrap .pricing-line-item-value{padding-right:2rem}.pricing-percent-suffix{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);color:#6b7280;font-size:.9rem;pointer-events:none}.pricing-delivery-section{margin-top:1.5rem}.pricing-delivery-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.pricing-delivery-list{display:flex;flex-direction:column;gap:.75rem}.pricing-delivery-row{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(120px,.7fr) auto;gap:.75rem;align-items:center}.pricing-delivery-fee-input{min-width:0}.pricing-delivery-remove{white-space:nowrap}@media (max-width: 640px){.pricing-line-items-header,.pricing-delivery-header{flex-direction:column}.pricing-line-item-row,.pricing-delivery-row{grid-template-columns:1fr}}.sf-saving-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#0f172a73;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.sf-saving-card{background:#fff;border-radius:16px;padding:2.5rem 3rem;display:flex;flex-direction:column;align-items:center;gap:1rem;box-shadow:0 20px 60px #0f172a2e;min-width:200px}.sf-saving-spinner{width:40px;height:40px;border:3px solid #f3e8e3;border-top-color:#f25211;border-radius:50%;animation:spin .75s linear infinite}.sf-saving-label{margin:0;font-size:.95rem;font-weight:600;color:#475569}.action-buttons{display:flex;gap:1rem;justify-content:flex-end;padding:.5rem 0 .25rem;margin-top:.5rem}.btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:.5rem;justify-content:center}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.btn-primary:hover:not(:disabled){background-color:#d9470e;box-shadow:0 4px 12px #f252114d}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background-color:#f0f0f0;color:#424242;border:1px solid #e0e0e0}.btn-secondary:hover:not(:disabled){background-color:#e8e8e8}.btn-danger{background-color:#dc3545;color:#fff}.btn-danger:hover:not(:disabled){background-color:#c82333}.button-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite;display:inline-block}@media (max-width: 768px){.storefront-page{padding:1rem}.section-save-footer{justify-content:stretch}.section-save-footer .btn{width:100%;justify-content:center}.section-card{padding:1.25rem}.action-buttons{flex-direction:column}.action-buttons .btn,.btn{width:100%;justify-content:center}.discovery-header{flex-direction:column;gap:.5rem}}.sf-rating-summary{display:flex;align-items:center;justify-content:center;gap:.6rem;margin-top:1rem;padding-bottom:1rem;border-bottom:1px solid #f0f0f0}.sf-rating-summary__label{font-size:.8rem;font-weight:600;color:#9e9e9e;text-transform:uppercase;letter-spacing:.04em;flex-shrink:0}.sf-rating-summary__value{font-size:.9rem;font-weight:600;color:#f25211}.sf-rating-summary__empty{font-size:.85rem;color:#b0b0b0}.sf-ratings-tab{display:flex;flex-direction:column;gap:1rem}.sf-ratings-empty{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2.5rem 1rem 1.5rem;gap:.5rem}.sf-ratings-empty__icon{font-size:2.25rem;color:#e0e0e0;line-height:1}.sf-ratings-empty__heading{font-size:1rem;font-weight:600;color:#424242;margin:0}.sf-ratings-empty__sub{font-size:.85rem;color:#9e9e9e;margin:0;max-width:340px;line-height:1.5}.sf-rating-overview{display:flex;align-items:baseline;gap:.35rem;flex-wrap:wrap}.sf-rating-overview__star{font-size:1.75rem;color:#f25211;line-height:1}.sf-rating-overview__score{font-size:2.25rem;font-weight:700;color:#1a1a1a;line-height:1}.sf-rating-overview__max{font-size:1rem;color:#9e9e9e;font-weight:500;margin-right:.5rem}.sf-rating-overview__count{font-size:.85rem;color:#9e9e9e;align-self:center}.sf-breakdown{display:flex;flex-direction:column;gap:.875rem}.sf-breakdown-row{display:grid;grid-template-columns:130px 1fr 54px;align-items:center;gap:.75rem}.sf-breakdown-row__label{font-size:.875rem;font-weight:500;color:#424242}.sf-progress{height:6px;background:#f0f0f0;border-radius:99px;overflow:hidden}.sf-progress__fill{height:100%;background:#f25211;border-radius:99px;transition:width .4s ease}.sf-breakdown-row__score{font-size:.875rem;font-weight:600;color:#f25211;text-align:right}@media (max-width: 480px){.sf-breakdown-row{grid-template-columns:110px 1fr 46px;gap:.5rem}}.settings-page{width:100%;--settings-sticky-top: 112px;--settings-scroll-margin-top: 128px}.settings-page>.mm-page-header{position:sticky;top:0;z-index:30}.alert{padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px;display:flex;align-items:center;gap:8px}.alert-success{background-color:#e8f5e9;color:#2e7d32;border:1px solid #81c784}.alert-error{background-color:#ffebee;color:#c62828;border:1px solid #ef5350}.settings-layout{display:grid;grid-template-columns:200px minmax(0,1fr);gap:40px;align-items:start}.settings-sidebar-rail{position:sticky;top:var(--settings-sticky-top);align-self:start}.settings-sidebar{display:flex;flex-direction:column;gap:2px}.settings-sidebar-link{display:block;width:100%;text-align:left;padding:8px 12px;border:none;border-radius:8px;background:none;font-size:13px;font-weight:500;color:#9e9e9e;cursor:pointer;transition:all .15s ease}.settings-sidebar-link:hover{background-color:#f5f5f5;color:#424242}.settings-sidebar-link--active{background-color:#fff2ee;color:#f25211}.settings-content{display:flex;flex-direction:column;gap:40px;min-width:0}.settings-section{scroll-margin-top:var(--settings-scroll-margin-top)}.settings-section-heading{font-size:18px;font-weight:600;color:#424242;margin:0 0 16px;padding-bottom:12px;border-bottom:1px solid #e0e0e0}.section-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:24px;box-shadow:0 1px 3px #00000014}.section-card:last-child{margin-bottom:0}.section-title{font-size:15px;font-weight:600;color:#424242;margin:0 0 8px}.section-description{font-size:13px;color:#9e9e9e;margin:0 0 16px}.section-save-footer{display:flex;justify-content:flex-end;padding-top:24px;margin-top:24px;border-top:1px solid #f0f0f0}.form-group{margin-bottom:20px}.form-group label{display:block;font-size:13px;font-weight:500;color:#424242;margin-bottom:6px}.form-group input,.select-input,.settings-select{width:100%;padding:10px 12px;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;font-family:inherit;transition:all .2s ease;background:#fff;color:#424242}.form-group input:focus,.select-input:focus,.settings-select:focus{outline:none;border-color:#f25211;box-shadow:0 0 0 2px #f252111a}.form-group input:disabled{background-color:#f5f5f5;color:#9e9e9e;cursor:not-allowed}.input-hint{font-size:12px;color:#9e9e9e;margin-top:4px;margin-bottom:4px}.danger-hint{color:#d32f2f}.btn{padding:10px 16px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:8px;text-decoration:none}.btn-primary{background-color:#f25211;color:#fff}.btn-primary:hover:not(:disabled){background-color:#d94510}.btn-secondary{background-color:#f5f5f5;color:#424242;border:1px solid #e0e0e0}.btn-secondary:hover:not(:disabled){background-color:#eee}.btn-ghost{background:none;color:#f25211;border:none;padding:10px 0;font-size:13px}.btn-ghost:hover:not(:disabled){text-decoration:underline}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-danger-outline{background:none;border:1px solid #d32f2f;color:#d32f2f;padding:10px 16px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer}.btn-danger-outline:hover{background-color:#ffebee}.mt-20{margin-top:20px}.settings-saving-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#0f172a73;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.settings-saving-card{background:#fff;border-radius:16px;padding:2.5rem 3rem;display:flex;flex-direction:column;align-items:center;gap:1rem;box-shadow:0 20px 60px #0f172a2e;min-width:240px}.settings-saving-spinner{width:40px;height:40px;border:3px solid #f3e8e3;border-top-color:#f25211;border-radius:50%;animation:spin .75s linear infinite}.settings-saving-label{margin:0;font-size:.95rem;font-weight:600;color:#475569}.danger-zone{border:1px solid #ffcdd2;background-color:#fff5f5}.danger-zone .section-title{color:#d32f2f}.payment-card{position:relative}.payment-card--locked{opacity:.85}.payment-card--cta{border-color:#f25211;background:#fff8f6}.payment-card--connected{border-color:#81c784;background:#f9fff9}.payment-card-eyebrow{font-size:11px;font-weight:700;letter-spacing:.08em;color:#9e9e9e;margin:0 0 6px;text-transform:uppercase}.payment-card-heading{font-size:18px;font-weight:600;color:#424242;margin:0 0 10px}.payment-card-body{font-size:14px;color:#616161;margin:0 0 20px;line-height:1.6}.payment-card-badge{display:inline-block;padding:3px 8px;border-radius:4px;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-bottom:12px}.payment-card-badge--warning{background-color:#fff3cd;color:#856404}.payment-card-badge--success{background-color:#e8f5e9;color:#2e7d32}.payment-card-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.payment-card-powered{font-size:12px;color:#9e9e9e}.payment-card-account{font-size:13px;font-family:monospace;color:#616161;margin:0 0 16px}.subscription-card .subscription-card-row{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.subscription-label{font-size:12px;color:#9e9e9e;font-weight:500;margin:0 0 4px;text-transform:uppercase;letter-spacing:.06em}.subscription-plan{font-size:20px;font-weight:600;color:#424242;margin:0 0 4px}.subscription-period{font-size:12px;color:#9e9e9e;margin:0}.feature-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.marketing-assets-card{display:flex;flex-direction:column;gap:20px}.marketing-assets-alert{margin-bottom:0}.marketing-assets-loading{color:#757575;font-size:14px}.marketing-assets-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.marketing-asset-panel{background:#fffaf7;border:1px solid #f3d1c2;border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:16px}.marketing-asset-panel__title-row{display:flex;align-items:flex-start;gap:12px}.marketing-asset-panel__icon{width:40px;height:40px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#f25211;background:#fff1e9;border:1px solid #fed7aa;flex-shrink:0}.marketing-asset-panel__title{margin:0 0 6px;font-size:16px;font-weight:600;color:#424242}.marketing-asset-panel__description{margin:0;font-size:13px;line-height:1.6;color:#757575}.marketing-asset-chip-row{display:flex;flex-wrap:wrap;gap:8px}.marketing-asset-chip{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:#fff;border:1px solid #f3d1c2;color:#616161;font-size:12px;font-weight:600}.marketing-asset-panel__link-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center}.marketing-asset-panel__actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.feature-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:20px;box-shadow:0 1px 3px #0000000f;display:flex;flex-direction:column;gap:8px}.feature-card--enabled{border-color:#c8e6c9;background:#fafffe}.feature-card-header{display:flex;align-items:center;gap:8px}.feature-card-icon{font-size:20px;flex-shrink:0}.feature-card-title{font-size:14px;font-weight:600;color:#424242;flex:1}.feature-card-status{font-size:11px;font-weight:600;padding:2px 7px;border-radius:4px;background:#f5f5f5;color:#9e9e9e;text-transform:uppercase;letter-spacing:.04em;flex-shrink:0}.feature-card-status--on{background:#e8f5e9;color:#2e7d32}.feature-card-status--info{background:#e3f2fd;color:#1565c0}.feature-card-description{font-size:13px;color:#616161;margin:0;line-height:1.5}.feature-card-benefit{font-size:12px;color:#9e9e9e;font-style:italic;margin:0}.feature-card-actions{display:flex;align-items:center;gap:12px;margin-top:4px}.plus-upgrade-section{border-color:#f4d3c6;background:radial-gradient(circle at top right,rgba(242,82,17,.08),transparent 28%),linear-gradient(180deg,#fffaf8,#fff)}.plus-upgrade-section__header{text-align:center;padding:8px 0 20px}.plus-upgrade-star{width:48px;height:48px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#f25211;background:#fff1e9;border:1px solid #fed7aa;margin:0 0 10px}.plus-upgrade-title{font-size:20px;font-weight:600;color:#424242;margin:0 0 8px}.plus-upgrade-body{font-size:14px;color:#616161;margin:0 auto;max-width:360px;line-height:1.6}.plus-upgrade-feature-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.plus-upgrade-feature{display:flex;align-items:flex-start;gap:12px;padding:16px;border:1px solid #f0e1db;border-radius:12px;background:#ffffffe0}.plus-upgrade-feature__icon{width:42px;height:42px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#f25211;background:#fff1e9;border:1px solid #fed7aa;flex-shrink:0}.plus-upgrade-feature__content{min-width:0}.plus-upgrade-feature__title{font-size:14px;font-weight:600;color:#424242;margin:0 0 4px}.plus-upgrade-feature__description{font-size:13px;line-height:1.55;color:#616161;margin:0}.plus-upgrade-section__cta{display:flex;justify-content:center;padding-top:20px}.delivery-input-row{display:flex;gap:8px}.delivery-area-input{flex:1;padding:8px 12px;border:1px solid var(--color-border, #e2e8f0);border-radius:8px;font-size:14px;background:var(--color-surface, #fff);color:var(--color-text-primary, #1a202c);outline:none;transition:border-color .15s}.delivery-area-input:focus{border-color:var(--color-primary, #f97316)}.delivery-add-btn{padding:8px 16px;background:var(--color-primary, #f97316);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;white-space:nowrap;transition:opacity .15s}.delivery-add-btn:hover{opacity:.85}.delivery-areas-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.delivery-area-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background:#fff7ed;border:1px solid #fed7aa;border-radius:999px;font-size:13px;color:#9a3412}.delivery-chip-remove{background:none;border:none;cursor:pointer;font-size:16px;line-height:1;color:#9a3412;padding:0;display:flex;align-items:center}.delivery-chip-remove:hover{color:#7c2d12}@media (max-width: 900px){.plus-upgrade-feature-list,.marketing-assets-grid,.marketing-asset-panel__link-row{grid-template-columns:1fr}}.notification-items{display:flex;flex-direction:column;gap:12px}.notification-item{display:flex;align-items:flex-start;gap:12px;padding:12px;border-radius:8px;cursor:pointer;transition:all .2s ease;background-color:#f5f5f5}.notification-item:hover{background-color:#eee}.notification-item input[type=checkbox]{width:18px;height:18px;margin-top:2px;cursor:pointer;accent-color:#f25211;flex-shrink:0}.notification-content{display:flex;flex-direction:column;gap:4px;flex:1}.notification-title{font-size:14px;font-weight:500;color:#424242}.notification-description{font-size:12px;color:#9e9e9e}.badge{display:inline-block;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase;background-color:#e0e0e0;color:#424242}@media (max-width: 900px){.settings-layout{grid-template-columns:1fr}.settings-sidebar-rail{position:static}.settings-sidebar{position:static;flex-direction:row;flex-wrap:wrap;gap:4px;max-height:none;overflow:visible;padding-bottom:8px;border-bottom:1px solid #e0e0e0;margin-bottom:8px}.settings-sidebar-link{padding:6px 12px}}@media (max-width: 600px){.section-card{padding:16px}.feature-card-grid{grid-template-columns:1fr}.payment-card-actions,.subscription-card .subscription-card-row{flex-direction:column;align-items:flex-start}}.customer-profile-page{max-width:1200px;margin:0 auto}.back-link{background:none;border:none;color:#f25211;font-size:.9rem;font-weight:500;cursor:pointer;padding:0;margin-bottom:1.5rem;display:inline-flex;align-items:center;gap:.25rem}.back-link:hover{text-decoration:underline}.customer-profile-page .profile-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:1.1rem 1.25rem;border-bottom:1px solid #f4f6f9}.customer-profile-page .profile-header-info{display:flex;align-items:center;min-width:0;width:100%}.customer-profile-page .profile-header-meta{display:flex;flex-direction:column;gap:6px;min-width:0}.customer-profile-page .profile-name-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.customer-profile-page .profile-name{font-size:1.5rem;font-weight:700;color:#424242;margin:0}.customer-profile-page .profile-meta{font-size:.9rem;color:#757575;margin:0}.status-badge{padding:.28rem .72rem;border-radius:999px;font-size:.76rem;font-weight:600;letter-spacing:0}.status-active{background:#e8f8ee;color:#15803d}.status-inactive{background:#f3f4f6;color:#6b7280}.customer-profile-tabs{margin-bottom:1.5rem}.profile-orders{display:flex;flex-direction:column;gap:1.5rem}.orders-metrics-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.orders-metric-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:.85rem 1rem;display:flex;flex-direction:column;gap:.2rem}.orders-metric-label{font-size:.75rem;color:#6b7280;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.orders-metric-value{font-size:1.05rem;color:#111827;font-weight:700}.customer-profile-page .section-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014}.customer-profile-page .section-title{font-size:1.1rem;font-weight:600;color:#424242;margin:0 0 .5rem}.customer-profile-page .section-description{font-size:.875rem;color:#9e9e9e;margin:0 0 1.25rem}.empty-message{color:#9e9e9e;font-size:.9rem;text-align:center;padding:1.5rem 0;margin:0}.order-status-badge{padding:.2rem .6rem;border-radius:8px;font-size:.78rem;font-weight:500;white-space:nowrap}.order-status-badge.status-pending{background:#fef3c7;color:#d97706}.order-status-badge.status-accepted{background:#dcfce7;color:#15803d}.order-status-badge.status-in-progress{background:#ede9fe;color:#7c3aed}.order-status-badge.status-out-for-delivery{background:#e0f2fe;color:#0284c7}.order-status-badge.status-delivered{background:#dcfce7;color:#16a34a}.order-status-badge.status-completed{background:#f0fdf4;color:#15803d}.order-status-badge.status-declined{background:#fee2e2;color:#dc2626}.order-status-badge.status-cancelled{background:#f3f4f6;color:#6b7280}.order-number{font-family:Poppins,sans-serif;font-size:.9rem;font-weight:700;color:#111827}.customer-profile-page .customers-table{overflow-x:auto}.customer-profile-page .customers-table table{width:100%;border-collapse:collapse}.customer-profile-page .customers-table th{text-align:left;padding:.7rem .85rem;font-size:.76rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#94a3b8;border-bottom:1px solid #eef2f7;background:#fbfcfe}.customer-profile-page .customers-table td{padding:.95rem .85rem;font-size:.9rem;color:#424242;border-bottom:1px solid #f4f6f9;vertical-align:middle}.customer-profile-page .customers-table tbody tr:hover td{background:#f9fafb}.customer-profile-page .customers-table tr:last-child td{border-bottom:none}.customer-orders-table__status{text-align:center}.customer-orders-table__amount{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap;color:#111827}.pt-panel{display:flex;flex-direction:column;gap:0}.discounts-tab-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.discounts-tab-panel{margin-top:1.25rem}.pt-summary-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:.85rem 1rem;margin:.65rem 0 1rem}.pt-summary-title{font-size:.78rem;color:#6b7280;font-weight:700;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.3rem}.pt-summary{font-size:.875rem;font-weight:500;color:#374151;line-height:1.5}.pt-readonly-notice{background:#fef3c7;border:1px solid #fde68a;border-radius:8px;padding:.625rem 1rem;font-size:.85rem;color:#92400e;margin-bottom:1rem}.pt-fieldset{border:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.1rem}.pt-fieldset:disabled{opacity:.55;pointer-events:none}.pt-form-section{display:flex;flex-direction:column;gap:.35rem}.pt-form-section-title{font-size:.9rem;font-weight:600;color:#111827}.pt-form-section-hint{font-size:.8rem;color:#6b7280;margin:0}.pt-radio-group,.pt-checkbox-group{display:flex;flex-direction:column;gap:.45rem;margin-top:.25rem}.pt-radio-option,.pt-checkbox-option{position:relative;display:flex;align-items:center;gap:.625rem;cursor:pointer;padding:.62rem .8rem;border-radius:8px;border:1px solid #e5e7eb;background:#fff;transition:background .12s,border-color .12s,box-shadow .12s;font-size:0}.pt-radio-option:hover,.pt-checkbox-option:hover{background:#f9fafb;border-color:#d1d5db}.pt-radio-option input,.pt-checkbox-option input{width:1px;height:1px;opacity:0;position:absolute;pointer-events:none}.pt-radio-option:before,.pt-checkbox-option:before{content:"";width:16px;height:16px;border:1px solid #d1d5db;border-radius:5px;background:#fff;flex-shrink:0}.pt-radio-option:before{border-radius:999px}.pt-radio-option.is-selected,.pt-checkbox-option.is-selected{border-color:#f9b79b;background:#fff3ed;box-shadow:inset 0 0 0 1px #f252112e}.pt-radio-option.is-selected:before,.pt-checkbox-option.is-selected:before{border-color:#f25211;background:#f25211;box-shadow:inset 0 0 0 3px #fff}.pt-option-label{font-size:.9rem;color:#374151;font-weight:500}.pt-schedule-row{display:flex;align-items:center;gap:.75rem;margin-top:.75rem;padding:.75rem 1rem;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.pt-schedule-label{font-size:.875rem;font-weight:500;color:#374151;white-space:nowrap}.pt-schedule-select{flex:1;max-width:180px;padding:.4rem .6rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;color:#111827;background:#fff;cursor:pointer}.pt-schedule-select:focus{outline:none;border-color:#f25211;box-shadow:0 0 0 2px #f252111f}.pt-message{border-radius:8px;padding:.625rem 1rem;font-size:.875rem;margin-top:1rem}.pt-message--error{background:#fee2e2;border:1px solid #fca5a5;color:#991b1b}.pt-message--success{background:#dcfce7;border:1px solid #86efac;color:#166534}.pt-actions{margin-top:1.15rem;padding-top:1rem;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end}.pt-save-btn{background:#f25211;color:#fff;border:none;border-radius:8px;padding:.625rem 1.5rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .15s}.pt-save-btn:hover{background:#d94711}.pt-save-btn:disabled{opacity:.6;cursor:not-allowed}.ca-panel{display:flex;flex-direction:column}.ca-overview-card{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;margin:.75rem 0 1.15rem;padding:1rem 1.1rem;border:1px solid #e8edf4;border-radius:12px;background:linear-gradient(180deg,#fcfdff,#f8fafc)}.ca-overview-item{display:flex;flex-direction:column;gap:.28rem}.ca-overview-label{font-size:.76rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#94a3b8}.ca-overview-value{font-size:.96rem;font-weight:600;color:#111827}.ca-overview-value.is-positive{color:#15803d}.ca-readonly-notice{background:#fffbeb;border:1px solid #fde68a;border-radius:10px;padding:.75rem 1rem;font-size:.85rem;color:#92400e;margin-bottom:1rem}.ca-fieldset{border:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.9rem}.ca-fieldset:disabled{opacity:.55;pointer-events:none}.ca-section{display:flex;flex-direction:column;gap:.7rem}.ca-section-copy{display:flex;flex-direction:column;gap:.35rem}.ca-section-title{font-size:.95rem;font-weight:600;color:#111827}.ca-section-hint{margin:0;font-size:.84rem;line-height:1.5;color:#6b7280}.ca-toggle-card{position:relative;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.05rem;border:1px solid #e5e7eb;border-radius:12px;background:#fff;box-shadow:0 1px 3px #0f172a0a;cursor:pointer;transition:border-color .15s,box-shadow .15s,background .15s}.ca-toggle-card:hover{border-color:#f7c8b4;box-shadow:0 8px 18px #0f172a0a}.ca-toggle-card.is-enabled{border-color:#f9b79b;background:#fff8f4}.ca-toggle-card input{position:absolute;opacity:0;width:1px;height:1px;pointer-events:none}.ca-toggle-copy{display:flex;flex-direction:column;gap:.32rem;min-width:0}.ca-toggle-title{font-size:.95rem;font-weight:600;color:#111827}.ca-toggle-hint{font-size:.84rem;line-height:1.5;color:#6b7280}.ca-toggle-control{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.ca-toggle-value{font-size:.84rem;font-weight:600;color:#374151}.ca-toggle-switch{display:inline-flex;align-items:center;width:48px;height:28px;padding:3px;border-radius:999px;background:#d1d5db;transition:background .15s}.ca-toggle-thumb{width:22px;height:22px;border-radius:999px;background:#fff;box-shadow:0 1px 3px #0f172a2e;transform:translate(0);transition:transform .15s}.ca-toggle-card.is-enabled .ca-toggle-switch{background:#f25211}.ca-toggle-card.is-enabled .ca-toggle-thumb{transform:translate(20px)}.ca-frequency-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.ca-frequency-option{position:relative;display:flex;flex-direction:column;gap:.32rem;padding:.95rem 1rem;border:1px solid #e5e7eb;border-radius:12px;background:#fff;cursor:pointer;transition:border-color .15s,background .15s,box-shadow .15s}.ca-frequency-option:hover{border-color:#f7c8b4;box-shadow:0 8px 18px #0f172a0a}.ca-frequency-option.is-selected{border-color:#f9b79b;background:#fff3ed;box-shadow:inset 0 0 0 1px #f2521124}.ca-frequency-option input{position:absolute;opacity:0;width:1px;height:1px;pointer-events:none}.ca-frequency-label{font-size:.9rem;font-weight:600;color:#111827}.ca-frequency-description{font-size:.82rem;line-height:1.45;color:#6b7280}.ca-stripe-card{padding:.9rem 1rem;border-radius:12px;border:1px solid #dbeafe;background:#f8fbff;color:#1e40af;font-size:.875rem;line-height:1.5}.ca-stripe-card p{margin:0 0 .4rem;font-weight:600}.ca-stripe-card ul{margin:0;padding-left:1rem}.ca-stripe-card li+li{margin-top:.2rem}.ca-message{border-radius:8px;padding:.625rem 1rem;font-size:.875rem;margin-top:1rem}.ca-message--error{background:#fee2e2;border:1px solid #fca5a5;color:#991b1b}.ca-message--success{background:#dcfce7;border:1px solid #86efac;color:#166534}.ca-actions{margin-top:1.15rem;padding-top:1rem;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end}.ca-save-btn{background:#f25211;color:#fff;border:none;border-radius:8px;padding:.625rem 1.5rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .15s}.ca-save-btn:hover{background:#d94711}.ca-save-btn:disabled{opacity:.6;cursor:not-allowed}.outstanding-summary{display:flex;align-items:baseline;gap:.75rem;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;padding:.75rem 1rem;margin-top:1rem}.outstanding-summary__label{font-size:.875rem;font-weight:500;color:#92400e}.outstanding-summary__amount{font-size:1.25rem;font-weight:700;color:#d97706;font-variant-numeric:tabular-nums}.outstanding-payment-badge{display:inline-block;padding:.15rem .5rem;border-radius:6px;font-size:.78rem;font-weight:600;white-space:nowrap}.outstanding-payment-badge--on_account{background:#eff6ff;color:#1d4ed8;border:1px solid #93c5fd}.outstanding-payment-badge--stripe_immediate{background:#fff3ef;color:#f25211;border:1px solid #fca97a}.outstanding-payment-badge--external{background:#f3f4f6;color:#6b7280;border:1px solid #d1d5db}.outstanding-amount{font-weight:600;color:#d97706;font-variant-numeric:tabular-nums;white-space:nowrap}.outstanding-fee-note{margin-top:.2rem;font-size:.72rem;font-weight:500;color:#6b7280;white-space:normal}.outstanding-row--selected td{background:#fffbeb}.outstanding-empty-state{margin-top:1rem;border:1px dashed #d1fae5;background:#f0fdf4;border-radius:12px;padding:.95rem 1rem;text-align:center}.outstanding-empty-icon{width:30px;height:30px;margin:0 auto .35rem;border-radius:50%;background:#dcfce7;color:#15803d;display:flex;align-items:center;justify-content:center;font-weight:700}.outstanding-empty-title{margin:0;font-size:.95rem;font-weight:700;color:#166534}.outstanding-empty-subtitle{margin:.2rem 0 0;font-size:.84rem;color:#4b5563}.settle-panel{margin-top:1.5rem;padding:1.25rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;display:flex;flex-direction:column;gap:1rem}.settle-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.settle-panel__actions{display:flex;gap:.5rem;flex-wrap:wrap}.settle-panel__title{font-size:.95rem;font-weight:600;color:#111827;margin-bottom:.2rem}.settle-panel__hint{font-size:.825rem;color:#6b7280}.settle-btn{background:#f25211;color:#fff;border:none;border-radius:8px;padding:.6rem 1.25rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .15s;white-space:nowrap;flex-shrink:0}.settle-btn:hover:not(:disabled){background:#d94711}.settle-btn--secondary{background:#111827}.settle-btn--secondary:hover:not(:disabled){background:#1f2937}.settle-btn:disabled{opacity:.5;cursor:not-allowed}.settle-message{border-radius:8px;padding:.625rem 1rem;font-size:.875rem}.settle-message--error{background:#fee2e2;border:1px solid #fca5a5;color:#991b1b}.settle-message--success{background:#ecfdf5;border:1px solid #86efac;color:#14532d}.external-confirm-meta{margin-top:.875rem;padding:.75rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;display:flex;flex-wrap:wrap;gap:1rem;font-size:.875rem;color:#374151}.external-confirm-table-wrap{margin-top:.75rem;border:1px solid #e5e7eb;border-radius:8px;overflow:auto;max-height:220px}.external-confirm-table{width:100%;border-collapse:collapse;font-size:.8125rem}.external-confirm-table th,.external-confirm-table td{padding:.5rem .625rem;border-bottom:1px solid #f3f4f6;text-align:left;white-space:nowrap}.external-confirm-table thead th{background:#f9fafb;color:#374151;font-weight:600}.external-confirm-input-label{display:block;margin-top:.875rem;margin-bottom:.375rem;font-size:.8125rem;color:#374151}.external-confirm-input{width:100%;border:1px solid #d1d5db;border-radius:8px;padding:.55rem .7rem;font-size:.875rem}.external-confirm-input:focus{outline:none;border-color:#f25211;box-shadow:0 0 0 3px #f252111f}.settle-url-box{background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:1rem;display:flex;flex-direction:column;gap:.625rem}.settle-url-box__label{font-size:.825rem;font-weight:500;color:#374151}.settle-url-box__row{display:flex;gap:.5rem;align-items:center}.settle-url-box__input{flex:1;padding:.45rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.8rem;font-family:monospace;color:#374151;background:#f9fafb;min-width:0}.settle-url-box__input:focus{outline:none;border-color:#f25211}.settle-url-box__copy{background:#111827;color:#fff;border:none;border-radius:6px;padding:.45rem .875rem;font-size:.825rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s}.settle-url-box__copy:hover{background:#374151}.settle-url-box__note{font-size:.8rem;color:#9ca3af;margin:0}@media (max-width: 768px){.orders-metrics-row,.ca-overview-card,.ca-frequency-grid{grid-template-columns:1fr}.ca-toggle-card{flex-direction:column;align-items:stretch}.ca-toggle-control{justify-content:space-between}.profile-body{grid-template-columns:1fr}.customer-profile-page .profile-header{flex-direction:column;align-items:flex-start}}.service-fee-locked-page{display:flex;justify-content:center;align-items:flex-start;min-height:100vh;padding:2rem 1.5rem;background-color:#424242;overflow-y:auto;overflow-x:hidden}.locked-content{max-width:860px;width:100%;background:#fff;border-radius:16px;padding:2rem;box-shadow:0 20px 60px #0000004d;text-align:center;margin:auto 0}.locked-icon{display:flex;justify-content:center;margin-bottom:1rem}.locked-icon svg{width:64px;height:64px;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.9}}.locked-title{font-family:Poppins,sans-serif;font-size:1.75rem;font-weight:700;color:#424242;margin:0 0 .75rem;line-height:1.2}.locked-description{font-family:Poppins,sans-serif;font-size:1rem;color:#666;margin:0 0 1.5rem;line-height:1.5}.locked-amount-card{background:linear-gradient(135deg,#fff5f0,#ffe8dc);border:2px solid #f25211;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.amount-label{font-family:Poppins,sans-serif;font-size:.875rem;color:#c03e0e;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.amount-value{font-family:Poppins,sans-serif;font-size:2.5rem;font-weight:700;color:#f25211;margin-bottom:.25rem}.amount-period{font-family:Poppins,sans-serif;font-size:1rem;color:#d94710;font-weight:500}.locked-summary-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem;margin-bottom:1.5rem;text-align:left}.locked-summary-header{margin-bottom:1rem}.locked-summary-header h2{font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;color:#424242;margin:0 0 .25rem}.locked-summary-header p{font-family:Poppins,sans-serif;font-size:.875rem;color:#666;margin:0;line-height:1.5}.locked-summary-list{display:flex;flex-direction:column;gap:.85rem}.locked-summary-item{border-bottom:1px solid #e5e7eb;padding-bottom:.85rem}.locked-summary-row{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;width:100%;background:none;border:none;padding:0;text-align:left;cursor:pointer}.locked-summary-row:hover .locked-summary-period,.locked-summary-row:hover .locked-summary-amount{color:#f25211}.locked-summary-row:focus-visible{outline:2px solid rgba(242,82,17,.3);outline-offset:6px;border-radius:8px}.locked-summary-row-main{min-width:0}.locked-summary-row-side{display:flex;align-items:center;gap:.85rem;flex-shrink:0}.locked-summary-period{font-family:Poppins,sans-serif;font-size:.95rem;font-weight:600;color:#424242}.locked-summary-meta{font-family:Poppins,sans-serif;margin-top:.2rem;font-size:.8125rem;color:#666}.locked-summary-amount{font-family:Poppins,sans-serif;font-size:.95rem;font-weight:700;color:#424242;white-space:nowrap;transition:color .2s ease}.locked-summary-toggle-indicator{font-family:Poppins,sans-serif;font-size:1.15rem;font-weight:600;color:#9ca3af;line-height:1}.locked-summary-drawer{margin-top:.85rem;margin-left:.25rem;padding:.95rem 1rem;background:#fff;border:1px solid #e5e7eb;border-radius:10px}.locked-summary-drawer-list{display:flex;flex-direction:column;gap:.75rem}.locked-summary-drawer-row{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.locked-summary-drawer-order{min-width:0}.locked-summary-drawer-order-number{font-family:Poppins,sans-serif;font-size:.9rem;font-weight:600;color:#424242}.locked-summary-drawer-order-meta{font-family:Poppins,sans-serif;margin-top:.2rem;font-size:.8rem;color:#666}.locked-summary-drawer-fee{font-family:Poppins,sans-serif;font-size:.9rem;font-weight:700;color:#424242;white-space:nowrap}.locked-summary-drawer-total{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:.95rem;padding-top:.85rem;border-top:1px solid #e5e7eb;font-family:Poppins,sans-serif;font-size:.9rem;color:#424242}.locked-summary-drawer-total strong{font-size:.95rem}.locked-summary-drawer-empty{font-family:Poppins,sans-serif;font-size:.85rem;color:#666}.locked-summary-total{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding-top:.15rem;font-family:Poppins,sans-serif;font-size:.95rem;color:#424242}.locked-summary-total strong{font-size:1rem}.locked-summary-empty{font-family:Poppins,sans-serif;border:1px dashed #d1d5db;border-radius:10px;padding:1rem;color:#666;background:#fff}.locked-actions{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.pay-now-button{font-family:Poppins,sans-serif;font-size:1rem;padding:.875rem 1.75rem;font-weight:600}.view-billing-button{font-family:Poppins,sans-serif;font-size:1rem}.sign-out-link{font-family:Poppins,sans-serif;background:none;border:none;color:#999;font-size:.875rem;cursor:pointer;text-decoration:underline;padding:.5rem;transition:color .2s}.sign-out-link:hover{color:#424242}.locked-info{background:#f5f5f5;border-radius:8px;padding:1.25rem;text-align:left}.locked-info h3{font-family:Poppins,sans-serif;font-size:.9375rem;font-weight:600;color:#424242;margin:0 0 .5rem}.locked-info ul{margin:0;padding-left:1.25rem;list-style:disc}.locked-info li{font-family:Poppins,sans-serif;font-size:.8125rem;color:#666;margin-bottom:.375rem;line-height:1.4}.locked-info li:last-child{margin-bottom:0}@media (min-width: 960px){.service-fee-locked-page{padding:3rem 2rem}.locked-content{padding:2.5rem 3rem}}@media (max-width: 640px){.service-fee-locked-page{padding:1rem}.locked-content{padding:1.5rem}.locked-title{font-size:1.5rem}.locked-description{font-size:.9375rem}.amount-value{font-size:2rem}.locked-summary-row,.locked-summary-drawer-row{gap:.75rem}.locked-summary-row-side{gap:.6rem}}.billing-page{max-width:1020px;margin:0 auto;padding:1.75rem}.billing-page-header{margin-bottom:2rem}.page-title{font-size:2rem;font-weight:700;color:#111827;margin:0 0 .5rem}.page-subtitle{font-size:1rem;color:#6b7280;margin:0}.billing-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.loading-spinner{font-size:3rem;margin-bottom:1rem;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.billing-content{display:flex;flex-direction:column;gap:1.85rem}.billing-alert-card{background:#fff7ed;border:1px solid #fdba74;border-radius:12px;padding:1rem 1.25rem}.billing-alert-title{font-size:.95rem;font-weight:700;color:#9a3412;margin-bottom:.35rem}.billing-alert-copy{font-size:.9rem;color:#9a3412;margin:0}.billing-summary-card{background:transparent;border:0;border-radius:0;padding:0;box-shadow:none;margin-bottom:.3rem}.summary-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:1.25rem}.summary-header h2{font-size:1.5rem;font-weight:600;color:#111827;margin:0}.header-controls{display:flex;gap:.75rem;align-items:center}.period-selector{background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:.42rem .85rem;font-size:.875rem;font-weight:500;color:#374151;cursor:pointer;transition:all .2s;min-width:180px;min-height:40px}.period-selector:hover{border-color:#9ca3af;background:#f9fafb}.period-selector:focus{outline:none;border-color:#f25211;box-shadow:0 0 0 3px #f252111a}.period-badge{background:#f3f4f6;color:#6b7280;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:500}.outstanding-amount-large{text-align:center;padding:1rem 0 1.1rem;border-bottom:1px solid rgba(229,231,235,.3);margin-bottom:1.2rem}.amount-label{font-size:.95rem;font-weight:600;color:#6b7280db;letter-spacing:0;margin-bottom:.05rem}.amount-value{font-size:3.8rem;font-weight:700;color:#111827;line-height:.95}.amount-value:first-letter{font-size:.76em;opacity:.7}.amount-value.has-balance{color:#f25211}.amount-value.no-balance{color:#059669}.amount-meta{margin-top:.45rem;font-size:.95rem;color:#6b7280}.amount-settled{margin-top:.55rem;font-size:.95rem;font-weight:600;color:#047857}.billing-breakdown{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.2rem}.breakdown-row{display:flex;justify-content:space-between;align-items:center;font-size:.95rem}.breakdown-row.total{font-weight:600;font-size:1.1rem;color:#111827}.breakdown-label{color:#6b7280}.breakdown-value{color:#111827;font-weight:500}.breakdown-value.success{color:#059669}.breakdown-divider{height:1px;background:#e5e7eb;margin:.5rem 0}.pay-outstanding-button{width:100%;padding:1rem;font-size:1.1rem;font-weight:600}.billing-payment-helper{margin:.75rem 0 0;font-size:.9rem;color:#6b7280;text-align:center}.billing-total-payable-card{margin-bottom:1.5rem;padding:.8rem .95rem;border:1px solid rgba(253,186,116,.42);border-radius:10px;background:#fffcf8}.billing-total-payable-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.75rem}.billing-total-payable-label{font-size:1rem;font-weight:700;color:#9a3412}.billing-total-payable-value{font-size:1.5rem;font-weight:700;color:#c2410c;white-space:nowrap}.billing-total-payable-includes{font-size:.88rem;color:#9a3412}.billing-total-payable-includes>span{display:block;margin-bottom:.35rem;font-weight:600}.billing-total-payable-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.18rem}.billing-total-payable-list li{position:relative;padding-left:1rem}.billing-total-payable-list li:before{content:"•";position:absolute;left:0;color:#ea580c}.no-balance-message{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1.5rem 1.2rem;background:#f0fdf4;border:1px solid #d1fae5;border-radius:8px;color:#059669;font-weight:500}.success-icon{display:inline-flex;align-items:center;font-size:1.45rem;margin-top:.08rem}.no-balance-copy{display:flex;flex-direction:column;gap:.1rem}.no-balance-copy strong{font-size:1.15rem;color:#047857}.no-balance-copy span{font-size:.9rem;color:#059669b8}.billing-accordion{background:#fff;border:1px solid rgba(237,240,244,.9);border-radius:12px;padding:0;box-shadow:0 4px 12px #0f172a06;overflow:hidden}.billing-accordion--light{box-shadow:none}.billing-accordion-summary{list-style:none;cursor:pointer;padding:.88rem 1.08rem;transition:background-color .18s ease}.billing-accordion-summary::-webkit-details-marker{display:none}.billing-accordion-summary:after{content:"▾";position:absolute;right:1.08rem;top:50%;transform:translateY(-50%);color:#9ca3af;font-size:.95rem}.billing-accordion[open] .billing-accordion-summary:after{transform:translateY(-50%) rotate(180deg)}.billing-accordion-summary{position:relative}.billing-accordion-summary:hover{background:#f9fafbb3}.billing-accordion-body{padding:0 1.08rem 1.08rem}.billing-accordion[open] .billing-accordion-body{animation:billingAccordionReveal .18s ease}@keyframes billingAccordionReveal{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.detail-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin:0;padding-right:1.5rem}.detail-card-header h3{font-size:1.1rem;font-weight:600;color:#111827;margin:0 0 .25rem}.detail-card-header p{font-size:.9rem;color:#6b7280;margin:0}.billing-status-badge{display:inline-flex;align-items:center;justify-content:center;padding:.45rem .8rem;border-radius:999px;font-size:.8rem;font-weight:700;white-space:nowrap}.billing-status-badge.status-paid{background:#ecfdf3;color:#027a48}.billing-status-badge.status-current{background:#eff6ff;color:#1d4ed8}.billing-status-badge.status-overdue{background:#fff7ed;color:#c2410c}.billing-status-badge.status-locked{background:#fef2f2;color:#b91c1c}.billing-metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:1rem}.billing-metric{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:1rem;display:flex;flex-direction:column;gap:.35rem}.billing-metric-label{font-size:.8rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em}.billing-metric strong{font-size:1rem;color:#111827}.billing-inline-empty{margin:0;font-size:.92rem;color:#6b7280}.carry-over-list{display:flex;flex-direction:column;gap:.85rem}.carry-over-row{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding-bottom:.85rem;border-bottom:1px solid #e5e7eb}.carry-over-period{font-size:.95rem;font-weight:600;color:#111827}.carry-over-meta{margin-top:.2rem;font-size:.85rem;color:#6b7280}.carry-over-amount{font-size:.95rem;font-weight:700;color:#111827;white-space:nowrap}.carry-over-total{display:flex;justify-content:space-between;align-items:center;padding-top:.15rem;font-size:.95rem;color:#111827}.carry-over-total strong{font-size:1rem}.ledger-table-wrapper{overflow-x:auto}.ledger-table{width:100%;border-collapse:collapse;min-width:720px}.ledger-table th,.ledger-table td{text-align:left;padding:.85rem .75rem;border-bottom:1px solid #e5e7eb;font-size:.9rem}.ledger-table th{font-size:.8rem;color:#6b7280;text-transform:uppercase;letter-spacing:.04em}.ledger-table td{color:#111827}.billing-info-card{background:transparent;border:0;border-radius:0;padding:0}.billing-info-card h3{font-size:1.1rem;font-weight:600;color:#111827;margin:0 0 1rem}.billing-info-card p{font-size:.9rem;color:#6b7280;line-height:1.75;margin:0 0 1rem}.billing-info-list{list-style:none;padding:0;margin:0}.billing-info-list li{font-size:.88rem;color:#6b7280;padding:.45rem 0 .45rem 1.5rem;position:relative;line-height:1.7}.billing-info-list li:before{content:"•";position:absolute;left:.5rem;color:#f25211;font-weight:600}@media (max-width: 768px){.billing-page{padding:1rem}.page-title{font-size:1.5rem}.billing-summary-card{padding:0}.billing-accordion-summary{padding:.9rem}.amount-value{font-size:2.5rem}.summary-header{flex-direction:column;align-items:flex-start;gap:.75rem}.detail-card-header{flex-direction:column;align-items:flex-start}.billing-accordion-body{padding:0 .9rem .9rem}.period-selector{width:100%}.billing-total-payable-header,.carry-over-row,.carry-over-total{flex-direction:column;align-items:flex-start}.billing-total-payable-value,.carry-over-amount{white-space:normal}}.payment-result-page{min-height:100vh;padding:48px 24px 72px;background:radial-gradient(circle at top,rgba(242,82,17,.08),transparent 34%),#f7f7f8}.payment-result-page__shell{width:min(100%,920px);margin:0 auto;display:grid;gap:24px}.payment-result-page__hero,.payment-result-page__summary,.payment-result-page__next,.payment-result-page__actions{padding:28px 30px;border-radius:28px;background:#ffffffeb;border:1px solid rgba(17,24,39,.08);box-shadow:0 16px 36px #1118270f}.payment-result-page__hero{text-align:center;display:grid;justify-items:center;gap:14px}.payment-result-page__hero--success{background:linear-gradient(180deg,#f0fdf4eb,#fffffff5)}.payment-result-page__hero--pending{background:linear-gradient(180deg,#fff7edeb,#fffffff5)}.payment-result-page__hero--cancel{background:linear-gradient(180deg,#fff7edb8,#fffffff5)}.payment-result-page__icon{width:68px;height:68px;border-radius:999px;display:grid;place-items:center;background:#f2521114;border:1px solid rgba(242,82,17,.22);color:#f25211;font:600 30px/1 Poppins,sans-serif}.payment-result-page__eyebrow{font:600 11px/1.4 Poppins,sans-serif;letter-spacing:.12em;text-transform:uppercase;color:#6b7280eb}.payment-result-page__hero h1{margin:0;font:400 34px/1.04 BlackMango-Regular,serif;color:#111827}.payment-result-page__hero p{margin:0;max-width:620px;font:400 15px/1.7 Poppins,sans-serif;color:#6b7280}.payment-result-page__amount-pill{margin-top:4px;padding:14px 18px;border-radius:999px;display:inline-flex;align-items:center;gap:16px;background:#11182708;border:1px solid rgba(17,24,39,.08)}.payment-result-page__amount-pill span{font:500 12px/1.3 Poppins,sans-serif;color:#6b7280;letter-spacing:.05em;text-transform:uppercase}.payment-result-page__amount-pill strong{font:500 28px/1 Poppins,sans-serif;color:#111827}.payment-result-page__meta-row{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 20px;font:500 13px/1.5 Poppins,sans-serif;color:#6b7280}.payment-result-page__summary-head{display:grid;gap:6px;margin-bottom:16px}.payment-result-page__summary-head h2,.payment-result-page__summary-head h3{margin:0;font:500 18px/1.2 Poppins,sans-serif;color:#111827}.payment-result-page__summary-head p{margin:0;font:400 13px/1.6 Poppins,sans-serif;color:#6b7280}.payment-result-page__summary-list,.payment-result-page__step-list{display:grid;gap:12px}.payment-result-page__summary-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-top:12px;border-top:1px solid rgba(17,24,39,.08);font:400 14px/1.6 Poppins,sans-serif;color:#4b5563}.payment-result-page__summary-row:first-child{padding-top:0;border-top:0}.payment-result-page__summary-row strong{font:500 15px/1.4 Poppins,sans-serif;color:#111827;text-align:right}.payment-result-page__step{display:flex;gap:12px;align-items:flex-start;font:400 14px/1.7 Poppins,sans-serif;color:#4b5563}.payment-result-page__step-dot{width:8px;height:8px;margin-top:8px;border-radius:999px;flex:0 0 auto;background:#f25211}.payment-result-page__actions{display:grid;gap:16px}.payment-result-page__action-row{display:flex;flex-wrap:wrap;gap:12px}.payment-result-page__error{margin:12px 0 0;font:500 13px/1.6 Poppins,sans-serif;color:#b91c1c}@media (max-width: 760px){.payment-result-page{padding:24px 16px 40px}.payment-result-page__hero,.payment-result-page__summary,.payment-result-page__next,.payment-result-page__actions{padding:22px 20px;border-radius:24px}.payment-result-page__hero h1{font-size:28px}.payment-result-page__amount-pill{width:100%;justify-content:space-between}.payment-result-page__summary-row,.payment-result-page__action-row{flex-direction:column}.payment-result-page__summary-row strong{text-align:left}}.notification-center{padding:24px;max-width:1040px;margin:0 auto}.page-header{margin-bottom:28px}.page-title{font-size:32px;font-weight:700;color:#1f2937;margin:0 0 10px}.page-subtitle{font-size:14px;color:#667085;margin:0}.notification-tabs{display:flex;flex-wrap:wrap;gap:10px;width:fit-content;margin-bottom:22px;padding:6px;background:#f8fafc;border:1px solid #e6ecf3;border-radius:18px}.tab{display:inline-flex;align-items:center;gap:8px;padding:11px 14px;background:transparent;border:none;border-radius:12px;cursor:pointer;font-size:14px;font-weight:600;color:#667085;transition:background .2s ease,color .2s ease,box-shadow .2s ease}.tab:hover{color:#1f2937;background:#ffffffc7}.tab.active{color:#f25211;background:#fff;box-shadow:0 8px 18px #0f172a0f}.tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 7px;border-radius:999px;background:#e9eef5;color:#475467;font-size:11px;font-weight:700}.tab.active .tab-count,.tab-count.unread{background:#f252111f;color:#cf4510}.actions-bar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;padding:16px 18px;background:#fff;border:1px solid #e9eef5;border-radius:18px;box-shadow:0 10px 24px #0f172a0a;flex-wrap:wrap}.filter-group{display:flex;align-items:center;gap:10px;margin-left:auto}.filter-group label{font-size:12px;font-weight:700;letter-spacing:.03em;color:#667085}.filter-select{padding:8px 12px;border:1px solid #d8e1ec;border-radius:10px;font-size:13px;background:#fff;color:#344054;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.filter-select:hover,.filter-select:focus{border-color:#f2521159;box-shadow:0 0 0 4px #f2521114;outline:none}.notifications-list{display:flex;flex-direction:column;gap:16px}.notification-item{--notification-accent: #f25211;--notification-accent-soft: rgba(242, 82, 17, .12);position:relative;overflow:hidden;display:grid;grid-template-columns:auto minmax(0,1fr);gap:16px;padding:20px;background:#fff;border:1px solid #e7edf5;border-radius:20px;box-shadow:0 12px 28px #0f172a0d;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.notification-item:hover{transform:translateY(-1px);border-color:#d7e0eb;box-shadow:0 18px 34px #0f172a14}.notification-item.unread{border-color:#f2521138;box-shadow:0 18px 38px #0f172a14}.notification-item.read .notification-title{color:#344054}.notification-item.read .notification-message{color:#667085}.notification-item.archived{background:#fcfcfd;border-color:#edf2f7;box-shadow:none}.notification-item.archived .notification-title{color:#475467}.notification-item.archived .notification-message,.notification-item.archived .notification-time{color:#98a2b3}.notification-item.archived .notification-icon{opacity:.72}.notification-item--accent-order{--notification-accent: #f25211;--notification-accent-soft: rgba(242, 82, 17, .12)}.notification-item--accent-success{--notification-accent: #15803d;--notification-accent-soft: rgba(21, 128, 61, .12)}.notification-item--accent-danger{--notification-accent: #b42318;--notification-accent-soft: rgba(180, 35, 24, .12)}.notification-item--accent-link{--notification-accent: #2563eb;--notification-accent-soft: rgba(37, 99, 235, .12)}.notification-item--accent-quote{--notification-accent: #0f766e;--notification-accent-soft: rgba(15, 118, 110, .12)}.notification-item--accent-message{--notification-accent: #0284c7;--notification-accent-soft: rgba(2, 132, 199, .12)}.notification-item--accent-system{--notification-accent: #475467;--notification-accent-soft: rgba(71, 84, 103, .1)}.notification-icon{width:48px;height:48px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;background:var(--notification-accent-soft);color:var(--notification-accent);box-shadow:inset 0 0 0 1px #ffffffa3}.notification-content{min-width:0;display:flex;flex-direction:column;gap:12px}.notification-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.notification-title{margin:0;font-size:16px;line-height:1.35;font-weight:600;color:#1f2937}.notification-item.unread .notification-title{font-weight:700}.notification-time{flex-shrink:0;white-space:nowrap;font-size:12px;font-weight:500;color:#98a2b3}.notification-message{margin:0;font-size:14px;line-height:1.55;color:#667085;max-width:72ch}.notification-actions{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.notification-primary-action{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border:none;border-radius:12px;background:linear-gradient(135deg,#f25211,#ff7a1a);color:#fff;font-size:13px;font-weight:600;cursor:pointer;box-shadow:0 10px 20px #f252112e;transition:transform .18s ease,box-shadow .18s ease}.notification-primary-action:hover{transform:translateY(-1px);box-shadow:0 14px 24px #f2521133}.notification-secondary-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-left:auto}.notification-secondary-action{display:inline-flex;align-items:center;gap:6px;padding:9px 12px;border-radius:12px;border:1px solid #e4e7ec;background:#fff;color:#667085;font-size:12px;font-weight:600;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease}.notification-secondary-action:hover{background:#f8fafc;border-color:#d0d5dd;color:#344054}.notification-secondary-action--danger{background:#fef3f2e6;border-color:#b423182e;color:#b42318}.notification-secondary-action--danger:hover{background:#fee4e2;border-color:#b4231852;color:#912018}.unread-indicator{position:absolute;left:0;top:14px;bottom:14px;width:4px;border-radius:999px;background:#f25211}.empty-state,.loading-state{padding:64px 24px;background:#fff;border:1px solid #e9eef5;border-radius:20px;box-shadow:0 10px 24px #0f172a0a;display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}.empty-state__icon{width:56px;height:56px;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;background:#fff6ef;color:#f25211}.empty-message{font-size:18px;font-weight:600;color:#1f2937;margin:0}.empty-hint{max-width:420px;font-size:14px;line-height:1.5;color:#667085;margin:0}.spinner{width:40px;height:40px;border:3px solid #e4e7ec;border-top-color:#f25211;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.notification-center .btn{padding:10px 16px;border:none;border-radius:10px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:6px;background-color:#f25211;color:#fff}.notification-center .btn:hover:not(:disabled){background-color:#de4a0f;transform:translateY(-1px);box-shadow:0 4px 8px #f2521133}.notification-center .btn:disabled{background-color:#ccc;cursor:not-allowed;opacity:.6}.notification-center .btn[variant=secondary]{background-color:#e0e0e0;color:#424242}.notification-center .btn[variant=secondary]:hover:not(:disabled){background-color:#bdbdbd}.notification-center .btn[variant=danger]{background-color:#d32f2f}.notification-center .btn[variant=danger]:hover:not(:disabled){background-color:#b71c1c}@media (max-width: 768px){.notification-center{padding:16px}.page-title{font-size:24px}.notification-tabs{width:100%}.tab{flex:1 1 0;justify-content:center}.actions-bar{flex-direction:column;align-items:stretch}.filter-group{width:100%;margin-left:0}.filter-group label{flex-shrink:0}.filter-select{flex:1}.notification-item{padding:18px 16px}.notification-header{flex-direction:column;gap:6px}.notification-time{white-space:normal}.notification-actions{flex-direction:column;align-items:stretch}.notification-primary-action{justify-content:center}.notification-secondary-actions{width:100%;margin-left:0;justify-content:flex-end}.empty-state,.loading-state{padding:48px 20px}}@media (max-width: 560px){.notification-item{grid-template-columns:1fr}.notification-icon{width:44px;height:44px}.notification-secondary-actions{justify-content:center}.notification-secondary-action{flex:1 1 0;justify-content:center}}.chat-page{height:calc(100vh - 112px);display:flex;flex-direction:column;overflow:hidden}.chat-container{display:grid;grid-template-columns:350px minmax(0,1fr);height:100%;background:linear-gradient(180deg,#fffdf9,#f8f5f0);border:1px solid #efe8de;border-radius:24px;overflow:hidden;box-shadow:0 18px 40px #32221214}.conversations-sidebar{display:flex;flex-direction:column;background:#ffffffdb;border-right:1px solid #eee5d9}.conversations-header{padding:32px 24px 22px;border-bottom:1px solid #f0e8df;background:#fffcf7f2}.conversations-header h2{margin:0 0 4px;color:#1f1a17;font-size:20px;font-weight:700}.conversations-header p{margin:0;color:#7b6f63;font-size:13px;line-height:1.5}.conversations-list{flex:1;overflow-y:auto;overflow-x:hidden;padding:16px 12px 12px;min-height:0}.empty-conversations{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px;padding:48px 20px;color:#7b6f63}.empty-conversations .mm-app-icon{color:#f25211}.empty-conversations p{margin:0;font-size:15px;font-weight:600;color:#2a241f}.empty-conversations span{max-width:220px;font-size:13px;line-height:1.55}.conversation-item{display:flex;align-items:flex-start;gap:12px;padding:19px 16px;margin-bottom:12px;border-radius:18px;border:1px solid transparent;background:transparent;cursor:pointer;transition:transform .18s ease,background-color .18s ease,border-color .18s ease,box-shadow .18s ease}.conversation-item:hover{transform:translateY(-1px);background:#fff8f0e6;border-color:#f3dec8;box-shadow:0 10px 22px #3a25120f}.conversation-item.active{background:#fff;border-color:#f25211;box-shadow:0 12px 24px #f2521114}.conversation-info{flex:1;min-width:0}.conversation-title-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:6px}.conversation-title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:700;color:#1f1a17}.conversation-time{flex-shrink:0;font-size:12px;font-weight:600;color:#9a8d7d;white-space:nowrap}.conversation-order-context{margin-bottom:5px;font-size:12px;font-weight:600;color:#7a5e42;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversation-preview{font-size:13px;line-height:1.68;color:#6a6158;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversation-activity{display:flex;align-items:center;justify-content:center;min-width:10px;padding-top:6px}.conversation-unread-dot{width:8px;height:8px;border-radius:999px;background:#f25211;box-shadow:0 0 0 4px #f252111a}.messages-panel{display:flex;flex-direction:column;min-width:0;min-height:0;background:linear-gradient(180deg,#ffffffe0,#f9f5f0f0),radial-gradient(circle at top right,rgba(242,82,17,.03),transparent 32%)}.empty-messages{flex:1;display:flex;align-items:center;justify-content:center;padding:36px 24px}.empty-messages-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px;max-width:360px;color:#6d635a}.empty-messages-card .mm-app-icon{color:#f25211}.empty-messages-card h3{margin:0;color:#251f1a;font-size:18px;font-weight:700}.empty-messages-card p{margin:0;font-size:14px;line-height:1.6}.messages-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:24px 28px 18px;border-bottom:1px solid rgba(233,223,211,.92);background:#ffffffe6}.messages-header__content{min-width:0;display:flex;flex-direction:column;gap:6px}.messages-header h3{margin:0;color:#1e1915;font-size:20px;font-weight:700}.messages-header__helper{margin:0;color:#746658;font-size:13px;line-height:1.55;font-weight:500}.messages-header__badges{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:8px}.conversation-order-status,.conversation-status-badge{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:999px;font-size:12px;font-weight:700}.conversation-order-status--pending{background:#fff1db;color:#b65a0a}.conversation-order-status--active{background:#e8f0ff;color:#1d4ed8}.conversation-order-status--completed{background:#e8f7ee;color:#117a43}.conversation-order-status--neutral,.conversation-status-badge{background:#f3f1ee;color:#6e665f}.chat-countdown-badge{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:999px;font-size:12px;font-weight:700;background:#fff3e8;color:#b65a0a;border:1px solid #fddcb7}.messages-list{flex:1;overflow-y:auto;overflow-x:hidden;padding:20px 24px;min-height:0;background:radial-gradient(circle at top left,rgba(242,82,17,.035),transparent 28%),linear-gradient(180deg,#fcfaf7eb,#f8f5f0f0)}.empty-messages-state{padding:28px 20px;text-align:center;color:#7b6f63}.empty-messages-state p{margin:0;font-size:14px}.message{display:flex;margin-bottom:14px}.message--system{justify-content:center;margin:8px 0 18px}.message.sent{justify-content:flex-end}.message.received{justify-content:flex-start}.message-bubble{max-width:min(72%,560px);padding:12px 14px;border-radius:18px;word-wrap:break-word;box-shadow:0 8px 18px #281c110a}.message-system-event{display:flex;flex-direction:column;align-items:center;gap:4px;max-width:320px;padding:10px 16px;border-radius:16px;background:#fffaf3d6;color:#7d6f61}.message-system-event__title{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#9c8a77}.message-system-event__body{text-align:center;font-size:13px;font-weight:600;line-height:1.5;color:#46392f}.message-system-event__meta{text-align:center;font-size:12px;line-height:1.45;color:#8b7d6f}.message-system-event__time{font-size:12px;line-height:1.45;color:#8f8275}.message.sent .message-bubble{background:linear-gradient(180deg,#f25211,#db4a10);color:#fff;border-bottom-right-radius:6px}.message.received .message-bubble{background:#fff;color:#1b1714;border:1px solid #ece3d8;border-bottom-left-radius:6px}.message-text{margin-bottom:4px;line-height:1.5;font-size:14px}.message-time{font-size:11px;opacity:.72}.message-input-container{padding:18px 24px 22px;background:#fffcf8fa;border-top:1px solid rgba(232,221,208,.92);box-shadow:inset 0 1px #ffffffc2,0 -8px 20px #2e1f1208}.input-disabled-message{text-align:center;padding:12px 14px;border-radius:14px;background:#f3f1ee;color:#6e665f;font-size:14px}.message-input-form{display:flex;gap:12px}.message-input{flex:1;min-width:0;padding:13px 16px;border:1px solid #decfbe;border-radius:999px;background:#fff;font-size:14px;outline:none;transition:border-color .18s ease,box-shadow .18s ease}.message-input:focus{border-color:#f25211;box-shadow:0 0 0 4px #f2521114}.message-input:disabled{background:#f6f4f1;cursor:not-allowed}.send-button{padding:13px 24px;background:#f25211;color:#fff;border:none;border-radius:999px;font-weight:700;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease;box-shadow:0 10px 18px #f252112e}.send-button:hover:not(:disabled){background:#d94710;transform:translateY(-1px)}.send-button:disabled{background:#c8b7a8;cursor:not-allowed;box-shadow:none}.conversations-list::-webkit-scrollbar,.messages-list::-webkit-scrollbar{width:8px}.conversations-list::-webkit-scrollbar-track,.messages-list::-webkit-scrollbar-track{background:#f8fafc;border-radius:10px}.conversations-list::-webkit-scrollbar-thumb,.messages-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px;border:2px solid #f8fafc}.conversations-list::-webkit-scrollbar-thumb:hover,.messages-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (max-width: 900px){.chat-container{grid-template-columns:310px minmax(0,1fr)}.messages-header{padding:20px 22px 16px}.messages-context-band,.messages-list,.message-input-container{padding-left:20px;padding-right:20px}}@media (max-width: 768px){.chat-page{height:auto;min-height:calc(100vh - 112px);overflow:visible}.chat-container{grid-template-columns:1fr;height:auto;min-height:auto}.conversations-sidebar{border-right:none;border-bottom:1px solid #eee5d9;max-height:320px}.messages-header{flex-direction:column;align-items:flex-start}.messages-header__badges{justify-content:flex-start}.message-input-form{flex-direction:column}.send-button{width:100%}.message-bubble{max-width:88%}}
