:root {
    --az-brand-primary: #091F4E;
    --az-brand-accent: #0EC7CB;
    --az-brand-soft: #E5F9F9;
    --az-brand-ink: #10213f;
    --az-brand-muted: #64748b;
    --az-brand-border: #c9e7e8;
    --bs-primary: #091F4E;
    --bs-primary-rgb: 9, 31, 78;
    --bs-info: #0EC7CB;
    --bs-info-rgb: 14, 199, 203;
    --bs-link-color: #091F4E;
    --bs-link-hover-color: #0A8E96;
}

body {
    background:
        radial-gradient(circle at top left, rgba(14, 199, 203, 0.18), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, var(--az-brand-soft) 100%);
    color: var(--az-brand-ink);
}

a,
.text-primary,
.link-primary {
    color: var(--az-brand-primary) !important;
}

a:hover,
.link-primary:hover {
    color: #0A8E96 !important;
}

.btn-primary,
.btn-light-primary:hover,
.btn-outline-primary:hover {
    background-color: var(--az-brand-primary) !important;
    border-color: var(--az-brand-primary) !important;
    color: #ffffff !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #12356f !important;
    border-color: #12356f !important;
}

.btn-light-primary,
.bg-light-primary,
.bg-light-primary-subtle {
    background-color: var(--az-brand-soft) !important;
    color: var(--az-brand-primary) !important;
}

.border-primary {
    border-color: var(--az-brand-accent) !important;
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus {
    border-color: var(--az-brand-accent);
    box-shadow: 0 0 0 0.2rem rgba(14, 199, 203, 0.18);
}

.form-check-input:checked {
    background-color: var(--az-brand-primary);
    border-color: var(--az-brand-primary);
}

.loader-fill {
    background: var(--az-brand-accent);
}

.pc-sidebar {
    border-right-color: rgba(9, 31, 78, 0.08);
}

.pc-sidebar .m-header {
    border-bottom: 1px solid rgba(9, 31, 78, 0.08);
}

.brand-logo-img {
    display: block;
    width: auto;
    max-width: 152px;
    max-height: 42px;
    object-fit: contain;
}

.pc-sidebar .b-brand {
    gap: 10px;
    color: var(--az-brand-primary) !important;
}

.pc-sidebar .pc-link .pc-micon,
.pc-sidebar .pc-link .pc-mtext {
    color: #40516e;
}

.pc-sidebar .pc-item.active > .pc-link,
.pc-sidebar .pc-item:hover > .pc-link {
    background: var(--az-brand-soft);
    color: var(--az-brand-primary);
}

.pc-sidebar .pc-item.active > .pc-link .pc-micon,
.pc-sidebar .pc-item.active > .pc-link .pc-mtext,
.pc-sidebar .pc-item:hover > .pc-link .pc-micon,
.pc-sidebar .pc-item:hover > .pc-link .pc-mtext {
    color: var(--az-brand-primary);
}

.pc-header,
.pc-footer {
    border-color: rgba(9, 31, 78, 0.08);
}

.card,
.dropdown-menu,
.auth-main .card {
    border-color: rgba(9, 31, 78, 0.1);
    box-shadow: 0 14px 34px rgba(9, 31, 78, 0.06);
}

.pc-head-link:hover,
.pc-head-link:focus {
    background: var(--az-brand-soft);
    color: var(--az-brand-primary);
}

.az-chatbot-selector {
    max-width: 48vw;
}

.az-chatbot-selector-toggle {
    width: clamp(220px, 23vw, 292px);
    height: 48px;
    padding: 6px 12px !important;
    border: 1px solid rgba(14, 199, 203, 0.6);
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(9, 31, 78, 0.08);
}

.az-chatbot-selector-toggle:hover,
.az-chatbot-selector-toggle:focus,
.az-chatbot-selector.show .az-chatbot-selector-toggle {
    border-color: var(--az-brand-accent);
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(14, 199, 203, 0.14), 0 12px 28px rgba(9, 31, 78, 0.1);
}

.az-chatbot-selector-toggle-inner {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-width: 0;
}

.az-chatbot-selector-current-icon,
.az-chatbot-selector-chev {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.az-chatbot-selector-current-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: var(--az-brand-soft);
    color: var(--az-brand-primary);
}

.az-chatbot-selector-chev {
    width: 28px;
    height: 28px;
    margin-left: auto;
    border-radius: 8px;
    background: rgba(9, 31, 78, 0.06);
    color: var(--az-brand-primary);
}

.az-chatbot-selector-label {
    display: block;
    color: #0a8e96;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
}

.az-chatbot-selector-name {
    display: block;
    max-width: 170px;
    overflow: hidden;
    color: var(--az-brand-primary);
    font-weight: 800;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.az-chatbot-selector-menu {
    width: min(360px, calc(100vw - 24px));
    max-width: calc(100vw - 24px);
    overflow: hidden;
    border: 1px solid rgba(14, 199, 203, 0.28);
    border-radius: 16px;
}

.az-chatbot-selector-body {
    max-height: min(420px, calc(100vh - 140px));
    overflow-y: auto;
    padding: 8px;
}

.az-chatbot-selector-empty {
    padding: 14px;
    text-align: center;
}

.az-chatbot-selector-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    margin-bottom: 4px;
    padding: 10px 12px;
    border-radius: 12px;
    color: var(--az-brand-ink);
    white-space: normal;
}

.az-chatbot-selector-item:hover,
.az-chatbot-selector-item:focus,
.az-chatbot-selector-item.is-selected {
    background: var(--az-brand-soft);
    color: var(--az-brand-primary);
}

.az-chatbot-selector-item.is-selected {
    box-shadow: inset 3px 0 0 var(--az-brand-accent);
}

.az-chatbot-selector-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    border-radius: 10px;
    background: rgba(14, 199, 203, 0.14);
    color: var(--az-brand-primary);
}

.az-chatbot-selector-title {
    display: block;
    max-width: 230px;
    overflow: hidden;
    font-weight: 800;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.az-chatbot-selector-status {
    display: block;
    color: var(--az-brand-muted);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.25;
}

.az-chatbot-selector-current-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    flex: 0 0 auto;
    padding: 4px 8px;
    border: 1px solid #9FE6C5;
    border-radius: 999px;
    background: #DDF8EC;
    color: #087A4A;
    font-size: 11px;
    font-weight: 800;
}

@media (max-width: 767.98px) {
    .az-chatbot-selector {
        max-width: 52vw;
    }

    .az-chatbot-selector-toggle {
        width: clamp(160px, 48vw, 210px);
        padding-inline: 8px !important;
    }

    .az-chatbot-selector-label {
        display: none;
    }

    .az-chatbot-selector-name {
        max-width: 118px;
    }

    .az-chatbot-selector-menu {
        width: calc(100vw - 16px);
        max-width: calc(100vw - 16px);
    }

    .az-chatbot-selector-title {
        max-width: calc(100vw - 140px);
    }
}

@media (max-width: 420px) {
    .az-chatbot-selector-toggle {
        width: clamp(136px, 45vw, 166px);
    }

    .az-chatbot-selector-name {
        max-width: 82px;
    }

    .az-chatbot-selector-current-icon {
        display: none;
    }

    .az-chatbot-selector-chev {
        width: 24px;
        height: 24px;
    }
}

.az-topbar-alerts-menu {
    width: min(380px, calc(100vw - 24px));
    max-width: calc(100vw - 24px);
    overflow: hidden;
    border-radius: 16px;
}

.az-topbar-alerts-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 16px 12px;
    border-bottom: 1px solid rgba(9, 31, 78, 0.08);
}

.az-topbar-alerts-body {
    max-height: min(430px, calc(100vh - 142px));
    overflow-y: auto;
    padding: 8px;
}

.az-topbar-alert-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    margin-bottom: 6px;
    padding: 12px;
    border-radius: 14px;
    color: var(--az-brand-ink);
    text-decoration: none;
}

.az-topbar-alert-item:hover,
.az-topbar-alert-item:focus {
    background: var(--az-brand-soft);
    color: var(--az-brand-primary);
    text-decoration: none;
}

.az-topbar-alert-content {
    min-width: 0;
    flex: 1 1 auto;
}

.az-topbar-alert-content h6 {
    margin: 0 0 4px;
    color: var(--az-brand-primary);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
    white-space: normal;
}

.az-topbar-alert-content p {
    margin: 0;
    color: var(--az-brand-muted);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
    white-space: normal;
}

.profile-qr-code svg {
    width: min(100%, 220px);
    height: auto;
    display: block;
    margin: 0 auto;
}

.upi-payment-logo {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    object-fit: cover;
    flex: 0 0 52px;
    box-shadow: 0 10px 24px rgba(9, 31, 78, 0.12);
}

.payment-method-radio-list {
    display: grid;
    gap: 12px;
}

