chore: vollständiger Workspace-Snapshot 03.07.2026

- publish_gatekeeper.py (neues Gatekeeper-System)
- 4 Premium-Artikel: Veggie Match, Berlin 1960, Wild Tiled West, Scream Park
- Alle kumulierten Artikel, Scripts, Medien und Caches
This commit is contained in:
Hermes Agent
2026-07-03 11:35:39 +02:00
parent 0bc68ecd25
commit b3b6b702d1
354 changed files with 180125 additions and 9391 deletions
+1 -107
View File
@@ -4,113 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Brettspiel-Top-Themen — Wochenende 6./7. Juni 2026</title>
<style>
:root {
--bg: #0f1117;
--card: #1a1d27;
--card-hover: #222636;
--accent: #f0a040;
--accent2: #4ea8de;
--text: #e1e1e6;
--muted: #8b8d97;
--green: #3cb371;
--red: #e0556a;
--border: #2a2d39;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
background: var(--bg);
color: var(--text);
line-height: 1.7;
padding: 2rem 1.5rem;
max-width: 900px;
margin: 0 auto;
}
h1 { font-size: 1.8rem; color: var(--accent); margin-bottom: 0.3rem; }
.subtitle { color: var(--muted); font-size: 0.9rem; margin-bottom: 1.5rem; }
.source-tags { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-bottom: 2rem; }
.source-tag {
background: var(--card);
border: 1px solid var(--border);
border-radius: 20px;
padding: 0.25rem 0.85rem;
font-size: 0.75rem;
color: var(--muted);
}
.card {
background: var(--card);
border: 1px solid var(--border);
border-radius: 8px;
padding: 1.2rem 1.4rem;
margin-bottom: 1rem;
transition: background 0.2s;
}
.card:hover { background: var(--card-hover); }
.card-header {
display: flex;
align-items: baseline;
gap: 0.7rem;
flex-wrap: wrap;
margin-bottom: 0.6rem;
}
.rank {
font-size: 1.1rem;
font-weight: 700;
color: var(--accent);
min-width: 2rem;
}
.card-title {
font-size: 1.1rem;
font-weight: 600;
color: var(--text);
flex: 1;
}
.card-flair {
font-size: 0.7rem;
padding: 0.15rem 0.6rem;
border-radius: 10px;
font-weight: 600;
white-space: nowrap;
}
.card-flair.hot { background: var(--red); color: #fff; }
.card-flair.news { background: var(--accent2); color: #fff; }
.card-flair.debate { background: #9b59b6; color: #fff; }
.card-flair.research { background: var(--green); color: #fff; }
.card-body { color: var(--muted); font-size: 0.93rem; margin-bottom: 0.8rem; }
.card-body strong { color: var(--text); }
.card-detail { font-size: 0.85rem; color: var(--muted); margin-bottom: 0.8rem; border-left: 2px solid var(--border); padding-left: 1rem; }
.stats-row { display: flex; flex-wrap: wrap; gap: 1.2rem; margin-bottom: 0.4rem; }
.stat { display: flex; align-items: center; gap: 0.3rem; }
.stat-label { color: var(--muted); font-size: 0.8rem; }
.stat-value { font-weight: 600; font-size: 0.85rem; }
.stat-value.good { color: var(--green); }
.stat-value.bad { color: var(--red); }
.stat-value.neutral { color: var(--accent2); }
.sources { font-size: 0.75rem; color: var(--muted); margin-top: 0.5rem; }
.sources a { color: var(--accent2); }
.sources a:hover { text-decoration: underline; }
.footer {
text-align: center;
color: var(--muted);
font-size: 0.75rem;
margin-top: 3rem;
padding-top: 2rem;
border-top: 1px solid var(--border);
}
a { color: var(--accent2); text-decoration: none; }
a:hover { text-decoration: underline; }
.highlight { color: var(--accent); font-weight: 600; }
.bsn-note {
background: rgba(240,160,64,0.08);
border-left: 2px solid var(--accent);
padding: 0.5rem 0.8rem;
margin: 0.6rem 0;
font-size: 0.8rem;
color: var(--muted);
}
.bsn-note a { color: var(--accent); }
</style>
</head>
<body>