._container_368ps_1{color:#fff;background:#0a0a0b;flex-direction:column;height:100vh;font-family:Inter,sans-serif;display:flex;position:relative;overflow:hidden}._header_368ps_12{-webkit-backdrop-filter:blur(20px);z-index:1001;background:#0f0f1ad9;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;width:100%;height:74px;padding:12px 20px;display:flex;position:fixed;top:0;left:0}._botProfile_368ps_29{align-items:center;gap:12px;display:flex}._botAvatar_368ps_35{background:linear-gradient(135deg,#7c3aed 0%,#a855f7 100%);border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;padding:8px;display:flex;overflow:hidden;box-shadow:0 4px 15px #7c3aed4d}._botAvatar_368ps_35 img{object-fit:contain;width:100%;height:100%}._botInfo_368ps_55{flex-direction:column;display:flex}._brandTitle_368ps_60{color:#fff;margin:0;font-size:17px;font-weight:700;line-height:1.2}._statusRow_368ps_68{align-items:center;gap:8px;margin-top:2px;display:flex}._onlineStatus_368ps_75{color:#10b981;align-items:center;gap:4px;font-size:11px;font-weight:600;display:flex}._statusDot_368ps_84{background:#10b981;border-radius:50%;width:6px;height:6px;box-shadow:0 0 8px #10b98180}._locationDivider_368ps_92{color:#fff3;font-size:10px}._locationInfo_368ps_97{color:#ffffff80;white-space:nowrap;text-overflow:ellipsis;max-width:180px;font-size:11px;font-weight:500;overflow:hidden}._backBtn_368ps_107{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;transition:all .2s;display:flex}._backBtn_368ps_107:active{background:#ffffff1a;transform:scale(.92)}._chatArea_368ps_127{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;gap:16px;margin-top:74px;margin-bottom:100px;padding:20px;display:flex;overflow-y:auto}._message_368ps_140{border-radius:20px;max-width:85%;padding:14px 18px;font-size:14px;line-height:1.5;position:relative;box-shadow:0 4px 15px #0000001a}._botMessage_368ps_150{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-bottom-left-radius:4px;align-self:flex-start}._userMessage_368ps_158{color:#fff;background:linear-gradient(135deg,#7c3aed 0%,#6366f1 100%);border-bottom-right-radius:4px;align-self:flex-end}._inputArea_368ps_165{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;background:#0f0f1af2;border-top:1px solid #ffffff0d;width:100%;padding:20px;transition:bottom .1s ease-out;position:fixed;bottom:0;left:0}._inputWrapper_368ps_178{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;align-items:center;gap:12px;padding:8px 8px 8px 16px;display:flex}._inputWrapper_368ps_178 input{color:#fff;background:0 0;border:none;outline:none;flex:1;font-size:14px}._sendBtn_368ps_197{color:#fff;cursor:pointer;background:#7c3aed;border:none;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}._sendBtn_368ps_197:hover{background:#6d28d9;transform:scale(1.05)}._sendBtn_368ps_197:disabled{opacity:.5;cursor:not-allowed}._chatFooter_368ps_221{justify-content:center;padding:10px 0;display:flex}._endChatPill_368ps_227{color:#ef4444;cursor:pointer;background:#ef44441a;border:1px solid #ef444433;border-radius:20px;align-items:center;gap:8px;padding:8px 16px;font-size:12px;font-weight:700;transition:all .3s;display:flex}._typing_368ps_242{color:#94a3b8;gap:4px;margin-bottom:8px;padding-left:20px;font-size:12px;display:flex}._typing_368ps_242 span{background:#94a3b8;border-radius:50%;width:4px;height:4px;animation:1.4s ease-in-out infinite both _bounce_368ps_1}@keyframes _bounce_368ps_1{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}._selectionRow_368ps_264{flex-wrap:wrap;gap:12px;margin-top:8px;display:flex}._langBtn_368ps_271{color:#fff;cursor:pointer;background:#7c3aed1a;border:1px solid #7c3aed4d;border-radius:14px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .3s}._langBtn_368ps_271:hover{background:#7c3aed;border-color:#7c3aed}._serviceGrid_368ps_288{grid-template-columns:repeat(3,1fr);gap:12px;width:100%;margin-top:10px;display:grid}._serviceItem_368ps_296{-webkit-backdrop-filter:blur(16px);cursor:pointer;background:linear-gradient(135deg,#ffffff14 0%,#ffffff08 100%);border:1px solid #ffffff1f;border-radius:20px;flex-direction:column;align-items:center;gap:10px;padding:16px 8px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 10px 30px #0003}._serviceItem_368ps_296:hover{background:#ffffff1a;border-color:#a855f766;transform:translateY(-4px)scale(1.02);box-shadow:0 15px 40px #7c3aed33}._serviceIcon_368ps_319{color:#fff;filter:drop-shadow(0 0 10px #a855f780);justify-content:center;align-items:center;font-size:26px;transition:all .3s;display:flex}._serviceItem_368ps_296:hover ._serviceIcon_368ps_319{color:#a855f7;filter:drop-shadow(0 0 15px #a855f7cc);transform:scale(1.1)}._serviceLabel_368ps_335{color:#ffffffe6;font-size:13px;font-weight:600;transition:all .3s}._serviceItem_368ps_296:hover ._serviceLabel_368ps_335{color:#fff}._successCard_368ps_346{text-align:center;background:#10b9810d;border-radius:24px;padding:40px 20px}._timePickerContainer_368ps_353{background:#ffffff08;border:1px solid #ffffff1a;border-radius:24px;width:100%;padding:20px}._pickerColumns_368ps_361{justify-content:space-between;gap:15px;height:200px;display:flex}._pickerOption_368ps_368{text-align:center;cursor:pointer;border-radius:12px;padding:10px}._pickerOptionActive_368ps_375{color:#fff;background:#7c3aed26;border:1px solid #7c3aed4d}
