/* /Components/BusinessSectorPicker.razor.rz.scp.css */
.nr-sector-picker[b-y90oatkq75] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(9.5rem, 1fr));
    gap: 0.55rem;
    margin-bottom: 0.35rem;
}

.nr-sector-chip[b-y90oatkq75] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
    padding: 0.65rem 0.7rem;
    border-radius: 12px;
    border: 1.5px solid rgba(74, 50, 31, 0.14);
    background: #fffdf8;
    color: #44403c;
    cursor: pointer;
    text-align: left;
    transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
}

.nr-sector-chip:hover[b-y90oatkq75] {
    border-color: rgba(122, 74, 43, 0.35);
}

.nr-sector-chip.is-active[b-y90oatkq75] {
    border-color: #7a4a2b;
    background: linear-gradient(165deg, rgba(244, 231, 211, 0.85) 0%, #fffdf8 70%);
    box-shadow: 0 4px 14px rgba(78, 45, 27, 0.12);
}

.nr-sector-chip__emoji[b-y90oatkq75] {
    font-size: 1.35rem;
    line-height: 1;
}

.nr-sector-chip__label[b-y90oatkq75] {
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.25;
}
/* /Components/LandingContactChat.razor.rz.scp.css */
.nr-chat[b-xcjh8by45r] {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 9999;
    font-size: 0.92rem;
}

.nr-chat__fab[b-xcjh8by45r] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.75rem 1.1rem;
    border: none;
    border-radius: 999px;
    background: linear-gradient(135deg, #7A4A2B, #5E341B);
    color: #fff;
    font-weight: 700;
    box-shadow: 0 10px 28px rgba(74, 50, 31, 0.28);
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.nr-chat__fab:hover[b-xcjh8by45r] {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(74, 50, 31, 0.34);
}

.nr-chat__fab i[b-xcjh8by45r] {
    font-size: 1.15rem;
}

.nr-chat__panel[b-xcjh8by45r] {
    width: min(360px, calc(100vw - 1.5rem));
    max-height: min(560px, calc(100vh - 2rem));
    display: flex;
    flex-direction: column;
    border-radius: 1rem;
    overflow: hidden;
    background: #fdfbf7;
    border: 1px solid rgba(74, 50, 31, 0.12);
    box-shadow: 0 18px 48px rgba(44, 24, 16, 0.22);
}

.nr-chat__head[b-xcjh8by45r] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
    background: linear-gradient(135deg, #5E341B, #7A4A2B);
    color: #fff;
}

.nr-chat__head-brand[b-xcjh8by45r] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    min-width: 0;
}

.nr-chat__head-brand img[b-xcjh8by45r] {
    border-radius: 0.45rem;
    flex-shrink: 0;
}

.nr-chat__head-brand strong[b-xcjh8by45r] {
    display: block;
    font-size: 0.95rem;
    line-height: 1.2;
}

.nr-chat__head-brand span[b-xcjh8by45r] {
    display: block;
    font-size: 0.72rem;
    opacity: 0.88;
}

.nr-chat__close[b-xcjh8by45r] {
    border: none;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    display: grid;
    place-items: center;
    cursor: pointer;
}

.nr-chat__tabs[b-xcjh8by45r] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    background: #f4e7d3;
    border-bottom: 1px solid rgba(74, 50, 31, 0.1);
}

.nr-chat__tab[b-xcjh8by45r] {
    border: none;
    background: transparent;
    color: #78716c;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 0.55rem 0.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    cursor: pointer;
}

.nr-chat__tab--active[b-xcjh8by45r] {
    background: #faf6f0;
    color: #5E341B;
    box-shadow: inset 0 -2px 0 #7A4A2B;
}

.nr-chat__faq[b-xcjh8by45r] {
    flex: 1;
    overflow-y: auto;
    padding: 0.75rem;
    background: #faf6f0;
    min-height: 220px;
}

.nr-chat__faq-lead[b-xcjh8by45r] {
    margin: 0 0 0.65rem;
    font-size: 0.8rem;
    color: #78716c;
    line-height: 1.4;
}

.nr-chat__faq-item[b-xcjh8by45r] {
    background: #fff;
    border: 1px solid rgba(74, 50, 31, 0.1);
    border-radius: 0.65rem;
    margin-bottom: 0.45rem;
    overflow: hidden;
}

.nr-chat__faq-q[b-xcjh8by45r] {
    width: 100%;
    border: none;
    background: transparent;
    text-align: left;
    padding: 0.6rem 0.75rem;
    font-size: 0.82rem;
    font-weight: 700;
    color: #44403c;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5rem;
    cursor: pointer;
}

.nr-chat__faq-q i[b-xcjh8by45r] {
    flex-shrink: 0;
    color: #7A4A2B;
    margin-top: 0.1rem;
}

.nr-chat__faq-a[b-xcjh8by45r] {
    padding: 0 0.75rem 0.65rem;
    font-size: 0.8rem;
    line-height: 1.45;
    color: #57534e;
}

.nr-chat__inline-success[b-xcjh8by45r] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.55rem 0.65rem;
    margin-bottom: 0.55rem;
    border-radius: 0.55rem;
    background: #ecfdf5;
    border: 1px solid #a7f3d0;
    color: #047857;
    font-size: 0.82rem;
    font-weight: 600;
}

.nr-chat__inline-success i[b-xcjh8by45r] {
    font-size: 1rem;
}

.nr-chat__send-btn:disabled[b-xcjh8by45r] {
    opacity: 0.85;
}

.nr-chat-modal-backdrop[b-xcjh8by45r] {
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: rgba(28, 18, 10, 0.45);
    display: grid;
    place-items: center;
    padding: 1rem;
    animation: nr-chat-fade-in-b-xcjh8by45r 0.2s ease;
}

.nr-chat-modal[b-xcjh8by45r] {
    width: min(340px, 100%);
    background: #fdfbf7;
    border-radius: 1rem;
    padding: 1.35rem 1.25rem 1.1rem;
    text-align: center;
    box-shadow: 0 24px 64px rgba(44, 24, 16, 0.28);
    border: 1px solid rgba(74, 50, 31, 0.12);
    animation: nr-chat-pop-in-b-xcjh8by45r 0.25s ease;
}

.nr-chat-modal__icon[b-xcjh8by45r] {
    width: 3.25rem;
    height: 3.25rem;
    margin: 0 auto 0.85rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #10b981, #059669);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 1.65rem;
    box-shadow: 0 8px 20px rgba(16, 185, 129, 0.35);
}

.nr-chat-modal__title[b-xcjh8by45r] {
    margin: 0 0 0.45rem;
    font-size: 1.15rem;
    font-weight: 800;
    color: #292524;
}

.nr-chat-modal__body[b-xcjh8by45r] {
    margin: 0 0 0.65rem;
    font-size: 0.88rem;
    line-height: 1.45;
    color: #57534e;
}

.nr-chat-modal__email[b-xcjh8by45r] {
    margin: 0 0 1rem;
    font-size: 0.82rem;
    color: #7A4A2B;
    word-break: break-all;
}

@keyframes nr-chat-fade-in-b-xcjh8by45r {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes nr-chat-pop-in-b-xcjh8by45r {
    from { opacity: 0; transform: scale(0.92) translateY(8px); }
    to { opacity: 1; transform: scale(1) translateY(0); }
}

.nr-chat__messages[b-xcjh8by45r] {
    flex: 1;
    overflow-y: auto;
    padding: 0.85rem;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    background: #faf6f0;
    min-height: 200px;
}

.nr-chat__bubble[b-xcjh8by45r] {
    max-width: 92%;
    padding: 0.55rem 0.75rem;
    border-radius: 0.85rem;
    line-height: 1.45;
    font-size: 0.88rem;
    white-space: pre-wrap;
    word-break: break-word;
}

.nr-chat__bubble--bot[b-xcjh8by45r] {
    align-self: flex-start;
    background: #fff;
    border: 1px solid rgba(74, 50, 31, 0.1);
    color: #44403c;
    border-bottom-left-radius: 0.2rem;
}

.nr-chat__bubble--user[b-xcjh8by45r] {
    align-self: flex-end;
    background: #7A4A2B;
    color: #fff;
    border-bottom-right-radius: 0.2rem;
}

.nr-chat__bubble--typing[b-xcjh8by45r] {
    display: inline-flex;
    gap: 0.25rem;
    padding: 0.65rem 0.85rem;
}

.nr-chat__bubble--typing span[b-xcjh8by45r] {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: #a8a29e;
    animation: nr-chat-dot-b-xcjh8by45r 1s infinite ease-in-out;
}

.nr-chat__bubble--typing span:nth-child(2)[b-xcjh8by45r] { animation-delay: 0.15s; }
.nr-chat__bubble--typing span:nth-child(3)[b-xcjh8by45r] { animation-delay: 0.3s; }

@keyframes nr-chat-dot-b-xcjh8by45r {
    0%, 80%, 100% { opacity: 0.35; transform: translateY(0); }
    40% { opacity: 1; transform: translateY(-3px); }
}

.nr-chat__composer[b-xcjh8by45r] {
    padding: 0.85rem;
    border-top: 1px solid rgba(74, 50, 31, 0.08);
    background: #fdfbf7;
}

.nr-chat__hint[b-xcjh8by45r] {
    margin: 0 0 0.55rem;
    font-size: 0.8rem;
    color: #78716c;
}

.nr-chat__field[b-xcjh8by45r] {
    display: block;
    margin-bottom: 0.55rem;
}

.nr-chat__field span[b-xcjh8by45r] {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: #57534e;
    margin-bottom: 0.25rem;
}

.nr-chat__error[b-xcjh8by45r] {
    margin: 0 0 0.5rem;
    font-size: 0.78rem;
    color: #b91c1c;
}

.nr-chat__chips[b-xcjh8by45r] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.nr-chat__chip[b-xcjh8by45r] {
    border: 1px solid rgba(122, 74, 43, 0.35);
    background: #fff;
    color: #5E341B;
    border-radius: 999px;
    padding: 0.35rem 0.75rem;
    font-size: 0.78rem;
    font-weight: 600;
    cursor: pointer;
}

.nr-chat__chip:hover[b-xcjh8by45r] {
    background: #f4e7d3;
}

.nr-chat__channels[b-xcjh8by45r] {
    display: grid;
    gap: 0.55rem;
}

.nr-chat__channel[b-xcjh8by45r] {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    column-gap: 0.65rem;
    row-gap: 0.1rem;
    align-items: center;
    text-align: left;
    border: 1px solid rgba(122, 74, 43, 0.2);
    background: #fff;
    border-radius: 0.85rem;
    padding: 0.7rem 0.8rem;
    cursor: pointer;
    transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.nr-chat__channel i[b-xcjh8by45r] {
    grid-row: 1 / span 2;
    font-size: 1.35rem;
    color: #7A4A2B;
}

.nr-chat__channel-title[b-xcjh8by45r] {
    font-size: 0.9rem;
    font-weight: 700;
    color: #3d2b1e;
}

.nr-chat__channel-hint[b-xcjh8by45r] {
    font-size: 0.72rem;
    color: #78716c;
    line-height: 1.3;
}

.nr-chat__channel:hover[b-xcjh8by45r] {
    background: #faf6f0;
    border-color: rgba(122, 74, 43, 0.4);
    box-shadow: 0 4px 14px rgba(74, 50, 31, 0.08);
}

.nr-chat__channel--wa[b-xcjh8by45r] {
    border-color: rgba(37, 211, 102, 0.35);
}

.nr-chat__channel--wa i[b-xcjh8by45r] {
    color: #128C7E;
}

.nr-chat__channel--wa:hover[b-xcjh8by45r] {
    background: rgba(37, 211, 102, 0.08);
    border-color: rgba(18, 140, 126, 0.45);
}

.nr-chat__wa-btn[b-xcjh8by45r] {
    background: #128C7E !important;
    border-color: #128C7E !important;
    color: #fff !important;
}

.nr-chat__wa-btn:hover[b-xcjh8by45r] {
    background: #0e7a6d !important;
    border-color: #0e7a6d !important;
    color: #fff !important;
}

.nr-chat__done[b-xcjh8by45r] {
    margin: 0 0 0.65rem;
    font-size: 0.85rem;
    color: #44403c;
    line-height: 1.45;
}

@media (max-width: 575px) {
    .nr-chat[b-xcjh8by45r] {
        right: 0.75rem;
        bottom: 0.75rem;
    }

    .nr-chat__fab span[b-xcjh8by45r] {
        display: none;
    }

    .nr-chat__fab[b-xcjh8by45r] {
        width: 3.25rem;
        height: 3.25rem;
        padding: 0;
        justify-content: center;
        border-radius: 50%;
    }
}
/* /Components/LocationMapPicker.razor.rz.scp.css */
.nr-map-picker[b-ehto8yo3b7] {
    overflow: hidden;
    border: 1px solid #ead8c6;
    border-radius: 16px;
    background: #fffdf8;
    box-shadow: 0 8px 24px rgba(89, 61, 38, 0.07);
}

.nr-map-picker__map[b-ehto8yo3b7] {
    min-height: 280px;
    background: #f8f1e8;
}

.nr-map-picker__panel[b-ehto8yo3b7] {
    padding: 0.9rem;
    border-top: 1px solid #ead8c6;
}

.nr-map-picker__search .input-group[b-ehto8yo3b7] {
    box-shadow: 0 6px 18px rgba(89, 61, 38, 0.06);
}

.nr-map-picker__results[b-ehto8yo3b7] {
    display: grid;
    gap: 0.35rem;
    max-height: 190px;
    overflow-y: auto;
}

.nr-map-picker__result[b-ehto8yo3b7] {
    display: flex;
    gap: 0.5rem;
    align-items: flex-start;
    width: 100%;
    padding: 0.55rem 0.65rem;
    color: #4d3728;
    text-align: left;
    background: #fffaf2;
    border: 1px solid #ead8c6;
    border-radius: 10px;
}

.nr-map-picker__result:hover[b-ehto8yo3b7] {
    background: #fff3e5;
}

.nr-map-picker__result .bi[b-ehto8yo3b7] {
    color: #8b5a34;
    margin-top: 0.12rem;
}

.nr-map-picker :deep(.leaflet-container)[b-ehto8yo3b7] {
    font-family: inherit;
}

.nr-map-picker__address[b-ehto8yo3b7] {
    display: flex;
    gap: 0.5rem;
    align-items: flex-start;
    padding: 0.65rem 0.75rem;
    color: #4d3728;
    background: #fff7ed;
    border: 1px solid #ead8c6;
    border-radius: 12px;
    font-size: 0.88rem;
    line-height: 1.35;
}

.nr-map-picker__address .bi[b-ehto8yo3b7] {
    color: #8b5a34;
    margin-top: 0.08rem;
}

@media (max-width: 640px) {
    .nr-map-picker__map[b-ehto8yo3b7] {
        min-height: 220px;
    }
}
/* /Components/RestaurantCampaignsPanel.razor.rz.scp.css */
/* Kampanya kapsamı: arama + liste + chip'ler */
.nr-scope-grid[b-68f8qzymof] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

@media (min-width: 768px) {
    .nr-scope-grid[b-68f8qzymof] {
        grid-template-columns: 1fr 1fr;
    }
}

.nr-scope-panel[b-68f8qzymof] {
    background: linear-gradient(180deg, #f8fafb 0%, #fff 48%);
    border: 1px solid rgba(15, 76, 92, 0.12);
    border-radius: 14px;
    padding: 1rem 1.1rem;
    min-height: 0;
}

.nr-scope-panel__title[b-68f8qzymof] {
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #0f4c5c;
    margin-bottom: 0.35rem;
}

.nr-scope-panel__hint[b-68f8qzymof] {
    font-size: 0.75rem;
    color: #6c757d;
    margin-bottom: 0.65rem;
    line-height: 1.35;
}

.nr-scope-search-wrap[b-68f8qzymof] {
    position: relative;
    margin-bottom: 0.65rem;
}

.nr-scope-search-wrap .form-control[b-68f8qzymof] {
    border-radius: 10px;
    padding-left: 2.25rem;
    border-color: rgba(15, 76, 92, 0.18);
    font-size: 0.9rem;
}

.nr-scope-search-wrap[b-68f8qzymof]::before {
    content: "";
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    opacity: 0.45;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%230f4c5c'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z'/%3E%3C/svg%3E") center/contain no-repeat;
    pointer-events: none;
}

.nr-scope-chips[b-68f8qzymof] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    min-height: 1.75rem;
    margin-bottom: 0.5rem;
}

.nr-chip[b-68f8qzymof] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.2rem 0.5rem 0.2rem 0.65rem;
    border-radius: 999px;
    font-size: 0.8rem;
    background: linear-gradient(135deg, rgba(26, 95, 122, 0.12) 0%, rgba(15, 76, 92, 0.08) 100%);
    color: #0b3d4a;
    border: 1px solid rgba(15, 76, 92, 0.15);
    max-width: 100%;
}

.nr-chip span[b-68f8qzymof] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nr-chip button[b-68f8qzymof] {
    border: none;
    background: transparent;
    color: #6c757d;
    padding: 0 0.2rem;
    line-height: 1;
    font-size: 1.1rem;
    border-radius: 4px;
}

.nr-chip button:hover[b-68f8qzymof] {
    color: #c0392b;
    background: rgba(192, 57, 43, 0.08);
}

.nr-scope-list[b-68f8qzymof] {
    max-height: 220px;
    overflow-y: auto;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    background: #fff;
}

.nr-scope-row[b-68f8qzymof] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.5rem 0.75rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    cursor: pointer;
    transition: background 0.12s ease;
}

