.teamLogsPage{width:100%;margin:0 auto}.teamLogsToolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:var(--space-5);margin-bottom:var(--space-7)}.teamLogsTabs{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-1);border:.5px solid var(--line2);border-radius:12px;background:none}.teamLogsTab{height:32px;padding:0 var(--space-6);border-radius:10px;color:var(--muted);font-size:var(--text-sm);font-weight:var(--weight-semibold);white-space:nowrap;transition:background var(--motion-quick) ease,color var(--motion-quick) ease}.teamLogsTab:hover{color:var(--ink)}.teamLogsTab.active{background:var(--primary);color:#fff}.teamLogsFilters{display:inline-flex;align-items:center;gap:var(--space-3);flex-wrap:wrap}.teamLogsChip{height:28px;padding:0 var(--space-5);border:.5px solid var(--line2);border-radius:10px;background:none;color:var(--muted);font-size:var(--text-xs);font-weight:var(--weight-semibold);white-space:nowrap;transition:background var(--motion-quick) ease,border-color var(--motion-quick) ease,color var(--motion-quick) ease}.teamLogsChip:hover{border-color:#d8d8cf;color:var(--ink)}.teamLogsChip.active{border-color:var(--primary);background:var(--primary);color:#fff}.teamLogsList{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--space-3)}.teamLogsRow{border:0;border-top:.5px solid var(--line);border-radius:0;background:none;transition:background var(--motion-quick) ease}.teamLogsList>.teamLogsRow:first-child{border-top:0}.teamLogsRow:hover{background:var(--primary-softer)}.teamLogsRowButton{width:100%;display:flex;align-items:flex-start;gap:var(--space-5);padding:var(--space-5) var(--space-6);text-align:left}.teamLogsRowBody{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:var(--space-2)}.teamLogsRowHead{display:flex;align-items:baseline;justify-content:space-between;gap:var(--space-5)}.teamLogsRowTitle{font-size:var(--text-base);font-weight:var(--weight-semibold);color:var(--ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.teamLogsRowTime{flex:0 0 auto;font-size:var(--text-xs);color:var(--faint)}.teamLogsRowMeta{display:flex;align-items:baseline;gap:var(--space-4);min-width:0}.teamLogsRowStatus{flex:0 0 auto;font-size:var(--text-2xs);font-weight:var(--weight-semibold);color:var(--faint)}.teamLogsRowStatus.tone-ok{color:var(--green)}.teamLogsRowStatus.tone-failed{color:var(--red)}.teamLogsRowPreview{min-width:0;font-size:var(--text-sm);line-height:var(--leading-normal);color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.teamLogsRowPreview.muted{color:var(--faint);font-style:italic}.teamLogsDot{flex:0 0 auto;width:8px;height:8px;margin-top:7px;border-radius:999px;background:var(--faint)}.teamLogsDot.tone-ok{background:var(--green)}.teamLogsDot.tone-failed{background:var(--red)}.teamLogsEmpty{text-align:center}.teamLogsNotice{justify-content:space-between;flex-wrap:wrap}.teamLogsNotice,.teamLogsPager{display:flex;align-items:center;gap:var(--space-6)}.teamLogsPager{justify-content:center;margin-top:var(--space-7)}.teamLogsDetailCard{width:min(100%,620px)}.teamLogsDetailHead{display:flex;flex-direction:column;gap:var(--space-3);margin-bottom:var(--space-6);padding-right:var(--space-9)}.teamLogsDetailHead h2{margin:0;font-size:var(--text-lg);font-weight:var(--weight-semibold);color:var(--ink)}.teamLogsDetailStatus{display:inline-flex;align-items:center;gap:var(--space-3);font-size:var(--text-2xs);font-weight:var(--weight-bold);color:var(--faint)}.teamLogsDetailStatus.tone-ok{color:var(--green)}.teamLogsDetailStatus.tone-failed{color:var(--red)}.teamLogsDetailStatus .teamLogsDot{margin-top:0}.teamLogsDetailWhen{margin:0;font-size:var(--text-sm);color:var(--muted)}.teamLogsDetailWhy{display:flex;align-items:flex-start;gap:var(--space-4);margin-bottom:var(--space-6);padding:var(--space-5) var(--space-6);border:.5px solid rgba(138,82,0,.28);border-radius:12px;background:var(--gold-soft);color:var(--gold);font-size:var(--text-sm);line-height:var(--leading-normal)}.teamLogsDetailWhy svg{width:16px;height:16px;flex:0 0 auto;margin-top:2px}.teamLogsDetailBlock{display:flex;flex-direction:column;max-height:46vh;overflow-y:auto}.teamLogsDetailBody{font-size:var(--text-sm);line-height:var(--leading-relaxed);color:var(--muted)}.teamLogsDetailBody.muted{margin:0;color:var(--faint);font-style:italic}.teamLogsDetailActions{justify-content:flex-end}.teamLogsDetailActions .btnGhost{text-decoration:none}@media (max-width:640px){.teamLogsToolbar{align-items:stretch;flex-direction:column}.teamLogsRowHead{flex-direction:column;align-items:flex-start;gap:var(--space-1)}.teamLogsRowTitle{white-space:normal}.teamLogsRowMeta{flex-direction:column;align-items:flex-start;gap:var(--space-2)}.teamLogsRowPreview{white-space:normal}}