.tcw-root{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:100%;overflow:hidden;font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif;color:#0f172a;--tcw-primary-50:#f0fdf4;--tcw-primary-100:#dcfce7;--tcw-primary-200:#bbf7d0;--tcw-primary-300:#86efac;--tcw-primary-400:#35c978;--tcw-primary-500:#00a14f;--tcw-primary-600:#008740;--tcw-primary-700:#006c33;--tcw-shadow-xs:0 1px 2px rgba(15,23,42,0.06);--tcw-shadow-sm:0 4px 10px rgba(15,23,42,0.08);--tcw-shadow-md:0 10px 24px rgba(15,23,42,0.10);--tcw-shadow-lg:0 22px 60px rgba(15,23,42,0.22);--tcw-shadow-primary:0 12px 24px rgba(0,161,79,0.22)}.tcw-root,.tcw-root *,.tcw-root :after,.tcw-root :before{box-sizing:border-box}.tcw-bg{display:none}.tcw-card{position:relative;z-index:1;display:flex;flex-direction:column;width:100%!important;max-width:1024px;height:100%!important;max-height:100%!important;margin:0!important;overflow:hidden;background:rgba(255,255,255,.45)!important;backdrop-filter:blur(24px)!important;-webkit-backdrop-filter:blur(24px)!important;border:none!important;border-radius:0!important;box-shadow:none!important;transition:max-width .25s ease}@media (min-width:640px){.tcw-card{margin:16px auto!important;border-radius:28px!important;max-height:calc(100% - 32px);height:auto!important;border:1px solid rgba(255,255,255,.6)!important;box-shadow:0 20px 50px rgba(15,23,42,.08)!important}}@media (min-width:768px){.tcw-card{margin:24px auto!important;border-radius:32px!important;max-height:calc(100% - 48px);height:auto!important;border:1px solid rgba(255,255,255,.6)!important;box-shadow:0 20px 50px rgba(15,23,42,.08)!important}}.tcw-header{display:flex;align-items:center;gap:12px;padding:12px 16px;flex-shrink:0;background:rgba(255,255,255,.35)!important;border-bottom:1px solid rgba(255,255,255,.3)!important}@media (min-width:640px){.tcw-header{padding:16px 24px}}@media (min-width:768px){.tcw-header{padding:16px 28px}}.tcw-card--chat .tcw-header{border-bottom:1px solid rgba(255,255,255,.3)!important}.tcw-avatar{display:flex;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0;border-radius:50%;border:1px solid rgba(187,247,208,.9);background:linear-gradient(145deg,var(--tcw-primary-50),var(--tcw-primary-100));color:var(--tcw-primary-600);box-shadow:0 8px 18px rgba(0,161,79,.14)}@media (min-width:640px){.tcw-avatar{width:44px;height:44px}}.tcw-header-text{min-width:0;text-align:left}.tcw-header-title{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.tcw-header-title h2{margin:0;font-size:16px;font-weight:700;line-height:1.3;color:#0f172a}@media (min-width:640px){.tcw-header-title h2{font-size:18px}}@media (min-width:768px){.tcw-header-title h2{font-size:20px}}.tcw-badge{display:inline-block;padding:4px 10px;font-size:12px;font-weight:700;line-height:1;color:var(--tcw-primary-500);background:var(--tcw-primary-100);border-radius:9999px}.tcw-header-sub{margin:4px 0 0;font-size:12px;font-weight:500;color:#94a3b8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (min-width:640px){.tcw-header-sub{font-size:14px}}@media (min-width:768px){.tcw-header-sub{font-size:16px}}.tcw-card-body{flex-shrink:0;border-top:1px solid rgba(255,255,255,.3)!important;padding:12px 12px 10px;background:rgba(255,255,255,.25)!important}@media (min-width:640px){.tcw-card-body{padding:16px 20px 10px}}.tcw-card--chat .tcw-card-body{background:rgba(255,255,255,.25)!important}.tcw-footer{flex-shrink:0;border-top:0;padding:0 16px 14px;text-align:center;font-size:12px;font-weight:500;color:#8fa0b7;background:transparent!important}@media (min-width:640px){.tcw-footer{padding:0 20px 16px;font-size:13px}}.tcw-card--chat .tcw-footer{background:transparent!important}.tcw-input-wrap{width:100%;min-width:0}.tcw-input-box{display:flex;align-items:center;gap:14px;min-height:58px;max-height:132px;padding:7px 8px 7px 20px;border:1px solid #e7edf3;border-radius:999px;background:#ffffff;box-shadow:0 12px 28px rgba(15,23,42,.06),inset 0 1px 0 rgba(255,255,255,.86);transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.tcw-input-box:focus-within{border-color:var(--tcw-primary-400);background:#ffffff;box-shadow:0 16px 34px rgba(15,23,42,.08),0 0 0 4px rgba(0,161,79,.08)}@media (min-width:640px){.tcw-input-box{min-height:62px;padding:8px 9px 8px 22px}}.tcw-textarea{flex:1;min-width:0;height:24px;min-height:24px;margin:0;padding:0;resize:none;border:none;outline:none;background:transparent;font-family:inherit;font-size:15px;font-weight:500;color:#1f2937;line-height:24px;overflow-y:auto}.tcw-textarea::placeholder{color:#9aa8ba;font-weight:400}@media (min-width:768px){.tcw-textarea{font-size:16px}}.tcw-submit{display:flex;align-items:center;justify-content:center;width:42px;height:42px;aspect-ratio:1;padding:0;border:none;border-radius:999px;background:linear-gradient(135deg,var(--tcw-primary-500),var(--tcw-primary-600));color:#ffffff;cursor:pointer;flex-shrink:0;box-shadow:inset 0 1px 0 rgba(255,255,255,.24),0 12px 22px rgba(0,161,79,.24);transition:transform .18s ease,box-shadow .18s ease,background .18s ease,opacity .18s ease}.tcw-submit:hover:not(:disabled){background:linear-gradient(135deg,var(--tcw-primary-400),var(--tcw-primary-600));transform:translateY(-1px);box-shadow:inset 0 1px 0 rgba(255,255,255,.28),0 16px 28px rgba(0,161,79,.28)}.tcw-submit:active:not(:disabled){transform:translateY(0) scale(.96)}.tcw-submit:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.tcw-submit-icon{display:block;width:19px;height:19px;stroke:currentColor;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;transform:translateX(1px)}@media (min-width:640px){.tcw-submit{width:44px;height:44px}}.tcw-spinner{animation:tcw-spin .8s linear infinite}@keyframes tcw-fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes tcw-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.tcw-welcome{flex:1;padding:24px 16px;overflow-y:auto;overflow-x:hidden;background:transparent!important}@media (min-width:640px){.tcw-welcome{padding:32px 24px}}@media (min-width:768px){.tcw-welcome{padding:40px 32px}}.tcw-welcome-header{text-align:center;margin-bottom:24px;animation:tcw-fade-up .5s ease-out forwards}.tcw-welcome-icon{font-size:28px;display:block;margin-bottom:8px;animation:tcw-float 3s ease-in-out infinite}.tcw-welcome-header h3{font-size:20px;font-weight:800;background:linear-gradient(135deg,var(--tcw-primary-600),#0ea5e9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:0 0 8px}.tcw-welcome-header p{font-size:14px;color:#6b7280;margin:0}.tcw-suggestions{display:grid;grid-template-columns:1fr;gap:12px;max-width:600px;margin:0 auto}@media (min-width:640px){.tcw-suggestions{grid-template-columns:repeat(2,1fr);gap:16px}}.tcw-suggest-card{display:flex;align-items:center;gap:12px;padding:14px 15px;background:#ffffff;border:1px solid rgba(226,232,240,.86);border-radius:14px;cursor:pointer;text-align:left;transition:all .2s cubic-bezier(.16,1,.3,1);box-shadow:0 8px 18px rgba(15,23,42,.04);opacity:0;animation:tcw-fade-up .4s ease-out forwards}.tcw-suggest-card:hover:not(:disabled){background:#ffffff;border-color:var(--tcw-primary-200);transform:translateY(-3px);box-shadow:0 14px 30px rgba(0,161,79,.1)}.tcw-suggest-card:disabled{opacity:.6;cursor:not-allowed}.tcw-suggest-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:linear-gradient(145deg,#ffffff,var(--tcw-primary-50));box-shadow:inset 0 0 0 1px rgba(187,247,208,.72);font-size:18px;flex-shrink:0;transition:transform .2s}.tcw-suggest-card:hover .tcw-suggest-icon{transform:scale(1.08) rotate(-5deg)}.tcw-suggest-text{font-size:13.5px;font-weight:600;color:#334155;line-height:1.3}.tcw-suggest-card:hover .tcw-suggest-text{color:var(--tcw-primary-600)}.tcw-card--chat{height:100%;max-height:100%;min-height:0}.tcw-messages{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:28px 12px 34px;scroll-behavior:auto;background:transparent!important}@media (min-width:640px){.tcw-messages{padding:34px 22px 42px}}@media (min-width:768px){.tcw-messages{padding:40px 28px 50px}}.tcw-messages-inner{width:100%;max-width:1120px;margin:0 auto;display:flex;flex-direction:column;gap:20px}@media (min-width:768px){.tcw-messages-inner{gap:26px}}.tcw-bot{display:flex;align-items:flex-start;gap:10px;width:100%;min-width:0;max-width:100%;animation:tcw-msg-in .32s cubic-bezier(.16,1,.3,1)}@media (min-width:768px){.tcw-bot{gap:12px}}.tcw-bot-avatar-wrap{position:relative;flex-shrink:0;width:32px;height:32px;margin-top:3px}@media (min-width:768px){.tcw-bot-avatar-wrap{width:36px;height:36px}}.tcw-bot-avatar{width:100%;height:100%;border-radius:50%;object-fit:cover;background:var(--tcw-primary-100);border:2px solid #ffffff;box-shadow:0 6px 14px rgba(15,23,42,.1)}.tcw-bot-avatar-fallback{position:absolute;inset:0;display:none;align-items:center;justify-content:center;border-radius:50%;background:var(--tcw-primary-100);color:var(--tcw-primary-500)}.tcw-bot-main{display:flex;flex-direction:column;align-items:flex-start;min-width:0;max-width:85%;gap:7px}@media (min-width:768px){.tcw-bot-main{max-width:80%}}.tcw-bot-name{font-size:12px;font-weight:600;color:#64748b;letter-spacing:.01em;padding-left:14px;line-height:1}.tcw-bot-bubble{position:relative;max-width:100%;padding:12px 16px;border-radius:18px 18px 18px 6px;background:#ffffff;border:1px solid rgba(226,232,240,.92);box-shadow:0 8px 20px rgba(15,23,42,.05)}@media (min-width:768px){.tcw-bot-bubble{padding:14px 18px}}.tcw-bot-body{min-width:0;color:#1f2937;word-break:break-word;overflow-wrap:anywhere}.tcw-bot-body,.tcw-bot-body .tcw-markdown{max-width:100%}.tcw-human{display:flex;align-items:flex-start;justify-content:flex-end;gap:10px;width:100%;min-width:0;animation:tcw-msg-in .32s cubic-bezier(.16,1,.3,1)}.tcw-human-bubble{position:relative;max-width:78%;min-width:40px;padding:11px 16px;border-radius:18px 18px 6px 18px;background:linear-gradient(135deg,var(--tcw-primary-500) 0,var(--tcw-primary-600) 100%);color:#ffffff;font-size:15px;line-height:1.55;text-align:left;box-shadow:var(--tcw-shadow-primary)}@media (min-width:768px){.tcw-human-bubble{max-width:70%;padding:12px 18px;font-size:16px}}.tcw-human-bubble p{margin:0;white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere}.tcw-human-avatar-wrap{position:relative;flex-shrink:0;width:32px;min-width:32px;height:32px;margin-top:3px}@media (min-width:768px){.tcw-human-avatar-wrap{width:36px;min-width:36px;height:36px}}.tcw-human-avatar{object-fit:cover;background:#f1f5f9}.tcw-human-avatar,.tcw-human-avatar-fallback{width:100%;height:100%;border-radius:50%;border:2px solid #ffffff;box-shadow:0 6px 14px rgba(15,23,42,.1)}.tcw-human-avatar-fallback{background:var(--tcw-primary-100);color:var(--tcw-primary-600);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;line-height:1;letter-spacing:.5px;text-transform:uppercase;flex-shrink:0}.tcw-stream-dots{display:inline-flex;align-items:center;gap:4px;height:18px;width:fit-content}.tcw-stream-dots span{width:6px;height:6px;border-radius:50%;background:var(--tcw-primary-500);opacity:.4;animation:tcw-bounce 1.4s ease-in-out infinite}.tcw-stream-dots span:nth-child(2){animation-delay:.18s}.tcw-stream-dots span:nth-child(3){animation-delay:.36s}@keyframes tcw-msg-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes tcw-bounce{0%,70%,to{transform:translateY(0);opacity:.4}35%{transform:translateY(-4px);opacity:1}}.tcw-markdown{width:100%;max-width:100%;color:#1f2937;font-size:15px;line-height:1.6}.tcw-markdown>:first-child{margin-top:0}.tcw-markdown>:last-child{margin-bottom:0}.tcw-md-p{margin:0 0 10px}.tcw-md-p:last-child{margin-bottom:0}.tcw-md-h1{font-size:19px;margin:18px 0 10px}.tcw-md-h1,.tcw-md-h2{font-weight:700;line-height:1.3}.tcw-md-h2{font-size:17px;margin:16px 0 8px}.tcw-md-h3{font-size:15px;font-weight:700;margin:14px 0 8px;line-height:1.3}.tcw-md-ul{list-style:disc;padding-left:20px;margin:6px 0 10px}.tcw-md-ol{list-style:decimal;padding-left:22px;margin:6px 0 10px}.tcw-md-li{margin-bottom:4px;padding-left:2px}.tcw-md-li:last-child{margin-bottom:0}.tcw-md-li::marker{color:var(--tcw-primary-500);font-weight:600}.tcw-md-a{color:var(--tcw-primary-500);text-decoration:none;font-weight:500;border-bottom:1px solid transparent;transition:border-color .15s}.tcw-md-a:hover{border-bottom-color:var(--tcw-primary-500)}.tcw-md-blockquote{border-left:3px solid var(--tcw-primary-200);background:var(--tcw-primary-50);padding:8px 14px;border-radius:0 8px 8px 0;margin:10px 0;color:#4b5563;font-style:normal}.tcw-md-table-wrap{overflow-x:auto;margin:12px 0;border:1px solid #e5e7eb;border-radius:8px}.tcw-md-table{min-width:100%;border-collapse:collapse}.tcw-md-thead{background:#f9fafb}.tcw-md-tr{border-bottom:1px solid #f1f5f9}.tcw-md-tr:last-child{border-bottom:0}.tcw-md-th{padding:8px 14px;text-align:left;font-weight:600;font-size:13px;color:#374151}.tcw-md-td{padding:8px 14px;font-size:14px}.tcw-md-hr{margin:16px 0;border:0;border-top:1px solid #e5e7eb}.tcw-md-img{display:block;max-width:100%;height:auto;max-height:280px;margin:12px 0;border-radius:12px;object-fit:cover;border:1px solid rgba(0,0,0,.06);box-shadow:0 4px 12px rgba(15,23,42,.06);transition:transform .22s cubic-bezier(.16,1,.3,1),box-shadow .22s cubic-bezier(.16,1,.3,1)}.tcw-md-img:hover{transform:scale(1.015);box-shadow:0 10px 22px rgba(15,23,42,.1);cursor:zoom-in}.tcw-md-pre{max-width:100%;margin:10px 0;padding:14px;border-radius:10px;background:#1f2937;color:#f3f4f6;font-size:13px;line-height:1.5;overflow-x:auto;white-space:pre}.tcw-md-pre code{background:transparent;color:inherit;padding:0}.tcw-md-code-inline{background:#f1f5f9;color:#1f2937;border-radius:5px;padding:1px 6px;font-size:.88em;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}@keyframes tcw-pulse-bg{0%{opacity:.7;transform:scale(.998)}50%{opacity:1;transform:scale(1)}to{opacity:.7;transform:scale(.998)}}.tcw-form-placeholder{display:flex;align-items:flex-start;gap:12px;margin:12px 0;padding:14px 16px;border:1px dashed var(--tcw-primary-200);background:var(--tcw-primary-50);border-radius:12px;animation:tcw-pulse-bg 1.8s ease-in-out infinite}.tcw-form-placeholder__icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:var(--tcw-primary-100);color:var(--tcw-primary-500);flex-shrink:0}.tcw-form-placeholder__text{display:flex;flex-direction:column;gap:2px;font-size:14px;line-height:1.5;color:#1f2937}.tcw-form-placeholder__text strong{color:var(--tcw-primary-600);font-weight:600}.tcw-messages{scrollbar-width:thin;scrollbar-color:var(--tcw-primary-500) transparent}.tcw-messages::-webkit-scrollbar{width:3px;height:3px}.tcw-messages::-webkit-scrollbar-track{background:transparent}.tcw-messages::-webkit-scrollbar-thumb{border-radius:999px}.tcw-messages::-webkit-scrollbar-thumb,.tcw-messages::-webkit-scrollbar-thumb:hover{background-color:var(--tcw-primary-500)}@keyframes tcw-form-slide-up{0%{transform:translateY(12px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes tcw-form-check{0%{transform:scale(0) rotate(-45deg);opacity:0}70%{transform:scale(1.1)}to{transform:scale(1) rotate(0);opacity:1}}@keyframes tcw-form-pulse{0%,to{box-shadow:0 0 0 0 rgba(0,161,79,.2)}50%{box-shadow:0 0 0 6px rgba(0,161,79,0)}}@keyframes tcw-form-fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes tcw-form-float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-3px) rotate(2deg)}}@keyframes tcw-form-blob-1{0%,to{transform:translate(0) scale(1)}50%{transform:translate(8px,-4px) scale(1.08)}}@keyframes tcw-form-blob-2{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-6px,4px) scale(.95)}}@keyframes tcw-form-sparkle{0%,to{opacity:.4;transform:scale(.9)}50%{opacity:1;transform:scale(1.1)}}@keyframes tcw-form-confetti{0%{transform:translateY(-6px) rotate(0deg);opacity:0}20%{opacity:1}to{transform:translateY(40px) rotate(1turn);opacity:0}}@keyframes tcw-form-fly{0%{transform:translate(0) rotate(-8deg);opacity:0}15%{opacity:.7}85%{opacity:.7}to{transform:translate(110%,-30px) rotate(-12deg);opacity:0}}@keyframes tcw-form-cloud{0%{transform:translateX(0)}to{transform:translateX(-12px)}}@keyframes tcw-form-twinkle{0%,to{opacity:.2;transform:scale(.8)}50%{opacity:.9;transform:scale(1.15)}}@keyframes tcw-form-drift{0%,to{transform:translateY(0) translateX(0)}33%{transform:translateY(-4px) translateX(2px)}66%{transform:translateY(2px) translateX(-2px)}}.tcw-form{position:relative;background:#ffffff;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 10px 25px -5px rgba(15,23,42,.12),0 4px 10px -2px rgba(15,23,42,.06);font-family:Inter,system-ui,-apple-system,sans-serif;width:100%;max-width:100%;margin:20px auto;min-width:0;overflow:visible;animation:tcw-modal-in .55s cubic-bezier(.16,1,.3,1) both;transform-origin:50% 100%;perspective:800px;--tcw-primary-50:#f0fdf4;--tcw-primary-100:#dcfce7;--tcw-primary-200:#bbf7d0;--tcw-primary-300:#86efac;--tcw-primary-400:#35c978;--tcw-primary-500:#00a14f;--tcw-primary-600:#008740;--tcw-primary-700:#006c33}.tcw-form,.tcw-form *,.tcw-form :after,.tcw-form :before{box-sizing:border-box}.tcw-bot-main--wide,.tcw-bot-main:has(.tcw-booking-card),.tcw-bot-main:has(.tcw-form),.tcw-bot-main:has(.tcw-form-placeholder),.tcw-bot-main:has(.tcw-form__success),.tcw-bot-main:has(.tcw-hotel-results),.tcw-bot-main:has(.tcw-payment-card),.tcw-bot-main:has(.tcw-room-results){width:100%!important;max-width:100%!important}.tcw-bot-body--wide,.tcw-bot-body:has(.tcw-booking-card),.tcw-bot-body:has(.tcw-form),.tcw-bot-body:has(.tcw-form-placeholder),.tcw-bot-body:has(.tcw-form__success),.tcw-bot-body:has(.tcw-hotel-results),.tcw-bot-body:has(.tcw-payment-card),.tcw-bot-body:has(.tcw-room-results),.tcw-bot-bubble--wide,.tcw-bot-bubble:has(.tcw-booking-card),.tcw-bot-bubble:has(.tcw-form),.tcw-bot-bubble:has(.tcw-form-placeholder),.tcw-bot-bubble:has(.tcw-form__success),.tcw-bot-bubble:has(.tcw-hotel-results),.tcw-bot-bubble:has(.tcw-payment-card),.tcw-bot-bubble:has(.tcw-room-results){width:100%!important;max-width:100%!important}.tcw-form:before{content:"";position:absolute;inset:0;pointer-events:none;z-index:0;background:radial-gradient(circle 1.5px at 6% 12%,rgba(0,161,79,.25) 100%,transparent),radial-gradient(circle 1.5px at 95% 88%,rgba(0,161,79,.2) 100%,transparent);animation:tcw-form-twinkle 3s ease-in-out infinite}.tcw-form__header{display:flex;align-items:center;gap:14px;padding:22px 52px 20px 20px;background:radial-gradient(circle at 90% 0,rgba(0,161,79,.1) 0,transparent 60%),radial-gradient(circle at 10% 100%,rgba(53,201,120,.08) 0,transparent 60%),linear-gradient(90deg,#f0fdf4 0,#e6f9ed);color:#0f172a;position:relative;border-bottom:1px solid rgba(220,252,231,.8);overflow:hidden;border-top-left-radius:15px;border-top-right-radius:15px}.tcw-form__header:after,.tcw-form__header:before{content:"";position:absolute;border-radius:50%;pointer-events:none;filter:blur(18px);z-index:0}.tcw-form__header:before{width:90px;height:90px;background:radial-gradient(circle,rgba(0,161,79,.22),transparent 70%);top:-30px;right:-20px;animation:tcw-form-blob-1 8s ease-in-out infinite}.tcw-form__header:after{width:70px;height:70px;background:radial-gradient(circle,rgba(53,201,120,.18),transparent 70%);bottom:-25px;left:30%;animation:tcw-form-blob-2 10s ease-in-out infinite}.tcw-form__header>div:not(.tcw-form__header-icon){position:relative;z-index:1;flex:1;min-width:0}.tcw-form__header-icon{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:14px;background:linear-gradient(145deg,#ffffff,#f0fdf4);color:var(--tcw-primary-600);flex-shrink:0;box-shadow:0 0 0 1px rgba(0,161,79,.12),inset 0 1px 0 rgba(255,255,255,1),inset 0 -2px 4px rgba(0,161,79,.06),0 4px 12px -2px rgba(0,161,79,.18),0 8px 20px -4px rgba(0,161,79,.12);animation:tcw-form-float 4s ease-in-out infinite;transform-style:preserve-3d}.tcw-form__header-icon:before{content:"";position:absolute;top:4px;left:4px;right:4px;height:40%;border-radius:10px 10px 50% 50%;background:linear-gradient(180deg,rgba(255,255,255,.6),transparent);pointer-events:none}.tcw-form__header-icon:after{content:"";position:absolute;width:6px;height:6px;top:-3px;right:-3px;border-radius:50%;background:#fbbf24;box-shadow:0 0 8px rgba(251,191,36,.6),inset 0 -1px 1px rgba(245,158,11,.6);animation:tcw-form-sparkle 2.5s ease-in-out infinite}.tcw-form__header-icon svg{width:24px;height:24px;stroke:currentColor;stroke-width:2.2;fill:none;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 1px 1px rgba(0,161,79,.15));position:relative;z-index:1}.tcw-form__title{margin:0;font-size:16px;font-weight:700;color:#0f172a;line-height:1.4;letter-spacing:-.2px}.tcw-form__subtitle{margin:3px 0 0;font-size:12px;font-weight:500;color:#64748b;line-height:1.4}.tcw-form__body{padding:22px 20px;display:flex;flex-wrap:wrap;gap:16px;position:relative;z-index:1;background:radial-gradient(circle at 100% 100%,rgba(0,161,79,.03) 0,transparent 40%),#ffffff;border-bottom-left-radius:15px;border-bottom-right-radius:15px}.tcw-form__body:before{content:"";position:absolute;inset:0;pointer-events:none;z-index:0;opacity:.4;background-image:radial-gradient(circle,rgba(0,161,79,.07) 1px,transparent 0);background-size:20px 20px;-webkit-mask-image:radial-gradient(ellipse at 50% 50%,black 25%,transparent 80%);mask-image:radial-gradient(ellipse at 50% 50%,black 25%,transparent 80%)}.tcw-form__body>*{position:relative;z-index:1}.tcw-form__step{display:inline-flex;align-items:center;gap:6px;font-size:10.5px;font-weight:700;color:var(--tcw-primary-700);text-transform:uppercase;letter-spacing:.6px;padding:5px 11px;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-radius:999px;width:fit-content;border:1px solid rgba(0,161,79,.18);box-shadow:inset 0 1px 0 rgba(255,255,255,.8),0 1px 2px rgba(0,161,79,.08);margin-bottom:2px;animation:tcw-form-fade-in .25s ease-out}.tcw-form__step-dot{width:6px;height:6px;border-radius:50%;background:var(--tcw-primary-500);box-shadow:0 0 0 2px rgba(0,161,79,.18);animation:tcw-form-pulse 2s ease-in-out infinite}.tcw-form__group{display:flex;flex-direction:column;gap:6px;animation:tcw-form-fade-in .3s ease-out;width:100%;min-width:260px;flex:1 1 260px}.tcw-form__group--full{width:100%!important;min-width:100%!important;flex:1 1 100%!important}@media (min-width:480px){.tcw-form__group{width:calc((100% - 16px) / 2)}}@media (min-width:680px){.tcw-form__group{width:calc((100% - 32px) / 3)}}.tcw-form__label{font-size:11px;font-weight:700;color:#475569;letter-spacing:.4px;text-transform:uppercase;margin-left:2px;display:inline-flex;align-items:center;gap:4px}.tcw-form__input-wrap{position:relative;display:flex;align-items:center}.tcw-form__input-icon{position:absolute;left:13px;display:flex;align-items:center;justify-content:center;width:18px;height:18px;pointer-events:none;z-index:2;color:#94a3b8;transition:color .2s ease,transform .2s ease}.tcw-form__input-icon svg{width:16px;height:16px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.tcw-form__input{width:100%;padding:11px 14px 11px 38px;font-size:13px;font-weight:500;font-family:inherit;border:1.5px solid #e2e8f0;border-radius:12px;outline:none;background:linear-gradient(180deg,#fafbfc,#ffffff);color:#0f172a;transition:all .2s cubic-bezier(.4,0,.2,1);box-sizing:border-box;box-shadow:inset 0 1px 2px rgba(15,23,42,.04),0 1px 0 rgba(255,255,255,.6)}.tcw-form__input::placeholder{color:#a1adba;font-weight:400}.tcw-form__input:hover:not(:disabled):not(:focus){border-color:#cbd5e1;background:#ffffff}.tcw-form__input:focus{border-color:var(--tcw-primary-500);background:#ffffff;box-shadow:0 0 0 4px rgba(0,161,79,.1),inset 0 1px 2px rgba(15,23,42,.02),0 4px 8px -2px rgba(0,161,79,.08)}.tcw-form__input-wrap:focus-within .tcw-form__input-icon,.tcw-form__input:focus~.tcw-form__input-icon{color:var(--tcw-primary-500);transform:scale(1.05)}.tcw-form__input:disabled{opacity:.6;cursor:not-allowed;background:#f8fafc;box-shadow:none}.tcw-form__textarea{resize:vertical;min-height:72px;line-height:1.5}.tcw-form__btn-primary{position:relative;display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:13px 20px;font-size:13px;font-weight:700;letter-spacing:.2px;font-family:inherit;color:#ffffff;background:linear-gradient(180deg,rgba(255,255,255,.18) 0,transparent 50%),linear-gradient(135deg,var(--tcw-primary-500) 0,var(--tcw-primary-600) 100%);border:none;border-radius:12px;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);overflow:hidden;box-shadow:inset 0 1px 0 rgba(255,255,255,.25),inset 0 -2px 0 rgba(0,0,0,.08),0 1px 2px rgba(0,161,79,.2),0 4px 12px -2px rgba(0,161,79,.35),0 8px 20px -6px rgba(0,161,79,.25)}.tcw-form__btn-primary:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transform:translateX(-100%);transition:transform .6s ease}.tcw-form__btn-primary:hover:not(:disabled){box-shadow:inset 0 1px 0 rgba(255,255,255,.3),inset 0 -2px 0 rgba(0,0,0,.08),0 2px 4px rgba(0,161,79,.22),0 8px 20px -2px rgba(0,161,79,.4),0 14px 28px -8px rgba(0,161,79,.3);filter:brightness(1.05)}.tcw-form__btn-primary:hover:not(:disabled):before{transform:translateX(100%)}.tcw-form__btn-primary:active:not(:disabled){box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,161,79,.2);filter:brightness(.98)}.tcw-form__btn-primary:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;background:#94a3b8}.tcw-form__btn-primary svg{width:16px;height:16px;stroke:currentColor;stroke-width:2.4;fill:none;filter:drop-shadow(0 1px 1px rgba(0,0,0,.15))}.tcw-form__btn-primary svg,.tcw-form__btn-primary>*{position:relative;z-index:1}.tcw-form__btn-secondary{display:flex;align-items:center;justify-content:center;gap:6px;flex:1;padding:12px 16px;font-size:12.5px;font-weight:700;font-family:inherit;color:#475569;background:linear-gradient(180deg,#ffffff,#f8fafc);border:1.5px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:inset 0 1px 0 rgba(255,255,255,1),0 1px 2px rgba(15,23,42,.04)}.tcw-form__btn-secondary:hover:not(:disabled){background:#ffffff;color:#0f172a;border-color:#cbd5e1;box-shadow:inset 0 1px 0 rgba(255,255,255,1),0 2px 8px -2px rgba(15,23,42,.08)}.tcw-form__btn-secondary:active:not(:disabled){background:#f1f5f9;box-shadow:inset 0 1px 2px rgba(15,23,42,.06)}.tcw-form__btn-secondary:disabled{opacity:.5;cursor:not-allowed}.tcw-form__btn-secondary svg{width:15px;height:15px;stroke:currentColor;stroke-width:2.2;fill:none}.tcw-form__btn-group{display:flex;gap:10px;margin-top:6px}.tcw-form__service-list{display:flex;flex-direction:column;gap:8px}.tcw-form__service-card{position:relative;display:flex;align-items:center;justify-content:space-between;padding:13px 14px;border:1.5px solid #e2e8f0;border-radius:12px;background:linear-gradient(180deg,#ffffff,#fafbfc);cursor:pointer;font-family:inherit;font-size:13px;font-weight:600;color:#334155;text-align:left;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease,color .2s ease;box-shadow:inset 0 1px 0 rgba(255,255,255,1),0 1px 2px rgba(15,23,42,.03)}.tcw-form__service-card:hover:not(:disabled){border-color:var(--tcw-primary-300);background:linear-gradient(180deg,#ffffff,#f0fdf4);box-shadow:inset 0 1px 0 rgba(255,255,255,1),0 2px 8px -2px rgba(0,161,79,.1)}.tcw-form__service-card--active{border-color:var(--tcw-primary-500)!important;background:linear-gradient(135deg,#f0fdf4,#ffffff 60%,#ecfdf5)!important;color:var(--tcw-primary-700);box-shadow:inset 0 1px 0 rgba(255,255,255,1),0 0 0 3px rgba(0,161,79,.1),0 4px 12px -4px rgba(0,161,79,.15)}.tcw-form__service-card--disabled{opacity:.45;cursor:not-allowed!important}.tcw-form__service-name{flex:1;font-weight:700}.tcw-form__service-check{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:linear-gradient(135deg,var(--tcw-primary-400),var(--tcw-primary-600));color:#ffffff;flex-shrink:0;box-shadow:inset 0 1px 0 rgba(255,255,255,.3),0 2px 6px rgba(0,161,79,.4);animation:tcw-form-check .3s ease-out both}.tcw-form__service-check svg{width:12px;height:12px;stroke:currentColor;stroke-width:3.5;fill:none;filter:drop-shadow(0 1px 1px rgba(0,0,0,.15))}.tcw-form__sold-out{font-size:10px;font-weight:800;padding:3px 8px;border-radius:999px;background:linear-gradient(135deg,#fef2f2,#fee2e2);color:#dc2626;white-space:nowrap;letter-spacing:.3px;text-transform:uppercase;border:1px solid rgba(220,38,38,.15)}.tcw-form__rate-section{padding:14px 16px;background:radial-gradient(circle at 100% 0,rgba(0,161,79,.04) 0,transparent 60%),linear-gradient(180deg,#fafbfc,#f8fafc);border-radius:14px;border:1px solid #e2e8f0;display:flex;flex-direction:column;gap:10px;box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}.tcw-form__rate-title{font-size:11px;font-weight:800;color:#475569;letter-spacing:.5px;text-transform:uppercase;border-bottom:1px dashed #cbd5e1;padding-bottom:8px}.tcw-form__rate-row{display:flex;align-items:center;justify-content:space-between;padding:4px 0;gap:10px}.tcw-form__rate-row+.tcw-form__rate-row{border-top:1px dashed #e2e8f0;padding-top:10px}.tcw-form__rate-info{flex:1;min-width:0}.tcw-form__rate-name{font-size:13px;font-weight:700;color:#0f172a}.tcw-form__rate-desc{font-size:11px;color:#94a3b8;margin-top:2px;font-weight:500}.tcw-form__rate-right{display:flex;align-items:center;gap:12px;flex-shrink:0}.tcw-form__rate-controls{display:inline-flex;align-items:center;border:1.5px solid #e2e8f0;border-radius:10px;overflow:hidden;background:#ffffff;box-shadow:inset 0 1px 0 rgba(255,255,255,1),0 1px 2px rgba(15,23,42,.04)}.tcw-form__rate-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;cursor:pointer;font-size:15px;font-weight:700;color:var(--tcw-primary-600);transition:all .15s ease;font-family:inherit}.tcw-form__rate-btn:hover{background:var(--tcw-primary-50);color:var(--tcw-primary-700)}.tcw-form__rate-btn:active{background:var(--tcw-primary-100);transform:scale(.92)}.tcw-form__rate-count{min-width:28px;text-align:center;font-size:13px;font-weight:800;color:#0f172a;border-left:1.5px solid #e2e8f0;border-right:1.5px solid #e2e8f0;line-height:28px;background:linear-gradient(180deg,#fafbfc,#ffffff)}.tcw-form__rate-price{min-width:76px;text-align:right;font-size:13px;font-weight:800;color:var(--tcw-primary-700);letter-spacing:-.2px}.tcw-form__pricing{width:100%;padding:14px 16px;background:radial-gradient(circle at 0 100%,rgba(0,161,79,.06) 0,transparent 50%),linear-gradient(180deg,#fafbfc,#f0fdf4);border-radius:14px;border:1px solid rgba(0,161,79,.12);display:flex;flex-direction:column;gap:6px;box-shadow:inset 0 1px 0 rgba(255,255,255,1),0 4px 12px -4px rgba(0,161,79,.06)}.tcw-form__pricing-row{display:flex;justify-content:space-between;align-items:center;font-size:12.5px}.tcw-form__pricing-label{color:#64748b;font-weight:600}.tcw-form__pricing-value{font-weight:700;color:#0f172a}.tcw-form__pricing-row--discount .tcw-form__pricing-label,.tcw-form__pricing-row--discount .tcw-form__pricing-value{color:var(--tcw-primary-600);font-weight:700}.tcw-form__pricing-row--total{border-top:1.5px dashed rgba(0,161,79,.25);padding-top:10px;margin-top:4px}.tcw-form__pricing-row--total .tcw-form__pricing-label{font-weight:800;color:#0f172a;text-transform:uppercase;font-size:11px;letter-spacing:.5px}.tcw-form__pricing-row--total .tcw-form__pricing-value{font-size:16px;font-weight:800;background:linear-gradient(135deg,var(--tcw-primary-500) 0,var(--tcw-primary-700) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.3px}.tcw-form__promo{display:flex;flex-direction:column;gap:6px}.tcw-form__promo-row{display:flex;gap:8px}.tcw-form__promo-input{flex:1;padding:10px 12px;font-size:12px;font-weight:600;letter-spacing:.5px;font-family:inherit;border:1.5px solid #e2e8f0;border-radius:10px;background:linear-gradient(180deg,#fafbfc,#ffffff);outline:none;color:#0f172a;transition:all .2s ease;box-sizing:border-box;text-transform:uppercase}.tcw-form__promo-input:focus{border-color:var(--tcw-primary-500);box-shadow:0 0 0 3px rgba(0,161,79,.1)}.tcw-form__promo-input:disabled{opacity:.5;background:#f8fafc}.tcw-form__promo-apply{padding:10px 14px;font-size:12px;font-weight:700;font-family:inherit;color:var(--tcw-primary-700);background:linear-gradient(180deg,#f0fdf4,#dcfce7);border:1.5px solid rgba(0,161,79,.25);border-radius:10px;cursor:pointer;transition:all .2s ease;white-space:nowrap;box-shadow:inset 0 1px 0 rgba(255,255,255,.8),0 1px 2px rgba(0,161,79,.08)}.tcw-form__promo-apply:hover:not(:disabled){background:linear-gradient(180deg,#dcfce7,#bbf7d0);border-color:var(--tcw-primary-400);box-shadow:inset 0 1px 0 rgba(255,255,255,.8),0 2px 6px -2px rgba(0,161,79,.18)}.tcw-form__promo-clear{padding:10px 12px;font-size:12px;font-weight:700;font-family:inherit;color:#dc2626;background:linear-gradient(180deg,#fef2f2,#fee2e2);border:1.5px solid rgba(220,38,38,.2);border-radius:10px;cursor:pointer;transition:all .15s}.tcw-form__promo-clear:hover{background:#fee2e2}.tcw-form__promo-applied{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:700;color:var(--tcw-primary-700);padding:4px 10px;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-radius:999px;width:fit-content;border:1px solid rgba(0,161,79,.2);animation:tcw-form-fade-in .2s ease-out;box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}.tcw-form__success{position:relative;padding:40px 24px 32px;text-align:center;background:radial-gradient(circle at 50% 0,rgba(0,161,79,.08) 0,transparent 50%),radial-gradient(circle at 80% 100%,rgba(53,201,120,.06) 0,transparent 50%),linear-gradient(180deg,#ffffff,#f0fdf4);border-radius:20px;border:1px solid rgba(0,161,79,.12);box-shadow:inset 0 1px 0 rgba(255,255,255,1),0 1px 2px rgba(15,23,42,.04),0 8px 16px -4px rgba(15,23,42,.06),0 24px 40px -12px rgba(0,161,79,.12);animation:tcw-form-slide-up .5s cubic-bezier(.16,1,.3,1) both;overflow:hidden;font-family:Inter,system-ui,-apple-system,sans-serif;--tcw-primary-50:#f0fdf4;--tcw-primary-100:#dcfce7;--tcw-primary-500:#00a14f;--tcw-primary-600:#008740;--tcw-primary-700:#006c33}.tcw-form__success,.tcw-form__success *,.tcw-form__success :after,.tcw-form__success :before{box-sizing:border-box}.tcw-form__success:after,.tcw-form__success:before{content:"";position:absolute;border-radius:50%;pointer-events:none;filter:blur(24px);z-index:0}.tcw-form__success:before{width:120px;height:120px;background:radial-gradient(circle,rgba(0,161,79,.18),transparent 70%);top:-40px;right:-30px;animation:tcw-form-blob-1 8s ease-in-out infinite}.tcw-form__success:after{width:100px;height:100px;background:radial-gradient(circle,rgba(53,201,120,.15),transparent 70%);bottom:-30px;left:-20px;animation:tcw-form-blob-2 10s ease-in-out infinite}.tcw-form__success>*{position:relative;z-index:1}.tcw-form__success-icon{position:relative;width:76px;height:76px;margin:0 auto 18px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:radial-gradient(circle at 30% 25%,#5eead4 0,transparent 35%),linear-gradient(135deg,var(--tcw-primary-400) 0,var(--tcw-primary-600) 100%);color:#ffffff;box-shadow:inset 0 2px 4px rgba(255,255,255,.4),inset 0 -3px 6px rgba(0,0,0,.1),0 0 0 6px rgba(0,161,79,.08),0 0 0 12px rgba(0,161,79,.04),0 8px 20px -4px rgba(0,161,79,.4),0 16px 32px -8px rgba(0,161,79,.3);animation:tcw-form-check .5s cubic-bezier(.34,1.56,.64,1) both}.tcw-form__success-icon:before{content:"";position:absolute;top:8px;left:14px;width:22px;height:14px;border-radius:50%;background:linear-gradient(180deg,rgba(255,255,255,.5),transparent);pointer-events:none;filter:blur(2px)}.tcw-form__success-icon:after{content:"";position:absolute;inset:-28px;background:radial-gradient(circle 3px at 12% 18%,#fbbf24 100%,transparent),radial-gradient(circle 2.5px at 88% 22%,#f472b6 100%,transparent),radial-gradient(circle 3px at 92% 78%,#60a5fa 100%,transparent),radial-gradient(circle 2.5px at 8% 82%,#34d399 100%,transparent),radial-gradient(circle 2px at 50% 4%,#a78bfa 100%,transparent),radial-gradient(circle 2px at 98% 50%,#fb923c 100%,transparent),radial-gradient(circle 2px at 2% 50%,#f472b6 100%,transparent),radial-gradient(circle 2px at 50% 96%,#60a5fa 100%,transparent);pointer-events:none;animation:tcw-form-sparkle 2s ease-in-out infinite}.tcw-form__success-icon svg{position:relative;z-index:1;width:32px;height:32px;stroke:currentColor;stroke-width:3.5;fill:none;filter:drop-shadow(0 2px 3px rgba(0,0,0,.2))}.tcw-form__success-title{margin:0 0 8px;font-size:18px;font-weight:800;color:#0f172a;letter-spacing:-.4px;background:linear-gradient(135deg,#0f172a 0,var(--tcw-primary-700) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.tcw-form__success-text{font-size:13px;color:#475569;line-height:1.55;font-weight:500;max-width:280px;margin:0 auto}.tcw-form__spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#ffffff;border-radius:50%;animation:tcw-spin .6s linear infinite}@keyframes tcw-modal-backdrop-in{0%{opacity:0;backdrop-filter:blur(0);-webkit-backdrop-filter:blur(0)}to{opacity:1;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}}@keyframes tcw-modal-in{0%{opacity:0;transform:scale(.85) translateY(40px) perspective(800px) rotateX(8deg);filter:blur(6px)}60%{filter:blur(0)}to{opacity:1;transform:scale(1) translateY(0) perspective(800px) rotateX(0);filter:blur(0)}}@keyframes tcw-modal-blob-in{0%{opacity:0;transform:translate(20px,-20px) scale(.6)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes tcw-modal-icon-in{0%{opacity:0;transform:translateY(-30px) scale(.5) rotate(-20deg)}60%{transform:translateY(4px) scale(1.08) rotate(4deg)}to{opacity:1;transform:translateY(0) scale(1) rotate(0)}}@keyframes tcw-modal-text-in{0%{opacity:0;transform:translateX(-12px);filter:blur(2px)}to{opacity:1;transform:translateX(0);filter:blur(0)}}@keyframes tcw-modal-stagger-in{0%{opacity:0;transform:translateY(16px);filter:blur(2px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@keyframes tcw-modal-close-in{0%{opacity:0;transform:scale(0) rotate(-90deg)}to{opacity:1;transform:scale(1) rotate(0)}}.tcw-form-modal-backdrop{position:fixed;inset:0;z-index:999999;display:flex;align-items:center;justify-content:center;padding:16px;background:rgba(15,23,42,.45);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);animation:tcw-modal-backdrop-in .25s cubic-bezier(.16,1,.3,1) both;--tcw-primary-50:#f0fdf4;--tcw-primary-100:#dcfce7;--tcw-primary-200:#bbf7d0;--tcw-primary-300:#86efac;--tcw-primary-400:#35c978;--tcw-primary-500:#00a14f;--tcw-primary-600:#008740;--tcw-primary-700:#006c33;font-family:Inter,system-ui,-apple-system,sans-serif}.tcw-form-modal-backdrop *,.tcw-form-modal-backdrop :after,.tcw-form-modal-backdrop :before{box-sizing:border-box}.tcw-form-modal{position:relative;width:100%;max-width:1024px;max-height:calc(100dvh - 32px);display:flex;flex-direction:column;background:#ffffff;border-radius:22px;box-shadow:0 1px 3px rgba(15,23,42,.1),0 16px 32px -8px rgba(15,23,42,.18),0 32px 64px -16px rgba(0,161,79,.2);overflow:hidden;animation:tcw-modal-in .55s cubic-bezier(.16,1,.3,1) both;transform-origin:50% 100%;perspective:800px}.tcw-form .tcw-form__header:before{animation:tcw-modal-blob-in .7s cubic-bezier(.16,1,.3,1) .15s both,tcw-form-blob-1 8s ease-in-out .85s infinite}.tcw-form .tcw-form__header:after{animation:tcw-modal-blob-in .8s cubic-bezier(.16,1,.3,1) .22s both,tcw-form-blob-2 10s ease-in-out 1s infinite}.tcw-form .tcw-form__header-icon{animation:tcw-modal-icon-in .7s cubic-bezier(.34,1.56,.64,1) .2s both,tcw-form-float 4s ease-in-out .9s infinite}.tcw-form .tcw-form__header>div:not(.tcw-form__header-icon){animation:tcw-modal-text-in .5s cubic-bezier(.16,1,.3,1) .3s both}.tcw-form .tcw-form__body>*{animation:tcw-modal-stagger-in .5s cubic-bezier(.16,1,.3,1) both}.tcw-form .tcw-form__body>:first-child{animation-delay:.32s}.tcw-form .tcw-form__body>:nth-child(2){animation-delay:.38s}.tcw-form .tcw-form__body>:nth-child(3){animation-delay:.44s}.tcw-form .tcw-form__body>:nth-child(4){animation-delay:.5s}.tcw-form .tcw-form__body>:nth-child(5){animation-delay:.56s}.tcw-form .tcw-form__body>:nth-child(6){animation-delay:.62s}.tcw-form .tcw-form__body>:nth-child(7){animation-delay:.68s}.tcw-form .tcw-form__body>:nth-child(8){animation-delay:.74s}.tcw-form .tcw-form__expand-btn{animation:tcw-modal-close-in .5s cubic-bezier(.34,1.56,.64,1) .5s both}.tcw-form-modal .tcw-form{width:100%;max-width:none;border:none;border-radius:0;box-shadow:none;animation:none;overflow-y:auto;overflow-x:hidden;max-height:calc(100dvh - 32px);scrollbar-width:thin;scrollbar-color:rgba(0,161,79,.3) transparent}.tcw-form-modal .tcw-form::-webkit-scrollbar{width:5px}.tcw-form-modal .tcw-form::-webkit-scrollbar-track{background:transparent}.tcw-form-modal .tcw-form::-webkit-scrollbar-thumb{background-color:rgba(0,161,79,.3);border-radius:999px;border:1px solid transparent}.tcw-form-modal .tcw-form::-webkit-scrollbar-thumb:hover{background-color:rgba(0,161,79,.5)}.tcw-form-modal .tcw-form:before{display:none}.tcw-form-modal .tcw-form__header{border-top-left-radius:21px;border-top-right-radius:21px}.tcw-form-modal__close{position:absolute;top:14px;right:14px;z-index:10;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;border:1px solid rgba(15,23,42,.08);background:rgba(255,255,255,.85);color:#475569;cursor:pointer;transition:all .2s ease;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);box-shadow:0 2px 6px rgba(15,23,42,.06);font-family:inherit;padding:0;animation:tcw-modal-close-in .5s cubic-bezier(.34,1.56,.64,1) .45s both}.tcw-form-modal__close:hover{background:#ffffff;color:#0f172a;border-color:rgba(15,23,42,.15);transform:rotate(90deg)}.tcw-form-modal__close svg{width:16px;height:16px;stroke:currentColor;stroke-width:2.4;fill:none;stroke-linecap:round;stroke-linejoin:round}.tcw-form__expand-btn{position:absolute;top:14px;right:14px;z-index:3;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;font-family:inherit;color:var(--tcw-primary-700);background:rgba(255,255,255,.85);border:1px solid rgba(0,161,79,.2);border-radius:8px;cursor:pointer;transition:all .2s ease;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);box-shadow:0 2px 6px rgba(0,161,79,.08)}.tcw-form__expand-btn:hover{background:#ffffff;border-color:var(--tcw-primary-400);color:var(--tcw-primary-700);box-shadow:0 4px 10px rgba(0,161,79,.15)}.tcw-form__expand-btn svg{width:14px;height:14px;stroke:currentColor;stroke-width:2.4;fill:none;stroke-linecap:round;stroke-linejoin:round}.tcw-form-preview{position:relative;display:flex;align-items:center;gap:12px;padding:16px 18px;background:radial-gradient(circle at 100% 0,rgba(0,161,79,.08) 0,transparent 60%),linear-gradient(135deg,#ffffff,#f0fdf4);border:1.5px solid rgba(0,161,79,.18);border-radius:16px;cursor:pointer;font-family:Inter,system-ui,-apple-system,sans-serif;text-align:left;width:100%;box-sizing:border-box;transition:all .2s ease;box-shadow:inset 0 1px 0 rgba(255,255,255,1),0 4px 12px -4px rgba(0,161,79,.1);animation:tcw-form-fade-in .3s ease-out}.tcw-form-preview:hover{border-color:var(--tcw-primary-400);box-shadow:inset 0 1px 0 rgba(255,255,255,1),0 6px 16px -4px rgba(0,161,79,.18)}.tcw-form-preview__icon{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0;border-radius:12px;background:linear-gradient(145deg,#ffffff,#f0fdf4);color:var(--tcw-primary-600);box-shadow:inset 0 1px 0 rgba(255,255,255,1),inset 0 -2px 4px rgba(0,161,79,.06),0 2px 8px -2px rgba(0,161,79,.18);animation:tcw-form-float 3.5s ease-in-out infinite}.tcw-form-preview__icon svg{width:20px;height:20px;stroke:currentColor;stroke-width:2.2;fill:none;stroke-linecap:round;stroke-linejoin:round}.tcw-form-preview__icon:after{content:"";position:absolute;width:8px;height:8px;top:-3px;right:-3px;border-radius:50%;background:var(--tcw-primary-500);box-shadow:0 0 0 3px rgba(0,161,79,.15);animation:tcw-form-pulse 2s ease-in-out infinite}.tcw-form-preview__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.tcw-form-preview__title{font-size:13px;font-weight:800;color:#0f172a;letter-spacing:-.2px;line-height:1.3}.tcw-form-preview__subtitle{font-size:11.5px;font-weight:500;color:#64748b;line-height:1.4}.tcw-form-preview__cta{display:inline-flex;align-items:center;gap:4px;flex-shrink:0;font-size:11.5px;font-weight:700;color:var(--tcw-primary-700);letter-spacing:.2px}.tcw-form-preview__cta svg{width:12px;height:12px;stroke:currentColor;stroke-width:2.4;fill:none;stroke-linecap:round;stroke-linejoin:round}.tcw-root{height:100%!important}.tcw-card,.tcw-root{min-height:0!important}.tcw-card{height:auto!important;max-height:90vh!important;max-width:1040px!important;margin:auto!important;transition:all .4s cubic-bezier(.16,1,.3,1)}.tcw-card--chat{height:100%!important;max-height:100%!important;min-height:0!important;max-width:100%!important}.tcw-layout-container{display:flex;flex-direction:row;width:100%;height:100%;overflow:hidden;position:relative;flex:1}.tcw-card:not(.tcw-card--chat) .tcw-layout-container{height:auto!important}.tcw-chat-pane{display:flex;flex-direction:column;flex:1;min-width:0;height:100%;overflow:hidden;position:relative}.tcw-card:not(.tcw-card--chat) .tcw-chat-pane{height:auto!important}.tcw-header-container{display:flex;align-items:center;width:100%;background:transparent!important;border-bottom:1px solid rgba(255,255,255,.3)!important;flex-shrink:0}.tcw-header-container .tcw-header{flex:1;border-bottom:none!important}.tcw-hamburger-toggle-chat{background:transparent;border:none;color:#475569;cursor:pointer;padding:8px;margin-left:16px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:background .2s;flex-shrink:0}.tcw-hamburger-toggle-chat:hover{background:#f1f5f9}.tcw-sidebar{width:280px;min-width:280px;height:100%;background:rgba(248,250,252,.75)!important;backdrop-filter:blur(16px);border-right:1px solid rgba(255,255,255,.3)!important;display:flex;flex-direction:column;overflow:hidden;transition:all .3s cubic-bezier(.16,1,.3,1);z-index:10;flex-shrink:0}.tcw-sidebar:not(.tcw-sidebar--open){width:0;min-width:0;border-right:none}@media (max-width:768px){.tcw-sidebar{position:absolute;left:0;top:0;bottom:0;height:100%;z-index:50}.tcw-sidebar--open{box-shadow:10px 0 30px rgba(15,23,42,.15)}}.tcw-sidebar-header{padding:20px 16px 14px;display:flex;flex-direction:column;gap:16px;flex-shrink:0;border-bottom:1px solid rgba(255,255,255,.3)!important}.tcw-sidebar-title-row{display:flex;align-items:center;gap:10px;min-width:0}.tcw-hamburger-toggle{background:transparent;border:none;color:#475569;cursor:pointer;padding:6px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:background .2s;flex-shrink:0}.tcw-hamburger-toggle:hover{background:#e2e8f0}.tcw-sidebar-brand{display:flex;align-items:center;gap:8px;min-width:0}.tcw-sidebar-avatar{width:28px;height:28px;border-radius:50%;background:#dcfce7;color:#00a14f;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 8px rgba(0,161,79,.1)}.tcw-sidebar-brand-name{font-size:15px;font-weight:700;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tcw-new-chat-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:11px 16px;background:#00a14f;color:#ffffff;border:none;border-radius:12px;font-size:14.5px;font-weight:600;cursor:pointer;box-shadow:0 4px 14px rgba(0,161,79,.2);transition:all .2s ease}.tcw-new-chat-btn:hover{background:#008740;box-shadow:0 6px 18px rgba(0,161,79,.25);transform:translateY(-1px)}.tcw-new-chat-btn:active{transform:translateY(0) scale(.98)}.tcw-sidebar-scroll{flex:1;overflow-y:auto;padding:8px 16px 20px}.tcw-sidebar-section-title{font-size:15px;font-weight:800;color:#1e293b;margin:16px 0 10px;padding-left:4px}.tcw-history-group{margin-bottom:18px}.tcw-history-group-label{font-size:11.5px;font-weight:700;color:#94a3b8;margin:0 0 6px;padding-left:4px;text-transform:uppercase;letter-spacing:.8px}.tcw-history-list{display:flex;flex-direction:column;gap:4px}.tcw-history-item{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-radius:10px;cursor:pointer;transition:all .2s ease;position:relative;user-select:none}.tcw-history-item:hover{background:#f1f5f9}.tcw-history-item--active{background:#e6f7ed!important;border-left:4px solid #00a14f;border-top-left-radius:0;border-bottom-left-radius:0;padding-left:8px}.tcw-history-title{font-size:13.5px;font-weight:550;color:#334155;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;padding-right:8px}.tcw-history-item--active .tcw-history-title{color:#006c33;font-weight:700}.tcw-history-delete-btn{background:transparent;border:none;color:#94a3b8;cursor:pointer;padding:4px;border-radius:4px;opacity:0;transition:opacity .2s,color .2s,background .2s;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tcw-history-item:hover .tcw-history-delete-btn{opacity:1}.tcw-history-delete-btn:hover{color:#ef4444;background:rgba(239,68,68,.1)}.tcw-sidebar-empty{font-size:13px;color:#94a3b8;text-align:center;padding:20px 0;font-style:italic}.tcw-sidebar-scroll{scrollbar-width:thin;scrollbar-color:rgba(0,161,79,.3) transparent}.tcw-sidebar-scroll::-webkit-scrollbar{width:4px}.tcw-sidebar-scroll::-webkit-scrollbar-track{background:transparent}.tcw-sidebar-scroll::-webkit-scrollbar-thumb{background-color:rgba(0,161,79,.3);border-radius:999px}.tcw-submit{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;width:auto!important;height:42px!important;padding:0 16px!important;border-radius:999px!important;background:linear-gradient(135deg,#00a14f,#008740)!important;color:#ffffff!important;box-shadow:0 4px 12px rgba(0,161,79,.2)!important;transition:all .2s ease!important;white-space:nowrap!important;flex-shrink:0!important}.tcw-submit:hover:not(:disabled){background:linear-gradient(135deg,#35c978,#008740)!important;box-shadow:0 6px 16px rgba(0,161,79,.28)!important;transform:translateY(-1px)!important}.tcw-submit-icon{width:15px!important;height:15px!important;stroke:#ffffff!important;fill:none!important;transform:none!important;flex-shrink:0!important}.tcw-submit-text{font-size:13.5px;font-weight:700;color:#ffffff;display:inline;white-space:nowrap!important}@media (max-width:480px){.tcw-submit{width:42px!important;padding:0!important}.tcw-submit-text{display:none!important}}.tcw-suggestions-horizontal{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:14px;margin-bottom:12px;padding:0 4px;animation:tcw-fade-up .5s ease-out forwards}.tcw-suggest-tag{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;background:#f1f5f9;border:1px solid rgba(226,232,240,.8);border-radius:999px;cursor:pointer;transition:all .2s ease;font-size:13px;font-weight:600;color:#334155;box-shadow:0 2px 5px rgba(0,0,0,.02)}.tcw-suggest-tag:hover:not(:disabled){background:#ffffff;border-color:#00a14f;color:#00a14f;transform:translateY(-2px);box-shadow:0 6px 12px rgba(0,161,79,.08)}.tcw-suggest-tag:active:not(:disabled){transform:translateY(-1px)}.tcw-suggest-tag:disabled{opacity:.6;cursor:not-allowed}.tcw-suggest-tag-icon{font-size:14px;display:flex;align-items:center}.tcw-suggest-tag-text{line-height:1}.tcw-card-body{border-top:none!important}.tcw-welcome-expanded{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 24px;background:transparent!important;text-align:center;animation:tcw-fade-up .5s ease-out forwards}.tcw-welcome-expanded-icon{font-size:36px;margin-bottom:12px;display:block;animation:tcw-float 3s ease-in-out infinite}.tcw-welcome-expanded h3{font-size:20px;font-weight:800;color:#0f172a;margin:0 0 8px;background:linear-gradient(135deg,var(--tcw-primary-600),#0ea5e9);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.tcw-welcome-expanded p{font-size:14px;color:#64748b;max-width:440px;margin:0;line-height:1.55;font-weight:500}.tcw-payment-card{display:flex;flex-direction:column;gap:12px;background:#ffffff!important;border:1px solid rgba(226,232,240,.8)!important;border-radius:16px!important;padding:16px!important;margin:12px 0!important;max-width:420px!important;width:100%!important;box-shadow:0 4px 14px rgba(15,23,42,.04)!important;font-family:inherit!important;transition:transform .2s ease,box-shadow .2s ease!important}.tcw-payment-card:hover{transform:translateY(-2px)!important;box-shadow:0 10px 24px rgba(15,23,42,.08)!important}.tcw-payment-header{gap:10px!important}.tcw-payment-header,.tcw-payment-icon{display:flex!important;align-items:center!important}.tcw-payment-icon{justify-content:center!important;width:38px!important;height:38px!important;border-radius:10px!important;background:#f0fdf4!important;color:#00a14f!important;flex-shrink:0!important}.tcw-payment-title-wrap{display:flex!important;flex-direction:column!important}.tcw-payment-title{font-size:14px!important;font-weight:700!important;color:#0f172a!important;margin:0!important;line-height:1.3!important}.tcw-payment-subtitle{font-size:11px!important;color:#64748b!important;margin:2px 0 0!important;line-height:1.2!important}.tcw-payment-body{font-size:13px!important;color:#475569!important;line-height:1.45!important;margin:2px 0 0!important}.tcw-payment-btn{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;width:100%!important;height:40px!important;background:linear-gradient(135deg,#00a14f,#008740)!important;color:#ffffff!important;border-radius:10px!important;font-size:13.5px!important;font-weight:700!important;text-decoration:none!important;box-shadow:0 4px 10px rgba(0,161,79,.18)!important;transition:all .2s ease!important;border:none!important;cursor:pointer!important}.tcw-payment-btn:hover{background:linear-gradient(135deg,#35c978,#008740)!important;box-shadow:0 6px 14px rgba(0,161,79,.25)!important;transform:translateY(-1px)!important}.tcw-payment-btn:active{transform:translateY(0)!important}.tcw-payment-footer{display:flex!important;align-items:center!important;justify-content:center!important;gap:4px!important;font-size:10px!important;color:#94a3b8!important;margin-top:2px!important}.tcw-payment-footer-icon{display:inline-flex!important}.tcw-payment-embed{display:flex!important;flex-direction:column!important;background:#ffffff!important;border:1px solid rgba(226,232,240,.8)!important;border-radius:16px!important;margin:14px 0!important;width:100%!important;height:520px!important;box-shadow:0 4px 22px rgba(15,23,42,.05)!important;overflow:hidden!important;align-self:center!important}.tcw-payment-embed__header{display:flex!important;align-items:center!important;justify-content:space-between!important;background:#f8fafc!important;padding:10px 16px!important;border-bottom:1px solid #e2e8f0!important;font-family:inherit!important;flex-shrink:0!important}.tcw-payment-embed__title{font-size:13px!important;font-weight:700!important;color:#1e293b!important}.tcw-payment-embed__link{font-size:12px!important;font-weight:600!important;color:#00a14f!important;text-decoration:none!important;transition:color .15s ease!important}.tcw-payment-embed__link:hover{color:#008740!important;text-decoration:underline!important}.tcw-payment-embed__iframe{flex:1!important;width:100%!important;height:100%!important;border:none!important;background:#ffffff!important}@keyframes tcw-fade-in-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.tcw-hotel-results{margin:16px 0;width:100%;max-width:100%;animation:tcw-fade-in-up .45s cubic-bezier(.16,1,.3,1) both}.tcw-hotel-results-title{margin:0 0 10px;font-size:15px;font-weight:700;color:#1e293b}.tcw-hotel-carousel{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding:8px 8px 24px;min-height:420px}.tcw-hotel-carousel::-webkit-scrollbar{display:none}.tcw-hotel-card{flex:0 0 256px;width:256px;max-width:256px;min-width:256px;height:400px;box-sizing:border-box;scroll-snap-align:start;background:#ffffff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px rgba(15,23,42,.04);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;display:flex;flex-direction:column}.tcw-hotel-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(15,23,42,.08);border-color:#cbd5e1}.tcw-hotel-card--selected{border-color:#00a14f!important;box-shadow:0 0 0 2px rgba(0,161,79,.15),0 12px 28px rgba(15,23,42,.08)!important}.tcw-hotel-img-wrapper{position:relative;width:100%;height:140px;background:#f1f5f9;overflow:hidden;border-top-left-radius:15px;border-top-right-radius:15px;transform:translateZ(0);-webkit-transform:translateZ(0);-webkit-mask-image:-webkit-radial-gradient(white,black)}.tcw-hotel-img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease,opacity .4s ease-in-out;opacity:1}.tcw-hotel-img-skeleton{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.tcw-hotel-img--loaded{opacity:1}.tcw-hotel-card:hover .tcw-hotel-img{transform:scale(1.05)}.tcw-hotel-img-placeholder{display:flex;align-items:center;justify-content:center;height:100%;background:#f1f5f9;font-size:24px}.tcw-hotel-stars,.tcw-hotel-stars-row{display:flex;align-items:center;gap:3px;margin-bottom:8px;height:14px;flex-shrink:0}.tcw-hotel-star-icon{font-size:13px;color:#cbd5e1}.tcw-hotel-star-icon--filled{color:#f59e0b}.tcw-hotel-img-nav{position:absolute;top:50%;transform:translateY(-50%);width:26px;height:26px;border-radius:50%;background:rgba(255,255,255,.95);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 6px rgba(15,23,42,.15);z-index:10;transition:background .15s,transform .1s,opacity .2s;color:#334155;opacity:.85}.tcw-hotel-img-wrapper:hover .tcw-hotel-img-nav{opacity:1}.tcw-hotel-img-nav:hover{background:#ffffff;transform:translateY(-50%) scale(1.05)}.tcw-hotel-img-nav:active{transform:translateY(-50%) scale(.95)}.tcw-hotel-img-nav--prev{left:8px}.tcw-hotel-img-nav--next{right:8px}.tcw-hotel-img-dots{position:absolute;bottom:8px;left:50%;transform:translateX(-50%);display:flex;gap:4px;background:rgba(15,23,42,.45);padding:3px 6px;border-radius:999px;backdrop-filter:blur(4px);z-index:10}.tcw-hotel-img-dot{width:5px;height:5px;border-radius:50%;background:rgba(255,255,255,.5);transition:background .2s,width .2s}.tcw-hotel-img-dot--active{background:#ffffff;width:12px;border-radius:3px}.tcw-hotel-img-actions{position:absolute;top:8px;right:8px;display:flex;gap:6px;z-index:10}.tcw-hotel-img-action-btn{width:26px;height:26px;border-radius:50%;background:rgba(255,255,255,.95);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 6px rgba(15,23,42,.1);color:#334155;transition:transform .1s,background .15s}.tcw-hotel-img-action-btn:hover{background:#ffffff;transform:scale(1.05)}.tcw-hotel-img-count{position:absolute;bottom:8px;left:8px;background:rgba(255,255,255,.9);backdrop-filter:blur(4px);border-radius:6px;padding:3px 6px;font-size:10px;font-weight:700;color:#1e293b;display:flex;align-items:center;box-shadow:0 2px 6px rgba(15,23,42,.08);z-index:10}.tcw-star{display:inline-block}.tcw-hotel-info{padding:12px;display:flex;flex-direction:column;flex-grow:1;min-width:0}.tcw-hotel-name-link{text-decoration:none;display:block;min-width:0}.tcw-hotel-name-link:hover .tcw-hotel-name{color:#00a14f}.tcw-hotel-name{margin:0 0 6px;font-size:14px;font-weight:700;color:#0f172a;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal!important;height:38px;flex-shrink:0;transition:color .15s ease}.tcw-hotel-address{font-size:11px;color:#64748b;white-space:nowrap;text-overflow:ellipsis;text-decoration:none;cursor:default;height:16px;transition:color .15s ease}.tcw-hotel-address,.tcw-hotel-rating-row{margin-bottom:8px;overflow:hidden;display:flex;align-items:center;flex-shrink:0}.tcw-hotel-rating-row{flex-wrap:nowrap;gap:8px;font-size:12px;height:18px;min-width:0}.tcw-hotel-rating-badge{background:#00a14f!important;color:#ffffff!important;font-size:11px;padding:2px 6px;border-radius:6px;border:none!important;display:inline-block}.tcw-hotel-rating-badge,.tcw-hotel-rating-name{font-weight:700;flex-shrink:0;white-space:nowrap}.tcw-hotel-rating-name{color:#1e293b}.tcw-hotel-reviews{font-size:11px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.tcw-hotel-amenities{display:flex;flex-wrap:nowrap;gap:6px;margin-bottom:12px;height:20px;flex-shrink:0;overflow:visible}.tcw-hotel-amenity-badge{background:#eff6ff;color:#2563eb;font-size:10px;font-weight:600;padding:3px 6px;border-radius:6px;display:inline-flex;align-items:center;white-space:nowrap;flex-shrink:0}.tcw-hotel-amenity-badge--extra{background:#ffffff;color:#00a14f;border:1px solid #bbf7d0}.tcw-hotel-price-value{font-size:17px;font-weight:800;color:#0f172a;margin-top:auto;margin-bottom:8px;flex-shrink:0;line-height:1.2}.tcw-hotel-select-btn{width:100%;background:#00a14f;color:#ffffff;border:none;border-radius:10px;padding:9px 12px;font-size:13px;font-weight:700;cursor:pointer;transition:background .15s ease,transform .1s ease;display:flex;justify-content:center;align-items:center;height:36px;flex-shrink:0}.tcw-hotel-select-btn:hover:not(:disabled){background:#008741}.tcw-hotel-select-btn:active:not(:disabled){transform:scale(.98)}.tcw-hotel-select-btn:disabled{opacity:.6;cursor:not-allowed}.tcw-hotel-select-btn--selected{background:#e2e8f0!important;color:#64748b!important}@keyframes tcw-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.tcw-skeleton-shimmer{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%);background-size:200% 100%;animation:tcw-shimmer 1.5s linear infinite}.tcw-skeleton-card{pointer-events:none;background:#ffffff}.tcw-skeleton-card .tcw-hotel-info{display:flex;flex-direction:column;height:243px;box-sizing:border-box}.tcw-skeleton-text{height:12px;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%);background-size:200% 100%;animation:tcw-shimmer 1.5s linear infinite;border-radius:4px}.tcw-skeleton-text--title{height:16px;width:80%;margin-top:4px;margin-bottom:6px}.tcw-skeleton-text--stars{height:10px;width:35%;margin-bottom:8px}.tcw-skeleton-text--rating{height:14px;width:60%;margin-bottom:6px}.tcw-skeleton-text--subtitle{height:11px;width:50%;margin-bottom:8px}.tcw-skeleton-text--amenities{height:16px;width:75%;margin-bottom:auto}.tcw-skeleton-text--price{height:18px;width:40%;margin-bottom:10px}.tcw-skeleton-btn{height:36px;width:100%;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%);background-size:200% 100%;animation:tcw-shimmer 1.5s linear infinite;border-radius:10px}.tcw-hotel-carousel-wrapper{position:relative;width:100%}.tcw-carousel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;width:100%}.tcw-carousel-header-nav{display:flex;align-items:center;gap:8px;flex-shrink:0}.tcw-carousel-nav{width:30px;height:30px;border-radius:50%;background:#ffffff;border:1px solid #cbd5e1;box-shadow:0 2px 6px rgba(15,23,42,.08);display:inline-flex;align-items:center;justify-content:center;color:#334155;cursor:pointer;z-index:1;transition:background .15s,color .15s,opacity .2s,transform .1s;padding:0;flex-shrink:0}.tcw-carousel-nav:hover:not(:disabled){background:#f1f5f9;color:#00a14f;border-color:#cbd5e1}.tcw-carousel-nav:active:not(:disabled){transform:scale(.92)}.tcw-carousel-nav--disabled,.tcw-carousel-nav:disabled{opacity:.35;cursor:not-allowed;pointer-events:none}.tcw-hotel-card{position:relative;overflow:visible!important}.tcw-hotel-card:hover{z-index:50}.tcw-hotel-card .tcw-hotel-amenity-badge,.tcw-hotel-card .tcw-hotel-amenity-badge--extra{position:relative!important;cursor:pointer}.tcw-hotel-amenity-tooltip{visibility:hidden;opacity:0;position:absolute;bottom:calc(100% + 8px);right:0;background:#ffffff;border-radius:10px;padding:10px 14px;box-shadow:0 10px 25px rgba(15,23,42,.15);border:1px solid #cbd5e1;z-index:100;width:max-content;max-width:290px;pointer-events:none;transition:opacity .15s ease,transform .15s ease,visibility .15s;transform:translateY(4px)}.tcw-hotel-card .tcw-hotel-amenity-badge--extra:hover .tcw-hotel-amenity-tooltip,.tcw-hotel-card .tcw-hotel-amenity-badge:hover .tcw-hotel-amenity-tooltip{visibility:visible;opacity:1;transform:translateY(0)}.tcw-hotel-amenity-tooltip:after{content:"";position:absolute;bottom:-6px;right:24px;transform:rotate(45deg);width:10px;height:10px;background:#ffffff;border-right:1px solid #cbd5e1;border-bottom:1px solid #cbd5e1}.tcw-hotel-amenity-tooltip-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(110px,1fr));gap:6px 12px;text-align:left}.tcw-hotel-amenity-tooltip-item{font-size:11px;font-weight:600;color:#1e293b;display:flex;align-items:center;gap:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tcw-hotel-amenity-tooltip-item:before{content:"";display:inline-block;width:5px;height:5px;border-radius:50%;background-color:#00a14f;flex-shrink:0}.tcw-room-results{margin:16px 0;width:100%;max-width:100%;animation:tcw-fade-in-up .45s cubic-bezier(.16,1,.3,1) both}.tcw-room-results-title{margin:0 0 10px;font-size:15px;font-weight:700;color:#1e293b}.tcw-room-badge{position:absolute;bottom:8px;background:rgba(15,23,42,.7);backdrop-filter:blur(4px);border-radius:6px;padding:3px 6px;font-size:10px;font-weight:700;color:#ffffff;display:flex;align-items:center;box-shadow:0 2px 6px rgba(15,23,42,.08);z-index:10}.tcw-room-badge--remaining{left:8px;background:rgba(239,68,68,.85)}.tcw-room-badge--occupancy{top:8px;bottom:auto;right:8px}.tcw-room-details-row{display:block;margin-bottom:8px;font-size:11px;font-weight:600;color:#64748b;height:16px;flex-shrink:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.tcw-room-detail-item{display:inline}.tcw-room-price-section{display:flex;flex-direction:column;justify-content:flex-end;text-align:left}.tcw-room-cashback-badge{display:inline-flex;align-items:center;align-self:flex-start;font-size:11px;font-weight:700;color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;padding:2.5px 8px;border-radius:6px;margin-bottom:6px;line-height:1.2}.tcw-hotel-amenity-badge--cancellation{background:#f3e8ff!important;color:#7e22ce!important;border-color:#e9d5ff!important}.tcw-hotel-amenity-badge--paylater{background:#fef3c7!important;color:#d97706!important;border-color:#fde68a!important}.tcw-room-badge--instant{background:rgba(0,161,79,.95)!important}.tcw-room-badge--pending{left:8px;background:rgba(245,158,11,.95)!important}.tcw-room-policies-list{display:flex;flex-direction:column;gap:4px;margin-bottom:8px;flex-shrink:0}.tcw-room-policy-item{display:inline-flex;align-items:center;font-size:10.5px;font-weight:700;padding:3px 8px;border-radius:6px;width:fit-content;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box;line-height:1.2}.tcw-room-policy-item--cancellation{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.tcw-room-policy-item--paylater{background:#faf5ff;color:#7e22ce;border:1px solid #e9d5ff}.tcw-room-policy-text{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.tcw-room-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(15,23,42,.55);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:999999;animation:tcw-fade-in .2s ease-out;padding:24px;font-family:Inter,system-ui,-apple-system,sans-serif}.tcw-room-modal-overlay *,.tcw-room-modal-overlay :after,.tcw-room-modal-overlay :before{box-sizing:border-box}@keyframes tcw-fade-in{0%{opacity:0}to{opacity:1}}.tcw-room-modal{position:relative;display:flex;flex-direction:row;background:#ffffff;border-radius:20px;box-shadow:0 25px 60px -12px rgba(0,0,0,.35);max-width:920px;width:100%;max-height:85vh;overflow:hidden;animation:tcw-modal-slide-up .35s cubic-bezier(.16,1,.3,1)}@keyframes tcw-modal-slide-up{0%{transform:translateY(24px) scale(.97);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.tcw-room-modal-close{position:absolute;top:16px;right:16px;width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.9);border:1px solid #e2e8f0;color:#475569;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:20;transition:background .2s,transform .15s,box-shadow .2s;box-shadow:0 2px 8px rgba(0,0,0,.08)}.tcw-room-modal-close:hover{background:#ffffff;transform:scale(1.08);box-shadow:0 4px 12px rgba(0,0,0,.12)}.tcw-room-modal-gallery{flex:0 0 55%;max-width:55%;display:flex;flex-direction:column;background:#f8fafc;border-right:1px solid #e2e8f0}.tcw-room-modal-main-img-wrap{position:relative;flex:1;height:380px;min-height:380px;max-height:380px;display:flex;align-items:center;justify-content:center;overflow:hidden}.tcw-room-modal-main-img{width:100%;height:100%;object-fit:cover;transition:opacity .3s}.tcw-room-modal-img-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:#f1f5f9}.tcw-room-modal-img-label{display:none}.tcw-room-modal-img-nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.9);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:background .2s,transform .15s;box-shadow:0 2px 8px rgba(0,0,0,.15);color:#334155}.tcw-room-modal-img-nav:hover{background:#ffffff;transform:translateY(-50%) scale(1.08)}.tcw-room-modal-img-nav--prev{left:16px}.tcw-room-modal-img-nav--next{right:16px}.tcw-room-modal-thumbs{display:flex;gap:8px;padding:10px 16px;background:#f8fafc;overflow-x:auto;flex-shrink:0;border-top:1px solid #e2e8f0}.tcw-room-modal-thumbs::-webkit-scrollbar{height:4px}.tcw-room-modal-thumbs::-webkit-scrollbar-track{background:transparent}.tcw-room-modal-thumbs::-webkit-scrollbar-thumb{background:rgba(15,23,42,.15);border-radius:999px}.tcw-room-modal-thumb{flex:0 0 72px;width:72px;height:52px;border-radius:8px;overflow:hidden;border:2px solid transparent;cursor:pointer;padding:0;background:none;transition:border-color .2s,opacity .2s;opacity:.6}.tcw-room-modal-thumb img{width:100%;height:100%;object-fit:cover;display:block}.tcw-room-modal-thumb--active{border-color:#00a14f;opacity:1}.tcw-room-modal-thumb:hover{opacity:1}.tcw-room-modal-info{flex:1;display:flex;flex-direction:column;padding:28px 28px 20px;overflow-y:auto;min-width:0}.tcw-room-modal-name{margin:0 0 16px;font-size:20px;font-weight:800;color:#0f172a;line-height:1.3;padding-right:32px}.tcw-room-modal-specs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.tcw-room-modal-spec-tag{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;font-size:13px;font-weight:600;color:#334155;white-space:nowrap}.tcw-room-modal-spec-tag svg{flex-shrink:0;color:#64748b}.tcw-room-modal-amenities{margin-bottom:20px}.tcw-room-modal-amenities-title{margin:0 0 12px;font-size:15px;font-weight:800;color:#0f172a}.tcw-room-modal-amenities-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.tcw-room-modal-amenity-item{display:flex;align-items:center;gap:10px;font-size:13.5px;color:#334155;font-weight:500}.tcw-room-modal-amenity-item svg{flex-shrink:0}.tcw-room-modal-policies{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.tcw-room-modal-policy{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:8px;font-size:12.5px;font-weight:700;width:fit-content}.tcw-room-modal-policy--green{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.tcw-room-modal-policy--purple{background:#faf5ff;color:#7e22ce;border:1px solid #e9d5ff}.tcw-room-modal-footer{margin-top:auto;padding-top:16px;border-top:1px solid #f1f5f9;display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.tcw-room-modal-price-block{display:flex;flex-direction:column}.tcw-room-modal-price-label{font-size:12px;color:#94a3b8;font-weight:500}.tcw-room-modal-price-value{font-size:22px;font-weight:900;color:#00a14f;line-height:1.2}.tcw-room-modal-book-btn{flex-shrink:0;padding:12px 28px;background:linear-gradient(135deg,#00a14f,#008740);color:#ffffff;font-size:14px;font-weight:800;border:none;border-radius:12px;cursor:pointer;transition:transform .15s,box-shadow .2s,background .15s;box-shadow:0 4px 14px rgba(0,161,79,.25)}.tcw-room-modal-book-btn:hover{background:linear-gradient(135deg,#008740,#006c33);transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,161,79,.35)}.tcw-room-modal-book-btn:active{transform:translateY(0)}.tcw-room-modal-book-btn:disabled{opacity:.6;cursor:not-allowed}.tcw-room-modal-book-btn--selected{background:#e2e8f0!important;color:#64748b!important;box-shadow:none!important}@media (max-width:740px){.tcw-room-modal-overlay{padding:0;align-items:flex-end}.tcw-room-modal{flex-direction:column;max-height:95vh;border-radius:20px 20px 0 0;max-width:100%}.tcw-room-modal-gallery{flex:0 0 auto;max-width:100%}.tcw-room-modal-main-img-wrap{height:240px;min-height:240px;max-height:240px}.tcw-room-modal-info{padding:20px 20px 16px}.tcw-room-modal-name{font-size:17px;margin-bottom:12px}.tcw-room-modal-spec-tag{padding:6px 10px;font-size:12px}.tcw-room-modal-footer{flex-direction:column;align-items:stretch;gap:12px}.tcw-room-modal-price-block{flex-direction:row;align-items:baseline;gap:8px}.tcw-room-modal-price-value{font-size:20px}.tcw-room-modal-book-btn{width:100%;text-align:center;padding:14px}}.tcw-bot-suggestions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px;margin-bottom:4px}.tcw-bot-suggest-btn{padding:6px 14px;background:#ffffff;border:1px solid #00a14f;color:#00a14f;border-radius:999px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px rgba(0,0,0,.02)}.tcw-bot-suggest-btn:hover{background:#f0fdf4;border-color:#008740;color:#008740;transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,161,79,.08)}.tcw-bot-suggest-btn:active{transform:translateY(0)}.tcw-hotel-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(15,23,42,.55);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:999999;animation:tcw-fade-in .2s ease-out;padding:24px;font-family:Inter,system-ui,-apple-system,sans-serif}.tcw-hotel-modal-overlay *,.tcw-hotel-modal-overlay :after,.tcw-hotel-modal-overlay :before{box-sizing:border-box}.tcw-hotel-modal{position:relative;display:flex;flex-direction:row;background:#ffffff;border-radius:20px;box-shadow:0 25px 60px -12px rgba(0,0,0,.35);max-width:960px;width:100%;max-height:85vh;overflow:hidden;animation:tcw-modal-slide-up .35s cubic-bezier(.16,1,.3,1)}.tcw-hotel-modal-close{position:absolute;top:16px;right:16px;width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.9);border:1px solid #e2e8f0;color:#475569;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:20;transition:background .2s,transform .15s,box-shadow .2s;box-shadow:0 2px 8px rgba(0,0,0,.08)}.tcw-hotel-modal-close:hover{background:#ffffff;transform:scale(1.08);box-shadow:0 4px 12px rgba(0,0,0,.12)}.tcw-hotel-modal-gallery{flex:0 0 52%;max-width:52%;display:flex;flex-direction:column;background:#f8fafc;border-right:1px solid #e2e8f0}.tcw-hotel-modal-main-img-wrap{position:relative;flex:1;height:400px;min-height:400px;max-height:400px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#f1f5f9}.tcw-hotel-modal-main-img{width:100%;height:100%;object-fit:cover;animation:tcw-fade-in .25s ease-out}.tcw-hotel-modal-img-placeholder{display:flex;align-items:center;justify-content:center;background:#e2e8f0;width:100%;height:100%}.tcw-hotel-modal-img-label{position:absolute;bottom:16px;left:16px;background:rgba(15,23,42,.75);backdrop-filter:blur(4px);color:#ffffff;padding:6px 12px;border-radius:8px;font-size:13px;font-weight:500;max-width:80%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tcw-hotel-modal-img-nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.85);border:none;color:#1e293b;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;box-shadow:0 4px 10px rgba(0,0,0,.15);z-index:10}.tcw-hotel-modal-img-nav:hover{background:#ffffff;transform:translateY(-50%) scale(1.08)}.tcw-hotel-modal-img-nav--prev{left:16px}.tcw-hotel-modal-img-nav--next{right:16px}.tcw-hotel-modal-thumbs{display:flex;flex-direction:row;gap:8px;padding:12px;overflow-x:auto;background:#f8fafc;border-top:1px solid #e2e8f0;scroll-behavior:smooth}.tcw-hotel-modal-thumbs::-webkit-scrollbar{height:5px}.tcw-hotel-modal-thumbs::-webkit-scrollbar-track{background:transparent}.tcw-hotel-modal-thumbs::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:99px}.tcw-hotel-modal-thumb{flex:0 0 64px;width:64px;height:48px;border-radius:6px;border:2px solid transparent;padding:0;overflow:hidden;cursor:pointer;background:#e2e8f0;transition:border-color .2s,transform .15s}.tcw-hotel-modal-thumb img{width:100%;height:100%;object-fit:cover}.tcw-hotel-modal-thumb--active{border-color:#00a14f;transform:scale(1.05)}.tcw-hotel-modal-thumb:hover{transform:scale(1.05)}.tcw-hotel-modal-info{flex:0 0 48%;max-width:48%;display:flex;flex-direction:column;padding:32px;max-height:85vh}.tcw-hotel-modal-name{font-size:22px;font-weight:700;color:#0f172a;margin:0 0 10px;line-height:1.3}.tcw-hotel-modal-rating-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:12px}.tcw-hotel-modal-stars{display:inline-flex;gap:2px}.tcw-hotel-modal-rating-badge{background:#f0fdf4;color:#00a14f;font-weight:700;font-size:13px;padding:3px 8px;border-radius:6px;border:1px solid rgba(0,161,79,.15)}.tcw-hotel-modal-rating-name{font-size:13px;font-weight:600;color:#00a14f}.tcw-hotel-modal-reviews{font-size:13px;color:#64748b}.tcw-hotel-modal-address{display:flex;align-items:flex-start;font-size:13px;color:#475569;margin-bottom:20px;line-height:1.4}.tcw-hotel-modal-address svg{color:#64748b;margin-top:2px}.tcw-hotel-modal-scroll{flex:1;overflow-y:auto;margin-right:-16px;padding-right:16px;margin-bottom:24px}.tcw-hotel-modal-scroll::-webkit-scrollbar{width:6px}.tcw-hotel-modal-scroll::-webkit-scrollbar-track{background:transparent}.tcw-hotel-modal-scroll::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:99px}.tcw-hotel-modal-scroll::-webkit-scrollbar-thumb:hover{background:#cbd5e1}.tcw-hotel-modal-section{margin-bottom:20px}.tcw-hotel-modal-section-title{font-size:15px;font-weight:700;color:#1e293b;margin:0 0 10px;padding-bottom:6px;border-bottom:1px solid #f1f5f9}.tcw-hotel-modal-description{font-size:13.5px;color:#334155;line-height:1.55;margin:0;white-space:pre-line}.tcw-hotel-modal-amenities-grid{display:flex;flex-wrap:wrap;gap:8px}.tcw-hotel-modal-amenity-tag{display:inline-flex;align-items:center;font-size:12.5px;color:#334155;background:#f8fafc;padding:6px 12px;border-radius:8px;border:1px solid #e2e8f0}.tcw-hotel-modal-warning{display:flex;align-items:flex-start;background:#fffbeb;border:1px solid #fde68a;border-radius:10px;padding:10px 12px;font-size:12px;color:#b45309;line-height:1.4;margin-top:12px}.tcw-hotel-modal-warning svg{flex-shrink:0;margin-top:2px}.tcw-hotel-modal-footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #e2e8f0;padding-top:20px;margin-top:auto}.tcw-hotel-modal-price-block{display:flex;flex-direction:column}.tcw-hotel-modal-price-label{font-size:12px;color:#64748b;font-weight:500;margin-bottom:2px}.tcw-hotel-modal-price-value{font-size:20px;font-weight:800;color:#0f172a}.tcw-hotel-modal-book-btn{display:inline-flex;align-items:center;justify-content:center;background:#00a14f;color:#ffffff;border:none;font-size:14px;font-weight:700;padding:12px 28px;border-radius:12px;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px rgba(0,161,79,.2)}.tcw-hotel-modal-book-btn:hover{background:#008740;transform:translateY(-1px);box-shadow:0 6px 16px rgba(0,161,79,.3)}.tcw-hotel-modal-book-btn:active{transform:translateY(0)}.tcw-hotel-modal-book-btn:disabled{background:#cbd5e1;color:#94a3b8;cursor:not-allowed;box-shadow:none;transform:none}.tcw-hotel-modal-book-btn--selected{background:#e2e8f0;color:#64748b;border:1px solid #cbd5e1;box-shadow:none}.tcw-hotel-modal-book-btn--selected:hover{background:#e2e8f0;box-shadow:none;transform:none}.tcw-hotel-modal-spinner-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;min-height:400px}.tcw-hotel-modal-spinner{width:40px;height:40px;border:3.5px solid #f1f5f9;border-top-color:#00a14f;border-radius:50%;animation:tcw-spin .8s linear infinite}.tcw-hotel-modal--loading{max-width:450px}@keyframes tcw-spin{to{transform:rotate(1turn)}}@media (max-width:768px){.tcw-hotel-modal-overlay{padding:12px}.tcw-hotel-modal{flex-direction:column;max-height:92vh}.tcw-hotel-modal-gallery{flex:0 0 auto;max-width:100%}.tcw-hotel-modal-main-img-wrap{height:240px;min-height:240px;max-height:240px}.tcw-hotel-modal-info{flex:1 1 auto;max-width:100%;padding:20px;max-height:calc(92vh - 240px)}.tcw-hotel-modal-name{font-size:18px}.tcw-hotel-modal-scroll{margin-bottom:16px}.tcw-hotel-modal-close{top:12px;right:12px;width:32px;height:32px}.tcw-hotel-modal-book-btn{padding:10px 20px}}.tcw-tooltip-trigger{position:relative}.tcw-tooltip-content{visibility:hidden;bottom:130%;background-color:#1e293b;color:#ffffff;text-align:left;padding:8px 12px;border-radius:8px;font-size:11px;line-height:1.4;font-weight:500;width:200px;max-width:200px;word-wrap:break-word;white-space:normal;z-index:10000;opacity:0;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);transition:opacity .15s ease,visibility .15s ease;pointer-events:none;font-family:Inter,system-ui,-apple-system,sans-serif;text-transform:none;letter-spacing:normal}.tcw-tooltip-content,.tcw-tooltip-content:after{position:absolute;left:50%;transform:translateX(-50%)}.tcw-tooltip-content:after{content:"";top:100%;border:5px solid transparent;border-top-color:#1e293b}.tcw-tooltip-trigger:hover .tcw-tooltip-content{visibility:visible;opacity:1}.tcw-followup-container{margin-top:12px;margin-bottom:4px;display:flex;flex-direction:column;gap:6px;animation:tcw-fade-in .3s ease-out}.tcw-followup-title{font-size:12px;font-weight:700;color:#64748b;margin-left:2px}.tcw-followup-list{display:flex;flex-wrap:wrap;gap:8px}.tcw-followup-btn{padding:6px 14px;background:#ffffff;border:1px solid #e2e8f0;color:#1e293b;border-radius:999px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px rgba(0,0,0,.02)}.tcw-followup-btn:hover{background:#f0fdf4;border-color:#00a14f;color:#00a14f;transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,161,79,.08)}.tcw-followup-btn:active{transform:translateY(0)}.tcw-options-card{margin-top:16px;padding:24px;border-radius:24px;border:1px solid #f1f5f9;background:linear-gradient(135deg,#ffffff,#f8fafc);max-width:440px;box-shadow:0 10px 25px -5px rgba(15,23,42,.04),0 8px 10px -6px rgba(15,23,42,.03);animation:tcw-fade-in .3s ease-out}.tcw-options-title{font-size:15px;font-weight:800;color:#1e293b;margin-bottom:4px;letter-spacing:-.01em}.tcw-options-question{font-size:12px;font-weight:600;color:#64748b;margin-bottom:16px;line-height:1.5}.tcw-options-list{display:flex;flex-direction:column;gap:10px}.tcw-options-btn{width:100%;justify-content:space-between;text-align:left;padding:12px 16px;background:#ffffff;border:1px solid #e2e8f0;border-radius:16px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px rgba(0,0,0,.02)}.tcw-options-btn,.tcw-options-btn-left{display:flex;align-items:center;gap:12px}.tcw-options-btn-left{flex:1;min-width:0}.tcw-options-badge{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:#f8fafc;color:#94a3b8;font-size:10px;font-weight:700;transition:all .2s ease}.tcw-options-label{font-size:13px;font-weight:700;color:#334155;transition:color .2s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tcw-options-chevron{display:inline-flex;align-items:center;color:#cbd5e1;transition:all .2s ease}.tcw-options-btn:hover{background:#ffffff;border-color:rgba(0,161,79,.3);transform:translateY(-1.5px);box-shadow:0 6px 16px rgba(0,161,79,.06)}.tcw-options-btn:hover .tcw-options-badge{background:#dcfce7;color:#008740}.tcw-options-btn:hover .tcw-options-label{color:#008740}.tcw-options-btn:hover .tcw-options-chevron{color:#00a14f;transform:translateX(2px)}.tcw-options-btn:active{transform:translateY(0)}.tcw-bot-message-form-area{width:100%;box-sizing:border-box;margin-top:2px;border-radius:14px}.tcw-bot-message-form-area .tcw-booking-card{margin:0;width:100%!important;border-radius:14px;overflow:hidden;transform:translateZ(0);-webkit-transform:translateZ(0)}.tcw-bot-message-form-area .tcw-booking-card>div:first-child{border-top-left-radius:14px;border-top-right-radius:14px}.tcw-bot-message-form-area .tcw-booking-card .tcw-iframe-wrapper{border-bottom-left-radius:14px;border-bottom-right-radius:14px;overflow:hidden}.tcw-bot-message-form-area .tcw-booking-card iframe{border-bottom-left-radius:14px;border-bottom-right-radius:14px}.tcw-bot-message-form-area .tcw-form-placeholder{margin:0;border:1px solid #e2e8f0;border-radius:12px}@media (max-width:480px){.tcw-bot-message-form-area{margin-top:0;border-radius:12px}.tcw-bot-message-form-area .tcw-booking-card{border-radius:12px}.tcw-bot-message-form-area .tcw-booking-card>div:first-child{border-top-left-radius:12px;border-top-right-radius:12px}.tcw-bot-message-form-area .tcw-booking-card .tcw-iframe-wrapper,.tcw-bot-message-form-area .tcw-booking-card iframe{border-bottom-left-radius:12px;border-bottom-right-radius:12px}}.tcw-hotel-modal-rooms-title{font-size:16px;font-weight:700;color:#1e293b;margin:24px 0 12px;border-bottom:2px solid #f1f5f9;padding-bottom:8px;display:flex;align-items:center;justify-content:space-between}.tcw-hotel-modal-rooms-list{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.tcw-hotel-modal-room-card{display:flex;background:#ffffff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;transition:all .2s ease;box-shadow:0 1px 3px rgba(0,0,0,.05)}.tcw-hotel-modal-room-card:hover{border-color:#cbd5e1;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.tcw-hotel-modal-room-img-wrap{width:110px;height:110px;flex-shrink:0;position:relative;background:#f8fafc}.tcw-hotel-modal-room-img{width:100%;height:100%;object-fit:cover}.tcw-hotel-modal-room-img-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#94a3b8;background:#f1f5f9}.tcw-hotel-modal-room-info{flex:1;padding:10px 12px;display:flex;flex-direction:column;justify-content:space-between;min-width:0}.tcw-hotel-modal-room-name-row{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:4px}.tcw-hotel-modal-room-name{font-size:14px;font-weight:600;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.tcw-hotel-modal-room-detail-btn{background:none;border:none;color:#00a14f;font-size:12px;font-weight:600;cursor:pointer;padding:0;display:flex;align-items:center;gap:2px;flex-shrink:0}.tcw-hotel-modal-room-detail-btn:hover{text-decoration:underline}.tcw-hotel-modal-room-specs{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:6px}.tcw-hotel-modal-room-spec-tag{font-size:11px;color:#64748b;background:#f8fafc;padding:2px 6px;border-radius:4px;border:1px solid #e2e8f0}.tcw-hotel-modal-room-policies{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.tcw-hotel-modal-room-policy-tag{font-size:11px;padding:2px 6px;border-radius:4px;font-weight:500}.tcw-hotel-modal-room-policy-tag--green{color:#15803d;background:#f0fdf4}.tcw-hotel-modal-room-policy-tag--purple{color:#6b21a8;background:#faf5ff}.tcw-hotel-modal-room-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;border-top:1px dashed #f1f5f9;padding-top:8px}.tcw-hotel-modal-room-price{display:flex;flex-direction:column}.tcw-hotel-modal-room-price-val{font-size:15px;font-weight:700;color:#00a14f}.tcw-hotel-modal-room-price-lbl{font-size:10px;color:#64748b}.tcw-hotel-modal-room-book-btn{background:#00a14f;color:#ffffff;border:none;font-size:12px;font-weight:600;padding:6px 14px;border-radius:6px;cursor:pointer;transition:background .2s}.tcw-hotel-modal-room-book-btn:hover{background:#00843c}.tcw-hotel-modal-room-book-btn:disabled{background:#94a3b8;cursor:not-allowed}.tcw-hotel-modal-room-skeleton{height:110px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px}@media (max-width:640px){.tcw-hotel-modal-room-card{flex-direction:row}.tcw-hotel-modal-room-img-wrap{width:90px;height:90px}.tcw-hotel-modal-room-info{padding:8px 10px}.tcw-hotel-modal-room-name{font-size:13px}.tcw-hotel-modal-room-price-val{font-size:14px}}
/*# sourceMappingURL=48e60599ba75481a.css.map*/