/* ===== Design tokens (copy to next pages) ===== */
.nd-page{
    --bg: #F7F8FC;
    --surface: #ffffff;
    --text: #111214;
    --muted: rgba(17,18,20,.58);

    --ink: #121316;
    --line: rgba(17,18,20,.10);

    --p1: #5B6CFF;
    --p2: #FF5BC8;

    --radius-xl: 26px;
    --radius-lg: 18px;

    --shadow-1: 0 18px 60px rgba(17,18,20,.14);
    --shadow-2: 0 10px 32px rgba(17,18,20,.12);
    --shadow-soft: 0 16px 40px rgba(91,108,255,.18);

    min-height: 100vh;
    background: radial-gradient(900px 500px at 70% 40%, rgba(91,108,255,.10), transparent 60%),
    radial-gradient(800px 500px at 85% 65%, rgba(255,91,200,.10), transparent 60%),
    var(--bg);
    color: var(--text);
    overflow-x: clip;
    font-family: "Quicksand", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Apple Color Emoji", "Segoe UI Emoji";
}

.nd-container{
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 28px;
}

/* ===== Nav ===== */
.nd-nav{
    position: relative;
    padding: 26px 0 10px;
}
.nd-nav-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.nd-brand{
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: inherit;
}
.nd-brand-mark{
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
}
.nd-brand-mark svg{ width: 34px; height: 34px; }
.nd-brand-text{ display: grid; gap: 3px; }
.nd-brand-name{ font-weight: 600; font-size: 15px; letter-spacing: .1px; opacity: .8; }

.nd-menu{ margin-left: auto; }
.nd-burger{
    display:none;
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    border-radius: 12px;
    cursor: pointer;
}
.nd-burger span{
    display:block;
    height: 2px;
    width: 22px;
    background: rgba(17,18,20,.70);
    margin: 5px auto;
    border-radius: 999px;
}

.nd-menu-links{
    display: flex;
    align-items: center;
    gap: 28px;
}
.nd-menu-spacer{ width: 20px; }

.nd-link{
    position: relative;
    text-decoration: none;
    color: rgba(17,18,20,.68);
    font-size: 13px;
    letter-spacing: .22px;
    font-weight: 600;
    text-transform: none;
    cursor: pointer;
}
.nd-link:hover{ color: rgba(17,18,20,.92); }

.nd-link.is-active{
    color: rgba(91,108,255,.95);
}

.nd-link-ghost{
    color: rgba(17,18,20,.52);
    letter-spacing: .34px;
}
.nd-link-cta{
    color: rgba(91,108,255,.95);
    letter-spacing: .34px;
}

/* ===== Footer (adapted) ===== */
.nd-footer{
    margin-top: 10px;
    background: radial-gradient(900px 400px at 20% 20%, rgba(91,108,255,.12), transparent 55%),
    radial-gradient(900px 400px at 80% 0%, rgba(255,91,200,.10), transparent 55%),
    #0D1020;
    color: rgba(255,255,255,.82);
    padding: 34px 0 20px;
}
.nd-footer-top{
    display:flex;
    gap: 28px;
    align-items: flex-start;
    justify-content: space-between;
}
.nd-footer-brand{
    min-width: 240px;
}
.nd-footer-logo{
    display:flex;
    align-items:center;
    gap: 10px;
    font-weight: 800;
    letter-spacing: .2px;
}
.nd-footer-tagline{
    margin-top: 8px;
    max-width: 300px;
    font-size: 12px;
    line-height: 1.5;
    color: rgba(255,255,255,.62);
}
.nd-footer-cloud{
    width: 28px;
    height: 28px;
    display:grid;
    place-items:center;
    color: rgba(255,255,255,.88);
}
.nd-footer-cloud svg{ width: 24px; height: 24px; }
.nd-social{
    margin-top: 14px;
    display:flex;
    gap: 10px;
}
.nd-social-ic{
    width: 30px;
    height: 30px;
    border-radius: 10px;
    display:grid;
    place-items:center;
    text-decoration:none;
    color: rgba(255,255,255,.78);
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.08);
}
.nd-social-ic:hover{
    background: rgba(255,255,255,.10);
}

.nd-footer-cols{
    display:flex;
    gap: 70px;
}
.nd-footer-col{ display:grid; gap: 10px; }
.nd-footer-title{
    font-weight: 800;
    color: rgba(255,255,255,.90);
    margin-bottom: 2px;
}
.nd-footer-link{
    text-decoration:none;
    color: rgba(255,255,255,.72);
    font-size: 13px;
}
.nd-footer-link:hover{ color: rgba(255,255,255,.92); }

.nd-footer-divider{
    height: 1px;
    background: rgba(255,255,255,.10);
    margin: 22px 0 18px;
}

.nd-footer-bottom{
    display:flex;
    gap: 18px;
    align-items: center;
    justify-content: space-between;
}
.nd-footer-copy{
    max-width: 760px;
    font-size: 12px;
    line-height: 1.5;
    color: rgba(255,255,255,.70);
}
.nd-footer-copy-muted{
    display:block;
    margin-top: 6px;
    color: rgba(255,255,255,.55);
}

.nd-footer-actions{
    display:flex;
    align-items:center;
    gap: 12px;
}
.nd-lang{
    height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.06);
    color: rgba(255,255,255,.85);
    cursor: pointer;
}
.nd-pay{
    display:flex;
    gap: 8px;
    align-items:center;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.nd-pay-pill{
    height: 28px;
    padding: 0 10px;
    border-radius: 9px;
    display:grid;
    place-items:center;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.06);
    color: rgba(255,255,255,.85);
    font-weight: 800;
    font-size: 11px;
}

.nd-auth-error{
    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;
}

