@import '_content/IssuanceMarket.UI.Components/IssuanceMarket.UI.Components.mqetr1mm8z.bundle.scp.css';
@import '_content/Z.Blazor.Diagrams/Z.Blazor.Diagrams.ezdqu7jd9f.bundle.scp.css';

/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ss50y9ppbp],
.components-reconnect-repeated-attempt-visible[b-ss50y9ppbp],
.components-reconnect-failed-visible[b-ss50y9ppbp],
.components-pause-visible[b-ss50y9ppbp],
.components-resume-failed-visible[b-ss50y9ppbp],
.components-rejoining-animation[b-ss50y9ppbp] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ss50y9ppbp],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ss50y9ppbp],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ss50y9ppbp],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ss50y9ppbp],
#components-reconnect-modal.components-reconnect-retrying[b-ss50y9ppbp],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ss50y9ppbp],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ss50y9ppbp],
#components-reconnect-modal.components-reconnect-failed[b-ss50y9ppbp],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ss50y9ppbp] {
    display: block;
}


#components-reconnect-modal[b-ss50y9ppbp] {
    background-color: var(--rz-dialog-background-color);
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: var(--rz-dialog-border-radius);
    box-shadow: var(--rz-dialog-shadow);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-ss50y9ppbp 0.5s both;
    &[open] {
        animation: components-reconnect-modal-slideUp-b-ss50y9ppbp 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ss50y9ppbp 0.5s ease-in-out 0.3s;
        animation-fill-mode: both;
    }

}

#components-reconnect-modal[b-ss50y9ppbp]::backdrop {
    background-color: var(--rz-dialog-mask-background-color);
    animation: components-reconnect-modal-fadeInOpacity-b-ss50y9ppbp 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ss50y9ppbp {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ss50y9ppbp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ss50y9ppbp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ss50y9ppbp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ss50y9ppbp] {
    margin: 0;
    text-align: center;
}

.components-rejoining-animation[b-ss50y9ppbp] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ss50y9ppbp] {
        position: absolute;
        border: 3px solid var(--rz-primary);
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ss50y9ppbp 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ss50y9ppbp] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ss50y9ppbp {
    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/Pages/Explore/AskTheMarket.razor.rz.scp.css */
.ask-the-market-page[b-74cnj30agm] {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #021426;
}

    .ask-the-market-page[b-74cnj30agm]  .atm-workspace {
        flex: 1 1 auto;
        min-width: 0;
        min-height: 0;
    }

.atm-access-state[b-74cnj30agm] {
    padding: 48px 24px;
    color: #64748B;
    font-size: 14px;
}

.atm-access-locked[b-74cnj30agm] {
    max-width: 600px;
    margin: 64px auto;
    padding: 32px;
    background: #FFFFFF;
    border: 1px solid #E3E9F2;
    box-shadow: 0 18px 40px rgba(15, 35, 62, 0.08);
}

.atm-access-kicker[b-74cnj30agm] {
    display: block;
    margin-bottom: 8px;
    color: #2563EB;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.atm-access-locked h1[b-74cnj30agm] {
    margin: 0 0 10px;
    color: #0F233E;
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.2;
}

.atm-access-locked p[b-74cnj30agm] {
    margin: 0 0 22px;
    color: #475569;
    font-size: 14.5px;
    line-height: 1.6;
}

.atm-access-cta[b-74cnj30agm] {
    display: inline-block;
    padding: 9px 18px;
    background: #2563EB;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 3px;
}

    .atm-access-cta:hover[b-74cnj30agm] {
        background: #1D4ED8;
    }
/* /Components/Pages/Market/Dialogs/EventDetails/EventDetailsDialog.razor.rz.scp.css */
.event-details-dialog[b-olsunwrfkb] {
    width: min(760px, 92vw);
    max-height: 88vh;
    display: flex;
    flex-direction: column;
    border: 1px solid #DFE5EE;
    border-radius: 2px;
    background: #FFFFFF;
    padding: 0;
    overflow: hidden;
}

.event-details-header[b-olsunwrfkb] {
    position: relative;
    padding: 22px 24px 18px;
    border-bottom: 1px solid #DCE3EC;
    background: linear-gradient( 90deg, rgba(37, 99, 235, 0.06) 0%, rgba(248, 250, 252, 0) 58%), #F8FAFC;
    flex-shrink: 0;
}

    .event-details-header[b-olsunwrfkb]::before {
        content: "";
        position: absolute;
        inset: 0 auto 0 0;
        width: 4px;
        background: #0F1C36;
    }

.event-details-title[b-olsunwrfkb] {
    font-size: 22px;
    font-weight: 800;
    color: #0F172A;
    line-height: 1.2;
}

.event-details-source[b-olsunwrfkb] {
    margin-top: 6px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #64748B;
}

.event-details-summary[b-olsunwrfkb] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-bottom: 1px solid #E5E7EB;
    flex-shrink: 0;
}

.event-details-summary-item[b-olsunwrfkb] {
    padding: 14px 20px;
}

    .event-details-summary-item:not(:last-child)[b-olsunwrfkb] {
        border-right: 1px solid #E5E7EB;
    }

.event-details-summary-label[b-olsunwrfkb] {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #64748B;
}

.event-details-summary-value[b-olsunwrfkb] {
    margin-top: 6px;
    font-size: 15px;
    font-weight: 700;
    color: #0F172A;
}

.event-details-section[b-olsunwrfkb] {
    padding: 18px 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
}

.event-details-section-title[b-olsunwrfkb] {
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 700;
    color: #0F172A;
    flex-shrink: 0;
}

.event-details-table-container[b-olsunwrfkb] {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
}