.payment-method-radio {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    align-items: center;
    width: 100%;
    padding: 14px;
    border: 1px solid rgba(9, 31, 78, 0.12);
    border-radius: 14px;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.payment-method-radio:hover,
.payment-method-radio.is-selected {
    border-color: rgba(14, 199, 203, 0.65);
    background: #f7ffff;
    box-shadow: 0 12px 32px rgba(9, 31, 78, 0.08);
}

.payment-method-radio input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.payment-method-radio-icon {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #e5f9f9;
    color: #091f4e;
    flex: 0 0 44px;
}

.payment-method-radio-icon img {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    object-fit: cover;
}

.payment-method-radio-icon i {
    font-size: 22px;
}

.payment-method-radio-copy {
    min-width: 0;
}

.payment-method-radio-copy span {
    display: block;
    color: #091f4e;
    font-weight: 800;
    line-height: 1.25;
}

.payment-method-radio-copy small {
    display: block;
    color: #64748b;
    font-weight: 600;
    line-height: 1.35;
    margin-top: 2px;
}

.payment-method-radio-meta {
    padding: 5px 9px;
    border-radius: 999px;
    background: #e5f9f9;
    color: #091f4e;
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
}

.payment-method-detail {
    display: none;
}

.payment-method-detail.is-active {
    display: block;
}

.payment-detail-hero,
.payment-detail-instructions {
    padding: 16px;
    border: 1px solid rgba(9, 31, 78, 0.1);
    border-radius: 16px;
    background: #ffffff;
}

.upi-method-qr-panel {
    padding: 14px;
    border: 1px solid rgba(14, 199, 203, 0.35);
    border-radius: 14px;
    background: linear-gradient(180deg, #ffffff 0%, #f7ffff 100%);
}

.upi-method-qr-panel-wide {
    padding: 20px;
}

.upi-qr-title {
    color: #091f4e;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
}

.upi-qr-box {
    width: min(190px, 100%);
    padding: 10px;
    border: 1px solid rgba(14, 199, 203, 0.35);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 16px 40px rgba(9, 31, 78, 0.08);
}

.upi-qr-box-lg {
    width: min(260px, 100%);
}

.upi-qr-box svg {
    display: block;
    width: 100%;
    height: auto;
}

.upi-id-copy-row {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 8px;
}

.upi-copy-btn {
    padding: 3px 9px;
    font-size: 12px;
}

.upi-qr-timer-strip {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    border: 1px solid rgba(245, 158, 11, 0.35);
    border-radius: 12px;
    background: #fffbeb;
    color: #92400e;
    font-size: 13px;
    font-weight: 700;
}

.upi-qr-timer-strip i {
    color: #d97706;
    font-size: 20px;
}

.upi-qr-timer-strip strong {
    margin-left: auto;
    color: #091f4e;
    font-size: 16px;
}

@media (max-width: 575.98px) {
    .payment-method-radio {
        grid-template-columns: auto 1fr;
    }

    .payment-method-radio-meta {
        grid-column: 1 / -1;
        justify-self: start;
    }

    .upi-id-copy-row {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .az-topbar-alerts-menu {
        position: fixed !important;
        top: 64px !important;
        right: 8px !important;
        left: 8px !important;
        width: auto;
        max-width: none;
        transform: none !important;
    }
}

.auth-main {
    background:
        radial-gradient(circle at 12% 12%, rgba(14, 199, 203, 0.22), transparent 28%),
        linear-gradient(135deg, #ffffff 0%, var(--az-brand-soft) 100%);
}

.auth-login-card {
    overflow: hidden;
    border: 1px solid rgba(9, 31, 78, 0.08) !important;
    border-radius: 22px;
    box-shadow: 0 24px 70px rgba(9, 31, 78, 0.13) !important;
}

.auth-login-card .card-body {
    padding: 34px;
}

.auth-register-card {
    width: min(100%, 580px);
    margin-inline: auto;
}

.auth-login-head {
    margin-bottom: 26px;
}

.auth-login-head h4 {
    color: var(--az-brand-primary);
    letter-spacing: 0;
}

.auth-login-head p {
    color: var(--az-brand-muted) !important;
    font-weight: 650;
}

.auth-login-logo {
    max-height: 58px;
    width: auto;
    margin-bottom: 22px;
    object-fit: contain;
}

.auth-google-btn {
    min-height: 50px;
    border: 1px solid rgba(9, 31, 78, 0.14) !important;
    border-radius: 12px;
    background: #ffffff !important;
    color: var(--az-brand-ink) !important;
    font-weight: 800;
    box-shadow: 0 10px 26px rgba(9, 31, 78, 0.06);
}

.auth-google-btn:hover,
.auth-google-btn:focus {
    border-color: var(--az-brand-accent) !important;
    color: var(--az-brand-primary) !important;
    box-shadow: 0 0 0 3px rgba(14, 199, 203, 0.14), 0 12px 30px rgba(9, 31, 78, 0.1);
}

.auth-register-choice {
    padding: 14px;
    border: 1px solid rgba(14, 199, 203, 0.22);
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(229, 249, 249, 0.92), #ffffff);
}

.auth-register-choice-label {
    margin-bottom: 8px;
    color: var(--az-brand-primary);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.auth-login-submit {
    min-height: 48px;
    border: 0 !important;
    border-radius: 12px;
    background: var(--az-brand-primary) !important;
    color: #ffffff !important;
    font-weight: 850;
    box-shadow: 0 14px 28px rgba(9, 31, 78, 0.2);
}

.auth-login-submit:hover,
.auth-login-submit:focus,
.auth-login-submit:active {
    background: #0b2a63 !important;
    color: #ffffff !important;
    box-shadow: 0 0 0 3px rgba(14, 199, 203, 0.18), 0 16px 32px rgba(9, 31, 78, 0.22);
    transform: translateY(-1px);
}

.auth-login-card .input-group-text {
    border-color: rgba(9, 31, 78, 0.1);
    background: var(--az-brand-soft);
    color: var(--az-brand-primary);
}

.auth-login-card .form-control {
    min-height: 46px;
    border-color: rgba(9, 31, 78, 0.1);
}

.auth-login-card .form-control:focus {
    border-color: var(--az-brand-accent);
    box-shadow: 0 0 0 3px rgba(14, 199, 203, 0.16);
}

.auth-login-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.auth-login-links a,
.auth-sidefooter .footer-link a {
    color: #0b5b74 !important;
    font-weight: 800;
    text-decoration: none;
}

.auth-login-links a:hover,
.auth-sidefooter .footer-link a:hover {
    color: var(--az-brand-primary) !important;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.auth-footer-login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 16px;
    border: 1px solid var(--az-brand-accent);
    border-radius: 999px;
    background: var(--az-brand-soft);
    color: var(--az-brand-primary) !important;
}

.auth-footer-login:hover,
.auth-footer-login:focus {
    background: var(--az-brand-primary);
    color: #ffffff !important;
    text-decoration: none !important;
}

.auth-register-card .form-check-label a {
    color: var(--az-brand-primary);
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.auth-sidefooter .img-brand,
.auth-form img[alt="aZentiKo"] {
    max-height: 56px;
    width: auto;
    object-fit: contain;
}

.auth-sidefooter .auth-footer-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    box-shadow: 0 14px 28px rgba(9, 31, 78, 0.14);
}

.badge {
    font-weight: 700;
    letter-spacing: 0;
}

.badge.bg-light-success {
    background-color: #DDF8EC !important;
    color: #087A4A !important;
    border: 1px solid #9FE6C5 !important;
}

.badge.bg-light-info {
    background-color: #DDFBFC !important;
    color: #087E81 !important;
    border: 1px solid #8AE4E7 !important;
}

.badge.bg-light-warning {
    background-color: #FFF3CD !important;
    color: #8A5A00 !important;
    border: 1px solid #F6D77A !important;
}

.badge.bg-light-danger {
    background-color: #FDE2E1 !important;
    color: #A52828 !important;
    border: 1px solid #F2A7A3 !important;
}

.badge.bg-light-primary {
    background-color: var(--az-brand-soft) !important;
    color: var(--az-brand-primary) !important;
    border: 1px solid var(--az-brand-border) !important;
}

.badge.bg-light-secondary {
    background-color: #eef2f6 !important;
    color: #334155 !important;
    border: 1px solid #d7dee8 !important;
}

.pc-h-badge,
.badge.bg-success {
    background-color: #087A4A !important;
    color: #ffffff !important;
}

.avtar.bg-light-primary,
.avtar.bg-light-info,
.avtar.bg-light-success,
.avtar.bg-light-warning,
.avtar.bg-light-danger {
    border: 1px solid rgba(9, 31, 78, 0.08);
}

.az-sim-card {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    padding: 24px;
    background:
        radial-gradient(circle at 18% 18%, rgba(14, 199, 203, 0.32), transparent 30%),
        radial-gradient(circle at 78% 8%, rgba(255, 255, 255, 0.16), transparent 24%),
        linear-gradient(135deg, #071936 0%, var(--az-brand-primary) 58%, #062f47 100%);
    color: rgba(255, 255, 255, 0.78);
    box-shadow: 0 24px 55px rgba(9, 31, 78, 0.22);
}

.az-sim-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 78%);
}

.az-sim-bg {
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 999px;
    filter: blur(16px);
    opacity: 0.28;
    pointer-events: none;
}

.az-sim-bg-one {
    left: -70px;
    bottom: -90px;
    background: var(--az-brand-accent);
    animation: azFloatGlow 7s ease-in-out infinite;
}

.az-sim-bg-two {
    top: -110px;
    right: 8%;
    background: #ffffff;
    animation: azFloatGlow 9s ease-in-out infinite reverse;
}

.az-sim-header,
.az-sim-layout,
.az-sim-strip {
    position: relative;
    z-index: 1;
}

.az-sim-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 22px;
}

.az-sim-header h4 {
    font-weight: 800;
}

.az-sim-header p {
    max-width: 680px;
    color: rgba(255, 255, 255, 0.7);
}

.az-live-chip,
.az-soft-chip,
.az-plan-chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

.az-live-chip {
    color: #dfffff;
    background: rgba(14, 199, 203, 0.18);
    border: 1px solid rgba(14, 199, 203, 0.42);
}

.az-live-chip span {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--az-brand-accent);
    box-shadow: 0 0 0 0 rgba(14, 199, 203, 0.7);
    animation: azLivePulse 1.7s infinite;
}

.az-soft-chip,
.az-plan-chip {
    color: rgba(255, 255, 255, 0.82);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.az-sim-bot-badge {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 220px;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(12px);
}

.az-sim-bot-badge .avtar {
    color: var(--az-brand-primary);
    background: var(--az-brand-accent);
}

.az-sim-bot-badge small {
    display: block;
    color: rgba(255, 255, 255, 0.62);
    font-weight: 700;
}

.az-sim-bot-badge strong {
    display: block;
    max-width: 150px;
    overflow: hidden;
    color: #ffffff;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.az-sim-layout {
    display: grid;
    grid-template-columns: minmax(300px, 0.92fr) minmax(420px, 1.35fr);
    gap: 18px;
    align-items: stretch;
}

.az-sim-stage,
.az-sim-panel {
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
}

.az-sim-stage {
    display: grid;
    min-height: 388px;
    border-radius: 20px;
    padding: 22px;
    place-items: center;
}

.az-orbit-wrap {
    position: relative;
    width: min(280px, 72vw);
    aspect-ratio: 1;
}

.az-orbit-ring,
.az-orbit-node,
.az-orbit-core {
    position: absolute;
    border-radius: 999px;
}

.az-orbit-ring {
    inset: 0;
    border: 1px solid rgba(14, 199, 203, 0.22);
    animation: azSpin 18s linear infinite;
}

.az-ring-two {
    inset: 32px;
    border-style: dashed;
    animation-duration: 12s;
    animation-direction: reverse;
}

.az-ring-three {
    inset: 66px;
    border-color: rgba(255, 255, 255, 0.2);
    animation-duration: 9s;
}

.az-orbit-core {
    inset: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #ffffff;
    background:
        radial-gradient(circle at 40% 25%, rgba(255, 255, 255, 0.32), transparent 32%),
        linear-gradient(145deg, var(--az-brand-accent), #075d7d);
    box-shadow: 0 0 34px rgba(14, 199, 203, 0.55);
    animation: azCorePulse 2.4s ease-in-out infinite;
}

.az-orbit-core span {
    font-size: 12px;
    font-weight: 800;
}

.az-orbit-node {
    width: 14px;
    height: 14px;
    background: #ffffff;
    box-shadow: 0 0 22px rgba(14, 199, 203, 0.8);
}

.az-node-one {
    top: 18px;
    left: 52%;
    animation: azNodePulse 2s ease-in-out infinite;
}

.az-node-two {
    right: 26px;
    bottom: 72px;
    background: var(--az-brand-accent);
    animation: azNodePulse 2.8s ease-in-out infinite;
}

.az-node-three {
    left: 36px;
    bottom: 58px;
    animation: azNodePulse 2.3s ease-in-out infinite;
}

.az-stage-status {
    width: 100%;
    display: grid;
    gap: 10px;
    margin-top: 20px;
}

.az-stage-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.az-stage-row i {
    color: var(--az-brand-accent);
    font-size: 20px;
}

.az-stage-row small,
.az-stage-row strong {
    display: block;
}

.az-stage-row small {
    color: rgba(255, 255, 255, 0.58);
    font-weight: 700;
}

.az-stage-row strong {
    color: #ffffff;
    font-size: 13px;
}

.az-sim-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.az-sim-panel {
    min-height: 150px;
    border-radius: 18px;
    padding: 15px;
}

.az-panel-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 14px;
}

.az-panel-top span {
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
}

.az-panel-icon {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
}

.az-panel-success {
    color: #b9f7d7;
    background: rgba(8, 122, 74, 0.35);
}

.az-panel-info {
    color: #dfffff;
    background: rgba(14, 199, 203, 0.28);
}

.az-panel-primary {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.14);
}

.az-panel-warning {
    color: #ffe7a6;
    background: rgba(216, 155, 0, 0.28);
}

.az-sim-panel h6 {
    margin-bottom: 4px;
    color: #ffffff;
    font-weight: 800;
}

.az-sim-panel p {
    min-height: 34px;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
}

.az-meter {
    overflow: hidden;
    height: 7px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
}

.az-meter span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--az-brand-accent), #ffffff);
    animation: azMeterShine 2.8s ease-in-out infinite;
}

