body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;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}.chat-interface{background:linear-gradient(135deg,#0a0e1a,#1a1f3a 50%,#0f1419);color:#e1e8f0;display:flex;flex-direction:column;font-family:Segoe UI,Monaco,Cascadia Code,monospace;height:100vh}.chat-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0d111cf2;border-bottom:2px solid #2a3441;padding:1rem 2rem}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px}.title-section h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#00d4ff,#007acc 50%,#06f);-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:700;margin:0}.title-section p{color:#94a3b8;font-size:.9rem;margin:.25rem 0 0}.status-indicators{display:flex;gap:1.5rem}.status-item{align-items:center;display:flex;font-size:.85rem;gap:.5rem}.status-dot{animation:pulse 2s infinite;border-radius:50%;box-shadow:0 0 8px #10b98180;height:8px;width:8px}.status-dot,.status-dot.online{background:#10b981}.status-dot.offline{background:#ef4444;box-shadow:0 0 8px #ef444480}.messages-container{flex:1 1;margin:0 auto;max-width:1200px;overflow-y:auto;padding:1rem;width:100%}.message{animation:slideIn .3s ease-out;display:flex;gap:1rem;margin-bottom:1.5rem}.message.user{flex-direction:row-reverse}.message-avatar{align-items:center;background:linear-gradient(135deg,#1e293b,#334155);border:2px solid #475569;border-radius:50%;display:flex;flex-shrink:0;font-size:1.2rem;height:40px;justify-content:center;width:40px}.message.user .message-avatar{background:linear-gradient(135deg,#0f766e,#0d9488);border-color:#14b8a6}.message.assistant .message-avatar{background:linear-gradient(135deg,#1e40af,#3b82f6);border-color:#60a5fa}.message-content{flex:1 1;max-width:calc(100% - 60px)}.message.user .message-content{text-align:right}.message-header{align-items:center;color:#94a3b8;display:flex;font-size:.8rem;justify-content:space-between;margin-bottom:.5rem}.message.user .message-header{flex-direction:row-reverse}.message-role{color:#e1e8f0;font-weight:600}.message-text{background:#1e293b99;border:1px solid #334155;border-radius:1rem;padding:1rem 1.25rem;position:relative}.message.user .message-text{background:#0f766e26;border-color:#14b8a64d}.message.assistant .message-text{background:#1e40af26;border-color:#60a5fa4d}.message.streaming .message-text{background:#fbbf241a;border-color:#fbbf24}.typing-indicator{animation:blink 1s infinite;color:#fbbf24}.message-text a{color:#fff!important;text-decoration:underline;transition:all .2s ease}.message-text a:hover{color:#e1e8f0!important;text-decoration:none}.message-text a:visited{color:#fff!important}.message-text h1,.message-text h2,.message-text h3{color:#00d4ff;margin-bottom:.5rem;margin-top:1rem}.message-text h1{font-size:1.4rem}.message-text h2{font-size:1.2rem}.message-text h3{font-size:1.1rem}.message-text p{line-height:1.6;margin:.75rem 0}.message-text ol,.message-text ul{margin:.75rem 0;padding-left:1.5rem}.message-text li{line-height:1.5;margin:.25rem 0}.message-text code{background:#0000004d;border:1px solid #fbbf244d;border-radius:.25rem;color:#fbbf24;font-family:Monaco,Cascadia Code,monospace;padding:.2rem .4rem}.message-text pre{background:#00000080;border:1px solid #334155;border-radius:.5rem;margin:1rem 0;overflow-x:auto;padding:1rem}.message-text pre code{background:#0000;border:none;padding:0}.message-text strong{color:#00d4ff;font-weight:600}.message-text blockquote{background:#00d4ff0d;border-left:3px solid #00d4ff;border-radius:0 .5rem .5rem 0;color:#94a3b8;margin:1rem 0;padding-left:1rem}.message-text table{background:#1e293b66;border:1px solid #475569;border-collapse:collapse;border-radius:.5rem;margin:1rem 0;overflow:hidden;width:100%}.message-text table th{background:#00d4ff26;border-bottom:2px solid #475569;color:#00d4ff;font-size:.9rem;font-weight:600;padding:.75rem 1rem;text-align:left}.message-text table td{border-bottom:1px solid #47556980;color:#e1e8f0;line-height:1.5;padding:.75rem 1rem;vertical-align:top}.message-text table tr:last-child td{border-bottom:none}.message-text table tr:hover{background:#00d4ff0d}.message-text table td:first-child,.message-text table th:first-child{color:#fbbf24;font-weight:600}.message-text table td code,.message-text table th code{background:#fbbf2433;border:1px solid #fbbf244d;border-radius:.25rem;color:#fbbf24;font-family:Monaco,Cascadia Code,monospace;font-size:.85rem;padding:.2rem .4rem}.suggested-prompts{margin:0 auto;max-width:1200px;padding:2rem;width:100%}.suggested-prompts h3{color:#00d4ff;font-size:1.1rem;margin-bottom:1rem;text-align:center}.prompts-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.prompt-button{background:#1e40af33;border:1px solid #60a5fa66;border-radius:.75rem;color:#e1e8f0;cursor:pointer;font-size:.9rem;padding:.75rem 1rem;text-align:left;transition:all .2s ease}.prompt-button:hover{background:#1e40af59;border-color:#60a5fa99;transform:translateY(-1px)}.input-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0d111cf2;border-top:2px solid #2a3441;padding:1rem 2rem 2rem}.input-wrapper{align-items:flex-end;display:flex;gap:.75rem;margin:0 auto;max-width:1200px}.message-input{background:#1e293bcc;border:2px solid #475569;border-radius:1rem;color:#e1e8f0;flex:1 1;font-family:inherit;font-size:1rem;line-height:1.5;max-height:200px;min-height:60px;padding:1rem 1.25rem;resize:none;transition:all .2s ease}.message-input:focus{border-color:#00d4ff;box-shadow:0 0 0 3px #00d4ff33;outline:none}.message-input:disabled{cursor:not-allowed;opacity:.6}.message-input::placeholder{color:#94a3b8}.send-button{align-items:center;background:linear-gradient(135deg,#1e40af,#3b82f6);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:1.2rem;height:50px;justify-content:center;transition:all .2s ease;width:50px}.send-button:hover:not(:disabled){background:linear-gradient(135deg,#1d4ed8,#2563eb);box-shadow:0 4px 12px #3b82f666;transform:translateY(-1px)}.send-button:disabled{cursor:not-allowed;opacity:.5;transform:none}.input-footer{margin:.5rem auto 0;max-width:1200px;text-align:center}.input-hint{color:#64748b;font-size:.8rem}.messages-container::-webkit-scrollbar{width:8px}.messages-container::-webkit-scrollbar-track{background:#1e293b4d;border-radius:4px}.messages-container::-webkit-scrollbar-thumb{background:#60a5fa66;border-radius:4px}.messages-container::-webkit-scrollbar-thumb:hover{background:#60a5fa99}@media (max-width:768px){.chat-header{padding:1rem}.header-content{flex-direction:column;gap:1rem;text-align:center}.status-indicators{justify-content:center}.title-section h1{font-size:1.5rem}.messages-container{padding:.5rem}.message{gap:.75rem}.message-avatar{font-size:1rem;height:35px;width:35px}.message-text{padding:.75rem 1rem}.input-container{padding:1rem}.prompts-grid{grid-template-columns:1fr}.suggested-prompts{padding:1rem}.message-text table{font-size:.8rem}.message-text table td,.message-text table th{padding:.5rem}}@media (prefers-contrast:high){.chat-interface{background:#000}.message-text{border-width:2px}.message-input{border-width:3px}.message-text table{border-width:2px}.message-text table th{border-bottom-width:3px}}@media (prefers-reduced-motion:reduce){.message,.prompt-button,.send-button{animation:none;transition:none}.status-dot,.typing-indicator{animation:none}}.market-data-panel{background:#1e2936f2;border-left:1px solid #ffd7004d;height:100%;overflow-y:auto;padding:1.5rem;position:relative;width:350px}.market-data-panel .panel-header{margin-bottom:1.5rem}.market-data-panel .panel-header h2{color:gold;font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.market-data-panel .last-updated{color:#6b7c8c;font-size:.75rem}.market-data-panel .index-cards{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.market-data-panel .index-card{background:#0f172399;border:1px solid #ffd70033;border-radius:.75rem;cursor:pointer;padding:1rem;transition:all .3s ease}.market-data-panel .index-card:hover{background:#0f1723e6;border-color:#ffd70080;transform:translateX(-4px)}.market-data-panel .index-card.active{background:#0f1723;border-color:gold;box-shadow:0 4px 12px #ffd70033}.market-data-panel .index-symbol{color:gold;font-size:.875rem;font-weight:700;margin-bottom:.5rem}.market-data-panel .index-price{color:#e8f0f7;font-size:1.25rem;font-weight:700;margin-bottom:.25rem}.market-data-panel .index-change{align-items:center;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;margin-bottom:.5rem}.market-data-panel .index-change.positive{color:#2ecc71}.market-data-panel .index-change.negative{color:#e74c3c}.market-data-panel .index-volume{color:#6b7c8c;font-size:.75rem}.market-data-panel .chart-container{margin-bottom:1.5rem}.market-data-panel .chart-container h3{color:#e8f0f7;font-size:1rem;font-weight:600;margin-bottom:1rem}.market-data-panel .market-sentiment{margin-bottom:1.5rem}.market-data-panel .market-sentiment h3{color:#e8f0f7;font-size:1rem;font-weight:600;margin-bottom:1rem}.market-data-panel .sentiment-bars{display:flex;flex-direction:column;gap:.75rem}.market-data-panel .sentiment-item{align-items:center;display:flex;gap:.75rem}.market-data-panel .sentiment-label{color:#a0b3c2;font-size:.75rem;min-width:50px}.market-data-panel .sentiment-bar-container{background:#0f1723cc;border-radius:10px;flex:1 1;height:20px;overflow:hidden}.market-data-panel .sentiment-bar{border-radius:10px;height:100%;transition:width .5s ease}.market-data-panel .sentiment-bar.bullish{background:linear-gradient(90deg,#2ecc71,#27ae60)}.market-data-panel .sentiment-bar.neutral{background:linear-gradient(90deg,#f39c12,#e67e22)}.market-data-panel .sentiment-bar.bearish{background:linear-gradient(90deg,#e74c3c,#c0392b)}.market-data-panel .sentiment-value{color:#e8f0f7;font-size:.75rem;font-weight:600;min-width:35px;text-align:right}.market-data-panel .quick-stats{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:1fr}.market-data-panel .stat-item{background:#0f172399;border:1px solid #ffd70033;border-radius:.5rem;padding:.75rem}.market-data-panel .stat-label{color:#6b7c8c;font-size:.75rem;margin-bottom:.25rem}.market-data-panel .stat-value{color:#e8f0f7;font-size:1.125rem;font-weight:700;margin-bottom:.25rem}.market-data-panel .stat-change{font-size:.75rem;font-weight:600}.market-data-panel .stat-change.positive{color:#2ecc71}.market-data-panel .stat-change.negative{color:#e74c3c}@media (max-width:1024px){.market-data-panel{display:none}}.hedgefund-interface{background:linear-gradient(135deg,#0f1419,#1a2332 50%,#0a1120);color:#e8f0f7;display:flex;flex-direction:column;font-family:Segoe UI,SF Pro Display,Helvetica Neue,sans-serif;height:100vh}.hedgefund-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a111af2;border-bottom:2px solid #2d3e50;padding:1rem 2rem}.hedgefund-header .header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px}.hedgefund-header .title-section h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,gold,#fa0 50%,#f80);-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:700;margin:0}.hedgefund-header .title-section p{color:#a0b3c2;font-size:.9rem;margin:.25rem 0 0}.hedgefund-interface .hedgefund-main-layout{display:flex;flex:1 1;overflow:hidden}.hedgefund-interface .messages-container{display:flex;flex:1 1;flex-direction:column;margin:0 auto;max-width:1200px;overflow-y:auto;padding:1rem;width:100%}.hedgefund-interface .top-stocks-dashboard{animation:slideIn .5s ease-out;margin-bottom:2rem}.hedgefund-interface .dashboard-title{color:gold;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.hedgefund-interface .mobile-stock-selector{display:none}.hedgefund-interface .stocks-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:2rem}.hedgefund-interface .stock-card{background:#1e293699;border:1px solid #ffd7004d;border-radius:1rem;overflow:hidden;padding:1.25rem;position:relative;transition:all .3s ease}.hedgefund-interface .stock-card:before{background:linear-gradient(90deg,gold,#fa0 50%,#f80);content:"";height:3px;left:0;position:absolute;right:0;top:0}.hedgefund-interface .stock-card:hover{background:#1e2936cc;border-color:#ffd70099;box-shadow:0 8px 24px #ffd70033;transform:translateY(-4px)}.hedgefund-interface .stock-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.hedgefund-interface .stock-symbol{color:gold;font-size:1.3rem;font-weight:700;letter-spacing:.5px}.hedgefund-interface .stock-change{align-items:center;border-radius:.5rem;display:flex;font-size:.9rem;font-weight:600;gap:.25rem;padding:.25rem .75rem}.hedgefund-interface .stock-change.positive{background:#2ecc7133;border:1px solid #2ecc714d;color:#2ecc71}.hedgefund-interface .stock-change.negative{background:#e74c3c33;border:1px solid #e74c3c4d;color:#e74c3c}.hedgefund-interface .stock-price{color:#e8f0f7;font-size:2rem;font-weight:700;margin-bottom:.25rem}.hedgefund-interface .stock-change-value{color:#a0b3c2;font-size:.9rem;margin-bottom:1rem}.hedgefund-interface .stock-volume{color:#6b7c8c;font-size:.85rem;font-weight:500;margin-top:.75rem;text-align:right}.hedgefund-interface .loading-skeleton{pointer-events:none}.hedgefund-interface .skeleton-header{display:flex;justify-content:space-between;margin-bottom:.75rem}.hedgefund-interface .skeleton-change,.hedgefund-interface .skeleton-chart,.hedgefund-interface .skeleton-price,.hedgefund-interface .skeleton-symbol{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#ffd7001a,#ffd70033 50%,#ffd7001a);background-size:200% 100%;border-radius:.5rem}.hedgefund-interface .skeleton-symbol{height:24px;width:80px}.hedgefund-interface .skeleton-change{height:24px;width:60px}.hedgefund-interface .skeleton-price{height:32px;margin-bottom:1rem;width:120px}.hedgefund-interface .skeleton-chart{height:120px;width:100%}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.hedgefund-interface .message{animation:slideIn .3s ease-out;display:flex;gap:1rem;margin-bottom:1.5rem}.hedgefund-interface .message.user{flex-direction:row-reverse}.hedgefund-interface .message-avatar{align-items:center;background:linear-gradient(135deg,#1e2936,#2d3e50);border:2px solid #3d5266;border-radius:50%;display:flex;flex-shrink:0;font-size:1.2rem;height:40px;justify-content:center;width:40px}.hedgefund-interface .message.user .message-avatar{background:linear-gradient(135deg,#1e5128,#27ae60);border-color:#2ecc71}.hedgefund-interface .message.assistant .message-avatar{background:linear-gradient(135deg,#c79100,gold);border-color:#fa0}.hedgefund-interface .message-content{flex:1 1;max-width:calc(100% - 60px)}.hedgefund-interface .message.user .message-content{text-align:right}.hedgefund-interface .message-header{align-items:center;color:#a0b3c2;display:flex;font-size:.8rem;justify-content:space-between;margin-bottom:.5rem}.hedgefund-interface .message.user .message-header{flex-direction:row-reverse}.hedgefund-interface .message-role{color:#e8f0f7;font-weight:600}.hedgefund-interface .message-text{background:#1e293699;border:1px solid #2d3e50;border-radius:1rem;padding:1rem 1.25rem;position:relative}.hedgefund-interface .message.user .message-text{background:#1e512826;border-color:#2ecc714d}.hedgefund-interface .message.assistant .message-text{background:#c7910026;border-color:#ffd7004d}.hedgefund-interface .message.streaming .message-text{background:#ffd7001a;border-color:gold}.hedgefund-interface .typing-indicator{animation:blink 1s infinite;color:gold}.hedgefund-interface .message-text a{color:gold!important;text-decoration:underline;transition:all .2s ease}.hedgefund-interface .message-text a:hover{color:#fa0!important;text-decoration:none}.hedgefund-interface .message-text h1,.hedgefund-interface .message-text h2,.hedgefund-interface .message-text h3{color:gold;margin-bottom:.5rem;margin-top:1rem}.hedgefund-interface .message-text h1{font-size:1.4rem}.hedgefund-interface .message-text h2{font-size:1.2rem}.hedgefund-interface .message-text h3{font-size:1.1rem}.hedgefund-interface .message-text p{line-height:1.6;margin:.75rem 0}.hedgefund-interface .message-text ol,.hedgefund-interface .message-text ul{margin:.75rem 0;padding-left:1.5rem}.hedgefund-interface .message-text li{line-height:1.5;margin:.25rem 0}.hedgefund-interface .message-text code{background:#0000004d;border:1px solid #2ecc714d;border-radius:.25rem;color:#2ecc71;font-family:Monaco,Cascadia Code,monospace;padding:.2rem .4rem}.hedgefund-interface .message-text pre{background:#00000080;border:1px solid #2d3e50;border-radius:.5rem;margin:1rem 0;overflow-x:auto;padding:1rem}.hedgefund-interface .message-text pre code{background:#0000;border:none;padding:0}.hedgefund-interface .message-text strong{color:gold;font-weight:600}.hedgefund-interface .message-text blockquote{background:#ffd7000d;border-left:3px solid gold;border-radius:0 .5rem .5rem 0;color:#a0b3c2;margin:1rem 0;padding-left:1rem}.hedgefund-interface .message-text table{background:#1e293666;border:1px solid #3d5266;border-collapse:collapse;border-radius:.5rem;margin:1rem 0;overflow:hidden;width:100%}.hedgefund-interface .message-text table th{background:#ffd70026;border-bottom:2px solid #3d5266;color:gold;font-size:.9rem;font-weight:600;padding:.75rem 1rem;text-align:left}.hedgefund-interface .message-text table td{border-bottom:1px solid #3d526680;color:#e8f0f7;line-height:1.5;padding:.75rem 1rem;vertical-align:top}.hedgefund-interface .message-text table tr:last-child td{border-bottom:none}.hedgefund-interface .message-text table tr:hover{background:#ffd7000d}.hedgefund-interface .message-text table td:first-child,.hedgefund-interface .message-text table th:first-child{color:#2ecc71;font-weight:600}.hedgefund-interface .suggested-prompts{margin:0 auto;max-width:1200px;padding:2rem;width:100%}.hedgefund-interface .suggested-prompts h3{color:gold;font-size:1.1rem;margin-bottom:1rem;text-align:center}.hedgefund-interface .prompts-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.hedgefund-interface .prompt-button{background:#c7910033;border:1px solid #ffd70066;border-radius:.75rem;color:#e8f0f7;cursor:pointer;font-size:.9rem;padding:.75rem 1rem;text-align:left;transition:all .2s ease}.hedgefund-interface .prompt-button:hover{background:#c7910059;border-color:#ffd70099;transform:translateY(-1px)}.hedgefund-interface .connection-warning{background:#e74c3c33;border:1px solid #e74c3c80;border-radius:.5rem;color:#e74c3c;margin:1rem 2rem;padding:1rem;text-align:center}.hedgefund-interface .input-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a111af2;border-top:2px solid #2d3e50;bottom:0;margin-top:auto;padding:1rem 2rem;position:-webkit-sticky;position:sticky;z-index:10}.hedgefund-interface .input-wrapper{align-items:flex-end;display:flex;gap:.75rem;margin:0 auto;max-width:1200px}.hedgefund-interface .message-input{background:#1e2936cc;border:2px solid #3d5266;border-radius:1rem;color:#e8f0f7;flex:1 1;font-family:inherit;font-size:1rem;line-height:1.5;max-height:200px;min-height:60px;padding:1rem 1.25rem;resize:none;transition:all .2s ease}.hedgefund-interface .message-input:focus{border-color:gold;box-shadow:0 0 0 3px #ffd70033;outline:none}.hedgefund-interface .message-input:disabled{cursor:not-allowed;opacity:.6}.hedgefund-interface .message-input::placeholder{color:#a0b3c2}.hedgefund-interface .send-button{align-items:center;background:linear-gradient(135deg,#c79100,gold);border:none;border-radius:50%;color:#0a1120;cursor:pointer;display:flex;flex-shrink:0;font-size:1.2rem;height:50px;justify-content:center;transition:all .2s ease;width:50px}.hedgefund-interface .send-button:hover:not(:disabled){background:linear-gradient(135deg,#d4a000,#fd0);box-shadow:0 4px 12px #ffd70066;transform:translateY(-1px)}.hedgefund-interface .send-button:disabled{cursor:not-allowed;opacity:.5;transform:none}.hedgefund-interface .input-footer{margin:.5rem auto 0;max-width:1200px;text-align:center}.hedgefund-interface .input-hint{color:#6b7c8c;font-size:.8rem}.hedgefund-interface .messages-container::-webkit-scrollbar{width:8px}.hedgefund-interface .messages-container::-webkit-scrollbar-track{background:#1e29364d;border-radius:4px}.hedgefund-interface .messages-container::-webkit-scrollbar-thumb{background:#ffd70066;border-radius:4px}.hedgefund-interface .messages-container::-webkit-scrollbar-thumb:hover{background:#ffd70099}@media (max-width:768px){.hedgefund-interface .mobile-stock-selector{display:block}.hedgefund-interface .stocks-grid{display:none}.hedgefund-interface .stock-dropdown{-webkit-appearance:none;appearance:none;background:#1e2936cc;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='gold' d='M6 9 1 4h10z'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;border:2px solid #ffd7004d;border-radius:.75rem;color:#e8f0f7;cursor:pointer;font-size:1rem;font-weight:600;margin-bottom:1rem;padding:1rem 3rem 1rem 1rem;transition:all .3s ease;width:100%}.hedgefund-interface .stock-dropdown:focus{border-color:gold;box-shadow:0 0 0 3px #ffd70033;outline:none}.hedgefund-interface .stock-dropdown option{background:#1e2936;color:#e8f0f7;padding:.5rem}.hedgefund-interface .mobile-stock-card{background:#1e293699;border:1px solid #ffd7004d;border-radius:1rem;overflow:hidden;padding:1.5rem;position:relative}.hedgefund-interface .mobile-stock-card:before{background:linear-gradient(90deg,gold,#fa0 50%,#f80);content:"";height:3px;left:0;position:absolute;right:0;top:0}.hedgefund-header{padding:1rem}.hedgefund-header .header-content{flex-direction:column;gap:1rem;text-align:center}.hedgefund-header .title-section h1{font-size:1.5rem}.hedgefund-interface .messages-container{padding:.5rem}.hedgefund-interface .message{gap:.75rem}.hedgefund-interface .message-avatar{font-size:1rem;height:35px;width:35px}.hedgefund-interface .message-text{padding:.75rem 1rem}.hedgefund-interface .input-container{padding:1rem}.hedgefund-interface .prompts-grid{grid-template-columns:1fr}.hedgefund-interface .suggested-prompts{padding:1rem}.hedgefund-interface .message-text table{font-size:.8rem}.hedgefund-interface .message-text table td,.hedgefund-interface .message-text table th{padding:.5rem}}@media (prefers-contrast:high){.hedgefund-interface{background:#000}.hedgefund-interface .message-text{border-width:2px}.hedgefund-interface .message-input{border-width:3px}.hedgefund-interface .message-text table{border-width:2px}.hedgefund-interface .message-text table th{border-bottom-width:3px}}@media (prefers-reduced-motion:reduce){.hedgefund-interface .message,.hedgefund-interface .prompt-button,.hedgefund-interface .send-button{animation:none;transition:none}.hedgefund-interface .typing-indicator{animation:none}}.biodigital-panel{background:#1e2936f2;border-left:2px solid #10b9814d;display:flex;flex-direction:column;gap:1rem;height:100%;min-width:380px;overflow-y:auto;padding:1.5rem;width:380px}.biodigital-panel .panel-header{display:flex;flex-direction:column;gap:.5rem}.biodigital-panel .panel-header h2{align-items:center;color:#10b981;display:flex;font-size:1.25rem;font-weight:700;gap:.5rem;margin:0}.biodigital-panel .panel-header h2:before{content:"🧬"}.biodigital-panel .status-indicator{align-items:center;color:#6b7c8c;display:flex;font-size:.75rem;gap:.5rem}.biodigital-panel .status-indicator:before{background:#6b7c8c;border-radius:50%;content:"";height:8px;width:8px}.biodigital-panel .status-indicator.ready:before{animation:pulse 2s infinite;background:#10b981;box-shadow:0 0 8px #10b98199}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.biodigital-panel .viewer-container{background:#0a1120;border:1px solid #10b98133;border-radius:.75rem;flex:1 1;min-height:350px;overflow:hidden;position:relative}.biodigital-panel .viewer-container iframe{border:none;display:block;height:100%;width:100%}.biodigital-panel .loading-overlay{align-items:center;background:#0a1120f2;color:#a0b3c2;display:flex;flex-direction:column;font-size:.875rem;gap:1rem;inset:0;justify-content:center;position:absolute;z-index:10}.biodigital-panel .loading-spinner{animation:spin 1s linear infinite;border:3px solid #10b98133;border-radius:50%;border-top-color:#10b981;height:40px;width:40px}@keyframes spin{to{transform:rotate(1turn)}}.biodigital-panel .error-overlay{align-items:center;background:#0a1120fa;color:#a0b3c2;display:flex;flex-direction:column;font-size:.8rem;gap:.75rem;inset:0;justify-content:center;padding:1.5rem;position:absolute;text-align:center;z-index:10}.biodigital-panel .error-overlay .error-icon{font-size:2rem}.biodigital-panel .error-overlay h4{color:#ef4444;font-size:.95rem;margin:0}.biodigital-panel .error-overlay p{line-height:1.5;margin:0}.biodigital-panel .error-overlay ol{line-height:1.6;margin:.5rem 0;padding-left:1.25rem;text-align:left}.biodigital-panel .error-overlay a{color:#10b981;text-decoration:none}.biodigital-panel .error-overlay a:hover{text-decoration:underline}.biodigital-panel .error-overlay code{background:#10b98126;border-radius:.25rem;color:#10b981;font-family:monospace;font-size:.75rem;padding:.15rem .35rem}.biodigital-panel .status-indicator.error:before{background:#ef4444;box-shadow:0 0 8px #ef444499}.biodigital-panel .error-overlay .retry-btn{background:#10b98133;border:1px solid #10b98180;border-radius:.5rem;color:#10b981;cursor:pointer;font-family:inherit;font-size:.85rem;margin-top:1rem;padding:.5rem 1.5rem;transition:all .2s ease}.biodigital-panel .error-overlay .retry-btn:hover{background:#10b9814d;border-color:#10b981}.biodigital-panel .panel-controls{display:flex;flex-direction:column;gap:.75rem}.biodigital-panel .panel-controls h3{color:#a0b3c2;font-size:.75rem;letter-spacing:.5px;margin:0;text-transform:uppercase}.biodigital-panel .quick-select{display:flex;flex-wrap:wrap;gap:.5rem}.biodigital-panel .quick-select-btn{align-items:center;background:#10b9811a;border:1px solid #10b9814d;border-radius:.5rem;color:#e8f0f7;cursor:pointer;display:flex;font-family:inherit;font-size:.8rem;gap:.375rem;padding:.5rem .75rem;transition:all .2s ease}.biodigital-panel .quick-select-btn:hover:not(:disabled){background:#10b98133;border-color:#10b98199;transform:translateY(-1px)}.biodigital-panel .quick-select-btn.active{background:#10b9814d;border-color:#10b981;box-shadow:0 0 10px #10b98133;color:#10b981}.biodigital-panel .quick-select-btn:disabled{cursor:not-allowed;opacity:.5}.biodigital-panel .quick-select-btn .btn-icon{font-size:1rem}.biodigital-panel .quick-select-btn .btn-label{font-weight:500}.biodigital-panel .reset-btn{background:#6b7c8c33;border:1px solid #6b7c8c4d;border-radius:.5rem;color:#a0b3c2;cursor:pointer;font-family:inherit;font-size:.8rem;font-weight:500;margin-top:.5rem;padding:.625rem 1rem;transition:all .2s ease}.biodigital-panel .reset-btn:hover:not(:disabled){background:#6b7c8c4d;border-color:#6b7c8c80}.biodigital-panel .reset-btn:disabled{cursor:not-allowed;opacity:.4}.biodigital-panel .panel-info{border-top:1px solid #10b98126;padding-top:.75rem}.biodigital-panel .panel-info p{color:#6b7c8c;font-size:.75rem;line-height:1.4;margin:0 0 .5rem}.biodigital-panel .panel-info .powered-by{color:#4a5a6a;font-size:.7rem;font-style:italic}@media (max-width:1024px){.biodigital-panel{display:none}}@media (max-width:1280px) and (min-width:1025px){.biodigital-panel{min-width:320px;padding:1rem;width:320px}.biodigital-panel .viewer-container{min-height:280px}}.health-interface{background:linear-gradient(135deg,#0a1120,#1a2332 50%,#0f1a28);color:#e8f0f7;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;height:100vh}.health-interface .health-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#10b98126,#0596691a);border-bottom:2px solid #10b981;padding:1.5rem 2rem}.health-interface .header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px}.health-interface .title-section h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#10b981,#34d399);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700;margin:0}.health-interface .title-section p{color:#a0b3c2;font-size:.9rem;margin:.5rem 0 0}.health-interface .health-main-layout{display:flex;flex:1 1;overflow:hidden}.health-interface .messages-container{display:flex;flex:1 1;flex-direction:column;min-width:0;overflow-y:auto;padding:1rem;width:100%}.health-interface .messages-content{flex:1 1;margin:0 auto;max-width:900px;width:100%}.health-interface .message{animation:slideIn .3s ease-out;display:flex;gap:1rem;margin-bottom:1.5rem}.health-interface .message.user{flex-direction:row-reverse}.health-interface .message-avatar{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border:2px solid #10b9814d;border-radius:50%;display:flex;flex-shrink:0;font-size:1.5rem;height:45px;justify-content:center;width:45px}.health-interface .message.user .message-avatar{background:linear-gradient(135deg,#3b82f6,#2563eb);border-color:#3b82f64d}.health-interface .message-content{flex:1 1;min-width:0}.health-interface .message-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.health-interface .message-role{color:#10b981;font-size:.875rem;font-weight:600}.health-interface .message.user .message-role{color:#3b82f6}.health-interface .message-time{color:#6b7c8c;font-size:.75rem}.health-interface .message-text{background:#1e293699;border:1px solid #10b98133;border-radius:1rem;color:#e8f0f7;line-height:1.6;padding:1rem 1.25rem}.health-interface .message.user .message-text{background:#3b82f626;border-color:#3b82f64d}.health-interface .message.streaming .message-text{border-color:#10b981;box-shadow:0 0 20px #10b98133}.health-interface .typing-indicator{animation:blink 1s infinite;color:#10b981;display:inline-block;margin-left:.25rem}.health-interface .message-text p{line-height:1.6;margin:.75rem 0}.health-interface .message-text ol,.health-interface .message-text ul{margin:.75rem 0;padding-left:1.5rem}.health-interface .message-text li{line-height:1.5;margin:.25rem 0}.health-interface .message-text code{background:#0000004d;border:1px solid #10b9814d;border-radius:.25rem;color:#10b981;font-family:Monaco,Cascadia Code,monospace;padding:.2rem .4rem}.health-interface .message-text pre{background:#00000080;border:1px solid #2d3e50;border-radius:.5rem;margin:1rem 0;overflow-x:auto;padding:1rem}.health-interface .message-text pre code{background:#0000;border:none;padding:0}.health-interface .message-text strong{color:#10b981;font-weight:600}.health-interface .message-text blockquote{background:#10b9810d;border-left:3px solid #10b981;border-radius:0 .5rem .5rem 0;color:#a0b3c2;margin:1rem 0;padding-left:1rem}.health-interface .message-text table{background:#1e293666;border:1px solid #3d5266;border-collapse:collapse;border-radius:.5rem;margin:1rem 0;overflow:hidden;width:100%}.health-interface .message-text table th{background:#10b98126;border-bottom:2px solid #3d5266;color:#10b981;font-size:.9rem;font-weight:600;padding:.75rem 1rem;text-align:left}.health-interface .message-text table td{border-bottom:1px solid #3d526680;color:#e8f0f7;line-height:1.5;padding:.75rem 1rem;vertical-align:top}.health-interface .message-text table tr:last-child td{border-bottom:none}.health-interface .message-text table tr:hover{background:#10b9810d}.health-interface .suggested-prompts{background:#1e293666;border:1px solid #10b9814d;border-radius:1rem;margin:1rem 0;padding:1.5rem}.health-interface .suggested-prompts h3{color:#10b981;font-size:1rem;font-weight:600;margin:0 0 1rem}.health-interface .prompts-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.health-interface .prompt-button{background:#10b9811a;border:1px solid #10b9814d;border-radius:.5rem;color:#e8f0f7;cursor:pointer;font-size:.875rem;padding:.75rem 1rem;text-align:left;transition:all .2s ease}.health-interface .prompt-button:hover{background:#10b98133;border-color:#10b98199;transform:translateY(-1px)}.health-interface .connection-warning{background:#ef444433;border:1px solid #ef444480;border-radius:.5rem;color:#ef4444;margin:1rem 2rem;padding:1rem;text-align:center}.health-interface .input-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a111af2;border-top:2px solid #10b981;bottom:0;margin-top:auto;padding:1rem 2rem;position:-webkit-sticky;position:sticky;z-index:10}.health-interface .input-wrapper{align-items:flex-end;display:flex;gap:.75rem;margin:0 auto;max-width:1200px}.health-interface .message-input{background:#1e2936cc;border:2px solid #3d5266;border-radius:1rem;color:#e8f0f7;flex:1 1;font-family:inherit;font-size:1rem;line-height:1.5;max-height:200px;min-height:60px;padding:1rem 1.25rem;resize:none;transition:all .2s ease}.health-interface .message-input:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b98133;outline:none}.health-interface .message-input:disabled{cursor:not-allowed;opacity:.6}.health-interface .message-input::placeholder{color:#a0b3c2}.health-interface .send-button{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:1.2rem;height:50px;justify-content:center;transition:all .2s ease;width:50px}.health-interface .send-button:hover:not(:disabled){box-shadow:0 4px 12px #10b98166;transform:scale(1.05)}.health-interface .send-button:active:not(:disabled){transform:scale(.95)}.health-interface .send-button:disabled{background:linear-gradient(135deg,#6b7c8c,#4b5c6c);cursor:not-allowed;opacity:.5}.health-interface .input-footer{margin-top:.5rem;text-align:center}.health-interface .input-hint{color:#cbd5e1;display:block;font-size:.8rem;margin-bottom:.5rem}.health-interface .hipaa-notice{background:#10b9811a;border:1px solid #10b9814d;border-radius:.5rem;color:#10b981;display:inline-block;font-size:.75rem;margin-top:.25rem;padding:.5rem 1rem}.health-interface .messages-container::-webkit-scrollbar{width:8px}.health-interface .messages-container::-webkit-scrollbar-track{background:#1e29364d;border-radius:4px}.health-interface .messages-container::-webkit-scrollbar-thumb{background:#10b98166;border-radius:4px}.health-interface .messages-container::-webkit-scrollbar-thumb:hover{background:#10b98199}@media (max-width:1024px){.health-interface .health-main-layout{flex-direction:column}}@media (max-width:768px){.health-interface .health-header{padding:1rem}.health-interface .header-content{flex-direction:column;gap:1rem;text-align:center}.health-interface .title-section h1{font-size:1.5rem}.health-interface .messages-container{padding:.5rem}.health-interface .message{gap:.75rem}.health-interface .message-avatar{font-size:1rem;height:35px;width:35px}.health-interface .message-text{padding:.75rem 1rem}.health-interface .input-container{padding:1rem}.health-interface .prompts-grid{grid-template-columns:1fr}}.lawyer-interface{background:linear-gradient(135deg,#0a0e1a,#1a1f2e 50%,#0f1419);color:#e8f0f7;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;height:100vh}.lawyer-interface .lawyer-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#d9770626,#b453091a);border-bottom:2px solid #d97706;padding:1.5rem 2rem}.lawyer-interface .header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px}.lawyer-interface .title-section h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#d97706,#f59e0b);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700;margin:0}.lawyer-interface .title-section p{color:#a0b3c2;font-size:.9rem;margin:.5rem 0 0}.lawyer-interface .lawyer-main-layout{display:flex;flex:1 1;overflow:hidden}.lawyer-interface .messages-container{display:flex;flex:1 1;flex-direction:column;margin:0 auto;max-width:1200px;overflow-y:auto;padding:1rem;width:100%}.lawyer-interface .message{animation:slideIn .3s ease-out;display:flex;gap:1rem;margin-bottom:1.5rem}.lawyer-interface .message.user{flex-direction:row-reverse}.lawyer-interface .message-avatar{align-items:center;background:linear-gradient(135deg,#d97706,#b45309);border:2px solid #d977064d;border-radius:50%;display:flex;flex-shrink:0;font-size:1.5rem;height:45px;justify-content:center;width:45px}.lawyer-interface .message.user .message-avatar{background:linear-gradient(135deg,#3b82f6,#2563eb);border-color:#3b82f64d}.lawyer-interface .message-content{flex:1 1;min-width:0}.lawyer-interface .message-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.lawyer-interface .message-role{color:#d97706;font-size:.875rem;font-weight:600}.lawyer-interface .message.user .message-role{color:#3b82f6}.lawyer-interface .message-time{color:#6b7c8c;font-size:.75rem}.lawyer-interface .message-text{background:#1e293699;border:1px solid #d9770633;border-radius:1rem;color:#e8f0f7;line-height:1.6;padding:1rem 1.25rem}.lawyer-interface .message.user .message-text{background:#3b82f626;border-color:#3b82f64d}.lawyer-interface .message.streaming .message-text{border-color:#d97706;box-shadow:0 0 20px #d9770633}.lawyer-interface .typing-indicator{animation:blink 1s infinite;color:#d97706;display:inline-block;margin-left:.25rem}.lawyer-interface .message-text p{line-height:1.6;margin:.75rem 0}.lawyer-interface .message-text ol,.lawyer-interface .message-text ul{margin:.75rem 0;padding-left:1.5rem}.lawyer-interface .message-text li{line-height:1.5;margin:.25rem 0}.lawyer-interface .message-text code{background:#0000004d;border:1px solid #d977064d;border-radius:.25rem;color:#d97706;font-family:Monaco,Cascadia Code,monospace;padding:.2rem .4rem}.lawyer-interface .message-text pre{background:#00000080;border:1px solid #2d3e50;border-radius:.5rem;margin:1rem 0;overflow-x:auto;padding:1rem}.lawyer-interface .message-text pre code{background:#0000;border:none;padding:0}.lawyer-interface .message-text strong{color:#d97706;font-weight:600}.lawyer-interface .message-text blockquote{background:#d977060d;border-left:3px solid #d97706;border-radius:0 .5rem .5rem 0;color:#a0b3c2;margin:1rem 0;padding-left:1rem}.lawyer-interface .message-text table{background:#1e293666;border:1px solid #3d5266;border-collapse:collapse;border-radius:.5rem;margin:1rem 0;overflow:hidden;width:100%}.lawyer-interface .message-text table th{background:#d9770626;border-bottom:2px solid #3d5266;color:#d97706;font-size:.9rem;font-weight:600;padding:.75rem 1rem;text-align:left}.lawyer-interface .message-text table td{border-bottom:1px solid #3d526680;color:#e8f0f7;line-height:1.5;padding:.75rem 1rem;vertical-align:top}.lawyer-interface .message-text table tr:last-child td{border-bottom:none}.lawyer-interface .message-text table tr:hover{background:#d977060d}.lawyer-interface .suggested-prompts{background:#1e293666;border:1px solid #d977064d;border-radius:1rem;margin:1rem 0;padding:1.5rem}.lawyer-interface .suggested-prompts h3{color:#d97706;font-size:1rem;font-weight:600;margin:0 0 1rem}.lawyer-interface .prompts-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.lawyer-interface .prompt-button{background:#d977061a;border:1px solid #d977064d;border-radius:.5rem;color:#e8f0f7;cursor:pointer;font-size:.875rem;padding:.75rem 1rem;text-align:left;transition:all .2s ease}.lawyer-interface .prompt-button:hover{background:#d9770633;border-color:#d9770699;transform:translateY(-1px)}.lawyer-interface .connection-warning{background:#ef444433;border:1px solid #ef444480;border-radius:.5rem;color:#ef4444;margin:1rem 2rem;padding:1rem;text-align:center}.lawyer-interface .input-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a111af2;border-top:2px solid #d97706;bottom:0;margin-top:auto;padding:1rem 2rem;position:-webkit-sticky;position:sticky;z-index:10}.lawyer-interface .input-wrapper{align-items:flex-end;display:flex;gap:.75rem;margin:0 auto;max-width:1200px}.lawyer-interface .message-input{background:#1e2936cc;border:2px solid #3d5266;border-radius:1rem;color:#e8f0f7;flex:1 1;font-family:inherit;font-size:1rem;line-height:1.5;max-height:200px;min-height:60px;padding:1rem 1.25rem;resize:none;transition:all .2s ease}.lawyer-interface .message-input:focus{border-color:#d97706;box-shadow:0 0 0 3px #d9770633;outline:none}.lawyer-interface .message-input:disabled{cursor:not-allowed;opacity:.6}.lawyer-interface .message-input::placeholder{color:#a0b3c2}.lawyer-interface .send-button{align-items:center;background:linear-gradient(135deg,#d97706,#b45309);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:1.2rem;height:50px;justify-content:center;transition:all .2s ease;width:50px}.lawyer-interface .send-button:hover:not(:disabled){box-shadow:0 4px 12px #d9770666;transform:scale(1.05)}.lawyer-interface .send-button:active:not(:disabled){transform:scale(.95)}.lawyer-interface .send-button:disabled{background:linear-gradient(135deg,#6b7c8c,#4b5c6c);cursor:not-allowed;opacity:.5}.lawyer-interface .input-footer{margin-top:.5rem;text-align:center}.lawyer-interface .input-hint{color:#cbd5e1;display:block;font-size:.8rem;margin-bottom:.5rem}.lawyer-interface .legal-notice{background:#d977061a;border:1px solid #d977064d;border-radius:.5rem;color:#d97706;display:inline-block;font-size:.75rem;margin-top:.25rem;padding:.5rem 1rem}.lawyer-interface .messages-container::-webkit-scrollbar{width:8px}.lawyer-interface .messages-container::-webkit-scrollbar-track{background:#1e29364d;border-radius:4px}.lawyer-interface .messages-container::-webkit-scrollbar-thumb{background:#d9770666;border-radius:4px}.lawyer-interface .messages-container::-webkit-scrollbar-thumb:hover{background:#d9770699}@media (max-width:768px){.lawyer-interface .lawyer-header{padding:1rem}.lawyer-interface .header-content{flex-direction:column;gap:1rem;text-align:center}.lawyer-interface .title-section h1{font-size:1.5rem}.lawyer-interface .messages-container{padding:.5rem}.lawyer-interface .message{gap:.75rem}.lawyer-interface .message-avatar{font-size:1rem;height:35px;width:35px}.lawyer-interface .message-text{padding:.75rem 1rem}.lawyer-interface .input-container{padding:1rem}.lawyer-interface .prompts-grid{grid-template-columns:1fr}}.insurance-interface{background:linear-gradient(135deg,#0a1628,#1a2744 50%,#0f1e36);color:#e8f0f7;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;height:100vh}.insurance-interface .insurance-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#0ea5e926,#06b6d41a);border-bottom:2px solid #0ea5e9;padding:1.5rem 2rem}.insurance-interface .header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px}.insurance-interface .title-section h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#0ea5e9,#06b6d4);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700;margin:0}.insurance-interface .title-section p{color:#a0b3c2;font-size:.9rem;margin:.5rem 0 0}.insurance-interface .insurance-main-layout{display:flex;flex:1 1;overflow:hidden}.insurance-interface .messages-container{display:flex;flex:1 1;flex-direction:column;margin:0 auto;max-width:1200px;overflow-y:auto;padding:1rem;width:100%}.insurance-interface .message{animation:slideIn .3s ease-out;display:flex;gap:1rem;margin-bottom:1.5rem}.insurance-interface .message.user{flex-direction:row-reverse}.insurance-interface .message-avatar{align-items:center;background:linear-gradient(135deg,#0ea5e9,#0284c7);border:2px solid #0ea5e94d;border-radius:50%;display:flex;flex-shrink:0;font-size:1.5rem;height:45px;justify-content:center;width:45px}.insurance-interface .message.user .message-avatar{background:linear-gradient(135deg,#8b5cf6,#7c3aed);border-color:#8b5cf64d}.insurance-interface .message-content{flex:1 1;min-width:0}.insurance-interface .message-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.insurance-interface .message-role{color:#0ea5e9;font-size:.875rem;font-weight:600}.insurance-interface .message.user .message-role{color:#8b5cf6}.insurance-interface .message-time{color:#6b7c8c;font-size:.75rem}.insurance-interface .message-text{background:#1e293699;border:1px solid #0ea5e933;border-radius:1rem;color:#e8f0f7;line-height:1.6;padding:1rem 1.25rem}.insurance-interface .message.user .message-text{background:#8b5cf626;border-color:#8b5cf64d}.insurance-interface .message.streaming .message-text{border-color:#0ea5e9;box-shadow:0 0 20px #0ea5e933}.insurance-interface .typing-indicator{animation:blink 1s infinite;color:#0ea5e9;display:inline-block;margin-left:.25rem}.insurance-interface .message-text p{line-height:1.6;margin:.75rem 0}.insurance-interface .message-text ol,.insurance-interface .message-text ul{margin:.75rem 0;padding-left:1.5rem}.insurance-interface .message-text li{line-height:1.5;margin:.25rem 0}.insurance-interface .message-text code{background:#0000004d;border:1px solid #0ea5e94d;border-radius:.25rem;color:#0ea5e9;font-family:Monaco,Cascadia Code,monospace;padding:.2rem .4rem}.insurance-interface .message-text pre{background:#00000080;border:1px solid #2d3e50;border-radius:.5rem;margin:1rem 0;overflow-x:auto;padding:1rem}.insurance-interface .message-text pre code{background:#0000;border:none;padding:0}.insurance-interface .message-text strong{color:#0ea5e9;font-weight:600}.insurance-interface .message-text blockquote{background:#0ea5e90d;border-left:3px solid #0ea5e9;border-radius:0 .5rem .5rem 0;color:#a0b3c2;margin:1rem 0;padding-left:1rem}.insurance-interface .message-text table{background:#1e293666;border:1px solid #3d5266;border-collapse:collapse;border-radius:.5rem;margin:1rem 0;overflow:hidden;width:100%}.insurance-interface .message-text table th{background:#0ea5e926;border-bottom:2px solid #3d5266;color:#0ea5e9;font-size:.9rem;font-weight:600;padding:.75rem 1rem;text-align:left}.insurance-interface .message-text table td{border-bottom:1px solid #3d526680;color:#e8f0f7;line-height:1.5;padding:.75rem 1rem;vertical-align:top}.insurance-interface .message-text table tr:last-child td{border-bottom:none}.insurance-interface .message-text table tr:hover{background:#0ea5e90d}.insurance-interface .suggested-prompts{background:#1e293666;border:1px solid #0ea5e94d;border-radius:1rem;margin:1rem 0;padding:1.5rem}.insurance-interface .suggested-prompts h3{color:#0ea5e9;font-size:1rem;font-weight:600;margin:0 0 1rem}.insurance-interface .prompts-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.insurance-interface .prompt-button{background:#0ea5e91a;border:1px solid #0ea5e94d;border-radius:.5rem;color:#e8f0f7;cursor:pointer;font-size:.875rem;padding:.75rem 1rem;text-align:left;transition:all .2s ease}.insurance-interface .prompt-button:hover{background:#0ea5e933;border-color:#0ea5e999;transform:translateY(-1px)}.insurance-interface .connection-warning{background:#ef444433;border:1px solid #ef444480;border-radius:.5rem;color:#ef4444;margin:1rem 2rem;padding:1rem;text-align:center}.insurance-interface .input-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a1628f2;border-top:2px solid #0ea5e9;bottom:0;margin-top:auto;padding:1rem 2rem;position:-webkit-sticky;position:sticky;z-index:10}.insurance-interface .input-wrapper{align-items:flex-end;display:flex;gap:.75rem;margin:0 auto;max-width:1200px}.insurance-interface .message-input{background:#1e2936cc;border:2px solid #3d5266;border-radius:1rem;color:#e8f0f7;flex:1 1;font-family:inherit;font-size:1rem;line-height:1.5;max-height:200px;min-height:60px;padding:1rem 1.25rem;resize:none;transition:all .2s ease}.insurance-interface .message-input:focus{border-color:#0ea5e9;box-shadow:0 0 0 3px #0ea5e933;outline:none}.insurance-interface .message-input:disabled{cursor:not-allowed;opacity:.6}.insurance-interface .message-input::placeholder{color:#a0b3c2}.insurance-interface .send-button{align-items:center;background:linear-gradient(135deg,#0ea5e9,#0284c7);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:1.2rem;height:50px;justify-content:center;transition:all .2s ease;width:50px}.insurance-interface .send-button:hover:not(:disabled){box-shadow:0 4px 12px #0ea5e966;transform:scale(1.05)}.insurance-interface .send-button:active:not(:disabled){transform:scale(.95)}.insurance-interface .send-button:disabled{background:linear-gradient(135deg,#6b7c8c,#4b5c6c);cursor:not-allowed;opacity:.5}.insurance-interface .input-footer{margin-top:.5rem;text-align:center}.insurance-interface .input-hint{color:#cbd5e1;display:block;font-size:.8rem;margin-bottom:.5rem}.insurance-interface .insurance-notice{background:#0ea5e91a;border:1px solid #0ea5e94d;border-radius:.5rem;color:#0ea5e9;display:inline-block;font-size:.75rem;margin-top:.25rem;padding:.5rem 1rem}.insurance-interface .messages-container::-webkit-scrollbar{width:8px}.insurance-interface .messages-container::-webkit-scrollbar-track{background:#1e29364d;border-radius:4px}.insurance-interface .messages-container::-webkit-scrollbar-thumb{background:#0ea5e966;border-radius:4px}.insurance-interface .messages-container::-webkit-scrollbar-thumb:hover{background:#0ea5e999}@media (max-width:768px){.insurance-interface .insurance-header{padding:1rem}.insurance-interface .header-content{flex-direction:column;gap:1rem;text-align:center}.insurance-interface .title-section h1{font-size:1.5rem}.insurance-interface .messages-container{padding:.5rem}.insurance-interface .message{gap:.75rem}.insurance-interface .message-avatar{font-size:1rem;height:35px;width:35px}.insurance-interface .message-text{padding:.75rem 1rem}.insurance-interface .input-container{padding:1rem}.insurance-interface .prompts-grid{grid-template-columns:1fr}}.travel-interface{background:linear-gradient(135deg,#0a1628,#1a2744 50%,#0f1c32);color:#e8f0f7;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;height:100vh}.travel-interface .travel-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#3b82f626,#2563eb1a);border-bottom:2px solid #3b82f6;padding:1.5rem 2rem}.travel-interface .header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px}.travel-interface .title-section h1{-webkit-text-fill-color:#0000;align-items:center;background:linear-gradient(135deg,#3b82f6,#60a5fa);-webkit-background-clip:text;background-clip:text;display:flex;font-size:2rem;font-weight:700;gap:.5rem;margin:0}.travel-interface .header-icon{-webkit-text-fill-color:#3b82f6;font-size:1.8rem}.travel-interface .title-section p{color:#a0b3c2;font-size:.9rem;margin:.5rem 0 0}.travel-interface .header-status{align-items:center;border-radius:2rem;display:flex;font-size:.85rem;font-weight:500;gap:.5rem;padding:.5rem 1rem}.travel-interface .header-status.connected{background:#10b98126;border:1px solid #10b9814d;color:#10b981}.travel-interface .header-status.disconnected{background:#ef444426;border:1px solid #ef44444d;color:#ef4444}.travel-interface .header-status .status-dot{background:currentColor;border-radius:50%;box-shadow:0 0 8px currentColor;height:8px;width:8px}.travel-interface .travel-main-layout{display:flex;flex:1 1;overflow:hidden}.travel-interface .messages-container{display:flex;flex:1 1;flex-direction:column;margin:0 auto;max-width:1200px;overflow-y:auto;padding:1rem;width:100%}.travel-interface .message{animation:slideIn .3s ease-out;display:flex;gap:1rem;margin-bottom:1.5rem}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.travel-interface .message.user{flex-direction:row-reverse}.travel-interface .message-avatar{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border:2px solid #3b82f64d;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.2rem;font-weight:700;height:45px;justify-content:center;width:45px}.travel-interface .message.user .message-avatar{background:linear-gradient(135deg,#8b5cf6,#7c3aed);border-color:#8b5cf64d}.travel-interface .message-content{flex:1 1;min-width:0}.travel-interface .message-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.travel-interface .message-role{color:#3b82f6;font-size:.875rem;font-weight:600}.travel-interface .message.user .message-role{color:#8b5cf6}.travel-interface .message-time{color:#6b7c8c;font-size:.75rem}.travel-interface .message-text{background:#1e293699;border:1px solid #3b82f633;border-radius:1rem;color:#e8f0f7;line-height:1.6;padding:1rem 1.25rem}.travel-interface .message.user .message-text{background:#8b5cf626;border-color:#8b5cf64d}.travel-interface .message.streaming .message-text{border-color:#3b82f6;box-shadow:0 0 20px #3b82f633}.travel-interface .typing-indicator{animation:blink 1s infinite;color:#3b82f6;display:inline-block;margin-left:.25rem}.travel-interface .typing-indicator:after{content:"|"}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.travel-interface .loading-animation{align-items:center;display:flex;gap:1rem}.travel-interface .loading-plane{animation:fly 2s ease-in-out infinite;font-size:1.5rem}@keyframes fly{0%,to{transform:translateX(0) rotate(0deg)}50%{transform:translateX(20px) rotate(10deg)}}.travel-interface .loading-text{color:#a0b3c2}.travel-interface .message-text p{line-height:1.6;margin:.75rem 0}.travel-interface .message-text ol,.travel-interface .message-text ul{margin:.75rem 0;padding-left:1.5rem}.travel-interface .message-text li{line-height:1.5;margin:.25rem 0}.travel-interface .message-text code{background:#0000004d;border:1px solid #3b82f64d;border-radius:.25rem;color:#3b82f6;font-family:Monaco,Cascadia Code,monospace;padding:.2rem .4rem}.travel-interface .message-text pre{background:#00000080;border:1px solid #2d3e50;border-radius:.5rem;margin:1rem 0;overflow-x:auto;padding:1rem}.travel-interface .message-text pre code{background:#0000;border:none;padding:0}.travel-interface .message-text strong{color:#3b82f6;font-weight:600}.travel-interface .message-text blockquote{background:#3b82f60d;border-left:3px solid #3b82f6;border-radius:0 .5rem .5rem 0;color:#a0b3c2;margin:1rem 0;padding-left:1rem}.travel-interface .message-text table{background:#1e293666;border:1px solid #3d5266;border-collapse:collapse;border-radius:.5rem;margin:1rem 0;overflow:hidden;width:100%}.travel-interface .message-text table th{background:#3b82f626;border-bottom:2px solid #3d5266;color:#3b82f6;font-size:.9rem;font-weight:600;padding:.75rem 1rem;text-align:left}.travel-interface .message-text table td{border-bottom:1px solid #3d526680;color:#e8f0f7;line-height:1.5;padding:.75rem 1rem;vertical-align:top}.travel-interface .message-text table tr:last-child td{border-bottom:none}.travel-interface .message-text table tr:hover{background:#3b82f60d}.travel-interface .flight-results{border-top:1px solid #3b82f633;margin-top:1.5rem;padding-top:1.5rem}.travel-interface .flight-results-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1.25rem}.travel-interface .results-title{align-items:center;display:flex;gap:.75rem}.travel-interface .results-title .plane-icon{color:#3b82f6;font-size:1.5rem}.travel-interface .results-title h4{color:#fff;font-size:1.25rem;font-weight:600;margin:0}.travel-interface .results-count{background:#3b82f633;border-radius:1rem;color:#60a5fa;font-size:.8rem;font-weight:500;padding:.25rem .75rem}.travel-interface .results-legend{display:flex;gap:1rem}.travel-interface .legend-item{align-items:center;color:#a0b3c2;display:flex;font-size:.8rem;gap:.5rem}.travel-interface .legend-item .tag{align-items:center;border-radius:4px;display:flex;font-size:.7rem;font-weight:700;height:20px;justify-content:center;width:20px}.travel-interface .legend-item.best-value .tag{background:#10b98133;color:#10b981}.travel-interface .legend-item.fastest .tag{background:#f59e0b33;color:#f59e0b}.travel-interface .flight-cards-container{display:flex;flex-direction:column;gap:1rem}.travel-interface .flight-card-v2{background:linear-gradient(135deg,#1e293be6,#1e293bb3);border:1px solid #3b82f633;border-radius:1rem;overflow:hidden;padding:1.25rem;position:relative;transition:all .3s ease}.travel-interface .flight-card-v2:before{background:linear-gradient(90deg,#3b82f6,#60a5fa);content:"";height:3px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.travel-interface .flight-card-v2:hover{border-color:#3b82f680;box-shadow:0 8px 25px #3b82f626;transform:translateY(-2px)}.travel-interface .flight-card-v2:hover:before{opacity:1}.travel-interface .flight-card-v2.best-value{border-color:#10b98166}.travel-interface .flight-card-v2.best-value:before{background:linear-gradient(90deg,#10b981,#34d399);opacity:1}.travel-interface .flight-card-v2.fastest:not(.best-value){border-color:#f59e0b66}.travel-interface .flight-card-v2.fastest:not(.best-value):before{background:linear-gradient(90deg,#f59e0b,#fbbf24);opacity:1}.travel-interface .card-badges{display:flex;gap:.5rem;position:absolute;right:1rem;top:1rem}.travel-interface .badge{border-radius:1rem;font-size:.7rem;font-weight:600;letter-spacing:.5px;padding:.25rem .75rem;text-transform:uppercase}.travel-interface .value-badge{background:#10b98133;border:1px solid #10b9814d;color:#10b981}.travel-interface .fast-badge{background:#f59e0b33;border:1px solid #f59e0b4d;color:#f59e0b}.travel-interface .card-airline{align-items:center;display:flex;gap:.75rem;margin-bottom:1.25rem}.travel-interface .airline-logo{align-items:center;border-radius:10px;box-shadow:0 2px 8px #0000004d;color:#fff;display:flex;font-size:.9rem;font-weight:700;height:44px;justify-content:center;width:44px}.travel-interface .airline-info{display:flex;flex-direction:column;gap:.25rem}.travel-interface .airline-name{color:#fff;font-size:.95rem;font-weight:600}.travel-interface .cabin-badge{background:#3b82f626;border-radius:.25rem;color:#60a5fa;font-size:.7rem;padding:.15rem .5rem;text-transform:capitalize;width:-webkit-fit-content;width:fit-content}.travel-interface .card-route{align-items:center;background:#0f172a80;border-radius:.75rem;display:flex;justify-content:space-between;margin-bottom:1.25rem;padding:1rem}.travel-interface .route-endpoint{min-width:70px;text-align:center}.travel-interface .time-large{color:#fff;display:block;font-size:1.5rem;font-weight:700;line-height:1}.travel-interface .airport-code{color:#94a3b8;display:block;font-size:.85rem;font-weight:500;margin-top:.25rem}.travel-interface .route-middle{align-items:center;display:flex;flex:1 1;flex-direction:column;padding:0 1rem}.travel-interface .flight-duration{color:#94a3b8;font-size:.8rem;margin-bottom:.5rem}.travel-interface .route-line{align-items:center;display:flex;max-width:200px;width:100%}.travel-interface .line-dot{background:#3b82f6;border-radius:50%;flex-shrink:0;height:8px;width:8px}.travel-interface .line-track{background:linear-gradient(90deg,#3b82f6,#3b82f64d 50%,#3b82f6);flex:1 1;height:2px;margin:0 4px;position:relative}.travel-interface .line-stops{display:flex;gap:8px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.travel-interface .stop-dot{background:#f59e0b;border:2px solid #0f172a;border-radius:50%;height:6px;width:6px}.travel-interface .plane-on-track{animation:planePulse 2s ease-in-out infinite;color:#60a5fa;font-size:1rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(90deg)}@keyframes planePulse{0%,to{opacity:.6}50%{opacity:1}}.travel-interface .stops-label{color:#64748b;font-size:.75rem;margin-top:.5rem}.travel-interface .card-price{align-items:center;border-top:1px solid #3b82f626;display:flex;justify-content:space-between;padding-top:1rem}.travel-interface .price-details{display:flex;flex-direction:column}.travel-interface .price-label{color:#64748b;font-size:.7rem;letter-spacing:.5px;text-transform:uppercase}.travel-interface .price-amount{align-items:baseline;display:flex;gap:.25rem}.travel-interface .price-amount .currency{color:#94a3b8;font-size:.9rem;font-weight:500}.travel-interface .price-amount .amount{color:#10b981;font-size:1.75rem;font-weight:700}.travel-interface .price-per{color:#64748b;font-size:.7rem}.travel-interface .select-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.75rem 2rem;transition:all .2s ease}.travel-interface .select-btn:hover{box-shadow:0 4px 12px #3b82f666;transform:translateY(-1px)}.travel-interface .select-btn:active{transform:translateY(0)}.travel-interface .suggested-prompts{background:#1e293666;border:1px solid #3b82f64d;border-radius:1rem;margin:1rem 0;padding:1.5rem}.travel-interface .suggested-prompts h3{color:#3b82f6;font-size:1rem;font-weight:600;margin:0 0 1rem}.travel-interface .prompts-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.travel-interface .prompt-button{align-items:center;background:#3b82f61a;border:1px solid #3b82f64d;border-radius:.5rem;color:#e8f0f7;cursor:pointer;display:flex;font-size:.875rem;gap:.5rem;padding:.75rem 1rem;text-align:left;transition:all .2s ease}.travel-interface .prompt-button:hover{background:#3b82f633;border-color:#3b82f699;transform:translateY(-1px)}.travel-interface .prompt-icon{color:#60a5fa}.travel-interface .connection-warning{background:#ef444433;border:1px solid #ef444480;border-radius:.5rem;color:#ef4444;margin:1rem 2rem;padding:1rem;text-align:center}.travel-interface .input-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a1628f2;border-top:2px solid #3b82f6;bottom:0;margin-top:auto;padding:1rem 2rem;position:-webkit-sticky;position:sticky;z-index:10}.travel-interface .input-wrapper{align-items:flex-end;display:flex;gap:.75rem;margin:0 auto;max-width:1200px}.travel-interface .message-input{background:#1e2936cc;border:2px solid #3d5266;border-radius:1rem;color:#e8f0f7;flex:1 1;font-family:inherit;font-size:1rem;line-height:1.5;max-height:200px;min-height:60px;padding:1rem 1.25rem;resize:none;transition:all .2s ease}.travel-interface .message-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633;outline:none}.travel-interface .message-input:disabled{cursor:not-allowed;opacity:.6}.travel-interface .message-input::placeholder{color:#a0b3c2}.travel-interface .send-button{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:1.2rem;font-weight:700;height:50px;justify-content:center;transition:all .2s ease;width:50px}.travel-interface .send-button:hover:not(:disabled){box-shadow:0 4px 12px #3b82f666;transform:scale(1.05)}.travel-interface .send-button:active:not(:disabled){transform:scale(.95)}.travel-interface .send-button:disabled{background:linear-gradient(135deg,#6b7c8c,#4b5c6c);cursor:not-allowed;opacity:.5}.travel-interface .input-footer{margin-top:.5rem;text-align:center}.travel-interface .input-hint{color:#cbd5e1;display:block;font-size:.8rem;margin-bottom:.5rem}.travel-interface .travel-notice{background:#3b82f61a;border:1px solid #3b82f64d;border-radius:.5rem;color:#3b82f6;display:inline-block;font-size:.75rem;margin-top:.25rem;padding:.5rem 1rem}.travel-interface .duffel-status{align-items:center;background:#1e293699;border:1px solid #64748b4d;border-radius:.5rem;display:flex;font-size:.75rem;gap:.5rem;margin-top:1rem;padding:.5rem .75rem}.travel-interface .duffel-status.connected{background:#10b9811a;border-color:#10b9814d}.travel-interface .duffel-status.disconnected{background:#ef44441a;border-color:#ef44444d}.travel-interface .duffel-status .status-indicator{background:#64748b;border-radius:50%;height:8px;width:8px}.travel-interface .duffel-status.connected .status-indicator{background:#10b981;box-shadow:0 0 6px #10b98199}.travel-interface .duffel-status.disconnected .status-indicator{background:#ef4444;box-shadow:0 0 6px #ef444499}.travel-interface .duffel-status .status-text{color:#a0b3c2}.travel-interface .duffel-status.connected .status-text{color:#10b981}.travel-interface .duffel-status.disconnected .status-text{color:#ef4444}.travel-interface .duffel-badge{font-weight:600}.travel-interface .duffel-badge.connected{color:#10b981}.travel-interface .duffel-badge.disconnected{color:#f59e0b}.travel-interface .messages-container::-webkit-scrollbar{width:8px}.travel-interface .messages-container::-webkit-scrollbar-track{background:#1e29364d;border-radius:4px}.travel-interface .messages-container::-webkit-scrollbar-thumb{background:#3b82f666;border-radius:4px}.travel-interface .messages-container::-webkit-scrollbar-thumb:hover{background:#3b82f699}@media (max-width:768px){.travel-interface .travel-header{padding:1rem}.travel-interface .header-content{flex-direction:column;gap:1rem;text-align:center}.travel-interface .title-section h1{font-size:1.5rem}.travel-interface .messages-container{padding:.5rem}.travel-interface .message{gap:.75rem}.travel-interface .message-avatar{font-size:1rem;height:35px;width:35px}.travel-interface .message-text{padding:.75rem 1rem}.travel-interface .input-container{padding:1rem}.travel-interface .prompts-grid{grid-template-columns:1fr}.travel-interface .flight-results-header{align-items:flex-start;flex-direction:column}.travel-interface .card-route{flex-direction:column;gap:1rem}.travel-interface .route-middle{padding:0;width:100%}.travel-interface .route-line{max-width:100%}.travel-interface .card-price{flex-direction:column;gap:1rem;text-align:center}.travel-interface .select-btn{width:100%}.travel-interface .card-badges{margin-bottom:.75rem;position:static}}.travel-interface .destination-photos{border-top:1px solid #3b82f633;margin-top:1.5rem;padding-top:1.5rem}.travel-interface .destination-photos-header{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between;margin-bottom:1rem}.travel-interface .photos-title{align-items:center;display:flex;gap:.5rem}.travel-interface .photos-title .camera-icon{font-size:1.25rem}.travel-interface .photos-title h4{color:#fff;font-size:1.1rem;font-weight:600;margin:0}.travel-interface .photos-source{background:#64748b26;border-radius:.25rem;color:#64748b;font-size:.7rem;padding:.25rem .5rem}.travel-interface .photos-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.travel-interface .photo-card{aspect-ratio:4/3;background:#1e293b99;border:1px solid #3b82f633;border-radius:.75rem;overflow:hidden;position:relative;transition:all .3s ease}.travel-interface .photo-card:hover{border-color:#3b82f680;box-shadow:0 8px 25px #3b82f633;transform:translateY(-3px)}.travel-interface .photo-card img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.travel-interface .photo-card:hover img{transform:scale(1.05)}.travel-interface .photo-caption{background:linear-gradient(#0000,#000c);bottom:0;color:#fff;font-size:.75rem;left:0;line-height:1.3;overflow:hidden;padding:2rem .75rem .5rem;position:absolute;right:0;text-overflow:ellipsis;white-space:nowrap}@media (max-width:768px){.travel-interface .photos-grid{grid-template-columns:repeat(2,1fr)}.travel-interface .photo-card{aspect-ratio:1}}@media (max-width:480px){.travel-interface .photos-grid{gap:.5rem;grid-template-columns:1fr 1fr}}.travel-interface .photo-zoom-hint{background:#000000b3;border-radius:.5rem;color:#fff;font-size:.75rem;font-weight:500;left:50%;opacity:0;padding:.5rem 1rem;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .3s ease}.travel-interface .photo-card{cursor:pointer}.travel-interface .photo-card:hover .photo-zoom-hint{opacity:1}.photo-lightbox-overlay{align-items:center;animation:fadeIn .2s ease;background:#000000e6;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:9999}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.photo-lightbox-content{align-items:center;animation:scaleIn .3s ease;display:flex;flex-direction:column;max-height:90vh;max-width:90vw;position:relative}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.lightbox-image{border-radius:.5rem;box-shadow:0 20px 60px #00000080;max-height:80vh;max-width:100%;object-fit:contain}.lightbox-close-btn{align-items:center;background:#ffffff1a;border:1px solid #ffffff4d;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:36px;justify-content:center;line-height:1;position:absolute;right:-10px;top:-40px;transition:all .2s ease;width:36px}.lightbox-close-btn:hover{background:#fff3;transform:scale(1.1)}.lightbox-caption{background:#0009;border-radius:.5rem;color:#fff;font-size:.9rem;margin-top:1rem;max-width:100%;padding:.75rem 1.5rem;text-align:center}@media (max-width:768px){.photo-lightbox-overlay{padding:1rem}.lightbox-close-btn{right:0;top:-35px}.lightbox-image{max-height:70vh}}*{box-sizing:border-box;margin:0;padding:0}body{background:#0a0e1a;color:#e1e8f0;font-family:Segoe UI,Monaco,Cascadia Code,-apple-system,BlinkMacSystemFont,sans-serif}.App{background:linear-gradient(135deg,#0f172a,#1e293b 50%,#111827);min-height:100vh}.app-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172ae6;border-bottom:1px solid #334155;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.app-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#00d4ff,#007acc 50%,#06f);-webkit-background-clip:text;background-clip:text;color:#00d4ff;font-size:1.8rem;font-weight:700;margin:0 0 1rem;text-align:center}.tab-navigation{display:flex;gap:1rem;justify-content:center}.tab-button{align-items:center;background:#1e40af1a;border:1px solid #60a5fa4d;border-radius:.75rem;color:#e1e8f0;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s ease}.tab-button:hover{background:#1e40af33;border-color:#60a5fa80;transform:translateY(-1px)}.tab-button.active{background:linear-gradient(135deg,#1e40af,#3b82f6);border-color:#3b82f6;color:#fff;font-weight:600}.tab-button.active:hover{background:linear-gradient(135deg,#1d4ed8,#2563eb)}.tab-content{padding:0}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#1e293b4d;border-radius:4px}::-webkit-scrollbar-thumb{background:#60a5fa66;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#60a5fa99}*{scrollbar-color:#60a5fa66 #1e293b4d;scrollbar-width:thin}@media (max-width:768px){.app-header{padding:1rem}.app-header h1{font-size:1.5rem;margin-bottom:.75rem}.tab-navigation{flex-direction:column;gap:.5rem}.tab-button{justify-content:center;padding:1rem;width:100%}}
/*# sourceMappingURL=main.637ac5cf.css.map*/