.event-details-table[b-olsunwrfkb] {
    width: 100%;
    border-collapse: collapse;
}

    .event-details-table tr[b-olsunwrfkb] {
        border-bottom: 1px solid #EEF2F7;
    }

        .event-details-table tr:last-child[b-olsunwrfkb] {
            border-bottom: none;
        }

    .event-details-table th[b-olsunwrfkb] {
        width: 220px;
        padding: 8px 0;
        text-align: left;
        vertical-align: top;
        font-size: 13px;
        font-weight: 700;
        color: #475569;
    }

    .event-details-table td[b-olsunwrfkb] {
        padding: 8px 0;
        font-size: 13px;
        color: #0F172A;
        word-break: break-word;
    }

    .event-details-actions[b-olsunwrfkb] {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: 15px 24px;
        border-top: 1px solid #E5E7EB;
        background: #FAFBFC;
        flex-shrink: 0;
    }

    .event-details-action-link[b-olsunwrfkb] {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 4px 0;
        border: 0;
        background: transparent;
        color: #2563EB;
        font: inherit;
        font-size: 13px;
        font-weight: 800;
        letter-spacing: .02em;
        cursor: pointer;
    }

    .event-details-action-link:hover[b-olsunwrfkb] {
        color: #1D4ED8;
        text-decoration: underline;
        text-underline-offset: 3px;
    }

    .event-details-action-link:focus-visible[b-olsunwrfkb] {
        outline: 2px solid #2563EB;
        outline-offset: 4px;
        border-radius: 2px;
    }

    .event-details-action-link:disabled[b-olsunwrfkb] {
        color: #94A3B8;
        cursor: default;
        text-decoration: none;
    }

@media (max-width: 700px) {

    .event-details-summary[b-olsunwrfkb] {
        grid-template-columns: 1fr;
    }

    .event-details-summary-item[b-olsunwrfkb] {
        border-right: none !important;
        border-bottom: 1px solid #E5E7EB;
    }

        .event-details-summary-item:last-child[b-olsunwrfkb] {
            border-bottom: none;
        }

    .event-details-table th[b-olsunwrfkb],
    .event-details-table td[b-olsunwrfkb] {
        display: block;
        width: auto;
    }

    .event-details-table th[b-olsunwrfkb] {
        padding-bottom: 2px;
    }

    .event-details-table td[b-olsunwrfkb] {
        padding-top: 0;
        padding-bottom: 12px;
    }
}
/* /Components/Pages/MyMarket/Dialogs/MyMarketEventDetailsDialogHost.razor.rz.scp.css */
.event-details-dialog[b-v31ab8pbyx] {
    display: flex;
    width: 100%;
    min-width: 0;
    flex-direction: column;
    gap: 16px;
    overflow: hidden;
}

