/* Chrono24-inspired static landing — direct-root, relative paths */

@font-face {
  font-family: "Inter";
  src: url("./assets/inter-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("./assets/inter-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("./assets/inter-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue: #005ca9;
  --blue-d: #004887;
  --blue-l: #1a73c4;
  --ink: #1a1a1a;
  --muted: #5c5c5c;
  --line: #e6e6e6;
  --paper: #ffffff;
  --fog: #f4f5f7;
  --chip: #eef3f8;
  --price: #0b0b0b;
  --ok: #1f7a3f;
  --warn: #b42318;
  --header-h: 64px;
  --nav-h: 44px;
  --max: 1180px;
  --font: "Inter", "Helvetica Neue", Helvetica, Arial, "PingFang SC",
    "Hiragino Sans", "Noto Sans SC", "Noto Sans JP", "Noto Sans KR",
    "Microsoft YaHei", sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --shadow: 0 10px 40px rgba(0, 30, 60, 0.18);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--paper);
  font-size: 15px;
  line-height: 1.5;
  min-width: 320px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img,
video,
svg {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  color: inherit;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
p {
  margin: 0;
}

.skip {
  position: absolute;
  left: 12px;
  top: -40px;
  z-index: 80;
  background: var(--blue);
  color: #fff;
  padding: 8px 12px;
}

.skip:focus {
  top: 12px;
}

.wrap {
  width: min(100% - 32px, var(--max));
  margin-inline: auto;
}

html.is-cjk body {
  letter-spacing: 0;
}

html.is-cjk .upper,
html.is-cjk .kicker,
html.is-cjk .brand-word {
  letter-spacing: 0;
  text-transform: none;
}

/* Splash */
body.splash {
  overflow: hidden;
}

.splash-card {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: linear-gradient(180deg, #003e74 0%, #005ca9 48%, #00284c 100%);
  color: #fff;
  padding: 24px;
  padding-top: max(24px, env(safe-area-inset-top));
}

.splash-logo {
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -0.04em;
}

.splash-logo span {
  color: #9ad0ff;
}

.splash-bar {
  width: 168px;
  height: 3px;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 99px;
  overflow: hidden;
}

.splash-bar i {
  display: block;
  height: 100%;
  width: 40%;
  background: #fff;
  animation: splash-slide 1.1s var(--ease) infinite;
}

@keyframes splash-slide {
  0% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(320%);
  }
}

#geo-status {
  font-size: 14px;
  opacity: 0.88;
}

.boot {
  min-height: 36vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 48px 16px;
  color: var(--blue);
}

.boot[hidden] {
  display: none !important;
}

.boot-logo {
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -0.045em;
}

.boot-logo span {
  color: var(--blue-d);
}

.boot-msg {
  font-size: 14px;
  color: var(--muted);
}

.splash-skip {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 13px;
}

#app[hidden],
#geo-splash[hidden] {
  display: none !important;
}

/* Promo */
.promo {
  background: #0d2b4a;
  color: #fff;
  font-size: 13px;
  text-align: center;
  padding: 8px 16px;
  padding-top: max(8px, env(safe-area-inset-top));
}

.promo strong {
  font-weight: 600;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  min-height: var(--header-h);
}

.brand {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.brand-mark {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
}

.brand-word {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.045em;
  color: var(--blue);
  line-height: 1;
}

.brand-word span {
  color: var(--blue-d);
}

.head-search {
  display: flex;
  align-items: center;
  gap: 0;
  background: var(--fog);
  border: 1px solid #d9dee4;
  border-radius: 8px;
  min-width: 0;
  overflow: hidden;
}

.head-search:focus-within {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(0, 92, 169, 0.15);
  background: #fff;
}

.head-search svg {
  width: 18px;
  height: 18px;
  margin-left: 12px;
  flex: 0 0 auto;
  color: var(--muted);
}

.head-search input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 10px 10px;
  outline: none;
}

.head-search button {
  background: var(--blue);
  color: #fff;
  padding: 10px 16px;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
}

.head-search button:hover {
  background: var(--blue-d);
}

.head-actions {
  display: flex;
  align-items: center;
  gap: 4px;
}

.icon-btn svg,
.burger svg,
.tabbar svg {
  width: 22px;
  height: 22px;
}

.icon-btn,
.sell-btn,
.lang-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 40px;
  padding: 0 10px;
  border-radius: 8px;
}

