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
-79
View File
@@ -4,86 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mazda 2 Top 9 Angebote in Mönchengladbach & Umgebung</title>
<style>
:root {
--bg: #0f1117;
--card: #1a1d27;
--card-hover: #222636;
--accent: #3cb371;
--accent2: #4ea8de;
--warn: #f0a040;
--text: #e1e1e6;
--muted: #8b8d97;
--red: #e0556a;
--border: #2a2d39;
--shadow: 0 2px 12px rgba(0,0,0,0.3);
}
* { 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;
}
.container { max-width: 960px; margin: 0 auto; }
h1 { font-size: 2rem; color: #fff; margin-bottom: 0.3rem; letter-spacing: -0.02em; }
h2 { font-size: 1.3rem; color: #fff; margin: 2rem 0 1rem; padding-bottom: 0.5rem; border-bottom: 1px solid var(--border); }
.subtitle { color: var(--muted); margin-bottom: 1.5rem; font-size: 0.95rem; }
.stat-banner {
display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 2rem;
}
.stat-box {
flex: 1; min-width: 150px; background: var(--card); border: 1px solid var(--border);
border-radius: 10px; padding: 1rem 1.2rem; text-align: center;
}
.stat-box .value { font-size: 1.6rem; font-weight: 700; color: #fff; }
.stat-box .value.green { color: var(--accent); }
.stat-box .label { font-size: 0.8rem; color: var(--muted); margin-top: 0.2rem; }
.card {
background: var(--card); border: 1px solid var(--border);
border-radius: 12px; padding: 1.5rem; margin-bottom: 1rem;
box-shadow: var(--shadow); transition: background 0.2s, border-color 0.2s;
}
.card:hover { background: var(--card-hover); border-color: #404458; }
.card.top { border: 2px solid var(--accent); position: relative; }
.card.top::before {
content: "TOP-PICK"; position: absolute; top: -13px; right: 20px;
background: var(--accent); color: #111; font-weight: 800; font-size: 0.7rem;
letter-spacing: 0.12em; padding: 4px 14px; border-radius: 20px;
}
.card.warn { border-left: 4px solid var(--warn); }
.card-header { display: flex; align-items: center; gap: 0.6rem; margin-bottom: 0.6rem; }
.rank { font-size: 1.1rem; font-weight: 700; color: var(--accent2); min-width: 28px; }
.model-name { font-size: 1.2rem; font-weight: 700; color: #fff; }
.card-detail { color: var(--muted); font-size: 0.85rem; margin-left: 0.3rem; }
.price-tag { margin-left: auto; font-size: 1.15rem; font-weight: 700; color: var(--accent2); white-space: nowrap; }
.stats-row { display: flex; flex-wrap: wrap; gap: 0.5rem 1.2rem; margin: 0.5rem 0; font-size: 0.9rem; }
.stat { display: flex; align-items: baseline; gap: 0.25rem; }
.stat-label { color: var(--muted); font-size: 0.82rem; }
.stat-value { font-weight: 600; color: #fff; }
.stat-value.good { color: var(--accent); }
.stat-value.warn { color: var(--warn); }
.stat-value.bad { color: var(--red); }
.highlight-box {
background: rgba(60,179,113,0.07); border: 1px solid rgba(60,179,113,0.2);
border-radius: 10px; padding: 1.2rem 1.5rem; margin: 1.5rem 0;
font-size: 0.9rem;
}
.highlight-box h3 { color: var(--accent); font-size: 1rem; margin-bottom: 0.5rem; }
.highlight-box li { margin-left: 1.2rem; margin-bottom: 0.3rem; }
a { color: var(--accent2); text-decoration: none; }
a:hover { text-decoration: underline; }
.footer {
text-align: center; color: var(--muted); font-size: 0.8rem;
margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--border);
}
.methodology { color: var(--muted); font-size: 0.85rem; margin-top: 1rem; }
</style>
</head>
<body>