.nr-page {
    max-width: 1300px;
    margin: 32px auto;
    padding: 40px 40px 60px;
    background: #0d0d0d;
    border: 1px solid hsla(0,0%,100%,0.06);
}
.nr-title {
    display: inline-block;
    position: relative;
    margin: 0 0 36px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.nr-title::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    height: 3px;
    background: #d64256;
    border-radius: 2px;
}
.nr-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 80px;
    row-gap: 40px;
    max-width: 1100px;
    margin: 30px auto 0;
    justify-items: center;
}
.nr-cards[hidden] { display: none; }
.nr-form[hidden] { display: none; }
.nr-card {
    position: relative;
    width: 100%;
    max-width: 440px;
    padding: 22px 28px 28px;
    background: #080808;
    border: 1px solid hsla(0,0%,100%,0.06);
    cursor: pointer;
    transition: border-color .2s ease, transform .2s ease;
}
.nr-card:hover {
    border-color: hsla(0,0%,100%,0.45);
}
.nr-card-option {
    display: block;
    color: #9d9d9d;
    font-size: 12px;
    letter-spacing: 0.02em;
}
.nr-card-skull {
    display: block;
    margin: 14px auto 32px;
    width: 130px;
    height: 130px;
    object-fit: contain;
}
.nr-skull-white {
    filter: brightness(0) invert(1);
}
.nr-card-title {
    margin: 0 0 4px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.nr-card-sub {
    margin: 0 0 16px;
    color: #9d9d9d;
    font-size: 11px;
    font-weight: 400;
}
.nr-section {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin: 12px 0 6px;
}
.nr-list {
    list-style: none;
    padding: 0;
    margin: 0 0 8px;
}
.nr-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 4px 0;
    color: #c8c8c8;
    font-size: 12px;
    line-height: 1.4;
}
.nr-bullet {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 0;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
    color: #fff;
    line-height: 1;
}
.nr-bullet svg { display: block; }
.nr-note {
    margin-top: 16px;
    color: #c8c8c8;
    font-size: 12px;
    line-height: 1.5;
}
.nr-note strong { color: #fff; font-weight: 700; }
@media (max-width: 880px) {
    .nr-cards { grid-template-columns: 1fr; }
}

.nr-form {
    max-width: 720px;
    margin: 30px auto 0;
    color: #fff;
}
.nr-form-section { padding: 24px 0 30px; border-bottom: 1px solid hsla(0,0%,100%,0.08); }
.nr-form-section:last-of-type { border-bottom: 0; }
.nr-section-h {
    margin: 0 0 20px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.nr-section-h.cap { text-transform: none; }
.nr-field { margin-bottom: 18px; }
.nr-field label.nr-label {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}
.nr-help {
    color: #9d9d9d;
    font-size: 12px;
    line-height: 1.45;
    margin: -2px 0 8px;
}
.nr-help strong { color: #fff; }
.nr-input {
    width: 100%;
    height: 40px;
    padding: 0 12px;
    background: #050505;
    border: 1px solid hsla(0,0%,100%,0.05);
    color: #fff;
    font-family: inherit;
    font-size: 14px;
    outline: none;
}
.nr-input:focus { border-color: #cb3c6d; }
textarea.nr-input { height: 90px; padding: 10px 12px; resize: vertical; }
select.nr-input {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='%23fff' d='M6 8L0 0h12z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
}
input[type="datetime-local"].nr-input {
    color-scheme: dark;
    font-family: inherit;
}

/* Points block */
.nr-points-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 8px;
}
.nr-points-table {
    display: grid;
    grid-template-columns: 110px 110px 50px;
    gap: 10px;
}
.nr-points-th {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 4px;
}
.nr-points-row { display: contents; }
.nr-points-row .nr-input { height: 36px; text-align: center; }
.nr-x-btn {
    height: 36px;
    border: 1px solid hsla(0,0%,100%,0.08);
    background: #050505;
    color: #fff;
    font-family: inherit;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
}
.nr-x-btn:hover { border-color: #cb3c6d; color: #cb3c6d; }
.nr-points-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 0;
}
.nr-points-btn {
    padding: 0 14px;
    height: 36px;
    background: #0c0c0c;
    border: 1px solid hsla(0,0%,100%,0.1);
    color: #fff;
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 0.04em;
    white-space: nowrap;
}
.nr-points-btn:hover { border-color: #cb3c6d; color: #cb3c6d; }
.nr-points-presets {
    position: relative;
}
.nr-presets-menu {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    background: #0c0c0c;
    border: 1px solid hsla(0,0%,100%,0.18);
    z-index: 10;
    display: none;
}
.nr-presets-menu.open { display: block; }
.nr-presets-menu button {
    display: block;
    width: 100%;
    padding: 10px 14px;
    background: transparent;
    border: 0;
    color: #fff;
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
}
.nr-presets-menu button:hover { background: #1a1a1a; color: #cb3c6d; }
.nr-add-btn {
    display: block;
    margin: 8px auto;
    padding: 10px 24px;
    background: #0c0c0c;
    border: 1px solid hsla(0,0%,100%,0.1);
    color: #fff;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 0.04em;
}
.nr-add-btn:hover { border-color: #cb3c6d; color: #cb3c6d; }

.nr-err {
    color: #e23a3a;
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 8px 0;
}
.nr-input.has-err { border-color: #e23a3a !important; }
.nr-rewards-empty { text-align: center; padding: 4px 0 8px; }
.nr-rewards-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
}
.nr-rewards-table {
    display: grid;
    grid-template-columns: 110px 220px 50px;
    gap: 10px;
}
.nr-rewards-table .nr-points-th { padding-bottom: 4px; }
.nr-rewards-table .nr-input { height: 36px; text-align: center; }
.nr-form-foot {
    display: flex;
    justify-content: flex-end;
    padding: 24px 0 4px;
}
.nr-create-btn {
    padding: 0 28px;
    height: 40px;
    background: linear-gradient(90deg, #cb3c6d, #d64256);
    border: 1px solid transparent;
    color: #fff;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 0.04em;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.nr-create-btn:hover {
    background: transparent;
    background-image: none;
    border-color: #cb3c6d;
    color: #cb3c6d;
}

/* Toggle (Discord 2nd prerequisite) */
.nr-toggle-row {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    padding: 6px 0;
}
.nr-toggle-switch {
    position: relative;
    width: 44px;
    height: 22px;
    flex: 0 0 auto;
    display: inline-block;
}
.nr-toggle-switch input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}
.nr-toggle-switch span {
    position: absolute;
    inset: 0;
    background: #5e5e5e;
    border-radius: 999px;
    transition: background .15s ease;
}
.nr-toggle-switch span::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    transition: left .15s ease;
}
.nr-toggle-switch input:checked + span {
    background: #2dba2d;
}
.nr-toggle-switch input:checked + span::after {
    left: 25px;
}
