:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f6f7f9;--surface:#fff;--surface-muted:#eef2f5;--border:#d8dee6;--border-strong:#b8c2cf;--text:#17202a;--muted:#5d6876;--primary:#0f766e;--primary-strong:#115e59;--primary-soft:#d9f3ef;--danger:#b42318;--danger-soft:#fee4e2;--warning:#a15c07;--warning-soft:#fff2cc;--success:#087443;--success-soft:#dcfae6;--shadow:0 10px 26px #17202a12;--shadow-soft:0 1px 2px #17202a0a, 0 12px 30px #17202a0f;--radius:8px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:var(--bg);min-width:320px;color:var(--text);letter-spacing:0;font-size:16px}body{background:var(--bg);min-height:100dvh;color:var(--text);margin:0;line-height:1.5}button,input,select,textarea{font:inherit}a{color:inherit}:focus-visible{outline-offset:2px;outline:3px solid #0f766e47}.auth-page{background:radial-gradient(circle at 16% 18%,#0f766e1f,#0000 28%),linear-gradient(90deg,#eef2f5 0% 50%,#fff 50% 100%);grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);height:100dvh;min-height:680px;display:grid;overflow:hidden}.auth-panel{flex-direction:column;grid-area:1/2;justify-content:center;min-height:100dvh;padding:clamp(24px,4vw,56px);display:flex}.auth-page--scrollable{overflow:auto}.auth-page--scrollable .auth-panel{justify-content:flex-start;overflow-y:auto}.auth-page--scrollable .auth-card{max-height:calc(100dvh - clamp(48px,8vw,112px));margin-block:auto;overflow-y:auto}.auth-card{border:1px solid var(--border);background:#fffffff5;border-radius:18px;gap:24px;width:min(460px,100%);padding:clamp(24px,4vw,40px);display:grid;box-shadow:0 22px 54px #17202a1f}.auth-card--success{text-align:center;justify-items:center;gap:16px}.auth-card--success .eyebrow{margin:0}.auth-success-icon{width:64px;height:64px;color:var(--primary);background:#0f766e1f;border-radius:50%;place-items:center;display:inline-grid}.auth-success-title{font-size:clamp(1.45rem,2.6vw,1.9rem);line-height:1.2}.auth-copy--center{text-align:center;margin-inline:auto}.auth-success-steps{text-align:left;gap:10px;width:100%;margin:4px 0 0;padding:0;list-style:none;display:grid}.auth-success-steps li{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text);align-items:center;gap:10px;padding:12px 14px;font-size:.92rem;display:flex}.auth-success-steps svg{color:var(--primary);flex:none}.button--block{justify-content:center;width:100%}.auth-brand,.sidebar-brand,.sidebar-status,.sidebar-user,.admin-account,.data-list li,.table-actions,.button,.chip{align-items:center;display:inline-flex}.auth-brand{gap:14px}.brand-mark{border-radius:var(--radius);background:var(--primary);color:#fff;flex:none;place-items:center;width:42px;height:42px;font-weight:800;display:inline-grid;overflow:hidden}.brand-mark img{object-fit:cover;width:100%;height:100%;display:block}.eyebrow{color:var(--primary);letter-spacing:.08em;text-transform:uppercase;margin:0 0 4px;font-size:.78rem;font-weight:700}h1,h2,h3,p{margin-top:0}h1{margin-bottom:0;font-size:clamp(1.65rem,3vw,2.2rem);line-height:1.15}.auth-title--compact{white-space:nowrap;font-size:clamp(1.4rem,2.4vw,1.85rem)}h2{margin-bottom:14px;font-size:1.05rem;line-height:1.3}.auth-copy,.muted,.page-header p,.state-card p,.metric-card span,.definition-item dt,.sidebar-brand small,.admin-account small{color:var(--muted)}.auth-copy{max-width:52ch;margin-bottom:0}.auth-links{flex-wrap:wrap;gap:16px;margin-top:16px;font-size:.9rem;display:flex}.auth-links--center{text-align:center;justify-content:center;align-items:center;gap:10px;padding-top:4px}.auth-links a{color:var(--accent,#2f6f4f);font-weight:700;text-decoration:none}.auth-links a:hover{text-decoration:underline}.field-hint-row{justify-content:flex-end;margin-top:8px;font-size:.88rem;display:flex}.field-hint-row a{color:var(--accent,#2f6f4f);text-decoration:none}.field-hint-row a:hover{text-decoration:underline}.auth-aside{grid-area:1/1;justify-content:center;align-items:center;padding:clamp(24px,4vw,56px);display:flex;overflow:hidden}.auth-hero{gap:16px;width:min(560px,100%);display:grid}.auth-hero__image-frame{background:#fff;border:1px solid #0f766e24;border-radius:20px;height:min(58dvh,520px);overflow:hidden;box-shadow:0 18px 48px #17202a1f}.auth-hero__image-frame img{object-fit:cover;width:100%;height:100%;display:block}.status-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;width:100%;display:grid}.status-list>div,.panel,.metric-card,.state-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}.status-list>div{gap:6px;padding:14px;display:grid}.status-list p{margin-bottom:0;font-size:.86rem;line-height:1.45}.status-list svg{color:var(--primary)}.form-stack,.page-stack,.action-stack{gap:16px;display:grid}.field{gap:7px;display:grid}.field label,.checkbox-field{color:#344054;font-size:.88rem;font-weight:650}.field small{color:var(--muted);font-size:.78rem}.field input,.field textarea,.input,.select{border:1px solid var(--border-strong);width:100%;min-height:44px;color:var(--text);background:#fff;border-radius:6px;padding:10px 12px}.field textarea{resize:vertical;min-height:112px}.password-input{display:block;position:relative}.password-input input{border:1px solid var(--border-strong);width:100%;min-height:44px;color:var(--text);background:#fff;border-radius:6px;padding:10px 44px 10px 12px}.password-input__toggle{width:30px;height:30px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.password-input__toggle:hover{color:var(--text);background:#0f766e14}.checkbox-field{align-items:center;gap:10px;min-height:44px;display:inline-flex}.checkbox-field input{width:18px;height:18px}.form-error,.inline-error,.inline-success{border-radius:6px;padding:10px 12px;font-size:.9rem}.form-error,.inline-error{background:var(--danger-soft);color:var(--danger);border:1px solid #fecdca}.inline-success{background:var(--success-soft);color:var(--success);border:1px solid #abefc6}.is-hidden{display:none}.button{cursor:pointer;border:1px solid #0000;border-radius:6px;justify-content:center;gap:8px;min-height:44px;padding:10px 14px;font-weight:700;text-decoration:none;transition:background-color .16s,border-color .16s,color .16s,transform .16s}.button:hover:not(:disabled){transform:translateY(-1px)}.button:disabled{cursor:not-allowed;opacity:.48}.button--primary{background:var(--primary);color:#fff}.button--primary:hover:not(:disabled){background:var(--primary-strong)}.button--secondary{border-color:var(--border);color:var(--text);background:#fff}.button--danger{background:var(--danger);color:#fff}.button--danger-soft{color:var(--danger);background:#fff5f5;border-color:#fda29b}.button--ghost{color:var(--text);background:0 0;border-color:#0000}.button--icon{width:44px;padding:10px}.admin-shell{background:linear-gradient(180deg, #f8fafcf5, #f4f7f9fa), var(--bg);grid-template-columns:252px minmax(0,1fr);min-height:100dvh;display:grid}.sidebar{border-right:1px solid var(--border);background:#fffffffa;flex-direction:column;gap:20px;height:100dvh;padding:20px 14px 18px;display:flex;position:sticky;top:0}.sidebar-brand{gap:10px;padding:6px 8px;text-decoration:none}.sidebar-brand span:last-child{display:grid}.sidebar-nav{gap:6px;display:grid}.sidebar-bottom{gap:12px;margin-top:auto;display:grid}.sidebar-status{background:linear-gradient(135deg,#fff 0%,#f2fbf9 100%);border:1px solid #d7ebe8;border-radius:12px;gap:10px;width:100%;padding:12px}.sidebar-status__icon,.sidebar-user__avatar{border-radius:10px;flex:none;place-items:center;width:36px;height:36px;display:inline-grid}.sidebar-status__icon{background:var(--primary-soft);color:var(--primary)}.sidebar-status span:last-child,.sidebar-user__copy{gap:2px;min-width:0;display:grid}.sidebar-status strong,.sidebar-user strong{color:#17202a;font-size:.84rem}.sidebar-status small,.sidebar-user small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;overflow:hidden}.sidebar-user{border-top:1px solid var(--border);gap:10px;width:100%;padding:14px 8px 0}.sidebar-user__avatar{background:var(--primary);color:#fff;font-size:.82rem;font-weight:850}.sidebar-user>svg{color:#98a2b3;margin-left:auto}.nav-link{color:#344054;border:1px solid #0000;border-radius:8px;align-items:center;gap:10px;min-height:44px;padding:8px 10px;font-size:.9rem;font-weight:700;text-decoration:none;transition:background-color .16s,border-color .16s,color .16s,box-shadow .16s;display:flex}.nav-link__icon{color:#475467;background:#fff;border:1px solid #d5dde8;border-radius:8px;flex:none;place-items:center;width:32px;height:32px;transition:background-color .16s,border-color .16s,color .16s,box-shadow .16s,transform .16s;display:inline-grid;box-shadow:0 1px 2px #17202a0a}.nav-link:hover{color:var(--primary-strong);background:#f5fbfa;border-color:#c7ece7}.nav-link.is-active{color:var(--primary-strong);background:linear-gradient(135deg,#d9f3ef 0%,#eefbf8 100%);border-color:#bce9e2;box-shadow:0 10px 24px #0f766e1a}.nav-link:hover .nav-link__icon,.nav-link.is-active .nav-link__icon{color:var(--primary);background:#fff;border-color:#9ddbd2;box-shadow:0 8px 18px #0f766e1f}.nav-link:hover .nav-link__icon{transform:translateY(-1px)}.workspace{grid-template-rows:auto 1fr;min-width:0;display:grid}.topbar{z-index:80;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;border-bottom:1px solid #d8dee6d1;justify-content:space-between;align-items:center;gap:20px;min-height:84px;padding:18px 28px;display:flex;position:sticky;top:0}.topbar h1{font-size:1.35rem}.admin-account{gap:12px;position:relative}.account-menu-trigger{width:min(292px,34vw);min-height:46px;color:var(--text);cursor:pointer;background:#fff;border:1px solid #d7e1eb;border-radius:999px;grid-template-columns:34px minmax(0,1fr) 18px;align-items:center;gap:9px;padding:5px 8px 5px 5px;transition:background-color .16s,border-color .16s,box-shadow .16s;display:grid;box-shadow:0 1px 2px #17202a0a}.account-menu-trigger:hover,.account-menu-trigger[aria-expanded=true]{background:#f8fdfc;border-color:#a8e1da;box-shadow:0 10px 24px #0f766e1a}.account-menu-trigger__avatar{background:var(--primary);color:#fff;border-radius:999px;flex:none;place-items:center;width:34px;height:34px;font-size:.78rem;font-weight:850;display:inline-grid}.account-menu-trigger__copy,.account-menu__item span{min-width:0}.account-menu-trigger__copy{text-align:left;justify-items:start;gap:2px;display:grid}.account-menu-trigger__copy strong,.account-menu__item span{color:#17202a;text-overflow:ellipsis;white-space:nowrap;font-size:.86rem;font-weight:750;line-height:1.25;overflow:hidden}.account-menu-trigger__copy small,.account-menu__item small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:.74rem;line-height:1.25;overflow:hidden}.account-menu-trigger__chevron{color:#667085;transition:transform .16s}.account-menu-trigger[aria-expanded=true] .account-menu-trigger__chevron{transform:rotate(180deg)}.account-menu{z-index:1000;background:#fffffffa;border:1px solid #d7e1eb;border-radius:14px;gap:4px;width:min(292px,100vw - 32px);padding:6px;display:grid;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 24px 70px #17202a2e}.account-menu__item{color:#344054;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:9px;min-height:42px;padding:7px 9px;text-decoration:none;transition:background-color .16s,border-color .16s,color .16s;display:grid}.account-menu__item>svg{color:var(--primary);display:block}.account-menu__item:hover:not(:disabled),.account-menu__item:focus-visible{background:#f5fbfa;border-color:#d7ebe8}.account-menu__item:disabled{cursor:not-allowed;opacity:.58}.account-menu__item--danger,.account-menu__item--danger>svg,.account-menu__item--danger span{color:var(--danger)}.account-menu__item--danger:hover{background:#fff8f7;border-color:#fecdca}.account-menu__separator{background:var(--border);height:1px;margin:4px 6px}.row-action-menu{display:inline-block;position:relative}.row-action-menu__trigger{border:1px solid var(--border);background:var(--surface);width:34px;height:34px;color:var(--muted);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;padding:0;display:inline-flex}.row-action-menu__trigger:hover{background:var(--surface-muted);color:var(--text);border-color:var(--border-strong)}.row-action-menu__dropdown{z-index:100;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);min-width:160px;padding:6px;position:absolute;top:calc(100% + 4px);right:0;box-shadow:0 12px 36px #17202a24}.row-action-menu__item{width:100%;color:var(--text);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:5px;align-items:center;gap:8px;padding:8px 10px;font-size:.88rem;font-weight:500;display:flex}.row-action-menu__item:hover{background:var(--surface-muted)}.row-action-menu__item--danger{color:var(--danger)}.row-action-menu__item--danger:hover{background:var(--danger-soft)}.content{min-width:0;padding:24px 28px 30px}.page-header{box-shadow:var(--shadow-soft);background:linear-gradient(135deg,#0f766e12 0%,#fffffff0 44%,#fffffffc 100%),#fff;border:1px solid #dce8e8;border-radius:14px;justify-content:space-between;align-items:center;gap:24px;padding:20px 22px;display:flex;overflow:hidden}.page-header__main{align-items:flex-start;gap:16px;min-width:0;display:flex}.page-header__icon{width:48px;height:48px;color:var(--primary);background:linear-gradient(135deg,#fff 0%,#e8faf7 100%);border:1px solid #a8e1da;border-radius:12px;flex:none;place-items:center;display:inline-grid;box-shadow:0 10px 24px #0f766e1f}.page-header__copy{gap:8px;min-width:0;display:grid}.page-header .eyebrow{color:var(--primary-strong);margin-bottom:0;font-size:.75rem}.page-header h2{color:#111827;margin-bottom:0;font-size:clamp(1.35rem,2vw,1.85rem);line-height:1.18}.page-header p:not(.eyebrow){color:#5b6472;max-width:86ch;margin-bottom:0;font-size:clamp(.98rem,1.4vw,1.08rem);line-height:1.58}.page-header__action{flex:none;justify-content:flex-end;align-items:center;display:flex}.page-header-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.dashboard-finance-hero{grid-template-columns:minmax(0,1.5fr) minmax(300px,.7fr);gap:12px;display:grid}.dashboard-finance-card{background:#fff;border:1px solid #dce3ea;border-radius:12px;align-content:start;gap:14px;min-width:0;padding:16px;display:grid;box-shadow:0 1px 2px #17202a0a}.dashboard-finance-card--main{background:linear-gradient(135deg,#0f766e14 0%,#fff0 44%),#fff;border-color:#cfe7e4}.dashboard-finance-card__header{align-items:center;gap:10px;min-width:0;display:flex}.dashboard-finance-card__header h2,.dashboard-finance-card__header .eyebrow{margin-bottom:0}.dashboard-finance-card__icon{background:var(--primary);color:#fff;border-radius:10px;flex:none;place-items:center;width:40px;height:40px;display:inline-grid}.dashboard-finance-card__value{color:#101828;font-variant-numeric:tabular-nums;font-size:clamp(2rem,4vw,3.1rem);line-height:1}.dashboard-finance-card__stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.dashboard-finance-card__stats span,.dashboard-total-list div{background:#f8fafc;border:1px solid #dce3ea;border-radius:9px;gap:2px;min-width:0;padding:10px;display:grid}.dashboard-finance-card__stats small,.dashboard-total-list span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:.74rem;font-weight:800;line-height:1.3;overflow:hidden}.dashboard-finance-card__stats b,.dashboard-total-list b,.dashboard-total-list strong{color:#17202a;font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap;font-size:.96rem;line-height:1.3;overflow:hidden}.dashboard-finance-card__stats .is-success b{color:var(--success)}.dashboard-finance-card__stats .is-warning b,.dashboard-total-list .is-warning b{color:var(--warning)}.dashboard-total-list{gap:8px;display:grid}.dashboard-total-list strong{color:var(--success);font-size:1rem}.dashboard-grid{grid-template-columns:repeat(4,minmax(180px,1fr));gap:10px;display:grid}.dashboard-grid--operations{grid-template-columns:repeat(6,minmax(150px,1fr))}.metric-card{background:linear-gradient(#fff 0%,#fbfcfd 100%);border:1px solid #dce3ea;border-radius:10px;align-content:start;gap:10px;min-height:96px;padding:12px;display:grid;position:relative;overflow:hidden;box-shadow:0 1px 2px #17202a0a}.metric-card__header{align-items:center;gap:9px;min-width:0;display:flex}.metric-card__icon{background:var(--primary-soft);width:34px;height:34px;color:var(--primary);border-radius:9px;flex:none;place-items:center;display:inline-grid}.metric-card__copy{gap:1px;min-width:0;display:grid}.metric-card span{color:#344054;text-overflow:ellipsis;white-space:nowrap;font-size:.84rem;font-weight:760;line-height:1.25;overflow:hidden}.metric-card strong{color:#101828;font-variant-numeric:tabular-nums;font-size:clamp(1.25rem,1.7vw,1.55rem);line-height:1.1}.metric-card small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:.74rem;font-weight:650;line-height:1.35;overflow:hidden}.metric-card--success .metric-card__icon{background:var(--success-soft);color:var(--success)}.metric-card--warning .metric-card__icon{background:var(--warning-soft);color:var(--warning)}.metric-card--danger .metric-card__icon{background:var(--danger-soft);color:var(--danger)}.metric-card--neutral .metric-card__icon{color:#475467;background:#eef2f5}.dashboard-main-grid,.dashboard-list-grid,.split-grid,.detail-grid{gap:16px;display:grid}.dashboard-main-grid{grid-template-columns:minmax(0,2.2fr) minmax(260px,.8fr);align-items:stretch}.dashboard-main-grid--wide{grid-template-columns:minmax(0,2fr) minmax(320px,.9fr)}.dashboard-list-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.split-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-grid{grid-template-columns:minmax(0,1fr) 340px;align-items:start}.detail-main,.detail-side{gap:16px;min-width:0;display:grid}.panel,.state-card{padding:16px}.data-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.data-list li{border-bottom:1px solid var(--border);justify-content:space-between;gap:12px;min-height:44px;padding-bottom:10px}.data-list li:last-child{border-bottom:0;padding-bottom:0}.dashboard-list-panel{border-radius:12px;align-content:start;gap:12px;min-height:488px;display:grid;box-shadow:0 1px 2px #17202a0a}.dashboard-list-panel__header{justify-content:space-between;align-items:center;gap:16px;display:flex}.dashboard-list-panel__header h2,.dashboard-list-panel__header .eyebrow{margin-bottom:0}.dashboard-list-panel__count{background:var(--surface-muted);color:#344054;font-variant-numeric:tabular-nums;border:1px solid #dde5ee;border-radius:10px;place-items:center;gap:0;min-width:58px;min-height:40px;padding:4px 9px;font-size:1rem;font-weight:800;line-height:1;display:inline-grid}.dashboard-list-panel__count small{color:var(--muted);text-transform:uppercase;font-size:.62rem;font-weight:800}.dashboard-list li{border-bottom-color:#e3e9ef;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;min-height:68px;padding-block:9px;display:grid}.dashboard-list__icon{border-radius:9px;place-items:center;width:34px;height:34px;display:inline-grid}.dashboard-list__icon--orders{background:var(--danger-soft);color:var(--danger)}.dashboard-list__icon--payments{background:var(--primary-soft);color:var(--primary)}.dashboard-list__content{gap:3px;min-width:0;display:grid}.dashboard-record-link,.dashboard-list__content strong{color:#17202a;text-overflow:ellipsis;white-space:nowrap;font-size:.94rem;font-weight:850;line-height:1.25;text-decoration:none;overflow:hidden}.dashboard-record-link{color:var(--primary-strong)}.dashboard-record-link:hover{text-decoration:underline}.dashboard-record-subtitle,.dashboard-record-meta{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;line-height:1.32;overflow:hidden}.dashboard-record-meta{color:#7a8493;font-variant-numeric:tabular-nums;font-size:.74rem;font-weight:750}.dashboard-list-pagination{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding-top:12px;display:flex}.dashboard-list-pagination>span{color:var(--muted);font-variant-numeric:tabular-nums;font-size:.78rem;font-weight:800}.dashboard-list-pagination div{align-items:center;gap:8px;display:inline-flex}.dashboard-list-pagination b{color:#344054;font-variant-numeric:tabular-nums;text-align:center;min-width:46px;font-size:.78rem;font-weight:850}.dashboard-page-button{color:#344054;cursor:pointer;background:#fff;border:1px solid #d4dce6;border-radius:8px;place-items:center;width:32px;height:32px;transition:border-color .16s,background .16s,color .16s;display:inline-grid}.dashboard-page-button:hover:not(:disabled){border-color:var(--primary);background:var(--primary-soft);color:var(--primary-strong)}.dashboard-page-button:disabled{cursor:not-allowed;opacity:.46}.dashboard-policy-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.dashboard-policy-panel{background:#fff;border-color:#cfe7e4;border-radius:12px;align-content:start;gap:10px;min-height:300px;display:grid;box-shadow:0 1px 2px #17202a0a}.dashboard-policy-panel__header{border-bottom:1px solid #dce8e8;align-items:center;gap:10px;padding-bottom:12px;display:flex}.dashboard-policy-panel__header h2,.dashboard-policy-panel__header .eyebrow{margin-bottom:0}.dashboard-policy-panel__icon{background:var(--primary);color:#fff;border-radius:9px;flex:none;place-items:center;width:36px;height:36px;display:inline-grid}.dashboard-policy-card{background:#f8fbfb;border:1px solid #dce8e8;border-radius:9px;align-items:flex-start;gap:10px;padding:10px;display:flex}.dashboard-policy-card__icon{width:30px;height:30px;color:var(--primary);background:#eefbf8;border-radius:8px;flex:none;place-items:center;display:inline-grid}.dashboard-policy-card h2,.dashboard-policy-card h3,.dashboard-policy-card p{margin-bottom:0}.dashboard-policy-card h3{color:#17202a;font-size:.84rem;line-height:1.3}.dashboard-policy-card div{gap:4px;display:grid}.dashboard-insight-panel{border-color:#dce3ea;border-radius:12px;align-content:start;gap:12px;min-height:488px;display:grid;box-shadow:0 1px 2px #17202a0a}.dashboard-insight-panel__header{border-bottom:1px solid var(--border);align-items:center;gap:10px;padding-bottom:12px;display:flex}.dashboard-insight-panel__header h2,.dashboard-insight-panel__header .eyebrow{margin-bottom:0}.dashboard-insight-panel__icon{background:var(--primary-soft);width:36px;height:36px;color:var(--primary);border-radius:9px;flex:none;place-items:center;display:inline-grid}.dashboard-cost-health{border:1px solid var(--success-soft);background:var(--success-soft);color:var(--success);border-radius:10px;gap:4px;padding:12px;display:grid}.dashboard-cost-health.is-warning{border-color:var(--warning-soft);color:var(--warning);background:#fff8e1}.dashboard-cost-health strong{font-size:.95rem;line-height:1.35}.dashboard-cost-health p{color:inherit;margin-bottom:0;font-size:.86rem;line-height:1.5}.dashboard-policy-list{gap:10px;display:grid}.dashboard-policy-list div{border-bottom:1px solid var(--border);gap:2px;padding-bottom:10px;display:grid}.dashboard-policy-list div:last-child{border-bottom:0;padding-bottom:0}.dashboard-policy-list span{color:#344054;text-transform:uppercase;font-size:.78rem;font-weight:850}.dashboard-policy-list p{color:var(--muted);margin-bottom:0;font-size:.88rem;line-height:1.55}.dashboard-insight-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.dashboard-insight-item{border-bottom:1px solid var(--border);grid-template-columns:10px minmax(0,1fr);gap:10px;padding-bottom:10px;display:grid}.dashboard-insight-item:last-child{border-bottom:0;padding-bottom:0}.dashboard-insight-item>span{background:#98a2b3;border-radius:999px;width:9px;height:9px;margin-top:7px}.dashboard-insight-item--success>span{background:var(--success)}.dashboard-insight-item--warning>span{background:var(--warning)}.dashboard-insight-item div{gap:3px;min-width:0;display:grid}.dashboard-insight-item strong{color:#344054;text-transform:uppercase;font-size:.82rem;font-weight:850;line-height:1.35}.dashboard-insight-item p{color:var(--muted);margin-bottom:0;font-size:.88rem;line-height:1.55}.dashboard-insight-item--success p{color:var(--success);font-weight:750}.dashboard-insight-item--warning p{color:var(--warning);font-weight:750}.dashboard-insight-link{justify-content:center;align-self:end;width:100%}.state-card{box-shadow:none;justify-items:start;gap:8px;display:grid}.state-card--danger{background:#fff8f7;border-color:#fecdca}.state-card--success{background:#f6fef9;border-color:#abefc6}.state-card--warning{background:#fffbeb;border-color:#fedf89}.state-card h2,.state-card p{margin-bottom:0}.spin{animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:120% 0}to{background-position:-120% 0}}.filter-panel,.form-grid,.inline-form{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);grid-template-columns:repeat(4,minmax(180px,1fr));align-items:end;gap:12px;padding:14px;display:grid}.inline-form{grid-template-columns:repeat(3,minmax(160px,1fr))}.form-actions{align-items:end;gap:10px;display:flex}.table-wrap{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);width:100%;overflow-x:auto}.data-table{border-collapse:collapse;width:100%;min-width:860px}.data-table th,.data-table td{border-bottom:1px solid var(--border);text-align:left;vertical-align:top;padding:12px}.data-table th{background:var(--surface-muted);color:#344054;text-transform:uppercase;font-size:.78rem;font-weight:800}.data-table tr:last-child td{border-bottom:0}.table-link{color:var(--primary-strong);font-weight:750;text-decoration:none}.table-link:hover{text-decoration:underline}.numeric{text-align:right;font-variant-numeric:tabular-nums}.orders-page{gap:18px}.orders-filter-panel,.orders-table-panel,.orders-pagination{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-soft);border-radius:12px}.orders-filter-panel{gap:14px;padding:16px;display:grid}.orders-filter-panel__header{grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;display:grid}.orders-filter-panel__header h2,.orders-filter-panel__header p,.orders-table-panel__header h2,.orders-table-panel__header p{margin-bottom:0}.orders-filter-panel__header h2,.orders-table-panel__header h2{color:#101828;font-size:1rem}.orders-filter-panel__header p,.orders-table-panel__header span{color:var(--muted);font-size:.88rem}.orders-filter-panel__icon,.orders-mini-icon,.orders-table-panel__badge{place-items:center;display:inline-grid}.orders-filter-panel__icon{background:var(--primary-soft);width:42px;height:42px;color:var(--primary);border-radius:10px}.orders-filter-count{color:var(--primary-strong);white-space:nowrap;background:#f5fbfa;border:1px solid #c7ece7;border-radius:999px;padding:5px 10px;font-size:.78rem;font-weight:850}.orders-filter-grid{gap:12px;display:grid}.orders-filter-grid--primary{grid-template-columns:minmax(220px,1.1fr) minmax(220px,1.1fr) minmax(160px,.7fr) minmax(160px,.7fr)}.orders-filter-grid--status{grid-template-columns:repeat(3,minmax(180px,1fr))}.orders-filter-grid--advanced{grid-template-columns:repeat(2,minmax(220px,1fr));margin-top:12px}.orders-field label{align-items:center;gap:6px;display:inline-flex}.orders-field label svg,.orders-filter-advanced summary svg{color:var(--primary)}.orders-filter-advanced{border-top:1px solid var(--border);padding-top:12px}.orders-filter-advanced summary{color:#344054;cursor:pointer;align-items:center;gap:8px;min-height:36px;font-size:.86rem;font-weight:800;display:inline-flex}.orders-filter-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.orders-table-panel{overflow:hidden}.orders-table-panel__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;padding:15px 16px;display:flex}.orders-table-panel__badge{min-height:44px;color:var(--primary-strong);white-space:nowrap;background:#f6fefc;border:1px solid #d7ebe8;border-radius:10px;grid-auto-flow:column;gap:6px;padding:8px 11px;font-size:.84rem;font-weight:800}.orders-table-panel__badge strong{color:#101828;font-size:1rem}.orders-table-wrap{width:100%;overflow-x:auto}.orders-table{border-collapse:collapse;width:100%;min-width:1080px}.orders-table th,.orders-table td{border-bottom:1px solid var(--border);text-align:left;vertical-align:top;padding:14px 16px}.orders-table th{color:#344054;letter-spacing:.02em;text-transform:uppercase;background:#f8fafc;font-size:.75rem;font-weight:850}.orders-table th:first-child{width:18%}.orders-table th:nth-child(2){width:30%}.orders-table th:nth-child(3){width:20%}.orders-table th:nth-child(4){width:24%}.orders-table tr:last-child td{border-bottom:0}.orders-table tbody tr{transition:background-color .16s,box-shadow .16s}.orders-table tbody tr:hover{background:#fbfefd}.orders-identity,.orders-customer-product,.orders-status-stack,.orders-money-stack{gap:8px;display:grid}.orders-code{width:fit-content;font-size:.95rem}.orders-identity span,.orders-mini-row span,.orders-money-stack dt,.orders-status-item>span,.orders-pagination span,.orders-pagination label{color:var(--muted);font-size:.82rem}.orders-mini-row{grid-template-columns:30px minmax(0,1fr);align-items:start;gap:9px;display:grid}.orders-mini-row strong{color:#101828;font-size:.92rem;line-height:1.35;display:block}.orders-mini-row span{line-height:1.45;display:block}.orders-mini-icon{width:30px;height:30px;color:var(--primary);background:#f6fefc;border:1px solid #d7ebe8;border-radius:8px}.orders-money-stack{min-width:160px;margin:0}.orders-money-stack div{justify-content:space-between;gap:14px;display:flex}.orders-money-stack dt,.orders-money-stack dd{margin:0}.orders-money-stack dd{color:#101828;font-variant-numeric:tabular-nums;font-weight:850}.orders-money-stack .is-success dd{color:var(--success)}.orders-money-stack .is-danger dd{color:var(--danger)}.orders-status-stack{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.orders-status-item{gap:4px;min-width:0;display:grid}.orders-detail-link{min-height:36px;color:var(--primary-strong);white-space:nowrap;background:#f5fbfa;border:1px solid #c7ece7;border-radius:8px;justify-content:center;align-items:center;gap:7px;padding:7px 10px;font-size:.84rem;font-weight:850;text-decoration:none;display:inline-flex}.orders-detail-link:hover{background:#ebfaf7;border-color:#80cbc3}.orders-table-skeleton{gap:0;display:grid}.orders-table-skeleton div{border-bottom:1px solid var(--border);grid-template-columns:1fr 1.6fr 1.2fr;gap:16px;padding:16px;display:grid}.orders-table-skeleton div:last-child{border-bottom:0}.orders-table-skeleton span{background:linear-gradient(90deg,#eef2f5 0%,#f8fafc 48%,#eef2f5 100%) 0 0/220% 100%;border-radius:999px;height:18px;animation:1.15s ease-in-out infinite shimmer}.orders-pagination{justify-content:space-between;align-items:center;gap:14px;padding:12px 14px;display:flex}.orders-pagination>div:first-child,.orders-pagination label,.orders-pagination__actions{align-items:center;gap:8px;display:flex}.orders-pagination strong{color:#101828;font-variant-numeric:tabular-nums}.orders-pagination .select{width:auto;min-height:36px;padding:6px 34px 6px 10px;font-size:.84rem;font-weight:750}.orders-pagination__actions{justify-content:flex-end}.table-actions{flex-wrap:wrap;gap:8px}.stack-cell,.credential-summary,.partner-credential-note{gap:4px;min-width:0;display:grid}.stack-cell span,.stack-cell small,.credential-summary span{color:var(--muted);overflow-wrap:anywhere}.stack-cell--wide{min-width:220px}.credential-summary{align-content:start}.partner-dialog__actions,.product-dialog__actions{grid-column:1/-1;justify-content:flex-end}.partner-dialog__wide,.product-dialog__wide{grid-column:1/-1}.partner-credential-note{white-space:normal}.product-source-note{align-items:start}.product-summary-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.product-summary-pill{border:1px solid var(--border);background:#fff;border-radius:10px;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;min-height:64px;padding:10px 12px;display:grid}.product-summary-pill__icon{background:var(--primary-soft);width:34px;height:34px;color:var(--primary);border-radius:9px;place-items:center;display:inline-grid}.product-summary-pill div{grid-template-columns:minmax(0,1fr) auto;align-items:baseline;gap:2px 8px;min-width:0;display:grid}.product-summary-pill span:not(.product-summary-pill__icon),.product-summary-pill small{color:var(--muted);font-size:.78rem;font-weight:700}.product-summary-pill strong{color:#101828;font-variant-numeric:tabular-nums;grid-row:span 2;justify-self:end;font-size:1.35rem;line-height:1}.product-summary-pill small{font-size:.74rem}.product-summary-skeleton{background:linear-gradient(90deg,#eef2f5 0%,#f8fafc 48%,#eef2f5 100%) 0 0/180% 100%;border-radius:999px;width:28px;height:18px;animation:1.2s ease-in-out infinite shimmer}.product-summary-pill--success .product-summary-pill__icon{background:var(--success-soft);color:var(--success)}.product-summary-pill--warning .product-summary-pill__icon{background:var(--warning-soft);color:var(--warning)}.product-summary-pill--danger .product-summary-pill__icon{background:var(--danger-soft);color:var(--danger)}.product-partner-banner p,.product-table-section__header span{color:var(--muted)}.product-partner-banner,.supplier-partner-banner,.product-filter-panel,.product-filter-toolbar{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.product-partner-banner,.supplier-partner-banner{background:#f6fef9;border-color:#abefc6;justify-content:space-between;align-items:center;gap:16px;padding:16px;display:flex}.product-partner-banner h2,.product-partner-banner p,.supplier-partner-banner h2,.supplier-partner-banner p{margin-bottom:0}.product-filter-toolbar{border-radius:14px;grid-template-columns:minmax(320px,1.45fr) minmax(190px,.62fr) minmax(260px,.82fr) auto;align-items:center;gap:10px;padding:10px;display:grid;box-shadow:0 10px 28px #10182814}.product-filter-toolbar__search,.product-filter-toolbar__control{min-width:0}.product-filter-toolbar__control .select{border-color:#c8d4e3;border-radius:10px;min-height:48px;font-weight:700;box-shadow:0 1px #10182808}.search-input-shell{min-height:48px;color:var(--muted);background:#fff;border:1px solid #c8d4e3;border-radius:10px;align-items:center;gap:10px;padding:0 14px;transition:border-color .16s,box-shadow .16s;display:flex;box-shadow:0 1px #10182808}.search-input-shell:focus-within{border-color:#80cbc3;box-shadow:0 0 0 3px #0f766e1f}.search-input-shell .input{background:0 0;border:0;outline:0;min-height:44px;padding:9px 0}.product-filter-toolbar__actions{justify-content:flex-end;gap:10px;display:flex}.product-filter-toolbar__actions .button{border-radius:10px;min-width:90px;min-height:48px;font-weight:800}.product-filter-panel{box-shadow:var(--shadow-soft);border-radius:12px;grid-template-columns:minmax(180px,.7fr) minmax(240px,1.15fr) minmax(180px,.9fr) minmax(240px,1.15fr) auto;align-items:end;gap:14px;padding:16px;display:grid}.product-filter-panel__title{align-items:center;gap:10px;min-height:44px;display:flex}.product-filter-panel__title svg{color:var(--primary)}.product-filter-panel__title div{gap:2px;display:grid}.product-filter-panel__actions{justify-content:flex-end;gap:10px;display:flex}.product-catalog-panel{border:1px solid var(--border);box-shadow:var(--shadow-soft);background:#fff;border-radius:12px;overflow:hidden}.product-catalog-panel__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;display:flex}.product-catalog-panel__header h2,.product-catalog-panel__header p{margin-bottom:0}.product-catalog-panel__header>div{gap:3px;min-width:0;display:grid}.product-catalog-panel__header h2{color:#101828;margin-bottom:0;font-size:1.08rem;line-height:1.25}.product-catalog-panel__header p:not(.eyebrow){color:var(--muted);font-size:.88rem}.product-catalog-panel__header span{color:var(--muted);white-space:nowrap;font-size:.88rem;font-weight:800}.product-table-wrap{overflow-x:auto}.product-catalog-table{border-collapse:collapse;width:100%;min-width:1120px}.product-catalog-table th:first-child{width:28%}.product-catalog-table th:nth-child(2){width:20%}.product-catalog-table th:nth-child(3){width:16%}.product-catalog-table th:nth-child(4){width:18%}.product-catalog-table th:nth-child(5){width:12%}.product-catalog-table th:nth-child(6){width:6%}.product-catalog-table th,.product-catalog-table td{border-bottom:1px solid var(--border);text-align:left;vertical-align:top;padding:14px 16px}.product-catalog-table th{color:#475467;letter-spacing:.02em;text-transform:uppercase;background:#f8fafc;font-size:.74rem;font-weight:850}.product-catalog-table td{line-height:1.45}.product-catalog-table tr:last-child td{border-bottom:0}.product-catalog-table tbody tr{transition:background-color .16s,box-shadow .16s}.product-catalog-table tbody tr:hover{background:#fbfdfd}.product-identity-cell,.product-price-cell,.product-source-cell,.product-ops-cell,.product-config-cell,.product-margin-cell{gap:6px;min-width:0;display:grid}.product-identity-cell{grid-template-columns:38px minmax(0,1fr);align-items:start;gap:11px;min-width:260px}.product-identity-cell__avatar,.product-source-cell__icon{place-items:center;display:inline-grid}.product-identity-cell__avatar{width:38px;height:38px;color:var(--primary-strong);letter-spacing:0;background:linear-gradient(135deg,#e6f7f4 0%,#f6fefc 100%);border:1px solid #b7e8df;border-radius:10px;font-size:.78rem;font-weight:900}.product-identity-cell__name{color:var(--primary-strong);font-size:.98rem;line-height:1.32}.product-identity-cell span,.product-source-cell span,.product-source-cell small,.product-config-cell span,.product-config-cell small,.product-ops-cell small,.product-margin-cell span{color:var(--muted);overflow-wrap:anywhere;font-size:.85rem}.product-identity-cell__meta{flex-wrap:wrap;gap:6px;margin-top:3px;display:flex}.product-identity-cell__meta span{color:#475467;white-space:nowrap;background:#f8fafc;border:1px solid #dce8e8;border-radius:999px;align-items:center;gap:5px;min-height:26px;padding:3px 8px;font-size:.75rem;font-weight:800;display:inline-flex}.product-price-cell strong,.product-config-cell strong,.product-source-cell strong,.product-margin-cell strong{color:#101828;font-variant-numeric:tabular-nums}.product-price-cell{justify-items:end;min-width:160px}.product-price-cell>strong{font-size:1rem}.product-price-cell .product-margin-cell strong{color:var(--success);font-size:.9rem}.product-margin-cell{justify-items:end}.product-margin-cell--muted span{background:#f8fafc;border:1px solid #d8dee6;border-radius:999px;padding:3px 8px;font-weight:800}.product-margin-cell--warning strong,.product-margin-cell--warning .warning-text{color:var(--danger)}.product-price-cell .product-margin-cell span,.product-price-cell .product-margin-cell small{font-size:.82rem}.product-source-cell{grid-template-columns:34px minmax(0,1fr);align-items:start;gap:10px;min-width:220px}.product-source-cell__icon{width:34px;height:34px;color:var(--primary);background:#f6fefc;border:1px solid #d7ebe8;border-radius:9px}.product-source-cell--internal .product-source-cell__icon{background:var(--primary-soft)}.product-source-cell strong{line-height:1.35;display:block}.product-source-cell small{margin-top:3px;font-weight:800;display:block}.product-ops-cell{align-content:start}.bot-publish-state{border-radius:999px;align-items:center;width:max-content;max-width:100%;min-height:28px;padding:5px 10px;font-size:.8rem;font-weight:800;line-height:1.2;display:inline-flex}.bot-publish-state--success{background:var(--success-soft);color:var(--success)}.bot-publish-state--warning{background:var(--warning-soft);color:var(--warning)}.bot-publish-state--muted{color:var(--muted);background:#eef2f5}.product-detail-link{min-height:36px;color:var(--primary-strong);white-space:nowrap;background:#f5fbfa;border:1px solid #c7ece7;border-radius:8px;justify-content:center;align-items:center;gap:7px;padding:7px 10px;font-size:.84rem;font-weight:850;text-decoration:none;display:inline-flex}.product-detail-link:hover{background:#ebfaf7;border-color:#80cbc3}.table-inline-action{width:max-content;color:var(--primary-strong);border-radius:6px;align-items:center;font-size:.82rem;font-weight:800;text-decoration:none;display:inline-flex}.table-inline-action:hover,.table-inline-action:focus-visible{text-decoration:underline}.product-catalog-state{grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:14px;min-height:152px;padding:22px;display:grid}.product-catalog-state__icon{background:var(--primary-soft);width:42px;height:42px;color:var(--primary);border-radius:11px;place-items:center;display:inline-grid}.product-catalog-state--danger .product-catalog-state__icon{background:var(--danger-soft);color:var(--danger)}.product-catalog-state h3,.product-catalog-state p{margin-bottom:0}.product-catalog-state h3{color:#101828;font-size:1rem}.product-catalog-state p{color:var(--muted);margin-top:4px}.product-catalog-state__actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.product-table-loading{gap:0;padding:0;display:grid}.product-table-skeleton-row{border-bottom:1px solid var(--border);grid-template-columns:minmax(220px,1.35fr) minmax(140px,.8fr) minmax(140px,.75fr) minmax(200px,1fr) minmax(130px,.65fr);gap:18px;padding:16px;display:grid}.product-table-skeleton-row:last-child{border-bottom:0}.product-table-skeleton-row span{background:linear-gradient(90deg,#eef2f5 0%,#f8fafc 48%,#eef2f5 100%) 0 0/180% 100%;border-radius:999px;height:18px;animation:1.2s ease-in-out infinite shimmer}.product-table-section{gap:12px;display:grid}.product-table-section--panel{border-top:1px solid var(--border);padding-top:16px}.product-table-section__header{justify-content:space-between;align-items:end;gap:16px;display:flex}.product-table-section__header h2{margin-bottom:0}.product-table-section__header span{font-weight:750}.product-detail-hero{box-shadow:var(--shadow-soft);background:linear-gradient(135deg,#0f766e14 0%,#fffffff5 48%,#f8fafcfa 100%),#fff;border:1px solid #dce8e8;border-radius:14px;grid-template-columns:minmax(0,1fr) minmax(360px,.85fr);align-items:stretch;gap:18px;padding:20px;display:grid;overflow:hidden}.product-detail-hero__copy{align-content:start;gap:10px;min-width:0;display:grid}.product-detail-hero__copy h2,.product-detail-hero__copy p{margin-bottom:0}.product-detail-hero__copy h2{color:#101828;font-size:clamp(1.35rem,2vw,1.8rem);line-height:1.18}.product-detail-hero__copy p:not(.eyebrow){max-width:78ch;color:var(--muted)}.product-detail-hero__badges{flex-wrap:wrap;gap:8px;margin-top:4px;display:flex}.product-visibility-pill{border-radius:999px;align-items:center;gap:6px;min-height:26px;padding:3px 9px;font-size:.76rem;font-weight:800;display:inline-flex}.product-visibility-pill.is-visible{background:var(--primary-soft);color:var(--primary-strong)}.product-visibility-pill.is-hidden-from-bot{background:var(--surface-muted);color:#475467}.product-detail-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;display:grid}.product-detail-metrics div{background:#ffffffd6;border:1px solid #d8dee6e6;border-radius:10px;align-content:start;gap:6px;min-height:92px;padding:12px;display:grid}.product-detail-metrics dt{color:var(--muted);text-transform:uppercase;font-size:.76rem;font-weight:800}.product-detail-metrics dd{color:#101828;font-variant-numeric:tabular-nums;overflow-wrap:anywhere;margin:0;font-size:1rem;font-weight:800}.product-detail-layout{grid-template-columns:minmax(0,1fr) minmax(380px,420px);align-items:start;gap:16px;display:grid}.product-detail-form,.product-detail-side{gap:14px;min-width:0;display:grid}.product-detail-panel{border:1px solid var(--border);box-shadow:var(--shadow-soft);background:#fff;border-radius:12px;gap:14px;padding:16px;display:grid}.product-detail-panel__header{grid-template-columns:38px minmax(0,1fr);align-items:start;gap:12px;display:grid}.product-detail-panel__header>svg{background:var(--primary-soft);width:38px;height:38px;color:var(--primary);border-radius:10px;place-items:center;padding:10px;display:inline-grid}.product-detail-panel__header h2,.product-detail-panel__header p{margin-bottom:0}.product-detail-panel__header h2{color:#101828;font-size:1rem}.product-detail-panel__header p{color:var(--muted);font-size:.88rem}.product-detail-form-section{box-shadow:var(--shadow-soft);border-radius:12px}.product-health-list{gap:0;display:grid}.product-telegram-post-panel .button{justify-content:center}.telegram-post-preview{background:#f6fbfa;border:1px dashed #b7d8d3;border-radius:8px;gap:4px;padding:12px;display:grid}.telegram-post-preview strong{color:#101828;overflow-wrap:anywhere;font-size:.95rem;line-height:1.35}.telegram-post-preview span{color:var(--muted);font-size:.84rem;line-height:1.45}.product-health-row{border-bottom:1px solid var(--border);grid-template-columns:32px minmax(0,1fr);align-items:start;gap:10px;padding:12px 0;display:grid}.product-health-row:first-child{padding-top:0}.product-health-row:last-child{border-bottom:0;padding-bottom:0}.product-health-row__icon{border-radius:9px;place-items:center;width:30px;height:30px;display:inline-grid}.product-health-row--success .product-health-row__icon{background:var(--success-soft);color:var(--success)}.product-health-row--warning .product-health-row__icon{background:var(--warning-soft);color:var(--warning)}.product-health-row--danger .product-health-row__icon{background:var(--danger-soft);color:var(--danger)}.product-health-row div{gap:4px;min-width:0;display:grid}.product-health-row strong{color:#344054;font-size:.84rem}.product-health-row__value{color:var(--muted);overflow-wrap:anywhere;font-size:.86rem}.product-detail-actions{border:1px solid var(--border);box-shadow:var(--shadow-soft);background:#fffffff5;border-radius:12px;justify-content:flex-end;padding:14px}.product-resource-panel{background:#fff;border-color:#dce8e8;overflow:hidden}.product-resource-import{gap:16px;display:grid}.product-resource-import textarea{min-height:220px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.86rem;line-height:1.6}.product-resource-import__actions{justify-content:flex-end;display:flex}.product-resource-import__actions .button{min-width:180px}.resource-stock-strip{background:#f8fafc;border:1px solid #e4e9ef;border-radius:8px;grid-template-columns:repeat(3,minmax(0,1fr));margin:0;display:grid;overflow:hidden}.resource-stock-strip div{gap:4px;padding:12px;display:grid}.resource-stock-strip div+div{border-left:1px solid #e4e9ef}.resource-stock-strip dt{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:.72rem;font-weight:850}.resource-stock-strip dd{color:#101828;font-variant-numeric:tabular-nums;margin:0;font-size:1.12rem;font-weight:850}.resource-import-heading,.resource-import-composer__topline{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.resource-import-heading>div,.resource-import-composer__topline>div{gap:3px;min-width:0;display:grid}.resource-import-heading strong,.resource-import-composer__topline strong,.resource-import-preview__header strong{color:#101828;font-size:.92rem;line-height:1.3}.resource-import-heading>div>span,.resource-import-composer__topline>div>span,.resource-import-preview__header span{color:var(--muted);font-size:.82rem;line-height:1.45}.resource-type-badge,.resource-import-composer__topline>span{background:var(--primary-soft);min-height:28px;color:var(--primary-strong);white-space:nowrap;border:1px solid #0f766e2e;border-radius:999px;align-items:center;padding:4px 9px;font-size:.74rem;font-weight:850;display:inline-flex}.resource-import-composer{border-top:1px solid var(--border);gap:14px;padding-top:14px;display:grid}.resource-format-tabs{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:8px;display:grid}.resource-format-tab{border:1px solid var(--border);min-height:72px;color:var(--text);text-align:left;cursor:pointer;background:#fff;border-radius:8px;grid-template-columns:34px minmax(0,1fr);align-items:start;gap:10px;padding:12px;transition:border-color .16s,background-color .16s,box-shadow .16s;display:grid}.resource-format-tab:hover,.resource-format-tab.is-active{background:#f0fdfa;border-color:#0f766e7a;box-shadow:0 0 0 3px #0f766e1a}.resource-format-tab__icon{width:34px;height:34px;color:var(--primary);background:#f2f5f7;border-radius:8px;place-items:center;display:inline-grid}.resource-format-tab.is-active .resource-format-tab__icon{color:var(--primary-strong);background:#fff}.resource-format-tab__copy{gap:3px;min-width:0;display:grid}.resource-format-tab strong{color:#101828;font-size:.88rem}.resource-format-tab small{color:var(--muted);overflow-wrap:anywhere;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.75rem;line-height:1.4}.product-resource-controls{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;display:grid}.product-resource-controls code,.resource-import-guide span code{color:#344054;background:#eef2f5;border-radius:4px;padding:1px 5px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.75rem}.resource-import-guide{background:#f5fbfa;border:1px solid #c7e7e2;border-radius:8px;grid-template-columns:32px minmax(0,1fr);align-items:start;gap:10px;padding:12px;display:grid}.resource-import-guide>svg{color:var(--primary)}.resource-import-guide div{gap:3px;display:grid}.resource-import-guide strong{color:#0f423d}.resource-import-guide span{color:#31524d;font-size:.86rem}.resource-import-guide>code{color:#0f423d;white-space:nowrap;background:#fff;border-radius:6px;grid-column:1/-1;padding:9px 10px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.8rem;display:block;overflow-x:auto}.product-resource-lines-field small{line-height:1.5}.resource-import-preview{border:1px solid var(--border);background:#fbfcfe;border-radius:8px;gap:10px;padding:12px;display:grid}.resource-import-preview.is-empty{background:#f8fafc}.resource-import-preview__header{gap:2px;display:grid}.resource-import-preview__stats{flex-wrap:wrap;gap:8px;display:flex}.resource-import-preview__stats span{border:1px solid var(--border);min-height:28px;color:var(--muted);background:#fff;border-radius:999px;padding:4px 9px;font-size:.78rem;font-weight:650}.resource-import-preview__stats strong{color:var(--text)}.resource-import-preview pre{color:#e5f4ff;white-space:pre;background:#111827;border-radius:6px;max-height:128px;margin:0;padding:12px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.8rem;line-height:1.55;overflow:auto}.resource-import-preview p{color:var(--muted);margin:0;font-size:.85rem}.resource-inventory-note{max-width:780px;color:var(--muted);margin:-4px 0 14px;font-size:.86rem;line-height:1.55}.resource-row-title{gap:3px;min-width:0;display:grid}.resource-row-title strong{color:#101828;overflow-wrap:anywhere;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.78rem}.resource-row-title span,.muted-text{color:var(--muted);font-size:.8rem}.resource-row-editor{grid-template-columns:76px minmax(104px,.8fr) minmax(120px,1fr);align-items:start;gap:8px;min-width:440px;display:grid}.resource-row-editor .input,.resource-row-editor .select{min-height:36px;padding:7px 9px;font-size:.84rem}.resource-priority-input,.resource-cost-input{font-variant-numeric:tabular-nums}.resource-cost-status{border:1px solid var(--success-soft);background:var(--success-soft);min-height:30px;color:var(--success);border-radius:999px;grid-column:1/-1;align-items:center;padding:4px 9px;font-size:.78rem;font-weight:800;display:inline-flex}.resource-cost-status.is-missing{border-color:var(--warning-soft);background:var(--warning-soft);color:var(--warning)}.resource-type-select:disabled{color:var(--muted)}.resource-secret-note{border:1px dashed var(--border);min-height:36px;color:var(--muted);background:#f8fafc;border-radius:6px;grid-column:1/-1;align-items:center;padding:7px 10px;font-size:.82rem;font-weight:700;display:inline-flex}.resource-payload-editor{resize:vertical;white-space:pre;grid-column:1/-1;min-height:88px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.8rem;line-height:1.55}.resource-row-actions{flex-wrap:wrap;grid-column:1/-1;justify-content:flex-end;gap:8px;display:flex}.warning-text{color:var(--warning);font-weight:750}.chip{white-space:nowrap;border-radius:999px;gap:5px;min-height:26px;padding:3px 8px;font-size:.76rem;font-weight:800}.chip--neutral{color:#3f4b59;background:#eef2f5}.chip--success{background:var(--success-soft);color:var(--success)}.chip--warning{background:var(--warning-soft);color:var(--warning)}.chip--danger{background:var(--danger-soft);color:var(--danger)}.definition-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0;display:grid}.definition-grid--single{grid-template-columns:1fr}.definition-item{border-bottom:1px solid var(--border);gap:3px;padding-bottom:10px;display:grid}.definition-item dt{text-transform:uppercase;font-size:.78rem;font-weight:800}.definition-item dd{overflow-wrap:anywhere;margin:0}.timeline{gap:12px;margin:0;padding-left:20px;display:grid}.timeline li{padding-left:4px}.raw-payload,.muted-panel{border:1px solid var(--border);color:#f9fafb;white-space:pre-wrap;background:#111827;border-radius:6px;padding:12px;overflow:auto}.muted-panel{background:var(--surface-muted);color:var(--muted)}.warning-list{color:var(--warning);gap:8px;margin:0;padding-left:20px;display:grid}.modal-backdrop{z-index:1000;background:#0f172a7a;place-items:center;padding:24px;display:grid;position:fixed;inset:0;overflow-y:auto}.modal-panel{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);gap:16px;width:min(920px,100%);max-height:min(86dvh,760px);padding:18px;display:grid;overflow-y:auto;box-shadow:0 24px 70px #0f172a47}.modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:14px;display:flex}.modal-panel .form-grid{box-shadow:none;border:0;padding:0}.product-dialog{grid-template-rows:auto minmax(0,1fr);gap:0;width:min(1120px,100vw - 56px);max-height:min(91dvh,860px);padding:0;overflow:hidden}.product-dialog__header{z-index:2;border-bottom:1px solid var(--border);background:#fff;align-items:center;padding:16px 20px}.product-dialog__header h2,.product-dialog__header p{margin-bottom:0}.product-dialog__header .muted{max-width:64ch;margin-top:6px;font-size:.92rem;line-height:1.55}.product-dialog__header-actions{flex:none;align-items:center;gap:10px;display:flex}.product-create-summary{border-bottom:1px solid var(--border);background:#f8fafc;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:12px 22px;display:grid}.product-create-summary div{border:1px solid var(--border);color:#344054;background:#fff;border-radius:6px;grid-template-columns:34px minmax(0,1fr);align-items:start;gap:10px;min-height:76px;padding:12px;font-size:.88rem;font-weight:750;display:grid}.product-create-summary div>span{gap:4px;min-width:0;display:grid}.product-create-summary strong{color:#101828;line-height:1.25}.product-create-summary small{color:var(--muted);font-size:.8rem;font-weight:650;line-height:1.45}.product-create-summary svg,.product-form-section__header>span{color:var(--primary)}.product-create-form{background:#f6f8fb;gap:10px;min-height:0;padding:14px 18px 0;display:grid;overflow-y:auto}.product-form-section{border:1px solid var(--border);background:#fff;border-radius:10px;grid-template-columns:1fr;gap:14px;padding:14px;display:grid;box-shadow:0 1px 2px #17202a08}.product-form-section__header{border-bottom:1px solid #eef2f6;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;padding-bottom:12px;display:grid}.product-form-section__header>span{background:var(--primary-soft);border-radius:6px;place-items:center;width:34px;height:34px;display:inline-grid}.product-form-section__header h3{color:var(--text);margin:0;font-size:.98rem;line-height:1.3}.product-form-section__header p{max-width:82ch;color:var(--muted);margin:2px 0 0;font-size:.82rem;line-height:1.45}.product-form-section__body{min-width:0}.product-form-grid{gap:12px 14px;display:grid}.product-form-grid--main{grid-template-columns:repeat(4,minmax(0,1fr))}.product-form-grid--pricing{grid-template-columns:minmax(240px,1.4fr) repeat(3,minmax(130px,.8fr))}.product-form-grid--copy,.product-form-grid--warranty,.product-option-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.field--span-2{grid-column:span 2}.field--price input{font-variant-numeric:tabular-nums;font-weight:750}.input-affix{position:relative}.input-affix input{padding-right:58px}.input-affix span{color:var(--muted);font-size:.78rem;font-weight:800;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.product-name-template-search,.template-search-input{position:relative}.template-search-input>svg{z-index:1;color:var(--muted);position:absolute;top:50%;left:12px;transform:translateY(-50%)}.template-search-input .input{padding-left:40px;padding-right:156px}.template-search-input__badge{min-height:30px;color:var(--success);background:#ecfdf3;border:1px solid #b7e4d0;border-radius:999px;align-items:center;gap:6px;padding:4px 9px;font-size:.76rem;font-weight:800;display:inline-flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.template-suggestions{z-index:30;border-radius:var(--radius);background:#fff;border:1px solid #bdd7d2;max-height:288px;padding:6px;display:grid;position:absolute;top:74px;left:0;right:0;overflow-y:auto;box-shadow:0 18px 42px #0f172a2e}.template-suggestion{width:100%;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px;display:grid}.template-suggestion:hover,.template-suggestion:focus-visible,.template-suggestion[aria-selected=true]{background:#f0fdfa}.template-suggestion>span{gap:2px;min-width:0;display:grid}.template-suggestion strong{text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;line-height:1.35;overflow:hidden}.template-suggestion small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;overflow:hidden}.template-suggestion>span:last-child{justify-items:end}.template-suggestions__state{min-height:52px;color:var(--muted);align-items:center;gap:8px;padding:10px;font-size:.86rem;font-weight:700;display:flex}.template-suggestions__state--danger{color:var(--danger)}.product-option-grid{gap:12px;display:grid}.option-card{border:1px solid var(--border);cursor:pointer;background:#f8fafc;border-radius:6px;grid-template-columns:22px minmax(0,1fr);align-items:start;gap:12px;min-height:88px;padding:14px;display:grid}.option-card:hover{border-color:var(--border-strong);background:#fff}.option-card input{width:18px;height:18px;margin-top:2px}.option-card>span{gap:4px;display:grid}.option-card strong{align-items:center;gap:8px;display:flex}.option-card svg{color:var(--primary)}.option-card small{color:var(--muted);line-height:1.45}.product-dialog__actions{z-index:20;border-top:1px solid var(--border);background:#fff;margin:4px -18px 0;padding:12px 18px;position:sticky;bottom:0;box-shadow:0 -10px 24px #0f172a14}.product-template-picker{gap:12px;display:grid}.product-template-picker__main,.product-template-toolbar{align-items:end;gap:12px;display:grid}.product-template-picker__main{grid-template-columns:minmax(0,1fr) auto}.product-template-preview{flex-wrap:wrap;gap:8px;display:flex}.product-template-preview span{border:1px solid var(--border);color:#344054;background:#f8fafc;border-radius:999px;align-items:center;gap:6px;min-height:32px;padding:6px 10px;font-size:.82rem;font-weight:750;display:inline-flex}.product-template-toolbar{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-soft);border-radius:12px;grid-template-columns:minmax(280px,1fr) auto auto;padding:12px}.product-template-toolbar__toggle{white-space:nowrap;min-height:48px}.product-template-toolbar__actions,.product-template-dialog__actions{justify-content:flex-end;gap:10px;display:flex}.product-template-dialog{grid-template-rows:auto minmax(0,1fr);gap:0;width:min(980px,100vw - 32px);max-height:min(90dvh,860px);padding:0;overflow:hidden}.product-template-dialog__header{z-index:2;background:linear-gradient(#fffffffa,#f8fafcf5);border-bottom:1px solid #dbe3ec;align-items:center;padding:20px 22px;position:sticky;top:0}.product-template-dialog__heading{grid-template-columns:44px minmax(0,1fr);align-items:start;gap:14px;display:grid}.product-template-dialog__icon{background:var(--primary-soft);width:44px;height:44px;color:var(--primary);border:1px solid #b7e8df;border-radius:10px;place-items:center;display:inline-grid}.product-template-dialog__header h2,.product-template-dialog__header p{margin-bottom:0}.product-template-dialog__header .muted{color:#475467;max-width:64ch;margin-top:6px;line-height:1.55}.product-template-dialog>.inline-error{margin:14px 22px 0}.product-template-form{grid-template-rows:minmax(0,1fr) auto;min-height:0;display:grid;overflow:hidden}.product-template-form__body{gap:18px;padding:18px 22px 20px;display:grid;overflow-y:auto}.template-form-section{gap:14px;display:grid}.template-form-section+.template-form-section{border-top:1px solid var(--border);padding-top:18px}.template-form-section__header{grid-template-columns:34px minmax(0,1fr);align-items:start;gap:10px;display:grid}.template-form-section__header>span{background:var(--primary-soft);width:34px;height:34px;color:var(--primary);border-radius:8px;place-items:center;display:inline-grid}.template-form-section__header h3{color:#101828;margin:0;font-size:.98rem;line-height:1.3}.template-form-section__header p{max-width:72ch;color:var(--muted);margin:3px 0 0;font-size:.86rem;line-height:1.5}.product-template-grid{align-items:start;gap:12px;display:grid}.product-template-grid--identity{grid-template-columns:minmax(260px,1.1fr) minmax(240px,.9fr)}.product-template-grid--pricing{grid-template-columns:minmax(260px,1.35fr) repeat(3,minmax(112px,.55fr))}.product-template-grid--copy{grid-template-columns:repeat(2,minmax(0,1fr))}.product-template-grid--warranty{grid-template-columns:minmax(170px,.45fr) minmax(260px,1fr)}.product-template-price-field input{font-variant-numeric:tabular-nums;font-weight:760}.product-template-settings{gap:12px;display:grid}.product-template-toggle-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.template-switch{border:1px solid var(--border);cursor:pointer;background:#f8fafc;border-radius:8px;grid-template-columns:20px minmax(0,1fr);align-items:start;gap:10px;min-height:76px;padding:12px;display:grid}.template-switch:hover{border-color:var(--border-strong);background:#fff}.template-switch input{width:18px;height:18px;accent-color:var(--primary);margin-top:2px}.template-switch span{gap:3px;display:grid}.template-switch strong{color:#344054;font-size:.88rem;line-height:1.35}.template-switch small{color:var(--muted);font-size:.78rem;line-height:1.45}.product-template-dialog__actions{border-top:1px solid var(--border);background:#fffffffa;grid-column:1/-1;align-items:center;padding:14px 22px}.template-settings-cell{gap:8px;display:grid}.template-settings-cell span{color:var(--muted);align-items:center;gap:7px;font-size:.84rem;display:inline-flex}.template-settings-cell svg{color:var(--primary)}@media (width<=1120px){.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid--operations{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-finance-hero,.dashboard-main-grid,.detail-grid,.product-detail-hero,.product-detail-layout,.split-grid{grid-template-columns:1fr}.product-summary-strip,.dashboard-list-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.filter-panel,.orders-filter-grid--primary,.orders-filter-grid--status,.orders-filter-grid--advanced,.product-filter-panel,.product-filter-toolbar,.product-template-toolbar,.product-template-picker__main,.product-template-grid--identity,.product-template-grid--pricing,.product-template-grid--copy,.product-template-grid--warranty,.product-template-toggle-row,.form-grid,.inline-form,.product-form-grid--main,.product-form-grid--pricing{grid-template-columns:repeat(2,minmax(180px,1fr))}.orders-table{min-width:980px}.product-catalog-table{min-width:1040px}.field--span-2{grid-column:1/-1}.product-catalog-state{grid-template-columns:42px minmax(0,1fr);align-items:start}.product-catalog-state__actions{grid-column:1/-1;justify-content:flex-start}.product-filter-panel__title{grid-column:1/-1}.product-filter-toolbar__actions,.product-filter-panel__actions{grid-column:1/-1;justify-content:flex-start}.product-template-price-field{grid-column:1/-1}}@media (width<=780px){.auth-page,.admin-shell{grid-template-columns:1fr}.auth-page{background:var(--bg);height:auto;min-height:100dvh;overflow:visible}.auth-panel{grid-area:1/1;min-height:auto;padding:20px}.auth-card{border-radius:14px;width:100%;padding:22px}.auth-aside{grid-area:2/1;align-items:stretch;padding:0 20px 20px}.auth-hero{gap:14px}.auth-hero__image-frame{display:none}.status-list{grid-template-columns:1fr}.sidebar{border-right:0;border-bottom:1px solid var(--border);height:auto;position:static}.sidebar-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.topbar,.page-header,.product-partner-banner,.supplier-partner-banner,.product-table-section__header{flex-direction:column;align-items:stretch}.page-header{gap:18px;padding:18px}.page-header__main{gap:12px}.page-header__icon{border-radius:10px;width:42px;height:42px}.page-header__action,.admin-account{justify-content:flex-start;width:100%}.account-menu-trigger{width:100%}.account-menu{width:100%;left:0;right:auto}.content{padding:16px}.dashboard-grid,.dashboard-grid--operations,.dashboard-list-grid,.dashboard-finance-card__stats,.dashboard-policy-grid,.filter-panel,.orders-filter-grid--primary,.orders-filter-grid--status,.orders-filter-grid--advanced,.product-summary-strip,.product-filter-panel,.product-filter-toolbar,.product-template-toolbar,.product-template-picker__main,.product-template-grid--identity,.product-template-grid--pricing,.product-template-grid--copy,.product-template-grid--warranty,.product-template-toggle-row,.form-grid,.inline-form,.definition-grid,.product-detail-metrics,.product-create-summary,.product-form-section,.product-form-grid--main,.product-form-grid--pricing,.product-form-grid--copy,.product-form-grid--warranty,.product-option-grid,.resource-format-tabs,.product-resource-controls{grid-template-columns:1fr}.orders-filter-panel__header{grid-template-columns:42px minmax(0,1fr)}.orders-filter-count{grid-column:1/-1;width:fit-content}.orders-filter-actions,.orders-pagination,.orders-pagination__actions,.orders-table-panel__header{flex-direction:column;align-items:stretch}.orders-filter-actions .button,.orders-pagination__actions .button,.orders-pagination label,.orders-table-panel__badge{width:100%}.orders-pagination label{flex-direction:column;align-items:stretch}.orders-pagination .select{width:100%}.orders-table,.product-catalog-table{min-width:0}.orders-table,.orders-table tbody,.orders-table tr,.orders-table td,.product-catalog-table,.product-catalog-table tbody,.product-catalog-table tr,.product-catalog-table td{width:100%;display:block}.orders-table thead,.product-catalog-table thead{display:none}.orders-table tr,.product-catalog-table tr{border-bottom:1px solid var(--border);padding:12px}.orders-table tr:last-child,.product-catalog-table tr:last-child{border-bottom:0}.orders-table td,.product-catalog-table td{text-align:left;border-bottom:0;grid-template-columns:minmax(92px,.42fr) minmax(0,1fr);gap:12px;padding:9px 0;display:grid}.orders-table td:before,.product-catalog-table td:before{content:attr(data-label);color:var(--muted);text-transform:uppercase;font-size:.76rem;font-weight:850}.orders-table td.numeric,.product-catalog-table td.numeric{text-align:left}.product-price-cell,.product-margin-cell{justify-items:start}.product-identity-cell,.product-source-cell{min-width:0}.orders-status-stack{grid-template-columns:1fr}.orders-detail-link,.product-detail-link{width:100%}.page-header-actions,.product-template-toolbar__actions,.product-filter-toolbar__actions,.product-filter-panel__actions,.product-catalog-state__actions,.product-detail-actions{flex-direction:column;align-items:stretch;width:100%}.product-catalog-panel__header{flex-direction:column;align-items:flex-start}.product-catalog-state{grid-template-columns:1fr;padding:18px}.product-table-skeleton-row{grid-template-columns:1fr;gap:10px}.product-detail-hero,.product-detail-panel{padding:16px}.modal-backdrop{align-items:end;padding:12px}.modal-panel{max-height:92dvh}.modal-header{align-items:stretch}.product-dialog{width:100%;max-height:94dvh}.product-dialog__header{padding:16px;position:static}.product-create-summary{padding:12px 16px}.product-create-form{padding:16px 16px 0}.product-form-section{padding:14px}.product-form-section__header{grid-template-columns:1fr}.product-form-section__header p{max-width:none}.template-search-input .input{padding-left:40px;padding-right:12px}.template-search-input__badge{width:max-content;position:static;transform:none}.template-suggestion{grid-template-columns:1fr}.template-suggestion>span:last-child{justify-items:start}.product-dialog__actions{margin-left:-16px;margin-right:-16px;padding:12px 16px}.product-template-dialog{width:100%;max-height:94dvh}.product-template-dialog__header{padding:16px}.product-template-dialog__heading{grid-template-columns:1fr}.product-template-form__body{padding:16px}.product-template-dialog__actions{flex-direction:column;align-items:stretch;padding:12px 16px}}.reports-page{gap:18px}.reports-filter-panel,.reports-panel{background:#fff;border:1px solid #dce3ea;border-radius:12px;gap:14px;padding:16px;display:grid;box-shadow:0 1px 2px #17202a0a}.reports-filter-panel__header,.reports-panel__title,.reports-filter-actions,.reports-export-action{align-items:center;gap:12px;display:flex}.reports-filter-panel__header{justify-content:space-between}.reports-filter-panel__header h2,.reports-filter-panel__header p,.reports-panel__title h2,.reports-panel__title .eyebrow{margin-bottom:0}.reports-filter-panel__header p{color:var(--muted);font-size:.88rem}.reports-filter-panel__icon{background:var(--primary-soft);width:40px;height:40px;color:var(--primary);border-radius:10px;flex:none;place-items:center;display:inline-grid}.reports-filter-count{min-height:36px;color:var(--primary-strong);white-space:nowrap;background:#f5fbfa;border:1px solid #d7ebe8;border-radius:999px;padding:8px 12px;font-size:.78rem;font-weight:850}.reports-filter-grid{gap:12px;display:grid}.reports-filter-grid--primary{grid-template-columns:minmax(180px,1.1fr) repeat(3,minmax(150px,1fr))}.reports-filter-grid--secondary{grid-template-columns:minmax(180px,1.15fr) repeat(4,minmax(150px,1fr))}.reports-field{gap:7px;min-width:0;display:grid}.reports-field>span{color:#344054;align-items:center;gap:7px;font-size:.82rem;font-weight:800;display:inline-flex}.reports-field svg{color:var(--primary)}.reports-filter-actions{border-top:1px solid var(--border);justify-content:flex-end;padding-top:12px}.reports-tabs{border-bottom:1px solid var(--border);gap:8px;padding-bottom:2px;display:flex;overflow-x:auto}.reports-tab{border:1px solid var(--border);color:#475467;cursor:pointer;background:#fff;border-radius:8px 8px 0 0;flex:none;min-height:44px;padding:9px 12px;font-size:.88rem;font-weight:800}.reports-tab:hover,.reports-tab.is-active{color:var(--primary-strong);background:#f5fbfa;border-color:#a8e1da}.reports-tab.is-active{box-shadow:inset 0 -3px 0 var(--primary)}.reports-kpi-grid{grid-template-columns:repeat(4,minmax(180px,1fr));gap:10px;display:grid}.reports-main-grid{grid-template-columns:minmax(0,2fr) minmax(280px,.82fr);align-items:stretch;gap:16px;display:grid}.reports-chart{gap:10px;min-width:0;display:grid}.reports-chart svg{background:#fbfcfd;border:1px solid #dce3ea;border-radius:10px;width:100%;min-height:260px}.reports-chart line{stroke:#cbd5e1;stroke-width:1.5px}.reports-chart rect{fill:#0f766ec7}.reports-chart polyline{fill:none;stroke:#a15c07;stroke-linejoin:round;stroke-linecap:round;stroke-width:2.6px}.reports-chart circle{fill:#fff;stroke:#a15c07;stroke-width:2.2px}.reports-chart text{fill:#667085;font-size:12px;font-weight:800}.reports-chart__legend{color:#344054;flex-wrap:wrap;gap:12px;font-size:.82rem;font-weight:800;display:flex}.reports-chart__legend span{align-items:center;gap:7px;display:inline-flex}.reports-chart__swatch{border-radius:999px;width:14px;height:8px;display:inline-block}.reports-chart__swatch--revenue{background:var(--primary)}.reports-chart__swatch--orders{background:#a15c07}.reports-alert-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.reports-alert-list li{background:#fff8f7;border:1px solid #fecdca;border-radius:10px;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:56px;padding:10px;display:grid}.reports-alert-list svg{color:var(--danger)}.reports-alert-list span,.reports-product-name{gap:2px;min-width:0;display:grid}.reports-alert-list strong,.reports-product-name strong{color:#17202a;text-overflow:ellipsis;white-space:nowrap;font-weight:850;overflow:hidden}.reports-alert-list small,.reports-product-name small,.reports-export-action span{color:var(--muted);font-size:.78rem;font-weight:750}.reports-alert-list a{color:var(--primary-strong);font-size:.84rem;font-weight:850;text-decoration:none}.reports-alert-list a:hover{text-decoration:underline}.reports-export-action{flex-wrap:wrap;justify-content:flex-end}.reports-export-action span{color:var(--danger)}.seller-settlements-page{gap:18px}.seller-settlement-kpis{grid-template-columns:repeat(6,minmax(150px,1fr))}.seller-settlement-builder{grid-template-columns:minmax(0,1.5fr) minmax(300px,.62fr);align-items:start;gap:16px;display:grid}.seller-settlement-builder--single{grid-template-columns:1fr}.seller-settlement-builder__main,.seller-settlement-builder__side{gap:14px;padding:16px;display:grid}.seller-settlement-builder__header,.seller-settlement-actions,.seller-settlement-section-title,.seller-settlement-inline-add{align-items:center;gap:10px;display:flex}.seller-settlement-builder__header,.seller-settlement-section-title{justify-content:space-between}.seller-settlement-builder__header h2,.seller-settlement-builder__header .eyebrow,.seller-settlement-section-title h2,.seller-settlement-section-title .eyebrow,.seller-settlement-builder__side h2{margin-bottom:0}.seller-settlement-form-grid{grid-template-columns:minmax(220px,.8fr) minmax(260px,1.2fr);gap:12px;display:grid}.seller-settlement-inline-add{align-items:stretch}.seller-settlement-inline-add .button{flex:none}.seller-settlement-actions{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:flex-end;padding-top:12px}.seller-settlement-rule-list{gap:9px;margin:0;padding:0;list-style:none;display:grid}.seller-settlement-rule-list li{color:#344054;align-items:flex-start;gap:8px;font-size:.88rem;font-weight:700;display:flex}.seller-settlement-rule-list svg{color:var(--primary);flex:none;margin-top:2px}.seller-settlement-rule-list li:last-child svg{color:var(--warning)}.seller-settlement-readiness{color:var(--success);background:#f6fef9;border:1px solid #abefc6;border-radius:10px;align-items:center;gap:12px;padding:12px 14px;display:flex}.seller-settlement-readiness--danger{color:var(--danger);background:#fff8f7;border-color:#fecdca}.seller-settlement-readiness div{gap:2px;min-width:0;display:grid}.seller-settlement-readiness strong{color:#17202a}.seller-settlement-readiness span{color:var(--muted);font-size:.86rem;font-weight:700}.stack-cell--right{text-align:right;justify-items:end}@media (width<=1180px){.reports-filter-grid--primary,.reports-filter-grid--secondary,.reports-kpi-grid,.seller-settlement-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.reports-main-grid,.seller-settlement-builder{grid-template-columns:1fr}}@media (width<=760px){.reports-filter-panel__header,.reports-filter-actions,.reports-export-action,.seller-settlement-builder__header,.seller-settlement-actions,.seller-settlement-inline-add{flex-direction:column;align-items:stretch}.reports-filter-panel__header{align-items:flex-start}.reports-filter-count{text-align:center;width:100%}.reports-filter-grid--primary,.reports-filter-grid--secondary,.reports-kpi-grid,.seller-settlement-kpis,.seller-settlement-form-grid{grid-template-columns:1fr}.reports-tab{min-width:max-content}.reports-chart svg{min-height:220px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.inline-warning{background:var(--color-warning-soft,#d977061f);color:var(--color-warning-strong,#92400e);border:1px solid var(--color-warning-border,#d9770659);border-radius:10px;align-items:center;gap:8px;padding:10px 14px;font-size:.9rem;display:inline-flex}.text-danger{color:var(--color-danger-strong,#b91c1c)}.text-success{color:var(--color-success-strong,#047857)}.text-warning{color:var(--color-warning-strong,#92400e)}.seller-settlement-header-actions{flex-wrap:wrap;gap:8px;display:inline-flex}.seller-settlement-section-title--with-filter{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.seller-settlement-list-filter{flex-wrap:wrap;align-items:center;gap:8px;display:inline-flex}.seller-settlement-list-filter .select--compact{min-width:160px;max-width:220px}.seller-settlement-list-filter>svg{color:var(--color-muted,#6b7280)}.select--compact,.input--compact{min-height:34px;padding:6px 10px;font-size:.875rem}.field--inline{align-items:center;gap:6px;margin:0;display:inline-flex}.field--inline>span{color:var(--color-muted,#6b7280);font-size:.8rem}.pagination{color:var(--color-muted,#6b7280);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:16px;font-size:.875rem;display:flex}.pagination__actions{gap:8px;display:inline-flex}.seller-settlement-eligible .table-wrap{margin-top:12px}.seller-settlement-detail-grid{grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:16px;display:grid}.seller-settlement-detail-info{color:var(--color-muted,#6b7280);flex-wrap:wrap;align-items:center;gap:12px;margin-top:8px;font-size:.875rem;display:flex}.seller-settlement-detail-info>svg{color:var(--color-success-strong,#047857)}.seller-settlement-detail-note{margin-top:12px}.seller-settlement-detail-note pre{background:var(--color-surface-soft,#0f172a0a);white-space:pre-wrap;word-break:break-word;border-radius:8px;padding:10px 12px;font-size:.875rem}.seller-settlement-detail-actions{flex-direction:column;gap:16px;display:flex}.seller-settlement-detail-form{flex-direction:column;gap:8px;display:flex}.seller-settlement-adjustment-form{border-top:1px solid var(--color-border,#0f172a14);flex-direction:column;gap:12px;margin-top:16px;padding-top:16px;display:flex}@media (width<=900px){.seller-settlement-detail-grid{grid-template-columns:1fr}}.seller-filter-bar{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:16px;display:flex}.seller-filter-bar__search{flex:280px}.seller-filter-bar__search .input{width:100%}.seller-shop-column{width:28%}.seller-contact-column{width:18%}.seller-activity-column{width:12%}.seller-status-column{width:22%}.seller-actions-column{text-align:right;width:48px}.seller-identity-cell{grid-template-columns:38px minmax(0,1fr);align-items:start;gap:11px;min-width:260px;display:grid}.seller-identity-cell__avatar{width:38px;height:38px;color:var(--primary-strong);background:linear-gradient(135deg,#e6f7f4 0%,#f6fefc 100%);border:1px solid #b7e8df;border-radius:10px;place-items:center;font-size:.78rem;font-weight:900;display:inline-grid}.seller-identity-cell__name{width:fit-content;color:var(--primary-strong);font-size:.98rem;line-height:1.32;text-decoration:none;display:inline-flex}.seller-identity-cell__name:hover{text-decoration:underline}.seller-identity-cell>div,.seller-contact-cell,.seller-activity-cell,.seller-status-cell{gap:5px;min-width:0;display:grid}.seller-identity-cell span,.seller-identity-cell small,.seller-contact-cell span,.seller-status-cell small{color:var(--muted);overflow-wrap:anywhere;font-size:.85rem}.seller-identity-cell__meta{flex-wrap:wrap;gap:6px;display:flex}.seller-identity-cell__meta small{background:#f8fafc;border:1px solid #dce8e8;border-radius:999px;align-items:center;min-height:24px;padding:2px 8px;font-size:.74rem;font-weight:750;display:inline-flex}.seller-activity-cell{font-variant-numeric:tabular-nums;justify-items:end}.seller-activity-cell strong{color:#101828;font-size:.98rem;line-height:1.25}.seller-activity-cell span,.seller-activity-cell small{color:var(--muted);font-size:.84rem}.seller-status-cell .chip{width:min(100%,220px)}.seller-row-actions{flex-wrap:wrap;justify-content:flex-end;align-items:flex-start;gap:8px;min-width:330px;display:flex}.seller-row-actions__status,.seller-row-actions__utility{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:inline-flex}.seller-row-actions__utility{background:#fbfcfe;border:1px solid #e4e9ef;border-radius:9px;padding:4px}.seller-row-actions .button{white-space:nowrap;border-radius:8px}.seller-row-actions .button:hover:not(:disabled){box-shadow:0 8px 18px #10182814}.seller-detail-grid{grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:16px;display:grid}.seller-detail-info{align-items:center;gap:12px;margin-bottom:16px;display:flex}.seller-detail-info>svg{color:var(--color-primary,#0f766e)}.seller-detail-info>div{flex-direction:column;display:flex}.seller-detail-info strong{font-size:1.05rem}.seller-detail-info span{color:var(--color-muted,#6b7280);font-size:.8rem}.seller-form-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px 16px;margin-bottom:12px;display:grid}.seller-detail-action-form{flex-direction:column;gap:12px;margin-bottom:8px;display:flex}.seller-detail-actions{flex-direction:column;gap:8px;display:flex}.seller-create-form{flex-direction:column;gap:12px;display:flex}.seller-create-form__actions{border-top:1px solid var(--border,#0f172a14);justify-content:flex-end;gap:8px;padding-top:12px;display:flex}@media (width<=900px){.seller-detail-grid{grid-template-columns:1fr}.seller-filter-bar{flex-direction:column;align-items:stretch}.seller-filter-bar__search{flex:auto}}.seller-filter-bar--stacked{flex-direction:column;align-items:stretch;gap:12px}.seller-filter-bar__row,.seller-status-tabs{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.filter-chip{border:1px solid var(--border);background:var(--surface);min-height:36px;color:var(--muted);cursor:pointer;border-radius:999px;align-items:center;gap:6px;padding:6px 14px;font-size:.84rem;font-weight:600;transition:background-color .16s,border-color .16s,color .16s;display:inline-flex}.filter-chip:hover{border-color:var(--primary);color:var(--text)}.filter-chip:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.filter-chip.is-active,.filter-chip[aria-pressed=true]{background:var(--primary-soft);border-color:var(--primary);color:var(--primary-strong)}.seller-dialog-form{flex-direction:column;gap:14px;display:flex}.seller-profile-panel{gap:16px;display:grid}.seller-profile-panel__header{grid-template-columns:42px minmax(0,1fr);align-items:start;gap:12px;display:grid}.seller-profile-panel__header h2,.seller-profile-panel__header p{margin-bottom:0}.seller-profile-panel__header h2{color:#101828;font-size:1.05rem}.seller-profile-panel__icon{background:var(--primary-soft);width:42px;height:42px;color:var(--primary);border-radius:10px;place-items:center;display:inline-grid}.seller-profile-form{gap:16px;display:grid}.seller-profile-form__actions{border-top:1px solid var(--border);justify-content:flex-end;gap:10px;padding-top:14px;display:flex}.seller-dialog-hint{color:var(--muted);margin:0;font-size:.88rem}.seller-dialog-actions{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:flex-end;gap:8px;padding-top:12px;display:flex}.seller-danger-summary{border:1px solid var(--danger-soft);background:var(--danger-soft);border-radius:var(--radius);flex-direction:column;gap:8px;padding:12px 14px;display:flex}.seller-danger-summary p{color:var(--text);margin:0;font-size:.88rem}.seller-danger-summary__meta{color:var(--muted);flex-wrap:wrap;align-items:center;gap:10px;font-size:.82rem;display:flex}.seller-note-field{margin-top:12px}.modal-panel--narrow{width:min(520px,100%)}.table-loading-banner{color:var(--muted);align-items:center;gap:8px;margin-bottom:10px;font-size:.84rem;display:inline-flex}.empty-state-actions{justify-content:center;margin-top:12px;display:flex}.data-table tbody tr{transition:background-color .14s}.data-table tbody tr:hover{background:var(--surface-muted)}@media (width<=720px){.seller-filter-bar__row{flex-direction:column;align-items:stretch}.seller-filter-bar__row .button,.seller-filter-bar__row .field{width:100%}.seller-row-actions .button{min-height:40px}}@media (prefers-reduced-motion:reduce){.filter-chip,.data-table tbody tr{transition:none}}.seller-settlement-feedback{border-radius:6px;align-items:center;gap:6px;margin-top:6px;padding:8px 12px;font-size:.85rem;font-weight:500;display:inline-flex}.seller-settlement-feedback--success{background:var(--success-soft,#dcfae6);color:var(--success,#087443)}.seller-settlement-feedback--warning{background:var(--warning-soft,#fff2cc);color:var(--warning,#a15c07)}.seller-settlement-feedback--danger{background:var(--danger-soft,#fee4e2);color:var(--danger,#b42318)}.quick-add-card__rejected{border:1px solid var(--border,#d8dee6);border-radius:var(--radius,8px);background:var(--surface-muted,#eef2f5);margin-top:8px;padding:14px 16px}.quick-add-card__rejected .eyebrow{color:var(--danger,#b42318);margin-bottom:10px}.rejected-list{gap:8px;margin:0;padding:0;list-style:none;display:grid}.rejected-list li{border:1px solid var(--border,#d8dee6);background:var(--surface,#fff);border-radius:6px;grid-template-columns:auto 1fr;gap:4px 10px;padding:10px 12px;font-size:.88rem;display:grid}.rejected-list li strong{color:var(--text,#17202a);font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,monospace;font-size:.84rem}.rejected-list__label{color:var(--danger,#b42318);text-transform:uppercase;letter-spacing:.03em;grid-column:1/-1;font-size:.82rem;font-weight:600}.rejected-list__message{color:var(--muted,#5d6876);grid-column:1/-1;font-size:.84rem}.seller-settlement-actions--bulk{flex-wrap:wrap;gap:8px;margin-top:12px}.seller-settlement-load-eligible{background:linear-gradient(135deg, var(--color-surface,#fff) 0%, #0f766e0f 100%);border:1px dashed #0f766e52;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.seller-settlement-load-eligible__copy{align-items:flex-start;gap:12px;display:flex}.seller-settlement-load-eligible__copy>svg{color:var(--color-primary,#0f766e);flex-shrink:0;margin-top:4px}.seller-settlement-load-eligible__copy h2{margin:0;font-size:1rem}.seller-settlement-load-eligible__copy small{color:var(--color-muted,#6b7280);max-width:540px;margin-top:4px;display:block}.button--disabled{opacity:.55;cursor:not-allowed;pointer-events:none}.settlement-tabs{border-bottom:1px solid var(--border,#0f172a1f);flex-wrap:wrap;gap:4px;margin-top:8px;display:flex}.settlement-tab{color:var(--color-muted,#6b7280);cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;align-items:center;gap:8px;padding:10px 16px;font-weight:500;transition:color .15s,border-color .15s;display:inline-flex}.settlement-tab:hover{color:var(--color-text,#111827)}.settlement-tab--active{color:var(--color-primary,#0f766e);border-bottom-color:var(--color-primary,#0f766e)}.settlement-tab-description{color:var(--color-muted,#6b7280);margin:-4px 0 4px;font-size:.85rem}.quick-add-card{background:linear-gradient(135deg, var(--color-surface,#fff) 0%, #0f766e0f 100%);border:1px solid #0f766e2e;flex-direction:column;gap:12px;display:flex}.quick-add-card__copy h2{margin:0;font-size:1rem}.quick-add-card__copy small{color:var(--color-muted,#6b7280);max-width:720px;margin-top:4px;display:block}.quick-add-card__form{grid-template-columns:minmax(220px,280px) minmax(320px,1fr) auto auto;align-items:stretch;gap:8px;display:grid}.quick-add-card__form--seller{grid-template-columns:1fr auto auto;align-items:stretch;gap:8px;display:grid}.quick-add-card__form--seller .quick-add-card__input-row{display:block}.quick-add-card__form--seller .quick-add-card__actions{align-items:stretch;gap:8px;display:flex}.quick-add-card__form--seller .quick-add-card__actions .button--primary{flex:1}.button--compact{min-height:40px;padding:8px 12px;font-size:.88rem}.settlement-orders-summary{background:var(--color-surface-soft,#0f172a0a);border-radius:12px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:8px;padding:12px 16px;display:grid}.settlement-orders-summary__item{flex-direction:column;gap:2px;display:flex}.settlement-orders-summary__item span{color:var(--color-muted,#6b7280);font-size:.78rem}.settlement-orders-summary__item strong{font-variant-numeric:tabular-nums;font-size:1rem}.settlement-orders-summary__item--success strong{color:var(--color-success-strong,#047857)}.settlement-orders-summary__item--warning strong{color:var(--color-warning-strong,#92400e)}.settlement-orders-summary__item--danger strong{color:var(--color-danger-strong,#b91c1c)}.settlement-orders-toolbar{background:var(--color-surface,#fff);border:1px solid var(--border,#0f172a14);border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;display:flex}.settlement-orders-toolbar__actions{flex-wrap:wrap;gap:8px;display:inline-flex}.settlement-orders-filter{flex-direction:column;gap:12px;display:flex}.settlement-orders-filter__row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.settlement-orders-filter__row--grid{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.settlement-orders-filter__presets{flex-wrap:wrap;gap:6px;display:inline-flex}.settlement-orders-filter__search{flex:240px;min-width:200px}.settlement-orders-filter__search .input{width:100%}.checkbox-inline{color:var(--color-muted,#6b7280);align-items:center;gap:6px;font-size:.85rem;display:inline-flex}.row--warn{background:#fef3c759}.settlement-bulk-summary{background:var(--color-surface-soft,#0f172a0a);border-radius:10px;justify-content:space-between;align-items:center;padding:10px 14px;font-size:.95rem;display:flex}.settlement-bulk-summary strong{color:var(--color-success-strong,#047857);font-size:1.05rem}.settlement-bulk-list{flex-direction:column;gap:6px;display:flex}.settlement-bulk-list ul{flex-direction:column;gap:4px;max-height:200px;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.settlement-bulk-list li{background:var(--color-surface-soft,#0f172a0a);border-radius:6px;align-items:center;gap:8px;padding:6px 8px;font-size:.85rem;display:flex}.settlement-bulk-list li strong{color:var(--color-success-strong,#047857);margin-left:auto}.settlement-stepper{background:var(--color-surface,#fff);border:1px solid var(--border,#0f172a14);border-radius:12px;flex-wrap:wrap;align-items:stretch;gap:0;padding:16px;display:flex}.settlement-stepper--canceled{background:#fee2e280;border-color:#b91c1c52;align-items:center;gap:12px;display:flex}.settlement-stepper--canceled svg{color:var(--color-danger-strong,#b91c1c)}.settlement-stepper--canceled strong{display:block}.settlement-stepper--canceled span{color:var(--color-muted,#6b7280);font-size:.85rem}.settlement-stepper__step{flex:200px;align-items:center;gap:12px;min-width:180px;display:flex;position:relative}.settlement-stepper__indicator{background:var(--color-surface-soft,#0f172a0f);width:36px;height:36px;color:var(--color-muted,#6b7280);border:2px solid #0000;border-radius:50%;flex-shrink:0;place-items:center;font-weight:600;display:grid}.settlement-stepper__step.is-reached .settlement-stepper__indicator{color:var(--color-primary,#0f766e);background:#0f766e1f}.settlement-stepper__step.is-current .settlement-stepper__indicator{border-color:var(--color-primary,#0f766e);box-shadow:0 0 0 4px #0f766e29}.settlement-stepper__copy{flex-direction:column;gap:2px;min-width:0;display:flex}.settlement-stepper__copy strong{font-size:.9rem}.settlement-stepper__copy small{color:var(--color-muted,#6b7280);font-size:.75rem}.settlement-stepper__connector{background:var(--border,#0f172a1f);flex:1;align-self:center;min-width:16px;height:2px}.settlement-stepper__overdue{background:var(--color-warning-soft,#d977061f);width:100%;color:var(--color-warning-strong,#92400e);border-radius:8px;align-items:center;gap:6px;margin-top:12px;padding:8px 12px;font-size:.85rem;display:inline-flex}.settlement-transfer-proof{border-top:1px solid var(--border,#0f172a14);margin-top:16px;padding-top:12px}@media (width<=720px){.quick-add-card__form{grid-template-columns:1fr}}.seller-settlement-preview-status{color:var(--color-muted,#6b7280);align-items:center;gap:6px;font-size:.85rem;display:inline-flex}.panel--inset{background:var(--color-surface-soft,#0f172a0a);border:1px dashed var(--border,#0f172a29);border-radius:12px;padding:14px 16px}.panel--danger{border:1px solid var(--color-danger-border,#b91c1c52);background:var(--color-danger-soft,#fee2e299)}.seller-settlement-bulk{flex-direction:column;gap:8px;margin-top:12px;display:flex}.seller-settlement-bulk__header{justify-content:space-between;align-items:center;display:flex}.seller-settlement-bulk textarea{width:100%;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85rem}.seller-settlement-bulk__actions{justify-content:flex-end;gap:8px;display:flex}.seller-settlement-invalid{margin-top:16px}.seller-settlement-invalid-list{gap:8px;margin:12px 0 0;padding:0;list-style:none;display:grid}.seller-settlement-invalid-list li{background:var(--color-surface,#fff);border:1px solid var(--color-danger-border,#b91c1c3d);border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.seller-settlement-invalid-list li>div{flex-wrap:wrap;align-items:center;gap:6px 14px;font-size:.85rem;display:flex}.seller-settlement-invalid-list strong{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}
