*{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0a0e14;color:#e8eaed}input,button,textarea,select{font:inherit;color:inherit}input,textarea,select{background:#0f1419;border:1px solid #2a2f3a;border-radius:6px;padding:8px 10px;outline:none}input:focus,textarea:focus,select:focus{border-color:#0a7d3e}button{cursor:pointer;border:none;border-radius:6px;padding:8px 14px;background:#0a7d3e;color:#fff;font-weight:500}button:disabled{opacity:.6;cursor:not-allowed}button.secondary{background:#2a2f3a}a{color:#0a7d3e;text-decoration:none}.layout{display:flex;min-height:100vh}.layout>nav{width:220px;background:#0f1419;border-right:1px solid #2a2f3a;padding:24px 16px}.layout>main{flex:1;padding:32px 40px;overflow-y:auto}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:10px 12px;border-bottom:1px solid #2a2f3a}th{font-size:12px;text-transform:uppercase;color:#8a929e}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:50}.modal{background:#0f1419;border:1px solid #2a2f3a;border-radius:10px;padding:24px;max-width:560px;width:100%;max-height:90vh;overflow-y:auto}.field{margin-bottom:16px}.field label{display:block;font-size:12px;color:#8a929e;margin-bottom:4px}.field input,.field select{width:100%}.badge{display:inline-block;font-size:11px;padding:2px 8px;border-radius:999px;font-weight:500}.badge.active{background:#0a7d3e33;color:#4ade80}.badge.suspended{background:#f59e0b33;color:#fbbf24}.badge.canceled{background:#ef444433;color:#f87171}.error{color:#f87171;font-size:13px;margin-top:8px}.muted{color:#8a929e;font-size:13px}
