/* ============================================================
   Skin: "dojo" — a shitty early-2000s martial-arts school website.
   Black + gold + red, Impact everywhere, a belt-colour stripe, garish
   beveled buttons, framed artwork on the wall. Oss.
   ============================================================ */
.skin-dojo {
  background:
    radial-gradient(120% 70% at 50% -10%, rgba(200,20,20,.5), transparent 60%),
    repeating-linear-gradient(45deg, #0d0d0d 0 14px, #131313 14px 28px);
  color: #e9e2cf;
}
.skin-dojo .viewport { background: transparent; }
.skin-dojo .site { max-width: 860px; margin: 0 auto; padding: 0 10px 30px; }

/* Masthead: big gold karate-chop title with a red glow */
.skin-dojo .masthead {
  position: relative; text-align: center; padding: 26px 16px 14px;
  background: linear-gradient(#1a0606, #000); border-bottom: 3px solid #c89b1a;
  box-shadow: inset 0 0 60px rgba(200,20,20,.35);
}
.skin-dojo .brand {
  margin: 0; font: 900 56px/1 Impact, "Arial Black", sans-serif; letter-spacing: 2px;
  text-transform: uppercase;
  background: linear-gradient(#fff7cf, #f5c518 45%, #b8860b);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  text-shadow: 0 0 1px rgba(0,0,0,.2);
  filter: drop-shadow(0 2px 0 #000) drop-shadow(0 0 14px rgba(224,32,32,.7));
}
.skin-dojo .tag {
  margin: 10px 0 0; font: bold 13px Verdana, Arial, sans-serif; letter-spacing: 1px;
  color: #f5c518; text-transform: uppercase; text-shadow: 0 1px 2px #000;
}
.skin-dojo .beta { display: none; }
/* Belt-colour stripe under the masthead */
.skin-dojo .masthead::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -3px; height: 6px;
  background: linear-gradient(90deg,
    #eee 0 20%, #1a5fb4 20% 40%, #6a1b9a 40% 60%, #5d4037 60% 80%, #000 80% 100%);
}

/* Content panel: dark with a gold bevel */
.skin-dojo .content {
  background: rgba(0,0,0,.55); border: 2px solid #c89b1a; border-top: none;
  padding: 22px 26px 30px; box-shadow: inset 0 0 30px rgba(0,0,0,.6);
}
.skin-dojo .content p { font: 15px/1.65 Verdana, Arial, sans-serif; color: #e9e2cf; margin: 0 0 1.1em; }
.skin-dojo .content a { color: #f5c518; text-decoration: underline; }
.skin-dojo .content a:hover { color: #fff; }
.skin-dojo .content h2 { font: 900 26px Impact, "Arial Black", sans-serif; color: #e02020; text-transform: uppercase; letter-spacing: 1px; margin: 1.3em 0 .4em; text-shadow: 1px 1px 0 #000; }

/* Garish beveled gold buttons */
.skin-dojo .period-links { text-align: center; margin: 0 0 18px; }
.skin-dojo .period-links a {
  display: inline-block; text-decoration: none; color: #3a0a0a !important; font: bold 13px Verdana, Arial; text-transform: uppercase; letter-spacing: .5px;
  background: linear-gradient(#ffe680, #c89b1a); border: 2px outset #ffe680; border-radius: 4px;
  padding: 7px 18px; margin: 0 6px 6px; box-shadow: 0 2px 4px rgba(0,0,0,.5);
}
.skin-dojo .period-links a:hover { background: linear-gradient(#fff2b0, #d9aa1e); }

/* The logo + designs: framed prints on the dojo wall (cream card so the art stays legible) */
.skin-dojo .inline, .skin-dojo .period-gallery .tile {
  background: #f5f1e6; border: 6px solid #1a1a1a; border-radius: 2px;
  box-shadow: 0 0 0 2px #c89b1a, 0 6px 16px rgba(0,0,0,.6); padding: 10px;
}
.skin-dojo .inline { max-width: 360px; margin: 6px auto 18px; }
.skin-dojo .inline img, .skin-dojo .tile img { width: 100%; height: auto; display: block; }
.skin-dojo .inline figcaption, .skin-dojo .tile figcaption {
  margin-top: 8px; font: bold 12px Verdana, Arial; color: #5d4037; text-align: center; text-transform: uppercase; letter-spacing: .5px;
}
.skin-dojo .period-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 16px; margin-top: 22px; }
.skin-dojo .tile { margin: 0; }

/* Footer */
.skin-dojo .period-foot {
  text-align: center; padding: 16px; font: 11px Verdana, Arial; color: #c89b1a;
  background: #000; border-top: 3px solid #c89b1a; text-transform: uppercase; letter-spacing: 1px;
}
.skin-dojo .period-foot::before { content: "★ Oss ★  "; color: #e02020; }
