:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Microsoft YaHei,sans-serif;color:#202522;background:#f5f6f7;letter-spacing:0;--primary:#426f63;--primary-dark:#2c544a;--line:#dde1df;--muted:#707873;--panel:#fff;--danger:#a93e3e}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button{letter-spacing:0}a{color:var(--primary-dark);text-decoration:none}.app-shell{display:grid;grid-template-columns:232px minmax(0,1fr);min-height:100vh}.sidebar{position:sticky;top:0;height:100vh;padding:18px 10px;background:#181b1d;color:#f4f6f5}.brand{display:flex;align-items:center;gap:10px;padding:2px 8px 18px}.brand>span{display:grid;place-items:center;width:34px;height:34px;border-radius:6px;background:#4d8174;font-weight:800}.brand strong,.brand small{display:block}.brand small{margin-top:2px;color:#9da5a1;font-size:11px}.sidebar nav{display:grid;gap:3px}.sidebar nav a{display:flex;align-items:center;gap:10px;min-height:38px;padding:8px 10px;border-radius:6px;color:#d9dddb;font-size:13px}.sidebar nav a:hover,.sidebar nav a.active{background:#303436;color:#fff;box-shadow:inset 2px 0 #65a394}.nav-group{padding:18px 9px 6px;color:#7f8883;font-size:10px;text-transform:uppercase}.workspace{position:absolute;right:10px;bottom:14px;left:10px;padding:11px;border:1px solid #34393b;border-radius:6px}.workspace small,.workspace strong{display:block}.workspace small{color:#8e9792;font-size:10px}.workspace strong{margin-top:4px;font-size:12px}.main{min-width:0}.topbar{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:62px;padding:0 24px;border-bottom:1px solid var(--line);background:#fff}.topbar>div:first-child{min-width:0}.topbar small,.topbar strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar small{color:#78807b;font-size:9px;font-weight:700}.topbar strong{margin-top:3px;font-size:15px}.top-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;min-width:0;gap:8px;color:#59615c;font-size:12px}.team-select,.team-chip{height:34px;border:1px solid var(--line);border-radius:5px;background:#fff;color:#2d3632;font-size:12px;font-weight:700}.team-select{width:auto;min-width:136px;max-width:220px;padding:0 28px 0 10px}.team-chip{display:inline-flex;align-items:center;max-width:220px;padding:0 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.team-state{display:inline-flex;align-items:center;max-width:180px;height:24px;padding:0 7px;border-radius:4px;background:#edf2f0;color:#59645f;font-size:10px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.team-state.error{background:#fff0f0;color:var(--danger)}.avatar{display:grid;place-items:center;width:30px;height:30px;flex:0 0 30px;border-radius:50%;background:#4e7e72;color:#fff}.icon-btn{display:grid;place-items:center;width:34px;height:34px;flex:0 0 34px;border:0;border-radius:5px;background:transparent;color:#59615c;cursor:pointer}.icon-btn:hover{background:#f0f2f1}.content{width:min(1640px,100%);margin:0 auto;padding:25px}.page-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}.page-intro h1{margin:0;font-size:24px}.page-intro p{margin:7px 0 0;color:var(--muted);font-size:13px}.hero{display:flex;align-items:center;justify-content:space-between;min-height:154px;padding:26px 30px;border:1px solid #cfd8d4;border-radius:6px;background:#eef4f2;color:#25453d}.hero small{font-size:10px;font-weight:800}.hero h1{margin:8px 0 6px;font-size:28px}.hero p{margin:0;color:#577068}.metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:12px 0}.metric,.panel{border:1px solid var(--line);border-radius:6px;background:#fff}.metric{min-height:110px;padding:16px}.metric span,.metric strong,.metric small{display:block}.metric span{color:#676f6a;font-size:12px}.metric strong{margin:9px 0;font-size:26px}.metric small{color:#8a918d;font-size:11px}.grid{display:grid;gap:12px}.grid.two{grid-template-columns:minmax(0,1.4fr) minmax(340px,.6fr)}.panel{min-width:0;margin-bottom:12px;padding:16px}.panel-head{margin:-2px 0 14px}.panel-head h2{margin:0;font-size:15px}.notice{margin-bottom:12px;padding:11px 13px;border:1px solid #bad7cf;border-radius:5px;background:#eff8f5;color:#285f52;font-size:12px}.notice.error{border-color:#e9c2c2;background:#fff2f2;color:var(--danger)}body.modal-open{overflow:hidden}.modal-layer{position:fixed;z-index:120;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;background:#171e1b61}.confirm-dialog{display:grid;grid-template-columns:44px minmax(0,1fr);gap:14px;width:min(460px,100%);padding:20px;border:1px solid #d8dfdc;border-radius:7px;background:#fff;box-shadow:0 24px 70px #121b1738}.confirm-dialog-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:#fff4df;color:#9a641e}.confirm-dialog-content{min-width:0}.confirm-dialog h2{margin:0;font-size:17px}.confirm-dialog p{margin:8px 0 0;color:#68726d;font-size:12px;line-height:1.65}.confirm-dialog-actions{grid-column:1/-1;display:flex;justify-content:flex-end;gap:8px;margin-top:4px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:36px;padding:8px 13px;border:1px solid transparent;border-radius:6px;font-size:12px;font-weight:700;cursor:pointer}.btn:disabled,.btn.disabled{cursor:not-allowed;opacity:.6}.btn.primary{background:var(--primary);color:#fff}.btn.primary:hover{background:var(--primary-dark)}.btn.secondary{border-color:#cfd4d1;background:#fff;color:#35403b}.btn.danger{border-color:#e2bcbc;background:#fff;color:var(--danger)}.btn.danger:hover{background:#fff1f1}.btn.compact{min-height:32px;padding:6px 9px;white-space:nowrap}.search-bar{display:flex;align-items:center;gap:8px;margin-bottom:12px}.search-bar>svg{color:#7e8681}.search-bar input{min-width:260px;flex:1}.search-bar .btn{flex:0 0 auto}input,select,textarea{width:100%;min-height:36px;padding:7px 9px;border:1px solid #cfd4d1;border-radius:5px;background:#fff;color:#262b28}input:focus,select:focus,textarea:focus{outline:2px solid rgba(66,111,99,.14);border-color:var(--primary)}.table-actions{display:flex;align-items:center;gap:6px}.icon-action{display:grid;place-items:center;width:32px;height:32px;padding:0;border:1px solid #cfd4d1;border-radius:5px;background:#fff;color:#52615b;cursor:pointer}.icon-action:hover{border-color:#9db6ae;background:#f3f7f5;color:var(--primary-dark)}.icon-action:disabled{cursor:wait;opacity:.65}.spinning{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.table-wrap{overflow:auto;border:1px solid #e3e6e4;border-radius:5px}table{width:100%;min-width:850px;border-collapse:collapse}th,td{padding:10px 11px;border-bottom:1px solid #eceeed;text-align:left;vertical-align:middle;font-size:12px}th{background:#fafbfa;color:#737b76;font-size:10px;text-transform:uppercase}tbody tr:hover td{background:#fafcfb}.product{display:flex;align-items:center;gap:10px;min-width:320px}.product strong,.product small{display:block;max-width:560px}.product small{margin-top:4px;color:#7a827d}.thumb{display:grid;place-items:center;width:52px;height:52px;flex:0 0 52px;border:1px solid #e0e3e1;border-radius:5px;color:#81908a}.thumb img{width:100%;height:100%;padding:4px;object-fit:contain}.empty,.loading{display:flex;align-items:center;justify-content:center;gap:9px;min-height:120px;color:#7d8580;font-size:12px}.status{display:inline-flex;padding:4px 7px;border-radius:4px;background:#edf1ef;color:#4f5c56;font-size:10px;font-weight:700}.status.success{background:#e9f6f1;color:#27705d}.status.failed{background:#fff0f0;color:#a53e3e}.status.running{background:#fff7e8;color:#986019}.message{max-width:380px;color:#717975}.pager{display:flex;justify-content:space-between;margin-top:12px;color:#737b76;font-size:12px}.pager div{display:flex;align-items:center;gap:10px}.pager button{padding:5px 9px;border:1px solid var(--line);border-radius:4px;background:#fff}.product-title{display:block;max-width:560px;padding:0;border:0;background:transparent;color:#29312d;font-weight:700;text-align:left;cursor:pointer}.product-title:hover{color:var(--primary-dark);text-decoration:underline}.rating{display:inline-flex;align-items:center;gap:4px;font-weight:700}.rating svg{fill:#a9781c;color:#a9781c}.rank-badge{display:grid;min-width:105px;gap:2px;padding:5px 7px;border:1px solid #e4d3ad;border-radius:4px;background:#fff8e9;color:#76521c}.rank-badge.secondary{border-color:#c9ddd7;background:#eff7f4;color:#35675b}.rank-badge strong{font-size:12px}.rank-badge small{display:block;max-width:130px;overflow:hidden;font-size:9px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.rank-badge.rank-link{position:relative;padding-right:25px;text-decoration:none;transition:border-color .16s ease,background .16s ease}.rank-badge.rank-link svg{position:absolute;top:7px;right:7px;color:#477b6c}.rank-badge.rank-link:hover{border-color:#477b6c;background:#f2f8f5}.rank-empty{color:#9a9f9c;font-size:10px;white-space:nowrap}.product-title-line{display:flex;align-items:flex-start;gap:7px}.new-badge{flex:0 0 auto;padding:3px 5px;border-radius:3px;background:#e8f5ef;color:#23705a;font-size:9px;font-weight:800}.batch-filter{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px;padding:12px 14px;border:1px solid #bdd5cd;border-left:3px solid var(--primary);border-radius:5px;background:#f2f8f6}.batch-filter span,.batch-filter strong,.batch-filter small{display:block}.batch-filter span{color:#718079;font-size:9px;text-transform:uppercase}.batch-filter strong{margin-top:3px;font-size:13px}.batch-filter small{margin-top:3px;color:#728079;font-size:10px}.opportunity-filters select{width:auto;min-width:130px;flex:0 0 auto}.score-badge{display:grid;min-width:74px;gap:2px;padding:7px 8px;border:1px solid #d9dedb;border-radius:5px;background:#fafbfa;text-align:center}.score-badge strong{font-size:19px;line-height:1}.score-badge span{font-size:10px;font-weight:800}.score-badge small{color:#6f7974;font-size:9px}.score-badge.level-a{border-color:#7eb39d;background:#eef8f3;color:#286a59}.score-badge.level-b{border-color:#d9bd75;background:#fff8e6;color:#7c5819}.score-badge.level-c{border-color:#bdc7c2;background:#f5f7f6;color:#59645f}.score-badge.level-d{border-color:#e1b8b8;background:#fff1f1;color:#9b3d3d}.reason-list{display:flex;flex-wrap:wrap;gap:5px;max-width:320px}.reason-list span{padding:4px 6px;border:1px solid #dce3df;border-radius:4px;background:#f7faf8;color:#56635d;font-size:10px}.operation-metrics{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px;margin-bottom:12px}.operation-metric{min-width:0;min-height:92px;padding:13px;border:1px solid var(--line);border-left:3px solid #6c8f86;border-radius:6px;background:#fff}.operation-metric span,.operation-metric strong,.operation-metric small{display:block}.operation-metric span{color:#68716c;font-size:11px}.operation-metric strong{margin:7px 0;font-size:23px}.operation-metric small{color:#858d88;font-size:10px}.operation-grid{align-items:start}.operation-alerts{display:grid;gap:9px}.operation-alert{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:start;gap:10px;min-width:0;padding:11px;border:1px solid #e0e6e3;border-left:3px solid #6f9d90;border-radius:6px;background:#fff}.operation-alert.critical{border-left-color:#ad4c4c}.operation-alert.warning{border-left-color:#bd7b24}.operation-alert.resolved,.operation-alert.ignored{opacity:.72}.operation-alert-icon{display:grid;place-items:center;width:30px;height:30px;border-radius:5px;background:#f3f6f5;color:#5e6f68}.operation-alert.critical .operation-alert-icon{background:#fff0f0;color:#a64242}.operation-alert.warning .operation-alert-icon{background:#fff7e8;color:#986019}.operation-alert-main{min-width:0}.operation-alert-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.operation-alert-head strong{min-width:0;overflow-wrap:anywhere;font-size:13px}.operation-alert p{margin:6px 0;color:#5f6863;font-size:11px;line-height:1.45;overflow-wrap:anywhere}.operation-alert-meta{display:flex;flex-wrap:wrap;gap:5px}.operation-alert-meta span{max-width:210px;padding:4px 6px;overflow:hidden;border:1px solid #e0e6e3;border-radius:4px;background:#fafbfa;color:#66706b;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.operation-alert-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:6px;max-width:250px}.operation-filters{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:12px}.operation-filters select{width:auto;min-width:132px;flex:0 0 auto}.operation-opportunities{display:grid;gap:9px}.operation-opportunities article{display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px;border:1px solid #e0e6e3;border-radius:6px;background:#fbfcfc}.operation-opportunities strong,.operation-opportunities small{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.operation-opportunities strong{font-size:12px}.operation-opportunities small{margin:3px 0 6px;color:#75807a;font-size:10px}body.drawer-open{overflow:hidden}.drawer-layer{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;background:#171e1b47}.product-drawer,.asin-sync-drawer{position:fixed;top:0;right:0;height:100dvh;overflow:auto;background:#fff;box-shadow:-16px 0 42px #121b172e}.product-drawer{width:min(540px,96vw)}.asin-sync-drawer{width:min(560px,96vw)}.drawer-head{position:sticky;z-index:2;top:0;display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid var(--line);background:#fff}.drawer-head small{color:#79817c;font-size:9px;font-weight:800}.drawer-head h2{margin:3px 0 0;font-size:17px}.drawer-body{min-width:0;padding:18px}.drawer-image{position:relative;display:grid;place-items:center;width:100%;aspect-ratio:4/3;max-height:310px;overflow:hidden;margin-bottom:16px;border:1px solid var(--line);border-radius:6px;background:#fff}.drawer-image img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;min-width:0;max-width:100%;max-height:100%;padding:18px;object-fit:contain}.drawer-image.empty-image{background:#f5f7f6;color:#82908a}.drawer-body h3{max-width:100%;margin:0;overflow-wrap:anywhere;font-size:17px;line-height:1.45}.drawer-subline{display:flex;align-items:center;flex-wrap:wrap;gap:6px 10px;margin-top:8px;color:#7a827d;font-size:11px}.drawer-subline a{display:inline-flex;align-items:center;gap:4px;font-weight:700}.detail-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:18px 0}.detail-metrics>div{min-width:0;padding:11px;border:1px solid var(--line);border-radius:5px;background:#fafbfa}.detail-metrics span,.detail-metrics strong{display:block}.detail-metrics span{color:#77807a;font-size:10px}.detail-metrics strong{margin-top:5px;overflow-wrap:anywhere;font-size:14px}.rank-section{display:grid;gap:8px;margin-bottom:16px}.rank-section>div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 12px;border:1px solid var(--line);border-radius:5px}.rank-section>div>span{color:#5d6661;font-size:11px;font-weight:700}.details-list{margin:0;border-top:1px solid var(--line)}.details-list>div{display:grid;grid-template-columns:110px minmax(0,1fr);gap:12px;padding:10px 0;border-bottom:1px solid #eceeed}.details-list dt{color:#7b837e;font-size:10px}.details-list dd{margin:0;overflow-wrap:anywhere;font-size:11px}.drawer-link{width:100%;margin-top:10px}.drawer-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:16px}.drawer-notice{margin:14px 0 0}.asin-sync-body{display:grid;gap:12px;padding:18px}.asin-sync-body label{display:grid;gap:7px;color:#59615c;font-size:11px;font-weight:700}.asin-sync-body textarea{min-height:180px;resize:vertical;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;line-height:1.6}.asin-sync-meta{display:flex;justify-content:space-between;color:#737b76;font-size:10px}.sync-results{display:grid;gap:7px;margin-top:4px}.sync-results>div{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px;border:1px solid var(--line);border-radius:5px;font-size:11px}.sync-results .success{border-color:#bad7cf;background:#eff8f5;color:#285f52}.sync-results .failed{border-color:#e9c2c2;background:#fff2f2;color:var(--danger)}.ranking-history{display:grid;gap:7px;margin-bottom:16px;padding:11px;border:1px solid #dfe7e4;border-radius:5px;background:#fbfcfc}.ranking-history-head,.ranking-history.empty-history>div{display:flex;align-items:center;justify-content:space-between;gap:10px}.ranking-history span{color:#5d6661;font-size:11px;font-weight:800}.ranking-history small{color:#838b86;font-size:10px}.ranking-history-row{display:grid;grid-template-columns:42px 58px minmax(0,1fr);align-items:center;gap:7px;padding-top:7px;border-top:1px solid #edf0ee}.ranking-history-row strong{font-size:12px}.ranking-history-row a,.ranking-history-row em{display:inline-flex;align-items:center;min-width:0;gap:4px;overflow:hidden;font-size:11px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.ranking-history-row small{grid-column:3;color:#8b928e}.tree-summary{margin:4px 0 10px;color:#747c77;font-size:11px}.tree-name{display:flex;align-items:center;gap:7px;min-width:300px}.tree-name strong,.tree-name small{display:block}.tree-name small{margin-top:2px;color:#8a918d;font-size:10px}.tree-toggle{display:grid;place-items:center;width:24px;height:24px;padding:0;border:0;background:transparent;color:#68716c;cursor:pointer}.tree-toggle svg{width:15px}.tree-spacer{width:24px}.level{padding:3px 5px;border-radius:3px;background:#edf2f0;color:#46665d;font-size:9px;font-weight:800}.number{width:70px}.run-form{display:grid;grid-template-columns:minmax(360px,1fr) minmax(220px,.45fr) auto;align-items:end;gap:14px}.field-label{display:grid;gap:6px;color:#555d58;font-size:11px;font-weight:700}.run-form fieldset{display:flex;gap:10px;min-height:70px;margin:0;padding:12px;border:1px solid var(--line);border-radius:5px}.run-form legend{font-size:11px;font-weight:700}.run-form .check{display:flex;align-items:center;align-self:flex-start;grid-template-columns:auto 1fr}.check input{width:16px;min-height:16px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.form-grid label{display:grid;gap:5px;color:#59615c;font-size:11px}.form-grid .btn{align-self:end}.crawl-options{display:grid;grid-template-columns:minmax(220px,1fr) 140px 150px 170px auto;align-items:end;gap:10px;margin-top:12px;padding-top:12px;border-top:1px solid #eceeed}.crawl-options label{display:grid;gap:5px;color:#59615c;font-size:10px;font-weight:700}.schedule-list{display:grid;gap:9px}.schedule-card{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border:1px solid #dfe4e1;border-radius:6px;background:#fbfcfc}.schedule-head{display:flex;align-items:center;gap:8px}.schedule-head strong{overflow-wrap:anywhere;font-size:13px}.schedule-card small{display:block;margin-top:5px;color:#6f7974;font-size:10px;line-height:1.5}.schedule-meta{display:flex;flex-wrap:wrap;gap:6px;margin-top:7px}.schedule-meta span{padding:4px 6px;border:1px solid #dfe5e2;border-radius:4px;background:#fff;color:#5e6a64;font-size:9px}.crawler-grid{align-items:start}.job-cards{display:grid;gap:10px}.job-card{padding:13px;border:1px solid var(--line);border-left:3px solid #87918c;border-radius:6px;background:#fff}.job-card.active{border-color:#8cb7ac;box-shadow:0 0 0 2px #426f631a}.job-card.running{border-left-color:#b57926}.job-card.success{border-left-color:#43806f}.job-card.failed{border-left-color:#a94c4c}.job-card-head,.job-card-foot{display:flex;align-items:center;justify-content:space-between;gap:14px}.job-card-head>div span,.job-card-head>div strong{display:block}.job-card-head>div span{color:#78817c;font-size:9px}.job-card-head>div strong{margin-top:3px;font-size:12px}.job-times{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:10px}.job-times>div{min-width:0;padding:7px 8px;border:1px solid #e4e7e5;border-radius:5px;background:#fff}.job-times span,.job-times strong{display:block}.job-times span{color:#7b837e;font-size:9px}.job-times strong{margin-top:3px;overflow:hidden;color:#45514b;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.job-progress{display:flex;align-items:center;gap:8px;margin-top:10px;padding:9px 10px;border-radius:5px;background:#fff7e9;color:#8a5c1c;font-size:11px}.job-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:10px}.job-metrics>div{padding:9px 10px;border:1px solid #e4e7e5;border-radius:5px;background:#fafbfa}.job-metrics span,.job-metrics strong{display:block}.job-metrics span{color:#7b837e;font-size:9px}.job-metrics strong{margin-top:4px;font-size:16px}.job-products{display:flex;gap:6px;margin-top:10px;overflow:auto}.job-products>div{display:flex;align-items:center;gap:5px;padding:4px 7px 4px 4px;border:1px solid var(--line);border-radius:4px;color:#65706a;font-size:9px}.job-products .thumb{width:28px;height:28px;flex-basis:28px}.job-card-foot{align-items:flex-end;margin-top:10px;padding-top:10px;border-top:1px solid #eceeed}.job-card-foot small{max-width:55%;color:#737b76;font-size:10px;line-height:1.5}.job-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:7px}.job-actions .selected{border-color:#8cb7ac;background:#f1f8f5}.job-events{display:grid;gap:8px;max-height:420px;overflow:auto}.job-event{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding:10px;border:1px solid #e1e6e3;border-left:3px solid #82908a;border-radius:5px;background:#fbfcfc}.job-event.warn{border-left-color:#bf7d24}.job-event.error{border-left-color:#a94c4c}.job-event span,.job-event strong,.job-event small{display:block}.job-event span{color:#858d88;font-size:9px}.job-event strong{margin-top:3px;font-size:12px}.job-event small{margin-top:5px;color:#68736d;font-size:10px;line-height:1.5;overflow-wrap:anywhere}.job-event em{flex:0 0 auto;padding:3px 6px;border-radius:4px;background:#edf1ef;color:#59645f;font-size:9px;font-style:normal;font-weight:800;text-transform:uppercase}.job-product-list{display:grid;gap:8px;max-height:420px;overflow:auto}.job-product-list article{display:grid;grid-template-columns:44px minmax(0,1fr);gap:9px;align-items:center;padding:9px;border:1px solid #e1e6e3;border-radius:5px;background:#fbfcfc}.job-product-list .thumb{width:44px;height:44px;flex-basis:44px}.job-product-list strong,.job-product-list small,.job-product-list span{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.job-product-list strong{font-size:12px}.job-product-list small{margin-top:4px;color:#748079;font-size:10px}.job-product-list span{margin-top:4px;color:#56645e;font-size:10px}.category-picker{position:relative}.category-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:42px;padding:8px 10px;border:1px solid #cfd4d1;border-radius:5px;background:#fff;color:#252b27;text-align:left;cursor:pointer}.category-trigger span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-trigger svg{flex:0 0 auto;transition:transform .15s}.category-picker.open .category-trigger{border-color:var(--primary);box-shadow:0 0 0 2px #426f631f}.category-picker.open .category-trigger svg{transform:rotate(180deg)}.category-menu{position:absolute;z-index:40;top:calc(100% + 6px);left:0;width:min(720px,75vw);overflow:hidden;border:1px solid var(--line);border-radius:6px;background:#fff;box-shadow:0 18px 45px #19241f2e}.category-menu-head,.category-menu-foot{display:flex;align-items:center;gap:10px;padding:10px}.category-menu-head{border-bottom:1px solid var(--line)}.category-menu-head>button{flex:0 0 auto;border:0;background:transparent;color:var(--primary-dark);font-size:11px;cursor:pointer}.category-search{display:flex;align-items:center;min-width:0;flex:1;gap:7px;padding:0 9px;border:1px solid #cfd4d1;border-radius:5px}.category-search svg{flex:0 0 auto;color:#78817b}.category-search input{min-height:34px;padding:6px 0;border:0;outline:0;box-shadow:none}.category-options{max-height:390px;overflow:auto;padding:6px}.category-option{display:flex;align-items:center;min-height:40px;border-radius:4px}.category-option:hover{background:#f5f8f7}.category-option>label{display:flex;align-items:center;min-width:0;flex:1;gap:9px;padding:5px 8px 5px 1px;cursor:pointer}.category-option input{width:15px;min-height:15px;flex:0 0 auto}.category-option label span{min-width:0}.category-option strong,.category-option small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-option strong{color:#303632;font-size:12px}.category-option small{margin-top:2px;color:#858d88;font-size:10px;font-weight:400}.category-menu-foot{justify-content:space-between;border-top:1px solid var(--line);color:#737b76;font-size:11px}.selection-summary{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px;margin-bottom:12px}.selection-summary>div{display:flex;align-items:center;justify-content:space-between;min-height:58px;padding:11px 13px;border:1px solid var(--line);border-left:3px solid #8b9490;border-radius:5px;background:#fff}.selection-summary span{color:#69716c;font-size:11px}.selection-summary strong{font-size:18px}.selection-summary .validated{border-left-color:#4e8174}.selection-summary .sourcing{border-left-color:#ba7b25}.selection-summary .launched{border-left-color:#39735e}.selection-summary .rejected{border-left-color:#aa5353}.selection-list{display:grid;gap:10px}.selection-card{padding:14px;border:1px solid var(--line);border-radius:6px;background:#fff}.selection-card.highlight{border-color:#5d9486;box-shadow:0 0 0 2px #426f631f}.selection-product{display:flex;align-items:center;gap:11px;padding-bottom:12px;border-bottom:1px solid #eceeed}.selection-product>div:last-child{min-width:0}.selection-product strong,.selection-product small{display:block}.selection-product strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.selection-product small{margin-top:4px;color:#7a827d;font-size:10px}.selection-profit{margin-top:6px;color:#69736e;font-size:10px}.selection-profit b{color:#2d6b5a}.selection-fields{display:grid;grid-template-columns:160px 130px 130px minmax(240px,1fr);gap:10px;margin-top:12px}.selection-fields label{display:grid;gap:5px;color:#646d68;font-size:10px;font-weight:700}.selection-fields textarea{min-height:64px;resize:vertical}.selection-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:10px}.profit-product{display:flex;align-items:center;gap:11px;margin-bottom:12px;padding:12px 14px;border:1px solid #cbdcd6;border-radius:6px;background:#f1f7f5}.profit-product span,.profit-product strong,.profit-product small{display:block}.profit-product span{color:#668078;font-size:9px;font-weight:800;text-transform:uppercase}.profit-product strong{margin-top:3px;font-size:13px}.profit-product small{margin-top:4px;color:#737d78;font-size:10px}.profit-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:12px}.profit-result{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.profit-result>div{padding:12px;border:1px solid var(--line);border-radius:5px;background:#fafbfa}.profit-result span,.profit-result strong{display:block}.profit-result span{color:#737c77;font-size:10px}.profit-result strong{margin-top:6px;font-size:18px}.profit-result .positive{color:#28705c}.profit-result .negative{color:#ac4141}.decision{margin-top:10px;padding:10px;border-radius:5px;background:#eef6f3;color:#345f54;font-size:11px;font-weight:700}.decision.watch{background:#fff8e8;color:#80551c}.decision.reject{background:#fff0f0;color:#9a3f3f}.profit-status{display:inline-flex;align-items:center;justify-content:center;min-width:64px;padding:4px 7px;border:1px solid #d8dfdc;border-radius:4px;background:#f2f4f3;color:#59645f;font-size:10px;font-weight:800}.profit-status.healthy{border-color:#8dc0aa;background:#edf8f3;color:#276b59}.profit-status.watch{border-color:#d3b66b;background:#fff7e2;color:#77551a}.profit-status.reject{border-color:#e1b6b6;background:#fff1f1;color:#9a3f3f}.table-wrap td>small{display:block;margin-top:3px;color:#858d88;font-size:9px}.competitor-tracker{margin-top:12px;padding:12px;border:1px solid #e0e6e3;border-radius:6px;background:#fbfcfc}.competitor-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.competitor-head strong,.competitor-head small{display:block}.competitor-head strong{font-size:12px}.competitor-head small{margin-top:3px;color:#78817c;font-size:9px}.competitor-head form{display:flex;align-items:center;gap:7px}.competitor-head input{width:180px}.competitor-empty{margin-top:10px;padding:9px;border:1px dashed #cfd8d4;border-radius:5px;color:#7b837e;font-size:10px;text-align:center}.competitor-list{display:grid;gap:8px;margin-top:10px}.competitor-card{display:grid;grid-template-columns:minmax(220px,1fr) minmax(360px,1.2fr) auto;align-items:center;gap:10px;padding:10px;border:1px solid #e2e7e4;border-radius:5px;background:#fff}.competitor-main{min-width:0}.competitor-main strong,.competitor-main small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.competitor-main strong{font-size:12px}.competitor-main small{margin-top:3px;color:#77807b;font-size:10px}.competitor-snapshot{display:flex;align-items:center;flex-wrap:wrap;gap:5px}.competitor-snapshot span{padding:4px 6px;border:1px solid #e2e7e4;border-radius:4px;background:#fafbfa;color:#5d6762;font-size:9px}.competitor-snapshot small{color:#8a928e;font-size:9px}.competitor-snapshot b{color:#2f3934}.template-tools{display:grid;grid-template-columns:minmax(240px,1fr) auto;align-items:end;gap:10px;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #eceeed}.template-tools label{display:grid;gap:5px;color:#59615c;font-size:10px;font-weight:700}.template-form{display:grid;grid-template-columns:minmax(180px,1fr) 150px 130px 120px auto;align-items:end;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid #eceeed}.template-form>div strong,.template-form>div small{display:block}.template-form>div strong{font-size:12px}.template-form>div small{margin-top:3px;color:#78817c;font-size:9px;line-height:1.4}.template-list{display:grid;gap:7px;margin-top:12px}.template-list button{display:grid;gap:3px;width:100%;padding:9px 10px;border:1px solid #dfe5e2;border-radius:5px;background:#fff;color:#35403b;text-align:left;cursor:pointer}.template-list button:hover{border-color:#9db6ae;background:#f7faf8}.template-list strong{font-size:11px}.template-list span{color:#78817c;font-size:9px}.selection-picker{position:absolute;top:0;right:0;width:min(720px,96vw);height:100%;overflow:auto;background:#fff;box-shadow:-16px 0 42px #121b172e}.selection-picker-body{padding:18px}.selection-picker-body>p{margin:0 0 14px;color:#707873;font-size:12px}.selection-product-options{display:grid;gap:8px}.selection-product-options article{display:grid;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:11px;padding:11px;border:1px solid var(--line);border-radius:6px}.selection-product-options article:hover{border-color:#bfd0ca;background:#fafcfb}.selection-option-info{min-width:0}.selection-option-info strong,.selection-option-info small,.selection-option-info span{display:block}.selection-option-info strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.selection-option-info small{margin-top:4px;color:#77807b;font-size:10px}.selection-option-info span{margin-top:5px;color:#53645e;font-size:10px}.purchase-summary{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:10px;padding:9px 10px;border:1px solid #dde6e2;border-radius:5px;background:#fbfcfc}.purchase-summary>div{display:grid;gap:2px}.purchase-summary strong{font-size:12px}.purchase-summary small{color:#7a837e;font-size:9px}.purchase-summary p,.purchase-result p{display:flex;align-items:center;gap:5px;width:100%;margin:0;color:#9a3f3f;font-size:10px}.purchase-badge{display:inline-flex;align-items:center;justify-content:center;min-width:74px;min-height:26px;padding:4px 7px;border:1px solid #d8dfdc;border-radius:4px;background:#f2f4f3;color:#59645f;font-size:10px;font-weight:800}.purchase-badge.advance{border-color:#8dc0aa;background:#edf8f3;color:#276b59}.purchase-badge.review{border-color:#d3b66b;background:#fff7e2;color:#77551a}.purchase-badge.observe{border-color:#c5d5d0;background:#f3f8f6;color:#4f675f}.purchase-badge.reject,.purchase-badge.blocked{border-color:#e1b6b6;background:#fff1f1;color:#9a3f3f}.purchase-drawer{width:min(760px,96vw)}.purchase-drawer-product{display:flex;align-items:center;gap:10px;padding:14px 18px;border-bottom:1px solid #eceeed;background:#fbfcfc}.purchase-drawer-product>div:last-child{min-width:0}.purchase-drawer-product strong,.purchase-drawer-product small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.purchase-drawer-product strong{font-size:13px}.purchase-drawer-product small{margin-top:4px;color:#747d78;font-size:10px}.purchase-form{display:grid;gap:12px;padding:18px}.purchase-result{display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:9px;padding:11px;border:1px solid #dce7e3;border-radius:5px;background:#f5faf8}.purchase-result strong{font-size:18px}.purchase-result small{color:#6b756f;font-size:10px}.purchase-fieldset{margin:0;padding:12px;border:1px solid #dfe5e2;border-radius:5px}.purchase-fieldset legend{padding:0 5px;color:#59645f;font-size:11px;font-weight:800}.purchase-fieldset>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.purchase-fieldset label,.purchase-notes{display:grid;gap:5px;color:#5b6661;font-size:10px;font-weight:700}.purchase-fieldset .btn{align-self:end}.purchase-notes textarea{min-height:86px;resize:vertical}.score-reasons{display:flex;flex-wrap:wrap;gap:6px}.score-reasons span{padding:5px 7px;border:1px solid #dfe5e2;border-radius:4px;background:#f7faf8;color:#59645f;font-size:10px}.purchase-history{display:grid;gap:8px;padding:11px;border:1px solid #dfe5e2;border-radius:5px;background:#fbfcfc}.purchase-history>strong{font-size:12px}.purchase-history>small{color:#78817c;font-size:10px}.purchase-history>div{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:8px;padding-top:8px;border-top:1px solid #edf0ee}.purchase-history b,.purchase-history small,.purchase-history em,.purchase-history p{display:block;min-width:0}.purchase-history b{font-size:12px}.purchase-history small{margin-top:2px;color:#7a837e;font-size:9px}.purchase-history em{margin-top:3px;color:#9a3f3f;font-size:10px;font-style:normal}.purchase-history p{margin:4px 0 0;color:#59645f;font-size:10px;line-height:1.45}.login-page{display:grid;place-items:center;min-height:100vh;background:#eef1f0}.login-card{width:min(400px,92vw);padding:28px;border:1px solid #d5dcd8;border-radius:7px;background:#fff;box-shadow:0 15px 40px #18231e17}.login-card .brand{padding:0 0 22px;color:#1f2b27}.login-card h1{margin:0;font-size:22px}.login-card>p{margin:6px 0 20px;color:#7b837e;font-size:12px}.login-card label{display:grid;gap:6px;margin:12px 0;color:#555d58;font-size:12px}.login-card>.btn{width:100%;margin-top:8px}.job-product-list article{grid-template-columns:44px minmax(0,1fr) auto}.job-product-list em{display:block;min-width:0;margin-top:4px;overflow:hidden;color:#9a3f3f;font-size:10px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}@media(max-width:1000px){.app-shell{grid-template-columns:minmax(0,1fr);min-width:0}.sidebar{position:static;width:100%;max-width:100vw;min-width:0;height:auto;overflow:hidden}.sidebar .brand{max-width:100%;min-width:0}.sidebar nav{display:flex;max-width:100%;overflow:auto}.sidebar nav a{flex:0 0 auto}.nav-group,.workspace{display:none}.main{width:100%;min-width:0}.metrics{grid-template-columns:repeat(2,1fr)}.operation-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.two,.run-form,.crawl-options,.profit-layout,.template-tools,.template-form,.competitor-card{grid-template-columns:1fr}.topbar{padding:0 14px}.content{padding:16px}.run-form fieldset{min-height:auto}.form-grid{grid-template-columns:1fr}.category-menu{position:fixed;top:10vh;right:14px;left:14px;width:auto}.category-options{max-height:62vh}.schedule-card{align-items:stretch;flex-direction:column}.schedule-card>.btn{width:100%}.selection-summary{grid-template-columns:repeat(2,1fr)}.selection-fields{grid-template-columns:1fr 1fr}.selection-fields .notes{grid-column:1/-1}.competitor-head,.competitor-head form{align-items:stretch;flex-direction:column}.competitor-head input{width:100%}.drawer-actions{grid-template-columns:1fr}.selection-product-options article{grid-template-columns:52px minmax(0,1fr)}.selection-product-options article>.btn{grid-column:1/-1}.purchase-fieldset>div{grid-template-columns:repeat(2,minmax(0,1fr))}.job-card-foot{align-items:stretch;flex-direction:column}.job-card-foot small{max-width:none}.job-actions{justify-content:stretch}.job-actions .btn{flex:1 1 auto}.batch-filter{align-items:stretch;flex-direction:column}.operation-alert{grid-template-columns:30px minmax(0,1fr)}.operation-alert-actions{grid-column:1/-1;justify-content:flex-start;max-width:none}.operation-opportunities article{grid-template-columns:46px minmax(0,1fr)}.operation-opportunities article>.btn{grid-column:1/-1}.operation-filters select{flex:1 1 160px}}@media(max-width:600px){.topbar{align-items:flex-start;flex-direction:column;padding:10px 14px}.top-actions{justify-content:flex-start;width:100%}.team-select,.team-chip{max-width:100%}.page-intro{align-items:flex-start;flex-direction:column}.page-intro>.btn{width:100%}.operation-metrics{grid-template-columns:1fr}.product-drawer,.asin-sync-drawer,.purchase-drawer{width:100vw}.drawer-head{padding:14px 16px}.drawer-body,.asin-sync-body,.purchase-form{padding:14px}.drawer-image{aspect-ratio:1/1;max-height:280px;margin-bottom:14px}.drawer-image img{padding:12px}.drawer-body h3{font-size:15px;line-height:1.4}.detail-metrics{margin:14px 0}.details-list>div{grid-template-columns:96px minmax(0,1fr)}.rank-section>div{align-items:flex-start;flex-direction:column}.rank-section .rank-badge{width:100%}.search-bar{align-items:stretch;flex-wrap:wrap}.search-bar input{min-width:0}.search-bar .btn{width:100%}.purchase-fieldset>div,.purchase-result{grid-template-columns:1fr}.purchase-drawer-product{padding:12px 14px}}@media(max-width:600px){.modal-layer{align-items:end;padding:12px}.confirm-dialog{grid-template-columns:38px minmax(0,1fr);padding:16px}.confirm-dialog-icon{width:38px;height:38px}.confirm-dialog-actions{display:grid;grid-template-columns:1fr 1fr}.confirm-dialog-actions .btn{width:100%}}.sourcing-layer{z-index:120}.sourcing-drawer{position:fixed;top:0;right:0;width:min(1120px,98vw);height:100dvh;overflow:hidden;background:#fff;box-shadow:-16px 0 42px #121b1733}.sourcing-body{height:calc(100dvh - 67px);min-width:0;overflow-x:hidden;overflow-y:auto;padding:0 20px 24px}.sourcing-loading{display:flex;align-items:center;justify-content:center;gap:9px;height:calc(100dvh - 67px);color:#6f7974;font-size:12px}.sourcing-product-summary{display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:12px;padding:16px 0;border-bottom:1px solid var(--line)}.sourcing-product-summary .thumb{width:58px;height:58px;flex-basis:58px}.sourcing-product-summary>div:nth-child(2){min-width:0}.sourcing-product-summary strong,.sourcing-product-summary small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sourcing-product-summary strong{font-size:13px}.sourcing-product-summary small{margin-top:5px;color:#77807b;font-size:10px}.sourcing-product-summary>div:last-child{text-align:right}.sourcing-product-summary span,.sourcing-product-summary b{display:block}.sourcing-product-summary span{color:#77807b;font-size:9px;font-weight:800}.sourcing-product-summary b{margin-top:4px;color:#2d6355;font-size:17px}.sourcing-notice{margin:12px 0 0}.sourcing-section{min-width:0;padding:16px 0;border-bottom:1px solid #e5e8e6}.sourcing-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:11px}.sourcing-section-head span,.sourcing-section-head small{display:block}.sourcing-section-head span{color:#303934;font-size:12px;font-weight:800}.sourcing-section-head small{margin-top:3px;color:#7a837e;font-size:9px;line-height:1.45}.sourcing-empty{padding:14px 0;color:#858d89;font-size:11px}.current-offer-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid #e6e9e7;border-left:1px solid #e6e9e7}.current-offer-summary>div{min-width:0;padding:10px 11px;border-right:1px solid #e6e9e7;border-bottom:1px solid #e6e9e7}.current-offer-summary span,.current-offer-summary strong{display:block}.current-offer-summary span{color:#7b847f;font-size:9px}.current-offer-summary strong{margin-top:4px;overflow-wrap:anywhere;font-size:11px}.offer-table-wrap{width:100%;overflow-x:auto;border:1px solid #e2e6e4;border-radius:5px}.offer-table{min-width:980px}.offer-table tbody tr.active td{background:#f3f8f6}.offer-table td:first-child{position:relative;min-width:190px}.offer-table td strong,.offer-table td small{display:block}.offer-table td small{margin-top:4px;color:#7b847f;font-size:9px}.offer-table td em{display:inline-flex;margin-top:5px;padding:3px 5px;border-radius:3px;background:#dfeee9;color:#286553;font-size:8px;font-style:normal;font-weight:800}.offer-status{display:inline-flex;align-items:center;min-height:23px;padding:3px 7px;border:1px solid #d8dfdc;border-radius:4px;background:#f2f4f3;color:#59645f;font-size:9px;font-weight:800}.offer-status.confirmed{border-color:#9bc3b5;background:#edf8f4;color:#276b59}.offer-status.draft{border-color:#d8c18b;background:#fff8e9;color:#79591e}.offer-status.expired{border-color:#dfb6b6;background:#fff1f1;color:#963e3e}.offer-actions{display:flex;align-items:center;gap:5px;white-space:nowrap}.offer-actions .btn{min-height:28px;padding:4px 7px;font-size:9px}.sourcing-form-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.78fr);gap:24px}.sourcing-form-layout>.sourcing-section{align-self:start}.sourcing-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.sourcing-fields label,.sourcing-profit-form>label,.sourcing-settings-grid>label{display:grid;min-width:0;gap:5px;color:#5c6661;font-size:10px;font-weight:700}.sourcing-fields .wide{grid-column:1/-1}.sourcing-fields input,.sourcing-profit-form select{min-width:0}.cost-preview,.cost-limit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:12px 0;border-top:1px solid #e4e8e6;border-left:1px solid #e4e8e6}.cost-preview>div,.cost-limit-grid>div{padding:10px;border-right:1px solid #e4e8e6;border-bottom:1px solid #e4e8e6}.cost-preview span,.cost-preview strong,.cost-limit-grid span,.cost-limit-grid strong{display:block}.cost-preview span,.cost-limit-grid span{color:#79827d;font-size:9px}.cost-preview strong,.cost-limit-grid strong{margin-top:4px;font-size:13px}.sourcing-draft-form>.btn{width:100%}.sourcing-profit-form{display:grid;gap:10px}.qualification-result{display:grid;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:8px;padding:10px;border-left:3px solid #a34a4a;background:#fff5f5;color:#873b3b}.qualification-result.qualified{border-left-color:#43806e;background:#f0f8f5;color:#275f50}.qualification-result strong,.qualification-result small{display:block}.qualification-result strong{font-size:12px}.qualification-result small{margin-top:3px;font-size:9px;line-height:1.45}.qualification-gap{color:#8a5144;font-size:9px}.sourcing-primary-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.selection-disabled-reason{padding:8px 9px;background:#f4f5f5;color:#6e7772;font-size:9px;line-height:1.45}.sourcing-settings-grid{display:grid;grid-template-columns:160px 160px minmax(240px,1fr) auto;align-items:end;gap:10px}.exchange-rate{min-height:56px;padding:8px 10px;border-left:3px solid #6b8e84;background:#f5f8f7}.exchange-rate span,.exchange-rate strong,.exchange-rate small{display:block}.exchange-rate span{color:#76807b;font-size:9px}.exchange-rate strong{margin-top:3px;font-size:14px}.exchange-rate small{margin-top:2px;color:#6f7974;font-size:9px}.sourcing-settings-actions{display:flex;align-items:center;gap:7px}.selection-offer-source{display:flex;align-items:flex-end;flex-wrap:wrap;gap:7px 14px;margin-top:9px;padding:8px 10px;border-left:3px solid #4b7d70;background:#f4f8f6}.selection-offer-source>div{min-width:90px}.selection-offer-source span,.selection-offer-source strong{display:block}.selection-offer-source span{color:#72807a;font-size:8px}.selection-offer-source strong{margin-top:3px;overflow-wrap:anywhere;font-size:9px}.selection-offer-source.expired{border-left-color:#ac4b4b;background:#fff5f5}.selection-offer-source.missing{align-items:center;border-left-color:#98a09c;background:#f5f6f6}.selection-offer-source>.btn{margin-left:auto}.profit-source-strip{display:grid;grid-template-columns:minmax(200px,1.5fr) repeat(4,minmax(100px,.6fr));margin-bottom:12px;border-left:3px solid #4b7d70;background:#f1f7f5}.profit-source-strip>div{min-width:0;padding:9px 11px;border-right:1px solid #dce8e4}.profit-source-strip span,.profit-source-strip strong{display:block}.profit-source-strip span{color:#698078;font-size:8px;font-weight:800}.profit-source-strip strong{margin-top:4px;overflow-wrap:anywhere;font-size:10px}.profit-cost-source strong,.profit-cost-source small{display:block}.profit-cost-source strong{font-size:10px}.profit-cost-source small{margin-top:3px;color:#7a837e;font-size:8px}.profit-cost-source.manual{color:#68716d;font-size:10px}@media(max-width:1000px){.sourcing-form-layout{grid-template-columns:1fr;gap:0}.sourcing-settings-grid{grid-template-columns:1fr 1fr}.sourcing-settings-actions{justify-content:flex-end}.current-offer-summary,.profit-source-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.profit-source-strip>div:first-child{grid-column:1/-1}}@media(max-width:600px){.sourcing-drawer{width:100vw}.sourcing-body{padding:0 14px 20px}.sourcing-product-summary{grid-template-columns:52px minmax(0,1fr);align-items:center}.sourcing-product-summary .thumb{width:52px;height:52px;flex-basis:52px}.sourcing-product-summary>div:last-child{grid-column:1/-1;padding-top:8px;border-top:1px solid #edf0ee;text-align:left}.sourcing-product-summary strong{white-space:normal;overflow-wrap:anywhere}.sourcing-section-head{align-items:flex-start;flex-direction:column}.sourcing-section-head>.btn{width:100%}.current-offer-summary,.sourcing-fields,.cost-preview,.cost-limit-grid,.sourcing-primary-actions,.sourcing-settings-grid,.profit-source-strip{grid-template-columns:1fr}.sourcing-fields .wide,.profit-source-strip>div:first-child{grid-column:auto}.sourcing-settings-actions{display:grid;grid-template-columns:1fr 1fr;justify-content:stretch}.sourcing-settings-actions .btn{min-width:0;padding-right:7px;padding-left:7px}.selection-offer-source{align-items:stretch;flex-direction:column}.selection-offer-source>.btn{width:100%;margin-left:0}.selection-actions{align-items:stretch;flex-direction:column}.selection-actions .btn{width:100%}.selection-product{align-items:flex-start}.selection-product strong{white-space:normal;overflow-wrap:anywhere}.profit-source-strip>div{border-right:0;border-bottom:1px solid #dce8e4}}.category-sync-progress{margin-bottom:12px;padding:15px 16px;border:1px solid #d9dfdc;border-left:3px solid #89958f;border-radius:6px;background:#fff}.category-sync-progress.running{border-left-color:var(--primary)}.category-sync-progress.success{border-left-color:#3d806d}.category-sync-progress.failed{border-left-color:var(--danger)}.category-sync-overview,.category-sync-title,.category-sync-bar-row{display:flex;align-items:center}.category-sync-overview{justify-content:space-between;gap:14px}.category-sync-title{min-width:0;gap:10px}.category-sync-title>div{min-width:0}.category-sync-title strong,.category-sync-title small{display:block}.category-sync-title strong{font-size:14px}.category-sync-title small{margin-top:3px;color:#6e7873;font-size:10px;line-height:1.4}.category-sync-icon{display:grid;place-items:center;width:34px;height:34px;flex:0 0 34px;border-radius:5px;background:#eef3f1;color:#426f63}.category-sync-state{flex:0 0 auto;padding:5px 8px;border-radius:4px;background:#eef1f0;color:#5d6863;font-size:10px;font-weight:800}.category-sync-state.running{background:#eaf5f1;color:#2d6c5b}.category-sync-state.success{background:#e9f6f1;color:#27705d}.category-sync-state.failed{background:#fff0f0;color:#a53e3e}.category-sync-bar-row{gap:12px;margin:14px 0 12px}.category-sync-bar-row>div:first-child{width:135px;flex:0 0 135px}.category-sync-bar-row span,.category-sync-bar-row strong{display:block}.category-sync-bar-row>div:first-child span{color:#77807b;font-size:9px}.category-sync-bar-row>div:first-child strong{margin-top:3px;font-size:12px}.category-sync-bar-row>b{width:38px;flex:0 0 38px;color:#52605a;font-size:11px;text-align:right}.category-sync-track{position:relative;height:7px;flex:1;overflow:hidden;border-radius:3px;background:#e9edeb}.category-sync-track>span{height:100%;border-radius:3px;background:#4d8174;transition:width .25s ease}.category-sync-track.indeterminate>span{position:absolute;width:28%!important;animation:sync-slide 1.4s ease-in-out infinite}@keyframes sync-slide{0%{left:-28%}to{left:100%}}.category-sync-details{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid #e5e9e7;border-left:1px solid #e5e9e7}.category-sync-details>div{min-width:0;padding:10px 11px;border-right:1px solid #e5e9e7;border-bottom:1px solid #e5e9e7}.category-sync-details span,.category-sync-details strong,.category-sync-details small{display:block}.category-sync-details span{color:#7a837e;font-size:9px}.category-sync-details strong{margin-top:4px;overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.category-sync-details small{margin-top:3px;overflow:hidden;color:#818985;font-size:9px;text-overflow:ellipsis;white-space:nowrap}@media(max-width:760px){.category-sync-overview{align-items:flex-start}.category-sync-title small{white-space:normal}.category-sync-bar-row{align-items:flex-end;flex-wrap:wrap}.category-sync-bar-row>div:first-child{width:auto;flex:1}.category-sync-track{order:3;min-width:100%;flex-basis:100%}.category-sync-details{grid-template-columns:1fr}.category-sync-details strong,.category-sync-details small{white-space:normal}.category-sync-state{margin-top:2px}}.keyword-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-bottom:12px}.keyword-metric{min-height:94px;padding:14px;border:1px solid var(--line);border-left:3px solid #63897f;border-radius:6px;background:#fff}.keyword-metric span,.keyword-metric strong,.keyword-metric small{display:block}.keyword-metric span{color:#69736e;font-size:11px}.keyword-metric strong{margin:7px 0;font-size:23px}.keyword-metric small{overflow:hidden;color:#858d89;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.keyword-filters{display:flex;align-items:center;gap:8px;margin-bottom:12px}.keyword-search{position:relative;min-width:260px;flex:1}.keyword-search svg{position:absolute;top:10px;left:10px;color:#7d8782}.keyword-search input{padding-left:35px}.keyword-filters select{width:auto;min-width:136px}.keyword-table table{min-width:1120px}.keyword-table td:first-child{max-width:360px}.keyword-table td:first-child>small{display:block;margin-top:4px;color:#838b87;font-size:9px}.keyword-name{display:block;max-width:340px;padding:0;overflow:hidden;border:0;background:transparent;color:#27322e;font-size:12px;font-weight:800;text-align:left;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.keyword-name:hover{color:var(--primary-dark);text-decoration:underline}.keyword-trend{display:inline-flex;align-items:center;gap:3px;font-size:10px;font-weight:800}.keyword-trend.rising{color:#27705d}.keyword-trend.falling{color:#a34646}.keyword-trend.neutral{color:#68726d}.keyword-score{display:inline-grid;place-items:center;min-width:60px;padding:6px 8px;border:1px solid #d9dfdc;border-radius:5px;background:#f7f9f8;color:#56635d}.keyword-score strong,.keyword-score small{display:block}.keyword-score strong{font-size:17px;line-height:1}.keyword-score small{margin-top:3px;font-size:8px;white-space:nowrap}.keyword-score.high{border-color:#87baa6;background:#eef8f4;color:#276b59}.keyword-score.medium{border-color:#d6bd7a;background:#fff8e8;color:#77571f}.keyword-score.large{min-width:82px;padding:10px}.keyword-score.large strong{font-size:26px}.keyword-empty{display:grid;place-items:center;min-height:150px;padding:20px;color:#7c8580;font-size:11px;text-align:center}.keyword-empty.compact{min-height:80px}.keyword-import-history table{min-width:900px}.keyword-import-dialog{width:min(590px,100%);padding:20px;border:1px solid #d8dfdc;border-radius:7px;background:#fff;box-shadow:0 24px 70px #121b1738}.keyword-dialog-head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:18px}.keyword-dialog-head small{color:#78827d;font-size:9px;font-weight:800}.keyword-dialog-head h2{margin:4px 0 0;font-size:18px}.keyword-import-dialog>label,.keyword-period-fields label{display:grid;gap:6px;margin-top:12px;color:#56615c;font-size:11px;font-weight:700}.keyword-import-hint{margin:7px 0 0;color:#7a837e;font-size:10px;line-height:1.5}.keyword-period-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px}.keyword-file-field{position:relative;place-items:center;min-height:126px;padding:18px;border:1px dashed #aebdb7;border-radius:6px;background:#f8faf9;color:#44685f;text-align:center;cursor:pointer}.keyword-file-field span,.keyword-file-field small{display:block}.keyword-file-field span{font-size:12px}.keyword-file-field small{color:#7d8782;font-size:9px;font-weight:500}.keyword-file-field input{position:absolute;width:1px;height:1px;opacity:0}.keyword-dialog-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:18px}.keyword-page-actions{display:flex;align-items:center;gap:8px}.spapi-connection{display:grid;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:10px;margin-bottom:12px;padding:11px 13px;border:1px solid #d7dfdc;border-left:3px solid #9aa7a2;border-radius:6px;background:#fff}.spapi-connection.ready{border-left-color:#4e8174;background:#f6faf8}.spapi-connection.pending{border-left-color:#bf8b3b;background:#fffbf3}.spapi-connection>svg{color:#55756c}.spapi-connection strong,.spapi-connection span{display:block}.spapi-connection strong{font-size:11px}.spapi-connection span{margin-top:3px;color:#707a75;font-size:9px}.spapi-connection>small{max-width:440px;overflow:hidden;color:#7d8581;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.keyword-source{display:inline-flex;padding:4px 7px;border:1px solid #d9dfdc;border-radius:4px;background:#f6f8f7;color:#5c6862;font-size:9px;font-weight:800}.keyword-source.api{border-color:#acd0c4;background:#eef8f4;color:#2d6e5d}.keyword-import-history .message strong,.keyword-import-history .message small{display:block}.keyword-import-history .message strong{color:#4c5852;font-size:10px}.keyword-import-history .message small{margin-top:3px;color:#7a837e;font-size:9px}.keyword-sync-progress{position:relative;display:block;width:100%;height:3px;margin-top:7px;overflow:hidden;background:#e7ece9}.keyword-sync-progress:after{position:absolute;top:0;bottom:0;width:34%;background:#5b897d;content:"";animation:keyword-sync-move 1.4s ease-in-out infinite}@keyframes keyword-sync-move{0%{left:-34%}to{left:100%}}.status.running{align-items:center;gap:4px}.keyword-asin-input{min-height:88px;resize:vertical}.keyword-import-dialog label>small{color:#7d8782;font-size:9px;font-weight:500}.keyword-drawer{position:fixed;top:0;right:0;width:min(780px,98vw);height:100dvh;overflow:hidden;background:#fff;box-shadow:-16px 0 42px #121b1733}.keyword-drawer-body{height:calc(100dvh - 67px);overflow-y:auto;padding:0 20px 24px}.keyword-detail-header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:16px;padding:20px 0;border-bottom:1px solid var(--line)}.keyword-detail-header>div:first-child>span{color:#79827d;font-size:9px;font-weight:800}.keyword-detail-header h3{margin:5px 0 7px;overflow-wrap:anywhere;font-size:20px}.keyword-detail-header a{display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:700}.keyword-detail-metrics{grid-column:1/-1;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));margin-top:4px;border-top:1px solid #e1e6e3;border-left:1px solid #e1e6e3}.keyword-detail-metrics>div{padding:10px;border-right:1px solid #e1e6e3;border-bottom:1px solid #e1e6e3}.keyword-detail-metrics span,.keyword-detail-metrics strong{display:block}.keyword-detail-metrics span{color:#7a837e;font-size:9px}.keyword-detail-metrics strong{margin-top:5px;font-size:12px}.keyword-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.keyword-section-head span,.keyword-section-head small{display:block}.keyword-section-head span{font-size:13px;font-weight:800}.keyword-section-head small{margin-top:3px;color:#7b847f;font-size:9px}.keyword-section-head>svg{color:#4b7c6f}.keyword-chart-section,.keyword-breakdown,.keyword-asin-section{padding:18px 0;border-bottom:1px solid var(--line)}.keyword-bar-chart{display:flex;align-items:stretch;gap:7px;height:178px;padding:10px 6px 0;border-bottom:1px solid #dfe4e2;background:linear-gradient(to bottom,#fff 0,#fff 32%,#f1f4f2,#fff 34%,#fff 65%,#f1f4f2,#fff 67%)}.keyword-bar-column{display:grid;grid-template-rows:22px minmax(0,1fr) 20px;min-width:30px;flex:1;text-align:center}.keyword-bar-column>span{overflow:hidden;color:#66726c;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.keyword-bar-column>div{display:flex;align-items:flex-end;justify-content:center;min-height:0}.keyword-bar-column i{display:block;width:min(26px,72%);min-height:5px;border-radius:3px 3px 0 0;background:#4f8275}.keyword-bar-column small{padding-top:5px;color:#7f8883;font-size:8px}.keyword-score-row{display:grid;grid-template-columns:78px minmax(0,1fr) 44px;align-items:center;gap:10px;margin:9px 0}.keyword-score-row>span,.keyword-score-row>strong{font-size:10px}.keyword-score-row>strong{text-align:right}.keyword-score-row>div{height:6px;overflow:hidden;border-radius:3px;background:#e8ecea}.keyword-score-row i{display:block;height:100%;border-radius:3px;background:#5f8d81}.keyword-asin-list{display:grid;gap:8px}.keyword-asin-list article{display:grid;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px;border:1px solid #e0e5e2;border-radius:6px;background:#fbfcfc}.keyword-asin-main{min-width:0}.keyword-asin-main strong,.keyword-asin-main small,.keyword-asin-main span{display:block}.keyword-asin-main strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.keyword-asin-main small{margin-top:4px;color:#747f79;font-size:9px}.keyword-asin-main span{margin-top:5px;color:#52635d;font-size:9px}.keyword-asin-actions{display:flex;align-items:center;gap:6px}@media(max-width:1000px){.keyword-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.keyword-filters{align-items:stretch;flex-wrap:wrap}.keyword-search{min-width:100%;flex-basis:100%}.keyword-filters select{flex:1 1 150px}.keyword-filters>.btn{flex:1 1 120px}}@media(max-width:600px){.keyword-page-actions{display:grid;grid-template-columns:1fr 1fr;width:100%}.keyword-metrics{grid-template-columns:1fr 1fr}.keyword-metric{min-height:88px;padding:12px}.keyword-metric strong{font-size:20px}.spapi-connection{grid-template-columns:22px minmax(0,1fr)}.spapi-connection>small{grid-column:1/-1;max-width:100%;white-space:normal}.keyword-import-dialog{padding:16px}.keyword-period-fields{grid-template-columns:1fr}.keyword-dialog-actions{display:grid;grid-template-columns:1fr 1fr}.keyword-drawer{width:100vw}.keyword-drawer-body{padding:0 14px 20px}.keyword-detail-header{grid-template-columns:minmax(0,1fr) auto}.keyword-detail-metrics{grid-template-columns:1fr 1fr}.keyword-asin-list article{grid-template-columns:46px minmax(0,1fr)}.keyword-asin-list .thumb{width:46px;height:46px;flex-basis:46px}.keyword-asin-actions{grid-column:1/-1;justify-content:flex-end}.keyword-bar-chart{gap:3px}.keyword-bar-column{min-width:20px}.keyword-bar-column>span{display:none}}
