.landing{width:100%;overflow-x:hidden;background:#0a0e1a;color:#fff}.hero{min-height:100vh;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;overflow:hidden}.hero-bg{position:absolute;inset:0;z-index:0;background:radial-gradient(circle at 50% 50%,#0a0e1a,#050810)}.gradient-orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.3;animation:float 20s ease-in-out infinite}.orb-1{width:600px;height:600px;background:linear-gradient(135deg,#10b981,#3b82f6);top:-200px;left:-200px}.orb-2{width:500px;height:500px;background:linear-gradient(135deg,#8b5cf6,#ec4899);bottom:-150px;right:-150px;animation-delay:-7s}.orb-3{width:400px;height:400px;background:linear-gradient(135deg,#f59e0b,#ef4444);top:50%;right:10%;animation-delay:-14s}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-50px) scale(1.1)}66%{transform:translate(-20px,30px) scale(.9)}}.landing-nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1.5rem 3rem;display:flex;justify-content:space-between;align-items:center;background:#0a0e1acc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav-logo{font-size:1.25rem;font-weight:700;text-decoration:none;cursor:pointer;transition:opacity .2s}.nav-logo:hover{opacity:.8;color:#fff}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{color:#ffffffb3;text-decoration:none;transition:color .3s}.nav-links a:hover{color:#fff}.nav-cta{background:linear-gradient(135deg,#10b981,#3b82f6);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:600}.hero-content{position:relative;z-index:1;text-align:center;max-width:900px}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff1a;padding:.5rem 1rem;border-radius:999px;font-size:.875rem;margin-bottom:2rem}.hero-title{font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.gradient-text{background:linear-gradient(135deg,#10b981,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;color:#ffffffb3;margin-bottom:2rem;line-height:1.6}.hero-stats{display:flex;justify-content:center;gap:3rem;margin-bottom:2rem}.stat-card{display:flex;flex-direction:column;align-items:center;padding:1.5rem;background:#ffffff0d;border-radius:12px;min-width:140px}.stat-value{font-size:1.75rem;font-weight:700;color:#10b981}.stat-label{font-size:.875rem;color:#fff9;margin-top:.5rem}.hero-cta{display:flex;justify-content:center;gap:1rem}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#10b981,#3b82f6);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:transform .3s,box-shadow .3s}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 40px #10b9814d}.btn-primary.large{padding:1.25rem 3rem;font-size:1.25rem}.question-section,.themes-section,.agents-section,.workflow-section,.sample-section,.cta-section{padding:6rem 2rem}.question-container,.themes-container,.agents-container,.workflow-container,.sample-container,.cta-container{max-width:1200px;margin:0 auto}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem}.section-subtitle{font-size:1.125rem;color:#fff9;text-align:center;margin-bottom:3rem}.question-box{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:3rem;text-align:center;margin-bottom:2rem}.question-text{font-size:1.5rem;line-height:1.8}.question-note{text-align:center;color:#fff9}.themes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.theme-card{background:#ffffff0d;border-radius:12px;padding:1.5rem;border-left:4px solid #10b981}.theme-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.theme-name{font-weight:600}.theme-score{font-size:1.5rem;font-weight:700}.theme-trend{font-size:.875rem;color:#fff9;margin-bottom:1rem}.trend-label{color:#10b981}.theme-bar{height:6px;background:#ffffff1a;border-radius:3px;overflow:hidden}.theme-bar-fill{height:100%;border-radius:3px;transition:width .5s}.agents-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.agent-card{background:#ffffff0d;border-radius:12px;padding:2rem;text-align:center;transition:transform .3s}.agent-card:hover{transform:translateY(-5px)}.agent-icon-wrapper{width:60px;height:60px;background:linear-gradient(135deg,#10b981,#3b82f6);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:1.5rem;font-weight:700}.agent-name{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.agent-desc{font-size:.875rem;color:#fff9;line-height:1.5}.workflow-steps{display:flex;justify-content:center;align-items:center;gap:2rem;flex-wrap:wrap}.workflow-step{background:#ffffff0d;border-radius:12px;padding:2rem;text-align:center;min-width:200px}.step-number{width:50px;height:50px;background:linear-gradient(135deg,#10b981,#3b82f6);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:1.5rem;font-weight:700}.workflow-arrow{font-size:2rem;color:#ffffff4d}.sample-today{background:#ffffff0d;border-radius:16px;padding:2rem;max-width:800px;margin:0 auto}.sample-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.sample-date{color:#fff9}.sample-status{padding:.5rem 1rem;border-radius:999px;font-weight:600;font-size:.875rem}.status-green{background:#10b98133;color:#10b981}.sample-summary{background:#ffffff0d;border-radius:8px;padding:1rem;margin-bottom:1.5rem;line-height:1.6}.sample-actions h4{margin-bottom:1rem}.action-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#ffffff08;border-radius:8px;margin-bottom:.75rem;border-left:3px solid #10b981}.action-badge{padding:.25rem .75rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase}.action-ticker{font-weight:700;min-width:60px}.action-amount{color:#10b981;font-weight:600}.action-rationale{flex:1;color:#ffffffb3;font-size:.875rem}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;background:transparent;color:#fffc;border:1px solid rgba(255,255,255,.3);padding:1rem 2rem;border-radius:12px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s;text-decoration:none}.btn-secondary:hover{background:#ffffff1a;border-color:#ffffff80}.badge-highlight{background:linear-gradient(135deg,#10b981,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:600}.big-idea-section{padding:6rem 2rem;background:linear-gradient(180deg,#0a0e1a,#0f1424)}.big-idea-container{max-width:900px;margin:0 auto;text-align:center}.big-idea-badge{display:inline-block;background:#10b98126;color:#10b981;padding:.5rem 1.5rem;border-radius:999px;font-size:.875rem;font-weight:600;letter-spacing:.1em;margin-bottom:2rem}.big-idea-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.big-idea-text{font-size:1.125rem;color:#ffffffb3;line-height:1.8;margin-bottom:1.5rem}.big-idea-highlight{font-size:1.25rem;color:#ffffffe6;line-height:1.8;padding:1.5rem;background:#ffffff0d;border-radius:12px;margin-bottom:1.5rem}.gap-section{padding:6rem 2rem;background:#0f1424}.gap-container{max-width:1200px;margin:0 auto}.gap-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.gap-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:2rem}.gap-icon{width:50px;height:50px;background:#ef444426;color:#ef4444;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;margin-bottom:1rem}.gap-card h3{font-size:1.125rem;font-weight:600;margin-bottom:.75rem}.gap-card p{font-size:.925rem;color:#fff9;line-height:1.6}.platform-section{padding:6rem 2rem;background:linear-gradient(180deg,#0f1424,#0a0e1a)}.platform-container{max-width:1200px;margin:0 auto}.capabilities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.capability-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:2rem;transition:transform .3s,border-color .3s}.capability-card:hover{transform:translateY(-5px);border-color:#10b9814d}.capability-icon{width:50px;height:50px;background:linear-gradient(135deg,#10b981,#3b82f6);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;margin-bottom:1rem}.capability-card h3{font-size:1.125rem;font-weight:600;margin-bottom:.75rem}.capability-card p{font-size:.925rem;color:#fff9;line-height:1.6}.platform-note{text-align:center;margin-top:2rem;padding:1rem;background:#10b9811a;border-radius:8px;font-size:.875rem;color:#10b981}.dubai-section{padding:6rem 2rem;background:#0a0e1a}.dubai-container{max-width:1200px;margin:0 auto}.dubai-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-bottom:3rem}.dubai-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:2rem;border-top:3px solid #f59e0b}.dubai-card h3{font-size:1.125rem;font-weight:600;margin-bottom:.75rem;color:#f59e0b}.dubai-card p{font-size:.925rem;color:#fff9;line-height:1.6}.dubai-quote{text-align:center;font-size:1.25rem;font-style:italic;color:#fffc;padding:2rem;background:#ffffff08;border-radius:12px;border-left:4px solid #f59e0b}.roadmap-section{padding:6rem 2rem;background:linear-gradient(180deg,#0a0e1a,#0f1424)}.roadmap-container{max-width:1200px;margin:0 auto}.phases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.phase-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:2rem}.phase-card.current{border-color:#10b981;background:#10b9810d}.phase-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.phase-label{background:#ffffff1a;padding:.25rem .75rem;border-radius:999px;font-size:.75rem;font-weight:600}.phase-card.current .phase-label{background:#10b981;color:#0a0e1a}.phase-timeline{font-size:.875rem;color:#ffffff80}.phase-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem}.phase-items{list-style:none;padding:0}.phase-items li{padding:.5rem 0 .5rem 1.5rem;position:relative;font-size:.925rem;color:#ffffffb3}.phase-items li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:6px;background:#10b981;border-radius:50%}.why-section{padding:6rem 2rem;background:#0f1424}.why-container{max-width:1200px;margin:0 auto}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.why-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:2rem}.why-card.highlight{grid-column:1 / -1;background:linear-gradient(135deg,#10b9811a,#3b82f61a);border-color:#10b9814d}.why-card h3{font-size:1.125rem;font-weight:600;margin-bottom:.75rem;color:#10b981}.why-card p{font-size:.925rem;color:#ffffffb3;line-height:1.6}.principles-section{padding:6rem 2rem;background:linear-gradient(180deg,#0f1424,#0a0e1a)}.principles-container{max-width:1000px;margin:0 auto}.principles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.principle-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:2rem;text-align:center}.principle-num{font-size:2rem;font-weight:800;background:linear-gradient(135deg,#10b981,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.5rem;display:block}.principle-card h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.principle-card p{font-size:.875rem;color:#fff9;line-height:1.5}.cta-section{text-align:center;padding:6rem 2rem;background:linear-gradient(135deg,#10b9811a,#3b82f61a)}.footer-content{max-width:600px;margin:0 auto}.footer-brand{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1rem}.footer-logo{font-size:1.5rem;font-weight:700;color:#fff}.footer-tagline{font-size:.875rem;color:#ffffff80}.cta-section h2{font-size:2.5rem;margin-bottom:1rem}.cta-section p{color:#ffffffb3;margin-bottom:2rem}.landing-footer{padding:3rem 2rem;text-align:center;border-top:1px solid rgba(255,255,255,.1)}.disclaimer{font-size:.75rem;color:#fff6;margin-top:.5rem}@media(max-width:768px){.hero-title{font-size:2.5rem}.hero-stats{flex-direction:column;gap:1rem}.landing-nav{padding:1rem}.nav-links{display:none}}.blog-view{color:#fff;max-width:900px;margin:0 auto;padding:2rem 0}.blog-header{text-align:center;margin-bottom:3rem}.blog-header h1{font-size:2.5rem;font-weight:700;margin-bottom:.75rem}.blog-subtitle{color:#fff9;font-size:1.125rem;line-height:1.6}.blog-grid{display:flex;flex-direction:column;gap:1.5rem}.blog-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:2rem;cursor:pointer;transition:all .3s ease}.blog-card:hover{background:#ffffff0d;border-color:#10b9814d;transform:translateY(-2px)}.blog-card-meta{display:flex;gap:1rem;margin-bottom:.75rem}.blog-card-date,.blog-card-read-time{font-size:.8rem;color:#ffffff80}.blog-card-title{font-size:1.5rem;font-weight:600;margin-bottom:.75rem;line-height:1.3}.blog-card-excerpt{color:#ffffffb3;font-size:1rem;line-height:1.6;margin-bottom:1rem}.blog-card-link{color:#10b981;font-weight:500;font-size:.925rem}.blog-back{background:transparent;border:none;color:#10b981;font-size:1rem;cursor:pointer;padding:0;margin-bottom:2rem;display:flex;align-items:center;gap:.5rem}.blog-back:hover{text-decoration:underline}.blog-article{background:#ffffff05;border-radius:16px;padding:3rem}.article-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;color:#ffffff80;font-size:.9rem}.article-divider{color:#ffffff4d}.article-title{font-size:2.25rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.article-author{color:#fff9;font-size:.95rem;margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.article-content{font-size:1.1rem;line-height:1.8;color:#ffffffd9}.article-content h2{font-size:1.5rem;font-weight:600;margin-top:2.5rem;margin-bottom:1rem;color:#fff}.article-content h3{font-size:1.25rem;font-weight:600;margin-top:2rem;margin-bottom:.75rem;color:#fff}.article-content p{margin-bottom:1.25rem}.article-content strong{color:#10b981;font-weight:600}.article-content em{font-style:italic;color:#ffffffe6}.article-content ul{margin:1rem 0;padding-left:1.5rem}.article-content li{margin-bottom:.5rem;padding-left:.5rem}.article-content li::marker{color:#10b981}.article-content blockquote{border-left:3px solid #10b981;padding-left:1.5rem;margin:1.5rem 0;font-style:italic;color:#ffffffb3}.article-content code{background:#ffffff1a;padding:.2rem .5rem;border-radius:4px;font-family:Monaco,Menlo,monospace;font-size:.9em}.article-content hr{border:none;border-top:1px solid rgba(255,255,255,.1);margin:2.5rem 0}@media(max-width:768px){.blog-article{padding:1.5rem}.article-title{font-size:1.75rem}.article-content{font-size:1rem}}.app{min-height:100vh;background:linear-gradient(135deg,#0a0e1a,#1a1f35)}.header{background:linear-gradient(90deg,#0f1624,#1a2740);border-bottom:1px solid rgba(255,255,255,.1);padding:1.5rem 2rem;display:flex;align-items:center;justify-content:space-between;max-width:1400px;margin:0 auto}.header-content{flex:1}.logo{font-size:1.5rem;font-weight:700;color:#10b981;margin-bottom:.3rem;transition:opacity .2s}.logo:hover{opacity:.8}.home-btn{background:#10b9811a;border:1px solid rgba(16,185,129,.3);color:#10b981;padding:.5rem 1.25rem;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s}.home-btn:hover{background:#10b98133;border-color:#10b981}.tagline{font-size:.875rem;color:#fff9}.nav{background:#0f1624;border-bottom:1px solid rgba(255,255,255,.1);padding:0 2rem;display:flex;gap:.5rem;overflow-x:auto;max-width:1400px;margin:0 auto}.nav-tab{background:transparent;border:none;color:#fff9;padding:1rem 1.5rem;cursor:pointer;font-size:.95rem;font-weight:500;border-bottom:3px solid transparent;transition:all .2s;display:flex;align-items:center;gap:.5rem;white-space:nowrap}.nav-tab:hover{color:#10b981;background:#10b9810d}.nav-tab.active{color:#10b981;border-bottom-color:#10b981}.tab-icon{font-size:1.1rem}.main-content{max-width:1400px;margin:0 auto;padding:2rem}.screen{color:#fff}.screen h2{font-size:1.75rem;margin-bottom:.5rem}.screen-subtitle{color:#fff9;margin-bottom:2rem}.loading{display:flex;align-items:center;justify-content:center;min-height:300px;color:#fff9}.error{color:#ef4444;padding:2rem;text-align:center}.today-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.today-date{color:#ffffff80;font-size:.875rem}.risk-badge{padding:.5rem 1.25rem;border-radius:999px;font-weight:700;font-size:.875rem;color:#fff}.summary-card{background:#ffffff0d;border-radius:12px;padding:1.5rem;margin-bottom:2rem}.summary-card h3{margin-bottom:.75rem;font-size:1rem;color:#ffffffb3}.today-grid{display:grid;grid-template-columns:2fr 1fr;gap:2rem;margin-bottom:2rem}.actions-panel h3,.sidebar-panel h3{margin-bottom:1rem;font-size:1.125rem}.action-card{background:#ffffff08;border-radius:8px;padding:1rem;margin-bottom:1rem}.action-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.action-badge{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase}.action-badge.buy{background:#10b98133;color:#10b981}.action-badge.sell{background:#ef444433;color:#ef4444}.action-badge.risk{background:#f59e0b33;color:#f59e0b}.action-ticker{font-weight:700;font-size:1rem}.action-priority{margin-left:auto;color:#fff6;font-size:.75rem}.action-amount{color:#10b981;font-weight:600;font-size:1.125rem;margin-bottom:.5rem}.action-rationale{color:#ffffffb3;font-size:.875rem;margin-bottom:.5rem}.action-source{color:#fff6;font-size:.75rem}.themes-list{margin-bottom:1rem}.theme-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.theme-row .theme-name{width:140px;font-size:.8rem;color:#fffc;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.theme-bar{flex:1;height:6px;background:#ffffff1a;border-radius:3px;overflow:hidden}.theme-fill{height:100%;border-radius:3px}.theme-score{width:30px;text-align:right;font-weight:600;font-size:.875rem}.top-themes,.watchlist-tags{display:flex;flex-wrap:wrap;gap:.5rem}.theme-tag,.watchlist-tag{background:#10b98126;color:#10b981;padding:.25rem .75rem;border-radius:999px;font-size:.75rem;font-weight:500}.stress-box{background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;padding:1rem;margin-top:1.5rem}.stress-box h4{color:#ef4444;font-size:.875rem;margin-bottom:.5rem}.stress-box p{color:#ffffffb3;font-size:.8rem}.insights-section h3{margin-bottom:1rem}.insights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.insight-card{background:#ffffff08;border-radius:8px;padding:1rem}.insight-card h4{color:#10b981;font-size:.875rem;margin-bottom:.5rem;text-transform:capitalize}.insight-card p{color:#ffffffb3;font-size:.8rem}.portfolio-summary{display:flex;gap:2rem;margin-bottom:2rem}.summary-stat{background:#ffffff0d;border-radius:12px;padding:1.5rem;min-width:180px}.summary-stat .stat-label{display:block;color:#ffffff80;font-size:.875rem;margin-bottom:.5rem}.summary-stat .stat-value{font-size:1.5rem;font-weight:700}.positions-table{background:#ffffff08;border-radius:12px;overflow:hidden}.table-header,.table-row{display:grid;grid-template-columns:100px 50px 80px 90px 80px 90px 100px 1fr;padding:1rem;gap:.75rem;align-items:center;font-size:.875rem}.table-header{background:#ffffff0d;font-weight:600;font-size:.75rem;text-transform:uppercase;color:#ffffff80}.table-row{border-bottom:1px solid rgba(255,255,255,.05)}.table-row .ticker{font-weight:700;color:#10b981;display:flex;align-items:center;gap:.25rem}.live-dot{color:#10b981;font-size:.5rem;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.live-price{font-weight:600}.pnl-value{display:block;font-size:.7rem;opacity:.7}.pnl-percent{font-size:.875rem;margin-left:.5rem}.portfolio-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.refresh-controls{display:flex;align-items:center;gap:1rem}.refresh-btn{background:linear-gradient(135deg,#10b981,#3b82f6);border:none;border-radius:8px;padding:.5rem 1rem;color:#fff;font-weight:600;cursor:pointer;transition:opacity .2s}.refresh-btn:hover{opacity:.9}.refresh-btn:disabled{opacity:.5;cursor:not-allowed}.last-refresh{color:#ffffff80;font-size:.75rem}.loading-indicator{color:#10b981;font-size:.875rem}.connector-status{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:.75rem 1rem;background:#ffffff08;border-radius:8px}.status-label{color:#ffffff80;font-size:.8rem}.connector-badge{font-size:.75rem;padding:.25rem .75rem;border-radius:999px;font-weight:500}.connector-badge.active{background:#10b98126;color:#10b981}.connector-badge.inactive{background:#ffffff0d;color:#fff6}.watchlist-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.watchlist-card{background:#ffffff0d;border-radius:12px;padding:1.5rem}.watchlist-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.watchlist-header .ticker{font-size:1.25rem;font-weight:700}.watchlist-name{color:#fff9;font-size:.875rem;margin-bottom:1rem}.scores-row{display:flex;gap:1rem}.score{flex:1;text-align:center}.score-label{display:block;font-size:.7rem;color:#ffffff80;margin-bottom:.25rem}.score-value{font-size:1.25rem;font-weight:700}.research-controls{display:flex;gap:1rem;margin-bottom:2rem}.research-select{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:.75rem 1rem;color:#fff;font-size:1rem}.research-input{flex:1;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:.75rem 1rem;color:#fff;font-size:1rem}.research-btn{background:linear-gradient(135deg,#10b981,#3b82f6);border:none;border-radius:8px;padding:.75rem 1.5rem;color:#fff;font-weight:600;cursor:pointer}.research-result{background:#ffffff0d;border-radius:12px;padding:1.5rem;margin-bottom:2rem}.research-content pre{white-space:pre-wrap;color:#fffc;line-height:1.6}.research-source{margin-top:1rem;color:#fff6;font-size:.75rem}.quick-research h3{margin-bottom:1rem}.quick-buttons{display:flex;gap:.75rem;flex-wrap:wrap}.quick-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:.5rem 1rem;color:#fff;cursor:pointer}.journal-input{background:#ffffff0d;border-radius:12px;padding:1.5rem;margin-bottom:2rem}.journal-select{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:.75rem 1rem;color:#fff;margin-bottom:1rem;width:200px}.journal-textarea{width:100%;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:1rem;color:#fff;min-height:100px;resize:vertical;margin-bottom:1rem}.journal-btn{background:linear-gradient(135deg,#10b981,#3b82f6);border:none;border-radius:8px;padding:.75rem 1.5rem;color:#fff;font-weight:600;cursor:pointer}.journal-entries{display:flex;flex-direction:column;gap:1rem}.journal-entry{background:#ffffff08;border-radius:12px;padding:1.5rem}.entry-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.entry-type{padding:.25rem .75rem;border-radius:999px;font-size:.75rem;font-weight:600;color:#fff}.entry-date{color:#ffffff80;font-size:.875rem}.entry-content{color:#fffc;line-height:1.6}.entry-tickers{display:flex;gap:.5rem;margin-top:1rem}.ticker-tag{background:#3b82f633;color:#3b82f6;padding:.25rem .5rem;border-radius:4px;font-size:.75rem}.empty-state{text-align:center;color:#ffffff80;padding:3rem}@media(max-width:768px){.today-grid{grid-template-columns:1fr}.portfolio-summary{flex-direction:column}.table-header,.table-row{grid-template-columns:repeat(4,1fr)}}
