.acc{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-md);overflow:hidden}.acc button{text-align:left;cursor:pointer;width:100%;font-weight:700;font-family:var(--font-sans);color:var(--ink);background:0 0;border:none;justify-content:space-between;gap:12px;padding:18px 20px;font-size:1.02rem;display:flex}.acc .ans{max-height:0;color:var(--ink-2);transition:max-height .3s;overflow:hidden}.acc.open .ans{max-height:300px}.acc.open .chev{transform:rotate(180deg)}.chev{color:var(--coral);transition:all .3s}
