/* /Bilesenler/Genel/MainLayout.razor.rz.scp.css */
.page[b-ewhawskcav] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ewhawskcav] {
    flex: 1;
}

.sidebar[b-ewhawskcav] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ewhawskcav] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ewhawskcav]  a, .top-row[b-ewhawskcav]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ewhawskcav]  a:hover, .top-row[b-ewhawskcav]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ewhawskcav]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-ewhawskcav] {
        justify-content: space-between;
    }

    .top-row[b-ewhawskcav]  a, .top-row[b-ewhawskcav]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ewhawskcav] {
        flex-direction: row;
    }

    .sidebar[b-ewhawskcav] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ewhawskcav] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ewhawskcav]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ewhawskcav], article[b-ewhawskcav] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Bilesenler/Genel/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-tw43pi65l0] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-tw43pi65l0] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-tw43pi65l0] {
    font-size: 1.1rem;
}

.bi[b-tw43pi65l0] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-tw43pi65l0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-tw43pi65l0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-tw43pi65l0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-tw43pi65l0] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-tw43pi65l0] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-tw43pi65l0] {
        padding-bottom: 1rem;
    }

    .nav-item[b-tw43pi65l0]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-tw43pi65l0]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-tw43pi65l0]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-tw43pi65l0] {
        display: none;
    }

    .collapse[b-tw43pi65l0] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-tw43pi65l0] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Sayfalar/GarsonEkrani.razor.rz.scp.css */

    *[b-gchjc4tiuq] { box-sizing: border-box; margin: 0; padding: 0; }
    body[b-gchjc4tiuq] { background: #0f172a; }
    .garson-uygulama[b-gchjc4tiuq] {
        min-height: 100vh; background: #0f172a;
        font-family: 'Segoe UI', system-ui, sans-serif;
        display: flex; flex-direction: column;
        color: white;
    }

    /* GÄ°RÄ°Å OVERLAY */
    .garson-giris-overlay[b-gchjc4tiuq] {
        position: fixed; inset: 0; background: rgba(0,0,0,0.9);
        display: flex; align-items: center; justify-content: center;
        z-index: 9999; padding: 1rem;
    }
    .garson-giris-kart[b-gchjc4tiuq] {
        background: #1e293b; border: 1px solid #334155;
        border-radius: 20px; padding: 2rem; width: 100%; max-width: 340px;
        text-align: center; display: flex; flex-direction: column; gap: 1rem;
        animation: kartGel-b-gchjc4tiuq 0.3s ease;
    }
    @keyframes kartGel-b-gchjc4tiuq { from{transform:scale(0.85);opacity:0} 100%{transform:scale(1);opacity:1} }
    .garson-giris-kart h3[b-gchjc4tiuq] { font-size: 1.3rem; font-weight: 800; }
    .garson-giris-kart p[b-gchjc4tiuq] { font-size: 0.82rem; color: #64748b; }
    .g-input[b-gchjc4tiuq] {
        width: 100%; padding: 10px 14px;
        background: rgba(255,255,255,0.06); border: 1px solid #334155;
        color: #e2e8f0; border-radius: 10px; font-size: 0.9rem;
        outline: none; transition: border-color 0.2s;
    }
    .g-input:focus[b-gchjc4tiuq] { border-color: #f59e0b; }
    .g-btn-giris[b-gchjc4tiuq] {
        background: linear-gradient(135deg, #f59e0b, #d97706);
        color: #0a0e1a; font-weight: 800; border: none; border-radius: 12px;
        padding: 12px; cursor: pointer; font-size: 0.9rem;
        transition: all 0.2s; width: 100%;
    }
    .g-btn-giris:disabled[b-gchjc4tiuq] { opacity: 0.4; cursor: default; }

    /* HEADER */
    .gar-header[b-gchjc4tiuq] {
        background: linear-gradient(135deg, #1e293b, #0f172a);
        padding: 1rem 1.25rem; border-bottom: 1px solid #1e293b;
        display: flex; justify-content: space-between; align-items: center;
        position: sticky; top: 0; z-index: 100;
    }
    .gar-header-sol[b-gchjc4tiuq] { display: flex; align-items: center; gap: 0.75rem; }
    .gar-rol-badge[b-gchjc4tiuq] {
        background: linear-gradient(135deg, #f59e0b, #d97706);
        color: white; padding: 0.5rem 0.75rem; border-radius: 10px;
        font-size: 0.78rem; font-weight: 800; letter-spacing: 1px;
    }
    .gar-baslik[b-gchjc4tiuq] { font-size: 1.1rem; font-weight: 800; }
    .gar-saat[b-gchjc4tiuq] { font-size: 0.78rem; color: #64748b; }
    .gar-header-sag[b-gchjc4tiuq] { display: flex; align-items: center; gap: 0.5rem; }
    .gar-bildirim-btn[b-gchjc4tiuq] {
        background: linear-gradient(135deg, #10b981, #059669);
        border: none; color: white; padding: 0.5rem 1rem;
        border-radius: 20px; cursor: pointer; font-size: 0.82rem;
        font-weight: 800; display: flex; align-items: center; gap: 6px;
        animation: pulsat-b-gchjc4tiuq 1s ease infinite;
    }
    .gar-bildirim-sayi[b-gchjc4tiuq] {
        background: white; color: #059669;
        border-radius: 50%; width: 20px; height: 20px;
        display: flex; align-items: center; justify-content: center;
        font-size: 0.72rem; font-weight: 900;
    }
    @keyframes pulsat-b-gchjc4tiuq { 0%,100% { transform: scale(1); } 50% { transform: scale(1.05); } }
    .gar-yenile-btn[b-gchjc4tiuq], .gar-yeni-btn[b-gchjc4tiuq] {
        background: #1e293b; border: 1px solid #334155;
        color: #94a3b8; width: 36px; height: 36px;
        border-radius: 50%; cursor: pointer; font-size: 0.9rem;
        display: flex; align-items: center; justify-content: center;
    }
    .gar-yeni-btn[b-gchjc4tiuq] {
        background: rgba(245,158,11,0.15); border-color: rgba(245,158,11,0.4);
        color: #fbbf24;
    }
    .gar-sohbet-btn[b-gchjc4tiuq] {
        background: rgba(59,130,246,0.15); border: 1px solid rgba(59,130,246,0.4);
        color: #60a5fa; width: 36px; height: 36px;
        border-radius: 50%; cursor: pointer; font-size: 1rem;
        display: flex; align-items: center; justify-content: center;
        text-decoration: none;
    }

    /* SEKMELER */
    .gar-sekmeler[b-gchjc4tiuq] {
        display: flex; overflow-x: auto; background: #1e293b;
        border-bottom: 1px solid #334155; scrollbar-width: none;
        position: sticky; top: 65px; z-index: 99;
    }
    .gar-sekmeler[b-gchjc4tiuq]::-webkit-scrollbar { display: none; }
    .gar-sekmeler button[b-gchjc4tiuq] {
        flex-shrink: 0; padding: 0.75rem 1rem;
        border: none; background: transparent;
        color: #64748b; font-size: 0.8rem; font-weight: 600;
        cursor: pointer; position: relative;
        display: flex; align-items: center; gap: 6px;
        border-bottom: 2px solid transparent;
        white-space: nowrap;
    }
    .gar-sekmeler button.aktif[b-gchjc4tiuq] { color: #f59e0b; border-bottom-color: #f59e0b; }
    .gar-rozet[b-gchjc4tiuq] {
        background: #ef4444; color: white;
        border-radius: 10px; padding: 1px 6px;
        font-size: 0.65rem; font-weight: 800;
    }
    .gar-rozet.sari[b-gchjc4tiuq] { background: #f59e0b; }
    .gar-rozet.yesil[b-gchjc4tiuq] { background: #10b981; }
    .gar-rozet.mor[b-gchjc4tiuq] { background: #8b5cf6; }
    .gar-rozet.mavi[b-gchjc4tiuq] { background: #3b82f6; }

    /* Ã–ZET BAR */
    .gar-ozet-bar[b-gchjc4tiuq] {
        display: flex; background: #1e293b;
        border-bottom: 1px solid #334155;
    }
    .gar-ozet-item[b-gchjc4tiuq] {
        flex: 1; padding: 0.75rem 0.5rem; text-align: center;
        border-right: 1px solid #334155;
    }
    .gar-ozet-item:last-child[b-gchjc4tiuq] { border-right: none; }
    .gar-ozet-sayi[b-gchjc4tiuq] { display: block; font-size: 1.3rem; font-weight: 900; color: white; }
    .gar-ozet-sayi.hazir[b-gchjc4tiuq] { color: #10b981; }
    .gar-ozet-sayi.mavi[b-gchjc4tiuq] { color: #3b82f6; }
    .gar-ozet-etiket[b-gchjc4tiuq] { font-size: 0.65rem; color: #64748b; font-weight: 600; }

    /* Ä°Ã‡ERÄ°K */
    .gar-icerik[b-gchjc4tiuq] { flex: 1; padding: 1rem; display: flex; flex-direction: column; gap: 0.75rem; }
    .gar-yukl[b-gchjc4tiuq] { display: flex; flex-direction: column; align-items: center; padding: 3rem; gap: 1rem; color: #64748b; }
    .gar-spinner[b-gchjc4tiuq] { width: 36px; height: 36px; border: 3px solid #334155; border-top-color: #f59e0b; border-radius: 50%; animation: spin-b-gchjc4tiuq 0.8s linear infinite; }
    @keyframes spin-b-gchjc4tiuq { 100% { transform: rotate(360deg); } }
    .gar-bos[b-gchjc4tiuq] { text-align: center; padding: 3rem; color: #64748b; display: flex; flex-direction: column; align-items: center; gap: 1rem; }
    .gar-bos-ikon[b-gchjc4tiuq] { font-size: 3rem; }
    .gar-yeni-buyuk-btn[b-gchjc4tiuq] {
        background: rgba(245,158,11,0.15); border: 1px solid rgba(245,158,11,0.3);
        color: #fbbf24; padding: 12px 24px; border-radius: 12px;
        cursor: pointer; font-weight: 700; font-size: 0.88rem;
    }

    /* KART */
    .gar-kart[b-gchjc4tiuq] {
        background: #1e293b; border-radius: 16px;
        border: 1px solid #334155; padding: 1rem;
        transition: all 0.2s;
    }
    .gar-kart.benim-masa[b-gchjc4tiuq] { border-left: 4px solid #f59e0b !important; background: #1a1f2e; }
    .gar-kart.beklemede[b-gchjc4tiuq] { border-left: 4px solid #f59e0b; }
    .gar-kart.mutfakta[b-gchjc4tiuq] { border-left: 4px solid #3b82f6; }
    .gar-kart.hazir[b-gchjc4tiuq] { border-left: 4px solid #10b981; border-color: #10b981; background: #0d2418; }
    .gar-kart.serviste[b-gchjc4tiuq] { border-left: 4px solid #6366f1; }
    .gar-kart.odeme[b-gchjc4tiuq] { border-left: 4px solid #8b5cf6; }
    .gar-kart.titreme[b-gchjc4tiuq] { animation: kartTitreme-b-gchjc4tiuq 0.4s ease infinite; }
    @keyframes kartTitreme-b-gchjc4tiuq {
        0%,100% { transform: translateX(0); }
        25% { transform: translateX(-3px); }
        75% { transform: translateX(3px); }
    }

    .gar-kart-ust[b-gchjc4tiuq] { display: flex; justify-content: space-between; margin-bottom: 0.6rem; }
    .gar-masa-info[b-gchjc4tiuq] { display: flex; flex-direction: column; gap: 2px; }
    .gar-masa-no[b-gchjc4tiuq] { font-size: 1.1rem; font-weight: 900; color: white; }
    .gar-musteri[b-gchjc4tiuq] { font-size: 0.75rem; color: #94a3b8; }
    .gar-garson-rozet[b-gchjc4tiuq] {
        display: inline-flex; align-items: center;
        font-size: 0.7rem; color: #64748b;
        padding: 1px 6px; border-radius: 6px;
        background: rgba(255,255,255,0.04);
    }
    .gar-garson-rozet.benim[b-gchjc4tiuq] { background: rgba(245,158,11,0.15); color: #fbbf24; }
    .gar-kart-sag[b-gchjc4tiuq] { text-align: right; }
    .gar-sure[b-gchjc4tiuq] { font-size: 0.75rem; color: #64748b; display: flex; align-items: center; gap: 4px; justify-content: flex-end; }
    .gar-gec-uyari[b-gchjc4tiuq] { color: #ef4444; }
    .gar-tutar[b-gchjc4tiuq] { font-size: 1.2rem; font-weight: 900; color: #10b981; margin-top: 2px; }

    .gar-durum-satir[b-gchjc4tiuq] { margin-bottom: 0.6rem; }
    .gar-durum-rozet[b-gchjc4tiuq] {
        display: inline-flex; align-items: center; gap: 5px;
        padding: 3px 10px; border-radius: 20px;
        font-size: 0.75rem; font-weight: 700;
    }
    .gar-durum-rozet.beklemede[b-gchjc4tiuq] { background: #451a03; color: #f59e0b; }
    .gar-durum-rozet.mutfakta[b-gchjc4tiuq] { background: #1e3a5f; color: #60a5fa; }
    .gar-durum-rozet.hazir[b-gchjc4tiuq] { background: #052e16; color: #34d399; }
    .gar-durum-rozet.serviste[b-gchjc4tiuq] { background: #1e1b4b; color: #a5b4fc; }
    .gar-durum-rozet.odeme[b-gchjc4tiuq] { background: #2e1065; color: #c4b5fd; }

    .gar-kalemler[b-gchjc4tiuq] { display: flex; flex-direction: column; gap: 4px; margin-bottom: 0.75rem; }
    .gar-kalem[b-gchjc4tiuq] {
        display: flex; justify-content: space-between;
        font-size: 0.82rem; color: #94a3b8;
        padding: 4px 0; border-bottom: 1px solid #334155;
    }
    .gar-kalem:last-child[b-gchjc4tiuq] { border-bottom: none; }
    .gar-kalem.hazir span[b-gchjc4tiuq] { color: #34d399; }
    .gar-kalem-durum[b-gchjc4tiuq] { display: flex; align-items: center; gap: 4px; color: #64748b; }
    .kalem-not[b-gchjc4tiuq] { color: #f59e0b; font-style: italic; }
    .gar-not[b-gchjc4tiuq] { font-size: 0.78rem; color: #f59e0b; margin-bottom: 0.75rem; }

    .gar-aksiyonlar[b-gchjc4tiuq] { display: flex; gap: 0.5rem; flex-wrap: wrap; }
    .gar-btn[b-gchjc4tiuq] {
        flex: 1; padding: 0.65rem; border-radius: 10px;
        border: none; cursor: pointer; font-size: 0.82rem; font-weight: 700;
        display: flex; align-items: center; justify-content: center; gap: 5px;
        transition: all 0.15s; min-width: 80px;
    }
    .gar-btn.yesil[b-gchjc4tiuq] { background: linear-gradient(135deg, #10b981, #059669); color: white; }
    .gar-btn.sari[b-gchjc4tiuq] { background: linear-gradient(135deg, #f59e0b, #d97706); color: white; }
    .gar-btn.mor[b-gchjc4tiuq] { background: linear-gradient(135deg, #8b5cf6, #7c3aed); color: white; }
    .gar-btn.turuncu[b-gchjc4tiuq] { background: linear-gradient(135deg, #f97316, #ea580c); color: white; }
    .gar-btn.gri[b-gchjc4tiuq] { background: #334155; color: #94a3b8; flex: 0; padding: 0.65rem 0.85rem; text-decoration: none; }
    .gar-btn:hover[b-gchjc4tiuq] { opacity: 0.9; transform: translateY(-1px); }

    /* SÄ°PARÄ°Å MODALI */
    .modal-arka[b-gchjc4tiuq] {
        position: fixed; inset: 0; background: rgba(0,0,0,0.85);
        display: flex; align-items: flex-end; justify-content: center;
        z-index: 9000; padding: 0;
    }
    .siparis-modal[b-gchjc4tiuq] {
        background: #0f172a; border: 1px solid #334155;
        border-radius: 20px 20px 0 0; width: 100%; max-width: 600px;
        max-height: 92vh; overflow-y: auto;
        padding: 1.25rem; display: flex; flex-direction: column; gap: 1rem;
        animation: modalGel-b-gchjc4tiuq 0.3s ease;
    }
    @keyframes modalGel-b-gchjc4tiuq { from{transform:translateY(100%)} 100%{transform:translateY(0)} }
    .modal-baslik[b-gchjc4tiuq] {
        display: flex; justify-content: space-between; align-items: center;
        font-size: 1rem; font-weight: 800; color: #f59e0b;
    }
    .modal-kapat[b-gchjc4tiuq] {
        background: none; border: none; color: #64748b;
        font-size: 1.2rem; cursor: pointer; padding: 4px 8px;
    }
    .modal-grup[b-gchjc4tiuq] { display: flex; flex-direction: column; gap: 6px; }
    .modal-grup label[b-gchjc4tiuq] { font-size: 0.78rem; color: #64748b; font-weight: 700; }

    /* Masa seÃ§ici */
    .masa-secici-grid[b-gchjc4tiuq] {
        display: grid; grid-template-columns: repeat(auto-fill, minmax(70px, 1fr)); gap: 6px;
    }
    .masa-btn[b-gchjc4tiuq] {
        padding: 8px 4px; border-radius: 10px; cursor: pointer;
        text-align: center; border: 1px solid #334155;
        background: rgba(255,255,255,0.04); transition: all 0.15s;
        display: flex; flex-direction: column; gap: 2px;
    }
    .masa-btn-no[b-gchjc4tiuq] { font-size: 0.78rem; font-weight: 700; color: #e2e8f0; }
    .masa-btn-durum[b-gchjc4tiuq] { font-size: 0.6rem; color: #ef4444; }
    .masa-btn.secili[b-gchjc4tiuq] { background: rgba(245,158,11,0.2); border-color: #f59e0b; }
    .masa-btn.dolu[b-gchjc4tiuq] { background: rgba(239,68,68,0.08); border-color: rgba(239,68,68,0.3); }
    .masa-btn:hover[b-gchjc4tiuq] { background: rgba(255,255,255,0.08); }

    /* Kategori sekmeler */
    .kategori-sekmeler[b-gchjc4tiuq] { display: flex; gap: 6px; overflow-x: auto; scrollbar-width: none; flex-wrap: nowrap; padding-bottom: 4px; }
    .kategori-btn[b-gchjc4tiuq] {
        padding: 4px 10px; border-radius: 12px; font-size: 0.72rem; font-weight: 600;
        background: rgba(255,255,255,0.05); border: 1px solid #334155;
        color: #64748b; cursor: pointer; white-space: nowrap;
    }
    .kategori-btn.aktif[b-gchjc4tiuq] { background: rgba(245,158,11,0.15); color: #fbbf24; border-color: rgba(245,158,11,0.4); }

    /* ÃœrÃ¼n grid */
    .urun-grid[b-gchjc4tiuq] { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 6px; max-height: 200px; overflow-y: auto; }
    .urun-kart[b-gchjc4tiuq] {
        padding: 8px; border-radius: 10px; cursor: pointer;
        background: rgba(255,255,255,0.04); border: 1px solid #334155;
        display: flex; flex-direction: column; gap: 3px; position: relative;
        transition: all 0.15s;
    }
    .urun-kart.secili[b-gchjc4tiuq] { background: rgba(245,158,11,0.12); border-color: rgba(245,158,11,0.4); }
    .urun-kart:hover[b-gchjc4tiuq] { background: rgba(255,255,255,0.08); }
    .urun-ad[b-gchjc4tiuq] { font-size: 0.78rem; font-weight: 700; color: #e2e8f0; }
    .urun-fiyat[b-gchjc4tiuq] { font-size: 0.72rem; color: #10b981; font-weight: 700; }
    .urun-adet[b-gchjc4tiuq] {
        position: absolute; top: -6px; right: -6px;
        background: #f59e0b; color: #0a0e1a;
        border-radius: 50%; width: 18px; height: 18px;
        font-size: 0.65rem; font-weight: 900;
        display: flex; align-items: center; justify-content: center;
    }

    /* Sepet */
    .sepet-ozet[b-gchjc4tiuq] {
        background: rgba(255,255,255,0.03); border: 1px solid #334155;
        border-radius: 12px; padding: 10px; display: flex; flex-direction: column; gap: 6px;
    }
    .sepet-baslik[b-gchjc4tiuq] { font-size: 0.78rem; font-weight: 700; color: #f59e0b; }
    .sepet-satir[b-gchjc4tiuq] { display: flex; justify-content: space-between; align-items: center; font-size: 0.82rem; color: #94a3b8; }
    .sepet-azalt[b-gchjc4tiuq] {
        background: rgba(255,255,255,0.08); border: 1px solid #334155;
        color: #ef4444; border-radius: 50%; width: 20px; height: 20px;
        cursor: pointer; font-size: 0.9rem; display: flex; align-items: center; justify-content: center;
    }
    .sepet-toplam[b-gchjc4tiuq] { font-size: 0.88rem; font-weight: 800; color: #10b981; border-top: 1px solid #334155; padding-top: 6px; }
    .gar-btn-gonder[b-gchjc4tiuq] {
        background: linear-gradient(135deg, #f59e0b, #d97706);
        color: #0a0e1a; font-weight: 800; border: none; border-radius: 12px;
        padding: 14px; cursor: pointer; font-size: 0.9rem; width: 100%;
        display: flex; align-items: center; justify-content: center; gap: 6px;
    }
    .gar-btn-gonder:disabled[b-gchjc4tiuq] { opacity: 0.4; cursor: default; }

    /* TOAST - ayri style etiketi icin bos birakÄ±ldÄ± */
.gar-toast[b-gchjc4tiuq] { position:fixed; bottom:20px; left:50%; transform:translateX(-50%); padding:.85rem 1.5rem; border-radius:25px; font-size:.88rem; font-weight:700; z-index:9999; background:#1e293b; color:white; border:1px solid #334155; }
.gar-toast.basari[b-gchjc4tiuq] { background:#052e16; color:#34d399; }
.gar-toast.hata[b-gchjc4tiuq] { background:#450a0a; color:#f87171; }
*[b-gchjc4tiuq] { box-sizing: border-box; margin: 0; padding: 0; }
