/* =============================================================
 * theme.css — Etherwave brand alignment with Shah Expeditions
 * Phase B.1 (chrome) + B.2 (components) + B.2.1 + B.2.2 + B.2.3
 *                + B.2.4 (hide redundant map-view toprow icons)
 *
 * Version: 5 (loaded as theme.css?v=5 to bypass browser cache)
 * Bump the ?v= query in index.html whenever this file changes.
 * ============================================================= */

:root {
  --gold:         #b8963e;
  --gold-l:       #d4af6a;
  --gold-lighter: #e8c889;
  --teal-glow:    rgba(74, 180, 210, .7);
  --teal-soft:    #4ac3c6;
  --glass-bg:     rgba(255, 255, 255, .08);
  --glass-bg2:    rgba(255, 255, 255, .14);
  --glass-bdr:    rgba(255, 255, 255, .14);
  --dark-bg:      #0a0806;
  --dark-glass:   rgba(10, 8, 6, .55);
  --dark-glass2:  rgba(10, 8, 6, .82);
  --font-display: 'Medula One', Georgia, serif;
  --font-body:    'Mulish', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* ════════════════════════════════════════════════════════════════════
 * PHASE B.1 — Foundational Chrome
 * ════════════════════════════════════════════════════════════════════ */

body {
  font-family: var(--font-body);
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-body);
  font-weight: 700;
  color: rgba(255, 255, 255, .92);
}

.ether-bg {
  position: fixed;
  inset: 0;
  z-index: -2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(.42) saturate(1.12);
  transform: scale(1.04);
  transition: background-image 1.4s ease;
  pointer-events: none;
}
.ether-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(10, 8, 6, .45) 0%,
    rgba(10, 8, 6, .08) 35%,
    rgba(10, 8, 6, .18) 65%,
    rgba(10, 8, 6, .92) 100%
  );
}
.ether-noise {
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: .035;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
}

.splash-screen {
  background-color: var(--dark-bg);
  background-image: url('/wallpapers/NatGeo03.jpg');
  background-size: cover;
  background-position: center;
}
.splash-screen::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(10, 8, 6, .55) 0%, rgba(10, 8, 6, .92) 100%);
  z-index: 0;
}
.splash-content {
  position: relative;
  z-index: 1;
  background: var(--glass-bg);
  backdrop-filter: blur(28px) saturate(1.4);
  -webkit-backdrop-filter: blur(28px) saturate(1.4);
  border: 1px solid var(--glass-bdr);
  border-radius: 18px;
  padding: 56px 64px;
  box-shadow: 0 16px 60px rgba(0, 0, 0, .55);
  text-align: center;
  max-width: 520px;
}
.splash-content h1 {
  font-family: var(--font-display);
  font-size: clamp(48px, 7vw, 76px);
  font-weight: 400;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 10px;
  text-shadow: none;
  line-height: 1;
}
.splash-content .splash-sub {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold-l);
  margin: 0 0 28px;
  text-shadow: none;
}
.splash-content .splash-tag {
  font-family: var(--font-body);
  font-size: clamp(14px, 1.6vw, 18px);
  font-weight: 300;
  font-style: italic;
  color: rgba(255, 255, 255, .7);
  letter-spacing: .02em;
  margin: 0;
  line-height: 1.5;
  text-shadow: none;
}

.ether-wordmark {
  position: fixed;
  bottom: 14px;
  left: 18px;
  z-index: 50;
  display: flex;
  flex-direction: column;
  gap: 1px;
  pointer-events: auto;
  user-select: none;
}
.ether-wordmark-name {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .65);
  text-decoration: none;
  line-height: 1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .4);
  transition: color .18s;
}
.ether-wordmark-name:hover { color: #fff; }
.ether-wordmark-sub {
  font-family: var(--font-body);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .35);
  line-height: 1;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .4);
}

/* ════════════════════════════════════════════════════════════════════
 * PHASE B.2 — Component Theming
 * ════════════════════════════════════════════════════════════════════ */

.deco, .deco .deco-1, .deco .deco-2 {
  display: none !important;
}
.deco:after { display: none !important; }

.wallpaper-container {
  background-image: none !important;
  background-color: rgba(10, 8, 6, .35) !important;
  backdrop-filter: blur(8px) saturate(1.25);
  -webkit-backdrop-filter: blur(8px) saturate(1.25);
}
.wallpaper-container.flat {
  background-color: rgba(10, 8, 6, .65) !important;
  backdrop-filter: blur(12px);
}

