*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#1e293b,#0f172a);color:#e2e8f0;font-family:Juana,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{display:flex;flex-direction:column;min-height:100vh}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#1e293b80}::-webkit-scrollbar-thumb{background:#6366f14d;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#6366f180}.auth-container{align-items:center;background:linear-gradient(135deg,#f8f9fa,#adb5bd);display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;justify-content:center;min-height:100vh;padding:20px}.auth-box{animation:slideUp .4s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;border-radius:20px;box-shadow:0 20px 60px #00000026;max-width:420px;padding:3rem 2.5rem;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.auth-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#2563eb);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700;letter-spacing:-.5px;margin-bottom:.5rem;text-align:center}.auth-subtitle{color:#64748b;font-size:1rem;font-weight:400;margin-bottom:2rem;text-align:center}.auth-form{display:flex;flex-direction:column;gap:1rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.auth-input{background:#fff;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;padding:.875rem 1rem;transition:all .2s ease;width:100%}.auth-input:focus{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.auth-input:disabled{background-color:#f8fafc;cursor:not-allowed;opacity:.7}.auth-input.error{background-color:#fef2f2;border-color:#ef4444}.auth-input::placeholder{color:#94a3b8;font-weight:400}.field-error{color:#ef4444;display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem;margin-top:-.5rem}.auth-button{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;letter-spacing:.3px;margin-top:.5rem;padding:.875rem 1.5rem;transition:all .2s ease}.auth-button:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 10px 25px #3b82f64d;transform:translateY(-2px)}.auth-button:disabled{cursor:not-allowed;opacity:.7;transform:none}.auth-button.loading{animation:shimmer 2s infinite;background:linear-gradient(135deg,#3b82f6,#2563eb 25%,#3b82f6 50%,#2563eb 75%,#3b82f6);background-size:300% 100%}@keyframes shimmer{0%{background-position:0 50%}to{background-position:100% 50%}}.auth-error{animation:shake .3s ease-out;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:.9rem;font-weight:500;margin-bottom:1.5rem;padding:.75rem 1rem;text-align:center}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}.auth-footer{border-top:1px solid #e2e8f0;margin-top:2rem;padding-top:1.5rem;text-align:center}.auth-footer p{color:#64748b;font-size:.9rem;margin:0}.auth-footer a{color:#3b82f6;font-weight:600;text-decoration:none;transition:color .2s ease}.auth-footer a:hover{color:#2563eb;text-decoration:underline}@media (max-width:480px){.auth-box{margin:1rem;padding:2rem 1.5rem}.auth-title{font-size:2rem}.form-row{grid-template-columns:1fr}.auth-input{font-size:16px}}.navigation{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e293bf2;border-bottom:1px solid #ffffff1a;display:flex;height:60px;justify-content:space-between;padding:0 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:100}.nav-brand{flex-shrink:0}.brand-link{align-items:center;display:flex;gap:.5rem;text-decoration:none}.brand-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;font-size:1.25rem;font-weight:700}.nav-menu{flex:1 1;justify-content:center}.nav-item,.nav-menu{display:flex;gap:.5rem}.nav-item{align-items:center;border-radius:8px;color:#94a3b8;padding:.5rem 1rem;position:relative;text-decoration:none;transition:all .3s ease}.nav-item:hover{background:#6366f11a;color:#e2e8f0}.nav-item.active{background:#6366f133;color:#a5b4fc}.nav-item.active:after{background:linear-gradient(90deg,#667eea,#764ba2);border-radius:3px 3px 0 0;bottom:-1px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:40px}.nav-icon{font-size:1.25rem}.nav-label{font-size:.875rem;font-weight:500}.nav-user{flex-shrink:0;gap:1rem}.nav-user,.user-info{align-items:center;display:flex}.user-info{background:#33415580;border-radius:8px;color:#e2e8f0;gap:.5rem;padding:.5rem 1rem}.user-icon{font-size:1.125rem}.logout-button,.user-name{font-size:.875rem;font-weight:500}.logout-button{background:#ef44441a;border:1px solid #ef44444d;border-radius:8px;color:#fca5a5;cursor:pointer;padding:.5rem 1rem;transition:all .3s ease}.logout-button:hover{background:#ef444433;border-color:#ef4444;color:#fff}@media (max-width:768px){.navigation{flex-direction:column;gap:1rem;height:auto;padding:1rem}.nav-menu{justify-content:space-around;width:100%}.nav-item{flex-direction:column;gap:.25rem;padding:.5rem}.nav-label{font-size:.75rem}.nav-user{justify-content:space-between;width:100%}}.layout{background:linear-gradient(135deg,#1e293b,#0f172a);display:flex;flex-direction:column;min-height:100vh}.layout-content{display:flex;flex:1 1;flex-direction:column;overflow:auto}.brain-module-fixed{background:linear-gradient(135deg,#1e293b,#334155);color:#e2e8f0;display:flex;flex-direction:column;font-family:Juana,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;height:100vh;overflow:hidden}.brain-header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0000004d;border-bottom:1px solid #ffffff1a;flex-shrink:0;padding:15px;position:relative;z-index:100}.header-top{justify-content:space-between;margin-bottom:10px}.header-title,.header-top{align-items:center;display:flex}.header-title{gap:8px}.brain-icon{animation:pulse 3s ease-in-out infinite;font-size:1.8rem}.header-title h1{font-size:1.2rem;font-weight:600;margin:0}.metrics-mini{display:flex;font-size:.75rem;gap:15px}.metric-mini{text-align:center}.metric-value-mini{color:#a5b4fc;display:block;font-weight:700}.metric-label-mini{color:#64748b}.control-bar{display:flex;gap:10px;overflow-x:auto;padding-bottom:5px;position:relative;scrollbar-width:none}.control-bar::-webkit-scrollbar{display:none}.control-dropdown{position:relative}.control-button{align-items:center;background:#33415580;border:1px solid #ffffff1a;border-radius:8px;color:#e2e8f0;cursor:pointer;display:flex;font-size:.85rem;gap:6px;padding:8px 12px;transition:all .3s ease;white-space:nowrap}.control-button:hover{background:#6366f133;border-color:#6366f180}.control-button.active{background:#6366f14d;border-color:#6366f1b3;color:#a5b4fc}.control-icon{font-size:1rem}.control-label{font-weight:500}.dropdown-arrow{font-size:.7rem;margin-left:4px;opacity:.7}.dropdown-menu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1e293bfa;border:1px solid #ffffff1a;border-radius:12px;box-shadow:0 10px 40px #0000004d;margin-top:5px;max-height:300px;min-width:200px;overflow-y:auto;padding:8px;position:fixed!important;z-index:999999!important}.dropdown-item{border-radius:6px;cursor:pointer;font-size:.85rem;padding:10px 12px;transition:all .2s ease}.dropdown-item:hover{background:#6366f133}.dropdown-item.active{background:#6366f14d;color:#a5b4fc}.config-panel{animation:slideDown .3s ease;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0000004d;border-bottom:1px solid #ffffff1a;padding:15px}.config-panel h3{color:#a5b4fc;font-size:.9rem;margin:0 0 10px}.config-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.config-item{display:flex;flex-direction:column;gap:5px}.config-item label{color:#94a3b8;font-size:.75rem}.config-item input{background:#33415580;border:1px solid #ffffff1a;border-radius:6px;color:#e2e8f0;font-size:.85rem;padding:6px 10px}.config-item span{color:#64748b;font-size:.75rem;text-align:center}.test-scenarios{background:#0003;border-bottom:1px solid #ffffff0d;display:flex;gap:8px;overflow-x:auto;padding:10px 15px;scrollbar-width:none}.test-scenarios::-webkit-scrollbar{display:none}.scenarios-label{align-self:center;color:#64748b;font-size:.75rem;margin-right:5px}.scenario-button{background:#6366f11a;border:1px solid #6366f14d;border-radius:6px;color:#a5b4fc;cursor:pointer;font-size:.75rem;padding:6px 12px;transition:all .2s ease;white-space:nowrap}.scenario-button:hover{background:#6366f133;transform:translateY(-1px)}.brain-main,.chat-container{display:flex;flex:1 1;flex-direction:column;overflow:hidden}.messages-area{flex:1 1;overflow-y:auto;padding:20px;scroll-behavior:smooth}.messages-area::-webkit-scrollbar{width:6px}.messages-area::-webkit-scrollbar-track{background:#0000001a}.messages-area::-webkit-scrollbar-thumb{background:#6366f14d;border-radius:3px}.welcome-message{animation:fadeIn .5s ease;padding:40px 20px;text-align:center}.welcome-message h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;font-size:1.5rem;margin-bottom:10px}.welcome-message p{color:#94a3b8;margin-bottom:20px}.quick-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.quick-actions button{background:#6366f11a;border:1px solid #6366f14d;border-radius:8px;color:#a5b4fc;cursor:pointer;padding:10px 20px;transition:all .3s ease}.quick-actions button:hover{background:#6366f133;transform:translateY(-2px)}.message{animation:messageSlide .3s ease;display:flex;gap:10px;margin-bottom:15px}.message-user{flex-direction:row-reverse}.message-icon{flex-shrink:0;font-size:1.5rem;margin-top:5px}.message-bubble{border-radius:12px;max-width:70%;padding:12px 16px;position:relative}.user-bubble{margin-left:auto}.assistant-bubble{background:#1e293b99}.message-content{font-size:.9rem;line-height:1.6}.message-content h2{color:#a5b4fc;font-size:1.2rem;margin:10px 0}.message-content h3{color:#c4b5fd;font-size:1.1rem;margin:8px 0}.message-content h4{color:#ddd6fe;font-size:1rem;margin:6px 0}.message-content ul{margin:10px 0;padding-left:20px}.message-content li{margin:5px 0}.message-content p{margin:10px 0}.message-content strong{color:#f3f4f6;font-weight:600}.price-highlight{background:#10b98133;color:#10b981;font-weight:600}.price-highlight,.time-highlight{border-radius:4px;display:inline-block;font-size:.85rem;padding:2px 6px}.time-highlight{background:#3b82f633;color:#3b82f6}.location-highlight{background:#fbbf2433;border-radius:4px;color:#fbbf24;display:inline-block;font-size:.85rem;padding:2px 6px}.message-time{color:#64748b;display:block;font-size:.7rem;margin-top:5px;text-align:right}.processing-time{background:#10b9811a;border-radius:4px;color:#10b981;display:inline-block;font-size:.7rem;margin-left:8px;padding:2px 6px}.message-actions{border-top:1px solid #ffffff0d;display:flex;flex-wrap:wrap;gap:8px;margin-top:10px;padding-top:10px}.message-actions .action-button{align-items:center;background:#6366f11a;border:1px solid #6366f14d;border-radius:6px;color:#a5b4fc;cursor:pointer;display:flex;font-size:.8rem;gap:4px;padding:6px 12px;transition:all .2s ease}.message-actions .action-button:hover{background:#6366f14d;border-color:#667eea;box-shadow:0 4px 12px #6366f14d;transform:translateY(-2px)}.system-message{margin:10px auto;max-width:400px;padding:10px}.analysis-view{overflow-y:auto;padding:20px}.analysis-view h2{color:#a5b4fc;font-size:1.3rem;margin-bottom:20px}.analysis-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.analysis-card{background:#1e293b80;padding:15px}.analysis-card h3{color:#c4b5fd;font-size:.95rem;margin-bottom:12px}.stat{border-bottom:1px solid #ffffff0d;display:flex;justify-content:space-between;padding:8px 0}.stat:last-child{border-bottom:none}.stat span{color:#94a3b8;font-size:.85rem}.stat strong{color:#e2e8f0;font-weight:600}.raw-view{overflow-y:auto;padding:20px}.raw-view h2{color:#a5b4fc;font-size:1.3rem;margin-bottom:20px}.raw-data{border:1px solid #ffffff1a;border-radius:8px;color:#10b981;font-family:Courier New,monospace;font-size:.8rem;overflow-x:auto;white-space:pre-wrap;word-break:break-all}.input-area,.raw-data{background:#0000004d;padding:15px}.input-area{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid #ffffff1a;bottom:0;position:-webkit-sticky;position:sticky;z-index:50}.input-wrapper{display:flex;gap:10px;margin:0 auto;max-width:900px}.input-wrapper textarea{background:#33415580;border:1px solid #ffffff1a;border-radius:12px;color:#e2e8f0;flex:1 1;font-family:inherit;font-size:.9rem;padding:12px 15px;resize:none;transition:all .3s ease}.input-wrapper textarea:focus{background:#334155b3;border-color:#6366f180;outline:none}.input-wrapper textarea::placeholder{color:#64748b}.send-button{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;justify-content:center;min-width:50px;padding:12px 20px;transition:all .3s ease}.send-button:hover:not(:disabled){box-shadow:0 10px 30px #6366f166;transform:translateY(-2px)}.send-button:disabled{cursor:not-allowed;opacity:.5}.typing-indicator{color:#94a3b8;font-size:.85rem;gap:8px;padding:10px}.typing-indicator span:not(:last-child){animation:bounce 1.4s ease-in-out infinite;background:#667eea;border-radius:50%;display:inline-block;height:8px;width:8px}.typing-indicator span:first-child{animation-delay:-.32s}.typing-indicator span:nth-child(2){animation-delay:-.16s}@media (max-width:768px){.header-top{flex-direction:column;gap:10px}.control-bar{justify-content:flex-start}.test-scenarios{padding:8px 10px}.message-bubble{max-width:85%}.analysis-grid{grid-template-columns:1fr}.input-wrapper{flex-direction:column}.send-button{padding:10px;width:100%}}.brain-mobile{-webkit-font-smoothing:antialiased;background:linear-gradient(135deg,#1e293b,#334155);color:#e2e8f0;display:flex;flex-direction:column;font-family:Juana,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;height:100vh;height:calc(var(--vh, 1vh)*100);overflow:hidden;position:relative}.mobile-header{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#0006;border-bottom:1px solid #ffffff1a;flex-shrink:0;position:relative;z-index:100}.header-main{justify-content:space-between;min-height:56px;padding:12px 16px}.header-left,.header-main{align-items:center;display:flex}.header-left{flex:1 1;gap:10px}.brain-logo{animation:pulse 3s ease-in-out infinite;font-size:1.5rem}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.1)}}.header-info{display:flex;flex-direction:column;gap:2px}.header-info h1{font-size:1rem;font-weight:600;line-height:1.2;margin:0}.header-status{color:#94a3b8;font-size:.75rem;line-height:1}.menu-button{-webkit-tap-highlight-color:transparent;align-items:center;background:#6366f11a;border:1px solid #6366f14d;border-radius:10px;color:#e2e8f0;cursor:pointer;display:flex;font-size:1.2rem;height:44px;justify-content:center;transition:all .2s ease;width:44px}.menu-button:active{background:#6366f133;transform:scale(.95)}.mobile-menu{animation:slideDown .3s ease;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#1e293bfa;border-bottom:1px solid #ffffff1a;box-shadow:0 10px 40px #0000004d;left:0;max-height:calc(100vh - 56px);overflow-y:auto;position:absolute;right:0;top:100%;z-index:99}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.menu-section{border-bottom:1px solid #ffffff0d;padding:16px}.menu-section h3{color:#94a3b8;font-size:.85rem;letter-spacing:.5px;margin:0 0 12px;text-transform:uppercase}.menu-options{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}.menu-option{-webkit-tap-highlight-color:transparent;background:#3341554d;border:1px solid #ffffff1a;border-radius:8px;color:#e2e8f0;font-size:.9rem;padding:10px;text-align:center;transition:all .2s ease}.menu-option:active{transform:scale(.98)}.menu-option.active{background:#6366f14d;border-color:#6366f180;color:#a5b4fc}.menu-actions{display:flex;gap:8px;padding:16px}.menu-action{-webkit-tap-highlight-color:transparent;align-items:center;background:#33415580;border:1px solid #ffffff1a;border-radius:8px;color:#e2e8f0;display:flex;flex:1 1;font-size:.9rem;gap:6px;justify-content:center;padding:12px;transition:all .2s ease}.menu-action:active{background:#6366f133;transform:scale(.98)}.mobile-content{display:flex;flex:1 1;flex-direction:column;overflow:hidden;position:relative}.messages-container{-webkit-overflow-scrolling:touch;flex:1 1;overflow-x:hidden;overflow-y:auto;padding-bottom:8px;scroll-behavior:smooth}.welcome-screen{animation:fadeIn .5s ease;display:flex;flex-direction:column;gap:24px;padding:20px 16px}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.welcome-content{padding:20px;text-align:center}.welcome-content h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;margin:0 0 8px}.welcome-content p{color:#94a3b8;font-size:.95rem;margin:0}.quick-actions-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,1fr);padding:0 4px}@media (max-width:360px){.quick-actions-grid{grid-template-columns:repeat(2,1fr)}}.quick-action-card{-webkit-tap-highlight-color:transparent;align-items:center;background:#6366f11a;border:1px solid #6366f14d;border-radius:12px;display:flex;flex-direction:column;gap:6px;justify-content:center;min-height:80px;padding:16px 8px;transition:all .2s ease}.quick-action-card:active{background:#6366f133;transform:scale(.95)}.quick-icon{font-size:1.5rem}.quick-label{color:#a5b4fc;font-size:.75rem;line-height:1.2;text-align:center}.messages-list{display:flex;flex-direction:column;gap:12px;padding:16px}.message-row{animation:messageSlide .3s ease;display:flex}@keyframes messageSlide{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message-row.user{justify-content:flex-end}.message-row.assistant{justify-content:flex-start}.message-bubble{word-wrap:break-word;border-radius:16px;box-shadow:0 2px 8px #0000001a;max-width:85%;padding:12px 14px}.user-bubble{background:linear-gradient(135deg,#667eea,#764ba2);border-bottom-right-radius:4px;color:#fff}.assistant-bubble{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#1e293bb3;border:1px solid #ffffff1a;border-bottom-left-radius:4px}.bubble-content{font-size:.95rem;line-height:1.5}.bubble-content p,.mobile-paragraph{margin:8px 0}.bubble-content ul,.mobile-list{margin:8px 0;padding-left:20px}.bubble-content li{margin:4px 0}.bubble-content strong{color:#f3f4f6;font-weight:600}.price{background:#10b98133;color:#10b981;font-weight:600}.price,.time{border-radius:4px;display:inline-block;font-size:.9rem;padding:2px 6px}.time{background:#3b82f633;color:#3b82f6}.location{background:#fbbf2433;border-radius:4px;color:#fbbf24;display:inline-block;font-size:.9rem;padding:2px 6px}.bubble-actions{border-top:1px solid #ffffff0d;display:flex;flex-wrap:wrap;gap:6px;margin-top:10px;padding-top:10px}.bubble-action{-webkit-tap-highlight-color:transparent;align-items:center;background:#6366f11a;border:1px solid #6366f14d;border-radius:8px;color:#a5b4fc;display:flex;font-size:.85rem;gap:4px;padding:8px 12px;transition:all .2s ease}.bubble-action:active{background:#6366f14d;transform:scale(.95)}.bubble-footer{align-items:center;border-top:1px solid #ffffff0d;display:flex;justify-content:space-between;margin-top:6px;padding-top:6px}.bubble-time{color:#64748b;font-size:.7rem}.bubble-speed{background:#10b9811a;border-radius:4px;color:#10b981;font-size:.7rem;padding:2px 6px}.system-message{background:#0003;border-radius:8px;color:#64748b;font-size:.8rem;font-style:italic;margin:0 auto;max-width:80%;padding:8px;text-align:center}.mobile-input-area{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#0006;border-top:1px solid #ffffff1a;flex-shrink:0;padding:12px;position:relative;z-index:50}.typing-indicator{align-items:center;animation:fadeIn .3s ease;background:#3341554d;border-radius:8px;display:flex;gap:6px;margin-bottom:8px;padding:8px 12px;width:-webkit-fit-content;width:fit-content}.typing-dot{animation:bounce 1.4s ease-in-out infinite;background:#667eea;border-radius:50%;height:6px;width:6px}.typing-dot:first-child{animation-delay:-.32s}.typing-dot:nth-child(2){animation-delay:-.16s}.typing-dot:nth-child(3){animation-delay:0}@keyframes bounce{0%,80%,to{opacity:.5;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.typing-text{color:#94a3b8;font-size:.8rem;margin-left:4px}.input-container{align-items:flex-end;display:flex;gap:8px}.mobile-input{-webkit-appearance:none;background:#33415580;border:1px solid #ffffff1a;border-radius:20px;color:#e2e8f0;flex:1 1;font-family:inherit;font-size:1rem;line-height:1.4;max-height:120px;min-height:40px;padding:10px 16px;resize:none;transition:all .2s ease}.mobile-input:focus{background:#334155b3;border-color:#6366f180;outline:none}.mobile-input::placeholder{color:#64748b}.mobile-input:disabled{opacity:.5}.send-btn{-webkit-tap-highlight-color:transparent;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50%;box-shadow:0 4px 12px #6366f14d;color:#fff;display:flex;font-size:1.3rem;height:44px;justify-content:center;min-width:44px;transition:all .2s ease;width:44px}.send-btn:active:not(:disabled){transform:scale(.9)}.send-btn:disabled{box-shadow:none;opacity:.5}.analysis-container{-webkit-overflow-scrolling:touch;overflow-y:auto;padding:16px}.analysis-cards{display:flex;flex-direction:column;gap:12px}.analysis-card{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#1e293b99;border:1px solid #ffffff1a;border-radius:12px;padding:16px}.analysis-card h3{color:#a5b4fc;font-size:1rem;margin:0 0 12px}.stat-row{border-bottom:1px solid #ffffff0d;display:flex;font-size:.9rem;justify-content:space-between;padding:8px 0}.stat-row:last-child{border-bottom:none}.stat-row span{color:#94a3b8}.stat-row strong{color:#e2e8f0;font-weight:600}@supports (padding:max(0px)){.mobile-header{padding-top:max(0px,env(safe-area-inset-top))}.mobile-input-area{padding-bottom:max(12px,env(safe-area-inset-bottom))}}@media (orientation:landscape) and (max-height:500px){.mobile-header{min-height:48px}.header-main{padding:8px 16px}.quick-actions-grid{grid-template-columns:repeat(6,1fr)}.messages-container{padding-bottom:4px}.mobile-input-area{padding:8px}}@media (max-width:320px){.header-info h1{font-size:.9rem}.quick-actions-grid{grid-template-columns:repeat(2,1fr)}.message-bubble{max-width:90%}.bubble-content{font-size:.9rem}}@media (min-width:768px) and (max-width:1024px){.messages-container,.mobile-input-area{margin:0 auto;max-width:700px}.mobile-input-area{width:100%}.quick-actions-grid{grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:500px}.message-bubble{max-width:70%}}.app{display:flex;flex-direction:column;min-height:100vh}
/*# sourceMappingURL=main.ffaab8a1.css.map*/