/* /Pages/About.razor.rz.scp.css */
.about-page[b-ucjjdyncqe] {
    width: min(100% - 48px, 1320px);
    margin: 0 auto;
    color: #0b0b0b;
}

.about-header[b-ucjjdyncqe] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 24px;
    min-height: 72px;
}

.brand-link[b-ucjjdyncqe],
.header-cta[b-ucjjdyncqe],
.primary-cta[b-ucjjdyncqe],
.about-nav a[b-ucjjdyncqe] {
    color: #111111;
    text-decoration: none;
}

.brand-link[b-ucjjdyncqe] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 950;
}

.brand-symbol[b-ucjjdyncqe] {
    width: 30px;
    height: 30px;
    background: url("/plainsnap-header-logo.svg") center / contain no-repeat;
}

.brand-copy[b-ucjjdyncqe] {
    font-size: 1.15rem;
}

.about-nav[b-ucjjdyncqe] {
    display: flex;
    justify-content: center;
    gap: clamp(22px, 3vw, 48px);
    font-size: 0.92rem;
    font-weight: 850;
}

.header-cta[b-ucjjdyncqe],
.primary-cta[b-ucjjdyncqe] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-height: 46px;
    padding: 0 26px;
    border-radius: 999px;
    background: #111111;
    color: #ffffff;
    font-weight: 950;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.hero-section[b-ucjjdyncqe] {
    position: relative;
    display: grid;
    grid-template-columns: minmax(380px, 0.78fr) minmax(560px, 1fr);
    align-items: center;
    gap: 54px;
    min-height: 590px;
    overflow: hidden;
}

.hero-section[b-ucjjdyncqe]::after {
    content: "";
    position: absolute;
    right: -80px;
    top: 0;
    z-index: -1;
    width: min(42vw, 520px);
    height: 100%;
    background: linear-gradient(90deg, rgba(248, 244, 239, 0), #f2eee8);
}

.hero-copy[b-ucjjdyncqe] {
    padding-top: 24px;
}

.eyebrow[b-ucjjdyncqe],
.section-title span[b-ucjjdyncqe],
.privacy-copy span[b-ucjjdyncqe] {
    display: inline-flex;
    color: #b98f60;
    font-size: 0.88rem;
    font-weight: 950;
}

.eyebrow[b-ucjjdyncqe] {
    padding: 9px 16px;
    border: 1px solid #ead9c6;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
}

.hero-copy h1[b-ucjjdyncqe],
.section-title h2[b-ucjjdyncqe],
.privacy-copy h2[b-ucjjdyncqe] {
    margin: 0;
    color: #050505;
    font-weight: 950;
    letter-spacing: 0;
}

.hero-copy h1[b-ucjjdyncqe] {
    margin-top: 24px;
    font-size: clamp(3.6rem, 6.2vw, 6.2rem);
    line-height: 1.05;
}

.hero-copy p[b-ucjjdyncqe] {
    max-width: 44ch;
    margin: 24px 0 28px;
    color: #222222;
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1.75;
}

.hero-points[b-ucjjdyncqe] {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin-top: 26px;
    color: #222222;
    font-size: 0.95rem;
    font-weight: 800;
}

.hero-points span[b-ucjjdyncqe] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.mini-icon[b-ucjjdyncqe],
.value-icon[b-ucjjdyncqe],
.flow-icon[b-ucjjdyncqe] {
    position: relative;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
}

.mini-icon[b-ucjjdyncqe] {
    width: 20px;
    height: 20px;
}

.mini-icon[b-ucjjdyncqe]::before,
.mini-icon[b-ucjjdyncqe]::after,
.value-icon[b-ucjjdyncqe]::before,
.value-icon[b-ucjjdyncqe]::after,
.flow-icon[b-ucjjdyncqe]::before,
.flow-icon[b-ucjjdyncqe]::after,
.result-icon[b-ucjjdyncqe]::before,
.result-icon[b-ucjjdyncqe]::after,
.privacy-photo i[b-ucjjdyncqe]::before,
.privacy-photo i[b-ucjjdyncqe]::after,
.privacy-graphic span[b-ucjjdyncqe]::before,
.privacy-graphic span[b-ucjjdyncqe]::after {
    content: "";
    position: absolute;
    box-sizing: border-box;
}

.mini-icon.is-check[b-ucjjdyncqe]::before {
    width: 15px;
    height: 15px;
    border: 2px solid #2f8d45;
    border-radius: 5px;
}

.mini-icon.is-check[b-ucjjdyncqe]::after {
    width: 9px;
    height: 5px;
    border-left: 2px solid #2f8d45;
    border-bottom: 2px solid #2f8d45;
    transform: rotate(-45deg);
}

.mini-icon.is-lock[b-ucjjdyncqe]::before {
    bottom: 1px;
    width: 13px;
    height: 11px;
    border: 2px solid #111111;
    border-radius: 3px;
}

.mini-icon.is-lock[b-ucjjdyncqe]::after {
    top: 1px;
    width: 9px;
    height: 9px;
    border: 2px solid #111111;
    border-bottom: 0;
    border-radius: 9px 9px 0 0;
}

.mini-icon.is-flash[b-ucjjdyncqe]::before {
    width: 9px;
    height: 16px;
    background: #111111;
    clip-path: polygon(52% 0, 100% 0, 65% 43%, 100% 43%, 32% 100%, 47% 55%, 0 55%);
}

.hero-visual[b-ucjjdyncqe] {
    position: relative;
    min-height: 520px;
}

.photo-card[b-ucjjdyncqe],
.phone-mockup[b-ucjjdyncqe],
.verified-badge[b-ucjjdyncqe] {
    position: absolute;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.16);
}

.photo-card[b-ucjjdyncqe] {
    width: 250px;
    height: 335px;
    padding: 10px;
    border-radius: 12px;
    background: #ffffff;
}

.photo-card img[b-ucjjdyncqe] {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.photo-card.is-left[b-ucjjdyncqe] {
    left: 0;
    top: 130px;
    transform: rotate(-10deg);
}

.photo-card.is-right[b-ucjjdyncqe] {
    right: 0;
    top: 118px;
    transform: rotate(9deg);
}

.photo-card.is-right img[b-ucjjdyncqe] {
    filter: saturate(0.72) brightness(1.12);
}

.phone-mockup[b-ucjjdyncqe] {
    left: 50%;
    top: 36px;
    z-index: 3;
    width: 245px;
    min-height: 478px;
    padding: 18px 16px 20px;
    border: 7px solid #151515;
    border-radius: 38px;
    background: #ffffff;
    transform: translateX(-50%);
}

.phone-mockup[b-ucjjdyncqe]::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 12px;
    width: 86px;
    height: 24px;
    border-radius: 999px;
    background: #050505;
    transform: translateX(-50%);
}

.phone-top[b-ucjjdyncqe] {
    display: flex;
    justify-content: space-between;
    margin-top: 28px;
    color: #111111;
    font-size: 0.86rem;
    font-weight: 950;
}

.phone-top i[b-ucjjdyncqe],
.phone-top i[b-ucjjdyncqe]::before,
.phone-top i[b-ucjjdyncqe]::after {
    display: block;
    width: 14px;
    height: 2px;
    border-radius: 999px;
    background: #111111;
}

.phone-top i[b-ucjjdyncqe] {
    position: relative;
    margin-top: 5px;
}

.phone-top i[b-ucjjdyncqe]::before,
.phone-top i[b-ucjjdyncqe]::after {
    content: "";
    position: absolute;
    right: 0;
}

.phone-top i[b-ucjjdyncqe]::before {
    top: -5px;
}

.phone-top i[b-ucjjdyncqe]::after {
    top: 5px;
}

.phone-result[b-ucjjdyncqe] {
    display: grid;
    justify-items: center;
    gap: 12px;
    margin-top: 34px;
    text-align: center;
}

.result-icon[b-ucjjdyncqe] {
    position: relative;
    width: 54px;
    height: 54px;
    border: 2px solid #2f8d45;
    border-radius: 50%;
}

.result-icon[b-ucjjdyncqe]::after {
    left: 15px;
    top: 17px;
    width: 24px;
    height: 13px;
    border-left: 3px solid #2f8d45;
    border-bottom: 3px solid #2f8d45;
    transform: rotate(-45deg);
}

.phone-result strong[b-ucjjdyncqe] {
    color: #2f8d45;
    font-size: 1.2rem;
    font-weight: 950;
}

.phone-result p[b-ucjjdyncqe] {
    margin: 0;
    color: #666666;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.55;
}

.result-detail[b-ucjjdyncqe] {
    margin: 24px 0 0;
    overflow: hidden;
    border: 1px solid #ededed;
    border-radius: 10px;
}

.result-detail div[b-ucjjdyncqe] {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    border-bottom: 1px solid #ededed;
    font-size: 0.74rem;
}

.result-detail div:last-child[b-ucjjdyncqe] {
    border-bottom: 0;
}

.result-detail dt[b-ucjjdyncqe] {
    color: #777777;
    font-weight: 850;
}

.result-detail dd[b-ucjjdyncqe] {
    margin: 0;
    color: #111111;
    font-weight: 850;
}

.phone-button[b-ucjjdyncqe] {
    display: grid;
    place-items: center;
    min-height: 42px;
    margin-top: 18px;
    border-radius: 9px;
    background: #efe3d4;
    color: #8b6238;
    font-size: 0.86rem;
    font-weight: 950;
}

.verified-badge[b-ucjjdyncqe] {
    right: 50px;
    top: 88px;
    z-index: 4;
    display: grid;
    justify-items: center;
    gap: 5px;
    width: 128px;
    height: 128px;
    padding: 22px 12px;
    border-radius: 50%;
    background: #ffffff;
    text-align: center;
}

.verified-badge span[b-ucjjdyncqe] {
    position: relative;
    width: 34px;
    height: 34px;
    border-radius: 10px 10px 14px 14px;
    background: #2f8d45;
}

.verified-badge span[b-ucjjdyncqe]::after {
    content: "";
    position: absolute;
    left: 9px;
    top: 11px;
    width: 15px;
    height: 8px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(-45deg);
}

