
:root {
    --ncd10-navy: #030019;
    --ncd10-deep: #050026;
    --ncd10-indigo: #12004A;
    --ncd10-purple: #2A006A;
    --ncd10-cyan: #38D8FF;
    --ncd10-pink: #FF3FB5;
    --ncd10-magenta: #B73CFF;
    --ncd10-white: #FFFFFF;
    --ncd10-gold: #FFD84D;
}

.ncd10-wrap,
.ncd10-wrap * {
    box-sizing: border-box;
}

.ncd10-wrap {
    width: 100%;
    min-height: 900px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 50px 20px 70px;
    font-family: Arial, Helvetica, sans-serif;
    background:
        radial-gradient(circle at 50% 45%, rgba(56,216,255,0.28), transparent 16%),
        radial-gradient(circle at 18% 46%, rgba(255,63,181,0.28), transparent 20%),
        radial-gradient(circle at 80% 35%, rgba(183,60,255,0.30), transparent 22%),
        radial-gradient(circle at 70% 75%, rgba(0,80,255,0.22), transparent 24%),
        linear-gradient(135deg, #020010 0%, #050026 45%, #16003A 100%);
}

/* Actual visible branded artwork behind the phone */
.ncd10-bg-art {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.ncd10-bg-art::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 8% 35%, rgba(255,255,255,0.80) 0 1px, transparent 2px),
        radial-gradient(circle at 14% 62%, rgba(255,63,181,0.85) 0 1px, transparent 2px),
        radial-gradient(circle at 29% 26%, rgba(56,216,255,0.70) 0 1px, transparent 2px),
        radial-gradient(circle at 38% 70%, rgba(255,255,255,0.70) 0 1px, transparent 2px),
        radial-gradient(circle at 58% 30%, rgba(183,60,255,0.85) 0 1px, transparent 2px),
        radial-gradient(circle at 76% 55%, rgba(56,216,255,0.80) 0 1px, transparent 2px),
        radial-gradient(circle at 91% 38%, rgba(255,63,181,0.85) 0 1px, transparent 2px);
    background-size: 150px 150px;
    opacity: 0.85;
}

.ncd10-bg-art::after {
    content: "";
    position: absolute;
    left: -10%;
    right: -10%;
    top: 45%;
    height: 280px;
    background:
        linear-gradient(15deg, transparent 0 36%, rgba(255,63,181,0.25) 39%, transparent 44% 100%),
        linear-gradient(20deg, transparent 0 42%, rgba(56,216,255,0.24) 45%, transparent 50% 100%),
        linear-gradient(28deg, transparent 0 48%, rgba(183,60,255,0.20) 52%, transparent 57% 100%);
    transform: rotate(-7deg);
    filter: blur(1px);
    opacity: 0.95;
}

.ncd10-orbit {
    position: absolute;
    border-radius: 50%;
    border: 2px solid rgba(56,216,255,0.18);
    box-shadow: 0 0 22px rgba(56,216,255,0.22), inset 0 0 22px rgba(255,63,181,0.14);
}

.ncd10-orbit-one {
    width: 760px;
    height: 230px;
    left: -170px;
    top: 410px;
    transform: rotate(-17deg);
    border-color: rgba(255,63,181,0.30);
}

.ncd10-orbit-two {
    width: 720px;
    height: 210px;
    right: -220px;
    top: 325px;
    transform: rotate(18deg);
    border-color: rgba(56,216,255,0.25);
}

.ncd10-float {
    position: absolute;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--ncd10-white);
    font-size: 31px;
    background: rgba(8, 0, 48, 0.45);
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow:
        0 0 22px rgba(56,216,255,0.22),
        0 0 28px rgba(255,63,181,0.20),
        inset 0 0 18px rgba(255,255,255,0.04);
    text-shadow:
        0 0 9px rgba(255,255,255,0.75),
        0 0 18px rgba(255,63,181,0.65);
    opacity: 0.92;
}