.event-details-dialog__header[b-v31ab8pbyx] {
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 28px;
    align-items: stretch;
    padding: 24px 26px;
    border: 1px solid #1c3657;
    background: linear-gradient( 115deg, #071426 0%, #0d213c 55%, #173b6a 100%);
    box-shadow: 0 10px 28px rgba(15, 23, 42, .14);
}

.event-details-dialog__header-main[b-v31ab8pbyx] {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.event-details-dialog__eyebrow[b-v31ab8pbyx] {
    margin: 0 0 12px;
    color: #38bdf8;
    font-size: .67rem;
    font-weight: 850;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.event-details-dialog__issuer[b-v31ab8pbyx] {
    margin: 0 0 8px;
    color: #9fc5ee;
    font-size: .72rem;
    font-weight: 850;
    letter-spacing: .055em;
    line-height: 1.3;
    text-transform: uppercase;
}

.event-details-dialog__product[b-v31ab8pbyx] {
    max-width: 920px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.35rem, 2vw, 2rem);
    font-weight: 850;
    line-height: 1.16;
    letter-spacing: -.018em;
}

.event-details-dialog__header-tags[b-v31ab8pbyx] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.event-details-dialog__event-badge[b-v31ab8pbyx],
.event-details-dialog__state-badge[b-v31ab8pbyx] {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    padding: 5px 10px;
    border: 1px solid rgba(147, 197, 253, .34);
    background: rgba(30, 64, 175, .24);
    color: #eaf4ff;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .025em;
    line-height: 1;
}

.event-details-dialog__state-badge[b-v31ab8pbyx] {
    border-color: rgba(148, 163, 184, .35);
    background: rgba(255, 255, 255, .08);
    color: #dbe7f5;
}

.event-details-dialog__header-facts[b-v31ab8pbyx] {
    min-width: 0;
    display: grid;
    gap: 8px;
}

.event-details-dialog__header-fact[b-v31ab8pbyx] {
    min-width: 0;
    display: grid;
    gap: 6px;
    align-content: center;
    padding: 12px 13px;
    border: 1px solid rgba(148, 163, 184, .28);
    background: rgba(255, 255, 255, .08);
}

.event-details-dialog__header-fact-label[b-v31ab8pbyx] {
    color: #9fb4ce;
    font-size: .64rem;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.event-details-dialog__header-fact-value[b-v31ab8pbyx] {
    overflow: hidden;
    color: #ffffff;
    font-size: .84rem;
    font-weight: 800;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.event-details-dialog__identifiers[b-v31ab8pbyx] {
    display: grid;
    grid-template-columns: repeat(3, minmax(180px, 1fr));
    gap: 10px;
}

.event-details-dialog__identifier[b-v31ab8pbyx] {
    min-width: 0;
    display: grid;
    gap: 7px;
    padding: 13px 15px;
    border: 1px solid var(--im-border, #d9e1e8);
    background: #ffffff;
}

.event-details-dialog__identifier-label[b-v31ab8pbyx] {
    color: var(--im-text-soft, #80909f);
    font-size: .66rem;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.event-details-dialog__identifier-value[b-v31ab8pbyx] {
    overflow: hidden;
    color: var(--im-text, #17212b);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: .84rem;
    font-weight: 750;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.event-details-dialog__workflow[b-v31ab8pbyx] {
    display: grid;
    gap: 13px;
    padding: 17px;
    border: 1px solid var(--im-border, #d9e1e8);
    background: #ffffff;
}

.event-details-dialog__section-heading[b-v31ab8pbyx] {
    display: grid;
    gap: 3px;
}

.event-details-dialog__section-eyebrow[b-v31ab8pbyx] {
    color: #1f6fad;
    font-size: .66rem;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.event-details-dialog__section-title[b-v31ab8pbyx] {
    color: var(--im-text, #17212b);
    font-size: .98rem;
    font-weight: 800;
    line-height: 1.25;
}

.event-details-dialog__actions[b-v31ab8pbyx] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
}

.event-details-dialog__action[b-v31ab8pbyx] {
    min-width: 0;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 13px 15px;
    border: 1px solid var(--im-border, #d9e1e8);
    background: #ffffff;
    color: var(--im-text, #17212b);
    text-align: left;
    cursor: pointer;
    transition: border-color 140ms ease, background-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

    .event-details-dialog__action:hover[b-v31ab8pbyx] {
        border-color: #8fa7bd;
        background: #f8fafc;
        box-shadow: 0 5px 14px rgba(15, 23, 42, .07);
        transform: translateY(-1px);
    }

    .event-details-dialog__action:focus-visible[b-v31ab8pbyx] {
        outline: 2px solid #1f6fad;
        outline-offset: 2px;
    }

    .event-details-dialog__action.is-primary[b-v31ab8pbyx] {
        border-color: #102846;
        background: #102846;
        color: #ffffff;
    }

        .event-details-dialog__action.is-primary:hover[b-v31ab8pbyx] {
            border-color: #16375f;
            background: #16375f;
        }

.event-details-dialog__action-copy[b-v31ab8pbyx] {
    min-width: 0;
    display: grid;
    gap: 3px;
}

.event-details-dialog__action-title[b-v31ab8pbyx] {
    font-size: .84rem;
    font-weight: 800;
    line-height: 1.25;
}

.event-details-dialog__action-detail[b-v31ab8pbyx] {
    color: var(--im-text-muted, #607080);
    font-size: .72rem;
    font-weight: 550;
    line-height: 1.35;
}

.event-details-dialog__action.is-primary
.event-details-dialog__action-detail[b-v31ab8pbyx] {
    color: #cbd8e8;
}

.event-details-dialog__action-arrow[b-v31ab8pbyx] {
    flex: 0 0 auto;
    font-size: 1rem;
    line-height: 1;
}

.event-details-dialog__read-state[b-v31ab8pbyx] {
    display: flex;
    justify-content: flex-end;
    padding-top: 2px;
}

.event-details-dialog__series[b-v31ab8pbyx] {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

    .event-details-dialog__series .pes-root[b-v31ab8pbyx] {
        width: 100%;
    }

@media (max-width: 1000px) {
    .event-details-dialog__header[b-v31ab8pbyx] {
        grid-template-columns: minmax(0, 1fr) 250px;
        gap: 18px;
        padding: 22px;
    }
}

@media (max-width: 900px) {
    .event-details-dialog__identifiers[b-v31ab8pbyx] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .event-details-dialog__actions[b-v31ab8pbyx] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .event-details-dialog__header[b-v31ab8pbyx] {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .event-details-dialog__header-facts[b-v31ab8pbyx] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .event-details-dialog__product[b-v31ab8pbyx] {
        font-size: 1.35rem;
    }
}

@media (max-width: 640px) {
    .event-details-dialog[b-v31ab8pbyx] {
        gap: 14px;
    }

    .event-details-dialog__issuer[b-v31ab8pbyx] {
        font-size: .7rem;
    }

    .event-details-dialog__identifiers[b-v31ab8pbyx] {
        grid-template-columns: 1fr;
    }

    .event-details-dialog__workflow[b-v31ab8pbyx] {
        padding: 14px;
    }

    .event-details-dialog__read-state[b-v31ab8pbyx] {
        justify-content: stretch;
    }

        .event-details-dialog__read-state .rz-button[b-v31ab8pbyx] {
            width: 100%;
            justify-content: center;
        }
}

@media (max-width: 520px) {
    .event-details-dialog__header-facts[b-v31ab8pbyx] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/MyMarket/ProductWatchImport.razor.rz.scp.css */
.cw-shell[b-rwaxcv5ixw] {
    --cw-navy-950: #081120;
    --cw-navy-900: #0d1a30;
    --cw-navy-850: #10203a;
    --cw-navy-800: #132642;
    --cw-blue-400: #60a5fa;
    --cw-blue-300: #93c5fd;
    --cw-blue-200: #bfdbfe;
    --cw-blue-soft: rgba(96, 165, 250, 0.10);
    --cw-border: rgba(148, 163, 184, 0.18);
    --cw-border-strong: rgba(148, 163, 184, 0.28);
    --cw-text: #f8fafc;
    --cw-muted: #cbd5e1;
    --cw-subtle: #94a3b8;
    min-height: calc(100vh - 58px);
    padding: 32px 24px 56px;
    box-sizing: border-box;
    color: var(--cw-text);
    background: radial-gradient(circle at top right, rgba(37, 99, 235, 0.16), transparent 34%), linear-gradient(135deg, #081120 0%, #0d1a30 54%, #10264a 100%);
}

.cw-hero[b-rwaxcv5ixw] {
    width: min(1100px, 100%);
    margin: 0 auto 24px;
    padding-left: 16px;
    box-sizing: border-box;
    border-left: 3px solid var(--cw-blue-400);
}

.cw-eyebrow[b-rwaxcv5ixw],
.cw-step-eyebrow[b-rwaxcv5ixw],
.cw-panel-eyebrow[b-rwaxcv5ixw],
.cw-working-eyebrow[b-rwaxcv5ixw] {
    color: var(--cw-blue-300);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.cw-hero h1[b-rwaxcv5ixw] {
    margin: 6px 0 8px;
    color: #ffffff;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.cw-hero p[b-rwaxcv5ixw] {
    max-width: 760px;
    margin: 0;
    color: var(--cw-muted);
    font-size: 15px;
    line-height: 1.5;
}

/* RadzenCard is a child component, so the selector must cross isolation. */
.cw-shell[b-rwaxcv5ixw]  .cw-card {
    position: relative;
    display: block;
    width: min(1100px, 100%);
    margin: 0 auto;
    padding: 0 !important;
    overflow: hidden;
    color: var(--cw-text);
    background: var(--cw-navy-900) !important;
    border: 1px solid var(--cw-border) !important;
    border-radius: 8px !important;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.025) !important;
}

.cw-step[b-rwaxcv5ixw] {
    min-height: 500px;
    padding: 34px 40px 32px;
    box-sizing: border-box;
    color: var(--cw-text);
    background: var(--cw-navy-900);
}

.cw-step-header[b-rwaxcv5ixw] {
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--cw-border);
}

    .cw-step-header h2[b-rwaxcv5ixw],
    .cw-result h2[b-rwaxcv5ixw] {
        margin: 5px 0 6px;
        color: #ffffff;
        font-size: 24px;
        font-weight: 700;
        line-height: 1.16;
        letter-spacing: -0.025em;
    }

    .cw-step-header p[b-rwaxcv5ixw],
    .cw-result p[b-rwaxcv5ixw],
    .cw-working-panel p[b-rwaxcv5ixw] {
        margin: 0;
        color: var(--cw-muted);
        font-size: 14px;
        line-height: 1.5;
    }

.cw-source-grid[b-rwaxcv5ixw] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 20px;
}

.cw-source-card[b-rwaxcv5ixw] {
    min-height: 116px;
    padding: 17px;
    display: flex;
    align-items: flex-start;
    gap: 13px;
    box-sizing: border-box;
    color: var(--cw-muted);
    text-align: left;
    cursor: pointer;
    appearance: none;
    border: 1px solid var(--cw-border);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.035);
    transition: border-color 140ms ease, background 140ms ease, transform 140ms ease, box-shadow 140ms ease;
}

    .cw-source-card:hover[b-rwaxcv5ixw] {
        border-color: rgba(96, 165, 250, 0.42);
        background: rgba(96, 165, 250, 0.07);
        transform: translateY(-1px);
    }

.cw-source-card--selected[b-rwaxcv5ixw] {
    border-color: var(--cw-blue-400);
    background: rgba(96, 165, 250, 0.11);
    box-shadow: inset 0 0 0 1px rgba(96, 165, 250, 0.15);
}

.cw-source-icon[b-rwaxcv5ixw] {
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--cw-blue-300);
    font-size: 19px;
}

.cw-source-copy[b-rwaxcv5ixw] {
    min-width: 0;
    display: block;
}

    .cw-source-copy strong[b-rwaxcv5ixw] {
        display: block;
        margin-bottom: 6px;
        color: #ffffff;
        font-size: 14px;
        line-height: 1.3;
    }

    .cw-source-copy small[b-rwaxcv5ixw] {
        display: block;
        color: var(--cw-muted);
        font-size: 12px;
        line-height: 1.45;
    }

.cw-mode-panel[b-rwaxcv5ixw] {
    padding: 22px;
    box-sizing: border-box;
    border: 1px solid var(--cw-border);
    border-radius: 7px;
    background: rgba(0, 0, 0, 0.14);
}

.cw-panel-heading[b-rwaxcv5ixw] {
    margin-bottom: 18px;
}

.cw-panel-heading--split[b-rwaxcv5ixw] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.cw-panel-heading h3[b-rwaxcv5ixw] {
    margin: 5px 0;
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.015em;
}

.cw-panel-heading p[b-rwaxcv5ixw] {
    margin: 0;
    color: var(--cw-muted);
    font-size: 13px;
    line-height: 1.5;
}

.cw-selection-count[b-rwaxcv5ixw] {
    min-width: 84px;
    padding: 10px 13px;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid rgba(96, 165, 250, 0.28);
    border-radius: 6px;
    background: rgba(96, 165, 250, 0.09);
}

    .cw-selection-count strong[b-rwaxcv5ixw] {
        display: block;
        color: #ffffff;
        font-size: 20px;
        line-height: 1;
    }

    .cw-selection-count span[b-rwaxcv5ixw] {
        display: block;
        margin-top: 5px;
        color: var(--cw-blue-300);
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

.cw-field[b-rwaxcv5ixw] {
    width: 100%;
}

.cw-input-footer[b-rwaxcv5ixw] {
    margin-top: 12px;
}

    .cw-input-footer span[b-rwaxcv5ixw] {
        color: var(--cw-subtle);
        font-size: 12px;
        font-weight: 600;
    }

.cw-upload-dropzone[b-rwaxcv5ixw] {
    min-height: 235px;
    padding: 30px 26px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 9px;
    box-sizing: border-box;
    color: var(--cw-text);
    text-align: center;
    cursor: pointer;
    border: 1px dashed rgba(96, 165, 250, 0.46);
    border-radius: 7px;
    background: rgba(96, 165, 250, 0.065);
    transition: background 140ms ease, border-color 140ms ease;
}

    .cw-upload-dropzone:hover[b-rwaxcv5ixw] {
        border-color: var(--cw-blue-400);
        background: rgba(96, 165, 250, 0.1);
    }

.cw-upload-icon[b-rwaxcv5ixw] {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--cw-blue-300);
    font-size: 24px;
    border: 1px solid rgba(96, 165, 250, 0.34);
    border-radius: 999px;
    background: rgba(96, 165, 250, 0.12);
}

.cw-upload-copy strong[b-rwaxcv5ixw] {
    display: block;
    color: #ffffff;
    font-size: 16px;
}

.cw-upload-copy small[b-rwaxcv5ixw] {
    display: block;
    margin-top: 3px;
    color: var(--cw-muted);
    font-size: 12px;
}

.cw-upload-input[b-rwaxcv5ixw] {
    max-width: 280px;
    color: var(--cw-muted);
}

.cw-upload-file[b-rwaxcv5ixw] {
    margin-top: 4px;
    color: var(--cw-blue-300);
    font-size: 12px;
    font-weight: 700;
}

.cw-issuer-search[b-rwaxcv5ixw] {
    position: relative;
    margin-bottom: 18px;
}

    .cw-issuer-search input[b-rwaxcv5ixw] {
        width: 100%;
        height: 46px;
        padding: 0 44px;
        box-sizing: border-box;
        color: #ffffff;
        font-size: 14px;
        outline: none;
        border: 1px solid var(--cw-border-strong);
        border-radius: 6px;
        background: rgba(0, 0, 0, 0.22);
    }

        .cw-issuer-search input:focus[b-rwaxcv5ixw] {
            border-color: var(--cw-blue-400);
            box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.1);
        }

        .cw-issuer-search input[b-rwaxcv5ixw]::placeholder {
            color: var(--cw-subtle);
        }

.cw-search-icon[b-rwaxcv5ixw] {
    position: absolute;
    left: 15px;
    top: 50%;
    color: var(--cw-blue-300);
    font-size: 19px;
    transform: translateY(-50%);
}

.cw-search-clear[b-rwaxcv5ixw] {
    position: absolute;
    right: 11px;
    top: 50%;
    width: 28px;
    height: 28px;
    padding: 0;
    color: var(--cw-subtle);
    font-size: 19px;
    cursor: pointer;
    border: 0;
    border-radius: 4px;
    background: transparent;
    transform: translateY(-50%);
}

    .cw-search-clear:hover[b-rwaxcv5ixw] {
        color: #ffffff;
        background: rgba(255, 255, 255, 0.08);
    }

.cw-section-label[b-rwaxcv5ixw] {
    color: var(--cw-blue-300);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.cw-selected-section[b-rwaxcv5ixw] {
    margin-bottom: 20px;
}

.cw-selected-list[b-rwaxcv5ixw] {
    margin-top: 9px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.cw-selected-item[b-rwaxcv5ixw] {
    min-width: 220px;
    max-width: 360px;
    padding: 10px 11px 10px 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    box-sizing: border-box;
    border: 1px solid rgba(96, 165, 250, 0.28);
    border-radius: 6px;
    background: rgba(96, 165, 250, 0.09);
}

    .cw-selected-item strong[b-rwaxcv5ixw] {
        display: block;
        overflow: hidden;
        color: #ffffff;
        font-size: 12px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .cw-selected-item span[b-rwaxcv5ixw] {
        display: block;
        margin-top: 3px;
        color: var(--cw-subtle);
        font-size: 10px;
    }

    .cw-selected-item button[b-rwaxcv5ixw] {
        flex: 0 0 auto;
        width: 25px;
        height: 25px;
        padding: 0;
        color: var(--cw-subtle);
        font-size: 17px;
        cursor: pointer;
        border: 0;
        border-radius: 4px;
        background: transparent;
    }

        .cw-selected-item button:hover[b-rwaxcv5ixw] {
            color: #ffffff;
            background: rgba(255, 255, 255, 0.08);
        }

.cw-directory-toolbar[b-rwaxcv5ixw] {
    margin-bottom: 9px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .cw-directory-toolbar > span[b-rwaxcv5ixw] {
        color: var(--cw-subtle);
        font-size: 11px;
    }

.cw-issuer-list[b-rwaxcv5ixw] {
    max-height: 390px;
    overflow-y: auto;
    border-top: 1px solid var(--cw-border);
    scrollbar-color: rgba(148, 163, 184, 0.35) transparent;
}

.cw-issuer-row[b-rwaxcv5ixw] {
    width: 100%;
    min-height: 61px;
    padding: 10px 12px;
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    box-sizing: border-box;
    color: inherit;
    text-align: left;
    cursor: pointer;
    appearance: none;
    border: 0;
    border-bottom: 1px solid var(--cw-border);
    background: transparent;
}

    .cw-issuer-row:hover[b-rwaxcv5ixw] {
        background: rgba(255, 255, 255, 0.04);
    }

.cw-issuer-row--selected[b-rwaxcv5ixw] {
    background: rgba(96, 165, 250, 0.09);
}

.cw-issuer-check[b-rwaxcv5ixw] {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--cw-navy-950);
    font-size: 12px;
    font-weight: 900;
    border: 1px solid rgba(148, 163, 184, 0.45);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.03);
}

.cw-issuer-row--selected .cw-issuer-check[b-rwaxcv5ixw] {
    border-color: var(--cw-blue-400);
    background: var(--cw-blue-400);
}

.cw-issuer-copy[b-rwaxcv5ixw] {
    min-width: 0;
}

    .cw-issuer-copy strong[b-rwaxcv5ixw] {
        display: block;
        overflow: hidden;
        color: #f8fafc;
        font-size: 13px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .cw-issuer-copy small[b-rwaxcv5ixw] {
        display: block;
        margin-top: 4px;
        color: var(--cw-subtle);
        font-size: 10px;
    }

.cw-issuer-action[b-rwaxcv5ixw] {
    color: var(--cw-blue-300);
    font-size: 11px;
    font-weight: 700;
}

.cw-result-note[b-rwaxcv5ixw] {
    padding: 11px 12px 0;
    color: var(--cw-subtle);
    font-size: 11px;
    line-height: 1.45;
}

.cw-issuer-loading[b-rwaxcv5ixw] {
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: var(--cw-muted);
    font-size: 13px;
}

.cw-inline-spinner[b-rwaxcv5ixw] {
    width: 23px;
    height: 23px;
    border: 2px solid rgba(96, 165, 250, 0.25);
    border-top-color: var(--cw-blue-300);
    border-radius: 999px;
    animation: cw-spin-b-rwaxcv5ixw 850ms linear infinite;
}

.cw-empty[b-rwaxcv5ixw],
.cw-error[b-rwaxcv5ixw],
.cw-batch-placeholder[b-rwaxcv5ixw] {
    padding: 15px 16px;
    box-sizing: border-box;
    border-radius: 6px;
}

.cw-empty[b-rwaxcv5ixw] {
    border: 1px dashed rgba(148, 163, 184, 0.35);
    background: rgba(255, 255, 255, 0.035);
}

    .cw-empty strong[b-rwaxcv5ixw],
    .cw-empty span[b-rwaxcv5ixw] {
        display: block;
    }

    .cw-empty strong[b-rwaxcv5ixw] {
        margin-bottom: 5px;
        color: #ffffff;
        font-size: 13px;
    }

    .cw-empty span[b-rwaxcv5ixw] {
        color: var(--cw-muted);
        font-size: 12px;
    }

.cw-error[b-rwaxcv5ixw] {
    margin-top: 14px;
    color: #fee2e2;
    font-size: 12.5px;
    border: 1px solid rgba(239, 68, 68, 0.3);
    background: rgba(127, 29, 29, 0.24);
}

.cw-actions[b-rwaxcv5ixw] {
    margin-top: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.cw-batch-placeholder[b-rwaxcv5ixw] {
    display: flex;
    align-items: center;
    gap: 16px;
    border: 1px solid rgba(96, 165, 250, 0.22);
    background: rgba(96, 165, 250, 0.07);
}

.cw-batch-placeholder-icon[b-rwaxcv5ixw] {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--cw-blue-300);
    font-size: 17px;
    border: 1px solid rgba(96, 165, 250, 0.28);
    border-radius: 999px;
}

.cw-batch-placeholder strong[b-rwaxcv5ixw],
.cw-batch-placeholder span[b-rwaxcv5ixw] {
    display: block;
}

.cw-batch-placeholder strong[b-rwaxcv5ixw] {
    margin-bottom: 4px;
    color: #ffffff;
    font-size: 14px;
}

.cw-batch-placeholder span[b-rwaxcv5ixw] {
    color: var(--cw-muted);
    font-size: 12px;
    line-height: 1.5;
}

.cw-result[b-rwaxcv5ixw] {
    min-height: 430px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.cw-result-icon[b-rwaxcv5ixw] {
    width: 58px;
    height: 58px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--cw-blue-300);
    font-size: 24px;
    border: 1px solid rgba(96, 165, 250, 0.32);
    border-radius: 999px;
    background: var(--cw-blue-soft);
}

.cw-working-overlay[b-rwaxcv5ixw] {
    position: absolute;
    inset: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(8, 17, 32, 0.82);
    backdrop-filter: blur(8px);
}

.cw-working-panel[b-rwaxcv5ixw] {
    width: min(420px, calc(100% - 48px));
    padding: 34px 30px;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid rgba(96, 165, 250, 0.28);
    border-radius: 8px;
    background: rgba(15, 28, 54, 0.98);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
}

.cw-working-orb[b-rwaxcv5ixw] {
    width: 46px;
    height: 46px;
    margin: 0 auto 18px;
    border: 2px solid rgba(96, 165, 250, 0.25);
    border-top-color: var(--cw-blue-300);
    border-radius: 999px;
    animation: cw-spin-b-rwaxcv5ixw 900ms linear infinite;
}

.cw-working-panel h3[b-rwaxcv5ixw] {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

/* Radzen Steps */

.cw-shell[b-rwaxcv5ixw]  .cw-steps {
    display: block;
    color: var(--cw-text);
    background: transparent !important;
}

    .cw-shell[b-rwaxcv5ixw]  .cw-steps.rz-steps,
    .cw-shell[b-rwaxcv5ixw]  .cw-steps .rz-steps {
        color: var(--cw-text);
        background: transparent !important;
    }

    .cw-shell[b-rwaxcv5ixw]  .cw-steps .rz-steps-items {
        min-height: 64px;
        padding: 0 20px;
        box-sizing: border-box;
        background: rgba(0, 0, 0, 0.16) !important;
        border-bottom: 1px solid var(--cw-border) !important;
    }

    .cw-shell[b-rwaxcv5ixw]  .cw-steps .rz-steps-item {
        background: transparent !important;
    }

    .cw-shell[b-rwaxcv5ixw]  .cw-steps .rz-steps-content,
    .cw-shell[b-rwaxcv5ixw]  .cw-steps .rz-steps-panel,
    .cw-shell[b-rwaxcv5ixw]  .cw-steps .rz-tabview-panels {
        padding: 0 !important;
        color: var(--cw-text) !important;
        background: var(--cw-navy-900) !important;
    }

    .cw-shell[b-rwaxcv5ixw]  .cw-steps .rz-steps-title {
        color: var(--cw-muted) !important;
        font-size: 12px !important;
        font-weight: 600 !important;
    }

    .cw-shell[b-rwaxcv5ixw]  .cw-steps .rz-steps-number {
        color: rgba(255, 255, 255, 0.88) !important;
        border: 1px solid rgba(255, 255, 255, 0.12) !important;
        background: rgba(255, 255, 255, 0.14) !important;
    }

    .cw-shell[b-rwaxcv5ixw]  .cw-steps .rz-state-highlight .rz-steps-number,
    .cw-shell[b-rwaxcv5ixw]  .cw-steps .rz-steps-item-active .rz-steps-number {
        color: var(--cw-navy-950) !important;
        border-color: var(--cw-blue-400) !important;
        background: var(--cw-blue-400) !important;
    }

    .cw-shell[b-rwaxcv5ixw]  .cw-steps .rz-state-highlight .rz-steps-title,
    .cw-shell[b-rwaxcv5ixw]  .cw-steps .rz-steps-item-active .rz-steps-title {
        color: var(--cw-blue-300) !important;
    }

/* Radzen text area and form field */

.cw-shell[b-rwaxcv5ixw]  .cw-field {
    display: block;
    width: 100%;
}

    .cw-shell[b-rwaxcv5ixw]  .cw-field.rz-form-field {
        width: 100%;
        box-sizing: border-box;
        border: 1px solid var(--cw-border-strong) !important;
        border-radius: 6px !important;
        background: rgba(0, 0, 0, 0.22) !important;
    }

    .cw-shell[b-rwaxcv5ixw]  .cw-field .rz-form-field-content {
        width: 100%;
    }

    .cw-shell[b-rwaxcv5ixw]  .cw-field .rz-form-field-label {
        color: var(--cw-subtle) !important;
        font-size: 12px !important;
    }

    .cw-shell[b-rwaxcv5ixw]  .cw-field .rz-textarea {
        width: 100% !important;
        min-height: 210px !important;
        padding: 16px !important;
        box-sizing: border-box;
        resize: vertical;
        color: #ffffff !important;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.5;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

        .cw-shell[b-rwaxcv5ixw]  .cw-field .rz-textarea::placeholder {
            color: #64748b !important;
        }

/* Radzen buttons */

.cw-shell[b-rwaxcv5ixw]  .cw-actions .rz-button {
    min-height: 38px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.cw-shell[b-rwaxcv5ixw]  .cw-actions .rz-primary {
    color: #081120;
    background: var(--cw-blue-300);
    border-color: var(--cw-blue-300);
}

    .cw-shell[b-rwaxcv5ixw]  .cw-actions .rz-primary:not(:disabled):hover {
        background: var(--cw-blue-200);
        border-color: var(--cw-blue-200);
    }

.cw-shell[b-rwaxcv5ixw]  .cw-actions .rz-light {
    color: var(--cw-muted);
    background: rgba(255, 255, 255, 0.04);
    border-color: var(--cw-border);
}

    .cw-shell[b-rwaxcv5ixw]  .cw-actions .rz-light:not(:disabled):hover {
        color: #ffffff;
        background: rgba(255, 255, 255, 0.08);
    }

.cw-shell[b-rwaxcv5ixw]  .cw-actions .rz-button:disabled {
    opacity: 0.42;
}

@keyframes cw-spin-b-rwaxcv5ixw {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 820px) {
    .cw-source-grid[b-rwaxcv5ixw] {
        grid-template-columns: 1fr;
    }

    .cw-panel-heading--split[b-rwaxcv5ixw] {
        flex-direction: column;
    }

    .cw-selection-count[b-rwaxcv5ixw] {
        width: 100%;
    }
}

@media (max-width: 760px) {
    .cw-shell[b-rwaxcv5ixw] {
        padding: 20px 12px 36px;
    }

    .cw-hero h1[b-rwaxcv5ixw] {
        font-size: 29px;
    }

    .cw-step[b-rwaxcv5ixw] {
        min-height: auto;
        padding: 24px 16px;
    }

    .cw-actions[b-rwaxcv5ixw] {
        flex-direction: column-reverse;
        align-items: stretch;
    }

    .cw-selected-item[b-rwaxcv5ixw] {
        width: 100%;
        max-width: none;
    }

    .cw-issuer-row[b-rwaxcv5ixw] {
        grid-template-columns: 28px minmax(0, 1fr);
    }

    .cw-issuer-action[b-rwaxcv5ixw] {
        display: none;
    }

    .cw-shell[b-rwaxcv5ixw]  .cw-actions .rz-button {
        width: 100%;
    }
}

.cw-monitor-section[b-rwaxcv5ixw] {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid var(--cw-border);
}

.cw-form-mode[b-rwaxcv5ixw] {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 220px));
    gap: 10px;
}

.cw-option-card[b-rwaxcv5ixw] {
    min-height: 44px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--cw-muted);
    text-align: left;
    cursor: pointer;
    border: 1px solid var(--cw-border);
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.035);
}

.cw-option-card--selected[b-rwaxcv5ixw] {
    color: #ffffff;
    border-color: var(--cw-blue-400);
    background: rgba(96, 165, 250, 0.1);
}

.cw-option-check[b-rwaxcv5ixw],
.cw-form-check[b-rwaxcv5ixw] {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--cw-navy-950);
    font-size: 11px;
    font-weight: 900;
    border: 1px solid rgba(148, 163, 184, 0.45);
    border-radius: 4px;
}

.cw-option-card--selected .cw-option-check[b-rwaxcv5ixw],
.cw-form-option--selected .cw-form-check[b-rwaxcv5ixw],
.cw-destination-option--selected .cw-option-check[b-rwaxcv5ixw] {
    border-color: var(--cw-blue-400);
    background: var(--cw-blue-400);
}

.cw-form-grid[b-rwaxcv5ixw] {
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
}

.cw-form-option[b-rwaxcv5ixw] {
    min-height: 40px;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--cw-muted);
    cursor: pointer;
    border: 1px solid var(--cw-border);
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.025);
}

.cw-form-option--selected[b-rwaxcv5ixw] {
    color: #ffffff;
    border-color: rgba(96, 165, 250, 0.55);
    background: rgba(96, 165, 250, 0.09);
}

.cw-review-layout[b-rwaxcv5ixw] {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.75fr);
    gap: 16px;
}

.cw-review-main[b-rwaxcv5ixw],
.cw-review-side[b-rwaxcv5ixw] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cw-review-card[b-rwaxcv5ixw] {
    padding: 18px;
    border: 1px solid var(--cw-border);
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.12);
}

.cw-review-card-header[b-rwaxcv5ixw] {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .cw-review-card-header > span[b-rwaxcv5ixw] {
        color: var(--cw-subtle);
        font-size: 11px;
    }

.cw-review-value[b-rwaxcv5ixw] {
    margin-top: 8px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
}

.cw-review-list[b-rwaxcv5ixw] {
    margin-top: 10px;
}

.cw-review-row[b-rwaxcv5ixw] {
    padding: 10px 0;
    border-bottom: 1px solid var(--cw-border);
}

    .cw-review-row:last-child[b-rwaxcv5ixw] {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .cw-review-row strong[b-rwaxcv5ixw],
    .cw-review-row span[b-rwaxcv5ixw] {
        display: block;
    }

    .cw-review-row strong[b-rwaxcv5ixw] {
        color: #ffffff;
        font-size: 13px;
    }

    .cw-review-row span[b-rwaxcv5ixw] {
        margin-top: 3px;
        color: var(--cw-subtle);
        font-size: 10px;
    }

.cw-review-tags[b-rwaxcv5ixw] {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

    .cw-review-tags span[b-rwaxcv5ixw] {
        padding: 6px 9px;
        color: var(--cw-blue-200);
        font-size: 11px;
        font-weight: 700;
        border: 1px solid rgba(96, 165, 250, 0.28);
        border-radius: 4px;
        background: rgba(96, 165, 250, 0.08);
    }

.cw-destination-list[b-rwaxcv5ixw] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cw-destination-option[b-rwaxcv5ixw] {
    width: 100%;
    min-height: 54px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 11px;
    color: inherit;
    text-align: left;
    cursor: pointer;
    border: 1px solid var(--cw-border);
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.025);
}

.cw-destination-option--selected[b-rwaxcv5ixw] {
    border-color: rgba(96, 165, 250, 0.5);
    background: rgba(96, 165, 250, 0.08);
}

.cw-destination-copy[b-rwaxcv5ixw] {
    min-width: 0;
}

    .cw-destination-copy strong[b-rwaxcv5ixw],
    .cw-destination-copy small[b-rwaxcv5ixw] {
        display: block;
    }

    .cw-destination-copy strong[b-rwaxcv5ixw] {
        overflow: hidden;
        color: #ffffff;
        font-size: 12px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .cw-destination-copy small[b-rwaxcv5ixw] {
        margin-top: 3px;
        color: var(--cw-subtle);
        font-size: 10px;
        text-transform: uppercase;
    }

.cw-inline-status[b-rwaxcv5ixw] {
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--cw-muted);
    font-size: 12px;
}

.cw-result-metrics[b-rwaxcv5ixw] {
    width: min(560px, 100%);
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid var(--cw-border);
    border-radius: 6px;
    overflow: hidden;
}

    .cw-result-metrics > div[b-rwaxcv5ixw] {
        padding: 18px;
        border-right: 1px solid var(--cw-border);
    }

        .cw-result-metrics > div:last-child[b-rwaxcv5ixw] {
            border-right: 0;
        }

    .cw-result-metrics strong[b-rwaxcv5ixw],
    .cw-result-metrics span[b-rwaxcv5ixw] {
        display: block;
    }

    .cw-result-metrics strong[b-rwaxcv5ixw] {
        color: #ffffff;
        font-size: 25px;
    }

    .cw-result-metrics span[b-rwaxcv5ixw] {
        margin-top: 4px;
        color: var(--cw-subtle);
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

.cw-result-actions[b-rwaxcv5ixw] {
    margin-top: 26px;
    display: flex;
    gap: 10px;
}

@media (max-width: 920px) {
    .cw-form-grid[b-rwaxcv5ixw] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .cw-review-layout[b-rwaxcv5ixw] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .cw-form-mode[b-rwaxcv5ixw],
    .cw-form-grid[b-rwaxcv5ixw] {
        grid-template-columns: 1fr;
    }

    .cw-result-metrics[b-rwaxcv5ixw] {
        grid-template-columns: 1fr;
    }

        .cw-result-metrics > div[b-rwaxcv5ixw] {
            border-right: 0;
            border-bottom: 1px solid var(--cw-border);
        }

            .cw-result-metrics > div:last-child[b-rwaxcv5ixw] {
                border-bottom: 0;
            }

    .cw-result-actions[b-rwaxcv5ixw] {
        width: 100%;
        flex-direction: column;
    }
}
