.admin-icon {
  height: 1.5625rem;
  width: 1.5625rem;
}

.album-counter-hidden {
  opacity: 0;
  transition: opacity 0.25s ease;
}

.album-counter:not(.album-counter-hidden) {
  opacity: 0.95;
}

.auth-notice {
  background: rgba(120,157,42,0.1);
  border-radius: 0.5rem;
  border: 1px solid rgba(120,157,42,0.3);
  margin-bottom: 1rem;
  padding: 0.75rem;
}

.auth-notice-text {
  color: #789d2a;
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: center;
}

.avatar-loading {
  opacity: 0.2;
  transition: opacity 180ms ease-in-out;
}

.avatar-preview {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.avatar-preview-uploaded {
  border-radius: 0.5rem;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.banned-words-list {
  margin-top: 0.625rem;
  max-height: 12.5rem;
  overflow-y: auto;
}

.block {
  display: block !important;
}

.char-counter {
  color: #9aa;
  display: block;
  font-size: 0.8rem;
  text-align: right;
}

.clipboard-helper {
  left: -9999px;
  position: fixed;
}

.content-wrapper {
  box-sizing: border-box;
  margin: 1.5rem auto 0;
  max-width: 73rem;
  padding: 0 1rem 10rem;
  width: 100%;
}







.current-file-title {
  color: #e6e6e6;
  font-weight: 600;
}

.cursor-pointer {
  cursor: pointer;
}

.desc-placeholder {
  color: #4d4d4d;
  flex: 1;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.5rem;
  max-width: 100%;
  min-width: 0;
  overflow-wrap: break-word;
  text-align: left;
  word-break: break-word;
  word-wrap: break-word;
}

.desc-text {
  color: #828282;
  flex: 1;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.5rem;
  max-width: 100%;
  min-width: 0;
  overflow-wrap: break-word;
  text-align: left;
  word-break: break-word;
  word-wrap: break-word;
}

.drop-sub-text {
  color: #999;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}









.edit-icon {
  flex-shrink: 0;
}



.edit-placeholder {
  color: #4d4d4d;
  flex: 1;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 2.73125rem;
  max-width: 100%;
  min-width: 0;
  overflow-wrap: break-word;
  text-align: left;
  word-break: break-word;
  word-wrap: break-word;
}

.edit-row {
  align-items: center;
  align-self: flex-start;
  box-sizing: border-box;
  display: flex;
  gap: 0.75rem;
  max-width: 100%;
  width: 100%;
}

.edit-text {
  color: #ebebeb;
  flex: 1;
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 2.73125rem;
  max-width: 100%;
  min-width: 0;
  overflow-wrap: break-word;
  text-align: left;
  word-break: break-word;
  word-wrap: break-word;
}







.emote-ac {
  background: #1a1a1a;
  border-radius: 0.5rem;
  border: 1px solid #333;
  display: none;
  flex-direction: column;
  max-height: 14rem;
  overflow-y: auto;
  position: fixed;
  z-index: 9000;
}

.emote-ac-item {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 0.5rem;
  padding: 0.35rem 0.625rem;
}

.emote-ac-item img {
  flex-shrink: 0;
  height: 1.5rem;
  width: auto;
}

.emote-ac-item span {
  color: #ccc;
  font-size: 0.9375rem;
}

.emote-ac-item.active, .emote-ac-item:hover {
  background: #2a2a2a;
}

.emote-btn {
  align-items: center;
  background: none;
  border-radius: 0.375rem;
  border: none;
  color: #888;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  padding: 0.3rem;
  transition: color 0.15s ease;
}

.emote-btn:hover {
  color: #789d2a;
}

.emote-inline {
  display: inline-block;
  height: 28px;
  max-height: 60px;
  max-width: 180px;
  vertical-align: middle;
  width: auto;
}

.emote-picker {
  background: #1a1a1a;
  border-radius: 0.5rem;
  border: 1px solid #333;
  display: none;
  flex-direction: column;
  gap: 0.5rem;
  max-height: 22rem;
  padding: 0.625rem;
  position: fixed;
  width: 18rem;
  z-index: 9001;
}

.emote-picker-grid {
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  overflow-y: auto;
  padding: 0.125rem;
}

.emote-picker-item {
  align-items: center;
  background: none;
  border-radius: 0.25rem;
  border: none;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  padding: 0.25rem;
  transition: background 0.1s ease;
}

.emote-picker-item img {
  display: block;
  height: 32px;
  max-height: 32px;
  max-width: 96px;
  object-fit: contain;
  width: auto;
}

.emote-picker-item.just-added {
  background: rgba(120,157,42,0.25);
}

.emote-picker-item.just-added, .emote-picker-item:hover {
  background: #2e2e2e;
}

.emote-picker-search {
  background: #262626;
  border-radius: 0.375rem;
  border: 1px solid #333;
  box-sizing: border-box;
  color: #fff;
  font-family: inherit;
  font-size: 0.9375rem;
  outline: none;
  padding: 0.4rem 0.625rem;
  width: 100%;
}

.emote-picker-search:focus {
  border-color: #789d2a;
}





.file-count-danger {
  color: #ff6b6b;
}

.file-count-indicator {
  color: #789d2a;
  display: none;
  font-size: 0.875rem;
}

.file-count-success {
  color: #789d2a;
}

.file-stats {
  align-items: center;
  align-self: flex-start;
  color: #696969;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0.625rem;
  max-width: 60rem;
  width: 100%;
}



.flex {
  display: flex !important;
}











.hashtag {
  color: var(--accent);
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
}

.hashtag-ac-count {
  color: #666;
  font-size: 0.82em;
}

.hashtag-ac-dropdown {
  background: var(--card-bg,#262626);
  border-radius: 6px;
  border: 1px solid rgba(120,157,42,0.35);
  overflow: hidden;
}

.hashtag-ac-item {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 0.9em;
  gap: 8px;
  justify-content: space-between;
  padding: 7px 12px;
}

.hashtag-ac-item:hover {
  background: rgba(120,157,42,0.1);
}

.hashtag-ac-tag {
  color: var(--accent);
  font-weight: 500;
}

.hashtag:hover {
  text-decoration: underline;
}

.hidden {
  display: none !important;
}



.loading-placeholder {
  color: #666;
  padding: 2.5rem 1.25rem;
  text-align: center;
}





.mb-16 {
  margin-bottom: 1rem;
}

.mb-20 {
  margin-bottom: 1.25rem;
}

.menu-icon {
  height: auto;
  max-height: 1.25rem;
  max-width: 1.25rem;
  width: auto;
}

.modal-content-narrow {
  max-width: 20rem !important;
  min-width: 20rem !important;
  width: 20rem !important;
}

.mt-15 {
  margin-top: 0.9375rem;
}

.mt-16 {
  margin-top: 1rem;
}

.mt-8 {
  margin-top: 0.5rem;
}

.no-decoration {
  text-decoration: none;
}





.preview-content {
  align-items: stretch;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 0 auto;
  max-width: 100%;
  overflow-x: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}



.preview-wrapper {
  align-items: stretch;
  contain: layout;
  display: flex;
  justify-content: center;
  max-width: 100%;
  min-height: calc(100vh - 5rem);
  padding: 0;
  position: relative;
  width: 100%;
}

.profile-title {
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.save-btn {
  align-items: center;
  background: #4caf50;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  display: none;
  flex-shrink: 0;
  height: 2.5rem;
  justify-content: center;
  width: 2.5rem;
}













.search-overlay {
  background: rgba(0,0,0,0);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
}





















.search-results-list {
  max-height: 60vh;
  overflow: auto;
  padding: 0.375rem 0;
}









.session-count {
  color: #999;
  font-size: 0.9rem;
  font-weight: 600;
}

.sessions-detail {
  flex: 1;
  overflow-y: auto;
  padding: 1rem;
}

.setting-desc {
  margin-top: 0.25rem;
}

.settings-grid {
  margin-bottom: 1.25rem;
}

.seven-tv-painted {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  flex: 0 0 auto;
  max-width: 100%;
  width: fit-content;
}



















.stat-img {
  display: block;
  height: 1.5rem;
  object-fit: contain;
  width: 1.5rem;
}













.stat-value-accent {
  color: #789d2a;
}



.support-link {
  color: #789d2a;
  text-decoration: underline;
}



.tag-filter-clear {
  cursor: pointer;
  margin-left: 2px;
  opacity: 0.7;
}

.tag-filter-clear:hover {
  opacity: 1;
}

.tag-filter-header {
  align-items: center;
  background: rgba(120,157,42,0.08);
  border-radius: 8px;
  border: 1px solid rgba(120,157,42,0.3);
  color: var(--accent);
  display: inline-flex;
  font-size: 0.95em;
  gap: 8px;
  margin-bottom: 12px;
  padding: 6px 12px;
}

.tag-filter-header.hidden {
  display: none;
}



.text-muted {
  color: var(--muted);
}

.textarea-wrap {
  display: block;
  position: relative;
}

.textarea-wrap .char-counter {
  background: rgba(24,24,24,0.75);
  border-radius: 4px;
  bottom: 8px;
  font-size: 0.75rem;
  margin: 0;
  padding: 1px 5px;
  pointer-events: none;
  position: absolute;
  right: 10px;
}



.warning-text {
  color: #ff6b6b;
  font-size: 0.9375rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}