/* /Components/Layout/DevPanel.razor.rz.scp.css */
.dev-panel[b-uu59fppuwo] {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background-color: #1e1e1e;
    color: #d4d4d4;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    transition: right 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.dev-panel.visible[b-uu59fppuwo] {
    right: 0;
}

.dev-panel-header[b-uu59fppuwo] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    background-color: #2d2d30;
    border-bottom: 1px solid #3e3e42;
}

.dev-panel-header h4[b-uu59fppuwo] {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

.dev-panel-close[b-uu59fppuwo] {
    background: none;
    border: none;
    color: #cccccc;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background-color 0.2s, color 0.2s;
}

.dev-panel-close:hover[b-uu59fppuwo] {
    background-color: #3e3e42;
    color: #ffffff;
}

.dev-panel-content[b-uu59fppuwo] {
    flex: 1;
    overflow-y: auto;
    padding: 16px;
}

.dev-panel-section[b-uu59fppuwo] {
    margin-bottom: 24px;
}

.dev-panel-section h5[b-uu59fppuwo] {
    margin: 0 0 8px 0;
    font-size: 12px;
    font-weight: 600;
    color: #9cdcfe;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.dev-panel-value[b-uu59fppuwo] {
    padding: 8px 12px;
    background-color: #252526;
    border: 1px solid #3e3e42;
    border-radius: 4px;
    font-family: 'Consolas', 'Courier New', monospace;
    font-size: 14px;
    color: #ce9178;
}

/* Workflow section styles */
.workflow-id[b-uu59fppuwo] {
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #3e3e42;
}

.workflow-steps[b-uu59fppuwo] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.workflow-step[b-uu59fppuwo] {
    display: flex;
    align-items: center;
    padding: 2px 4px;
    border-radius: 2px;
    color: #d4d4d4;
}

.workflow-step.current[b-uu59fppuwo] {
    background-color: #264f78;
    color: #ffffff;
}

.workflow-step .step-index[b-uu59fppuwo] {
    width: 24px;
    text-align: right;
    margin-right: 8px;
    color: #858585;
    flex-shrink: 0;
}

.workflow-step.current .step-index[b-uu59fppuwo] {
    color: #9cdcfe;
}

.workflow-step .step-slug[b-uu59fppuwo] {
    color: #d4d4d4;
}

.workflow-step.current .step-slug[b-uu59fppuwo] {
    color: #ffffff;
}

.dev-panel-json[b-uu59fppuwo] {
    margin: 0;
    padding: 12px;
    background-color: #252526;
    border: 1px solid #3e3e42;
    border-radius: 4px;
    font-family: 'Consolas', 'Courier New', monospace;
    font-size: 12px;
    color: #d4d4d4;
    overflow-x: auto;
    white-space: pre;
    max-height: 500px;
    overflow-y: auto;
}


.dev-panel-hint[b-uu59fppuwo] {
    margin-top: 24px;
    padding: 12px;
    background-color: #2d2d30;
    border: 1px solid #3e3e42;
    border-radius: 4px;
    font-size: 11px;
    color: #858585;
    text-align: center;
}

.dev-panel-hint kbd[b-uu59fppuwo] {
    display: inline-block;
    padding: 2px 6px;
    margin: 0 2px;
    background-color: #3e3e42;
    border: 1px solid #555555;
    border-radius: 3px;
    font-family: 'Consolas', 'Courier New', monospace;
    font-size: 10px;
    color: #cccccc;
}

/* Scrollbar styling for dark theme */
.dev-panel-content[b-uu59fppuwo]::-webkit-scrollbar,
.dev-panel-json[b-uu59fppuwo]::-webkit-scrollbar {
    width: 8px;
}

.dev-panel-content[b-uu59fppuwo]::-webkit-scrollbar-track,
.dev-panel-json[b-uu59fppuwo]::-webkit-scrollbar-track {
    background: #1e1e1e;
}

.dev-panel-content[b-uu59fppuwo]::-webkit-scrollbar-thumb,
.dev-panel-json[b-uu59fppuwo]::-webkit-scrollbar-thumb {
    background: #424242;
    border-radius: 4px;
}

.dev-panel-content[b-uu59fppuwo]::-webkit-scrollbar-thumb:hover,
.dev-panel-json[b-uu59fppuwo]::-webkit-scrollbar-thumb:hover {
    background: #4e4e4e;
}
/* /Components/Layout/NavBar.razor.rz.scp.css */
.navbar[b-9yz3p3s6nr] {
    width: 100%;
    padding: 1rem 1.5rem;
    background-color: var(--color-primary, #5747f8);
    display: flex;
    flex-direction: column;
}

.navbar-logo[b-9yz3p3s6nr] {
    height: 32px;
    width: auto;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-6h10a0lm3h],
.components-reconnect-repeated-attempt-visible[b-6h10a0lm3h],
.components-reconnect-failed-visible[b-6h10a0lm3h],
.components-pause-visible[b-6h10a0lm3h],
.components-resume-failed-visible[b-6h10a0lm3h],
.components-rejoining-animation[b-6h10a0lm3h] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-6h10a0lm3h],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-6h10a0lm3h],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-6h10a0lm3h],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-6h10a0lm3h],
#components-reconnect-modal.components-reconnect-retrying[b-6h10a0lm3h],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-6h10a0lm3h],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-6h10a0lm3h],
#components-reconnect-modal.components-reconnect-failed[b-6h10a0lm3h],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-6h10a0lm3h] {
    display: block;
}