.wallpaper-container .header h4,
.wallpaper-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(22px, 3.2vw, 32px);
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .92);
  text-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}

.wallpaper-container .row .info {
  font-family: var(--font-body);
  color: rgba(255, 255, 255, .65);
  font-size: 17px;
  font-weight: 300;
}

.wallpaper-container .shortcut-input,
.shortcut-input {
  font-family: var(--font-body) !important;
  color: var(--gold-l) !important;
  font-size: 18px !important;
  letter-spacing: 2px;
  background: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, .25) !important;
}
.shortcut-input:focus, .shortcut-input:active {
  border-bottom-color: var(--gold) !important;
}
.shortcut-input::placeholder {
  color: rgba(255, 255, 255, .3);
}

/* ── Map container — fill viewport, header as overlay ─────────── */
.map-container {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  height: 100dvh !important;
  background-color: var(--dark-bg);
}
.map-container #map {
  width: 100% !important;
  height: 100% !important;
}
.map-container .header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 20;
  background: linear-gradient(to bottom, rgba(10, 8, 6, .55) 0%, rgba(10, 8, 6, 0) 100%);
}
.map-container .header h4,
.map-container .header .wallpaper-title {
  pointer-events: auto;
  margin: 0;
  text-shadow: 0 2px 6px rgba(0, 0, 0, .6);
}

/* B.2.4: hide the redundant left-column icons in MAP view only —
   the X-close handles the "exit map" job, and these buttons (user / compass /
   list) are duplicates of what's accessible from the country list view.
   Hide via CSS rather than remove from HTML so app.js can still bind
   click handlers without throwing on missing elements. */
.map-container .toprow.left.column {
  display: none !important;
}

/* .dialogclose — gold glass pill ───────────────────────────────── */
.dialogclose {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(10, 8, 6, .65) !important;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .12);
  backdrop-filter: blur(14px) saturate(1.3);
  -webkit-backdrop-filter: blur(14px) saturate(1.3);
  color: var(--gold-l) !important;
  pointer-events: auto;
  z-index: 25;
  transition: background .2s, color .2s, border-color .2s, transform .15s;
}
.dialogclose:hover {
  background: rgba(184, 150, 62, .55) !important;
  color: #fff !important;
  border-color: rgba(184, 150, 62, .65);
  transform: scale(1.05);
}
.dialogclose i { color: inherit !important; }
.map-container .dialogclose {
  top: 12px !important;
  right: 64px !important;
}

