:root{color-scheme:light;--tc-bg: #f4f6f4;--tc-selection: rgba(31, 122, 84, .25)}:root[data-theme=dark]{color-scheme:dark;--tc-bg: #0e1512;--tc-selection: rgba(69, 192, 138, .35)}@media (prefers-color-scheme: dark){:root:not([data-theme=light]){color-scheme:dark;--tc-bg: #0e1512;--tc-selection: rgba(69, 192, 138, .35)}}html,body,#root{height:100%}body{margin:0;background:var(--tc-bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.tc-hoverable{transition:box-shadow .2s ease,transform .2s ease}.tc-hoverable:hover{transform:translateY(-2px)}.tc-accent-bar{border-left:3px solid var(--tc-accent, #1f7a54)}::selection{background:var(--tc-selection)}.tc-scroll-x{scrollbar-width:thin}.tc-scroll-x::-webkit-scrollbar{height:8px}.tc-scroll-x::-webkit-scrollbar-track{background:transparent}.tc-scroll-x::-webkit-scrollbar-thumb{background:var(--tc-scrollbar-thumb, rgba(127, 127, 127, .4));border-radius:4px}.tc-filter-row{display:flex;flex-wrap:wrap;gap:12px}.tc-filter-item{width:200px;max-width:100%}@media (max-width: 576px){.tc-filter-item{width:100%}}.tc-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}@media (max-width: 480px){.tc-info-grid{grid-template-columns:1fr}}
