*{box-sizing:border-box}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f5f6fa;color:#101218}.page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.card{width:100%;max-width:420px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px}.card.wide{max-width:1000px}.form{display:flex;flex-direction:column;gap:12px}label{display:flex;flex-direction:column;gap:6px;font-weight:600}input{border:1px solid #cbd5e1;border-radius:8px;padding:10px 12px;font-size:14px}button{border:0;border-radius:8px;padding:10px 14px;font-size:14px;font-weight:700;cursor:pointer;background:#111827;color:#fff}button.secondary{background:#eef2ff;color:#1e293b}button.danger{background:#b91c1c}.row{display:flex;gap:8px}.error{color:#b91c1c}.status{color:#047857}.header{display:flex;justify-content:space-between;align-items:center;gap:12px}table{width:100%;border-collapse:collapse;margin-top:16px}th,td{border-bottom:1px solid #e5e7eb;padding:10px;text-align:left;font-size:14px}
