/* _content/Dating.BlazorUI/Components/Layouts/AuthorizedLayout.razor.rz.scp.css */

/* _content/Dating.BlazorUI/Components/Layouts/FakeAuthorizedLayout.razor.rz.scp.css */

/* _content/Dating.BlazorUI/Components/Layouts/MainLayout.razor.rz.scp.css */
/* _content/Dating.BlazorUI/Components/Pages/Authorized/AboutMe.razor.rz.scp.css */
.nd-me .nd-container[b-mcqtplfplt]{
    max-width: 980px;
}

.nd-me-head[b-mcqtplfplt]{
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 16px;
    align-items: start;
    margin-bottom: 16px;
}

.nd-me-kicker[b-mcqtplfplt]{
    color: var(--muted);
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-size: 12px;
}

.nd-me-title[b-mcqtplfplt]{
    margin: 6px 0 6px;
    font-size: 34px;
    line-height: 1.1;
}

.nd-me-sub[b-mcqtplfplt]{
    color: var(--muted);
    font-size: 14px;
}

.nd-me-progress[b-mcqtplfplt]{
    padding: 14px 14px 12px;
    border-radius: var(--radius-lg);
}

.nd-me-progress-top[b-mcqtplfplt]{
    display:flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 10px;
}

.nd-me-progress-title[b-mcqtplfplt]{ font-weight: 800; }
.nd-me-progress-count[b-mcqtplfplt]{ color: var(--muted); font-weight: 800; }

.nd-me-progress-bar[b-mcqtplfplt]{
    height: 10px;
    border-radius: 999px;
    background: rgba(17,18,20,.08);
    overflow: hidden;
}

.nd-me-progress-bar-fill[b-mcqtplfplt]{
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--p1), var(--p2));
    box-shadow: 0 10px 26px rgba(91,108,255,.25);
    transition: width .35s ease;
}

.nd-me-progress-hint[b-mcqtplfplt]{
    margin-top: 10px;
    color: var(--muted);
    font-size: 13px;
}