/* ===== Common (adapted) ===== */
.nd-hero{
    padding: 36px 0 0;
}

.nd-hero-inner{
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 28px;
    align-items: start;
}

/* ===== Responsive ===== */
@media (max-width: 980px){
    .nd-hero-inner{
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .nd-footer-top{
        flex-direction: column;
        gap: 22px;
    }
    .nd-footer-cols{
        gap: 44px;
    }
    .nd-footer-bottom{
        flex-direction: column;
        align-items: flex-start;
    }
    .nd-pay{ justify-content: flex-start; }
}

@media (max-width: 760px){
    .nd-container{ padding: 0 18px; }

    .nd-burger{ display:block; }
    .nd-menu-links{
        position: absolute;
        right: 18px;
        top: 76px;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        background: rgba(255,255,255,.92);
        border: 1px solid rgba(17,18,20,.08);
        border-radius: 18px;
        padding: 14px;
        box-shadow: var(--shadow-2);
        display: none;
        min-width: 220px;
        backdrop-filter: blur(8px);
    }
    .nd-menu-links.is-open{ display:flex; }
    .nd-menu-spacer{ display:none; }

    .nd-footer-cols{ flex-direction: column; gap: 18px; }
}

/* ===== Profile header ===== */
.nd-ph{
    position: relative;
    padding: 16px 0 10px;
    background: rgba(255,255,255,.72);
    border-bottom: 1px solid rgba(17,18,20,.08);
    backdrop-filter: blur(10px);
}
.nd-ph-inner{
    display:flex;
    align-items:center;
    justify-content: space-between;
    gap: 14px;
}
.nd-ph-left{
    display:flex;
    align-items:center;
    gap: 14px;
    min-width: 0;
}
.nd-ph-brand{
    display:flex;
    align-items:center;
    gap: 10px;
    cursor:pointer;
    text-decoration:none;
    color: inherit;
}
.nd-ph-brand-text{
    font-weight: 900;
    letter-spacing: .2px;
    color: rgba(17,18,20,.86);
}
.nd-ph-search{
    position: relative;
    width: min(420px, 52vw);
    min-width: 160px;
}
.nd-ph-search-input{
    width: 100%;
    height: 40px;
    border-radius: 999px;
    border: 1px solid rgba(17,18,20,.12);
    background: rgba(255,255,255,.85);
    padding: 0 44px 0 14px;
    outline: none;
    font-weight: 700;
    color: rgba(17,18,20,.80);
}
.nd-ph-search-ic{
    position:absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(17,18,20,.45);
    font-weight: 900;
}
.nd-ph-signout{
    height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(17,18,20,.12);
    background: rgba(255,255,255,.78);
    cursor: pointer;
    font-weight: 900;
    color: rgba(17,18,20,.70);
}
.nd-ph-signout:hover{
    border-color: rgba(91,108,255,.35);
    box-shadow: 0 0 0 6px rgba(91,108,255,.10);
}
@media (max-width: 760px){
    .nd-ph-search{ display:none; } /* на мобиле как у топ проектов — убираем */
}



.nd-profile-loading{
    display:grid;
    place-items:center;
    gap: 12px;
    padding: 38px 0;
}
.nd-profile-loading-text{
    font-weight: 900;
    color: rgba(17,18,20,.60);
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.nd-pm-head{ padding: 6px 4px 10px; }
.nd-pm-title{ margin:0; font-weight: 900; letter-spacing: -.3px; color: rgba(17,18,20,.90); }
.nd-pm-sub{ margin-top: 6px; font-size: 13px; color: rgba(17,18,20,.55); }

.nd-pm-card{
    border-radius: var(--radius-xl);
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(17,18,20,.10);
    box-shadow: var(--shadow-2);
    padding: 16px;
}

.nd-save{
    width: min(340px, 100%);
    height: 48px;
    border-radius: 14px;
    text-align: center;
    border: 0;
    cursor:pointer;
    background: #26b15f;
    color: white;
    font-weight: 900;
    box-shadow: 0 16px 40px rgba(38,177,95,.22);
}
.nd-save:disabled{ opacity: .6; cursor: not-allowed; }

.nd-pm-form{ display:grid; gap: 14px; }

.nd-pm-row{ display:grid; gap: 8px; }
.nd-pm-label{ font-weight: 900; font-size: 12px; color: rgba(17,18,20,.70); }

/* ===== Input baseline (global) ===== */
.nd-auth-input{
    width: 100%;
    height: 48px;
    border-radius: 16px;
    border: 1px solid rgba(17,18,20,.12);
    background: rgba(255,255,255,.85);
    padding: 0 14px;
    outline: none;
    font-weight: 800;
    color: rgba(17,18,20,.78);
}
.nd-auth-input:focus{
    border-color: rgba(91,108,255,.45);
    box-shadow: 0 0 0 6px rgba(91,108,255,.10);
}

/* ===== Profile lock popup ===== */
.nd-warn-overlay{
    position: fixed;
    inset: 0;
    background: rgba(13,16,32,.45);
    backdrop-filter: blur(6px);
    display: grid;
    place-items: center;
    z-index: 1200;
}

.nd-warn-modal{
    width: min(420px, calc(100% - 32px));
    background: #fff;
    border-radius: 26px;
    padding: 26px 24px 24px;
    box-shadow: 0 30px 90px rgba(17,18,20,.25);
    animation: nd-warn-in .25s ease-out;
}

@keyframes nd-warn-in{
    from{
        opacity: 0;
        transform: translateY(10px) scale(.96);
    }
    to{
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.nd-warn-title{
    font-size: 18px;
    font-weight: 900;
    color: rgba(17,18,20,.92);
}

.nd-warn-text{
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(17,18,20,.55);
}

.nd-warn-actions{
    margin-top: 22px;
    display: flex;
    justify-content: flex-end;
}

.nd-warn-btn{
    height: 44px;
    padding: 0 22px;
    border-radius: 999px;
    border: 0;
    cursor: pointer;
    font-weight: 900;
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.nd-warn-btn-primary{
    color: #fff;
    background: linear-gradient(90deg, var(--p1), var(--p2));
    box-shadow: var(--shadow-soft);
}

.nd-warn-btn-primary:hover{
    transform: translateY(-1px);
}

.nd-warn-btn-primary:active{
    transform: translateY(0);
}

/* mobile */
@media (max-width: 480px){
    .nd-warn-modal{
        padding: 22px 18px 20px;
    }
    .nd-warn-title{
        font-size: 16px;
    }
}


.nd-pm-actions{
    display:flex;
    justify-content:center;
    padding-top: 6px;
}


/* ===== Auth modal ===== */
.nd-modal-open{
    overflow: hidden;
}

.nd-modal-open .nd-nav,
.nd-modal-open .nd-hero,
.nd-modal-open .nd-footer{
    filter: blur(10px);
    transform: translateZ(0);
    transition: filter .18s ease;
}

.nd-auth-overlay{
    position: fixed;
    overflow: auto;
    overscroll-behavior: contain;
    inset: 0;
    z-index: 9999;
    display: grid;
    place-items: center;
    padding: 18px;
    background: rgba(13,16,32,.38);
    backdrop-filter: blur(10px);
}

.nd-auth-glow{
    position: absolute;
    width: min(720px, 92vw);
    height: min(720px, 92vw);
    border-radius: 999px;
    background:
            radial-gradient(circle at 30% 30%, rgba(91,108,255,.30), transparent 60%),
            radial-gradient(circle at 70% 60%, rgba(255,91,200,.26), transparent 62%);
    filter: blur(10px);
    opacity: .9;
}

.nd-auth-modal{
    position: relative;
    width: min(520px, 92vw);
    border-radius: 26px;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(17,18,20,.10);
    box-shadow: var(--shadow-1);
    backdrop-filter: blur(14px);
    overflow: hidden;
}

.nd-auth-x{
    position: absolute;
    right: 12px;
    top: 10px;
    width: 38px;
    height: 38px;
    border-radius: 14px;
    border: 1px solid rgba(17,18,20,.10);
    background: rgba(255,255,255,.75);
    cursor: pointer;
    font-size: 22px;
    line-height: 0;
    color: rgba(17,18,20,.75);
}

.nd-auth-head{
    padding: 20px 20px 0;
}
.nd-auth-title{
    font-weight: 900;
    letter-spacing: -.3px;
    font-size: 20px;
    color: rgba(17,18,20,.90);
}
.nd-auth-sub{
    margin-top: 6px;
    font-size: 12px;
    color: rgba(17,18,20,.55);
}
.nd-auth-progress{
    margin-top: 12px;
    height: 10px;
    border-radius: 999px;
    background: rgba(17,18,20,.08);
    overflow: hidden;
}
.nd-auth-progress span{
    display:block;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--p1), var(--p2));
    box-shadow: var(--shadow-soft);
}

.nd-auth-body{
    padding: 16px 20px 8px;
}
.nd-auth-label{
    font-weight: 800;
    font-size: 12px;
    color: rgba(17,18,20,.80);
    margin-bottom: 8px;
}
.nd-auth-input{
    width: 100%;
    height: 48px;
    border-radius: 16px;
    border: 1px solid rgba(17,18,20,.12);
    background: rgba(255,255,255,.85);
    padding: 0 14px;
    outline: none;
    font-weight: 700;
    color: rgba(17,18,20,.86);
}
.nd-auth-input:focus{
    border-color: rgba(91,108,255,.45);
    box-shadow: 0 0 0 6px rgba(91,108,255,.12);
}

.nd-auth-btn{
    width: min(340px, 100%);
    height: 48px;
    border-radius: 14px;
    border: 0;
    cursor:pointer;
    color: white;
    font-weight: 900;
    background: linear-gradient(90deg, var(--p1), var(--p2));
    box-shadow: 0 16px 40px rgba(91,108,255,.22);
}
.nd-auth-btn:disabled{ opacity: .55; cursor:not-allowed; }

.nd-auth-btn i{
    margin-right: 8px;
}

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

.nd-auth-actions-one-action{
    padding: 12px 20px 14px;
    display: grid;
    gap: 12px;
}
/* ===== Shared Layout (Authorized/FakeAuthorized) ===== */
.nd-auth-side{
    position: sticky;
    top: 18px;
    align-self: start;
}

.nd-profile{ padding-top: 20px; padding-bottom: 24px; }

.nd-profile-grid{
    display:grid;
    grid-template-columns: 280px 1fr;
    gap: 18px;
    align-items: start;
}

@media (max-width: 980px){
    .nd-auth-side{
        position: relative;
        top: 0;
    }

    .nd-profile-grid{ grid-template-columns: 1fr; }
}

.nd-page.nd-modal-open{
    height: 100vh;
    overflow: hidden;
}

/* ===== Shared Profile Form (Profile/FakeProfile) ===== */

.nd-ps-coins-label{
    grid-column: 2;
    grid-row: 1;
    font-size: 12px;
    color: rgba(17,18,20,.45);
    justify-self:end;
}


.nd-readonly{
    height: 48px;
    border-radius: 16px;
    border: 1px solid rgba(17,18,20,.10);
    background: rgba(17,18,20,.04);
    display:flex;
    align-items:center;
    padding: 0 14px;
    font-weight: 800;
    color: rgba(17,18,20,.70);
}

.nd-upload{
    display:grid;
    grid-template-columns: 180px 1fr;
    gap: 12px;
    align-items: start;
}
.nd-upload-box{
    height: 120px;
    border-radius: 18px;
    border: 2px dashed rgba(17,18,20,.18);
    background: rgba(247,248,252,.80);
    display:grid;
    place-items:center;
    cursor:pointer;
    position: relative;
}
.nd-upload-box input{ position:absolute; inset:0; opacity:0; cursor:pointer; }
.nd-upload-ic{ font-size: 22px; }
.nd-upload-txt{ font-weight: 900; color: rgba(17,18,20,.65); font-size: 12px; }
.nd-upload-box.is-error{ border-color: rgba(255,91,200,.60); background: rgba(255,91,200,.06); }
.nd-upload-hint{ font-size: 12px; line-height: 1.45; color: rgba(17,18,20,.50); }
.nd-upload-err{ margin-top: 8px; color: rgba(255,91,200,.95); font-weight: 900; }

.nd-dob2{
    display:grid;
    grid-template-columns: 120px 1fr 140px;
    gap: 10px;
}
.nd-select{
    height: 48px;
    border-radius: 16px;
    border: 1px solid rgba(17,18,20,.12);
    background: rgba(255,255,255,.85);
    padding: 0 12px;
    font-weight: 900;
    color: rgba(17,18,20,.75);
    outline: none;
}

.nd-toggle{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.nd-toggle-btn{
    height: 48px;
    border-radius: 999px;
    border: 1px solid rgba(17,18,20,.12);
    background: rgba(255,255,255,.80);
    cursor:pointer;
    font-weight: 900;
    color: rgba(17,18,20,.65);
}
.nd-toggle-btn.is-on{
    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-age{
    display:grid;
    grid-template-columns: auto 1fr auto 1fr;
    gap: 10px;
    align-items:center;
}
.nd-age-cap{ font-weight: 900; font-size: 12px; color: rgba(17,18,20,.55); }

.nd-textarea{
    min-height: 120px;
    border-radius: 16px;
    border: 1px solid rgba(17,18,20,.12);
    background: rgba(255,255,255,.85);
    padding: 12px 14px;
    font-weight: 800;
    color: rgba(17,18,20,.78);
    outline: none;
    resize: vertical;
}

.nd-check{
    display:flex;
    gap: 10px;
    align-items:flex-start;
    font-size: 12px;
    color: rgba(17,18,20,.55);
}
.nd-check a{ color: rgba(91,108,255,.95); font-weight: 900; text-decoration:none; }


/* ===== Field validation UX ===== */
.nd-field-error{
    font-size: 12px;
    font-weight: 900;
    color: rgba(255,91,200,.95);
}

.nd-field-invalid{
    border-color: rgba(255,91,200,.55) !important;
    box-shadow: 0 0 0 6px rgba(255,91,200,.12) !important;
}

.nd-about-meta{
    display:flex;
    align-items:center;
    justify-content: space-between;
    font-size: 12px;
    color: rgba(17,18,20,.45);
}
.nd-about-count{
    font-weight: 900;
    letter-spacing: .08em;
}

/* ===== Photos (up to 5) ===== */
.nd-photos{ display:grid; gap: 10px; }

.nd-photo-add{
    height: 120px;
    border-radius: 18px;
    border: 2px dashed rgba(17,18,20,.18);
    background: rgba(247,248,252,.80);
    display:grid;
    place-items:center;
    cursor:pointer;
    position: relative;
}

.nd-file-input{
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
}

.nd-photo-add input{
    position:absolute;
    inset:0;
    opacity:0;
    cursor:pointer;
}
.nd-photo-add-ic{
    width: 36px;
    height: 36px;
    border-radius: 999px;
    display:grid;
    place-items:center;
    font-weight: 900;
    color: rgba(91,108,255,.95);
    background: rgba(91,108,255,.10);
}
.nd-photo-add-txt{
    margin-top: 6px;
    font-weight: 900;
    font-size: 12px;
    color: rgba(17,18,20,.60);
}
.nd-photo-add.is-error{
    border-color: rgba(255,91,200,.60);
    background: rgba(255,91,200,.06);
}

.nd-photo-grid{
    display:grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}
.nd-photo{
    position: relative;
    border: 0;
    padding: 0;
    border-radius: 16px;
    overflow:hidden;
    cursor:pointer;
    background: rgba(17,18,20,.06);
    height: 92px;
    border: 1px solid rgba(17,18,20,.10);
}
.nd-photo img{
    width:100%;
    height:100%;
    object-fit: cover;
    display:block;
}
.nd-photo-badge{
    position:absolute;
    left: 8px;
    bottom: 8px;
    font-size: 10px;
    font-weight: 900;
    padding: 5px 8px;
    border-radius: 999px;
    background: rgba(255,255,255,.82);
    color: rgba(17,18,20,.70);
    border: 1px solid rgba(17,18,20,.10);
}
.nd-photo.is-avatar{
    border-color: rgba(91,108,255,.60);
    box-shadow: 0 0 0 6px rgba(91,108,255,.10);
}
.nd-photo.is-avatar .nd-photo-badge{
    background: linear-gradient(90deg, rgba(91,108,255,.92), rgba(255,91,200,.92));
    color: white;
    border: 0;
}
.nd-photo-remove{
    position:absolute;
    right: 6px;
    top: 6px;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    display:grid;
    place-items:center;
    background: rgba(13,16,32,.55);
    color: rgba(255,255,255,.92);
    font-weight: 900;
    line-height: 1;
}

@media (max-width: 980px){
    .nd-photo-grid{ grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 560px){
    .nd-photo-grid{ grid-template-columns: repeat(2, 1fr); }
}




/* ===== Shared Sidebar (ProfileSidebar/ProfileFakeSidebar) ===== */
.nd-ps-card{
    border-radius: var(--radius-xl);
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(17,18,20,.10);
    box-shadow: var(--shadow-2);
    padding: 16px;
    display: flex;
    flex-direction: column;
}

.nd-ps-avatar{
    width: 112px;
    height: 112px;
    border-radius: 999px;
    overflow:hidden;
    border: 1px solid rgba(17,18,20,.10);
    background: rgba(17,18,20,.06);
    display: grid;
    place-items: center;
    margin: auto;
}
.nd-ps-avatar img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.nd-ps-avatar-ph{
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    color: rgba(17,18,20,.35);
    font-size: 34px;
}

@media (max-width: 760px){
    .nd-ps-avatar{
        width: 96px;
        height: 96px;
    }
}

.nd-ps-coins{
    margin-top: 12px;
    display:grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    gap: 6px 10px;
    align-items:center;
}
.nd-ps-coins-val{
    grid-column: 1;
    grid-row: 1 / span 2;
    font-weight: 900;
    font-size: 18px;
    color: rgba(17,18,20,.85);
}

.nd-ps-topup{
    grid-column: 2;
    grid-row: 2;
    height: 34px;
    min-width: 92px;
    padding: 0 16px;
    border-radius: 999px;
    border: 0;
    background: linear-gradient(90deg, var(--p1), var(--p2));
    color: white;
    font-weight: 900;
    cursor:pointer;
    box-shadow: var(--shadow-soft);
    justify-self:end;
    transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}

.nd-ps-topup:hover{
    transform: translateY(-1px);
    filter: saturate(1.12);
    box-shadow: 0 18px 44px rgba(91,108,255,.26);
}
.nd-ps-topup:active{
    transform: translateY(0px);
    filter: saturate(1);
}

.nd-ps-nav{ margin-top: 28px; display:grid; gap: 8px; }

.nd-search-cta{
    width: 100%;
    border: 0;
    border-radius: 18px;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    text-align: left;
    margin-bottom: 14px;

    color: #fff;
    background: linear-gradient(90deg, var(--p1), var(--p2));
    box-shadow: 0 18px 40px rgba(91,108,255,.22);
    position: relative;
    overflow: hidden;
}

/* animated glow */
.nd-search-cta::before{
    content:"";
    position: absolute;
    inset: -40%;
    background: radial-gradient(circle at 30% 40%, rgba(255,255,255,.28), transparent 55%);
    transform: translateX(-10%);
    opacity: .8;
    pointer-events: none;
}

.nd-search-cta:hover{
    transform: translateY(-1px);
    box-shadow: 0 22px 54px rgba(91,108,255,.28);
}

/* ===== Search ACTIVE (clean & premium) ===== */
.nd-search-cta.is-active{
    transform: none;
    filter: saturate(1.1);
    box-shadow:
            0 26px 64px rgba(91,108,255,.32);
}

@media (prefers-reduced-motion: no-preference){
    .nd-search-cta.is-active{
        animation: nd-search-active-breathe 3.2s ease-in-out infinite;
    }

    @keyframes nd-search-active-breathe{
        0%,100%{ filter: saturate(1.08); }
        50%{ filter: saturate(1.18); }
    }
}


.nd-search-cta-ic{
    width: 38px;
    height: 38px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.16);
    border: 1px solid rgba(255,255,255,.22);
}

.nd-search-cta-ic i{
    font-size: 16px;
    color: rgba(255,255,255,.95);
}

.nd-search-cta-txt{
    display: grid;
    gap: 2px;
    flex: 1;
    min-width: 0;
}

.nd-search-cta-title{
    font-weight: 900;
    letter-spacing: .02em;
    line-height: 1.1;
}

.nd-search-cta-sub{
    font-size: 12px;
    opacity: .85;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nd-search-cta-arrow i{
    font-size: 16px;
    font-weight: 900;
    opacity: .95;
    transition: transform .25s ease;
}

.nd-search-cta:hover .nd-search-cta-arrow i{
    transform: translateX(3px);
}

@media (prefers-reduced-motion: no-preference){
    .nd-search-cta-arrow i{
        animation: nd-arrow-pulse 1.6s ease-in-out infinite;
    }

    @keyframes nd-arrow-pulse{
        0%,100%{ transform: translateX(0); }
        50%{ transform: translateX(4px); }
    }
}

/* subtle pulse */
@media (prefers-reduced-motion: no-preference){
    .nd-search-cta{
        animation: nd-cta-pulse 2.2s ease-in-out infinite;
    }
    @keyframes nd-cta-pulse{
        0%,100%{ filter: saturate(1); }
        50%{ filter: saturate(1.18); }
    }
}

.nd-ps-link{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 14px;
    border: 1px solid rgba(17,18,20,.10);
    background: rgba(255,255,255,.82);
    color: rgba(17,18,20,.80);
    font-weight: 800;
    cursor: pointer;
    text-align: left;
}

.nd-ps-link i{
    width: 18px;
    text-align: center;
    color: rgba(91,108,255,.90);
}

.nd-ps-link:hover{
    background: rgba(91,108,255,.06);
    border-color: rgba(91,108,255,.18);
}

.nd-ps-link.is-active{
    background: rgba(91,108,255,.10);
    border-color: rgba(91,108,255,.32);
    color: rgba(91,108,255,.95);
    box-shadow: 0 10px 24px rgba(91,108,255,.14);
}

.nd-ps-link.is-active i{
    color: rgba(91,108,255,.98);
}

.nd-ps-link:disabled{
    opacity: .45;
    cursor: not-allowed;
}

.nd-ps-link:disabled i{
    color: rgba(17,18,20,.35);
}

.nd-ps-badge{
    margin-left: auto;
    min-width: 22px;
    height: 22px;
    padding: 0 8px;
    border-radius: 999px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size: 11px;
    font-weight: 1000;
    color: white;
    background: linear-gradient(90deg, var(--p1), var(--p2));
    box-shadow: 0 10px 24px rgba(91,108,255,.22);
    animation: nd-badge-pulse 1.2s ease-in-out infinite;
}

@keyframes nd-badge-pulse{
    0%,100%{ transform: scale(1); }
    50%{ transform: scale(1.06); }
}

/* ===== Shared Messages (Messages/FakeMessages) ===== */
.nd-msg{
    display:grid;
    grid-template-columns: 360px 1fr;
    gap: 14px;
    height: calc(100vh - 190px);
    min-height: 520px;
}

.nd-msg-left{
    border-radius: 18px;
    border: 1px solid rgba(17,18,20,.10);
    background: rgba(255,255,255,.86);
    overflow:hidden;
    display:flex;
    flex-direction: column;
}

.nd-msg-filters{
    padding: 12px 12px 10px 12px;
    border-bottom: 1px solid rgba(17,18,20,.08);
    display:flex;
    flex-wrap: wrap;
    gap: 10px 12px;
    background: rgba(247,248,252,.65);
}

.nd-ios{
    display:flex;
    align-items:center;
    gap: 8px;
    font-weight: 900;
    color: rgba(17,18,20,.70);
    font-size: 12px;
    user-select:none;
}
.nd-ios input{ display:none; }
.nd-ios-track{
    width: 44px;
    height: 24px;
    border-radius: 999px;
    background: rgba(17,18,20,.14);
    position: relative;
    box-shadow: inset 0 0 0 1px rgba(17,18,20,.08);
}
.nd-ios-track::after{
    content:"";
    position:absolute;
    top: 3px; left: 3px;
    width: 18px; height: 18px;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 6px 16px rgba(17,18,20,.18);
    transition: transform .18s ease, background .18s ease;
}
.nd-ios input:checked + .nd-ios-track{
    background: rgba(91,108,255,.75);
}
.nd-ios input:checked + .nd-ios-track::after{
    transform: translateX(20px);
}

.nd-msg-list{
    overflow:auto;
    padding: 10px;
    display:flex;
    flex-direction: column;
    gap: 10px;
}

.nd-msg-empty{
    padding: 20px;
    text-align:center;
    color: rgba(17,18,20,.55);
    font-weight: 900;
}

.nd-msg-item{
    width:100%;
    text-align:left;
    border-radius: 16px;
    border: 1px solid rgba(17,18,20,.10);
    background: rgba(255,255,255,.92);
    padding: 10px;
    display:grid;
    grid-template-columns: 54px 1fr;
    gap: 10px;
    cursor:pointer;
    box-shadow: 0 10px 26px rgba(17,18,20,.07);
}
.nd-msg-item:hover{
    transform: translateY(-1px);
    box-shadow: 0 16px 40px rgba(17,18,20,.10);
}
.nd-msg-item.is-active{
    border-color: rgba(91,108,255,.40);
    box-shadow: 0 0 0 6px rgba(91,108,255,.10), 0 18px 44px rgba(17,18,20,.12);
    background: rgba(255,255,255,.96);
}

.nd-msg-ava{
    width: 54px;
    height: 54px;
    border-radius: 999px;
    position: relative;
    overflow: visible;
    border: 2px solid rgba(17,18,20,.06);
    background: rgba(91,108,255,.08);
    display:flex;
    align-items:center;
    justify-content:center;
}
.nd-msg-ava img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius: 999px;
}
.nd-msg-ava-fallback{
    font-weight: 950;
    color: rgba(17,18,20,.55);
}

.nd-msg-unread{
    position:absolute;
    top: -5px;
    right: -5px;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 999px;
    background: rgba(255,91,200,.95);
    color:#fff;
    font-weight: 950;
    font-size: 12px;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow: 0 10px 22px rgba(255,91,200,.25);
    border: 2px solid rgba(255,255,255,.95);
    z-index: 3;
}

.nd-dot{
    width: 12px; height: 12px;
    border-radius: 999px;
    border: 2px solid rgba(255,255,255,.95);
    position:absolute;
    right: -1px; bottom: -1px;
    z-index: 2;
}
.nd-dot-online{ background: rgba(38,177,95,.95); box-shadow: 0 10px 18px rgba(38,177,95,.25); }

.nd-msg-meta{ min-width:0; }
.nd-msg-top{
    display:flex;
    align-items:center;
    justify-content: space-between;
    gap: 10px;
}
.nd-msg-title{
    font-weight: 950;
    color: rgba(17,18,20,.86);
    white-space: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}
.nd-msg-time{
    font-weight: 900;
    font-size: 12px;
    color: rgba(17,18,20,.45);
    white-space: nowrap;
}
.nd-msg-bottom{
    margin-top: 6px;
    display:flex;
    align-items:center;
    justify-content: space-between;
    gap: 10px;
}
.nd-msg-snippet{
    font-weight: 900;
    color: rgba(17,18,20,.55);
    white-space: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
}
.nd-msg-photo{
    color: rgba(91,108,255,.95);
}
.nd-msg-star{
    width: 34px; height: 34px;
    border-radius: 999px;
    border: 1px solid rgba(17,18,20,.10);
    background: rgba(255,255,255,.90);
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    color: rgba(17,18,20,.25);
}
.nd-msg-star.is-on{
    color: rgba(255,193,7,.95);
}

.nd-msg-right{
    border-radius: 18px;
    border: 1px solid rgba(17,18,20,.10);
    background: rgba(255,255,255,.86);
    overflow:hidden;
    display:flex;
    flex-direction: column;
}

.nd-msg-placeholder{
    height: 100%;
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    gap: 10px;
    color: rgba(17,18,20,.55);
}
.nd-msg-pl-ic{
    width: 58px; height: 58px;
    border-radius: 18px;
    display:flex;
    align-items:center;
    justify-content:center;
    background: transparent;
    color: rgba(91,108,255,.95);
    font-size: 26px;
}
.nd-msg-pl-title{ font-weight: 950; }

.nd-token-modal{
    width: min(640px, calc(100vw - 28px));
    max-width: 640px;
}

.nd-token-head{
    display: grid;
    grid-template-columns: 68px 1fr;
    gap: 16px;
    align-items: center;
}

.nd-token-ava{
    width: 68px;
    height: 68px;
    border-radius: 999px;
    overflow: hidden;
    border: 2px solid rgba(17,18,20,.08);
    background: rgba(91,108,255,.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(17,18,20,.5);
    font-size: 24px;
}

.nd-token-ava img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nd-token-title{
    font-weight: 950;
    font-size: 34px;
    line-height: 1.15;
    color: rgba(17,18,20,.92);
}

.nd-token-sub{
    margin-top: 8px;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.35;
    color: rgba(17,18,20,.62);
}

.nd-token-note{
    margin-top: 20px;
    border-radius: 16px;
    border: 1px solid rgba(91,108,255,.18);
    background: rgba(91,108,255,.08);
    color: rgba(17,18,20,.72);
    padding: 16px 18px;
    font-weight: 800;
    font-size: 16px;
    line-height: 1.4;
}

.nd-token-pay-btn{
    margin-top: 22px;
    height: 56px;
    width: min(420px, 100%);
    font-size: 24px;
}

.nd-token-modal .nd-auth-modal-inner{
    padding: 28px;
}

@media (max-width: 700px){
    .nd-token-modal{
        width: min(95vw, 560px);
    }

    .nd-token-modal .nd-auth-modal-inner{
        padding: 20px;
    }

    .nd-token-head{
        grid-template-columns: 58px 1fr;
        gap: 12px;
    }

    .nd-token-ava{
        width: 58px;
        height: 58px;
    }

    .nd-token-title{
        font-size: 30px;
    }

    .nd-token-sub{
        font-size: 16px;
    }

    .nd-token-note{
        font-size: 14px;
        padding: 14px 14px;
    }

    .nd-token-pay-btn{
        height: 52px;
        font-size: 20px;
    }
}

.nd-msg-head{
    padding: 12px;
    display:flex;
    align-items:center;
    gap: 10px;
    border-bottom: 1px solid rgba(17,18,20,.08);
    background: rgba(247,248,252,.65);
}
.nd-msg-back{
    display:none;
    align-items:center;
    gap: 8px;
    border-radius: 12px;
    border: 1px solid rgba(17,18,20,.10);
    background: rgba(255,255,255,.85);
    padding: 8px 10px;
    font-weight: 900;
    cursor:pointer;
}
.nd-msg-head-ava{
    width: 44px;
    height: 44px;
    min-width: 44px;
    flex: 0 0 44px;
    border-radius: 999px;
    overflow: visible;
    position: relative;
    background: rgba(91,108,255,.08);
    border: 2px solid rgba(17,18,20,.06);
    display:flex;
    align-items:center;
    justify-content:center;
}
.nd-msg-head-ava img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius: 999px;
}

.nd-msg-head-ava .nd-dot{
    right: -2px;
    bottom: -2px;
    width: 11px;
    height: 11px;
    border-width: 2px;
    z-index: 3;
}

.nd-msg-head-title{
    font-weight: 950;
    color: rgba(17,18,20,.86);
}
.nd-msg-head-sub{
    margin-top: 2px;
    font-weight: 900;
    color: rgba(38,177,95,.95);
}

.nd-msg-thread{
    flex: 1;
    overflow:auto;
    padding: 14px;
    background: rgba(247,248,252,.35);
}

.nd-msg-day{
    width: fit-content;
    margin: 10px auto;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(17,18,20,.10);
    background: rgba(255,255,255,.75);
    font-weight: 950;
    color: rgba(17,18,20,.55);
    text-transform: lowercase;
}

.nd-bubble{
    display:flex;
    margin: 10px 0;
}
.nd-bubble.is-me{ justify-content:flex-end; }
.nd-bubble.is-them{ justify-content:flex-start; }

.nd-bubble-inner{
    max-width: min(560px, 78%);
    border-radius: 18px;
    padding: 12px 12px 10px 12px;
    border: 1px solid rgba(17,18,20,.10);
    background: rgba(255,255,255,.92);
    box-shadow: 0 10px 26px rgba(17,18,20,.06);
}
.nd-bubble.is-me .nd-bubble-inner{
    background: rgba(91,108,255,.12);
    border-color: rgba(91,108,255,.25);
}
.nd-bubble-text{
    font-weight: 800;
    color: rgba(17,18,20,.80);
    white-space: pre-wrap;
    word-break: break-word;
}
.nd-bubble-photo{
    margin-top: 8px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor:pointer;
}
.nd-bubble-photo img{
    width: 100%;
    max-width: 420px;
    border-radius: 14px;
    border: 1px solid rgba(17,18,20,.10);
    box-shadow: 0 14px 34px rgba(17,18,20,.10);
}

.nd-bubble-meta{
    margin-top: 6px;
    display:flex;
    align-items:center;
    justify-content: space-between;
    gap: 10px;
    font-weight: 900;
    font-size: 12px;
    color: rgba(17,18,20,.45);
}
.nd-ticks{
    color: rgba(91,108,255,.95);
}

.nd-msg-compose{
    padding: 12px;
    border-top: 1px solid rgba(17,18,20,.08);
    background: rgba(255,255,255,.86);
    display:grid;
    grid-template-columns: 44px 44px 1fr 52px;
    gap: 10px;
    align-items:center;
    position: relative;
}
.nd-msg-file{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    border: 1px solid rgba(17,18,20,.10);
    background: rgba(255,255,255,.90);
    padding: 10px;
    cursor:pointer;
}
.nd-msg-ic{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    border: 1px solid rgba(17,18,20,.10);
    background: rgba(255,255,255,.90);
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    color: rgba(17,18,20,.55);
}
.nd-msg-input{
    height: 44px;
    border-radius: 14px;
    border: 1px solid rgba(17,18,20,.10);
    background: rgba(255,255,255,.92);
    padding: 0 12px;
    font-weight: 850;
}
.nd-msg-send{
    width: 52px;
    height: 44px;
    border-radius: 14px;
    border: 0;
    cursor:pointer;
    background: linear-gradient(90deg, rgba(91,108,255,.95), rgba(255,91,200,.95));
    color: #fff;
    box-shadow: 0 16px 40px rgba(91,108,255,.22);
}

.nd-emoji-pop{
    position: fixed;
    width: 340px;
    max-width: calc(100vw - 24px);
    display:none;
    z-index: 9999;
    border-radius: 18px;
    overflow:hidden;
    box-shadow: 0 24px 80px rgba(17,18,20,.22);
    border: 1px solid rgba(17,18,20,.10);
    background: rgba(255,255,255,.96);
}
.nd-emoji-pop.is-open{ display:block; }

/* image viewer */
.nd-imgv{
    position: fixed;
    inset: 0;
    background: rgba(17,18,20,.55);
    display:none;
    z-index: 9999;
    align-items:center;
    justify-content:center;
    padding: 18px;
}
.nd-imgv.is-open{ display:flex; }
.nd-imgv-box{
    width: min(980px, calc(100vw - 24px));
    border-radius: 18px;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(255,255,255,.35);
    overflow:hidden;
    position: relative;
    padding: 12px;
}
.nd-imgv-x{
    position:absolute;
    top: 10px;
    right: 10px;
    width: 40px; height: 40px;
    border-radius: 999px;
    border: 1px solid rgba(17,18,20,.10);
    background: rgba(255,255,255,.90);
    cursor:pointer;
    font-size: 22px;
}
.nd-imgv img{
    width: 100%;
    height: auto;
    border-radius: 14px;
}

/* responsive */
@media (max-width: 980px){
    .nd-msg{ grid-template-columns: 1fr; height: calc(100vh - 160px); }
    .nd-msg-back{ display:flex; }
    .nd-msg-left.is-collapsed-mobile{ display:none; }
}



/* ===== Blazor reconnect modal (custom themed) ===== */
#components-reconnect-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(13, 16, 32, 0.38);
    backdrop-filter: blur(4px);
    padding: 20px;
}

#components-reconnect-modal.components-reconnect-show,
#components-reconnect-modal.components-reconnect-failed,
#components-reconnect-modal.components-reconnect-rejected {
    display: flex;
}

#components-reconnect-modal .nd-reconnect-panel {
    width: min(560px, 100%);
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background:
        radial-gradient(500px 200px at 20% 0%, rgba(91, 108, 255, 0.16), transparent 60%),
        radial-gradient(500px 200px at 80% 0%, rgba(255, 91, 200, 0.14), transparent 60%),
        rgba(255, 255, 255, 0.96);
    box-shadow: 0 24px 70px rgba(17, 18, 20, 0.28);
    padding: 26px 24px;
}

#components-reconnect-modal .nd-reconnect-state {
    display: none;
    text-align: center;
}

#components-reconnect-modal.components-reconnect-show .nd-reconnect-show-state {
    display: block;
}