.ncd10-float-1 { left: 13%; top: 21%; color: #FF4FD8; }
.ncd10-float-2 { left: 21%; top: 28%; color: #B73CFF; }
.ncd10-float-3 { left: 10%; top: 43%; color: #38D8FF; }
.ncd10-float-4 { left: 31%; top: 18%; color: #FFFFFF; }
.ncd10-float-5 { right: 13%; top: 33%; color: #38D8FF; }
.ncd10-float-6 { right: 20%; top: 51%; color: #FF4FD8; }
.ncd10-float-7 { right: 10%; top: 19%; color: #FF4FD8; }
.ncd10-float-8 { right: 14%; top: 62%; color: #B73CFF; }
.ncd10-float-9 { left: 19%; top: 65%; color: #FF4FD8; }
.ncd10-float-10 { right: 28%; top: 22%; color: #38D8FF; }

.ncd10-phone {
    width: min(430px, 100%);
    height: 790px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    border-radius: 42px;
    color: var(--ncd10-white);
    background:
        radial-gradient(circle at 50% 20%, rgba(255,63,181,0.14), transparent 20%),
        radial-gradient(circle at 25% 35%, rgba(56,216,255,0.10), transparent 20%),
        linear-gradient(180deg, rgba(18,0,74,0.96) 0%, rgba(7,0,43,0.98) 55%, rgba(3,0,25,0.99) 100%);
    border: 3px solid rgba(56,216,255,0.55);
    box-shadow:
        0 0 18px rgba(56,216,255,0.45),
        0 0 50px rgba(255,63,181,0.15),
        0 30px 80px rgba(0,0,0,0.58);
}

.ncd10-phone::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(255,255,255,0.18) 0 1px, transparent 2px),
        radial-gradient(circle at 73% 33%, rgba(255,63,181,0.20) 0 1px, transparent 3px),
        radial-gradient(circle at 42% 58%, rgba(56,216,255,0.16) 0 1px, transparent 2px);
    background-size: 82px 82px;
    pointer-events: none;
    opacity: 0.55;
    z-index: 0;
}

.ncd10-topbar,
.ncd10-screen,
.ncd10-bottom-nav {
    position: relative;
    z-index: 1;
}

.ncd10-topbar {
    height: 104px;
    padding: 18px 22px 12px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid rgba(255,255,255,0.75);
    background: rgba(5,0,38,0.62);
    backdrop-filter: blur(8px);
}

.ncd10-time {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 18px;
    color: var(--ncd10-white);
}

.ncd10-title {
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    color: var(--ncd10-white);
}

.ncd10-top-icons {
    display: flex;
    gap: 22px;
    align-items: center;
}

.ncd10-heart-alert,
.ncd10-gear {
    appearance: none;
    border: none;
    background: transparent;
    color: var(--ncd10-white);
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
    position: relative;
    font-weight: 800;
}

.ncd10-heart-alert span {
    color: var(--ncd10-white);
    text-shadow: 0 0 12px rgba(255,63,181,0.65);
}

.ncd10-heart-alert.has-items span {
    color: var(--ncd10-gold);
}

.ncd10-heart-alert em {
    position: absolute;
    top: -12px;
    right: -14px;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 999px;
    background: var(--ncd10-pink);
    color: var(--ncd10-white);
    font-size: 13px;
    font-style: normal;
    display: none;
    place-items: center;
    border: 2px solid var(--ncd10-white);
}

.ncd10-heart-alert.has-items em {
    display: grid;
}

.ncd10-screen {
    height: 608px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 24px 22px 96px;
}

.ncd10-bottom-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 78px;
    border-top: 1px solid rgba(255,255,255,0.76);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    background: rgba(5,0,38,0.82);
    backdrop-filter: blur(8px);
    padding: 6px 34px 12px;
}

.ncd10-bottom-nav button {
    border: none;
    background: transparent;
    color: var(--ncd10-white);
    font-size: 26px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 700;
}

.ncd10-bottom-nav span {
    font-size: 11px;
    font-weight: 700;
}

.ncd10-bottom-nav .active,
.ncd10-bottom-nav button:hover {
    color: var(--ncd10-pink);
    text-shadow: 0 0 10px rgba(255,63,181,0.55);
}

.ncd10-center {
    min-height: 470px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-radius: 28px;
    padding: 22px 18px;
    background:
        radial-gradient(circle at 50% 18%, rgba(255,63,181,0.15), transparent 26%),
        radial-gradient(circle at 50% 34%, rgba(56,216,255,0.10), transparent 30%),
        rgba(3,0,25,0.12);
}

.ncd10-heart-large {
    color: var(--ncd10-white);
    font-size: 76px;
    line-height: 1;
    margin-bottom: 22px;
    text-shadow:
        0 0 10px rgba(255,255,255,0.65),
        0 0 20px rgba(255,63,181,0.70),
        0 0 32px rgba(183,60,255,0.45);
}

.ncd10-h1 {
    color: var(--ncd10-white);
    font-size: 34px;
    font-weight: 900;
    line-height: 1.05;
    margin: 0 0 12px;
    text-shadow: 0 0 12px rgba(0,0,0,0.55);
}

.ncd10-sub {
    color: var(--ncd10-white);
    font-size: 15px;
    line-height: 1.35;
    margin: 0 0 24px;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(0,0,0,0.55);
}

.ncd10-label {
    color: var(--ncd10-white);
    text-align: left;
    font-weight: 800;
    margin: 16px 0 10px;
    font-size: 16px;
}

.ncd10-options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.ncd10-option {
    min-height: 58px;
    border-radius: 13px;
    border: 2px solid rgba(56,216,255,0.45);
    background: rgba(3,0,25,0.35);
    color: var(--ncd10-white);
    font-weight: 900;
    font-size: 15px;
    cursor: pointer;
}

.ncd10-option.selected {
    background: linear-gradient(90deg, #FF29A8, #D24BFF);
    color: var(--ncd10-white);
    border-color: rgba(255,255,255,0.22);
}

.ncd10-primary,
.ncd10-secondary,
.ncd10-danger {
    width: 100%;
    min-height: 54px;
    border-radius: 999px;
    font-weight: 900;
    font-size: 15px;
    cursor: pointer;
    margin-top: 20px;
}

.ncd10-primary {
    border: 1px solid rgba(255,255,255,0.22);
    background: linear-gradient(90deg, #FF29A8 0%, #FF4FD8 50%, #D24BFF 100%);
    color: var(--ncd10-white);
    box-shadow: 0 0 18px rgba(255,63,181,0.48), inset 0 0 10px rgba(255,255,255,0.12);
}

.ncd10-primary:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.ncd10-secondary {
    background: rgba(5,3,28,0.55);
    color: var(--ncd10-white);
    border: 2px solid rgba(56,216,255,0.86);
    box-shadow: 0 0 14px rgba(56,216,255,0.34), inset 0 0 10px rgba(56,216,255,0.08);
}

.ncd10-danger {
    background: transparent;
    color: var(--ncd10-white);
    border: 2px solid rgba(255,255,255,0.6);
}

.ncd10-opt-box {
    margin-top: 24px;
    padding: 28px 18px;
    border: 2px dashed rgba(56,216,255,0.62);
    border-radius: 18px;
    text-align: center;
    background: rgba(3,0,25,0.34);
}

.ncd10-opt-box .icon {
    font-size: 46px;
    color: var(--ncd10-white);
    margin-bottom: 12px;
}

.ncd10-opt-box h3 {
    margin: 0 0 10px;
    color: var(--ncd10-white);
    font-size: 22px;
}

.ncd10-opt-box p {
    margin: 0 0 22px;
    color: var(--ncd10-white);
    font-weight: 600;
    line-height: 1.35;
}

.ncd10-form-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--ncd10-white);
    font-weight: 900;
    margin-bottom: 18px;
    gap: 12px;
}

.ncd10-form-title strong {
    flex: 1;
    text-align: center;
}

.ncd10-form-title button {
    background: transparent;
    border: none;
    color: var(--ncd10-white);
    font-weight: 900;
    cursor: pointer;
}

.ncd10-photo-row {
    text-align: center;
    margin-bottom: 22px;
}

.ncd10-photo-preview {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid var(--ncd10-cyan);
    background: var(--ncd10-navy);
}

.ncd10-photo-row label {
    display: block;
    color: var(--ncd10-white);
    margin-top: 10px;
    font-weight: 900;
    cursor: pointer;
}

.ncd10-photo-row input {
    display: none;
}

.ncd10-field {
    margin-bottom: 16px;
}

.ncd10-field label {
    display: block;
    color: var(--ncd10-white);
    font-weight: 900;
    margin-bottom: 7px;
}

.ncd10-field input,
.ncd10-field textarea,
.ncd10-field select {
    width: 100%;
    border: 2px solid rgba(56,216,255,0.55);
    border-radius: 9px;
    background: rgba(3,0,25,0.62);
    color: var(--ncd10-white);
    min-height: 52px;
    padding: 12px 14px;
    font-size: 15px;
    font-weight: 700;
}

.ncd10-field textarea {
    min-height: 92px;
    resize: vertical;
}

.ncd10-field input::placeholder,
.ncd10-field textarea::placeholder {
    color: rgba(255,255,255,0.72);
}

.ncd10-switch-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255,255,255,0.5);
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding: 18px 0;
    margin: 20px 0;
    font-weight: 900;
}

.ncd10-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    min-height: 470px;
    background: rgba(8,4,44,0.78);
    border: 1px solid rgba(56,216,255,0.35);
    box-shadow: 0 0 18px rgba(56,216,255,0.22), 0 18px 35px rgba(0,0,0,0.35);
}

.ncd10-count {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0,0,0,0.55);
    color: var(--ncd10-white);
    border-radius: 999px;
    padding: 4px 15px;
    font-weight: 900;
    z-index: 2;
}

.ncd10-card img {
    width: 100%;
    height: 470px;
    object-fit: cover;
    display: block;
}

.ncd10-card-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 72px 22px 25px;
    background: linear-gradient(transparent, rgba(3,0,25,0.86));
    color: var(--ncd10-white);
}

.ncd10-card-info h2 {
    margin: 0 0 8px;
    color: var(--ncd10-white);
    font-size: 30px;
    font-weight: 900;
}

.ncd10-card-info p {
    margin: 0 0 10px;
    color: var(--ncd10-white);
    font-weight: 900;
    font-size: 14px;
}

.ncd10-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 8px;
}

.ncd10-chip {
    border: 1px solid var(--ncd10-cyan);
    color: var(--ncd10-white);
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 900;
    background: rgba(3,0,25,0.44);
}

.ncd10-card-actions {
    margin-top: -29px;
    display: flex;
    justify-content: center;
    gap: 16px;
    position: relative;
    z-index: 5;
}

.ncd10-action {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 2px solid rgba(56,216,255,0.38);
    background: rgba(255,255,255,0.94);
    color: var(--ncd10-pink);
    font-size: 34px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 0 15px rgba(56,216,255,0.30), 0 8px 22px rgba(0,0,0,0.42);
}

.ncd10-action.pass {
    color: #FF4D6D;
}

.ncd10-empty {
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--ncd10-white);
    font-weight: 900;
    font-size: 26px;
}