.nd-me-grid[b-mcqtplfplt]{
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.nd-me-q[b-mcqtplfplt]{
    padding: 16px;
    border-radius: var(--radius-xl);
}

.nd-me-q-title[b-mcqtplfplt]{
    font-weight: 900;
    margin-bottom: 12px;
    display:flex;
    gap: 8px;
    align-items: baseline;
}

.nd-me-q-num[b-mcqtplfplt]{
    color: var(--muted);
    font-weight: 900;
}

.nd-me-options[b-mcqtplfplt]{
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.nd-me-options-check[b-mcqtplfplt]{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nd-opt[b-mcqtplfplt]{
    width: 100%;
    display:flex;
    gap: 10px;
    align-items: center;
    text-align: left;
    padding: 12px 12px;
    border-radius: 16px;
    border: 1px solid rgba(17,18,20,.10);
    background: rgba(255,255,255,.75);
    box-shadow: 0 10px 26px rgba(17,18,20,.06);
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.nd-opt:hover[b-mcqtplfplt]{
    transform: translateY(-1px);
    box-shadow: 0 16px 34px rgba(17,18,20,.10);
    border-color: rgba(91,108,255,.28);
}

.nd-opt.is-checked[b-mcqtplfplt]{
    border-color: rgba(91,108,255,.55);
    box-shadow: 0 18px 46px rgba(91,108,255,.18);
    background: rgba(255,255,255,.95);
}

.nd-opt-dot[b-mcqtplfplt]{
    width: 18px;
    height: 18px;
    border-radius: 999px;
    border: 2px solid rgba(17,18,20,.22);
    position: relative;
    flex: 0 0 18px;
}

.nd-opt-radio.is-checked .nd-opt-dot[b-mcqtplfplt]{
    border-color: rgba(91,108,255,.70);
}
.nd-opt-radio.is-checked .nd-opt-dot[b-mcqtplfplt]::after{
    content:"";
    position:absolute;
    inset: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--p1), var(--p2));
}

.nd-opt-box[b-mcqtplfplt]{
    width: 18px;
    height: 18px;
    border-radius: 6px;
    border: 2px solid rgba(17,18,20,.22);
    position: relative;
    flex: 0 0 18px;
}

.nd-opt-check.is-checked .nd-opt-box[b-mcqtplfplt]{
    border-color: rgba(91,108,255,.70);
    background: linear-gradient(90deg, var(--p1), var(--p2));
}
.nd-opt-check.is-checked .nd-opt-box[b-mcqtplfplt]::after{
    content:"";
    position:absolute;
    left: 5px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg);
}

.nd-opt-text[b-mcqtplfplt]{
    font-weight: 700;
    color: var(--ink);
}

.nd-me-footer[b-mcqtplfplt]{
    margin-top: 14px;
    padding: 14px;
    border-radius: var(--radius-xl);
    display:flex;
    align-items:center;
    justify-content: space-between;
    gap: 12px;
}

.nd-me-footer-title[b-mcqtplfplt]{ font-weight: 900; }
.nd-me-footer-sub[b-mcqtplfplt]{ color: var(--muted); font-size: 13px; }

.nd-btn[b-mcqtplfplt]{
    display:inline-flex;
    align-items:center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 16px;
    border: 0;
    cursor: pointer;
    font-weight: 900;
}

.nd-btn[disabled][b-mcqtplfplt]{
    opacity: .55;
    cursor: not-allowed;
    transform: none !important;
}

.nd-btn-primary[b-mcqtplfplt]{
    color: #fff;
    background: linear-gradient(90deg, var(--p1), var(--p2));
    box-shadow: 0 16px 40px rgba(91,108,255,.22);
    transition: transform .15s ease, box-shadow .15s ease;
}

.nd-btn-primary:hover[b-mcqtplfplt]{
    transform: translateY(-1px);
    box-shadow: 0 20px 52px rgba(91,108,255,.28);
}

.nd-btn-badge[b-mcqtplfplt]{
    background: rgba(255,255,255,.22);
    padding: 4px 8px;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1;
}

.nd-spinner[b-mcqtplfplt]{
    width: 14px;
    height: 14px;
    border-radius: 999px;
    border: 2px solid rgba(255,255,255,.35);
    border-top-color: rgba(255,255,255,1);
    animation: ndspin-b-mcqtplfplt .8s linear infinite;
}

@keyframes ndspin-b-mcqtplfplt { to { transform: rotate(360deg);} }

/* Modal */
.nd-modal-backdrop[b-mcqtplfplt]{
    position: fixed;
    inset: 0;
    background: rgba(17,18,20,.45);
    display:flex;
    align-items:center;
    justify-content:center;
    padding: 16px;
    z-index: 9999;
}

.nd-modal[b-mcqtplfplt]{
    width: min(420px, 100%);
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 28px 90px rgba(17,18,20,.25);
    padding: 18px;
    text-align:center;
}

.nd-modal-icon[b-mcqtplfplt]{
    font-size: 34px;
    margin-bottom: 8px;
}

.nd-modal-title[b-mcqtplfplt]{
    font-weight: 1000;
    font-size: 22px;
    margin-bottom: 6px;
}

.nd-modal-sub[b-mcqtplfplt]{
    color: var(--muted);
    font-size: 14px;
    margin-bottom: 14px;
}

.nd-modal-btn[b-mcqtplfplt]{ width: 100%; justify-content:center; }

@media (max-width: 880px){
    .nd-me-head[b-mcqtplfplt]{ grid-template-columns: 1fr; }
    .nd-me-options-check[b-mcqtplfplt]{ grid-template-columns: 1fr; }
    .nd-me-title[b-mcqtplfplt]{ font-size: 28px; }
    .nd-me-footer[b-mcqtplfplt]{ flex-direction: column; align-items: stretch; }
}
/* _content/Dating.BlazorUI/Components/Pages/Authorized/FakeUserProfile.razor.rz.scp.css */
/* ===== FakeUser profile page ===== */
.nd-prof-top[b-tle7atvz5x]{ display:flex; align-items:center; gap:12px; }
.nd-prof-back[b-tle7atvz5x]{
    border:0; background:transparent; cursor:pointer;
    display:flex; align-items:center; gap:10px;
    font-weight:900; color: rgba(17,18,20,.70);
}
.nd-prof-back i[b-tle7atvz5x]{ color: rgba(91,108,255,.95); }

.nd-prof-title[b-tle7atvz5x]{ display:flex; align-items:center; gap:8px; font-weight:1000;     margin-left: 14px;
    margin-bottom: 14px;}
.nd-prof-name[b-tle7atvz5x]{ font-size: 26px; color: rgba(17,18,20,.88); }
.nd-prof-age[b-tle7atvz5x]{ font-size: 18px; color: rgba(17,18,20,.60); }
.nd-prof-dot[b-tle7atvz5x]{ width:8px; height:8px; border-radius:999px; background:#26b15f; display:inline-block; }

.nd-prof-card[b-tle7atvz5x]{ overflow:hidden; }

.nd-prof-grid[b-tle7atvz5x]{
    display:grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 18px;
    align-items:start;
}

.nd-prof-hero[b-tle7atvz5x]{
    border-radius: 18px;
    overflow:hidden;
    border: 1px solid rgba(17,18,20,.10);
    background: rgba(17,18,20,.04);
    box-shadow: var(--shadow-2);
    min-height: 320px;
    cursor: pointer;
}
.nd-prof-hero img[b-tle7atvz5x]{ width:100%; height:100%; object-fit:cover; display:block; }
.nd-prof-ph[b-tle7atvz5x]{ min-height:320px; display:grid; place-items:center; font-size:44px; color: rgba(17,18,20,.28); }

.nd-prof-th[b-tle7atvz5x]{ margin-top: 14px; }
.nd-prof-th-title[b-tle7atvz5x]{ font-weight:1000; margin-bottom:10px; color: rgba(17,18,20,.85); }
.nd-prof-th-grid[b-tle7atvz5x]{
    display:grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 10px;
}
.nd-prof-th-item[b-tle7atvz5x]{
    border:0; padding:0; cursor:pointer;
    border-radius: 14px; overflow:hidden;
    background: rgba(17,18,20,.06);
    border: 1px solid rgba(17,18,20,.10);
    height: 150px;
}
.nd-prof-th-item img[b-tle7atvz5x]{ width:100%; height:100%; object-fit:cover; display:block; }

.nd-prof-info[b-tle7atvz5x]{
    border-radius: 18px;
    border: 1px solid rgba(17,18,20,.10);
    background: rgba(255,255,255,.82);
    box-shadow: var(--shadow-2);
    padding: 14px;
    display:grid;
    gap: 10px;
}
.nd-prof-row[b-tle7atvz5x]{ display:flex; align-items:center; gap: 10px; }
.nd-prof-ic[b-tle7atvz5x]{
    width: 34px; height: 34px; border-radius: 14px;
    display:grid; place-items:center;
    background: rgba(91,108,255,.08);
    border: 1px solid rgba(91,108,255,.16);
    color: rgba(91,108,255,.95);
}
.nd-prof-val[b-tle7atvz5x]{ font-weight:900; color: rgba(17,18,20,.74); }
.nd-prof-link[b-tle7atvz5x]{ font-weight:1000; color: rgba(91,108,255,.95); text-decoration: underline; cursor:pointer; }
.nd-prof-hint[b-tle7atvz5x]{ font-size: 12px; color: rgba(17,18,20,.45); font-weight:900; }

.nd-prof-about[b-tle7atvz5x]{ margin-top: 16px; }
.nd-prof-about-title[b-tle7atvz5x]{ font-weight:1000; color: rgba(17,18,20,.85); margin-bottom:10px; }
.nd-prof-about-box[b-tle7atvz5x]{
    border-radius: 18px;
    border: 1px solid rgba(17,18,20,.10);
    background: rgba(255,255,255,.82);
    padding: 14px;
    font-weight:800;
    color: rgba(17,18,20,.72);
    box-shadow: var(--shadow-2);
}
.nd-prof-muted[b-tle7atvz5x]{ color: rgba(17,18,20,.45); }

/* responsive */
@media (max-width: 980px){
    .nd-prof-grid[b-tle7atvz5x]{ grid-template-columns: 1fr; }
    .nd-prof-th-grid[b-tle7atvz5x]{ grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 560px){
    .nd-prof-th-grid[b-tle7atvz5x]{ grid-template-columns: repeat(2, 1fr); }
}

/* ===== Photo viewer modal ===== */
.nd-photo-modal[b-tle7atvz5x]{ max-width: min(980px, calc(100vw - 30px)); }
.nd-photo-inner[b-tle7atvz5x]{ padding: 16px; }

.nd-photo-stage[b-tle7atvz5x]{
    display:grid;
    grid-template-columns: 44px 1fr 44px;
    gap: 10px;
    align-items:center;
}
.nd-photo-img[b-tle7atvz5x]{
    border-radius: 18px;
    overflow:hidden;
    border: 1px solid rgba(17,18,20,.10);
    background: rgba(17,18,20,.04);
    min-height: 380px;
}
.nd-photo-img img[b-tle7atvz5x]{ width:100%; height:100%; object-fit:cover; display:block; }

.nd-photo-nav[b-tle7atvz5x]{
    height: 44px; width: 44px; border-radius: 16px;
    border: 1px solid rgba(17,18,20,.10);
    background: rgba(255,255,255,.82);
    cursor:pointer;
    display:grid; place-items:center;
    color: rgba(17,18,20,.70);
}
.nd-photo-nav:disabled[b-tle7atvz5x]{ opacity:.45; cursor:not-allowed; }

.nd-photo-meta[b-tle7atvz5x]{
    margin-top: 12px;
    display:flex;
    align-items:center;
    justify-content: space-between;
    gap: 10px;
}
.nd-photo-likes[b-tle7atvz5x]{
    display:flex; align-items:center; gap: 8px;
    font-weight:1000;
    color: rgba(17,18,20,.74);
}
.nd-photo-likes i[b-tle7atvz5x]{ color: rgba(255,91,200,.95); }

.nd-photo-likebtn[b-tle7atvz5x]{
    height: 44px;
    padding: 0 14px;
    border-radius: 999px;
    border: 0;
    cursor:pointer;
    font-weight:1000;
    color: #fff;
    background: linear-gradient(90deg, var(--p1), var(--p2));
    box-shadow: 0 16px 40px rgba(91,108,255,.20);
    display:flex; align-items:center; gap: 10px;
}
.nd-photo-likebtn:disabled[b-tle7atvz5x]{ opacity:.7; cursor:not-allowed; }

.nd-photo-strip[b-tle7atvz5x]{
    margin-top: 12px;
    display:flex;
    gap: 10px;
    overflow:auto;
    padding-bottom: 4px;
}
.nd-photo-thumb[b-tle7atvz5x]{
    border: 1px solid rgba(17,18,20,.10);
    background: rgba(17,18,20,.04);
    border-radius: 14px;
    overflow:hidden;
    width: 86px;
    height: 60px;
    cursor:pointer;
    padding:0;
    flex: 0 0 auto;
}
.nd-photo-thumb img[b-tle7atvz5x]{ width:100%; height:100%; object-fit:cover; display:block; }
.nd-photo-thumb.is-active[b-tle7atvz5x]{
    border-color: rgba(91,108,255,.55);
    box-shadow: 0 0 0 6px rgba(91,108,255,.10);
}
@media (max-width: 560px){
    .nd-photo-stage[b-tle7atvz5x]{ grid-template-columns: 40px 1fr 40px; }
    .nd-photo-img[b-tle7atvz5x]{ min-height: 300px; }
}

.nd-prof-actions[b-tle7atvz5x]{
    display:flex;
    gap:10px;
    margin-bottom: 12px;
}
.nd-prof-like[b-tle7atvz5x]{
    flex: 0 0 auto;
    height: 44px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(255,91,200,.35);
    background: rgba(255,91,200,.10);
    color: rgba(255,91,200,.95);
    font-weight: 1000;
    cursor:pointer;
    display:flex; align-items:center; gap:10px;
}
.nd-prof-like:hover[b-tle7atvz5x]{ background: rgba(255,91,200,.14); }
.nd-prof-like:disabled[b-tle7atvz5x]{ opacity:.6; cursor:not-allowed; }

.nd-prof-msg[b-tle7atvz5x]{
    flex: 1;
    height: 44px;
    padding: 0 14px;
    border-radius: 999px;
    border: 0;
    color: #fff;
    font-weight: 1000;
    cursor:pointer;
    background: linear-gradient(90deg, var(--p1), var(--p2));
    box-shadow: 0 16px 40px rgba(91,108,255,.20);
    display:flex; align-items:center; justify-content:center; gap:10px;
}
.nd-prof-msg:hover[b-tle7atvz5x]{ transform: translateY(-1px); }



.nd-prof-q[b-tle7atvz5x]{
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid rgba(17,18,20,.08);
}
.nd-prof-q-title[b-tle7atvz5x]{
    font-weight: 950;
    color: rgba(17,18,20,.86);
    font-size: 14px;
    margin-bottom: 10px;
}

.nd-q-grid[b-tle7atvz5x]{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.nd-q-card[b-tle7atvz5x]{
    border-radius: 18px;
    border: 1px solid rgba(17,18,20,.10);
    background: rgba(255,255,255,.78);
    padding: 12px 12px;
    box-shadow: 0 10px 26px rgba(17,18,20,.06);
}
.nd-q-card-wide[b-tle7atvz5x]{
    grid-column: 1 / -1;
}

.nd-q-h[b-tle7atvz5x]{
    font-weight: 950;
    font-size: 12px;
    color: rgba(17,18,20,.65);
    margin-bottom: 8px;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.nd-q-row[b-tle7atvz5x]{
    display:grid;
    grid-template-columns: 140px 1fr;
    gap: 10px;
    align-items: start;
    padding: 6px 0;
    border-bottom: 1px dashed rgba(17,18,20,.08);
}
.nd-q-row:last-child[b-tle7atvz5x]{ border-bottom: 0; padding-bottom: 0; }

.nd-q-k[b-tle7atvz5x]{
    font-size: 12px;
    font-weight: 900;
    color: rgba(17,18,20,.50);
}
.nd-q-v[b-tle7atvz5x]{
    font-size: 13px;
    font-weight: 850;
    color: rgba(17,18,20,.78);
    min-width: 0;
}

.nd-q-tags[b-tle7atvz5x]{
    display:flex;
    flex-wrap: wrap;
    gap: 6px;
}
.nd-q-tag[b-tle7atvz5x]{
    display:inline-flex;
    align-items:center;
    padding: 6px 10px;
    border-radius: 999px;
    font-weight: 900;
    font-size: 12px;
    color: rgba(17,18,20,.75);
    background: rgba(91,108,255,.08);
    border: 1px solid rgba(91,108,255,.14);
}

.nd-q-notes[b-tle7atvz5x]{
    font-weight: 800;
    color: rgba(17,18,20,.75);
    line-height: 1.55;
    font-size: 13px;
}

@media (max-width: 860px){
    .nd-q-grid[b-tle7atvz5x]{ grid-template-columns: 1fr; }
    .nd-q-row[b-tle7atvz5x]{ grid-template-columns: 1fr; gap: 6px; }
}

.nd-msg-overlay[b-tle7atvz5x]{ align-items: center; }

/* modal */
.nd-msg-modal[b-tle7atvz5x]{
    width: min(720px, calc(100vw - 24px));
    border-radius: var(--radius-xl);
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(17,18,20,.10);
    box-shadow: 0 24px 80px rgba(17,18,20,.18);
    position: relative;
    overflow: hidden;

    /* РµСЃР»Рё РєРѕРЅС‚РµРЅС‚Р° РјРЅРѕРіРѕ - СЃРєСЂРѕР»Р» РІРЅСѓС‚СЂРё РјРѕРґР°Р»РєРё, Р° РЅРµ СЃС‚СЂР°РЅРёС†С‹ */
    max-height: min(86vh, 820px);
    display:flex;
    flex-direction: column;
}

.nd-msg-x[b-tle7atvz5x]{
    position:absolute;
    right: 12px;
    top: 10px;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid rgba(17,18,20,.10);
    background: rgba(255,255,255,.85);
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    color: rgba(17,18,20,.55);
}

.nd-msg-head[b-tle7atvz5x]{
    padding: 18px 20px 10px 20px;
    text-align:center;
    display: block;
}
.nd-msg-title[b-tle7atvz5x]{
    font-size: 26px;
    font-weight: 950;
    color: rgba(17,18,20,.86);
    line-height: 1.15;
}
.nd-msg-sub[b-tle7atvz5x]{
    margin-top: 8px;
    font-weight: 900;
    color: rgba(17,18,20,.55);
    font-size: 14px;
    line-height: 1.4;
}

.nd-msg-body[b-tle7atvz5x]{
    padding: 12px 18px 18px 18px;
    overflow: auto;
}

.nd-msg-textarea[b-tle7atvz5x]{
    min-height: 140px;
    resize: none;
    width: 100%;
}

.nd-msg-tools[b-tle7atvz5x]{
    margin-top: 8px;
    display:flex;
    align-items:center;
    justify-content: space-between;
    gap: 10px;
}

.nd-msg-tool[b-tle7atvz5x]{
    width: 42px;
    height: 42px;
    border-radius: 14px;
    border: 1px solid rgba(17,18,20,.12);
    background: rgba(255,255,255,.88);
    cursor:pointer;
    display:grid;
    place-items:center;
}
.nd-msg-tool:hover[b-tle7atvz5x]{
    background: rgba(91,108,255,.06);
    border-color: rgba(91,108,255,.20);
}

.nd-msg-counter[b-tle7atvz5x]{
    font-size: 12px;
    font-weight: 900;
    color: rgba(17,18,20,.45);
}

.nd-emoji-pop[b-tle7atvz5x]{
    margin-top: 10px;
    display: block;
    border-radius: 18px;
    border: 1px solid rgba(17,18,20,.10);
    overflow: hidden;
    background: rgba(255,255,255,.92);
    box-shadow: 0 18px 60px rgba(17,18,20,.14);
}

/* Emoji picker look */
.nd-emoji-picker[b-tle7atvz5x]{
    width: 100%;
    height: 320px;
}

/* actions */
.nd-msg-actions[b-tle7atvz5x]{
    display:flex;
    justify-content:center;
    padding-top: 10px;
}

.nd-warn-success[b-tle7atvz5x]{
    width: min(420px, calc(100vw - 26px));
    border: 1px solid rgba(38,177,95,.25);
    background:
        radial-gradient(120% 120% at 0% 0%, rgba(38,177,95,.14), transparent 44%),
        rgba(255,255,255,.98);
    box-shadow: 0 24px 70px rgba(38,177,95,.18), 0 16px 48px rgba(17,18,20,.12);
    text-align: center;
    animation: ndSuccessPop-b-tle7atvz5x .22s ease-out;
}

.nd-warn-success .nd-warn-title[b-tle7atvz5x]{
    color: rgba(19,140,74,.98);
    font-size: 26px;
    position: relative;
}

.nd-warn-success .nd-warn-title[b-tle7atvz5x]::before{
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: block;
    margin: 2px auto 8px;
    font-size: 30px;
    color: rgba(38,177,95,.98);
}

.nd-warn-success .nd-warn-text[b-tle7atvz5x]{
    color: rgba(17,18,20,.66);
}

@keyframes ndSuccessPop-b-tle7atvz5x{
    from{
        opacity: 0;
        transform: translateY(8px) scale(.97);
    }
    to{
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* _content/Dating.BlazorUI/Components/Pages/Authorized/Matches.razor.rz.scp.css */
/* Tabs */
.nd-mtabs[b-a8zt5m7qfo]{
    display:flex;
    gap: 22px;
    align-items:center;
    padding: 10px 4px 2px;
    border-bottom: 1px solid rgba(17,18,20,.08);
    margin-bottom: 12px;
}
.nd-mtab[b-a8zt5m7qfo]{
    position:relative;
    border:0;
    background:transparent;
    padding: 10px 2px 12px;
    cursor:pointer;
    font-weight: 900;
    color: rgba(17,18,20,.55);
}
.nd-mtab.is-active[b-a8zt5m7qfo]{
    color: rgba(17,18,20,.88);
}
.nd-mtab.is-active[b-a8zt5m7qfo]::after{
    content:"";
    position:absolute;
    left:0; right:0; bottom:-1px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--p1), var(--p2));
}
.nd-mtab-badge[b-a8zt5m7qfo]{
    display:inline-grid;
    place-items:center;
    margin-left: 8px;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    border-radius: 999px;
    background: rgba(255,91,200,.95);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}

/* blink (badge) */
@media (prefers-reduced-motion: no-preference){
    .nd-blink[b-a8zt5m7qfo]{
        animation: nd-blink-b-a8zt5m7qfo 1.2s ease-in-out infinite;
    }
    @keyframes nd-blink-b-a8zt5m7qfo{
        0%,100%{ transform: scale(1); filter: brightness(1); }
        50%{ transform: scale(1.08); filter: brightness(1.08); }
    }
}

/* meta row */
.nd-mmeta[b-a8zt5m7qfo]{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin: 10px 0 14px;
}
.nd-mmeta-left[b-a8zt5m7qfo]{
    display:flex;
    align-items:center;
    gap: 10px;
}
.nd-mmeta-count[b-a8zt5m7qfo]{
    color: rgba(17,18,20,.55);
    font-weight: 800;
}
.nd-mmeta-dot[b-a8zt5m7qfo]{
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(38,177,95,.95);
    box-shadow: 0 0 0 6px rgba(38,177,95,.12);
}
.nd-mmeta-live[b-a8zt5m7qfo]{
    font-size: 12px;
    font-weight: 900;
    color: rgba(38,177,95,.95);
}

.nd-mmeta-refresh[b-a8zt5m7qfo]{
    border: 1px solid rgba(17,18,20,.12);
    background: rgba(255,255,255,.85);
    height: 36px;
    border-radius: 999px;
    padding: 0 12px;
    font-weight: 900;
    color: rgba(17,18,20,.70);
    cursor:pointer;
    display:flex;
    gap: 8px;
    align-items:center;
}
.nd-mmeta-refresh:hover[b-a8zt5m7qfo]{
    background: rgba(91,108,255,.06);
    border-color: rgba(91,108,255,.20);
}

/* list */
.nd-matches-list[b-a8zt5m7qfo]{
    display:grid;
    gap: 14px;
    padding-top: 8px;
}

/* card */
.nd-mcard[b-a8zt5m7qfo]{
    width: 100%;
    display:grid;
    grid-template-columns: 78px 1fr 32px;
    align-items:center;
    gap: 12px;
    border-radius: 18px;
    border: 1px solid rgba(17,18,20,.10);
    background: rgba(255,255,255,.92);
    padding: 12px 14px;
    box-shadow: 0 12px 34px rgba(17,18,20,.12);
    cursor:pointer;
    text-align:left;
}
.nd-mcard:hover[b-a8zt5m7qfo]{
    transform: translateY(-1px);
    box-shadow: 0 16px 44px rgba(17,18,20,.14);
}
.nd-mcard-ava[b-a8zt5m7qfo]{
    width: 56px;
    height: 56px;
    border-radius: 999px;
    overflow:hidden;
    border: 1px solid rgba(17,18,20,.10);
    background: rgba(17,18,20,.06);
    display:grid;
    place-items:center;
}
.nd-mcard-ava img[b-a8zt5m7qfo]{ width:100%; height:100%; object-fit:cover; display:block; }
.nd-mcard-ava-ph[b-a8zt5m7qfo]{ color: rgba(17,18,20,.35); font-size: 20px; }

.nd-mcard-name[b-a8zt5m7qfo]{
    font-weight: 1000;
    color: rgba(17,18,20,.86);
}
.nd-mcard-sub[b-a8zt5m7qfo]{
    margin-top: 3px;
    color: rgba(17,18,20,.55);
    font-weight: 800;
    font-size: 12px;
}
.nd-mcard-ic[b-a8zt5m7qfo]{
    display:grid;
    place-items:center;
    color: rgba(17,18,20,.35);
}

.nd-m-sentinel[b-a8zt5m7qfo]{ height: 1px; }

.nd-more[b-a8zt5m7qfo]{
    display:flex;
    align-items:center;
    justify-content:center;
    gap: 10px;
    color: rgba(17,18,20,.55);
    font-weight: 900;
    padding: 10px 0;
}

/* empty */
.nd-empty[b-a8zt5m7qfo]{
    padding: 26px 6px;
    text-align:center;
}
.nd-empty-title[b-a8zt5m7qfo]{
    font-weight: 1000;
    color: rgba(17,18,20,.80);
}
.nd-empty-sub[b-a8zt5m7qfo]{
    margin-top: 6px;
    color: rgba(17,18,20,.55);
    font-weight: 800;
}
/* _content/Dating.BlazorUI/Components/Pages/Authorized/Messages.razor.rz.scp.css */

/* _content/Dating.BlazorUI/Components/Pages/Authorized/Profile.razor.rz.scp.css */

.nd-city-box[b-o6mfza4lf8] {
    position: relative;
}

.nd-city-input[b-o6mfza4lf8] {
    padding-right: 40px;
}

.nd-city-spin[b-o6mfza4lf8] {
    position: absolute;
    right: 14px;
    top: 50%;
    width: 16px;
    height: 16px;
    border-radius: 999px;
    border: 2px solid rgba(91, 108, 255, 0.2);
    border-top-color: rgba(91, 108, 255, 0.95);
    transform: translateY(-50%);
    animation: nd-city-spin-b-o6mfza4lf8 0.8s linear infinite;
}

.nd-city-dropdown[b-o6mfza4lf8] {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 8px);
    z-index: 35;
    border-radius: 16px;
    border: 1px solid rgba(17, 18, 20, 0.1);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 16px 40px rgba(17, 18, 20, 0.16);
    padding: 6px;
    max-height: 300px;
    overflow: auto;
    backdrop-filter: blur(8px);
}

.nd-city-item[b-o6mfza4lf8] {
    width: 100%;
    border: 0;
    text-align: left;
    border-radius: 12px;
    background: transparent;
    padding: 10px 12px;
    cursor: pointer;
    display: grid;
    gap: 2px;
}

.nd-city-item:hover[b-o6mfza4lf8] {
    background: linear-gradient(90deg, rgba(91, 108, 255, 0.1), rgba(255, 91, 200, 0.08));
}

.nd-city-item-main[b-o6mfza4lf8] {
    font-weight: 900;
    color: rgba(17, 18, 20, 0.88);
}

.nd-city-item-sub[b-o6mfza4lf8] {
    font-size: 12px;
    font-weight: 700;
    color: rgba(17, 18, 20, 0.56);
}

.nd-city-empty[b-o6mfza4lf8] {
    padding: 12px;
    font-weight: 700;
    color: rgba(17, 18, 20, 0.55);
}

@keyframes nd-city-spin-b-o6mfza4lf8 {
    to {
        transform: translateY(-50%) rotate(360deg);
    }
}
/* _content/Dating.BlazorUI/Components/Pages/Authorized/Search.razor.rz.scp.css */
/* ===== Search page ===== */
.nd-search-wrap[b-invd0v599f]{ display:grid; gap: 16px; }

.nd-search-stage[b-invd0v599f]{
    position: relative;
    height: 520px;
}
.nd-card[b-invd0v599f]{
    position:absolute;
    inset:0;
    border-radius: var(--radius-xl);
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(17,18,20,.10);
    box-shadow: var(--shadow-2);
    overflow:hidden;
    transform: translateY(calc(var(--depth) * 10px)) scale(calc(1 - (var(--depth) * 0.02)));
    transition: transform .22s ease, opacity .22s ease;
}
.nd-card.is-under[b-invd0v599f]{ opacity: 0; }
.nd-card.is-top[b-invd0v599f]{ opacity: 1; }

.nd-card-media[b-invd0v599f]{ position: relative; width:100%; height:100%;
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent;

    transform: translateZ(0);
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
    box-shadow: 0 12px 34px rgba(17,18,20,.12);}
.nd-card-media img[b-invd0v599f]{ width:100%; height:100%; object-fit: cover; display:block; transform: scale(1);
    transition: transform .38s ease, filter .28s ease;}

/* лёгкая обводка/свечение */
.nd-card-media[b-invd0v599f]::after{
    content:"";
    position:absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    border: 1px solid rgba(17,18,20,.10);
    transition: border-color .18s ease, box-shadow .18s ease, opacity .18s ease;
    opacity: 1;
}

/* "shine" */
.nd-card-media[b-invd0v599f]::before{
    content:"";
    position:absolute;
    inset:-40%;
    pointer-events:none;
    background: radial-gradient(circle at 30% 20%,
    rgba(255,255,255,.45),
    rgba(255,255,255,0) 55%);
    transform: translateX(-18%) rotate(8deg);
    opacity: 0;
    transition: opacity .18s ease, transform .38s ease;
}

.nd-card-media:hover[b-invd0v599f]{
    transform: translateY(-3px);
    box-shadow: 0 18px 50px rgba(17,18,20,.16);
}

.nd-card-media:hover[b-invd0v599f]::before{
    opacity: .9;
    transform: translateX(0%) rotate(8deg);
}

.nd-card-media:hover[b-invd0v599f]::after{
    border-color: rgba(91,108,255,.28);
    box-shadow: 0 0 0 6px rgba(91,108,255,.10);
}

.nd-card-media:hover img[b-invd0v599f]{
    transform: scale(1.035);
    filter: saturate(1.06) contrast(1.02);
}

.nd-card-media:active[b-invd0v599f]{
    transform: translateY(-1px) scale(.995);
}

/* клавиатурный фокус */
.nd-card-media:focus-visible[b-invd0v599f]{
    outline: none;
}
.nd-card-media:focus-visible[b-invd0v599f]::after{
    border-color: rgba(91,108,255,.45);
    box-shadow: 0 0 0 8px rgba(91,108,255,.14);
}

/* мобилка: без "подпрыгивания" */
@media (hover: none){
    .nd-card-media:hover[b-invd0v599f]{ transform:none; }
    .nd-card-media:hover img[b-invd0v599f]{ transform:none; filter:none; }
    .nd-card-media:hover[b-invd0v599f]::before{ opacity:0; }
}

.nd-card-ph[b-invd0v599f]{
    width:100%;
    height:100%;
    display:grid;
    place-items:center;
    background: rgba(17,18,20,.06);
    color: rgba(17,18,20,.35);
    font-size: 44px;
}

.nd-card-gradient[b-invd0v599f]{
    position:absolute;
    left:0; right:0; bottom:0;
    height: 52%;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.62) 100%);
    pointer-events:none;
}

.nd-card-info[b-invd0v599f]{
    position:absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    color: rgba(255,255,255,.96);
    display:grid;
    gap: 8px;
}
.nd-card-name[b-invd0v599f]{
    display:flex;
    gap: 10px;
    align-items: baseline;
    font-weight: 950;
    font-size: 26px;
    letter-spacing: .01em;
}
.nd-card-age[b-invd0v599f]{
    font-weight: 900;
    font-size: 18px;
    opacity: .9;
}
.nd-card-city[b-invd0v599f]{
    display:flex;
    gap: 8px;
    align-items:center;
    font-weight: 800;
    opacity:.92;
}
.nd-card-city i[b-invd0v599f]{ opacity:.95; }

.nd-card-tags[b-invd0v599f]{ display:flex; gap: 8px; flex-wrap: wrap; }
.nd-tag[b-invd0v599f]{
    display:inline-flex;
    height: 26px;
    align-items:center;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.20);
    font-size: 12px;
    font-weight: 900;
}

.nd-search-actions[b-invd0v599f]{
    display:flex;
    justify-content:center;
    gap: 14px;
    padding-top: 6px;
}
.nd-act[b-invd0v599f]{
    width: 56px;
    height: 56px;
    border-radius: 999px;
    border: 1px solid rgba(17,18,20,.10);
    background: rgba(255,255,255,.85);
    box-shadow: 0 16px 40px rgba(17,18,20,.10);
    display:grid;
    place-items:center;
    cursor:pointer;
    transition: transform .15s ease, box-shadow .15s ease;
}
.nd-act i[b-invd0v599f]{ font-size: 20px; }

.nd-act:hover[b-invd0v599f]{
    transform: translateY(-2px);
    box-shadow: 0 22px 54px rgba(17,18,20,.14);
}
.nd-act:disabled[b-invd0v599f]{ opacity: .55; cursor:not-allowed; transform:none; }

.nd-act-no[b-invd0v599f]{
    border-color: rgba(255,91,200,.25);
}
.nd-act-no i[b-invd0v599f]{
    color: rgba(255,91,200,.95);
}

.nd-act-yes[b-invd0v599f]{
    border-color: rgba(91,108,255,.25);
    background: linear-gradient(90deg, rgba(91,108,255,.92), rgba(255,91,200,.92));
    color: white;
    border: 0;
}
.nd-act-yes i[b-invd0v599f]{ color: rgba(255,255,255,.96); }

.nd-act-ghost[b-invd0v599f]{
    background: rgba(255,255,255,.70);
}
.nd-act-ghost i[b-invd0v599f]{ color: rgba(17,18,20,.60); }

/* toast label */
.nd-swipe-toast[b-invd0v599f]{
    position:absolute;
    top: 16px;
    left: 16px;
    padding: 10px 12px;
    border-radius: 14px;
    font-weight: 950;
    letter-spacing: .04em;
    background: rgba(255,255,255,.88);
    color: rgba(17,18,20,.78);
    border: 1px solid rgba(17,18,20,.10);
    box-shadow: 0 10px 30px rgba(17,18,20,.12);
}

/* swipe animations */
.nd-card.swipe-left[b-invd0v599f]{ animation: nd-swipe-left-b-invd0v599f .22s ease forwards; }
.nd-card.swipe-right[b-invd0v599f]{ animation: nd-swipe-right-b-invd0v599f .22s ease forwards; }

@keyframes nd-swipe-left-b-invd0v599f{
    to{ transform: translateX(-24px) rotate(-4deg); opacity: 0; }
}
@keyframes nd-swipe-right-b-invd0v599f{
    to{ transform: translateX(24px) rotate(4deg); opacity: 0; }
}

@media (max-width: 560px){
    .nd-search-stage[b-invd0v599f]{ height: 470px; }
    .nd-card-name[b-invd0v599f]{ font-size: 22px; }
}

/* ===== Match modal ===== */
.nd-match-modal[b-invd0v599f]{ max-width: 520px; }
.nd-match-inner[b-invd0v599f]{ text-align:center; }

.nd-match-title[b-invd0v599f]{
    font-size: 28px;
    font-weight: 950;
    margin-top: 4px;
}
.nd-match-sub[b-invd0v599f]{
    margin-top: 6px;
    color: rgba(17,18,20,.62);
    font-weight: 800;
}

.nd-match-avatars[b-invd0v599f]{
    margin-top: 18px;
    display:flex;
    justify-content:center;
    align-items:center;
    gap: 14px;
    margin-bottom: 28px;
}
.nd-match-a[b-invd0v599f], .nd-match-b[b-invd0v599f]{
    width: 96px; height: 96px;
    border-radius: 999px;
    overflow:hidden;
    border: 1px solid rgba(17,18,20,.10);
    box-shadow: 0 16px 40px rgba(17,18,20,.12);
    background: rgba(17,18,20,.05);
    display:grid;
    place-items:center;
}
.nd-match-a img[b-invd0v599f], .nd-match-b img[b-invd0v599f]{
    width:100%; height:100%; object-fit:cover; display:block;
}
.nd-match-ph[b-invd0v599f]{
    width:100%; height:100%;
    display:grid; place-items:center;
    color: rgba(17,18,20,.35);
    font-size: 28px;
}

.nd-match-heart[b-invd0v599f]{
    width: 54px; height: 54px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(91,108,255,.92), rgba(255,91,200,.92));
    color: white;
    display:grid;
    place-items:center;
    box-shadow: 0 18px 60px rgba(91,108,255,.22);
}
.nd-match-heart i[b-invd0v599f]{ font-size: 18px; }

