/* GlassNav HUD, recreated as a static illustration from the glasses web app's
   styles.css and livemap.js. Same 600 x 600 stage, sizes and colours. */
.gn {
  width: 600px; height: 600px; background: #000; color: #fff; position: relative; overflow: hidden;
  font-family: -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; line-height: 1.3; letter-spacing: 0; user-select: none;
}
.gn * { box-sizing: border-box; }
.gn .screen { position: relative; width: 600px; height: 600px; display: flex; flex-direction: column; padding: 18px 24px 42px; }
.gn .hd { margin: 0 0 10px; }
.gn .kick { font-size: 14px; font-weight: 600; letter-spacing: 0.8px; text-transform: uppercase; color: #7aa3b4; margin: 0 0 4px; }
.gn .ttl { font-size: 32px; font-weight: 700; color: #fff; letter-spacing: -0.3px; line-height: 1.2; }
.gn .mb { position: relative; width: 100%; min-height: 44px; padding: 5px 28px 5px 0; font-size: 21px; font-weight: 600; color: #fff; border-bottom: 1px solid #1a2a30; display: flex; flex-direction: column; justify-content: center; }
.gn .mb::after { content: "\203A"; position: absolute; right: 2px; top: 50%; margin-top: -18px; font-size: 28px; font-weight: 400; color: #5f8796; }
.gn .mb.focus { color: #00d4ff; background: #071216; border-bottom-color: #00d4ff; box-shadow: inset 4px 0 0 #00d4ff; padding-left: 12px; }
.gn .mb small { display: block; font-size: 15px; font-weight: 400; color: #b8e8ff; margin-top: 1px; }
.gn .credit { position: absolute; bottom: 10px; left: 0; right: 0; text-align: center; font-size: 13px; color: #5f8796; }
/* arrow view */
.gn .arrow { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; padding: 30px 40px 46px; }
.gn .dist { font-size: 78px; font-weight: 700; line-height: 1; margin-top: auto; color: #fff; text-shadow: 0 0 14px rgba(0, 212, 255, 0.55); }
.gn .man { margin: 4px 0 2px; filter: drop-shadow(0 0 10px rgba(0, 212, 255, 0.6)); }
.gn .compass { position: absolute; top: 18px; right: 22px; opacity: 0.9; }
.gn .instr { font-size: 23px; color: #d6f2ff; text-align: center; max-width: 540px; line-height: 1.3; }
.gn .then { margin-top: 8px; font-size: 17px; color: #ffd479; white-space: nowrap; }
.gn .eta { margin-top: auto; font-size: 20px; color: #b8e8ff; }
.gn .prog { position: absolute; left: 16px; right: 16px; bottom: 30px; height: 4px; background: #10242c; border-radius: 2px; }
.gn .prog i { display: block; height: 4px; background: #00e676; box-shadow: 0 0 8px rgba(0, 230, 118, 0.8); }
/* map view */
.gn .map { position: absolute; inset: 0; }
.gn .mtop { position: absolute; top: 16px; left: 16px; width: 568px; padding: 12px 16px 10px; background: #0a5c38; border-radius: 16px; }
.gn .mdist { font-size: 48px; font-weight: 700; line-height: 1; color: #fff; text-shadow: 0 0 12px rgba(0, 212, 255, 0.5); }
.gn .minstr { font-size: 20px; line-height: 1.25; color: #e8fff3; margin-top: 4px; }
.gn .mbot { position: absolute; bottom: 40px; left: 16px; width: 568px; padding: 10px 16px; background: #071216; border: 1px solid #1e3a44; border-radius: 20px; font-size: 17px; color: #b8e8ff; text-align: center; }
.gn .mcredit { position: absolute; bottom: 6px; left: 0; right: 0; text-align: center; font-size: 13px; color: rgba(200, 232, 248, 0.9); }
/* place detail */
.gn .pname { margin: 4px 0 8px; font-size: 28px; font-weight: 700; line-height: 1.15; color: #fff; }
.gn .pline { font-size: 18px; line-height: 1.3; color: #d6f2ff; }
.gn .pmeta { color: #ffd479; }
.gn .popen { color: #00e676; }
.gn .pwalk { color: #b8e8ff; margin-bottom: 8px; }
.gn .blurb { margin-top: 8px; font-size: 17px; line-height: 1.32; color: #cfe9f5; }
.gn .blurb b { color: #b8e8ff; font-weight: 600; }
.gn .backrow { margin-top: auto; padding-top: 8px; }
.gn .go { width: 100%; min-height: 48px; padding: 8px 12px; font-size: 21px; font-weight: 600; color: #00d4ff; border-bottom: 1px solid #00d4ff; background: #071216; box-shadow: inset 4px 0 0 #00d4ff; display: flex; align-items: center; }
.gn .bb { width: 100%; min-height: 48px; margin: 4px 0 0; padding: 8px 16px; font-size: 20px; font-weight: 600; color: #b8e8ff; border: 2px solid #1e3a44; border-radius: 24px; text-align: center; display: flex; align-items: center; justify-content: center; }
.gn .bb span { color: #4f7f92; font-size: 16px; margin-left: 8px; }
.gn .pcode { margin: 60px 0 16px; font-size: 64px; font-weight: 700; letter-spacing: 10px; line-height: 1; color: #00e676; text-align: center; text-shadow: 0 0 18px rgba(0, 230, 118, 0.45); }
.gn .phelp { font-size: 19px; line-height: 1.35; color: #d6f2ff; text-align: center; padding: 0 20px; }
.gn .backrow .mb { margin-bottom: 4px; }
