/* Zajedničke stranice sistema spisa - goli domen i 404.
   Stoje van foldera pojedinačne igre, pa nose svoj stil. */
* { box-sizing: border-box; }
body {
  margin: 0; min-height: 100vh; display: flex; flex-direction: column;
  font-family: -apple-system, 'Helvetica Neue', Arial, sans-serif;
  color: #1c1c1c; background: #eef0f2;
}
header { background: #f6efd6; border-bottom: 1px solid #e3d9b6; padding: 14px 20px;
  display: flex; align-items: center; gap: 14px; }
.crest { width: 44px; height: 44px; border-radius: 50%; background: #6e1414; color: #f5efe0;
  display: flex; align-items: center; justify-content: center; font-size: 9px; font-weight: 700;
  text-align: center; line-height: 1.1; flex-shrink: 0; }
.wordmark { font-family: Georgia, serif; font-size: 20px; }
main { flex: 1; display: flex; align-items: center; justify-content: center; padding: 40px 20px; }
.card { background: #fff; border: 1px solid #ddd; border-radius: 4px; max-width: 560px;
  padding: 32px 34px; box-shadow: 0 1px 3px rgba(0,0,0,0.07); }
h1 { font-family: Georgia, serif; font-size: 22px; margin: 0 0 14px; }
p { line-height: 1.6; margin: 0 0 12px; font-size: 15px; }
.sitno { color: #6b6b6b; font-size: 13px; }
code { background: #f2f2f2; padding: 2px 6px; border-radius: 3px; font-size: 13px; }
footer { background: #f6efd6; border-top: 1px solid #e3d9b6; padding: 16px 20px;
  color: #6b6b6b; font-size: 12px; text-align: center; }
