/* ==========================================================================
   CEPHA MEDICAL LOGISTICS MARKETPLACE COMPLEX — PREMIUM STABLE VARIANT THEME
   ========================================================================== */

:root {
    --bg-canvas: #ffffff;
    --card-surface: #ffffff;
    --shadow-hover: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
    --border-none: 0px;
    
    --border-clean: #e2e8f0;
    --text-slate-primary: #0f172a;
    --text-slate-muted: #64748b;
    --corporate-blue: #010c24;
    --corporate-blue-glow: #eff6ff;
    --emerald-success: #10b981;
    --emerald-bg: #ecfdf5;
    --radius-premium: 14px;
    --radius-compact: 8px;
    --font-jakarta: 'Plus Jakarta Sans', sans-serif;
    --shadow-soft: 0 4px 6px -1px rgba(15, 23, 42, 0.05), 0 2px 4px -1px rgba(15, 23, 42, 0.02);
    --shadow-intense: 0 20px 25px -5px rgba(15, 23, 42, 0.08), 0 10px 10px -5px rgba(15, 23, 42, 0.04);
}

body {
    background-color: var(--bg-canvas);
    color: var(--text-slate-primary);
    font-family: var(--font-jakarta);
    margin: 0;
    padding: 0;
}

.market-page-wrapper {
    padding-top: 16px;
    background-color: var(--bg-light);
    min-height: calc(100vh - 72px);
}
/* --- STICKY NAVIGATION UTILITY BAR --- */
/* ==========================================================================
   UPGRADED INSTITIONAL MEDICAL MARKETPLACE UTILITY BAR STYLES
   ========================================================================== */
.market-utility-bar {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-bottom: 1px solid #e2e8f0;
    padding: 8px 0; /* Reduced from 16px to minimize vertical height */
    width: 100%;
    position: sticky;
    top: 72px;      /* Docks cleanly right underneath your 72px fixed header */
    z-index: 900;   /* Sits safely beneath main navigation dropdown panels */
    box-shadow: 0 4px 12px -8px rgba(0, 0, 0, 0.05);
    margin-top: -20px;
}

.utility-container {
    width: 92%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

/* Core Control Layout Row */
.utility-main-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

/* Horizontal Integration Segments */
.utility-left-segment {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-grow: 1;
    overflow: hidden; /* Guards structural integrity */
}
/* Enhanced Professional Search Input Layout */
.search-input-wrapper {
    position: relative;
    width: 220px; /* Reduced fixed width to conserve space */
    flex-shrink: 0;
}

.search-svg-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #64748b;
    pointer-events: none;
}

.search-input-wrapper input[type="text"] {
    width: 100%;
    height: 32px; /* Reduced from 44px */
    padding: 0 12px 0 32px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    font-family: inherit;
    font-size: 0.82rem; /* Small typography scaling constraints */
    font-weight: 500;
    color: #0f172a;
    transition: all 0.2s ease;
}

.search-input-wrapper input[type="text"]:focus {
    outline: none;
    background: #ffffff;
    border-color: #007A87;
    box-shadow: 0 0 0 2px rgba(0, 122, 135, 0.08);
}

.search-input-wrapper input[type="text"]:focus + .search-svg-icon {
    color: #007A87;
}

/* Premium Presentation Action Cart Trigger */
.cart-trigger-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 32px; /* Matches search input height exactly */
    padding: 0 12px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    cursor: pointer;
    font-family: inherit;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.cart-icon-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    color: #0f172a;
}

.cart-badge-count {
    position: absolute;
    top: -5px;
    right: -7px;
    background: #007A87;
    color: #ffffff;
    font-size: 0.65rem;
    font-weight: 700;
    min-width: 15px;
    height: 15px;
    padding: 0 3px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #ffffff;
}

.cart-trigger-label {
    font-size: 0.8rem;
    font-weight: 600;
    color: #475569;
}

