.tline-notice-widget {
  background: #343642;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 8px 10px;
  color: #eee;
  font-size: 13px;
  backdrop-filter: blur(10px);
  box-shadow: inset 0 0 0 1px rgba(122, 132, 255, 0.12), inset 0 0 8px rgba(122, 132, 255, 0.08);
  width: 100%;
  max-width: 100%;
}

.tline-notice-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.tline-badge {
  background: #ff3b30;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 6px;
  flex-shrink: 0;
}

.tline-viewport {
  flex: 1;
  height: 28px;
  overflow: hidden;
  position: relative;
}

.tline-list {
  list-style: none;
  margin: 0;
  padding: 0;
  transition: transform 0.35s ease;
}

.tline-item {
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tline-title {
  flex: 1;
  color: #e8eaff;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tline-title:hover { color: #7a84ff; }

.tline-meta {
  color: #62de76;
  font-size: 12px;
  font-weight: 600;
  margin-left: 8px;
}

.tline-controls {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex-shrink: 0;
}
.tline-btn {
  background: none;
  border: none;
  color: #aaa;
  font-size: 11px;
  cursor: pointer;
  line-height: 1;
}
.tline-btn:hover { color: #ffcd3c; }

.tline-empty {
  color: #b6bad3;
  text-align: center;
}