.verified-badge strong[b-ucjjdyncqe] {
    font-size: 0.92rem;
    font-weight: 950;
}

.verified-badge p[b-ucjjdyncqe] {
    margin: 0;
    color: #2f8d45;
    font-size: 0.82rem;
    font-weight: 950;
}

.value-grid[b-ucjjdyncqe] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: -24px;
}

.value-grid article[b-ucjjdyncqe] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 22px;
    align-items: center;
    min-height: 120px;
    padding: 24px;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    background: #ffffff;
}

.value-icon[b-ucjjdyncqe] {
    width: 58px;
    height: 58px;
}

.value-icon.is-shield[b-ucjjdyncqe]::before {
    width: 42px;
    height: 48px;
    border: 3px solid #111111;
    border-radius: 8px 8px 18px 18px;
    transform: perspective(80px) rotateX(8deg);
}

.value-icon.is-shield[b-ucjjdyncqe]::after {
    width: 20px;
    height: 10px;
    border-left: 3px solid #b98f60;
    border-bottom: 3px solid #b98f60;
    transform: rotate(-45deg);
}

.value-icon.is-private[b-ucjjdyncqe]::before {
    bottom: 5px;
    width: 42px;
    height: 32px;
    border: 3px solid #111111;
    border-radius: 8px;
}

.value-icon.is-private[b-ucjjdyncqe]::after {
    top: 5px;
    width: 26px;
    height: 26px;
    border: 3px solid #b98f60;
    border-bottom: 0;
    border-radius: 18px 18px 0 0;
}

.value-icon.is-share[b-ucjjdyncqe]::before {
    width: 42px;
    height: 32px;
    border-top: 4px solid #111111;
    border-right: 4px solid #111111;
    transform: rotate(-28deg);
}

.value-icon.is-share[b-ucjjdyncqe]::after {
    right: 6px;
    top: 11px;
    width: 18px;
    height: 18px;
    border-top: 4px solid #b98f60;
    border-right: 4px solid #b98f60;
    transform: rotate(45deg);
}

.value-grid h2[b-ucjjdyncqe] {
    margin: 0 0 7px;
    color: #111111;
    font-size: 1.08rem;
    font-weight: 950;
}

.value-grid p[b-ucjjdyncqe] {
    margin: 0;
    color: #575757;
    font-size: 0.94rem;
    font-weight: 700;
    line-height: 1.55;
}

.flow-section[b-ucjjdyncqe] {
    display: grid;
    grid-template-columns: 0.72fr 1.2fr;
    align-items: center;
    gap: 42px;
    padding: 54px 0 44px;
}

.section-title[b-ucjjdyncqe] {
    display: grid;
    gap: 10px;
}

.section-title h2[b-ucjjdyncqe] {
    font-size: clamp(1.9rem, 3vw, 2.65rem);
    line-height: 1.18;
}

.flow-steps[b-ucjjdyncqe] {
    display: grid;
    grid-template-columns: 1fr 36px 1fr 36px 1fr;
    align-items: center;
    gap: 18px;
}

.flow-steps article[b-ucjjdyncqe] {
    display: grid;
    justify-items: center;
    gap: 10px;
    min-height: 122px;
    padding: 20px;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    background: #ffffff;
    text-align: center;
}

.flow-icon[b-ucjjdyncqe] {
    width: 44px;
    height: 44px;
}

.flow-icon.is-upload[b-ucjjdyncqe]::before {
    width: 28px;
    height: 20px;
    border: 3px solid #111111;
    border-top: 0;
    border-radius: 0 0 8px 8px;
}

.flow-icon.is-upload[b-ucjjdyncqe]::after {
    width: 18px;
    height: 18px;
    border-top: 3px solid #111111;
    border-left: 3px solid #111111;
    transform: translateY(-5px) rotate(45deg);
}

.flow-icon.is-scan[b-ucjjdyncqe]::before {
    width: 38px;
    height: 38px;
    border: 3px solid #111111;
    border-radius: 10px;
}

.flow-icon.is-scan[b-ucjjdyncqe]::after {
    width: 20px;
    height: 10px;
    border-left: 3px solid #b98f60;
    border-bottom: 3px solid #b98f60;
    transform: rotate(-45deg);
}

.flow-icon.is-result[b-ucjjdyncqe]::before {
    width: 38px;
    height: 38px;
    border: 3px solid #2f8d45;
    border-radius: 50%;
}

.flow-icon.is-result[b-ucjjdyncqe]::after {
    width: 19px;
    height: 10px;
    border-left: 3px solid #2f8d45;
    border-bottom: 3px solid #2f8d45;
    transform: rotate(-45deg);
}

.flow-steps strong[b-ucjjdyncqe] {
    font-size: 1rem;
    font-weight: 950;
}

.flow-steps p[b-ucjjdyncqe] {
    max-width: 16ch;
    margin: 0;
    color: #575757;
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1.5;
}

.flow-arrow[b-ucjjdyncqe] {
    position: relative;
    height: 2px;
    background: #cfd3da;
}

.flow-arrow[b-ucjjdyncqe]::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #cfd3da;
    border-right: 2px solid #cfd3da;
    transform: translateY(-50%) rotate(45deg);
}

.privacy-section[b-ucjjdyncqe] {
    display: grid;
    grid-template-columns: 0.95fr 0.9fr 1.1fr 0.55fr;
    align-items: center;
    gap: 34px;
    min-height: 210px;
    padding: 26px;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    background: #ffffff;
}

.privacy-photo[b-ucjjdyncqe] {
    position: relative;
    height: 176px;
    overflow: hidden;
    border-radius: 10px;
}

.privacy-photo img[b-ucjjdyncqe] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.72) brightness(1.08);
}

.privacy-photo span[b-ucjjdyncqe] {
    position: absolute;
    right: 18px;
    bottom: 16px;
    display: grid;
    place-items: center;
    gap: 8px;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.88);
    color: #111111;
    font-size: 0.76rem;
    font-weight: 950;
    text-align: center;
}

.privacy-photo i[b-ucjjdyncqe] {
    position: relative;
    display: block;
    width: 28px;
    height: 28px;
}

.privacy-photo i[b-ucjjdyncqe]::before {
    bottom: 2px;
    width: 24px;
    height: 18px;
    border: 3px solid #111111;
    border-radius: 5px;
}

.privacy-photo i[b-ucjjdyncqe]::after {
    top: 2px;
    left: 5px;
    width: 14px;
    height: 14px;
    border: 3px solid #111111;
    border-bottom: 0;
    border-radius: 12px 12px 0 0;
}

.privacy-copy h2[b-ucjjdyncqe] {
    margin-top: 12px;
    font-size: clamp(1.8rem, 2.5vw, 2.45rem);
    line-height: 1.22;
}

.privacy-list[b-ucjjdyncqe] {
    display: grid;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.privacy-list li[b-ucjjdyncqe] {
    position: relative;
    padding-left: 34px;
    color: #555555;
    font-size: 0.94rem;
    font-weight: 750;
    line-height: 1.6;
}

.privacy-list li[b-ucjjdyncqe]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #f1e6d8;
}

.privacy-list li[b-ucjjdyncqe]::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 10px;
    width: 9px;
    height: 5px;
    border-left: 2px solid #9b7144;
    border-bottom: 2px solid #9b7144;
    transform: rotate(-45deg);
}

.privacy-graphic[b-ucjjdyncqe] {
    position: relative;
    height: 164px;
    border-radius: 70px 40px 70px 42px;
    background: #f5f0ea;
}

.privacy-graphic span[b-ucjjdyncqe] {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 88px;
    height: 62px;
    border: 2px solid #a5a5a5;
    border-radius: 12px;
    background: #ffffff;
    transform: translate(-50%, -50%);
}

.privacy-graphic span[b-ucjjdyncqe]::before {
    left: 50%;
    top: 50%;
    width: 32px;
    height: 36px;
    border: 3px solid #b98f60;
    border-radius: 8px 8px 14px 14px;
    transform: translate(-50%, -50%);
}

.privacy-graphic span[b-ucjjdyncqe]::after {
    left: 50%;
    top: 50%;
    width: 16px;
    height: 8px;
    border-left: 3px solid #b98f60;
    border-bottom: 3px solid #b98f60;
    transform: translate(-50%, -30%) rotate(-45deg);
}

.creator-section[b-ucjjdyncqe] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 28px;
    padding: 34px 0 46px;
    border-top: 1px solid #e7e7e7;
    margin-top: 34px;
}

.avatar-stack[b-ucjjdyncqe] {
    display: flex;
}

