/* ── OUTER WRAP ── */
#lbd-wrap {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

/* ── PROFILE SIDE ── */
#lbd-profile-side {
  width: 155px;
  flex-shrink: 0;
  border-right: 1px solid #1a1a1a;
  padding-right: 14px;
}

#lbd-avatar {
  width: 80px;
  height: 80px;
  display: block;
  margin: 0 auto 10px auto;
  object-fit: cover;
  border-top: 1px solid #444444;
  border-left: 1px solid #444444;
  border-right: 1px solid #111111;
  border-bottom: 1px solid #111111;
  background: #0d0d0d;
}

#lbd-avatar-placeholder {
  width: 80px;
  height: 80px;
  display: block;
  margin: 0 auto 10px auto;
  background: #0d0d0d;
  border-top: 1px solid #444444;
  border-left: 1px solid #444444;
  border-right: 1px solid #111111;
  border-bottom: 1px solid #111111;
}

#lbd-user-block {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #1a1a1a;
  margin-bottom: 8px;
}

#lbd-userlink {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #cc4444;
  text-decoration: none;
  display: block;
}

#lbd-userlink:hover { color: #ff6666; }

#lbd-user-sub {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  color: #444444;
  margin-top: 3px;
}

/* ── STAT BOX ── */
#lbd-statbox { margin-bottom: 10px; }

.lbd-stat-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 4px 0;
  border-bottom: 1px solid #151515;
  gap: 6px;
}

.lbd-stat-row:last-child { border-bottom: none; }

.lbd-stat-row > span {
  font-family: Verdana, Arial, sans-serif;
  font-size: 7px;
  color: #664444;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  flex-shrink: 0;
  padding-top: 1px;
}

.lbd-stat-row > b {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  color: #aaaaaa;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ── PROFILE LINKS ── */
#lbd-links {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 8px;
}

.lbd-link-btn {
  display: block;
  font-family: Verdana, Arial, sans-serif;
  font-size: 8px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 4px 6px;
  color: #555555;
  background: linear-gradient(to bottom, #191919, #0d0d0d);
  border-top: 1px solid #2a2a2a;
  border-left: 1px solid #2a2a2a;
  border-right: 1px solid #050505;
  border-bottom: 1px solid #050505;
}

.lbd-link-btn:hover { color: #cc8888; }

/* ── MAIN AREA ── */
#lbd-main-area {
  flex: 1;
  min-width: 0;
}

/* ── TABS ── */
#lbd-tabs {
  display: flex;
  gap: 4px;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #1a1a1a;
}

.lbd-tab {
  font-family: Verdana, Arial, sans-serif;
  font-size: 8px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 3px 9px;
  cursor: pointer;
  color: #444444;
  background: linear-gradient(to bottom, #1a1a1a, #0d0d0d);
  border-top: 1px solid #2a2a2a;
  border-left: 1px solid #2a2a2a;
  border-right: 1px solid #050505;
  border-bottom: 1px solid #050505;
}

.lbd-tab:hover { color: #888888; }

.lbd-tab.active {
  color: #cc8888;
  background: linear-gradient(to bottom, #2a0000, #1a0000);
  border-top-color: #664444;
  border-left-color: #664444;
  border-right-color: #220000;
  border-bottom-color: #220000;
}

/* ── DIARY ROWS ── */
.lbd-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  border-bottom: 1px solid #151515;
}

.lbd-row:last-child { border-bottom: none; }

.lbd-poster {
  width: 42px;
  height: 63px;
  flex-shrink: 0;
  object-fit: cover;
  background: #0d0d0d;
  border-top: 1px solid #444444;
  border-left: 1px solid #444444;
  border-right: 1px solid #111111;
  border-bottom: 1px solid #111111;
  display: block;
}

.lbd-main { flex: 1; min-width: 0; }

.lbd-title {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lbd-title a { color: #ffffff; text-decoration: none; }
.lbd-title a:hover { color: #cc4444; }

.lbd-meta {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  color: #555555;
  margin-top: 2px;
}

.lbd-rating {
  font-size: 10px;
  color: #cc8888;
  margin-top: 3px;
  letter-spacing: 1px;
}

/* ── REVIEW ROWS ── */
.lbd-review-row {
  padding: 8px 0;
  border-bottom: 1px solid #151515;
}

.lbd-review-row:last-child { border-bottom: none; }

.lbd-review-header {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 7px;
}

.lbd-review-poster {
  width: 36px;
  height: 54px;
  flex-shrink: 0;
  object-fit: cover;
  background: #0d0d0d;
  border-top: 1px solid #444444;
  border-left: 1px solid #444444;
  border-right: 1px solid #111111;
  border-bottom: 1px solid #111111;
  display: block;
}

.lbd-review-text {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #888888;
  line-height: 1.6;
  border-left: 2px solid #330000;
  padding-left: 8px;
  font-style: italic;
}

/* ── WATCHLIST TAB ── */
.lbd-watchlist-wrap {
  padding: 10px 0;
}

.lbd-watchlist-msg {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #555555;
  margin-bottom: 12px;
  line-height: 1.5;
}

.lbd-watchlist-links {
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-width: 200px;
}

.lbd-watch-btn {
  display: block;
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  letter-spacing: 0.5px;
  text-decoration: none;
  padding: 6px 10px;
  color: #664444;
  background: linear-gradient(to bottom, #1a0000, #0d0000);
  border-top: 1px solid #440000;
  border-left: 1px solid #440000;
  border-right: 1px solid #0d0000;
  border-bottom: 1px solid #0d0000;
}

.lbd-watch-btn:hover { color: #cc8888; }

/* ── EMPTY ── */
.lbd-empty {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  color: #443333;
  padding: 8px 0;
}