.chatbox-container{align-items:center;border:2px solid #fff;border-radius:25px;box-shadow:0 8px 20px #0000004d;height:90vh;justify-content:center;margin:auto auto 10px;max-width:1500px;padding:5px}.chatbox,.chatbox-container{background:#fff;display:flex;flex-direction:column;overflow:visible;width:100%}.chatbox{border-radius:20px;flex:1 1;height:100%;padding:15px}.message{word-wrap:break-word;animation:fadeInUp .3s ease-in-out;background-color:#e4e6eb;border-radius:15px;box-shadow:0 2px 4px #00000014;color:#000;font-size:.95rem;line-height:1.1;max-width:90%;padding:12px 25px}.message.user{align-self:flex-end;background:linear-gradient(135deg,#ef4d48,#ef4d48);color:#fff}.message.ai{line-height:1.6;position:relative}message-content{flex:1 1;padding-right:40px}.message.ai h1,.message.ai h2,.message.ai h3{color:#444;font-weight:700;margin:.7rem 0}.message.ai ul{list-style-type:disc;margin:.5rem 0;padding-left:15px}.message.ai li{margin:.25rem 0}.message.ai a{color:#ef4d48;cursor:pointer;text-decoration:underline}.message.ai strong{font-weight:700}.message.ai em{font-style:italic}.message.ai blockquote{border-left:4px solid #ddd;color:#666;font-style:italic;margin:.5rem 0;padding-left:10px}.message.ai code{background-color:#000;border-radius:3px;font-family:monospace;font-size:.85rem;padding:2px 4px}.typing-indicator{align-items:center;animation:fadeInUp .3s ease-in-out;background:#e4e6eb;border:1px solid #e0e0e0;border-radius:15px;box-shadow:0 2px 4px #00000014;color:#333;display:flex;font-size:.95rem;gap:5px;justify-content:flex-start;max-width:4.8%;padding:12px 16px}.typing-indicator .dot{animation:typing 1.5s infinite;background-color:#666;border-radius:50%;height:8px;width:8px}.typing-indicator .dot:first-child{animation-delay:0s}.typing-indicator .dot:nth-child(2){animation-delay:.2s}.typing-indicator .dot:nth-child(3){animation-delay:.4s}.messages-container{background:#f4f5f7;display:flex;flex:1 1;flex-direction:column;gap:10px;overflow-y:auto;padding:15px 20px;position:relative;scroll-behavior:smooth;width:100%}.messages-container::-webkit-scrollbar{width:8px}.messages-container::-webkit-scrollbar-thumb{background:#0000004d;border:#ef4d48;border-radius:10px}.messages-container::-webkit-scrollbar-thumb:hover{background:#00000080}.messages-container::-webkit-scrollbar-track{background:#f0f0f0;border-radius:10px}body.dark .messages-container::-webkit-scrollbar-track{background:#333}.input-container{align-items:center;background:#fff;border-top:1px solid #ddd;box-shadow:0 -2px 6px #0000001a;display:flex;gap:10px;max-width:1450px;padding:10px 50px;width:100%}textarea{background:#f7f7f7;border:1px solid #ccc;border-radius:20px;flex:1 1;font-size:1rem;outline:none;padding:10px 15px;resize:none}.send-button{align-items:center;background:linear-gradient(135deg,#ef4d48,#d63230);border:none;border-radius:50%;box-shadow:0 4px 8px #0003,0 -1px 3px #ffffff1a;cursor:pointer;display:flex;height:50px;justify-content:center;overflow:visible;position:relative;transition:all .3s ease-in-out;width:50px}.send-button svg{fill:none;stroke:#fff;stroke-width:1.5;height:22px;transition:transform .3s ease-in-out;width:22px}.send-button:hover{box-shadow:0 6px 15px #ed423e66,0 -1px 4px #fff3;transform:scale(1.1)}.send-button:active{box-shadow:none;transform:scale(.95)}.send-button:active svg{transform:scale(1)}.popup-blocked{align-items:center;background:#00000080;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:1000}.popup-content{background:#fff;border-radius:20px;box-shadow:0 6px 15px #0000004d;max-width:450px;padding:2rem;text-align:center;width:90%}.popup-content h2{color:#333;font-size:1.8rem;font-weight:600;margin-bottom:1rem}.popup-content p{color:#555;font-size:1rem;line-height:1.5;margin-bottom:1.5rem}.popup-buttons{gap:15px;justify-content:space-between}.confirm-button{background-color:#ef4d48;border:none;border-radius:30px;box-shadow:0 4px 6px #0003;color:#fff;cursor:pointer;flex:1 1;font-size:1rem;font-weight:500;padding:12px 18px;transition:all .3s ease}.confirm-button:hover{background-color:#d4413d;box-shadow:0 6px 12px #0000004d;transform:translateY(-2px)}.cancel-button{background-color:#a8a8a8;border:none;border-radius:30px;box-shadow:0 4px 6px #0003;color:#fff;cursor:pointer;flex:1 1;font-size:1rem;font-weight:500;padding:12px 18px;transition:all .3s ease}.cancel-button:hover{background-color:#8d8d8d;box-shadow:0 6px 12px #0000004d;transform:translateY(-2px)}.wine-suggestion h2{font-size:1.2rem;margin-bottom:.5rem}.wine-suggestion a{color:#b22222;font-weight:700;text-decoration:none}.wine-group{margin-top:1rem}.wine-suggestion{background-color:#fdf5f0;border:1px solid #ccc;border-radius:10px;font-size:.95rem;margin-top:1rem;padding:1rem}.toggle-info{color:#06c;cursor:pointer;display:inline-block;text-decoration:underline}.info-box{background-color:#f9f9f9;border:1px solid #ccc;border-radius:6px;display:none;font-size:13px;margin-top:8px;max-width:400px;padding:10px}.input-container-modern{align-items:center;border:1px solid #333;border-radius:24px;color:#fff;display:flex;margin:12px;padding:10px 14px;position:relative}.input-container-modern textarea{background:#0000;color:#fff;flex:1 1;font-size:14px;outline:none;resize:none}.input-actions{display:flex;gap:10px;margin-left:10px}.icon-button{align-items:center;background:none;border:none;color:#000;cursor:pointer;display:flex;justify-content:center;opacity:.8;padding:4px;transition:opacity .2s}.icon-button:hover{opacity:1}.image-filename{color:var(#888);font-size:12px;margin-left:4px;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-images img{border-radius:6px;margin:5px;max-height:150px;max-width:200px}.image-preview-list{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin-left:10px;position:relative}.image-preview-item{background:#1e1e1e;border:1px solid #444;border-radius:8px;flex-shrink:0;height:55px;overflow:visible;position:relative;width:55px;z-index:1}.image-thumb{border-radius:8px;display:block;height:100%;object-fit:cover;width:100%}.remove-btn{border:none;border-radius:50%;box-shadow:0 0 2px #000;color:#fff;cursor:pointer;display:flex;font-size:14px;height:18px;justify-content:center;position:absolute;right:-6px;top:-6px;width:18px;z-index:10}.remove-btn,.remove-btn:hover{align-items:center;background:#ef4d48}.remove-btn:hover{transform:translateY(-2px);transition:all .3s ease}.image-modal{align-items:center;cursor:zoom-out;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:999}.image-modal img{border-radius:10px;box-shadow:0 0 15px #ef4d48;max-height:90%;max-width:90%}.tooltip-bubble{background-color:#ef4d48;border-radius:8px;bottom:120%;box-shadow:0 2px 6px #0000004d;color:#fff;font-size:.75rem;opacity:0;padding:6px 10px;pointer-events:none;text-align:center;transition:opacity .2s ease-in-out;visibility:hidden;white-space:nowrap;z-index:999999}.tooltip-bubble,.tooltip-bubble:after{left:50%;position:absolute;transform:translateX(-50%)}.tooltip-bubble:after{border:6px solid #0000;border-top-color:#ef4d48;content:"";top:100%}.tooltip-wrapper{display:inline-block;position:relative}.tooltip-wrapper:hover .tooltip-bubble{opacity:1;visibility:visible}.chat-option-buttons{display:flex;gap:12px;margin-top:8px}.chat-option-buttons button{background-color:#444;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:700;padding:6px 14px;transition:background-color .2s ease}.chat-option-buttons button:hover{background-color:#666}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{animation:fadeInScale .2s ease-out;background-color:#e4e6eb!important;box-shadow:0 0 12px #00000040}.modal-content h2{color:#ef4d48;font-size:20px;margin-top:0}.modal-content textarea{border:1px solid #ccc;border-radius:4px;font-size:14px;padding:8px;resize:vertical}.modal-content label{cursor:pointer;font-size:14px}.modal-content button{border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:700;padding:6px 12px;transition:background .2s ease}.modal-content button,.modal-content button:hover{background-color:#ef4d48}.modal-content button:first-of-type{background-color:#999}.modal-content button:first-of-type:hover{background-color:#666}.report-button{background:#0000;border:none;color:#373737;cursor:pointer;font-size:22px;opacity:.4;position:absolute;right:-32px;top:3px;transition:opacity .2s ease;z-index:10}.message.ai:hover .report-button{opacity:1}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}body.dark .chatbox-container{background:#2a2a2a;border:2px solid #444;box-shadow:0 8px 20px #ffffff1a}body.dark .chatbox{background:#2a2a2a}body.dark .message{background-color:#333;color:#f0f0f0}body.dark .message.user{background:linear-gradient(135deg,#d93d39,#d93d39)}body.dark .message.ai h1,body.dark .message.ai h2,body.dark .message.ai h3{color:#e0e0e0}body.dark .message.ai blockquote{border-left:4px solid #555;color:#aaa}body.dark .messages-container{background-color:#2a2a2a}body.dark .input-container{background:#2a2a2a;border-top:1px solid #444}body.dark .typing-indicator{border:none;box-shadow:none}body.dark textarea{background:#333;border:1px solid #555;color:#f0f0f0}body.dark .send-button{background-color:#d93d39}body.dark .wine-suggestion{background:#454444;border-color:#454444}body.dark .report-button{color:#fff}body.dark .modal-content{background:#333!important}body.dark .icon-button{color:#fff}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes typing{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1)}}@media screen and (max-width:768px){.chatbox-container{border-radius:15px;height:88vh;height:calc(var(--vh, 1vh)*88);transition:bottom .3s ease-in-out}.chatbox,.chatbox-container{display:flex;flex-direction:column;overflow-y:auto;padding:10px}.chatbox{border-radius:10px;justify-content:flex-end}.message{font-size:.9rem;padding:12px 20px}.input-container{align-items:center;gap:8px;justify-content:space-between;padding:10px 15px}textarea{flex:1 1}textarea,textarea:focus{align-items:center;border-radius:15px;font-size:.9rem;justify-content:center;padding:8px}textarea:focus{scroll-margin-bottom:50px}.send-button{height:45px;width:45px}.typing-indicator{font-size:.9rem;max-width:14%;padding:10px 6px}.typing-indicator .dot{height:6px;width:6px}}@media screen and (max-width:480px){.chatbox-container{border-radius:15px;display:flex;flex-direction:column;height:88vh;height:calc(var(--vh, 1vh)*88);overflow-y:auto;padding:10px;transition:bottom .3s ease-in-out}.input-container{align-items:center;gap:8px;justify-content:space-between;padding:8px 10px}textarea{flex:1 1;padding:6px}textarea,textarea:focus{align-items:center;font-size:.9rem;justify-content:center}textarea:focus{border-radius:15px;padding:8px;scroll-margin-bottom:50px}.send-button{height:50px;width:50px}.message{font-size:.9rem;padding:10px 15px}.typing-indicator{font-size:.85rem;justify-content:center;max-width:14%;padding:10px 6px}.typing-indicator .dot{height:6px;justify-content:center;width:6px}}.legal-page{background-color:#f9f9f9;border-radius:10px;box-shadow:0 4px 10px #0000001a;color:#333;font-family:Roboto,Arial,sans-serif;line-height:1.6;margin:40px auto;max-height:90vh;max-width:800px;overflow-y:auto;padding:20px}body.dark .legal-page{background-color:#2a2a2a;box-shadow:0 4px 10px #ffffff1a;color:#e0e0e0}body.dark .legal-page a{color:#ef4d48}body.dark .legal-page a.back-button{background-color:#ef4d48;color:#fff}body.dark .legal-page a.back-button:hover{background-color:#da3131}.legal-page::-webkit-scrollbar{width:8px}.legal-page::-webkit-scrollbar-thumb{background:#0000004d;border-radius:10px}.legal-page::-webkit-scrollbar-thumb:hover{background:#00000080}.legal-page::-webkit-scrollbar-track{background:#f0f0f0;border-radius:10px}body.dark .legal-page::-webkit-scrollbar-track{background:#333}.legal-page h1{color:#ef4d48;font-size:2rem;font-weight:700;margin-bottom:20px;text-align:center}body.dark .legal-page h1{color:#ff6b66}.legal-page h2{color:#ef4d48;font-size:1.8rem;font-weight:700;margin-bottom:15px}body.dark .legal-page h2{color:#ff6b66}.legal-page h3{color:#555;font-size:1.4rem;margin-bottom:10px;margin-top:20px}body.dark .legal-page h3{color:#bbb}.legal-page p{color:#444;font-size:1rem;margin-bottom:15px}body.dark .legal-page p{color:#ccc}.legal-page ul{color:#444;font-size:1rem;list-style-type:disc;margin-bottom:20px;margin-left:20px}body.dark .legal-page ul{color:#ccc}.back-button{background-color:#ef4d48;border:none;border-radius:30px;box-shadow:0 4px 6px #0003;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:500;margin-top:20px;padding:10px 20px;text-decoration:none;transition:all .3s ease}.back-button:hover{background-color:#d1403e;transform:translateY(-2px)}body.dark .back-button{color:#fff}body.dark .back-button,body.dark .back-button:hover{background-color:#ef4d48}.legal-link{color:#ef4d48;cursor:pointer;display:block;font-size:1rem;font-weight:500;margin-top:20px;text-align:center;text-decoration:underline}.legal-link:hover{color:#d1403e;text-decoration:none}body.dark .legal-link{color:#ff6b66}body.dark .legal-link:hover{color:#ff807b}@media screen and (max-width:768px){.legal-page{margin:30px auto;padding:15px}.legal-page h1{font-size:1.8rem}.legal-page h2{font-size:1.5rem}.legal-page h3{font-size:1.2rem}.legal-page p,.legal-page ul{font-size:.95rem}.back-button{margin-bottom:30px}}@media screen and (max-width:480px){.legal-page{padding:10px}.legal-page h1{font-size:1.6rem}.legal-page h2{font-size:1.3rem}.legal-page h3{font-size:1.1rem}.legal-page p,.legal-page ul{font-size:.9rem}.back-button{margin-bottom:40px}}.utilisation-page{background-color:#f9f9f9;border-radius:10px;box-shadow:0 4px 10px #0000001a;color:#333;font-family:Roboto,Arial,sans-serif;line-height:1.6;margin:40px auto;max-height:90vh;max-width:800px;overflow-y:auto;padding:20px}body.dark .utilisation-page{background-color:#2a2a2a;box-shadow:0 4px 10px #ffffff1a;color:#e0e0e0}.utilisation-header{margin-bottom:20px;text-align:center}.utilisation-title{color:#ef4d48;font-size:2rem;font-weight:700;margin-bottom:10px}body.dark .utilisation-title{color:#ff6b66}.utilisation-content{padding:20px 0}.utilisation-section{margin-bottom:30px}.utilisation-subtitle{color:#ef4d48;font-size:1.5rem;font-weight:700;margin-bottom:15px}.utilisation-subsection-title{color:#555;font-size:1.2rem;margin-bottom:10px;margin-top:20px}body.dark .utilisation-subsection-title{color:#bbb}.utilisation-text{color:#444;font-size:1rem;line-height:1.6;margin-bottom:15px;text-align:justify}body.dark .utilisation-text{color:#ccc}.utilisation-list{color:#444;list-style-type:disc;margin-bottom:20px;margin-left:20px}body.dark .utilisation-list{color:#ccc}.utilisation-ordered-list{list-style-type:decimal}.utilisation-footer{margin-top:20px;text-align:left}.utilisation-back-button{background-color:#ef4d48;border:none;border-radius:30px;box-shadow:0 4px 6px #0003;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:500;margin-top:20px;padding:10px 20px;text-decoration:none;transition:all .3s ease}.utilisation-back-button:hover{background-color:#d1403e;transform:translateY(-2px)}body.dark .utilisation-back-button{background-color:#ef4d48;color:#fff}.utilisation-page::-webkit-scrollbar{width:8px}.utilisation-page::-webkit-scrollbar-thumb{background:#0000004d;border-radius:10px}.utilisation-page::-webkit-scrollbar-thumb:hover{background:#00000080}.utilisation-page::-webkit-scrollbar-track{background:#f0f0f0;border-radius:10px}body.dark .utilisation-page::-webkit-scrollbar-track{background:#333}@media (max-width:768px){.utilisation-page{max-width:90%;padding:15px}.utilisation-title{font-size:1.8rem}.utilisation-content{padding:10px 0}.utilisation-subtitle{font-size:1.3rem}.utilisation-subsection-title{font-size:1.1rem}.utilisation-text{font-size:.95rem}.utilisation-back-button{font-size:.9rem;padding:8px 15px}}body,html{background-color:#f7f4f3;box-sizing:border-box;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;height:100vh;line-height:1.5;width:100%}*,:after,:before{box-sizing:inherit}button,h1,h2,h3,input,li,ol,p,textarea,ul{box-sizing:border-box;font-family:inherit;margin:0}.app-main{flex:1 1;flex-direction:column;overflow:auto}.app-main,.header{display:flex;width:100%}.header{align-items:center;background:linear-gradient(90deg,#fff,#f7f7f7);border-bottom:1px solid #e5e5e5;box-shadow:0 2px 4px #0000001a;justify-content:space-between;margin-bottom:5px;padding:15px 30px;z-index:10}.header-left{align-items:center;display:flex;gap:10px}.logo{height:auto;width:40px}.title{color:#333;font-size:1.6rem;font-weight:700}.menu-button{background:#ef4d48;border-radius:20px;box-shadow:0 2px 6px #0000001a;font-weight:600;padding:8px 20px}.menu-button:hover{background:#d43b37}.menu-button:active{background:#a6312c;transform:scale(.97)}.menu-button{background-color:#ef4d48;border:none;border-radius:30px;box-shadow:0 4px 6px #0003;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;margin-top:10px;max-width:75px;padding:12px 24px;transition:all .3s ease;width:100%}.menu-button:hover{background-color:#d93d39;box-shadow:0 6px 10px #0000004d;transform:translateY(-2px)}.menu-button:active{background-color:#b5312d;box-shadow:0 2px 4px #0000001a;transform:translateY(1px)}.menu-slide{background:#ef4d48;border-bottom-left-radius:20px;border-top-left-radius:20px;box-shadow:-5px 0 15px #0000004d;display:flex;flex-direction:column;height:100%;position:fixed;right:-320px;top:0;transition:right .3s ease-in-out;width:320px;z-index:1000}.menu-slide.active{right:0}.menu-header{background:#d43b37;border-top-left-radius:20px;color:#fff;font-size:1.2rem;font-weight:700;padding:20px;text-align:center}.menu-content{display:flex;flex-direction:column;flex-grow:1;gap:10px;list-style:none;margin:0;padding:20px}.menu-item{background-color:#fff;border:none;border-radius:30px;box-shadow:0 4px 6px #0003;color:#ef4d48;cursor:pointer;font-size:1rem;font-weight:500;margin-top:2px;max-width:300px;text-align:center;transition:all .3s ease;width:100%}.menu-item:hover{background-color:#fff;box-shadow:0 6px 10px #0000004d;transform:translateY(-2px)}.menu-item a{color:inherit;display:block;padding:10px 20px;text-decoration:none}.menu-copyright{color:#fffc;font-size:.8rem;margin-bottom:10px;text-align:center}.close-menu-outside{cursor:default;pointer-events:none;position:fixed;visibility:hidden}.app-footer{background-color:#f7f7f7;border-top:1px solid #ddd;color:#555;font-size:.9rem;text-align:center;width:100%}.loading-screen{align-items:center;background-color:#f7f4f3;display:flex;flex-direction:column;height:100vh;justify-content:center}.loading-logo{animation:pulse 1.5s ease-in-out infinite;height:auto;margin-bottom:15px;width:100px}.loading-text{color:#fff;font-family:inherit;font-size:1rem;font-weight:400}.password-reset-page{align-items:center;background-color:#f7f4f3;display:flex;justify-content:center;min-height:100vh;padding:20px}.input-group label{color:#555;font-size:.9rem;margin-bottom:5px}.input-group input{border:1px solid #ddd;border-radius:5px;padding:10px;transition:border-color .3s ease,box-shadow .3s ease;width:100%}.input-group input:focus{border-color:#ef4d48;box-shadow:0 0 5px #ef4d4880;outline:none}body.dark{background-color:#121212;color:#e0e0e0}body.dark .app-main{background-color:#1e1e1e}body.dark .header{background:linear-gradient(90deg,#1f1f1f,#2a2a2a);border-bottom:1px solid #333;box-shadow:0 2px 4px #ffffff1a}body.dark .title{color:#f3f3f3}body.dark .menu-button{background:#ef4d48;box-shadow:0 2px 6px #ffffff1a;color:#fff}body.dark .menu-button:hover{background:#da3131}body.dark .menu-header{background:#1f1f1f}body.dark .menu-slide{background:#2e2e2e;box-shadow:-5px 0 15px #ffffff1a}body.dark .menu-item{background:#ef4d48;color:#e0e0e0}body.dark .menu-item:hover{background:#da3131;color:#e0e0e0}body.dark .close-menu-outside{background:#1f1f1f}body.dark .app-footer{background-color:#1f1f1f;border-top:1px solid #333;color:#888}body.dark .loading-screen{background-color:#121212;color:#e0e0e0}body.dark .input-group input{background-color:#333;border:1px solid #555;color:#e0e0e0}body.dark .input-group input:focus{border-color:#ff6b66}body.dark menu-item dark-mode-toggle{background-color:initial!important}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@media (max-width:768px){:root{--vh:1vh}body,html{height:100vh;height:calc(var(--vh, 1vh)*100);margin:0;overflow-x:hidden;overflow:hidden;overscroll-behavior:none;padding:0}.header{flex-direction:row;justify-content:space-between;padding:10px 15px;position:sticky;top:env(safe-area-inset-top,0);z-index:1000}.app-main{padding:0}body.keyboard-open{height:100vh;overflow:hidden}.app-container{display:flex;flex-direction:column;height:100%}.header-left{flex-direction:row;gap:5px}.logo{width:40px}.title{font-size:1.2rem}.menu-button{font-size:1rem;padding:10px 25px}.menu-slide{border-radius:0;right:-100%;width:100%}.menu-content{align-items:center}.menu-slide.active{right:0}.close-menu-outside{align-items:center;background-color:initial;border:none;color:#ef4d48;cursor:pointer;font-size:2rem;height:auto;pointer-events:auto;position:fixed;right:20px;top:16px;visibility:visible;width:auto;z-index:1101}.close-menu-outside:hover{transform:scale(1.1)}@media screen and (max-width:480px){:root{--vh:1vh}body,html{height:100vh;height:calc(var(--vh, 1vh)*100);margin:0;overflow-x:hidden;overflow:hidden;overscroll-behavior:none;padding:0}.header{flex-direction:row;justify-content:space-between;padding:10px 15px;position:sticky;top:env(safe-area-inset-top,0);z-index:1000}body.keyboard-open{height:100vh;overflow:hidden}.app-container{display:flex;flex-direction:column;height:100%}.app-main{padding:0}.header-left{flex-direction:row;gap:5px}.logo{width:40px}.title{font-size:1.2rem}.menu-button{font-size:1rem;padding:10px 25px}.menu-slide{border-radius:0;right:-100%;width:100%}.menu-content{align-items:center}.menu-slide.active{right:0}.close-menu-outside{align-items:center;background-color:initial;border:none;color:#ef4d48;cursor:pointer;font-size:2rem;height:auto;pointer-events:auto;position:fixed;right:20px;top:16px;visibility:visible;width:auto;z-index:1101}.close-menu-outside:hover{transform:scale(1.1)}}}body,html{background:#f4f5f7;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;height:100%;margin:0;overflow:hidden;padding:0}body.dark{background:#1e1e1e}.history-wrapper{background:#fff;border:2px solid #fff;border-radius:25px;box-shadow:0 8px 20px #0000004d;display:flex;flex-direction:column;height:99vh;margin:auto;max-width:1600px;overflow:hidden;position:relative;width:100%}body.dark .history-wrapper{background:#2a2a2a;border:2px solid #444;box-shadow:0 8px 20px #ffffff14}.history-topbar{align-items:center;border-bottom:1px solid #ddd;display:flex;justify-content:space-between;padding:12px 25px}.history-topbar h1{color:#ef4d48;font-size:1.6rem;margin:0}body.dark .history-topbar h1{color:#ff6b66}.history-back{background:#ef4d48;border-radius:25px;color:#fff;font-weight:500;padding:8px 20px;text-decoration:none;transition:background .25s ease}.history-back:hover{background:#d53a36}.history-content{display:flex;flex:1 1;overflow:hidden}.history-sidebar{background:#f4f5f7;border-right:1px solid #ddd;display:flex;flex-direction:column;gap:8px;min-width:230px;overflow-y:auto;padding:10px;width:330px}body.dark .history-sidebar{background:#272727;border-right:1px solid #444}.history-item{align-items:center;background:#fff;border-radius:15px;cursor:pointer;display:flex;justify-content:space-between;padding:12px 15px;transition:background .2s ease}.history-item:hover{background:#f0f0f0}.history-item.active{background:#ef4d48;color:#fff}body.dark .history-item{background:#353535}body.dark .history-item:hover{background:#ef4d48}body.dark .history-item.active{background:#d93d39}.history-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history-chatbox{background:#f4f5f7;display:flex;flex:1 1;flex-direction:column}body.dark .history-chatbox{background:#2a2a2a}.history-messages{border-radius:0 0 25px 0;box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;gap:10px;overflow-y:auto;padding:20px 25px;scroll-behavior:smooth}.history-placeholder{font-style:italic;margin:auto;opacity:.7}.history-empty{font-style:italic;margin-top:30px;opacity:.7;text-align:center}.history-item-actions{align-items:center;display:flex;justify-content:space-between;width:100%}.history-del{background:#0000;border:none;color:#000;cursor:pointer;font-size:1.4rem;line-height:1;margin-left:8px;opacity:.6;transition:opacity .2s ease,color .2s ease}.history-del:hover{color:#000;opacity:1}body.dark .history-del,body.dark .history-del:hover{color:#fff}.popup-overlay{align-items:center;background:#00000080;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:999}.popup-box{background:#fff;border-radius:20px;box-shadow:0 8px 30px #0000004d;max-width:400px;padding:30px;text-align:center;width:90%}.popup-box h3{font-size:1.3rem;margin-top:0}.popup-buttons{display:flex;gap:10px;justify-content:space-around;margin-top:20px}.popup-buttons button{border:none;border-radius:25px;cursor:pointer;font-weight:500;padding:10px 18px;transition:background .2s ease}.popup-buttons button:first-child{background:#ef4d48;color:#fff}.popup-buttons button:first-child:hover{background:#d53a36}.popup-buttons button:last-child{background:#e0e0e0}.popup-buttons button:last-child:hover{background:silver}body.dark .popup-box{background:#2a2a2a;color:#fff}body.dark .popup-buttons button:last-child{background:#444;color:#fff}body.dark .popup-buttons button:last-child:hover{background:#666}.history-back-mobile{align-self:flex-start;background:#ef4d48;border:none;border-radius:20px;color:#fff;cursor:pointer;display:none;font-size:1rem;font-weight:500;margin:15px;padding:10px 18px;transition:background .2s ease}.history-back-mobile:hover{background:#d53a36}body.dark .history-back-mobile{background:#d93d39}body.dark .history-back-mobile:hover{background:#b72f2c}.history-messages::-webkit-scrollbar,.history-sidebar::-webkit-scrollbar{width:8px}.history-messages::-webkit-scrollbar-thumb,.history-sidebar::-webkit-scrollbar-thumb{background:#0000004d;border-radius:10px}.history-messages::-webkit-scrollbar-track,.history-sidebar::-webkit-scrollbar-track{background:#e0e0e0}body.dark .history-messages::-webkit-scrollbar-track,body.dark .history-sidebar::-webkit-scrollbar-track{background:#333}@media screen and (max-width:768px){body,html{overflow:auto}.history-wrapper{border-radius:0;height:auto;min-height:100vh}.history-content{flex-direction:column}.history-sidebar{border-bottom:1px solid #ddd;border-right:none;flex:1 1;flex-direction:column;gap:10px;max-height:none;overflow-x:hidden;overflow-y:auto;padding:10px;width:100%}.history-item{flex-shrink:0;padding:10px 15px}.history-chatbox{display:flex;flex:1 1;flex-direction:column;height:auto;width:100%}.history-messages{height:100%;overflow-y:auto;padding:15px 18px}.history-topbar{gap:10px}.history-back{font-size:.9rem;padding:6px 15px}.history-topbar h1{font-size:1.4rem}.history-back-mobile{display:inline-block}}
/*# sourceMappingURL=main.d71ad99e.css.map*/