.search-launch,
.account-launch {
  display: none;
}

.icon-btn:hover,
.lang-btn:hover {
  background: var(--fog);
}

.sell-btn {
  background: var(--blue);
  color: #fff;
  font-weight: 600;
  padding: 0 14px;
}

.sell-btn:hover {
  background: var(--blue-d);
}

.lang-btn {
  font-size: 13px;
  font-weight: 600;
  color: var(--blue);
}

.burger {
  display: none;
}

.cat-nav {
  border-top: 1px solid var(--line);
}

.cat-nav ul {
  display: flex;
  gap: 4px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  min-height: var(--nav-h);
  align-items: center;
}

.cat-nav a {
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  color: var(--ink);
}

.cat-nav a:hover {
  background: var(--chip);
  color: var(--blue);
}

/* Cover */
.cover {
  position: relative;
  isolation: isolate;
  height: clamp(240px, 28vw, 380px);
  min-height: 220px;
  color: #fff;
  display: flex;
  align-items: flex-end;
}

.cover picture,
.cover img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 40%;
  z-index: -2;
}

.cover-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 16, 36, 0.78) 0%, rgba(0, 16, 36, 0.28) 48%, rgba(0, 16, 36, 0.18) 100%),
    linear-gradient(180deg, rgba(0, 10, 24, 0.15) 0%, rgba(0, 10, 24, 0.82) 100%);
}

.cover-inner {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  padding: 22px 0 24px;
}

.kicker {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9ad0ff;
  margin-bottom: 10px;
}

.cover h1 {
  font-size: clamp(24px, 3.4vw, 36px);
  line-height: 1.08;
  letter-spacing: -0.038em;
  font-weight: 700;
  max-width: 16ch;
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
}

.cover .lead {
  margin-top: 14px;
  max-width: 46ch;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
}

.cover-search {
  display: flex;
  margin-top: 28px;
  max-width: 640px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.cover-search input {
  flex: 1;
  min-width: 0;
  border: 0;
  padding: 16px 18px;
  color: var(--ink);
  outline: none;
}

.cover-search button {
  background: var(--blue);
  color: #fff;
  font-weight: 700;
  padding: 0 22px;
  white-space: nowrap;
}

.cover-search button:hover {
  background: var(--blue-d);
}

@media (min-width: 901px) {
  .cover-search {
    display: none;
  }
}

.trust-bar {
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.trust-bar ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  padding: 14px 0;
  font-size: 13px;
  color: var(--muted);
}

.trust-bar b {
  color: var(--ink);
  font-weight: 700;
}

/* Sections */
.section {
  padding: 48px 0;
}

.section.fog {
  background: var(--fog);
}

.section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}

.section-head h2 {
  font-size: 24px;
  letter-spacing: -0.03em;
}

.link-all {
  color: var(--blue);
  font-weight: 600;
  font-size: 14px;
}

.brand-row {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 12px;
}

.brand-card {
  min-width: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
}

.brand-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: contain;
  object-position: center;
  background: #eef1f4;
  flex: none;
  min-height: 0;
}

.brand-card span,
.brand-wordmark {
  display: block;
  padding: 14px 10px 6px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.02em;
  text-align: center;
}

.brand-card:hover {
  border-color: #c5d7ea;
  box-shadow: 0 8px 24px rgba(0, 50, 90, 0.08);
}

.model-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.model-card {
  min-width: 0;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.model-card:hover {
  border-color: #c5d7ea;
  box-shadow: 0 8px 24px rgba(0, 50, 90, 0.08);
}

.model-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: contain;
  object-position: center;
  background: #eef1f4;
  flex: none;
  min-height: 0;
}

