.tlog-tabs-wrap { max-width: 1200px; margin: 0 auto; padding: 8px 6px 36px; }
.tlog-header { display:flex; justify-content:space-between; align-items:center; margin-bottom:8px; }
.tlog-header .brand { font-weight:800; font-size:24px; letter-spacing:0.2px; color:#e5e7eb; }
.switches { display:flex; gap:8px; }

.tlog-btn {
  border-radius: 999px; padding: 8px 14px; font-size: 16px;
  border: 1px solid #4b5563; background: linear-gradient(135deg, #2563eb, #22c55e);
  color: #fff; cursor: pointer;
}
.tlog-btn.tab-btn { background: #020617; color:#e5e7eb; }
.tlog-btn.tab-btn.active { outline:2px solid rgba(59,130,246,.55); }

.tlog-panels { position: relative; }

/* 모바일 페이지 여백 */
@media (max-width: 640px){
  .tlog-tabs-wrap { padding: 6px 4px 32px; }
}