.nd-match-btn[b-invd0v599f]{
    display:flex;
    gap: 10px;
    justify-content:center;
    align-items:center;
}
.nd-match-actions[b-invd0v599f]{
    display: flex;
    justify-content: center;
}
.nd-match-actions .nd-match-btn[b-invd0v599f]{
    width: min(340px, 100%);
}
/* _content/Dating.BlazorUI/Components/Pages/Authorized/Settings.razor.rz.scp.css */
/* Settings blocks reuse profile card styles */
.nd-set-section[b-k2a5zg12n1]{
    padding: 6px 0;
}

.nd-set-title[b-k2a5zg12n1]{
    font-weight: 900;
    font-size: 16px;
    color: rgba(17,18,20,.85);
    margin-bottom: 10px;
}

.nd-set-divider[b-k2a5zg12n1]{
    height: 1px;
    background: rgba(17,18,20,.08);
    margin: 18px 0;
}

/* Toggle row */
.nd-set-toggle-row[b-k2a5zg12n1]{
    display:flex;
    align-items:center;
    gap: 12px;
}

.nd-set-toggle-text[b-k2a5zg12n1]{
    display:grid;
    gap: 2px;
}

.nd-set-toggle-main[b-k2a5zg12n1]{
    font-weight: 900;
    color: rgba(17,18,20,.78);
    font-size: 13px;
}

