:root{--hotel7-primary:#c58c08;--hotel7-primary-dark:#f2be45;--hotel7-gradient:linear-gradient(135deg,#ffb200 0%,#cc9a26 100%);--hotel7-bg:#f1f3f4;--hotel7-white:#fff;--hotel7-text-dark:#202124;--hotel7-text-gray:#5f6368;--hotel7-shadow:0 12px 28px #00000026;--hotel7-radius:16px}.hotel7-fab{background:var(--hotel7-primary);color:#fff;cursor:pointer;z-index:10000;border:none;border-radius:30px;justify-content:center;align-items:center;gap:8px;min-width:60px;height:60px;padding:0 20px;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 12px #ffb20066}.hotel7-fab-text{white-space:nowrap;font-size:15px;font-weight:600}.hotel7-fab.active{width:60px;padding:0}.hotel7-fab:hover{transform:scale(1.05)}.hotel7-widget{background:var(--hotel7-white);border-radius:var(--hotel7-radius);width:360px;height:600px;max-height:80vh;box-shadow:var(--hotel7-shadow);z-index:9999;flex-direction:column;font-family:Segoe UI,Roboto,Helvetica,Arial,sans-serif;animation:.3s ease-out slideUp;display:flex;position:fixed;bottom:100px;right:24px;overflow:hidden}.hotel7-header{background:var(--hotel7-gradient);color:#fff;justify-content:space-between;align-items:center;padding:16px;display:flex}.hotel7-header h3{margin:0;font-size:16px;font-weight:600}.hotel7-body{background:#fff;flex-direction:column;flex:1;gap:12px;min-height:0;padding:16px;display:flex;overflow-y:auto}.hotel7-auth-container{width:100%;padding:8px 0}.hotel7-auth-form{background:#fff;border:1px solid #f0f0f0;border-radius:12px;flex-direction:column;gap:16px;padding:20px;display:flex;box-shadow:0 4px 12px #0000000d}.auth-form-header{text-align:center;margin-bottom:4px}.auth-form-header h4{color:var(--hotel7-primary);margin:0 0 8px;font-size:18px}.auth-form-header p{color:var(--hotel7-text-gray);margin:0;font-size:13px}.input-group{flex-direction:column;gap:6px;display:flex}.input-group label{color:var(--hotel7-text-dark);font-size:12px;font-weight:600}.input-group input{border:1.5px solid #e0e0e0;border-radius:8px;outline:none;padding:12px;font-size:14px;transition:border-color .2s}.input-group input:focus{border-color:var(--hotel7-primary)}.submit-btn{background:var(--hotel7-gradient);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:12px;font-weight:600;transition:opacity .2s}.submit-btn:hover{opacity:.9}.back-link{color:var(--hotel7-text-gray);cursor:pointer;background:0 0;border:none;font-size:12px;text-decoration:underline}.msg{box-sizing:border-box;word-break:break-word;white-space:pre-wrap;border-radius:16px;max-width:100%;padding:8px 14px;font-size:14px;line-height:1.4;display:inline-block}.msg-bot{background:var(--hotel7-bg);color:var(--hotel7-text-dark);border-bottom-left-radius:4px;align-self:flex-start}.msg-user{background:var(--hotel7-primary);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.hotel7-options-vertical{flex-direction:column;gap:10px;display:flex}.opt-btn{cursor:pointer;border:none;border-radius:10px;padding:12px;font-size:14px;font-weight:600}.opt-btn.primary{background:var(--hotel7-primary);color:#fff}.opt-btn.secondary{color:var(--hotel7-primary);background:#e8f0fe}.hotel7-footer{background:#fff;border-top:1px solid #eee;align-items:flex-end;gap:8px;padding:12px;display:flex}.hotel7-footer textarea{resize:none;box-sizing:border-box;border:1px solid #ddd;border-radius:8px;outline:none;flex:1;min-height:44px;max-height:120px;padding:10px 15px;font-family:inherit;font-size:16px;line-height:1.4;overflow-y:auto}.hotel7-footer textarea::-webkit-scrollbar{width:4px}.hotel7-footer textarea::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.send-btn{background:var(--hotel7-primary);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:2px;transition:background .2s;display:flex}.send-btn:hover{background:var(--hotel7-primary-dark)}.send-btn svg{margin-left:2px}.msg-wrapper{align-items:flex-end;gap:8px;margin-bottom:8px;display:flex}.msg-wrapper.user{flex-direction:row-reverse}.avatar{background:#e0e0e0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;display:flex}.msg-content-area{flex-direction:column;max-width:75%;display:flex}.msg-wrapper.user .msg-content-area{align-items:flex-end}.msg-time{color:#999;margin-top:2px;padding:0 4px;font-size:10px}.hotel7-quick-menu{background:#fff;flex-wrap:wrap;justify-content:center;gap:8px;padding:10px;display:flex}.quick-opt-btn{text-align:center;color:#f3f1f1;cursor:pointer;background-color:#d59b12;border:1px solid #ffb200;border-radius:8px;width:fit-content;min-width:320px;margin:8px auto;padding:8px 16px;font-size:14px;transition:all .2s;display:block}.quick-opt-btn:hover{color:#fff;background-color:#e6a100}.send-btn:disabled{cursor:not-allowed;box-shadow:none;background:#ccc}.chat-image-attachment{cursor:zoom-in;object-fit:cover;border:2px solid #f0f0f0;border-radius:12px;width:100%;max-width:220px;height:auto;max-height:300px;margin-top:8px;transition:transform .2s;display:block}.chat-image-attachment:hover{border-color:#ffb200;transform:scale(1.02)}.hotel7-modal-overlay{z-index:1000000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080;align-items:flex-end;animation:.2s ease-out fadeIn;display:flex;position:absolute;inset:0}.hotel7-modal-content{background:#fff;border-top-left-radius:16px;border-top-right-radius:16px;flex-direction:column;width:100%;height:85vh;max-height:85vh;animation:.3s cubic-bezier(.4,0,.2,1) slideUpModal;display:flex;box-shadow:0 -4px 20px #0000001a}.header-actions{align-items:center;gap:12px;display:flex}.hotel7-close-btn{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;padding:0;transition:background .2s;display:flex}.hotel7-close-btn:hover{background:#fff6}@media (max-width:480px){.hotel7-fab.active{display:none}.hotel7-widget{border-radius:0;width:100%;height:100%;max-height:100vh;bottom:0;right:0}.hotel7-close-btn{width:36px;height:36px}}@keyframes slideUpModal{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.hotel7-modal-header{background:#fafafa;border-bottom:1px solid #f0f0f0;border-radius:16px 16px 0 0;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.hotel7-modal-header h4{color:#333;margin:0;font-size:14px;font-weight:600}.hotel7-modal-header button{cursor:pointer;color:#666;background:#e0e0e0;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.hotel7-modal-body{flex:1;padding:0;overflow-y:auto}.hotel7-menu-table{border-collapse:collapse;width:100%;font-size:13px}.hotel7-menu-table th{color:#666;z-index:1;background:#fff;border-bottom:2px solid #f0f0f0;padding:10px 12px;font-weight:600;position:sticky;top:0}.hotel7-menu-table td{vertical-align:middle;border-bottom:1px solid #f5f5f5;padding:12px}.hotel7-menu-table tr:last-child td{border-bottom:none}.order-item-btn{background:var(--hotel7-primary);color:#fff;cursor:pointer;border:none;border-radius:12px;padding:6px 12px;font-size:12px;font-weight:500;transition:background .2s}.order-item-btn:hover{background:var(--hotel7-primary-dark)}@media (max-width:480px){.hotel7-widget{border-radius:0;width:100%;height:100%;max-height:100vh;bottom:0;right:0}.hotel7-fab-text{display:none}.hotel7-fab{width:52px;height:52px;bottom:16px;right:16px}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:480px){.hotel7-fab{width:40px;height:40px;bottom:10px;right:10px}}.typing-dots{align-items:center;gap:4px;min-height:38px;padding:10px 15px;display:flex}.typing-dots span{background-color:#999;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both typing;display:inline-block}.typing-dots span:first-child{animation-delay:-.32s}.typing-dots span:nth-child(2){animation-delay:-.16s}@keyframes typing{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.date-separator{justify-content:center;align-items:center;margin:15px 0;display:flex;position:relative}.date-separator span{color:#888;z-index:1;background:#f0f2f5;border-radius:20px;padding:4px 12px;font-size:11px;font-weight:500}.date-separator:before{content:"";z-index:0;background:#e0e0e0;height:1px;position:absolute;top:50%;left:10%;right:10%}.lang-select{color:#fff;cursor:pointer;background:#fff3;border:1px solid #ffffff4d;border-radius:4px;outline:none;padding:2px 5px;font-size:12px;transition:all .2s}.lang-select option{color:#333;background:#fff}.lang-select:hover{background:#ffffff4d}.lang-select:focus{border-color:#fff}.mic-btn{cursor:pointer;color:#888;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;padding:8px;transition:all .3s;display:flex}.mic-btn:hover{color:#ffb200;background:#007bff1a}.mic-btn.is-listening{color:#ff4d4f;animation:1.5s infinite pulse-mic}@keyframes pulse-mic{0%{transform:scale(1);box-shadow:0 0 #ff4d4f66}70%{transform:scale(1.1);box-shadow:0 0 0 10px #ff4d4f00}to{transform:scale(1);box-shadow:0 0 #ff4d4f00}}.msg-tts-btn{cursor:pointer;color:inherit;opacity:.5;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;margin-top:4px;padding:4px;transition:all .2s;display:flex}.msg-tts-btn:hover{opacity:1;background:#0000001a}.msg-user .msg-tts-btn:hover{background:#fff3}.category-grid{grid-template-columns:repeat(2,1fr);gap:12px;padding:10px;display:grid}.category-item{cursor:pointer;border:1px solid #eee;border-radius:12px;flex-direction:column;align-items:center;padding:15px;transition:all .2s;display:flex}.category-item:hover{background:#f0f7ff;border-color:#ffb200}.category-item img{object-fit:contain;width:40px;height:40px;margin-bottom:8px}.back-btn{cursor:pointer;background:0 0;border:none;padding:0 8px;font-size:20px}.dashboard-view{background-color:#f8f9fa;flex-direction:column;height:100%;display:flex}.dashboard-header{background:#fffdf9;border-bottom:2px solid #e0d0a5;border-radius:16px 16px 0 0;justify-content:space-between;align-items:center;padding:24px 20px;display:flex;box-shadow:0 4px 10px #d4af370d}.welcome-area{align-items:center;gap:12px;display:flex}.hotel-avatar{background:#fff;border:1px solid #d4af37;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:28px;display:flex;box-shadow:0 2px 8px #d4af3733}.welcome-text h4{color:#001f3f;text-transform:uppercase;letter-spacing:.5px;margin:0 0 4px;font-size:16px;font-weight:700}.welcome-text p{color:#b8860b;margin:0;font-size:12px;font-weight:600}.call-reception-btn{color:#fff;cursor:pointer;background:#d4af37;border:none;border-radius:20px;padding:8px 16px;font-size:13px;font-weight:700;transition:all .2s;box-shadow:0 4px 10px #d4af374d}.call-reception-btn:hover{background:#b8860b;transform:translateY(-2px);box-shadow:0 6px 15px #d4af3766}.main-services-grid-v2{background-color:#fffdf9;flex:1;grid-template-columns:repeat(2,1fr);gap:12px;padding:20px 16px;display:grid;overflow-y:auto}.cat-card-v2:hover{border-color:#d4af37;transform:translateY(-3px);box-shadow:0 6px 16px #d4af3726}.cat-icon-wrapper{background:#fdfbf7;border:1px solid #eaeaea;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:12px;font-size:28px;display:flex}.cat-clean .cat-icon-wrapper,.cat-food .cat-icon-wrapper,.cat-borrow .cat-icon-wrapper,.cat-info .cat-icon-wrapper,.cat-nearby .cat-icon-wrapper,.cat-med .cat-icon-wrapper{background:#fdfbf7;border-color:#f1e5c3}.cat-card-v2 .s-name{color:#001f3f;letter-spacing:.2px;font-size:13px;font-weight:700}.hotel-avatar{background:#fff;border:1px solid #d4af37;border-radius:10px;justify-content:center;align-items:center;width:45px;height:44px;padding:6px 12px;font-size:30px;display:flex;box-shadow:0 2px 8px #d4af3733}.welcome-text h4{color:#333;margin:0;font-size:15px}.welcome-text p{color:#555;margin:0;font-size:11px}.call-reception-btn{color:#333;cursor:pointer;background:#fffc;border:none;border-radius:20px;padding:8px 12px;font-weight:700;box-shadow:0 2px 5px #0000000d}.main-services-grid{grid-template-columns:repeat(3,1fr);gap:15px;padding:20px;display:grid}.service-box{cursor:pointer;border-radius:15px;flex-direction:column;justify-content:center;align-items:center;padding:15px 5px;transition:transform .2s;display:flex;box-shadow:0 2px 8px #0000000a}.service-box:active{transform:scale(.95)}.s-icon{margin-bottom:5px;font-size:28px}.s-name{color:#333;text-align:center;font-size:13px;font-weight:700}.s-en{color:#777;text-align:center;font-size:10px}.close-dashboard-btn{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:8px;margin:auto 20px 20px;padding:10px}.service-sub-view{flex-direction:column;height:100%;display:flex}.sub-header{background:#fff;border-bottom:1px solid #eee;align-items:center;padding:15px;display:flex}.sub-header h4{margin:0;font-size:16px}.cleaning-content{text-align:center;padding:20px}.btn-clean-now{color:#fff;background:#ffb200;border:none;border-radius:8px;width:100%;margin-bottom:20px;padding:15px;font-size:16px;font-weight:700}.divider{color:#999;margin-bottom:20px;font-size:12px}.schedule-box{background:#f9f9f9;border-radius:8px;padding:20px}.schedule-box input{border:1px solid #ccc;border-radius:5px;width:100%;margin:10px 0;padding:10px}.btn-schedule{color:#fff;background:#52c41a;border:none;border-radius:8px;width:100%;padding:12px;font-weight:700}.info-list{padding:15px}.info-card{background:#f0f7ff;border-left:4px solid #1890ff;border-radius:8px;align-items:flex-start;margin-bottom:10px;padding:15px;display:flex}.info-icon{object-fit:contain;width:30px;height:30px;margin-right:15px}.info-title{color:#333;margin-bottom:4px;font-size:15px;font-weight:700}.info-desc{color:#666;white-space:pre-wrap;font-size:13px}.main-services-grid-v2{grid-template-columns:repeat(2,1fr);gap:12px;padding:16px;display:grid}.cat-card-v2{text-align:center;cursor:pointer;background:#fff;border:1px solid #f0f0f0;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:16px;transition:all .2s;display:flex;box-shadow:0 2px 8px #0000000a}.cat-card-v2:hover{transform:translateY(-3px);box-shadow:0 6px 16px #00000014}.cat-icon-wrapper{border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:8px;font-size:28px;display:flex}.cat-clean .cat-icon-wrapper{background:#e6f4ff}.cat-food .cat-icon-wrapper{background:#fff1f0}.cat-borrow .cat-icon-wrapper{background:#f6ffed}.cat-info .cat-icon-wrapper{background:#fffbe6}.cat-nearby .cat-icon-wrapper{background:#f0f5ff}.cat-med .cat-icon-wrapper{background:#fff0f6}.cat-card-v2 .s-name{color:#333;font-size:13px;font-weight:600}.product-list-v2,.info-list-v2{flex-direction:column;gap:12px;padding:0 16px 16px;display:flex}.product-card-v2,.info-card-v2{background:#fff;border:1px solid #f0f0f0;border-radius:12px;align-items:center;padding:12px;display:flex;box-shadow:0 1px 4px #0000000d}.product-img-v2,.info-img-wrapper img{object-fit:cover;border:1px solid #eee;border-radius:8px;flex-shrink:0;width:60px;height:60px}.product-info-v2,.info-text-v2{flex-direction:column;flex-grow:1;justify-content:center;margin-left:12px;display:flex}.product-name-v2,.info-title-v2{color:#222;margin-bottom:4px;font-size:14px;font-weight:600}.product-unit-v2,.info-desc-v2{color:#888;font-size:12px}.product-action-v2{flex-direction:column;align-items:flex-end;margin-left:8px;display:flex}.product-price-v2{color:#f5222d;margin-bottom:8px;font-size:14px;font-weight:700}.price-free{color:#52c41a;background:#f6ffed;border-radius:4px;padding:2px 6px;font-size:12px;font-weight:600}.order-btn-v2{color:#fff;cursor:pointer;background:#ffb200;border:none;border-radius:20px;padding:6px 16px;font-size:12px;font-weight:600;transition:all .2s}.order-btn-v2:active{background:#cc9a26;transform:scale(.95)}.sub-header-v2{z-index:10;background:#fff;border-bottom:1px solid #f0f0f0;align-items:center;padding:16px;display:flex;position:sticky;top:0}.back-btn-v2{cursor:pointer;color:#333;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.back-btn-v2:hover{background:#f0f0f0}.sub-header-v2 h4{margin:0 0 0 8px;font-size:16px;font-weight:600}.empty-state{color:#888;flex-direction:column;justify-content:center;align-items:center;padding:40px 20px;display:flex}.empty-icon{opacity:.5;margin-bottom:12px;font-size:40px}.fade-in{animation:.3s ease-in-out fadeIn}.dashboard-view,.service-sub-view{flex-direction:column;height:100%;max-height:100vh;display:flex}.main-services-grid-v2{flex:1;grid-template-columns:repeat(2,1fr);gap:12px;padding:16px;display:grid;overflow-y:auto}.hotel7-modal-body{flex:1;overflow-y:auto}.close-dashboard-btn{color:#555;cursor:pointer;background-color:#f0f0f0;border:none;border-radius:12px;flex-shrink:0;margin:0 16px 16px;padding:12px;font-size:14px;font-weight:600;transition:all .2s}.close-dashboard-btn:hover{color:#333;background-color:#e4e4e4}.dynamic-img-icon{object-fit:contain;width:28px;height:28px;display:block}.dynamic-svg-icon{background-color:var(--hotel7-primary);width:28px;height:28px;-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.cat-food .dynamic-svg-icon{background-color:#ff4d4f}.cat-borrow .dynamic-svg-icon{background-color:#52c41a}.cat-info .dynamic-svg-icon{background-color:#1890ff}.cat-nearby .dynamic-svg-icon{background-color:#faad14}.cat-med .dynamic-svg-icon{background-color:#eb2f96}.hotel7-room-modal-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000;background:#000000a6;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.hotel7-room-modal-content{background:var(--hotel7-white,#fff);border-radius:var(--hotel7-radius,16px);text-align:center;width:85%;max-width:350px;box-shadow:var(--hotel7-shadow,0px 8px 24px #0003);padding:24px}.hotel7-room-modal-content h3{color:var(--hotel7-text-dark,#202124);margin:0;font-size:18px}.hotel7-room-input{box-sizing:border-box;text-align:center;border:1px solid #ccc;border-radius:8px;outline:none;width:100%;margin:16px 0;padding:12px 16px;font-size:16px;transition:all .3s}.hotel7-room-input:focus{border-color:var(--hotel7-primary,#c58c08);box-shadow:0 0 0 2px #c58c0833}.hotel7-room-btn{background:var(--hotel7-gradient,linear-gradient(135deg,#ffb200 0%,#cc9a26 100%));width:100%;color:var(--hotel7-white,#fff);cursor:pointer;border:none;border-radius:8px;padding:12px;font-size:16px;font-weight:600;transition:transform .2s,opacity .2s}.hotel7-room-btn:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.hotel7-room-btn:disabled{color:#a0a0a0;cursor:not-allowed;background:#e0e0e0}.hotel7-chat-wrapper{z-index:9999;position:relative}.hotel7-fullscreen-wrapper{background:var(--hotel7-bg,#f1f3f4);z-index:99999;flex-direction:column;width:100vw;height:90vh;display:flex;position:fixed;top:0;left:0;overflow:hidden}.hotel7-fullscreen-container{background:var(--hotel7-white,#fff);flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden;max-height:90vh!important;box-shadow:none!important;border-radius:0!important}
