body { font-family: Arial, sans-serif; background: #0f172a; color: #e2e8f0; margin: 0; }
a { color: #7dd3fc; }
main { max-width: 1240px; margin: 0 auto; padding: 32px 20px 48px; }
.card { background: #111827; border: 1px solid #334155; border-radius: 16px; padding: 20px; margin-bottom: 20px; }
.grid { display: grid; gap: 20px; }
.two-up { grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }
label { display: block; font-weight: 700; margin-bottom: 6px; }
input, textarea { width: 100%; box-sizing: border-box; padding: 10px 12px; border-radius: 10px; border: 1px solid #475569; background: #020617; color: #e2e8f0; }
button { background: #38bdf8; color: #082f49; border: 0; padding: 10px 14px; border-radius: 10px; font-weight: 700; cursor: pointer; }
button.danger { background: #f87171; color: #450a0a; }
.flash { padding: 12px 14px; border-radius: 12px; margin-bottom: 16px; }
.flash.error { background: #7f1d1d; }
.flash.success { background: #14532d; }
code, pre { font-family: Consolas, monospace; }
pre { white-space: pre-wrap; overflow-x: auto; background: #020617; border: 1px solid #334155; border-radius: 12px; padding: 14px; margin: 8px 0 0; }
header { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 24px; }
.small { color: #94a3b8; font-size: 14px; line-height: 1.5; }
.actions { display: flex; gap: 10px; flex-wrap: wrap; }
.actions-wrap { align-items: stretch; }
.action-link { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; background: #0f172a; border: 1px solid #334155; border-radius: 10px; padding: 10px 12px; font-weight: 700; }
.action-link.subtle { background: transparent; color: #cbd5e1; }
.steps { margin: 0; padding-left: 18px; }
.steps li { margin-bottom: 8px; }
.reservation-list { display: grid; gap: 16px; }
.reservation-card { background: #0b1220; border: 1px solid #334155; border-radius: 14px; padding: 18px; }
.reservation-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; }
.reservation-name { font-size: 24px; font-weight: 700; margin-bottom: 6px; }
.reservation-link { font-size: 16px; font-weight: 700; overflow-wrap: anywhere; }
.token-box { min-width: 260px; background: #111827; border: 1px solid #334155; border-radius: 12px; padding: 12px; }
.command-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 16px; margin-top: 18px; }
.mini-card { background: #111827; border: 1px solid #334155; border-radius: 12px; padding: 16px; }
.mini-card h3 { margin-top: 0; margin-bottom: 10px; }
.command-list { margin-top: 12px; display: grid; gap: 8px; }
.details-block { margin-top: 16px; }
.details-block summary { cursor: pointer; color: #cbd5e1; font-weight: 700; }
.detail-item { margin-top: 12px; }
.inline-code { display: inline-block; max-width: 100%; overflow-wrap: anywhere; white-space: normal; margin-top: 8px; }
@media (max-width: 720px) {
  header { flex-direction: column; align-items: flex-start; }
  main { padding: 20px 14px 36px; }
  .reservation-head { flex-direction: column; }
  .token-box { min-width: 0; width: 100%; }
  .actions-wrap > * { width: 100%; }
  .action-link { width: 100%; box-sizing: border-box; }
  .actions-wrap form { width: 100%; }
  .actions-wrap button { width: 100%; }
}
