:root{--bg-primary:#fff;--bg-secondary:#f9fafb;--bg-tertiary:#f3f4f6;--bg-hover:#f5f5f5;--text-primary:#111827;--text-secondary:#6b7280;--text-tertiary:#9ca3af;--text-inverse:#fff;--border-primary:#e5e7eb;--border-secondary:#d1d5db;--border-focus:#3b82f6;--brand-primary:#110037;--brand-secondary:#1d4ed8;--brand-light:#dbeafe;--success:#10b981;--success-light:#d1fae5;--warning:#f59e0b;--warning-light:#fef3c7;--error:#ef4444;--error-light:#fee2e2;--purple:#8b5cf6;--purple-light:#f3e8ff;--purple-dark:#7c3aed;--hover-overlay:rgba(0,0,0,.05);--active-overlay:rgba(0,0,0,.1);--focus-ring:0 0 0 3px rgba(59,130,246,.1);--shadow-sm:0 1px 2px 0 rgba(0,0,0,.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,.1);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.1)}@tailwind base;@tailwind components;@tailwind utilities;body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-primary);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}body,html{height:100%;overflow:hidden}#root{height:100%;overflow:visible}.btn-primary{background-color:var(--brand-primary);border:1px solid var(--brand-primary);border-radius:.375rem;color:var(--text-inverse);font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.mobile-container{display:flex;flex-direction:column;min-height:100vh;min-height:-webkit-fill-available;padding-bottom:env(safe-area-inset-bottom);padding-top:env(safe-area-inset-top);position:relative;width:100%}.mobile-header{background-color:#fff!important;border-bottom:1px solid #e5e7eb!important;flex-shrink:0;min-height:60px!important;position:sticky;top:0;width:100%!important;z-index:1000}.mobile-content{display:flex;flex:1 1;flex-direction:column;max-height:calc(100vh - 60px - env(safe-area-inset-top) - env(safe-area-inset-bottom));min-height:0}.mobile-message-input{background-color:#fff!important;border-top:1px solid #e5e7eb!important;flex-shrink:0!important;position:relative!important;z-index:10!important}input,textarea{font-size:16px}@supports (-webkit-appearance:none){.mobile-container{height:100vh;height:-webkit-fill-available}}
/*# sourceMappingURL=main.5746656b.css.map*/