.cart-trigger-btn:hover {
    border-color: #007A87;
    background: rgba(0, 122, 135, 0.01);
}

.cart-trigger-btn:hover .cart-trigger-label {
    color: #007A87;
}
/* Clean Subcategory Filters Capsule Row Layout */
.utility-subcategories-row {
    display: flex;
    align-items: center;
    gap: 12px;
    border-top: 1px dashed #e2e8f0;
    padding-top: 12px;
    width: 100%;
}

.subcategory-filter-label {
    font-size: 0.8rem;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.subcategory-capsules-scroll {
    display: flex;
    align-items: center;
    gap: 6px;
    overflow-x: auto;
    width: 100%;
    padding: 2px 0;
    scrollbar-width: none; /* Disables scrollbars on Firefox */
}

.subcategory-capsules-scroll::-webkit-scrollbar {
    display: none; /* Disables scrollbars on Chrome/Safari layouts */
}

/* Micro Capsule Buttons */
.subcategory-pill {
    cursor: pointer;
    display: inline-block;
    flex-shrink: 0;
}

.subcategory-pill input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.subcategory-pill span {
    display: block;
    padding: 5px 10px; /* Tight compact tracking spacing */
    background: #f1f5f9;
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: 0.78rem; /* Highly legible micro text */
    font-weight: 600;
    color: #475569;
    white-space: nowrap;
    transition: all 0.15s ease;
}

.subcategory-pill:hover span {
    background: #e2e8f0;
    color: #0f172a;
}

.subcategory-pill input[type="checkbox"]:checked + span {
    background: rgba(0, 122, 135, 0.08);
    border-color: rgba(0, 122, 135, 0.25);
    color: #007A87;
}
/* Responsive Viewports Adaptation Logic */
@media (max-width: 768px) {
    .utility-container {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }
    .utility-left-segment {
        width: 100%;
        gap: 10px;
    }
    .utility-main-row {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }
    
    .search-input-wrapper {
        max-width: 140%;
    }
    
    .cart-trigger-btn {
        justify-content: center;
        width: 100%;
    }
    
    .utility-subcategories-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}
/* --- STRUCTURAL WORKSPACE LAYOUT (SIDEBAR LEFT) --- */
.market-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 24px;
    align-items: start;
}

.market-sidebar {
    background: #ffffff;
    border: none;
    border-radius: 0;
    padding: 24px;
    box-shadow: none;
}

.sidebar-header-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--border-clean);
    padding-bottom: 12px;
}

.sidebar-header-box h3 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
}

.clear-filters-link {
    background: none;
    border: none;
    color: var(--text-slate-muted);
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
}

.clear-filters-link:hover {
    color: var(--corporate-blue);
}

/* --- ACCORDION CATEGORY FILTER TREE --- */
.category-group {
    border-bottom: 1px solid #f1f5f9;
    padding: 12px 0;
}

.category-group:last-child {
    border-bottom: none;
}

.category-toggle-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-slate-primary);
    padding: 4px 0;
}

.category-toggle-header .chevron-icon {
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    color: var(--text-slate-muted);
}

.subcategories-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease-out;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-left: 4px;
}

.category-group.expanded .subcategories-panel {
    max-height: 250px;
    margin-top: 10px;
}

.category-group.expanded .chevron-icon {
    transform: rotate(180deg);
    color: var(--corporate-blue);
}

.sub-filter-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.85rem;
    color: var(--text-slate-muted);
    cursor: pointer;
    padding: 2px 0;
}

.sub-filter-item input[type="checkbox"] {
    width: 15px;
    height: 15px;
    border: 1px solid var(--border-clean);
    border-radius: 4px;
    accent-color: var(--corporate-blue);
    cursor: pointer;
}

.sub-filter-item:hover span {
    color: var(--text-slate-primary);
}

/* --- MATRICES CATALOG FEED --- */
.product-feed {
    min-width: 0;
}

