.ask-foj{--ask-foj-ink:hsl(var(--dashboard-text-heading));--ask-foj-muted:hsl(var(--dashboard-text-muted));--ask-foj-line:hsl(var(--dashboard-border));--ask-foj-surface:hsl(var(--dashboard-surface));--ask-foj-canvas:hsl(var(--dashboard-canvas));--ask-foj-accent:hsl(var(--dashboard-icon-accent));--ask-foj-accent-soft:hsl(var(--dashboard-nav-active-bg));min-height:min(32rem,70vh);padding:.25rem 0 1rem}.ask-foj__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(12rem,15rem);gap:1.25rem;align-items:stretch;min-height:inherit}@media (max-width:900px){.ask-foj__layout{grid-template-columns:1fr}.ask-foj__history{order:-1;border-left:none;border-bottom:1px solid var(--ask-foj-line);padding:0 0 1rem;max-height:10rem}}.ask-foj__main{display:flex;flex-direction:column;min-width:0;min-height:28rem}.ask-foj__empty{flex:1;display:flex;flex-direction:column;align-items:stretch;justify-content:center;max-width:40rem;margin:0 auto;width:100%;padding:2rem 1rem 1.5rem;text-align:center}.ask-foj__title{margin:0 0 .65rem;font-family:var(--font-serif,Georgia,"Times New Roman",serif);font-size:clamp(1.65rem,2.4vw,2.15rem);font-weight:500;letter-spacing:-.02em;color:var(--ask-foj-ink);line-height:1.2}.ask-foj__title em{font-style:italic;font-weight:500}.ask-foj__title--compact{font-size:1.25rem;text-align:left;margin:0}.ask-foj__blurb{margin:0 auto 1.5rem;max-width:34rem;font-size:.95rem;line-height:1.5;color:var(--ask-foj-muted)}.ask-foj__composer-wrap{width:100%;text-align:left}.ask-foj__composer-wrap--docked{margin-top:auto;padding-top:.75rem;border-top:1px solid var(--ask-foj-line)}.ask-foj__composer-shell{position:relative;border:1px solid var(--ask-foj-line);border-radius:.85rem;background:var(--ask-foj-surface);padding:.35rem .35rem 1.85rem;box-shadow:0 1px 0 hsl(var(--dashboard-border)/.5)}.ask-foj__composer-shell .cs-chat__composer-bar{border:none;background:transparent;box-shadow:none;padding:.35rem .5rem}.ask-foj__scope-badge{position:absolute;left:.85rem;bottom:.55rem;display:inline-flex;align-items:center;gap:.3rem;font-size:.72rem;font-weight:500;letter-spacing:.01em;color:var(--ask-foj-muted);background:var(--ask-foj-accent-soft);border-radius:.35rem;padding:.15rem .45rem}.ask-foj__scope-badge svg{width:.85rem;height:.85rem;color:var(--ask-foj-accent)}.ask-foj__suggestions{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:1.1rem}.ask-foj__chip{appearance:none;border:1px solid var(--ask-foj-line);background:var(--ask-foj-surface);color:var(--ask-foj-ink);border-radius:999px;padding:.45rem .9rem;font-size:.875rem;line-height:1.3;cursor:pointer;transition:background .15s ease,border-color .15s ease}.ask-foj__chip:hover:not(:disabled){background:var(--ask-foj-accent-soft);border-color:hsl(var(--dashboard-icon-accent)/.35)}.ask-foj__chip:disabled{opacity:.55;cursor:not-allowed}.ask-foj__thread-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.ask-foj__scope-inline{display:inline-flex;align-items:center;gap:.25rem;margin:.25rem 0 0;font-size:.75rem;color:var(--ask-foj-muted)}.ask-foj__scope-inline svg{width:.8rem;height:.8rem;color:var(--ask-foj-accent)}.ask-foj__new{appearance:none;border:1px solid var(--ask-foj-line);background:transparent;color:var(--ask-foj-ink);border-radius:.5rem;padding:.35rem .7rem;font-size:.8rem;cursor:pointer}.ask-foj__new:hover{background:var(--ask-foj-accent-soft)}.ask-foj__thread{flex:1;overflow-y:auto;padding:.25rem .15rem 1rem;display:flex;flex-direction:column;gap:.75rem;min-height:14rem;max-height:min(28rem,50vh)}.ask-foj__error{margin:.5rem 0 0;color:hsl(var(--dashboard-danger,0 70% 45%));font-size:.875rem}.ask-foj__history{border-left:1px solid var(--ask-foj-line);padding:.25rem 0 .25rem 1rem;overflow-y:auto}.ask-foj__history-title{margin:0 0 .75rem;font-size:.7rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--ask-foj-muted)}.ask-foj__history-empty{margin:0;font-size:.8rem;line-height:1.45;color:var(--ask-foj-muted)}.ask-foj__history-list{gap:1rem}.ask-foj__history-group ul,.ask-foj__history-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.ask-foj__history-group ul{gap:.35rem}.ask-foj__history-group-label{font-size:.65rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--ask-foj-muted);margin-bottom:.4rem}.ask-foj__history-item{width:100%;text-align:left;appearance:none;border:none;background:transparent;border-radius:.55rem;padding:.55rem .6rem;cursor:pointer;color:inherit}.ask-foj__history-item--active,.ask-foj__history-item:hover{background:var(--ask-foj-accent-soft)}.ask-foj__history-item-title{display:block;font-size:.85rem;font-weight:500;color:var(--ask-foj-ink);line-height:1.3;margin-bottom:.2rem}.ask-foj__history-item-meta{display:block;font-size:.7rem;color:var(--ask-foj-muted)}