.story-card{cursor:pointer;border-radius:var(--r-lg);height:100%;box-shadow:var(--shadow-xs);transition:transform var(--dur-2) var(--ease-soft), box-shadow var(--dur-2);flex-direction:column;display:flex;position:relative;overflow:hidden}.story-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.story-card .story-card-locked-overlay{z-index:3;cursor:not-allowed;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#0a0814a8;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.story-card .story-card-locked-overlay .story-card-locked-overlay-verified-icon{position:absolute;top:.5rem;right:.5rem}.story-card .story-card-cover{aspect-ratio:16/9;background:linear-gradient(160deg,#ffe6a8,#c9b6e8);flex-shrink:0;position:relative;overflow:hidden}.story-card .story-card-cover .story-card-cover-img{object-fit:cover;width:100%;height:100%;display:block}.story-card .story-card-cover .story-card-cover-placeholder{background:linear-gradient(170deg,#343470 0%,#b14f42 100%);justify-content:center;align-items:flex-end;width:100%;height:100%;display:flex}.story-card .story-card-cover .story-card-cover-placeholder img{filter:drop-shadow(0 8px 16px #0000004d);width:44%;margin-bottom:-2px}.story-card .story-card-cover .story-card-cover-badge{position:absolute;top:8px;left:8px}.story-card .story-card-cover .story-card-cover-audio{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#00000073;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;display:flex;position:absolute;top:8px;right:8px}.story-card .story-card-content{flex:1;padding:12px 14px 6px}.story-card .story-card-content .story-card-title{font-family:var(--font-display);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:4px;font-size:1.05rem;line-height:1.2;display:-webkit-box;overflow:hidden}.story-card .story-card-content .story-card-summary{-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;font-size:.85rem;line-height:1.45;display:-webkit-box;overflow:hidden}.story-card .story-card-meta{justify-content:space-between;align-items:center;gap:8px;margin-top:auto;padding:6px 12px 12px;display:flex}.story-card .story-card-meta .story-card-tags{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.story-card .story-card-meta .story-card-tags .story-card-tags-item{height:24px}.story-card .direction-rtl{direction:rtl}
