.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{justify-content:center;align-items:center;gap:var(--streemo-spacing-sm,8px);border-radius:var(--streemo-radius-md,8px);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);border:1px solid #0000;font-family:inherit;font-weight:500;display:inline-flex}.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{font-size:var(--streemo-font-size-xs,12px);padding:6px 12px}.streemo-btn--md{font-size:var(--streemo-font-size-sm,14px);padding:8px 16px}.streemo-btn--lg{font-size:var(--streemo-font-size-md,16px);padding:10px 20px}.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{color:var(--streemo-color-text-muted);background:0 0;border-color:#0000}.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{border:2px solid;border-right-color:#0000;border-radius:50%;width:1em;height:1em;animation:.6s linear infinite streemo-spin}.streemo-btn__icon{align-items:center;display:inline-flex}@keyframes streemo-spin{to{transform:rotate(360deg)}}.streemo-theme-toggle{border:1px solid var(--streemo-color-border);border-radius:var(--streemo-radius-md);background:var(--streemo-color-surface-hover);width:40px;height:40px;color:var(--streemo-color-text-muted);cursor:pointer;justify-content:center;align-items:center;padding:0;font-family:inherit;transition:color .2s,background .2s,border-color .2s;display:inline-flex}.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{flex-direction:column;gap:4px;display:flex}.streemo-input-label{font-size:var(--streemo-font-size-sm,14px);color:var(--streemo-color-text);font-weight:500}.streemo-input{width:100%;font-size:var(--streemo-font-size-sm,14px);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);padding:8px 12px;font-family:inherit}.streemo-input::placeholder{color:var(--streemo-color-text-muted)}.streemo-input:hover:not(:disabled){border-color:var(--streemo-color-border)}.streemo-input:focus{border-color:var(--streemo-color-primary);outline:none;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 #0000000d)}.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{font-size:var(--streemo-font-size-xs,12px);border-radius:var(--streemo-radius-sm,6px);align-items:center;padding:2px 8px;font-weight:500;display:inline-flex}.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{color:var(--streemo-color-success,#22c55e);background:#dcfce7}.streemo-badge--warning{color:var(--streemo-color-warning,#f59e0b);background:#fef3c7}.streemo-badge--danger{color:var(--streemo-color-danger);background:#fee2e2}.streemo-avatar{object-fit:cover;background:var(--streemo-color-surface-hover);color:var(--streemo-color-text-muted);border-radius:9999px;justify-content:center;align-items:center;font-weight:600;display:flex}.streemo-spinner{border:2px solid var(--streemo-color-border);border-top-color:var(--streemo-color-primary);border-radius:50%;width:24px;height:24px;animation:.6s linear infinite streemo-spin}.streemo-skeleton{background:linear-gradient(90deg, var(--streemo-color-surface-hover) 25%, var(--streemo-color-border) 50%, var(--streemo-color-surface-hover) 75%);border-radius:var(--streemo-radius-sm,6px);background-size:200% 100%;animation:1.2s ease-in-out infinite streemo-skeleton}@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);color:var(--streemo-color-text);margin:0 0 8px;font-weight:600}.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{background:var(--streemo-color-border);height:1px;margin:var(--streemo-spacing-md,16px) 0;border:none}.streemo-text{color:var(--streemo-color-text);margin:0}.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{z-index:1100;padding:var(--streemo-spacing-md,16px);background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.streemo-modal{background:var(--streemo-color-surface);border-radius:var(--streemo-radius-lg,12px);box-shadow:var(--streemo-shadow-lg);width:100%;max-width:440px;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);color:var(--streemo-color-text);margin:0;font-weight:600}.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);justify-content:flex-end;gap:var(--streemo-spacing-sm,8px);display:flex}.streemo-scroll-area{overflow-y:auto}.streemo-select{width:100%;font-size:var(--streemo-font-size-sm,14px);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;padding:8px 12px;font-family:inherit}.streemo-textarea{resize:vertical;min-height:80px}.streemo-tabs__list{border-bottom:1px solid var(--streemo-color-border);margin-bottom:var(--streemo-spacing-md,16px);gap:2px;display:flex}.streemo-tabs__tab{font-size:var(--streemo-font-size-sm,14px);color:var(--streemo-color-text-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:8px 16px;font-weight:500}.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{align-items:flex-start;gap:8px;display:flex}.streemo-checkbox{width:18px;height:18px;accent-color:var(--streemo-color-primary);cursor:pointer;margin-top:2px}.streemo-checkbox-label{font-size:var(--streemo-font-size-sm,14px);color:var(--streemo-color-text);cursor:pointer}.streemo-feature-checkbox-group{flex-direction:column;gap:10px;display:flex}.streemo-feature-checkbox-group__label{font-size:var(--streemo-font-size-sm,14px);color:var(--streemo-color-text);margin:0;font-weight:600}.streemo-feature-checkbox-group__hint{font-size:var(--streemo-font-size-xs,12px);color:var(--streemo-color-text-muted);margin:0}.streemo-feature-checkbox-group__category{border:1px solid var(--streemo-color-border);border-radius:var(--streemo-radius-md,8px);flex-direction:column;gap:8px;padding:10px 12px;display:flex}.streemo-feature-checkbox-group__category-title{font-size:var(--streemo-font-size-xs,12px);text-transform:uppercase;letter-spacing:.04em;color:var(--streemo-color-text-muted);margin:0}.streemo-feature-checkbox-group__list{flex-direction:column;gap:8px;display:flex}.streemo-feature-checkbox-group__option{flex-direction:column;gap:2px;display:inline-flex}.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{cursor:pointer;align-items:center;gap:10px;display:inline-flex}.streemo-switch{clip:rect(0, 0, 0, 0);width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.streemo-switch__track{background:var(--streemo-color-border-strong);width:40px;height:22px;transition:background var(--streemo-transition-fast);border-radius:9999px;position:relative}.streemo-switch__track:after{content:"";background:var(--streemo-color-surface);width:18px;height:18px;box-shadow:var(--streemo-shadow-sm);transition:transform var(--streemo-transition-fast);border-radius:50%;position:absolute;top:2px;left:2px}.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{font-size:var(--streemo-font-size-sm,14px);color:var(--streemo-color-text);margin-bottom:8px;font-weight:500;display:block}.streemo-radio-wrap{cursor:pointer;align-items:center;gap:8px;margin-bottom:6px;display:flex}.streemo-radio-wrap input{clip:rect(0, 0, 0, 0);width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.streemo-radio__dot{border:2px solid var(--streemo-color-border-strong);width:18px;height:18px;transition:border-color var(--streemo-transition-fast);border-radius:50%;position:relative}.streemo-radio-wrap input:checked+.streemo-radio__dot:after{content:"";background:var(--streemo-color-primary);border-radius:50%;width:8px;height:8px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.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{display:inline-flex;position:relative}.streemo-tooltip{z-index:1000;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;white-space:normal;max-width:240px;padding:6px 10px;position:absolute}.streemo-tooltip--top{margin-bottom:6px;bottom:100%;left:50%;transform:translate(-50%)}.streemo-tooltip--bottom{margin-top:6px;top:100%;left:50%;transform:translate(-50%)}.streemo-tooltip--left{margin-right:6px;top:50%;right:100%;transform:translateY(-50%)}.streemo-tooltip--right{margin-left:6px;top:50%;left:100%;transform:translateY(-50%)}.streemo-dropdown{display:inline-block;position:relative}.streemo-dropdown>div:first-child{cursor:pointer}.streemo-dropdown__menu{z-index:1000;background:var(--streemo-color-surface);border:1px solid var(--streemo-color-border);border-radius:var(--streemo-radius-md,8px);min-width:160px;box-shadow:var(--streemo-shadow-lg);margin:4px 0 0;padding:4px;list-style:none;position:absolute}.streemo-dropdown__menu--bottom-start{top:100%;left:0}.streemo-dropdown__menu--bottom-end{top:100%;left:auto;right:0}.streemo-dropdown__menu--top-start{margin:0 0 4px;bottom:100%;left:0}.streemo-dropdown__menu--top-end{margin:0 0 4px;bottom:100%;left:auto;right:0}.streemo-dropdown__item{text-align:left;width:100%;font-size:var(--streemo-font-size-sm,14px);color:var(--streemo-color-text);cursor:pointer;border-radius:var(--streemo-radius-sm,6px);background:0 0;border:none;padding:8px 12px;display:block}.streemo-dropdown__item:hover:not(:disabled){background:var(--streemo-color-surface-hover)}.streemo-dropdown__item:disabled{opacity:.5;cursor:not-allowed}.streemo-drawer-backdrop{z-index:1100;background:#0006;position:fixed;inset:0}.streemo-drawer{background:var(--streemo-color-surface);width:360px;max-width:90vw;box-shadow:var(--streemo-shadow-lg);z-index:1101;flex-direction:column;display:flex;position:fixed;top:0;bottom:0}.streemo-drawer--left{left:0}.streemo-drawer--right{right:0}.streemo-drawer__header{padding:var(--streemo-spacing-md,16px);border-bottom:1px solid var(--streemo-color-border);justify-content:space-between;align-items:center;display:flex}.streemo-drawer__title{font-size:var(--streemo-font-size-lg,18px);margin:0;font-weight:600}.streemo-drawer__close{cursor:pointer;width:32px;height:32px;color:var(--streemo-color-text-muted);border-radius:var(--streemo-radius-sm,6px);background:0 0;border:none;font-size:24px;line-height:1}.streemo-drawer__close:hover{background:var(--streemo-color-surface-hover);color:var(--streemo-color-text)}.streemo-drawer__body{padding:var(--streemo-spacing-md,16px);flex:1;overflow-y:auto}.streemo-code-block,.streemo-code-block *{box-sizing:border-box}.streemo-code-block{border:1px solid var(--streemo-color-border,#d4d4d4);border-radius:var(--streemo-radius-md,8px);overflow:hidden}.streemo-code-block__header{justify-content:space-between;align-items:center;min-height:44px;padding:0 12px;display:flex}.streemo-code-block__lang{opacity:.9;font-size:12px;font-weight:500;line-height:1}.streemo-code-block__copy-button{appearance:none;min-width:64px;height:30px;font:inherit;cursor:pointer;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;margin:0;padding:0 10px;font-size:12px;line-height:1;display:inline-flex}.streemo-code-block__body{overflow:auto}.streemo-code-block__content{grid-template-columns:auto 1fr;align-items:start;display:grid}.streemo-code-block__gutter{-webkit-user-select:none;user-select:none;padding:16px 0}.streemo-code-block__line-number{text-align:right;font-variant-numeric:tabular-nums;width:56px;padding:0 12px 0 16px;font-family:Consolas,SFMono-Regular,Menlo,Monaco,Courier New,monospace;font-size:13px;line-height:1.6;display:block}.streemo-code-block__shiki{min-width:0;overflow:auto}.streemo-code-block__shiki .shiki{background:0 0!important;margin:0!important;padding:16px 16px 16px 0!important;font-family:Consolas,SFMono-Regular,Menlo,Monaco,Courier New,monospace!important;font-size:13px!important;line-height:1.6!important}.streemo-code-block__shiki .shiki code{white-space:pre;display:block}.streemo-code-block__fallback-pre{margin:0;padding:16px;overflow:auto}.streemo-code-block__fallback-code{white-space:pre;tab-size:2;font-family:Consolas,SFMono-Regular,Menlo,Monaco,Courier New,monospace;font-size:13px;line-height:1.6;display:block}.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;background:#fff;border-color:#d4d4d4}.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;background:#2d2d2d;border-color:#454545}.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{z-index:1200;flex-direction:column;gap:8px;max-width:360px;display:flex;position:fixed;bottom:24px;right:24px}.streemo-toast{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);justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex}.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{cursor:pointer;color:var(--streemo-color-text-muted);border-radius:var(--streemo-radius-sm,6px);background:0 0;border:none;padding:4px;font-size:18px;line-height:1}.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{justify-content:space-between;align-items:flex-start;gap:var(--streemo-spacing-md,16px);display:flex}.streemo-page-header__title{font-size:var(--streemo-font-size-xl,20px);color:var(--streemo-color-text);margin:0;font-weight:600}.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{justify-content:space-between;align-items:flex-start;gap:var(--streemo-spacing-md,16px);margin-bottom:var(--streemo-spacing-md,16px);display:flex}.streemo-section__title{font-size:var(--streemo-font-size-lg,18px);color:var(--streemo-color-text);margin:0;font-weight:600}.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{letter-spacing:-.03em;color:var(--streemo-color-text);margin:0;font-weight:600;line-height:1.2}.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 (width>=768px){.streemo-heading--md{font-size:1.75rem}.streemo-heading--lg{font-size:2.5rem}.streemo-heading--xl{font-size:3.25rem}}@media (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-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.streemo-accordion{gap:var(--streemo-spacing-sm,8px);flex-direction:column;display:flex}.streemo-accordion__item{background:var(--streemo-color-surface);border:1px solid var(--streemo-color-border);border-radius:var(--streemo-radius-lg,12px);transition:border-color .2s;overflow:hidden}.streemo-accordion__item:hover{border-color:var(--streemo-color-border-strong)}.streemo-accordion__trigger{width:100%;padding:var(--streemo-spacing-md,16px) var(--streemo-spacing-lg,24px);font-size:var(--streemo-font-size-md,16px);color:var(--streemo-color-text);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;font-family:inherit;font-weight:500;transition:color .2s;display:flex}.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{width:1.25rem;height:1.25rem;color:var(--streemo-color-text-muted);flex-shrink:0;transition:transform .2s}.streemo-accordion__icon--open{transform:rotate(180deg)}.streemo-accordion__panel{max-height:0;transition:max-height .3s;overflow:hidden}.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{border:1px solid var(--streemo-color-border);border-radius:var(--streemo-radius-lg,12px);background:var(--streemo-color-surface);overflow-x:auto}.streemo-table{border-collapse:collapse;width:100%;font-size:var(--streemo-font-size-sm,14px)}.streemo-table th,.streemo-table td{text-align:left;border-bottom:1px solid var(--streemo-color-border);padding:12px 16px}.streemo-table th{color:var(--streemo-color-text-muted);background:var(--streemo-color-surface-hover);font-weight:600}.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);gap:var(--streemo-spacing-sm,8px);flex-direction:column;display:flex}.streemo-stat-card__label{font-size:var(--streemo-font-size-sm,14px);color:var(--streemo-color-text-muted)}.streemo-stat-card__value{letter-spacing:-.02em;color:var(--streemo-color-text);font-size:24px;font-weight:600}.streemo-confirm-dialog__desc{font-size:var(--streemo-font-size-sm,14px);color:var(--streemo-color-text-muted);margin:0}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--streemo-font-sans,inherit);font-size:var(--streemo-font-size-md,16px);color:var(--streemo-color-text);background-color:var(--streemo-color-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;line-height:1.6}::selection{background:var(--streemo-color-primary);color:var(--streemo-color-primary-contrast)}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}button{cursor:pointer;font-family:inherit}._logo_1a4iq_1{letter-spacing:-.02em;color:var(--streemo-color-text);align-items:center;font-size:1.5rem;font-weight:700;text-decoration:none;transition:opacity .2s;display:flex}._logo_1a4iq_1:hover{opacity:.85}._brand_1a4iq_15{background:linear-gradient(135deg, var(--streemo-color-primary), var(--streemo-color-primary-hover));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}._header_e51mw_1{z-index:100;background:var(--streemo-color-surface);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--streemo-color-border);position:sticky;top:0}._inner_e51mw_11{justify-content:space-between;align-items:center;gap:2rem;padding:1rem 0;display:flex}._logo_e51mw_19{color:inherit;flex-shrink:0;text-decoration:none}._logo_e51mw_19:hover{opacity:.9}._nav_e51mw_28{display:none}@media (width>=768px){._nav_e51mw_28{align-items:center;gap:2rem;display:flex}}._navLink_e51mw_39{color:var(--streemo-color-text-muted);font-size:.9375rem;font-weight:500;text-decoration:none;transition:color .2s}._navLink_e51mw_39:hover{color:var(--streemo-color-text)}._navLink_e51mw_39:focus-visible{outline:2px solid var(--streemo-color-primary);outline-offset:2px;border-radius:var(--streemo-radius-sm)}._actions_e51mw_55{align-items:center;gap:.75rem;display:none}@media (width>=768px){._actions_e51mw_55{display:flex}}._ctaThemeToggle_e51mw_66{flex-shrink:0}._ctaGhost_e51mw_70{color:var(--streemo-color-text-muted)}._ctaPrimary_e51mw_74{color:var(--streemo-color-primary-contrast,#fff);background:var(--streemo-color-primary);border-radius:var(--streemo-radius-md);justify-content:center;align-items:center;padding:6px 12px;font-size:.875rem;font-weight:500;text-decoration:none;transition:opacity .2s;display:inline-flex}._ctaPrimary_e51mw_74:hover{opacity:.9}._ctaPrimaryFull_e51mw_91{color:var(--streemo-color-primary-contrast,#fff);background:var(--streemo-color-primary);border-radius:var(--streemo-radius-md);justify-content:center;align-items:center;padding:.5rem 1rem;font-size:.9375rem;font-weight:500;text-decoration:none;transition:opacity .2s;display:flex}._ctaPrimaryFull_e51mw_91:hover{opacity:.9}._mobileToggle_e51mw_108{color:var(--streemo-color-text);cursor:pointer;border-radius:var(--streemo-radius-md);background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;display:flex}._mobileToggle_e51mw_108:hover{background:var(--streemo-color-surface-hover)}._mobileToggle_e51mw_108:focus-visible{outline:2px solid var(--streemo-color-primary);outline-offset:2px}@media (width>=768px){._mobileToggle_e51mw_108{display:none}}._mobileMenu_e51mw_132{border-top:1px solid var(--streemo-color-border);overflow:hidden}._mobileNav_e51mw_137{flex-direction:column;gap:.5rem;padding:1rem 0;display:flex}._mobileNavLink_e51mw_144{color:var(--streemo-color-text-muted);border-radius:var(--streemo-radius-md);padding:.75rem;font-size:1rem;font-weight:500;text-decoration:none}._mobileNavLink_e51mw_144:hover{background:var(--streemo-color-surface-hover);color:var(--streemo-color-text)}._mobileNavLink_e51mw_144:focus-visible{outline:2px solid var(--streemo-color-primary);outline-offset:2px}._mobileActions_e51mw_161{border-top:1px solid var(--streemo-color-border);flex-direction:column;gap:.5rem;margin-top:1rem;padding-top:1rem;display:flex}._hero_1o5k7_1{padding-block:clamp(4rem,10vw,7rem) clamp(5rem,12vw,9rem)}._grid_1o5k7_5{grid-template-columns:1fr 1.1fr;align-items:center;gap:4rem;display:grid}@media (width<=1024px){._grid_1o5k7_5{grid-template-columns:1fr;gap:3rem}}._content_1o5k7_18{max-width:36rem}._badge_1o5k7_22{background:var(--streemo-color-surface-hover);color:var(--streemo-color-primary);border-radius:9999px;margin-bottom:1.25rem;padding:.35rem .75rem;font-size:.8125rem;font-weight:500;display:inline-block}._title_1o5k7_33{letter-spacing:-.03em;margin-bottom:1.25rem;line-height:1.15}._subtitle_1o5k7_39{color:var(--streemo-color-text-muted);margin-bottom:2rem;font-size:1.125rem;line-height:1.65}._ctaRow_1o5k7_46{flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;display:flex}._ctaPrimary_1o5k7_53{color:var(--streemo-color-primary-contrast,#fff);background:var(--streemo-color-primary);border-radius:var(--streemo-radius-md);box-shadow:0 4px 14px color-mix(in srgb, var(--streemo-color-primary) 35%, transparent);justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:opacity .2s;display:inline-flex}._ctaPrimary_1o5k7_53:hover{opacity:.9}._devNote_1o5k7_71{color:var(--streemo-color-text-muted);font-size:.875rem}._showcase_1o5k7_76{position:relative}._showcasePanel_1o5k7_80{background:var(--streemo-color-surface);border:1px solid var(--streemo-color-border);border-radius:var(--streemo-radius-lg);box-shadow:var(--streemo-shadow-lg);overflow:hidden}._panelTabs_1o5k7_88{border-bottom:1px solid var(--streemo-color-border);background:var(--streemo-color-surface-hover);gap:0;padding:.75rem 1rem;display:flex}._tab_1o5k7_96{color:var(--streemo-color-text-muted);border-radius:var(--streemo-radius-sm);cursor:default;padding:.5rem 1rem;font-size:.8125rem;font-weight:500}._tabActive_1o5k7_104{color:var(--streemo-color-text);background:var(--streemo-color-surface)}._panelContent_1o5k7_109{min-height:220px;padding:1.5rem}._chatPreview_1o5k7_114{flex-direction:column;gap:1rem;display:flex}._chatBubble_1o5k7_120{background:var(--streemo-color-surface);border-radius:var(--streemo-radius-md);background:var(--streemo-color-surface-hover);gap:.75rem;max-width:85%;padding:.75rem 1rem;display:flex}._chatBubbleOwn_1o5k7_129{margin-left:auto}._chatAvatar_1o5k7_133{background:var(--streemo-color-primary);width:32px;height:32px;color:var(--streemo-color-primary-contrast);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:600;display:flex}._chatName_1o5k7_147{margin-bottom:.25rem;font-size:.8125rem;font-weight:600;display:block}._chatBubble_1o5k7_120 p{color:var(--streemo-color-text);margin:0;font-size:.875rem;line-height:1.4}._codePreview_1o5k7_161{margin-top:1rem;padding-left:1rem}._root_e38fh_1{padding:5rem 0}._header_e38fh_5{text-align:center;max-width:42rem;margin-bottom:3.5rem;margin-left:auto;margin-right:auto}._title_e38fh_13{margin-bottom:.75rem}._subtitle_e38fh_17{color:var(--streemo-color-text-muted);font-size:1.125rem;line-height:1.6}._grid_e38fh_23{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}._card_e38fh_29{height:100%;padding:1.5rem;transition:transform .2s,box-shadow .2s}._card_e38fh_29:hover{box-shadow:var(--streemo-shadow-md);transform:translateY(-2px)}._iconWrap_e38fh_39{background:var(--streemo-color-surface-hover);width:2.75rem;height:2.75rem;color:var(--streemo-color-primary);border-radius:.75rem;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}._cardTitle_e38fh_51{color:var(--streemo-color-text);margin-bottom:.5rem;font-size:1.125rem;font-weight:600}._cardDesc_e38fh_58{color:var(--streemo-color-text-muted);font-size:.9375rem;line-height:1.55}._root_1wzam_1{padding:48px 0}._header_1wzam_5{text-align:center;margin-bottom:32px}._title_1wzam_10{margin-bottom:8px}._subtitle_1wzam_14{max-width:42rem;color:var(--streemo-color-text-muted);font-size:var(--streemo-font-size-lg);margin:0 auto}._grid_1wzam_21{gap:var(--streemo-spacing-md);flex-wrap:wrap;justify-content:center;display:flex}._tech_1wzam_28{align-items:center;gap:var(--streemo-spacing-sm);padding:var(--streemo-spacing-md) var(--streemo-spacing-lg);background:var(--streemo-color-surface);border:1px solid var(--streemo-color-border);border-radius:var(--streemo-radius-lg);font-weight:500;transition:transform .2s,box-shadow .2s;display:flex}._tech_1wzam_28:hover{box-shadow:var(--streemo-shadow-md);transform:translateY(-2px)}._techIcon_1wzam_44{font-size:1.5rem}._techName_1wzam_48{color:var(--streemo-color-text)}._root_1pb6i_1{padding:5rem 0}._header_1pb6i_5{text-align:center;max-width:42rem;margin-bottom:3.5rem;margin-left:auto;margin-right:auto}._title_1pb6i_13{margin-bottom:.75rem}._subtitle_1pb6i_17{color:var(--streemo-color-text-muted);font-size:1.125rem;line-height:1.6}._docsLink_1pb6i_23{color:var(--streemo-color-primary);margin-top:1rem;font-weight:600;text-decoration:none;display:inline-flex}._docsLink_1pb6i_23:hover{text-decoration:underline}._grid_1pb6i_34{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2rem;display:grid}._block_1pb6i_40 ._blockTitle_1pb6i_40,._blockTitle_1pb6i_40{color:var(--streemo-color-text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.875rem;font-weight:600}._section_j8409_1{padding-block:6rem}._title_j8409_5{text-align:center;margin-bottom:.75rem}._subtitle_j8409_10{text-align:center;color:var(--streemo-color-text-muted);margin-inline:auto;max-width:36rem;margin-bottom:3rem;font-size:1.125rem}._grid_j8409_19{grid-template-columns:repeat(auto-fill,minmax(18rem,1fr));gap:1.5rem;display:grid}._card_j8409_25{flex-direction:column;align-items:flex-start;height:100%;padding:1.75rem;transition:transform .2s,box-shadow .2s;display:flex}._card_j8409_25:hover{box-shadow:var(--streemo-shadow-lg);transform:translateY(-2px)}._icon_j8409_38{color:var(--streemo-color-primary);margin-bottom:1rem}._cardTitle_j8409_43{color:var(--streemo-color-text);margin-bottom:.5rem;font-size:1.125rem;font-weight:600}._cardDesc_j8409_50{color:var(--streemo-color-text-muted);font-size:.9375rem;line-height:1.5}._root_1eb7x_1{padding:48px 0}._header_1eb7x_5{text-align:center;margin-bottom:32px}._title_1eb7x_10{margin-bottom:8px}._subtitle_1eb7x_14{max-width:42rem;color:var(--streemo-color-text-muted);font-size:var(--streemo-font-size-lg);margin:0 auto}._grid_1eb7x_21{gap:var(--streemo-spacing-lg);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:stretch;display:grid}._grid_1eb7x_21>*{display:flex}._card_1eb7x_32{padding:var(--streemo-spacing-xl);flex-direction:column;flex:1;display:flex}._iconWrap_1eb7x_39{width:3rem;height:3rem;margin-bottom:var(--streemo-spacing-md);background:var(--streemo-color-surface-hover);color:var(--streemo-color-primary);border-radius:var(--streemo-radius-md);justify-content:center;align-items:center;display:flex}._cardTitle_1eb7x_51{font-size:var(--streemo-font-size-lg);margin-bottom:var(--streemo-spacing-sm);color:var(--streemo-color-text);font-weight:600}._cardText_1eb7x_58{color:var(--streemo-color-text-muted);margin:0;line-height:1.6}._root_3khe5_1{background:var(--streemo-color-surface-hover);padding:4rem 0}._header_3khe5_6{text-align:center;margin-bottom:3rem}._header_3khe5_6 ._title_3khe5_10{margin-bottom:.75rem}._header_3khe5_6 ._subtitle_3khe5_13{color:var(--streemo-color-text-muted);max-width:36rem;margin:0 auto;font-size:1.125rem}._grid_3khe5_20{grid-template-columns:1fr;align-items:stretch;gap:1.5rem;display:grid}@media (width>=640px){._grid_3khe5_20{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=900px){._grid_3khe5_20{grid-template-columns:repeat(3,minmax(0,1fr))}}._statusCard_3khe5_37{grid-column:1/-1;justify-content:center;align-items:center;min-height:160px;display:flex}._card_3khe5_45{flex-direction:column;min-width:0;height:100%;padding:2rem;display:flex;position:relative}._card_3khe5_45._highlighted_3khe5_53{border-color:var(--streemo-color-primary);box-shadow:0 0 0 2px color-mix(in srgb, var(--streemo-color-primary) 15%, transparent)}._badge_3khe5_58{background:var(--streemo-color-primary);color:var(--streemo-color-primary-contrast);text-transform:uppercase;letter-spacing:.05em;border-radius:999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;position:absolute;top:-10px;left:50%;transform:translate(-50%)}._tierName_3khe5_73{color:var(--streemo-color-text);overflow-wrap:break-word;min-width:0;margin:0 0 .5rem;font-size:1.25rem;font-weight:600}._price_3khe5_82{margin-bottom:.5rem}._priceValue_3khe5_86{color:var(--streemo-color-text);font-size:2rem;font-weight:700}._period_3khe5_92{color:var(--streemo-color-text-muted);font-size:1rem}._desc_3khe5_97{color:var(--streemo-color-text-muted);overflow-wrap:break-word;min-width:0;margin:0 0 1.5rem;font-size:.9375rem;line-height:1.5}._metricGrid_3khe5_106{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin:0 0 1rem;display:grid}._metricItem_3khe5_113{border:1px solid var(--streemo-color-border);border-radius:var(--streemo-radius-md);background:var(--streemo-color-surface);padding:.6rem .65rem}._metricLabel_3khe5_120{color:var(--streemo-color-text-muted);margin-bottom:.25rem;font-size:.78rem;display:block}._metricValue_3khe5_127{color:var(--streemo-color-text);font-size:.95rem}._features_3khe5_132{flex:1;min-width:0;margin:0 0 1.5rem;padding:0;list-style:none}._features_3khe5_132 li{color:var(--streemo-color-text-muted);padding:.3rem 0;font-size:.9375rem;display:block}._featureChanged_3khe5_146{font-weight:600;color:var(--streemo-color-text)!important}._featureText_3khe5_151{overflow-wrap:break-word;min-width:0}._cta_3khe5_156{margin-top:auto}._ctaLink_3khe5_160{border-radius:var(--streemo-radius-md);border:1px solid #0000;justify-content:center;align-items:center;width:100%;margin-top:auto;padding:.625rem 1rem;font-size:.9375rem;font-weight:500;text-decoration:none;transition:opacity .2s;display:flex}._ctaLink_3khe5_160:hover{opacity:.9}._ctaLink_3khe5_160._ctaLinkPrimary_3khe5_177{color:var(--streemo-color-primary-contrast,#fff);background:var(--streemo-color-primary)}._ctaLink_3khe5_160._ctaLinkSecondary_3khe5_181{color:var(--streemo-color-text);background:var(--streemo-color-surface);border-color:var(--streemo-color-border)}._ctaLink_3khe5_160._ctaLinkSecondary_3khe5_181:hover{background:var(--streemo-color-surface-hover)}._root_7uc0l_1{padding:4rem 0}._header_7uc0l_5{text-align:center;margin-bottom:2rem}._title_7uc0l_10{margin-bottom:.5rem}._subtitle_7uc0l_14{max-width:48rem;color:var(--streemo-color-text-muted);margin:0 auto}._grid_7uc0l_20{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=980px){._grid_7uc0l_20{grid-template-columns:1.2fr 1fr}}._formCard_7uc0l_31{min-width:0}._formGrid_7uc0l_35{grid-template-columns:1fr;gap:.75rem;display:grid}@media (width>=700px){._formGrid_7uc0l_35{grid-template-columns:repeat(2,minmax(0,1fr))}}._submit_7uc0l_46{margin-top:.75rem}._featuresRow_7uc0l_50{flex-wrap:wrap;gap:.75rem;margin-top:.75rem;display:flex}._featureToggle_7uc0l_57{color:var(--streemo-color-text);align-items:center;gap:.4rem;font-size:.88rem;display:inline-flex}._featureToggle_7uc0l_57 input{accent-color:var(--streemo-color-primary)}._error_7uc0l_69{color:var(--streemo-color-danger,#ef4444);margin:.75rem 0 0}._resultCard_7uc0l_74{min-width:0}._placeholder_7uc0l_78{color:var(--streemo-color-text-muted);margin:0}._resultTitle_7uc0l_83{margin:0;font-size:1.1rem}._amount_7uc0l_88{margin:.4rem 0 0;font-size:2rem;font-weight:700}._meta_7uc0l_94{color:var(--streemo-color-text-muted);margin:.25rem 0 1rem}._metrics_7uc0l_99{gap:.5rem;display:grid}._metricLine_7uc0l_104{justify-content:space-between;gap:.75rem;display:flex}._ok_7uc0l_110{color:var(--streemo-color-success,#22c55e)}._warn_7uc0l_114{color:var(--streemo-color-warning,#f59e0b)}._note_7uc0l_118{color:var(--streemo-color-text-muted);margin:.75rem 0 0;font-size:.875rem}._root_pkdbg_1{background:var(--streemo-color-surface-hover);padding-bottom:4rem}._header_pkdbg_6{text-align:center;margin-bottom:3rem}._header_pkdbg_6 ._title_pkdbg_10{margin-bottom:.75rem}._header_pkdbg_6 ._subtitle_pkdbg_13{color:var(--streemo-color-text-muted);max-width:36rem;margin:0 auto;font-size:1.125rem}._accordionWrap_pkdbg_20{max-width:48rem;margin:0 auto}._root_1f3yr_1{background:linear-gradient(135deg, var(--streemo-color-primary) 0%, var(--streemo-color-primary-hover) 100%);color:var(--streemo-color-primary-contrast);padding:6rem 0}._inner_1f3yr_7{text-align:center}._title_1f3yr_11{letter-spacing:-.02em;margin:0 0 .75rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700}._subtitle_1f3yr_18{opacity:.9;max-width:28rem;margin:0 auto 2rem;font-size:1.125rem}._actions_1f3yr_27{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}._primary_1f3yr_34{border-radius:var(--streemo-radius-md);background:var(--streemo-color-primary-contrast);color:var(--streemo-color-primary);align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:opacity .2s;display:inline-flex}._primary_1f3yr_34:hover{opacity:.9}._root_zbq0c_1{background:var(--streemo-color-surface-hover);border-top:1px solid var(--streemo-color-border);padding:4rem 0 2rem}._grid_zbq0c_7{grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;margin-bottom:3rem;display:grid}@media (width<=768px){._grid_zbq0c_7{grid-template-columns:1fr 1fr}}@media (width<=480px){._grid_zbq0c_7{grid-template-columns:1fr}}._column_zbq0c_24{min-width:0}._brand_zbq0c_28 ._tagline_zbq0c_28{color:var(--streemo-color-text-muted);max-width:16rem;margin:.75rem 0 0;font-size:.9375rem}._columnTitle_zbq0c_35{text-transform:uppercase;letter-spacing:.05em;color:var(--streemo-color-text-muted);margin:0 0 1rem;font-size:.8125rem;font-weight:600}._links_zbq0c_44{margin:0;padding:0;list-style:none}._links_zbq0c_44 li{margin-bottom:.5rem}._links_zbq0c_44 a{color:var(--streemo-color-text-muted);font-size:.9375rem;text-decoration:none;transition:color .2s}._links_zbq0c_44 a:hover{color:var(--streemo-color-text)}._links_zbq0c_44 a:focus-visible{outline:2px solid var(--streemo-color-primary);outline-offset:2px;border-radius:var(--streemo-radius-sm)}._bottom_zbq0c_67{border-top:1px solid var(--streemo-color-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;display:flex}._copyright_zbq0c_77,._contact_zbq0c_78{color:var(--streemo-color-text-muted);margin:0;font-size:.875rem}._contact_zbq0c_78 a{color:var(--streemo-color-primary);text-decoration:none}._contact_zbq0c_78 a:hover{text-decoration:underline}._header_1fwzh_1{z-index:100;background:var(--streemo-color-surface);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--streemo-color-border);position:sticky;top:0}._inner_1fwzh_10{justify-content:space-between;align-items:center;gap:2rem;max-width:1440px;margin:0 auto;padding:.75rem 1.5rem;display:flex}._logo_1fwzh_20{color:inherit;flex-shrink:0;text-decoration:none}._nav_1fwzh_26{gap:1.5rem;display:none}@media (width>=768px){._nav_1fwzh_26{display:flex}}._navLink_1fwzh_36,._navLinkActive_1fwzh_37{font-size:.9375rem;font-weight:500;text-decoration:none;transition:color .2s}._navLink_1fwzh_36{color:var(--streemo-color-text-muted)}._navLink_1fwzh_36:hover{color:var(--streemo-color-text)}._navLinkActive_1fwzh_37{color:var(--streemo-color-primary)}._actions_1fwzh_55{align-items:center;gap:.75rem;display:none}@media (width>=768px){._actions_1fwzh_55{display:flex}}._mobileToggle_1fwzh_66{color:var(--streemo-color-text);cursor:pointer;background:0 0;border:none;padding:.5rem;display:flex}@media (width>=768px){._mobileToggle_1fwzh_66{display:none}}._mobileMenu_1fwzh_80{border-top:1px solid var(--streemo-color-border);flex-direction:column;padding:1rem;display:flex}@media (width>=768px){._mobileMenu_1fwzh_80{display:none}}._mobileNavLink_1fwzh_92{color:var(--streemo-color-text);padding:.75rem;font-size:1rem;text-decoration:none}._btnPrimary_1fwzh_99,._btnGhost_1fwzh_100{border-radius:var(--streemo-radius-md);align-items:center;padding:.5rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;display:inline-flex}._btnPrimary_1fwzh_99{background:var(--streemo-color-primary);color:var(--streemo-color-primary-contrast,#fff)}._btnGhost_1fwzh_100{color:var(--streemo-color-text-muted)}._btnGhost_1fwzh_100:hover{color:var(--streemo-color-text)}._root_5hjzt_1{background:var(--streemo-color-background);min-height:100vh}._main_5hjzt_6{padding:0 0 6rem}._hero_5hjzt_10{margin-bottom:4rem;padding:clamp(5rem,12vw,8rem) 0 clamp(5rem,10vw,6rem);position:relative;overflow:hidden}._hero_5hjzt_10:before{content:"";background:radial-gradient(ellipse 80% 50% at 50% -20%, color-mix(in srgb, var(--streemo-color-primary,#6366f1) 12%, transparent), transparent), radial-gradient(ellipse 60% 40% at 80% 50%, color-mix(in srgb, var(--streemo-color-accent,#6366f1) 8%, transparent), transparent), radial-gradient(ellipse 50% 30% at 20% 80%, color-mix(in srgb, var(--streemo-color-primary,#6366f1) 6%, transparent), transparent);pointer-events:none;position:absolute;inset:-50%}._heroBg_5hjzt_24{pointer-events:none;position:absolute;inset:0}._heroGlow_5hjzt_30{background:radial-gradient(ellipse 70% 45% at 50% -15%, color-mix(in srgb, var(--streemo-color-primary,#6366f1) 14%, transparent), transparent 60%), radial-gradient(ellipse 50% 35% at 85% 40%, color-mix(in srgb, var(--streemo-color-accent,#8b5cf6) 10%, transparent), transparent 65%), radial-gradient(ellipse 45% 30% at 15% 70%, color-mix(in srgb, var(--streemo-color-primary,#6366f1) 8%, transparent), transparent 60%);position:absolute;inset:-20%}._heroGrid_5hjzt_36{background-image:linear-gradient(color-mix(in srgb, var(--streemo-color-border) 20%, transparent) 1px, transparent 1px), linear-gradient(90deg, color-mix(in srgb, var(--streemo-color-border) 20%, transparent) 1px, transparent 1px);background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 60% at 50% 40%,#000 20%,#0000 70%);mask-image:radial-gradient(70% 60% at 50% 40%,#000 20%,#0000 70%)}._heroInner_5hjzt_45{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1100px;margin:0 auto;display:grid;position:relative}@media (width<=900px){._heroInner_5hjzt_45{grid-template-columns:1fr;gap:3rem}}._heroContent_5hjzt_62{text-align:left;max-width:520px}@media (width<=900px){._heroContent_5hjzt_62{text-align:center}}._heroBadge_5hjzt_72{letter-spacing:.03em;text-transform:uppercase;color:var(--streemo-color-primary);background:color-mix(in srgb, var(--streemo-color-primary,#6366f1) 12%, transparent);border:1px solid color-mix(in srgb, var(--streemo-color-primary,#6366f1) 25%, transparent);border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.8125rem;font-weight:600;display:inline-flex}._heroTitle_5hjzt_88{color:var(--streemo-color-text);letter-spacing:-.03em;margin:0 0 1.25rem;font-size:clamp(2rem,4.5vw,3.25rem);font-weight:700;line-height:1.15}._heroTitleAccent_5hjzt_97{background:linear-gradient(135deg, var(--streemo-color-primary,#6366f1), var(--streemo-color-accent,#8b5cf6));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}._heroSubtitle_5hjzt_104{color:var(--streemo-color-text-muted);margin:0 0 2rem;font-size:clamp(1rem,1.5vw,1.125rem);line-height:1.65}._heroCta_5hjzt_111{flex-wrap:wrap;gap:1rem;display:flex}@media (width<=900px){._heroCta_5hjzt_111{justify-content:center}}._heroVisual_5hjzt_122{justify-content:center;align-items:center;display:flex}@media (width<=900px){._heroVisual_5hjzt_122{order:-1}}._codeCard_5hjzt_133{background:var(--streemo-color-surface-elevated);border:1px solid var(--streemo-color-border);border-radius:var(--streemo-radius-lg);width:100%;max-width:380px;overflow:hidden;box-shadow:0 4px 6px -1px #00000014,0 10px 20px -5px #0000000f}[data-theme=dark] ._codeCard_5hjzt_133{box-shadow:0 10px 40px -10px #0006}._codeCardHeader_5hjzt_146{background:var(--streemo-color-surface);border-bottom:1px solid var(--streemo-color-border);align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}._codeCardDot_5hjzt_155{background:var(--streemo-color-border);border-radius:50%;width:10px;height:10px}._codeCardDot_5hjzt_155:first-child{background:#ff5f57}._codeCardDot_5hjzt_155:nth-child(2){background:#febc2e}._codeCardDot_5hjzt_155:nth-child(3){background:#28c840}._codeCardLabel_5hjzt_171{color:var(--streemo-color-text-muted);margin-left:.5rem;font-size:.75rem;font-weight:500}._codeCardBody_5hjzt_178{margin:0;padding:1.25rem 1.5rem;font-family:JetBrains Mono,Fira Code,SF Mono,ui-monospace,monospace;font-size:.8125rem;line-height:1.7;overflow-x:auto}._codeComment_5hjzt_187{color:var(--streemo-color-text-muted)}._codePrompt_5hjzt_191{color:var(--streemo-color-primary)}._codeKeyword_5hjzt_195{color:#c678dd}._codeBrace_5hjzt_199{color:var(--streemo-color-text-secondary)}._codeProp_5hjzt_203{color:#e5c07b}._codeString_5hjzt_207{color:#98c379}._sectionTitle_5hjzt_211{color:var(--streemo-color-text);margin:0 0 .25rem;font-size:1.5rem;font-weight:600}._sectionDesc_5hjzt_218{color:var(--streemo-color-text-muted);margin:0;font-size:.9375rem}._btnPrimary_5hjzt_224,._btnGhost_5hjzt_225{border-radius:var(--streemo-radius-md);align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .15s,box-shadow .2s;display:inline-flex}._btnPrimary_5hjzt_224{background:var(--streemo-color-primary);color:var(--streemo-color-primary-contrast,#fff);box-shadow:0 4px 14px color-mix(in srgb, var(--streemo-color-primary,#6366f1) 35%, transparent)}._btnPrimary_5hjzt_224:hover{box-shadow:0 6px 20px color-mix(in srgb, var(--streemo-color-primary,#6366f1) 40%, transparent);transform:translateY(-1px)}._btnGhost_5hjzt_225{color:var(--streemo-color-text);border:1px solid var(--streemo-color-border);background:var(--streemo-color-surface)}._btnGhost_5hjzt_225:hover{background:var(--streemo-color-surface-hover);border-color:var(--streemo-color-border-strong)}._sectionLabel_5hjzt_257{text-transform:uppercase;letter-spacing:.1em;color:var(--streemo-color-text-muted);margin:0 0 1.5rem;font-size:.75rem;font-weight:600}._cards_5hjzt_266{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem;margin-top:2rem;display:grid}._card_5hjzt_266{background:var(--streemo-color-surface);border:1px solid var(--streemo-color-border);border-radius:var(--streemo-radius-lg);color:inherit;align-items:flex-start;gap:1rem;padding:1.5rem;text-decoration:none;transition:border-color .2s,box-shadow .2s;display:flex}._card_5hjzt_266:hover{border-color:var(--streemo-color-primary);box-shadow:var(--streemo-shadow-md)}._cardIcon_5hjzt_290{color:var(--streemo-color-primary);flex-shrink:0}._cardTitle_5hjzt_295{margin:0 0 .25rem;font-size:1.125rem;font-weight:600}._cardDesc_5hjzt_301{color:var(--streemo-color-text-muted);margin:0;font-size:.875rem;line-height:1.5}._cardArrow_5hjzt_308{color:var(--streemo-color-text-muted);flex-shrink:0;margin-left:auto}._sidebar_fr26h_1{flex-shrink:0;width:220px;max-height:calc(100vh - 5rem);padding:1.5rem 0;position:sticky;top:4rem;overflow-y:auto}._nav_fr26h_11{flex-direction:column;gap:.125rem;display:flex}._link_fr26h_17{color:var(--streemo-color-text-muted);border-radius:var(--streemo-radius-md);padding:.5rem .75rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .15s,background .15s;display:block}._link_fr26h_17:hover{color:var(--streemo-color-text);background:var(--streemo-color-surface-hover)}._link_fr26h_17._active_fr26h_31{color:var(--streemo-color-primary);background:var(--streemo-color-primary-muted,rgba(var(--streemo-color-primary-rgb,99, 102, 241), .1))}._link_fr26h_17:focus-visible{outline:2px solid var(--streemo-color-primary);outline-offset:2px}._toc_1yzp5_1{border-left:1px solid var(--streemo-color-border);max-height:calc(100vh - 120px);padding-left:1.5rem;position:sticky;top:100px;overflow-y:auto}._title_1yzp5_10{text-transform:uppercase;letter-spacing:.05em;color:var(--streemo-color-text-muted);margin:0 0 .75rem;font-size:.75rem;font-weight:600}._list_1yzp5_19{margin:0;padding:0;list-style:none}._item_1yzp5_25{margin:0}._link_1yzp5_29{color:var(--streemo-color-text-muted);padding:.25rem 0;font-size:.8125rem;line-height:1.4;text-decoration:none;transition:color .15s;display:block}._link_1yzp5_29:hover{color:var(--streemo-color-text)}._link_1yzp5_29._active_1yzp5_41{color:var(--streemo-color-primary);font-weight:500}._root_1m3rs_1{background:var(--streemo-color-background);flex-direction:column;min-height:100vh;display:flex}._body_1m3rs_8{flex:1;grid-template-columns:260px 1fr 220px;gap:0;width:100%;max-width:1440px;margin:0 auto;display:grid}@media (width<=1200px){._body_1m3rs_8{grid-template-columns:260px 1fr}}@media (width<=900px){._body_1m3rs_8{grid-template-columns:1fr;padding:0 1rem}}._sidebar_1m3rs_29{border-right:1px solid var(--streemo-color-border);height:calc(100vh - 72px);padding:1.5rem 0 2rem;position:sticky;top:72px;overflow-y:auto}@media (width<=900px){._sidebar_1m3rs_29{display:none}}._main_1m3rs_43{min-width:0;max-width:780px;padding:2rem 3rem 4rem}@media (width<=1200px){._main_1m3rs_43{padding:2rem 2rem 4rem}}@media (width<=900px){._main_1m3rs_43{max-width:100%;padding:1.5rem 0 3rem}}._toc_1m3rs_60{border-left:1px solid var(--streemo-color-border);height:calc(100vh - 72px);padding:2rem 0 2rem 1.5rem;position:sticky;top:72px;overflow-y:auto}@media (width<=1200px){._toc_1m3rs_60{display:none}}._tocPlaceholder_1m3rs_74{min-height:100px}._root_blayy_1{background:var(--streemo-color-surface-elevated);border:1px solid var(--streemo-color-border);border-radius:var(--streemo-radius-xl);margin-top:4rem;padding:2.5rem}._title_blayy_9{color:var(--streemo-color-text);margin:0 0 .5rem;font-size:1.5rem;font-weight:600}._subtitle_blayy_16{color:var(--streemo-color-text-muted);margin:0 0 1.5rem;font-size:.9375rem}._actions_blayy_22{flex-wrap:wrap;gap:.75rem;display:flex}._primaryBtn_blayy_28{border-radius:var(--streemo-radius-md);background:var(--streemo-color-primary);color:var(--streemo-color-primary-contrast,#fff);align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;text-decoration:none;transition:background .2s,color .2s,border-color .2s;display:inline-flex}._primaryBtn_blayy_28:hover{opacity:.9}._wrapper_tuk9x_1{grid-template-columns:1fr 240px;align-items:start;gap:3rem;width:100%;max-width:1200px;margin:0 auto;padding:2rem 0 4rem;display:grid}._article_tuk9x_12{min-width:0}._header_tuk9x_16{margin-bottom:2rem}._title_tuk9x_20{margin:0 0 .5rem;font-size:2rem;font-weight:700}._description_tuk9x_26{color:var(--streemo-color-text-muted);margin:0;font-size:1rem}._content_tuk9x_32 ol{margin:.75rem 0 1.5rem;padding-left:1.5rem;list-style-type:decimal}._content_tuk9x_32 ol li{margin-bottom:.5rem;line-height:1.6}._content_tuk9x_32 ol li:last-child{margin-bottom:0}._content_tuk9x_32 p{margin:0 0 1rem}._content_tuk9x_32 h2{margin:2rem 0 1rem;font-size:1.25rem;font-weight:600}._content_tuk9x_32 h2:first-child{margin-top:0}._toc_tuk9x_56{position:sticky;top:6rem}@media (width<=1100px){._wrapper_tuk9x_1{grid-template-columns:1fr}._toc_tuk9x_56{border-top:1px solid var(--streemo-color-border);padding-top:2rem;position:static}}._wrapper_1j9gt_1{border:1px solid var(--streemo-color-border,#e4e4e7);border-radius:12px;margin:1.5rem 0;font-family:JetBrains Mono,Fira Code,SF Mono,ui-monospace,monospace;overflow:hidden}._header_1j9gt_9{background:var(--streemo-color-surface-elevated,#27272a);border-bottom:1px solid var(--streemo-color-border,#3f3f46);justify-content:space-between;align-items:center;padding:.5rem 1rem;display:flex}._lang_1j9gt_18{color:var(--streemo-color-text-muted,#71717a);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}._copyBtn_1j9gt_25{color:var(--streemo-color-text-muted,#a1a1aa);border:1px solid var(--streemo-color-border,#3f3f46);cursor:pointer;background:0 0;border-radius:6px;align-items:center;gap:.375rem;padding:.375rem .75rem;font-family:inherit;font-size:.8125rem;transition:color .15s,border-color .15s,background .15s;display:flex}._copyBtn_1j9gt_25:hover{color:var(--streemo-color-text,#fafafa);border-color:var(--streemo-color-border-strong,#52525b);background:#ffffff0d}._copyBtn_1j9gt_25:focus-visible{outline:2px solid var(--streemo-color-primary);outline-offset:2px}._code_1j9gt_49{white-space:pre}._wrapper_b4niu_1{margin:1.5rem 0}._tabs_b4niu_5{background:var(--streemo-color-surface-elevated,#27272a);border:1px solid var(--streemo-color-border,#3f3f46);border-bottom:none;border-radius:12px 12px 0 0;gap:.25rem;margin-bottom:0;padding:.75rem 1rem;display:flex}._tab_b4niu_5{color:var(--streemo-color-text-muted,#a1a1aa);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.375rem .875rem;font-family:inherit;font-size:.8125rem;font-weight:500;transition:color .15s,background .15s}._tab_b4niu_5:hover{color:var(--streemo-color-text,#fafafa);background:#ffffff0d}._tab_b4niu_5._tabActive_b4niu_32{color:var(--streemo-color-text,#fafafa);background:#ffffff1a}._tab_b4niu_5:focus-visible{outline:2px solid var(--streemo-color-primary);outline-offset:2px}._root_kwgq0_1{margin-bottom:2rem}._header_kwgq0_5{margin-bottom:1rem}._title_kwgq0_9{color:var(--streemo-color-text);margin:0 0 .25rem;font-size:1rem;font-weight:600}._description_kwgq0_16{color:var(--streemo-color-text-muted);margin:0;font-size:.875rem;line-height:1.5}
