@charset "UTF-8";:root{--dd-color-primary: #3b82f6;--dd-color-primary-hover: #eff6ff;--dd-color-text-main: #4b5563;--dd-color-text-muted: #9ca3af;--dd-color-border: #d1d5db;--dd-color-border-focus: #3b82f6;--dd-color-bg-main: #ffffff;--dd-color-bg-hover: #f3f4f6;--dd-border-radius: 6px;--dd-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--dd-font-family: inherit}.truncate,.dropdown-option .dropdown-option-subtitle,.dropdown-option .dropdown-option-label,.dropdown-trigger .trigger-text{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dropdown-container{font-family:var(--dd-font-family);position:relative;width:100%;min-width:0;display:flex;flex-direction:column;gap:6px}.dropdown-container .dropdown-label{font-size:.875rem;font-weight:600;color:var(--dd-color-text-main)}.dropdown-container .dropdown-label .required-asterisk{color:#ef4444;margin-left:2px}.dropdown-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;min-width:0;padding:10px 14px;background-color:var(--dd-color-bg-main);border:1px solid var(--dd-color-border);border-radius:var(--dd-border-radius);cursor:pointer;font-size:.875rem;color:var(--dd-color-text-main);transition:border-color .15s ease,box-shadow .15s ease;outline:none;font-weight:400!important}.dropdown-trigger span{font-weight:400!important}.dropdown-trigger:hover{border-color:var(--dd-color-text-muted)}.dropdown-trigger:focus-visible,.dropdown-trigger.is-open{border-color:var(--dd-color-border-focus);box-shadow:0 0 0 2px #3b82f633}.dropdown-trigger .trigger-content{flex:1;text-align:left;margin-right:8px;display:flex;align-items:center;gap:8px;min-width:0}.dropdown-trigger .trigger-text{display:block;flex:1;min-width:0}.dropdown-trigger .selected-icon{display:flex;align-items:center;color:var(--dd-color-text-muted);flex-shrink:0}.dropdown-trigger .trigger-icon{color:var(--dd-color-text-muted);flex-shrink:0;transition:transform .15s ease}.dropdown-trigger .trigger-icon.is-open{transform:rotate(180deg)}.dropdown-portal{position:absolute;z-index:20000!important;background-color:var(--dd-color-bg-main);border:1px solid var(--dd-color-border);border-radius:var(--dd-border-radius);box-shadow:var(--dd-shadow);min-width:160px;display:flex;flex-direction:column;overflow:hidden;font-family:var(--dd-font-family);max-width:calc(100vw - 20px);max-height:calc(100vh - 20px);box-sizing:border-box}.dropdown-portal>.dropdown-menu{position:static;top:auto;left:auto;right:auto;margin:0;animation:none;background:transparent;border:none;box-shadow:none;z-index:auto}.dropdown-portal>.dropdown-menu:before{display:none}.dropdown-search{padding:10px;border-bottom:1px solid var(--dd-color-border)}.dropdown-search input{width:100%;border:none;outline:none;font-size:.875rem;color:var(--dd-color-text-main)}.dropdown-search input::placeholder{color:#9ca3af}.dropdown-menu{max-height:400px;overflow-y:auto;padding:0;margin:0;list-style:none}.dropdown-menu::-webkit-scrollbar{width:4px}.dropdown-menu::-webkit-scrollbar-track{background:transparent}.dropdown-menu::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:10px}.dropdown-menu::-webkit-scrollbar-thumb:hover{background-color:#9ca3af}.dropdown-option{display:flex;align-items:center;padding:8px 14px;cursor:pointer;font-size:.875rem;color:var(--dd-color-text-main);transition:background-color .15s ease}.dropdown-option:hover,.dropdown-option.is-highlighted{background-color:var(--dd-color-bg-hover)}.dropdown-option.is-selected{color:var(--dd-color-primary);background-color:var(--dd-color-primary-hover);font-weight:500}.dropdown-option.is-selected .dropdown-option-subtitle{color:var(--dd-color-primary);opacity:.8}.dropdown-option.is-selected .option-icon{color:var(--dd-color-primary)}.dropdown-option .option-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.dropdown-option .option-main-content{display:flex;align-items:center;width:100%;gap:8px}.dropdown-option .option-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--dd-color-text-muted)}.dropdown-option .submenu-arrow{margin-left:auto;color:var(--dd-color-text-muted);opacity:.7}.dropdown-option .dropdown-option-subtitle{font-size:.75rem;color:var(--dd-color-text-muted);font-weight:400;margin-top:2px}.dropdown-option .check-icon{flex-shrink:0;color:var(--dd-color-primary)}.dropdown-option.check-right .option-main-content{justify-content:flex-start}.dropdown-option.check-right .check-icon{margin-left:8px}.dropdown-option.check-left .check-icon{margin-right:8px}.dropdown-separator{height:1px;background-color:var(--dd-color-border);margin:4px 0;cursor:default}.dropdown-submenu{min-width:200px;overflow:visible!important}.dropdown-action{display:flex;align-items:center;gap:8px;padding:12px 14px;border-top:1px solid var(--dd-color-border);background:var(--dd-color-bg-main);cursor:pointer;font-size:.875rem;font-weight:600;color:var(--dd-color-text-main);transition:background-color .15s ease}.dropdown-action:hover{background-color:var(--dd-color-bg-hover)}.dropdown-action .action-icon{color:var(--dd-color-text-muted)}.date-picker-container{position:relative;width:100%}.date-picker-container:hover .date-picker-icon-wrapper{color:#3b82f6}.date-picker-input{width:100%!important;padding:10px 12px!important;border:1px solid #d1d5db!important;border-radius:6px!important;font-size:14px!important;font-weight:500!important;color:#111827!important;background-color:#fff!important;transition:all .2s ease!important;height:36px!important;min-height:36px!important;box-sizing:border-box!important;cursor:pointer;font-family:inherit;appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;outline:none!important}.date-picker-icon-wrapper{position:absolute;right:12px;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;color:#111827;pointer-events:none;font-size:0;line-height:1}.date-picker-icon{display:block;flex-shrink:0;color:inherit}.date-picker-input::placeholder{color:#9ca3af!important}.date-picker-input:hover{background-color:#f9fafb!important;border-color:#3b82f6!important;color:#3b82f6!important}.date-picker-input:focus,.date-picker-input:focus-visible{outline:2px solid #3b82f6!important;outline-offset:-3px!important;border-color:#3b82f6!important;box-shadow:none!important}.date-picker-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #d1d5db;border-radius:8px;box-shadow:0 10px 15px #0000001a;z-index:10015;margin-top:4px;min-width:290px;max-width:300px;overflow-y:auto;scrollbar-width:thin}.date-picker-header{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-bottom:1px solid #e5e7eb;background:#f9fafb;border-radius:8px 8px 0 0}.date-picker-nav-btn{background:none;border:none;font-size:16px;color:#6b7280;cursor:pointer;padding:2px 4px;border-radius:6px;transition:all .2s ease;width:28px;height:28px;display:flex;align-items:center;justify-content:center}.date-picker-nav-btn:hover:not(:disabled){background:#e5e7eb;color:#111827}.date-picker-nav-btn:disabled{color:#d1d5db;cursor:not-allowed}.date-picker-month-year{font-weight:600;color:#111827;font-size:14px}.date-picker-weekdays{display:grid;grid-template-columns:repeat(7,1fr);padding:6px 14px;background:#f9fafb;border-bottom:1px solid #e5e7eb}.date-picker-weekday{text-align:center;font-size:11.5px;font-weight:600;color:#6b7280;padding:4px 2px}.date-picker-grid{display:grid;grid-template-columns:repeat(7,1fr);padding:6px 14px 10px;gap:4px}.date-picker-day-wrapper{display:flex;align-items:center;justify-content:center}.date-picker-day{width:34px;height:34px;border:none;background:none;border-radius:6px;font-size:12.5px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;color:#111827}.date-picker-day:hover:not(.disabled){background:#f3f4f6}.date-picker-day.selected{background:#3b82f6;color:#fff;font-weight:600}.date-picker-day.selected:hover{background:#2563eb}.date-picker-day.today{background:#fef3c7;color:#d97706;font-weight:600}.date-picker-day.today:hover:not(.selected){background:#fde68a}.date-picker-day.disabled{color:#d1d5db;cursor:not-allowed}.date-picker-day.disabled:hover{background:none}.date-picker-day.empty{width:34px;height:34px}.date-picker-footer{padding:8px 14px;border-top:1px solid #e5e7eb;background:#f9fafb;border-radius:0 0 8px 8px;text-align:center}.date-picker-today-btn{background:#3b82f6;color:#fff;border:none;padding:6px 14px;border-radius:6px;font-size:12.5px;font-weight:500;cursor:pointer;transition:all .2s ease}.date-picker-today-btn:hover:not(:disabled){background:#2563eb}.date-picker-today-btn:disabled{background:#d1d5db;color:#9ca3af;cursor:not-allowed}@media (max-width: 768px){.date-picker-dropdown{min-width:270px;max-width:290px}.date-picker-day{width:30px;height:30px;font-size:12px}.date-picker-day.empty{width:30px;height:30px}}.date-picker-dropdown{animation:datePickerFadeIn .2s ease-out}@keyframes datePickerFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.data-dashboard{width:100%!important;height:auto!important;display:flex!important;flex-direction:column!important;gap:10px!important;min-height:0;position:relative!important}.data-dashboard.is-loading,.data-dashboard.is-empty{height:100%!important;flex:1!important}.data-dashboard-loading-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10001;display:flex;align-items:center;justify-content:center;background:#ffffffc7;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);animation:overlay-fade-in .15s ease}.data-dashboard-loading-spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top-color:#337ab7;border-radius:50%;animation:spin .7s linear infinite}@keyframes overlay-fade-in{0%{opacity:0}to{opacity:1}}.data-dashboard-inline-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:24px 32px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-shrink:0;box-shadow:0 1px 3px #0000000d}.data-dashboard-inline-header__left{flex:1;min-width:0}.data-dashboard-inline-header__title{font-size:clamp(20px,4vw,28px);font-weight:700;color:#111827;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.data-dashboard-inline-header__description{font-size:14px;color:#6b7280;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.data-dashboard-inline-header__actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.sort-loading .sort-indicator{animation:spin 1s linear infinite}.table-container{position:relative}.data-table-loading-overlay{position:absolute;left:0;right:0;top:var(--table-overlay-top, 40px);bottom:0;z-index:20;display:flex;align-items:center;justify-content:center;background:#ffffffb8;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border-radius:0 0 8px 8px;animation:overlay-fade-in .15s ease;pointer-events:all}.data-table-loading-overlay--sort{position:absolute!important;left:0!important;right:0!important;top:var(--table-overlay-top, 40px)!important;bottom:0!important;height:auto!important;border-radius:0 0 8px 8px!important;z-index:25!important;background:#ffffffb8!important;backdrop-filter:blur(6px)!important;-webkit-backdrop-filter:blur(6px)!important;display:flex!important;align-items:center!important;justify-content:center!important;animation:overlay-fade-in .15s ease!important;pointer-events:all!important}.data-table-loading-spinner{position:sticky;left:50%;transform:translate(-50%);width:32px;height:32px;border:3px solid #e5e7eb;border-top-color:#337ab7;border-radius:50%;animation:spin .7s linear infinite}.table-loading-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#fff9;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:25;border-radius:8px}.table-loading-overlay .loading-spinner{width:24px;height:24px;border:3px solid transparent;border-top:3px solid #337ab7;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:8px}.table-loading-overlay span{font-size:14px;color:#666;font-weight:500}.data-dashboard-header-content{display:flex;flex-direction:column;flex-shrink:0;gap:10px!important}@media (max-width: 1024px){.data-dashboard-header-content{gap:8px!important}}.products-dashboard__toolbar{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:0}.products-dashboard__view-toggle{flex-shrink:0}.products-dashboard__toolbar-meta{font-size:14px;color:#6b7280}.products-dashboard__toolbar-meta strong{color:#111827;font-weight:600}.data-dashboard-header-actions-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end;width:100%}.data-dashboard-header-actions-group{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.product-image-large{width:280px!important;height:280px!important;min-width:280px!important;min-height:280px!important;max-width:280px!important;max-height:280px!important}@media (max-width: 1200px){.company-users-dashboard .search-actions-bar{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:12px!important}.company-users-dashboard .search-actions-bar .search-actions-bar__left,.company-users-dashboard .search-actions-bar .search-actions-bar__actions{width:100%!important;grid-column:auto!important;flex:none!important}.company-users-dashboard .search-actions-bar .search-actions-bar__actions{justify-content:flex-start!important;overflow-x:auto!important;padding-bottom:4px;-webkit-overflow-scrolling:touch}}@media (min-width: 1201px){.company-users-dashboard .search-actions-bar{display:grid!important;grid-template-columns:repeat(3,1fr)!important}}.company-users-dashboard .data-dashboard-header-actions-row{flex-wrap:nowrap!important;width:auto!important;justify-content:flex-end!important}.product-image-large img{width:100%!important;height:100%!important;object-fit:contain!important}.suppliers-list-page,.products-list-page,.users-list-page{flex:0 1 auto!important;display:flex!important;flex-direction:column!important;height:auto!important;min-height:0!important;overflow-y:auto!important}@media (max-width: 768px){.suppliers-list-page,.products-list-page,.users-list-page{height:auto!important;min-height:100%!important;overflow-y:visible!important}}.data-dashboard-content{flex:1!important;display:flex!important;flex-direction:column!important;min-height:0!important;position:relative!important;box-sizing:border-box!important}.data-dashboard-content--no-padding{padding:0!important}.data-dashboard-content{overflow-y:hidden!important;overflow-x:visible!important;scrollbar-width:none!important;-ms-overflow-style:none!important;box-sizing:border-box!important;position:relative!important;width:100%!important;max-width:100%!important}.data-dashboard-content::-webkit-scrollbar{width:0!important;height:0!important}.user-rights-list-page{display:flex!important;flex-direction:column!important;min-height:0!important;overflow-y:auto!important}@media (max-width: 768px){.user-rights-list-page{height:auto!important;min-height:100%!important;overflow-y:visible!important}.user-rights-list-page:after{content:""!important;display:block!important;height:12px!important;width:100%!important;flex-shrink:0!important}}.user-rights-list-page .data-dashboard{flex:0 0 auto!important}.user-rights-list-page .data-dashboard.is-loading{flex:1!important;height:100%!important}.user-rights-list-page:has(.dashboard-table-wrapper--initial-loading) .dashboard-table-wrapper--initial-loading,.user-rights-dashboard:has(.dashboard-table-wrapper--initial-loading) .dashboard-table-wrapper--initial-loading{min-height:400px!important;display:flex!important;flex-direction:column!important}.user-rights-list-page:has(.dashboard-table-wrapper--initial-loading) .dashboard-table-wrapper--initial-loading .data-table-container,.user-rights-dashboard:has(.dashboard-table-wrapper--initial-loading) .dashboard-table-wrapper--initial-loading .data-table-container{flex:1 1 auto!important;min-height:360px!important;display:flex!important;flex-direction:column!important}.user-rights-list-page:has(.dashboard-table-wrapper--initial-loading) .dashboard-table-wrapper--initial-loading .table-container,.user-rights-dashboard:has(.dashboard-table-wrapper--initial-loading) .dashboard-table-wrapper--initial-loading .table-container{flex:1 1 auto!important}.search-actions-bar{display:flex!important;align-items:center!important;margin-bottom:10px!important;gap:10px!important;overflow:visible!important;position:relative!important;width:100%!important;box-sizing:border-box!important;flex-wrap:wrap!important;height:auto!important}@media (min-width: 1024px){.search-actions-bar{display:grid!important;grid-template-columns:repeat(3,1fr)!important;flex-wrap:nowrap!important}}.search-actions-bar__left{display:flex!important;align-items:center!important;gap:10px!important;min-width:240px!important}@media (min-width: 1024px){.search-actions-bar__left{grid-column:1/2!important;flex:none!important}}.search-actions-bar__actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;min-width:0!important;overflow-x:auto!important}@media (min-width: 1024px){.search-actions-bar__actions{grid-column:2/4!important;flex:none!important}}.search-actions-bar__actions{overflow-y:hidden!important;scrollbar-width:none!important;-ms-overflow-style:none!important;-webkit-overflow-scrolling:touch!important}.search-actions-bar__actions::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}.search-actions-bar--with-header-actions{align-items:center!important}.search-actions-bar--with-header-actions .search-actions-bar__left{flex:0 1 300px!important}.search-actions-bar--with-header-actions .search-actions-bar__actions{flex:1 1 0px!important;min-width:0!important}.search-actions-bar--with-header-actions .admin-v2-header-actions{margin-left:0!important}@media (min-width: 1024px){.search-actions-bar--with-header-actions .admin-v2-header-actions{margin-left:auto!important}}.search-actions-bar--with-header-actions .admin-v2-header-actions{min-width:max-content!important;border:none!important;background:transparent!important;gap:8px!important;overflow-y:hidden!important;scrollbar-width:none!important;-ms-overflow-style:none!important;display:flex!important;align-items:center;flex-wrap:nowrap!important}.search-actions-bar--with-header-actions .admin-v2-header-actions:before{display:none!important;content:none!important;margin-left:auto!important}.search-actions-bar--with-header-actions .admin-v2-header-actions::-webkit-scrollbar{display:none}.search-actions-bar--with-header-actions .admin-v2-header-actions>*{flex:0 0 auto!important}@media (max-width: 1024px){.search-actions-bar--with-header-actions .admin-v2-header-actions{width:max-content!important;margin-left:0!important;align-items:center!important;flex-wrap:nowrap!important;gap:8px!important}.search-actions-bar--with-header-actions .admin-v2-header-actions>*{flex:0 0 auto!important;width:auto!important}}.custom-header-actions{display:flex!important;gap:8px!important;align-items:center!important;flex-wrap:wrap!important}@media (max-width: 1200px){.custom-header-actions{gap:6px!important}.custom-header-actions button{padding:6px 10px!important;font-size:12px!important}}@media (max-width: 900px){.custom-header-actions{gap:4px!important}.custom-header-actions button{padding:4px 8px!important;font-size:11px!important}.custom-header-actions button span:not(:first-child){display:none!important}}@media (max-width: 600px){.custom-header-actions{flex-wrap:wrap!important;justify-content:flex-end!important}.custom-header-actions button{padding:4px 6px!important;font-size:10px!important}}.search-field{position:relative!important;flex:1!important;display:flex!important;align-items:center!important;min-width:240px!important}@media (max-width: 600px){.search-field{min-width:100%!important;max-width:100%!important}}.search-field .search-icon{position:absolute!important;left:12px!important;top:50%!important;transform:translateY(-50%)!important;color:#969696!important;display:flex!important;align-items:center!important;justify-content:center!important;pointer-events:none!important;z-index:2!important}.search-input{flex:1!important;height:36px!important;padding:8px 12px 8px 36px!important;border:1px solid #d1d5db!important;border-radius:6px!important;font-size:14px!important;text-align:left!important;background-color:#fff!important;color:#252525!important;transition:border-color .2s ease,box-shadow .2s ease!important}.search-input::placeholder{color:#969696!important;text-align:left!important}.search-input:focus{outline:none!important;border-color:#2563eb!important;box-shadow:0 0 0 2px #3b82f61f!important}.search-input:disabled{opacity:.55!important;cursor:not-allowed!important;background-color:#f9fafb!important}.add-button{padding:8px 16px!important;background:#3b82f6!important;color:#fff!important;border:1px solid #eff6ff!important;border-radius:6px!important;font-size:14px!important;font-weight:500!important;cursor:pointer!important;margin-right:4px!important;flex-shrink:0!important;white-space:nowrap!important;box-sizing:border-box!important;position:relative!important;z-index:1!important}.add-button:hover{background:#1d4ed8!important;border-color:#2563eb!important}.add-button:disabled{opacity:.5!important;cursor:not-allowed!important}.dashboard-table-wrapper{position:relative!important;display:flex!important;flex-direction:column!important;width:100%!important;min-width:0!important;min-height:0!important;flex:0 1 auto!important}.dashboard-table-wrapper--stretch,.dashboard-table-wrapper--stretch .data-table-container{flex:1 1 auto!important;display:flex!important;flex-direction:column!important;height:100%!important}.data-table-container{--table-overlay-top: 40px;background:#fff!important;border-radius:8px!important;border:1px solid #e5e7eb!important;overflow-x:auto!important;overflow-y:auto!important}@supports (-moz-appearance: none){.data-table-container{scrollbar-width:thin!important;scrollbar-color:var(--scrollbar-thumb-bg) var(--scrollbar-track-bg)!important}}.data-table-container{-ms-overflow-style:none!important;flex:0 1 auto!important;min-width:0!important;min-height:0!important;height:auto!important;max-height:calc(100dvh - 180px)!important}.is-loading .data-table-container{flex:1!important}.data-table-container{position:relative!important;padding-right:0!important}.data-table-container::-webkit-scrollbar{width:0!important;height:var(--scrollbar-size)!important;display:block!important;cursor:pointer!important}.data-table-container::-webkit-scrollbar-track{background:var(--scrollbar-track-bg)!important;border-radius:var(--scrollbar-radius)!important;cursor:pointer!important}.data-table-container::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb-bg)!important;border-radius:var(--scrollbar-radius)!important;cursor:pointer!important}.data-table-container::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover-bg)!important;cursor:pointer!important}.data-table-container::-webkit-scrollbar-corner{background:transparent!important}.data-table-container--locked{overflow:hidden!important;max-height:none!important}.data-table-container--no-horizontal-scroll{overflow-x:hidden!important}.data-table-container--no-horizontal-scroll::-webkit-scrollbar{height:0!important;display:none!important}.loading-state{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;padding:40px!important}.loading-state .loading-spinner{width:24px!important;height:24px!important;border:3px solid transparent!important;border-top:3px solid #337ab7!important;border-radius:50%!important;animation:spin 1s linear infinite!important;margin-bottom:16px!important}.loading-state p{color:#6b7280!important;margin:0!important}.data-table td.loading-cell,.data-table tbody td.loading-cell,table.data-table td.loading-cell{text-align:center!important;padding:60px 20px!important;background-color:transparent!important;width:100%!important;white-space:normal!important;overflow:visible!important;display:table-cell!important}.data-table td.loading-cell .loading-state-inline,.data-table tbody td.loading-cell .loading-state-inline,table.data-table td.loading-cell .loading-state-inline{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:16px!important;width:100%!important;margin:0 auto!important;max-width:100%!important;text-align:center!important}.data-table td.loading-cell .loading-state-inline .loading-spinner,.data-table tbody td.loading-cell .loading-state-inline .loading-spinner,table.data-table td.loading-cell .loading-state-inline .loading-spinner{width:24px!important;height:24px!important;min-width:24px!important;min-height:24px!important;max-width:24px!important;max-height:24px!important;border:3px solid transparent!important;border-top:3px solid #337ab7!important;border-right:3px solid transparent!important;border-bottom:3px solid transparent!important;border-left:3px solid transparent!important;border-radius:50%!important;animation:spin 1s linear infinite!important;display:block!important;margin:0 auto!important;padding:0!important;background:transparent!important;background-image:none!important;flex-shrink:0!important;box-sizing:border-box!important;position:relative!important;visibility:visible!important;opacity:1!important;content:""!important}.data-table td.loading-cell .loading-state-inline .loading-spinner:before,.data-table td.loading-cell .loading-state-inline .loading-spinner:after,.data-table tbody td.loading-cell .loading-state-inline .loading-spinner:before,.data-table tbody td.loading-cell .loading-state-inline .loading-spinner:after,table.data-table td.loading-cell .loading-state-inline .loading-spinner:before,table.data-table td.loading-cell .loading-state-inline .loading-spinner:after{display:none!important;content:""!important}.data-table td.loading-cell .loading-state-inline p,.data-table tbody td.loading-cell .loading-state-inline p,table.data-table td.loading-cell .loading-state-inline p{color:#374151!important;margin:0!important;font-size:16px!important;font-weight:500!important}.data-table .loading-spinner,.loading-cell .loading-spinner,.loading-state-inline .loading-spinner{width:24px!important;height:24px!important;border:3px solid transparent!important;border-top:3px solid #337ab7!important;border-radius:50%!important;animation:spin 1s linear infinite!important;display:block!important;margin:0!important;background:transparent!important;background-image:none!important}.data-table .loading-spinner:before,.data-table .loading-spinner:after,.loading-cell .loading-spinner:before,.loading-cell .loading-spinner:after,.loading-state-inline .loading-spinner:before,.loading-state-inline .loading-spinner:after{display:none!important}.error-state{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;padding:40px!important;color:#dc2626!important;text-align:center!important}.error-state .error-icon{font-size:48px!important;margin-bottom:16px!important}.error-state p{margin:8px 0!important;font-size:16px!important;font-weight:500!important;color:#dc2626!important}.error-state .error-message{font-size:14px!important;font-weight:400!important;color:#9ca3af!important;max-width:400px!important}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.data-table-empty-inline{box-sizing:border-box;padding-top:3rem;padding-bottom:3rem;z-index:35;display:flex;align-items:center;justify-content:center;flex:1 1 auto;width:100%;background:transparent}.data-table-empty-inline .empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 40px;text-align:center;max-width:400px;background:transparent!important;border:none!important;box-shadow:none!important}.data-table-empty-inline .empty-state p{color:#6b7280;margin:0;font-size:16px;font-weight:500}.data-table-empty-inline .empty-state .empty-state-hint{margin-top:8px;font-size:14px;font-weight:400;color:#9ca3af}.empty-table-cell{text-align:center!important;padding:60px 20px!important;border:none!important}.add-first-button{padding:8px 16px!important;background:#3b82f6!important;color:#fff!important;border:none!important;border-radius:6px!important;font-size:14px!important;font-weight:500!important;cursor:pointer!important}.add-first-button:hover{background:#2563eb!important}.data-table{width:max-content!important;min-width:100%!important;border-collapse:collapse!important;table-layout:fixed!important;position:relative!important;display:table!important}.data-table thead{position:sticky!important;top:0!important;z-index:1000!important;background:#f9fafb!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important}.data-table thead tr:first-child th{position:relative!important;z-index:1!important}.data-table thead tr.filter-row th{position:relative!important;z-index:1!important;vertical-align:middle!important}.data-table th,.data-table td{padding:8px!important;text-align:center!important;border-bottom:1px solid #f3f4f6!important;border-right:none!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;box-sizing:border-box!important}.data-table th.column-name,.data-table th.column-rfq_name,.data-table th.company-name,.data-table th.description,.data-table th.address,.data-table td.column-name,.data-table td.column-rfq_name,.data-table td.company-name,.data-table td.description,.data-table td.address{white-space:normal!important;word-wrap:break-word!important}.data-table th.column-name:not(th),.data-table th.column-rfq_name:not(th),.data-table th.company-name:not(th),.data-table th.description:not(th),.data-table th.address:not(th),.data-table td.column-name:not(th),.data-table td.column-rfq_name:not(th),.data-table td.company-name:not(th),.data-table td.description:not(th),.data-table td.address:not(th){text-align:left!important}.data-table td.loading-cell{text-align:center!important;white-space:normal!important;overflow:visible!important;padding:60px 20px!important;width:100%!important;display:table-cell!important}.data-table th{background:#f9fafb!important;font-weight:600!important;color:#6b7280!important;text-transform:none!important;letter-spacing:normal!important;position:sticky!important;top:0!important;z-index:1000!important;font-size:13px!important;border-bottom:1px solid #e5e7eb!important;display:table-cell!important;width:auto!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important}.data-table th.selection-column{width:36px!important;min-width:36px!important;max-width:36px!important;padding:8px 12px!important;text-align:center!important}.data-table td{font-size:14px!important;color:#111827!important;border-bottom:none!important}.data-table td.loading-cell{text-align:center!important;white-space:normal!important;overflow:visible!important;padding:60px 20px!important;width:100%!important}.data-table td.selection-column{width:36px!important;min-width:36px!important;max-width:36px!important;padding:8px 4px!important}.data-table:has(.filter-row){border-collapse:separate!important;border-spacing:0!important}.data-table .filter-row{background:#f9fafb!important}.data-table .filter-row th{background:#f9fafb!important;border-bottom:1px solid #f3f4f6!important;padding:4px 16px!important;border-right:none!important}.data-table .filter-row th:last-child{border-right:none!important}.data-table tbody tr:not(.table-spacer-row){background:#fff!important;border-bottom:1px solid #e5e7eb!important}.data-table tbody tr:not(.table-spacer-row) td{border-bottom:1px solid #e5e7eb!important}.data-table tbody tr:not(.table-spacer-row):hover{background:#f9fafb!important}.data-table tbody tr:not(.table-spacer-row):hover td{background:#f9fafb!important}.data-table tbody tr.table-spacer-row{height:2px!important;background:transparent!important;pointer-events:none!important}.data-table tbody tr.table-spacer-row:hover{background:transparent!important}.data-table tbody tr.table-spacer-row td{padding:0!important;border:none!important;background:transparent!important}.data-table tbody tr.table-spacer-row+tr:not(.data-table-row--selected){border-top:none!important;position:relative!important;z-index:1!important;margin-top:0!important}.data-table tbody tr.table-spacer-row+tr:not(.data-table-row--selected) td{border-top:none!important;padding-top:8px!important}.data-table tbody tr.expandable-content-row{border-bottom:none!important;border-top:none!important;background:transparent!important}.data-table tbody tr.expandable-content-row .expandable-content-cell{padding:0!important;border-bottom:none!important;border-top:none!important;background:transparent!important}.data-table tbody tr.expandable-content-row:hover,.data-table tbody tr.expandable-content-row:hover .expandable-content-cell{background:transparent!important}.data-table tbody tr.data-table-row:has(+tr.expandable-content-row){border-bottom:none!important}.data-table tbody tr.data-table-row:has(+tr.expandable-content-row) td{border-bottom:1px solid #e5e7eb!important}.data-table tbody tr.data-table-row:has(+tr.expandable-content-row .expandable-content-wrapper.is-open) td{border-bottom:none!important}.data-table tbody tr.expandable-content-row:has(.expandable-content-wrapper.is-open) .expandable-content-cell{border-top:1px solid #e5e7eb!important;border-bottom:1px solid #e5e7eb!important}.data-table .expandable-content-wrapper{display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s cubic-bezier(.4,0,.2,1);overflow:hidden}.data-table .expandable-content-wrapper.is-open{grid-template-rows:1fr}.data-table .expandable-content-inner{min-height:0;overflow:hidden}.data-table tbody tr.data-table-row--stale{background:#f3f4f6!important}.data-table tbody tr.data-table-row--stale:hover{background:#e5e7eb!important}.data-table tbody tr.data-table-row--mentioned{background-color:#3b82f6!important;color:#fff!important}.data-table tbody tr.data-table-row--mentioned:hover{background-color:#1d4ed8!important}.data-table tbody tr.data-table-row--mentioned td{background-color:#3b82f6!important;color:#fff!important}.data-table tbody tr.data-table-row--mentioned:hover td{background-color:#1d4ed8!important}.data-table tbody tr.data-table-row--unread{background-color:#fff!important;font-weight:700!important;color:#111827!important}.data-table tbody tr.data-table-row--unread:hover{background-color:#f9fafb!important}.data-table tbody tr.data-table-row--unread td{background-color:#fff!important;font-weight:700!important;color:#111827!important}.data-table tbody tr.data-table-row--unread td:first-child{position:relative!important}.data-table tbody tr.data-table-row--unread td:first-child:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background-color:#3b82f6;z-index:2;pointer-events:none}.data-table tbody tr.data-table-row--unread:hover td{background-color:#f9fafb!important}.data-table tbody tr.data-table-row--selected.data-table-row--unread,.data-table tbody tr.data-table-row--selected.data-table-row--unread td{font-weight:700!important}.data-table tbody tr.data-table-row--selected{background-color:#eff6ff!important;border-bottom:1px solid #f3f4f6!important;transition:background-color .2s ease!important;z-index:10!important}.data-table tbody tr.data-table-row--selected td:first-child{position:relative!important}.data-table tbody tr.data-table-row--selected td{background-color:#eff6ff!important;border-bottom:1px solid #e5e7eb!important}.data-table tbody tr.data-table-row--selected:hover,.data-table tbody tr.data-table-row--selected:hover td{background-color:#eff6ff!important}.data-table .selection-column,.selection-column{width:36px!important;min-width:36px!important;max-width:36px!important;text-align:center!important;padding:8px 4px!important;box-sizing:border-box!important}.data-table .selection-column input[type=checkbox],.selection-column input[type=checkbox]{margin:0!important;width:18px!important;height:18px!important;cursor:pointer!important;flex-shrink:0!important}.data-table th.selection-column,.data-table td.selection-column{width:36px!important;min-width:36px!important;max-width:36px!important;padding:8px 4px!important}.sortable{cursor:pointer!important;-webkit-user-select:none!important;user-select:none!important}.sortable:hover{background:#f3f4f6!important}.dragging{opacity:.5!important;background:#e5e7eb!important}.column-header-content{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:4px!important}.column-title{flex:1!important;min-width:0!important}th[draggable=true]{cursor:move!important}th[draggable=true]:hover{background:#f3f4f6!important}th[draggable=true]:active{cursor:grabbing!important}th[draggable=true]:hover{border-left:2px solid #3b82f6!important;border-right:2px solid #3b82f6!important}.status-badge{padding:3px 8px!important;border-radius:3px!important;font-size:11px!important;font-weight:600!important;text-transform:uppercase!important;letter-spacing:.025em!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:0!important;width:auto!important;white-space:nowrap!important;line-height:1.4!important;box-shadow:0 1px 2px #00000008!important}.status-active{background-color:#ecfdf5!important;color:#059669!important;border:1px solid #d1fae5!important}.status-inactive{background-color:#fef2f2!important;color:#dc2626!important;border:1px solid #fee2e2!important}.status-pending{background-color:#fffbeb!important;color:#d97706!important;border:1px solid #fef3c7!important}.status-approved{background-color:#ecfdf5!important;color:#059669!important;border:1px solid #d1fae5!important}.status-rejected{background-color:#fef2f2!important;color:#dc2626!important;border:1px solid #fee2e2!important}.status-default{background-color:#f9fafb!important;color:#4b5563!important;border:1px solid #f3f4f6!important}th.column-global_id,td.column-global_id{width:100px!important}th.column-name,td.column-name{width:200px!important}th.column-category,td.column-category{width:150px!important}th.column-address,td.column-address{width:250px!important}th.column-website,td.column-website{width:150px!important}th.column-online_sales,td.column-online_sales{width:120px!important}th.column-online_marketing,td.column-online_marketing{width:140px!important}th.column-approval_status,td.column-approval_status{width:120px!important}th.column-recommended_by,td.column-recommended_by{width:200px!important}th.column-overall_score,td.column-overall_score{width:120px!important}th.column-trustpilot_score,td.column-trustpilot_score,th.column-google_maps_score,td.column-google_maps_score{width:100px!important}th.column-mebsis_score,td.column-mebsis_score{width:80px!important}th.column-email_score,td.column-email_score,th.column-status,td.column-status{width:100px!important}.score-value{font-weight:500;font-size:14px;color:#374151}.price-range{font-weight:500;font-size:14px;color:#059669;white-space:nowrap}.admin-v2-column-toggle-button{background:#f3f4f6!important;border:1px solid #d1d5db!important;border-radius:6px!important;padding:8px 16px!important;font-size:14px!important;font-weight:500!important;color:#374151!important;cursor:pointer!important;transition:all .2s!important;margin-right:8px!important}.admin-v2-column-toggle-button:hover{background:#e5e7eb!important;border-color:#9ca3af!important}.admin-v2-column-toggle-button:active{transform:translateY(1px)!important}.admin-v2-column-toggle-modal-overlay{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;background:#00000080!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:99999!important}.admin-v2-column-toggle-modal{background:#fff!important;border-radius:8px!important;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a!important;max-width:400px!important;width:90%!important;max-height:80vh!important;overflow:hidden!important}.admin-v2-modal-header{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:16px 20px!important;border-bottom:1px solid #e5e7eb!important}.admin-v2-modal-title{margin:0!important;font-size:18px!important;font-weight:600!important;color:#111827!important}.admin-v2-modal-close-button{background:none!important;border:none!important;font-size:24px!important;cursor:pointer!important;color:#6b7280!important;padding:0!important;width:24px!important;height:24px!important;display:flex!important;align-items:center!important;justify-content:center!important}.admin-v2-modal-close-button:hover{color:#374151!important}.admin-v2-modal-content{padding:20px!important;max-height:60vh!important;overflow-y:auto!important}.admin-v2-column-list{margin-bottom:20px!important}.admin-v2-column-item{margin-bottom:12px!important}.admin-v2-column-checkbox{display:flex!important;align-items:center!important;cursor:pointer!important;padding:8px!important;border-radius:4px!important;transition:background-color .2s!important}.admin-v2-column-checkbox:hover{background:#f9fafb!important}.admin-v2-column-checkbox-input{margin-right:12px!important;width:16px!important;height:16px!important;accent-color:#3b82f6!important}.admin-v2-column-checkbox-title{font-size:14px!important;color:#374151!important;font-weight:500!important}.admin-v2-modal-actions{display:flex!important;gap:12px!important;justify-content:flex-end!important;padding-top:16px!important;border-top:1px solid #e5e7eb!important}.admin-v2-modal-reset-button{background:#f3f4f6!important;color:#374151!important;border:1px solid #d1d5db!important;border-radius:6px!important;padding:8px 16px!important;font-size:14px!important;font-weight:500!important;cursor:pointer!important;transition:all .2s!important}.admin-v2-modal-reset-button:hover{background:#e5e7eb!important;border-color:#9ca3af!important}.admin-v2-modal-close-modal-button{background:#3b82f6!important;color:#fff!important;border:1px solid #3b82f6!important;border-radius:6px!important;padding:8px 16px!important;font-size:14px!important;font-weight:500!important;cursor:pointer!important;transition:all .2s!important}.admin-v2-modal-close-modal-button:hover{background:#2563eb!important;border-color:#2563eb!important}.sort-indicator{margin-left:4px!important;color:#3b82f6!important;font-weight:700!important}.edit-input{width:100%!important;height:36px!important;padding:0 12px!important;border:1px solid #d1d5db!important;border-radius:6px!important;font-size:13px!important;font-family:inherit!important;color:#111827!important;background:#fff!important;box-sizing:border-box!important;transition:border-color .15s ease,box-shadow .15s ease!important}.edit-input:focus{outline:none!important;border-color:#3b82f6!important;background:#fff!important;box-shadow:0 0 0 3px #3b82f61f!important}.edit-input::placeholder{color:#9ca3af!important}.edit-select{width:100%!important;height:36px!important;padding:0 10px!important;border:1px solid #e2e8f0!important;border-radius:8px!important;font-size:13px!important;font-family:inherit!important;color:#1e293b!important;background:#f8fafc!important;box-sizing:border-box!important;cursor:pointer!important;-webkit-appearance:auto!important;-moz-appearance:auto!important;appearance:auto!important;transition:border-color .15s ease,box-shadow .15s ease!important}.edit-select:focus{outline:none!important;border-color:#3b82f6!important;background:#fff!important;box-shadow:0 0 0 3px #3b82f61f!important}.status-badge{display:inline-flex!important;align-items:center!important;padding:3px 10px!important;border-radius:20px!important;font-size:11px!important;font-weight:600!important;letter-spacing:.02em!important;text-transform:capitalize!important}.status-badge.status-active,.status-badge.status-approved{background:#dcfce7!important;color:#15803d!important}.status-badge.status-inactive,.status-badge.status-rejected{background:#fee2e2!important;color:#b91c1c!important}.status-badge.status-pending{background:#fef9c3!important;color:#854d0e!important}.action-buttons{display:flex!important;gap:6px!important}.edit-btn,.delete-btn{display:inline-flex!important;align-items:center!important;gap:4px!important;padding:4px 12px!important;border-radius:6px!important;font-size:12px!important;font-weight:500!important;cursor:pointer!important;border:1px solid transparent!important;transition:all .15s ease!important;font-family:inherit!important}.edit-btn:hover,.delete-btn:hover{transform:translateY(-1px)!important}.edit-btn:active,.delete-btn:active{transform:none!important}.edit-btn{background:#eff6ff!important;border-color:#bfdbfe!important;color:#1d4ed8!important}.edit-btn:hover{background:#dbeafe!important;border-color:#93c5fd!important}.delete-btn{background:#fff1f2!important;border-color:#fecdd3!important;color:#be123c!important}.delete-btn:hover{background:#ffe4e6!important;border-color:#fda4af!important}@media (max-width: 768px){.search-actions-bar{flex-direction:column!important;align-items:stretch!important;gap:8px!important}.search-actions-bar__left,.search-actions-bar__actions{width:100%!important;min-width:0!important}.search-actions-bar__actions .admin-v2-header-actions{width:100%!important;justify-content:flex-start!important;flex-wrap:wrap!important}.search-field{max-width:none!important;min-width:0!important}.data-table{font-size:12px!important}.data-table th,.data-table td{padding:8px!important}.action-buttons{flex-direction:column!important}}@media print{.search-actions-bar,.action-buttons,.selection-column{display:none!important}.data-table,.data-table th,.data-table td{border:1px solid #000!important}}.pagination-controls{display:flex!important;justify-content:space-between!important;align-items:center!important;padding:16px 0 0!important}.pagination-info{font-size:14px!important;color:#6b7280!important}.pagination-buttons{display:flex!important;gap:4px!important;align-items:center!important}.pagination-btn{padding:8px 12px!important;border:1px solid #f3f4f6!important;background:#fff!important;color:#6b7280!important;border-radius:6px!important;font-size:14px!important;cursor:pointer!important;transition:all .2s!important}.pagination-btn:hover:not(:disabled){background:#f9fafb!important;border-color:#e5e7eb!important}.pagination-btn:disabled{opacity:.5!important;cursor:not-allowed!important}.pagination-btn.active{background:#3b82f6!important;border-color:#3b82f6!important;color:#fff!important}.pagination-btn.active:hover{background:#2563eb!important;border-color:#2563eb!important}.pagination-ellipsis{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:8px 4px!important;font-size:14px!important;color:#6b7280!important;-webkit-user-select:none!important;user-select:none!important;letter-spacing:2px!important;min-width:32px!important}@media (max-width: 768px){.pagination-controls{flex-direction:column!important;gap:12px!important;text-align:center!important}.pagination-buttons{justify-content:center!important;flex-wrap:wrap!important}.pagination-btn{min-width:40px!important}}.clear-filters-button{display:flex!important;align-items:center!important;gap:6px!important;padding:0 12px!important;height:36px!important;background:#fff!important;border:1px solid #d1d5db!important;border-radius:6px!important;color:#6b7280!important;font-size:13px!important;font-weight:500!important;cursor:pointer!important;transition:all .2s ease!important;white-space:nowrap!important;flex-shrink:0!important;margin-left:8px!important;box-shadow:0 1px 2px #0000000d!important}.clear-filters-button svg{color:#9ca3af!important;transition:color .2s ease!important}.clear-filters-button:hover{background:#f9fafb!important;border-color:#3b82f6!important;color:#3b82f6!important;box-shadow:0 1px 3px #0000001a!important}.clear-filters-button:hover svg{color:#3b82f6!important}.clear-filters-button:active{background:#f0f0f0!important;transform:translateY(0)!important}@media (max-width: 900px){.clear-filters-button{padding:0 10px!important;margin-left:4px!important}.clear-filters-button span{display:none!important}}.filter-row{background:#f9fafb!important;margin-bottom:0!important;padding-bottom:0!important}.filter-row th{padding:8px!important;border-bottom:1px solid #e5e7eb!important;border-right:none!important;background:#f9fafb!important;box-sizing:border-box!important;min-width:120px!important}.column-filter-input{display:block!important;margin:0!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important;padding:6px 10px!important;border:1px solid #f3f4f6!important;border-radius:6px!important;font-size:13px!important;color:#6b7280!important;background:#fff!important;font-weight:400!important;text-transform:none!important;letter-spacing:0!important}.column-filter-input::placeholder{color:#94a3b8!important}.column-filter-input:focus{outline:none!important;border-color:#3b82f6!important;box-shadow:0 0 0 2px #3b82f61a!important}.column-filter-input::placeholder{color:#9ca3af!important;font-size:11px!important}.row-action-column{padding:8px 12px!important;text-align:center!important;vertical-align:middle!important}.row-action-button{background:#fff!important;color:#374151!important;border:1px solid #d1d5db!important;padding:6px 14px!important;border-radius:6px!important;font-size:13px!important;font-weight:500!important;cursor:pointer!important;transition:all .2s ease!important;white-space:nowrap!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:100px!important;box-shadow:0 1px 2px #0000000d!important}.row-action-button:hover{background:#f9fafb!important;border-color:#9ca3af!important;box-shadow:0 1px 3px #0000001a!important}.row-action-button:active{background:#f3f4f6!important;border-color:#6b7280!important;box-shadow:inset 0 1px 2px #0000001a!important}.row-action-button:focus{outline:none!important;border-color:#6b7280!important;box-shadow:0 0 0 3px #6b72801a!important}.row-action-button:disabled{opacity:.5!important;cursor:not-allowed!important;background:#f9fafb!important}td.column-type-image{text-align:center!important;vertical-align:middle!important}td.column-type-image .product-image-wrapper,td.column-type-image .no-image{margin:0 auto!important}.product-image-wrapper{position:relative;width:50px;height:50px}.product-image-skeleton{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:4px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:img-shimmer 1.2s ease-in-out infinite}@keyframes img-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.product-image{width:50px!important;height:50px!important;object-fit:cover!important;border-radius:4px!important;border:1px solid #e5e7eb!important;display:block!important}.product-image--loading{opacity:0;position:absolute;top:0;right:0;bottom:0;left:0}.product-image--loaded{opacity:1;transition:opacity .25s ease-in}.no-image{color:#9ca3af!important;font-size:12px!important;font-style:italic!important;display:flex!important;align-items:center!important;justify-content:center!important;width:50px!important;height:50px!important;background-color:#f9fafb!important;border:1px dashed #d1d5db!important;border-radius:4px!important}.categories-display{display:flex;flex-wrap:wrap;gap:4px;align-items:center}.category-tag{display:inline-block;padding:2px 6px;background-color:#e5e7eb;color:#374151;border-radius:4px;font-size:11px;font-weight:500;white-space:nowrap}.category-more{font-size:11px;color:#6b7280;font-style:italic}.edit-category-selector{min-width:200px}.edit-category-selector .category-selector__trigger{min-height:32px;padding:4px 8px;font-size:12px;background-color:#fff!important;border:1px solid #d1d5db!important;box-shadow:none!important;color:#111827!important}.edit-category-selector .category-selector__dropdown{max-height:200px;z-index:10000!important;position:relative!important;background-color:#fff!important;border:1px solid #d1d5db!important;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d!important}.edit-category-selector .category-selector__option{background-color:#fff!important;font-size:12px!important;padding:6px 10px!important}.edit-category-selector .category-selector__option.selected{background-color:#eff6ff!important;color:#1d4ed8!important}.edit-category-selector .category-selector__option:hover{background-color:#f3f4f6!important}.edit-category-selector .category-selector__option-name{font-size:12px!important}.edit-category-selector .category-selector__option-description{font-size:11px!important}.column-resize-handle{position:absolute;top:0;right:-4px;width:12px;height:100%;cursor:col-resize;background:transparent;z-index:10;-webkit-user-select:none;user-select:none}.column-resize-handle:hover{background:#3b82f666;border-right:2px solid #3b82f6}.column-resize-handle:active{background:#3b82f699;border-right:2px solid #2563eb}.select-dropdown,.category-dropdown,.recommended-dropdown{z-index:10000!important;position:relative!important}.dropdown-portal>.dropdown-menu{position:static!important;z-index:auto!important;top:auto!important;left:auto!important;right:auto!important;margin-top:0!important;animation:none!important;background:transparent!important;border:none!important;box-shadow:none!important}.dropdown-portal>.dropdown-menu:before{display:none!important}.company-selector__dropdown{z-index:10000!important;position:absolute!important}.company-tag{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;background-color:#dbeafe;border:1px solid #93c5fd;border-radius:4px;font-size:12px;color:#1e40af;margin-right:4px;margin-bottom:2px}.company-more{font-size:11px;color:#6b7280;font-style:italic}.companies-display{display:flex;flex-wrap:wrap;gap:4px;align-items:center}@media (max-width: 1024px){.data-dashboard-content{padding:0!important;overflow-y:auto!important}.search-actions-bar{flex-direction:column!important;align-items:stretch!important;gap:8px!important;margin-bottom:8px!important}.search-actions-bar__left{width:100%!important;min-width:0!important;flex:1 1 auto!important}.search-actions-bar__actions{width:100%!important;min-width:0!important;flex:1 1 auto!important;justify-content:flex-start!important;overflow-x:auto!important;overflow-y:hidden!important;scrollbar-width:none!important;-ms-overflow-style:none!important;-webkit-overflow-scrolling:touch!important}.search-actions-bar__actions::-webkit-scrollbar{display:none!important;height:0!important}.search-actions-bar--with-header-actions .search-actions-bar__left,.search-actions-bar--with-header-actions .search-actions-bar__actions{flex:1 1 auto!important}.search-actions-bar--with-header-actions .admin-v2-header-actions{display:inline-flex!important;width:max-content!important;min-width:max-content!important;flex-wrap:nowrap!important;gap:6px!important;overflow-x:visible!important}.search-actions-bar--with-header-actions .admin-v2-header-actions:before{display:none!important;content:none!important;margin-left:0!important}.search-actions-bar--with-header-actions .admin-v2-header-actions>*{flex:0 0 auto!important}.search-field{width:100%!important;max-width:100%!important;min-width:0!important}.data-table-container{min-height:0!important;max-height:none!important;overflow-x:auto!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important}.table-container{min-height:0!important}.data-table{min-width:760px!important}.table-mobile-hint{display:block}}@media (max-width: 768px){.search-input{height:40px!important}.search-actions-bar--with-header-actions .admin-v2-header-actions .action-button,.search-actions-bar--with-header-actions .admin-v2-header-actions .save-button,.search-actions-bar--with-header-actions .admin-v2-header-actions .edit-button,.search-actions-bar--with-header-actions .admin-v2-header-actions .export-button,.search-actions-bar--with-header-actions .admin-v2-header-actions .delete-button,.search-actions-bar--with-header-actions .admin-v2-header-actions .add-button,.search-actions-bar--with-header-actions .admin-v2-header-actions .pagination-dropdown-button{font-size:13px!important;padding:0 12px!important;min-height:36px!important;height:36px!important}.data-table{min-width:700px!important}.data-table th,.data-table td{padding:7px!important;font-size:12px!important}}.table-selection-glide{position:absolute;left:0;background-color:#3b82f614;z-index:5;pointer-events:none;transition:top .3s cubic-bezier(.25,1,.5,1),height .3s cubic-bezier(.25,1,.5,1),width .1s linear,opacity .2s ease;will-change:top,height,width}.table-selection-glide:before{content:"";position:sticky;left:0;display:block;width:4px;height:100%;background-color:#3b82f6;z-index:6}.data-table-container--has-glide tbody tr.data-table-row--active,.data-table-container--has-glide tbody tr.data-table-row--active td{background-color:transparent!important;background:transparent!important}.data-table-container--has-glide tbody tr.data-table-row--selected:not(.data-table-row--active),.data-table-container--has-glide tbody tr.data-table-row--selected:not(.data-table-row--active) td{background-color:#eff6ff!important}.column-header-popover{box-sizing:border-box!important;background:#fff;border:1px solid #d1d5db;border-radius:6px;box-shadow:0 8px 24px #0f172a1f,0 2px 6px #0f172a0f;padding:10px;font-size:13px;color:#1f2937;-webkit-user-select:none;user-select:none;font-family:inherit}.column-header-popover__header{padding:0 4px 8px;border-bottom:1px solid #e5e7eb;margin-bottom:8px}.column-header-popover__column-title{font-size:13px;font-weight:600;color:#111827;letter-spacing:-.005em}.column-header-popover__sort{display:flex;flex-direction:column;gap:2px}.column-header-popover__sort-btn{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:4px;background:transparent;border:1px solid transparent;cursor:pointer;text-align:left;font-size:13px;color:#1f2937;transition:background-color .12s ease,color .12s ease}.column-header-popover__sort-btn:hover{background:#f3f4f6}.column-header-popover__sort-btn.is-active{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}.column-header-popover__sort-btn svg{flex-shrink:0}.column-header-popover__divider{height:1px;background:#e5e7eb;margin:8px 0}.column-header-popover__filter{display:flex;flex-direction:column;gap:8px;padding:0 4px}.column-header-popover__field{display:flex;flex-direction:column;gap:3px;flex:1 1 auto;min-width:0}.column-header-popover__field-row{display:flex;gap:8px}.column-header-popover__field-label{font-size:11px;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;font-weight:500}.column-header-popover__select,.column-header-popover__input{width:100%;box-sizing:border-box;padding:6px 8px;border:1px solid #d1d5db;border-radius:4px;font-size:13px;outline:none;background:#fff;color:#1f2937;transition:border-color .12s ease,box-shadow .12s ease;font-family:inherit}.column-header-popover__select:focus,.column-header-popover__input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.column-header-popover__chips{display:flex;flex-wrap:wrap;align-items:center;gap:4px;width:100%;box-sizing:border-box;padding:4px 6px;border:1px solid #d1d5db;border-radius:4px;background:#fff;transition:border-color .12s ease,box-shadow .12s ease}.column-header-popover__chips:focus-within{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.column-header-popover__chip{display:inline-flex;align-items:center;gap:3px;padding:2px 4px 2px 7px;background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe;border-radius:10px;font-size:12px;line-height:1.4;max-width:100%}.column-header-popover__chip-remove{display:inline-flex;align-items:center;justify-content:center;padding:0;width:14px;height:14px;border:none;border-radius:50%;background:transparent;color:#1d4ed8;cursor:pointer}.column-header-popover__chip-remove:hover{background:#1d4ed826}.column-header-popover__chip-input{flex:1 1 60px;min-width:60px;border:none;outline:none;padding:2px;font-size:13px;color:#1f2937;background:transparent;font-family:inherit}.column-header-popover__chip-add{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:22px;height:22px;padding:0;border:1px solid #bfdbfe;border-radius:4px;background:#eff6ff;color:#1d4ed8;cursor:pointer;transition:background-color .12s ease,opacity .12s ease}.column-header-popover__chip-add:hover:not(:disabled){background:#dbeafe}.column-header-popover__chip-add:disabled{opacity:.4;cursor:default}.column-header-popover__chip-hint{margin-top:4px;font-size:11px;color:#6b7280;font-style:italic}.column-header-popover__multiselect{display:flex;flex-direction:column;gap:6px}.column-header-popover__id-input{display:flex;align-items:stretch;width:100%;box-sizing:border-box;border:1px solid #d1d5db;border-radius:4px;overflow:hidden;background:#fff;transition:border-color .12s ease,box-shadow .12s ease}.column-header-popover__id-input:focus-within{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.column-header-popover__id-prefix{display:inline-flex;align-items:center;padding:6px 8px;background:#f3f4f6;border-right:1px solid #d1d5db;color:#6b7280;font-size:13px;font-weight:500;white-space:nowrap;-webkit-user-select:none;user-select:none}.column-header-popover__input--id{border:none!important;border-radius:0!important}.column-header-popover__input--id:focus{box-shadow:none!important}.column-header-popover__date-picker{width:100%}.column-header-popover__date-picker .date-picker-input{padding:6px 8px!important;height:32px!important;font-size:13px!important;border-radius:4px!important;border-color:#d1d5db!important}.column-header-popover__date-picker .date-picker-input:focus{border-color:#2563eb!important;box-shadow:0 0 0 3px #2563eb26!important}.column-header-popover__date-picker .date-picker-icon-wrapper{right:8px}.column-header-popover .dropdown-trigger{padding:6px 8px!important;font-size:13px!important;height:32px!important;border-radius:4px!important;border-color:#d1d5db!important;color:#111827!important;box-sizing:border-box!important}.column-header-popover .dropdown-trigger:hover{border-color:#9ca3af!important}.column-header-popover .dropdown-trigger:focus,.column-header-popover .dropdown-trigger:focus-visible,.column-header-popover .dropdown-trigger.is-open{border-color:#2563eb!important;box-shadow:0 0 0 3px #2563eb26!important}.column-header-popover__no-value-hint{font-size:12px;color:#6b7280;font-style:italic;padding:4px 0}.column-header-popover__actions{display:flex;gap:6px;margin-top:12px;padding:0 4px;width:100%;box-sizing:border-box}.column-header-popover__btn{flex:1 1 50%;width:50%;min-width:0;padding:7px 14px;font-size:12px;font-weight:500;border-radius:4px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:4px;transition:background-color .12s ease,border-color .12s ease;border:1px solid transparent;font-family:inherit;box-sizing:border-box}.column-header-popover__btn--clear{background:#fff;color:#4b5563;border-color:#d1d5db}.column-header-popover__btn--clear:hover{background:#f9fafb;color:#1f2937}.column-header-popover__btn--apply{background:#2563eb;color:#fff;border-color:#2563eb}.column-header-popover__btn--apply:hover{background:#1d4ed8;border-color:#1d4ed8}.data-table th .column-header-content{display:flex;align-items:center;gap:4px;min-width:0}.data-table th .column-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex-shrink:1;min-width:0}.data-table th .column-header-filter-badge{display:inline-flex;align-items:center;gap:3px;padding:1px 6px;background:#2563eb;color:#fff;border-radius:999px;font-size:10px;font-weight:500;line-height:1.4;max-width:110px;flex-shrink:0}.data-table th .column-header-filter-badge__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;letter-spacing:-.01em}.data-table th .column-header-caret{color:#9ca3af;margin-left:auto;opacity:0;transition:opacity .12s ease,color .12s ease;flex-shrink:0}.data-table th:hover .column-header-caret,.data-table th.has-active-filter .column-header-caret{opacity:1;color:#2563eb}.data-table th.has-active-filter{background:#2563eb0f;border-bottom:2px solid #2563eb;box-shadow:inset 0 -1px #2563eb}.edit-dropdown .dropdown-trigger{height:36px!important;padding:0 12px!important;background-color:#fff!important;border-color:#d1d5db!important;border-radius:6px!important;font-size:12px!important;color:#111827!important;box-sizing:border-box!important}.edit-dropdown .dropdown-trigger:focus-visible,.edit-dropdown .dropdown-trigger.is-open{border-color:#3b82f6!important;background-color:#fff!important;box-shadow:0 0 0 3px #3b82f61f!important}.edit-date-trigger{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;height:36px!important;padding:0 10px!important;border:1px solid #d1d5db!important;border-radius:6px!important;font-size:13px!important;font-weight:500!important;font-family:inherit!important;color:#111827!important;background:#fff!important;box-sizing:border-box!important;cursor:pointer!important;transition:border-color .15s ease,box-shadow .15s ease!important}.edit-date-trigger>span:first-child{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;min-width:0!important;flex:1!important;text-align:left!important}.edit-date-trigger:hover{border-color:#3b82f6!important;background:#f9fafb!important}.edit-date-trigger:focus,.edit-date-trigger:active{outline:none!important;border-color:#3b82f6!important;box-shadow:0 0 0 3px #3b82f61f!important}.edit-date-trigger__icon{display:inline-flex!important;align-items:center!important;color:#6b7280!important;flex-shrink:0!important;margin-left:6px!important}.documents-cell-container{display:flex!important;flex-flow:row wrap!important;align-items:center!important;gap:6px!important;width:100%!important}.document-pill{display:inline-flex!important;align-items:center!important;gap:6px!important;padding:3px 8px!important;background-color:#eff6ff!important;border:1px solid rgba(59,130,246,.15)!important;border-radius:4px!important;font-size:11px!important;font-weight:500!important;color:#2563eb!important;max-width:130px!important;min-width:0!important;transition:all .15s ease!important;text-decoration:none!important}.document-pill:hover{background-color:#3b82f61a!important;border-color:#3b82f6!important;text-decoration:none!important;color:#2563eb!important}.document-pill__name{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;flex:1!important;color:inherit!important}.document-pill__delete{display:inline-flex!important;align-items:center!important;justify-content:center!important;background:none!important;border:none!important;color:#ef4444!important;cursor:pointer!important;padding:0!important;font-size:14px!important;line-height:1!important;width:12px!important;height:12px!important;border-radius:9999px!important;transition:background-color .15s ease,color .15s ease!important}.document-pill__delete:hover{background-color:#ef44441a!important;color:#dc2626!important}.document-add-button{display:inline-flex!important;align-items:center!important;gap:4px!important;padding:3px 8px!important;background-color:#fff!important;border:1px dashed #10b981!important;border-radius:4px!important;font-size:11px!important;font-weight:500!important;color:#059669!important;cursor:pointer!important;transition:all .15s ease!important}.document-add-button:hover{background-color:#d1fae5!important;border-style:solid!important;color:#059669!important}.document-add-button input[type=file]{display:none!important}.document-no-files{font-size:11px!important;color:#9ca3af!important}.data-dashboard.data-dashboard--scrollable{height:auto!important;min-height:0!important;display:flex!important;flex-direction:column!important;flex:1 1 auto!important}.data-dashboard.data-dashboard--scrollable .data-dashboard-content,.data-dashboard.data-dashboard--scrollable .dashboard-table-wrapper{height:auto!important;overflow:visible!important;display:block!important;flex:none!important}.data-dashboard.data-dashboard--scrollable .data-table-container{height:auto!important;max-height:none!important;overflow-y:visible!important;overflow-x:auto!important;display:block!important;flex:none!important}.data-dashboard.data-dashboard--scrollable:has(.dashboard-table-wrapper--stretch):has(.data-table-empty-inline),.data-dashboard.data-dashboard--scrollable:has(.dashboard-table-wrapper--stretch):has(.data-table-loading-overlay):not(:has(.data-table-empty-inline)){flex:1 1 auto!important;height:100%!important;min-height:0!important}.data-dashboard.data-dashboard--scrollable:has(.dashboard-table-wrapper--stretch):has(.data-table-empty-inline) .data-dashboard-content,.data-dashboard.data-dashboard--scrollable:has(.dashboard-table-wrapper--stretch):has(.data-table-loading-overlay):not(:has(.data-table-empty-inline)) .data-dashboard-content{flex:1 1 auto!important;min-height:0!important;height:100%!important;display:flex!important;flex-direction:column!important;overflow:visible!important}.data-dashboard.data-dashboard--scrollable:has(.dashboard-table-wrapper--stretch):has(.data-table-empty-inline) .dashboard-table-wrapper,.data-dashboard.data-dashboard--scrollable:has(.dashboard-table-wrapper--stretch):has(.data-table-empty-inline) .dashboard-table-wrapper--stretch,.data-dashboard.data-dashboard--scrollable:has(.dashboard-table-wrapper--stretch):has(.data-table-loading-overlay):not(:has(.data-table-empty-inline)) .dashboard-table-wrapper,.data-dashboard.data-dashboard--scrollable:has(.dashboard-table-wrapper--stretch):has(.data-table-loading-overlay):not(:has(.data-table-empty-inline)) .dashboard-table-wrapper--stretch{flex:1 1 auto!important;min-height:0!important;height:100%!important;display:flex!important;flex-direction:column!important;overflow:visible!important}.data-dashboard.data-dashboard--scrollable:has(.dashboard-table-wrapper--stretch):has(.data-table-empty-inline) .data-table-container,.data-dashboard.data-dashboard--scrollable:has(.dashboard-table-wrapper--stretch):has(.data-table-loading-overlay):not(:has(.data-table-empty-inline)) .data-table-container{flex:1 1 auto!important;min-height:0!important;height:100%!important;overflow-y:auto!important;max-height:none!important;overflow-x:auto!important;display:flex!important;flex-direction:column!important}.data-dashboard.data-dashboard--scrollable:has(.dashboard-table-wrapper--stretch):has(.data-table-empty-inline) .data-table-container.data-table-container--no-horizontal-scroll,.data-dashboard.data-dashboard--scrollable:has(.dashboard-table-wrapper--stretch):has(.data-table-loading-overlay):not(:has(.data-table-empty-inline)) .data-table-container.data-table-container--no-horizontal-scroll{overflow-x:hidden!important}.data-dashboard.data-dashboard--scrollable:has(.dashboard-table-wrapper--stretch):has(.data-table-empty-inline) .data-table-container.data-table-container--no-horizontal-scroll::-webkit-scrollbar,.data-dashboard.data-dashboard--scrollable:has(.dashboard-table-wrapper--stretch):has(.data-table-loading-overlay):not(:has(.data-table-empty-inline)) .data-table-container.data-table-container--no-horizontal-scroll::-webkit-scrollbar{height:0!important;display:none!important}.data-dashboard.data-dashboard--scrollable:has(.dashboard-table-wrapper--stretch):has(.data-table-empty-inline) .data-table-loading-overlay,.data-dashboard.data-dashboard--scrollable:has(.dashboard-table-wrapper--stretch):has(.data-table-loading-overlay):not(:has(.data-table-empty-inline)) .data-table-loading-overlay{position:absolute!important;left:0!important;right:0!important;top:var(--table-overlay-top, 40px)!important;bottom:0!important}.data-dashboard.data-dashboard--scrollable .data-table thead,.data-dashboard.data-dashboard--scrollable .data-table thead tr,.data-dashboard.data-dashboard--scrollable .data-table thead th{height:auto!important;min-height:max-content!important}.admin-v2-dashboard-container{width:100%!important;max-width:100%!important;margin:0!important;padding:0!important;overflow-x:auto;display:flex!important;flex-direction:column!important;flex:1!important;min-height:0}.admin-v2-dashboard-container:not(.product-details-dashboard){height:100%!important}.admin-v2-dashboard-container:not(.product-details-dashboard)>.data-dashboard:not(.data-dashboard--scrollable),.admin-v2-dashboard-container:not(.product-details-dashboard)>.data-dashboard--scrollable:has(.dashboard-table-wrapper--stretch),.admin-v2-dashboard-container:not(.product-details-dashboard) .dashboard-table-flex-host>.data-dashboard:not(.data-dashboard--scrollable),.admin-v2-dashboard-container:not(.product-details-dashboard) .dashboard-table-flex-host>.data-dashboard--scrollable:has(.dashboard-table-wrapper--stretch){flex:1 1 auto!important;min-height:0!important;height:100%!important;display:flex!important;flex-direction:column!important}.data-dashboard:not(.data-dashboard--scrollable):not(.user-rights-embedded):has(.admin-v2-content-container .dashboard-table-wrapper--stretch),.admin-v2-content-container .data-dashboard:not(.data-dashboard--scrollable):not(.user-rights-embedded):has(.dashboard-table-wrapper--stretch),.admin-v2-dashboard-container:not(.product-details-dashboard) .data-dashboard:not(.data-dashboard--scrollable):not(.user-rights-embedded):has(.dashboard-table-wrapper--stretch){flex:1 1 auto!important;min-height:0!important;height:100%!important;display:flex!important;flex-direction:column!important}.data-dashboard:not(.data-dashboard--scrollable):not(.user-rights-embedded):has(.admin-v2-content-container .dashboard-table-wrapper--stretch) .data-dashboard-content,.admin-v2-content-container .data-dashboard:not(.data-dashboard--scrollable):not(.user-rights-embedded):has(.dashboard-table-wrapper--stretch) .data-dashboard-content,.admin-v2-dashboard-container:not(.product-details-dashboard) .data-dashboard:not(.data-dashboard--scrollable):not(.user-rights-embedded):has(.dashboard-table-wrapper--stretch) .data-dashboard-content{flex:1 1 auto!important;min-height:0!important;height:100%!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.data-dashboard:not(.data-dashboard--scrollable):not(.user-rights-embedded):has(.admin-v2-content-container .dashboard-table-wrapper--stretch) .dashboard-table-wrapper,.data-dashboard:not(.data-dashboard--scrollable):not(.user-rights-embedded):has(.admin-v2-content-container .dashboard-table-wrapper--stretch) .dashboard-table-wrapper--stretch,.admin-v2-content-container .data-dashboard:not(.data-dashboard--scrollable):not(.user-rights-embedded):has(.dashboard-table-wrapper--stretch) .dashboard-table-wrapper,.admin-v2-content-container .data-dashboard:not(.data-dashboard--scrollable):not(.user-rights-embedded):has(.dashboard-table-wrapper--stretch) .dashboard-table-wrapper--stretch,.admin-v2-dashboard-container:not(.product-details-dashboard) .data-dashboard:not(.data-dashboard--scrollable):not(.user-rights-embedded):has(.dashboard-table-wrapper--stretch) .dashboard-table-wrapper,.admin-v2-dashboard-container:not(.product-details-dashboard) .data-dashboard:not(.data-dashboard--scrollable):not(.user-rights-embedded):has(.dashboard-table-wrapper--stretch) .dashboard-table-wrapper--stretch{flex:1 1 auto!important;min-height:0!important;height:100%!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.data-dashboard:not(.data-dashboard--scrollable):not(.user-rights-embedded):has(.admin-v2-content-container .dashboard-table-wrapper--stretch) .data-table-container,.admin-v2-content-container .data-dashboard:not(.data-dashboard--scrollable):not(.user-rights-embedded):has(.dashboard-table-wrapper--stretch) .data-table-container,.admin-v2-dashboard-container:not(.product-details-dashboard) .data-dashboard:not(.data-dashboard--scrollable):not(.user-rights-embedded):has(.dashboard-table-wrapper--stretch) .data-table-container{flex:1 1 auto!important;min-height:0!important;height:100%!important;display:flex!important;flex-direction:column!important;overflow-y:auto!important;overflow-x:auto!important}.admin-v2-content-container .data-dashboard.user-rights-embedded:has(.dashboard-table-wrapper--initial-loading),.company-settings-card--user-rights .data-dashboard.user-rights-embedded:has(.dashboard-table-wrapper--initial-loading){flex:none!important;height:auto!important;min-height:0!important}.admin-v2-content-container .data-dashboard.user-rights-embedded:has(.dashboard-table-wrapper--initial-loading) .data-dashboard-content,.company-settings-card--user-rights .data-dashboard.user-rights-embedded:has(.dashboard-table-wrapper--initial-loading) .data-dashboard-content{height:auto!important;flex:none!important;display:block!important;overflow:visible!important}.rfq-manual-products-dashboard.data-dashboard--scrollable:has(.dashboard-table-wrapper--stretch):has(.data-table-empty-inline){flex:none!important;height:auto!important;min-height:0!important}.rfq-manual-products-dashboard.data-dashboard--scrollable:has(.dashboard-table-wrapper--stretch):has(.data-table-empty-inline) .data-dashboard-content{height:auto!important;overflow:visible!important;display:block!important;flex:none!important}.rfq-manual-products-dashboard.data-dashboard--scrollable:has(.dashboard-table-wrapper--stretch):has(.data-table-empty-inline) .dashboard-table-wrapper,.rfq-manual-products-dashboard.data-dashboard--scrollable:has(.dashboard-table-wrapper--stretch):has(.data-table-empty-inline) .dashboard-table-wrapper--stretch{height:auto!important;overflow:visible!important;display:block!important;flex:none!important;min-height:180px}.rfq-manual-products-dashboard.data-dashboard--scrollable:has(.dashboard-table-wrapper--stretch):has(.data-table-empty-inline) .data-table-container{height:auto!important;overflow:visible!important;display:block!important;flex:none!important;min-height:180px}.rfq-manual-products-dashboard.data-dashboard--scrollable:has(.dashboard-table-wrapper--stretch):has(.dashboard-table-wrapper--initial-loading):not(:has(.data-table-empty-inline)){--rfq-review-table-min-offset: 220px;flex:1 1 auto!important;min-height:0!important;height:auto!important}.rfq-manual-products-dashboard.data-dashboard--scrollable:has(.dashboard-table-wrapper--stretch):has(.dashboard-table-wrapper--initial-loading):not(:has(.data-table-empty-inline)) .data-dashboard-content{flex:1 1 auto!important;min-height:0!important;height:auto!important;display:flex!important;flex-direction:column!important;overflow:visible!important}.rfq-manual-products-dashboard.data-dashboard--scrollable:has(.dashboard-table-wrapper--stretch):has(.dashboard-table-wrapper--initial-loading):not(:has(.data-table-empty-inline)) .dashboard-table-wrapper,.rfq-manual-products-dashboard.data-dashboard--scrollable:has(.dashboard-table-wrapper--stretch):has(.dashboard-table-wrapper--initial-loading):not(:has(.data-table-empty-inline)) .dashboard-table-wrapper--stretch,.rfq-manual-products-dashboard.data-dashboard--scrollable:has(.dashboard-table-wrapper--stretch):has(.dashboard-table-wrapper--initial-loading):not(:has(.data-table-empty-inline)) .dashboard-table-wrapper--initial-loading{flex:1 1 auto!important;min-height:calc(100dvh - var(--rfq-review-table-min-offset))!important;display:flex!important;flex-direction:column!important;position:relative!important;height:auto!important;overflow:visible!important}.rfq-manual-products-dashboard.data-dashboard--scrollable:has(.dashboard-table-wrapper--stretch):has(.dashboard-table-wrapper--initial-loading):not(:has(.data-table-empty-inline)) .data-table-container{flex:1 1 auto!important;min-height:0!important;height:auto!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.rfq-manual-products-dashboard.data-dashboard--scrollable:has(.dashboard-table-wrapper--stretch):has(.dashboard-table-wrapper--initial-loading):not(:has(.data-table-empty-inline)) .table-container{flex:1 1 auto!important;min-height:0!important}.rfq-manual-products-dashboard.data-dashboard--scrollable:has(.dashboard-table-wrapper--stretch):has(.dashboard-table-wrapper--initial-loading):not(:has(.data-table-empty-inline)) .data-table-loading-overlay{position:absolute!important;left:0!important;right:0!important;top:var(--table-overlay-top, 40px)!important;bottom:0!important}:root{color-scheme:light}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f9fafb;color:#111827}.login{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center}.layout{min-height:100vh}.sidebar{position:fixed;top:0;left:0;width:220px;height:100vh;background:#fdfdfd;border-right:1px solid #d1d5db;box-shadow:1px 0 6px #0f172a0a;display:flex;flex-direction:column;z-index:1000}.sb-brand{padding:18px 16px;font-size:15px;font-weight:700;color:#111827;border-bottom:1px solid #eef0f2;letter-spacing:-.01em}.sb-nav{flex:1;padding:12px 0;overflow-y:auto}.sb-item{display:flex;align-items:center;gap:10px;width:calc(100% - 16px);padding:8px 16px;margin:1px 8px;border:none;background:none;border-radius:6px;cursor:pointer;text-align:left;font-size:13px;font-weight:500;color:#111827;transition:background .15s}.sb-item:hover{background:#f5f5f5}.sb-item.on{background:#f0f0f0;font-weight:600}.sb-ic{color:#d3d3d3;flex-shrink:0}.sb-item.on .sb-ic{color:gray}.sb-foot{border-top:1px solid #eef0f2;padding:8px 0 12px}.sb-user{padding:6px 16px 8px;font-size:11px;color:#9ca3af;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.env-toggle{display:flex;gap:4px;margin:0 12px 8px;padding:3px;background:#f1f3f5;border-radius:8px}.env-btn{flex:1;padding:5px 0;border:none;background:none;border-radius:6px;cursor:pointer;font-size:12px;font-weight:600;color:#6b7280}.env-btn:hover{color:#111827}.env-btn.on{background:#fff;color:#111827;box-shadow:0 1px 2px #0000001a}.env-pill{font-size:11px;font-weight:600;padding:2px 8px;border-radius:99px;vertical-align:middle}.env-pill.dev{background:#e0e7ff;color:#3730a3}.env-pill.prod{background:#fee2e2;color:#991b1b}.main{margin-left:220px;min-height:100vh;background:#fff}.topbar{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:0 24px;height:56px;background:#fff;border-bottom:1px solid #e5e7eb}.topbar h1{font-size:17px;margin:0;font-weight:600}.topbar-right{display:flex;align-items:center;gap:12px}.content{padding:24px;max-width:1200px}@media (max-width: 760px){.sidebar{width:64px}.sb-brand{font-size:0;padding:18px 0;text-align:center}.sb-item{font-size:0;justify-content:center;gap:0}.sb-user{display:none}.main{margin-left:64px}}.btn{display:inline-block;padding:8px 14px;border-radius:8px;border:1px solid #2563eb;background:#2563eb;color:#fff;font-weight:600;cursor:pointer;text-decoration:none;font-size:14px}.btn:hover{background:#1d4ed8}.btn.ghost{background:#fff;color:#374151;border-color:#d1d5db}.btn.sm{padding:4px 10px;font-size:12px}.btn:disabled{opacity:.5;cursor:not-allowed}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}@media (max-width: 800px){.cards{grid-template-columns:repeat(2,1fr)}}.card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:14px 16px;display:flex;flex-direction:column;gap:4px}.card.down{border-color:#fecaca}.card .lbl{font-size:12px;color:#6b7280}.card strong{font-size:18px}.msg{background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af;padding:10px 14px;border-radius:8px;margin-bottom:16px}h2{font-size:15px;color:#374151;margin:22px 0 10px;display:flex;align-items:center;gap:8px}.count{background:#2563eb;color:#fff;border-radius:99px;font-size:12px;padding:1px 8px}table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;font-size:13px}th{text-align:left;padding:10px 12px;background:#f9fafb;color:#6b7280;font-size:11px;text-transform:uppercase;border-bottom:1px solid #e5e7eb}td{padding:10px 12px;border-bottom:1px solid #f3f4f6}tr:last-child td{border-bottom:none}.muted{color:#9ca3af}.badge{padding:2px 8px;border-radius:3px;font-size:11px;font-weight:600}.b-ok{background:#d4f4dd;color:#155724}.b-err{background:#f8d7da;color:#721c24}.b-warn{background:#fff3cd;color:#856404}.b-run{background:#d1ecf1;color:#0c5460}.b-muted{background:#e9ecef;color:#6c757d}.sm{font-size:11px}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.strong{font-weight:600}td.actions{white-space:nowrap;display:flex;gap:6px;align-items:center}.btn.danger,.navbtn.danger{color:#b91c1c;border-color:#fecaca}.h2row{display:flex;align-items:center;justify-content:space-between}.site-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px}.site-card{text-align:left;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:12px;cursor:pointer;display:flex;flex-direction:column;gap:3px}.site-card:hover{border-color:#2563eb;box-shadow:0 1px 6px #2563eb1f}.site-card.has{border-left:3px solid #16a34a}.site-name{font-weight:600;font-size:14px}.site-dom{font-size:11px}.site-tags{display:flex;gap:4px;margin-top:4px}.modal-back{position:fixed;top:0;right:0;bottom:0;left:0;background:#11182773;display:flex;align-items:flex-start;justify-content:center;padding:40px 16px;z-index:100000;overflow-y:auto}.modal{background:#fff;border-radius:12px;width:100%;max-width:720px;box-shadow:0 12px 40px #00000040}.modal-top{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid #eee}.modal-top h3{margin:0;font-size:16px}.modal-body{padding:18px}.modal-foot{display:flex;justify-content:flex-end;gap:8px;padding:14px 18px;border-top:1px solid #eee}.tabs{display:flex;gap:4px;padding:10px 18px 0;border-bottom:1px solid #eee}.tab{padding:8px 14px;border:none;background:none;cursor:pointer;font-size:13px;color:#6b7280;border-bottom:2px solid transparent;font-weight:600}.tab:disabled{opacity:.4;cursor:not-allowed}.tab-on{color:#2563eb;border-bottom-color:#2563eb}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.grid2 label,.modal-body label{display:flex;flex-direction:column;gap:4px;font-size:12px;color:#374151;font-weight:600}.grid2 label.chk,label.chk{flex-direction:row;align-items:center;gap:8px;grid-column:1 / -1}.modal-body input,.modal-body select{padding:8px 10px;border:1px solid #d1d5db;border-radius:7px;font-size:13px;font-weight:400}.modal-body input:disabled{background:#f3f4f6;color:#6b7280}.scan-row{display:flex;gap:8px;margin-bottom:12px}.scan-row input{flex:1}.scan-res .cards{margin:12px 0}.kv{list-style:none;padding:0;margin:8px 0;display:flex;flex-direction:column;gap:4px;font-size:13px}.kv a{color:#2563eb;word-break:break-all}pre{background:#f6f7f9;border:1px solid #e5e7eb;border-radius:8px;padding:10px;font-size:11px;overflow:auto;max-height:240px}.cat-tree{max-height:340px;overflow-y:auto;border:1px solid #e5e7eb;border-radius:8px;padding:8px}.cat-item{display:flex;align-items:center;gap:8px;padding:3px 0;font-size:13px;font-weight:400;cursor:pointer}.chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.chip{background:#eef2ff;border:1px solid #c7d2fe;color:#3730a3;border-radius:20px;padding:3px 6px 3px 10px;font-size:12px;display:flex;align-items:center;gap:4px}.chip button{border:none;background:none;cursor:pointer;color:#6366f1;font-size:15px;line-height:1}.msg.err{background:#fef2f2;border-color:#fecaca;color:#991b1b}.msg.warn{background:#fffbeb;border-color:#fde68a;color:#92400e}.msg.ok{background:#f0fdf4;border-color:#bbf7d0;color:#166534}.lang-row{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}.archive-banner{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:8px 24px;background:#fffbeb;border-bottom:1px solid #fde68a;color:#92400e;font-size:13px}.modal-lg{max-width:980px}.cards.c5{grid-template-columns:repeat(5,1fr)}@media (max-width: 800px){.cards.c5{grid-template-columns:repeat(2,1fr)}}.progbar{position:relative;height:22px;background:#e5e7eb;border-radius:6px;overflow:hidden;margin-bottom:14px}.progfill{height:100%;background:linear-gradient(90deg,#2563eb,#3b82f6);transition:width .4s}.progtxt{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;color:#111827}.qrow{display:flex;flex-direction:column;gap:6px;margin:12px 0}.log{background:#0b1020;color:#c7d2fe;border-radius:8px;padding:10px 12px;font-family:ui-monospace,Menlo,monospace;font-size:11px;max-height:220px;overflow-y:auto;line-height:1.5}.logline{white-space:pre-wrap;word-break:break-all}tr.rowclick{cursor:pointer}tr.rowclick:hover td{background:#f5f8ff}.detailcell{background:#fafbfc}.pager{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:12px}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:70px 0;color:#6b7280;font-size:13px}.loading.sm{padding:28px 0}.spinner{width:26px;height:26px;border:3px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;animation:spin .7s linear infinite}.spinner.tiny{width:14px;height:14px;border-width:2px}@keyframes spin{to{transform:rotate(360deg)}}.topbar-spin{display:inline-flex;align-items:center;gap:6px;color:#9ca3af;font-size:12px}.detail-struct{margin:6px 0;line-height:1.7;font-size:13px}.detail-struct>div{margin:2px 0}.detail-struct s{opacity:.6}.thumb{object-fit:contain;border:1px solid #e5e7eb;border-radius:8px;background:#fff;flex:0 0 auto}.thumb-empty{display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:10px;text-align:center}.thumb-sm{width:40px;height:40px}.kv-row{display:flex;gap:8px;margin-bottom:5px;font-size:13px}.kv-label{flex:0 0 90px;color:#6b7280;font-weight:600}.kv-value{min-width:0;word-break:break-word}.rv-name{cursor:pointer}.rv-name:hover{color:#2563eb;text-decoration:underline}.rv-sugg-label{cursor:pointer}.rv-sugg-label:hover{color:#2563eb;text-decoration:underline}.sup-chip{display:flex;align-items:center;gap:8px;font-weight:400}.sup-results{display:flex;flex-direction:column;gap:2px;margin-top:4px;max-height:160px;overflow-y:auto;border:1px solid #e5e7eb;border-radius:8px;padding:4px}.sup-results .btn{text-align:left}.link-btn{background:none;border:none;padding:0;color:#2563eb;cursor:pointer;font-size:inherit;text-decoration:underline}.site-sup{display:block;width:100%;margin-top:8px;padding-top:8px;border-top:1px solid #e5e7eb;font-size:12px;text-align:left}.sup-link{color:#2563eb;font-weight:600;text-decoration:underline;cursor:pointer}.sup-add{color:#2563eb;border:1px dashed #93c5fd;border-radius:6px;padding:1px 8px;cursor:pointer;font-weight:600;white-space:nowrap}.sup-add:hover{background:#eff6ff}.req{color:#dc2626;margin-left:2px;font-weight:700}input.invalid,select.invalid{border-color:#dc2626!important;background:#fef2f2}.form-grid{display:flex;flex-direction:column;gap:12px}.form-row{display:flex;gap:12px}.form-row>label{min-width:0}.form-section{border-top:1px solid #eee;padding-top:12px}.form-section-title{font-size:12px;font-weight:700;color:#374151;margin-bottom:8px}.modal-body textarea{padding:8px 10px;border:1px solid #d1d5db;border-radius:7px;font-size:13px;font-weight:400;font-family:inherit;resize:vertical}.comp-row{display:flex;gap:8px;align-items:center;margin-bottom:8px}.comp-row select{flex:2}.comp-row input{flex:1}.pick-list{border:1px solid #e5e7eb;border-radius:8px;max-height:200px;overflow-y:auto;margin-top:8px}.pick-list .pick-item{display:block;width:100%;text-align:left;background:none;border:0;border-bottom:1px solid #f3f4f6;padding:8px 10px;font-size:13px;cursor:pointer}.pick-list .pick-item:last-child{border-bottom:0}.pick-list .pick-item:hover{background:#f0f7ff}.pick-chip{display:inline-flex;align-items:center;gap:8px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:6px 10px;font-size:13px}.score-pill{font-size:11px;padding:1px 6px;border-radius:8px;white-space:nowrap}.score-hi{background:#dcfce7;color:#166534}.score-mid{background:#fef9c3;color:#854d0e}.score-low{background:#f3f4f6;color:#6b7280}.content--wide{max-width:none!important}.mr-select{padding:.45rem .9rem;border:1px solid #d1d5db;border-radius:.375rem;background:#fff;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease-in-out;max-width:280px}.mr-select:hover{border-color:#9ca3af}.mr-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.mr-head{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:24px;margin:10px 0 0}.mr-htitle{text-align:center;font-weight:700;font-size:12px;letter-spacing:.04em;text-transform:uppercase;padding:8px;border-radius:8px 8px 0 0}.mr-head .mr-htitle:first-child{background:#eef2ff;color:#3730a3}.mr-head .mr-htitle:last-child{background:#ecfeff;color:#0e7490}.mr-swap{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:3;width:36px;height:36px;border-radius:50%;border:1px solid #94a3b8;background:#fff;color:#334155;font-size:17px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 4px #0000001f}.mr-swap:hover{background:#2563eb;border-color:#2563eb;color:#fff}.mr-one{width:100%}.mr-one .data-table-container{max-height:70vh}.mr-one tbody tr.mr-prow>td{height:150px;vertical-align:top;padding:6px 8px;overflow:hidden}.mr-one tbody tr.mr-grp-0>td{background:#fff}.mr-one tbody tr.mr-grp-1>td{background:#eef2f7}.mr-one tbody tr:hover>td{background:#dbeafe!important}.mr-cands{height:138px;overflow-y:auto;display:flex;flex-direction:column;gap:2px}.mr-cands-empty{align-items:center;justify-content:center}.mr-cand-row,.mr-cands-head{display:grid;grid-template-columns:22px 28px 62px 74px minmax(0,1fr) 44px;align-items:center;gap:6px}.mr-cand-row{min-height:42px;padding:2px 0;border-bottom:1px solid rgba(148,163,184,.25)}.mr-cands-head{font-size:10px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:#64748b}.mr-cand-code{font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mr-cand-name{min-width:0}.mr-cand-name-line{display:flex;align-items:baseline;gap:4px;font-size:12px;min-width:0}.mr-cand-name-text{flex:0 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mr-preview-btn{flex:0 0 auto;white-space:nowrap}.mr-cand-outcome{font-size:10.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mr-tagrow{display:flex;flex-wrap:wrap;gap:3px;margin-top:2px}.children-dash .data-table-empty-inline{display:none}.children-dash .data-table-container--empty{min-height:0}.np-grid{display:grid;grid-template-columns:2fr 1fr;gap:8px 14px;align-items:end;margin-bottom:8px}.np-grid .np-name{grid-column:1 / -1;display:flex;flex-direction:column;gap:2px}.np-grid .np-name input,.np-grid .np-brand input{width:100%;font-size:14px;padding:8px 10px}.np-grid .np-brand{display:flex;flex-direction:column;gap:2px}.np-cta{margin-top:4px;padding:9px 16px;font-size:14px}.mr-child-acts .btn{white-space:nowrap}.children-dash td:last-child{overflow:visible!important;text-overflow:clip!important}.np-cta-row{display:flex;gap:8px;flex-wrap:wrap;align-items:center}@media (max-width: 700px){.np-grid{grid-template-columns:1fr}}.mr-name-wrap{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.25}.mr-divider{width:8px;align-self:stretch;min-height:90px;cursor:col-resize;border-left:3px double #cbd5e1;margin:0 auto}.mr-divider:hover{border-left-color:#64748b}.modal-wide{max-width:1100px;width:min(1100px,96vw)}.add-panels{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:10px}.add-panel{min-width:0;border:1px solid #e5e7eb;border-radius:8px;padding:8px}.add-panel .form-section-title{margin-bottom:4px}.children-dash{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.pv-row{display:flex;align-items:flex-end;gap:14px;margin-top:6px}.pv-price{display:flex;flex-direction:column;gap:2px}.pv-price input{width:130px}.pv-vat{display:flex;align-items:center;gap:6px;padding-bottom:6px}.mode-tabs{display:flex;gap:6px;margin:6px 0 10px}.pick-confirm{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:10px}.mr-cand-cb{flex:0 0 auto;margin-right:2px}.mr-selbar{display:flex;align-items:center;gap:8px;padding:6px 8px;border-top:1px dashed #d1d5db;margin-top:4px;flex-wrap:wrap}@media (max-width: 900px){.add-panels{grid-template-columns:1fr}}.pick-confirm,.pick-confirm *{color:#111827}.pick-confirm .muted{color:#6b7280}.mr-tagchip{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px;line-height:1.4;padding:0 5px;background:#fdf3e3;color:#a8530a;border:1px solid #eed9b8;border-radius:3px;white-space:nowrap}.mr-actbtns{display:flex;flex-direction:column;gap:3px}.mr-actbtns .btn{padding:3px 6px;font-size:11px;white-space:nowrap;width:100%}@media (prefers-color-scheme: dark){.mr-select{background:#1f2937;color:#f9fafb;border-color:#4b5563}.mr-tagchip{background:#33220f;color:#e09348;border-color:#4a3419}.mr-select:hover{border-color:#6b7280}.mr-select:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa1a}}.mr-one thead tr th.column-__div,.mr-one tbody tr td.column-__div{width:26px!important;min-width:26px;max-width:26px;padding:0!important;background:#e7ecf2!important;border-left:1px solid #cfd7e0!important;border-right:1px solid #cfd7e0!important}.mr-one tbody tr td.column-__div{box-shadow:inset 4px 0 5px -4px #0f172a2e,inset -4px 0 5px -4px #0f172a2e}.mr-cands{position:relative;scrollbar-width:thin;scrollbar-color:#b6c0cd transparent}.mr-cands::-webkit-scrollbar{width:8px}.mr-cands::-webkit-scrollbar-thumb{background:#b6c0cd;border-radius:4px}.mr-cands::-webkit-scrollbar-thumb:hover{background:#8a97a8}.mr-cand-count{position:sticky;top:0;align-self:flex-end;z-index:1;font-size:10px;font-weight:700;color:#475569;background:#e2e8f0;border-radius:8px;padding:0 6px;line-height:16px;margin-bottom:-16px;pointer-events:none}.mr-cand-noimg{display:inline-block;width:30px;height:30px}.mr-scr-row,.mr-scr-head{display:grid;grid-template-columns:18px 28px minmax(0,1fr) 42px 158px;align-items:center;gap:6px}.mr-scr-row{min-height:42px;padding:2px 0;border-bottom:1px solid rgba(148,163,184,.25);text-align:left}.mr-scr-row .score-pill{justify-self:center}.mr-scr-head{font-size:10px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:#64748b;text-align:left}.mr-scr-head .mr-scr-c{text-align:center}.mr-scr-sub{font-size:10.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mr-scr-acts{display:grid;grid-template-columns:repeat(3,1fr);gap:3px}.mr-scr-acts .btn{padding:2px 4px;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;min-width:0}.cat-profile{display:flex;flex-direction:column;gap:2px;max-height:52vh;overflow-y:auto}.cat-row{display:grid;grid-template-columns:20px minmax(120px,1fr) 120px 78px;align-items:center;gap:8px;padding:4px 2px;border-bottom:1px solid #f1f3f5;font-size:13px;cursor:pointer}.cat-row:hover{background:#f8fafc}.cat-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cat-bar{height:8px;background:#eef2f7;border-radius:99px;overflow:hidden}.cat-bar>span{display:block;height:100%;background:#2563eb;border-radius:99px}.cat-pct{text-align:right;white-space:nowrap}@media (prefers-color-scheme: dark){.cat-row{border-bottom-color:#374151}.cat-row:hover{background:#1f2937}.cat-bar{background:#374151}}@media (max-width: 1500px){.mr-one th.column-__cands,.mr-one td.column-__cands{width:380px!important}.mr-one th.column-__scraped,.mr-one td.column-__scraped{width:430px!important}.mr-one th.column-name,.mr-one td.column-name,.mr-one th.column-target_name,.mr-one td.column-target_name{width:150px!important}.mr-one th.column-target_canonical,.mr-one td.column-target_canonical{width:112px!important}}@media (max-width: 1280px){.mr-one th.column-__cands,.mr-one td.column-__cands{width:330px!important}.mr-one th.column-__scraped,.mr-one td.column-__scraped{width:400px!important}.mr-one th.column-target_canonical,.mr-one td.column-target_canonical{width:92px!important}.mr-one th.column-brand,.mr-one td.column-brand{width:70px!important}.mr-scr-row,.mr-scr-head{grid-template-columns:16px 28px minmax(0,1fr) 38px 150px;gap:4px}.mr-cand-row,.mr-cands-head{grid-template-columns:20px 26px 56px 64px minmax(0,1fr) 40px;gap:4px}}.b-danger{background:#f8d7da;color:#842029}
