/* upsell.v1.0.css | purpose: placeholder for future soft-lock/upsell UI components */

/* Minimal upsell panel component for future use */
.upsell-panel {
    border: 2px dashed var(--color-border);
    border-radius: var(--radius);
    padding: var(--space-m);
    background: var(--color-bg-alt);
    color: var(--color-text-muted);
    text-align: center;
    font-size: var(--font-s);
}

.upsell-panel p {
    margin: 0;
}

/* Future: Upgrade prompts, feature gates, subscription tiers */
/* This file will expand when entitlements system is integrated */