.thinking-dots{display:inline-block;animation:thinking 1.4s infinite}@keyframes thinking{0%{content:"."}33%{content:".."}66%{content:"..."}}.thinking-dots:after{content:"";animation:dots 1.4s steps(3,end) infinite}@keyframes dots{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}}.chatbot-window{position:fixed;bottom:100px;right:30px;width:380px;height:550px;background:#fff;border-radius:15px;box-shadow:0 10px 40px #0003;display:flex;flex-direction:column;z-index:1000}.chatbot-fab{position:fixed;width:70px;height:70px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 25px #667eea80;z-index:1000;font-size:36px;-webkit-user-select:none;user-select:none}@media (max-width: 480px){.chatbot-window{bottom:0;right:0;width:100vw;height:100vh;border-radius:0;box-shadow:none}.chatbot-fab{width:56px;height:56px;font-size:28px}}.App{text-align:center}:root{--navy-950: #050d1a;--navy-900: #0a1628;--navy-800: #0f2035;--navy-700: #1a2d4a;--navy-600: #1e3a5f;--gold-600: #b8963e;--gold-500: #c9a96e;--gold-400: #d4b483;--gold-300: #e0c89d;--gold-200: #ecdbb7;--blue-700: #1d4ed8;--blue-600: #2563eb;--blue-500: #3b82f6;--blue-400: #60a5fa;--blue-300: #93bbfd;--teal-700: #0f766e;--teal-600: #0d9488;--teal-500: #14b8a6;--teal-400: #2dd4bf;--coral-600: #dc4a1a;--coral-500: #f97316;--coral-400: #fb923c;--slate-50: #f8fafc;--slate-100: #f1f5f9;--slate-200: #e2e8f0;--slate-300: #cbd5e1;--slate-400: #94a3b8;--slate-500: #64748b;--slate-600: #475569;--slate-700: #334155;--slate-800: #1e293b;--slate-900: #0f172a;--font-display: "Playfair Display", "Noto Serif SC", "SimSun", serif;--font-heading: "Noto Serif SC", "SimSun", "Playfair Display", serif;--font-body: "DM Sans", "Microsoft YaHei", "PingFang SC", -apple-system, BlinkMacSystemFont, sans-serif;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .08);--shadow-md: 0 4px 16px rgba(0, 0, 0, .1);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .12);--shadow-xl: 0 16px 48px rgba(0, 0, 0, .16);--shadow-glow-blue: 0 0 40px rgba(59, 130, 246, .3);--shadow-glow-gold: 0 0 40px rgba(201, 169, 110, .3);--ease-out-expo: cubic-bezier(.16, 1, .3, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1)}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--slate-800);line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--slate-100)}::-webkit-scrollbar-thumb{background:var(--slate-300);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--slate-400)}::selection{background:var(--blue-500);color:#fff}
