/* _content/MercanAdisyon.UI/Components/Layout/QRMenuLayout.razor.rz.scp.css */
/* QR Menu Layout - Main Import File */

/* Import all modular CSS files */
@@import url('./QRMenuLayout/Styles/qr-variables.css');
@@import url('./QRMenuLayout/Styles/qr-base.css');
@@import url('./QRMenuLayout/Styles/qr-components.css');
@@import url('./QRMenuLayout/Styles/qr-animations.css');
@@import url('./QRMenuLayout/Styles/qr-responsive.css');
/* _content/MercanAdisyon.UI/Components/Layout/QRMenuLayout/QRMenuLayout.razor.rz.scp.css */
/* QR Menu Layout - Main Import File */

/* Import all modular CSS files */
@@import url('./Styles/qr-variables.css');
@@import url('./Styles/qr-base.css');
@@import url('./Styles/qr-components.css');
@@import url('./Styles/qr-animations.css');
@@import url('./Styles/qr-responsive.css');
/* _content/MercanAdisyon.UI/Components/Shared/AIChatWidget.razor.rz.scp.css */
/* AI Chat Widget Styles */

.mcai-container[b-p3yoaryeh2] {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9999;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

/* ── FAB ── */
.mcai-fab[b-p3yoaryeh2] {
    position: relative;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: none;
    background: #1e293b;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        0 4px 20px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.mcai-fab:hover[b-p3yoaryeh2] {
    transform: translateY(-4px) scale(1.05);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgba(255, 255, 255, 0.08),
        0 0 20px rgba(249, 115, 22, 0.15);
}

.mcai-fab-emoji[b-p3yoaryeh2] { font-size: 26px; animation: mcai-wiggle 3s ease-in-out infinite; }

.mcai-fab-ring[b-p3yoaryeh2] {
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 1.5px solid rgba(249, 115, 22, 0.3);
    animation: mcai-ring 3s ease-in-out infinite;
}
.mcai-fab-ring-2[b-p3yoaryeh2] { animation-delay: 1.5s; }

.mcai-fab-bounce[b-p3yoaryeh2] { animation: mcai-boop 0.5s ease; }

@@keyframes mcai-wiggle {
    0%[b-p3yoaryeh2], 100%[b-p3yoaryeh2] { transform: rotate(0deg); }
    25%[b-p3yoaryeh2] { transform: rotate(-6deg); }
    75%[b-p3yoaryeh2] { transform: rotate(6deg); }
}

@@keyframes mcai-ring {
    0%[b-p3yoaryeh2], 100%[b-p3yoaryeh2] { transform: scale(1); opacity: 0.4; }
    50%[b-p3yoaryeh2] { transform: scale(1.15); opacity: 0; }
}

@@keyframes mcai-boop {
    0%[b-p3yoaryeh2] { transform: scale(1); }
    40%[b-p3yoaryeh2] { transform: scale(0.88); }
    70%[b-p3yoaryeh2] { transform: scale(1.08); }
    100%[b-p3yoaryeh2] { transform: scale(1); }
}

/* ── Window ── */
.mcai-window[b-p3yoaryeh2] {
    width: 380px;
    height: 550px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: oklch(var(--b1));
    border: 1px solid oklch(var(--bc) / 0.06);
    box-shadow:
        0 25px 60px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(0, 0, 0, 0.03);
    animation: mcai-pop 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@@keyframes mcai-pop {
    0%[b-p3yoaryeh2] { opacity: 0; transform: scale(0.85) translateY(20px); }
    60%[b-p3yoaryeh2] { transform: scale(1.01) translateY(-2px); }
    100%[b-p3yoaryeh2] { opacity: 1; transform: scale(1) translateY(0); }
}

/* ── Header ── */
.mcai-header[b-p3yoaryeh2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: white;
    flex-shrink: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.mcai-header-info[b-p3yoaryeh2] {
    display: flex; align-items: center; gap: 12px;
    cursor: pointer; flex: 1;
    border-radius: 10px; padding: 4px 8px; margin: -4px -8px;
    transition: background 0.2s ease;
}
.mcai-header-info:hover[b-p3yoaryeh2] { background: rgba(255, 255, 255, 0.06); }

.mcai-header-title-row[b-p3yoaryeh2] { display: flex; align-items: center; gap: 4px; }

.mcai-chevron[b-p3yoaryeh2] {
    color: rgba(255, 255, 255, 0.4);
    transition: transform 0.2s ease;
}
.mcai-header-info:hover .mcai-chevron[b-p3yoaryeh2] { color: rgba(255, 255, 255, 0.7); transform: translateY(1px); }

.mcai-mascot[b-p3yoaryeh2] {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    background: rgba(249, 115, 22, 0.12);
    border: 1px solid rgba(249, 115, 22, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    animation: mcai-float 4s ease-in-out infinite;
}

@@keyframes mcai-float {
    0%[b-p3yoaryeh2], 100%[b-p3yoaryeh2] { transform: translateY(0); }
    50%[b-p3yoaryeh2] { transform: translateY(-2px); }
}

.mcai-header-title[b-p3yoaryeh2] { margin: 0; font-size: 14.5px; font-weight: 600; letter-spacing: -0.01em; }
.mcai-header-status[b-p3yoaryeh2] { font-size: 11px; opacity: 0.6; display: flex; align-items: center; gap: 6px; font-weight: 400; }

.mcai-status-dot[b-p3yoaryeh2] {
    width: 6px; height: 6px; border-radius: 50%;
    background: #34d399;
    box-shadow: 0 0 8px rgba(52, 211, 153, 0.5);
    animation: mcai-blink 2.5s ease-in-out infinite;
}

@@keyframes mcai-blink {
    0%[b-p3yoaryeh2], 100%[b-p3yoaryeh2] { opacity: 1; }
    50%[b-p3yoaryeh2] { opacity: 0.3; }
}

.mcai-header-actions[b-p3yoaryeh2] { display: flex; gap: 4px; align-items: center; }

.mcai-msg-count[b-p3yoaryeh2] {
    font-size: 10px;
    background: rgba(255, 255, 255, 0.08);
    padding: 3px 8px;
    border-radius: 10px;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.mcai-hdr-btn[b-p3yoaryeh2] {
    width: 30px; height: 30px; border-radius: 8px; border: none;
    background: rgba(255, 255, 255, 0.06); color: rgba(255, 255, 255, 0.6);
    cursor: pointer; display: flex; align-items: center; justify-content: center;
    transition: all 0.2s;
}
.mcai-hdr-btn:hover[b-p3yoaryeh2] { background: rgba(255, 255, 255, 0.12); color: white; transform: scale(1.08); }

/* ── Messages ── */
.mcai-messages[b-p3yoaryeh2] {
    flex: 1; overflow-y: auto; padding: 18px 16px;
    background: oklch(var(--b2));
    scroll-behavior: smooth;
}
.mcai-messages[b-p3yoaryeh2]::-webkit-scrollbar { width: 3px; }
.mcai-messages[b-p3yoaryeh2]::-webkit-scrollbar-track { background: transparent; }
.mcai-messages[b-p3yoaryeh2]::-webkit-scrollbar-thumb { background: oklch(var(--bc) / 0.08); border-radius: 4px; }

/* Welcome */
.mcai-welcome[b-p3yoaryeh2] { text-align: center; padding: 28px 18px; }

.mcai-welcome-mascot[b-p3yoaryeh2] {
    font-size: 44px;
    margin-bottom: 14px;
    animation: mcai-wave 2.5s ease-in-out infinite;
}

@@keyframes mcai-wave {
    0%[b-p3yoaryeh2], 100%[b-p3yoaryeh2] { transform: rotate(0deg); }
    10%[b-p3yoaryeh2] { transform: rotate(12deg); }
    20%[b-p3yoaryeh2] { transform: rotate(-6deg); }
    30%[b-p3yoaryeh2] { transform: rotate(12deg); }
    40%[b-p3yoaryeh2] { transform: rotate(-3deg); }
    50%[b-p3yoaryeh2], 100%[b-p3yoaryeh2] { transform: rotate(0deg); }
}

.mcai-welcome h4[b-p3yoaryeh2] { margin: 0 0 6px; font-size: 16px; font-weight: 600; color: oklch(var(--bc)); letter-spacing: -0.01em; }
.mcai-welcome p[b-p3yoaryeh2] { margin: 0 0 20px; font-size: 13px; color: oklch(var(--bc) / 0.5); line-height: 1.5; }

.mcai-chips[b-p3yoaryeh2] { display: flex; flex-direction: column; gap: 8px; }

.mcai-chip[b-p3yoaryeh2] {
    padding: 11px 16px; border-radius: 12px;
    border: 1px solid oklch(var(--bc) / 0.07);
    background: oklch(var(--b1));
    color: oklch(var(--bc) / 0.8);
    font-size: 13px; cursor: pointer; text-align: left;
    transition: all 0.2s ease;
}

.mcai-chip:hover[b-p3yoaryeh2] {
    border-color: oklch(var(--bc) / 0.15);
    background: oklch(var(--b1));
    color: oklch(var(--bc));
    transform: translateX(3px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

/* Bubbles */
.mcai-msg[b-p3yoaryeh2] { display: flex; gap: 8px; margin-bottom: 14px; align-items: flex-end; }
.mcai-msg-user[b-p3yoaryeh2] { flex-direction: row-reverse; }

.mcai-msg-bot[b-p3yoaryeh2] { animation: mcai-slide-left 0.3s cubic-bezier(0.34, 1.56, 0.64, 1); }
.mcai-msg-user[b-p3yoaryeh2] { animation: mcai-slide-right 0.3s cubic-bezier(0.34, 1.56, 0.64, 1); }

@@keyframes mcai-slide-left {
    from[b-p3yoaryeh2] { opacity: 0; transform: translateX(-10px); }
    to[b-p3yoaryeh2] { opacity: 1; transform: translateX(0); }
}
@@keyframes mcai-slide-right {
    from[b-p3yoaryeh2] { opacity: 0; transform: translateX(10px); }
    to[b-p3yoaryeh2] { opacity: 1; transform: translateX(0); }
}

.mcai-msg-face[b-p3yoaryeh2] {
    width: 28px; height: 28px; border-radius: 10px;
    background: oklch(var(--bc) / 0.1);
    display: flex; align-items: center; justify-content: center;
    font-size: 14px; flex-shrink: 0;
}

.mcai-thinking[b-p3yoaryeh2] { animation: mcai-think-wobble 1s ease-in-out infinite; }
@@keyframes mcai-think-wobble {
    0%[b-p3yoaryeh2], 100%[b-p3yoaryeh2] { transform: rotate(0deg); }
    25%[b-p3yoaryeh2] { transform: rotate(-8deg); }
    75%[b-p3yoaryeh2] { transform: rotate(8deg); }
}

.mcai-bubble[b-p3yoaryeh2] {
    max-width: 78%; padding: 10px 14px; border-radius: 16px;
    font-size: 13.5px; line-height: 1.55;
    white-space: pre-wrap; word-break: break-word;
}

.mcai-bubble strong[b-p3yoaryeh2] {
    font-weight: 700;
    color: inherit;
}

.mcai-bubble em[b-p3yoaryeh2] {
    font-style: italic;
    opacity: 0.85;
}

.mcai-bubble code[b-p3yoaryeh2] {
    background: oklch(var(--bc) / 0.08);
    padding: 2px 6px;
    border-radius: 4px;
    font-family: 'Consolas', 'Monaco', monospace;
    font-size: 0.88em;
}

.mcai-msg-user .mcai-bubble code[b-p3yoaryeh2] {
    background: rgba(255, 255, 255, 0.18);
}

.mcai-msg-user .mcai-bubble[b-p3yoaryeh2] {
    background: oklch(var(--p));
    color: oklch(var(--pc));
    border-bottom-right-radius: 4px;
}

.mcai-msg-bot .mcai-bubble[b-p3yoaryeh2] {
    background: oklch(var(--b1));
    color: oklch(var(--bc));
    border-bottom-left-radius: 4px;
    border: 1px solid oklch(var(--bc) / 0.05);
}

.mcai-cursor[b-p3yoaryeh2] {
    display: inline;
    color: #f97316;
    animation: mcai-cursor-blink 0.65s step-end infinite;
    font-weight: 300;
    margin-left: 1px;
}

@@keyframes mcai-cursor-blink {
    0%[b-p3yoaryeh2], 100%[b-p3yoaryeh2] { opacity: 1; }
    50%[b-p3yoaryeh2] { opacity: 0; }
}

/* Typing */
.mcai-typing[b-p3yoaryeh2] { display: flex; gap: 5px; padding: 14px 18px !important; }
.mcai-typing span[b-p3yoaryeh2] {
    width: 6px; height: 6px; border-radius: 50%;
    background: #94a3b8;
    animation: mcai-dot-jump 1.4s infinite;
}
.mcai-typing span:nth-child(2)[b-p3yoaryeh2] { animation-delay: 0.15s; }
.mcai-typing span:nth-child(3)[b-p3yoaryeh2] { animation-delay: 0.3s; }

@@keyframes mcai-dot-jump {
    0%[b-p3yoaryeh2], 60%[b-p3yoaryeh2], 100%[b-p3yoaryeh2] { transform: translateY(0) scale(1); }
    30%[b-p3yoaryeh2] { transform: translateY(-6px) scale(1.15); }
}

/* ── Input ── */
.mcai-input-bar[b-p3yoaryeh2] {
    padding: 12px 16px 16px;
    background: oklch(var(--b1));
    border-top: 1px solid oklch(var(--bc) / 0.05);
    flex-shrink: 0;
}

.mcai-input-wrap[b-p3yoaryeh2] {
    display: flex; align-items: center; gap: 8px;
    background: oklch(var(--b2));
    border-radius: 14px;
    padding: 4px 4px 4px 16px;
    border: 1.5px solid oklch(var(--bc) / 0.07);
    transition: all 0.25s ease;
}

.mcai-input-wrap:focus-within[b-p3yoaryeh2] {
    border-color: oklch(var(--bc) / 0.18);
    box-shadow: 0 0 0 3px oklch(var(--bc) / 0.04);
}

.mcai-input[b-p3yoaryeh2] {
    flex: 1; border: none; background: transparent; outline: none;
    font-size: 13.5px; color: oklch(var(--bc)); padding: 8px 0;
}
.mcai-input[b-p3yoaryeh2]::placeholder { color: oklch(var(--bc) / 0.3); }

.mcai-send[b-p3yoaryeh2] {
    width: 36px; height: 36px; border-radius: 10px; border: none;
    background: oklch(var(--p));
    color: oklch(var(--pc)); cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; transition: all 0.2s ease;
}

.mcai-send:hover:not(:disabled)[b-p3yoaryeh2] {
    opacity: 0.85;
    transform: scale(1.06);
    box-shadow: 0 2px 10px oklch(var(--p) / 0.2);
}
.mcai-send:disabled[b-p3yoaryeh2] { opacity: 0.3; cursor: not-allowed; }

/* ── Responsive ── */
@media (max-width: 480px) {
    .mcai-window[b-p3yoaryeh2] {
        width: calc(100vw - 32px);
        height: calc(100dvh - 100px);
        border-radius: 18px;
    }
}
/* _content/MercanAdisyon.UI/Components/Shared/AppLogo.razor.rz.scp.css */
img[b-c3vky6xshk] {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}
/* _content/MercanAdisyon.UI/Components/Shared/NotificationBell.razor.rz.scp.css */
.notification-bell-container[b-1rldiehs6l] {
    position: relative;
    display: inline-block;
}

.notification-bell-btn[b-1rldiehs6l] {
    background: transparent;
    border: none;
    padding: 8px;
    cursor: pointer;
    color: oklch(var(--bc));
    /* base-content - tema uyumlu */
    position: relative;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.notification-bell-btn:hover[b-1rldiehs6l] {
    background: oklch(var(--b2));
    /* base-200 - tema uyumlu */
    color: oklch(var(--p));
    /* primary - tema uyumlu */
}

/* Red color for unread notifications - ENTIRE BELL BECOMES RED */
.notification-bell-btn.has-unread[b-1rldiehs6l] {
    color: #ef4444 !important;
    animation: pulse-red-b-1rldiehs6l 2s ease-in-out infinite;
}

.notification-bell-btn.has-unread svg[b-1rldiehs6l] {
    stroke: #ef4444 !important;
    fill: #ef4444 !important;
}

/* Dark mode: lighter red for better visibility */
[data-theme="dark"] .notification-bell-btn.has-unread[b-1rldiehs6l] {
    color: #f87171 !important;
}

[data-theme="dark"] .notification-bell-btn.has-unread svg[b-1rldiehs6l] {
    stroke: #f87171 !important;
    fill: #f87171 !important;
}

@keyframes pulse-red-b-1rldiehs6l {
    0%, 100% {
        filter: drop-shadow(0 0 0 rgba(239, 68, 68, 0));
    }
    50% {
        filter: drop-shadow(0 0 8px rgba(239, 68, 68, 0.6));
    }
}

/* Dark mode pulse - lighter glow */
[data-theme="dark"] @keyframes pulse-red[b-1rldiehs6l] {
    0%, 100% {
        filter: drop-shadow(0 0 0 rgba(248, 113, 113, 0));
    }
    50%[b-1rldiehs6l] {
        filter: drop-shadow(0 0 8px rgba(248, 113, 113, 0.6));
    }
}

/* Shake animation for new notification */
.notification-bell-btn.shake[b-1rldiehs6l] {
    animation: bell-shake-b-1rldiehs6l 0.5s ease-in-out;
}

@keyframes bell-shake-b-1rldiehs6l {
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(15deg);
    }
    20% {
        transform: rotate(-13deg);
    }
    30% {
        transform: rotate(12deg);
    }
    40% {
        transform: rotate(-10deg);
    }
    50% {
        transform: rotate(8deg);
    }
    60% {
        transform: rotate(-6deg);
    }
    70% {
        transform: rotate(4deg);
    }
    80% {
        transform: rotate(-2deg);
    }
    90% {
        transform: rotate(1deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.notification-badge[b-1rldiehs6l] {
    position: absolute;
    top: 2px;
    right: 2px;
    background: #ef4444;
    color: white;
    font-size: 10px;
    font-weight: 600;
    padding: 2px 5px;
    border-radius: 10px;
    min-width: 16px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(239, 68, 68, 0.5);
}

/* Dark mode badge - lighter red */
[data-theme="dark"] .notification-badge[b-1rldiehs6l] {
    background: #f87171;
    color: #1a1a1a;
    box-shadow: 0 2px 4px rgba(248, 113, 113, 0.5);
}

.notification-backdrop[b-1rldiehs6l] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
}

.notification-dropdown[b-1rldiehs6l] {
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 8px;
    width: 360px;
    max-height: 480px;
    background: oklch(var(--b1));
    /* base-100 - tema uyumlu */
    border: 1px solid oklch(var(--b3) / 0.5);
    border-radius: 16px;
    box-shadow: 0 20px 40px oklch(var(--bc) / 0.15), 0 0 0 1px oklch(var(--bc) / 0.05);
    z-index: 1050;
    overflow: hidden;
    animation: dropdownSlide-b-1rldiehs6l 0.2s ease;
}

@keyframes dropdownSlide-b-1rldiehs6l {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }

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

.notification-header[b-1rldiehs6l] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid oklch(var(--b2));
    background: linear-gradient(to bottom, oklch(var(--b2)), oklch(var(--b1)));
}

.notification-header h6[b-1rldiehs6l] {
    margin: 0;
    font-weight: 700;
    font-size: 15px;
    color: oklch(var(--bc));
    display: flex;
    align-items: center;
    gap: 8px;
}

.notification-header .text-primary[b-1rldiehs6l] {
    color: oklch(var(--p));
}

.mark-read-btn[b-1rldiehs6l] {
    background: none;
    border: none;
    color: oklch(var(--bc) / 0.6);
    font-size: 12px;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.mark-read-btn:hover[b-1rldiehs6l] {
    background: oklch(var(--b2));
    color: oklch(var(--p));
}

.notification-list[b-1rldiehs6l] {
    max-height: 360px;
    overflow-y: auto;
}

.notification-empty[b-1rldiehs6l] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 20px;
    color: oklch(var(--bc) / 0.5);
}

.notification-empty .empty-icon[b-1rldiehs6l] {
    margin-bottom: 12px;
    opacity: 0.4;
}

.notification-empty span[b-1rldiehs6l] {
    font-size: 14px;
}

.loading-spinner[b-1rldiehs6l] {
    width: 24px;
    height: 24px;
    border: 2px solid oklch(var(--b2));
    border-top-color: oklch(var(--p));
    border-radius: 50%;
    animation: spin-b-1rldiehs6l 0.8s linear infinite;
    margin-bottom: 12px;
}

@keyframes spin-b-1rldiehs6l {
    to {
        transform: rotate(360deg);
    }
}

.notification-item[b-1rldiehs6l] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 20px;
    cursor: pointer;
    transition: all 0.15s ease;
    border-bottom: 1px solid oklch(var(--b2) / 0.5);
}

.notification-item:hover[b-1rldiehs6l] {
    background: oklch(var(--b2) / 0.5);
}

.notification-item.unread[b-1rldiehs6l] {
    background: linear-gradient(to right, oklch(var(--p) / 0.1), oklch(var(--b1)));
}

.notification-item.unread:hover[b-1rldiehs6l] {
    background: linear-gradient(to right, oklch(var(--p) / 0.15), oklch(var(--b2)));
}

.notification-icon[b-1rldiehs6l] {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.notification-icon.icon-success[b-1rldiehs6l] {
    background: oklch(var(--su) / 0.15);
    color: oklch(var(--su));
}

.notification-icon.icon-warning[b-1rldiehs6l] {
    background: oklch(var(--wa) / 0.15);
    color: oklch(var(--wa));
}

.notification-icon.icon-error[b-1rldiehs6l] {
    background: oklch(var(--er) / 0.15);
    color: oklch(var(--er));
}

.notification-icon.icon-primary[b-1rldiehs6l] {
    background: oklch(var(--p) / 0.15);
    color: oklch(var(--p));
}

.notification-icon.icon-secondary[b-1rldiehs6l] {
    background: oklch(var(--b2));
    color: oklch(var(--bc) / 0.6);
}

.notification-icon.icon-info[b-1rldiehs6l] {
    background: oklch(var(--in) / 0.15);
    color: oklch(var(--in));
}

.notification-content[b-1rldiehs6l] {
    flex: 1;
    min-width: 0;
}

.notification-title-row[b-1rldiehs6l] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 2px;
}

.notification-title[b-1rldiehs6l] {
    font-weight: 600;
    color: oklch(var(--bc));
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.unread-dot[b-1rldiehs6l] {
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, oklch(var(--p)), oklch(var(--pf)));
    border-radius: 50%;
    flex-shrink: 0;
}

.notification-message[b-1rldiehs6l] {
    margin: 0;
    color: oklch(var(--bc) / 0.6);
    font-size: 13px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.notification-time[b-1rldiehs6l] {
    color: oklch(var(--bc) / 0.4);
    font-size: 11px;
    margin-top: 4px;
    display: block;
}

.notification-delete[b-1rldiehs6l] {
    background: none;
    border: none;
    color: oklch(var(--bc) / 0.4);
    padding: 4px;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.15s ease;
    flex-shrink: 0;
}

.notification-delete:hover[b-1rldiehs6l] {
    background: oklch(var(--er) / 0.15);
    color: oklch(var(--er));
}

.notification-footer[b-1rldiehs6l] {
    padding: 12px 20px;
    border-top: 1px solid oklch(var(--b2));
    text-align: center;
}

.notification-footer a[b-1rldiehs6l] {
    color: oklch(var(--p));
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.15s ease;
}

.notification-footer a:hover[b-1rldiehs6l] {
    color: oklch(var(--pf));
}

.notification-masa-badge[b-1rldiehs6l] {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    padding: 1px 6px;
    border-radius: 6px;
    margin-left: 6px;
    vertical-align: middle;
    background: oklch(var(--p) / 0.15);
    color: oklch(var(--p));
}
/* _content/MercanAdisyon.UI/Components/Shared/SiparisGecmisiDetayModal.razor.rz.scp.css */
.modal-box[b-ren6jap6rg] {
    animation: modalScaleUp-b-ren6jap6rg 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes modalScaleUp-b-ren6jap6rg {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(20px);
    }

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

.shadow-glow[b-ren6jap6rg] {
    box-shadow: 0 0 15px -3px rgba(var(--p), 0.3);
}

/* Custom scrollbar for desktop */
@media (min-width: 1024px) {
    div[b-ren6jap6rg]::-webkit-scrollbar {
        width: 6px;
    }

    div[b-ren6jap6rg]::-webkit-scrollbar-track {
        background: transparent;
    }

    div[b-ren6jap6rg]::-webkit-scrollbar-thumb {
        background: hsl(var(--bc) / 0.1);
        border-radius: 10px;
    }

    div[b-ren6jap6rg]::-webkit-scrollbar-thumb:hover {
        background: hsl(var(--bc) / 0.2);
    }
}

.font-mono[b-ren6jap6rg] {
    font-variant-numeric: tabular-nums;
}

.stat-value[b-ren6jap6rg] {
    letter-spacing: -0.025em;
}
/* _content/MercanAdisyon.UI/Components/Views/FiyatYonetimiView.razor.rz.scp.css */
.fiyat-yonetimi-view[b-zm09ayg7rm] {
    /* Table styling */
    .table th {
        @apply bg-base-200 font-bold text-sm;
    }

    .table td[b-zm09ayg7rm] {
        @apply text-sm;
    }

    /* Modal improvements */
    .modal-box[b-zm09ayg7rm] {
        @apply max-w-2xl;
    }

    .badge-ghost[b-zm09ayg7rm] {
        @apply bg-base-300 text-base-content;
    }
}
/* _content/MercanAdisyon.UI/Components/Views/MasalarView.razor.rz.scp.css */
.bg-grid-pattern[b-3bgjdyqhs6] {
    background-size: 40px 40px;
    background-image:
        linear-gradient(to right, rgba(0, 0, 0, 0.03) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.03) 1px, transparent 1px);
}

.bg-grid-pattern-edit[b-3bgjdyqhs6] {
    background-size: 20px 20px;
    background-image:
        linear-gradient(to right, rgba(59, 130, 246, 0.1) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(59, 130, 246, 0.1) 1px, transparent 1px);
}

/* Collision warning styles for drag-drop */
.visual-table-card.collision-warning[b-3bgjdyqhs6] {
    outline: 3px dashed #ef4444 !important;
    outline-offset: 2px;
}

.visual-table-card.collision-active[b-3bgjdyqhs6] {
    outline: 3px solid #ef4444 !important;
    outline-offset: 2px;
}

/* Merge target indicator - when 30%+ overlap is detected */
.visual-table-card.merge-target[b-3bgjdyqhs6] {
    outline: 4px solid #22c55e !important;
    outline-offset: 4px;
    background-color: rgba(34, 197, 94, 0.3) !important;
    animation: merge-pulse-b-3bgjdyqhs6 0.5s ease-in-out infinite alternate;
}

@keyframes merge-pulse-b-3bgjdyqhs6 {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.05);
    }
}

/* Smooth transitions during editing */
.visual-table-card[b-3bgjdyqhs6] {
    will-change: transform, left, top, width, height;
}

/* Disable transitions during drag */
.visual-table-card.dragging[b-3bgjdyqhs6],
.visual-table-card.resizing[b-3bgjdyqhs6],
.visual-table-card.rotating[b-3bgjdyqhs6] {
    transition: none !important;
}

/* Selected table highlight */
.visual-table-card.selected[b-3bgjdyqhs6] {
    outline: 3px solid #3b82f6 !important;
    outline-offset: 2px;
    box-shadow: 0 0 20px rgba(59, 130, 246, 0.3);
}

/* Dragging state */
.visual-table-card.dragging[b-3bgjdyqhs6] {
    cursor: grabbing !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* Resizing state */
.visual-table-card.resizing[b-3bgjdyqhs6] {
    cursor: se-resize !important;
}

/* Rotating state */
.visual-table-card.rotating[b-3bgjdyqhs6] {
    cursor: grab !important;
}

/* Resize handle hover */
.resize-handle:hover[b-3bgjdyqhs6] {
    transform: scale(1.2);
}

/* Rotate handle hover */
.rotate-handle:hover[b-3bgjdyqhs6] {
    transform: translateX(-50%) scale(1.2);
}