.avatar-stack span[b-ucjjdyncqe] {
    width: 48px;
    height: 48px;
    margin-left: -10px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    background: linear-gradient(135deg, #d9c2a6, #5d6b72);
}

.avatar-stack span:first-child[b-ucjjdyncqe] {
    margin-left: 0;
}

.avatar-stack span:nth-child(2)[b-ucjjdyncqe] {
    background: linear-gradient(135deg, #f2d5ca, #111111);
}

.avatar-stack span:nth-child(3)[b-ucjjdyncqe] {
    background: linear-gradient(135deg, #d7dce1, #b98f60);
}

.avatar-stack span:nth-child(4)[b-ucjjdyncqe] {
    background: linear-gradient(135deg, #eaded1, #334155);
}

.creator-section p[b-ucjjdyncqe] {
    margin: 0;
    color: #555555;
    font-size: 1rem;
    font-weight: 800;
}

@media (max-width: 1080px) {
    .about-nav[b-ucjjdyncqe] {
        display: none;
    }

    .about-header[b-ucjjdyncqe] {
        grid-template-columns: auto auto;
        justify-content: space-between;
    }

    .hero-section[b-ucjjdyncqe] {
        grid-template-columns: 1fr;
        gap: 24px;
        min-height: 0;
        padding-top: 36px;
    }

    .hero-visual[b-ucjjdyncqe] {
        min-height: 540px;
    }

    .value-grid[b-ucjjdyncqe],
    .flow-section[b-ucjjdyncqe],
    .privacy-section[b-ucjjdyncqe],
    .creator-section[b-ucjjdyncqe] {
        grid-template-columns: 1fr;
    }

    .flow-steps[b-ucjjdyncqe] {
        grid-template-columns: 1fr;
    }

    .flow-arrow[b-ucjjdyncqe] {
        width: 2px;
        height: 28px;
        justify-self: center;
    }

    .flow-arrow[b-ucjjdyncqe]::after {
        right: 50%;
        top: auto;
        bottom: 0;
        transform: translateX(50%) rotate(135deg);
    }

    .privacy-graphic[b-ucjjdyncqe] {
        display: none;
    }

    .creator-section[b-ucjjdyncqe] {
        justify-items: start;
    }
}

@media (max-width: 640px) {
    .about-page[b-ucjjdyncqe] {
        width: min(100% - 16px, 1320px);
    }

    .about-header[b-ucjjdyncqe] {
        min-height: 56px;
        gap: 12px;
    }

    .brand-copy[b-ucjjdyncqe] {
        font-size: 1rem;
    }

    .header-cta[b-ucjjdyncqe] {
        min-height: 36px;
        padding: 0 13px;
        gap: 8px;
        font-size: 0.82rem;
    }

    .hero-copy h1[b-ucjjdyncqe] {
        font-size: 3.15rem;
    }

    .hero-copy p[b-ucjjdyncqe] {
        font-size: 0.98rem;
    }

    .hero-points[b-ucjjdyncqe] {
        gap: 14px;
    }

    .hero-visual[b-ucjjdyncqe] {
        min-height: 480px;
    }

    .photo-card[b-ucjjdyncqe] {
        width: 172px;
        height: 232px;
    }

    .photo-card.is-left[b-ucjjdyncqe] {
        left: 0;
        top: 118px;
    }

    .photo-card.is-right[b-ucjjdyncqe] {
        right: 0;
        top: 122px;
    }

    .phone-mockup[b-ucjjdyncqe] {
        width: 210px;
        min-height: 420px;
    }

    .verified-badge[b-ucjjdyncqe] {
        right: 10px;
        top: 58px;
        width: 104px;
        height: 104px;
        padding: 16px 10px;
    }

    .value-grid article[b-ucjjdyncqe] {
        grid-template-columns: 1fr;
    }

    .privacy-section[b-ucjjdyncqe] {
        padding: 18px;
    }

    .creator-section .primary-cta[b-ucjjdyncqe] {
        width: 100%;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.site-frame[b-cr61l8gj8q] {
    width: min(1160px, calc(100% - 40px));
    margin: 0 auto;
    padding: 18px 0 28px;
}

.site-header[b-cr61l8gj8q] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 48px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e8eaee;
}

.brand-link[b-cr61l8gj8q] {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #111111;
    font-weight: 900;
    text-decoration: none;
}

.brand-link[b-cr61l8gj8q] {
    gap: 6px;
}

.brand-symbol[b-cr61l8gj8q] {
    display: inline-block;
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    background: url("/plainsnap-header-logo.svg") center / contain no-repeat;
}

.brand-link .brand-symbol[b-cr61l8gj8q] {
    transform: translateY(2px);
}

.brand-copy[b-cr61l8gj8q] {
    font-size: 1.12rem;
    letter-spacing: 0;
}

.site-nav[b-cr61l8gj8q] {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    padding: 5px;
    border: 1px solid #e5e7eb;
    border-radius: 13px;
    background: #f8f8f8;
    box-shadow: inset 0 1px 0 #ffffff, 0 8px 22px rgba(15, 23, 42, 0.04);
}

.site-nav a[b-cr61l8gj8q] {
    min-height: 32px;
    padding: 7px 13px;
    border-radius: 10px;
    color: #161616;
    font-size: 0.88rem;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.site-nav a:hover[b-cr61l8gj8q] {
    background: #ffffff;
}

.site-nav a.is-active[b-cr61l8gj8q] {
    background: #0a0a0a;
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
}

.page-shell[b-cr61l8gj8q] {
    display: grid;
    gap: 14px;
}

.hero-section[b-cr61l8gj8q] {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(470px, 1fr);
    align-items: center;
    min-height: 430px;
    gap: 28px;
    padding: 34px 0 28px;
    overflow: hidden;
}

.hero-mark[b-cr61l8gj8q] {
    display: block;
    width: 26px;
    height: 4px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: #d8b78e;
}

.hero-copy-column h1[b-cr61l8gj8q] {
    display: grid;
    gap: 14px;
    margin: 0;
    color: #050505;
    letter-spacing: 0;
}

.hero-kicker-line[b-cr61l8gj8q] {
    color: #111111;
    font-size: clamp(1.05rem, 1.55vw, 1.28rem);
    font-weight: 900;
    line-height: 1.25;
}

.hero-brand-name[b-cr61l8gj8q] {
    color: #000000;
    font-size: clamp(3.2rem, 6.2vw, 5rem);
    font-weight: 950;
    line-height: 0.98;
}

.hero-copy[b-cr61l8gj8q] {
    max-width: 40ch;
    margin: 20px 0 0;
    color: #202020;
    font-size: 1.02rem;
    font-weight: 650;
    line-height: 1.7;
}

.hero-feature-row[b-cr61l8gj8q] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 44px;
}

.hero-feature-row div[b-cr61l8gj8q] {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 12px;
    row-gap: 3px;
    align-items: center;
}

.feature-icon[b-cr61l8gj8q] {
    grid-row: span 2;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: #f6f4f1;
    color: #111111;
}

.feature-icon[b-cr61l8gj8q]::before {
    content: "";
    width: 21px;
    height: 21px;
    background: currentColor;
}

.feature-shield[b-cr61l8gj8q]::before {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10Z'/%3E%3Cpath d='m9 12 2 2 4-5'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10Z'/%3E%3Cpath d='m9 12 2 2 4-5'/%3E%3C/svg%3E") center / contain no-repeat;
}

.feature-lock[b-cr61l8gj8q]::before {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='18' height='11' x='3' y='11' rx='2'/%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='18' height='11' x='3' y='11' rx='2'/%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'/%3E%3C/svg%3E") center / contain no-repeat;
}

.feature-check[b-cr61l8gj8q]::before {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 11l3 3L22 4'/%3E%3Cpath d='M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 11l3 3L22 4'/%3E%3Cpath d='M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11'/%3E%3C/svg%3E") center / contain no-repeat;
}

.hero-feature-row strong[b-cr61l8gj8q] {
    color: #111111;
    font-size: 0.84rem;
    font-weight: 950;
}

.hero-feature-row small[b-cr61l8gj8q] {
    color: #6f7177;
    font-size: 0.74rem;
    font-weight: 700;
    line-height: 1.35;
}

.hero-visual[b-cr61l8gj8q] {
    position: relative;
    min-height: 392px;
}

.hero-blob[b-cr61l8gj8q] {
    position: absolute;
    inset: 12px 0 6px 8px;
    border-radius: 48% 46% 42% 52%;
    background: #f3eee8;
}

.phone-mockup[b-cr61l8gj8q],
.visual-card[b-cr61l8gj8q] {
    position: absolute;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.14);
}

.phone-mockup[b-cr61l8gj8q] {
    left: 82px;
    top: 0;
    z-index: 3;
    width: 198px;
    height: 374px;
    padding: 14px;
    border: 7px solid #0a0a0a;
    border-radius: 34px;
    background: #ffffff;
}

.phone-top[b-cr61l8gj8q] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 28px;
    color: #111111;
    font-size: 0.72rem;
    font-weight: 950;
}

.phone-mini-shield[b-cr61l8gj8q],
.phone-status-icon[b-cr61l8gj8q],
.phone-upload-box span[b-cr61l8gj8q] {
    display: grid;
    place-items: center;
    color: #111111;
}

.phone-mini-shield[b-cr61l8gj8q] {
    width: 24px;
    height: 24px;
    border: 1px solid #e8e0d7;
    border-radius: 999px;
}

.phone-mini-shield[b-cr61l8gj8q]::before,
.phone-status-icon[b-cr61l8gj8q]::before {
    content: "";
    width: 14px;
    height: 15px;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10Z'/%3E%3Cpath d='m9 12 2 2 4-5'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10Z'/%3E%3Cpath d='m9 12 2 2 4-5'/%3E%3C/svg%3E") center / contain no-repeat;
}

.phone-content[b-cr61l8gj8q] {
    display: grid;
    justify-items: center;
    gap: 9px;
    padding-top: 26px;
    text-align: center;
}

.phone-status-icon[b-cr61l8gj8q] {
    width: 30px;
    height: 30px;
    color: #d2a979;
}

.phone-content > strong[b-cr61l8gj8q] {
    color: #111111;
    font-size: 0.86rem;
    font-weight: 950;
}

.phone-content > small[b-cr61l8gj8q],
.phone-upload-box small[b-cr61l8gj8q] {
    color: #777a80;
    font-size: 0.56rem;
    font-weight: 700;
}

.phone-upload-box[b-cr61l8gj8q] {
    display: grid;
    justify-items: center;
    gap: 8px;
    width: 142px;
    min-height: 88px;
    margin-top: 8px;
    padding: 14px 10px;
    border: 1px dashed #d7d9df;
    border-radius: 14px;
    background: #fbfbfb;
}

.phone-upload-box span[b-cr61l8gj8q] {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: #0a0a0a;
    color: #ffffff;
}

.phone-upload-box span[b-cr61l8gj8q]::before,
.upload-floating-icon[b-cr61l8gj8q]::before {
    content: "";
    width: 14px;
    height: 14px;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 16V4'/%3E%3Cpath d='m7 9 5-5 5 5'/%3E%3Cpath d='M20 16.5A4.5 4.5 0 0 1 15.5 21h-7A4.5 4.5 0 0 1 4 16.5'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 16V4'/%3E%3Cpath d='m7 9 5-5 5 5'/%3E%3Cpath d='M20 16.5A4.5 4.5 0 0 1 15.5 21h-7A4.5 4.5 0 0 1 4 16.5'/%3E%3C/svg%3E") center / contain no-repeat;
}

.phone-upload-box strong[b-cr61l8gj8q] {
    color: #111111;
    font-size: 0.62rem;
    font-weight: 950;
}

.phone-check-row[b-cr61l8gj8q] {
    width: 148px;
    min-height: 30px;
    padding: 8px 10px;
    border: 1px solid #eee8e1;
    border-radius: 10px;
    color: #343434;
    font-size: 0.58rem;
    font-weight: 850;
    text-align: left;
}

.visual-card[b-cr61l8gj8q] {
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 7px solid #ffffff;
    border-radius: 24px;
    background: #ffffff;
}

.visual-photo-card[b-cr61l8gj8q] {
    z-index: 2;
    width: 174px;
    height: 254px;
    top: 30px;
    right: 60px;
    transform: rotate(7deg);
}

.visual-photo-card img[b-cr61l8gj8q] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 58% center;
}

.visual-photo-card span[b-cr61l8gj8q],
.visual-plant-card small[b-cr61l8gj8q] {
    position: absolute;
    left: 16px;
    bottom: 14px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    color: #111111;
    font-size: 0.76rem;
    font-weight: 950;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

.visual-plant-card[b-cr61l8gj8q] {
    z-index: 4;
    width: 126px;
    height: 126px;
    right: 16px;
    bottom: 10px;
}

.plant-stem[b-cr61l8gj8q],
.plant-leaf[b-cr61l8gj8q] {
    position: absolute;
    display: block;
    background: #7c946d;
}

.plant-stem[b-cr61l8gj8q] {
    width: 3px;
    height: 58px;
    bottom: 42px;
    left: 61px;
    border-radius: 999px;
}

.plant-leaf[b-cr61l8gj8q] {
    width: 24px;
    height: 14px;
    border-radius: 999px 999px 999px 0;
}

.leaf-one[b-cr61l8gj8q] {
    left: 36px;
    top: 40px;
    transform: rotate(28deg);
}

.leaf-two[b-cr61l8gj8q] {
    left: 66px;
    top: 52px;
    transform: rotate(-34deg);
}

.leaf-three[b-cr61l8gj8q] {
    left: 42px;
    top: 68px;
    transform: rotate(42deg);
}

.visual-shield[b-cr61l8gj8q],
.verification-card-icon[b-cr61l8gj8q],
.result-banner-icon[b-cr61l8gj8q] {
    position: relative;
    display: inline-grid;
    place-items: center;
}

.visual-shield[b-cr61l8gj8q] {
    width: 58px;
    height: 64px;
}

.visual-shield[b-cr61l8gj8q]::before,
.verification-card-icon[b-cr61l8gj8q]::before,
.result-banner-icon[b-cr61l8gj8q]::before {
    content: "";
    width: 100%;
    height: 100%;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10Z'/%3E%3Cpath d='m9 12 2 2 4-5'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10Z'/%3E%3Cpath d='m9 12 2 2 4-5'/%3E%3C/svg%3E") center / contain no-repeat;
}

.verification-area[b-cr61l8gj8q] {
    display: grid;
    gap: 14px;
}

.mobile-hero-phone[b-cr61l8gj8q] {
    display: none;
}

.mobile-result-screen[b-cr61l8gj8q] {
    display: none;
}

.upload-stage[b-cr61l8gj8q],
.result-banner[b-cr61l8gj8q],
.preview-card[b-cr61l8gj8q],
.metadata-card[b-cr61l8gj8q],
.verification-card[b-cr61l8gj8q] {
    border: 1px solid #e3e5e9;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.upload-stage[b-cr61l8gj8q] {
    display: grid;
    gap: 0;
    padding: 18px;
    text-align: center;
}

.upload-stage p[b-cr61l8gj8q] {
    margin: 0;
    color: #555555;
    font-weight: 700;
}

.upload-dropzone[b-cr61l8gj8q] {
    position: relative;
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 13px;
    min-height: 216px;
    padding: 44px 24px 36px;
    border: 1px dashed #d4d7dd;
    border-radius: 10px;
    background: #fafafa;
    cursor: pointer;
}

.upload-dropzone:hover[b-cr61l8gj8q] {
    border-color: #111111;
    background: #ffffff;
}

.upload-dropzone strong[b-cr61l8gj8q] {
    color: #111111;
    font-size: 1.5rem;
    font-weight: 900;
}

.upload-floating-icon[b-cr61l8gj8q] {
    position: absolute;
    top: -20px;
    left: 50%;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    background: #ffffff;
    color: #111111;
    transform: translateX(-50%);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
}

.upload-subcopy[b-cr61l8gj8q] {
    color: #666666;
    font-size: 0.88rem;
    font-weight: 700;
}

.upload-primary-action[b-cr61l8gj8q],
.primary-retry-button[b-cr61l8gj8q],
.secondary-button[b-cr61l8gj8q],
.image-modal-close[b-cr61l8gj8q],
.server-alert-close[b-cr61l8gj8q] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border-radius: 9px;
    font-weight: 900;
    cursor: pointer;
}

.upload-primary-action[b-cr61l8gj8q] {
    padding: 0 22px;
    background: #111111;
    color: #ffffff;
}

[b-cr61l8gj8q] .upload-input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    border: 0;
    opacity: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.result-banner[b-cr61l8gj8q] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 28px;
    min-height: 116px;
    padding: 20px 28px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.result-banner-icon[b-cr61l8gj8q] {
    width: 80px;
    height: 80px;
    border-radius: 999px;
    background: #0a0a0a;
    color: #ffffff;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
    animation: verification-icon-settle-b-cr61l8gj8q 0.28s ease-out both;
}

.result-banner-icon[b-cr61l8gj8q]::before {
    width: 48px;
    height: 48px;
}

.result-banner-copy[b-cr61l8gj8q] {
    min-width: 0;
}

.result-banner-copy h2[b-cr61l8gj8q] {
    margin: 0;
    color: #050505;
    font-size: clamp(1.65rem, 2.7vw, 2.35rem);
    font-weight: 950;
    line-height: 1.15;
    letter-spacing: 0;
    transition: color 0.2s ease;
}

.result-banner-copy p[b-cr61l8gj8q] {
    margin: 8px 0 0;
    color: #202020;
    font-size: 1.02rem;
    font-weight: 600;
    line-height: 1.5;
}

.result-grid[b-cr61l8gj8q] {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(260px, 0.9fr) minmax(310px, 1.08fr);
    gap: 14px;
    align-items: stretch;
}

.preview-card[b-cr61l8gj8q],
.metadata-card[b-cr61l8gj8q],
.verification-card[b-cr61l8gj8q] {
    display: flex;
    flex-direction: column;
    min-height: 410px;
    padding: 18px;
    overflow: hidden;
}

.panel-eyebrow[b-cr61l8gj8q] {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    min-height: 30px;
    margin: 0 0 16px;
    padding: 0 12px;
    border: 1px solid #e6e8ec;
    border-radius: 999px;
    background: #ffffff;
    color: #171717;
    font-size: 0.82rem;
    font-weight: 900;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}

.preview-button[b-cr61l8gj8q] {
    display: flex;
    flex: 1;
    width: 100%;
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
}

.preview-surface[b-cr61l8gj8q] {
    position: relative;
    flex: 1;
    min-height: 0;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    background: #f2f3f5;
}

.preview-surface img[b-cr61l8gj8q] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.preview-surface.is-empty[b-cr61l8gj8q] {
    display: grid;
    place-items: center;
}

.preview-surface.is-loading img[b-cr61l8gj8q] {
    filter: saturate(0.75) brightness(0.76);
}

.preview-loading-overlay[b-cr61l8gj8q] {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    background: rgba(0, 0, 0, 0.38);
}

.preview-loading-card[b-cr61l8gj8q] {
    display: grid;
    gap: 6px;
    min-width: 220px;
    padding: 14px 18px;
    border-radius: 10px;
    background: #111111;
    color: #ffffff;
    text-align: center;
}

.preview-loading-card span[b-cr61l8gj8q],
.preview-empty-state span[b-cr61l8gj8q],
.preview-compare-copy[b-cr61l8gj8q] {
    color: #666666;
    line-height: 1.5;
}

.preview-empty-state[b-cr61l8gj8q] {
    display: grid;
    gap: 8px;
    padding: 24px;
    color: #111111;
    text-align: center;
}

.preview-empty-state strong[b-cr61l8gj8q] {
    font-size: 1rem;
    font-weight: 900;
}

.preview-compare-copy[b-cr61l8gj8q] {
    margin: 12px 0 0;
    font-size: 0.9rem;
}

.metadata-list[b-cr61l8gj8q] {
    display: grid;
    gap: 0;
    margin: 0;
}

.metadata-list div[b-cr61l8gj8q] {
    padding: 14px 0;
    border-bottom: 1px solid #eceef1;
}

.metadata-list div:first-child[b-cr61l8gj8q] {
    padding-top: 0;
}

.metadata-list dt[b-cr61l8gj8q] {
    color: #333333;
    font-size: 0.86rem;
    font-weight: 900;
}

.metadata-list dd[b-cr61l8gj8q] {
    margin: 7px 0 0;
    color: #0a0a0a;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.35;
    word-break: break-word;
}

.metadata-note[b-cr61l8gj8q] {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 14px;
    margin-top: auto;
    padding: 18px;
    border-radius: 10px;
    background: #fafafa;
}

.metadata-note span[b-cr61l8gj8q] {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border: 2px solid #111111;
    border-radius: 999px;
    color: #111111;
    font-size: 1rem;
    font-weight: 900;
    font-style: normal;
}

.metadata-note p[b-cr61l8gj8q] {
    margin: 0;
    color: #202020;
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.5;
}

.verification-card[b-cr61l8gj8q] {
    align-items: stretch;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.verification-card-main[b-cr61l8gj8q] {
    display: grid;
    justify-items: center;
    gap: 10px;
    margin: 4px 0 24px;
    text-align: center;
}

.verification-card-icon[b-cr61l8gj8q] {
    width: 78px;
    height: 78px;
    border-radius: 999px;
    background: #0a0a0a;
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    animation: verification-icon-settle-b-cr61l8gj8q 0.28s ease-out both;
}

.verification-card-icon[b-cr61l8gj8q]::before {
    width: 44px;
    height: 44px;
}

.verification-card h2[b-cr61l8gj8q] {
    margin: 0;
    color: #050505;
    font-size: clamp(1.75rem, 2.6vw, 2.45rem);
    font-weight: 950;
    line-height: 1.12;
    letter-spacing: 0;
    transition: color 0.2s ease;
}

.verification-card-main p[b-cr61l8gj8q] {
    max-width: 20em;
    margin: 0;
    color: #202020;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.45;
    white-space: pre-line;
}

.verification-detail-list[b-cr61l8gj8q] {
    display: grid;
    gap: 10px;
    margin-top: auto;
}

.verification-detail-row[b-cr61l8gj8q] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 10px;
    min-height: 46px;
    padding: 10px 14px;
    border: 1px solid #e6e8ec;
    border-radius: 8px;
    background: #ffffff;
}

.verification-detail-row[b-cr61l8gj8q]::before {
    content: "";
    width: 18px;
    height: 18px;
    background: #8b8b8b;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m20 6-11 11-5-5'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m20 6-11 11-5-5'/%3E%3C/svg%3E") center / contain no-repeat;
}

.verification-detail-row.is-passed[b-cr61l8gj8q]::before {
    background: #15803d;
}

.verification-detail-row.is-failed[b-cr61l8gj8q]::before {
    background: #b91c1c;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 6 6 18'/%3E%3Cpath d='m6 6 12 12'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 6 6 18'/%3E%3Cpath d='m6 6 12 12'/%3E%3C/svg%3E") center / contain no-repeat;
}

.verification-detail-row.is-pending[b-cr61l8gj8q]::before {
    background: #8b8b8b;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3C/svg%3E") center / contain no-repeat;
}

.verification-detail-row span[b-cr61l8gj8q] {
    color: #111111;
    font-weight: 900;
}

.verification-detail-row strong[b-cr61l8gj8q] {
    color: #111111;
    font-weight: 950;
    text-align: right;
}

.result-banner.is-success[b-cr61l8gj8q],
.verification-card.is-success[b-cr61l8gj8q] {
    border-color: #bbf7d0;
    box-shadow: 0 16px 34px rgba(21, 128, 61, 0.11);
}

.result-banner.is-warning[b-cr61l8gj8q],
.verification-card.is-warning[b-cr61l8gj8q] {
    border-color: #fde68a;
    box-shadow: 0 16px 34px rgba(180, 83, 9, 0.1);
}

.result-banner.is-danger[b-cr61l8gj8q],
.verification-card.is-danger[b-cr61l8gj8q] {
    border-color: #fecaca;
    box-shadow: 0 16px 34px rgba(185, 28, 28, 0.1);
}

.result-banner.is-progress[b-cr61l8gj8q],
.verification-card.is-progress[b-cr61l8gj8q] {
    border-color: #e3e5e9;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.is-success .result-banner-copy h2[b-cr61l8gj8q],
.is-success.verification-card h2[b-cr61l8gj8q] {
    color: #15803d;
}

.is-warning .result-banner-copy h2[b-cr61l8gj8q],
.is-warning.verification-card h2[b-cr61l8gj8q] {
    color: #b45309;
}

.is-danger .result-banner-copy h2[b-cr61l8gj8q],
.is-danger.verification-card h2[b-cr61l8gj8q] {
    color: #b91c1c;
}

.is-progress .result-banner-copy h2[b-cr61l8gj8q],
.is-progress.verification-card h2[b-cr61l8gj8q] {
    color: #111111;
}

.is-success .result-banner-icon[b-cr61l8gj8q],
.is-success .verification-card-icon[b-cr61l8gj8q] {
    background: #ffffff;
    color: #15803d;
    box-shadow: 0 12px 26px rgba(21, 128, 61, 0.14);
}

.is-warning .result-banner-icon[b-cr61l8gj8q],
.is-warning .verification-card-icon[b-cr61l8gj8q] {
    background: #ffffff;
    color: #b45309;
    box-shadow: 0 12px 26px rgba(180, 83, 9, 0.14);
}

.is-danger .result-banner-icon[b-cr61l8gj8q],
.is-danger .verification-card-icon[b-cr61l8gj8q] {
    background: #ffffff;
    color: #b91c1c;
    box-shadow: 0 12px 26px rgba(185, 28, 28, 0.14);
}

.is-progress .result-banner-icon[b-cr61l8gj8q],
.is-progress .verification-card-icon[b-cr61l8gj8q] {
    background: transparent;
    color: #111111;
    box-shadow: none;
}

.is-progress .result-banner-icon[b-cr61l8gj8q]::before,
.is-progress .verification-card-icon[b-cr61l8gj8q]::before {
    display: none;
}

.is-warning .result-banner-icon[b-cr61l8gj8q]::before,
.is-warning .verification-card-icon[b-cr61l8gj8q]::before,
.is-danger .result-banner-icon[b-cr61l8gj8q]::before,
.is-danger .verification-card-icon[b-cr61l8gj8q]::before {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='m15 9-6 6'/%3E%3Cpath d='m9 9 6 6'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='m15 9-6 6'/%3E%3Cpath d='m9 9 6 6'/%3E%3C/svg%3E") center / contain no-repeat;
}

.verification-spinner[b-cr61l8gj8q] {
    display: inline-block;
    width: 38px;
    height: 38px;
    border: 3px solid rgba(17, 17, 17, 0.14);
    border-top-color: #111111;
    border-radius: 999px;
    animation: verification-spin-b-cr61l8gj8q 0.8s linear infinite;
}

.similarity-action-panel[b-cr61l8gj8q] {
    display: grid;
    gap: 10px;
    margin-top: 14px;
    padding: 14px;
    border: 1px solid #eceef1;
    border-radius: 8px;
    background: #fafafa;
}

.similarity-action-panel p[b-cr61l8gj8q] {
    margin: 0;
    color: #202020;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.5;
}

.secondary-button[b-cr61l8gj8q] {
    width: 100%;
    border: 0;
    background: #111111;
    color: #ffffff;
}

.secondary-button:disabled[b-cr61l8gj8q] {
    opacity: 0.55;
    cursor: default;
}

.result-actions[b-cr61l8gj8q] {
    display: grid;
    justify-items: center;
    gap: 12px;
    padding: 8px 0 2px;
}

.primary-retry-button[b-cr61l8gj8q] {
    position: relative;
    min-width: 390px;
    min-height: 56px;
    gap: 12px;
    padding: 0 28px;
    border: 0;
    background: #0a0a0a;
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}

.upload-arrow[b-cr61l8gj8q] {
    position: relative;
    width: 29px;
    height: 29px;
    border: 2px solid #ffffff;
    border-radius: 999px;
}

.upload-arrow[b-cr61l8gj8q]::before {
    content: "";
    position: absolute;
    left: 9px;
    top: 7px;
    width: 8px;
    height: 8px;
    border-left: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    transform: rotate(45deg);
}

.upload-arrow[b-cr61l8gj8q]::after {
    content: "";
    position: absolute;
    left: 13px;
    top: 8px;
    width: 2px;
    height: 13px;
    background: #ffffff;
}

.home-link[b-cr61l8gj8q] {
    border: 0;
    background: transparent;
    color: #4a4a4a;
    cursor: pointer;
    font-size: 0.94rem;
    font-weight: 800;
    font-family: inherit;
    text-decoration: none;
}

.home-link[b-cr61l8gj8q]::after {
    content: " >";
}

.error-banner[b-cr61l8gj8q] {
    display: flex;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid #f0c5c5;
    border-radius: 10px;
    background: #fff5f5;
    color: #9f1d1d;
    font-weight: 800;
}

.image-modal-backdrop[b-cr61l8gj8q],
.server-alert-backdrop[b-cr61l8gj8q] {
    position: fixed;
    inset: 0;
    z-index: 40;
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgba(0, 0, 0, 0.68);
    backdrop-filter: blur(8px);
}

.server-alert-backdrop[b-cr61l8gj8q] {
    z-index: 50;
}

.image-modal[b-cr61l8gj8q],
.server-alert-dialog[b-cr61l8gj8q] {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.26);
}

.image-modal[b-cr61l8gj8q] {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 12px;
    width: fit-content;
    max-width: calc(100vw - 48px);
    max-height: calc(100vh - 64px);
    padding: 16px;
}

.image-modal-head[b-cr61l8gj8q] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.image-modal-head strong[b-cr61l8gj8q],
.server-alert-copy strong[b-cr61l8gj8q] {
    color: #111111;
    font-weight: 900;
}

.image-modal-close[b-cr61l8gj8q],
.server-alert-close[b-cr61l8gj8q] {
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid #e5e7eb;
    background: #f8f8f8;
    color: #111111;
}

.image-modal-body[b-cr61l8gj8q] {
    display: grid;
    place-items: center;
    min-height: 0;
    overflow: hidden;
    border-radius: 8px;
    background: #f8f8f8;
}

.image-modal-image[b-cr61l8gj8q] {
    display: block;
    width: auto;
    height: auto;
    max-width: min(calc(100vw - 80px), 960px);
    max-height: calc(100vh - 140px);
    object-fit: contain;
}

.server-alert-dialog[b-cr61l8gj8q] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 14px;
    width: min(560px, 100%);
    padding: 16px;
}

.server-alert-icon[b-cr61l8gj8q] {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: #111111;
    color: #ffffff;
    font-weight: 950;
}

.server-alert-copy p[b-cr61l8gj8q] {
    margin: 6px 0 0;
    color: #555555;
    line-height: 1.55;
}

.site-footer[b-cr61l8gj8q] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    margin-top: 18px;
    padding: 12px 2px 0;
    border-top: 1px solid #eef0f3;
    color: #888888;
    font-size: 0.92rem;
}

