/* [project]/src/app/app.css [app-client] (css) */
.app {
  width: 70vw;
  min-width: 320px;
  max-width: 1000px;
}

.app h1 {
  color: #1a1a2e;
  margin-bottom: 24px;
  font-size: 1.75rem;
  font-weight: 700;
}

.app-header {
  border-bottom: 1px solid #e9ecef;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  padding: 10px 0;
  display: flex;
}

.app-header__user {
  color: #555;
  font-size: .875rem;
}

.app-header__logout {
  color: #e53935;
  cursor: pointer;
  background: none;
  border: 1px solid #ffcdd2;
  border-radius: 6px;
  padding: 6px 14px;
  font-size: .875rem;
  transition: background .2s;
}

.app-header__logout:hover {
  background: #fff0f0;
}

/*# sourceMappingURL=src_app_app_0xlfveb.css.map*/