@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Sora:wght@500;600;700&display=swap";.streemo-theme-root{font-family:var(--streemo-font-sans, "Inter", system-ui, sans-serif);color:var(--streemo-color-text, #0f172a);background-color:var(--streemo-color-background, #f8fafc);box-sizing:border-box}.streemo-theme-root *,.streemo-theme-root *:before,.streemo-theme-root *:after{box-sizing:border-box}.streemo-btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--streemo-spacing-sm, 8px);font-family:inherit;font-weight:500;border-radius:var(--streemo-radius-md, 8px);border:1px solid transparent;cursor:pointer;transition:background-color var(--streemo-transition-fast, .15s ease),border-color var(--streemo-transition-fast, .15s ease),color var(--streemo-transition-fast, .15s ease),opacity var(--streemo-transition-fast, .15s ease)}.streemo-btn:focus-visible{outline:2px solid var(--streemo-color-focus, #6366f1);outline-offset:2px}.streemo-btn:disabled{opacity:.6;cursor:not-allowed}.streemo-btn--sm{padding:6px 12px;font-size:var(--streemo-font-size-xs, 12px)}.streemo-btn--md{padding:8px 16px;font-size:var(--streemo-font-size-sm, 14px)}.streemo-btn--lg{padding:10px 20px;font-size:var(--streemo-font-size-md, 16px)}.streemo-btn--primary{background:var(--streemo-color-primary);color:var(--streemo-color-primary-contrast);border-color:var(--streemo-color-primary)}.streemo-btn--primary:hover:not(:disabled){background:var(--streemo-color-primary-hover);border-color:var(--streemo-color-primary-hover)}.streemo-btn--secondary{background:var(--streemo-color-surface);color:var(--streemo-color-text);border-color:var(--streemo-color-border-strong)}.streemo-btn--secondary:hover:not(:disabled){background:var(--streemo-color-surface-hover);border-color:var(--streemo-color-border)}.streemo-btn--ghost{background:transparent;color:var(--streemo-color-text-muted);border-color:transparent}.streemo-btn--ghost:hover:not(:disabled){background:var(--streemo-color-surface-hover);color:var(--streemo-color-text)}.streemo-btn--danger{background:var(--streemo-color-danger);color:#fff;border-color:var(--streemo-color-danger)}.streemo-btn--danger:hover:not(:disabled){filter:brightness(.95)}.streemo-btn--full{width:100%}.streemo-btn__spinner{width:1em;height:1em;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:streemo-spin .6s linear infinite}.streemo-btn__icon{display:inline-flex;align-items:center}@keyframes streemo-spin{to{transform:rotate(360deg)}}.streemo-theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:1px solid var(--streemo-color-border);border-radius:var(--streemo-radius-md);background:var(--streemo-color-surface-hover);color:var(--streemo-color-text-muted);cursor:pointer;transition:color .2s,background .2s,border-color .2s;font-family:inherit}.streemo-theme-toggle:hover{color:var(--streemo-color-text);background:var(--streemo-color-surface-hover)}.streemo-theme-toggle:focus-visible{outline:2px solid var(--streemo-color-primary);outline-offset:2px}.streemo-input-wrap{display:flex;flex-direction:column;gap:4px}.streemo-input-label{font-size:var(--streemo-font-size-sm, 14px);font-weight:500;color:var(--streemo-color-text)}.streemo-input{width:100%;padding:8px 12px;font-size:var(--streemo-font-size-sm, 14px);font-family:inherit;color:var(--streemo-color-text);background:var(--streemo-color-surface);border:1px solid var(--streemo-color-border-strong);border-radius:var(--streemo-radius-md, 8px);transition:border-color var(--streemo-transition-fast),box-shadow var(--streemo-transition-fast)}.streemo-input::placeholder{color:var(--streemo-color-text-muted)}.streemo-input:hover:not(:disabled){border-color:var(--streemo-color-border)}.streemo-input:focus{outline:none;border-color:var(--streemo-color-primary);box-shadow:0 0 0 3px #6366f126}.streemo-input--error{border-color:var(--streemo-color-danger)}.streemo-input-hint,.streemo-input-error{font-size:var(--streemo-font-size-xs, 12px);color:var(--streemo-color-text-muted)}.streemo-input-error{color:var(--streemo-color-danger)}.streemo-card{background:var(--streemo-color-surface);border:1px solid var(--streemo-color-border);border-radius:var(--streemo-radius-lg, 12px);box-shadow:var(--streemo-shadow-sm, 0 1px 2px rgba(0,0,0,.05))}.streemo-card--padding-none{padding:0}.streemo-card--padding-sm{padding:var(--streemo-spacing-sm, 8px)}.streemo-card--padding-md{padding:var(--streemo-spacing-md, 16px)}.streemo-card--padding-lg{padding:var(--streemo-spacing-lg, 24px)}.streemo-badge{display:inline-flex;align-items:center;padding:2px 8px;font-size:var(--streemo-font-size-xs, 12px);font-weight:500;border-radius:var(--streemo-radius-sm, 6px)}.streemo-badge--default{background:var(--streemo-color-surface-hover);color:var(--streemo-color-text-muted);border:1px solid var(--streemo-color-border)}.streemo-badge--success{background:#dcfce7;color:var(--streemo-color-success, #22c55e)}.streemo-badge--warning{background:#fef3c7;color:var(--streemo-color-warning, #f59e0b)}.streemo-badge--danger{background:#fee2e2;color:var(--streemo-color-danger)}.streemo-avatar{border-radius:9999px;object-fit:cover;background:var(--streemo-color-surface-hover);display:flex;align-items:center;justify-content:center;font-weight:600;color:var(--streemo-color-text-muted)}.streemo-spinner{width:24px;height:24px;border:2px solid var(--streemo-color-border);border-top-color:var(--streemo-color-primary);border-radius:50%;animation:streemo-spin .6s linear infinite}.streemo-skeleton{background:linear-gradient(90deg,var(--streemo-color-surface-hover) 25%,var(--streemo-color-border) 50%,var(--streemo-color-surface-hover) 75%);background-size:200% 100%;animation:streemo-skeleton 1.2s ease-in-out infinite;border-radius:var(--streemo-radius-sm, 6px)}@keyframes streemo-skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}.streemo-empty{text-align:center;padding:var(--streemo-spacing-xl, 32px)}.streemo-empty__icon{margin-bottom:var(--streemo-spacing-md, 16px);color:var(--streemo-color-text-muted)}.streemo-empty__title{font-size:var(--streemo-font-size-lg, 18px);font-weight:600;color:var(--streemo-color-text);margin:0 0 8px}.streemo-empty__desc{font-size:var(--streemo-font-size-sm, 14px);color:var(--streemo-color-text-muted);margin:0 0 var(--streemo-spacing-md, 16px)}.streemo-empty__action{margin-top:var(--streemo-spacing-md, 16px)}.streemo-divider{border:none;height:1px;background:var(--streemo-color-border);margin:var(--streemo-spacing-md, 16px) 0}.streemo-text{margin:0;color:var(--streemo-color-text)}.streemo-text--muted{color:var(--streemo-color-text-muted)}.streemo-text--xs{font-size:var(--streemo-font-size-xs, 12px)}.streemo-text--sm{font-size:var(--streemo-font-size-sm, 14px)}.streemo-text--md{font-size:var(--streemo-font-size-md, 16px)}.streemo-text--lg{font-size:var(--streemo-font-size-lg, 18px)}.streemo-modal-backdrop{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1100;padding:var(--streemo-spacing-md, 16px)}.streemo-modal{background:var(--streemo-color-surface);border-radius:var(--streemo-radius-lg, 12px);box-shadow:var(--streemo-shadow-lg);max-width:440px;width:100%;max-height:90vh;overflow:auto}.streemo-modal__header{padding:var(--streemo-spacing-md, 16px) var(--streemo-spacing-lg, 24px);border-bottom:1px solid var(--streemo-color-border)}.streemo-modal__title{font-size:var(--streemo-font-size-lg, 18px);font-weight:600;margin:0;color:var(--streemo-color-text)}.streemo-modal__body{padding:var(--streemo-spacing-lg, 24px)}.streemo-modal__footer{padding:var(--streemo-spacing-md, 16px) var(--streemo-spacing-lg, 24px);border-top:1px solid var(--streemo-color-border);display:flex;justify-content:flex-end;gap:var(--streemo-spacing-sm, 8px)}.streemo-scroll-area{overflow-y:auto}.streemo-select{width:100%;padding:8px 12px;font-size:var(--streemo-font-size-sm, 14px);font-family:inherit;color:var(--streemo-color-text);background:var(--streemo-color-surface);border:1px solid var(--streemo-color-border-strong);border-radius:var(--streemo-radius-md, 8px);cursor:pointer}.streemo-textarea{min-height:80px;resize:vertical}.streemo-tabs__list{display:flex;gap:2px;border-bottom:1px solid var(--streemo-color-border);margin-bottom:var(--streemo-spacing-md, 16px)}.streemo-tabs__tab{padding:8px 16px;font-size:var(--streemo-font-size-sm, 14px);font-weight:500;border:none;background:transparent;color:var(--streemo-color-text-muted);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px}.streemo-tabs__tab:hover{color:var(--streemo-color-text)}.streemo-tabs__tab--active{color:var(--streemo-color-primary);border-bottom-color:var(--streemo-color-primary)}.streemo-tabs__tab:focus-visible{outline:2px solid var(--streemo-color-focus);outline-offset:2px}.streemo-tabs__panel{outline:none}.streemo-checkbox-wrap{display:flex;align-items:flex-start;gap:8px}.streemo-checkbox{width:18px;height:18px;margin-top:2px;accent-color:var(--streemo-color-primary);cursor:pointer}.streemo-checkbox-label{font-size:var(--streemo-font-size-sm, 14px);color:var(--streemo-color-text);cursor:pointer}.streemo-feature-checkbox-group{display:flex;flex-direction:column;gap:10px}.streemo-feature-checkbox-group__label{margin:0;font-size:var(--streemo-font-size-sm, 14px);font-weight:600;color:var(--streemo-color-text)}.streemo-feature-checkbox-group__hint{margin:0;font-size:var(--streemo-font-size-xs, 12px);color:var(--streemo-color-text-muted)}.streemo-feature-checkbox-group__category{border:1px solid var(--streemo-color-border);border-radius:var(--streemo-radius-md, 8px);padding:10px 12px;display:flex;flex-direction:column;gap:8px}.streemo-feature-checkbox-group__category-title{margin:0;font-size:var(--streemo-font-size-xs, 12px);text-transform:uppercase;letter-spacing:.04em;color:var(--streemo-color-text-muted)}.streemo-feature-checkbox-group__list{display:flex;flex-direction:column;gap:8px}.streemo-feature-checkbox-group__option{display:inline-flex;flex-direction:column;gap:2px}.streemo-feature-checkbox-group__option-title{color:var(--streemo-color-text)}.streemo-feature-checkbox-group__option-description{color:var(--streemo-color-text-muted);font-size:var(--streemo-font-size-xs, 12px)}.streemo-switch-wrap{display:inline-flex;align-items:center;gap:10px;cursor:pointer}.streemo-switch{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0)}.streemo-switch__track{width:40px;height:22px;border-radius:9999px;background:var(--streemo-color-border-strong);position:relative;transition:background var(--streemo-transition-fast)}.streemo-switch__track:after{content:"";position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:var(--streemo-color-surface);box-shadow:var(--streemo-shadow-sm);transition:transform var(--streemo-transition-fast)}.streemo-switch:checked+.streemo-switch__track{background:var(--streemo-color-primary)}.streemo-switch:checked+.streemo-switch__track:after{transform:translate(18px)}.streemo-switch:focus-visible+.streemo-switch__track{box-shadow:0 0 0 2px var(--streemo-color-focus)}.streemo-switch-label{font-size:var(--streemo-font-size-sm, 14px);color:var(--streemo-color-text)}.streemo-radio-group__label{display:block;font-size:var(--streemo-font-size-sm, 14px);font-weight:500;margin-bottom:8px;color:var(--streemo-color-text)}.streemo-radio-wrap{display:flex;align-items:center;gap:8px;cursor:pointer;margin-bottom:6px}.streemo-radio-wrap input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0)}.streemo-radio__dot{width:18px;height:18px;border-radius:50%;border:2px solid var(--streemo-color-border-strong);position:relative;transition:border-color var(--streemo-transition-fast)}.streemo-radio-wrap input:checked+.streemo-radio__dot:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;border-radius:50%;background:var(--streemo-color-primary)}.streemo-radio-wrap input:checked+.streemo-radio__dot{border-color:var(--streemo-color-primary)}.streemo-radio-wrap input:focus-visible+.streemo-radio__dot{box-shadow:0 0 0 2px var(--streemo-color-focus)}.streemo-radio-label{font-size:var(--streemo-font-size-sm, 14px);color:var(--streemo-color-text)}.streemo-tooltip-trigger{position:relative;display:inline-flex}.streemo-tooltip{position:absolute;z-index:1000;padding:6px 10px;font-size:var(--streemo-font-size-xs, 12px);background:var(--streemo-color-text);color:var(--streemo-color-surface);border-radius:var(--streemo-radius-sm, 6px);white-space:nowrap;max-width:240px;white-space:normal}.streemo-tooltip--top{bottom:100%;left:50%;transform:translate(-50%);margin-bottom:6px}.streemo-tooltip--bottom{top:100%;left:50%;transform:translate(-50%);margin-top:6px}.streemo-tooltip--left{right:100%;top:50%;transform:translateY(-50%);margin-right:6px}.streemo-tooltip--right{left:100%;top:50%;transform:translateY(-50%);margin-left:6px}.streemo-dropdown{position:relative;display:inline-block}.streemo-dropdown>div:first-child{cursor:pointer}.streemo-dropdown__menu{position:absolute;z-index:1000;min-width:160px;padding:4px;margin:4px 0 0;background:var(--streemo-color-surface);border:1px solid var(--streemo-color-border);border-radius:var(--streemo-radius-md, 8px);box-shadow:var(--streemo-shadow-lg);list-style:none}.streemo-dropdown__menu--bottom-start{top:100%;left:0}.streemo-dropdown__menu--bottom-end{top:100%;right:0;left:auto}.streemo-dropdown__menu--top-start{bottom:100%;left:0;margin:0 0 4px}.streemo-dropdown__menu--top-end{bottom:100%;right:0;left:auto;margin:0 0 4px}.streemo-dropdown__item{display:block;width:100%;padding:8px 12px;text-align:left;border:none;background:transparent;font-size:var(--streemo-font-size-sm, 14px);color:var(--streemo-color-text);cursor:pointer;border-radius:var(--streemo-radius-sm, 6px)}.streemo-dropdown__item:hover:not(:disabled){background:var(--streemo-color-surface-hover)}.streemo-dropdown__item:disabled{opacity:.5;cursor:not-allowed}.streemo-drawer-backdrop{position:fixed;inset:0;background:#0006;z-index:1100}.streemo-drawer{position:fixed;top:0;bottom:0;width:360px;max-width:90vw;background:var(--streemo-color-surface);box-shadow:var(--streemo-shadow-lg);display:flex;flex-direction:column;z-index:1101}.streemo-drawer--left{left:0}.streemo-drawer--right{right:0}.streemo-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:var(--streemo-spacing-md, 16px);border-bottom:1px solid var(--streemo-color-border)}.streemo-drawer__title{font-size:var(--streemo-font-size-lg, 18px);font-weight:600;margin:0}.streemo-drawer__close{width:32px;height:32px;border:none;background:transparent;font-size:24px;line-height:1;cursor:pointer;color:var(--streemo-color-text-muted);border-radius:var(--streemo-radius-sm, 6px)}.streemo-drawer__close:hover{background:var(--streemo-color-surface-hover);color:var(--streemo-color-text)}.streemo-drawer__body{flex:1;overflow-y:auto;padding:var(--streemo-spacing-md, 16px)}.streemo-code-block,.streemo-code-block *{box-sizing:border-box}.streemo-code-block{overflow:hidden;border:1px solid var(--streemo-color-border, #d4d4d4);border-radius:var(--streemo-radius-md, 8px)}.streemo-code-block__header{display:flex;align-items:center;justify-content:space-between;min-height:44px;padding:0 12px}.streemo-code-block__lang{font-size:12px;line-height:1;font-weight:500;opacity:.9}.streemo-code-block__copy-button{appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;min-width:64px;height:30px;margin:0;padding:0 10px;border:1px solid transparent;border-radius:6px;font:inherit;font-size:12px;line-height:1;cursor:pointer}.streemo-code-block__body{overflow:auto}.streemo-code-block__content{display:grid;grid-template-columns:auto 1fr;align-items:start}.streemo-code-block__gutter{padding:16px 0;-webkit-user-select:none;user-select:none}.streemo-code-block__line-number{display:block;width:56px;padding:0 12px 0 16px;text-align:right;font-family:Consolas,SFMono-Regular,Menlo,Monaco,Courier New,monospace;font-size:13px;line-height:1.6;font-variant-numeric:tabular-nums}.streemo-code-block__shiki{min-width:0;overflow:auto}.streemo-code-block__shiki .shiki{margin:0!important;padding:16px 16px 16px 0!important;background:transparent!important;font-size:13px!important;line-height:1.6!important;font-family:Consolas,SFMono-Regular,Menlo,Monaco,Courier New,monospace!important}.streemo-code-block__shiki .shiki code{display:block;white-space:pre}.streemo-code-block__fallback-pre{margin:0;padding:16px;overflow:auto}.streemo-code-block__fallback-code{display:block;white-space:pre;tab-size:2;font-size:13px;line-height:1.6;font-family:Consolas,SFMono-Regular,Menlo,Monaco,Courier New,monospace}.streemo-theme-root[data-theme=light] .streemo-code-block,.streemo-code-block[data-theme=light]{background:#fff;border-color:#e5e5e5}.streemo-theme-root[data-theme=light] .streemo-code-block__header,.streemo-code-block[data-theme=light] .streemo-code-block__header{background:#f3f3f3;border-bottom:1px solid #d4d4d4}.streemo-theme-root[data-theme=light] .streemo-code-block__lang,.streemo-code-block[data-theme=light] .streemo-code-block__lang{color:#6f6f6f}.streemo-theme-root[data-theme=light] .streemo-code-block__copy-button,.streemo-code-block[data-theme=light] .streemo-code-block__copy-button{color:#444;border-color:#d4d4d4;background:#fff}.streemo-theme-root[data-theme=light] .streemo-code-block__line-number,.streemo-code-block[data-theme=light] .streemo-code-block__line-number{color:#237893}.streemo-theme-root[data-theme=light] .streemo-code-block__fallback-code,.streemo-code-block[data-theme=light] .streemo-code-block__fallback-code{color:#000}.streemo-theme-root[data-theme=dark] .streemo-code-block,.streemo-code-block[data-theme=dark]{background:#1e1e1e;border-color:#3c3c3c}.streemo-theme-root[data-theme=dark] .streemo-code-block__header,.streemo-code-block[data-theme=dark] .streemo-code-block__header{background:#252526;border-bottom:1px solid #3c3c3c}.streemo-theme-root[data-theme=dark] .streemo-code-block__lang,.streemo-code-block[data-theme=dark] .streemo-code-block__lang{color:#bbb}.streemo-theme-root[data-theme=dark] .streemo-code-block__copy-button,.streemo-code-block[data-theme=dark] .streemo-code-block__copy-button{color:#ccc;border-color:#454545;background:#2d2d2d}.streemo-theme-root[data-theme=dark] .streemo-code-block__line-number,.streemo-code-block[data-theme=dark] .streemo-code-block__line-number{color:#858585}.streemo-theme-root[data-theme=dark] .streemo-code-block__fallback-code,.streemo-code-block[data-theme=dark] .streemo-code-block__fallback-code{color:#d4d4d4}.streemo-toast-container{position:fixed;bottom:24px;right:24px;z-index:1200;display:flex;flex-direction:column;gap:8px;max-width:360px}.streemo-toast{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;background:var(--streemo-color-surface);border:1px solid var(--streemo-color-border);border-radius:var(--streemo-radius-md, 8px);box-shadow:var(--streemo-shadow-lg)}.streemo-toast--success{border-color:var(--streemo-color-success);background:#dcfce7}.streemo-toast--error{border-color:var(--streemo-color-danger);background:#fee2e2}.streemo-toast__message{font-size:var(--streemo-font-size-sm, 14px);color:var(--streemo-color-text)}.streemo-toast__dismiss{padding:4px;border:none;background:transparent;cursor:pointer;font-size:18px;line-height:1;color:var(--streemo-color-text-muted);border-radius:var(--streemo-radius-sm, 6px)}.streemo-toast__dismiss:hover{background:var(--streemo-color-surface-hover);color:var(--streemo-color-text)}.streemo-icon-btn{flex-shrink:0}.streemo-page-header{margin-bottom:var(--streemo-spacing-lg, 24px)}.streemo-page-header__top{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--streemo-spacing-md, 16px)}.streemo-page-header__title{font-size:var(--streemo-font-size-xl, 20px);font-weight:600;margin:0;color:var(--streemo-color-text)}.streemo-page-header__desc{font-size:var(--streemo-font-size-sm, 14px);color:var(--streemo-color-text-muted);margin:4px 0 0}.streemo-page-header__action{flex-shrink:0}.streemo-section__header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--streemo-spacing-md, 16px);margin-bottom:var(--streemo-spacing-md, 16px)}.streemo-section__title{font-size:var(--streemo-font-size-lg, 18px);font-weight:600;margin:0;color:var(--streemo-color-text)}.streemo-section__desc{font-size:var(--streemo-font-size-sm, 14px);color:var(--streemo-color-text-muted);margin:4px 0 0}.streemo-section__action{flex-shrink:0}.streemo-heading{margin:0;font-weight:600;letter-spacing:-.03em;line-height:1.2;color:var(--streemo-color-text)}.streemo-heading--xs{font-size:1rem}.streemo-heading--sm{font-size:1.25rem}.streemo-heading--md{font-size:1.5rem}.streemo-heading--lg{font-size:2rem}.streemo-heading--xl{font-size:2.5rem}@media(min-width:768px){.streemo-heading--md{font-size:1.75rem}.streemo-heading--lg{font-size:2.5rem}.streemo-heading--xl{font-size:3.25rem}}@media(min-width:1024px){.streemo-heading--lg{font-size:3rem}.streemo-heading--xl{font-size:3.75rem}}.streemo-heading--gradient{background:linear-gradient(135deg,var(--streemo-color-text) 0%,var(--streemo-color-text-muted) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.streemo-accordion{display:flex;flex-direction:column;gap:var(--streemo-spacing-sm, 8px)}.streemo-accordion__item{background:var(--streemo-color-surface);border:1px solid var(--streemo-color-border);border-radius:var(--streemo-radius-lg, 12px);overflow:hidden;transition:border-color .2s ease}.streemo-accordion__item:hover{border-color:var(--streemo-color-border-strong)}.streemo-accordion__trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:var(--streemo-spacing-md, 16px) var(--streemo-spacing-lg, 24px);font-size:var(--streemo-font-size-md, 16px);font-weight:500;color:var(--streemo-color-text);text-align:left;background:transparent;border:none;cursor:pointer;transition:color .2s ease;font-family:inherit}.streemo-accordion__trigger:hover{color:var(--streemo-color-primary)}.streemo-accordion__trigger:focus-visible{outline:2px solid var(--streemo-color-primary);outline-offset:2px}.streemo-accordion__icon{flex-shrink:0;width:1.25rem;height:1.25rem;color:var(--streemo-color-text-muted);transition:transform .2s ease}.streemo-accordion__icon--open{transform:rotate(180deg)}.streemo-accordion__panel{max-height:0;overflow:hidden;transition:max-height .3s ease}.streemo-accordion__panel--open{max-height:500px}.streemo-accordion__content{padding:0 var(--streemo-spacing-lg, 24px) var(--streemo-spacing-lg, 24px);color:var(--streemo-color-text-muted);font-size:.9375rem;line-height:1.6}.streemo-accordion__content p{margin:0 0 .75rem}.streemo-accordion__content p:last-child{margin-bottom:0}.streemo-table-wrap{overflow-x:auto;border:1px solid var(--streemo-color-border);border-radius:var(--streemo-radius-lg, 12px);background:var(--streemo-color-surface)}.streemo-table{width:100%;border-collapse:collapse;font-size:var(--streemo-font-size-sm, 14px)}.streemo-table th,.streemo-table td{text-align:left;padding:12px 16px;border-bottom:1px solid var(--streemo-color-border)}.streemo-table th{font-weight:600;color:var(--streemo-color-text-muted);background:var(--streemo-color-surface-hover)}.streemo-table tbody tr:last-child td{border-bottom:none}.streemo-table tbody tr:hover{background:var(--streemo-color-surface-hover)}.streemo-table-empty{padding:var(--streemo-spacing-xl, 32px);text-align:center;color:var(--streemo-color-text-muted)}.streemo-table-empty__text{margin:0 0 var(--streemo-spacing-md, 16px)}.streemo-stat-card{border:1px solid var(--streemo-color-border);border-radius:var(--streemo-radius-lg, 12px);padding:var(--streemo-spacing-lg, 24px);background:var(--streemo-color-surface);display:flex;flex-direction:column;gap:var(--streemo-spacing-sm, 8px)}.streemo-stat-card__label{font-size:var(--streemo-font-size-sm, 14px);color:var(--streemo-color-text-muted)}.streemo-stat-card__value{font-size:24px;font-weight:600;letter-spacing:-.02em;color:var(--streemo-color-text)}.streemo-confirm-dialog__desc{margin:0;font-size:var(--streemo-font-size-sm, 14px);color:var(--streemo-color-text-muted)}.vc-root{display:grid;gap:12px}.vc-row{display:flex;gap:10px;align-items:center}.vc-wrap{flex-wrap:wrap}.vc-toolbar{display:flex;justify-content:space-between;gap:10px;align-items:center}.vc-video-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.vc-video-tile{background:var(--streemo-color-surface, #1e293b);border-radius:var(--streemo-radius-lg, 12px);overflow:hidden;position:relative}.vc-video-tile video{width:100%;min-height:210px;background:#000}.vc-video-tile video.vc-video-mirrored{transform:scaleX(-1)}.vc-video-placeholder{min-height:210px;display:grid;place-items:center;gap:10px;color:var(--streemo-color-text-muted, #94a3b8);padding:var(--streemo-spacing-md, 16px)}.vc-avatar-circle{width:72px;height:72px;border-radius:999px;background:var(--streemo-color-surface-hover, #334155);color:var(--streemo-color-primary-contrast, #f8fafc);display:grid;place-items:center;font-weight:700;font-size:22px}.vc-video-play-button{position:absolute;top:12px;right:12px;z-index:2;background:color-mix(in srgb,var(--streemo-color-surface, #1e293b) 88%,transparent);color:var(--streemo-color-primary-contrast, #f8fafc);border:1px solid var(--streemo-color-border-strong, #475569);border-radius:var(--streemo-radius-md, 10px);padding:10px 14px;cursor:pointer}.vc-video-tile p{padding:8px 10px;color:var(--streemo-color-text-muted, #94a3b8);font-size:13px;margin:0}.vc-video-subtitle{padding:0 10px 10px;color:var(--streemo-color-text-muted, #94a3b8);font-size:12px}.vc-muted{color:var(--streemo-color-text-muted, #64748b)}.vc-error{color:var(--streemo-color-danger, #ef4444)}.vc-chat-panel{border:1px solid var(--streemo-color-border, #e2e8f0);border-radius:var(--streemo-radius-lg, 12px);background:var(--streemo-color-surface, #fff);padding:10px;display:grid;gap:8px}.vc-chat-header{display:flex;justify-content:space-between;align-items:center}.vc-chat-unread{color:var(--streemo-color-primary, #6366f1);font-size:12px}.vc-chat-list{max-height:320px;overflow-y:auto;display:grid;gap:8px;padding:4px;border:1px solid var(--streemo-color-border, #e2e8f0);border-radius:var(--streemo-radius-md, 10px)}.vc-chat-item{background:var(--streemo-color-surface-hover, #f1f5f9);border-radius:var(--streemo-radius-md, 8px);padding:8px;display:grid;gap:4px}.vc-chat-item.own{background:color-mix(in srgb,var(--streemo-color-primary, #6366f1) 8%,var(--streemo-color-surface, #fff))}.vc-chat-meta{display:flex;gap:8px;color:var(--streemo-color-text-muted, #64748b);font-size:12px;margin:0}.vc-chat-deleted{color:var(--streemo-color-text-muted, #94a3b8);font-style:italic}.vc-chat-actions,.vc-chat-edit-row{display:flex;gap:8px}.vc-chat-muted{color:#6b7280;font-size:12px;margin:0}.st-theme{color:var(--streemo-color-text, #0f172a)}.st-chat{display:grid;grid-template-columns:280px 1fr;gap:12px;background:var(--streemo-color-background, #f8fafc)}.st-channel-list{border:1px solid var(--streemo-color-border, #e2e8f0);border-radius:var(--streemo-radius-lg, 12px);padding:8px;display:grid;gap:6px;max-height:70vh;overflow:auto}.st-channel-preview{border:1px solid transparent;border-radius:var(--streemo-radius-lg, 12px);background:var(--streemo-color-surface-hover, #f8fafc);padding:8px;display:flex;justify-content:space-between}.st-channel-preview.is-active{border-color:var(--streemo-color-primary, #6366f1);background:color-mix(in srgb,var(--streemo-color-primary, #6366f1) 12%,var(--streemo-color-surface, #fff))}.st-channel-preview__unread{background:var(--streemo-color-primary, #6366f1);color:var(--streemo-color-primary-contrast, #fff);border-radius:999px;min-width:22px;text-align:center}.st-channel{border:1px solid var(--streemo-color-border, #e2e8f0);border-radius:var(--streemo-radius-lg, 12px);padding:10px;display:grid;gap:8px}.st-message-list{display:grid;gap:8px}.st-message{border:1px solid var(--streemo-color-border, #e2e8f0);border-radius:var(--streemo-radius-lg, 12px);padding:8px;background:var(--streemo-color-surface, #fff)}.st-message.is-own{background:color-mix(in srgb,var(--streemo-color-primary, #6366f1) 8%,var(--streemo-color-surface, #fff))}.st-message__meta{display:flex;gap:8px;color:var(--streemo-color-text-muted, #64748b);font-size:12px}.st-message__actions{display:flex;gap:8px;align-items:center}.st-message-input{display:grid;gap:6px}.st-chat-message-input{--st-chat-input-bg: var(--streemo-color-surface, #ffffff);--st-chat-input-border: var(--streemo-color-border, #dbe3ef);--st-chat-input-border-focus: color-mix(in srgb, var(--streemo-color-primary, #6366f1) 55%, #ffffff);--st-chat-input-text: var(--streemo-color-text, #0f172a);--st-chat-input-placeholder: var(--streemo-color-text-muted, #94a3b8);--st-chat-input-send-bg: var(--streemo-color-primary, #6366f1);--st-chat-input-send-text: var(--streemo-color-primary-contrast, #ffffff);--st-chat-input-send-bg-hover: color-mix(in srgb, var(--streemo-color-primary, #6366f1) 84%, #000000);display:flex;align-items:flex-end;gap:8px;border:1px solid var(--st-chat-input-border);border-radius:16px;background:var(--st-chat-input-bg);padding:8px;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.st-chat-message-input:focus-within{border-color:var(--st-chat-input-border-focus);box-shadow:0 0 0 3px color-mix(in srgb,var(--streemo-color-primary, #6366f1) 18%,transparent)}.st-chat-message-input__field{appearance:none;flex:1;width:100%;min-height:40px;max-height:140px;resize:none;border:none;outline:none;margin:0;padding:8px 10px;background:transparent;color:var(--st-chat-input-text);font:500 14px/1.45 Inter,Segoe UI,-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif;caret-color:var(--streemo-color-primary, #6366f1)}.st-chat-message-input__field::placeholder{color:var(--st-chat-input-placeholder)}.st-chat-message-input__field:disabled{cursor:not-allowed;opacity:.72}.st-chat-message-input__adornment{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;min-width:32px;min-height:32px;color:var(--st-chat-input-placeholder)}.st-chat-message-input__adornment>button{appearance:none;border:1px solid var(--st-chat-input-border);border-radius:10px;min-width:32px;min-height:32px;background:color-mix(in srgb,var(--st-chat-input-bg) 92%,#eef2ff);color:var(--st-chat-input-text);cursor:pointer;transition:background-color .18s ease,border-color .18s ease,transform .12s ease}.st-chat-message-input__adornment>button:hover{border-color:var(--st-chat-input-border-focus);background:color-mix(in srgb,var(--st-chat-input-bg) 80%,#e2e8f0)}.st-chat-message-input__adornment>button:active{transform:translateY(1px)}.st-chat-message-input__adornment>button:disabled{opacity:.5;cursor:not-allowed}.st-chat-message-input__send{appearance:none;border:none;border-radius:12px;min-width:80px;height:40px;padding:0 14px;background:var(--st-chat-input-send-bg);color:var(--st-chat-input-send-text);font:600 13px/1 Inter,Segoe UI,-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:transform .12s ease,background-color .18s ease,opacity .18s ease}.st-chat-message-input__send:hover:not(:disabled){background:var(--st-chat-input-send-bg-hover)}.st-chat-message-input__send:active:not(:disabled){transform:translateY(1px)}.st-chat-message-input__send:disabled{cursor:not-allowed;opacity:.45}.st-chat-message-input__send--icon-only{min-width:40px;width:40px;padding:0}.st-chat-message-input__send-icon{display:inline-flex;align-items:center;justify-content:center;font-size:14px}.st-chat-message-input__send-label{display:inline-block}.st-chat-message-input.vc-chat-input-row{margin-top:2px}.st-reaction-picker{display:flex;gap:4px}.st-reaction-picker>button{border:1px solid var(--streemo-color-border-strong, #cbd5e1);border-radius:var(--streemo-radius-md, 8px);background:var(--streemo-color-surface, #fff)}.st-thread{border-left:3px solid var(--streemo-color-primary, #6366f1);padding-left:10px;display:grid;gap:8px}.st-thread__header{display:flex;justify-content:space-between}.st-typing-indicator{color:var(--streemo-color-text-muted, #64748b);font-size:12px}.st-participant-grid{display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.st-call-controls{display:flex;flex-wrap:wrap;gap:8px}.st-presence{width:10px;height:10px;border-radius:999px;display:inline-block}.st-presence--online{background:var(--streemo-color-success, #22c55e)}.st-presence--away{background:var(--streemo-color-warning, #f59e0b)}.st-presence--offline{background:var(--streemo-color-text-muted, #94a3b8)}.st-user-status{display:inline-flex;gap:6px;align-items:center}.st-spinner{display:inline-flex;align-items:center;gap:8px}:root{--space-2xs: 4px;--space-xs: 8px;--space-sm: 12px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--space-2xl: 40px;--radius-sm: 10px;--radius-md: 16px;--radius-lg: 22px;--radius-xl: 28px;--shadow-sm: 0 1px 2px rgba(15, 23, 42, .08);--shadow-md: 0 12px 32px rgba(15, 23, 42, .1);--shadow-lg: 0 18px 44px rgba(15, 23, 42, .14);--app-bg: #f1f5ff;--app-surface: rgba(255, 255, 255, .88);--app-surface-solid: #ffffff;--app-surface-strong: #eef2ff;--app-border: rgba(124, 132, 168, .24);--app-border-strong: rgba(100, 116, 219, .45);--app-text: #111727;--app-text-muted: #5f6b85;--app-primary: #4f46e5;--app-primary-hover: #4338ca;--app-success: #059669;--app-danger: #dc2626;--app-warning: #d97706;--header-height: 74px;--ease-fluid: .22s cubic-bezier(.22, 1, .36, 1);--streemo-font-sans: "Manrope", system-ui, sans-serif;--streemo-radius-sm: var(--radius-sm);--streemo-radius-md: var(--radius-md);--streemo-radius-lg: var(--radius-lg);--streemo-spacing-xs: var(--space-xs);--streemo-spacing-sm: var(--space-sm);--streemo-spacing-md: var(--space-md);--streemo-spacing-lg: var(--space-lg);--streemo-color-background: var(--app-bg);--streemo-color-surface: var(--app-surface-solid);--streemo-color-surface-hover: var(--app-surface-strong);--streemo-color-border: var(--app-border);--streemo-color-border-strong: var(--app-border-strong);--streemo-color-text: var(--app-text);--streemo-color-text-muted: var(--app-text-muted);--streemo-color-primary: var(--app-primary);--streemo-color-primary-hover: var(--app-primary-hover);--streemo-color-primary-contrast: #ffffff;--streemo-color-success: var(--app-success);--streemo-color-danger: var(--app-danger);--streemo-color-warning: var(--app-warning)}.streemo-theme-root{min-height:100vh;background:radial-gradient(circle at 20% 20%,rgba(79,70,229,.14),transparent 46%),radial-gradient(circle at 80% 0%,rgba(14,165,233,.18),transparent 44%),var(--app-bg);color:var(--app-text)}.streemo-theme-root[data-theme=dark],:root[data-theme=dark] .streemo-theme-root{--app-bg: #060b1c;--app-surface: rgba(16, 23, 42, .82);--app-surface-solid: #111a30;--app-surface-strong: #17213c;--app-border: rgba(148, 163, 184, .2);--app-border-strong: rgba(129, 140, 248, .5);--app-text: #e6edf8;--app-text-muted: #98a5c5;--app-primary: #818cf8;--app-primary-hover: #6366f1;--shadow-sm: 0 1px 2px rgba(2, 6, 23, .35);--shadow-md: 0 16px 34px rgba(2, 6, 23, .44);--shadow-lg: 0 22px 46px rgba(2, 6, 23, .58)}*,*:before,*:after{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;font-family:var(--streemo-font-sans);color:var(--app-text)}a{color:var(--app-primary)}p,h1,h2,h3,h4{margin:0}button,input,textarea,select{font:inherit}.app-global-header{position:sticky;top:0;z-index:40;height:var(--header-height);display:flex;align-items:center;justify-content:space-between;padding:0 var(--space-xl);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:color-mix(in srgb,var(--app-surface) 82%,transparent);border-bottom:1px solid var(--app-border)}.app-global-header__title-wrap{display:inline-flex;align-items:center;gap:var(--space-sm)}.app-global-header__actions{display:inline-flex;align-items:center;gap:var(--space-xs)}.app-global-header-title{font-family:"Sora",var(--streemo-font-sans);font-size:1rem;letter-spacing:.01em;font-weight:600}.page{width:min(1380px,100%);margin:0 auto;padding:var(--space-xl)}.page--dashboard{display:grid;grid-template-columns:320px minmax(0,1fr);gap:var(--space-lg)}.dashboard-sidebar,.workspace-sidebar{display:grid;gap:var(--space-md);align-content:start}.sidebar-card{background:color-mix(in srgb,var(--app-surface) 90%,transparent);border:1px solid var(--app-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:transform var(--ease-fluid),box-shadow var(--ease-fluid),border-color var(--ease-fluid)}.sidebar-card:hover{border-color:var(--app-border-strong);box-shadow:var(--shadow-md)}.sidebar-card--sticky{position:sticky;top:calc(var(--header-height) + var(--space-lg))}.sidebar-card__header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm);margin-bottom:var(--space-sm)}.conversation-list{display:grid;gap:var(--space-xs);max-height:420px;overflow:auto;margin-top:var(--space-sm);padding-right:var(--space-2xs)}.conversation-item{width:100%;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:var(--space-sm);align-items:center;background:color-mix(in srgb,var(--app-surface-solid) 86%,transparent);border:1px solid transparent;border-radius:var(--radius-md);padding:var(--space-sm);color:inherit;text-align:left;cursor:pointer;transition:transform var(--ease-fluid),border-color var(--ease-fluid),background var(--ease-fluid);text-decoration:none}.conversation-item:hover,.conversation-item.is-active{border-color:var(--app-border-strong);background:color-mix(in srgb,var(--app-primary) 8%,var(--app-surface-solid));transform:translateY(-1px)}.conversation-item__meta{display:grid;gap:2px;min-width:0}.conversation-item__name{font-size:.9rem;font-weight:700}.conversation-item__preview{font-size:.74rem;color:var(--app-text-muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.dashboard-content,.workspace-main{display:grid;gap:var(--space-lg)}.page-title{display:grid;gap:var(--space-xs)}.dashboard-content-grid{display:grid;gap:var(--space-lg);grid-template-columns:repeat(2,minmax(0,1fr))}.surface-card{border-radius:var(--radius-lg);border:1px solid var(--app-border);box-shadow:var(--shadow-sm);display:grid;gap:var(--space-md);background:color-mix(in srgb,var(--app-surface) 94%,transparent)}.form-grid{display:grid;gap:var(--space-sm)}.row{display:flex;gap:var(--space-sm);align-items:center}.inline-link{font-size:.88rem;text-decoration:none}.sidebar-actions{display:flex;align-items:center;justify-content:flex-start}.user-pill{display:flex;gap:var(--space-sm);align-items:center;border:1px solid var(--app-border);border-radius:var(--radius-md);padding:var(--space-sm);background:color-mix(in srgb,var(--app-surface-solid) 90%,transparent)}.user-pill__meta{display:grid;gap:2px;font-weight:600}.workspace-header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md)}.page--workspace{display:grid;grid-template-columns:320px minmax(0,1fr);gap:var(--space-lg)}.workspace-grid{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:var(--space-lg);align-items:start}.video-stage,.chat-stage,.join-stage{border:1px solid var(--app-border);border-radius:var(--radius-lg);background:color-mix(in srgb,var(--app-surface) 92%,transparent);box-shadow:var(--shadow-sm)}.video-stage{display:grid;gap:var(--space-md);padding:var(--space-md)}.join-stage{display:grid;gap:var(--space-sm)}.join-stage--error{border-color:color-mix(in srgb,var(--app-danger) 45%,var(--app-border))}.chat-stage{padding:var(--space-sm);display:grid;gap:var(--space-xs)}.typing-placeholder{display:flex;align-items:center;gap:6px;padding:0 var(--space-sm) var(--space-xs)}.chat-stage__tools{display:flex;align-items:center;gap:var(--space-xs);padding:0 var(--space-sm)}.emoji-placeholder{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid var(--app-border);background:color-mix(in srgb,var(--app-surface-solid) 86%,transparent);transition:transform var(--ease-fluid),background var(--ease-fluid),border-color var(--ease-fluid)}.emoji-placeholder:hover{transform:translateY(-1px);border-color:var(--app-border-strong);background:color-mix(in srgb,var(--app-primary) 10%,var(--app-surface-solid))}.typing-dot{width:6px;height:6px;border-radius:999px;background:var(--app-text-muted);animation:pulse 1.2s ease-in-out infinite}.typing-dot:nth-child(2){animation-delay:.15s}.typing-dot:nth-child(3){animation-delay:.3s}.call-controls-dock{position:sticky;bottom:var(--space-md);justify-self:center;display:flex;gap:var(--space-sm);padding:var(--space-xs);border-radius:999px;background:color-mix(in srgb,var(--app-surface-solid) 84%,transparent);border:1px solid var(--app-border);box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.call-controls-dock .streemo-btn,.call-controls-dock button{transition:transform var(--ease-fluid),box-shadow var(--ease-fluid),background var(--ease-fluid)}.call-controls-dock .streemo-btn:hover,.call-controls-dock button:hover{transform:translateY(-1px)}.error{color:var(--app-danger)}.muted{color:var(--app-text-muted)}@keyframes pulse{0%,to{opacity:.35;transform:translateY(0)}50%{opacity:1;transform:translateY(-2px)}}@media(max-width:1180px){.page--dashboard,.page--workspace,.workspace-grid{grid-template-columns:1fr}.sidebar-card--sticky{position:static}}@media(max-width:760px){.page{padding:var(--space-md)}.app-global-header{padding:0 var(--space-md)}.dashboard-content-grid{grid-template-columns:1fr}}.workspace-main .st-participant-grid,.workspace-main .vc-video-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:var(--space-sm)}.workspace-main .vc-video-tile{border-radius:var(--radius-lg);border:1px solid color-mix(in srgb,var(--app-border-strong) 45%,transparent);box-shadow:var(--shadow-sm);overflow:hidden;transition:transform var(--ease-fluid),border-color var(--ease-fluid),box-shadow var(--ease-fluid)}.workspace-main .vc-video-tile:hover{transform:translateY(-2px);border-color:var(--app-border-strong);box-shadow:var(--shadow-md)}.workspace-main .vc-video-tile video{min-height:210px;object-fit:cover}.workspace-main .vc-video-tile p{font-size:.82rem;font-weight:600}.workspace-main .vc-video-subtitle{font-size:.74rem}.workspace-main .vc-video-tile:after{content:"";position:absolute;top:12px;left:12px;width:10px;height:10px;border-radius:999px;background:var(--app-success);box-shadow:0 0 0 4px #05966933}.workspace-main .vc-chat-panel{border:none;border-radius:var(--radius-lg);background:transparent;gap:var(--space-sm)}.workspace-main .vc-chat-header{padding:0 var(--space-xs)}.workspace-main .vc-chat-unread{display:inline-flex;align-items:center;justify-content:center;padding:2px 8px;border-radius:999px;font-weight:700;background:color-mix(in srgb,var(--app-primary) 14%,transparent)}.workspace-main .vc-chat-list{border:1px solid var(--app-border);border-radius:var(--radius-md);max-height:380px;padding:var(--space-sm);gap:var(--space-xs);background:color-mix(in srgb,var(--app-surface-solid) 86%,transparent)}.workspace-main .vc-chat-item{border-radius:16px;border:1px solid color-mix(in srgb,var(--app-border) 70%,transparent);background:color-mix(in srgb,var(--app-surface-strong) 70%,transparent);padding:10px 12px;animation:message-in var(--ease-fluid)}.workspace-main .vc-chat-item.own{border-color:color-mix(in srgb,var(--app-primary) 40%,transparent);background:color-mix(in srgb,var(--app-primary) 12%,var(--app-surface-solid))}.workspace-main .vc-chat-meta{align-items:center;font-size:.72rem}.workspace-main .vc-chat-input-row{align-items:center}.workspace-main .vc-chat-input-row button{border-radius:999px}.workspace-main .vc-chat-input-row button:last-child{background:var(--app-primary);border-color:var(--app-primary);color:#fff}.workspace-main .vc-chat-input-row button:last-child:hover{background:var(--app-primary-hover);border-color:var(--app-primary-hover);transform:translateY(-1px)}.workspace-main .st-call-controls,.workspace-main .vc-row.vc-wrap{gap:var(--space-sm)}.workspace-main .st-call-controls button,.workspace-main .vc-row.vc-wrap button{border-radius:999px}.workspace-main .streemo-btn,.workspace-main .st-call-controls button,.workspace-main .vc-row.vc-wrap button,.workspace-main .vc-video-play-button{transition:transform var(--ease-fluid),box-shadow var(--ease-fluid),background-color var(--ease-fluid)}.workspace-main .streemo-btn:hover,.workspace-main .st-call-controls button:hover,.workspace-main .vc-row.vc-wrap button:hover,.workspace-main .vc-video-play-button:hover{transform:translateY(-1px);box-shadow:var(--shadow-sm)}@keyframes message-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.auth-page{max-width:560px;margin-top:var(--space-xl)}.link-button{border:none;background:transparent;text-align:left;color:var(--app-primary);padding:0;cursor:pointer}.card{border:1px solid var(--app-border);border-radius:var(--radius-lg);background:color-mix(in srgb,var(--app-surface) 94%,transparent);box-shadow:var(--shadow-sm);padding:var(--space-lg);display:grid;gap:var(--space-sm)}.auth-loader{min-height:32vh;display:grid;place-items:center}label{display:grid;gap:6px}input[type=email],input[type=password],input[type=text]{width:100%;border:1px solid var(--app-border);border-radius:var(--radius-sm);padding:10px 12px;background:var(--app-surface-solid);color:inherit}