.site-footer p[b-cr61l8gj8q] {
    margin: 0;
}

@keyframes verification-spin-b-cr61l8gj8q {
    to {
        transform: rotate(360deg);
    }
}

@keyframes verification-icon-settle-b-cr61l8gj8q {
    from {
        opacity: 0.72;
        transform: translateY(3px) scale(0.96);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .result-banner[b-cr61l8gj8q],
    .verification-card[b-cr61l8gj8q],
    .result-banner-icon[b-cr61l8gj8q],
    .verification-card-icon[b-cr61l8gj8q],
    .result-banner-copy h2[b-cr61l8gj8q],
    .verification-card h2[b-cr61l8gj8q] {
        transition: none;
        animation: none;
    }

    .verification-spinner[b-cr61l8gj8q] {
        animation-duration: 1.4s;
    }
}

@media (max-width: 1100px) {
    .hero-section[b-cr61l8gj8q] {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .hero-visual[b-cr61l8gj8q] {
        display: none;
    }

    .result-banner[b-cr61l8gj8q] {
        grid-template-columns: auto 1fr;
    }

    .result-grid[b-cr61l8gj8q] {
        grid-template-columns: 1fr;
    }

    .preview-card[b-cr61l8gj8q] {
        min-height: 520px;
    }

    .metadata-card[b-cr61l8gj8q],
    .verification-card[b-cr61l8gj8q] {
        min-height: 0;
    }
}

@media (max-width: 720px) {
    .site-frame[b-cr61l8gj8q] {
        width: min(100% - 20px, 1160px);
        padding-top: 12px;
    }

    .site-header[b-cr61l8gj8q] {
        gap: 10px;
    }

    .brand-copy[b-cr61l8gj8q] {
        font-size: 1rem;
    }

    .brand-symbol[b-cr61l8gj8q] {
        width: 26px;
        height: 26px;
    }

    .site-nav[b-cr61l8gj8q] {
        max-width: 58vw;
        overflow-x: auto;
        padding: 3px;
        border-radius: 11px;
    }

    .site-nav a[b-cr61l8gj8q] {
        min-height: 30px;
        padding: 6px 9px;
        font-size: 0.78rem;
    }

    .hero-section[b-cr61l8gj8q] {
        padding-top: 22px;
    }

    .hero-section[b-cr61l8gj8q] {
        display: none;
    }

    .mobile-hero-phone[b-cr61l8gj8q] {
        display: grid;
        padding: 28px 0 0;
    }

    .mobile-phone-content[b-cr61l8gj8q] {
        display: grid;
        justify-items: center;
        gap: 10px;
        padding: 10px 0 4px;
        text-align: center;
    }

    .mobile-phone-content .phone-status-icon[b-cr61l8gj8q] {
        width: 38px;
        height: 38px;
        color: #d2a979;
    }

    .mobile-phone-content .phone-status-icon[b-cr61l8gj8q]::before {
        width: 24px;
        height: 26px;
    }

    .mobile-phone-content strong[b-cr61l8gj8q] {
        color: #111111;
        font-size: 1.08rem;
        font-weight: 950;
    }

    .mobile-phone-content small[b-cr61l8gj8q] {
        color: #777a80;
        font-size: 0.72rem;
        font-weight: 700;
    }

    .hero-brand-name[b-cr61l8gj8q] {
        font-size: 2.8rem;
    }

    .hero-copy[b-cr61l8gj8q] {
        font-size: 0.92rem;
    }

    .result-banner[b-cr61l8gj8q] {
        grid-template-columns: 1fr;
        justify-items: start;
        gap: 14px;
        padding: 18px;
    }

    .result-banner-icon[b-cr61l8gj8q] {
        width: 66px;
        height: 66px;
    }

    .result-banner-icon[b-cr61l8gj8q]::before {
        width: 39px;
        height: 39px;
    }

    .is-success .result-banner-icon[b-cr61l8gj8q],
    .is-success .verification-card-icon[b-cr61l8gj8q] {
        background: #ffffff;
        color: #15803d;
    }

    .is-warning .result-banner-icon[b-cr61l8gj8q],
    .is-warning .verification-card-icon[b-cr61l8gj8q] {
        background: #ffffff;
        color: #b45309;
    }

    .is-danger .result-banner-icon[b-cr61l8gj8q],
    .is-danger .verification-card-icon[b-cr61l8gj8q] {
        background: #ffffff;
        color: #b91c1c;
    }

    .is-progress .result-banner-icon[b-cr61l8gj8q],
    .is-progress .verification-card-icon[b-cr61l8gj8q] {
        background: transparent;
        color: #111111;
    }

    .result-banner-copy h2[b-cr61l8gj8q] {
        font-size: 1.55rem;
    }

    .preview-card[b-cr61l8gj8q] {
        min-height: 390px;
    }

    .upload-stage[b-cr61l8gj8q] {
        border: 0;
        border-radius: 0;
        box-shadow: none;
        padding: 8px 0 0;
    }

    .upload-dropzone[b-cr61l8gj8q] {
        min-height: 174px;
        padding: 34px 18px 28px;
        border-radius: 18px;
        background: #ffffff;
    }

    .upload-floating-icon[b-cr61l8gj8q] {
        display: none;
    }

    .upload-dropzone strong[b-cr61l8gj8q] {
        font-size: 0.84rem;
        font-weight: 900;
    }

    .upload-subcopy[b-cr61l8gj8q] {
        display: none;
    }

    .upload-primary-action[b-cr61l8gj8q] {
        min-height: 34px;
        padding: 0 18px;
        border-radius: 999px;
        font-size: 0.78rem;
    }

    .preview-card[b-cr61l8gj8q],
    .metadata-card[b-cr61l8gj8q],
    .verification-card[b-cr61l8gj8q] {
        padding: 14px;
        border-radius: 11px;
    }

    .verification-card h2[b-cr61l8gj8q] {
        font-size: 1.85rem;
    }

    .primary-retry-button[b-cr61l8gj8q] {
        width: 100%;
        min-width: 0;
    }

    .server-alert-dialog[b-cr61l8gj8q] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .mobile-result-screen[b-cr61l8gj8q] {
        display: grid;
        gap: 14px;
        padding: 18px 16px 12px;
        border: 1px solid #eeeeee;
        border-radius: 28px;
        background: #ffffff;
        box-shadow: 0 18px 42px rgba(15, 23, 42, 0.1);
    }

    .mobile-result-screen + .result-banner[b-cr61l8gj8q],
    .mobile-result-screen ~ .result-grid[b-cr61l8gj8q],
    .mobile-result-screen ~ .result-actions[b-cr61l8gj8q] {
        display: none;
    }

    .mobile-result-copy small[b-cr61l8gj8q] {
        color: #777a80;
        font-size: 0.72rem;
        font-weight: 750;
    }

    .mobile-result-photo[b-cr61l8gj8q] {
        position: relative;
        overflow: hidden;
        min-height: 260px;
        border-radius: 14px;
        background: #f3f4f6;
    }

    .mobile-result-photo img[b-cr61l8gj8q] {
        display: block;
        width: 100%;
        height: 100%;
        min-height: 260px;
        object-fit: contain;
        object-position: center;
    }

    .mobile-result-photo-empty[b-cr61l8gj8q] {
        display: grid;
        place-items: center;
        min-height: 260px;
        color: #777a80;
        font-weight: 850;
    }

    .mobile-auth-badge[b-cr61l8gj8q] {
        position: absolute;
        left: 50%;
        bottom: 18px;
        display: inline-flex;
        align-items: center;
        gap: 7px;
        min-height: 38px;
        padding: 9px 16px;
        border-radius: 999px;
        background: #83c987;
        color: #ffffff;
        font-size: 0.86rem;
        font-weight: 950;
        transform: translateX(-50%);
        box-shadow: 0 12px 26px rgba(21, 128, 61, 0.2);
        white-space: nowrap;
    }

    .mobile-auth-badge-icon[b-cr61l8gj8q] {
        display: inline-block;
        width: 15px;
        height: 15px;
        background: currentColor;
        -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='m15 9-6 6'/%3E%3Cpath d='m9 9 6 6'/%3E%3C/svg%3E") center / contain no-repeat;
        mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='m15 9-6 6'/%3E%3Cpath d='m9 9 6 6'/%3E%3C/svg%3E") center / contain no-repeat;
    }

    .mobile-auth-badge.is-success .mobile-auth-badge-icon[b-cr61l8gj8q] {
        -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10Z'/%3E%3Cpath d='m9 12 2 2 4-5'/%3E%3C/svg%3E") center / contain no-repeat;
        mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10Z'/%3E%3Cpath d='m9 12 2 2 4-5'/%3E%3C/svg%3E") center / contain no-repeat;
    }

    .mobile-auth-badge.is-progress .mobile-auth-badge-icon[b-cr61l8gj8q],
    .mobile-auth-badge.is-neutral .mobile-auth-badge-icon[b-cr61l8gj8q] {
        display: none;
    }

    .mobile-auth-badge.is-success[b-cr61l8gj8q] {
        background: #15803d;
        box-shadow: 0 12px 26px rgba(21, 128, 61, 0.2);
    }

    .mobile-auth-badge.is-warning[b-cr61l8gj8q] {
        background: #b45309;
        box-shadow: 0 12px 26px rgba(180, 83, 9, 0.18);
    }

    .mobile-auth-badge.is-danger[b-cr61l8gj8q] {
        background: #b91c1c;
        box-shadow: 0 12px 26px rgba(185, 28, 28, 0.18);
    }

    .mobile-auth-badge.is-progress[b-cr61l8gj8q],
    .mobile-auth-badge.is-neutral[b-cr61l8gj8q] {
        background: #111111;
        box-shadow: 0 12px 26px rgba(17, 17, 17, 0.18);
    }

    .mobile-result-copy[b-cr61l8gj8q] {
        display: grid;
        justify-items: center;
        gap: 6px;
        text-align: center;
    }

    .mobile-result-copy strong[b-cr61l8gj8q] {
        color: #111111;
        font-size: 1.12rem;
        font-weight: 950;
    }

    .mobile-result-buttons[b-cr61l8gj8q] {
        display: grid;
        gap: 9px;
    }

    .mobile-result-buttons button[b-cr61l8gj8q],
    .mobile-result-buttons label[b-cr61l8gj8q] {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 44px;
        border-radius: 8px;
        font-size: 0.92rem;
        font-weight: 950;
        cursor: pointer;
    }

    .mobile-result-buttons button[b-cr61l8gj8q] {
        border: 0;
        background: #0a0a0a;
        color: #ffffff;
    }

    .mobile-result-buttons .mobile-similarity-button[b-cr61l8gj8q] {
        background: #0a0a0a;
    }

    .mobile-result-buttons label[b-cr61l8gj8q] {
        border: 1px solid #111111;
        background: #ffffff;
        color: #111111;
    }

    .mobile-result-buttons .mobile-home-link[b-cr61l8gj8q] {
        min-height: auto;
        padding: 8px 0 2px;
        border: 0;
        background: transparent;
        color: #4a4a4a;
        font-size: 0.94rem;
        font-weight: 800;
    }

    .mobile-result-buttons .mobile-home-link[b-cr61l8gj8q]::after {
        content: " >";
    }

}

.verification-result-card + .result-banner[b-cr61l8gj8q],
.verification-result-card ~ .result-grid[b-cr61l8gj8q],
.verification-result-card ~ .result-actions[b-cr61l8gj8q] {
    display: none;
}

.verification-result-card[b-cr61l8gj8q] {
    overflow: hidden;
    border: 1px solid #dfe3e8;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.06);
}

.mobile-result-title[b-cr61l8gj8q] {
    display: none;
}

.result-layout[b-cr61l8gj8q] {
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) minmax(360px, 1.1fr);
    gap: clamp(34px, 5vw, 70px);
    padding: clamp(28px, 4.5vw, 48px) clamp(36px, 5vw, 64px);
}

.result-photo-panel[b-cr61l8gj8q],
.result-outcome-panel[b-cr61l8gj8q] {
    min-width: 0;
}

.result-photo-panel[b-cr61l8gj8q] {
    display: grid;
    align-content: start;
    gap: 18px;
}

.result-photo-button[b-cr61l8gj8q] {
    display: block;
    width: 100%;
    aspect-ratio: 1.55;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 9px;
    background: #ffffff;
    cursor: zoom-in;
}

.result-photo-button img[b-cr61l8gj8q] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.result-photo-button span[b-cr61l8gj8q] {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    color: #70757d;
    font-size: 0.9rem;
    font-weight: 800;
}

.mobile-result-file-info[b-cr61l8gj8q],
.mobile-result-summary-info[b-cr61l8gj8q] {
    display: none;
}

.result-file-info h2[b-cr61l8gj8q],
.result-summary-card h3[b-cr61l8gj8q] {
    margin: 0 0 14px;
    color: #141414;
    font-size: 0.98rem;
    font-weight: 950;
    letter-spacing: 0;
}

.result-file-info dl[b-cr61l8gj8q],
.result-summary-card dl[b-cr61l8gj8q] {
    display: grid;
    gap: 0;
    margin: 0;
}

.result-file-info dl div[b-cr61l8gj8q],
.result-summary-card dl div[b-cr61l8gj8q] {
    display: grid;
    grid-template-columns: minmax(86px, auto) minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    min-height: 32px;
}

.result-file-info dt[b-cr61l8gj8q],
.result-file-info dd[b-cr61l8gj8q],
.result-summary-card dt[b-cr61l8gj8q],
.result-summary-card dd[b-cr61l8gj8q] {
    margin: 0;
    font-size: 0.84rem;
    line-height: 1.35;
}

.result-file-info dt[b-cr61l8gj8q] {
    display: inline-grid;
    grid-template-columns: 18px auto;
    align-items: center;
    gap: 7px;
    color: #5f646c;
    font-weight: 850;
}

.result-file-info dt[b-cr61l8gj8q]::before {
    content: "";
    width: 14px;
    height: 14px;
    background: currentColor;
    opacity: 0.82;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8Z'/%3E%3Cpath d='M14 2v6h6'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8Z'/%3E%3Cpath d='M14 2v6h6'/%3E%3C/svg%3E") center / contain no-repeat;
}

.result-file-info dd[b-cr61l8gj8q],
.result-summary-card dd[b-cr61l8gj8q] {
    min-width: 0;
    color: #171717;
    font-weight: 800;
    text-align: right;
    overflow-wrap: anywhere;
}

.result-outcome-panel[b-cr61l8gj8q] {
    display: grid;
    align-content: start;
    gap: 20px;
    padding-top: 14px;
}

.result-outcome-head[b-cr61l8gj8q] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 24px;
}