.ncd10-panel-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -22px 18px;
    padding: 18px 22px;
    border-bottom: 1px solid rgba(255,255,255,0.4);
}

.ncd10-panel-title h2 {
    margin: 0;
    color: var(--ncd10-white);
    font-size: 30px;
    font-weight: 900;
}

.ncd10-close {
    background: transparent;
    border: none;
    color: var(--ncd10-white);
    font-size: 34px;
    cursor: pointer;
}

.ncd10-activity-card {
    display: grid;
    grid-template-columns: 80px 1fr 40px;
    gap: 12px;
    align-items: center;
    color: var(--ncd10-white);
    margin-bottom: 18px;
    padding: 10px;
    border-radius: 14px;
    background: rgba(3,0,25,0.52);
    border: 1px solid rgba(56,216,255,0.24);
}

.ncd10-activity-card img {
    width: 80px;
    height: 80px;
    border-radius: 11px;
    object-fit: cover;
}

.ncd10-activity-card h3 {
    margin: 0 0 4px;
    color: var(--ncd10-white);
    font-size: 18px;
}

.ncd10-activity-card p {
    margin: 0;
    color: var(--ncd10-white);
    font-size: 13px;
    line-height: 1.25;
    font-weight: 700;
}

.ncd10-activity-card button {
    background: transparent;
    color: var(--ncd10-white);
    border: none;
    font-size: 30px;
    cursor: pointer;
}

