@import "https://fonts.googleapis.com/css2?family=Outfit:wght@500;600;700&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap";:root{--primary:#101828;--accent:#d8b442;--bg:#f7f9fc;--surface:#fff;--surface-2:#f1f5f9;--text:#101828;--muted:#718096;--border:#dbe3ec;--shadow:0 1px 2px #1018280d,0 1px 4px #1018280a;--radius:10px;--sidebar:236px;--topbar:58px;--danger:#b42318;--success:#067647;--warn:#8a5a00}:root[data-theme=dark]{--bg:#0f172a;--surface:#111b30;--surface-2:#18243a;--text:#f8fafc;--muted:#a9b5c7;--border:#26344c;--shadow:none}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:var(--bg);color:var(--text);font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:14px}button,input,select{font:inherit}button{color:inherit}a{color:inherit;text-decoration:none}h1,h2,h3{margin:0;font-family:Outfit,sans-serif}h1{font-size:29px;line-height:1.15}h2{font-size:21px}p{line-height:1.55}.muted{color:var(--muted)}code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.app-shell{min-height:100vh}.sidebar{z-index:20;width:var(--sidebar);background:var(--surface);border-right:1px solid var(--border);flex-direction:column;display:flex;position:fixed;inset:0 auto 0 0}.brand{height:var(--topbar);border-bottom:1px solid var(--border);align-items:center;gap:8px;padding:0 18px;font-size:14px;display:flex}.brand-gem{color:var(--accent);font-size:22px}.sidebar nav{flex-direction:column;gap:2px;padding:12px 10px;display:flex;overflow:auto}.sidebar nav a{border-radius:6px;align-items:center;gap:12px;padding:9px 12px;font-weight:500;display:flex}.sidebar nav a span{text-align:center;width:18px}.sidebar nav a:hover{background:var(--surface-2)}.sidebar nav a.active{background:var(--primary);color:#fff}.sidebar-foot{border-top:1px solid var(--border);color:var(--muted);margin-top:auto;padding:13px 12px;font-size:12px}.main-shell{margin-left:var(--sidebar);min-height:100vh}.topbar{height:var(--topbar);background:var(--surface);border-bottom:1px solid var(--border);z-index:12;justify-content:space-between;align-items:center;padding:0 24px;display:flex;position:sticky;top:0}.topbar-left{color:var(--muted);align-items:center;gap:10px;display:flex}.topbar-right{align-items:center;gap:10px;display:flex}.avatar{background:var(--surface-2);border-radius:50%;place-items:center;width:28px;height:28px;font-size:11px;display:inline-grid}.menu-button{background:0 0;border:0;font-size:20px;display:none}.icon-button{cursor:pointer;background:0 0;border:0;min-width:30px;min-height:30px}.content{max-width:1900px;margin:auto;padding:30px 32px 60px}.page-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px;padding-bottom:16px;display:flex}.page-header p{color:var(--muted);margin:4px 0 0}.page-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.btn{cursor:pointer;background:var(--primary);color:#fff;white-space:nowrap;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:7px;padding:9px 14px;font-weight:600;display:inline-flex}.btn:hover{filter:brightness(1.04)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-secondary{background:var(--surface);color:var(--text);border-color:var(--border)}.btn-danger{color:var(--danger);background:#fff;border-color:#f3b4ae}.btn-sm{padding:6px 10px;font-size:12px}.link-button,.smart-link{color:var(--primary);cursor:pointer;background:0 0;border:0;font-weight:700}.smart-link span{color:var(--muted);font-size:10px;font-weight:500;display:block}.section-gap{height:12px}.section-block{margin-top:34px}.section-block h2{margin-bottom:12px}.card,.table-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.card{padding:20px}.card-title{margin-bottom:12px;font-weight:700}.kpi-grid{grid-template-columns:repeat(4,minmax(180px,1fr));gap:14px;margin-bottom:18px;display:grid}.kpi{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);min-height:94px;padding:18px 20px}.kpi span{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:10px;font-size:11px;display:block}.kpi strong{font-family:Outfit;font-size:26px}.dashboard-grid{grid-template-columns:minmax(0,2fr) minmax(320px,1fr);gap:14px;display:grid}.chart-wrap svg{width:100%;height:230px}.chart-grid line{stroke:var(--border);stroke-dasharray:5 6}.chart-line{fill:none;stroke:var(--accent);stroke-width:3px}.chart-dot{fill:var(--surface);stroke:var(--accent);stroke-width:3px}.chart-labels{color:var(--muted);justify-content:space-between;font-size:11px;display:flex}.rank-list{flex-direction:column;gap:14px;padding-top:8px;display:flex}.rank-list>div{grid-template-columns:110px 1fr 45px;align-items:center;gap:10px;font-size:11px;display:grid}.rank-track{background:var(--surface-2);border-radius:4px;height:16px;overflow:hidden}.rank-track i{background:var(--primary);border-radius:4px;height:100%;display:block}.rank-list b{text-align:right;color:var(--muted)}.filter-bar{flex-wrap:wrap;align-items:end;gap:10px;margin:0 0 12px;display:flex}.field{flex-direction:column;gap:5px;min-width:170px;display:flex}.field>span,.login-card label{font-size:12px;font-weight:600}.field input,.field select,.filter-bar input,.filter-bar select,.form-grid input,.integration-grid input,.chat-compose input{border:1px solid var(--border);background:var(--surface);width:100%;height:38px;color:var(--text);border-radius:6px;outline:none;padding:0 11px}.field input:focus,.field select:focus,.form-grid input:focus{border-color:#9aafc8;box-shadow:0 0 0 3px #2f69aa14}.segmented{background:var(--surface-2);border:1px solid #0000;border-radius:7px;padding:2px;display:inline-flex}.segmented button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:5px;padding:8px 14px;font-weight:600}.segmented button.active{background:var(--surface);color:var(--text);box-shadow:var(--shadow);border:1px solid var(--border)}.tab-row{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:14px;display:flex}.status-tabs{flex-wrap:wrap;gap:6px;margin-bottom:12px;display:flex}.status-tabs button{border:1px solid var(--border);background:var(--surface);text-transform:capitalize;cursor:pointer;border-radius:18px;padding:7px 12px}.status-tabs button.active{background:var(--primary);color:#fff;border-color:var(--primary)}.filter-layout{grid-template-columns:250px minmax(0,1fr);align-items:start;gap:14px;display:grid}.side-filters{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;gap:10px;padding:12px;display:flex;position:sticky;top:82px}.side-filters .field,.filter-results{min-width:0}.table-toolbar,.table-pager{border-bottom:1px solid var(--border);color:var(--muted);justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;font-size:12px;display:flex}.table-toolbar>div{align-items:center;gap:8px;display:flex}.table-toolbar select{border:1px solid var(--border);background:var(--surface);height:30px;color:var(--text);border-radius:6px}.column-picker{border-bottom:1px solid var(--border);background:var(--surface-2);grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:8px;padding:10px 12px;display:grid}.column-picker label{align-items:center;gap:7px;font-size:12px;display:flex}.table-scroll{max-height:var(--table-scroll-height,62vh);overflow:auto}.table-scroll thead th{z-index:2;background:var(--surface-2);box-shadow:0 1px 0 var(--border);position:sticky;top:0}.table-pager{border-top:1px solid var(--border);border-bottom:0}.table-pager span{color:var(--text);font-weight:600}.filter-head{justify-content:space-between;align-items:center;display:flex}.cell-fit{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.cell-wrap{white-space:normal;overflow-wrap:anywhere}.layout-tools{grid-template-columns:1fr 160px 160px;gap:10px;margin-top:10px;display:grid}.layout-grid{flex-direction:column;gap:6px;margin-top:10px;display:flex}.layout-row{border:1px solid var(--border);border-radius:6px;grid-template-columns:minmax(150px,1fr) 76px 130px 70px 70px;align-items:center;gap:8px;padding:7px;display:grid}.layout-row label{align-items:center;gap:7px;font-size:12px;display:flex}.layout-row input[type=text],.layout-row input[type=number],.layout-row input:not([type]){border:1px solid var(--border);border-radius:6px;height:32px;padding:0 8px}.ip-list{flex-direction:column;gap:8px;margin-top:12px;display:flex}.ip-list>div{border:1px solid var(--border);border-radius:6px;justify-content:space-between;align-items:center;gap:10px;padding:8px;display:flex}.table-scroll{overflow:auto}.table-card table{border-collapse:separate;border-spacing:0;width:100%;min-width:900px}.table-card th{color:var(--muted);text-align:left;border-bottom:1px solid var(--border);white-space:nowrap;padding:11px 12px;font-size:11px;font-weight:600}.table-card td{border-bottom:1px solid var(--border);white-space:nowrap;padding:10px 12px;font-size:12px}.table-card tbody tr:last-child td{border-bottom:0}.table-card tbody tr:hover{background:#788caa0d}.clickable-row{cursor:pointer}.table-empty{text-align:center;color:var(--muted);padding:30px}.product-thumb{width:36px;height:36px;color:var(--accent);background:#17191f;border-radius:5px;place-items:center;font-size:16px;display:grid}.product-thumb-img,.product-preview{object-fit:cover;border:1px solid var(--border);border-radius:5px;width:36px;height:36px}.product-preview{width:72px;height:72px;margin-top:8px;display:block}.qty-input{border:1px solid var(--border);background:var(--surface);width:76px;height:34px;color:var(--text);border-radius:6px;padding:0 8px}.badge{background:var(--surface-2);text-transform:capitalize;border-radius:5px;align-items:center;padding:4px 8px;font-size:10px;font-weight:700;display:inline-flex}.badge-approved,.badge-received,.badge-converted{color:#067647;background:#e8f7ee}.badge-submitted,.badge-shipped,.badge-acknowledged,.badge-partially-received{color:#175cd3;background:#eef4ff}.badge-rejected,.badge-cancelled{color:#b42318;background:#fff0ee}.source-label{color:var(--muted);white-space:normal;max-width:220px;font-size:11px;display:inline-block}.meta-code{text-overflow:ellipsis;max-width:280px;display:block;overflow:hidden}.alert{border:1px solid;border-radius:7px;margin:0 0 14px;padding:11px 13px}.alert-error{color:#b42318;background:#fff4f2;border-color:#fecdca}.alert-success{color:#067647;background:#ecfdf3;border-color:#abefc6}.alert-info{color:#775300;background:#fff9df;border-color:#ead27a}.loading{min-height:140px;color:var(--muted);justify-content:center;align-items:center;gap:10px;display:flex}.spinner{border:2px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{min-height:260px;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex}.modal-backdrop{z-index:100;background:#1018288f;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal-card{background:var(--surface);border-radius:12px;width:min(760px,96vw);max-height:90vh;overflow:auto;box-shadow:0 25px 60px #00000040}.modal-header,.modal-footer{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.modal-footer{border-bottom:0;border-top:1px solid var(--border);justify-content:flex-end;gap:8px}.modal-body{padding:20px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;display:grid}.span-2{grid-column:1/-1}.explain-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.explain-grid>div{background:var(--surface-2);border-radius:7px;padding:14px}.explain-grid span{color:var(--muted);margin-bottom:6px;font-size:11px;display:block}.po-summary{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);flex-wrap:wrap;align-items:center;gap:28px;margin-bottom:16px;padding:15px;display:flex}.po-summary>div span{color:var(--muted);text-transform:uppercase;margin-bottom:3px;font-size:10px;display:block}.po-summary .source-box{max-width:320px;margin-left:auto}.po-bottom{grid-template-columns:1fr 1fr;gap:14px;margin-top:16px;display:grid}.detail-list{flex-direction:column;display:flex}.detail-list>div{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:20px;padding:10px 0;display:flex}.detail-list>div:last-child{border-bottom:0}.detail-list span{color:var(--muted);font-size:12px}.thread-grid{grid-template-columns:repeat(auto-fill,minmax(330px,1fr));gap:12px;display:grid}.thread-card{border:1px solid var(--border);background:var(--surface);border-radius:var(--radius);text-align:left;cursor:pointer;box-shadow:var(--shadow);justify-content:space-between;padding:18px;display:flex}.thread-card>div{flex-direction:column;gap:6px;display:flex}.thread-card>div:last-child{text-align:right}.thread-card span{color:var(--muted);font-size:11px}.chat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.chat-messages{flex-direction:column;gap:12px;height:58vh;padding:20px;display:flex;overflow:auto}.chat-bubble{border:1px solid var(--border);background:var(--surface-2);border-radius:10px 10px 10px 2px;max-width:70%;padding:12px 14px}.chat-bubble.mine{background:var(--primary);color:#fff;border-radius:10px 10px 2px;margin-left:auto}.chat-bubble>div{align-items:center;gap:8px;display:flex}.chat-bubble>div span,.chat-bubble small{opacity:.65;font-size:10px}.chat-bubble p{margin:7px 0}.chat-compose{border-top:1px solid var(--border);gap:8px;padding:12px;display:flex}.chat-compose input{flex:1}.notifications{flex-direction:column;gap:8px;display:flex}.notification{text-align:left;border:1px solid var(--border);background:var(--surface);cursor:pointer;border-radius:8px;gap:12px;padding:14px;display:flex}.notification.unread{border-left:3px solid var(--accent)}.notification-dot{background:var(--accent);border-radius:50%;width:8px;height:8px;margin-top:6px}.notification p{color:var(--muted);margin:3px 0}.notification small{color:var(--muted)}.settings-layout{grid-template-columns:230px minmax(0,1fr);gap:16px;display:grid}.settings-nav{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);height:max-content;padding:8px;position:sticky;top:80px}.settings-nav a{border-radius:6px;padding:10px 11px;display:block}.settings-nav a.active{background:var(--primary);color:#fff}.settings-content{min-width:0}.settings-content>h2{margin-bottom:4px}.settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:14px;display:grid}.roles-layout{grid-template-columns:260px 1fr;gap:14px;margin-top:16px;display:grid}.role-list,.permission-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:12px}.role-list{flex-direction:column;gap:4px;display:flex}.role-list button{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:10px}.role-list button.active{background:var(--primary);color:#fff}.role-list span{opacity:.65;font-size:11px;display:block}.permission-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:14px;display:grid}.permission-grid label{border:1px solid var(--border);border-radius:6px;padding:9px;font-size:12px}.theme-form{margin-top:14px}.preset-row{gap:8px;margin:14px 0;display:flex}.preset-row button{border:1px solid var(--border);background:var(--surface);cursor:pointer;border-radius:6px;padding:0;display:flex;overflow:hidden}.preset-row i{width:70px;height:28px}.import-grid,.integration-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:14px;display:grid}.import-card{flex-direction:column;gap:12px;display:flex}.import-card p{color:var(--muted)}.import-actions{flex-wrap:wrap;gap:8px;display:flex}.upload-status{border:1px solid var(--border);background:var(--surface-2);border-radius:6px;padding:10px}.upload-status div{justify-content:space-between;gap:12px;margin-bottom:7px;font-size:12px;display:flex}.upload-status span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.upload-status progress{width:100%;height:8px;accent-color:var(--primary)}.import-summary{margin-top:6px;font-size:12px}.integration-head{justify-content:space-between;margin-bottom:12px;display:flex}.integration-grid label{margin:10px 0;font-size:12px;font-weight:600;display:block}.integration-grid input{margin-top:5px;display:block}.switch{cursor:pointer;background:#d5dde8;border:0;border-radius:20px;width:36px;height:20px;padding:2px}.switch i{background:#fff;border-radius:50%;width:16px;height:16px;transition:all .18s;display:block}.switch.on{background:var(--primary)}.switch.on i{transform:translate(16px)}.database-status{align-items:center;gap:8px;margin:15px 0;display:flex}.health-dot{background:#d92d20;border-radius:50%;width:10px;height:10px}.health-dot.ok{background:#12b76a}.login-page{background:#f8fafc;grid-template-columns:1fr 1fr;min-height:100vh;display:grid}.login-hero{color:#fff;background:url(/assets/showroom.jpg) 50%/cover;flex-direction:column;min-height:100vh;padding:44px;display:flex;position:relative}.hero-overlay{background:linear-gradient(90deg,#080c18c7,#080c1875);position:absolute;inset:0}.hero-brand,.hero-copy,.hero-foot{z-index:1;position:relative}.hero-brand{letter-spacing:.04em;font-weight:700}.hero-brand:first-letter{color:var(--accent)}.hero-copy{max-width:580px;margin:auto 0}.hero-copy h1{margin-bottom:20px;font-size:48px;line-height:1.02}.hero-copy p{max-width:520px;font-size:16px;line-height:1.65}.hero-foot{opacity:.7;font-size:12px}.login-form-side{place-items:center;padding:40px;display:grid}.login-panel{width:min(440px,100%)}.login-logo{align-items:center;gap:8px;margin-bottom:32px;display:flex}.login-logo span{color:var(--accent);font-size:22px}.login-panel h2{font-size:30px}.login-panel>p{color:#718096;margin:5px 0 26px}.login-card{color:#101828;background:#fff;border:1px solid #dbe3ec;border-radius:10px;flex-direction:column;gap:13px;padding:22px;display:flex;box-shadow:0 1px 3px #10182814}.login-card label{flex-direction:column;gap:6px;display:flex}.login-card input{border:1px solid #cfd9e6;border-radius:6px;height:40px;padding:0 10px}.form-error{color:#b42318;background:#fff0ee;border-radius:6px;padding:8px;font-size:12px}.demo-divider{background:#dbe3ec;height:1px;margin:7px 0}.small-title{font-size:12px}.demo-accounts{grid-template-columns:1fr 1fr;gap:6px;display:grid}.demo-accounts button{text-align:left;cursor:pointer;background:#f8fafc;border:1px solid #e1e7ef;border-radius:6px;padding:8px}.demo-accounts span{color:#718096;text-overflow:ellipsis;font-size:9px;display:block;overflow:hidden}.boot{place-items:center;min-height:100vh;display:grid}@media (width<=1100px){.kpi-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid,.settings-grid,.import-grid,.integration-grid{grid-template-columns:1fr}.page-header{flex-direction:column}.page-actions{justify-content:flex-start}.po-summary .source-box{margin-left:0}.login-page{grid-template-columns:42% 58%}.hero-copy h1{font-size:38px}}@media (width<=760px){:root{--sidebar:250px}.sidebar{transition:all .2s;transform:translate(-100%)}.sidebar.open{transform:translate(0)}.sidebar-overlay{z-index:19;background:#10182875;position:fixed;inset:0}.main-shell{margin-left:0}.menu-button{display:block}.topbar{padding:0 12px}.topbar-right strong{display:none}.content{padding:22px 14px 50px}.kpi-grid,.settings-layout{grid-template-columns:1fr}.settings-nav{display:flex;position:static;overflow:auto}.settings-nav a{white-space:nowrap}.roles-layout,.po-bottom,.form-grid,.explain-grid{grid-template-columns:1fr}.span-2{grid-column:auto}.login-page{grid-template-columns:1fr}.login-hero{display:none}.login-form-side{min-height:100vh;padding:24px}.demo-accounts{grid-template-columns:1fr}.filter-bar{align-items:stretch}.field{flex:1;min-width:calc(50% - 5px)}.topbar-right .btn{padding:6px 8px}}.settings-heading{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;display:flex}.settings-heading p{margin:4px 0 0}.permission-section{margin-top:18px}.permission-section>strong{color:var(--muted);letter-spacing:.05em;font-size:11px}.notification-rules .role-list button,.notification-rules .permission-panel,.notification-rules .permission-panel input,.notification-rules .permission-panel select{font-size:14px}.notification-rules .role-list strong,.notification-rules .permission-section>strong,.notification-rules .integration-head strong{font-size:12px;font-weight:700}.notification-rules .role-list span,.notification-rules .field>span{font-size:12px}.notification-rules .permission-grid label{font-size:12px;line-height:1.4}.form-grid[disabled]{opacity:1;border:0;margin:0;padding:0}.form-grid[disabled] input,.form-grid[disabled] select{color:var(--text);opacity:1}
