.stories{display:grid;grid-template-columns:320px 1fr;gap:0;height:100%;max-height:100%;background:#0a0a0f;overflow:hidden;transition:grid-template-columns .3s ease}.stories--collapsed{grid-template-columns:0 1fr}.stories--collapsed .stories__sidebar{width:0;min-width:0;padding:0;border-right:none;overflow:hidden}.stories__sidebar{display:flex;flex-direction:column;height:100%;max-height:100%;overflow:hidden;border-right:1px solid hsla(0,0%,100%,.08);background:linear-gradient(180deg,#0d0d14,#0a0a0f);transition:all .3s ease}.stories__header{flex-shrink:0;padding:16px;border-bottom:1px solid hsla(0,0%,100%,.06)}.stories__header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.stories__title{font-size:13px;font-weight:600;color:hsla(0,0%,100%,.5);text-transform:uppercase;letter-spacing:.5px;margin-bottom:0}.stories__collapse-btn,.stories__expand-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:8px;color:hsla(0,0%,100%,.5);cursor:pointer;transition:all .2s ease}.stories__collapse-btn:hover,.stories__expand-btn:hover{background:rgba(155,89,182,.2);border-color:rgba(155,89,182,.4);color:#9b59b6}.stories__expand-btn{position:absolute;top:12px;left:12px;z-index:10}.stories__search{display:flex;align-items:center;gap:8px;padding:8px 12px;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.06);border-radius:8px;transition:all .2s ease}.stories__search:focus-within{border-color:rgba(155,89,182,.5);background:hsla(0,0%,100%,.06)}.stories__search svg{color:hsla(0,0%,100%,.3);flex-shrink:0}.stories__search input{flex:1;background:rgba(0,0,0,0);border:none;outline:none;color:hsla(0,0%,100%,.9);font-size:14px}.stories__search input::-moz-placeholder{color:hsla(0,0%,100%,.3)}.stories__search input::placeholder{color:hsla(0,0%,100%,.3)}.stories__list{flex:1;min-height:0;overflow-y:auto;padding:8px}.stories__list::-webkit-scrollbar{width:6px}.stories__list::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.stories__list::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.1);border-radius:3px}.stories__add-button{flex-shrink:0;margin:8px;padding:12px;display:flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,rgba(155,89,182,.2),rgba(155,89,182,.1));border:1px dashed rgba(155,89,182,.4);border-radius:12px;color:rgba(155,89,182,.9);font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.stories__add-button:hover{background:linear-gradient(135deg,rgba(155,89,182,.3),rgba(155,89,182,.15));border-color:rgba(155,89,182,.6);color:#9b59b6}.stories__add-button svg{width:18px;height:18px}.stories__card{position:relative;padding:12px;margin-bottom:8px;background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.04);border-radius:12px;cursor:pointer;transition:all .2s ease}.stories__card:hover{background:hsla(0,0%,100%,.04);border-color:hsla(0,0%,100%,.08)}.stories__card--selected{background:rgba(155,89,182,.1);border-color:rgba(155,89,182,.3)}.stories__card--selected:hover{background:rgba(155,89,182,.12);border-color:rgba(155,89,182,.4)}.stories__card-content{display:flex;gap:12px}.stories__card-image{width:60px;height:60px;border-radius:8px;overflow:hidden;flex-shrink:0;background:hsla(0,0%,100%,.05)}.stories__card-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.stories__card-image--placeholder{display:flex;align-items:center;justify-content:center;font-size:24px;color:hsla(0,0%,100%,.2)}.stories__card-info{flex:1;min-width:0}.stories__card-title{font-size:14px;font-weight:500;color:hsla(0,0%,100%,.9);margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stories__card-description{font-size:12px;color:hsla(0,0%,100%,.4);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.stories__card-time{font-size:11px;color:rgba(155,89,182,.7);margin-top:6px}.stories__main{position:relative;display:flex;flex-direction:column;height:100%;max-height:100%;overflow:hidden}.stories__empty{flex:1;flex-direction:column;padding:40px;text-align:center}.stories__empty,.stories__empty-icon{display:flex;align-items:center;justify-content:center}.stories__empty-icon{width:80px;height:80px;margin-bottom:20px;border-radius:20px;background:linear-gradient(135deg,rgba(155,89,182,.1),rgba(155,89,182,.05));font-size:32px}.stories__empty-title{font-size:18px;font-weight:600;color:hsla(0,0%,100%,.9);margin-bottom:8px}.stories__empty-text{font-size:14px;color:hsla(0,0%,100%,.4);max-width:280px;line-height:1.5}.stories__editor{flex:1;min-height:0;overflow-y:auto;padding:16px}.stories__editor::-webkit-scrollbar{width:6px}.stories__editor::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.stories__editor::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.1);border-radius:3px}.stories__delete-bar{flex-shrink:0;padding:16px;border-top:1px solid hsla(0,0%,100%,.06);display:flex;justify-content:flex-end;background:#0a0a0f}@media(max-width:768px){.stories{grid-template-columns:1fr}.stories__sidebar{display:none}.stories--sidebar-open .stories__sidebar{display:flex;position:fixed;inset:0;z-index:50;width:100%}}.desktop-chat-window__button-container{position:fixed;bottom:70px;right:50px;z-index:50}.desktop-chat-window__overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:50;pointer-events:none}.desktop-chat-window__draggable-container{pointer-events:auto}.desktop-chat-window__button-container--background{position:fixed;bottom:70px;right:50px;z-index:40}.yt-container{overflow:hidden;padding-bottom:56.25%;position:relative;height:0}.yt-container iframe{left:0;top:0;height:100%;width:100%;position:absolute}.youtube-tab-container{position:fixed;left:0;top:40%;z-index:10;display:flex;height:19em;width:31.5em;transition:all .5s ease}.youtube-tab-container.loading{transform:translateX(-100%)}.youtube-tab-container.closed{transform:translateX(-28em)}.youtube-tab-container.dragging{transition:none}.video-container{height:19em;width:30em;background-color:hsl(var(--nextui-foreground-50));padding:.25rem;border-radius:.75rem 0 0 .75rem;box-shadow:0 10px 25px rgba(0,0,0,.15)}.controls-panel{display:flex;width:100%;justify-content:space-between;padding:.5rem 0;font-weight:700}.video-buttons-group{display:flex;gap:.5rem}.side-panel{background:linear-gradient(135deg,#1a1a1a,#2d2d2d,#1f1f1f);width:4rem;position:relative;border-radius:0 80% 80% 0;margin-top:3rem;margin-bottom:3rem;height:calc(100% - 10rem);cursor:grab;transition:all .3s ease;box-shadow:0 8px 20px rgba(0,0,0,.4)}.side-panel:hover{transform:scale(1.05);box-shadow:0 12px 30px rgba(0,0,0,.3)}.youtube-tab-container.dragging .side-panel{cursor:grabbing;transform:scale(1.1);box-shadow:0 15px 35px rgba(0,0,0,.5);transition:none}.youtube-tab-container.dragging .side-panel:hover{transform:scale(1.1)}.side-panel-content{display:flex;flex-direction:column;align-items:center;height:100%;justify-content:center;padding:1rem}.small-button-wrapper{transform:scale(.5)}.button-content{display:flex;align-items:center;gap:.25rem}.small-button{height:5rem}.equalizer{display:flex;align-items:end;justify-content:center;gap:3px;height:40px;cursor:pointer;padding:10px;border-radius:8px;transition:all .2s ease}.equalizer:hover{background:hsla(0,0%,100%,.1)}.bar{width:4px;background:#fff;border-radius:2px;animation:equalizer 1.2s ease-in-out infinite}.bar1{height:20px;animation-delay:0s}.bar2{height:25px;animation-delay:.1s}.bar3{height:25px;animation-delay:.2s}.bar4{height:30px;animation-delay:.3s}.bar5{height:15px;animation-delay:.4s}@keyframes equalizer{0%,to{transform:scaleY(1);opacity:.7}50%{transform:scaleY(.3);opacity:1}}.play-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;cursor:pointer;border-radius:50%;background:hsla(0,0%,100%,.15);backdrop-filter:blur(10px);transition:all .3s ease}.play-icon:hover{background:hsla(0,0%,100%,.25);transform:scale(1.1)}.play-triangle{width:0;height:0;border-left:15px solid #fff;border-top:10px solid rgba(0,0,0,0);border-bottom:10px solid rgba(0,0,0,0);margin-left:3px}