.ncd10-match-modal {
    position: absolute;
    inset: 104px 22px 78px;
    background: rgba(3,0,25,0.76);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 40;
}

.ncd10-match-box {
    width: 100%;
    background: linear-gradient(180deg, #14004A, #09003A, #030019);
    border: 1px solid rgba(56,216,255,0.45);
    border-radius: 18px;
    padding: 42px 20px;
    text-align: center;
    color: var(--ncd10-white);
}

.ncd10-match-box .spark {
    color: var(--ncd10-gold);
    font-size: 64px;
    margin-bottom: 16px;
}

.ncd10-match-box h2 {
    margin: 0 0 6px;
    color: var(--ncd10-white);
    font-size: 30px;
    font-weight: 900;
}

.ncd10-match-box p {
    margin: 0 0 24px;
    font-weight: 800;
}

.ncd10-match-box img {
    width: 98px;
    height: 98px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid var(--ncd10-cyan);
    margin-bottom: 22px;
}

.ncd10-chat {
    min-height: 520px;
    display: flex;
    flex-direction: column;
}

.ncd10-chat-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: -8px -22px 0;
    padding: 12px 22px;
    border-bottom: 1px solid rgba(255,255,255,0.35);
}

.ncd10-chat-head button {
    background: transparent;
    color: var(--ncd10-white);
    border: none;
    font-size: 28px;
    cursor: pointer;
}

