@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Outfit:wght@400;500;600;700;800&display=swap";
@tailwind base;@tailwind components;@tailwind utilities;:root{--color-primary:#e85d2a;--color-primary-light:#ff7a47;--color-primary-dark:#c44a1d;--color-secondary:#1b3a5c;--color-secondary-light:#2a5a8c;--color-secondary-dark:#0f2640;--color-accent:#f5a623;--color-accent-light:#ffd166;--color-accent-dark:#d4891a;--color-success:#22c55e;--color-warning:#f59e0b;--color-error:#ef4444;--color-info:#3b82f6;--color-bg:#fafafa;--color-bg-elevated:#fff;--color-bg-subtle:#f3f4f6;--color-surface:#fff;--color-surface-hover:#f9fafb;--color-border:#e5e7eb;--color-border-light:#f3f4f6;--color-text:#111827;--color-text-secondary:#6b7280;--color-text-muted:#9ca3af;--color-text-inverse:#fff;--gradient-primary:linear-gradient(135deg, #e85d2a 0%, #f5a623 100%);--gradient-hero:linear-gradient(135deg, #1b3a5c 0%, #2a5a8c 40%, #e85d2a 100%);--gradient-card:linear-gradient(145deg, #ffffffe6 0%, #fff9 100%);--gradient-glass:linear-gradient(135deg, #ffffff1a 0%, #ffffff0d 100%);--font-display:"Outfit", sans-serif;--font-body:"Inter", sans-serif;--font-mono:"JetBrains Mono", monospace;--text-xs:clamp(.7rem, .65rem + .25vw, .75rem);--text-sm:clamp(.8rem, .75rem + .25vw, .875rem);--text-base:clamp(.9rem, .85rem + .25vw, 1rem);--text-lg:clamp(1rem, .95rem + .25vw, 1.125rem);--text-xl:clamp(1.15rem, 1.05rem + .5vw, 1.25rem);--text-2xl:clamp(1.4rem, 1.2rem + 1vw, 1.5rem);--text-3xl:clamp(1.7rem, 1.4rem + 1.5vw, 1.875rem);--text-4xl:clamp(2rem, 1.6rem + 2vw, 2.25rem);--text-5xl:clamp(2.5rem, 1.8rem + 3.5vw, 3rem);--text-6xl:clamp(3rem, 2rem + 5vw, 3.75rem);--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--radius-sm:.375rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem;--radius-2xl:1.5rem;--radius-full:9999px;--shadow-xs:0 1px 2px #0000000d;--shadow-sm:0 1px 3px #0000001a, 0 1px 2px #0000000f;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;--shadow-2xl:0 25px 50px -12px #00000040;--shadow-glow:0 0 20px #e85d2a4d;--shadow-glow-accent:0 0 20px #f5a6234d;--transition-fast:.15s cubic-bezier(.4, 0, .2, 1);--transition-base:.25s cubic-bezier(.4, 0, .2, 1);--transition-slow:.35s cubic-bezier(.4, 0, .2, 1);--transition-spring:.5s cubic-bezier(.34, 1.56, .64, 1);--z-dropdown:50;--z-sticky:100;--z-modal-backdrop:200;--z-modal:300;--z-chat:400;--z-toast:500;--max-width:1280px;--max-width-narrow:768px;--header-height:72px;--sidebar-width:280px}[data-theme=dark]{--color-bg:#0f1117;--color-bg-elevated:#1a1d27;--color-bg-subtle:#242837;--color-surface:#1a1d27;--color-surface-hover:#242837;--color-border:#2d3348;--color-border-light:#242837;--color-text:#f3f4f6;--color-text-secondary:#9ca3af;--color-text-muted:#6b7280;--color-text-inverse:#111827;--gradient-card:linear-gradient(145deg, #1a1d27e6 0%, #1a1d2799 100%);--shadow-sm:0 1px 3px #0000004d;--shadow-md:0 4px 6px -1px #0000004d;--shadow-lg:0 10px 15px -3px #0000004d}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);font-size:var(--text-base);color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--color-text);font-weight:700;line-height:1.2}a{color:var(--color-primary);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--color-primary-dark)}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font-family:var(--font-body);background:0 0;border:none}input,textarea,select{font-family:var(--font-body);font-size:var(--text-base)}.container{width:100%;max-width:var(--max-width);padding:0 var(--space-6);margin:0 auto}.container--narrow{max-width:var(--max-width-narrow)}.glass{background:var(--gradient-card);-webkit-backdrop-filter:blur(16px);border:1px solid #ffffff2e}.glass--dark{-webkit-backdrop-filter:blur(16px);background:#0f1117cc;border:1px solid #ffffff14}.text-gradient{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes typingDot{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.animate-fade-in{animation:.5s ease-out fadeIn}.animate-fade-in-up{animation:.6s ease-out fadeInUp}.animate-fade-in-down{animation:.6s ease-out fadeInDown}.animate-slide-in-right{animation:.5s ease-out slideInRight}.animate-scale-in{animation:.3s ease-out scaleIn}.animate-pulse{animation:2s infinite pulse}.animate-spin{animation:1s linear infinite spin}.delay-1{animation-delay:.1s;animation-fill-mode:backwards}.delay-2{animation-delay:.2s;animation-fill-mode:backwards}.delay-3{animation-delay:.3s;animation-fill-mode:backwards}.delay-4{animation-delay:.4s;animation-fill-mode:backwards}.delay-5{animation-delay:.5s;animation-fill-mode:backwards}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:var(--radius-sm)}::selection{background:var(--color-primary);color:var(--color-text-inverse)}
.ChatWidget-module__zCRJnG__toggleButton{z-index:var(--z-chat);align-items:center;gap:var(--space-3);padding:var(--space-4) var(--space-6);background:var(--gradient-primary);color:#fff;border-radius:var(--radius-full);cursor:pointer;font-family:var(--font-body);font-weight:600;font-size:var(--text-sm);box-shadow:var(--shadow-xl), var(--shadow-glow);transition:all var(--transition-spring);border:none;animation:.5s ease-out ChatWidget-module__zCRJnG__fadeInUp;display:flex;position:fixed;bottom:24px;right:24px}.ChatWidget-module__zCRJnG__toggleButton:hover{box-shadow:var(--shadow-2xl), 0 0 30px #e85d2a66;transform:translateY(-3px)scale(1.05)}.ChatWidget-module__zCRJnG__toggleButtonHidden{opacity:0;pointer-events:none;transform:scale(.8)}.ChatWidget-module__zCRJnG__toggleLabel{display:none}@media (min-width:480px){.ChatWidget-module__zCRJnG__toggleLabel{display:inline}}.ChatWidget-module__zCRJnG__chatWindow{z-index:var(--z-chat);background:var(--color-bg-elevated);border-radius:var(--radius-2xl);width:420px;max-width:calc(100vw - 32px);height:600px;max-height:calc(100vh - 100px);box-shadow:var(--shadow-2xl);border:1px solid var(--color-border);opacity:0;pointer-events:none;transition:all var(--transition-spring);flex-direction:column;display:flex;position:fixed;bottom:24px;right:24px;overflow:hidden;transform:translateY(20px)scale(.95)}.ChatWidget-module__zCRJnG__chatWindowOpen{opacity:1;pointer-events:all;transform:translateY(0)scale(1)}@media (max-width:479px){.ChatWidget-module__zCRJnG__chatWindow{width:100%;height:calc(var(--chat-vh,100) * 1px);border:none;border-radius:0;max-height:none;inset:0}}.ChatWidget-module__zCRJnG__header{padding:var(--space-4) var(--space-5);background:var(--gradient-hero);color:#fff;flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.ChatWidget-module__zCRJnG__headerInfo{align-items:center;gap:var(--space-3);display:flex}.ChatWidget-module__zCRJnG__headerAvatar{border-radius:var(--radius-full);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff3;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.ChatWidget-module__zCRJnG__headerTitle{font-family:var(--font-display);font-size:var(--text-base);color:#fff;margin:0;font-weight:700}.ChatWidget-module__zCRJnG__headerStatus{align-items:center;gap:var(--space-1);font-size:var(--text-xs);opacity:.9;display:flex}.ChatWidget-module__zCRJnG__statusDot{border-radius:var(--radius-full);background:#22c55e;width:8px;height:8px;animation:2s infinite ChatWidget-module__zCRJnG__pulse;display:inline-block}.ChatWidget-module__zCRJnG__headerActions{gap:var(--space-1);display:flex}.ChatWidget-module__zCRJnG__headerButton{border-radius:var(--radius-md);color:#fff;width:32px;height:32px;transition:background var(--transition-fast);background:#ffffff1a;justify-content:center;align-items:center;display:flex}.ChatWidget-module__zCRJnG__headerButton:hover{background:#fff3}.ChatWidget-module__zCRJnG__messagesContainer{padding:var(--space-4);gap:var(--space-3);scroll-behavior:smooth;flex-direction:column;flex:1;display:flex;overflow-y:auto}.ChatWidget-module__zCRJnG__message{gap:var(--space-2);max-width:88%;animation:.3s ease-out ChatWidget-module__zCRJnG__fadeInUp;display:flex}.ChatWidget-module__zCRJnG__messageUser{flex-direction:row-reverse;align-self:flex-end}.ChatWidget-module__zCRJnG__messageAssistant{align-self:flex-start}.ChatWidget-module__zCRJnG__messageAvatar,.ChatWidget-module__zCRJnG__messageAvatarUser{border-radius:var(--radius-full);flex-shrink:0;justify-content:center;align-items:center;width:28px;min-width:28px;height:28px;margin-top:2px;display:flex}.ChatWidget-module__zCRJnG__messageAvatar{background:var(--gradient-primary);color:#fff}.ChatWidget-module__zCRJnG__messageAvatarUser{background:var(--color-secondary);color:#fff}.ChatWidget-module__zCRJnG__messageBubble{padding:var(--space-3) var(--space-4);border-radius:var(--radius-xl);font-size:var(--text-sm);word-wrap:break-word;overflow-wrap:break-word;line-height:1.5}.ChatWidget-module__zCRJnG__bubbleAssistant{background:var(--color-bg-subtle);color:var(--color-text);border-bottom-left-radius:var(--radius-sm)}.ChatWidget-module__zCRJnG__bubbleUser{background:var(--gradient-primary);color:#fff;border-bottom-right-radius:var(--radius-sm)}.ChatWidget-module__zCRJnG__typingIndicator{padding:var(--space-1) 0;align-items:center;gap:4px;display:flex}.ChatWidget-module__zCRJnG__typingDot{border-radius:var(--radius-full);background:var(--color-text-muted);width:8px;height:8px;animation:1.4s infinite ChatWidget-module__zCRJnG__typingDot}.ChatWidget-module__zCRJnG__typingDot:nth-child(2){animation-delay:.2s}.ChatWidget-module__zCRJnG__typingDot:nth-child(3){animation-delay:.4s}.ChatWidget-module__zCRJnG__inputContainer{padding:var(--space-3) var(--space-4);border-top:1px solid var(--color-border);background:var(--color-bg-elevated);flex-shrink:0}.ChatWidget-module__zCRJnG__inputWrapper{align-items:flex-end;gap:var(--space-2);background:var(--color-bg-subtle);border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:var(--space-2) var(--space-3);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);display:flex}.ChatWidget-module__zCRJnG__inputWrapper:focus-within{border-color:var(--color-primary);box-shadow:0 0 0 3px #e85d2a1a}.ChatWidget-module__zCRJnG__input{color:var(--color-text);font-size:var(--text-sm);padding:var(--space-1) 0;resize:none;background:0 0;border:none;outline:none;flex:1;min-height:20px;max-height:100px;line-height:1.4}.ChatWidget-module__zCRJnG__input::placeholder{color:var(--color-text-muted)}.ChatWidget-module__zCRJnG__mediaButton{border-radius:var(--radius-md);width:32px;min-width:32px;height:32px;color:var(--color-text-muted);transition:all var(--transition-fast);justify-content:center;align-items:center;display:flex}.ChatWidget-module__zCRJnG__mediaButton:hover:not(:disabled){color:var(--color-primary);background:#e85d2a1a}.ChatWidget-module__zCRJnG__mediaButton:disabled{opacity:.4;cursor:not-allowed}.ChatWidget-module__zCRJnG__fileInput{display:none}.ChatWidget-module__zCRJnG__sendButton{border-radius:var(--radius-full);background:var(--gradient-primary);color:#fff;width:36px;min-width:36px;height:36px;transition:all var(--transition-fast);justify-content:center;align-items:center;display:flex}.ChatWidget-module__zCRJnG__sendButton:hover:not(:disabled){box-shadow:var(--shadow-glow);transform:scale(1.05)}.ChatWidget-module__zCRJnG__sendButton:disabled{opacity:.4;cursor:not-allowed;transform:none}.ChatWidget-module__zCRJnG__disclaimerOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;width:100%;height:100%;padding:var(--space-6);background:#fffc;justify-content:center;align-items:center;animation:.3s ease-out ChatWidget-module__zCRJnG__fadeIn;display:flex;position:absolute;top:0;left:0}.ChatWidget-module__zCRJnG__disclaimerModal{border-radius:var(--radius-2xl);box-shadow:var(--shadow-2xl);padding:var(--space-6);border:1px solid var(--color-border);gap:var(--space-4);background:#fff;flex-direction:column;max-width:100%;display:flex}.ChatWidget-module__zCRJnG__disclaimerIcon{width:48px;height:48px;color:var(--color-primary);border-radius:var(--radius-full);margin-bottom:var(--space-2);background:#e85d2a1a;justify-content:center;align-items:center;display:flex}.ChatWidget-module__zCRJnG__disclaimerTitle{font-family:var(--font-display);font-size:var(--text-lg);color:var(--color-text);margin:0;font-weight:700}.ChatWidget-module__zCRJnG__disclaimerText{font-size:var(--text-sm);color:var(--color-text-muted);margin:0;line-height:1.6}.ChatWidget-module__zCRJnG__disclaimerActions{gap:var(--space-2);margin-top:var(--space-2);flex-direction:column;display:flex}.ChatWidget-module__zCRJnG__acceptButton{padding:var(--space-3);background:var(--gradient-primary);color:#fff;border-radius:var(--radius-lg);font-weight:600;font-size:var(--text-sm);transition:all var(--transition-fast)}.ChatWidget-module__zCRJnG__acceptButton:hover{box-shadow:var(--shadow-glow);transform:translateY(-2px)}.ChatWidget-module__zCRJnG__declineButton{padding:var(--space-2);color:var(--color-text-muted);font-size:var(--text-xs);background:0 0;text-decoration:underline}@keyframes ChatWidget-module__zCRJnG__fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes ChatWidget-module__zCRJnG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ChatWidget-module__zCRJnG__pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}to{opacity:1;transform:scale(1)}}@keyframes ChatWidget-module__zCRJnG__typingDot{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-4px)}}@media (max-width:479px){.ChatWidget-module__zCRJnG__chatWindow{position:fixed!important}.ChatWidget-module__zCRJnG__header,.ChatWidget-module__zCRJnG__inputContainer,.ChatWidget-module__zCRJnG__disclaimerOverlay,.ChatWidget-module__zCRJnG__lightboxOverlay{touch-action:none}.ChatWidget-module__zCRJnG__headerButton{width:42px;height:42px}.ChatWidget-module__zCRJnG__disclaimerModal{padding:var(--space-4);gap:var(--space-3);margin:var(--space-2)}}.ChatWidget-module__zCRJnG__lightboxOverlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#000000e6;justify-content:center;align-items:center;width:100%;height:100%;animation:.2s ease-out ChatWidget-module__zCRJnG__fadeIn;display:flex;position:absolute;top:0;left:0}.ChatWidget-module__zCRJnG__lightboxClose{border-radius:var(--radius-full);color:#fff;width:40px;height:40px;transition:all var(--transition-fast);cursor:pointer;background:#ffffff26;border:none;justify-content:center;align-items:center;display:flex;position:absolute;top:16px;right:16px}.ChatWidget-module__zCRJnG__lightboxClose:hover{background:#ffffff4d;transform:scale(1.05)}.ChatWidget-module__zCRJnG__lightboxImage{border-radius:var(--radius-lg);object-fit:contain;max-width:90%;max-height:80%;animation:.25s cubic-bezier(.34,1.56,.64,1) ChatWidget-module__zCRJnG__zoomIn;box-shadow:0 10px 30px #00000080}@keyframes ChatWidget-module__zCRJnG__zoomIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}