.az-sim-panel-feature {
    background: rgba(14, 199, 203, 0.12);
}

.az-sim-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 16px;
}

.az-sim-strip div {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 12px 14px;
    border-radius: 15px;
    color: rgba(255, 255, 255, 0.78);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.az-sim-strip i {
    flex: 0 0 auto;
    color: var(--az-brand-accent);
    font-size: 20px;
}

.az-sim-strip span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.az-sim-option-card {
    min-height: 420px;
}

.az-option-head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.az-option-head p {
    color: rgba(255, 255, 255, 0.68);
}

.az-option-score {
    display: inline-flex;
    flex: 0 0 auto;
    width: 72px;
    height: 72px;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    color: #ffffff;
    background: rgba(14, 199, 203, 0.2);
    border: 1px solid rgba(14, 199, 203, 0.38);
    font-size: 26px;
    font-weight: 900;
    box-shadow: 0 0 34px rgba(14, 199, 203, 0.18);
}

.az-option-score span {
    margin-left: 2px;
    font-size: 15px;
}

.az-neural-map,
.az-executive-board,
.az-option-grid {
    position: relative;
    z-index: 1;
}

.az-neural-map {
    min-height: 230px;
    border-radius: 20px;
    background:
        radial-gradient(circle at 50% 50%, rgba(14, 199, 203, 0.16), transparent 44%),
        rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    overflow: hidden;
}

.az-neural-lane {
    position: absolute;
    left: 9%;
    right: 9%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(14, 199, 203, 0.85), transparent);
    animation: azLaneScan 2.8s ease-in-out infinite;
}

.lane-one {
    top: 30%;
}

.lane-two {
    top: 50%;
    animation-delay: 0.5s;
}

.lane-three {
    top: 70%;
    animation-delay: 1s;
}

.az-neural-pod {
    position: absolute;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 86px;
    height: 86px;
    border-radius: 26px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.16);
    animation: azPodFloat 4.2s ease-in-out infinite;
}

.az-neural-pod i {
    color: var(--az-brand-accent);
    font-size: 24px;
}

.az-neural-pod span {
    font-size: 12px;
    font-weight: 800;
}

.pod-one {
    top: 26px;
    left: 8%;
}

.pod-two {
    top: 72px;
    left: calc(50% - 43px);
    animation-delay: 0.8s;
}

.pod-three {
    top: 26px;
    right: 8%;
    animation-delay: 1.3s;
}

.pod-four {
    right: 18%;
    bottom: 22px;
    animation-delay: 1.9s;
}

.az-option-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 14px;
}

.az-option-grid div {
    padding: 12px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.az-option-grid small,
.az-option-grid strong {
    display: block;
}

.az-option-grid small {
    color: rgba(255, 255, 255, 0.56);
    font-weight: 700;
}

.az-option-grid strong {
    color: #ffffff;
    font-size: 14px;
}

.az-executive-board {
    display: grid;
    grid-template-columns: 0.82fr 1fr;
    gap: 14px;
    min-height: 230px;
}

.az-executive-main,
.az-executive-list {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.az-executive-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 9px;
    padding: 18px;
    text-align: center;
}

.az-executive-main i {
    display: inline-flex;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    color: var(--az-brand-primary);
    background: var(--az-brand-accent);
    box-shadow: 0 0 34px rgba(14, 199, 203, 0.28);
}

.az-executive-main strong {
    max-width: 100%;
    overflow: hidden;
    color: #ffffff;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.az-executive-main span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    font-weight: 700;
}

.az-executive-list {
    display: grid;
    gap: 10px;
    padding: 14px;
}

.az-executive-list div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.az-executive-list div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.az-executive-list span {
    color: rgba(255, 255, 255, 0.62);
    font-weight: 700;
}

.az-executive-list strong {
    color: #ffffff;
    white-space: nowrap;
}

@keyframes azLaneScan {
    0%, 100% {
        opacity: 0.35;
        transform: translateX(-8%);
    }
    50% {
        opacity: 1;
        transform: translateX(8%);
    }
}

@keyframes azPodFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes azLivePulse {
    70% {
        box-shadow: 0 0 0 10px rgba(14, 199, 203, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(14, 199, 203, 0);
    }
}

@keyframes azFloatGlow {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        transform: translate3d(16px, -12px, 0) scale(1.08);
    }
}

@keyframes azSpin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes azCorePulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.04);
    }
}

