@charset "UTF-8";.simple-dialog .dialog-backdrop{position:fixed;inset:0;background-color:#00000080;z-index:1010}.simple-dialog .dialog-container{position:fixed;inset:0;z-index:1010;display:flex;align-items:center;justify-content:center;padding:1rem}.simple-dialog .dialog-panel{background:#fff;border-radius:.5rem;box-shadow:0 10px 25px #00000026;padding:1.5rem;min-width:300px;max-width:700px;max-height:95dvh;display:flex;flex-direction:column}@media(max-width:480px){.simple-dialog .dialog-panel{padding:1rem}}.simple-dialog .dialog-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1rem}.simple-dialog .dialog-title{font-size:1.125rem;font-weight:600;color:#192234;margin:0}.simple-dialog .dialog-close-button{background:none;border:none;padding:4px;cursor:pointer;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;transition:background-color .2s ease;vertical-align:middle}.simple-dialog .dialog-close-button:disabled{opacity:.4;cursor:default}.simple-dialog .dialog-close-button:hover:not(:disabled){background-color:#0000000a}.simple-dialog .dialog-close-button{color:#576375}.simple-dialog .dialog-close-button svg{fill:currentcolor}.simple-dialog .dialog-content{overflow-y:auto;padding:0 3px 3px}.simple-dialog .dialog-content p{color:#576375;line-height:1.5}.simple-dialog .dialog-content p.error{color:#dd3c49}.simple-dialog .dialog-content .form-group{margin-bottom:1.5rem}.simple-dialog .dialog-content .form-group label{display:block;margin-bottom:.5rem;color:#192234}.simple-dialog .dialog-content .form-group input[type=text]{border:1px solid hsl(220,13%,91%);border-radius:.5rem;font-size:1rem;transition:border-color .2s;box-sizing:border-box;padding:.75rem}.simple-dialog .dialog-content .form-group input[type=text]:focus{outline:none;border-color:#195de6;box-shadow:0 0 0 3px #1a5ee61a}.simple-dialog .dialog-content .form-group input[type=text]:user-invalid{border-color:#dd3c49}.simple-dialog .dialog-content .form-group input[type=text]{width:100%}.simple-dialog .dialog-content .form-group textarea{border:1px solid hsl(220,13%,91%);border-radius:.5rem;font-size:1rem;transition:border-color .2s;box-sizing:border-box;padding:.75rem}.simple-dialog .dialog-content .form-group textarea:focus{outline:none;border-color:#195de6;box-shadow:0 0 0 3px #1a5ee61a}.simple-dialog .dialog-content .form-group textarea:user-invalid{border-color:#dd3c49}.simple-dialog .dialog-content .form-group textarea{width:100%;min-height:8rem;resize:vertical}.simple-dialog .dialog-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.5rem}.subscription-quantity{display:flex;align-items:center;gap:4px}.subscription-quantity>button{background:none;border:none;padding:4px;cursor:pointer;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;transition:background-color .2s ease;vertical-align:middle}.subscription-quantity>button:disabled{opacity:.4;cursor:default}.subscription-quantity>button:hover:not(:disabled){background-color:#0000000a}.subscription-quantity>button{padding:0}.subscription-quantity>button>svg{fill:#576375}.subscription-grid-form{display:grid;grid-template-columns:max-content max-content;gap:1rem;align-items:center}.subscription-grid-form .sgf-title{grid-column:span 2;font-weight:700}.subscription-grid-form .price-display{text-align:right;font-weight:600}.subscription-grid-form .sgf-actions{display:contents}.subscription-grid-form .sgf-actions>*{grid-column:span 2}@media(max-width:480px){.subscription-grid-form{grid-template-columns:1fr}}.chat-markdown{line-height:normal;white-space:normal}.chat-markdown h1,.chat-markdown h2,.chat-markdown h3,.chat-markdown h4,.chat-markdown h5,.chat-markdown h6{font-weight:700;padding:0;margin-top:1rem;margin-bottom:.5rem}.chat-markdown blockquote{margin:.5rem 0;padding-left:.75rem;border-left:3px solid hsl(215,12%,85%)}.chat-markdown blockquote:first-child{margin-top:0}.chat-markdown blockquote:last-child{margin-bottom:0}.chat-markdown hr{margin:1em 0}.chat-markdown pre{background:#e1e7ef;padding:1rem;overflow-x:auto}.chat-markdown p{margin:.5rem 0}.chat-markdown li{margin:.25rem 0}.chat-markdown img{margin:.5rem 0}.chat-markdown .table-container{max-width:fit-content;max-height:70vh;margin:1rem 0}.chat-markdown table{display:block;min-width:unset;max-width:100%;width:max-content}@media(max-width:480px){.chat-markdown table th,.chat-markdown table td{padding:.5rem}}.entity-suffix{font-size:.85em;opacity:.5}.deprecated-instance{opacity:.5}.deprecated-instance:before{content:"(old) "}.instance-options{font-weight:400;color:#576375}details.thinking{margin-top:16px;padding:8px 16px;border-radius:12px;border:2px solid;border-color:#94a3b8;background:linear-gradient(135deg,#fff,#f4f7fa);transition:all .2s ease}details.thinking>summary{font-weight:600;cursor:pointer;padding:8px 0;margin:-8px 0;display:flex;align-items:center;color:#576375}details.thinking>summary>svg{color:#192234}details.thinking>summary:hover{color:#2c2f3a}details.thinking>summary:before{margin-right:8px}details.thinking>summary:after{content:"▼";font-size:12px;margin-left:auto;transition:all .2s ease}details.thinking:not([open])>summary:after{transform:rotate(-90deg)}details.thinking{margin-bottom:1rem}details.thinking>summary .thinking-icon{width:1.2em;height:1.2em;margin-right:8px;flex-shrink:0;fill:currentcolor}details.thinking>summary>span{overflow:hidden;text-overflow:ellipsis;text-wrap:nowrap}details.thinking>summary>span .thinking-first-line{font-style:italic}details.thinking>p{margin-top:.5rem}.searching{font-weight:600;color:#576375}.searching:before{font-style:normal;content:"🔍 "}.searching.with-query{font-style:italic}details.search-results{margin-top:16px;padding:8px 16px;border-radius:12px;border:2px solid;border-color:#75aebd;background:linear-gradient(135deg,#fafeff,#f0fcff);transition:all .2s ease}details.search-results>summary{font-weight:600;cursor:pointer;padding:8px 0;margin:-8px 0;display:flex;align-items:center}details.search-results>summary>svg{color:#008fb3}details.search-results>summary:before{margin-right:8px}details.search-results>summary:after{content:"▼";font-size:12px;margin-left:auto;transition:all .2s ease}details.search-results:not([open])>summary:after{transform:rotate(-90deg)}details.search-results>summary .search-icon{width:1.2em;height:1.2em;margin-right:8px;flex-shrink:0;fill:currentcolor}details.search-results>summary .search-queries{font-weight:400}details.search-results>summary .search-queries .other-queries{font-style:italic}details.search-results>h4{font-weight:600;margin-bottom:0}details.citations{margin-top:16px;padding:8px 16px;border-radius:12px;border:2px solid;border-color:#75bd85;background:linear-gradient(135deg,#fafffb,#f0fff3);transition:all .2s ease}details.citations>summary{font-weight:600;cursor:pointer;padding:8px 0;margin:-8px 0;display:flex;align-items:center;color:#576375}details.citations>summary>svg{color:#12a131}details.citations>summary:hover{color:#2c2f3a}details.citations>summary:before{margin-right:8px}details.citations>summary:after{content:"▼";font-size:12px;margin-left:auto;transition:all .2s ease}details.citations:not([open])>summary:after{transform:rotate(-90deg)}details.citations>summary .citations-icon{width:1.2em;height:1.2em;margin-right:8px;flex-shrink:0;fill:currentcolor}.bubble{margin-bottom:.75rem;padding:.5rem .8rem;border-radius:.5rem;white-space:pre-wrap;box-shadow:0 1px 3px #0000000d;border:solid 1.5px hsl(220,13%,91%);overflow-x:auto;background:linear-gradient(to right,var(--accent-color) 4px,transparent 4px) padding-box;border-color:var(--accent-color)}.bubble.has-parent{margin-left:1.25rem}.bubble .message-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.2rem;font-weight:600}.bubble .message-header .sender{color:var(--accent-color);filter:brightness(.8)}.bubble .message-header .timestamp-link{font-size:.75rem;font-weight:400;color:#576375;cursor:pointer;padding:.25rem;border-radius:.25rem;transition:all .2s;text-decoration:none;white-space:nowrap}@media(max-width:480px){.bubble .message-header .timestamp-link{font-size:.6rem}}.bubble .message-header .timestamp-link:hover{background-color:#1a5ee61a;color:#195de6}.bubble[data-message-status=sending],.bubble[data-message-status=retrying]{opacity:.7}.bubble[data-message-status=starting],.bubble[data-message-status=streaming]{background-repeat:no-repeat;background-size:100% 100%;border:none}.s-chat-streaming-indicator{display:flex;align-items:center;gap:6px;font-size:12px;color:#088faa;font-weight:500}.s-chat-pulse{width:8px;height:8px;border-radius:50%;animation:s-chat-pulse 1.5s ease-in-out infinite}@keyframes s-chat-pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.summarize-details[data-summarize-section-type=agreements]{margin-top:16px;padding:8px 16px;border-radius:12px;border:2px solid;border-color:#3fa659;background:linear-gradient(135deg,#f0fff0,#e0ffe3);transition:all .2s ease}.summarize-details[data-summarize-section-type=agreements]>summary{font-weight:600;cursor:pointer;padding:8px 0;margin:-8px 0;display:flex;align-items:center;color:#3fa659}.summarize-details[data-summarize-section-type=agreements]>summary:hover{color:#33994d}.summarize-details[data-summarize-section-type=agreements]>summary:before{content:"✅";margin-right:8px}.summarize-details[data-summarize-section-type=agreements]>summary:after{content:"▼";font-size:12px;margin-left:auto;transition:all .2s ease}.summarize-details[data-summarize-section-type=agreements]:not([open])>summary:after{transform:rotate(-90deg)}.summarize-details[data-summarize-section-type=agreements]{padding:16px}.summarize-details[data-summarize-section-type=agreements]>summary:before{font-size:18px}.summarize-details[data-summarize-section-type=disagreements]{margin-top:16px;padding:8px 16px;border-radius:12px;border:2px solid;border-color:#e23636;background:linear-gradient(135deg,#fff5f5,#fbd0d0);transition:all .2s ease}.summarize-details[data-summarize-section-type=disagreements]>summary{font-weight:600;cursor:pointer;padding:8px 0;margin:-8px 0;display:flex;align-items:center;color:#e23636}.summarize-details[data-summarize-section-type=disagreements]>summary:hover{color:#bd2828}.summarize-details[data-summarize-section-type=disagreements]>summary:before{content:"⚡";margin-right:8px}.summarize-details[data-summarize-section-type=disagreements]>summary:after{content:"▼";font-size:12px;margin-left:auto;transition:all .2s ease}.summarize-details[data-summarize-section-type=disagreements]:not([open])>summary:after{transform:rotate(-90deg)}.summarize-details[data-summarize-section-type=disagreements]{padding:16px}.summarize-details[data-summarize-section-type=disagreements]>summary:before{font-size:18px}.summarize-details[data-summarize-section-type=unique_points]{margin-top:16px;padding:8px 16px;border-radius:12px;border:2px solid;border-color:#8661d1;background:linear-gradient(135deg,#faf5ff,#decffc);transition:all .2s ease}.summarize-details[data-summarize-section-type=unique_points]>summary{font-weight:600;cursor:pointer;padding:8px 0;margin:-8px 0;display:flex;align-items:center;color:#8661d1}.summarize-details[data-summarize-section-type=unique_points]>summary:hover{color:#6a40bf}.summarize-details[data-summarize-section-type=unique_points]>summary:before{content:"💡";margin-right:8px}.summarize-details[data-summarize-section-type=unique_points]>summary:after{content:"▼";font-size:12px;margin-left:auto;transition:all .2s ease}.summarize-details[data-summarize-section-type=unique_points]:not([open])>summary:after{transform:rotate(-90deg)}.summarize-details[data-summarize-section-type=unique_points]{padding:16px}.summarize-details[data-summarize-section-type=unique_points]>summary:before{font-size:18px}.bubble[data-command-name=tabulate][data-message-status=starting]{background:#ffec1a1a!important;border-color:#b08503;color:#7e5f01;animation:tabulate-pulse 1.5s ease-in-out infinite}@keyframes tabulate-pulse{0%,to{opacity:.2}50%{opacity:1}}.tabulation-table-container{overflow-x:auto}.tabulation-table{width:100%;margin-top:.5rem;border-collapse:collapse;font-size:.875rem;background:#fff}.tabulation-table th{position:inherit;font-weight:600;text-align:left;border-bottom:1px solid hsl(210,20%,90%);white-space:break-space;vertical-align:bottom;padding:.5rem}.tabulation-table td{padding:.5rem;border-bottom:1px solid hsl(210,15%,95%)}.tabulation-table td.quantity-name{min-width:12rem}.tabulation-table th,.tabulation-table td{text-align:right}.tabulation-table th:first-child,.tabulation-table td:first-child{text-align:left;position:sticky;left:0;border-right:none}.tabulation-table th:first-child:after,.tabulation-table td:first-child:after{content:"";position:absolute;top:0;right:0;left:unset;width:1px;height:100%;background-color:#c7d1cd}.tabulation-table td:first-child{background-color:#fff}.tabulation-table tr{border-bottom:none}.tabulation-table tr.header-row th{background-color:#f4f7fa;font-weight:600;text-align:left;vertical-align:bottom;border-bottom:1px solid hsl(155,10%,80%);border-right:1px solid hsl(155,10%,80%);white-space:break-spaces;padding:.75rem}.tabulation-table tr.header-row th:first-child,.tabulation-table tr.header-row th:last-child{border-right:none}.tabulation-table tr.answer-row{font-weight:600;background:linear-gradient(135deg,#f0fff0,#e0ffe3)!important;border:solid 1.5px hsl(135,45%,45%)!important;border-left:none!important}.tabulation-table tr.answer-row .quantity-name{font-weight:700}.tabulation-table tr.answer-row td:first-child{background:linear-gradient(135deg,#f0fff0,#e0ffe3)}.tabulation-table tr.answer-row td:first-child:before{content:"";position:absolute;top:0;left:0;width:1.5px;height:100%;background-color:#3fa659}.tabulation-table tr:hover{background:#fff}.chat-input-container{position:relative;flex:1;margin-right:.5rem}.chat-input-container .input-box{border-radius:1rem;resize:none;vertical-align:bottom}.chat-input-container .mention-dropdown{background:#fff;border:1px solid hsl(215,12%,85%);border-radius:.5rem;box-shadow:0 4px 12px #00000026;overflow:hidden;z-index:1003;outline:none;position:absolute;bottom:100%;left:0;right:0;margin-bottom:.5rem;max-height:12rem;overflow-y:auto;padding:0}.chat-input-container .mention-dropdown .mention-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.5rem 1rem;text-decoration:none;cursor:pointer;transition:background-color .2s ease}.chat-input-container .mention-dropdown .mention-item:hover,.chat-input-container .mention-dropdown .mention-item[data-focus]{background-color:#f4f7fa}.chat-input-container .mention-dropdown .mention-item svg{flex-shrink:0}.chat-input-container .mention-dropdown .mention-item span{flex:1}.chat-input-container .mention-dropdown .mention-item{padding:.5rem .75rem;font-size:.875rem;font-weight:400;display:flex;align-items:flex-start}.chat-input-container .mention-dropdown .mention-item .command-text{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-input-container .mention-dropdown .mention-item .command-text:has(.command-hint.expanded){white-space:normal;overflow:visible;text-overflow:clip}.chat-input-container .mention-dropdown .mention-item .command-text .command-name{font-weight:600;color:#576375}.chat-input-container .mention-dropdown .mention-item .command-text .command-hint{color:#576375;font-weight:400}.chat-input-container .mention-dropdown .mention-item .expand-button{padding:.2rem;background:none;border:none;border-radius:8px;box-shadow:0 0 5px #0003;color:#576375;cursor:pointer;font-size:.75rem;flex-shrink:0;align-self:stretch;line-height:1}.chat-input-container .mention-dropdown .mention-item .expand-button:hover{background-color:#fff}.chat-input-container .mention-dropdown .mention-item.selected{background-color:#195de6;color:#ffffffe6}.chat-input-container .mention-dropdown .mention-item.selected .command-name{color:#fff}.chat-input-container .mention-dropdown .mention-item.selected .command-hint{color:#ffffffe6}.chat-input-container .mention-dropdown .mention-item.selected .expand-button{background-color:#e1e7ef;box-shadow:none}.chat-input-container .mention-dropdown .mention-item.selected .expand-button:hover{background-color:#fff}.quick-buttons-container{display:flex;align-items:center;gap:8px;margin-bottom:8px;flex:1;min-width:0}.nav-button{padding:4px;font-size:12px;background:#e1e7ef;border:1px solid hsl(215,12%,85%);border-radius:4px;cursor:pointer;color:#192234;transition:all .2s ease}.nav-button:hover{background:#cdd7e4;border-color:#94a3b8}.nav-button:disabled{opacity:.6;cursor:not-allowed}.nav-button{flex-shrink:0;width:24px;height:24px;padding:0;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}.nav-button:disabled{visibility:hidden}.quick-buttons-scroll{flex:1;display:flex;gap:6px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.quick-buttons-scroll::-webkit-scrollbar{display:none}.quick-button{padding:4px;font-size:12px;background:#e1e7ef;border:1px solid hsl(215,12%,85%);border-radius:4px;cursor:pointer;color:#192234;transition:all .2s ease}.quick-button:hover{background:#cdd7e4;border-color:#94a3b8}.quick-button:disabled{opacity:.6;cursor:not-allowed}.quick-button{flex-shrink:0;white-space:nowrap;background:#e1e7ef!important;border:1px solid hsl(215,12%,85%)!important;color:#192234!important}.quick-button:active{background:#bdc9db!important;border-color:#94a3b8!important}.suggested-query-container{margin-bottom:.5rem;display:flex;justify-content:center}.suggested-query-button{display:flex;align-items:flex-start;gap:.5rem;padding:.5rem .75rem;background:#f0f0f0;color:#666;border:1px solid #ddd;border-radius:6px;font-size:.875rem;cursor:pointer;transition:all .15s ease}.suggested-query-button:hover{background:#e8e8e8;border-color:#ccc}.suggested-query-button:active{background:#e0e0e0}.suggested-query-button:disabled{opacity:.5;cursor:not-allowed;background:#f0f0f0}.suggested-query-button:disabled:hover{background:#f0f0f0;border-color:#ddd}.suggested-query-label{font-weight:500;opacity:.7;font-size:.8rem}.suggested-query-text{font-weight:400}.chat-input-form{border-top:1px solid hsl(220,13%,91%);padding:.5rem 1rem 1rem;position:sticky;bottom:0;background:#fff;z-index:10}.chat-input-form .buttons-line{display:flex;gap:8px;align-items:baseline}.chat-input-form .buttons-line .search-button{border:none;background:none;cursor:pointer;font-size:18px}.chat-input-form .buttons-line .search-button[data-enabled=false]{opacity:.4}.chat-input-form .message-area{display:flex;align-items:flex-end;background:#fff}.chat-input-form button.send-message-button{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;text-decoration:none;transition:all .2s;cursor:pointer;border:none;font-size:.875rem;font-family:inherit;text-align:center}.chat-input-form button.send-message-button:disabled{opacity:.6;cursor:not-allowed}.chat-input-form button.send-message-button{display:flex;flex-direction:column;gap:.125rem;padding:6px 10px;background-color:#195de6;color:#fff;min-height:2.5rem;justify-content:center}.chat-input-form button.send-message-button:hover{background-color:#144bb8}.chat-input-form button.send-message-button .button-hint{font-size:.65rem;opacity:.8;font-weight:400}.connection-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-left:1rem}.connection-dot.ready{background-color:#22c34b}.connection-dot.connecting,.connection-dot.initializing{background-color:#fa0}.connection-dot.disconnecting,.connection-dot.dead{background-color:#dd3c49}.manage-entities-dialog .manage-entities-content{display:flex;flex-direction:column;gap:1.5rem;max-width:90vw;max-height:60dvh;overflow-y:auto}.manage-entities-dialog .entities-section h3{margin:0 0 .75rem;font-size:.9rem;font-weight:600;color:#576375;text-transform:uppercase;letter-spacing:.05em}.manage-entities-dialog .entities-section .empty-message{padding:1rem;text-align:center;color:#576375;font-style:italic;background:#f4f7fa;border-radius:4px}.manage-entities-dialog .entities-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.manage-entities-dialog .entity-item{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;background:#f4f7fa;border-radius:6px;transition:background .15s ease}.manage-entities-dialog .entity-item:hover{background:#e1e7ef}.manage-entities-dialog .entity-item .entity-info{display:flex;flex-direction:column;flex:1;min-width:0;overflow:hidden}.manage-entities-dialog .entity-item .entity-info .entity-handle{font-weight:500;color:#192234;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.manage-entities-dialog .entity-item .entity-info .entity-model{font-size:.85rem;color:#576375;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.manage-entities-dialog .entity-item .icon-button{flex-shrink:0;padding:.5rem;border-radius:4px;border:none;background:transparent;cursor:pointer;transition:all .15s ease}.manage-entities-dialog .entity-item .icon-button:disabled{opacity:.5;cursor:not-allowed}.manage-entities-dialog .entity-item .icon-button:hover:not(:disabled){background:#e1e7ef}.manage-entities-dialog .entity-item .icon-button.add-button:hover:not(:disabled){background:hsla(from hsl(135,70%,45%) h s l/15%)}.manage-entities-dialog .entity-item .icon-button.remove-button:hover:not(:disabled){background:hsla(from hsl(355,70%,55%) h s l/15%)}.presences-container .presence-section{margin-top:8px}.presences-container .presence-section .presence-section-title{font-size:1rem;font-weight:600;margin-top:0;margin-left:12px;margin-bottom:8px;color:#2c2f3a}.presences-container .presence-section .presence-section-header{display:flex;align-items:center;justify-content:space-between;margin:0 16px 0 0}.presences-container .presence-section .presence-section-header .presence-section-title{margin:0 0 0 12px}.presences-container .presence-section .presence-section-header .manage-entities-button{background:none;border:none;padding:4px;cursor:pointer;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;transition:background-color .2s ease;vertical-align:middle}.presences-container .presence-section .presence-section-header .manage-entities-button:disabled{opacity:.4;cursor:default}.presences-container .presence-section .presence-section-header .manage-entities-button:hover:not(:disabled){background-color:#0000000a}.presences-container .presence-section .presence-section-header .manage-entities-button{padding:.25rem .5rem;font-size:1.25rem;line-height:1;border:2px solid hsl(220,13%,91%);color:#192234;transition:all .15s ease}.presences-container .presence-section .presence-section-header .manage-entities-button:hover{background:#e1e7ef;border-color:#d4d8dd}.presences-container .presence-section.autoresponder-section .presence-section-title{display:inline-flex;align-items:center;gap:4px;cursor:help}.presences-container .presence-section.autoresponder-section .presence-section-title .info-icon{opacity:.4;fill:currentcolor;transition:opacity .2s ease}.presences-container .presence-section.autoresponder-section .presence-section-title:hover .info-icon{opacity:.7}.presences-container .presence-section .autoresponder-section{margin-top:8px}.presences-container .presence-section.autoresponder-section .preset-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;margin:0 6px 6px}.presences-container .presence-section.autoresponder-section .preset-buttons .preset-btn{padding:4px;font-size:12px;background:#f4f7fa;border:1px solid hsl(220,13%,91%);border-radius:4px;cursor:pointer;color:#192234;transition:all .2s ease}.presences-container .presence-section.autoresponder-section .preset-buttons .preset-btn:hover{background:#e1e7ef;border-color:#d4d8dd}.presences-container .presence-section.autoresponder-section .preset-buttons .preset-btn.active{background:#195de6;color:#fff;border-color:#195de6}.presences-container .presence-section.autoresponder-section .preset-buttons .preset-btn.active:hover{background:#1e50d8;border-color:#1e50d8}.presences-container .presence-section.autoresponder-section .no-autoresponders{font-size:13px;color:#576375;font-style:italic;margin:0 16px}.presences-list{margin:0;padding:.25rem 0;border-bottom:1px solid hsl(220,13%,91%)}.presences-list .presence-item{display:flex;align-items:center;justify-content:space-between;margin-bottom:.25rem;font-size:.875rem;cursor:pointer;padding:.25rem .5rem;border-radius:.25rem;transition:background-color .2s}.presences-list .presence-item:hover{background-color:#1a5ee60d}.presences-list .presence-item .presence-info{display:flex;align-items:center;flex:1;max-width:70%}.presences-list .presence-item .presence-info .entity-name{flex:1;overflow:hidden;overflow-wrap:break-word}.presences-list .presence-item .presence-info.unavailable{opacity:.5}.presences-list .presence-item .presence-splotch{width:.8rem;height:.8rem;margin-right:.4rem;margin-top:.15rem;margin-left:.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.presences-list .presence-item .presence-splotch[data-presence-kind=User]{width:1.25rem;height:1.25rem;border-radius:50%}.presences-list .presence-item .presence-actions{display:flex;gap:.25rem}.presences-list .presence-item .presence-menu{position:relative}.presences-list .presence-item .presence-menu-btn{opacity:0;padding:.25rem;background:transparent;border:none;border-radius:.25rem;cursor:pointer;color:#576375;transition:background-color .2s ease,color .2s ease}.presences-list .presence-item .presence-menu-btn:hover{background-color:#e1e7ef;color:#000}.presences-list .presence-item .presence-menu-btn .more-icon{font-weight:900;letter-spacing:2px;width:20px;height:20px;-webkit-user-select:none;user-select:none}.presences-list .presence-item .presence-menu-btn:focus{opacity:1}.presences-list .presence-item .presence-menu-btn{opacity:.6}.presences-list .presence-item .presence-menu-btn:hover,.presences-list .presence-item:hover .presence-menu-btn,.presences-list .presence-item .presence-menu[data-headlessui-state=open] .presence-menu-btn{opacity:1}.presences-list .presence-item .presence-actions-menu{background:#fff;border:1px solid hsl(215,12%,85%);border-radius:.5rem;box-shadow:0 4px 12px #0000001a;min-width:150px;z-index:10;padding:.25rem;outline:none;width:14rem}.presences-list .presence-item .presence-action-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;background:transparent;border:none;border-radius:.25rem;cursor:pointer;color:#000;font-size:.875rem;text-align:left;transition:background-color .2s ease;-webkit-user-select:none;user-select:none}.presences-list .presence-item .presence-action-item[data-disabled]{cursor:default}.presences-list .presence-item .presence-action-item[data-focus]{background-color:#f4f7fa}.presences-list .presence-item .presence-action-item.delete,.presences-list .presence-item .presence-action-item.remove{color:#dd3c49}.presences-list .presence-item .presence-action-item.delete[data-focus],.presences-list .presence-item .presence-action-item.remove[data-focus]{background-color:#dd3c491a}.presences-list .presence-item .presence-action-item svg{flex-shrink:0;fill:currentcolor}.presences-list .presence-item .presence-info-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;background:transparent;border:none;border-radius:.25rem;cursor:pointer;color:#000;font-size:.875rem;text-align:left;transition:background-color .2s ease;-webkit-user-select:none;user-select:none}.presences-list .presence-item .presence-info-item[data-disabled]{cursor:default}.presences-list .presence-item .presence-info-item[data-focus]{background-color:#f4f7fa}.presences-list .presence-item .presence-info-item.delete,.presences-list .presence-item .presence-info-item.remove{color:#dd3c49}.presences-list .presence-item .presence-info-item.delete[data-focus],.presences-list .presence-item .presence-info-item.remove[data-focus]{background-color:#dd3c491a}.presences-list .presence-item .presence-info-item svg{flex-shrink:0;fill:currentcolor}.presences-list .presence-item .presence-info-item{font-size:.75rem;color:#576375}.signup-code-dialog-content{display:flex;flex-direction:column;gap:1rem}@media(max-width:480px){.signup-code-dialog-content{gap:.75rem;font-size:.9rem}}.signup-code-dialog-content .signup-code-dialog-bubble{background-color:#e7f3ff;border:1px solid #b3d9ff;border-radius:.5rem;padding:1rem;margin-bottom:.5rem;color:inherit}.signup-code-dialog-content .subsection{margin-bottom:0}.sidebar{position:fixed;top:0;left:0;width:min(300px,90vw);max-width:90vw;height:100dvh;background:#fff;border-right:1px solid hsl(215,12%,85%);z-index:1001;transition:transform .3s ease;display:flex;flex-direction:column;overflow-x:hidden}.sidebar.collapsed{transform:translate(-100%)}.sidebar.expanded{transform:translate(0);box-shadow:2px 0 8px #0000001a}@media(max-width:960px){.sidebar.expanded{box-shadow:2px 0 8px #0006}}.sidebar .sidebar-header{padding:1rem;border-bottom:1px solid hsl(215,12%,85%);display:flex;align-items:center;gap:.5rem;justify-content:space-between;min-height:60px;flex-shrink:0}.sidebar .sidebar-header .logo-link{text-decoration:none;flex:1;display:flex}.sidebar .sidebar-header .logo-link .logo{height:1.8rem}.sidebar .sidebar-content{flex:1;display:flex;flex-direction:column;min-height:0}.sidebar .sidebar-footer{border-top:1px solid hsl(215,12%,85%);background:#fff;flex-shrink:0}.sidebar .rooms{padding:1rem;flex:1;overflow-y:auto}.sidebar .rooms .section-header{margin-bottom:.5rem}.sidebar .rooms .section-header h2{font-size:1rem;font-weight:600;margin:0;color:#2c2f3a}.sidebar .rooms .new-room-btn{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;text-decoration:none;transition:all .2s;cursor:pointer;border:none;font-size:.875rem;font-family:inherit;text-align:center}.sidebar .rooms .new-room-btn:disabled{opacity:.6;cursor:not-allowed}.sidebar .rooms .new-room-btn{text-align:left;width:100%;padding:.5rem;margin-bottom:.5rem;background-color:#195de6;color:#fff}.sidebar .rooms .new-room-btn:hover{background-color:#144bb8}.sidebar .rooms .room-list{list-style:none;margin:0;padding:0}.sidebar .rooms .room-list .room-item{display:flex;align-items:center;justify-content:space-between;padding:0 .25rem 0 .5rem;margin-bottom:.25rem;border-radius:.25rem;transition:background-color .2s ease}.sidebar .rooms .room-list .room-item .room-link{text-decoration:none;padding:.375rem 0;width:100%}.sidebar .rooms .room-list .room-item .room-link .shared-indicator{opacity:.7;font-size:.875rem}.sidebar .rooms .room-list .room-item .room-link{font-size:.875rem;color:#2c2f3a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar .rooms .room-list .room-item.selected .room-link,.sidebar .rooms .room-list .room-item:hover .room-link{-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-image:linear-gradient(to right,#000 80%,transparent 95%);mask-image:linear-gradient(to right,#000 80%,transparent 95%)}.sidebar .rooms .room-list .room-item .room-actions{position:relative;display:flex;align-items:center}.sidebar .rooms .room-list .room-item .room-actions .room-actions-btn{opacity:0;padding:.25rem;background:transparent;border:none;border-radius:.25rem;cursor:pointer;color:#576375;transition:background-color .2s ease,color .2s ease}.sidebar .rooms .room-list .room-item .room-actions .room-actions-btn:hover{background-color:#e1e7ef;color:#000}.sidebar .rooms .room-list .room-item .room-actions .room-actions-btn .more-icon{font-weight:900;letter-spacing:2px;width:20px;height:20px;-webkit-user-select:none;user-select:none}.sidebar .rooms .room-list .room-item .room-actions .room-actions-btn:focus{opacity:1}.sidebar .rooms .room-list .room-item .room-actions[data-headlessui-state=open] .room-actions-btn{opacity:1}.sidebar .rooms .room-list .room-item .room-actions .room-actions-menu{background:#fff;border:1px solid hsl(215,12%,85%);border-radius:.5rem;box-shadow:0 4px 12px #0000001a;min-width:150px;z-index:10;padding:.25rem;outline:none}.sidebar .rooms .room-list .room-item .room-actions .room-actions-menu .room-action-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;background:transparent;border:none;border-radius:.25rem;cursor:pointer;color:#000;font-size:.875rem;text-align:left;transition:background-color .2s ease;-webkit-user-select:none;user-select:none}.sidebar .rooms .room-list .room-item .room-actions .room-actions-menu .room-action-item[data-disabled]{cursor:default}.sidebar .rooms .room-list .room-item .room-actions .room-actions-menu .room-action-item[data-focus]{background-color:#f4f7fa}.sidebar .rooms .room-list .room-item .room-actions .room-actions-menu .room-action-item.delete,.sidebar .rooms .room-list .room-item .room-actions .room-actions-menu .room-action-item.remove{color:#dd3c49}.sidebar .rooms .room-list .room-item .room-actions .room-actions-menu .room-action-item.delete[data-focus],.sidebar .rooms .room-list .room-item .room-actions .room-actions-menu .room-action-item.remove[data-focus]{background-color:#dd3c491a}.sidebar .rooms .room-list .room-item .room-actions .room-actions-menu .room-action-item svg{flex-shrink:0;fill:currentcolor}.sidebar .rooms .room-list .room-item.selected{background:#e1e7ef}.sidebar .rooms .room-list .room-item.selected .room-actions .room-actions-btn{opacity:1}.sidebar .rooms .room-list .room-item:hover{background:#f4f7fa}.sidebar .rooms .room-list .room-item:hover .room-actions .room-actions-btn{opacity:1}.user-section{position:relative}.user-section .user-info{display:flex;align-items:center;justify-content:space-between;padding:.5rem;border-radius:.375rem;cursor:pointer;transition:background-color .2s ease;background:none;border:none;width:100%;text-align:left}.user-section .user-info:hover,.user-section .user-info[data-headlessui-state~=open]{background-color:#f4f7fa}.user-section .user-info .user-details{flex:1;min-width:0}.user-section .user-info .user-details strong{display:block;font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-section .user-info .user-details .user-meta{display:flex;align-items:center;justify-content:space-between;font-size:.8rem;color:#576375;margin-top:.25rem}.user-section .user-info .user-menu-arrow{margin-left:.5rem;color:#576375;display:flex;align-items:center}.user-section .user-info .user-menu-arrow .arrow-up{display:none}.user-section .user-info .user-menu-arrow .arrow-down,.user-section .user-info[data-headlessui-state~=open] .user-menu-arrow .arrow-up{display:block}.user-section .user-info[data-headlessui-state~=open] .user-menu-arrow .arrow-down{display:none}.user-section .user-menu{background:#fff;border:1px solid hsl(215,12%,85%);border-radius:.5rem;box-shadow:0 4px 12px #00000026;overflow:hidden;z-index:1003;outline:none;position:absolute;bottom:100%;left:0;right:0;margin:0 .5rem .5rem}.user-section .user-menu .user-menu-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.5rem 1rem;text-decoration:none;cursor:pointer;transition:background-color .2s ease}.user-section .user-menu .user-menu-item:hover,.user-section .user-menu .user-menu-item[data-focus]{background-color:#f4f7fa}.user-section .user-menu .user-menu-item svg{flex-shrink:0}.user-section .user-menu .user-menu-item span{flex:1}.user-section .user-menu .user-menu-item svg{fill:#576375}.user-section .user-menu .user-menu-item:hover svg,.user-section .user-menu .user-menu-item[data-focus] svg{fill:#2b323b}.user-section .user-menu .user-menu-item{color:#2c2f3a}.user-section .user-menu .user-menu-item:first-child{padding-top:.65rem}.user-section .user-menu .user-menu-item:last-child{padding-bottom:.65rem}.user-section .user-menu .user-menu-item.logout{color:#dd3c49}.user-section .user-menu .user-menu-item.logout svg{fill:#dd3c49}.user-section .user-menu .user-menu-item.logout:hover svg,.user-section .user-menu .user-menu-item.logout[data-focus] svg{fill:#981b25}.user-section .user-menu .user-menu-item.admin{color:#195de6}.user-section .user-menu .user-menu-item.admin svg{fill:#195de6}.user-section .user-menu .user-menu-item.admin:hover svg,.user-section .user-menu .user-menu-item.admin[data-focus] svg{fill:#0f388a}.admin-badge{background:linear-gradient(135deg,#195de6,#088faa);color:#fff;padding:.125rem .375rem;border-radius:.25rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.sidebar-layout{display:flex;min-height:100dvh}.sidebar-layout-content{flex:1;transition:margin-left .3s ease;min-width:0}@media not (max-width:960px){.sidebar-layout-content.expanded{margin-left:min(300px,90vw)}}.sidebar-overlay{position:fixed;inset:0;transition:background-color .3s ease}.sidebar-overlay:not(.active){z-index:-1}.sidebar-overlay.active{z-index:1000;background:#00000080}.initial-credit-messages>p{margin-bottom:1rem}.initial-credit-messages>p.initial-credit-bonus{color:#192234;margin-top:-1rem}.video-showcase{margin:2.5rem auto;max-width:1200px;padding:0 1rem}@media(max-width:480px){.video-showcase{margin:1.5rem auto}}.video-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media(max-width:960px){.video-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:480px){.video-grid{grid-template-columns:1fr;gap:1.5rem;max-width:400px;margin:0 auto}}.video-item .video-link{display:block;text-decoration:none;transition:transform .3s ease}.video-item .video-thumbnail-wrapper{position:relative;width:100%;padding-top:100%;overflow:hidden;border-radius:12px;box-shadow:0 4px 6px #0000001a;background-color:#f3f4f6}.video-item .video-thumbnail{position:absolute;top:0;left:50%;transform:translate(-50%);height:100%;width:auto;min-width:100%;object-fit:cover;object-position:top center;transition:filter .3s ease}.video-item .play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;background-color:#000000b3;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:.9;transition:all .3s ease}.video-item .play-button svg{width:30px;height:30px;color:#fff;margin-left:3px}@media(max-width:480px){.video-item .play-button{width:50px;height:50px}.video-item .play-button svg{width:24px;height:24px}}.video-item .video-link:hover{transform:translateY(-4px)}.video-item .video-link:hover .play-button{opacity:1;transform:translate(-50%,-50%) scale(1.1)}.video-item .video-link:hover .video-thumbnail{filter:brightness(1.1)}.video-item .video-title{margin-top:1rem;font-size:1.125rem;font-weight:600;color:#192234;line-height:1.3;text-align:center}@media(max-width:480px){.video-item .video-title{font-size:1rem;margin-top:.75rem}}.landing-page{min-height:100dvh;display:flex;flex-direction:column}.landing-page main{flex:1;background:linear-gradient(135deg,#f4f7fa,#e1e7ef)}.header-buttons{display:flex;flex-direction:row;align-items:center;gap:.5rem;margin-left:8px}.header-buttons .btn-secondary{border-width:2px}.hero{text-align:center;padding:4rem 1rem}@media(max-width:960px)and (not (max-width:480px)){.hero{padding-top:2.5rem}}.hero h1{font-size:3.5rem;font-weight:700;background:linear-gradient(135deg,#192234,#195de6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;line-height:1;padding-bottom:.25rem;margin-bottom:.75rem}@media(max-width:960px){.hero h1{font-size:2.5rem}}@media(max-width:480px){.hero h1{font-size:2rem;margin-bottom:0}}.hero p{font-size:1.25rem;color:#576375;margin-bottom:.5rem;max-width:600px;margin-left:auto;margin-right:auto}.btn-cta-1,.btn-cta-2{margin:.5rem}@media(max-width:480px){.btn-cta-1,.btn-cta-2{padding:.875rem 2rem}}@media(max-width:480px){.btn-cta-2{width:100%;max-width:280px}}.venn-diagram-container{text-align:center}@media not (max-width:480px){.venn-diagram-container{margin-top:1rem}}@media(max-width:480px){.venn-diagram-container{margin:.2rem 0 1rem}}.venn-diagram{max-width:100%;height:auto;max-height:500px;transition:transform .3s ease}footer{background:#192234;color:#fff;padding:2.5rem 0 2rem}@media(max-width:768px){footer{padding:1.5rem 0 1rem}}footer h6{color:#fff;font-weight:600}.footer-content{display:flex;gap:2rem}.footer-content .footer-logo{width:220px;border-radius:4px;padding:12px;background-color:#fff}.footer-content .footer-items{display:flex;width:100%;justify-content:space-between}.footer-content .footer-items li{align-self:center;line-height:1}.footer-content .footer-items li:last-child{margin-right:2rem}@media(max-width:768px){.footer-content{flex-direction:column;margin-bottom:1rem}.footer-content .footer-items{flex-direction:column;gap:1rem}.footer-content .footer-items li{align-self:start}}.footer-content ul{list-style:none;padding:0;margin:0}.footer-content a{color:#94a3b8;text-decoration:none;transition:color .2s}.footer-content a:hover{color:#fff}.footer-afterthought{text-align:center;color:#e1e7ef;font-size:.9rem;font-style:italic;padding:1.5rem 0;border-top:1px solid rgba(255,255,255,.1);margin-top:1rem}@media(max-width:768px){.footer-afterthought{padding:.75rem 0;margin-top:.25rem}}.footer-trademarks{text-align:center;color:#94a3b8;font-size:.875rem;padding:.5rem 0 1.5rem;border-top:1px solid rgba(255,255,255,.1);margin-top:0}@media(max-width:768px){.footer-trademarks{padding:.5rem 0 .75rem}}.footer-trademarks p{margin:0;line-height:1.5}.footer-bottom{border-top:1px solid #334155;padding-top:2rem;text-align:center;color:#94a3b8;font-size:.875rem}@media(max-width:768px){.footer-bottom{padding-top:1rem}}.referral-bonus{background-color:#d4edda;border:1px solid #c3e6cb;border-radius:.5rem;padding:1rem;margin-bottom:.5rem;color:#155724;margin-bottom:0}.subscription-status:not([data-status=active]){font-weight:600}.increase-success{font-weight:600}.modal-overlay{position:fixed;inset:0;background:#00000080;z-index:2000;display:flex;align-items:flex-start;justify-content:center;padding:1rem;overflow-y:auto;-webkit-overflow-scrolling:touch}@media(max-width:960px){.modal-overlay{padding:.5rem;align-items:flex-start}}@media(max-width:480px){.modal-overlay{padding:.25rem}}.modal{background:#fff;border-radius:1rem;padding:2rem;max-width:400px;width:100%;position:relative;transition:transform .2s;max-height:calc(100dvh - 2rem);overflow-y:auto;margin:1rem 0}.modal.show{transform:scale(1)}@media(max-width:960px){.modal{padding:1.5rem;border-radius:.75rem}}@media(max-width:480px){.modal{padding:1rem}}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#576375;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center}.modal-close:hover{color:#192234}.modal-tabs{display:flex;border-bottom:1px solid hsl(215,12%,85%);margin-bottom:2rem}@media(max-width:960px){.modal-tabs{margin-bottom:1.5rem}}.modal-tab{background:none;border:none;cursor:pointer;transition:all .2s ease;font-size:1rem;border-bottom:2px solid transparent;flex:1;padding:1rem;text-align:center;font-weight:600}.modal-tab.active,.modal-tab[data-selected]{color:#195de6;border-bottom-color:#195de6}.modal-tab:hover{color:#195de6;background:#f4f7fa}.modal-tab:first-child{border-top-left-radius:16px}.modal-tab:last-child{border-top-right-radius:16px}@media(max-width:960px){.modal-tab{padding:.75rem;font-size:.9rem}}.google-btn{width:100%;padding:.75rem;border:1px solid hsl(220,13%,91%);border-radius:.5rem;background:#fff;display:flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;transition:background .2s;margin-bottom:1.5rem;font-size:1rem;font-weight:600}.google-btn:hover{background:#f9fafb}@media(max-width:960px){.google-btn{padding:.875rem;margin-bottom:1.25rem}}.divider{text-align:center;margin:1.5rem 0;color:#576375;position:relative}.divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#d4d8dd;z-index:-1}.divider span{background:#fff;padding:0 1rem}@media(max-width:960px){.form-group{margin-bottom:1.25rem}}.compact-streaming-container{position:relative;container-type:inline-size}.compact-streaming-grid{display:grid;gap:.75rem;padding:.25rem 1rem 1rem;grid-template-columns:repeat(auto-fit,minmax(0,1fr))}@container (width > 960px){.compact-streaming-grid:has(>:nth-child(8)){grid-template-columns:repeat(8,1fr)}}@container (width <= 960px){.compact-streaming-grid:has(>:nth-child(6)){grid-template-columns:repeat(6,1fr)}}@container (width <= 768px){.compact-streaming-grid:has(>:nth-child(4)){grid-template-columns:repeat(4,1fr)}}@container (width <= 480px){.compact-streaming-grid:has(>:nth-child(2)){grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.compact-streaming-grid{padding:.5rem;gap:.5rem}}.model-name{font-size:.75rem;font-weight:600;margin:0;color:#192234;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;padding-right:.25rem}.stream-card{text-align:left;background:#fff;border:2px solid hsl(220,13%,91%);border-radius:.75rem;padding:.25rem .5rem .5rem;cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden;min-height:60px;display:flex;flex-direction:column;max-height:100px}@media(max-width:480px){.stream-card{max-height:60px}}.stream-card .model-name{margin:0}@media(hover:hover){.stream-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}}.stream-card:focus{outline:2px solid var(--accent-color);outline-offset:2px}.stream-card.selected{box-shadow:0 4px 16px #1a5ee626;border-color:#195de6}.stream-card .stream-card-preview{flex:1;overflow:hidden}.stream-card .stream-card-preview .preview-text{font-size:.625rem;line-height:1.2;color:#576375;margin:0;display:-webkit-box;-webkit-line-clamp:999;line-clamp:999;-webkit-box-orient:vertical;text-overflow:ellipsis;transform-origin:0 0}.stream-card .stream-card-preview .preview-text:first-line{font-size:var(--first-line-scale, 100%)}.stream-card .stream-card-preview .preview-text.pending{font-style:italic;opacity:.6}.stream-card .stream-card-preview .preview-text.error{color:#dd3c49}.stream-card .stream-card-preview .preview-text p{margin-bottom:.5em}.stream-card .stream-card-preview .preview-text ul,.stream-card .stream-card-preview .preview-text ol{margin:.5em 0}.stream-card[data-stream-card-status=complete]{border-color:var(--accent-color);background:linear-gradient(135deg,#fff,#22c34b05)}.stream-card[data-stream-card-status=complete] .model-name{color:var(--accent-color);filter:brightness(.8)}.stream-card[data-stream-card-status=streaming]{border:1px solid transparent;background-repeat:no-repeat}.stream-card[data-stream-card-status=error]{border-color:#dd3c49;background:linear-gradient(135deg,#fff,#dd3c4905)}.stream-card[data-stream-card-status=pending]{opacity:.7;border-style:dashed}.stream-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.1rem}.stream-card-header .status-icon{width:16px;height:16px;flex-shrink:0}.stream-card-header .status-icon.complete{fill:#22c34b}.stream-card-header .status-icon.error{display:flex;align-items:center;justify-content:center;background:#dd3c49;fill:#fff;border-radius:50%;font-weight:700;font-size:.75rem}@keyframes pulse{0%,to{opacity:.4}50%{opacity:1}}.modal-content{flex:1;overflow-y:auto;padding:1.5rem;position:relative}@media(max-width:768px){.modal-content{padding:1rem}}.modal-content .empty-state{display:flex;align-items:center;justify-content:center;min-height:200px;color:#576375;font-style:italic}.stream-expand-modal-backdrop{position:fixed;inset:0;background:#0009;z-index:2000;display:flex;align-items:center;justify-content:center;animation:fade-in .2s ease;padding:.25rem}.modal-with-arrows{display:flex;align-items:center;gap:.25rem;max-width:calc(100vw - 2rem);max-height:100dvh;pointer-events:none}.modal-with-arrows>*{pointer-events:auto}@media(max-width:768px){.modal-with-arrows{display:block;width:100%;max-width:100%;height:calc(100dvh - 1rem)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.stream-expand-modal{background:#fff;border-radius:1rem;width:75vw;max-height:90dvh;display:flex;flex-direction:column;animation:slide-up .3s ease;box-shadow:0 20px 60px #0000004d;padding-bottom:16px}.stream-expand-modal .modal-content{width:100%;border-radius:0}@media(max-width:768px){.stream-expand-modal .modal-content{padding:0;padding-bottom:2rem}.stream-expand-modal .modal-content .command-renderer>*{margin-left:1rem;padding-left:0!important}.stream-expand-modal .modal-content .bubble{background:#fff!important;border:none;box-shadow:none}}@media(max-width:768px){.stream-expand-modal{width:fit-content;max-width:100%;max-height:100%;height:100%;margin:0}}@keyframes slide-up{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid hsl(220,13%,91%);flex-shrink:0}@media(max-width:480px){.modal-header{padding:.25rem}}.modal-title{margin:0;font-size:1.25rem;font-weight:600;color:#192234;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;padding-right:1rem;text-align:center}.modal-actions{display:flex;gap:.5rem;align-items:center}.modal-actions .position-indicator{font-size:.875rem;color:#576375;font-weight:600;padding:0 .5rem;white-space:nowrap}@media(max-width:480px){.modal-actions .position-indicator{font-size:.75rem;padding:0 .25rem}}.modal-actions .message-copy-button{width:32px;height:32px;padding:4px}.nav-arrow{flex-shrink:0;background:#fff;border:1px solid hsl(220,13%,91%);border-radius:50%;width:56px;height:56px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #00000026}.nav-arrow svg{width:28px;height:28px;fill:#192234}.nav-arrow:hover{background:#f4f7fa;box-shadow:0 6px 16px #0003;transform:scale(1.05)}.nav-arrow:active{transform:scale(.95)}@media(max-width:768px){.nav-arrow{position:fixed;bottom:1rem;z-index:2101}}@media(max-width:480px){.nav-arrow{width:44px;height:44px}.nav-arrow svg{width:22px;height:22px}}.close-button{background:none;border:none;padding:4px;cursor:pointer;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;transition:background-color .2s ease;vertical-align:middle}.close-button:disabled{opacity:.4;cursor:default}.close-button:hover:not(:disabled){background-color:#0000000a}.close-button{width:32px;height:32px}.close-button svg{width:24px;height:24px;fill:#576375}.close-button:hover svg{fill:#192234}.streaming-indicator{position:sticky;bottom:0;left:0;right:0;background:linear-gradient(to top,white 0%,white 80%,transparent 100%);padding:1rem 0 .5rem;display:flex;align-items:center;justify-content:center;gap:.5rem;color:#195de6;font-size:.875rem;font-weight:600}@media(max-width:768px){.nav-arrow-left{left:1rem}}@media(max-width:768px){.nav-arrow-right{right:1rem}}.nav-arrow-close{display:none}@media(max-width:768px){.nav-arrow-close{display:flex;left:50%;transform:translate(-50%)}}.scroll-to-bottom-button{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);z-index:100;padding:0 .5rem;height:2rem;border-radius:1rem;border:none;background-color:#fffc;color:#2c2f3a;font-weight:600;font-size:14px;cursor:pointer;box-shadow:0 4px 12px #000000b3;transition:all .2s ease}.scroll-to-bottom-button:hover{background-color:#195de6;color:#fff;box-shadow:0 6px 16px #000c}.scroll-to-bottom-button:active{box-shadow:0 2px 8px #00000080}html,body{height:100dvh}.instances-page{display:flex;height:100dvh}.instances-page .presences .presences-header{display:flex;align-items:center;justify-content:right;gap:.5rem;border-bottom:1px solid hsl(215,12%,85%);height:4.25rem}.instances-page .presences .presences-header h2{margin:0;padding:0;color:#192234;font-weight:600}.instances-page .right-sidebar{border-left:1px solid hsl(220,13%,91%);box-sizing:border-box;background:#fff;display:flex;flex-direction:column;overflow:hidden}@media not (max-width:768px){.instances-page .right-sidebar{width:0;border-left:none;transition:width .3s ease}.instances-page .right-sidebar.open{width:15rem;border-left:1px solid hsl(220,13%,91%)}}.instances-page .right-sidebar .sidebar-scrollable{flex:1;overflow-y:auto;min-height:0}.instances-page .right-sidebar .chat-view-toggle{margin-right:1rem}.instances-page .right-sidebar .chat-view-toggle .view-toggle-group{display:flex;gap:0;background:#f4f7fa;border-radius:8px;padding:4px}.instances-page .right-sidebar .chat-view-toggle .view-toggle-group .toggle-option{flex:1;margin:0}.instances-page .right-sidebar .chat-view-toggle .view-toggle-group .toggle-option .toggle-radio{display:flex;justify-content:center;align-items:center;padding:8px 4px;border-radius:6px;cursor:pointer;transition:all .2s ease;background:transparent;border:none;width:100%}.instances-page .right-sidebar .chat-view-toggle .view-toggle-group .toggle-option .toggle-radio .toggle-label{display:flex;flex-direction:column;text-align:center;font-size:12px;line-height:1.3;font-weight:500;color:#576375}.instances-page .right-sidebar .chat-view-toggle .view-toggle-group .toggle-option .toggle-radio[data-headlessui-state~=checked]{background:#fff;box-shadow:0 1px 3px #0000001a}.instances-page .right-sidebar .chat-view-toggle .view-toggle-group .toggle-option .toggle-radio[data-headlessui-state~=checked] .toggle-label{color:#195de6;font-weight:600}@media(max-width:768px){.instances-page .right-sidebar{position:fixed;right:0;top:0;bottom:0;width:75%;max-width:20rem;z-index:1000;transform:translate(100%);transition:transform .3s ease}.instances-page .right-sidebar.open{transform:translate(0);box-shadow:-2px 0 8px #0006}}.instances-page .right-sidebar-overlay{display:none}@media(max-width:768px){.instances-page .right-sidebar-overlay{display:block;position:fixed;inset:0;background:#00000080;z-index:999}}.instances-page header.section-header{border-bottom:1px solid hsl(220,13%,91%);height:4.25rem;display:flex;align-items:center;justify-content:center;padding-left:1rem;position:sticky;top:0;background:#fff;z-index:10}.instances-page header.section-header .header-logo{height:1.8rem;margin:0 auto}.instances-page header.section-header:has(h2) .header-logo{display:none}.instances-page header.section-header.top-header h2{padding:.5rem 0;margin-top:1rem;line-height:1;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis}@media(max-width:480px){.instances-page header.section-header.top-header h2{font-size:1.25rem}}.instances-page header.section-header .header-meta{margin-left:.75rem;display:flex;align-items:center;gap:.5rem}@media(max-width:768px){.instances-page header.section-header .header-meta{gap:.75rem}}.instances-page header.section-header .connection-dot{margin-right:1rem}.instances-page header.section-header .public-badge{background-color:#1a5ee61a;color:#195de6;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:500;text-transform:uppercase;margin-left:.5rem;flex-shrink:0}@media(max-width:768px){.instances-page header.section-header .public-badge{display:none}}.instances-page .share-button{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;text-decoration:none;transition:all .2s;cursor:pointer;border:none;font-size:.875rem;font-family:inherit;text-align:center}.instances-page .share-button:disabled{opacity:.6;cursor:not-allowed}.instances-page .share-button{background-color:#195de6;color:#fff;margin-right:1rem}.instances-page .share-button.shared{background-color:#1a5ee61a;color:#195de6;border:1px solid hsl(220,80%,50%)}.instances-page .share-button:hover{background-color:#144bb8}.instances-page .share-button:hover.shared{background-color:#1a5ee633}@media(max-width:768px){.instances-page .share-button{padding:.5rem 1rem;font-size:.8rem;margin-right:0}}.instances-page section.chat{flex:1;min-width:0;display:flex;flex-direction:column;background:#fff;position:relative}.instances-page section.chat .messages{flex:1;position:relative;overflow:hidden}.instances-page section.chat .messages>div{padding:.625rem}.instances-page section.chat .read-only{border-top:1px solid hsl(220,13%,91%);padding:1rem;position:sticky;bottom:0;background:#fff;z-index:10;text-align:center;color:#666;font-size:.9rem}:root{--breakpoint-mobile: 480px;--breakpoint-tablet: 768px;--breakpoint-desktop: 960px}@keyframes shimmer{0%{background-position:-125px 0}to{background-position:125px 0}}.applied-referral-code{background-color:#e7f3ff;border:1px solid #b3d9ff;border-radius:.5rem;padding:1rem;margin-bottom:.5rem;color:inherit}.no-referral-code{background-color:#fff3cd;border:1px solid #ffeaa7;border-radius:.5rem;padding:1rem;margin-bottom:.5rem;color:inherit}
