.timeline-root{width:100%;max-width:8636px;height:968px;min-height:968px;color:var(--foreground);display:flex}.timeline-column{width:298px;min-width:298px;height:968px;color:var(--foreground);flex-direction:column;display:flex;overflow:hidden}.timeline-header{z-index:1;border-right:1px solid var(--border);background:var(--background);flex-shrink:0;padding:24px 0 15px;position:sticky;top:0}.timeline-column-first .timeline-header{border-left:1px solid var(--border)}.timeline-date{color:var(--foreground);flex-direction:column;justify-content:center;align-items:center;display:flex}.timeline-date-short{letter-spacing:-.003px;color:var(--foreground);font-size:15px;font-weight:600;line-height:28px}.timeline-date-year{letter-spacing:-.003px;color:var(--muted-foreground);font-size:12px;font-weight:600;line-height:14px}.timeline-content{border-right:1px solid var(--border);flex:1;grid-template-columns:1fr;grid-auto-rows:minmax(185px,auto);align-content:start;gap:4px;min-height:0;padding:2px 2px 70px 8px;display:grid;overflow-y:auto}.timeline-column-first .timeline-content{border-left:1px solid var(--border)}.timeline-card{border-radius:12px;flex-direction:column;padding:12px;display:flex;overflow:hidden}.timeline-card:has(.timeline-card-media){min-height:290px}.timeline-card-has-stacked{overflow:visible}.timeline-card-small{grid-column:span 1;min-height:146px}.timeline-card-medium{min-height:161px}.timeline-card-large{grid-row:span 2}.timeline-card-title{letter-spacing:-.003px;margin-bottom:4px;font-size:16px;font-weight:500;line-height:28px}.timeline-card-date{letter-spacing:-.003px;font-size:13px;font-weight:500;line-height:28px}.timeline-card-quote{letter-spacing:-.003px;flex-direction:column;flex:1;justify-content:center;font-size:24px;font-weight:500;line-height:28.8px;display:flex}.timeline-card-media{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;height:230px;margin-top:16px;display:flex;overflow:hidden}.timeline-card-media-stacked{background:0 0;overflow:visible}.timeline-card-media-shadow{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.timeline-card-placeholder{flex-wrap:wrap;justify-content:center;align-items:center;gap:4px;width:100%;height:100%;min-height:230px;display:flex}.timeline-card-placeholder-item{opacity:.3;background:currentColor;border-radius:4px;width:80px;height:80px}.timeline-card-image-wrapper{border-radius:8px;width:100%;height:100%;position:relative;overflow:hidden}.timeline-card-image-wrapper-stacked{background:0 0;justify-content:center;align-items:center;display:flex;overflow:visible}.timeline-card-image{object-fit:cover;border-radius:8px;width:100%;height:100%;display:block}.stacked-images{width:100%;height:100%;position:relative}.stacked-images-stack{filter:drop-shadow(0 4px 12px #00000014)drop-shadow(0 2px 4px #0000000a);padding:24px 0 0 24px}.stacked-images-card.stacked-images-stack{width:88%;height:88%;margin:auto}.stacked-images-layer{border:2px solid var(--border);border-radius:10px;position:absolute;inset:0;overflow:hidden;box-shadow:0 1px 3px #0000000f}.stacked-images-img{object-fit:cover;border-radius:8px;width:100%;height:100%}.stacked-images-card{height:230px;min-height:230px}.stacked-images-full{min-height:300px}.stacked-images-popover{min-height:200px}.timeline-card-blue{color:#405d7d;background:#d5eaff}.timeline-card-yellow{color:#854d0e;background:#fef9c3}.timeline-card-purple{color:#6b21a8;background:#f3e8ff}.timeline-card-green{color:#404843;background:#dcfce7}.timeline-card-red{color:#991b1b;background:#fee2e2}.timeline-card-orange{color:#9a3412;background:#ffedd5}.timeline-card-pink{color:#be185d;background:#fce7f3}.dark .timeline-card-blue{color:#93c5fd;background:#1e3a5f}.dark .timeline-card-yellow{color:#fde047;background:#453415}.dark .timeline-card-purple{color:#d8b4fe;background:#3b185f}.dark .timeline-card-green{color:#86efac;background:#163726}.dark .timeline-card-red{color:#fca5a5;background:#451212}.dark .timeline-card-orange{color:#fdba74;background:#45200c}.dark .timeline-card-pink{color:#fbcfe8;background:#4c122d}.timeline-card-gray{color:var(--muted-foreground);background:var(--muted)}.timeline-card-gray-no-bg{color:var(--muted-foreground);background:0 0}.timeline-card-dark{color:var(--foreground);background:var(--secondary);border:1px solid var(--border)}.timeline-card{transition:transform .2s,box-shadow .2s}.timeline-card:hover{transform:translateY(-1px)}.timeline-card:hover.timeline-card-shadow{box-shadow:0 8px 12px -2px #00000026,0 4px 6px -3px #0000001a}.timeline-card-clickable{cursor:pointer}.timeline-calendar-wrapper{width:100%;display:flex}.timeline-detail-panel{background:var(--background);border-left:1px solid var(--border);z-index:100;flex-direction:column;width:400px;max-width:100vw;animation:.22s cubic-bezier(.25,.46,.45,.94) forwards timeline-detail-panel-in;display:flex;position:fixed;top:0;bottom:0;right:0;overflow:hidden}@keyframes timeline-detail-panel-in{0%{opacity:0;transform:translate(8px)}to{opacity:1;transform:translate(0)}}.timeline-detail-panel-inner{flex-direction:column;height:100%;padding:16px 20px 24px;display:flex;overflow-y:auto}.timeline-detail-panel-header{justify-content:flex-end;margin-bottom:12px;display:flex}.timeline-detail-panel-close{width:28px;height:28px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:background .1s,color .1s;display:flex}.timeline-detail-panel-close:hover{background:var(--accent);color:var(--foreground)}.timeline-detail-panel-title{color:var(--foreground);letter-spacing:-.003px;margin:0;font-size:18px;font-weight:600;line-height:1.3}.timeline-detail-panel-date{color:var(--muted-foreground);letter-spacing:-.003px;margin-top:4px;font-size:13px;font-weight:500}.timeline-detail-panel-images{background:var(--muted);aspect-ratio:4/3;border-radius:10px;flex-shrink:0;min-height:0;margin-top:16px;overflow:hidden}.timeline-detail-panel-image,.timeline-detail-panel-carousel-image{width:100%;height:100%;min-height:0;position:relative}.timeline-detail-panel-carousel{align-items:center;gap:8px;width:100%;height:100%;display:flex}.timeline-detail-panel-nav{background:var(--accent);width:28px;height:28px;color:var(--muted-foreground);cursor:pointer;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;transition:background .1s,color .1s;display:flex}.timeline-detail-panel-nav:hover{background:var(--secondary);color:var(--foreground)}.timeline-detail-panel-carousel-image{flex:1;min-width:0}.timeline-detail-panel-image-img{object-fit:cover;border-radius:10px;width:100%;height:100%}.timeline-detail-panel-description{flex-direction:column;flex:1;min-height:0;margin-top:20px;display:flex}.timeline-detail-panel-description-label{letter-spacing:.06em;text-transform:uppercase;color:var(--muted-foreground);margin:0 0 8px;font-size:11px;font-weight:500}.timeline-detail-panel-description-text,.timeline-detail-panel-description-empty{color:var(--foreground);margin:0;font-size:13px;font-weight:400;line-height:1.5}.timeline-detail-panel-description-empty{color:var(--muted-foreground)}.timeline-detail-panel-markdown{font-size:13px;line-height:1.5}.timeline-detail-panel-markdown p{margin:0 0 .75em}.timeline-detail-panel-markdown p:last-child{margin-bottom:0}.timeline-detail-panel-markdown h1,.timeline-detail-panel-markdown h2,.timeline-detail-panel-markdown h3{margin:1em 0 .5em;font-size:14px;font-weight:600}.timeline-detail-panel-markdown ul,.timeline-detail-panel-markdown ol{margin:0 0 .75em;padding-left:1.25em}.timeline-detail-panel-footer{border-top:1px solid var(--border);flex-direction:column;gap:8px;margin-top:20px;padding-top:16px;display:flex}.timeline-detail-panel-action{color:var(--muted-foreground);background:0 0;border-radius:6px;align-items:center;gap:6px;width:fit-content;padding:6px 10px;font-size:13px;font-weight:500;text-decoration:none;transition:color .1s,background .1s;display:inline-flex}.timeline-detail-panel-action:hover{color:var(--foreground);background:var(--accent)}
.timeline-group-switcher{z-index:40;pointer-events:none;justify-content:center;align-items:center;display:flex;position:fixed;bottom:40px;left:50%;transform:translate(-50%)}.timeline-group-switcher-track{pointer-events:auto;-webkit-backdrop-filter:blur(20px)saturate(180%);background:#ffffff40;border:1px solid #fff6;border-radius:9999px;align-items:center;padding:4px;display:flex;position:relative;box-shadow:0 4px 24px #0000000f,0 1px 2px #0000000a,inset 0 1px #ffffff80}.dark .timeline-group-switcher-track{border:1px solid var(--border);background:#00000059;box-shadow:0 4px 24px #0003,0 1px 2px #0000001a,inset 0 1px #ffffff0f}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.timeline-group-switcher-track{background:#ffffffeb}.dark .timeline-group-switcher-track{background:#1f2121f2}}.timeline-group-switcher-indicator{pointer-events:none;background:#ffffffd9;border-radius:9999px;width:calc(33.3333% - 2.66667px);height:calc(100% - 8px);transition:transform .35s cubic-bezier(.34,1.56,.64,1);position:absolute;top:4px;left:4px;box-shadow:0 2px 8px #00000014,0 1px 2px #0000000a}.dark .timeline-group-switcher-indicator{background:#ffffff1f;box-shadow:0 2px 8px #0003}.timeline-group-switcher-tab{z-index:1;min-width:72px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:10px;flex:1;padding:10px 20px;font-size:14px;font-weight:500;transition:color .25s;position:relative}.timeline-group-switcher-tab:hover,.timeline-group-switcher-tab-active{color:var(--foreground)}
.theme-toggle{background:var(--accent);border:1px solid var(--border);border-radius:9999px;align-items:center;gap:2px;padding:4px;display:inline-flex}.theme-toggle-btn{width:32px;height:32px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:9999px;justify-content:center;align-items:center;transition:color .2s,background .2s;display:inline-flex}.theme-toggle-btn:hover{color:var(--foreground);background:var(--secondary)}.theme-toggle-btn[aria-pressed=true]{background:var(--background);color:var(--foreground);box-shadow:0 1px 2px #0000000f}.dark .theme-toggle-btn[aria-pressed=true]{box-shadow:0 1px 2px #0003}
.header-avatar-wrapper{align-items:center;display:flex;position:relative}.header-avatar-backdrop{z-index:50;opacity:0;pointer-events:none;-webkit-backdrop-filter:blur();backdrop-filter:blur();transition:opacity .3s,-webkit-backdrop-filter .3s,backdrop-filter .3s;position:fixed;inset:0}.header-avatar-wrapper:hover .header-avatar-backdrop{opacity:1;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.header-avatar-circle{z-index:51;border-radius:50%;width:28px;height:28px;transition:background-color .35s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden}.header-avatar-img{object-fit:cover;width:100%;height:100%;transition:opacity .35s cubic-bezier(.34,1.56,.64,1)}.header-avatar-wrapper:hover .header-avatar-circle{background-color:var(--muted-foreground)}.header-avatar-wrapper:hover .header-avatar-img{opacity:0}.header-avatar-popup{opacity:0;pointer-events:none;z-index:51;transform-origin:top;flex-direction:column;align-items:center;gap:8px;width:80px;transition:transform .4s cubic-bezier(.34,1.56,.64,1),opacity .3s;display:flex;position:absolute;top:calc(100% + 4px);left:50%;transform:translate(-50%)scale(.35)}.header-avatar-wrapper:hover .header-avatar-popup{opacity:1;transform:translate(-50%)scale(1)}.header-avatar-popup-img{object-fit:cover;border-radius:50%;width:80px;height:80px}.header-avatar-popup-text{color:var(--muted-foreground);text-align:center;white-space:nowrap;font-size:12px}
.user-profile-tray-root{background:var(--background);flex-direction:column;align-items:center;gap:8px;width:100%;padding:16px 24px 24px;display:flex}.user-profile-tray-header{justify-content:center;align-items:center;gap:12px;padding:0;display:flex}.user-profile-tray-name{color:var(--foreground);margin:0;font-size:28px;font-weight:400}.user-profile-tray-chevron{color:var(--muted-foreground);flex-shrink:0;transition:transform .5s cubic-bezier(.33,1,.68,1)}.user-profile-tray-chevron-up{transform:rotate(180deg)}.user-profile-tray-content-wrapper{max-height:0;transition:max-height .6s cubic-bezier(.33,1,.68,1);overflow:hidden}.user-profile-tray-content-wrapper.user-profile-tray-expanded{max-height:400px}.user-profile-tray-content-inner{overflow:hidden}.user-profile-tray-content-inner>*{opacity:0;transition:opacity .4s cubic-bezier(.33,1,.68,1) .1s,transform .4s cubic-bezier(.33,1,.68,1) .1s;transform:translateY(-6px)}.user-profile-tray-expanded .user-profile-tray-content-inner>*{opacity:1;transition-delay:80ms;transform:translateY(0)}.user-profile-tray-content-wrapper:not(.user-profile-tray-expanded) .user-profile-tray-content-inner>*{transition-delay:0s}.user-profile-tray-content-inner{flex-direction:column;align-items:center;max-width:478px;margin:0 auto;padding:0;display:flex}.user-profile-tray-subtitle{color:var(--muted-foreground);text-align:center;margin:0;font-size:13px;font-weight:400;line-height:1.4}.user-profile-tray-subtitle-text{color:var(--foreground)}.user-profile-tray-link{text-decoration-skip-ink:none;color:var(--foreground);font-weight:500;text-decoration:underline;transition:color .2s}.user-profile-tray-link:hover{color:var(--primary)}.user-profile-tray-link-toddle{color:#f04c54}.user-profile-tray-link-toddle:hover{color:#dc3840}.user-profile-tray-bio{color:var(--foreground);text-align:center;margin:0;font-size:13px;font-weight:400;line-height:1.4}.user-profile-tray-chevron-btn{cursor:pointer;color:var(--muted-foreground);background:0 0;border:none;justify-content:center;align-items:center;margin:0;padding:0;transition:color .2s;display:flex}.user-profile-tray-chevron-btn:hover{color:var(--foreground)}
