@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{--poly-blue: #2E5CFF;--poly-blue-dark: #061C58;--bg-primary: #131820;--bg-secondary: #131820;--bg-card: #1c2129;--border: #2a303a;--text-primary: #e6edf3;--text-secondary: #8b949e;--text-muted: #484f58;--positive: #3fb950;--negative: #f85149}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}.app:not(.app-embed) ::-webkit-scrollbar,.app:not(.app-embed)::-webkit-scrollbar{width:6px}.app:not(.app-embed) ::-webkit-scrollbar-track,.app:not(.app-embed)::-webkit-scrollbar-track{background:var(--bg-primary)}.app:not(.app-embed) ::-webkit-scrollbar-thumb,.app:not(.app-embed)::-webkit-scrollbar-thumb{background:#333;border-radius:3px}.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;gap:16px;padding:40px 24px;text-align:center}.error-container h2{font-size:20px;font-weight:700;color:var(--text-primary)}.error-container p{font-size:14px;color:var(--text-secondary);max-width:400px;line-height:1.5}.error-container button{padding:10px 24px;background:var(--poly-blue);color:#fff;border:none;border-radius:8px;font:inherit;font-size:14px;font-weight:600;cursor:pointer;transition:background .12s ease}.error-container button:hover{background:#4a7aff}.feed-error{display:flex;flex-direction:column;align-items:center;gap:12px;padding:32px 16px;text-align:center}.feed-error p{font-size:13px;color:var(--text-secondary)}.feed-error button{padding:8px 16px;background:#2e5cff1a;color:var(--poly-blue);border:1px solid rgba(46,92,255,.2);border-radius:6px;font:inherit;font-size:13px;font-weight:600;cursor:pointer;transition:background .12s ease}.feed-error button:hover{background:#2e5cff2e}.skeleton-card{display:flex;gap:12px;padding:14px 16px;margin:6px 12px;background:var(--bg-card);border:1px solid var(--border);border-radius:10px}.skeleton-avatar{width:36px;height:36px;border-radius:50%;background:#ffffff0f;flex-shrink:0;animation:skeleton-pulse 1.5s ease-in-out infinite}.skeleton-content{flex:1;display:flex;flex-direction:column;gap:8px}.skeleton-line{height:12px;background:#ffffff0f;border-radius:4px;animation:skeleton-pulse 1.5s ease-in-out infinite}.skeleton-line-short{width:40%}.skeleton-line-medium{width:70%}.skeleton-line-long{width:90%}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.4}}.desktop-layout{display:flex;max-width:1200px;margin:0 auto;min-height:100vh}.sidebar{position:sticky;top:0;height:100vh;width:240px;flex-shrink:0;display:flex;flex-direction:column;padding:16px;border-right:1px solid var(--border)}.sidebar-brand{display:flex;align-items:center;gap:10px;padding:8px 12px 28px}.sidebar-brand .navbar-logo-img{width:28px;height:28px}.sidebar-brand .navbar-title{font-size:18px}.sidebar-nav{display:flex;flex-direction:column;gap:4px}.sidebar-link{display:block;padding:12px 14px;font-size:18px;font-weight:500;color:var(--text-primary);text-decoration:none;border-radius:28px;transition:background .12s ease;letter-spacing:-.01em;white-space:nowrap}.sidebar-link:hover{background:#ffffff14}.sidebar-subscribe{margin-top:auto;padding:14px 16px;font-size:16px;font-weight:700;font-family:inherit;color:#fff;background:var(--poly-blue);border:none;border-radius:28px;cursor:pointer;transition:background .12s ease;text-align:center}.sidebar-subscribe:hover{background:#4a7aff}.right-sidebar{position:sticky;top:0;height:100vh;width:300px;flex-shrink:0;overflow-y:auto;padding:20px 16px;border-left:1px solid var(--border)}.right-sidebar::-webkit-scrollbar{width:4px}.right-sidebar::-webkit-scrollbar-track{background:transparent}.right-sidebar::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:2px}.right-sidebar-heading{font-size:18px;font-weight:800;color:var(--text-primary);letter-spacing:-.02em;margin-bottom:16px}.sidebar-market{display:flex;flex-direction:column;gap:10px;padding:14px;background:var(--bg-card);border:1px solid var(--border);border-radius:10px;cursor:pointer;transition:border-color .12s ease,background .12s ease;margin-bottom:8px}.sidebar-market:hover{border-color:#ffffff2e;background:#ffffff08}.sidebar-market-top{display:flex;align-items:flex-start;gap:10px}.sidebar-market-icon{width:36px;height:36px;border-radius:8px;object-fit:cover;flex-shrink:0}.sidebar-market-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.sidebar-market-question{font-size:13px;font-weight:600;color:var(--text-primary);line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sidebar-market-meta{display:flex;align-items:center;gap:8px}.sidebar-market-vol{font-size:10px;color:var(--text-muted);font-variant-numeric:tabular-nums}.sidebar-market-bar-wrap{display:flex;flex-direction:column;gap:6px}.sidebar-market-bar{width:100%;height:6px;background:#ffffff0f;border-radius:3px;overflow:hidden}.sidebar-market-bar-fill{height:100%;background:var(--poly-blue);border-radius:3px}.sidebar-market-pct-wrap{display:flex;justify-content:space-between;align-items:center}.sidebar-market-pct-yes{font-size:12px;font-weight:700;color:var(--poly-blue);font-variant-numeric:tabular-nums}.sidebar-market-pct-no{font-size:12px;font-weight:700;color:var(--text-muted);font-variant-numeric:tabular-nums}.sidebar-market-chips{display:flex;gap:6px;flex-wrap:wrap}.sidebar-market-equity{display:inline-flex;align-items:center;gap:3px;padding:2px 8px;font-size:10px;font-weight:700;border-radius:4px;letter-spacing:.02em}.sidebar-market-equity.positive{color:var(--positive);background:#3fb9501a;border:1px solid rgba(63,185,80,.2)}.sidebar-market-equity.negative{color:var(--negative);background:#f851491a;border:1px solid rgba(248,81,73,.2)}.sidebar-market-chip{display:inline-flex;align-items:center;gap:3px;padding:2px 8px;font-size:10px;font-weight:600;border-radius:4px}.sidebar-market-chip-articles{color:var(--poly-blue);background:#2e5cff1a;border:1px solid rgba(46,92,255,.2)}.sidebar-market-chip-tweets{color:var(--text-secondary);background:#ffffff0f;border:1px solid rgba(255,255,255,.1)}.navbar{position:fixed;top:0;left:0;right:0;height:50px;background:var(--bg-card);border-bottom:1px solid var(--border);z-index:100;overflow:visible;display:none}.navbar-inner{max-width:1400px;margin:0 auto;height:100%;display:flex;align-items:center;padding:0 20px;gap:16px}.navbar-brand{display:flex;align-items:center;gap:8px;text-decoration:none;flex-shrink:0;padding-right:16px;border-right:2px solid var(--poly-blue)}.navbar-logo-img{width:24px;height:24px;border-radius:5px;object-fit:contain}.navbar-title{font-size:16px;font-weight:800;color:var(--text-primary);letter-spacing:-.02em;white-space:nowrap}.navbar-search{display:flex;align-items:center;gap:8px;background:#ffffff0a;border:1px solid var(--border);border-radius:8px;padding:0 12px;height:32px;flex-shrink:0;width:220px;transition:width .2s ease,border-color .15s ease,background .15s ease}.navbar-search:focus-within{border-color:var(--poly-blue);background:#ffffff0f}.navbar-search-icon{width:14px;height:14px;color:var(--poly-blue);flex-shrink:0}.navbar-search-input{flex:1;background:none;border:none;outline:none;color:var(--text-primary);font-size:12px;font-family:inherit;min-width:0}.navbar-search-input::placeholder{color:var(--text-muted)}.navbar-search-clear{background:#ffffff14;border:none;color:var(--text-secondary);font-size:12px;cursor:pointer;padding:0;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .12s ease}.navbar-search-clear:hover{background:#ffffff26}.desktop-feed{flex:1;min-width:0}.feed-heading{font-size:18px;font-weight:800;color:var(--text-primary);letter-spacing:-.02em;padding:20px 16px 12px}.feed-list{display:flex;flex-direction:column;padding:4px 0}.headline-card{display:flex;gap:12px;padding:14px 16px;margin:6px 12px;background:var(--bg-card);border:1px solid var(--border);border-radius:10px;cursor:pointer;transition:border-color .15s ease,background .15s ease}.headline-card:hover{border-color:#ffffff2e;background:#ffffff0a}.headline-card-logo{width:36px;height:36px;border-radius:50%;object-fit:contain;flex-shrink:0;background:#ffffff0a}.headline-card-logo-fallback{width:36px;height:36px;border-radius:50%;background:#2e5cff26;color:var(--poly-blue);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;flex-shrink:0}.headline-card-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.headline-card-header{display:flex;align-items:center;gap:4px;font-size:13px;min-width:0}.headline-card-source{font-weight:700;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.headline-card-dot,.headline-card-time{color:var(--text-muted);flex-shrink:0}.headline-card-title{font-size:14px;font-weight:500;line-height:1.4;color:var(--text-primary);margin:2px 0}.headline-card-summary{font-size:13px;line-height:1.45;color:var(--text-secondary)}.headline-card-chips{display:flex;gap:6px;flex-wrap:wrap;margin-top:4px}.market-chip{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;background:#2e5cff14;border:1px solid rgba(46,92,255,.15);border-radius:4px;text-decoration:none;max-width:280px;overflow:hidden;cursor:pointer;transition:background .12s ease,border-color .12s ease}.market-chip:hover{background:#2e5cff26;border-color:#2e5cff4d}.market-chip-arrow{font-size:10px;font-weight:700}.market-chip-arrow.up{color:var(--positive)}.market-chip-arrow.down{color:var(--negative)}.market-chip-arrow.related{color:var(--text-muted)}.market-chip-pct{font-size:10px;font-weight:700;color:var(--poly-blue);flex-shrink:0;font-variant-numeric:tabular-nums}.market-chip-q{font-size:10px;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.substack-card{display:flex;gap:12px;padding:14px 16px;margin:6px 12px;background:var(--bg-card);border:1px solid var(--border);border-left:3px solid #ff8732;border-radius:10px;cursor:pointer;transition:border-color .15s ease,background .15s ease}.substack-card:hover{border-color:#ff873259;border-left-color:#ff8732;background:#ff87320a}.substack-card-logo{width:36px;height:36px;border-radius:50%;object-fit:contain;flex-shrink:0;background:#ff873214}.substack-card-logo-fallback{width:36px;height:36px;border-radius:50%;background:#ff873226;color:#ff8732;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;flex-shrink:0}.substack-card-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.substack-card-header{display:flex;align-items:center;gap:4px;font-size:13px;min-width:0}.substack-card-author{font-weight:700;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.substack-card-source{color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.substack-card-dot,.substack-card-time{color:var(--text-muted);flex-shrink:0}.substack-card-tag{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#ff8732;background:#ff87321a;padding:1px 6px;border-radius:3px;flex-shrink:0;margin-left:4px}.substack-card-title{font-size:14px;font-weight:500;line-height:1.4;color:var(--text-primary);margin:2px 0}.substack-card-summary{font-size:13px;line-height:1.45;color:var(--text-secondary)}.substack-card-chips{display:flex;gap:6px;flex-wrap:wrap;margin-top:4px}.tweet-card{display:flex;gap:12px;padding:14px 16px;margin:6px 12px;background:#000;border:1px solid rgba(255,255,255,.12);border-radius:10px;cursor:pointer;transition:border-color .15s ease,background .15s ease}.tweet-card:hover{border-color:#ffffff40;box-shadow:0 0 12px #ffffff0a}.tweet-card-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0}.tweet-card-avatar-fallback{width:36px;height:36px;border-radius:50%;background:#2e5cff26;color:var(--poly-blue);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;flex-shrink:0}.tweet-card-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.tweet-card-header{display:flex;align-items:center;gap:4px;font-size:13px;min-width:0}.tweet-card-displayname{font-weight:700;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tweet-card-handle,.tweet-card-dot,.tweet-card-time{color:var(--text-muted);flex-shrink:0}.tweet-card-text{font-size:13px;line-height:1.5;color:var(--text-primary);white-space:pre-wrap;word-break:break-word;margin:2px 0}.tweet-card-chips{display:flex;gap:6px;flex-wrap:wrap;margin-top:4px}.tweet-card-engagement{display:flex;gap:20px;margin-top:6px}.tweet-card-stat{display:inline-flex;align-items:center;gap:5px;font-size:12px;color:var(--text-muted);font-variant-numeric:tabular-nums}.tweet-card-stat svg{opacity:.5}.truncated-toggle{display:inline-flex;align-items:center;gap:3px;background:none;border:none;color:var(--poly-blue);font:inherit;font-size:12px;font-weight:500;cursor:pointer;padding:0;margin-top:4px}.truncated-toggle:hover{text-decoration:underline}.truncated-toggle svg{flex-shrink:0}.load-sentinel{display:flex;justify-content:center;padding:32px 0}.loader{width:24px;height:24px;border:2px solid var(--border);border-top-color:var(--poly-blue);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.tweet-detail-author{display:flex;align-items:center;gap:12px}.tweet-detail-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;flex-shrink:0}.tweet-detail-avatar-fallback{width:44px;height:44px;border-radius:50%;background:#2e5cff26;color:var(--poly-blue);display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:800;flex-shrink:0}.tweet-detail-author-info{display:flex;flex-direction:column;gap:1px}.tweet-detail-displayname{font-size:15px;font-weight:700;color:var(--text-primary)}.tweet-detail-handle{font-size:13px;color:var(--text-muted)}.tweet-detail-text{font-size:16px;line-height:1.55;color:var(--text-primary);white-space:pre-wrap;word-break:break-word}.tweet-detail-meta{padding:10px 0;border-bottom:1px solid rgba(255,255,255,.12)}.tweet-detail-time{font-size:13px;color:var(--text-muted)}.tweet-detail-stats{display:flex;gap:24px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.12)}.tweet-detail-stat-item{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--text-muted)}.tweet-detail-stat-item svg{opacity:.5}.tweet-detail-stat-item strong{color:var(--text-primary);font-weight:700}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;display:flex;align-items:center;justify-content:center;padding:24px;animation:fade-in .12s ease}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.modal{position:relative;width:100%;max-width:600px;max-height:85vh;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;overflow-y:auto;overflow-x:hidden;animation:modal-slide .15s ease}@keyframes modal-slide{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.modal::-webkit-scrollbar{width:4px}.modal::-webkit-scrollbar-track{background:transparent}.modal::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:2px}.modal-accent{height:3px;flex-shrink:0;border-radius:12px 12px 0 0}.modal-article .modal-accent{background:linear-gradient(90deg,var(--text-muted),var(--text-secondary))}.modal-market .modal-accent{background:linear-gradient(90deg,var(--poly-blue),#5b8aff)}.modal-tweet .modal-accent{background:#000}.modal-tweet{background:#000;border-color:#ffffff26}.modal-close{position:absolute;top:12px;right:12px;width:30px;height:30px;border:none;background:#ffffff14;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--text-secondary);font-size:18px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:background .12s ease,color .12s ease}.modal-close:hover{background:#ffffff26;color:var(--text-primary)}.detail-body{padding:20px 24px 24px;display:flex;flex-direction:column;gap:14px}.detail-tweet{background:#000}.detail-tweet .detail-section-label{color:#ffffff80}.detail-tweet .detail-divider{border-color:#ffffff1f}.detail-source-pill{display:inline-flex;align-items:center;gap:6px;background:#ffffff0d;border:1px solid var(--border);border-radius:20px;padding:4px 12px 4px 6px;align-self:flex-start}.detail-source-logo{width:18px;height:18px;border-radius:50%;object-fit:contain;background:#ffffff0f}.detail-source-name{font-size:11px;font-weight:600;color:var(--text-primary);letter-spacing:.02em}.detail-source-dot,.detail-source-time{font-size:11px;color:var(--text-muted)}.detail-time{font-size:11px;color:var(--text-muted);margin-left:auto}.detail-divider{border:none;border-top:1px solid var(--border);margin:4px 0}.detail-title{font-size:18px;font-weight:700;line-height:1.3;color:var(--text-primary);letter-spacing:-.02em;margin:0}.detail-summary{font-size:13px;line-height:1.55;color:var(--text-secondary);margin:0}.detail-summary p{margin:0 0 8px}.detail-summary p:last-child{margin-bottom:0}.detail-summary a{color:var(--poly-blue);text-decoration:none}.detail-summary a:hover{text-decoration:underline}.detail-summary strong{color:var(--text-primary);font-weight:700}.detail-summary em{color:var(--text-muted);font-style:italic}.detail-summary ul,.detail-summary ol{margin:6px 0;padding-left:20px}.detail-summary li{margin-bottom:4px}.detail-summary hr{border:none;border-top:1px solid var(--border);margin:10px 0}.detail-summary div{font-size:11px;color:var(--text-muted);margin-bottom:8px}.detail-link{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:var(--poly-blue);color:#fff;font-size:12px;font-weight:600;border-radius:6px;text-decoration:none;align-self:flex-start;transition:background .12s ease}.detail-link:hover{background:#4a7aff}.detail-link-x{background:#fff;color:#000}.detail-link-x:hover{background:#ffffffd9}.detail-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.share-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:#ffffff0f;border:1px solid var(--border);color:var(--text-secondary);font:inherit;font-size:12px;font-weight:600;border-radius:6px;cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease}.share-btn:hover{background:#ffffff1a;border-color:#ffffff2e;color:var(--text-primary)}.share-btn-copied{color:var(--positive);border-color:#3fb9504d;background:#3fb95014}.share-btn-copied:hover{color:var(--positive);border-color:#3fb9504d;background:#3fb9501f}.detail-substack .detail-source-pill{border-color:#ff873240;background:#ff87320f}.detail-substack .detail-source-pub{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#ff8732;background:#ff87321a;padding:1px 6px;border-radius:3px}.detail-substack .detail-link{background:#ff8732}.detail-substack .detail-link:hover{background:#e5772d}.detail-section{display:flex;flex-direction:column;gap:2px;margin-top:4px}.detail-section-label{font-size:10px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.12em;padding-bottom:6px}.detail-empty{font-size:12px;color:var(--text-muted);padding:10px 0}.detail-loader{margin:10px auto}a.equity-row{text-decoration:none;color:inherit}.equity-row{display:flex;align-items:flex-start;gap:10px;padding:8px 10px;border-radius:6px;transition:background .12s ease}.equity-row:hover{background:#ffffff08}.equity-badge{width:24px;height:24px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;flex-shrink:0}.equity-badge.equity{background:#2e5cff1f;color:#5b8aff}.equity-badge.commodity{background:#f9a5001f;color:#f9a500}.equity-info{display:flex;flex-direction:column;gap:2px;min-width:0}.equity-ticker-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.equity-ticker{font-size:12px;font-weight:700;color:var(--text-primary)}.equity-name{font-size:11px;color:var(--text-secondary)}.equity-direction{font-size:9px;font-weight:600;padding:1px 6px;border-radius:3px}.equity-direction.positive{color:var(--positive);background:#3fb9501a}.equity-direction.negative{color:var(--negative);background:#f851491a}.equity-rationale{font-size:10px;color:var(--text-muted);line-height:1.4}.related-market-card{display:flex;flex-direction:column;gap:8px;padding:12px;background:#ffffff08;border:1px solid var(--border);border-left:3px solid var(--border);border-radius:8px;cursor:pointer;transition:border-color .12s ease,background .12s ease;margin-bottom:6px}.related-market-card:last-child{margin-bottom:0}.related-market-card:hover{background:#ffffff0d;border-color:#ffffff26}.related-market-card.border-up{border-left-color:var(--positive)}.related-market-card.border-down{border-left-color:var(--negative)}.related-market-card.border-neutral{border-left-color:var(--poly-blue)}.related-market-top{display:flex;align-items:flex-start;gap:10px}.related-market-icon{width:32px;height:32px;border-radius:6px;object-fit:cover;flex-shrink:0}.related-market-question{font-size:13px;font-weight:600;color:var(--text-primary);line-height:1.35;flex:1;min-width:0}.related-market-bottom{display:flex;flex-direction:column;gap:6px}.related-market-bar-wrap{display:flex;align-items:center;gap:8px}.related-market-pct{font-size:14px;font-weight:700;color:var(--poly-blue);font-variant-numeric:tabular-nums;flex-shrink:0;min-width:36px}.related-market-bar{flex:1;height:4px;background:#ffffff0f;border-radius:2px;overflow:hidden}.related-market-bar-fill{height:100%;background:var(--poly-blue);border-radius:2px;transition:width .3s ease}.related-market-meta{display:flex;align-items:center;gap:8px}.related-market-vol{font-size:10px;color:var(--text-muted)}.related-market-reasoning{font-size:11px;color:var(--text-primary);line-height:1.45}.detail-tweet .related-market-card{background:#ffffff0a;border-top-color:#ffffff1a;border-right-color:#ffffff1a;border-bottom-color:#ffffff1a}.detail-tweet .related-market-card:hover{background:#ffffff12;border-top-color:#ffffff2e;border-right-color:#ffffff2e;border-bottom-color:#ffffff2e}.detail-tweet .related-market-question{color:#ffffffe6}.detail-tweet .related-market-vol{color:#ffffff73}.detail-tweet .related-market-reasoning{color:#ffffffb3}.detail-market-header{display:flex;align-items:flex-start;gap:12px}.detail-hero-icon{width:52px;height:52px;border-radius:10px;object-fit:cover;flex-shrink:0}.detail-market-header-info{display:flex;flex-direction:column;gap:6px;min-width:0}.detail-market-stats{display:flex;align-items:center;gap:10px}.detail-related-vol{font-size:12px;color:var(--text-muted);font-variant-numeric:tabular-nums}.detail-bar-section{display:flex;flex-direction:column;gap:6px}.detail-bar-labels{display:flex;justify-content:space-between;align-items:center}.detail-bar-label-yes,.detail-bar-label-no{font-size:13px;font-weight:700;font-variant-numeric:tabular-nums}.detail-bar-label-yes{color:var(--poly-blue)}.detail-bar-label-no{color:var(--text-muted)}.detail-bar{width:100%;height:10px;background:#ffffff0f;border-radius:5px;overflow:hidden}.detail-bar-fill{height:100%;background:var(--poly-blue);border-radius:5px}.related-article-card{display:flex;flex-direction:column;gap:8px;padding:12px;background:#ffffff08;border:1px solid var(--border);border-left:3px solid var(--border);border-radius:8px;cursor:pointer;transition:border-color .12s ease,background .12s ease;margin-bottom:6px}.related-article-card:last-child{margin-bottom:0}.related-article-card:hover{background:#ffffff0d;border-color:#ffffff26}.related-article-card.border-up{border-left-color:var(--positive)}.related-article-card.border-down{border-left-color:var(--negative)}.related-article-card.border-neutral{border-left-color:var(--poly-blue)}.related-article-top{display:flex;align-items:flex-start;gap:10px}.related-article-thumb{width:56px;height:42px;border-radius:4px;object-fit:cover;flex-shrink:0}.related-article-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.related-article-title{font-size:13px;font-weight:600;color:var(--text-primary);line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.related-article-meta{display:flex;align-items:center;gap:5px;font-size:10px;color:var(--text-muted)}.related-article-dot{color:var(--text-muted)}.related-article-logo{width:14px;height:14px;border-radius:3px;object-fit:contain}.related-article-reasoning{font-size:11px;color:var(--text-primary);line-height:1.45}.correlation-badge{font-size:9px;font-weight:700;padding:1px 5px;border-radius:3px;text-transform:uppercase;letter-spacing:.04em}.correlation-badge.up{color:var(--positive);background:#3fb9501a}.correlation-badge.down{color:var(--negative);background:#f851491a}.subscribe-modal{position:relative;width:100%;max-width:420px;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;overflow:hidden;animation:modal-slide .2s ease}.subscribe-accent{height:3px;background:linear-gradient(90deg,var(--poly-blue),#7b61ff,var(--poly-blue));background-size:200% 100%;animation:accent-shimmer 3s ease infinite}@keyframes accent-shimmer{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.subscribe-content{padding:28px 28px 24px;display:flex;flex-direction:column;gap:6px}.subscribe-badge{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--poly-blue);margin-bottom:4px}.subscribe-title{font-size:22px;font-weight:800;color:var(--text-primary);letter-spacing:-.03em;line-height:1.2;margin:0}.subscribe-desc{font-size:13px;line-height:1.55;color:var(--text-secondary);margin:4px 0 12px}.subscribe-form{display:flex;flex-direction:column;gap:12px;margin-top:8px}.subscribe-name-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.subscribe-field{display:flex;flex-direction:column;gap:6px}.subscribe-label{font-size:12px;font-weight:600;color:var(--text-secondary)}.subscribe-required{color:var(--poly-blue)}.subscribe-input{width:100%;padding:10px 12px;background:#ffffff0a;border:1px solid var(--border);border-radius:8px;color:var(--text-primary);font:inherit;font-size:14px;outline:none;transition:border-color .12s ease,background .12s ease}.subscribe-input:focus{border-color:var(--poly-blue);background:#ffffff0f}.subscribe-input::placeholder{color:var(--text-muted)}.subscribe-error{font-size:12px;color:var(--negative);background:#f8514914;border:1px solid rgba(248,81,73,.18);border-radius:8px;padding:10px 12px}.subscribe-btn{width:100%;padding:11px 14px;border:none;border-radius:10px;background:var(--poly-blue);color:#fff;font:inherit;font-size:14px;font-weight:700;cursor:pointer;transition:background .12s ease,opacity .12s ease}.subscribe-btn:hover{background:#4a7aff}.subscribe-btn:disabled{cursor:default;opacity:.75}.subscribe-btn-loading{display:inline-flex;align-items:center;gap:8px}.subscribe-spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.subscribe-fine-print{font-size:11px;color:var(--text-muted);margin:2px 0 0}.subscribe-success{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;padding:10px 0 4px}.subscribe-success-icon{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#2e5cff1f;color:var(--poly-blue)}.subscribe-success h3{margin:0;font-size:24px;font-weight:800;letter-spacing:-.03em;color:var(--text-primary)}.subscribe-success p{margin:0;font-size:14px;line-height:1.5;color:var(--text-secondary)}.subscribe-done-btn{margin-top:6px;padding:10px 18px;border:none;border-radius:999px;background:var(--poly-blue);color:#fff;font:inherit;font-size:14px;font-weight:700;cursor:pointer;transition:background .12s ease}.subscribe-done-btn:hover{background:#4a7aff}.app{min-height:100vh}.app-embed{min-height:auto;overflow:hidden;--bg-primary: #ffffff;--bg-secondary: #ffffff;--bg-card: #ffffff;--border: #e8e8e8;--text-primary: #363737;--text-secondary: #868787;--text-muted: #b7b7b7;--poly-blue: #0f51f1;--positive: #22a06b;--negative: #de350b;background:#fff;color:#363737}.app-embed .headline-card{background:#fff;border:1px solid #e8e8e8}.app-embed .headline-card:hover{border-color:#ccc;background:#f8f8f8}.app-embed .tweet-card{background:#fff;border:1px solid #e8e8e8}.app-embed .tweet-card:hover{border-color:#ccc;background:#f8f8f8}.app-embed .substack-card{background:#fff;border:1px solid #e8e8e8;border-left:3px solid #ff8732}.app-embed .substack-card:hover{border-color:#ddd;border-left-color:#ff8732;background:#fdf8f4}.app-embed .headline-card-source,.app-embed .tweet-card-displayname,.app-embed .substack-card-author,.app-embed .headline-card-title,.app-embed .substack-card-title{color:#363737}.app-embed .headline-card-summary,.app-embed .substack-card-summary{color:#868787}.app-embed .headline-card-time,.app-embed .headline-card-dot,.app-embed .tweet-card-handle,.app-embed .tweet-card-time,.app-embed .tweet-card-dot,.app-embed .substack-card-time,.app-embed .substack-card-dot{color:#b7b7b7}.app-embed .tweet-card-text{color:#363737}.app-embed .tweet-card-stat{color:#b7b7b7}.app-embed .market-chip{background:#0f51f10f;border:1px solid rgba(15,81,241,.12)}.app-embed .market-chip:hover{background:#0f51f11a;border-color:#0f51f133}.app-embed .market-chip-pct{color:#0f51f1}.app-embed .market-chip-q{color:#868787}.app-embed .headline-card-logo-fallback,.app-embed .tweet-card-avatar-fallback{background:#0f51f114;color:#0f51f1}.app-embed .substack-card-logo-fallback{background:#ff873214;color:#ff8732}.app-embed .substack-card-tag{color:#ff8732;background:#ff87320f}.app-embed .loader{border-color:#e8e8e8;border-top-color:#0f51f1}.app-embed .load-sentinel{padding:24px 0}.embed-feed-shell{max-width:760px;margin:0 auto;min-height:100vh;padding:0 0 24px}.app-embed .headline-card,.app-embed .tweet-card,.app-embed .substack-card{text-decoration:none;color:inherit}.app-embed .skeleton-card{background:#f8f8f8;border-color:#e8e8e8}.app-embed .skeleton-avatar,.app-embed .skeleton-line{background:#e8e8e8}.navbar-mobile-actions,.mobile-content{display:none}@media(max-width:767px){.sidebar,.right-sidebar,.desktop-layout{display:none}.navbar{display:block}.navbar-mobile-actions,.mobile-content{display:flex}.navbar-inner{padding:0 12px}.navbar{height:50px}.navbar-mobile-actions{display:flex;align-items:center;gap:4px;margin-left:auto}.navbar-icon-btn{background:none;border:none;color:var(--text-secondary);width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:6px;cursor:pointer;transition:background .12s ease,color .12s ease}.navbar-icon-btn:hover,.navbar-icon-btn:active{background:#ffffff0f;color:var(--text-primary)}.mobile-content{padding-top:60px;min-height:calc(100vh - 50px);flex-direction:column}.navbar-brand{border-right:none;padding-right:0}.modal-backdrop{padding:8px}.modal{max-height:80vh;border-radius:12px;overflow-y:auto}}.refresh-spinner-wrap{display:flex;justify-content:center;overflow:hidden;animation:refresh-expand .3s ease forwards}@keyframes refresh-expand{0%{height:0;opacity:0}to{height:48px;opacity:1}}.scroll-top-btn{position:fixed;top:62px;left:50%;transform:translate(-50%);z-index:95;display:inline-flex;align-items:center;gap:6px;padding:8px 18px;background:var(--poly-blue);color:#fff;font-size:13px;font-weight:700;font-family:inherit;border:none;border-radius:20px;cursor:pointer;box-shadow:0 4px 16px #00000059;animation:scroll-top-in .2s ease;transition:background .12s ease,transform .12s ease}.scroll-top-btn:hover{background:#4a7aff}.scroll-top-btn:active{transform:translate(-50%) scale(.95)}@keyframes scroll-top-in{0%{opacity:0;transform:translate(-50%) translateY(-10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:300;animation:fade-in .15s ease}.drawer{position:fixed;top:0;right:0;bottom:0;width:280px;background:var(--bg-card);border-left:1px solid var(--border);display:flex;flex-direction:column;animation:drawer-slide-in .2s ease;z-index:301}@keyframes drawer-slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}.drawer-close{align-self:flex-end;background:none;border:none;color:var(--text-secondary);font-size:22px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;margin:8px 8px 0 0}.drawer-close:hover{color:var(--text-primary)}.drawer-links{display:flex;flex-direction:column;padding:8px 16px}.drawer-link{display:flex;align-items:center;justify-content:space-between;padding:14px 8px;font-size:15px;font-weight:600;color:var(--text-primary);text-decoration:none;border-bottom:1px solid var(--border);transition:color .12s ease}.drawer-link:last-child{border-bottom:none}.drawer-link svg{color:var(--text-muted)}.drawer-link:hover{color:var(--poly-blue)}.drawer-link-btn{width:100%;background:none;border-left:none;border-right:none;border-top:none;text-align:left;font:inherit;cursor:pointer}