.result-status-icon[b-cr61l8gj8q] {
    position: relative;
    display: grid;
    place-items: center;
    width: 72px;
    height: 72px;
    border: 4px solid currentColor;
    border-radius: 999px;
    color: #171717;
}

.result-status-icon[b-cr61l8gj8q]::before,
.result-status-icon[b-cr61l8gj8q]::after,
.result-notice span[b-cr61l8gj8q]::before,
.result-summary-card dl div[b-cr61l8gj8q]::after {
    content: "";
    display: block;
    background: currentColor;
}

.result-status-icon[b-cr61l8gj8q]::before {
    width: 34px;
    height: 34px;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m20 6-11 11-5-5'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m20 6-11 11-5-5'/%3E%3C/svg%3E") center / contain no-repeat;
}

.is-danger .result-status-icon[b-cr61l8gj8q]::before,
.is-warning .result-status-icon[b-cr61l8gj8q]::before {
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 6 6 18'/%3E%3Cpath d='m6 6 12 12'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 6 6 18'/%3E%3Cpath d='m6 6 12 12'/%3E%3C/svg%3E") center / contain no-repeat;
}

.is-progress .result-status-icon[b-cr61l8gj8q] {
    border-color: transparent;
}

.is-progress .result-status-icon[b-cr61l8gj8q]::before {
    display: none;
}

