@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap";
.ks-overlay{z-index:999;background:#0009;justify-content:center;align-items:center;animation:.15s fadeIn;display:flex;position:fixed;inset:0}.ks-panel{background:var(--surface-container);border:1px solid var(--outline-variant);border-radius:var(--radius-md);width:90%;max-width:520px;overflow:hidden}.ks-header{padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--outline-variant);justify-content:space-between;align-items:center;display:flex}.ks-title{font-family:var(--font-display);color:var(--on-surface);margin:0;font-size:1rem;font-weight:700}.ks-close{border:1px solid var(--outline-variant);cursor:pointer;width:28px;height:28px;color:var(--outline);background:0 0;border-radius:4px;justify-content:center;align-items:center;transition:all .15s;display:flex}.ks-close:hover{color:var(--on-surface);border-color:var(--primary)}.ks-body{padding:var(--space-4) var(--space-5);max-height:400px;overflow-y:auto}.ks-group{margin-bottom:var(--space-4)}.ks-group:last-child{margin-bottom:0}.ks-group-title{font-family:var(--font-mono);color:var(--outline);text-transform:uppercase;letter-spacing:.1em;margin:0 0 var(--space-2);font-size:.55rem;font-weight:700}.ks-shortcut-row{justify-content:space-between;align-items:center;padding:6px 0;display:flex}.ks-keys{align-items:center;gap:2px;display:flex}.ks-key{background:var(--surface-container-low);border:1px solid var(--outline-variant);min-width:24px;height:22px;font-family:var(--font-mono);color:var(--on-surface);border-radius:3px;justify-content:center;align-items:center;padding:0 6px;font-size:.55rem;font-weight:700;display:inline-flex}.ks-key-sep{font-family:var(--font-mono);color:var(--outline);margin:0 2px;font-size:.45rem}.ks-desc{font-family:var(--font-body);color:var(--on-surface-variant);font-size:.7rem}.ks-footer{padding:var(--space-3) var(--space-5);border-top:1px solid var(--outline-variant);font-family:var(--font-mono);color:var(--outline);text-align:center;font-size:.55rem}.wallet-sync-badge{opacity:.8;margin-left:4px;font-size:.55rem}.wallet-dropdown-profile{align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--outline-variant);background:var(--surface-container);display:flex}.wallet-dropdown-avatar{flex-shrink:0;font-size:1.5rem}.wallet-dropdown-user{flex-direction:column;min-width:0;display:flex}.wallet-dropdown-name{font-family:var(--font-display);color:var(--on-surface);font-size:.75rem;font-weight:700}.wallet-dropdown-level{font-family:var(--font-mono);color:var(--outline);font-size:.5rem}.wallet-dropdown-sync{font-family:var(--font-mono);justify-content:space-between;align-items:center;font-size:.55rem;display:flex}.wallet-sync-status{text-transform:uppercase;letter-spacing:.05em;border-radius:3px;padding:1px 6px;font-size:.45rem;font-weight:700}.wallet-sync-status.online{color:#22c55e;background:#22c55e1f}.wallet-sync-status.offline{color:var(--outline);background:var(--surface-container)}.wallet-fund-link{border-left:2px solid var(--primary);color:var(--primary)!important;font-weight:700!important}.wallet-fund-link:hover{background:#4b8eff14!important}.header-cloud-badge{opacity:.7;margin-left:4px;font-size:.55rem}.status-dot.synced{background:#22c55e;box-shadow:0 0 6px #22c55e80}.status-dot.syncing{background:#f59e0b;animation:1.2s ease-in-out infinite syncPulse}.status-dot.error{background:#ef4444;box-shadow:0 0 6px #ef444480}.status-dot.offline{background:var(--outline)}@keyframes syncPulse{0%,to{opacity:1}50%{opacity:.3}}.rt-dot-live{background:#22c55e;animation:2s ease-in-out infinite livePulse;box-shadow:0 0 8px #22c55e99}.rt-dot-syncing{background:#f59e0b;animation:1.2s ease-in-out infinite syncPulse}.rt-dot-offline{background:#ef4444;box-shadow:0 0 4px #ef444466}@keyframes livePulse{0%,to{box-shadow:0 0 4px #22c55e66}50%{box-shadow:0 0 12px #22c55ecc}}.rt-status-label{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;font-size:.55rem;font-weight:800}.rt-status-live .rt-status-label{color:#22c55e}.rt-status-syncing .rt-status-label{color:#f59e0b}.rt-status-offline .rt-status-label{color:#ef4444}.rt-msg-counter{font-family:var(--font-mono);color:var(--outline);background:var(--surface-container);border-radius:4px;margin-left:2px;padding:1px 5px;font-size:.4rem;font-weight:600}.header-sync-badge{font-family:var(--font-mono);background:var(--surface-container);border:1px solid var(--ghost-border);color:var(--outline);letter-spacing:.05em;border-radius:4px;align-items:center;gap:4px;padding:2px 8px;font-size:.45rem;font-weight:600;display:flex}.sync-synced{color:#22c55e;border-color:#22c55e4d}.sync-syncing{color:#f59e0b;border-color:#f59e0b4d}.sync-error{color:#ef4444;border-color:#ef44444d}.reconnect-banner{align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-5);font-family:var(--font-mono);color:#fca5a5;z-index:90;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ef444414;border-bottom:1px solid #ef444433;font-size:.6rem;animation:.3s bannerSlideIn;display:flex;position:sticky;top:48px}@keyframes bannerSlideIn{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.reconnect-btn{color:#fca5a5;font-family:var(--font-mono);cursor:pointer;text-transform:uppercase;letter-spacing:.08em;background:#ef444426;border:1px solid #ef444466;border-radius:4px;margin-left:auto;padding:3px 10px;font-size:.5rem;font-weight:700;transition:all .15s}.reconnect-btn:hover{background:#ef44444d;border-color:#ef444499}@keyframes priceFlashUp{0%{background:#22c55e40}to{background:0 0}}@keyframes priceFlashDown{0%{background:#ef444440}to{background:0 0}}.price-flash-up{animation:.6s ease-out priceFlashUp}.price-flash-down{animation:.6s ease-out priceFlashDown}.price-stale-badge{font-family:var(--font-mono);color:#f59e0b;text-transform:uppercase;letter-spacing:.08em;background:#f59e0b1a;border:1px solid #f59e0b33;border-radius:3px;align-items:center;gap:3px;padding:1px 5px;font-size:.35rem;font-weight:700;display:inline-flex}.pa-permission-prompt{align-items:flex-start;gap:var(--space-3);padding:var(--space-3) var(--space-4);background:#4b8eff0f;border-top:1px solid #4b8eff26;animation:.3s fadeIn;display:flex}.pa-permission-icon{flex-shrink:0;padding-top:2px}.pa-permission-text{flex-direction:column;flex:1;gap:2px;display:flex}.pa-permission-text strong{font-family:var(--font-display);color:var(--on-surface);font-size:.65rem;font-weight:700}.pa-permission-text span{font-family:var(--font-body);color:var(--outline);font-size:.55rem;line-height:1.4}.pa-permission-actions{flex-shrink:0;align-self:center;gap:6px;display:flex}.pa-permission-enable{background:var(--primary);color:#fff;font-family:var(--font-mono);cursor:pointer;text-transform:uppercase;letter-spacing:.06em;border:none;border-radius:4px;padding:4px 12px;font-size:.5rem;font-weight:700;transition:all .15s}.pa-permission-enable:hover{filter:brightness(1.15)}.pa-permission-dismiss{color:var(--outline);border:1px solid var(--ghost-border);font-family:var(--font-mono);cursor:pointer;background:0 0;border-radius:4px;padding:4px 10px;font-size:.5rem;font-weight:600;transition:all .15s}.pa-permission-dismiss:hover{color:var(--on-surface);border-color:var(--outline-variant)}.af-live-dot.af-offline{box-shadow:0 0 4px #ef444466;background:#ef4444!important;animation:none!important}.af-status-badge{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:#fca5a5;background:#ef44441f;border:1px solid #ef444433;border-radius:3px;margin-left:6px;padding:1px 5px;font-size:.35rem;font-weight:800}.price-live-badge{font-family:var(--font-mono);color:#22c55e;text-transform:uppercase;letter-spacing:.1em;vertical-align:middle;background:#22c55e1a;border:1px solid #22c55e40;border-radius:3px;align-items:center;gap:3px;padding:1px 6px;font-size:.5rem;font-weight:800;animation:2s ease-in-out infinite liveBadgePulse;display:inline-flex}@keyframes liveBadgePulse{0%,to{opacity:1}50%{opacity:.6}}.staleness-badge{font-family:var(--font-mono);color:#f59e0b;text-transform:uppercase;letter-spacing:.08em;vertical-align:middle;background:#f59e0b1a;border:1px solid #f59e0b33;border-radius:3px;align-items:center;gap:3px;margin-left:6px;padding:1px 6px;font-size:.5rem;font-weight:700;display:inline-flex}.price-delta-indicator{font-family:var(--font-mono);border-radius:2px;align-items:center;margin-left:4px;padding:0 3px;font-size:.55rem;font-weight:700;transition:all .2s;display:inline-flex}.price-delta-indicator.up{color:#22c55e;background:#22c55e1a}.price-delta-indicator.down{color:#ef4444;background:#ef44441a}.live-dot.offline,.wl-status-dot.offline{box-shadow:0 0 4px #f59e0b66;background:#f59e0b!important;animation:none!important}.trade-outcome-price.price-flash-up{animation:.6s ease-out priceTextFlashUp}.trade-outcome-price.price-flash-down{animation:.6s ease-out priceTextFlashDown}.md-aggregate-prob.price-flash-up{animation:.6s ease-out priceTextFlashUp}.md-aggregate-prob.price-flash-down{animation:.6s ease-out priceTextFlashDown}.wl-market-prob.price-flash-up{animation:.6s ease-out priceTextFlashUp}.wl-market-prob.price-flash-down{animation:.6s ease-out priceTextFlashDown}@keyframes priceTextFlashUp{0%{color:#22c55e;text-shadow:0 0 8px #22c55e80}to{color:inherit;text-shadow:none}}@keyframes priceTextFlashDown{0%{color:#ef4444;text-shadow:0 0 8px #ef444480}to{color:inherit;text-shadow:none}}.market-card-pulse{animation:.8s ease-out cardPulse}@keyframes cardPulse{0%{box-shadow:0 0 0 1px #22c55e66,0 0 12px #22c55e1a}to{box-shadow:none}}.wl-table-row.wl-row-active{transition:background .5s;background:#22c55e08!important}.mkt-breadth{padding:var(--space-5)}.mkt-breadth-header{margin-bottom:var(--space-2);justify-content:space-between;align-items:center;display:flex}.mkt-breadth-header h3{font-family:var(--font-display);color:var(--on-surface);align-items:center;gap:6px;margin:0;font-size:.875rem;font-weight:700;display:flex}.mkt-breadth-stat{padding:var(--space-2) 0;flex-direction:column;align-items:center;gap:2px;display:flex}.mkt-breadth-stat-label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.08em;font-size:.55rem;font-weight:700}.mkt-breadth-stat-value{font-family:var(--font-mono);color:var(--on-surface);font-size:1rem;font-weight:700}.momentum-gauge{flex-direction:column;align-items:center;display:flex}.momentum-gauge svg{filter:drop-shadow(0 2px 8px #0003)}.perf-ring{flex-direction:column;align-items:center;display:flex}.perf-ring-svg{filter:drop-shadow(0 2px 8px #00000026)}.perf-ring-arc{transition:stroke-dasharray .8s cubic-bezier(.4,0,.2,1),stroke-dashoffset .8s cubic-bezier(.4,0,.2,1)}@media (max-width:768px){.mkt-breadth-stats{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:1024px){.velocity-grid{grid-template-columns:1fr!important}.velocity-movers,.velocity-right-col,.velocity-bottom-row{grid-template-columns:1fr}.velocity-stats{grid-template-columns:1fr 1fr}.ct-grid,.ct-leaderboard-grid{grid-template-columns:1fr}.lb-stats-row{grid-template-columns:1fr 1fr}.lb-tabs-content{overflow-x:auto}.hm-controls{flex-wrap:wrap}.md-related-grid{grid-template-columns:1fr}.market-stats-grid{grid-template-columns:repeat(3,1fr)}.ach-grid{grid-template-columns:repeat(2,1fr)!important}.arb-grid{grid-template-columns:1fr}.arb-stats-row{grid-template-columns:1fr 1fr}}@media (max-width:768px){.velocity-header{gap:var(--space-4);flex-direction:column;align-items:flex-start}.velocity-stats{grid-template-columns:1fr}.velocity-featured-header{gap:var(--space-3);flex-direction:column}.velocity-charts-row{flex-direction:column}.velocity-signals-list{font-size:.7rem}.velocity-signal-row{gap:var(--space-2);flex-wrap:wrap}.ct-header{gap:var(--space-4);flex-direction:column;align-items:flex-start}.ct-trader-stats{grid-template-columns:1fr 1fr}.lb-header{gap:var(--space-4);flex-direction:column;align-items:flex-start}.lb-stats-row{grid-template-columns:1fr}.md-top-bar{gap:var(--space-3);flex-direction:column;align-items:flex-start}.md-hero-actions{gap:var(--space-2);flex-wrap:wrap}.market-stats-grid{grid-template-columns:repeat(2,1fr)}.md-outcomes-list .md-outcome-row{flex-wrap:wrap}.pd-stats-row{grid-template-columns:1fr 1fr}.pd-heatmap-grid{grid-template-columns:repeat(5,1fr)}.pd-best-worst,.pd-streaks-row{flex-direction:column}.risk-stats-row{grid-template-columns:1fr 1fr}.risk-metrics-grid{grid-template-columns:1fr}.th-header{gap:var(--space-4);flex-direction:column;align-items:flex-start}.th-table-wrap{overflow-x:auto}.ach-grid{grid-template-columns:1fr!important}.ach-header{gap:var(--space-4);flex-direction:column;align-items:flex-start}.ach-stats-row{grid-template-columns:1fr 1fr}.hm-header{gap:var(--space-4);flex-direction:column;align-items:flex-start}.momentum-gauge{transform-origin:50%;transform:scale(.85)}}@media (max-width:480px){.velocity-stats,.pd-stats-row,.risk-stats-row,.ct-trader-stats,.ach-stats-row,.lb-stats-row,.arb-stats-row,.market-stats-grid{grid-template-columns:1fr}.velocity-featured-title{font-size:1.1rem!important}.md-hero-title{font-size:1.25rem!important}.pd-heatmap-grid{grid-template-columns:repeat(4,1fr)}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-nav{z-index:10000;background:var(--primary);color:var(--on-primary,#fff);font-family:var(--font-mono);border-radius:var(--radius-sm);padding:12px 24px;font-size:.8125rem;font-weight:600;text-decoration:none;transition:top .2s;position:absolute;top:-100%;left:50%;transform:translate(-50%);box-shadow:0 4px 16px #0000004d}.skip-nav:focus{top:var(--space-4);outline:2px solid var(--primary);outline-offset:2px}:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:var(--radius-xs)}:focus:not(:focus-visible){outline:none}.sidebar-link:focus-visible{outline:2px solid var(--primary);outline-offset:-2px;background:var(--surface-container)}.header-icon-btn:focus-visible,.header-search:focus-visible,.header-hamburger:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.bottom-nav-item:focus-visible{outline:2px solid var(--primary);outline-offset:-2px;border-radius:var(--radius-sm)}@media (max-width:768px){.pf-header{gap:var(--space-4);flex-direction:column;align-items:flex-start}.pf-stats-row{gap:var(--space-3);grid-template-columns:1fr 1fr}.pf-main-grid{grid-template-columns:1fr}.pf-positions-table,.pf-table-panel{-webkit-overflow-scrolling:touch;overflow-x:auto}.pf-table-head,.pf-table-row{min-width:600px}}@media (max-width:480px){.pf-stats-row{grid-template-columns:1fr}}@media (max-width:768px){.th-header{gap:var(--space-4);flex-direction:column;align-items:flex-start}.th-header-stats,.th-filters{gap:var(--space-3);flex-wrap:wrap}.th-filter-group{flex-wrap:wrap}.th-filter-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;overflow-x:auto}.th-filter-tabs::-webkit-scrollbar{display:none}.th-filter-tab{white-space:nowrap;min-height:44px}.th-summary-row{gap:var(--space-3);grid-template-columns:1fr 1fr}.th-table-panel{-webkit-overflow-scrolling:touch;overflow-x:auto}.th-table-head,.th-table-row{min-width:700px}.th-filter-actions{justify-content:flex-start;width:100%;margin-left:0}}@media (max-width:480px){.th-summary-row{grid-template-columns:1fr}}@media (max-width:768px){.ra-header{gap:var(--space-4);flex-direction:column;align-items:flex-start}.ra-main-grid,.ra-cards-grid{grid-template-columns:1fr}.risk-stats-row{gap:var(--space-3);grid-template-columns:1fr 1fr}.risk-metrics-grid{grid-template-columns:1fr}.risk-exposure-table{-webkit-overflow-scrolling:touch;overflow-x:auto}.int-main-grid{grid-template-columns:1fr}.int-heatmap-grid{gap:var(--space-2);grid-template-columns:repeat(2,1fr)}.int-heatmap-cell{min-height:60px;font-size:.65rem}.int-velocity-row{gap:var(--space-2);flex-wrap:wrap}.int-panel{overflow:hidden}.int-panel-header{gap:var(--space-2);flex-wrap:wrap}.int-nav-row,.sentiment-main-grid,.sentiment-bottom-grid{grid-template-columns:1fr}.sentiment-gauge-container{max-width:280px}.sentiment-key-metrics{grid-template-columns:1fr}.sentiment-source-list{font-size:.75rem}.sig-grid{grid-template-columns:1fr}.sig-stats-row{gap:var(--space-3);grid-template-columns:1fr}.sig-filter-row{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;overflow-x:auto}.sig-filter-row::-webkit-scrollbar{display:none}.sig-filter-btn{white-space:nowrap;min-height:44px}.sig-card{padding:var(--space-4)}.arb-header{gap:var(--space-4);flex-direction:column;align-items:flex-start}.arb-grid{grid-template-columns:1fr}.arb-stats-row{gap:var(--space-3);grid-template-columns:1fr 1fr}.arb-table-panel{-webkit-overflow-scrolling:touch;overflow-x:auto}.arb-table-head,.arb-row{min-width:550px}.arb-filters{gap:var(--space-3);flex-wrap:wrap}.wc-main-grid,.wc-delta-grid{grid-template-columns:1fr}.wc-card{padding:var(--space-4)}.lb-main-grid{grid-template-columns:1fr}.lb-sidebar{order:-1}.lb-table{-webkit-overflow-scrolling:touch;overflow-x:auto}.lb-table-head,.lb-table-row{min-width:500px}.lb-podium,.lb-stats-row{gap:var(--space-3);grid-template-columns:1fr}.lb-tf-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;overflow-x:auto}.lb-tf-tabs::-webkit-scrollbar{display:none}.lb-tf-tab{white-space:nowrap;min-height:44px}.ct-grid,.ct-traders-grid{grid-template-columns:1fr}.ct-trader-card{padding:var(--space-4)}.ct-trader-stats{gap:var(--space-3);grid-template-columns:1fr 1fr}.ct-trader-actions{flex-wrap:wrap}.ct-leaderboard-grid,.ach-grid{grid-template-columns:1fr}.ach-stats-row{gap:var(--space-3);grid-template-columns:1fr 1fr}.ach-card{padding:var(--space-4)}}@media (max-width:480px){.ach-stats-row{grid-template-columns:1fr}}@media (max-width:768px){.tp-header{gap:var(--space-4);text-align:center;flex-direction:column}.tp-stats-grid{gap:var(--space-3);grid-template-columns:1fr 1fr}.tp-main-grid,.tp-specialties-grid{grid-template-columns:1fr}}@media (max-width:480px){.tp-stats-grid{grid-template-columns:1fr}}@media (max-width:768px){.st-header{gap:var(--space-4);flex-direction:column;align-items:flex-start}.st-title{font-size:1.4rem}.st-profile-card,.st-api-panel,.st-referral-panel,.st-session-panel{padding:var(--space-4)}.st-avatar-section{align-items:flex-start;gap:var(--space-3);flex-direction:column}.st-avatar,.st-avatar-placeholder{width:60px;height:60px;font-size:1.5rem}.st-fields-grid{grid-template-columns:1fr}.st-wallet-field{gap:var(--space-2);flex-wrap:wrap}.st-wallet-field span{word-break:break-all;max-width:100%}.st-data-row{gap:var(--space-3);flex-direction:column;align-items:flex-start}.st-action-btn{justify-content:center;width:100%;min-height:44px}.st-update-btn{text-align:center;width:100%}.st-referral-stats{grid-template-columns:1fr 1fr}.st-referral-stat-value{font-size:1.1rem}}@media (min-width:769px) and (max-width:1024px){.st-main-grid{grid-template-columns:1fr 300px}}@media (max-width:768px){.alerts-filters{-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:var(--space-2);max-width:100%;padding-bottom:var(--space-2);flex-wrap:nowrap;display:flex;overflow-x:auto}.alerts-filters::-webkit-scrollbar{display:none}.alerts-filter-tab{white-space:nowrap;min-height:44px;padding:var(--space-2) var(--space-4);font-family:var(--font-mono);border-radius:var(--radius-sm);border:1px solid var(--outline-variant);background:var(--surface-container);color:var(--on-surface-variant);cursor:pointer;flex-shrink:0;font-size:.6rem;transition:all .15s}.alerts-filter-tab.active{background:var(--primary-container);border-color:var(--primary);color:var(--on-surface)}.alerts-feed-item{padding:var(--space-3);gap:var(--space-2)}.alerts-view-btn{justify-content:center;align-items:center;min-width:44px;min-height:44px;display:flex}.alerts-mark-all-btn{min-height:44px;font-size:.65rem}.alerts-quick-panel,.alerts-stats-panel{padding:var(--space-4)}.alerts-stat-row{padding:var(--space-3)}.alerts-side-panel{order:-1}.alerts-list-panel{order:1}.alerts-label{font-size:.6rem}.alerts-title{font-size:1.4rem}.alerts-desc{font-size:.75rem}}.wl-main-grid{gap:var(--space-5);grid-template-columns:1fr 300px;display:grid}@media (max-width:1024px){.wl-main-grid{grid-template-columns:1fr}}@media (max-width:768px){.wl-header{gap:var(--space-4);flex-direction:column;align-items:flex-start}.wl-header-stats{gap:var(--space-3);flex-wrap:wrap}.wl-filters{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;max-width:100%;overflow-x:auto}.wl-filters::-webkit-scrollbar{display:none}.wl-filter-btn{white-space:nowrap;flex-shrink:0;min-height:44px}.wl-sort-row{gap:var(--space-2);flex-wrap:wrap}.wl-sort-btn{min-height:44px}.wl-market-table{-webkit-overflow-scrolling:touch;overflow-x:auto}.wl-table-head,.wl-table-row{min-width:600px}.wl-remove-btn{justify-content:center;align-items:center;min-width:44px;min-height:44px;display:flex}.wl-system-status{gap:var(--space-2);flex-direction:column;align-items:flex-start}.wl-title{font-size:1.4rem}.wl-desc{font-size:.75rem}.ev-header{gap:var(--space-4);flex-direction:column;align-items:flex-start}.ev-title{font-size:1.4rem}.ev-filter-row{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap}.ev-filter-row::-webkit-scrollbar{display:none}.ev-filter-tab{white-space:nowrap;flex-shrink:0;min-height:44px}.ev-card-header{gap:var(--space-3);flex-wrap:wrap}.ev-card-stats{width:100%;margin-top:var(--space-2);justify-content:flex-start}.ev-card{padding:var(--space-4)}.ev-expand-btn{min-height:44px}.ev-market-row{padding:var(--space-3)}}@media (max-width:480px){.ev-card-header{flex-direction:column;align-items:flex-start}}@media (max-width:768px){.hm-cell-sm{width:auto;min-width:50px}.hm-cell-md{width:auto;min-width:80px}.hm-cell-lg{width:auto;min-width:100px}.hm-grid{gap:var(--space-2);flex-wrap:wrap;display:flex}.hm-cell{flex:calc(33.333% - 8px);height:auto;min-height:50px}.hm-legend{gap:var(--space-2);flex-wrap:wrap;justify-content:flex-start}.hm-toggle-btn{min-height:44px;padding:var(--space-2) var(--space-3)}.hm-cat-header{gap:var(--space-2);flex-wrap:wrap}.hm-title{font-size:1.4rem}}@media (max-width:480px){.hm-cell{flex:calc(50% - 6px)}}@media (max-width:768px){.deposit-card{padding:var(--space-4)}.deposit-card__header h2{font-size:1.1rem}.deposit-card__address-box{gap:var(--space-2);flex-direction:column}.deposit-card__address{word-break:break-all;font-size:.6rem}.deposit-card__copy{text-align:center;width:100%;min-height:44px}.deposit-card__methods{gap:var(--space-2);flex-wrap:wrap}.deposit-card__warning{font-size:.7rem}.deposit-page__how-it-works{padding:var(--space-4)}.deposit-page__step-num{width:28px;height:28px;font-size:.7rem}.legal-content{padding:0}.legal-section ul{padding-left:var(--space-4)}.legal-section li{font-size:.8rem}.legal-warning-banner{padding:var(--space-4);gap:var(--space-3);flex-direction:column}.legal-updated{font-size:.65rem}}.share-modal-overlay{z-index:10000;overscroll-behavior:contain;width:100vw;height:100dvh;padding:10px var(--space-4);-webkit-backdrop-filter:blur(18px);background:#040508c7;justify-content:center;align-items:flex-start;display:flex;position:fixed;inset:0;overflow-y:auto}.share-modal{box-sizing:border-box;width:min(96vw,1540px);height:calc(100dvh - 20px);max-height:calc(100dvh - 20px);padding:clamp(var(--space-4), 2.5vh, var(--space-5));background:linear-gradient(135deg, #4b8eff14, #8b5cf60f), var(--glass-bg,#181a20db);border:1px solid var(--glass-border-hover,#ffffff1a);border-radius:18px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 28px 90px #0000008f,inset 0 1px #ffffff0a}.share-modal-header,.share-modal-title-row,.share-actions,.share-summary-row{align-items:center;display:flex}.share-modal-header{justify-content:space-between;gap:var(--space-4);margin-bottom:clamp(var(--space-3), 2vh, var(--space-4));flex:none}.share-modal-title-row{gap:var(--space-2)}.share-modal-title{color:var(--on-surface);margin:0;font-size:1rem;font-weight:800}.share-modal-close{width:38px;height:38px;color:var(--on-surface-variant);border:1px solid var(--glass-border);background:#ffffff0a;border-radius:10px;place-items:center;display:grid}.share-modal-close:hover{color:var(--on-surface);border-color:var(--glass-border-hover)}.share-modal-body{gap:var(--space-4);flex:auto;grid-template-columns:minmax(520px,1fr) minmax(380px,460px);align-items:stretch;min-height:0;display:grid}.share-card-preview{height:100%;min-height:0;padding:clamp(var(--space-3), 2vh, var(--space-4));border:1px solid var(--glass-border);background:#0000003d;border-radius:16px;place-items:center;display:grid;overflow:hidden}.share-card-canvas-wrap{border-radius:18px;width:min(100%,620px,80dvh - 118.4px);max-height:100%;position:relative;overflow:hidden;box-shadow:0 18px 54px #0000006b}.share-card-canvas{object-fit:contain;width:100%;height:auto;max-height:100%;display:block}.share-card-loading{z-index:1;background:#0000006b;place-items:center;display:grid;position:absolute;inset:0}.share-card-spinner{border:2px solid #ffffff24;border-top-color:var(--primary);border-radius:999px;width:34px;height:34px;animation:.8s linear infinite mm-spin}.share-controls-panel{height:100%;min-height:0;padding:var(--space-3);border:1px solid var(--glass-border);background:#0000002e;border-radius:16px;overflow-y:auto}.share-edit-section{padding-bottom:var(--space-3);border-bottom:1px solid var(--glass-border)}.share-edit-grid{gap:var(--space-3);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.share-edit-field{gap:var(--space-2);flex-direction:column;min-width:0;display:flex}.share-edit-field.wide{grid-column:span 2}.share-edit-field>span{font-family:var(--font-mono);letter-spacing:.1em;color:var(--outline);text-transform:uppercase;font-size:.62rem;font-weight:800}.share-edit-field input,.share-edit-field select{width:100%;min-height:38px;padding:0 var(--space-3);border:1px solid var(--glass-border);color:var(--on-surface);font:700 .78rem var(--font-mono);transition:border-color .16s var(--ease-smooth), background .16s var(--ease-smooth), box-shadow .16s var(--ease-smooth);background:#ffffff0a;border-radius:10px;outline:none}.share-edit-field input:focus,.share-edit-field select:focus{background:#4b8eff14;border-color:#a4bdff99;box-shadow:0 0 0 3px #4b8eff1f}.share-edit-field select{appearance:none}.share-pnl-segment{border:1px solid var(--glass-border);background:#00000038;border-radius:10px;grid-template-columns:repeat(2,minmax(0,1fr));padding:3px;display:grid}.share-pnl-segment button{min-height:32px;font-family:var(--font-mono);color:var(--on-surface-variant);background:0 0;border:1px solid #0000;border-radius:8px;font-size:.64rem;font-weight:800}.share-pnl-segment button.active.positive{color:var(--success);background:#22c55e21;border-color:#22c55e47}.share-pnl-segment button.active.negative{color:var(--error);background:#ef444421;border-color:#ef444447}.share-template-section{margin-top:clamp(var(--space-3), 2vh, var(--space-4))}.share-section-label{margin-bottom:var(--space-2);font-family:var(--font-mono);letter-spacing:.12em;color:var(--outline);text-transform:uppercase;font-size:.68rem;font-weight:800;display:block}.share-template-grid{gap:var(--space-2);flex-wrap:wrap;display:flex}.share-template-btn,.share-action-btn{justify-content:center;align-items:center;gap:var(--space-2);min-height:38px;font-family:var(--font-mono);letter-spacing:.05em;color:var(--on-surface-variant);border:1px solid var(--glass-border);transition:transform .16s var(--ease-smooth), border-color .16s var(--ease-smooth), background .16s var(--ease-smooth);background:#ffffff0a;border-radius:10px;font-size:.68rem;font-weight:800;display:inline-flex}.share-template-btn{padding:0 var(--space-3)}.share-template-btn:hover,.share-action-btn:hover{border-color:var(--glass-border-hover);background:#ffffff12;transform:translateY(-1px)}.share-template-btn.active{color:var(--template-color);border-color:color-mix(in srgb, var(--template-color) 54%, transparent);background:color-mix(in srgb, var(--template-color) 15%, transparent)}.share-template-dot{border-radius:999px;width:9px;height:9px;box-shadow:0 0 12px}.share-actions{gap:var(--space-2);margin-top:var(--space-3);flex-wrap:wrap}.share-action-btn{padding:0 var(--space-4)}.share-btn-download{color:var(--primary)}.share-btn-copy{color:var(--tertiary)}.share-btn-tweet{color:var(--secondary)}.share-summary{margin-top:var(--space-3);padding:var(--space-3) var(--space-4);border:1px solid var(--glass-border);background:#0003;border-radius:14px}.share-summary-row{justify-content:space-between;gap:var(--space-4);padding:var(--space-2) 0}.share-summary-label{font-family:var(--font-mono);color:var(--outline);letter-spacing:.08em;text-transform:uppercase;font-size:.68rem}.share-summary-value{max-width:68%;color:var(--on-surface);text-align:right;font-weight:700}.share-summary-value.positive{color:var(--success)}.share-summary-value.negative{color:var(--error)}@keyframes mm-spin{to{transform:rotate(360deg)}}@media (max-width:768px){.share-modal-overlay{padding:var(--space-3) var(--space-3) var(--space-5)}.share-modal{width:95vw;height:auto;max-height:none;padding:var(--space-4);overflow:visible}.share-modal-body{grid-template-columns:1fr;height:auto}.share-card-preview{height:auto;min-height:auto}.share-card-canvas-wrap{width:min(100%,330px)}.share-summary-row{align-items:flex-start;gap:var(--space-1);flex-direction:column}.share-summary-value{text-align:left;max-width:100%}.share-controls-panel{height:auto;max-height:none;overflow:visible}.share-edit-grid{grid-template-columns:1fr}.share-edit-field.wide{grid-column:span 1}.share-modal-close{justify-content:center;align-items:center;min-width:44px;min-height:44px;display:flex}.fund-modal__address{word-break:break-all;font-size:.55rem}.fund-modal__copy-btn{min-width:44px;min-height:44px}.fund-modal__close{justify-content:center;align-items:center;min-width:44px;min-height:44px;display:flex}.fund-modal__tab{min-height:44px}.fund-modal__content{padding:var(--space-4)}}.install-prompt{bottom:var(--space-5);z-index:9999;align-items:center;gap:var(--space-4);padding:var(--space-4) var(--space-5);background:var(--surface-container-high);border:1px solid var(--ghost-border);border-radius:var(--radius-md);-webkit-backdrop-filter:blur(16px);max-width:520px;width:calc(100% - var(--space-6) * 2);animation:.4s cubic-bezier(.16,1,.3,1) installSlideUp;display:flex;position:fixed;left:50%;transform:translate(-50%);box-shadow:0 8px 32px #0000004d,0 2px 8px #00000026,inset 0 1px #ffffff0a}@keyframes installSlideUp{0%{opacity:0;transform:translate(-50%)translateY(24px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.install-prompt-icon{border-radius:var(--radius-sm);background:linear-gradient(135deg,#4b8eff1f,#9333ea1f);border:1px solid #4b8eff26;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.install-prompt-icon .material-symbols-outlined{color:var(--primary);font-size:22px}.install-prompt-content{flex:1;min-width:0}.install-prompt-title{font-family:var(--font-display);color:var(--on-surface);font-size:.8125rem;font-weight:700;display:block}.install-prompt-desc{font-family:var(--font-body);color:var(--on-surface-variant);margin:2px 0 0;font-size:.6875rem;line-height:1.5}.install-prompt-actions{gap:var(--space-2);flex-shrink:0;display:flex}.install-prompt-btn{border-radius:var(--radius-sm);font-family:var(--font-mono);cursor:pointer;white-space:nowrap;border:none;align-items:center;gap:4px;padding:6px 14px;font-size:.6875rem;font-weight:600;transition:all .15s;display:flex}.install-prompt-btn.primary{background:var(--primary);color:var(--on-primary,#fff)}.install-prompt-btn.primary:hover{filter:brightness(1.15);transform:translateY(-1px)}.install-prompt-btn.dismiss{color:var(--on-surface-variant);background:0 0}.install-prompt-btn.dismiss:hover{color:var(--on-surface);background:var(--surface-container)}@media (max-width:768px){.install-prompt{bottom:calc(60px + var(--space-4));gap:var(--space-3);flex-wrap:wrap}.install-prompt-actions{justify-content:flex-end;width:100%}}[data-theme=light] .lb-podium-card:hover{box-shadow:0 4px 16px #00000014}[data-theme=light] .lb-podium-card:nth-child(2):hover{box-shadow:0 4px 16px #f59e0b14}[data-theme=light] .lb-medal{text-shadow:0 0 4px #f59e0b26}[data-theme=light] .lb-row:hover{box-shadow:inset 3px 0 #4b8eff80}[data-theme=light] .lb-value.positive{text-shadow:none}[data-theme=light] .notif-panel{background:#fffffff2;box-shadow:0 16px 48px #0000001f,0 0 1px #0000000d}[data-theme=light] .notif-badge{box-shadow:0 0 4px #ef444433}[data-theme=light] .achp-unlocked:after{background:linear-gradient(110deg,#0000 30%,#8b5cf608 45%,#8b5cf60d 50%,#8b5cf608 55%,#0000 70%)}[data-theme=light] .share-modal,[data-theme=light] .fund-modal,[data-theme=light] .ob-modal,[data-theme=light] .ks-panel,[data-theme=light] .onboarding-welcome{border-color:#00000014;box-shadow:0 16px 48px #00000014,0 0 1px #0000000d}[data-theme=light] .wl-market-change.positive,[data-theme=light] .wc-feed-change.positive,[data-theme=light] .md-related-change.positive,[data-theme=light] .price-chart-change.positive,[data-theme=light] .wl-market-change.negative,[data-theme=light] .wc-feed-change.negative,[data-theme=light] .md-related-change.negative,[data-theme=light] .price-chart-change.negative{text-shadow:none}[data-theme=light] .st-field-input:focus{box-shadow:0 0 0 3px #4b8eff14}[data-theme=light] .af-live-dot{box-shadow:0 0 4px #22c55e4d}[data-theme=light] .onboarding-start-btn{box-shadow:0 2px 8px #4b8eff1a}[data-theme=light] .onboarding-start-btn:hover{box-shadow:0 4px 16px #4b8eff26}[data-theme=light] .reconnect-banner{box-shadow:0 1px 4px #ef44440f}[data-theme=light] .ach-toast{box-shadow:0 12px 40px #0000001a,0 0 12px #8b5cf60f}[data-theme=light] .hm-cell:hover{box-shadow:0 4px 12px #00000014}[data-theme=light] .ct-trader-card:hover{box-shadow:0 4px 16px #0000000f}[data-theme=light] .pd-streak-card:hover,[data-theme=light] .wl-stat-box:hover{box-shadow:0 2px 8px #0000000f}[data-theme=light] .deposit-card:hover{box-shadow:0 4px 16px #0000000f}@media (prefers-reduced-motion:reduce){.achp-unlocked:after{display:none;animation:none!important}.achp-ring-svg{animation:none!important}.ai-badge{box-shadow:none!important;animation:none!important}.lb-podium-card:hover,.ct-summary-stat:hover,.ct-trader-card:hover,.pd-streak-card:hover,.pd-bw-card:hover,.wl-stat-box:hover,.achp-stat-item:hover,.st-referral-stat:hover,.onboarding-feature:hover,.tp-badge-chip:hover,.deposit-card:hover,.wc-delta-card:hover,.ct-copy-btn:hover,.st-update-btn:hover,.cd-item:hover,.notif-item:hover,.wl-table-row:hover .wl-market-icon,.onboarding-start-btn:hover,.ob-btn-next:hover{transform:none!important}.af-event:first-child{animation:.3s afSlide!important}.ach-toast{opacity:1;animation:none!important}.deposit-card,.deposit-card:before,.deposit-card__badge,.deposit-card__warning,.deposit-card__copy:after,.deposit-card__network-dot,.deposit-card__address-box,.deposit-page__how-it-works,.deposit-page__how-it-works:before,.deposit-page__step,.deposit-page__step-arrow{animation:none!important}.deposit-card{opacity:1;filter:none;transform:none}.deposit-card:before{background:linear-gradient(90deg, var(--primary), var(--tertiary,#a78bfa))!important}.deposit-card__copy:after{display:none}.deposit-page__how-it-works{opacity:1;filter:none;transform:none}.deposit-page__how-it-works:before{background:linear-gradient(90deg, var(--primary), var(--secondary))!important}.deposit-page__step,.deposit-page__step-arrow{opacity:1;filter:none;transform:none}.deposit-card:hover,.deposit-card__method:hover,.deposit-card__copy:hover,.deposit-page__step:hover .deposit-page__step-num{transform:none!important}.rewards-stat-card,.rewards-stat-card:before,.rewards-stat-card:first-child:before,.rewards-stat-card-claim:before,.rewards-pending-amount,.rewards-claim-btn,.rewards-claim-btn:after,.rewards-how-it-works,.rewards-how-it-works:before,.rewards-history-pending{animation:none!important}.rewards-stat-card{opacity:1;filter:none;transform:none}.rewards-stat-card:before{background:linear-gradient(90deg, var(--primary), var(--tertiary,#a78bfa))!important}.rewards-stat-card:first-child:before{background:linear-gradient(90deg,#d97706,#fbbf24,#a78bfa)!important}.rewards-pending-amount{text-shadow:none!important}.rewards-claim-btn{box-shadow:none!important}.rewards-claim-btn:after{display:none}.rewards-how-it-works{opacity:1;filter:none;transform:none}.rewards-how-it-works:before{background:linear-gradient(90deg, var(--primary), var(--secondary))!important}.rewards-stat-card:hover,.rewards-tier-table tbody tr:hover,.rewards-history-row:hover{transform:none!important}.th-summary-card,.th-table-panel,.th-table-row{opacity:1;filter:none;transform:none;animation:none!important}.th-summary-card:before,.th-table-panel:before{background:linear-gradient(90deg, var(--primary), var(--secondary))!important;animation:none!important}.th-export-btn:after{display:none}.th-summary-value:hover,.th-pnl:hover,a.th-table-row:hover,.th-table-row:hover,.th-summary-card:hover{transform:none!important}.achp-badge,.achp-stats-panel,.achp-unlocked{opacity:1;filter:none;transform:none;animation:none!important}.achp-locked{animation:none!important}.achp-header:before,.achp-badge:before,.achp-stats-panel:before{background:linear-gradient(90deg, var(--primary), var(--secondary))!important;animation:none!important}.achp-unlocked:hover,.achp-stat-item:hover,.achp-badge:hover .achp-badge-icon,.achp-stat-val:hover{transform:none!important}.tp-header:before,.tp-stat-box:before,.tp-specialties-panel:before,.tp-activity-panel:before{animation:none;background:linear-gradient(90deg, var(--primary), var(--secondary))!important}.tp-header,.tp-stat-box,.tp-badges-section,.tp-referral-banner,.tp-specialties-panel,.tp-activity-panel{opacity:1!important;filter:none!important;animation:none!important;transform:none!important}.tp-stat-value.positive,.tp-stat-value.negative{animation:none!important}.tp-stat-value:hover,.tp-activity-item:hover{transform:none!important}.tp-view-history:after{animation:none!important}.tp-stat-box:hover{transform:none!important}.ref-code-card:before,.ref-link-card:before,.ref-stat-card:before,.ref-how-it-works:before{animation:none;background:linear-gradient(90deg, var(--primary), var(--secondary))!important}.ref-code-card,.ref-link-card,.ref-stat-card,.ref-how-it-works,.ref-connect-prompt,.ref-steps .ref-step{opacity:1!important;filter:none!important;animation:none!important;transform:none!important}.ref-copy-btn:after,.ref-share-x-btn:after{animation:none!important}.ref-stat-value:hover,.ref-stat-card:hover,.ref-step:hover{transform:none!important}}.cookie-banner{z-index:9999;padding:var(--space-3) var(--space-5);pointer-events:none;animation:.4s cubic-bezier(.16,1,.3,1) cookieSlideUp;position:fixed;bottom:0;left:0;right:0}.cookie-banner-inner{justify-content:space-between;align-items:center;gap:var(--space-4);max-width:680px;padding:var(--space-3) var(--space-4);-webkit-backdrop-filter:blur(16px)saturate(1.4);border:1px solid var(--outline-variant);border-radius:var(--radius-md);pointer-events:auto;background:#1e2024eb;margin:0 auto;display:flex;box-shadow:0 -4px 24px #0000004d,inset 0 0 0 1px #ffffff08}.cookie-banner-content{align-items:center;gap:var(--space-3);min-width:0;display:flex}.cookie-banner-icon{width:28px;height:28px;color:var(--primary);background:#4b8eff1a;border:1px solid #4b8eff33;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.cookie-banner-text{flex-direction:column;gap:1px;min-width:0;display:flex}.cookie-banner-title{font-family:var(--font-display);color:var(--on-surface);letter-spacing:.02em;font-size:.65rem;font-weight:700}.cookie-banner-desc{font-family:var(--font-body);color:var(--outline);font-size:.55rem;line-height:1.4}.cookie-banner-link{color:var(--primary);font-weight:600;text-decoration:none;transition:opacity .15s}.cookie-banner-link:hover{opacity:.8;text-decoration:underline}.cookie-banner-dismiss{background:var(--primary);color:#fff;font-family:var(--font-mono);cursor:pointer;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;border:none;border-radius:6px;flex-shrink:0;padding:6px 16px;font-size:.55rem;font-weight:700;transition:all .15s}.cookie-banner-dismiss:hover{filter:brightness(1.15);transform:translateY(-1px)}.cookie-banner-dismiss:active{transform:translateY(0)}@keyframes cookieSlideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@media (max-width:480px){.cookie-banner{padding:var(--space-2) var(--space-3);padding-bottom:calc(var(--space-2) + env(safe-area-inset-bottom,0px))}.cookie-banner-inner{gap:var(--space-3);padding:var(--space-3);flex-direction:column}.cookie-banner-dismiss{width:100%;padding:8px 16px}}@media (max-width:768px){.cookie-banner{bottom:60px}}
.notif-center{position:relative}.notif-bell{border-radius:var(--radius-xs);background:var(--surface-container);border:1px solid var(--outline-variant);cursor:pointer;width:36px;height:36px;color:var(--on-surface-variant);justify-content:center;align-items:center;transition:all .15s;display:flex;position:relative}.notif-bell:hover{border-color:var(--primary);color:var(--on-surface)}.notif-badge{min-width:16px;height:16px;font-family:var(--font-mono);color:#fff;background:#ef4444;border-radius:8px;justify-content:center;align-items:center;padding:0 4px;font-size:.4rem;font-weight:800;display:flex;position:absolute;top:-4px;right:-4px}.notif-panel{background:var(--surface-container);border:1px solid var(--outline-variant);border-radius:var(--radius-sm);z-index:100;flex-direction:column;width:380px;max-height:520px;margin-top:8px;animation:.2s notifSlide;display:flex;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 16px 48px #0006}@keyframes notifSlide{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.notif-panel-header{padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--outline-variant);justify-content:space-between;align-items:center;display:flex}.notif-panel-header h4{font-family:var(--font-display);color:var(--on-surface);margin:0;font-size:.85rem;font-weight:700}.notif-panel-actions{gap:var(--space-2);display:flex}.notif-action{border:1px solid var(--outline-variant);font-family:var(--font-mono);color:var(--on-surface-variant);cursor:pointer;background:0 0;border-radius:4px;padding:2px 8px;font-size:.5rem;font-weight:600;transition:all .15s}.notif-action:hover{border-color:var(--primary);color:var(--on-surface)}.notif-list{flex:1;overflow-y:auto}.notif-empty{padding:var(--space-8);align-items:center;gap:var(--space-2);flex-direction:column;display:flex}.notif-item{gap:var(--space-3);padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--outline-variant);cursor:pointer;transition:background .15s;display:flex}.notif-item:last-child{border-bottom:none}.notif-item:hover{background:#ffffff05}.notif-unread{background:#8b5cf60a}.notif-unread:before{content:"";background:var(--primary);border-radius:2px;flex-shrink:0;width:3px;margin:2px 0}.notif-icon{background:var(--surface-container-highest);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.notif-content{flex:1;min-width:0}.notif-title{font-family:var(--font-body);color:var(--on-surface);font-size:.7rem;font-weight:600;display:block}.notif-msg{font-family:var(--font-body);color:var(--on-surface-variant);white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:.6rem;line-height:1.4;display:block;overflow:hidden}.notif-meta{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:4px;display:flex}.notif-time{font-family:var(--font-mono);color:var(--outline);font-size:.45rem}.notif-dismiss{cursor:pointer;width:16px;height:16px;color:var(--outline);opacity:0;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;transition:all .15s;display:flex}.notif-item:hover .notif-dismiss{opacity:1}.notif-dismiss:hover{color:#ef4444}
.onboarding-overlay{-webkit-backdrop-filter:blur(12px);z-index:2000;background:#000000bf;justify-content:center;align-items:center;animation:.3s modal-fade-in;display:flex;position:fixed;inset:0}.onboarding-welcome{background:var(--surface-container-low);border:1px solid var(--outline-variant);border-radius:var(--radius-lg);width:90vw;max-width:480px;padding:var(--space-7);gap:var(--space-6);flex-direction:column;animation:.4s cubic-bezier(.16,1,.3,1) modal-slide-up;display:flex}.onboarding-welcome-header{text-align:center;align-items:center;gap:var(--space-3);flex-direction:column;display:flex}.onboarding-moon-icon{font-size:48px;line-height:1;animation:3s ease-in-out infinite moon-float}@keyframes moon-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.onboarding-welcome-title{font-family:var(--font-display);color:var(--on-surface);letter-spacing:-.02em;margin:0;font-size:1.75rem;font-weight:800}.onboarding-welcome-sub{font-family:var(--font-body);color:var(--on-surface-variant);max-width:360px;margin:0;font-size:.875rem;line-height:1.6}.onboarding-features{gap:var(--space-3);flex-direction:column;display:flex}.onboarding-feature{align-items:flex-start;gap:var(--space-4);padding:var(--space-4);background:var(--surface-container);border:1px solid var(--outline-variant);border-radius:var(--radius-sm);transition:border-color .2s;display:flex}.onboarding-feature:hover{border-color:var(--primary)}.onboarding-feature-icon{color:var(--primary);flex-shrink:0;margin-top:2px;font-size:22px}.onboarding-feature-title{font-family:var(--font-display);color:var(--on-surface);margin-bottom:2px;font-size:.875rem;font-weight:700}.onboarding-feature-desc{font-family:var(--font-body);color:var(--on-surface-variant);font-size:.75rem;line-height:1.4}.onboarding-welcome-actions{gap:var(--space-3);flex-direction:column;align-items:center;display:flex}.onboarding-start-btn{justify-content:center;align-items:center;gap:var(--space-2);width:100%;padding:var(--space-4);background:var(--primary);color:var(--on-primary);border-radius:var(--radius-sm);font-family:var(--font-display);cursor:pointer;border:none;font-size:.9rem;font-weight:700;transition:all .2s;display:flex}.onboarding-start-btn:hover{filter:brightness(1.1);transform:translateY(-1px)}.onboarding-skip-btn{color:var(--outline);font-family:var(--font-mono);cursor:pointer;text-transform:uppercase;letter-spacing:.08em;background:0 0;border:none;font-size:.7rem;transition:color .2s}.onboarding-skip-btn:hover{color:var(--on-surface-variant)}.onboarding-tooltip-container{z-index:1500;animation:.3s cubic-bezier(.16,1,.3,1) tooltip-slide-in;position:fixed;bottom:24px;right:24px}@keyframes tooltip-slide-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.onboarding-tooltip{background:var(--surface-container-low);border:1px solid var(--primary);border-radius:var(--radius-md);padding:var(--space-4) var(--space-5);gap:var(--space-3);flex-direction:column;width:340px;max-width:calc(100vw - 48px);display:flex;box-shadow:0 8px 32px #00000080,0 0 20px #8b5cf61a}.onboarding-tooltip-header{justify-content:space-between;align-items:center;display:flex}.onboarding-step-badge{font-family:var(--font-mono);color:var(--primary);text-transform:uppercase;letter-spacing:.1em;border-radius:var(--radius-xs);background:#8b5cf61a;border:1px solid #8b5cf64d;padding:2px 8px;font-size:.6rem;font-weight:700}.onboarding-tooltip-close{color:var(--outline);cursor:pointer;border-radius:var(--radius-xs);background:0 0;border:none;padding:2px;transition:color .2s}.onboarding-tooltip-close:hover{color:var(--on-surface)}.onboarding-tooltip-body{gap:var(--space-3);align-items:flex-start;display:flex}.onboarding-tooltip-icon{color:var(--primary);flex-shrink:0;margin-top:2px;font-size:24px}.onboarding-tooltip-title{font-family:var(--font-display);color:var(--on-surface);margin-bottom:4px;font-size:.9rem;font-weight:700}.onboarding-tooltip-desc{font-family:var(--font-body);color:var(--on-surface-variant);font-size:.75rem;line-height:1.5}.onboarding-tooltip-hint{align-items:center;gap:var(--space-1);margin-top:var(--space-2);font-family:var(--font-mono);color:var(--primary);text-transform:uppercase;letter-spacing:.05em;font-size:.6rem;font-weight:600;display:flex}.onboarding-tooltip-progress{padding-top:var(--space-2);justify-content:center;gap:6px;display:flex}.onboarding-progress-dot{background:var(--surface-container-highest);border-radius:50%;width:6px;height:6px;transition:all .3s}.onboarding-progress-dot.active{background:var(--primary);border-radius:3px;width:20px}.onboarding-progress-dot.complete{background:var(--secondary)}.ob-overlay{z-index:1000;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ob-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;position:absolute;inset:0}.ob-modal{background:var(--surface-container);border:1px solid var(--outline-variant);border-radius:var(--radius-md);width:90%;max-width:440px;animation:.3s obSlide;position:relative;overflow:hidden}@keyframes obSlide{0%{opacity:0;transform:translateY(16px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.ob-progress-bar{background:var(--surface-container-low);height:3px}.ob-progress-fill{background:linear-gradient(90deg, var(--primary), #8b5cf6);height:100%;transition:width .3s}.ob-step-counter{font-family:var(--font-mono);color:var(--outline);font-size:.5rem;font-weight:700;position:absolute;top:16px;right:20px}.ob-content{padding:var(--space-7) var(--space-6) var(--space-5);text-align:center}.ob-icon-wrap{width:56px;height:56px;margin-bottom:var(--space-4);background:linear-gradient(135deg,#8b5cf626 0%,#3b82f626 100%);border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.ob-icon{color:var(--primary);font-size:28px}.ob-title{font-family:var(--font-display);color:var(--on-surface);margin:0 0 var(--space-3);font-size:1.15rem;font-weight:800}.ob-desc{font-family:var(--font-body);color:var(--on-surface-variant);margin:0;font-size:.8rem;line-height:1.5}.ob-dots{padding:0 var(--space-6) var(--space-4);justify-content:center;gap:6px;display:flex}.ob-dot{background:var(--surface-container-highest);cursor:pointer;border-radius:50%;width:8px;height:8px;transition:all .2s}.ob-dot.active{background:var(--primary);transform:scale(1.3)}.ob-dot.completed{background:#8b5cf666}.ob-actions{padding:var(--space-3) var(--space-5);border-top:1px solid var(--outline-variant);align-items:center;display:flex}.ob-btn{font-family:var(--font-mono);cursor:pointer;border:1px solid #0000;border-radius:4px;padding:6px 14px;font-size:.65rem;font-weight:600;transition:all .15s}.ob-btn-back{color:var(--on-surface-variant);background:0 0}.ob-btn-back:hover{color:var(--on-surface)}.ob-btn-skip{color:var(--outline);margin-right:var(--space-2);background:0 0}.ob-btn-skip:hover{color:var(--on-surface)}.ob-btn-next{background:var(--primary);color:#fff;border-color:var(--primary)}.ob-btn-next:hover{filter:brightness(1.1)}
.auth-modal-overlay{-webkit-backdrop-filter:blur(16px);z-index:2500;padding:var(--space-9) var(--space-5);-webkit-overflow-scrolling:touch;background:#000000b3;justify-content:center;align-items:flex-start;animation:.25s auth-overlay-in;display:flex;position:fixed;inset:0;overflow-y:auto}.auth-modal-overlay.auth-modal-closing{animation:.2s forwards auth-overlay-out}@keyframes auth-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes auth-overlay-out{0%{opacity:1}to{opacity:0}}.auth-modal{background:var(--surface-container-low);border-radius:var(--radius-lg);width:100%;max-width:440px;padding:var(--space-7);gap:var(--space-6);border:1px solid #ffffff14;flex-direction:column;flex-shrink:0;margin:auto;animation:.35s cubic-bezier(.16,1,.3,1) auth-modal-in;display:flex;position:relative;box-shadow:0 24px 80px #0009,0 0 0 1px #ffffff0a,0 0 60px #9945ff0f}.auth-modal.auth-modal-exit{animation:.2s forwards auth-modal-out}@keyframes auth-modal-in{0%{opacity:0;transform:translateY(24px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes auth-modal-out{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(12px)scale(.97)}}.auth-modal-close{color:var(--outline);cursor:pointer;border-radius:var(--radius-sm);z-index:1;background:0 0;border:none;padding:6px;transition:all .15s;position:absolute;top:14px;right:14px}.auth-modal-close:hover{color:var(--on-surface);background:#ffffff0f}.auth-modal-header{text-align:center;align-items:center;gap:var(--space-2);flex-direction:column;display:flex}.auth-modal-logo{font-size:40px;line-height:1;animation:3s ease-in-out infinite auth-moon-float}@keyframes auth-moon-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.auth-modal-title{font-family:var(--font-display);color:var(--on-surface);letter-spacing:-.02em;margin:0;font-size:1.5rem;font-weight:800}.auth-modal-subtitle{font-family:var(--font-body);color:var(--outline);margin:0;font-size:.825rem;line-height:1.5}.auth-modal-options{gap:var(--space-3);flex-direction:column;display:flex}.auth-option{align-items:center;gap:var(--space-4);padding:var(--space-4) var(--space-5);background:var(--surface-container);border:1px solid var(--outline-variant);border-radius:var(--radius-md);cursor:pointer;text-align:left;width:100%;font-family:inherit;transition:all .2s;display:flex;position:relative;overflow:hidden}.auth-option:before{content:"";border-radius:inherit;opacity:0;pointer-events:none;transition:opacity .3s;position:absolute;inset:0}.auth-option:hover:not(:disabled){border-color:#ffffff26;transform:translateY(-1px);box-shadow:0 4px 20px #0000004d}.auth-option:active:not(:disabled){transform:translateY(0)}.auth-option-email:hover:not(:disabled):before{opacity:1;background:linear-gradient(135deg,#3b82f60f,#6366f10a)}.auth-option-email:hover:not(:disabled){border-color:#3b82f666}.auth-option-solana:hover:not(:disabled):before{opacity:1;background:linear-gradient(135deg,#9945ff0f,#14f1950a)}.auth-option-solana:hover:not(:disabled){border-color:#9945ff66}.auth-option-polygon:hover:not(:disabled):before{opacity:1;background:linear-gradient(135deg,#7b3fe40f,#8247e50a)}.auth-option-polygon:hover:not(:disabled){border-color:#7b3fe466}.auth-option-connected{cursor:default;background:#14f19508;border-color:#14f19533}.auth-option-connected:hover{box-shadow:none!important;transform:none!important}.auth-option-disabled{opacity:.55;cursor:not-allowed}.auth-option-disabled:hover{box-shadow:none!important;border-color:var(--outline-variant)!important;transform:none!important}.auth-option-icon-wrap{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex}.auth-option-icon-email{color:#3b82f6;background:#3b82f61a;border:1px solid #3b82f633}.auth-option-icon-solana{color:#9945ff;background:linear-gradient(135deg,#9945ff1f,#14f19514);border:1px solid #9945ff33}.auth-option-icon-polygon{color:#7b3fe4;background:#7b3fe41a;border:1px solid #7b3fe433}.auth-option-content{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.auth-option-title-row{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.auth-option-name{font-family:var(--font-display);color:var(--on-surface);font-size:.9rem;font-weight:700}.auth-option-desc{font-family:var(--font-body);color:var(--outline);font-size:.72rem;line-height:1.45}.auth-option-badge{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.06em;border-radius:10px;flex-shrink:0;padding:1px 7px;font-size:.55rem;font-weight:700}.auth-option-badge-rec{color:#60a5fa;background:#3b82f61f;border:1px solid #3b82f64d}.auth-option-badge-soon{color:#f59e0b;background:#f59e0b1a;border:1px solid #f59e0b40}.auth-option-badge-live{color:#14f195;background:#14f1951a;border:1px solid #14f1954d}.auth-option-wallets{gap:var(--space-2);flex-wrap:wrap;margin-top:2px;display:flex}.auth-wallet-tag{font-family:var(--font-mono);color:var(--on-surface-variant);background:var(--surface-container-high);border-radius:var(--radius-xs);letter-spacing:.03em;padding:1px 6px;font-size:.55rem;font-weight:600}.auth-option-arrow{color:var(--outline);flex-shrink:0;transition:transform .2s,color .2s}.auth-option:hover:not(:disabled) .auth-option-arrow{color:var(--on-surface);transform:translate(2px)}.auth-divider{align-items:center;gap:var(--space-3);padding:var(--space-1) 0;display:flex}.auth-divider-line{background:var(--outline-variant);flex:1;height:1px}.auth-divider-text{font-family:var(--font-mono);color:var(--outline);text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;font-size:.6rem;font-weight:600}.auth-modal-footer{text-align:center;padding-top:var(--space-2);border-top:1px solid #ffffff0a}.auth-modal-footer-text{font-family:var(--font-body);color:var(--outline);margin:0;font-size:.65rem;line-height:1.6}.auth-modal-link{color:var(--primary);text-decoration:none;transition:color .15s}.auth-modal-link:hover{color:var(--on-surface);text-decoration:underline}.auth-btn{color:#e0e0e0;font-family:var(--font-display);cursor:pointer;white-space:nowrap;border-radius:var(--radius-sm);background:linear-gradient(135deg,#9945ff26,#14f1951a);border:1px solid #9945ff4d;align-items:center;gap:8px;padding:6px 14px;font-size:.8rem;font-weight:600;transition:all .2s;display:flex}.auth-btn:hover{background:linear-gradient(135deg,#9945ff40,#14f1952e);border-color:#9945ff80;transform:translateY(-1px)}.auth-btn-icon{color:#9945ff;font-size:1rem}.auth-chain-dots{gap:4px;margin-left:2px;display:flex}.auth-chain-dot{border-radius:50%;width:6px;height:6px}.auth-chain-dot-sol{background:#14f195;box-shadow:0 0 6px #14f19580}.auth-chain-dot-poly{background:#7b3fe4;box-shadow:0 0 6px #7b3fe480}.auth-chain-dot-email{background:#3b82f6;box-shadow:0 0 6px #3b82f680}.wallet-dropdown-link-wallet{cursor:pointer;border-radius:var(--radius-xs,6px);align-items:center;gap:10px;font-weight:500;transition:background .15s;display:flex;color:var(--primary,#4b8eff)!important}.wallet-dropdown-link-wallet:hover{background:#4b8eff14}.auth-modal-options .auth-option:first-child{animation:.35s cubic-bezier(.16,1,.3,1) 80ms both auth-option-stagger}.auth-modal-options .auth-divider{animation:.35s cubic-bezier(.16,1,.3,1) .14s both auth-option-stagger}.auth-modal-options .auth-option:nth-child(3){animation:.35s cubic-bezier(.16,1,.3,1) .2s both auth-option-stagger}.auth-modal-options .auth-option:nth-child(4){animation:.35s cubic-bezier(.16,1,.3,1) .26s both auth-option-stagger}@keyframes auth-option-stagger{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:480px){.auth-modal{padding:var(--space-5);gap:var(--space-5);border-radius:var(--radius-md);max-width:100%}.auth-modal-overlay{padding:var(--space-3)}.auth-modal-title{font-size:1.3rem}.auth-modal-logo{font-size:32px}.auth-option{padding:var(--space-3) var(--space-4);gap:var(--space-3)}.auth-option-icon-wrap{width:38px;height:38px}.auth-option-name{font-size:.82rem}.auth-option-desc{font-size:.68rem}.auth-btn{padding:6px 10px;font-size:.75rem}}@media (max-width:768px){.auth-btn-text{display:none}.auth-btn{padding:6px 10px}}
.wallet-link-prompt{bottom:var(--space-6);z-index:1000;align-items:flex-start;gap:var(--space-4);padding:var(--space-4) var(--space-5);-webkit-backdrop-filter:blur(20px);border-radius:var(--radius-lg);max-width:560px;width:calc(100% - var(--space-8));background:linear-gradient(135deg,#6366f11f,#a855f71f);border:1px solid #6366f140;animation:.4s ease-out walletPromptSlideUp;display:flex;position:fixed;left:50%;transform:translate(-50%);box-shadow:0 8px 32px #0006,0 0 0 1px #6366f11a}.wallet-link-prompt-perks{background:linear-gradient(135deg,#f59e0b1f,#ea580c1f);border-color:#f59e0b40}.wallet-link-prompt-icon{flex-shrink:0;margin-top:2px;font-size:1.5rem}.wallet-link-prompt-content{flex:1;min-width:0}.wallet-link-prompt-title{font-family:var(--font-body);color:var(--on-surface);margin-bottom:var(--space-1);font-size:.875rem;font-weight:600}.wallet-link-prompt-desc{font-family:var(--font-mono);color:var(--outline);font-size:.625rem;line-height:1.5}.wallet-link-prompt-actions{gap:var(--space-2);flex-direction:column;flex-shrink:0;display:flex}.wallet-link-prompt-btn-primary{background:var(--primary);color:var(--on-primary);border-radius:var(--radius-sm);font-family:var(--font-mono);cursor:pointer;white-space:nowrap;border:none;padding:8px 16px;font-size:.65rem;font-weight:600;transition:opacity .15s}.wallet-link-prompt-btn-primary:hover{opacity:.85}.wallet-link-prompt-btn-dismiss{color:var(--outline);font-family:var(--font-mono);cursor:pointer;text-align:center;background:0 0;border:none;padding:4px 8px;font-size:.55rem;transition:color .15s}.wallet-link-prompt-btn-dismiss:hover{color:var(--on-surface)}@keyframes walletPromptSlideUp{0%{opacity:0;transform:translate(-50%)translateY(20px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@media (max-width:640px){.wallet-link-prompt{gap:var(--space-3);bottom:calc(var(--space-6) + 60px);flex-direction:column}.wallet-link-prompt-actions{flex-direction:row;width:100%}.wallet-link-prompt-btn-primary{flex:1}}
.wallet-adapter-button{color:#fff;cursor:pointer;background-color:#0000;border:none;border-radius:4px;align-items:center;height:48px;padding:0 24px;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:16px;font-weight:600;line-height:48px;display:flex}.wallet-adapter-button-trigger{background-color:#512da8}.wallet-adapter-button:not([disabled]):focus-visible{outline-color:#fff}.wallet-adapter-button:not([disabled]):hover{background-color:#1a1f2e}.wallet-adapter-button[disabled]{color:#999;cursor:not-allowed;background:#404144}.wallet-adapter-button-end-icon,.wallet-adapter-button-start-icon,.wallet-adapter-button-end-icon img,.wallet-adapter-button-start-icon img{justify-content:center;align-items:center;width:24px;height:24px;display:flex}.wallet-adapter-button-end-icon{margin-left:12px}.wallet-adapter-button-start-icon{margin-right:12px}.wallet-adapter-collapse{width:100%}.wallet-adapter-dropdown{display:inline-block;position:relative}.wallet-adapter-dropdown-list{z-index:99;grid-row-gap:10px;opacity:0;visibility:hidden;background:#2c2d30;border-radius:10px;grid-template-rows:1fr;margin:0;padding:10px;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;list-style:none;transition:opacity .2s,transform .2s,visibility .2s;display:grid;position:absolute;top:100%;right:0;box-shadow:0 8px 20px #0009}.wallet-adapter-dropdown-list-active{opacity:1;visibility:visible;transform:translateY(10px)}.wallet-adapter-dropdown-list-item{cursor:pointer;white-space:nowrap;box-sizing:border-box;color:#fff;border:none;border-radius:6px;outline:none;flex-direction:row;justify-content:center;align-items:center;width:100%;height:37px;padding:0 20px;font-size:14px;font-weight:600;display:flex}.wallet-adapter-dropdown-list-item:not([disabled]):hover{background-color:#1a1f2e}.wallet-adapter-modal-collapse-button svg{fill:#999;align-self:center}.wallet-adapter-modal-collapse-button.wallet-adapter-modal-collapse-button-active svg{transition:transform .15s ease-in;transform:rotate(180deg)}.wallet-adapter-modal{opacity:0;z-index:1040;background:#00000080;transition:opacity .15s linear;position:fixed;inset:0;overflow-y:auto}.wallet-adapter-modal.wallet-adapter-modal-fade-in{opacity:1}.wallet-adapter-modal-button-close{cursor:pointer;background:#1a1f2e;border:none;border-radius:50%;justify-content:center;align-items:center;padding:12px;display:flex;position:absolute;top:18px;right:18px}.wallet-adapter-modal-button-close:focus-visible{outline-color:#fff}.wallet-adapter-modal-button-close svg{fill:#777;transition:fill .2s}.wallet-adapter-modal-button-close:hover svg{fill:#fff}.wallet-adapter-modal-overlay{background:#00000080;position:fixed;inset:0}.wallet-adapter-modal-container{justify-content:center;align-items:center;min-height:calc(100vh - 6rem);margin:3rem;display:flex}@media (max-width:480px){.wallet-adapter-modal-container{min-height:calc(100vh - 2rem);margin:1rem}}.wallet-adapter-modal-wrapper{box-sizing:border-box;z-index:1050;background:#10141f;border-radius:10px;flex-direction:column;flex:1;align-items:center;max-width:400px;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;display:flex;position:relative;box-shadow:0 8px 20px #0009}.wallet-adapter-modal-wrapper .wallet-adapter-button{width:100%}.wallet-adapter-modal-title{text-align:center;color:#fff;margin:0;padding:64px 48px 48px;font-size:24px;font-weight:500;line-height:36px}@media (max-width:374px){.wallet-adapter-modal-title{font-size:18px}}.wallet-adapter-modal-list{width:100%;margin:0 0 12px;padding:0;list-style:none}.wallet-adapter-modal-list .wallet-adapter-button{border-radius:0;font-size:18px;font-weight:400}.wallet-adapter-modal-list .wallet-adapter-button-end-icon,.wallet-adapter-modal-list .wallet-adapter-button-start-icon,.wallet-adapter-modal-list .wallet-adapter-button-end-icon img,.wallet-adapter-modal-list .wallet-adapter-button-start-icon img{width:28px;height:28px}.wallet-adapter-modal-list .wallet-adapter-button span{opacity:.6;margin-left:auto;font-size:14px}.wallet-adapter-modal-list-more{cursor:pointer;color:#fff;background-color:#0000;border:none;align-self:flex-end;align-items:center;padding:12px 24px 24px 12px;display:flex}.wallet-adapter-modal-list-more svg{fill:#fff;margin-left:.5rem;transition:all .1s}.wallet-adapter-modal-list-more-icon-rotate{transform:rotate(180deg)}.wallet-adapter-modal-middle{box-sizing:border-box;flex-direction:column;align-items:center;width:100%;padding:0 24px 24px;display:flex}.wallet-adapter-modal-middle-button{cursor:pointer;color:#fff;background-color:#512da8;border:none;border-radius:8px;width:100%;margin-top:48px;padding:12px;font-size:18px;display:block}