.stories-list{padding:10px;background:#fff;border-bottom:1px solid #dbdbdb;overflow-x:auto;-webkit-overflow-scrolling:touch}.app.dark .stories-list{background:#000;border-bottom-color:#363636}.stories-scroll{display:flex;gap:15px;padding:5px 0}.story-item{display:flex;flex-direction:column;align-items:center;gap:5px;cursor:pointer;min-width:70px;transition:transform .2s ease}.story-item:active{transform:scale(.95)}.story-item.active .story-avatar{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.story-item:not(.active) .story-avatar{background:#e0e0e0}.app.dark .story-item:not(.active) .story-avatar{background:#363636}.story-avatar{width:66px;height:66px;border-radius:50%;padding:3px;transition:all .3s ease}.story-avatar img{width:100%;height:100%;border-radius:50%;border:2px solid white;object-fit:cover}.app.dark .story-avatar img{border-color:#000}.story-username{font-size:12px;color:#262626;max-width:70px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app.dark .story-username{color:#f5f5f5}.stories-list::-webkit-scrollbar{display:none}.stories-list{-ms-overflow-style:none;scrollbar-width:none}.active-status{position:absolute;bottom:2px;right:2px;width:12px;height:12px;border-radius:50%;border:2px solid white}.story-item.active .active-status{background:#dc2743}.app.dark .active-status{border-color:#000}.progress-bars{display:flex;gap:4px;padding:10px;position:absolute;top:0;left:0;right:0;z-index:10}.progress-bar-container{flex:1;height:2px}.progress-bar{width:100%;height:100%;background:#fff6;border-radius:2px;overflow:hidden;position:relative}.progress-bar.completed{background:#ffffffe6}.progress-fill{height:100%;background:#ffffffe6;transition:width .1s linear;border-radius:2px}.story-viewer{position:fixed;top:0;left:0;width:100%;height:100%;background:#000;z-index:1000;display:flex;flex-direction:column;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.story-header{position:relative;z-index:10}.story-user-info{display:flex;align-items:center;gap:10px;padding:50px 15px 15px;color:#fff}.user-avatar{width:32px;height:32px;border-radius:50%;overflow:hidden;border:2px solid white}.user-avatar img{width:100%;height:100%;object-fit:cover}.username{font-weight:600;font-size:14px}.timestamp{font-size:12px;opacity:.8;margin-left:auto}.story-content{flex:1;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;touch-action:pan-y}.story-image{width:100%;height:100%;object-fit:contain;transition:opacity .3s ease}.story-image.loading{opacity:0}.story-image.loaded{opacity:1}.story-loading{color:#fff;text-align:center;display:flex;flex-direction:column;align-items:center;gap:15px}.loading-spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}.story-error,.story-error-image{color:#fff;text-align:center;padding:20px}.error-icon{font-size:48px;margin-bottom:10px}.close-btn{position:absolute;top:55px;right:15px;background:#00000080;border:none;color:#fff;width:40px;height:40px;border-radius:50%;font-size:18px;cursor:pointer;z-index:20;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.navigation-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;z-index:5}.nav-area{flex:1;height:100%;cursor:pointer}.prev-area{cursor:w-resize}.next-area{cursor:e-resize}@media (max-width: 768px){.story-viewer{position:fixed}.close-btn{top:60px;width:35px;height:35px;font-size:16px}.story-user-info{padding:55px 15px 15px}}.app{min-height:100vh;transition:all .3s ease}.app.light{background-color:#fafafa;color:#262626}.app.dark{background-color:#121212;color:#fff}.app-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;border-bottom:1px solid #dbdbdb;background:#fff;position:sticky;top:0;z-index:100}.app.dark .app-header{background:#000;border-bottom-color:#363636;color:#fff}.app-header h1{font-size:20px;font-weight:600;margin:0}.theme-toggle{background:none;border:none;font-size:24px;cursor:pointer;padding:8px;border-radius:50%;transition:background-color .2s ease}.theme-toggle:hover{background-color:#0000001a}.app.dark .theme-toggle:hover{background-color:#ffffff1a}.app-main{max-width:600px;margin:0 auto}.content-placeholder{text-align:center;padding:40px 20px}.placeholder-icon{font-size:64px;margin-bottom:20px}.content-placeholder h2{margin:0 0 15px;font-size:24px}.content-placeholder p{margin:10px 0;color:#8e8e8e}.app.dark .content-placeholder p,.app.dark .features{color:#a8a8a8}.theme-info{margin-top:20px;padding:10px;background:#0000000d;border-radius:8px;font-size:14px}.app.dark .theme-info{background:#ffffff0d}@media (max-width: 768px){.app-header{padding:12px 15px}.app-header h1{font-size:18px}.content-placeholder{padding:30px 15px}.placeholder-icon{font-size:48px}}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color:#262626;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background:#fafafa}#root{width:100%;height:100%;margin:0 auto;background:#fff}@media (max-width: 768px){#root{max-width:100vw}}
