.history-table-wrapper{width:100%;overflow-x:auto}.history-table{width:100%;border-collapse:separate;border-spacing:0}.history-table th{text-align:left;padding:24px;border-bottom:1px solid var(--neutral-100);vertical-align:bottom}.history-label-flex{display:flex;align-items:center;gap:6px}.history-label-flex .label-medium{white-space:nowrap}.history-table td{padding:24px;border-bottom:1px solid var(--neutral-100);vertical-align:bottom}.history-table td:last-child,.history-table th:last-child{white-space:nowrap}.history-table td:first-child,.history-table th:first-child{padding-right:60px;max-width:620px;overflow:hidden;text-overflow:ellipsis}.history-prompt-text{text-wrap:pretty}.history-copy-button{display:inline-flex;width:90px;padding:6px 8px 6px 7px;justify-content:center;align-items:center;gap:5px;position:relative;border-radius:6px;background:var(--neutral-50,#f6f6f6);border:none;cursor:pointer;transition:transform .2s ease-out,background-color .3s cubic-bezier(.6,.6,0,1)}.history-copy-button:hover{background:#f1f1f1}.history-copy-button:active{transform:scale(.97)}.history-copy-text-stack{position:relative;display:inline-flex;width:52px;justify-content:flex-start}.history-copy-icon-stack{position:relative;display:inline-flex;width:18px;height:18px}.history-copy-icon-layer{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;transition:opacity .3s ease-in-out,filter .3s ease-in-out,transform .3s ease-in-out;transition-delay:0s;will-change:opacity,filter,transform}.history-copy-icon-layer-copied{transform:scale(.25);opacity:0;filter:blur(2px)}.history-copy-icon-layer-default{transform:scale(1);opacity:1;filter:blur(0)}.history-copy-text{position:absolute;left:0;top:50%;transform:translateY(-50%);white-space:nowrap;transition:opacity .3s ease-in-out,filter .3s ease-in-out,transform .3s ease-in-out;transition-delay:80ms;will-change:opacity,filter,transform}.history-copy-text-default{opacity:1;transform:translateY(-50%) scale(1);filter:blur(0)}.history-copy-text-copied{opacity:0;transform:translateY(-50%) scale(.25);filter:blur(2px)}.history-copy-button.is-copied .history-copy-icon-layer-copied{transform:scale(1);opacity:1;filter:blur(0);transition-delay:0s}.history-copy-button.is-copied .history-copy-icon-layer-default{transform:scale(.25);opacity:0;filter:blur(2px);transition-delay:0s}.history-copy-button.is-copied .history-copy-text-default{opacity:0;transform:translateY(-50%) scale(.25);filter:blur(2px);transition-delay:80ms}.history-copy-button.is-copied .history-copy-text-copied{opacity:1;transform:translateY(-50%) scale(1);filter:blur(0);transition-delay:80ms}.quick-search-button{display:inline-flex;padding:6px 8px 6px 7px;justify-content:center;align-items:center;gap:5px;cursor:pointer;border-radius:6px;background:var(--brand-500,#24a890);text-decoration:none;transition:transform .2s ease-out,background-color .3s cubic-bezier(.6,.6,0,1)}.quick-search-button:hover{cursor:pointer;background:var(--brand-600);text-decoration:none}.quick-search-button:active{transform:scale(.97)}