.toast-container{position:fixed;top:80px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:12px;pointer-events:none}.toast{position:relative;display:flex;align-items:flex-start;gap:12px;min-width:320px;max-width:500px;padding:16px;background:#fff;border-radius:12px;box-shadow:0 8px 24px #0000001f,0 2px 8px #00000014;pointer-events:auto;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.toast-enter{animation:slideInRight .3s cubic-bezier(.34,1.56,.64,1)}.toast-exit{animation:slideOutRight .3s ease-in forwards}@keyframes slideInRight{0%{transform:translate(calc(100% + 20px));opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(calc(100% + 20px));opacity:0}}.toast-icon-wrapper{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.toast-icon{width:24px;height:24px}.toast-body{flex:1;min-width:0}.toast-message{font-size:14px;line-height:1.5;color:#1f2937;font-weight:500}.toast-action{margin-top:.55rem;border:0;background:transparent;color:#2563eb;padding:0;font:inherit;font-size:.875rem;font-weight:700;cursor:pointer}.toast-action:hover{text-decoration:underline}.toast-close{flex-shrink:0;width:20px;height:20px;border:none;background:transparent;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:color .2s;opacity:.7}.toast-close:hover{opacity:1;color:#374151}.toast-close svg{width:16px;height:16px}.toast-progress{position:absolute;bottom:0;left:0;right:0;height:4px;background:#0000001a;overflow:hidden}.toast-progress-bar{height:100%;background:currentColor;animation:progress linear forwards;transform-origin:left}@keyframes progress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.toast-success{border-left:4px solid #10b981}.toast-success .toast-icon-wrapper{color:#10b981}.toast-success .toast-progress-bar{background:#10b981}.toast-error{border-left:4px solid #ef4444}.toast-error .toast-icon-wrapper{color:#ef4444}.toast-error .toast-progress-bar{background:#ef4444}.toast-warning{border-left:4px solid #f59e0b}.toast-warning .toast-icon-wrapper{color:#f59e0b}.toast-warning .toast-progress-bar{background:#f59e0b}.toast-info{border-left:4px solid #3b82f6}.toast-info .toast-icon-wrapper{color:#3b82f6}.toast-info .toast-progress-bar{background:#3b82f6}@media (max-width: 640px){.toast-container{top:10px;right:10px;left:10px}.toast{min-width:auto;max-width:100%}}.reports-toolbar{display:grid;gap:.875rem;padding:0;margin-top:1rem;background:transparent;border:none;border-radius:0;box-shadow:none}.reports-page-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:0 0 .75rem;flex-wrap:wrap}.reports-page-header>h1{margin:0}.reports-toolbar-buttons-inline{margin-left:auto}.reports-toolbar-main{display:grid;grid-template-columns:minmax(260px,1.1fr) minmax(0,1.9fr);gap:1rem;align-items:start;min-width:0}.reports-toolbar-search .products-search-wrapper{max-width:none;margin-bottom:0;min-width:0;width:100%}.reports-toolbar-search .products-search-icon{width:18px;height:18px;left:1rem}.reports-toolbar-search .products-search-input{height:36px;border-radius:8px;padding:0 1.25rem 0 2.75rem;font-size:.875rem;background:transparent}.reports-toolbar-search{min-width:0;width:100%}.reports-toolbar-controls{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;align-items:start;min-width:0}.reports-filter-group{display:grid;gap:.25rem;min-width:150px;flex:1 1 160px;position:relative}.reports-filter-group-compact{flex:0 0 150px;min-width:150px}.reports-filter-label{font-size:.625rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#64748b;padding-left:.125rem;white-space:nowrap}.reports-filter-select{min-height:42px;border-radius:12px;border:1px solid rgba(148,163,184,.28);background:#ffffffeb;box-shadow:inset 0 1px #ffffffb3}.reports-filter-select:focus{border-color:#0ea5e980;box-shadow:0 0 0 4px #0ea5e91f,inset 0 1px #ffffffe6}.reports-filter-input{width:100%;height:36px;min-height:36px;padding:0 .75rem;border:1px solid #e0e0e2;border-radius:8px;background:#fbfcfd;color:var(--color-text-primary);font-size:.875rem;font-weight:500;font-family:inherit;box-sizing:border-box;outline:none;box-shadow:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}.reports-filter-group-compact{gap:0}.reports-toolbar-search .products-search-wrapper,.reports-filter-btn,.reports-filter-input{height:36px;min-height:36px}.reports-filter-input:focus{border-color:#5b6ef52e;box-shadow:0 0 0 3px #5b6ef514}.reports-filter-input::placeholder{color:#6b7280;opacity:1}.reports-filter-dropdown-container{position:relative}.reports-filter-btn{width:100%;justify-content:space-between!important;gap:.5rem!important;min-height:36px!important;border:1px solid #e0e0e2!important;border-radius:8px!important;background:#fbfcfd!important;color:var(--color-text-primary)!important;font-size:.875rem!important;font-weight:500!important;padding:0 .75rem!important}.reports-filter-btn:hover{background:#11182705!important}.reports-filter-btn.is-active{background:#5b6ef514!important;border-color:#5b6ef52e!important}.reports-filter-chevron{width:14px;height:14px;flex-shrink:0;opacity:.6;transition:transform .2s}.reports-filter-dropdown{min-width:100%;max-width:320px;z-index:1100}.reports-filter-hint{padding-top:.5rem;font-size:.75rem;color:#64748b}.reports-toolbar-actions{display:flex;justify-content:flex-end;align-items:center;gap:.75rem;margin-top:.5rem;padding:0}.reports-toolbar-buttons{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.75rem}.reports-toolbar-buttons .btn{display:inline-flex;align-items:center;gap:.45rem;min-height:36px;height:36px;border-radius:8px;padding-inline:.75rem;flex-shrink:0;font-size:.875rem;line-height:1}.reports-action-icon{width:16px;height:16px;flex-shrink:0}.reports-side-panel{position:fixed;top:3rem;right:-540px;width:500px;max-width:calc(100vw - 2rem);max-height:calc(100vh - 6rem);background:var(--color-bg-primary);border-radius:var(--radius-lg);box-shadow:-2px 0 16px #00000026;z-index:10000;display:flex;flex-direction:column;transition:right .3s ease-out;overflow:hidden}.reports-side-panel.open{right:1rem}.reports-side-panel-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.5rem;flex-shrink:0;border-radius:var(--radius-lg) var(--radius-lg) 0 0}.reports-side-panel-header>div{min-width:0}.reports-side-panel-header h2{margin:0;font-size:.875rem;font-weight:600;color:#535461}.reports-side-panel-header p{margin:.35rem 0 0;font-size:.8125rem;color:var(--color-text-muted);line-height:1.4}.reports-side-panel-close{display:inline-flex;align-items:center;justify-content:center;padding:.25rem;border:none;border-radius:var(--radius-md);background:none;color:#535461!important;cursor:pointer;transition:all var(--transition-fast);flex-shrink:0;line-height:0}.reports-side-panel-close:hover{background:#0000000d;color:#2d2e36}.reports-side-panel-close svg{width:16px;height:16px;stroke-width:2;display:block}.reports-side-panel-content{flex:1;overflow-y:auto;padding:1rem 1.5rem 1.5rem}.reports-column-list{display:flex;flex-direction:column;gap:.5rem}.reports-column-row{display:grid;grid-template-columns:30px 24px 1fr auto;align-items:center;gap:.75rem;padding:.5rem 0;height:40px;background:var(--color-bg-primary);border:none;border-radius:var(--radius-md);transition:all var(--transition-fast)}.reports-column-row.is-hidden{background:#eef1f5}.reports-column-row.is-dragging{opacity:.55;background:#f7f8fa}.reports-column-drag-icon{width:16px;height:16px;color:#8e8e93;flex-shrink:0}.reports-column-toggle{position:relative;display:inline-flex;align-items:center;flex-shrink:0;cursor:pointer}.reports-column-checkbox-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border:2px solid rgba(17,24,39,.2);border-radius:3px;cursor:pointer;position:relative;transition:all .2s ease;background:#fff;flex-shrink:0}.reports-column-checkbox-input:hover{border-color:#1118274d}.reports-column-checkbox-input:checked{background:#6b7280;border-color:#6b7280}.reports-column-checkbox-input:checked:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(45deg);width:4px;height:8px;border:solid white;border-width:0 2px 2px 0}.reports-column-label{flex:1;font-size:.875rem;color:#111827;font-weight:500;min-width:0}.reports-column-actions{display:flex;gap:.25rem;flex-shrink:0}.reports-column-actions button{width:34px;height:34px;padding:0;border:1px solid rgba(60,60,67,.16);border-radius:6px;background:#fff;color:#3a3a3c;font-size:.875rem;cursor:pointer;transition:all .15s}.reports-column-actions button:hover:not(:disabled){background:#f7f8fa}.reports-column-actions button:disabled{cursor:not-allowed;opacity:.3}.reports-column-manager-footer{display:flex;align-items:center;justify-content:center;flex-shrink:0;margin:0 auto;max-width:max-content;padding:1rem;gap:.75rem;background:var(--color-bg-primary);border-top:1px solid var(--color-border);border-radius:100px;box-shadow:0 1px 4px #b7bbdb24,0 0 1px #afb2cee6,0 8px 12px #0e0e2d14,0 14px 20px #04043405;align-self:center}.reports-column-manager-footer .btn{font-size:.8125rem}.reports-toolbar-note{max-width:240px;font-size:.8125rem;line-height:1.4;color:#64748b}.reports-list-summary{margin:.9rem 0 .75rem}.reports-table-wrap{overflow:hidden;border:none;border-radius:var(--radius-md);background:#fff;margin-top:1rem}.reports-table-scroll-sync{overflow-x:auto;overflow-y:hidden;height:16px;margin-bottom:.75rem;scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.9) rgba(148,163,184,.12)}.reports-table-scroll-sync-inner{height:1px;min-width:100%;display:block}.reports-table-scroll-area{overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.9) transparent}.reports-table-scroll-sync::-webkit-scrollbar,.reports-table-scroll-area::-webkit-scrollbar{height:10px}.reports-table-scroll-sync::-webkit-scrollbar-track,.reports-table-scroll-area::-webkit-scrollbar-track{background:#94a3b81f;border-radius:999px}.reports-table-scroll-sync::-webkit-scrollbar-thumb,.reports-table-scroll-area::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#94a3b8d9,#64748bf2);border-radius:999px;border:2px solid rgba(255,255,255,.92)}.reports-table-scroll-sync::-webkit-scrollbar-thumb:hover,.reports-table-scroll-area::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#64748bf2,#475569)}.reports-table{width:100%;border-collapse:collapse;font-size:.875rem;min-width:1200px}.reports-table thead{border-bottom:1px solid rgba(17,24,39,.08)}.reports-table th,.reports-table td{padding:.875rem 1rem;text-align:left;vertical-align:middle;white-space:nowrap}.reports-table th{color:#6e6e76;font-size:.8359375rem;text-transform:none;letter-spacing:.025em;font-weight:600}.reports-table .reports-th-content{display:inline-flex;align-items:center;gap:.25rem;width:100%;min-height:1.75rem;padding:.25rem .5rem;border-radius:var(--radius-sm);box-sizing:border-box;justify-content:flex-start;font-size:.8359375rem;line-height:1.2}.reports-table th.reports-th-secondary{color:#9ca3af;font-size:inherit;font-weight:inherit;letter-spacing:inherit}.reports-table thead tr:first-child th:first-child{border-top-left-radius:var(--radius-md)}.reports-table thead tr:first-child th:last-child{border-top-right-radius:var(--radius-md)}.reports-table tbody tr{transition:all var(--transition-fast)}.reports-table tbody tr:hover{background:#11182705}.reports-table tbody tr:last-child td:first-child{border-bottom-left-radius:var(--radius-md)}.reports-table tbody tr:last-child td:last-child{border-bottom-right-radius:var(--radius-md)}.reports-table tbody tr:last-child td{border-bottom:none}.reports-table th:nth-child(1),.reports-table td:nth-child(1){width:60px;min-width:60px;text-align:center}.reports-table th:nth-child(2),.reports-table td:nth-child(2){width:100px;min-width:100px;text-align:center}.reports-table th:nth-child(3),.reports-table td:nth-child(3){min-width:200px;max-width:300px;white-space:normal;word-wrap:break-word}.reports-table th:nth-child(4),.reports-table td:nth-child(4),.reports-table th:nth-child(5),.reports-table td:nth-child(5),.reports-table th:nth-child(6),.reports-table td:nth-child(6),.reports-table th:nth-child(7),.reports-table td:nth-child(7),.reports-table th:nth-child(8),.reports-table td:nth-child(8),.reports-table th:nth-child(9),.reports-table td:nth-child(9),.reports-table th:nth-child(10),.reports-table td:nth-child(10){width:140px;min-width:140px;text-align:center}.reports-table th:nth-child(11),.reports-table td:nth-child(11),.reports-table th:nth-child(12),.reports-table td:nth-child(12){width:120px;min-width:120px;text-align:center}.reports-table button.reports-sort-btn,.reports-table button.reports-th-static-btn{all:unset!important;display:inline-flex;align-items:center;justify-content:flex-start;gap:.25rem;width:100%;min-height:1.75rem;padding:.25rem .5rem;border-radius:var(--radius-sm);box-sizing:border-box;cursor:pointer;color:inherit;font:inherit;white-space:nowrap}.reports-table button.reports-th-static-btn{cursor:default}.reports-table button.reports-th-static-btn:disabled{opacity:1;cursor:default}.reports-table th.reports-th-secondary button.reports-sort-btn,.reports-table th.reports-th-secondary button.reports-th-static-btn{color:#9ca3af}.reports-table .reports-sort-btn:focus-visible{outline:2px solid rgba(17,24,39,.18);outline-offset:2px}.reports-table tbody td:nth-child(5),.reports-table tbody td:nth-child(6),.reports-table tbody td:nth-child(9),.reports-table tbody td:nth-child(10),.reports-table tbody td:nth-child(11){font-weight:500;color:var(--color-text-primary);font-size:.875rem}.reports-table tbody td:nth-child(3){font-weight:500;color:var(--color-text-primary)}.report-recommendation{display:inline-flex;align-items:center;gap:.25rem;font-weight:600}.report-recommendation-none{color:var(--color-text-muted)}.report-recommendation-down{color:#ef4444}.report-recommendation-same{color:#6b7280}.report-recommendation-arrow{font-size:1.125rem;line-height:1}@media (max-width: 1200px){.reports-toolbar-main{grid-template-columns:1fr}.reports-toolbar-controls{grid-template-columns:repeat(2,minmax(0,1fr))}.reports-toolbar-actions,.reports-toolbar-buttons{justify-content:flex-start}}@media (max-width: 768px){.reports-page-header{flex-wrap:nowrap;align-items:center;gap:.5rem}.reports-page-header>h1{flex:1 1 auto;min-width:0}.reports-toolbar-buttons-inline{margin-left:0;flex:0 0 auto}.reports-toolbar{padding:.875rem;border-radius:16px}.reports-toolbar-controls{display:grid;grid-template-columns:1fr}.reports-filter-group,.reports-filter-group-compact{min-width:0;flex:none}.reports-toolbar-actions{display:grid;grid-template-columns:1fr;justify-content:stretch}.reports-toolbar-buttons{display:flex;flex-wrap:nowrap;gap:.5rem}.reports-toolbar-buttons .btn{justify-content:center;white-space:nowrap}.reports-toolbar-note{max-width:none}.reports-side-panel{top:.75rem;right:-100vw;width:calc(100vw - 1rem);max-width:none;max-height:calc(100vh - 1.5rem)}.reports-side-panel.open{right:.5rem}.reports-side-panel-content{padding-inline:1rem}}:root{--color-primary: #6366f1;--color-primary-dark: #5b6ef5;--color-primary-light: rgba(91, 110, 245, .1);--color-secondary: #1a1a1e;--color-accent: #6366f1;--color-success: #22a55d;--color-warning: #d1a23a;--color-danger: #e0494c;--color-bg-primary: #ffffff;--color-bg-secondary: #ffffff;--color-bg-tertiary: #f0f0f2;--color-bg-dark: #202024;--color-text-primary: rgb(30, 30, 42);--color-text-secondary: #6e6e76;--color-text-muted: #9b9ba3;--color-text-tertiary: #9b9ba3;--color-border: #e8e8ea;--color-border-light: #e8e8ea;--shadow-sm: 0 1px 2px rgba(20, 20, 24, .03);--shadow-md: 0 8px 20px rgba(20, 20, 24, .04);--shadow-lg: 0 16px 36px rgba(20, 20, 24, .06);--shadow-xl: 0 24px 56px rgba(20, 20, 24, .08);--shadow-2xl: 0 32px 72px rgba(20, 20, 24, .1);--shadow-glow: 0 0 0 rgba(0, 0, 0, 0);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--radius-full: 9999px;--transition-fast: .14s ease-out;--transition-base: .18s ease-out;--transition-slow: .24s ease-in-out;--font-family-text: "Inter", "SF Pro Text", "Segoe UI", sans-serif;--font-family-display: "Inter", "SF Pro Display", "Segoe UI", sans-serif;font-family:var(--font-family-text);color:var(--color-text-primary);background:#fff;font-size:14px;font-weight:400;line-height:1.5;font-variant-numeric:tabular-nums}::view-transition-group(*),::view-transition-old(*),::view-transition-new(*){animation-duration:.25s;animation-timing-function:cubic-bezier(.19,1,.22,1)}body{margin:0;background:#fff;color:var(--color-text-primary);font-family:var(--font-family-text);font-size:14px;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}*:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-weight:400!important}h1,h2,h3,h4,h5,h6{font-family:var(--font-family-display);font-weight:400;line-height:1.2}h1{font-size:26px}h2{font-size:18px}h3{font-size:16px}h4,h5,h6{font-size:14px}@media (max-width: 1024px){h1{font-size:18px}h2{font-size:16px}h3{font-size:14px}}button,input,select,textarea{font:inherit;font-variant-numeric:tabular-nums}a{color:var(--color-primary)}.wrap{min-height:100vh;display:grid;place-content:center;text-align:center;gap:1.25rem;padding:2rem}.wrap h1{font-size:1.625rem;font-weight:400;color:var(--color-text-primary);margin:0;letter-spacing:-.03em}h1,h2,h3,.prom-wrap>h1,.dashboard-title,.dashboard-panel-head h2,.app-header-title,.app-sidebar-brand-text{font-weight:400!important}.prom-wrap>h1,.dashboard-title,.app-header-title{font-size:1.625rem!important}.link{position:relative;color:var(--color-primary);text-decoration:none;font-weight:400;transition:color var(--transition-fast)}.link:hover{color:var(--color-primary-dark)}.error{color:var(--color-danger);font-weight:400;background:#d645450f;padding:.875rem 1rem;border-radius:var(--radius-md);border:1px solid rgba(214,69,69,.14);margin:1rem 0;font-size:14px}::selection{background:#5b6ef52e}.btn{display:flex!important;align-items:center!important;justify-content:center;gap:.5rem;min-height:38px;padding:.625rem 1rem;font-size:14px;font-weight:400;font-family:inherit;line-height:1!important;border:1px solid transparent;border-radius:var(--radius-full);cursor:pointer;transition:background-color var(--transition-fast),border-color var(--transition-fast),color var(--transition-fast),box-shadow var(--transition-fast);text-decoration:none;white-space:nowrap;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;background:var(--color-bg-tertiary);color:var(--color-text-primary);box-shadow:none}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:var(--color-primary);color:#fff;border:none}.btn-primary:hover:not(:disabled){background:var(--color-primary-dark);border:none;box-shadow:var(--shadow-sm)}.btn-success{background:var(--color-success);color:#fff;border-color:var(--color-success)}.btn-success:hover:not(:disabled){background:#278950;border-color:#278950}.btn-danger{background:var(--color-bg-tertiary);color:var(--color-danger);border-color:transparent}.btn-danger:hover:not(:disabled){background:#ececef;border-color:transparent}.btn-secondary{background:var(--color-bg-tertiary);color:var(--color-text-primary);border-color:transparent}.btn-secondary:hover:not(:disabled){background:#e9e9ec;border-color:transparent}.btn-outline{background:transparent;color:var(--color-text-primary);border-color:#e0e0e2}.btn-outline:hover:not(:disabled){background:#00000005;border-color:#d0d0d2}.btn-accent{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.btn-accent:hover:not(:disabled){background:var(--color-primary-dark);border-color:var(--color-primary-dark)}.btn-lg{min-height:40px;padding:.75rem 1.25rem;font-size:14px}.btn-sm{min-height:32px;padding:.45rem .85rem;font-size:13px}.btn-block{width:100%;display:flex}.btn-icon,.btn-icon-right{width:16px;height:16px;flex-shrink:0;line-height:1}.btn-loading{position:relative;color:transparent;pointer-events:none}.btn-loading:after{content:"";position:absolute;width:1rem;height:1rem;top:50%;left:50%;margin-left:-.5rem;margin-top:-.5rem;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin .6s linear infinite}.btn-secondary.btn-loading:after,.btn-danger.btn-loading:after,.btn-accent.btn-loading:after{border:2px solid rgba(31,31,31,.14);border-top-color:currentColor}.btn.btn-primary{background:var(--color-primary)!important;color:#fff!important;border:none!important;box-shadow:none!important}.btn.btn-primary:hover:not(:disabled){background:var(--color-primary-dark)!important;border:none!important;box-shadow:var(--shadow-sm)!important}.btn-text{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;height:36px;padding:0 .25rem;font-size:.875rem;font-weight:600;font-family:inherit;line-height:1.2;border:none;background:transparent;color:var(--color-text-secondary)!important;cursor:pointer;transition:color var(--transition-fast),opacity var(--transition-fast);text-decoration:none;white-space:nowrap;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.btn-text:hover:not(:disabled){color:var(--color-primary)!important}.btn-text:disabled{opacity:.4;cursor:not-allowed}.app-shell{min-height:100vh;display:flex;flex-direction:column;background:radial-gradient(circle at top left,rgba(90,200,250,.12),transparent 28%),radial-gradient(circle at top right,rgba(10,132,255,.08),transparent 24%),#f5f5f7;padding:1rem;gap:1rem}.app-body{display:flex;gap:1rem;min-height:0;flex:1}.app-sidebar{background:#ffffffb8;color:#6b7280;padding:1rem;display:flex;flex-direction:column;gap:1rem;box-shadow:var(--shadow-lg);position:relative;overflow:hidden;width:250px;transition:width .3s cubic-bezier(.4,0,.2,1),padding .3s cubic-bezier(.4,0,.2,1);flex-shrink:0;border-radius:24px;border:1px solid rgba(255,255,255,.55);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.app-sidebar.is-collapsed{width:60px;padding:1rem .625rem}.app-sidebar-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.app-sidebar.is-collapsed .app-sidebar-head{gap:.125rem}.app-sidebar.is-collapsed .app-sidebar-toggle{transform:translate(-11px)}.app-sidebar-title{font-size:.92rem;font-weight:600;color:#111827;letter-spacing:-.02em;white-space:nowrap}.app-sidebar-toggle{width:52px;height:52px;padding:0;border:1px solid var(--color-border);border-radius:999px;background:#ffffffe6;color:#3a3a3c;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--transition-fast);flex-shrink:0;line-height:0}.app-sidebar-toggle:hover{background:#fff;box-shadow:var(--shadow-sm)}.app-sidebar-toggle svg{width:34px;height:34px;display:block}.app-nav{display:grid;gap:.5rem;position:relative;z-index:1}.app-nav-item{display:flex;align-items:center;gap:.875rem;color:#6b7280;text-decoration:none;border-radius:16px;padding:.7rem .875rem;font-size:1.1rem;font-weight:500;transition:background-color var(--transition-fast),border-color var(--transition-fast),box-shadow var(--transition-fast),transform var(--transition-fast),color var(--transition-fast);position:relative;overflow:hidden;white-space:nowrap;justify-content:flex-start;border:0;background:#ffffff14;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}.app-sidebar.is-collapsed .app-nav-item{justify-content:center;padding:.7rem}.app-nav-item:hover{background:linear-gradient(135deg,#ffffffd1,#f6f8fcb8);color:#111827;box-shadow:inset 0 1px #ffffffe0,0 12px 28px #0f172a14;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.app-nav-item.is-active{background:#1118271a;color:#111827;font-weight:600;box-shadow:inset 0 1px #ffffff70,0 8px 20px #00000014}.import-page-title{font-weight:600}.app-nav-item-icon{display:grid;place-items:center;width:32px;height:32px;flex-shrink:0;color:var(--icon-tint, var(--color-primary));background:color-mix(in srgb,var(--icon-tint, var(--color-primary)) 12%,white);border-radius:8px;border:1px solid color-mix(in srgb,var(--icon-tint, var(--color-primary)) 16%,white)}.app-nav-item-icon svg{width:20px;height:20px}.app-nav-item:hover .app-nav-item-icon,.app-nav-item.is-active .app-nav-item-icon{background:color-mix(in srgb,var(--icon-tint, var(--color-primary)) 20%,white);border-color:color-mix(in srgb,var(--icon-tint, var(--color-primary)) 28%,white);box-shadow:0 10px 22px color-mix(in srgb,var(--icon-tint, var(--color-primary)) 18%,transparent)}.app-nav-item:hover .app-nav-item-text{color:#1c1c1e}.app-nav-item-text{opacity:1;transform:translate(0);transition:opacity .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1);pointer-events:auto}.app-sidebar.is-collapsed .app-nav-item-text{opacity:0;width:0;transform:translate(-10px);pointer-events:none}.app-sidebar.is-collapsed .app-nav-item[data-title]:after{content:attr(data-title);position:absolute;left:calc(100% + .5rem);transform:translateY(-50%) translate(-10px);color:#fff;padding:.5rem .75rem;font-size:.875rem;font-weight:600;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity var(--transition-fast),transform var(--transition-fast);z-index:1000;box-shadow:var(--shadow-lg);inset:auto;border-radius:var(--radius-md);background:#0f172af2}.app-sidebar.is-collapsed .app-nav-item:hover:after{opacity:1;transform:translateY(-50%) translate(0)}.app-sidebar.is-open .app-nav-item:after{display:none}.app-main-wrapper{flex:1;display:flex;flex-direction:column;min-width:0;overflow:visible;gap:1rem}.app-header{background:#fff;border-radius:24px;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;box-shadow:var(--shadow-lg);z-index:10000;border:1px solid rgba(0,0,0,.08);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.app-header-left{display:flex;align-items:center;gap:1rem}.app-header-title{font-size:1.2rem;font-weight:600;color:#111827;margin:0;letter-spacing:-.03em}.app-header-right{display:flex;align-items:center;gap:.5rem}.app-header-right>*+*{position:relative;padding-left:.625rem}.app-header-right>*+*:before{content:"";position:absolute;left:0;top:50%;width:1px;height:24px;transform:translateY(-50%);background:#3c3c432e}.app-header-right>button,.app-header-right .app-header-user{border:0}.notifications-root{position:relative;display:inline-flex;align-items:center;justify-content:center}.app-header-notification{position:relative;background:transparent;border:0;border-radius:999px;padding:0;cursor:pointer;transition:all var(--transition-fast);display:flex;align-items:center;justify-content:center;box-shadow:none;min-width:20px;min-height:20px}.app-header-notification:hover{background:transparent;box-shadow:none}.notification-icon{width:18px;height:18px;color:var(--color-text-secondary);line-height:1}.notification-badge{position:absolute;top:-6px;right:-6px;background:var(--color-danger);color:#fff;font-size:.75rem;font-weight:600;padding:.125rem .4rem;border-radius:var(--radius-full);min-width:20px;text-align:center;box-shadow:var(--shadow-md);animation:pulse 2s ease-in-out infinite}.notifications-popover{position:absolute;top:calc(100% + .75rem);right:0;width:min(380px,calc(100vw - 2rem));border-radius:20px;border:1px solid rgba(255,255,255,.58);background:#ffffffc2;box-shadow:var(--shadow-2xl);overflow:hidden;z-index:80;-webkit-backdrop-filter:blur(28px);backdrop-filter:blur(28px)}.notifications-popover-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 1rem .85rem;border-bottom:1px solid var(--color-border-light)}.notifications-popover-head h3{margin:0;font-size:1rem}.notifications-popover-head p{margin:.25rem 0 0;color:var(--color-text-secondary);font-size:.78rem;max-width:28ch}.notifications-mark-all{height:32px!important;padding:0 .8rem!important;font-size:.8rem!important;white-space:nowrap}.notifications-popover-body{padding:.75rem;max-height:min(420px,60vh);overflow:auto}.notifications-empty{display:grid;gap:.35rem;padding:1.1rem .7rem;text-align:left}.notifications-empty strong{color:var(--color-text-primary)}.notifications-empty span{color:var(--color-text-secondary);font-size:.85rem;line-height:1.45}.notifications-list{display:grid;gap:.6rem}.notifications-item{width:100%;height:auto!important;min-height:0;display:grid;gap:.35rem;text-align:left;padding:.85rem!important;border-radius:16px!important;border:1px solid rgba(255,255,255,.58)!important;background:#ffffffbd!important;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.notifications-item.is-unread{background:#0a84ff1a!important;border-color:#0a84ff24!important}.notifications-item-top{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.notifications-item-title{color:var(--color-text-primary);font-weight:600}.notifications-item-dot{width:10px;height:10px;border-radius:999px;background:var(--color-primary);flex-shrink:0}.notifications-item-body{color:var(--color-text-secondary);font-size:.84rem;line-height:1.45}.notifications-item-time{color:var(--color-text-muted);font-size:.74rem;font-weight:600}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}.app-header-payment{padding:.375rem .5rem;font-size:.875rem;display:flex;align-items:center;gap:.375rem;white-space:nowrap;border:0!important;background:transparent!important;box-shadow:none!important;color:#111827!important}.app-header-payment:hover{background:transparent!important;box-shadow:none!important}.app-header-account{position:relative;display:inline-flex;align-items:center;justify-content:center}.app-header-user{display:flex;align-items:center;gap:.5rem;padding:.25rem .375rem .25rem .25rem;background:transparent;border-radius:999px;border:0;transition:all var(--transition-fast);cursor:pointer;font-family:inherit}.app-header-user:hover{background:transparent;box-shadow:none;transform:none}.app-header-user.is-open{background:transparent;box-shadow:none}.app-header-user-avatar{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,#5ac8fa,#0a84ff);color:#fff;display:grid;place-items:center;font-weight:600;font-size:1.125rem;box-shadow:none}.app-header-user-info{display:flex;flex-direction:column;gap:.05rem;min-width:0}.app-header-user-chevron{width:14px;height:14px;color:#6b7280;flex-shrink:0}.app-header-user-name{font-size:.875rem;font-weight:600;color:#111827;line-height:1.2}.app-header-user-email{display:block;max-width:72px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.6875rem;color:#8e8e93;line-height:1.1}.app-account-menu{position:absolute;top:calc(100% + .75rem);right:0;width:140px;min-width:140px;padding:.25rem;display:grid;gap:.125rem;border-radius:18px;background:#ffffffd1;box-shadow:var(--shadow-xl);border:1px solid rgba(255,255,255,.62);-webkit-backdrop-filter:blur(28px);backdrop-filter:blur(28px);z-index:90}.app-account-menu-link{display:flex;align-items:center;gap:.5rem;width:100%;min-height:34px;padding:.45rem .625rem;border:0;border-radius:14px;background:transparent;color:#111827;text-decoration:none;text-align:left;font-size:.9375rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all var(--transition-fast)}.app-account-menu-link:hover{background:#ffffffb3;box-shadow:inset 0 1px #ffffff8c}.app-account-menu-link.is-danger{color:#ff3b30}.app-account-menu-icon{width:1rem;text-align:center;flex-shrink:0}.app-main{min-width:0;overflow-x:clip;flex:1;transition:margin-left .3s cubic-bezier(.4,0,.2,1);background:#ffffffd1;border:1px solid rgba(255,255,255,.55);box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-radius:16px;box-shadow:0 1px 3px #0000000f}.dashboard-page{padding:1.5rem;display:grid;gap:1.5rem;overflow-x:hidden;max-width:100%}.dashboard-nav{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.app-shell{flex-direction:row;align-items:stretch;background:#fff;padding:0;gap:0}.app-body{flex:1;display:flex;min-width:0;min-height:100vh;padding:0}.app-sidebar{width:220px;min-height:100vh;padding:1rem .75rem;border-radius:0;border:0;border-right:1px solid rgba(112,115,147,.1);background:#fbfcfd;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.app-sidebar.is-collapsed{width:72px;padding:1rem .5rem}.app-sidebar-toggle{width:38px;height:38px;border:1px solid transparent;background:transparent;color:var(--color-text-secondary)}.app-sidebar-toggle svg{width:18px;height:18px}.app-nav{gap:.25rem;margin-top:.75rem}.app-nav-item{gap:.75rem;padding:.56rem .68rem;border-radius:8px;border:0;background:transparent;color:var(--color-text-secondary);font-size:.98rem;font-weight:400}.app-nav-item:hover{background:var(--color-bg-tertiary);color:var(--color-text-primary);box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.app-nav-item.is-active{background:#7073931a;color:var(--color-text-primary);box-shadow:none}.app-nav-item.is-disabled{opacity:.52;pointer-events:none;cursor:default}.app-nav-item.is-disabled:hover{background:transparent;color:var(--color-text-secondary);box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.app-nav-item.is-disabled .app-nav-item-icon{background:transparent;border-color:transparent;box-shadow:none}.app-sidebar-head{align-items:center;gap:.5rem}.app-sidebar-brand{display:inline-flex;align-items:center;gap:.7rem;min-width:0;text-decoration:none;color:var(--color-text-primary)}.app-sidebar-brand-mark{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;background:#eef2ff;color:var(--color-primary-dark);font-size:14px;font-weight:400;flex-shrink:0}.app-sidebar-brand-mark svg{width:28px;height:28px}.app-sidebar-brand-text{font-size:14px;font-weight:400;white-space:nowrap}.app-mobile-nav-backdrop,.app-mobile-menu-toggle,.app-mobile-header-brand,.app-mobile-drawer-head,.app-mobile-drawer-close,.app-sidebar.is-collapsed .app-sidebar-brand-text{display:none}.app-nav-item-icon{width:18px;height:18px;background:transparent;border:0;color:currentColor}.app-nav-item-icon svg{width:18px;height:18px;stroke-width:1.6}.app-nav-item:hover .app-nav-item-icon,.app-nav-item.is-active .app-nav-item-icon{background:transparent;border-color:transparent;box-shadow:none}.app-header{border:0;border-radius:0;box-shadow:none;background:#fff;padding:.9rem 1.25rem}.app-header-title{font-size:1.05rem;font-weight:400;letter-spacing:-.025em}.app-header-right>*+*:before{background:#00000014}.app-header-payment{min-height:34px;padding:0 .1rem;gap:.45rem;background:transparent!important;border-color:transparent!important;box-shadow:none!important;color:var(--color-text-primary)!important;font-size:.875rem;font-weight:500}.app-header-payment svg{width:16px;height:16px}.app-header-user{gap:.625rem;padding:0}.app-header-user-avatar{width:36px;height:36px;background:#f3f4f6;color:var(--color-text-primary);border:1px solid var(--color-border-light);font-size:.95rem}.app-account-menu,.notifications-popover{background:#fffffffa;border:1px solid var(--color-border-light);box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.app-account-menu{min-width:228px;width:228px;border-radius:14px;padding:.35rem;right:0;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-6px) scale(.98);transform-origin:top right;transition:opacity .2s ease,transform .22s ease,visibility .22s ease}.app-account-menu.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)}.app-account-menu-user{display:flex;align-items:center;gap:.65rem;padding:.45rem .45rem .7rem;margin-bottom:.25rem;border-bottom:1px solid var(--color-border-light)}.app-account-menu-user-avatar{width:34px;height:34px;border-radius:50%;background:#f3f4f6;color:var(--color-text-primary);border:1px solid var(--color-border-light);display:grid;place-items:center;font-size:.9rem;font-weight:500;flex:0 0 auto}.app-account-menu-user-info{min-width:0;display:grid;gap:.1rem}.app-account-menu-user-name{color:var(--color-text-primary);font-size:.82rem;font-weight:500;line-height:1.2}.app-account-menu-user-email{color:var(--color-text-muted);font-size:.72rem;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-account-menu-link{min-height:36px;border-radius:10px;font-size:.875rem;font-weight:500;color:var(--color-text-primary)}.app-account-menu-link:hover{background:var(--color-bg-tertiary);box-shadow:none}.app-account-menu-link.is-danger{color:var(--color-danger)}.app-main{border:0;border-radius:0;box-shadow:none;background:#fff}@media (max-width: 960px){.app-shell{flex-direction:column}.app-body{min-height:0}.app-mobile-nav-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;border:0;padding:0;background:#0f172a5c;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease;z-index:89}.app-mobile-nav-backdrop.is-open{opacity:1;visibility:visible;pointer-events:auto}.app-sidebar{display:block;position:fixed;top:0;left:0;z-index:90;width:220px;max-width:220px;min-height:100vh;padding:0;border:1px solid rgba(112,115,147,.12);border-radius:0;background:#fbfcfd;box-shadow:0 20px 48px #0f172a29;transform:translate(calc(-100% - 1rem));visibility:hidden;pointer-events:none;transition:transform .24s ease,opacity .24s ease;overflow-y:auto;opacity:0}.app-sidebar.is-mobile-open{display:block;transform:translate(0);visibility:visible;pointer-events:auto;opacity:1}.app-sidebar-head{display:none}.app-mobile-drawer{display:grid;gap:.25rem;padding:1rem .75rem}.app-mobile-drawer-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding-bottom:.25rem;margin-bottom:.5rem}.app-mobile-drawer-close{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid var(--color-border-light);border-radius:0;background:#f3f4f6;color:var(--color-text-primary);flex:0 0 auto;align-self:flex-start;margin-top:-.1rem;margin-right:-.1rem}.app-mobile-drawer-close svg{width:24px;height:24px}.app-mobile-drawer .app-nav{display:grid;grid-template-columns:1fr;gap:.25rem;margin-top:.75rem;width:100%}.app-mobile-drawer .app-nav-item{width:100%;justify-content:flex-start;gap:.75rem;padding:.56rem .68rem;border-radius:8px;font-size:.98rem;font-weight:400;line-height:normal}.app-mobile-drawer .app-nav-item-text{display:block;opacity:1;width:auto;transform:none;pointer-events:auto;white-space:nowrap}.app-mobile-drawer .app-nav-item-icon{width:18px;height:18px;flex:0 0 18px;background:transparent;border:0;color:currentColor}.app-mobile-drawer .app-nav-item-icon svg{width:18px;height:18px;stroke-width:1.6}.app-mobile-drawer .app-sidebar-brand-mark{width:34px;height:34px;border-radius:10px;font-size:14px}.app-mobile-drawer .app-sidebar-brand-text{font-size:14px;font-weight:400;white-space:nowrap}.app-main-wrapper{gap:0}.app-header{position:sticky;top:0;z-index:70;padding:.8rem 1rem;border-bottom:1px solid rgba(112,115,147,.1);justify-content:flex-start}.app-header-left{min-width:0;flex:1 1 auto;gap:.5rem;overflow:hidden}.app-mobile-menu-toggle{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;padding:0;border:0;border-radius:0;background:#f3f4f6;color:var(--color-text-primary);flex:0 0 auto}.app-mobile-menu-toggle svg{width:24px;height:24px}.app-mobile-header-brand{display:inline-flex;align-items:center;gap:.55rem;min-width:0;max-width:100%;flex:1 1 auto;overflow:hidden;text-decoration:none;color:var(--color-text-primary)}.app-mobile-header-brand .app-sidebar-brand-mark{width:32px;height:32px;border-radius:9px;font-size:13px}.app-mobile-header-brand-text{display:block;min-width:0;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.92rem;font-weight:400}.app-header-right{gap:.2rem;flex:0 0 auto;margin-left:auto}.app-header-right>*+*{padding-left:.35rem}.app-header-right>*+*:before{height:18px}.app-header-payment span,.app-header-user-info,.app-header-user-chevron{display:none}.app-header-user{padding-right:.25rem}.app-account-menu{right:0;min-width:228px;width:228px}.notifications-popover{right:0;width:min(320px,calc(100vw - 1rem))}.app-main{width:100%}}.dashboard-page{display:grid;gap:1.5rem;overflow-x:hidden;max-width:100%}.landing-home{min-height:100vh;padding:1.5rem;background:radial-gradient(circle at 12% 10%,rgba(196,151,84,.16),transparent 22%),radial-gradient(circle at 88% 14%,rgba(106,143,175,.16),transparent 24%),linear-gradient(180deg,#f8f2e8,#fbfcfe 44%,#f1f5f8);color:#243447}.landing-home-hero,.landing-home-section,.landing-home-cta{width:min(1240px,100%);margin:0 auto}.landing-home-hero{display:grid;gap:1.75rem}.landing-home-topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0 .4rem}.landing-home-brand{display:inline-flex;align-items:center;gap:.75rem;color:#223247;text-decoration:none;font-size:1rem;font-weight:700;letter-spacing:-.02em}.landing-home-brand-mark{width:40px;height:40px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#3d6485,#21415f);color:#fff;box-shadow:0 14px 34px #21415f3d;font-weight:700!important}.landing-home-brand-mark svg{width:34px;height:34px}.landing-home-topbar-nav{display:inline-flex;align-items:center;gap:1.25rem;margin-left:auto;margin-right:1rem}.landing-home-topbar-nav a{color:#66778a;text-decoration:none;font-size:.94rem;transition:color var(--transition-fast)}.landing-home-topbar-nav a:hover{color:#243447}.landing-home-topbar-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}.landing-home-hero-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);gap:1.8rem;align-items:stretch}.landing-home-hero-copy,.landing-home-showcase,.landing-home-section,.landing-home-cta{background:#ffffffd1;border:1px solid rgba(255,255,255,.85);border-radius:34px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 24px 64px #24344712}.landing-home-hero-copy{padding:3.6rem;display:grid;gap:1.55rem}.landing-home-announcement{width:fit-content;padding:.45rem .8rem;border-radius:999px;background:#3d648514;color:#48627c;font-size:.86rem}.landing-home-eyebrow,.landing-home-section-eyebrow{margin:0;font-size:.82rem;font-weight:700!important;text-transform:uppercase;letter-spacing:.14em;color:#7e97ae}.landing-home-hero-copy h1,.landing-home-section-head h2,.landing-home-cta h2{margin:0;font-size:clamp(3rem,5vw,5.35rem);line-height:.91;letter-spacing:-.05em}.landing-home-subtitle,.landing-home-cta p,.landing-home-feature-card p,.landing-home-flow-step p,.landing-home-value-card p,.landing-home-section-lead{margin:0;font-size:.98rem;line-height:1.6;color:#6d7d8d}.landing-home-hero-actions,.landing-home-cta-actions{display:flex;gap:.9rem;flex-wrap:wrap}.landing-home-secondary-cta{background:#3d648514!important;border:1px solid rgba(61,100,133,.1)!important}.landing-home-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.landing-home-metric{display:grid;gap:.45rem;padding:1rem 1rem 0;border-top:1px solid rgba(61,100,133,.12)}.landing-home-metric strong,.landing-home-showcase-card strong,.landing-home-dashboard-head strong,.landing-home-dashboard-stats strong,.landing-home-value-card h3,.landing-home-feature-card h3,.landing-home-flow-step h3{font-weight:700!important}.landing-home-metric strong{font-size:1.45rem;letter-spacing:-.04em}.landing-home-metric span{color:#6d7d8d;line-height:1.5}.landing-home-trust{display:flex;gap:.9rem;flex-wrap:wrap}.landing-home-trust span{display:inline-flex;align-items:center;padding:.6rem .9rem;border-radius:999px;background:#3d648514;color:#46617b;font-size:.88rem;font-weight:600!important}.landing-home-showcase{padding:1.2rem;display:grid;gap:1rem;background:radial-gradient(circle at top right,rgba(255,255,255,.14),transparent 34%),linear-gradient(160deg,#29455f,#385c7b 55%,#4a7192);color:#fff}.landing-home-showcase-primary{background:#ffffff0f;border:1px solid rgba(255,255,255,.08)}.landing-home-showcase-window{display:inline-flex;align-items:center;gap:.35rem}.landing-home-showcase-window span{width:9px;height:9px;border-radius:50%;background:#ffffff61}.landing-home-dashboard-card,.landing-home-showcase-stack{border-radius:24px}.landing-home-dashboard-card{display:grid;gap:1.1rem;padding:1.35rem;background:#fff;color:#243447}.landing-home-dashboard-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.landing-home-dashboard-head p,.landing-home-dashboard-stats span{margin:0;color:#708091;font-size:.88rem}.landing-home-dashboard-head span{padding:.34rem .65rem;border-radius:999px;background:#4a71921f;color:#355a78;font-size:.78rem;font-weight:700!important;text-transform:uppercase}.landing-home-dashboard-chart{position:relative;min-height:130px;border-radius:18px;overflow:hidden;background:linear-gradient(180deg,#f5f8fbf2,#ebf1f6eb),repeating-linear-gradient(90deg,transparent,transparent 52px,rgba(21,32,49,.06) 52px,rgba(21,32,49,.06) 53px)}.landing-home-dashboard-line{position:absolute;inset:auto 12px 14px 12px;height:56px;border-radius:999px}.landing-home-dashboard-line-main{background:linear-gradient(135deg,#c6995852,#c699580f);clip-path:polygon(0 80%,13% 62%,27% 72%,41% 38%,58% 52%,72% 22%,86% 35%,100% 0,100% 100%,0 100%)}.landing-home-dashboard-line-secondary{inset:auto 12px 14px 12px;background:linear-gradient(135deg,#4a719238,#4a71920f);clip-path:polygon(0 92%,12% 76%,26% 68%,40% 74%,55% 44%,69% 58%,84% 28%,100% 36%,100% 100%,0 100%)}.landing-home-dashboard-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.landing-home-dashboard-stats div{padding:1rem;border-radius:18px;background:#f5f8fb}.landing-home-showcase-stack{display:grid;gap:.75rem}.landing-home-showcase-card{display:grid;gap:.35rem;padding:1rem 1.1rem;border-radius:22px;background:#ffffff14;border:1px solid rgba(255,255,255,.08)}.landing-home-showcase-card p,.landing-home-showcase-card span{margin:0;color:inherit}.landing-home-showcase-card p{font-size:.82rem;color:#ffffff9e;text-transform:uppercase;letter-spacing:.08em;font-weight:700!important}.landing-home-showcase-primary p,.landing-home-showcase-primary span{color:#ffffffc7}.landing-home-showcase-card strong{font-size:1.4rem;line-height:1.1;letter-spacing:-.03em}.landing-home-section,.landing-home-cta{margin-top:1.5rem;padding:2.35rem}.landing-home-section-head{display:grid;gap:.55rem;margin-bottom:1.35rem}.landing-home-section-head h2,.landing-home-cta h2{font-size:clamp(1.7rem,3vw,2.8rem)}.landing-home-section-lead{max-width:70ch}.landing-home-feature-grid,.landing-home-flow-grid,.landing-home-value-grid{display:grid;gap:1rem}.landing-home-value-card{display:grid;gap:.6rem;padding:1.35rem;border-radius:24px;background:linear-gradient(180deg,#f8f2e8f2,#fffffffa),#fff;border:1px solid rgba(74,113,146,.1);box-shadow:inset 0 1px #ffffffb3}.landing-home-value-card h3{margin:0;font-size:1.18rem;letter-spacing:-.03em}.landing-home-feature-card,.landing-home-flow-step{padding:1.35rem;border-radius:22px;background:#f8fafc;border:1px solid rgba(148,163,184,.12)}.landing-home-feature-card h3{margin:0 0 .55rem;font-size:1.08rem;letter-spacing:-.03em}.landing-home-flow-step{display:grid;gap:.65rem;background:linear-gradient(180deg,#fff,#f6f8fb)}.landing-home-flow-step h3{margin:0;font-size:1.08rem}.landing-home-flow-index{font-size:.9rem;font-weight:800!important;color:#4a7192;letter-spacing:.08em}.landing-home-shots-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,.7fr);gap:1rem}.landing-home-shot-card{display:block}.landing-home-shot-main{grid-row:span 2}.landing-home-shot-media,.landing-home-wide-shot-frame{position:relative;min-height:280px;border-radius:28px;border:1px dashed rgba(74,113,146,.28);background:linear-gradient(180deg,#fffffff5,#f6f9fcfa),repeating-linear-gradient(90deg,transparent,transparent 72px,rgba(74,113,146,.05) 72px,rgba(74,113,146,.05) 73px);overflow:hidden}.landing-home-shot-media:before,.landing-home-wide-shot-frame:before,.landing-home-shot-media:after,.landing-home-wide-shot-frame:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.landing-home-shot-media:before,.landing-home-wide-shot-frame:before{background:linear-gradient(135deg,transparent 49.4%,rgba(74,113,146,.12) 49.5%,rgba(74,113,146,.12) 50.5%,transparent 50.6%)}.landing-home-shot-media:after,.landing-home-wide-shot-frame:after{background:linear-gradient(45deg,transparent 49.4%,rgba(74,113,146,.12) 49.5%,rgba(74,113,146,.12) 50.5%,transparent 50.6%)}.landing-home-shot-main .landing-home-shot-media{min-height:500px}.landing-home-shot-placeholder,.landing-home-wide-shot-placeholder{position:relative;z-index:1;min-height:100%;display:grid;place-content:center;gap:.7rem;text-align:center;padding:2rem}.landing-home-shot-placeholder strong,.landing-home-wide-shot-placeholder strong{font-size:1.15rem;color:#243447;font-weight:700!important}.landing-home-shot-placeholder span,.landing-home-wide-shot-placeholder span{color:#6d7d8d;font-size:.95rem;letter-spacing:.08em;text-transform:uppercase}.landing-home-wide-shot{display:grid;gap:1.1rem}.landing-home-wide-shot-copy{display:grid;gap:.55rem;max-width:56rem}.landing-home-wide-shot-frame{min-height:420px}.landing-home-cta{display:flex;align-items:center;justify-content:space-between;gap:1rem;background:radial-gradient(circle at right top,rgba(255,122,26,.14),transparent 28%),linear-gradient(180deg,#ffffffeb,#f8fafcf2)}@media (max-width: 1080px){.landing-home-topbar{flex-wrap:wrap}.landing-home-topbar-nav{order:3;width:100%;margin:0;justify-content:flex-start}.landing-home-hero-grid,.landing-home-shots-grid,.landing-home-value-grid,.landing-home-flow-grid{grid-template-columns:1fr}.landing-home-shot-main{grid-row:auto}}@media (max-width: 768px){.landing-home{padding:1rem}.landing-home-hero-copy,.landing-home-showcase,.landing-home-section,.landing-home-cta{padding:1.6rem;border-radius:24px}.landing-home-hero-copy h1{font-size:clamp(2.2rem,12vw,3.6rem)}.landing-home-metrics,.landing-home-feature-grid,.landing-home-dashboard-stats,.landing-home-value-grid{grid-template-columns:1fr}.landing-home-cta{align-items:flex-start}.landing-home-shot-main .landing-home-shot-media,.landing-home-shot-media,.landing-home-wide-shot-frame{min-height:260px}}@media (max-width: 560px){.landing-home-topbar-actions,.landing-home-topbar-nav,.landing-home-hero-actions,.landing-home-cta-actions{width:100%}.landing-home-topbar-nav{gap:.8rem;flex-wrap:wrap}.landing-home-hero-actions .btn,.landing-home-cta-actions .btn{width:100%}}.quick-start-page{display:grid;gap:1rem;width:min(1120px,100%);margin:0 auto}.quick-start-hero{display:grid;gap:1.25rem;justify-items:center;text-align:center;padding:1.6rem 1.35rem;border-radius:24px;background:#fff}.quick-start-copy{display:grid;gap:.7rem;justify-items:center}.quick-start-eyebrow{margin:0;font-size:.74rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#f97316}.quick-start-copy h1{margin:0;font-size:clamp(1.6rem,3vw,2.35rem);line-height:1.05;letter-spacing:-.04em;color:var(--color-text-primary)}.quick-start-subtitle{margin:0;max-width:70ch;color:var(--color-text-secondary);line-height:1.55}.quick-start-points{display:flex;align-items:stretch;justify-content:center;flex-wrap:wrap;gap:.75rem;width:100%}.quick-start-point{display:grid;justify-items:center;align-content:start;gap:.6rem;flex:1 1 220px;max-width:280px;padding:1rem .9rem;border-radius:18px;background:#f8fafc;text-align:center}.quick-start-point strong{width:36px;height:36px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:#111827;color:#fff;font-size:.95rem}.quick-start-point span{color:var(--color-text-secondary);line-height:1.45}.dashboard-nav{display:flex;justify-content:center;gap:1rem;padding:.5rem}.dashboard-nav-link{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:10px;color:#64748b;text-decoration:none;font-size:.95rem;font-weight:500;transition:all .2s ease;background:#f8fafc}.dashboard-nav-link:hover{background:#5266eb;color:#fff}.dashboard-nav-icon{width:18px;height:18px;flex-shrink:0}.competitors-block{background:#fff;max-width:100%;min-width:0;overflow:visible;box-sizing:border-box;border:none;border-radius:var(--radius-lg);padding:1.5rem 0;margin-top:2rem}.competitors-block-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;gap:1rem}.competitors-block-title{font-size:1.25rem;font-weight:600;color:var(--color-text);margin:0}.competitors-block-count{font-size:.875rem;color:var(--color-text-muted);background:transparent;padding:.25rem .75rem;border-radius:var(--radius-md)}.competitors-block-empty{text-align:center;padding:3rem 1rem;color:var(--color-text-muted)}.competitors-block-empty p{margin-bottom:1rem}.competitors-block-toolbar{display:flex;gap:.75rem;align-items:flex-start;flex-wrap:wrap;margin-bottom:1.25rem}.competitors-block-search{flex:0 1 360px;min-width:240px}.competitors-block-search .products-search-wrapper{margin-bottom:0;max-width:420px;width:100%}.competitors-block-filters{display:flex;gap:.75rem;flex:1 1 0;flex-wrap:wrap;min-width:0}.competitors-block-filters .filter-dropdown-container{flex:0 0 auto;width:fit-content}.dashboard-home-moves-filter{z-index:10000}.competitors-filter-group{display:flex;align-items:center;gap:.5rem}.competitors-filter-label{font-size:.875rem;font-weight:500;color:var(--color-text)}.competitors-filter-select{padding:.375rem .75rem;border:1px solid rgba(17,24,39,.15);border-radius:var(--radius-md);font-size:.875rem;background:#fff;cursor:pointer}.competitors-filter-select:hover{border-color:#11182740}.competitors-block-table-wrapper{width:100%;max-width:100%;min-width:0;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;border:none;border-radius:0;scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.3) transparent}.competitors-block-table-wrapper::-webkit-scrollbar{height:6px}.competitors-block-table-wrapper::-webkit-scrollbar-track{background:transparent}.competitors-block-table-wrapper::-webkit-scrollbar-thumb{background:#94a3b84d;border-radius:3px}.competitors-block-table-wrapper::-webkit-scrollbar-thumb:hover{background:#94a3b880}.competitors-block-table th{padding:.75rem 1rem;text-align:left;font-weight:600;color:#475569;font-size:.8125rem;text-transform:none;letter-spacing:.025em;border:none!important}.competitors-block-table td{padding:.875rem 1rem;border:none!important}.competitors-block-table tbody tr:last-child td{border:none!important}.competitors-block-table tbody tr:hover{background:#11182705}.competitors-col-photo{width:48px}.competitors-photo{width:28px;height:28px;object-fit:contain;border-radius:var(--radius-sm);border:none!important}.competitors-photo-placeholder{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#1118270d;border-radius:var(--radius-sm);color:var(--color-text-muted);font-size:.75rem}.competitors-col-title{max-width:270px}.dashboard-home-moves-table td:nth-child(5),.dashboard-home-moves-table td:nth-child(6),.dashboard-home-moves-table th:nth-child(5),.dashboard-home-moves-table th:nth-child(6){min-width:90px;white-space:nowrap}.dashboard-home-moves-table td:nth-child(7),.dashboard-home-moves-table th:nth-child(7){min-width:100px;white-space:nowrap}.dashboard-home-moves-table td:nth-child(8),.dashboard-home-moves-table th:nth-child(8){min-width:70px;width:70px}.competitors-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.3;cursor:help}.competitors-col-seller{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.competitors-col-source{width:150px}.competitors-source-badge{display:inline-block;padding:.25rem .625rem;border-radius:var(--radius-sm);font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.025em}.competitors-source-badge.source-prom{background:#e6f4ea;color:#1e7e34}.competitors-source-badge.source-rozetka{background:#fce4ec;color:#c2185b}.competitors-source-badge.source-olx{background:#e3f2fd;color:#1976d2}.competitors-source-badge.source-epicentr{background:#fff3e0;color:#ef6c00}.competitors-source-badge.source-google{background:#f3e5f5;color:#7b1fa2}.competitors-col-price{font-weight:600;white-space:nowrap}.competitors-col-diff{white-space:nowrap}.competitors-price-diff{font-weight:600;font-size:.8125rem}.competitors-price-diff.price-diff-lower{color:#dc2626}.competitors-price-diff.price-diff-higher{color:#036e43}.competitors-col-availability{width:140px}.competitors-availability-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .625rem;border-radius:var(--radius-sm);font-size:.75rem;font-weight:500}.competitors-availability-badge.in-stock{background:transparent;color:#036e43;border:1px solid #036e43}.competitors-availability-badge.out-of-stock{background:transparent;color:#721c24;border:1px solid #721c24}.competitors-col-updated{font-size:.8125rem;color:var(--color-text-muted);white-space:nowrap}.competitors-col-actions{width:80px}.competitors-actions{display:flex;gap:.5rem;align-items:center}.competitors-action-link{font-size:1rem;text-decoration:none;cursor:pointer;opacity:.7;transition:opacity .2s}.competitors-action-link:hover{opacity:1}.competitors-action-delete{background:none;border:none;font-size:1.125rem;cursor:pointer;padding:.25rem .375rem;color:#dc2626;opacity:.7;transition:opacity .2s;line-height:1}.competitors-action-delete:hover{opacity:1}.dashboard-hero-section{display:grid;grid-template-columns:minmax(400px,1.2fr) minmax(300px,.8fr);gap:1rem;margin-bottom:1rem}.dashboard-top-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:1rem;margin-bottom:1rem;align-items:stretch}.dashboard-top-stack{display:grid;gap:.35rem;min-width:0}.dashboard-hero-card{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border:none;border-radius:var(--radius-lg);padding:0;box-shadow:none;display:flex;flex-direction:column;gap:0;min-height:100%}.dashboard-strategy-card{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.75rem;padding-top:1rem;padding-bottom:1rem;border:1px solid rgba(17,24,39,.08);border-radius:16px;background:linear-gradient(135deg,#11182706,#fffffff5)}.dashboard-strategy-card-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:#6b728014;color:#6b7280;flex-shrink:0}.dashboard-strategy-card-icon svg{width:18px;height:18px}.dashboard-strategy-card-content{min-width:0;display:grid;gap:.25rem}.dashboard-strategy-card-topline{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.dashboard-strategy-card-title{font-size:.75rem;font-weight:600;letter-spacing:.01em;color:var(--color-text-tertiary)}.dashboard-strategy-card-status{display:inline-flex;align-items:center;padding:.18rem .45rem;border-radius:999px;font-size:.6875rem;font-weight:600;line-height:1.2}.dashboard-strategy-card-status.active{background:#2d9d5c1f;color:#1f7a47}.dashboard-strategy-card-status.inactive{background:#6b72801f;color:#4b5563}.dashboard-strategy-card-name{font-size:.875rem;font-weight:600;color:var(--color-text-primary)}.dashboard-strategy-card-summary{display:flex;align-items:baseline;gap:.5rem;min-width:0;flex-wrap:wrap;max-width:min(100%,42ch)}.dashboard-strategy-card-summary-row{display:flex;align-items:center;gap:.75rem;min-width:0;flex-wrap:nowrap}.dashboard-strategy-card-separator{width:1px;height:.85em;background:#6b728047;align-self:center;flex-shrink:0}.dashboard-strategy-card-description{font-size:.8125rem;line-height:1.4;color:var(--color-text-tertiary);overflow-wrap:anywhere}.dashboard-strategy-card-link{flex-shrink:0;white-space:nowrap;text-decoration:none;font-size:.8125rem;font-weight:600;color:var(--color-text-primary);padding:.55rem .8rem;border:1px solid rgba(17,24,39,.1);border-radius:10px;background:#ffffffd9;box-shadow:0 1px 2px #0f172a0a;transition:background .15s ease,border-color .15s ease,transform .15s ease}.dashboard-strategy-card-link:hover{color:var(--color-text-primary);background:#fff;border-color:#5b6ef53d}.dashboard-hero-meta{font-size:.8125rem;color:var(--color-text-tertiary);margin-left:auto}.dashboard-monitoring-card{background:linear-gradient(135deg,#11182708,#fffffff2);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(17,24,39,.08);border-radius:var(--radius-lg);box-shadow:0 1px 3px #0000000a,0 8px 24px #0000000f;display:flex;flex-direction:column;gap:.875rem}.dashboard-monitoring-status{display:grid;gap:.875rem}.dashboard-monitoring-status-badge{display:inline-flex;align-items:center;width:fit-content;padding:.35rem .625rem;border-radius:999px;font-size:.8125rem;font-weight:500;line-height:1.2}.dashboard-monitoring-status-badge.ok{background:#2d9d5c1f;color:#1f7a47}.dashboard-monitoring-status-badge.warning{background:#d85a301f;color:#b24a25}.dashboard-monitoring-status-badge.stale{background:#6b728024;color:#4b5563}.dashboard-monitoring-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.dashboard-monitoring-fact{display:grid;gap:.2rem;min-width:0}.dashboard-monitoring-fact-label{font-size:.6875rem;color:var(--color-text-tertiary);letter-spacing:.01em}.dashboard-monitoring-fact-value{font-size:.875rem;font-weight:500;color:var(--color-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-monitoring-ribbon-note{font-size:.75rem;color:var(--color-text-secondary);line-height:1.4}.dashboard-monitoring-ribbon{display:grid;grid-template-columns:repeat(var(--monitoring-columns, 30),minmax(0,1fr));gap:.25rem}.dashboard-monitoring-ribbon.weekly{gap:.375rem}.dashboard-monitoring-ribbon-day{height:14px;border-radius:4px;background:var(--color-border-tertiary);border:1px solid transparent;min-width:0}.dashboard-monitoring-ribbon-day.has-data{background:#64748b73}.dashboard-monitoring-ribbon-day.no-data{background:#cbd5e1e6}.dashboard-monitoring-ribbon-day.is-today{border-color:#11182747}.dashboard-monitoring-ribbon-dates{display:flex;justify-content:space-between;gap:.75rem;font-size:.6875rem;font-weight:500;color:var(--color-text-tertiary)}.dashboard-hero{display:grid;grid-template-columns:minmax(0,1fr);gap:.5rem;align-items:center;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border:none;border-radius:var(--radius-lg);padding:var(--dashboard-block-padding);box-shadow:none;height:100%}.dashboard-hero-has-media{grid-template-columns:148px minmax(0,1fr);align-items:center;min-height:100%}.dashboard-hero-content{min-width:0}.dashboard-hero-media{display:grid;place-items:center;align-self:stretch}.dashboard-hero-image{width:140px;height:140px;object-fit:cover;border-radius:20px;border:1px solid #eadfb8;background:#fff;box-shadow:var(--shadow-sm);padding:.2rem}.dashboard-strategy-banner{display:flex;align-items:stretch}.dashboard-strategy-banner-active,.dashboard-strategy-banner-inactive{display:flex;flex-direction:column;justify-content:center;gap:.5rem;padding:.875rem 1rem;border-radius:10px;border:1px solid;background:linear-gradient(135deg,#fffffff2,#f8fafcfa);transition:all .2s ease;width:100%}.dashboard-strategy-banner-active{border-color:#036e4333;background:linear-gradient(135deg,#036e4308,#036e4303)}.dashboard-strategy-banner-inactive{border-color:#8e8e9326}.dashboard-strategy-banner-active:hover,.dashboard-strategy-banner-inactive:hover{border-color:#0a84ff40;box-shadow:0 2px 8px #0f172a0f}.dashboard-strategy-banner-icon{flex-shrink:0;width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;align-self:flex-start}.dashboard-strategy-banner-active .dashboard-strategy-banner-icon{background:#036e431a;color:#036e43}.dashboard-strategy-banner-inactive .dashboard-strategy-banner-icon{background:#8e8e931a;color:#8e8e93}.dashboard-strategy-banner-icon svg{width:18px;height:18px}.dashboard-strategy-banner-content{flex:1;min-width:0}.dashboard-strategy-banner-title{font-size:.8125rem;font-weight:600;color:var(--color-text-primary);line-height:1.4;margin-bottom:.25rem}.dashboard-strategy-banner-subtitle{font-size:.75rem;color:var(--color-text-secondary);line-height:1.3}.dashboard-strategy-banner-link{align-self:flex-start;font-size:.75rem;font-weight:600;color:var(--color-primary);text-decoration:none;padding:.375rem .75rem;border-radius:6px;background:#0a84ff14;transition:all .2s ease;white-space:nowrap;margin-top:.5rem}.dashboard-strategy-banner-link:hover{background:#0a84ff26}.dashboard-freshness-warning{display:flex;flex-direction:column;justify-content:center;gap:.5rem;padding:.875rem 1rem;border-radius:10px;border:1px solid rgba(255,149,0,.25);background:linear-gradient(135deg,#ff95000a,#ff950005);transition:all .2s ease;margin-bottom:1.5rem}.dashboard-freshness-warning:hover{border-color:#ff950059;box-shadow:0 2px 8px #ff950014}.dashboard-freshness-warning-icon{flex-shrink:0;width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#ff95001f;color:#ff9500;transition:all .2s ease;align-self:flex-start}.dashboard-freshness-warning-icon svg{width:18px;height:18px}.dashboard-freshness-warning-content{flex:1;min-width:0}.dashboard-freshness-warning-title{font-size:.8125rem;font-weight:600;color:var(--color-text-primary);line-height:1.4;margin-bottom:.25rem}.dashboard-freshness-warning-subtitle{font-size:.75rem;color:var(--color-text-secondary);line-height:1.3}.dashboard-freshness-warning-link{align-self:flex-start;font-size:.75rem;font-weight:600;color:#ff9500;text-decoration:none;padding:.375rem .75rem;border-radius:6px;background:#ff95001a;transition:all .2s ease;white-space:nowrap;margin-top:.5rem}.dashboard-freshness-warning-link:hover{background:#ff95002e}@media (max-width: 1024px){.dashboard-hero-section{grid-template-columns:1fr}}.dashboard-eyebrow,.dashboard-panel-eyebrow{margin:0 0 .5rem;font-size:.6875rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted)}.dashboard-title{margin:0;font-size:1.25rem;line-height:1.3;letter-spacing:-.015em;font-weight:600;color:var(--color-text-primary);max-width:none}.dashboard-subtitle{margin:.5rem 0 0;max-width:72ch;color:var(--color-text-secondary);font-size:.875rem;line-height:1.5}.dashboard-hero-product-meta{font-size:1rem;line-height:1.45;font-weight:500;color:var(--color-text-primary)}.dashboard-metrics-wrapper{padding-inline:var(--dashboard-block-padding);margin-bottom:1.5rem;position:relative}.dashboard-metrics-tabs{display:none}.dashboard-metrics-content{display:flex;gap:2rem;align-items:flex-start;position:relative}.dashboard-metrics-content:before{content:"";position:absolute;left:50%;top:2rem;bottom:0;width:1px;background:linear-gradient(to bottom,transparent,rgba(17,24,39,.1) 10%,rgba(17,24,39,.1) 90%,transparent);transform:translate(-50%)}.dashboard-metrics-group{display:flex;flex-direction:column;gap:.75rem;flex:1}.dashboard-metrics-group-title{margin:0;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-tertiary);padding-left:.25rem}.dashboard-metrics-grid{display:flex;flex-wrap:nowrap;gap:.75rem;align-items:stretch}.dashboard-metric-card{position:relative;overflow:visible;border-radius:12px;border:none;background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 0 2px #afb2ce8f,0 1px 4px #0404341a;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.35rem;transition:all .2s ease;flex:1;min-width:0;min-height:90px;z-index:1}.dashboard-metric-card:before{display:none}.dashboard-metric-card:after{display:none}.dashboard-metric-card-success{color:var(--color-success)}.dashboard-metric-card-neutral{color:#8e8e93}.dashboard-metric-card-danger{color:var(--color-danger)}.dashboard-metric-card-accent,.dashboard-metric-card-info{color:var(--color-primary)}.dashboard-metric-card-warning{color:var(--color-warning)}.dashboard-metric-topline{display:grid;grid-template-columns:44px minmax(0,1fr);gap:.625rem;align-items:start}.dashboard-metric-icon{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#00000008;transition:all .2s ease;flex-shrink:0}.dashboard-metric-card:hover .dashboard-metric-icon{background:#0000000d}.dashboard-metric-icon svg{width:14px;height:14px}.dashboard-metric-card-success .dashboard-metric-icon{color:var(--color-success);background:color-mix(in srgb,var(--color-success) 10%,white)}.dashboard-metric-card-neutral .dashboard-metric-icon{color:#8e8e93;background:#8e8e931a}.dashboard-metric-card-danger .dashboard-metric-icon{color:var(--color-danger);background:color-mix(in srgb,var(--color-danger) 10%,white)}.dashboard-metric-card-accent .dashboard-metric-icon,.dashboard-metric-card-info .dashboard-metric-icon{color:var(--color-primary);background:color-mix(in srgb,var(--color-primary) 10%,white)}.dashboard-metric-card-warning .dashboard-metric-icon{color:var(--color-warning);background:color-mix(in srgb,var(--color-warning) 10%,white)}.dashboard-metric-label{font-size:.7rem;font-weight:600;color:var(--color-text-secondary);line-height:1.3;display:flex;align-items:center;gap:.35rem;order:-1}.dashboard-metric-hint{margin-top:.25rem;color:var(--color-text-secondary);font-size:11px;line-height:1.4}.dashboard-metric-value{font-size:1.5rem;font-weight:600;letter-spacing:-.01em;color:var(--color-text-primary);line-height:1.2}.dashboard-metric-trend{display:block;font-size:12px;font-weight:400;margin-top:.375rem;line-height:1.3}.dashboard-metric-trend-up{color:var(--color-success)}.dashboard-metric-trend-down{color:var(--color-danger)}.dashboard-metric-recommendation{margin-top:.5rem;padding:.5rem .75rem;background:#5266eb1a;border-radius:8px;font-size:.75rem;font-weight:500;color:#5266eb;line-height:1.4}.dashboard-metric-recommendation-positive{background:color-mix(in srgb,var(--color-success) 10%,white);color:var(--color-success)}.dashboard-sparkline{width:100%;height:42px;opacity:.9}.dashboard-sparkline-line{fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.dashboard-sparkline-area{fill:currentColor;opacity:.1}.dashboard-metric-card-success .dashboard-sparkline-line,.dashboard-metric-card-success .dashboard-sparkline-area{color:var(--color-success)}.dashboard-metric-card-neutral .dashboard-sparkline-line,.dashboard-metric-card-neutral .dashboard-sparkline-area{color:#8e8e93}.dashboard-metric-card-danger .dashboard-sparkline-line,.dashboard-metric-card-danger .dashboard-sparkline-area{color:var(--color-danger)}.dashboard-metric-card-accent .dashboard-sparkline-line,.dashboard-metric-card-accent .dashboard-sparkline-area,.dashboard-metric-card-info .dashboard-sparkline-line,.dashboard-metric-card-info .dashboard-sparkline-area{color:var(--color-primary)}.dashboard-metric-card-warning .dashboard-sparkline-line,.dashboard-metric-card-warning .dashboard-sparkline-area{color:var(--color-warning)}.dashboard-metric-sparkline{width:100%;height:32px;margin-top:.75rem;opacity:.7;transition:opacity .2s ease}.dashboard-metric-card:hover .dashboard-metric-sparkline{opacity:1}.dashboard-metric-sparkline svg{width:100%;height:100%}.dashboard-sparkline-success{color:#036e43}.dashboard-sparkline-neutral{color:#8e8e93}.dashboard-sparkline-danger{color:#ff3b30}.dashboard-sparkline-accent{color:#af52de}.dashboard-sparkline-info{color:#3b82f6}.dashboard-sparkline-warning{color:#ff9f0a}.dashboard-lower-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(320px,1fr);gap:1.25rem;margin-top:1.5rem}.dashboard-charts-row{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-top:1.5rem}.dashboard-charts-row .dashboard-panel{min-height:400px;max-height:450px}.dashboard-charts-row-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1.25rem;margin-top:1.5rem}.dashboard-charts-row-split .dashboard-panel{min-height:350px;max-height:400px}.dashboard-panel{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--color-border-light);border-radius:16px;padding:1.5rem;box-shadow:0 2px 4px #00000005,0 8px 16px #0000000a,inset 0 1px #fffc;transition:all .3s cubic-bezier(.4,0,.2,1)}.dashboard-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.dashboard-panel-head h2{margin:0;font-size:1.125rem;font-weight:700;letter-spacing:-.02em;color:var(--color-text-primary)}.dashboard-page-menu{display:flex;max-width:100%;min-width:0;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;flex-wrap:wrap;padding:.55rem .75rem;border-radius:14px;background:#ffffffd1;box-shadow:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.dashboard-page-menu-links{display:flex;width:100%;max-width:100%;min-width:0;align-items:center;gap:.5rem;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scrollbar-width:none}.dashboard-page-menu-links::-webkit-scrollbar{display:none}.dashboard-page-menu-link{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 .85rem;border-radius:999px;background:transparent;color:var(--color-text-secondary);font-size:.8125rem;font-weight:500;text-decoration:none;border:0;box-shadow:none;cursor:pointer;white-space:nowrap;flex:0 0 auto;transition:background .2s ease,color .2s ease}.dashboard-page-menu-link:hover{background:transparent;color:var(--color-text-primary)}.dashboard-home-page{gap:1rem}.dashboard-home-status,.dashboard-home-panel{border-radius:18px;background:transparent;border:none;padding:1.25rem 0;box-shadow:none;position:relative;overflow:visible}.dashboard-home-status,.dashboard-home-status-grid{display:grid;gap:.85rem}.dashboard-home-status-grid{grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr);gap:1rem}.dashboard-home-status-card{display:grid;gap:1rem;padding:0 1.05rem 1rem;border-radius:16px}.dashboard-home-status-card-main,.dashboard-home-status-card-events{align-content:start}.dashboard-home-status-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.dashboard-home-status-head h2{margin:0;font-size:1.05rem;font-weight:600;color:#0f172a}.dashboard-home-status-head span{color:#64748b;font-size:.76rem}.dashboard-home-status-meta{display:flex;align-items:center;gap:.5rem}.dashboard-home-status-meta span{color:#64748b;font-size:.76rem;white-space:nowrap}.dashboard-home-eyebrow,.dashboard-home-panel-eyebrow{margin:0 0 .35rem;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#64748b}.dashboard-home-title{margin:0;font-size:1.85rem;font-weight:600;color:#0f172a;letter-spacing:-.04em}.dashboard-home-subtitle{margin:.45rem 0 0;color:#475569;font-size:.95rem;line-height:1.5}.dashboard-home-status-insights{display:grid;grid-template-columns:minmax(0,1fr);gap:.75rem}.dashboard-home-status-insight{display:grid;gap:.2rem;padding:.95rem 1rem;border-radius:14px;background:#f8fafc}.dashboard-home-status-insight strong{color:#0f172a;font-size:1.6rem;font-weight:600;line-height:1;letter-spacing:-.04em;font-variant-numeric:tabular-nums}.dashboard-home-status-insight span{color:#0f172a;font-size:.82rem;font-weight:600}.dashboard-home-status-insight small{color:#64748b;font-size:.75rem;line-height:1.35}.dashboard-home-status-alerts{display:grid;gap:.55rem}.dashboard-home-inline-alert{border-radius:12px;padding:.7rem .85rem;font-size:.875rem;font-weight:500}.dashboard-home-inline-alert-warning{background:#f59e0b1f;color:#92400e}.dashboard-home-inline-alert-danger{background:#ef44441a;color:#b91c1c}.dashboard-home-competitors-chart{display:flex;padding:2rem 1.5rem;border-radius:14px;background:#f8fafc}.dashboard-home-competitors-bars{display:flex;flex-direction:column;gap:2rem;width:100%}.dashboard-home-competitors-bar-row{display:flex;flex-direction:column;gap:.75rem}.dashboard-home-competitors-bar-track{width:100%;height:56px;background:#f1f5f9;border-radius:10px;overflow:hidden;position:relative}.dashboard-home-competitors-bar{height:100%;border-radius:10px;display:flex;align-items:center;padding:0 1.25rem;transition:all .2s ease;min-width:80px}.dashboard-home-competitors-bar:hover{opacity:.85}.dashboard-home-competitors-bar-tracked{background:linear-gradient(90deg,#3d4db8,#5266eb)}.dashboard-home-competitors-bar-pending{background:linear-gradient(90deg,#5266eb,#7b8af5)}.dashboard-home-competitors-bar-excluded{background:linear-gradient(90deg,#a5aff9,#d0d5fc)}.dashboard-home-competitors-bar-excluded .dashboard-home-competitors-bar-value{color:#3d4db8}.dashboard-home-competitors-bar-value{color:#fff;font-size:1.6rem;font-weight:600;font-variant-numeric:tabular-nums;line-height:1}.dashboard-home-competitors-bar-label{color:#475569;font-size:.875rem;font-weight:500;padding-left:.25rem}.dashboard-home-status-events{display:grid;gap:.3rem;max-height:390px;overflow-y:auto;padding-right:.1rem}.dashboard-home-status-event{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.7rem;align-items:center;padding:.45rem 0;color:inherit;text-decoration:none;border-bottom:1px solid rgba(148,163,184,.18)}.dashboard-home-status-event-main,.dashboard-home-status-event-side{display:grid;gap:.1rem;min-width:0}.dashboard-home-status-event-main strong,.dashboard-home-status-event-side em{color:#0f172a;font-style:normal;font-size:.82rem;font-weight:600}.dashboard-home-status-event-main span,.dashboard-home-status-event-state{color:#64748b;font-size:.73rem}.dashboard-home-status-event-side{justify-items:end}.dashboard-home-status-event:last-child{border-bottom:none}.dashboard-home-status-event-state-completed,.dashboard-home-status-event-state-partial,.dashboard-home-status-event-state-failed{color:#64748b}.dashboard-home-panel{display:grid;gap:1.5rem}.dashboard-home-panel:has(.dashboard-checks-table){gap:1rem}.dashboard-home-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.dashboard-home-panel-head h2{margin:0;font-size:1.5rem;font-weight:700;color:#0f172a;letter-spacing:-.03em}.dashboard-home-panel-subtitle{margin:.35rem 0 0;color:#64748b;font-size:.95rem;font-weight:400}.dashboard-home-panel-head-compact{align-items:center}.dashboard-home-inline-select{display:inline-grid;gap:.25rem;color:#64748b;font-size:.75rem}.dashboard-home-inline-select select{min-width:220px;height:36px;padding:0 .75rem;border:none;border-radius:10px;background:#f8fafc;color:#0f172a;box-shadow:0 0 2px #afb2ce52,0 1px 3px #0404340f}.dashboard-home-moves-list{display:grid;gap:.35rem}.dashboard-home-moves-row{display:grid;grid-template-columns:minmax(0,1.3fr) auto auto;gap:.9rem;align-items:center;padding:.65rem 0;color:inherit;text-decoration:none;border-bottom:1px solid rgba(148,163,184,.16)}.dashboard-home-moves-row:last-child{border-bottom:none}.dashboard-home-moves-main,.dashboard-home-moves-prices,.dashboard-home-moves-side{display:grid;gap:.15rem;min-width:0}.dashboard-home-moves-main strong,.dashboard-home-moves-prices strong,.dashboard-home-moves-side strong{color:#0f172a;font-size:.86rem;font-weight:600}.dashboard-home-moves-main span,.dashboard-home-moves-prices span,.dashboard-home-moves-side span{color:#64748b;font-size:.75rem}.dashboard-home-moves-prices{grid-auto-flow:column;align-items:center;gap:.45rem}.dashboard-home-moves-side{justify-items:end}.dashboard-home-moves-change-up{color:#b91c1c!important}.dashboard-home-moves-change-down{color:#15803d!important}.dashboard-home-moves-meta{color:#64748b;font-size:.8rem;font-weight:500}.dashboard-home-moves-table .competitor-seller{text-align:left;margin-top:.25rem;padding:0;margin-left:0;margin-right:0}.dashboard-home-moves-block{margin-top:0;min-width:0;max-width:100%;border:none!important}.dashboard-home-moves-block .competitors-block-table-wrapper{border:none!important;box-shadow:none!important}.table-scroll-wrapper-top{width:100%;overflow-x:auto;overflow-y:hidden;height:12px;margin-bottom:8px;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.3) transparent}.table-scroll-wrapper-top::-webkit-scrollbar{height:6px}.table-scroll-wrapper-top::-webkit-scrollbar-track{background:transparent}.table-scroll-wrapper-top::-webkit-scrollbar-thumb{background:#94a3b84d;border-radius:3px}.table-scroll-wrapper-top::-webkit-scrollbar-thumb:hover{background:#94a3b880}.table-scroll-content{height:1px;pointer-events:none}.dashboard-pagination{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-top:1.5rem;padding-top:1rem;border:none}.dashboard-pagination-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;background:transparent;border-radius:6px;color:#0f172a;cursor:pointer;transition:all .15s ease}.dashboard-pagination-btn svg{width:16px;height:16px}.dashboard-pagination-btn:hover:not(:disabled){background:#11182714}.dashboard-pagination-btn:disabled{opacity:.3;cursor:not-allowed}.dashboard-pagination-info{font-size:.8125rem;color:#64748b;font-weight:500;min-width:45px;text-align:center}.dashboard-home-moves-table td,.dashboard-home-moves-table th{vertical-align:middle}.dashboard-home-moves-link{color:#0f172a;text-decoration:none;font-weight:600}.dashboard-home-moves-link:hover{color:#2563eb}.dashboard-home-moves-product-info{display:flex;flex-direction:column;gap:.25rem}.dashboard-home-moves-title{display:block;max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-home-moves-product-id{display:block;font-size:.75rem;color:#7b8aa0;font-weight:500}.dashboard-home-moves-filter-menu{position:absolute;top:calc(100% + 4px);left:0;min-width:320px;max-width:420px;width:max-content;padding:.5rem;background:#fff;border:1px solid var(--color-border-light);border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:10000}.dashboard-home-moves-filter-menu.open-up{top:auto;bottom:calc(100% + 4px)}.dashboard-home-moves-filter-search{width:100%;height:36px;margin:.35rem 0 .5rem;padding:0 .75rem;border:1px solid var(--color-border-light);border-radius:6px;font-size:.875rem}.dashboard-home-moves-filter-scroll{max-height:240px;overflow-y:auto}.dashboard-home-moves-filter-item{display:flex;align-items:center;gap:.55rem;width:100%;padding:.55rem .65rem;border:none;background:transparent;border-radius:6px;color:#0f172a;text-align:left;font-size:.875rem;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.dashboard-home-moves-filter-thumb{width:26px;height:26px;flex:0 0 26px;border-radius:6px;object-fit:contain;background:#f8fafc}.dashboard-home-moves-filter-thumb-placeholder{display:inline-flex;align-items:center;justify-content:center;color:#64748b;font-size:.75rem}.dashboard-home-moves-filter-text{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-home-moves-filter-item:hover,.dashboard-home-moves-filter-item.is-active{background:#1118270a}.dashboard-home-moves-filter-empty{padding:.5rem .65rem;color:#64748b;font-size:.875rem}.dashboard-home-attention-list,.dashboard-home-product-list,.dashboard-home-check-list,.dashboard-home-status-alerts{display:grid;gap:.75rem}.dashboard-home-checks-filters{display:flex;gap:.5rem;margin-bottom:.75rem;flex-wrap:wrap}.dashboard-home-checks-filter{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .75rem;border-radius:8px;border:1px solid #e0e0e2;background:#fff;color:#64748b;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.dashboard-home-checks-filter:hover{border-color:#2563eb;color:#2563eb}.dashboard-home-checks-filter.is-active{background:#2563eb;border-color:#2563eb;color:#fff}.dashboard-home-checks-filter-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 .35rem;border-radius:10px;background:#00000014;font-size:.75rem;font-weight:600;line-height:1}.dashboard-home-checks-filter.is-active .dashboard-home-checks-filter-count{background:#ffffff40}.dashboard-home-check-image{width:48px;height:48px;object-fit:cover;border-radius:8px;border:1px solid #e0e0e2}.dashboard-home-check-image-placeholder{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#f1f5f9;border:1px solid #e0e0e2;font-size:1.25rem}.dashboard-home-attention-list{grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem}.dashboard-home-attention-card,.dashboard-home-product-row,.dashboard-home-check-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.9rem;padding:.95rem 1rem;border-radius:14px;background:#f8fafc;border:none}.dashboard-home-attention-card{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.65rem;padding:1rem 1rem .9rem;min-height:144px;width:100%;background:#fff;box-shadow:0 0 2px #afb2ce8f,0 1px 4px #0404341a;text-align:center}.dashboard-home-attention-card .dashboard-home-severity{align-self:center}.dashboard-home-attention-card .dashboard-home-attention-body{width:100%;min-width:0;flex:1 1 auto;display:grid;gap:.35rem;justify-items:center}.dashboard-home-attention-card .dashboard-home-attention-body strong{font-size:.95rem;line-height:1.25}.dashboard-home-attention-card .dashboard-home-inline-link{display:inline-flex;align-items:center;align-self:center;min-height:36px;margin-top:auto;padding:0 .75rem;border-radius:999px;background:transparent;transition:background-color .2s ease,color .2s ease,transform .2s ease}.dashboard-home-attention-card .dashboard-home-inline-link:hover{background:transparent}.dashboard-home-attention-body,.dashboard-home-product-main,.dashboard-home-check-main{min-width:0;display:grid;gap:.25rem}.dashboard-home-attention-body strong,.dashboard-home-check-main strong,.dashboard-home-product-title{color:#0f172a;font-weight:600;text-decoration:none}.dashboard-home-attention-count{color:#0f172a;font-size:1.35rem;line-height:1;font-weight:600;letter-spacing:-.04em;font-variant-numeric:tabular-nums}.dashboard-home-attention-body p,.dashboard-home-empty-state p,.dashboard-home-empty-inline,.dashboard-home-check-main span,.dashboard-home-product-meta span,.dashboard-home-queue-summary{margin:0;color:#64748b;font-size:.875rem;line-height:1.45}.dashboard-home-attention-card .dashboard-home-attention-body p{font-size:.78rem;line-height:1.35}.dashboard-home-attention-breakdown{color:#475569;font-size:.72rem;line-height:1.35;max-width:18ch}.dashboard-home-inline-link{color:#0f172a;text-decoration:none;font-weight:600;white-space:nowrap}.dashboard-home-inline-link:hover,.dashboard-home-product-title:hover{color:#2563eb}.dashboard-home-severity{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;min-height:28px;padding:.15rem .65rem;border-radius:999px;font-size:.7rem;font-weight:700;white-space:nowrap}.dashboard-home-severity-icon{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;flex:0 0 auto}.dashboard-home-severity-icon svg{width:14px;height:14px;display:block}.dashboard-home-severity-critical{background:#ef44441f;color:#b91c1c}.dashboard-home-severity-warning{background:#f59e0b24;color:#92400e}.dashboard-home-severity-info{background:#2563eb1a;color:#1d4ed8}.dashboard-home-empty-state{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:2rem 1rem;border-radius:14px;background:#f8fafc;border:none;text-align:center}.dashboard-home-empty-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#94a3b81a;color:#94a3b8}.dashboard-home-empty-icon svg{width:24px;height:24px}.dashboard-home-empty-text{display:flex;flex-direction:column;gap:.25rem}.dashboard-home-empty-text strong{color:#0f172a;font-weight:600;font-size:.9375rem}.dashboard-home-empty-text p{margin:0;color:#64748b;font-size:.8125rem}.dashboard-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 2rem;gap:1rem}.dashboard-empty-state-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f1f5f9;color:#64748b}.dashboard-empty-state-icon svg{width:32px;height:32px;stroke-width:1.5}.dashboard-empty-state-title{font-size:1.125rem;font-weight:600;color:#0f172a;margin:0}.dashboard-empty-state-text{font-size:.9375rem;color:#64748b;margin:0;max-width:480px}.dashboard-empty-state-list{list-style:none;padding:0;margin:.5rem 0;display:flex;flex-direction:column;gap:.5rem;text-align:left;max-width:420px}.dashboard-empty-state-list li{font-size:.875rem;color:#64748b;padding-left:1.5rem;position:relative}.dashboard-empty-state-list li:before{content:"•";position:absolute;left:.5rem;color:#94a3b8;font-weight:700}.dashboard-empty-state-actions{display:flex;gap:.75rem;margin-top:.5rem;flex-wrap:wrap;justify-content:center}.dashboard-empty-state-button{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.25rem;border-radius:8px;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .2s ease;white-space:nowrap}.dashboard-empty-state-button-primary{background:#0f172a;color:#fff}.dashboard-empty-state-button-primary:hover{background:#1e293b;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #0f172a26}.dashboard-empty-state-button-secondary{background:#f1f5f9;color:#475569}.dashboard-empty-state-button-secondary:hover{background:#e2e8f0;color:#334155}.dashboard-home-quick-actions{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.15rem}.dashboard-home-quick-action{display:inline-flex;align-items:center;min-height:36px;padding:0 .85rem;border-radius:999px;background:#0f172a;color:#fff;text-decoration:none;font-size:.875rem;font-weight:600}.dashboard-home-quick-action:hover{background:#1e293b;color:#fff}.dashboard-home-metric-groups{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.85fr);gap:.9rem}.dashboard-home-metric-group{display:grid;gap:.6rem}.dashboard-home-metric-group-pricing{align-content:start}.dashboard-home-metric-group-catalog{align-content:start;gap:.85rem}.dashboard-home-metric-subgroup{display:grid;gap:.55rem}.dashboard-home-metric-group h3{margin:0;font-size:.86rem;font-weight:700;color:#475569}.dashboard-home-metric-grid,.dashboard-home-health-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.dashboard-home-queue-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.dashboard-home-metric-card,.dashboard-home-queue-card,.dashboard-home-health-card{display:grid;gap:.22rem;padding:.78rem .85rem;border-radius:14px;background:#f8fafc;border:none;text-decoration:none}.dashboard-home-metric-card span,.dashboard-home-queue-card span,.dashboard-home-health-head span{color:#64748b;font-size:.76rem}.dashboard-home-metric-card strong,.dashboard-home-queue-card strong,.dashboard-home-health-head strong{color:#0f172a;font-size:1.32rem;font-weight:700;letter-spacing:-.04em;font-variant-numeric:tabular-nums}.dashboard-home-metric-trend{display:flex;align-items:center;gap:.35rem;min-height:14px;font-size:.7rem;font-weight:600;line-height:1.2}.dashboard-home-metric-trend-good{color:#15803d}.dashboard-home-metric-trend-bad{color:#b91c1c}.dashboard-home-metric-trend-neutral{color:#64748b}.dashboard-home-card-sparkline-wrap{position:relative;min-height:38px}.dashboard-home-card-sparkline{width:100%;height:38px}.dashboard-home-card-sparkline-success{color:#16a34a}.dashboard-home-card-sparkline-danger{color:#dc2626}.dashboard-home-card-sparkline-muted,.dashboard-home-card-sparkline-neutral{color:#94a3b8}.dashboard-home-card-sparkline-cursor{stroke:#0f172a2e;stroke-width:1;stroke-dasharray:2 2}.dashboard-home-card-sparkline-tooltip{position:absolute;left:0;top:100%;margin-top:.2rem;padding:.28rem .45rem;border-radius:8px;background:#0f172aeb;color:#fff;font-size:.72rem;white-space:nowrap;pointer-events:none;z-index:3}.dashboard-home-queue-card strong.is-danger{color:#b91c1c}.dashboard-home-product-media{width:56px;height:56px;border-radius:12px;overflow:hidden;background:#e2e8f0;display:block;flex-shrink:0}.dashboard-home-product-media img{width:100%;height:100%;object-fit:cover;display:block}.dashboard-home-product-fallback{width:100%;height:100%;display:grid;place-items:center;font-size:1.15rem}.dashboard-home-product-meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.dashboard-home-check-row{text-decoration:none;color:inherit}.dashboard-home-check-result{display:grid;justify-items:end;gap:.35rem}.dashboard-home-health-card{align-content:start}.dashboard-home-health-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.dashboard-home-health-delta{font-size:.82rem;font-weight:600}.dashboard-home-health-delta-good{color:#15803d}.dashboard-home-health-delta-bad{color:#b91c1c}.dashboard-home-health-delta-neutral{color:#64748b}.dashboard-home-health-sparkline{width:100%;height:48px}.dashboard-home-health-sparkline path{fill:none;stroke:#2563eb;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.dashboard-home-health-bars{display:grid;grid-auto-flow:column;align-items:end;gap:.2rem;height:58px}.dashboard-home-health-bar{display:block;min-width:3px;border-radius:999px 999px 0 0;background:linear-gradient(180deg,#2563eb,#93c5fd)}.dashboard-home-position-block{display:grid;gap:0;padding:0;border-radius:0;background:transparent}.dashboard-home-position-head{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem}.dashboard-home-position-head h3{margin:0;font-size:.86rem;font-weight:700;color:#475569}.dashboard-home-position-head span,.dashboard-home-position-note{color:#64748b;font-size:.72rem}.dashboard-home-position-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:2rem;align-items:stretch}.dashboard-home-position-main{display:block;padding:1.5rem;border-radius:16px;background:#fff;box-shadow:0 1px 3px #0000000d}.dashboard-home-position-chart{display:grid;gap:.65rem;align-content:start}.dashboard-home-position-sidebar{display:flex;flex-direction:column;gap:1rem;height:100%}.dashboard-home-position-row{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:.85rem;padding:.35rem 0;text-decoration:none;color:inherit;transition:transform .15s ease}.dashboard-home-position-label{color:#64748b;font-size:1.05rem;font-weight:700;text-align:center}.dashboard-home-position-value{color:#0f172a;font-size:1.05rem;font-weight:700;font-variant-numeric:tabular-nums;min-width:32px;text-align:right}.dashboard-home-position-bar-track{position:relative;height:14px;border-radius:999px;background:#94a3b81f;overflow:hidden}.dashboard-home-position-bar{position:absolute;inset:0 auto 0 0;min-height:2px;border-radius:inherit;box-shadow:0 1px 2px #00000014}.dashboard-home-position-bar-top{background:linear-gradient(90deg,#15803d,#22c55e)}.dashboard-home-position-bar-accent{background:linear-gradient(90deg,#1d4ed8,#3b82f6)}.dashboard-home-position-bar-muted{background:linear-gradient(90deg,#475569,#64748b)}.dashboard-home-position-bar-tail{background:linear-gradient(90deg,#64748b,#94a3b8)}.dashboard-home-position-foot{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.dashboard-home-position-summary{display:grid;gap:.5rem;padding:1.25rem 1.35rem;border-radius:16px;background:#fff;box-shadow:0 1px 3px #0000000d;transition:box-shadow .2s ease,transform .2s ease;flex:1;align-content:center}.dashboard-home-position-summary:hover{box-shadow:0 4px 12px #00000014}.dashboard-home-position-summary span{color:#64748b;font-size:.8rem;font-weight:500;letter-spacing:.01em}.dashboard-home-position-summary strong{color:#0f172a;font-size:2.25rem;font-weight:700;font-variant-numeric:tabular-nums;line-height:1;letter-spacing:-.02em}.dashboard-home-position-note{color:#64748b;font-size:.8rem;font-weight:500;margin-top:.25rem}.dashboard-home-position-trend{font-size:.85rem;font-weight:600;margin-top:.25rem;padding:.25rem .5rem;border-radius:6px;display:inline-flex;align-items:center;gap:.25rem}.dashboard-home-position-trend-good{color:#15803d;background:#15803d14}.dashboard-home-position-trend-bad{color:#b91c1c;background:#b91c1c14}.dashboard-home-position-trend-neutral{color:#64748b;background:#64748b14}.dashboard-home-position-row:hover .dashboard-home-position-label{color:#0f172a}#dashboard-overview,#dashboard-metrics,#dashboard-advice,#dashboard-history,#dashboard-competitors{scroll-margin-top:5.2rem}.dashboard-panel-note{color:var(--color-text-secondary);font-size:.8125rem;font-weight:500;letter-spacing:-.005em}.dashboard-bars{display:grid;gap:1rem}.dashboard-bar-row{display:grid;grid-template-columns:60px minmax(0,1fr) 40px;gap:.875rem;align-items:center}.dashboard-bar-label,.dashboard-bar-value{font-size:.875rem;font-weight:600;color:var(--color-text-primary)}.dashboard-bar-track{position:relative;height:8px;border-radius:var(--radius-full);background:var(--color-bg-tertiary);overflow:hidden}.dashboard-bar-fill{height:100%;border-radius:inherit;box-shadow:inset 0 1px #ffffff4d,0 1px 3px #0000001a;transition:width var(--transition-slow)}.dashboard-bar-fill-market{background:var(--color-icon-tertiary, #9ca3af)}.dashboard-bar-fill-my{background:#f59e0b}.dashboard-bar-fill-recommended{background:#036e43}.dashboard-bars-wrapper,.dashboard-bars{position:relative}.dashboard-bar-marker{position:absolute;top:0;bottom:0;pointer-events:none;z-index:10}.dashboard-bar-marker-line{position:absolute;top:0;bottom:0;left:0;width:0;border-left:2px dashed #f59e0b;opacity:.7}.dashboard-bar-marker-label{position:absolute;top:-24px;left:-12px;font-size:.6875rem;font-weight:600;color:#f59e0b;text-transform:uppercase;letter-spacing:.05em}.dashboard-bar-marker-recommended .dashboard-bar-marker-line{border-left-color:#036e43}.dashboard-bar-marker-recommended .dashboard-bar-marker-label{color:#036e43}.dashboard-bars-hint{margin-top:.875rem;font-size:.75rem;color:var(--color-text-tertiary);line-height:1.4}.dashboard-price-position{display:grid;gap:1rem}.dashboard-price-position-summary{display:grid;gap:.35rem}.dashboard-price-position-section-label{font-size:.6875rem;font-weight:600;letter-spacing:.04em;color:var(--color-text-tertiary);text-transform:uppercase}.dashboard-price-position-title{font-size:1rem;font-weight:600;letter-spacing:-.02em;color:var(--color-text-primary)}.dashboard-price-position-description,.dashboard-price-position-empty{font-size:.8125rem;line-height:1.45;color:var(--color-text-secondary)}.dashboard-price-position-scale{position:relative;min-height:84px;padding:1.5rem 0 1.25rem}.dashboard-price-position-track{position:absolute;left:0;right:0;top:50%;height:8px;border-radius:999px;background:linear-gradient(90deg,#94a3b82e,#94a3b857,#94a3b82e);transform:translateY(-50%)}.dashboard-price-position-marker{position:absolute;top:50%;transform:translate(-50%,-50%);display:grid;justify-items:center;gap:.35rem}.dashboard-price-position-dot{width:10px;height:10px;border-radius:50%;background:#94a3b8;border:2px solid #fff;box-shadow:0 0 0 1px #94a3b859}.dashboard-price-position-caption{font-size:.6875rem;line-height:1;color:var(--color-text-tertiary);white-space:nowrap}.dashboard-price-position-marker.market-mid .dashboard-price-position-dot{background:#d85a30;box-shadow:0 0 0 1px #d85a303d}.dashboard-price-position-marker.recommended .dashboard-price-position-dot{background:#7c8a9f;box-shadow:0 0 0 1px #7c8a9f38}.dashboard-price-position-marker.own{z-index:2}.dashboard-price-position-pill{display:inline-flex;flex-direction:column;gap:.125rem;min-width:108px;padding:.55rem .7rem;border-radius:12px;background:#fff;border:1px solid rgba(91,110,245,.18);box-shadow:0 10px 24px #0f172a14;color:#5b6ef5}.dashboard-price-position-pill strong{font-size:.75rem;line-height:1;font-weight:600}.dashboard-price-position-pill span{font-size:.875rem;line-height:1.1;font-weight:700}.dashboard-price-position-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;padding-top:.25rem;border-top:1px solid rgba(148,163,184,.18)}.dashboard-price-position-stat{display:grid;gap:.2rem}.dashboard-price-position-stat-label{font-size:.6875rem;color:var(--color-text-tertiary)}.dashboard-price-position-stat-value{font-size:.875rem;font-weight:600;color:var(--color-text-primary)}.dashboard-price-position-insights{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;padding-top:.25rem;border:1px solid rgba(148,163,184,.16);border-radius:12px;overflow:hidden;background:#94a3b80a}.dashboard-price-position-insight{display:grid;align-content:start;gap:.18rem;padding:.75rem .9rem;background:transparent}.dashboard-price-position-insight+.dashboard-price-position-insight{border-left:1px solid rgba(148,163,184,.16)}.dashboard-price-position-insight-label{font-size:.6875rem;color:var(--color-text-tertiary)}.dashboard-price-position-insight-value{font-size:.9375rem;font-weight:600;letter-spacing:-.02em;color:var(--color-text-primary)}.dashboard-price-position-insight-text{font-size:.75rem;line-height:1.35;color:var(--color-text-secondary)}.dashboard-advice-card{padding:var(--dashboard-block-padding);border-radius:var(--radius-lg);background:linear-gradient(180deg,#fffffffa,#f8fafcfa);margin-bottom:1.5rem}.dashboard-advice-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.dashboard-advice-head h2{margin:.1rem 0 0;font-size:1.125rem;font-weight:700;letter-spacing:-.02em}.dashboard-advice-confidence{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:.25rem .7rem;border-radius:999px;font-size:.75rem;font-weight:600;white-space:nowrap}.dashboard-advice-confidence.high{background:#16a34a1a;color:#166534}.dashboard-advice-confidence.medium{background:#d977061a;color:#92400e}.dashboard-advice-confidence.low{background:#64748b1f;color:#475569}.dashboard-advice-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,1fr);gap:1rem;align-items:stretch}.dashboard-advice-main,.dashboard-advice-side{display:grid;gap:.85rem}.dashboard-advice-main.compact{gap:.7rem;min-height:100%}.dashboard-advice-main-layout{display:grid;grid-template-columns:1fr;grid-template-rows:1fr auto;gap:.85rem;min-height:100%;align-items:start}.dashboard-advice-main-content,.dashboard-advice-meta{display:grid;gap:.7rem}.dashboard-advice-main-content{padding:1rem;border-radius:14px;background:#ffffffb8;box-shadow:inset 0 0 0 1px #94a3b81f}.dashboard-advice-meta{grid-template-columns:1fr;align-items:start}.dashboard-advice-action-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.dashboard-advice-confidence-note{display:grid;justify-items:end;gap:.15rem;max-width:210px;text-align:right;flex-shrink:0}.dashboard-advice-confidence-note-value{display:inline-flex;align-items:center;justify-content:center;min-height:22px;padding:.15rem .5rem;border-radius:999px;font-size:.75rem;font-weight:600}.dashboard-advice-confidence-note-text{font-size:.6875rem;line-height:1.3;color:var(--color-text-secondary)}.dashboard-advice-confidence-note.high .dashboard-advice-confidence-note-value{background:#16a34a1a;color:#166534}.dashboard-advice-confidence-note.medium .dashboard-advice-confidence-note-value{background:#d977061f;color:#92400e}.dashboard-advice-confidence-note.low .dashboard-advice-confidence-note-value{background:#64748b1f;color:#475569}.dashboard-advice-action{font-size:1.3rem;line-height:1.15;font-weight:700;letter-spacing:-.03em;color:var(--color-text-primary)}.dashboard-advice-action-down{color:#b45309}.dashboard-advice-action-up{color:#166534}.dashboard-advice-action-neutral{color:#1e293b}.dashboard-advice-reasons{display:grid;gap:.35rem}.dashboard-advice-reason{position:relative;padding-left:1rem;font-size:.8125rem;line-height:1.4;color:var(--color-text-secondary)}.dashboard-advice-reason:before{content:"";position:absolute;left:0;top:.5rem;width:6px;height:6px;border-radius:50%;background:#5b6ef573}.dashboard-advice-effect{padding:.15rem 0 0}.dashboard-advice-side-label,.dashboard-advice-scenario-label{font-size:.6875rem;color:var(--color-text-tertiary)}.dashboard-advice-effect-text,.dashboard-advice-side-text{font-size:.8125rem;line-height:1.35;color:var(--color-text-secondary)}.dashboard-advice-side-card{display:grid;gap:.3rem;padding:.8rem .9rem;border-radius:14px;background:#94a3b814}.dashboard-advice-side-value{font-size:.9375rem;font-weight:600;letter-spacing:-.02em;color:var(--color-text-primary)}.dashboard-advice-scenarios{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.dashboard-advice-scenario{display:grid;gap:.2rem;align-content:start;padding:.65rem .7rem;border-radius:12px;background:#ffffffb3;border:1px solid rgba(148,163,184,.14)}.dashboard-advice-scenario-value{font-size:.9375rem;font-weight:600;color:var(--color-text-primary)}.dashboard-advice-scenario-hint{font-size:.75rem;line-height:1.35;color:var(--color-text-secondary)}.dashboard-price-position.embedded{gap:.5rem;padding:1rem;border-radius:14px;background:#94a3b80f}.dashboard-price-position.embedded .dashboard-price-position-scale{min-height:78px;padding-top:.675rem;padding-bottom:.625rem}.dashboard-price-position.embedded .dashboard-price-position-insights{padding-top:0}.dashboard-price-position.embedded .dashboard-price-position-stats{padding-top:.5rem}.dashboard-processing-layout{display:grid;grid-template-columns:160px minmax(0,1fr);gap:1.5rem;align-items:center}.dashboard-donut-wrap{position:relative;width:140px;height:140px;margin:0 auto}.dashboard-donut{width:140px;height:140px;transform:rotate(-90deg);filter:drop-shadow(0 4px 12px rgba(3,110,67,.2))}.dashboard-donut-track{fill:none;stroke:var(--color-bg-tertiary);stroke-width:14}.dashboard-donut-value{fill:none;stroke:url(#donutGradient);stroke-width:14;stroke-linecap:round;transition:stroke-dashoffset var(--transition-slow)}.dashboard-donut-center{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-content:center;text-align:center;gap:.375rem}.dashboard-donut-center strong{font-size:1.75rem;font-weight:800;letter-spacing:-.03em;color:var(--color-text-primary)}.dashboard-donut-center span{color:var(--color-text-secondary);font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.dashboard-donut-summary{text-align:center;margin-top:1rem;margin-bottom:1.25rem}.dashboard-donut-summary-value{font-size:1.5rem;font-weight:700;color:var(--color-text-primary);letter-spacing:-.02em;margin-bottom:.25rem}.dashboard-donut-summary-label{font-size:.75rem;color:var(--color-text-tertiary);line-height:1.4}.dashboard-processing-legend{display:grid;gap:.625rem}.dashboard-legend-item{display:grid;grid-template-columns:8px minmax(0,1fr) auto;gap:.625rem;align-items:center;padding:.75rem .875rem;border-radius:var(--radius-md);background:var(--color-bg-secondary);border:1px solid var(--color-border-light);transition:all var(--transition-fast)}.dashboard-legend-item:hover{background:#1118270a;border-color:#1118271f}.dashboard-legend-item span:not(.dashboard-legend-dot){color:var(--color-text-secondary);font-weight:500;font-size:.8125rem}.dashboard-legend-item strong{color:var(--color-text-primary);font-size:.875rem;font-weight:600}.dashboard-legend-dot{width:8px;height:8px;border-radius:var(--radius-full);box-shadow:0 1px 3px #0000001f}.dashboard-legend-dot-success{background:var(--color-success)}.dashboard-legend-dot-muted{background:#d1d5db}.dashboard-legend-dot-accent,.dashboard-legend-dot-info{background:var(--color-primary)}.dashboard-legend-dot-warning{background:var(--color-warning)}.dashboard-chart-summary{margin-top:1rem;padding:.875rem 1rem;border-radius:12px;background:linear-gradient(135deg,#f8fafcf2,#fffffffa);border:1px solid rgba(226,232,240,.9);color:var(--color-text-secondary);font-size:.875rem;line-height:1.5}.dashboard-selection-panel{margin-top:1.25rem;padding:1rem 1.125rem;border-radius:14px;background:#ffffffeb;border:1px solid var(--color-border-light);box-shadow:0 2px 10px #0f172a0a}.dashboard-selection-panel-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.875rem;flex-wrap:wrap}.dashboard-selection-panel-head strong{font-size:.9375rem;color:var(--color-text-primary)}.dashboard-selection-panel-head span{font-size:.8125rem;color:var(--color-text-secondary)}.dashboard-selection-chips{display:flex;flex-wrap:wrap;gap:.625rem}.dashboard-selection-chip{display:inline-flex;align-items:center;gap:.625rem;padding:.625rem .875rem;border-radius:999px;background:#f8fafc;border:1px solid #e2e8f0;text-decoration:none;transition:all .2s ease}.dashboard-selection-chip:hover{background:#eef2ff;border-color:#c7d2fe}.dashboard-selection-chip-title{font-size:.8125rem;font-weight:600;color:var(--color-text-primary)}.dashboard-selection-chip-meta{font-size:.6875rem;font-weight:700;letter-spacing:.05em;color:var(--color-text-tertiary)}.dashboard-selection-chip-more{color:var(--color-text-secondary)}.dashboard-panel-wide{margin-top:1rem;overflow:hidden;max-width:100%}.dashboard-filters-section{display:grid;grid-template-columns:minmax(200px,.6fr) minmax(300px,1.4fr);gap:1rem;margin-bottom:1.5rem;position:relative;z-index:50}.dashboard-filter-block{background:linear-gradient(135deg,#f8fafce6,#fffffffa);border:1px solid rgba(17,24,39,.08);border-radius:12px;padding:1rem 1.125rem;transition:all .2s;position:relative;cursor:pointer}.dashboard-filter-block:after{content:"👆";position:absolute;bottom:.75rem;right:.75rem;font-size:.875rem;opacity:0;transition:opacity .2s;pointer-events:none}.dashboard-filter-block:hover{border-color:#0a84ff40;box-shadow:0 4px 12px #0f172a1a}.dashboard-filter-block:hover:after{opacity:.3}.dashboard-filter-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.625rem}.dashboard-filter-label{font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--color-text-secondary);display:flex;align-items:center;gap:.375rem}.dashboard-filter-hint{font-size:.6875rem;font-weight:500;letter-spacing:0;text-transform:none;color:var(--color-primary);opacity:0;transition:opacity .2s}.dashboard-filter-block:hover .dashboard-filter-hint{opacity:.7}.dashboard-filter-actions{display:flex;gap:.375rem}.dashboard-filter-reset,.dashboard-filter-edit{width:24px;height:24px;border:none;border-radius:6px;background:#1118270d;color:var(--color-text-secondary);font-size:1.125rem;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s;padding:0}.dashboard-filter-reset:hover{background:#ef44441a;color:#dc2626}.dashboard-filter-edit:hover{background:#0a84ff1a;color:var(--color-primary)}.dashboard-filter-content{cursor:pointer;position:relative}.dashboard-filter-block-products{cursor:default;position:relative;z-index:100}.dashboard-filter-block-products.dropdown-open{z-index:1001;transform:none!important}.dashboard-filter-block-products.dropdown-open:hover{transform:none!important}.dashboard-filter-block-products:after{display:none}.dashboard-filter-block-products .dashboard-filter-content>div{cursor:pointer;border-radius:8px;padding:.5rem;margin:-.5rem;transition:all .15s}.dashboard-filter-block-products .dashboard-filter-content>div:hover{background:#0a84ff08}.dashboard-products-summary{font-size:.8125rem;font-weight:600;color:var(--color-text-secondary);margin-bottom:.5rem}.dashboard-products-preview{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.dashboard-product-chip{display:flex;flex-direction:row;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:8px;background:#ffffff80;border:1px solid rgba(0,0,0,.06);font-size:.75rem;font-weight:500;color:var(--color-text-primary);transition:all .15s;cursor:default;max-width:100%}.dashboard-product-chip:hover{background:#fffc;border-color:#0000001a;box-shadow:0 2px 8px #0000000f}.dashboard-product-chip-img{width:36px;height:36px;border-radius:6px;object-fit:contain;background:#fff;padding:3px;border:1px solid rgba(0,0,0,.06);flex-shrink:0}.dashboard-product-chip-content{display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:0}.dashboard-product-chip-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.4;font-weight:500}.dashboard-product-chip-meta{font-size:.6875rem;color:var(--color-text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.3;font-weight:500}.dashboard-product-more{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.375rem;padding:.5rem .875rem;border-radius:8px;border:1px dashed rgba(10,132,255,.3);background:#0a84ff05;color:var(--color-primary);font-size:.75rem;font-weight:600;cursor:pointer;transition:all .15s;white-space:nowrap}.dashboard-product-more:hover{background:#0a84ff14;border-color:#0a84ff80;border-style:solid}.dashboard-products-dropdown{z-index:10000;background:#fff;border-radius:12px;border:1px solid rgba(17,24,39,.1);box-shadow:0 10px 40px #0000001f,0 4px 12px #00000014;padding:.875rem;margin-top:.5rem}.dashboard-products-dropdown-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.625rem}.dashboard-products-dropdown-title{font-size:.8125rem;font-weight:600;color:var(--color-text-secondary)}.dashboard-products-dropdown-close{width:20px;height:20px;border:none;border-radius:4px;background:#1118270d;color:var(--color-text-secondary);font-size:1.125rem;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s}.dashboard-products-dropdown-close:hover{background:#ef44441a;color:#dc2626}.dashboard-products-dropdown-list{display:grid;gap:.375rem;max-height:300px;overflow-y:auto;overflow-x:hidden;padding-right:.25rem}.dashboard-products-dropdown-item{display:flex;align-items:center;gap:.625rem;padding:.5rem .625rem;border-radius:6px;background:#f8fafc99;border:1px solid rgba(17,24,39,.06);transition:all .15s}.dashboard-products-dropdown-item:hover{background:#f8fafce6;border-color:#1118271a;box-shadow:0 1px 3px #0000000d}.dashboard-products-dropdown-img{width:28px;height:28px;flex-shrink:0;border-radius:4px;object-fit:contain;background:#fff;padding:2px;border:1px solid rgba(17,24,39,.08)}.dashboard-products-dropdown-content{display:grid;gap:.125rem;flex:1;min-width:0}.dashboard-products-dropdown-item-title{font-size:.8125rem;font-weight:500;color:var(--color-text-primary);line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-products-dropdown-item-meta{font-size:.6875rem;font-weight:500;color:var(--color-text-secondary)}.dashboard-filter-content{min-height:32px}.dashboard-filter-badge{display:inline-flex;align-items:center;padding:.5rem .875rem;border-radius:8px;font-size:.875rem;font-weight:600}.dashboard-filter-badge-all{background:linear-gradient(135deg,#036e431a,#036e4314);color:#036e43;border:1px solid rgba(3,110,67,.2)}.dashboard-filter-chips{display:flex;flex-wrap:wrap;gap:.5rem}.dashboard-filter-chip{padding:.375rem .75rem;border-radius:6px;background:#1118270f;color:var(--color-text-primary);font-size:.8125rem;font-weight:500;border:1px solid rgba(17,24,39,.1)}.dashboard-filter-summary{display:flex;gap:.75rem}.dashboard-filter-count{display:flex;align-items:baseline;gap:.5rem;padding:.5rem .875rem;border-radius:8px;background:linear-gradient(135deg,#0a84ff1a,#3b82f614);border:1px solid rgba(10,132,255,.2)}.dashboard-filter-count-number{font-size:1.25rem;font-weight:700;color:var(--color-primary)}.dashboard-filter-count-label{font-size:.8125rem;font-weight:500;color:var(--color-text-secondary)}.dashboard-filter-empty{padding:.5rem .875rem;border-radius:8px;background:#ef44440d;color:#dc2626;font-size:.8125rem;font-weight:500;border:1px solid rgba(239,68,68,.15);display:inline-block}.dashboard-picker-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a52;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:grid;place-items:center;padding:1.25rem;z-index:10000}.dashboard-picker-modal{width:min(640px,100%);max-height:min(80vh,820px);overflow:hidden;display:grid;gap:1rem;padding:1.25rem;border-radius:18px;border:1px solid rgba(17,24,39,.08);background:#fffffffa;box-shadow:0 24px 48px #0f172a33;grid-template-rows:auto auto auto 1fr auto}.dashboard-picker-modal-wide{width:min(640px,100%)}.dashboard-picker-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.dashboard-picker-head h3{margin:0;font-size:1.125rem}.dashboard-picker-options{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem}.dashboard-picker-option{display:flex;align-items:center;justify-content:center;min-height:auto;min-width:120px;padding:.5rem 1rem;border:none;border-radius:8px;background:transparent;color:#11182799;cursor:pointer;font-weight:600;font-size:.875rem;line-height:1.25;text-align:center;width:auto;flex:0 0 auto;white-space:nowrap;box-shadow:none;transition:all .2s cubic-bezier(.4,0,.2,1);opacity:1}.dashboard-picker-option:hover{background:transparent;color:#11182799}.dashboard-picker-option.is-active{background:#11182726;color:var(--color-text-primary)!important;box-shadow:none}.dashboard-picker-option:active{transform:none}.dashboard-picker-caption{color:var(--color-text-secondary);font-size:.8125rem;font-weight:600}.dashboard-picker-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:.75rem}.dashboard-picker-actions{display:flex;justify-content:flex-end;gap:.625rem;padding-top:.5rem}.dashboard-picker-head .btn-sm,.dashboard-picker-actions .btn-sm{min-height:auto;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;line-height:1.25}.dashboard-picker-actions .btn{min-height:36px;padding:0 1.125rem;font-size:.875rem;border-radius:8px}.dashboard-modal-close{width:28px;height:28px;border-radius:6px;border:none;background:transparent;color:var(--color-text-secondary);font-size:1.375rem;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s;flex-shrink:0}.dashboard-modal-close:hover{background:#1118270f;color:var(--color-text-primary)}.dashboard-picker-modes{display:flex;gap:.5rem}.dashboard-mode-option{flex:1;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:#11182799;border-radius:8px;padding:.5rem 1rem;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);font-size:.875rem;white-space:nowrap}.dashboard-mode-option:hover:not(:has(.dashboard-mode-radio:checked)){background:transparent;color:#11182799}.dashboard-mode-option:has(.dashboard-mode-radio:checked){background:#11182726;color:var(--color-text-primary)!important;box-shadow:none}.dashboard-mode-radio{display:none}.dashboard-mode-label{cursor:pointer}.dashboard-picker-status{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.5rem 0;border-bottom:1px solid rgba(17,24,39,.06);margin-bottom:.5rem}.dashboard-picker-count{font-size:.8125rem;font-weight:500;color:var(--color-text-secondary)}.dashboard-picker-quick-actions{display:flex;gap:.75rem;flex-wrap:wrap}.btn-link{background:none;border:none;color:var(--color-primary);font-weight:500;cursor:pointer;padding:0;transition:opacity .15s}.btn-link:hover{opacity:.75}.btn-link-xs{font-size:.75rem}.btn-link-sm{font-size:.8125rem}.dashboard-picker-checkboxes{display:flex;flex-wrap:wrap;gap:.5rem;overflow-y:auto;overflow-x:hidden;padding:.25rem 0;min-height:0}.dashboard-checkbox-item{display:flex;align-items:center;gap:.5rem;border:none;background:transparent;color:#11182799;border-radius:8px;padding:.5rem 1rem;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);font-size:.875rem;white-space:nowrap;-webkit-user-select:none;user-select:none}.dashboard-checkbox-item:has(.dashboard-checkbox-input:checked){background:#11182726;color:var(--color-text-primary)!important}.dashboard-checkbox-input{display:none}.dashboard-checkbox-label{cursor:pointer}.dashboard-picker-list{display:grid;gap:.5rem;overflow-y:auto;overflow-x:hidden;padding:.25rem 0;min-height:0}.dashboard-checkbox-item-competitor{display:flex;align-items:center;gap:.75rem;padding:.625rem .875rem;background:transparent;color:#11182799;border:none;border-radius:8px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none;text-align:left}.dashboard-competitor-thumb{width:32px;height:32px;flex-shrink:0;border-radius:var(--radius-sm);object-fit:contain;border:1px solid var(--color-border-light);background:#fff;padding:2px}.dashboard-checkbox-item-competitor:hover:not(:has(.dashboard-checkbox-input:checked)){background:transparent;color:#11182799}.dashboard-checkbox-item-competitor:has(.dashboard-checkbox-input:checked){background:#11182726;color:var(--color-text-primary)!important;box-shadow:none}.dashboard-checkbox-item-competitor .dashboard-checkbox-input{display:none}.dashboard-picker-warning{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#ff95000f;border:1px solid rgba(255,149,0,.2);border-radius:8px;color:var(--color-text-secondary);font-size:.8125rem;line-height:1.4;margin-bottom:.75rem}.dashboard-picker-warning svg{width:18px;height:18px;flex-shrink:0;color:#ff9500}.dashboard-picker-pagination{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 0;margin-top:.5rem;border-top:1px solid var(--color-border-light)}.dashboard-picker-page-info{font-size:.8125rem;color:var(--color-text-secondary);font-weight:500}.dashboard-checkbox-competitor-content{display:grid;gap:.25rem;flex:1;min-width:0}.dashboard-checkbox-competitor-title{font-size:.875rem;font-weight:600;color:inherit;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-checkbox-competitor-meta{font-size:.75rem;font-weight:500;color:inherit;opacity:.75}.dashboard-picker-search-row{display:flex;gap:.75rem;align-items:center}.dashboard-competitor-search{flex:1;min-height:40px;border-radius:8px;border:1px solid rgba(17,24,39,.12);background:#fffffff5;padding:0 .875rem;font-size:.875rem;color:var(--color-text-primary);box-shadow:inset 0 1px 2px #0f172a08}.dashboard-competitor-search:focus{outline:none;border-color:#0a84ff5c;box-shadow:0 0 0 3px #0a84ff1f}.dashboard-competitor-sort{min-width:180px;min-height:40px;border-radius:8px;border:1px solid rgba(17,24,39,.12);background:#fffffff5;padding:0 .875rem;font-size:.875rem;color:var(--color-text-primary);font-family:inherit;cursor:pointer}.dashboard-competitor-sort:focus{outline:none;border-color:#0a84ff5c;box-shadow:0 0 0 3px #0a84ff1f}.dashboard-competitor-pill{position:relative;display:grid;gap:.35rem;text-align:left;padding:.5rem 1rem;border:none;border-radius:8px;background:transparent;color:#11182799;cursor:pointer;font-size:.875rem;line-height:1.25;box-shadow:none;transition:all .2s cubic-bezier(.4,0,.2,1);opacity:1}.dashboard-competitor-pill:hover{background:transparent;color:#11182799}.dashboard-competitor-pill.is-active{background:#11182726;color:var(--color-text-primary)!important;box-shadow:none;opacity:1}.dashboard-competitor-pill-title{font-size:.875rem;font-weight:600;line-height:1.4}.dashboard-competitor-pill-meta{color:inherit;font-size:.75rem;font-weight:500}@media (max-width: 768px){.dashboard-filters-section{grid-template-columns:1fr}.dashboard-products-preview{grid-template-columns:repeat(2,1fr)}.dashboard-product-chip-img{width:40px;height:40px}.dashboard-product-chip{padding:.625rem .5rem;font-size:.6875rem}.dashboard-product-more{min-height:76px;font-size:.6875rem}.dashboard-picker-actions{flex-direction:column}}.app-side-footer{margin-top:auto;display:grid;gap:.75rem;position:relative;z-index:1}.app-side-footer-content{display:grid;gap:.75rem}.app-side-footer .muted{font-size:.8125rem;color:#a5b4fc;padding:0 .5rem;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.app-logout-btn{height:40px;border-radius:var(--radius-md);border:2px solid rgba(255,255,255,.2);background:#ffffff1a;color:#fff;font-weight:600;cursor:pointer;transition:all var(--transition-fast);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;gap:.875rem;padding:0 .75rem;white-space:nowrap}.app-sidebar:hover .app-logout-btn{justify-content:flex-start;padding:0 1rem}.app-logout-btn span:first-child{font-size:1.25rem;flex-shrink:0}.app-logout-btn:hover{background:#ffffff26;border-color:#ffffff4d;box-shadow:var(--shadow-md)}.modal-overlay{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;height:100vh!important;background:#111827b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:grid;place-items:center;z-index:10000!important;padding:1.5rem}.modal-card{position:relative;width:min(600px,100%);background:#ffffffc7;border-radius:24px;padding:2.5rem;box-shadow:var(--shadow-2xl);border:1px solid rgba(255,255,255,.58);-webkit-backdrop-filter:blur(28px);backdrop-filter:blur(28px)}.modal-card h3{margin-top:0;margin-bottom:1.75rem;padding-right:2rem;font-size:1.25rem;font-weight:600;color:var(--color-text-primary)}.modal-close{position:absolute;top:1rem;right:1rem;width:32px;height:32px;border-radius:50%;border:none;background:#0000000d;color:var(--color-text-secondary);font-size:1.25rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--transition-fast)}.modal-close:hover{background:#0000001a;color:var(--color-text-primary)}.modal-form{display:grid;gap:1.5rem}.modal-form input{height:42px;border-radius:var(--radius-md);border:1px solid var(--color-border);padding:0 1rem;font-size:.875rem;transition:all var(--transition-fast);font-family:inherit}.modal-form textarea{width:100%;border-radius:var(--radius-md);border:1px solid var(--color-border);padding:.875rem 1rem;font-size:.875rem;line-height:1.5;transition:all var(--transition-fast);box-sizing:border-box}.modal-form input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 4px #0a84ff1f}.modal-form textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 4px #0a84ff1f}.modal-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1rem;margin-bottom:.5rem;padding:0 1.5rem}.modal-card.product-edit-modal-card{padding:30px}.product-edit-modal-form{display:grid;gap:1rem;margin-top:.25rem}.product-edit-modal-form input{padding:.85rem 1rem;min-height:48px}.product-edit-modal-actions{margin-top:.5rem}.confirm-modal{width:min(340px,90%);background:#fffffff2;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);border-radius:20px;padding:2rem 1.5rem 1.5rem;box-shadow:0 20px 60px #00000026,0 8px 20px #0000001a;border:1px solid rgba(255,255,255,.7);text-align:center;animation:confirmModalSlideIn .3s cubic-bezier(.16,1,.3,1)}@keyframes confirmModalSlideIn{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.confirm-modal-icon{font-size:3rem;margin-bottom:1rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.confirm-modal-title{font-size:1.25rem;font-weight:600;color:var(--color-text-primary);margin:0 0 .75rem;line-height:1.3}.confirm-modal-text{font-size:.9375rem;color:var(--color-text-secondary);margin:0 0 1.5rem;line-height:1.5}.confirm-modal-actions{display:flex;flex-direction:column;gap:.625rem}.confirm-modal-btn{height:48px;border-radius:12px;border:none;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000000f}.confirm-modal-btn-danger{background:linear-gradient(180deg,#ff3b30,#e63229);color:#fff;box-shadow:0 4px 12px #ef44444d,0 2px 4px #ef444433}.confirm-modal-btn-danger:hover{background:linear-gradient(180deg,#ff453a,#ff3b30);box-shadow:0 6px 16px #ef444459,0 2px 6px #ef444440}.confirm-modal-btn-danger:active{background:linear-gradient(180deg,#e63229,#d12b22)}.confirm-modal-btn-cancel{background:#7878801f;color:var(--color-text-primary);box-shadow:0 1px 3px #0000000a}.confirm-modal-btn-cancel:hover{background:#78788029;box-shadow:0 2px 6px #00000014}.account-container{max-width:800px;margin:0 auto;display:grid;gap:1.5rem}.account-header{display:flex;align-items:center;gap:1rem;padding:.5rem 0}.account-avatar{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;font-size:1.75rem;font-weight:700;color:#fff;background:linear-gradient(135deg,var(--color-bg-dark),var(--color-text-secondary));flex-shrink:0}.account-title{margin:0;font-size:1.75rem;font-weight:600;color:var(--color-text-primary)}.account-subtitle{margin:.25rem 0 0;color:var(--color-text-secondary);font-size:.9375rem}.account-main-card{padding:2rem}.account-section{display:grid;gap:1.25rem}.account-section-title{margin:0;font-size:1.125rem;font-weight:600;color:var(--color-text-primary)}.account-hint{margin:0;font-size:.875rem;color:var(--color-text-secondary);line-height:1.5}.account-divider{height:1px;background:var(--color-border-light);margin:2rem 0}.account-actions-row{display:flex;gap:.75rem;flex-wrap:wrap}.account-form{display:grid;gap:1.25rem}.account-form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.account-form-field{display:grid;gap:.5rem}.account-label{color:var(--color-text-secondary);font-size:.875rem;font-weight:600}.account-input{height:44px;border-radius:var(--radius-md);border:1px solid var(--color-border);padding:0 .875rem;font-size:.9375rem;background:var(--color-bg-primary);color:var(--color-text-primary);transition:all var(--transition-fast)}.account-input:focus{outline:none;border-color:var(--color-bg-dark);box-shadow:0 0 0 3px #1118271a}@media (max-width: 640px){.account-form-row{grid-template-columns:1fr}.account-main-card{padding:1.5rem}.account-divider{margin:1.5rem 0}}button:not(.btn):not(.tab-btn):not(.pager-item):not(.pager-nav):not(.btn-track):not(.btn-exclude):not(.dashboard-picker-option):not(.dashboard-competitor-pill):not(.dashboard-filter-pill):not(.dashboard-page-menu-link):not(.products-sort-btn):not(.source-filter-btn):not(.price-chart-toggle):not(.dashboard-metrics-tab):not(.auth-button):not(.dashboard-action-section-button):not(.dashboard-pagination-btn):not(.side-panel-close):not(.reports-side-panel-close):not(.monitoring-calendar-nav):not(.date-picker-nav):not(.date-picker-day):not(.custom-select-trigger):not([class*=modal]):not([class*=competitors-topbar]):not([class*=search-form]):not([class*=app-side-footer]):not([class*=app-logout]):not([class*=competitors-action]):not([class*=competitors-product-choice]){height:36px;border-radius:999px;border:0;background:transparent;color:var(--color-text-primary);padding:0 1rem;font-weight:600;cursor:pointer;transition:all var(--transition-fast);font-size:.875rem;font-family:inherit;box-shadow:none}button:not(.btn):not(.tab-btn):not(.pager-item):not(.pager-nav):not(.btn-track):not(.btn-exclude):not(.dashboard-picker-option):not(.dashboard-competitor-pill):not(.dashboard-filter-pill):not(.dashboard-page-menu-link):not(.products-sort-btn):not(.source-filter-btn):not(.price-chart-toggle):not(.dashboard-metrics-tab):not(.auth-button):not(.dashboard-action-section-button):not(.dashboard-pagination-btn):not(.side-panel-close):not(.reports-side-panel-close):not(.monitoring-calendar-nav):not(.date-picker-nav):not(.date-picker-day):not(.custom-select-trigger):not([class*=modal]):not([class*=competitors-topbar]):not([class*=search-form]):not([class*=app-side-footer]):not([class*=app-logout]):not([class*=competitors-action]):not([class*=competitors-product-choice]):hover{background:transparent;box-shadow:none}button:not(.btn):not(.tab-btn):not(.pager-item):not(.pager-nav):not(.btn-track):not(.btn-exclude):not(.dashboard-picker-option):not(.dashboard-competitor-pill):not(.dashboard-filter-pill):not(.dashboard-page-menu-link):not(.products-sort-btn):not(.source-filter-btn):not(.price-chart-toggle):not(.dashboard-metrics-tab):not(.auth-button):not(.dashboard-action-section-button):not(.dashboard-pagination-btn):not(.side-panel-close):not(.reports-side-panel-close):not(.monitoring-calendar-nav):not(.date-picker-nav):not(.date-picker-day):not(.custom-select-trigger):not([class*=modal]):not([class*=competitors-topbar]):not([class*=search-form]):not([class*=app-side-footer]):not([class*=app-logout]):not([class*=competitors-action]):not([class*=competitors-product-choice]):disabled{opacity:.5;cursor:not-allowed}.link.btn-link:before{display:none}html{scroll-behavior:smooth}::selection{background:var(--color-primary);color:#fff}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.loading{animation:shimmer 2s infinite linear;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:1000px 100%}.gradient-text{background:linear-gradient(135deg,var(--color-primary),var(--color-secondary),var(--color-accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.glass{background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--color-border)}@media (max-width: 1024px){.competitors-layout{grid-template-columns:320px 1fr}.dashboard-hero,.dashboard-lower-grid,.dashboard-charts-row-split,.dashboard-hero-has-media{grid-template-columns:1fr}.dashboard-hero-media{justify-content:start}}@media (max-width: 768px){.app-side-footer{display:flex;margin-top:0}.app-side-footer .muted{display:none}.app-logout-btn{height:48px;width:48px;padding:0!important;justify-content:center!important}.app-logout-btn .app-nav-item-text{display:none}.app-header{padding:.75rem 1rem;gap:.75rem}.app-header-title{font-size:1rem}.app-header-notification{padding:.5rem}.notification-icon{width:18px;height:18px}.app-header-payment{padding:.5rem .875rem;font-size:.875rem}.app-header-user{padding:.375rem}.app-header-user-info{display:flex}.app-header-user-avatar{width:36px;height:36px;font-size:1rem}.app-header-user-email{max-width:56px}.search-form,.competitors-layout,.checks-history-layout{grid-template-columns:1fr}.dashboard-page{padding:1rem}.dashboard-nav{gap:.5rem}.dashboard-hero{padding:1.2rem;border-radius:20px}.dashboard-hero-has-media{gap:.75rem}.dashboard-title{max-width:none;font-size:2rem}.dashboard-metrics-grid{grid-template-columns:1fr}}@media (max-width: 1200px) and (min-width: 769px){.dashboard-metrics-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 1024px) and (min-width: 769px){.dashboard-metrics-grid{grid-template-columns:repeat(2,1fr)}.dashboard-strategy-card{grid-template-columns:auto minmax(0,1fr);align-items:center}.dashboard-strategy-card-link{justify-self:start;grid-column:1 / -1}.dashboard-metric-card{border-radius:16px;padding:1rem 1.125rem}.dashboard-metric-icon{width:26px;height:26px}.dashboard-metric-icon svg{width:13px;height:13px}.dashboard-metric-value{font-size:1.5rem}.dashboard-metric-label{font-size:.75rem}.dashboard-metric-hint{font-size:.625rem}.dashboard-processing-layout{grid-template-columns:1fr}.dashboard-bar-row{grid-template-columns:48px minmax(0,1fr) 32px}.dashboard-monitoring-facts{grid-template-columns:1fr}.products-toolbar-filters,.products-search{width:100%}.products-search-wrapper{max-width:100%}.products-search-input{height:45px;font-size:.9375rem}.products-search-icon{font-size:1.125rem;left:1rem}.products-columns-menu{left:0;right:auto}.formula-label{min-width:0;width:100%}.formula-topline,.formula-line{align-items:flex-start}.formula-radio-group,.formula-tags-wrap{width:100%}.grid-cards{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.prom-wrap{padding:1.5rem 1rem 2rem}.prom-wrap>h1{font-size:1.5rem}.wrap h1{font-size:2rem}}@media (max-width: 480px){.dashboard-processing-legend{gap:.6rem}.dashboard-legend-item,.dashboard-panel{border-radius:16px}.dashboard-monitoring-ribbon{gap:.2rem}.grid-cards{grid-template-columns:1fr}.products-table-wrap{font-size:.875rem}.formula-dual-range-bubble{min-width:28px;height:28px;font-size:.75rem}.modal-card{padding:1.75rem}.pager-item,.pager-nav{min-width:44px;height:44px;font-size:1rem}.pager-list{padding:.375rem}}.search-progress-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .3s ease}.search-progress-card{background:#fff;border-radius:var(--radius-xl);padding:3rem 2.5rem 2.5rem;max-width:450px;width:90%;box-shadow:var(--shadow-2xl);animation:slideUp .3s ease;text-align:center}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.search-progress-cube{display:flex;justify-content:center;margin-bottom:1.5rem;perspective:1000px}.cube{width:80px;height:80px;position:relative;transform-style:preserve-3d;animation:rotateCube 3s infinite linear}@keyframes rotateCube{0%{transform:rotateX(0) rotateY(0)}to{transform:rotateX(360deg) rotateY(360deg)}}.cube-face{position:absolute;width:80px;height:80px;border:2px solid var(--color-primary);background:linear-gradient(135deg,var(--color-primary-light) 0%,var(--color-primary) 100%);opacity:.9}.cube-face-front{transform:translateZ(40px)}.cube-face-back{transform:rotateY(180deg) translateZ(40px)}.cube-face-right{transform:rotateY(90deg) translateZ(40px)}.cube-face-left{transform:rotateY(-90deg) translateZ(40px)}.cube-face-top{transform:rotateX(90deg) translateZ(40px)}.cube-face-bottom{transform:rotateX(-90deg) translateZ(40px)}.search-progress-title{text-align:center;font-size:1.5rem;font-weight:600;color:var(--color-text-primary);margin-bottom:1.5rem}.search-progress-bar-container{width:100%;max-width:400px;margin:0 auto}.search-progress-bar{width:100%;height:6px;background-color:#00000014;border-radius:3px;overflow:hidden;position:relative}.search-progress-bar-fill{height:100%;background:linear-gradient(90deg,#0a84ff,#06c);border-radius:3px;transition:width .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.search-progress-bar-fill:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 1.5s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.search-progress-sources{display:flex;flex-direction:column;gap:.75rem}.search-progress-source{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;border-radius:var(--radius-md);background:var(--color-bg-secondary);transition:all var(--transition-base)}.search-progress-source-icon{font-size:1.5rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fff}.search-progress-source-pending .search-progress-source-icon{background:var(--color-bg-tertiary)}.search-progress-source-loading .search-progress-source-icon{background:var(--color-primary-light)}.search-progress-source-loading{background:#fef3c7;border-left:3px solid rgba(17,24,39,.3)}.search-progress-source-done{background:#d1fae5;border-left:3px solid var(--color-success)}.search-progress-source-done .search-progress-source-icon{background:var(--color-success);color:#fff}.search-progress-source-error{background:#fee2e2;border-left:3px solid var(--color-danger)}.search-progress-source-error .search-progress-source-icon{background:var(--color-danger);color:#fff}.search-progress-source-name{font-weight:600;font-size:.875rem;color:var(--color-text-primary);min-width:80px}.search-progress-source-status{font-size:.875rem;color:var(--color-text-secondary);margin-left:auto}.spinner{display:inline-block;animation:spin 1s linear infinite}@media (max-width: 768px){.search-progress-card{padding:1.5rem}.cube,.cube-face{width:60px;height:60px}.cube-face-front{transform:translateZ(30px)}.cube-face-back{transform:rotateY(180deg) translateZ(30px)}.cube-face-right{transform:rotateY(90deg) translateZ(30px)}.cube-face-left{transform:rotateY(-90deg) translateZ(30px)}.cube-face-top{transform:rotateX(90deg) translateZ(30px)}.cube-face-bottom{transform:rotateX(-90deg) translateZ(30px)}.search-progress-title{font-size:1.25rem}}.import-page{width:100%;max-width:840px;margin:0 auto;display:grid;gap:.75rem;padding-bottom:2rem}.import-page-head{padding-inline:0}.import-eyebrow{margin:0 0 .5rem;font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted)}.import-title{margin:0;font-size:clamp(1.5rem,3vw,2rem);line-height:1.2;letter-spacing:-.025em;font-weight:700;color:var(--color-text-primary)}.import-subtitle{margin:.5rem 0 0;color:var(--color-text-secondary);font-size:.875rem;line-height:1.4;max-width:60ch}.import-section{display:grid;gap:.9rem;padding:1.35rem}.import-form{display:grid;gap:1rem;position:relative}.import-form-group{display:grid;gap:.5rem;max-width:800px}.import-label{display:grid;gap:.25rem;font-size:.8125rem;font-weight:600;color:var(--color-text-primary)}.import-label-hint{font-size:.75rem;font-weight:400;color:var(--color-text-secondary)}.import-input,.import-textarea{width:100%;max-width:100%;padding:.75rem .875rem;background:#fff;border:2px solid var(--color-border);border-radius:var(--radius-md);font-size:.875rem;font-family:inherit;color:var(--color-text-primary);transition:all var(--transition-fast);box-sizing:border-box}.import-file-picker{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.import-file-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.import-file-button{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:.55rem .9rem;border:1px solid rgba(112,115,147,.18);border-radius:8px;background:#f0f0f2;color:var(--color-text-primary);font-size:.875rem;font-weight:400;line-height:1;cursor:pointer;transition:background-color var(--transition-fast),border-color var(--transition-fast),box-shadow var(--transition-fast);-webkit-user-select:none;user-select:none}.import-file-button:hover{background:#e9e9ec;border-color:#70739342;box-shadow:var(--shadow-sm)}.import-file-button:focus-visible{outline:none;box-shadow:0 0 0 3px #0a84ff1a}.import-file-status{font-size:.8125rem;color:#10b981;line-height:1.4}.import-input:focus,.import-textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #0a84ff1a}.import-textarea{resize:vertical;min-height:100px;line-height:1.5}.import-submit-btn{position:sticky;bottom:1rem;z-index:10;min-width:0;width:fit-content;justify-self:start;align-self:start;background:var(--color-primary)!important;border-color:var(--color-primary)!important;box-shadow:none!important}.import-submit-btn:hover:not(:disabled){background:var(--color-primary-dark)!important;border-color:var(--color-primary-dark)!important;box-shadow:var(--shadow-sm)!important;transform:none}.import-btn-spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:var(--radius-full);animation:spin .8s linear infinite}.import-results{display:grid;gap:.75rem;background:transparent;border:none;box-shadow:none;padding:0}.import-errors-card{padding:1.25rem;background:#ff3b300a;border:1px solid rgba(255,59,48,.12);border-radius:var(--radius-md)}.import-errors-header{font-size:.9375rem;font-weight:600;color:#c2410c;margin-bottom:.75rem}.import-errors-card details summary{cursor:pointer;font-size:.875rem;color:var(--color-text-secondary);padding:.5rem 0}.import-errors-content{margin-top:.75rem;padding:1rem;background:#00000005;border-radius:var(--radius-sm);font-size:.8125rem;overflow-x:auto}.import-errors-list{display:grid;gap:.65rem;margin:.75rem 0 0;padding:1rem;list-style:none;background:#00000005;border-radius:var(--radius-sm);max-height:260px;overflow:auto}.import-errors-list li{display:grid;gap:.2rem}.import-error-url{overflow-wrap:anywhere;color:var(--color-text-primary);font-size:.85rem}.import-error-reason{color:#c2410c;font-size:.85rem;font-weight:700}.import-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;margin-bottom:.75rem}.import-toolbar-note,.import-field-hint{color:var(--color-text-secondary);font-size:.875rem}.import-saved-feeds{display:grid;gap:.75rem;margin-bottom:1rem;padding:1rem;border:1px solid var(--color-border-light);border-radius:var(--radius-md);background:var(--color-bg-secondary)}.import-saved-feeds-title{font-size:.875rem;font-weight:700;color:var(--color-text-primary)}.import-saved-feeds-list{display:flex;flex-wrap:wrap;gap:.5rem}.import-saved-feeds-list .btn{max-width:100%;overflow:hidden;text-overflow:ellipsis}.import-manual-grid{display:grid;grid-template-columns:1fr;gap:1rem}.import-strategy-prompt{margin-top:1.25rem}.import-duplicate-preview{display:grid;gap:.35rem;margin-bottom:1rem;padding:1rem;border:1px solid #f59e0b;border-radius:var(--radius-md);background:#fff7ed;color:#9a3412}.import-duplicate-preview strong{font-size:.95rem}.import-limit-warning{position:fixed;bottom:24px;left:50%;transform:translate(-50%);max-width:600px;width:calc(100% - 48px);padding:16px 24px;background:#fff;color:#000;border-radius:100px;box-shadow:0 1px 4px #b7bbdb24,0 0 1px #afb2cee6,0 8px 12px #0e0e2d14,0 14px 20px #04043405;font-weight:500;font-size:.9375rem;text-align:center;z-index:1000;border:none;animation:slideUpFade .3s ease-out}@keyframes slideUpFade{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.import-empty-state{margin-bottom:1rem;padding:1rem;display:grid;gap:.75rem;border:1px solid #93c5fd;border-radius:var(--radius-md);background:#eff6ff;color:#1e3a8a}.import-empty-state h3,.import-empty-state p{margin:0}.import-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.5rem}.import-product-card{display:grid;grid-template-columns:32px 56px 1fr;gap:.625rem;padding:.75rem;background:var(--color-bg-primary);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast)}.import-product-card.is-selected{background:#7073930f}.import-product-card.is-duplicate{background:linear-gradient(180deg,#fff7edeb,#fffffffa)}.import-product-card.is-invalid{background:#fffbeb}.import-product-checkbox{display:grid;place-items:center}.import-product-checkbox input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;cursor:pointer;border:2px solid rgba(17,24,39,.2);border-radius:4px;background:#fff;position:relative;transition:all .2s ease}.import-product-checkbox input[type=checkbox]:hover{border-color:#11182766}.import-product-checkbox input[type=checkbox]:checked{background:#d1d5db;border-color:#d1d5db}.import-product-checkbox input[type=checkbox]:checked:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(45deg);width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0}.import-product-checkbox input[type=checkbox]:disabled{cursor:not-allowed;opacity:.5}.import-product-image{width:56px;height:56px;display:grid;place-items:center;background:var(--color-bg-secondary);border-radius:var(--radius-sm);overflow:hidden;flex-shrink:0}.import-product-image img{width:100%;height:100%;object-fit:contain}.import-product-image-placeholder{display:grid;place-items:center;width:100%;height:100%;color:#94a3b8}.import-product-image-placeholder svg{width:28px;height:28px}.import-product-content{min-width:0}.import-product-title{font-size:.8125rem;font-weight:600;color:var(--color-text-primary);line-height:1.3;margin-bottom:.3rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.import-product-duplicate{display:inline-flex;align-items:center;width:fit-content;margin-bottom:.35rem;padding:.2rem .5rem;border-radius:999px;background:#ffedd5;color:#9a3412;font-size:.75rem;font-weight:700}.import-product-meta{display:flex;align-items:center;gap:.5rem;font-size:.75rem;flex-wrap:wrap}.import-product-price{font-weight:600;color:var(--color-text-primary)}.import-product-link{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:8px;background:#f0f0f2;color:var(--color-text-secondary);text-decoration:none;transition:background-color var(--transition-fast),color var(--transition-fast),box-shadow var(--transition-fast);flex-shrink:0;margin-left:auto}.import-product-link:hover{background:#e9e9ec;color:var(--color-text-primary);box-shadow:var(--shadow-sm)}.import-product-link svg{width:15px;height:15px}.import-product-warning{margin-top:.45rem;color:#b45309;font-size:.8rem;font-weight:700}.import-actions{display:flex;align-items:center;flex-wrap:wrap;gap:.625rem;padding-top:.5rem;margin:0;background:transparent;position:static;bottom:auto;z-index:auto;justify-content:flex-start}.import-selection-summary{color:var(--color-text-secondary);font-size:.875rem}.import-selection-summary-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-top:-.15rem}.import-toolbar-btn{background:transparent!important;background-color:transparent!important;background-image:none!important;border-color:transparent!important;color:var(--color-text-primary)!important;min-height:40px;padding-inline:0;font-size:12px!important}.import-toolbar-btn:hover:not(:disabled){background:transparent!important;background-color:transparent!important;background-image:none!important;border-color:transparent!important;color:var(--color-primary-dark)!important;box-shadow:none!important}.import-confirm-btn,.import-cancel-btn{min-height:40px}.import-cancel-btn{background:transparent!important;background-color:transparent!important;background-image:none!important;border-color:transparent!important;box-shadow:none!important;color:var(--color-text-primary)!important;font-size:.875rem!important}.import-cancel-btn:hover:not(:disabled){background:transparent!important;background-color:transparent!important;background-image:none!important;border-color:transparent!important;box-shadow:none!important;color:var(--color-primary-dark)!important}.import-confirm-btn{min-width:0;width:fit-content;background:var(--color-primary)!important;border-color:var(--color-primary)!important;box-shadow:none!important}.import-confirm-btn:hover:not(:disabled){background:var(--color-primary-dark)!important;border-color:var(--color-primary-dark)!important;box-shadow:var(--shadow-sm)!important;transform:none}.import-action-confirm{background:linear-gradient(135deg,#036e43,#025a36);color:#fff;box-shadow:0 2px 8px #036e4340,0 8px 24px #036e4326,inset 0 1px #fff3}.import-action-confirm:hover:not(:disabled){background:linear-gradient(135deg,#048555,#036e43);box-shadow:0 4px 12px #036e434d,0 12px 32px #036e4333,inset 0 1px #fff3;transform:translateY(-1px) scale(1.01)}.import-action-cancel{background:#fff;color:var(--color-text-primary);border:2px solid var(--color-border)}.import-action-cancel:hover:not(:disabled){background:#fff;border-color:#ff3b30;color:#ff3b30}.import-action-btn:active:not(:disabled){transform:translateY(0) scale(1)}.import-action-btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}@media (max-width: 768px){.import-submit-btn,.import-confirm-btn{width:fit-content!important;min-width:0!important}.import-actions{justify-content:flex-start}}.import-loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:100000;animation:modal-fade-in .3s ease-out}.import-loading-modal{background:#fff;border-radius:24px;padding:3rem 2.5rem;max-width:480px;width:90%;box-shadow:0 25px 50px -12px #0006;text-align:center;animation:modal-slide-up .3s ease-out}.import-loading-spinner{margin:0 auto 1.5rem;width:80px;height:80px}.import-loading-spinner svg{width:100%;height:100%;animation:rotate 2s linear infinite}.import-loading-track{stroke:#e2e8f0}.import-loading-path{stroke:#10b981;stroke-linecap:round;stroke-dasharray:90,150;stroke-dashoffset:0;animation:dash 1.5s ease-in-out infinite}.import-loading-title{font-size:1.75rem;font-weight:700;margin:0 0 1rem;color:#0f172a}.import-loading-text{font-size:1rem;color:#475569;margin:0;line-height:1.6}.telegram-connected{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:#f0fdf4;border:1px solid #86efac;border-radius:8px}.telegram-status{display:flex;align-items:center;gap:.75rem}.telegram-not-connected{padding:1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px}.telegram-not-connected ol{font-size:.875rem;color:#6b7280}.telegram-not-connected li{margin:.25rem 0}.telegram-settings{display:grid;gap:1rem}.telegram-master-toggle{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem 0;cursor:pointer}.telegram-master-toggle input{margin-top:.15rem}.telegram-master-toggle p{margin:.25rem 0 0;font-size:.875rem;color:#64748b}.telegram-preferences{padding:1rem 0}.telegram-preferences-title{font-size:.875rem;font-weight:700;color:#0f172a;margin-bottom:.75rem}.telegram-preferences-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.telegram-preference-item{display:flex;align-items:center;gap:.625rem;padding:.75rem 0;cursor:pointer}.telegram-preference-item span{font-size:.875rem;color:#334155}.telegram-preference-item input:disabled+span{opacity:.5}@media (max-width: 768px){.telegram-preferences-grid{grid-template-columns:1fr}}.dashboard-filter-panel{background:#fff;border:1px solid rgba(17,24,39,.08);border-radius:12px;padding:1.25rem;margin-bottom:1.5rem;box-shadow:0 0 2px #afb2ce8f,0 1px 4px #0404341a}.dashboard-filter-panel-header{display:none}.dashboard-filter-panel-header svg{width:16px;height:16px;color:var(--color-text-tertiary)}.dashboard-filter-pills{display:flex;flex-wrap:wrap;gap:.5rem}.dashboard-filter-pill{position:relative;display:inline-flex;align-items:center;gap:.5rem;height:36px;padding:0 .75rem;background:#fbfcfd;border:1px solid #e0e0e2;border-radius:8px;cursor:pointer;transition:all var(--transition-fast);font-size:.875rem;font-weight:500;color:var(--color-text-primary)}.dashboard-filter-pill:hover{background:#11182705}.dashboard-filter-pill:active{background:#1118270a}.dashboard-filter-pill.active{background:#5b6ef514;border-color:#5b6ef52e;color:var(--color-text-primary)}.dashboard-filter-pill.active:hover{background:#5b6ef51f;border-color:#5b6ef540}.dashboard-filter-pill-icon{display:none}.dashboard-filter-pill-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;text-align:left;max-width:600px}.dashboard-filter-pill-chevron{width:14px;height:14px;flex-shrink:0;color:currentColor;opacity:.6;transition:transform .2s;transform:rotate(0)}.dashboard-filter-pill-wrapper{position:relative}.filter-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:auto;min-width:min(280px,calc(100vw - 2rem));max-width:calc(100vw - 2rem);background:#fff;border:1px solid var(--color-border-light);border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:1000;padding:.75rem;animation:dropdown-fade-in .15s ease-out}.dashboard-filter-pill-wrapper:last-child .filter-dropdown,.dashboard-filter-pill-wrapper:nth-last-child(2) .filter-dropdown{left:auto;right:0}@keyframes dropdown-fade-in{0%{opacity:0}to{opacity:1;transform:translateY(0)}}.filter-dropdown-item{display:flex;align-items:center;justify-content:space-between;padding:.625rem 1rem;font-size:.875rem;color:var(--color-text-secondary);cursor:pointer;border:none;background:transparent;width:100%;text-align:left;transition:all .15s ease}.filter-dropdown-item:first-child{border-radius:12px 12px 0 0}.filter-dropdown-item:last-child{border-radius:0 0 12px 12px}.filter-dropdown-item:hover{background:#f8fafc;color:var(--color-text-primary)}.filter-dropdown-item.active{background:#eff6ff;color:#1e40af;font-weight:500}.filter-dropdown-check{width:16px;height:16px;color:#3b82f6;flex-shrink:0}.filter-dropdown-divider{height:1px;background:#e2e8f0;margin:.25rem 0}.filter-dropdown-custom{padding:1rem}.filter-dropdown-custom-inputs{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.filter-dropdown-input-group{display:flex;flex-direction:column;gap:.375rem}.filter-dropdown-input-group label{font-size:.75rem;font-weight:600;color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.025em}.filter-dropdown-input-group input[type=date]{padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;color:var(--color-text-primary);transition:all .15s ease}.filter-dropdown-input-group input[type=date]:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.filter-dropdown-checkboxes{min-width:240px;max-width:320px}.filter-dropdown-checkbox-item{display:flex;align-items:center;gap:.5rem;padding:.5rem;font-size:.875rem;font-weight:400;color:var(--color-text-primary);cursor:pointer;border-radius:4px;transition:background .15s ease}.filter-dropdown-checkbox-item:hover{background:#11182705}.filter-dropdown-checkbox-item input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:16px;height:16px;border:2px solid rgba(17,24,39,.2);border-radius:4px;cursor:pointer;position:relative;transition:all .2s ease;background:#fff;flex-shrink:0}.filter-dropdown-checkbox-item input[type=checkbox]:hover{border-color:#1118274d;background:#11182705}.filter-dropdown-checkbox-item input[type=checkbox]:checked{background:#3b82f6;border-color:#3b82f6}.filter-dropdown-checkbox-item input[type=checkbox]:checked:after{content:"";position:absolute;left:5px;top:2px;width:4px;height:8px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.filter-dropdown-checkbox-all{font-weight:600;color:var(--color-text-primary)}.filter-dropdown-competitor-label{display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:0}.filter-dropdown-competitor-title{color:var(--color-text-primary);font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.filter-dropdown-competitor-meta{font-size:.75rem;color:var(--color-text-tertiary);text-transform:uppercase;letter-spacing:.025em}.filter-dropdown-search{width:100%;height:36px;padding:0 .75rem;border:1px solid var(--color-border-light);border-radius:6px;font-size:.875rem;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.filter-dropdown-search svg{width:16px;height:16px;color:var(--color-text-tertiary);flex-shrink:0}.filter-dropdown-search input{flex:1;border:none;outline:none;font-size:.875rem;color:var(--color-text-primary);background:transparent}.filter-dropdown-search input::placeholder{color:var(--color-text-tertiary)}.filter-dropdown-with-search{min-width:320px;max-width:400px}.filter-dropdown-scroll{max-height:200px;overflow-y:auto}.filter-dropdown-scroll::-webkit-scrollbar{width:6px}.filter-dropdown-scroll::-webkit-scrollbar-track{background:transparent}.filter-dropdown-scroll::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.filter-dropdown-scroll::-webkit-scrollbar-thumb:hover{background:#94a3b8}.filter-dropdown-empty{padding:2rem 1rem;text-align:center;font-size:.875rem;color:var(--color-text-tertiary)}.filter-dropdown-more{padding:.625rem 1rem;text-align:center;font-size:.75rem;color:var(--color-text-tertiary);background:#f8fafc;border-top:1px solid #e2e8f0}.filter-dropdown-actions{padding:.75rem 1rem;display:flex;gap:.5rem}.filter-dropdown-actions .btn{flex:1;border-radius:8px;font-weight:500;min-height:40px}.dashboard-date-presets{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.625rem;margin-bottom:1.5rem}.dashboard-date-preset-btn{padding:.75rem 1rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;font-weight:500;color:var(--color-text-secondary);cursor:pointer;transition:all .2s ease}.dashboard-date-preset-btn:hover{border-color:var(--color-primary);color:var(--color-primary);background:#f8f9ff}.dashboard-date-inputs{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-bottom:1.5rem}.dashboard-date-input-group{display:flex;flex-direction:column;gap:.5rem}.dashboard-date-label{font-size:.875rem;font-weight:600;color:var(--color-text-secondary)}.dashboard-date-input{padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.9375rem;color:var(--color-text-primary);background:#fff;transition:all .2s ease}.dashboard-date-input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #4f46e51a}.dashboard-date-input:hover{border-color:#cbd5e1}@media (max-width: 768px){.dashboard-top-grid,.dashboard-filter-panel-items{grid-template-columns:1fr}.dashboard-date-presets{grid-template-columns:1fr 1fr}.dashboard-date-inputs{grid-template-columns:1fr}}.prom-wrap{max-width:1480px;padding:0 1.25rem 2rem}.prom-wrap--narrow{width:min(100%,900px);max-width:900px}.prom-wrap--medium{width:min(100%,1200px);max-width:1200px}.prom-wrap--wide{max-width:1480px}.prom-wrap>h1{background:none;-webkit-text-fill-color:currentColor;color:var(--color-text-primary);font-size:1.65rem;font-weight:500;letter-spacing:-.03em}.dashboard-page{--dashboard-page-gutter: 1.4rem;--dashboard-block-padding: 1.35rem;padding:0 var(--dashboard-page-gutter) var(--dashboard-page-gutter);gap:1.25rem}.dashboard-page .prom-wrap{padding-left:0;padding-right:0}.dashboard-filter-panel,.dashboard-hero-card,.dashboard-monitoring-card,.dashboard-panel,.account-main-card,.competitors-topbar,.dashboard-strategy-card{background:transparent;border:none;border-radius:16px;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.search-form,.import-section,.search-progress-card{background:#fffffffa;border:none;border-radius:16px;box-shadow:var(--shadow-md);-webkit-backdrop-filter:none;backdrop-filter:none}.import-section{border:none;box-shadow:none;padding:.675rem}.dashboard-filter-panel,.dashboard-monitoring-card,.dashboard-panel,.account-main-card,.search-form,.modal-card,.dashboard-strategy-card,.competitors-topbar{padding:var(--dashboard-block-padding)}.dashboard-hero-card{padding:0}.dashboard-top-grid,.dashboard-lower-grid,.dashboard-charts-row,.dashboard-charts-row-split,.dashboard-metrics-grid{gap:1rem}.dashboard-filter-panel-header,.dashboard-panel-eyebrow,.dashboard-eyebrow,.dashboard-monitoring-card-title{color:var(--color-text-muted);font-size:.72rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase}.dashboard-title{font-size:1.9rem;font-weight:500;letter-spacing:-.04em}.dashboard-subtitle,.dashboard-panel-note,.dashboard-monitoring-card-period,.dashboard-hero-meta,.dashboard-bars-hint,.dashboard-donut-summary-label,.filter-dropdown-empty,.import-field-hint,.import-toolbar-note,.products-list-summary{color:var(--color-text-secondary)}.dashboard-metrics-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:0}.dashboard-metric-card{border-radius:14px;padding:1.5rem 1.75rem;border:none;box-shadow:0 0 2px #afb2ce8f,0 1px 4px #0404341a;background:#fff;color:var(--color-text-primary);gap:.55rem;z-index:1}.dashboard-metric-card:has(.tooltip-wrapper:hover){z-index:1000001}.dashboard-metric-card:before,.dashboard-metric-card:after{display:none}.dashboard-metric-card:hover{transform:none;box-shadow:0 1px 4px #b7bbdb24,0 0 1px #afb2cee6,0 8px 12px #0e0e2d14,0 14px 20px #04043405}.dashboard-metric-topline{grid-template-columns:minmax(0,1fr);gap:.45rem}.dashboard-metric-icon{width:18px;height:18px;background:transparent!important;border-radius:0;padding:0}.dashboard-metric-icon svg{width:16px;height:16px;stroke-width:1.6}.dashboard-metric-inline-trend{font-size:.82rem;font-weight:500;line-height:1.3}.dashboard-metric-inline-trend-up{color:var(--color-success)}.dashboard-metric-inline-trend-down{color:var(--color-danger)}.dashboard-metric-inline-trend-neutral{color:var(--color-text-muted)}.dashboard-sparkline{height:28px;margin-top:.2rem;opacity:.9}.dashboard-sparkline-line{stroke:currentColor;stroke-width:1.8}.dashboard-sparkline-area{display:none}.dashboard-metric-card-success,.dashboard-metric-card-success .dashboard-sparkline-line{color:var(--color-success)}.dashboard-metric-card-danger,.dashboard-metric-card-danger .dashboard-sparkline-line{color:var(--color-danger)}.dashboard-metric-card-warning,.dashboard-metric-card-warning .dashboard-sparkline-line{color:#b7791f}.dashboard-metric-card-info,.dashboard-metric-card-info .dashboard-sparkline-line,.dashboard-metric-card-accent,.dashboard-metric-card-accent .dashboard-sparkline-line{color:var(--color-primary)}.dashboard-metric-card-neutral,.dashboard-metric-card-neutral .dashboard-sparkline-line{color:#7d7d7d}.dashboard-panel-head h2{font-size:.95rem;font-weight:500;letter-spacing:-.02em}.dashboard-donut-value{stroke:var(--color-success)}.dashboard-donut-track{stroke:#ececec}.dashboard-filter-pill,.products-filter-chip,.dashboard-selection-chip,.dashboard-products-dropdown-close,.filter-dropdown-item,.filter-dropdown-checkbox-item,.dashboard-date-input,.import-input,.import-textarea,.products-bulk-strategy-select,.account-input,.competitors-filter-select{border-radius:8px}.dashboard-filter-pill,.products-filter-chip,.dashboard-selection-chip{min-height:36px;border:1px solid #e0e0e2;background:#fbfcfd;color:var(--color-text-primary)}.dashboard-filter-pill.active,.products-filter-chip.is-active,.dashboard-selection-chip:hover{background:#5b6ef514;border-color:#5b6ef52e;color:var(--color-text-primary)}.filter-dropdown-item:hover,.filter-dropdown-checkbox-item:hover{background:#11182705}.search-form label,.import-label{font-size:.76rem;font-weight:400;color:var(--color-text-muted)}.search-form input,.search-form select,.import-input,.import-textarea,.products-bulk-strategy-select,.account-input,.modal-form input,.filter-dropdown-input-group input[type=date],.dashboard-date-input{border:1px solid var(--color-border);background:#fff;color:var(--color-text-primary);box-shadow:none}.search-form input:focus,.search-form select:focus,.import-input:focus,.import-textarea:focus,.account-input:focus,.modal-form input:focus,.filter-dropdown-input-group input[type=date]:focus,.dashboard-date-input:focus{border-color:#3d7fd947;box-shadow:0 0 0 4px #3d7fd914}.import-product-card:hover{transform:none;box-shadow:var(--shadow-md)}.import-product-card{border-radius:14px;box-shadow:none}.import-product-card.is-selected{background:#f7f7f7}.products-table-wrap,.competitors-block-table-wrapper{border:none;border-radius:0;background:#fff;box-shadow:none}.products-table thead{background:transparent}.competitors-block-table th,.competitors-block-table td,.products-table th,.products-table td{font-variant-numeric:tabular-nums}@media (max-width: 1120px){.dashboard-home-metric-groups,.dashboard-home-status-grid{grid-template-columns:1fr}.dashboard-home-attention-list,.dashboard-home-metric-grid,.dashboard-home-health-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-home-queue-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.dashboard-home-position-layout{grid-template-columns:1fr;gap:1rem}.dashboard-top-grid,.dashboard-lower-grid,.dashboard-charts-row-split{grid-template-columns:1fr}.dashboard-metrics-grid,.dashboard-price-position-insights{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-advice-grid,.dashboard-advice-main-layout{grid-template-columns:1fr}.dashboard-advice-action-row{flex-direction:column;align-items:flex-start}.dashboard-advice-scenarios{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.dashboard-home-moves-block{overflow:hidden;padding:.85rem}.dashboard-home-moves-block .competitors-block-header{flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:.75rem}.dashboard-home-moves-block .competitors-block-toolbar{flex-direction:column;align-items:stretch;margin-bottom:.85rem}.dashboard-home-moves-block .competitors-block-count{align-self:auto;white-space:nowrap}.dashboard-home-moves-block .competitors-block-filters,.dashboard-home-moves-block .filter-dropdown-container,.dashboard-home-moves-block .source-filter-btn{width:100%;min-width:0!important;max-width:100%}.competitors-block,.dashboard-home-moves-block{overflow:hidden;max-width:100vw;margin-left:calc(-1 * var(--dashboard-page-gutter));margin-right:calc(-1 * var(--dashboard-page-gutter));padding-left:var(--dashboard-page-gutter);padding-right:var(--dashboard-page-gutter)}.dashboard-home-moves-block .competitors-block-header,.dashboard-home-moves-block .competitors-block-toolbar{padding-left:0;padding-right:0}.dashboard-home-moves-block .competitors-block-table-wrapper{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;margin-left:calc(-1 * var(--dashboard-page-gutter));margin-right:calc(-1 * var(--dashboard-page-gutter));padding-left:var(--dashboard-page-gutter);padding-right:var(--dashboard-page-gutter)}.dashboard-home-moves-block .competitors-block-table{min-width:900px;width:max-content}.table-scroll-wrapper-top{display:none}.dashboard-home-moves-block .competitors-block-table th,.dashboard-home-moves-block .competitors-block-table td{padding:.65rem .55rem;font-size:.8rem}.dashboard-home-moves-block .competitors-block-table th:nth-child(5),.dashboard-home-moves-block .competitors-block-table th:nth-child(6),.dashboard-home-moves-block .competitors-block-table th:nth-child(7),.dashboard-home-moves-block .competitors-block-table th:nth-child(8),.dashboard-home-moves-block .competitors-block-table td:nth-child(5),.dashboard-home-moves-block .competitors-block-table td:nth-child(6),.dashboard-home-moves-block .competitors-block-table td:nth-child(7),.dashboard-home-moves-block .competitors-block-table td:nth-child(8){white-space:nowrap}.dashboard-home-moves-block .dashboard-home-moves-meta,.dashboard-home-moves-block .dashboard-home-moves-change{font-size:.75rem}.dashboard-signals-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-home-status-card{padding:0 0 .85rem}.dashboard-home-status-head,.dashboard-home-panel-head{flex-direction:column;align-items:flex-start}.dashboard-home-competitors-chart{padding:1rem}.dashboard-home-competitors-bars{gap:1rem}.dashboard-home-competitors-bar-track{height:46px}.dashboard-home-competitors-bar{min-width:0;padding:0 .85rem}.dashboard-home-competitors-bar-value{font-size:1.2rem}.dashboard-home-panel-head-compact{align-items:flex-start}.dashboard-home-inline-select{width:100%}.dashboard-home-inline-select select{min-width:0;width:100%}.dashboard-home-moves-filter-menu{left:0;right:auto;min-width:0;width:min(calc(100vw - 2rem),320px);max-width:calc(100vw - 2rem)}.dashboard-home-moves-row{grid-template-columns:1fr;gap:.35rem}.dashboard-home-moves-side{justify-items:start}.dashboard-home-position-layout{grid-template-columns:1fr}.dashboard-home-position-chart{gap:.3rem;min-height:160px}.dashboard-home-position-sidebar{order:-1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.dashboard-home-position-main,.dashboard-home-position-summary{padding:1rem}.dashboard-home-position-summary{display:flex;flex-direction:column;justify-content:flex-start;gap:.35rem;min-height:118px}.dashboard-home-position-summary strong{font-size:1.65rem}.dashboard-home-position-summary span,.dashboard-home-position-note,.dashboard-home-position-trend{font-size:.74rem}.dashboard-home-position-note,.dashboard-home-position-trend{margin-top:auto}.dashboard-home-position-column-track{min-height:96px}.dashboard-home-status-insights{grid-template-columns:1fr}.dashboard-home-status-event{grid-template-columns:1fr;align-items:flex-start}.dashboard-home-status-event-side{justify-items:start}.prom-wrap,.dashboard-page{padding:1rem;min-width:0}.dashboard-home-title{font-size:1.5rem}.dashboard-home-attention-card,.dashboard-home-product-row,.dashboard-home-check-row{grid-template-columns:1fr;align-items:flex-start}.dashboard-home-metric-grid,.dashboard-home-health-grid{grid-template-columns:1fr}.dashboard-home-queue-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.dashboard-home-check-result{justify-items:start}.dashboard-home-position-row{grid-template-columns:30px minmax(0,1fr) auto;gap:.55rem}.dashboard-lower-grid,.dashboard-advice-grid,.dashboard-filters-section{grid-template-columns:1fr}.dashboard-filter-block{padding:.875rem 1rem}.dashboard-page-menu{align-items:flex-start}.dashboard-page-menu-links{flex-wrap:nowrap;width:100%}.dashboard-page-menu-link{min-height:30px;padding:0 .7rem;font-size:.75rem}.dashboard-metrics-grid{grid-template-columns:1fr}.dashboard-price-position-stats{grid-template-columns:repeat(4,minmax(0,1fr))}.dashboard-price-position-insights{grid-template-columns:1fr}.dashboard-advice-head{flex-direction:column;align-items:flex-start}.dashboard-advice-action{font-size:1.25rem}.dashboard-advice-scenario{grid-template-columns:1fr}.dashboard-advice-scenario-hint{grid-column:auto}}@media (max-width: 768px){.dashboard-page{--dashboard-page-gutter: 1rem;--dashboard-block-padding: 1rem}.dashboard-page-menu{flex-direction:column;align-items:flex-start;gap:.75rem;padding:.75rem .875rem}.dashboard-page-menu-links{padding-bottom:.125rem}.dashboard-hero{padding:1rem}.dashboard-hero-has-media{grid-template-columns:1fr;gap:1rem}.dashboard-hero-content{order:1}.dashboard-hero-media{order:2;justify-content:center}.dashboard-hero-image{width:min(180px,100%);height:auto;aspect-ratio:1}.dashboard-hero-meta{width:100%;margin-left:0}.dashboard-monitoring-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-filter-panel,.dashboard-monitoring-card,.dashboard-panel,.dashboard-advice-card,.dashboard-strategy-card{padding:1rem}.dashboard-metrics-wrapper{max-width:100%;overflow:hidden;padding-inline:0}.dashboard-metrics-tabs{padding-inline:var(--dashboard-block-padding);display:flex;gap:.5rem;margin-bottom:1rem;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}.dashboard-metrics-group{gap:0;padding-left:var(--dashboard-block-padding)}.dashboard-metrics-group-title{display:none}.dashboard-metrics-tabs::-webkit-scrollbar{display:none}.dashboard-metrics-tab{flex:0 0 auto;white-space:nowrap;padding:.625rem 1.25rem;border:1px solid #e0e0e2;border-radius:8px;background:#fbfcfd;color:var(--color-text-primary);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease}.dashboard-metrics-tab:hover{background:#11182705}.dashboard-metrics-tab.active{background:#5b6ef514;border-color:#5b6ef52e;color:var(--color-text-primary)}.dashboard-metrics-content{flex-direction:column;gap:0;overflow:visible}.dashboard-metrics-content:before{display:none}.dashboard-metrics-group{display:flex;overflow:visible}.dashboard-metrics-grid{display:flex;flex-wrap:nowrap;gap:.75rem;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-snap-type:x mandatory;padding-bottom:.5rem}.dashboard-metrics-grid::-webkit-scrollbar{display:none}.dashboard-metric-card{flex:0 0 110px;min-width:110px;max-width:110px;height:auto;min-height:0;padding:.65rem;scroll-snap-align:start}.dashboard-metric-value{font-size:1.15rem}.dashboard-metric-label{font-size:.65rem}.competitors-block-search{flex:1 1 100%;min-width:0}.competitors-block-filters{width:100%}.competitors-block-filters{flex-wrap:nowrap}.competitors-block-filters .filter-dropdown-container,.competitors-block-filters .simple-select-container{flex:1 1 auto;min-width:0;width:auto}.competitors-block-filters .source-filter-btn{width:100%}.competitors-block-filters .filter-dropdown{left:0;right:auto;width:max-content;max-width:min(300px,calc(100vw - 2rem));min-width:200px}.competitors-block-filters .filter-dropdown-container:last-child .filter-dropdown{left:auto;right:0}.filter-dropdown{min-width:min(280px,calc(100vw - 2rem));max-width:calc(100vw - 2rem)}}@media (max-width: 640px){#dashboard-competitors{max-width:100%;min-width:0;overflow:hidden}#dashboard-competitors .competitors-block{padding:1rem}#dashboard-competitors .competitors-block-header{flex-wrap:wrap;align-items:flex-start}.dashboard-home-attention-list{grid-template-columns:1fr}.dashboard-title{font-size:1.1rem;line-height:1.3}.competitors-block-title{font-size:1rem;line-height:1.5}.competitors-block-count{line-height:1.5;padding:0;align-self:center}.competitors-block-header{align-items:center}.dashboard-hero-product-meta{font-size:.9375rem}.dashboard-monitoring-facts{grid-template-columns:1fr}.dashboard-filter-pills{flex-wrap:wrap;justify-content:center}.dashboard-filter-pill-wrapper:first-child{flex:0 0 auto}.dashboard-filter-pill-wrapper:nth-child(2),.dashboard-filter-pill-wrapper:nth-child(3){flex:1 1 calc(50% - .25rem);min-width:0}.dashboard-filter-pill-wrapper:nth-child(2) .dashboard-filter-pill,.dashboard-filter-pill-wrapper:nth-child(3) .dashboard-filter-pill{width:100%;justify-content:space-between}.dashboard-filter-pill-text{overflow:hidden;text-overflow:ellipsis}.dashboard-filter-pill-wrapper:nth-child(2) .filter-dropdown{left:0;right:auto}.dashboard-filter-pill-wrapper:nth-child(3) .filter-dropdown{left:auto;right:0}.dashboard-page-menu{padding:.65rem .75rem}.dashboard-page-menu-link{min-height:32px;padding:0 .75rem;font-size:.75rem}.dashboard-price-position-stats{grid-template-columns:repeat(4,minmax(0,1fr))}.competitors-block-toolbar{flex-direction:column;align-items:stretch}.competitors-block-search .products-search-wrapper{max-width:none}.competitors-block-filters{flex-direction:row;flex-wrap:nowrap}#dashboard-competitors .competitors-block-table-wrapper{padding-bottom:.35rem}#dashboard-competitors .competitors-block-table{width:max-content;min-width:900px}#dashboard-competitors .competitors-block-table th,#dashboard-competitors .competitors-block-table td{white-space:nowrap}#dashboard-competitors .competitors-col-title,#dashboard-competitors .competitors-col-seller{max-width:220px}.dashboard-metrics-wrapper{max-width:100%;overflow:hidden;padding-inline:0}.dashboard-metrics-tabs{padding-inline:var(--dashboard-block-padding);display:flex;gap:.5rem;margin-bottom:1rem;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none}.dashboard-metrics-group{gap:0;padding-left:var(--dashboard-block-padding)}.dashboard-metrics-group-title{display:none}.dashboard-metrics-tabs::-webkit-scrollbar{display:none}.dashboard-metrics-tab{flex:0 0 auto;white-space:nowrap;padding:.625rem 1.25rem;border:1px solid #e0e0e2;border-radius:8px;background:#fbfcfd;color:var(--color-text-primary);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease}.dashboard-metrics-tab:hover{background:#11182705}.dashboard-metrics-tab.active{background:#5b6ef514;border-color:#5b6ef52e;color:var(--color-text-primary)}.dashboard-metrics-content{flex-direction:column;gap:0;overflow:visible}.dashboard-metrics-content:before{display:none}.dashboard-metrics-group{display:flex;overflow:visible}.dashboard-metrics-grid{display:flex;flex-wrap:nowrap;gap:.75rem;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-snap-type:x mandatory;padding-bottom:.5rem}.dashboard-metrics-grid::-webkit-scrollbar{display:none}.dashboard-metric-card{flex:0 0 105px;min-width:105px;max-width:105px;padding:.65rem;scroll-snap-align:start}.dashboard-metric-value{font-size:1rem}.dashboard-metric-label{font-size:.6rem}}.dashboard-ops-page{display:grid;gap:1.25rem}.dashboard-ops-eyebrow{display:inline-flex;align-items:center;gap:.4rem;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#7b8aa0}.dashboard-home-header{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:start}.dashboard-ops-hero{padding:0;text-align:left;display:flex;flex-direction:column;justify-content:center;min-height:100%}.dashboard-home-nav{margin-top:1.5rem}.dashboard-ops-hero-copy h1{margin:0;font-size:clamp(1.8rem,3vw,2.6rem);line-height:1.1;color:#122033}.dashboard-ops-hero-copy p{max-width:66ch;margin:.8rem 0 0;color:#5e6c82;line-height:1.55;font-size:1rem}.dashboard-ops-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.dashboard-ops-action{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:.75rem 1rem;border-radius:999px;border:1px solid rgba(37,99,235,.16);background:#fffffff0;color:#1d4ed8;font-weight:700;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.dashboard-ops-action:hover{box-shadow:0 16px 32px #2563eb1f;border-color:#2563eb47}.dashboard-ops-hero-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.9rem}.dashboard-ops-hero-stat,.dashboard-ops-kpi-card{padding:1rem;border-radius:22px;border:1px solid rgba(148,163,184,.18);background:#ffffffeb}.dashboard-ops-hero-stat span,.dashboard-ops-kpi-card span,.dashboard-ops-monitoring-meta span{display:block;color:#7b8aa0;font-size:.84rem}.dashboard-ops-hero-stat strong,.dashboard-ops-kpi-card strong,.dashboard-ops-monitoring-meta strong{display:block;margin-top:.45rem;color:#122033;font-size:1.65rem;line-height:1}.dashboard-ops-hero-stat small{display:block;margin-top:.55rem;color:#5e6c82}.dashboard-nav-grid{display:flex;gap:.5rem;flex:1}@media (max-width: 768px){.dashboard-home-nav{margin-left:-1rem;margin-right:-1rem}.dashboard-nav-grid{padding:0 1rem;flex-wrap:nowrap;flex:0 1 auto}.dashboard-nav-card{flex:0 0 auto;min-width:140px;max-width:140px}}.dashboard-nav-card{display:flex;align-items:center;justify-content:center;flex:1 1 0;min-width:0;height:52px;padding:.5rem;border-radius:8px;border:1px solid rgba(148,163,184,.2);background:linear-gradient(135deg,#fffffffa,#f9fafbf2);text-decoration:none;box-shadow:0 1px 3px #0f172a08;transition:all .2s ease}.dashboard-nav-card:hover{border-color:#036e434d;box-shadow:0 3px 8px #036e4314;transform:translateY(-1px)}.dashboard-signals-panel{padding-bottom:1.1rem}.dashboard-signals-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem}.dashboard-signal-card{display:flex;flex-direction:column;gap:.4rem;min-width:0;padding:.95rem 1.05rem;border-radius:14px;border:1px solid rgba(18,32,51,.08);background:#fff;text-decoration:none;box-shadow:0 1px 2px #0f172a0a,0 10px 22px #0f172a0a;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.dashboard-signal-card:hover{transform:translateY(-1px);border-color:#5266eb29;box-shadow:0 1px 2px #0f172a0d,0 14px 28px #0f172a0f}.dashboard-signal-card-label{font-size:.8rem;line-height:1.3;color:#64748b;font-weight:500}.dashboard-signal-card-value{font-size:1.85rem;line-height:1;font-weight:700;color:#122033}.dashboard-signal-card.is-primary .dashboard-signal-card-value{color:#5266eb}.dashboard-signal-card.is-warning .dashboard-signal-card-value{color:#122033}.dashboard-nav-content{display:flex;flex-direction:column;gap:.1rem;text-align:center}.dashboard-nav-content strong{display:block;color:#122033;font-size:.75rem;font-weight:700;line-height:1.2}.dashboard-nav-content span{display:block;color:#7b8aa0;font-size:.6875rem;line-height:1.1}.dashboard-ops-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1rem}.dashboard-ops-section-head h2{margin:.25rem 0 0;color:#122033}.dashboard-ops-attention-grid,.dashboard-ops-metric-grid,.dashboard-ops-links,.dashboard-ops-kpi-grid{display:grid;gap:.9rem}.dashboard-ops-attention-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.dashboard-action-sections{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.dashboard-action-section{width:100%;border-radius:16px;border:1px solid rgba(18,32,51,.1);background:#fff;transition:all .2s ease;box-shadow:0 1px 2px #0f172a0d,0 14px 28px #0f172a0d;overflow:visible;display:flex;flex-direction:column;min-height:176px}.dashboard-action-section.is-empty{background:#f8fafc80}.dashboard-action-section-card{padding:1.1rem 1.1rem .95rem;display:flex;flex-direction:column;gap:.9rem;flex:1;justify-content:space-between}.dashboard-action-section-body{display:flex;flex-direction:column;gap:.85rem}.dashboard-action-section-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:.95rem;border-top:1px solid rgba(18,32,51,.08)}.dashboard-action-section-footer-info{display:flex;flex-direction:column;gap:.25rem}.dashboard-action-section-footer-label{font-size:.75rem;color:#64748b;line-height:1.2;font-weight:500}.dashboard-action-section-footer-count{font-size:1.35rem;font-weight:700;color:#122033;line-height:1}.dashboard-action-section-button{display:inline-flex;align-items:center;gap:.5rem;border:none;background:transparent;padding:.7rem 1rem;cursor:pointer;text-align:center;border-radius:10px;font-weight:600;font-size:.875rem;color:#5266eb;transition:all .2s ease;white-space:nowrap;text-decoration:none!important}.dashboard-action-section-button:after{content:"";display:inline-block;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 12l4-4-4-4' stroke='rgb(70, 91, 209)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center}.dashboard-action-section-button:hover{color:#4457d4;background:transparent;text-decoration:none!important}.dashboard-action-section-button:hover:after{background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 12l4-4-4-4' stroke='rgb(60, 78, 189)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.dashboard-action-section-empty{font-size:.85rem;color:#64748b;padding:.5rem 0}.dashboard-action-section-header{display:flex;align-items:center;justify-content:flex-start;gap:0}.dashboard-action-section-icon{width:28px;height:34px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:10px}.dashboard-action-section-icon svg{width:17px;height:17px;stroke:#122033;stroke-width:1.85;fill:none}.dashboard-action-section-content{flex:1;display:flex;flex-direction:column;gap:.4rem}.dashboard-action-section-title{font-weight:700;font-size:.9rem;color:#122033;margin:0}.dashboard-action-section-breakdown{font-size:.85rem;color:#64748b;margin:0;line-height:1.3}.dashboard-action-section-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;width:100%}.dashboard-action-section-metric{display:flex;flex-direction:column;gap:.18rem;flex:1;min-width:0;padding:.62rem .68rem;border-radius:10px}.dashboard-action-section-metric-label{font-size:.75rem;color:#64748b;line-height:1.2;font-weight:500}.dashboard-action-section-metric-value{font-size:1rem;font-weight:700;color:#122033;line-height:1}.dashboard-action-section-count{display:inline-flex;align-items:center;justify-content:center;min-width:32px;height:32px;padding:0 .65rem;border-radius:999px;background:#3b82f61a;color:#1e40af;font-weight:700;font-size:.9rem}.dashboard-action-section-ok{color:#15803d;font-weight:600;font-size:.88rem}.side-panel-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0003;z-index:999;animation:fadeIn .2s ease}.side-panel-dashboard{position:fixed!important;top:76px!important;right:0!important;width:min(560px,calc(100vw - 2rem))!important;background:var(--color-bg-primary)!important;border-radius:var(--radius-lg)!important;box-shadow:-2px 0 16px #00000026!important;z-index:20!important;display:flex!important;flex-direction:column!important;opacity:0!important;pointer-events:none!important;transition:opacity .3s ease-out!important;min-height:700px!important;height:auto!important;max-height:calc(100vh - 10rem)!important;grid-column:initial!important;grid-row:initial!important}.side-panel-dashboard.open{opacity:1!important;pointer-events:auto!important}.side-panel-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;border-bottom:1px solid rgba(148,163,184,.16);flex-shrink:0}.side-panel-header h2{margin:0;font-size:1.2rem;font-weight:700;color:#122033}.side-panel-body{flex:1;overflow-y:auto;padding:1.5rem;min-height:0}.side-panel-body .unassigned-products-list{display:flex;flex-direction:column;gap:.5rem}.side-panel-body .unassigned-product-row{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;min-height:48px;background:transparent;border:none;border-radius:0;transition:all .15s ease;text-decoration:none;color:inherit}.side-panel-body .unassigned-product-row:hover{background:#7073931a;border-radius:4px}.side-panel-body .product-thumb-sm{width:40px;height:40px;border-radius:6px;object-fit:contain;border:none;background:#fff;padding:2px;flex-shrink:0}.side-panel-body .product-info{font-size:.9rem;color:#122033;white-space:normal;overflow:visible;text-overflow:initial;flex:1;line-height:1.4}.side-panel-body .product-id{color:#64748b;font-weight:600;font-size:.85rem}.dashboard-action-section-more{margin-top:1rem;padding:.7rem;text-align:center;color:#64748b;font-size:.88rem;background:#f8fafc80;border-radius:12px}.system-health-panel{padding-bottom:1.1rem}.system-health-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}.system-health-card{display:flex;flex-direction:column;gap:.6rem;padding:.85rem;border-radius:12px;border:1px solid rgba(18,32,51,.08);background:#fff;transition:all .2s ease}.system-health-card-link{text-decoration:none;color:inherit;cursor:pointer}.system-health-card-link:hover{border-color:#5266eb33;box-shadow:0 4px 12px #0f172a14;transform:translateY(-1px)}.system-health-card-header{display:flex;align-items:center;gap:.65rem}.system-health-card-title-group{display:flex;flex-direction:column;gap:.15rem;flex:1;min-width:0}.system-health-card-title-group h3{margin:0;font-size:.875rem;font-weight:700;color:#0f172a;line-height:1.2}.system-health-card-subtitle{font-size:.75rem;color:#64748b;font-weight:500}.system-health-card-body{display:flex;flex-direction:column;gap:.5rem}.system-health-metric{display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-size:.875rem}.system-health-metric span{color:#64748b;font-weight:500}.system-health-metric strong{color:#0f172a;font-weight:700}@media (max-width: 1024px){.system-health-grid{grid-template-columns:1fr;gap:.85rem}}@media (max-width: 640px){.system-health-card{padding:.75rem}}.monitoring-status-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.monitoring-status-card{padding:1.1rem 1.1rem .95rem;display:flex;flex-direction:column;gap:.9rem;flex:1;justify-content:space-between;border-radius:12px;border:1px solid rgba(148,163,184,.2);background:#fff;box-shadow:0 1px 3px #0f172a08;transition:all .2s ease}.monitoring-status-card-link{text-decoration:none;color:inherit;cursor:pointer}.monitoring-status-card-link:hover{border-color:#5266eb4d;box-shadow:0 4px 12px #0f172a1a;transform:translateY(-2px)}.monitoring-status-card-header{display:flex;align-items:center;justify-content:space-between}.monitoring-status-header-left{display:flex;align-items:center;gap:0}.monitoring-status-icon-small{width:28px;height:34px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:10px}.monitoring-status-icon-small svg{width:17px;height:17px;stroke:#122033;stroke-width:1.85;fill:none}.monitoring-status-card-title{font-weight:700;font-size:.9rem;color:#122033;margin:0;white-space:nowrap}.monitoring-status-main-value{margin-left:auto;font-size:.85rem;font-weight:600;color:#122033;white-space:nowrap}.monitoring-status-main-value--success{color:#10b981}.monitoring-status-card-body{display:flex;flex-direction:column;gap:.85rem}.monitoring-status-details{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;width:100%}.monitoring-status-details--two-col{grid-template-columns:repeat(2,minmax(0,1fr))}.monitoring-status-detail{display:flex;flex-direction:column;gap:.18rem;flex:1;min-width:0;padding:.62rem .68rem;border-radius:10px}.monitoring-status-detail-label{font-size:.75rem;color:#64748b;line-height:1.2;font-weight:500}.monitoring-status-detail-value{font-size:1rem;font-weight:700;color:#122033;line-height:1}.monitoring-status-detail-value--error{color:#ef4444}.monitoring-status-inline-row{display:flex;align-items:center;gap:.875rem;flex-wrap:wrap}.monitoring-status-inline-item{display:flex;flex-direction:column;gap:.25rem}.monitoring-status-inline-label{font-size:.75rem;color:var(--color-text-secondary);line-height:1.2}.monitoring-status-inline-value{font-size:1.125rem;font-weight:700;color:var(--color-text-primary);line-height:1.2}.monitoring-status-inline-value--success{color:#10b981}.monitoring-status-inline-value--error{color:#ef4444}.monitoring-status-inline-divider{width:1px;height:24px;background:#94a3b833;flex-shrink:0}.monitoring-status-card-body{display:flex;flex-direction:column}@media (max-width: 1024px){.monitoring-status-grid{grid-template-columns:1fr;gap:.875rem}}@media (max-width: 768px){.monitoring-status-card{padding:0}.monitoring-status-card-header{padding:.75rem .875rem}.monitoring-status-card-body{padding:.625rem .875rem}.monitoring-status-card-title{font-size:.625rem}.monitoring-status-main-value{font-size:.8125rem}.monitoring-status-detail{font-size:.6875rem}.monitoring-status-main-value{font-size:1.25rem}}.dashboard-product-cards-grid{display:flex;flex-wrap:wrap;gap:.75rem;width:100%;min-width:0;align-items:stretch}.dashboard-product-card{position:relative;display:flex;align-items:center;gap:.625rem;flex:1 1 auto;min-width:180px;max-width:280px;padding:.45rem .5rem;border:1px solid var(--color-border-light);border-radius:10px;background:#fff;text-decoration:none;transition:all .15s ease}.dashboard-product-card-thumb{width:42px;height:42px;border-radius:8px;object-fit:contain;flex-shrink:0;background:#fff}.dashboard-product-card-text{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;min-width:0;flex:1}.dashboard-product-card-meta{display:flex;align-items:center;gap:.375rem;min-width:0;width:100%;flex-wrap:wrap}.dashboard-product-card-id{flex:0 0 auto;font-size:.6875rem;font-weight:600;color:var(--color-text-secondary);white-space:nowrap}.dashboard-product-card-price{flex:0 0 auto;font-size:.75rem;color:var(--color-text-secondary);font-weight:500!important;white-space:nowrap}.dashboard-product-card-title{font-size:.8125rem;color:var(--color-text-primary);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;white-space:normal;text-align:left;line-height:1.3}@media (max-width: 960px){.dashboard-product-card{min-width:140px;max-width:240px}}@media (max-width: 560px){.dashboard-product-card{min-width:120px;max-width:200px}}.dashboard-empty-state-meta{margin-top:.5rem;color:#7b8aa0;font-size:.9rem}.dashboard-ops-attention-top{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.dashboard-ops-attention-chip{display:inline-flex;align-items:center;min-height:28px;padding:.2rem .6rem;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;background:#0f172a0f;color:#334155}.dashboard-ops-attention-top strong{color:#122033;font-size:1.65rem;line-height:1}.dashboard-ops-attention-card h3{margin:0;color:#122033;font-size:1.02rem}.dashboard-ops-attention-card p{margin:0;color:#5e6c82;line-height:1.45}.dashboard-ops-attention-critical{border-color:#dc262638;background:linear-gradient(180deg,#fef2f2f2,#fff 36%)}.dashboard-ops-attention-warning{border-color:#f59e0b3d;background:linear-gradient(180deg,#fffbebf2,#fff 36%)}.dashboard-ops-attention-info{border-color:#0ea5e933;background:linear-gradient(180deg,#f0f9fff2,#fff 36%)}.dashboard-ops-inline-link{margin-top:auto;color:#1d4ed8;font-weight:700}.dashboard-ops-two-column{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:1rem}.dashboard-ops-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-ops-kpi-card strong.is-danger{color:#dc2626}.dashboard-ops-monitoring-meta{display:grid;gap:.8rem;margin-top:.9rem;padding-top:.9rem;border-top:1px solid rgba(148,163,184,.16)}.dashboard-checks-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.dashboard-checks-header h3{margin:0;font-size:1.25rem;font-weight:700;color:#122033}.dashboard-checks-last-time{font-size:.875rem;color:#7b8aa0}.dashboard-checks-controls{display:flex;align-items:center;justify-content:flex-start;gap:1rem;margin-top:.75rem;margin-bottom:.75rem;padding:0;border-radius:0;background:transparent;border:none}.custom-select-wrapper{position:relative;min-width:320px;max-width:320px;width:320px}.dashboard-checks-controls .custom-select-trigger,.dashboard-home-panel .custom-select-trigger{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%;height:36px!important;padding:0 .75rem!important;border-radius:8px!important;border:1px solid #e0e0e2!important;background:#fbfcfd!important;color:var(--color-text-primary)!important;font-size:.875rem!important;font-weight:500!important;cursor:pointer!important;transition:all var(--transition-fast)!important;text-align:left;gap:.5rem!important;min-width:auto!important}.dashboard-checks-controls .custom-select-trigger:hover,.dashboard-home-panel .custom-select-trigger:hover{background:#11182705!important;border-color:#e0e0e2!important}.dashboard-checks-controls .custom-select-value,.dashboard-home-panel .custom-select-value{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.dashboard-checks-controls .custom-select-arrow,.dashboard-home-panel .custom-select-arrow{width:14px!important;height:14px!important;flex-shrink:0;opacity:.6;transition:transform .2s;position:static!important;transform:translateY(0)!important}.dashboard-checks-controls .custom-select-trigger[aria-expanded=true] .custom-select-arrow,.dashboard-home-panel .custom-select-trigger[aria-expanded=true] .custom-select-arrow{transform:rotate(180deg) translateY(0)!important}.custom-select-search{padding:.5rem;border-bottom:1px solid #e0e0e2}.custom-select-search-input{width:100%;height:32px;padding:0 .75rem;border-radius:6px;border:1px solid #e0e0e2;background:#fbfcfd;font-size:.875rem;transition:all var(--transition-fast)}.custom-select-search-input::placeholder{color:#9ca3af}.custom-select-search-input:focus{outline:none;border-color:#036e434d;background:#036e430a}.custom-select-options{overflow-y:auto;max-height:260px}.custom-select-option{padding:.6rem .75rem;font-size:.875rem;cursor:pointer;transition:background-color .15s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.custom-select-option:hover{background:#036e430f}.custom-select-option.selected{background:#036e431a;font-weight:600;color:#036e43}.custom-select-empty{padding:1rem .75rem;font-size:.875rem;color:#7b8aa0;text-align:center}.dashboard-checks-select-wrap{display:flex;align-items:center;gap:0;flex:0 0 auto}.dashboard-checks-select-wrap label{display:none}.dashboard-checks-select{min-width:320px;max-width:320px;width:320px;height:36px;padding:0 .75rem;border-radius:8px;border:1px solid #e0e0e2;background:#fbfcfd;color:var(--color-text-primary);font-size:.875rem;font-weight:500;cursor:pointer;transition:all var(--transition-fast)}.dashboard-checks-select:hover{background:#11182705}.dashboard-checks-select:focus{outline:none;border-color:#036e434d;background:#036e430a}.dashboard-checks-detail-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1.2rem;border-radius:12px;background:linear-gradient(135deg,#1d4ed8,#1e40af);color:#fff;font-weight:700;font-size:.88rem;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease;box-shadow:0 4px 12px #1d4ed833}.dashboard-checks-detail-btn:hover{box-shadow:0 6px 16px #1d4ed84d}.dashboard-checks-view-all{display:inline-flex;align-items:center;gap:.4rem;padding:.7rem 1.5rem;border-radius:8px;background:#036e4314;color:#036e43;font-weight:600;font-size:.875rem;text-decoration:none;transition:all .15s ease;border:1px solid rgba(3,110,67,.15)}.dashboard-checks-view-all:hover{background:#036e431f;border-color:#036e4340;transform:translateY(-1px)}.dashboard-checks-table-wrap{margin-top:.9rem;overflow-x:auto;background:#fff;scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.3) transparent}.dashboard-checks-table-wrap::-webkit-scrollbar{height:6px}.dashboard-checks-table-wrap::-webkit-scrollbar-track{background:transparent}.dashboard-checks-table-wrap::-webkit-scrollbar-thumb{background:#94a3b84d;border-radius:3px}.dashboard-checks-table-wrap::-webkit-scrollbar-thumb:hover{background:#94a3b880}.dashboard-checks-table{width:100%;border-collapse:collapse;font-size:.9rem}.dashboard-checks-table thead{background:transparent;border:none!important;border-bottom:1px solid rgba(148,163,184,.15)!important}.dashboard-checks-table th{padding:.85rem 1rem;text-align:left;font-weight:700;color:#475569;font-size:.82rem;text-transform:none;letter-spacing:0;border:none!important}.dashboard-checks-table tbody tr{border:none!important;transition:background-color .15s ease}.dashboard-checks-table tbody tr:last-child{border:none!important}.dashboard-checks-table tbody tr:hover{background:#f8fafc99}.dashboard-checks-table td{padding:.9rem 1rem;color:#334155;border:none!important}.dashboard-checks-product-link{color:#122033;font-weight:600;text-decoration:none;transition:color .15s ease;font-size:.85rem}.dashboard-checks-product-link:hover{color:#1d4ed8;text-decoration:underline}.dashboard-checks-time{display:block;color:#122033;font-weight:500;font-size:.95rem}.dashboard-checks-time-absolute{display:block;margin-top:.2rem;color:#7b8aa0;font-size:.78rem}.dashboard-checks-count{display:inline-flex;align-items:center;justify-content:center;min-width:40px;padding:.3rem .6rem;border-radius:8px;background:#3b82f61a;color:#1e40af;font-weight:700;font-size:.85rem}.dashboard-checks-errors{display:inline-flex;align-items:center;justify-content:center;min-width:40px;padding:.3rem .6rem;border-radius:8px;background:#94a3b81a;color:#64748b;font-weight:700;font-size:.85rem}.dashboard-checks-errors.has-errors{background:#ef44441f;color:#b91c1c}.dashboard-checks-status-cell{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem}.dashboard-checks-status{display:inline-flex;align-items:center;width:fit-content;min-height:28px;padding:.3rem .75rem;border-radius:999px;font-size:.76rem;font-weight:700}.dashboard-checks-status-detail{display:block;font-size:.72rem;color:#7b8aa0;font-weight:500}.dashboard-checks-status-completed{background:#22c55e1f;color:#15803d}.dashboard-checks-status-partial{background:#f59e0b24;color:#b45309}.dashboard-checks-status-failed,.dashboard-checks-status-error{background:#ef44441f;color:#b91c1c}.dashboard-checks-retry-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:1px solid #e0e0e2;border-radius:8px;background:#fff;color:#7b8aa0;font-size:1.1rem;cursor:pointer;transition:all .2s ease}.dashboard-checks-retry-btn:hover{background:#036e430f;border-color:#036e434d;color:#036e43;transform:rotate(180deg)}.dashboard-checks-retry-btn:active{transform:rotate(180deg) scale(.95)}.dashboard-checks-th-image{width:60px;padding:.85rem .75rem}.dashboard-checks-td-image{width:60px;padding:.6rem .75rem}.dashboard-checks-table th:nth-child(2),.dashboard-checks-table td:nth-child(2){max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-checks-table th:nth-child(3),.dashboard-checks-table td:nth-child(3){min-width:180px;width:180px}.dashboard-checks-product-thumb{width:48px;height:48px;object-fit:cover;border-radius:8px;border:none;background:#f8fafc}.dashboard-ops-metric-grid{display:flex;flex-direction:column;border:none;border-radius:12px;background:var(--color-bg-primary);overflow:hidden}.dashboard-ops-metric-grid-compact{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-ops-metric-card{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;text-decoration:none;transition:background .2s ease}.dashboard-ops-metric-card:hover{background:#00000005}.dashboard-ops-metric-card span{display:block;color:var(--color-text-primary);font-size:.875rem;line-height:1.4}.dashboard-ops-metric-card strong{display:block;color:var(--color-text-primary);font-size:1.125rem;line-height:1.2;font-weight:600}.dashboard-ops-metric-card.is-danger strong{color:#c2410c}.dashboard-ops-metric-card.is-success strong{color:#15803d}.dashboard-ops-metric-card.is-accent strong{color:#1d4ed8}.dashboard-ops-links{grid-template-columns:repeat(5,minmax(0,1fr))}.dashboard-ops-links a{display:flex;align-items:center;justify-content:center;min-height:54px;padding:.8rem 1rem;border-radius:18px;border:1px solid rgba(148,163,184,.16);background:linear-gradient(180deg,#fff,#f8fafc);color:#122033;font-weight:700;text-decoration:none}.dashboard-ops-links a:hover{border-color:#2563eb38;color:#1d4ed8}@media (max-width: 1200px){.dashboard-home-header,.dashboard-ops-hero,.dashboard-ops-two-column{grid-template-columns:1fr}.dashboard-ops-metric-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.dashboard-ops-links{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-action-sections{grid-template-columns:1fr}.dashboard-signals-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-home-hero-grid,.landing-home-flow-grid{grid-template-columns:1fr}.landing-home-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-home-cta{flex-direction:column;align-items:flex-start}.quick-start-hero{grid-template-columns:1fr}}@media (max-width: 768px){.dashboard-home-header{grid-template-columns:1fr}.dashboard-ops-hero{padding:1rem 0;text-align:center}.dashboard-ops-hero-copy p{margin:.8rem auto 0}.dashboard-ops-hero-stats,.dashboard-ops-kpi-grid,.dashboard-ops-metric-grid,.dashboard-ops-metric-grid-compact,.dashboard-ops-links,.dashboard-signals-grid{grid-template-columns:1fr}.dashboard-ops-check-row{flex-direction:column;align-items:flex-start}.dashboard-ops-check-side{align-items:flex-start}.landing-home{padding:.9rem}.landing-home-topbar{flex-direction:column;align-items:flex-start}.landing-home-topbar-actions,.landing-home-hero-actions,.landing-home-cta-actions{width:100%}.landing-home-topbar-actions .btn,.landing-home-hero-actions .btn,.landing-home-cta-actions .btn{flex:1 1 auto;justify-content:center}.landing-home-hero-copy,.landing-home-section,.landing-home-cta{padding:1.2rem;border-radius:22px}.landing-home-showcase,.landing-home-feature-grid{grid-template-columns:1fr}.quick-start-hero{padding:1rem;border-radius:20px}}.market-position-hint{display:flex;gap:1rem;padding:1rem 1.25rem;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #bae6fd;border-radius:12px;margin-top:1rem}.market-position-hint-icon{font-size:1.5rem;flex-shrink:0;line-height:1}.market-position-hint-content{flex:1}.market-position-hint-content strong{display:block;color:#0c4a6e;font-size:.9375rem;font-weight:600;margin-bottom:.375rem}.market-position-hint-content p{margin:0;color:#075985;font-size:.875rem;line-height:1.5}.market-position-hint-link{color:#0369a1;font-weight:600;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px;transition:color .2s}.market-position-hint-link:hover{color:#0c4a6e;text-decoration-thickness:2px}.landing-home{--landing-bg: #0a0814;--landing-bg-alt: #14101e;--landing-panel: #17131f;--landing-border: #2a2240;--landing-accent: #b19cfb;--landing-ink: #f2effa;--landing-ink-dim: #8b85a3;--landing-ink-muted: #5d5470;--landing-font-sans: "Onest", system-ui, sans-serif;--landing-font-display: "Unbounded", "Onest", system-ui, sans-serif;--landing-font-mono: "JetBrains Mono", ui-monospace, monospace;position:relative;isolation:isolate;min-height:100vh;padding:0;overflow:hidden;background:var(--landing-bg);color:var(--landing-ink);font-family:var(--landing-font-sans)}.landing-home:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;background:linear-gradient(rgba(177,156,251,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(177,156,251,.03) 1px,transparent 1px);background-size:72px 72px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.76),transparent 72%);mask-image:linear-gradient(180deg,rgba(0,0,0,.76),transparent 72%)}.landing-home-ambient{position:absolute;pointer-events:none;z-index:-1;border-radius:999px}.landing-home-ambient-one{top:-220px;left:-140px;width:720px;height:720px;background:radial-gradient(circle,rgba(177,156,251,.14),transparent 62%)}.landing-home-ambient-two{top:120px;right:-220px;width:620px;height:620px;background:radial-gradient(circle,rgba(177,156,251,.1),transparent 62%)}.landing-home-hero,.landing-home-section,.landing-home-cta{width:min(1280px,100%);margin:0 auto}.landing-home-hero{display:grid}.landing-home-topbar{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;padding:24px 40px;border-bottom:1px solid var(--landing-border)}.landing-home-brand{display:inline-flex;align-items:center;gap:.75rem;color:var(--landing-ink);text-decoration:none;font-family:var(--landing-font-display);font-size:17px;font-weight:500!important;letter-spacing:0}.landing-home-brand-mark{width:28px;height:28px;border-radius:0;background:transparent;box-shadow:none}.landing-home-brand-mark svg{width:28px;height:28px}.landing-home-topbar-nav{display:inline-flex;align-items:center;gap:28px;margin-left:auto;margin-right:1rem}.landing-home-topbar-nav a{color:var(--landing-ink-dim);text-decoration:none;font-size:14px;transition:color var(--transition-fast)}.landing-home-topbar-nav a:hover{color:var(--landing-accent)}.landing-home-topbar-actions,.landing-home-hero-actions,.landing-home-cta-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.landing-home .btn{border-radius:999px;font-family:var(--landing-font-sans);font-weight:600!important;letter-spacing:0;box-shadow:none}.landing-home .btn-primary{background:var(--landing-accent)!important;border-color:var(--landing-accent)!important;color:#1a0b33!important;box-shadow:0 12px 30px #b19cfb38!important}.landing-home .btn-primary:hover{transform:translateY(-1px);box-shadow:0 16px 36px #b19cfb52!important}.landing-home .btn-secondary,.landing-home-secondary-cta{background:transparent!important;border:1px solid var(--landing-border)!important;color:var(--landing-ink)!important}.landing-home .btn-secondary:hover,.landing-home-secondary-cta:hover{border-color:#b19cfbb8!important}.landing-home-hero-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);gap:64px;align-items:center;padding:80px 40px 60px}.landing-home-hero-copy,.landing-home-showcase,.landing-home-section,.landing-home-cta{background:transparent;border:0;border-radius:0;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none}.landing-home-hero-copy{display:grid;gap:22px;padding:0}.landing-home-announcement{width:fit-content;margin:0;padding:8px 18px;border:1px solid rgba(177,156,251,.27);border-radius:999px;background:#b19cfb1a;color:var(--landing-accent);font-family:var(--landing-font-mono);font-size:12px;font-weight:600!important;letter-spacing:1.2px;text-transform:uppercase}.landing-home-eyebrow,.landing-home-section-eyebrow{display:inline-flex;align-items:center;gap:10px;margin:0;color:var(--landing-accent);font-family:var(--landing-font-mono);font-size:12px;font-weight:500!important;letter-spacing:1.2px;text-transform:uppercase}.landing-home-eyebrow:before,.landing-home-section-eyebrow:before{content:"";width:18px;height:1px;background:var(--landing-accent)}.landing-home-hero-copy h1,.landing-home-section-head h2,.landing-home-cta h2,.landing-home-wide-shot-copy h2{margin:0;color:var(--landing-ink);font-family:var(--landing-font-display);font-weight:400!important;letter-spacing:0}.landing-home-hero-copy h1{max-width:720px;font-size:clamp(3.5rem,5.8vw,5.45rem);line-height:.98}.landing-home-subtitle,.landing-home-cta p,.landing-home-feature-card p,.landing-home-flow-step p,.landing-home-value-card p,.landing-home-wide-shot-copy p,.landing-home-section-lead{margin:0;color:var(--landing-ink-dim);font-size:17px;line-height:1.55}.landing-home-subtitle{max-width:560px;font-size:18px}.landing-home-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-top:6px;overflow:hidden;border:1px solid var(--landing-border);border-radius:14px;background:var(--landing-border)}.landing-home-metric{display:grid;gap:8px;padding:18px;border:0;background:#0a0814db}.landing-home-metric strong,.landing-home-showcase-card strong,.landing-home-value-card h3,.landing-home-feature-card h3,.landing-home-flow-step h3{color:var(--landing-ink);font-weight:400!important}.landing-home-metric strong{font-family:var(--landing-font-mono);font-size:20px;letter-spacing:0}.landing-home-metric span,.landing-home-trust span{color:var(--landing-ink-dim);line-height:1.45}.landing-home-trust{display:flex;flex-wrap:wrap;gap:10px}.landing-home-trust span{display:inline-flex;align-items:center;padding:7px 12px;border:1px solid var(--landing-border);border-radius:6px;background:#ffffff05;font-family:var(--landing-font-mono);font-size:11px;font-weight:500!important;letter-spacing:1px;text-transform:uppercase}.landing-home-showcase{position:relative;display:grid;gap:16px;padding:0;color:var(--landing-ink)}.landing-home-product-frame,.landing-home-shot-media,.landing-home-wide-shot-frame{position:relative;overflow:hidden;border:1px dashed rgba(177,156,251,.42);border-radius:16px;background:radial-gradient(circle at 22% 20%,rgba(177,156,251,.2),transparent 38%),linear-gradient(180deg,#17131ff0,#0e0b18fa);box-shadow:0 40px 80px #0000006b,0 0 36px #b19cfb14}.landing-home-product-frame{min-height:470px;padding:14px}.landing-home-product-top{position:relative;z-index:2;display:inline-flex;gap:7px;margin-bottom:12px}.landing-home-product-top span,.landing-home-showcase-window span{width:9px;height:9px;border-radius:999px;background:#b19cfb5c}.landing-home-product-placeholder,.landing-home-shot-placeholder,.landing-home-wide-shot-placeholder{position:relative;z-index:1;min-height:100%;display:grid;place-content:center;gap:10px;padding:2rem;text-align:center}.landing-home-product-placeholder:before,.landing-home-shot-placeholder:before,.landing-home-wide-shot-placeholder:before{content:"";position:absolute;top:12px;right:12px;bottom:12px;left:12px;z-index:-1;border:1px solid rgba(177,156,251,.12);border-radius:12px;background:linear-gradient(rgba(177,156,251,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(177,156,251,.04) 1px,transparent 1px);background-size:34px 34px}.landing-home-product-placeholder strong,.landing-home-shot-placeholder strong,.landing-home-wide-shot-placeholder strong{color:var(--landing-ink);font-family:var(--landing-font-display);font-size:20px;font-weight:400!important;letter-spacing:0}.landing-home-product-placeholder span,.landing-home-shot-placeholder span,.landing-home-wide-shot-placeholder span,.landing-home-shot-placeholder small,.landing-home-wide-shot-placeholder small{color:var(--landing-accent);font-family:var(--landing-font-mono);font-size:11px;font-weight:500!important;letter-spacing:1.2px;text-transform:uppercase}.landing-home-shot-placeholder small,.landing-home-wide-shot-placeholder small{color:var(--landing-ink-muted)}.landing-home-showcase-stack{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;overflow:hidden;border:1px solid var(--landing-border);border-radius:14px;background:var(--landing-border)}.landing-home-showcase-card{display:grid;align-content:start;gap:8px;min-height:150px;padding:20px;border:0;border-radius:0;background:var(--landing-bg-alt)}.landing-home-showcase-card p{margin:0;color:var(--landing-accent);font-family:var(--landing-font-mono);font-size:11px;font-weight:600!important;letter-spacing:1.2px;text-transform:uppercase}.landing-home-showcase-card strong{font-family:var(--landing-font-display);font-size:19px;line-height:1.25;letter-spacing:0}.landing-home-showcase-card span{margin:0;color:var(--landing-ink-dim);line-height:1.45}.landing-home-section,.landing-home-cta{padding:92px 40px}.landing-home-section-head{display:grid;gap:18px;max-width:880px;margin-bottom:46px}.landing-home-section-head h2,.landing-home-cta h2,.landing-home-wide-shot-copy h2{font-size:clamp(2.4rem,4.4vw,4rem);line-height:1.05}.landing-home-value-grid,.landing-home-feature-grid,.landing-home-flow-grid{display:grid;gap:1px;overflow:hidden;border:1px solid var(--landing-border);border-radius:16px;background:var(--landing-border)}.landing-home-value-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.landing-home-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-home-flow-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.landing-home-value-card,.landing-home-feature-card,.landing-home-flow-step{display:grid;align-content:start;gap:12px;min-height:210px;padding:28px;border:0;border-radius:0;background:var(--landing-bg-alt);box-shadow:none}.landing-home-value-card h3,.landing-home-feature-card h3,.landing-home-flow-step h3{margin:0;font-family:var(--landing-font-display);font-size:20px;line-height:1.25;letter-spacing:0}.landing-home-flow-index{display:grid;place-items:center;width:48px;height:48px;border:1px solid rgba(177,156,251,.27);border-radius:12px;background:#b19cfb14;color:var(--landing-accent);font-family:var(--landing-font-mono);font-size:18px;font-weight:600!important;letter-spacing:0}.landing-home-shots-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,.75fr);gap:16px}.landing-home-shot-main{grid-row:span 3}.landing-home-shot-media{min-height:280px;box-shadow:none}.landing-home-shot-main .landing-home-shot-media{min-height:704px}.landing-home-wide-shot{display:grid;gap:26px}.landing-home-wide-shot-copy{display:grid;gap:18px;max-width:820px}.landing-home-wide-shot-frame{min-height:520px;box-shadow:none}.landing-home-cta{display:flex;align-items:center;justify-content:space-between;gap:28px;border-top:1px solid var(--landing-border)}.landing-home-cta>div:first-child{display:grid;gap:18px;max-width:760px}@media (max-width: 1200px){.landing-home-hero-grid,.landing-home-shots-grid,.landing-home-value-grid,.landing-home-flow-grid{grid-template-columns:1fr}.landing-home-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-home-showcase-stack{grid-template-columns:1fr}.landing-home-shot-main{grid-row:auto}.landing-home-shot-main .landing-home-shot-media{min-height:420px}}@media (max-width: 768px){.landing-home-topbar,.landing-home-hero-grid,.landing-home-section,.landing-home-cta{padding-left:18px;padding-right:18px}.landing-home-topbar{align-items:flex-start;flex-direction:column}.landing-home-topbar-nav{width:100%;margin:0;gap:14px;flex-wrap:wrap}.landing-home-hero-grid{gap:38px;padding-top:50px}.landing-home-hero-copy h1{font-size:clamp(2.7rem,13vw,4.3rem)}.landing-home-metrics,.landing-home-feature-grid{grid-template-columns:1fr}.landing-home-product-frame,.landing-home-shot-main .landing-home-shot-media,.landing-home-shot-media,.landing-home-wide-shot-frame{min-height:300px}.landing-home-section,.landing-home-cta{padding-top:64px;padding-bottom:64px}.landing-home-cta{align-items:flex-start;flex-direction:column}.landing-home-topbar-actions,.landing-home-hero-actions,.landing-home-cta-actions{width:100%}.landing-home-topbar-actions .btn,.landing-home-hero-actions .btn,.landing-home-cta-actions .btn{flex:1 1 auto;justify-content:center}}@media (max-width: 520px){.landing-home-hero-actions .btn,.landing-home-cta-actions .btn,.landing-home-topbar-actions .btn{width:100%}.landing-home-section-head h2,.landing-home-cta h2,.landing-home-wide-shot-copy h2{font-size:clamp(2rem,11vw,3rem)}}.landing-home .landing-home-section-eyebrow,.landing-home .landing-home-eyebrow{color:var(--landing-accent)}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem 1rem}.auth-card{background:#fff;border-radius:var(--radius-xl);box-shadow:0 20px 60px #0000004d;width:100%;max-width:440px;padding:2.5rem;animation:slideUp .4s ease}.auth-card-register{max-width:600px}.auth-header{text-align:center;margin-bottom:2rem}.auth-logo{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:.75rem}.auth-logo-icon{font-size:2.5rem;animation:bounce 2s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}}.auth-logo-text{font-size:1.75rem;font-weight:600;color:var(--color-text-primary);margin:0}.auth-subtitle{font-size:.95rem;color:var(--color-text-secondary);margin:0}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.auth-field-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.auth-field{display:flex;flex-direction:column;gap:.5rem}.auth-label{font-size:.875rem;font-weight:600;color:var(--color-text-primary)}.auth-input{height:44px;padding:0 1rem;border:2px solid var(--color-border);border-radius:var(--radius-md);font-size:.95rem;transition:all var(--transition-base);background:#fff}.auth-input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #fbbf241a}.auth-input::placeholder{color:var(--color-text-muted)}.auth-button{min-height:38px;padding:.625rem 1rem;background:var(--color-primary);color:#fff;border:none;border-radius:var(--radius-full);font-size:14px;font-weight:400;line-height:1.2;cursor:pointer;transition:background-color var(--transition-fast),border-color var(--transition-fast),color var(--transition-fast),box-shadow var(--transition-fast);margin-top:.5rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap;box-shadow:none;width:fit-content;align-self:center}.auth-button:hover:not(:disabled){background:var(--color-primary-dark);box-shadow:var(--shadow-sm)}.auth-button:active:not(:disabled){background:var(--color-primary-dark)}.auth-button:disabled{opacity:.6;cursor:not-allowed}.auth-button-loading{display:flex;align-items:center;justify-content:center;gap:.5rem}.auth-forgot{text-align:right;margin-top:-.5rem}.auth-remember{display:flex;align-items:center;justify-content:space-between;margin-top:-.5rem}.auth-checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--color-text-secondary);cursor:pointer;-webkit-user-select:none;user-select:none}.auth-checkbox{width:1rem;height:1rem;cursor:pointer;accent-color:var(--color-primary)}.auth-link-secondary{font-size:.875rem;color:var(--color-text-secondary);text-decoration:none;transition:color var(--transition-base)}.auth-link-secondary:hover{color:var(--color-primary)}.auth-footer{margin-top:2rem;text-align:center;display:flex;align-items:center;justify-content:center;gap:.5rem;padding-top:1.5rem;border-top:1px solid var(--color-border-light)}.auth-footer-text{font-size:.875rem;color:var(--color-text-secondary)}.auth-link-primary{font-size:.875rem;color:#667eea;font-weight:600;text-decoration:none;transition:all var(--transition-base)}.auth-link-primary:hover{color:#764ba2}.auth-error{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:#fee2e2;border:1px solid #fecaca;border-radius:var(--radius-md);color:#991b1b;font-size:.875rem}.auth-error-icon{font-size:1.25rem;flex-shrink:0}.auth-success{text-align:center;padding:2rem 1rem}.auth-success-icon{width:64px;height:64px;margin:0 auto 1rem;background:var(--color-success);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:600;animation:scaleIn .4s ease}@keyframes scaleIn{}.auth-success p{color:var(--color-text-secondary);line-height:1.6;margin:0}@media (max-width: 768px){.auth-container{padding:1rem}.auth-card{padding:2rem 1.5rem}.auth-field-row{grid-template-columns:1fr}.auth-logo-text{font-size:1.5rem}.auth-logo-icon{font-size:2rem}.dashboard-lower-grid{grid-template-columns:1fr}.dashboard-processing-layout{grid-template-columns:1fr;text-align:center}.dashboard-metrics-grid{grid-template-columns:1fr}.dashboard-hero{padding:1.5rem 1.25rem}.dashboard-title{font-size:1.5rem}.dashboard-panel{padding:1.25rem}.import-methods-grid{grid-template-columns:1fr;gap:.625rem}.import-products-grid{grid-template-columns:1fr}.import-product-card{grid-template-columns:36px 1fr;gap:.625rem;padding:.625rem}.import-product-image{display:none}.import-results-header{flex-direction:column;align-items:flex-start;padding:.875rem 1rem}.import-results-stats{width:100%}.import-actions{flex-direction:column;margin:0 -.5rem -1rem;padding-left:.5rem;padding-right:.5rem}.import-action-btn{width:100%}.import-hero{padding:1rem 1.125rem}.import-title{font-size:1.375rem}.import-method-card{grid-template-columns:36px 1fr 18px;padding:.75rem}.import-method-icon{width:36px;height:36px;font-size:1.125rem}.import-method-title{font-size:.8125rem}.import-method-description{font-size:.6875rem}.import-submit-btn{width:100%;justify-self:stretch}.import-form-group{max-width:100%}.checks-stats-grid,.checks-history-layout{grid-template-columns:1fr}.checks-history-list{max-height:none}.checks-history-item{grid-template-columns:48px 1fr;gap:.625rem;padding:.625rem}.checks-history-item-image,.checks-history-item-noimage{width:48px;height:48px}.checks-history-item-title{font-size:.8125rem}}.auth-container{background:radial-gradient(circle at top left,rgba(61,127,217,.08),transparent 26%),linear-gradient(180deg,#fcfcfc,#fafafa)}.auth-card{max-width:460px;padding:2.25rem;border-radius:18px;border:1px solid var(--color-border-light);box-shadow:var(--shadow-xl)}.auth-card-register{max-width:640px}.auth-logo{gap:.875rem;margin-bottom:1rem}.auth-logo-icon{width:40px;height:40px;display:grid;place-items:center;font-size:.875rem;font-weight:600;color:var(--color-text-primary);background:var(--color-bg-tertiary);border:1px solid var(--color-border-light);border-radius:12px;animation:none}.auth-logo-text{font-size:1.5rem;font-weight:500;letter-spacing:-.03em}.auth-subtitle,.auth-footer-text,.auth-link-secondary{color:var(--color-text-secondary)}.auth-label{font-size:.78rem;font-weight:500;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em}.auth-input{height:44px;border:1px solid var(--color-border);border-radius:12px;background:#fff;box-shadow:none}.auth-input:focus{border-color:#3d7fd947;box-shadow:0 0 0 4px #3d7fd914}.auth-button{min-height:38px;border-radius:var(--radius-full);background:var(--color-primary);color:#fff;box-shadow:none}.auth-button:hover:not(:disabled){transform:none;box-shadow:var(--shadow-sm);background:var(--color-primary-dark)}.auth-link-primary{color:var(--color-primary)}.auth-link-primary:hover{color:var(--color-primary-dark)}.auth-error{background:#d645450d;border-color:#d6454524;color:#a93434}.auth-social{margin-top:1.5rem}.auth-divider{position:relative;text-align:center;margin-bottom:1.25rem}.auth-divider:before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:var(--color-border)}.auth-divider span{position:relative;display:inline-block;padding:0 1rem;background:#fff;font-size:.875rem;color:var(--color-text-muted)}.auth-social-buttons{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.auth-social-button{display:flex;align-items:center;justify-content:center;gap:.625rem;padding:.625rem 1rem;border:1px solid var(--color-border);border-radius:12px;background:#fff;color:var(--color-text-primary);font-size:.875rem;font-weight:500;cursor:pointer;transition:all var(--transition-base)}.auth-social-button:hover:not(:disabled){background:var(--color-bg-secondary);border-color:var(--color-border-hover);box-shadow:var(--shadow-sm)}.auth-social-button:active:not(:disabled){transform:translateY(1px)}.auth-social-button:disabled{opacity:.6;cursor:not-allowed}.auth-social-icon{width:20px;height:20px;flex-shrink:0}.auth-social-button-google .auth-social-icon{color:#4285f4}.auth-social-button-telegram .auth-social-icon{color:#08c}@media (max-width: 640px){.auth-social-buttons{grid-template-columns:1fr}}.empty-state{margin-top:1.5rem;min-height:260px;border:none;border-radius:0;background:transparent;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1.25rem;text-align:center;padding:2rem}.empty-state h3{margin:0 0 .5rem;font-size:1.5rem;font-weight:700;color:var(--color-text-primary)}.empty-state p{margin:0;max-width:520px;color:var(--color-text-secondary);font-size:.9375rem;line-height:1.5}@media (max-width: 768px){.empty-state{min-height:200px;padding:1.5rem}.empty-state h3{font-size:1.25rem}.empty-state p{font-size:.875rem}}.dashboard-critical-alerts{margin:1.5rem 0;display:flex;flex-direction:column;gap:.75rem}.critical-alert{display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;border-radius:8px;border-left:4px solid;background:#fff;box-shadow:0 1px 3px #00000014}.critical-alert--warning{border-left-color:#f59e0b;background:#fffbeb}.critical-alert--error{border-left-color:#ef4444;background:#fef2f2}.critical-alert--info{border-left-color:#3b82f6;background:#eff6ff}.critical-alert__icon{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.critical-alert--warning .critical-alert__icon{color:#f59e0b}.critical-alert--error .critical-alert__icon{color:#ef4444}.critical-alert--info .critical-alert__icon{color:#3b82f6}.critical-alert__icon svg{width:100%;height:100%}.critical-alert__content{flex:1;min-width:0}.critical-alert__title{font-weight:600;font-size:.9375rem;margin-bottom:.25rem;color:var(--color-text-primary)}.critical-alert__message{font-size:.875rem;color:var(--color-text-secondary);line-height:1.5}.critical-alert__action{flex-shrink:0;display:flex;align-items:center}.critical-alert__button{display:inline-flex;align-items:center;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#fff;background:var(--color-primary);border:none;border-radius:6px;text-decoration:none;cursor:pointer;transition:all .15s ease;white-space:nowrap}.critical-alert__button:hover{background:var(--color-primary-dark);transform:translateY(-1px)}.critical-alert__button:active{transform:translateY(0)}@media (max-width: 768px){.critical-alert{flex-direction:column;gap:.75rem;padding:1rem}.critical-alert__action{width:100%}.critical-alert__button{width:100%;justify-content:center}}.dashboard-nav-layout{display:flex;flex-direction:column;gap:.5rem}.dashboard-nav-main,.dashboard-nav-sidebar{display:flex;width:100%}@media (max-width: 768px){.dashboard-nav-layout{flex-direction:column}.dashboard-nav-main{width:100%;min-width:0;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.dashboard-nav-main::-webkit-scrollbar{display:none}.dashboard-nav-sidebar{display:flex;width:100%;min-width:0;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin-left:-1rem;margin-right:-1rem}.dashboard-nav-sidebar::-webkit-scrollbar{display:none}}.current-jobs-panel{margin-bottom:1.5rem}.current-jobs-list{display:flex;flex-direction:column;gap:.75rem}.current-job-item{display:flex;align-items:center;gap:.875rem;padding:1rem;background:#fff;border:1px solid rgba(148,163,184,.2);border-radius:8px;box-shadow:0 1px 3px #0f172a08}.current-job-icon{flex-shrink:0;width:24px;height:24px;color:#3b82f6}.current-job-icon .jobs-spinner{width:100%;height:100%;animation:spin 1s linear infinite}.current-job-content{flex:1;min-width:0}.current-job-title{font-size:.9375rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.current-job-status{font-size:.8125rem;color:var(--color-text-secondary)}@media (max-width: 768px){.current-job-item{padding:.875rem}.current-job-title{font-size:.875rem}.current-job-status{font-size:.75rem}}.overview-panel{margin-bottom:1.5rem}.overview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.overview-card{background:#fff;border:1px solid rgba(148,163,184,.2);border-radius:8px;padding:1.25rem;box-shadow:0 1px 3px #0f172a08;display:flex;flex-direction:column;gap:1rem}.overview-card-header{display:flex;align-items:center;gap:.75rem;padding-bottom:.75rem;border-bottom:1px solid rgba(148,163,184,.15)}.overview-card-icon{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px}.overview-card-icon svg{width:20px;height:20px}.overview-card-icon--products{background:linear-gradient(135deg,#dbeafe,#e0e7ff);color:#3b82f6}.overview-card-icon--competitors{background:linear-gradient(135deg,#fef3c7,#fce7f3);color:#f59e0b}.overview-card-icon--checks{background:linear-gradient(135deg,#d1fae5,#dbeafe);color:#10b981}.overview-card-title{margin:0;font-size:1rem;font-weight:600;color:var(--color-text-primary)}.overview-card-body{display:flex;flex-direction:column;gap:.75rem;flex:1}.overview-metric{display:flex;justify-content:space-between;align-items:center}.overview-metric span{font-size:.875rem;color:var(--color-text-secondary)}.overview-metric strong{font-size:1.5rem;font-weight:700;color:var(--color-text-primary)}.overview-card-footer{padding-top:.75rem;border-top:1px solid rgba(148,163,184,.15)}.overview-button{display:block;width:100%;padding:.625rem 1rem;text-align:center;font-size:.875rem;font-weight:500;color:var(--color-primary);background:#6366f114;border:1px solid rgba(99,102,241,.2);border-radius:6px;text-decoration:none;transition:all .2s ease}.overview-button:hover{background:#6366f11f;border-color:#6366f14d;transform:translateY(-1px)}@media (max-width: 1024px){.overview-grid{grid-template-columns:1fr;gap:.875rem}}@media (max-width: 768px){.overview-card{padding:1rem}.overview-card-icon{width:28px;height:28px}.overview-card-icon svg{width:18px;height:18px}.overview-metric strong{font-size:1.25rem}}.attention-block{background:#fff;border-radius:8px;padding:1rem 0;display:flex;flex-direction:column;width:100%;min-width:0}.attention-block-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.875rem;padding-bottom:.75rem}.attention-block-icon{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:#f59e0b;font-size:1.125rem;font-weight:700;line-height:1}.attention-block-title{margin:0;font-size:.875rem;font-weight:600;color:var(--color-text-primary);text-transform:uppercase;letter-spacing:.025em}.attention-block-items{display:flex;gap:.5rem;width:100%;flex-wrap:wrap}@media (max-width: 768px){.attention-block{overflow:hidden;width:100%;max-width:100%;min-width:0}.attention-block-items{flex-wrap:nowrap;width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.3) transparent;padding-bottom:.25rem}.attention-block-items:before,.attention-block-items:after{content:"";flex-shrink:0;width:1rem}.attention-block-items::-webkit-scrollbar{height:4px}.attention-block-items::-webkit-scrollbar-track{background:transparent}.attention-block-items::-webkit-scrollbar-thumb{background:#94a3b84d;border-radius:2px}.attention-block-items::-webkit-scrollbar-thumb:hover{background:#94a3b880}.attention-item{flex-shrink:0;min-width:250px}}.attention-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:6px;background:#fff;text-decoration:none;transition:all .2s ease;position:relative;border:1px solid rgba(148,163,184,.2);box-shadow:0 1px 3px #0f172a08;flex:0 1 auto}.attention-item:hover{background:#f9fafb;border-color:#6366f14d;box-shadow:0 3px 6px #0f172a14}.attention-item-icon{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;color:#ef4444;line-height:1}.attention-item-content{flex:1;min-width:0}.attention-item-title{font-size:.8125rem;font-weight:600;margin-bottom:.25rem;line-height:1.3;color:var(--color-text-primary)}.attention-item-message{font-size:.75rem;color:var(--color-text-secondary);line-height:1.4}.attention-item-arrow{flex-shrink:0;width:16px;height:16px;color:var(--color-text-secondary);opacity:.4;transition:all .2s ease}.attention-item-arrow svg{width:100%;height:100%}.attention-item:hover .attention-item-arrow{opacity:1;transform:translate(2px)}.prom-wrap{max-width:1400px;margin:0 auto;padding:1.5rem 1rem 2rem}.prom-wrap--narrow{width:min(100%,968px);max-width:968px}.prom-wrap--wide{max-width:1400px}.prom-wrap>h1{font-size:1.5rem;font-weight:600;background:linear-gradient(135deg,#111827,#3a3a3c 48%,#6b7280);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 1rem;letter-spacing:-.02em}.prom-topbar{margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.prom-topbar .link:before{display:none}.prom-topbar .link{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;background:#1118270a;border-radius:var(--radius-md);font-size:.875rem;font-weight:600;color:var(--color-text-primary);text-decoration:none;transition:all var(--transition-fast);border:1px solid rgba(17,24,39,.08)}.prom-topbar .link:hover{opacity:1;background:#11182714;border-color:#1118271f}.competitors-topbar{display:flex;align-items:center;gap:.75rem;padding:.75rem;margin-bottom:1rem;background:transparent;border-radius:var(--radius-md);box-shadow:none;border:none}.competitors-topbar-meta{display:flex;align-items:center;gap:.5rem;padding:.375rem .75rem;border-radius:var(--radius-md);background:transparent;font-size:.8125rem;margin-left:auto}.search-form{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));align-items:end;background:var(--color-bg-primary);border-radius:20px;padding:1.5rem;box-shadow:var(--shadow-lg);border:1px solid var(--color-border);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#ffffffd1}.search-form label{display:grid;gap:.5rem;font-size:.875rem;font-weight:600;color:var(--color-text-secondary)}.search-form input,.search-form select,.search-form button{height:36px;border-radius:var(--radius-md);border:1px solid var(--color-border);padding:0 .75rem;font-size:.875rem;transition:all var(--transition-fast);font-family:inherit}.search-form input:focus,.search-form select:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 4px #0a84ff1f}.search-form button{background:var(--color-primary);color:#fff;border:0;cursor:pointer;font-weight:600;box-shadow:var(--shadow-sm);border-radius:999px}.search-form button:hover{background:var(--color-primary-dark);box-shadow:var(--shadow-md)}.search-form button:active{transform:translateY(0)}.search-form button:disabled{opacity:.5;cursor:not-allowed}.error{color:var(--color-danger);font-weight:500;background:#ef44440d;padding:.75rem 1rem;border-radius:var(--radius-md);border-left:3px solid var(--color-danger);margin:1rem 0;font-size:.875rem}.results{margin-top:1rem}.products-search-wrapper{position:relative;margin-bottom:1.5rem;max-width:100%}.products-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:nowrap;background:transparent;margin-bottom:1rem;padding:0;border:none}.products-search-row{display:flex;align-items:center;gap:1.5rem;position:relative}.products-search-row .products-search-wrapper{flex:1 1 auto;min-width:200px;margin-bottom:0;position:relative}.products-search-row .products-list-summary{margin:0;white-space:nowrap;flex-shrink:0}.products-toolbar .products-search-row{flex:1 1 auto;padding-left:1rem}.products-toolbar .products-search-row:before{content:"";position:absolute;left:0;top:50%;width:1px;height:24px;transform:translateY(-50%);background:#3c3c432e}@media (max-width: 768px){.products-toolbar{flex-direction:column;align-items:stretch;gap:.75rem;overflow:hidden;flex-wrap:wrap}.products-toolbar .products-filter-row{order:1;width:100%;max-width:100%;margin:0;overflow-x:auto}.products-toolbar .products-search-row{order:2;flex-direction:column;align-items:stretch;gap:.5rem;padding-left:0}.products-toolbar .products-search-row:before{display:none}.products-search-row .products-search-wrapper{min-width:0;width:100%}.products-search-row .products-list-summary{text-align:left}}.products-toolbar .products-search-wrapper{margin-bottom:0;flex:1 1 auto;min-width:200px;position:relative;padding-left:0}.products-toolbar .products-search-icon{left:1rem}.products-toolbar .products-filter-row{flex:0 0 auto;margin:0}.products-list-summary{margin:.9rem 0 .75rem;color:var(--color-text-secondary);font-size:.875rem}.products-filter-row{display:flex;align-items:center;flex-wrap:nowrap;gap:.5rem;margin:0 0 .9rem;overflow-x:auto;overflow-y:hidden;padding-bottom:.2rem;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scroll-behavior:smooth;-ms-overflow-style:-ms-autohiding-scrollbar}.products-filter-chip{position:relative!important;display:inline-flex!important;align-items:center!important;height:30px!important;padding:.15rem .5rem!important;border:1px solid #e0e0e2!important;border-radius:8px!important;background:#fff!important;color:var(--color-text-primary)!important;cursor:pointer!important;transition:background-color var(--transition-fast),border-color var(--transition-fast),color var(--transition-fast),box-shadow var(--transition-fast)!important;-webkit-user-select:none!important;user-select:none!important;white-space:nowrap!important;font-size:.8125rem!important;font-weight:400!important;font-family:inherit!important;flex:0 0 auto!important}.products-filter-chip:hover{border-color:#d5d5d9!important;box-shadow:var(--shadow-sm)!important}.products-filter-chip.is-active{background:#5b6ef514!important;border-color:#5b6ef52e!important;color:var(--color-text-primary)!important}.products-selection-summary,.products-queue-summary{display:flex;align-items:center;flex-wrap:nowrap;gap:.75rem;margin:.9rem 0 0;color:var(--color-text-secondary);font-size:.875rem;overflow-x:auto;overflow-y:hidden;padding-bottom:.2rem;-webkit-overflow-scrolling:touch;scrollbar-width:thin;min-height:36px}.products-selection-summary .products-list-summary{margin:0}.products-queue-summary{padding:.7rem .9rem;border:1px solid var(--color-border-light);border-radius:var(--radius-md);background:#f9fafb}.products-inline-action{border:0;background:transparent;color:var(--color-primary);font:inherit;cursor:pointer;padding:0}.products-inline-action:hover{text-decoration:underline}.products-bulk-strategy-select{min-height:2rem;max-width:220px;min-width:180px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fff;color:var(--color-text-primary);padding:.25rem .55rem;font:inherit;font-size:.875rem}.products-bulk-strategy-select:disabled{opacity:.6;cursor:not-allowed}.products-filter-row>*,.products-selection-summary>*,.products-queue-summary>*{flex:0 0 auto}.products-filter-row::-webkit-scrollbar,.products-selection-summary::-webkit-scrollbar,.products-queue-summary::-webkit-scrollbar{height:6px}.products-filter-row::-webkit-scrollbar-thumb,.products-selection-summary::-webkit-scrollbar-thumb,.products-queue-summary::-webkit-scrollbar-thumb{background:#94a3b880;border-radius:999px}.products-search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:18px;height:18px;pointer-events:none;opacity:.4;z-index:1;color:var(--color-text-secondary)}.products-search-input{width:100%;height:36px;border-radius:8px;border:1px solid rgba(0,0,0,.1);padding:0 1.25rem 0 2.75rem;font-size:.875rem;font-family:inherit;background:transparent;color:var(--color-text-primary);transition:all var(--transition-fast)}.products-search-input:focus{outline:none;border-color:#0003;box-shadow:0 0 0 3px #0000000a}.products-search-wrapper:focus-within .products-search-icon{opacity:.6}.products-search-input::placeholder{color:#9ca3af}.results>h2{font-size:1.125rem;font-weight:600;color:var(--color-text-primary);margin:0 0 1.5rem;padding:1rem;background:#1118270a;border-radius:var(--radius-md)}.card{background:transparent;border-radius:16px;margin-bottom:.75rem;padding:1.125rem 0;box-shadow:none;border:none}.card summary{cursor:pointer;font-weight:600;color:var(--color-text-primary);transition:color var(--transition-fast)}.card summary:hover{color:var(--color-text-primary);opacity:.8}.card pre{margin:1rem 0 0;white-space:pre-wrap;word-break:break-word;font-size:.8125rem;background:var(--color-bg-tertiary);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1rem;line-height:1.6;font-family:SF Mono,Monaco,Inconsolata,Fira Code,Droid Sans Mono,Source Code Pro,monospace}.products-table-wrap{overflow:visible;background:transparent;border:none;border-radius:var(--radius-lg);box-shadow:none;margin-top:1rem}.products-toolbar-actions,.products-toolbar-filters{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.products-toolbar-select{display:grid;gap:.35rem;color:var(--color-text-secondary);font-size:.8125rem;font-weight:600}.products-toolbar-select select{height:36px;border-radius:var(--radius-md);border:1px solid var(--color-border);padding:0 .75rem;font-size:.875rem;background:var(--color-bg-primary);color:var(--color-text-primary);font-family:inherit;box-shadow:var(--shadow-sm)}.products-search{width:min(420px,100%);height:36px;border-radius:var(--radius-md);border:1px solid var(--color-border);padding:0 .875rem;font-size:.875rem;background:var(--color-bg-primary);color:var(--color-text-primary);box-shadow:var(--shadow-sm)}.products-search:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #fbbf241a}.products-sort-btn{all:unset;cursor:pointer;color:#6e6e76;font-size:inherit;letter-spacing:inherit;font-weight:inherit;transition:all var(--transition-fast);display:inline-flex;align-items:center;gap:.25rem;position:relative;border-radius:4px}.products-sort-btn span{white-space:inherit}.products-sort-btn:not(.is-active):hover{background:#1118270a;padding-left:.5rem;padding-right:.5rem;margin-left:-.5rem;margin-right:-.5rem}.products-sort-btn:after{content:"";display:inline-block;width:1ch;text-align:center}.products-sort-btn:not(.is-active):hover:after{content:attr(data-sort-arrow);opacity:.5}.products-sort-btn.is-active{color:#111827;font-weight:600;padding-left:.5rem;padding-right:.5rem;margin-left:-.5rem;margin-right:-.5rem}.products-sort-btn.is-active:after{content:"";display:none}.products-sort-btn.is-active .sort-arrow{display:inline}.products-filter-row th{position:static;background:linear-gradient(180deg,#fffef9,#fffbf0);vertical-align:top;border-bottom:1px solid var(--color-primary-light)}.products-filter-row input{width:100%;height:38px;border-radius:var(--radius-md);border:2px solid var(--color-border);padding:0 .75rem;font-size:.875rem;font-family:inherit;box-sizing:border-box;transition:all var(--transition-fast);background:#fff}.products-filter-row input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #fbbf241a}.products-filter-row input::placeholder{color:var(--color-text-muted);font-size:.8125rem}.products-filter-check{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--color-text-primary);font-weight:500;padding:.35rem;border-radius:var(--radius-sm);transition:all var(--transition-fast);cursor:pointer}.products-filter-check:hover{background:#fbbf2414}.products-filter-check+.products-filter-check{margin-top:.25rem}.products-filter-check input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;margin:0;cursor:pointer;border:2px solid rgba(17,24,39,.2);border-radius:4px;background:#fff;position:relative;transition:all .2s ease}.products-filter-check input:hover{border-color:#11182766}.products-filter-check input:checked{background:#6b7280;border-color:#6b7280}.products-filter-check input:checked:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(45deg);width:4px;height:8px;border:solid #fff;border-width:0 2px 2px 0}.products-filter-price{display:grid;gap:.5rem}.products-columns-picker{position:relative}.products-columns-menu{position:absolute;top:calc(100% + .5rem);right:0;min-width:220px;background:var(--color-bg-primary);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);padding:.75rem;display:grid;gap:.5rem;z-index:30}.products-columns-option{display:flex;align-items:center;gap:.625rem;font-size:.875rem;color:var(--color-text-primary);cursor:pointer}.products-columns-option input{margin:0}.products-table{width:100%;border-collapse:separate;border-spacing:0;min-width:1400px;font-size:.875rem}.products-pagination{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;padding:1rem 0 0}.products-pagination-status{color:var(--color-text-secondary);font-size:.875rem;white-space:nowrap}.products-table th,.products-table td{padding:.875rem 1rem;text-align:left;vertical-align:middle}.products-table td{border-bottom:1px solid var(--color-border-light)}.products-table th{background:transparent;color:#6e6e76;font-size:.8359375rem;letter-spacing:.025em;font-weight:600;text-transform:none;position:sticky;top:0;z-index:10;border-bottom:1px solid var(--color-border-light)}.products-table thead tr:first-child th:first-child{border-top-left-radius:var(--radius-lg)}.products-table thead tr:first-child th:last-child{border-top-right-radius:var(--radius-lg)}.products-table tbody tr{transition:all var(--transition-fast)}.products-table tbody tr:hover{background:#11182705;box-shadow:none}.products-table tbody tr:last-child td:first-child{border-bottom-left-radius:var(--radius-lg)}.products-table tbody tr:last-child td:last-child{border-bottom-right-radius:var(--radius-lg)}.products-table tbody tr:last-child td{border-bottom:none}.product-thumb{width:60px;height:60px;object-fit:contain;border:none;border-radius:var(--radius-md);background:#fff;display:block;margin:0 auto}.product-thumb-wrapper{position:relative;display:inline-block}.product-new-badge{position:absolute;top:-6px;left:-6px;background:#10b9811f;color:#059669;font-size:.625rem;font-weight:600;letter-spacing:.03em;padding:.2rem .35rem;border-radius:3px;border:1px solid rgba(16,185,129,.2);z-index:1}.muted{color:var(--color-text-muted);font-size:.8125rem}.products-table tbody td:first-child,.products-table thead th:first-child{text-align:center;vertical-align:middle;padding-right:.25rem;padding-left:.5rem;width:1%;white-space:nowrap}.products-select-checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border:2px solid #d1d5db;border-radius:4px;background:#fff;cursor:pointer;margin:0;position:relative;transition:all .2s ease;flex-shrink:0}.products-select-checkbox:hover{border-color:#707393}.products-select-checkbox:checked{background:#6366f1;border-color:#6366f1}.products-select-checkbox:checked:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:10px;height:10px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center}.products-table tbody td:nth-child(2){font-weight:400;color:var(--color-text-primary);font-size:.875rem;width:1%;white-space:nowrap;padding-left:.5rem;padding-right:.5rem}.products-table tbody td:nth-child(3){font-weight:500;color:var(--color-text-secondary);font-size:.8125rem;width:1%;white-space:normal;padding-left:.5rem;padding-right:.5rem;line-height:1.3;min-width:60px}.products-table tbody td:nth-child(5){font-weight:500;color:var(--color-text-primary);max-width:250px;width:250px}.products-table tbody td:last-child{font-weight:600;color:var(--color-success);font-size:1rem;white-space:nowrap;width:1%}.products-table th:nth-child(1),.products-table td:nth-child(1),.products-table th:nth-child(2),.products-table td:nth-child(2),.products-table th:nth-child(4),.products-table td:nth-child(4){text-align:center;vertical-align:middle}.products-table th:nth-child(3),.products-table td:nth-child(3){text-align:center;vertical-align:middle}.products-table th:nth-child(4),.products-table td:nth-child(4){width:70px}.products-table thead th:nth-child(2){width:1%;white-space:nowrap;padding-left:.5rem;padding-right:.5rem}.products-table thead th:nth-child(3){width:1%;white-space:normal;padding-left:.5rem;padding-right:.5rem;line-height:1.2;min-width:60px}.products-table th:nth-child(7),.products-table td:nth-child(7){text-align:center;vertical-align:middle}.products-table th:nth-child(6){text-align:center;vertical-align:middle;width:1%;white-space:nowrap}.products-table td:nth-child(6){text-align:center;vertical-align:middle;width:1%;white-space:nowrap;font-size:.8125rem;font-weight:400}.products-table th:nth-child(7),.products-table td:nth-child(7){width:1%}.product-title-cell{font-weight:400;font-size:.875rem;color:var(--color-text-primary);margin-bottom:.25rem;line-height:1.3;max-width:250px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis}.product-strategy-cell{margin-bottom:.35rem}.product-strategy-badge{display:inline-flex;align-items:center;max-width:100%;min-height:1.5rem;padding:.15rem .5rem;border-radius:var(--radius-sm);background:#0a84ff1a;color:var(--color-primary);font-size:.75rem;font-weight:400;line-height:1.2;text-decoration:none}.product-strategy-badge:hover{text-decoration:underline}.product-strategy-badge.is-empty{background:#f3f4f6;color:var(--color-text-muted)}.product-strategy-badge.is-inactive{background:#fff7ed;color:#c2410c}.product-search-status{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:.35rem;font-size:.75rem;color:var(--color-text-secondary)}.product-search-status-dot{width:.55rem;height:.55rem;border-radius:999px;background:#0a84ff;box-shadow:0 0 #0a84ff73;animation:product-search-pulse 1.6s infinite}@keyframes product-search-pulse{0%{box-shadow:0 0 #0a84ff73}70%{box-shadow:0 0 0 8px #0a84ff00}to{box-shadow:0 0 #0a84ff00}}.products-search-banner{margin:1rem auto 1.5rem;max-width:760px;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.95rem 1.25rem;border:1px solid rgba(10,132,255,.22);border-radius:18px;background:linear-gradient(135deg,#0a84ff1f,#3b82f60d);color:#0f172a;text-align:center;box-shadow:0 18px 40px #0a84ff14}.products-search-banner-dot{flex:0 0 auto;width:.7rem;height:.7rem;border-radius:999px;background:#0a84ff;box-shadow:0 0 #0a84ff73;animation:product-search-pulse 1.6s infinite}.products-search-banner-text{font-size:.95rem;font-weight:600;line-height:1.5}.competitor-search-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:99999;animation:modal-fade-in .3s ease-out}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}.competitor-search-modal{background:#fff;border-radius:24px;padding:3rem 2.5rem;max-width:480px;width:90%;box-shadow:0 25px 50px -12px #0006;text-align:center;animation:modal-slide-up .3s ease-out}@keyframes modal-slide-up{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.competitor-search-modal-icon{margin:0 auto 1.5rem;width:80px;height:80px}.competitor-search-spinner{width:100%;height:100%;animation:rotate 2s linear infinite}@keyframes rotate{to{transform:rotate(360deg)}}.competitor-search-spinner-track{stroke:#e2e8f0}.competitor-search-spinner-path{stroke:#10b981;stroke-linecap:round;stroke-dasharray:90,150;stroke-dashoffset:0;animation:dash 1.5s ease-in-out infinite}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.competitor-search-modal-title{font-size:1.75rem;font-weight:700;margin:0 0 1rem;color:#0f172a}.competitor-search-modal-text{font-size:1rem;color:#475569;margin:0 0 2rem;line-height:1.6}.competitor-search-modal-progress{margin-bottom:1.5rem}.competitor-search-modal-stats{display:flex;align-items:baseline;justify-content:center;gap:.5rem;margin-bottom:.75rem}.competitor-search-modal-remaining{font-size:3.5rem;font-weight:700;color:#10b981;line-height:1}.competitor-search-modal-separator{font-size:2rem;color:#cbd5e1;font-weight:300}.competitor-search-modal-total{font-size:2rem;font-weight:500;color:#94a3b8;line-height:1}.competitor-search-modal-label{font-size:.95rem;color:#64748b;margin:0}.competitor-search-modal-progress-bar{height:8px;background:#e2e8f0;border-radius:999px;overflow:hidden;margin-bottom:1.5rem}.competitor-search-modal-progress-fill{height:100%;background:linear-gradient(90deg,#10b981,#059669);border-radius:999px;transition:width .5s ease-out;box-shadow:0 0 10px #10b98166}.competitor-search-modal-hint{font-size:.875rem;color:#94a3b8;margin:0;font-style:italic}.product-actions-cell{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.product-actions-cell .btn{font-size:.8125rem}.product-delete-btn{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;font-size:1.125rem;cursor:pointer;border-radius:var(--radius-md);transition:all var(--transition-fast);opacity:.5;filter:brightness(0) saturate(100%) invert(25%) sepia(86%) saturate(1848%) hue-rotate(10deg) brightness(95%) contrast(101%)}.product-delete-btn:hover:not(:disabled){opacity:1;background:#a442001a;filter:brightness(0) saturate(100%) invert(25%) sepia(86%) saturate(1848%) hue-rotate(10deg) brightness(95%) contrast(101%)}.product-delete-btn:disabled{opacity:.3;cursor:not-allowed}.badge-new{display:inline-flex;align-items:center;justify-content:center;margin-left:.375rem;padding:.125rem .5rem;background:#ef4444;color:#fff;border-radius:12px;font-size:.75rem;font-weight:600;vertical-align:middle;min-height:18px}.monitoring-date-cell{display:flex;flex-direction:column;gap:.125rem}.monitoring-date-absolute{font-size:.875rem;color:var(--color-text-primary)}.monitoring-date-relative{font-size:.75rem;color:var(--color-text-secondary)}.monitoring-date-empty{color:var(--color-text-secondary)}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.source-filter-btn{position:relative!important;display:inline-flex!important;align-items:center!important;height:36px!important;padding:0 .75rem!important;border:1px solid #e0e0e2!important;border-radius:8px!important;background:#fbfcfd!important;color:var(--color-text-primary)!important;cursor:pointer!important;font-size:.875rem!important;font-weight:500!important;transition:all var(--transition-fast)!important}.source-filter-btn:hover{background:#11182705!important}.source-filter-btn.is-active{background:#5b6ef514!important;border-color:#5b6ef52e!important;color:var(--color-text-primary)!important}.competitors-toolbar-dropdown{position:absolute;top:calc(100% + 4px);left:0;min-width:280px;max-width:calc(100vw - 2rem);background:#fff;border:1px solid var(--color-border-light);border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:1000;padding:.75rem}.competitors-toolbar-dropdown-search{width:100%;height:36px;padding:0 .75rem;border:1px solid var(--color-border-light);border-radius:6px;font-size:.875rem;margin-bottom:.5rem}.competitors-toolbar-dropdown-list{max-height:200px;overflow-y:auto}.competitors-toolbar-dropdown-empty{padding:.5rem;color:var(--color-text-secondary);font-size:.875rem}.competitors-toolbar-dropdown-option{display:flex;align-items:center;gap:.5rem;padding:.5rem;cursor:pointer;border-radius:4px;font-size:.875rem;transition:background .15s}.competitors-toolbar-dropdown-option:hover{background:#00000008}.competitors-toolbar-dropdown-option input{width:16px;height:16px;cursor:pointer}.competitors-product-trigger-label{max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.competitors-selected-product-picker-row{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.competitors-product-picker-button{background:#5b6ef51a!important;border-color:#5b6ef52e!important;color:#4f46e5!important}.competitors-product-picker-button:hover{background:#5b6ef529!important;border-color:#5b6ef547!important;color:#4338ca!important}.competitors-product-picker-button .btn-icon{color:currentColor!important;stroke:currentColor!important}.competitors-selected-product-card{padding:1rem 0!important}.competitors-toolbar-price-filter{display:inline-flex;align-items:center;gap:.5rem;min-height:36px}.competitors-toolbar-price-filter input{width:92px;height:36px;padding:0 .75rem;border:1px solid #e0e0e2;border-radius:8px;background:#fbfcfd;color:var(--color-text-primary);font-size:.875rem;font-family:inherit}.competitors-toolbar-price-filter input::placeholder{color:var(--color-text-secondary)}.competitors-toolbar-price-filter input:focus{outline:none;border-color:#5b6ef54d;background:#fff}.competitors-toolbar-checkbox-row{display:flex;align-items:center;gap:1rem;flex-wrap:nowrap;margin-top:.5rem}.competitors-availability-toggle{display:flex;align-items:center;justify-content:flex-start!important;gap:.625rem!important;-webkit-user-select:none;user-select:none;background:transparent!important;border:none!important;box-shadow:none!important;padding:0!important;cursor:pointer}.competitors-availability-toggle input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;margin:0;cursor:pointer;background:#fbfcfd;border:1px solid #70739338;border-radius:4px;position:relative;transition:all .2s ease;flex-shrink:0}.competitors-availability-toggle input[type=checkbox]:hover{border-color:#707393}.competitors-availability-toggle input[type=checkbox]:checked{background:#6366f1;border-color:#6366f1}.competitors-availability-toggle input[type=checkbox]:checked:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:10px;height:8px;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTAgOCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTguODQ1NyAwLjE3OTY4OEwzLjE5NTMxIDUuODMwMDhMMS4xMzI4MSAzLjc0NjA5QzEuMDI1MzkgMy42NjAxNiAwLjg1MzUxNiAzLjY2MDE2IDAuNzY3NTc4IDMuNzQ2MDlMMC4xNDQ1MzEgNC4zNjkxNEMwLjA1ODU5MzggNC40NTUwOCAwLjA1ODU5MzggNC42MjY5NSAwLjE0NDUzMSA0LjczNDM4TDMuMDIzNDQgNy41OTE4QzMuMTMwODYgNy42OTkyMiAzLjI4MTI1IDcuNjk5MjIgMy4zODg2NyA3LjU5MThMOS44MzM5OCAxLjE0NjQ4QzkuOTE5OTIgMS4wNjA1NSA5LjkxOTkyIDAuODg4NjcyIDkuODMzOTggMC43ODEyNUw5LjIxMDk0IDAuMTc5Njg4QzkuMTI1IDAuMDcyMjY1NiA4Ljk1MzEyIDAuMDcyMjY1NiA4Ljg0NTcgMC4xNzk2ODhaIi8+PC9zdmc+);background-size:contain;background-repeat:no-repeat;background-position:center}.competitors-availability-toggle:hover,.competitors-availability-toggle.is-active,.competitors-availability-toggle:focus-within{background:transparent!important;border:none!important;box-shadow:none!important}.competitors-layout{margin-top:2rem;display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:start}.competitors-results{min-width:0;max-width:100%;overflow:visible}.competitors-results>*{min-width:0;max-width:100%}.competitors-page-head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.competitors-layout>aside{display:grid;grid-template-columns:500px 1fr;gap:1rem;align-items:start;padding:0}.competitors-sidebar-product{display:flex;flex-direction:row;gap:1rem;align-items:center}.competitors-sidebar-product-content{flex:1;display:flex;flex-direction:column;gap:.5rem;min-width:0}.competitors-sidebar-product .product-thumb{width:70px;height:70px;flex-shrink:0;object-fit:contain;border-radius:var(--radius-md);border:none;padding:.375rem;background:#fff}.competitors-sidebar-filters{display:grid;grid-template-columns:1fr auto;gap:1rem;flex:1}.competitors-page-head-actions{display:flex;justify-content:flex-end;gap:.75rem;align-items:flex-start;flex-wrap:nowrap;padding:0}.competitors-monitoring-box{display:flex;flex-direction:column;gap:.35rem;align-items:flex-end;flex-wrap:nowrap}.competitors-monitoring-box>span{display:block;white-space:nowrap;text-align:right}.competitors-selected-product-price{font-weight:500!important}.competitors-price-filter{padding:1rem;border:1px solid var(--color-border-light);border-radius:var(--radius-md);background:transparent;width:420px}.competitors-price-filter .competitors-stock-filter{display:flex;align-items:center;gap:.5rem}.competitors-info-wrapper{display:flex;flex-direction:column;gap:0;min-width:360px;flex:0 0 auto;position:relative;align-items:flex-start}.competitors-current-info{padding:.75rem 1rem;border:1px solid var(--color-border-light);border-radius:var(--radius-md);background:transparent;display:flex;align-items:center;width:fit-content}.competitors-current-info-title{margin:0;font-size:.8125rem;font-weight:600;color:var(--color-text-primary)}.competitors-current-info-grid{display:grid;grid-template-columns:repeat(4,95px);gap:.5rem}.competitors-current-info-item{display:grid;gap:.25rem;text-align:center}.competitors-current-info-label{color:var(--color-text-secondary);font-size:.625rem;font-weight:400;letter-spacing:.01em;line-height:1.3}.competitors-current-info-value{color:var(--color-text-primary);font-size:.75rem;font-weight:600}.competitors-strategy-compact{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.75rem;padding:.875rem 1.125rem;border:1px solid var(--color-border-light);border-radius:8px;background:#fff;cursor:pointer;transition:all var(--transition-fast);min-width:220px;position:relative}.competitors-strategy-compact:hover{border-color:#5b6ef54d;background:#5b6ef505;box-shadow:0 2px 8px #0000000a}.competitors-strategy-compact-content{display:flex;flex-direction:row;align-items:center;gap:.5rem;flex:1;min-width:0}.competitors-strategy-compact-title{font-size:.875rem;font-weight:600;color:var(--color-text-primary);line-height:1.3;white-space:nowrap}.competitors-strategy-compact-description{font-size:.8125rem;color:var(--color-text-secondary);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.competitors-strategy-compact-arrow{width:16px;height:16px;color:var(--color-text-tertiary);transition:transform var(--transition-fast);flex-shrink:0}.strategy-details{display:flex;flex-direction:column;gap:1.5rem}.strategy-section{display:flex;flex-direction:column;gap:.75rem}.strategy-section-title{font-size:.875rem;font-weight:600;color:var(--color-text-primary);margin:0}.strategy-info-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:var(--color-bg-secondary);border-radius:var(--radius-md)}.strategy-info-label{font-size:.8125rem;color:var(--color-text-secondary);font-weight:500}.strategy-info-value{font-size:.8125rem;color:var(--color-text-primary);font-weight:600}.strategy-section-actions{margin-top:1rem;padding-top:1.5rem;border-top:1px solid var(--color-border-light)}.strategy-empty-state{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:2rem;text-align:center}.strategy-empty-state p{color:var(--color-text-secondary);margin:0}.my-competitors-page{display:flex;flex-direction:column;gap:1rem}.my-competitors-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.my-competitors-head h1{margin:0;color:var(--color-text-primary);font-size:2rem;line-height:1.15;font-weight:800}.my-competitors-head p{margin:.35rem 0 0;color:var(--color-text-secondary);font-size:.95rem}.my-competitors-update-btn{display:inline-flex;align-items:center;gap:.5rem;white-space:nowrap}.my-competitors-toolbar{min-width:0}.my-competitors-toolbar .products-search-wrapper{margin-bottom:0;position:relative}.my-competitors-toolbar .competitors-block-search{flex:0 1 420px;min-width:320px}.my-competitors-toolbar .competitors-block-filters{min-width:0}.my-competitors-filter-dropdown{flex:0 0 auto;min-width:170px;max-width:220px}.my-competitors-filter-btn{width:100%!important;justify-content:space-between!important;gap:.5rem!important}.my-competitors-filter-btn span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.my-competitors-filter-chevron{width:14px;height:14px;flex-shrink:0;opacity:.6;transition:transform .2s}.my-competitors-filter-clear-icon{width:14px;height:14px;flex-shrink:0;cursor:pointer;transition:opacity .15s}.my-competitors-filter-clear-icon:hover{opacity:.6}.my-competitors-filter-menu{min-width:100%;width:max-content;max-width:280px;padding:.35rem}.my-competitors-dropdown-option{display:flex;align-items:center;min-height:34px;padding:0 .6rem;border-radius:6px;color:var(--color-text-primary);cursor:pointer;font-size:.875rem;font-weight:500;white-space:nowrap;transition:background var(--transition-fast),color var(--transition-fast)}.my-competitors-dropdown-option:hover{background:#1118270a}.my-competitors-dropdown-option.is-selected{background:#5b6ef514;color:var(--color-text-primary)}.my-competitors-table-section{min-width:0;max-width:100%}.my-competitors-table-wrap{width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;border:none;border-radius:0;background:transparent;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.my-competitors-table-wrap::-webkit-scrollbar{height:8px}.my-competitors-table-wrap::-webkit-scrollbar-track{background:#94a3b81f;border-radius:999px}.my-competitors-table-wrap::-webkit-scrollbar-thumb{background:#64748b52;border-radius:999px}.my-competitors-table-wrap::-webkit-scrollbar-thumb:hover{background:#64748b75}.my-competitors-table{width:100%;min-width:1160px;border-collapse:collapse;font-size:.9rem}.my-competitors-table th,.my-competitors-table td{text-align:left;vertical-align:middle}.my-competitors-table th:nth-child(n+3),.my-competitors-table td:nth-child(n+3){text-align:center}.my-competitors-table th{padding:.85rem 1rem;background:transparent;color:#475569;font-size:.82rem;font-weight:700;text-transform:none;letter-spacing:0;border:none!important;border-bottom:1px solid rgba(148,163,184,.15)!important;white-space:nowrap}.my-competitors-table th button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;color:inherit;padding:0;font:inherit;font-family:inherit!important;font-size:inherit!important;font-weight:inherit!important;line-height:inherit!important;cursor:pointer;text-transform:inherit;letter-spacing:inherit}.my-competitors-table td{padding:.9rem 1rem;color:#334155;border:none!important}.my-competitors-table tbody tr{border:none!important;transition:background-color .15s ease}.my-competitors-table tbody tr:hover{background:#f8fafc99}.my-competitors-table th:nth-child(8),.my-competitors-table td:nth-child(8){width:92px;max-width:92px;padding-left:.65rem;padding-right:.65rem;white-space:nowrap}.my-competitors-table th:nth-child(9),.my-competitors-table td:nth-child(9){width:88px;max-width:88px;padding-left:.65rem;padding-right:.65rem;white-space:nowrap}.my-competitors-entity{display:grid;grid-template-columns:42px minmax(0,1fr);gap:.75rem;align-items:center;min-width:260px}.my-competitors-entity img,.my-competitors-thumb-placeholder{width:42px;height:42px;border-radius:8px;border:1px solid rgba(148,163,184,.18);background:#f1f5f9;object-fit:cover}.my-competitors-entity a,.my-competitors-product a{display:-webkit-box;overflow:hidden;color:var(--color-text-primary);text-decoration:none;font-weight:700;line-height:1.28;-webkit-box-orient:vertical;-webkit-line-clamp:2}.my-competitors-entity a:hover,.my-competitors-product a:hover{color:var(--color-primary)}.my-competitors-entity span{display:block;margin-top:.25rem;color:var(--color-text-secondary);font-size:.78rem;line-height:1.25}.my-competitors-product{min-width:220px}.my-competitors-price{white-space:nowrap}.my-competitors-price strong{display:block;color:var(--color-text-primary);font-weight:800}.my-competitors-price-change{display:inline-flex;margin-top:.25rem;font-size:.76rem;font-weight:800}.my-competitors-price-change.is-up{color:#dc2626}.my-competitors-price-change.is-down{color:#15803d}.my-competitors-diff,.my-competitors-source,.my-competitors-stock{display:inline-flex;align-items:center;width:fit-content;min-height:26px;padding:.25rem .55rem;border-radius:999px;font-size:.75rem;font-weight:800;white-space:nowrap}.my-competitors-diff.is-lower{background:#22c55e1f;color:#15803d}.my-competitors-diff.is-higher{background:#ef44441f;color:#b91c1c}.my-competitors-diff.is-even{background:#0ea5e91f;color:#0369a1}.my-competitors-source{background:#0f172a0f;color:#334155}.my-competitors-stock.is-in{background:#22c55e1f;color:#15803d}.my-competitors-stock.is-out{background:#94a3b824;color:#64748b}.my-competitors-stock.is-error{background:#f59e0b29;color:#b45309}.my-competitors-stock.is-unknown{background:#64748b1f;color:#475569}.my-competitors-muted{color:var(--color-text-secondary)}.my-competitors-actions{display:inline-flex;align-items:center;gap:.25rem;min-width:72px}.my-competitors-action-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:0;border-radius:var(--radius-md);background:transparent;color:var(--color-text-secondary);text-decoration:none;transition:all var(--transition-fast)}.my-competitors-action-btn svg{width:17px;height:17px}.my-competitors-action-btn:hover{background:#a4420014;color:var(--color-primary)}.my-competitors-loading{min-height:260px;display:grid;place-items:center;color:var(--color-text-secondary);font-weight:700}@media (max-width: 1100px){.my-competitors-toolbar .competitors-block-toolbar-controls{flex-wrap:wrap}.my-competitors-toolbar .competitors-block-search,.my-competitors-toolbar .competitors-block-filters{flex:1 1 100%;min-width:0}.my-competitors-filter-dropdown{flex:1 1 180px!important;max-width:none!important}}@media (max-width: 720px){.my-competitors-head{align-items:stretch;flex-direction:column}.my-competitors-head h1{font-size:1.55rem}.my-competitors-update-btn{width:100%}.my-competitors-toolbar .competitors-block-filters{flex-direction:column;align-items:stretch}.my-competitors-filter-dropdown{width:100%!important;max-width:none!important}}.competitors-strategy-compact-wrapper{position:relative}.side-panel.side-panel-strategy{position:fixed!important;top:80px!important;right:1rem!important;width:360px!important;max-width:calc(100vw - 2rem)!important;max-height:calc(100vh - 100px)!important;height:auto!important;background:#fff!important;border-radius:var(--radius-lg)!important;box-shadow:-2px 0 16px #00000026!important;z-index:100!important;display:flex!important;flex-direction:column!important;opacity:0!important;pointer-events:none!important;transition:opacity .3s ease-out,transform .3s ease-out!important;transform:translate(20px)!important;grid-column:initial!important;grid-row:initial!important}.side-panel.side-panel-strategy.open{opacity:1!important;pointer-events:auto!important;transform:translate(0)!important}.competitors-selected-product-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.25rem}.competitors-selected-product-main{display:flex;align-items:center;gap:1rem;min-width:0;flex:1 1 auto}.competitors-selected-products-visual{display:flex;flex-wrap:wrap;gap:.75rem;width:100%;min-width:0;align-items:stretch}.competitors-selected-products-visual-item-wrapper{position:relative;display:flex;flex-direction:column;flex:1 1 auto;min-width:180px;max-width:280px}.competitors-selected-products-visual-item{position:relative;display:flex;align-items:center;gap:.625rem;flex:1;padding:.45rem .5rem;border:1px solid var(--color-border-light);border-radius:10px;background:#fff}.competitors-selected-products-visual-item-remove{position:absolute;top:-6px;right:-6px;width:20px;height:20px;border-radius:50%;background:#dc2626;color:#fff;border:2px solid #fff;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.75rem;font-weight:700;line-height:1;transition:all .15s;box-shadow:0 2px 4px #0000001a;z-index:10}.competitors-selected-products-visual-item-remove:hover{background:#b91c1c}.competitors-selected-products-visual-item-more{justify-self:start;width:auto;gap:.5rem;padding:.35rem .45rem;min-width:110px;max-width:140px;flex:0 0 auto;border:none;background:transparent}.competitors-selected-products-visual-thumb{width:42px;height:42px;border-radius:8px;object-fit:contain;flex-shrink:0;background:#fff}.competitors-selected-products-visual-thumb-placeholder,.competitors-selected-products-visual-thumb-more{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--color-border-light);color:var(--color-text-secondary);font-size:.75rem;font-weight:600}.competitors-selected-products-visual-thumb-more{width:34px;height:34px;background:#5b6ef514;color:#4f46e5;border-color:#5b6ef524}.competitors-selected-products-visual-text{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;min-width:0;flex:1}.competitors-selected-products-visual-monitor-btn{position:absolute;top:100%;left:0;right:0;margin-top:-5px;display:flex;align-items:center;justify-content:center;gap:.25rem;font-size:.625rem;color:#d97706;font-weight:600;white-space:nowrap;padding:.35rem .5rem;border:1px dashed #fbbf24;border-radius:6px;background:#fbbf240d;cursor:pointer;opacity:.9;transition:all .15s;z-index:5}.competitors-selected-products-visual-monitor-btn:hover:not(:disabled){opacity:1;background:#d977061a;border-color:#d97706}.competitors-selected-products-visual-monitor-btn:disabled{cursor:not-allowed;opacity:.6}.competitors-selected-products-visual-item-more .competitors-selected-products-visual-text{gap:.1rem}.competitors-selected-products-visual-meta{display:flex;align-items:center;gap:.375rem;min-width:0;width:100%;flex-wrap:wrap}.competitors-selected-products-visual-id{flex:0 0 auto;font-size:.6875rem;font-weight:600;color:var(--color-text-secondary);white-space:nowrap}.competitors-selected-products-visual-title{font-size:.8125rem;color:var(--color-text-primary);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;white-space:normal;text-align:left}.competitors-selected-products-visual-item-more .competitors-selected-products-visual-title{font-size:.75rem;-webkit-line-clamp:1}.competitors-selected-products-visual-price{flex:0 0 auto;font-size:.75rem;color:var(--color-text-secondary);font-weight:500!important;white-space:nowrap}.competitors-current-info-compact{margin:0}.competitors-block-toolbar-with-info{align-items:flex-start;justify-content:space-between;flex-wrap:nowrap}.competitors-block-toolbar-controls{display:flex;align-items:flex-start;justify-content:flex-start;gap:.75rem;flex:1 1 auto;min-width:0}.competitors-block-toolbar-controls .competitors-block-search{flex:0 1 360px;min-width:320px}.competitors-block-toolbar-controls .competitors-block-filters{display:flex;flex:0 0 auto;flex-wrap:nowrap;align-items:center;justify-content:flex-start;gap:.5rem;min-width:fit-content}.competitors-block-toolbar-controls .filter-dropdown-container,.competitors-block-toolbar-controls .competitors-toolbar-price-filter{flex:0 0 auto}.competitors-product-choice-row{display:grid;align-items:center;width:100%;grid-template-columns:16px 24px minmax(0,1fr);gap:.75rem;min-height:40px;height:auto!important;padding:.5rem 0!important;border:1px solid transparent;border-radius:10px;background:transparent;text-align:left;transition:all var(--transition-fast)}.competitors-product-choice-row.is-active{background:#5b6ef50f;border-color:#5b6ef524}.competitors-product-choice-row:hover{background:#7073931a;border-radius:4px;box-shadow:none}.competitors-product-choice-checkbox{width:16px;height:16px;border:2px solid rgba(17,24,39,.2);border-radius:3px;position:relative;transition:all .2s ease;background:#fff;flex-shrink:0}.competitors-product-choice-row:hover .competitors-product-choice-checkbox{border-color:#1118274d}.competitors-product-choice-checkbox.is-active{background:#6b7280;border-color:#6b7280}.competitors-product-choice-checkbox.is-active:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-58%) rotate(45deg);width:4px;height:8px;border:solid #fff;border-width:0 2px 2px 0}.competitors-product-choice-radio{width:16px;height:16px;border:2px solid rgba(17,24,39,.2);border-radius:50%;position:relative;transition:all .2s ease;background:#fff;flex-shrink:0}.competitors-product-choice-row:hover .competitors-product-choice-radio{border-color:#1118274d}.competitors-product-choice-radio.is-active{background:#fff;border-color:#6b7280}.competitors-product-choice-radio.is-active:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:8px;height:8px;border-radius:50%;background:#6b7280}.competitors-product-choice-placeholder{width:24px;height:24px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;font-size:.5625rem;font-weight:700;color:var(--color-text-secondary);background:#f3f4f6}.competitors-product-choice-info{display:flex;align-items:center;gap:.375rem;min-width:0;width:100%;font-size:.875rem;color:var(--color-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.competitors-product-choice-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;width:100%;display:block;line-height:1.2}.competitors-product-choice-separator{color:var(--color-text-secondary);flex-shrink:0}.competitors-price-filter-fields{display:flex;gap:1rem;align-items:center;justify-content:space-between}.competitors-price-filter input[type=number]{height:32px!important;min-height:32px!important;width:135px!important;border-radius:var(--radius-md)!important;border:1px solid var(--color-border-light)!important;padding:0 .5rem!important;font-size:.75rem!important;background:var(--color-bg-primary)!important;color:var(--color-text-primary)!important;box-sizing:border-box!important}.competitors-price-filter input[type=number]::placeholder{color:var(--color-text-secondary);opacity:.7;font-size:.75rem}.competitors-filter-btn{width:90px!important;height:32px!important;min-height:32px!important;font-size:12px!important;padding:0 .5rem!important;line-height:1!important;display:flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important;border:1px solid var(--color-border-light)!important;border-radius:var(--radius-md)!important}.competitors-stock-filter input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:1rem;height:1rem;margin:0;border:1.5px solid rgb(110,110,118);border-radius:3px;background:transparent;cursor:pointer;position:relative;transition:all .2s ease;flex-shrink:0}.competitors-stock-filter input[type=checkbox]:checked{background:#6e6e76;border-color:#6e6e76}.competitors-stock-filter input[type=checkbox]:checked:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(45deg);width:3px;height:7px;border:solid white;border-width:0 2px 2px 0}.competitors-stock-filter{display:flex;align-items:center;gap:.5rem;padding:0;margin:1rem 0 0;cursor:pointer;-webkit-user-select:none;user-select:none}.competitors-stock-filter span{font-size:.75rem;font-weight:500;color:var(--color-text-primary)}.competitors-found-header{margin-top:1.5rem;margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:nowrap;min-width:0;width:100%;max-width:100%;overflow:visible}.competitors-found-header>div:first-child{flex:0 1 auto;min-width:0}.competitors-found-header>div:last-child{flex:0 1 auto;display:flex;justify-content:flex-end;min-width:0;max-width:100%;margin-left:auto}.competitors-found-filters{position:relative;display:flex;align-items:center;gap:.5rem;flex-wrap:nowrap;min-width:0;overflow:visible;z-index:20}.competitors-found-filters .filter-dropdown-container{min-width:0;position:relative;z-index:40}.competitors-found-sort{display:flex;gap:.5rem;flex-wrap:nowrap;min-width:0}.competitors-found-header h3{margin:0;font-size:1.375rem;font-weight:600}.competitors-found-actions{position:relative;display:flex;align-items:center;gap:.75rem;flex-wrap:nowrap;justify-content:flex-end;min-width:0;width:auto;max-width:none;z-index:1}.competitors-found-per-page{display:flex;align-items:center;gap:.5rem;color:var(--color-text-secondary);font-size:.875rem;font-weight:600;flex:0 0 auto}.competitors-found-bulk-actions{display:flex;align-items:center;gap:.5rem;flex-wrap:nowrap;min-width:0}.competitors-found-actions>*{min-width:0}.competitors-found-per-page select{height:36px;border-radius:var(--radius-md);border:none;padding:0 .3rem;font-size:.875rem;font-weight:600;background:var(--color-bg-primary);color:var(--color-text-secondary)}.competitors-add-preview .import-selection-summary-row,.competitors-add-preview .import-actions{flex-wrap:nowrap}.competitors-add-preview .import-products-grid{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:.5rem;padding-bottom:.25rem;-webkit-overflow-scrolling:touch}.competitors-add-preview .import-product-card{flex:0 0 240px}.competitors-add-preview .import-selection-summary-row{justify-content:space-between}.competitors-add-preview .import-actions{justify-content:flex-start}.competitors-empty-search{margin-top:1.5rem;min-height:260px;border:none;border-radius:var(--radius-md);background:var(--color-bg-primary);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1.25rem;text-align:center;padding:2rem}.competitors-empty-search h3{margin:0 0 .5rem;font-size:1.5rem;font-weight:700;color:var(--color-text-primary)}.competitors-empty-search p{margin:0;max-width:520px;color:var(--color-text-secondary);font-size:.9375rem;line-height:1.5}.competitors-empty-search-btn{min-height:48px;padding:0 1.5rem;font-size:1rem;font-weight:700}@media (max-width: 1024px){.competitors-page-head{flex-direction:column;align-items:stretch}.competitors-page-head-actions{width:auto;justify-content:flex-start;flex-wrap:nowrap}.competitors-layout>aside{grid-template-columns:1fr}.competitors-sidebar-filters{grid-template-columns:1fr}.competitors-price-filter,.competitors-current-info{width:100%}.competitors-current-info-grid{grid-template-columns:repeat(4,minmax(0,1fr));width:100%}}@media (max-width: 768px){.competitors-page-head-actions{align-items:flex-start;gap:.75rem;flex-wrap:nowrap}.competitors-monitoring-box{width:auto;align-items:flex-end}.competitors-monitoring-box>span{text-align:right}.competitors-sidebar-product{align-items:flex-start}.competitors-sidebar-product .product-thumb{width:56px;height:56px}.competitors-current-info{padding:.75rem}.competitors-current-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.competitors-price-filter{padding:.85rem}.competitors-price-filter-fields{flex-wrap:wrap;gap:.75rem;justify-content:flex-start}.competitors-price-filter input[type=number]{width:calc(50% - .375rem)!important;min-width:0!important;flex:1 1 calc(50% - .375rem)}.competitors-filter-btn{width:100%!important}.tabs-row{display:flex;flex-wrap:nowrap;gap:.25rem!important;overflow-x:auto;overflow-y:hidden;padding-bottom:.2rem;-webkit-overflow-scrolling:touch}.tabs-row .tab-btn{flex:0 0 auto;white-space:nowrap;font-size:.8125rem;padding:.5rem .35rem}.competitors-block-toolbar-controls{flex-direction:column;align-items:stretch;gap:.75rem}.competitors-block-toolbar-controls .competitors-block-search{flex:1 1 auto;min-width:0;width:100%}.competitors-block-toolbar-controls .competitors-block-filters{width:100%;flex-wrap:wrap}.competitors-block-filters .btn span{display:none}.competitors-block-filters .btn{min-width:36px;padding:.5rem .625rem}.competitors-toolbar-checkbox-row{flex-wrap:nowrap;gap:.5rem;margin-top:.75rem;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:.25rem}.competitors-availability-toggle{font-size:.8125rem;flex-shrink:0}.competitors-availability-toggle span{white-space:nowrap}.competitors-block-toolbar-with-info{flex-direction:column;align-items:stretch}.competitors-found-header{flex-direction:column;align-items:stretch;gap:.75rem}.competitors-found-header>div:last-child{width:100%;justify-content:space-between}.competitors-found-actions{width:100%;justify-content:space-between}.competitors-found-filters{align-items:flex-start}.competitors-found-sort,.competitors-found-bulk-actions{flex:1 1 auto}.competitors-selected-products-visual-item-wrapper{min-width:140px;max-width:240px}.competitors-selected-products-visual-item-more{min-width:100px;max-width:120px}}@media (max-width: 560px){.competitors-found-header{flex-direction:column;align-items:stretch;gap:.75rem}.competitors-page-head-actions{flex-direction:row;align-items:flex-start;flex-wrap:nowrap}.competitors-current-info-grid{grid-template-columns:1fr 1fr}.competitors-found-header>div:last-child{width:100%;align-items:stretch}.competitors-found-header>div:last-child{justify-content:flex-start;margin-left:0}.competitors-found-actions{flex-direction:row;align-items:center;justify-content:flex-start;gap:.625rem;flex-wrap:wrap;width:100%;max-width:100%}.competitors-found-sort,.competitors-found-per-page,.competitors-found-bulk-actions{flex:0 1 auto}.competitors-found-filters,.competitors-found-bulk-actions,.competitors-found-sort{flex-wrap:wrap}.competitors-found-bulk-actions{width:100%}.competitors-results .grid-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.competitors-results .grid-cards>.card,.competitors-results .grid-cards>.competitor-card{min-width:0}.competitors-results .competitor-seller{font-size:.72rem;line-height:1.25;margin-top:.2rem}.competitors-results .muted.competitor-seller{padding:0;text-align:center}.competitors-results .competitor-card-actions{gap:.35rem;padding-top:.6rem}.competitors-results .competitor-card-actions .btn-sm{min-height:28px;padding:.35rem .55rem;font-size:11px}.competitors-selected-products-visual-item-wrapper{min-width:120px;max-width:200px}.competitors-selected-products-visual-item-more{min-width:90px;max-width:110px}}.report-recommendation{display:inline-flex;align-items:center;gap:.35rem;font-weight:600}.report-recommendation-up{color:#10b981}.report-recommendation-down{color:#dc2626}.report-recommendation-same,.report-recommendation-none{color:var(--color-text-primary)}.report-recommendation-arrow{min-width:.9rem;text-align:center}.formula-card{background:#fff;border:none;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:1.25rem}.formula-saved{color:var(--color-success);font-weight:600;margin:0 0 1rem}.formula-section+.formula-section{margin-top:1.5rem}.formula-section h2{margin:0 0 .875rem;font-size:1rem}.formula-topline,.formula-line{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;min-width:0;word-wrap:break-word;overflow-wrap:break-word}.formula-line+.formula-line{margin-top:.9rem}.formula-line-wrap{align-items:center}.formula-label{min-width:180px;font-weight:600;color:var(--color-text-primary)}.formula-strategy-select{display:flex;align-items:center;gap:.5rem}.formula-strategy-select select,.formula-line select,.formula-inline-input,.formula-picker input{height:36px;border-radius:var(--radius-md);border:none;padding:0 .75rem;font-size:.875rem;background:var(--color-bg-primary);color:var(--color-text-primary);font-family:inherit;box-sizing:border-box;max-width:100%}.formula-hint{width:20px;height:20px;border-radius:999px;display:inline-grid;place-items:center;border:none;color:var(--color-text-secondary);background:var(--color-bg-primary);cursor:help;font-size:.75rem}.formula-radio-group{display:flex;gap:1rem;flex-wrap:wrap}.formula-radio-group label,.formula-checkbox-line{display:inline-flex;align-items:center;gap:.6rem;color:var(--color-text-primary)}.formula-checkbox-line input[type=checkbox],.formula-radio-group input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;width:18px;height:18px;cursor:pointer;border:none;background:#fff;position:relative;transition:all .2s ease;flex-shrink:0}.formula-checkbox-line input[type=checkbox]{border-radius:4px}.formula-radio-group input[type=radio]{border-radius:999px}.formula-checkbox-line input[type=checkbox]:hover,.formula-radio-group input[type=radio]:hover{border-color:#11182766}.formula-checkbox-line input[type=checkbox]:checked,.formula-radio-group input[type=radio]:checked{background:#6b7280;border-color:#6b7280}.formula-checkbox-line input[type=checkbox]:checked:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(45deg);width:4px;height:8px;border:solid #fff;border-width:0 2px 2px 0}.formula-radio-group input[type=radio]:checked:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:8px;height:8px;border-radius:999px;background:#fff}.formula-picker{margin-top:1rem;display:grid;gap:.75rem}.formula-product-results{border:none;border-radius:var(--radius-md);background:var(--color-bg-primary);padding:.5rem;display:grid;gap:.5rem;max-height:220px;overflow:auto}.formula-product-option{text-align:left;justify-content:flex-start}.formula-tags-wrap{display:flex;align-items:flex-start;gap:.75rem;flex-wrap:wrap}.formula-tags{display:flex;gap:.5rem;flex-wrap:wrap}.formula-tag{display:inline-flex;align-items:center;gap:.45rem;border-radius:999px;border:none;background:#1118270f;padding:.4rem .75rem;font-size:.8125rem}.formula-tag button{border:0;background:transparent;padding:0;width:auto;min-width:0;height:auto;box-shadow:none}.formula-highlight{background:#11182708;border:none;border-radius:var(--radius-md);padding:.625rem;min-width:0;overflow:hidden}.formula-dual-range{margin-top:1rem;padding-top:2rem}.formula-dual-range-track{position:relative;height:6px;display:flex;align-items:center}.formula-dual-range-track:before{content:"";position:absolute;left:0;right:0;top:0;height:6px;border-radius:999px;background:linear-gradient(90deg,#e5e7eb var(--range-start),#6b7280 var(--range-start),#6b7280 var(--range-end),#e5e7eb var(--range-end))}.formula-dual-range-track input[type=range]{position:absolute;left:0;top:0;width:100%;height:6px;margin:0;pointer-events:none;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.formula-dual-range-track input[type=range]::-webkit-slider-thumb{pointer-events:auto;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border-radius:999px;background:#fff;border:none;box-shadow:0 2px 6px #00000026;cursor:grab;transition:all .2s ease}.formula-dual-range-track input[type=range]:active::-webkit-slider-thumb{cursor:grabbing}.formula-dual-range-track input[type=range]::-moz-range-thumb{pointer-events:auto;width:18px;height:18px;border-radius:999px;background:#fff;border:none;box-shadow:0 2px 6px #00000026;cursor:grab;transition:all .2s ease}.formula-dual-range-track input[type=range]:active::-moz-range-thumb{cursor:grabbing}.formula-dual-range-track input[type=range]::-webkit-slider-runnable-track,.formula-dual-range-track input[type=range]::-moz-range-track{background:transparent}.formula-dual-range-bubble{position:absolute;top:-38px;transform:translate(-50%);min-width:42px;height:28px;border-radius:8px;background:#6b7280;color:#fff;display:grid;place-items:center;font-weight:600;font-size:.75rem;box-shadow:0 2px 8px #00000026}.formula-dual-range-bubble:after{content:"";position:absolute;bottom:-4px;left:50%;transform:translate(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #6b7280}.formula-save-btn{margin-top:1.5rem;background:#6b7280!important;color:#fff!important;border:none!important}.formula-save-btn:hover{background:#4b5563!important}.competitors-block-table-wrapper{width:100%;overflow-x:auto;margin-top:1rem;border-radius:0;border:none;background:#fff}.competitors-block-table{width:100%;border-collapse:collapse;font-size:.875rem}.competitors-block-table thead{background:transparent;border-bottom:1px solid rgba(148,163,184,.15)}.competitors-block-table th{padding:.75rem 1rem;text-align:left;font-weight:600;color:var(--color-text-primary);font-size:.8125rem;white-space:nowrap}.competitors-block-table th:hover{background:transparent}.competitors-th-sortable{cursor:pointer;-webkit-user-select:none;user-select:none;position:relative}.competitors-th-content{display:inline-flex;align-items:center;gap:.375rem;border-radius:4px;transition:all .15s ease;position:relative}.competitors-sort-icon{display:inline-flex;align-items:center;font-size:inherit;color:#111827;font-weight:600}.competitors-th-content:after{content:"";display:inline-block;width:1ch;margin-left:.375rem;text-align:center}.competitors-th-sortable:not(.is-sorted):hover .competitors-th-content{background:#1118270a;padding-left:.5rem;padding-right:.5rem;margin-left:-.5rem;margin-right:-.5rem}.competitors-th-sortable:not(.is-sorted):hover .competitors-th-content:after{content:attr(data-sort-arrow);opacity:.5}.competitors-th-sortable.is-sorted .competitors-th-content{padding-left:.5rem;padding-right:.5rem;margin-left:-.5rem;margin-right:-.5rem}.competitors-th-sortable.is-sorted .competitors-th-content:after{content:"";display:none}.competitors-block-table tbody tr{border-bottom:1px solid var(--color-border-light);transition:background .15s}.competitors-block-table tbody tr:hover{background:#fafafa}.competitors-block-table tbody tr:last-child{border-bottom:none}.competitors-block-table td{padding:.875rem 1rem;vertical-align:middle}.competitors-row.is-new{background:#fcfcfd}.competitors-row.is-new:hover{background:#f8fafc}.badge-new-inline{position:absolute;top:-.55rem;left:0;display:inline-flex;align-items:center;padding:.1rem .4rem;background:#fff5f5;color:#dc2626;border:1px solid #fecaca;border-radius:999px;font-size:.625rem;font-weight:600;line-height:1.2;letter-spacing:.02em;margin-bottom:.35rem}.badge-tracked-inline{position:absolute;top:-.55rem;left:0;display:inline-flex;align-items:center;padding:.1rem .4rem;background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0;border-radius:999px;font-size:.625rem;font-weight:600;line-height:1.2;letter-spacing:.02em;margin-bottom:.35rem}.competitors-col-photo{width:60px;padding:.5rem!important}.competitors-photo{width:50px;height:50px;object-fit:contain;border-radius:6px;border:1px solid var(--color-border-light)}.competitors-col-our-product{max-width:150px;min-width:120px;padding:.75rem!important;font-size:.75rem}.competitors-col-title{max-width:300px;min-width:200px}.competitors-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.4;color:var(--color-text-primary)}.competitors-title-wrap{position:relative;min-height:2.4rem}.competitors-title-wrap.has-new-badge .competitors-title{padding-top:.65rem}.competitors-col-seller{min-width:120px;color:var(--color-text-secondary)}.competitors-col-source{min-width:110px}.competitors-source-badge{display:inline-block;padding:.25rem .625rem;border-radius:6px;font-size:.75rem;font-weight:600;white-space:nowrap}.source-prom{background:#e8f5e9;color:#2e7d32}.source-rozetka{background:#fff3e0;color:#e65100}.source-olx{background:#e3f2fd;color:#1565c0}.source-epicentr{background:#f3e5f5;color:#6a1b9a}.source-google{background:#fce4ec;color:#c2185b}.competitors-col-price{min-width:110px;font-weight:600;color:var(--color-text-primary)}.competitors-col-diff{min-width:90px}.competitors-price-diff{display:inline-block;padding:.25rem .5rem;border-radius:6px;font-size:.75rem;font-weight:600}.price-diff-higher{background:#fee;color:#c00}.price-diff-lower{background:#e8f5e9;color:#2e7d32}.competitors-col-availability{min-width:130px}.competitors-availability-badge{display:inline-block;padding:.25rem .5rem;border-radius:6px;font-size:.75rem;font-weight:500}.in-stock{background:#e8f5e9;color:#2e7d32}.out-of-stock{background:#ffebee;color:#c62828}.competitors-availability-badge.check-error{display:block;width:100%;box-sizing:border-box;text-align:center;white-space:normal;line-height:1.25;background:#f59e0b29;color:#b45309}.competitors-availability-badge.unknown{background:#64748b1f;color:#475569}.competitors-col-updated{min-width:100px;color:var(--color-text-secondary);font-size:.8125rem}.competitors-col-actions{width:156px;min-width:156px}.competitors-actions{display:flex;align-items:center;justify-content:flex-start;gap:.5rem}.competitors-actions-stack{flex-direction:column;align-items:flex-start;gap:.375rem;width:100%;box-sizing:border-box}.competitors-action-btn{display:inline-flex;align-items:center;justify-content:flex-start;gap:.45rem;width:100%;max-width:100%;min-height:34px;padding:.5rem .75rem;border-radius:10px;border:1px solid transparent;box-sizing:border-box;font-size:.8125rem;font-weight:600;line-height:1;white-space:nowrap;cursor:pointer;background:transparent;color:#475569;border-color:transparent;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease,border-color .15s ease,color .15s ease}.competitors-action-btn:hover:not(:disabled){background:transparent;border-color:transparent;box-shadow:none}.competitors-action-btn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;transform:none}.competitors-action-icon{display:inline-flex;align-items:center;justify-content:center;width:.9rem;flex:0 0 .9rem;font-size:.9rem;font-weight:700}.competitors-action-add{color:#475569}.competitors-action-add .competitors-action-icon{color:#16a34a}.competitors-action-add:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.competitors-action-link{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;background:transparent;border:1px solid var(--color-border-light);cursor:pointer;transition:all .15s;text-decoration:none;font-size:1rem}.competitors-action-link:hover{background:#f3f4f6;border-color:var(--color-border)}.competitors-action-delete{color:#dc2626;background:transparent;border-color:transparent}.competitors-action-delete:hover:not(:disabled){background:transparent;border-color:transparent}.competitors-action-restore{color:#475569;background:transparent;border-color:transparent}.competitors-action-restore:hover:not(:disabled){background:transparent;border-color:transparent}.competitors-action-exclude{color:#475569;background:transparent;border-color:transparent}.competitors-action-exclude .competitors-action-icon{color:#dc2626}.competitors-action-exclude:hover:not(:disabled){background:transparent;border-color:transparent}.competitors-show-ai-excluded{margin-top:2rem;width:100%;padding:1rem;background:#f9fafb;border:1px dashed var(--color-border);border-radius:12px;cursor:pointer;transition:all .15s;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem;font-weight:500;color:var(--color-text-secondary)}.competitors-show-ai-excluded:hover{background:#f3f4f6;border-color:var(--color-border-light);color:var(--color-text-primary)}.competitors-show-ai-excluded svg{width:16px;height:16px;transition:transform .2s}.competitors-show-ai-excluded.is-open svg{transform:rotate(180deg)}@media (max-width: 768px){.competitors-block-table{font-size:.8125rem}.competitors-block-table th,.competitors-block-table td{padding:.625rem .75rem}.competitors-col-title{max-width:200px;min-width:150px}.competitors-photo{width:40px;height:40px}}main.prom-wrap{position:relative;overflow:visible}.side-panel.side-panel-monitoring{position:absolute!important;top:0!important;right:0!important;width:360px!important;max-width:calc(100vw - 2rem)!important;max-height:100%!important;height:auto!important;background:var(--color-bg-primary)!important;border-radius:var(--radius-lg)!important;box-shadow:-2px 0 16px #00000026!important;z-index:100!important;display:flex!important;flex-direction:column!important;opacity:0!important;pointer-events:none!important;transition:opacity .3s ease-out,transform .3s ease-out!important;transform:translate(20px)!important;grid-column:initial!important;grid-row:initial!important}.side-panel.side-panel-monitoring.open{opacity:1!important;pointer-events:auto!important;transform:translate(0)!important}.side-panel-monitoring .side-panel-close svg{width:16px!important;height:16px!important}.side-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;padding:.5rem .75rem;border-bottom:1px solid var(--color-border-light);flex-shrink:0}.side-panel-header h2{font-size:.75rem;font-weight:600;color:var(--color-text-primary);margin:0;line-height:1.2}.side-panel-content{flex:1;overflow-y:auto;padding:.5rem .75rem;min-height:0}.competitors-selected-product-aside{display:flex;align-items:flex-start;margin-left:auto;padding-left:1.5rem}.competitors-monitoring-compact{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem;border:1px solid var(--color-border-light);border-radius:8px;background:#fff;cursor:pointer;transition:all var(--transition-fast);min-width:220px;position:relative}.competitors-monitoring-compact:hover{border-color:#5b6ef54d;background:#5b6ef505;box-shadow:0 2px 8px #0000000a}.competitors-monitoring-compact-header{display:flex;align-items:center;gap:.5rem}.competitors-monitoring-compact-icon{width:16px;height:16px;color:var(--color-text-secondary)}.competitors-monitoring-compact-title{font-size:.6875rem;font-weight:600;color:var(--color-text-primary);line-height:1.2}.competitors-monitoring-compact-content{display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:0}.competitors-monitoring-compact-badge{display:inline-flex;align-items:center;font-size:.875rem;font-weight:600;padding:.25rem .5rem;border-radius:4px;width:fit-content}.competitors-monitoring-compact-badge.ok{background:#22c55e1a;color:#16a34a}.competitors-monitoring-compact-badge.warning{background:#fbbf241a;color:#d97706}.competitors-monitoring-compact-badge.stale{background:#ef44441a;color:#dc2626}.competitors-monitoring-compact-time{font-size:.875rem;color:var(--color-text-primary);font-weight:500}.competitors-monitoring-compact-arrow{width:16px;height:16px;color:var(--color-text-tertiary);transition:transform var(--transition-fast);flex-shrink:0}.monitoring-calendar{margin-bottom:0}.monitoring-calendar-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.monitoring-calendar-month-name{font-size:.9375rem;font-weight:600;color:var(--color-text-primary);flex:1;text-align:center}.monitoring-calendar-selectors{display:flex;align-items:center;gap:.25rem}.monitoring-calendar-select{padding:.1875rem 1.25rem .1875rem .375rem;font-size:.6875rem;font-weight:600;color:var(--color-text-primary);background:#fff;border:1px solid var(--color-border-light);border-radius:4px;cursor:pointer;transition:all var(--transition-fast);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 5l3 3 3-3' stroke='%236b7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .25rem center}.monitoring-calendar-select:hover{background-color:#11182705;border-color:#1118271f}.monitoring-calendar-select:focus{outline:none;border-color:#6b7280;box-shadow:0 0 0 2px #6b72801a}.monitoring-calendar-nav{display:flex;align-items:center;justify-content:center;width:12px;height:12px;padding:0;border:none;background:transparent;border-radius:0;color:var(--color-text-secondary);cursor:pointer;transition:all .15s}.monitoring-calendar-nav svg{width:12px;height:12px;stroke-width:2}.monitoring-calendar-nav:hover{background:transparent;color:var(--color-text-primary)}.monitoring-calendar-today{padding:.1875rem .375rem;font-size:.625rem;font-weight:500;color:var(--color-text-primary);background:var(--color-bg-primary);border:1px solid var(--color-border-light);border-radius:4px;cursor:pointer;transition:all var(--transition-fast);white-space:nowrap}.monitoring-calendar-today:hover{background:#11182705;border-color:var(--color-border)}.monitoring-calendar-weekdays{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.125rem;margin-bottom:.125rem}.monitoring-calendar-weekday{text-align:center;font-size:.6875rem;font-weight:600;color:var(--color-text-secondary);padding:.375rem 0}.monitoring-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.25rem}.monitoring-calendar-empty{min-height:36px}.monitoring-calendar-day{position:relative;min-height:36px;padding:.375rem;background:transparent;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:.8125rem;font-weight:500;color:var(--color-text-primary);transition:all .15s;cursor:pointer}.monitoring-calendar-day:hover{background:#1118270f}.monitoring-calendar-day.is-today{background:#5266eb14;color:var(--color-primary);font-weight:600}.monitoring-calendar-day.has-checks{font-weight:600}.monitoring-calendar-day-number{font-size:.8125rem;line-height:1}.monitoring-calendar-day-badge{position:absolute;top:0;right:0;min-width:10px;height:10px;padding:0 1px;background:#16a34a;color:#fff;border-radius:999px;font-size:.4375rem;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1}.monitoring-product-dropdown-trigger{width:100%;display:flex;align-items:center;gap:.5rem;padding:0;background:transparent;border:none;cursor:pointer;transition:opacity .2s}.monitoring-product-dropdown-trigger:hover{opacity:.8}.monitoring-product-dropdown{position:absolute;top:calc(100% + .25rem);left:0;right:0;background:#fff;border:1px solid var(--color-border-light);border-radius:6px;box-shadow:0 4px 12px #0000001a;z-index:1000;max-height:280px;overflow-y:auto}.monitoring-product-dropdown-item{width:100%;display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:transparent;border:none;cursor:pointer;transition:background .15s;text-align:left;border-bottom:1px solid var(--color-border-light)}.monitoring-product-dropdown-item:last-child{border-bottom:none}.monitoring-product-dropdown-item:hover{background:#00000008}.monitoring-product-dropdown-item.active{background:#5b6ef514;color:#4f46e5}@media (max-width: 1024px){.competitors-selected-product-header{flex-direction:column-reverse!important;align-items:stretch!important}.competitors-selected-product-aside{display:flex!important;position:static!important;margin-left:0!important;padding-left:0!important;flex-direction:row!important;gap:.5rem!important;align-items:center!important;width:100%!important;margin-bottom:1rem!important}.competitors-selected-product-main{width:100%!important}.competitors-monitoring-compact,.competitors-export-btn{display:none!important}.price-history-stats-row,.price-history-controls{flex-wrap:nowrap!important}.price-history-table-section{max-width:280px;min-width:0;overflow-x:auto}.price-history-body{overflow:visible}}.competitors-summary-card{background:#fff;border:1px solid var(--color-border-light);border-radius:8px;padding:.5rem .75rem;margin-bottom:1rem}.competitors-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:.875rem;margin-bottom:0}.competitors-summary-metric{display:flex;flex-direction:column;gap:.25rem}.competitors-summary-metric-value{font-size:1rem;font-weight:700;color:var(--color-text-primary);line-height:1.2;display:flex;align-items:center;gap:.375rem;flex-wrap:wrap}.competitors-summary-metric-label{font-size:.6875rem;color:var(--color-text-secondary);font-weight:500;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.competitors-summary-metric-arrow{font-size:.875rem;color:var(--color-text-tertiary);font-weight:400}.competitors-summary-metric-new{font-size:.9375rem;font-weight:700;color:#2563eb}.competitors-summary-metric-new.better{color:#16a34a}.competitors-summary-metric-new.worse{color:#dc2626}.competitors-summary-actions{display:flex;align-items:center;gap:.75rem;padding-top:.75rem;border-top:1px solid var(--color-border-light);flex-wrap:wrap}.competitors-summary-strategy-info{flex:1 1 auto;min-width:220px}@media (max-width: 768px){.competitors-summary-grid{grid-template-columns:repeat(3,1fr);gap:.75rem}.competitors-summary-metric-value{font-size:1rem}.competitors-summary-metric-new{font-size:.9375rem}}.price-history-expanded-row{background:linear-gradient(to bottom,#f8fafc,#fff);border-top:2px solid #e2e8f0}.price-history-expanded-row>td{padding:0!important}.price-history-container{padding:.75rem 1rem;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0}to{opacity:1;transform:translateY(0)}}.price-history-loading{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:2rem;color:#64748b;font-size:.875rem}.spinner{width:20px;height:20px;border:2px solid #e2e8f0;border-top-color:#5b6ef5;border-radius:50%;animation:spin .8s linear infinite}.price-history-error{padding:1rem;background:#fee;border:1px solid #fcc;border-radius:8px;color:#c33;font-size:.875rem}.price-history-content{display:flex;flex-direction:column;gap:.75rem}.price-history-header{display:grid;grid-template-columns:1fr auto;align-items:center;gap:2rem;padding-bottom:1rem}.price-history-title{margin:0;font-size:1rem;font-weight:600;color:#1e293b;display:flex;align-items:center;gap:.5rem;flex-shrink:0}.price-history-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:#64748b;font-size:1.25rem;cursor:pointer;border-radius:6px;transition:all .2s}.price-history-close:hover{background:#f1f5f9;color:#1e293b}.price-history-body{display:grid;grid-template-columns:minmax(0,3fr) minmax(0,1fr);gap:2rem;align-items:start}.price-history-chart-section{display:flex;flex-direction:column;gap:.5rem;min-width:0}.price-history-stats-row{display:flex;justify-content:flex-start;align-items:center;gap:2rem;flex-wrap:wrap}.price-history-stats{display:flex;gap:1rem;flex-wrap:wrap;justify-content:flex-start}.stat-item{display:flex;flex-direction:column;align-items:center;padding:.75rem 1rem;background:transparent;border:none;border-radius:8px;min-width:100px}.price-history-stats .stat-label{font-size:.75rem;color:#64748b;margin-bottom:.25rem;text-align:center;text-transform:none}.price-history-stats .stat-value{font-size:1rem;font-weight:600;color:#1e293b;text-align:center}.price-history-stats .stat-value-success{color:#16a34a}.price-history-stats .stat-value-danger{color:#dc2626}.price-history-chart{padding:1.5rem;background:#fff;border-radius:12px;display:flex;justify-content:center;align-items:center;box-shadow:0 1px 3px #0000000d}.price-history-table-section{display:flex;flex-direction:column;gap:1rem;width:100%;min-width:0}.price-history-summary{width:100%;min-width:0}.price-history-summary .price-history-stats{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.75rem;width:100%}.price-history-summary .stat-item{min-width:0;padding:0;align-items:flex-start}.price-history-summary .stat-label,.price-history-summary .stat-value{text-align:left}.price-history-summary .stat-value{overflow-wrap:anywhere}.price-history-subtitle{margin:0;font-size:.875rem;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.05em}.price-history-table-wrapper{max-height:320px;overflow-y:auto;border-radius:8px;background:#fff;width:100%}.price-history-table-wrapper::-webkit-scrollbar{width:6px}.price-history-table-wrapper::-webkit-scrollbar-track{background:transparent}.price-history-table-wrapper::-webkit-scrollbar-thumb{background:#94a3b84d;border-radius:3px}.price-history-table-wrapper::-webkit-scrollbar-thumb:hover{background:#94a3b880}.price-history-table{width:100%;border-collapse:collapse}.price-history-table th:nth-child(2),.price-history-table td:nth-child(2){width:25%}.price-history-table th:nth-child(3),.price-history-table td:nth-child(3){width:30%}.price-history-table thead{position:sticky;top:0;z-index:1}.price-history-table th{padding:.375rem .5rem;text-align:left;font-size:.8125rem;font-weight:600;color:#475569;border-bottom:1px solid #e2e8f0;background:#fff}.price-history-table tbody tr{transition:background .15s}.price-history-table tbody tr:hover{background:#f8fafc}.price-history-table td{padding:.375rem .5rem;font-size:.8125rem;color:#475569;border-bottom:1px solid #f1f5f9}.price-history-table tbody tr:last-child td{border-bottom:none}.price-cell{font-weight:500;color:#1e293b}.change-cell{text-align:right}.price-change{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border-radius:4px;font-size:.8125rem;font-weight:600}.price-change-up{color:#dc2626;background:#fee}.price-change-down{color:#16a34a;background:#efe}.price-change-same{color:#64748b;background:#f1f5f9}.price-change-first{font-size:.75rem;color:#94a3b8;font-style:italic}.competitors-row{cursor:pointer;transition:background-color .15s}.competitors-row:hover{background-color:#f8fafc}.competitors-row.is-expanded{background-color:#f0f7ff}.competitors-col-price{position:relative}.price-expand-indicator{display:inline-flex;align-items:center;margin-left:.5rem;color:#94a3b8;font-size:.75rem;transition:all .2s}.competitors-row:hover .price-expand-indicator{color:#5b6ef5}.competitors-row.is-expanded .price-expand-indicator{transform:rotate(180deg);color:#5b6ef5}.price-history-period-filters{display:flex;gap:.5rem;padding:.5rem;background:transparent;border-radius:8px;justify-content:center}.period-filter-btn{flex:1;padding:.5rem 1rem;border:2px solid #e2e8f0;background:#fff;color:#64748b;font-size:.875rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .25s ease;min-width:60px;position:relative;overflow:hidden}.period-filter-btn:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#5b6ef50d,#4c5ed90d);opacity:0;transition:opacity .25s ease}.period-filter-btn:hover:not(:disabled):not(.active){background:#f8fafc;border-color:#cbd5e1;color:#475569}.period-filter-btn.active{background:linear-gradient(135deg,#5b6ef5,#4c5ed9);border-color:#5b6ef5;color:#fff;box-shadow:0 4px 12px #5b6ef566,0 2px 4px #5b6ef533;font-weight:700}.period-filter-btn.active:before{opacity:1}.period-filter-btn:disabled{opacity:.5;cursor:not-allowed}.price-history-no-data{display:flex;align-items:center;justify-content:center;padding:3rem;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:12px;color:#64748b;font-size:.875rem;font-weight:500}@media (max-width: 1200px){.price-history-chart{padding:1rem}.price-history-chart svg{max-width:100%;height:auto}}@media (max-width: 768px){.price-history-period-filters{flex-wrap:wrap}.period-filter-btn{min-width:calc(33.333% - .35rem)}.price-history-stats{grid-template-columns:repeat(2,1fr)}}.price-history-controls{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.price-history-own-price-toggle{display:flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none;padding:.5rem .75rem;background:transparent;border:none;border-radius:8px;transition:all .2s}.price-history-own-price-toggle:hover{background:#f8fafc}.price-history-own-price-toggle input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#5b6ef5;border:1px solid #cbd5e1;border-radius:4px}.toggle-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:#475569}.toggle-indicator{width:12px;height:12px;border-radius:2px;border:2px solid #fff}.price-history-chart-legend{display:flex;gap:1.5rem;justify-content:center;margin-top:.5rem;padding:.5rem;font-size:.8125rem}.legend-item{display:flex;align-items:center;gap:.5rem;color:#64748b}.legend-line{width:24px;height:2.5px;border-radius:2px}.legend-line-dashed{background:repeating-linear-gradient(to right,currentColor 0px,currentColor 6px,transparent 6px,transparent 10px)}.checks-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.checks-stat-card{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem;background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--color-border-light);border-radius:var(--radius-lg);box-shadow:0 1px 2px #0000000a,0 4px 12px #00000008}.checks-stat-icon{font-size:1.75rem;opacity:.85}.checks-stat-value{font-size:1.75rem;font-weight:600;color:var(--color-text-primary);letter-spacing:-.02em}.checks-stat-label{font-size:.8125rem;color:var(--color-text-secondary);text-align:center}.checks-history-layout{display:grid;grid-template-columns:1fr;gap:.5rem;align-items:start;overflow:visible}.checks-history-filters{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.date-picker-dropdown{position:absolute;top:calc(100% + 4px);left:0;z-index:10000;width:max-content;min-width:320px;max-width:360px;background:#fff;border:1px solid var(--color-border-light);border-radius:12px;box-shadow:0 4px 20px #00000026,0 1px 3px #00000014;padding:1rem}@media (max-width: 768px){.date-picker-dropdown{left:auto;right:0}}.checks-history-filters .filter-dropdown{min-width:420px;max-width:540px;width:100%;left:0;right:auto}.checks-history-filters .filter-dropdown-event-type{min-width:240px;max-width:280px}.filter-dropdown-item-with-image{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem!important}.filter-dropdown-item-image{width:36px;height:36px;object-fit:contain;border-radius:6px;border:1px solid var(--color-border-light);background:#fff;flex-shrink:0}.filter-dropdown-item-image-placeholder{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:6px;background:#1118270a;border:1px solid var(--color-border-light);color:var(--color-text-muted);flex-shrink:0}.filter-dropdown-item-with-image span{flex:1;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.checks-history-filters .filter-dropdown-scroll .filter-dropdown-item+.filter-dropdown-item{margin-top:.375rem}.checks-history-filters .source-filter-btn{max-width:320px}.checks-history-filters .source-filter-btn span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.date-picker-presets{display:flex;gap:.375rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--color-border-light);flex-wrap:nowrap}.date-picker-preset-btn{padding:.375rem .5rem;font-size:.8125rem;font-weight:500;color:var(--color-text-primary);background:#1118270a;border:none;border-radius:8px;cursor:pointer;transition:all .15s;white-space:nowrap;flex:1;min-width:fit-content}.date-picker-preset-btn:hover{background:#11182714}.date-picker-preset-btn:active{background:#5266eb1f;color:var(--color-primary)}.date-picker-calendar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.date-picker-nav{display:flex;align-items:center;justify-content:center;width:12px;height:12px;padding:0;border:none;background:transparent;border-radius:0;color:var(--color-text-secondary);cursor:pointer;transition:all .15s}.date-picker-nav:hover{background:transparent;color:var(--color-text-primary)}.date-picker-nav svg{width:12px;height:12px;stroke-width:2}.date-picker-month-name{font-size:.9375rem;font-weight:600;color:var(--color-text-primary)}.date-picker-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:.25rem;margin-bottom:.5rem}.date-picker-weekday{text-align:center;font-size:.6875rem;font-weight:600;color:var(--color-text-muted);padding:.375rem 0}.date-picker-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.25rem}.date-picker-empty{min-height:36px}.date-picker-day{min-height:36px;padding:.375rem;border:none;background:transparent;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:.8125rem;font-weight:500;color:var(--color-text-primary);cursor:pointer;transition:all .15s;position:relative}.date-picker-day:hover{background:#1118270f}.date-picker-day.has-checks{font-weight:600}.date-picker-day.is-today{background:#5266eb14;color:var(--color-primary);font-weight:600}.date-picker-day.is-selected{background:var(--color-primary);color:#fff;font-weight:600}.date-picker-day.is-selected:hover{background:#4556d9}.date-picker-day-number{font-size:.8125rem;line-height:1}.date-picker-day-badge{position:absolute;top:2px;right:2px;min-width:10px;height:10px;padding:0 1px;background:#16a34a;color:#fff;border-radius:999px;font-size:.4375rem;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1}.checks-history-list{background:#ffffffe6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:none;border-radius:8px;padding:1.25rem 1.25rem 1.25rem 0;box-shadow:none}.checks-history-list-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:.75rem;margin-bottom:1rem;padding-bottom:1rem;padding-left:1.25rem;border-bottom:1px solid var(--color-border-light)}.checks-history-list-header h3{margin:0;font-size:.8125rem;font-weight:600;color:#70707d}.checks-history-list-count{font-size:.8125rem;font-weight:500;color:#70707d;padding:.25rem .625rem;background:#1118270a;border-radius:999px}.checks-history-empty{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:2rem 1rem 2rem 1.25rem;text-align:center}.checks-history-empty-compact{padding:.75rem .5rem}.checks-history-empty-icon{display:flex;align-items:center;justify-content:center;color:#9ca3af}.checks-history-empty-icon svg{width:48px;height:48px}.checks-history-empty p{margin:0;font-size:1rem;font-weight:500;color:var(--color-text-primary)}.checks-history-items{display:grid;gap:.75rem;padding-left:1.25rem}.checks-history-item{display:grid;grid-template-columns:56px 1fr;gap:.75rem;align-items:center;padding:.75rem;border:none;border-radius:8px;background:#fff;transition:all var(--transition-fast);color:inherit;text-decoration:none}.checks-history-item:hover{background:#11182705}.checks-history-item-image{width:56px;height:56px;object-fit:contain;border-radius:8px;border:none;background:#fff}.checks-history-item-noimage{width:56px;height:56px;display:flex;align-items:center;justify-content:center;border:none;border-radius:8px;background:#1118270a;color:#9ca3af}.checks-history-item-noimage svg{width:24px;height:24px}.checks-history-item-body{min-width:0}.checks-history-item-title{font-size:.875rem;font-weight:500;color:var(--color-text-primary);margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.4}.checks-history-item-time{font-size:.75rem;color:var(--color-text-secondary)}.checks-history-source-list{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:.5rem}.checks-history-source{display:inline-flex;align-items:center;max-width:100%;padding:.125rem .375rem;border-radius:999px;font-size:.6875rem;font-weight:600;line-height:1.4}.checks-history-source-success{color:#036e43;background:#036e431a}.checks-history-source-warning{color:#92400e;background:#92400e1f}.checks-history-source-danger{color:#991b1b;background:#991b1b1a}.checks-history-source-muted{color:var(--color-text-secondary);background:#1118270d}.checks-history-errors{margin-top:.5rem;color:#991b1b;font-size:.75rem;line-height:1.4;overflow-wrap:anywhere}.checks-history-status{font-weight:600}.checks-history-status-success{color:#036e43}.checks-history-status-warning{color:#92400e}.checks-history-status-danger{color:#991b1b}.checks-history-status-info{color:#3558d4}.checks-history-status-muted{color:var(--color-text-secondary)}.checks-history-event-type{font-weight:600;color:var(--color-text-primary)}.grid-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.tabs-row-scroll{width:100%;max-width:100%;min-width:0;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.tabs-row{display:flex;flex-wrap:nowrap;gap:1.5rem;width:max-content;min-width:100%;margin-top:0;margin-bottom:1.25rem;background:transparent;padding:0;border-radius:0;-webkit-backdrop-filter:none;backdrop-filter:none;border-bottom:1px solid var(--color-border-light)}.tab-btn{flex:0 0 auto;border:none;border-bottom:2px solid transparent;background:transparent;color:var(--color-text-secondary);border-radius:0;padding:.5rem 0;font-weight:400;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);font-size:.9375rem;white-space:nowrap;position:relative;margin-bottom:-1px}.tab-btn:hover:not(.is-active):not(:disabled){background:transparent;color:var(--color-text-primary)}.tab-btn.is-active{background:transparent;color:var(--color-text-primary);border-bottom-color:var(--color-primary);box-shadow:none}.tab-btn:disabled{opacity:.4;cursor:not-allowed;color:var(--color-text-muted)}.pager{margin-top:1.5rem;display:flex;align-items:center;justify-content:center;gap:.75rem}.pager-list{display:flex;align-items:center;gap:.375rem;background:#ffffffb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.25rem;border-radius:12px;box-shadow:none}.pager-item,.pager-nav{min-width:36px;height:36px;border-radius:8px;border:none;background:transparent;color:var(--color-text-primary);font-weight:500;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);display:grid;place-items:center;font-size:.9375rem;position:relative}.pager-item:hover:not(.is-active),.pager-nav:hover:not(:disabled){background:transparent}.pager-item:active:not(.is-active),.pager-nav:active:not(:disabled){background:transparent}.pager-item.is-active{background:transparent;color:#111827;font-weight:600;box-shadow:none}.pager-nav{font-size:1.125rem;font-weight:400;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none}.pager-nav:disabled{opacity:.3;cursor:not-allowed;transform:none;background:transparent}.pager-nav:disabled:hover{background:transparent;transform:none}.pager-dots{color:var(--color-text-muted);font-weight:500;padding:0 .375rem;font-size:1.125rem;opacity:.6}@media (max-width: 768px) and (min-width: 481px){.checks-history-layout{gap:1rem}.checks-history-filters{flex-wrap:wrap}.checks-history-filters>*:nth-child(1),.checks-history-filters>*:nth-child(3){flex:1;min-width:calc(50% - .375rem)}.checks-history-filters>*:nth-child(2){flex:1 1 100%;min-width:100%;order:3}.checks-history-filters .filter-dropdown{min-width:280px;max-width:400px}.checks-history-list{padding:1rem 1rem 1rem 0;max-height:none}.checks-history-list-header,.checks-history-items{padding-left:1rem}.checks-history-empty{padding:2rem 1rem}}@media (max-width: 480px){.checks-history-layout{gap:1rem}.checks-history-filters{flex-wrap:wrap;gap:.5rem}.checks-history-filters>*:nth-child(1),.checks-history-filters>*:nth-child(3){flex:1;min-width:0;max-width:calc(50% - .25rem)}.checks-history-filters>*:nth-child(2){flex:1 1 100%;min-width:0;max-width:100%;order:3}.checks-history-filters .source-filter-btn{max-width:100%;width:100%}.checks-history-filters .filter-dropdown{left:0;right:0;min-width:100%;max-width:100%}.date-picker-dropdown{left:0;right:auto;min-width:280px;max-width:calc(100vw - 2rem)}.checks-history-list{padding:1rem 1rem 1rem 0;max-height:none}.checks-history-list-header,.checks-history-items{padding-left:1rem}.checks-history-empty{padding:2rem 1rem}}@media (max-width: 640px){.checks-history-item{grid-template-columns:48px 1fr;gap:.5rem;padding:.625rem}.checks-history-item-image,.checks-history-item-noimage{width:48px;height:48px}.checks-history-item-noimage svg{width:20px;height:20px}.checks-history-item-title{font-size:.8125rem}.checks-history-item-time{font-size:.6875rem}.checks-history-source{font-size:.625rem;padding:.0625rem .25rem}.checks-history-errors{font-size:.6875rem}.checks-history-list-header h3{font-size:.9375rem}.checks-history-list-count{font-size:.75rem;padding:.1875rem .5rem}.checks-history-empty-icon svg{width:40px;height:40px}.checks-history-empty p{font-size:.9375rem}}.competitor-card{position:relative;text-align:center;background:#fff;border-radius:16px;padding:1.125rem;border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 8px #0000000a,0 1px 3px #0000000f;display:flex;flex-direction:column;transition:all .2s cubic-bezier(.4,0,.2,1)}.competitor-card:hover{box-shadow:0 4px 16px #00000014,0 2px 6px #00000014}.competitor-card .product-thumb{display:block;width:120px;height:120px;margin:0 auto .625rem;border-radius:var(--radius-sm);object-fit:contain}.competitor-card>div>strong{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.4;height:3.675rem;max-height:3.675rem;font-size:.875rem}.competitor-card-actions{display:flex;gap:.5rem;margin-top:auto;padding-top:.75rem;justify-content:center}.competitor-card>div[style*="display: flex"]{justify-content:center;position:relative;z-index:1}.competitor-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.4}.competitor-seller{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.competitor-price{font-size:1.125rem;font-weight:600;color:var(--color-text-primary);margin-top:.5rem}.grid-cards>.card{position:relative;text-align:center;background:transparent;border-radius:16px;padding:1.125rem;border:none;box-shadow:none;display:flex;flex-direction:column;margin-bottom:0}.grid-cards>.card .product-thumb{display:block;width:120px;height:120px;margin:0 auto .625rem;border-radius:var(--radius-sm);object-fit:contain}.grid-cards>.card>div>strong{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.4;height:3.675rem;max-height:3.675rem;font-size:.875rem}.grid-cards>.card>div[style*="display: flex"]{justify-content:center}.competitor-card.is-exiting{opacity:0;transform:scale(.88) translateY(-18px) rotate(-3deg)}.competitor-toast{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:#0f172adb;color:#fff;padding:8px 12px;border-radius:999px;font-weight:600;letter-spacing:.01em;animation:toast-pop .2s ease}.competitor-duplicate-hint{display:inline-flex;align-items:center;width:fit-content;margin-top:.45rem;padding:.2rem .45rem;border:1px solid #facc15;border-radius:4px;background:#fef9c3;color:#854d0e;font-size:.75rem;line-height:1.25}.competitor-done{position:absolute;top:10px;right:10px;width:36px;height:36px;border-radius:999px;background:#036e43;color:#fff;display:grid;place-items:center;font-weight:600;animation:pop-in .45s ease}@keyframes pop-in{0%{opacity:0}70%{opacity:1}to{opacity:1}}@keyframes toast-pop{0%{opacity:0;transform:translate(-50%,-50%) scale(.9)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.choice-pills{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.choice-pill{position:relative;display:inline-flex;align-items:center;gap:.45rem;min-height:38px;padding:.625rem .95rem;border:1px solid #e0e0e2;border-radius:8px;background:#fff;color:#1a1a1e;cursor:pointer;transition:background-color var(--transition-fast),border-color var(--transition-fast),color var(--transition-fast),box-shadow var(--transition-fast);-webkit-user-select:none;user-select:none;white-space:nowrap}.choice-pill:hover{border-color:#d5d5d9;box-shadow:var(--shadow-sm)}.choice-pill.is-active{background:#5b6ef514;border-color:#5b6ef52e;color:#1a1a1e}.choice-pill-input{position:absolute;opacity:0;pointer-events:none}.choice-pill-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;color:currentColor}.choice-pill-icon svg{width:16px;height:16px;stroke-width:1.6}.choice-pill-label{font-size:14px;font-weight:400;line-height:1}@media (max-width: 640px){.choice-pills{gap:.4rem;justify-content:center}.choice-pill{min-height:36px;padding:.55rem .8rem}.choice-pill-label{font-size:14px}}.background-jobs-indicator{position:relative!important;z-index:10000!important;bottom:auto!important;right:auto!important;display:inline-flex!important}.jobs-indicator-button{position:relative;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem .875rem;background:#036e43!important;border:0;border-radius:8px;cursor:pointer;transition:all .2s;color:#fff!important;font-size:.875rem;font-weight:500;box-shadow:0 2px 8px #036e4333}.jobs-indicator-button:hover{background:#025a36!important;box-shadow:0 4px 12px #036e434d}.jobs-spinner{width:18px;height:18px;animation:spin 1s linear infinite;color:#fff!important;flex-shrink:0}.jobs-icon-check{width:18px;height:18px;color:#fff!important;flex-shrink:0}.jobs-text{font-size:.875rem;font-weight:500;color:#fff!important;white-space:nowrap}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.jobs-completed-badge{position:absolute;top:-8px;right:-8px;background:#22c55e;color:#fff;font-size:.75rem;font-weight:700;padding:.125rem .4rem;border-radius:999px;min-width:20px;text-align:center;box-shadow:0 2px 8px #22c55e66;animation:pulse 2s ease-in-out infinite;border:2px solid white}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.jobs-panel{position:absolute;top:calc(100% + 8px);right:0;width:400px;max-height:600px;background:#ffffffc2;border:1px solid var(--color-border);border-radius:12px;box-shadow:var(--shadow-2xl);z-index:10001;overflow:hidden;display:flex;flex-direction:column;-webkit-backdrop-filter:blur(28px);backdrop-filter:blur(28px)}.jobs-panel-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--color-border-light);background:transparent}.jobs-panel-header h3{margin:0;font-size:1rem;font-weight:600;color:var(--color-text-primary)}.jobs-panel-close{background:transparent;border:none;font-size:1.25rem;color:var(--color-text-secondary);cursor:pointer;padding:.25rem .5rem;border-radius:4px;transition:all .2s}.jobs-panel-close:hover{background:var(--color-bg-hover);color:var(--color-text-primary)}.jobs-panel-content{overflow-y:auto;max-height:500px;padding:.5rem 0}.jobs-section{padding:.5rem 0}.jobs-section+.jobs-section{border-top:1px solid var(--color-border);margin-top:.5rem;padding-top:1rem}.jobs-section-title{margin:0;padding:.5rem 1.25rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-secondary)}.job-item{padding:.75rem 1.25rem;transition:background .2s}.job-item:hover{background:var(--color-bg-hover)}.job-item-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;margin-bottom:.5rem}.job-title{flex:1;font-size:.875rem;font-weight:500;color:var(--color-text-primary);line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.job-cancel-btn{background:transparent;border:none;color:var(--color-text-secondary);cursor:pointer;padding:.25rem .5rem;border-radius:4px;font-size:1rem;transition:all .2s;flex-shrink:0}.job-cancel-btn:hover{background:var(--color-bg-hover);color:var(--color-danger)}.job-progress{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.job-source{font-size:.75rem;padding:.25rem .5rem;border-radius:4px;background:#0000000d;color:var(--color-text-secondary);font-weight:500}.job-source-done{background:#22c55e26;color:#166534}.job-source-error{background:#ef444426;color:#991b1b}.job-source-loading{background:#3b82f626;color:#1e40af}.job-source-pending{background:#0000000d;color:var(--color-text-secondary)}.job-item-completed{background:#22c55e14}.job-status-badge{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;flex-shrink:0}.job-status-success{background:#22c55e26;color:#166534}.job-result{font-size:.8125rem;color:var(--color-text-secondary);margin-bottom:.5rem}.job-result-error{color:var(--color-danger)}.job-view-btn{width:100%;padding:.5rem;background:var(--color-primary);color:#fff;border:none;border-radius:6px;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s;margin-top:.5rem}.job-view-btn:hover{background:var(--color-primary-dark)}@media (max-width: 768px){.jobs-panel{position:fixed;top:0;right:0;left:0;width:100%;height:100vh;max-height:100vh;border-radius:0}.jobs-panel-content{max-height:calc(100vh - 60px)}}.strategy-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}.strategy-header h1{font-size:1.25rem;font-weight:600;color:var(--color-text-primary);margin:0;letter-spacing:-.02em}.strategy-header-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:nowrap}.strategy-header-actions .btn{white-space:nowrap;min-height:30px;padding:.35rem .65rem;font-size:12px}.strategy-header-actions .btn-secondary{background:transparent;border:1px solid var(--color-border);color:var(--color-text-primary)}.strategy-header-actions .btn-secondary:hover:not(:disabled){background:transparent;border-color:var(--color-text-secondary)}.strategy-header-actions .btn-icon{width:13px;height:13px}.strategies-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;overflow:visible;position:relative}.add-strategy-cta{display:flex;justify-content:center;padding:2rem 0;margin-top:1rem}.add-strategy-cta .btn{font-size:1rem;padding:.75rem 1.5rem}.strategy-accordion{background:var(--color-bg-primary);border:none;border-radius:8px;overflow:visible;transition:all var(--transition-base);position:static}.strategy-accordion.expanded{position:relative;box-shadow:0 2px 16px #00000014;overflow:visible!important;border-radius:8px;border:1px solid rgba(0,0,0,.06)}.strategy-accordion:hover{box-shadow:none}.strategy-header-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto auto auto;align-items:start;column-gap:.75rem;padding:.5rem 0;cursor:pointer;transition:background var(--transition-fast);border:none}.strategy-accordion.expanded .strategy-header-row{position:sticky!important;top:0!important;z-index:100!important;background:var(--color-bg-primary)!important;padding:.75rem!important;margin-bottom:.75rem!important;border-radius:8px 8px 0 0!important;border-bottom:1px solid rgba(0,0,0,.06)!important;height:62px!important}.strategy-header-row:hover{background:#7073931a;border-radius:4px}.strategy-expand-btn{background:none;border:none;color:var(--color-text-secondary);cursor:pointer;padding:0!important;transition:all var(--transition-fast);line-height:0;display:flex;align-items:center;justify-content:flex-start}.strategy-expand-btn:hover{color:var(--color-text-primary)}.strategy-expand-btn:hover .expand-icon{opacity:1}.expand-icon{width:16px;height:16px;stroke-width:2;opacity:.7}.strategy-summary{min-width:0;display:grid;gap:.2rem}.strategy-title{font-weight:600;font-size:1rem;color:var(--color-text-primary);line-height:1.25}.strategy-summary-meta{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;min-width:0}.strategy-formula{font-size:.875rem;color:var(--color-text-secondary);font-family:SF Mono,Monaco,Courier New,monospace;min-width:0}.strategy-count{font-size:.875rem;color:var(--color-text-secondary);white-space:nowrap}.strategy-save-indicator{font-size:.75rem;font-weight:600;padding:.25rem .625rem;border-radius:var(--radius-sm);white-space:nowrap;transition:all var(--transition-fast);display:flex;align-items:center;gap:.25rem}.strategy-save-indicator.saving{color:#ff9500;background:#ff95001a;animation:pulse 1.5s ease-in-out infinite}.strategy-save-indicator.saved{color:#036e43;background:#036e431a}.check-icon{width:14px;height:14px;stroke-width:2;opacity:.9}.strategy-toggle{position:relative;display:inline-flex;align-self:center;width:28px;height:16px;cursor:pointer}.strategy-toggle input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#ccc;border-radius:20px;transition:background-color var(--transition-base)}.toggle-slider:before{content:"";position:absolute;height:12px;width:12px;left:2px;bottom:2px;background-color:#fff;border-radius:50%;transition:transform var(--transition-base);box-shadow:0 2px 4px #0003}.strategy-toggle input:checked+.toggle-slider{background-color:#036e43}.strategy-toggle input:checked+.toggle-slider:before{transform:translate(12px)}.icon-btn{background:none;border:none;color:var(--color-text-secondary);cursor:pointer;padding:.375rem!important;transition:all var(--transition-fast);border-radius:var(--radius-md);line-height:0;display:flex;align-items:center;justify-content:center}.icon-btn:hover{color:var(--color-text-primary);background:#0000000d}.icon-btn:hover .icon-btn-icon{opacity:1}.icon-btn-icon{width:16px;height:16px;stroke-width:2;opacity:.7}.icon-btn .icon-btn-delete,.icon-btn-delete{width:18px!important;height:18px!important;stroke-width:2!important}.strategy-delete-btn{width:32px;height:32px;display:inline-flex;align-self:center;align-items:center;justify-content:center;border:none;background:transparent;font-size:1.125rem;cursor:pointer;border-radius:var(--radius-md);transition:all var(--transition-fast);opacity:.4;padding:0!important;filter:brightness(0) saturate(100%) invert(27%) sepia(98%) saturate(4456%) hue-rotate(346deg) brightness(95%) contrast(93%)}.strategy-delete-btn:hover:not(:disabled){opacity:1;background:#ef44441a;filter:brightness(0) saturate(100%) invert(27%) sepia(98%) saturate(4456%) hue-rotate(346deg) brightness(95%) contrast(93%)}.strategy-delete-btn:disabled{opacity:.3;cursor:not-allowed}.strategy-content{display:grid;grid-template-columns:1.5fr 1fr;gap:2rem;padding:0;border-top:none;background:var(--color-bg-secondary);overflow:visible}.custom-select-wrapper{position:relative;display:inline-block;width:auto;flex-shrink:0}.formula-line .custom-select-wrapper{min-width:auto;max-width:none;width:auto}.custom-select-trigger{display:inline-flex;align-items:center;gap:.25rem;height:28px!important;padding:0 1.1rem 0 .4rem!important;background:#fbfcfd!important;border:1px solid #e0e0e2!important;border-radius:8px!important;font-size:.8125rem!important;font-weight:400!important;font-family:inherit!important;color:var(--color-text-primary)!important;cursor:pointer!important;transition:all var(--transition-fast)!important;white-space:nowrap;position:relative;box-shadow:none!important;min-width:auto!important;width:auto!important}.custom-select-trigger:hover{background-color:#11182705!important;border-color:#11182726!important}.custom-select-chevron{position:absolute;right:.35rem;top:50%;transform:translateY(-50%);width:10px;height:10px;flex-shrink:0;color:#666;pointer-events:none}.custom-select-dropdown{position:absolute;top:calc(100% + .25rem);left:0;min-width:160px;background:#fff;border:1px solid rgba(17,24,39,.08);border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;z-index:1000;overflow:hidden;animation:dropdown-fade-in .15s ease-out}.custom-select-dropdown .filter-dropdown-item{padding:.5rem .75rem;font-size:.8125rem}.custom-select-dropdown .filter-dropdown-check{width:14px;height:14px}.custom-select-trigger.select-narrow{padding:0 1.1rem 0 .35rem!important;min-width:65px!important}.custom-select-trigger.select-unit{min-width:70px!important}.custom-select-wrapper.select-narrow .custom-select-dropdown{min-width:100px!important}.custom-select-wrapper.select-unit .custom-select-dropdown{min-width:70px!important}.formula-line{flex-wrap:nowrap!important;gap:.3rem!important;align-items:center!important}.formula-line-wrap{flex-wrap:wrap!important;align-items:center!important}.formula-line-wrap>span{white-space:nowrap;flex-shrink:0}.formula-line>span{white-space:nowrap;flex-shrink:0}.formula-checkbox-line{display:flex;align-items:center;gap:.6rem;color:var(--color-text-primary);flex-shrink:1;white-space:nowrap}.formula-checkbox-line span{white-space:normal;flex-shrink:1}.formula-inline-input{flex-shrink:0;width:6.5ch;min-width:6.5ch;max-width:6.5ch;border:none!important;border-bottom:1px solid rgba(17,24,39,.15)!important;border-radius:0!important;background:transparent!important;padding:0 .2rem!important;text-align:center;font-variant-numeric:tabular-nums;font-size:.875rem;height:auto;line-height:1.5}.formula-inline-input::-webkit-outer-spin-button,.formula-inline-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.formula-inline-input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.formula-inline-input:focus{outline:none;border-bottom-color:#11182766!important}.formula-line select{flex-shrink:0;height:36px!important;padding:0 2rem 0 .75rem!important;background:#fbfcfd!important;border:1px solid #e0e0e2!important;border-radius:12px!important;font-size:.875rem!important;font-weight:400!important;font-family:inherit!important;color:var(--color-text-primary)!important;cursor:pointer!important;transition:all var(--transition-fast)!important;appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right .75rem center!important;box-shadow:none!important}.formula-line select:hover{background-color:#11182705!important;border-color:#11182726!important}.formula-line select:focus{outline:none;background-color:#fff!important;border-color:#11182733!important}.formula-line select option{font-size:.875rem;font-weight:400;padding:.625rem 1rem;background:#fff;color:var(--color-text-secondary)}.formula-line select option:hover{background:#f8fafc;color:var(--color-text-primary)}.formula-line select option:checked{background:#eff6ff;color:#1e40af;font-weight:500}.formula-checkbox-line input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;width:18px;height:18px;border:2px solid rgba(17,24,39,.2);border-radius:4px;cursor:pointer;position:relative;transition:all .2s ease;flex-shrink:0;background:#fff}.formula-checkbox-line input[type=checkbox]:hover{border-color:#11182766}.formula-checkbox-line input[type=checkbox]:checked{background:#6b7280;border-color:#6b7280}.formula-checkbox-line input[type=checkbox]:checked:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(45deg);width:5px;height:9px;border:solid white;border-width:0 2px 2px 0}.strategy-left-column{display:flex;flex-direction:column;gap:1rem;min-width:0;overflow:visible;background:var(--color-bg-primary);border:none;border-radius:var(--radius-lg);padding:1rem;transition:opacity .3s ease-out;opacity:1;grid-column:2;grid-row:1;position:relative;z-index:1}.strategy-accordion:has(.side-panel.open) .strategy-left-column{display:none}.strategy-right-column{display:flex;flex-direction:column;gap:.5rem;min-width:0;overflow:visible;background:var(--color-bg-primary);border:none;border-radius:var(--radius-lg);padding:1rem}.strategy-right-column>*,.strategy-left-column>*{min-width:0}.strategy-name-field{min-width:0;position:relative;display:inline-flex;align-items:center;gap:.375rem}.strategy-name-error{position:absolute;top:100%;left:0;font-size:.75rem;color:#dc2626;margin-top:.25rem;white-space:nowrap}.strategy-name-field label{display:block;font-size:.75rem;font-weight:600;color:var(--color-text-secondary);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.strategy-name-field input{width:auto;min-width:200px;padding:.625rem .25rem;border:none;border-bottom:1px solid rgba(17,24,39,.15);border-radius:0;font-size:1.0625rem;font-weight:500;color:var(--color-text-primary);background:transparent;transition:all var(--transition-fast);box-sizing:border-box}.strategy-name-field input:focus{outline:none;border-bottom-color:#11182766}.strategy-name-display{padding:.625rem 0;border-bottom:1px solid transparent;font-size:1.0625rem;color:var(--color-text-primary);min-height:2.25rem;display:flex;align-items:center;font-weight:500}.edit-icon-btn{background:none;border:none;padding:.25rem;cursor:pointer;border-radius:var(--radius-sm);transition:all var(--transition-fast);display:flex;align-items:center;justify-content:center;flex-shrink:0}.edit-icon-btn:hover{background:#0000000d}.edit-icon-btn .edit-icon{width:14px;height:14px;stroke-width:2;color:var(--color-text-secondary);transition:all var(--transition-fast)}.edit-icon-btn:hover .edit-icon{color:var(--color-text-primary)}.strategy-formula-preview{display:grid;gap:.75rem;padding:.875rem;border:1px solid rgba(17,24,39,.08);border-radius:var(--radius-md);background:#11182706;max-width:500px;margin:0;width:fit-content}.strategy-formula-preview-title{font-size:.75rem;font-weight:700;color:var(--color-text-secondary);text-transform:none;letter-spacing:0}.strategy-formula-preview-grid{display:grid;grid-template-columns:minmax(110px,1fr) minmax(0,1.4fr);gap:.375rem .75rem;font-size:.8125rem;color:var(--color-text-secondary)}.strategy-formula-preview-grid strong{color:var(--color-text-primary);font-weight:600;min-width:0}.strategy-formula-preview-result{padding:.625rem .75rem;border-radius:var(--radius-sm);background:#036e431a;color:#036e43;font-size:.875rem;font-weight:500}.strategy-formula-preview-result.is-muted{background:#1118270d;color:var(--color-text-secondary)}.strategy-left-column h3,.strategy-right-column h3{font-size:.875rem;font-weight:500!important;color:var(--color-text-primary);margin:.875rem 0 .375rem;text-transform:none!important;letter-spacing:0!important}.strategy-products-header{display:flex;align-items:center;gap:.75rem}.product-search-input{flex:1;padding:.5rem .875rem;border:1px solid var(--color-border);border-radius:var(--radius-md);font-size:.875rem;background:var(--color-bg-primary);color:var(--color-text-primary)}.product-search-input:focus{outline:none;border-color:var(--color-text-primary)}.products-counter{font-size:.8125rem;color:var(--color-text-secondary);white-space:nowrap}.strategy-products-table{max-height:400px;overflow-y:auto;overflow-x:hidden;border:none;border-radius:var(--radius-md);background:var(--color-bg-primary)}.strategy-product-row{display:grid;grid-template-columns:30px 32px 1fr auto 30px;align-items:center;gap:.75rem;padding:.625rem .875rem;height:48px;border-bottom:1px solid var(--color-border-light)}.strategy-product-row:last-child{border-bottom:none}.strategy-product-row input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border:2px solid #d1d5db;border-radius:4px;background:#fff;cursor:pointer;margin:0;position:relative;transition:all .2s ease;flex-shrink:0}.strategy-product-row input[type=checkbox]:hover{border-color:#707393}.strategy-product-row input[type=checkbox]:checked{background:#6366f1;border-color:#6366f1}.strategy-product-row input[type=checkbox]:checked:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:10px;height:10px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center}.product-thumb-md{width:32px;height:32px;border-radius:var(--radius-sm);object-fit:contain;border:1px solid var(--color-border-light);background:#fff;padding:2px}.product-name{font-size:.875rem;color:var(--color-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.product-price{font-size:.875rem;font-weight:600;color:var(--color-text-primary);white-space:nowrap}.remove-product-btn{background:none;border:none;color:var(--color-danger);cursor:pointer;padding:.25rem;line-height:0;opacity:0;transition:opacity var(--transition-fast)}.strategy-product-row:hover .remove-product-btn{opacity:1}.remove-icon{width:18px;height:18px;stroke-width:2.2}.bulk-actions-bar{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#fff9e6;border:1px solid #ffe8a3;border-radius:var(--radius-md);font-size:.875rem}.bulk-actions-bar span{font-weight:600;color:var(--color-text-primary)}.dropdown{position:relative}.dropdown-menu{display:block;position:absolute;top:100%;left:0;margin-top:.25rem;min-width:200px;background:var(--color-bg-primary);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;z-index:1000}.dropdown-menu button{display:block;width:100%;padding:.625rem 1rem;text-align:left;background:none;border:none;color:var(--color-text-primary);font-size:.875rem;cursor:pointer;transition:background var(--transition-fast)}.dropdown-menu button:hover{background:var(--color-bg-secondary)}.dropdown-menu button:first-child{border-radius:var(--radius-md) var(--radius-md) 0 0}.dropdown-menu button:last-child{border-radius:0 0 var(--radius-md) var(--radius-md)}.dropdown-empty{padding:.75rem 1rem;text-align:center;color:var(--color-text-muted);font-size:.875rem}.side-panel{grid-column:2;grid-row:1;position:absolute;top:76px;right:0;width:min(560px,calc(100vw - 2rem));background:var(--color-bg-primary);border-radius:var(--radius-lg);box-shadow:-2px 0 16px #00000026;z-index:20;display:flex;flex-direction:column;opacity:0;pointer-events:none;transition:opacity .3s ease-out;height:auto;max-height:calc(70vh - 6rem)}.side-panel.open{opacity:1;pointer-events:auto}.side-panel-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:none;flex-shrink:0;border-radius:var(--radius-lg) var(--radius-lg) 0 0}.side-panel-header h2{font-size:.875rem;font-weight:600;color:#535461;margin:0}.side-panel-header h2 .strategy-name-highlight{font-weight:700;color:var(--color-text-primary)}.side-panel-close{display:inline-flex;align-items:center;justify-content:center;padding:.25rem;border:none;border-radius:var(--radius-md);background:none;color:#535461!important;cursor:pointer;transition:all var(--transition-fast);flex-shrink:0;line-height:0}.side-panel-close:hover{background:#0000000d;color:#2d2e36!important}.side-panel-close svg{width:16px!important;height:16px!important;stroke-width:2;display:block}.side-panel-content{flex:1;overflow-y:auto;padding:0 1.5rem;min-height:0;display:flex;flex-direction:column}.side-panel-content .bulk-actions-bar{margin-bottom:1rem}.side-panel-content .muted{text-align:center;padding:2rem 1rem}.side-panel-footer{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem;margin:auto auto 0;max-width:max-content;border-top:1px solid var(--color-border);background:var(--color-bg-primary);border-radius:100px;box-shadow:0 1px 4px #b7bbdb24,0 0 1px #afb2cee6,0 8px 12px #0e0e2d14,0 14px 20px #04043405;flex-shrink:0}.side-panel-footer .btn{font-size:.8125rem}.side-panel-footer-label{font-size:.8125rem;color:var(--color-text-secondary);white-space:nowrap}.side-panel-footer-select-wrapper{position:relative}.side-panel-footer-select{display:inline-flex;align-items:center;gap:.5rem;font-size:.8125rem;padding:.5rem .75rem;border:1px solid var(--color-border);border-radius:100px;background:var(--color-bg-primary);color:var(--color-text-primary);cursor:pointer;min-width:180px;justify-content:space-between;transition:all var(--transition-fast)}.side-panel-footer-select:hover{border-color:var(--color-text-primary)}.side-panel-footer-select:focus{outline:none;border-color:var(--color-text-primary)}.side-panel-footer-select .select-icons{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.side-panel-footer-select .select-clear{display:flex;align-items:center;justify-content:center;padding:0;background:none;border:none;cursor:pointer;color:#666}.side-panel-footer-select .clear-icon{width:12px;height:12px;stroke-width:2}.side-panel-footer-select .select-chevron{width:12px;height:12px;flex-shrink:0;color:#666}.side-panel-footer-dropdown{position:absolute;bottom:100%;left:0;margin-bottom:.5rem;min-width:200px;background:#fff;border:1px solid rgba(17,24,39,.08);border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;z-index:1000;overflow:hidden;animation:dropdown-fade-in .15s ease-out}@keyframes dropdown-fade-in{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.side-panel-footer-dropdown .filter-dropdown-item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.625rem 1rem;border:none;background:none;text-align:left;font-size:.8125rem;color:var(--color-text-primary);cursor:pointer;transition:background var(--transition-fast)}.side-panel-footer-dropdown .filter-dropdown-item:hover{background:#0000000d}.side-panel-footer-dropdown .filter-dropdown-item.active{background:#036e431a;color:#036e43;font-weight:500}.side-panel-footer-dropdown .filter-dropdown-check{width:16px;height:16px;stroke-width:2;flex-shrink:0}.side-panel-footer .dropdown{position:relative}.side-panel-footer .dropdown-menu{position:absolute;bottom:100%;left:50%;transform:translate(-50%);margin-bottom:.5rem}.side-panel-footer .btn-icon-right{width:14px;height:14px;margin-left:.25rem}.side-panel-search-input{width:100%;padding:.625rem .25rem;border:none;border-bottom:1px solid rgba(17,24,39,.15);border-radius:0;font-size:.875rem;background:var(--color-bg-primary);color:var(--color-text-primary);margin-bottom:1rem;box-sizing:border-box;position:sticky;top:0;z-index:10;margin-top:0}.side-panel-search-input:focus{outline:none;border-bottom-color:#11182766}.btn-muted{font-size:.8125rem!important;color:#535461!important}.btn-muted svg{color:#535461!important;stroke:#535461!important}.unassigned-products{margin-top:3rem;padding-top:2rem;border-top:none}.unassigned-products h2{font-size:1.125rem;font-weight:600;color:var(--color-text-primary);margin:0 0 1rem}.unassigned-products-list{display:flex;flex-direction:column;gap:.5rem}.side-panel-content .unassigned-products-list{max-height:none;padding-bottom:1rem}.unassigned-product-row{display:grid;grid-template-columns:24px 1fr;align-items:center;gap:.75rem;padding:.5rem .75rem;min-height:40px;height:auto;background:var(--color-bg-primary);border:none;border-radius:var(--radius-md);transition:all var(--transition-fast)}.unassigned-product-row:hover{background:#7073931a;border-radius:4px;box-shadow:none}.unassigned-product-row input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border:2px solid #d1d5db;border-radius:4px;background:#fff;cursor:pointer;margin:0;position:relative;transition:all .2s ease;flex-shrink:0}.unassigned-product-row input[type=checkbox]:hover{border-color:#707393}.unassigned-product-row input[type=checkbox]:checked{background:#6366f1;border-color:#6366f1}.unassigned-product-row input[type=checkbox]:checked:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:10px;height:10px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center}.product-thumb-sm{width:24px;height:24px;border-radius:var(--radius-sm);object-fit:contain;border:1px solid var(--color-border-light);background:#fff;padding:2px}.product-info{font-size:.875rem;color:var(--color-text-primary);overflow:visible;min-width:0}.product-id{color:var(--color-text-secondary);font-weight:500}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem}.modal-content{background:var(--color-bg-primary);border-radius:var(--radius-lg);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:600px;width:100%;max-height:80vh;display:flex;flex-direction:column}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:none}.modal-header h2{font-size:1.125rem;font-weight:600;color:var(--color-text-primary);margin:0}.modal-close-btn{background:none;border:none;color:var(--color-text-secondary);font-size:1.5rem;cursor:pointer;padding:.25rem;line-height:1;transition:all var(--transition-fast)}.modal-close-btn:hover{color:var(--color-text-primary)}.modal-body{flex:1;padding:1.5rem;overflow-y:auto}.modal-search-input{width:100%;padding:.625rem .875rem;border:1px solid var(--color-border);border-radius:var(--radius-md);font-size:.875rem;background:var(--color-bg-secondary);color:var(--color-text-primary);margin-bottom:1rem}.modal-search-input:focus{outline:none;border-color:var(--color-text-primary)}.modal-products-list{display:flex;flex-direction:column;gap:.5rem;max-height:400px;overflow-y:auto}.modal-product-row{display:grid;grid-template-columns:30px 32px 1fr auto;align-items:center;gap:.75rem;padding:.625rem .875rem;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md);transition:all var(--transition-fast)}.modal-product-row:hover{background:var(--color-bg-primary);border-color:var(--color-border-hover);box-shadow:0 1px 3px #0000000d}.modal-product-row input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border:2px solid #d1d5db;border-radius:4px;background:#fff;cursor:pointer;margin:0;position:relative;transition:all .2s ease;flex-shrink:0}.modal-product-row input[type=checkbox]:hover{border-color:#707393}.modal-product-row input[type=checkbox]:checked{background:#6366f1;border-color:#6366f1}.modal-product-row input[type=checkbox]:checked:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:10px;height:10px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center}.modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;padding:1.25rem 1.5rem;border-top:1px solid var(--color-border)}.empty-state{padding:3rem 1.5rem;text-align:center;background:var(--color-bg-secondary);border:none;border-radius:var(--radius-lg)}.empty-state p{color:var(--color-text-secondary);font-size:.9375rem;margin:0}.muted{color:var(--color-text-secondary);font-size:.875rem;padding:1rem;text-align:center}@media (max-width: 960px){.strategy-content{display:flex;flex-direction:column;gap:1rem;padding:0}.strategy-header-row{grid-template-columns:auto minmax(0,1fr) auto auto;gap:.5rem}.strategy-delete-btn{display:none}.side-panel{order:2;position:relative;top:auto;left:auto;right:auto;transform:none;width:100%;max-width:100%;height:fit-content;max-height:70vh}.strategy-left-column{order:2}.strategy-right-column{order:1}.side-panel-header{padding:.875rem 1rem}.side-panel-content{padding:0 .5rem;overflow-y:auto;min-height:0}.side-panel-search-input{margin-top:.5rem}.side-panel-content .unassigned-product-row{grid-template-columns:20px 1fr;gap:.5rem;padding:.5rem .25rem;font-size:13px}.side-panel-content .unassigned-product-row .product-info{font-size:13px;overflow:hidden}.side-panel-content .unassigned-product-row .product-id{font-size:12px}.side-panel-footer{position:relative;bottom:auto;left:auto;right:auto;flex-direction:column;align-items:stretch;padding:.875rem;gap:.5rem;border-radius:var(--radius-lg);max-width:100%;margin:0;background:var(--color-bg-primary);box-shadow:0 -4px 12px #0000001a}.side-panel-footer-label{text-align:center}.side-panel-footer-select{width:100%;min-width:0}}@media (max-width: 640px){.strategy-header-actions{flex-wrap:wrap;gap:.5rem}.strategy-header-actions .btn{min-height:36px;padding:.375rem .75rem;font-size:.8125rem}.strategy-header-actions .btn-icon{width:14px;height:14px}.strategy-title{font-size:1rem}.strategy-formula,.strategy-count{font-size:.8125rem}.strategy-left-column,.strategy-right-column{padding:.75rem}.strategy-products-header{flex-direction:column;align-items:stretch;gap:.5rem}.product-search-input{width:100%}.strategy-product-row{grid-template-columns:24px 28px 1fr auto;gap:.5rem;padding:.5rem;height:auto;min-height:44px}.product-thumb-md{width:28px;height:28px}.product-name{font-size:.8125rem;white-space:normal;overflow:visible;line-height:1.3}.formula-line{flex-wrap:wrap!important;gap:.5rem!important}.formula-checkbox-line{font-size:12px}.strategy-formula-preview{max-width:100%}.strategy-name-field input{min-width:150px}.side-panel-header h2{font-size:.8125rem}.side-panel-footer{padding:.75rem}.side-panel-footer .btn{width:100%;justify-content:center}.modal-content{max-height:100vh;height:100vh;border-radius:0;margin:0}.modal-overlay{padding:0}.modal-product-row{grid-template-columns:24px 24px 1fr;gap:.5rem;padding:.5rem}.product-price{font-size:.8125rem}}.confirm-dialog{max-width:450px}.confirm-dialog-message{font-size:.9375rem;line-height:1.5;color:var(--color-text-secondary);margin:0}.enhanced-price-chart{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:100%;overflow:hidden}.enhanced-price-chart-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;width:100%;max-width:100%}.enhanced-price-chart-toggles{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;flex:1;min-width:0}.enhanced-price-chart-header-right{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.price-chart-toggle{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1.5px solid var(--color-border-tertiary);border-radius:20px;background:transparent;font-size:.875rem;font-weight:500;color:var(--color-text-secondary);cursor:pointer;transition:all .15s ease-in-out;opacity:.6;min-width:0;max-width:100%}.price-chart-toggle:hover:not(:disabled){opacity:1;border-color:var(--toggle-color)}.price-chart-toggle.active{border-color:var(--toggle-color);color:var(--toggle-color);opacity:1}.price-chart-toggle:disabled{cursor:not-allowed;opacity:.4}.price-chart-toggle-dot{width:10px;height:10px;border-radius:50%;background-color:var(--color-border-tertiary);transition:background-color .15s ease-in-out}.price-chart-toggle.active .price-chart-toggle-dot{background-color:var(--toggle-color)}.price-chart-toggle-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:250px}.price-chart-toggle-help{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:999px;background:var(--color-bg-secondary);color:var(--color-text-tertiary);font-size:10px;line-height:1;flex-shrink:0}@media (max-width: 768px){.price-chart-toggle-label{max-width:150px}}.price-chart-gap-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:var(--color-bg-secondary);border-radius:6px;font-size:.8125rem;color:var(--color-text-tertiary);white-space:nowrap}.price-chart-gap-badge svg{flex-shrink:0;color:var(--color-text-tertiary)}.price-chart-selection-banner{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem .75rem;border-radius:8px;background:var(--color-bg-secondary);color:var(--color-text-secondary);font-size:.8125rem;line-height:1.4}.price-chart-selection-banner svg{width:16px;height:16px;color:var(--color-text-tertiary);flex-shrink:0}.price-chart-period-selector{display:inline-flex;align-items:center;background:var(--color-bg-secondary);border-radius:8px;padding:3px;position:relative;isolation:isolate}.price-chart-period-btn{position:relative;min-width:52px;padding:.4rem .75rem;border:none;background:transparent;color:var(--color-text-secondary);font-size:.875rem;font-weight:500;cursor:pointer;border-radius:6px;transition:all .15s ease-in-out;z-index:1}.price-chart-period-slider{position:absolute;top:3px;left:3px;bottom:3px;width:calc((100% - 6px) / 3);border-radius:6px;background:#fff;box-shadow:0 1px 3px #00000014;transform:translate(calc(var(--period-index, 0) * 100%));transition:transform .15s ease-in-out;z-index:0}.price-chart-period-btn:hover{color:var(--color-text-primary)}.price-chart-period-btn.active{color:var(--color-text-primary);font-weight:600}.enhanced-price-chart-canvas{background:#fff;border-radius:8px;padding:1rem;width:100%;overflow:hidden;position:relative}.enhanced-price-chart-canvas-inner{width:100%}.enhanced-price-chart-insight{display:flex;align-items:flex-start;gap:.75rem;padding-top:1rem;margin-top:.25rem;border-top:1px solid var(--color-border-light);color:var(--color-text-secondary);font-size:.9375rem;line-height:1.5}.enhanced-price-chart-insight svg{width:18px;height:18px;flex-shrink:0;margin-top:2px;color:var(--color-primary)}.enhanced-price-chart-insight span{flex:1}.chart-legend{display:flex;align-items:center;gap:.875rem;flex-wrap:wrap;padding-top:.25rem}.chart-legend-item{display:flex;align-items:center;gap:.5rem}.chart-legend-item svg{flex-shrink:0}.chart-legend-label{font-size:.6875rem;color:var(--color-text-tertiary);white-space:nowrap}@media (max-width: 768px){.enhanced-price-chart-header{flex-direction:column;align-items:flex-start}.enhanced-price-chart-toggles{width:100%}.price-chart-toggle{flex:1;justify-content:center;min-width:0;padding:.25rem .35rem;gap:.25rem}.price-chart-toggle-label{max-width:150px;font-size:.75rem}.price-chart-period-selector{width:100%}.price-chart-period-btn{flex:1;min-width:0;padding:.4rem .5rem;font-size:.8125rem}.enhanced-price-chart-header-right{width:100%}.enhanced-price-chart-header-right .price-chart-gap-badge,.price-chart-selection-banner{width:100%;white-space:normal}.competitors-block-header .price-chart-gap-badge{width:auto;white-space:nowrap;font-size:.75rem;padding:.25rem .5rem}.competitors-block-header .price-chart-gap-badge svg{width:12px;height:12px}.enhanced-price-chart-canvas{padding:.75rem .5rem;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-padding:0 1rem}.enhanced-price-chart-canvas-inner{min-width:600px;width:600px}.enhanced-price-chart-canvas:after{content:"";position:absolute;top:0;right:0;bottom:0;width:40px;background:linear-gradient(to left,rgba(255,255,255,.9),transparent);pointer-events:none;border-radius:0 8px 8px 0}.chart-legend{display:flex;flex-wrap:wrap;gap:.5rem .75rem}.chart-legend-item{align-items:center;position:relative}.chart-legend-item:not(:last-child):after{content:"";position:absolute;right:-.5rem;top:50%;transform:translateY(-50%);width:1px;height:12px;background:var(--color-border-tertiary, #e5e7eb)}.chart-legend-label{white-space:normal}}.market-position-panel{display:flex;flex-direction:column;gap:1.1rem}.market-position-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:.85rem;flex-wrap:wrap}.market-position-toolbar-main,.market-position-periods,.market-position-view-modes,.market-position-legend{display:flex;align-items:center;gap:.625rem;flex-wrap:wrap}.market-position-toolbar-main{flex:1;min-width:280px;gap:.9rem}.market-position-control-group{display:flex;flex-direction:column;gap:.45rem}.market-position-control-label{font-size:.72rem;line-height:1;letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-tertiary)}.market-position-control-divider{width:1px;align-self:stretch;background:var(--color-border-light);min-height:42px}.market-position-legend-panel{display:flex;flex-direction:column;gap:.45rem;padding-left:1rem;border-left:1px solid var(--color-border-light)}.market-position-panel .market-position-chip,.market-position-panel .market-position-toggle{border:1px solid transparent!important;background:var(--color-bg-tertiary)!important;color:var(--color-text-secondary)!important;border-radius:999px!important;height:36px!important;padding:.48rem .82rem!important;font-size:.82rem!important;font-weight:500!important;line-height:1!important;cursor:pointer!important;transition:.18s ease!important;box-shadow:none!important}.market-position-panel .market-position-chip:hover,.market-position-panel .market-position-toggle:hover{color:var(--color-text-primary)!important;background:#6366f114!important}.market-position-panel .market-position-chip.active,.market-position-panel .market-position-toggle.active{background:#5266eb!important;color:#fff!important;box-shadow:var(--shadow-sm)!important;border-color:#5266eb!important}.market-position-panel .market-position-toggle{background:var(--color-bg-primary)!important;border-color:var(--color-border-light)!important}.market-position-panel .market-position-toggle.active{background:#5266eb!important;color:#fff!important;border-color:#5266eb!important;box-shadow:var(--shadow-sm)!important}.market-position-card{display:flex;flex-direction:column;gap:.18rem;padding:.58rem .65rem .56rem;border-radius:12px;border:1px solid rgba(232,232,234,.85);background:#fffffff5;min-width:0;box-shadow:none;text-decoration:none}a.market-position-card:hover{border-color:#5266eb38}.market-position-card-accent{position:relative}.market-position-card-accent:before{content:"";width:14px;height:2px;border-radius:999px;background:var(--color-primary);margin-bottom:.08rem}.market-position-card-label{font-size:.68rem;color:var(--color-text-secondary)}.market-position-card-main{display:flex;flex-direction:column;gap:.04rem}.market-position-card-value{font-size:1.08rem;line-height:1.1;color:var(--color-text-primary);letter-spacing:-.03em}.market-position-card-meta{font-size:.67rem;color:var(--color-text-tertiary);line-height:1.25}.market-position-chart-wrap{min-height:400px;border-radius:18px;padding:.6rem .65rem .2rem;border:1px solid var(--color-border-light);background:var(--color-bg-primary);box-shadow:var(--shadow-sm)}.market-position-main{display:grid;grid-template-columns:minmax(0,2.04fr) minmax(180px,.46fr);gap:.65rem;align-items:stretch}.market-position-sidecards{display:grid;grid-template-columns:1fr;gap:.4rem}.market-position-footer{display:block}.market-position-footnote{margin:0;padding:.8rem 0;border-radius:0;background:transparent;border:none;color:var(--color-text-secondary);line-height:1.5;font-size:.84rem}.market-position-empty{display:flex;flex-direction:column;gap:.4rem;padding:1rem 0;color:#475467}@media (max-width: 960px){.market-position-main{grid-template-columns:1fr}.market-position-sidecards{grid-template-columns:repeat(3,minmax(0,1fr))}.market-position-legend-panel{width:100%;padding-left:0;padding-top:.75rem;border-left:none;border-top:1px solid var(--color-border-light)}}@media (max-width: 720px){.market-position-toolbar-main{width:100%;gap:.75rem}.market-position-control-divider{display:none}.market-position-chart-wrap{min-height:340px;padding:.55rem .55rem .15rem}.market-position-sidecards{grid-template-columns:1fr}.market-position-chip,.market-position-toggle{font-size:.8rem}.market-position-card-value{font-size:1rem}}@media (max-width: 768px){.market-position-panel{display:none!important}}.tooltip-wrapper{position:relative;display:inline-flex;align-items:center;cursor:help;z-index:1}.tooltip-wrapper:hover{z-index:1000000}.tooltip-content{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background:#1f2937;color:#fff;font-size:13px;font-weight:400;line-height:20px;letter-spacing:.1px;padding:8px 12px;border-radius:8px;white-space:normal;width:max-content;min-width:200px;max-width:350px;word-wrap:break-word;opacity:0;pointer-events:none;transition:opacity .2s ease;box-shadow:0 1px 4px #b7bbdb24,0 0 1px #afb2cee6,0 8px 12px #0e0e2d14,0 14px 20px #04043405;z-index:1}.tooltip-content:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #1f2937}.tooltip-align-right .tooltip-content{left:auto;right:0;transform:translate(0)}.tooltip-align-right .tooltip-content:after{left:auto;right:10px;transform:translate(0)}.tooltip-align-left .tooltip-content{left:0;right:auto;transform:translate(0)}.tooltip-align-left .tooltip-content:after{left:10px;right:auto;transform:translate(0)}.tooltip-wrapper:hover .tooltip-content{opacity:1}.info-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;color:#9ca3af;transition:color .2s ease}.info-icon:hover{color:#6b7280}.info-icon svg{width:100%;height:100%}.admin-page{padding:2rem;max-width:1400px;margin:0 auto}.page-subtitle{color:var(--color-text-secondary);margin-top:.5rem;font-size:.95rem}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #e0e0e0}.page-header h1{margin:0;font-size:2rem;font-weight:600;color:#1a1a1a}.header-actions{display:flex;gap:1rem}.filters-panel{margin-bottom:2rem;display:flex;gap:1rem}.search-input{flex:1;max-width:400px;padding:.75rem 1rem;border:1px solid #d0d0d0;border-radius:6px;font-size:.95rem}.search-input:focus{outline:none;border-color:#036e43;box-shadow:0 0 0 3px #036e431a}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 1px 3px #0000001a;transition:transform .2s,box-shadow .2s}.stat-card.clickable{cursor:pointer}.stat-card.clickable:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.stat-value{font-size:2.5rem;font-weight:700;color:#036e43;margin-bottom:.5rem}.stat-label{font-size:.9rem;color:#666;text-transform:uppercase;letter-spacing:.5px}.data-table{width:100%;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.data-table thead{background:#f5f5f5}.data-table th{padding:1rem;text-align:left;font-weight:600;font-size:.85rem;color:#444;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #e0e0e0}.data-table td{padding:1rem;border-bottom:1px solid #f0f0f0;font-size:.95rem}.data-table tbody tr:hover{background-color:#f9f9f9}.data-table tbody tr:last-child td{border-bottom:none}.text-muted{color:#999}.small{font-size:.85rem}.btn{padding:.6rem 1.2rem;border:none;border-radius:6px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-block}.btn-primary{background:#036e43;color:#fff}.btn-primary:hover{background:#025533}.btn-secondary{background:#e0e0e0;color:#333}.btn-secondary:hover{background:#d0d0d0}.btn-secondary:disabled{opacity:.5;cursor:not-allowed}.btn-danger{background:#dc3545;color:#fff}.btn-danger:hover{background:#c82333}.btn-success{background:#28a745;color:#fff}.btn-success:hover{background:#218838}.btn-sm{padding:.4rem .8rem;font-size:.85rem}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem;padding:1rem}.pagination-info{color:#666;font-size:.95rem}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;color:#666}.spinner{width:50px;height:50px;border:4px solid #f0f0f0;border-top-color:#036e43;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(360deg)}}.dashboard-sections{display:flex;flex-direction:column;gap:2rem}.dashboard-section{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:visible}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header h2{margin:0;font-size:1.5rem;font-weight:600;color:#1a1a1a}.section-description{color:#666;margin-bottom:1.5rem;line-height:1.6}.quick-actions{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (max-width: 768px){.quick-actions{grid-template-columns:1fr}}.admin-page .action-card{background:#fff;border:2px solid #e0e0e0;padding:1.5rem;border-radius:8px;cursor:pointer;transition:all .2s;text-align:center;overflow:visible;word-wrap:break-word;width:100%;box-sizing:border-box;height:auto!important;min-height:180px}.admin-page .action-card:hover{border-color:#036e43;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.admin-page .action-icon{font-size:3rem;margin-bottom:1rem}.admin-page .action-title{font-size:1.2rem;font-weight:600;margin-bottom:.5rem;color:#1a1a1a}.admin-page .action-description{font-size:.9rem;color:#666;line-height:1.5}.user-info-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem}.info-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.info-item label{display:block;font-size:.85rem;color:#666;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.info-item div{font-size:1rem;color:#1a1a1a;font-weight:500}.tabs{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.tabs-header{display:flex;border-bottom:2px solid #e0e0e0;background:#f5f5f5}.tab{flex:1;padding:1rem 1.5rem;background:transparent;border:none;cursor:pointer;font-size:.95rem;font-weight:500;color:#666;transition:all .2s;position:relative}.tab:hover{color:#036e43;background:#e8e8e8}.tab.active{color:#036e43;background:#fff}.tab.active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background:#036e43}.tabs-content{padding:2rem}.tab-pane{animation:fadeIn .3s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.sources-section{margin-bottom:3rem}.sources-section h2{font-size:1.5rem;margin-bottom:.5rem;color:#1a1a1a}.sources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:1.5rem}.source-card{background:#fff;border:2px solid #e0e0e0;padding:1.5rem;border-radius:8px;transition:all .2s}.source-card:hover{box-shadow:0 4px 8px #0000001a}.source-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.source-header h3{margin:0;font-size:1.2rem;color:#1a1a1a}.status-badge{padding:.3rem .8rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase}.status-badge.enabled{background:#d4edda;color:#155724}.status-badge.disabled{background:#f8d7da;color:#721c24}.source-info{margin-bottom:1rem}.source-type{font-size:.85rem;color:#666;text-transform:uppercase;margin-bottom:.5rem}.source-url{font-size:.9rem;color:#036e43;word-break:break-all}.source-actions{display:flex;gap:.5rem}@media (max-width: 768px){.admin-page{padding:1rem}.page-header{flex-direction:column;align-items:flex-start;gap:1rem}.stats-grid{grid-template-columns:1fr}.data-table{font-size:.85rem}.data-table th,.data-table td{padding:.75rem .5rem}.tabs-header{overflow-x:auto}.tab{white-space:nowrap}}.sources-health-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.5rem;margin-top:2rem}.source-health-card{background:#fff;border-radius:12px;border:1px solid rgba(17,24,39,.1);overflow:hidden;transition:box-shadow .2s,transform .2s}.source-health-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.source-health-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.25rem;border-bottom:1px solid rgba(17,24,39,.08)}.source-health-title h3{margin:0 0 .25rem;font-size:1.125rem;font-weight:600;color:var(--color-text-primary)}.source-health-type{display:inline-block;padding:.125rem .5rem;background:#1118270d;border-radius:4px;font-size:.75rem;color:var(--color-text-secondary);text-transform:capitalize}.source-health-status{flex-shrink:0}.status-badge-success{background:#22c55e1a;color:#16a34a}.status-badge-warning{background:#f59e0b1a;color:#d97706}.status-badge-error{background:#ef44441a;color:#dc2626}.status-badge-unknown{background:#94a3b81a;color:#64748b}.status-badge-disabled{background:#94a3b81a;color:#94a3b8}.source-health-body{padding:1.25rem}.source-health-metrics{margin-bottom:1.5rem}.metric{margin-bottom:1rem}.metric:last-child{margin-bottom:0}.metric-label{font-size:.8125rem;color:var(--color-text-secondary);margin-bottom:.5rem;font-weight:500}.metric-value{display:flex;align-items:center;gap:.75rem}.progress-bar{flex:1;height:8px;background:#1118270f;border-radius:4px;overflow:hidden}.progress-fill{height:100%;transition:width .3s ease;border-radius:4px}.metric-percentage{font-size:.875rem;font-weight:600;color:var(--color-text-primary);min-width:45px;text-align:right}.metric-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:.75rem}.metric-value-inline{font-size:1.25rem;font-weight:600;margin-top:.25rem}.source-health-timeline{border-top:1px solid rgba(17,24,39,.08);padding-top:1rem}.timeline-item{display:flex;gap:.75rem;margin-bottom:1rem}.timeline-item:last-child{margin-bottom:0}.timeline-icon{width:20px;height:20px;flex-shrink:0;margin-top:2px}.timeline-content{flex:1;min-width:0}.timeline-label{font-size:.8125rem;color:var(--color-text-secondary);margin-bottom:.125rem}.timeline-time{font-size:.875rem;font-weight:500;color:var(--color-text-primary)}.timeline-error{font-size:.8125rem;color:#dc2626;margin-top:.25rem;padding:.5rem;background:#ef44440d;border-radius:4px;border-left:2px solid #dc2626}.timeline-empty{font-size:.875rem;color:var(--color-text-secondary);text-align:center;padding:1rem;background:#11182708;border-radius:6px}.source-disabled-message{text-align:center;padding:2rem 1rem;color:var(--color-text-secondary);font-size:.9375rem}.source-health-footer{display:flex;gap:.75rem;padding:1rem 1.25rem;border-top:1px solid rgba(17,24,39,.08);background:#11182705}.source-health-footer .btn{flex:1}@media (max-width: 768px){.sources-health-grid{grid-template-columns:1fr}}.table-container{overflow-x:auto;margin-top:1.5rem;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a}.sources-progress{display:flex;gap:.25rem}.source-badge{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 .375rem;border-radius:4px;font-size:.75rem;font-weight:600}.source-badge.source-done{background:#22c55e1a;color:#16a34a}.source-badge.source-error{background:#ef44441a;color:#dc2626}.source-badge.source-pending{background:#9ca3af1a;color:#6b7280}.badge{display:inline-block;padding:.25rem .625rem;border-radius:4px;font-size:.75rem;font-weight:600;white-space:nowrap}.badge.status-success{background:#22c55e1a;color:#16a34a}.badge.status-error{background:#ef44441a;color:#dc2626}.badge.status-warning{background:#f59e0b1a;color:#d97706}.badge.status-info{background:#3b82f61a;color:#2563eb}.badge.badge-primary{background:#6366f11a;color:#6366f1}.badge.badge-info{background:#0ea5e91a;color:#0ea5e9}.pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem;padding:1rem}.pagination-info{font-size:.875rem;color:var(--color-text-secondary)}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.job-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem;margin-top:2rem}.detail-section{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.detail-section h2{margin:0 0 1rem;font-size:1.125rem;font-weight:600;color:var(--color-text-primary)}.detail-section h3{margin:0 0 .75rem;font-size:.9375rem;font-weight:600;color:var(--color-text-primary)}.detail-table{display:flex;flex-direction:column;gap:.75rem}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid rgba(17,24,39,.06)}.detail-row:last-child{border-bottom:none}.detail-label{font-size:.875rem;color:var(--color-text-secondary);font-weight:500}.detail-value{font-size:.875rem;color:var(--color-text-primary);font-weight:500;text-align:right}.detail-value a{color:#036e43;text-decoration:none}.detail-value a:hover{text-decoration:underline}.sources-progress-detail{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem}.source-progress-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#11182708;border-radius:6px}.source-name{font-size:.875rem;font-weight:600;color:var(--color-text-primary);text-transform:capitalize}.errors-list{display:flex;flex-direction:column;gap:.75rem}.error-item{padding:.875rem;background:#ef44440d;border-left:3px solid #dc2626;border-radius:4px;font-size:.875rem;color:#991b1b;font-family:Monaco,Menlo,Ubuntu Mono,monospace}
