@import "https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap";
:root{--primary:#e63946;--primary-light:#ff2d55;--primary-gradient:linear-gradient(135deg,#e63946 0%,#ff2d55 100%);--primary-glow:0 0 30px #e6394640;--bg-white:#fff;--bg-light:#f7f7f9;--bg-surface:#eeeef2;--bg-card:#00000005;--bg-card-hover:#0000000a;--bg-glass:#ffffffe0;--text-primary:#1a1a2e;--text-secondary:#556;--text-muted:#889;--text-dark:#2d2d2d;--white:#fff;--border-color:#00000014;--font-heading:"Arial","Helvetica Neue",Helvetica,sans-serif;--font-body:"Roboto",sans-serif;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-full:9999px;--space-xs:.5rem;--space-sm:1rem;--space-md:2rem;--space-lg:4rem;--space-xl:6rem;--space-2xl:8rem;--max-width:1200px;--nav-height:72px;--transition-fast:.2s ease;--transition-normal:.3s ease;--transition-slow:.5s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);color:var(--text-primary);background-color:var(--bg-white);font-weight:400;line-height:1.7;overflow-x:hidden}::selection{background:var(--primary);color:var(--white)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-light)}::-webkit-scrollbar-thumb{background:var(--bg-surface);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--primary)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--text-primary);font-weight:700;line-height:1.15}h1{font-size:clamp(2.2rem,5vw,4rem)}h2{font-size:clamp(1.6rem,3.5vw,2.6rem)}h3{font-size:clamp(1.2rem,2vw,1.5rem)}p{color:var(--text-secondary);max-width:680px;font-size:1.05rem}a{color:inherit;transition:color var(--transition-fast);text-decoration:none}ul{list-style:none}img{max-width:100%;display:block}.container{width:100%;max-width:var(--max-width);padding:0 var(--space-md);margin:0 auto}.section{padding:var(--space-xl)0}.gradient-text{background:var(--primary-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.accent-line{background:var(--primary-gradient);border-radius:var(--radius-full);width:60px;height:4px}@media (max-width:768px){.container{padding:0 var(--space-sm)}.section{padding:var(--space-lg)0}}
.ChatBubble-module__ux5AHG__chatToggle{z-index:9999;background:var(--primary-gradient);width:60px;height:60px;color:var(--white);cursor:pointer;transition:transform var(--transition-fast),box-shadow var(--transition-fast);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.6rem;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 6px 24px #e6394659}.ChatBubble-module__ux5AHG__chatToggle:hover{transform:scale(1.08);box-shadow:0 8px 32px #e6394673}.ChatBubble-module__ux5AHG__chatToggleOpen{background:var(--text-primary);box-shadow:0 6px 24px #0003}.ChatBubble-module__ux5AHG__chatToggleOpen:hover{box-shadow:0 8px 32px #0000004d}.ChatBubble-module__ux5AHG__unreadBadge{border:2px solid var(--bg-white);background:#22c55e;border-radius:50%;width:18px;height:18px;animation:2s ease-in-out infinite ChatBubble-module__ux5AHG__badgePulse;position:absolute;top:-2px;right:-2px}@keyframes ChatBubble-module__ux5AHG__badgePulse{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.ChatBubble-module__ux5AHG__chatWindow{z-index:9998;background:var(--bg-white);border-radius:var(--radius-lg);border:1px solid var(--border-color);opacity:0;pointer-events:none;flex-direction:column;width:380px;max-height:520px;transition:opacity .25s,transform .25s;display:flex;position:fixed;bottom:100px;right:24px;overflow:hidden;transform:translateY(20px)scale(.95);box-shadow:0 20px 60px #00000026,0 4px 16px #00000014}.ChatBubble-module__ux5AHG__chatWindowOpen{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.ChatBubble-module__ux5AHG__chatHeader{background:var(--primary-gradient);color:var(--white);flex-shrink:0;align-items:center;gap:.75rem;padding:1rem 1.25rem;display:flex}.ChatBubble-module__ux5AHG__chatAvatar{background:#fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.1rem;display:flex}.ChatBubble-module__ux5AHG__chatHeaderInfo h4{color:var(--white);margin:0;font-size:.95rem;font-weight:600;line-height:1.3}.ChatBubble-module__ux5AHG__chatHeaderInfo p{color:#fffc;max-width:none;margin:0;font-size:.75rem}.ChatBubble-module__ux5AHG__chatMessages{background:var(--bg-light);flex-direction:column;flex:1;gap:.75rem;min-height:200px;max-height:320px;padding:1rem;display:flex;overflow-y:auto}.ChatBubble-module__ux5AHG__chatMessages::-webkit-scrollbar{width:4px}.ChatBubble-module__ux5AHG__chatMessages::-webkit-scrollbar-thumb{background:var(--bg-surface);border-radius:var(--radius-full)}.ChatBubble-module__ux5AHG__messageBubble{border-radius:var(--radius-md);word-wrap:break-word;max-width:85%;padding:.7rem 1rem;font-size:.88rem;line-height:1.5;animation:.2s ChatBubble-module__ux5AHG__fadeInUp}@keyframes ChatBubble-module__ux5AHG__fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.ChatBubble-module__ux5AHG__messageUser{background:var(--primary);color:var(--white);border-bottom-right-radius:4px;align-self:flex-end}.ChatBubble-module__ux5AHG__messageBot{background:var(--bg-white);color:var(--text-primary);border:1px solid var(--border-color);border-bottom-left-radius:4px;align-self:flex-start}.ChatBubble-module__ux5AHG__typingIndicator{background:var(--bg-white);border:1px solid var(--border-color);border-radius:var(--radius-md);border-bottom-left-radius:4px;align-self:flex-start;gap:4px;padding:.7rem 1rem;display:flex}.ChatBubble-module__ux5AHG__typingDot{background:var(--text-muted);border-radius:50%;width:7px;height:7px;animation:1.4s ease-in-out infinite ChatBubble-module__ux5AHG__typingBounce}.ChatBubble-module__ux5AHG__typingDot:nth-child(2){animation-delay:.2s}.ChatBubble-module__ux5AHG__typingDot:nth-child(3){animation-delay:.4s}@keyframes ChatBubble-module__ux5AHG__typingBounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-6px)}}.ChatBubble-module__ux5AHG__chatInputArea{border-top:1px solid var(--border-color);background:var(--bg-white);flex-shrink:0;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.ChatBubble-module__ux5AHG__chatInput{border:1px solid var(--border-color);border-radius:var(--radius-full);font-size:.88rem;font-family:var(--font-body);color:var(--text-primary);background:var(--bg-light);transition:border-color var(--transition-fast),box-shadow var(--transition-fast);outline:none;flex:1;padding:.6rem 1rem}.ChatBubble-module__ux5AHG__chatInput:focus{border-color:var(--primary);background:var(--bg-white);box-shadow:0 0 0 3px #e639461a}.ChatBubble-module__ux5AHG__chatInput::placeholder{color:var(--text-muted)}.ChatBubble-module__ux5AHG__chatSendBtn{background:var(--primary-gradient);width:38px;height:38px;color:var(--white);cursor:pointer;transition:transform var(--transition-fast),opacity var(--transition-fast);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;display:flex}.ChatBubble-module__ux5AHG__chatSendBtn:hover{transform:scale(1.08)}.ChatBubble-module__ux5AHG__chatSendBtn:disabled{opacity:.5;cursor:not-allowed;transform:none}@media (max-width:480px){.ChatBubble-module__ux5AHG__chatWindow{width:auto;max-height:70vh;bottom:90px;left:12px;right:12px}.ChatBubble-module__ux5AHG__chatToggle{width:54px;height:54px;font-size:1.4rem;bottom:16px;right:16px}}