.products-grid-matrix {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
    padding-top: 16px;
}

/* --- PRODUCT CARD ARCHITECTURE --- */
.product-card-premium {
    background: var(--card-surface);
    border: none;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.3s ease, transform 0.2s ease;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-card-premium:hover {
    box-shadow: var(--shadow-hover);
    transform: translateY(-2px);
}

.card-media-asset {
    position: relative;
    background: #ffffff;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    border-bottom: none;
}

.card-media-asset img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-badge-pill {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: #eff6ff;
    border: none;
    padding: 4px 10px;
    border-radius: 0;
    font-size: 0.72rem;
    font-weight: 700;
    color: #1e40af;
    backdrop-filter: blur(4px);
}

.card-structural-body {
    padding: 18px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.product-identity-row {
    margin-bottom: 14px;
    flex: 1;
}

.clinical-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--text-slate-primary);
    margin: 0 0 4px 0;
    line-height: 1.4;
}

.generic-scientific-subtitle {
    font-size: 0.78rem;
    color: var(--text-slate-muted);
    font-style: italic;
    margin: 0;
}

/* Price layout profiles */
.price-masked-notice {
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--corporate-blue);
    background: var(--corporate-blue-glow);
    padding: 8px 12px;
    border-radius: var(--radius-compact);
    text-align: center;
    margin-bottom: 14px;
}

.price-meta-layout {
    margin-bottom: 14px;
    display: flex;
    flex-direction: column;
}

.price-lbl {
    font-size: 0.72rem;
    color: var(--text-slate-muted);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.price-amount-val {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--text-slate-primary);
}

.card-action-footer-cluster {
    display: flex;
    gap: 8px;
    margin-top: auto;
}

.btn-action-outline-view {
    background: #ffffff;
    border: 1px solid var(--border-clean);
    padding: 10px;
    border-radius: var(--radius-compact);
    color: var(--text-slate-muted);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.btn-action-outline-view:hover {
    border-color: var(--text-slate-primary);
    color: var(--text-slate-primary);
}

.btn-action-primary-cart {
    flex: 1;
    background: var(--corporate-blue);
    color: #ffffff;
    border: none;
    padding: 10px 14px;
    border-radius: var(--radius-compact);
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: background 0.2s ease;
}

.btn-action-primary-cart:hover {
    background: #1d4ed8;
}

/* --- PREMIUM SPECIFICATIONS MODAL ENGINE --- */
.modal-overlay {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(1, 30, 96, 0.4);
    backdrop-filter: blur(4px);
    z-index: 2500;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.modal-overlay.active {
    display: flex;
}

.modal-content {
    background: #ffffff;
    border-radius: var(--radius-premium);
    padding: 32px;
    width: 100%;
    max-width: 750px;
    box-shadow: var(--shadow-intense);
    position: relative;
    animation: slideIn 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.close-modal-btn {
    position: absolute;
    top: 24px;
    right: 24px;
    background: transparent;
    border: none;
    color: var(--text-slate-muted);
    cursor: pointer;
    padding: 4px;
}

.close-modal-btn:hover {
    color: var(--text-slate-primary);
}

.specs-modal-layout-frame {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 32px;
    margin-top: 10px;
}

.specs-modal-visuals {
    background: #f8fafc;
    border: 1px solid var(--border-clean);
    border-radius: var(--radius-premium);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 240px;
}

.specs-modal-visuals img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.specs-modal-metadata-details {
    display: flex;
    flex-direction: column;
}

.specs-badge-tag {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--corporate-blue);
    margin-bottom: 8px;
}

.specs-primary-headline {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--text-slate-primary);
    margin: 0 0 4px 0;
}

.specs-generic-term {
    font-size: 0.88rem;
    color: var(--text-slate-muted);
    font-style: italic;
    margin: 0 0 16px 0;
}

.specs-structural-divider {
    height: 1px;
    background: var(--border-clean);
    margin: 16px 0;
}

.specs-narrative-paragraph {
    font-size: 0.88rem;
    color: var(--text-slate-muted);
    line-height: 1.6;
    margin: 0 0 16px 0;
}

.specs-parameters-list-box {
    background: #f8fafc;
    border: 1px solid var(--border-clean);
    border-radius: var(--radius-compact);
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.param-row {
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
}

.param-row span {
    color: var(--text-slate-muted);
}

.param-row strong {
    color: var(--text-slate-primary);
    font-weight: 600;
}

.modal-pricing-locked-lockout {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.8rem;
    color: #b91c1c;
    background: #fef2f2;
    padding: 10px 14px;
    border-radius: var(--radius-compact);
}

.modal-price-metric-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-price-metric-line .label-heading {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-slate-muted);
}

.modal-price-metric-line .numeric-val-emphasis {
    font-size: 1.3rem;
    font-weight: 800;
    color: var(--text-slate-primary);
}

/* --- THE PROCUREMENT CART DRAWER PANEL --- */
.cart-pane-modern {
    position: fixed;
    top: 0;
    right: -420px;
    width: 400px;
    height: 100%;
    background: #ffffff;
    box-shadow: -10px 0 30px rgba(15, 23, 42, 0.05);
    z-index: 2000;
    transition: right 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.cart-pane-modern.active {
    right: 0;
}

.cart-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px;
}

.cart-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--border-clean);
    padding-bottom: 16px;
    margin-bottom: 20px;
}

