.bubbles-page{flex:1;display:flex;flex-direction:column;width:100%;box-sizing:border-box;overflow-y:auto;gap:16px;padding:24px;position:relative}@keyframes bubbleFadeUp{0%{opacity:0;transform:translateY(24px);filter:blur(4px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}.bubbles-hero{animation:bubbleFadeUp .7s cubic-bezier(.16,1,.3,1) both}.bubbles-controls{animation:bubbleFadeUp .7s cubic-bezier(.16,1,.3,1) .08s both}.bubbles-container{animation:bubbleFadeUp .7s cubic-bezier(.16,1,.3,1) .16s both}.bubbles-movers{animation:bubbleFadeUp .7s cubic-bezier(.16,1,.3,1) .24s both}.bubbles-hero{padding:28px 32px 20px;border-radius:20px;background:#101014c7;backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);border:1px solid rgba(255,255,255,.04);box-shadow:0 4px 24px #0000001f,0 20px 60px #0000002e,inset 0 1px #ffffff0a;position:relative;overflow:hidden;max-width:1600px;margin:0 auto;width:100%}.bubbles-hero:before{content:"";position:absolute;top:-60px;left:20%;width:60%;height:120px;background:radial-gradient(ellipse,rgba(255,255,255,.03) 0%,transparent 70%);pointer-events:none}.bubbles-hero:after{content:"";position:absolute;top:0;left:8%;right:8%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent);pointer-events:none}.bubbles-hero-inner{display:flex;align-items:center;justify-content:space-between;gap:32px;position:relative;z-index:1}.bubbles-hero-left{display:flex;flex-direction:column;gap:6px}.bubbles-title{display:flex;align-items:center;gap:10px;font-family:var(--font-display, -apple-system, BlinkMacSystemFont, "SF Pro Display", system-ui, sans-serif);font-size:clamp(1.4rem,2.5vw,1.75rem);font-weight:700;margin:0;letter-spacing:-.035em;line-height:1.1;color:#f5f5f7}.bubbles-title-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:20px;height:20px;color:#f5f5f7d9;filter:drop-shadow(0 0 6px rgba(245,245,247,.4))}.bubbles-title-icon svg{width:100%;height:100%}.bubbles-subtitle{font-size:.82rem;color:var(--text-muted, rgba(245, 245, 247, .35));margin:0;font-weight:400;letter-spacing:.01em;line-height:1.4}.bubbles-hero-stats{display:flex;align-items:stretch;gap:6px;flex-shrink:0}.bubbles-sentiment-badge{display:flex;align-items:center;gap:7px;padding:10px 16px;border-radius:12px;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;background:linear-gradient(135deg,#ffffff0a,#ffffff04);border:1px solid rgba(255,255,255,.04);color:var(--text-secondary, rgba(245, 245, 247, .6));box-shadow:inset 0 1px #ffffff0a}.bubbles-sentiment-badge.bias-bullish{color:var(--bull-bright, #34D399);border-color:#10b9811f;background:linear-gradient(135deg,#10b9810f,#10b98105)}.bubbles-sentiment-badge.bias-bearish{color:var(--bear-bright, #F87171);border-color:#ef44441f;background:linear-gradient(135deg,#ef44440f,#ef444405)}.bubbles-sentiment-badge.bias-neutral{color:var(--text-secondary, rgba(245, 245, 247, .6))}.bubbles-sentiment-dot{width:6px;height:6px;border-radius:50%;background:currentColor;box-shadow:0 0 8px currentColor;animation:bubbleSentPulse 2s ease-in-out infinite}@keyframes bubbleSentPulse{0%,to{opacity:1;box-shadow:0 0 8px currentColor}50%{opacity:.6;box-shadow:0 0 16px currentColor}}.bubbles-hero-stat{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:10px 18px;border-radius:12px;background:linear-gradient(135deg,#ffffff0a,#ffffff04);border:1px solid rgba(255,255,255,.04);box-shadow:inset 0 1px #ffffff0a;min-width:72px;transition:border-color .3s cubic-bezier(.16,1,.3,1)}.bubbles-hero-stat:hover{border-color:#ffffff14}.bubbles-hero-stat-val{font-family:var(--font-mono, var(--font-mono));font-size:1.15rem;font-weight:700;color:#f5f5f7;letter-spacing:-.02em;line-height:1}.bubbles-hero-stat-val.val-green{color:var(--bull-bright, #34D399)}.bubbles-hero-stat-val.val-red{color:var(--bear-bright, #F87171)}.bubbles-hero-stat-lbl{font-size:.55rem;font-weight:600;color:var(--text-muted, rgba(245, 245, 247, .35));text-transform:uppercase;letter-spacing:.08em;line-height:1}.bubbles-controls{display:flex;align-items:center;justify-content:space-between;gap:16px;max-width:1600px;margin:0 auto;width:100%;flex-wrap:wrap}.bubbles-controls-row{display:flex;align-items:center;gap:20px;flex-wrap:wrap;width:100%}.bubbles-controls-left{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.bubbles-controls-right,.bubbles-pill-group{display:flex;align-items:center;gap:8px}.bubbles-pill-label{font-size:.65rem;font-weight:600;color:var(--text-muted, rgba(245, 245, 247, .35));text-transform:uppercase;letter-spacing:.06em}.bubbles-pills{display:flex;gap:3px}.bubbles-pill{padding:6px 14px;border-radius:10px;border:1px solid rgba(255,255,255,.04);background:linear-gradient(135deg,#ffffff08,#ffffff03);color:var(--text-muted, rgba(245, 245, 247, .35));font-family:var(--font-body, -apple-system, BlinkMacSystemFont, "SF Pro Display", system-ui, sans-serif);font-size:.72rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.16,1,.3,1);white-space:nowrap;box-shadow:inset 0 1px #ffffff05}.bubbles-pill:hover{border-color:#ffffff14;color:var(--text-secondary, rgba(245, 245, 247, .6));background:linear-gradient(135deg,#ffffff0f,#ffffff05)}.bubbles-pill.active{color:#f5f5f7;background:#ffffff14;border-color:#ffffff1a;box-shadow:inset 0 1px #ffffff0f}.bubble-fullscreen-btn{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;border:1px solid rgba(255,255,255,.04);background:#ffffff08;color:var(--text-muted, rgba(245, 245, 247, .35));cursor:pointer;transition:all .3s cubic-bezier(.16,1,.3,1)}.bubble-fullscreen-btn:hover{background:#ffffff14;color:#f5f5f7;border-color:#ffffff14;box-shadow:0 0 20px #ffffff0d}.bubbles-loading{display:flex;align-items:stretch;justify-content:center;padding:24px 0;color:var(--text-muted, rgba(245, 245, 247, .35));font-size:.82rem}.bubbles-skeleton{width:100%;max-width:100%;min-height:600px;border-radius:16px;background:linear-gradient(90deg,#ffffff05,#ffffff0f,#ffffff05);background-size:200% 100%;animation:bubblesShimmer 2s linear infinite;border:1px solid rgba(255,255,255,.04)}@keyframes bubblesShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.bubbles-error{display:flex;flex-direction:column;align-items:center;gap:12px;padding:120px 0;color:var(--text-muted, rgba(245, 245, 247, .35));font-size:.82rem}.bubbles-error button{padding:8px 18px;border-radius:12px;border:1px solid rgba(255,255,255,.06);background:#ffffff0a;color:var(--text-secondary, rgba(245, 245, 247, .6));font-size:.78rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:inset 0 1px #ffffff0a}.bubbles-error button:hover{border-color:#ffffff1a;color:#f5f5f7;background:#ffffff14}.bubbles-container{max-width:1600px;margin:0 auto;width:100%;min-height:600px;height:65vh;border-radius:20px;background:#101014c7;backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);border:1px solid rgba(255,255,255,.04);box-shadow:0 4px 24px #0000001f,0 20px 60px #0000002e,inset 0 1px #ffffff0a;padding:12px;overflow:hidden;position:relative}.bubbles-arena{position:relative;width:100%;height:100%}.bubble-node{position:absolute;left:0;top:0;display:flex;align-items:center;justify-content:center;border-radius:50%;z-index:1;opacity:0;background:radial-gradient(ellipse 50% 40% at 28% 20%,rgba(255,255,255,.2) 0%,rgba(255,255,255,.05) 45%,transparent 70%),radial-gradient(ellipse 100% 100% at 50% 40%,var(--bubble-bg-top, rgba(255, 255, 255, .06)) 0%,var(--bubble-bg, rgba(255, 255, 255, .035)) 45%,var(--bubble-bg-bottom, rgba(0, 0, 0, .1)) 100%);border:1px solid var(--bubble-border, rgba(255, 255, 255, .08));box-shadow:0 2px 6px #0003,0 10px 28px #0000002e,0 0 0 .5px #ffffff0d,inset 0 1px #ffffff24,inset 0 -6px 14px #0000001a;cursor:grab;will-change:transform,opacity;transition:box-shadow .28s cubic-bezier(.16,1,.3,1),border-color .22s ease,filter .22s ease,opacity .3s cubic-bezier(.16,1,.3,1)}@keyframes bubbleBreathe{0%,to{filter:brightness(1)}50%{filter:brightness(1.06)}}.bubble-node.settled{animation:bubbleBreathe 4s ease-in-out infinite;animation-delay:var(--breathe-delay, 0s)}.bubble-node:before{content:"";position:absolute;inset:0;border-radius:50%;background:radial-gradient(ellipse 42% 32% at 28% 18%,rgba(255,255,255,.42) 0%,rgba(255,255,255,.12) 30%,transparent 58%),radial-gradient(ellipse 70% 50% at 35% 25%,rgba(255,255,255,.06) 0%,transparent 60%),radial-gradient(ellipse 55% 28% at 78% 82%,rgba(255,255,255,.05) 0%,transparent 55%);pointer-events:none;z-index:3}.bubble-node:after{content:"";position:absolute;inset:-6px;border-radius:50%;background:radial-gradient(circle,rgba(var(--bubble-brand-rgb),.12) 0%,rgba(var(--bubble-brand-rgb),.03) 55%,transparent 80%);opacity:.25;transition:opacity .35s cubic-bezier(.16,1,.3,1);pointer-events:none;filter:blur(6px);z-index:0}.bubble-node.positive{box-shadow:0 0 14px #10b98124,0 2px 6px #0003,0 10px 28px #0000002e,0 0 0 .5px #ffffff0d,inset 0 1px #ffffff24,inset 0 -6px 14px #0000001a}.bubble-node.negative{box-shadow:0 0 14px #ef44441f,0 2px 6px #0003,0 10px 28px #0000002e,0 0 0 .5px #ffffff0d,inset 0 1px #ffffff24,inset 0 -6px 14px #0000001a}.bubble-node:hover{z-index:10;border-color:#ffffff24;box-shadow:0 0 22px rgba(var(--bubble-brand-rgb),.25),0 4px 10px #00000029,0 16px 48px #00000047,0 0 0 .5px #ffffff14,inset 0 1px #ffffff2e,inset 0 -6px 14px #00000014;filter:brightness(1.15)}.bubble-node:hover:after{opacity:.85}.bubble-node.dragging,.bubble-node.dragging:hover{z-index:100;cursor:grabbing;filter:brightness(1.14);border-color:#ffffff24;box-shadow:0 0 28px rgba(var(--bubble-brand-rgb),.25),0 8px 16px #0000002e,0 24px 64px #00000052,0 0 0 .5px #ffffff0f,inset 0 1px #ffffff29,inset 0 -6px 14px #00000014}.bubble-node.dragging:after{opacity:.8}.bubble-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;z-index:4;position:relative;text-align:center;pointer-events:none;padding:6px;overflow:hidden}.bubble-logo{border-radius:50%;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 4px #00000040;border:1px solid rgba(255,255,255,.08);background:#0003}.bubble-logo img{width:100%;height:100%;object-fit:cover}.bubble-logo span{font-size:8px;font-weight:700;color:#fff}.bubble-symbol{font-family:var(--font-display, -apple-system, BlinkMacSystemFont, "SF Pro Display", system-ui, sans-serif);font-weight:700;color:#f5f5f7;letter-spacing:-.01em;text-shadow:0 1px 2px rgba(0,0,0,.2);line-height:1.1;white-space:nowrap}.bubble-name{font-weight:500;color:var(--text-tertiary, rgba(245, 245, 247, .5));line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:85%;text-shadow:0 1px 2px rgba(0,0,0,.3)}.bubble-change{font-family:var(--font-mono, var(--font-mono));font-weight:600;line-height:1;white-space:nowrap}.bubble-change.pos{color:var(--bull-bright, #34D399)}.bubble-change.neg{color:var(--bear-bright, #F87171)}.bubble-sparkline{flex-shrink:0;opacity:.6;margin-top:1px}.bubble-tooltip{padding:16px 20px;border-radius:14px;min-width:220px;max-width:280px;background:#121216eb;backdrop-filter:blur(32px) saturate(180%);-webkit-backdrop-filter:blur(32px) saturate(180%);border:1px solid rgba(255,255,255,.08);box-shadow:0 4px 12px #0003,0 16px 48px #0000004d,inset 0 1px #ffffff0f;animation:tooltipIn .18s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.bubble-tooltip:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 10%,rgba(255,255,255,.06) 50%,transparent 90%);pointer-events:none}@keyframes tooltipIn{0%{opacity:0;transform:translateY(8px);filter:blur(4px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}.bubble-tooltip-header{display:flex;align-items:center;gap:12px;margin-bottom:14px;padding-bottom:13px;border-bottom:1px solid rgba(255,255,255,.08);position:relative;z-index:1}.bubble-tooltip-logo{width:38px;height:38px;border-radius:50%;object-fit:cover;flex-shrink:0;border:1px solid rgba(255,255,255,.08);box-shadow:0 2px 8px #0003;background:#0000004d}.bubble-tooltip-name{font-size:1rem;font-weight:700;color:#f5f5f7;line-height:1.2;letter-spacing:-.015em}.bubble-tooltip-rank{font-size:.75rem;color:#f5f5f766;line-height:1.3;font-weight:500;margin-top:2px}.bubble-tooltip-grid{display:flex;flex-direction:column;gap:11px;position:relative;z-index:1}.bubble-tooltip-row{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:#f5f5f773;font-weight:500}.bubble-tooltip-row span:last-child{font-family:var(--font-mono, var(--font-mono));font-weight:600;color:#f5f5f7;font-size:.82rem;letter-spacing:-.02em}.bubble-tooltip-row .pos{color:var(--bull-bright, #34D399)!important}.bubble-tooltip-row .neg{color:var(--bear-bright, #F87171)!important}.bubble-tooltip-chart{position:relative;margin-top:12px;padding-top:10px;border-top:1px solid rgba(255,255,255,.06);height:40px}.bubble-tooltip-chart svg{width:100%;height:40px;display:block}.bubble-tooltip-chart-label{position:absolute;top:12px;right:0;font-size:.6rem;font-weight:600;color:#f5f5f740;text-transform:uppercase;letter-spacing:.05em}.bubbles-movers{display:flex;align-items:center;justify-content:center;gap:24px;max-width:1600px;margin:0 auto;width:100%;padding:14px 28px;border-radius:16px;background:#101014c7;backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);border:1px solid rgba(255,255,255,.04);box-shadow:inset 0 1px #ffffff0a}.bubbles-mover-item{display:flex;align-items:center;gap:10px}.bubbles-mover-label{font-size:.65rem;font-weight:600;color:var(--text-muted, rgba(245, 245, 247, .35));text-transform:uppercase;letter-spacing:.06em}.bubbles-mover-token{display:flex;align-items:center;gap:6px;font-size:.82rem;font-weight:700;color:#f5f5f7}.bubbles-mover-logo{width:20px;height:20px;border-radius:50%;object-fit:cover}.bubbles-mover-change{font-family:var(--font-mono, var(--font-mono));font-size:.78rem;font-weight:600}.bubbles-mover-change.pos{color:var(--bull-bright, #34D399)}.bubbles-mover-change.neg{color:var(--bear-bright, #F87171)}.bubbles-mover-val{font-family:var(--font-mono, var(--font-mono));font-size:.82rem;font-weight:600;color:#f5f5f7}.bubbles-movers-divider{width:1px;height:24px;background:linear-gradient(180deg,transparent,rgba(255,255,255,.06),transparent)}.bubbles-fullscreen-overlay{position:fixed;inset:0;z-index:9999;background:#000000e0;backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);display:flex;align-items:stretch;justify-content:center;animation:bubblesFsIn .4s cubic-bezier(.16,1,.3,1) forwards}@keyframes bubblesFsIn{0%{opacity:0;transform:scale(.97);filter:blur(4px)}to{opacity:1;transform:scale(1);filter:blur(0)}}.bubbles-fullscreen-container{width:100%;height:100%;display:flex;flex-direction:column;padding:24px 32px;overflow:hidden}.bubbles-fullscreen-toolbar{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px;flex-shrink:0}.bubbles-fullscreen-title{font-family:var(--font-display, -apple-system, BlinkMacSystemFont, "SF Pro Display", system-ui, sans-serif);font-size:15px;font-weight:600;color:var(--text-secondary, rgba(245, 245, 247, .6));letter-spacing:.04em;text-transform:uppercase}.bubbles-fullscreen-controls{display:flex;align-items:center;gap:4px}.bubbles-fullscreen-arena{flex:1;position:relative;overflow:hidden;border-radius:12px}.bubbles-page.day-mode:before{background:radial-gradient(ellipse 600px 400px at 30% 20%,rgba(0,0,0,.02) 0%,transparent 70%),radial-gradient(ellipse 500px 350px at 70% 75%,rgba(0,0,0,.015) 0%,transparent 65%)}.bubbles-page.day-mode .bubbles-hero{background:#ffffffd1;border-color:#0000000f;backdrop-filter:blur(24px) saturate(150%);-webkit-backdrop-filter:blur(24px) saturate(150%);box-shadow:0 4px 24px #0000000f,0 1px 2px #0000000a}.bubbles-page.day-mode .bubbles-hero:before{display:none}.bubbles-page.day-mode .bubbles-hero:after{background:linear-gradient(90deg,transparent,rgba(0,0,0,.04),transparent)}.bubbles-page.day-mode .bubbles-title{color:#1a1a1d}.bubbles-page.day-mode .bubbles-title-icon{color:#1111138a;filter:none}.bubbles-page.day-mode .bubbles-subtitle{color:#94a3b8}.bubbles-page.day-mode .bubbles-sentiment-badge{background:linear-gradient(135deg,#00000008,#00000003);border-color:#0000000f;color:#64748b}.bubbles-page.day-mode .bubbles-sentiment-badge.bias-bullish{color:#16a34a;border-color:#16a34a26;background:linear-gradient(135deg,#16a34a0f,#16a34a05)}.bubbles-page.day-mode .bubbles-sentiment-badge.bias-bearish{color:#dc2626;border-color:#dc262626;background:linear-gradient(135deg,#dc26260f,#dc262605)}.bubbles-page.day-mode .bubbles-hero-stat{background:linear-gradient(135deg,#00000008,#00000003);border-color:#0000000f;box-shadow:none}.bubbles-page.day-mode .bubbles-hero-stat-val{color:#0f172a}.bubbles-page.day-mode .bubbles-hero-stat-val.val-green{color:#16a34a;text-shadow:none}.bubbles-page.day-mode .bubbles-hero-stat-val.val-red{color:#dc2626;text-shadow:none}.bubbles-page.day-mode .bubbles-hero-stat-lbl,.bubbles-page.day-mode .bubbles-pill-label{color:#94a3b8}.bubbles-page.day-mode .bubbles-pill{border-color:#0000000f;background:linear-gradient(135deg,#00000008,#00000003);color:#64748b;box-shadow:none}.bubbles-page.day-mode .bubbles-pill:hover{border-color:#0000001f;color:#334155}.bubbles-page.day-mode .bubbles-pill.active{color:#0f172a;background:#0000000f;border-color:#0000001a;box-shadow:none}.bubbles-page.day-mode .bubble-fullscreen-btn{border-color:#0000000f;background:#00000005;color:#94a3b8}.bubbles-page.day-mode .bubble-fullscreen-btn:hover{background:#0000000f;color:#1a1a1d;border-color:#0000001a}.bubbles-page.day-mode .bubbles-container{background:#ffffffd1;border-color:#0000000f;backdrop-filter:blur(24px) saturate(150%);-webkit-backdrop-filter:blur(24px) saturate(150%);box-shadow:0 4px 24px #0000000f,0 1px 2px #0000000a}.bubbles-page.day-mode .bubble-node{border-color:#0000000f;box-shadow:0 2px 8px #0000000f,0 8px 24px #0000000a,inset 0 1px #ffffff80}.bubbles-page.day-mode .bubble-node.positive{box-shadow:0 0 10px #16a34a14,0 2px 8px #0000000f,0 8px 24px #0000000a,inset 0 1px #ffffff80}.bubbles-page.day-mode .bubble-node.negative{box-shadow:0 0 10px #dc26260f,0 2px 8px #0000000f,0 8px 24px #0000000a,inset 0 1px #ffffff80}.bubbles-page.day-mode .bubble-node:before{background:radial-gradient(ellipse 55% 40% at 30% 20%,rgba(255,255,255,.6) 0%,rgba(255,255,255,.15) 40%,transparent 70%)}.bubbles-page.day-mode .bubble-node:hover{box-shadow:0 4px 12px #0000001a,0 12px 32px #00000014,inset 0 1px #fff9;border-color:#0000001f;filter:brightness(1.04)}.bubbles-page.day-mode .bubble-node.dragging,.bubbles-page.day-mode .bubble-node.dragging:hover{box-shadow:0 8px 20px #0000001f,0 24px 56px #0000001a,inset 0 1px #fffc;border-color:#00000024;filter:brightness(1.06)}.bubbles-page.day-mode .bubble-symbol{color:#0f172a;text-shadow:none}.bubbles-page.day-mode .bubble-name{color:#64748b}.bubbles-page.day-mode .bubble-change.pos{color:#16a34a;text-shadow:none}.bubbles-page.day-mode .bubble-change.neg{color:#dc2626;text-shadow:none}.bubbles-page.day-mode .bubble-tooltip{background:#fffffff0;backdrop-filter:blur(32px) saturate(180%);-webkit-backdrop-filter:blur(32px) saturate(180%);border-color:#00000014;box-shadow:0 4px 16px #0000001a,0 16px 48px #00000014,inset 0 1px #fffc}.bubbles-page.day-mode .bubble-tooltip:before{display:none}.bubbles-page.day-mode .bubble-tooltip-header{border-bottom-color:#0000000f}.bubbles-page.day-mode .bubble-tooltip-logo{box-shadow:0 1px 4px #0000000f;border-color:#0000000f}.bubbles-page.day-mode .bubble-tooltip-name{color:#0f172a}.bubbles-page.day-mode .bubble-tooltip-rank,.bubbles-page.day-mode .bubble-tooltip-row{color:#64748b}.bubbles-page.day-mode .bubble-tooltip-row span:last-child{color:#0f172a}.bubbles-page.day-mode .bubble-tooltip-row .pos{color:#16a34a!important;text-shadow:none}.bubbles-page.day-mode .bubble-tooltip-row .neg{color:#dc2626!important;text-shadow:none}.bubbles-page.day-mode .bubble-tooltip-chart{border-top-color:#0000000f}.bubbles-page.day-mode .bubble-tooltip-chart-label{color:#00000040}.bubbles-page.day-mode .bubbles-movers{background:#ffffffd1;border-color:#0000000f;backdrop-filter:blur(24px) saturate(150%);-webkit-backdrop-filter:blur(24px) saturate(150%);box-shadow:0 4px 24px #0000000f,0 1px 2px #0000000a}.bubbles-page.day-mode .bubbles-mover-label{color:#94a3b8}.bubbles-page.day-mode .bubbles-mover-token,.bubbles-page.day-mode .bubbles-mover-val{color:#1e293b}.bubbles-page.day-mode .bubbles-movers-divider{background:#00000014}.bubbles-page.day-mode .bubbles-loading{color:#94a3b8}.bubbles-page.day-mode .bubbles-skeleton{background:linear-gradient(90deg,#00000005,#0000000f,#00000005);background-size:200% 100%;border-color:#0000000f}@media (max-width: 1024px){.bubbles-page{padding:36px 20px 40px}.bubbles-controls-left{gap:12px}.bubbles-container{min-height:450px;height:55vh}}@media (max-width: 768px){.bubbles-page{padding:4px 6px 8px;gap:6px}.bubbles-hero{padding:10px 12px;border-radius:12px;backdrop-filter:blur(12px) saturate(150%);-webkit-backdrop-filter:blur(12px) saturate(150%)}.bubbles-hero:before{display:none}.bubbles-hero-inner{flex-direction:row;align-items:center;gap:10px}.bubbles-hero-left{flex-shrink:1;min-width:0}.bubbles-title{font-size:1rem;gap:6px}.bubbles-title-icon{width:16px;height:16px}.bubbles-subtitle{font-size:.68rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bubbles-hero-stats{flex-wrap:nowrap;gap:4px;flex-shrink:0;overflow-x:auto;scrollbar-width:none}.bubbles-hero-stats::-webkit-scrollbar{display:none}.bubbles-sentiment-badge{padding:6px 10px;font-size:.6rem;gap:5px;border-radius:8px}.bubbles-hero-stat{padding:6px 10px;min-width:52px;border-radius:8px;gap:3px}.bubbles-hero-stat-val{font-size:.85rem}.bubbles-hero-stat-lbl{font-size:.5rem}.bubbles-controls{display:flex;flex-direction:column;gap:5px}.bubbles-controls-row{display:flex;align-items:center;gap:6px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.bubbles-controls-row::-webkit-scrollbar{display:none}.bubbles-pill-label{display:none}.bubbles-pill-group{gap:0;flex-shrink:0}.bubbles-pills{gap:2px}.bubbles-pill{padding:5px 10px;font-size:.68rem;border-radius:8px}.bubbles-controls-right{flex-shrink:0;gap:4px;margin-left:auto}.bubble-fullscreen-btn{width:30px;height:30px;border-radius:8px}.bubbles-view-toggle{gap:1px;padding:1px;border-radius:8px}.bubbles-view-toggle .bubbles-pill{padding:6px!important;font-size:0!important;gap:0!important;justify-content:center;line-height:0}.bubbles-view-toggle .bubbles-pill svg{width:14px;height:14px;flex-shrink:0}.bubbles-container{min-height:320px;height:65vh;padding:6px;border-radius:12px;backdrop-filter:blur(8px) saturate(150%);-webkit-backdrop-filter:blur(8px) saturate(150%)}.bubbles-movers{flex-wrap:nowrap;gap:8px;padding:8px 12px;border-radius:10px;overflow-x:auto;scrollbar-width:none}.bubbles-movers::-webkit-scrollbar{display:none}.bubbles-movers-divider{display:none}.bubbles-mover-item{gap:6px;flex-shrink:0}.bubbles-mover-label{font-size:.58rem}.bubbles-mover-token{font-size:.75rem;gap:4px}.bubbles-mover-logo{width:16px;height:16px}.bubbles-mover-change{font-size:.7rem}.bubbles-mover-val{font-size:.75rem}.bubbles-fullscreen-overlay{background:#000;backdrop-filter:none;-webkit-backdrop-filter:none}.bubbles-fullscreen-container{padding:6px 6px env(safe-area-inset-bottom,6px)}.bubbles-fullscreen-toolbar{padding-bottom:6px;flex-wrap:wrap;gap:4px}.bubbles-fullscreen-title{display:none}.bubbles-fullscreen-controls{gap:3px;flex-wrap:wrap;width:100%}.bubbles-fullscreen-controls .bubbles-pill{padding:5px 10px;font-size:.68rem}.bubbles-fullscreen-controls .bubbles-view-toggle{gap:1px;padding:1px;border-radius:8px}.bubbles-fullscreen-controls .bubbles-view-toggle .bubbles-pill{padding:6px!important;font-size:0!important;gap:0!important;justify-content:center;line-height:0}.bubbles-fullscreen-controls .bubbles-view-toggle .bubbles-pill svg{width:14px;height:14px}.bubbles-fullscreen-controls>div[style]{display:none}.bubbles-fullscreen-arena{border-radius:8px}}@media (max-width: 480px){.bubbles-page{padding:2px 4px 6px;gap:4px}.bubbles-hero{padding:8px 10px;border-radius:10px}.bubbles-title{font-size:.92rem}.bubbles-subtitle{display:none}.bubbles-hero-stat:nth-child(n+4){display:none}.bubbles-hero-stat{padding:5px 8px;min-width:48px}.bubbles-hero-stat-val{font-size:.78rem}.bubbles-container{min-height:280px;height:68vh;border-radius:10px;padding:4px}.bubbles-movers{display:none}.bubbles-fullscreen-container{padding:4px}.bubbles-fullscreen-toolbar{padding-bottom:4px}.bubbles-fullscreen-controls .bubbles-pill{padding:4px 8px;font-size:.62rem}.bubbles-fullscreen-arena{border-radius:6px}}.stock-bubble .bubble-logo{background:#ffffffeb;padding:2px;box-shadow:0 0 0 1px #ffffff26,0 0 10px rgba(var(--bubble-brand-rgb),.3),0 2px 6px #00000059}.stock-bubble .bubble-logo img{border-radius:50%;object-fit:contain;background:#fff}.stock-ticker-letter{font-family:var(--font-body, -apple-system, BlinkMacSystemFont, "SF Pro Display", system-ui, sans-serif);font-weight:800;letter-spacing:-.02em;color:#ffffffd9}.bubble-sector{display:block;font-weight:600;letter-spacing:.02em;margin-top:-1px;opacity:.8;text-shadow:0 1px 2px rgba(0,0,0,.3)}.bubbles-market-state{display:flex;align-items:center;gap:6px;padding:4px 12px;border-radius:20px;font-size:.72rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;background:#ffffff0f;border:1px solid rgba(255,255,255,.1)}.bubbles-market-state-dot{width:7px;height:7px;border-radius:50%;background:currentColor}.bubbles-market-state.val-green{color:#34d399;border-color:#34d39940;background:#34d39914}.bubbles-market-state.val-green .bubbles-market-state-dot{background:#34d399;box-shadow:0 0 8px #34d39980;animation:pulse-dot 2s ease-in-out infinite}.bubbles-market-state.val-yellow{color:#fbbf24;border-color:#fbbf2440;background:#fbbf2414}.bubbles-market-state.val-yellow .bubbles-market-state-dot{background:#fbbf24}.bubbles-market-state.val-dim{color:#fff6;border-color:#ffffff14;background:#ffffff08}.bubbles-market-state.val-dim .bubbles-market-state-dot{background:#ffffff4d}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.stock-tooltip .bubble-tooltip-logo{background:#fff;padding:3px;object-fit:contain}.stocks-mode .bubbles-mover-logo{background:#fff;padding:2px;object-fit:contain}.stock-tooltip .bubble-tooltip-grid{gap:5px}.bubbles-page.day-mode .stock-ticker-letter{color:#1e293bd9}.bubbles-page.day-mode .bubbles-market-state.val-green{background:#34d3991f;border-color:#34d3994d}.bubbles-page.day-mode .bubbles-market-state.val-dim{color:#1e293b80;background:#1e293b0f;border-color:#1e293b1f}.bubbles-page.compact{flex:none;min-height:unset;height:auto;width:100%;display:flex;flex-direction:column;padding:0;overflow:visible;background:transparent;gap:0}.bubbles-page.compact .bubbles-container{flex:1;min-height:clamp(300px,45vw,500px);height:auto;max-width:none;width:100%;padding:0;overflow:visible;background:transparent;border:none;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;border-radius:0}.bubbles-page.compact .bubbles-loading,.bubbles-page.compact .bubbles-error{flex:1;min-height:200px}.bubbles-page.constellation-active:before{opacity:.1}.bubbles-view-toggle{display:flex;gap:2px;background:#ffffff0a;border-radius:10px;padding:2px;border:1px solid rgba(255,255,255,.06)}.bubbles-view-toggle .bubbles-pill{display:flex;align-items:center;gap:5px;font-size:.7rem;padding:4px 10px}.bubbles-page.day-mode .bubbles-view-toggle{background:#0000000a;border-color:#00000014}.bubbles-container.constellation-mode{background:radial-gradient(ellipse at 50% 50%,#080814,#04040c 40%,#020206,#000002);border-color:#6366f10f;box-shadow:inset 0 0 0 1px #6366f108,inset 0 0 80px #6366f105,0 4px 16px #00000080}.bubbles-page.day-mode .bubbles-container.constellation-mode{background:radial-gradient(ellipse at 50% 50%,#f8fafc,#f1f5f9 40%,#e2e8f0);border-color:#6366f114;box-shadow:inset 0 0 0 1px #6366f10a,0 2px 8px #00000014}.constellation-arena{position:relative;width:100%;height:100%;overflow:hidden}.constellation-starfield-canvas,.constellation-lines-canvas{position:absolute;top:0;left:0;pointer-events:none}.constellation-starfield-canvas{z-index:0}.constellation-lines-canvas{z-index:1;mix-blend-mode:screen}.bubbles-container.constellation-mode:after{content:"";position:absolute;inset:0;border-radius:16px;pointer-events:none;z-index:3;background:radial-gradient(ellipse at 50% 50%,transparent 50%,rgba(0,0,0,.3) 100%)}.bubbles-page.day-mode .bubbles-container.constellation-mode:after{background:radial-gradient(ellipse at 50% 50%,transparent 60%,rgba(0,0,0,.06) 100%)}.solar-node{position:absolute;border-radius:50%;cursor:pointer;z-index:2;opacity:0;transform:scale(0);display:flex;align-items:center;justify-content:center;background:radial-gradient(ellipse 55% 45% at 30% 22%,rgba(255,255,255,.12) 0%,rgba(255,255,255,.03) 40%,transparent 70%),radial-gradient(ellipse 70% 55% at 72% 82%,rgba(0,0,0,.18) 0%,transparent 60%),linear-gradient(165deg,rgba(var(--solar-brand-rgb),.13),rgba(var(--solar-brand-rgb),.06),#0000000f);border:1px solid rgba(var(--solar-brand-rgb),.2);box-shadow:inset 0 1px #ffffff14,0 0 6px rgba(var(--solar-brand-rgb),.18),0 0 14px rgba(var(--solar-brand-rgb),.08),0 2px 6px #00000040;transition:transform .15s ease,box-shadow .25s ease,filter .2s ease}.solar-node.positive{box-shadow:inset 0 1px #ffffff14,0 0 5px #10b9814d,0 0 10px rgba(var(--solar-brand-rgb),.15),0 2px 6px #0003}.solar-node.negative{box-shadow:inset 0 1px #ffffff14,0 0 5px #ef444440,0 0 10px rgba(var(--solar-brand-rgb),.12),0 2px 6px #0003}.solar-node.animate-in{animation:solarFadeIn .5s cubic-bezier(.16,1,.3,1) forwards}@keyframes solarFadeIn{0%{opacity:0;transform:scale(0)}45%{opacity:1;transform:scale(1.12)}to{opacity:1;transform:scale(1)}}.solar-node:hover{transform:scale(1.18)!important;z-index:10;box-shadow:inset 0 1px #ffffff24,0 0 12px rgba(var(--solar-brand-rgb),.4),0 0 28px rgba(var(--solar-brand-rgb),.2),0 0 48px rgba(var(--solar-brand-rgb),.08),0 4px 16px #0000004d;filter:brightness(1.15)}.solar-node-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;z-index:4;position:relative;text-align:center;pointer-events:none;padding:2px;overflow:hidden;width:100%;height:100%;border-radius:50%}.solar-node-logo-wrap{position:relative;border-radius:50%;overflow:hidden;flex-shrink:0}.solar-node-logo{border-radius:50%;object-fit:cover;display:block}.solar-node-logo-fallback{align-items:center;justify-content:center;font-weight:700;color:#ffffffb3;background:rgba(var(--solar-brand-rgb),.15);border-radius:50%}.solar-node-symbol{font-weight:700;color:#fff;letter-spacing:.02em;text-shadow:0 1px 3px rgba(0,0,0,.7);line-height:1.1;white-space:nowrap}.solar-node-change{font-weight:700;line-height:1;white-space:nowrap}.solar-node-change.pos{color:#34d399;text-shadow:0 0 6px rgba(52,211,153,.3)}.solar-node-change.neg{color:#f87171;text-shadow:0 0 6px rgba(248,113,113,.3)}.bubbles-page.day-mode .solar-node{background:radial-gradient(ellipse 55% 45% at 30% 22%,rgba(255,255,255,.45) 0%,rgba(255,255,255,.15) 40%,transparent 70%),radial-gradient(ellipse 70% 55% at 72% 82%,rgba(0,0,0,.06) 0%,transparent 60%),linear-gradient(165deg,rgba(var(--solar-brand-rgb),.08),rgba(var(--solar-brand-rgb),.03),#fff6);border-color:#00000014;box-shadow:inset 0 1px #ffffff80,0 0 6px rgba(var(--solar-brand-rgb),.1),0 2px 6px #0000000f}.bubbles-page.day-mode .solar-node:hover{box-shadow:inset 0 1px #fff9,0 0 12px rgba(var(--solar-brand-rgb),.22),0 0 24px rgba(var(--solar-brand-rgb),.1),0 4px 12px #00000014}.bubbles-page.day-mode .solar-node-symbol{color:#0f172a;text-shadow:none}.bubbles-page.day-mode .solar-node-change.pos{color:#16a34a;text-shadow:none}.bubbles-page.day-mode .solar-node-change.neg{color:#dc2626;text-shadow:none}.bubbles-page.day-mode .solar-node-logo-fallback{color:#0f172a99;background:rgba(var(--solar-brand-rgb),.1)}.constellation-flight-wrapper{position:relative;width:100%;height:100%;transform-origin:center center;cursor:grab;transition:transform .08s ease-out}.constellation-flight-wrapper:active{cursor:grabbing}.constellation-flight-hud{position:absolute;bottom:16px;right:16px;display:flex;align-items:center;gap:4px;background:#09090bbf;backdrop-filter:blur(16px) saturate(180%);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:4px 6px;z-index:20}.flight-hud-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:#ffffff0f;border-radius:8px;color:#ffffffb3;cursor:pointer;transition:background .2s,color .2s}.flight-hud-btn:hover{background:#ffffff1f;color:#fffffff2}.flight-hud-zoom{font-family:var(--font-mono);font-size:.65rem;font-weight:600;color:#ffffff80;min-width:32px;text-align:center}.flight-hud-divider{width:1px;height:18px;background:#ffffff1a;margin:0 2px}.bubbles-page.day-mode .constellation-flight-hud,.bubbles-fullscreen-container.day-mode .constellation-flight-hud{background:#fffc;border-color:#00000014}.bubbles-page.day-mode .flight-hud-btn,.bubbles-fullscreen-container.day-mode .flight-hud-btn{background:#0000000a;color:#0f172a99}.bubbles-page.day-mode .flight-hud-btn:hover,.bubbles-fullscreen-container.day-mode .flight-hud-btn:hover{background:#00000014;color:#0f172ae6}.bubbles-page.day-mode .flight-hud-zoom,.bubbles-fullscreen-container.day-mode .flight-hud-zoom{color:#0f172a66}.bubbles-fullscreen-container.constellation-mode{background:#020208}.bubbles-fullscreen-container.constellation-mode.day-mode{background:#f1f5f9}.bubbles-fullscreen-arena.constellation-mode{background:transparent}