#components-reconnect-modal.components-reconnect-failed:not(.components-reconnect-rejected) .nd-reconnect-failed-state {
    display: block;
}

#components-reconnect-modal.components-reconnect-rejected .nd-reconnect-rejected-state {
    display: block;
}

#components-reconnect-modal .nd-reconnect-spinner {
    width: 74px;
    height: 74px;
    margin: 2px auto 14px;
    border-radius: 999px;
    border: 4px solid rgba(91, 108, 255, 0.2);
    border-top-color: rgba(91, 108, 255, 0.95);
    animation: nd-reconnect-spin 0.9s linear infinite;
}

#components-reconnect-modal .nd-reconnect-failed-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 12px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    color: rgba(91, 108, 255, 0.96);
    font-size: 28px;
    background: rgba(91, 108, 255, 0.1);
    border: 1px solid rgba(91, 108, 255, 0.22);
}

#components-reconnect-modal .nd-reconnect-title {
    font-size: 28px;
    line-height: 1.1;
    font-weight: 900;
    color: rgba(17, 18, 20, 0.9);
}

#components-reconnect-modal .nd-reconnect-sub {
    margin-top: 8px;
    color: rgba(17, 18, 20, 0.62);
    font-size: 16px;
    font-weight: 700;
}

#components-reconnect-modal .nd-reconnect-btn {
    margin-top: 18px;
    height: 42px;
    min-width: 132px;
    padding: 0 20px;
    border-radius: 999px;
    border: 1px solid transparent;
    background: linear-gradient(90deg, #5b6cff, #ff5bc8);
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(91, 108, 255, 0.3);
}

#components-reconnect-modal .nd-reconnect-btn:hover {
    filter: brightness(1.05);
}

@keyframes nd-reconnect-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 680px) {
    #components-reconnect-modal .nd-reconnect-panel {
        padding: 22px 16px;
        border-radius: 18px;
    }

    #components-reconnect-modal .nd-reconnect-title {
        font-size: 24px;
    }

    #components-reconnect-modal .nd-reconnect-sub {
        font-size: 14px;
    }
}