.nr-scope-row:last-child[b-68f8qzymof] {
    border-bottom: none;
}

.nr-scope-row:hover[b-68f8qzymof] {
    background: rgba(26, 95, 122, 0.05);
}

.nr-scope-row input[b-68f8qzymof] {
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.nr-scope-row__main[b-68f8qzymof] {
    flex: 1;
    min-width: 0;
}

.nr-scope-row__name[b-68f8qzymof] {
    font-size: 0.875rem;
    font-weight: 500;
    color: #212529;
    line-height: 1.25;
}

.nr-scope-row__meta[b-68f8qzymof] {
    font-size: 0.72rem;
    color: #868e96;
    margin-top: 0.1rem;
}

.nr-scope-row__price[b-68f8qzymof] {
    font-size: 0.8rem;
    font-weight: 600;
    color: #0f4c5c;
    white-space: nowrap;
}

.nr-scope-empty[b-68f8qzymof] {
    padding: 1.25rem;
    text-align: center;
    font-size: 0.8rem;
    color: #adb5bd;
}

.nr-campaign-modal .modal-content[b-68f8qzymof] {
    border: none;
    border-radius: 16px;
    box-shadow: 0 12px 48px rgba(15, 76, 92, 0.15);
}

.nr-campaign-modal .modal-header[b-68f8qzymof] {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding: 1rem 1.25rem;
}

.nr-campaign-modal .modal-title[b-68f8qzymof] {
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #0f4c5c;
}

.nr-campaign-modal .modal-footer[b-68f8qzymof] {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.nr-bogo-explain[b-68f8qzymof],
.nr-campaign-explain[b-68f8qzymof] {
    background: linear-gradient(135deg, rgba(26, 95, 122, 0.08) 0%, rgba(15, 76, 92, 0.04) 100%);
    border: 1px solid rgba(15, 76, 92, 0.14);
    border-radius: 12px;
    padding: 1rem 1.15rem;
}

.nr-bogo-explain__title[b-68f8qzymof],
.nr-campaign-explain__title[b-68f8qzymof] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #0f4c5c;
    margin-bottom: 0.5rem;
}

.nr-bogo-explain__list[b-68f8qzymof],
.nr-campaign-explain__list[b-68f8qzymof] {
    margin: 0;
    padding-left: 1.15rem;
    color: #495057;
    line-height: 1.45;
}

.nr-bogo-explain__list li[b-68f8qzymof],
.nr-campaign-explain__list li[b-68f8qzymof] {
    margin-bottom: 0.35rem;
}

.nr-bogo-explain__summary[b-68f8qzymof],
.nr-campaign-explain__summary[b-68f8qzymof] {
    margin-top: 0.65rem;
    padding-top: 0.65rem;
    border-top: 1px dashed rgba(15, 76, 92, 0.2);
    font-size: 0.9rem;
    color: #212529;
}
/* /Components/RestaurantGeoPicker.razor.rz.scp.css */
.nr-geo-picker[b-4e1qqvv71g] {
    border: 1px solid var(--nr-border, #e7e5e4);
    border-radius: 18px;
    background: linear-gradient(165deg, var(--nr-card-muted, #f8f1e8) 0%, #fffdf8 42%, rgba(255, 253, 248, 0.92) 100%);
    padding: 1.15rem 1.25rem 1.35rem;
    margin-bottom: 0.35rem;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.75) inset,
        0 8px 28px rgba(107, 61, 34, 0.06);
    position: relative;
    overflow: hidden;
}

.nr-geo-picker[b-4e1qqvv71g]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    border-radius: 18px 0 0 18px;
    background: linear-gradient(180deg, var(--nr-teal-accent, #8b5a34), var(--nr-amber, #a86a2b));
    opacity: 0.85;
}

.nr-geo-picker--required[b-4e1qqvv71g]::before {
    opacity: 1;
}

.nr-geo-picker__head[b-4e1qqvv71g] {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    margin-bottom: 1rem;
    padding-left: 0.35rem;
}

.nr-geo-picker__badge[b-4e1qqvv71g] {
    flex-shrink: 0;
    width: 2.65rem;
    height: 2.65rem;
    border-radius: 14px;
    background: linear-gradient(145deg, var(--nr-teal-soft, rgba(139, 90, 52, 0.18)), rgba(255, 253, 248, 0.9));
    color: var(--nr-teal, #6b3d22);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    border: 1px solid rgba(139, 90, 52, 0.15);
}

.nr-geo-picker__head-text[b-4e1qqvv71g] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.nr-geo-picker__title[b-4e1qqvv71g] {
    font-weight: 800;
    font-size: 1.05rem;
    color: var(--nr-ink, #1c1917);
    letter-spacing: -0.02em;
}

.nr-geo-picker__subtitle[b-4e1qqvv71g] {
    font-size: 0.82rem;
    line-height: 1.45;
}

.nr-geo-picker__clear[b-4e1qqvv71g] {
    flex-shrink: 0;
    text-decoration: none !important;
    padding-top: 0 !important;
    padding-right: 0 !important;
}

.nr-geo-picker__search[b-4e1qqvv71g] {
    position: relative;
}

.nr-geo-picker__search-icon[b-4e1qqvv71g] {
    position: absolute;
    left: 0.85rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--nr-muted, #78716c);
    font-size: 0.95rem;
    pointer-events: none;
    z-index: 1;
}

.nr-geo-picker__search-input[b-4e1qqvv71g] {
    border-radius: 12px;
    padding-left: 2.35rem;
    border-color: var(--nr-border, #e7e5e4);
    background: rgba(255, 253, 248, 0.95);
    font-size: 0.9rem;
}

.nr-geo-picker__row[b-4e1qqvv71g] {
    align-items: stretch;
}

.nr-geo-picker__label[b-4e1qqvv71g] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--nr-muted, #78716c);
    margin-bottom: 0.4rem;
}

.nr-geo-picker__step[b-4e1qqvv71g] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 800;
    background: var(--nr-teal-soft, rgba(139, 90, 52, 0.15));
    color: var(--nr-teal, #6b3d22);
}

.nr-geo-picker__field[b-4e1qqvv71g] {
    display: flex;
    align-items: stretch;
    gap: 0.5rem;
    border-radius: 14px;
    border: 1px solid var(--nr-border, #e7e5e4);
    background: #fffdf8;
    padding: 0.2rem 0.55rem 0.2rem 0.45rem;
    min-height: 3rem;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.nr-geo-picker__field:focus-within[b-4e1qqvv71g] {
    border-color: var(--nr-teal-accent, #8b5a34);
    box-shadow: 0 0 0 3px var(--nr-teal-soft, rgba(139, 90, 52, 0.18));
}

.nr-geo-picker__field--country[b-4e1qqvv71g] {
    padding-left: 0.35rem;
}

.nr-geo-picker__flag[b-4e1qqvv71g] {
    flex-shrink: 0;
    align-self: center;
    font-size: 1.65rem;
    line-height: 1;
    width: 2.25rem;
    text-align: center;
}

.nr-geo-picker__flag--placeholder[b-4e1qqvv71g] {
    opacity: 0.45;
}

.nr-geo-picker__mini-icon[b-4e1qqvv71g] {
    flex-shrink: 0;
    align-self: center;
    width: 1.75rem;
    text-align: center;
    color: var(--nr-teal-accent, #8b5a34);
    opacity: 0.85;
    font-size: 1.1rem;
}

.nr-geo-picker__select[b-4e1qqvv71g] {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    padding-left: 0.15rem;
    padding-right: 1.75rem;
    font-size: 0.94rem;
    font-weight: 500;
    color: var(--nr-ink-secondary, #44403c);
}

.nr-geo-picker__select--grow[b-4e1qqvv71g] {
    flex: 1;
    min-width: 0;
}

.nr-geo-picker__select:focus[b-4e1qqvv71g] {
    outline: none !important;
}

[data-bs-theme="dark"] .nr-geo-picker[b-4e1qqvv71g] {
    background: linear-gradient(165deg, rgba(30, 41, 59, 0.55) 0%, rgba(15, 23, 42, 0.45) 100%);
    box-shadow: none;
}

[data-bs-theme="dark"] .nr-geo-picker__field[b-4e1qqvv71g] {
    background: #0f172a;
    border-color: #334155;
}

[data-bs-theme="dark"] .nr-geo-picker__select[b-4e1qqvv71g] {
    color: #e2e8f0;
}

[data-bs-theme="dark"] .nr-geo-picker__search-input[b-4e1qqvv71g] {
    background: #0f172a;
    border-color: #334155;
    color: #e2e8f0;
}
/* /Components/RestaurantLoyaltyPanel.razor.rz.scp.css */
.nr-loyalty-milestone-card[b-knqmao4jb9] {
    border-color: rgba(0, 0, 0, 0.08) !important;
}

.nr-loyalty-prod-grid[b-knqmao4jb9] {
    max-height: 220px;
    overflow-y: auto;
}

.nr-loyalty-prod-grid--compact[b-knqmao4jb9] {
    max-height: 200px;
}

.nr-loyalty-prod-tile[b-knqmao4jb9] {
    border-radius: 8px !important;
    transition: box-shadow 0.15s ease, border-color 0.15s ease;
    padding: 0.35rem 0.4rem !important;
}

.nr-loyalty-prod-tile--compact[b-knqmao4jb9] {
    min-height: 0;
}

.nr-loyalty-prod-tile:hover[b-knqmao4jb9] {
    border-color: rgba(15, 118, 110, 0.45) !important;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}

.nr-loyalty-prod-tile--picked[b-knqmao4jb9] {
    border-color: rgba(15, 118, 110, 0.65) !important;
    background: rgba(15, 118, 110, 0.06) !important;
    box-shadow: inset 0 0 0 1px rgba(15, 118, 110, 0.12);
}

.nr-loyalty-prod-tile__img[b-knqmao4jb9] {
    height: 72px;
    max-height: 72px;
    background: linear-gradient(145deg, #f8fafc 0%, #f1f5f9 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.nr-loyalty-prod-tile--compact .nr-loyalty-prod-tile__img[b-knqmao4jb9] {
    height: 44px;
    max-height: 44px;
    border-radius: 6px !important;
}

.nr-loyalty-prod-tile__img img[b-knqmao4jb9] {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 72px !important;
    object-fit: cover;
    display: block;
}

.nr-loyalty-prod-tile--compact .nr-loyalty-prod-tile__img img[b-knqmao4jb9] {
    max-height: 44px !important;
}

.nr-loyalty-prod-tile--compact .nr-loyalty-prod-tile__ph[b-knqmao4jb9] {
    font-size: 1rem;
}

.nr-loyalty-prod-tile__ph[b-knqmao4jb9] {
    font-size: 1.5rem;
    color: #94a3b8;
}

.nr-loyalty-prod-tile__title[b-knqmao4jb9] {
    font-size: 0.72rem;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 0.15rem;
}

.nr-loyalty-prod-tile__sub[b-knqmao4jb9] {
    font-size: 0.65rem;
    color: #64748b;
    line-height: 1.2;
}

.nr-loyalty-line-thumb[b-knqmao4jb9] {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
}

.nr-loyalty-line-thumb--sm[b-knqmao4jb9] {
    width: 36px;
    height: 36px;
}

.nr-loyalty-line-thumb img[b-knqmao4jb9] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nr-loyalty-line-row[b-knqmao4jb9] {
    border-color: rgba(0, 0, 0, 0.06) !important;
}

.nr-loyalty-qty[b-knqmao4jb9] {
    text-align: center;
}

[data-bs-theme="dark"] .nr-loyalty-prod-tile[b-knqmao4jb9] {
    background: #1a2332 !important;
    border-color: #334155 !important;
    color: #e2e8f0;
}

[data-bs-theme="dark"] .nr-loyalty-prod-tile:hover[b-knqmao4jb9] {
    border-color: #2dd4bf !important;
}

[data-bs-theme="dark"] .nr-loyalty-prod-tile--picked[b-knqmao4jb9] {
    background: rgba(45, 212, 191, 0.12) !important;
    border-color: #2dd4bf !important;
}

[data-bs-theme="dark"] .nr-loyalty-prod-tile__img[b-knqmao4jb9] {
    background: #0f1419;
}

[data-bs-theme="dark"] .nr-loyalty-prod-tile__sub[b-knqmao4jb9] {
    color: #94a3b8;
}

[data-bs-theme="dark"] .nr-loyalty-line-row[b-knqmao4jb9] {
    background: #141b26 !important;
    border-color: #334155 !important;
}
/* /Layout/MainLayout.razor.rz.scp.css */
/* Shell: sidebar + main — sade, açık tonlar */
.nr-shell[b-bbu73b17rp] {
    display: flex;
    min-height: 100vh;
    background: var(--nr-bg-page, #f0f2f5);
}

.nr-sidebar[b-bbu73b17rp] {
    width: 272px;
    flex-shrink: 0;
    background:
        radial-gradient(ellipse 120% 55% at 0% 0%, rgba(168, 106, 43, 0.08), transparent 55%),
        var(--nr-card, #fffdf8);
    border-right: 1px solid rgba(107, 61, 34, 0.10);
    box-shadow: none;
    display: flex;
    flex-direction: column;
    min-height: 0;
    position: sticky;
    top: 0;
    align-self: flex-start;
    height: 100vh;
    z-index: 20;
    transition: width 0.22s ease;
}

.nr-sidebar--rail[b-bbu73b17rp] {
    width: 5.35rem;
}

.nr-sidebar__head[b-bbu73b17rp] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    padding: 1.15rem 0.85rem 0.95rem;
    border-bottom: 1px solid rgba(107, 61, 34, 0.10);
}

.nr-sidebar__head .nr-brand[b-bbu73b17rp] {
    flex: 1;
    min-width: 0;
}

.nr-sidebar__rail-btn[b-bbu73b17rp] {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    border-radius: 9px;
    border: 1px solid rgba(107, 61, 34, 0.12);
    background: rgba(255, 253, 248, 0.85);
    color: #6b3d22;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.14s ease, color 0.14s ease;
}

.nr-sidebar__rail-btn:hover[b-bbu73b17rp] {
    background: #fff7ed;
    color: #3d2b1e;
}

.nr-sidebar--rail .nr-brand__text[b-bbu73b17rp] {
    display: none;
}

.nr-sidebar--rail .nr-sidebar__head[b-bbu73b17rp] {
    flex-direction: column;
    gap: 0.55rem;
    padding: 0.9rem 0.55rem;
}

.nr-sidebar--rail .nr-brand[b-bbu73b17rp] {
    justify-content: center;
}

.nr-brand[b-bbu73b17rp] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: inherit;
}

.nr-brand:hover[b-bbu73b17rp] {
    color: inherit;
    opacity: 0.92;
}

.nr-brand__img[b-bbu73b17rp] {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 12px;
    flex-shrink: 0;
    box-shadow: 0 2px 10px rgba(15, 118, 110, 0.28);
    object-fit: contain;
}

.nr-brand__img--loyalty[b-bbu73b17rp] {
    box-shadow:
        0 2px 14px rgba(58, 36, 23, 0.08),
        0 0 0 1px rgba(58, 36, 23, 0.05);
    background: transparent;
}

.nr-brand__text[b-bbu73b17rp] {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.nr-brand__title[b-bbu73b17rp] {
    font-weight: 800;
    font-size: 1.08rem;
    letter-spacing: -0.03em;
    color: var(--nr-ink, #1c1917);
}

.nr-brand__sub[b-bbu73b17rp] {
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--nr-muted, #78716c);
}

.nr-main[b-bbu73b17rp] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.nr-topbar[b-bbu73b17rp] {
    position: sticky;
    top: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    min-height: 4.25rem;
    padding: 0.85rem 1.5rem;
    background: rgba(255, 253, 248, 0.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(107, 61, 34, 0.10);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.65) inset;
}

.nr-topbar__left[b-bbu73b17rp] {
    min-width: 0;
    flex: 1 1 auto;
}

.nr-topbar__title-row[b-bbu73b17rp] {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-width: 0;
    flex-wrap: wrap;
}

.nr-topbar__title[b-bbu73b17rp] {
    font-size: 1.05rem;
    font-weight: 800;
    color: #3d2b1e;
    margin: 0;
    letter-spacing: -0.02em;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    white-space: nowrap;
}

.nr-topbar__title-icon[b-bbu73b17rp] {
    font-size: 1.05rem;
    color: #6b3d22;
    opacity: 0.88;
}

.nr-topbar__vrule[b-bbu73b17rp] {
    width: 1px;
    height: 1.75rem;
    background: linear-gradient(180deg, transparent, rgba(107, 61, 34, 0.18), transparent);
    flex-shrink: 0;
}

/* AdminTopbarGreeting alt bileşeni — scoped CSS için ::deep */
[b-bbu73b17rp] .nr-topbar__user-chip {
    display: inline-flex;
    align-items: baseline;
    gap: 0.35rem;
    min-width: 0;
}

[b-bbu73b17rp] .nr-topbar__user-greet {
    font-size: 0.86rem;
    font-weight: 500;
    color: rgba(61, 43, 30, 0.65);
    white-space: nowrap;
}

[b-bbu73b17rp] .nr-topbar__user-name {
    font-size: 0.92rem;
    font-weight: 700;
    color: #3d2b1e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 14rem;
}

.nr-topbar__right[b-bbu73b17rp] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    flex-shrink: 0;
    margin-left: auto;
}

[b-bbu73b17rp] .nr-topbar__clock {
    display: flex;
    align-items: stretch;
    gap: 0.5rem;
}

[b-bbu73b17rp] .nr-topbar__date-pill,
[b-bbu73b17rp] .nr-topbar__time-pill {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.1rem;
    padding: 0.4rem 0.75rem;
    border-radius: 10px;
    background: transparent;
    border: 1px solid rgba(107, 61, 34, 0.08);
    box-shadow: none;
    min-width: 0;
}

[b-bbu73b17rp] .nr-topbar__time-pill {
    min-width: 4.5rem;
    align-items: center;
    text-align: center;
    background: rgba(107, 61, 34, 0.04);
}

[b-bbu73b17rp] .nr-topbar__pill-label {
    font-size: 0.62rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(120, 113, 108, 0.95);
}

[b-bbu73b17rp] .nr-topbar__pill-value {
    font-size: 0.78rem;
    font-weight: 600;
    color: #44403c;
    white-space: nowrap;
}

[b-bbu73b17rp] .nr-topbar__pill-time {
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    font-variant-numeric: tabular-nums;
    color: #6b3d22;
    line-height: 1;
    min-width: 5.6rem;
}

.nr-topbar__vrule--actions[b-bbu73b17rp] {
    height: 2rem;
}

.nr-topbar__actions[b-bbu73b17rp] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.55rem;
    min-width: 0;
}

.nr-btn-ghost[b-bbu73b17rp] {
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0.45rem 0.9rem;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    background: var(--nr-card, #fffdf8);
    color: #475569;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s;
}

.nr-btn-ghost:hover[b-bbu73b17rp] {
    background: #f8fafc;
    border-color: #cbd5e1;
    color: #0f172a;
}

.nr-content[b-bbu73b17rp] {
    flex: 1;
    padding: 1.75rem 1.65rem 2.25rem;
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 992px) {
    [b-bbu73b17rp] .nr-topbar__clock {
        display: none;
    }

    .nr-topbar__vrule--actions[b-bbu73b17rp] {
        display: none;
    }
}

@media (max-width: 768px) {
    .nr-shell[b-bbu73b17rp] {
        flex-direction: column;
    }

    .nr-sidebar[b-bbu73b17rp] {
        width: 100%;
        height: auto;
        position: relative;
        border-right: none;
        border-bottom: 1px solid var(--nr-border, #e5e7eb);
    }

    .nr-topbar[b-bbu73b17rp] {
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
        padding: 0.75rem 1rem;
    }

    .nr-topbar__right[b-bbu73b17rp] {
        width: 100%;
        justify-content: flex-end;
    }

    .nr-topbar__title-row[b-bbu73b17rp] {
        gap: 0.75rem;
    }

    [b-bbu73b17rp] .nr-topbar__user-name {
        max-width: 10rem;
    }
}

/* Karanlık mod — shell + marka metinleri */
[data-bs-theme="dark"] .nr-shell[b-bbu73b17rp] {
    background: #0f1419;
}

[data-bs-theme="dark"] .nr-sidebar[b-bbu73b17rp] {
    background:
        radial-gradient(ellipse 120% 55% at 0% 0%, rgba(216, 178, 138, 0.08), transparent 55%),
        #0c1220;
    border-right-color: #1e293b;
}

[data-bs-theme="dark"] .nr-sidebar__rail-btn[b-bbu73b17rp] {
    background: #141b26;
    border-color: #334155;
    color: #d8b28a;
}

[data-bs-theme="dark"] .nr-sidebar__rail-btn:hover[b-bbu73b17rp] {
    background: #1e293b;
    color: #fff7ed;
}

[data-bs-theme="dark"] .nr-sidebar__head[b-bbu73b17rp] {
    border-bottom-color: #1e293b;
}

[data-bs-theme="dark"] .nr-brand__img--loyalty[b-bbu73b17rp] {
    box-shadow:
        0 2px 16px rgba(0, 0, 0, 0.35),
        0 0 0 1px rgba(255, 255, 255, 0.06);
}

[data-bs-theme="dark"] .nr-brand__title[b-bbu73b17rp] {
    color: #f1f5f9;
}

[data-bs-theme="dark"] .nr-brand__sub[b-bbu73b17rp] {
    color: #94a3b8;
}

[data-bs-theme="dark"] .nr-topbar[b-bbu73b17rp] {
    background: rgba(15, 20, 28, 0.94);
    border-bottom-color: #1e293b;
    box-shadow: none;
}

[data-bs-theme="dark"] .nr-topbar__title[b-bbu73b17rp] {
    color: #e2e8f0;
}

[data-bs-theme="dark"] .nr-topbar__title-icon[b-bbu73b17rp] {
    color: #2dd4bf;
}

[data-bs-theme="dark"][b-bbu73b17rp]  .nr-topbar__user-greet {
    color: #94a3b8;
}

[data-bs-theme="dark"][b-bbu73b17rp]  .nr-topbar__user-name {
    color: #f1f5f9;
}

[data-bs-theme="dark"][b-bbu73b17rp]  .nr-topbar__date-pill,
[data-bs-theme="dark"][b-bbu73b17rp]  .nr-topbar__time-pill {
    background: rgba(30, 41, 59, 0.85);
    border-color: #334155;
}

[data-bs-theme="dark"][b-bbu73b17rp]  .nr-topbar__pill-value {
    color: #e2e8f0;
}

[data-bs-theme="dark"][b-bbu73b17rp]  .nr-topbar__pill-time {
    color: #2dd4bf;
}

[data-bs-theme="dark"] .nr-btn-ghost[b-bbu73b17rp] {
    background: #1e293b;
    border-color: #334155;
    color: #e2e8f0;
}

[data-bs-theme="dark"] .nr-btn-ghost:hover[b-bbu73b17rp] {
    background: #334155;
    border-color: #475569;
    color: #fff;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.nr-nav-scroll[b-1xwuzt1ah4] {
    flex: 1;
    overflow-y: auto;
    padding: 0.75rem 0.7rem 1.5rem;
    scrollbar-width: thin;
    scrollbar-color: rgba(107, 61, 34, 0.25) transparent;
}

.nr-nav.nr-tree[b-1xwuzt1ah4] {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.nr-tree__branch[b-1xwuzt1ah4] {
    border-radius: 16px;
    border: 1px solid rgba(107, 61, 34, 0.08);
    background:
        linear-gradient(165deg, rgba(255, 253, 248, 0.95), rgba(248, 241, 232, 0.55));
    padding: 0.3rem;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.65) inset;
}

.nr-tree__branch--system[b-1xwuzt1ah4] {
    background:
        linear-gradient(165deg, rgba(107, 61, 34, 0.08), rgba(248, 241, 232, 0.4));
    border-color: rgba(107, 61, 34, 0.12);
}

.nr-tree__toggle[b-1xwuzt1ah4] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.55rem;
    border: none;
    background: transparent;
    color: #3d2b1e;
    border-radius: 12px;
    padding: 0.55rem 0.55rem;
    cursor: pointer;
    text-align: left;
    transition: background 0.15s ease;
}

.nr-tree__toggle:hover[b-1xwuzt1ah4] {
    background: rgba(255, 253, 248, 0.75);
}

.nr-tree__toggle.has-active[b-1xwuzt1ah4] {
    background: rgba(255, 253, 248, 0.9);
}

.nr-tree__chev[b-1xwuzt1ah4] {
    width: 1.15rem;
    height: 1.15rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #9a7a5f;
    transition: transform 0.18s ease;
    flex-shrink: 0;
}

.nr-tree__chev .bi[b-1xwuzt1ah4] {
    font-size: 0.78rem;
}

.nr-tree__toggle.is-open .nr-tree__chev[b-1xwuzt1ah4],
.nr-tree__sub-toggle.is-open .nr-tree__chev[b-1xwuzt1ah4] {
    transform: rotate(90deg);
    color: #6b3d22;
}

.nr-tree__chev--sm[b-1xwuzt1ah4] {
    width: 0.95rem;
    height: 0.95rem;
}

.nr-tree__node-icon[b-1xwuzt1ah4] {
    width: 2rem;
    height: 2rem;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #6b3d22, #a86a2b);
    color: #fff7ed;
    flex-shrink: 0;
    box-shadow: 0 6px 14px rgba(107, 61, 34, 0.22);
}

.nr-tree__toggle--system .nr-tree__node-icon[b-1xwuzt1ah4] {
    background: linear-gradient(135deg, #3d2b1e, #6b3d22);
}

.nr-tree__node-icon .bi[b-1xwuzt1ah4] {
    font-size: 1rem;
}

.nr-tree__node-label[b-1xwuzt1ah4] {
    flex: 1;
    font-size: 0.92rem;
    font-weight: 750;
    letter-spacing: -0.02em;
}

.nr-tree__count[b-1xwuzt1ah4],
.nr-tree__badge[b-1xwuzt1ah4] {
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.18rem 0.45rem;
    border-radius: 999px;
    background: rgba(107, 61, 34, 0.1);
    color: #6b3d22;
}

.nr-tree__badge[b-1xwuzt1ah4] {
    background: linear-gradient(135deg, rgba(107, 61, 34, 0.16), rgba(168, 106, 43, 0.18));
}

.nr-tree__leaves[b-1xwuzt1ah4] {
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
    padding: 0.15rem 0.15rem 0.35rem 0.35rem;
    animation: nr-tree-in-b-1xwuzt1ah4 0.18s ease;
}

.nr-tree__sub[b-1xwuzt1ah4] {
    margin-top: 0.15rem;
}

.nr-tree__sub-toggle[b-1xwuzt1ah4] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    border: none;
    background: transparent;
    color: #7a6656;
    font-size: 0.72rem;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.4rem 0.45rem 0.3rem 0.55rem;
    border-radius: 8px;
    cursor: pointer;
}

.nr-tree__sub-toggle:hover[b-1xwuzt1ah4] {
    color: #3d2b1e;
    background: rgba(255, 253, 248, 0.55);
}

.nr-tree__sub-label[b-1xwuzt1ah4] {
    line-height: 1;
}

.nr-tree__sub-leaves[b-1xwuzt1ah4] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    padding-left: 0.35rem;
    animation: nr-tree-in-b-1xwuzt1ah4 0.16s ease;
}

.nr-tree__leaf[b-1xwuzt1ah4] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.5rem 0.65rem 0.5rem 0.85rem;
    margin-left: 0.55rem;
    border-radius: 11px;
    color: #5b4a3d;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    border: 1px solid transparent;
    transition: background 0.14s ease, color 0.14s ease, border-color 0.14s ease, transform 0.14s ease;
}

.nr-tree__leaf--deep[b-1xwuzt1ah4] {
    margin-left: 0.85rem;
    padding-left: 0.75rem;
}

.nr-tree__rail[b-1xwuzt1ah4] {
    position: absolute;
    left: -0.05rem;
    top: -0.2rem;
    bottom: -0.2rem;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(107, 61, 34, 0.22), transparent);
}

.nr-tree__dot[b-1xwuzt1ah4] {
    position: absolute;
    left: -0.28rem;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 999px;
    background: #ead8c6;
    border: 1.5px solid #fffdf8;
    box-shadow: 0 0 0 1px rgba(107, 61, 34, 0.12);
}

.nr-tree__leaf:hover[b-1xwuzt1ah4] {
    background: rgba(255, 253, 248, 0.95);
    border-color: rgba(107, 61, 34, 0.1);
    color: #3d2b1e;
    transform: translateX(2px);
}

.nr-tree__leaf.active[b-1xwuzt1ah4] {
    background: #fffdf8;
    border-color: rgba(107, 61, 34, 0.16);
    color: #3d2b1e;
    font-weight: 750;
    box-shadow: 0 4px 14px rgba(89, 61, 38, 0.08);
}

.nr-tree__leaf.active .nr-tree__dot[b-1xwuzt1ah4] {
    background: linear-gradient(135deg, #6b3d22, #a86a2b);
    box-shadow: 0 0 0 3px rgba(168, 106, 43, 0.18);
}

.nr-nav__icon[b-1xwuzt1ah4] {
    width: 1.85rem;
    height: 1.85rem;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(107, 61, 34, 0.08);
    color: #6b3d22;
}

.nr-nav__icon .bi[b-1xwuzt1ah4] {
    font-size: 0.98rem;
    line-height: 1;
}

.nr-tree__leaf.active .nr-nav__icon[b-1xwuzt1ah4] {
    background: linear-gradient(135deg, #6b3d22, #8b5a34);
    color: #fff7ed;
    box-shadow: 0 4px 12px rgba(107, 61, 34, 0.22);
}

.nr-nav__text[b-1xwuzt1ah4] {
    min-width: 0;
    line-height: 1.2;
}

@keyframes nr-tree-in-b-1xwuzt1ah4 {
    from { opacity: 0; transform: translateY(-4px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Compact rail mode (sidebar collapsed to icons) */
:global(.nr-sidebar--rail) .nr-tree__node-label[b-1xwuzt1ah4],
:global(.nr-sidebar--rail) .nr-tree__count[b-1xwuzt1ah4],
:global(.nr-sidebar--rail) .nr-tree__badge[b-1xwuzt1ah4],
:global(.nr-sidebar--rail) .nr-tree__sub-toggle[b-1xwuzt1ah4],
:global(.nr-sidebar--rail) .nr-nav__text[b-1xwuzt1ah4],
:global(.nr-sidebar--rail) .nr-tree__chev[b-1xwuzt1ah4] {
    display: none;
}

:global(.nr-sidebar--rail) .nr-tree__leaf[b-1xwuzt1ah4] {
    justify-content: center;
    margin-left: 0;
    padding: 0.55rem;
}

:global(.nr-sidebar--rail) .nr-tree__rail[b-1xwuzt1ah4],
:global(.nr-sidebar--rail) .nr-tree__dot[b-1xwuzt1ah4] {
    display: none;
}

:global(.nr-sidebar--rail) .nr-tree__toggle[b-1xwuzt1ah4] {
    justify-content: center;
    padding: 0.45rem;
}

:global(.nr-sidebar--rail) .nr-tree__leaves[b-1xwuzt1ah4],
:global(.nr-sidebar--rail) .nr-tree__sub-leaves[b-1xwuzt1ah4] {
    padding-left: 0;
}

[data-bs-theme="dark"] .nr-tree__branch[b-1xwuzt1ah4] {
    background: linear-gradient(165deg, rgba(30, 41, 59, 0.95), rgba(20, 27, 38, 0.8));
    border-color: #334155;
    box-shadow: none;
}

[data-bs-theme="dark"] .nr-tree__branch--system[b-1xwuzt1ah4] {
    background: linear-gradient(165deg, rgba(216, 178, 138, 0.12), rgba(20, 27, 38, 0.85));
}

[data-bs-theme="dark"] .nr-tree__toggle[b-1xwuzt1ah4],
[data-bs-theme="dark"] .nr-tree__leaf[b-1xwuzt1ah4] {
    color: #d6cec7;
}

[data-bs-theme="dark"] .nr-tree__toggle:hover[b-1xwuzt1ah4],
[data-bs-theme="dark"] .nr-tree__leaf:hover[b-1xwuzt1ah4],
[data-bs-theme="dark"] .nr-tree__leaf.active[b-1xwuzt1ah4] {
    background: #141b26;
    color: #fff7ed;
    border-color: rgba(216, 178, 138, 0.2);
}

[data-bs-theme="dark"] .nr-tree__sub-toggle[b-1xwuzt1ah4] {
    color: #8b735f;
}

[data-bs-theme="dark"] .nr-tree__sub-toggle:hover[b-1xwuzt1ah4] {
    color: #fff7ed;
    background: rgba(216, 178, 138, 0.08);
}

[data-bs-theme="dark"] .nr-tree__count[b-1xwuzt1ah4],
[data-bs-theme="dark"] .nr-tree__badge[b-1xwuzt1ah4] {
    background: rgba(216, 178, 138, 0.14);
    color: #d8b28a;
}

[data-bs-theme="dark"] .nr-nav__icon[b-1xwuzt1ah4] {
    background: rgba(216, 178, 138, 0.12);
    color: #d8b28a;
}

[data-bs-theme="dark"] .nr-tree__leaf.active .nr-nav__icon[b-1xwuzt1ah4] {
    background: linear-gradient(135deg, #d8b28a, #e4c4a0);
    color: #24160d;
}

[data-bs-theme="dark"] .nr-tree__dot[b-1xwuzt1ah4] {
    background: #475569;
    border-color: #141b26;
}

[data-bs-theme="dark"] .nr-tree__leaf.active .nr-tree__dot[b-1xwuzt1ah4] {
    background: #d8b28a;
    box-shadow: 0 0 0 3px rgba(216, 178, 138, 0.2);
}

[data-bs-theme="dark"] .nr-tree__rail[b-1xwuzt1ah4] {
    background: linear-gradient(180deg, transparent, rgba(216, 178, 138, 0.28), transparent);
}
/* /Layout/PublicLayout.razor.rz.scp.css */
.nr-public-layout[b-yhqakj9n0y] {
    min-height: 100vh;
    background: #faf8f5;
    padding: 0.75rem 0;
}

[data-bs-theme="dark"] .nr-public-layout[b-yhqakj9n0y] {
    background: #0f1419;
}
/* /Pages/Landing.razor.rz.scp.css */
.nr-landing[b-4hz5l83z9x] {
    --nr-brand-primary: #7A4A2B;
    --nr-brand-primary-dark: #5E341B;
    --nr-brand-deep: #4E2D1B;
    --nr-brand-accent: #A86A2B;
    --nr-brand-secondary: #F4E7D3;
    --nr-brand-soft: #FAF1E6;
    --nr-brand-cream: #FAF8F5;
    --nr-brand-stroke: #E8D5C2;
    --nr-landing-brown: var(--nr-brand-primary-dark);
    --nr-landing-brown-soft: var(--nr-brand-primary);
    --nr-landing-mint: rgba(244, 231, 211, 0.9);
    --nr-landing-cream: var(--nr-brand-cream);
    color: #44403c;
}

.nr-landing__top[b-4hz5l83z9x] {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(253, 251, 247, 0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(74, 50, 31, 0.08);
}

.nr-landing__top-inner[b-4hz5l83z9x] {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0.85rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.nr-landing__logo[b-4hz5l83z9x] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    text-decoration: none;
    color: inherit;
}

.nr-landing__logo-title[b-4hz5l83z9x] {
    display: block;
    font-weight: 800;
    font-size: 1.05rem;
    letter-spacing: -0.03em;
    color: var(--nr-landing-brown);
}

.nr-landing__logo-sub[b-4hz5l83z9x] {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #78716c;
}

.nr-landing__top-actions[b-4hz5l83z9x] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.5rem 0.75rem;
}

.nr-landing__top-lang[b-4hz5l83z9x] {
    margin-right: auto;
}

@media (max-width: 575px) {
    .nr-landing__top-inner[b-4hz5l83z9x] {
        flex-wrap: wrap;
    }

    .nr-landing__top-lang[b-4hz5l83z9x] {
        margin-right: 0;
    }

    .nr-landing__top-actions .btn-nr-ghost[b-4hz5l83z9x],
    .nr-landing__top-actions .btn-nr-outline[b-4hz5l83z9x],
    .nr-landing__top-actions .btn-nr-primary[b-4hz5l83z9x] {
        flex: 1 1 auto;
        text-align: center;
        min-width: 6rem;
    }
}

.btn-nr-ghost[b-4hz5l83z9x] {
    border-radius: 12px;
    padding: 0.45rem 1rem;
    font-weight: 600;
    border: 1px solid transparent;
    background: transparent;
    color: var(--nr-landing-brown-soft);
}

.btn-nr-ghost:hover[b-4hz5l83z9x] {
    background: rgba(74, 50, 31, 0.06);
    color: var(--nr-landing-brown);
}

.btn-nr-outline[b-4hz5l83z9x] {
    border-radius: 12px;
    padding: 0.45rem 1rem;
    font-weight: 600;
    border: 2px solid var(--nr-landing-brown-soft);
    background: #fff;
    color: var(--nr-landing-brown-soft);
}

.btn-nr-outline:hover[b-4hz5l83z9x] {
    background: rgba(107, 61, 34, 0.06);
}

.btn-nr-primary[b-4hz5l83z9x] {
    border-radius: 14px;
    padding: 0.55rem 1.25rem;
    font-weight: 700;
    border: none;
    color: #fff;
    background: linear-gradient(135deg, var(--nr-brand-accent) 0%, var(--nr-brand-primary) 52%, var(--nr-brand-deep) 100%);
    box-shadow: 0 8px 24px rgba(78, 45, 27, 0.24);
}

.btn-nr-primary:hover[b-4hz5l83z9x] {
    filter: brightness(1.05);
    color: #fff;
}

.nr-landing__hero[b-4hz5l83z9x] {
    background:
        radial-gradient(ellipse 80% 60% at 70% -10%, rgba(168, 106, 43, 0.14), transparent 52%),
        radial-gradient(ellipse 60% 50% at 10% 30%, rgba(122, 74, 43, 0.1), transparent 48%),
        var(--nr-landing-cream);
    border-bottom: 1px solid rgba(94, 52, 27, 0.08);
}

.nr-landing__hero-grid[b-4hz5l83z9x] {
    max-width: 1120px;
    margin: 0 auto;
    padding: 2.5rem 1.25rem 3rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    align-items: center;
}

@media (max-width: 991px) {
    .nr-landing__hero-grid[b-4hz5l83z9x] {
        grid-template-columns: 1fr;
        padding-top: 1.75rem;
    }
}

.nr-landing__eyebrow[b-4hz5l83z9x] {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--nr-brand-accent);
    margin-bottom: 0.65rem;
}

.nr-landing__trial-pill[b-4hz5l83z9x] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0 0 1rem;
    padding: 0.4rem 0.85rem 0.4rem 0.7rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: #fff;
    background: linear-gradient(135deg, var(--nr-brand-accent) 0%, var(--nr-brand-primary) 100%);
    box-shadow: 0 8px 20px rgba(122, 74, 43, 0.28);
}

.nr-landing__trial-pill .bi[b-4hz5l83z9x] {
    font-size: 0.95rem;
}

.nr-landing__trial-note[b-4hz5l83z9x] {
    margin: -0.65rem 0 1.25rem;
    max-width: 36rem;
    font-size: 0.92rem;
    line-height: 1.5;
    color: var(--nr-landing-brown-soft);
    font-weight: 600;
}

.nr-landing__h1[b-4hz5l83z9x] {
    font-size: clamp(1.65rem, 4vw, 2.35rem);
    font-weight: 800;
    letter-spacing: -0.035em;
    color: var(--nr-landing-brown);
    line-height: 1.15;
    margin-bottom: 1rem;
}

.nr-landing__h1 em[b-4hz5l83z9x] {
    font-style: normal;
    background: linear-gradient(120deg, var(--nr-brand-accent), var(--nr-brand-primary));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.nr-landing__lead[b-4hz5l83z9x] {
    font-size: 1.02rem;
    line-height: 1.65;
    color: #57534e;
    margin-bottom: 1.5rem;
    max-width: 36rem;
}

.nr-landing__cta-row[b-4hz5l83z9x] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.nr-landing__trust[b-4hz5l83z9x] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
    font-size: 0.88rem;
    color: #78716c;
}

.nr-landing__trust li[b-4hz5l83z9x] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.nr-landing__trust .bi[b-4hz5l83z9x] {
    color: var(--nr-brand-accent);
}

.nr-landing__hero-shot[b-4hz5l83z9x] {
    display: flex;
    justify-content: center;
}

.nr-landing__hero-phones[b-4hz5l83z9x] {
    position: relative;
    width: min(420px, 92vw);
    min-height: 360px;
}

.nr-landing__hero-phones .nr-landing__phone--back[b-4hz5l83z9x] {
    position: absolute;
    right: 0;
    top: 1.5rem;
    transform: rotate(6deg) scale(0.92);
    opacity: 0.92;
    z-index: 1;
}

.nr-landing__hero-phones .nr-landing__phone--front[b-4hz5l83z9x] {
    position: relative;
    z-index: 2;
    transform: rotate(-4deg);
    margin-right: auto;
    margin-left: 0;
}

@media (max-width: 991px) {
    .nr-landing__hero-phones[b-4hz5l83z9x] {
        margin-inline: auto;
        min-height: 320px;
    }

    .nr-landing__hero-phones .nr-landing__phone--back[b-4hz5l83z9x] {
        right: 0.5rem;
    }
}

.nr-landing__stats[b-4hz5l83z9x] {
    border-bottom: 1px solid rgba(74, 50, 31, 0.06);
    background: #fffdf8;
}

.nr-landing__stats-inner[b-4hz5l83z9x] {
    max-width: 1120px;
    margin: 0 auto;
    padding: 1.25rem 1.25rem 1.5rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

@media (max-width: 767px) {
    .nr-landing__stats-inner[b-4hz5l83z9x] {
        grid-template-columns: 1fr;
    }
}

.nr-landing__stat[b-4hz5l83z9x] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 0.85rem 1rem;
    border-radius: 14px;
    background: rgba(244, 231, 211, 0.55);
    border: 1px solid rgba(74, 50, 31, 0.06);
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--nr-landing-brown);
    text-align: center;
}

.nr-landing__stat .bi[b-4hz5l83z9x] {
    color: var(--nr-brand-accent);
    font-size: 1.15rem;
}

.nr-landing__trial[b-4hz5l83z9x] {
    scroll-margin-top: 5rem;
    margin: 0;
    padding: 0 1.25rem;
    background: var(--nr-landing-cream);
}

.nr-landing__trial-inner[b-4hz5l83z9x] {
    max-width: 1120px;
    margin: 1.75rem auto 0;
    border-radius: 28px;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    background:
        radial-gradient(ellipse 80% 70% at 0% 0%, rgba(168, 106, 43, 0.35), transparent 55%),
        linear-gradient(125deg, #3d2316 0%, var(--nr-brand-deep) 42%, var(--nr-brand-primary) 100%);
    box-shadow: 0 18px 50px rgba(62, 35, 22, 0.28);
}

@media (max-width: 991px) {
    .nr-landing__trial-inner[b-4hz5l83z9x] {
        grid-template-columns: 1fr;
    }
}

.nr-landing__trial-hero[b-4hz5l83z9x] {
    padding: 2.35rem 2rem 2.1rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.85rem;
}

.nr-landing__trial-kicker[b-4hz5l83z9x] {
    margin: 0;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #f4e7d3;
}

.nr-landing__trial-display[b-4hz5l83z9x] {
    display: flex;
    align-items: baseline;
    gap: 0.55rem;
    line-height: 0.85;
}

.nr-landing__trial-num[b-4hz5l83z9x] {
    font-size: clamp(4.2rem, 8vw, 6.4rem);
    font-weight: 800;
    letter-spacing: -0.06em;
    background: linear-gradient(180deg, #fff6e8 0%, #e8c48a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.nr-landing__trial-unit[b-4hz5l83z9x] {
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.78);
}

.nr-landing__trial-hero .nr-landing__h2[b-4hz5l83z9x] {
    color: #fff;
    margin: 0;
    max-width: 22rem;
}

.nr-landing__trial-hero .nr-landing__sub[b-4hz5l83z9x] {
    color: rgba(255, 255, 255, 0.82);
    max-width: 26rem;
}

.nr-landing__trial-hero .btn[b-4hz5l83z9x] {
    margin-top: 0.35rem;
}

.nr-landing__trial-nocard[b-4hz5l83z9x] {
    margin: 0;
    font-size: 0.86rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.78);
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.nr-landing__trial-steps[b-4hz5l83z9x] {
    list-style: none;
    margin: 0;
    padding: 1.75rem 1.75rem 1.75rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    background: rgba(250, 241, 230, 0.12);
}

.nr-landing__trial-steps li[b-4hz5l83z9x] {
    display: grid;
    grid-template-columns: 2.4rem 1fr;
    gap: 0.9rem;
    align-items: flex-start;
    padding: 1rem 1.1rem;
    border-radius: 16px;
    background: rgba(255, 253, 248, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.nr-landing__trial-step-n[b-4hz5l83z9x] {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.05rem;
    color: var(--nr-brand-deep);
    background: #f4e7d3;
}

.nr-landing__trial-steps h3[b-4hz5l83z9x] {
    margin: 0 0 0.3rem;
    font-size: 1.02rem;
    font-weight: 800;
    color: #fff;
}

.nr-landing__trial-steps p[b-4hz5l83z9x] {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.78);
}

.nr-landing__ecosystem[b-4hz5l83z9x] {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 1.25rem 2.5rem;
}

.nr-landing__videos[b-4hz5l83z9x] {
    background:
        radial-gradient(ellipse 70% 55% at 50% 0%, rgba(168, 106, 43, 0.1), transparent 58%),
        linear-gradient(180deg, rgba(250, 248, 245, 0) 0%, rgba(244, 231, 211, 0.35) 45%, rgba(250, 248, 245, 0) 100%);
    padding: 2.5rem 0 3rem;
    scroll-margin-top: 5rem;
}

.nr-landing__video-grid[b-4hz5l83z9x] {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 1.25rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    align-items: stretch;
}

@media (max-width: 991px) {
    .nr-landing__video-grid[b-4hz5l83z9x] {
        grid-template-columns: 1fr;
    }
}

.nr-landing__video-card[b-4hz5l83z9x] {
    background: #fffdf8;
    border: 1px solid rgba(94, 52, 27, 0.1);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(78, 45, 27, 0.08);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.nr-landing__video-trigger[b-4hz5l83z9x] {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    text-align: inherit;
}

.nr-landing__video-trigger:hover .nr-landing__video-play[b-4hz5l83z9x],
.nr-landing__video-trigger:focus-visible .nr-landing__video-play[b-4hz5l83z9x] {
    transform: translate(-50%, -50%) scale(1.06);
    box-shadow: 0 16px 40px rgba(78, 45, 27, 0.35);
}

.nr-landing__video-trigger:focus-visible[b-4hz5l83z9x] {
    outline: none;
}

.nr-landing__video-trigger:focus-visible .nr-landing__video-frame[b-4hz5l83z9x] {
    box-shadow: inset 0 0 0 3px rgba(168, 106, 43, 0.55);
}

.nr-landing__video-frame[b-4hz5l83z9x] {
    position: relative;
    display: block;
    aspect-ratio: 16 / 9;
    width: 100%;
    overflow: hidden;
    border-radius: 0;
}

.nr-landing__video-preview[b-4hz5l83z9x] {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    padding: 1.5rem 1rem;
    text-align: center;
}

.nr-landing__video-frame--promo .nr-landing__video-preview[b-4hz5l83z9x] {
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.14), transparent 42%),
        radial-gradient(circle at 82% 78%, rgba(168, 106, 43, 0.28), transparent 46%),
        linear-gradient(135deg, #4e2d1b 0%, #7a4a2b 52%, #a86a2b 100%);
}

.nr-landing__video-frame--montage .nr-landing__video-preview[b-4hz5l83z9x] {
    background:
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.35), transparent 38%),
        radial-gradient(circle at 20% 80%, rgba(122, 74, 43, 0.16), transparent 44%),
        linear-gradient(135deg, #faf1e6 0%, #f4e7d3 42%, #d8b28a 100%);
}

.nr-landing__video-preview-media[b-4hz5l83z9x] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.nr-landing__video-preview:has(.nr-landing__video-preview-media)[b-4hz5l83z9x]::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(40, 24, 14, 0.12) 0%, rgba(40, 24, 14, 0.45) 100%);
    pointer-events: none;
}

.nr-landing__video-preview:has(.nr-landing__video-preview-media) .nr-landing__video-preview-badge[b-4hz5l83z9x],
.nr-landing__video-preview:has(.nr-landing__video-preview-media) .nr-landing__video-preview-icons[b-4hz5l83z9x] {
    position: relative;
    z-index: 2;
}

.nr-landing__video-preview:has(.nr-landing__video-preview-media) .nr-landing__video-preview-badge[b-4hz5l83z9x] {
    position: absolute;
    top: 0.85rem;
    left: 0.85rem;
    z-index: 2;
    background: rgba(255, 253, 248, 0.92);
    color: var(--nr-brand-primary);
    border: 1px solid rgba(122, 74, 43, 0.14);
}

.nr-landing__video-preview:has(.nr-landing__video-preview-media) .nr-landing__video-preview-icons[b-4hz5l83z9x] {
    position: absolute;
    right: 0.85rem;
    bottom: 0.85rem;
    margin: 0;
}

.nr-landing__video-preview:has(.nr-landing__video-preview-media) .nr-landing__video-preview-icons .bi[b-4hz5l83z9x] {
    background: rgba(255, 253, 248, 0.9);
    color: var(--nr-brand-primary);
    box-shadow: 0 6px 16px rgba(40, 24, 14, 0.18);
}

.nr-landing__video-more[b-4hz5l83z9x] {
    max-width: 1120px;
    margin: 1.75rem auto 0;
    padding: 0 1.25rem;
    display: flex;
    justify-content: center;
}

.nr-landing__video-preview-logo[b-4hz5l83z9x] {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.nr-landing__video-preview-tagline[b-4hz5l83z9x] {
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.nr-landing__video-frame--promo .nr-landing__video-preview-tagline[b-4hz5l83z9x] {
    color: rgba(255, 255, 255, 0.92);
}

.nr-landing__video-frame--montage .nr-landing__video-preview-tagline[b-4hz5l83z9x] {
    color: var(--nr-brand-primary-dark);
}

.nr-landing__video-preview-badge[b-4hz5l83z9x] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.28rem 0.7rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.nr-landing__video-frame--promo .nr-landing__video-preview-badge[b-4hz5l83z9x] {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.nr-landing__video-frame--montage .nr-landing__video-preview-badge[b-4hz5l83z9x] {
    background: rgba(255, 255, 255, 0.72);
    color: var(--nr-brand-primary);
    border: 1px solid rgba(122, 74, 43, 0.12);
}

.nr-landing__video-preview-icons[b-4hz5l83z9x] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    margin-top: 0.15rem;
}

.nr-landing__video-preview-icons .bi[b-4hz5l83z9x] {
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
}

.nr-landing__video-frame--promo .nr-landing__video-preview-icons .bi[b-4hz5l83z9x] {
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.92);
}

.nr-landing__video-frame--montage .nr-landing__video-preview-icons .bi[b-4hz5l83z9x] {
    background: rgba(122, 74, 43, 0.1);
    color: var(--nr-brand-primary);
}

.nr-landing__video-play[b-4hz5l83z9x] {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 4.25rem;
    height: 4.25rem;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--nr-brand-accent) 0%, var(--nr-brand-primary) 100%);
    color: #fff;
    box-shadow: 0 12px 32px rgba(78, 45, 27, 0.28);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
    border: 3px solid rgba(255, 255, 255, 0.88);
}

.nr-landing__video-play .bi[b-4hz5l83z9x] {
    font-size: 1.85rem;
    margin-left: 0.15rem;
}

.nr-landing__video-trigger:hover .nr-landing__video-preview[b-4hz5l83z9x],
.nr-landing__video-trigger:focus-visible .nr-landing__video-preview[b-4hz5l83z9x] {
    filter: brightness(1.03);
}

.nr-landing__video-modal[b-4hz5l83z9x] {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    background: rgba(28, 25, 23, 0.72);
    backdrop-filter: blur(10px);
    animation: nr-landing-modal-in-b-4hz5l83z9x 0.22s ease;
}

@keyframes nr-landing-modal-in-b-4hz5l83z9x {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.nr-landing__video-modal-dialog[b-4hz5l83z9x] {
    width: min(960px, 100%);
    max-height: calc(100vh - 2.5rem);
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(180deg, #fffdf8 0%, #faf6ef 100%);
    border: 1px solid rgba(232, 213, 194, 0.9);
    box-shadow:
        0 28px 80px rgba(0, 0, 0, 0.38),
        0 0 0 1px rgba(255, 255, 255, 0.08) inset;
    animation: nr-landing-dialog-in-b-4hz5l83z9x 0.26s ease;
}

@keyframes nr-landing-dialog-in-b-4hz5l83z9x {
    from {
        opacity: 0;
        transform: translateY(12px) scale(0.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.nr-landing__video-modal-head[b-4hz5l83z9x] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.1rem 0.85rem 1.25rem;
}

.nr-landing__video-modal-title[b-4hz5l83z9x] {
    margin: 0;
    font-size: 1.02rem;
    font-weight: 800;
    color: var(--nr-brand-primary-dark);
    letter-spacing: -0.02em;
}

.nr-landing__video-modal-close[b-4hz5l83z9x] {
    width: 2.5rem;
    height: 2.5rem;
    border: 0;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(244, 231, 211, 0.85);
    color: var(--nr-brand-primary);
    cursor: pointer;
    transition: background 0.15s ease, transform 0.15s ease;
}

.nr-landing__video-modal-close:hover[b-4hz5l83z9x] {
    background: var(--nr-brand-secondary);
    transform: scale(1.04);
}

.nr-landing__video-modal-frame[b-4hz5l83z9x] {
    padding: 0 1rem 1rem;
    flex: 1 1 auto;
    min-height: 0;
}

.nr-landing__video-modal-player[b-4hz5l83z9x] {
    display: block;
    width: 100%;
    max-height: calc(100vh - 8.5rem);
    aspect-ratio: 16 / 9;
    object-fit: contain;
    border-radius: 16px;
    background: #000;
    box-shadow: 0 10px 30px rgba(78, 45, 27, 0.18);
}

@media (max-width: 575px) {
    .nr-landing__video-modal[b-4hz5l83z9x] {
        padding: 0.75rem;
    }

    .nr-landing__video-modal-dialog[b-4hz5l83z9x] {
        border-radius: 18px;
    }

    .nr-landing__video-modal-frame[b-4hz5l83z9x] {
        padding: 0 0.75rem 0.75rem;
    }

    .nr-landing__video-play[b-4hz5l83z9x] {
        width: 3.5rem;
        height: 3.5rem;
    }
}

.nr-landing__video-meta[b-4hz5l83z9x] {
    padding: 1.1rem 1.25rem 1.25rem;
    margin-top: auto;
}

.nr-landing__video-meta h3[b-4hz5l83z9x] {
    margin: 0 0 0.35rem;
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--nr-landing-brown);
    letter-spacing: -0.02em;
}

.nr-landing__video-meta p[b-4hz5l83z9x] {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.55;
    color: #57534e;
}

.nr-landing__ecosystem-grid[b-4hz5l83z9x] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

@media (max-width: 991px) {
    .nr-landing__ecosystem-grid[b-4hz5l83z9x] {
        grid-template-columns: 1fr;
    }
}

.nr-landing__eco-card[b-4hz5l83z9x] {
    border-radius: 20px;
    padding: 1.5rem 1.35rem;
    border: 1px solid rgba(74, 50, 31, 0.1);
    background: #fffdf8;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
    min-width: 0;
}

.nr-landing__eco-card--customer[b-4hz5l83z9x] {
    background: linear-gradient(165deg, rgba(244, 231, 211, 0.85) 0%, #fffdf8 55%);
}

.nr-landing__eco-card--staff[b-4hz5l83z9x] {
    background: linear-gradient(165deg, rgba(232, 213, 194, 0.55) 0%, #fffdf8 55%);
}

.nr-landing__eco-card--panel[b-4hz5l83z9x] {
    background: linear-gradient(165deg, rgba(168, 106, 43, 0.12) 0%, #fffdf8 55%);
}

.nr-landing__eco-icon[b-4hz5l83z9x] {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 0.85rem;
    background: var(--nr-brand-secondary);
    color: var(--nr-brand-primary);
}

.nr-landing__eco-card--staff .nr-landing__eco-icon[b-4hz5l83z9x] {
    background: rgba(139, 90, 52, 0.14);
    color: var(--nr-landing-brown-soft);
}

.nr-landing__eco-card h3[b-4hz5l83z9x] {
    font-size: 1.08rem;
    font-weight: 800;
    color: var(--nr-landing-brown);
    margin: 0 0 0.5rem;
}

.nr-landing__eco-card p[b-4hz5l83z9x] {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.58;
    color: #57534e;
}

.nr-landing__tabs[b-4hz5l83z9x] {
    max-width: 1120px;
    margin: 0 auto 1.25rem;
    padding: 0 1.25rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: center;
}

.nr-landing__tab[b-4hz5l83z9x] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    border: 2px solid rgba(74, 50, 31, 0.12);
    background: #fff;
    color: var(--nr-landing-brown-soft);
    border-radius: 999px;
    padding: 0.55rem 1.15rem;
    font-weight: 700;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s, color 0.15s, box-shadow 0.15s;
}

.nr-landing__tab:hover[b-4hz5l83z9x] {
    border-color: rgba(122, 74, 43, 0.35);
    color: var(--nr-brand-primary);
}

.nr-landing__tab.is-active[b-4hz5l83z9x] {
    background: linear-gradient(135deg, var(--nr-brand-accent) 0%, var(--nr-brand-primary) 100%);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 8px 20px rgba(74, 50, 31, 0.18);
}

.nr-landing__scroll-row[b-4hz5l83z9x] {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 1.25rem 0.5rem;
    display: flex;
    gap: 1.25rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 1.25rem;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 1rem;
}

.nr-landing__scroll-row .nr-landing__shot[b-4hz5l83z9x] {
    flex: 0 0 min(240px, 78vw);
    scroll-snap-align: start;
}

.nr-landing__download[b-4hz5l83z9x] {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 1.25rem 2.5rem;
}

.nr-landing__download-head[b-4hz5l83z9x] {
    max-width: 40rem;
    margin: 0 0 1.5rem;
}

.nr-landing__download-apps[b-4hz5l83z9x] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}

@media (max-width: 991px) {
    .nr-landing__download-apps[b-4hz5l83z9x] {
        grid-template-columns: 1fr;
    }
}

.nr-landing__app-card[b-4hz5l83z9x] {
    background: linear-gradient(145deg, rgba(244, 231, 211, 0.7) 0%, #fffdf8 52%, rgba(168, 106, 43, 0.08) 100%);
    border: 1px solid rgba(74, 50, 31, 0.1);
    border-radius: 22px;
    padding: 1.5rem 1.35rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.nr-landing__app-card-top[b-4hz5l83z9x] {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
}

.nr-landing__app-icon[b-4hz5l83z9x] {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    border-radius: 14px;
    object-fit: cover;
    filter: none;
    box-shadow: 0 4px 14px rgba(58, 36, 23, 0.14);
    background: transparent;
}

.nr-landing__app-card-title[b-4hz5l83z9x] {
    margin: 0 0 0.35rem;
    font-size: 1.15rem;
    font-weight: 700;
    color: #3a2417;
}

.nr-landing__app-card-body[b-4hz5l83z9x] {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.45;
    color: rgba(58, 36, 23, 0.78);
}

.nr-landing__apk-note[b-4hz5l83z9x] {
    margin: 0;
    font-size: 0.78rem;
    line-height: 1.4;
    color: rgba(58, 36, 23, 0.58);
}

.nr-landing__store-row[b-4hz5l83z9x] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.nr-landing__store-badge[b-4hz5l83z9x] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.65rem 1rem;
    border-radius: 14px;
    background: #1c1917;
    color: #fff;
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 600;
    transition: transform 0.15s, box-shadow 0.15s;
}

.nr-landing__store-badge--apk[b-4hz5l83z9x] {
    background: #3d6b2f;
}

.nr-landing__store-badge:hover[b-4hz5l83z9x] {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(28, 25, 23, 0.22);
}

.nr-landing__store-badge .bi[b-4hz5l83z9x] {
    font-size: 1.25rem;
}

.nr-landing__download-shots[b-4hz5l83z9x] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.nr-landing__phone[b-4hz5l83z9x] {
    position: relative;
    border-radius: 36px;
    padding: 10px;
    background: linear-gradient(160deg, #5E341B 0%, #4E2D1B 42%, #3A2417 100%);
    box-shadow:
        0 24px 60px rgba(15, 23, 42, 0.35),
        0 0 0 1px rgba(255, 255, 255, 0.06) inset;
    max-width: min(320px, 88vw);
}

.nr-landing__phone-notch[b-4hz5l83z9x] {
    height: 22px;
    border-radius: 0 0 14px 14px;
    background: #3A2417;
    margin: -4px auto 6px;
    width: 38%;
}

.nr-landing__phone img[b-4hz5l83z9x] {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 28px;
}

.nr-landing__phone--sm[b-4hz5l83z9x] {
    max-width: min(240px, 100%);
}

.nr-landing__features[b-4hz5l83z9x] {
    max-width: 1120px;
    margin: 0 auto;
    padding: 3rem 1.25rem;
}

.nr-landing__section-head[b-4hz5l83z9x] {
    text-align: center;
    max-width: 40rem;
    margin: 0 auto 2rem;
}

.nr-landing__h2[b-4hz5l83z9x] {
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--nr-landing-brown);
}

.nr-landing__sub[b-4hz5l83z9x] {
    color: #78716c;
    font-size: 0.98rem;
    margin-top: 0.5rem;
}

.nr-landing__feature-grid[b-4hz5l83z9x] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

@media (max-width: 991px) {
    .nr-landing__feature-grid[b-4hz5l83z9x] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .nr-landing__feature-grid[b-4hz5l83z9x] {
        grid-template-columns: 1fr;
    }
}

.nr-landing__feature[b-4hz5l83z9x] {
    background: #fffdf8;
    border: 1px solid rgba(74, 50, 31, 0.08);
    border-radius: 18px;
    padding: 1.35rem 1.25rem;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
    transition: box-shadow 0.2s, transform 0.2s;
}

.nr-landing__feature:hover[b-4hz5l83z9x] {
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
    transform: translateY(-2px);
}

.nr-landing__feature h3[b-4hz5l83z9x] {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--nr-landing-brown);
    margin: 0 0 0.5rem;
}

.nr-landing__feature p[b-4hz5l83z9x] {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.55;
    color: #57534e;
}

.nr-landing__feature-icon[b-4hz5l83z9x] {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 14px;
    background: var(--nr-brand-secondary);
    color: var(--nr-brand-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 0.85rem;
}

.nr-landing__ops[b-4hz5l83z9x] {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 1.25rem 2.75rem;
}

.nr-landing__ops-grid[b-4hz5l83z9x] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

@media (max-width: 767px) {
    .nr-landing__ops-grid[b-4hz5l83z9x] {
        grid-template-columns: 1fr;
    }
}

.nr-landing__ops-card[b-4hz5l83z9x] {
    background: linear-gradient(165deg, rgba(244, 231, 211, 0.75) 0%, #fffdf8 42%, #fff 100%);
    border: 1px solid rgba(74, 50, 31, 0.1);
    border-radius: 18px;
    padding: 1.45rem 1.35rem 1.35rem;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
    min-width: 0;
}

.nr-landing__ops-icon[b-4hz5l83z9x] {
    width: 2.65rem;
    height: 2.65rem;
    border-radius: 14px;
    background: rgba(244, 231, 211, 0.85);
    color: var(--nr-brand-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 0.75rem;
}

.nr-landing__ops-icon--recipe[b-4hz5l83z9x] {
    background: rgba(139, 90, 52, 0.14);
    color: var(--nr-landing-brown-soft);
}

.nr-landing__ops-card-title[b-4hz5l83z9x] {
    font-size: 1.08rem;
    font-weight: 800;
    color: var(--nr-landing-brown);
    margin: 0 0 0.5rem;
    letter-spacing: -0.02em;
}

.nr-landing__ops-card-body[b-4hz5l83z9x] {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.58;
    color: #57534e;
}

.nr-landing__shots[b-4hz5l83z9x] {
    background: linear-gradient(180deg, rgba(250, 248, 245, 0) 0%, rgba(244, 231, 211, 0.28) 40%, rgba(250, 248, 245, 0) 100%);
    padding: 2rem 0 3rem;
}

.nr-landing__bento[b-4hz5l83z9x] {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 1.25rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
    align-items: start;
}

@media (max-width: 991px) {
    .nr-landing__bento[b-4hz5l83z9x] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .nr-landing__bento[b-4hz5l83z9x] {
        grid-template-columns: minmax(0, 1fr);
    }
}

.nr-landing__shot[b-4hz5l83z9x] {
    margin: 0;
    background: #fffdf8;
    border: 1px solid rgba(74, 50, 31, 0.08);
    border-radius: 20px;
    padding: 1rem 1rem 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.85rem;
    min-width: 0;
}

.nr-landing__shot figcaption[b-4hz5l83z9x] {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--nr-landing-brown-soft);
    text-align: center;
    width: 100%;
    flex-shrink: 0;
}

.nr-landing__shot .nr-landing__phone--sm[b-4hz5l83z9x] {
    flex-shrink: 0;
    width: 100%;
    max-width: 220px;
    margin-inline: auto;
}

.nr-landing__pricing[b-4hz5l83z9x] {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 1.25rem 2.5rem;
}

.nr-landing__pricing-grid[b-4hz5l83z9x] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 1.25rem;
}

@media (max-width: 767px) {
    .nr-landing__pricing-grid[b-4hz5l83z9x] {
        grid-template-columns: 1fr;
    }
}

.nr-landing__price-card[b-4hz5l83z9x] {
    background: #fffdf8;
    border: 1px solid rgba(74, 50, 31, 0.1);
    border-radius: 18px;
    padding: 1.35rem 1.25rem;
    position: relative;
}

.nr-landing__price-card.is-featured[b-4hz5l83z9x] {
    border-color: rgba(139, 90, 52, 0.35);
    box-shadow: 0 8px 28px rgba(107, 61, 34, 0.08);
}

.nr-landing__price-period[b-4hz5l83z9x] {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #8b5a34;
    margin-bottom: 0.25rem;
}

.nr-landing__price-name[b-4hz5l83z9x] {
    font-size: 1.1rem;
    font-weight: 800;
    color: #4a321f;
    margin: 0 0 0.75rem;
}

.nr-landing__price-badge[b-4hz5l83z9x] {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
    background: rgba(139, 90, 52, 0.12);
    color: #6b3d22;
    margin-bottom: 0.65rem;
}

.nr-landing__price-amount[b-4hz5l83z9x] {
    font-size: 1.65rem;
    font-weight: 800;
    color: #2c1a12;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.nr-landing__price-amount small[b-4hz5l83z9x] {
    display: block;
    margin-top: 0.2rem;
    font-size: 0.78rem;
    font-weight: 600;
    color: #78716c;
}

.nr-landing__price-base[b-4hz5l83z9x] {
    margin: 0.65rem 0 0;
    font-size: 0.85rem;
    color: #6b5e54;
}

.nr-landing__pricing-actions[b-4hz5l83z9x] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    margin-top: 1.5rem;
}

.nr-landing__cta-band[b-4hz5l83z9x] {
    background: linear-gradient(125deg, var(--nr-brand-deep) 0%, var(--nr-brand-primary) 52%, var(--nr-brand-primary-dark) 100%);
    margin: 2rem 1.25rem 0;
    border-radius: 24px;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

.nr-landing__cta-inner[b-4hz5l83z9x] {
    padding: 2.25rem 1.75rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.nr-landing__cta-band .nr-landing__h2[b-4hz5l83z9x] {
    color: #fff;
}

.nr-landing__cta-band .nr-landing__sub[b-4hz5l83z9x] {
    color: rgba(255, 255, 255, 0.82);
}

.nr-landing__footer[b-4hz5l83z9x] {
    margin-top: 3rem;
    padding: 2rem 1.25rem 2.5rem;
    border-top: 1px solid rgba(74, 50, 31, 0.08);
}

.nr-landing__footer-inner[b-4hz5l83z9x] {
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.nr-landing__footer-nav[b-4hz5l83z9x] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.25rem;
}

.nr-landing__footer-nav a[b-4hz5l83z9x] {
    font-size: 0.88rem;
    color: var(--nr-landing-brown-soft);
    text-decoration: none;
}

.nr-landing__footer-nav a:hover[b-4hz5l83z9x] {
    text-decoration: underline;
}

[data-bs-theme="dark"] .nr-landing[b-4hz5l83z9x] {
    color: #e7e5e4;
}

[data-bs-theme="dark"] .nr-landing__top[b-4hz5l83z9x] {
    background: rgba(15, 20, 25, 0.92);
    border-bottom-color: rgba(255, 255, 255, 0.06);
}

[data-bs-theme="dark"] .nr-landing__logo-title[b-4hz5l83z9x] {
    color: #f5f5f4;
}

[data-bs-theme="dark"] .nr-landing__hero[b-4hz5l83z9x] {
    background: #0f1419;
}

[data-bs-theme="dark"] .nr-landing__feature[b-4hz5l83z9x] {
    background: #141a22;
    border-color: rgba(255, 255, 255, 0.08);
}

[data-bs-theme="dark"] .nr-landing__shot[b-4hz5l83z9x] {
    background: #141a22;
    border-color: rgba(255, 255, 255, 0.08);
}

[data-bs-theme="dark"] .nr-landing__stats[b-4hz5l83z9x] {
    background: #0f1419;
    border-bottom-color: rgba(255, 255, 255, 0.06);
}

[data-bs-theme="dark"] .nr-landing__stat[b-4hz5l83z9x] {
    background: rgba(244, 231, 211, 0.2);
    border-color: rgba(255, 255, 255, 0.08);
    color: #f5f5f4;
}

[data-bs-theme="dark"] .nr-landing__stat .bi[b-4hz5l83z9x] {
    color: var(--nr-brand-accent);
}

[data-bs-theme="dark"] .nr-landing__trial-note[b-4hz5l83z9x] {
    color: #e7d3ba;
}

[data-bs-theme="dark"] .nr-landing__trial[b-4hz5l83z9x] {
    background: #0f1419;
}

[data-bs-theme="dark"] .nr-landing__eco-card[b-4hz5l83z9x] {
    background: #141a22;
    border-color: rgba(255, 255, 255, 0.1);
}

[data-bs-theme="dark"] .nr-landing__eco-card--customer[b-4hz5l83z9x],
[data-bs-theme="dark"] .nr-landing__eco-card--staff[b-4hz5l83z9x],
[data-bs-theme="dark"] .nr-landing__eco-card--panel[b-4hz5l83z9x] {
    background: #141a22;
}

[data-bs-theme="dark"] .nr-landing__eco-card h3[b-4hz5l83z9x] {
    color: #f5f5f4;
}

[data-bs-theme="dark"] .nr-landing__eco-card p[b-4hz5l83z9x] {
    color: #a8a29e;
}

[data-bs-theme="dark"] .nr-landing__tab[b-4hz5l83z9x] {
    background: #141a22;
    border-color: rgba(255, 255, 255, 0.12);
    color: #d6d3d1;
}

[data-bs-theme="dark"] .nr-landing__app-card[b-4hz5l83z9x] {
    background: #141a22;
    border-color: rgba(255, 255, 255, 0.1);
}

[data-bs-theme="dark"] .nr-landing__app-card-title[b-4hz5l83z9x] {
    color: #f5f5f4;
}

[data-bs-theme="dark"] .nr-landing__app-card-body[b-4hz5l83z9x],
[data-bs-theme="dark"] .nr-landing__apk-note[b-4hz5l83z9x] {
    color: rgba(245, 245, 244, 0.7);
}

[data-bs-theme="dark"] .nr-landing__download-inner[b-4hz5l83z9x] {
    background: linear-gradient(135deg, rgba(244, 231, 211, 0.1) 0%, #141a22 50%, rgba(122, 74, 43, 0.12) 100%);
    border-color: rgba(255, 255, 255, 0.1);
}

[data-bs-theme="dark"] .nr-landing__video-modal-dialog[b-4hz5l83z9x] {
    background: linear-gradient(180deg, #1a1512 0%, #141a22 100%);
    border-color: rgba(255, 255, 255, 0.1);
}

[data-bs-theme="dark"] .nr-landing__video-modal-title[b-4hz5l83z9x] {
    color: #f5f5f4;
}

[data-bs-theme="dark"] .nr-landing__video-modal-close[b-4hz5l83z9x] {
    background: rgba(122, 74, 43, 0.35);
    color: #f5f5f4;
}

[data-bs-theme="dark"] .nr-landing__video-card[b-4hz5l83z9x] {
    background: #141a22;
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

[data-bs-theme="dark"] .nr-landing__video-meta h3[b-4hz5l83z9x] {
    color: #f5f5f4;
}

[data-bs-theme="dark"] .nr-landing__video-meta p[b-4hz5l83z9x] {
    color: #a8a29e;
}

[data-bs-theme="dark"] .nr-landing__ops-card[b-4hz5l83z9x] {
    background: linear-gradient(165deg, rgba(244, 231, 211, 0.12) 0%, #141a22 45%, #141a22 100%);
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}

[data-bs-theme="dark"] .nr-landing__ops-card-title[b-4hz5l83z9x] {
    color: #f5f5f4;
}

[data-bs-theme="dark"] .nr-landing__ops-card-body[b-4hz5l83z9x] {
    color: #a8a29e;
}

[data-bs-theme="dark"] .nr-landing__ops-icon[b-4hz5l83z9x] {
    background: rgba(244, 231, 211, 0.16);
    color: #d6b48c;
}

[data-bs-theme="dark"] .nr-landing__ops-icon--recipe[b-4hz5l83z9x] {
    background: rgba(214, 180, 140, 0.12);
    color: #d6b48c;
}
/* /Pages/LandingSectors.razor.rz.scp.css */
/* Shared chrome copied from Landing for this page scope */
.nr-landing[b-y4qrpra34q] {
    --nr-brand-primary: #7A4A2B;
    --nr-brand-primary-dark: #5E341B;
    --nr-brand-deep: #4E2D1B;
    --nr-brand-accent: #A86A2B;
    --nr-brand-secondary: #F4E7D3;
    --nr-brand-soft: #FAF1E6;
    --nr-brand-cream: #FAF8F5;
    --nr-brand-stroke: #E8D5C2;
    --nr-landing-brown: var(--nr-brand-primary-dark);
    --nr-landing-brown-soft: var(--nr-brand-primary);
    --nr-landing-mint: rgba(244, 231, 211, 0.9);
    --nr-landing-cream: var(--nr-brand-cream);
    color: #44403c;
}

.nr-landing__top[b-y4qrpra34q] {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(253, 251, 247, 0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(74, 50, 31, 0.08);
}

.nr-landing__top-inner[b-y4qrpra34q] {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0.85rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.nr-landing__logo[b-y4qrpra34q] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    text-decoration: none;
    color: inherit;
}

.nr-landing__logo-title[b-y4qrpra34q] {
    display: block;
    font-weight: 800;
    font-size: 1.05rem;
    letter-spacing: -0.03em;
    color: var(--nr-landing-brown);
}

.nr-landing__logo-sub[b-y4qrpra34q] {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #78716c;
}

.nr-landing__top-actions[b-y4qrpra34q] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.5rem 0.75rem;
}

.nr-landing__top-lang[b-y4qrpra34q] {
    margin-right: auto;
}

.nr-landing__eyebrow[b-y4qrpra34q] {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--nr-brand-accent);
    margin-bottom: 0.65rem;
}

.nr-landing__h2[b-y4qrpra34q] {
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--nr-landing-brown);
}

.nr-landing__sub[b-y4qrpra34q] {
    color: #78716c;
    font-size: 0.98rem;
    margin-top: 0.5rem;
}

.nr-landing__section-head[b-y4qrpra34q] {
    text-align: center;
    max-width: 40rem;
    margin: 0 auto 2rem;
}

.nr-landing__video-modal[b-y4qrpra34q] {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    background: rgba(28, 25, 23, 0.72);
    backdrop-filter: blur(10px);
    animation: nr-landing-modal-in-b-y4qrpra34q 0.22s ease;
}

.nr-landing__video-modal-dialog[b-y4qrpra34q] {
    width: min(960px, 100%);
    max-height: calc(100vh - 2.5rem);
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(180deg, #fffdf8 0%, #faf6ef 100%);
    border: 1px solid rgba(232, 213, 194, 0.9);
    box-shadow:
        0 28px 80px rgba(0, 0, 0, 0.38),
        0 0 0 1px rgba(255, 255, 255, 0.08) inset;
    animation: nr-landing-dialog-in-b-y4qrpra34q 0.26s ease;
}

.nr-landing__video-modal-head[b-y4qrpra34q] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.1rem 0.85rem 1.25rem;
}

.nr-landing__video-modal-title[b-y4qrpra34q] {
    margin: 0;
    font-size: 1.02rem;
    font-weight: 800;
    color: var(--nr-brand-primary-dark);
    letter-spacing: -0.02em;
}

.nr-landing__video-modal-close[b-y4qrpra34q] {
    width: 2.5rem;
    height: 2.5rem;
    border: 0;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(244, 231, 211, 0.85);
    color: var(--nr-brand-primary);
    cursor: pointer;
    transition: background 0.15s ease, transform 0.15s ease;
}

.nr-landing__video-modal-frame[b-y4qrpra34q] {
    padding: 0 1rem 1rem;
    flex: 1 1 auto;
    min-height: 0;
}

.nr-landing__video-modal-player[b-y4qrpra34q] {
    display: block;
    width: 100%;
    max-height: calc(100vh - 8.5rem);
    aspect-ratio: 16 / 9;
    object-fit: contain;
    border-radius: 16px;
    background: #000;
    box-shadow: 0 10px 30px rgba(78, 45, 27, 0.18);
}

@keyframes nr-landing-modal-in-b-y4qrpra34q {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes nr-landing-dialog-in-b-y4qrpra34q {
    from {
        opacity: 0;
        transform: translateY(12px) scale(0.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 575px) {
    .nr-landing__top-inner[b-y4qrpra34q] {
        flex-wrap: wrap;
    }

    .nr-landing__top-lang[b-y4qrpra34q] {
        margin-right: 0;
    }

    .nr-landing__top-actions .btn-nr-ghost[b-y4qrpra34q],
    .nr-landing__top-actions .btn-nr-outline[b-y4qrpra34q] {
        flex: 1 1 auto;
        text-align: center;
        min-width: 6rem;
    }
}

.nr-sectors__hero[b-y4qrpra34q] {
    max-width: 1120px;
    margin: 0 auto;
    padding: 2.75rem 1.25rem 1.5rem;
}

.nr-sectors__brand[b-y4qrpra34q] {
    margin: 0.35rem 0 0.75rem;
    font-size: clamp(2.4rem, 6vw, 3.6rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.05;
    color: var(--nr-landing-brown);
}

.nr-sectors__lead[b-y4qrpra34q] {
    max-width: 36rem;
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.55;
    color: #57534e;
}

.nr-sectors__featured[b-y4qrpra34q] {
    max-width: 1120px;
    margin: 0 auto 2.5rem;
    padding: 0 1.25rem;
}

.nr-sectors__featured-play[b-y4qrpra34q] {
    position: relative;
    display: block;
    width: 100%;
    border: 0;
    padding: 0;
    border-radius: 1.25rem;
    overflow: hidden;
    background: #1c1410;
    aspect-ratio: 16 / 9;
    cursor: pointer;
    text-align: left;
}

.nr-sectors__featured-video[b-y4qrpra34q] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.nr-sectors__featured-scrim[b-y4qrpra34q] {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(28, 20, 16, 0.72) 10%, rgba(28, 20, 16, 0.15) 55%, rgba(28, 20, 16, 0.35) 100%);
}

.nr-sectors__featured-copy[b-y4qrpra34q] {
    position: absolute;
    left: 1.25rem;
    bottom: 1.25rem;
    right: 5rem;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    color: #faf7f2;
}

.nr-sectors__featured-kicker[b-y4qrpra34q] {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.85;
}

.nr-sectors__featured-title[b-y4qrpra34q] {
    font-size: clamp(1.4rem, 3vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.03em;
}

.nr-sectors__featured-desc[b-y4qrpra34q] {
    max-width: 28rem;
    font-size: 0.95rem;
    line-height: 1.45;
    opacity: 0.9;
}

.nr-sectors__play-btn[b-y4qrpra34q] {
    position: absolute;
    right: 1.1rem;
    bottom: 1.1rem;
    z-index: 2;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(250, 247, 242, 0.95);
    color: var(--nr-landing-brown);
    font-size: 1.4rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.nr-sectors__grid-wrap[b-y4qrpra34q] {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 1.25rem 3rem;
}

.nr-sectors__grid[b-y4qrpra34q] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

@media (max-width: 900px) {
    .nr-sectors__grid[b-y4qrpra34q] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .nr-sectors__grid[b-y4qrpra34q] {
        grid-template-columns: 1fr;
    }
}

.nr-sectors__card[b-y4qrpra34q] {
    border: 1px solid rgba(74, 50, 31, 0.1);
    border-radius: 1rem;
    background: #fffdf9;
    overflow: hidden;
}

.nr-sectors__card-trigger[b-y4qrpra34q] {
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 0;
    padding: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
    color: inherit;
}

.nr-sectors__thumb[b-y4qrpra34q] {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    background: #2a211b;
    overflow: hidden;
}

.nr-sectors__thumb-img[b-y4qrpra34q] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.nr-sectors__thumb-scrim[b-y4qrpra34q] {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(28, 20, 16, 0.08) 0%, rgba(28, 20, 16, 0.28) 100%);
    pointer-events: none;
}

.nr-sectors__thumb-video[b-y4qrpra34q] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.92;
    display: block;
}

.nr-sectors__thumb-icon[b-y4qrpra34q] {
    position: absolute;
    left: 0.75rem;
    top: 0.75rem;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(250, 247, 242, 0.92);
    color: var(--nr-landing-brown);
    font-size: 1rem;
}

.nr-sectors__thumb-play[b-y4qrpra34q] {
    position: absolute;
    right: 0.75rem;
    bottom: 0.75rem;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(250, 247, 242, 0.95);
    color: var(--nr-landing-brown);
    font-size: 1.1rem;
}

.nr-sectors__card-meta[b-y4qrpra34q] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    padding: 0.9rem 1rem 1.05rem;
}

.nr-sectors__card-title[b-y4qrpra34q] {
    font-weight: 800;
    font-size: 1rem;
    letter-spacing: -0.02em;
    color: var(--nr-landing-brown);
}

.nr-sectors__card-desc[b-y4qrpra34q] {
    font-size: 0.86rem;
    line-height: 1.4;
    color: #78716c;
}

.nr-sectors__character[b-y4qrpra34q] {
    border-top: 1px solid rgba(74, 50, 31, 0.08);
    background: linear-gradient(180deg, #f7efe4 0%, #faf8f5 100%);
}

.nr-sectors__character-inner[b-y4qrpra34q] {
    max-width: 1120px;
    margin: 0 auto;
    padding: 2.5rem 1.25rem 3rem;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 1.5rem;
    align-items: center;
}

@media (max-width: 800px) {
    .nr-sectors__character-inner[b-y4qrpra34q] {
        grid-template-columns: 1fr;
    }
}

.nr-sectors__character-media[b-y4qrpra34q] {
    position: relative;
    border: 0;
    padding: 0;
    border-radius: 1.1rem;
    overflow: hidden;
    background: #1c1410;
    aspect-ratio: 16 / 10;
    cursor: pointer;
}

.nr-sectors__character-video[b-y4qrpra34q] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.nr-sectors__character-poster[b-y4qrpra34q] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.nr-sectors .nr-landing__footer[b-y4qrpra34q] {
    border-top: 1px solid rgba(74, 50, 31, 0.08);
    padding: 1.25rem;
}

.nr-sectors .nr-landing__footer-inner[b-y4qrpra34q] {
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    color: #78716c;
    font-size: 0.9rem;
}

.nr-sectors .nr-landing__footer-inner a[b-y4qrpra34q] {
    color: var(--nr-landing-brown);
    font-weight: 700;
    text-decoration: none;
}
/* /Pages/Pricing.razor.rz.scp.css */
.nr-pricing-page[b-armyj0cfmg] {
    min-height: 100vh;
    background: #faf7f2;
}

.nr-pricing-page .nr-landing__top[b-armyj0cfmg] {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(250, 247, 242, 0.92);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(74, 50, 31, 0.08);
}

.nr-pricing-page .nr-landing__top-inner[b-armyj0cfmg] {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0.85rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.nr-pricing-page .nr-landing__logo[b-armyj0cfmg] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    color: inherit;
}

.nr-pricing-page .nr-landing__logo-title[b-armyj0cfmg] {
    display: block;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #4a321f;
    line-height: 1.1;
}

.nr-pricing-page .nr-landing__logo-sub[b-armyj0cfmg] {
    display: block;
    font-size: 0.72rem;
    color: #8b5a34;
    letter-spacing: 0.04em;
}

.nr-pricing-page .nr-landing__top-actions[b-armyj0cfmg] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.nr-pricing-page .nr-landing__eyebrow[b-armyj0cfmg] {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #8b5a34;
    margin: 0;
}

.nr-pricing-page__hero[b-armyj0cfmg] {
    max-width: 720px;
    margin: 0 auto;
    padding: 2.5rem 1.25rem 1.25rem;
    text-align: center;
}

.nr-pricing-page__brand[b-armyj0cfmg] {
    font-size: clamp(1.85rem, 4vw, 2.5rem);
    font-weight: 800;
    color: #4a321f;
    margin: 0.35rem 0 0.75rem;
    letter-spacing: -0.02em;
}

.nr-pricing-page__lead[b-armyj0cfmg] {
    margin: 0 auto;
    max-width: 36rem;
    font-size: 1.05rem;
    line-height: 1.55;
    color: #57534e;
}

.nr-pricing-page__trial[b-armyj0cfmg] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin: 1.25rem 0 0;
    padding: 0.45rem 0.95rem;
    border-radius: 999px;
    background: rgba(139, 90, 52, 0.1);
    color: #6b3d22;
    font-size: 0.9rem;
    font-weight: 600;
}

.nr-pricing-page__body[b-armyj0cfmg] {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0.5rem 1.25rem 3rem;
}

.nr-pricing-page__vat-note[b-armyj0cfmg] {
    text-align: center;
    font-size: 0.9rem;
    color: #78716c;
    margin: 0 0 1.5rem;
}

.nr-pricing-page__plans[b-armyj0cfmg] {
    margin-bottom: 0;
}

.nr-pricing-page .nr-billing-plan.is-featured[b-armyj0cfmg]::before {
    content: none;
    display: none;
}

.nr-pricing-page__best[b-armyj0cfmg] {
    position: absolute;
    top: -0.65rem;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #6b3d22 0%, #8b5a34 100%);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.28rem 0.85rem;
    border-radius: 999px;
    white-space: nowrap;
    z-index: 1;
}

.nr-pricing-page .nr-billing-plan .btn-nr-primary[b-armyj0cfmg] {
    margin-top: 1rem;
}

.nr-pricing-page .nr-landing__footer[b-armyj0cfmg] {
    border-top: 1px solid rgba(74, 50, 31, 0.08);
    padding: 1.5rem 1.25rem 2rem;
}

.nr-pricing-page .nr-landing__footer-inner[b-armyj0cfmg] {
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
}

.nr-pricing-page .nr-landing__footer-nav[b-armyj0cfmg] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.nr-pricing-page .nr-landing__footer-nav a[b-armyj0cfmg] {
    color: #6b5e54;
    text-decoration: none;
    font-size: 0.9rem;
}

.nr-pricing-page .nr-landing__footer-nav a:hover[b-armyj0cfmg] {
    color: #4a321f;
}

@media (max-width: 575px) {
    .nr-pricing-page .nr-landing__top-actions .btn-nr-ghost[b-armyj0cfmg] {
        display: none;
    }
}
/* /Pages/PublicMenu.razor.rz.scp.css */
.public-menu-page[b-jaex2uhzn8] {
    width: min(920px, 100% - 2rem);
    margin: 1.25rem auto 2.5rem;
    color: #2f2924;
}

.public-menu-card[b-jaex2uhzn8] {
    background: #fffdf8;
    border: 1px solid #eee4d8;
    border-radius: 14px;
    padding: 1rem;
    box-shadow: 0 10px 30px rgba(89, 61, 38, 0.07);
}

@media (max-width: 640px) {
    .public-menu-page[b-jaex2uhzn8] {
        width: calc(100% - 1rem);
        margin-top: 0.75rem;
    }

    .public-menu-card[b-jaex2uhzn8] {
        padding: 0.85rem;
        border-radius: 12px;
    }
}

.public-menu-header[b-jaex2uhzn8] {
    text-align: center;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.public-menu-logo[b-jaex2uhzn8] {
    width: 92px;
    height: 92px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 0.75rem;
    border: 1px solid #efe3d6;
}

.public-menu-actions[b-jaex2uhzn8] {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    flex-wrap: wrap;
}

.public-menu-item[b-jaex2uhzn8] {
    background: #fffaf2;
    border: 1px solid #f0e4d7;
    border-radius: 10px;
    padding: 0.75rem;
}

.public-menu-item-thumb[b-jaex2uhzn8] {
    width: 48px;
    height: 48px;
    min-width: 48px;
    max-width: 48px;
    min-height: 48px;
    max-height: 48px;
    border-radius: 12px;
    overflow: hidden;
    flex: 0 0 48px;
    background: linear-gradient(145deg, #fff8ef 0%, #f0e2d2 100%);
    border: 1px solid #ead9c6;
}

.public-menu-item-thumb img[b-jaex2uhzn8] {
    width: 48px !important;
    height: 48px !important;
    max-width: 48px !important;
    max-height: 48px !important;
    object-fit: cover;
    display: block;
}

.public-menu-item-ph[b-jaex2uhzn8] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    line-height: 1;
}

.public-menu-price[b-jaex2uhzn8] {
    white-space: nowrap;
}

.public-menu-location-card[b-jaex2uhzn8] {
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid #ead8c6;
    background:
        radial-gradient(circle at 18% 25%, rgba(168, 106, 43, 0.17) 0 2px, transparent 3px),
        radial-gradient(circle at 72% 36%, rgba(107, 61, 34, 0.12) 0 2px, transparent 3px),
        linear-gradient(135deg, #fff9ef 0%, #f7eadc 100%);
    box-shadow: 0 14px 34px rgba(89, 61, 38, 0.11);
}

.public-menu-location-card:hover[b-jaex2uhzn8] {
    transform: translateY(-1px);
}

.public-menu-location-map[b-jaex2uhzn8] {
    display: block;
    width: 100%;
    height: clamp(240px, 34vw, 340px);
    border: 0;
    background: #f8f1e8;
}

.public-menu-location-summary[b-jaex2uhzn8] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.85rem;
    align-items: center;
    padding: 0.95rem 1rem;
    color: #3d2b1e;
    text-decoration: none;
}

@media (max-width: 640px) {
    .public-menu-location-map[b-jaex2uhzn8] {
        height: 230px;
    }

    .public-menu-location-summary[b-jaex2uhzn8] {
        padding: 0.85rem;
    }
}

.public-menu-location-summary:hover[b-jaex2uhzn8] {
    color: #2f2118;
    text-decoration: none;
}

.public-menu-location-pin[b-jaex2uhzn8] {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, #6b3d22 0%, #a86a2b 100%);
    border-radius: 999px 999px 999px 12px;
    transform: rotate(-45deg);
    box-shadow: 0 8px 18px rgba(107, 61, 34, 0.23);
}

.public-menu-location-pin .bi[b-jaex2uhzn8] {
    transform: rotate(45deg);
}

.public-menu-location-copy[b-jaex2uhzn8] {
    display: grid;
    gap: 0.1rem;
    min-width: 0;
}

.public-menu-location-copy span:last-child[b-jaex2uhzn8] {
    color: #7c6a5d;
    font-size: 0.9rem;
}

.public-menu-location-kicker[b-jaex2uhzn8] {
    color: #a86a2b;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.public-menu-location-arrow[b-jaex2uhzn8] {
    color: #8b5a34;
}
