:root{color:#172334;background:#f5f7f9;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #071f35;--ink-soft: #0d304e;--text: #172334;--muted: #69778a;--faint: #8b96a6;--line: #dce2e8;--line-soft: #e9edf1;--surface: #ffffff;--canvas: #f5f7f9;--coral: #ee4546;--coral-dark: #d93637;--blue: #2169e8;--teal: #0dbbb1;--green: #1a9c62;--amber: #ef930d;--red: #e63b3c;--radius: 12px}*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100%;margin:0}body{min-height:100vh;background:var(--canvas)}button,input,select,textarea{font:inherit}button{color:inherit}button,select{cursor:pointer}.app-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;z-index:40;width:228px;padding:22px 10px 14px;color:#dbe8f5;background:#01050e;display:flex;flex-direction:column}.brand-row{height:42px;padding:0 12px 0 8px;display:flex;align-items:center;gap:11px;color:#fff;font-size:24px;font-weight:700;letter-spacing:-.8px}.brand-row>img{width:158px;height:40px;object-fit:contain;object-position:left center}.sidebar-close{display:none;margin-left:auto;color:#fff;background:transparent;border:0}.sidebar.is-collapsed{transform:translate(-100%);box-shadow:none}.main-nav{margin-top:30px;display:grid;gap:5px}.bottom-nav{margin-top:auto;padding-top:12px;display:grid;gap:5px;border-top:1px solid rgba(255,255,255,.18)}.main-nav button,.bottom-nav button,.sidebar-footer>button{width:100%;height:51px;padding:0 13px;display:flex;align-items:center;gap:13px;border:0;border-radius:8px;color:#cedbe8;background:transparent;font-size:14px;text-align:left;transition:background .16s ease,color .16s ease}.main-nav button svg,.bottom-nav button svg,.sidebar-footer>button>svg{width:21px;height:21px;stroke-width:1.8;flex:0 0 auto}.nav-section{display:grid;gap:6px}.nav-parent{justify-content:space-between;position:relative}.nav-parent .chevron{margin-left:auto;width:16px;height:16px;transition:transform .16s ease}.nav-parent .chevron.rotated{transform:rotate(180deg)}.nav-submenu{margin-left:20px;display:grid;gap:5px;overflow:hidden;max-height:0;transition:max-height .18s ease,opacity .16s ease;opacity:0}.nav-submenu.is-open{max-height:400px;opacity:1}.nav-subitem{height:46px;padding:0 13px;display:flex;align-items:center;gap:13px;border:0;border-radius:8px;color:#c9d6e4;background:transparent;font-size:13px;width:100%;text-align:left}.nav-subitem:hover{color:#fff;background:#fff1}.nav-subitem.active{color:#fff;background:#173b5f;box-shadow:inset 3px 0 #3e85d7}.main-nav button:hover,.bottom-nav button:hover,.sidebar-footer>button:hover{color:#fff;background:#fff1}.main-nav button.active,.bottom-nav button.active{color:#fff;background:#173b5f;box-shadow:inset 3px 0 #3e85d7}.sidebar-footer{margin-top:8px;padding-top:12px;border-top:1px solid rgba(255,255,255,.18)}.sidebar-footer>button{height:44px}.sidebar-footer .workspace-switcher{height:78px;margin-top:11px;border:1px solid rgba(255,255,255,.24);padding:10px 11px}.workspace-icon{display:grid;place-items:center;width:39px;height:39px;border-radius:9px;background:#0a8c91;color:#fff}.workspace-icon svg{width:21px}.workspace-switcher>span:nth-child(2){min-width:0;display:grid;gap:3px}.workspace-switcher strong{color:#fff;font-size:13px;white-space:nowrap}.workspace-switcher small{color:#9fb2c4;font-size:11px}.workspace-switcher>svg{width:15px;margin-left:auto}.app-main{min-height:100vh;margin-left:228px;transition:margin-left .16s ease}.sidebar-collapsed .app-main{margin-left:0}.topbar{min-height:48px;padding:8px 20px 0;display:flex;align-items:center;gap:10px;border-bottom:0;background:transparent;position:sticky;top:0;z-index:30}.topbar-title{display:flex;align-items:center;min-width:0}.topbar-title:has(h1){min-width:240px}.topbar h1{margin:0;font-size:23px;letter-spacing:-.5px;font-weight:700;color:#111c2a}.mobile-menu{display:grid;place-items:center;border:0;background:transparent;padding:8px;border-radius:7px;color:#516177}.mobile-menu:hover{background:#f0f4f8;color:#172334}.global-search{width:min(450px,42vw);height:42px;margin-left:auto;display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:8px;padding:0 10px 0 13px;background:#fbfcfd}.global-search svg{width:19px;color:#435165}.global-search input{width:100%;border:0;outline:0;background:transparent;color:var(--text);font-size:13px}.global-search input::placeholder{color:#8994a4}.global-search kbd{color:#7b8797;background:#fff;border:1px solid var(--line);border-radius:5px;padding:3px 7px;font-size:11px;white-space:nowrap}.notification-button{position:relative;border:0;background:transparent;padding:8px}.notification-button svg{width:20px}.notification-button span{position:absolute;top:1px;right:1px;min-width:18px;height:18px;display:grid;place-items:center;border-radius:9px;color:#fff;background:var(--coral);font-size:10px;border:2px solid white}.profile-button{border:0;background:transparent;display:flex;align-items:center;gap:10px;padding:4px 0}.profile-button>svg{width:16px;margin-left:8px}.avatar{width:39px;height:39px;display:grid;place-items:center;border-radius:50%;background:#e8ebef;font-size:12px}.profile-copy{display:grid;text-align:left;line-height:1.25}.profile-copy strong{font-size:13px}.profile-copy small{color:var(--muted);font-size:11px}.route-context{max-width:1580px;margin:0 auto;padding:18px 20px 8px;display:grid;gap:5px}.route-context h2{margin:0;color:#101d32;font-size:23px;letter-spacing:-.45px}.route-context p{margin:0;color:#607084;font-size:12px}.dashboard{padding:18px 20px 26px;max-width:1580px;margin:0 auto}.overview-layout{display:grid;grid-template-columns:1fr;gap:17px;align-items:stretch}.core-column{min-width:0}.actionbar{min-height:50px;display:flex;align-items:center;gap:11px;margin-bottom:18px}.new-listing-button,.icon-split{height:46px;border:0;color:#fff;background:var(--coral);font-weight:600}.new-listing-button{display:flex;align-items:center;gap:9px;padding:0 18px;border-radius:7px 0 0 7px;margin-right:-11px}.new-listing-button svg{width:20px}.icon-split{width:45px;border-radius:0 7px 7px 0;border-left:1px solid rgba(255,255,255,.45)}.icon-split svg{width:17px}.new-listing-button:hover,.icon-split:hover{background:var(--coral-dark)}.filter-button{height:42px;display:flex;align-items:center;gap:9px;padding:0 14px;border:1px solid var(--line);border-radius:7px;background:#fff;color:#445064;font-size:13px}.filter-button svg{width:17px;color:#657286}.filter-button svg:last-child{width:14px;margin-left:9px}.core-panels{display:grid;grid-template-columns:1fr;gap:17px}.panel,.mapping-alert,.listings-section{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}.panel{min-height:305px}.panel-heading{min-height:57px;display:flex;align-items:center;gap:8px;padding:0 17px}.panel-heading>div{display:flex;align-items:center;gap:8px}.panel-heading h2,.mapping-alert h2,.listings-section h2{margin:0;font-size:16px;line-height:1.2;letter-spacing:-.25px}.panel-heading svg{width:15px;color:#8692a3}.panel-heading>button{margin-left:auto;border:0;background:transparent;color:var(--blue);font-size:12px}.activity-panel{display:flex;flex-direction:column}.marketplace-dashboard-panel{min-height:0;overflow:hidden}.marketplace-dashboard-table-wrap{overflow-x:auto;border-top:1px solid var(--line-soft)}.marketplace-dashboard-table{width:100%;min-width:1180px;table-layout:fixed;border-collapse:collapse}.marketplace-dashboard-table th,.marketplace-dashboard-table td{height:64px;padding:0 16px;border-bottom:1px solid var(--line-soft);text-align:left;vertical-align:middle}.marketplace-dashboard-table th{color:#526075;background:#fafbfd;font-size:10px;text-transform:uppercase;letter-spacing:.3px}.marketplace-dashboard-table td{color:#31435a;font-size:12px}.marketplace-dashboard-table th:nth-child(1),.marketplace-dashboard-table td:nth-child(1){width:390px}.marketplace-dashboard-table th:nth-child(2),.marketplace-dashboard-table td:nth-child(2){width:150px}.marketplace-dashboard-table th:nth-child(3),.marketplace-dashboard-table td:nth-child(3),.marketplace-dashboard-table th:nth-child(4),.marketplace-dashboard-table td:nth-child(4),.marketplace-dashboard-table th:nth-child(5),.marketplace-dashboard-table td:nth-child(5),.marketplace-dashboard-table th:nth-child(6),.marketplace-dashboard-table td:nth-child(6),.marketplace-dashboard-table th:nth-child(7),.marketplace-dashboard-table td:nth-child(7){width:7%;text-align:center}.marketplace-dashboard-table th:nth-child(8),.marketplace-dashboard-table td:nth-child(8){width:15%;text-align:right}.marketplace-dashboard-table td:first-child{display:flex;align-items:center;gap:10px}.marketplace-dashboard-table td:first-child span{min-width:0;display:grid;gap:3px}.marketplace-dashboard-table td:first-child strong{display:block;min-width:max-content;overflow:visible;color:#102033;font-size:13px;line-height:1.25;white-space:nowrap}.marketplace-dashboard-table td:first-child small{color:#7e8999;font-size:10px;line-height:1.25}.marketplace-dashboard-table em{display:inline-flex;padding:4px 9px;border:1px solid #d9dee4;border-radius:999px;background:#f6f7f8;color:#6f7987;font-size:10px;font-style:normal;white-space:nowrap}.marketplace-dashboard-table em.healthy{color:#277948;background:#eef9f1;border-color:#b7ddc2}.market-metric{min-width:42px;height:30px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;font-size:12px;font-weight:800;line-height:1}.market-metric.queued{color:#556272;background:#f3f6f9}.market-metric.running{color:#075cff;background:#edf4ff}.market-metric.success{color:#15784a;background:#edf9f1}.market-metric.failed{color:#c93233;background:#fff0f0}.market-metric.total{color:#0b1f36;background:#eef2f7}.marketplace-dashboard-table button{height:34px;min-width:116px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;gap:5px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--blue);font-size:10px;font-weight:800}.marketplace-dashboard-table button:disabled{color:#8a95a4;background:#f7f8fa}.marketplace-dashboard-table button svg{width:13px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2px;padding:30px 19px 24px}.stat{min-width:0;display:grid;justify-items:center;text-align:center}.stat>span{color:#687589;font-size:11px;white-space:nowrap}.stat strong{margin-top:15px;font-size:29px;line-height:1;font-weight:500}.stat small{margin-top:8px;display:flex;align-items:center;gap:2px;font-size:11px;font-weight:600;font-style:normal}.stat small svg{width:13px;height:13px}.stat em{margin-top:6px;color:#929dad;font-size:8px;font-style:normal;white-space:nowrap}.stat.success strong,.stat.success small{color:var(--green)}.stat.danger strong,.stat.danger small{color:var(--red)}.stat.warning strong,.stat.warning small{color:var(--amber)}.stat.muted strong,.stat.muted small{color:#5f6a79}.panel-link{margin-top:auto;min-height:54px;padding:0 19px;display:flex;align-items:center;gap:6px;border:0;border-top:1px solid var(--line-soft);background:transparent;color:var(--blue);font-size:12px;font-weight:500}.panel-link svg{width:15px}.queue-list{padding:5px 16px 12px}.queue-panel.is-empty{min-height:0}.queue-panel.is-empty .queue-list{padding:14px 16px 18px}.dashboard-queue-toolbar{padding:0 16px 12px;display:grid;grid-template-columns:minmax(240px,1fr) 150px 130px;gap:10px;border-top:1px solid var(--line-soft)}.dashboard-queue-toolbar label,.dashboard-queue-toolbar select{height:36px;display:flex;align-items:center;border:1px solid var(--line);border-radius:8px;background:#fff;color:#526075;font-size:11px}.dashboard-queue-toolbar label{gap:8px;padding:0 11px}.dashboard-queue-toolbar svg{width:15px;color:#718096}.dashboard-queue-toolbar input{width:100%;min-width:0;border:0;outline:0;color:#1f3046;font-size:11px}.dashboard-queue-toolbar select{padding:0 10px;outline:0}.queue-row{min-height:53px;display:grid;grid-template-columns:49px 18px 1fr auto;align-items:start;gap:7px;position:relative}.queue-row time{padding-top:3px;color:#7d8999;font-size:10px}.queue-node{z-index:2;width:15px;height:15px;margin-top:1px;display:grid;place-items:center;border:1.5px solid #98a4b4;border-radius:50%;background:#fff;color:#fff}.queue-node svg{width:9px;stroke-width:2.5}.queue-node.published{border-color:var(--green);background:var(--green)}.queue-node.pending{border-color:var(--amber);color:var(--amber)}.queue-line{position:absolute;top:17px;left:57px;bottom:-1px;width:1px;background:#d8dee5}.queue-copy{min-width:0;display:grid;gap:5px}.queue-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.queue-copy>span{display:flex;align-items:center;gap:5px;color:#7e8998;font-size:10px}.dashboard-queue-empty{min-height:86px;display:grid;place-items:center;align-content:center;gap:6px;border:1px dashed #d7dfe9;border-radius:10px;background:#fbfcfe;color:#66758a;text-align:center}.dashboard-queue-empty strong{color:#24354c;font-size:13px}.dashboard-queue-empty span{font-size:11px}.dashboard-queue-pagination{min-height:50px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-top:1px solid var(--line-soft);color:#687589;font-size:11px}.dashboard-queue-pagination>div{display:flex;align-items:center;gap:9px}.dashboard-queue-pagination button{width:32px;height:32px;display:grid;place-items:center;border:1px solid var(--line);border-radius:8px;background:#fff;color:#31435a}.dashboard-queue-pagination button:disabled{opacity:.45;cursor:not-allowed}.dashboard-queue-pagination svg{width:15px}.dashboard-queue-pagination strong{color:#1d2d42;font-size:11px}.status{display:inline-flex;align-items:center;justify-content:center;padding:3px 8px;border:1px solid;border-radius:999px;font-size:9px;line-height:1.2;white-space:nowrap}.status.published{color:#167a4c;background:#edf9f1;border-color:#adddbf}.status.pending{color:#b36a00;background:#fff7e9;border-color:#f3cb87}.status.queued{color:#526072;background:#f5f7f9;border-color:#d9dfe6}.status.failed{color:#c93233;background:#fff0f0;border-color:#f3b7b7}.right-rail{display:flex;flex-direction:column;gap:14px}.mapping-alert{min-height:132px;padding:17px 16px;display:grid;grid-template-columns:25px 1fr 17px;gap:12px;border-color:#f0b45c;background:#fffdfa}.mapping-alert>svg:first-child{width:22px;color:var(--amber)}.mapping-alert>svg:last-child{width:16px;align-self:center}.mapping-alert p{margin:6px 0 11px;color:#657184;font-size:11px;line-height:1.45}.mapping-alert button{padding:7px 10px;border:1px solid #cbd2da;border-radius:6px;background:#fff;font-size:11px}.health-panel{min-height:0;flex:1}.health-row{width:100%;min-height:55px;padding:8px 13px;display:grid;grid-template-columns:38px 1fr auto 15px;align-items:center;gap:10px;border:0;border-top:1px solid var(--line-soft);background:#fff;text-align:left}.health-row>span:nth-child(2){display:grid;gap:3px;min-width:0}.health-row strong{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.health-row small{color:#7e8999;font-size:9px}.health-row em{padding:4px 9px;border-radius:999px;border:1px solid #b7ddc2;background:#eef9f1;color:#277948;font-size:9px;font-style:normal;white-space:nowrap}.health-row>svg{width:14px;color:#8a95a4}.health-row.disabled em{color:#6f7987;border-color:#d9dee4;background:#f6f7f8}.market-mark{flex:0 0 auto;display:inline-grid;place-items:center;border-radius:50%;color:#fff;font-weight:700;text-transform:lowercase}.market-mark.sm{width:14px;height:14px;font-size:7px}.market-mark.md{width:20px;height:20px;font-size:8px}.market-mark.lg{width:34px;height:34px;font-size:12px}.market-mark svg{width:64%;height:64%;stroke-width:2.2}.market-mark.facebook{background:#2071e7}.market-mark.olx{background:#10c2b6;color:#071f35;letter-spacing:-1px}.market-mark.whatsapp{background:#22c55e}.market-mark.vivadoo{background:#7c3aed}.market-mark.meta-page{background:#0f76ff;text-transform:uppercase}.market-mark.instagram{background:linear-gradient(135deg,#f97316,#db2777,#7c3aed)}.market-mark.globe{background:#eef1f4;color:#5c6878;font-size:20px}.listings-section{margin-top:17px;overflow:hidden}.listings-heading{min-height:63px;padding:10px 16px;display:flex;align-items:center;gap:16px}.table-tools{margin-left:auto;display:flex;align-items:center;gap:9px}.table-tools label,.table-tools button{height:36px;display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:6px;background:#fff;padding:0 11px;color:#586577;font-size:11px}.table-tools label:first-child{width:212px}.table-tools svg{width:16px}.table-tools input{width:100%;border:0;outline:0;font-size:11px}.table-tools select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;outline:0;background:transparent;color:inherit;font-size:11px}.table-scroll{margin:0 15px;border:1px solid var(--line);border-radius:7px;overflow-x:auto}table{width:100%;min-width:880px;border-collapse:collapse;table-layout:fixed}th,td{border-bottom:1px solid var(--line-soft);text-align:left;vertical-align:middle}th{height:40px;color:#485568;background:#fbfcfd;font-size:10px;font-weight:600}td{height:58px;font-size:11px}th:nth-child(2),td:nth-child(2){width:27%}th:nth-child(3),td:nth-child(3){width:15%}th:nth-child(4),td:nth-child(4){width:15%}th:nth-child(5),td:nth-child(5){width:14%}th:nth-child(6),td:nth-child(6){width:17%}.check-cell{width:43px;padding-left:14px}input[type=checkbox]{width:15px;height:15px;accent-color:var(--blue)}.listing-cell{display:flex;align-items:center;gap:12px}.listing-cell img{width:61px;height:39px;object-fit:cover;border-radius:5px;background:#e8ecf0}.listing-cell span{display:grid;gap:4px;min-width:0}.listing-cell strong{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.listing-cell small,.status-detail{color:#8a95a4;font-size:9px}.destinations{display:flex;gap:7px}.status-detail{display:block;margin-top:4px}.price-cell,.updated-cell{color:#647185}.action-cell{width:64px;text-align:center}.action-cell button{border:0;background:transparent;padding:6px}.action-cell svg{width:16px}.empty-table{min-height:210px;display:grid;place-items:center;align-content:center;gap:7px;color:#738094}.empty-table svg{width:25px}.empty-table strong{color:var(--text)}.empty-table span{font-size:11px}.table-footer{min-height:60px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;color:#647185;font-size:10px}.table-footer>div{display:flex;align-items:center;gap:8px}.table-footer button{width:31px;height:31px;border:1px solid var(--line);border-radius:5px;background:#fff;font-size:10px}.table-footer button.active{color:var(--blue);border-color:#a9c5f3;background:#f3f7fe}.modal-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;padding:20px;background:#03101d9e;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:fade-in .16s ease}.listing-modal{width:min(650px,100%);max-height:calc(100vh - 40px);overflow:auto;border-radius:15px;background:#fff;box-shadow:0 28px 70px #00000040;animation:modal-in .2s ease}.listing-modal>header{padding:21px 24px;display:flex;align-items:start;justify-content:space-between;border-bottom:1px solid var(--line-soft)}.listing-modal>header span{color:var(--coral);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.07em}.listing-modal h2{margin:5px 0 0;font-size:20px;letter-spacing:-.35px}.listing-modal>header button{border:0;background:#f4f6f8;border-radius:7px;width:34px;height:34px;display:grid;place-items:center}.listing-modal>header svg{width:17px}.listing-modal form{padding:21px 24px 0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.field{display:grid;gap:7px}.field.full{grid-column:1 / -1}.field>span{color:#465467;font-size:11px;font-weight:600}.field>input,.field>select,.field>textarea,.currency-input{width:100%;border:1px solid var(--line);border-radius:7px;background:#fff;outline:0}.field>input,.field>select{height:41px;padding:0 12px;font-size:12px}.field>textarea{resize:vertical;padding:11px 12px;font-size:12px}.field input:focus,.field select:focus,.field textarea:focus,.currency-input:focus-within{border-color:#73a3e8;box-shadow:0 0 0 3px #2169e817}.currency-input{height:41px;display:flex;align-items:center;overflow:hidden}.currency-input>span{padding:0 11px;color:#6f7b8d;border-right:1px solid var(--line);font-size:10px}.currency-input input{width:100%;height:100%;border:0;outline:0;padding:0 11px;font-size:12px}.destination-picker{display:flex;gap:9px}.destination-picker label{min-height:44px;padding:0 12px;display:flex;align-items:center;gap:8px;border:1px solid var(--line);border-radius:8px;font-size:11px}.upload-zone{grid-column:1 / -1;min-height:72px;padding:12px;display:flex;align-items:center;justify-content:center;gap:12px;border:1px dashed #b8c2ce;border-radius:8px;color:#647185;background:#fbfcfd}.upload-zone>svg{width:22px}.upload-zone>span{display:grid;gap:3px;text-align:left}.upload-zone strong{color:#344154;font-size:11px}.upload-zone small{font-size:9px}.listing-modal form>footer{margin-top:21px;padding:16px 0;display:flex;justify-content:flex-end;gap:10px;border-top:1px solid var(--line-soft)}.primary-button,.secondary-button{height:39px;padding:0 16px;border-radius:7px;font-size:11px;font-weight:600}.primary-button{border:0;background:var(--coral);color:#fff}.secondary-button{border:1px solid var(--line);background:#fff}.success-state{min-height:340px;padding:50px 24px;display:grid;place-items:center;align-content:center;text-align:center}.success-state>span{width:54px;height:54px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--green)}.success-state h3{margin:18px 0 5px}.success-state p{margin:0;color:var(--muted);font-size:12px}.toast{position:fixed;z-index:100;right:22px;bottom:22px;padding:12px 16px;border-radius:8px;color:#fff;background:#14293e;box-shadow:0 12px 32px #0000002e;font-size:12px;animation:toast-in .2s ease}.sidebar-scrim{display:none}.settings-page{max-width:1240px;margin:0 auto;padding:27px 24px 40px}.settings-heading{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:start;gap:16px 22px;margin-bottom:21px}.settings-heading h2{margin:0;font-size:22px;letter-spacing:-.45px}.settings-heading p{margin:6px 0 0;color:var(--muted);font-size:12px}.settings-heading-actions{margin:0;justify-self:end;display:flex;justify-content:flex-start;align-items:flex-start}.settings-control-strip{margin:-8px 0 14px;display:flex;justify-content:flex-end;align-items:center;gap:12px}.olx-settings>.settings-control-strip{display:none}.quick-sync-button{height:36px;display:inline-flex;align-items:center;gap:7px;padding:0 14px;border-radius:7px;font-size:10px;font-weight:600;border:1px solid #abc9f7;color:#0b56c4;background:#edf5ff}.quick-sync-button:hover:not(:disabled){background:#e2eeff}.connection-state{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border:1px solid #e4c27e;border-radius:7px;color:#9d6109;background:#fffaf0;font-size:10px;font-weight:600}.connection-state>span{width:7px;height:7px;border-radius:50%;background:#e7a328}.connection-state.is-configured{color:#15734e;border-color:#a9dbc8;background:#f0fbf6}.connection-state.is-configured>span{background:#22a773}.settings-layout{display:grid;grid-template-columns:minmax(580px,1.75fr) minmax(260px,.75fr);gap:18px;align-items:start}.connection-column{min-width:0;display:grid;gap:14px}.connection-form,.settings-side>section{border:1px solid var(--line);border-radius:12px;background:#fff}.connection-form>header{min-height:76px;padding:15px 18px;display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--line-soft)}.settings-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:9px;color:var(--blue);background:#edf4ff}.settings-icon svg{width:20px}.connection-form h3,.settings-side h3{margin:0;font-size:14px;letter-spacing:-.15px}.connection-form header p{margin:5px 0 0;color:var(--muted);font-size:10px}.connection-summary{margin:18px 18px 0;padding:14px;border:1px solid #e2c98f;border-radius:9px;background:#fffbf2}.connection-summary.is-connected{border-color:#addbc7;background:#f3faf6}.connection-summary-lead{display:flex;align-items:center;gap:11px}.connection-summary-lead>svg{width:22px;color:#a36812}.connection-summary.is-connected .connection-summary-lead>svg{color:#16855a}.connection-summary-lead>div{display:grid;gap:3px}.connection-summary-lead strong{color:#493817;font-size:11px}.connection-summary.is-connected .connection-summary-lead strong{color:#185c40}.connection-summary-lead span{color:#7a6b4d;font-size:9px}.connection-summary.is-connected .connection-summary-lead span{color:#5e776b}.connection-summary dl{margin:15px 0 0;padding-top:14px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px 18px;border-top:1px solid #cfe5d9}.connection-summary dl>div{min-width:0;display:grid;gap:4px}.connection-summary dt{display:flex;align-items:center;gap:5px;color:#6b7b72;font-size:8px;font-weight:650;text-transform:uppercase;letter-spacing:.35px}.connection-summary dt svg{width:12px}.connection-summary dd{margin:0;overflow:hidden;color:#263d33;font-size:10px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.sync-progress-panel{margin:18px 18px 0;padding:12px 13px;border:1px solid #bdd2ff;border-radius:8px;background:#f4f8ff}.sync-progress-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px;color:#304a72;font-size:10px;font-weight:650}.sync-progress-track{height:9px;overflow:hidden;border-radius:99px;background:#e6edf8;position:relative}.sync-progress-track i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#246de6,#59a0ff);width:0;transition:width .25s ease}.sync-progress-track.indeterminate i{width:34%;animation:sync-progress-pulse 1.1s ease-in-out infinite}.sync-progress-panel small{display:block;margin-top:8px;color:#5f6d84;font-size:9px}@keyframes sync-progress-pulse{0%{transform:translate(-10%)}to{transform:translate(300%)}}.connection-fields{padding:19px 18px;display:grid;grid-template-columns:1fr 1fr;gap:16px}.connection-field{min-width:0;display:grid;gap:7px}.connection-field.full{grid-column:1 / -1}.connection-field>span{color:#4d5b6e;font-size:10px;font-weight:600}.connection-field>div{height:42px;display:flex;align-items:center;gap:9px;padding:0 11px;border:1px solid var(--line);border-radius:7px;background:#fff}.connection-field>div:focus-within{border-color:#76a5ea;box-shadow:0 0 0 3px #2169e814}.connection-field svg{width:16px;flex:0 0 auto;color:#7b8798}.connection-field input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--text);font-size:11px}.connection-field input::placeholder{color:#9aa4b1}.connection-field>small{color:#8792a1;font-size:9px;line-height:1.45}.reveal-secret{width:26px;height:26px;display:grid;place-items:center;flex:0 0 auto;border:0;border-radius:5px;background:transparent}.reveal-secret:hover{background:#f1f4f7}.reveal-secret svg{width:15px}.readonly-policy{margin:0 18px 17px;padding:12px 13px;display:grid;grid-template-columns:25px 1fr auto;align-items:center;gap:10px;border:1px solid #b8ddc6;border-radius:8px;background:#f3faf5}.readonly-policy>svg{width:21px;color:var(--green)}.readonly-policy>div{display:grid;gap:3px}.readonly-policy strong{color:#236942;font-size:10px}.readonly-policy div span{color:#5d7468;font-size:9px;line-height:1.4}.policy-lock{display:flex;align-items:center;gap:5px;color:#34724f;font-size:9px;font-weight:600}.policy-lock svg{width:13px}.settings-notice{margin:0 18px 17px;padding:10px 12px;display:flex;align-items:flex-start;gap:8px;border:1px solid #efcb8c;border-radius:7px;color:#8b5a0e;background:#fff9ee;font-size:9px;line-height:1.45}.settings-notice svg{width:16px;flex:0 0 auto;color:#d88b12}.settings-notice.success{border-color:#b2ddca;color:#236942;background:#f2faf5}.settings-notice.success svg{color:#168a5c}.disconnect-confirmation{margin:0 18px 17px;padding:12px;display:grid;grid-template-columns:22px 1fr auto;align-items:center;gap:10px;border:1px solid #f0b5bb;border-radius:8px;background:#fff6f7}.disconnect-confirmation>svg{width:19px;color:#c82232}.disconnect-confirmation>div{display:grid;gap:3px}.disconnect-confirmation strong{color:#8c1f2a;font-size:10px}.disconnect-confirmation span{color:#78575b;font-size:9px;line-height:1.45}.disconnect-confirmation button{min-height:32px;padding:0 10px;border:1px solid #d9a5aa;border-radius:6px;color:#8c2630;background:#fff;font-size:9px;font-weight:600}.connection-form>footer{min-height:65px;padding:12px 18px;display:flex;align-items:center;justify-content:flex-end;gap:9px;border-top:1px solid var(--line-soft)}.connection-form>footer button{height:38px;display:flex;align-items:center;gap:7px;padding:0 14px;border-radius:7px;font-size:10px;font-weight:600}.connection-form>footer svg{width:15px}.test-connection-button{border:1px solid var(--line);background:#fff;color:#526073}.save-connection-button{border:0;background:var(--coral);color:#fff}.save-connection-button:hover{background:var(--coral-dark)}.disconnect-button{margin-right:auto;border:1px solid #e0a9af;color:#b5202e;background:#fff}.disconnect-button.confirm{border-color:#c82232;color:#fff;background:#c82232}.connection-form>footer button:disabled{cursor:not-allowed;opacity:.65}.factory-reset-zone{padding:17px 18px;border:1px solid #efc5ca;border-radius:12px;background:snow}.factory-reset-heading{display:flex;align-items:flex-start;gap:12px}.factory-reset-icon{width:38px;height:38px;display:grid;place-items:center;flex:0 0 auto;border-radius:9px;color:#bd2634;background:#ffebed}.factory-reset-icon svg{width:18px}.factory-reset-heading h3{margin:1px 0 0;color:#7d1d27;font-size:13px}.factory-reset-heading p{margin:5px 0 0;color:#7b5c60;font-size:9px;line-height:1.55}.factory-reset-button{min-height:36px;margin:15px 0 0 50px;padding:0 13px;display:inline-flex;align-items:center;gap:7px;border:1px solid #dca3aa;border-radius:7px;color:#a51f2c;background:#fff;font-size:10px;font-weight:650}.factory-reset-button:hover{border-color:#c92a39;background:#fff1f2}.factory-reset-button svg,.factory-reset-confirm-button svg{width:15px}.factory-reset-confirmation{margin-top:15px;padding:14px;border:1px solid #e7a7ae;border-radius:9px;background:#fff4f5}.factory-reset-confirmation>strong{color:#991d29;font-size:11px}.factory-reset-confirmation>p{margin:5px 0 13px;color:#76575b;font-size:9px;line-height:1.5}.factory-reset-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.factory-reset-fields label{min-width:0;display:grid;gap:6px}.factory-reset-fields label>span{color:#704c50;font-size:9px;font-weight:650}.factory-reset-fields input{height:38px;min-width:0;padding:0 10px;border:1px solid #dbb5b9;border-radius:7px;outline:0;color:var(--text);background:#fff;font-size:10px}.factory-reset-fields input:focus{border-color:#cb4753;box-shadow:0 0 0 3px #cb475317}.factory-reset-error{margin-top:10px;color:#a8202d;font-size:9px;font-weight:600}.factory-reset-actions{margin-top:13px;display:flex;align-items:center;justify-content:flex-end;gap:8px}.factory-reset-actions button{min-height:36px;padding:0 12px;border:1px solid #d6b5b8;border-radius:7px;color:#77565a;background:#fff;font-size:9px;font-weight:650}.factory-reset-actions .factory-reset-confirm-button{display:inline-flex;align-items:center;gap:7px;border-color:#bd2634;color:#fff;background:#bd2634}.factory-reset-actions .factory-reset-confirm-button:hover{background:#a91e2b}.factory-reset-actions button:disabled,.factory-reset-button:disabled{cursor:not-allowed;opacity:.55}.settings-side{display:grid;gap:14px}.settings-side>section{padding:17px}.settings-side ul{margin:15px 0 0;padding:0;display:grid;gap:13px;list-style:none}.settings-side li{display:flex;align-items:flex-start;gap:8px;color:#59677a;font-size:9px;line-height:1.45}.settings-side li svg{width:15px;flex:0 0 auto;color:var(--green)}.settings-side .rotation-guidance{display:flex;align-items:flex-start;gap:11px;border-color:#d8e2ee;background:#f8fbfe}.rotation-guidance>svg{width:20px;flex:0 0 auto;color:var(--blue)}.rotation-guidance p{margin:6px 0 0;color:#68768a;font-size:9px;line-height:1.55}.auth-loading{min-height:100vh;display:grid;place-items:center;align-content:center;gap:22px;background:#01050e}.auth-loading img{width:78px;height:78px;border-radius:20px;object-fit:cover}.auth-loading span{width:36px;height:3px;overflow:hidden;border-radius:3px;background:#132846;position:relative}.auth-loading span:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#075cff;animation:auth-load .9s ease-in-out infinite alternate;transform-origin:left}.login-page{min-height:100vh;display:grid;grid-template-columns:minmax(430px,44%) 1fr;background:#fff}.login-brand{position:relative;min-height:100vh;overflow:hidden;padding:clamp(34px,5vw,72px);display:flex;flex-direction:column;color:#fff;background:#01050e}.login-brand:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at 38% 48%,rgba(15,45,85,.26),transparent 48%)}.login-brand-logo{position:relative;z-index:2;width:min(300px,72%);height:auto}.login-brand-pattern{position:absolute;z-index:1;top:28%;left:13%;width:min(72%,550px);aspect-ratio:1;display:grid;grid-template-columns:1fr 1fr;gap:8%;opacity:.25}.login-brand-pattern span{background:#10223d;border-radius:18%}.login-brand-pattern span:nth-child(2){clip-path:polygon(0 0,100% 0,100% 100%,46% 100%,46% 42%,24% 42%)}.login-brand-pattern span:nth-child(3){background:#08275f}.login-brand-pattern span:nth-child(4){clip-path:polygon(0 0,100% 0,100% 100%,44% 100%,0 56%)}.login-brand-copy{position:relative;z-index:2;margin-top:auto}.login-brand-copy h1{margin:0;font-size:clamp(38px,4vw,60px);letter-spacing:-2.2px}.login-brand-copy p{margin:13px 0 0;color:#dbe5f4;font-size:clamp(16px,1.5vw,21px)}.login-surface{min-height:100vh;padding:48px;display:grid;place-items:center;background:#fff}.login-form-wrap{width:min(460px,100%)}.login-heading{margin-bottom:34px}.login-heading h2{margin:0;color:#07152b;font-size:clamp(34px,3vw,46px);line-height:1.05;letter-spacing:-1.7px}.login-heading p{margin:13px 0 0;color:#64738b;font-size:17px;line-height:1.55}.login-shield{width:48px;height:48px;margin-bottom:20px;display:grid;place-items:center;border-radius:13px;color:#075cff;background:#edf4ff}.login-shield svg{width:26px}.login-form{display:grid;gap:21px}.auth-field{display:grid;gap:9px}.auth-field>span,.otp-login-field>span,.otp-setup-field>span{color:#111c2f;font-size:14px;font-weight:650}.auth-field>input,.password-control{width:100%;height:56px;border:1px solid #cbd4e0;border-radius:8px;background:#fff;outline:0;transition:border-color .14s ease,box-shadow .14s ease}.auth-field>input{padding:0 16px;font-size:16px}.auth-field>input:focus,.password-control:focus-within{border-color:#075cff;box-shadow:0 0 0 3px #075cff21}.password-control{display:flex;align-items:center}.password-control input{width:100%;height:100%;min-width:0;padding:0 16px;border:0;outline:0;background:transparent;font-size:16px}.password-control button{width:48px;height:48px;flex:0 0 auto;display:grid;place-items:center;border:0;background:transparent;color:#65738a}.password-control button svg{width:20px}.auth-primary{min-height:54px;padding:0 21px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:8px;color:#fff;background:#075cff;box-shadow:0 8px 20px #075cff26;font-size:15px;font-weight:650;transition:background .14s ease,transform .14s ease,opacity .14s ease}.auth-primary:hover:not(:disabled){background:#004bd8;transform:translateY(-1px)}.auth-primary:focus-visible{outline:3px solid rgba(7,92,255,.28);outline-offset:3px}.auth-primary:disabled{cursor:wait;opacity:.55;box-shadow:none}.auth-primary svg{width:18px}.auth-text-button,.login-back{border:0;background:transparent;color:#075cff;font-size:14px;font-weight:600}.login-back{margin:0 0 28px -6px;padding:6px;display:inline-flex;align-items:center;gap:6px}.login-back svg{width:17px}.login-protected{margin:37px 0 0;color:#718098;text-align:center;font-size:14px}.login-protected strong{color:#075cff;font-weight:650}.auth-error{margin:-4px 0 0;color:#c32432;font-size:13px;line-height:1.45}.otp-login-field,.otp-setup-field{display:grid;gap:11px}.otp-inputs{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.otp-inputs input{width:100%;min-width:0;aspect-ratio:1;max-height:62px;border:1px solid #cbd4e0;border-radius:8px;outline:0;color:#07152b;background:#fff;text-align:center;font-size:23px;font-weight:700}.otp-inputs input:focus{border-color:#075cff;box-shadow:0 0 0 3px #075cff1f}.settings-shell{min-height:calc(100vh - 69px);background:#fff}.settings-page-heading{max-width:1240px;margin:0 auto;padding:10px 24px 8px}.settings-page-heading h2{margin:0;color:#0a1f3d;font-size:24px;letter-spacing:-.35px}.settings-tabs,.settings-menu{max-width:1240px;margin:0 auto;padding:18px 24px 0;display:flex;gap:8px;flex-wrap:wrap;border-bottom:1px solid #e1e6ed}.settings-tabs button,.settings-menu button{min-height:43px;margin-bottom:-1px;padding:0 14px;display:flex;align-items:center;gap:8px;border:0;border-bottom:2px solid transparent;background:transparent;color:#647185;font-size:12px;font-weight:600}.settings-tabs button.active{color:#075cff;border-bottom-color:#075cff}.settings-menu{border-bottom:0;padding-bottom:8px}.settings-menu button{margin-bottom:0;border:1px solid #dbe3ef;border-radius:9px;background:#f5f7fb;border-bottom:1px solid #dbe3ef}.settings-menu button.active{color:#075cff;background:#ecf2ff;border-color:#bfd0ff}.settings-tabs button svg,.settings-menu button svg{width:16px}.olx-settings{max-width:1240px;margin:0 auto;padding:22px 24px 55px}.olx-connection-card,.olx-test-card,.olx-jobs,.olx-image-bridge-card{border:1px solid #dce3ec;border-radius:11px;background:#fff;box-shadow:0 8px 24px #081a320b}.olx-image-bridge-card{margin-top:14px;overflow:hidden}.olx-image-bridge-card>header{padding:15px 20px;display:flex;align-items:center;gap:13px;border-bottom:1px solid #e7ebf0}.olx-image-bridge-card>header>span{width:40px;height:40px;display:grid;place-items:center;flex:0 0 auto;border-radius:10px;color:#075cff;background:#edf3ff}.olx-image-bridge-card>header svg{width:20px}.olx-image-bridge-card h3{margin:0;color:#17253b;font-size:15px}.olx-image-bridge-card header p{margin:4px 0 0;color:#68768b;font-size:10px;line-height:1.5}.olx-image-bridge-form{padding:16px 20px;display:grid;gap:12px}.olx-image-bridge-form label{display:grid;gap:6px;color:#526177;font-size:10px;font-weight:700}.olx-image-bridge-form input{width:100%;min-height:40px;padding:0 12px;border:1px solid #cbd5e1;border-radius:7px;color:#17253b;background:#fff;font-size:11px}.olx-image-bridge-form>div{display:flex;gap:9px;flex-wrap:wrap}.olx-image-bridge-form button,.olx-image-bridge-form a{min-height:38px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid #cbd5e1;border-radius:7px;color:#26344a;background:#fff;text-decoration:none;font-size:10px;font-weight:650}.olx-image-bridge-form button:first-child,.olx-image-bridge-form a{border-color:#075cff;color:#fff;background:#075cff}.olx-image-bridge-form svg{width:15px}.olx-connection-card{overflow:hidden}.olx-connection-card>header{padding:18px 22px;display:flex;align-items:center;gap:14px;border-bottom:1px solid #e7ebf0}.olx-connection-card>header>span,.olx-test-card>div:first-child>span{width:46px;height:46px;display:grid;place-items:center;flex:0 0 auto;border-radius:11px;color:#fff;background:#07152b}.olx-connection-card>header svg,.olx-test-card>div:first-child svg{width:22px}.olx-connection-card h3,.olx-test-card h3,.olx-jobs h3{margin:0;font-size:15px}.olx-connection-card header p,.olx-test-card p,.olx-jobs header p{margin:5px 0 0;color:#68768b;font-size:11px;line-height:1.5}.olx-worker-details{margin:0;padding:17px 22px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px 28px;background:#f8fafc}.olx-worker-details div{min-width:0;display:grid;gap:5px}.olx-worker-details dt{color:#7b8798;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.45px}.olx-worker-details dd{margin:0;color:#17253b;font-size:11px;overflow-wrap:anywhere}.olx-install-steps{margin:0;padding:22px 24px;display:grid;gap:15px;list-style:none}.olx-install-steps li{display:flex;align-items:flex-start;gap:12px}.olx-install-steps li>span{width:23px;height:23px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;color:#fff;background:#075cff;font-size:10px;font-weight:700}.olx-install-steps strong,.olx-install-steps small{display:block}.olx-install-steps strong{color:#17253b;font-size:11px}.olx-install-steps small{margin-top:3px;color:#738095;font-size:10px;line-height:1.5}.olx-primary-actions{padding:14px 22px;display:flex;align-items:center;gap:9px;border-top:1px solid #e7ebf0}.olx-primary-actions a,.olx-primary-actions button,.olx-token-reveal button,.olx-test-card>button,.olx-jobs header button{min-height:38px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid #cbd5e1;border-radius:7px;color:#26344a;background:#fff;text-decoration:none;font-size:10px;font-weight:650}.olx-primary-actions svg,.olx-token-reveal button svg,.olx-test-card>button svg,.olx-jobs header button svg{width:15px}.olx-primary-actions .olx-download,.olx-primary-actions button:not(.olx-disconnect),.olx-test-card>button{border-color:#075cff;color:#fff;background:#075cff}.olx-primary-actions .olx-disconnect{margin-left:auto;color:#c82232;border-color:#efb7bc}.olx-token-reveal{margin-top:18px;padding:18px 20px;display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:14px;border:1px solid #a9c6f5;border-radius:10px;color:#075cff;background:#f5f9ff}.olx-token-reveal>svg{width:25px}.olx-token-reveal strong{color:#17253b;font-size:12px}.olx-token-reveal p{margin:4px 0 9px;color:#647287;font-size:10px}.olx-token-reveal code{display:block;color:#152c50;font-size:11px;overflow-wrap:anywhere}.olx-test-card{margin-top:14px;padding:16px 20px;display:grid;grid-template-columns:minmax(280px,1fr) minmax(170px,.45fr) auto;align-items:end;gap:18px}.olx-test-card>div:first-child{display:flex;align-items:center;gap:13px}.olx-test-card label{display:grid;gap:6px;color:#344257;font-size:9px;font-weight:700}.olx-test-card input{width:100%;height:39px;padding:0 11px;border:1px solid #cbd5e1;border-radius:7px;outline:0;font-size:11px}.olx-test-card input:focus{border-color:#075cff;box-shadow:0 0 0 3px #075cff1a}.olx-test-card>button:disabled{opacity:.5;cursor:not-allowed}.olx-notice{margin-top:14px;padding:11px 13px;display:flex;align-items:center;gap:9px;border-left:3px solid #169660;color:#286049;background:#f0faf5;font-size:11px}.olx-notice.error{border-left-color:#cf3845;color:#9c2832;background:#fff4f5}.olx-notice svg{width:16px}.olx-jobs{margin-top:18px;overflow:hidden}.olx-jobs>header{padding:16px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid #e5e9ef}.olx-job-list{display:grid}.olx-job-list article{min-height:61px;padding:12px 20px;display:grid;grid-template-columns:82px minmax(120px,.35fr) minmax(220px,1fr);align-items:center;gap:12px;border-bottom:1px solid #edf0f4}.olx-job-list article:last-child{border-bottom:0}.olx-job-list article strong{color:#26344a;font-size:11px}.olx-job-list article small{color:#758196;font-size:10px}.olx-job-list article p{grid-column:2 / -1;margin:-4px 0 0;color:#b02e3a;font-size:10px}.olx-job-status{width:fit-content;padding:4px 7px;border-radius:999px;color:#68768b;background:#eef1f5;font-size:9px;font-weight:700;text-transform:capitalize}.olx-job-status.ready,.olx-job-status.completed{color:#16724f;background:#eaf8f1}.olx-job-status.running{color:#075cff;background:#eaf1ff}.olx-job-status.failed{color:#ad2935;background:#fff0f1}.olx-queue-page{width:100%;max-width:1580px;height:calc(100vh - 69px);margin:0 auto;padding:10px 12px 14px;display:flex;flex-direction:column;overflow:hidden}.olx-queue-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:18px}.olx-queue-heading.compact{justify-content:flex-end;margin-bottom:10px}.olx-label{display:block;margin-bottom:7px;color:#075cff;font-size:9px;font-weight:750;text-transform:uppercase;letter-spacing:.75px}.olx-queue-heading h2{margin:0;color:#101e32;font-size:23px;letter-spacing:-.55px}.olx-queue-heading p{margin:7px 0 0;color:#6f7d90;font-size:11px}.olx-queue-actions{display:flex;align-items:center;gap:9px}.olx-queue-actions button,.olx-toolbar-send{min-height:42px;padding:0 15px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:7px;font-size:11px;font-weight:700}.olx-queue-actions svg,.olx-toolbar-send svg{width:16px}.dry-run-button{border:1px solid #a9c4ed;color:#075cff;background:#fff}.live-queue-button{border:1px solid #075cff;color:#fff;background:#075cff;box-shadow:0 7px 16px #075cff29}.olx-queue-actions button:disabled,.olx-toolbar-send:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.olx-product-panel{min-height:0;display:flex;flex:1;flex-direction:column;overflow:hidden;border:1px solid #dce3ec;border-radius:11px;background:#fff}.olx-worker-required{min-height:66px;padding:12px 15px;display:grid;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:11px;border-bottom:1px solid #f1c2c7;color:#b52c38;background:#fff3f4}.olx-worker-required>svg{width:19px}.olx-worker-required div{display:grid;gap:4px}.olx-worker-required strong{font-size:11px}.olx-worker-required span{color:#80555a;font-size:10px}.olx-worker-required button{min-height:36px;padding:0 11px;display:inline-flex;align-items:center;gap:7px;border:1px solid #e2a7ad;border-radius:6px;color:#aa2733;background:#fff;font-size:10px;font-weight:700}.olx-worker-required button svg{width:14px}.olx-product-tools{min-height:58px;padding:9px 11px;display:flex;align-items:center;gap:9px;border-bottom:1px solid #e4e9ef}.olx-product-tools form,.olx-product-tools>label{height:39px;display:flex;align-items:center;gap:8px;border:1px solid #d2dae4;border-radius:7px;color:#536176;background:#fff}.olx-product-tools form{width:min(460px,42vw);padding:0 8px 0 12px}.olx-product-tools>label{min-width:190px;padding:0 11px}.olx-product-tools svg{width:16px;flex:0 0 auto}.olx-product-tools input{width:100%;min-width:0;border:0;outline:0;color:#17253b;font-size:11px}.olx-product-tools form button{width:26px;height:26px;display:grid;place-items:center;padding:0;border:0;color:#728095;background:transparent}.olx-product-tools form button svg{width:14px}.olx-product-tools>label select{width:100%;min-width:0;border:0;outline:0;color:#455268;background:transparent;font-size:10px}.odoo-category-picker,.olx-column-settings{position:relative;width:min(360px,33vw)}.olx-column-settings{width:158px;margin-left:auto}.olx-toolbar-send{flex:0 0 auto;min-height:39px;padding:0 12px;border-radius:7px;font-size:10px;font-weight:750;white-space:nowrap}.odoo-category-picker summary,.olx-column-settings summary{height:39px;padding:0 11px;display:flex;align-items:center;gap:8px;border:1px solid #d2dae4;border-radius:7px;color:#455268;background:#fff;font-size:10px;list-style:none;cursor:pointer}.odoo-category-picker summary::-webkit-details-marker,.olx-column-settings summary::-webkit-details-marker{display:none}.odoo-category-picker summary span,.olx-column-settings summary span{min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.odoo-category-picker summary svg,.olx-column-settings summary svg{width:15px}.odoo-category-picker[open] summary,.olx-column-settings[open] summary{border-color:#075cff;box-shadow:0 0 0 3px #075cff17}.odoo-category-picker[open] summary svg:last-child,.olx-column-settings[open] summary svg:last-child{transform:rotate(180deg)}.odoo-category-menu,.olx-column-menu{position:absolute;z-index:20;top:45px;right:0;width:min(760px,calc(100vw - 40px));padding:10px;border:1px solid #ccd6e2;border-radius:9px;background:#fff;box-shadow:0 18px 45px #08182e2e}.olx-column-menu{width:300px}.odoo-category-menu>label,.olx-column-menu>label{height:38px;padding:0 10px;display:flex;align-items:center;gap:8px;border:1px solid #d6dee8;border-radius:6px}.odoo-category-menu>label input,.olx-column-menu>label input{width:100%;min-width:0;border:0;outline:0;font-size:10px}.odoo-category-chips{padding:9px 0 4px;display:flex;flex-wrap:wrap;gap:5px}.odoo-category-chips button{min-height:26px;padding:4px 7px;display:inline-flex;align-items:center;gap:5px;border:1px solid #b9cdf0;border-radius:5px;color:#075cff;background:#f3f7ff;font-size:8px}.odoo-category-chips button svg{width:11px}.odoo-category-chips .clear-all{border-color:transparent;color:#b02e3a;background:transparent}.odoo-category-layout{display:grid;grid-template-columns:minmax(210px,.8fr) minmax(260px,1.2fr);gap:9px}.odoo-category-options{max-height:360px;margin-top:7px;overflow-y:auto;border:1px solid #edf0f4;border-radius:7px}.category-pane-title{position:sticky;z-index:1;top:0;display:block;padding:8px 9px;border-bottom:1px solid #edf0f4;color:#647084;background:#f8fafc;font-size:9px;text-transform:uppercase;letter-spacing:.35px}.odoo-category-options>label{min-height:43px;padding:6px 8px 6px calc(8px + var(--category-indent));display:grid;grid-template-columns:17px minmax(0,1fr) auto;align-items:center;gap:8px;border-bottom:1px solid #f0f2f5;cursor:pointer}.odoo-category-options>label:hover{background:#f7faff}.odoo-category-options>label.is-active{background:#eef5ff;box-shadow:inset 3px 0 #075cff}.odoo-category-options>label.is-selected strong{color:#075cff}.odoo-category-options input{position:absolute;opacity:0;pointer-events:none}.category-check{width:16px;height:16px;display:grid;place-items:center;border:1px solid #b9c5d3;border-radius:4px;color:#fff;background:#fff}.category-check svg{width:11px}.odoo-category-options input:checked+.category-check{border-color:#075cff;background:#075cff}.odoo-category-options label>span:nth-of-type(2){min-width:0;display:grid;gap:2px}.odoo-category-options label>button{min-width:0;padding:0;display:grid;gap:2px;border:0;color:inherit;background:transparent;text-align:left}.odoo-category-options strong{overflow:hidden;color:#26344a;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.odoo-category-options small{color:#738198;font-size:8px}.odoo-category-options em{color:#8490a1;font-size:9px;font-style:normal}.odoo-category-options .is-inherited{cursor:default}.odoo-category-options .is-inherited strong{color:#617087}.odoo-category-options>p{margin:0;padding:28px 12px;color:#7c899b;text-align:center;font-size:10px}.olx-column-actions{padding:9px 0 7px;display:flex;gap:6px}.olx-column-actions button{min-height:28px;padding:0 9px;border:1px solid #b9ccef;border-radius:6px;color:#075cff;background:#f6f9ff;font-size:9px;font-weight:700}.olx-column-list{max-height:315px;overflow-y:auto;border:1px solid #edf0f4;border-radius:7px}.olx-column-list label{min-height:42px;padding:7px 9px;display:grid;grid-template-columns:17px minmax(0,1fr);align-items:center;gap:8px;border-bottom:1px solid #f0f2f5;color:#26344a;font-size:10px;cursor:pointer}.olx-column-list label:last-child{border-bottom:0}.olx-column-list label.is-locked{color:#6a7688;cursor:default}.olx-column-list label>span:last-child{min-width:0;display:grid;gap:2px}.olx-column-list label strong{overflow:hidden;color:#26344a;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.olx-column-list label small{overflow:hidden;color:#7d8999;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.olx-column-list input{position:absolute;opacity:0;pointer-events:none}.olx-column-list input:checked+.category-check{border-color:#075cff;background:#075cff}.olx-queue-notice{margin:12px 15px 0;padding:10px 12px;display:flex;align-items:center;gap:8px;border-left:3px solid #169660;color:#286049;background:#f0faf5;font-size:10px}.olx-queue-notice.error{border-left-color:#cf3845;color:#9c2832;background:#fff4f5}.olx-queue-notice svg{width:15px}.olx-products-table-wrap{min-height:0;flex:1;overflow:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.olx-products-table{width:max-content;min-width:100%;table-layout:auto}.olx-products-table th,.olx-products-table td{width:auto;max-width:180px;padding:9px 12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.olx-products-table th{position:sticky;z-index:2;top:0;height:42px;color:#4c5a6e;background:#f8fafc;font-size:9px;text-transform:uppercase;letter-spacing:.35px}.olx-products-table td{height:52px;color:#354258;font-size:10px}.olx-products-table tr:hover td{background:#fbfdff}.olx-products-table tr.is-incomplete td{color:#8a95a5;background:#fcfcfd}.olx-select-cell{width:44px!important;max-width:44px!important;padding-inline:12px!important;text-align:center}.olx-select-cell input{width:15px;height:15px;accent-color:#075cff}.olx-products-table .olx-col-pos{width:82px;max-width:82px}.olx-products-table .olx-col-internalReference,.olx-products-table .olx-col-barcode{width:145px;max-width:145px}.olx-products-table .olx-col-odooCategory{width:205px;max-width:205px}.olx-products-table .olx-col-category,.olx-products-table .olx-col-subcategory{width:170px;max-width:170px}.olx-products-table .olx-col-title{width:280px;max-width:280px}.olx-products-table .olx-col-priceUsd,.olx-products-table .olx-col-ready{width:110px;max-width:110px}.olx-products-table .olx-col-imagePath,.olx-products-table .olx-col-dynamic{width:185px;max-width:185px}.olx-product-name,.olx-products-table .olx-col-name{width:330px!important;max-width:330px!important;white-space:nowrap!important}.olx-product-name button{width:100%;padding:0;border:0;color:inherit;background:transparent;text-align:left;cursor:pointer}.olx-product-name button:hover strong{color:#075cff;text-decoration:underline;text-underline-offset:3px}.olx-product-name strong,.olx-product-name small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.olx-product-name strong{color:#15253b;font-size:10px;line-height:1.4}.olx-product-name small{margin-top:3px;color:#8290a3;font-size:9px;line-height:1.35}.olx-row-action-cell{width:58px!important;max-width:58px!important;text-align:center}.olx-row-action-cell button{width:28px;height:28px;display:inline-grid;place-items:center;padding:0;border:1px solid #d1d9e3;border-radius:6px;color:#536176;background:#fff}.olx-row-action-cell button:hover{border-color:#075cff;color:#075cff;background:#f4f8ff}.olx-row-action-cell svg{width:14px}.olx-ready-state{display:inline-flex;padding:4px 8px;border-radius:999px;color:#16724f;background:#eaf8f1;font-size:9px;font-weight:700}.olx-ready-state.incomplete{color:#9f6711;background:#fff5e5}.olx-table-state{min-height:280px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;color:#8591a1;font-size:10px}.olx-table-state svg{width:22px}.olx-table-state strong{color:#354258;font-size:12px}.olx-pagination{min-height:50px;padding:8px 15px;display:flex;align-items:center;gap:18px;border-top:1px solid #e4e9ef;color:#6f7c8e;font-size:10px}.olx-pagination-top{border-top:0;border-bottom:1px solid #e4e9ef;background:#fff}.olx-pagination>strong{color:#075cff;font-size:10px}.olx-selection-controls{display:flex;align-items:center;gap:6px}.olx-selection-controls button{width:auto;min-width:86px;height:30px;padding:0 9px;color:#075cff;border:1px solid #b9ccef;border-radius:6px;background:#f6f9ff;font-size:9px;font-weight:700}.olx-selection-controls button:last-child{color:#a52a35;border-color:#ebc1c5;background:#fff8f8}.olx-pagination>div{margin-left:auto;display:flex;align-items:center;gap:9px}.olx-pagination>div button{width:32px;height:32px;display:grid;place-items:center;padding:0;border:1px solid #d1d9e3;border-radius:6px;background:#fff}.olx-pagination button:disabled{opacity:.4;cursor:not-allowed}.olx-pagination>div button svg{width:15px}.olx-pagination em{min-width:76px;color:#344257;text-align:center;font-style:normal;font-weight:650}.olx-product-drawer-layer{position:fixed;z-index:50;top:0;right:0;bottom:0;left:0;display:flex;justify-content:flex-end;background:#0c172847}.olx-product-drawer{width:min(520px,100vw);height:100%;display:flex;flex-direction:column;overflow:hidden;border-left:1px solid #d7e0eb;background:#fff;box-shadow:-18px 0 45px #08182e2e}.olx-product-drawer header{padding:18px 18px 15px;display:grid;grid-template-columns:minmax(0,1fr) 34px;gap:12px;border-bottom:1px solid #e7ecf3}.olx-product-drawer h3{margin:10px 0 0;color:#101e32;font-size:18px;line-height:1.25}.olx-product-drawer p{margin:7px 0 0;color:#708095;font-size:11px;line-height:1.45}.olx-product-drawer header button{width:34px;height:34px;display:grid;place-items:center;padding:0;border:1px solid #d3dce8;border-radius:7px;color:#5e6c80;background:#fff}.olx-product-drawer header button svg{width:16px}.olx-product-drawer dl{min-height:0;margin:0;padding:12px 18px 24px;overflow-y:auto}.olx-product-drawer dl>div{padding:11px 0;display:grid;grid-template-columns:150px minmax(0,1fr);gap:12px;border-bottom:1px solid #eef2f6}.olx-product-drawer dt{color:#728095;font-size:9px;font-weight:750;text-transform:uppercase;letter-spacing:.35px}.olx-product-drawer dd{margin:0;color:#223047;font-size:11px;line-height:1.45;overflow-wrap:anywhere}.olx-live-dialog>span{color:#fff;background:#075cff}.olx-live-acknowledgement{min-height:54px;padding:11px 12px;display:grid;grid-template-columns:18px 20px 1fr;align-items:center;gap:9px;border:1px solid #c9d6e8;border-radius:8px;color:#344257;background:#f8fbff;font-size:11px;font-weight:600}.olx-live-acknowledgement input{width:16px;height:16px;accent-color:#075cff}.olx-live-acknowledgement svg{width:18px;color:#075cff}.olx-operations-page{max-width:1580px;margin:0 auto;padding:24px 20px 36px}.olx-operations-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.olx-operations-heading h2{margin:0;color:#101e32;font-size:23px;letter-spacing:-.55px}.olx-operations-heading p{margin:7px 0 0;color:#6f7d90;font-size:11px}.olx-operations-heading>div:last-child{display:flex;gap:9px}.olx-operations-heading button,.olx-worker-strip button{min-height:40px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid #cbd5e1;border-radius:7px;color:#435167;background:#fff;font-size:10px;font-weight:700}.olx-operations-heading button svg,.olx-worker-strip button svg{width:15px}.olx-operations-heading .primary,.olx-worker-actions .primary{border-color:#075cff;color:#fff;background:#075cff}.olx-worker-strip{margin-top:18px;padding:13px 15px;display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:11px;border:1px solid #efbdc2;border-radius:9px;color:#b02e3a;background:#fff5f6}.olx-worker-strip.online{border-color:#b2dfca;color:#168354;background:#f2fbf6}.olx-worker-strip>svg{width:20px}.olx-worker-strip>div:not(.olx-worker-actions){display:grid;gap:4px}.olx-worker-strip strong{font-size:11px}.olx-worker-strip span{color:#68768b;font-size:10px}.olx-worker-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.olx-report-stats{margin-top:16px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.olx-report-stats article{min-height:82px;padding:14px;display:flex;align-items:center;gap:11px;border:1px solid #dce3ec;border-radius:9px;background:#fff}.olx-report-stats article>span{width:38px;height:38px;display:grid;place-items:center;border-radius:9px;color:#516177;background:#eef2f6}.olx-report-stats article>span svg{width:18px}.olx-report-stats article>span.queued{color:#9b6717;background:#fff4df}.olx-report-stats article>span.running{color:#075cff;background:#edf3ff}.olx-report-stats article>span.success{color:#168354;background:#eaf8f1}.olx-report-stats article>span.failed{color:#bd2f3b;background:#fff0f1}.olx-report-stats article div{display:grid;gap:5px}.olx-report-stats small{color:#758196;font-size:9px}.olx-report-stats strong{color:#17263b;font-size:20px}.olx-batches-panel,.olx-report-panel{margin-top:16px;overflow:hidden;border:1px solid #dce3ec;border-radius:10px;background:#fff}.olx-batches-panel>header,.olx-report-panel>header{min-height:61px;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid #e6eaf0}.olx-batches-panel h3,.olx-report-panel h3{margin:0;font-size:14px}.olx-batches-panel header p,.olx-report-panel header p{margin:5px 0 0;color:#738095;font-size:9px}.olx-batch-table-wrap{min-height:120px;overflow-x:auto}.olx-batch-table{width:100%;min-width:1120px;table-layout:fixed;border-collapse:collapse}.olx-batch-table th,.olx-batch-table td{padding:10px 13px;border-bottom:1px solid #edf1f5;text-align:left}.olx-batch-table th{height:38px;color:#526075;background:#fafbfd;font-size:9px;text-transform:uppercase;letter-spacing:.3px}.olx-batch-table td{height:48px;color:#506078;font-size:10px}.olx-batch-table th:nth-child(1),.olx-batch-table td:nth-child(1){width:48px;text-align:center}.olx-batch-table th:nth-child(2),.olx-batch-table td:nth-child(2){width:270px}.olx-batch-table th:nth-child(3),.olx-batch-table td:nth-child(3){width:125px}.olx-batch-table th:nth-child(4),.olx-batch-table td:nth-child(4),.olx-batch-table th:nth-child(6),.olx-batch-table td:nth-child(6),.olx-batch-table th:nth-child(7),.olx-batch-table td:nth-child(7),.olx-batch-table th:nth-child(8),.olx-batch-table td:nth-child(8){width:74px;text-align:center}.olx-batch-table th:nth-child(5),.olx-batch-table td:nth-child(5){width:190px}.olx-batch-table th:nth-child(9),.olx-batch-table td:nth-child(9){width:150px}.olx-batch-table th:nth-child(10),.olx-batch-table td:nth-child(10){width:120px;text-align:right}.olx-batch-table tbody tr{cursor:pointer}.olx-batch-table tbody tr:hover td{background:#fbfdff}.olx-batch-table tbody tr.active td{background:#f3f7ff;box-shadow:inset 0 1px #d7e6ff,inset 0 -1px #d7e6ff}.olx-batch-table tbody tr.is-selected td{background:#f8fbff}.olx-batch-table td>strong,.olx-batch-table td>small{display:block}.olx-batch-table td>strong{max-width:290px;overflow:hidden;color:#1e2d42;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.olx-batch-table td>small{margin-top:4px;max-width:290px;overflow:hidden;color:#8290a3;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.olx-batch-progress{display:flex;align-items:center;gap:10px}.olx-batch-progress.inline{min-width:210px}.olx-batch-progress>span{height:8px;flex:1;overflow:hidden;border-radius:999px;background:#e8edf3}.olx-batch-progress i{height:100%;display:block;border-radius:inherit;background:linear-gradient(90deg,#075cff,#2f8aff)}.olx-batch-progress strong{min-width:35px;color:#075cff;font-size:10px;text-align:right}.olx-export-actions,.olx-report-header-actions{display:flex;align-items:center;gap:8px}.olx-export-actions button,.olx-report-header-actions>button{height:32px;padding:0 10px;display:inline-flex;align-items:center;gap:6px;border:1px solid #d3dbe5;border-radius:7px;background:#fff;color:#27415f;font-size:10px;font-weight:700;cursor:pointer}.olx-export-actions button:disabled,.olx-report-header-actions>button:disabled{opacity:.45;cursor:not-allowed}.olx-export-actions svg,.olx-report-header-actions svg{width:14px;height:14px}.olx-batch-bulkbar{min-height:48px;padding:8px 16px;display:flex;align-items:center;gap:8px;border-bottom:1px solid #e6eaf0;background:#fbfcfe}.olx-batch-bulkbar strong{min-width:78px;color:#075cff;font-size:10px}.olx-batch-bulkbar button{height:30px;padding:0 10px;display:inline-flex;align-items:center;gap:6px;border:1px solid #d3dbe5;border-radius:7px;background:#fff;color:#27415f;font-size:10px;font-weight:700;cursor:pointer}.olx-batch-bulkbar button:disabled{opacity:.45;cursor:not-allowed}.olx-batch-bulkbar button svg{width:13px;height:13px}.olx-batch-bulkbar button:nth-of-type(4){border-color:#ffd6d6;color:#b4232c}.olx-batch-action-menu{position:relative;display:inline-block;text-align:left}.olx-batch-action-menu summary{height:30px;padding:0 10px;display:inline-flex;align-items:center;border:1px solid #d3dbe5;border-radius:7px;background:#fff;color:#27415f;font-size:10px;font-weight:700;cursor:pointer;list-style:none}.olx-batch-action-menu summary::-webkit-details-marker{display:none}.olx-batch-action-menu summary:after{content:"⌄";margin-left:7px;color:#6d7b8e}.olx-batch-action-menu[open] summary{border-color:#8fb2ff;box-shadow:0 0 0 3px #075cff14}.olx-batch-action-menu>div{position:absolute;top:calc(100% + 6px);right:0;z-index:15;width:132px;padding:6px;display:grid;gap:4px;border:1px solid #dce3ec;border-radius:9px;background:#fff;box-shadow:0 14px 30px #10203324}.olx-batch-action-menu button{height:30px;padding:0 8px;display:flex;align-items:center;gap:7px;border:0;border-radius:7px;background:transparent;color:#27415f;font-size:10px;font-weight:700;text-align:left;cursor:pointer}.olx-batch-action-menu button:hover:not(:disabled){background:#f4f7fb}.olx-batch-action-menu button:disabled{opacity:.45;cursor:not-allowed}.olx-batch-action-menu button svg{width:13px;height:13px}.olx-batch-action-menu button:last-child{color:#b4232c}.olx-report-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;padding:34px;display:flex;align-items:stretch;justify-content:center;background:#0814265c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.olx-report-modal{width:min(1480px,calc(100vw - 68px));max-height:calc(100vh - 68px);margin:0;display:flex;flex-direction:column;box-shadow:0 28px 80px #08142647}.olx-report-modal .olx-report-table-wrap{flex:1;min-height:0;overflow:auto}.olx-report-header-actions{margin-left:auto}.olx-modal-close{width:34px;padding:0!important;justify-content:center;border-radius:999px!important}.olx-report-panel>header form{width:min(340px,35vw);height:38px;padding:0 10px;display:flex;align-items:center;gap:8px;border:1px solid #d3dbe5;border-radius:7px}.olx-report-panel>header form svg{width:15px;color:#66758a}.olx-report-panel>header form input{width:100%;min-width:0;border:0;outline:0;font-size:10px}.olx-report-tabs{min-height:45px;padding:0 12px;display:flex;align-items:center;gap:3px;border-bottom:1px solid #e6eaf0}.olx-report-tabs button{height:31px;padding:0 10px;border:0;border-radius:6px;color:#647287;background:transparent;font-size:9px;font-weight:700}.olx-report-tabs button.active{color:#075cff;background:#edf3ff}.olx-report-tabs .clear-batch{margin-left:auto;color:#a92c37}.olx-report-error{margin:10px 12px 0;padding:9px 11px;display:flex;gap:8px;border-left:3px solid #c73340;color:#a62c37;background:#fff3f4;font-size:10px}.olx-report-error svg{width:15px}.olx-focused-job{margin:10px 12px 0;padding:11px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #bcd0ef;border-radius:8px;color:#244066;background:#f5f9ff}.olx-focused-job div{min-width:0;display:grid;gap:5px}.olx-focused-job strong{color:#17263b;font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.olx-focused-job small{color:#64758d;font-size:9px}.olx-focused-job button{min-height:31px;padding:0 10px;border:1px solid #9db8e8;border-radius:7px;color:#075cff;background:#fff;font-size:9px;font-weight:700;white-space:nowrap}.olx-report-table-wrap{min-height:250px;overflow-x:auto}.olx-report-table{width:100%;min-width:1050px;table-layout:auto}.olx-report-table th,.olx-report-table td{padding:10px 13px}.olx-report-table th{height:39px;color:#526075;background:#fafbfd;font-size:9px}.olx-report-table td{height:56px;color:#526075;font-size:9px}.olx-report-table tbody tr{cursor:pointer}.olx-report-table tbody tr:hover td{background:#fbfdff}.olx-report-table tbody tr.is-focused td{background:#f3f7ff}.olx-report-table td>strong,.olx-report-table td>small{display:block}.olx-report-table td>strong{max-width:360px;color:#26344a;font-size:10px;white-space:normal}.olx-report-table td>small{margin-top:4px;color:#8490a1}.olx-report-controls{min-height:55px;padding:8px 12px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid #e6eaf0}.olx-purge-form{min-height:36px;display:flex;align-items:center;gap:8px}.olx-purge-form span{color:#6f7d90;font-size:10px;white-space:nowrap}.olx-purge-form input{width:76px;min-height:32px;padding:0 8px;border:1px solid #d3dbe5;border-radius:6px;outline:0;font-size:10px}.olx-purge-form button{min-height:32px;padding:0 11px;border:1px solid #cf5f68;border-radius:7px;color:#9a2c38;background:#fff6f7;font-size:9px;font-weight:700}.olx-purge-form button:disabled{opacity:.4;cursor:not-allowed}.olx-row-actions{display:flex;align-items:center;gap:6px}.olx-row-action{width:28px;height:28px;min-width:0;padding:0;display:inline-flex;align-items:center;justify-content:center;border:1px solid #ced8e5;border-radius:6px;color:#4a5e79;background:#fff}.olx-row-action svg{width:13px}.olx-row-action:disabled{opacity:.45;cursor:not-allowed}.olx-row-action:hover:not(:disabled){border-color:#9db4df;color:#1246aa}.olx-job-log details{min-width:180px}.olx-job-log summary{display:flex;align-items:center;gap:6px;color:#075cff;font-weight:700;cursor:pointer}.olx-job-log summary svg{width:14px}.olx-job-log pre{max-width:480px;max-height:180px;margin:8px 0 0;padding:9px;overflow:auto;border:1px solid #ead4d6;border-radius:5px;color:#8e2730;background:#fff8f8;font:9px/1.5 ui-monospace,SFMono-Regular,Consolas,monospace;white-space:pre-wrap}.olx-job-log>span{color:#8994a4}.olx-empty-report{min-height:180px;grid-column:1 / -1;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:7px;color:#8490a1;font-size:9px}.olx-empty-report svg{width:22px}.olx-empty-report strong{color:#38465a;font-size:11px}.olx-report-pagination{min-height:52px;padding:8px 13px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #e5e9ef;color:#748195;font-size:9px}.olx-report-pagination>div{display:flex;align-items:center;gap:8px}.olx-report-pagination button{width:30px;height:30px;display:grid;place-items:center;border:1px solid #d1d9e3;border-radius:6px;background:#fff}.olx-report-pagination button:disabled{opacity:.4;cursor:not-allowed}.olx-report-pagination svg{width:14px}.olx-report-pagination strong{min-width:80px;color:#435167;text-align:center}.olx-job-status.completed_with_errors{color:#a26205;background:#fff4df}.olx-mapping-page{max-width:1580px;height:calc(100vh - 69px);margin:0 auto;padding:24px 20px 30px;display:flex;flex-direction:column;overflow:hidden;gap:14px}.olx-mapping-page.is-embedded{max-width:none;height:auto;min-height:0;margin-top:14px;padding:18px 20px 20px;border:1px solid #dce3ec;border-radius:11px;background:#fff;box-shadow:0 8px 24px #081a320b;overflow:visible}.olx-mapping-page.is-embedded .olx-mapping-heading h2{font-size:18px}.olx-mapping-page.is-embedded .olx-mapping-table-wrap{max-height:580px;overflow:auto}.olx-mapping-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.olx-mapping-heading h2{margin:0;color:#101e32;font-size:23px;letter-spacing:-.55px}.olx-mapping-heading p{margin:6px 0 0;color:#6f7d90;font-size:11px}.olx-mapping-actions{display:flex;align-items:center;gap:9px}.olx-mapping-actions button{min-height:36px;padding:0 11px;display:inline-flex;align-items:center;gap:7px;border:1px solid #d0dae5;border-radius:7px;color:#27344a;background:#fff;font-size:10px;font-weight:700}.olx-mapping-actions svg{width:14px}.olx-mapping-actions .primary-action{border-color:#075cff;color:#fff;background:#075cff}.olx-mapping-actions .reset-action{color:#9a2d38;border-color:#f0b8c0;background:#fff6f7}.olx-mapping-meta{min-height:60px;padding:12px 14px;display:grid;grid-template-columns:minmax(220px,1fr) auto;align-items:center;gap:14px;border-left:3px solid #75a3ff;border-radius:10px;background:#f3f7ff;color:#273e61;font-size:10px}.olx-mapping-meta p{margin:0 0 4px;color:#1e3557;font-weight:700}.olx-mapping-meta small{color:#5a6a82}.olx-mapping-meta dl{margin:0;display:flex;align-items:center;gap:8px}.olx-mapping-meta dl div{min-width:76px;padding:7px 9px;border:1px solid #d7e4ff;border-radius:8px;background:#ffffffb8}.olx-mapping-meta dt{margin:0 0 2px;color:#6a7890;font-size:8px;font-weight:750;text-transform:uppercase;letter-spacing:.38px}.olx-mapping-meta dd{margin:0;color:#0f2450;font-size:15px;font-weight:800}.olx-mapping-toolbar{position:sticky;z-index:5;top:0;padding:10px 0 9px;display:flex;align-items:center;gap:10px;flex-wrap:wrap;background:#fff}.olx-mapping-toolbar label{height:42px;display:flex;align-items:center;gap:8px;border-radius:7px;background:#fff}.olx-mapping-filter-search{width:min(380px,100%);padding:0 11px;border:1px solid #d2dae4}.olx-mapping-filter-search span{margin-right:auto}.olx-mapping-toolbar input{width:100%;border:0;outline:0;font-size:11px;color:#15253b}.olx-mapping-toolbar svg{width:15px;color:#66758a}.olx-mapping-filter-select{padding:0 11px;border:1px solid #d2dae4}.olx-mapping-filter-select span{min-width:100px;color:#4d5a6d;font-size:10px;font-weight:650}.olx-mapping-filter-select select{min-width:220px;min-height:40px;border:0;background:transparent;font-size:11px;color:#15253b;outline:0}.olx-mapping-table-wrap{min-height:0;flex:1;overflow:auto;border:1px solid #dce3ec;border-radius:11px;background:#fff}.olx-mapping-table{width:100%;min-width:1040px;table-layout:fixed}.olx-mapping-table th,.olx-mapping-table td{padding:13px 14px;border-bottom:1px solid #e8eef5;text-align:left}.olx-mapping-table th:nth-child(1),.olx-mapping-table td:nth-child(1){width:25%}.olx-mapping-table th:nth-child(2),.olx-mapping-table td:nth-child(2){width:27%}.olx-mapping-table th:nth-child(3),.olx-mapping-table td:nth-child(3){width:25%}.olx-mapping-table th:nth-child(4),.olx-mapping-table td:nth-child(4){width:23%}.olx-mapping-table th{top:0;z-index:2;position:sticky;color:#4c5a6e;background:#f8fafc;font-size:9px;text-transform:uppercase;letter-spacing:.32px}.olx-mapping-table td{color:#354258;font-size:10px;vertical-align:top}.olx-mapping-table td strong{color:#16263f;font-size:11px}.olx-mapping-table tr.is-unmapped td{background:#fffdf8}.olx-mapping-table tr.is-linked td{background:#fff}.olx-mapping-table tr:hover td{background:#f7fbff}.olx-mapping-table code{display:inline-block;max-width:100%;padding:5px 7px;border:1px solid #e2e8f0;border-radius:6px;overflow-wrap:anywhere;color:#2d4a72;background:#f8fafc;font-size:10px}.olx-mapping-table td .olx-source-select{width:100%;min-height:38px;border:1px solid #cad4e1;border-radius:7px;background:#fff;color:#1e2d42;font-size:10px;padding:7px 10px;outline:0}.olx-source-picker{position:relative;z-index:1}.olx-source-picker:focus-within{z-index:20}.olx-source-picker-menu{position:absolute;z-index:30;top:calc(100% + 5px);left:0;right:0;max-height:260px;overflow:auto;border:1px solid #c7d3e1;border-radius:9px;background:#fff;box-shadow:0 16px 34px #0c1f3929}.olx-source-picker-menu button{width:100%;padding:9px 10px;display:grid;gap:3px;border:0;border-bottom:1px solid #edf2f7;color:#1e2d42;background:#fff;text-align:left;cursor:pointer}.olx-source-picker-menu button:hover,.olx-source-picker-menu button.is-selected{background:#eef5ff}.olx-source-picker-menu button strong{color:#10233d;font-size:10px;overflow-wrap:anywhere}.olx-source-picker-menu button span,.olx-source-picker-empty{color:#6d7b90;font-size:9px;overflow-wrap:anywhere}.olx-source-picker-empty{padding:12px}.olx-mapping-table tr.is-unmapped .olx-source-select{border-color:#edcf8d;background:#fffaf0}.olx-mapping-table td .olx-source-select:focus{border-color:#075cff;box-shadow:0 0 0 3px #075cff1a}.mapping-current{margin-top:5px;color:#6e7d93;font-size:9px}.mapping-current.is-empty{color:#9a6712}.mapping-field-title{display:flex;align-items:center;justify-content:space-between;gap:10px}.mapping-state{padding:4px 7px;border-radius:999px;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.32px;white-space:nowrap}.mapping-state.linked{color:#087047;background:#e9f8f0}.mapping-state.empty{color:#9a6712;background:#fff2d7}.mapping-required{margin-top:7px;display:inline-flex;align-items:center;gap:4px;color:#0d804e;font-size:8px;white-space:nowrap}.mapping-required svg{width:10px}.spin{animation:olx-spin 1s linear infinite}@keyframes olx-spin{to{transform:rotate(360deg)}}.account-settings{max-width:1240px;margin:0 auto;padding:29px 24px 55px}.account-page-heading{display:flex;align-items:center;justify-content:space-between;gap:20px}.account-page-heading h2{margin:0;font-size:26px;letter-spacing:-.7px}.account-page-heading p{margin:7px 0 0;color:#68768b;font-size:13px}.account-page-heading>span{display:inline-flex;align-items:center;gap:7px;color:#138a55;font-size:12px;font-weight:650}.account-page-heading>span svg{width:18px}.account-settings-section{padding:31px 0;display:grid;grid-template-columns:minmax(230px,.65fr) minmax(480px,1.35fr);gap:42px;border-top:1px solid #e1e6ed}.account-settings-section:first-of-type{margin-top:25px}.account-section-intro{display:flex;align-items:flex-start;gap:14px}.account-section-intro>span{width:46px;height:46px;display:grid;place-items:center;flex:0 0 auto;border-radius:11px;color:#075cff;background:#edf4ff}.account-section-intro>span svg{width:22px}.account-section-intro h3{margin:2px 0 0;font-size:16px}.account-section-intro p{max-width:310px;margin:7px 0 0;color:#68768b;font-size:11px;line-height:1.55}.account-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.account-form>label{min-width:0;display:grid;gap:7px;color:#344257;font-size:10px;font-weight:650}.account-form>label>div{height:45px;display:flex;align-items:center;gap:9px;padding:0 12px;border:1px solid #ccd5e0;border-radius:7px;background:#fff}.account-form>label>div:focus-within{border-color:#075cff;box-shadow:0 0 0 3px #075cff1a}.account-form>label svg{width:16px;flex:0 0 auto;color:#78869a}.account-form input{width:100%;min-width:0;border:0;outline:0;color:#07152b;background:transparent;font-size:12px}.account-form .auth-primary{width:fit-content;min-height:43px;padding-inline:17px;align-self:end;font-size:12px}.account-form .account-notice{grid-column:1 / -1;margin:0;padding:10px 12px;border-left:3px solid #075cff;color:#3e4d62;background:#f3f7ff;font-size:11px}.security-settings{max-width:1240px;margin:0 auto;padding:29px 24px 55px}.security-page-heading,.two-factor-heading{display:flex;align-items:center;justify-content:space-between;gap:20px}.security-page-heading h2{margin:0;font-size:26px;letter-spacing:-.7px}.security-page-heading p,.two-factor-heading p{margin:7px 0 0;color:#68768b;font-size:13px}.security-enabled,.security-warning{display:inline-flex;align-items:center;gap:7px;color:#138a55;font-size:12px;font-weight:650}.security-warning{color:#a36200}.security-enabled svg,.security-warning svg{width:19px}.security-divider{height:1px;margin:25px 0 34px;background:#e1e6ed}.two-factor-heading h3{margin:0;font-size:20px;letter-spacing:-.35px}.security-actions{display:flex;align-items:center;gap:10px}.security-actions button{min-height:38px;padding:0 12px;display:flex;align-items:center;gap:7px;border:1px solid #8cb4ff;border-radius:7px;color:#075cff;background:#fff;font-size:11px;font-weight:600}.security-actions button svg{width:15px}.security-actions .danger-link{border-color:transparent;color:#d12635}.security-notice{margin:20px 0 0;padding:11px 13px;border-left:3px solid #075cff;color:#3e4d62;background:#f3f7ff;font-size:12px}.security-loading{padding:60px 24px;color:#68768b;text-align:center}.two-factor-intro{margin-top:31px;padding:30px 0;display:grid;grid-template-columns:58px minmax(230px,1fr) minmax(260px,.9fr) auto;align-items:center;gap:20px;border-top:1px solid #e5e9ef;border-bottom:1px solid #e5e9ef}.security-illustration{width:52px;height:52px;display:grid;place-items:center;border-radius:13px;color:#075cff;background:#edf4ff}.security-illustration svg{width:25px}.two-factor-intro h3{margin:0;font-size:15px}.two-factor-intro p{max-width:440px;margin:7px 0 0;color:#68768b;font-size:11px;line-height:1.55}.security-password-confirm{display:grid;gap:7px;color:#344257;font-size:10px;font-weight:600}.security-password-confirm>div{height:43px;display:flex;align-items:center;gap:9px;padding:0 11px;border:1px solid #ccd5e0;border-radius:7px}.security-password-confirm svg{width:16px;color:#78869a}.security-password-confirm input{width:100%;border:0;outline:0;font-size:12px}.two-factor-intro .auth-primary{min-height:43px;font-size:12px;white-space:nowrap}.two-factor-setup{margin-top:31px;padding:28px 0 5px;display:grid;grid-template-columns:minmax(300px,.75fr) minmax(430px,1.25fr);gap:42px;border-top:1px solid #e5e9ef}.setup-qr-column{padding-right:42px;border-right:1px solid #e3e7ed}.setup-qr-column>img{width:250px;max-width:100%;display:block;border:1px solid #d7dee8;border-radius:8px}.setup-qr-column>label{margin-top:18px;display:grid;gap:8px;color:#26344a;font-size:11px;font-weight:600}.setup-qr-column>label>div{min-height:42px;padding:7px 8px 7px 12px;display:flex;align-items:center;gap:8px;border:1px solid #d1d9e3;border-radius:7px}.setup-qr-column code{min-width:0;flex:1;color:#26344a;font-size:11px;overflow-wrap:anywhere}.setup-qr-column button{padding:7px 9px;display:flex;gap:5px;border:0;background:transparent;color:#075cff;font-size:11px}.setup-qr-column button svg{width:14px}.setup-instructions h3{margin:0;font-size:16px}.setup-instructions ol{margin:21px 0 28px;padding:0;display:grid;gap:16px;list-style:none}.setup-instructions li{display:flex;align-items:center;gap:11px;color:#4d5b70;font-size:12px}.setup-instructions li>span{width:22px;height:22px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;color:#fff;background:#075cff;font-size:10px;font-weight:700}.otp-setup-field{max-width:470px}.setup-buttons{margin-top:22px;display:flex;align-items:center;gap:18px}.setup-buttons .auth-primary{min-height:44px;font-size:12px}.two-factor-enabled-view{margin-top:31px;padding:30px;display:flex;align-items:center;gap:18px;border:1px solid #b7dfca;border-radius:10px;background:#f4fbf7}.two-factor-enabled-view>span{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;color:#0d9459;background:#e4f6ec}.two-factor-enabled-view h3{margin:0;color:#145b3c;font-size:15px}.two-factor-enabled-view p{margin:7px 0 0;color:#557365;font-size:11px}.recovery-reveal{margin-top:28px;padding:24px;border:1px solid #a9c6f5;border-radius:10px;background:#f8fbff}.recovery-reveal>div:first-child{display:flex;align-items:flex-start;gap:12px}.recovery-reveal>div:first-child>svg{width:25px;color:#075cff}.recovery-reveal h3{margin:0;font-size:16px}.recovery-reveal p{margin:6px 0 0;color:#617087;font-size:11px}.recovery-code-grid{margin:22px 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 20px}.recovery-code-grid code{padding:9px 11px;border:1px solid #d8e2f1;border-radius:6px;background:#fff;color:#172942;font-size:12px;letter-spacing:1px}.recovery-reveal footer{display:flex;justify-content:flex-end;gap:9px}.recovery-reveal footer button{min-height:39px;padding:0 12px;display:flex;align-items:center;gap:6px;border:1px solid #cbd6e5;border-radius:7px;background:#fff;font-size:11px}.recovery-reveal footer button svg{width:15px}.recovery-reveal footer .auth-primary{border:0;color:#fff;background:#075cff}.security-action-layer{position:fixed;z-index:120;top:0;right:0;bottom:0;left:0;padding:20px;display:grid;place-items:center;background:#010c1ca3;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.security-action-dialog{width:min(470px,100%);padding:28px;border-radius:13px;background:#fff;box-shadow:0 25px 70px #0000004d}.security-action-dialog>span{width:46px;height:46px;display:grid;place-items:center;border-radius:11px;color:#075cff;background:#edf4ff}.security-action-dialog>span.danger-icon{color:#c82232;background:#fff0f1}.security-action-dialog>span svg{width:23px}.security-action-dialog h3{margin:18px 0 0;font-size:20px}.security-action-dialog>p{margin:9px 0 22px;color:#647287;font-size:12px;line-height:1.55}.security-action-dialog .auth-field{margin-top:14px}.security-action-dialog .auth-field>input{height:46px;font-size:13px}.security-action-dialog footer{margin-top:24px;display:flex;justify-content:flex-end;gap:9px}.security-action-dialog footer button{min-height:42px;padding:0 14px;border:1px solid #cbd4df;border-radius:7px;background:#fff;font-size:12px;font-weight:650}.security-action-dialog footer .auth-primary{border:0;color:#fff;background:#075cff}.danger-button{border:0!important;color:#fff;background:#c82232!important}@keyframes fade-in{0%{opacity:0}}@keyframes modal-in{0%{transform:translateY(10px) scale(.985);opacity:0}}@keyframes toast-in{0%{transform:translateY(8px);opacity:0}}@keyframes auth-load{0%{transform:scaleX(.2)}to{transform:scaleX(1)}}@media(max-width:1220px){.overview-layout{grid-template-columns:1fr}.right-rail{display:grid;grid-template-columns:.8fr 1.2fr}.profile-copy{display:none}.topbar-title{min-width:180px}}@media(max-width:900px){.login-page{grid-template-columns:1fr}.login-brand{min-height:250px;padding:30px}.login-brand-logo{width:220px}.login-brand-pattern{width:210px;top:18%;left:auto;right:6%;opacity:.16}.login-brand-copy h1{font-size:35px}.login-brand-copy p{font-size:15px}.login-surface{min-height:calc(100vh - 250px);padding:45px 28px}.sidebar{transform:translate(-100%);transition:transform .18s ease}.sidebar.is-open{transform:translate(0);box-shadow:18px 0 50px #00000040}.sidebar-close{display:grid;place-items:center}.sidebar-scrim{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:39;border:0;background:#030f1b73}.app-main{margin-left:0}.mobile-menu{display:grid;place-items:center;margin-right:7px}.topbar-title{min-width:0}.topbar{padding:0 13px;gap:10px}.topbar h1{font-size:19px}.global-search{margin-left:auto;width:min(380px,48vw)}.global-search kbd{display:none}.profile-button>svg,.notification-button{display:none}.settings-layout{grid-template-columns:1fr}.settings-side{grid-template-columns:1fr 1fr}.two-factor-intro{grid-template-columns:52px 1fr}.security-password-confirm{grid-column:1 / -1}.two-factor-intro>.auth-primary{grid-column:1 / -1}.two-factor-setup{grid-template-columns:1fr}.setup-qr-column{padding-right:0;padding-bottom:28px;border-right:0;border-bottom:1px solid #e3e7ed}}@media(max-width:700px){.login-brand{min-height:210px;padding:24px}.login-brand-logo,.login-brand-pattern{width:175px}.login-brand-copy h1{font-size:30px;letter-spacing:-1.2px}.login-brand-copy p{margin-top:7px;font-size:13px}.login-surface{min-height:calc(100vh - 210px);padding:36px 20px;align-items:start}.login-heading{margin-bottom:27px}.login-heading h2{font-size:32px}.login-heading p{font-size:14px}.auth-field>input,.password-control{height:52px}.otp-inputs{gap:6px}.otp-inputs input{font-size:19px}.dashboard{padding:14px 12px 22px}.global-search{display:none}.profile-button{margin-left:auto}.actionbar{flex-wrap:wrap}.filter-button{flex:1 1 calc(50% - 6px);min-width:0;justify-content:center;padding-inline:8px}.filter-button svg:last-child{margin-left:auto}.core-panels,.right-rail{grid-template-columns:1fr}.activity-panel{min-height:400px}.queue-panel{min-height:300px}.stats-grid{grid-template-columns:repeat(2,1fr);row-gap:25px;padding-block:19px 22px}.stat strong{margin-top:10px}.queue-row{grid-template-columns:48px 18px minmax(0,1fr)}.queue-row>.status{display:none}.listings-heading{align-items:flex-start;flex-direction:column}.table-tools{width:100%;margin-left:0;overflow-x:auto}.table-tools label:first-child{min-width:190px}.table-footer>div>span{display:none}.form-grid{grid-template-columns:1fr}.field.full,.upload-zone{grid-column:auto}.destination-picker{flex-direction:column}.settings-page{padding:18px 12px 28px}.settings-heading,.settings-layout{grid-template-columns:1fr}.connection-fields{grid-template-columns:1fr;padding:16px 14px}.connection-field.full{grid-column:auto}.connection-summary,.sync-progress-panel{margin-inline:14px}.connection-summary dl{grid-template-columns:repeat(2,minmax(0,1fr))}.disconnect-confirmation{margin-inline:14px;grid-template-columns:22px 1fr}.disconnect-confirmation button{grid-column:2;justify-self:start}.readonly-policy{margin-inline:14px;grid-template-columns:23px 1fr}.policy-lock{grid-column:2}.settings-notice{margin-inline:14px}.connection-form>footer{align-items:stretch;flex-direction:column-reverse}.connection-form>footer button{justify-content:center}.connection-form>footer .disconnect-button{width:100%;margin-right:0}.factory-reset-button{width:100%;margin-left:0;justify-content:center}.factory-reset-fields{grid-template-columns:1fr}.factory-reset-actions{align-items:stretch;flex-direction:column-reverse}.factory-reset-actions button{width:100%;justify-content:center}.settings-side{grid-template-columns:1fr}.settings-tabs,.settings-menu{padding-inline:12px;overflow-x:auto}.settings-tabs button,.settings-menu button{white-space:nowrap}.olx-settings{padding:22px 12px 40px}.olx-worker-details{grid-template-columns:1fr}.olx-primary-actions{align-items:stretch;flex-direction:column}.olx-primary-actions .olx-disconnect{width:100%;margin-left:0}.olx-token-reveal{grid-template-columns:24px 1fr}.olx-token-reveal button{grid-column:2;justify-self:start}.olx-test-card{grid-template-columns:1fr;align-items:stretch}.olx-job-list article{grid-template-columns:80px 1fr}.olx-job-list article small{grid-column:1 / -1}.olx-job-list article p{grid-column:1 / -1}.olx-queue-page{padding:18px 12px 28px}.olx-queue-heading,.olx-queue-actions,.olx-product-tools{align-items:stretch;flex-direction:column}.olx-product-tools form,.olx-product-tools>label,.odoo-category-picker,.olx-column-settings{width:100%;min-width:0;margin-left:0}.odoo-category-menu{right:auto;left:0}.odoo-category-layout{grid-template-columns:1fr}.olx-column-menu{right:auto;left:0;width:min(300px,calc(100vw - 40px))}.olx-product-drawer dl>div{grid-template-columns:1fr;gap:5px}.olx-pagination{align-items:flex-start;flex-wrap:wrap}.olx-pagination>div{width:100%;margin-left:0;justify-content:space-between}.olx-worker-required{grid-template-columns:22px 1fr}.olx-worker-required button{grid-column:2;justify-self:start}.olx-operations-page{padding:18px 12px 28px}.olx-operations-heading{align-items:stretch;flex-direction:column}.olx-operations-heading>div:last-child{align-items:stretch;flex-direction:column}.olx-worker-strip{grid-template-columns:22px 1fr}.olx-worker-strip button{grid-column:2;justify-self:start}.olx-report-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.olx-batch-list{grid-template-columns:1fr}.olx-report-panel>header{align-items:stretch;flex-direction:column}.olx-report-panel>header form{width:100%}.olx-report-tabs{overflow-x:auto}.olx-report-tabs button{white-space:nowrap}.olx-report-controls{align-items:stretch;flex-direction:column}.olx-selection-controls{width:100%;flex-wrap:wrap}.olx-purge-form{width:100%;justify-content:flex-end}.olx-mapping-heading{align-items:flex-start;flex-direction:column}.olx-mapping-actions{align-items:stretch;flex-wrap:wrap}.olx-mapping-table{min-width:860px}.olx-mapping-toolbar{gap:8px}.olx-mapping-filter-search,.olx-mapping-filter-select{width:100%}.olx-mapping-filter-select span{min-width:74px}.olx-mapping-filter-select select{min-width:0;width:100%}.olx-mapping-meta{grid-template-columns:1fr;align-items:flex-start;gap:8px}.olx-mapping-meta dl{width:100%;flex-wrap:wrap}.olx-mapping-meta dl div{flex:1 1 92px}.account-settings{padding:22px 14px 40px}.account-page-heading{align-items:flex-start}.account-page-heading>span{display:none}.account-settings-section{grid-template-columns:1fr;gap:22px}.account-form{grid-template-columns:1fr}.account-form .auth-primary{width:100%}.security-settings{padding:22px 14px 40px}.security-page-heading,.two-factor-heading{align-items:flex-start;flex-direction:column}.security-actions{width:100%;align-items:stretch;flex-direction:column}.security-actions button{justify-content:center}.two-factor-intro{grid-template-columns:1fr}.security-password-confirm,.two-factor-intro>.auth-primary{grid-column:auto}.security-illustration{width:46px;height:46px}.two-factor-setup{gap:28px}.setup-qr-column>img{width:min(250px,100%);margin-inline:auto}.setup-buttons{align-items:stretch;flex-direction:column}.recovery-code-grid{grid-template-columns:1fr}.recovery-reveal footer{align-items:stretch;flex-direction:column}.recovery-reveal footer button{justify-content:center}.security-action-dialog{padding:22px}.security-action-dialog footer{flex-direction:column-reverse}.security-action-dialog footer button{width:100%;justify-content:center}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}
