.ts-wrapper{width:100%;box-sizing:border-box;padding:8px}.ts-container{display:flex;align-items:stretch;background:rgb(15 15 15 / .75);border:1px solid rgb(255 255 255 / .08);border-radius:20px;overflow:hidden;position:relative;box-shadow:0 16px 60px rgb(0 0 0 / .5);cursor:grab;user-select:none}.ts-container:active{cursor:grabbing}.ts-container--glass{backdrop-filter:blur(18px) saturate(150%);-webkit-backdrop-filter:blur(18px) saturate(150%)}.ts-left{position:relative;flex-shrink:0;overflow:hidden;width:300px;height:300px}.ts-left::before,.ts-left::after{content:'';position:absolute;left:0;right:0;height:28%;z-index:5;pointer-events:none}.ts-left::before{top:0;background:linear-gradient(to bottom,rgb(15 15 15 / .98) 0%,transparent 100%)}.ts-left::after{bottom:0;background:linear-gradient(to top,rgb(15 15 15 / .98) 0%,transparent 100%)}.ts-svg-connector{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:3;overflow:visible}.ts-connector{fill:none;stroke:rgb(255 255 255 / .22);stroke-width:1.5}.ts-persons-track{position:absolute;left:0;right:0;top:0;z-index:4;display:flex;flex-direction:column;transition:transform 0.7s cubic-bezier(.25,.46,.45,.94);will-change:transform}.ts-person{display:flex;align-items:center;gap:14px;flex-shrink:0;box-sizing:border-box;cursor:pointer;padding:0 16px 0 0;opacity:1;transition:opacity 0.7s cubic-bezier(.25,.46,.45,.94),padding-left 0.7s cubic-bezier(.25,.46,.45,.94)}.ts-person.is-near{opacity:1}.ts-person.is-active{opacity:1}.ts-avatar-wrap{flex-shrink:0;border-radius:50%;overflow:hidden;border:2px solid rgb(255 255 255 / .1);background:#1a1a1a;box-shadow:0 4px 14px rgb(0 0 0 / .5);width:44px;height:44px;min-width:44px;transition:width 0.7s cubic-bezier(.25,.46,.45,.94),height 0.7s cubic-bezier(.25,.46,.45,.94),min-width 0.7s cubic-bezier(.25,.46,.45,.94),border-color 0.7s ease,box-shadow 0.7s ease}.ts-person.is-near .ts-avatar-wrap{width:54px;height:54px;min-width:54px;border-color:rgb(255 255 255 / .22)}.ts-person.is-active .ts-avatar-wrap{width:68px;height:68px;min-width:68px;border-color:rgb(255 255 255 / .55);box-shadow:0 6px 26px rgb(0 0 0 / .6)}.ts-avatar{width:100%;height:100%;object-fit:cover;object-position:top center;display:block}.ts-person-info{display:flex;flex-direction:column;gap:2px;overflow:hidden;min-width:0}.ts-person-name{font-size:13px;font-weight:600;color:rgb(255 255 255 / .3);font-family:Georgia,serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color 0.7s ease,font-size 0.7s ease,font-weight 0.7s ease}.ts-person.is-near .ts-person-name{color:rgb(255 255 255 / .58);font-size:14px}.ts-person.is-active .ts-person-name{color:#fff;font-size:16px;font-weight:700}.ts-person-role{font-size:11px;color:rgb(255 255 255 / .2);font-family:Georgia,serif;white-space:nowrap;transition:color 0.7s ease,font-size 0.7s ease}.ts-person.is-near .ts-person-role{color:rgb(255 255 255 / .38)}.ts-person.is-active .ts-person-role{color:rgb(255 255 255 / .55);font-size:12px}.ts-divider{width:1px;background:rgb(255 255 255 / .07);margin:28px 0;flex-shrink:0}.ts-right{flex:1;padding:44px 48px;position:relative;display:flex;align-items:center;min-height:300px}.ts-quote-panel{position:absolute;inset:44px 48px;display:flex;flex-direction:column;justify-content:center;opacity:0;transform:translateY(14px);transition:opacity 0.6s cubic-bezier(.25,.46,.45,.94),transform 0.6s cubic-bezier(.25,.46,.45,.94);pointer-events:none}.ts-quote-panel.is-active{opacity:1;transform:translateY(0);pointer-events:auto}.ts-quote-panel.is-exiting{opacity:0;transform:translateY(-12px);transition:opacity 0.3s ease,transform 0.3s ease}.ts-quote-mark{font-size:52px;font-weight:900;color:#fff;line-height:.8;margin-bottom:18px;font-family:Georgia,serif;display:block}.ts-quote-text{font-size:16px;font-style:italic;color:#e8e8e8;font-family:Georgia,serif;line-height:1.8;margin:0 0 26px}.ts-rating-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.ts-star{font-size:17px;color:#f59e0b}.ts-rating-value{font-size:15px;font-weight:700;color:#fff;font-family:Georgia,serif}.ts-date{font-size:13px;color:#888;font-family:Georgia,serif}@media (max-width:768px){.ts-container{flex-direction:column}.ts-left{width:100%!important;height:220px!important}.ts-svg-connector{display:none}.ts-divider{width:100%;height:1px;margin:0 28px}.ts-right{padding:28px 24px;min-height:220px}.ts-quote-panel{inset:28px 24px}}