:root{color:#17202a;background:#f4f7f6;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}.auth-shell{display:grid;min-height:100vh;place-items:center;padding:24px;background:#f4f7f6}.auth-card{display:grid;gap:18px;width:min(420px,100%);border:1px solid #d9e2df;border-radius:8px;padding:28px;background:#fff;color:#17202a}.auth-card svg{color:#12322b}.auth-card h1,.auth-card p{margin:0}.auth-card p{color:#667872}.auth-card label{display:grid;gap:7px;color:#52665f;font-size:14px;font-weight:700}.auth-card input{border:1px solid #cddad6;border-radius:8px;padding:11px 12px}.auth-card button,.logout-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:8px;cursor:pointer;font-weight:700}.auth-card button{padding:12px 14px;background:#f5b84b;color:#17202a}.app-shell{min-height:100vh;padding:24px}.workspace{display:grid;grid-template-columns:340px minmax(0,1fr);min-height:calc(100vh - 48px);background:#fff;border:1px solid #d9e2df}.sidebar{background:#12322b;color:#fff;padding:28px}.brand{display:flex;gap:14px;align-items:center;margin-bottom:32px}.brand h1,.brand p,.toolbar h2,.toolbar p{margin:0}.brand p,.eyebrow{color:#91b9ad}.qr-form{display:grid;gap:16px}.qr-form label{display:grid;gap:7px;color:#d6e7e1;font-size:14px}.qr-form input,.qr-form select{width:100%;border:1px solid #6f9388;background:#0c2620;color:#fff;border-radius:8px;padding:11px 12px}.toggle-row{grid-template-columns:18px 1fr;align-items:center}.toggle-row input{width:18px;height:18px}.qr-form button,.icon-button{border:0;border-radius:8px;cursor:pointer}.qr-form button{display:inline-flex;gap:9px;align-items:center;justify-content:center;margin-top:8px;padding:12px 14px;background:#f5b84b;color:#17202a;font-weight:700}.qr-form button:disabled{opacity:.7;cursor:wait}.logout-button{width:100%;margin-top:18px;padding:11px 12px;background:#21483f;color:#fff}.error{background:#ffe8e0;color:#912f17;padding:10px 12px;border-radius:8px}.content{padding:28px;min-width:0}.toolbar{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:24px}.toolbar h2{font-size:28px}.icon-button{display:inline-grid;place-items:center;width:42px;height:42px;background:#edf3f1;color:#12322b}.toolbar-actions,.tabs{display:flex;align-items:center;gap:10px}.tabs{padding:4px;border:1px solid #d9e2df;border-radius:8px;background:#f6faf8}.tabs button{display:inline-flex;align-items:center;gap:7px;border:0;border-radius:6px;padding:8px 11px;background:transparent;color:#52665f;cursor:pointer;font-weight:700}.tabs button.active{background:#12322b;color:#fff}.main-grid{display:grid;grid-template-columns:minmax(320px,520px) minmax(260px,1fr);gap:22px;align-items:start;margin-bottom:22px}.qr-preview,.payment-list,.paid-report{border:1px solid #d9e2df;border-radius:8px;padding:20px}.status-row{display:flex;justify-content:space-between;gap:12px;margin-bottom:18px}.status{display:inline-flex;align-items:center;gap:7px;border-radius:999px;padding:6px 10px;background:#fff3d7;color:#7b4d00;text-transform:capitalize;font-weight:700}.status.paid{background:#ddf8ea;color:#17683d}.qr-box{display:grid;place-items:center;min-height:310px;background:#f6faf8;border:1px dashed #b6cbc4;border-radius:8px}.qr-box img{max-width:280px;width:100%}.details{display:grid;gap:12px;margin:20px 0 0}.details div{display:flex;justify-content:space-between;gap:16px}.details dt{color:#667872}.details dd{margin:0;font-weight:700;text-align:right;word-break:break-word}.actions,.list-header{display:flex;gap:10px;align-items:center}.actions{flex-wrap:wrap;margin-top:18px}.actions button,.small-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid #d9e2df;border-radius:8px;background:#fff;color:#12322b;cursor:pointer;font-weight:700}.actions button{padding:9px 11px}.small-button{padding:8px 10px}.payment-list{display:grid;gap:10px}.list-header{justify-content:space-between}.payment-list h3{margin:0 0 8px}.payment-item{display:grid;grid-template-columns:1fr auto;gap:4px 12px;width:100%;text-align:left;border:1px solid #d9e2df;background:#fff;border-radius:8px;padding:13px;cursor:pointer}.payment-item.active{border-color:#f5b84b;box-shadow:0 0 0 3px #f5b84b33}.payment-item small{color:#667872;text-transform:capitalize}.paid-report{padding:0;overflow:hidden}.report-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px}.report-header h3,.report-header p{margin:0}.report-filters{display:flex;flex-wrap:wrap;align-items:end;justify-content:flex-end;gap:10px}.report-filters label{display:grid;gap:6px;color:#667872;font-size:13px;font-weight:700}.report-filters input{min-width:150px;border:1px solid #d9e2df;border-radius:8px;padding:8px 10px;color:#17202a;background:#fff}.report-table-wrap{overflow-x:auto}.report-table{width:100%;min-width:1180px;border-collapse:collapse;font-size:13px}.report-table th{background:#1f4b86;color:#fff;font-weight:700;padding:14px 12px;text-align:center;white-space:nowrap}.report-table td{padding:12px;text-align:center;border-bottom:1px solid #e6ecea}.report-table tbody tr:nth-child(odd){background:#f0f0f0}.report-table tbody tr:nth-child(2n){background:#fff}.number-cell{text-align:right;font-variant-numeric:tabular-nums}.empty-cell{color:#667872;height:80px}.empty-state{display:grid;min-height:420px;place-items:center;align-content:center;color:#667872}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 860px){.app-shell{padding:0}.workspace,.main-grid{grid-template-columns:1fr}.toolbar,.report-header{align-items:stretch;flex-direction:column}.toolbar-actions,.report-filters{justify-content:flex-start}.workspace{min-height:100vh}}
