*{box-sizing:border-box;margin:0;padding:0}body{background-attachment:fixed;background-color:#333;font-family:Roboto,sans-serif}.app{align-items:center;background-color:#000000b3;border-radius:20px;box-shadow:0 0 20px #00000080;display:flex;flex-direction:column;height:80vh;justify-content:space-between;margin:10vh auto;padding:20px;width:80vw}.chat-bubble{animation:send .3s ease-out;background-color:#f2f2f2;border-radius:25px;line-height:1.5;margin:10px 0;max-width:70%;overflow-wrap:break-word;padding:15px}@keyframes send{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.error-message{color:red;font-size:1.2em;font-weight:700;padding:10px;text-align:center;width:100%}.role{color:#4caf50;font-weight:700}.item{margin:0}.surprise{background-color:#4caf50;border:none;border-radius:18px;color:#fff;cursor:pointer;display:inline-block;float:right;font-size:16px;margin:4px 2px;padding:10px 20px;text-align:center;text-decoration:none}.input-container{align-items:center;background-color:#333;border-radius:25px;display:flex;justify-content:center;margin-top:20px;padding:15px}input[type=text]{background-color:#f2f2f2;border-radius:25px;margin-right:10px;max-width:500px;min-width:50px;overflow:auto;padding:15px;width:80%;width:100%}input[type=text]::placeholder{color:#6d6d6d}button{background-color:#4caf50;border:none;border-radius:25px;color:#fff;cursor:pointer;display:inline-block;font-size:16px;margin:4px 2px;padding:15px 25px;text-align:center;text-decoration:none;transition:background-color .3s ease}button:active{background-color:#388e3c}button:disabled{background-color:#9e9e9e;cursor:not-allowed}button:focus{box-shadow:0 0 0 3px #4caf5080;outline:none}button:hover{background-color:#45a049}.search-results{margin-left:auto;margin-right:auto;margin-top:20px;max-height:50vh;overflow:auto;scroll-behavior:smooth;width:90%}.chat-item{background-color:#f2f2f2;border-radius:25px;line-height:1.5;margin:10px 0;max-width:70%;padding:15px}.parts{margin:0}.icon{align-items:center;color:#4caf50;display:flex;font-size:1.2em;justify-content:center;padding:0 10px}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}::-webkit-scrollbar-thumb:hover{background:#555}
/*# sourceMappingURL=main.31b4147f.css.map*/