.result-status-copy h2[b-cr61l8gj8q] {
    margin: 0;
    color: #171717;
    font-size: clamp(1.9rem, 3.2vw, 2.75rem);
    font-weight: 950;
    line-height: 1.08;
    letter-spacing: 0;
}

.result-status-copy p[b-cr61l8gj8q] {
    margin: 8px 0 0;
    color: #555a62;
    font-size: 0.94rem;
    font-weight: 700;
    line-height: 1.55;
}

.result-summary-card[b-cr61l8gj8q] {
    padding: 24px;
    border: 1px solid #e2e5ea;
    border-radius: 10px;
    background: #ffffff;
}

.result-summary-card dl div[b-cr61l8gj8q] {
    grid-template-columns: minmax(120px, auto) 1fr 18px;
}

.result-summary-card dt[b-cr61l8gj8q] {
    color: #171717;
    font-weight: 850;
}

.result-summary-card dd[b-cr61l8gj8q] {
    color: #343941;
}

.result-summary-card dl div[b-cr61l8gj8q]::after {
    width: 16px;
    height: 16px;
    color: #9aa0a9;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='m9 12 2 2 4-5'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='m9 12 2 2 4-5'/%3E%3C/svg%3E") center / contain no-repeat;
}

.result-summary-card .is-passed[b-cr61l8gj8q]::after {
    color: #159447;
}

