.demoChatDropdown_dropdown__BUZlQ {
    position: fixed;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    gap: 0;
    box-sizing: border-box;
    overflow: hidden;
    padding: 2px;
    border: 1px solid color-mix(in oklab, #26251e 10%, transparent);
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
    font-size: 12px;
    line-height: 1.4;
    cursor: pointer;
    user-select: none;
}

.demoChatDropdown_items__2p_2L {
    display: flex;
    flex-direction: column;
    gap: 0;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: color-mix(in oklab, #26251e 20%, transparent)
        transparent;
}

.demoChatDropdown_items__2p_2L::-webkit-scrollbar {
    width: 7px;
}

.demoChatDropdown_items__2p_2L::-webkit-scrollbar-track {
    background: transparent;
}

.demoChatDropdown_items__2p_2L::-webkit-scrollbar-thumb {
    background-color: color-mix(in oklab, #26251e 20%, transparent);
    border-radius: 7px;
}

.demoChatDropdown_item__QAsil {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 0;
    height: 22px;
    min-height: 22px;
    max-height: 22px;
    padding: 0 8px;
    border: none;
    border-radius: 3px;
    background-color: transparent;
    color: #26251e;
    font-size: 11px;
    font-family: inherit;
    line-height: 1.4;
    text-align: left;
    cursor: pointer;
    outline: none;
    box-sizing: border-box;
    overflow: hidden;
    flex-shrink: 0;
    gap: 2px;
}

.demoChatDropdown_item__QAsil:hover {
    background-color: color-mix(in oklab, #26251e 6%, transparent);
}

.demoChatDropdown_itemSelected__TJYsv {
    background-color: color-mix(in oklab, #26251e 6%, transparent);
}

.demoChatDropdown_itemIconMuted__IbgFU {
    color: color-mix(in oklab, #26251e 70%, transparent);
}

.demoChatDropdown_itemIcon__NE5_Z {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 11px;
    height: 11px;
    margin-right: 6px;
    flex-shrink: 0;
}

.demoChatDropdown_label__yrysH {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
}

.demoChatDropdown_badge___OD3b {
    flex-shrink: 0;
    margin-left: 4px;
    padding: 2px 5px;
    border-radius: 8px;
    background-color: color-mix(in oklab, #26251e 8%, transparent);
    color: color-mix(in oklab, #26251e 55%, transparent);
    font-size: 9px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.demoComposerPrelude_prelude__MT6yu {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    overflow: visible;
}

.demoComposerPrelude_actions__447ec {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    overflow: visible;
}

.demoComposerPrelude_panels__mSmEN {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    overflow: visible;
}

.demoComposerPrelude_composerInputContainer__TPBdI {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: visible;
}

/* ---- Action tags ---- */
.demoComposerPrelude_actionTagsBar__DR2OD {
    display: none;
    width: 100%;
}

.demoComposerPrelude_actionTagsBarVisible__dG909 {
    display: block;
}

.demoComposerPrelude_actionTagsList__G3B_T {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 6px;
    padding: 6px 0 8px;
    scrollbar-width: none;
}

.demoComposerPrelude_actionTagsList__G3B_T::-webkit-scrollbar {
    display: none;
}

.demoComposerPrelude_actionTagChip__CNRhR {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    gap: 5px;
    height: 26px;
    padding: 0 10px;
    border: 1px solid color-mix(in oklab, #26251e 15%, transparent);
    border-radius: 999px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    background: #ffffff;
    color: #26251e;
    transition:
        background-color 0.1s ease,
        border-color 0.1s ease;
}

.demoComposerPrelude_actionTagChip__CNRhR:hover {
    background: color-mix(in oklab, #26251e 5%, transparent);
    border-color: color-mix(in oklab, #26251e 25%, transparent);
}

.demoComposerPrelude_actionTagIcon__q17_a {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}

.demoComposerPrelude_actionTagShortcut__B19CP {
    font-size: 11px;
    opacity: 0.55;
    letter-spacing: 0.01em;
}

/* ---- Streaming panel ---- */
.demoComposerPrelude_streamingPanel__Tk84w,
.demoComposerPrelude_debugPanel__kAhu2 {
    display: none;
    flex-direction: column;
    overflow: hidden;
    width: calc(100% - 20px);
    margin-inline: auto;
    background: #ffffff;
    border: 1px solid color-mix(in oklab, #26251e 10%, transparent);
    border-bottom: none;
    border-radius: 8px 8px 0 0;
    box-sizing: border-box;
}

.demoComposerPrelude_streamingPanelVisible__tzHQL,
.demoComposerPrelude_debugPanelVisible__M1Gbh {
    display: flex;
}

.demoComposerPrelude_panelHeader__mxe2T {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 3px 3px 3px 8px;
    user-select: none;
}

.demoComposerPrelude_panelHeaderLeft__U_atn {
    display: flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
    flex: 1;
    overflow: hidden;
}

.demoComposerPrelude_streamingHeaderLeft__VJTKR {
    flex: 0 1 auto;
    flex-shrink: 0;
    gap: 3px;
}

.demoComposerPrelude_panelHeaderActions__EqCv7 {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    margin-inline-start: 12px;
}

.demoComposerPrelude_statusLabel__ezMcQ {
    font-size: 12px;
    font-weight: 432;
    line-height: 18px;
    color: #26251e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.demoComposerPrelude_phBtn__i_cRH {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: auto;
    padding: 3px 7px;
    font-size: 11px;
    font-weight: 429;
    line-height: 16px;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 5px;
    border: none;
    gap: 3px;
    transition:
        background-color 0.15s ease,
        color 0.15s ease,
        opacity 0.15s ease;
}

.demoComposerPrelude_phBtnGhost__oBAy2 {
    padding-inline: 4px;
    background: transparent;
    color: color-mix(in oklab, #26251e 55%, transparent);
}

.demoComposerPrelude_phBtnGhost__oBAy2:hover {
    color: #26251e;
    background: color-mix(in oklab, #26251e 8%, transparent);
}

.demoComposerPrelude_phBtnPrimary__IT0fx {
    background: color-mix(in oklab, #26251e 10%, transparent);
    color: #26251e;
    opacity: 0.9;
}

.demoComposerPrelude_phBtnPrimary__IT0fx:hover {
    opacity: 1;
    background: color-mix(in oklab, #26251e 14%, transparent);
}

.demoComposerPrelude_btnIcons__ChdEG {
    display: flex;
    align-items: center;
    gap: 2px;
    opacity: 0.37;
}

.demoComposerPrelude_btnKey___tPYI {
    font-size: 10px;
    line-height: 1;
}

.demoComposerPrelude_stopBtn__z4WOz {
    gap: 5px;
}

/* ---- Debug panel ---- */
.demoComposerPrelude_debugChevron__YqpY6 {
    flex-shrink: 0;
    color: color-mix(in oklab, #26251e 55%, transparent);
    transition: transform 0.1s ease;
}

.demoComposerPrelude_debugChevronExpanded__DO8tc {
    transform: rotate(90deg);
}

.demoComposerPrelude_debugIcon__QIWBE {
    flex-shrink: 0;
    color: #ef4444;
}

.demoComposerPrelude_debugContent__PkW1G {
    max-height: 260px;
    overflow-y: auto;
    padding: 8px 14px 12px;
    font-size: 12px;
    line-height: 1.6;
    color: color-mix(in oklab, #26251e 85%, transparent);
    border-top: 1px solid color-mix(in oklab, #26251e 10%, transparent);
}

.demoComposerPrelude_debugContent__PkW1G ol {
    margin: 4px 0;
    padding-inline-start: 20px;
}

.demoComposerPrelude_debugContent__PkW1G li {
    margin: 2px 0;
}

.demoComposerPrelude_debugContent__PkW1G p {
    margin: 4px 0;
}

.demoComposerPrelude_debugContent__PkW1G code {
    font-family: var(--font-mono, ui-monospace, monospace);
    font-size: 11px;
    background: color-mix(in oklab, #26251e 6%, transparent);
    border-radius: 3px;
    padding: 1px 4px;
}

.demoComposerPrelude_inputShell__p4pMe {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid color-mix(in oklab, #26251e 10%, transparent);
    background: #ffffff;
    box-sizing: border-box;
    transition: border-color 0.2s ease;
}

.demoComposerPrelude_inputShellFocused__yI9h8 {
    border-color: color-mix(in oklab, #26251e 28%, transparent);
}

