/* Shared bar on concept demos — links back to portfolio hub (fixed at bottom) */
body:has(.portfolio-return-bar) {
    padding-bottom: 3.25rem;
}

.portfolio-return-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px 16px;
    padding: 10px 20px;
    background: #0f172a;
    color: #94a3b8;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 0.8rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
}

.portfolio-return-link {
    color: #00e5ff !important;
    font-weight: 600;
    text-decoration: none !important;
    white-space: nowrap;
}

.portfolio-return-link:hover {
    color: #7df9ff !important;
    text-decoration: underline !important;
}

.portfolio-return-note {
    font-size: 0.75rem;
}

.portfolio-return-note .portfolio-return-brand {
    color: #e2e8f0;
    font-weight: 500;
}
