body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#18181b;font-family:Assistant,sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:400;margin:0;padding:0}#root,body,html{height:100%;position:relative;width:100%}[data-component=Button]{align-items:center;background-color:#ececf1;border:none;border-radius:1000px;color:#101010;display:flex;font-family:Roboto Mono,monospace;font-optical-sizing:auto;font-size:12px;font-style:normal;font-weight:400;gap:8px;min-height:42px;outline:none;padding:8px 24px;transition:transform .1s ease-in-out,background-color .1s ease-in-out}[data-component=Button].button-style-action{background-color:#101010;color:#ececf1}[data-component=Button].button-style-action:hover:not([disabled]){background-color:#404040}[data-component=Button].button-style-alert{background-color:red;color:#ececf1}[data-component=Button].button-style-alert:hover:not([disabled]){background-color:red}[data-component=Button].button-style-flush{background-color:#fff0}[data-component=Button][disabled]{color:#999}[data-component=Button]:not([disabled]){cursor:pointer}[data-component=Button]:hover:not([disabled]){background-color:#d8d8d8}[data-component=Button]:active:not([disabled]){transform:translateY(1px)}[data-component=Button] .icon{display:flex}[data-component=Button] .icon.icon-start{margin-left:-8px}[data-component=Button] .icon.icon-end{margin-right:-8px}[data-component=Button] .icon svg{height:16px;width:16px}[data-component=Button].icon-red .icon{color:#c00}[data-component=Button].icon-green .icon{color:#090}[data-component=Button].icon-grey .icon{color:#909090}[data-component=Button].icon-fill svg{fill:currentColor}[data-component=Toggle]{align-items:center;background-color:#ececf1;border-radius:1000px;color:#101010;cursor:pointer;display:flex;gap:8px;height:40px;overflow:hidden;position:relative}[data-component=Toggle]:hover{background-color:#d8d8d8}[data-component=Toggle] div.label{color:#666;padding:0 16px;position:relative;transition:color .1s ease-in-out;-webkit-user-select:none;user-select:none;z-index:2}[data-component=Toggle] div.label.right{margin-left:-8px}[data-component=Toggle] .toggle-background{background-color:#101010;border-radius:1000px;bottom:0;left:0;position:absolute;top:0;transition:left .1s ease-in-out,width .1s ease-in-out;width:auto;z-index:1}[data-component=Toggle][data-enabled=false] div.label.left,[data-component=Toggle][data-enabled=true] div.label.right{color:#fff}.prompt-dialog-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.prompt-dialog{animation:dialog-appear .2s ease-out;background:#fff;border-radius:12px;box-shadow:0 4px 24px #0000001a;display:flex;flex-direction:column;max-height:90vh;max-width:600px;width:90%}.prompt-dialog .prompt-dialog-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:16px 24px}.prompt-dialog .prompt-dialog-header h3{color:#1a1a1a;font-size:18px;font-weight:500;margin:0}.prompt-dialog .prompt-dialog-header .close-button{background:none;border:none;border-radius:4px;color:#666;cursor:pointer;font-size:24px;padding:4px 8px}.prompt-dialog .prompt-dialog-header .close-button:hover{background-color:#f5f5f5}.prompt-dialog .prompt-dialog-content{display:flex;flex-direction:column;gap:20px;overflow-y:auto;padding:24px}.prompt-dialog .prompt-dialog-content label{color:#666;display:block;font-size:14px;margin-bottom:8px}.prompt-dialog .prompt-dialog-content .prompt-display{background-color:#f8f9fa;border-radius:8px;color:#666;font-size:14px;line-height:1.5;max-height:150px;overflow-y:auto;padding:12px}.prompt-dialog .prompt-dialog-content textarea{border:1px solid #ddd;border-radius:8px;font-family:inherit;font-size:14px;line-height:1.5;min-height:150px;padding:12px;resize:vertical;width:100%}.prompt-dialog .prompt-dialog-content textarea:focus{border-color:#09f;box-shadow:0 0 0 2px #0099ff1a;outline:none}.prompt-dialog .prompt-dialog-footer{border-top:1px solid #eee;display:flex;gap:12px;justify-content:flex-end;padding:16px 24px}.prompt-dialog .prompt-dialog-footer button{border-radius:6px;cursor:pointer;font-size:14px;padding:8px 16px;transition:all .2s ease}.prompt-dialog .prompt-dialog-footer button.cancel-button{background:none;border:1px solid #ddd;color:#666}.prompt-dialog .prompt-dialog-footer button.cancel-button:hover{background-color:#f5f5f5}.prompt-dialog .prompt-dialog-footer button.save-button{background-color:#09f;border:none;color:#fff}.prompt-dialog .prompt-dialog-footer button.save-button:hover{background-color:#08e}@keyframes dialog-appear{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}[data-component=ConsolePage]{display:flex;flex-direction:column;font-family:Roboto Mono,monospace;font-size:12px;font-style:normal;font-weight:400;height:100%;margin:0 8px;overflow:hidden}[data-component=ConsolePage]>div{flex-shrink:0}[data-component=ConsolePage] .spacer{flex-grow:1}[data-component=ConsolePage] .content-top{align-items:center;display:flex;min-height:40px;padding:8px 16px}[data-component=ConsolePage] .content-top .content-title{align-items:center;display:flex;flex-grow:1;gap:12px}[data-component=ConsolePage] .content-top .content-title img{height:24px;width:24px}[data-component=ConsolePage] .content-main{display:flex;flex-grow:1;flex-shrink:1!important;margin:0 16px 24px;overflow:hidden}[data-component=ConsolePage] .content-main .content-block{display:flex;flex-direction:column;max-height:100%;position:relative;width:100%}[data-component=ConsolePage] .content-main .content-block .content-block-title{flex-shrink:0;padding-bottom:4px;padding-top:16px;position:relative}[data-component=ConsolePage] .content-main .content-block .content-block-body{color:#6e6e7f;flex-grow:1;line-height:1.2em;overflow:auto;padding:4px 0 8px;position:relative}[data-component=ConsolePage] .content-main .content-block .content-block-body.full{padding:0}[data-component=ConsolePage] .content-main .content-right{display:flex;flex-direction:column;flex-shrink:0;gap:24px;margin-left:24px;width:300px}[data-component=ConsolePage] .content-main .content-right>div{border-radius:16px;flex-grow:1;flex-shrink:0;overflow:hidden;position:relative}[data-component=ConsolePage] .content-main .content-right>div .content-block-title{align-items:center;background-color:#fff;border-radius:1000px;display:flex;justify-content:center;left:16px;line-height:2em;min-height:32px;padding:4px 16px;position:absolute;text-align:center;top:16px;white-space:pre;z-index:9999}[data-component=ConsolePage] .content-main .content-right>div .content-block-title.bottom{bottom:16px;right:16px;top:auto}[data-component=ConsolePage] .content-main .content-right>div.kv{background-color:#ececf1;height:250px;max-height:250px;white-space:pre}[data-component=ConsolePage] .content-main .content-right>div.kv .content-block-body{margin-top:56px;padding:16px}[data-component=ConsolePage] .content-main .content-logs{display:flex;flex-direction:column;flex-grow:1;overflow:hidden}[data-component=ConsolePage] .content-main .content-logs>div{flex-grow:1}[data-component=ConsolePage] .content-main .content-logs>.content-actions{align-items:center;display:flex;flex-grow:0;flex-shrink:0;gap:16px;justify-content:center}[data-component=ConsolePage] .content-main .content-logs>div.events{overflow:hidden}[data-component=ConsolePage] .content-main .content-logs .events{border-top:1px solid #e7e7e7}[data-component=ConsolePage] .content-main .content-logs .conversation{border-top:1px solid #e7e7e7;display:flex;flex-shrink:0;height:600px;max-height:700px;min-height:0;overflow:hidden;width:100%}[data-component=ConsolePage] .conversation-item{display:flex;gap:16px;margin-bottom:16px;position:relative}[data-component=ConsolePage] .conversation-item:not(:hover) .close{display:none}[data-component=ConsolePage] .conversation-item .close{background:#aaa;border-radius:16px;color:#fff;cursor:pointer;display:flex;padding:2px;position:absolute;right:-20px;top:0}[data-component=ConsolePage] .conversation-item .close:hover{background:dimgray}[data-component=ConsolePage] .conversation-item .close svg{stroke-width:3;height:12px;width:12px}[data-component=ConsolePage] .conversation-item .speaker{flex-shrink:0;gap:16px;margin-right:16px;position:relative;text-align:left;width:80px}[data-component=ConsolePage] .conversation-item .speaker.user{color:#09f}[data-component=ConsolePage] .conversation-item .speaker.assistant{color:#090}[data-component=ConsolePage] .conversation-item .speaker-content{word-wrap:break-word;color:#18181b;overflow:hidden}[data-component=ConsolePage] .event{border-radius:3px;display:flex;gap:16px;padding:0;white-space:pre}[data-component=ConsolePage] .event .event-timestamp{flex-shrink:0;gap:8px;margin-right:16px;padding:4px 0;text-align:left;width:80px}[data-component=ConsolePage] .event .event-details{color:#18181b;display:flex;flex-direction:column;gap:8px}[data-component=ConsolePage] .event .event-details .event-summary{align-items:center;cursor:pointer;display:flex;gap:8px;margin:0 -8px;padding:4px 8px}[data-component=ConsolePage] .event .event-details .event-summary:hover{background-color:#f0f0f0;border-radius:8px}[data-component=ConsolePage] .event .event-details .event-summary .event-source{align-items:center;display:flex;flex-shrink:0;gap:8px}[data-component=ConsolePage] .event .event-details .event-summary .event-source.client{color:#09f}[data-component=ConsolePage] .event .event-details .event-summary .event-source.server{color:#090}[data-component=ConsolePage] .event .event-details .event-summary .event-source.error{color:#900}[data-component=ConsolePage] .event .event-details .event-summary .event-source svg{stroke-width:3;height:12px;width:12px}[data-component=ConsolePage] .visualization{border-radius:16px;bottom:4px;display:flex;gap:2px;padding:4px;position:absolute;right:8px;z-index:10}[data-component=ConsolePage] .visualization .visualization-entry{align-items:center;display:flex;gap:4px;height:40px;position:relative;width:100px}[data-component=ConsolePage] .visualization .visualization-entry.client{color:#09f}[data-component=ConsolePage] .visualization .visualization-entry.server{color:#090}[data-component=ConsolePage] .visualization .visualization-entry canvas{color:currentColor;height:100%;width:100%}[data-component=ConsolePage] .rate-limit-warning{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#000c;border-radius:0 0 8px 8px;box-shadow:0 2px 4px #0000001a;color:#fff;display:flex;font-size:12px;gap:8px;left:50%;padding:8px 16px;position:fixed;top:0;transform:translateX(-50%);transition:all .3s ease;z-index:1000}[data-component=ConsolePage] .rate-limit-warning:before{content:"⏱";font-size:14px}[data-component=ConsolePage] .rate-limit-warning.blocked{background-color:#dc3545e6}[data-component=ConsolePage] .rate-limit-warning.blocked:before{content:"⚠️"}[data-component=ConsolePage] .prompt-dialog-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}[data-component=ConsolePage] .prompt-dialog{background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;gap:16px;max-height:90vh;max-width:600px;padding:20px;width:90%}[data-component=ConsolePage] .prompt-dialog .prompt-header{align-items:center;display:flex;justify-content:space-between}[data-component=ConsolePage] .prompt-dialog .prompt-header h2{font-size:18px;margin:0}[data-component=ConsolePage] .prompt-dialog .prompt-content{flex-grow:1;overflow-y:auto}[data-component=ConsolePage] .prompt-dialog .prompt-content textarea{border:1px solid #ddd;border-radius:4px;font-family:inherit;font-size:14px;min-height:200px;padding:12px;resize:vertical;width:100%}[data-component=ConsolePage] .prompt-dialog .prompt-content textarea:focus{border-color:#09f;outline:none}[data-component=ConsolePage] .prompt-dialog .prompt-actions{display:flex;gap:12px;justify-content:flex-end}[data-component=ConsolePage] .prompt-dialog .prompt-actions button{border:none;border-radius:4px;cursor:pointer;font-size:14px;padding:8px 16px}[data-component=ConsolePage] .prompt-dialog .prompt-actions button.save{background-color:#09f;color:#fff}[data-component=ConsolePage] .prompt-dialog .prompt-actions button.save:hover{background-color:#007acc}[data-component=ConsolePage] .prompt-dialog .prompt-actions button.cancel{background-color:#f0f0f0}[data-component=ConsolePage] .prompt-dialog .prompt-actions button.cancel:hover{background-color:#d7d7d7}@media(max-width:480px){[data-component=ConsolePage] .prompt-dialog{padding:16px;width:95%}[data-component=ConsolePage] .prompt-dialog .prompt-content textarea{min-height:150px}}[data-component=App]{height:100%;position:relative;width:100%}
/*# sourceMappingURL=main.071fc36e.css.map*/