.plan-fact-intro{align-items:center}.plan-fact-intro>div:first-child{max-width:720px}.plan-fact-actions{display:grid;justify-items:end;gap:10px}.plan-fact-action-buttons{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.plan-fact-import-status{max-width:540px;margin:0;color:var(--muted);font-size:11px;line-height:1.4;text-align:right}.plan-fact-import-status.error{color:var(--red)}.plan-fact-period-control{display:grid;justify-items:end;gap:9px}.plan-fact-period-control>span{font-size:10px;font-weight:800;letter-spacing:.6px;text-transform:uppercase;color:var(--muted)}.plan-fact-period-tabs{display:flex;gap:4px;padding:4px;border:1px solid var(--line);border-radius:10px;background:#eef2f8}.plan-fact-period-tabs button{border:0;border-radius:7px;padding:9px 13px;background:transparent;color:var(--muted);font-size:11px;font-weight:800;white-space:nowrap}.plan-fact-period-tabs button.active{background:#fff;color:var(--blue);box-shadow:0 2px 7px rgba(23,35,60,.12)}.plan-fact-custom-period{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:12px;font-weight:700}.plan-fact-custom-period[hidden]{display:none}.plan-fact-custom-period input{width:70px;border:1px solid var(--line);border-radius:7px;padding:8px;text-align:center;color:var(--ink);font-weight:800}.plan-fact-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}.plan-fact-summary .kpi{min-width:0}.plan-fact-summary .kpi strong{overflow:hidden;text-overflow:ellipsis}.plan-fact-summary .kpi small.warning{color:#b47716}.plan-fact-card{padding:0;overflow:hidden}.plan-fact-table-wrap{overflow:auto;max-height:calc(100vh - 315px);min-height:300px}.plan-fact-table{min-width:2180px}.plan-fact-table th,.plan-fact-table td{padding-left:10px;padding-right:10px}.plan-fact-table thead{position:sticky;top:0;z-index:3;background:#fff}.plan-fact-table thead tr:first-child th{padding-top:15px;padding-bottom:9px;border-bottom:1px solid var(--line);color:#4d5e79}.plan-fact-table thead tr:last-child th{padding-top:10px}.plan-fact-table .plan-fact-sku{position:sticky;left:0;z-index:2;width:220px;min-width:220px;background:#fff;box-shadow:8px 0 14px rgba(23,35,60,.04)}.plan-fact-table thead .plan-fact-sku{z-index:5}.plan-fact-table tfoot .plan-fact-sku{background:#f8faff}.plan-fact-table tbody tr:hover td{background:#fbfcff}.plan-fact-table tbody tr:hover .plan-fact-sku{background:#fbfcff}.plan-fact-table tbody tr.is-invalid td{background:#fffafb}.plan-fact-table tbody tr.is-invalid .plan-fact-sku{background:#fffafb}.plan-fact-table tbody tr.is-dragging{opacity:.45}.plan-fact-table tbody tr.is-dragging td{background:#edf2ff}.plan-fact-table .input-column{background:#fcfdff}.plan-fact-table input{width:112px;border:1px solid #dce3ee;border-radius:7px;padding:9px 8px;background:#fff;color:var(--ink);font-weight:700;text-align:right;outline-color:var(--blue)}.plan-fact-table input[data-plan-fact-field="targetProfitPerDay"]{width:130px}.plan-fact-table input:focus{border-color:#8da4ef;box-shadow:0 0 0 3px rgba(65,105,225,.09)}.plan-fact-input{position:relative;display:inline-flex;align-items:center}.plan-fact-input span{position:absolute;right:9px;color:#9aa6ba;font-size:10px;font-weight:700;pointer-events:none}.plan-fact-input input.has-suffix{padding-right:25px}.plan-fact-result strong{display:block;font:700 14px 'Space Grotesk'}.plan-fact-result small{display:block;margin-top:3px;color:var(--muted);font-size:10px}.plan-fact-status{display:block;max-width:175px;margin:5px 0 0 29px;color:var(--muted);font-size:10px;line-height:1.35;white-space:normal}.plan-fact-status.error{color:var(--red)}.plan-fact-sku-line{display:flex;align-items:center;min-width:0}.plan-fact-sku-line strong{overflow:hidden;text-overflow:ellipsis}.plan-fact-drag{display:grid;grid-template-columns:repeat(3,3px);grid-template-rows:repeat(2,3px);gap:3px;flex:none;margin-right:10px;padding:6px;border-radius:6px;cursor:grab;touch-action:none}.plan-fact-drag:active{cursor:grabbing}.plan-fact-drag:focus-visible{outline:2px solid var(--blue);outline-offset:1px}.plan-fact-drag i{display:block;width:3px;height:3px;border-radius:50%;background:#9ca8bb}.plan-fact-drag:hover i{background:var(--blue)}.plan-fact-remove{flex:none;margin-left:auto;border:0;background:transparent;color:#aab4c5;width:28px;height:28px;border-radius:6px;font-size:18px;line-height:1}.plan-fact-remove:hover{background:#fdeff1;color:var(--red)}.plan-fact-table tfoot{position:sticky;bottom:0;z-index:3;background:#f8faff;box-shadow:0 -5px 16px rgba(23,35,60,.06)}.plan-fact-table tfoot td{border-top:2px solid #dce4f1;font-weight:800}.plan-fact-table tfoot td:not(.plan-fact-sku){background:#f8faff}.plan-fact-formula{padding:0}.plan-fact-formula summary{padding:17px 20px;cursor:pointer;font-weight:800}.plan-fact-formula>div{padding:0 20px 18px;color:var(--muted);font-size:12px;line-height:1.6}.plan-fact-formula p{margin:0 0 6px}.plan-fact-empty{padding:48px!important;text-align:center;color:var(--muted)}.plan-fact-product-modal label{display:grid;gap:7px;margin:20px 0 4px}.plan-fact-product-modal input{border:1px solid var(--line);border-radius:7px;padding:11px;outline-color:var(--blue)}@media(max-width:1100px){.plan-fact-intro{align-items:flex-start;flex-direction:column}.plan-fact-actions,.plan-fact-period-control{justify-items:start;width:100%}.plan-fact-import-status{text-align:left}.plan-fact-action-buttons{justify-content:flex-start}.plan-fact-period-tabs{max-width:100%;overflow:auto}.plan-fact-summary{grid-template-columns:1fr 1fr}.plan-fact-table-wrap{max-height:none}}@media(max-width:560px){.plan-fact-summary{grid-template-columns:1fr}.plan-fact-period-tabs button{padding:8px 10px}.plan-fact-table .plan-fact-sku{width:165px;min-width:165px}}
.plan-fact-drag,.plan-fact-drag *{-webkit-user-select:none;user-select:none}.plan-fact-is-reordering,.plan-fact-is-reordering *{-webkit-user-select:none!important;user-select:none!important}
.plan-fact-sku-name{display:flex;align-items:center;min-width:0;max-width:135px;padding:4px 5px;border:0;border-radius:6px;background:transparent;color:var(--ink);text-align:left}.plan-fact-sku-name strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.plan-fact-sku-name span{flex:none;margin-left:5px;color:#9ca8bb;font-size:11px}.plan-fact-sku-name:hover{background:#eef3ff;color:var(--blue)}.plan-fact-sku-name:hover span{color:var(--blue)}.plan-fact-sku-name[hidden],.plan-fact-sku-editor[hidden]{display:none}.plan-fact-sku-editor{display:inline-flex;align-items:center;min-width:0;gap:3px}.plan-fact-table .plan-fact-sku-editor input{width:100px;padding:6px;text-align:left}.plan-fact-sku-editor button{width:24px;height:26px;padding:0;border:0;border-radius:5px;background:#eef3ff;color:var(--blue);font-weight:900}.plan-fact-sku-editor button:last-child{background:#f5f6f8;color:#8895aa}
.plan-fact-add-row td{height:70px;background:#fbfcff}.plan-fact-add-row .plan-fact-sku{background:#fbfcff}.plan-fact-add-inline{display:flex;align-items:center;gap:10px;width:100%;padding:8px 6px;border:0;border-radius:7px;background:transparent;color:var(--muted);text-align:left}.plan-fact-add-inline span{display:grid;place-items:center;flex:none;width:27px;height:27px;border:1px dashed #aeb9ca;border-radius:7px;color:var(--blue);font-size:20px;font-weight:500}.plan-fact-add-inline strong{font-size:12px}.plan-fact-add-inline:hover{background:#eef3ff;color:var(--blue)}.plan-fact-add-inline:hover span{border-color:var(--blue);background:#fff}
.plan-fact-marketplace-tabs{display:flex;gap:5px;width:max-content;margin:0 0 18px;padding:5px;border:1px solid var(--line);border-radius:11px;background:#eef2f8}.plan-fact-marketplace-tabs button{min-width:110px;padding:10px 24px;border:0;border-radius:8px;background:transparent;color:var(--muted);font-size:12px;font-weight:900;letter-spacing:.5px}.plan-fact-marketplace-tabs button.active{background:#fff;color:var(--blue);box-shadow:0 2px 8px rgba(23,35,60,.12)}.plan-fact-action-buttons [hidden]{display:none}
