body{margin:0;background:radial-gradient(circle,#121234 0,#1c1c40 100%);display:flex;justify-content:center;align-items:center;height:100vh;color:#fff;font-family:Arial,sans-serif;overflow:hidden;position:relative}@keyframes twinkle{0%,to{opacity:1}50%{opacity:.5}}.stars{position:absolute;width:1px;height:1px;background:#fff;box-shadow:100px 200px #fff,200px 300px #fff,400px 500px #fff,800px 150px #fff,1100px 200px #fff,1200px 300px #fff,1400px 500px #fff,1800px 150px #fff,200px 1000px #fff,600px 1300px #fff,900px 1100px #fff,1500px 1400px #fff;animation:twinkle 5s ease-in-out infinite}.app-container{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;overflow-x:hidden}.markdown,.markdown p{margin:0;padding:0}.markdown ol,.markdown ul{margin:0 0 -35px 20px;padding:0}.markdown li{margin-bottom:0}.markdown h1,.markdown h2,.markdown h3,.markdown h4,.markdown h5,.markdown h6{margin:0 0 5px;padding:0}.markdown code{padding:2px 4px}.markdown code,.markdown pre{background-color:#f5f5f5;border-radius:3px}.markdown pre{padding:10px;overflow:auto}.markdown blockquote{margin:0 0 5px;padding-left:10px;border-left:4px solid #d0d0d0}.markdown a{color:#1e90ff;text-decoration:none}.markdown a:hover{text-decoration:underline}.messages-container{flex-grow:1;overflow-y:auto;margin-bottom:20px;max-height:47vh}.message{margin-bottom:10px;padding:10px;background-color:#20b2aa;border-radius:5px;color:#fff;white-space:pre-wrap}.message.user{background-color:#00bfff}.message-input{margin-top:auto}.message-input input{flex-grow:1;padding:10px;border:2px solid #ff1493;border-radius:5px;color:#fff;background-color:#333}.message-input button{padding:10px 15px;margin-left:10px;margin-right:10px;border:none;background-color:#32cd32;color:#fff;cursor:pointer;border-radius:5px}.additional-prompts,.example-prompts{padding:10px 20px}.additional-prompt-button,.example-prompt{display:flex;align-items:center;padding:10px;margin:5px 0;background-color:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;transition:background-color .3s ease}.additional-prompt-button:hover,.example-prompt:hover{background-color:#f0f0f0}.example-prompt.selected{background-color:#d3d3d3;border-color:#a9a9a9}.additional-prompt-icon,.example-prompt-icon{margin-right:10px}.additional-prompts>div{margin:10px 0}.additional-prompts button{display:flex;justify-content:space-between;align-items:center;width:100%;background-color:#f5f5f5;border:none;padding:10px 20px;font-size:16px;cursor:pointer;transition:background-color .3s ease}.additional-prompts button:hover{background-color:#e0e0e0}.additional-prompt-button{background-color:#fff;border:1px solid #ddd;border-radius:4px;padding:10px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:background-color .3s ease}.additional-prompt-button span{margin-right:10px}.additional-prompt-button svg{transition:transform .3s ease}.additional-prompt-button.expanded svg{transform:rotate(180deg)}.additional-prompt-list{max-height:0;overflow:hidden;transition:max-height .3s ease;display:flex;flex-wrap:nowrap;gap:10px;margin-top:10px}.additional-prompt-list.expanded{max-height:200px;overflow:visible}.st0{fill:url(#waveGradient);fill-opacity:.6}svg#wave{position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:100%;max-width:100%;height:auto}.message-input{display:flex;align-items:center;width:100%}.ReactModal__Overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.75);display:flex;justify-content:center;align-items:center;z-index:1000}.ReactModal__Content{position:relative;margin:auto;background:#282c34;border-radius:10px;padding:20px;max-width:500px;outline:none;box-shadow:0 4px 6px rgba(0,0,0,.1);color:#fff;text-align:center;display:flex;flex-direction:column}@media (max-width:600px){.ReactModal__Content{width:90%}}.chat-container{position:relative;z-index:2;background:rgba(148,0,211,.8);border-radius:8px;padding:20px;width:50%;max-width:800px;min-height:80vh;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 4px 20px #ff1493;transition:left .5s ease,top .5s ease}.chat-container:active{transition:none;cursor:-webkit-grabbing;cursor:grabbing}.tooltip-container{position:relative;display:inline-block}.tooltip{position:absolute;top:111%;left:50%;transform:translateX(-50%);background-color:#333;color:#fff;padding:10px;border-radius:3px;white-space:pre-line;z-index:1;width:200px;text-align:center}.status-icon-container{position:relative;display:inline-block}.status-icon{width:15px;height:15px;border-radius:50%;margin-left:10px}.status-icon.green{background-color:green}.status-icon.red{background-color:red}.status-icon.blinking{animation:blink 1s step-start infinite}@keyframes blink{50%{opacity:0}}.environment-memory-container{max-height:400px;overflow-y:auto}.header{display:flex;justify-content:space-between;align-items:center}.json-viewer-container{max-height:300px;overflow-y:auto;margin:10px 0}.example-prompts{flex-wrap:nowrap;gap:10px;padding:10px}.example-prompt,.example-prompts{display:flex;justify-content:center}.example-prompt{flex-direction:column;align-items:center;width:150px;height:100px;background-color:#fff;border:1px solid #ddd;border-radius:10px;box-shadow:0 2px 5px rgba(0,0,0,.1);cursor:pointer;transition:box-shadow .3s ease,background-color .3s ease;position:relative;overflow:hidden}.example-prompt:hover{background-color:#f0f0f0;box-shadow:0 4px 10px rgba(0,0,0,.2)}.example-prompt:active{background-color:#e0e0e0;box-shadow:0 2px 5px rgba(0,0,0,.15)}.example-prompt-icon{width:24px;height:24px;margin-bottom:5px;fill:url(#disco-gradient)}.example-prompt span{font-size:14px;text-align:center;color:#333}@keyframes disco-shine{0%{background-position:-100%}to{background-position:200%}}.example-prompt:before{content:"";position:absolute;top:0;left:0;width:200%;height:200%;background:linear-gradient(60deg,hsla(0,0%,100%,.2) 25%,hsla(0,0%,100%,.1) 50%,hsla(0,0%,100%,.2) 75%);animation:disco-shine 3s infinite;transform:rotate(45deg);pointer-events:none;z-index:1}.example-prompt:hover:before{animation:disco-shine 1.5s infinite}.example-prompt:hover .example-prompt-icon{fill:url(#disco-gradient-hover)}.scrollable-container{max-height:500px;overflow-y:auto;padding:10px;border-radius:5px}.loading{display:flex;justify-content:center;align-items:center;margin-bottom:20px}.warp-active .desktopContainer,.warp-active .desktopIcon,.warp-active .desktopIcons,.warp-active .taskbar,.warp-active .tvStreamWindow,.warp-active .window{transition:transform .1s linear!important;transform-origin:var(--warp-center-x) var(--warp-center-y)!important;transform:scale(calc(1 - var(--warp-progress) * .8)) translateX(calc((var(--warp-center-x) - var(--element-x)) * var(--warp-progress) * 2)) translateY(calc((var(--warp-center-y) - var(--element-y)) * var(--warp-progress) * 2)) rotate(calc(var(--warp-progress) * 180deg))!important;opacity:calc(1 - var(--warp-progress))!important}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}