.ncd10-chat-head img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
}

.ncd10-chat-head strong {
    color: var(--ncd10-white);
    display: block;
}

.ncd10-chat-head span {
    color: rgba(255,255,255,0.85);
    font-size: 12px;
    font-weight: 800;
}

.ncd10-messages {
    flex: 1;
    padding: 18px 0;
}

.ncd10-message {
    width: fit-content;
    max-width: 78%;
    padding: 10px 13px;
    border-radius: 14px;
    margin-bottom: 10px;
    background: rgba(255,255,255,0.15);
    color: var(--ncd10-white);
    font-weight: 700;
}

.ncd10-message.me {
    margin-left: auto;
    background: var(--ncd10-pink);
    color: var(--ncd10-white);
}

.ncd10-chat-input {
    display: grid;
    grid-template-columns: 1fr 50px;
    gap: 10px;
    align-items: center;
    margin-top: auto;
}

.ncd10-chat-input input {
    height: 52px;
    border-radius: 999px;
    border: 2px solid var(--ncd10-white);
    background: transparent;
    color: var(--ncd10-white);
    padding: 0 18px;
    font-weight: 800;
}

.ncd10-chat-input input::placeholder {
    color: var(--ncd10-white);
}

.ncd10-chat-input button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: var(--ncd10-pink);
    color: var(--ncd10-white);
    font-size: 24px;
    cursor: pointer;
}

@media (max-width: 900px) {
    .ncd10-float {
        opacity: 0.55;
        transform: scale(0.82);
    }

    .ncd10-wrap {
        min-height: 860px;
    }
}

@media (max-width: 520px) {
    .ncd10-wrap {
        padding: 20px 10px 30px;
        min-height: 820px;
    }

    .ncd10-bg-art {
        opacity: 0.45;
    }

    .ncd10-phone {
        width: 100%;
        height: 790px;
    }
}


/* ===== V11 fixes ===== */

/* Put the red badge directly on the heart icon, not floating between heart and gear */
.ncd10-heart-alert {
    width: 46px !important;
    height: 46px !important;
    display: grid !important;
    place-items: center !important;
    overflow: visible !important;
}

.ncd10-heart-alert span {
    display: block !important;
    line-height: 1 !important;
}

.ncd10-heart-alert em {
    top: -5px !important;
    right: -5px !important;
    z-index: 5 !important;
}

/* Keep the top icons evenly spaced */
.ncd10-top-icons {
    gap: 14px !important;
    align-items: center !important;
}

/* Make the create dating profile button stay clearly clickable */
button[data-ncd10-edit-profile],
button[data-ncd10-save-profile],
button[data-ncd10-join] {
    cursor: pointer !important;
    pointer-events: auto !important;
    position: relative !important;
    z-index: 8 !important;
}

/* Make the Add Your Profile area sit safely above all glow/background layers */
.ncd10-opt-box {
    position: relative !important;
    z-index: 7 !important;
}

/* If user uploaded a photo, keep preview proportional instead of squishing */
.ncd10-photo-preview {
    object-fit: cover !important;
    border-radius: 50% !important;
}

/* Small helper text under the add profile box */
.ncd10-profile-note {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.25;
    color: rgba(255,255,255,0.82);
    font-weight: 700;
}


/* ===== V13 safe fixes: restore buttons/photo upload + clean prospect buttons ===== */

.ncd10-heart-alert {
    width: 46px !important;
    height: 46px !important;
    display: grid !important;
    place-items: center !important;
    overflow: visible !important;
}

.ncd10-heart-alert em {
    top: -5px !important;
    right: -5px !important;
    z-index: 5 !important;
}