.nd-set-toggle-sub[b-k2a5zg12n1]{
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    color: rgba(17,18,20,.45);
}

/* Toggle switch (clean, matches your tokens) */
.nd-sw[b-k2a5zg12n1]{
    position: relative;
    display:inline-block;
    width: 54px;
    height: 30px;
    flex: 0 0 auto;
}

.nd-sw input[b-k2a5zg12n1]{
    opacity: 0;
    width: 0;
    height: 0;
}

.nd-sw-track[b-k2a5zg12n1]{
    position: absolute;
    inset: 0;
    border-radius: 999px;
    border: 1px solid rgba(17,18,20,.12);
    background: rgba(17,18,20,.06);
    box-shadow: 0 10px 28px rgba(17,18,20,.08);
    transition: background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.nd-sw-thumb[b-k2a5zg12n1]{
    position: absolute;
    left: 4px;
    top: 4px;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: rgba(255,255,255,.95);
    border: 1px solid rgba(17,18,20,.12);
    box-shadow: 0 10px 20px rgba(17,18,20,.14);
    transition: transform .18s ease;
}

.nd-sw input:checked + .nd-sw-track[b-k2a5zg12n1]{
    border-color: rgba(91,108,255,.35);
    background: linear-gradient(90deg, rgba(91,108,255,.90), rgba(255,91,200,.90));
    box-shadow: 0 16px 36px rgba(91,108,255,.18);
}

.nd-sw input:checked + .nd-sw-track .nd-sw-thumb[b-k2a5zg12n1]{
    transform: translateX(24px);
}

.nd-sw input:focus + .nd-sw-track[b-k2a5zg12n1]{
    box-shadow: 0 0 0 6px rgba(91,108,255,.10), 0 10px 28px rgba(17,18,20,.08);
}

/* Danger block */
.nd-set-danger-text[b-k2a5zg12n1]{
    font-size: 12px;
    line-height: 1.55;
    color: rgba(17,18,20,.55);
    max-width: 560px;
}

.nd-danger-btn[b-k2a5zg12n1]{
    margin-top: 14px;
    height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 91, 91, 0.55);
    background: rgba(255, 91, 91, 0.06);
    color: rgba(255, 91, 91, 0.95);
    font-weight: 900;
    cursor:pointer;
    transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.nd-danger-btn:hover[b-k2a5zg12n1]{
    transform: translateY(-1px);
    background: rgba(255,91,200,.10);
    box-shadow: 0 16px 40px rgba(255,91,200,.16);
}

.nd-danger-btn:active[b-k2a5zg12n1]{
    transform: translateY(0px);
}

/* reuse warn modal but add danger button style */
.nd-set-danger-actions[b-k2a5zg12n1]{
    display:flex;
    gap: 10px;
    justify-content:flex-end;
}

.nd-warn-btn-danger[b-k2a5zg12n1]{
    height: 42px;
    padding: 0 14px;
    border-radius: 12px;
    border: 0;
    cursor:pointer;
    font-weight: 900;
    color: white;
    background: linear-gradient(90deg, rgba(255, 91, 91, 0.95), rgb(255 91 91 / 75%));
    box-shadow: 0 16px 40px rgba(255, 91, 91, 0.22);
}

.nd-warn-btn-danger:disabled[b-k2a5zg12n1]{
    opacity: .6;
    cursor: not-allowed;
}

/* Mobile */
@media (max-width: 560px){
    .nd-set-toggle-row[b-k2a5zg12n1]{
        align-items:flex-start;
    }
}
/* _content/Dating.BlazorUI/Components/Pages/Authorized/TopUpReturn.razor.rz.scp.css */
/* _content/Dating.BlazorUI/Components/Pages/FakeAuthorized/FakeAboutMe.razor.rz.scp.css */
.nd-fme-wrap[b-mx8xuifdzz] {
    display: grid;
    gap: 14px;
}

.nd-fme-card[b-mx8xuifdzz] {
    padding: 18px;
}

.nd-fme-title[b-mx8xuifdzz] {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 900;
    color: rgba(17, 18, 20, 0.9);
}

.nd-fme-summary[b-mx8xuifdzz] {
    line-height: 1.6;
    font-weight: 600;
    color: rgba(17, 18, 20, 0.74);
    border: 1px solid rgba(17, 18, 20, 0.08);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.8);
    padding: 12px;
}

.nd-fme-grid[b-mx8xuifdzz] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.nd-fme-row[b-mx8xuifdzz] {
    border: 1px solid rgba(17, 18, 20, 0.08);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.88);
    padding: 10px 12px;
}

