*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#1a1a1a;color:#e5e5e5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{display:flex;flex-direction:column;height:100vh}.market-ticker{align-items:center;background-color:var(--bg-secondary);border-bottom:1px solid var(--border-color);display:flex;height:80px;overflow:hidden;position:relative}.ticker-container{padding:0 20px;width:100%}.ticker-container,.ticker-scroll{align-items:center;display:flex;height:100%;justify-content:center}.ticker-scroll{flex-wrap:wrap;gap:25px;max-width:1400px}.ticker-item{align-items:center;background-color:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:8px;display:flex;flex-direction:column;height:65px;justify-content:center;min-width:140px;padding:8px 12px;transition:all .2s ease}.ticker-item:hover{background-color:var(--border-hover);box-shadow:0 4px 12px var(--shadow-light);transform:translateY(-2px)}.ticker-symbol{color:var(--text-secondary);font-size:13px;font-weight:700;letter-spacing:.5px;margin-bottom:3px;text-transform:uppercase}.ticker-price{color:var(--text-primary);font-size:15px;font-weight:600;margin-bottom:3px}.ticker-change-container{align-items:center;display:flex;justify-content:center}.ticker-change{border-radius:4px;font-size:12px;font-weight:600;padding:3px 8px;white-space:nowrap}.ticker-change.positive{background-color:#10b9811a;color:var(--success-color)}.ticker-change.negative{background-color:#ef44441a;color:var(--error-color)}.ticker-loading{align-items:center;color:var(--text-secondary);display:flex;font-size:14px;font-style:italic;height:100%;justify-content:center}.ticker-item{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:.7;transform:scale(.98)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.market-ticker{height:70px}.ticker-item{height:55px;min-width:120px;padding:6px 10px}.ticker-symbol{font-size:12px}.ticker-price{font-size:14px}.ticker-change{font-size:11px;padding:2px 6px}.ticker-scroll{gap:20px;max-width:100%}}@media (max-width:480px){.market-ticker{height:60px}.ticker-scroll{gap:15px}.ticker-item{height:50px;min-width:100px;padding:5px 8px}.ticker-symbol{font-size:11px}.ticker-price{font-size:13px}.ticker-change{font-size:10px;padding:2px 5px}}[data-theme=dark] .ticker-item{background-color:var(--bg-tertiary);border-color:var(--border-color)}[data-theme=dark] .ticker-item:hover{background-color:var(--border-hover)}[data-theme=dark] .ticker-change.positive{background-color:#10b98133}[data-theme=dark] .ticker-change.negative{background-color:#ef444433}.login-modal-overlay{align-items:center;background-color:#000c;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:10000}.login-modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:500px;overflow-y:auto;position:relative;width:100%}.login-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:24px 32px}.login-header h1{color:#1f2937;font-size:24px;font-weight:700;margin:0}.login-content{padding:32px}.login-step h2{color:#1f2937;font-size:28px;font-weight:700;margin:0 0 8px;text-align:center}.google-login-section{margin-bottom:32px}.google-login-button{border:2px solid #e2e8f0;color:#374151;font-size:16px;font-weight:600;gap:12px;margin-bottom:16px;padding:12px 24px;transition:all .2s ease}.google-login-button:hover{background-color:#f8fafc;border-color:#cbd5e1}.login-form{display:flex;flex-direction:column;gap:20px}.login-button{margin-top:8px;width:100%}.login-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.signup-link{border-top:1px solid #e2e8f0;margin-top:24px;padding-top:24px;text-align:center}.signup-link p{color:#6b7280;font-size:16px;margin:0}.signup-link-button{background:none;border:none;color:#dc2626;cursor:pointer;font-size:16px;font-weight:600;text-decoration:underline;transition:color .2s ease}.signup-link-button:hover{color:#b91c1c}.coming-soon-text{color:#6b7280;font-style:italic;font-weight:500}@media (max-width:768px){.login-modal{margin:20px;max-height:calc(100vh - 40px)}.login-header{padding:20px}.login-content{padding:24px}.login-step h2{font-size:24px}}@media (max-width:480px){.login-modal-overlay{padding:10px}.login-modal{margin:10px;max-height:calc(100vh - 20px)}.login-header{padding:16px}.login-content{padding:20px}}.signup-modal-overlay{align-items:center;background-color:#000c;bottom:0;display:flex;justify-content:center;left:0;padding:10px;position:fixed;right:0;top:0;z-index:10000}.signup-modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;max-height:98vh;max-width:1400px;overflow-y:auto;position:relative;width:98%}.signup-modal .signup-content:has(.stripe-checkout-container){min-height:900px}.signup-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:24px 32px}.signup-header h1{color:#1f2937;font-size:24px;font-weight:700;margin:0}.close-button{border-radius:8px;font-size:28px;height:32px;width:32px}.close-button:hover{background-color:#f3f4f6;color:#374151}.signup-progress{background-color:#f8fafc;padding:24px 32px}.progress-bar{background-color:#e2e8f0;border-radius:2px;height:4px;margin-bottom:16px;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#dc2626,#b91c1c);border-radius:2px;height:100%;transition:width .3s ease}.progress-steps{color:#6b7280;display:flex;font-size:12px;font-weight:600;justify-content:space-between}.progress-steps span{border-radius:4px;padding:4px 8px;transition:all .2s ease}.progress-steps span.active{background-color:#dc26261a;color:#dc2626}.signup-content{display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;padding:32px}.signup-step h2{color:#1f2937;font-size:28px;font-weight:700;margin:0 0 8px;text-align:center}.step-description{color:#6b7280;font-size:16px;line-height:1.5;text-align:center}.google-signup-section,.step-description{margin-bottom:32px}.google-signup-button{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:8px;color:#374151;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:12px;justify-content:center;margin-bottom:16px;padding:12px 24px;transition:all .2s ease;width:100%}.google-signup-button:hover{background-color:#f8fafc;border-color:#cbd5e1}.google-icon{height:20px;width:20px}.divider{margin:24px 0;position:relative;text-align:center}.divider:before{background-color:#e2e8f0;content:"";height:1px;left:0;position:absolute;right:0;top:50%}.divider span{background:#fff;color:#6b7280;font-size:14px;padding:0 16px}.signup-form{display:flex;flex-direction:column;gap:20px}.form-group{gap:6px}.form-group input{border:2px solid #e2e8f0;padding:12px 16px;transition:all .2s ease}.form-group input.error{border-color:#ef4444}.error-message{color:#ef4444}.error-message.general{background-color:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:12px;text-align:center}.next-button,.payment-button{background:linear-gradient(135deg,#dc2626,#b91c1c);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-top:8px;padding:14px 24px;transition:all .2s ease;width:100%}.next-button:hover,.payment-button:hover{box-shadow:0 8px 25px #dc26264d;transform:translateY(-1px)}.next-button:disabled,.payment-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.subscription-options{grid-gap:48px;display:grid;gap:48px;grid-template-columns:1fr 1fr;margin-bottom:32px}.subscription-card{border:2px solid #e2e8f0;cursor:pointer;padding:40px;position:relative;transition:all .2s ease}.subscription-card:hover{border-color:#cbd5e1;box-shadow:0 8px 25px #0000001a;transform:translateY(-2px)}.subscription-card.selected{background-color:#dc26260d;border-color:#dc2626}.subscription-card.selected:before{align-items:center;background-color:#dc2626;border-radius:50%;color:#fff;content:"✓";display:flex;font-size:14px;font-weight:700;height:24px;justify-content:center;position:absolute;right:16px;top:16px;width:24px}.subscription-header{margin-bottom:20px}.subscription-header h3{color:#1f2937;font-size:20px;font-weight:700;margin:0 0 8px}.price .currency{color:#6b7280;font-size:18px;font-weight:600}.price .amount{color:#dc2626;font-size:32px;font-weight:700}.price .period{color:#6b7280;font-size:16px}.subscription-features ul{list-style:none;margin:0 0 20px;padding:0}.subscription-features li{color:#374151;font-size:14px;padding:4px 0}.subscription-benefits,.subscription-requirements{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:16px}.subscription-benefits h4,.subscription-requirements h4{color:#374151;font-size:14px;font-weight:600;margin:0 0 8px}.subscription-benefits ul,.subscription-requirements ul{list-style:none;margin:0 0 8px;padding:0}.subscription-benefits li,.subscription-requirements li{color:#6b7280;font-size:13px;padding:2px 0}.note{color:#6b7280;font-size:12px;font-style:italic;margin:8px 0 0}.step-buttons{display:flex;gap:16px}.back-button{background:#fff;border:2px solid #e2e8f0;border-radius:8px;flex:1 1;font-size:16px;font-weight:600;padding:14px 24px;transition:all .2s ease}.back-button:hover{background-color:#f8fafc;border-color:#cbd5e1}.api-key-section{display:flex;flex-direction:column;gap:24px;margin-bottom:32px}.api-key-card{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:24px}.api-key-card h3{color:#1f2937;font-size:18px;font-weight:700;margin:0 0 8px}.api-description{color:#6b7280;font-size:14px;margin:0 0 16px}.api-description a{color:#dc2626;font-weight:600;text-decoration:none}.api-description a:hover{text-decoration:underline}.instructions{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-top:16px;padding:16px}.instructions h4{color:#374151;font-size:14px;font-weight:600;margin:0 0 8px}.instructions ol{margin:0;padding-left:20px}.instructions li{color:#6b7280;font-size:13px;line-height:1.4;margin:4px 0}.instructions a{color:#dc2626;font-weight:600;text-decoration:none}.instructions a:hover{text-decoration:underline}.subscription-summary{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:24px;padding:24px}.subscription-summary h3{color:#1f2937;font-size:18px;font-weight:700;margin:0 0 16px}.summary-details{display:flex;flex-direction:column;gap:8px}.summary-row{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:8px 0}.summary-row:last-child{border-bottom:none}.summary-row.total{border-top:2px solid #e2e8f0;color:#1f2937;font-size:16px;font-weight:700;margin-top:8px;padding-top:16px}.payment-info{background-color:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;margin-bottom:24px;padding:16px}.payment-info h3{color:#0369a1;font-size:16px;font-weight:600;margin:0 0 8px}.payment-info p{color:#0369a1;font-size:14px;line-height:1.4;margin:0 0 16px}.payment-methods{display:flex;gap:16px;margin-top:16px}.payment-method{align-items:center;background-color:#fff;border:1px solid #bae6fd;border-radius:6px;color:#0369a1;display:flex;font-size:13px;gap:8px;padding:8px 12px}.payment-icon{font-size:16px}.stripe-checkout-container{background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;flex:1 1;height:auto;margin-top:24px;min-height:800px;overflow:visible;position:relative}.stripe-checkout-container:empty:before{color:#6b7280;content:"Loading payment form...";font-size:16px;font-weight:600;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.stripe-checkout-container iframe{border:none;display:block;height:800px!important;min-height:800px!important;width:100%!important}.checkout-loading{align-items:center;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;display:flex;flex-direction:column;justify-content:center;margin-top:24px;padding:40px}.checkout-loading .loading-spinner{animation:spin 1s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#dc2626;height:32px;margin-bottom:16px;width:32px}.checkout-loading p{color:#6b7280;font-size:16px;margin:0}.checkout-error{background-color:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-top:24px;padding:20px;text-align:center}.checkout-error p{color:#dc2626;font-size:16px;margin:0 0 16px}.checkout-error .retry-button{background:#dc2626;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:8px 16px;transition:all .2s ease}.checkout-error .retry-button:hover{background:#b91c1c}.checkout-error .error-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.checkout-error .redirect-button{background:#059669;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:8px 16px;transition:all .2s ease}.checkout-error .redirect-button:hover{background:#047857}.checkout-success{background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;margin-top:24px;padding:24px;text-align:center}.checkout-success .success-icon{font-size:48px;margin-bottom:16px}.checkout-success h3{color:#166534;font-size:20px;font-weight:600;margin:0 0 8px}.checkout-success p{color:#166534;font-size:16px;margin:0}@media (max-width:768px){.signup-modal{margin:20px;max-height:calc(100vh - 40px)}.stripe-checkout-container{height:auto;min-height:700px}.stripe-checkout-container iframe{height:700px!important;min-height:700px!important}.signup-header,.signup-progress{padding:20px}.signup-content{padding:24px}.subscription-options{gap:16px;grid-template-columns:1fr}.step-buttons{flex-direction:column}.api-key-section{gap:16px}.api-key-card{padding:20px}}@media (max-width:480px){.signup-modal-overlay{padding:10px}.signup-modal{margin:10px;max-height:calc(100vh - 20px)}.stripe-checkout-container{height:auto;min-height:600px}.stripe-checkout-container iframe{height:600px!important;min-height:600px!important}.signup-header,.signup-progress{padding:16px}.signup-content{padding:20px}.signup-step h2{font-size:24px}.subscription-card{padding:20px}.api-key-card{padding:16px}}.signup-success-container{align-items:center;background:linear-gradient(135deg,#1f2937,#111827);display:flex;justify-content:center;min-height:100vh;padding:20px}.success-modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:600px;padding:48px;text-align:center;width:100%}.success-modal.error{border:2px solid #ef4444}.error-icon,.success-icon{font-size:64px;margin-bottom:24px}.loading-spinner{margin-bottom:24px}.spinner{animation:spin 1s linear infinite;border:4px solid #e2e8f0;border-radius:50%;border-top-color:#dc2626;height:48px;margin:0 auto;width:48px}.success-modal h2{color:#1f2937;font-size:32px;font-weight:700;margin:0 0 16px}.success-modal p{color:#6b7280;font-size:18px;line-height:1.5;margin:0 0 32px}.subscription-details{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin:32px 0;padding:24px;text-align:left}.subscription-details h3{color:#1f2937;font-size:18px;font-weight:600;margin:0 0 16px;text-align:center}.detail-row{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:8px 0}.detail-row:last-child{border-bottom:none}.detail-row span:first-child{color:#374151;font-weight:600}.detail-row span:last-child{color:#6b7280}.session-id{background-color:#f3f4f6;border-radius:4px;font-family:Courier New,monospace;font-size:12px;padding:4px 8px}.success-message{background-color:#f0f9ff;border:1px solid #bae6fd;margin:24px 0;padding:16px}.success-message p{color:#0369a1;font-size:16px;margin:0 0 8px}.countdown{color:#0369a1;font-size:14px;font-weight:600}.continue-button,.retry-button{background:linear-gradient(135deg,#dc2626,#b91c1c);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-top:16px;padding:14px 24px;transition:all .2s ease;width:100%}.continue-button:hover,.retry-button:hover{box-shadow:0 8px 25px #dc26264d;transform:translateY(-1px)}.retry-button{background:linear-gradient(135deg,#6b7280,#4b5563)}.retry-button:hover{box-shadow:0 8px 25px #6b72804d}.error-actions{display:flex;gap:16px;margin-top:24px}.login-button{background:linear-gradient(135deg,#dc2626,#b91c1c);border:none;border-radius:8px;color:#fff;cursor:pointer;flex:1 1;font-size:16px;font-weight:600;padding:14px 24px;transition:all .2s ease}.login-button:hover{box-shadow:0 8px 25px #dc26264d;transform:translateY(-1px)}@media (max-width:768px){.success-modal{margin:20px;padding:32px}.success-modal h2{font-size:28px}.success-modal p{font-size:16px}.subscription-details{padding:20px}.detail-row{align-items:flex-start;flex-direction:column;gap:4px}}.signup-cancel-container{align-items:center;background:linear-gradient(135deg,#1f2937,#111827);display:flex;justify-content:center;min-height:100vh;padding:20px}.cancel-modal{background:#fff;border:2px solid #fecaca;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:500px;padding:48px;text-align:center;width:100%}.cancel-icon{font-size:64px;margin-bottom:24px}.cancel-modal h2{color:#dc2626;font-size:32px;font-weight:700;margin:0 0 16px}.cancel-modal p{color:#6b7280;font-size:18px;line-height:1.5;margin:0 0 32px}.cancel-message{background-color:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin:24px 0;padding:16px}.cancel-message p{color:#dc2626;font-size:16px;margin:0}.cancel-actions{display:flex;gap:16px;margin-top:32px}.contact-support-button,.try-again-button{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:16px;font-weight:600;padding:14px 24px;transition:all .2s ease}.try-again-button{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff}.try-again-button:hover{box-shadow:0 8px 25px #dc26264d;transform:translateY(-1px)}.contact-support-button{background:#fff;border:2px solid #e2e8f0;color:#6b7280}.contact-support-button:hover{background-color:#f8fafc;border-color:#cbd5e1}@media (max-width:768px){.cancel-modal{margin:20px;padding:32px}.cancel-modal h2{font-size:28px}.cancel-modal p{font-size:16px}.cancel-actions{flex-direction:column}}:root{--bg-primary:#fff;--bg-secondary:#f8fafc;--bg-tertiary:#f1f5f9;--text-primary:#1f2937;--text-secondary:#6b7280;--text-muted:#9ca3af;--border-color:#e2e8f0;--border-hover:#cbd5e1;--shadow-light:#0000001a;--shadow-medium:#00000026;--accent-color:#dc2626;--accent-hover:#b91c1c;--success-color:#059669;--warning-color:#d97706;--error-color:#dc2626}[data-theme=dark]{--bg-primary:#111827;--bg-secondary:#1f2937;--bg-tertiary:#374151;--text-primary:#f9fafb;--text-secondary:#d1d5db;--text-muted:#9ca3af;--border-color:#374151;--border-hover:#4b5563;--shadow-light:#0000004d;--shadow-medium:#0006;--accent-color:#dc2626;--accent-hover:#b91c1c;--success-color:#10b981;--warning-color:#f59e0b;--error-color:#ef4444}.App{background-color:#fff;background-color:var(--bg-primary);color:#1f2937;color:var(--text-primary);display:flex;flex-direction:column;height:100vh}.main-content{background-color:#f8fafc;background-color:var(--bg-secondary);flex:1 1;overflow-y:auto;padding:20px}.header{background:#fff;border-bottom:2px solid #dc2626;box-shadow:0 4px 20px #0000001a;color:#374151;padding:0 20px;z-index:1000}.header-content{height:70px;justify-content:space-between;margin:0 auto;max-width:1200px}.header-content,.logo-section{align-items:center;display:flex}.logo-section{gap:15px}.logo{height:50px;width:auto}.logo-text{color:#dc2626;font-size:28px;font-weight:700;text-decoration:none}.logo-text-split{display:inline}.logo-bull{color:#dc2626;font-weight:700}.logo-bearly{color:#374151;font-weight:700}.user-menu{align-items:center;display:flex;gap:15px;position:relative}.user-name{color:#6b7280;font-size:16px;font-weight:500}.menu-button{background:#fff;border:1px solid #dc2626;border-radius:6px;color:#dc2626;cursor:pointer;font-size:14px;font-weight:600;letter-spacing:.5px;padding:8px 16px;text-transform:uppercase;transition:all .3s ease}.menu-button:hover{background:#dc2626;box-shadow:0 4px 12px #dc262666;color:#fff;transform:translateY(-1px)}.dropdown-menu{background:#fff;border:1px solid #dc2626;border-radius:8px;box-shadow:0 8px 32px #00000026;margin-top:5px;min-width:200px;overflow:hidden;position:absolute;right:0;top:100%;z-index:1001}.dropdown-item{border-bottom:1px solid #e5e7eb;color:#374151;display:block;font-weight:500;padding:12px 20px;text-decoration:none;transition:all .2s ease}.dropdown-item:hover{background-color:#dc2626;color:#fff}.dropdown-item:last-child{border-bottom:none}.tab-navigation{background:#2d2d2d;border-bottom:2px solid #dc2626;box-shadow:0 4px 12px #0000004d;padding:0 20px}.tab-list{display:flex;gap:0;list-style:none;margin:0 auto;max-width:1200px}.tab-item{margin:0}.tab-link{border-bottom:3px solid #0000;color:#a0a0a0;display:block;font-size:16px;font-weight:600;letter-spacing:.5px;padding:15px 25px;position:relative;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.tab-link.active,.tab-link:hover{background-color:#404040;color:#dc2626}.tab-link.active{border-bottom-color:#dc2626}.page-content{margin:0 auto;max-width:1200px;padding:20px}.coming-soon{background:#f9fafb;border:2px solid #dc2626;border-radius:12px;box-shadow:0 8px 32px #00000080;margin:20px 0;padding:60px 20px;text-align:center}.coming-soon h1{color:#dc2626;font-size:48px;font-weight:700;letter-spacing:2px;margin-bottom:20px;text-transform:uppercase}.coming-soon p{color:#374151;font-size:20px;font-weight:500;line-height:1.6;margin-bottom:40px}.signup-form{margin:0 auto;max-width:400px}.form-group{margin-bottom:20px}.form-group input{background-color:#1a1a1a;border:2px solid #404040;color:#e5e5e5;padding:15px;width:100%}.form-group input:focus{box-shadow:0 0 0 3px #dc262633}.form-group input::placeholder{color:#a0a0a0}.signup-button{background:linear-gradient(135deg,#dc2626,#b91c1c);border:2px solid #dc2626;border-radius:8px;color:#fff;cursor:pointer;font-size:18px;font-weight:700;letter-spacing:1px;padding:15px 40px;text-shadow:1px 1px 2px #000c;text-transform:uppercase;transition:all .3s ease;width:100%}.signup-button:hover{background:linear-gradient(135deg,#b91c1c,#dc2626);box-shadow:0 8px 25px #dc262680;transform:translateY(-2px)}.finance-source{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 16px #0000001a;margin:20px 0;overflow:hidden}.finance-header{background:linear-gradient(135deg,#dc2626,#b91c1c);border-bottom:2px solid #dc2626;color:#fff;padding:20px;text-align:center}.finance-header h2{font-size:24px;font-weight:700;letter-spacing:1px;margin-bottom:10px;text-shadow:2px 2px 4px #000c;text-transform:uppercase}.finance-content{background-color:#fff;min-height:400px;padding:20px}.iframe-container{background-color:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;height:500px;width:100%}.iframe-placeholder{align-items:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:2px dashed #dc2626;border-radius:12px;display:flex;justify-content:center;margin:20px 0;min-height:400px}.placeholder-content{max-width:500px;padding:40px;text-align:center}.placeholder-content h3{color:#dc2626;font-size:28px;font-weight:700;letter-spacing:1px;margin-bottom:20px;text-shadow:2px 2px 4px #000c;text-transform:uppercase}.placeholder-content p{color:#e5e5e5;font-size:16px;line-height:1.6;margin-bottom:30px}.button-group{display:flex;flex-wrap:wrap;gap:15px;justify-content:center}.external-link-button{background:linear-gradient(135deg,#dc2626,#b91c1c);border:2px solid #dc2626;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;letter-spacing:.5px;padding:12px 24px;text-shadow:1px 1px 2px #000c;text-transform:uppercase;transition:all .3s ease}.external-link-button:hover{background:linear-gradient(135deg,#b91c1c,#dc2626);box-shadow:0 6px 20px #dc262666;transform:translateY(-2px)}.try-iframe-button{background:#dc262633;border:2px solid #dc2626;border-radius:8px;color:#dc2626;cursor:pointer;font-size:16px;font-weight:600;letter-spacing:.5px;padding:12px 24px;text-transform:uppercase;transition:all .3s ease}.try-iframe-button:hover{background:#dc2626;box-shadow:0 6px 20px #dc262666;color:#fff;transform:translateY(-2px)}.iframe-wrapper{position:relative}.close-iframe-button{background:#dc2626e6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:12px;font-weight:600;letter-spacing:.5px;padding:8px 12px;position:absolute;right:10px;text-transform:uppercase;top:10px;transition:all .3s ease;z-index:10}.close-iframe-button:hover{background:#dc2626;transform:scale(1.05)}.settings-container{background:#0000;border-radius:12px;margin:20px 0;padding:0}.settings-layout{display:flex;gap:30px;margin-top:20px}.settings-sidebar{flex-shrink:0;width:250px}.settings-tabs{display:flex;flex-direction:column;gap:5px}.settings-tab{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:12px;padding:15px 20px;text-align:left;transition:all .3s ease}.settings-tab:hover{background:#f3f4f6;border-color:#dc2626}.settings-tab.active{background:#dc2626;border-color:#dc2626;color:#fff}.tab-icon{font-size:16px}.tab-label{font-weight:600}.settings-main{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 12px #0000000d;flex:1 1;padding:30px}.settings-tab-content h2{border-bottom:2px solid #dc2626;color:#111827;font-size:24px;font-weight:700;margin-bottom:20px;padding-bottom:10px}.settings-tab-content h3{color:#374151;font-size:18px;font-weight:600;margin:30px 0 15px}.settings-tab-content h4{color:#4b5563;font-size:16px;font-weight:600;margin:20px 0 10px}.setting-textarea{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;font-family:Courier New,monospace;font-size:14px;min-height:120px;padding:12px;resize:vertical;width:100%}.setting-textarea:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a;outline:none}.settings-header{border-bottom:2px solid #e5e7eb;margin-bottom:40px;padding-bottom:20px;text-align:center}.settings-header h1{color:#dc2626;font-size:36px;font-weight:700;letter-spacing:1px;margin-bottom:10px;text-transform:uppercase}.settings-header p{color:#6b7280;font-size:18px}.settings-section{background:#1a1a1a;border:1px solid #404040;border-radius:8px;margin-bottom:40px;padding:20px}.settings-section h2{color:#dc2626;font-size:24px;font-weight:600;letter-spacing:.5px;margin-bottom:20px;text-transform:uppercase}.settings-section h3{color:#374151;font-size:18px;font-weight:600;margin-bottom:15px}.settings-section h4{color:#374151;font-size:16px;font-weight:600;margin-bottom:10px}.setting-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;margin-bottom:25px;padding:15px}.setting-item label{color:#374151;display:block;font-size:16px;font-weight:600;margin-bottom:10px}.setting-control{align-items:center;display:flex;gap:10px;margin-bottom:10px}.setting-input{background-color:#1a1a1a;border:2px solid #404040;border-radius:6px;color:#e5e5e5;font-size:16px;padding:10px 15px;transition:all .3s ease;width:120px}.setting-input:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc262633;outline:none}.api-key-input{max-width:400px;width:100%}.setting-unit{color:#6b7280;font-weight:500}.setting-checkbox{accent-color:#dc2626;margin-right:10px;transform:scale(1.2)}.setting-description{color:#6b7280;font-size:14px;line-height:1.4;margin:0}.about-info{color:#374151;line-height:1.6}.about-info p{margin-bottom:10px}.about-info strong{color:#dc2626}.custom-prompts-section{margin-top:20px}.prompts-list{margin-bottom:30px}.prompt-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:15px;padding:15px;transition:all .3s ease}.prompt-item:hover{border-color:#dc2626;box-shadow:0 4px 12px #dc262633}.prompt-controls{display:flex;flex-direction:column;gap:10px}.prompt-name-input{background-color:#fff;border:2px solid #d1d5db;border-radius:6px;color:#374151;font-size:14px;padding:8px 12px;transition:all .3s ease}.prompt-name-input:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc262633;outline:none}.prompt-text-input{background-color:#fff;border:2px solid #d1d5db;border-radius:6px;color:#374151;font-size:14px;min-height:80px;padding:8px 12px;resize:vertical;transition:all .3s ease}.prompt-text-input:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc262633;outline:none}.prompt-textarea{background-color:#1a1a1a;border:2px solid #404040;border-radius:6px;color:#e5e5e5;font-size:14px;min-height:80px;padding:8px 12px;resize:vertical;transition:all .3s ease;width:100%}.prompt-textarea:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc262633;outline:none}.remove-prompt-button{align-self:flex-start;background:#dc2626;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:8px 12px;transition:all .3s ease}.remove-prompt-button:hover{background:#b91c1c;transform:scale(1.05)}.add-prompt-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:20px}.add-prompt-form{display:flex;flex-direction:column;gap:15px;margin-bottom:15px}.add-prompt-button{align-self:flex-start;background:linear-gradient(135deg,#dc2626,#b91c1c);border:2px solid #dc2626;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;letter-spacing:.5px;padding:10px 20px;text-transform:uppercase;transition:all .3s ease}.add-prompt-button:hover:not(:disabled){box-shadow:0 6px 20px #dc262666;transform:translateY(-2px)}.add-prompt-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.ai-container{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:20px}.social-feeds-disabled{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin:20px;padding:60px 20px;text-align:center}.disabled-message h2{color:#dc2626;font-size:1.5rem;margin-bottom:16px}.disabled-message p{color:#6b7280;font-size:1rem;line-height:1.6}.setting-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:24px;padding:24px}.integration-notice{background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;margin-bottom:20px;padding:16px}.search-terms-input{display:flex;gap:12px;margin-bottom:16px}.search-terms-input input{background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#374151;flex:1 1;font-size:14px;padding:12px 16px}.search-terms-input input:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a;outline:none}.add-subreddit-button,.add-term-button{background:#dc2626;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:12px 20px;transition:all .2s ease}.add-subreddit-button:hover,.add-term-button:hover{background:#b91c1c;transform:translateY(-1px)}.search-terms-list{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.search-term-tag{align-items:center;background:#e5e7eb;border-radius:20px;color:#374151;display:flex;font-size:14px;gap:8px;padding:6px 12px}.search-term-tag button{background:none;border:none;color:#6b7280;cursor:pointer;font-size:16px;line-height:1;margin-left:4px;padding:0}.search-term-tag button:hover{color:#dc2626}.subreddit-input{display:flex;gap:12px;margin-bottom:16px}.subreddit-input input{background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#374151;flex:1 1;font-size:14px;padding:12px 16px}.subreddit-input input:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a;outline:none}.subreddit-list{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.subreddit-item{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;display:flex;gap:16px;justify-content:space-between;padding:16px}.subreddit-name{color:#374151;font-size:14px;font-weight:600}.toggle-switch{display:inline-block;height:24px;position:relative;width:44px}.toggle-switch input{height:0;opacity:0;width:0}.toggle-slider{background-color:#d1d5db;border-radius:24px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.3s}.toggle-slider:before{background-color:#fff;border-radius:50%;bottom:3px;content:"";height:18px;left:3px;position:absolute;transition:.3s;width:18px}input:checked+.toggle-slider{background-color:#dc2626}input:checked+.toggle-slider:before{transform:translateX(20px)}.remove-subreddit{align-items:center;background:#fee2e2;border:none;border-radius:6px;color:#dc2626;cursor:pointer;display:flex;font-size:16px;height:32px;justify-content:center;transition:all .2s ease;width:32px}.remove-subreddit:hover{background:#fecaca;transform:scale(1.05)}.subreddit-suggestions{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.subreddit-tag{background:#e5e7eb;border-radius:20px;color:#374151;font-size:14px;font-weight:500;padding:6px 12px}.filter-options{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:20px}.filter-group{flex-direction:column}.filter-group label{color:#374151;font-size:14px;font-weight:600}.setting-select{background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#374151;padding:12px 16px}.setting-select:focus{box-shadow:0 0 0 3px #dc26261a}.setting-input-small{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;font-size:14px;padding:8px 12px;width:100px}.setting-input-small:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a;outline:none}.content-filters{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.content-filters label{align-items:center;color:#374151;cursor:pointer;display:flex;font-size:14px;gap:8px}.content-filters input[type=checkbox]{accent-color:#dc2626;height:16px;width:16px}.coming-soon-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-top:24px;padding:24px}.coming-soon-platforms{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:16px}.platform-preview{background:#fff;border:1px solid #e5e7eb;gap:16px;padding:20px}.platform-icon,.platform-preview{align-items:center;border-radius:8px;display:flex}.platform-icon{background:#f3f4f6;font-size:24px;height:48px;justify-content:center;width:48px}.platform-info h4{color:#374151;font-size:16px;font-weight:600;margin:0 0 4px}.platform-info p{color:#6b7280;font-size:14px;margin:0}.ai-input-section{margin-bottom:30px}.input-group{margin-bottom:20px}.input-group label{color:#e5e5e5;display:block;font-size:14px;font-weight:600;margin-bottom:8px}.ai-select{background-color:#1a1a1a;border:2px solid #404040;border-radius:6px;color:#e5e5e5;cursor:pointer;font-size:14px;padding:10px 12px;transition:all .3s ease;width:100%}.ai-select:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc262633;outline:none}.ai-input{background-color:#1a1a1a;border:2px solid #404040;border-radius:6px;color:#e5e5e5;font-size:14px;padding:10px 12px;transition:all .3s ease;width:100%}.ai-input:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc262633;outline:none}.ai-input::placeholder{color:#9ca3af}.symbol-suggestion{align-items:center;background:#f8fafc;border:1px solid #dc2626;border-radius:6px;display:flex;gap:10px;justify-content:space-between;margin-top:8px;padding:10px}.suggestion-text{color:#e5e5e5;font-size:14px;font-weight:500}.suggestion-button{background:#dc2626;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;font-weight:600;letter-spacing:.5px;padding:6px 12px;text-transform:uppercase;transition:all .3s ease}.suggestion-button:hover{background:#b91c1c;transform:scale(1.05)}.ai-actions{display:flex;gap:15px;margin-top:20px}.analyze-button{background:linear-gradient(135deg,#dc2626,#b91c1c);border:2px solid #dc2626;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;letter-spacing:.5px;padding:12px 24px;text-transform:uppercase;transition:all .3s ease}.analyze-button:hover:not(:disabled){box-shadow:0 6px 20px #dc262666;transform:translateY(-2px)}.analyze-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.clear-button{background:#dc262633;border:2px solid #dc2626;border-radius:6px;color:#dc2626;cursor:pointer;font-size:16px;font-weight:600;letter-spacing:.5px;padding:12px 24px;text-transform:uppercase;transition:all .3s ease}.clear-button:hover{background:#dc2626;color:#fff;transform:translateY(-2px)}.error-message{border:2px solid #dc2626;margin-bottom:20px;padding:20px}.error-message h4{color:#dc2626;font-size:18px;margin-bottom:10px}.error-message p{color:#e5e5e5;margin:0}.ai-response{background:#1a1a1a;border:1px solid #404040;border-radius:8px;margin-top:20px;padding:20px}.response-header{align-items:center;border-bottom:2px solid #dc2626;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-bottom:20px;padding-bottom:15px}.response-header h3{color:#dc2626;font-size:20px;font-weight:700;letter-spacing:.5px;margin:0;text-transform:uppercase}.response-meta{color:#a0a0a0;display:flex;font-size:14px;gap:20px}.response-content{color:#e5e5e5;line-height:1.6}.response-content p{margin-bottom:15px}.response-content p:last-child{margin-bottom:0}.rss-feeds-list{margin-bottom:30px}.rss-feed-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:15px;padding:15px;transition:all .3s ease}.rss-feed-item:hover{border-color:#dc2626;box-shadow:0 4px 12px #dc262633}.feed-controls{align-items:center;display:flex;flex-wrap:wrap;gap:15px}.feed-checkbox{accent-color:#dc2626;transform:scale(1.2)}.feed-name-input{background-color:#fff;border:2px solid #d1d5db;border-radius:6px;color:#374151;flex:1 1;font-size:14px;min-width:150px;padding:8px 12px;transition:all .3s ease}.feed-name-input:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc262633;outline:none}.feed-url-input{background-color:#fff;border:2px solid #d1d5db;border-radius:6px;color:#374151;flex:2 1;font-size:14px;min-width:200px;padding:8px 12px;transition:all .3s ease}.feed-url-input:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc262633;outline:none}.feed-color-picker{align-items:center;display:flex;gap:8px}.feed-color-picker label{color:#e5e5e5;font-size:12px;font-weight:500;white-space:nowrap}.color-input{background:none;border:2px solid #404040;border-radius:4px;cursor:pointer;height:30px;padding:0;width:30px}.color-input::-webkit-color-swatch-wrapper{border-radius:2px;padding:0}.color-input::-webkit-color-swatch{border:none;border-radius:2px}.remove-feed-button{background:#dc2626;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;min-width:40px;padding:8px 12px;transition:all .3s ease}.remove-feed-button:hover{background:#b91c1c;transform:scale(1.05)}.add-feed-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:20px}.add-feed-form{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:15px}.add-feed-form .setting-input{flex:1 1;min-width:200px;width:auto}.add-feed-button{background:linear-gradient(135deg,#dc2626,#b91c1c);border:2px solid #dc2626;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;letter-spacing:.5px;padding:10px 20px;text-transform:uppercase;transition:all .3s ease;white-space:nowrap}.add-feed-button:hover:not(:disabled){box-shadow:0 6px 20px #dc262666;transform:translateY(-2px)}.add-feed-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.last-updated{color:#fffc;font-size:14px;margin-top:10px}.loading-container{color:#e5e5e5;flex-direction:column;min-height:300px}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #404040;border-radius:50%;border-top-color:#dc2626;height:40px;margin-bottom:20px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error-container{color:#e5e5e5;padding:40px;text-align:center}.error-container h3{color:#dc2626;font-size:24px;margin-bottom:15px}.retry-button{background:linear-gradient(135deg,#dc2626,#b91c1c);border:2px solid #dc2626;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;letter-spacing:.5px;margin-top:20px;padding:12px 24px;text-transform:uppercase;transition:all .3s ease}.retry-button:hover{box-shadow:0 6px 20px #dc262666;transform:translateY(-2px)}.news-container{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:20px}.news-header{align-items:center;border-bottom:2px solid #dc2626;display:flex;flex-wrap:wrap;gap:15px;justify-content:space-between;margin-bottom:20px;padding-bottom:15px}.news-header h3{color:#1f2937;font-size:20px;font-weight:700;letter-spacing:.5px;margin:0;text-transform:uppercase}.news-controls{flex-wrap:wrap;gap:15px}.feed-filter,.news-controls{align-items:center;display:flex}.feed-filter{gap:10px}.feed-filter label{color:#374151;font-size:14px;font-weight:600;white-space:nowrap}.article-count-filter{align-items:center;display:flex;gap:10px}.article-count-filter label{color:#374151;font-size:14px;font-weight:600;white-space:nowrap}.feed-select{background-color:#fff;border:2px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-size:14px;min-width:150px;padding:8px 12px;transition:all .3s ease}.feed-select:hover{background-color:#f9fafb;border-color:#9ca3af}.feed-select:focus{background-color:#fff;border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a;outline:none}.refresh-button{background:#fff;border:2px solid #dc2626;border-radius:6px;box-shadow:0 2px 4px #0000001a;color:#dc2626;cursor:pointer;font-size:14px;font-weight:600;letter-spacing:.5px;padding:8px 16px;text-transform:uppercase;transition:all .3s ease;white-space:nowrap}.refresh-button:hover:not(:disabled){background:#dc2626;color:#fff;transform:translateY(-1px)}.refresh-button:disabled{cursor:not-allowed;opacity:.6}.news-list{border-radius:8px;display:flex;flex-direction:column;gap:15px;max-height:800px;overflow-y:auto;padding-right:8px;position:relative;scroll-behavior:smooth;scrollbar-color:#cbd5e1 #f1f5f9;scrollbar-width:thin}.login-overlay,.signup-overlay{align-items:center;background:#000c;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.login-modal,.signup-modal{background:#fff;border-radius:12px;box-shadow:0 20px 40px #0000004d;padding:30px;position:relative;width:90%}.login-header,.signup-header{align-items:center;border-bottom:2px solid #dc2626;display:flex;justify-content:space-between;margin-bottom:25px;padding-bottom:15px}.login-header h2,.signup-header h2{color:#1f2937;font-size:24px;font-weight:700;margin:0}.close-button{align-items:center;background:none;border:none;border-radius:50%;color:#6b7280;cursor:pointer;display:flex;font-size:24px;height:30px;justify-content:center;padding:0;transition:all .2s ease;width:30px}.close-button:hover{background:#f3f4f6;color:#dc2626}.login-form,.signup-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{color:#374151;font-size:14px;font-weight:600}.form-group input{background:#fff;border:2px solid #d1d5db;border-radius:8px;color:#374151;font-size:16px;padding:12px;transition:all .3s ease}.form-group input:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a;outline:none}.login-button,.signup-button{background:#dc2626;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;letter-spacing:.5px;padding:12px 24px;text-transform:uppercase;transition:all .3s ease}.login-button:hover,.signup-button:hover{background:#b91c1c;box-shadow:0 4px 12px #dc262666;transform:translateY(-2px)}.login-button:disabled,.signup-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.login-divider{align-items:center;display:flex;margin:1.5rem 0;text-align:center}.login-divider:after,.login-divider:before{background:#e2e8f0;background:var(--border-color);content:"";flex:1 1;height:1px}.login-divider span{color:#6b7280;color:var(--text-secondary);font-size:.875rem;padding:0 1rem}.google-login-button{align-items:center;background:#fff;border:1px solid #dadce0;border-radius:8px;color:#333;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:.75rem;justify-content:center;padding:.75rem 1rem;transition:all .2s;width:100%}.google-login-button:hover:not(:disabled){background:#f8f9fa;border-color:#c1c7cd;box-shadow:0 1px 3px #0000001a}.google-login-button:disabled{cursor:not-allowed;opacity:.6}.google-icon{flex-shrink:0}[data-theme=dark] .google-login-button{background:#f8fafc;border-color:#d1d5db;color:#374151}[data-theme=dark] .google-login-button:hover:not(:disabled){background:#3c4043;border-color:#8ab4f8}.signup-disabled-notice{background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;margin-top:1rem;padding:.75rem;text-align:center}.signup-disabled-notice p{color:#92400e;font-size:.875rem;line-height:1.4;margin:0}[data-theme=dark] .signup-disabled-notice{background:#451a03;border-color:#d97706}[data-theme=dark] .signup-disabled-notice p{color:#fbbf24}.error-message{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:14px;font-weight:500;padding:12px}.login-footer{border-top:1px solid #e5e7eb;margin-top:20px;padding-top:20px;text-align:center}.login-footer p{color:#6b7280;font-size:14px;margin:5px 0}.early-access-notice{background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;margin-top:15px;padding:15px}.early-access-notice h4{color:#0369a1;font-size:16px;margin:0 0 8px}.early-access-notice p{color:#0369a1;font-size:14px;margin:0}.link-button{background:none;border:none;color:#dc2626;cursor:pointer;font-size:inherit;text-decoration:underline}.link-button:hover{color:#b91c1c}.auth-buttons{align-items:center;display:flex;gap:12px}.auth-button{border-radius:6px;cursor:pointer;font-size:14px;font-weight:600;letter-spacing:.5px;padding:8px 16px;text-transform:uppercase;transition:all .3s ease}.auth-button.login-button{background:#0000;border:2px solid #dc2626;color:#dc2626}.auth-button.login-button:hover,.auth-button.signup-button{background:#dc2626;color:#fff}.auth-button.signup-button{border:2px solid #dc2626}.auth-button.signup-button:hover{background:#b91c1c;border-color:#b91c1c}.user-role{background:#dc2626;border-radius:4px;color:#fff;font-size:12px;font-weight:600;letter-spacing:.5px;padding:4px 8px;text-transform:uppercase}.home-page{min-height:100vh}.hero-section{background:linear-gradient(135deg,#1f2937,#374151);color:#fff;overflow:hidden;padding:80px 20px;position:relative;text-align:center}.hero-section:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='50' cy='50' r='1' fill='%23fff' opacity='.1'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.1;position:absolute;right:0;top:0}.hero-content{margin:0 auto;max-width:1200px;position:relative;z-index:1}.hero-logo{align-items:center;display:flex;gap:20px;justify-content:center;margin-bottom:40px}.hero-logo-img{border-radius:50%;box-shadow:0 8px 32px #0000004d;height:80px;width:80px}.hero-title{display:flex;font-size:48px;font-weight:900;gap:5px;letter-spacing:2px}.bull-text{color:#dc2626}.bearly-text,.bull-text{text-shadow:2px 2px 4px #00000080}.bearly-text{color:#9ca3af}.hero-headline{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#e5e7eb);-webkit-background-clip:text;background-clip:text;font-size:48px;font-weight:800;line-height:1.2;margin-bottom:24px}.hero-description{color:#d1d5db;font-size:20px;line-height:1.6;margin-bottom:40px;margin-left:auto;margin-right:auto;max-width:800px}.authenticated-actions,.cta-section{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.cta-button{align-items:center;border-radius:12px;display:inline-flex;font-size:18px;font-weight:700;gap:8px;letter-spacing:1px;padding:16px 32px;text-transform:uppercase}.cta-button.primary{background:#dc2626;border:2px solid #dc2626;color:#fff}.cta-button.primary:hover{background:#b91c1c;border-color:#b91c1c;box-shadow:0 8px 25px #dc262666;transform:translateY(-3px)}.cta-button.secondary{background:#0000;border:2px solid #fff;color:#fff}.cta-button.secondary:hover{background:#fff;box-shadow:0 8px 25px #ffffff4d;color:#1f2937;transform:translateY(-3px)}.cta-description{color:#6b7280;font-size:18px;font-weight:500;margin:0;text-align:center}.pricing-section{background:#f9fafb;padding:80px 20px}.pricing-container{margin:0 auto;max-width:1200px;text-align:center}.section-title{color:#1f2937;font-size:36px;font-weight:800;margin-bottom:16px}.section-subtitle{color:#6b7280;font-size:18px;margin-bottom:60px}.pricing-cards{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:40px}.pricing-card{background:#fff;border:2px solid #e5e7eb;border-radius:16px;box-shadow:0 10px 30px #0000001a;padding:40px 30px;position:relative;transition:all .3s ease}.pricing-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-5px)}.pricing-card.featured{border-color:#dc2626;transform:scale(1.05)}.pricing-badge{background:#dc2626;border-radius:20px;color:#fff;font-size:14px;font-weight:700;left:50%;letter-spacing:.5px;padding:8px 24px;position:absolute;text-transform:uppercase;top:-12px;transform:translateX(-50%)}.pricing-card h3{color:#1f2937;font-size:24px;font-weight:700;margin-bottom:16px}.price{align-items:baseline;display:flex;gap:4px;justify-content:center;margin-bottom:8px}.currency{color:#6b7280;font-size:24px}.amount{color:#dc2626;font-size:48px;font-weight:800}.period{color:#6b7280;font-size:18px}.price-description{color:#6b7280;font-size:16px;margin-bottom:30px}.features-list{list-style:none;margin:0 0 30px;padding:0;text-align:left}.features-list li{color:#374151;font-size:16px;padding:8px 0}.pricing-button{background:#dc2626;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:18px;font-weight:700;letter-spacing:1px;padding:16px;text-transform:uppercase;transition:all .3s ease;width:100%}.pricing-button:hover{background:#b91c1c;box-shadow:0 8px 25px #dc262666;transform:translateY(-2px)}.pricing-button:disabled{background:#6b7280;cursor:not-allowed;transform:none}.pricing-button:disabled:hover{background:#6b7280;box-shadow:none;transform:none}.features-section{background:#fff;padding:80px 20px}.features-container{margin:0 auto;max-width:1200px}.features-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:60px}.feature-card{border-radius:16px;padding:40px 20px;text-align:center;transition:all .3s ease}.feature-card:hover{box-shadow:0 20px 40px #0000001a;transform:translateY(-5px)}.feature-icon{font-size:48px;margin-bottom:20px}.feature-card h3{color:#1f2937;font-size:24px;font-weight:700;margin-bottom:16px}.feature-card p{color:#6b7280;font-size:16px;line-height:1.6}.mailing-section{background:linear-gradient(135deg,#1f2937,#374151);color:#fff;padding:80px 20px;text-align:center}.mailing-container{margin:0 auto;max-width:600px}.mailing-container h2{font-size:36px;font-weight:800;margin-bottom:16px}.mailing-container p{color:#d1d5db;font-size:18px;margin-bottom:40px}.mailing-form{display:flex;gap:12px;margin:0 auto;max-width:400px}.mailing-form .form-group.centered{align-items:center;display:flex;flex-direction:row;gap:16px;justify-content:center}.mailing-input{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #4b5563;border-radius:12px;color:#fff;flex:1 1;font-size:16px;padding:16px}.mailing-input::placeholder{color:#9ca3af}.mailing-input:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc262633;outline:none}.mailing-button{background:#dc2626;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;letter-spacing:1px;padding:16px 24px;text-transform:uppercase;transition:all .3s ease;white-space:nowrap}.mailing-button:hover{background:#b91c1c;box-shadow:0 8px 25px #dc262666;transform:translateY(-2px)}.mailing-button:disabled{background:#6b7280;cursor:not-allowed;transform:none}.mailing-button:disabled:hover{background:#6b7280;box-shadow:none;transform:none}.mailing-input:disabled{background:#f3f4f6;cursor:not-allowed}.success-message{background:#22c55e1a;border:1px solid #22c55e4d;border-radius:12px;margin-top:20px;padding:30px}.success-message h3{color:#22c55e;font-size:24px;margin-bottom:8px}.success-message p{color:#d1d5db;margin:0}.admin-container{margin:0 auto;max-width:1200px}.admin-tabs{display:flex;gap:12px;margin-top:16px}.admin-tab{background:#fff;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;font-weight:600;padding:12px 24px;transition:all .3s ease}.admin-tab:hover{border-color:#dc2626;color:#dc2626}.admin-tab.active{background:#dc2626;border-color:#dc2626;color:#fff}.admin-section{margin-top:32px}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.section-header h3{color:#1f2937;font-size:24px;margin:0}.waitlist-stats{display:flex;gap:16px}.stat{background:#f3f4f6;border-radius:6px;color:#374151;font-weight:600;padding:8px 16px}.waitlist-table{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.status-badge{border-radius:20px;font-size:12px;font-weight:600;padding:4px 12px;text-transform:uppercase}.status-badge.pending{background:#fef3c7;color:#92400e}.status-badge.active{background:#d1fae5;color:#065f46}.no-data{color:#6b7280;padding:40px;text-align:center}.admin-header{align-items:center;border-bottom:2px solid #dc2626;display:flex;justify-content:space-between;margin-bottom:30px;padding-bottom:20px}.admin-header h2{color:#1f2937;font-size:28px;font-weight:700;margin:0}.add-user-button{background:#dc2626;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px 24px;transition:all .3s ease}.add-user-button:hover{background:#b91c1c;box-shadow:0 4px 12px #dc262666;transform:translateY(-2px)}.add-user-modal{align-items:center;background:#000c;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:12px;box-shadow:0 20px 40px #0000004d;max-height:80vh;max-width:600px;overflow-y:auto;padding:30px;width:90%}.modal-header{align-items:center;border-bottom:2px solid #dc2626;display:flex;justify-content:space-between;margin-bottom:25px;padding-bottom:15px}.modal-header h3{color:#1f2937;font-size:24px;font-weight:700;margin:0}.add-user-form{display:flex;flex-direction:column;gap:20px}.form-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.modal-actions{border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:flex-end;margin-top:30px;padding-top:20px}.cancel-button,.save-button{border-radius:8px;cursor:pointer;font-size:16px;font-weight:600;padding:12px 24px;transition:all .3s ease}.cancel-button{background:#6b7280;border:none;color:#fff}.cancel-button:hover{background:#4b5563}.save-button{background:#dc2626;border:none;color:#fff}.save-button:hover{background:#b91c1c}.users-table{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 12px #0000001a;overflow:hidden}.table-header{background:#f9fafb;border-bottom:2px solid #e5e7eb;color:#374151;font-weight:700}.table-header,.table-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr 1fr auto auto auto auto auto auto;padding:16px}.table-row{align-items:center;border-bottom:1px solid #e5e7eb}.table-row:hover{background:#f9fafb}.table-row:last-child{border-bottom:none}.header-cell,.table-cell{font-size:14px;padding:8px}.role-badge,.subscription-badge{border-radius:4px;font-size:12px;font-weight:600;letter-spacing:.5px;padding:4px 8px;text-transform:uppercase}.admin-badge{background:#dc2626;color:#fff}.user-badge{background:#6b7280;color:#fff}.early-bird-badge{background:#f59e0b;color:#fff}.managed-badge{background:#10b981}.payment-status-badge{border-radius:4px;font-size:12px;font-weight:600;letter-spacing:.5px;padding:4px 8px;text-transform:uppercase}.payment-paid-badge{background:#10b981;color:#fff}.payment-unpaid-badge{background:#ef4444;color:#fff}.payment-pending-badge{background:#f59e0b;color:#fff}.payment-unknown-badge{background:#6b7280;color:#fff}.payment-status-badge.no-payment{background:#9ca3af;color:#fff}.payment-info{display:flex;flex-direction:column;gap:2px}.payment-info .subscription-id{color:#6b7280;cursor:help;font-family:monospace;font-size:10px}.no-payment{color:#9ca3af;font-style:italic}.user-actions{align-items:center;display:flex;gap:8px}.edit-user-button{background:#3b82f6;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;font-weight:600;padding:6px 12px;transition:all .3s ease}.edit-user-button:hover{background:#2563eb;transform:scale(1.05)}.remove-user-button{background:#ef4444;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;font-weight:600;padding:6px 12px;transition:all .3s ease}.remove-user-button:hover{background:#dc2626;transform:scale(1.05)}.success-message{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;color:#166534;font-size:14px;font-weight:500;margin-bottom:20px;padding:12px}.profile-container{margin:0 auto;max-width:800px}.profile-header{align-items:center;border-bottom:2px solid #dc2626;display:flex;justify-content:space-between;margin-bottom:30px;padding-bottom:20px}.profile-header h2{color:#1f2937;font-size:28px;font-weight:700;margin:0}.edit-button{background:#dc2626;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px 24px;transition:all .3s ease}.edit-button:hover{background:#b91c1c;box-shadow:0 4px 12px #dc262666;transform:translateY(-2px)}.profile-content{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 4px 12px #0000001a;padding:30px}.profile-section{margin-bottom:40px}.profile-section:last-child{margin-bottom:0}.profile-section h3{border-bottom:1px solid #e5e7eb;color:#1f2937;font-size:20px;font-weight:700;margin-bottom:20px;padding-bottom:10px}.info-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.info-item{display:flex;flex-direction:column;gap:8px}.info-item label{color:#6b7280;font-size:14px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.info-value{color:#374151;font-size:16px;font-weight:500}.profile-input,.profile-select{background:#fff;border:2px solid #d1d5db;border-radius:8px;color:#374151;font-size:16px;padding:12px;transition:all .3s ease}.profile-input:focus,.profile-select:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a;outline:none}.subscription-info{margin-top:20px}.subscription-card{background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;padding:24px;text-align:center}.subscription-card h4{color:#1f2937;font-size:18px}.plan-name,.subscription-card h4{font-weight:700;margin-bottom:8px}.plan-name{color:#dc2626;font-size:24px;letter-spacing:1px;text-transform:uppercase}.plan-price{color:#6b7280;font-size:16px;margin-bottom:20px}.plan-features{margin:0 auto;max-width:300px;text-align:left}.plan-features p{color:#374151;font-size:14px;margin:8px 0}.profile-actions{border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:flex-end;margin-top:30px;padding-top:20px}.profile-actions .cancel-button,.profile-actions .save-button{border-radius:8px;cursor:pointer;font-size:16px;font-weight:600;padding:12px 24px;transition:all .3s ease}.profile-actions .cancel-button{background:#6b7280;border:none;color:#fff}.profile-actions .cancel-button:hover{background:#4b5563}.profile-actions .save-button{background:#dc2626;border:none;color:#fff}.profile-actions .save-button:hover{background:#b91c1c}.loading-container{align-items:center;display:flex;justify-content:center;min-height:200px}.loading-spinner{color:#dc2626;font-size:18px;font-weight:600;letter-spacing:1px;text-transform:uppercase}.news-list::-webkit-scrollbar{width:8px}.news-list::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.news-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.news-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.news-item{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px #0000000d;padding:24px;transition:all .3s ease}.news-item:hover{border-color:#dc2626;box-shadow:0 4px 12px #dc262633}.news-item-header{align-items:flex-start;display:flex;gap:15px;justify-content:space-between;margin-bottom:10px}.news-title{color:#111827;cursor:pointer;flex:1 1;font-size:18px;font-weight:600;line-height:1.4;margin:0;transition:color .3s ease}.news-title:hover{color:#dc2626}.news-source-container{align-items:flex-end;display:flex;flex-direction:column;gap:5px;min-width:120px}.news-source{background:#dc2626;border-radius:4px;color:#fff;font-size:12px;font-weight:600;padding:4px 8px}.news-feed-name,.news-source{letter-spacing:.5px;text-transform:uppercase;white-space:nowrap}.news-feed-name{background:#404040;border-radius:3px;color:#e5e5e5;font-size:10px;font-weight:500;padding:2px 6px}.news-item-meta{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.news-date{font-size:14px;margin-right:20px}.read-more-button{background:none;border:1px solid #dc2626;border-radius:4px;color:#dc2626;cursor:pointer;font-size:12px;font-weight:600;letter-spacing:.5px;padding:6px 12px;text-transform:uppercase;transition:all .3s ease}.read-more-button:hover{background:#dc2626;color:#fff}.news-snippet{color:#6b7280;font-size:14px;line-height:1.5;margin:0}.news-source-section{display:flex;justify-content:flex-end;margin:10px 0}.news-source-tag{border-radius:4px;color:#fff;font-size:11px;font-weight:600;letter-spacing:.5px;padding:4px 8px;text-transform:uppercase;white-space:nowrap}.company-tags-section{margin:10px 0}.company-tags,.company-tags-section{display:flex;justify-content:flex-end}.company-tags{flex-wrap:wrap;gap:12px}.company-tag-with-price{align-items:center;background:#dc2626;border-radius:4px;color:#fff;cursor:pointer;display:flex;flex-direction:column;font-size:11px;font-weight:600;letter-spacing:.5px;min-width:60px;padding:4px 8px;position:relative;text-transform:uppercase;transition:all .3s ease}.company-tag-with-price:hover{background:#b91c1c;box-shadow:0 4px 12px #dc262666;transform:scale(1.05)}.company-tag-container{display:inline-block;position:relative}.stock-info{align-items:center;display:flex;flex-direction:column;gap:2px;margin-top:2px}.stock-price{color:#fff}.analyst-rating{background:#374151;border-radius:2px;color:#fff;font-size:9px;font-weight:500;padding:1px 4px}.analyst-rating.buy{background:#16a34a;color:#fff}.analyst-rating.sell{background:#dc2626;color:#fff}.analyst-rating.hold{background:#f59e0b;color:#fff}.company-stock-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 2px 8px #0000001a;cursor:pointer;max-width:320px;min-width:280px;transition:all .3s ease}.company-stock-card:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-2px)}.stock-card-header{align-items:flex-start;border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;padding:12px 16px}.company-main-info{align-items:center;display:flex;flex-direction:row;gap:8px}.company-logo{border-radius:4px;flex-shrink:0;height:24px;margin-right:8px;object-fit:contain;width:24px}.company-text{display:flex;flex-direction:column;gap:2px}.company-symbol{color:#dc2626;font-size:14px;text-transform:uppercase}.company-name{color:#6b7280;font-size:12px;font-weight:500}.stock-price-main{align-items:flex-end;display:flex;flex-direction:column;gap:2px}.stock-price{color:#111827;font-size:16px;font-weight:700}.daily-change{border-radius:4px;font-size:12px;font-weight:600;padding:2px 6px}.daily-change.positive{background:#dcfce7;color:#16a34a}.daily-change.negative{background:#fef2f2;color:#dc2626}.stock-details{background:#f9fafb;padding:12px 16px}.stock-row{display:flex;justify-content:space-between;margin-bottom:8px}.stock-row:last-child{margin-bottom:0}.stock-metric{display:flex;flex:1 1;flex-direction:column;gap:2px}.metric-label{color:#6b7280;font-size:10px;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.metric-value{color:#374151;font-size:12px;font-weight:600}.analyst-rating{border-radius:4px;font-size:11px;font-weight:600;letter-spacing:.3px;padding:2px 6px;text-transform:uppercase}.analyst-rating.buy{background:#dcfce7;color:#16a34a}.analyst-rating.sell{background:#fef2f2;color:#dc2626}.analyst-rating.hold{background:#fef3c7;color:#d97706}.analyst-rating.unknown{background:#f3f4f6;color:#6b7280}.external-links-section{border-top:1px solid #e5e7eb;margin-top:12px;padding-top:12px}.external-links-label{color:#6b7280;font-size:10px;font-weight:500;letter-spacing:.5px;margin-bottom:8px;text-transform:uppercase}.external-links{display:flex;flex-wrap:wrap;gap:8px}.external-link{align-items:center;border:1px solid #0000;border-radius:6px;display:flex;font-size:11px;font-weight:600;gap:4px;padding:6px 10px;text-decoration:none;transition:all .2s ease}.external-link:hover{box-shadow:0 2px 8px #0000001a;transform:translateY(-1px)}.external-link span{font-size:10px;font-weight:600}.external-icon{flex-shrink:0}.external-link.yahoo{background:#7c3aed;color:#fff}.external-link.yahoo:hover{background:#6d28d9;border-color:#5b21b6}.external-link.nasdaq{background:#1e40af;color:#fff}.external-link.nasdaq:hover{background:#1e3a8a;border-color:#1d4ed8}.external-link.tradingview{background:#059669;color:#fff}.external-link.tradingview:hover{background:#047857;border-color:#065f46}.company-prompt-menu{background:#fff;background:var(--bg-primary);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:8px;box-shadow:0 8px 32px #00000026;box-shadow:0 8px 32px var(--shadow-medium);left:-260px;min-width:250px;position:absolute;top:0;z-index:1000}.prompt-menu-header{align-items:center;background:#f8fafc;background:var(--bg-secondary);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color);border-radius:8px 8px 0 0;display:flex;gap:10px;justify-content:space-between;padding:12px 15px}.prompt-menu-header span{color:#1f2937;color:var(--text-primary);flex:1 1;font-size:13px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.close-menu-button{background:#dc2626;background:var(--accent-color);border:none;border-radius:4px;color:#fff;cursor:pointer;flex-shrink:0;font-size:10px;font-weight:600;padding:4px 8px;transition:all .3s ease}.close-menu-button:hover{background:#b91c1c;background:var(--accent-hover);transform:scale(1.05)}.prompt-options{background:#fff;background:var(--bg-primary);border-radius:0 0 8px 8px;display:flex;flex-direction:column;gap:5px;padding:10px}.prompt-option{background:#f1f5f9;background:var(--bg-tertiary);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:4px;color:#1f2937;color:var(--text-primary);cursor:pointer;font-size:12px;font-weight:500;padding:8px 12px;text-align:left;transition:all .3s ease}.prompt-option:hover{background:#dc2626;background:var(--accent-color);border-color:#dc2626;border-color:var(--accent-color);color:#fff;transform:translateX(5px)}.company-symbol{font-weight:700}.stock-price{font-size:10px;font-weight:500;opacity:.9}.company-prompt-select{background-color:#f8fafc;border:1px solid #dc2626;border-radius:4px;color:#374151;cursor:pointer;font-size:12px;min-width:200px;padding:8px;position:absolute;z-index:1000}.company-prompt-select:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc262633;outline:none}.ai-analysis-section{margin-top:15px}.ai-prompt-select{background-color:#f8fafc;border:2px solid #e2e8f0;border-radius:4px;color:#374151;cursor:pointer;font-size:12px;min-width:200px;padding:6px 10px;transition:all .3s ease}.ai-prompt-select:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc262633;outline:none}.ai-prompt-select:disabled{cursor:not-allowed;opacity:.6}.ai-loading{align-items:center;background:#f8fafc;border-radius:6px;color:#374151;display:flex;font-size:14px;gap:10px;padding:10px}.ai-spinner{animation:spin 1s linear infinite;border:2px solid #404040;border-radius:50%;border-top-color:#dc2626;height:16px;width:16px}.ai-response-content{background:#f8fafc;border:1px solid #dc2626;border-radius:6px;margin-top:10px;padding:15px}.ai-response-header{align-items:center;border-bottom:1px solid #404040;display:flex;justify-content:space-between;margin-bottom:10px;padding-bottom:8px}.ai-response-title{color:#dc2626;font-size:14px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.close-ai-response{background:#dc2626;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;font-weight:600;padding:4px 8px;transition:all .3s ease}.close-ai-response:hover{background:#b91c1c;transform:scale(1.05)}.ai-response-text{color:#374151;font-size:13px;line-height:1.5}.ai-response-text p{margin-bottom:8px}.ai-response-text p:last-child{margin-bottom:0}@media (max-width:768px){.header-content{align-items:center;flex-direction:column;height:auto;padding:15px 0}.logo-section{display:flex;justify-content:center;margin-bottom:10px;width:100%}.logo-text{align-items:center}.logo-text,.user-menu{display:flex;gap:10px;justify-content:center}.user-menu{width:100%}.company-prompt-menu{left:50%;max-height:80vh;max-width:90vw;overflow-y:auto;position:fixed;right:auto;top:50%;transform:translate(-50%,-50%)}.tab-list{flex-wrap:wrap;justify-content:center}.tab-link{font-size:14px;padding:12px 15px}.coming-soon h1{font-size:36px}.coming-soon p{font-size:18px}.button-group{align-items:center;flex-direction:column}.external-link-button,.try-iframe-button{max-width:300px;width:100%}.news-header{align-items:stretch;flex-direction:column;gap:15px}.news-item-header,.news-item-meta{flex-direction:column;gap:10px}.news-item-meta{align-items:flex-start}.settings-container{padding:20px}.settings-header h1{font-size:28px}.add-feed-form{flex-direction:column}.add-feed-form .setting-input{min-width:auto}.ai-actions{align-items:stretch;flex-direction:column}.response-header{align-items:flex-start;flex-direction:column}.response-meta{flex-direction:column;gap:5px}.news-source-section{justify-content:flex-start}.feed-controls{align-items:stretch;flex-direction:column;gap:10px}.feed-color-picker{justify-content:flex-start}.company-tags,.company-tags-section{justify-content:center}.ai-prompt-select{min-width:auto;width:100%}}@media (max-width:480px){.header-content{padding:10px 0}.logo-section{margin-bottom:8px}.logo{height:40px}.logo-text{align-items:center;display:flex;font-size:24px}.logo-text,.user-menu{gap:8px;justify-content:center}.user-menu{flex-wrap:wrap}}.how-it-works-page{background:#fff;min-height:100vh}.how-it-works-page .features-container{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:1200px}.how-it-works-page .feature-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 5px 15px #0000001a;padding:30px;transition:transform .3s ease,box-shadow .3s ease}.how-it-works-page .feature-card:hover{box-shadow:0 10px 25px #00000026;transform:translateY(-5px)}.how-it-works-page .feature-card.api-full-width{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:2px solid #dc2626;grid-column:1/-1}.how-it-works-page .feature-icon{display:flex;justify-content:center;margin-bottom:20px}.how-it-works-page .feature-card h3{color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:16px;text-align:center}.how-it-works-page .feature-card p{color:#6b7280;line-height:1.6;margin-bottom:16px;text-align:center}.how-it-works-page .feature-list{list-style:none;margin:0;padding:0;text-align:center}.integrated-workflow-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:80px 0}.workflow-subtitle{color:#6b7280;font-size:1.2rem;margin-bottom:60px;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.integrated-steps{display:flex;flex-direction:column;gap:60px;margin:0 auto;max-width:1200px}.workflow-step-combined{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 10px 30px #0000001a;overflow:hidden;padding:40px;position:relative}.workflow-step-combined:before{background:linear-gradient(90deg,#dc2626,#2563eb,#059669);content:"";height:4px;left:0;position:absolute;right:0;top:0}.step-header{margin-bottom:40px;text-align:center}.step-header .step-number{align-items:center;background:linear-gradient(135deg,#dc2626,#b91c1c);border-radius:50%;box-shadow:0 4px 15px #dc26264d;color:#fff;display:inline-flex;font-size:1.5rem;font-weight:700;height:60px;justify-content:center;margin-bottom:20px;width:60px}.step-header h3{color:#1f2937;font-size:1.8rem;margin-bottom:10px}.step-header p{color:#6b7280;font-size:1.1rem;margin:0 auto;max-width:600px}.step-features{grid-gap:30px;align-items:start;display:grid;gap:30px;grid-template-columns:repeat(2,1fr)}.step-features.single-feature{grid-template-columns:1fr;justify-items:center}.feature-mini-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:25px;text-align:center;transition:all .3s ease}.feature-mini-card:hover{border-color:#dc2626;box-shadow:0 10px 25px #0000001a;transform:translateY(-5px)}.feature-mini-card.wide{max-width:600px}.feature-icon-mini{display:flex;justify-content:center;margin-bottom:15px}.feature-mini-card h4{color:#1f2937;font-size:1.2rem;font-weight:600;margin-bottom:15px}.feature-mini-card ul{list-style:none;margin:0;padding:0;text-align:left}.feature-mini-card li{color:#6b7280;font-size:.95rem;margin-bottom:8px;padding-left:20px;position:relative}.feature-mini-card li:before{color:#dc2626;content:"•";font-weight:700;left:0;position:absolute}.how-it-works-page .feature-list li{color:#374151;font-weight:500;padding:6px 0}.feature-list{list-style:none;margin:0;padding:0}.feature-list li{color:#374151;font-weight:500;padding:8px 0}.api-options{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-top:20px}.api-option{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px}.api-option h4{color:#dc2626;font-size:1.1rem;margin-bottom:10px}.api-option p{color:#6b7280;font-size:.9rem;margin:0;text-align:left}.workflow-section{background:#f8fafc;padding:80px 20px}.workflow-container{margin:0 auto;max-width:1200px;text-align:center}.workflow-container h2{color:#1f2937;font-size:2.5rem;font-weight:700;margin-bottom:60px}.workflow-steps{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.workflow-step{background:#fff;border-radius:16px;box-shadow:0 5px 15px #0000001a;flex:1 1;max-width:250px;min-width:200px;padding:30px;text-align:center}.step-number{align-items:center;background:#dc2626;border-radius:50%;color:#fff;display:flex;font-size:1.5rem;font-weight:700;height:50px;justify-content:center;margin:0 auto 20px;width:50px}.workflow-step h3{color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:12px}.workflow-step p{color:#6b7280;line-height:1.5;margin:0}.workflow-arrow{color:#dc2626;font-size:2rem;font-weight:700}.cta-section{background:linear-gradient(135deg,#1f2937,#374151);color:#fff;padding:80px 20px;text-align:center}.cta-container{margin:0 auto;max-width:600px}.cta-container h2{font-size:2.5rem;font-weight:700;margin-bottom:20px}.cta-container p{font-size:1.25rem;margin-bottom:40px;opacity:.9}.cta-button{background:#dc2626;border-radius:8px;color:#fff;display:inline-block;font-size:1.1rem;font-weight:600;padding:16px 40px;text-decoration:none;transition:all .3s ease}.cta-button:hover{background:#b91c1c;box-shadow:0 10px 25px #dc262666;transform:translateY(-2px)}.footer{background:#1f2937;color:#fff;padding:40px 20px 20px}.footer-container{margin:0 auto;max-width:1200px}.footer-content{justify-content:space-between;margin-bottom:30px}.footer-brand,.footer-content{align-items:center;display:flex}.footer-brand{gap:15px}.footer-logo{height:40px;width:auto}.footer-brand-text{color:#dc2626;font-size:24px;font-weight:700}.footer-links{display:flex;gap:30px}.footer-link{color:#d1d5db;font-weight:500;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#dc2626}.footer-bottom{border-top:1px solid #374151;color:#9ca3af;padding-top:20px;text-align:center}.legal-page{background:#f8fafc;min-height:100vh}.legal-content{background:#fff;box-shadow:0 0 20px #0000001a;margin:0 auto;max-width:800px;padding:60px 20px}.legal-content h1{color:#1f2937;font-size:2.5rem;font-weight:700;margin-bottom:10px;text-align:center}.last-updated{color:#6b7280;font-style:italic;text-align:center}.last-updated,.legal-section{margin-bottom:40px}.legal-section h2{border-bottom:2px solid #e2e8f0;color:#dc2626;font-size:1.5rem;font-weight:600;margin-bottom:16px;padding-bottom:8px}.legal-section h3{color:#374151;font-size:1.25rem;font-weight:600;margin-bottom:12px;margin-top:24px}.legal-section p,.legal-section ul{color:#374151;line-height:1.6;margin-bottom:16px}.legal-section ul{padding-left:20px}.legal-section li{margin-bottom:8px}.disclaimer-box{background:#fef2f2;border:2px solid #fecaca;border-radius:12px;margin:24px 0;padding:24px}.disclaimer-box h3{color:#dc2626;font-size:1.25rem;margin-bottom:16px;text-align:center}.disclaimer-box p{font-weight:500}.disclaimer-box p,.disclaimer-box ul{color:#374151;margin-bottom:12px}.legal-footer{background:#f8fafc;border-radius:12px;margin-top:40px;padding:24px;text-align:center}.legal-footer p{color:#dc2626;font-weight:600;margin:0}.analytics-status{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin:20px 0;padding:20px}.status-item{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:8px 0}.status-item:last-child{border-bottom:none}.status-label{color:#374151;font-weight:500}.status-value{color:#6b7280;font-weight:600}.status-enabled{color:#059669!important}.status-disabled{color:#dc2626!important}.analytics-info{background:#fef3c7;border:1px solid #f59e0b;border-radius:12px;margin:20px 0;padding:20px}.analytics-info h3{color:#92400e;margin-bottom:12px}.analytics-features{list-style:none;margin:0;padding:0}.analytics-features li{color:#92400e;font-weight:500;padding:6px 0}.setting-button{background:#dc2626;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;margin-left:10px;padding:8px 16px;transition:background .3s ease}.setting-button:hover{background:#b91c1c}.managed-badge{background:#059669;border-radius:4px;color:#fff;font-size:12px;font-weight:600;margin-left:10px;padding:4px 8px}.refresh-controls{align-items:center;display:flex;gap:15px}.auto-refresh-toggle{align-items:center;color:#374151;cursor:pointer;display:flex;font-size:14px;gap:8px;-webkit-user-select:none;user-select:none}.auto-refresh-toggle input[type=checkbox]{accent-color:#dc2626;height:16px;width:16px}.settings-intro{color:#6b7280;font-size:1rem;line-height:1.5;margin-bottom:30px}.integrations-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-bottom:30px}.integration-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:25px;transition:all .3s ease}.integration-card:hover{border-color:#dc2626;box-shadow:0 5px 15px #0000001a}.integration-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;gap:15px;margin-bottom:20px;padding-bottom:15px}.integration-icon{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;height:48px;justify-content:center;width:48px}.integration-info h3{color:#1f2937;font-size:1.2rem;font-weight:600;margin:0 0 5px}.integration-info p{color:#6b7280;font-size:.9rem;margin:0 0 8px}.integration-status{border-radius:6px;display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.5px;padding:4px 8px;text-transform:uppercase}.integration-status.enabled{background:#dcfce7;color:#166534}.integration-status.disabled{background:#fee2e2;color:#991b1b}.integration-status.managed{background:#dbeafe;color:#1e40af}.integration-status.custom{background:#fef3c7;color:#92400e}.integration-config{margin-top:15px}.integration-actions{border-top:1px solid #e2e8f0;display:flex;justify-content:center;margin-top:30px;padding-top:20px}.setting-button.primary{background:#dc2626;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:12px 24px;transition:all .3s ease}.setting-button.primary:hover{background:#b91c1c;transform:translateY(-1px)}.setting-button.primary:disabled{background:#9ca3af;cursor:not-allowed;transform:none}.feeds-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));margin-bottom:30px}.feed-module-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:25px;transition:all .3s ease}.feed-module-card:hover{border-color:#dc2626;box-shadow:0 5px 15px #0000001a}.feed-module-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;gap:15px;margin-bottom:20px;padding-bottom:15px}.feed-module-icon{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;height:48px;justify-content:center;width:48px}.feed-module-info h3{color:#1f2937;font-size:1.2rem;font-weight:600;margin:0 0 5px}.feed-module-info p{color:#6b7280;font-size:.9rem;margin:0 0 8px}.feed-module-count{background:#dcfce7;color:#166534}.feed-module-count,.feed-module-status.coming-soon{border-radius:6px;display:inline-block;font-size:.8rem;font-weight:600;padding:4px 8px}.feed-module-status.coming-soon{background:#fef3c7;color:#92400e}.feed-module-content{margin-top:15px}.coming-soon-content{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px}.coming-soon-content p{color:#6b7280;margin-bottom:15px}.coming-soon-content ul{margin:0}.coming-soon-content li{font-size:.9rem;margin-bottom:8px}.theme-controls{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr);margin-bottom:15px}.theme-option,.theme-option label{align-items:center;display:flex;flex-direction:column}.theme-option label{background:#fff;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;padding:15px;transition:all .3s ease}.theme-option label:hover{border-color:#dc2626;box-shadow:0 5px 15px #0000001a;transform:translateY(-2px)}.theme-radio{display:none}.theme-radio:checked+.theme-preview+.theme-label{color:#dc2626;font-weight:600}.theme-radio:checked~.theme-preview{border-color:#dc2626;box-shadow:0 0 0 2px #dc262633}.theme-preview{border:2px solid #e2e8f0;border-radius:8px;height:60px;margin-bottom:10px;overflow:hidden;transition:all .3s ease;width:80px}.theme-preview-header{border-bottom:1px solid #e2e8f0;height:20px}.theme-preview-content{height:40px}.light-theme .theme-preview-header{background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.light-theme .theme-preview-content{background:#fff}.dark-theme .theme-preview-header{background:linear-gradient(135deg,#1f2937,#374151)}.dark-theme .theme-preview-content{background:#111827}.theme-label{color:#6b7280;font-size:.9rem;font-weight:500;transition:all .3s ease}.theme-description{color:#6b7280;font-size:.9rem;margin:0;text-align:center}.module-category{margin-bottom:40px}.category-title{border-bottom:2px solid #e5e7eb;color:#374151;font-size:18px;font-weight:600;margin-bottom:16px;padding-bottom:8px}.modules-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-bottom:30px}.module-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:25px;position:relative;transition:all .3s ease}.module-card.clickable{cursor:pointer}.module-card.clickable:hover{border-color:#dc2626;box-shadow:0 8px 25px #0000001a;transform:translateY(-2px)}.module-card .module-header{align-items:center;border-bottom:none;display:flex;gap:15px;margin-bottom:0;padding-bottom:0}.module-card .module-icon{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;height:48px;justify-content:center;width:48px}.module-card .module-info h3{color:#1f2937;font-size:1.3rem;font-weight:600;margin:0 0 8px}.module-card .module-info p{color:#6b7280;font-size:.95rem;margin:0 0 10px}.module-card .module-arrow{color:#dc2626;font-size:1.5rem;font-weight:700;opacity:.7;position:absolute;right:20px;top:20px;transition:all .3s ease}.module-card.clickable:hover .module-arrow{opacity:1;transform:translateX(5px)}.module-status{border-radius:6px;display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.5px;padding:4px 8px;text-transform:uppercase}.module-status.enabled{background:#dcfce7;color:#166534}.module-status.disabled{background:#fee2e2;color:#991b1b}.module-status.managed{background:#dbeafe;color:#1e40af}.module-status.custom{background:#fef3c7;color:#92400e}.module-status.active{background:#dcfce7;color:#166534}.module-status.coming-soon{background:#fef3c7;color:#92400e}.module-status.available{background:#dbeafe;color:#1e40af}.platform-tabs{border-bottom:2px solid #e5e7eb;display:flex;gap:8px;margin-bottom:24px;padding-bottom:16px}.platform-tab{align-items:center;background:#f8fafc;border:2px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;font-weight:500;gap:8px;padding:12px 20px;transition:all .2s ease}.platform-tab:hover:not(:disabled){background:#f1f5f9;border-color:#d1d5db}.platform-tab.active{background:#fef2f2;border-color:#dc2626;color:#dc2626}.platform-tab:disabled{cursor:not-allowed;opacity:.5}.platform-icon{font-size:16px}.coming-soon-notice{background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;padding:20px;text-align:center}.coming-soon-notice h4{color:#92400e;font-size:18px;margin-bottom:12px}.coming-soon-notice p{color:#92400e;margin-bottom:16px}.coming-soon-notice ul{color:#92400e;margin:0 auto;max-width:400px;text-align:left}.coming-soon-notice li{margin-bottom:8px}.module-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;gap:20px;margin-bottom:30px;padding-bottom:20px}.back-button{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;color:#6b7280;cursor:pointer;font-size:.9rem;padding:8px 16px;transition:all .3s ease}.back-button:hover{background:#e2e8f0;color:#374151}.module-title{align-items:center;display:flex;gap:15px}.module-title .module-icon{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;height:48px;justify-content:center;width:48px}.module-title h2{color:#1f2937;font-size:1.8rem;font-weight:600;margin:0 0 5px}.module-title p{color:#6b7280;font-size:1rem;margin:0}.module-settings{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:30px}.module-actions{border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end;margin-top:30px;padding-top:20px}.coming-soon-content{padding:40px;text-align:center}.coming-soon-icon{font-size:3rem;margin-bottom:20px}.coming-soon-content h3{color:#1f2937;margin-bottom:15px}.coming-soon-content ul{list-style:none;margin:0 auto;max-width:400px;padding:0;text-align:left}.coming-soon-content li{color:#6b7280;font-size:.95rem;margin-bottom:10px;padding-left:0}.preview-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:80px 0}.preview-container{margin:0 auto;max-width:1200px;padding:0 20px;text-align:center}.preview-mockup{background:#fff;border-radius:20px;box-shadow:0 20px 60px #00000026;margin-left:auto;margin-right:auto;margin-top:50px;max-width:1000px;overflow:hidden}.mockup-content{background:#fff;padding:30px}.mockup-title{color:#1f2937;font-size:2rem;font-weight:700;margin-bottom:30px;text-align:left}.mockup-filters{border-bottom:1px solid #dc2626;flex-wrap:wrap;gap:20px;margin-bottom:20px;padding-bottom:15px}.filter-group,.mockup-filters{align-items:center;display:flex}.filter-group{color:#6b7280;font-size:.9rem;gap:8px}.mockup-dropdown{background:#fff;border:1px solid #d1d5db;border-radius:6px;font-size:.9rem;min-width:100px;padding:6px 12px}.mockup-refresh-btn{background:#fff;border:1px solid #dc2626;border-radius:6px;color:#dc2626;cursor:pointer;font-weight:600;margin-left:auto;padding:8px 16px}.mockup-news-container{text-align:left}.mockup-news-item{grid-gap:30px;display:grid;gap:30px;grid-template-columns:2fr 1fr;padding:20px 0}.news-content{display:flex;flex-direction:column;gap:15px}.news-headline{color:#1f2937;font-size:1.3rem;font-weight:700;line-height:1.4;margin:0}.news-meta{align-items:center;display:flex;flex-wrap:wrap;gap:15px}.news-date{color:#6b7280;font-size:.9rem}.mockup-btn{background:#fff;border:1px solid #dc2626;border-radius:6px;color:#dc2626;cursor:pointer;padding:6px 12px}.mockup-btn,.source-tag{font-size:.8rem;font-weight:600}.source-tag{background:#f59e0b;border-radius:4px;color:#fff;padding:4px 8px}.ai-analysis-demo{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-top:15px;padding:15px}.ai-analysis-header{align-items:center;display:flex;gap:8px;margin-bottom:10px}.ai-icon{font-size:1.2rem}.ai-analysis-header span{color:#6b7280;font-size:.9rem;font-weight:600}.ai-analysis-content{margin-top:10px}.ai-insight{color:#374151;font-size:.85rem;line-height:1.5;margin:0 0 12px}.ai-tags{display:flex;flex-wrap:wrap;gap:8px}.ai-tag{border-radius:4px;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:3px 8px;text-transform:uppercase}.ai-tag.risk{background:#fee2e2;color:#991b1b}.ai-tag.sector{background:#dbeafe;color:#1e40af}.ai-tag.impact{background:#fef3c7;color:#92400e}.stock-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:20px}.stock-header{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.stock-ticker{color:#dc2626;font-size:1.2rem;font-weight:700}.stock-name{color:#6b7280;font-size:.9rem}.stock-price{color:#1f2937;font-size:1.1rem;font-weight:600}.stock-change{font-size:.9rem;font-weight:600}.stock-change.negative{color:#dc2626}.stock-change.positive{color:#059669}.stock-metrics{display:flex;flex-direction:column;gap:8px}.metric{color:#6b7280;display:flex;font-size:.85rem;justify-content:space-between}.rating-buy{background:#dcfce7;border-radius:4px;color:#166534;font-weight:600;padding:2px 6px}@media (max-width:768px){.mockup-filters{align-items:flex-start;flex-direction:column;gap:10px}.mockup-news-item{gap:20px;grid-template-columns:1fr}.news-meta{align-items:flex-start;flex-direction:column;gap:10px}.ai-tags{justify-content:flex-start}}.cookie-banner{background:#1f2937;border-top:3px solid #dc2626;bottom:0;box-shadow:0 -4px 20px #0000004d;color:#fff;left:0;padding:20px;position:fixed;right:0;z-index:10000}.cookie-banner-content{align-items:center;display:flex;gap:20px;justify-content:space-between;margin:0 auto;max-width:1200px}.cookie-banner-text h3{color:#dc2626;font-size:1.1rem;font-weight:600;margin:0 0 8px}.cookie-banner-text p{color:#d1d5db;font-size:.9rem;line-height:1.4;margin:0;max-width:600px}.cookie-banner-actions{display:flex;flex-shrink:0;gap:12px}.cookie-button{border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:600;min-width:80px;padding:10px 20px;transition:all .3s ease}.cookie-button-decline{background:#0000;border:1px solid #4b5563;color:#9ca3af}.cookie-button-decline:hover{background:#374151;color:#fff}.cookie-button-accept{background:#dc2626;color:#fff}.cookie-button-accept:hover{background:#b91c1c;transform:translateY(-1px)}@media (max-width:768px){.how-it-works-page .features-container{gap:20px;grid-template-columns:1fr}.how-it-works-page .feature-card{padding:20px}.integrated-steps{gap:40px}.workflow-step-combined{padding:30px 20px}.step-features{gap:20px;grid-template-columns:1fr}.step-header .step-number{font-size:1.2rem;height:50px;width:50px}.step-header h3{font-size:1.5rem}.step-header p{font-size:1rem}.integrations-grid{gap:20px;grid-template-columns:1fr}.integration-card{padding:20px}.feeds-grid{gap:20px;grid-template-columns:1fr}.feed-module-card{padding:20px}.api-options{grid-template-columns:1fr}.workflow-steps{flex-direction:column}.workflow-arrow{transform:rotate(90deg)}.workflow-step{max-width:100%}.footer-content{flex-direction:column;gap:20px;text-align:center}.footer-links{gap:20px}.legal-content{padding:40px 20px}.legal-content h1{font-size:2rem}}.ai-debug-section{background-color:#f8fafc;background-color:var(--bg-secondary);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:8px;margin-top:30px;padding:20px}.debug-controls{display:flex;gap:10px;margin-bottom:20px}.debug-button{background-color:#dc2626;background-color:var(--accent-color);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;padding:8px 16px;transition:background-color .2s}.debug-button:hover{background-color:#b91c1c;background-color:var(--accent-hover)}.debug-empty{color:#9ca3af;color:var(--text-muted);font-style:italic;padding:40px;text-align:center}.debug-log{background-color:#fff;background-color:var(--bg-primary);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:4px;max-height:600px;overflow-y:auto}.debug-entry{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color);padding:15px}.debug-entry:last-child{border-bottom:none}.debug-entry-header{display:flex;font-size:12px;font-weight:600;gap:15px;margin-bottom:10px}.debug-timestamp{color:#9ca3af;color:var(--text-muted)}.debug-type{background-color:#dc2626;background-color:var(--accent-color);color:#fff;text-transform:uppercase}.debug-model,.debug-type{border-radius:12px;font-size:10px;padding:2px 8px}.debug-model{background-color:#f1f5f9;background-color:var(--bg-tertiary);color:#6b7280;color:var(--text-secondary)}.debug-content{display:flex;flex-direction:column;gap:15px}.debug-section h4{color:#6b7280;color:var(--text-secondary);font-size:14px;letter-spacing:.5px;margin:0 0 8px;text-transform:uppercase}.debug-code{word-wrap:break-word;background-color:#f1f5f9;background-color:var(--bg-tertiary);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:4px;color:#1f2937;color:var(--text-primary);font-family:Courier New,monospace;font-size:12px;line-height:1.4;max-height:200px;overflow-y:auto;padding:12px;white-space:pre-wrap}.debug-error{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626}[data-theme=dark] .debug-error{background-color:#2d1b1b;border:1px solid #7f1d1d;color:#fca5a5}[data-theme=dark] .external-links-section{border-top-color:#374151}[data-theme=dark] .external-links-label{color:#9ca3af}[data-theme=dark] .external-link.yahoo{background:#6d28d9;color:#fff}[data-theme=dark] .external-link.yahoo:hover{background:#5b21b6;border-color:#4c1d95}[data-theme=dark] .external-link.nasdaq{background:#1e3a8a;color:#fff}[data-theme=dark] .external-link.nasdaq:hover{background:#1d4ed8;border-color:#1e40af}[data-theme=dark] .external-link.tradingview{background:#047857;color:#fff}[data-theme=dark] .external-link.tradingview:hover{background:#065f46;border-color:#059669}.setting-select{background-color:#fff;background-color:var(--bg-primary);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:4px;color:#1f2937;color:var(--text-primary);font-size:14px;min-width:200px;padding:8px 12px}.setting-select:focus{border-color:#dc2626;border-color:var(--accent-color);box-shadow:0 0 0 2px #dc26261a;outline:none}.cache-stats{grid-gap:15px;background-color:#f1f5f9;background-color:var(--bg-tertiary);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:8px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:20px;padding:15px}.stat-item{align-items:center;background-color:#fff;background-color:var(--bg-primary);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:6px;display:flex;justify-content:space-between;padding:8px 12px}.stat-label{color:#6b7280;color:var(--text-secondary);font-weight:500}.stat-value{color:#1f2937;color:var(--text-primary);font-weight:600}.stat-value.valid{color:#059669;color:var(--success-color)}.stat-value.expired{color:#d97706;color:var(--warning-color)}.cache-controls{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:15px}.setting-button.danger{background-color:#dc2626;background-color:var(--error-color);color:#fff}.setting-button.danger:hover{background-color:#b91c1c}
/*# sourceMappingURL=main.d3bf8db1.css.map*/