.ncd10-top-icons {
    gap: 14px !important;
    align-items: center !important;
}

/* Prospect action buttons */
.ncd10-card-actions {
    align-items: center !important;
    justify-content: center !important;
    gap: 18px !important;
}

.ncd10-action {
    display: grid !important;
    place-items: center !important;
    text-align: center !important;
    line-height: 1 !important;
    padding: 0 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 36px !important;
    border-radius: 50% !important;
    background: rgba(5, 3, 28, 0.75) !important;
    border: 2px solid rgba(56,216,255,0.75) !important;
    box-shadow:
        0 0 14px rgba(56,216,255,0.32),
        0 8px 22px rgba(0,0,0,0.46) !important;
}

.ncd10-action.pass {
    color: #FF4D6D !important;
    border-color: rgba(255,77,109,0.85) !important;
    text-shadow: 0 0 12px rgba(255,77,109,0.65) !important;
}

.ncd10-action.star {
    color: #FFD84D !important;
    border-color: rgba(255,216,77,0.85) !important;
    text-shadow: 0 0 12px rgba(255,216,77,0.65) !important;
}

.ncd10-action.like {
    color: #FF3FB5 !important;
    border-color: rgba(255,63,181,0.90) !important;
    text-shadow: 0 0 12px rgba(255,63,181,0.72) !important;
}

/* Profile extras */
.ncd10-chip-picker {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 8px;
}

.ncd10-pick-chip {
    border: 2px solid rgba(56,216,255,0.55);
    border-radius: 999px;
    background: rgba(3,0,25,0.52);
    color: #FFFFFF;
    padding: 9px 12px;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
}

.ncd10-pick-chip.selected {
    background: linear-gradient(90deg, #FF29A8, #D24BFF);
    border-color: rgba(255,255,255,0.30);
    color: #FFFFFF;
    box-shadow: 0 0 10px rgba(255,63,181,0.35);
}

.ncd10-help-text {
    color: rgba(255,255,255,0.82);
    font-size: 12px;
    line-height: 1.25;
    margin-top: 6px;
    font-weight: 700;
}

button,
input,
select,
textarea,
label {
    pointer-events: auto !important;
}

.ncd10-screen {
    padding-bottom: 128px !important;
}


/* ===== V14 fixes: photo upload + lower prospect buttons ===== */

/* Lower the X / star / heart row so it is not too high inside the card */
.ncd10-card-actions {
    margin-top: 10px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 18px !important;
    position: relative !important;
    z-index: 12 !important;
}

/* Make sure the card has breathing room under it */
.ncd10-card {
    margin-bottom: 0 !important;
}

/* Keep the profile photo upload clickable and visible */
.ncd10-photo-row {
    position: relative !important;
    z-index: 20 !important;
}

.ncd10-photo-row label {
    display: inline-block !important;
    position: relative !important;
    z-index: 21 !important;
    padding: 10px 18px !important;
    border-radius: 999px !important;
    border: 2px solid rgba(56,216,255,0.75) !important;
    background: rgba(5,3,28,0.58) !important;
    color: #FFFFFF !important;
    box-shadow: 0 0 12px rgba(56,216,255,0.25) !important;
    cursor: pointer !important;
}

/* Do not use display:none for file input; some browser/page builders can block it */
.ncd10-photo-row input[type="file"] {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    opacity: 0 !important;
    cursor: pointer !important;
    display: block !important;
    z-index: 22 !important;
}

.ncd10-photo-preview {
    display: block !important;
    margin: 0 auto 12px !important;
    cursor: pointer !important;
}

/* Give card screen a little extra room now that buttons are below the card */
.ncd10-screen {
    padding-bottom: 140px !important;
}


/* ===== V15 upload status message ===== */
.ncd10-upload-status {
    margin-top: 8px;
    color: rgba(255,255,255,0.9);
    font-size: 12px;
    font-weight: 800;
    min-height: 16px;
}

.ncd10-upload-status.error {
    color: #FFB3C2;
}

.ncd10-upload-status.ok {
    color: #38D8FF;
}


/* ===== V16 save-photo fix ===== */
.ncd10-photo-preview.has-photo {
    border-color: #FF3FB5 !important;
    box-shadow: 0 0 16px rgba(255,63,181,0.45) !important;
}

.ncd10-upload-status {
    text-align: center;
}