.model-body {
  padding: 12px 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.model-brand {
  font-size: 12px;
  color: var(--muted);
  font-weight: 600;
}

.model-name {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.model-meta {
  font-size: 12px;
  color: var(--muted);
}

.model-price {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 700;
  color: var(--price);
}

.badge {
  display: inline-flex;
  width: max-content;
  font-size: 11px;
  font-weight: 700;
  color: var(--blue);
  background: var(--chip);
  border-radius: 999px;
  padding: 3px 8px;
  margin-top: 6px;
}

.model-listings {
  font-size: 12px;
  color: var(--muted);
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 12px;
}

.chip {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 600;
  font-size: 13px;
  background: #fff;
}

.chip[aria-current="true"] {
  border-color: var(--blue);
  color: var(--blue);
  background: var(--chip);
}

.results {
  font-weight: 700;
  margin-bottom: 4px;
}

.rate-note {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 16px;
}

.draft {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 16px;
}

.draft h3 {
  font-size: 15px;
  margin-bottom: 6px;
}

.draft[hidden] {
  display: none !important;
}

.empty {
  display: none;
  text-align: center;
  padding: 40px 16px;
  color: var(--muted);
}

.empty.show {
  display: block;
}

/* Split how-to */
.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: center;
}

.split img {
  width: 100%;
  border-radius: 16px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.split.reverse {
  grid-template-columns: 0.95fr 1.05fr;
}

.split.reverse .copy {
  order: -1;
}

.steps {
  display: grid;
  gap: 16px;
  margin-top: 18px;
}

.step {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
}

.num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--chip);
  color: var(--blue);
  font-weight: 700;
  display: grid;
  place-items: center;
}

.step h3 {
  font-size: 16px;
}

.step p {
  color: var(--muted);
  font-size: 14px;
}

.cta {
  display: inline-flex;
  margin-top: 20px;
  background: var(--blue);
  color: #fff;
  font-weight: 700;
  border-radius: 8px;
  padding: 12px 18px;
}

.cta:hover {
  background: var(--blue-d);
}

.cta.ghost {
  background: transparent;
  color: var(--blue);
  border: 1px solid var(--blue);
}

/* Trust */
.trust-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 28px;
  align-items: center;
}

.trust-grid img {
  width: 100%;
  border-radius: 16px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.pills {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.pill {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px 16px;
}

.pill h3 {
  font-size: 15px;
  margin-bottom: 4px;
}

.pill p {
  color: var(--muted);
  font-size: 14px;
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 8px;
}

.stat {
  background: var(--fog);
  border-radius: 12px;
  padding: 16px;
  text-align: center;
}

.stat b {
  display: block;
  font-size: 22px;
  letter-spacing: -0.03em;
  color: var(--blue);
}

.stat span {
  font-size: 12px;
  color: var(--muted);
}

/* Highlights */
.hl-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 16px;
}

.hl-card {
  position: relative;
  min-height: 280px;
  border-radius: 16px;
  overflow: hidden;
  color: #fff;
}

.hl-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hl-card .shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 20%, rgba(0, 12, 28, 0.86) 100%);
}

.hl-card .txt {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
}

.hl-card h3 {
  font-size: 22px;
  letter-spacing: -0.03em;
  margin-bottom: 6px;
}

/* Footer */
.site-footer {
  background: #0f1c2a;
  color: #d7dee6;
  padding: 48px 0 28px;
  padding-bottom: max(28px, env(safe-area-inset-bottom));
}

.foot-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.site-footer h2,
.site-footer h3 {
  color: #fff;
  font-size: 14px;
  margin-bottom: 12px;
}

.site-footer p,
.site-footer a {
  font-size: 13px;
  color: #b7c2ce;
}

.site-footer a:hover {
  color: #fff;
}

.site-footer li + li {
  margin-top: 8px;
}

.foot-note {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
  color: #8b98a6;
}

/* Cookie */
.cookie {
  display: none;
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 44;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow);
  padding: 14px 16px;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}

.cookie.show {
  display: flex;
}

body.has-cookie .cookie {
  bottom: max(16px, env(safe-area-inset-bottom));
}

.cookie p {
  font-size: 13px;
  color: var(--muted);
}

.cookie button {
  background: var(--blue);
  color: #fff;
  border-radius: 8px;
  padding: 8px 14px;
  font-weight: 700;
  flex: 0 0 auto;
}

/* Overlays */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(8, 16, 28, 0.46);
  z-index: 60;
  display: none;
  padding: 16px;
  padding-top: max(16px, env(safe-area-inset-top));
}

.overlay.open {
  display: grid;
  place-items: center;
}

.sheet {
  background: #fff;
  width: min(100%, 520px);
  max-height: min(88vh, 720px);
  overflow: auto;
  border-radius: 16px;
  padding: 22px;
}

.sheet.wide {
  width: min(100%, 640px);
}

