.theme-command {
    --theme-accent: var(--qiyada-copper);
}

.theme-command .surface-section,
.theme-command .content-card {
    background:
        radial-gradient(circle at top right, rgba(184, 106, 59, 0.08), transparent 18%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 252, 247, 0.96));
}

.theme-owner .metric-tile.is-dark,
.theme-command .metric-tile.is-dark {
    background:
        radial-gradient(circle at bottom left, rgba(255,255,255,0.08), transparent 18%),
        linear-gradient(180deg, #211736 0%, #35284d 100%);
}

.theme-owner .command-shell {
    display: grid;
    gap: 24px;
}

.theme-owner .owner-highlight-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 24px;
}

.theme-owner .owner-nav-card {
    display: grid;
    gap: 14px;
}

@media (max-width: 991.98px) {
    .theme-owner .owner-highlight-grid {
        grid-template-columns: 1fr;
    }
}
