.feature-demo-bulk [data-bulk-mode=light] .stylergpt-modal-confirm:before{background-color:hsla(0,0%,89%,.5)!important}.feature-demo-bulk [data-bulk-mode=dark] .stylergpt-modal-confirm:before,.feature-demo-bulk [data-bulk-mode=light] .stylergpt-modal-confirm:before{content:""!important;position:absolute!important;inset:0!important;backdrop-filter:blur(1px)!important;-webkit-backdrop-filter:blur(1px)!important;opacity:1!important;z-index:0!important;pointer-events:none!important}.feature-demo-bulk [data-bulk-mode=dark] .stylergpt-modal-confirm:before{background-color:rgba(0,0,0,.5)!important}@media (prefers-reduced-motion:no-preference){.feature-demo-bulk [data-bulk-mode=dark] .stylergpt-modal-confirm:before,.feature-demo-bulk [data-bulk-mode=light] .stylergpt-modal-confirm:before{transition-property:opacity,backdrop-filter!important;transition-duration:.25s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}}.feature-demo-bulk .stylergpt-history-toolbar{--stylergpt-history-toolbar-content-max-height:72px;--stylergpt-history-toolbar-base-bg:var(
    --sidebar-bg,var(--bg-elevated-secondary,var(--main-surface-primary))
  );--stylergpt-history-toolbar-bg:color-mix(in srgb,var(--stylergpt-history-toolbar-base-bg) 96%,var(--text-primary) 4%);--stylergpt-history-toolbar-control-bg:color-mix(in srgb,var(--stylergpt-history-toolbar-bg) 90%,var(--text-primary) 10%);--stylergpt-history-toolbar-control-hover-bg:color-mix(in srgb,var(--stylergpt-history-toolbar-bg) 82%,var(--text-primary) 18%);--stylergpt-history-toolbar-toggle-off-bg:color-mix(in srgb,var(--stylergpt-history-toolbar-bg) 82%,var(--text-primary) 18%);background:var(--stylergpt-history-toolbar-bg);border:0;border-radius:10px;box-sizing:border-box;flex:0 0 auto;margin:0 6px 12px;min-height:36px;overflow:hidden;padding:6px 10px;font-size:14px;position:sticky;top:calc(var(--header-height, 52px));z-index:29;transition:background-color .18s ease}.feature-demo-bulk .stylergpt-history-toolbar__header{display:flex;justify-content:space-between;align-items:center;gap:6px;margin-bottom:0;min-height:24px}.feature-demo-bulk .stylergpt-history-toolbar__title{display:inline-flex;align-items:center;gap:8px;min-width:0}.feature-demo-bulk .stylergpt-history-toolbar__title-label{font-weight:500;color:var(--text-primary);font-size:14px;line-height:20px;min-width:0;display:-webkit-box;-webkit-box-orient:vertical;line-clamp:1;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis}.feature-demo-bulk .stylergpt-history-toolbar__title--expanded{max-width:calc(100% - 8px)}.feature-demo-bulk .stylergpt-history-toolbar__count{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:22px;padding:0 9px;border-radius:999px;background:rgba(59,130,246,.16);border:1px solid rgba(59,130,246,.28);color:#60a5fa;font-size:12px;font-weight:600;line-height:1;white-space:nowrap;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.04)}.feature-demo-bulk .stylergpt-history-toolbar__count[hidden]{display:none}.feature-demo-bulk .stylergpt-history-toolbar__toggle{position:relative;display:inline-block;width:36px;height:20px;cursor:pointer}.feature-demo-bulk .stylergpt-history-toolbar__toggle input{opacity:0;width:0;height:0}.feature-demo-bulk .stylergpt-history-toolbar__slider{position:absolute;top:0;left:0;right:0;bottom:0;background-color:var(--stylergpt-history-toolbar-toggle-off-bg);border-radius:20px;transition:background-color .22s ease,box-shadow .22s ease}.feature-demo-bulk .stylergpt-history-toolbar__slider:before{position:absolute;content:"";height:16px;width:16px;left:2px;bottom:2px;background-color:#fff;border-radius:50%;transition:transform .22s cubic-bezier(.2,0,0,1);will-change:transform}.feature-demo-bulk .stylergpt-history-toolbar__toggle input:checked+.stylergpt-history-toolbar__slider{background-color:var(--success)}.feature-demo-bulk .stylergpt-history-toolbar__toggle input:checked+.stylergpt-history-toolbar__slider:before{transform:translateX(16px)}.feature-demo-bulk .stylergpt-history-toolbar__content{display:block;max-height:0;overflow:hidden;opacity:0;transform:translateY(-6px);transition:max-height .24s cubic-bezier(.2,0,0,1),opacity .16s ease,transform .24s cubic-bezier(.2,0,0,1),margin-top .24s cubic-bezier(.2,0,0,1);will-change:max-height,opacity,transform}.feature-demo-bulk .stylergpt-history-toolbar__content-inner{min-height:0;overflow:hidden}.feature-demo-bulk .stylergpt-history-toolbar__content--expanded{max-height:var(--stylergpt-history-toolbar-content-max-height,72px);margin-top:8px;opacity:1;transform:translateY(0)}.feature-demo-bulk .stylergpt-history-toolbar__info{font-size:12px;color:var(--text-secondary);margin-bottom:12px}.feature-demo-bulk .stylergpt-history-toolbar__actions{display:grid;align-items:center;-moz-column-gap:12px;column-gap:12px;width:100%;max-width:100%}.feature-demo-bulk .stylergpt-history-toolbar__actions--five{grid-template-columns:repeat(2,minmax(0,1fr)) 1px repeat(3,minmax(0,1fr))}.feature-demo-bulk .stylergpt-history-toolbar__actions--four{grid-template-columns:repeat(2,minmax(0,1fr)) 1px repeat(2,minmax(0,1fr))}.feature-demo-bulk .stylergpt-history-toolbar__group{display:contents}.feature-demo-bulk .stylergpt-history-toolbar__divider{width:1px;align-self:stretch;min-height:24px;background:var(--border-light)}.feature-demo-bulk .stylergpt-history-toolbar__button{width:100%;height:30px;padding:0;border-radius:8px;border:1px solid var(--border-light);background:var(--stylergpt-history-toolbar-control-bg);color:var(--text-primary);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;min-width:0;transition:background .18s ease,border-color .18s ease,color .18s ease,opacity .18s ease}.feature-demo-bulk .stylergpt-history-toolbar__button:hover:not(:disabled){background:var(--stylergpt-history-toolbar-control-hover-bg);border-color:var(--border-medium)}.feature-demo-bulk .stylergpt-history-toolbar__button:focus-visible{outline:none;border-color:var(--link);box-shadow:0 0 0 2px rgba(41,100,170,.18)}.feature-demo-bulk .stylergpt-history-toolbar__button:disabled{opacity:.5;cursor:not-allowed}.feature-demo-bulk .stylergpt-history-toolbar__button-icon{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center}.feature-demo-bulk .stylergpt-history-toolbar__button-icon svg{width:16px;height:16px;display:block}.feature-demo-bulk .stylergpt-history-toolbar__button-icon--busy svg{animation:stylergpt-history-toolbar-spin .9s linear infinite}.feature-demo-bulk .stylergpt-history-toolbar__button--archive{color:#a16207}.feature-demo-bulk [data-bulk-mode=dark] .stylergpt-history-toolbar__button--archive{color:#fbbf24}.feature-demo-bulk .stylergpt-history-toolbar__button--assign{color:var(--text-primary)}.feature-demo-bulk .stylergpt-history-toolbar__button--delete{color:var(--text-danger)}.feature-demo-bulk .stylergpt-chat-checkbox{margin-top:0;margin-right:4px;cursor:pointer;width:14px;min-width:14px;height:14px;border-radius:4px;transform-origin:center;transition:opacity .18s ease,transform .18s cubic-bezier(.2,0,0,1),width .18s ease,min-width .18s ease,margin-right .18s ease;will-change:opacity,transform,width,min-width,margin-right}.feature-demo-bulk .demo-host-sidebar input:is(.stylergpt-chat-checkbox,.stylergpt-timestamp-checkbox){-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-grid;place-items:center;box-sizing:border-box;border:0!important;border-radius:4px;background-color:var(--sidebar-surface-tertiary)!important}.feature-demo-bulk .demo-host-sidebar input:is(.stylergpt-chat-checkbox,.stylergpt-timestamp-checkbox):checked{background-color:var(--text-primary)!important}.feature-demo-bulk .demo-host-sidebar input:is(.stylergpt-chat-checkbox,.stylergpt-timestamp-checkbox):checked:after{content:"";width:8px;height:5px;box-sizing:border-box;border:solid var(--main-surface-secondary);border-width:0 0 2px 2px;transform:translateY(-1px) rotate(-45deg)}.feature-demo-bulk .demo-host-sidebar input:is(.stylergpt-chat-checkbox,.stylergpt-timestamp-checkbox):focus-visible{outline:2px solid var(--text-primary);outline-offset:2px}.feature-demo-bulk .demo-host-sidebar [data-bulk-row]:has(>.stylergpt-chat-checkbox){gap:0}.feature-demo-bulk .demo-host-sidebar [data-bulk-row]>.stylergpt-chat-checkbox{margin-right:12px}.feature-demo-bulk .demo-host-sidebar [data-bulk-row]>.stylergpt-chat-checkbox.stylergpt-history-checkbox--hidden,.feature-demo-bulk .demo-host-sidebar [data-bulk-row]>.stylergpt-chat-checkbox.stylergpt-history-checkbox--pending-reveal{width:0;min-width:0;margin-right:-2px}.feature-demo-bulk .stylergpt-chat-folders-block .stylergpt-chat-folders-inline-row[data-stylergpt-conversation-row=true]>.stylergpt-chat-checkbox{margin-right:12px}.feature-demo-bulk .stylergpt-chat-folders-block .stylergpt-chat-folders-inline-row[data-stylergpt-conversation-row=true]>.stylergpt-chat-checkbox.stylergpt-history-checkbox--hidden{margin-right:0}.feature-demo-bulk .stylergpt-chat-folders-modal .stylergpt-modal-confirm__header{align-items:center}.feature-demo-bulk .stylergpt-chat-folders-modal .stylergpt-chat-folders-editor .stylergpt-modal-confirm__actions{margin-top:14px}.feature-demo-bulk .stylergpt-modal-confirm{font-family:var(--font-sans,"Segoe UI","Helvetica Neue",Arial,sans-serif);position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;background:transparent;display:flex;align-items:center;justify-content:center;z-index:9999;backdrop-filter:none;-webkit-backdrop-filter:none}.feature-demo-bulk .stylergpt-modal-confirm__content{--stylergpt-modal-surface:var(--bg-elevated-secondary,var(--main-surface-primary));--stylergpt-modal-control-bg:var(--bg-primary,var(--main-surface-secondary));--stylergpt-modal-control-hover-bg:color-mix(in srgb,var(--stylergpt-modal-control-bg) 88%,var(--text-primary) 12%);background:var(--stylergpt-modal-surface);border:1px solid var(--border-medium);border-radius:16px;padding:24px;max-width:420px;width:90%;position:relative;z-index:1;box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.feature-demo-bulk .stylergpt-modal-confirm__header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.feature-demo-bulk .stylergpt-modal-confirm__close{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;min-height:36px;padding:0;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--text-primary);cursor:pointer;flex:0 0 auto;transition:background .14s ease,border-color .14s ease}.feature-demo-bulk .stylergpt-modal-confirm__close:focus-visible,.feature-demo-bulk .stylergpt-modal-confirm__close:hover{background:var(--panel-surface-muted,var(--main-surface-secondary));border-color:transparent;color:var(--text-primary);outline:none}.feature-demo-bulk .stylergpt-modal-confirm__close svg{width:20px;height:20px;display:block}.feature-demo-bulk .stylergpt-modal-confirm__title{font-size:18px;font-weight:600;margin-bottom:16px;padding-right:0;color:var(--text-primary);min-width:0;display:-webkit-box;-webkit-box-orient:vertical;line-clamp:1;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis}.feature-demo-bulk .stylergpt-modal-confirm__header .stylergpt-modal-confirm__title{flex:1 1 auto;margin-bottom:0}.feature-demo-bulk .stylergpt-modal-confirm__title--warning{display:flex;align-items:center;gap:8px}.feature-demo-bulk .stylergpt-modal-confirm__icon{width:20px;height:20px;color:#f59e0b;flex-shrink:0}.feature-demo-bulk [data-bulk-mode=dark] .stylergpt-modal-confirm__icon{color:#fbbf24}.feature-demo-bulk .stylergpt-modal-confirm__text{margin-bottom:24px;color:var(--text-secondary);line-height:1.625}.feature-demo-bulk .stylergpt-modal-confirm__text--progress{margin-bottom:0;font-size:13px}.feature-demo-bulk .stylergpt-modal-confirm__progress{width:100%;height:8px;overflow:hidden;border-radius:999px;background:var(--main-surface-secondary)}.feature-demo-bulk .stylergpt-modal-confirm__progress-bar{display:block;height:100%;border-radius:inherit;background:var(--gray-700);transition:width .18s ease}.feature-demo-bulk [data-bulk-mode=dark] .stylergpt-modal-confirm__progress-bar{background:var(--gray-400)}.feature-demo-bulk .stylergpt-modal-confirm__progress-meta,.feature-demo-bulk .stylergpt-modal-confirm__progress-summary{display:flex;align-items:center;justify-content:space-between;gap:16px;color:var(--text-secondary);font-size:13px;line-height:1.5}.feature-demo-bulk .stylergpt-modal-confirm__progress-meta{margin-top:8px}.feature-demo-bulk .stylergpt-modal-confirm__progress-summary{margin-top:16px;margin-bottom:12px}.feature-demo-bulk .stylergpt-modal-confirm__actions{display:flex;gap:12px;justify-content:flex-end}.feature-demo-bulk .stylergpt-modal-confirm__button{padding:6px 12px;border-radius:999px;border:none;cursor:pointer;font-size:14px;transition:all .2s;font-weight:500;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feature-demo-bulk .stylergpt-modal-confirm__button--confirm{background:var(--gray-700)!important;background-color:var(--gray-700)!important;color:var(--gray-50)!important}.feature-demo-bulk .stylergpt-modal-confirm__button--confirm:hover{background:var(--gray-800)!important;background-color:var(--gray-800)!important}.feature-demo-bulk [data-bulk-mode=dark] .stylergpt-modal-confirm__button--confirm:hover,.feature-demo-bulk [data-bulk-mode=dark].stylergpt-modal-confirm__button--confirm:hover{background:var(--gray-600)!important;background-color:var(--gray-600)!important}.feature-demo-bulk .stylergpt-modal-confirm__button--cancel{background:var(--main-surface-secondary);color:var(--text-primary);border:1px solid var(--border-medium)}.feature-demo-bulk .stylergpt-modal-confirm__button--cancel:hover{background:var(--main-surface-tertiary)}.feature-demo-bulk .stylergpt-history-toolbar:has([data-bulk-toggle]:checked){--stylergpt-history-toolbar-bg:color-mix(in srgb,var(--stylergpt-history-toolbar-base-bg) 92%,var(--text-primary) 8%)}.feature-demo-bulk [data-bulk-mode=dark] .stylergpt-history-toolbar{--stylergpt-history-toolbar-bg:color-mix(in srgb,var(--stylergpt-history-toolbar-base-bg) 90%,var(--text-primary) 10%)}.feature-demo-bulk [data-bulk-mode=dark] .stylergpt-history-toolbar:has([data-bulk-toggle]:checked){--stylergpt-history-toolbar-bg:color-mix(in srgb,var(--stylergpt-history-toolbar-base-bg) 86%,var(--text-primary) 14%)}.feature-demo-bulk [data-bulk-mode] .stylergpt-modal-confirm__content{border-top:3px solid #0bb8da}.feature-demo-bulk [data-bulk-mode=dark] .stylergpt-modal-confirm__content{border-top-color:#1fd5f9}.feature-demo-bulk .stylergpt-branded-title{display:flex;align-items:center;gap:10px;min-width:0}.feature-demo-bulk .stylergpt-branded-title:before{content:"";width:24px;height:24px;flex:0 0 auto;background-image:var(--stylergpt-brand-mark);background-position:50%;background-size:contain;background-repeat:no-repeat}.feature-demo-bulk .stylergpt-branded-title>.stylergpt-modal-confirm__title{margin:0;min-width:0}.feature-demo-bulk :is([data-bulk-mode=light],[data-bulk-mode=dark]) .stylergpt-modal-confirm:before{transition-property:opacity!important;transition-duration:.2s!important;transition-timing-function:cubic-bezier(.22,1,.36,1)!important}@media (prefers-reduced-motion:reduce){.feature-demo-bulk :is([data-bulk-mode=light],[data-bulk-mode=dark]) .stylergpt-modal-confirm:before{transition:none!important}}.feature-demo-bulk [data-bulk-mode] .stylergpt-modal-confirm__content{border-top:3px solid #0bb8da!important}.feature-demo-bulk [data-bulk-mode=dark] .stylergpt-modal-confirm__content{border-top-color:#1fd5f9!important}