@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Outfit:wght@400;500;600;700;800;900&display=swap";
:root{--color-primary:#0093e9;--color-primary-hover:#007bc4;--color-secondary:#00d2ff;--color-accent:#ff9a9e;--color-accent-mint:#80d0c7;--color-accent-yellow:#fec89a;--color-bg:#fff;--color-surface:#ffffffa6;--color-surface-glass:#ffffffbf;--color-ocean-dark:#0c4a6e;--color-ocean-mid:#0284c7;--color-border:#0093e914;--color-border-hover:#0093e92e;--color-border-subtle:#0000000a;--color-text:#0f172a;--color-text-secondary:#475569;--color-text-tertiary:#94a3b8;--color-text-inverse:#fff;--color-success:#10b981;--color-warning:#f59e0b;--color-danger:#ef4444;--radius-xs:8px;--radius-sm:12px;--radius-md:20px;--radius-lg:28px;--radius-xl:40px;--radius-full:9999px;--shadow-sm:0 4px 12px #0093e90a, 0 1px 3px #00000003;--shadow-md:0 16px 36px #0093e90f, 0 4px 12px #00000005;--shadow-lg:0 32px 72px #0093e91a, 0 8px 24px #00000008;--shadow-glow:0 0 30px #00d2ff26;--shadow-glow-pink:0 0 30px #ff9a9e40;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-display:"Outfit", "Inter", sans-serif;--nav-height:72px;--transition:.35s cubic-bezier(.34, 1.56, .64, 1)}body.depth-dark{--color-text:#fff;--color-text-secondary:#ffffffbf;--color-text-tertiary:#ffffff80;--color-border:#ffffff26;--color-border-subtle:#ffffff14}body.depth-light{--color-text:#0f172a;--color-text-secondary:#475569;--color-text-tertiary:#94a3b8;--color-border:#0093e914;--color-border-subtle:#0000000a}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--color-bg)}body{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);min-height:100vh;line-height:1.6;transition:background-color .8s cubic-bezier(.16,1,.3,1),color .4s;overflow-x:hidden}img,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font:inherit;background:0 0;border:none}input,textarea,select{font:inherit}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);letter-spacing:-.02em;font-weight:800;line-height:1.2}.container{max-width:1200px;margin:0 auto;padding:0 24px}.container--wide{max-width:1400px;margin:0 auto;padding:0 32px}.section{padding:90px 0;position:relative}.section--lg{padding:120px 0;position:relative}.grid{display:grid}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-sm{gap:8px}.gap-md{gap:16px}.gap-lg{gap:24px}.gap-xl{gap:32px}.grid-bg{pointer-events:none;z-index:1;background-image:linear-gradient(#0093e905 1px,#0000 1px),linear-gradient(90deg,#0093e905 1px,#0000 1px);background-position:50%;background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 65%,#000 40%,#0000 100%);mask-image:radial-gradient(70% 65%,#000 40%,#0000 100%)}.glow-orb{filter:blur(120px);border-radius:var(--radius-full);opacity:.22;pointer-events:none;z-index:0;width:600px;height:600px;position:absolute}.glow-orb--primary{background:var(--color-primary)}.glow-orb--cyan{background:var(--color-secondary)}.glow-orb--pink{background:var(--color-accent)}.glow-orb--mint{background:var(--color-accent-mint)}.glow-orb--yellow{background:var(--color-accent-yellow)}.btn{border-radius:var(--radius-full);letter-spacing:-.01em;transition:all var(--transition);white-space:nowrap;cursor:pointer;justify-content:center;align-items:center;gap:10px;padding:15px 32px;font-size:15px;font-weight:700;display:inline-flex;position:relative;overflow:hidden}.btn:after{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:all .5s;position:absolute;top:0;left:-100%}.btn:hover:after{left:100%}.btn--primary{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent-mint) 100%);color:var(--color-text-inverse);border:1.5px solid #fff3;box-shadow:0 6px 20px #0093e940}.btn--primary:hover{transform:translateY(-3px)scale(1.02);box-shadow:0 10px 25px #0093e959}.btn--secondary{color:var(--color-primary);-webkit-backdrop-filter:blur(10px);box-shadow:var(--shadow-sm);background:#ffffffd9;border:2px solid #0093e926}.btn--secondary:hover{border-color:var(--color-primary);box-shadow:var(--shadow-md);background:#fff;transform:translateY(-3px)scale(1.02)}.btn--ghost{color:var(--color-text-secondary);padding:10px 20px}.btn--ghost:hover{color:var(--color-primary);border-radius:var(--radius-md);background:#0093e90d}.btn--lg{padding:18px 40px;font-size:16px}.btn--sm{padding:10px 24px;font-size:13px}.glass-card{background:var(--color-surface-glass);-webkit-backdrop-filter:blur(20px);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transition:all var(--transition)}.glass-card:hover{box-shadow:var(--shadow-lg), var(--shadow-glow);background:#ffffffd9;border-color:#0093e933;transform:translateY(-5px)}.badge{border-radius:var(--radius-full);border:1px solid #0000;align-items:center;gap:6px;padding:6px 14px;font-size:12px;font-weight:700;display:inline-flex}.badge--primary{color:var(--color-primary);background:#0093e90f;border-color:#0093e91f}.badge--ocean{color:#007bc4;background:#00d2ff14;border-color:#00d2ff26}.badge--success{color:var(--color-success);background:#10b9810f;border-color:#10b9811f}.badge--pink{color:#e11d48;background:#ff9a9e1f;border-color:#ff9a9e33}.section-label{letter-spacing:.15em;text-transform:uppercase;color:var(--color-primary);margin-bottom:16px;font-size:13px;font-weight:800}.section-title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--color-text);margin-bottom:20px;font-size:clamp(30px,4vw,50px);font-weight:800;line-height:1.2}.section-desc{color:var(--color-text-secondary);max-width:640px;font-size:clamp(16px,1.7vw,18px);line-height:1.8}.gradient-text{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 50%, var(--color-accent-mint) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:inline-block}.gradient-text-pink{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:inline-block}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-8px)rotate(.5deg)}}@keyframes pulse-ring{0%{opacity:.9;transform:scale(.85)}to{opacity:0;transform:scale(2.2)}}.animate-fadeUp{animation:.6s cubic-bezier(.34,1.56,.64,1) forwards fadeUp}.animate-float{animation:5s ease-in-out infinite float}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{border-radius:var(--radius-full);border:2px solid var(--color-bg);background:#0093e926}::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}@media (max-width:768px){.container{padding:0 20px}.section{padding:70px 0}.section--lg{padding:90px 0}}.reveal{opacity:1;transform:none}@keyframes ctaPulse{0%,to{transform:scale(1);box-shadow:0 0 #0093e959}50%{transform:scale(1.02);box-shadow:0 0 0 14px #0093e900}}.pulse{animation:2.8s cubic-bezier(.34,1.56,.64,1) infinite ctaPulse}
.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(../media/layers.1220hx8ja1.sy.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(../media/layers-2x.0olxl6i2vnf_c.png);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(../media/marker-icon.0i9~u_difxrfa.png)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
.ChatWidget-module__yyeGCW__root{z-index:1000;font-family:var(--font-sans);position:fixed;bottom:24px;right:24px}.ChatWidget-module__yyeGCW__fab{border-radius:var(--radius-full);background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent-mint) 100%);color:#fff;width:60px;height:60px;transition:transform var(--transition), box-shadow var(--transition);border:1.5px solid #ffffff59;justify-content:center;align-items:center;display:flex;box-shadow:0 10px 30px #0093e959,0 2px 8px #0000000f}.ChatWidget-module__yyeGCW__fab:hover{transform:translateY(-3px)scale(1.05);box-shadow:0 16px 40px #0093e973,0 4px 12px #00000014}.ChatWidget-module__yyeGCW__fab svg{width:28px;height:28px}.ChatWidget-module__yyeGCW__fabBadge{background:var(--color-accent);color:#fff;border-radius:var(--radius-full);box-shadow:var(--shadow-sm);padding:2px 7px;font-size:10px;font-weight:800;position:absolute;top:-4px;right:-4px}.ChatWidget-module__yyeGCW__panel{border-radius:var(--radius-lg);border:1px solid var(--color-border);transform-origin:100% 100%;background:#fff;flex-direction:column;width:min(390px,100vw - 32px);height:min(600px,100vh - 120px);animation:.35s cubic-bezier(.34,1.56,.64,1) ChatWidget-module__yyeGCW__popIn;display:flex;position:absolute;bottom:76px;right:0;overflow:hidden;box-shadow:0 32px 72px #0093e92e,0 8px 24px #00000014}@keyframes ChatWidget-module__yyeGCW__popIn{0%{opacity:0;transform:translateY(12px)scale(.94)}to{opacity:1;transform:translateY(0)scale(1)}}.ChatWidget-module__yyeGCW__header{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-ocean-mid) 100%);color:#fff;align-items:center;gap:12px;padding:16px 18px;display:flex}.ChatWidget-module__yyeGCW__headerAvatar{border-radius:var(--radius-full);background:#fff3;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:20px;display:flex}.ChatWidget-module__yyeGCW__headerText{flex:1;min-width:0}.ChatWidget-module__yyeGCW__headerTitle{font-family:var(--font-display);font-size:15px;font-weight:800;line-height:1.2}.ChatWidget-module__yyeGCW__headerStatus{opacity:.85;align-items:center;gap:5px;font-size:11px;display:flex}.ChatWidget-module__yyeGCW__statusDot{border-radius:var(--radius-full);background:#4ade80;width:7px;height:7px;animation:2s infinite ChatWidget-module__yyeGCW__statusPulse;box-shadow:0 0 #4ade80b3}@keyframes ChatWidget-module__yyeGCW__statusPulse{0%{box-shadow:0 0 #4ade8099}70%{box-shadow:0 0 0 6px #4ade8000}to{box-shadow:0 0 #4ade8000}}.ChatWidget-module__yyeGCW__close{color:#fff;opacity:.85;border-radius:var(--radius-sm);padding:4px;transition:opacity .2s,background .2s;display:flex}.ChatWidget-module__yyeGCW__close:hover{opacity:1;background:#ffffff26}.ChatWidget-module__yyeGCW__messages{background:radial-gradient(80% 50% at 50% 0,#00d2ff0d,#0000 70%),#f8fbfe;flex-direction:column;flex:1;gap:12px;padding:18px 16px;display:flex;overflow-y:auto}.ChatWidget-module__yyeGCW__row{display:flex}.ChatWidget-module__yyeGCW__rowUser{justify-content:flex-end}.ChatWidget-module__yyeGCW__rowBot{justify-content:flex-start}.ChatWidget-module__yyeGCW__bubble{white-space:pre-wrap;word-break:break-word;border-radius:18px;max-width:82%;padding:11px 14px;font-size:14px;line-height:1.6}.ChatWidget-module__yyeGCW__bubbleBot{color:var(--color-text);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);background:#fff;border-bottom-left-radius:6px}.ChatWidget-module__yyeGCW__bubbleUser{background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-ocean-mid) 100%);color:#fff;border-bottom-right-radius:6px}.ChatWidget-module__yyeGCW__typing{gap:4px;padding:4px 2px;display:inline-flex}.ChatWidget-module__yyeGCW__typing span{border-radius:var(--radius-full);background:var(--color-text-tertiary);width:7px;height:7px;animation:1.2s ease-in-out infinite ChatWidget-module__yyeGCW__typingBounce}.ChatWidget-module__yyeGCW__typing span:nth-child(2){animation-delay:.15s}.ChatWidget-module__yyeGCW__typing span:nth-child(3){animation-delay:.3s}@keyframes ChatWidget-module__yyeGCW__typingBounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.ChatWidget-module__yyeGCW__suggestions{flex-direction:column;gap:8px;margin-top:4px;display:flex}.ChatWidget-module__yyeGCW__suggestion{text-align:left;color:var(--color-primary);border-radius:var(--radius-md);background:#0093e90f;border:1px solid #0093e924;padding:10px 14px;font-size:13px;font-weight:600;transition:background .2s,transform .2s}.ChatWidget-module__yyeGCW__suggestion:hover{background:#0093e91a;transform:translate(2px)}.ChatWidget-module__yyeGCW__inputBar{border-top:1px solid var(--color-border);background:#fff;align-items:flex-end;gap:8px;padding:12px;display:flex}.ChatWidget-module__yyeGCW__textarea{resize:none;max-height:110px;color:var(--color-text);border-radius:var(--radius-md);background:#f1f6fb;border:1px solid #0000;outline:none;flex:1;padding:10px 14px;font-size:14px;line-height:1.5;transition:border-color .2s,background .2s}.ChatWidget-module__yyeGCW__textarea:focus{border-color:var(--color-primary);background:#fff}.ChatWidget-module__yyeGCW__send{border-radius:var(--radius-full);background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-accent-mint) 100%);color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:transform .2s,opacity .2s;display:flex}.ChatWidget-module__yyeGCW__send:hover:not(:disabled){transform:scale(1.08)}.ChatWidget-module__yyeGCW__send:disabled{opacity:.4;cursor:not-allowed}.ChatWidget-module__yyeGCW__send svg{width:20px;height:20px}.ChatWidget-module__yyeGCW__disclaimer{color:var(--color-text-tertiary);text-align:center;background:#fff;padding:0 12px 10px;font-size:10px}.ChatWidget-module__yyeGCW__disclaimer a{color:var(--color-primary);text-decoration:underline}@media (max-width:480px){.ChatWidget-module__yyeGCW__root{bottom:16px;right:16px}.ChatWidget-module__yyeGCW__panel{bottom:72px}}
