/* _content/VJMapperStore/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-gxfnvzz2bq] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: radial-gradient(ellipse at top, #181a2e 0%, #07080f 60%);
    color: #e8ebff;
}

.app-main[b-gxfnvzz2bq] {
    flex: 1 0 auto;
}

.app-footer[b-gxfnvzz2bq] {
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    color: #7b7f98;
}
/* _content/VJMapperStore/Layout/NavMenu.razor.rz.scp.css */
.top-nav[b-gho9hz8i72] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(7, 8, 15, 0.7);
    backdrop-filter: blur(12px);
    position: sticky;
    top: 0;
    z-index: 100;
}

.brand[b-gho9hz8i72] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 1.15rem;
    letter-spacing: 0.02em;
}

.brand-logo[b-gho9hz8i72] {
    width: 36px;
    height: 36px;
    object-fit: contain;
    display: block;
}

.brand-accent[b-gho9hz8i72] { color: #ff4dc1; }

.nav-links[b-gho9hz8i72]  .nav-link {
    color: #b6b9cf;
    font-size: 0.95rem;
    padding: 0.35rem 0.1rem;
    border-bottom: 2px solid transparent;
    text-decoration: none;
}

.nav-links[b-gho9hz8i72]  .nav-link:hover { color: #fff; }
.nav-links[b-gho9hz8i72]  .nav-link.active {
    color: #fff;
    border-bottom-color: #ff4dc1;
}

.nav-links[b-gho9hz8i72]  .nav-admin { color: #ffd966; }

.nav-links[b-gho9hz8i72]  .user-link {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    padding: 0.35rem 0.9rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    font-size: 0.88rem;
}

.nav-links[b-gho9hz8i72]  .user-link:hover { background: rgba(255, 255, 255, 0.08); }

.nav-links[b-gho9hz8i72]  .btn-register {
    background: linear-gradient(135deg, #ff4dc1 0%, #7b5cff 100%);
    color: #fff;
    padding: 0.4rem 1rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
}

.nav-links[b-gho9hz8i72]  .btn-register:hover { filter: brightness(1.1); }

.logout-form[b-gho9hz8i72] { margin: 0; display: inline; }

.logout-btn[b-gho9hz8i72] {
    background: none;
    border: none;
    color: #7b7f98;
    font-size: 0.85rem;
    cursor: pointer;
    padding: 0.35rem 0.5rem;
}
.logout-btn:hover[b-gho9hz8i72] { color: #fff; }
/* _content/VJMapperStore/Pages/About.razor.rz.scp.css */
.about h1[b-fxcimlqzaa] {
    font-weight: 800;
    font-size: 2rem;
    margin-bottom: 2rem;
}

.steps[b-fxcimlqzaa] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    margin-bottom: 3.5rem;
}

.step[b-fxcimlqzaa] {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    padding: 1.5rem;
}

.step .num[b-fxcimlqzaa] {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: linear-gradient(135deg, #ff4dc1 0%, #7b5cff 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    margin-bottom: 0.75rem;
}

.step h3[b-fxcimlqzaa] { font-size: 1.05rem; font-weight: 700; margin-bottom: 0.5rem; }
.step p[b-fxcimlqzaa] { font-size: 0.9rem; color: #b6b9cf; margin: 0; }

.faq h2[b-fxcimlqzaa] { font-size: 1.35rem; font-weight: 700; margin-bottom: 1rem; }

.faq details[b-fxcimlqzaa] {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    padding: 0.85rem 1rem;
    margin-bottom: 0.6rem;
}

.faq summary[b-fxcimlqzaa] {
    cursor: pointer;
    font-weight: 600;
    color: #fff;
    list-style: none;
}

.faq summary[b-fxcimlqzaa]::after { content: "+"; float: right; color: #ff4dc1; }
.faq details[open] summary[b-fxcimlqzaa]::after { content: "−"; }
.faq p[b-fxcimlqzaa] { color: #b6b9cf; margin: 0.75rem 0 0; }
/* _content/VJMapperStore/Pages/Account.razor.rz.scp.css */
.account-page h1[b-dlrefdah41] {
    font-weight: 800;
    font-size: 1.8rem;
}

.section[b-dlrefdah41] {
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.section:last-child[b-dlrefdah41] { border-bottom: none; }

.section h2[b-dlrefdah41] {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.email-banner[b-dlrefdah41] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.email-banner .flex-1[b-dlrefdah41] { flex: 1 1 auto; min-width: 220px; }

.empty[b-dlrefdah41] {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    padding: 3rem 2rem;
    text-align: center;
}

.orders[b-dlrefdah41] { display: grid; gap: 0.75rem; }

.order[b-dlrefdah41] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    padding: 1rem 1.25rem;
    flex-wrap: wrap;
}

.order .name[b-dlrefdah41] { font-weight: 700; color: #fff; font-size: 1.05rem; }
.order .meta[b-dlrefdah41] {
    display: flex;
    gap: 1.25rem;
    flex-wrap: wrap;
    font-size: 0.85rem;
    color: #b6b9cf;
    margin-top: 0.25rem;
}
.order .dl-count[b-dlrefdah41] { color: #7b7f98; }

.btn-buy[b-dlrefdah41] {
    background: linear-gradient(135deg, #ff4dc1 0%, #7b5cff 100%);
    color: #fff;
    border: none;
    padding: 0.55rem 1.25rem;
    font-weight: 700;
    border-radius: 8px;
}

.btn-buy:hover[b-dlrefdah41] { filter: brightness(1.1); color: #fff; }
.btn-buy:disabled[b-dlrefdah41] { opacity: 0.6; }
/* _content/VJMapperStore/Pages/Admin/AdminEdit.razor.rz.scp.css */
.back-link[b-yocvetvxz6] {
    display: inline-block;
    color: #b6b9cf;
    text-decoration: none;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}
.back-link:hover[b-yocvetvxz6] { color: #fff; }

.admin-edit h1[b-yocvetvxz6] {
    font-weight: 800;
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
}

.grid[b-yocvetvxz6] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    padding: 1.5rem;
}

.field.full[b-yocvetvxz6] { grid-column: 1 / -1; }

.field label[b-yocvetvxz6] {
    display: block;
    font-size: 0.85rem;
    color: #b6b9cf;
    margin-bottom: 0.3rem;
}

.btn-buy[b-yocvetvxz6] {
    background: linear-gradient(135deg, #ff4dc1 0%, #7b5cff 100%);
    color: #fff;
    border: none;
    padding: 0.7rem 1.5rem;
    font-weight: 700;
    border-radius: 8px;
}

.btn-buy:hover[b-yocvetvxz6] { filter: brightness(1.1); color: #fff; }
.btn-buy:disabled[b-yocvetvxz6] { opacity: 0.6; }

.uploads[b-yocvetvxz6] {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.uploads h2[b-yocvetvxz6] {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

.upload-card[b-yocvetvxz6] {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    padding: 1.25rem;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
    flex-wrap: wrap;
}

.upload-card h3[b-yocvetvxz6] { font-size: 1rem; font-weight: 700; margin: 0 0 0.25rem; }
.upload-card p[b-yocvetvxz6] { margin: 0; font-size: 0.88rem; }
.upload-card .current[b-yocvetvxz6] { color: #b6b9cf; font-family: monospace; font-size: 0.82rem; margin-top: 0.5rem; }
.upload-card .preview[b-yocvetvxz6] { max-width: 240px; border-radius: 8px; margin-top: 0.5rem; display: block; }
.upload-card .info[b-yocvetvxz6] { flex: 1; min-width: 220px; }
.upload-card[b-yocvetvxz6]  input[type="file"] { color: #b6b9cf; font-size: 0.85rem; }
/* _content/VJMapperStore/Pages/Admin/AdminList.razor.rz.scp.css */
.admin-table[b-4vnbupm1iu] {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    overflow: hidden;
}

.admin-table .head[b-4vnbupm1iu],
.admin-table .row[b-4vnbupm1iu] {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1.5fr auto;
    gap: 1rem;
    align-items: center;
    padding: 0.9rem 1.25rem;
}

.admin-table .head[b-4vnbupm1iu] {
    background: rgba(255, 255, 255, 0.03);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #7b7f98;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.admin-table .row[b-4vnbupm1iu] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.admin-table .row:last-child[b-4vnbupm1iu] { border-bottom: none; }

.admin-table .name[b-4vnbupm1iu] { font-weight: 600; color: #fff; }
.admin-table .id[b-4vnbupm1iu] { font-size: 0.75rem; color: #7b7f98; font-family: monospace; }

.chip[b-4vnbupm1iu] {
    display: inline-block;
    padding: 0.15rem 0.6rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
}

.chip-ok[b-4vnbupm1iu] { background: rgba(46, 212, 122, 0.15); color: #4de092; }
.chip-off[b-4vnbupm1iu] { background: rgba(255, 255, 255, 0.06); color: #7b7f98; }

.actions[b-4vnbupm1iu] { display: flex; gap: 0.4rem; justify-content: flex-end; }

.btn-buy[b-4vnbupm1iu] {
    background: linear-gradient(135deg, #ff4dc1 0%, #7b5cff 100%);
    color: #fff;
    border: none;
    padding: 0.55rem 1.1rem;
    font-weight: 700;
    border-radius: 8px;
}

.btn-buy:hover[b-4vnbupm1iu] { filter: brightness(1.1); color: #fff; }
/* _content/VJMapperStore/Pages/Cancel.razor.rz.scp.css */
.cancel-card[b-f5nskozr3b] {
    max-width: 520px;
    margin: 3rem auto;
    text-align: center;
    padding: 3rem 2rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 18px;
}

.icon[b-f5nskozr3b] {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(255, 77, 77, 0.15);
    color: #ff7a7a;
    font-size: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.cancel-card h1[b-f5nskozr3b] { font-weight: 800; font-size: 1.6rem; }
/* _content/VJMapperStore/Pages/ConfirmEmail.razor.rz.scp.css */
.confirm-card[b-8mdo200tto] {
    max-width: 520px;
    margin: 3rem auto;
    text-align: center;
    padding: 3rem 2rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 18px;
}

.check[b-8mdo200tto], .cross[b-8mdo200tto] {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-size: 2.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.check[b-8mdo200tto] { background: linear-gradient(135deg, #2ed47a, #1a9e5a); color: #fff; }
.cross[b-8mdo200tto] { background: rgba(255, 77, 77, 0.15); color: #ff7a7a; }

.confirm-card h1[b-8mdo200tto] { font-weight: 800; font-size: 1.7rem; }

.btn-buy[b-8mdo200tto] {
    background: linear-gradient(135deg, #ff4dc1 0%, #7b5cff 100%);
    color: #fff;
    border: none;
    padding: 0.6rem 1.5rem;
    font-weight: 700;
    border-radius: 10px;
}
.btn-buy:hover[b-8mdo200tto] { filter: brightness(1.1); color: #fff; }
/* _content/VJMapperStore/Pages/ForgotPassword.razor.rz.scp.css */
.auth-card[b-qdoh1z0k6r] {
    max-width: 440px;
    margin: 2rem auto;
    padding: 2.5rem 2rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
}

.auth-card h1[b-qdoh1z0k6r] {
    font-weight: 800;
    font-size: 1.6rem;
    margin-bottom: 0.35rem;
}

.auth-card .btn-buy[b-qdoh1z0k6r] {
    background: linear-gradient(135deg, #ff4dc1 0%, #7b5cff 100%);
    color: #fff;
    border: none;
    padding: 0.75rem;
    font-weight: 700;
    border-radius: 10px;
}

.auth-card .btn-buy:hover[b-qdoh1z0k6r] { filter: brightness(1.1); color: #fff; }
.auth-card .btn-buy:disabled[b-qdoh1z0k6r] { opacity: 0.6; }
/* _content/VJMapperStore/Pages/Home.razor.rz.scp.css */
.hero[b-x5ftv3nfoy] {
    padding: 6rem 0 4rem;
    text-align: center;
    background:
        radial-gradient(ellipse at 30% 30%, rgba(255, 77, 193, 0.25) 0%, transparent 50%),
        radial-gradient(ellipse at 70% 70%, rgba(123, 92, 255, 0.25) 0%, transparent 50%);
}

.hero h1[b-x5ftv3nfoy] {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    max-width: 900px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, #fff 0%, #c9caff 60%, #ff4dc1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero .lead[b-x5ftv3nfoy] {
    font-size: 1.2rem;
    color: #b6b9cf;
    max-width: 700px;
    margin: 0 auto 2.5rem;
}

.hero-cta[b-x5ftv3nfoy] {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    flex-wrap: wrap;
}

.hero-cta .btn-primary[b-x5ftv3nfoy] {
    background: linear-gradient(135deg, #ff4dc1 0%, #7b5cff 100%);
    border: none;
    padding: 0.75rem 2rem;
}

.featured h2[b-x5ftv3nfoy] {
    font-weight: 700;
    letter-spacing: -0.01em;
}

.product-grid[b-x5ftv3nfoy] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.25rem;
}
/* _content/VJMapperStore/Pages/Login.razor.rz.scp.css */
.auth-card[b-zd1zexc4z6] {
    max-width: 440px;
    margin: 2rem auto;
    padding: 2.5rem 2rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
}

.auth-card h1[b-zd1zexc4z6] {
    font-weight: 800;
    font-size: 1.6rem;
    margin-bottom: 0.35rem;
}

.auth-card .btn-buy[b-zd1zexc4z6] {
    background: linear-gradient(135deg, #ff4dc1 0%, #7b5cff 100%);
    color: #fff;
    border: none;
    padding: 0.75rem;
    font-weight: 700;
    border-radius: 10px;
}

.auth-card .btn-buy:hover[b-zd1zexc4z6] { filter: brightness(1.1); color: #fff; }
/* _content/VJMapperStore/Pages/Plugins.razor.rz.scp.css */
.filter-row[b-5zmu0w0di4] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.chip[b-5zmu0w0di4] {
    padding: 0.4rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #b6b9cf;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.15s ease;
}

.chip:hover[b-5zmu0w0di4] {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.chip-active[b-5zmu0w0di4] {
    background: linear-gradient(135deg, #ff4dc1 0%, #7b5cff 100%);
    color: #fff;
    border-color: transparent;
}

.product-grid[b-5zmu0w0di4] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.25rem;
}
/* _content/VJMapperStore/Pages/ProductDetail.razor.rz.scp.css */
.back-link[b-f67nksts4f] {
    display: inline-block;
    color: #b6b9cf;
    text-decoration: none;
    margin-bottom: 1.25rem;
    font-size: 0.9rem;
}
.back-link:hover[b-f67nksts4f] { color: #fff; }

.detail-grid[b-f67nksts4f] {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 2rem;
}

@media (max-width: 900px) {
    .detail-grid[b-f67nksts4f] { grid-template-columns: 1fr; }
}

.video[b-f67nksts4f] {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 14px;
    background: #0a0c1a;
    object-fit: cover;
}

.video-placeholder[b-f67nksts4f] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.2);
    font-size: 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.thumbs[b-f67nksts4f] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.thumbs img[b-f67nksts4f] {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.info .cat[b-f67nksts4f] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #ff4dc1;
    font-weight: 600;
}

.info h1[b-f67nksts4f] {
    font-size: 2rem;
    font-weight: 800;
    margin: 0.35rem 0 0.75rem;
}

.info .short[b-f67nksts4f] {
    color: #b6b9cf;
    margin-bottom: 1rem;
}

.tags[b-f67nksts4f] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-bottom: 1.5rem;
}

.tag[b-f67nksts4f] {
    font-size: 0.78rem;
    color: #b6b9cf;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
}

.price-box[b-f67nksts4f] {
    padding: 1.2rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    margin-bottom: 1.25rem;
}

.price-box .price[b-f67nksts4f] { font-size: 2rem; font-weight: 800; color: #fff; }
.price-box .price-note[b-f67nksts4f] { font-size: 0.85rem; color: #7b7f98; }

.btn-buy[b-f67nksts4f] {
    background: linear-gradient(135deg, #ff4dc1 0%, #7b5cff 100%);
    color: #fff;
    border: none;
    padding: 0.85rem;
    font-weight: 700;
    border-radius: 10px;
}

.btn-buy:hover[b-f67nksts4f] { filter: brightness(1.1); color: #fff; }
.btn-buy:disabled[b-f67nksts4f] { opacity: 0.6; }

.bullets[b-f67nksts4f] { list-style: none; padding: 0; color: #b6b9cf; font-size: 0.9rem; }
.bullets li[b-f67nksts4f] { padding: 0.35rem 0; position: relative; padding-left: 1.3rem; }
.bullets li[b-f67nksts4f]::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #ff4dc1;
    font-weight: 700;
}

.link-btn[b-f67nksts4f] {
    background: none;
    border: none;
    color: #ff4dc1;
    padding: 0;
    text-decoration: underline;
    cursor: pointer;
    margin-left: 0.25rem;
}
.link-btn:hover[b-f67nksts4f] { color: #ff7fd4; }

.description[b-f67nksts4f] {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.description h2[b-f67nksts4f] { font-size: 1.4rem; font-weight: 700; margin-bottom: 1rem; }
.description p[b-f67nksts4f] { color: #b6b9cf; max-width: 720px; white-space: pre-line; }
/* _content/VJMapperStore/Pages/Register.razor.rz.scp.css */
.auth-card[b-ngtk5dwy9g] {
    max-width: 440px;
    margin: 2rem auto;
    padding: 2.5rem 2rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
}

.auth-card h1[b-ngtk5dwy9g] {
    font-weight: 800;
    font-size: 1.6rem;
    margin-bottom: 0.35rem;
}

.auth-card .form-text[b-ngtk5dwy9g] {
    color: #7b7f98;
    font-size: 0.78rem;
}

.auth-card .btn-buy[b-ngtk5dwy9g] {
    background: linear-gradient(135deg, #ff4dc1 0%, #7b5cff 100%);
    color: #fff;
    border: none;
    padding: 0.75rem;
    font-weight: 700;
    border-radius: 10px;
}

.auth-card .btn-buy:hover[b-ngtk5dwy9g] { filter: brightness(1.1); color: #fff; }
/* _content/VJMapperStore/Pages/ResendConfirmation.razor.rz.scp.css */
.auth-card[b-oyiubvzhf5] {
    max-width: 440px;
    margin: 2rem auto;
    padding: 2.5rem 2rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
}

.auth-card h1[b-oyiubvzhf5] {
    font-weight: 800;
    font-size: 1.6rem;
    margin-bottom: 0.35rem;
}

.auth-card .btn-buy[b-oyiubvzhf5] {
    background: linear-gradient(135deg, #ff4dc1 0%, #7b5cff 100%);
    color: #fff;
    border: none;
    padding: 0.75rem;
    font-weight: 700;
    border-radius: 10px;
}

.auth-card .btn-buy:hover[b-oyiubvzhf5] { filter: brightness(1.1); color: #fff; }
/* _content/VJMapperStore/Pages/ResetPassword.razor.rz.scp.css */
.auth-card[b-akuve6a34c] {
    max-width: 440px;
    margin: 2rem auto;
    padding: 2.5rem 2rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
}

.auth-card h1[b-akuve6a34c] {
    font-weight: 800;
    font-size: 1.6rem;
    margin-bottom: 1.25rem;
}

.auth-card .form-text[b-akuve6a34c] { color: #7b7f98; font-size: 0.78rem; }

.auth-card .btn-buy[b-akuve6a34c] {
    background: linear-gradient(135deg, #ff4dc1 0%, #7b5cff 100%);
    color: #fff;
    border: none;
    padding: 0.75rem;
    font-weight: 700;
    border-radius: 10px;
}

.auth-card .btn-buy:hover[b-akuve6a34c] { filter: brightness(1.1); color: #fff; }
/* _content/VJMapperStore/Pages/Success.razor.rz.scp.css */
.success-card[b-sf7bkunw48] {
    max-width: 560px;
    margin: 3rem auto;
    text-align: center;
    padding: 3rem 2rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 18px;
}

.check[b-sf7bkunw48] {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2ed47a 0%, #1a9e5a 100%);
    color: #fff;
    font-size: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem;
}

.success-card h1[b-sf7bkunw48] { font-weight: 800; font-size: 1.75rem; }
.product-line[b-sf7bkunw48] { margin-top: 1rem; font-size: 1.1rem; }
.product-line .label[b-sf7bkunw48] { color: #7b7f98; margin-right: 0.35rem; }

.btn-buy[b-sf7bkunw48] {
    background: linear-gradient(135deg, #ff4dc1 0%, #7b5cff 100%);
    color: #fff;
    border: none;
    padding: 0.75rem 2rem;
    font-weight: 700;
    border-radius: 10px;
}
.btn-buy:hover[b-sf7bkunw48] { filter: brightness(1.1); color: #fff; }

.muted-link[b-sf7bkunw48] {
    display: inline-block;
    margin-top: 1.5rem;
    color: #7b7f98;
    text-decoration: none;
    font-size: 0.9rem;
}
.muted-link:hover[b-sf7bkunw48] { color: #fff; }
/* _content/VJMapperStore/Shared/ProductCard.razor.rz.scp.css */
.product-card[b-kktawn8spo] {
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.product-card:hover[b-kktawn8spo] {
    transform: translateY(-3px);
    border-color: rgba(255, 77, 193, 0.35);
    box-shadow: 0 8px 30px rgba(123, 92, 255, 0.12);
}

.cover[b-kktawn8spo] {
    position: relative;
    aspect-ratio: 16 / 10;
    background: linear-gradient(135deg, #1a1c35 0%, #0a0c1a 100%);
    overflow: hidden;
}

.cover img[b-kktawn8spo] { width: 100%; height: 100%; object-fit: cover; }

.cover-placeholder[b-kktawn8spo] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.1);
}

.body[b-kktawn8spo] {
    padding: 1.1rem 1.2rem 1.25rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.cat[b-kktawn8spo] {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #ff4dc1;
    margin-bottom: 0.35rem;
    font-weight: 600;
}

.name[b-kktawn8spo] {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
    color: #fff;
}

.short[b-kktawn8spo] {
    font-size: 0.9rem;
    color: #b6b9cf;
    margin: 0 0 1rem;
    flex: 1;
}

.price-row[b-kktawn8spo] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding-top: 0.85rem;
}

.price[b-kktawn8spo] { font-size: 1.25rem; font-weight: 700; color: #fff; }
.btn-link-like[b-kktawn8spo] { font-size: 0.85rem; color: #b6b9cf; }
