.font-display {
    font-family: "Be Vietnam Pro", sans-serif;
}

.bg-background-light {
    background-color: #f6f6f8;
}

.bg-surface-light {
    background-color: #ffffff;
}

.text-primary {
    color: #1152d4;
}

.bg-primary {
    background-color: #1152d4;
}

.bg-primary\/10 {
    background-color: rgba(17, 82, 212, 0.10);
}

.text-success {
    color: #10b981;
}

.bg-success\/10 {
    background-color: rgba(16, 185, 129, 0.10);
}

.text-danger {
    color: #ef4444;
}

.rounded-\[24px\] {
    border-radius: 24px;
}

.card-shadow {
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05);
}

.layout-container {
    min-height: 100%;
    width: 100%;
}

.layout-content-container {
    width: 100%;
}

.order-alerts-shell {
    width: 100%;
    max-width: 1440px;
}

.alerts-row {
    width: 100%;
    align-content: flex-start;
}

.alert-card,
.alert-card-inner,
.product-pill,
.close-alert-button,
.accept-button {
    box-sizing: border-box;
}

.alert-card {
    position: relative;
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.alert-card-inner {
    min-height: 100%;
}

.alert-card-body,
.alert-card-footer {
    width: 100%;
    min-width: 0;
}


.alert-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
    width: 100%;
    align-items: stretch;
}

.metric-pill {
    width: 100%;
    min-width: 0;
    justify-content: center;
    text-align: center;
}

    .metric-pill .material-symbols-outlined {
        flex-shrink: 0;
    }

.product-pill {
    background-color: rgb(248 250 252);
    border: 1px solid rgb(226 232 240);
    border-radius: 0.5rem;
    padding: 0.3rem 0.55rem;
    font-size: 11px;
    line-height: 1.35;
    color: rgb(51 65 85);
    max-width: 100%;
    overflow-wrap: anywhere;
}

.close-alert-button {
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    z-index: 2;
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    color: rgb(148 163 184);
    background: transparent;
    border: 0;
    cursor: pointer;
    transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

    .close-alert-button:hover {
        background-color: rgb(241 245 249);
        color: rgb(71 85 105);
        transform: scale(1.05);
    }

.accept-button {
    border: 0;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(17, 82, 212, 0.18);
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, filter 0.18s ease;
}

    .accept-button:hover {
        background-color: #0f4bc4;
        box-shadow: 0 12px 24px rgba(17, 82, 212, 0.28);
        transform: translateY(-1px);
        filter: brightness(1.02);
    }

    .accept-button:active {
        transform: translateY(0);
        box-shadow: 0 6px 14px rgba(17, 82, 212, 0.22);
    }

.material-symbols-outlined {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}


@media (max-width: 479.98px) {
    .alert-metrics {
        gap: 0.375rem;
    }

    .metric-pill {
        font-size: 9px;
        line-height: 1.2;
        padding-left: 0.4rem;
        padding-right: 0.4rem;
    }

        .metric-pill .material-symbols-outlined {
            font-size: 13px;
        }
}

@media (max-width: 767.98px) {
    .order-alerts-header {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .order-alerts-shell {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .alert-card {
        width: 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .alert-card {
        flex: 1 1 calc(50% - 0.75rem);
        width: calc(50% - 0.75rem);
        max-width: calc(50% - 0.75rem);
    }
}

@media (min-width: 1280px) {
    .alert-card {
        flex: 1 1 calc(33.333333% - 1rem);
        width: calc(33.333333% - 1rem);
        max-width: calc(33.333333% - 1rem);
    }
}

.dark .bg-background-dark {
    background-color: #101622;
}

.dark .bg-surface-dark {
    background-color: #1e293b;
}

.dark .text-white {
    color: #ffffff;
}

.dark .text-slate-100 {
    color: rgb(241 245 249);
}

.dark .text-slate-300 {
    color: rgb(203 213 225);
}

.dark .text-slate-400 {
    color: rgb(148 163 184);
}

.dark .text-slate-500 {
    color: rgb(100 116 139);
}

.dark .border-slate-600 {
    border-color: rgb(71 85 105);
}

.dark .border-slate-800 {
    border-color: rgb(30 41 59);
}

.dark .bg-slate-700 {
    background-color: rgb(51 65 85);
}

.dark .bg-slate-700\/30 {
    background-color: rgba(51, 65, 85, 0.30);
}

.dark .text-red-400 {
    color: rgb(248 113 113);
}

.dark .product-pill {
    background-color: rgba(51, 65, 85, 0.30);
    border-color: rgb(71 85 105);
    color: rgb(203 213 225);
}

.dark .close-alert-button:hover {
    background-color: rgb(51 65 85);
    color: rgb(203 213 225);
}

.dark .card-shadow {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}


.order-alerts-page-header {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.order-alerts-page-header__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    text-align: center;
}

.order-alerts-page-header__title {
    margin: 0;
    color: #0f172a;
    font-size: 1.75rem;
    line-height: 1.1;
    font-weight: 800;
    letter-spacing: -0.03em;
    text-transform: uppercase;
}

.order-alerts-page-header__subtitle {
    margin: 0;
    color: #64748b;
    font-size: 0.625rem;
    line-height: 1.4;
    font-weight: 800;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.order-alerts-empty-state {
    width: 100%;
    border-radius: 1.75rem;
    border: 1px solid rgba(17, 82, 212, 0.12);
    background:
        radial-gradient(circle at top right, rgba(17, 82, 212, 0.12), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.98) 100%);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.order-alerts-empty-state__inner {
    min-height: 21rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 2rem 1.5rem;
    text-align: center;
}

.order-alerts-empty-state__icon-wrap {
    width: 4.75rem;
    height: 4.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background: rgba(17, 82, 212, 0.1);
    border: 1px solid rgba(17, 82, 212, 0.14);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.order-alerts-empty-state__icon {
    font-size: 2rem;
    color: #1152d4;
}

.order-alerts-empty-state__content {
    max-width: 42rem;
}

.order-alerts-empty-state__eyebrow {
    margin: 0 0 0.5rem;
    color: #1152d4;
    font-size: 0.6875rem;
    line-height: 1.4;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.order-alerts-empty-state__title {
    margin: 0;
    color: #0f172a;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.order-alerts-empty-state__description {
    margin: 0.75rem 0 0;
    color: #475569;
    font-size: 1rem;
    line-height: 1.7;
    font-weight: 500;
}

@media (max-width: 767.98px) {
    .order-alerts-page-header {
        padding-top: 0;
        padding-bottom: 0;
    }

    .order-alerts-page-header__title {
        font-size: 1.5rem;
    }

    .order-alerts-page-header__subtitle {
        font-size: 0.5625rem;
        letter-spacing: 0.18em;
    }

    .order-alerts-empty-state__inner {
        min-height: 18rem;
        padding: 1.5rem 1rem;
    }

    .order-alerts-empty-state__title {
        font-size: 1.25rem;
    }

    .order-alerts-empty-state__description {
        font-size: 0.9375rem;
        line-height: 1.6;
    }
}
