:root{--color-primary:#1a4d45;--color-primary-light:#4a7a72;--color-primary-dark:#0d2b26;--color-secondary:#c88d8d;--color-secondary-light:#e6c2c2;--color-secondary-dark:#8f5252;--color-accent:#ebe5de;--color-gold:#d4af37;--color-background:#f9f7f5;--color-surface:#ffffffd9;--color-surface-alt:#f0f4f3;--color-text-primary:#111827;--color-text-secondary:#4b5563;--color-text-on-primary:#fff;--color-border:#e5e7eb;--gradient-primary:linear-gradient(135deg,var(--color-primary)0%,var(--color-primary-dark)100%);--gradient-secondary:linear-gradient(135deg,var(--color-secondary)0%,var(--color-secondary-dark)100%);--gradient-surface:linear-gradient(180deg,#ffffffe6 0%,#ffffff80 100%);--gradient-glow:radial-gradient(circle at 50% 50%,#c88d8d26 0%,#fff0 70%);--font-family-h:"Outfit",sans-serif;--font-family-body:"Inter",sans-serif;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:2rem;--font-size-4xl:3.5rem;--font-size-5xl:5rem;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:4rem;--spacing-3xl:8rem;--radius-sm:.375rem;--radius-md:.75rem;--radius-lg:1.5rem;--radius-xl:2.5rem;--radius-full:9999px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;--shadow-lg:0 10px 15px -3px #0000000d,0 4px 6px -2px #00000008;--shadow-xl:0 20px 25px -5px #0000000d,0 10px 10px -5px #00000005;--shadow-glow:0 0 40px #c88d8d33}.glass{background:var(--color-surface);-webkit-backdrop-filter:blur(12px);box-shadow:var(--shadow-lg);border:1px solid #ffffff80}.text-gradient{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;font-family:var(--font-family-body);background-color:var(--color-background);color:var(--color-text-primary);scroll-behavior:smooth;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-family-h);margin-bottom:var(--spacing-md);color:var(--color-text-primary);font-weight:700;line-height:1.2}h1{font-size:var(--font-size-4xl)}h2{font-size:var(--font-size-3xl)}h3{font-size:var(--font-size-2xl)}h4{font-size:var(--font-size-xl)}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;font-family:inherit}@keyframes pageLoad{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.animate-page-load{opacity:0;animation:1.2s cubic-bezier(.22,1,.36,1) forwards pageLoad}
.SupportChatbot-module__pkehdq__fab{background:var(--color-primary,#db2777);color:#fff;cursor:pointer;z-index:1000;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 12px #db27774d}.SupportChatbot-module__pkehdq__fab:hover{transform:translateY(-4px)scale(1.05);box-shadow:0 8px 16px #db277766}.SupportChatbot-module__pkehdq__fab.SupportChatbot-module__pkehdq__hidden{opacity:0;pointer-events:none;transform:scale(0)}.SupportChatbot-module__pkehdq__fabIcon{font-size:24px}.SupportChatbot-module__pkehdq__chatWindow{z-index:1000;transform-origin:100% 100%;opacity:0;pointer-events:none;background:#fff;border:1px solid #e2e8f0cc;border-radius:20px;flex-direction:column;width:380px;max-width:calc(100vw - 48px);height:600px;max-height:calc(100vh - 48px);transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;bottom:24px;right:24px;overflow:hidden;transform:scale(0);box-shadow:0 12px 28px #00000026,0 2px 8px #0000000d}.SupportChatbot-module__pkehdq__chatWindow.SupportChatbot-module__pkehdq__open{opacity:1;pointer-events:all;transform:scale(1)}.SupportChatbot-module__pkehdq__header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.SupportChatbot-module__pkehdq__headerTitle{align-items:center;gap:12px;display:flex}.SupportChatbot-module__pkehdq__botIcon{background:#fce7f3;border-radius:12px;padding:6px;font-size:24px}.SupportChatbot-module__pkehdq__headerTitle h3{color:#0f172a;margin:0;font-size:16px;font-weight:700}.SupportChatbot-module__pkehdq__status{color:#10b981;align-items:center;gap:4px;font-size:12px;font-weight:500;display:flex}.SupportChatbot-module__pkehdq__status:before{content:"";background:#10b981;border-radius:50%;width:6px;height:6px;display:block}.SupportChatbot-module__pkehdq__closeBtn{color:#64748b;cursor:pointer;background:0 0;border:none;padding:4px;font-size:16px;transition:color .2s}.SupportChatbot-module__pkehdq__closeBtn:hover{color:#0f172a}.SupportChatbot-module__pkehdq__messageArea{background:#f8fafc;flex-direction:column;flex:1;gap:16px;padding:20px;display:flex;overflow-y:auto}.SupportChatbot-module__pkehdq__emptyState{text-align:center;color:#64748b;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:0 20px;display:flex}.SupportChatbot-module__pkehdq__sparkle{margin-bottom:16px;font-size:32px}.SupportChatbot-module__pkehdq__message{max-width:85%;display:flex}.SupportChatbot-module__pkehdq__message.SupportChatbot-module__pkehdq__user{align-self:flex-end}.SupportChatbot-module__pkehdq__message.SupportChatbot-module__pkehdq__assistant{align-self:flex-start}.SupportChatbot-module__pkehdq__bubble{word-wrap:break-word;border-radius:16px;padding:12px 16px;font-size:14.5px;line-height:1.5;animation:.3s cubic-bezier(.175,.885,.32,1.275) SupportChatbot-module__pkehdq__bubblePop}@keyframes SupportChatbot-module__pkehdq__bubblePop{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.SupportChatbot-module__pkehdq__user .SupportChatbot-module__pkehdq__bubble{background:var(--color-primary,#db2777);color:#fff;border-bottom-right-radius:4px}.SupportChatbot-module__pkehdq__assistant .SupportChatbot-module__pkehdq__bubble{color:#334155;background:#fff;border:1px solid #e2e8f0;border-bottom-left-radius:4px;box-shadow:0 1px 2px #0000000d}.SupportChatbot-module__pkehdq__inputArea{background:#fff;border-top:1px solid #e2e8f0;gap:8px;padding:16px;display:flex}.SupportChatbot-module__pkehdq__inputField{background:#f8fafc;border:1px solid #e2e8f0;border-radius:24px;outline:none;flex:1;padding:12px 16px;font-size:14px;transition:all .2s}.SupportChatbot-module__pkehdq__inputField:focus{background:#fff;border-color:#cbd5e1;box-shadow:0 0 0 2px #e2e8f080}.SupportChatbot-module__pkehdq__sendBtn{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:20px;padding:0 20px;font-size:14px;font-weight:600;transition:all .2s}.SupportChatbot-module__pkehdq__sendBtn:disabled{cursor:not-allowed;background:#94a3b8}.SupportChatbot-module__pkehdq__sendBtn:not(:disabled):hover{background:#334155}.SupportChatbot-module__pkehdq__errorMsg{text-align:center;color:#ef4444;padding:8px;font-size:12px}.SupportChatbot-module__pkehdq__typingIndicator{gap:4px;padding:4px;display:flex}.SupportChatbot-module__pkehdq__typingIndicator span{background:#94a3b8;border-radius:50%;width:6px;height:6px;animation:1s ease-in-out infinite SupportChatbot-module__pkehdq__typing}.SupportChatbot-module__pkehdq__typingIndicator span:first-child{animation-delay:0s}.SupportChatbot-module__pkehdq__typingIndicator span:nth-child(2){animation-delay:.2s}.SupportChatbot-module__pkehdq__typingIndicator span:nth-child(3){animation-delay:.4s}@keyframes SupportChatbot-module__pkehdq__typing{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@media (max-width:480px){.SupportChatbot-module__pkehdq__chatWindow{border-radius:0;width:100%;max-width:100vw;height:100%;max-height:100vh;bottom:0;right:0}}