.nd-fme-row-k[b-mx8xuifdzz] {
    font-size: 12px;
    font-weight: 800;
    color: rgba(17, 18, 20, 0.55);
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.nd-fme-row-v[b-mx8xuifdzz] {
    margin-top: 6px;
    font-weight: 800;
    color: rgba(17, 18, 20, 0.84);
    overflow-wrap: anywhere;
}

.nd-fme-profile-top[b-mx8xuifdzz] {
    display: grid;
    grid-template-columns: 108px 1fr;
    gap: 14px;
    align-items: start;
}

.nd-fme-avatar[b-mx8xuifdzz] {
    width: 108px;
    height: 108px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(17, 18, 20, 0.12);
    background: rgba(17, 18, 20, 0.06);
    display: grid;
    place-items: center;
}

.nd-fme-avatar img[b-mx8xuifdzz] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nd-fme-avatar-ph[b-mx8xuifdzz] {
    font-size: 32px;
    color: rgba(17, 18, 20, 0.3);
}

.nd-fme-photos-wrap[b-mx8xuifdzz] {
    margin-top: 14px;
}

.nd-fme-photos-title[b-mx8xuifdzz] {
    font-weight: 900;
    color: rgba(17, 18, 20, 0.78);
    margin-bottom: 8px;
}

.nd-fme-photos[b-mx8xuifdzz] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 10px;
}

.nd-fme-photo[b-mx8xuifdzz] {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(17, 18, 20, 0.1);
    background: rgba(255, 255, 255, 0.88);
    aspect-ratio: 1 / 1;
}

.nd-fme-photo img[b-mx8xuifdzz] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nd-fme-empty[b-mx8xuifdzz] {
    color: rgba(17, 18, 20, 0.58);
    font-weight: 700;
}

@media (max-width: 920px) {
    .nd-fme-grid[b-mx8xuifdzz] {
        grid-template-columns: 1fr;
    }

    .nd-fme-profile-top[b-mx8xuifdzz] {
        grid-template-columns: 1fr;
    }
}
/* _content/Dating.BlazorUI/Components/Pages/FakeAuthorized/FakeMatches.razor.rz.scp.css */
.nd-fm-wrap[b-gag4sfm5bd] {
    padding: 22px;
}

.nd-fm-stats[b-gag4sfm5bd] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 10px 0 8px;
}

.nd-fm-stat[b-gag4sfm5bd] {
    border: 1px solid rgba(17, 18, 20, 0.1);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.92);
    padding: 12px 14px;
}

.nd-fm-stat-val[b-gag4sfm5bd] {
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    color: rgba(17, 18, 20, 0.88);
}

.nd-fm-stat-lbl[b-gag4sfm5bd] {
    margin-top: 6px;
    font-weight: 700;
    color: rgba(17, 18, 20, 0.56);
}

.nd-fm-card[b-gag4sfm5bd] {
    cursor: default;
}

.nd-fm-more-wrap[b-gag4sfm5bd] {
    display: flex;
    justify-content: center;
    padding-top: 8px;
}

.nd-fm-more[b-gag4sfm5bd] {
    min-width: 180px;
}

@media (max-width: 920px) {
    .nd-fm-stats[b-gag4sfm5bd] {
        grid-template-columns: 1fr;
    }
}
/* _content/Dating.BlazorUI/Components/Pages/FakeAuthorized/FakeMessages.razor.rz.scp.css */

/* _content/Dating.BlazorUI/Components/Pages/FakeAuthorized/FakeProfile.razor.rz.scp.css */

/* _content/Dating.BlazorUI/Components/Pages/Unauthorized/Home.razor.rz.scp.css */
/* ===== Hero ===== */
.nd-hero-left[b-gk9xgjif4n]{
    padding-top: 34px;
}
.nd-kicker[b-gk9xgjif4n]{
    font-size: 22px;
    color: rgba(17,18,20,.66);
    margin: 0 0 10px;
}
.nd-title[b-gk9xgjif4n]{
    margin: 0;
    line-height: .95;
}
.nd-title-line[b-gk9xgjif4n]{
    position: relative;
    display: inline-block;
    font-size: 58px;
    font-weight: 800;
    letter-spacing: -1px;
}
.nd-title-delete[b-gk9xgjif4n]{
    position: relative;
    display: inline-block;
    color: rgba(17,18,20,.92);
}

.nd-title-big[b-gk9xgjif4n]{
    display:block;
    font-size: 70px;
    font-weight: 900;
    letter-spacing: -1.3px;
    margin-top: 6px;
}

.nd-subtitle[b-gk9xgjif4n]{
    margin: 16px 0 0;
    max-width: 520px;
    color: rgba(17,18,20,.45);
    font-size: 14px;
    line-height: 1.6;
}

.nd-cta-wrap[b-gk9xgjif4n]{
    margin-top: 26px;
    display: block;
}
.nd-btn[b-gk9xgjif4n]{
    height: 48px;
    min-width: 220px;
    padding: 0 22px;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    color: white;
    font-weight: 800;
    letter-spacing: .22em;
    font-size: 11px;
    text-transform: uppercase;
    background: linear-gradient(90deg, var(--p1), var(--p2));
    box-shadow: var(--shadow-soft);
}
.nd-btn:hover[b-gk9xgjif4n]{ transform: translateY(-1px); }
.nd-btn:active[b-gk9xgjif4n]{ transform: translateY(0px); }

.nd-hero-mini-stats[b-gk9xgjif4n]{
    margin-top: 14px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    max-width: 520px;
}

.nd-mini-stat[b-gk9xgjif4n]{
    border-radius: 14px;
    border: 1px solid rgba(17,18,20,.10);
    background: rgba(255,255,255,.72);
    padding: 10px 12px;
}

.nd-mini-stat-val[b-gk9xgjif4n]{
    font-size: 18px;
    font-weight: 900;
    color: rgba(17,18,20,.86);
}

.nd-mini-stat-label[b-gk9xgjif4n]{
    margin-top: 4px;
    font-size: 12px;
    font-weight: 700;
    color: rgba(17,18,20,.52);
}

/* ===== Cards ===== */
.nd-hero-right[b-gk9xgjif4n]{
    display: grid;
    justify-items: end;
    padding-top: 6px;
}

.nd-cards[b-gk9xgjif4n]{
    position: relative;
    width: min(520px, 100%);
    height: 520px;
}

.nd-card[b-gk9xgjif4n]{
    position: absolute;
    right: 0;
    top: 0;
    width: 330px;
    height: 430px;
    border-radius: 34px;
    transform-origin: 60% 40%;
    filter: drop-shadow(0 18px 40px rgba(17,18,20,.18));
}

.nd-card-frame[b-gk9xgjif4n]{
    width: 100%;
    height: 100%;
    border-radius: 34px;
    background: rgba(255,255,255,.9);
    border: 2px solid rgba(17,18,20,.06);
    overflow: hidden;
    display: grid;
    grid-template-rows: 1fr 80px;
}

