.profile-avatar-mini {
  width: 3rem;
  height: 3rem;
  min-width: 3rem;
  min-height: 3rem;
  flex: 0 0 3rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #d9dde1;
  color: #fff;
  font-weight: 700;
  overflow: hidden;
}
.profile-avatar-mini img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.profile-name-mini {
  font-weight: 600;
}
.profile-handle-mini {
  color: #71767b;
}

.post-prompt {
  width: 100%;
  border: 1px solid #cc0000;
  padding: 1rem 1.25rem;
  background: #cc0000;
  color: #fff;
}

.post-prompt:hover {
  background: #e00000;
  border-color: #e00000;
}

.composer-shell {
  padding: 0.85rem 1.25rem;
}

.composer-divider {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#howlInput textarea {
  width: 100%;
  padding: 0.25rem 0;
  border: none;
  border-radius: 0;


  resize: none;
  background: transparent;
  color: #e7e9ea;
  font-size: 1.8rem;
}

#howlInput textarea:focus {
  outline: none;
}

#howlInput textarea::placeholder {
  color: #71767b;
}

.composer-tools {
  color: #8f959b;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

#howlInput button {
  align-self: flex-end;
  background-color: #cc0000;
  border: 1px solid #cc0000;
  color: #fff;

  padding: 0.7rem 1.1rem;
  cursor: pointer;
}

#howlInput button:hover {
  background: #e00000;
  border-color: #e00000;
}

#howlList,
#profileHowlList {
  width: 100%;
}

.howl {
  padding: 1rem 1.25rem;
  border-color: #2f3336 !important;
}

.howl .user {
  font-weight: 600;
}

.howl-avatar-link:hover {
  text-decoration: none;
}

.howl-author-name {
  color: #e7e9ea;
}

.howl-author-name:hover,
.howl-author-handle:hover {
  text-decoration: underline;
}

.howl-author-handle {
  color: #71767b;
  margin-left: 0.35rem;
}

.howl-meta {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.45rem;

  flex-wrap: wrap;
}

.howl .content {
  margin-bottom: 0.8rem;
  color: #e7e9ea;
}

.howl .timestamp {
  color: #71767b;
  font-size: 0.85rem;
}

.howl .actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.9rem;
}

.howl .actions a {
  color: #71767b;
  transition: color 0.2s ease;
}

.howl .actions a:hover {
  color: #e7e9ea;
  text-decoration: none;
}

.sidebar-card {
  margin-top: 1rem;
  padding: 1.2rem 1.25rem;
  border: 1px solid #2f3336;
  border-radius: 1.5rem;
  background: #171717;
}

.sidebar-card h2 {
  margin: 0 0 0.9rem;
  font-size: 1.5rem;
  font-weight: 700;

  text-align: center;
}

.sidebar-card p,
.trend-meta {
  color: #71767b;
  text-align: center;
}

.search-card {
  position: relative;
  margin: 0.35rem 0 1.15rem;
  padding: 0 0.35rem;
}

.home-sidebar-section + .home-sidebar-section {
  margin-top: 1rem;

  padding-top: 1rem;
  border-top: 1px solid #2f3336;
}

.premium-panel {
  padding: 0 0.35rem;
}

.premium-panel h2 {
  margin: 0 0 0.9rem;

  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}

.premium-panel p {
  color: #71767b;
  text-align: center;
}

.search-input {
  width: 100%;
  padding: 1rem 1.2rem;
  border: 1px solid #2f3336;
  border-radius: 999px;
  background: #121212;
  color: #e7e9ea;
  font-size: 1rem;
}

.home-search-mobile {
  padding: 1rem 1.25rem 0;
}

.search-dropdown {
  margin-top: 0.9rem;
  padding-top: 0.9rem;
  border-top: 1px solid #2f3336;
}

.search-results-state {
  color: #71767b;
  font-size: 0.95rem;
  line-height: 1.45;
  text-align: left;
}

.search-results-list {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-top: 0.25rem;
}

.search-result-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.55rem 0;
}
.search-result-item:hover {
  text-decoration: none;
}
.search-result-copy {
  min-width: 0;
}

.search-result-name {
  font-weight: 600;
  color: #e7e9ea;
  margin-bottom: 0.1rem;
}
.search-result-handle {
  color: #71767b;
  font-size: 0.9rem;
}

.sidebar-btn {
  border: 1px solid #cc0000;
  padding: 0.8rem 1.2rem;
  background: #cc0000;
  color: #fff;
  display: block;
  margin: 0.75rem auto 0;
}

.sidebar-btn:hover {
  background: #e00000;
  border-color: #e00000;
}

#followButton {
  border: 1px solid #cc0000;
  padding: 0.8rem 1.2rem;
  background: #cc0000;
  color: #fff;
  border-radius: 2px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.2s ease;
  cursor: pointer;
}

#followButton:hover {
  background: #e00000;
  border-color: #e00000;
}

.trend-item + .trend-item {
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  border-top: 1px solid #2f3336;
}

.trend-title {
  font-weight: 600;
  color: #e7e9ea;
}

nav.container,
.simple-panel {
  background: #171717;
  color: #e7e9ea;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid #2f3336;
}

nav.container ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

nav.container ul li {
  padding: 10px 5px;
  border-bottom: 1px solid #2f3336;
}

nav.container ul li:last-of-type {
  border-bottom: none;
}

.simple-panel h1,
.simple-panel h2 {
  margin-top: 0;
}

.simple-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.auth-name-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.simple-form input,
.simple-panel button {
  width: 100%;
  padding: 10px;
  border: 1px solid #2f3336;
  border-radius: 10px;
  background: #121212;
  color: #e7e9ea;
}

.simple-panel button,
.simple-form button {
  border: 1px solid #cc0000;
  background: #cc0000;
  color: #fff;
}

.simple-panel button:hover,
.simple-form button:hover {
  background: #e00000;
  border-color: #e00000;
}

#authMessage {
  min-height: 1.5rem;
  margin: 0 0 1rem;
  color: #ff7d7d;
  font-weight: 600;
}
