@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Mulish:wght@700;800&display=swap');

.recon-wrap-25a1b405 {
    --main: #54C7F2;
    --main-dark: #25A8D8;
    --soft: #EAF9FF;
    --text: #03072C;
    width: 100%;
    max-width: 1280px;
    background: transparent;
    box-sizing: border-box;
}

.recon-grid-25a1b405 {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 22px;
}

.recon-card-25a1b405 {
    position: relative;
    min-height: 365px;
    padding: 105px 22px 34px;
    background: #FFFFFF;
    border: 1px solid rgba(84, 199, 242, .28);
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(42, 139, 180, .10);
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
}

.recon-card-25a1b405:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 34px rgba(42, 139, 180, .16);
}

.recon-status-25a1b405 {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--main);
    border: 4px solid #FFFFFF;
    box-shadow: 0 4px 12px rgba(84, 199, 242, .28);
    z-index: 5;
}

.recon-status-25a1b405 svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.recon-icon-25a1b405 {
    position: absolute;
    top: 48px;
    left: 50%;
    transform: translateX(-50%);
    width: 82px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #FFFFFF;
    border: 2px solid var(--main);
    box-shadow: 0 0 0 8px rgba(84, 199, 242, .07);
    z-index: 4;
}

.recon-icon-25a1b405::after {
    content: "";
    position: absolute;
    width: 98px;
    height: 98px;
    border-radius: 50%;
    border: 2px dotted rgba(84, 199, 242, .40);
    pointer-events: none;
}

.recon-icon-25a1b405 svg,
.recon-icon-25a1b405 i {
    position: relative;
    width: 38px;
    height: 38px;
    font-size: 38px;
    fill: none;
    stroke: var(--main);
    color: var(--main);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recon-card-title-25a1b405 {
    margin: 38px 0 10px;
    font-family: 'Mulish', sans-serif;
    font-size: 20px;
    line-height: 22px;
    font-weight: 800;
    color: #03072C;
}

.recon-card-title-25a1b405::after {
    content: "";
    display: block;
    width: 42px;
    height: 3px;
    margin: 12px auto 0;
    background: var(--main);
    border-radius: 10px;
}

.recon-check-label-25a1b405 {
    margin-bottom: 12px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 3px;
    color: var(--main);
}

.recon-check-label-25a1b405::after {
    content: "";
    display: block;
    width: 45px;
    margin: 8px auto 0;
    border-top: 2px dashed rgba(84, 199, 242, .55);
}

.recon-card-desc-25a1b405 {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #03072C;
}

.recon-card-25a1b405::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 6px;
    background: var(--main);
}

.recon-card-25a1b405::before {
    content: "";
    position: absolute;
    right: -18px;
    bottom: -18px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: var(--main);
    opacity: .16;
}

/* EXCEPTION LOG */
.exception-log-25a1b405 {
    position: relative;
    margin-top: 28px;
    min-height: 170px;
    display: grid;
    grid-template-columns: 190px 260px 1px 1fr;
    align-items: center;
    gap: 28px;
    padding: 26px 32px;
    background: #FFFFFF;
    border: 1px solid rgba(84, 199, 242, .28);
    border-radius: 20px;
    box-shadow: 0 12px 28px rgba(42, 139, 180, .10);
    box-sizing: border-box;
    overflow: hidden;
}

.exception-left-25a1b405 {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exception-left-25a1b405::before {
    content: "";
    position: absolute;
    top: -40px;
    bottom: -40px;
    left: -32px;
    width: 205px;
    background: var(--main);
    clip-path: polygon(0 0, 100% 0, 82% 50%, 100% 100%, 0 100%);
    z-index: 0;
}

.exception-main-icon-25a1b405 {
    position: relative;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px dotted rgba(255, 255, 255, .75);
    z-index: 2;
}

.exception-main-icon-25a1b405 svg,
.exception-main-icon-25a1b405 i {
    width: 48px;
    height: 48px;
    font-size: 48px;
    stroke: #FFFFFF;
    color: #FFFFFF;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exception-title-25a1b405 {
    position: relative;
}

.exception-title-25a1b405 h3 {
    margin: 0 0 12px;
    font-family: 'Mulish', sans-serif;
    font-size: 26px;
    line-height: 30px;
    font-weight: 800;
    color: #03072C;
}

.exception-title-25a1b405 h3::after {
    content: "";
    display: block;
    width: 48px;
    height: 3px;
    margin-top: 10px;
    background: var(--main);
    border-radius: 10px;
}

.exception-title-25a1b405 p {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-style: italic;
    font-weight: 400;
    color: #03072C;
}

.exception-divider-25a1b405 {
    width: 1px;
    height: 110px;
    background: rgba(84, 199, 242, .35);
}

.exception-items-25a1b405 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.exception-item-25a1b405 {
    display: flex;
    align-items: center;
    gap: 18px;
    position: relative;
}

.exception-item-25a1b405 + .exception-item-25a1b405 {
    padding-top: 18px;
    border-top: 1px dashed rgba(84, 199, 242, .35);
}

.exception-item-icon-25a1b405 {
    width: 48px;
    height: 48px;
    min-width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--main);
}

.exception-item-icon-25a1b405 svg,
.exception-item-icon-25a1b405 i {
    width: 25px;
    height: 25px;
    font-size: 20px;
    stroke: #FFFFFF;
    color: #FFFFFF;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.exception-item-25a1b405 p {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #03072C;
}

/* RESPONSIVE DESIGN */
@media(max-width: 1100px) {
    .recon-grid-25a1b405 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .exception-log-25a1b405 {
        grid-template-columns: 150px 220px 1px 1fr;
    }
}

@media(max-width: 700px) {
    .recon-grid-25a1b405 {
        grid-template-columns: 1fr;
    }
    .recon-card-25a1b405 {
        min-height: 330px;
    }
    .exception-log-25a1b405 {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 28px 22px;
    }
    .exception-left-25a1b405 {
        min-height: 120px;
    }
    .exception-left-25a1b405::before {
        left: -22px;
        right: -22px;
        top: -28px;
        bottom: auto;
        width: auto;
        height: 150px;
        clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
    }
    .exception-divider-25a1b405 {
        width: 100%;
        height: 1px;
    }
    .exception-title-25a1b405 {
        text-align: center;
    }
    .exception-title-25a1b405 h3::after {
        margin: 10px auto 0;
    }
}