#components-reconnect-modal[b-6h10a0lm3h] {
    background-color: var(--color-surface, #FFFFFF);
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: var(--radius-lg, 16px);
    box-shadow: var(--shadow-lg, 0 12px 40px rgba(0, 0, 0, 0.06));
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-6h10a0lm3h 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-6h10a0lm3h 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-6h10a0lm3h 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-6h10a0lm3h]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-6h10a0lm3h 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-6h10a0lm3h {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-6h10a0lm3h {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-6h10a0lm3h {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-6h10a0lm3h] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-6h10a0lm3h] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-6h10a0lm3h] {
    border: 0;
    background: linear-gradient(91deg, var(--color-gradient-start, #5747f8), var(--color-gradient-end, #00baf1));
    color: var(--color-text-inverse, white);
    padding: 10px 28px;
    border-radius: var(--radius-pill, 9999px);
    font-weight: 500;
    cursor: pointer;
    transition: transform var(--transition-base, 0.2s ease), box-shadow var(--transition-base, 0.2s ease);
    box-shadow: var(--shadow-button, 0 4px 14px rgba(87, 71, 248, 0.25));
}

    #components-reconnect-modal button:hover[b-6h10a0lm3h] {
        transform: scale(1.02);
        box-shadow: var(--shadow-button-hover, 0 6px 20px rgba(87, 71, 248, 0.35));
    }

    #components-reconnect-modal button:active[b-6h10a0lm3h] {
        transform: scale(0.98);
    }

.components-rejoining-animation[b-6h10a0lm3h] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-6h10a0lm3h] {
        position: absolute;
        border: 3px solid var(--color-primary, #5747f8);
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-6h10a0lm3h 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-6h10a0lm3h] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-6h10a0lm3h {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Layout/SummaryLayout.razor.rz.scp.css */
.page[b-91c34v736c] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-91c34v736c] {
    flex: 1;
}

.sidebar[b-91c34v736c] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-91c34v736c] {
    background-color: var(--color-surface-hover, #F7FAFC);
    border-bottom: 1px solid var(--color-border-light, #EDF2F7);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-91c34v736c]  a, .top-row[b-91c34v736c]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-91c34v736c]  a:hover, .top-row[b-91c34v736c]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-91c34v736c]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-91c34v736c] {
        justify-content: space-between;
    }

    .top-row[b-91c34v736c]  a, .top-row[b-91c34v736c]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-91c34v736c] {
        flex-direction: row;
    }

    .sidebar[b-91c34v736c] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-91c34v736c] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-91c34v736c]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-91c34v736c], article[b-91c34v736c] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-91c34v736c] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-91c34v736c] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/WorkflowProgressIndicator.razor.rz.scp.css */
