.tlh-root{--tlh-purple:#7c3aed;--tlh-gray:#aaa;--tlh-ink:#1a1a1a;font-family:var(--font-body);align-items:center;gap:12px;display:flex;position:relative}.tlh-root--bottom{flex-direction:column;align-items:stretch;gap:16px}.tlh-nav-row{justify-content:space-between;align-items:center;display:flex}.tlh-nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;color:#0000008c;background:#fff6;border:1px solid #0000001a;border-radius:50%;flex:none;justify-content:center;align-items:center;width:44px;height:44px;padding:0;font-family:inherit;transition:transform .2s,background .2s,box-shadow .2s,opacity .2s;display:flex;box-shadow:0 2px 8px #00000014}.tlh-nav-icon{display:block}.tlh-root--bottom .tlh-nav{width:31px;height:31px}.tlh-root--bottom .tlh-nav-icon{width:15px;height:15px}.tlh-nav:hover:not(:disabled){background:#ffffffa6;transform:scale(1.06);box-shadow:0 4px 14px #7c3aed2e}.tlh-nav:active:not(:disabled){transform:scale(.96)}.tlh-nav:focus-visible{outline:2px solid var(--tlh-purple);outline-offset:2px}.tlh-nav:disabled{opacity:.35;cursor:not-allowed;transform:none}.tlh-wrapper{flex:auto;min-width:0;position:relative;overflow:hidden}.tlh-scroll{scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:8px;overflow:auto hidden}.tlh-scroll::-webkit-scrollbar{display:none}.tlh-track{gap:0;min-width:max-content;padding:0 20px;display:flex;position:relative}.tlh-track:before{content:"";z-index:0;background:#7c3aed2e;height:2px;position:absolute;top:38px;left:30px;right:40px}.tlh-item{z-index:1;flex:0 0 200px;padding-top:62px;padding-right:12px;position:relative}.tlh-item:hover{z-index:10}.tlh-date{font-family:var(--font-body);color:var(--tlh-purple);letter-spacing:.06px;white-space:nowrap;font-size:14px;font-weight:500;transition:color .3s,font-weight .15s;position:absolute;top:0;left:0}.tlh-item:hover .tlh-date{font-weight:700}.tlh-dot{background:var(--tlh-purple);z-index:2;border-radius:50%;width:10px;height:10px;transition:transform .3s;position:absolute;top:34px;left:0}.tlh-item:hover .tlh-dot{transform:scale(1.25)}.tlh-title{font-family:var(--font-body);color:var(--tlh-gray);letter-spacing:-.15px;margin-bottom:28px;font-size:14px;font-weight:500;transition:color .3s}.tlh-item:hover .tlh-title{color:var(--tlh-purple)}.tlh-node{will-change:transform;background-color:#f4f4f5;background-position:50%;background-size:cover;border:1px solid #00000014;border-radius:4px;width:100%;height:133px;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1);overflow:hidden}.tlh-item:hover .tlh-node{z-index:10;transform:scale(1.3);box-shadow:0 6px 18px #7c3aed38}.tlh-desc{font-family:var(--font-body);color:var(--tlh-ink);text-align:center;margin-top:20px;font-size:14px;font-weight:500}
