    :root {
    --bg-dark: #0B0C0E;
    --bg-panel: #16171A;
    --bg-elevated: #16171A;
    --glass-bg: #1A1C20;
    --glass-border: rgba(255, 255, 255, 0.04);
    --border-strong: #26292E;
    --plat-blue: #2B7BFE;
    --plat-blue-glow: rgba(43, 123, 254, 0.12);
    --sapphire-tint: rgba(255, 255, 255, 0.035);
    --shadow-soft: 0 4px 12px rgba(0, 0, 0, 0.1);
    --shadow-elevated: 0 8px 24px rgba(0, 0, 0, 0.15);
    --alert-enter-duration: 0.16s;
    }
    body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background: var(--bg-dark);
    color: #FFFFFF;
    }
    .ti {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    vertical-align: middle;
    font-style: normal;
    font-size: inherit;
    }
    .ti::before { font-size: inherit; }
    .icon-12 { font-size: 12px; }
    .icon-14 { font-size: 14px; }
    .icon-16 { font-size: 16px; }
    .icon-20 { font-size: 20px; }
    .icon-24 { font-size: 24px; }
    .icon-28 { font-size: 28px; }
    .icon-40 { font-size: 40px; }
    body::before {
    display: none;
    }
    .font-mono { font-family: 'JetBrains Mono', monospace; }
    .no-scrollbar::-webkit-scrollbar { display: none; }
    .no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }

    /* Soft Deck Surfaces */
    .glass {
    background: var(--glass-bg);
    border-bottom: 1px solid var(--glass-border);
    z-index: 40;
    position: sticky;
    top: 0;
    }
    .glass-sidebar {
    background: #0F1115;
    border-right: 1px solid var(--glass-border);
    }
    .glass-card {
    background: var(--bg-panel);
    border: 1px solid var(--glass-border);
    border-radius: 12px;
    box-shadow: none;
    transition: background 0.18s ease, border-color 0.18s ease;
    }
    .glass-card:hover { border-color: rgba(255,255,255,0.08); background: #1A1C20; transform: translateY(-1px); }

    /* Sidebar Item Revamp */
    .sidebar-item { transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1); border-radius: 12px; margin-bottom: 6px; border: 1px solid transparent; }
    .sidebar-item:hover { background: rgba(255, 255, 255, 0.035); }
    .sidebar-item.active {
    background: rgba(43, 123, 254, 0.08);
    border: 1px solid rgba(43, 123, 254, 0.15);
    color: var(--plat-blue);
    }
    .sidebar-item.active svg { color: var(--plat-blue); filter: none; }

    .main-shell {
    background: transparent;
    border: none;
    box-shadow: none;
    }
    .main-shell-popout {
    background: var(--bg-dark);
    box-shadow: none;
    }
    .feed-shell,
    .feed-shell-popout {
    background: var(--bg-panel);
    border: 1px solid var(--glass-border);
    box-shadow: none;
    }
    .feed-shell { border-radius: 12px; }
    .feed-shell-popout { border-radius: 12px; }
    .feed-header-shell {
    background: transparent;
    border-bottom: 1px solid var(--glass-border);
    }
    .feed-dropdown-panel {
    background: var(--bg-elevated);
    border: 1px solid var(--glass-border);
    border-radius: 12px;
    box-shadow: var(--shadow-elevated);
    }
    .feed-floating-pill {
    background: var(--bg-elevated);
    border: 1px solid var(--glass-border);
    box-shadow: var(--shadow-soft);
    }
    .deck-chip {
    background: rgba(255,255,255,0.028);
    border: 1px solid var(--glass-border);
    border-radius: 12px;
    }
    .deck-chip-accent {
    background: var(--plat-blue-glow);
    border: 1px solid rgba(43, 123, 254, 0.22);
    border-radius: 12px;
    }
    .account-status-card {
    background: transparent;
    border: 1px solid transparent;
    }
    .floating-control {
    background: var(--bg-elevated);
    border: 1px solid var(--glass-border);
    box-shadow: var(--shadow-soft);
    border-radius: 12px;
    }
    .feed-empty-state {
    border: 1px dashed var(--glass-border);
    border-radius: 12px;
    background: transparent;
    color: #7f8490;
    }
    .settings-view {
    color: #d0d5dd;
    position: relative;
    isolation: isolate;
    }
    .settings-topbar {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1rem;
    }
    .settings-summary-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    }
    .settings-summary-chip {
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.07);
    background: rgba(255,255,255,0.025);
    padding: 0.85rem 0.95rem;
    min-width: 0;
    }
    .settings-summary-label {
    font-size: 0.68rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #7d8593;
    }
    .settings-summary-value {
    margin-top: 0.3rem;
    font-size: 1rem;
    font-weight: 600;
    color: #f3f5f8;
    letter-spacing: -0.02em;
    }
    .settings-summary-meta {
    margin-top: 0.18rem;
    font-size: 0.74rem;
    color: #8f96a3;
    }
    .settings-rail-stack {
    position: relative;
    }
    .settings-sidebar-panel,
    .settings-preferences-panel,
    .settings-section,
    .settings-modal-panel {
    background: var(--bg-panel) !important;
    border: 1px solid var(--glass-border) !important;
    box-shadow: none !important;
    }
    .settings-sidebar-panel,
    .settings-preferences-panel,
    .settings-section {
    border-radius: 16px !important;
    }
    .settings-sidebar-panel {
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(16px);
    animation: settings-rise 0.32s cubic-bezier(0.16, 1, 0.3, 1);
    }
    .settings-sidebar-panel::before {
    display: none;
    }
    .settings-modal-panel {
    border-radius: 16px !important;
    }
    .settings-nav-link {
    border-radius: 14px !important;
    color: #8b92a0 !important;
    border: 1px solid transparent !important;
    background: transparent !important;
    transform: none;
    }
    .settings-nav-link:hover {
    background: rgba(255,255,255,0.024) !important;
    border-color: rgba(255,255,255,0.07) !important;
    color: #fff !important;
    transform: none;
    }
    .settings-nav-count {
    min-width: 1.6rem;
    height: 1.6rem;
    padding: 0 0.45rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.06);
    color: #7d8593;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    }
    .settings-nav-link:hover .settings-nav-count {
    color: #ffffff;
    border-color: rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.06);
    }
    .settings-nav-group-label {
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #707784;
    padding: 0 0.75rem 0.45rem;
    }
    .settings-utility-chip {
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.06);
    background: rgba(255,255,255,0.03);
    color: #9aa2b0;
    }
    .settings-content {
    position: relative;
    }
    .settings-view section {
    background: var(--bg-panel) !important;
    border: 1px solid var(--glass-border) !important;
    border-radius: 18px !important;
    box-shadow: none !important;
    overflow: hidden;
    animation: settings-rise 0.34s cubic-bezier(0.16, 1, 0.3, 1);
    }
    .settings-view section > div:first-child {
    background: linear-gradient(180deg, rgba(255,255,255,0.016), rgba(255,255,255,0.01)) !important;
    border-bottom: 1px solid rgba(255,255,255,0.05) !important;
    }
    .settings-view section > div:first-child p {
    color: #7d8593 !important;
    }
    .settings-view section > div:first-child > div:first-child > div:first-child {
    background: rgba(255,255,255,0.024) !important;
    border: 1px solid rgba(255,255,255,0.05) !important;
    border-radius: 12px !important;
    box-shadow: none !important;
    }
    .settings-view section > div:first-child > button,
    .settings-view section > div:first-child > span {
    background: rgba(255,255,255,0.024) !important;
    border: 1px solid rgba(255,255,255,0.07) !important;
    color: #d6dbe4 !important;
    border-radius: 12px !important;
    box-shadow: none !important;
    }
    .settings-view section > div:first-child > button:hover {
    background: rgba(255,255,255,0.045) !important;
    border-color: rgba(255,255,255,0.1) !important;
    color: #fff !important;
    }
    .settings-view section table thead {
    background: rgba(255,255,255,0.014) !important;
    color: #7c8493 !important;
    }
    .settings-view section table tbody tr:hover {
    background: rgba(255,255,255,0.02) !important;
    }
    .settings-view section > div[class*="border-t"] {
    background: rgba(255,255,255,0.018) !important;
    border-top: 1px solid rgba(255,255,255,0.055) !important;
    }
    .settings-view section > div[class*="border-t"] button {
    background: rgba(255,255,255,0.03) !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
    border-radius: 12px !important;
    color: #d6dbe4 !important;
    }
    .settings-view section > div[class*="border-t"] button:hover {
    background: rgba(255,255,255,0.055) !important;
    color: #fff !important;
    }
    .settings-view section > div[class*="text-center"] > div:first-child {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 12px !important;
    background: rgba(255,255,255,0.03) !important;
    border: 1px solid rgba(255,255,255,0.06);
    }
    .settings-view section > div[class*="text-center"] button {
    background: rgba(255,255,255,0.03) !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
    border-radius: 12px !important;
    color: #d6dbe4 !important;
    }
    .settings-view section > div[class*="text-center"] button:hover {
    background: rgba(255,255,255,0.055) !important;
    color: #fff !important;
    }
    .settings-preferences-panel > div:first-child > div:first-child {
    background: rgba(255,255,255,0.03) !important;
    border: 1px solid rgba(255,255,255,0.06) !important;
    border-radius: 12px !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.025) !important;
    }
    .settings-preferences-panel input[type="number"] {
    background: rgba(8, 9, 11, 0.78) !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
    border-radius: 12px !important;
    }
    .settings-view #feeds label {
    border-radius: 12px !important;
    }
    .settings-view #feeds label > div:first-child > div:last-child {
    border-radius: 10px !important;
    }
    .settings-section {
    --settings-accent: 43, 123, 254;
    position: relative;
    overflow: hidden;
    }
    .settings-section::before {
    display: none;
    }
    .settings-section-header {
    background: rgba(255,255,255,0.018);
    border-bottom: 1px solid rgba(255,255,255,0.055);
    }
    .settings-section-icon {
    background: rgba(var(--settings-accent), 0.08);
    border: 1px solid rgba(var(--settings-accent), 0.16);
    border-radius: 12px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    }
    .settings-add-button,
    .settings-soft-button,
    .settings-page-button {
    background: rgba(255,255,255,0.03) !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
    border-radius: 12px !important;
    color: #d6dbe4 !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.02);
    }
    .settings-add-button:hover,
    .settings-soft-button:hover,
    .settings-page-button:hover {
    background: rgba(255,255,255,0.055);
    border-color: rgba(255,255,255,0.11);
    color: #fff;
    }
    .settings-primary-button {
    background: #f3f5f8 !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
    border-radius: 12px !important;
    color: #101318 !important;
    }
    .settings-primary-button:hover {
    background: #fff !important;
    }
    .settings-danger-button {
    background: rgba(239, 68, 68, 0.1) !important;
    border: 1px solid rgba(239, 68, 68, 0.18) !important;
    border-radius: 12px !important;
    box-shadow: none !important;
    }
    .settings-table thead {
    background: rgba(255,255,255,0.018);
    color: #7c8493;
    }
    .settings-table tbody tr {
    transition: background 0.18s ease, border-color 0.18s ease;
    }
    .settings-table tbody tr:hover {
    background: rgba(255,255,255,0.02);
    }
    .settings-pagebar {
    background: rgba(255,255,255,0.018);
    border-top: 1px solid rgba(255,255,255,0.055);
    }
    .settings-empty-state {
    padding: 2.5rem 1.5rem;
    text-align: center;
    }
    .settings-empty-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 12px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.75rem;
    }
    .settings-tag {
    border-radius: 10px !important;
    background: rgba(255,255,255,0.03) !important;
    border: 1px solid rgba(255,255,255,0.06) !important;
    color: #8b92a0 !important;
    }
    .settings-monitor-card {
    border-radius: 12px;
    background: rgba(255,255,255,0.02);
    border: 1px solid var(--glass-border);
    }
    .settings-segment {
    border-radius: 12px !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
    background: rgba(255,255,255,0.018) !important;
    }
    .settings-modal-panel input:not([type="checkbox"]):not([type="color"]) {
    background: rgba(8, 9, 11, 0.78);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    }
    .settings-modal-panel input:not([type="checkbox"]):not([type="color"]):focus {
    border-color: rgba(43,123,254,0.32);
    box-shadow: 0 0 0 3px rgba(43,123,254,0.08);
    }
    .settings-subpanel {
    background: var(--glass-bg) !important;
    border: 1px solid var(--glass-border) !important;
    border-radius: 12px !important;
    }
    .settings-option-card {
    border-radius: 12px !important;
    background: rgba(8, 9, 11, 0.72) !important;
    border: 1px solid rgba(255,255,255,0.05) !important;
    }
    .settings-preferences-shell {
    background: linear-gradient(180deg, rgba(255,255,255,0.022), rgba(255,255,255,0.014)) !important;
    }
    .settings-preferences-layout {
    display: grid;
    gap: 1rem;
    }
    .settings-preferences-column {
    display: grid;
    gap: 1rem;
    align-content: start;
    }
    .settings-preferences-card {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.06);
    background: rgba(9, 10, 12, 0.72);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    padding: 1rem;
    }
    .settings-preferences-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 1rem;
    right: 1rem;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.14), transparent);
    opacity: 0.7;
    pointer-events: none;
    }
    .settings-preferences-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.9rem;
    margin-bottom: 0.95rem;
    }
    .settings-preferences-eyebrow {
    margin-bottom: 0.35rem;
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #7d8593;
    }
    .settings-preferences-status {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.7rem;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.03);
    color: #d7dde7;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    white-space: nowrap;
    }
    .settings-preferences-status-dot {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 999px;
    background: rgb(43, 123, 254);
    box-shadow: 0 0 0 4px rgba(43, 123, 254, 0.14);
    flex: 0 0 auto;
    }
    .settings-size-switch {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    padding: 0.35rem;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.02);
    }
    .settings-size-button {
    border: 0;
    border-radius: 10px;
    padding: 0.7rem 0.95rem;
    min-width: 6rem;
    background: transparent;
    color: #8f97a5;
    font-size: 0.76rem;
    font-weight: 600;
    transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
    }
    .settings-size-button:hover {
    background: rgba(255,255,255,0.04);
    color: #ffffff;
    }
    .settings-size-button.is-active {
    background: #f3f5f8;
    color: #0b0b0b;
    box-shadow: 0 8px 24px rgba(255,255,255,0.08);
    }
    .settings-preferences-footnote {
    margin-top: 0.9rem;
    padding-top: 0.9rem;
    border-top: 1px solid rgba(255,255,255,0.06);
    font-size: 0.72rem;
    line-height: 1.55;
    color: #8a92a0;
    }
    .settings-terminal-list {
    display: grid;
    gap: 0.6rem;
    }
    .settings-terminal-choice {
    width: 100%;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.06);
    background: rgba(255,255,255,0.018);
    color: #d6dbe4;
    padding: 0.9rem 1rem;
    text-align: left;
    transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
    }
    .settings-terminal-choice:hover {
    border-color: rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.03);
    transform: translateY(-1px);
    }
    .settings-terminal-choice.is-active {
    border-color: rgba(43,123,254,0.32);
    background: rgba(43,123,254,0.09);
    box-shadow: 0 10px 28px rgba(43,123,254,0.08), inset 0 1px 0 rgba(255,255,255,0.03);
    }
    .settings-terminal-icon-wrap {
    width: 2rem;
    height: 2rem;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.06);
    flex: 0 0 auto;
    }
    .settings-terminal-choice.is-active .settings-terminal-icon-wrap {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.12);
    }
    .settings-terminal-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.28rem 0.55rem;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.03);
    color: #8f97a5;
    font-size: 0.64rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    white-space: nowrap;
    }
    .settings-terminal-choice.is-active .settings-terminal-badge {
    background: rgba(255,255,255,0.9);
    border-color: rgba(255,255,255,0.92);
    color: #0b0b0b;
    }
    .settings-preferences-preview-card {
    display: flex;
    flex-direction: column;
    }
    .settings-preferences-preview-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.9rem;
    }
    .settings-preferences-meta-chip {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.03);
    color: #cfd5df;
    padding: 0.45rem 0.75rem;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    }
    .settings-preferences-preview-frame {
    flex: 1 1 auto;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.06);
    background: #090909;
    padding: 1rem;
    }
    @media (min-width: 1024px) {
    .settings-preferences-layout {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    align-items: start;
    }
    .settings-topbar {
    flex-direction: row;
    align-items: end;
    justify-content: space-between;
    }
    .settings-rail-stack {
    position: sticky;
    top: 1rem;
    }
    }
    @media (max-width: 767px) {
    .settings-summary-grid {
    grid-template-columns: 1fr;
    }
    .settings-preferences-card-head {
    flex-direction: column;
    }
    .settings-size-switch {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .settings-size-button {
    min-width: 0;
    }
    }
    @keyframes settings-rise {
    from { opacity: 0; transform: translateY(10px) scale(0.992); }
    to { opacity: 1; transform: translateY(0) scale(1); }
    }

    .border-buy { border-color: rgba(16, 185, 129, 0.2) !important; }
    .border-sell { border-color: rgba(239, 68, 68, 0.2) !important; }
    .border-twitter { border-color: rgba(43, 123, 254, 0.2) !important; }
    .border-telegram { border-color: rgba(38, 165, 228, 0.24) !important; box-shadow: 0 10px 28px rgba(38, 165, 228, 0.06); }
    .border-tiktok { border-color: rgba(254, 44, 85, 0.18) !important; box-shadow: 0 10px 24px rgba(254, 44, 85, 0.04); }
    .border-binance { border-color: rgba(240, 185, 11, 0.26) !important; box-shadow: 0 10px 28px rgba(240, 185, 11, 0.06); }
    .border-instagram { border-color: rgba(236, 72, 153, 0.25) !important; }
    .border-rss { border-color: rgba(245, 158, 11, 0.22) !important; box-shadow: 0 10px 26px rgba(245, 158, 11, 0.05); }
    .border-truth { border-color: rgba(167, 139, 250, 0.18) !important; box-shadow: 0 10px 28px rgba(76, 29, 149, 0.05); }

    /* Entrance Animation */
    @keyframes entranceUp { from { opacity: 0; transform: translateY(10px) scale(0.992); } to { opacity: 1; transform: translateY(0) scale(1); } }
    .new-alert { animation: entranceUp var(--alert-enter-duration) cubic-bezier(0.22, 1, 0.36, 1) forwards; }

    .copy-pill { transition: all 0.2s; cursor: pointer; }
    .copy-pill:hover { background: #27272A; color: #FFF; }
    .copy-pill:active { transform: scale(0.95); }
    .stat-badge { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.05); }
    .line-clamp-none { display: block; overflow: visible; }
    .tweet-text { line-height: 1.55; letter-spacing: -0.01em; }
    .social-text-sm .social-author-name,
    .social-text-sm .social-author-name * { font-size: 0.8125rem !important; line-height: 1.15 !important; }
    .social-text-md .social-author-name,
    .social-text-md .social-author-name * { font-size: 0.875rem !important; line-height: 1.2 !important; }
    .social-text-lg .social-author-name,
    .social-text-lg .social-author-name * { font-size: 1rem !important; line-height: 1.25 !important; }
    .social-text-sm .social-title,
    .social-text-sm .social-title * { font-size: 0.875rem !important; line-height: 1.25 !important; }
    .social-text-md .social-title,
    .social-text-md .social-title * { font-size: 0.9375rem !important; line-height: 1.3 !important; }
    .social-text-lg .social-title,
    .social-text-lg .social-title * { font-size: 1.0625rem !important; line-height: 1.35 !important; }
    .social-text-sm .social-meta,
    .social-text-sm .social-meta * { font-size: 0.6875rem !important; line-height: 1rem !important; }
    .social-text-md .social-meta,
    .social-text-md .social-meta * { font-size: 0.75rem !important; line-height: 1rem !important; }
    .social-text-lg .social-meta,
    .social-text-lg .social-meta * { font-size: 0.875rem !important; line-height: 1.2rem !important; }
    .social-text-sm .social-context,
    .social-text-sm .social-context * { font-size: 0.6875rem !important; line-height: 1rem !important; }
    .social-text-md .social-context,
    .social-text-md .social-context * { font-size: 0.75rem !important; line-height: 1.05rem !important; }
    .social-text-lg .social-context,
    .social-text-lg .social-context * { font-size: 0.875rem !important; line-height: 1.2rem !important; }
    .social-text-sm .social-body,
    .social-text-sm .social-body * { font-size: 0.8125rem !important; line-height: 1.45 !important; }
    .social-text-md .social-body,
    .social-text-md .social-body * { font-size: 0.875rem !important; line-height: 1.55 !important; }
    .social-text-lg .social-body,
    .social-text-lg .social-body * { font-size: 1rem !important; line-height: 1.65 !important; }
    .mention-link { color: #1D9BF0; font-weight: 500; }
    .mention-link:hover { text-decoration: underline; }
    .keyword-highlight { color: #F59E0B; font-weight: 600; background: rgba(245, 158, 11, 0.1); padding: 0 2px; border-radius: 4px; }
    .ticker-highlight { color: #10B981; font-weight: 600; background: rgba(16, 185, 129, 0.1); padding: 0 2px; border-radius: 4px; }
    .ca-highlight { color: #FFFFFF; font-weight: 700; background: rgba(43, 123, 254, 0.15); border: 1px solid rgba(43, 123, 254, 0.3); padding: 2px 6px; border-radius: 4px; cursor: pointer; transition: all 0.2s; }
    .ca-highlight:hover { background: rgba(43, 123, 254, 0.25); border-color: rgba(43, 123, 254, 0.5); }
    .ca-highlight:active { transform: scale(0.95); }
    .token-pill { background: rgba(43, 123, 254, 0.05); border: 1px solid rgba(43, 123, 254, 0.15); }
    .video-container { display: inline-block; max-width: 100%; border-radius: 8px; overflow: hidden; position: relative; background: #000; }
    .video-container video { display: block; max-width: 100%; height: auto; pointer-events: auto; }
    @keyframes zoomIn { from { opacity: 0; transform: scale(0.95); } to { opacity: 1; transform: scale(1); } }
    .animate-zoom-in { animation: zoomIn 0.2s cubic-bezier(0.16, 1, 0.3, 1); }

    /* Toast Styles */
    .toast-enter-active, .toast-leave-active { transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    .toast-enter-from, .toast-leave-to { opacity: 0; transform: translateY(-20px) scale(0.9); }
    .toast-enter-to, .toast-leave-from { opacity: 1; transform: translateY(0) scale(1); }

    /* Dropdown Styles */
    .dropdown-item { transition: all 0.2s ease; border-radius: 6px; }
    .dropdown-item:hover { background: rgba(43, 123, 254, 0.1); color: var(--plat-blue); }
    .dropdown-active { background: rgba(43, 123, 254, 0.08); border-color: rgba(43, 123, 254, 0.2); color: var(--plat-blue); }
    .sound-menu-popup,
    .group-menu-popup {
    position: fixed;
    z-index: 120;
    max-height: min(360px, calc(100vh - 24px));
    overflow-y: auto;
    pointer-events: auto;
    border-radius: 14px;
    background: rgba(16, 17, 20, 0.98);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 18px 42px rgba(0,0,0,0.3);
    backdrop-filter: blur(16px);
    }

    /* Feed Drag & Resize Styles */
    .feed-column {
    cursor: default;
    contain: layout paint;
    will-change: transform, opacity;
    transition: transform 0.14s ease, opacity 0.14s ease, box-shadow 0.14s ease, border-color 0.14s ease;
    }
    .feed-column.dragging {
    opacity: 0.72;
    transform: translateY(-2px) scale(0.992);
    border-color: rgba(43, 123, 254, 0.26);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
    }
    .feed-column.drag-over {
    border-color: rgba(43, 123, 254, 0.34);
    box-shadow: inset 0 0 0 1px rgba(43, 123, 254, 0.18);
    }
    .feed-column:active { cursor: grabbing; }
    .resize-handle { touch-action: none; }
    .feed-drag-ghost {
    position: fixed;
    top: -10000px;
    left: -10000px;
    pointer-events: none;
    border-radius: 12px;
    overflow: hidden;
    background: rgba(22, 23, 26, 0.96);
    border: 1px solid rgba(43, 123, 254, 0.24);
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(14px);
    }
    .feed-drag-ghost-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    background: rgba(255,255,255,0.02);
    }
    .feed-drag-ghost-title {
    min-width: 0;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    }
    .feed-drag-ghost-meta {
    flex-shrink: 0;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7d8593;
    }
    .feed-drag-ghost-body {
    display: grid;
    gap: 10px;
    padding: 12px;
    height: calc(100% - 50px);
    background:
        linear-gradient(180deg, rgba(255,255,255,0.018), rgba(255,255,255,0.008)),
        radial-gradient(circle at top right, rgba(43,123,254,0.10), transparent 42%);
    }
    .feed-drag-ghost-card {
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.06);
    background: linear-gradient(180deg, rgba(255,255,255,0.032), rgba(255,255,255,0.012));
    }
    .feed-drag-ghost-card:nth-child(1) { height: 84px; }
    .feed-drag-ghost-card:nth-child(2) { height: 132px; }
    .feed-drag-ghost-card:nth-child(3) { height: 108px; }
    .feed-drag-ghost-card:nth-child(4) { flex: 1 1 auto; min-height: 72px; }
    .trend-item:hover { border-color: rgba(255,255,255,0.12); transform: translateY(-1px); }
    .trend-source-card { position: relative; overflow: hidden; }
    .trend-source-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.03), transparent 55%);
    pointer-events: none;
    }
    .trend-section-tiktok { background: rgba(255,255,255,0.015); }
    .trend-section-reddit { background: rgba(255,255,255,0.015); }
    .trend-section-hn { background: rgba(255,255,255,0.015); }
    .trend-section-github { background: rgba(255,255,255,0.015); }
    .trend-section-twitter { background: rgba(255,255,255,0.015); }
    .trend-item-featured { background: rgba(255,255,255,0.03); }
    .trend-feature-card { min-height: 208px; }
    .trend-feature-meta { line-height: 1.35; }
    @keyframes authPulse {
    0% { transform: translate(-50%, -50%) scale(1); opacity: 0.6; }
    50% { transform: translate(-50%, -50%) scale(1.1); opacity: 0.8; }
    100% { transform: translate(-50%, -50%) scale(1); opacity: 0.6; }
    }
    @keyframes authSlideUp {
    from { transform: translateY(20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
    }
    @keyframes authGlow {
    0% { filter: drop-shadow(0 0 10px rgba(43, 123, 254, 0.4)); }
    50% { filter: drop-shadow(0 0 24px rgba(43, 123, 254, 0.8)); }
    100% { filter: drop-shadow(0 0 10px rgba(43, 123, 254, 0.4)); }
    }
    .auth-shell {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px;
    background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.03), transparent 24%),
    radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.02), transparent 26%),
    linear-gradient(180deg, #090b0f 0%, #0b0c0e 100%);
    overflow: hidden;
    }
    .auth-shell::before {
    display: none;
    }
    .auth-shell::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.03'/%3E%3C/svg%3E");
    opacity: 0.018;
    z-index: 1;
    }
    .auth-layout {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 420px;
    display: flex;
    justify-content: center;
    animation: authSlideUp 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    }
    .auth-panel,
    .auth-card {
    position: relative;
    border-radius: 24px;
    background: var(--bg-panel);
    border: 1px solid rgba(255, 255, 255, 0.04);
    box-shadow: none;
    overflow: hidden;
    }
    .auth-panel {
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 520px;
    background:
    linear-gradient(180deg, rgba(255,255,255,0.025), rgba(255,255,255,0)),
    var(--bg-panel);
    }
    .auth-panel::before,
    .auth-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0.025), transparent 26%);
    pointer-events: none;
    }
    .auth-card {
    width: 100%;
    max-width: 392px;
    padding: 26px;
    display: flex;
    flex-direction: column;
    background:
    linear-gradient(180deg, rgba(255,255,255,0.018), rgba(255,255,255,0.008)),
    #131519;
    }
    .auth-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(43, 123, 254, 0.16);
    background: rgba(43, 123, 254, 0.08);
    color: #8bb7ff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    width: fit-content;
    }
    .auth-panel-title {
    margin-top: 18px;
    max-width: 520px;
    font-size: 40px;
    line-height: 1.02;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.05em;
    }
    .auth-panel-copy {
    margin-top: 16px;
    max-width: 480px;
    font-size: 15px;
    line-height: 1.7;
    color: #9aa3af;
    }
    .auth-preview-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(220px, 0.85fr);
    gap: 14px;
    margin-top: 28px;
    }
    .auth-preview-card {
    background: rgba(255,255,255,0.02);
    border: 1px solid var(--glass-border);
    border-radius: 18px;
    padding: 18px;
    }
    .auth-preview-card.highlight {
    background:
    linear-gradient(180deg, rgba(43,123,254,0.10), rgba(43,123,254,0.02)),
    rgba(255,255,255,0.02);
    border-color: rgba(43, 123, 254, 0.16);
    }
    .auth-preview-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
    }
    .auth-preview-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7f8490;
    }
    .auth-preview-value {
    font-size: 12px;
    color: #d8dee9;
    }
    .auth-preview-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    }
    .auth-preview-item {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px;
    }
    .auth-preview-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--plat-blue);
    box-shadow: 0 0 0 4px rgba(43, 123, 254, 0.12);
    }
    .auth-preview-item-title {
    font-size: 13px;
    font-weight: 600;
    color: #f5f7fa;
    }
    .auth-preview-item-copy {
    margin-top: 3px;
    font-size: 12px;
    color: #7f8490;
    }
    .auth-preview-tag {
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.06);
    background: rgba(255,255,255,0.03);
    color: #c5ccd5;
    font-size: 11px;
    font-weight: 600;
    }
    .auth-preview-stat {
    display: flex;
    flex-direction: column;
    gap: 14px;
    }
    .auth-stat-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7f8490;
    }
    .auth-stat-value {
    margin-top: 8px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: #ffffff;
    }
    .auth-stat-copy {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.5;
    color: #8b93a1;
    }
    .auth-panel-footer {
    margin-top: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 12px;
    color: #7f8490;
    }
    .auth-panel-footer span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    }
    .auth-panel-footer span::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: rgba(255,255,255,0.2);
    }
    .auth-card-header {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 22px;
    }
    .auth-logo {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    box-shadow: none;
    animation: none;
    }
    .auth-logo img,
    .auth-logo svg {
    width: 20px;
    height: 20px;
    display: block;
    }
    .auth-title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
    letter-spacing: -0.04em;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    }
    .auth-title-mark {
    width: 18px;
    height: 18px;
    color: #dfe6ef;
    flex: 0 0 auto;
    opacity: 0.95;
    }
    .auth-title-mark svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: currentColor;
    }
    .auth-subtitle {
    font-size: 13px;
    color: #858d99;
    text-align: left;
    line-height: 1.55;
    font-weight: 500;
    margin-bottom: 8px;
    }
    .auth-form {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    }
    .auth-input-group {
    position: relative;
    }
    .auth-field-label {
    display: block;
    margin-bottom: 7px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #7f8490;
    }
    .auth-input {
    width: 100%;
    background: rgba(255, 255, 255, 0.018);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 14px;
    padding: 13px 15px;
    color: #fff;
    font-size: 14px;
    transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
    }
    .auth-input::placeholder {
    color: #616977;
    font-weight: 500;
    }
    .auth-input:hover {
    background: rgba(255, 255, 255, 0.024);
    border-color: rgba(255, 255, 255, 0.08);
    }
    .auth-input:focus {
    outline: none;
    border-color: rgba(43, 123, 254, 0.28);
    background: rgba(255, 255, 255, 0.026);
    box-shadow: none;
    }
    .auth-submit {
    width: 100%;
    background: linear-gradient(180deg, #2B7BFE 0%, #1B65DB 100%);
    color: #fff;
    border: 1px solid rgba(43, 123, 254, 0.22);
    border-radius: 14px;
    padding: 13px 16px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.01em;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    margin-top: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: none;
    box-shadow: none;
    }
    .auth-submit:hover:not(:disabled) {
    background: linear-gradient(180deg, #3b86ff 0%, #236fe8 100%);
    transform: translateY(-1px);
    box-shadow: none;
    }
    .auth-submit:active:not(:disabled) {
    transform: translateY(0) scale(0.98);
    box-shadow: none;
    }
    .auth-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    background: #22262d;
    box-shadow: none;
    text-shadow: none;
    }
    .auth-error {
    width: 100%;
    padding: 12px 16px;
    border-radius: 12px;
    background: rgba(239, 68, 68, 0.15);
    border: 1px solid rgba(239, 68, 68, 0.25);
    color: #fca5a5;
    font-size: 14px;
    text-align: center;
    margin-top: 8px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    animation: authSlideUp 0.3s ease-out forwards;
    }
    .auth-loading-card {
    max-width: 360px;
    align-items: center;
    text-align: center;
    }
    .auth-loading-bar {
    width: 100%;
    height: 2px;
    background: rgba(255,255,255,0.08);
    border-radius: 999px;
    margin-top: 20px;
    overflow: hidden;
    }
    .auth-loading-bar-fill {
    height: 100%;
    width: 50%;
    background: var(--plat-blue);
    border-radius: 999px;
    }
    @media (max-width: 960px) {
    .auth-shell {
    padding: 18px;
    }
    .auth-shell::before {
    display: none;
    }
    .auth-layout {
    max-width: 460px;
    }
    .auth-card {
    max-width: none;
    padding: 22px;
    }
    }
    @media (max-width: 640px) {
    .auth-layout {
    max-width: 100%;
    }
    .auth-card {
    padding: 20px;
    border-radius: 20px;
    }
    .auth-title {
    font-size: 24px;
    }
    }
    .custom-scrollbar {
    scrollbar-width: thin;
    scrollbar-color: rgba(43, 123, 254, 0.38) rgba(255,255,255,0.03);
    }
    .custom-scrollbar::-webkit-scrollbar { width: 8px; height: 8px; }
    .custom-scrollbar::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.03);
    border-radius: 999px;
    }
    .custom-scrollbar::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgba(43,123,254,0.42), rgba(43,123,254,0.24));
    border: 1px solid rgba(255,255,255,0.04);
    border-radius: 999px;
    }
    .custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, rgba(43,123,254,0.58), rgba(43,123,254,0.34));
    }
    .custom-scrollbar::-webkit-scrollbar-corner { background: transparent; }