.cart-top h2 {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0;
}

.close-cart-btn {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: var(--text-slate-muted);
    cursor: pointer;
}

.close-cart-btn:hover {
    color: var(--text-slate-primary);
}

.cart-items-flow {
    flex: 1;
    overflow-y: auto;
    padding-right: 4px;
}

.cart-line-item-modern {
    display: flex;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid #f1f5f9;
}

.cart-item-thumbnail-box {
    width: 60px;
    height: 60px;
    background: #f8fafc;
    border: 1px solid var(--border-clean);
    border-radius: var(--radius-compact);
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-item-thumbnail-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.cart-item-structural-details {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.cart-item-header-meta {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.cart-item-header-meta h4 {
    font-size: 0.85rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
}

.cart-item-trash-action {
    background: transparent;
    border: none;
    color: var(--text-slate-muted);
    cursor: pointer;
    padding: 2px;
}

.cart-item-trash-action:hover {
    color: #ef4444;
}

.cart-unit-packaging-lbl {
    font-size: 0.75rem;
    color: var(--text-slate-muted);
    margin: 2px 0 8px 0;
}

.cart-item-footer-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.qty-stepper-cluster {
    display: flex;
    align-items: center;
    background: #f1f5f9;
    border-radius: 6px;
    padding: 2px;
}

.qty-stepper-cluster .step-btn {
    background: #ffffff;
    border: 1px solid var(--border-clean);
    width: 22px;
    height: 22px;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qty-display-index {
    font-size: 0.8rem;
    font-weight: 600;
    padding: 0 10px;
    min-width: 24px;
    text-align: center;
}

.calculated-row-total {
    font-size: 0.85rem;
    font-weight: 700;
}

.cart-summary-box {
    border-top: 1px solid var(--border-clean);
    padding-top: 20px;
    margin-top: auto;
}

.summary-line {
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.summary-line.total {
    font-size: 1.05rem;
    font-weight: 800;
    margin-bottom: 6px;
}

.summary-disclaimer-text {
    font-size: 0.72rem;
    color: var(--text-slate-muted);
    line-height: 1.4;
    margin: 0 0 16px 0;
}

.btn-checkout-primary {
    width: 100%;
    background: var(--corporate-blue);
    color: #ffffff;
    border: none;
    padding: 14px;
    border-radius: var(--radius-compact);
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-checkout-primary:hover {
    background: #1d4ed8;
}

/* --- NOTIFICATIONS / FALLBACK / ANIMATIONS --- */
.hidden-fallback {
    text-align: center;
    padding: 60px 20px;
}

.hidden-fallback h3 {
    font-size: 1.1rem;
    margin: 0 0 6px 0;
}

.hidden-fallback p {
    font-size: 0.85rem;
    color: var(--text-slate-muted);
    margin: 0;
}

.toast-container {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.toast-message {
    background: #0f172a;
    color: #ffffff;
    padding: 12px 18px;
    border-radius: var(--radius-compact);
    font-size: 0.82rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: var(--shadow-intense);
    animation: slideUp 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.toast-message.error {
    background: #ef4444;
}

@keyframes slideIn {
    from { transform: scale(0.95); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

@keyframes slideUp {
    from { transform: translateY(12px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

@keyframes slideOut {
    to { transform: translateY(-12px); opacity: 0; }
}

/* --- SYSTEM MOBILE RESPONSIVENESS BREAKPOINTS --- */
@media (max-width: 992px) {
    .market-layout {
        grid-template-columns: 1fr;
    }
}

/* Responsive Grid: Switch to single column on mobile */
@media (max-width: 768px) {
    .market-page-wrapper {
        flex-direction: column; /* Stack sidebar and main content */
    }

    .market-sidebar {
        width: 100%;
        position: relative;
        padding: 15px;
    }

    #liveProductGrid {
        grid-template-columns: repeat(1, 1fr); /* 1 card per row on mobile */
        gap: 15px;
        padding: 10px;
    }
}

/* Tablet adjustments */
@media (min-width: 769px) and (max-width: 1024px) {
    #liveProductGrid {
        grid-template-columns: repeat(2, 1fr); /* 2 cards per row on tablets */
    }
}

/* ==========================================================================
   DYNAMIC MARKETPLACE LOGGED-IN & GUEST FOOTER STRUCTURAL LAYOUT
   ========================================================================== */

.card-dynamic-engagement-area {
    margin-top: 16px;
    border-top: 1px solid var(--neutral-border);
    padding-top: 14px;
}

/* Authenticated Pricing Presentation Block */
.card-pricing-authenticated-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 12px;
}

.card-price-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.card-price-value {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--text-primary);
    font-feature-settings: "tnum";
}

/* Optimized Clean Action Layout Split Rows */
.card-action-footer-cluster.secure-row {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 10px;
}

/* Balanced, Smaller Button Proportions */
.btn-action-primary-cart.optimized-btn {
    height: 40px;
    padding: 0 16px;
    font-size: 0.88rem;
    font-weight: 600;
    border-radius: 6px;
    gap: 6px;
}

.btn-action-outline-view {
    height: 40px;
    width: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--neutral-border);
    border-radius: 6px;
    color: var(--text-secondary);
    background: var(--neutral-pure);
    transition: all 0.2s var(--ease-smooth);
}

.btn-action-outline-view:hover {
    background: var(--neutral-light);
    color: var(--brand-primary);
    border-color: var(--brand-primary);
}

/* Locked Guest State Presentations */
.card-action-footer-cluster.guest-column {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pricing-lockout-notice-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: var(--neutral-light);
    border: 1px dashed var(--neutral-border);
    padding: 10px;
    border-radius: 6px;
    color: var(--text-secondary);
}

.pricing-lockout-notice-bar svg {
    color: #94a3b8;
    flex-shrink: 0;
}

.lockout-text {
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.btn-action-fullwidth-guest {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 38px;
    background: var(--neutral-pure);
    border: 1px solid var(--neutral-border);
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-primary);
    cursor: pointer;
    transition: all 0.2s var(--ease-smooth);
}

.btn-action-fullwidth-guest:hover {
    background: var(--neutral-light);
    border-color: var(--text-secondary);
}