Atlas: Deploy-Buendel vor Staustufen-Sprint

- Logistik: Musik-Player Playlist-Modus (5 Gruppen, 20 Tracks)
- Heli: End-Screen auf .ggs-endscreen, Mission-Bilder, Voice-Lines, Briefing-Audio
- Logistik: Layout-Tausch Auftraege+Fahrzeuge links, Karte rechts
- Logistik: Tier-1-Staedte ausgebaut, Auto-Timescale-Badge
- Logistik: Roadnet/Railnet Dijkstra-Routing, Balance-Updates
- Atlas: 5 Atlas-Inbox-Nachrichten (Cards-Pattern, DALL-E-Key, Musik-Playlists)
- Status-Updates Heli + Logistik

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-26 01:05:13 +02:00
parent f811437a35
commit 79ac9dad84
773 changed files with 17482 additions and 541 deletions
+9 -7
View File
@@ -4,8 +4,8 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GeoGraSim — Forscher*in im Regenwald</title>
<link rel="icon" type="image/png" href="assets/img/logo.png">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap" rel="stylesheet">
<link rel="icon" type="image/png" href="favicon-96x96.png" sizes="96x96"><link rel="icon" type="image/svg+xml" href="favicon.svg">
<link rel="stylesheet" href="assets/fonts/inter.css">
<style>
*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
:root {
@@ -15,14 +15,16 @@
--sand: #c4a35a; --sand-l: #f2eacc;
}
html, body { height:100%; overflow:hidden; }
body { font-family:'Inter',system-ui,sans-serif; color:var(--text); }
body { font-family:'Inter',system-ui,sans-serif; color:var(--text); background: #2a5a3a; overflow: hidden; }
/* === FLUSS-KARTE (scrollender Hintergrund) === */
#river-scene {
position: fixed; inset: 0; z-index: 0;
overflow: hidden;
/* Der Gradient wandert von unten (Delta/warm) nach oben (Berg/kühl) */
background: linear-gradient(0deg, #a8d8c8 0%, #5a9a6a 40%, #3a7a4a 70%, #2a5a3a 100%);
position: fixed; inset: -200vh 0; z-index: 0;
overflow: visible;
/* Der Gradient — 3x viewport height to prevent white edges */
background: linear-gradient(0deg, #a8d8c8 0%, #5a9a6a 30%, #3a7a4a 60%, #2a5a3a 80%, #1a4a2a 100%);
background-size: 100% 300vh;
background-position: center bottom;
}
/* Flussbett — ein vertikaler Streifen in der Mitte */
#river-bed {