.sheet h2 {
  font-size: 20px;
  margin-bottom: 12px;
}

.sheet-close {
  float: right;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--fog);
  font-size: 20px;
  line-height: 1;
}

.lang-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.lang-list button {
  text-align: left;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px 14px;
  font-weight: 600;
}

.lang-list button:hover,
.lang-list button[aria-current="true"] {
  border-color: var(--blue);
  color: var(--blue);
  background: var(--chip);
}

.nav-list a {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-weight: 600;
}

.field {
  display: grid;
  gap: 6px;
  margin-bottom: 12px;
}

.field span {
  font-size: 13px;
  font-weight: 600;
}

.field input {
  border: 1px solid #b8c0c8;
  border-radius: 8px;
  padding: 10px 12px;
  min-height: 44px;
  width: 100%;
  background: #fff;
  color: var(--ink);
  -webkit-appearance: none;
  appearance: none;
}

.field input::placeholder {
  color: #8b939c;
}

.field input:focus {
  outline: 2px solid rgba(0, 92, 169, 0.25);
  border-color: var(--blue);
}

.form-msg {
  font-size: 13px;
  margin: 8px 0;
  min-height: 1.2em;
}

.form-msg.err {
  color: var(--warn);
}

.form-msg.ok {
  color: var(--ok);
}

.form-hint {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 12px;
}

body.lock {
  overflow: hidden;
}

/* Tab bar */
.tabbar {
  display: none;
}

.a11y-btn {
  color: #9ad0ff;
  font-size: 13px;
}

html.a11y {
  font-size: 18px;
}

html.a11y body {
  line-height: 1.65;
}

/* Responsive */
@media (max-width: 1100px) {
  .brand-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .model-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .foot-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .stats-row {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 900px) {
  .head {
    grid-template-columns: auto 1fr auto;
  }

  .head-search {
    display: none;
  }

  .search-launch {
    display: inline-flex;
  }

  .head-search.mobile-open {
    display: flex;
    grid-column: 1 / -1;
  }

  .burger {
    display: inline-flex;
  }

  .split,
  .split.reverse,
  .trust-grid,
  .hl-grid {
    grid-template-columns: 1fr;
  }

  .split.reverse .copy {
    order: 0;
  }

  .cover {
    height: clamp(260px, 48vw, 380px);
    min-height: 240px;
  }

  .cover img {
    object-position: 70% 30%;
  }
}

@media (max-width: 700px) {
  .wrap {
    width: min(100% - 24px, var(--max));
  }

  .cat-nav {
    display: none;
  }

  .brand-row,
  .model-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .model-card img,
  .brand-card img {
    aspect-ratio: 4 / 5;
    object-fit: contain;
  }

  .brand-row {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    padding-bottom: 4px;
  }

  .brand-card {
    flex: 0 0 44%;
  }

  .foot-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cover h1 {
    max-width: none;
  }

  .cover-search {
    flex-direction: column;
  }

  .cover-search button {
    padding: 12px;
  }

  .lang-btn span,
  .sell-btn span.hide-sm {
    display: none;
  }

  .cookie {
    flex-direction: column;
    align-items: stretch;
    bottom: calc(76px + env(safe-area-inset-bottom));
  }

  .tabbar {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 45;
    background: #fff;
    border-top: 1px solid var(--line);
    padding-bottom: env(safe-area-inset-bottom);
  }

  .tabbar a,
  .tabbar button {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 8px 4px 6px;
    font-size: 11px;
    color: var(--muted);
    min-width: 0;
  }

  .tabbar a[aria-current="page"],
  .tabbar .sell-tab {
    color: var(--blue);
    font-weight: 700;
  }

  body {
    padding-bottom: calc(58px + env(safe-area-inset-bottom));
  }

  .section {
    padding: 36px 0;
  }
}

@media (max-width: 420px) {
  .brand-word {
    font-size: 18px;
  }

  .stats-row,
  .foot-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1440px) {
  :root {
    --max: 1240px;
  }
}

@media (orientation: landscape) and (max-height: 500px) {
  .cover {
    height: 280px;
    min-height: 240px;
  }

  .cover-inner {
    padding: 20px 0 22px;
  }
}

#app[hidden],
#geo-splash[hidden],
#boot[hidden] {
  display: none !important;
}
