/* /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/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;
    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;
    border-radius: 6px !important;
}

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

.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: 260px;
    flex-shrink: 0;
    background: #fff;
    border-right: 1px solid var(--nr-border, #e5e7eb);
    display: flex;
    flex-direction: column;
    min-height: 0;
    position: sticky;
    top: 0;
    align-self: flex-start;
    height: 100vh;
    z-index: 20;
}

.nr-sidebar__head[b-bbu73b17rp] {
    padding: 1.25rem 1.25rem 0.75rem;
    border-bottom: 1px solid var(--nr-border, #e5e7eb);
}

.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 12px rgba(28, 25, 23, 0.1);
    background: #fff;
}

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

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

.nr-brand__sub[b-bbu73b17rp] {
    font-size: 0.72rem;
    font-weight: 600;
    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;
    min-height: 3.5rem;
    padding: 0.75rem 1.5rem;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--nr-border, #e5e7eb);
}

.nr-topbar__title[b-bbu73b17rp] {
    font-size: 1rem;
    font-weight: 600;
    color: #334155;
    margin: 0;
    letter-spacing: -0.02em;
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.nr-topbar__title-icon[b-bbu73b17rp] {
    font-size: 1.1rem;
    color: #0f766e;
    opacity: 0.9;
}

.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: #fff;
    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.5rem;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

@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);
    }
}

/* 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: #0c1220;
    border-right-color: #1e293b;
}

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

[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.92);
    border-bottom-color: #1e293b;
}

[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"] .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.75rem 1.25rem;
}

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

.nr-nav__section[b-1xwuzt1ah4] {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #94a3b8;
    padding: 1rem 0.75rem 0.35rem;
}

.nr-nav__link[b-1xwuzt1ah4] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.65rem 0.85rem;
    border-radius: 10px;
    color: #475569;
    text-decoration: none;
    font-size: 0.925rem;
    font-weight: 500;
    transition: background 0.15s, color 0.15s;
}

.nr-nav__link:hover[b-1xwuzt1ah4] {
    background: #f1f5f9;
    color: #0f172a;
}

.nr-nav__link.active[b-1xwuzt1ah4] {
    background: linear-gradient(135deg, rgba(15, 118, 110, 0.12) 0%, rgba(13, 148, 136, 0.1) 100%);
    color: #0f766e;
    font-weight: 600;
}

.nr-nav__icon[b-1xwuzt1ah4] {
    width: 1.35rem;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

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

.nr-nav__link.active .nr-nav__icon .bi[b-1xwuzt1ah4] {
    opacity: 1;
}

[data-bs-theme="dark"] .nr-nav__section[b-1xwuzt1ah4] {
    color: #64748b;
}

[data-bs-theme="dark"] .nr-nav__link[b-1xwuzt1ah4] {
    color: #cbd5e1;
}

[data-bs-theme="dark"] .nr-nav__link:hover[b-1xwuzt1ah4] {
    background: rgba(148, 163, 184, 0.12);
    color: #f8fafc;
}

[data-bs-theme="dark"] .nr-nav__link.active[b-1xwuzt1ah4] {
    background: linear-gradient(135deg, rgba(45, 212, 191, 0.15) 0%, rgba(13, 148, 136, 0.12) 100%);
    color: #5eead4;
}
