@import url('https://fonts.googleapis.com/css2?family=Bungee&family=Syne+Mono&display=swap');

* { margin: 0; padding: 0; box-sizing: border-box; }
body { min-height: 100vh; background: #0a0a0c; font-family: 'Syne Mono', monospace; color: #c8c8c8; user-select: none; }
#es-app { min-height: 100vh; position: relative; }
#es-hud { position: fixed; top: 10px; left: 12px; right: 12px; z-index: 15; display: flex; justify-content: space-between; font-size: 0.75rem; pointer-events: none; }
#es-warn { color: #c41e3a; opacity: 0; transition: opacity 0.2s; }
#es-warn.show { opacity: 1; }
#es-feed-wrap { position: fixed; inset: 0; overflow: hidden; }
#es-feed { height: 100%; overflow-y: auto; padding: 60px 16px 200px; }
.es-post { max-width: 480px; margin: 0 auto 16px; padding: 16px; background: #141418; border-radius: 8px; font-size: 0.75rem; line-height: 1.5; }
#es-figure {
  position: fixed; bottom: 0; left: 50%; transform: translateX(-50%);
  width: 80px; height: 120px; background: #000; border-radius: 40px 40px 0 0;
  z-index: 10; transition: bottom 0.15s; pointer-events: none;
}
#es-figure::before { content: ''; position: absolute; top: 20px; left: 20px; width: 12px; height: 12px; background: #c41e3a; border-radius: 50%; box-shadow: 28px 0 0 #c41e3a; }
.es-screen { position: fixed; inset: 0; z-index: 20; display: none; flex-direction: column; align-items: center; justify-content: center; padding: 24px; text-align: center; background: rgba(4,4,6,0.96); }
.es-screen.active { display: flex; }
.es-credit { font-size: 0.65rem; letter-spacing: 0.35em; text-transform: uppercase; opacity: 0.7; margin-bottom: 12px; color: #c8a84b; }
h1 { font-family: 'Bungee', cursive; font-size: clamp(1.1rem, 4vw, 1.6rem); color: #f0d880; margin-bottom: 12px; }
.es-tagline { font-size: 0.85rem; margin-bottom: 20px; }
button { font-family: 'Syne Mono', monospace; font-size: 0.75rem; padding: 12px 28px; color: #fff; background: #2a1018; border: 1px solid rgba(200,168,75,0.4); border-radius: 6px; cursor: pointer; }
.es-exit { position: fixed; bottom: 12px; right: 14px; font-size: 0.7rem; color: rgba(200,168,75,0.6); text-decoration: none; z-index: 25; }