.nd-card-frame-gradient[b-gk9xgjif4n]{
    border: 6px solid transparent;
    background:
            linear-gradient(#fff, #fff) padding-box,
            linear-gradient(135deg, var(--p1), var(--p2)) border-box;
}
.nd-card-frame-dark[b-gk9xgjif4n]{
    background: rgba(27,29,34,.92);
    border: 2px solid rgba(255,255,255,.12);
}

.nd-card-img[b-gk9xgjif4n]{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nd-card-footer[b-gk9xgjif4n]{
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight: 800;
    font-size: 22px;
    color: rgba(17,18,20,.65);
    background: rgba(255,255,255,.92);
}
.nd-card-footer-gradient[b-gk9xgjif4n]{
    color: rgba(255,255,255,.92);
    background: linear-gradient(90deg, rgba(91,108,255,.90), rgba(255,91,200,.90));
}
.nd-card-footer-dark[b-gk9xgjif4n]{
    color: rgba(255,255,255,.70);
    background: rgba(17,18,20,.06);
    border-top: 1px solid rgba(255,255,255,.10);
}

.nd-card-front[b-gk9xgjif4n]{
    z-index: 3;
    transform: translate(-80px, 24px) rotate(-7deg);
}
.nd-card-mid[b-gk9xgjif4n]{
    z-index: 2;
    transform: translate(-22px, 70px) rotate(10deg);
    opacity: .98;
}
.nd-card-back[b-gk9xgjif4n]{
    z-index: 1;
    transform: translate(36px, 110px) rotate(18deg);
    opacity: .92;
}

/* ===== Feature row ===== */
.nd-features[b-gk9xgjif4n]{
    padding: 34px 0 26px;
}
.nd-features-inner[b-gk9xgjif4n]{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    align-items: start;
}
.nd-feature[b-gk9xgjif4n]{
    display: flex;
    gap: 12px;
    align-items: flex-start;
}
.nd-ic[b-gk9xgjif4n]{
    width: 40px;
    height: 40px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    color: rgba(91,108,255,.95);
    background: rgba(91,108,255,.08);
}
.nd-ic svg[b-gk9xgjif4n]{ width: 22px; height: 22px; }

.nd-feature-title[b-gk9xgjif4n]{
    font-size: 14px;
    font-weight: 800;
    color: rgba(17,18,20,.85);
}
.nd-feature-title strong[b-gk9xgjif4n]{ font-weight: 900; }
.nd-feature-text[b-gk9xgjif4n]{
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.45;
    color: rgba(17,18,20,.45);
    max-width: 320px;
}

/* ===== Content sections ===== */
.nd-section[b-gk9xgjif4n]{
    padding: 36px 0;
}

.nd-section-soft[b-gk9xgjif4n]{
    background: linear-gradient(180deg, rgba(91,108,255,.04), rgba(255,91,200,.04));
    border-top: 1px solid rgba(17,18,20,.06);
    border-bottom: 1px solid rgba(17,18,20,.06);
}

.nd-section-head[b-gk9xgjif4n]{
    margin-bottom: 18px;
}

.nd-section-kicker[b-gk9xgjif4n]{
    margin: 0;
    font-size: 12px;
    letter-spacing: .14em;
    font-weight: 900;
    text-transform: uppercase;
    color: rgba(91,108,255,.90);
}

.nd-section-head h2[b-gk9xgjif4n]{
    margin: 8px 0 0;
    font-size: clamp(24px, 3.8vw, 38px);
    line-height: 1.08;
    letter-spacing: -.02em;
    color: rgba(17,18,20,.90);
}

.nd-steps[b-gk9xgjif4n]{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.nd-step[b-gk9xgjif4n]{
    border-radius: 18px;
    border: 1px solid rgba(17,18,20,.10);
    background: rgba(255,255,255,.90);
    padding: 16px;
}

.nd-step-num[b-gk9xgjif4n]{
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    font-size: 12px;
    font-weight: 900;
    color: rgba(91,108,255,.95);
    background: rgba(91,108,255,.10);
}

.nd-step h3[b-gk9xgjif4n]{
    margin: 12px 0 6px;
    font-size: 18px;
    color: rgba(17,18,20,.88);
}

.nd-step p[b-gk9xgjif4n]{
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
    color: rgba(17,18,20,.58);
}

.nd-benefits[b-gk9xgjif4n]{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.nd-benefit-card[b-gk9xgjif4n]{
    border-radius: 18px;
    border: 1px solid rgba(17,18,20,.10);
    background: rgba(255,255,255,.88);
    padding: 16px;
}

.nd-benefit-card h3[b-gk9xgjif4n]{
    margin: 0;
    font-size: 18px;
    color: rgba(17,18,20,.88);
}

.nd-benefit-card p[b-gk9xgjif4n]{
    margin: 8px 0 0;
    font-size: 13px;
    line-height: 1.55;
    color: rgba(17,18,20,.58);
}

.nd-final-cta[b-gk9xgjif4n]{
    padding: 34px 0 52px;
}

.nd-final-cta-inner[b-gk9xgjif4n]{
    border-radius: 24px;
    border: 1px solid rgba(17,18,20,.10);
    background:
        radial-gradient(500px 220px at 8% 0%, rgba(91,108,255,.14), transparent 60%),
        radial-gradient(420px 240px at 100% 100%, rgba(255,91,200,.16), transparent 65%),
        rgba(255,255,255,.90);
    padding: 22px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 14px;
    align-items: center;
}

.nd-final-cta h2[b-gk9xgjif4n]{
    margin: 0;
    font-size: clamp(24px, 4vw, 34px);
    line-height: 1.1;
    letter-spacing: -.02em;
    color: rgba(17,18,20,.9);
}

.nd-final-cta p[b-gk9xgjif4n]{
    margin: 8px 0 0;
    font-size: 14px;
    color: rgba(17,18,20,.55);
}

.nd-final-cta-btn[b-gk9xgjif4n]{
    min-width: 180px;
}

.nd-testimonials[b-gk9xgjif4n]{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.nd-testimonial[b-gk9xgjif4n]{
    border-radius: 18px;
    border: 1px solid rgba(17,18,20,.10);
    background: rgba(255,255,255,.9);
    padding: 16px;
}

.nd-testimonial p[b-gk9xgjif4n]{
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(17,18,20,.68);
}

.nd-testimonial-author[b-gk9xgjif4n]{
    margin-top: 10px;
    font-size: 12px;
    font-weight: 900;
    color: rgba(17,18,20,.75);
}

.nd-faq[b-gk9xgjif4n]{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.nd-faq-item[b-gk9xgjif4n]{
    border-radius: 18px;
    border: 1px solid rgba(17,18,20,.10);
    background: rgba(255,255,255,.9);
    padding: 16px;
}

.nd-faq-item h3[b-gk9xgjif4n]{
    margin: 0;
    font-size: 17px;
    color: rgba(17,18,20,.88);
}

.nd-faq-item p[b-gk9xgjif4n]{
    margin: 8px 0 0;
    font-size: 13px;
    line-height: 1.55;
    color: rgba(17,18,20,.58);
}

.nd-trust[b-gk9xgjif4n]{
    padding-top: 0;
}

.nd-trust-grid[b-gk9xgjif4n]{
    border-radius: 22px;
    border: 1px solid rgba(17,18,20,.10);
    background: rgba(255,255,255,.9);
    padding: 16px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.nd-trust-stat[b-gk9xgjif4n]{
    border-radius: 14px;
    border: 1px solid rgba(17,18,20,.08);
    background: rgba(247,248,252,.75);
    padding: 12px;
}

.nd-trust-val[b-gk9xgjif4n]{
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -.02em;
    color: rgba(17,18,20,.9);
}

.nd-trust-label[b-gk9xgjif4n]{
    margin-top: 5px;
    font-size: 12px;
    font-weight: 700;
    color: rgba(17,18,20,.56);
}

/* ===== Responsive ===== */
@media (max-width: 980px){
    .nd-hero-right[b-gk9xgjif4n]{
        justify-items: center;
    }
    .nd-cards[b-gk9xgjif4n]{
        height: 520px;
    }
    .nd-features-inner[b-gk9xgjif4n]{
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .nd-steps[b-gk9xgjif4n]{
        grid-template-columns: 1fr;
    }
    .nd-benefits[b-gk9xgjif4n]{
        grid-template-columns: 1fr;
    }
    .nd-testimonials[b-gk9xgjif4n]{
        grid-template-columns: 1fr;
    }
    .nd-faq[b-gk9xgjif4n]{
        grid-template-columns: 1fr;
    }
    .nd-trust-grid[b-gk9xgjif4n]{
        grid-template-columns: 1fr;
    }
    .nd-final-cta-inner[b-gk9xgjif4n]{
        grid-template-columns: 1fr;
    }
    .nd-final-cta-btn[b-gk9xgjif4n]{
        width: 100%;
    }
}

@media (max-width: 760px){
    .nd-title-line[b-gk9xgjif4n]{ font-size: 44px; }
    .nd-title-big[b-gk9xgjif4n]{ font-size: 54px; }

    .nd-hero-mini-stats[b-gk9xgjif4n]{
        grid-template-columns: 1fr;
    }

    .nd-cards[b-gk9xgjif4n]{ width: 100%; max-width: 520px; height: 500px; }
    .nd-card[b-gk9xgjif4n]{ width: 300px; height: 400px; }
    .nd-card-front[b-gk9xgjif4n]{ transform: translate(-34px, 20px) rotate(-7deg); }
    .nd-card-mid[b-gk9xgjif4n]{ transform: translate(10px, 76px) rotate(11deg); }
    .nd-card-back[b-gk9xgjif4n]{ transform: translate(48px, 128px) rotate(18deg); }
}

/* _content/Dating.BlazorUI/Components/Shared/AuthModal.razor.rz.scp.css */

.nd-auth-choice[b-y1x38fkzth]{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.nd-choice[b-y1x38fkzth]{
    height: 48px;
    border-radius: 16px;
    border: 1px solid rgba(17,18,20,.12);
    background: rgba(255,255,255,.78);
    cursor: pointer;
    font-weight: 900;
    color: rgba(17,18,20,.72);
}
.nd-choice.is-on[b-y1x38fkzth]{
    border-color: rgba(91,108,255,.55);
    box-shadow: 0 0 0 6px rgba(91,108,255,.12);
    color: rgba(91,108,255,.95);
}

.nd-dob-wrap[b-y1x38fkzth]{ margin-top: 2px; }

.nd-dob[b-y1x38fkzth]{
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1.2fr;
    align-items: end;
    gap: 10px;
    padding: 14px;
    border-radius: 18px;
    border: 1px solid rgba(17,18,20,.10);
    background: rgba(255,255,255,.88);
    box-shadow: 0 10px 28px rgba(17,18,20,.08);
}

.nd-dob-field[b-y1x38fkzth]{
    display: grid;
    gap: 6px;
}

.nd-dob-cap[b-y1x38fkzth]{
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(17,18,20,.55);
    padding-left: 2px;
}

.nd-dob-input[b-y1x38fkzth]{
    height: 52px;
    width: 100%;
    border-radius: 16px;
    border: 1px solid rgba(17,18,20,.14);
    background: rgba(247,248,252,.95);
    padding: 0 14px;
    outline: none;
    font-weight: 900;
    font-size: 16px;
    letter-spacing: .06em;
    text-align: center;
    color: rgba(17,18,20,.88);
}

.nd-dob-input[b-y1x38fkzth]::placeholder{
    color: rgba(17,18,20,.28);
    font-weight: 900;
    letter-spacing: .10em;
}

.nd-dob-input:focus[b-y1x38fkzth]{
    border-color: rgba(91,108,255,.55);
    box-shadow: 0 0 0 6px rgba(91,108,255,.14);
    background: #fff;
}

.nd-dob-sep[b-y1x38fkzth]{
    align-self: center;
    height: 52px;
    width: 16px;
    display: grid;
    place-items: center;
    font-weight: 900;
    color: rgba(17,18,20,.35);
}

/* Mobile: keep it clean and readable */
@media (max-width: 560px){
    .nd-dob[b-y1x38fkzth]{
        grid-template-columns: 1fr 1fr 1.2fr;
        gap: 10px;
        padding: 12px;
    }
    .nd-dob-sep[b-y1x38fkzth]{ display:none; }
    .nd-dob-input[b-y1x38fkzth]{ height: 50px; font-size: 15px; }
}

.nd-auth-hint[b-y1x38fkzth]{
    margin-top: 8px;
    font-size: 12px;
    color: rgba(17,18,20,.48);
}

.nd-auth-error[b-y1x38fkzth]{
    margin-top: 12px;
    padding: 10px 12px;
    border-radius: 14px;
    border: 1px solid rgba(255,91,200,.28);
    background: rgba(255,91,200,.10);
    color: rgba(17,18,20,.78);
    font-weight: 700;
    font-size: 12px;
}

.nd-auth-actions[b-y1x38fkzth]{
    padding: 12px 50px 14px;
    display: grid;
    gap: 12px;
}

.nd-auth-actions-one-action[b-y1x38fkzth]{
    padding: 12px 20px 14px;
    display: grid;
    gap: 12px;
}

.nd-auth-back[b-y1x38fkzth]{
    height: 48px;
    border-radius: 999px;
    border: 1px solid rgba(17,18,20,.12);
    background: rgba(255,255,255,.75);
    cursor: pointer;
    font-weight: 900;
    color: rgba(17,18,20,.70);
}
.nd-auth-primary[b-y1x38fkzth]{
    height: 48px;
    border-radius: 999px;
    border: 0;
    cursor: pointer;
    color: white;
    font-weight: 900;
    letter-spacing: .18em;
    font-size: 11px;
    text-transform: uppercase;
    background: linear-gradient(90deg, var(--p1), var(--p2));
    box-shadow: var(--shadow-soft);
}
.nd-auth-primary:disabled[b-y1x38fkzth],
.nd-auth-back:disabled[b-y1x38fkzth]{
    opacity: .45;
    cursor: not-allowed;
}

.nd-auth-primary-magic[b-y1x38fkzth]{
    position: relative;
    isolation: isolate;
    overflow: hidden;
}
.nd-auth-primary-magic[b-y1x38fkzth]::before{
    content:"";
    position:absolute;
    inset:-2px;
    background: conic-gradient(from 180deg, rgba(91,108,255,.0), rgba(91,108,255,.9), rgba(255,91,200,.9), rgba(91,108,255,.0));
    filter: blur(10px);
    opacity: .8;
    animation: ndMagic-b-y1x38fkzth 2.2s linear infinite;
    z-index:-1;
}
@keyframes ndMagic-b-y1x38fkzth{
    from{ transform: rotate(0deg); }
    to{ transform: rotate(360deg); }
}

.nd-auth-foot[b-y1x38fkzth]{
    padding: 0 20px 18px;
    font-size: 12px;
    color: rgba(17,18,20,.55);
}
.nd-auth-link[b-y1x38fkzth]{
    border: 0;
    background: transparent;
    cursor: pointer;
    font-weight: 900;
    color: rgba(91,108,255,.95);
    padding: 0 6px;
}

.nd-auth-forgot[b-y1x38fkzth]{
    margin-top: 10px;
}
.nd-auth-forgot-text[b-y1x38fkzth]{
    font-size: 12px;
    color: rgba(17,18,20,.55);
    text-decoration: underline;
    text-decoration-color: rgba(17,18,20,.25);
    cursor: default;
}

.nd-auth-loading[b-y1x38fkzth]{
    padding: 44px 22px 40px;
    display: grid;
    justify-items: center;
    gap: 14px;
}
.nd-spinner[b-y1x38fkzth]{
    width: 54px;
    height: 54px;
    border-radius: 999px;
    border: 4px solid rgba(17,18,20,.10);
    border-top-color: rgba(91,108,255,.95);
    border-right-color: rgba(255,91,200,.85);
    animation: ndSpin-b-y1x38fkzth .8s linear infinite;
    box-shadow: 0 18px 50px rgba(17,18,20,.14);
}

@keyframes ndSpin-b-y1x38fkzth{ to { transform: rotate(360deg); } }

.nd-auth-loading-text[b-y1x38fkzth]{
    font-weight: 900;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(17,18,20,.55);
}

.nd-auth-modal-inner.is-loading[b-y1x38fkzth]{
    pointer-events:none;
    opacity:.45;
    filter: blur(1px);
}

.nd-auth-loading-overlay[b-y1x38fkzth]{
    position:absolute;
    inset:0;
    display:grid;
    place-items:center;
    gap: 14px;
    background: rgba(255,255,255,.62);
    backdrop-filter: blur(10px);
    z-index: 3;
}

/* ===== Password eye ===== */
.nd-password-wrap[b-y1x38fkzth]{
    position: relative;
}

.nd-auth-input-password[b-y1x38fkzth]{
    padding-right: 48px; /* место под глаз */
}

.nd-password-eye[b-y1x38fkzth]{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 12px;
    border: 1px solid rgba(17,18,20,.10);
    background: rgba(255,255,255,.75);
    cursor: pointer;
    display: grid;
    place-items: center;
    font-size: 16px;
    color: rgba(17,18,20,.65);
}

.nd-password-eye:hover[b-y1x38fkzth]{
    background: rgba(255,255,255,.95);
    color: rgba(91,108,255,.95);
    box-shadow: 0 0 0 4px rgba(91,108,255,.12);
}

/* ===== Error FX: shake + red inputs ===== */
.nd-auth-shake[b-y1x38fkzth]{
    animation: ndShake-b-y1x38fkzth .46s ease-in-out;
}

@keyframes ndShake-b-y1x38fkzth{
    0%   { transform: translateX(0); }
    12%  { transform: translateX(-10px); }
    24%  { transform: translateX(9px); }
    36%  { transform: translateX(-7px); }
    48%  { transform: translateX(6px); }
    60%  { transform: translateX(-4px); }
    72%  { transform: translateX(3px); }
    84%  { transform: translateX(-2px); }
    100% { transform: translateX(0); }
}

.nd-auth-input-error[b-y1x38fkzth]{
    border-color: rgba(255, 91, 200, .55) !important;
    box-shadow: 0 0 0 6px rgba(255, 91, 200, .14) !important;
    background: rgba(255,255,255,.98) !important;
}

.nd-auth-input-error[b-y1x38fkzth]::placeholder{
    color: rgba(17,18,20,.32);
}

.nd-auth-input.is-error[b-y1x38fkzth]{
    border-color: rgba(255,91,200,.55);
    box-shadow: 0 0 0 6px rgba(255,91,200,.14);
}
/* _content/Dating.BlazorUI/Components/Shared/MatchesWatcher.razor.rz.scp.css */
/* _content/Dating.BlazorUI/Components/Shared/NdToastHost.razor.rz.scp.css */
.nd-toast-host[b-90o103g3aw]{
    position: fixed;
    z-index: 9999;
    top: 14px;
    right: 14px;
    display: grid;
    gap: 10px;
    width: min(360px, calc(100vw - 28px));
    pointer-events: none; /* клики только по самим карточкам */
}

@media (max-width: 760px){
    .nd-toast-host[b-90o103g3aw]{
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        top: 12px;
        width: min(420px, calc(100vw - 24px));
    }
}

.nd-toast[b-90o103g3aw]{
    pointer-events: auto;
    position: relative;
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 12px;
    padding: 12px 12px;
    border-radius: 18px;
    border: 1px solid rgba(17,18,20,.10);
    background: rgba(255,255,255,.92);
    box-shadow: var(--shadow-2);
    backdrop-filter: blur(10px);

    animation: nd-toast-in-b-90o103g3aw .22s ease-out both;
}

@keyframes nd-toast-in-b-90o103g3aw{
    from { opacity: 0; transform: translateY(-8px); }
    to   { opacity: 1; transform: translateY(0); }
}

.nd-toast.is-like[b-90o103g3aw]{
    border-color: rgba(255,91,200,.22);
    box-shadow: 0 18px 50px rgba(255,91,200,.14);
}

.nd-toast.is-match[b-90o103g3aw]{
    border-color: rgba(91,108,255,.22);
    box-shadow: 0 18px 50px rgba(91,108,255,.14);
}

.nd-toast-x[b-90o103g3aw]{
    position: absolute;
    top: 8px;
    right: 8px;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    border: 1px solid rgba(17,18,20,.10);
    background: rgba(255,255,255,.70);
    cursor: pointer;
    font-weight: 900;
    line-height: 1;
    color: rgba(17,18,20,.55);
}
.nd-toast-x:hover[b-90o103g3aw]{
    background: rgba(91,108,255,.08);
    border-color: rgba(91,108,255,.22);
    color: rgba(91,108,255,.95);
}

.nd-toast-avatar[b-90o103g3aw]{
    width: 52px;
    height: 52px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(17,18,20,.06);
    border: 1px solid rgba(17,18,20,.10);
    display: grid;
    place-items: center;
    position: relative;
}
.nd-toast-avatar img[b-90o103g3aw]{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display:block;
}
.nd-toast-avatar-ph[b-90o103g3aw]{
    width: 100%;
    height: 100%;
    display:grid;
    place-items:center;
    font-size: 18px;
    color: rgba(17,18,20,.35);
}

.nd-toast-online[b-90o103g3aw]{
    position: absolute;
    right: 3px;
    bottom: 3px;
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: #26b15f;
    border: 2px solid rgba(255,255,255,.92);
    box-shadow: 0 0 0 4px rgba(38,177,95,.14);
}

.nd-toast-title[b-90o103g3aw]{
    font-weight: 1000;
    font-size: 12px;
    letter-spacing: .02em;
    color: rgba(17,18,20,.70);
}
.nd-toast-name[b-90o103g3aw]{
    margin-top: 2px;
    font-weight: 1000;
    font-size: 14px;
    color: rgba(17,18,20,.92);
}
.nd-toast-age[b-90o103g3aw]{
    font-weight: 900;
    color: rgba(17,18,20,.55);
}

.nd-toast-body[b-90o103g3aw]{
    margin-top: 2px;
    font-size: 12px;
    font-weight: 800;
    color: rgba(17,18,20,.60);
}

.nd-toast-btn[b-90o103g3aw]{
    margin-top: 8px;
    height: 36px;
    padding: 0 12px;
    border-radius: 12px;
    border: 0;
    cursor: pointer;
    font-weight: 1000;
    color: white;
    background: linear-gradient(90deg, var(--p1), var(--p2));
    box-shadow: 0 14px 34px rgba(91,108,255,.22);
}
.nd-toast-btn:hover[b-90o103g3aw]{
    transform: translateY(-1px);
    box-shadow: 0 18px 44px rgba(91,108,255,.26);
}
.nd-toast-btn:active[b-90o103g3aw]{ transform: translateY(0); }
/* _content/Dating.BlazorUI/Components/Shared/PresencePinger.razor.rz.scp.css */
/* _content/Dating.BlazorUI/Components/Shared/Sidebars/ProfileFakeSidebar.razor.rz.scp.css */

/* _content/Dating.BlazorUI/Components/Shared/Sidebars/ProfileSidebar.razor.rz.scp.css */

/* _content/Dating.BlazorUI/Components/Shared/TopUpModal.razor.rz.scp.css */
.nd-topup-modal[b-rdaa5ruy3y]{
    width: min(1120px, calc(100vw - 24px));
    border-radius: 26px;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(17,18,20,.10);
    box-shadow: 0 26px 90px rgba(17,18,20,.22);
    position: relative;
    overflow: hidden;
}

/* РјСЏРіРєРёР№ "Р°СѓСЂР°" С„РѕРЅ */
.nd-topup-modal[b-rdaa5ruy3y]::before{
    content:"";
    position:absolute;
    inset:-120px;
    background:
            radial-gradient(520px 320px at 18% 18%, rgba(91,108,255,.18), transparent 55%),
            radial-gradient(520px 320px at 82% 24%, rgba(255,91,200,.16), transparent 55%),
            radial-gradient(520px 320px at 65% 85%, rgba(91,108,255,.10), transparent 60%);
    filter: blur(10px);
    pointer-events:none;
}

.nd-topup-x[b-rdaa5ruy3y]{
    position:absolute;
    right: 14px;
    top: 14px;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    border: 1px solid rgba(17,18,20,.10);
    background: rgba(255,255,255,.82);
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    color: rgba(17,18,20,.55);
    z-index: 2;
}
.nd-topup-x:hover[b-rdaa5ruy3y]{
    transform: translateY(-1px);
    box-shadow: 0 12px 30px rgba(17,18,20,.12);
}

.nd-topup-head[b-rdaa5ruy3y]{
    position: relative;
    z-index: 1;
    padding: 22px 22px 16px 22px;
    text-align:center;
    border-bottom: 1px solid rgba(17,18,20,.08);
}

.nd-topup-kicker[b-rdaa5ruy3y]{
    display:inline-flex;
    align-items:center;
    gap: 8px;
    padding: 7px 12px;
    border-radius: 999px;
    border: 1px solid rgba(17,18,20,.10);
    background: rgba(255,255,255,.70);
    font-size: 12px;
    font-weight: 950;
    color: rgba(17,18,20,.65);
    box-shadow: 0 10px 26px rgba(17,18,20,.06);
}
.nd-topup-kdot[b-rdaa5ruy3y]{
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(91,108,255,.95), rgba(255,91,200,.95));
    box-shadow: 0 0 0 6px rgba(91,108,255,.10);
}

.nd-topup-title[b-rdaa5ruy3y]{
    margin-top: 10px;
    font-size: 34px;
    font-weight: 950;
    color: rgba(17,18,20,.88);
}
.nd-topup-sub[b-rdaa5ruy3y]{
    margin-top: 6px;
    font-size: 18px;
    font-weight: 900;
    color: rgba(91,108,255,.95);
}

/* body */
.nd-topup-body[b-rdaa5ruy3y]{
    position: relative;
    z-index: 1;
    display:grid;
    grid-template-columns: 430px 1fr;
    gap: 0;
    min-height: 520px;
}

.nd-topup-left[b-rdaa5ruy3y]{
    padding: 18px;
    border-right: 1px solid rgba(17,18,20,.08);
    background: rgba(247,248,252,.50);
}

.nd-topup-left-head[b-rdaa5ruy3y]{
    display:flex;
    align-items:flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 4px 4px 14px 4px;
}
.nd-topup-left-title[b-rdaa5ruy3y]{
    font-weight: 950;
    color: rgba(17,18,20,.78);
}
.nd-topup-left-meta[b-rdaa5ruy3y]{
    display:flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content:flex-end;
}
.nd-topup-meta-pill[b-rdaa5ruy3y]{
    display:inline-flex;
    align-items:center;
    gap: 8px;
    height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    border: 1px solid rgba(17,18,20,.10);
    background: rgba(255,255,255,.72);
    font-size: 12px;
    font-weight: 900;
    color: rgba(17,18,20,.60);
}

.nd-topup-list[b-rdaa5ruy3y]{
    display:grid;
    gap: 12px;
    max-height: 450px;
    overflow:auto;
    padding: 4px;
}
.nd-topup-list[b-rdaa5ruy3y]::-webkit-scrollbar{ width: 10px; }
.nd-topup-list[b-rdaa5ruy3y]::-webkit-scrollbar-thumb{
    background: rgba(17,18,20,.12);
    border-radius: 999px;
    border: 3px solid rgba(0,0,0,0);
    background-clip: padding-box;
}

/* pack */
.nd-topup-pack[b-rdaa5ruy3y]{
    width: 100%;
    text-align:left;
    border-radius: 18px;
    border: 1px solid rgba(17,18,20,.10);
    background: rgba(255,255,255,.88);
    padding: 14px 14px;
    cursor:pointer;
    position: relative;
    box-shadow: 0 12px 32px rgba(17,18,20,.08);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.nd-topup-pack:hover[b-rdaa5ruy3y]{
    transform: translateY(-1px);
    box-shadow: 0 18px 44px rgba(17,18,20,.10);
}
.nd-topup-pack.is-active[b-rdaa5ruy3y]{
    border-color: rgba(91,108,255,.40);
    box-shadow: 0 0 0 6px rgba(91,108,255,.10), 0 18px 48px rgba(17,18,20,.12);
}

.nd-topup-tag-one-time[b-rdaa5ruy3y]{
    border-color: rgba(91,108,255,.25);
    box-shadow: 0 14px 32px rgba(91,108,255,.14);
    top: -2px !important;
}

.nd-topup-pack-main[b-rdaa5ruy3y]{
    display:flex;
    align-items:center;
    justify-content: space-between;
    gap: 12px;
}

.nd-topup-pack-coin[b-rdaa5ruy3y]{
    display:flex;
    align-items:center;
    gap: 12px;
}

.nd-topup-coin-ic[b-rdaa5ruy3y]{
    width: 40px;
    height: 40px;
    border-radius: 14px;
    display:grid;
    place-items:center;
    background: rgba(255,193,7,.14);
    color: rgba(255,193,7,.95);
    border: 1px solid rgba(255,193,7,.25);
}
.nd-topup-pack-coins[b-rdaa5ruy3y]{
    font-weight: 950;
    font-size: 18px;
    color: rgba(17,18,20,.86);
}
.nd-topup-pack-per[b-rdaa5ruy3y]{
    margin-top: 2px;
    font-size: 12px;
    font-weight: 900;
    color: rgba(17,18,20,.45);
}

.nd-topup-pack-right[b-rdaa5ruy3y]{
    display:flex;
    align-items:center;
    gap: 10px;
    justify-content:flex-end;
}

.nd-topup-new[b-rdaa5ruy3y]{
    font-weight: 950;
    font-size: 20px;
    color: rgba(17,18,20,.86);
}
.nd-topup-old[b-rdaa5ruy3y]{
    font-weight: 950;
    font-size: 14px;
    color: rgba(17,18,20,.35);
    text-decoration: line-through;
}

.nd-topup-discount[b-rdaa5ruy3y]{
    display:flex;
    align-items:center;
    gap: 10px;
}

.nd-topup-badge2[b-rdaa5ruy3y]{
    font-size: 11px;
    font-weight: 950;
    padding: 6px 10px;
    border-radius: 999px;
    border: 2px dashed rgba(255,91,200,.75);
    color: rgba(255,91,200,.95);
    background: rgba(255,91,200,.06);
}
.nd-topup-badge2-off[b-rdaa5ruy3y]{
    border-style: solid;
    color: rgba(17,18,20,.45);
    border-color: rgba(17,18,20,.14);
    background: rgba(17,18,20,.04);
}

/* Best deal tag */
.nd-topup-tag[b-rdaa5ruy3y]{
    position: absolute;
    top: -10px;
    right: 10px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 26px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .02em;
    white-space: nowrap;
    box-shadow: 0 12px 26px rgba(17,18,20,.10);
    border: 1px solid rgba(17,18,20,.10);
    background: rgba(255,255,255,.88);
    color: rgba(17,18,20,.72);
    pointer-events: none;
}

.nd-topup-tag i[b-rdaa5ruy3y]{
    font-size: 12px;
    color: rgba(255,193,7,.95);
}

.nd-topup-tag .nd-topup-tag-one-time i[b-rdaa5ruy3y]{
    font-size: 12px;
    color: rgba(255,0,0,.95);
}

/* special variant */
.nd-topup-tag-best[b-rdaa5ruy3y]{
    border-color: rgba(91,108,255,.25);
    box-shadow: 0 14px 32px rgba(91,108,255,.14);
}

/* Р»С‘РіРєРёР№ "РіСЂР°РґРёРµРЅС‚РЅС‹Р№ РѕР±РѕРґРѕРє" РєР°Рє Сѓ С‚РІРѕРёС... Р°РєС†РµРЅС‚РѕРІ */
.nd-topup-tag-best[b-rdaa5ruy3y]::before{
    content:"";
    position:absolute;
    inset:-1px;
    border-radius: 999px;
    padding: 1px;
    background: linear-gradient(90deg, rgba(91,108,255,.75), rgba(255,91,200,.65));
    -webkit-mask:
            linear-gradient(#000 0 0) content-box,
            linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events:none;
    opacity: .85;
}

/* right */
.nd-topup-right[b-rdaa5ruy3y]{
    padding: 18px;
    display:grid;
    gap: 12px;
    align-content: start;
}

.nd-topup-paybox[b-rdaa5ruy3y]{
    border-radius: 20px;
    border: 1px solid rgba(17,18,20,.10);
    background: rgba(255,255,255,.86);
    padding: 16px;
    box-shadow: 0 18px 60px rgba(17,18,20,.10);
}

.nd-topup-paytop[b-rdaa5ruy3y]{
    display:flex;
    align-items:center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.nd-topup-paytitle[b-rdaa5ruy3y]{
    font-weight: 950;
    font-size: 14px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(17,18,20,.65);
}

.nd-topup-paymini[b-rdaa5ruy3y]{
    display:flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content:flex-end;
}
.nd-topup-mini-pill[b-rdaa5ruy3y]{
    height: 26px;
    padding: 0 10px;
    border-radius: 999px;
    border: 1px solid rgba(17,18,20,.10);
    background: rgba(255,255,255,.70);
    font-size: 12px;
    font-weight: 900;
    color: rgba(17,18,20,.55);
}

.nd-topup-paybtn.nd-save[b-rdaa5ruy3y]{
    margin-top: 12px;
    width: 100%;
    height: 46px;
    border-radius: 14px;
    background: linear-gradient(90deg, rgba(91,108,255,.95), rgba(255,91,200,.95));
    border: 0;
    color: #fff;
    font-weight: 950;
    box-shadow: 0 16px 40px rgba(91,108,255,.20);
}
.nd-topup-paybtn.nd-save:hover[b-rdaa5ruy3y]{
    transform: translateY(-1px);
    box-shadow: 0 20px 54px rgba(91,108,255,.24);
}
.nd-topup-paybtn.nd-save:disabled[b-rdaa5ruy3y]{
    opacity: .55;
    transform: none;
    box-shadow: none;
}

.nd-topup-legal[b-rdaa5ruy3y]{
    margin-top: 10px;
    font-size: 12px;
    font-weight: 800;
    color: rgba(17,18,20,.45);
    line-height: 1.45;
}

/* note */
.nd-topup-note[b-rdaa5ruy3y]{
    border-radius: 18px;
    border: 1px solid rgba(17,18,20,.10);
    background: rgba(247,248,252,.55);
    padding: 12px;
    display:flex;
    gap: 10px;
    align-items:flex-start;
}
.nd-topup-note-ic[b-rdaa5ruy3y]{
    width: 34px;
    height: 34px;
    border-radius: 14px;
    display:grid;
    place-items:center;
    background: rgba(91,108,255,.10);
    color: rgba(91,108,255,.95);
}
.nd-topup-note-txt[b-rdaa5ruy3y]{
    font-size: 12px;
    font-weight: 900;
    color: rgba(17,18,20,.58);
    line-height: 1.45;
}

/* Mobile */
@media (max-width: 980px){
    .nd-topup-title[b-rdaa5ruy3y]{ font-size: 30px; }
    .nd-topup-body[b-rdaa5ruy3y]{ grid-template-columns: 1fr; min-height: auto; }
    .nd-topup-left[b-rdaa5ruy3y]{ border-right: 0; border-bottom: 1px solid rgba(17,18,20,.08); }
    .nd-topup-list[b-rdaa5ruy3y]{ max-height: 320px; }
}
@media (max-width: 560px){
    .nd-topup-head[b-rdaa5ruy3y]{ padding: 18px 16px 12px 16px; }
    .nd-topup-title[b-rdaa5ruy3y]{ font-size: 26px; }
    .nd-topup-sub[b-rdaa5ruy3y]{ font-size: 15px; }
    .nd-topup-left[b-rdaa5ruy3y], .nd-topup-right[b-rdaa5ruy3y]{ padding: 14px; }
    .nd-topup-pack[b-rdaa5ruy3y]{ padding: 12px; }
    .nd-topup-coin-ic[b-rdaa5ruy3y]{ width: 38px; height: 38px; border-radius: 14px; }
}


/* Stripe container -> "РєР°Рє С‚РІРѕСЏ С„РѕСЂРјР°" */
.nd-topup-pe-shell[b-rdaa5ruy3y]{
    border-radius: 18px;
    border: 1px solid rgba(17,18,20,.10);
    background: rgba(255,255,255,.78);
    padding: 14px 14px 10px 14px;
    box-shadow: 0 14px 40px rgba(17,18,20,.08);
}

.nd-topup-pe-title[b-rdaa5ruy3y]{
    display:flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    font-weight: 950;
    color: rgba(17,18,20,.78);
    margin-bottom: 10px;
}

.nd-topup-pe-hint[b-rdaa5ruy3y]{
    font-size: 12px;
    font-weight: 900;
    color: rgba(17,18,20,.45);
}

/* РџРѕР»Рµ Stripe - РїСѓСЃС‚СЊ РЅРµ "РїСЂРёР»РёРїР°РµС‚" */
.nd-topup-stripe[b-rdaa5ruy3y]{
    padding: 6px 2px 2px 2px;
}

/* Р§СѓС‚СЊ СѓР»СѓС‡С€РёС‚СЊ РѕР±С‰РёР№ right box С‡С‚РѕР±С‹ РІС‹РіР»СЏРґРµР»Рѕ РєР°Рє "РїР»Р°С‚С‘Р¶РЅР°СЏ РєР°СЂС‚РѕС‡РєР°" */
.nd-topup-paybox[b-rdaa5ruy3y]{
    border-radius: 20px;
    border: 1px solid rgba(17,18,20,.10);
    background: linear-gradient(180deg, rgba(255,255,255,.90), rgba(255,255,255,.82));
    box-shadow: 0 18px 60px rgba(17,18,20,.10);
    padding: 16px;
}

.nd-topup-paytitle[b-rdaa5ruy3y]{
    font-size: 14px;
    letter-spacing: .02em;
    text-transform: uppercase;
    opacity: .9;
}

/* РљРЅРѕРїРєР° Purchase - С‚РІРѕР№ "primary gradient" */
.nd-topup-paybtn.nd-save[b-rdaa5ruy3y]{
    width: 100%;
    height: 46px;
    border-radius: 14px;
    background: linear-gradient(90deg, rgba(91,108,255,.95), rgba(255,91,200,.95));
    border: 0;
    color: #fff;
    font-weight: 950;
    box-shadow: 0 16px 40px rgba(91,108,255,.20);
}
.nd-topup-paybtn.nd-save:hover[b-rdaa5ruy3y]{
    transform: translateY(-1px);
    box-shadow: 0 20px 54px rgba(91,108,255,.24);
}
.nd-topup-paybtn.nd-save:disabled[b-rdaa5ruy3y]{
    opacity: .55;
    transform: none;
    box-shadow: none;
}

/* РњРѕР±РёР»РєР° - С‡С‚РѕР±С‹ payment РІС‹РіР»СЏРґРµР» РїР»РѕС‚РЅРµРµ */
@media (max-width: 560px){
    .nd-topup-pe-shell[b-rdaa5ruy3y]{ padding: 12px; border-radius: 16px; }
    .nd-topup-paybtn.nd-save[b-rdaa5ruy3y]{ height: 44px; border-radius: 14px; }
}

.nd-topup-stripe-busy[b-rdaa5ruy3y]{
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background: rgba(255,255,255,.78);
    border: 1px solid rgba(17,18,20,.10);
    display:flex;
    align-items:center;
    justify-content:center;
    gap: 10px;
    font-weight: 900;
    color: rgba(17,18,20,.70);
    backdrop-filter: blur(6px);
    z-index: 2;
}

.nd-btnspin[b-rdaa5ruy3y]{
    width: 16px;
    height: 16px;
    border-radius: 999px;
    border: 2px solid rgba(255,255,255,.35);
    border-top-color: rgba(255,255,255,.95);
    animation: ndspin .9s linear infinite;
}