/* ── .mapicons (only used outside map view now) ──────────────── */
.mapicons {
  background-color: var(--dark-glass) !important;
  backdrop-filter: blur(14px) saturate(1.3);
  -webkit-backdrop-filter: blur(14px) saturate(1.3);
  border: 1px solid rgba(255, 255, 255, .1);
  color: var(--gold-l) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .35);
  transition: background .2s, transform .15s, border-color .2s;
}
.mapicons:hover {
  background-color: rgba(184, 150, 62, .28) !important;
  border-color: rgba(184, 150, 62, .45);
  transform: scale(1.05);
}
.mapicons i { color: var(--gold-l) !important; }
.mapicons:hover i { color: #fff !important; }
.mapicons.orange {
  background-color: rgba(184, 150, 62, .38) !important;
  border-color: rgba(184, 150, 62, .5);
}
.mapicons.orange:hover { background-color: rgba(212, 175, 106, .58) !important; }
.mapicons.teal {
  background-color: rgba(74, 195, 198, .22) !important;
  border-color: rgba(74, 195, 198, .4);
}
.mapicons.teal:hover { background-color: rgba(74, 195, 198, .42) !important; }
.mapicons.green { background-color: rgba(74, 195, 198, .25) !important; }
.mapicons.red   { background-color: rgba(220, 80, 80, .4)   !important; }
.mapicons.blue  { background-color: rgba(74, 180, 210, .3)  !important; }

/* ── Country list rows ────────────────────────────────────────── */
.wrapper {
  background-color: rgba(10, 8, 6, .22) !important;
  backdrop-filter: blur(8px) saturate(1.2);
  -webkit-backdrop-filter: blur(8px) saturate(1.2);
  border: 1px solid rgba(255, 255, 255, .1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .28);
  color: rgba(255, 255, 255, .92);
  font-family: var(--font-body) !important;
  font-weight: 400;
  font-size: 16px;
  transition: background .2s, border-color .2s, transform .2s, box-shadow .2s;
}
.wrapper:hover {
  background-color: rgba(10, 8, 6, .42) !important;
  border-color: rgba(184, 150, 62, .35);
  transform: translateX(2px);
}

.wrapper:has(input.checkbox:checked) {
  background-color: rgba(184, 150, 62, .28) !important;
  border-color: rgba(212, 175, 106, .65) !important;
  box-shadow:
    0 4px 16px rgba(0, 0, 0, .4),
    0 0 0 1px rgba(184, 150, 62, .35),
    0 0 18px rgba(212, 175, 106, .22) !important;
}
.wrapper:has(input.checkbox:checked):hover {
  background-color: rgba(184, 150, 62, .42) !important;
  border-color: rgba(232, 200, 137, .8) !important;
}

.fancy-button {
  background-color: rgba(10, 8, 6, .7) !important;
  box-shadow:
    inset 2px 2px 5px rgba(0, 0, 0, .6),
    inset -2px -2px 5px rgba(255, 255, 255, .05) !important;
  transition: background-color .25s, box-shadow .25s;
}
.fancy-button .dot {
  background-color: rgba(255, 255, 255, .42) !important;
  box-shadow:
    3px 3px 6px rgba(0, 0, 0, .5),
    -3px -3px 6px rgba(255, 255, 255, .04) !important;
}
input.checkbox:checked + .fancy-button {
  background-color: rgba(184, 150, 62, .55) !important;
  box-shadow:
    inset 2px 2px 5px rgba(0, 0, 0, .3),
    inset -2px -2px 5px rgba(212, 175, 106, .35),
    0 0 12px rgba(212, 175, 106, .45) !important;
}
input.checkbox:checked + .fancy-button .dot {
  background-color: var(--gold-lighter) !important;
  box-shadow:
    0 0 14px rgba(232, 200, 137, .9),
    0 0 28px rgba(212, 175, 106, .55) !important;
}

/* ── Side panel ───────────────────────────────────────────────── */
.side-panel {
  background: rgba(10, 8, 6, .85) !important;
  backdrop-filter: blur(28px) saturate(1.3);
  -webkit-backdrop-filter: blur(28px) saturate(1.3);
  color: rgba(255, 255, 255, .88);
  border-left: 1px solid rgba(255, 255, 255, .08);
  box-shadow: -8px 0 32px rgba(0, 0, 0, .45);
}
.panel-header {
  background: rgba(10, 8, 6, .65) !important;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.panel-header h2 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 26px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #fff;
}
.close-btn { color: rgba(255, 255, 255, .65); }
.close-btn:hover { color: #fff; }

.form-group label,
.color-picker-container label {
  color: rgba(255, 255, 255, .85) !important;
  font-family: var(--font-body);
  font-weight: 600;
}

input[type="file"] {
  background: rgba(255, 255, 255, .05) !important;
  border: 1px solid rgba(255, 255, 255, .12) !important;
  color: rgba(255, 255, 255, .88);
  border-radius: 6px;
  font-family: var(--font-body);
}

input[type="color"]::-webkit-color-swatch {
  border: 1px solid rgba(255, 255, 255, .3) !important;
  border-radius: 50%;
}

.region-item {
  background: rgba(255, 255, 255, .08) !important;
  border: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .88);
  font-family: var(--font-body);
}
.region-item:hover {
  background: rgba(184, 150, 62, .22) !important;
  border-color: rgba(184, 150, 62, .4);
}

.upload-btn, .create-map-btn {
  background: var(--gold) !important;
  color: #fff !important;
  border-radius: 6px !important;
  font-family: var(--font-body) !important;
  font-weight: 700 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
  padding: 12px 20px !important;
  box-shadow: 0 4px 16px rgba(184, 150, 62, .35) !important;
}
.upload-btn:hover, .create-map-btn:hover {
  background: var(--gold-l) !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(184, 150, 62, .5) !important;
}

.cache-management {
  border-top: 1px solid rgba(255, 255, 255, .08) !important;
}
.cache-management h3 {
  color: rgba(255, 255, 255, .88) !important;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.cache-stats {
  background: rgba(255, 255, 255, .04) !important;
  border: 1px solid rgba(255, 255, 255, .08);
}
.cache-stats p { color: rgba(255, 255, 255, .65) !important; }
.cache-stats span { color: var(--gold-l) !important; }
.cache-btn {
  font-family: var(--font-body) !important;
  font-weight: 600;
  border-radius: 6px;
  transition: all .2s;
}
#refreshCacheBtn {
  background-color: rgba(184, 150, 62, .25) !important;
  color: var(--gold-l) !important;
  border: 1px solid rgba(184, 150, 62, .4) !important;
}
#refreshCacheBtn:hover { background-color: rgba(184, 150, 62, .45) !important; }
#clearCacheBtn {
  background-color: rgba(220, 80, 80, .28) !important;
  color: rgba(255, 200, 200, .95) !important;
  border: 1px solid rgba(220, 80, 80, .45) !important;
}
#clearCacheBtn:hover { background-color: rgba(220, 80, 80, .48) !important; }

