:root{color-scheme:dark}body{margin:0;display:flex;place-items:center}.chat-area{flex:1;overflow-y:auto;padding:1rem 1rem 7rem;display:flex;flex-direction:column;gap:.5rem;background:#000}.message-bubble{text-align:left;margin-top:.2rem;margin-bottom:.2rem;max-width:80%;padding:.6rem .9rem;border-radius:12px;white-space:pre-wrap;word-wrap:break-word;font-size:clamp(1rem,4vw,1.25rem);font-family:Helvetica;line-height:1.4;display:inline-block;box-shadow:0 1px 3px #0006;transition:all .2s ease}.message-bubble.user{align-self:flex-end;background-color:#443579;color:#fff;border-bottom-right-radius:0;border:none}.message-bubble.agent{align-self:flex-start;background-color:#212121;color:#fff;border-bottom-left-radius:0;border:none}.message-bubble{opacity:0;transform:translateY(50px);animation:fadeIn .5s ease forwards}@keyframes fadeIn{to{opacity:1;transform:translateY(0)}}.chat-area::-webkit-scrollbar{width:6px}.chat-area::-webkit-scrollbar-thumb{background-color:#444;border-radius:4px}.chat-area::-webkit-scrollbar-track{background:#111}.prompt-area{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:min(800px,95%);background:#1a1a1a;padding:.75rem;border-top-right-radius:16px;border-top-left-radius:16px;display:flex;flex-direction:row;align-items:center;gap:.5rem;box-shadow:0 0 20px #0006;z-index:100}.prompt-area textarea{flex:1;resize:none;background:#121212;color:#fff;padding:.75rem;border-radius:10px;border:1px solid #333;min-height:3rem;max-height:8rem;font-size:clamp(1rem,4vw,1.25rem);font-family:Helvetica}.prompt-area button{width:48px;height:48px;border-radius:10px;border:none;background:#4a37aa;color:#fff;font-size:2rem;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:transform .15s ease,background-color .2s ease,box-shadow .2s ease}.prompt-area button:active{transform:scale(.92);background:#3b2b8e;box-shadow:0 2px 8px #000c}.prompt-area button{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.top-area{display:flex;align-items:center;background:#443579;padding:.7rem 1rem .7rem 1.2rem;border-top-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow:0 2px 8px #0000000a;gap:.7rem;position:fixed;top:0;width:85%;left:50%;transform:translate(-50%);z-index:200}.avatar{width:2.2rem;height:2.2rem;border-radius:50%;overflow:hidden;border:2px solid #fff;box-shadow:0 1px 4px #00000014;display:flex;align-items:center;justify-content:center;background:#fff}.logo{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center}.logo .p1{color:#000070}.logo .p2{color:#f60}.top-title{color:#fff;font-weight:600;font-size:1.3rem;font-family:Helvetica;margin-left:.2rem;letter-spacing:.01em}button{margin-left:auto;border:.2rem solid #fff;background:#ffffff1a;color:#fff;border-radius:50%;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 6px #0000001a;cursor:pointer;transition:background .2s,box-shadow .2s,border-color .2s;outline:none}button:hover{background:#ffffff38;box-shadow:0 2px 12px #4435792e;border-color:#e0d7fa}button .refresh-icon{width:1.4rem;height:1.4rem;display:flex;align-items:center;justify-content:center}button,button .refresh-icon{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation}#app{height:100vh;width:100vw;display:flex;flex-direction:column;background-color:#000;padding-top:3.9rem;padding-bottom:6.1rem;box-sizing:border-box}