@keyframes azNodePulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.78;
    }
    50% {
        transform: scale(1.38);
        opacity: 1;
    }
}

@keyframes azMeterShine {
    0%, 100% {
        opacity: 0.76;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 1399.98px) {
    .az-sim-metrics {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1199.98px) {
    .az-sim-layout {
        grid-template-columns: 1fr;
    }

    .az-sim-stage {
        min-height: auto;
    }
}

@media (max-width: 991.98px) {
    .az-sim-header {
        flex-direction: column;
    }

    .az-sim-bot-badge {
        width: 100%;
    }

    .az-sim-bot-badge strong {
        max-width: 70vw;
    }

    .az-sim-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .az-option-head {
        flex-direction: column;
    }

    .az-executive-board {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .az-sim-card {
        padding: 18px;
        border-radius: 16px;
    }

    .az-sim-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .az-option-grid {
        grid-template-columns: 1fr;
    }

    .az-neural-map,
    .az-executive-board {
        min-height: auto;
    }

    .az-neural-map {
        padding: 12px;
    }

    .az-neural-pod {
        position: relative;
        inset: auto;
        width: 100%;
        height: auto;
        min-height: 74px;
        margin-bottom: 10px;
        animation: none;
    }

    .az-neural-lane {
        display: none;
    }

    .az-orbit-core {
        inset: 84px;
    }
}

@media (max-width: 575.98px) {
    .brand-logo-img {
        max-width: 128px;
        max-height: 38px;
    }

    .az-sim-card {
        padding: 16px;
    }

    .az-sim-header h4 {
        font-size: 20px;
    }

    .az-sim-metrics,
    .az-sim-strip {
        grid-template-columns: 1fr;
    }

    .az-sim-stage {
        padding: 16px;
    }

    .az-orbit-wrap {
        width: min(238px, 76vw);
    }

    .az-orbit-core {
        inset: 74px;
    }

    .az-sim-panel {
        min-height: auto;
    }

    .az-sim-strip span {
        white-space: normal;
    }
}

.az-monitor-showcase {
    border-radius: 22px;
    padding: 18px;
    background:
        radial-gradient(circle at 10% 0%, rgba(14, 199, 203, 0.22), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f5fcfc 100%);
    border: 1px solid rgba(14, 199, 203, 0.22);
    box-shadow: 0 22px 48px rgba(9, 31, 78, 0.08);
}

.az-monitor-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.az-monitor-heading h4 {
    margin: 4px 0;
    color: var(--az-brand-primary);
    font-weight: 800;
}

.az-monitor-heading p {
    max-width: 720px;
    margin: 0;
    color: var(--az-brand-muted);
}

.az-monitor-kicker,
.az-monitor-label span {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    border-radius: 999px;
    padding: 6px 10px;
    color: #087e81;
    background: #ddfbfc;
    border: 1px solid #8ae4e7;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

.az-monitor-current {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 10px;
    min-width: 250px;
    padding: 12px 14px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(9, 31, 78, 0.1);
    box-shadow: 0 14px 28px rgba(9, 31, 78, 0.06);
}

.az-monitor-current > i {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: var(--az-brand-primary);
    background: var(--az-brand-soft);
    font-size: 22px;
}

.az-monitor-current small,
.az-monitor-current strong {
    display: block;
}

.az-monitor-current small {
    color: var(--az-brand-muted);
    font-weight: 700;
}

.az-monitor-current strong {
    max-width: 120px;
    overflow: hidden;
    color: var(--az-brand-primary);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.az-monitor-current > span {
    margin-left: auto;
    border-radius: 999px;
    padding: 5px 9px;
    color: #087a4a;
    background: #ddf8ec;
    border: 1px solid #9fe6c5;
    font-size: 11px;
    font-weight: 800;
}

.az-monitor-example {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    margin-bottom: 16px;
    padding: 18px;
    background: #ffffff;
    border: 1px solid rgba(9, 31, 78, 0.1);
    box-shadow: 0 16px 36px rgba(9, 31, 78, 0.07);
}

.az-monitor-example::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(14, 199, 203, 0.08) 1px, transparent 1px),
        linear-gradient(rgba(14, 199, 203, 0.08) 1px, transparent 1px);
    background-size: 30px 30px;
    mask-image: linear-gradient(135deg, rgba(0, 0, 0, 0.65), transparent 65%);
}

.az-monitor-label {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
}

.az-monitor-label strong {
    color: var(--az-brand-primary);
    font-size: 16px;
}

.az-robot-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(280px, 0.78fr) minmax(420px, 1fr);
    gap: 18px;
}

.az-robot-stage {
    position: relative;
    min-height: 420px;
    border-radius: 24px;
    background:
        radial-gradient(circle at 50% 34%, rgba(14, 199, 203, 0.28), transparent 28%),
        linear-gradient(145deg, #effefe, #ffffff);
    border: 1px solid rgba(14, 199, 203, 0.24);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.az-robot-glow {
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 999px;
    background: rgba(14, 199, 203, 0.18);
    filter: blur(4px);
    animation: azMonitorGlow 4s ease-in-out infinite;
}

.az-robot {
    position: relative;
    z-index: 2;
    width: 210px;
    height: 250px;
}

.az-robot-antenna {
    position: absolute;
    top: 0;
    left: 50%;
    width: 4px;
    height: 32px;
    background: var(--az-brand-primary);
    transform: translateX(-50%);
}

.az-robot-antenna::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 50%;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: var(--az-brand-accent);
    box-shadow: 0 0 0 10px rgba(14, 199, 203, 0.12);
    transform: translateX(-50%);
    animation: azMonitorPulse 1.8s ease-in-out infinite;
}

.az-robot-head {
    position: absolute;
    top: 30px;
    left: 18px;
    right: 18px;
    height: 116px;
    border-radius: 38px;
    background:
        radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.9), transparent 20%),
        linear-gradient(145deg, var(--az-brand-primary), #12366e);
    box-shadow: 0 22px 42px rgba(9, 31, 78, 0.22);
}

.az-robot-head::before,
.az-robot-head::after {
    content: "";
    position: absolute;
    top: 48px;
    width: 18px;
    height: 30px;
    border-radius: 999px;
    background: var(--az-brand-accent);
    box-shadow: 0 0 18px rgba(14, 199, 203, 0.9);
}

.az-robot-head::before {
    left: 48px;
}

.az-robot-head::after {
    right: 48px;
}

.az-robot-eye {
    display: none;
}

.az-robot-body {
    position: absolute;
    top: 155px;
    left: 42px;
    right: 42px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 28px;
    color: var(--az-brand-primary);
    background: #ffffff;
    border: 1px solid rgba(14, 199, 203, 0.28);
    box-shadow: 0 18px 32px rgba(9, 31, 78, 0.12);
}

.az-robot-body i {
    font-size: 34px;
}

.az-robot-bubble {
    position: absolute;
    z-index: 3;
    border-radius: 16px;
    padding: 10px 13px;
    color: var(--az-brand-primary);
    background: #ffffff;
    border: 1px solid rgba(14, 199, 203, 0.24);
    box-shadow: 0 14px 28px rgba(9, 31, 78, 0.08);
    font-size: 12px;
    font-weight: 800;
}

.az-robot-bubble-one {
    top: 54px;
    left: 26px;
    animation: azMonitorFloat 4.4s ease-in-out infinite;
}

.az-robot-bubble-two {
    right: 24px;
    bottom: 58px;
    animation: azMonitorFloat 4.8s ease-in-out infinite reverse;
}

.az-robot-metrics {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.az-monitor-stat {
    position: relative;
    overflow: hidden;
    min-height: 178px;
    border-radius: 20px;
    padding: 14px;
    background: #ffffff;
    border: 1px solid rgba(9, 31, 78, 0.1);
    box-shadow: 0 14px 30px rgba(9, 31, 78, 0.06);
}

.az-monitor-stat > div {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    margin-bottom: 16px;
}

.az-monitor-stat i {
    font-size: 22px;
}

.az-monitor-stat-success > div {
    color: #087a4a;
    background: #ddf8ec;
}

.az-monitor-stat-info > div {
    color: #087e81;
    background: #ddfbfc;
}

.az-monitor-stat-primary > div {
    color: var(--az-brand-primary);
    background: var(--az-brand-soft);
}

.az-monitor-stat-warning > div {
    color: #8a5a00;
    background: #fff3cd;
}

.az-monitor-stat small,
.az-monitor-stat strong,
.az-monitor-stat span {
    display: block;
}

.az-monitor-stat small {
    color: var(--az-brand-muted);
    font-weight: 800;
}

.az-monitor-stat strong {
    margin: 4px 0;
    color: var(--az-brand-primary);
    font-size: 24px;
    font-weight: 900;
}

.az-monitor-stat span {
    color: var(--az-brand-muted);
    font-size: 12px;
}

.az-monitor-stat em {
    position: absolute;
    left: 14px;
    bottom: 14px;
    height: 7px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--az-brand-primary), var(--az-brand-accent));
}

.az-radar-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 18px;
    align-items: center;
}

