
.reewall-story-home{--story-primary:#08a58f;--story-primary-dark:#077d6d;--story-primary-light:#e9faf6;--story-text:#183f3a;--story-text-light:#405651;--story-muted:#758985;--story-border:#e5efec;--story-bg:#f8fbfa;--story-white:#ffffff;direction:rtl;width:100%;color:var(--story-text);padding:20px;margin-right:15px;margin-left:15px;font-family:inherit}.reewall-story-home-header{display:flex;align-items:flex-end;justify-content:space-between;margin:10px 10px 18px;gap:20px}.reewall-story-home-empty-content,.reewall-story-home-title{display:flex;flex-direction:column;gap:2px}.reewall-story-home-title strong{position:relative;display:inline-block;padding-right:12px;color:var(--story-text);font-size:18px;font-weight:800;line-height:1.8}.reewall-story-home-title strong::before{content:"";position:absolute;top:50%;right:0;width:4px;height:22px;border-radius:10px;background:var(--story-primary);transform:translateY(-50%)}.reewall-story-home-title span{color:var(--story-muted);font-size:10px;font-weight:500;line-height:1.8}.reewall-story-home-scroll-hint{width:32px;height:32px;display:flex;align-items:center;justify-content:center;flex:0 0 32px;border:1px solid var(--story-border);border-radius:50%;color:var(--story-primary-dark);background:var(--story-white);box-shadow:0 4px 12px rgba(22,83,74,.045);font-size:13px}.reewall-story-home-list{width:100%;display:flex;align-items:flex-start;gap:20px;overflow-x:auto;padding:4px 18px 10px;box-sizing:border-box;scrollbar-width:thin;scrollbar-color:#d8e6e2 transparent}.reewall-story-home-list::-webkit-scrollbar{height:3px}.reewall-story-home-list::-webkit-scrollbar-track{background:0 0}.reewall-story-home-list::-webkit-scrollbar-thumb{border-radius:20px;background:#d8e6e2}.reewall-story-home-item{position:relative;width:104px;min-width:104px;flex:0 0 104px;display:flex;align-items:center;flex-direction:column;padding:0;border:0;color:inherit;background:0 0;font-family:inherit;cursor:pointer;outline:0}.reewall-story-home-item:focus-visible .reewall-story-home-avatar-ring{box-shadow:0 0 0 3px #fff,0 0 0 5px rgba(8,165,143,.2)}.reewall-story-home-avatar-ring{width:93px;height:93px;padding:3px;flex:0 0 93px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(135deg,#08a58f 0,#18b69f 50%,#75d4c6 100%);transition:transform .2s,box-shadow .2s}.reewall-story-home-item:hover .reewall-story-home-avatar-ring{transform:translateY(-2px);box-shadow:0 8px 20px rgba(8,165,143,.13)}.reewall-story-home-avatar-ring.is-seen{background:linear-gradient(135deg,#bccbc8,#dbe4e2)}.reewall-story-home-avatar{width:100%;height:100%;overflow:hidden;display:flex;align-items:center;justify-content:center;border:4px solid #fff;border-radius:50%;background:var(--story-bg)}.reewall-story-home-avatar img{width:100%;height:100%;display:block;object-fit:cover}.reewall-story-home-avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--story-primary-dark);background:linear-gradient(135deg,#edf9f6,#f8fcfb);font-size:30px}.reewall-story-home-count{position:absolute;top:0;right:2px;min-width:22px;height:22px;padding:0 6px;display:flex;align-items:center;justify-content:center;border:2px solid #fff;border-radius:20px;color:#fff;background:var(--story-primary-dark);box-shadow:0 3px 7px rgba(7,125,109,.14);font-size:9px;font-weight:800;line-height:1}.reewall-story-home-name{width:100%;margin-top:9px;overflow:hidden;color:var(--story-text);font-size:10px;font-weight:700;line-height:1.7;text-align:center;text-overflow:ellipsis;white-space:nowrap}.reewall-story-home-footer{display:flex;align-items:center;justify-content:center;gap:5px;margin-top:8px;color:var(--story-muted);font-size:8px;line-height:1.8}.reewall-story-home-footer i{color:var(--story-primary);font-size:12px}.reewall-story-home-empty{width:100%;min-height:72px;display:flex;align-items:center;gap:11px;padding:12px 14px;border:1px solid var(--story-border);border-radius:14px;background:var(--story-white)}.reewall-story-home-empty-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;flex:0 0 40px;border-radius:11px;color:var(--story-primary-dark);background:var(--story-primary-light);font-size:18px}.reewall-story-home-empty-content strong{color:var(--story-text);font-size:10px;font-weight:800}.reewall-story-home-empty-content span{color:var(--story-muted);font-size:8px;line-height:1.8}@media (max-width:768px){.reewall-story-home-header{margin-bottom:14px}.reewall-story-home-title strong{font-size:15px}.reewall-story-home-title strong::before{width:3px;height:19px}.reewall-story-home-title span{font-size:8px}.reewall-story-home-scroll-hint{width:29px;height:29px;flex-basis:29px;font-size:11px}.reewall-story-home-list{gap:17px;padding-bottom:6px}.reewall-story-home-item{width:91px;min-width:91px;flex-basis:91px}.reewall-story-home-avatar-ring{width:82px;height:82px;flex-basis:82px;padding:3px}.reewall-story-home-avatar{border-width:4px}.reewall-story-home-name{margin-top:7px;font-size:9px}.reewall-story-home-count{top:0;right:0;min-width:21px;height:21px;font-size:8px}.reewall-story-home-footer{margin-top:6px;font-size:7px}}@media (max-width:400px){.reewall-story-home-list{gap:14px}.reewall-story-home-item{width:84px;min-width:84px;flex-basis:84px}.reewall-story-home-avatar-ring{width:77px;height:77px;flex-basis:77px}.reewall-story-home-title strong{font-size:14px}}
