:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:#172033;background:#f6f7f9;--navy:#111c3a;--orange:#ef6c2f;--line:#e5e8ee;--muted:#6f7888;--green:#12805c}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#f6f7f9}.boot{min-height:100vh;display:grid;place-items:center;color:var(--muted)}button,input{font:inherit}.login-shell{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(135deg,#f8fafc,#f4f5f8)}.login-card{width:min(100%,430px);background:#fff;border:1px solid var(--line);border-radius:14px;padding:32px;box-shadow:0 12px 34px rgba(22,31,50,.07)}.brand-lockup,.side-brand,.admin-mini,.topbar,.page-head,.panel-title,.user-cell{display:flex;align-items:center}.brand-lockup{gap:12px;padding-bottom:24px;border-bottom:1px solid var(--line)}.brand-lockup img{width:46px;height:46px;object-fit:contain}.brand-lockup strong,.side-brand strong{display:block;color:var(--navy);font-size:18px}.brand-lockup span,.side-brand small,.admin-mini small{display:block;color:var(--muted);font-size:12px}.login-copy{padding:28px 0 20px}.eyebrow{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:var(--orange)}h1,h2,h3,p{margin-top:0}.login-copy h1{font-size:28px;margin:7px 0 8px;color:var(--navy)}.login-copy p{color:var(--muted);line-height:1.6;margin-bottom:0}.login-card label{display:block;font-size:13px;font-weight:700;margin:0 0 15px}.login-card input{width:100%;height:48px;margin-top:7px;border:1px solid #d8dde6;border-radius:8px;padding:0 13px;color:#111827;outline:none}.login-card input:focus{border-color:#9aa8bc;box-shadow:0 0 0 3px rgba(17,28,58,.06)}.primary,.secondary,.logout,.panel-title button{border:0;cursor:pointer;font-weight:750}.primary{width:100%;height:48px;border-radius:8px;background:var(--navy);color:#fff}.security-note{margin-top:18px;color:var(--muted);font-size:12px;text-align:center}.alert{display:none;background:#fff3f2;border:1px solid #ffd7d3;color:#b42318;padding:11px 12px;border-radius:8px;margin-bottom:15px;font-size:13px}.alert.show{display:block}.admin-shell{min-height:100vh;display:grid;grid-template-columns:244px 1fr}.sidebar{position:fixed;inset:0 auto 0 0;width:244px;background:#fff;border-right:1px solid var(--line);padding:20px 14px;display:flex;flex-direction:column;z-index:20}.side-brand{gap:10px;padding:0 8px 22px}.side-brand img{width:40px;height:40px}.sidebar nav{display:grid;gap:4px}.nav-item{height:43px;border:0;background:transparent;border-radius:7px;padding:0 12px;display:flex;align-items:center;gap:11px;color:#586173;font-weight:650;cursor:pointer;text-align:left}.nav-item span{width:20px;text-align:center;color:#8b94a3}.nav-item:hover{background:#f5f6f8;color:var(--navy)}.nav-item.active{background:#eef1f6;color:var(--navy)}.nav-item.active span{color:var(--orange)}.side-foot{margin-top:auto;padding-top:16px;border-top:1px solid var(--line)}.admin-mini{gap:9px;padding:0 5px 12px}.admin-mini>span{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#eef1f6;color:var(--navy);font-size:12px;font-weight:800}.admin-mini strong{display:block;font-size:13px}.logout{width:100%;height:38px;border-radius:7px;background:#fff5f3;color:#bd3f1a}.workspace{grid-column:2}.topbar{height:72px;position:sticky;top:0;z-index:10;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);padding:0 28px;justify-content:space-between}.topbar h1{font-size:18px;margin:0;color:var(--navy)}.topbar p{font-size:12px;color:var(--muted);margin:3px 0 0}.top-actions{display:flex;align-items:center;gap:10px}.live-dot{font-size:12px;color:var(--green);font-weight:750}.live-dot:before{content:"";display:inline-block;width:7px;height:7px;background:#22a06b;border-radius:50%;margin-right:6px}.secondary{height:38px;padding:0 14px;border:1px solid var(--line);border-radius:7px;background:#fff;color:#384152}.menu{display:none;border:0;background:none;font-size:20px}.content{max-width:1480px;margin:auto;padding:28px}.page-head{justify-content:space-between;gap:20px;margin-bottom:20px}.page-head h2{font-size:25px;color:var(--navy);margin:5px 0 0}.date-chip{font-size:12px;color:var(--muted);border:1px solid var(--line);background:#fff;padding:9px 12px;border-radius:7px}.metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;margin-bottom:18px}.metric{background:#fff;border:1px solid var(--line);border-radius:10px;padding:17px;display:flex;gap:13px;align-items:center}.metric-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:8px;background:#f3f5f8;color:var(--navy);font-weight:800}.metric span{display:block;color:var(--muted);font-size:12px}.metric strong{display:block;color:var(--navy);font-size:22px;margin:3px 0}.metric small{color:#9299a6;font-size:11px}.overview-grid{display:grid;grid-template-columns:1.55fr 1fr;gap:16px}.panel{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden}.panel-title{justify-content:space-between;padding:17px 18px;border-bottom:1px solid var(--line)}.panel-title h3{font-size:16px;margin:4px 0 0;color:var(--navy)}.panel-title button{background:none;color:var(--orange);font-size:12px}.activity-list{padding:7px 18px}.activity{display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:11px;padding:12px 0;border-bottom:1px solid #f0f2f5}.activity:last-child{border:0}.avatar{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#f0f2f5;font-weight:800;color:var(--navy)}.activity strong,.activity small{display:block}.activity small{color:var(--muted);font-size:12px;margin-top:3px}.finance-list{padding:8px 18px}.finance-list div{display:flex;justify-content:space-between;padding:14px 0;border-bottom:1px solid #f0f2f5}.finance-list div:last-child{border:0}.finance-list span{color:var(--muted);font-size:13px}.finance-list strong{color:var(--navy)}.searchbox{width:min(330px,100%);height:40px;display:flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--line);border-radius:7px;padding:0 11px;color:#8b94a3}.searchbox input{border:0;outline:0;width:100%;background:transparent}.table-panel{overflow:hidden}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;min-width:920px}th,td{text-align:left;padding:13px 16px;border-bottom:1px solid #edf0f4;font-size:13px;vertical-align:middle}th{background:#fafbfc;color:#727b8b;font-size:11px;text-transform:uppercase;letter-spacing:.06em}tbody tr:hover{background:#fcfcfd}.user-cell{gap:9px}.user-cell>span{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:#f0f2f5;font-weight:800}.user-cell strong,.user-cell small,.block{display:block}.user-cell small,.block{font-size:10px;color:#8b94a3;margin-top:3px;max-width:220px;overflow:hidden;text-overflow:ellipsis}.status{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;background:#f1f3f6;color:#586173;font-size:10px;font-weight:800;white-space:nowrap}.status.ACTIVE,.status.COMPLETED,.status.PAID,.status.SUCCESS,.status.EARNED{background:#eaf8f2;color:#087253}.status.PENDING,.status.PROCESSING,.status.RETRY{background:#fff6df;color:#9b6200}.status.FAILED,.status.REJECTED,.status.CANCELLED{background:#fff0ef;color:#b42318}.empty{text-align:center;padding:32px;color:var(--muted)}.sensitive{font-family:ui-monospace,SFMono-Regular,monospace;font-size:12px}.truncate{display:block;max-width:360px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.settings-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line)}.settings-grid>div{background:#fff;padding:17px}.settings-grid span,.settings-grid strong{display:block}.settings-grid span{font-size:12px;color:var(--muted)}.settings-grid strong{margin-top:5px;font-size:14px}.secure-box{margin:18px;padding:16px;border:1px solid #dce7e2;background:#f5fbf8;border-radius:8px}.secure-box strong{color:#0d6b50}.secure-box p{color:#5f716b;font-size:13px;line-height:1.6;margin:6px 0 0}.security-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.security-card{padding:20px}.security-card>span{font-size:11px;color:var(--orange);font-weight:800}.security-card h3{margin:8px 0;color:var(--navy)}.security-card p{color:var(--muted);line-height:1.65;font-size:13px;margin:0}@media(max-width:1050px){.metrics{grid-template-columns:repeat(2,1fr)}.overview-grid{grid-template-columns:1fr}.settings-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.admin-shell{display:block}.sidebar{transform:translateX(-100%);transition:.2s}.menu-open .sidebar{transform:none}.workspace{grid-column:auto}.topbar{padding:0 14px}.menu{display:block}.topbar>div:first-of-type{margin-right:auto;margin-left:8px}.content{padding:18px 14px}.page-head{align-items:flex-start;flex-direction:column}.searchbox{width:100%}.metrics{grid-template-columns:1fr 1fr;gap:9px}.metric{padding:13px}.metric strong{font-size:19px}.security-grid{grid-template-columns:1fr}.settings-grid{grid-template-columns:1fr}.topbar p{display:none}}@media(max-width:430px){.login-card{padding:24px;border-radius:10px}.metrics{grid-template-columns:1fr}.top-actions .live-dot{display:none}}
.page-note{margin:.45rem 0 0;color:var(--muted);font-size:.92rem}
.row-action{border:1px solid #d9dee8;background:#fff;color:#24324a;border-radius:8px;padding:.48rem .8rem;font-weight:700;cursor:pointer;box-shadow:none}
.row-action:hover{background:#f6f8fb;border-color:#bfc8d7}
