/* [project]/apps/hq/app/dataroom/dataroom.css [app-client] (css) */
.dr {
  color: #e9ebf3;
  background: #15171c;
  flex-direction: column;
  min-height: 100vh;
  font-size: 14px;
  display: flex;
}

.dr a {
  color: inherit;
}

.dr-bar {
  z-index: 2;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: rgba(21, 23, 28, .92);
  border-bottom: 1px solid #2a2d36;
  align-items: center;
  gap: 14px;
  padding: 10px 18px;
  font-size: 13.5px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.dr-bar .brand {
  color: #fff;
  white-space: nowrap;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.dr-bar .title {
  color: #b8bcc9;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.dr-bar .pos {
  font-variant-numeric: tabular-nums;
  color: #8b90a0;
  white-space: nowrap;
  margin-left: auto;
}

.dr-bar .leave {
  color: #b8bcc9;
  font: inherit;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  border: 1px solid #3a3e4a;
  border-radius: 8px;
  margin-left: auto;
  padding: 5px 10px;
  font-size: 12.5px;
}

.dr-bar .leave:hover {
  color: #fff;
  border-color: #6f7484;
}

.dr-bar .pos + .leave {
  margin-left: 12px;
}

.dr-msg {
  text-align: center;
  color: #b8bcc9;
  padding: 60px 20px;
}

.dr-foot {
  text-align: center;
  color: #6f7484;
  margin-top: auto;
  padding: 20px 0 30px;
  font-size: 12px;
}

.dr-gate {
  flex-direction: column;
  gap: 12px;
  max-width: 400px;
  margin: 12vh auto 0;
  padding: 0 20px;
  display: flex;
}

.dr-gate h1 {
  letter-spacing: -.02em;
  color: #fff;
  margin: 6px 0 0;
  font-size: 26px;
  font-weight: 600;
}

.dr-gate p {
  color: #b8bcc9;
  margin: 0;
  line-height: 1.5;
}

.dr-gate label {
  color: #8b90a0;
  flex-direction: column;
  gap: 5px;
  font-size: 12.5px;
  display: flex;
}

.dr-gate input {
  font: inherit;
  color: #fff;
  background: #1d2027;
  border: 1px solid #3a3e4a;
  border-radius: 9px;
  padding: 10px 12px;
  font-size: 15px;
}

.dr-gate input.pw {
  letter-spacing: .06em;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}

.dr-gate input:focus {
  outline-offset: 1px;
  outline: 2px solid #7c9cff;
}

.dr-gate button {
  font: inherit;
  color: #15171c;
  cursor: pointer;
  background: #fff;
  border: 0;
  border-radius: 9px;
  align-self: flex-start;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 600;
}

.dr-gate button:disabled {
  opacity: .5;
  cursor: default;
}

.dr-gate .err {
  color: #ff9b9b;
  font-size: 13px;
}

.dr-room {
  flex: 1;
  grid-template-columns: 220px 1fr;
  gap: 0;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
}

.dr-nav {
  border-right: 1px solid #2a2d36;
  padding: 22px 14px;
}

.dr-nav h2 {
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #6f7484;
  margin: 0 8px 8px;
  font-size: 11px;
  font-weight: 500;
}

.dr-nav button {
  text-align: left;
  width: 100%;
  font: inherit;
  color: #b8bcc9;
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 8px;
  padding: 7px 10px;
  font-size: 13.5px;
  display: block;
}

.dr-nav button:hover {
  color: #fff;
  background: #1d2027;
}

.dr-nav button.on {
  color: #fff;
  background: #262a34;
}

.dr-nav button .n {
  float: right;
  color: #6f7484;
  font-size: 12px;
}

.dr-list {
  padding: 22px 24px;
}

.dr-list h1 {
  color: #fff;
  letter-spacing: -.01em;
  margin: 0 0 4px;
  font-size: 20px;
  font-weight: 600;
}

.dr-list .lede {
  color: #8b90a0;
  margin: 0 0 18px;
}

.dr-file {
  color: inherit;
  background: #1a1d24;
  border: 1px solid #2a2d36;
  border-radius: 10px;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
  padding: 11px 12px;
  text-decoration: none;
  display: grid;
}

.dr-file:hover {
  background: #1f2330;
  border-color: #4a4f5e;
}

.dr-file .ico {
  color: #b8bcc9;
  letter-spacing: .04em;
  background: #262a34;
  border-radius: 8px;
  place-items: center;
  width: 34px;
  height: 34px;
  font-size: 11px;
  font-weight: 600;
  display: grid;
}

.dr-file .nm {
  color: #fff;
  font-weight: 500;
}

.dr-file .sub {
  color: #8b90a0;
  margin-top: 2px;
  font-size: 12.5px;
}

.dr-file .go {
  color: #8b90a0;
  white-space: nowrap;
  font-size: 12.5px;
}

.dr-empty {
  color: #8b90a0;
  padding: 30px 0;
}

.dr-image {
  justify-content: center;
  padding: 18px 12px 40px;
  display: flex;
}

.dr-image img {
  border-radius: 4px;
  max-width: min(100%, 1100px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, .5);
}

@media (max-width: 720px) {
  .dr-room {
    grid-template-columns: 1fr;
  }

  .dr-nav {
    border-bottom: 1px solid #2a2d36;
    border-right: 0;
    flex-wrap: wrap;
    gap: 4px;
    padding: 14px;
    display: flex;
  }

  .dr-nav h2 {
    width: 100%;
  }

  .dr-nav button {
    width: auto;
  }

  .dr-nav button .n {
    float: none;
    margin-left: 6px;
  }
}

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