.rscw-shell {
  --rscw-accent: #377cf6;
  --rscw-ink: #17212b;
  max-width: 820px;
  margin: 24px auto;
  color: var(--rscw-ink);
  font-family: Inter, system-ui, -apple-system, sans-serif;
}
.rscw-hero, .rscw-card { background:#fff; border:1px solid #dde5eb; border-radius:18px; padding:24px; margin-bottom:16px; }
.rscw-hero { background:linear-gradient(145deg,#f8fbff,#eef4ff); }
.rscw-hero>span, .rscw-kicker { color:var(--rscw-accent); font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:.08em; }
.rscw-hero h2 { font-size:30px; line-height:1.15; margin:7px 0; }
.rscw-hero p, .rscw-resource p { color:#667684; }
.rscw-form { display:grid; grid-template-columns:1fr; gap:14px; }
.rscw-form h3, .rscw-form h4 { margin:0; }
.rscw-form label>span, .rscw-form legend { display:block; font-size:13px; font-weight:600; margin-bottom:6px; }
.rscw-form input, .rscw-form textarea, .rscw-form select { box-sizing:border-box; width:100%; padding:12px; border:1px solid #cbd7e0; border-radius:9px; background:#fff; color:#17212b; }
.rscw-form button, .rscw-invoice button { border:0; border-radius:10px; background:var(--rscw-accent); color:#fff; padding:12px 16px; font-weight:700; cursor:pointer; }
.rscw-form fieldset { border:0; margin:0; padding:0; }
.rscw-resource>img { display:block; width:100%; max-height:340px; object-fit:cover; border-radius:12px; margin-bottom:18px; }
.rscw-resource ul { display:grid; grid-template-columns:1fr; gap:6px; padding-left:20px; color:#50616e; }
.rscw-book-form { border-top:1px solid #e5ebef; margin-top:20px; padding-top:20px; }
.rscw-check { display:flex!important; align-items:center; gap:9px; }
.rscw-check input { width:auto; }
.rscw-success { padding:15px 18px; border-radius:10px; background:#e8f7f0; color:#176f54; margin-bottom:16px; }
.rscw-summary { display:grid; grid-template-columns:1fr; gap:12px; }
.rscw-summary div, .rscw-row { display:flex; justify-content:space-between; gap:16px; padding:12px 0; border-bottom:1px solid #e5ebef; }
.rscw-summary span, .rscw-row span { display:block; color:#667684; font-size:13px; }
.rscw-row>div:last-child { text-align:right; }
.rscw-row a { display:inline-block; margin-top:5px; }
.rscw-total { font-size:18px; }
.rscw-hotel { background:#f5f8fb; padding:14px; border-radius:10px; }
.rscw-hotel[hidden] { display:none; }
.rscw-trap { position:absolute!important; left:-9999px!important; width:1px!important; height:1px!important; }
.rscw-kiosk { max-width:620px; }
@media (max-width:620px) {
  .rscw-shell { margin:0; }
  .rscw-hero, .rscw-card { border-radius:0; }
  .rscw-summary div, .rscw-row { align-items:flex-start; flex-direction:column; }
  .rscw-row>div:last-child { text-align:left; }
}
@media print {
  body * { visibility:hidden; }
  .rscw-invoice, .rscw-invoice * { visibility:visible; }
  .rscw-invoice { position:absolute; inset:0; border:0; }
  .rscw-invoice button { display:none; }
}
