html, body {
  margin: 0;
  min-height: 100%;
  background: #000;
  color: #ddd;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
}

a { color: #ddd; text-decoration: none; }
a:hover { color: #eb6395; text-decoration: none; }

#app { min-height: calc(100vh - 30px); }

.container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 18px;
  box-sizing: border-box;
}

.navbar {
  min-height: 50px;
  background: #090909;
  border: 0;
  border-bottom: 1px solid #191919;
}

.nav-inner {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-logo {
  display: inline-flex;
  align-items: baseline;
  height: 30px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 30px;
}

.logo-mark { color: #fff; }
.logo-pink { color: #eb6395; }
.logo-sub {
  margin-left: 8px;
  color: #999;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
}

.nav-right {
  display: flex;
  gap: 14px;
  align-items: center;
  font-size: 13px;
}

.nav-link { color: #fff; }
.nav-muted { color: #777; }

.nav-tagline {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  color: #aaa;
  white-space: nowrap;
}

.brand-word {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.bookmark-button {
  width: auto;
  min-width: 184px;
  padding: 0 14px;
  background: #eb6395;
  border-color: #eb6395;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
}

.bookmark-button:hover {
  background: #f27faa;
  border-color: #f27faa;
}

.bookmark-button.bookmark-hint {
  background: #151515;
  border-color: #333;
  color: #eee;
}

.bookmark-label-mobile { display: none; }

#page { padding-top: 18px; }
.page-content { box-sizing: border-box; }

h1 {
  margin: 0 0 18px;
  color: #eee;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
}

.home-icon {
  display: inline-block;
  margin-right: 8px;
  color: #eb6395;
  font-size: 24px;
}

.filters {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) 150px 150px 150px 90px;
  gap: 10px;
  margin-bottom: 16px;
}

.search-wrap {
  display: flex;
  align-items: center;
  background: #111;
  border: 1px solid #282828;
  height: 38px;
}

.search-icon {
  width: 38px;
  text-align: center;
  color: #aaa;
  font-size: 20px;
}

input, select, button {
  height: 38px;
  border-radius: 0;
  box-sizing: border-box;
  font-family: inherit;
}

input, select {
  width: 100%;
  background: #111;
  border: 1px solid #282828;
  color: #ddd;
  padding: 0 10px;
  outline: none;
}

select {
  appearance: none;
  -webkit-appearance: none;
  background-color: #111;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M1 1.25 7 7.25 13 1.25' fill='none' stroke='%23d8d8d8' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 14px 9px;
  padding-right: 32px;
}

.search-wrap input {
  border: 0;
  padding-left: 0;
}

button {
  background: #eb6395;
  border: 1px solid #eb6395;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
}

.row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px 14px;
}

.album {
  min-width: 0;
  overflow: hidden;
}

.album-thumbnail-container {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #151515;
  overflow: hidden;
}

.album-link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.album-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.thumb-missing {
  background: linear-gradient(135deg, #1c1c1c, #090909);
}

.album-bottom-right,
.album-bottom-views {
  position: absolute;
  bottom: 0;
  background: rgba(0,0,0,.75);
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  min-height: 22px;
}

.album-bottom-right {
  right: 0;
  display: flex;
  gap: 6px;
  padding: 0 6px;
}

.album-bottom-views {
  left: 0;
  padding: 0 7px;
}

.album-images,
.album-videos {
  display: inline-flex;
  gap: 3px;
  align-items: center;
}

.album-infos {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 8px;
  min-height: 62px;
  padding-top: 8px;
}

.default-avatar {
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #262626;
  color: #aaa;
  border-radius: 50%;
  text-transform: uppercase;
  font-size: 13px;
}

.album-title {
  display: block;
  color: #eee;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  line-height: 18px;
}

.album-user,
.album-meta {
  display: block;
  color: #888;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 17px;
}

.album-meta { color: #666; }

.pagination {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 5px;
  padding: 26px 0 0;
  margin: 0;
}

.page-link {
  display: inline-block;
  min-width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #111;
  color: #bbb;
  border: 1px solid #252525;
}

.page-item.active .page-link {
  background: #eb6395;
  border-color: #eb6395;
  color: #fff;
}

.page-item.disabled .page-link {
  color: #444;
}

.empty {
  grid-column: 1 / -1;
  padding: 60px 0;
  text-align: center;
  color: #777;
}

.footer {
  min-height: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  align-items: center;
  color: #555;
  font-size: 11px;
  padding: 6px 12px;
  text-align: center;
}

@media (min-width: 1501px) {
  .row { grid-template-columns: repeat(7, minmax(0, 1fr)); }
}

@media (max-width: 991px) {
  .row { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .filters { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #page { padding-top: 10px; }
  h1 {
    margin-bottom: 10px;
    font-size: 21px;
  }
  .home-icon { font-size: 20px; }
  .filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin-bottom: 12px;
  }
  .search-wrap {
    grid-column: 1 / -1;
    height: 34px;
  }
  .search-icon {
    width: 34px;
    font-size: 18px;
  }
  input, select, button {
    height: 34px;
    min-width: 0;
  }
  input, select { padding: 0 8px; }
  select {
    background-position: right 8px center;
    padding-right: 28px;
  }
  button { font-size: 11px; }
  .navbar { min-height: 84px; }
  .nav-inner {
    height: auto;
    min-height: 84px;
    padding: 9px 0;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
  }
  .nav-right {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .nav-tagline {
    display: flex;
    flex-wrap: wrap;
    white-space: normal;
    line-height: 18px;
  }
  .brand-word { font-size: 16px; }
  .bookmark-button {
    width: 100%;
    min-width: 0;
  }
  .bookmark-label-desktop { display: none; }
  .bookmark-label-mobile { display: inline; }
}
