.mobile-blocspace-home-nav {
    display: none;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

.mobile-blocspace-home-nav button {
    min-height: 64px;
    border: 1px solid color-mix(in srgb, var(--text-primary) 9%, transparent);
    border-radius: 15px;
    background: transparent;
    color: var(--text-primary);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-size: 10px;
    font-weight: 850;
    cursor: pointer;
}

.mobile-blocspace-home-nav button i {
    color: var(--primary-color);
    font-size: 16px;
}

.mobile-blocspace-inline-stack {
    display: none;
    flex-direction: column;
    gap: 0;
    border-top: 1px solid color-mix(in srgb, var(--text-primary) 9%, transparent);
}

.mobile-blocspace-inline-card {
    min-height: 64px;
    border: 0;
    border-bottom: 1px solid color-mix(in srgb, var(--text-primary) 11%, transparent);
    background: transparent;
    color: var(--text-primary);
    padding: 0;
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    text-align: left;
    cursor: pointer;
}

.mobile-blocspace-inline-card > i {
    color: var(--primary-color);
    font-size: 15px;
    text-align: center;
}

.mobile-blocspace-inline-card span {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mobile-blocspace-inline-card strong {
    color: var(--text-primary);
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
}

.mobile-blocspace-inline-card em {
    color: var(--text-secondary);
    font-size: 10px;
    font-style: normal;
    font-weight: 750;
    line-height: 1.35;
}

.mobile-blocspace-inline-card b {
    color: var(--primary-color);
    font-size: 10px;
    font-weight: 850;
}

.mobile-blocspace-main-panel {
    min-height: 260px;
}

.mobile-blocspace-main-panel > [data-mobile-blocspace-panel] {
    display: none;
}

.mobile-blocspace-main-panel > [data-mobile-blocspace-panel].is-active {
    display: block;
}

.mobile-blocspace-panel-placeholder {
    padding: 22px 0;
    color: var(--text-secondary);
    font-size: 12px;
    font-weight: 750;
    line-height: 1.45;
}

.mobile-blocspace-inline-summary {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 14px 0 20px;
    border-top: 1px solid color-mix(in srgb, var(--text-primary) 10%, transparent);
}

.mobile-blocspace-inline-summary strong {
    color: var(--text-primary);
    font-size: 28px;
    line-height: 0.96;
    font-weight: 950;
    letter-spacing: 0;
}

.mobile-blocspace-inline-summary span {
    color: var(--text-secondary);
    font-size: 12px;
    font-weight: 750;
    line-height: 1.4;
}

.mobile-blocspace-inline-summary button {
    align-self: flex-start;
    height: 34px;
    border: 1px solid color-mix(in srgb, var(--text-primary) 14%, transparent);
    border-radius: 999px;
    background: transparent;
    color: var(--text-primary);
    padding: 0 13px;
    font-size: 11px;
    font-weight: 850;
    cursor: pointer;
}

.mobile-blocspace-home-modules {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    overflow: visible;
    border-top: 0;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.mobile-blocspace-home-modules::-webkit-scrollbar {
    display: none;
}

.mobile-blocspace-home-module {
    min-width: 0;
    min-height: 44px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid color-mix(in srgb, var(--text-primary) 8%, transparent);
    border-radius: 14px;
    background: color-mix(in srgb, var(--surface-color) 58%, transparent);
    color: var(--text-primary);
    padding: 0 10px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.mobile-blocspace-home-module-icon {
    width: 17px;
    flex: 0 0 17px;
    color: var(--primary-color);
    display: grid;
    place-items: center;
    font-size: 14px;
    line-height: 1;
}

.mobile-blocspace-home-module-copy {
    min-width: 0;
    display: block;
}

.mobile-blocspace-home-module-copy strong {
    display: block;
    min-width: 0;
    color: var(--text-primary);
    font-size: 11px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-blocspace-home-module-copy span {
    display: none;
}

.mobile-blocspace-home-module button {
    display: none;
}

#blocspace-section-home .mobile-blocspace-hero {
    display: none;
}

.mobile-blocspace-home-topline {
    display: none !important;
}

.mobile-blocspace-home-stats {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 0;
}

.mobile-blocspace-home-world {
    position: relative;
    min-height: 132px;
    border: 1px solid color-mix(in srgb, var(--primary-color) 12%, transparent);
    border-radius: 18px;
    overflow: hidden;
    background: #07070b;
    color: #ffffff;
    box-shadow: 0 18px 46px color-mix(in srgb, #000000 28%, transparent);
}

.mobile-blocspace-home-world-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    background-size: cover;
    background-position: center;
    opacity: 0.86;
    filter: saturate(1.05) contrast(1);
}

.mobile-blocspace-home-world-bg.is-fallback {
    opacity: 0.44;
}

.mobile-blocspace-home-world::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0,0,0,0.74), rgba(0,0,0,0.28) 54%, rgba(0,0,0,0.08)),
        linear-gradient(180deg, rgba(0,0,0,0.04), rgba(0,0,0,0.46));
    pointer-events: none;
}

.mobile-blocspace-home-world-body {
    position: relative;
    z-index: 1;
    min-height: 132px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    padding: 18px;
}

.mobile-blocspace-home-world-kicker,
.mobile-blocspace-home-section-label {
    color: color-mix(in srgb, #ffffff 72%, transparent);
    font-size: 10px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.mobile-blocspace-home-world-name {
    margin-top: 8px;
    font-size: 54px;
    line-height: 0.88;
    font-weight: 950;
    letter-spacing: 0;
    color: #ffffff;
    max-width: 78%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-blocspace-home-world-quote {
    max-width: 72%;
    margin: 12px 0 0;
    color: color-mix(in srgb, #ffffff 78%, transparent);
    font-size: 15px;
    line-height: 1.35;
    font-weight: 750;
    font-style: italic;
}

.mobile-blocspace-home-overview {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mobile-blocspace-home-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 28px;
    padding: 0 2px;
}

.mobile-blocspace-home-section-head > span {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.mobile-blocspace-home-section-head strong {
    color: var(--text-primary);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    line-height: 1;
    font-weight: 950;
}

.mobile-blocspace-home-section-head strong i {
    color: var(--primary-color);
}

.mobile-blocspace-home-section-head > span > em {
    color: var(--text-secondary);
    font-size: 11px;
    line-height: 1.15;
    font-style: normal;
    font-weight: 750;
}

.mobile-blocspace-home-section-head button {
    min-height: 30px;
    border: 1px solid color-mix(in srgb, var(--text-primary) 8%, transparent);
    border-radius: 999px;
    background: color-mix(in srgb, var(--surface-color) 66%, transparent);
    color: var(--text-primary);
    padding: 0 11px;
    font-size: 11px;
    font-weight: 850;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    flex: 0 0 auto;
}

.mobile-blocspace-home-section-head button i {
    font-size: 10px;
}

.mobile-blocspace-home-overview-board {
    border: 1px solid color-mix(in srgb, var(--text-primary) 7%, transparent);
    border-radius: 22px;
    background:
        radial-gradient(circle at 18% 4%, color-mix(in srgb, var(--primary-color) 10%, transparent), transparent 38%),
        linear-gradient(180deg, color-mix(in srgb, var(--surface-color) 78%, transparent), color-mix(in srgb, var(--surface-color) 42%, transparent));
    display: grid;
    grid-template-columns: minmax(112px, 0.72fr) minmax(0, 1.28fr);
    gap: 12px;
    padding: 14px;
    box-shadow: 0 14px 34px color-mix(in srgb, #000000 8%, transparent);
}

.mobile-blocspace-home-today-ring {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-blocspace-home-today-ring-inner {
    --today-ring-color: #22c55e;
    width: min(100%, 132px);
    aspect-ratio: 1;
    border-radius: 999px;
    background:
        radial-gradient(circle, var(--surface-color) 0 56%, transparent 57%),
        conic-gradient(from -90deg, var(--today-ring-color) calc(var(--today-score) * 1%), color-mix(in srgb, var(--today-ring-color) 13%, transparent) 0);
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--text-primary) 6%, transparent);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.mobile-blocspace-home-today-ring-inner::after {
    content: '';
    position: absolute;
    inset: 10px;
    border-radius: inherit;
    border: 1px dashed color-mix(in srgb, var(--text-primary) 7%, transparent);
    pointer-events: none;
}

.mobile-blocspace-home-today-ring-inner span {
    color: var(--text-secondary);
    font-size: 8px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.mobile-blocspace-home-today-ring-inner strong {
    margin-top: 6px;
    color: var(--text-primary);
    font-size: clamp(30px, 8vw, 36px);
    line-height: 0.9;
    font-weight: 950;
}

.mobile-blocspace-home-today-ring-inner em {
    margin-top: 5px;
    color: var(--text-secondary);
    font-size: 9px;
    line-height: 1;
    font-style: normal;
    font-weight: 850;
}

.mobile-blocspace-home-overview-list {
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: center;
    gap: 12px 10px;
}

.mobile-blocspace-home-overview-metric {
    min-width: 0;
    min-height: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: center;
    gap: 7px;
    padding: 0;
    color: var(--primary-color);
}

.mobile-blocspace-home-overview-metric > i {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: color-mix(in srgb, currentColor 10%, transparent);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-top: 0;
}

.mobile-blocspace-home-overview-metric span {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.mobile-blocspace-home-overview-metric em {
    color: var(--text-secondary);
    font-size: 9px;
    line-height: 1;
    font-style: normal;
    font-weight: 850;
}

.mobile-blocspace-home-overview-metric strong {
    color: var(--text-primary);
    font-size: clamp(16px, 4.4vw, 20px);
    line-height: 0.95;
    font-weight: 950;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-blocspace-home-overview-metric b {
    color: var(--text-secondary);
    font-size: 9px;
    line-height: 1;
    font-weight: 800;
}

.mobile-blocspace-home-overview-metric.is-accent {
    color: var(--accent-color, var(--primary-color));
}

.mobile-blocspace-home-overview-metric.is-cool {
    color: color-mix(in srgb, var(--primary-color) 58%, #38bdf8 42%);
}

.mobile-blocspace-home-overview-metric.is-money {
    color: color-mix(in srgb, var(--primary-color) 46%, #16a34a 54%);
}

.mobile-blocspace-home-mini-spark {
    width: 100%;
    height: 24px;
    color: currentColor;
    opacity: 0.78;
    display: none;
}

.mobile-blocspace-home-top-signals {
    border: 1px solid color-mix(in srgb, var(--text-primary) 7%, transparent);
    border-radius: 20px;
    background:
        radial-gradient(circle at 78% 10%, color-mix(in srgb, var(--accent-color, var(--primary-color)) 8%, transparent), transparent 38%),
        color-mix(in srgb, var(--surface-color) 68%, transparent);
    padding: 12px;
    overflow: hidden;
}

.mobile-blocspace-home-top-signals .mobile-blocspace-home-panel-title {
    margin-bottom: 8px;
}

.mobile-blocspace-home-top-signals-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mobile-blocspace-home-weekly-chart {
    position: relative;
    height: 112px;
    margin: -2px 2px 2px;
    border-radius: 14px;
    overflow: hidden;
    background:
        linear-gradient(180deg, transparent 0 70%, color-mix(in srgb, var(--text-primary) 4%, transparent)),
        linear-gradient(90deg, color-mix(in srgb, var(--primary-color) 5%, transparent), transparent);
}

.mobile-blocspace-home-weekly-empty {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: color-mix(in srgb, var(--text-primary) 46%, transparent);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.02em;
    pointer-events: none;
}

.mobile-blocspace-home-weekly-chart svg {
    width: 100%;
    height: 88px;
    display: block;
}

.mobile-blocspace-home-weekly-chart polyline {
    fill: none !important;
    opacity: 0.72;
    filter: none;
}

.mobile-blocspace-home-weekly-labels {
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 7px;
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 2px;
    color: color-mix(in srgb, var(--text-primary) 48%, transparent);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.02em;
    text-align: center;
    text-transform: uppercase;
    pointer-events: none;
}

.mobile-blocspace-home-weekly-labels span {
    min-width: 0;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
}

.mobile-blocspace-home-signal-breakdown {
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    border-top: 0;
}

.mobile-blocspace-home-breakdown-row {
    min-height: 58px;
    border: 1px solid color-mix(in srgb, var(--text-primary) 7%, transparent);
    border-radius: 16px;
    background: color-mix(in srgb, var(--surface-color) 72%, transparent);
    color: var(--text-primary);
    display: grid;
    align-content: center;
    gap: 8px;
    padding: 10px 12px;
    text-align: left;
    cursor: pointer;
    font: inherit;
}

.mobile-blocspace-home-breakdown-row:first-child {
    border-left: 1px solid color-mix(in srgb, var(--text-primary) 7%, transparent);
}

.mobile-blocspace-home-breakdown-row span {
    min-width: 0;
    color: var(--text-secondary);
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    font-weight: 850;
    white-space: nowrap;
}

.mobile-blocspace-home-breakdown-row span i {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--primary-color);
}

.mobile-blocspace-home-breakdown-row strong {
    color: var(--text-primary);
    font-size: 20px;
    line-height: 1;
    font-weight: 950;
    white-space: nowrap;
}

@media (max-width: 374px) {
    .mobile-blocspace-home-overview-board,
    .mobile-blocspace-home-signal-breakdown {
        grid-template-columns: minmax(0, 1fr);
    }

    .mobile-blocspace-home-overview-list {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }
}

.mobile-blocspace-home-breakdown-row.is-accent span i {
    background: #2563eb;
}

.mobile-blocspace-home-breakdown-row.is-cool span i {
    background: color-mix(in srgb, var(--primary-color) 58%, #38bdf8 42%);
}

.mobile-blocspace-home-breakdown-row.is-money span i {
    background: #22a45a;
}

.mobile-blocspace-home-detail-sheet {
    position: fixed;
    inset: 0;
    z-index: 2147483646 !important;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    pointer-events: none;
    isolation: isolate;
}

.mobile-blocspace-home-detail-sheet.is-open {
    pointer-events: auto;
}

.mobile-blocspace-home-detail-scrim {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(0, 0, 0, 0.34);
    opacity: 0;
    transition: opacity 180ms ease;
}

.mobile-blocspace-home-detail-sheet.is-open .mobile-blocspace-home-detail-scrim {
    opacity: 1;
}

.mobile-blocspace-home-detail-panel {
    position: relative;
    z-index: 1;
    width: min(430px, calc(100vw - 20px));
    max-height: min(74vh, 680px);
    margin: 0 10px max(10px, env(safe-area-inset-bottom));
    border: 1px solid color-mix(in srgb, var(--text-primary) 8%, transparent);
    border-radius: 30px;
    background: color-mix(in srgb, var(--surface-color) 94%, var(--background-color) 6%);
    color: var(--text-primary);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
    padding: 10px 14px 14px;
    transform: translateY(24px);
    opacity: 0;
    transition: transform 220ms ease, opacity 180ms ease;
    overflow: hidden;
}

.mobile-blocspace-home-detail-sheet.is-open .mobile-blocspace-home-detail-panel {
    transform: translateY(0);
    opacity: 1;
}

.mobile-blocspace-home-detail-grabber {
    width: 42px;
    height: 5px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--text-primary) 18%, transparent);
    margin: 2px auto 12px;
}

.mobile-blocspace-home-detail-head {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) 40px;
    align-items: center;
    gap: 10px;
}

.mobile-blocspace-home-detail-head > span {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: color-mix(in srgb, var(--primary-color) 12%, transparent);
    color: var(--primary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.mobile-blocspace-home-detail-head > span.is-accent {
    color: #2563eb;
    background: color-mix(in srgb, #2563eb 12%, transparent);
}

.mobile-blocspace-home-detail-head > span.is-money {
    color: #22a45a;
    background: color-mix(in srgb, #22a45a 12%, transparent);
}

.mobile-blocspace-home-detail-head strong,
.mobile-blocspace-home-detail-head em {
    display: block;
}

.mobile-blocspace-home-detail-head strong {
    color: var(--text-primary);
    font-size: 24px;
    line-height: 1;
    font-weight: 920;
}

.mobile-blocspace-home-detail-head em {
    margin-top: 5px;
    color: var(--text-secondary);
    font-size: 12px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 760;
}

.mobile-blocspace-home-detail-close {
    width: 40px;
    height: 40px;
    border: 1px solid color-mix(in srgb, var(--text-primary) 8%, transparent);
    border-radius: 999px;
    background: color-mix(in srgb, var(--surface-color) 84%, transparent);
    color: var(--text-primary);
    -webkit-text-fill-color: var(--text-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mobile-blocspace-home-detail-close i {
    color: currentColor;
    -webkit-text-fill-color: currentColor;
}

.mobile-blocspace-home-detail-total {
    margin-top: 14px;
    border: 1px solid color-mix(in srgb, var(--text-primary) 8%, transparent);
    border-radius: 18px;
    background: color-mix(in srgb, var(--background-color) 54%, transparent);
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 12px;
    padding: 12px;
}

.mobile-blocspace-home-detail-total strong {
    color: var(--text-primary);
    font-size: 28px;
    line-height: 1;
    font-weight: 950;
}

.mobile-blocspace-home-detail-total span {
    color: var(--text-secondary);
    font-size: 11px;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.mobile-blocspace-home-detail-list {
    max-height: calc(min(74vh, 680px) - 176px);
    overflow-y: auto;
    display: grid;
    gap: 10px;
    margin-top: 12px;
    padding-bottom: 2px;
}

.mobile-blocspace-home-detail-row {
    width: 100%;
    min-height: 66px;
    border: 1px solid color-mix(in srgb, var(--text-primary) 7%, transparent);
    border-radius: 22px;
    background: color-mix(in srgb, var(--surface-color) 82%, transparent);
    color: var(--text-primary);
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    align-items: center;
    gap: 11px;
    padding: 10px;
    text-align: left;
    font: inherit;
}

.mobile-blocspace-home-detail-avatar {
    width: 44px;
    height: 44px;
    border-radius: 15px;
    background: color-mix(in srgb, var(--text-primary) 7%, transparent);
    color: var(--text-primary);
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mobile-blocspace-home-detail-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mobile-blocspace-home-detail-row-copy {
    min-width: 0;
    display: grid;
    gap: 3px;
}

.mobile-blocspace-home-detail-row-copy strong,
.mobile-blocspace-home-detail-row-copy em,
.mobile-blocspace-home-detail-row-copy small {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mobile-blocspace-home-detail-row-copy strong {
    color: var(--text-primary);
    font-size: 13px;
    font-weight: 920;
}

.mobile-blocspace-home-detail-row-copy em {
    color: var(--text-secondary);
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
}

.mobile-blocspace-home-detail-row-copy small {
    color: var(--text-secondary);
    font-size: 10px;
    font-weight: 720;
}

.mobile-blocspace-home-detail-row b {
    border: 1px solid color-mix(in srgb, var(--text-primary) 8%, transparent);
    border-radius: 999px;
    padding: 8px 11px;
    color: var(--text-primary);
    font-size: 11px;
    font-weight: 850;
    white-space: nowrap;
}

.mobile-blocspace-home-detail-empty {
    border: 1px solid color-mix(in srgb, var(--text-primary) 7%, transparent);
    border-radius: 18px;
    padding: 18px;
    color: var(--text-secondary);
    font-size: 13px;
    font-weight: 800;
}

html[data-theme="light"] .mobile-blocspace-home-detail-panel,
body[data-theme="light"] .mobile-blocspace-home-detail-panel,
html[data-theme="light-accent"] .mobile-blocspace-home-detail-panel,
body[data-theme="light-accent"] .mobile-blocspace-home-detail-panel {
    background: rgba(255, 255, 255, 0.98) !important;
    border-color: rgba(5, 5, 5, 0.1) !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
}

html[data-theme="light"] .mobile-blocspace-home-detail-close,
body[data-theme="light"] .mobile-blocspace-home-detail-close,
html[data-theme="light-accent"] .mobile-blocspace-home-detail-close,
body[data-theme="light-accent"] .mobile-blocspace-home-detail-close {
    background: #ffffff !important;
    border-color: rgba(5, 5, 5, 0.12) !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
}

html[data-theme="light"] .mobile-blocspace-home-detail-close *,
body[data-theme="light"] .mobile-blocspace-home-detail-close *,
html[data-theme="light-accent"] .mobile-blocspace-home-detail-close *,
body[data-theme="light-accent"] .mobile-blocspace-home-detail-close * {
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
}

html[data-theme="light"] .mobile-blocspace-home-detail-row,
body[data-theme="light"] .mobile-blocspace-home-detail-row,
html[data-theme="light-accent"] .mobile-blocspace-home-detail-row,
body[data-theme="light-accent"] .mobile-blocspace-home-detail-row,
html[data-theme="light"] .mobile-blocspace-home-detail-total,
body[data-theme="light"] .mobile-blocspace-home-detail-total,
html[data-theme="light-accent"] .mobile-blocspace-home-detail-total,
body[data-theme="light-accent"] .mobile-blocspace-home-detail-total {
    background: rgba(255, 255, 255, 0.84) !important;
    border-color: rgba(5, 5, 5, 0.1) !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
}

html[data-theme="light"] .mobile-blocspace-home-detail-total span,
body[data-theme="light"] .mobile-blocspace-home-detail-total span,
html[data-theme="light-accent"] .mobile-blocspace-home-detail-total span,
body[data-theme="light-accent"] .mobile-blocspace-home-detail-total span,
html[data-theme="light"] .mobile-blocspace-home-detail-head em,
body[data-theme="light"] .mobile-blocspace-home-detail-head em,
html[data-theme="light-accent"] .mobile-blocspace-home-detail-head em,
body[data-theme="light-accent"] .mobile-blocspace-home-detail-head em {
    color: rgba(5, 5, 5, 0.58) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.58) !important;
}

.mobile-blocspace-home-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
}

.mobile-blocspace-home-panel {
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
    overflow: hidden;
}

.mobile-blocspace-home-panel-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
    padding: 0 2px;
}

.mobile-blocspace-home-panel-title strong {
    color: var(--text-primary);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    line-height: 1;
    font-weight: 950;
}

.mobile-blocspace-home-panel-title i {
    color: var(--primary-color);
}

.mobile-blocspace-home-panel-title button {
    min-height: 34px;
    border: 1px solid color-mix(in srgb, var(--text-primary) 8%, transparent);
    border-radius: 999px;
    background: color-mix(in srgb, var(--surface-color) 78%, transparent);
    color: var(--text-primary);
    padding: 0 14px;
    font-size: 11px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 10px 22px color-mix(in srgb, #000000 5%, transparent);
}

.mobile-blocspace-home-unread-row {
    width: 100%;
    min-height: 58px;
    border: 0;
    border-top: 1px solid color-mix(in srgb, var(--border-color) 44%, transparent);
    border-radius: 0;
    background: transparent;
    color: var(--text-primary);
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 10px 2px;
    text-align: left;
    cursor: pointer;
}

.mobile-blocspace-home-unread-row:first-of-type {
    border-top: 0;
}

.mobile-blocspace-home-unread-avatar {
    width: 42px;
    height: 42px;
    border-radius: 15px;
    background: color-mix(in srgb, var(--text-primary) 8%, transparent);
    color: var(--text-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    overflow: hidden;
}

.mobile-blocspace-home-flow {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.mobile-blocspace-home-flow-rail {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    border-top: 0;
}

.mobile-blocspace-home-signal-pill {
    min-height: 56px;
    border: 1px solid color-mix(in srgb, var(--text-primary) 7%, transparent);
    border-radius: 12px;
    background: color-mix(in srgb, var(--surface-color) 72%, transparent);
    color: var(--text-primary);
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    padding: 10px;
    text-align: left;
    cursor: pointer;
}

.mobile-blocspace-home-signal-pill i {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--primary-color) 13%, transparent);
    color: var(--primary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.mobile-blocspace-home-signal-pill span {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.mobile-blocspace-home-signal-pill strong {
    color: var(--text-primary);
    font-size: 12px;
    line-height: 1.05;
    font-weight: 950;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mobile-blocspace-home-signal-pill em {
    color: var(--text-secondary);
    font-size: 10px;
    line-height: 1.1;
    font-style: normal;
    font-weight: 800;
}

.mobile-blocspace-home-flow-group {
    display: flex;
    flex-direction: column;
    border-top: 1px solid color-mix(in srgb, var(--text-primary) 8%, transparent);
    gap: 10px;
    padding-top: 10px;
}

.mobile-blocspace-home-flow-label {
    min-height: 34px;
    color: var(--text-primary);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 950;
}

.mobile-blocspace-home-flow-label i {
    color: var(--primary-color);
    font-size: 11px;
}

.mobile-blocspace-home-flow-row {
    width: 100%;
    min-height: 66px;
    border: 1px solid color-mix(in srgb, var(--text-primary) 7%, transparent);
    border-radius: 18px;
    background: color-mix(in srgb, var(--surface-color) 84%, transparent);
    color: var(--text-primary);
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 12px;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 12px 26px color-mix(in srgb, #000000 5%, transparent);
}

.mobile-blocspace-home-activity-avatar {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--primary-color) 12%, transparent);
    color: var(--primary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    overflow: hidden;
}

.mobile-blocspace-home-activity-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mobile-blocspace-home-activity-avatar.is-fallback {
    background: color-mix(in srgb, var(--primary-color) 12%, transparent);
}

.mobile-blocspace-home-unread-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mobile-blocspace-home-row-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mobile-blocspace-home-row-copy strong {
    color: var(--text-primary);
    font-size: 13px;
    line-height: 1.2;
    font-weight: 900;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-blocspace-home-row-copy em {
    color: var(--text-secondary);
    font-size: 11px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 750;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-blocspace-home-row-action {
    min-width: 68px;
    min-height: 34px;
    border: 1px solid color-mix(in srgb, var(--text-primary) 7%, transparent);
    border-radius: 999px;
    color: var(--text-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    font-size: 10px;
    line-height: 1;
    font-weight: 900;
    white-space: nowrap;
    background: color-mix(in srgb, var(--surface-color) 70%, transparent);
}

.mobile-blocspace-home-feature {
    min-height: 168px;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    background: #0d0d14;
    color: #ffffff;
    border: 1px solid color-mix(in srgb, var(--primary-color) 16%, transparent);
    box-shadow: 0 18px 46px color-mix(in srgb, #000000 22%, transparent);
}

.mobile-blocspace-home-feature-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.58;
}

.mobile-blocspace-home-feature::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.06), rgba(0,0,0,0.78));
}

.mobile-blocspace-home-feature-body {
    position: relative;
    z-index: 1;
    min-height: 168px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 14px;
}

.mobile-blocspace-home-feature-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border-radius: 999px;
    background: rgba(0,0,0,0.48);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.mobile-blocspace-home-feature-body strong {
    font-size: 15px;
    font-weight: 950;
    line-height: 1.15;
}

.mobile-blocspace-home-feature-body span {
    margin-top: 5px;
    color: rgba(255,255,255,0.74);
    font-size: 11px;
    font-weight: 800;
}

.mobile-blocspace-home-actions {
    display: block;
    margin-top: 2px;
}

.mobile-blocspace-home-actions::-webkit-scrollbar {
    display: none;
}

.mobile-blocspace-home-action-strip {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
}

.mobile-blocspace-home-share-card {
    min-height: 68px;
    border: 1px solid color-mix(in srgb, var(--text-primary) 7%, transparent);
    border-radius: 18px;
    background: color-mix(in srgb, var(--surface-color) 86%, transparent);
    color: var(--text-primary);
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 28px;
    align-items: center;
    gap: 10px;
    padding: 12px;
    text-align: left;
    cursor: pointer;
    box-shadow: 0 14px 34px color-mix(in srgb, #000000 6%, transparent);
}

.mobile-blocspace-home-share-card > i {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: color-mix(in srgb, var(--primary-color) 14%, transparent);
    color: var(--primary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.mobile-blocspace-home-share-card span {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.mobile-blocspace-home-share-card strong {
    color: var(--text-primary);
    font-size: 13px;
    line-height: 1.05;
    font-weight: 950;
}

.mobile-blocspace-home-share-card em {
    color: var(--text-secondary);
    font-size: 10px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 780;
}

.mobile-blocspace-home-share-card b {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--surface-color) 82%, transparent);
    color: var(--text-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}

.mobile-blocspace-home-share-sheet {
    position: fixed;
    inset: 0;
    z-index: 2147483646 !important;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    pointer-events: none;
    isolation: isolate;
}

.mobile-blocspace-home-share-sheet.is-open {
    pointer-events: auto;
}

.mobile-blocspace-home-share-scrim {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(0, 0, 0, 0.34);
    opacity: 0;
    transition: opacity 180ms ease;
}

.mobile-blocspace-home-share-sheet.is-open .mobile-blocspace-home-share-scrim {
    opacity: 1;
}

.mobile-blocspace-home-share-panel {
    position: relative;
    z-index: 1;
    width: min(430px, calc(100vw - 20px));
    margin: 0 10px max(10px, env(safe-area-inset-bottom));
    border: 1px solid color-mix(in srgb, var(--text-primary) 8%, transparent);
    border-radius: 26px;
    background: color-mix(in srgb, var(--surface-color) 94%, var(--background-color) 6%);
    color: var(--text-primary);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
    padding: 10px 14px 14px;
    transform: translateY(24px);
    opacity: 0;
    transition: transform 220ms ease, opacity 180ms ease;
}

.mobile-blocspace-home-share-sheet.is-open .mobile-blocspace-home-share-panel {
    transform: translateY(0);
    opacity: 1;
}

.mobile-blocspace-home-share-grabber {
    width: 42px;
    height: 5px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--text-primary) 18%, transparent);
    margin: 2px auto 12px;
}

.mobile-blocspace-home-share-head {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) 40px;
    align-items: center;
    gap: 10px;
}

.mobile-blocspace-home-share-head > span {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: color-mix(in srgb, var(--primary-color) 13%, transparent);
    color: var(--primary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
}

.mobile-blocspace-home-share-head strong,
.mobile-blocspace-home-share-head em {
    display: block;
}

.mobile-blocspace-home-share-head strong {
    font-size: 24px;
    line-height: 1;
    font-weight: 920;
    color: var(--text-primary);
}

.mobile-blocspace-home-share-head em {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 760;
    color: var(--text-secondary);
}

.mobile-blocspace-home-share-close {
    width: 40px;
    height: 40px;
    border: 1px solid color-mix(in srgb, var(--text-primary) 8%, transparent);
    border-radius: 999px;
    background: color-mix(in srgb, var(--surface-color) 84%, transparent);
    color: var(--text-primary);
    -webkit-text-fill-color: var(--text-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mobile-blocspace-home-share-url {
    margin-top: 14px;
    min-height: 46px;
    border: 1px solid color-mix(in srgb, var(--text-primary) 8%, transparent);
    border-radius: 16px;
    background: color-mix(in srgb, var(--background-color) 70%, transparent);
    color: var(--text-primary);
    -webkit-text-fill-color: var(--text-primary);
    display: flex;
    align-items: center;
    padding: 10px 12px;
    overflow: hidden;
}

.mobile-blocspace-home-share-url span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 780;
    color: inherit;
    -webkit-text-fill-color: inherit;
}

.mobile-blocspace-home-share-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 12px;
}

.mobile-blocspace-home-share-actions button {
    min-height: 50px;
    border: 1px solid color-mix(in srgb, var(--text-primary) 8%, transparent);
    border-radius: 999px;
    background: color-mix(in srgb, var(--surface-color) 84%, transparent);
    color: var(--text-primary);
    -webkit-text-fill-color: var(--text-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-size: 13px;
    font-weight: 900;
}

.mobile-blocspace-home-share-actions button:last-child {
    background: var(--text-primary);
    color: var(--background-color);
    -webkit-text-fill-color: var(--background-color);
}

html[data-theme="light"] .mobile-blocspace-home-share-panel,
body[data-theme="light"] .mobile-blocspace-home-share-panel,
html[data-theme="light-accent"] .mobile-blocspace-home-share-panel,
body[data-theme="light-accent"] .mobile-blocspace-home-share-panel {
    background: rgba(255, 255, 255, 0.98) !important;
    border-color: rgba(5, 5, 5, 0.1) !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
}

html[data-theme="light"] .mobile-blocspace-home-share-url,
body[data-theme="light"] .mobile-blocspace-home-share-url,
html[data-theme="light-accent"] .mobile-blocspace-home-share-url,
body[data-theme="light-accent"] .mobile-blocspace-home-share-url {
    background: #ffffff !important;
    border-color: rgba(5, 5, 5, 0.12) !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
}

html[data-theme="light"] .mobile-blocspace-home-share-close,
body[data-theme="light"] .mobile-blocspace-home-share-close,
html[data-theme="light"] .mobile-blocspace-home-share-actions button,
body[data-theme="light"] .mobile-blocspace-home-share-actions button,
html[data-theme="light-accent"] .mobile-blocspace-home-share-close,
body[data-theme="light-accent"] .mobile-blocspace-home-share-close,
html[data-theme="light-accent"] .mobile-blocspace-home-share-actions button,
body[data-theme="light-accent"] .mobile-blocspace-home-share-actions button {
    background: #ffffff !important;
    border-color: rgba(5, 5, 5, 0.12) !important;
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
}

html[data-theme="light"] .mobile-blocspace-home-share-actions button:last-child,
body[data-theme="light"] .mobile-blocspace-home-share-actions button:last-child,
html[data-theme="light-accent"] .mobile-blocspace-home-share-actions button:last-child,
body[data-theme="light-accent"] .mobile-blocspace-home-share-actions button:last-child {
    background: #050505 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

html[data-theme="light"] .mobile-blocspace-home-world,
body[data-theme="light"] .mobile-blocspace-home-world,
html[data-theme="light-accent"] .mobile-blocspace-home-world,
body[data-theme="light-accent"] .mobile-blocspace-home-world {
    background: var(--surface-color);
    color: var(--text-primary);
    border-color: color-mix(in srgb, var(--primary-color) 20%, var(--text-primary) 7%);
    box-shadow: 0 18px 42px color-mix(in srgb, var(--text-primary) 10%, transparent);
}

html[data-theme="light"] .mobile-blocspace-home-world-bg,
body[data-theme="light"] .mobile-blocspace-home-world-bg,
html[data-theme="light-accent"] .mobile-blocspace-home-world-bg,
body[data-theme="light-accent"] .mobile-blocspace-home-world-bg {
    opacity: 0.96;
    filter: saturate(1.08) contrast(1.02);
}

html[data-theme="light"] .mobile-blocspace-home-world-bg.is-fallback,
body[data-theme="light"] .mobile-blocspace-home-world-bg.is-fallback,
html[data-theme="light-accent"] .mobile-blocspace-home-world-bg.is-fallback,
body[data-theme="light-accent"] .mobile-blocspace-home-world-bg.is-fallback {
    opacity: 0.22;
}

html[data-theme="light"] .mobile-blocspace-home-world::before,
body[data-theme="light"] .mobile-blocspace-home-world::before,
html[data-theme="light-accent"] .mobile-blocspace-home-world::before,
body[data-theme="light-accent"] .mobile-blocspace-home-world::before {
    background:
        linear-gradient(90deg, rgba(255,255,255,0.66), rgba(255,255,255,0.2) 42%, rgba(255,255,255,0.02) 70%),
        linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.18));
}

html[data-theme="light"] .mobile-blocspace-home-world-kicker,
body[data-theme="light"] .mobile-blocspace-home-world-kicker,
html[data-theme="light-accent"] .mobile-blocspace-home-world-kicker,
body[data-theme="light-accent"] .mobile-blocspace-home-world-kicker {
    color: color-mix(in srgb, var(--text-primary) 70%, transparent);
}

html[data-theme="light"] .mobile-blocspace-home-world-name,
body[data-theme="light"] .mobile-blocspace-home-world-name,
html[data-theme="light-accent"] .mobile-blocspace-home-world-name,
body[data-theme="light-accent"] .mobile-blocspace-home-world-name {
    color: var(--text-primary);
}

html[data-theme="light"] .mobile-blocspace-home-feature,
body[data-theme="light"] .mobile-blocspace-home-feature,
html[data-theme="light-accent"] .mobile-blocspace-home-feature,
body[data-theme="light-accent"] .mobile-blocspace-home-feature {
    background: var(--surface-color);
    color: var(--text-primary);
    border-color: color-mix(in srgb, var(--primary-color) 16%, var(--text-primary) 8%);
    box-shadow: 0 16px 36px color-mix(in srgb, var(--text-primary) 9%, transparent);
}

html[data-theme="light"] .mobile-blocspace-home-feature::after,
body[data-theme="light"] .mobile-blocspace-home-feature::after,
html[data-theme="light-accent"] .mobile-blocspace-home-feature::after,
body[data-theme="light-accent"] .mobile-blocspace-home-feature::after {
    background: linear-gradient(180deg, color-mix(in srgb, var(--background-color) 4%, transparent), color-mix(in srgb, var(--background-color) 82%, transparent));
}

html[data-theme="light"] .mobile-blocspace-home-feature-body span,
body[data-theme="light"] .mobile-blocspace-home-feature-body span,
html[data-theme="light-accent"] .mobile-blocspace-home-feature-body span,
body[data-theme="light-accent"] .mobile-blocspace-home-feature-body span {
    color: var(--text-secondary);
}

/* Light accent final polish for Home analytics cards. */
html[data-theme="light-accent"] .mobile-blocspace-home-overview-board,
body[data-theme="light-accent"] .mobile-blocspace-home-overview-board,
html[data-theme="light-accent"] .mobile-blocspace-home-top-signals,
body[data-theme="light-accent"] .mobile-blocspace-home-top-signals,
html[data-theme="light-accent"] .mobile-blocspace-home-panel,
body[data-theme="light-accent"] .mobile-blocspace-home-panel,
html[data-theme="light-accent"] .mobile-blocspace-home-flow-row,
body[data-theme="light-accent"] .mobile-blocspace-home-flow-row,
html[data-theme="light-accent"] .mobile-blocspace-home-share-card,
body[data-theme="light-accent"] .mobile-blocspace-home-share-card {
    background: rgba(255, 255, 255, 0.88) !important;
    border-color: color-mix(in srgb, var(--accent-color, var(--primary-color, #ff4d2e)) 16%, rgba(5, 5, 5, 0.12)) !important;
    color: #050505 !important;
    box-shadow: 0 18px 42px rgba(5, 5, 5, 0.07) !important;
}

html[data-theme="light-accent"] .mobile-blocspace-home-weekly-chart,
body[data-theme="light-accent"] .mobile-blocspace-home-weekly-chart,
html[data-theme="light-accent"] .mobile-blocspace-home-overview-metric,
body[data-theme="light-accent"] .mobile-blocspace-home-overview-metric,
html[data-theme="light-accent"] .mobile-blocspace-home-signal-pill,
body[data-theme="light-accent"] .mobile-blocspace-home-signal-pill,
html[data-theme="light-accent"] .mobile-blocspace-home-today-ring-inner,
body[data-theme="light-accent"] .mobile-blocspace-home-today-ring-inner {
    background: color-mix(in srgb, var(--accent-color, var(--primary-color, #ff4d2e)) 5%, #ffffff 95%) !important;
    border-color: color-mix(in srgb, var(--accent-color, var(--primary-color, #ff4d2e)) 14%, rgba(5, 5, 5, 0.11)) !important;
    color: #050505 !important;
}

html[data-theme="light-accent"] .mobile-blocspace-home-section-head strong,
html[data-theme="light-accent"] .mobile-blocspace-home-overview-metric strong,
html[data-theme="light-accent"] .mobile-blocspace-home-breakdown-row strong,
html[data-theme="light-accent"] .mobile-blocspace-home-panel-title strong,
html[data-theme="light-accent"] .mobile-blocspace-home-row-copy strong,
html[data-theme="light-accent"] .mobile-blocspace-home-share-card strong,
body[data-theme="light-accent"] .mobile-blocspace-home-section-head strong,
body[data-theme="light-accent"] .mobile-blocspace-home-overview-metric strong,
body[data-theme="light-accent"] .mobile-blocspace-home-breakdown-row strong,
body[data-theme="light-accent"] .mobile-blocspace-home-panel-title strong,
body[data-theme="light-accent"] .mobile-blocspace-home-row-copy strong,
body[data-theme="light-accent"] .mobile-blocspace-home-share-card strong {
    color: #050505 !important;
    -webkit-text-fill-color: #050505 !important;
}

html[data-theme="light-accent"] .mobile-blocspace-home-section-label,
html[data-theme="light-accent"] .mobile-blocspace-home-overview-metric span,
html[data-theme="light-accent"] .mobile-blocspace-home-overview-metric em,
html[data-theme="light-accent"] .mobile-blocspace-home-row-copy em,
html[data-theme="light-accent"] .mobile-blocspace-home-share-card em,
body[data-theme="light-accent"] .mobile-blocspace-home-section-label,
body[data-theme="light-accent"] .mobile-blocspace-home-overview-metric span,
body[data-theme="light-accent"] .mobile-blocspace-home-overview-metric em,
body[data-theme="light-accent"] .mobile-blocspace-home-row-copy em,
body[data-theme="light-accent"] .mobile-blocspace-home-share-card em {
    color: rgba(5, 5, 5, 0.62) !important;
    -webkit-text-fill-color: rgba(5, 5, 5, 0.62) !important;
}

.mobile-blocspace-home-panel-title-menu {
    position: relative;
    overflow: visible;
}

.mobile-blocspace-home-menu-wrap {
    position: relative;
    z-index: 12;
}

.mobile-blocspace-home-panel-title .mobile-blocspace-home-menu-button {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, var(--text-primary) 8%, transparent);
    background: color-mix(in srgb, var(--surface-color) 88%, transparent);
    color: var(--text-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 22px color-mix(in srgb, #000000 7%, transparent);
}

.mobile-blocspace-home-panel-title .mobile-blocspace-home-menu-button i {
    font-size: 15px;
    line-height: 1;
}

.mobile-blocspace-home-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    width: 178px;
    padding: 8px;
    border-radius: 18px;
    border: 1px solid color-mix(in srgb, var(--text-primary) 9%, transparent);
    background: color-mix(in srgb, var(--surface-color) 96%, #ffffff 4%);
    box-shadow: 0 18px 42px color-mix(in srgb, #000000 14%, transparent);
    z-index: 40;
}

.mobile-blocspace-home-menu button {
    width: 100%;
    min-height: 42px;
    border: 0;
    border-radius: 13px;
    background: transparent;
    color: var(--text-primary);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 10px;
    font: inherit;
    font-size: 13px;
    font-weight: 850;
    text-align: left;
}

.mobile-blocspace-home-menu button:hover,
.mobile-blocspace-home-menu button:focus-visible {
    background: color-mix(in srgb, var(--primary-color) 9%, transparent);
}

.mobile-blocspace-home-menu button i {
    width: 16px;
    text-align: center;
    color: var(--primary-color);
}

.mobile-blocspace-home-loading {
    min-height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--text-primary);
    text-align: center;
}

.mobile-blocspace-home-spinner {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 3px solid color-mix(in srgb, var(--text-primary) 10%, transparent);
    border-top-color: var(--text-primary);
    animation: mobileBlocSpaceHomeSpin 0.8s linear infinite;
}

.mobile-blocspace-home-loading strong {
    margin-top: 4px;
    font-size: 17px;
    line-height: 1.1;
    font-weight: 950;
    color: var(--text-primary);
}

.mobile-blocspace-home-loading em {
    max-width: 240px;
    font-size: 12px;
    line-height: 1.35;
    font-style: normal;
    font-weight: 760;
    color: var(--text-secondary);
}

@keyframes mobileBlocSpaceHomeSpin {
    to {
        transform: rotate(360deg);
    }
}

/* Bloc Space Home: calmer command-center pass. Keep data dense, remove color noise. */
.mobile-blocspace-home-stats {
    gap: 22px;
}

.mobile-blocspace-home-command {
    gap: 0;
}

.mobile-blocspace-home-command-head {
    display: grid;
    grid-template-columns: minmax(112px, 0.78fr) minmax(0, 1.22fr);
    gap: 18px;
    align-items: flex-start;
    padding: 0;
    min-height: 0;
}

.mobile-blocspace-home-command-head strong,
.mobile-blocspace-home-panel-title strong {
    gap: 0;
    font-size: 22px;
    line-height: 1.02;
    letter-spacing: 0;
}

.mobile-blocspace-home-command-head strong i,
.mobile-blocspace-home-panel-title strong i {
    display: none;
}

.mobile-blocspace-home-command-head > span > em,
.mobile-blocspace-home-panel-title em {
    display: block;
    margin-top: 5px;
    color: var(--text-secondary);
    font-size: 12px;
    line-height: 1.35;
    font-style: normal;
    font-weight: 720;
    letter-spacing: 0;
}

.mobile-blocspace-home-command-head button,
.mobile-blocspace-home-panel-title button,
.mobile-blocspace-home-panel-title .mobile-blocspace-home-menu-button {
    min-height: 36px;
    border-color: color-mix(in srgb, var(--text-primary) 10%, transparent);
    background: transparent;
    box-shadow: none;
}

.mobile-blocspace-home-command-head button {
    justify-self: start;
    align-self: start;
    margin-top: 1px;
}

.mobile-blocspace-home-overview-board {
    grid-template-columns: minmax(118px, 0.72fr) minmax(0, 1.28fr);
    align-items: start;
    gap: 12px;
    padding: 8px 0 12px;
    border: 0;
    border-bottom: 1px solid color-mix(in srgb, var(--text-primary) 8%, transparent);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.mobile-blocspace-home-today-ring {
    display: grid;
    align-content: start;
    justify-content: start;
    grid-template-rows: auto minmax(0, 1fr) auto;
    gap: 7px;
    height: 100%;
    min-height: 0;
    padding: 8px 0 10px;
    box-sizing: border-box;
}

.mobile-blocspace-home-today-ring > span {
    color: var(--text-secondary);
    font-size: 10px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.mobile-blocspace-home-today-ring > strong {
    align-self: center;
    color: var(--text-primary);
    font-size: clamp(50px, 15vw, 66px);
    line-height: 0.86;
    font-weight: 950;
    letter-spacing: 0;
}

.mobile-blocspace-home-today-ring > em {
    align-self: end;
    max-width: 142px;
    color: var(--text-secondary);
    font-size: 11px;
    line-height: 1.22;
    font-style: normal;
    font-weight: 720;
}

.mobile-blocspace-home-today-ring-inner {
    display: none;
}

.mobile-blocspace-home-overview-list {
    align-content: start;
    grid-auto-rows: minmax(68px, 1fr);
    gap: 7px;
}

.mobile-blocspace-home-overview-metric {
    grid-template-columns: minmax(0, 1fr);
    align-content: start;
    gap: 5px;
    min-height: 68px;
    padding: 9px 10px 8px;
    border: 1px solid color-mix(in srgb, var(--text-primary) 7%, transparent);
    border-radius: 18px;
    background:
        linear-gradient(180deg, color-mix(in srgb, var(--surface-color) 86%, transparent), color-mix(in srgb, var(--surface-color) 62%, transparent)),
        color-mix(in srgb, var(--background-color) 94%, transparent);
    color: var(--text-primary);
    box-shadow: 0 10px 26px color-mix(in srgb, #000000 5%, transparent);
}

.mobile-blocspace-home-overview-metric:nth-child(1),
.mobile-blocspace-home-overview-metric:nth-child(2) {
    border-top: 1px solid color-mix(in srgb, var(--text-primary) 7%, transparent);
    padding-top: 9px;
}

.mobile-blocspace-home-overview-metric > i {
    display: inline-flex;
    width: 22px;
    height: 22px;
    border-radius: 8px;
    background: color-mix(in srgb, currentColor 10%, transparent);
    color: color-mix(in srgb, currentColor 82%, transparent);
    font-size: 10px;
}

.mobile-blocspace-home-overview-metric em {
    color: color-mix(in srgb, var(--text-primary) 58%, transparent);
    font-size: 9px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 900;
}

.mobile-blocspace-home-overview-metric strong {
    font-size: clamp(22px, 5.8vw, 28px);
    line-height: 0.96;
}

.mobile-blocspace-home-overview-metric b {
    color: color-mix(in srgb, var(--text-primary) 54%, transparent);
    font-size: 9px;
    font-weight: 760;
}

.mobile-blocspace-home-top-signals {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.mobile-blocspace-home-panel-title {
    align-items: flex-start;
    margin-bottom: 12px;
    padding: 0;
}

.mobile-blocspace-home-weekly-chart {
    height: 104px;
    margin: 0;
    border-radius: 0;
    background:
        linear-gradient(180deg, transparent 0 68%, color-mix(in srgb, var(--text-primary) 3%, transparent)),
        repeating-linear-gradient(0deg, transparent 0 22px, color-mix(in srgb, var(--text-primary) 5%, transparent) 23px);
}

.mobile-blocspace-home-weekly-chart polyline {
    opacity: 0.82;
}

.mobile-blocspace-home-signal-breakdown {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    border-top: 1px solid color-mix(in srgb, var(--text-primary) 10%, transparent);
}

.mobile-blocspace-home-breakdown-row {
    min-height: 56px;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    align-content: center;
    gap: 14px;
    padding: 12px 0;
    border: 0;
    border-top: 1px solid color-mix(in srgb, var(--text-primary) 8%, transparent);
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    appearance: none;
}

.mobile-blocspace-home-breakdown-row:first-child {
    border: 0 !important;
}

.mobile-blocspace-home-breakdown-row span {
    font-size: 10px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.mobile-blocspace-home-breakdown-row span i {
    display: none;
}

.mobile-blocspace-home-breakdown-row strong {
    font-size: clamp(20px, 5.5vw, 26px);
    text-align: right;
}

.mobile-blocspace-home-flow {
    gap: 18px;
}

.mobile-blocspace-home-flow-group {
    gap: 0;
    padding-top: 18px;
    border-top: 1px solid color-mix(in srgb, var(--text-primary) 10%, transparent);
}

.mobile-blocspace-home-flow-row {
    min-height: 68px;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 12px;
    padding: 13px 0;
    border: 0;
    border-top: 1px solid color-mix(in srgb, var(--text-primary) 8%, transparent);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.mobile-blocspace-home-flow-row:first-of-type {
    border-top: 0;
}

.mobile-blocspace-home-activity-avatar,
.mobile-blocspace-home-activity-avatar.is-fallback {
    width: 38px;
    height: 38px;
    background: color-mix(in srgb, var(--text-primary) 7%, transparent);
    color: var(--text-primary);
}

.mobile-blocspace-home-row-action {
    min-width: 0;
    min-height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--text-secondary);
    font-size: 10px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.mobile-blocspace-home-share-card {
    min-height: 58px;
    grid-template-columns: 30px minmax(0, 1fr) 22px;
    padding: 14px 0;
    border: 0;
    border-top: 1px solid color-mix(in srgb, var(--text-primary) 10%, transparent);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.mobile-blocspace-home-share-card > i,
.mobile-blocspace-home-share-card b {
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    color: var(--text-primary);
}

@media (max-width: 374px) {
    .mobile-blocspace-home-command-head,
    .mobile-blocspace-home-overview-board {
        grid-template-columns: minmax(0, 1fr);
    }

    .mobile-blocspace-home-command-head button {
        justify-self: start;
    }

    .mobile-blocspace-home-overview-metric:nth-child(2) {
        border-top: 1px solid color-mix(in srgb, var(--text-primary) 8%, transparent);
        padding-top: 11px;
    }
}
