/*
 * web.css — page chrome for the website only.
 *
 * The controls themselves come from controls.css, shared with the other
 * build target, so both look like the same product. This adds the page chrome.
 * Deliberately plain: no hero, no ads, no upsells.
 */

body {
  /* The panel assumes it fills its host; a web page needs to scroll normally. */
  height: auto;
  overflow: auto;
  background: #171719;
  padding: 0 16px 48px;
}

.page {
  max-width: 620px;
  margin: 0 auto;
}

.site-head {
  padding: 40px 0 20px;
  text-align: center;
}
.site-head h1 {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 700;
  color: #f2f2f2;
  letter-spacing: -0.01em;
}
.site-head p {
  margin: 0;
  color: #9a9a9a;
  font-size: 13px;
  line-height: 1.5;
}

/* On the web the panel is a card, not a full-height docked pane. */
.page .panel {
  height: auto;
  overflow: visible;
  background: #202022;
  border: 1px solid #2e2e31;
  border-radius: 10px;
  padding: 16px;
}

.site-foot {
  margin-top: 22px;
  color: #7a7a7a;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}
.site-foot p { margin: 0 0 6px; }
.site-foot strong { color: #9a9a9a; font-weight: 700; }
.site-foot a { color: #a970ff; }
.site-foot a:hover { color: #bd93ff; }

@media (max-width: 480px) {
  .site-head { padding: 24px 0 16px; }
  .site-head h1 { font-size: 20px; }
  .page .panel { padding: 12px; }
}
