:root{--primary: #0056b3;--secondary: #28a745;--bg: #f4f7f6;--card: #ffffff;--text: #333;--border: #e1e4e8;--plate-yellow: #ffcc00;--active-tab: #0056b3;--inactive-tab: #e9ecef}body{font-family:Segoe UI,system-ui,sans-serif;background:var(--bg);margin:0;padding:20px;display:flex;flex-direction:column;align-items:center;color:var(--text);direction:rtl}#reportTooltipBox{position:fixed;z-index:10000;background-color:#f1f3f5;color:#333;border:1px solid #dcdcdc;padding:10px 15px;border-radius:12px;font-size:13px;font-family:Segoe UI,system-ui,sans-serif;box-shadow:0 4px 15px #00000026;pointer-events:none;opacity:0;transition:opacity .2s ease-in-out;max-width:250px;white-space:normal;text-align:center;line-height:1.4}#reportTooltipBox.visible{opacity:1}#reportTooltipBox:after{content:"";position:absolute;top:100%;left:50%;margin-left:-8px;border-width:8px;border-style:solid;border-color:#f1f3f5 transparent transparent transparent}#reportTooltipBox:before{content:"";position:absolute;top:100%;left:50%;margin-left:-9px;border-width:9px;border-style:solid;border-color:#dcdcdc transparent transparent transparent}.container{background:var(--card);padding:16px 30px 30px;border-radius:16px;box-shadow:0 10px 30px #00000014;width:100%;max-width:650px;box-sizing:border-box;position:relative}.version-tag{position:absolute;top:10px;left:15px;font-size:11px;color:#999;font-family:monospace;background:#eee;padding:2px 6px;border-radius:4px}.header{text-align:center;margin-bottom:20px;width:100%;display:flex;flex-direction:column;align-items:center}.logo-box{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-family:Segoe UI,sans-serif;font-weight:800;font-size:36px;line-height:1}.logo-icon{width:42px;height:42px;border-radius:50%;border:4px solid var(--primary);display:flex;align-items:center;justify-content:center;background:#fff;animation:logoRotate 1s ease-out,logoSuccessPulse 2s ease-in-out 1.2s infinite;transform:translateZ(0);will-change:transform}@keyframes logoRotate{0%{transform:rotate(0) translateZ(0)}to{transform:rotate(360deg) translateZ(0)}}@keyframes logoSuccessPulse{0%,to{transform:scale(1) translateZ(0);box-shadow:0 0 #0056b34d}50%{transform:scale(1.05) translateZ(0);box-shadow:0 0 0 8px #0056b300}}.logo-icon:before{content:"✔";color:var(--secondary);font-size:28px;text-shadow:0 1px 2px rgba(40,167,69,.3);animation:checkmarkPulse 2s ease-in-out 1s infinite}@keyframes checkmarkPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.08);opacity:.95}}.logo-text span:first-child{color:var(--primary)}.logo-text span:last-child{color:var(--secondary)}.subtitle{color:#666;font-size:15px;margin-top:5px;display:block;text-align:center;margin-bottom:0}.subtitle-pow{color:#666;font-size:12px;margin-top:0;display:block;text-align:center;margin-bottom:8px;font-family:Segoe UI,system-ui,sans-serif}.pow-at{font-size:70%;vertical-align:top;margin-right:2px}.external-catalogs-section{text-align:center;margin:6px 0;background:#c8c8e64d;padding:15px;border-radius:8px}.whatsapp-share-section{background:#fff8dc4d!important}.external-catalogs-title{color:#666;font-size:18px;font-weight:700;margin-top:5px;display:flex;align-items:center;justify-content:center;margin-bottom:0;font-family:Segoe UI,system-ui,sans-serif;padding-bottom:2px;border-bottom:1px dashed #ccc;cursor:pointer;-webkit-user-select:none;user-select:none;position:relative}.external-catalogs-title .collapse-toggle{position:absolute;right:0;font-size:28px;color:#000;font-weight:900;width:auto;height:auto;display:flex;align-items:center;justify-content:center;transition:all .3s ease;animation:pulse 2s infinite;line-height:1;padding:0;margin:0}.external-catalogs-title .collapse-toggle:hover{transform:scale(1.2)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.external-catalogs-subtitle{color:#666;font-size:12px;margin-top:2px;display:block;text-align:center;margin-bottom:8px;font-family:Segoe UI,system-ui,sans-serif}.market-stats-section{text-align:center;margin:6px 0;background:#fff8c84d;padding:15px;border-radius:8px}.market-stats-title{color:#666;font-size:18px;font-weight:700;margin-top:5px;display:flex;align-items:center;justify-content:center;margin-bottom:0;font-family:Segoe UI,system-ui,sans-serif;padding-bottom:5px;border-bottom:1px dashed #ccc;cursor:pointer;-webkit-user-select:none;user-select:none;position:relative}.market-stats-title .collapse-toggle{position:absolute;right:0;font-size:28px;color:#000;font-weight:900;width:auto;height:auto;display:flex;align-items:center;justify-content:center;transition:all .3s ease;animation:pulse 2s infinite;line-height:1;padding:0;margin:0}.market-stats-title .collapse-toggle:hover{transform:scale(1.2)}.market-stats-subtitle{color:#666;font-size:12px;margin-top:5px;display:block;text-align:center;margin-bottom:8px;font-family:Segoe UI,system-ui,sans-serif}.market-stats-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 20px;background:#fff;border:2px solid var(--primary);color:var(--primary);text-decoration:none;border-radius:50px;font-weight:700;font-size:14px;cursor:pointer;transition:all .2s ease}.market-stats-btn:hover{background:#e3f2fd;transform:translateY(-2px);box-shadow:0 2px 5px #0056b326}#oemMarketAnalysisArea table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #ddd;border-radius:8px;overflow:hidden}#oemMarketAnalysisArea table thead tr{background:#f5f5f5;border-bottom:2px solid #ddd}#oemMarketAnalysisArea table tbody tr:hover{background:#f9f9f9}#oemMarketAnalysisArea table tbody tr:last-child{border-bottom:none}.role-badge{background-color:#f8f9fa;color:#555;padding:4px 15px;border-radius:50px;font-size:14px;font-weight:500;border:1px solid #e9ecef;display:none;margin-top:5px}.tabs-wrapper{display:flex;width:100%;margin-bottom:0;border-bottom:2px solid var(--primary);gap:2px}.tab-btn{flex:1;padding:12px;cursor:pointer;background:var(--inactive-tab);border:none;font-size:17.25px;font-weight:700;color:#666;transition:.2s;border-radius:12px 12px 0 0}.tab-btn.active{background:var(--primary);color:#fff;box-shadow:0 -2px 10px #0056b31a}.search-area{position:relative;width:100%;margin-bottom:15px;background:#fff;padding:20px;border-radius:0 0 12px 12px;box-shadow:0 2px 10px #0000000d;box-sizing:border-box;border:1px solid var(--border);border-top:none}#sInput{width:100%;padding:15px;border:2px solid var(--plate-yellow);border-radius:12px;font-size:18px;line-height:1.5;text-align:center;outline:none;transition:.3s;box-sizing:border-box;background:#fff;font-weight:400;letter-spacing:1px;height:58px}#sInput:focus{box-shadow:0 0 0 4px #fc03}.scrolling-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none;overflow:hidden;border-radius:12px;padding:15px;box-sizing:border-box}.scrolling-placeholder.hidden{display:none}.scrolling-text{white-space:nowrap;font-size:18px;color:#999;letter-spacing:1px;text-align:center;animation:ping-pong-text 25s cubic-bezier(.4,0,.2,1) infinite;will-change:transform;transform:translate(-30%)}@keyframes ping-pong-text{0%{transform:translate(-30%)}48%{transform:translate(30%)}52%{transform:translate(30%)}to{transform:translate(-30%)}}.camera-btn{display:flex;align-items:center;justify-content:center;width:auto;min-width:56px;padding:15px;background:#fff;border:2px solid var(--plate-yellow);border-radius:12px;cursor:pointer;transition:all .3s ease;color:#0056b3;box-shadow:0 2px 8px #0000001a;flex-shrink:0;box-sizing:border-box;height:58px}.camera-btn:hover{background:#f8f9fa;border-color:#0056b3;transform:translateY(-2px);box-shadow:0 4px 12px #0056b333}.camera-btn:active{transform:translateY(0);box-shadow:0 2px 6px #00000026}.camera-btn svg{width:28px;height:28px;stroke-width:2}.main-btn-container{display:flex;justify-content:center;align-items:center;margin-top:15px;margin-bottom:15px}button.main-btn{background:var(--primary);color:#fff;border:none;padding:14px;font-size:18px;border-radius:12px;cursor:pointer;width:100%;font-weight:700;transition:.2s;box-shadow:0 4px 10px #0056b333}button.main-btn:hover{background:#004494;transform:translateY(-2px)}.gov-bypass-row{text-align:center;margin:-6px 0 12px}.gov-bypass-link{display:inline-block;font-size:12px;color:#6b7280;cursor:pointer;text-decoration:none;border:1px solid rgba(107,114,128,.22);border-radius:8px;background:#6b728008;padding:5px 12px;transition:color .15s ease,border-color .15s ease,background-color .15s ease,box-shadow .15s ease,opacity .15s ease;-webkit-user-select:none;user-select:none}.gov-bypass-link:hover{color:#1b7f36;border-color:#1b7f368c;background:#1b7f3614;box-shadow:0 1px 5px #1b7f3626}.gov-bypass-link.is-loading{opacity:.55;pointer-events:none}.gov-bypass-link.is-success{color:#1b7f36;border-color:#1b7f368c;background:#1b7f361a;font-weight:700}.part-result-card{background:#fff;border:1px solid #ddd;border-radius:8px;margin-bottom:10px;overflow:hidden;box-shadow:0 2px 4px #0000000d;direction:rtl;text-align:right}.part-header{background:#f8f9fa;padding:12px 15px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eee;direction:rtl}.part-header:hover{background:#e9ecef}.part-title{font-weight:700;font-size:16px;color:#333;text-align:right}.part-subtitle{font-size:13px;color:#666;margin-top:2px;text-align:right}.part-details{padding:0;display:none;background:#fff;text-align:right}.part-details.open{display:block}.engine-row{padding:8px 15px;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;font-size:14px;align-items:center;direction:rtl}.engine-row:last-child{border-bottom:none}.engine-code{font-weight:700;color:#0056b3;background:#e3f2fd;padding:2px 6px;border-radius:4px}.recent-searches{display:flex;gap:10px;overflow-x:auto;padding:5px 5px 15px;margin-bottom:10px;-webkit-overflow-scrolling:touch;direction:rtl}.plate-card{background:var(--plate-yellow);border:2px solid #333;border-radius:8px;padding:6px 12px;min-width:110px;text-align:center;cursor:pointer;box-shadow:0 3px 6px #00000026;flex-shrink:0;transition:transform .2s;display:flex;flex-direction:column;align-items:center;justify-content:center}.plate-card:hover{transform:translateY(-2px)}.plate-number{color:#000;font-weight:900;font-size:17px;letter-spacing:1px;line-height:1.2;font-family:monospace}.plate-info{color:#333;font-size:11px;font-weight:700;margin-top:2px;white-space:nowrap;max-width:120px;overflow:hidden;text-overflow:ellipsis}#result{margin-top:25px;background:#fff;border:1px solid var(--border);border-radius:12px;overflow:hidden;display:none;animation:fadeIn .3s ease}.sticky-header{position:sticky;top:0;background:#fff;z-index:10;border-bottom:3px solid #f0f0f0;padding-bottom:5px;box-shadow:0 4px 6px -4px #0000001a}.data-row{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f0f0f0;padding:12px 20px;direction:rtl}.data-row:last-child{border-bottom:none}.data-label{font-weight:600;color:#555;min-width:120px;flex-shrink:0;text-align:right}.data-value{font-weight:700;color:#000;font-size:16px;word-break:break-word;text-align:left;direction:ltr}.tech-tags{display:flex;gap:5px;margin-top:5px;flex-wrap:wrap;justify-content:flex-end;padding:10px 20px}.tag{font-size:12px;padding:2px 8px;border-radius:4px;font-weight:700;color:#fff}.tag-fuel{background:#ff9800}.tag-gear{background:#9c27b0}.tag-origin{background:#009688}.tag-hp{background:#d32f2f}.tag-body{background:#795548}.tag-turbo{background:#e53935}.tag-4x4{background:#2e7d32}.tag-drive{background:#0277bd}.tag-weight{background:#455a64}.tires-section{background:#fafafa;padding:12px 20px;border-top:1px solid #eee;font-size:15px;display:flex;align-items:center;gap:12px;color:#333;margin-top:3px;border-radius:0 0 12px 12px}.tire-icon{font-size:18px}.search-stats{background:#e3f2fd;color:#0d47a1;padding:10px;text-align:center;font-weight:700;font-size:14px;border-bottom:1px solid #bbdefb;display:flex;align-items:center;justify-content:center;gap:8px}.stat-hot{background:#ffebee;color:#c62828;border-bottom-color:#ffcdd2;animation:pulse 2s infinite}.value-wrapper{display:flex;align-items:center;gap:8px;justify-content:flex-end;max-width:100%}.copy-btn{background:#f8f9fa;border:1px solid #dee2e6;color:#555;width:32px;height:32px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;font-size:14px;flex-shrink:0}.copy-btn:hover{background:#e9ecef;color:var(--primary);border-color:var(--primary)}.external-links{background:transparent;padding:20px;text-align:center;border-top:1px solid var(--border);display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.link-btn{display:inline-flex;align-items:center;gap:8px;margin:5px;padding:8px 20px;background:#f5f5f5;border:2px solid var(--primary);color:var(--primary);text-decoration:none;border-radius:50px;font-weight:700;font-size:14px;transition:all .2s ease}.link-btn:hover{background:#e3f2fd;transform:translateY(-2px);box-shadow:0 2px 5px #0056b326}.icon-link{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.external-links-list{display:flex;flex-direction:column;width:100%;max-width:600px;margin:0 auto;gap:10px;box-sizing:border-box}.external-links-row{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid #e2e8f0;border-left:5px solid var(--row-accent, #0056b3);border-radius:10px;padding:14px 20px;text-decoration:none;color:#1e293b;font-weight:600;font-size:15px;box-shadow:0 1px 2px #0000000d;transition:all .2s ease;cursor:pointer;box-sizing:border-box}.external-links-row:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0f172a14;border-color:#cbd5e1}.external-links-row .icon-link{width:18px;height:18px;color:#64748b;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.external-links-row-lead{display:inline-flex;align-items:center;gap:10px;min-width:0}.external-links-row-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.external-links-row--matched{background:#f0fdf4;border-color:#bbf7d0;border-left-color:#16a34a}.external-links-row--matched:hover{background:#dcfce7;border-color:#86efac;border-left-color:#15803d;box-shadow:0 6px 16px #16a34a26}.external-links-match-badge{background:#16a34a;color:#fff;font-size:11px;font-weight:700;padding:2px 8px;border-radius:6px;line-height:1.4;letter-spacing:.2px;flex-shrink:0}.priority-stock-row{margin-top:6px}.priority-stock-btn{display:inline-flex;align-items:center;gap:6px;background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe;border-radius:999px;padding:3px 11px;font-size:12px;font-weight:700;cursor:pointer;transition:all .18s ease;direction:rtl;font-family:inherit}.priority-stock-btn:hover{background:#dbeafe;border-color:#93c5fd;transform:translateY(-1px);box-shadow:0 3px 8px #1d4ed826}.priority-stock-dot{width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 #22c55eb3;animation:priority-pulse 1.8s infinite;flex-shrink:0}@keyframes priority-pulse{0%{box-shadow:0 0 #22c55e99}70%{box-shadow:0 0 0 6px #22c55e00}to{box-shadow:0 0 #22c55e00}}.priority-overlay{position:fixed;inset:0;background:#0f172a8c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:100000;padding:16px;box-sizing:border-box;animation:priority-fade .18s ease}@keyframes priority-fade{0%{opacity:0}to{opacity:1}}.priority-dialog{background:#fff;border-radius:16px;width:100%;max-width:460px;max-height:85vh;display:flex;flex-direction:column;overflow:hidden;direction:rtl;box-shadow:0 24px 60px #0f172a59;animation:priority-pop .2s cubic-bezier(.16,1,.3,1);font-family:inherit}@keyframes priority-pop{0%{transform:translateY(12px) scale(.97);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.priority-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:16px 18px;border-bottom:1px solid #eef2f7;background:linear-gradient(180deg,#f8fafc,#fff)}.priority-title-wrap{min-width:0}.priority-live-badge{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0;padding:2px 9px;border-radius:999px;margin-bottom:6px}.priority-title{font-size:17px;font-weight:700;color:#0f172a;line-height:1.25;word-break:break-word}.priority-sub{font-size:12px;color:#64748b;margin-top:2px}.priority-mono{font-family:ui-monospace,SF Mono,Menlo,monospace}.priority-close{flex-shrink:0;width:32px;height:32px;border:none;background:#f1f5f9;color:#475569;border-radius:8px;font-size:22px;line-height:1;cursor:pointer;transition:all .15s ease}.priority-close:hover{background:#e2e8f0;color:#0f172a}.priority-body{padding:16px 18px;overflow-y:auto;flex:1 1 auto;min-height:0}.priority-loading{display:flex;align-items:center;gap:10px;color:#64748b;font-size:14px;padding:24px 4px;justify-content:center}.priority-spinner{width:20px;height:20px;border:3px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;animation:priority-spin .8s linear infinite;flex-shrink:0}@keyframes priority-spin{to{transform:rotate(360deg)}}.priority-empty,.priority-error,.priority-error-hint{text-align:center;color:#64748b;font-size:14px;padding:20px 6px}.priority-error{color:#b91c1c;font-weight:600;padding-bottom:4px}.priority-error-hint{padding-top:0;font-size:12.5px}.priority-summary{display:flex;align-items:center;justify-content:space-between;font-weight:800;font-size:14px;padding:10px 14px;border-radius:10px;margin-bottom:12px}.priority-summary.in{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.priority-summary.out{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.priority-summary-count{font-size:12px;font-weight:700;opacity:.8}.priority-records{display:flex;flex-direction:column;gap:10px}.priority-record{border:1px solid #e2e8f0;border-left:5px solid #cbd5e1;border-radius:10px;padding:11px 13px;background:#fff}.priority-record.in{border-left-color:#16a34a}.priority-record.out{border-left-color:#f87171;background:#fffbfb}.priority-record-top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:4px}.priority-record-sku{font-size:14px;font-weight:800;color:#0f172a}.priority-record-pill{font-size:11px;font-weight:800;padding:2px 9px;border-radius:999px;flex-shrink:0}.priority-record-pill.in{background:#16a34a;color:#fff}.priority-record-pill.out{background:#fee2e2;color:#b91c1c}.priority-record-desc{font-size:13px;color:#334155;margin-bottom:9px}.priority-muted{color:#94a3b8;font-style:italic}.priority-record-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.priority-record-grid>div{display:flex;flex-direction:column;gap:2px;background:#f8fafc;border-radius:8px;padding:7px 9px}.priority-cell-label{font-size:10.5px;color:#94a3b8;font-weight:600}.priority-cell-val{font-size:15px;font-weight:800;color:#0f172a}.priority-cell-val.priority-price{color:#1d4ed8}#cloudMatches{display:none;background:#c8e6c84d;padding:15px;border-radius:8px;margin:6px 0}.cloud-matches-section{text-align:center;margin-bottom:15px}.cloud-title{font-weight:700;color:#666;font-size:18px;margin-top:0;margin-bottom:0;display:flex;align-items:center;justify-content:center;font-family:Segoe UI,system-ui,sans-serif;padding-bottom:5px;border-bottom:1px dashed #ccc;cursor:pointer;-webkit-user-select:none;user-select:none;position:relative}.cloud-title .collapse-toggle{position:absolute;right:0;font-size:28px;color:#000;font-weight:900;width:auto;height:auto;display:flex;align-items:center;justify-content:center;transition:all .3s ease;animation:pulse 2s infinite;line-height:1;padding:0;margin:0}.cloud-title .collapse-toggle:hover{transform:scale(1.2)}.external-catalogs-section.collapsed .external-links{display:none!important}.market-stats-section.collapsed .market-stats-subtitle,.market-stats-section.collapsed>div:not(.market-stats-title):not(.market-stats-subtitle),.market-stats-section.collapsed #marketDataArea,.market-stats-section.collapsed #oemMarketAnalysisArea,.market-stats-section.collapsed #leadsReportArea{display:none!important}.cloud-matches-section.collapsed .cloud-subtitle,.cloud-matches-section.collapsed .cloud-car-info{display:none!important}.cloud-matches-section.collapsed>div:not(.cloud-title){display:none!important}#cloudMatches:has(.cloud-matches-section.collapsed) .match-card{display:none!important}#cloudMatches:has(.cloud-matches-section.collapsed)>*:not(.cloud-matches-section){display:none!important}.cloud-subtitle{color:#666;font-size:12px;margin-top:0;display:block;text-align:center;margin-bottom:5px;font-family:Segoe UI,system-ui,sans-serif;padding-bottom:0;border-bottom:none}.cloud-divider{display:none}.cloud-car-info{color:#2e7d32;font-size:13px;font-weight:700;margin-top:5px;text-align:center;font-family:Segoe UI,system-ui,sans-serif;display:flex;align-items:center;justify-content:center;gap:7px;direction:ltr}.cloud-car-info__text{line-height:1.3}.cloud-car-copy{flex-shrink:0;width:22px;height:22px;padding:0;display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;color:#2e7d32;cursor:pointer;transition:color .15s,transform .1s;-webkit-tap-highlight-color:transparent}.cloud-car-copy:hover{color:#1b5e20}.cloud-car-copy:active{transform:scale(.88)}.cloud-car-copy.copied{color:#2e7d32}.cloud-car-copy svg{display:block}.match-card{background:#fff;border:1px solid #ffcc80;border-radius:8px;padding:10px;margin-bottom:8px;font-size:14px;display:flex;flex-direction:column;gap:5px}.card-row-main{display:flex;justify-content:space-between;align-items:center;min-height:40px}.match-right{display:flex;align-items:center;gap:8px}.match-info{text-align:right;flex-grow:1;padding:0 10px}.match-left{display:flex;align-items:center;gap:5px}.match-score{background:#e65100;color:#fff;padding:2px 8px;border-radius:12px;font-size:12px;white-space:nowrap}.report-btn{background:#fff;border:1px solid #ff9800;color:#ff9800;width:28px;height:28px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;font-size:12px;margin-left:10px}.report-btn:hover{background:#ffe0b2}.link-sku-btn{background:#fff9c4;color:#f57f17;border:1px solid #fbc02d;padding:0 6px;font-size:11px;border-radius:4px;cursor:pointer;display:inline-block;vertical-align:middle;margin-right:5px;font-weight:700;height:20px;line-height:18px}.link-sku-btn:hover{background:#fff59d}.sku-linker-box{display:none;gap:5px;background:#fffde7;padding:5px 10px;border-radius:20px;margin:5px auto;border:1px dashed #fbc02d;align-items:center;width:fit-content}.mini-input{width:100px;padding:4px;font-size:12px;border:1px solid #ccc;border-radius:4px;text-align:center}.mini-save{background:#fbc02d;color:#333;border:none;padding:4px 10px;border-radius:12px;cursor:pointer;font-weight:700;font-size:11px}.mini-save:hover{background:#f9a825}.feedback-section{background:#e8f5e9;padding:20px;border-top:2px dashed #c8e6c9;text-align:center}.feedback-title{font-weight:700;color:#2e7d32;margin-bottom:10px;font-size:15px}.feedback-form{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}select,input.sku-input{padding:10px;border:1px solid #ccc;border-radius:8px;font-size:14px;flex:1;min-width:120px}input.sku-input:disabled{background:#e0e0e0;cursor:not-allowed}.input-group{display:flex;gap:5px;width:100%;margin-top:5px}.save-match-btn{background:#2e7d32;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-weight:700;cursor:pointer;width:100%;margin-top:10px}.save-match-btn:hover{background:#1b5e20}.admin-section{margin-top:10px;border-top:1px solid #eee;background:#fafafa;border-radius:8px;padding:20px;display:none}.admin-company-reports-section{text-align:center;margin:6px 0;background:#ffdcb44d;padding:15px;border-radius:8px}.admin-company-reports-title{color:#666;font-size:18px;font-weight:700;margin-top:5px;display:flex;align-items:center;justify-content:center;margin-bottom:0;font-family:Segoe UI,system-ui,sans-serif;padding-bottom:5px;border-bottom:1px dashed #ccc;cursor:pointer;-webkit-user-select:none;user-select:none;position:relative}.admin-company-reports-title .collapse-toggle{position:absolute;right:0;font-size:28px;color:#000;font-weight:900;width:auto;height:auto;display:flex;align-items:center;justify-content:center;transition:all .3s ease;animation:pulse 2s infinite;line-height:1;padding:0;margin:0}.admin-company-reports-title .collapse-toggle:hover{transform:scale(1.2)}.admin-company-reports-section.collapsed .admin-company-reports-content{display:none!important}.admin-super-admin-section{text-align:center;margin:6px 0;background:#add8e64d;padding:15px;border-radius:8px}.admin-super-admin-title{color:#666;font-size:18px;font-weight:700;margin-top:5px;display:flex;align-items:center;justify-content:center;margin-bottom:0;font-family:Segoe UI,system-ui,sans-serif;padding-bottom:5px;border-bottom:1px dashed #ccc;cursor:pointer;-webkit-user-select:none;user-select:none;position:relative}.admin-super-admin-title .collapse-toggle{position:absolute;right:0;font-size:28px;color:#000;font-weight:900;width:auto;height:auto;display:flex;align-items:center;justify-content:center;transition:all .3s ease;animation:pulse 2s infinite;line-height:1;padding:0;margin:0}.admin-super-admin-title .collapse-toggle:hover{transform:scale(1.2)}.admin-super-admin-section.collapsed .admin-super-admin-content{display:none!important}.sales-manager-reports-section{text-align:center;margin:6px 0;background:#ba68c84d;padding:15px;border-radius:8px}.sales-manager-reports-title{color:#666;font-size:18px;font-weight:700;margin-top:5px;display:flex;align-items:center;justify-content:center;margin-bottom:0;font-family:Segoe UI,system-ui,sans-serif;padding-bottom:5px;border-bottom:1px dashed #ccc;cursor:pointer;-webkit-user-select:none;user-select:none;position:relative}.sales-manager-reports-title .collapse-toggle{position:absolute;right:0;font-size:28px;color:#000;font-weight:900;width:auto;height:auto;display:flex;align-items:center;justify-content:center;transition:all .3s ease;animation:pulse 2s infinite;line-height:1;padding:0;margin:0}.sales-manager-reports-title .collapse-toggle:hover{transform:scale(1.2)}.sales-manager-reports-section.collapsed .sales-manager-reports-content{display:none!important}.admin-title{color:#666;font-size:16px;font-weight:700;margin-top:5px;margin-bottom:0;display:block;text-align:center;font-family:Segoe UI,system-ui,sans-serif}.admin-subtitle{color:#666;font-size:12px;margin-top:5px;display:block;text-align:center;margin-bottom:8px;font-family:Segoe UI,system-ui,sans-serif}.export-group-card{background-color:#fff;border:1px solid #e0e0e0;border-radius:10px;padding:15px;margin-bottom:20px;box-shadow:0 2px 5px #00000008;position:relative}.export-group-label{font-size:13px;font-weight:700;color:#555;margin-bottom:10px;display:block;text-align:center}.export-group-card .date-range{margin-bottom:10px;justify-content:center;gap:8px}.date-range{display:flex;gap:10px;justify-content:center;align-items:flex-end;margin-bottom:15px;flex-wrap:wrap}input[type=date]{padding:8px;border:1px solid #ccc;border-radius:6px;font-family:inherit}.export-btn{background:var(--secondary);color:#fff;border:none;padding:12px;width:100%;border-radius:8px;cursor:pointer;font-weight:700;font-size:15px;transition:.2s;margin-top:10px}.export-btn:hover{background:#218838}.error-export-btn{background:#d32f2f!important;margin-top:10px}#missingReportArea{display:none;margin-top:20px;border:1px solid #ddd;border-radius:8px;overflow:hidden;background:#fff}.missing-table{width:100%;border-collapse:collapse;font-size:14px}.missing-table th{background:#333;color:#fff;padding:10px;text-align:right}.missing-table td{padding:10px;border-bottom:1px solid #eee;color:#333}.missing-table tr:hover{background:#f9f9f9}.skeleton-wrapper{padding:20px;display:flex;flex-direction:column;gap:15px}.skeleton-line{height:20px;background:#dcdcdc;border-radius:4px;position:relative;overflow:hidden}.skeleton-line:after{content:"";position:absolute;top:0;right:0;width:100%;height:100%;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.8),transparent);animation:shimmer 1s infinite}@keyframes shimmer{to{transform:translate(100%)}}#loginOverlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#f4f7f6;z-index:9999;display:flex;justify-content:center;align-items:center;flex-direction:column}.login-box{background:transparent;padding:2px;border-radius:18px;box-shadow:0 10px 30px #0000001a;text-align:center;width:607px;display:flex;flex-direction:column;align-items:center;position:relative;will-change:transform,opacity}@keyframes boxEntrance{0%{opacity:0;transform:translateY(30px) translateZ(0)}to{opacity:1;transform:translateY(0) translateZ(0)}}.login-box:before{content:"";position:absolute;inset:-2px;border-radius:18px;background:var(--primary);z-index:0;opacity:.6;box-shadow:0 0 10px #0056b380;animation:borderGlow 2s ease-in-out infinite;transform:translateZ(0);will-change:opacity,box-shadow}@keyframes borderGlow{0%,to{opacity:.6;box-shadow:0 0 10px #0056b380}50%{opacity:.9;box-shadow:0 0 20px #0056b3cc,0 0 30px #0078ff66}}.login-box:after{content:"";position:absolute;inset:2px;background:#fff;border-radius:14px;z-index:0}.login-box-content{position:relative;z-index:1;width:100%;display:flex;flex-direction:column;align-items:center;padding:60px 55px;box-sizing:border-box}.login-label{display:block;width:100%;text-align:right;font-size:12px;color:#666;margin-top:10px;margin-bottom:4px;font-weight:500;direction:rtl}.login-label:first-of-type{margin-top:0}.login-input{width:100%;padding:12px;margin:0 0 10px;border:1px solid #ccc;border-radius:8px;box-sizing:border-box;font-size:16px;text-align:center;font-weight:400;background:#fff;color:#333}.login-btn{width:100%;padding:12px;background:var(--primary);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer;margin-top:10px;transition:transform .2s,box-shadow .2s}.login-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0056b34d}.login-box.is-loading .login-input,.login-box.is-loading .login-btn,.login-box.is-loading h3,.login-box.is-loading .login-label{opacity:0;pointer-events:none;transition:opacity .3s ease-out}.login-box.is-loading .header{position:absolute;top:50%;left:50%;transform:translate(-50%,-60%) translateZ(0);z-index:2}.login-box.is-loading .logo-icon{animation:logoSpinLoading .6s linear infinite!important;transform:translateZ(0);will-change:transform}.login-box.is-loading .logo-icon:before{animation:none!important}@keyframes logoSpinLoading{0%{transform:rotate(0) translateZ(0)}to{transform:rotate(360deg) translateZ(0)}}.login-loading-text{color:var(--primary);font-size:14px;margin-top:15px;opacity:0;transition:opacity .4s ease-in;font-weight:500;position:absolute;top:50%;left:50%;transform:translate(-50%,20%) translateZ(0);z-index:2;white-space:nowrap}.login-box.is-loading .login-loading-text{opacity:1;display:block;animation:loadingTextPulse 1.5s ease-in-out infinite}@keyframes loadingTextPulse{0%,to{opacity:.7}50%{opacity:1}}.app-content{display:none;width:100%;max-width:650px}.user-bar{width:100%;max-width:650px;display:flex;justify-content:flex-start;align-items:center;gap:12px;margin-bottom:10px;display:none;font-size:14px;color:#555;font-weight:700;direction:rtl}.user-info{flex-shrink:0}.logout-link{color:red;cursor:pointer;text-decoration:underline;flex-shrink:0}@media(max-width:480px){.container{padding:15px}.feedback-form,.input-group{flex-direction:column}.save-match-btn{width:100%}#adminCompanyReportsSection,#adminSuperAdminSection,#purchasingReportsSection,#salesManagerReportsSection{display:none!important}.quick-import-part-row span,.match-part-type,.match-part-type span,span.match-part-type,.match-card .match-part-type,.match-card span.match-part-type{writing-mode:horizontal-tb!important;text-orientation:mixed!important;white-space:normal!important;display:block!important;unicode-bidi:embed!important;direction:rtl!important;text-align:right!important}}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-arrow{0%,to{transform:translateY(0);opacity:1}50%{transform:translateY(3px);opacity:.8}}.accordion-arrow{-webkit-user-select:none;user-select:none}.match-card:hover .accordion-arrow{color:#ff6f00!important;transform:scale(1.15)}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;z-index:20000;display:flex;justify-content:center;align-items:center;animation:fadeIn .2s}.modal-content{background:#fff;padding:25px;border-radius:12px;width:90%;max-width:320px;text-align:center;box-shadow:0 10px 30px #0000004d;border-top:5px solid var(--secondary)}.media-label{font-size:17px;font-weight:600;text-align:center;margin-bottom:12px;padding:6px 12px;border:1.5px solid #90caf9;border-radius:12px;background:transparent;color:#000;display:inline-block}.specs-label{font-size:13px;font-weight:600;color:#333;margin-bottom:12px;padding:8px 12px;text-align:center;border:1px dashed #ccc;border-radius:8px;background:#fafafa;display:block;width:100%;max-width:600px;margin-left:auto;margin-right:auto;box-sizing:border-box}.media-block{border-bottom:1px solid #e0e0e0;padding-bottom:16px;margin-bottom:16px}.media-block:last-of-type{border-bottom:none;margin-bottom:0}.media-block{display:flex;flex-direction:column;align-items:center;width:100%}.specs-section{display:flex;flex-direction:column;align-items:center;width:100%;background:#fafafa;border:1px dashed #ccc;border-radius:8px;padding:16px;box-sizing:border-box}.media-preview{width:100%;text-align:center;font-size:12px;color:#777;margin-bottom:6px;display:flex;justify-content:center;align-items:center;min-height:60px}.media-preview img{max-width:100%;max-height:140px;border-radius:4px;display:block;margin:0 auto}.media-preview a{color:#1976d2;text-decoration:underline}.media-actions{display:flex;gap:8px;margin-top:6px;align-items:center;justify-content:center;width:100%}.media-upload-btn{border:1px solid #1976d2;padding:4px 10px;border-radius:6px;font-size:12px;cursor:pointer;background:#fff;color:#1976d2;display:inline-flex;align-items:center}.media-upload-btn:hover{background:#e3f2fd}.media-upload-btn input[type=file]{display:none}.media-delete-btn{display:none;border:1px solid #e57373;padding:4px 10px;border-radius:6px;font-size:12px;cursor:pointer;background:#ffebee;color:#c62828}.media-delete-btn:hover{background:#ffcdd2}.media-upload-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px}.media-upload-card{border:1px dashed #ccc;border-radius:8px;background:#fafafa;padding:12px;display:flex;flex-direction:column;align-items:center;transition:all .2s ease;height:100%;box-sizing:border-box}.media-upload-card:hover{border-color:#1976d2;background:#f5f5f5}.media-upload-label{font-size:13px;font-weight:600;color:#333;margin-bottom:8px;text-align:center;flex-shrink:0}.media-upload-preview{width:100%;height:180px;border-radius:6px;background:#fff;display:flex;align-items:center;justify-content:center;position:relative;margin-bottom:8px;overflow:hidden;flex-shrink:0}.media-upload-preview img{width:100%;height:100%;max-height:180px;object-fit:contain;display:block}.media-upload-preview a{display:block;width:100%;height:100%}.media-upload-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px;color:#999;width:100%;height:100%}.media-upload-actions{display:flex;gap:6px;width:100%;justify-content:center;flex-wrap:wrap;flex-shrink:0}.media-upload-actions .media-upload-btn{flex:1;min-width:80px;text-align:center;justify-content:center}.media-upload-actions .media-delete-btn-action{flex:1;min-width:80px;text-align:center;padding:6px 12px;border-radius:6px;border:1px solid #c62828;background:#ffebee;color:#c62828;cursor:pointer;font-size:12px;font-weight:600;transition:all .2s ease}.media-upload-actions .media-delete-btn-action:hover{background:#ffcdd2;border-color:#b71c1c;color:#b71c1c}.media-library-link{flex:1;min-width:80px;text-align:center;padding:6px 12px;border-radius:6px;border:1px solid #28a745;background:#f0f8f0;color:#28a745;cursor:pointer;font-size:12px;font-weight:500;transition:all .2s ease;text-decoration:none}.media-library-link:hover{background:#d4edda;border-color:#218838;color:#218838}.storage-library-modal{font-family:inherit}.storage-library-modal input[type=text]{direction:rtl}.media-upload-preview:has(img),.media-upload-preview:has(a){background:#fff}.media-upload-preview:has(img) .media-upload-placeholder,.media-upload-preview:has(a) .media-upload-placeholder{display:none}.specs-top-bar{background:#f9f9f9;padding:8px 16px;border-bottom:1px solid #eee;text-align:right}.specs-top-title{font-weight:700;font-size:15px;color:#333}.specs-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.2);background:linear-gradient(to left,#c62828,#e53935);color:#fff}.specs-header-title{font-weight:700;font-size:15px;margin-bottom:2px;color:#fff}.specs-header-subtitle{font-size:12px;color:#ffffffd9}.specs-header-close{border:none;background:#ffffff1f;border-radius:999px;width:26px;height:26px;cursor:pointer;font-size:14px;line-height:1;color:#fff;padding:0;display:flex;align-items:center;justify-content:center}.specs-header-close:hover{background:#fff3}.spec-pencil-btn{cursor:pointer;font-size:14px;color:#ccc;transition:.2s;padding:5px;margin-left:5px}.spec-pencil-btn:hover{color:#0056b3;transform:scale(1.2)}.spec-pencil-btn.has-data{color:#0056b3;font-weight:700}.specs-fields-wrapper{width:100%;max-width:600px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.specs-add-row-btn{font-size:12px;padding:6px 12px;border-radius:8px;border:1px solid #1976d2;background:#fff;color:#1976d2;cursor:pointer;transition:all .2s ease;font-weight:500;white-space:nowrap}.specs-add-row-btn:hover{background:#e3f2fd;border-color:#1565c0}.spec-row{display:flex;gap:8px;margin-bottom:8px;align-items:center;width:100%;justify-content:center}.spec-key-input{width:40%;max-width:200px;padding:8px 12px;border:1px solid #ddd;border-radius:8px;background:#fcfcfc;font-weight:600;font-size:13px;text-align:right;transition:all .2s ease}.spec-key-input:focus{outline:none;border-color:#1976d2;background:#fff;box-shadow:0 0 0 3px #1976d21a}.spec-val-input{width:50%;max-width:300px;padding:8px 12px;border:1px solid #ccc;border-radius:8px;background:#fff;font-size:13px;text-align:right;transition:all .2s ease}.spec-val-input:focus{outline:none;border-color:#1976d2;box-shadow:0 0 0 3px #1976d21a}.spec-del-btn{color:#c62828;cursor:pointer;font-weight:700;padding:4px 8px;border-radius:4px;transition:all .2s ease;font-size:14px}.spec-del-btn:hover{background:#ffebee;color:#b71c1c}.specs-modal-cancel-btn:hover{background:#f5f5f5;border-color:#999}.specs-modal-save-btn:hover{background:#1565c0;border-color:#1565c0;transform:translateY(-1px);box-shadow:0 2px 4px #1976d24d}.card-source-toggle-row{text-align:center;margin:6px 0 4px}.card-source-toggle{display:inline-flex;border-radius:999px;border:1px solid #d0d0d0;overflow:hidden;font-size:10px;background:#f7f7f7;direction:rtl}.card-source-option{padding:3px 10px;min-width:70px;text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none;background:#f7f7f7;color:#555}.card-source-option+.card-source-option{border-right:1px solid #d0d0d0}.card-source-option.active{background:#0d47a1;color:#fff;font-weight:600}.card-source-option.inactive{opacity:.9}.card-source-option.disabled{background:#eee;color:#aaa;cursor:default;pointer-events:none;opacity:1}.specs-source-toggle{display:inline-flex;border-radius:999px;border:1px solid #d0d0d0;overflow:hidden;font-size:11px;background:#f7f7f7}.specs-source-option{padding:4px 12px;min-width:80px;text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none;background:#f7f7f7;color:#555;transition:all .2s ease}.specs-source-option+.specs-source-option{border-right:1px solid #d0d0d0}.specs-source-option.active{background:#0d47a1;color:#fff;font-weight:600}.specs-source-option.inactive{opacity:.9}.specs-source-option.inactive:hover{background:#e3f2fd;opacity:1}.specs-source-option.disabled{background:#eee;color:#aaa;cursor:default;pointer-events:none;opacity:1}.match-card{direction:rtl;background:#fffdf7;border-radius:8px;border:1px solid #ffe0b2;margin-bottom:6px;padding:8px 10px;transition:background .15s ease;position:relative;overflow:hidden}.match-card:hover{background:#fff9ee}.match-card .match-part-type,.match-card span.match-part-type{writing-mode:horizontal-tb!important;text-orientation:mixed!important;white-space:normal!important;display:inline-block!important;unicode-bidi:embed!important;direction:rtl!important;text-align:right!important;width:auto!important;max-width:100%!important;flex:0 1 auto!important;word-wrap:normal!important;word-break:normal!important;overflow-wrap:normal!important}.match-inner{display:flex;align-items:center;justify-content:space-between;gap:8px}.match-content{flex:1;min-width:0}.match-header{display:flex;align-items:flex-start;gap:6px;margin-bottom:4px;flex-wrap:wrap}.match-header .match-part-type{writing-mode:horizontal-tb!important;text-orientation:mixed!important;white-space:normal!important;display:inline-block!important;unicode-bidi:embed!important;direction:rtl!important;text-align:right!important;width:auto!important;max-width:100%!important;flex:0 1 auto!important;word-wrap:normal!important;word-break:normal!important;overflow-wrap:normal!important}.match-part-type{font-size:14px;font-weight:700;color:#333;min-width:0;flex:0 1 auto;word-wrap:normal!important;word-break:normal!important;writing-mode:horizontal-tb!important;text-orientation:mixed!important;white-space:normal!important;display:inline-block!important;unicode-bidi:embed!important;direction:rtl!important;text-align:right!important;width:auto!important;max-width:100%!important;overflow-wrap:normal!important}.match-score-pill{font-size:11px;font-weight:700;padding:2px 8px;border-radius:999px;background:#4caf50;color:#fff;flex-shrink:0}.company-pill{font-size:11px;padding:2px 8px;border-radius:999px;background:#e8f5e9;color:#2e7d32;border:1px solid #c8e6c9}.match-ids-row{display:flex;flex-wrap:wrap;gap:6px;align-items:center;margin-top:4px}.match-icons{display:flex;flex-direction:row;align-items:center;gap:4px;flex-shrink:0}.match-card .oem-accordion{margin-top:6px;padding-top:4px;border-top:1px dashed #eee;font-size:12px}.sku-linker-box{display:none;gap:5px;background:#fff9c4;padding:5px 10px;border-radius:6px;align-items:center;width:fit-content}.mini-input{width:120px;padding:6px 10px;font-size:13px;border:1.5px solid #fbc02d;border-radius:6px;text-align:center;background:#fff}.mini-input:focus{outline:none;border-color:#f57f17;box-shadow:0 0 0 3px #fbc02d1a}.mini-save{background:#fbc02d;color:#333;border:none;padding:6px 14px;border-radius:8px;cursor:pointer;font-weight:600;font-size:12px;transition:all .2s}.mini-save:hover{background:#f9a825;transform:translateY(-1px);box-shadow:0 2px 4px #f9a8254d}.oem-accordion{margin-top:10px;padding-top:10px;border-top:1px dashed #ddd}.oem-accordion-item{padding:6px 10px;background:#f9f9f9;border-radius:6px;margin-bottom:6px;display:flex;justify-content:space-between;align-items:center;direction:rtl;transition:all .2s}.oem-accordion-item:hover{background:#f0f0f0}.part-card-modal{z-index:9999}.part-card-wrapper{background:#fff;max-width:720px;width:95%;margin:40px auto;border-radius:12px;box-shadow:0 12px 30px #00000040;display:flex;flex-direction:column;overflow:hidden;direction:rtl;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.part-card-header{display:flex;flex-direction:column;padding:12px 16px;border-bottom:1px solid #eee;background:linear-gradient(to left,#0d47a1,#1976d2);color:#fff}.pc-title-row{display:flex;justify-content:space-between;align-items:center;width:100%}.pc-carline{font-size:12px;color:#ffffffd9;margin-top:4px;direction:rtl;text-align:right}.part-card-title{font-size:15px;font-weight:700}.part-card-close{border:none;background:#ffffff1f;border-radius:999px;width:26px;height:26px;cursor:pointer;font-size:14px;line-height:1;color:#fff}.part-card-subtitle{padding:8px 16px;font-size:12px;color:#555;background:#f9f9f9;border-bottom:1px solid #eee}.part-card-body{padding:12px 16px 16px}.part-card-gallery{position:relative;min-height:304px;overflow:visible;padding:0 40px;box-sizing:border-box}.part-card-slide{display:none;height:100%;width:100%}.part-card-slide.is-active{display:block}.part-card-media{position:relative;border-radius:8px;border:1px solid #eee;padding:0;background:#fafafa;text-align:center;width:100%;height:100%;min-height:304px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;overflow:hidden}.part-card-media img{width:100%;height:100%;max-width:100%;max-height:100%;display:block;margin:0;object-fit:contain;border-radius:8px}.part-card-media-placeholder{font-size:12px;color:#888}.part-card-specs{max-height:359px;overflow-y:auto;border-radius:8px;border:1px solid #eee;padding:8px;background:#fafafa}.part-card-specs-placeholder{font-size:12px;color:#888}.part-card-spec-row{display:flex;gap:8px;margin-bottom:4px;font-size:12px}.part-card-spec-key{flex:0 0 35%;font-weight:600;color:#444}.part-card-spec-val{flex:1;color:#222;word-break:break-word}.part-card-nav-dots{margin-top:10px;display:flex;justify-content:center;gap:6px}.part-card-nav-dots .dot{border:1px solid #ccc;background:#f5f5f5;border-radius:999px;padding:4px 10px;font-size:11px;cursor:pointer}.part-card-nav-dots .dot.is-active{background:#0d47a1;color:#fff;border-color:#0d47a1}.pc-tab.disabled{opacity:.4;cursor:default}.pc-tab.disabled:hover{background:inherit}.pc-nav{position:absolute;top:50%;transform:translateY(-50%);border:none;background:#00000040;color:#fff;width:32px;height:48px;cursor:pointer;z-index:3;display:flex;align-items:center;justify-content:center;font-size:24px;border-radius:4px;transition:background .2s;line-height:1;padding:0}.pc-nav:hover{background:#0006}.pc-nav.pc-nav-prev{left:4px}.pc-nav.pc-nav-next{right:4px}.pc-nav:disabled,.pc-nav.disabled{opacity:.25;cursor:default}.pc-nav:disabled:hover,.pc-nav.disabled:hover{background:#00000073}.pc-wa-btn{position:absolute;bottom:8px;right:8px;border:none;background:#25d366;color:#fff;border-radius:50%;width:36px;height:36px;cursor:pointer;z-index:3;display:flex;align-items:center;justify-content:center;transition:background .2s;padding:0}.pc-wa-btn svg{width:18px;height:18px;fill:currentColor}.pc-wa-btn:hover{background:#20ba5a}.pc-wa-btn.disabled,.pc-wa-btn:disabled{opacity:.35;cursor:default;background:#999}.pc-wa-btn.disabled:hover,.pc-wa-btn:disabled:hover{background:#999}.pc-tags-row{padding:6px 16px;display:flex;align-items:center;gap:6px;flex-wrap:wrap;background:#f9f9f9;border-bottom:1px solid #eee}.pc-tags-row .match-score-pill{color:#fff;font-size:12px;margin-inline-start:4px}.pc-tags-row .company-pill{font-size:12px;margin-inline-start:4px}.pc-fullscreen-btn{position:static;border:none;background:transparent;color:#fff;border-radius:4px;width:24px;height:24px;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;transition:all .2s;padding:0;opacity:.9}.pc-fullscreen-btn:hover{opacity:1;background:#ffffff1a}.pc-fullscreen-btn:hover{background:#000000bf}.part-card-modal.fullscreen .part-card-wrapper{width:100vw;height:100vh;max-width:none;max-height:none;border-radius:0;margin:0}.part-card-modal.fullscreen .part-card-media{height:calc(100vh - 120px)}.part-card-modal.fullscreen .part-card-media img{max-height:calc(100vh - 140px)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinning svg{animation:spin 1s linear infinite;color:var(--primary)}.loader-spinner{border:3px solid #f3f3f3;border-top:3px solid var(--primary);border-radius:50%;width:16px;height:16px;animation:spin 1s linear infinite;display:inline-block;vertical-align:middle;margin-left:8px}.loader-spinner.large{width:40px;height:40px;border-width:4px;margin:20px auto;display:block}.loading-text{display:inline-flex;align-items:center;gap:5px}.controls-capsule{display:inline-flex;align-items:center;border:1px solid #e0e0e0;border-radius:50px;padding:4px 15px;background-color:#fff;box-shadow:0 1px 3px #0000000d;gap:10px}.controls-capsule .separator{width:1px;height:14px;background-color:#ddd;flex-shrink:0}.clean-control-btn{background:transparent;border:none;color:#555;font-size:13px;cursor:pointer;padding:0;margin:0;transition:all .2s ease}.clean-control-btn:hover{color:#333;text-decoration:underline}.clean-controls-container{display:flex;justify-content:center;align-items:center;margin-top:10px;margin-bottom:15px;padding:0 5px}.cat-count{font-weight:400;font-size:.9em;color:#777;margin-right:8px;margin-left:6px}.category-accordion{margin-top:15px;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;background:#fff}.category-header{background:#f5f5f5;padding:12px 15px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-weight:700;font-size:16px;color:#333;transition:all .3s ease;transform:translate(0);box-shadow:0 0 #0000}.category-header:hover{background:#eee;transform:translate(-3px);box-shadow:0 2px 8px #00000014}.category-toggle{font-size:20px;color:#666;transition:transform .2s}.category-accordion.collapsed .category-content{display:none}.category-content{padding:10px;background:#fafafa}.match-card.empty-state{opacity:.6;filter:grayscale(1);pointer-events:none}body.sales-mode .pm-ai-orb-container,body.sales-mode .pm-chat-window{display:none!important}.personal-import-banner{display:flex;align-items:center;gap:10px;margin:10px 16px;padding:12px 16px;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;color:#78350f;font-size:14px;line-height:1.45;direction:rtl;text-align:right;box-shadow:0 1px 2px #78350f0d}.personal-import-banner__icon{font-size:22px;line-height:1;flex-shrink:0}.personal-import-banner__text{flex:1}.personal-import-banner__text strong{color:#92400e;font-weight:700}.architecture-monitor{display:flex;align-items:center;gap:8px;margin:14px 16px 4px;padding:6px 10px;border-top:1px dashed #e2e8f0;color:#94a3b8;font-size:.75rem;line-height:1.4;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;direction:rtl;text-align:right;-webkit-user-select:text;user-select:text;letter-spacing:.01em}.architecture-monitor__icon{font-size:.95rem;line-height:1;opacity:.85;flex-shrink:0}.architecture-monitor__text{flex:1;white-space:normal}.architecture-monitor__source{color:#64748b;font-weight:600}.architecture-monitor__sep{margin:0 4px;opacity:.6}.architecture-monitor__rt{color:#475569;font-weight:600;font-variant-numeric:tabular-nums}.view-mode-dropdown{position:relative;display:inline-block;margin-left:10px}.view-mode-btn{position:relative;display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:#ffffff26;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:20px;color:#333;font-size:13px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px #0000001a;-webkit-user-select:none;user-select:none}.view-mode-btn:hover{background:#ffffff40;border-color:#fff6;transform:translateY(-1px);box-shadow:0 6px 12px #00000026}.view-mode-btn:active{transform:translateY(0);box-shadow:0 2px 4px #0000001a}.view-mode-btn .icon{font-size:16px;line-height:1}.view-mode-btn .dropdown-arrow{font-size:10px;margin-left:4px;transition:transform .3s ease}.view-mode-btn[aria-expanded=true] .dropdown-arrow{transform:rotate(180deg)}.view-mode-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:150px;background:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:12px;box-shadow:0 8px 24px #00000026;padding:4px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1000;direction:rtl}.view-mode-menu.open{opacity:1;visibility:visible;transform:translateY(0)}.view-mode-menu-item{display:flex;align-items:center;gap:8px;width:100%;padding:10px 14px;background:transparent;border:none;border-radius:8px;color:#333;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;text-align:right;direction:rtl}.view-mode-menu-item:hover{background:#0056b31a;color:#0056b3}.view-mode-menu-item.active{background:#0056b326;color:#0056b3;font-weight:600}.view-mode-menu-item .icon{font-size:16px;line-height:1}body.simulate-mobile{background:#1a1a1a;overflow-y:auto;overflow-x:hidden}body.simulate-mobile #appContent{width:375px;max-width:375px;margin:20px auto;border:8px solid #000;border-radius:25px;box-shadow:0 0 0 2px #333,0 20px 60px #00000080,inset 0 0 0 1px #ffffff1a;background:var(--card, #ffffff);overflow-y:auto;overflow-x:hidden;position:relative;min-height:600px;max-height:calc(100vh - 40px)}body.simulate-mobile #appContent:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:60px;height:4px;background:#333;border-radius:0 0 8px 8px;z-index:1000}body.simulate-mobile .container{width:100%;max-width:100%;padding:15px;box-sizing:border-box}body.simulate-desktop{overflow-x:auto;min-width:1200px}body.simulate-desktop #appContent{min-width:1200px;width:100%;max-width:none}body.simulate-desktop .container{min-width:1200px;max-width:1400px;margin:0 auto}@media(max-width:480px){.view-mode-btn{padding:6px 12px;font-size:12px;gap:4px}.view-mode-btn .icon{font-size:14px}.view-mode-menu{min-width:120px;right:0}}.header{position:relative;display:flex;flex-direction:column;align-items:center}.header .view-mode-dropdown{position:absolute;top:0;left:0;z-index:100}body.simulate-mobile #adminPanel,body.simulate-mobile #adminCompanyReportsSection,body.simulate-mobile #adminSuperAdminSection,body.simulate-mobile #salesManagerReportsSection,body.simulate-mobile .admin-section,body.simulate-mobile #adminCompanyReportsSectionInResult,body.simulate-mobile #adminSuperAdminSectionInResult,body.simulate-mobile .market-stats-section{display:none!important}#appShellV2,#appShellV2 *,#appShellV2 *:before,#appShellV2 *:after{box-sizing:border-box}#appShellV2{--v2-blue: #0056b3;--v2-green: #28a745;--v2-bg: #eef1f4;--v2-sidebar-bg: #ffffff;--v2-surface: #ffffff;--v2-surface-2: #f4f7f6;--v2-text: #1f2a37;--v2-text-dim: #5b6b7b;--v2-border: #e1e4e8;--v2-nav-hover: #f0f4f9;--v2-nav-active-bg: #e8f1fb;--v2-shadow: 0 1px 3px rgba(16, 42, 67, .07), 0 1px 2px rgba(16, 42, 67, .04);--v2-motion: cubic-bezier(.16, 1, .3, 1)}#appShellV2[data-theme=dark]{--v2-bg: #0f1620;--v2-sidebar-bg: #151f2b;--v2-surface: #1a2531;--v2-surface-2: #141d28;--v2-text: #e8edf4;--v2-text-dim: #9fb1c2;--v2-border: rgba(255, 255, 255, .1);--v2-nav-hover: rgba(255, 255, 255, .05);--v2-nav-active-bg: rgba(0, 86, 179, .24);--v2-shadow: 0 2px 10px rgba(0, 0, 0, .35)}#appShellV2.v2-shell{position:fixed;inset:0;z-index:50000;display:grid;grid-template-columns:280px 1fr;grid-template-rows:auto 1fr;grid-template-areas:"topbar  topbar" "sidebar workspace";direction:rtl;background:var(--v2-bg);color:var(--v2-text);font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;overflow:hidden;transition:background .3s var(--v2-motion),color .3s var(--v2-motion)}#appShellV2 .v2-topbar{grid-area:topbar;display:flex;align-items:center;min-height:0;padding:6px 18px;background:var(--v2-sidebar-bg);border-bottom:1px solid var(--v2-border);transition:background .3s var(--v2-motion),border-color .3s var(--v2-motion)}#appShellV2 .v2-topbar .user-bar{max-width:none;width:100%;margin:0;color:var(--v2-text)}#appShellV2 .v2-topbar .logout-link{color:#d33}#appShellV2 .v2-sidebar{grid-area:sidebar;display:flex;flex-direction:column;min-height:0;padding:18px 14px;gap:14px;background:var(--v2-sidebar-bg);border-left:1px solid var(--v2-border);box-shadow:var(--v2-shadow);transition:background .3s var(--v2-motion),border-color .3s var(--v2-motion)}#appShellV2 .v2-brand{display:flex;align-items:center;justify-content:center;padding:4px 8px 15px;border-bottom:1px solid var(--v2-border)}#appShellV2 .v2-brand-mark{font-size:20px;font-weight:800;letter-spacing:.3px}#appShellV2 .v2-brand-blue{color:var(--v2-blue)}#appShellV2 .v2-brand-green{color:var(--v2-green)}#appShellV2 .v2-nav{display:flex;flex-direction:column;gap:3px;overflow-y:auto;margin:0;padding:2px;scrollbar-width:thin;scrollbar-color:var(--v2-border) transparent}#appShellV2 .v2-nav::-webkit-scrollbar{width:8px}#appShellV2 .v2-nav::-webkit-scrollbar-thumb{background:var(--v2-border);border-radius:999px}#appShellV2 .v2-nav-item{display:flex;align-items:center;gap:12px;width:100%;padding:11px 12px;background:transparent;border:0;border-right:3px solid transparent;border-radius:10px;color:var(--v2-text-dim);font-family:inherit;font-size:14px;font-weight:600;text-align:right;cursor:pointer;transition:background .2s var(--v2-motion),color .2s var(--v2-motion),border-color .2s var(--v2-motion)}#appShellV2 .v2-nav-item:hover{background:var(--v2-nav-hover);color:var(--v2-text)}#appShellV2 .v2-nav-item:focus-visible{outline:2px solid var(--v2-blue);outline-offset:2px}#appShellV2 .v2-nav-item.active{background:var(--v2-nav-active-bg);color:var(--v2-blue);border-right-color:var(--v2-green)}#appShellV2 .v2-nav-icon{font-size:17px;width:22px;text-align:center;flex-shrink:0;line-height:1}#appShellV2 .v2-nav-label{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#appShellV2 .v2-nav-wip{flex-shrink:0;padding:1px 6px;border-radius:6px;font-size:9px;font-weight:800;letter-spacing:.5px;background:#ff980029;color:#b35400;border:1px solid rgba(255,152,0,.4)}#appShellV2 .v2-nav-superadmin{margin-top:8px}#appShellV2 .v2-nav-superadmin-divider{height:2px;margin:4px 6px 10px;border-radius:2px;background:linear-gradient(to right,transparent,#d32f2f 50%,transparent)}#appShellV2 .v2-nav-item-red,#appShellV2 .v2-nav-item-red .v2-nav-icon{color:#d32f2f}#appShellV2 .v2-nav-item-red:hover{background:#d32f2f14;color:#b71c1c}#appShellV2 .v2-nav-item-red.active{background:#d32f2f1f;color:#b71c1c;border-right-color:#d32f2f}#appShellV2 #v2ViewStats .v2-admin-reports,#appShellV2 #v2ViewSuperAdmin .v2-admin-reports{width:100%;max-width:920px;margin:0 auto;padding-top:6px}#appShellV2 #v2ViewStats .v2-admin-reports:empty:before,#appShellV2 #v2ViewSuperAdmin .v2-admin-reports:empty:before{content:"טוען…";display:block;text-align:center;color:var(--v2-text-dim);padding:40px}#appShellV2 .v2-sa{direction:rtl}#appShellV2 .v2-sa-head{margin-bottom:18px}#appShellV2 .v2-sa-title{margin:0;font-size:21px;font-weight:800;color:var(--v2-text)}#appShellV2 .v2-sa-subtitle{margin-top:3px;font-size:12px;color:var(--v2-text-dim)}#appShellV2 .v2-sa-stats{margin-bottom:22px}#appShellV2 .v2-sa-cubes{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:14px}#appShellV2 .v2-sa-cube{display:flex;flex-direction:column;align-items:center;text-align:center;gap:7px;padding:22px 16px;background:var(--v2-surface);border:1px solid var(--v2-border);border-top:3px solid var(--v2-blue);border-radius:14px;box-shadow:var(--v2-shadow);cursor:pointer;transition:transform .12s,box-shadow .12s;font-family:inherit}#appShellV2 .v2-sa-cube:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000001f}#appShellV2 .v2-sa-cube-icon{font-size:30px;line-height:1}#appShellV2 .v2-sa-cube-title{font-size:15px;font-weight:700;color:var(--v2-text)}#appShellV2 .v2-sa-cube-desc{font-size:12px;color:var(--v2-text-dim);line-height:1.4}#appShellV2 .v2-sa-cube-red{border-top-color:#d32f2f}#appShellV2 .v2-sa-cube-purple{border-top-color:#9c27b0}#appShellV2 .v2-sa-cube-orange{border-top-color:#ff9800}#appShellV2 .v2-sa-cube-teal{border-top-color:#00897b}#appShellV2 .v2-sa-cube-indigo{border-top-color:#3949ab}#appShellV2 #v2ViewSuperAdmin .v2-sa-users-panel{direction:rtl}#appShellV2 #v2ViewSuperAdmin .v2-sa-users-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:12px}#appShellV2 #v2ViewSuperAdmin .v2-sa-users-title{font-size:16px;font-weight:800;color:var(--v2-text)}#appShellV2 #superAdminUsersArea .v2-users-scroll{overflow-x:visible}#appShellV2 #superAdminUsersArea .v2-users-table{width:100%;font-size:12px}#appShellV2 #superAdminUsersArea .v2-users-th,#appShellV2 #superAdminUsersArea .v2-users-td{white-space:nowrap;padding:10px 7px}#appShellV2 #superAdminUsersArea .v2-users-mono{font-size:11px}#appShellV2 #superAdminUsersArea .v2-users-actions-cell{flex-wrap:nowrap;gap:5px}#appShellV2 #superAdminUsersArea .v2-users-edit,#appShellV2 #superAdminUsersArea .v2-users-disable{padding:5px 10px;font-size:11px}#appShellV2 #v2ViewUsers .v2-users-modal-head.v2-sa-modal-head,#appShellV2 #v2ViewSuperAdmin .v2-users-modal-head.v2-sa-modal-head{background:linear-gradient(to left,#3949ab,#5c6bc0)}#appShellV2 .sa-user-edit,#appShellV2 .v2-users-edit{display:inline-flex;align-items:center;gap:5px;padding:6px 15px;border:none;border-radius:999px;font-family:inherit;font-size:12px;font-weight:700;letter-spacing:.2px;cursor:pointer;color:#fff;white-space:nowrap;background:linear-gradient(135deg,#5c6bc0,#3949ab);box-shadow:0 2px 7px #3949ab52;transition:transform .13s ease,box-shadow .13s ease,filter .13s ease}#appShellV2 .sa-user-edit:before,#appShellV2 .v2-users-edit:before{content:"✏️";font-size:12px;line-height:1}#appShellV2 .sa-user-edit:hover,#appShellV2 .v2-users-edit:hover{transform:translateY(-1px);filter:brightness(1.07);box-shadow:0 5px 14px #3949ab75}#appShellV2 .sa-user-edit:active,#appShellV2 .v2-users-edit:active{transform:translateY(0);box-shadow:0 2px 6px #3949ab4d}#appShellV2 .v2-sidebar-footer{margin-top:auto;padding-top:12px;border-top:1px solid var(--v2-border)}#appShellV2 .v2-theme-toggle{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border:1px solid var(--v2-border);border-radius:10px;background:var(--v2-surface-2);color:var(--v2-text);font-family:inherit;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s var(--v2-motion),border-color .2s var(--v2-motion)}#appShellV2 .v2-theme-toggle:hover{border-color:var(--v2-blue);background:var(--v2-nav-active-bg)}#appShellV2 .v2-theme-toggle-icon{font-size:16px;line-height:1}#appShellV2 .v2-copyright{display:flex;flex-direction:column;gap:2px;text-align:center;font-size:11px;line-height:1.5;color:var(--v2-text-dim);padding:2px 4px;-webkit-user-select:none;user-select:none}#appShellV2 .v2-copyright .v2-version{margin-top:5px;font-weight:700;color:var(--v2-blue)}#appShellV2 .v2-workspace{grid-area:workspace;min-width:0;min-height:0;overflow-y:auto;background:var(--v2-surface);display:flex;flex-direction:column;align-items:center;transition:background .3s var(--v2-motion)}#appShellV2 .v2-workspace-inner{width:100%;max-width:none;margin:0;padding:20px 26px 48px;display:flex;flex-direction:column}#appShellV2 .v2-workspace-header{width:100%}#appShellV2 .v2-workspace-header .header{margin-bottom:14px}#appShellV2[data-theme=dark] .v2-workspace-header .subtitle,#appShellV2[data-theme=dark] .v2-workspace-header .subtitle-pow{color:var(--v2-text-dim)}#appShellV2 .v2-workspace-header .logo-header-card{border:0;border-radius:0;box-shadow:none;background:transparent;min-height:0;margin:0 0 6px;padding:6px 0 16px;position:relative}#appShellV2 .v2-workspace-header .logo-header-card:after{content:"";position:absolute;left:0;right:0;bottom:0;height:4px;background:linear-gradient(to right,transparent 0%,rgba(0,86,179,.7) 50%,transparent 100%);clip-path:polygon(0 50%,30% 0,70% 0,100% 50%,70% 100%,30% 100%)}#appShellV2 .v2-views{width:100%}#appShellV2 .v2-view{display:none}#appShellV2 .v2-view.active{display:block}#appShellV2 .v2-view-surface{width:100%;max-width:none;background:transparent;border:0;border-radius:0;box-shadow:none;padding:0}#appShellV2 .v2-view-surface .search-area{margin-top:0}#appShellV2 #v2ViewVehicleSearch .search-area,#appShellV2 #v2ViewVehicleSearch .main-btn-container{max-width:600px;margin-left:auto;margin-right:auto}#appShellV2 #v2ViewVehicleSearch .search-area{background:transparent;border:0;box-shadow:none;border-radius:0;padding:0}#appShellV2 #recentSearches.recent-searches{max-width:600px;margin:6px auto 0}#appShellV2 #recentSearches .plate-card,#appShellV2 #recentSearches .plate-card *{box-sizing:content-box}body:not(.simulate-mobile) #appShellV2 #recentSearches.recent-searches{max-width:none}#appShellV2 #v2ViewVehicleSearch #result{max-width:none;width:100%;margin:0}#appShellV2 #result .v2-cockpit{display:grid;grid-template-columns:minmax(0,1fr) 1px minmax(0,1fr);gap:0 26px;align-items:start;margin-top:18px;position:relative}#appShellV2 #result .v2-cockpit-vehicle{align-self:start;position:sticky;top:12px;background:transparent;border:0;border-radius:0;padding:0;box-shadow:none;overflow:visible}#appShellV2 #result .v2-cockpit-vehicle .sticky-header{position:static;box-shadow:none;background:transparent}body:not(.simulate-mobile) #appShellV2 #result .v2-cockpit-vehicle{align-self:start;position:static;top:auto;display:flex;flex-direction:column}body:not(.simulate-mobile) #appShellV2 #result .v2-cockpit-vehicle .sticky-header{display:contents}body:not(.simulate-mobile) #appShellV2 #result .v2-cockpit-vehicle .sticky-header>.data-row:last-child{border-bottom:1px solid #f0f0f0}#appShellV2 #result .v2-cockpit-vehicle .data-row{padding:9px 10px}#appShellV2 #result .v2-cockpit-vehicle .tech-tags{padding:8px 10px}#appShellV2 #result .v2-cockpit-vehicle .data-label{min-width:84px}#appShellV2 #result .v2-cockpit-vehicle .search-stats{border-bottom:0!important}#appShellV2 #result .v2-cockpit-vehicle .external-catalogs-section,#appShellV2 #result .v2-cockpit-vehicle .whatsapp-share-section,#appShellV2 #result .v2-cockpit-vehicle .tires-section{background:transparent!important}#appShellV2 #result .v2-cockpit-divider{align-self:stretch;width:1px;background:linear-gradient(to bottom,transparent,var(--v2-border) 12%,var(--v2-border) 88%,transparent)}#appShellV2 #result .v2-cockpit-parts{min-width:0}#appShellV2 #cloudMatches .category-accordion:not(.collapsed) .category-content{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:10px;align-items:start}#appShellV2 #cloudMatches .category-content .match-card{margin-bottom:0}body:not(.simulate-mobile) #appShellV2 #cloudMatches .category-accordion:not(.collapsed) .category-content{grid-template-columns:1fr}body:not(.simulate-mobile) #appShellV2 #result .v2-cockpit-parts .external-catalogs-section{margin:15px 0 0;padding:0;background:#fff;border:1px solid rgba(0,86,179,.45);border-radius:8px;overflow:hidden}body:not(.simulate-mobile) #appShellV2 #result .v2-cockpit-parts .external-catalogs-title{margin:0;padding:12px 15px;background:linear-gradient(to left,#0056b3,#27c);color:#fff;font-size:16px;border-bottom:0;gap:10px}body:not(.simulate-mobile) #appShellV2 #result .v2-cockpit-parts .external-catalogs-title .collapse-toggle{position:static;color:#fff;font-size:24px;line-height:1}body:not(.simulate-mobile) #appShellV2 #result .v2-cockpit-parts .external-links{padding:12px}body:not(.simulate-mobile) #appShellV2 #v2ViewVehicleSearch #result{background:transparent;border:0;border-radius:0;overflow:visible}body:not(.simulate-mobile) #appShellV2 #result .v2-cockpit-vehicle .whatsapp-share-section{display:none}body:not(.simulate-mobile) #appShellV2 #cloudMatches{background:transparent;padding:0;border-radius:0}body:not(.simulate-mobile) #appShellV2 #cloudMatches .cloud-title .collapse-toggle{display:none}body:not(.simulate-mobile) #appShellV2 #cloudMatches .cloud-title{cursor:default;pointer-events:none}body:not(.simulate-mobile) #appShellV2 #cloudMatches{margin-top:0}body:not(.simulate-mobile) #appShellV2 #result .v2-cockpit-vehicle .v2-vehicle-title,body:not(.simulate-mobile) #appShellV2 #cloudMatches .cloud-title{position:relative;min-height:46px;margin:0;padding:6px 10px 12px;border-bottom:0}body:not(.simulate-mobile) #appShellV2 #result .v2-cockpit-vehicle .v2-vehicle-title:after,body:not(.simulate-mobile) #appShellV2 #cloudMatches .cloud-title:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:linear-gradient(to right,transparent 0%,rgba(40,167,69,.55) 50%,transparent 100%)}#appShellV2 #result .v2-cockpit-vehicle .v2-vehicle-title{font-family:Segoe UI,system-ui,sans-serif;font-weight:700;font-size:18px;color:#666;display:flex;align-items:center;justify-content:center;text-align:center}body.simulate-mobile #appShellV2 #result .v2-cockpit-vehicle .v2-vehicle-title{display:none}body:not(.simulate-mobile) #appShellV2 #result .v2-cockpit>.search-stats{position:absolute;top:2px;left:50%;transform:translate(-50%);z-index:3;margin:0;width:max-content;max-width:calc(50% - 20px);padding:3px 12px;border:1.5px solid rgba(40,167,69,.55);border-radius:999px;background:#ffffffd9!important;color:#1a6b30bf!important;font-size:12.5px;font-weight:600;line-height:1.4;text-align:center;white-space:nowrap;opacity:.82}body:not(.simulate-mobile) #appShellV2 #result .v2-cockpit>.search-stats.stat-hot{background:#ffffffd9!important;border-color:#28a7458c;color:#155724bf!important}body:not(.simulate-mobile) #appShellV2 #cloudMatches .cloud-subtitle{font-size:0;margin-top:14px}body:not(.simulate-mobile) #appShellV2 #cloudMatches .cloud-subtitle:before{content:"Car Details";font-size:13px;font-weight:700;letter-spacing:.3px;color:#555}@media(max-width:860px){#appShellV2 #result .v2-cockpit{grid-template-columns:1fr;gap:16px}#appShellV2 #result .v2-cockpit-divider{display:none}#appShellV2 #result .v2-cockpit-vehicle{position:static}#appShellV2 #result .v2-arch-monitor-slot{display:none}}body.simulate-mobile #appShellV2 #result .v2-cockpit{grid-template-columns:1fr;gap:16px}body.simulate-mobile #appShellV2 #result .v2-cockpit-divider{display:none}body.simulate-mobile #appShellV2 #result .v2-cockpit-vehicle{position:static}body:not(.simulate-mobile) #appShellV2 #result .v2-arch-monitor-slot{grid-column:1 / -1;display:flex;justify-content:center;padding:10px 0 4px}body:not(.simulate-mobile) #appShellV2 #result .architecture-monitor{display:inline-flex;align-items:center;gap:7px;padding:5px 18px;border:1.5px solid #f5d46a;border-radius:999px;background:#fffde6;color:#6b5900;font-size:12.5px;line-height:1.4;direction:rtl}body:not(.simulate-mobile) #appShellV2 #result .architecture-monitor__source{font-weight:600}body:not(.simulate-mobile) #appShellV2 #result .architecture-monitor__rt{font-weight:600}body:not(.simulate-mobile) #appShellV2 #result .architecture-monitor__sep{color:#c8a800;padding:0 3px}body.simulate-mobile #appShellV2 #result .v2-arch-monitor-slot{display:none}#appShellV2 #v2CatalogLinksMount.v2-workspace-frame{display:block;align-items:unset;justify-content:unset;min-height:unset;padding:0;border:none;background:transparent}#appShellV2 .cl-page{direction:rtl;padding:20px 28px}#appShellV2 .cl-page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px;padding-bottom:18px;border-bottom:2px solid var(--v2-border)}#appShellV2 .cl-page-title{margin:0 0 8px;font-size:20px;font-weight:700;color:var(--v2-text)}#appShellV2 .cl-page-desc{margin:0;font-size:13.5px;color:var(--v2-text-dim);line-height:1.7;max-width:720px}#appShellV2 .cl-page-desc code{background:#f0f0f0;border-radius:4px;padding:1px 5px;font-size:12px;color:#c0392b}#appShellV2 .cl-btn-primary{display:inline-flex;align-items:center;gap:6px;padding:9px 18px;background:var(--v2-blue);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;white-space:nowrap;flex-shrink:0}#appShellV2 .cl-btn-primary:hover{background:#004494}#appShellV2 .cl-btn-ghost{padding:9px 16px;background:transparent;color:var(--v2-text);border:1px solid var(--v2-border);border-radius:8px;font-size:14px;cursor:pointer}#appShellV2 .cl-btn-ghost:hover{background:var(--v2-surface-2)}#appShellV2 .cl-btn-sm{padding:4px 10px;font-size:12.5px;border:1px solid var(--v2-border);border-radius:6px;background:var(--v2-surface-2);cursor:pointer}#appShellV2 .cl-btn-sm:hover{background:var(--v2-border)}#appShellV2 .cl-btn-deactivate{color:#b25f00;border-color:#ffd49a}#appShellV2 .cl-btn-activate{color:#155724;border-color:#b0d9bc}#appShellV2 .cl-count{font-size:13px;color:var(--v2-text-dim);margin-bottom:10px}#appShellV2 .cl-table-wrap{overflow-x:auto}#appShellV2 .cl-table{width:100%;border-collapse:collapse;font-size:14px;background:var(--v2-surface);border:1px solid var(--v2-border);border-radius:10px;overflow:hidden}#appShellV2 .cl-table th{background:var(--v2-surface-2);color:var(--v2-text-dim);font-weight:600;padding:10px 14px;text-align:right;border-bottom:1px solid var(--v2-border);white-space:nowrap}#appShellV2 .cl-table td{padding:9px 14px;border-bottom:1px solid var(--v2-border);vertical-align:middle}#appShellV2 .cl-table tr:last-child td{border-bottom:none}#appShellV2 .cl-table tr:hover td{background:var(--v2-surface-2)}#appShellV2 .cl-row-off td{opacity:.5}#appShellV2 .cl-cell-id{color:var(--v2-text-dim);font-size:12px}#appShellV2 .cl-cell-maker{font-weight:600}#appShellV2 .cl-cell-url a{color:var(--v2-blue);text-decoration:none;font-size:12.5px}#appShellV2 .cl-cell-url a:hover{text-decoration:underline}#appShellV2 .cl-cell-color{display:flex;align-items:center;gap:7px}#appShellV2 .cl-cell-actions{display:flex;gap:6px;white-space:nowrap}#appShellV2 .cl-swatch{display:inline-block;width:18px;height:18px;border-radius:4px;border:1px solid rgba(0,0,0,.15);flex-shrink:0}#appShellV2 .cl-swatch-hex{font-size:11.5px;color:var(--v2-text-dim)}#appShellV2 .cl-badge{display:inline-block;padding:2px 10px;border-radius:999px;font-size:12px;font-weight:600}#appShellV2 .cl-badge-on{background:#d4edda;color:#155724}#appShellV2 .cl-badge-off{background:#f0f0f0;color:#666}#appShellV2 .cl-form-area{margin-bottom:22px}#appShellV2 .cl-form-card{background:var(--v2-surface);border:1px solid var(--v2-border);border-radius:12px;padding:22px 26px;box-shadow:0 2px 10px #0000000f}#appShellV2 .cl-form-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}#appShellV2 .cl-form-card-title{margin:0;font-size:16px;font-weight:700}#appShellV2 .cl-form-close{background:none;border:none;font-size:18px;cursor:pointer;color:var(--v2-text-dim);line-height:1}#appShellV2 .cl-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px 20px;margin-bottom:18px}#appShellV2 .cl-label{display:flex;flex-direction:column;gap:5px;font-size:13.5px;font-weight:600;color:var(--v2-text)}#appShellV2 .cl-label-full{grid-column:1 / -1}#appShellV2 .cl-label-checkbox{flex-direction:row;align-items:center;gap:8px;font-weight:400;align-self:center}#appShellV2 .cl-req{color:#c0392b}#appShellV2 .cl-hint{font-size:12px;font-weight:400;color:var(--v2-text-dim)}#appShellV2 .cl-input{padding:8px 12px;border:1px solid var(--v2-border);border-radius:7px;font-size:14px;background:var(--v2-surface-2);color:var(--v2-text);transition:border-color .15s}#appShellV2 .cl-input:focus{outline:none;border-color:var(--v2-blue)}#appShellV2 .cl-color-row{display:flex;align-items:center;gap:10px}#appShellV2 .cl-input-color{width:48px;height:36px;border:1px solid var(--v2-border);border-radius:7px;cursor:pointer;padding:2px}#appShellV2 .cl-form-actions{display:flex;gap:10px;align-items:center}#appShellV2 .cl-form-msg{margin-top:10px;font-size:13px}#appShellV2 .cl-form-msg-err{color:#c0392b}#appShellV2 .cl-form-msg-ok{color:#155724}#appShellV2 .cl-loading,#appShellV2 .cl-empty{color:var(--v2-text-dim);font-size:14px;padding:20px 0}#appShellV2 .cl-error{color:#c0392b;font-size:14px;padding:20px 0}#appShellV2 .cl-section{margin-top:30px}#appShellV2 .cl-section:first-of-type{margin-top:0}#appShellV2 .cl-section-title{margin:0 0 8px;font-size:16px;font-weight:700;color:var(--v2-text);padding-bottom:8px;border-bottom:1px solid var(--v2-border);display:flex;align-items:center;gap:10px}#appShellV2 .cl-section-title-text{flex:1 1 auto}#appShellV2 .cl-section-toggle{flex-shrink:0;width:26px;height:26px;padding:0;border:1.5px solid var(--v2-border);border-radius:6px;background:var(--v2-surface);color:var(--v2-text);font-size:18px;font-weight:700;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .12s,border-color .12s,transform .12s}#appShellV2 .cl-section-toggle:hover{background:var(--v2-blue);color:#fff;border-color:var(--v2-blue);transform:scale(1.05)}#appShellV2 .cl-section.cl-collapsed .cl-section-body{display:none}#appShellV2 .cl-section.cl-collapsed .cl-section-title{margin-bottom:0;padding-bottom:4px;border-bottom-style:dashed;opacity:.85}#appShellV2 .cl-section-desc{margin:0 0 14px;font-size:13px;color:var(--v2-text-dim);line-height:1.6}#appShellV2 .cl-missing-toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:0 0 12px}#appShellV2 .cl-btn-refresh-missing{white-space:nowrap}#appShellV2 .cl-refresh-msg{font-size:12.5px;font-weight:700}#appShellV2 .cl-refresh-msg-ok{color:#2e7d32}#appShellV2 .cl-refresh-msg-err{color:#d32f2f}#appShellV2 .cl-missing-table .cl-cell-frozen{background:var(--v2-surface-2);font-weight:700;position:sticky;right:0;z-index:1}#appShellV2 .cl-missing-table tr:hover .cl-cell-frozen{background:var(--v2-border)}#appShellV2 .cl-pill-count{display:inline-block;min-width:26px;padding:2px 9px;background:#fff4e5;color:#b25f00;border-radius:999px;font-size:12px;font-weight:700;text-align:center}#appShellV2 .cl-input-compact{width:100%;padding:5px 9px;font-size:13px;background:var(--v2-surface)}#appShellV2 .cl-preset-select{margin-bottom:6px;color:#0056b380;cursor:pointer;font-size:10.5px}#appShellV2 .cl-input-color-compact{width:38px;height:30px;padding:1px}#appShellV2 .cl-btn-save-missing{background:#d4edda;color:#155724;border-color:#b0d9bc;font-weight:600;padding:5px 12px}#appShellV2 .cl-btn-save-missing:hover{background:#c3e6cb}#appShellV2 .cl-btn-save-missing:disabled{opacity:.6;cursor:wait}#appShellV2 .cl-btn-dismiss-missing{background:#fde8e8;color:#b71c1c;border-color:#f5c6cb;font-weight:600;padding:5px 12px}#appShellV2 .cl-btn-dismiss-missing:hover{background:#f8d0d0}#appShellV2 .cl-btn-dismiss-missing:disabled{opacity:.6;cursor:wait}#appShellV2 .cl-missing-table .cl-cell-actions{flex-direction:column;align-items:stretch;gap:5px}#appShellV2 .cl-missing-table .cl-cell-actions .cl-btn-sm{text-align:center}#appShellV2 .cl-missing-msg{margin-top:4px;font-size:11.5px;min-height:14px}#appShellV2 .cl-missing-locked{font-size:11.5px;color:var(--v2-text-dim);font-style:italic}#appShellV2 .cl-plate-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 11px 4px 9px;background:var(--plate-yellow, #ffd400);color:#111;border:1.5px solid #c8a800;border-radius:6px;font-family:Heebo,Segoe UI,system-ui,sans-serif;font-size:13.5px;font-weight:700;letter-spacing:.5px;cursor:pointer;transition:transform .12s,box-shadow .12s,background .12s;box-shadow:0 1px 2px #0000001a;direction:ltr;unicode-bidi:isolate}#appShellV2 .cl-plate-chip:hover{background:#ffe14a;transform:translateY(-1px);box-shadow:0 3px 8px #c8a80059}#appShellV2 .cl-plate-chip:active{transform:translateY(0)}#appShellV2 .cl-plate-icon{font-size:11px;opacity:.7}#appShellV2 .cl-plate-num{font-variant-numeric:tabular-nums}#appShellV2 .cl-plate-none{color:var(--v2-text-dim);font-size:13px}#appShellV2 .cl-copy-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:6px;width:100%}#appShellV2 .cl-copy-text,#appShellV2 .cl-cell-url .cl-copy-row a{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#appShellV2 .cl-table-area .cl-table{table-layout:fixed}#appShellV2 .cl-table-area .cl-table:not(.cl-missing-table) th:nth-child(1),#appShellV2 .cl-table-area .cl-table:not(.cl-missing-table) td:nth-child(1){width:5%}#appShellV2 .cl-table-area .cl-table:not(.cl-missing-table) th:nth-child(2),#appShellV2 .cl-table-area .cl-table:not(.cl-missing-table) td:nth-child(2){width:14%}#appShellV2 .cl-table-area .cl-table:not(.cl-missing-table) th:nth-child(3),#appShellV2 .cl-table-area .cl-table:not(.cl-missing-table) td:nth-child(3){width:16%}#appShellV2 .cl-table-area .cl-table:not(.cl-missing-table) th:nth-child(4),#appShellV2 .cl-table-area .cl-table:not(.cl-missing-table) td:nth-child(4){width:36%}#appShellV2 .cl-table-area .cl-table:not(.cl-missing-table) th:nth-child(5),#appShellV2 .cl-table-area .cl-table:not(.cl-missing-table) td:nth-child(5){width:11%}#appShellV2 .cl-table-area .cl-table:not(.cl-missing-table) th:nth-child(6),#appShellV2 .cl-table-area .cl-table:not(.cl-missing-table) td:nth-child(6){width:9%}#appShellV2 .cl-table-area .cl-table:not(.cl-missing-table) th:nth-child(7),#appShellV2 .cl-table-area .cl-table:not(.cl-missing-table) td:nth-child(7){width:9%}#appShellV2 .cl-btn-copy{flex-shrink:0;width:22px;height:22px;padding:0;border:1px solid var(--v2-border);border-radius:5px;background:var(--v2-surface);color:var(--v2-text-dim);font-size:11.5px;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .12s,color .12s,border-color .12s,transform .12s}#appShellV2 .cl-btn-copy:hover{background:var(--v2-border);color:var(--v2-text);transform:scale(1.08)}#appShellV2 .cl-btn-copy-ok{background:#d4edda!important;border-color:#b0d9bc!important;color:#155724!important;font-weight:700}#appShellV2 .cl-btn-copy-err{background:#f8d7da!important;border-color:#f1aeb5!important;color:#842029!important;font-weight:700}#appShellV2 .cl-name-row{display:flex;align-items:center;gap:5px}#appShellV2 .cl-btn-add-row{flex-shrink:0;width:24px;height:24px;padding:0;border:1.5px solid var(--v2-blue);border-radius:50%;background:#fff;color:var(--v2-blue);font-size:17px;line-height:1;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .12s,color .12s,transform .12s}#appShellV2 .cl-btn-add-row:hover{background:var(--v2-blue);color:#fff;transform:scale(1.08)}#appShellV2 .cl-cell-extra-marker{background:var(--v2-surface)!important;color:var(--v2-text-dim);font-weight:400;font-size:18px;text-align:center;padding-right:22px!important}#appShellV2 tr[data-cl-extra="1"] td{background:#0056b305}#appShellV2 .v2-workspace-frame{display:flex;align-items:center;justify-content:center;min-height:320px;margin-top:8px;padding:40px;border:1px dashed var(--v2-border);border-radius:14px;background:var(--v2-surface-2)}#appShellV2 .v2-placeholder{margin:0;font-size:22px;font-weight:600;letter-spacing:.3px;color:var(--v2-text-dim);text-align:center;unicode-bidi:plaintext;-webkit-user-select:none;user-select:none}#appShellV2 #v2ViewPartsIntake .v2-intake{width:100%;max-width:680px;margin:0 auto;padding-top:6px}#appShellV2 #v2ViewPartsIntake .v2-intake-empty{margin:48px 0;padding:30px;text-align:center;font-size:16px;font-weight:600;color:var(--v2-text-dim);background:var(--v2-surface-2);border:1px dashed var(--v2-border);border-radius:14px;unicode-bidi:plaintext}#appShellV2 #v2ViewPartsIntake .v2-intake-search{max-width:600px;margin:0 auto 20px}#appShellV2 #v2ViewPartsIntake .v2-intake-vehicle-block{margin:0 -10% 24px;padding:22px 30px 26px;background:var(--v2-surface);border:1px solid var(--v2-border);border-radius:16px;box-shadow:var(--v2-shadow);direction:rtl}#appShellV2 #v2ViewPartsIntake .v2-intake-vehicle-title{position:relative;margin:0 0 18px;padding:4px 0 14px;font-family:Segoe UI,system-ui,sans-serif;font-weight:700;font-size:21px;color:#444;text-align:center;letter-spacing:.3px}#appShellV2 #v2ViewPartsIntake .v2-intake-vehicle-title:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:linear-gradient(to right,transparent 0%,rgba(40,167,69,.55) 50%,transparent 100%)}#appShellV2 #v2ViewPartsIntake .v2-intake-vehicle-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 42px}#appShellV2 #v2ViewPartsIntake .v2-intake-vehicle-grid .v2-ivg-col:first-child{border-left:1px solid var(--v2-border);padding-left:42px}#appShellV2 #v2ViewPartsIntake .v2-ivg-row{display:flex;justify-content:space-between;align-items:baseline;gap:18px;padding:14px 4px;border-bottom:1px solid rgba(0,0,0,.06)}#appShellV2 #v2ViewPartsIntake .v2-ivg-row:last-child{border-bottom:0}#appShellV2 #v2ViewPartsIntake .v2-ivg-label{color:var(--v2-text-dim);font-weight:600;font-size:16px;white-space:nowrap}#appShellV2 #v2ViewPartsIntake .v2-ivg-value{color:var(--v2-text);font-weight:700;font-size:17px;text-align:left;unicode-bidi:plaintext}body:not(.simulate-mobile) #appShellV2 #v2ViewPartsIntake .v2-sku-mgmt-block{margin:0 -10% 20px;border:1.5px solid rgba(255,183,77,.55);border-radius:12px;background:#fffaf2;overflow:hidden;direction:rtl}body:not(.simulate-mobile) #appShellV2 #v2ViewPartsIntake .v2-sku-mgmt-header{display:flex;align-items:center;justify-content:space-between;padding:13px 20px;cursor:pointer;-webkit-user-select:none;user-select:none;background:linear-gradient(to left,#ffb74d24,#ff98001a);transition:background .15s}body:not(.simulate-mobile) #appShellV2 #v2ViewPartsIntake .v2-sku-mgmt-header:hover{background:linear-gradient(to left,#ffb74d47,#ff980038)}body:not(.simulate-mobile) #appShellV2 #v2ViewPartsIntake .v2-sku-mgmt-title-row{display:flex;align-items:center;gap:7px}body:not(.simulate-mobile) #appShellV2 #v2ViewPartsIntake .v2-sku-mgmt-title{font-size:15px;font-weight:700;color:#7a4f00;letter-spacing:.2px}body:not(.simulate-mobile) #appShellV2 #v2ViewPartsIntake .v2-sku-mgmt-toggle{width:26px;height:26px;flex-shrink:0;border:1.5px solid rgba(255,152,0,.55);border-radius:50%;background:#fff;color:#e08800;font-size:17px;line-height:1;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s;padding:0}body:not(.simulate-mobile) #appShellV2 #v2ViewPartsIntake .v2-sku-mgmt-toggle:hover{background:#ff9800;color:#fff;border-color:#ff9800}body:not(.simulate-mobile) #appShellV2 #v2ViewPartsIntake .v2-sku-inline-panel{border-top:1px solid rgba(255,183,77,.4);background:#fff;direction:rtl;overflow:hidden}body:not(.simulate-mobile) #appShellV2 #v2ViewPartsIntake .v2-sku-inline-panel .part-card-wrapper{width:100%!important;max-width:100%!important;margin:0!important;border-radius:0 0 10px 10px!important;box-shadow:none!important;box-sizing:border-box!important}body:not(.simulate-mobile) #appShellV2 #v2ViewPartsIntake .v2-sku-inline-panel .part-card-header{border-radius:0!important}body:not(.simulate-mobile) #appShellV2 #v2ViewPartsIntake .v2-sku-inline-panel .part-card-body{padding:0!important;max-height:65vh!important;overflow-y:auto!important;width:100%!important;box-sizing:border-box!important}body:not(.simulate-mobile) #appShellV2 #v2ViewPartsIntake .v2-sku-inline-panel #quickImportContent{padding:8px 0!important}body:not(.simulate-mobile) #appShellV2 #v2ViewPartsIntake .v2-sku-inline-panel .quick-import-category{margin-bottom:0!important}body:not(.simulate-mobile) #appShellV2 #v2ViewPartsIntake .v2-sku-inline-panel .category-header{border-radius:0!important}body:not(.simulate-mobile) #appShellV2 #v2ViewPartsIntake .v2-sku-inline-panel .category-parts{padding:0!important;border-left:none!important;border-right:none!important;border-bottom:none!important;border-radius:0!important}body:not(.simulate-mobile) #appShellV2 #v2ViewPartsIntake .v2-sku-inline-panel .quick-import-part-row,body:not(.simulate-mobile) #appShellV2 #v2ViewPartsIntake .v2-sku-inline-panel .quick-import-part-row-additional{padding:12px 16px!important;margin:0!important;border-radius:0!important;border-left:none!important;border-right:none!important;border-top:none!important;border-bottom:1px solid #f0f0f0!important}body:not(.simulate-mobile) #appShellV2 #v2ViewPartsIntake .v2-sku-inline-panel .quick-import-part-row>div:first-child>div:first-child,body:not(.simulate-mobile) #appShellV2 #v2ViewPartsIntake .v2-sku-inline-panel .quick-import-part-row-additional>div:first-child>div:first-child{justify-content:flex-start!important;text-align:right!important;font-weight:700!important}body:not(.simulate-mobile) #appShellV2 #v2ViewPartsIntake .v2-sku-inline-panel .quick-import-part-row>div:first-child>div:first-child span,body:not(.simulate-mobile) #appShellV2 #v2ViewPartsIntake .v2-sku-inline-panel .quick-import-part-row-additional>div:first-child>div:first-child span{font-weight:700!important}body:not(.simulate-mobile) #appShellV2 #v2ViewPartsIntake .v2-sku-inline-panel .quick-import-part-row>div:first-child>div:last-child,body:not(.simulate-mobile) #appShellV2 #v2ViewPartsIntake .v2-sku-inline-panel .quick-import-part-row-additional>div:first-child>div:last-child{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;width:100%!important;margin-top:8px!important}body:not(.simulate-mobile) #appShellV2 #v2ViewPartsIntake .v2-sku-inline-panel .quick-import-part-row>div:first-child>div:last-child>div,body:not(.simulate-mobile) #appShellV2 #v2ViewPartsIntake .v2-sku-inline-panel .quick-import-part-row-additional>div:first-child>div:last-child>div{width:100%!important;min-width:0!important}body:not(.simulate-mobile) #appShellV2 #v2ViewPartsIntake .v2-sku-inline-panel .quick-import-part-row input[type=text],body:not(.simulate-mobile) #appShellV2 #v2ViewPartsIntake .v2-sku-inline-panel .quick-import-part-row-additional input[type=text]{width:100%!important;max-width:none!important;min-width:0!important;box-sizing:border-box!important;flex:1!important}body:not(.simulate-mobile) #appShellV2 #v2ViewPartsIntake .v2-sku-inline-panel .part-card-wrapper>div[style*=border-top]{border-radius:0 0 10px 10px}body:not(.simulate-mobile) #appShellV2 #v2PartsIntakeMount .quick-import-btn{display:none!important}body:not(.simulate-mobile) #appShellV2 #v2PartsIntakeMount .feedback-section{margin:0 -10% 24px!important;padding:22px 30px 26px!important;background:#e8f5e9!important;border:1.5px solid rgba(40,167,69,.35)!important;border-top:1.5px solid rgba(40,167,69,.35)!important;border-radius:16px!important;box-shadow:0 2px 12px #28a74512!important;direction:rtl;text-align:right!important}body:not(.simulate-mobile) #appShellV2 #v2PartsIntakeMount .feedback-title{position:relative;font-size:17px!important;font-weight:700!important;color:#1b5e20!important;margin:0 0 18px!important;padding:0 0 13px!important;text-align:center!important;letter-spacing:.2px}body:not(.simulate-mobile) #appShellV2 #v2PartsIntakeMount .feedback-title:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:linear-gradient(to right,transparent 0%,rgba(40,167,69,.55) 50%,transparent 100%)}body:not(.simulate-mobile) #appShellV2 #v2PartsIntakeMount .feedback-form{display:flex!important;flex-direction:column!important;gap:12px!important}body:not(.simulate-mobile) #appShellV2 #v2PartsIntakeMount .feedback-form select,body:not(.simulate-mobile) #appShellV2 #v2PartsIntakeMount .feedback-form input.sku-input{padding:11px 14px!important;border:1.5px solid rgba(40,167,69,.4)!important;border-radius:10px!important;font-size:15px!important;background:#ffffffbf!important;color:var(--v2-text)!important}body:not(.simulate-mobile) #appShellV2 #v2PartsIntakeMount .feedback-form input.sku-input:disabled{background:#0000000d!important;border-color:#0000001a!important;color:#999!important}body:not(.simulate-mobile) #appShellV2 #v2PartsIntakeMount .feedback-form .input-group{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;margin-top:0!important}body:not(.simulate-mobile) #appShellV2 #v2PartsIntakeMount .save-match-btn{padding:12px 24px!important;background:linear-gradient(to left,#2e7d32,#43a047)!important;border-radius:10px!important;font-size:15px!important;font-weight:700!important;letter-spacing:.2px!important;margin-top:4px!important;transition:opacity .15s!important}body:not(.simulate-mobile) #appShellV2 #v2PartsIntakeMount .save-match-btn:hover{opacity:.88!important}#appShellV2 #v2ViewSearchHistory .v2-search-history{direction:rtl;padding:4px 2px}#appShellV2 #v2ViewSearchHistory .v2-sh-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:16px}#appShellV2 #v2ViewSearchHistory .v2-sh-title{margin:0;font-size:20px;font-weight:800;color:var(--v2-text)}#appShellV2 #v2ViewSearchHistory .v2-sh-subtitle{margin:3px 0 0;font-size:13px;color:var(--v2-text-dim)}#appShellV2 #v2ViewSearchHistory .v2-sh-refresh{flex-shrink:0;padding:8px 16px;border:1.5px solid var(--v2-border);border-radius:9px;background:var(--v2-surface);color:var(--v2-text);font-size:13px;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s}#appShellV2 #v2ViewSearchHistory .v2-sh-refresh:hover{background:#28a74514;border-color:#28a74580}#appShellV2 #v2ViewSearchHistory .v2-sh-count{font-size:12.5px;color:var(--v2-text-dim);margin-bottom:8px;font-weight:600}#appShellV2 #v2ViewSearchHistory .v2-sh-scroll{overflow:auto;max-height:72vh;background:var(--v2-surface);border:1px solid var(--v2-border);border-radius:14px;box-shadow:var(--v2-shadow)}#appShellV2 #v2ViewSearchHistory .v2-sh-table{width:100%;border-collapse:collapse;font-size:13px}#appShellV2 #v2ViewSearchHistory .v2-sh-th{padding:12px 14px;text-align:right;white-space:nowrap;font-weight:700;font-size:12.5px;color:#37474f;background:#eef2f5;border-bottom:2px solid #cfd8dc;position:sticky;top:0;z-index:1}#appShellV2 #v2ViewSearchHistory .v2-sh-th-num{text-align:center}#appShellV2 #v2ViewSearchHistory .v2-sh-td{padding:10px 14px;border-bottom:1px solid #eceff1;color:var(--v2-text);white-space:nowrap}#appShellV2 #v2ViewSearchHistory .v2-sh-tr-alt{background:#fafbfc}#appShellV2 #v2ViewSearchHistory .v2-sh-tr:hover{background:#28a7450d}#appShellV2 #v2ViewSearchHistory .v2-sh-td-mono{font-family:Courier New,monospace;font-weight:700;color:#0d47a1;direction:ltr;text-align:right;unicode-bidi:plaintext}#appShellV2 #v2ViewSearchHistory .v2-sh-td-date{color:#546e7a;font-size:12.5px}#appShellV2 #v2ViewSearchHistory .v2-sh-td-num{text-align:center}#appShellV2 #v2ViewSearchHistory .v2-sh-state{padding:40px 20px;text-align:center;color:var(--v2-text-dim);font-size:14px}#appShellV2 #v2ViewSearchHistory .v2-sh-error{color:#d32f2f}#appShellV2 #v2ViewDiscounts .v2-discounts{direction:rtl;padding:4px 2px}#appShellV2 #v2ViewDiscounts .v2-disc-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:14px}#appShellV2 #v2ViewDiscounts .v2-disc-title{margin:0;font-size:20px;font-weight:800;color:var(--v2-text)}#appShellV2 #v2ViewDiscounts .v2-disc-subtitle{margin:3px 0 0;font-size:13px;color:var(--v2-text-dim)}#appShellV2 #v2ViewDiscounts .v2-disc-readonly{display:inline-block;margin-right:6px;padding:1px 8px;border-radius:999px;font-size:11px;font-weight:700;background:#0000000f;color:#607d8b}#appShellV2 #v2ViewDiscounts .v2-disc-controls{display:flex;align-items:center;gap:8px;flex-shrink:0}#appShellV2 #v2ViewDiscounts .v2-disc-year-field{font-size:12.5px;color:var(--v2-text-dim);font-weight:600;display:flex;align-items:center;gap:5px}#appShellV2 #v2ViewDiscounts .v2-disc-year{padding:7px 10px;border:1.5px solid var(--v2-border);border-radius:9px;background:var(--v2-surface);color:var(--v2-text);font-size:13px;font-family:inherit}#appShellV2 #v2ViewDiscounts .v2-disc-refresh{padding:8px 16px;border:1.5px solid var(--v2-border);border-radius:9px;background:var(--v2-surface);color:var(--v2-text);font-size:13px;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s}#appShellV2 #v2ViewDiscounts .v2-disc-refresh:hover{background:#28a74514;border-color:#28a74580}#appShellV2 #v2ViewDiscounts .v2-disc-toolbar{margin-bottom:12px}#appShellV2 #v2ViewDiscounts .v2-disc-search{width:100%;max-width:460px;padding:10px 14px;border:1.5px solid var(--v2-border);border-radius:10px;background:var(--v2-surface);color:var(--v2-text);font-size:14px;font-family:inherit;box-sizing:border-box}#appShellV2 #v2ViewDiscounts .v2-disc-search:focus{outline:none;border-color:#1565c099}#appShellV2 #v2ViewDiscounts .v2-disc-count{font-size:12.5px;color:var(--v2-text-dim);margin-bottom:8px;font-weight:600}#appShellV2 #v2ViewDiscounts .v2-disc-scroll{overflow:auto;max-height:66vh;background:var(--v2-surface);border:1px solid var(--v2-border);border-radius:14px;box-shadow:var(--v2-shadow)}#appShellV2 #v2ViewDiscounts .v2-disc-table{width:100%;border-collapse:collapse;font-size:13px}#appShellV2 #v2ViewDiscounts .v2-disc-th{padding:12px 14px;text-align:right;white-space:nowrap;font-weight:700;font-size:12.5px;color:#37474f;background:#eef2f5;border-bottom:2px solid #cfd8dc;position:sticky;top:0;z-index:1}#appShellV2 #v2ViewDiscounts .v2-disc-th-c{text-align:center}#appShellV2 #v2ViewDiscounts .v2-disc-td{padding:10px 14px;border-bottom:1px solid #eceff1;color:var(--v2-text);white-space:nowrap}#appShellV2 #v2ViewDiscounts .v2-disc-td-name{font-weight:600}#appShellV2 #v2ViewDiscounts .v2-disc-mono{font-family:Courier New,monospace;direction:ltr;text-align:right;unicode-bidi:plaintext;color:#455a64}#appShellV2 #v2ViewDiscounts .v2-disc-td-level,#appShellV2 #v2ViewDiscounts .v2-disc-td-branch{text-align:center}#appShellV2 #v2ViewDiscounts .v2-disc-branch-chip{display:inline-block;min-width:24px;padding:2px 9px;border-radius:7px;text-align:center;background:#0000000d;color:#455a64;font-weight:700;font-size:12px}#appShellV2 #v2ViewDiscounts .v2-disc-tr-alt{background:#fafbfc}#appShellV2 #v2ViewDiscounts .v2-disc-tr:hover{background:#28a7450d}#appShellV2 #v2ViewDiscounts .v2-disc-noact{color:var(--v2-text-dim)}#appShellV2 #v2ViewDiscounts .v2-disc-level{display:inline-block;min-width:26px;padding:2px 10px;border-radius:999px;font-size:12px;font-weight:800;text-align:center}#appShellV2 #v2ViewDiscounts .v2-disc-level-a{background:#2e7d3224;color:#2e7d32}#appShellV2 #v2ViewDiscounts .v2-disc-level-b{background:#1565c024;color:#1565c0}#appShellV2 #v2ViewDiscounts .v2-disc-level-c{background:#f5a6232e;color:#b8860b}#appShellV2 #v2ViewDiscounts .v2-disc-level-u{background:#0000000f;color:#90a4ae;font-weight:700;font-size:11px}#appShellV2 #v2ViewDiscounts .v2-disc-level-x{background:#d32f2f24;color:#c62828}#appShellV2 #v2ViewDiscounts .v2-disc-phones-toggle{padding:4px 12px;border:1.5px solid rgba(21,101,192,.3);border-radius:999px;background:#1565c014;color:#1565c0;font-size:12px;font-weight:700;cursor:pointer;font-family:inherit;white-space:nowrap;transition:background .13s}#appShellV2 #v2ViewDiscounts .v2-disc-phones-toggle:hover{background:#1565c029}#appShellV2 #v2ViewDiscounts .v2-disc-phones-toggle.is-open{background:#1565c0;color:#fff;border-color:#1565c0}#appShellV2 #v2ViewDiscounts .v2-disc-tr-expand>.v2-disc-td{background:#f7faff;white-space:normal}#appShellV2 #v2ViewDiscounts .v2-disc-phones-expand{display:flex;flex-wrap:wrap;gap:6px;padding:4px 0}#appShellV2 #v2ViewDiscounts .v2-disc-phone-chip{padding:3px 10px;border-radius:7px;background:#fff;border:1px solid #cfd8dc;font-family:Courier New,monospace;font-size:12px;color:#37474f;direction:ltr;unicode-bidi:plaintext}#appShellV2 #v2ViewDiscounts .v2-disc-name-toggle{display:inline-flex;align-items:center;gap:6px;background:none;border:none;padding:0;font:inherit;font-weight:600;color:var(--v2-text);cursor:pointer;text-align:right}#appShellV2 #v2ViewDiscounts .v2-disc-name-toggle:hover{color:#1565c0;text-decoration:underline}#appShellV2 #v2ViewDiscounts .v2-disc-chev{font-size:11px;color:#90a4ae;transition:color .13s;flex-shrink:0}#appShellV2 #v2ViewDiscounts .v2-disc-name-toggle.is-open .v2-disc-chev{color:#1565c0}#appShellV2 #v2ViewDiscounts .v2-disc-tr-fam>.v2-disc-td{background:#f4f8ff;white-space:normal}#appShellV2 #v2ViewDiscounts .v2-disc-fam-wrap{padding:4px 2px}#appShellV2 #v2ViewDiscounts .v2-disc-fam-head{font-size:13px;font-weight:800;color:#0d47a1;margin-bottom:8px}#appShellV2 #v2ViewDiscounts .v2-disc-fam-note{font-size:12px;color:#c62828;margin-bottom:8px;font-weight:600}#appShellV2 #v2ViewDiscounts .v2-disc-fam-empty{padding:10px;color:var(--v2-text-dim);font-size:13px}#appShellV2 #v2ViewDiscounts .v2-disc-fam-table{width:100%;border-collapse:collapse;font-size:12.5px;background:#fff;border:1px solid var(--v2-border);border-radius:8px;overflow:hidden}#appShellV2 #v2ViewDiscounts .v2-disc-fam-table th{padding:8px 12px;text-align:right;background:#e8eef5;color:#37474f;font-weight:700;font-size:12px;white-space:nowrap}#appShellV2 #v2ViewDiscounts .v2-disc-fam-td{padding:7px 12px;border-top:1px solid #eceff1;color:var(--v2-text)}#appShellV2 #v2ViewDiscounts .v2-disc-fam-pct{text-align:center;font-weight:700;color:#90a4ae;white-space:nowrap}#appShellV2 #v2ViewDiscounts .v2-disc-fam-nz{background:#2e7d320f}#appShellV2 #v2ViewDiscounts .v2-disc-fam-nz .v2-disc-fam-pct{color:#2e7d32}#appShellV2 #v2ViewDiscounts .v2-disc-pager{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:12px}#appShellV2 #v2ViewDiscounts .v2-disc-page-btn{padding:6px 12px;border:1.5px solid var(--v2-border);border-radius:8px;background:var(--v2-surface);color:var(--v2-text);font-size:12.5px;font-weight:700;cursor:pointer;font-family:inherit}#appShellV2 #v2ViewDiscounts .v2-disc-page-btn:hover:not(:disabled){background:#1565c014;border-color:#1565c066}#appShellV2 #v2ViewDiscounts .v2-disc-page-btn:disabled{opacity:.4;cursor:default}#appShellV2 #v2ViewDiscounts .v2-disc-page-info{font-size:12.5px;color:var(--v2-text-dim);font-weight:600}#appShellV2 #v2ViewDiscounts .v2-disc-state{padding:40px 20px;text-align:center;color:var(--v2-text-dim);font-size:14px}#appShellV2 #v2ViewDiscounts .v2-disc-error{color:#d32f2f}@media(min-width:700px){body:not(.simulate-mobile) #editionBadge.edition-badge{position:relative;margin:-3px auto 10px;height:26px;box-sizing:border-box;gap:6px;padding:0 24px;border:1px solid #b8bfc7;border-radius:10px;background:linear-gradient(135deg,#e0e4e8,#f0f4f8,#d6dce2);box-shadow:inset 0 1px #fffc,inset 0 -1px 2px #0000001a,0 1px 3px #00000026}body:not(.simulate-mobile) #editionBadge.edition-badge .edition-badge-dot{display:none}body:not(.simulate-mobile) #editionBadge.edition-badge .edition-badge-text{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:12px;font-weight:700;letter-spacing:.02em;text-transform:none;color:#2c323e;text-shadow:0 1px 0 rgba(255,255,255,.9),0 -1px 0 rgba(0,0,0,.15);direction:rtl}body:not(.simulate-mobile) #editionBadge.edition-badge:before,body:not(.simulate-mobile) #editionBadge.edition-badge:after{content:"";position:absolute;top:50%;margin-top:-4px;width:8px;height:8px;border-radius:50%;background:linear-gradient(to bottom,transparent 41%,rgba(0,0,0,.5) 41%,rgba(0,0,0,.5) 59%,transparent 59%),radial-gradient(circle at 35% 30%,#fbfdff,#c2c8cf 55%,#8c949d);box-shadow:inset 0 0 0 .5px #0000004d,0 .5px .5px #ffffff8c}body:not(.simulate-mobile) #editionBadge.edition-badge:before{right:8px}body:not(.simulate-mobile) #editionBadge.edition-badge:after{left:8px}}#appShellV2 #v2ViewSearchHistory .v2-sh-cards{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:16px;transition:opacity .15s}#appShellV2 #v2ViewSearchHistory .v2-sh-cards-loading{opacity:.5}#appShellV2 #v2ViewSearchHistory .v2-sh-card{flex:1;min-width:190px;position:relative;overflow:hidden;border-radius:14px;padding:16px 20px;color:#fff;box-shadow:0 4px 14px #0000001a}#appShellV2 #v2ViewSearchHistory .v2-sh-card-icon{font-size:26px;line-height:1;margin-bottom:9px}#appShellV2 #v2ViewSearchHistory .v2-sh-card-label{font-size:13px;opacity:.92;font-weight:500;margin-bottom:5px}#appShellV2 #v2ViewSearchHistory .v2-sh-card-value{font-size:30px;font-weight:800;letter-spacing:-.5px;line-height:1.05}#appShellV2 #v2ViewSearchHistory .v2-sh-card-sub{font-size:11.5px;opacity:.82;margin-top:5px}#appShellV2 #v2ViewSearchHistory .v2-sh-card-orb{position:absolute;left:-18px;bottom:-18px;width:86px;height:86px;border-radius:50%;opacity:.18}#appShellV2 #v2ViewSearchHistory .v2-sh-filter{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:12px 16px;margin-bottom:14px;background:var(--v2-surface);border:1px solid var(--v2-border);border-radius:12px}#appShellV2 #v2ViewSearchHistory .v2-sh-filter-label{font-size:13px;font-weight:700;color:var(--v2-text)}#appShellV2 #v2ViewSearchHistory .v2-sh-field{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--v2-text-dim)}#appShellV2 #v2ViewSearchHistory .v2-sh-date{padding:7px 10px;border:1.5px solid var(--v2-border);border-radius:8px;font-size:13px;background:#fff;color:var(--v2-text);font-family:inherit}#appShellV2 #v2ViewSearchHistory .v2-sh-date:focus{outline:none;border-color:#28a74599}#appShellV2 #v2ViewSearchHistory .v2-sh-apply,#appShellV2 #v2ViewSearchHistory .v2-sh-clear{padding:8px 16px;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer;border:1.5px solid transparent;transition:opacity .15s,background .15s}#appShellV2 #v2ViewSearchHistory .v2-sh-apply{background:linear-gradient(to left,#1565c0,#1976d2);color:#fff}#appShellV2 #v2ViewSearchHistory .v2-sh-apply:hover{opacity:.9}#appShellV2 #v2ViewSearchHistory .v2-sh-clear{background:var(--v2-surface);color:var(--v2-text);border-color:var(--v2-border)}#appShellV2 #v2ViewSearchHistory .v2-sh-clear:hover{background:#0000000a}#appShellV2 #v2ViewSearchHistory .v2-sh-filter-note{font-size:12px;font-weight:700;color:#e65100}#appShellV2 #v2ViewSearchHistory .v2-sh-scope{display:inline-block;padding:1px 9px;border-radius:999px;font-weight:700;font-size:12px;background:#28a7451f;color:#1b6b30}#appShellV2 #v2ViewSearchHistory .v2-sh-scope-global{background:#1565c024;color:#0d47a1}#appShellV2 #v2ViewSearchHistory .v2-sh-scope-company{background:#ef6c0024;color:#b35400}#appShellV2 #v2ViewSearchHistory .v2-sh-td-company{font-weight:700;color:#37474f}#appShellV2 #v2ViewSearchHistory .v2-sh-th-company{color:#0d47a1}#appShellV2 .v2-users{direction:rtl}#appShellV2 .v2-users-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:16px}#appShellV2 .v2-users-title{margin:0;font-size:20px;font-weight:800;color:var(--v2-text)}#appShellV2 .v2-users-subtitle{margin:3px 0 0;font-size:13px;color:var(--v2-text-dim)}#appShellV2 .v2-users-scope{font-weight:700;color:#0d47a1}#appShellV2 .v2-users-actions{display:flex;gap:8px;flex-shrink:0}#appShellV2 .v2-users-refresh,#appShellV2 .v2-users-add{padding:9px 16px;border-radius:9px;font-size:13px;font-weight:700;cursor:pointer;border:1.5px solid var(--v2-border);background:var(--v2-surface);color:var(--v2-text);transition:background .15s,opacity .15s}#appShellV2 .v2-users-refresh:hover{background:#0000000a}#appShellV2 .v2-users-add{background:linear-gradient(to left,#1565c0,#1976d2);color:#fff;border-color:transparent}#appShellV2 .v2-users-add:hover{opacity:.9}#appShellV2 .v2-users-count{font-size:12.5px;color:var(--v2-text-dim);margin-bottom:8px;font-weight:600}#appShellV2 .v2-users-scroll{overflow-x:auto;background:var(--v2-surface);border:1px solid var(--v2-border);border-radius:14px;box-shadow:var(--v2-shadow)}#appShellV2 .v2-users-table{width:100%;border-collapse:collapse;font-size:13px}#appShellV2 .v2-users-th{padding:12px 14px;text-align:right;white-space:nowrap;font-weight:700;font-size:12.5px;color:#37474f;background:#eef2f5;border-bottom:2px solid #cfd8dc}#appShellV2 .v2-users-td{padding:11px 14px;border-bottom:1px solid #eceff1;color:var(--v2-text);white-space:nowrap}#appShellV2 .v2-users-tr-alt{background:#fafbfc}#appShellV2 .v2-users-tr:hover{background:#1565c00d}#appShellV2 .v2-users-tr-disabled{opacity:.55}#appShellV2 .v2-users-mono{font-family:Courier New,monospace;direction:ltr;text-align:right;unicode-bidi:plaintext;color:#455a64}#appShellV2 .v2-users-role{display:inline-block;padding:2px 10px;border-radius:999px;font-size:12px;font-weight:700;background:#0000000f;color:#37474f}#appShellV2 .v2-users-role-admin,#appShellV2 .v2-users-role-superadmin{background:#d32f2f1f;color:#b71c1c}#appShellV2 .v2-users-role-disabled{background:#00000014;color:#90a4ae}#appShellV2 .v2-users-actions-cell{display:flex;gap:6px}#appShellV2 .v2-users-edit,#appShellV2 .v2-users-disable{padding:5px 12px;border-radius:7px;font-size:12px;font-weight:700;cursor:pointer;border:1.5px solid transparent}#appShellV2 .v2-users-edit{background:#1565c01a;color:#1565c0;border-color:#1565c04d}#appShellV2 .v2-users-edit:hover{background:#1565c02e}#appShellV2 .v2-users-disable{background:#d32f2f14;color:#c62828;border-color:#d32f2f4d}#appShellV2 .v2-users-disable:hover{background:#d32f2f29}#appShellV2 .v2-users-noact{color:var(--v2-text-dim)}#appShellV2 .v2-users-otp{font-family:Courier New,monospace;direction:ltr;unicode-bidi:plaintext;font-size:12.5px;color:#37474f;white-space:nowrap}#appShellV2 .v2-users-otp-never{display:inline-block;padding:2px 9px;border-radius:999px;font-size:11.5px;font-weight:700;background:#0000000d;color:#90a4ae}#appShellV2 .v2-users-state{padding:40px 20px;text-align:center;color:var(--v2-text-dim);font-size:14px}#appShellV2 .v2-users-error{color:#d32f2f}#appShellV2 .v2-users-modal-overlay[hidden]{display:none}#appShellV2 .v2-users-modal-overlay{position:fixed;inset:0;z-index:60000;background:#00000073;display:flex;align-items:center;justify-content:center;padding:20px;direction:rtl}#appShellV2 .v2-users-modal{width:100%;max-width:440px;background:var(--v2-surface);border-radius:16px;overflow:hidden;box-shadow:0 20px 50px #0000004d}#appShellV2 .v2-users-modal-head{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;background:linear-gradient(to left,#1565c0,#1976d2);color:#fff;font-size:16px;font-weight:700}#appShellV2 .v2-users-modal-close{background:none;border:none;color:#fff;font-size:16px;cursor:pointer;padding:0}#appShellV2 .v2-users-modal-body{padding:18px;display:flex;flex-direction:column;gap:12px}#appShellV2 .v2-users-field{display:flex;flex-direction:column;gap:5px;font-size:13px;color:var(--v2-text-dim);font-weight:600}#appShellV2 .v2-users-field input,#appShellV2 .v2-users-field select{padding:10px 12px;border:1.5px solid var(--v2-border);border-radius:9px;font-size:14px;background:#fff;color:var(--v2-text);font-family:inherit}#appShellV2 .v2-users-field input:disabled{background:#0000000d;color:#90a4ae}#appShellV2 .v2-users-field input:focus,#appShellV2 .v2-users-field select:focus{outline:none;border-color:#1565c099}#appShellV2 .v2-users-modal-err{color:#d32f2f;font-size:12.5px;font-weight:700;min-height:16px}#appShellV2 .v2-users-modal-foot{padding:14px 18px;display:flex;gap:10px;border-top:1px solid var(--v2-border)}#appShellV2 .v2-users-save,#appShellV2 .v2-users-cancel{padding:10px 22px;border-radius:9px;font-size:14px;font-weight:700;cursor:pointer;border:1.5px solid transparent}#appShellV2 .v2-users-save{background:linear-gradient(to left,#2e7d32,#43a047);color:#fff}#appShellV2 .v2-users-save:hover{opacity:.9}#appShellV2 .v2-users-cancel{background:var(--v2-surface);color:var(--v2-text);border-color:var(--v2-border)}body.simulate-mobile #appShellV2 .v2-users-scroll{overflow-x:visible;border:none;background:transparent;box-shadow:none;border-radius:0}@media(max-width:700px){#appShellV2 .v2-users-scroll{overflow-x:visible;border:none;background:transparent;box-shadow:none;border-radius:0}}@media(max-width:700px){#appShellV2 .v2-users-table thead{display:none}#appShellV2 .v2-users-table,#appShellV2 .v2-users-table tbody,#appShellV2 .v2-users-table tr,#appShellV2 .v2-users-table td{display:block;width:100%}#appShellV2 .v2-users-table tr{background:var(--v2-surface);border:1px solid var(--v2-border);border-radius:12px;box-shadow:var(--v2-shadow);margin:0 0 12px;padding:2px;overflow:hidden}#appShellV2 .v2-users-table tr:hover{background:var(--v2-surface)}#appShellV2 .v2-users-table td{display:flex;align-items:center;justify-content:space-between;gap:14px;white-space:normal;text-align:left;padding:10px 14px;border-bottom:1px solid #f0f2f4}#appShellV2 .v2-users-table tr td:last-child{border-bottom:none}#appShellV2 .v2-users-table td:before{content:attr(data-label);flex:0 0 auto;font-weight:700;font-size:11.5px;color:var(--v2-text-dim)}#appShellV2 .v2-users-table .v2-users-actions-cell{flex-wrap:wrap;gap:8px}}body.simulate-mobile #appShellV2 .v2-users-table thead{display:none}body.simulate-mobile #appShellV2 .v2-users-table,body.simulate-mobile #appShellV2 .v2-users-table tbody,body.simulate-mobile #appShellV2 .v2-users-table tr,body.simulate-mobile #appShellV2 .v2-users-table td{display:block;width:100%}body.simulate-mobile #appShellV2 .v2-users-table tr{background:var(--v2-surface);border:1px solid var(--v2-border);border-radius:12px;box-shadow:var(--v2-shadow);margin:0 0 12px;padding:2px;overflow:hidden}body.simulate-mobile #appShellV2 .v2-users-table tr:hover{background:var(--v2-surface)}body.simulate-mobile #appShellV2 .v2-users-table td{display:flex;align-items:center;justify-content:space-between;gap:14px;white-space:normal;text-align:left;padding:10px 14px;border-bottom:1px solid #f0f2f4}body.simulate-mobile #appShellV2 .v2-users-table tr td:last-child{border-bottom:none}body.simulate-mobile #appShellV2 .v2-users-table td:before{content:attr(data-label);flex:0 0 auto;font-weight:700;font-size:11.5px;color:var(--v2-text-dim)}body.simulate-mobile #appShellV2 .v2-users-table .v2-users-actions-cell{flex-wrap:wrap;gap:8px}#appShellV2 #sInputPurchasing,#appShellV2 #sInputIntake{width:100%;padding:15px;border:2px solid var(--plate-yellow);border-radius:12px;font-size:18px;line-height:1.5;text-align:center;outline:none;transition:.3s;box-sizing:border-box;background:#fff;font-weight:400;letter-spacing:1px;height:58px}#appShellV2 #sInputPurchasing:focus,#appShellV2 #sInputIntake:focus{box-shadow:0 0 0 4px #fc03}#appShellV2 #v2ViewPurchasing .v2-purchasing{width:100%;max-width:980px;margin:0 auto;padding-top:6px}#appShellV2 #v2ViewPurchasing .v2-purchasing-search{max-width:600px;margin:0 auto 22px}#appShellV2 #v2ViewPurchasing .v2-purchasing-search .search-area,#appShellV2 #v2ViewPartsIntake .v2-intake-search .search-area{margin:0;border-top:1px solid var(--border);border-radius:12px}#appShellV2 #v2ViewPurchasing .v2-purchasing-empty{margin:48px 0;padding:30px;text-align:center;font-size:16px;font-weight:600;color:var(--v2-text-dim);background:var(--v2-surface-2);border:1px dashed var(--v2-border);border-radius:14px;unicode-bidi:plaintext}#appShellV2 #v2ViewPurchasing .market-stats-title,#appShellV2 #v2ViewPurchasing .market-stats-subtitle{display:none!important}#appShellV2 #v2ViewPurchasing .market-stats-section{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;align-items:start;background:transparent;border:0;padding:0;margin:0}#appShellV2 #v2ViewPurchasing .market-stats-section>div[style*=text-align]{padding:0!important}#appShellV2 #v2ViewPurchasing #marketDataArea,#appShellV2 #v2ViewPurchasing #oemMarketAnalysisArea,#appShellV2 #v2ViewPurchasing #leadsReportArea,#appShellV2 #v2ViewPurchasing #mostRequestedPartsArea{grid-column:1 / -1}#appShellV2 #v2ViewPurchasing .market-stats-btn{width:100%;min-height:78px;display:flex;align-items:center;justify-content:center;gap:6px;padding:12px 8px;border:1px solid var(--v2-border);border-radius:12px;background:var(--v2-surface);box-shadow:var(--v2-shadow);color:var(--v2-text);font-size:13.5px;font-weight:700;line-height:1.3;text-align:center;cursor:pointer;transition:border-color .15s,box-shadow .15s,transform .15s}#appShellV2 #v2ViewPurchasing .market-stats-btn:hover{border-color:var(--v2-blue);box-shadow:0 6px 16px #0056b329;transform:translateY(-2px)}#appShellV2 #v2ViewPurchasing .v2-purchasing-hint{margin:0 0 12px;text-align:center;font-size:14px;font-weight:600;color:var(--v2-text-dim);unicode-bidi:plaintext}#appShellV2 #v2ViewPurchasing .v2-purchasing-reports{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}#appShellV2 #v2ViewPurchasing .v2-purchasing-reports .market-stats-btn.is-disabled{background:var(--v2-surface-2);color:var(--v2-text-dim);border-color:var(--v2-border);border-style:dashed;box-shadow:none;cursor:not-allowed;pointer-events:none;opacity:.7;transform:none}body.simulate-mobile #appShellV2.v2-shell{inset:14px auto 14px 50%;transform:translate(-50%);width:412px;max-width:412px;border:8px solid #11161d;border-radius:30px;grid-template-columns:1fr;grid-template-areas:"topbar" "workspace";overflow:hidden}body.simulate-mobile #appShellV2 .v2-sidebar{display:none}body.simulate-desktop #appShellV2.v2-shell{grid-template-columns:280px 1fr}@media(max-width:1024px){#appShellV2.v2-shell{grid-template-columns:232px 1fr}#appShellV2 .v2-nav-item{font-size:13px;padding:10px}#appShellV2 .v2-workspace-inner{padding:16px 14px 40px}}.pm-ai-orb-container,.pm-chat-window{z-index:50001!important}.modal-overlay,.part-card-modal,#specsModal,#oemListModal,#additionalOemsModal{z-index:50050!important}.plate-hover-tip{position:fixed;z-index:50010;transform:translate(-50%,-100%);padding:6px 10px;background:#1f2a37;color:#fff;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:12px;font-weight:600;line-height:1.3;border-radius:8px;box-shadow:0 6px 18px #00000047;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .15s ease;direction:rtl}.plate-hover-tip.visible{opacity:1}.plate-hover-tip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#1f2a37}#appShellV2 .v2-nav-item{position:relative}#appShellV2 .v2-nav-item[data-v2-tab="חיפוש רכב"]:after{content:"";position:absolute;left:16px;right:16px;bottom:-2px;height:1px;background:linear-gradient(to right,transparent 0%,var(--v2-border) 22%,var(--v2-border) 78%,transparent 100%);opacity:.5;pointer-events:none}#appShellV2 #v2ViewVehicleSearch #result:not(:empty)~#v2SearchEmptyState{display:none}#appShellV2 #v2SearchEmptyState{width:100%;margin:14px auto 8px;padding:24px 28px 28px;border:1px dashed var(--v2-border);border-radius:18px;background:radial-gradient(130% 90% at 50% -10%,rgba(0,86,179,.045),transparent 60%),linear-gradient(180deg,var(--v2-surface) 0%,var(--v2-surface-2) 100%);box-shadow:inset 0 1px #ffffff8c;overflow:hidden}#appShellV2 .v2-empty-preview{display:grid;grid-template-columns:minmax(0,1fr) 1px minmax(0,1fr);gap:0 36px;align-items:start;max-width:1280px;margin:0 auto}#appShellV2 .v2-empty-divider{align-self:stretch;width:1px;background:linear-gradient(to bottom,transparent,var(--v2-border) 12%,var(--v2-border) 88%,transparent)}#appShellV2 .v2-empty-col-head{position:relative;display:flex;align-items:center;justify-content:center;min-height:34px;margin-bottom:16px;padding-bottom:10px;font-size:16px;font-weight:700;color:var(--v2-text-dim)}#appShellV2 .v2-empty-col-head:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:linear-gradient(to right,transparent 0%,rgba(40,167,69,.45) 50%,transparent 100%)}#appShellV2 .v2-empty-state .gl{display:block;border-radius:7px;background:linear-gradient(90deg,var(--v2-border),var(--v2-surface-2) 50%,var(--v2-border));opacity:.8}#appShellV2 .v2-empty-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 10px;border-bottom:1px solid var(--v2-border)}#appShellV2 .v2-empty-row:last-child{border-bottom:0}#appShellV2 .v2-empty-row .gl-label{flex:0 0 auto;width:88px;height:12px;opacity:.72}#appShellV2 .v2-empty-row .gl-value{flex:1 1 auto;height:13px}#appShellV2 .v2-empty-cat{display:flex;align-items:center;gap:10px;height:48px;margin-bottom:10px;padding:0 18px;border:1px solid var(--v2-border);border-radius:12px;background:linear-gradient(90deg,var(--cat, rgba(0, 86, 179, .05)),transparent 82%)}#appShellV2 .v2-empty-cat:last-child{margin-bottom:0}#appShellV2 .v2-empty-cat .gl-cat{height:13px}#appShellV2 .v2-empty-cat:after{content:"+";margin-inline-start:auto;font-size:18px;font-weight:700;color:var(--v2-text-dim);opacity:.45}@media(max-width:860px){#appShellV2 #v2SearchEmptyState{display:none}}body.simulate-mobile #appShellV2 #v2SearchEmptyState{display:none}#appShellV2 .v2-partcard{max-width:720px;margin:8px auto 0}#appShellV2 #v2ViewBundles .v2-partcard{max-width:960px}#appShellV2 .v2-partcard-head{text-align:center;margin-bottom:16px}#appShellV2 .v2-partcard-title{margin:0 0 6px;font-size:22px;font-weight:800;color:var(--v2-text)}#appShellV2 .v2-partcard-sub{margin:0;font-size:14px;color:var(--v2-text-dim)}#appShellV2 .v2-partcard-sub strong{color:var(--v2-blue)}#appShellV2 .v2-partcard-banner{margin:0 auto 20px;padding:10px 16px;border:1px dashed rgba(255,152,0,.5);border-radius:10px;background:#ff980012;color:#8a5a00;font-size:13px;font-weight:600;text-align:center}.subtitle{font-family:Segoe UI,system-ui,sans-serif}#appShellV2 .v2-pc-search{display:flex;flex-direction:row-reverse;gap:8px;max-width:720px;margin:0 auto 14px}#appShellV2 .v2-pc-search-input{flex:1;padding:11px 14px;border:1px solid var(--v2-border);border-radius:10px;background:var(--v2-surface);color:var(--v2-text);font-family:inherit;font-size:15px;direction:ltr;text-align:right;transition:border-color .15s var(--v2-motion),box-shadow .15s var(--v2-motion)}#appShellV2 .v2-pc-search-input::placeholder{color:var(--v2-text-dim)}#appShellV2 .v2-pc-search-input:focus{outline:none;border-color:var(--v2-blue);box-shadow:0 0 0 3px #0056b326}#appShellV2 .v2-pc-search-btn{flex-shrink:0;padding:0 22px;border:0;border-radius:10px;background:var(--v2-blue);color:#fff;font-family:inherit;font-size:14px;font-weight:700;cursor:pointer;transition:filter .15s var(--v2-motion)}#appShellV2 .v2-pc-search-btn:hover{filter:brightness(1.08)}#appShellV2 .v2-pc-results{max-width:720px;margin:-6px auto 14px;border:1px solid var(--v2-border);border-radius:10px;background:var(--v2-surface);box-shadow:var(--v2-shadow);overflow:hidden}#appShellV2 .v2-pc-results[hidden]{display:none}#appShellV2 .v2-pc-result{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:10px 14px;border-bottom:1px solid var(--v2-border);cursor:pointer;transition:background .12s var(--v2-motion)}#appShellV2 .v2-pc-result:last-child{border-bottom:0}#appShellV2 .v2-pc-result:hover{background:var(--v2-nav-hover)}#appShellV2 .v2-pc-empty{max-width:720px;margin:8px auto 0;padding:44px 20px;text-align:center;border:1px dashed var(--v2-border);border-radius:14px;background:var(--v2-surface-2)}#appShellV2 .v2-pc-empty-icon{font-size:34px;opacity:.85}#appShellV2 .v2-pc-empty-title{margin:12px 0 4px;font-size:16px;font-weight:700;color:var(--v2-text)}#appShellV2 .v2-pc-empty-sub{margin:0;font-size:13px;color:var(--v2-text-dim)}#appShellV2 .v2-pc-panel{border:1px solid var(--v2-border);border-radius:14px;background:var(--v2-surface);box-shadow:var(--v2-shadow);overflow:hidden}#appShellV2 .v2-pc-panel[hidden]{display:none}#appShellV2 .v2-pc-section{padding:16px 18px;border-bottom:1px solid var(--v2-border)}#appShellV2 .v2-pc-section:last-child{border-bottom:0}#appShellV2 .v2-pc-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}#appShellV2 .v2-pc-section-title{font-size:14px;font-weight:800;color:var(--v2-text)}#appShellV2 .v2-pc-pid{font-size:12px;font-weight:700;color:var(--v2-text-dim);font-family:ui-monospace,SFMono-Regular,monospace}#appShellV2 .v2-pc-oemrow{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:12px}#appShellV2 .v2-pc-oem-main{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:999px;background:var(--v2-blue);color:#fff;font-size:14px;font-weight:800;font-family:ui-monospace,SFMono-Regular,monospace;letter-spacing:.3px}#appShellV2 .v2-pc-oem-main:before{content:"🔑";font-size:12px}#appShellV2 .v2-pc-parttype{font-size:13px;font-weight:600;color:var(--v2-text-dim)}#appShellV2 .v2-pc-chips{display:flex;flex-wrap:wrap;gap:8px}#appShellV2 .v2-pc-chips:not(:empty){margin-bottom:12px}#appShellV2 .v2-pc-chip{display:inline-flex;align-items:center;gap:7px;padding:5px 8px 5px 12px;border:1px solid var(--v2-border);border-radius:999px;background:var(--v2-surface-2);color:var(--v2-text);font-size:13px;font-weight:600;font-family:ui-monospace,SFMono-Regular,monospace}#appShellV2 .v2-pc-chip-x{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border:0;border-radius:50%;background:#dc35451f;color:#dc3545;font-size:11px;line-height:1;cursor:pointer;transition:background .12s var(--v2-motion),color .12s var(--v2-motion)}#appShellV2 .v2-pc-chip-x:hover{background:#dc3545;color:#fff}#appShellV2 .v2-pc-addoem{display:flex;gap:8px;max-width:360px}#appShellV2 .v2-pc-field{margin-bottom:14px}#appShellV2 .v2-pc-field:last-child{margin-bottom:0}#appShellV2 .v2-pc-label{display:block;margin-bottom:6px;font-size:13px;font-weight:600;color:var(--v2-text-dim)}#appShellV2 .v2-pc-hint{font-weight:500;opacity:.75;font-size:11px}#appShellV2 .v2-pc-input{width:100%;padding:9px 12px;border:1px solid var(--v2-border);border-radius:8px;background:var(--v2-surface);color:var(--v2-text);font-family:inherit;font-size:14px;box-sizing:border-box;resize:vertical;transition:border-color .15s var(--v2-motion),box-shadow .15s var(--v2-motion)}#appShellV2 .v2-pc-input::placeholder{color:var(--v2-text-dim)}#appShellV2 .v2-pc-input:focus{outline:none;border-color:var(--v2-blue);box-shadow:0 0 0 3px #0056b321}#appShellV2 .v2-pc-iconbtn{flex-shrink:0;width:40px;height:38px;border:1px solid var(--v2-border);border-radius:8px;background:var(--v2-surface-2);color:var(--v2-blue);font-size:18px;font-weight:700;line-height:1;cursor:pointer;transition:background .12s var(--v2-motion)}#appShellV2 .v2-pc-iconbtn:hover{background:var(--v2-nav-active-bg)}#appShellV2 .v2-pc-media{display:flex;gap:12px}#appShellV2 .v2-pc-media-card{flex:1;display:flex;flex-direction:column;gap:8px;padding:12px;border:1px solid var(--v2-border);border-radius:10px;background:var(--v2-surface-2)}#appShellV2 .v2-pc-media-label{font-size:12px;font-weight:700;color:var(--v2-text-dim)}#appShellV2 .v2-pc-media-preview{display:flex;align-items:center;justify-content:center;min-height:120px;border:1px dashed var(--v2-border);border-radius:8px;background:var(--v2-surface);overflow:hidden}#appShellV2 .v2-pc-media-preview img{max-width:100%;max-height:150px;object-fit:contain}#appShellV2 .v2-pc-media-empty{font-size:12px;color:var(--v2-text-dim)}#appShellV2 .v2-pc-media-btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 0;border:1px solid var(--v2-blue);border-radius:8px;background:transparent;color:var(--v2-blue);font-size:13px;font-weight:700;cursor:pointer;transition:background .12s var(--v2-motion)}#appShellV2 .v2-pc-media-btn:hover{background:var(--v2-nav-active-bg)}#appShellV2 .v2-pc-specs{display:flex;flex-direction:column;gap:8px}#appShellV2 .v2-pc-specs:not(:empty){margin-bottom:8px}#appShellV2 .v2-pc-spec{display:flex;gap:8px;align-items:center}#appShellV2 .v2-pc-spec .v2-pc-input:first-child{flex:0 0 38%}#appShellV2 .v2-pc-spec-x{flex-shrink:0;width:30px;height:30px;border:0;border-radius:8px;background:#dc35451a;color:#dc3545;font-size:12px;cursor:pointer;transition:background .12s var(--v2-motion),color .12s var(--v2-motion)}#appShellV2 .v2-pc-spec-x:hover{background:#dc3545;color:#fff}#appShellV2 .v2-pc-addrow{margin-top:2px;padding:8px 14px;border:1px dashed var(--v2-border);border-radius:8px;background:transparent;color:var(--v2-blue);font-family:inherit;font-size:13px;font-weight:600;cursor:pointer;transition:background .12s var(--v2-motion)}#appShellV2 .v2-pc-addrow:hover{background:var(--v2-nav-active-bg)}#appShellV2 .v2-pc-savebar{display:flex;align-items:center;gap:10px;padding:14px 18px;background:var(--v2-surface-2)}#appShellV2 .v2-pc-save{padding:10px 26px;border:0;border-radius:8px;background:var(--v2-green);color:#fff;font-family:inherit;font-size:14px;font-weight:800;cursor:pointer;transition:filter .15s var(--v2-motion)}#appShellV2 .v2-pc-save:hover{filter:brightness(1.07)}#appShellV2 .v2-pc-cancel{padding:10px 20px;border:1px solid var(--v2-border);border-radius:8px;background:var(--v2-surface);color:var(--v2-text-dim);font-family:inherit;font-size:14px;font-weight:600;cursor:pointer;transition:background .12s var(--v2-motion)}#appShellV2 .v2-pc-cancel:hover{background:var(--v2-nav-hover)}#appShellV2 .v2-pc-merge{margin-inline-start:auto;padding:10px 18px;border:1px solid var(--v2-green);border-radius:8px;background:transparent;color:var(--v2-green);font-family:inherit;font-size:13px;font-weight:700;cursor:pointer;transition:background .12s var(--v2-motion)}#appShellV2 .v2-pc-merge:hover{background:#28a7451a}#mergePreviewModal{position:fixed;inset:0;z-index:10001;display:none;align-items:center;justify-content:center;background:#0009;direction:rtl;font-family:inherit}#mergePreviewModal .v2-merge-dialog{width:95%;max-width:640px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;background:#fff;border-radius:14px;box-shadow:0 14px 40px #0000004d}#mergePreviewModal .v2-merge-head{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;background:#0056b3;color:#fff}#mergePreviewModal .v2-merge-title{font-size:16px;font-weight:800}#mergePreviewModal .v2-merge-close{border:0;background:transparent;color:#fff;font-size:15px;cursor:pointer;opacity:.85}#mergePreviewModal .v2-merge-close:hover{opacity:1}#mergePreviewModal .v2-merge-body{padding:16px 18px;overflow-y:auto}#mergePreviewModal .v2-merge-intro{margin:0 0 12px;font-size:13px;color:#555;line-height:1.6}#mergePreviewModal .v2-merge-intro strong{color:#28a745}#mergePreviewModal .v2-merge-loser-row{display:flex;gap:8px;margin-bottom:14px}#mergePreviewModal .v2-merge-loser-row input{flex:1;padding:9px 12px;border:1px solid #ddd;border-radius:8px;font-size:14px;direction:ltr;text-align:left;box-sizing:border-box}#mergePreviewModal .v2-merge-preview-btn{flex-shrink:0;padding:0 18px;border:0;border-radius:8px;background:#0056b3;color:#fff;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit}#mergePreviewModal .v2-merge-compare{display:grid;grid-template-columns:1fr auto 1fr;gap:10px;align-items:stretch;margin-bottom:12px}#mergePreviewModal .v2-merge-compare[hidden]{display:none}#mergePreviewModal .v2-merge-col{border:1px solid #e1e4e8;border-radius:10px;padding:12px;background:#f8fafc}#mergePreviewModal .v2-merge-col--survivor{border-color:#28a745;background:#28a7450d}#mergePreviewModal .v2-merge-col--loser{border-color:#dc3545;background:#dc35450d}#mergePreviewModal .v2-merge-col-tag{font-size:11px;font-weight:800;margin-bottom:6px}#mergePreviewModal .v2-merge-col--survivor .v2-merge-col-tag{color:#28a745}#mergePreviewModal .v2-merge-col--loser .v2-merge-col-tag{color:#dc3545}#mergePreviewModal .v2-merge-col-oem{font-size:14px;font-weight:800;font-family:ui-monospace,SFMono-Regular,monospace;color:#1f2a37;margin-bottom:8px;word-break:break-all}#mergePreviewModal .v2-merge-stats{list-style:none;margin:0;padding:0;font-size:12px;color:#555}#mergePreviewModal .v2-merge-stats li{padding:2px 0}#mergePreviewModal .v2-merge-arrow{display:flex;align-items:center;color:#0056b3;font-size:20px;font-weight:800}#mergePreviewModal .v2-merge-impact{border-radius:8px;padding:10px 12px;background:#fff6e6;border:1px solid #ffd591;font-size:12px;color:#8a5a00}#mergePreviewModal .v2-merge-impact[hidden]{display:none}#mergePreviewModal .v2-merge-foot{display:flex;gap:10px;padding:12px 18px;border-top:1px solid #eee}#mergePreviewModal .v2-merge-confirm{border:0;background:#28a745;color:#fff;padding:9px 22px;border-radius:8px;font-size:13px;font-weight:800;cursor:pointer;font-family:inherit}#mergePreviewModal .v2-merge-confirm:disabled{opacity:.5;cursor:not-allowed}#mergePreviewModal .v2-merge-cancel{border:1px solid #ccc;background:#fff;color:#333;padding:9px 18px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit}@media(max-width:860px){#appShellV2.v2-shell{grid-template-columns:1fr;grid-template-areas:"topbar" "workspace"}#appShellV2 .v2-sidebar{display:none}}@media(max-width:600px){#appShellV2 .v2-pc-media{flex-wrap:wrap}#appShellV2 .v2-pc-media-card{min-width:0;flex:1 1 140px}#appShellV2 .v2-pc-spec{flex-wrap:wrap}#appShellV2 .v2-pc-spec .v2-pc-input:first-child{flex-basis:100%}#appShellV2 .v2-pc-savebar{flex-wrap:wrap}#appShellV2 .v2-pc-addoem{max-width:100%}#mergePreviewModal .v2-merge-compare{grid-template-columns:1fr}#mergePreviewModal .v2-merge-arrow{transform:rotate(90deg)}}#appShellV2 .v2-pc-search-input{box-sizing:border-box}@media(max-width:860px){#search-stats-display{display:none!important}#appShellV2 #result .v2-cockpit-vehicle .copy-btn{background:transparent;border:none;color:#2e7d32;order:-1}}
