:root{font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{min-width:320px;min-height:100%}#root{min-height:100vh}*{box-sizing:border-box}body{color:#172033;background:#f5f7fb;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button{font:inherit}.app{min-height:100vh}.topbar{background:#fff;border-bottom:1px solid #e5e9f0;justify-content:space-between;align-items:center;height:72px;padding:0 32px;display:flex}.brand{align-items:center;gap:12px;display:flex}.brand-mark{color:#fff;background:#172033;border-radius:10px;place-items:center;width:38px;height:38px;font-size:20px;font-weight:800;display:grid}.brand-name{font-size:20px;font-weight:800;line-height:1}.brand-subtitle{color:#7a8497;margin-top:4px;font-size:12px}.merchant-info{align-items:center;gap:10px;font-size:14px;display:flex}.merchant-label{color:#8a93a5}.main{max-width:1500px;margin:0 auto;padding:32px}.page-heading{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.page-heading h1{margin:0;font-size:30px}.page-heading p{color:#788297;margin:6px 0 0}.brand-logo{object-fit:contain;flex-shrink:0;width:48px;height:48px}.refresh-button{cursor:pointer;background:#fff;border:1px solid #dce1e9;border-radius:8px;padding:9px 15px}.refresh-button:hover{background:#f8f9fb}.error-banner{color:#a12626;overflow-wrap:anywhere;background:#fff1f1;border:1px solid #f2c5c5;border-radius:8px;margin-bottom:20px;padding:12px 16px}.stats{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px;display:grid}.stat-card{background:#fff;border:1px solid #e5e9f0;border-radius:12px;padding:20px}.stat-label{color:#7a8497;margin-bottom:10px;font-size:13px;display:block}.stat-card strong{font-size:28px}.content-grid{grid-template-columns:minmax(0,1fr) 390px;align-items:start;gap:20px;display:grid}.orders-panel,.detail-panel{background:#fff;border:1px solid #e5e9f0;border-radius:12px}.panel-header{border-bottom:1px solid #e9edf3;justify-content:space-between;align-items:center;height:64px;padding:0 20px;display:flex}.panel-header h2{margin:0;font-size:17px}.panel-header span{color:#8992a3;font-size:13px}.orders-table-wrapper{overflow-x:auto}.orders-table{border-collapse:collapse;width:100%;min-width:760px}.orders-table th{text-align:left;text-transform:uppercase;letter-spacing:.04em;color:#8a93a5;background:#fafbfc;border-bottom:1px solid #e9edf3;padding:13px 20px;font-size:12px}.orders-table td{border-bottom:1px solid #edf0f4;padding:16px 20px;font-size:14px}.orders-table tbody tr{cursor:pointer;transition:background .15s}.orders-table tbody tr:hover,.orders-table tbody tr.selected{background:#f8faff}.status{border-radius:999px;align-items:center;padding:5px 9px;font-size:12px;font-weight:700;display:inline-flex}.status-new{color:#8a6200;background:#fff4d8}.status-accepted,.status-processing{color:#315fa8;background:#e8f0ff}.status-ready{color:#197044;background:#e7f7ee}.status-fulfilled{color:#17613b;background:#e1f4e9}.status-rejected,.status-cancelled{color:#a12626;background:#fdeaea}.empty-state{text-align:center;color:#7b8495;align-content:center;place-items:center;min-height:280px;display:grid}.empty-icon{margin-bottom:8px;font-size:34px}.empty-state h3{color:#333c4d;margin:0 0 5px}.empty-state p{margin:0}.detail-panel{padding:22px;position:sticky;top:20px}.detail-header{justify-content:space-between;align-items:flex-start;margin-bottom:18px;display:flex}.detail-eyebrow{color:#8b94a5;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px;font-size:12px;display:block}.detail-header h2{margin:0;font-size:18px}.close-button{color:#8992a3;cursor:pointer;background:0 0;border:0;font-size:26px;line-height:1}.payment-confirmed{background:#edf9f2;border:1px solid #ccebd9;border-radius:9px;align-items:center;gap:10px;margin-bottom:22px;padding:12px;display:flex}.payment-confirmed>span{color:#fff;background:#238452;border-radius:50%;place-items:center;width:25px;height:25px;font-size:13px;font-weight:800;display:grid}.payment-confirmed strong,.payment-confirmed small{display:block}.payment-confirmed strong{color:#17613b;font-size:13px}.payment-confirmed small{color:#6e8779;margin-top:2px;font-size:11px}.detail-section{border-top:1px solid #edf0f4;padding:16px 0}.detail-section h3{color:#8992a3;text-transform:uppercase;letter-spacing:.04em;margin:0 0 7px;font-size:12px}.detail-section p{margin:0;font-size:14px;line-height:1.5}.items-list{gap:13px;display:grid}.item{justify-content:space-between;gap:15px;font-size:13px;display:flex}.item>div{min-width:0}.item strong,.item span{display:block}.item span{color:#7d8798;margin-top:3px}.order-total{border-top:1px solid #e8ecf2;border-bottom:1px solid #e8ecf2;justify-content:space-between;padding:15px 0;font-size:15px;display:flex}.order-total strong{font-size:18px}.actions{gap:9px;margin-top:20px;display:grid}.primary-button,.danger-button{cursor:pointer;border:0;border-radius:8px;width:100%;padding:12px;font-weight:700}.primary-button{color:#fff;background:#172033}.primary-button:hover{background:#273248}.danger-button{color:#a12626;background:#fff0f0}.danger-button:hover{background:#ffe5e5}.primary-button:disabled,.danger-button:disabled{opacity:.55;cursor:not-allowed}.completed-message,.rejected-message{text-align:center;border-radius:8px;padding:12px;font-size:13px;font-weight:700}.completed-message{color:#17613b;background:#edf9f2}.rejected-message{color:#a12626;background:#fff0f0}@media (width<=1000px){.content-grid{grid-template-columns:1fr}.detail-panel{position:static}}@media (width<=700px){.topbar{padding:0 18px}.merchant-info{display:none}.main{padding:22px 16px}.stats{grid-template-columns:repeat(2,1fr)}.page-heading h1{font-size:25px}}
