body{background:#111;font-family:Inter,sans-serif;color:#fff;min-height:100dvh}.tl-navbar{background:#181818;border-bottom:1px solid #222;padding:.6rem 1.25rem}.tl-grid{display:grid;grid-template-columns:repeat(5,max-content);gap:1.25rem;padding:1.5rem;justify-content:center}@media (max-width: 900px){.tl-grid{grid-template-columns:repeat(4,max-content)}}@media (max-width: 600px){.tl-grid{grid-template-columns:repeat(3,max-content)}}.tl-tile{display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:pointer;user-select:none;-webkit-user-select:none;padding:.5rem;border-radius:12px;transition:background .15s}.tl-tile:hover{background:#1a1a1a}.tl-tile:active{background:#222}.tl-icon{width:68px;height:68px;border-radius:18px;background:#1e1e1e;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.tl-icon img{width:40px;height:40px;object-fit:contain}.tl-icon .tl-icon-fallback{font-size:1.5rem;font-weight:700;color:#fff}.tl-name{font-size:.7rem;color:#ccc;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:80px}.tl-empty{grid-column:1 / -1;text-align:center;color:#444;padding:4rem 0;font-size:.9rem}.tl-footer{text-align:center;padding:1.5rem 1rem 2rem;border-top:1px solid #1e1e1e}.form-control.bg-black{background-color:#000!important;color:#fff!important}.form-control.bg-black::placeholder{color:#555}.form-control.bg-black:focus{background-color:#000!important;color:#fff!important;border-color:#555;box-shadow:0 0 0 .2rem #ffffff0d}.tl-modal .modal-content{background:#1a1a1a;color:#fff;border:1px solid #333}.tl-modal .modal-header{border-bottom-color:#333}.tl-modal .modal-footer{border-top-color:#333}.tl-modal .btn-close{filter:invert(1)}