.result-summary-card .is-failed[b-cr61l8gj8q]::after {
    color: #dc2626;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m21.73 18-8-14a2 2 0 0 0-3.46 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z'/%3E%3Cpath d='M12 9v4'/%3E%3Cpath d='M12 17h.01'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m21.73 18-8-14a2 2 0 0 0-3.46 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z'/%3E%3Cpath d='M12 9v4'/%3E%3Cpath d='M12 17h.01'/%3E%3C/svg%3E") center / contain no-repeat;
}

.result-notice[b-cr61l8gj8q] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 17px 20px;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    background: #fbfcfd;
}

.result-notice span[b-cr61l8gj8q] {
    display: grid;
    place-items: center;
    width: 18px;
    height: 18px;
    color: #6d7682;
}

.result-notice span[b-cr61l8gj8q]::before {
    width: 18px;
    height: 18px;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 16v-4'/%3E%3Cpath d='M12 8h.01'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 16v-4'/%3E%3Cpath d='M12 8h.01'/%3E%3C/svg%3E") center / contain no-repeat;
}

.result-notice p[b-cr61l8gj8q] {
    margin: 0;
    color: #343941;
    font-size: 0.92rem;
    font-weight: 750;
    line-height: 1.55;
}

.result-command-row[b-cr61l8gj8q] {
    display: grid;
    gap: 10px;
}

.result-command-row .home-link[b-cr61l8gj8q],
.result-command-row .secondary-button[b-cr61l8gj8q] {
    width: 100%;
    min-height: 52px;
    border-radius: 8px;
    font-size: 0.94rem;
    font-weight: 900;
}

.result-command-row .home-link[b-cr61l8gj8q] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dfe3e8;
    background: transparent;
    color: #171717;
    text-decoration: none;
}

.result-command-row .home-link[b-cr61l8gj8q]::after {
    content: "";
}

.result-command-row .secondary-button[b-cr61l8gj8q] {
    background: #050505;
    box-shadow: 0 14px 24px rgba(0, 0, 0, 0.16);
}

.verification-result-card.is-success .result-status-icon[b-cr61l8gj8q],
.verification-result-card.is-success .result-status-copy h2[b-cr61l8gj8q] {
    color: #159447;
}

.verification-result-card.is-danger .result-status-icon[b-cr61l8gj8q],
.verification-result-card.is-danger .result-status-copy h2[b-cr61l8gj8q],
.verification-result-card.is-warning .result-status-icon[b-cr61l8gj8q],
.verification-result-card.is-warning .result-status-copy h2[b-cr61l8gj8q] {
    color: #dc2626;
}

.verification-result-card.is-danger .result-notice[b-cr61l8gj8q],
.verification-result-card.is-warning .result-notice[b-cr61l8gj8q] {
    border-color: #f7cfd0;
    background: #fff1f2;
}

