* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  color: #111;
  background: #fff;
}

.banner {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 18px 16px 14px;
}

.logo {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  display: block;
  margin: 0 auto;
}

h1 {
  margin: 14px 0 2px;
  font-size: 36px;
  line-height: 1.1;
}

.version {
  font-size: 14px;
  margin-top: 8px;
}

.container {
  max-width: 760px;
  margin: 0 auto;
  padding: 26px 20px 36px;
}

.page-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-bottom: 18px;
  font-size: 14px;
}

.page-nav a {
  color: #333;
  text-decoration: none;
}

.page-nav a:hover {
  text-decoration: underline;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.actions a {
  border: 1px solid #cbcbcb;
  border-radius: 999px;
  padding: 9px 14px;
  text-decoration: none;
  color: #111;
  font-weight: 600;
  background: #fff;
  transition: transform 0.16s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.actions a:hover {
  transform: translateY(-1px);
}

.browser-icon-img {
  width: 18px;
  height: 18px;
  display: block;
  flex-shrink: 0;
}

section {
  margin-top: 24px;
}

.copy {
  text-align: left;
}

.copy p {
  line-height: 1.65;
  color: #333;
  margin-top: 12px;
}

.shots {
  display: flex;
  justify-content: center;
}

.shots img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}

.copy h2 {
  margin: 28px 0 10px;
  font-size: 18px;
}

.copy ul {
  margin: 0;
  padding-left: 18px;
  color: #333;
  line-height: 1.65;
}

.uncensored-page .banner,
.uncensored-page footer {
  background: #111;
}

.uncensored-page .logo {
  filter: none;
}

footer {
  text-align: center;
  color: #fff;
  background: #000;
  font-size: 13px;
  padding: 25px 0;
}

footer a {
  color: inherit;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}