.progress-container[b-gth4fqper2] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 1rem 1.5rem;
  gap: 8px;
}

.progress-bar[b-gth4fqper2] {
  width: 100%;
  height: 4px;
  background-color: var(--color-border-light, #EDF2F7);
  border-radius: 2px;
  overflow: hidden;
}

.progress-fill[b-gth4fqper2] {
  height: 100%;
  background: linear-gradient(90deg, var(--color-gradient-start, #5747f8), var(--color-gradient-end, #00baf1));
  border-radius: 2px;
  transition: width 0.3s ease;
}

.progress-label[b-gth4fqper2] {
  font-size: var(--font-size-sm, 0.875rem);
  color: var(--color-text-muted, rgba(26, 32, 44, 0.6));
}
/* /Components/Pages/ContextSelectionPage.razor.rz.scp.css */
/* Container */
.context-selection-container[b-bfcd8sc6r9] {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem;
  animation: fadeInSlideUp-b-bfcd8sc6r9 0.3s ease-out;
}

@keyframes fadeInSlideUp-b-bfcd8sc6r9 {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Card - Air & Glass: Softer shadow, increased radius */
.context-card[b-bfcd8sc6r9] {
  width: 100%;
  max-width: 480px;
  background-color: var(--color-surface, #FFFFFF);
  border: 1px solid var(--color-border, #E2E8F0);
  border-radius: var(--radius-lg, 16px);
  box-shadow: var(--shadow-md, 0 8px 30px rgba(0, 0, 0, 0.04));
  overflow: hidden;
}

/* Header - Lighter, more ethereal */
.context-header[b-bfcd8sc6r9] {
  padding: 1.5rem 2rem;
  background-color: var(--color-surface-hover, #F7FAFC);
  border-bottom: 1px solid var(--color-border-light, #EDF2F7);
  text-align: center;
}

.dev-badge[b-bfcd8sc6r9] {
  display: inline-block;
  padding: 4px 10px;
  background-color: var(--color-text-muted, rgba(26, 32, 44, 0.6));
  color: var(--color-text-inverse, #fff);
  font-size: var(--font-size-xs, 0.7rem);
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: var(--radius-sm, 8px);
  margin-bottom: 0.75rem;
}

.context-title[b-bfcd8sc6r9] {
  margin: 0;
  font-size: var(--font-size-xl, 1.5rem);
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--color-text, #1A202C);
}

.context-subtitle[b-bfcd8sc6r9] {
  margin: 0.5rem 0 0;
  font-size: var(--font-size-sm, 0.95rem);
  color: var(--color-text-muted, rgba(26, 32, 44, 0.6));
}

/* Form */
.context-form[b-bfcd8sc6r9] {
  padding: 1.5rem 2rem 2rem;
}

.form-section[b-bfcd8sc6r9] {
  margin-bottom: 1rem;
}

.form-divider[b-bfcd8sc6r9] {
  height: 1px;
  background-color: var(--color-border-light, #EDF2F7);
  margin: 1.5rem 0;
}

.form-group[b-bfcd8sc6r9] {
  margin-bottom: 1.25rem;
}

.form-group:last-child[b-bfcd8sc6r9] {
  margin-bottom: 0;
}

/* Labels */
.form-label[b-bfcd8sc6r9] {
  display: block;
  margin-bottom: 0.5rem;
  font-size: var(--font-size-sm, 0.95rem);
  font-weight: 500;
  color: var(--color-text, #1A202C);
}

.required-indicator[b-bfcd8sc6r9] {
  color: #E53E3E;
  margin-left: 2px;
}

/* Select inputs - Air & Glass styling */
.form-select[b-bfcd8sc6r9] {
  display: block;
  width: 100%;
  padding: 14px 18px;
  border: 1px solid var(--color-border, #E2E8F0);
  border-radius: var(--radius-md, 12px);
  font-size: var(--font-size-base, 1rem);
  font-family: var(--font-family, inherit);
  color: var(--color-text, #1A202C);
  background-color: var(--color-surface, #FFFFFF);
  cursor: pointer;
  transition: border-color var(--transition-fast, 0.15s ease), box-shadow var(--transition-fast, 0.15s ease), background-color var(--transition-fast, 0.15s ease);
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231A202C' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
}

.form-select:focus[b-bfcd8sc6r9] {
  outline: none;
  border-color: var(--color-primary, #5747f8);
  background-color: var(--color-surface-hover, #F7FAFC);
  box-shadow: 0 0 0 4px var(--color-focus, rgba(87, 71, 248, 0.15));
}

.form-select:disabled[b-bfcd8sc6r9] {
  background-color: var(--color-surface-hover, #F7FAFC);
  border-color: var(--color-border-light, #EDF2F7);
  color: var(--color-text-muted, rgba(26, 32, 44, 0.6));
  cursor: not-allowed;
  opacity: 0.7;
}

/* Help text */
.form-help[b-bfcd8sc6r9] {
  display: block;
  margin-top: 0.5rem;
  font-size: var(--font-size-sm, 0.85rem);
  color: var(--color-text-muted, rgba(26, 32, 44, 0.6));
}

/* Button - uses global .btn-primary styles, add full width */
.btn-primary[b-bfcd8sc6r9] {
  width: 100%;
  margin-top: 1.5rem;
}
/* /Components/Steps/QuotesPresentationAutoOnlyComponent.razor.rz.scp.css */
/* ============================================
   QuotesPresentationAutoOnly Component Styles
   Air & Glass Design System
   ============================================ */

/* Container */
.quotes-container[b-3facicv3l4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 24px 16px;
    animation: fadeInSlideUp-b-3facicv3l4 0.3s ease-out;
}

@keyframes fadeInSlideUp-b-3facicv3l4 {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ============================================
   Loading State
   ============================================ */
.quotes-loading-container[b-3facicv3l4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 48px 24px;
    text-align: center;
    min-height: 300px;
}

.quotes-loading-icon[b-3facicv3l4] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-spinner-large[b-3facicv3l4] {
    width: 48px;
    height: 48px;
    border: 3px solid var(--color-border);
    border-top-color: var(--color-primary);
    border-radius: 50%;
    animation: spin-b-3facicv3l4 0.8s linear infinite;
}

@keyframes spin-b-3facicv3l4 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* ============================================
   Empty State
   ============================================ */
.quotes-empty-state[b-3facicv3l4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 48px 24px;
    text-align: center;
    min-height: 300px;
}

.quotes-empty-icon[b-3facicv3l4] {
    color: var(--color-text-muted);
    margin-bottom: 8px;
}

.quotes-empty-actions[b-3facicv3l4] {
    margin-top: 16px;
}

/* ============================================
   Results State
   ============================================ */
.quotes-results-container[b-3facicv3l4] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.quotes-results-header[b-3facicv3l4] {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* ============================================
   Quote Grid - Responsive Layout
   ============================================ */
.quotes-grid[b-3facicv3l4] {
    display: grid;
    gap: 20px;
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
}

/* 2 columns for medium screens */
@media (min-width: 600px) {
    .quotes-grid[b-3facicv3l4] {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Center single or odd item in last row */
    .quotes-grid.quotes-count-1[b-3facicv3l4],
    .quotes-grid.quotes-count-3 .quote-card:last-child[b-3facicv3l4] {
        grid-column: 1 / -1;
        max-width: 280px;
        justify-self: center;
    }
}

/* 3 columns for large screens */
@media (min-width: 900px) {
    .quotes-grid[b-3facicv3l4] {
        grid-template-columns: repeat(3, 1fr);
    }

    .quotes-grid.quotes-count-1[b-3facicv3l4] {
        grid-template-columns: 1fr;
        max-width: 280px;
        margin: 0 auto;
    }

    .quotes-grid.quotes-count-2[b-3facicv3l4] {
        grid-template-columns: repeat(2, 1fr);
        max-width: 580px;
        margin: 0 auto;
    }

    .quotes-grid.quotes-count-3 .quote-card:last-child[b-3facicv3l4] {
        grid-column: auto;
        max-width: none;
    }
}

/* ============================================
   Quote Card
   ============================================ */
.quote-card[b-3facicv3l4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 24px;
    background: linear-gradient(135deg, rgba(87, 71, 248, 0.25) 0%, rgba(0, 186, 241, 0.04) 100%);
    border: 1px solid #CBD5E1;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    transition: transform var(--transition-base), box-shadow var(--transition-base);
    animation: cardFadeIn-b-3facicv3l4 0.4s ease-out backwards;
}

@keyframes cardFadeIn-b-3facicv3l4 {
    from {
        opacity: 0;
        transform: translateY(16px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.quote-card:hover[b-3facicv3l4] {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

/* ============================================
   Quote Card Header (Carrier Info)
   ============================================ */
.quote-card-header[b-3facicv3l4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.quote-carrier-logo[b-3facicv3l4] {
    width: 80px;
    height: 48px;
    object-fit: contain;
}

.quote-carrier-name[b-3facicv3l4] {
    font-size: var(--font-size-lg);
    font-weight: 500;
    color: var(--color-text);
}

/* ============================================
   Quote Card Pricing
   ============================================ */
.quote-card-pricing[b-3facicv3l4] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.quote-price-primary[b-3facicv3l4] {
    display: flex;
    align-items: baseline;
    gap: 2px;
}

.quote-price-currency[b-3facicv3l4] {
    font-size: var(--font-size-xl);
    font-weight: 500;
    color: var(--color-text);
}

.quote-price-amount[b-3facicv3l4] {
    font-size: 2.5rem;
    font-weight: 600;
    color: var(--color-text);
    line-height: 1;
}

.quote-price-period[b-3facicv3l4] {
    font-size: var(--font-size-base);
    font-weight: 400;
    color: var(--color-text-muted);
    margin-left: 4px;
}

/* ============================================
   Quote Select Button (Ghost Style)
   ============================================ */
.btn-quote-select[b-3facicv3l4] {
    padding: 12px 24px;
    background-color: transparent;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    border-radius: var(--radius-pill);
    font-size: var(--font-size-sm);
    font-weight: 500;
    font-family: var(--font-family);
    cursor: pointer;
    transition: background-color var(--transition-base), transform var(--transition-base);
    width: 100%;
    max-width: 200px;
}

.btn-quote-select:hover[b-3facicv3l4] {
    background-color: rgba(87, 71, 248, 0.08);
    transform: scale(1.02);
}

.btn-quote-select:active[b-3facicv3l4] {
    transform: scale(0.98);
}

.btn-quote-select:focus-visible[b-3facicv3l4] {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
}

/* ============================================
   Accessibility: Reduced Motion Support
   ============================================ */
@media (prefers-reduced-motion: reduce) {
    .quotes-container[b-3facicv3l4],
    .quote-card[b-3facicv3l4],
    .loading-spinner-large[b-3facicv3l4] {
        animation: none;
    }

    .quote-card:hover[b-3facicv3l4] {
        transform: none;
    }

    .btn-quote-select:hover[b-3facicv3l4],
    .btn-quote-select:active[b-3facicv3l4] {
        transform: none;
    }
}