.verification-result-card.is-danger .result-notice span[b-cr61l8gj8q],
.verification-result-card.is-warning .result-notice span[b-cr61l8gj8q] {
    color: #dc2626;
}

.verification-result-card.is-success .result-notice[b-cr61l8gj8q] {
    border-color: #ccefd8;
    background: #f1fbf5;
}

.verification-result-card.is-success .result-notice span[b-cr61l8gj8q] {
    color: #159447;
}

@media (max-width: 720px) {
    .site-frame[b-cr61l8gj8q] {
        width: min(100% - 28px, 380px);
        padding: 14px 0 22px;
    }

    .site-header[b-cr61l8gj8q] {
        display: none;
    }

    .page-shell[b-cr61l8gj8q] {
        gap: 0;
    }

    .mobile-hero-phone[b-cr61l8gj8q] {
        display: grid;
        gap: 8px;
        padding: 24px 18px 0;
        border: 1px solid #dfe3e8;
        border-bottom: 0;
        border-radius: 24px 24px 0 0;
        background: #ffffff;
    }

    .mobile-hero-phone[b-cr61l8gj8q]::before {
        content: "plainSnap 사진 검증";
        display: block;
        color: #0d0d0d;
        font-size: 0.9rem;
        font-weight: 950;
        text-align: center;
    }

    .mobile-phone-content[b-cr61l8gj8q] {
        gap: 8px;
        padding: 8px 0 12px;
    }

    .mobile-phone-content .phone-status-icon[b-cr61l8gj8q] {
        width: 46px;
        height: 46px;
        color: #159447;
    }

    .mobile-phone-content .phone-status-icon[b-cr61l8gj8q]::before {
        width: 28px;
        height: 30px;
    }

    .mobile-phone-content strong[b-cr61l8gj8q] {
        font-size: 1.26rem;
    }

    .mobile-phone-content small[b-cr61l8gj8q] {
        max-width: 22em;
        font-size: 0.72rem;
        line-height: 1.45;
    }

    .verification-area[b-cr61l8gj8q] {
        gap: 0;
    }

    .upload-stage[b-cr61l8gj8q] {
        border: 1px solid #dfe3e8;
        border-top: 0;
        border-radius: 0 0 24px 24px;
        background: #ffffff;
        box-shadow: 0 18px 42px rgba(15, 23, 42, 0.1);
        padding: 0 18px 22px;
    }

    .upload-dropzone[b-cr61l8gj8q] {
        min-height: 154px;
        padding: 22px 16px 18px;
        border: 1px dashed #d7dce3;
        border-radius: 7px;
        background: #fbfcfd;
    }

    .upload-dropzone:hover[b-cr61l8gj8q] {
        border-color: #111111;
        background: #ffffff;
    }

    .upload-dropzone strong[b-cr61l8gj8q] {
        color: #171717;
        font-size: 0.9rem;
    }

    .upload-primary-action[b-cr61l8gj8q] {
        min-height: 43px;
        width: 100%;
        border-radius: 7px;
        font-size: 0.82rem;
    }

    .verification-result-card[b-cr61l8gj8q] {
        border-radius: 24px;
        box-shadow: 0 18px 42px rgba(15, 23, 42, 0.1);
    }

    .mobile-result-title[b-cr61l8gj8q] {
        display: block;
        padding: 24px 16px 6px;
        color: #0d0d0d;
        font-size: 0.9rem;
        font-weight: 950;
        text-align: center;
    }

    .result-layout[b-cr61l8gj8q] {
        display: flex;
        flex-direction: column;
        gap: 14px;
        padding: 10px 18px 22px;
    }

    .result-outcome-panel[b-cr61l8gj8q] {
        display: contents;
    }

    .result-outcome-head[b-cr61l8gj8q] {
        order: 0;
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 8px;
        text-align: center;
    }

    .result-status-icon[b-cr61l8gj8q] {
        width: 46px;
        height: 46px;
        border-width: 3px;
    }

    .result-status-icon[b-cr61l8gj8q]::before {
        width: 24px;
        height: 24px;
    }

    .result-status-copy h2[b-cr61l8gj8q] {
        font-size: 1.26rem;
    }

    .result-status-copy p[b-cr61l8gj8q] {
        max-width: 22em;
        margin-top: 6px;
        font-size: 0.72rem;
        line-height: 1.45;
    }

    .result-photo-panel[b-cr61l8gj8q] {
        display: contents;
    }

    .result-photo-button[b-cr61l8gj8q] {
        order: 1;
        aspect-ratio: 1.2;
        margin-top: 8px;
        border-radius: 7px;
    }

    .result-file-info-desktop[b-cr61l8gj8q] {
        display: none;
    }

    .mobile-result-summary-info[b-cr61l8gj8q],
    .mobile-result-file-info[b-cr61l8gj8q] {
        order: 2;
        display: block;
        border: 1px solid #e4e7ec;
        border-radius: 7px;
        background: #ffffff;
    }

    .mobile-result-file-info[b-cr61l8gj8q] {
        order: 3;
    }

    .mobile-result-summary-info summary[b-cr61l8gj8q],
    .mobile-result-file-info summary[b-cr61l8gj8q] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 40px;
        padding: 0 13px;
        color: #171717;
        font-size: 0.76rem;
        font-weight: 900;
        cursor: pointer;
        list-style: none;
    }

    .mobile-result-summary-info summary[b-cr61l8gj8q]::-webkit-details-marker,
    .mobile-result-file-info summary[b-cr61l8gj8q]::-webkit-details-marker {
        display: none;
    }

    .mobile-result-summary-info summary[b-cr61l8gj8q]::after,
    .mobile-result-file-info summary[b-cr61l8gj8q]::after {
        content: "";
        width: 14px;
        height: 14px;
        background: currentColor;
        -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") center / contain no-repeat;
        mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") center / contain no-repeat;
    }

    .mobile-result-summary-info[open] summary[b-cr61l8gj8q],
    .mobile-result-file-info[open] summary[b-cr61l8gj8q] {
        border-bottom: 1px solid #eef0f3;
    }

    .mobile-result-summary-info[open] summary[b-cr61l8gj8q]::after,
    .mobile-result-file-info[open] summary[b-cr61l8gj8q]::after {
        transform: rotate(180deg);
    }

    .mobile-result-summary-info dl[b-cr61l8gj8q],
    .mobile-result-file-info dl[b-cr61l8gj8q] {
        display: grid;
        gap: 0;
        margin: 0;
        padding: 8px 13px 11px;
    }

    .mobile-result-summary-info dl div[b-cr61l8gj8q],
    .mobile-result-file-info dl div[b-cr61l8gj8q] {
        display: grid;
        align-items: center;
        grid-template-columns: minmax(78px, auto) 1fr;
        min-height: 25px;
        gap: 12px;
    }

    .mobile-result-summary-info dl div[b-cr61l8gj8q] {
        grid-template-columns: minmax(86px, auto) 1fr 14px;
    }

    .mobile-result-summary-info dt[b-cr61l8gj8q],
    .mobile-result-summary-info dd[b-cr61l8gj8q],
    .mobile-result-file-info dt[b-cr61l8gj8q],
    .mobile-result-file-info dd[b-cr61l8gj8q] {
        margin: 0;
        font-size: 0.68rem;
        line-height: 1.35;
    }

    .mobile-result-summary-info dt[b-cr61l8gj8q],
    .mobile-result-file-info dt[b-cr61l8gj8q] {
        color: #5f646c;
        font-weight: 850;
    }

    .mobile-result-summary-info dd[b-cr61l8gj8q],
    .mobile-result-file-info dd[b-cr61l8gj8q] {
        color: #171717;
        font-weight: 800;
        text-align: right;
        overflow-wrap: anywhere;
    }

    .mobile-result-file-info dt[b-cr61l8gj8q]::before {
        width: 12px;
        height: 12px;
    }

    .mobile-result-summary-info dl div[b-cr61l8gj8q]::after {
        content: "";
        width: 13px;
        height: 13px;
        color: #9aa0a9;
        background: currentColor;
        -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='m9 12 2 2 4-5'/%3E%3C/svg%3E") center / contain no-repeat;
        mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='m9 12 2 2 4-5'/%3E%3C/svg%3E") center / contain no-repeat;
    }

    .mobile-result-summary-info .is-passed[b-cr61l8gj8q]::after {
        color: #159447;
    }

    .mobile-result-summary-info .is-failed[b-cr61l8gj8q]::after {
        color: #dc2626;
        -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m21.73 18-8-14a2 2 0 0 0-3.46 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z'/%3E%3Cpath d='M12 9v4'/%3E%3Cpath d='M12 17h.01'/%3E%3C/svg%3E") center / contain no-repeat;
        mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m21.73 18-8-14a2 2 0 0 0-3.46 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z'/%3E%3Cpath d='M12 9v4'/%3E%3Cpath d='M12 17h.01'/%3E%3C/svg%3E") center / contain no-repeat;
    }

    .result-summary-card[b-cr61l8gj8q] {
        display: none;
    }

    .result-notice[b-cr61l8gj8q] {
        order: 4;
        gap: 10px;
        padding: 12px 13px;
        border-radius: 7px;
    }

    .result-notice p[b-cr61l8gj8q] {
        font-size: 0.7rem;
        line-height: 1.5;
    }

    .result-command-row[b-cr61l8gj8q] {
        order: 5;
        grid-template-columns: 1fr;
        gap: 9px;
        justify-items: stretch;
    }

    .result-command-row .home-link[b-cr61l8gj8q],
    .result-command-row .secondary-button[b-cr61l8gj8q] {
        min-height: 43px;
        border-radius: 7px;
        font-size: 0.82rem;
    }

    .result-command-row .home-link[b-cr61l8gj8q] {
        justify-self: stretch;
    }

    .site-footer[b-cr61l8gj8q] {
        justify-content: center;
        margin-top: 14px;
        border-top: 0;
        font-size: 0.68rem;
        text-align: center;
    }
}
