
* { box-sizing: border-box;
}
.app {
  min-height: 100vh;
  background: #0b0b0c;
  color: #f2f2f2;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial;
}
.topbar {
  position: sticky;
  top: 0;
  background: #0b0b0c;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
}
.brand { font-weight: 700; letter-spacing: 0.2px;
}
.nav a {
  color: rgba(255,255,255,0.78);
  text-decoration: none;
  margin-left: 12px;
}
.nav a.router-link-exact-active { color: #fff;
}
.main { padding: 16px;
}


.hero[data-v-1268717b] { padding: 10px 2px 18px;
}
h1[data-v-1268717b] { font-size: 22px; margin: 0 0 6px;
}
p[data-v-1268717b] { margin: 0; color: rgba(255,255,255,0.72); line-height: 1.5;
}
.card[data-v-1268717b] {
  background: #fff;
  color: #0b0b0c;
  border-radius: 16px;
  padding: 14px;
  margin-top: 14px;
}
.cardTitle[data-v-1268717b] { font-weight: 700; margin-bottom: 10px;
}
.row[data-v-1268717b], .rowLink[data-v-1268717b] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-top: 1px solid rgba(0,0,0,0.08);
}
.row[data-v-1268717b]:first-of-type, .rowLink[data-v-1268717b]:first-of-type { border-top: none;
}
.name[data-v-1268717b] { font-weight: 600;
}
.meta[data-v-1268717b] { font-size: 12px; color: rgba(0,0,0,0.60); margin-top: 2px;
}
.btn[data-v-1268717b] {
  border: 1px solid rgba(0,0,0,0.22);
  background: transparent;
  padding: 8px 10px;
  border-radius: 10px;
  font-weight: 600;
}
.arrow[data-v-1268717b] { font-weight: 700;
}


/*# sourceMappingURL=main.48d71734.css.map*/