.az-radar {
    position: relative;
    width: 248px;
    max-width: 100%;
    aspect-ratio: 1;
    margin: 0 auto;
    border-radius: 999px;
    background:
        radial-gradient(circle, #ffffff 0 22%, transparent 23%),
        repeating-radial-gradient(circle, rgba(14, 199, 203, 0.16) 0 1px, transparent 2px 44px),
        linear-gradient(135deg, #f1ffff, #ffffff);
    border: 1px solid rgba(14, 199, 203, 0.32);
    box-shadow: inset 0 0 50px rgba(14, 199, 203, 0.16), 0 18px 38px rgba(9, 31, 78, 0.08);
    overflow: hidden;
}

.az-radar::before,
.az-radar::after {
    content: "";
    position: absolute;
    background: rgba(14, 199, 203, 0.28);
}

.az-radar::before {
    left: 50%;
    top: 8%;
    bottom: 8%;
    width: 1px;
}

.az-radar::after {
    top: 50%;
    left: 8%;
    right: 8%;
    height: 1px;
}

.az-radar-sweep {
    position: absolute;
    inset: 0;
    background: conic-gradient(from 0deg, rgba(14, 199, 203, 0.36), transparent 27%, transparent);
    animation: azMonitorSpin 4.5s linear infinite;
}

.az-radar-core {
    position: absolute;
    inset: 85px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #ffffff;
    background: var(--az-brand-primary);
    box-shadow: 0 0 0 10px rgba(14, 199, 203, 0.15);
}

.az-radar-core i {
    color: var(--az-brand-accent);
    font-size: 24px;
}

.az-radar-dot {
    position: absolute;
    z-index: 2;
    width: 14px;
    height: 14px;
    border-radius: 999px;
    background: var(--az-brand-accent);
    box-shadow: 0 0 0 8px rgba(14, 199, 203, 0.14);
    animation: azMonitorPulse 2.1s ease-in-out infinite;
}

.dot-one {
    top: 28%;
    right: 26%;
}

.dot-two {
    left: 25%;
    bottom: 29%;
    animation-delay: 0.5s;
}

.dot-three {
    right: 18%;
    bottom: 20%;
    animation-delay: 1s;
}

.az-radar-signals {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.az-radar-signals div {
    min-height: 94px;
    border-radius: 18px;
    padding: 14px;
    background: var(--az-brand-soft);
    border: 1px solid rgba(14, 199, 203, 0.22);
}

.az-radar-signals i,
.az-flow-step i {
    color: var(--az-brand-primary);
    font-size: 22px;
}

.az-radar-signals small,
.az-radar-signals strong {
    display: block;
}

.az-radar-signals small {
    margin-top: 8px;
    color: var(--az-brand-muted);
    font-weight: 800;
}

.az-radar-signals strong {
    color: var(--az-brand-primary);
    font-size: 18px;
}

.az-flow-steps {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 14px;
}

.az-flow-step {
    position: relative;
    min-height: 132px;
    border-radius: 18px;
    padding: 14px;
    background: #ffffff;
    border: 1px solid rgba(9, 31, 78, 0.1);
    box-shadow: 0 12px 26px rgba(9, 31, 78, 0.06);
}

.az-flow-step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 28px;
    right: -10px;
    width: 20px;
    height: 2px;
    background: var(--az-brand-accent);
}

.az-flow-step strong,
.az-flow-step span {
    display: block;
}

.az-flow-step strong {
    margin-top: 16px;
    color: var(--az-brand-primary);
}

.az-flow-step span {
    color: var(--az-brand-muted);
    font-size: 12px;
}

.az-flow-bottom {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 0.7fr;
    gap: 12px;
}

.az-flow-feed,
.az-flow-actions {
    border-radius: 18px;
    padding: 14px;
    background: var(--az-brand-soft);
    border: 1px solid rgba(14, 199, 203, 0.22);
}

.az-flow-feed h6 {
    margin-bottom: 10px;
    color: var(--az-brand-primary);
    font-weight: 800;
}

.az-flow-feed div {
    display: grid;
    grid-template-columns: 10px 1fr auto;
    gap: 10px;
    align-items: center;
    padding: 8px 0;
    border-top: 1px solid rgba(9, 31, 78, 0.08);
}

.az-flow-feed span {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: var(--az-brand-accent);
    animation: azMonitorPulse 1.9s ease-in-out infinite;
}

.az-flow-feed p,
.az-flow-feed small {
    margin: 0;
}

.az-flow-feed p {
    color: var(--az-brand-primary);
    font-weight: 700;
}

.az-flow-feed small {
    color: var(--az-brand-muted);
}

.az-flow-actions {
    display: grid;
    gap: 10px;
}

.az-flow-actions div {
    border-radius: 14px;
    padding: 12px;
    background: #ffffff;
    border: 1px solid rgba(9, 31, 78, 0.08);
}

.az-flow-actions strong,
.az-flow-actions span {
    display: block;
}

.az-flow-actions strong {
    color: var(--az-brand-primary);
}

.az-flow-actions span {
    color: var(--az-brand-muted);
    font-size: 12px;
}

@keyframes azMonitorPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.72;
    }
    50% {
        transform: scale(1.16);
        opacity: 1;
    }
}

@keyframes azMonitorFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes azMonitorGlow {
    0%, 100% {
        transform: scale(0.96);
        opacity: 0.72;
    }
    50% {
        transform: scale(1.08);
        opacity: 1;
    }
}

