@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");.saga-al-wrap{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;margin:0 auto;max-width:860px;padding:0 24px}.saga-al-heading{color:#1a1a1a;font-size:1.2em;font-weight:800;margin-bottom:16px}.saga-al-card{background:#fff;border:1px solid #eee;border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,.05),0 1px 3px rgba(0,0,0,.03);overflow:hidden}.saga-al-item{align-items:center;animation:saga-al-pop .3s ease-out forwards;border-bottom:1px solid #f5f5f5;color:inherit;display:flex;gap:16px;justify-content:space-between;opacity:0;padding:16px 22px;text-decoration:none;transition:all .2s ease}@keyframes saga-al-pop{to{opacity:1}}.saga-al-item:last-child{border-bottom:none}.saga-al-item:hover{background:#e8f5f1;color:inherit;padding-left:28px;text-decoration:none}.saga-al-item-left{align-items:center;display:flex;gap:12px;min-width:0}.saga-al-tag{background:#e8f5f1;border-radius:4px;color:#0b4f42;flex-shrink:0;font-size:.7em;font-weight:700;letter-spacing:.5px;padding:3px 8px;text-transform:uppercase;white-space:nowrap}.saga-al-title{color:#1a1a1a;font-size:.95em;font-weight:600;line-height:1.3}.saga-al-item:hover .saga-al-title{color:#0b4f42}.saga-al-arrow{color:#ccc;flex-shrink:0;font-size:.8em;transition:all .2s}.saga-al-item:hover .saga-al-arrow{color:#0b4f42;transform:translateX(4px)}