.expandable-wrapper{position:relative}.expandable-content{color:var(--text-secondary);font-size:.9rem;line-height:1.7;transition:max-height .4s;overflow:hidden}.expandable-content.collapsed{max-height:var(--max-h,120px)}.expandable-content.expanded{max-height:none}.expandable-fade{background:linear-gradient(to bottom,transparent,var(--bg-primary)80%);justify-content:center;align-items:flex-end;height:60px;margin-top:-40px;padding-bottom:.25rem;display:flex;position:relative}.expandable-btn{border:1px solid var(--border);color:var(--accent);cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:0 0;border-radius:20px;padding:.35rem 1.25rem;font-size:.82rem;font-weight:600;transition:all .2s}.expandable-btn:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.collapse-btn{margin-top:.75rem;display:block}
