*{box-sizing:border-box;font-family:Inter,system-ui,sans-serif}body{margin:0;background:#0f172a;color:#e2e8f0}.layout{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:24px}.card{background:#111827;border:1px solid #334155;border-radius:14px;padding:16px;display:flex;flex-direction:column;gap:10px}input,button,select{padding:10px 12px;border-radius:10px;border:1px solid #475569;background:#0b1220;color:#e2e8f0}button{cursor:pointer;border:none;background:#3b82f6;color:#fff;font-weight:600}.checkbox-row{display:flex;align-items:center;gap:8px}.logs{max-height:70vh;overflow-y:auto;background:#020617;border-radius:8px;padding:10px}.error{color:#f87171}a{color:#93c5fd}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:grid;place-items:center}.modal{width:min(520px,92vw);background:#111827;border:1px solid #334155;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:12px}.tenant-select{width:100%}.modal-actions{display:flex;justify-content:flex-end;gap:8px}button.secondary{background:#334155}button.tiny{padding:6px 10px;font-size:12px}.history-row{display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid #1e293b;padding:6px 0}.history-row p{margin:0}
