/* Honeypot stylesheet. Looks like a real blog. */
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font: 15px/1.6 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  color: #1a1a1a;
  background: #fdfdfa;
  max-width: 720px;
  margin: 0 auto;
  padding: 32px 24px;
}
a { color: #b45309; text-decoration: none; }
a:hover { text-decoration: underline; }
header h1 { font-size: 28px; margin-bottom: 4px; }
header .sub { color: #666; font-size: 14px; }
main { margin: 24px 0; }
nav.articles { list-style: none; }
nav.articles li { padding: 12px 0; border-bottom: 1px solid #e5e0d0; }
nav.articles h2 { font-size: 17px; }
nav.articles .meta { color: #888; font-size: 12px; }
article h1 { font-size: 30px; margin-bottom: 4px; }
article .meta { color: #888; font-size: 13px; margin-bottom: 24px; }
article p { margin: 12px 0; }
article h2 { font-size: 20px; margin: 24px 0 8px; }
aside.ad {
  background: #fff8e6;
  border: 1px solid #f0c040;
  padding: 12px;
  border-radius: 4px;
  margin: 16px 0;
  font-size: 13px;
}
form { background: #fff; border: 1px solid #e5e0d0; padding: 24px; border-radius: 4px; }
form label { display: block; margin: 12px 0; }
form input[type=text], form input[type=email], form input[type=password] {
  display: block; width: 100%; padding: 8px; border: 1px solid #ccc; border-radius: 3px;
  font: inherit;
}
form button {
  display: inline-block; padding: 8px 16px; background: #1a1a1a; color: white;
  border: 0; border-radius: 3px; font: inherit; cursor: pointer;
}
/* honeypot field - hidden from humans via CSS, not display:none (which bots
   ignore); visually hidden but in the DOM and focusable. */
.hp {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
footer {
  margin-top: 32px; padding-top: 16px; border-top: 1px solid #e5e0d0;
  color: #888; font-size: 13px;
}
footer a { color: #888; }
.tag { display: inline-block; padding: 2px 8px; background: #f0eee5; border-radius: 3px; font-size: 12px; margin: 2px; }
.byline { color: #888; font-size: 13px; margin-bottom: 16px; }
.maze .doors a {
  display: inline-block; margin: 4px; padding: 6px 10px; background: #2a2a2a; color: #ddd;
  border-radius: 3px; font-family: ui-monospace, monospace; font-size: 12px;
}
.trap { font-family: Georgia, serif; }
.auth, .wp, .pma, .joomla { background: #f4f4f4; }
.auth form, .wp #login, .pma #pma_login, .joomla .joomla-login {
  max-width: 360px; margin: 60px auto; background: white; padding: 32px;
  border: 1px solid #ccc; border-radius: 6px; box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
.wp #login h1 a { display: block; width: 100%; height: 60px; background: #0073aa; color: white;
  text-align: center; line-height: 60px; margin-bottom: 16px; font-size: 14px; }
.pma #pma_login h1 { color: #ff9c00; margin-bottom: 16px; }
.joomla .joomla-login h1 { color: #f44321; margin-bottom: 16px; }
