.chatwidget_chatButton__s3uvu{position:fixed;bottom:20px;right:20px;width:50px;height:50px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;color:#000;font-size:24px;cursor:pointer;box-shadow:0 4px 10px rgba(0,0,0,.4);z-index:1000}.chatwidget_chatButton__s3uvu.chatwidget_hide__pDxTY{display:none}.chatwidget_chatWindow__CsW9T{position:fixed;bottom:0;right:0;width:100%;height:60vh;background:#ccc;border-radius:16px 16px 0 0;box-shadow:0 4px 20px rgba(0,0,0,.5);display:flex;flex-direction:column;overflow:hidden;z-index:1000;border:1px solid #333}@media(min-width:1024px){.chatwidget_chatWindow__CsW9T{width:35%;height:60vh}}.chatwidget_chatHeader__umWTY{background:#000;color:#fff;font-weight:700;padding:1rem;display:flex;align-items:center;justify-content:space-between}.chatwidget_chatMessages__D1PV2{flex:1 1;padding:.5rem;overflow-y:auto;font-size:.9rem;color:#eee}.chatwidget_chatInput__tZpH8{display:flex;border-top:1px solid #333}.chatwidget_chatInput__tZpH8 input{flex:1 1;border:none;padding:1rem;font-size:.9rem;outline:none;background:#222;color:#fff}.chatwidget_chatInput__tZpH8 button{background:#000;border:none;color:#fff;padding:0 1rem;cursor:pointer;transition:background .2s}.chatwidget_chatInput__tZpH8 button:hover{background:#333}.chatwidget_messageRow__8ssey{display:flex;align-items:center;margin-bottom:.5rem;gap:1rem;color:#000;width:100%}.chatwidget_userRow__F0tSC{justify-content:flex-end}.chatwidget_botRow__hdU7s{justify-content:flex-start}.chatwidget_messageBubble__T4gCt{max-width:70%;padding:.5rem 1rem;border-radius:16px;position:relative;line-height:1.4}.chatwidget_userBubble__2HTwi{background:#007bff;color:#fff;border-bottom-right-radius:4px}.chatwidget_botBubble__FlLMr{background:#007bff;color:#fff;border-bottom-left-radius:4px}.Home_grid__Exju9{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));grid-gap:1rem;gap:1rem;padding:1rem}.Home_card__fubC7{background:#111;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.25);transition:transform .2s ease-in-out;cursor:pointer}.Home_card__fubC7:hover{transform:scale(1.05)}.Home_card__fubC7 img{width:100%;height:auto;display:block;aspect-ratio:3/4}.Home_card__fubC7 .Home_title__CJM6I{padding:.5rem;font-size:.9rem;text-align:center;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;display:block}.Home_spinner__wYqHD{position:fixed;left:50%;bottom:0;transform:translateX(-50%);z-index:100;display:flex;justify-content:center;align-items:center;padding:1rem}.Home_loader__Z_ihB{border:4px solid #222;border-top-color:#fff;border-radius:50%;width:32px;height:32px;animation:Home_spin__tMmvW .8s linear infinite}@keyframes Home_spin__tMmvW{to{transform:rotate(1turn)}}