@keyframes azMonitorSpin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 1399.98px) {
    .az-robot-metrics {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .az-flow-steps {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .az-flow-step:not(:last-child)::after {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .az-robot-layout,
    .az-radar-layout,
    .az-flow-bottom {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991.98px) {
    .az-monitor-heading {
        flex-direction: column;
    }

    .az-monitor-current {
        width: 100%;
    }

    .az-monitor-current strong {
        max-width: 48vw;
    }
}

@media (max-width: 767.98px) {
    .az-monitor-showcase,
    .az-monitor-example {
        border-radius: 18px;
        padding: 14px;
    }

    .az-robot-stage {
        min-height: 330px;
    }

    .az-robot-metrics,
    .az-radar-signals,
    .az-flow-steps {
        grid-template-columns: 1fr;
    }

    .az-flow-feed div {
        grid-template-columns: 10px 1fr;
    }

    .az-flow-feed small {
        grid-column: 2;
    }
}

@media (max-width: 575.98px) {
    .az-monitor-heading h4 {
        font-size: 20px;
    }

    .az-monitor-label {
        align-items: flex-start;
        flex-direction: column;
    }

    .az-robot {
        transform: scale(0.86);
    }

    .az-robot-bubble {
        max-width: 142px;
    }

    .az-radar {
        width: min(230px, 76vw);
    }

    .az-radar-core {
        inset: 78px;
    }
}

.az-monitor-single {
    padding: 20px;
}

.az-monitor-combined {
    margin-bottom: 0;
    background:
        radial-gradient(circle at 18% 8%, rgba(14, 199, 203, 0.16), transparent 28%),
        radial-gradient(circle at 84% 20%, rgba(9, 31, 78, 0.08), transparent 26%),
        #ffffff;
}

.az-combined-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(260px, 0.78fr) minmax(300px, 0.9fr) minmax(380px, 1.12fr);
    gap: 16px;
    align-items: stretch;
}

.az-combined-robot,
.az-combined-radar,
.az-combined-metrics,
.az-combined-flow {
    min-width: 0;
    border-radius: 22px;
    padding: 14px;
    background: rgba(229, 249, 249, 0.56);
    border: 1px solid rgba(14, 199, 203, 0.22);
}

.az-combined-robot .az-robot-stage {
    min-height: 374px;
    background:
        radial-gradient(circle at 50% 32%, rgba(14, 199, 203, 0.3), transparent 28%),
        linear-gradient(145deg, #f4ffff, #ffffff 62%, #e5f9f9);
}

.az-combined-radar .az-radar-layout {
    grid-template-columns: 1fr;
    gap: 14px;
}

.az-combined-radar .az-radar {
    width: min(250px, 100%);
}

.az-combined-radar .az-radar-signals {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.az-combined-radar .az-radar-signals div {
    min-height: 86px;
    padding: 12px;
}

.az-combined-radar .az-radar-signals i {
    font-size: 20px;
}

.az-combined-radar .az-radar-signals strong {
    font-size: 15px;
}

.az-combined-stat-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.az-combined-stat-grid .az-monitor-stat {
    min-height: 146px;
}

.az-combined-stat-grid .az-monitor-stat:first-child {
    grid-column: span 2;
}

.az-combined-stat-grid .az-monitor-stat:first-child strong {
    font-size: 30px;
}

.az-combined-bottom {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.72fr) minmax(190px, 0.42fr);
    gap: 14px;
    margin-top: 16px;
}

.az-combined-bottom .az-flow-feed,
.az-combined-bottom .az-flow-actions {
    background: #ffffff;
    box-shadow: 0 12px 24px rgba(9, 31, 78, 0.05);
}

.az-combined-flow .az-flow-steps {
    margin-bottom: 0;
}

.az-monitor-combined .az-flow-step {
    min-height: 118px;
}

@media (max-width: 1499.98px) {
    .az-combined-grid {
        grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1fr);
    }

    .az-combined-metrics {
        grid-column: 1 / -1;
    }

    .az-combined-stat-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .az-combined-stat-grid .az-monitor-stat:first-child {
        grid-column: auto;
    }
}

@media (max-width: 1199.98px) {
    .az-combined-grid,
    .az-combined-bottom {
        grid-template-columns: 1fr;
    }

    .az-combined-radar .az-radar-signals,
    .az-combined-stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .az-combined-stat-grid .az-monitor-stat:first-child {
        grid-column: span 2;
    }
}

@media (max-width: 767.98px) {
    .az-monitor-single {
        padding: 14px;
    }

    .az-combined-robot,
    .az-combined-radar,
    .az-combined-metrics,
    .az-combined-flow {
        padding: 12px;
        border-radius: 18px;
    }

    .az-combined-radar .az-radar-signals,
    .az-combined-stat-grid {
        grid-template-columns: 1fr;
    }

    .az-combined-stat-grid .az-monitor-stat:first-child {
        grid-column: auto;
    }

    .az-combined-robot .az-robot-stage {
        min-height: 330px;
    }
}

.az-monitor-single {
    padding: 14px;
}

.az-monitor-single .az-monitor-heading {
    gap: 10px;
    margin-bottom: 10px;
}

.az-monitor-single .az-monitor-heading h4 {
    margin: 2px 0;
}

.az-monitor-single .az-monitor-heading p {
    max-width: 620px;
    font-size: 13px;
}

.az-monitor-single .az-monitor-current {
    padding: 8px 10px;
}

.az-monitor-single .az-monitor-current > i {
    width: 34px;
    height: 34px;
    font-size: 18px;
}

.az-monitor-single .az-monitor-example {
    border-radius: 18px;
    padding: 12px;
}

.az-monitor-single .az-combined-grid {
    grid-template-columns: minmax(210px, 0.58fr) minmax(260px, 0.82fr) minmax(300px, 1fr);
    gap: 10px;
}

.az-monitor-single .az-combined-robot,
.az-monitor-single .az-combined-radar,
.az-monitor-single .az-combined-metrics,
.az-monitor-single .az-combined-flow {
    border-radius: 16px;
    padding: 10px;
}

.az-monitor-single .az-monitor-label {
    margin-bottom: 8px;
}

.az-monitor-single .az-monitor-label strong {
    font-size: 14px;
}

.az-monitor-single .az-combined-robot .az-robot-stage {
    min-height: 260px;
    border-radius: 16px;
}

.az-monitor-single .az-robot {
    transform: scale(0.72);
}

.az-monitor-single .az-robot-bubble {
    max-width: 132px;
    border-radius: 12px;
    padding: 7px 9px;
    font-size: 11px;
}

.az-monitor-single .az-robot-bubble-one {
    top: 30px;
    left: 14px;
}

.az-monitor-single .az-robot-bubble-two {
    right: 14px;
    bottom: 38px;
}

.az-monitor-single .az-combined-radar .az-radar-layout {
    gap: 8px;
}

.az-monitor-single .az-combined-radar .az-radar {
    width: min(168px, 100%);
}

.az-monitor-single .az-radar-core {
    inset: 58px;
}

.az-monitor-single .az-radar-core i {
    font-size: 18px;
}

.az-monitor-single .az-radar-core strong {
    font-size: 12px;
}

.az-monitor-single .az-combined-radar .az-radar-signals {
    gap: 7px;
}

.az-monitor-single .az-combined-radar .az-radar-signals div {
    min-height: 62px;
    border-radius: 12px;
    padding: 7px;
}

.az-monitor-single .az-combined-radar .az-radar-signals i {
    font-size: 16px;
}

.az-monitor-single .az-radar-signals small {
    margin-top: 4px;
    font-size: 10px;
}

.az-monitor-single .az-combined-radar .az-radar-signals strong {
    font-size: 12px;
}

.az-monitor-single .az-combined-stat-grid {
    gap: 8px;
}

.az-monitor-single .az-combined-stat-grid .az-monitor-stat {
    min-height: 102px;
    border-radius: 14px;
    padding: 9px;
}

.az-monitor-single .az-monitor-stat > div {
    width: 30px;
    height: 30px;
    margin-bottom: 7px;
}

.az-monitor-single .az-monitor-stat i {
    font-size: 17px;
}

.az-monitor-single .az-monitor-stat strong,
.az-monitor-single .az-combined-stat-grid .az-monitor-stat:first-child strong {
    margin: 2px 0;
    font-size: 17px;
}

.az-monitor-single .az-monitor-stat span {
    font-size: 11px;
}

.az-monitor-single .az-monitor-stat em {
    left: 10px;
    right: 10px;
    bottom: 9px;
    height: 5px;
}

.az-monitor-single .az-combined-bottom {
    grid-template-columns: minmax(0, 1.4fr) minmax(240px, 0.82fr) minmax(180px, 0.52fr);
    gap: 10px;
    margin-top: 10px;
}

.az-monitor-single .az-flow-steps {
    gap: 8px;
}

.az-monitor-single .az-monitor-combined .az-flow-step {
    min-height: 82px;
    border-radius: 12px;
    padding: 9px;
}

.az-monitor-single .az-flow-step i {
    font-size: 17px;
}

.az-monitor-single .az-flow-step strong {
    margin-top: 6px;
    font-size: 13px;
}

.az-monitor-single .az-flow-step span {
    font-size: 11px;
}

.az-monitor-single .az-flow-step:not(:last-child)::after {
    top: 21px;
}

.az-monitor-single .az-flow-feed,
.az-monitor-single .az-flow-actions {
    border-radius: 14px;
    padding: 10px;
}

.az-monitor-single .az-flow-feed h6 {
    margin-bottom: 6px;
}

.az-monitor-single .az-flow-feed div {
    gap: 7px;
    padding: 4px 0;
}

.az-monitor-single .az-flow-feed p {
    font-size: 12px;
}

.az-monitor-single .az-flow-feed small {
    font-size: 11px;
}

.az-monitor-single .az-flow-actions {
    gap: 7px;
}

.az-monitor-single .az-flow-actions div {
    border-radius: 12px;
    padding: 9px;
}

@media (max-width: 1499.98px) {
    .az-monitor-single .az-combined-grid {
        grid-template-columns: minmax(220px, 0.78fr) minmax(0, 1fr);
    }

    .az-monitor-single .az-combined-stat-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

@media (max-width: 1199.98px) {
    .az-monitor-single .az-combined-grid,
    .az-monitor-single .az-combined-bottom {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .az-monitor-single {
        padding: 12px;
    }

    .az-monitor-single .az-monitor-heading p {
        font-size: 12px;
    }

    .az-monitor-single .az-combined-radar .az-radar-signals,
    .az-monitor-single .az-combined-stat-grid,
    .az-monitor-single .az-flow-steps {
        grid-template-columns: 1fr;
    }

    .az-monitor-single .az-combined-stat-grid .az-monitor-stat:first-child {
        grid-column: auto;
    }

    .az-monitor-single .az-combined-robot .az-robot-stage {
        min-height: 280px;
    }
}

.az-setup-launch-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 20px;
    border: 1px solid rgba(14, 199, 203, 0.26);
    border-radius: 18px;
    background:
        radial-gradient(circle at 12% 12%, rgba(14, 199, 203, 0.18), transparent 30%),
        linear-gradient(135deg, #ffffff 0%, var(--az-brand-soft) 100%);
    box-shadow: 0 16px 34px rgba(9, 31, 78, 0.08);
}

.az-setup-launch-main {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
    flex: 1 1 auto;
}

.az-setup-launch-icon {
    display: inline-flex;
    width: 68px;
    height: 68px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    color: #ffffff;
    background: var(--az-brand-primary);
    box-shadow: 0 14px 30px rgba(9, 31, 78, 0.18);
}

.az-setup-launch-icon i {
    color: var(--az-brand-accent);
    font-size: 34px;
}

.az-setup-progress {
    height: 10px;
    max-width: 680px;
    border-radius: 999px;
    background: rgba(9, 31, 78, 0.08);
}

.az-setup-progress .progress-bar {
    border-radius: inherit;
    background: linear-gradient(90deg, var(--az-brand-primary), var(--az-brand-accent));
}

.az-setup-launch-action {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 14px;
}

.az-setup-percent {
    display: inline-flex;
    width: 72px;
    height: 72px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: var(--az-brand-primary);
    background: #ffffff;
    border: 1px solid rgba(14, 199, 203, 0.32);
    font-size: 20px;
    font-weight: 900;
    box-shadow: 0 10px 24px rgba(9, 31, 78, 0.08);
}

.az-setup-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.az-setup-step-card,
.az-setup-action-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(9, 31, 78, 0.1);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(9, 31, 78, 0.06);
}

.az-setup-step-card {
    display: flex;
    min-height: 250px;
    flex-direction: column;
    justify-content: space-between;
    gap: 14px;
    padding: 16px;
}

.az-setup-step-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: #f0c14b;
}

.az-setup-step-card.is-done::before {
    background: #087a4a;
}

.az-setup-step-card.is-active {
    border-color: rgba(14, 199, 203, 0.5);
    box-shadow: 0 16px 34px rgba(14, 199, 203, 0.14);
}

.az-setup-step-card.is-active::before {
    background: var(--az-brand-accent);
}

.az-setup-step-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.az-setup-step-number {
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: var(--az-brand-primary);
    background: var(--az-brand-soft);
    font-weight: 900;
}

.az-setup-step-body {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.az-setup-step-body h5 {
    margin-bottom: 5px;
    color: var(--az-brand-primary);
    font-size: 16px;
    font-weight: 800;
}

.az-setup-step-body p {
    margin-bottom: 0;
    color: var(--az-brand-muted);
    font-size: 13px;
    line-height: 1.5;
}

.az-setup-action-card {
    padding: 16px;
}

.az-setup-action-card h6 {
    color: var(--az-brand-primary);
    font-weight: 800;
}

.az-setup-action-card p {
    font-size: 13px;
}

.az-setup-mini-list {
    display: grid;
    gap: 9px;
}

.az-setup-mini-list div {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--az-brand-ink);
    font-size: 13px;
    font-weight: 700;
}

.az-setup-mini-list i {
    flex: 0 0 auto;
    font-size: 17px;
}

.az-dashboard-setup-card {
    overflow: hidden;
    border: 1px solid rgba(14, 199, 203, 0.22);
    background:
        radial-gradient(circle at 8% 0%, rgba(14, 199, 203, 0.14), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, rgba(229, 249, 249, 0.42) 100%);
}

.az-dashboard-setup-head,
.az-dashboard-setup-title,
.az-dashboard-setup-summary {
    display: flex;
    align-items: center;
    gap: 16px;
}

.az-dashboard-setup-head {
    justify-content: space-between;
    margin-bottom: 18px;
}

.az-dashboard-setup-title {
    min-width: 0;
}

.az-dashboard-setup-title h5,
.az-dashboard-next-card h5,
.az-dashboard-step-top h6 {
    color: var(--az-brand-primary);
    font-weight: 900;
}

.az-dashboard-setup-icon {
    display: inline-flex;
    width: 54px;
    height: 54px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: var(--az-brand-primary);
    box-shadow: 0 14px 28px rgba(9, 31, 78, 0.16);
}

.az-dashboard-setup-icon i {
    color: var(--az-brand-accent);
    font-size: 28px;
}

.az-dashboard-setup-percent {
    display: inline-flex;
    min-width: 118px;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 11px 16px;
    border: 1px solid rgba(14, 199, 203, 0.34);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 10px 22px rgba(9, 31, 78, 0.07);
}

.az-dashboard-setup-percent strong {
    color: var(--az-brand-primary);
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
}

.az-dashboard-setup-percent span,
.az-dashboard-setup-summary-label,
.az-dashboard-quick-links > span {
    color: var(--az-brand-muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.az-dashboard-setup-progress {
    height: 10px;
    border-radius: 999px;
    background: rgba(9, 31, 78, 0.08);
}

.az-dashboard-setup-progress .progress-bar {
    border-radius: inherit;
    background: linear-gradient(90deg, var(--az-brand-primary), var(--az-brand-accent));
}

.az-dashboard-setup-summary {
    justify-content: space-between;
    padding: 14px;
    border: 1px solid rgba(9, 31, 78, 0.08);
    border-radius: 16px;
    background: #ffffff;
}

.az-dashboard-setup-summary > div {
    display: grid;
    min-width: 0;
    gap: 4px;
}

.az-dashboard-setup-summary strong {
    overflow: hidden;
    color: var(--az-brand-primary);
    font-size: 14px;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.az-dashboard-step-list {
    display: grid;
    gap: 10px;
}

.az-dashboard-step-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px;
    border: 1px solid rgba(9, 31, 78, 0.08);
    border-radius: 16px;
    background: #ffffff;
}

.az-dashboard-step-item.is-active {
    border-color: rgba(14, 199, 203, 0.52);
    background: var(--az-brand-soft);
    box-shadow: 0 10px 24px rgba(14, 199, 203, 0.12);
}

.az-dashboard-step-marker {
    display: inline-flex;
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #fff3cd;
    color: #8a5a00;
    font-weight: 900;
}

.az-dashboard-step-item.is-done .az-dashboard-step-marker {
    background: #ddf8ec;
    color: #087a4a;
}

.az-dashboard-step-item.is-active .az-dashboard-step-marker {
    background: var(--az-brand-primary);
    color: #ffffff;
}

.az-dashboard-step-content {
    min-width: 0;
    flex: 1 1 auto;
}

.az-dashboard-step-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 3px;
}

.az-dashboard-step-top h6,
.az-dashboard-next-card h5 {
    margin: 0;
}

.az-dashboard-step-content p,
.az-dashboard-next-card p {
    margin: 0;
    color: var(--az-brand-muted);
    font-size: 13px;
    line-height: 1.45;
}

.az-dashboard-next-card {
    height: 100%;
    padding: 18px;
    border: 1px solid rgba(14, 199, 203, 0.32);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 16px 32px rgba(9, 31, 78, 0.08);
}

.az-dashboard-next-card p {
    margin: 8px 0 16px;
}

.az-dashboard-quick-links {
    display: grid;
    gap: 8px;
    padding-top: 12px;
    border-top: 1px solid rgba(9, 31, 78, 0.08);
}

.az-dashboard-quick-links a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 10px;
    border-radius: 12px;
    background: rgba(229, 249, 249, 0.72);
    color: var(--az-brand-primary) !important;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.az-dashboard-quick-links a:hover,
.az-dashboard-quick-links a:focus {
    background: var(--az-brand-soft);
}

.az-plan-limit-card {
    display: flex;
    min-height: 124px;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
    border: 1px solid rgba(9, 31, 78, 0.1);
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff 0%, rgba(229, 249, 249, 0.5) 100%);
    box-shadow: 0 10px 24px rgba(9, 31, 78, 0.05);
}

.az-plan-limit-card i {
    font-size: 25px;
}

.az-plan-limit-card strong {
    color: var(--az-brand-primary);
    font-size: 15px;
    font-weight: 900;
}

.az-plan-limit-card span {
    color: var(--az-brand-muted);
    font-size: 12px;
    font-weight: 700;
}

.az-plan-feature-groups {
    display: grid;
    gap: 16px;
}

.az-plan-feature-group {
    padding: 16px;
    border: 1px solid rgba(9, 31, 78, 0.1);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(9, 31, 78, 0.06);
}

.az-plan-feature-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.az-plan-feature-heading i {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: var(--az-brand-primary);
    background: var(--az-brand-soft);
    font-size: 20px;
}

.az-plan-feature-heading h6 {
    margin: 0;
    color: var(--az-brand-primary);
    font-weight: 900;
}

.az-plan-feature-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.az-plan-feature-item {
    display: flex;
    min-width: 0;
    align-items: flex-start;
    gap: 10px;
    padding: 12px;
    border: 1px solid rgba(9, 31, 78, 0.08);
    border-radius: 14px;
    background: #f8fbfd;
}

.az-plan-feature-item.is-included {
    border-color: rgba(8, 122, 74, 0.24);
    background: rgba(221, 248, 236, 0.45);
}

.az-plan-feature-item.is-locked {
    border-color: rgba(246, 215, 122, 0.55);
    background: rgba(255, 243, 205, 0.38);
}

.az-plan-feature-icon {
    display: inline-flex;
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: var(--az-brand-primary);
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(9, 31, 78, 0.08);
}

.az-plan-feature-icon i {
    font-size: 18px;
}

.az-plan-feature-text {
    min-width: 0;
    flex: 1 1 auto;
}

.az-plan-feature-text strong,
.az-plan-feature-text small {
    display: block;
}

.az-plan-feature-text strong {
    color: var(--az-brand-ink);
    font-size: 13px;
    font-weight: 900;
}

.az-plan-feature-text small {
    margin-top: 3px;
    color: var(--az-brand-muted);
    font-size: 12px;
    line-height: 1.4;
}

.az-plan-tick-box,
.az-plan-check-card {
    padding: 16px;
    border: 1px solid rgba(9, 31, 78, 0.1);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(9, 31, 78, 0.05);
}

.az-plan-tick-box h6,
.az-plan-check-card h6 {
    color: var(--az-brand-primary);
    font-weight: 900;
}

.az-plan-tick-list,
.az-plan-check-list,
.az-plan-available-features {
    display: grid;
    gap: 9px;
}

.az-plan-tick-row,
.az-plan-check-list div,
.az-plan-available-features div:not(:first-child) {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: var(--az-brand-ink);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
}

.az-plan-check-list div span,
.az-plan-available-features div span {
    display: grid;
    gap: 2px;
}

.az-plan-check-list div strong,
.az-plan-available-features div strong {
    color: var(--az-brand-ink);
    font-size: 13px;
    font-weight: 900;
}

.az-plan-check-list div small,
.az-plan-available-features div small {
    color: var(--az-brand-muted);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.35;
}

.az-plan-tick-row i,
.az-plan-check-list div i,
.az-plan-available-features div i {
    flex: 0 0 auto;
    color: #087a4a;
    font-size: 17px;
    line-height: 1.1;
}

.az-plan-check-card {
    min-height: 100%;
}

.az-plan-check-card.is-included {
    border-color: rgba(8, 122, 74, 0.2);
    background: linear-gradient(180deg, #ffffff 0%, rgba(221, 248, 236, 0.48) 100%);
}

.az-plan-check-card.is-locked {
    border-color: rgba(246, 215, 122, 0.5);
    background: linear-gradient(180deg, #ffffff 0%, rgba(255, 243, 205, 0.45) 100%);
}

.az-plan-check-card.is-locked .az-plan-check-list div i {
    color: #8a5a00;
}

.az-plan-available-features div.is-not-included i {
    color: #a52828;
}

.az-plan-available-features div.is-not-included strong,
.az-plan-available-features div.is-not-included small {
    color: #64748b;
}

.az-plan-check-head {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
}

.az-plan-check-head > i {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: var(--az-brand-primary);
    background: var(--az-brand-soft);
    font-size: 22px;
}

.az-plan-check-head small {
    color: var(--az-brand-muted);
    font-size: 12px;
    font-weight: 700;
}

.az-plan-available-features {
    padding-top: 12px;
    border-top: 1px dashed rgba(9, 31, 78, 0.12);
}

.az-plan-option-card {
    display: flex;
    flex-direction: column;
    padding: 18px;
    border: 1px solid rgba(9, 31, 78, 0.1);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(9, 31, 78, 0.06);
}

.az-plan-option-card.is-current {
    border-color: rgba(14, 199, 203, 0.48);
    box-shadow: 0 16px 34px rgba(14, 199, 203, 0.12);
}

.az-plan-option-limits {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 12px;
    border-radius: 14px;
    background: rgba(229, 249, 249, 0.55);
}

.az-plan-option-limits span {
    color: var(--az-brand-muted);
    font-size: 12px;
    font-weight: 800;
}

.az-plan-option-limits strong {
    color: var(--az-brand-primary);
    font-size: 15px;
    font-weight: 900;
}

.az-plan-option-card .az-plan-available-features {
    flex: 1 1 auto;
}

.az-plan-option-card .az-plan-available-features div:not(:first-child),
.az-plan-check-list div {
    min-height: 28px;
    align-items: center;
}

.az-billing-plan-card {
    padding: 16px;
    border: 1px solid rgba(9, 31, 78, 0.1);
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff 0%, rgba(229, 249, 249, 0.36) 100%);
    box-shadow: 0 12px 28px rgba(9, 31, 78, 0.06);
}

.az-custom-domain-add-card,
.az-custom-domain-flow-card,
.az-custom-domain-setup-card {
    border: 1px solid rgba(9, 31, 78, 0.09);
    box-shadow: 0 14px 30px rgba(9, 31, 78, 0.06);
}

.az-custom-domain-icon {
    color: #091F4E;
    background: linear-gradient(135deg, #E5F9F9 0%, rgba(14, 199, 203, 0.22) 100%);
}

.az-custom-domain-preview {
    padding: 14px;
    border: 1px dashed rgba(14, 199, 203, 0.65);
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(229, 249, 249, 0.8), rgba(255, 255, 255, 0.95));
}

.az-custom-domain-preview-label {
    color: #53637a;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
}

.az-custom-domain-preview-value {
    color: #091F4E;
    font-size: 1.05rem;
    font-weight: 800;
    word-break: break-word;
}

.az-custom-domain-preview-value.is-ready {
    color: #087f83;
}

.az-custom-domain-flow {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.az-custom-domain-step {
    position: relative;
    min-height: 100%;
    padding: 16px;
    border: 1px solid rgba(9, 31, 78, 0.08);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(9, 31, 78, 0.05);
}

.az-custom-domain-step-icon {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
    border-radius: 14px;
    font-size: 22px;
}

.az-custom-domain-step h6 {
    margin-bottom: 6px;
    color: #091F4E;
    font-weight: 800;
}

.az-custom-domain-step p {
    margin-bottom: 0;
    color: #667085;
    font-size: 0.86rem;
}

.az-custom-domain-step.is-primary .az-custom-domain-step-icon {
    color: #091F4E;
    background: #E5F9F9;
}

.az-custom-domain-step.is-info .az-custom-domain-step-icon {
    color: #087f83;
    background: rgba(14, 199, 203, 0.16);
}

.az-custom-domain-step.is-warning .az-custom-domain-step-icon {
    color: #a16207;
    background: #fff7dd;
}

.az-custom-domain-step.is-success .az-custom-domain-step-icon {
    color: #047857;
    background: #dcfce7;
}

.az-custom-domain-step.is-dark .az-custom-domain-step-icon {
    color: #fff;
    background: #091F4E;
}

.az-custom-domain-target {
    border-color: rgba(14, 199, 203, 0.28);
    background: #E5F9F9;
}

.az-custom-domain-link {
    color: #091F4E;
    font-weight: 800;
    text-decoration: none;
}

.az-custom-domain-link:hover {
    color: #0a9fa3;
    text-decoration: underline;
}

.az-custom-domain-item {
    padding: 18px;
    border: 1px solid rgba(9, 31, 78, 0.09);
    border-radius: 18px;
    background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
}

.az-custom-domain-item-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.az-custom-domain-dns-input .form-control,
.az-custom-domain-dns-input .form-control:read-only {
    color: #091F4E;
    font-weight: 700;
    background: #fff;
    opacity: 1;
}

.az-custom-domain-dns-input .input-group-text {
    color: #091F4E;
    background: #E5F9F9;
    border-color: #d7eeee;
}

.az-custom-domain-dns-input .btn {
    font-weight: 700;
}

@media (max-width: 1199.98px) {
    .az-custom-domain-flow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .az-custom-domain-flow {
        grid-template-columns: 1fr;
    }

    .az-custom-domain-item-head {
        align-items: stretch;
        flex-direction: column;
    }

    .az-custom-domain-dns-input {
        align-items: stretch;
        flex-direction: column;
    }

    .az-custom-domain-dns-input > .form-control,
    .az-custom-domain-dns-input > .input-group-text,
    .az-custom-domain-dns-input > .btn {
        width: 100%;
        border-radius: 8px !important;
    }
}

@media (max-width: 1399.98px) {
    .az-setup-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1199.98px) {
    .az-setup-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .az-setup-launch-card {
        align-items: stretch;
        flex-direction: column;
    }

    .az-setup-launch-action {
        justify-content: space-between;
    }

    .az-dashboard-setup-head,
    .az-dashboard-setup-summary {
        align-items: stretch;
        flex-direction: column;
    }

    .az-dashboard-setup-summary .btn {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .az-setup-launch-card {
        padding: 16px;
        border-radius: 16px;
    }

    .az-setup-launch-main {
        align-items: flex-start;
    }

    .az-setup-launch-icon {
        width: 54px;
        height: 54px;
        border-radius: 18px;
    }

    .az-setup-launch-icon i {
        font-size: 28px;
    }

    .az-setup-grid {
        grid-template-columns: 1fr;
    }

    .az-plan-feature-list {
        grid-template-columns: 1fr;
    }

    .az-plan-feature-item {
        align-items: stretch;
        flex-direction: column;
    }

    .az-setup-step-card {
        min-height: auto;
    }

    .az-dashboard-setup-title {
        align-items: flex-start;
    }

    .az-dashboard-setup-icon {
        width: 46px;
        height: 46px;
        border-radius: 16px;
    }

    .az-dashboard-setup-icon i {
        font-size: 24px;
    }

    .az-dashboard-step-top {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 575.98px) {
    .az-setup-launch-main,
    .az-setup-step-body {
        flex-direction: column;
    }

    .az-setup-launch-action {
        align-items: stretch;
        flex-direction: column;
    }

    .az-setup-percent {
        width: 100%;
        height: auto;
        padding: 12px;
        border-radius: 14px;
    }

    .az-dashboard-setup-title,
    .az-dashboard-step-item {
        flex-direction: column;
    }

    .az-dashboard-setup-percent {
        width: 100%;
    }
}
