.chapter-more{color:#f7f9f6;pointer-events:auto;isolation:isolate;background:#202a2d;border:1px solid #283437;border-radius:8px;justify-content:center;align-items:center;gap:1.25rem;min-height:46px;margin-top:1.25rem;padding:.75rem 1.1rem .75rem 1.25rem;font-size:.85rem;font-weight:500;line-height:1.3;text-decoration:none;transition:background .2s,border-color .2s,box-shadow .2s,transform .2s;display:inline-flex;position:relative;box-shadow:0 3px 8px #182b3010}.chapter-more:focus-visible{outline-offset:4px;outline:2px solid #527a82}.chapter-more:hover{background:#30454b;border-color:#30454b;transform:translateY(-1px);box-shadow:0 6px 16px #182b3020}.chapter-more:active{transform:translateY(0)}.more-orbit{flex-shrink:0;place-items:center;width:20px;height:20px;transition:transform .22s;display:grid}.chapter-more:hover .more-orbit{transform:translate(2px,-2px)}.more-dust{z-index:3;pointer-events:none;position:absolute;inset:0}.more-dust i{left:var(--dust-left);width:var(--dust-size);height:var(--dust-size);opacity:0;background:#85b5bd;border-radius:50%;position:absolute;top:50%}.more-dust i:nth-child(3n){background:#d5e8e4}.more-dust i:nth-child(5n){background:#4d7e89}.more-wash{border-radius:inherit;pointer-events:none;opacity:0;background:#dceee9;position:absolute;inset:-1px}.chapter-more.is-departing .more-dust i{animation:chapter-dust .42s cubic-bezier(.12, .7, .3, 1) var(--dust-delay) both}.chapter-more.is-departing .more-orbit,.chapter-more.is-departing .more-label{animation:.48s ease-out chapter-dissolve}.chapter-more.is-departing .more-wash{animation:.48s ease-out chapter-wash}@keyframes chapter-dust{0%{opacity:0;transform:rotate(var(--dust-angle)) translateX(0) scale(.5)}12%{opacity:1}to{opacity:0;transform:rotate(var(--dust-angle)) translateX(var(--dust-radius)) scale(.15)}}@keyframes chapter-dissolve{45%{opacity:.2;transform:translateY(-2px)}to{opacity:1;transform:none}}@keyframes chapter-wash{25%{opacity:.7}to{opacity:0}}@media (prefers-reduced-motion:reduce){.chapter-more,.chapter-more *,.chapter-more:hover .more-orbit{transition:none;animation:none;transform:none}}
