.stories-container{scrollbar-width:none;-ms-overflow-style:none;flex-wrap:wrap;justify-content:center;gap:16px;padding:20px 0;animation:.8s ease-out fadeInUp;display:flex;overflow-x:auto}.stories-container::-webkit-scrollbar{display:none}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.story-circle{cursor:none;flex-direction:column;align-items:center;gap:8px;transition:transform .2s;display:flex}.story-circle:hover{transform:scale(1.05)}.story-ring{background:linear-gradient(45deg,#d5afa1,#083c72,#d5afa1);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;padding:3px;display:flex}.story-image-wrapper{border:3px solid var(--color-bg);background:var(--color-bg);border-radius:50%;width:74px;height:74px;overflow:hidden}.story-image-wrapper img{object-fit:cover;width:100%;height:100%}.story-title{color:#f1eee3e6;text-align:center;text-overflow:ellipsis;white-space:nowrap;max-width:80px;font-size:12px;overflow:hidden}.story-viewer{z-index:9999;background:#000;justify-content:center;align-items:center;width:100%;height:100%;animation:.2s fadeIn;display:flex;position:fixed;top:0;left:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.story-viewer-content{background:#000;border-radius:16px;width:100%;max-width:500px;height:90vh;position:relative;overflow:hidden}.story-progress{z-index:10;gap:4px;display:flex;position:absolute;top:16px;left:16px;right:16px}.progress-bar{background:#ffffff4d;border-radius:2px;flex:1;height:3px;position:relative;overflow:hidden}.progress-bar.completed{background:#ffffffe6}.progress-bar.active{background:#ffffff4d}.progress-fill{background:#ffffffe6;border-radius:2px;height:100%;transition:width 50ms linear;position:absolute;top:0;left:0}.story-close{color:#fff;cursor:none;z-index:11;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:28px;transition:background .2s;display:flex;position:absolute;top:16px;right:16px}.story-close:hover{background:#000000b3}.story-media{background:#000;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.story-media img,.story-media video{object-fit:contain;max-width:100%;max-height:100%}.story-info{color:#fff;z-index:10;background:linear-gradient(#0000 0%,#000c 100%);padding:24px;position:absolute;bottom:0;left:0;right:0}.story-info h3{margin:0;font-size:20px;font-weight:600}@media (max-width:768px){.story-viewer-content{border-radius:0;max-width:100%;height:100vh}.story-circle .story-ring{width:70px;height:70px}.story-circle .story-image-wrapper{width:64px;height:64px}}body.admin-page .story-circle,body.admin-page .story-close{cursor:pointer}
.accordion-item{border-bottom:1px solid var(--color-border)}.accordion-item:last-child{border-bottom:none}.accordion-header{cursor:none;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:20px 40px;font-family:inherit;transition:all .3s;display:flex}.accordion-header:hover{opacity:.7}@media (max-width:768px){.accordion-item{padding:0 40px}.accordion-header{padding:20px 0}}.accordion-title{color:var(--color-heading);letter-spacing:.02em;font-size:18px;font-weight:600}.accordion-icon{color:var(--color-heading);justify-content:center;align-items:center;width:28px;height:28px;font-size:28px;font-weight:300;line-height:1;transition:transform .3s;display:flex}.accordion-content{max-height:0;transition:max-height .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.accordion-content h2{display:none}.accordion-item.is-open .accordion-content{max-height:3000px}@media (min-width:769px){.accordion-item{border:none}.accordion-header{display:none}.accordion-content{max-height:none;overflow:visible}.accordion-content h2{display:block}}body.admin-page .accordion-header{cursor:pointer}
