:root{color:#241f1a;background:#fbf7f1;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,PingFang SC,sans-serif}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}button{border:0;border-radius:10px;background:#f06f4f;color:#fff;padding:10px 14px;cursor:pointer}.admin-shell{min-height:100vh;padding:32px}.topbar{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding-bottom:24px;border-bottom:1px solid #eadccc}h1,h2,p{margin:0}h1{font-size:36px;letter-spacing:0}h2{font-size:22px}p,.muted{color:#847466}.token-box{display:flex;gap:10px}.token-box input,.filters input,.filters select{width:280px;border:1px solid #eadccc;border-radius:10px;padding:10px 12px;background:#fff}.error{margin-top:20px;padding:14px 16px;border-radius:12px;background:#ffe5df;color:#9e351d}.metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(132px,1fr));gap:14px;margin-top:24px}.metric{padding:18px;border:1px solid #eadccc;border-radius:12px;background:#fff}.metric span{display:block;color:#847466;font-size:14px}.metric strong{display:block;margin-top:10px;font-size:28px}.metric.bad strong{color:#d64223}.status-panel{margin-top:18px;padding:18px;display:flex;justify-content:space-between;gap:18px;border:1px solid #eadccc;border-radius:14px;background:#fff}.status-panel p{margin-top:8px}.error-chips{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.error-chips span{padding:7px 10px;border-radius:999px;background:#fff4ea;color:#847466;font-size:13px;font-weight:700}.toolbar{display:flex;justify-content:space-between;align-items:center;margin-top:34px}.logs-toolbar{align-items:flex-start;gap:18px}.filters{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.filters input{width:180px}.filters select{width:132px}.table{margin-top:14px;border:1px solid #eadccc;border-radius:14px;overflow:hidden;background:#fff}.table-head,.table-row{display:grid;grid-template-columns:1fr .6fr .8fr 1.5fr 1.2fr .7fr;gap:12px;align-items:center;padding:13px 16px}.logs-head,.logs-row{grid-template-columns:1.4fr .7fr .7fr .8fr .8fr 2fr}.payment-head,.payment-row{grid-template-columns:1.5fr repeat(6,.8fr)}.table-head{color:#847466;background:#fff4ea;font-size:13px}.table-row{border-top:1px solid #f1e6da}.table-row span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-row small{grid-column:1 / -1;color:#a33d26}.status{width:fit-content;border-radius:999px;padding:4px 9px;background:#f1e6da}.status.succeeded{background:#dff5e8;color:#17663a}.status.failed{background:#ffe5df;color:#9e351d}.level{width:fit-content;border-radius:999px;padding:4px 9px;background:#f1e6da}.level.warn{background:#fff0c9;color:#805900}.level.error{background:#ffe5df;color:#9e351d}@media(max-width:960px){.metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.topbar{align-items:flex-start;flex-direction:column}.table{overflow-x:auto}.table-head,.table-row{min-width:900px}}
