.sk-expandable{--sk-expandable-collapsed-height:28rem;--sk-expandable-expanded-max-height:9999px}.sk-expandable__viewport{border-radius:inherit;position:relative;overflow:hidden}.sk-expandable__content{max-height:none;transition:max-height .3s ease-out}.sk-expandable__fade{inset-inline:0;pointer-events:none;background:linear-gradient(to bottom, color-mix(in oklch, var(--color-base-100) 0%, transparent) 0%, color-mix(in oklch, var(--color-base-100) 85%, transparent) 75%, var(--color-base-100) 100%);height:6rem;position:absolute;bottom:0}.sk-expandable__toggle{color:var(--color-primary);align-items:center;gap:.5rem;margin-top:1rem;font-size:.875rem;font-weight:700;transition:opacity .15s ease-out;display:inline-flex}.sk-expandable__toggle:hover{opacity:.8}.sk-expandable__toggle-icon{transition:transform .2s ease-out}.sk-expandable.is-collapsible:not(.is-expanded) .sk-expandable__content{max-height:var(--sk-expandable-collapsed-height)}.sk-expandable.is-collapsible.is-expanded .sk-expandable__content{max-height:var(--sk-expandable-expanded-max-height)}.sk-expandable.is-expanded .sk-expandable__toggle-icon{transform:rotate(180deg)}
