:root { color-scheme: dark; font-family: "Segoe UI", sans-serif; background: #111013; color: #eae7e5; }
* { box-sizing: border-box; }
html, body { width: 100%; height: 100%; margin: 0; overflow: hidden; }
body { height: 100vh; height: 100dvh; display: flex; flex-direction: column; }
.toolbar { flex: 0 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: env(safe-area-inset-top, 0px) max(12px, env(safe-area-inset-right, 0px)) 0 max(16px, env(safe-area-inset-left, 0px)); min-height: 52px; border-bottom: 1px solid #302c30; background: #111013; }
h1 { margin: 0; min-width: 0; font-size: 13px; font-weight: 600; letter-spacing: .025em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.short-title { display: none; }
nav { display: flex; align-items: center; gap: 4px; flex-shrink: 0; }
button, nav a { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-height: 44px; padding: 0 12px; border: 0; border-radius: 5px; color: #d9d5d6; background: transparent; font: inherit; font-size: 12px; text-decoration: none; cursor: pointer; }
button:hover, nav a:hover { background: #292328; color: #fff; }
:focus-visible { outline: 2px solid #e49b80; outline-offset: -3px; }
main { flex: 1 1 0; min-height: 0; width: 100%; position: relative; }
iframe { display: block; width: 100%; height: 100%; border: 0; background: #111013; }
.skip { position: fixed; top: -60px; left: 12px; z-index: 4; padding: 12px; background: #fff; color: #111; }
.skip:focus { top: 4px; }
#notice { position: fixed; z-index: 3; bottom: max(16px, env(safe-area-inset-bottom, 0px)); left: 50%; transform: translateX(-50%); margin: 0; width: max-content; max-width: calc(100% - 32px); padding: 12px 18px; border: 1px solid #65535a; border-radius: 8px; background: #211b20; color: #f5e9ed; font-size: 13px; line-height: 1.5; box-shadow: 0 4px 20px #0005; pointer-events: none; }
[hidden] { display: none !important; }
@media (max-width: 640px) {
  .toolbar { min-height: 48px; gap: 6px; padding-left: max(10px, env(safe-area-inset-left, 0px)); padding-right: max(6px, env(safe-area-inset-right, 0px)); }
  .full-title { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  .short-title { display: inline; letter-spacing: .08em; color: #e5b19b; }
  button, nav a { padding: 0 8px; }
}