/* ── Auth dialog ──────────────────────────────────────────────── */
.auth-dialog {
  background: rgba(10, 8, 6, .82) !important;
  backdrop-filter: blur(32px) saturate(1.4);
  -webkit-backdrop-filter: blur(32px) saturate(1.4);
  border: 1px solid rgba(255, 255, 255, .1) !important;
  border-radius: 16px !important;
  box-shadow: 0 24px 64px rgba(0, 0, 0, .55) !important;
  color: #fff;
}
.auth-dialog h2 {
  font-family: var(--font-display) !important;
  font-weight: 400 !important;
  font-size: 36px !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
  color: #fff !important;
}
.close-dialog { color: rgba(255, 255, 255, .55) !important; }
.close-dialog:hover { color: #fff !important; }

.auth-form input[type="text"],
.auth-form input[type="email"],
.auth-form input[type="phone"],
.auth-form input[type="password"],
input[type="phone"] {
  background: rgba(255, 255, 255, .06) !important;
  border: 1px solid rgba(255, 255, 255, .15) !important;
  color: #fff !important;
  font-family: var(--font-body) !important;
  font-size: 16px !important;
  padding: 12px 16px !important;
  border-radius: 8px !important;
  transition: border-color .18s, background .18s;
}
.auth-form input:focus, input[type="phone"]:focus {
  outline: none;
  border-color: var(--gold) !important;
  background: rgba(255, 255, 255, .1) !important;
}
::placeholder {
  color: rgba(255, 255, 255, .3) !important;
  font-family: var(--font-body) !important;
  font-size: 15px !important;
}
.auth-form p {
  color: rgba(255, 255, 255, .65) !important;
  font-family: var(--font-body) !important;
}
.auth-form a, .auth-section p a {
  color: var(--gold-l) !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}
.auth-form a:hover {
  color: var(--gold) !important;
  text-decoration: underline !important;
}
.logged-in-section p,
.logged-in-section strong { color: rgba(255, 255, 255, .88) !important; }

.status-message,
.logged-in-info {
  color: rgba(255, 255, 255, .85) !important;
  font-family: var(--font-body) !important;
}
.status-message {
  background-color: rgba(10, 8, 6, .75) !important;
  border-top: 1px solid rgba(184, 150, 62, .35);
  color: var(--gold-l) !important;
}

.auth-button {
  background: var(--gold) !important;
  color: #fff !important;
  border-radius: 8px !important;
  font-family: var(--font-body) !important;
  font-weight: 700 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  font-size: 13px !important;
  padding: 12px 24px !important;
  box-shadow: 0 4px 16px rgba(184, 150, 62, .35) !important;
  transition: all .2s !important;
}
.auth-button:hover {
  background: var(--gold-l) !important;
  color: #fff !important;
  font-weight: 700 !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 22px rgba(212, 175, 106, .5) !important;
}
.auth-button.inline {
  background: transparent !important;
  border: 1px solid var(--gold) !important;
  border-image: none !important;
  color: var(--gold-l) !important;
  box-shadow: none !important;
}
.auth-button.inline:hover {
  background: var(--gold) !important;
  color: #fff !important;
}
.auth-button.inline.disabled {
  background: rgba(255, 255, 255, .06) !important;
  border-color: rgba(255, 255, 255, .15) !important;
  color: rgba(255, 255, 255, .35) !important;
  box-shadow: none !important;
}

actionbutton, .actionbutton, .parameter {
  background: var(--gold) !important;
  color: #fff !important;
  font-family: var(--font-body) !important;
  font-weight: 700 !important;
  letter-spacing: 1.5px !important;
  border-radius: 6px !important;
  text-transform: uppercase !important;
  transition: all .2s;
}
actionbutton:hover, .actionbutton:hover {
  background: var(--gold-l) !important;
  transform: translateY(-1px);
}
actionbutton.mini, .actionbutton.mini {
  background: rgba(184, 150, 62, .7) !important;
  font-size: 11px !important;
  padding: 5px 14px !important;
}

.user-btn {
  background: rgba(10, 8, 6, .55) !important;
  border: 1px solid rgba(255, 255, 255, .15) !important;
  color: rgba(255, 255, 255, .88);
  backdrop-filter: blur(12px);
}
.user-btn:hover {
  background: rgba(184, 150, 62, .35) !important;
  border-color: rgba(184, 150, 62, .5) !important;
}
.user-btn i { color: rgba(255, 255, 255, .85) !important; }
.user-btn.logged-in {
  background: rgba(184, 150, 62, .55) !important;
  border-color: var(--gold) !important;
}
.user-btn.logged-in i { color: #fff !important; }
.user-btn.logged-in:hover { background: rgba(212, 175, 106, .7) !important; }

.toggle-panel-btn {
  background: var(--gold) !important;
  box-shadow: 0 4px 16px rgba(184, 150, 62, .4) !important;
}
.toggle-panel-btn:hover {
  background: var(--gold-l) !important;
  box-shadow: 0 6px 22px rgba(184, 150, 62, .55) !important;
}

.carousell-item .title {
  font-family: var(--font-body) !important;
  color: #fff !important;
  font-weight: 700;
  font-size: clamp(18px, 2.5vw, 26px);
  text-shadow: 0 2px 8px rgba(0, 0, 0, .65);
}
.carousell-item .num {
  font-family: var(--font-display) !important;
  color: var(--gold-l) !important;
  font-weight: 400;
  letter-spacing: .08em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .6);
}
.carousell-item.selected {
  border: 2px solid var(--gold-l) !important;
  box-shadow: 0 0 20px rgba(212, 175, 106, .6) !important;
}
.carousell-item-checkbox i.green {
  color: var(--gold-l) !important;
  text-shadow: 0 0 12px rgba(212, 175, 106, .55) !important;
}

.info-header {
  background-color: rgba(10, 8, 6, .85) !important;
  color: #fff !important;
}
.info-header h3 {
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #fff;
}
.info-body {
  background-color: rgba(10, 8, 6, .9) !important;
  color: rgba(255, 255, 255, .88);
}
.info-body p { color: rgba(255, 255, 255, .8) !important; }
.info-body i { color: var(--gold-l) !important; }
.info-footer {
  background-color: rgba(10, 8, 6, .85) !important;
  border-top: 1px solid rgba(255, 255, 255, .08) !important;
}
.action-button {
  background-color: var(--gold) !important;
  color: #fff !important;
  font-family: var(--font-body) !important;
}
.action-button:hover { background-color: var(--gold-l) !important; }

.gm-style-mtc {
  background-color: rgba(10, 8, 6, .82) !important;
  color: rgba(255, 255, 255, .88) !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .4) !important;
}
.gm-style-mtc, .gm-style-mtc div, .gm-style-mtc button {
  font-family: var(--font-body) !important;
  font-weight: 600 !important;
  color: rgba(255, 255, 255, .88) !important;
}
.gm-style-mtc button {
  background-color: transparent !important;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 12px !important;
}
.gm-style-mtc button:hover {
  background-color: rgba(184, 150, 62, .25) !important;
}
.gm-style-mtc div[role="menu"] {
  background-color: rgba(10, 8, 6, .94) !important;
  color: rgba(255, 255, 255, .88) !important;
}
.gm-style-mtc div[role="menu"] div:hover {
  background-color: rgba(184, 150, 62, .25) !important;
}

.verification-message {
  background-color: rgba(10, 8, 6, .5) !important;
  border: 1px solid rgba(255, 255, 255, .08) !important;
  border-radius: 8px;
  color: rgba(255, 255, 255, .88);
}
.highlighted-phone {
  color: var(--gold-l) !important;
  background-color: rgba(184, 150, 62, .15) !important;
}
.change-link { color: var(--gold-l) !important; }
.verification-status { color: rgba(255, 255, 255, .55) !important; }

@media (max-width: 640px) {
  .ether-wordmark { bottom: 10px; left: 12px; }
  .ether-wordmark-name { font-size: 16px; }
  .ether-wordmark-sub { font-size: 7px; }
  .splash-content { padding: 36px 32px; max-width: 90%; }
  .auth-dialog h2 { font-size: 26px !important; }
  .wrapper { font-size: 14px; padding: 10px 24px 10px 18px !important; }
  .map-container .dialogclose { right: 12px !important; }
}

@media (max-width: 380px) {
  .ether-wordmark { display: none; }
}
