/* SipariÃ…Å¸ KapÃ„Â±nda Ã¢â‚¬â€ ÃƒÂ¶rnek renk ve yerleÃ…Å¸im (turuncu / petrol turkuazÃ„Â±) */

:root {
    --color-orange: #ff6b00;
    --color-teal: #207d88;
    --color-teal-dark: #155a62;
    --color-bg: #f9f7f4;
    --color-bg-section: #f3f0eb;
    --color-text: #1a1a1a;
    --color-muted: #5c5c5c;
    --color-footer: #1e1e1e;
    --radius: 14px;
    --radius-sm: 10px;
    --shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    /* Tek merkez: iÃƒÂ§erik geniÃ…Å¸liÃ„Å¸i + yatay nefes (firma PC / farklÃ„Â± ÃƒÂ¶lÃƒÂ§ekler) */
    --container-max: 1200px;
    --container-padding-x: clamp(12px, 2.5vw, 16px);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.page {
    margin: 0;
    font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    color: var(--color-text);
    background: var(--color-bg);
    line-height: 1.5;
}

/**
 * Sticky footer (layout.php: header + #main + footer yan yana akÃ„Â±Ã…Å¸ta).
 * KÃ„Â±sa sayfalarda footer viewport altÃ„Â±na yapÃ„Â±Ã…Å¸Ã„Â±r; uzun sayfalarda normal akÃ„Â±Ã…Å¸.
 */
body.page:has(> #main) {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
}

body.page:has(> #main) > .site-header {
    flex-shrink: 0;
}

body.page:has(> #main) > .site-footer {
    flex-shrink: 0;
}

/* Yatay taÃ…Å¸mayÃ„Â± ana iÃƒÂ§erikte kes; modal (fixed) bodyÃ¢â‚¬â„¢de kaldÃ„Â±Ã„Å¸Ã„Â± iÃƒÂ§in orayÃ„Â± kilitlemiyoruz */
#main {
    min-width: 0;
    max-width: 100%;
    overflow-x: hidden;
}

body.page:has(> #main) > #main {
    flex: 1 1 auto;
}

/* Medya: taÃ…Å¸mayÃ„Â± ve yatay kaydÃ„Â±rmayÃ„Â± azaltÃ„Â±r (kart iÃƒÂ§i absolute img sÃ„Â±nÃ„Â±flarÃ„Â±yla ezilir) */
img,
video {
    max-width: 100%;
    height: auto;
}

a {
    color: var(--color-teal);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.container {
    width: 100%;
    max-width: var(--container-max);
    margin-inline: auto;
    padding-inline: var(--container-padding-x);
    box-sizing: border-box;
}

/* Ã¢â‚¬â€ Sepetim Ã¢â‚¬â€ */
.page.page--cart {
    background: var(--color-bg);
}

.cart-page {
    padding: clamp(0.75rem, 2vw, 1.25rem) 0 2.5rem;
}

.cart-page__inner {
    max-width: var(--container-max);
}

.cart-page__crumb {
    margin: 0 0 0.75rem;
}

.cart-page__crumb-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--color-muted);
}

.cart-page__crumb-list a {
    color: var(--color-teal);
}

.cart-page__h {
    margin: 0 0 0.5rem;
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #0f172a;
}

.cart-page__lead {
    margin: 0 0 1.25rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--color-muted);
    line-height: 1.45;
    max-width: 42rem;
}

.cart-page__inner .cart-main {
    min-height: 8rem;
}

.cart-empty {
    margin: 0;
    padding: 2rem 1.25rem;
    text-align: center;
    border-radius: 14px;
    background: #faf8f6;
    border: 1px dashed rgba(0, 0, 0, 0.12);
}

.cart-empty__text {
    margin: 0 0 1rem;
    font-weight: 800;
    color: #0f172a;
    font-size: 1rem;
}

.cart-layout {
    display: grid;
    gap: 1.25rem;
    align-items: start;
}

@media (min-width: 900px) {
    .cart-layout {
        grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
        gap: 1.5rem;
    }
}

.cart-layout__table-wrap {
    width: 100%;
    min-width: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #fff;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.05);
}

.cart-table {
    width: 100%;
    min-width: 520px;
    border-collapse: collapse;
    font-size: 0.88rem;
}

.cart-table th,
.cart-table td {
    padding: 0.65rem 0.85rem;
    border-bottom: 1px solid #f1f5f9;
    text-align: left;
    vertical-align: middle;
}

.cart-table thead th {
    font-size: 0.78rem;
    font-weight: 800;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.cart-table tbody tr:last-child td {
    border-bottom: none;
}

.cart-table th.cart-table__qty-head,
.cart-table td.cart-table__qty {
    text-align: center;
}

.cart-table__name {
    font-weight: 700;
    color: #0f172a;
}

.cart-table__num {
    text-align: right;
    white-space: nowrap;
    font-weight: 700;
    color: #334155;
}

.cart-table__line {
    color: #0f172a;
}

.cart-qty {
    display: inline-flex;
    align-items: center;
    gap: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    background: #fafafa;
}

.cart-qty__btn {
    width: 2rem;
    height: 2rem;
    padding: 0;
    border: none;
    background: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
    color: #207d88;
    cursor: pointer;
}

.cart-qty__btn:hover {
    background: rgba(32, 125, 136, 0.08);
}

.cart-qty__val {
    min-width: 2rem;
    text-align: center;
    font-weight: 800;
    font-size: 0.9rem;
    color: #0f172a;
}

.cart-remove {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.5rem;
    border: none;
    border-radius: 8px;
    background: transparent;
    font: inherit;
    font-size: 0.82rem;
    font-weight: 700;
    color: #b91c1c;
    cursor: pointer;
    text-decoration: none;
}

.cart-remove:hover {
    color: #991b1b;
    background: rgba(185, 28, 28, 0.06);
}

.cart-remove__icon {
    display: flex;
    flex-shrink: 0;
    color: inherit;
}

.cart-remove__icon svg {
    display: block;
}

.cart-remove__txt {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.cart-summary {
    padding: 1rem 1.1rem;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #fff;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.05);
}

.cart-summary__h {
    margin: 0 0 0.75rem;
    font-size: 1rem;
    font-weight: 800;
    color: #0f172a;
}

.cart-summary__dl {
    margin: 0 0 0;
    font-size: 0.9rem;
}

.cart-summary__dl > div {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.4rem;
}

/* display:flex ÃƒÂ¼stteki kural [hidden] ile ÃƒÂ§akÃ„Â±Ã…Å¸Ã„Â±yordu Ã¢â‚¬â€ indirim satÃ„Â±rÃ„Â± kod silinince gÃƒÂ¶rÃƒÂ¼nÃƒÂ¼r kalÃ„Â±yordu */
.cart-summary__disc[hidden],
.cart-summary__dl > div[hidden] {
    display: none !important;
}

.cart-summary__dl dt {
    margin: 0;
    font-weight: 600;
    color: var(--color-muted);
}

.cart-summary__dl dd {
    margin: 0;
    font-weight: 700;
    color: #0f172a;
}

.cart-summary__grand {
    margin-top: 0.5rem;
    padding-top: 0.65rem;
    border-top: 1px solid #e2e8f0;
    font-size: 1.05rem;
}

.cart-summary__grand dt,
.cart-summary__grand dd {
    font-weight: 800;
    color: var(--color-orange);
}

.cart-summary__checkout {
    width: 100%;
    margin-bottom: 0.65rem;
}

.cart-pay-discount-wrap {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 0;
    margin-bottom: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
}

/* Dar/masaÃƒÂ¼stÃƒÂ¼: ÃƒÂ¶deme + indirim alt alta; indirim alanÃ„Â± tam geniÃ…Å¸likte dÃƒÂ¼zgÃƒÂ¼n.
   GeniÃ…Å¸ ekranda yan yana Ã¢â‚¬â€ grid ile indirim sÃƒÂ¼tununa min. geniÃ…Å¸lik (etiket/input sÃ„Â±kÃ„Â±Ã…Å¸masÃ„Â±n). */
@media (min-width: 1180px) {
    .cart-pay-discount-wrap {
        display: grid;
        grid-template-columns: minmax(0, 1.12fr) minmax(17.5rem, 1fr);
        align-items: start;
        column-gap: 1.5rem;
        row-gap: 1rem;
    }

    .cart-pay-discount-wrap .cart-pay,
    .cart-pay-discount-wrap .cart-discount {
        min-width: 0;
    }

    .cart-pay-discount-wrap .cart-discount__label {
        white-space: nowrap;
    }
}

.cart-pay-discount-wrap .cart-pay {
    margin-bottom: 0;
}

.cart-discount {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    width: 100%;
}

.cart-discount__label {
    display: block;
    width: 100%;
    font-size: 0.85rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    padding: 0;
    text-align: left;
}

.cart-discount__row {
    width: 100%;
}

.cart-discount__input {
    box-sizing: border-box;
    width: 100%;
    padding: 0.55rem 1rem;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 999px;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 600;
    color: #0f172a;
    background: #fff;
}

.cart-discount__input::placeholder {
    color: #94a3b8;
    font-weight: 500;
}

.cart-discount__input:focus {
    outline: none;
    border-color: rgba(32, 125, 136, 0.45);
    box-shadow: 0 0 0 3px rgba(32, 125, 136, 0.08);
}

.cart-discount__hint {
    margin: 0;
    min-height: 1.35em;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.35;
}

.cart-discount__hint:empty {
    min-height: 0;
}

.cart-discount__hint--invalid {
    color: #b91c1c;
}

.cart-discount__hint--ok {
    color: var(--color-teal);
}

.cart-summary__disc dd {
    color: var(--color-teal);
    font-weight: 800;
}

.cart-order-note {
    margin: 0 0 1rem;
    width: 100%;
}

.cart-order-note__label {
    display: block;
    margin: 0 0 0.45rem;
    font-size: 0.85rem;
    font-weight: 800;
    color: #0f172a;
    text-align: center;
}

.cart-order-note__input {
    box-sizing: border-box;
    display: block;
    width: 100%;
    min-height: 4.5rem;
    padding: 0.6rem 0.85rem;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    font: inherit;
    font-size: 0.85rem;
    font-weight: 600;
    color: #0f172a;
    background: #fafafa;
    resize: vertical;
    max-height: 10rem;
}

.cart-order-note__input::placeholder {
    color: #94a3b8;
    font-weight: 500;
}

.cart-order-note__input:focus {
    outline: none;
    border-color: rgba(32, 125, 136, 0.45);
    box-shadow: 0 0 0 3px rgba(32, 125, 136, 0.08);
    background: #fff;
}

.cart-order-note__hint {
    margin: 0.35rem 0 0;
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--color-muted);
}

.sk-order-review {
    margin: 0;
    font-size: 0.88rem;
    color: #0f172a;
}

.sk-order-review__grid {
    display: grid;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

@media (min-width: 520px) {
    .sk-order-review__grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* SipariÃ…Å¸ notu (tam geniÃ…Å¸lik; teslimat adresi ÃƒÂ¼st gridde iletiÃ…Å¸imle birlikte) */
.sk-order-review__grid--note-only {
    grid-template-columns: 1fr;
    align-items: stretch;
}

@media (max-width: 519px) {
    .sk-order-review__grid--note-only {
        gap: 0.5rem;
    }

    .sk-order-review__grid--note-only .sk-order-review__h {
        font-size: 0.78rem;
    }

    .sk-order-review__card--contact-address .sk-order-review__address-text,
    .sk-order-review__card--contact-address .sk-order-review__muted,
    .sk-order-review__grid--note-only .sk-order-review__note-txt {
        font-size: 0.8rem;
    }
}

.sk-order-review__card {
    padding: 0.75rem 0.85rem;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fafafa;
}

.sk-order-review__card--note {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.sk-order-review__card--contact-address {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.sk-order-review__address-text {
    margin: 0;
    font-size: 0.86rem;
    line-height: 1.45;
    color: #0f172a;
}

.sk-order-review__addr-inner {
    display: block;
    white-space: pre-wrap;
    word-break: break-word;
}

.sk-order-review__h {
    margin: 0 0 0.5rem;
    font-size: 0.82rem;
    font-weight: 800;
    color: #0f172a;
}

.sk-order-review__h--delivery {
    margin-top: 0.85rem;
}

.sk-order-review__dl {
    margin: 0;
    font-size: 0.85rem;
}

.sk-order-review__dl > div {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: flex-start;
    column-gap: 0.35rem;
    margin-bottom: 0.35rem;
}

.sk-order-review__dl dt {
    margin: 0;
    flex-shrink: 0;
    font-weight: 600;
    color: var(--color-muted);
}

.sk-order-review__dl dt::after {
    content: ':';
}

.sk-order-review__dl dd {
    margin: 0;
    min-width: 0;
    font-weight: 700;
    text-align: left;
    color: #0f172a;
}

.sk-order-review__pay-dd {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: nowrap;
}

.sk-order-review__pay-dd .cart-pay__icon {
    flex-shrink: 0;
}

.sk-order-review__pay-txt {
    min-width: 0;
}

.sk-order-review__muted {
    margin: 0;
    color: var(--color-muted);
    font-size: 0.85rem;
}

.sk-order-review__note-txt {
    margin: 0;
    white-space: pre-wrap;
    font-size: 0.85rem;
    line-height: 1.45;
}

.sk-order-review__table-wrap {
    overflow-x: auto;
    margin-bottom: 0.65rem;
}

.sk-order-review__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.82rem;
}

.sk-order-review__table th,
.sk-order-review__table td {
    padding: 0.45rem 0.35rem;
    border-bottom: 1px solid #e2e8f0;
    text-align: left;
}

.sk-order-review__table thead th {
    font-size: 0.72rem;
    font-weight: 800;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.sk-order-review__num {
    text-align: right;
    white-space: nowrap;
}

.sk-order-review__totals {
    border-top: 1px solid #e2e8f0;
    padding-top: 0.5rem;
}

.sk-order-review__card--payment-info .sk-order-review__totals {
    margin-top: 0.5rem;
}

.sk-order-review__total-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    margin-bottom: 0.35rem;
    font-size: 0.88rem;
}

.sk-order-review__total-row--grand {
    margin-top: 0.45rem;
    padding-top: 0.45rem;
    border-top: 1px dashed #e2e8f0;
    font-size: 1rem;
    font-weight: 800;
    color: var(--color-orange);
}

.sk-order-review__confirm {
    margin-top: 0.75rem;
}

.sk-order-review__done {
    margin: 0;
    line-height: 1.55;
}

.sk-paytr-modal__hint {
    margin: 0 0 0.65rem;
    font-size: 0.82rem;
    color: var(--color-muted);
    line-height: 1.45;
}

.sk-paytr-modal__iframe {
    display: block;
    width: 100%;
    min-height: 520px;
    border: 0;
    background: #fff;
}

.cart-pay {
    margin: 0 0 1rem;
    padding: 0;
    border: none;
}

.cart-pay__legend {
    padding: 0;
    margin: 0 0 0.55rem;
    font-size: 0.85rem;
    font-weight: 800;
    color: #0f172a;
}

.cart-pay__row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.45rem;
    cursor: pointer;
    font-size: 0.88rem;
    font-weight: 600;
    color: #334155;
    line-height: 1.35;
}

.cart-pay__row:last-of-type {
    margin-bottom: 0;
}

.cart-pay__icon {
    display: inline-flex;
    flex: 0 0 auto;
    width: 1.05rem;
    height: 1.05rem;
    color: #207d88;
}

.cart-pay__icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.cart-pay__input {
    -webkit-appearance: none;
    appearance: none;
    width: 1.125rem;
    height: 1.125rem;
    margin: 0;
    flex-shrink: 0;
    border: 2px solid #94a3b8;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    vertical-align: top;
}

.cart-pay__input:checked {
    border-color: #94a3b8;
    background-color: #fff;
    background-image: radial-gradient(circle, var(--color-orange) 0%, var(--color-orange) 42%, transparent 43%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.cart-pay__input:focus {
    outline: none;
}

.cart-pay__input:focus-visible {
    outline: 2px solid rgba(242, 122, 26, 0.55);
    outline-offset: 2px;
}

.cart-pay__txt {
    flex: 1 1 auto;
    color: #334155;
    white-space: nowrap;
}

.cart-summary__continue {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 0.9rem;
}

/* Tam geniÃ…Å¸lik Ã…Å¸erit + iÃƒÂ§erik yine aynÃ„Â± hizada (isteÃ„Å¸e baÃ„Å¸lÃ„Â± sarmalayÃ„Â±cÃ„Â±) */
.container--flush {
    max-width: none;
    padding-inline: 0;
}

/* Genel 3 Ã¢â€ â€™ 2 Ã¢â€ â€™ 1 Ã„Â±zgara (yeni bÃƒÂ¶lÃƒÂ¼mlerde doÃ„Å¸rudan kullanÃ„Â±labilir) */
.sk-responsive-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

@media (max-width: 1024px) {
    .sk-responsive-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .sk-responsive-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.text-orange {
    color: var(--color-orange);
}

.text-teal {
    color: var(--color-teal);
}

/* Header */

.site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    background: rgba(249, 247, 244, 0.92);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem 0;
}

.site-header__inner--grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.logo {
    display: inline-flex;
    align-items: center;
    line-height: 0;
    text-decoration: none;
}

.logo__img {
    display: block;
    height: clamp(38px, 5.2vw, 52px);
    width: auto;
    max-width: min(100%, 300px);
    object-fit: contain;
}

.nav--desktop {
    display: none;
    gap: 1.25rem;
    font-weight: 600;
    font-size: 0.95rem;
}

.nav--desktop a {
    color: var(--color-text);
    text-decoration: none;
}

.nav--desktop a:hover {
    color: var(--color-teal);
}

.nav--desktop a.is-active {
    color: var(--color-orange);
}

.mobile-nav__inner a.is-active {
    color: var(--color-orange);
}

.site-header__actions {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.nav-toggle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 12px;
    background: #fff;
    box-shadow: var(--shadow);
    cursor: pointer;
}

.nav-toggle span:not(.visually-hidden) {
    display: block;
    height: 2px;
    width: 20px;
    background: var(--color-text);
    margin-inline: auto;
}

.mobile-nav[hidden] {
    display: none !important;
}

.mobile-nav {
    position: fixed;
    inset: 0;
    z-index: 120;
    pointer-events: none;
}

.mobile-nav:not([hidden]) {
    pointer-events: auto;
}

.mobile-nav__backdrop {
    position: absolute;
    inset: 0;
    border: none;
    padding: 0;
    background: rgba(15, 23, 42, 0.42);
    backdrop-filter: blur(2px);
    cursor: pointer;
}

.mobile-nav__panel {
    position: absolute;
    inset: 0;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    background: #f7f6f3;
    box-shadow: none;
    pointer-events: auto;
}

.mobile-nav__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.mobile-nav__footer-divider {
    height: 1px;
    margin: 0.35rem 1rem 0;
    background: #e2e8f0;
    flex-shrink: 0;
}

#mobile-drawer-footer-root {
    flex-shrink: 0;
}

.mobile-nav__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 1.15rem 1rem 0.85rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    background: #fff;
}

.mobile-nav__kicker {
    display: block;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #94a3b8;
}

.mobile-nav__user-name {
    display: block;
    margin-top: 0.2rem;
    font-size: 1.05rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
}

.mobile-nav__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    background: #fff;
    color: #64748b;
    cursor: pointer;
    flex-shrink: 0;
}

.mobile-nav__inner {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 0.55rem;
    padding: 1rem;
}

.mobile-nav__section {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.mobile-nav__section[hidden] {
    display: none !important;
}

.mobile-nav__item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    min-height: 3.25rem;
    padding: 0 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.875rem;
    background: #ffffff;
    color: #1e293b;
    font-size: 0.95rem;
    font-weight: 750;
    line-height: 1.2;
    text-decoration: none;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    transition:
        background 0.15s ease,
        border-color 0.15s ease,
        transform 0.15s ease;
}

.mobile-nav__item:hover,
.mobile-nav__item:focus-visible {
    border-color: #cbd5e1;
    background: #f8fafc;
    text-decoration: none;
}

.mobile-nav__item--primary {
    border-color: transparent;
    color: #ffffff;
    background: linear-gradient(180deg, #ff7a1a 0%, var(--color-orange) 100%);
    box-shadow: 0 8px 20px rgba(255, 107, 0, 0.28);
}

.mobile-nav__item--primary:hover,
.mobile-nav__item--primary:focus-visible {
    color: #ffffff;
    background: linear-gradient(180deg, #ff8f3d 0%, #e85f00 100%);
}

.mobile-nav__item--active {
    border-color: transparent;
    color: #ffffff;
    background: linear-gradient(180deg, #ff7a1a 0%, var(--color-orange) 100%);
    box-shadow: 0 8px 20px rgba(255, 107, 0, 0.28);
}

.mobile-nav__item--active:hover,
.mobile-nav__item--active:focus-visible {
    color: #ffffff;
    background: linear-gradient(180deg, #ff8f3d 0%, #e85f00 100%);
}

.mobile-nav__item--logout {
    margin-top: 0.35rem;
    color: #b91c1c;
    background: #fff;
    border-color: #fecaca;
}

.mobile-nav__item--logout:hover,
.mobile-nav__item--logout:focus-visible {
    background: #fef2f2;
    border-color: #fca5a5;
    color: #991b1b;
}

.mobile-nav__ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.65rem;
    flex-shrink: 0;
}

.mobile-nav__ico--teal {
    background: rgba(32, 125, 136, 0.12);
    color: var(--color-teal);
}

.mobile-nav__ico--on-active,
.mobile-nav__item--primary .mobile-nav__ico--orange {
    background: rgba(255, 255, 255, 0.22);
    color: #ffffff;
}

.mobile-nav__ico--danger {
    background: #fef2f2;
    color: #dc2626;
}

.mobile-nav__logout-form {
    margin: 0;
    padding: 0;
}

body.sk-mobile-nav-open {
    overflow: hidden;
}

@media (min-width: 900px) {
    /* Logo | (kalan tÃƒÂ¼m boÃ…Å¸luk) | butonlar Ã¢â‚¬â€ menÃƒÂ¼ sadece ortadaki 1fr alanda ortalanÃ„Â±r */
    .site-header__inner--grid {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) auto;
        align-items: center;
        gap: 0.75rem;
    }

    .site-header__inner--grid .logo {
        justify-self: start;
    }

    .site-header__inner--grid .nav--desktop {
        display: flex;
        justify-content: center;
        justify-self: center;
        width: 100%;
        min-width: 0;
    }

    .site-header__inner--grid .site-header__actions {
        justify-self: end;
    }

    .nav-toggle {
        display: none;
    }
}

/* Ana site mobil (≤899px): firma menü sayfası ile aynı standart çubuk */
.site-header__mobile-bar {
    display: none;
}

.site-header__icon-btn {
    position: relative;
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    background: #fff;
    color: #334155;
    text-decoration: none;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
    cursor: pointer;
}

.site-header__icon-btn svg {
    display: block;
}

.site-header__icon-badge {
    position: absolute;
    top: -0.25rem;
    right: -0.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.25rem;
    height: 1.25rem;
    padding: 0 0.25rem;
    border-radius: 999px;
    font-size: 0.625rem;
    font-weight: 800;
    line-height: 1;
    color: #fff;
    background: #ea580c;
}

.site-header__icon-badge[hidden] {
    display: none !important;
}

@media (max-width: 899.98px) {
    .site-header {
        background: rgba(255, 255, 255, 0.95);
        border-bottom: 1px solid #f1f5f9;
    }

    .site-header > .container.site-header__inner {
        padding-inline: 1.25rem;
    }

    .site-header__inner--grid {
        display: block;
        padding: 0.5rem 0;
    }

    .site-header__logo--desktop,
    .site-header__inner--grid > .nav--desktop,
    .site-header__actions--desktop {
        display: none !important;
    }

    .site-header__mobile-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.625rem;
        min-height: 4.25rem;
        padding-inline: 0;
    }

    .site-header__mobile-logo {
        display: flex;
        flex: 1 1 auto;
        align-items: center;
        justify-content: center;
        min-width: 0;
        padding-inline: 0.25rem;
        line-height: 0;
        text-decoration: none;
    }

    .site-header__mobile-logo-img {
        display: block;
        height: 55px;
        width: auto;
        max-width: min(248px, 100%);
        object-fit: contain;
    }
}

/* Buttons */

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.65rem 1.1rem;
    border-radius: 999px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    text-decoration: none;
    font-size: 0.95rem;
    line-height: 1.15;
    text-align: center;
}

.btn:hover {
    text-decoration: none;
}

.btn--sm {
    padding: 0.45rem 0.9rem;
    font-size: 0.88rem;
    line-height: 1.15;
}

.btn--primary {
    background: var(--color-orange);
    color: #fff;
}

.btn--primary:hover {
    filter: brightness(0.96);
}

.btn--secondary {
    background: var(--color-teal);
    color: #fff;
}

.btn--secondary:hover {
    filter: brightness(0.96);
}

.btn--block {
    width: 100%;
}

/* Hero Ã¢â‚¬â€ tam geniÃ…Å¸lik arka plan fotoÃ„Å¸rafÃ„Â±; sol ortada baÃ…Å¸lÃ„Â±k + araÃƒÂ§ kutusu (perde ile okunurluk) */

.hero--scene {
    position: relative;
    isolation: isolate;
    min-height: min(78vh, 720px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: clamp(2rem, 5vw, 3.25rem) 0;
    width: 100%;
    margin: 0;
    overflow: hidden;
}

.hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero__slider {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.hero__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.85s ease-in-out;
    pointer-events: none;
}

.hero__slide.is-active {
    opacity: 1;
    z-index: 1;
    pointer-events: auto;
}

.hero__slide-link {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.hero__slide-link:focus-visible {
    outline: 2px solid rgba(249, 115, 22, 0.95);
    outline-offset: 3px;
}

.hero__slide-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (prefers-reduced-motion: reduce) {
    .hero__slide {
        transition: none;
    }
}

.hero__bg-scrim {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        105deg,
        rgba(255, 250, 243, 0.97) 0%,
        rgba(255, 250, 243, 0.88) 28%,
        rgba(255, 250, 243, 0.5) 46%,
        rgba(255, 250, 243, 0.12) 65%,
        rgba(0, 0, 0, 0.08) 100%
    );
}

.hero__slider-nav {
    position: absolute;
    top: 50%;
    z-index: 3;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.22);
    color: rgba(255, 255, 255, 0.92);
    cursor: pointer;
    box-shadow: 0 4px 28px rgba(0, 0, 0, 0.18);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    transition:
        background 0.35s ease,
        border-color 0.35s ease,
        color 0.35s ease,
        transform 0.35s ease,
        box-shadow 0.35s ease,
        opacity 0.35s ease;
}

.hero__slider-nav:hover {
    background: rgba(0, 0, 0, 0.32);
    border-color: rgba(255, 255, 255, 0.32);
    color: #fff;
    transform: translateY(-50%) scale(1.04);
    box-shadow: 0 8px 36px rgba(0, 0, 0, 0.22);
}

.hero__slider-nav:active {
    transform: translateY(-50%) scale(0.98);
}

.hero__slider-nav:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.85);
    outline-offset: 3px;
}

.hero__slider-nav--prev {
    left: clamp(0.5rem, 2.5vw, 1.25rem);
}

.hero__slider-nav--next {
    right: clamp(0.5rem, 2.5vw, 1.25rem);
}

.hero__slider-nav-icon {
    display: flex;
    line-height: 0;
    opacity: 0.92;
    transition: opacity 0.3s ease;
}

.hero__slider-nav:hover .hero__slider-nav-icon {
    opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
    .hero__slider-nav {
        transition: none;
    }
}

.hero__slider-ui {
    position: absolute;
    right: clamp(0.75rem, 3vw, 1.25rem);
    bottom: clamp(0.75rem, 3vw, 1.25rem);
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 0.65rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.28);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    pointer-events: none;
}

.hero__slider-dots {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.hero__slider-dot {
    width: 0.45rem;
    height: 0.45rem;
    padding: 0;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.45);
    transition: transform 0.2s ease, background 0.2s ease;
    pointer-events: auto;
}

.hero__slider-dot.is-active {
    background: #fff;
    transform: scale(1.25);
}

.hero__slider-dot:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}


.hero__layout {
    position: relative;
    z-index: 2;
    display: block;
}

.hero__copy {
    max-width: min(560px, 100%);
}

.hero__title {
    font-size: clamp(1.85rem, 4.2vw, 2.85rem);
    line-height: 1.12;
    margin: 0 0 0.75rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.hero__title-mid {
    font-weight: 800;
    color: var(--color-text);
}

.hero__lead {
    margin: 0 0 1.25rem;
    color: var(--color-muted);
    font-size: 1.08rem;
    max-width: 42ch;
}

.hero__panel {
    background: #fff;
    border-radius: 18px;
    padding: 0.5rem 0.55rem;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.hero__panel .search-row {
    box-shadow: none;
    background: transparent;
    padding: 0.35rem 0.25rem;
}

.hero__search-notice {
    margin: 0.65rem 0 0;
    padding: 0.65rem 0.85rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(220, 38, 38, 0.25);
    color: #991b1b;
    font-size: 0.9rem;
    line-height: 1.45;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.search-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: stretch;
    background: #fff;
    border-radius: var(--radius);
    padding: 0.5rem;
    box-shadow: var(--shadow);
}

.search-row__icon {
    display: flex;
    align-items: center;
    padding-left: 0.5rem;
    color: var(--color-muted);
}

.search-row__input {
    flex: 1 1 200px;
    border: none;
    font-size: 1rem;
    padding: 0.65rem 0.5rem;
    min-width: 0;
    background: transparent;
}

.search-row__input:focus {
    outline: 2px solid rgba(32, 125, 136, 0.35);
    outline-offset: 2px;
    border-radius: 8px;
}

@media (max-width: 899px) {
    .hero--scene {
        min-height: min(44vh, 300px);
        padding: clamp(1rem, 4vw, 1.65rem) 0;
        box-sizing: border-box;
    }

    .hero__slider-nav,
    .hero__slider-ui {
        display: none !important;
    }

    .hero__bg {
        overflow: hidden;
    }

    .hero__title {
        font-size: clamp(1.45rem, 5.2vw, 2.1rem);
        margin-bottom: 0.5rem;
    }

    .hero__lead {
        margin-bottom: 0.85rem;
        font-size: 0.95rem;
    }

    .hero__bg-scrim {
        background: linear-gradient(
            180deg,
            rgba(255, 250, 243, 0.96) 0%,
            rgba(255, 250, 243, 0.85) 45%,
            rgba(255, 250, 243, 0.55) 100%
        );
    }
}

/* Categories */

.section {
    padding: 2.25rem 0;
}

.section--categories {
    padding-top: 0.5rem;
    margin-top: -2.25rem;
    position: relative;
    z-index: 4;
}

.section--muted {
    background: var(--color-bg-section);
}

.section__title {
    margin: 0 0 1.25rem;
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
    font-weight: 800;
    letter-spacing: -0.02em;
}

.section__more {
    margin: -0.65rem 0 1.25rem;
    text-align: center;
    font-size: 0.95rem;
}

.section__more a {
    color: var(--color-teal-dark);
    font-weight: 600;
    text-decoration: none;
}

.section__more a:hover {
    text-decoration: underline;
}

@media (max-width: 899px) {
    #kampanyalar .section__title,
    #populer-urunler .section__title,
    #is-ortaklari .section__title {
        text-align: center;
    }

    #is-ortaklari .partners__lead {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}

.category-bar-wrap {
    background: #fff;
    border-radius: 18px;
    padding: 1rem 0.75rem;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.category-bar {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.65rem;
}

@media (min-width: 560px) {
    .category-bar {
        grid-template-columns: repeat(3, 1fr);
        gap: 0.55rem;
    }
}

@media (min-width: 900px) {
    .category-bar {
        grid-template-columns: repeat(5, 1fr);
        gap: 0.5rem;
    }
}

.cat-card {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    align-items: stretch;
    justify-items: stretch;
    min-height: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: var(--color-bg-section);
    /* Daha yÃƒÂ¼ksek kart = cover ile ÃƒÂ¼st/alt kÃ„Â±rpma azalÃ„Â±r (oval/banner gÃƒÂ¶rseller iÃƒÂ§in) */
    height: clamp(7.75rem, 15vw, 10rem);
    text-decoration: none;
    color: inherit;
}

.cat-card:hover {
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: var(--shadow);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.cat-card:focus-visible {
    outline: 2px solid var(--color-teal);
    outline-offset: 2px;
}

.cat-card__img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    align-self: stretch;
    justify-self: stretch;
    margin: 0;
    padding: 0;
    border: 0;
    object-fit: cover;
    /* KÃ„Â±rpma hizasÃ„Â±: yatay + dikey orta (ÃƒÂ¼stte boÃ…Å¸ PNG alanÃ„Â± varsa o da ortaya gÃƒÂ¶re kÃ„Â±rpÃ„Â±lÃ„Â±r) */
    object-position: center center;
}

.cat-card--placeholder {
    border-style: dashed;
    border-color: #cbd5e1;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cat-card--placeholder:hover {
    border-color: #94a3b8;
    background: #f1f5f9;
}

.cat-card__placeholder-label {
    padding: 0.35rem 0.5rem;
    font-size: 0.68rem;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
    color: #94a3b8;
    letter-spacing: 0.01em;
}

/* Campaigns */

.campaign-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}

@media (min-width: 900px) {
    .campaign-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.campaign {
    position: relative;
    border-radius: var(--radius);
    padding: 0;
    min-height: 148px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-shadow: var(--shadow);
    overflow: hidden;
}

.campaign__copy {
    position: relative;
    z-index: 2;
    padding: 1rem;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.35));
}

.campaign__visual {
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: 0.95;
}

.campaign__visual-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.campaign__title {
    margin: 0 0 0.25rem;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 800;
}

.campaign__hint {
    margin: 0;
    font-size: 0.82rem;
    opacity: 0.95;
}

.campaign--orange {
    background: linear-gradient(135deg, #ff6b00, #ff8a3d);
}

.campaign--teal {
    background: linear-gradient(135deg, var(--color-teal), #2a9daa);
}

.campaign--deep {
    background: linear-gradient(135deg, #e85d00, #ff6b00);
}

.campaign--dark {
    background: linear-gradient(135deg, var(--color-teal-dark), var(--color-teal));
}

/* İş ortaklarımız */

.partners__lead {
    margin: 0 0 1.35rem;
    color: var(--color-muted);
    font-size: 1.02rem;
    max-width: 42ch;
}

.partners-marquee {
    position: relative;
}

.partners-marquee__viewport {
    overflow: hidden;
    width: 100%;
    mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
}

.partners-marquee__track {
    display: flex;
    width: max-content;
    flex-wrap: nowrap;
    align-items: center;
    gap: 1rem;
    will-change: transform;
}

.partners-marquee__track.is-running {
    animation: partners-marquee-run var(--partners-marquee-duration, 25s) linear infinite;
}

.partners-marquee:hover .partners-marquee__track.is-running {
    animation-play-state: paused;
}

@keyframes partners-marquee-run {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-50%, 0, 0);
    }
}

.partners-marquee__item {
    flex: 0 0 9rem;
    width: 9rem;
    min-width: 9rem;
}

.partners-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 9rem;
    height: 6.25rem;
    padding: 0.4rem;
    background: transparent;
}

.partners-logo img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}

@media (max-width: 640px) {
    .partners-marquee__item {
        flex-basis: 7.5rem;
        width: 7.5rem;
    }

    .partners-logo {
        width: 7.5rem;
        height: 5.25rem;
        padding: 0.3rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .partners-marquee__viewport {
        overflow-x: auto;
        mask-image: none;
        -webkit-mask-image: none;
    }

    .partners-marquee__track,
    .partners-marquee__track.is-running {
        animation: none;
        transform: none !important;
    }
}

/* PopÃƒÂ¼ler ÃƒÂ¼rÃƒÂ¼nler Ã¢â‚¬â€ sabit grid (4Ãƒâ€”2 masaÃƒÂ¼stÃƒÂ¼) */

.product-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    width: 100%;
    min-width: 0;
}

@media (min-width: 700px) {
    .product-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1rem;
    }
}

.product-card {
    position: relative;
    display: block;
    background: #fff;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--shadow);
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
    -webkit-tap-highlight-color: transparent;
}

.product-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
}

.product-card:hover {
    text-decoration: none;
    color: inherit;
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.product-card:focus-visible {
    outline: 2px solid var(--color-primary, #e85d04);
    outline-offset: 2px;
}

.product-card__img-wrap {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #eee;
    pointer-events: none;
}

.product-card__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}

.product-card__title {
    margin: 0;
    padding: 0.85rem 0.75rem;
    font-size: 0.95rem;
    font-weight: 700;
    pointer-events: none;
}

/* Market Kapında — çok yakında overlay */

.mk-soon[hidden] {
    display: none !important;
}

.mk-soon {
    position: fixed;
    inset: 0;
    z-index: 6000;
    display: grid;
    place-items: center;
    padding: clamp(1rem, 4vw, 2rem);
    box-sizing: border-box;
    isolation: isolate;
}

.mk-soon__backdrop {
    position: fixed;
    inset: 0;
    margin: 0;
    border: 0;
    background: rgba(255, 251, 245, 0.55);
    -webkit-backdrop-filter: blur(20px) saturate(1.08);
    backdrop-filter: blur(20px) saturate(1.08);
    z-index: 0;
}

.mk-soon__panel {
    position: relative;
    z-index: 1;
    width: min(100%, 22rem);
    max-height: min(92dvh, 40rem);
    animation: mk-soon-in 0.28s ease;
}

.mk-soon__art {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 18px;
    box-shadow:
        0 24px 60px rgba(0, 0, 0, 0.18),
        0 8px 24px rgba(232, 93, 4, 0.12);
}

.mk-soon__close {
    position: absolute;
    top: 0.65rem;
    right: 0.65rem;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #333;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: transform 0.15s ease, background 0.15s ease;
}

.mk-soon__close:hover {
    transform: scale(1.05);
    background: #fff;
}

.mk-soon__close:focus-visible {
    outline: 2px solid var(--color-primary, #e85d04);
    outline-offset: 2px;
}

body.mk-soon-open {
    overflow: hidden;
}

.page--market-soon #main {
    min-height: 50vh;
}

@keyframes mk-soon-in {
    from {
        opacity: 0;
        transform: translateY(12px) scale(0.98);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .mk-soon__panel {
        animation: none;
    }
}

/* App CTA */

.app-cta {
    background: #fff;
}

.app-cta__inner {
    display: grid;
    gap: 1.5rem 2rem;
    align-items: start;
}

.app-cta__lead {
    color: var(--color-muted);
    margin: 0 0 1rem;
}

.store-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.store-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.9rem;
    color: #fff;
}

a.store-badge:visited {
    color: #fff;
}

a.store-badge {
    text-decoration: none;
    color: #fff;
}

a.store-badge:hover {
    text-decoration: none;
    color: #fff;
}

.store-badge--apple {
    background: #111;
}

.store-badge--google {
    background: #1a73e8;
}

.app-cta__pair {
    display: grid;
    grid-template-columns: auto minmax(16rem, 1.5fr) auto;
    align-items: stretch;
    gap: 1rem 1.25rem;
    width: 100%;
    min-width: 0;
    min-height: 0;
    box-sizing: border-box;
    overflow: visible;
}

.app-cta__whatsapp-cell {
    justify-self: start;
    align-self: center;
    min-width: 0;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: transparent;
}

.app-cta__whatsapp-link {
    display: block;
    width: auto;
    max-width: min(100%, 22rem);
    line-height: 0;
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
}

.app-cta__whatsapp-img {
    display: block;
    width: auto;
    max-width: min(100%, 22rem);
    height: auto;
    object-fit: contain;
    background: transparent;
}

.app-cta__badges-cell {
    min-width: 0;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.app-cta__badges-img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}

.app-cta__qr {
    justify-self: end;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    min-width: 0;
    min-height: 0;
    height: 100%;
    box-sizing: border-box;
}

.app-cta__qr-img {
    display: block;
    box-sizing: border-box;
    width: auto;
    height: calc(100% - 1.45rem);
    max-height: calc(100% - 1.45rem);
    max-width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
    flex-shrink: 1;
}

/*
 * --app-cta-pair-h: app.js (sol sÃƒÂ¼tun yÃƒÂ¼ksekliÃ„Å¸i).
 * GÃƒÂ¼venli ÃƒÂ¶deme: taÃ…Å¸mayÃ„Â± kesme (overflow:hidden kaldÃ„Â±rÃ„Â±ldÃ„Â±); contain ile tam gÃƒÂ¶rsel.
 */
@media (min-width: 900px) {
    .app-cta__pair--synced .app-cta__badges-cell {
        overflow: visible;
        justify-content: center;
    }

    .app-cta__pair--synced .app-cta__badges-img {
        max-width: 100%;
        max-height: calc(var(--app-cta-pair-h) - 1.45rem);
        width: auto;
        height: auto;
        object-fit: contain;
        object-position: center;
    }

    .app-cta__pair--synced .app-cta__qr-img {
        width: calc(var(--app-cta-pair-h) - 1.45rem);
        height: calc(var(--app-cta-pair-h) - 1.45rem);
        max-width: calc(var(--app-cta-pair-h) - 1.45rem);
        max-height: calc(var(--app-cta-pair-h) - 1.45rem);
        aspect-ratio: 1;
        object-fit: contain;
    }
}

.app-cta__qr-hint {
    flex-shrink: 0;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--color-muted);
    line-height: 1.2;
}

@media (min-width: 900px) {
    .app-cta__inner {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        align-items: start;
    }
}

@media (max-width: 899.98px) {
    .app-cta {
        display: none !important;
    }
}

/* Footer */

.site-footer {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    background: var(--color-footer);
    color: #e8e8e8;
    padding: 2.5rem 0 1rem;
    margin-top: 0;
}

.site-footer a {
    color: #e8e8e8;
}

.site-footer__grid {
    display: grid;
    gap: 1.5rem;
}

@media (min-width: 700px) {
    .site-footer__grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        align-items: start;
    }

    .site-footer__grid > div:first-child {
        align-self: center;
    }

    .site-footer__grid > div:last-child {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .site-footer__grid > div:last-child .site-footer__title {
        width: 100%;
    }
}

.site-footer__logo-link {
    display: inline-block;
    line-height: 0;
}

.site-footer__logo-link:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.65);
    outline-offset: 4px;
    border-radius: 4px;
}

.site-footer__logo {
    display: block;
    width: auto;
    max-width: 220px;
    height: auto;
}

.site-footer__title {
    font-weight: 700;
    margin: 0 0 0.5rem;
}

.site-footer__links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.35rem;
    font-size: 0.95rem;
}

.site-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 2rem;
    padding-top: 1rem;
    font-size: 0.85rem;
    color: #b0b0b0;
}

@media (max-width: 699.98px) {
    .site-footer__grid {
        justify-items: center;
    }

    .site-footer__grid > div {
        width: 100%;
        max-width: 22rem;
        margin-inline: auto;
        text-align: center;
    }

    .site-footer__links {
        justify-items: center;
    }

    .social {
        justify-content: center;
    }

    .site-footer__bottom {
        text-align: center;
    }

    .site-footer__bottom p {
        margin: 0;
    }
}

.social {
    display: flex;
    gap: 0.5rem;
}

.social__link {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    display: grid;
    place-items: center;
    font-weight: 800;
    text-decoration: none;
    color: #e8e8e8;
}

.social__link--ig {
    font-weight: 400;
}

.social__ig-svg {
    display: block;
}

/* Modal */

.modal-root[hidden] {
    display: none !important;
}

.modal-root {
    position: fixed;
    inset: 0;
    z-index: 5000;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr);
    place-items: center;
    padding: 0;
    box-sizing: border-box;
    isolation: isolate;
}

.modal-backdrop {
    grid-column: 1;
    grid-row: 1;
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 0;
    background: transparent;
    -webkit-backdrop-filter: blur(48px) saturate(1.2);
    backdrop-filter: blur(48px) saturate(1.2);
}

#modal-root.modal-root:not([hidden]):has(.modal--firma-dark) .modal-backdrop {
    background: transparent;
    -webkit-backdrop-filter: blur(48px) saturate(1.2);
    backdrop-filter: blur(48px) saturate(1.2);
}

.modal-root > .modal-backdrop {
    pointer-events: auto;
}

@media (prefers-reduced-motion: reduce) {
    .modal-backdrop {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        background: rgba(15, 23, 42, 0.45);
    }
}

.modal {
    grid-column: 1;
    grid-row: 1;
    position: relative;
    z-index: 2;
    width: min(520px, calc(100% - 2rem));
    margin: 1rem;
    max-width: 100%;
    pointer-events: auto;
    background: #fff;
    border-radius: var(--radius);
    padding: 1.25rem 1.25rem 1rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.modal--no-title {
    padding-top: 0.85rem;
}

.modal--no-title .modal__close {
    top: 0.5rem;
    right: 0.5rem;
}

.modal--wide {
    box-sizing: border-box;
    width: min(960px, calc(100vw - 3rem));
    max-width: 960px;
    max-height: min(92vh, 56rem);
    padding: 0;
    border-radius: 12px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.modal--wide .modal__close {
    top: 0.85rem;
    right: 0.85rem;
    z-index: 2;
}

.modal--wide .modal__title {
    flex-shrink: 0;
    margin: 0;
    padding: 1.35rem 3.25rem 0.85rem 1.75rem;
    font-size: 1.35rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.3;
}

.modal--wide .modal__body {
    flex: 1 1 auto;
    min-height: 0;
    margin: 0;
    padding: 0 1.75rem 1.5rem;
    overflow-x: hidden;
    overflow-y: auto;
    color: #334155;
    font-size: 1rem;
    line-height: 1.65;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 #f1f5f9;
}

.modal--wide .modal__body::-webkit-scrollbar {
    width: 6px;
}

.modal--wide .modal__body::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 3px;
}

.modal--wide .modal__body::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 3px;
}

.modal--wide.modal--firma-dark {
    /* Form modallarÄ± (Ã¶deme, bildirim, Ã§alÄ±ÅŸma saatiâ€¦): 960px yerine daha dar */
    width: min(36rem, calc(100vw - 3rem));
    max-width: 36rem;
    background: #0e1117;
    border: 1px solid rgba(255, 209, 138, 0.22);
    box-shadow:
        0 0 0 1px rgba(255, 180, 77, 0.06),
        0 24px 64px rgba(0, 0, 0, 0.55);
}

/* Ä°zin ayarÄ±: az iÃ§erik â€” pencere ve boÅŸluklar daha sÄ±kÄ± */
.modal--wide.modal--firma-dark:has(.fp-izin-compact) {
    width: min(28rem, calc(100vw - 3rem));
    max-width: 28rem;
}

.modal--wide.modal--firma-dark:has(.fp-izin-compact) .modal__title {
    padding: 1.1rem 3rem 0.65rem 1.35rem;
    font-size: 1.2rem;
}

.modal--wide.modal--firma-dark:has(.fp-izin-compact) .modal__body {
    padding: 0 1.35rem 1.1rem;
}

/* Ã‡alÄ±ÅŸma saatleri: gÃ¼nler gruplu (2 sÃ¼tun), dar pencere */
.modal--wide.modal--firma-dark:has(.fp-calisma--schedule) {
    width: min(27rem, calc(100vw - 3rem));
    max-width: 27rem;
}

.modal--wide.modal--firma-dark:has(.fp-calisma--schedule) .modal__title {
    padding: 1.1rem 3rem 0.65rem 1.35rem;
    font-size: 1.2rem;
}

.modal--wide.modal--firma-dark:has(.fp-calisma--schedule) .modal__body {
    padding: 0 1.35rem 1.1rem;
}

.modal--wide.modal--firma-dark .modal__title {
    color: #ffd18a;
    background: linear-gradient(180deg, #12151c 0%, #0e1117 100%);
    border-bottom: 1px solid rgba(255, 209, 138, 0.12);
}

.modal--wide.modal--firma-dark .modal__body {
    color: #cbd5e1;
    background: #0e1117;
    scrollbar-color: rgba(255, 180, 77, 0.35) #1a1f28;
}

.modal--wide.modal--firma-dark .modal__body::-webkit-scrollbar-track {
    background: #1a1f28;
}

.modal--wide.modal--firma-dark .modal__body::-webkit-scrollbar-thumb {
    background: rgba(255, 180, 77, 0.35);
}

/* Firma koyu modal iÃ§erikleri: gÃ¶vde metni ve kartlar */
.modal--firma-dark .fp-calisma__lead {
    color: #e2e8f0;
}

.modal--firma-dark .fp-calisma__time-lbl {
    color: #cbd5e1;
}

.modal--firma-dark .fp-firma-opt {
    border-color: rgba(255, 255, 255, 0.24);
    background: rgba(15, 23, 42, 0.72);
}

.modal--firma-dark .fp-firma-opt:hover {
    border-color: rgba(251, 146, 60, 0.55);
    background: rgba(30, 41, 59, 0.85);
}

.modal.modal--firma-dark:not(.modal--wide) {
    box-sizing: border-box;
    width: min(480px, calc(100vw - 2rem));
    max-width: 480px;
    padding: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.25);
}

.modal.modal--firma-dark:not(.modal--wide) .modal__title {
    margin: 0;
    padding: 1.25rem 3.5rem 1rem 1.25rem;
    font-size: 1.25rem;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.3;
    border-bottom: 1px solid #f1f5f9;
}

.modal.modal--firma-dark:not(.modal--wide) .modal__close {
    top: 1rem;
    right: 1rem;
}

.modal.modal--firma-dark:not(.modal--wide) .modal__body {
    margin: 0;
    padding: 1.25rem 1.25rem 0;
    color: #475569;
    font-size: 0.875rem;
    line-height: 1.55;
}

.modal.modal--firma-dark:not(.modal--wide) .modal__firma-msg {
    margin: 0;
    color: #475569;
    line-height: 1.55;
}

.modal.modal--firma-dark:not(.modal--wide) .modal__body .sk-modal-confirm-actions {
    margin: 1.25rem -1.25rem 0;
    padding: 1rem 1.25rem 1.25rem;
    border-top: 1px solid #f1f5f9;
    background: #f8fafc;
    gap: 0.625rem;
}

.modal.modal--firma-dark:not(.modal--wide) .sk-modal-confirm-actions--solo {
    justify-content: flex-end;
}

.modal.modal--firma-dark .modal__firma-msg {
    margin: 0;
    line-height: 1.55;
}

.sk-modal-confirm-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.65rem 1rem;
    margin-top: 1.15rem;
    position: relative;
    z-index: 1;
    pointer-events: auto;
}

.sk-modal-confirm-actions button {
    pointer-events: auto;
    touch-action: manipulation;
}

.sk-modal-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.5rem;
    padding: 0 1.25rem;
    border-radius: 0.75rem;
    border: 1px solid transparent;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.sk-modal-btn--secondary {
    border-color: #e2e8f0;
    background: #fff;
    color: #334155;
}

.sk-modal-btn--secondary:hover {
    background: #f8fafc;
}

.sk-modal-btn--primary {
    border-color: #ea580c;
    background: #ea580c;
    color: #fff;
    box-shadow: 0 10px 15px -3px rgba(234, 88, 12, 0.25);
}

.sk-modal-btn--primary:hover {
    background: #c2410c;
    border-color: #c2410c;
}

.sk-modal-btn--danger {
    border-color: #fecaca;
    background: #fef2f2;
    color: #dc2626;
}

.sk-modal-btn--danger:hover {
    background: #fee2e2;
    border-color: #fca5a5;
}

.fp-teslimat-compact .fp-calisma__lead {
    margin: 0 0 0.85rem;
    font-size: 0.9rem;
    line-height: 1.5;
}

.fp-teslimat-compact .fp-calisma__fieldset {
    margin-bottom: 0.85rem;
}

.fp-teslimat-compact .fp-firma-opts--stack {
    gap: 0.38rem;
}

.fp-teslimat-compact .fp-calisma__actions {
    padding-top: 0.1rem;
}

/* ÃƒÅ“rÃƒÂ¼n gÃƒÂ¶rseli lightbox: yalnÃ„Â±zca gÃƒÂ¶rsel, beyaz kutu yok; X / Esc / arka plan ile kapanÃ„Â±r */
.modal-root.modal-root--img-lightbox {
    padding: 0;
    place-items: stretch;
}

.modal-root.modal-root--img-lightbox .modal-backdrop {
    background: rgba(15, 23, 42, 0.72);
    -webkit-backdrop-filter: blur(14px) saturate(1.08);
    backdrop-filter: blur(14px) saturate(1.08);
}

@media (prefers-reduced-motion: reduce) {
    .modal-root.modal-root--img-lightbox .modal-backdrop {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }
}

.modal--wide.modal--img-lightbox {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: visible;
    pointer-events: none;
}

.modal--wide.modal--img-lightbox .modal__body {
    padding: 0;
    margin: 0;
    flex: 1 1 auto;
    min-height: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: transparent;
}

.modal--wide.modal--img-lightbox .modal__body::-webkit-scrollbar {
    width: 0;
    height: 0;
}

/* VarsayÃ„Â±lan modal X Ã¢â‚¬â€ gÃƒÂ¶rsel ÃƒÂ¼zerindeki .sk-img-lightbox__close kullanÃ„Â±lÃ„Â±r */
.modal--wide.modal--img-lightbox .modal__close {
    display: none;
}

.sk-img-lightbox {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 0;
    max-width: 100%;
    box-sizing: border-box;
    pointer-events: auto;
}

.sk-img-lightbox__close {
    position: absolute;
    top: 0.4rem;
    right: 0.4rem;
    z-index: 2;
    width: 2.35rem;
    height: 2.35rem;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.96);
    color: #0f172a;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
    font-size: 1.2rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: auto;
}

.sk-img-lightbox__close:hover {
    background: #fff;
}

.sk-img-lightbox__close:focus-visible {
    outline: 2px solid #2563eb;
    outline-offset: 2px;
}

/* Modern lightbox ÃƒÂ¶lÃƒÂ§eÃ„Å¸i: tam ekran yerine rahat ÃƒÂ§erÃƒÂ§eve, etrafta backdrop payÃ„Â± kalÃ„Â±r */
.sk-img-lightbox__img {
    display: block;
    max-width: min(90vw, 52rem);
    max-height: min(76dvh, 76vh);
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    margin: 0 auto;
}

img.food-menu-card__img,
img.market-product-card__img,
img.product-card__img,
img.firma-card__img,
img.sweet-shop-card__img,
img.fp-ut-card__img {
    cursor: zoom-in;
}

/* ÃƒÅ“rÃƒÂ¼n detayÃ„Â±: dar dikey panel (Yemeksepeti tarzÃ„Â±) */
.modal--wide.modal--food-product {
    width: min(640px, calc(100vw - 1.25rem));
    max-width: 640px;
    max-height: min(90vh, 720px);
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow:
        0 4px 6px -1px rgba(15, 23, 42, 0.06),
        0 24px 48px -12px rgba(15, 23, 42, 0.18);
}

.modal--wide.modal--food-product .modal__title {
    padding: 1.1rem 2.85rem 0.85rem 1.25rem;
    font-size: 1.0625rem;
    font-weight: 700;
    color: #334155;
    letter-spacing: -0.02em;
    border-bottom: 1px solid #f1f5f9;
    background: #fff;
}

.modal--wide.modal--food-product .modal__close {
    top: 0.72rem;
    right: 0.72rem;
    width: 2.1rem;
    height: 2.1rem;
    background: #f1f5f9;
    color: #64748b;
    font-size: 1.25rem;
    line-height: 1;
}

.modal--wide.modal--food-product .modal__body {
    padding: 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* SipariÃ…Å¸ detayÃ„Â±: modal kabuÃ„Å¸u gÃƒÂ¶rÃƒÂ¼nmez; yalnÃ„Â±zca sipariÃ…Å¸ kartÃ„Â± (fp-ges-oc) gÃƒÂ¶rÃƒÂ¼nÃƒÂ¼r */
.modal--ges.modal--wide {
    width: min(420px, calc(100vw - 2rem));
    max-width: 420px;
    max-height: min(92vh, 44rem);
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.modal--ges.modal--wide .modal__close {
    display: none !important;
}

.modal--ges .modal__title {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.modal--ges .modal__body {
    flex: 1 1 auto;
    min-height: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    overflow-x: hidden;
    overflow-y: auto;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 transparent;
}

.fp-modal-score-how__lead {
    margin: 0 0 1.1rem;
    line-height: 1.6;
    color: inherit;
}

.fp-modal-score-how__subhead {
    margin: 0 0 0.75rem;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.45;
}

.fp-modal-score-how__note {
    margin: 1rem 0 0;
    line-height: 1.6;
    color: inherit;
}

.fp-modal-score-how__note + .fp-modal-score-how__note {
    margin-top: 0.65rem;
}

.fp-modal-score-how--yayin .fp-modal-score-how__list {
    margin-top: 0.35rem;
}

.fp-modal-score-how--yayin .fp-modal-score-how__foot {
    margin-top: 1.35rem;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
}

.fp-modal-score-how__list {
    margin: 0;
    padding: 0 0 0 1.15rem;
    list-style: disc;
}

.fp-modal-score-how__list li {
    margin-bottom: 0.85rem;
    padding-left: 0.15rem;
}

.fp-modal-score-how__list li:last-child {
    margin-bottom: 0;
}

.fp-modal-score-how__list--dash {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fp-modal-score-how__list--dash li {
    position: relative;
    margin-bottom: 0.85rem;
    padding-left: 1.05rem;
    line-height: 1.6;
    color: inherit;
}

.fp-modal-score-how__list--dash li::before {
    content: "-";
    position: absolute;
    left: 0;
}

.fp-modal-score-how__list--dash li:last-child {
    margin-bottom: 0;
}

.fp-modal-score-how--puan .fp-modal-score-how__foot {
    margin: 1.25rem -1.75rem 0;
    padding: 1rem 1.75rem 0;
    border-top: 1px solid #e2e8f0;
    box-sizing: border-box;
}

.fp-modal-score-how__foot {
    display: flex;
    justify-content: flex-end;
    margin-top: 1.5rem;
    padding-top: 0.25rem;
}

.fp-modal-score-how__ok {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 7.5rem;
    padding: 0.65rem 1.75rem;
    border: none;
    border-radius: 6px;
    background: #f27a1a;
    color: #fff;
    font: inherit;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    transition: filter 0.15s ease;
}

.fp-modal-score-how__ok:hover {
    filter: brightness(0.96);
}

.modal__close {
    position: absolute;
    top: 0.55rem;
    right: 0.55rem;
    box-sizing: border-box;
    width: 34px;
    height: 34px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 999px;
    background: #f2f2f2;
    color: #334155;
    font-size: 1.15rem;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.modal__close-ico {
    display: block;
    flex-shrink: 0;
}

/* Firma uyarÄ±/onay modallarÄ± (dar): modern aÃ§Ä±k tema kapat dÃ¼ÄŸmesi */
.modal.modal--firma-dark:not(.modal--wide) > button.modal__close,
.modal.modal--firma-dark:not(.modal--wide) button.modal__close {
    background: #f1f5f9 !important;
    color: #64748b !important;
    border: none !important;
    box-shadow: none !important;
    -webkit-text-fill-color: #64748b;
    opacity: 1 !important;
}

.modal.modal--firma-dark:not(.modal--wide) > button.modal__close:hover,
.modal.modal--firma-dark:not(.modal--wide) button.modal__close:hover {
    background: #e2e8f0 !important;
    color: #0f172a !important;
    border: none !important;
    -webkit-text-fill-color: #0f172a;
    opacity: 1 !important;
}

.modal.modal--firma-dark:not(.modal--wide) > button.modal__close:focus-visible,
.modal.modal--firma-dark:not(.modal--wide) button.modal__close:focus-visible {
    outline: 3px solid #fdba74 !important;
    outline-offset: 2px;
}

/* Firma geniÅŸ form modallarÄ±: koyu tema kapat dÃ¼ÄŸmesi */
.modal.modal--firma-dark.modal--wide > button.modal__close,
.modal.modal--firma-dark.modal--wide button.modal__close {
    background: #0f172a !important;
    color: #f8fafc !important;
    border: 2px solid #fb923c !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4) !important;
    -webkit-text-fill-color: #f8fafc;
    opacity: 1 !important;
}

.modal.modal--firma-dark.modal--wide > button.modal__close:hover,
.modal.modal--firma-dark.modal--wide button.modal__close:hover {
    background: #1e293b !important;
    color: #ffedd5 !important;
    border-color: #fdba74 !important;
    -webkit-text-fill-color: #ffedd5;
    opacity: 1 !important;
}

.modal.modal--firma-dark.modal--wide > button.modal__close:focus-visible,
.modal.modal--firma-dark.modal--wide button.modal__close:focus-visible {
    outline: 3px solid #fb923c !important;
    outline-offset: 2px;
}

.modal__title {
    margin: 0 2rem 0.5rem 0;
    font-size: 1.2rem;
}

.modal__body {
    color: var(--color-muted);
}

.cart-add-success {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
    padding: 0.35rem 0.25rem 0.15rem;
}

.cart-add-success__icon {
    line-height: 0;
}

.cart-add-success__text {
    margin: 0;
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 1.5;
    color: #0f172a;
}

body.modal-open {
    overflow: hidden;
}

/* Yasal / uzun metin sayfalarÃ„Â± */

.legal-page {
    padding: 2.25rem 0 3.5rem;
    background: var(--color-bg);
}

.legal-page__inner {
    max-width: 52rem;
}

.legal-page__header {
    margin-bottom: 1.75rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.legal-page__title {
    margin: 0 0 0.5rem;
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    font-weight: 800;
    line-height: 1.25;
    color: var(--color-text);
}

.legal-page__subtitle {
    margin: 0 0 0.75rem;
    font-size: 1rem;
    color: var(--color-muted);
    font-weight: 600;
}

.legal-page__meta {
    margin: 0;
    font-size: 0.9rem;
    color: var(--color-muted);
}

.legal-page__body {
    font-size: 1rem;
    color: var(--color-text);
}

.legal-page__body h2 {
    margin: 2rem 0 0.75rem;
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--color-teal-dark);
}

.legal-page__body h3 {
    margin: 1.25rem 0 0.5rem;
    font-size: 1.02rem;
    font-weight: 700;
}

.legal-page__body p {
    margin: 0 0 0.85rem;
}

.legal-page__lead {
    font-size: 1.02rem;
    line-height: 1.65;
}

.legal-page__body ul {
    margin: 0 0 1rem;
    padding-left: 1.1rem;
}

.legal-page__body li {
    margin-bottom: 0.35rem;
}

.legal-page__body li::marker {
    color: var(--color-teal);
}

.legal-page__footnote {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 0.9rem;
    color: var(--color-muted);
}

@media (min-width: 768px) {
    .legal-page {
        padding: 2.75rem 0 4rem;
    }
}

/* Ã„Â°letiÃ…Å¸im sayfasÃ„Â± */

.contact-page {
    padding: 2.25rem 0 3.5rem;
    background: var(--color-bg);
}

.contact-page__inner {
    max-width: 52rem;
}

.contact-page__header {
    margin-bottom: 2rem;
}

.contact-page__title {
    margin: 0 0 0.65rem;
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    font-weight: 800;
    color: var(--color-text);
}

.contact-page__lead {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.6;
    color: var(--color-muted);
}

.contact-page__grid {
    display: grid;
    gap: 1rem;
    margin-bottom: 2rem;
}

@media (min-width: 640px) {
    .contact-page__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.contact-card {
    background: #fff;
    border-radius: var(--radius);
    padding: 1.25rem 1.35rem;
    box-shadow: var(--shadow);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.contact-card__title {
    margin: 0 0 0.5rem;
    font-size: 1rem;
    font-weight: 800;
    color: var(--color-teal-dark);
}

.contact-card__text {
    margin: 0 0 0.5rem;
    font-size: 0.92rem;
    color: var(--color-muted);
}

.contact-card__action {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    word-break: break-word;
}

.contact-card__address {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.55;
}

.contact-card__sep {
    color: var(--color-muted);
    font-weight: 400;
}

.contact-page__hours {
    padding: 1.25rem 1.35rem;
    background: var(--color-bg-section);
    border-radius: var(--radius);
    margin-bottom: 1.5rem;
}

.contact-page__hours-title {
    margin: 0 0 0.5rem;
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--color-teal-dark);
}

.contact-page__hours p {
    margin: 0 0 0.35rem;
}

.contact-page__muted {
    margin: 0;
    font-size: 0.92rem;
    color: var(--color-muted);
}

@media (min-width: 768px) {
    .contact-page {
        padding: 2.75rem 0 4rem;
    }
}

/* Ã„Â°Ã…Å¸ ortaklarÃ„Â± sayfasÃ„Â± */

.partners-page {
    padding: 2.25rem 0 3.5rem;
    background: var(--color-bg);
}

.partners-page__inner {
    max-width: 70rem;
}

.partners-page__header {
    margin-bottom: 2rem;
    text-align: center;
}

.partners-page__title {
    margin: 0 0 0.65rem;
    font-size: clamp(1.35rem, 2.5vw, 1.85rem);
    font-weight: 800;
    color: var(--color-text);
}

.partners-page__lead {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.6;
    color: var(--color-muted);
}

.partners-page__empty {
    margin: 0;
    padding: 2rem 1.25rem;
    text-align: center;
    color: var(--color-muted);
    background: var(--color-bg-section);
    border-radius: var(--radius);
}

.partners-page__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin: 0;
    padding: 0;
    list-style: none;
    /* SatÃ„Â±rdaki en yÃƒÂ¼ksek karta gÃƒÂ¶re esnemesin; her kart kendi sabit ÃƒÂ¶lÃƒÂ§ÃƒÂ¼sÃƒÂ¼nde kalsÃ„Â±n */
    align-items: start;
}

@media (min-width: 520px) {
    .partners-page__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 900px) {
    .partners-page__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.partners-page__grid > li {
    min-width: 0;
    width: 100%;
}

.partner-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 0;
    background: #fff;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: var(--shadow);
    border: 1px solid rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.22s ease, transform 0.22s ease;
}

@media (prefers-reduced-motion: reduce) {
    .partner-card {
        transition: none;
    }
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
    .partner-card:hover {
        transform: translateY(-5px);
        box-shadow:
            0 18px 40px rgba(0, 0, 0, 0.09),
            0 6px 14px rgba(0, 0, 0, 0.05);
        border-color: rgba(0, 0, 0, 0.08);
    }
}

.partner-card__media {
    /* flex:1 kaldÃ„Â±rÃ„Â±ldÃ„Â±: grid satÃ„Â±rÃ„Â± uzayÃ„Â±nca logo alanÃ„Â± bÃƒÂ¼yÃƒÂ¼mesin, tÃƒÂ¼m kartlar aynÃ„Â± ebatta kalsÃ„Â±n */
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 4 / 3;
    min-height: 0;
    padding: 1rem 0.9rem;
    overflow: hidden;
    background: linear-gradient(180deg, #fff 0%, #faf8f6 100%);
}

.partner-card__img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}

.partner-card__name {
    flex: 0 0 auto;
    margin: 0;
    padding: 0.45rem 0.65rem 0.4rem;
    text-align: center;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--color-teal-dark);
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    background: #fff;
    /* Ã„Â°ki satÃ„Â±ra kadar; padding ve satÃ„Â±r aralÃ„Â±Ã„Å¸Ã„Â± sÃ„Â±kÃ„Â± tutuldu */
    min-height: calc(0.45rem + 0.4rem + 1.3em * 2 + 0.05em);
    max-height: calc(0.45rem + 0.4rem + 1.3em * 2 + 0.05em);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-word;
}

@media (min-width: 768px) {
    .partners-page {
        padding: 2.75rem 0 4rem;
    }

    .partners-page__grid {
        gap: 1.5rem;
    }
}

/* Kampanyalar sayfasÃ„Â± */

.campaigns-page {
    padding: 2.25rem 0 3.5rem;
    background: var(--color-bg);
}

.campaigns-page__inner {
    max-width: 70rem;
}

.campaigns-page__header {
    margin-bottom: 1.5rem;
    text-align: center;
}

.campaigns-page__title {
    margin: 0 0 0.65rem;
    font-size: clamp(1.35rem, 2.5vw, 1.85rem);
    font-weight: 800;
    color: var(--color-text);
}

.campaigns-page__lead {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.6;
    color: var(--color-muted);
}

.campaigns-page__intro {
    margin: 0 auto 2rem;
    max-width: 48rem;
    text-align: center;
    font-size: 0.98rem;
    line-height: 1.65;
    color: var(--color-text);
}

.campaigns-page__featured {
    padding: 1.75rem 1.25rem 1.75rem;
    background: var(--color-bg-section);
    border-radius: var(--radius);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.campaigns-page__h2 {
    margin: 0 0 1.25rem;
    font-size: clamp(1.15rem, 2.2vw, 1.35rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--color-text);
}

.campaigns-page__note {
    margin: 1.75rem 0 0;
    padding: 1rem 1.15rem;
    font-size: 0.92rem;
    line-height: 1.55;
    color: var(--color-muted);
    background: #fff;
    border-radius: var(--radius);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.campaigns-page__note p {
    margin: 0;
}

.campaigns-page__note a {
    color: var(--color-teal-dark);
    font-weight: 600;
}

.campaigns-page__cta {
    margin-top: 2.25rem;
    text-align: center;
}

.campaigns-page__cta-text {
    margin: 0 0 0.85rem;
    font-size: 0.98rem;
    line-height: 1.5;
    color: var(--color-muted);
}

.campaigns-page__cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: center;
    align-items: center;
}

@media (min-width: 768px) {
    .campaigns-page {
        padding: 2.75rem 0 4rem;
    }

    .campaigns-page__featured {
        padding: 2rem 1.75rem;
    }
}

/* HakkÃ„Â±mÃ„Â±zda sayfasÃ„Â± */

.about-page {
    padding: 2.25rem 0 3.5rem;
    background: var(--color-bg);
}

/* Okuma geniÃ…Å¸liÃ„Å¸i: Ã„Â°letiÃ…Å¸im ile aynÃ„Â±; metin sol hizalÃ„Â± (masaÃƒÂ¼stÃƒÂ¼ ÃƒÂ¶ncelikli dÃƒÂ¼zen) */
.about-page__inner {
    max-width: 52rem;
}

.about-page__header {
    margin-bottom: 2.25rem;
    text-align: left;
}

.about-page__title {
    margin: 0 0 0.65rem;
    font-size: clamp(1.35rem, 2.5vw, 1.85rem);
    font-weight: 800;
    color: var(--color-text);
}

.about-page__lead {
    margin: 0;
    max-width: none;
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--color-muted);
}

.about-page__p--after-lead {
    margin-top: 1rem;
}

.about-page__block {
    margin-bottom: 1.75rem;
}

.about-page__block--highlight {
    padding: 1.35rem 1.25rem;
    background: #fff;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.about-page__form-kurye {
    margin-top: 1rem;
    max-width: 32rem;
}

.about-page__form-row {
    margin-bottom: 0.85rem;
}

.about-page__lbl {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 0.35rem;
    color: var(--color-text);
}

.about-page__input,
.about-page__textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 0.55rem 0.65rem;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    font: inherit;
    background: #fff;
}

.about-page__textarea {
    resize: vertical;
    min-height: 4rem;
}

.about-page__check {
    display: flex;
    gap: 0.55rem;
    align-items: flex-start;
    font-size: 0.88rem;
    line-height: 1.5;
    margin: 0.75rem 0 0;
    cursor: pointer;
    color: var(--color-muted);
}

.about-page__check input {
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.about-page__inline-a {
    font-weight: 600;
    color: var(--color-teal-dark);
}

.about-page__form-actions {
    margin-top: 1rem;
}

.about-page__form-flash {
    margin: 0.75rem 0 0;
    font-size: 0.9rem;
    line-height: 1.45;
}

.about-page__form-flash--ok {
    color: #0d6b4d;
}

.about-page__form-flash--err {
    color: #b42318;
}

.about-page__h2 {
    margin: 0 0 0.65rem;
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--color-teal-dark);
}

.about-page__p {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;
    color: var(--color-muted);
}

.about-page__list {
    margin: 0 0 1rem;
    padding-left: 1.2rem;
    font-size: 0.95rem;
    line-height: 1.65;
    color: var(--color-muted);
}

.about-page__list li {
    margin-bottom: 0.4rem;
}

.about-page__list strong {
    color: var(--color-text);
    font-weight: 700;
}

.about-page__mission-list {
    margin: 0;
    padding-left: 1.25rem;
    font-size: 0.98rem;
    line-height: 1.65;
    color: var(--color-muted);
}

.about-page__mission-list li {
    margin-bottom: 0.5rem;
}

.about-page__mission-list li:last-child {
    margin-bottom: 0;
}

.about-page__list--platform {
    margin-bottom: 1rem;
}

.about-page__list--platform li {
    margin-bottom: 0.85rem;
}

.about-page__list--platform li:last-child {
    margin-bottom: 0;
}

.about-page__list--platform strong {
    display: block;
    margin-bottom: 0.25rem;
}

.about-page__list-desc {
    display: block;
    font-weight: 400;
    color: var(--color-muted);
}

.about-page__note {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.55;
    color: var(--color-muted);
}

.about-page__note a {
    font-weight: 600;
}

.about-page__values {
    margin-bottom: 2rem;
}

.about-page__values-grid {
    display: grid;
    gap: 0.85rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 640px) {
    .about-page__values-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.about-value-card {
    padding: 1.1rem 1.15rem;
    background: var(--color-bg-section);
    border-radius: var(--radius);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.about-value-card__title {
    margin: 0 0 0.4rem;
    font-size: 0.98rem;
    font-weight: 800;
    color: var(--color-text);
}

.about-value-card__text {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.55;
    color: var(--color-muted);
}

.about-page__legal {
    margin-bottom: 1.75rem;
    padding: 1.35rem 1.25rem;
    background: #fff;
    border-radius: var(--radius);
    border: 1px dashed rgba(32, 125, 136, 0.35);
}

.about-page__legal-title {
    margin: 0 0 1rem;
    font-size: 1rem;
    font-weight: 800;
    color: var(--color-teal-dark);
}

.about-page__dl {
    margin: 0;
}

.about-page__dl-row {
    display: grid;
    grid-template-columns: minmax(5rem, 7.5rem) 1fr;
    gap: 0.5rem 1rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    font-size: 0.9rem;
    line-height: 1.5;
}

.about-page__dl-row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.about-page__dl-row:first-child {
    padding-top: 0;
}

.about-page__dl dt {
    margin: 0;
    font-weight: 700;
    color: var(--color-text);
}

.about-page__dl dd {
    margin: 0;
    color: var(--color-muted);
}

@media (max-width: 480px) {
    .about-page__dl-row {
        grid-template-columns: 1fr;
        gap: 0.2rem;
    }
}

.about-page__cta {
    text-align: left;
    padding: 1.5rem 1.25rem;
    background: linear-gradient(180deg, rgba(32, 125, 136, 0.08) 0%, rgba(255, 107, 0, 0.05) 100%);
    border-radius: var(--radius);
    border: 1px solid rgba(32, 125, 136, 0.12);
}

.about-page__cta-text {
    margin: 0 0 1rem;
    font-size: 0.98rem;
    font-weight: 600;
    color: var(--color-text);
}

.about-page__cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: flex-start;
    align-items: center;
}

@media (min-width: 768px) {
    .about-page {
        padding: 2.75rem 0 4rem;
    }
}

/* SSS (Sıkça Sorulan Sorular) */

.faq-page {
    padding: 2.25rem 0 3.5rem;
    background: var(--color-bg);
}

.faq-page__inner {
    max-width: 52rem;
}

.faq-page__header {
    margin-bottom: 2rem;
}

.faq-page__eyebrow {
    margin: 0 0 0.35rem;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-orange);
}

.faq-page__title {
    margin: 0 0 0.65rem;
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    font-weight: 800;
    color: var(--color-text);
}

.faq-page__lead {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.6;
    color: var(--color-muted);
}

.faq-page__sections {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.faq-section__title {
    margin: 0 0 0.85rem;
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--color-teal-dark);
}

.faq-section__list {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.faq-item {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.faq-item[open] {
    border-color: rgba(255, 107, 0, 0.22);
}

.faq-item__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.15rem;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.45;
    color: var(--color-text);
    cursor: pointer;
    list-style: none;
}

.faq-item__question::-webkit-details-marker {
    display: none;
}

.faq-item__question::after {
    content: "+";
    flex-shrink: 0;
    width: 1.75rem;
    height: 1.75rem;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: rgba(255, 107, 0, 0.1);
    color: var(--color-orange);
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1;
    transition: transform 0.2s ease, background 0.2s ease;
}

.faq-item[open] .faq-item__question::after {
    content: "−";
    background: var(--color-orange);
    color: #fff;
}

.faq-item__answer {
    padding: 0 1.15rem 1.1rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.faq-item__answer p {
    margin: 0.85rem 0 0;
    font-size: 0.95rem;
    line-height: 1.65;
    color: var(--color-muted);
}

.faq-item__answer a {
    font-weight: 600;
}

.faq-page__cta {
    margin-top: 2.25rem;
    padding: 1.35rem 1.4rem;
    border-radius: var(--radius);
    background: linear-gradient(135deg, rgba(32, 125, 136, 0.08) 0%, rgba(255, 107, 0, 0.08) 100%);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.faq-page__cta-title {
    margin: 0 0 0.45rem;
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--color-teal-dark);
}

.faq-page__cta-text {
    margin: 0 0 1rem;
    font-size: 0.95rem;
    line-height: 1.55;
    color: var(--color-muted);
}

.faq-page__cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

@media (min-width: 768px) {
    .faq-page {
        padding: 2.75rem 0 4rem;
    }
}

/* Ã¢â‚¬â€Ã¢â‚¬â€ Market KapÃ„Â±nda sayfasÃ„Â± Ã¢â‚¬â€Ã¢â‚¬â€ */

.page--market {
    background: #f9f7f4;
}

.market-page {
    padding-bottom: 0;
}

.market-breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    margin: 0 0 0.75rem;
    padding: 0;
    list-style: none;
    font-size: 0.82rem;
    color: var(--color-muted);
}

.market-breadcrumb a {
    color: var(--color-teal);
    font-weight: 600;
}

.market-hero__title {
    margin: 0 0 0.5rem;
    font-size: clamp(1.75rem, 4vw, 2.35rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
    color: var(--color-text);
}

.market-hero__title-accent {
    color: var(--color-orange);
}

.market-hero__lead {
    margin: 0 0 1.25rem;
    font-size: 1.05rem;
    color: var(--color-muted);
    max-width: 28rem;
}

.market-hero__search {
    margin: 0 0 1.25rem;
    width: 100%;
    max-width: none;
}

.market-hero__search-btn {
    flex-shrink: 0;
    align-self: center;
    white-space: nowrap;
}

.market-layout {
    display: grid;
    gap: 1.75rem;
    padding: 2rem 0 2.5rem;
    align-items: start;
}

@media (min-width: 960px) {
    .market-layout {
        grid-template-columns: 280px minmax(0, 1fr);
    }

    .market-filter--accordion > .market-filter__summary {
        display: none;
    }

    .market-filter--accordion > .market-filter__panel {
        padding-top: 0;
    }
}

@media (max-width: 959px) {
    .page--market .container.market-layout {
        padding-inline: max(var(--container-padding-x), 1.1rem);
    }

    .page--market .market-products__title {
        text-align: center;
    }

    .page--market .market-products__head {
        padding-inline: 0.2rem;
    }

    .page--market .market-tabs {
        justify-content: center;
        column-gap: 0.5rem;
        row-gap: 0.5rem;
    }

    .page--market .market-main {
        min-width: 0;
    }

    .page--market .market-product-grid {
        gap: 1rem 0.85rem;
    }

    .page--market .market-product-card__body {
        align-items: center;
        text-align: center;
    }

    .page--market .market-product-card__price,
    .page--market .market-product-card__name {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .market-filter--accordion {
        padding-inline: 1.15rem;
    }
}

.market-sidebar {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.market-filter {
    padding: 1.1rem 1rem;
    background: #fff;
    border-radius: var(--radius);
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: var(--shadow);
}

details.market-filter--accordion {
    padding-top: 0.95rem;
    padding-bottom: 0.95rem;
}

.market-filter--accordion > .market-filter__summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
    margin: 0;
    padding: 0;
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--color-teal-dark);
    user-select: none;
}

.market-filter--accordion > .market-filter__summary::-webkit-details-marker {
    display: none;
}

.market-filter--accordion > .market-filter__summary::after {
    content: "";
    width: 0.45rem;
    height: 0.45rem;
    margin-top: -0.2rem;
    border-right: 2px solid rgba(32, 125, 136, 0.55);
    border-bottom: 2px solid rgba(32, 125, 136, 0.55);
    transform: rotate(45deg);
    flex-shrink: 0;
    transition: transform 0.15s ease, margin 0.15s ease;
}

details.market-filter--accordion[open] > .market-filter__summary::after {
    transform: rotate(-135deg);
    margin-top: 0.12rem;
}

.market-filter__panel {
    padding-top: 0.75rem;
}

.market-filter__title {
    margin: 0 0 0.75rem;
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--color-teal-dark);
}

.market-filter__list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.88rem;
    color: var(--color-muted);
}

.market-filter__list li {
    margin-bottom: 0.45rem;
}

.market-filter__list li:last-child {
    margin-bottom: 0;
}

.market-check {
    display: flex;
    align-items: flex-start;
    gap: 0.45rem;
    cursor: pointer;
    line-height: 1.4;
}

.market-check input {
    margin-top: 0.2rem;
    accent-color: var(--color-teal);
}

.market-range__input {
    width: 100%;
    accent-color: var(--color-orange);
}

.market-range__labels {
    display: flex;
    justify-content: space-between;
    margin-top: 0.35rem;
    font-size: 0.78rem;
    color: var(--color-muted);
}

.market-products__head {
    margin-bottom: 1.25rem;
}

.market-products__title {
    margin: 0 0 1rem;
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--color-text);
}

.market-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.market-tabs__btn {
    padding: 0.4rem 0.85rem;
    font-size: 0.82rem;
    font-weight: 700;
    font-family: inherit;
    color: var(--color-muted);
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 999px;
    cursor: pointer;
}

.market-tabs__btn.is-active {
    color: #fff;
    background: var(--color-teal);
    border-color: var(--color-teal);
}

/* Market ÃƒÂ¼rÃƒÂ¼n Ã„Â±zgarasÃ„Â±: dar kartlar, yoÃ„Å¸un satÃ„Â±r (referans e-ticaret grid) */
.market-product-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem 0.65rem;
    margin: 0 0 1.75rem;
    padding: 0;
    list-style: none;
}

.market-products__empty {
    margin: 0 0 1.75rem;
    padding: 1.35rem 1rem;
    text-align: center;
    color: #64748b;
    font-size: 0.94rem;
    border: 1px dashed #cbd5e1;
    border-radius: 12px;
    background: #f8fafc;
}

@media (min-width: 420px) {
    .market-product-grid {
        grid-template-columns: repeat(auto-fill, minmax(142px, 1fr));
        gap: 1rem 0.75rem;
    }
}

@media (min-width: 900px) {
    .market-product-grid {
        grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
    }
}

/* DÃƒÂ¼z kart: ÃƒÂ§erÃƒÂ§eve / gÃƒÂ¶lge yok; gri kare gÃƒÂ¶rsel + metin */
.market-product-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.market-product-card__media {
    position: relative;
    aspect-ratio: 1 / 1;
    width: 100%;
    background: #f2f2f2;
    overflow: visible;
}

.market-product-card__img-frame {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.45rem;
    box-sizing: border-box;
}

.market-product-card__img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
}

/* Sepete + : gÃƒÂ¶rsel alanÃ„Â±nÃ„Â±n saÃ„Å¸ altÃ„Â±, hafif taÃ…Å¸an yuvarlak */
.market-product-card__add {
    position: absolute;
    right: 0.5rem;
    bottom: 0.5rem;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #fff;
    color: #111;
    font-family: inherit;
    font-size: 1.35rem;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    transition: transform 0.12s ease, box-shadow 0.15s ease;
}

.market-product-card__add:hover {
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
}

.market-product-card__add:active {
    transform: scale(0.94);
}

.market-product-card__add:focus-visible {
    outline: 2px solid #111;
    outline-offset: 2px;
}

.market-product-card__add-icon {
    display: block;
    margin-top: -1px;
}

/* Favoriler sayfasÃ„Â±: kalp saÃ„Å¸ ÃƒÂ¼st; + ile ÃƒÂ§akÃ„Â±Ã…Å¸maz */
.market-product-card__fav {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    line-height: 0;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.96);
    color: var(--color-teal-dark);
    cursor: pointer;
    box-shadow: 0 1px 5px rgba(15, 23, 42, 0.12);
    transition:
        color 0.15s ease,
        transform 0.12s ease,
        box-shadow 0.15s ease;
}

.market-product-card__fav:hover {
    color: var(--color-orange);
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.14);
}

.market-product-card__fav:active {
    transform: scale(0.94);
}

.market-product-card__fav:focus-visible {
    outline: 2px solid var(--color-orange);
    outline-offset: 2px;
}

.market-product-card__fav-icon {
    display: block;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    margin: 0;
}

.market-product-card__fav-icon--solid {
    display: none;
}

.market-product-card__fav--active {
    color: #e11d48;
}

.market-product-card__fav--active .market-product-card__fav-icon--outline {
    display: none;
}

.market-product-card__fav--active .market-product-card__fav-icon--solid {
    display: block;
}

.acc-fav-card__hint {
    margin: 0.35rem 0 0;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--color-muted);
    line-height: 1.35;
}

.acc-fav-card__hint a {
    color: #207d88;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.acc-fav-empty {
    margin: 0;
    padding: 2.5rem 1.5rem;
    text-align: center;
    border-radius: 14px;
    background: #faf8f6;
    border: 1px dashed rgba(0, 0, 0, 0.12);
    color: var(--color-muted);
    font-weight: 600;
    font-size: 1.05rem;
}

.acc-fav-empty a {
    color: #207d88;
    font-weight: 700;
}

.market-product-card__body {
    padding: 0.45rem 0 0;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    text-align: left;
}

.market-product-card__price {
    margin: 0 0 0.25rem;
    padding: 0;
    font-size: 0.9rem;
    font-weight: 800;
    color: #111;
    font-variant-numeric: tabular-nums;
    line-height: 1.25;
}

.market-product-card__price-main {
    font-weight: 800;
    color: #111;
}

.market-product-card__price-suffix {
    margin-left: 0.2rem;
    font-size: 0.72rem;
    font-weight: 600;
    color: #777;
}

.market-product-card__name {
    margin: 0;
    font-size: 0.78rem;
    font-weight: 400;
    line-height: 1.35;
    color: #555;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.market-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 0.5rem 0 1rem;
}

.market-pagination__list {
    display: flex;
    gap: 0.35rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.market-pagination__list a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.25rem;
    height: 2.25rem;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--color-text);
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.market-pagination__list a.is-active {
    background: var(--color-teal);
    color: #fff;
    border-color: var(--color-teal);
}

.market-pagination__arrow {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-teal);
    text-decoration: none;
    padding: 0.25rem 0.5rem;
}

.page--market .app-cta {
    margin-top: 0;
}

/* Ã¢â‚¬â€Ã¢â‚¬â€ TatlÃ„Â±lar sayfasÃ„Â± Ã¢â‚¬â€Ã¢â‚¬â€ */

.page--tatlilar,
.page--food {
    background: #faf6f0;
}

/* Menü sayfası: içerik kısa olsa bile #main esnemesin; footer sabit yükseklikte hemen altta kalsın */
body.page--food:has(> #main) > #main,
body.page--tatlilar:has(> #main) > #main {
    flex: 0 1 auto;
}

.food-menu-page {
    background: var(--color-bg);
    min-height: 0;
}

.sweet-page {
    padding-bottom: 0;
}

@media (max-width: 899px) {
    .sweet-page {
        padding-bottom: 4.25rem;
    }
}

/* Kategori kahramanlarÃ„Â± (Lezzetli / Market / TatlÃ„Â±lar): tam geniÃ…Å¸lik foto + perde + cam arama; alÃƒÂ§ak yÃƒÂ¼kseklik */

.food-hero--scene,
.market-hero--scene,
.sweet-hero--scene {
    position: relative;
    isolation: isolate;
    min-height: min(44vh, 460px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: clamp(1.75rem, 4vw, 2.5rem) 0;
    width: 100%;
    margin: 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.food-hero__bg,
.market-hero__bg,
.sweet-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.food-hero__bg-img,
.market-hero__bg-img,
.sweet-hero__bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.food-hero__scrim,
.market-hero__scrim,
.sweet-hero__scrim {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        105deg,
        rgba(255, 250, 243, 0.97) 0%,
        rgba(255, 250, 243, 0.88) 28%,
        rgba(255, 250, 243, 0.5) 46%,
        rgba(255, 250, 243, 0.12) 65%,
        rgba(0, 0, 0, 0.08) 100%
    );
}

.food-hero__layout,
.market-hero__layout,
.sweet-hero__layout {
    position: relative;
    z-index: 2;
}

.food-hero__copy,
.market-hero__copy,
.sweet-hero__copy {
    max-width: min(560px, 100%);
}

.food-hero__panel,
.market-hero__panel,
.sweet-hero__panel {
    background: rgba(255, 255, 255, 0.72);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-radius: 18px;
    padding: 0.5rem 0.55rem;
    border: 1px solid rgba(255, 255, 255, 0.55);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.09);
}

.food-hero__search {
    margin: 0;
    width: 100%;
    max-width: none;
}

.food-hero__search-row.search-row,
.market-hero__search-row.search-row,
.sweet-hero__search-row.search-row {
    background: transparent;
    box-shadow: none;
    border-radius: 999px;
    padding: 0.35rem 0.25rem;
}

.food-hero__search-btn {
    flex-shrink: 0;
    align-self: center;
    white-space: nowrap;
}

@media (max-width: 899px) {
    .food-hero--scene,
    .market-hero--scene,
    .sweet-hero--scene {
        min-height: min(48vh, 420px);
        padding: clamp(1.5rem, 4vw, 2rem) 0;
    }

    .food-hero--firm.food-hero--scene {
        padding: 0;
    }

    .food-hero__layout--firm {
        min-height: min(44vh, 460px);
    }

    .food-hero__scrim,
    .market-hero__scrim,
    .sweet-hero__scrim {
        background: linear-gradient(
            180deg,
            rgba(255, 250, 243, 0.96) 0%,
            rgba(255, 250, 243, 0.85) 45%,
            rgba(255, 250, 243, 0.55) 100%
        );
    }

    .food-hero--firm .food-hero__scrim {
        background: linear-gradient(
            180deg,
            rgba(255, 250, 243, 0.5) 0%,
            rgba(255, 250, 243, 0.82) 40%,
            rgba(255, 250, 243, 0.94) 75%,
            rgba(248, 244, 238, 0.98) 100%
        );
    }
}

.sweet-hero {
    position: relative;
    overflow: hidden;
}

.sweet-breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    margin: 0 0 0.75rem;
    padding: 0;
    list-style: none;
    font-size: 0.82rem;
    color: var(--color-muted);
}

.sweet-breadcrumb a {
    color: var(--color-teal);
    font-weight: 600;
}

.sweet-hero__title {
    margin: 0 0 0.35rem;
    font-size: clamp(1.35rem, 3.5vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.2;
    color: var(--color-text);
}

.sweet-hero__title-accent {
    color: var(--color-orange);
}

.sweet-hero__chapter {
    margin: 0 0 0.65rem;
    font-size: clamp(1.85rem, 5vw, 2.65rem);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1.1;
    color: #2c2c2c;
}

.sweet-hero__lead {
    margin: 0 0 1.15rem;
    font-size: 1.05rem;
    color: var(--color-muted);
    max-width: 32rem;
}

.sweet-hero__search {
    margin: 0;
    width: 100%;
    max-width: none;
}

.search-row__icon--teal {
    color: var(--color-teal);
    font-weight: 700;
}

.sweet-hero__search-btn {
    flex-shrink: 0;
    align-self: center;
    white-space: nowrap;
}

.sweet-layout {
    display: grid;
    gap: 1.5rem;
    padding: 1.75rem 0 2.5rem;
    align-items: start;
}

@media (min-width: 960px) {
    .sweet-layout {
        grid-template-columns: 220px minmax(0, 1fr);
    }
}

.sweet-sidebar {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.sweet-sidebar__title {
    margin: 0;
    font-size: 1rem;
    font-weight: 800;
    color: var(--color-teal-dark);
}

.sweet-filter-chips {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

@media (max-width: 959px) {
    .sweet-filter-chips {
        flex-direction: row;
        flex-wrap: wrap;
    }
}

.sweet-filter-chip {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    box-sizing: border-box;
    width: 100%;
    padding: 0.5rem 0.3rem;
    font-size: 0.82rem;
    font-weight: 700;
    font-family: inherit;
    color: var(--color-text);
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
    text-align: left;
}

@media (max-width: 959px) {
    .sweet-filter-chip {
        width: auto;
        flex: 1 1 auto;
        min-width: calc(50% - 0.25rem);
    }
}

.sweet-filter-chip:hover {
    border-color: rgba(32, 125, 136, 0.35);
}

.sweet-filter-chip__icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
}

.sweet-section {
    margin-bottom: 2rem;
}

.sweet-section--last {
    margin-bottom: 0;
}

.sweet-section__head {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.sweet-section__title {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 900;
    color: var(--color-text);
}

.sweet-section__link {
    padding: 0;
    border: none;
    background: none;
    font: inherit;
    font-weight: 700;
    font-size: 0.88rem;
    color: var(--color-teal);
    cursor: pointer;
    text-decoration: none;
}

.sweet-section__link:hover {
    text-decoration: underline;
}

.sweet-shop-grid {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 1.25rem;
    grid-template-columns: 1fr;
}

/* Kart sayÃ„Â±sÃ„Â± arttÃ„Â±kÃƒÂ§a satÃ„Â±r kÃ„Â±rÃ„Â±larak devam eder (sabit 3 sÃƒÂ¼tun ÃƒÂ¼st sÃ„Â±nÃ„Â±rÃ„Â± yok) */
@media (min-width: 640px) {
    .sweet-shop-grid {
        grid-template-columns: repeat(auto-fill, minmax(260px, 320px));
        justify-content: start;
    }
}

.sweet-shop-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.sweet-shop-card:hover {
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.09);
    transform: translateY(-2px);
}

.sweet-shop-card__media {
    position: relative;
    aspect-ratio: 16 / 10;
    background: #f5f0ea;
}

.sweet-shop-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sweet-shop-card__badge {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    padding: 0.25rem 0.55rem;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.03em;
    color: #fff;
    border-radius: 8px;
}

.sweet-shop-card__badge--teal {
    background: var(--color-teal);
}

.sweet-shop-card__badge--orange {
    background: var(--color-orange);
}

.sweet-shop-card__body {
    padding: 0.85rem 1rem 1rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.sweet-shop-card__name {
    margin: 0 0 0.35rem;
    font-size: 1.02rem;
    font-weight: 900;
    color: var(--color-text);
}

.sweet-shop-card__meta {
    margin: 0 0 0.65rem;
    font-size: 0.82rem;
    color: var(--color-muted);
}

.sweet-shop-card__stars {
    color: #e6a000;
    font-weight: 800;
}

.sweet-shop-card__reviews {
    color: var(--color-muted);
}

.sweet-shop-card__dot {
    margin: 0 0.2rem;
}

.sweet-shop-card__items {
    margin: 0 0 0.85rem;
    padding: 0;
    list-style: none;
    font-size: 0.8rem;
}

.sweet-shop-card__item {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.35rem 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
}

.sweet-shop-card__item:last-child {
    border-bottom: none;
}

.sweet-shop-card__item-name {
    color: var(--color-text);
    font-weight: 600;
}

.sweet-shop-card__item-price {
    font-weight: 800;
    color: var(--color-teal-dark);
    white-space: nowrap;
}

.sweet-shop-card__actions {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: auto;
}

.sweet-shop-card__cart-mini {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    border: 1px solid rgba(255, 107, 0, 0.35);
    border-radius: 10px;
    background: #fff7f0;
    color: var(--color-orange);
    cursor: pointer;
}

.sweet-shop-card__btn {
    flex: 1;
    font-weight: 800;
    font-size: 0.82rem;
}

.sweet-shop-card__media-link {
    display: block;
    line-height: 0;
    height: 100%;
    color: inherit;
}

.sweet-shop-card__name-link {
    color: inherit;
    text-decoration: none;
}

.sweet-shop-card__name-link:hover {
    color: var(--color-teal-dark);
}

a.sweet-shop-card__cart-mini {
    text-decoration: none;
    color: var(--color-orange);
}

/* Restoran menÃƒÂ¼ sayfasÃ„Â± (Lezzetli Yemekler) */

/* Firma menÃƒÂ¼ kahramanÃ„Â±: logo + kart kahramanÃ„Â±n alt kenarÃ„Â±na hizalÃ„Â± */

.food-hero--firm {
    overflow: hidden;
}

.food-hero--firm.food-hero--scene {
    align-items: stretch;
    min-height: min(44vh, 460px);
    padding: 0;
}

.food-hero--firm .food-hero__scrim {
    background: linear-gradient(
        180deg,
        rgba(255, 250, 243, 0.42) 0%,
        rgba(255, 250, 243, 0.72) 38%,
        rgba(255, 250, 243, 0.92) 72%,
        rgba(248, 244, 238, 0.97) 100%
    );
}

.food-hero__layout--firm {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    min-height: min(44vh, 460px);
    padding-top: clamp(0.75rem, 2vw, 1.25rem);
    padding-bottom: clamp(1rem, 2.5vw, 1.75rem);
}

/* Firma satÃ„Â±rÃ„Â±: sol kapak ÃƒÂ§erÃƒÂ§evesiz (kahraman ÃƒÂ¼zerinde); saÃ„Å¸da yalnÃ„Â±zca metin beyaz dikdÃƒÂ¶rtgen panel */

/* auto ile sol sÃƒÂ¼tun karenin dev geniÃ…Å¸liÃ„Å¸ini alÃ„Â±yordu Ã¢â€ â€™ beyaz kart eziliyordu.
   Sol/saÃ„Å¸ oranlÃ„Â± sÃƒÂ¼tun + saÃ„Å¸da min geniÃ…Å¸lik; kare yalnÃ„Â±zca thumb-slot iÃƒÂ§inde (hÃƒÂ¼creye sÃ„Â±Ã„Å¸an en bÃƒÂ¼yÃƒÂ¼k kare). */
.food-firm-hero {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 0.35rem;
    width: fit-content;
    max-width: min(100%, 36rem);
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.food-firm-hero__thumb-slot {
    flex: 0 0 auto;
    align-self: stretch;
    display: flex;
    aspect-ratio: 1;
    width: auto;
    height: auto;
    max-width: 5rem;
    min-width: 0;
}

.food-firm-hero__thumb {
    position: relative;
    box-sizing: border-box;
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    min-height: 0;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.55);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.09);
}

.food-firm-hero__thumb-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.food-firm-hero__top {
    flex: 0 0 auto;
    width: fit-content;
    max-width: 100%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    box-sizing: border-box;
    padding: 0.42rem 0.52rem 0.52rem;
    overflow-x: hidden;
    background: #fff;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

/* 1. blok (isim/rozet/puan) | 2. blok (saat / min / teslimat) — yan yana; sağ sütun sola göre dikey ortalı */
.food-firm-hero__top-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0.45rem;
    width: fit-content;
    max-width: 100%;
    min-width: 0;
}

.food-firm-hero__head {
    flex: 0 0 auto;
    min-width: 0;
}

.food-firm-hero__promo-wrap {
    margin: 0 0 0.12rem;
}

.food-firm-hero__promo {
    display: inline-block;
    padding: 0.08rem 0.38rem;
    font-size: 0.56rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-radius: 5px;
    color: #fff;
}

.food-firm-hero__promo--teal {
    background: linear-gradient(135deg, #207d88, #1a656e);
}

.food-firm-hero__promo--orange {
    background: linear-gradient(135deg, #ff6b00, #e65c00);
}

.food-firm-hero__title {
    margin: 0 0 0.08rem;
    font-size: clamp(0.86rem, 1.8vw, 0.98rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.15;
    color: var(--color-text);
}

.food-firm-hero__sub {
    margin: 0 0 0.18rem;
    font-size: 0.68rem;
    color: var(--color-muted);
    line-height: 1.25;
}

.food-firm-hero__cuisine {
    font-weight: 600;
    color: #5c5c5c;
}

.food-firm-hero__dot {
    margin: 0 0.25rem;
}

.food-firm-hero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    align-items: center;
    margin: 0;
}

.food-firm-hero__rating-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.08rem;
    padding: 0.14rem 0.38rem;
    font-size: 0.66rem;
    font-weight: 800;
    font-family: inherit;
    line-height: inherit;
    color: #0f5132;
    background: linear-gradient(180deg, #d8f5ea 0%, #c5edd9 100%);
    border-radius: 8px;
    border: 1px solid rgba(15, 81, 50, 0.1);
    cursor: pointer;
    text-align: left;
    transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, transform 0.1s ease;
}

.food-firm-hero__rating-chip:hover {
    background: linear-gradient(180deg, #c8efd9 0%, #b5e5cc 100%);
    border-color: rgba(15, 81, 50, 0.22);
    box-shadow: 0 2px 8px rgba(15, 81, 50, 0.12);
}

.food-firm-hero__rating-chip:focus-visible {
    outline: 2px solid var(--color-teal, #006969);
    outline-offset: 2px;
}

.food-firm-hero__rating-paren {
    font-weight: 700;
    opacity: 0.88;
}

.food-reviews-modal__empty {
    margin: 0;
    padding: 0.75rem 0;
    font-size: 0.9rem;
    line-height: 1.5;
    color: var(--color-muted);
}

/* MÃƒÂ¼Ã…Å¸teri yorumlarÃ„Â± modalÃ„Â± Ã¢â‚¬â€ Trendyol tarzÃ„Â± ÃƒÂ¶zet + sipariÃ…Å¸ bazlÃ„Â± puan + iÃ…Å¸letme yanÃ„Â±tÃ„Â± */
.food-rev-summary {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 1.15rem 1.75rem;
    margin: 0 0 1.2rem;
    padding: 1rem 1.15rem 1.1rem;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: linear-gradient(165deg, #f6f8f9 0%, #ffffff 55%);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

@media (min-width: 520px) {
    .food-rev-summary {
        grid-template-columns: minmax(0, 1.35fr) minmax(210px, 1fr);
        gap: 1.25rem 2rem;
    }

    .food-rev-summary__dims {
        padding-left: 1.15rem;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
    }
}

@media (max-width: 519px) {
    .food-rev-summary__dims {
        padding-top: 0.9rem;
        border-top: 1px solid rgba(0, 0, 0, 0.08);
    }
}

.food-rev-summary__hero {
    display: flex;
    align-items: center;
    gap: 1rem 1.25rem;
    flex-wrap: wrap;
    min-width: 0;
}

.food-rev-summary__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    padding: 0.55rem 1rem;
    border-radius: 12px;
    background: linear-gradient(145deg, #4caf50 0%, #43a047 100%);
    color: #fff;
    font-weight: 800;
    box-shadow: 0 4px 16px rgba(67, 160, 71, 0.32);
    flex-shrink: 0;
}

.food-rev-summary__badge-star {
    font-size: 1.2rem;
    line-height: 1;
}

.food-rev-summary__badge-num {
    font-size: 1.55rem;
    line-height: 1;
    letter-spacing: -0.03em;
    font-variant-numeric: tabular-nums;
}

.food-rev-summary__counts {
    font-size: 0.92rem;
    line-height: 1.5;
    color: #2a2a2a;
    min-width: 0;
}

.food-rev-summary__count-row {
    margin: 0;
    display: flex;
    align-items: flex-start;
    gap: 0.45rem;
}

.food-rev-summary__count-row + .food-rev-summary__count-row {
    margin-top: 0.45rem;
}

.food-rev-summary__count-text {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35rem 0.5rem;
}

.food-rev-summary__num {
    font-size: 1.02rem;
    font-weight: 800;
    color: #1a1a1a;
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.02em;
}

.food-rev-summary__suffix {
    font-size: 0.88rem;
    font-weight: 600;
    color: #4a4a4a;
    letter-spacing: 0.01em;
}

.food-rev-summary__count-ico {
    flex-shrink: 0;
    margin-top: 0.12rem;
    color: #e65100;
    font-size: 0.95rem;
    line-height: 1;
    width: 1.1em;
    text-align: center;
}

.food-rev-summary__count-ico--chat {
    font-size: 0.9rem;
    filter: saturate(1.1);
}

.food-rev-summary__dims {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    min-width: 0;
}

.food-rev-dim {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex-wrap: wrap;
    padding: 0.28rem 0;
    min-height: 1.6rem;
}

.food-rev-dim__line {
    font-size: 0.9rem;
    white-space: nowrap;
    line-height: 1.35;
    font-variant-numeric: tabular-nums;
}

.food-rev-dim__label {
    color: #333;
    font-weight: 700;
}

.food-rev-dim__val {
    color: #e65100;
    font-weight: 800;
    font-size: 0.95rem;
}

.food-rev-modal__section-title {
    margin: 0 0 0.65rem;
    font-size: 0.88rem;
    font-weight: 800;
    color: #1a1a1a;
    letter-spacing: -0.02em;
}

.food-rev-modal__list {
    max-height: min(52vh, 420px);
}

.food-rev-stars {
    display: inline-flex;
    align-items: center;
    gap: 0.1rem;
    vertical-align: middle;
    line-height: 1;
}

.food-rev-stars--dim {
    flex-shrink: 0;
    gap: 0.14rem;
}

.food-rev-stars--dim .food-rev-stars__cell {
    font-size: 0.86rem;
}

.food-rev-stars--inline .food-rev-stars__cell {
    font-size: 0.72rem;
}

.food-rev-stars__cell {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    font-size: 0.88rem;
}

.food-rev-stars__bg {
    position: absolute;
    left: 0;
    top: 0;
    color: #e0e0e0;
    line-height: 1;
}

.food-rev-stars__fg-wrap {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    line-height: 1;
}

.food-rev-stars__fg {
    color: #ff9800;
    line-height: 1;
}

.food-rev-item__top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.45rem;
    margin-bottom: 0.35rem;
}

.food-rev-item__score-block {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    flex-wrap: wrap;
}

.food-rev-item__mini-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.12rem 0.4rem;
    border-radius: 6px;
    font-size: 0.72rem;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(145deg, #4caf50 0%, #43a047 100%);
}

.food-rev-item__order {
    font-size: 0.72rem;
    font-weight: 700;
    color: #777;
}

.food-rev-item__reply {
    margin-top: 0.75rem;
    padding: 0.7rem 0.9rem;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(0, 105, 105, 0.07) 0%, rgba(255, 255, 255, 0.95) 100%);
    border: 1px solid rgba(0, 105, 105, 0.14);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.food-rev-item__reply-label {
    margin: 0 0 0.4rem;
    font-size: 0.74rem;
    font-weight: 800;
    color: var(--color-teal-dark, #0d5c5c);
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35rem;
}

.food-rev-item__reply-brand {
    font-weight: 900;
}

.food-rev-item__reply-when {
    margin-left: auto;
    font-size: 0.7rem;
    font-weight: 600;
    color: var(--color-muted);
}

.food-rev-item__reply-text {
    margin: 0;
    font-size: 0.84rem;
    line-height: 1.55;
    color: var(--color-text);
}

.food-firm-hero__aside {
    flex: 0 0 auto;
    width: fit-content;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0.28rem;
    align-self: stretch;
    min-width: 0;
    max-width: none;
    margin: 0;
    padding: 0.05rem 0 0.05rem 0.42rem;
    box-sizing: border-box;
    border: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
}

.food-firm-hero__stats {
    flex: 0 1 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 0.2rem 0.42rem;
    margin: 0;
    padding: 0;
    min-width: 0;
    max-width: 100%;
    border: 0;
}

.food-firm-hero__stat {
    margin: 0;
    min-width: 0;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.08rem;
}

.food-firm-hero__stat + .food-firm-hero__stat {
    padding-left: 0.42rem;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
}

.food-firm-hero__payments {
    margin: 0;
    padding: 0.28rem 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.food-firm-hero__payments-label {
    margin: 0 0 0.12rem;
    font-size: 0.58rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--color-muted);
    line-height: 1.3;
}

.food-firm-hero__payments-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.28rem 0.45rem;
    margin: 0;
    padding: 0;
    list-style: none;
    width: fit-content;
    max-width: 100%;
}

.food-firm-hero__payments-item {
    display: inline-flex;
    align-items: center;
    gap: 0.22rem;
    min-width: 0;
}

.food-firm-hero__payment-dot {
    flex: 0 0 auto;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1;
    color: #64748b;
}

.food-firm-hero__payment-svg {
    display: block;
    width: 100%;
    height: 100%;
}

.food-firm-hero__payments-text {
    font-size: 0.68rem;
    font-weight: 700;
    color: var(--color-text);
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.food-firm-hero__stat-label {
    margin: 0;
    font-size: 0.58rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--color-muted);
    line-height: 1.3;
}

.food-firm-hero__stat-value {
    margin: 0;
    font-size: 0.76rem;
    font-weight: 800;
    color: var(--color-text);
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.food-firm-hero__lead {
    margin: 0.35rem 0 0;
    padding: 0.35rem 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    font-size: 0.68rem;
    line-height: 1.4;
    color: var(--color-muted);
}

@media (max-width: 639px) {
    .food-firm-hero {
        gap: 0.3rem;
        max-width: 100%;
        width: fit-content;
    }

    .food-firm-hero__thumb-slot {
        max-width: 4.25rem;
    }

    .food-firm-hero__top {
        padding: 0.38rem 0.48rem 0.48rem;
    }

    .food-firm-hero__top-row {
        flex-wrap: wrap;
        align-items: stretch;
    }

    .food-firm-hero__aside {
        flex: 1 1 100%;
        align-self: stretch;
        max-width: none;
        padding: 0.55rem 0 0;
        margin-left: 0;
        border-left: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.08);
    }

    .food-firm-hero__stats {
        flex-wrap: nowrap;
        gap: 0.35rem 0.55rem;
        overflow-x: auto;
        max-width: 100%;
        padding-bottom: 0.15rem;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 380px) {
    .food-firm-hero__top-row {
        flex-direction: column;
    }

    .food-firm-hero__stats {
        flex-wrap: nowrap;
        width: 100%;
        overflow-x: auto;
        padding-bottom: 0.15rem;
        -webkit-overflow-scrolling: touch;
    }
}

.food-menu-layout {
    display: grid;
    gap: 1.35rem;
    padding: 1.25rem 0 2.5rem;
    align-items: start;
    grid-template-columns: minmax(0, 1fr);
}

.food-menu-toolbar {
    position: sticky;
    top: 0;
    z-index: 30;
    margin: 0 0 1rem;
    padding: 0.85rem 0 1rem;
    background: linear-gradient(180deg, #f4f7f8 0%, #f4f7f8 78%, rgba(244, 247, 248, 0) 100%);
}

.food-menu-search--toolbar {
    width: 100%;
    max-width: none;
}

.food-menu-cats {
    margin-top: 0.75rem;
}

.food-menu-cats__scroller {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5rem;
    overflow-x: auto;
    padding: 0.1rem 0 0.2rem;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
}

.food-menu-cats__scroller::-webkit-scrollbar {
    display: none;
}

.food-menu-cats__pill {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.35rem;
    padding: 0.45rem 1rem;
    border-radius: 999px;
    border: 1px solid #dbe3ea;
    background: #fff;
    color: #334155;
    font-size: 0.84rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
    scroll-snap-align: start;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.food-menu-cats__pill:hover {
    border-color: rgba(32, 125, 136, 0.45);
    color: var(--color-teal-dark);
}

.food-menu-cats__pill.is-active {
    border-color: transparent;
    background: var(--color-teal-dark);
    color: #fff;
    box-shadow: 0 6px 16px rgba(32, 125, 136, 0.28);
}

.food-menu-sidebar {
    position: sticky;
    top: 1rem;
    padding: 1rem 1rem 1.1rem;
    background: #fff;
    border-radius: var(--radius);
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.05);
}

.food-menu-sidebar__label {
    margin: 0 0 0.65rem;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--color-muted);
}

.food-menu-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

@media (max-width: 959px) {
    .food-menu-sidebar {
        position: static;
    }

    .food-menu-nav {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0.5rem;
    }
}

.food-menu-nav__link {
    display: block;
    padding: 0.45rem 0.55rem;
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--color-text);
    text-decoration: none;
    border-radius: 10px;
    border: 1px solid transparent;
}

.food-menu-nav__link:hover {
    background: rgba(32, 125, 136, 0.08);
    color: var(--color-teal-dark);
}

.food-menu-main {
    min-width: 0;
}

/* Firma menÃƒÂ¼ Ã¢â‚¬â€ arama ilk kategori baÃ…Å¸lÃ„Â±Ã„Å¸Ã„Â±yla aynÃ„Â± satÃ„Â±r */
.food-menu-block__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem 1rem;
    margin-bottom: 0.65rem;
}

.food-menu-block__head .food-menu-block__title {
    margin: 0;
    flex: 1 1 auto;
    min-width: min(100%, 9rem);
}

.food-menu-search {
    position: relative;
    width: 100%;
    max-width: min(100%, 440px);
}

.food-menu-search--inline {
    flex: 1 1 200px;
    max-width: min(100%, 400px);
    margin-left: auto;
}

.food-menu-search__input {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0.58rem 2.85rem 0.58rem 1.1rem;
    font-size: 0.9rem;
    font-family: inherit;
    line-height: 1.35;
    color: #1e293b;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.food-menu-search__input::placeholder {
    color: #94a3b8;
}

.food-menu-search__input:hover {
    border-color: #cbd5e1;
}

.food-menu-search__input:focus {
    outline: none;
    border-color: rgba(32, 125, 136, 0.55);
    box-shadow: 0 0 0 3px rgba(32, 125, 136, 0.18);
}

.food-menu-search__icon {
    position: absolute;
    right: 0.9rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    pointer-events: none;
    color: #94a3b8;
}

.food-menu-search__empty {
    margin: 0 0 1rem;
    padding: 1.5rem 1rem;
    text-align: center;
    font-size: 0.92rem;
    color: var(--color-muted);
    border-radius: 12px;
    border: 1px dashed rgba(0, 0, 0, 0.1);
    background: #fafafa;
}

.food-menu-block {
    margin-bottom: 1.65rem;
    scroll-margin-top: 6rem;
}

.food-menu-block:last-of-type {
    margin-bottom: 1rem;
}

.food-menu-block__title {
    margin: 0 0 0.65rem;
    font-size: clamp(1rem, 1.8vw, 1.2rem);
    font-weight: 800;
    color: var(--color-teal-dark);
    letter-spacing: -0.02em;
}

.food-menu-block__title--section {
    font-size: clamp(0.88rem, 1.6vw, 1rem);
    margin-bottom: 0.55rem;
}

.food-menu-block__label {
    margin: 0 0 0.55rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #94a3b8;
}

/* Yemek menÃƒÂ¼ kartlarÃ„Â±: yatay dÃƒÂ¼zen, sol metin dikey ortalÃ„Â±, okunabilir tipografi */
.food-menu-grid {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.6rem;
}

@media (min-width: 640px) {
    .food-menu-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.65rem;
    }
}

.food-menu-card {
    height: 100%;
    background: #fff;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.18s ease, border-color 0.18s ease;
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
    .food-menu-card:hover {
        border-color: rgba(0, 0, 0, 0.12);
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
    }
}

.food-menu-card__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
    padding: 1.05rem 0.9rem;
    min-height: 122px;
    box-sizing: border-box;
}

@media (min-width: 480px) {
    .food-menu-card__inner {
        min-height: 132px;
        padding: 1.15rem 1.05rem;
    }
}

.food-menu-card__info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.32rem;
}

.food-menu-card__name {
    margin: 0;
    font-size: clamp(1.02rem, 2.4vw, 1.08rem);
    font-weight: 800;
    line-height: 1.36;
    letter-spacing: -0.015em;
    color: #141414;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.food-menu-card__price {
    margin: 0.55rem 0 0;
    padding: 0;
    font-size: clamp(1rem, 2.3vw, 1.06rem);
    font-weight: 800;
    color: var(--color-orange);
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.02em;
    line-height: 1.28;
}

.food-menu-card__desc {
    margin: 0;
    padding: 0;
    font-size: clamp(0.875rem, 2.1vw, 0.9375rem);
    line-height: 1.55;
    color: #4a5562;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.food-menu-card__visual {
    position: relative;
    flex-shrink: 0;
    align-self: center;
    width: 86px;
    height: 86px;
}

@media (min-width: 480px) {
    .food-menu-card__visual {
        width: 96px;
        height: 96px;
    }
}

/* 1:1 kare, belirgin yuvarlatÃ„Â±lmÃ„Â±Ã…Å¸ kÃƒÂ¶Ã…Å¸eler (oval kÃƒÂ¼p / squircle) */
.food-menu-card__media {
    width: 100%;
    height: 100%;
    border-radius: 22%;
    overflow: hidden;
    background: #f1f0ec;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.food-menu-card__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Favori (kalp) Ã¢â‚¬â€ gÃƒÂ¶rselin sol ÃƒÂ¼stÃƒÂ¼ */
.food-menu-card__fav {
    position: absolute;
    z-index: 3;
    top: -4px;
    left: -4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.96);
    color: var(--color-teal-dark);
    box-shadow: 0 1px 5px rgba(15, 23, 42, 0.12);
    cursor: pointer;
    transition:
        color 0.15s ease,
        transform 0.12s ease,
        box-shadow 0.15s ease;
}

.food-menu-card__fav:hover {
    color: var(--color-orange);
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.14);
}

.food-menu-card__fav--active {
    color: #e11d48;
}

.food-menu-card__fav--active:hover {
    color: #be123c;
}

.food-menu-card__fav-ico {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.food-menu-card__fav-svg path {
    transition: fill 0.15s ease, stroke 0.15s ease;
}

.food-menu-card__fav--active .food-menu-card__fav-svg path {
    fill: #e11d48;
    stroke: #e11d48;
}

.food-menu-card__fav:focus-visible {
    outline: 2px solid var(--color-orange);
    outline-offset: 2px;
}

.food-menu-card__fav:active {
    transform: scale(0.94);
}

/* + butonu: ÃƒÂ§ift halka (aÃƒÂ§Ã„Â±k turkuaz dÃ„Â±Ã…Å¸ + koyu teal iÃƒÂ§), gÃƒÂ¶rsel kÃƒÂ¶Ã…Å¸esinde */
.food-menu-card__fab {
    position: absolute;
    right: -4px;
    bottom: -4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    border: 2px solid rgba(32, 125, 136, 0.35);
    background: #fff;
    color: var(--color-teal-dark);
    font-family: inherit;
    line-height: 1;
    cursor: pointer;
    box-shadow:
        inset 0 0 0 1px var(--color-teal-dark),
        0 2px 10px rgba(0, 0, 0, 0.12);
    transition:
        border-color 0.15s ease,
        color 0.15s ease,
        box-shadow 0.15s ease,
        transform 0.12s ease;
}

.food-menu-card__fab-plus {
    font-size: 1.35rem;
    font-weight: 600;
    margin-top: -1px;
}

@media (hover: hover) {
    .food-menu-card__fab:hover {
        border-color: rgba(255, 107, 0, 0.45);
        color: var(--color-orange);
        box-shadow:
            inset 0 0 0 1px var(--color-orange),
            0 3px 12px rgba(0, 0, 0, 0.14);
    }
}

.food-menu-card__fab:focus-visible {
    outline: 2px solid var(--color-orange);
    outline-offset: 2px;
}

.food-menu-card__fab:active {
    transform: scale(0.96);
}

/* ÃƒÅ“rÃƒÂ¼n detay modalÃ„Â± Ã¢â‚¬â€ dar dikey panel, kaydÃ„Â±rÃ„Â±labilir orta, sabit alt bar */
.food-pd {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    width: 100%;
    max-width: none;
    margin: 0;
    min-height: 0;
    box-sizing: border-box;
    background: #fff;
}

.food-pd__scroll {
    flex: 1 1 auto;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 1rem 1.15rem 0.75rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 #f8fafc;
}

.food-pd__scroll::-webkit-scrollbar {
    width: 6px;
}

.food-pd__scroll::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

.food-pd__hero {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 0.85rem;
}

.food-pd__media {
    flex-shrink: 0;
    width: 108px;
    height: 108px;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.1);
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.food-pd__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.food-pd__hero-main {
    flex: 1;
    min-width: 0;
}

.food-pd__meta {
    min-width: 0;
}

.food-pd__title {
    margin: 0 0 0.45rem;
    font-size: 1.125rem;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.02em;
    color: #0f172a;
}

.food-pd__desc {
    margin: 0 0 0.65rem;
    font-size: 0.875rem;
    line-height: 1.55;
    color: #64748b;
}

.food-pd__desc--empty {
    color: #94a3b8;
    font-style: italic;
}

.food-pd__price {
    margin: 0.35rem 0 0;
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--color-orange);
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.03em;
    line-height: 1.15;
}

.food-pd__currency {
    font-size: 1rem;
    font-weight: 800;
    margin-right: 0.1rem;
}

.food-pd__field {
    margin-top: 1.15rem;
}

.food-pd__label {
    display: block;
    margin: 0 0 0.45rem;
    font-size: 0.875rem;
    font-weight: 700;
    color: #0f172a;
}

.food-pd__select {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0.62rem 2.2rem 0.62rem 0.8rem;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748b' d='M6 8L1 3h10z'/%3E%3C/svg%3E")
        right 0.8rem center no-repeat;
    background-size: 12px;
    font: inherit;
    font-size: 0.9rem;
    color: #334155;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.food-pd__select:focus {
    outline: 2px solid rgba(255, 107, 0, 0.28);
    outline-offset: 1px;
    border-color: rgba(255, 107, 0, 0.4);
}

.food-pd__extras {
    margin-top: 1.15rem;
}

.food-pd__extras-head {
    margin: 0 0 0.55rem;
    font-size: 0.9rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.food-pd__extras-ico {
    font-size: 1rem;
    line-height: 1;
}

.food-pd__extra-list {
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #eef2f7;
    border-radius: 12px;
    background: #fafbfc;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 transparent;
}

.food-pd__extra {
    border-bottom: 1px solid #eef2f7;
}

.food-pd__extra:last-child {
    border-bottom: none;
}

.food-pd__extra-label {
    display: grid;
    grid-template-columns: auto 44px 1fr auto;
    align-items: center;
    gap: 0.5rem 0.45rem;
    margin: 0;
    padding: 0.55rem 0.65rem;
    cursor: pointer;
    font: inherit;
    color: inherit;
}

.food-pd__extra-cb {
    width: 1.1rem;
    height: 1.1rem;
    accent-color: var(--color-orange);
    cursor: pointer;
}

.food-pd__extra-thumb {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: linear-gradient(145deg, #e8ecf1 0%, #dbe2ea 100%);
    border: 1px solid rgba(15, 23, 42, 0.06);
}

.food-pd__extra-thumb--b {
    background: linear-gradient(145deg, #fecaca 0%, #fca5a5 100%);
    opacity: 0.85;
}

.food-pd__extra-thumb--c {
    background: linear-gradient(145deg, #fde68a 0%, #fcd34d 100%);
    opacity: 0.9;
}

.food-pd__extra-name {
    font-size: 0.84rem;
    font-weight: 600;
    color: #334155;
    line-height: 1.35;
    min-width: 0;
}

.food-pd__extra-price {
    font-size: 0.84rem;
    font-weight: 800;
    color: var(--color-orange);
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.food-pd__footer {
    flex-shrink: 0;
    margin: 0;
    padding: 0.85rem 1.15rem calc(0.85rem + env(safe-area-inset-bottom, 0));
    border-top: 1px solid #eef2f7;
    background: #fff;
    box-shadow: 0 -8px 24px rgba(15, 23, 42, 0.06);
}

.food-pd__footer-grid {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.food-pd__footer-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem 1rem;
}

.food-pd__qty {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    gap: 0;
    border: 1px solid rgba(255, 107, 0, 0.35);
    border-radius: 999px;
    overflow: hidden;
    background: #fff;
}

.food-pd__qty-btn {
    width: 2.35rem;
    height: 2.35rem;
    margin: 0;
    padding: 0;
    border: none;
    background: #fff8f2;
    color: #334155;
    font-size: 1.15rem;
    line-height: 1;
    cursor: pointer;
    transition: background 0.12s ease;
}

.food-pd__qty-btn:hover {
    background: #fff0e5;
}

.food-pd__qty-val {
    min-width: 2rem;
    padding: 0 0.35rem;
    text-align: center;
    font-size: 0.95rem;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    color: #0f172a;
}

.food-pd__total-line {
    margin: 0;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35rem;
    font-size: 0.95rem;
    line-height: 1.3;
}

.food-pd__total-prefix {
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 0.78rem;
}

.food-pd__total-val {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--color-orange);
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.02em;
}

.food-pd__footer-actions {
    width: 100%;
}

.food-pd__add.btn {
    width: 100%;
    box-sizing: border-box;
    padding: 0.65rem 1rem;
    font-size: 0.9rem;
    font-weight: 800;
    border-radius: 999px;
    border: none;
}

.food-menu-back {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    align-items: center;
    justify-content: flex-start;
    padding-top: 0.5rem;
}

.sweet-dock {
    display: none;
}

.sk-mobile-dock {
    display: none;
}

@media (max-width: 899.98px) {
    .sweet-dock {
        display: none !important;
    }

    .site-footer {
        display: none !important;
    }

    body.page {
        padding-bottom: calc(88px + env(safe-area-inset-bottom, 0));
    }

    .sk-mobile-dock {
        position: fixed;
        left: 12px;
        right: 12px;
        bottom: calc(12px + env(safe-area-inset-bottom, 0));
        z-index: 40;
        height: 76px;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        border-radius: 24px;
        background: #ffffff;
        box-shadow: 0 18px 50px rgba(15, 23, 42, 0.16);
        overflow: hidden;
    }

    .sk-mobile-dock__item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        min-width: 0;
        padding: 6px 4px;
        color: #6b7280;
        font-size: 11px;
        font-weight: 750;
        line-height: 1.2;
        text-align: center;
        text-decoration: none;
    }

    .sk-mobile-dock__item.is-active {
        color: #f45a16;
    }

    .sk-mobile-dock__ico {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .sk-mobile-dock__label {
        display: block;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.page--tatlilar .app-cta,
.page--food .app-cta {
    margin-top: 0;
}

/* Ã¢â‚¬â€Ã¢â‚¬â€ Firma (iÃ…Å¸letme) sayfasÃ„Â± Ã¢â‚¬â€ ÃƒÂ¶rnek Ã…Å¸ablon /firma/{slug} */

.page--firma {
    background: #faf6f0;
}

.firma-page {
    padding-bottom: 2.5rem;
}

.firma-hero {
    position: relative;
    isolation: isolate;
    min-height: min(44vh, 460px);
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: clamp(1rem, 3vw, 1.5rem) 0 clamp(1.75rem, 4vw, 2.75rem);
    width: 100%;
    margin: 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.firma-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.firma-hero__bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.firma-hero__scrim {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.1) 0%,
        rgba(20, 12, 8, 0.55) 55%,
        rgba(20, 12, 8, 0.78) 100%
    );
}

.firma-hero__inner {
    position: relative;
    z-index: 2;
}

.firma-hero__text {
    max-width: min(640px, 100%);
}

.firma-hero__title {
    margin: 0 0 0.35rem;
    font-size: clamp(1.5rem, 4vw, 2.1rem);
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1.15;
    color: #fff;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

.firma-hero__tagline {
    margin: 0 0 1rem;
    font-size: clamp(0.98rem, 2.2vw, 1.1rem);
    color: rgba(255, 255, 255, 0.92);
    font-weight: 600;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
}

.firma-hero__stats {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.65rem;
    font-size: 0.88rem;
    font-weight: 700;
    color: #fff;
}

.firma-hero__badge {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.55rem;
    border-radius: 8px;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.02em;
}

.firma-hero__badge--discount {
    background: #1f8a4c;
    color: #fff;
}

.firma-hero__stars {
    color: #ffd54a;
    margin-right: 0.15rem;
}

.firma-hero__reviews {
    font-weight: 600;
    opacity: 0.9;
}

.firma-hero__dot {
    opacity: 0.55;
}

@media (max-width: 899px) {
    .firma-hero {
        min-height: min(48vh, 420px);
        padding: clamp(0.85rem, 3vw, 1.25rem) 0 clamp(1.5rem, 4vw, 2.25rem);
    }
}

.firma-subnav {
    position: sticky;
    top: 0;
    z-index: 25;
    background: rgba(250, 246, 240, 0.96);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding: 0.65rem 0;
}

.firma-subnav__scroll {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    padding-bottom: 0.15rem;
    scrollbar-width: thin;
}

.firma-subnav__pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-height: 2.4rem;
    padding: 0.35rem 0.95rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: var(--color-text);
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
    text-decoration: none;
}

.firma-subnav__pill:hover {
    border-color: rgba(32, 125, 136, 0.35);
    color: var(--color-teal-dark);
}

.firma-subnav__pill.is-active {
    background: var(--color-orange);
    color: #fff;
    border-color: var(--color-orange);
    box-shadow: 0 6px 20px rgba(255, 107, 0, 0.22);
}

.firma-subnav__pill.is-active:hover {
    color: #fff;
    border-color: var(--color-orange);
}

.firma-section {
    padding: 1.75rem 0 0.5rem;
}

.firma-section__title {
    margin: 0 0 1rem;
    font-size: 1.25rem;
    font-weight: 900;
    color: var(--color-text);
}

.firma-popular {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 1.1rem;
    grid-template-columns: 1fr;
}

@media (min-width: 560px) {
    .firma-popular {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 960px) {
    .firma-popular {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.firma-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.firma-card__media {
    aspect-ratio: 16 / 10;
    background: #f0ebe4;
}

.firma-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.firma-card__body {
    padding: 0.85rem 1rem 1rem;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 0.35rem;
}

.firma-card__name {
    margin: 0;
    font-size: 1rem;
    font-weight: 800;
    color: var(--color-text);
}

.firma-card__price {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--color-orange);
}

.firma-card__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    margin-top: auto;
}

.firma-qty {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    background: #faf8f6;
}

.firma-qty__btn {
    width: 2rem;
    height: 2rem;
    padding: 0;
    border: none;
    background: transparent;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    color: var(--color-text);
}

.firma-qty__btn:hover {
    background: rgba(0, 0, 0, 0.05);
}

.firma-qty__val {
    min-width: 1.5rem;
    text-align: center;
    font-weight: 800;
    font-size: 0.9rem;
}

.firma-card__add {
    flex: 1;
    min-width: 8rem;
    font-size: 0.82rem;
    padding: 0.55rem 0.85rem;
}

.firma-layout {
    display: grid;
    gap: 1.75rem;
    padding: 2rem 0 0;
    align-items: start;
}

@media (min-width: 960px) {
    .firma-layout {
        grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
    }
}

.firma-sidebar {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.firma-sidebar__block {
    padding: 1rem 1rem;
    background: #fff;
    border-radius: var(--radius);
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: var(--shadow);
}

.firma-sidebar__h {
    margin: 0 0 0.45rem;
    font-size: 0.88rem;
    font-weight: 800;
    color: var(--color-teal-dark);
}

.firma-sidebar__p {
    margin: 0;
    font-size: 0.88rem;
    color: var(--color-muted);
    line-height: 1.45;
}

.firma-sidebar__subh {
    margin: 1rem 0 0.5rem;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--color-teal-dark);
}

.firma-sidebar__score {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 0.65rem;
}

.firma-sidebar__starbar {
    position: relative;
    display: inline-block;
    font-size: 0.95rem;
    line-height: 1;
    letter-spacing: 0.06em;
}

.firma-sidebar__starbar-track {
    color: rgba(0, 0, 0, 0.14);
}

.firma-sidebar__starbar-fill {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #d4a017;
}

.firma-sidebar__score-num {
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--color-text);
}

.firma-sidebar__reviews-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    width: 100%;
    margin-top: 0.15rem;
    padding: 0.55rem 0.75rem;
    border: 1px solid rgba(0, 105, 105, 0.35);
    border-radius: 999px;
    background: rgba(0, 105, 105, 0.06);
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--color-teal-dark);
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.firma-sidebar__reviews-btn:hover {
    background: rgba(0, 105, 105, 0.12);
    border-color: rgba(0, 105, 105, 0.5);
}

.firma-sidebar__reviews-ico {
    flex-shrink: 0;
}

.firma-sidebar__reviews-count {
    margin-left: auto;
    padding: 0.1rem 0.45rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
    background: rgba(0, 105, 105, 0.15);
    color: var(--color-teal-dark);
}

.firma-reviews-modal__intro {
    margin: 0 0 1rem;
    font-size: 0.85rem;
    color: var(--color-text);
    font-weight: 600;
}

.firma-reviews-modal__list {
    margin: 0;
    padding: 0 0.35rem 0 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-height: min(58vh, 400px);
    overflow-y: auto;
}

.firma-reviews-modal__item {
    padding: 0.85rem 1rem;
    border-radius: var(--radius);
    background: linear-gradient(135deg, rgba(0, 105, 105, 0.06) 0%, rgba(255, 255, 255, 0.9) 100%);
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.firma-reviews-modal__meta {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.4rem;
}

.firma-reviews-modal__author {
    font-size: 0.82rem;
    font-weight: 800;
    color: var(--color-teal-dark);
}

.firma-reviews-modal__date {
    font-size: 0.72rem;
    color: var(--color-muted);
    white-space: nowrap;
}

.firma-reviews-modal__text {
    margin: 0;
    font-size: 0.86rem;
    line-height: 1.5;
    color: var(--color-text);
}

.firma-sidebar__pay {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--color-text);
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.75rem;
}

.firma-sidebar__call {
    text-align: center;
    font-weight: 800;
}

.firma-menu-cat {
    scroll-margin-top: 5.5rem;
    margin-bottom: 1.75rem;
}

.firma-menu-cat:last-of-type {
    margin-bottom: 0;
}

.firma-menu-cat__title {
    margin: 0 0 1rem;
    font-size: 1.1rem;
    font-weight: 900;
    color: var(--color-text);
}

.firma-grid {
    margin: 0 0 1.5rem;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 1.1rem;
    grid-template-columns: 1fr;
}

@media (min-width: 640px) {
    .firma-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1100px) {
    .firma-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.firma-card--compact .firma-card__media {
    aspect-ratio: 5 / 3;
}

.firma-pager {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.5rem 0 0;
}

.firma-pager__info {
    font-size: 0.85rem;
    color: var(--color-muted);
    font-weight: 600;
}

.firma-pager__btns {
    display: flex;
    gap: 0.35rem;
}

.firma-pager__btn {
    min-width: 2.35rem;
    height: 2.35rem;
    padding: 0 0.5rem;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    font: inherit;
    font-weight: 800;
    font-size: 0.88rem;
    cursor: pointer;
    color: var(--color-text);
}

.firma-pager__btn.is-active {
    background: var(--color-teal);
    color: #fff;
    border-color: var(--color-teal);
}

.page--firma .app-cta {
    margin-top: 0;
}

/* Firma paneli Ã¢â‚¬â€ giriÃ…Å¸ (Trendyol Go tarzÃ„Â± 50/50, sol gÃƒÂ¶rsel) */

.page--firma-panel-login {
    margin: 0;
    min-height: 100vh;
    font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    color: #1a1a2e;
    background: #fff;
}

.firma-panel-login {
    min-height: 100vh;
}

.firma-panel-login__split {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

@media (min-width: 900px) {
    .firma-panel-login__split {
        flex-direction: row;
    }
}

/* Sol: kullanÃ„Â±cÃ„Â± gÃƒÂ¶rseli */
.firma-panel-login__visual {
    position: relative;
    flex: 1 1 50%;
    min-height: 220px;
    background: #eceff2;
    overflow: hidden;
}

@media (min-width: 900px) {
    .firma-panel-login__visual {
        min-height: 100vh;
        position: sticky;
        top: 0;
        align-self: flex-start;
    }
}

.firma-panel-login__visual-img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
    object-position: center;
}

@media (min-width: 900px) {
    .firma-panel-login__visual-img {
        position: absolute;
        inset: 0;
        min-height: 100%;
    }
}

.firma-panel-login__visual-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    padding: 1.5rem;
    background: linear-gradient(145deg, #e8eef2 0%, #f4f6f8 100%);
}

@media (min-width: 900px) {
    .firma-panel-login__visual-placeholder {
        min-height: 100vh;
    }
}

.firma-panel-login__visual-hint {
    margin: 0;
    max-width: 22rem;
    font-size: 0.82rem;
    line-height: 1.5;
    color: #5c6670;
    text-align: center;
}

.firma-panel-login__visual-hint code {
    font-size: 0.78rem;
    background: rgba(0, 0, 0, 0.06);
    padding: 0.1rem 0.35rem;
    border-radius: 4px;
}

/* SaÃ„Å¸: beyaz alan + form */
.firma-panel-login__right {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    min-height: 0;
    background: #fff;
}

.firma-panel-login__stack {
    width: 100%;
    max-width: 420px;
}

.firma-panel-login__topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0 0 1rem;
    margin: 0 0 0.35rem;
    flex-shrink: 0;
}

/* Kurye giriÅŸi: Ã¼stteki buton kaldÄ±rÄ±ldÄ±ÄŸÄ±nda logo kart ile aynÄ± sÃ¼tunda ortalanÄ±r */
[data-kurye-panel-login] .firma-panel-login__topbar {
    justify-content: center;
}

.firma-panel-login__brand {
    display: inline-flex;
    align-items: center;
    line-height: 0;
    text-decoration: none;
}

.firma-panel-login__logo {
    display: block;
    height: clamp(34px, 4vw, 44px);
    width: auto;
    max-width: min(100%, 220px);
    object-fit: contain;
}

.firma-panel-login__partner-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    border: 2px solid var(--color-orange);
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--color-orange);
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.15s ease, color 0.15s ease;
}

.firma-panel-login__partner-cta:hover {
    background: rgba(255, 107, 0, 0.08);
    text-decoration: none;
}

.firma-panel-login__center {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 1.5rem 2.5rem;
    min-height: 0;
}

.firma-panel-login__card {
    width: 100%;
    padding: 1.75rem 1.5rem 1.65rem;
    background: #fff;
    border: 1px solid #e3e7ec;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.firma-panel-login__kicker {
    margin: 0 0 0.4rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #8b939e;
    text-align: center;
}

.firma-panel-login__title {
    margin: 0 0 1.35rem;
    font-size: clamp(1.2rem, 2.4vw, 1.45rem);
    font-weight: 400;
    color: #1a1a2e;
    letter-spacing: -0.02em;
    line-height: 1.3;
    text-align: center;
}

.firma-panel-login__eyebrow {
    margin: 0 0 0.45rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #8b939e;
    text-align: center;
}

.firma-panel-login__intro {
    margin: -0.65rem 0 1.15rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #5f6368;
    text-align: center;
}

.firma-panel-login__notice {
    margin: 0 0 1rem;
    padding: 0.75rem 0.85rem;
    font-size: 0.82rem;
    line-height: 1.45;
    border-radius: 8px;
    text-align: left;
    color: #92400e;
    background: #fffbeb;
    border: 1px solid #fcd34d;
}

.firma-panel-login__notice code {
    font-size: 0.78em;
    word-break: break-all;
}

.firma-panel-login__notice--err {
    color: #991b1b;
    background: #fef2f2;
    border-color: #fecaca;
}

.firma-panel-login__tabs {
    display: flex;
    gap: 0;
    margin-bottom: 1.4rem;
    border-bottom: 1px solid #e3e7ec;
}

.firma-panel-login__tab {
    flex: 1;
    padding: 0.7rem 0.35rem;
    border: none;
    background: none;
    font: inherit;
    font-size: 0.9rem;
    font-weight: 700;
    color: #8b939e;
    cursor: pointer;
    position: relative;
    transition: color 0.15s ease;
}

.firma-panel-login__tab + .firma-panel-login__tab {
    border-left: 1px solid #e3e7ec;
}

.firma-panel-login__tab:hover {
    color: #5c636a;
}

.firma-panel-login__tab.is-active {
    color: var(--color-orange);
}

.firma-panel-login__tab.is-active::after {
    content: "";
    position: absolute;
    left: 0.5rem;
    right: 0.5rem;
    bottom: -1px;
    height: 3px;
    border-radius: 2px 2px 0 0;
    background: var(--color-orange);
}

.firma-panel-login__form {
    display: flex;
    flex-direction: column;
    gap: 1.05rem;
}

.firma-panel-login__panel[hidden] {
    display: none !important;
}

.firma-panel-login__field {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.firma-panel-login__label {
    font-size: 0.8rem;
    font-weight: 600;
    color: #5f6368;
}

.firma-panel-login__input--field {
    width: 100%;
    padding: 0.78rem 0.95rem;
    border-radius: 8px;
    border: 1px solid #c8daf8;
    background: #e8f0fe;
    font: inherit;
    font-size: 0.95rem;
    color: #1a1a2e;
    transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.firma-panel-login__input--field::placeholder {
    color: #80868b;
}

.firma-panel-login__input--field:hover {
    background: #dce8fc;
    border-color: #b8cef5;
}

.firma-panel-login__input--field:focus {
    outline: none;
    border-color: #7aa7e8;
    background: #fff;
    box-shadow: 0 0 0 2px rgba(66, 133, 244, 0.18);
}

.firma-panel-login__input--field:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.firma-panel-login__pass-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.firma-panel-login__input--pass {
    padding-right: 3rem;
}

.firma-panel-login__pass-toggle {
    position: absolute;
    right: 0.35rem;
    top: 50%;
    transform: translateY(-50%);
    display: grid;
    place-items: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: #6b7680;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

.firma-panel-login__pass-toggle:hover {
    background: rgba(0, 0, 0, 0.05);
    color: #12121c;
}

.firma-panel-login__forgot {
    font-size: 0.86rem;
    font-weight: 600;
    color: #5f6368;
    text-decoration: underline;
    text-underline-offset: 2px;
    white-space: nowrap;
}

.firma-panel-login__options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: -0.15rem;
}

.firma-panel-login__remember {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.86rem;
    font-weight: 600;
    color: #5f6368;
    cursor: pointer;
    user-select: none;
}

.firma-panel-login__remember-input {
    width: 1rem;
    height: 1rem;
    margin: 0;
    accent-color: var(--color-orange);
    cursor: pointer;
}

.firma-panel-login__remember-label {
    line-height: 1.2;
}

.firma-panel-login__forgot:hover {
    color: #3c4043;
}

.firma-panel-login__submit {
    margin-top: 0.25rem;
    width: 100%;
    padding: 0.88rem 1rem;
    border: none;
    border-radius: 8px;
    background: var(--color-orange);
    color: #fff;
    font: inherit;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: filter 0.15s ease, transform 0.05s ease;
}

.firma-panel-login__submit:hover {
    filter: brightness(1.05);
}

.firma-panel-login__submit:active {
    transform: scale(0.99);
}

.firma-panel-login__footline {
    margin: 1.45rem 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.35rem 0.5rem;
    text-align: center;
    font-size: 0.86rem;
    line-height: 1.5;
}

.firma-panel-login__footline-q {
    color: #1a1a2e;
    font-weight: 500;
}

.firma-panel-login__footline-a {
    font-weight: 700;
    color: var(--color-orange);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.firma-panel-login__footline-a:hover {
    filter: brightness(0.95);
}

/* Ã„Â°Ã…Å¸ ortaÃ„Å¸Ã„Â± baÃ…Å¸vurusu Ã¢â‚¬â€ ÃƒÂ§ok adÃ„Â±mlÃ„Â± form */

.page--partner-basvuru {
    margin: 0;
    min-height: 100vh;
    font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    color: #0f172a;
    background: #f7f6f3;
}

.partner-app {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.25rem;
    box-sizing: border-box;
}

.partner-app__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
    padding: 1rem 0 1rem;
    flex-shrink: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    background: #fff;
    margin: 0 -1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.partner-app__bar-left {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-width: 0;
}

.partner-app__brand {
    display: inline-flex;
    align-items: center;
    line-height: 0;
    flex-shrink: 0;
}

.partner-app__logo {
    display: block;
    height: clamp(36px, 4vw, 46px);
    width: auto;
    max-width: 220px;
    object-fit: contain;
}

/* Ã„Â°ÃƒÂ§erik bloÃ„Å¸unu gÃƒÂ¶rÃƒÂ¼nÃƒÂ¼mde dikey ortala; uzun formlarda sayfa kayar */
.partner-app__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.5rem 0 2.5rem;
    min-height: 0;
}

@media (max-width: 959px) {
    .partner-app__body {
        justify-content: flex-start;
        padding-top: 1rem;
    }
}

.partner-app__layout {
    display: grid;
    gap: 1.5rem;
    align-items: stretch;
    width: 100%;
}

@media (min-width: 960px) {
    .partner-app__layout {
        grid-template-columns: minmax(0, 1.15fr) minmax(300px, 400px);
        gap: 2rem 2.25rem;
    }
}

/* Ä°ÅŸ ortaÄŸÄ± baÅŸvuru 2. adÄ±m: bilgi sÃ¼tunu 1. adÄ±mla aynÄ± â€” mobilde gizli, lg+ iki sÃ¼tun */
#partner-step-2 .partner-app__layout {
    grid-template-columns: 1fr;
}

@media (min-width: 1024px) {
    #partner-step-2 .partner-app__layout {
        grid-template-columns: minmax(0, 1.15fr) minmax(300px, 400px);
        gap: 2rem 2.25rem;
    }
}

/* BaÅŸvuru tamamlandÄ± â€” tam geniÅŸlikte dikey/yatay ortalÄ± */
#partner-step-3.partner-app__step[hidden] {
    display: none !important;
}

#partner-step-3.partner-app__step:not([hidden]) {
    display: flex;
    width: 100%;
    max-width: none;
    margin: 0 auto;
}

.partner-app__main {
    min-width: 0;
}

.partner-app__card {
    background: #fff;
    border: 1px solid #dadce0;
    border-radius: 14px;
    padding: clamp(1.5rem, 3vw, 2.25rem) clamp(1.35rem, 3vw, 2rem) clamp(1.75rem, 3vw, 2.25rem);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.partner-app__title {
    margin: 0 0 clamp(1.25rem, 2.5vw, 1.75rem);
    font-size: clamp(1.35rem, 2.6vw, 1.7rem);
    font-weight: 800;
    color: #12121c;
    letter-spacing: -0.02em;
}

.partner-app__step[hidden] {
    display: none !important;
}

.partner-app__form {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.partner-app__grid {
    display: grid;
    gap: 1.5rem;
}

.partner-app__grid--2 {
    grid-template-columns: 1fr;
}

@media (min-width: 640px) {
    .partner-app__grid--2 {
        grid-template-columns: 1fr 1fr;
    }

    .partner-app__field--full {
        grid-column: 1 / -1;
    }
}

.partner-app__field {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.partner-app__label {
    font-size: 0.78rem;
    font-weight: 700;
    color: #3d4550;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.partner-app__req {
    margin-left: 0.15rem;
    color: #e85d04;
    text-decoration: none;
    font-weight: 800;
}

.partner-app__label--exact {
    text-transform: none;
    font-size: 0.68rem;
    letter-spacing: 0.05em;
    line-height: 1.3;
    font-weight: 800;
    color: #2d3a4d;
}

.partner-app__hint-ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 999px;
    background: #e8f0fe;
    color: var(--color-teal-dark);
    font-size: 0.65rem;
    font-weight: 800;
    font-style: normal;
    cursor: help;
}

.partner-app__ref-note {
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    color: #8a94a0;
    font-size: 0.72rem;
}

.partner-app__phone {
    display: flex;
    align-items: stretch;
    width: 100%;
    min-height: 2.85rem;
}

.partner-app__phone-prefix {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    padding: 0 0.8rem 0 0.95rem;
    border: 1px solid #c8daf8;
    border-right: none;
    border-radius: 8px 0 0 8px;
    background: #d9e4f7;
    font-size: 0.95rem;
    font-weight: 700;
    color: #2d3a4d;
    letter-spacing: 0.02em;
    user-select: none;
}

.partner-app__input--phone {
    flex: 1;
    min-width: 0;
    border-radius: 0 8px 8px 0;
}

.partner-app__input--phone:focus {
    z-index: 1;
    position: relative;
}

.partner-app__verify-row {
    margin-top: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 0.25rem;
    flex-wrap: wrap;
}

.partner-app__input,
.partner-app__select {
    width: 100%;
    padding: 0.82rem 0.95rem;
    min-height: 2.85rem;
    border-radius: 8px;
    border: 1px solid #c8daf8;
    background: #e8f0fe;
    font: inherit;
    font-size: 0.95rem;
    color: #1a1a2e;
    transition: border-color 0.15s ease, background 0.15s ease;
}

.partner-app__input::placeholder {
    color: #80868b;
}

.partner-app__input:focus,
.partner-app__select:focus {
    outline: none;
    border-color: #7aa7e8;
    background: #fff;
    box-shadow: 0 0 0 2px rgba(66, 133, 244, 0.15);
}

.partner-app__check {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-top: 0;
    font-size: 0.86rem;
    line-height: 1.5;
    color: #3d4550;
    cursor: pointer;
}

.partner-app__check input {
    flex-shrink: 0;
    width: 1.1rem;
    height: 1.1rem;
    margin: 0;
    accent-color: var(--color-orange);
    cursor: pointer;
}

.partner-app__check span {
    flex: 1;
    min-width: 0;
}

.partner-app__inline-link {
    color: var(--color-orange);
    font-weight: 700;
    text-decoration: none;
}

.partner-app__inline-link:hover {
    text-decoration: underline;
}

.partner-app__inline-link--highlight {
    color: #c2410c;
    font-weight: 700;
    text-decoration: underline;
}

.partner-app__inline-link--highlight:hover {
    color: #9a3412;
}

.partner-app__actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 0;
}

.partner-app__actions--split {
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

#partner-form-2 .partner-app__actions {
    margin-top: 1.5rem;
}

.partner-app__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font: inherit;
    font-size: 0.95rem;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    border: none;
    transition: filter 0.15s ease;
}

/* DoÄŸrula: .partner-app__btn { border: none } must be overridden; keep rules after base .partner-app__btn */
.partner-app__btn--verify {
    min-height: 1.45rem;
    padding: 0.1rem 0.42rem;
    font-size: 0.63rem;
    font-weight: 700;
    line-height: 1.2;
    border-radius: 5px;
    background: #fff;
    color: #b45309;
    border: 1.5px solid #b45309;
    box-shadow: 0 1px 0 rgba(180, 83, 9, 0.12);
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s, color 0.15s, box-shadow 0.15s;
    width: auto;
    min-width: 2.9rem;
}

.partner-app__btn--verify:hover:not(:disabled) {
    background: #fff7ed;
    border-color: #9a3412;
    color: #9a3412;
    box-shadow: 0 1px 0 rgba(180, 83, 9, 0.2);
}

.partner-app__btn--verify.is-verified,
.partner-app__btn--verify:disabled.is-verified {
    background: #e6f4ea;
    color: #137333;
    border: 1.5px solid #2d8a47;
    box-shadow: 0 1px 0 rgba(19, 115, 51, 0.12);
    cursor: default;
}

.partner-app__btn--verify:disabled:not(.is-verified) {
    cursor: not-allowed;
    background: #f3f4f6;
    color: #4b5563;
    border: 1.5px solid #9ca3af;
    box-shadow: 0 1px 0 rgba(75, 85, 99, 0.08);
}

.partner-app__btn--primary {
    background: var(--color-orange);
    color: #fff;
}

.partner-app__btn--primary:hover {
    filter: brightness(1.05);
}

.partner-app__btn--ghost {
    background: #fff;
    color: #5f6368;
    border: 1px solid #dadce0;
}

.partner-app__btn--ghost:hover {
    background: #f8f9fa;
}

/* Ä°ÅŸ ortaÄŸÄ± baÅŸvurusu: OTP modallar */
.partner-app__label-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    flex-wrap: wrap;
    min-height: 1.1rem;
}

.partner-app__verify-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.18rem 0.5rem;
    border-radius: 999px;
    background: #e6f4ea;
    color: #137333;
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* [hidden] ile inline-flex Ã§akÄ±ÅŸmasÄ±: rozet yokken de "DoÄŸrulandÄ±" gÃ¶rÃ¼nÃ¼yordu. */
.partner-app__verify-pill[hidden] {
    display: none !important;
}

.partner-app__otp-backdrop {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(18, 24, 38, 0.48);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

/* display:flex, [hidden] Ã§akÄ±ÅŸmasÄ±: aksi halde modallar her zaman gÃ¶rÃ¼nÃ¼r (JS olmadan da). */
.partner-app__otp-backdrop[hidden] {
    display: none !important;
}

.partner-app__otp-surface {
    position: relative;
    width: 100%;
    max-width: 22.5rem;
    padding: 1.35rem 1.4rem 1.25rem;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22);
    color: #1a1a2e;
    animation: partnerOtpIn 0.24s ease;
}

@keyframes partnerOtpIn {
    from {
        opacity: 0;
        transform: translateY(10px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.partner-app__otp-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.partner-app__otp-title {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1.3;
    color: #1a1a2e;
    letter-spacing: -0.02em;
}

.partner-app__otp-x {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    margin: -0.2rem -0.25rem 0 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 8px;
    background: #f1f3f4;
    color: #5f6368;
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
    transition: background 0.15s;
}

.partner-app__otp-x:hover {
    background: #e8eaed;
    color: #3c4043;
}

.partner-app__otp-lead {
    margin: 0 0 0.35rem;
    font-size: 0.88rem;
    line-height: 1.5;
    color: #5f6368;
}

.partner-app__otp-target {
    margin: 0 0 0.9rem;
    font-size: 0.8rem;
    font-weight: 700;
    color: #1a1a2e;
    word-break: break-all;
}

.partner-app__otp-field {
    margin-bottom: 0.45rem;
}

.partner-app__otp-lbl {
    display: block;
    margin-bottom: 0.45rem;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #3d4550;
}

.partner-app__otp-in {
    width: 100%;
    padding: 0.8rem 0.95rem;
    min-height: 2.8rem;
    border-radius: 8px;
    border: 1px solid #c8daf8;
    background: #f8faff;
    font: inherit;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.35em;
    text-align: center;
    color: #1a1a2e;
    transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
}

.partner-app__otp-in::placeholder {
    color: #b0b8c4;
    font-weight: 500;
    letter-spacing: 0.15em;
}

.partner-app__otp-in:focus {
    outline: none;
    border-color: #7aa7e8;
    background: #fff;
    box-shadow: 0 0 0 2px rgba(66, 133, 244, 0.18);
}

.partner-app__otp-err {
    margin: 0.35rem 0 0;
    font-size: 0.82rem;
    font-weight: 700;
    color: #c5221f;
    line-height: 1.4;
}

.partner-app__otp-hint {
    margin: 0.45rem 0 0.55rem;
    font-size: 0.75rem;
    line-height: 1.45;
    color: #6b7280;
    padding: 0.5rem 0.6rem;
    border-radius: 6px;
    background: #f1f3f4;
    border: 1px solid #e8eaed;
}

.partner-app__otp-cd {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    margin: 0.35rem 0 0.6rem;
    padding: 0.65rem 0.5rem 0.75rem;
    border-radius: 10px;
    background: linear-gradient(180deg, #fff7ed 0%, #ffedd4 100%);
    border: 1px solid rgba(234, 88, 12, 0.28);
}

.partner-app__otp-cd-lbl {
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #9a3412;
}

.partner-app__otp-cd-digits {
    font-variant-numeric: tabular-nums;
    font-size: 1.65rem;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0.06em;
    color: #c2410c;
    font-family: system-ui, "Segoe UI", Roboto, sans-serif;
}

.partner-app__otp-cd-digits.is-ready {
    font-size: 0.9rem;
    color: #15803d;
    letter-spacing: 0.02em;
}

.partner-app__otp-row {
    margin-bottom: 0.75rem;
}

.partner-app__otp-foot {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-top: 0.1rem;
}

.partner-app__btn--secondary {
    background: #fff;
    color: #1a1a2e;
    border: 1px solid #c8daf8;
}

.partner-app__btn--secondary:hover:not(:disabled) {
    background: #f5f8ff;
    border-color: #7aa7e8;
    filter: none;
}

.partner-app__btn--secondary:disabled {
    opacity: 0.82;
    cursor: not-allowed;
    filter: none;
}

.partner-app__btn--sm {
    min-height: 2.5rem;
    padding: 0.5rem 1rem;
    font-size: 0.88rem;
}

.partner-app__lead {
    margin: 0 0 1.25rem;
    font-size: 0.95rem;
    line-height: 1.55;
    color: #3d4550;
}

.partner-app__subtitle {
    margin: 0 0 0.5rem;
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #2d3a4d;
}

.partner-app__aside {
    display: none;
    flex-direction: column;
    gap: 1rem;
    min-width: 0;
}

@media (min-width: 960px) {
    .partner-app__aside {
        display: flex;
    }
}

.partner-app__aside-card {
    background: #fff;
    border: 1px solid #dadce0;
    border-radius: 14px;
    padding: 1.15rem 1.2rem;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
}

.partner-app__aside-title {
    margin: 0 0 0.45rem;
    font-size: 1rem;
    font-weight: 800;
    color: #12121c;
    letter-spacing: -0.02em;
}

.partner-app__aside-text {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.55;
    color: #5f6368;
}

.partner-app__step--success[hidden] {
    display: none !important;
}

.partner-app__step--success:not([hidden]) {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50vh;
    padding: 1.5rem 0 2.5rem;
}

.partner-app__card--success {
    max-width: 32rem;
    width: 100%;
    text-align: center;
}

.partner-app__success-icons {
    display: flex;
    justify-content: center;
    gap: 0.65rem;
    margin-bottom: 1rem;
}

.partner-app__success-icons span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 10px;
    border: 1px solid rgba(234, 88, 12, 0.25);
    background: #fff7ed;
    font-size: 1.1rem;
}

.partner-app__lead--step {
    max-width: 40rem;
}

.partner-app__success {
    text-align: center;
    max-width: 28rem;
    margin: 0 auto 1.5rem;
    padding: 0 0.25rem;
}

.partner-app__success-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    margin-bottom: 0.9rem;
}

.partner-app__success-ic {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    font-size: 1.15rem;
    line-height: 1;
    background: #fff7ed;
    border: 1px solid rgba(194, 65, 12, 0.25);
    border-radius: 10px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.partner-app__success-title {
    margin: 0 0 0.65rem;
    font-size: 1.1rem;
    font-weight: 800;
    color: #12121c;
    line-height: 1.3;
}

.partner-app__success-text {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #3d4550;
}

.partner-app__section {
    margin-bottom: 1.75rem;
}

.partner-app__section:last-of-type {
    margin-bottom: 0;
}

.partner-app__section-title {
    margin: 0 0 0.35rem;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #12121c;
}

.partner-app__section-lead {
    margin: 0 0 1rem;
    font-size: 0.85rem;
    line-height: 1.5;
    color: #5f6368;
}

.partner-app__field-hint {
    margin: 0.4rem 0 0;
    font-size: 0.72rem;
    line-height: 1.4;
    color: #8a94a0;
}

.partner-app__aside {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: flex-start;
}

.partner-app__info {
    padding: 1.15rem 1.2rem;
    background: #fff;
    border: 1px solid #dadce0;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.partner-app__info-ico {
    font-size: 1.5rem;
    line-height: 1;
    display: block;
    margin-bottom: 0.5rem;
}

.partner-app__info-title {
    margin: 0 0 0.4rem;
    font-size: 0.95rem;
    font-weight: 800;
    color: #12121c;
    line-height: 1.3;
}

.partner-app__info-text {
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.5;
    color: #5f6368;
}

.partner-app__recaptcha {
    margin: 0.5rem 0 0;
    font-size: 0.7rem;
    line-height: 1.45;
    color: #9aa0a6;
}

/* Ã¢â‚¬â€Ã¢â‚¬â€ Firma paneli (Trendyol Go referans iskelet Ã¢â‚¬â€ iki katman ÃƒÂ¼st + promo + gÃƒÂ¶vde + alt bilgi) Ã¢â‚¬â€Ã¢â‚¬â€ */

html:has(body.page--firma-panel-app) {
    overflow-x: hidden;
    overflow-y: hidden;
    height: 100%;
}

.page--firma-panel-app {
    margin: 0;
    /* Tek ekran iskeleti: toplam yÃƒÂ¼kseklik viewport ile sÃ„Â±nÃ„Â±rlÃ„Â±; taÃ…Å¸ma orta sÃƒÂ¼tunda kayar */
    min-height: 100dvh;
    height: 100dvh;
    max-height: 100dvh;
    display: flex;
    flex-direction: column;
    background: var(--bg-grey-500, #f1f2f7);
    overflow-x: hidden;
    overflow-y: hidden;
    max-width: 100%;
}

.tgo {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    font-family: var(--bl-font-family, "Rubik", system-ui, sans-serif);
    color: var(--main-grey-500, #273142);
}

/* Ã¢â‚¬â€Ã¢â‚¬â€ ÃƒÅ“st Ã…Å¸erit: saat / duyuru / destek / iÃ…Å¸letme (sol linkler + fÃ„Â±rsatlar kaldÃ„Â±rÃ„Â±ldÃ„Â±) Ã¢â‚¬â€Ã¢â‚¬â€ */
.tgo-uti {
    flex-shrink: 0;
    background: #0d0f14;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    position: relative;
    z-index: 210;
}

.tgo-uti__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.65rem 1.35rem;
    min-height: 3rem;
    padding: 0.55rem clamp(0.85rem, 1.5vw, 1.5rem);
    font-size: 0.875rem;
    font-weight: 600;
}

.tgo-uti__left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.55rem 0.75rem;
    margin-inline-end: auto;
}

.tgo-uti__launch-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2rem;
    padding: 0.35rem 1rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-decoration: none;
    cursor: pointer;
    border: 1.5px solid transparent;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, filter 0.15s ease;
    white-space: nowrap;
}

.tgo-uti__launch-btn--primary {
    color: #1a1208;
    background: linear-gradient(135deg, #ffc46b 0%, #f59e0b 100%);
    border-color: rgba(255, 196, 107, 0.35);
}

.tgo-uti__launch-btn--primary:hover:not(:disabled) {
    filter: brightness(1.05);
}

.tgo-uti__launch-btn--primary:disabled {
    opacity: 0.65;
    cursor: wait;
}

.tgo-uti__launch-btn--ghost {
    color: #ffd18a;
    background: rgba(255, 209, 138, 0.08);
    border-color: rgba(255, 209, 138, 0.45);
}

.tgo-uti__launch-btn--ghost:hover {
    background: rgba(255, 209, 138, 0.16);
    color: #ffe5b8;
}

.tgo-uti__a {
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    white-space: nowrap;
}

.tgo-uti__a:hover {
    color: #fff;
    text-decoration: underline;
}

.tgo-uti__ico {
    flex-shrink: 0;
    display: block;
}

.tgo-uti__ico--muted {
    opacity: 0.88;
    color: rgba(255, 255, 255, 0.9);
}

.tgo-uti__ico--clock {
    color: #ffc46b;
    opacity: 1;
}

.tgo-uti__a--ico {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.tgo-uti__a--duyuru {
    position: relative;
    padding-inline-end: 0.45rem;
}

.tgo-uti__nb {
    position: absolute;
    top: -0.35rem;
    right: -0.2rem;
    min-width: 1.15rem;
    height: 1.15rem;
    padding: 0 0.28rem;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 0.62rem;
    font-weight: 800;
    line-height: 1;
    color: #fff;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    border-radius: 999px;
    box-shadow: 0 1px 3px rgba(234, 88, 12, 0.45);
    pointer-events: none;
}

.tgo-uti__nb.is-active,
.tgo-uti__nb[data-fp-duyuru-badge].is-active {
    display: inline-flex;
}

.tgo-uti__nb[hidden] {
    display: none !important;
}

.tgo-uti__right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.65rem 1.35rem;
    width: auto;
    flex-shrink: 0;
    margin-inline-start: auto;
}

.tgo-uti__hours {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #ffd18a;
    white-space: nowrap;
    font-size: 0.875rem;
    font-weight: 700;
}

.tgo-uti__hours--btn {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    font: inherit;
    cursor: pointer;
    text-align: inherit;
    border-radius: 6px;
}

.tgo-uti__hours--btn:hover {
    color: #ffe5b8;
}

.tgo-uti__hours--btn:focus-visible {
    outline: 2px solid rgba(255, 209, 138, 0.65);
    outline-offset: 2px;
}

.tgo-uti__hours-line {
    text-align: left;
}

.fp-calisma {
    padding: 0.15rem 0 0.35rem;
}

.fp-calisma__lead {
    margin: 0 0 1.25rem;
    font-size: 0.95rem;
    line-height: 1.55;
    color: #94a3b8;
}

.fp-calisma__fieldset {
    margin: 0 0 1.35rem;
    padding: 0;
    border: none;
    min-width: 0;
}

.fp-calisma__legend {
    padding: 0;
    margin: 0 0 0.65rem;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #ffb84d;
}

.fp-calisma__days {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(9.5rem, 1fr));
    gap: 0.45rem 0.85rem;
}

.fp-calisma__days--grouped {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.4rem 0.65rem;
}

.fp-calisma--schedule .fp-calisma__lead {
    margin-bottom: 0.85rem;
    font-size: 0.9rem;
    line-height: 1.5;
}

.fp-calisma--schedule .fp-calisma__fieldset {
    margin-bottom: 0.85rem;
}

.fp-calisma--schedule .fp-calisma__row {
    margin-bottom: 0.75rem;
}

.fp-calisma--schedule .fp-calisma__actions {
    padding-top: 0.2rem;
}

.fp-calisma__day {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: #e2e8f0;
    cursor: pointer;
}

.fp-calisma__day input {
    width: 1.05rem;
    height: 1.05rem;
    accent-color: #ffb84d;
    flex-shrink: 0;
}

.fp-calisma__row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
    margin-bottom: 1.35rem;
}

.fp-calisma__time-lbl {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: #94a3b8;
}

.fp-calisma__time {
    padding: 0.5rem 0.65rem;
    border-radius: 8px;
    border: 1px solid rgba(255, 209, 138, 0.25);
    background: #12151c;
    color: #ffd18a;
    font-size: 1rem;
    font-weight: 600;
    min-width: 7.5rem;
}

/* type=time â€” Ã¶zel saat ikonu (native ikon filter/ color-scheme ile okunmuyordu) */
.fp-calisma__time:not(.fp-calisma__time--date)::-webkit-calendar-picker-indicator {
    cursor: pointer;
    opacity: 1;
    width: 1.4rem;
    height: 1.4rem;
    padding: 0;
    margin: 0 0 0 0.2rem;
    -webkit-appearance: none;
    appearance: none;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='9' stroke='%23fbbf24' stroke-width='1.85'/%3E%3Cpath d='M12 7.25v5.25l3.1 2.05' stroke='%23fbbf24' stroke-width='1.85' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
        center / contain no-repeat;
    filter: none;
}

.fp-calisma__time:not(.fp-calisma__time--date)::-webkit-calendar-picker-indicator:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='9' stroke='%23fde68a' stroke-width='1.85'/%3E%3Cpath d='M12 7.25v5.25l3.1 2.05' stroke='%23fde68a' stroke-width='1.85' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.fp-calisma__time:focus {
    outline: none;
    border-color: rgba(255, 184, 77, 0.65);
    box-shadow: 0 0 0 2px rgba(255, 184, 77, 0.2);
}

.fp-calisma__actions {
    display: flex;
    justify-content: flex-end;
    gap: 0.65rem;
    padding-top: 0.25rem;
}

.fp-calisma__save {
    padding: 0.55rem 1.35rem;
    border: none;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.9rem;
    cursor: pointer;
    color: #0e1117;
    background: linear-gradient(135deg, #ffb84d 0%, #ff9f1c 100%);
    box-shadow: 0 2px 12px rgba(255, 159, 28, 0.35);
}

.fp-calisma__save:hover {
    filter: brightness(1.06);
}

.fp-calisma__save:focus-visible {
    outline: 2px solid #ffd18a;
    outline-offset: 2px;
}

.fp-firma-opts {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(11rem, 1fr));
    gap: 0.5rem 0.85rem;
}

.fp-firma-opts--stack {
    grid-template-columns: 1fr;
}

/* Ã–deme / bildirim vb.: iki sÃ¼tun â€” yatay uzama azalÄ±r */
.fp-firma-opts--cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fp-firma-opts--radio {
    gap: 0.45rem;
}

/* Aktif / Pasif gibi iki kÄ±sa seÃ§enek: tam geniÅŸlikte eÅŸit sÃ¼tun, boÅŸ saÄŸ alan oluÅŸmasÄ±n */
.fp-firma-opts--pair {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
}

.fp-izin-compact .fp-calisma__lead {
    margin-bottom: 0.75rem;
    font-size: 0.9rem;
    line-height: 1.5;
}

.fp-izin-compact .fp-calisma__fieldset {
    margin-bottom: 0.75rem;
}

.fp-izin-compact .fp-calisma__actions {
    padding-top: 0.35rem;
}

.fp-izin-compact .fp-izin-passive {
    margin-bottom: 0.65rem;
}

.fp-firma-opt {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin: 0;
    padding: 0.55rem 0.65rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 209, 138, 0.2);
    background: rgba(18, 21, 28, 0.65);
    font-size: 0.9rem;
    color: #e2e8f0;
    cursor: pointer;
    transition: border-color 0.15s ease, background 0.15s ease;
}

.fp-firma-opt:hover {
    border-color: rgba(255, 184, 77, 0.45);
}

.fp-firma-opt:has(:focus-visible) {
    outline: 2px solid rgba(255, 209, 138, 0.55);
    outline-offset: 1px;
}

.fp-firma-opt--radio {
    font-weight: 600;
}

.fp-firma-opt input {
    width: 1.05rem;
    height: 1.05rem;
    accent-color: #ffb84d;
    flex-shrink: 0;
}

.fp-firma-opt--radio input[type="radio"] {
    width: 1.1rem;
    height: 1.1rem;
}

.fp-calisma__time--date {
    min-width: 0;
    width: 100%;
    max-width: 12rem;
    /* dark: mobil WebKit iÃ§ alanÄ± simsiyah bÄ±rakÄ±yor; ikon .fp-calisma__time--date::-webkit-calendar-picker-indicator ile */
    color-scheme: normal;
    padding-right: 0.4rem;
}

/* type=date â€” native ikon color-scheme:dark ile siyah kalÄ±yordu; amber SVG */
.fp-calisma__time--date::-webkit-calendar-picker-indicator {
    cursor: pointer;
    opacity: 1;
    width: 1.4rem;
    height: 1.4rem;
    padding: 0;
    margin: 0 0 0 0.2rem;
    -webkit-appearance: none;
    appearance: none;
    filter: none;
    background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2720%27 viewBox=%270 0 24 24%27 fill=%27none%27%3E%3Crect x=%273.5%27 y=%275%27 width=%2717%27 height=%2715%27 rx=%272%27 stroke=%27%23fbbf24%27 stroke-width=%271.75%27/%3E%3Cpath d=%27M3.5 10.25h17%27 stroke=%27%23fbbf24%27 stroke-width=%271.75%27/%3E%3Cpath d=%27M8 3v4.5M16 3v4.5%27 stroke=%27%23fbbf24%27 stroke-width=%271.75%27 stroke-linecap=%27round%27/%3E%3Ccircle cx=%278%27 cy=%2715%27 r=%271%27 fill=%27%23fbbf24%27/%3E%3Ccircle cx=%2712%27 cy=%2715%27 r=%271%27 fill=%27%23fbbf24%27/%3E%3Ccircle cx=%2716%27 cy=%2715%27 r=%271%27 fill=%27%23fbbf24%27/%3E%3C/svg%3E")
        center / contain no-repeat;
}

.fp-calisma__time--date::-webkit-calendar-picker-indicator:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2720%27 viewBox=%270 0 24 24%27 fill=%27none%27%3E%3Crect x=%273.5%27 y=%275%27 width=%2717%27 height=%2715%27 rx=%272%27 stroke=%27%23fde68a%27 stroke-width=%271.75%27/%3E%3Cpath d=%27M3.5 10.25h17%27 stroke=%27%23fde68a%27 stroke-width=%271.75%27/%3E%3Cpath d=%27M8 3v4.5M16 3v4.5%27 stroke=%27%23fde68a%27 stroke-width=%271.75%27 stroke-linecap=%27round%27/%3E%3Ccircle cx=%278%27 cy=%2715%27 r=%271%27 fill=%27%23fde68a%27/%3E%3Ccircle cx=%2712%27 cy=%2715%27 r=%271%27 fill=%27%23fde68a%27/%3E%3Ccircle cx=%2716%27 cy=%2715%27 r=%271%27 fill=%27%23fde68a%27/%3E%3C/svg%3E");
}

.fp-izin-passive {
    margin-bottom: 1.15rem;
}

.fp-izin-range {
    margin-top: 0.35rem;
}

/* Restoran izin â€” tarih aralÄ±ÄŸÄ± (masaÃ¼stÃ¼ / genel) */
.fp-izin-range--dates {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
    margin-bottom: 1.15rem;
}

.fp-izin-date-cell {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    flex: 1 1 auto;
    min-width: min(12rem, 100%);
    max-width: 100%;
}

.fp-izin-date-heading {
    margin: 0;
    font-size: 0.8rem;
    font-weight: 600;
    color: #94a3b8;
}

.modal--firma-dark .fp-izin-date-heading {
    color: #cbd5e1;
}

.fp-izin-date-input {
    box-sizing: border-box;
    width: 100%;
    max-width: 12rem;
    min-width: 0;
    min-height: 2.75rem;
    padding: 0.5rem 0.65rem;
    border-radius: 8px;
    border: 1px solid rgba(255, 209, 138, 0.25);
    background: #12151c;
    color: #ffd18a;
    font-size: 1rem;
    font-weight: 600;
    font-family: inherit;
    color-scheme: normal;
}

.modal--firma-dark .fp-izin-date-input {
    border-color: rgba(255, 209, 138, 0.35);
}

.fp-izin-date-input:focus {
    outline: none;
    border-color: rgba(255, 184, 77, 0.65);
    box-shadow: 0 0 0 2px rgba(255, 184, 77, 0.2);
}

.fp-izin-date-input::-webkit-calendar-picker-indicator {
    cursor: pointer;
    opacity: 1;
    width: 1.4rem;
    height: 1.4rem;
    padding: 0;
    margin: 0 0 0 0.2rem;
    -webkit-appearance: none;
    appearance: none;
    filter: none;
    background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2720%27 viewBox=%270 0 24 24%27 fill=%27none%27%3E%3Crect x=%273.5%27 y=%275%27 width=%2717%27 height=%2715%27 rx=%272%27 stroke=%27%23fbbf24%27 stroke-width=%271.75%27/%3E%3Cpath d=%27M3.5 10.25h17%27 stroke=%27%23fbbf24%27 stroke-width=%271.75%27/%3E%3Cpath d=%27M8 3v4.5M16 3v4.5%27 stroke=%27%23fbbf24%27 stroke-width=%271.75%27 stroke-linecap=%27round%27/%3E%3Ccircle cx=%278%27 cy=%2715%27 r=%271%27 fill=%27%23fbbf24%27/%3E%3Ccircle cx=%2712%27 cy=%2715%27 r=%271%27 fill=%27%23fbbf24%27/%3E%3Ccircle cx=%2716%27 cy=%2715%27 r=%271%27 fill=%27%23fbbf24%27/%3E%3C/svg%3E")
        center / contain no-repeat;
}

.fp-izin-date-input::-webkit-calendar-picker-indicator:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2720%27 viewBox=%270 0 24 24%27 fill=%27none%27%3E%3Crect x=%273.5%27 y=%275%27 width=%2717%27 height=%2715%27 rx=%272%27 stroke=%27%23fde68a%27 stroke-width=%271.75%27/%3E%3Cpath d=%27M3.5 10.25h17%27 stroke=%27%23fde68a%27 stroke-width=%271.75%27/%3E%3Cpath d=%27M8 3v4.5M16 3v4.5%27 stroke=%27%23fde68a%27 stroke-width=%271.75%27 stroke-linecap=%27round%27/%3E%3Ccircle cx=%278%27 cy=%2715%27 r=%271%27 fill=%27%23fde68a%27/%3E%3Ccircle cx=%2712%27 cy=%2715%27 r=%271%27 fill=%27%23fde68a%27/%3E%3Ccircle cx=%2716%27 cy=%2715%27 r=%271%27 fill=%27%23fde68a%27/%3E%3C/svg%3E");
}

.fp-hesap {
    max-width: 56rem;
    margin: 0 auto;
    padding: 1.5rem 1.25rem 2.5rem;
}

.fp-hesap__head {
    margin-bottom: 1.1rem;
    padding: 1.2rem 1.35rem 1.25rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.fp-hesap__eyebrow {
    margin: 0 0 0.35rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
}

.fp-hesap__title {
    margin: 0 0 0.5rem;
    font-size: 1.55rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.fp-hesap__sub {
    margin: 0;
    max-width: 44rem;
    font-size: 0.94rem;
    line-height: 1.6;
    color: #475569;
}

.fp-hesap__sub strong {
    color: #0f172a;
    font-weight: 700;
}

.fp-hesap__workflow {
    margin: 0 0 1.25rem;
    padding: 0.85rem 1.05rem;
    border-radius: 10px;
    border: 1px solid rgba(234, 88, 12, 0.38);
    background: linear-gradient(180deg, #fffbeb 0%, #fff7ed 100%);
    color: #9a3412;
    font-size: 0.88rem;
    line-height: 1.55;
}

.fp-hesap__workflow strong {
    color: #7c2d12;
}

.fp-hesap__a {
    color: #c2410c;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.fp-hesap__a:hover {
    color: #9a3412;
}

.fp-hesap__form {
    margin: 0;
}

.fp-hesap__input,
.fp-hesap__textarea {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0.5rem 0.65rem;
    font: inherit;
    font-size: 0.9rem;
    line-height: 1.4;
    border: 1px solid rgba(203, 213, 225, 0.32);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.72);
    color: #f8fafc;
}

.fp-hesap__textarea {
    min-height: 5rem;
    resize: vertical;
}

.fp-hesap__input::placeholder,
.fp-hesap__textarea::placeholder {
    color: rgba(148, 163, 184, 0.85);
}

.fp-hesap__input:focus,
.fp-hesap__textarea:focus {
    outline: none;
    border-color: #ffb84d;
    box-shadow: 0 0 0 2px rgba(255, 184, 77, 0.22);
    background: rgba(15, 23, 42, 0.92);
}

.fp-hesap__input:read-only {
    background: rgba(148, 163, 184, 0.12);
    color: #cbd5e1;
    border-color: rgba(148, 163, 184, 0.25);
    cursor: not-allowed;
}

.fp-hesap__row dt label {
    cursor: pointer;
    color: inherit;
}

.fp-hesap__actions {
    margin-top: 1.35rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.fp-hesap__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.62rem 1.35rem;
    font: inherit;
    font-size: 0.92rem;
    font-weight: 700;
    color: #fff;
    border: 1px solid rgba(194, 65, 12, 0.55);
    border-radius: 10px;
    cursor: pointer;
    background: linear-gradient(180deg, #f27a1a 0%, #ea580c 100%);
    box-shadow: 0 2px 8px rgba(234, 88, 12, 0.35);
}

.fp-hesap__submit:hover {
    filter: brightness(1.04);
}

.fp-hesap__submit:focus-visible {
    outline: 2px solid #f27a1a;
    outline-offset: 2px;
}

.fp-hesap__submit--link {
    text-decoration: none;
}

.fp-hesap__submit--link:hover {
    color: #fff;
}

.fp-hesap__link-muted {
    font-size: 0.88rem;
    font-weight: 600;
    color: #94a3b8;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.fp-hesap__link-muted:hover {
    color: #cbd5e1;
}

.fp-hesap__hint {
    margin: 0 0 1rem;
    font-size: 0.86rem;
    line-height: 1.5;
    color: #94a3b8;
}

.fp-hesap__workflow--err {
    border-color: rgba(220, 38, 38, 0.45);
    background: linear-gradient(180deg, #fef2f2 0%, #fff1f2 100%);
    color: #991b1b;
}

.fp-hesap__grid--single {
    grid-template-columns: 1fr;
}

.fp-hesap__card--spaced {
    margin-top: 1.5rem;
}

.fp-hesap__actions--inline {
    margin-top: 0;
}

.fp-hesap__grid {
    display: grid;
    gap: 1.25rem;
}

@media (min-width: 768px) {
    .fp-hesap__grid {
        grid-template-columns: 1fr 1fr;
        align-items: start;
    }
}

.fp-hesap__card {
    background: linear-gradient(165deg, #1a1f2e 0%, #12151c 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 1.35rem 1.35rem 1.15rem;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

.fp-hesap__h {
    margin: 0 0 1rem;
    padding-bottom: 0.65rem;
    border-bottom: 1px solid rgba(255, 209, 138, 0.15);
    font-size: 1.05rem;
    font-weight: 700;
    color: #ffd18a;
}

.fp-hesap__dl {
    margin: 0;
}

.fp-hesap__row {
    display: grid;
    grid-template-columns: minmax(7rem, 11rem) 1fr;
    gap: 0.35rem 1rem;
    padding: 0.55rem 0;
    border-bottom: 1px solid rgba(148, 163, 184, 0.12);
    font-size: 0.9rem;
}

.fp-hesap__row:last-child {
    border-bottom: none;
}

.fp-hesap__row--block {
    grid-template-columns: 1fr;
}

.fp-hesap__row--block dt {
    margin-bottom: 0.15rem;
}

.fp-hesap__row dt {
    margin: 0;
    font-weight: 600;
    color: #94a3b8;
}

.fp-hesap__row dd {
    margin: 0;
    color: #e2e8f0;
    line-height: 1.45;
}

.fp-hesap__mono {
    font-family: ui-monospace, monospace;
    font-size: 0.88em;
    letter-spacing: 0.02em;
}

.tgo-uti__me {
    position: relative;
}

.tgo-uti__me-btn {
    list-style: none;
    cursor: pointer;
    user-select: none;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.42rem 0.85rem 0.42rem 0.75rem;
    border-radius: 999px;
    color: #fff;
    font-weight: 700;
    font-size: 0.875rem;
    background: #35383f;
    border: 1px solid rgba(255, 255, 255, 0.28);
}

.tgo-uti__me-btn-txt {
    max-width: 12rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tgo-uti__me-btn::-webkit-details-marker {
    display: none;
}

.tgo-uti__me-btn::after {
    content: "";
    width: 0.3rem;
    height: 0.3rem;
    border-right: 2px solid rgba(255, 255, 255, 0.88);
    border-bottom: 2px solid rgba(255, 255, 255, 0.88);
    transform: rotate(45deg) translateY(-2px);
    margin-left: 0.15rem;
    flex-shrink: 0;
}

.tgo-uti__me[open] {
    z-index: 320;
}

.tgo-uti__me[open] .tgo-uti__me-btn {
    background: #40444e;
    border-color: rgba(255, 255, 255, 0.35);
}

/* Ã„Â°Ã…Å¸letme menÃƒÂ¼sÃƒÂ¼ Ã¢â‚¬â€ Trendyol Go ÃƒÂ¶lÃƒÂ§ÃƒÂ¼leri: ~360px geniÃ…Å¸lik, ferah satÃ„Â±r, iÃƒÂ§e ÃƒÂ§ekik ÃƒÂ§izgi */
.tgo-uti__me-panel {
    position: absolute;
    top: calc(100% + 0.45rem);
    right: 0;
    width: min(100vw - 1.5rem, 380px);
    min-width: 0;
    max-width: min(100vw - 1.5rem, 380px);
    padding: 0;
    background: #fff;
    border-radius: 12px;
    box-shadow:
        0 0 0 1px rgba(15, 23, 42, 0.06),
        0 12px 40px rgba(15, 23, 42, 0.14),
        0 4px 12px rgba(15, 23, 42, 0.06);
    z-index: 321;
    overflow: hidden;
}

.tgo-uti__me-panel::before {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 1.35rem;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    filter: drop-shadow(0 -1px 0 rgba(0, 0, 0, 0.05));
}

.tgo-uti__me-head {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 1.15rem 1.2rem 1.1rem;
    border-bottom: 1px solid #e8eaed;
}

.tgo-uti__me-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e0e4ea;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tgo-uti__me-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tgo-uti__me-avatar-init {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: #ea580c;
}

.tgo-uti__me-meta {
    min-width: 0;
}

.tgo-uti__me-name {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: #1f2734;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.tgo-uti__me-id {
    margin: 0.2rem 0 0;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #6e7787;
}

.tgo-uti__me-list {
    list-style: none;
    margin: 0;
    padding: 0.4rem 0 0.65rem;
}

.tgo-uti__me-list li {
    position: relative;
    margin: 0;
    padding: 0;
}

.tgo-uti__me-list li + li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 1rem;
    right: 1rem;
    height: 1px;
    background: #e8eaed;
}

.tgo-uti__me-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
    padding: 1.05rem 1.2rem;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #273142;
    text-decoration: none;
    line-height: 1.45;
    letter-spacing: -0.01em;
}

.tgo-uti__me-item:hover {
    background: #f4f6f8;
    text-decoration: none;
    color: #0f131a;
}

.tgo-uti__me-nb {
    flex-shrink: 0;
    padding: 0.14rem 0.42rem;
    border-radius: 4px;
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: #e53935;
    color: #fff;
}

.tgo-uti__me-item--out {
    font-weight: 600;
}

@media (max-width: 400px) {
    .tgo-uti__me-panel {
        min-width: 0;
        width: calc(100vw - 1rem);
    }
}

/* Ã¢â‚¬â€Ã¢â‚¬â€ Ana header (Trendyol Go sÃ„Â±kÃ„Â±lÃ„Â±Ã„Å¸Ã„Â±: logo + menÃƒÂ¼ + durum) Ã¢â‚¬â€Ã¢â‚¬â€ */
.tgo-head {
    --tgo-head-logo-h: 40px;
    --tgo-head-nav-fs: 1.3125rem;
    --tgo-head-tool-fs: 0.8125rem;
    --tgo-head-tool-h: 1.75rem;
    --tgo-head-tool-px: 0.5rem;
    --tgo-head-tool-gap: 0.3rem;
    flex-shrink: 0;
    background: #1e1e1e;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    position: relative;
    z-index: 200;
    overflow: visible;
}

.tgo-head__inner {
    display: flex;
    align-items: center;
    gap: 0.65rem 0.85rem;
    min-height: 4rem;
    min-width: 0;
    max-width: 100%;
    padding: 0.6rem clamp(0.85rem, 1.5vw, 1.5rem);
}

.tgo-brand {
    display: flex;
    align-items: center;
    line-height: 0;
    flex: 0 0 auto;
    text-decoration: none;
}

.tgo-brand:hover {
    opacity: 0.92;
    text-decoration: none;
}

.tgo-brand__img {
    display: block;
    height: var(--tgo-head-logo-h);
    width: auto;
    max-width: 240px;
    object-fit: contain;
}

.tgo-head .fp-app__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem 0.55rem;
    flex: 1 1 auto;
    min-width: 0;
    flex-wrap: nowrap;
    overflow: visible;
}

.tgo-head .fp-app__drop-btn {
    list-style: none;
    cursor: pointer;
    user-select: none;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.5rem 0.85rem;
    border-radius: 8px;
    font-size: var(--tgo-head-nav-fs);
    font-weight: 600;
    color: #c9ced6;
    background: transparent;
    border: 1px solid transparent;
    white-space: nowrap;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.tgo-head .fp-app__drop.tgo-head__drop--on > .fp-app__drop-btn {
    background: rgba(242, 122, 26, 0.28);
    border-color: rgba(242, 122, 26, 0.55);
    color: #fff;
    font-weight: 700;
}

.tgo-head__flat {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.5rem 0.8rem;
    border-radius: 8px;
    font-size: var(--tgo-head-nav-fs);
    font-weight: 600;
    color: #c9ced6;
    background: transparent;
    border: 1px solid transparent;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.15s ease, color 0.15s ease;
}

.tgo-head__flat:hover {
    background: rgba(255, 255, 255, 0.08);
    text-decoration: none;
    color: #fff;
}

.tgo-head__flat:focus-visible {
    outline: 2px solid rgba(242, 122, 26, 0.65);
    outline-offset: 2px;
}

.tgo-head__new {
    padding: 0.14rem 0.42rem;
    border-radius: 4px;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    background: #e53935;
    color: #fff;
}

.tgo-head__tools {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex: 0 1 auto;
    min-width: 0;
    margin-left: auto;
}

.tgo-head__tool-group {
    display: inline-flex;
    align-items: center;
    gap: var(--tgo-head-tool-gap);
    flex-shrink: 1;
    min-width: 0;
}

.tgo-head__closed {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    min-height: var(--tgo-head-tool-h);
    height: var(--tgo-head-tool-h);
    padding: 0 var(--tgo-head-tool-px);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-size: var(--tgo-head-tool-fs);
    font-weight: 700;
    font-family: inherit;
    cursor: pointer;
    box-sizing: border-box;
    white-space: nowrap;
    flex-shrink: 0;
    line-height: 1;
    transition:
        background 0.15s ease,
        border-color 0.15s ease,
        color 0.15s ease;
}

.tgo-head__closed:hover {
    background: rgba(255, 255, 255, 0.1);
}

.tgo-head__closed:focus-visible {
    outline: 2px solid rgba(255, 209, 138, 0.65);
    outline-offset: 2px;
}

.tgo-head__closed--open {
    color: #a5d6a7;
    border-color: rgba(129, 199, 132, 0.35);
}

.tgo-head__closed--closed {
    color: #ff6b5c;
    border-color: rgba(255, 107, 92, 0.35);
}

.tgo-head__ty-chip {
    display: inline-flex;
    align-items: center;
    min-height: 2.125rem;
    padding: 0.38rem 0.7rem;
    border-radius: 999px;
    font-size: 0.875rem;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
    color: #cbd5e1;
    white-space: nowrap;
    box-sizing: border-box;
    line-height: 1;
}

.tgo-head__ty-chip.is-open {
    color: #a5d6a7;
    border-color: rgba(129, 199, 132, 0.35);
}

.tgo-head__ty-chip.is-closed {
    color: #ffab91;
    border-color: rgba(255, 171, 145, 0.35);
}

.tgo-head__platforms {
    position: relative;
    flex-shrink: 1;
    min-width: 0;
    max-width: 9.5rem;
}

.tgo-head__platforms-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    min-height: var(--tgo-head-tool-h);
    height: var(--tgo-head-tool-h);
    max-width: 100%;
    padding: 0 calc(var(--tgo-head-tool-px) + 0.1rem) 0 var(--tgo-head-tool-px);
    border-radius: 999px;
    font-size: var(--tgo-head-tool-fs);
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
    color: #cbd5e1;
    white-space: nowrap;
    box-sizing: border-box;
    line-height: 1;
    cursor: pointer;
    list-style: none;
}

.tgo-head__platforms-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
}

.tgo-head__platforms-btn::-webkit-details-marker {
    display: none;
}

.tgo-head__platforms-btn:hover,
.tgo-head__platforms[open] .tgo-head__platforms-btn {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}

.tgo-head__platforms-chev {
    flex-shrink: 0;
    opacity: 0.75;
    transition: transform 0.15s ease;
    width: 12px;
    height: 12px;
}

.tgo-head__platforms[open] .tgo-head__platforms-chev {
    transform: rotate(180deg);
}

.tgo-head__platforms-panel {
    position: absolute;
    top: calc(100% + 0.45rem);
    right: 0;
    z-index: 120;
    min-width: 17.5rem;
    padding: 0.55rem;
    border-radius: 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #1a2332;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.tgo-head__platforms-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.55rem 0.65rem;
    border-radius: 0.55rem;
}

.tgo-head__platforms-row + .tgo-head__platforms-row {
    margin-top: 0.15rem;
}

.tgo-head__platforms-row:hover {
    background: rgba(255, 255, 255, 0.04);
}

.tgo-head__platforms-meta {
    min-width: 0;
    flex: 1;
}

.tgo-head__platforms-name {
    font-size: 0.875rem;
    font-weight: 700;
    color: #e2e8f0;
}

.tgo-head__platforms-status {
    margin-top: 0.15rem;
    font-size: 0.75rem;
    color: #94a3b8;
}

.tgo-head__platforms-status.is-open {
    color: #a5d6a7;
}

.tgo-head__platforms-status.is-closed {
    color: #ffab91;
}

.tgo-head__platforms-soon {
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 0.6875rem;
    font-weight: 700;
    color: #cbd5e1;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    white-space: nowrap;
}

.tgo-head__platforms-sw {
    position: relative;
    width: 2.5rem;
    height: 1.375rem;
    flex-shrink: 0;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.08);
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.tgo-head__platforms-sw::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: #fff;
    transition: transform 0.15s ease;
}

.tgo-head__platforms-sw.is-on {
    background: rgba(129, 199, 132, 0.35);
    border-color: rgba(129, 199, 132, 0.55);
}

.tgo-head__platforms-sw.is-on::after {
    transform: translateX(1.05rem);
}

.tgo-head__platforms-sw:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

@media (max-width: 767px) {
    .tgo-head__platforms-panel {
        position: fixed;
        left: 0.75rem;
        right: 0.75rem;
        top: auto;
        bottom: 0.75rem;
        min-width: 0;
        max-height: min(70vh, 22rem);
        overflow-y: auto;
    }
}

.tgo-head__warn-ico {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
}

.tgo-head__closed--open .tgo-head__warn-ico {
    color: #81c784;
}

.tgo-head__closed--closed .tgo-head__warn-ico {
    color: #ffb020;
}

.tgo-head__closed-lbl {
    min-width: 2.25rem;
    text-align: left;
}

.tgo-head__closed-sw {
    position: relative;
    width: 32px;
    height: 18px;
    border-radius: 999px;
    flex-shrink: 0;
    transition: background 0.15s ease;
}

.tgo-head__closed--open .tgo-head__closed-sw {
    background: #2e7d32;
}

.tgo-head__closed--closed .tgo-head__closed-sw {
    background: #e65100;
}

.tgo-head__closed-sw::after {
    content: "";
    position: absolute;
    top: 2px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    transition:
        left 0.15s ease,
        right 0.15s ease;
}

.tgo-head__closed--open .tgo-head__closed-sw::after {
    left: 2px;
    right: auto;
}

.tgo-head__closed--closed .tgo-head__closed-sw::after {
    right: 2px;
    left: auto;
}

.tgo-head__busy {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    min-height: var(--tgo-head-tool-h);
    height: var(--tgo-head-tool-h);
    padding: 0 var(--tgo-head-tool-px);
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    font-size: var(--tgo-head-tool-fs);
    font-weight: 700;
    cursor: pointer;
    font-family: inherit;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    box-sizing: border-box;
    line-height: 1;
    transition:
        background 0.15s ease,
        border-color 0.15s ease;
}

.tgo-head__busy:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}

.tgo-head__busy:focus-visible {
    outline: 2px solid rgba(255, 209, 138, 0.65);
    outline-offset: 2px;
}

.tgo-head__busy-t {
    line-height: 1.2;
}

.tgo-head__busy-v {
    font-size: inherit;
    font-weight: 700;
    color: #ffe082;
    line-height: 1;
}

.fp-teslimat-badge {
    display: inline-block;
    margin-left: 0.35rem;
    padding: 0.12rem 0.4rem;
    border-radius: 999px;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #0e1117;
    background: linear-gradient(135deg, #ffb84d 0%, #ff9f1c 100%);
    vertical-align: middle;
}

@media (max-width: 1480px) {
    .tgo-head {
        --tgo-head-nav-fs: 1.125rem;
        --tgo-head-tool-fs: 0.75rem;
        --tgo-head-tool-h: 1.625rem;
        --tgo-head-tool-px: 0.42rem;
    }

    .tgo-head__busy-t {
        display: none;
    }

    .tgo-head__platforms {
        max-width: 8.25rem;
    }

    .tgo-head .fp-app__drop-btn,
    .tgo-head__flat {
        padding: 0.38rem 0.55rem;
    }
}

@media (max-width: 1280px) {
    .tgo-head {
        --tgo-head-nav-fs: 1.05rem;
        --tgo-head-tool-fs: 0.6875rem;
        --tgo-head-tool-h: 1.5rem;
    }

    .tgo-head__platforms {
        max-width: 7rem;
    }

    .tgo-head__closed-lbl {
        min-width: 2rem;
    }

    .tgo-head .fp-app__drop-btn,
    .tgo-head__flat {
        padding: 0.42rem 0.6rem;
    }
}

@media (max-width: 1024px) {
    .tgo-head {
        --tgo-head-nav-fs: 0.92rem;
    }

    .tgo-head .fp-app__nav {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .tgo-head .fp-app__drop-btn,
    .tgo-head__flat {
        padding: 0.42rem 0.55rem;
    }
}

@media (max-width: 768px) {
    .tgo-head {
        --tgo-head-nav-fs: 0.8rem;
        --tgo-head-logo-h: 32px;
    }

    .tgo-head__inner {
        gap: 0.45rem 0.5rem;
        padding: 0.5rem clamp(0.5rem, 2vw, 0.85rem);
    }
}

.tgo-head .fp-app__drop {
    position: relative;
}

.tgo-head .fp-app__drop[open] {
    z-index: 300;
}

.tgo-head .fp-app__drop-btn::-webkit-details-marker {
    display: none;
}

.tgo-head .fp-app__drop-btn::after {
    content: "";
    width: 0.42rem;
    height: 0.42rem;
    border-right: 2px solid rgba(255, 255, 255, 0.5);
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    transform: rotate(45deg) translateY(-1px);
    margin-left: 0.25rem;
    flex-shrink: 0;
}

.tgo-head .fp-app__drop:hover .fp-app__drop-btn {
    color: #fff;
}

.tgo-head .fp-app__drop:hover .fp-app__drop-btn::after {
    border-color: rgba(255, 255, 255, 0.82);
}

.tgo-head .fp-app__drop.tgo-head__drop--on > .fp-app__drop-btn::after {
    border-color: rgba(255, 255, 255, 0.88);
}

.tgo-head .fp-app__drop[open] .fp-app__drop-btn {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.tgo-head .fp-app__drop[open] .fp-app__drop-btn::after {
    border-color: rgba(255, 255, 255, 0.85);
}

.tgo-head .fp-app__drop.tgo-head__drop--on[open] > .fp-app__drop-btn {
    background: rgba(242, 122, 26, 0.32);
    border-color: rgba(242, 122, 26, 0.55);
}

.tgo-head .fp-app__drop:hover:not(.tgo-head__drop--on) .fp-app__drop-btn {
    background: rgba(255, 255, 255, 0.06);
}

.tgo-head .fp-app__menu {
    position: absolute;
    top: calc(100% + 0.35rem);
    left: 0;
    z-index: 301;
    min-width: 248px;
    padding: 0.55rem 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.tgo-head .fp-app__menu::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 1rem;
    border: 7px solid transparent;
    border-bottom-color: #fff;
}

.tgo-head .fp-app__menu-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
    padding: 0.72rem 1.15rem;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.35;
    color: #1a1d21;
    text-decoration: none;
}

.tgo-head .fp-app__menu-link:hover {
    background: #f1f5f9;
    text-decoration: none;
}

.tgo-head .fp-app__menu-link--muted {
    color: #94a3b8;
    font-weight: 500;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    pointer-events: none;
    cursor: default;
}

.tgo-head .fp-app__soon {
    flex-shrink: 0;
    padding: 0.16rem 0.45rem;
    border-radius: 999px;
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: #e2e8f0;
    color: #64748b;
}

.tgo-head .fp-app__badge {
    flex-shrink: 0;
    padding: 0.18rem 0.42rem;
    border-radius: 4px;
    font-size: 0.62rem;
    font-weight: 800;
    text-transform: uppercase;
    background: #ef4444;
    color: #fff;
}

/* Ã¢â‚¬â€Ã¢â‚¬â€ ÃƒÅ“st promo Ã…Å¸eridi (tasarÃ„Â±m geniÃ…Å¸liÃ„Å¸i + ÃƒÂ¼st menÃƒÂ¼ ile aynÃ„Â± yatay ritim) Ã¢â‚¬â€Ã¢â‚¬â€ */
.tgo-promo {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    line-height: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    background: var(--bg-grey-500, #f1f2f7);
    overflow: hidden;
}

.tgo-promo__inner {
    --tgo-promo-max-h: clamp(76px, 8vw, 96px);
    box-sizing: border-box;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 clamp(0.85rem, 1.5vw, 1.5rem);
    display: flex;
    justify-content: center;
    align-items: stretch;
    min-height: var(--tgo-promo-max-h);
    height: var(--tgo-promo-max-h);
    overflow: hidden;
}

.tgo-promo__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Ã¢â‚¬â€Ã¢â‚¬â€ GÃƒÂ¶vde Ã¢â‚¬â€Ã¢â‚¬â€ */
.tgo-frame {
    flex: 1 1 auto;
    display: flex;
    min-height: 0;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    align-items: stretch;
    max-height: calc(100dvh - 14rem);
}

.tgo-frame--no-side {
    flex: 1 1 auto;
    min-height: 0;
    /* ÃƒÅ“st + promo + footer .tgo iÃƒÂ§inde; kalan yÃƒÂ¼kseklik buraya Ã¢â‚¬â€ ekstra sayfa kaydÃ„Â±rmasÃ„Â± yok */
    max-height: none;
}

.tgo-side {
    width: clamp(328px, 30vw, 440px);
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    background: var(--main-grey-300, #171d27);
    color: #fff;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 0.75rem;
}

.tgo-side__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
    padding: 0.35rem 1rem 0.85rem;
    flex-wrap: nowrap;
    min-width: 0;
}

.tgo-side__head-left {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    min-width: 0;
}

.tgo-side__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.9;
    flex-shrink: 0;
}

.tgo-side__h {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.35;
    white-space: nowrap;
}

.tgo-side__info {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.88);
    flex-shrink: 0;
}

.tgo-side__info svg {
    width: 17px;
    height: 17px;
}

.tgo-side__branch {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0;
    padding: 0.15rem 0 0.15rem 0.15rem;
    font-size: 0.9375rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
}

.tgo-side__pin {
    display: inline-flex;
    color: rgba(255, 255, 255, 0.8);
}

.tgo-side__branch:hover {
    color: #fff;
    text-decoration: underline;
}

.tgo-side__tabs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    gap: 0.35rem;
    padding: 0.65rem 1rem 0.75rem;
    margin-top: 0.15rem;
    box-sizing: border-box;
}

.tgo-side__tab {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 3.05rem;
    padding: 0.5rem 0.35rem;
    border-radius: 8px;
    border: 1px solid transparent;
    background: #2f3848;
    color: #fff;
    font-size: 0.97rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-align: center;
    line-height: 1.2;
    white-space: normal;
    word-break: break-word;
    hyphens: auto;
    cursor: pointer;
    font-family: inherit;
    transition: background 0.12s ease, border-color 0.12s ease, color 0.12s ease;
}

.tgo-side__tab.is-on {
    background: #f27a1a;
    border-color: #f27a1a;
    color: #fff;
}

.tgo-side__tab:disabled {
    opacity: 0.85;
    cursor: default;
}

.tgo-side__empty {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem 1.25rem;
    text-align: center;
    gap: 0.65rem;
    min-height: 0;
}

.tgo-side__illu {
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tgo-side__illu img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 200px;
    object-fit: contain;
    object-position: center center;
    display: block;
}

.tgo-side__empty-t {
    margin: 0;
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.82);
    max-width: 16rem;
}

.tgo-stage {
    flex: 1;
    min-width: 0;
    min-height: 0;
    background: var(--bg-grey-500, #f1f2f7);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: clamp(1rem, 3vh, 1.75rem) clamp(0.75rem, 2vw, 1.5rem);
    overflow-y: auto;
    overflow-x: hidden;
}

.tgo-frame--no-side .tgo-stage--page {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
}

.tgo-stage.tgo-stage--page {
    align-items: stretch;
    justify-content: flex-start;
    padding-top: clamp(0.5rem, 1.2vh, 0.85rem);
    padding-bottom: clamp(1rem, 2.5vh, 1.5rem);
}

/* Firma sipariÅŸ ana ekranÄ± â€” masaÃ¼stÃ¼: kaydÄ±rma ana sÃ¼tunda. Mobil: tek kaydÄ±rma .tgo (firma-panel-mobile-home.css); burada iÃ§ scroll aÃ§Ä±k bÄ±rakÄ±lÄ±rsa sekmeler kesilebiliyor. */
@media (min-width: 768px) {
    body.page--firma-panel-app.page--fp-home .tgo-frame.tgo-frame--no-side {
        min-height: 0;
        overflow: hidden;
    }

    body.page--firma-panel-app.page--fp-home .tgo-stage.tgo-stage--page {
        flex: 1 1 auto;
        min-height: 0;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        /* Ä°Ã§erik kÄ±sa kalsa bile altÄ±nda aÃ§Ä±k gri ÅŸerit kalmasÄ±n (.fp-home ile aynÄ± ton) */
        background: var(--main-grey-300, #171d27);
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    body.page--firma-panel-app.page--fp-home .fp-home {
        flex: 1 1 auto;
        min-height: 100%;
    }

    body.page--firma-panel-app.page--fp-home .fp-home__shell {
        flex: 1 1 auto;
        min-height: 100%;
        align-items: stretch;
    }
}

.tgo-panel {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 0;
    width: 100%;
    max-width: min(640px, 94vw);
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 6px 24px rgba(15, 23, 42, 0.08);
    padding: clamp(1.35rem, 2.5vw, 1.85rem) clamp(1.5rem, 3vw, 2rem);
}

.tgo-panel__illu {
    width: min(100%, 380px);
    max-height: 280px;
    margin-bottom: 1rem;
}

.tgo-panel__illu img {
    width: 100%;
    height: auto;
    max-height: 280px;
    object-fit: contain;
    display: block;
}

.tgo-panel__msg {
    margin: 0;
    font-size: clamp(1rem, 1.65vw, 1.12rem);
    font-weight: 700;
    color: var(--main-grey-500, #273142);
    text-align: center;
}

/* Ã¢â‚¬â€Ã¢â‚¬â€ Firma paneli anasayfa: sipariÃ…Å¸ tahtasÃ„Â± (ÃƒÂ¶rnek) Ã¢â‚¬â€Ã¢â‚¬â€ */
.fp-home {
    align-self: stretch;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    flex: 1 1 auto;
    min-height: 0;
    box-sizing: border-box;
    background: var(--main-grey-300, #171d27);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: clamp(0.85rem, 2vh, 1.35rem) clamp(0.75rem, 2vw, 1.25rem) clamp(1rem, 2vh, 1.25rem);
}

.fp-home__shell {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.85rem;
    flex: 1 1 auto;
    min-height: 0;
}

.fp-home__mob-toolbar {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.65rem;
    width: 100%;
    box-sizing: border-box;
}

.fp-home__top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem 2.5rem;
    width: 100%;
}

.fp-home__brand {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-width: 0;
}

.fp-home__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.9;
    flex-shrink: 0;
}

.fp-home__h {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.35;
    white-space: nowrap;
}

.fp-home__info {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.88);
}

.fp-home__branch {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0;
    padding: 0.15rem 0;
    font-size: 0.9375rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    white-space: nowrap;
}

.fp-home__branch:hover {
    color: #fff;
    text-decoration: underline;
}

.fp-home__pin {
    display: inline-flex;
    color: rgba(255, 255, 255, 0.8);
}

.fp-home__tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 0.4rem;
    width: 100%;
    max-width: 36rem;
    box-sizing: border-box;
}

.fp-home__tab {
    flex: 1 1 calc(25% - 0.35rem);
    min-width: min(7.5rem, 46%);
    min-height: 3rem;
    padding: 0.5rem 0.4rem;
    border-radius: 8px;
    border: 1px solid transparent;
    background: #2f3848;
    color: #fff;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-align: center;
    line-height: 1.2;
    cursor: pointer;
    font-family: inherit;
    transition: background 0.12s ease, border-color 0.12s ease;
}

.fp-home__tab.is-on {
    background: #f27a1a;
    border-color: #f27a1a;
}

.fp-home__tab:focus {
    outline: none;
}

.fp-home__tab:focus-visible {
    outline: 2px solid rgba(251, 191, 36, 0.95);
    outline-offset: 2px;
}

.fp-home__tab.is-on:focus-visible {
    outline-color: rgba(255, 255, 255, 0.85);
}

.fp-home__empty {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    width: 100%;
    min-height: clamp(220px, 38vh, 420px);
    padding: 1rem 0 1.75rem;
    box-sizing: border-box;
}

.fp-home__empty[hidden] {
    display: none !important;
}

.fp-home__illu img {
    display: block;
    max-width: min(260px, 92vw);
    height: auto;
}

.fp-home__empty-msg {
    margin: 0;
    font-size: 1.0625rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.82);
    text-align: center;
}

.fp-home__cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* AynÄ± satÄ±rdaki kartlar (kurye / platform) aynÄ± yÃ¼kseklikte */
    align-items: stretch;
    gap: 1.1rem;
    width: 100%;
}

.fp-home__channels {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.55rem;
    width: 180px;
    flex: 0 0 180px;
}

.fp-home__channel-drawer {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .fp-home {
        align-items: stretch;
    }

    .fp-home__shell {
        display: grid;
        /* Ãœst: tam geniÅŸlik sekmeler; alt: platform sÃ¼tunu + kartlar */
        grid-template-columns: 188px minmax(0, 1fr);
        grid-template-rows: auto minmax(0, 1fr);
        column-gap: 0;
        row-gap: 0.85rem;
        max-width: none;
        width: 100%;
        margin-inline: 0;
        align-items: start;
    }

    .fp-home__mob-toolbar {
        display: contents;
    }

    .fp-home__tabs {
        grid-column: 1 / -1;
        grid-row: 1;
        margin-inline: auto;
        width: 100%;
        max-width: 36rem;
    }

    .fp-home__channels {
        grid-column: 1;
        grid-row: 2;
        flex: 0 0 188px;
        width: 188px;
        padding-right: 1rem;
        margin-right: 1rem;
        border-right: 1px solid rgba(255, 255, 255, 0.14);
        box-sizing: border-box;
        position: relative;
        z-index: 1;
    }

    .fp-home__channel-drawer-sum {
        display: none !important;
    }

    .fp-home__channel-drawer-panel {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0.55rem;
        padding: 0;
        margin: 0;
        border: none;
    }

    .fp-home__cards {
        grid-column: 2;
        grid-row: 2;
        flex: 1 1 auto;
        min-width: 0;
        width: auto;
        justify-content: flex-start;
        align-items: flex-start;
    }

    /* Kartlarla aynÄ± hÃ¼crede; kalan yÃ¼ksekliÄŸi doldurup boÅŸ durumu ortalar */
    .fp-home__empty {
        grid-column: 2;
        grid-row: 2;
        align-self: stretch;
        min-height: 0;
    }

    .fp-home__cards:empty {
        display: none;
    }
}

.fp-home__channel-btn {
    width: 100%;
    min-height: 2.45rem;
    border-radius: 10px;
    font: inherit;
    font-size: 0.82rem;
    font-weight: 700;
    text-align: left;
    padding: 0.55rem 0.65rem;
    line-height: 1.2;
}

/* SipariÅŸ KapÄ±nda â€” Ã¶nceki gri / turuncu seÃ§ili stil */
.fp-home__channel-btn[data-fp-channel="kapinda"] {
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: #1a2330;
    color: #e2e8f0;
}

.fp-home__channel-btn[data-fp-channel="kapinda"].is-active {
    border-color: #f58220;
    background: #f58220;
    color: #fff;
}

.fp-home__channel-kapinda-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 0.45rem;
}

.fp-home__channel-kapinda-ico {
    flex-shrink: 0;
    opacity: 0.95;
    margin-top: 1px;
}

/* DiÄŸer platformlar â€” Kurye Ã‡aÄŸÄ±r ile aynÄ±: koyu zemin, mavi Ã§erÃ§eve, beyaz yazÄ± */
.fp-home__channel-btn[data-fp-channel]:not([data-fp-channel="kapinda"]),
.fp-home__kurye-cagir-btn {
    border: 1px solid #144e6f;
    background: #0b141e;
    color: #fff;
}

.fp-home__channel-btn[data-fp-channel]:not([data-fp-channel="kapinda"]):hover,
.fp-home__kurye-cagir-btn:hover {
    border-color: #1e6f9a;
    color: #fff;
}

.fp-home__kurye-cagir-btn.is-resting {
    opacity: 0.55;
    cursor: not-allowed;
    border-color: rgba(148, 163, 184, 0.35);
    color: rgba(226, 232, 240, 0.85);
    background: #0a1018;
}

.fp-home__kurye-cagir-btn.is-resting:hover {
    border-color: rgba(148, 163, 184, 0.45);
    color: rgba(226, 232, 240, 0.95);
}

/* Kurye Çağır — dinlenme saati modal */
.fp-kc-rest-dlg {
    border: 0;
    padding: 0;
    max-width: min(420px, calc(100vw - 2rem));
    width: 100%;
    background: transparent;
    color: #f8fafc;
}

.fp-kc-rest-dlg::backdrop {
    background: rgba(4, 8, 14, 0.72);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.fp-kc-rest-dlg__panel {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid rgba(245, 130, 32, 0.28);
    background:
        radial-gradient(120% 90% at 10% 0%, rgba(245, 130, 32, 0.18), transparent 55%),
        radial-gradient(90% 80% at 100% 100%, rgba(56, 189, 248, 0.12), transparent 50%),
        linear-gradient(165deg, #151c27 0%, #0d131c 55%, #0a1018 100%);
    box-shadow:
        0 24px 60px rgba(0, 0, 0, 0.55),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    padding: 1.65rem 1.45rem 1.4rem;
    text-align: center;
}

.fp-kc-rest-dlg__glow {
    pointer-events: none;
    position: absolute;
    inset: auto 20% -40% 20%;
    height: 55%;
    background: radial-gradient(circle, rgba(245, 130, 32, 0.22), transparent 70%);
    filter: blur(18px);
}

.fp-kc-rest-dlg__x {
    position: absolute;
    top: 0.7rem;
    right: 0.7rem;
    width: 2rem;
    height: 2rem;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: #cbd5e1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.fp-kc-rest-dlg__x:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.fp-kc-rest-dlg__icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    margin: 0.15rem 0 1rem;
}

.fp-kc-rest-dlg__icon {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.fp-kc-rest-dlg__icon--moon {
    color: #fdba74;
    background: linear-gradient(160deg, rgba(245, 130, 32, 0.28), rgba(245, 130, 32, 0.08));
    animation: fp-kc-rest-float 3.2s ease-in-out infinite;
}

.fp-kc-rest-dlg__icon--zzz {
    color: #7dd3fc;
    background: linear-gradient(160deg, rgba(56, 189, 248, 0.22), rgba(56, 189, 248, 0.06));
    animation: fp-kc-rest-float 3.2s ease-in-out infinite 0.25s;
}

.fp-kc-rest-dlg__icon--heart {
    color: #fda4af;
    background: linear-gradient(160deg, rgba(244, 63, 94, 0.2), rgba(244, 63, 94, 0.05));
    animation: fp-kc-rest-float 3.2s ease-in-out infinite 0.5s;
}

@keyframes fp-kc-rest-float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-4px);
    }
}

.fp-kc-rest-dlg__eyebrow {
    margin: 0 0 0.45rem;
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(253, 186, 116, 0.9);
    font-weight: 700;
}

.fp-kc-rest-dlg__title {
    margin: 0 0 0.7rem;
    font-size: clamp(1.05rem, 2.8vw, 1.28rem);
    line-height: 1.35;
    font-weight: 750;
    color: #fff;
    letter-spacing: -0.01em;
}

.fp-kc-rest-dlg__text {
    margin: 0 auto 1.25rem;
    max-width: 30ch;
    font-size: 0.92rem;
    line-height: 1.5;
    color: #94a3b8;
}

.fp-kc-rest-dlg__text strong {
    color: #fdba74;
    font-weight: 700;
}

.fp-kc-rest-dlg__btn {
    appearance: none;
    border: 0;
    border-radius: 999px;
    padding: 0.72rem 1.55rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: #1a1208;
    cursor: pointer;
    background: linear-gradient(180deg, #f9a24a 0%, #ef7d11 100%);
    box-shadow: 0 10px 24px rgba(239, 125, 17, 0.35);
}

.fp-kc-rest-dlg__btn:hover {
    filter: brightness(1.05);
}

.fp-home__channel-btn[data-fp-channel]:not([data-fp-channel="kapinda"]).is-active {
    border-color: #38bdf8;
    background: linear-gradient(180deg, #132a3d 0%, #0b141e 100%);
    color: #fff;
    box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.22);
}

@keyframes fp-home-channel-alert {
    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(245, 130, 32, 0);
    }
    50% {
        box-shadow: 0 0 0 4px rgba(245, 130, 32, 0.45);
    }
}

@keyframes fp-home-channel-alert-blue {
    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(56, 189, 248, 0);
    }
    50% {
        box-shadow: 0 0 0 4px rgba(56, 189, 248, 0.42);
    }
}

.fp-home__channel-btn[data-fp-channel="kapinda"].fp-home__channel-btn--alert {
    animation: fp-home-channel-alert 1.1s ease-in-out infinite;
}

.fp-home__channel-btn--alert:not([data-fp-channel="kapinda"]) {
    animation: fp-home-channel-alert-blue 1.1s ease-in-out infinite;
}

.fp-home__channel-btn[data-fp-channel="kapinda"].is-active.fp-home__channel-btn--alert {
    animation-name: fp-home-channel-alert;
}

.fp-home__channel-btn.is-active.fp-home__channel-btn--alert:not([data-fp-channel="kapinda"]) {
    animation-name: fp-home-channel-alert-blue;
}

.fp-home__channels-extra {
    width: 100%;
    margin-top: 0.65rem;
    padding-top: 0.65rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

@keyframes fp-pkg-in {
    from {
        opacity: 0;
        transform: translateY(14px) scale(0.97);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes fp-pkg-tape-glint {
    0%,
    100% {
        opacity: 0.82;
        filter: brightness(1);
    }
    50% {
        opacity: 1;
        filter: brightness(1.12);
    }
}

@keyframes fp-pkg-edge-pulse {
    0%,
    100% {
        opacity: 0.45;
        box-shadow: 0 0 0 0 var(--fp-pkg-ring);
    }
    55% {
        opacity: 0.95;
        box-shadow: 0 0 0 7px transparent;
    }
}

.fp-pkg {
    --fp-pkg-accent: #f27a1a;
    --fp-pkg-ring: rgba(242, 122, 26, 0.4);
    position: relative;
    box-sizing: border-box;
    flex: 0 1 288px;
    width: min(288px, 100%);
    max-width: 288px;
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
    margin: 0;
    padding: 1.55rem 1.15rem 1.25rem;
    text-align: left;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    font: inherit;
    color: #1e1914;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(120% 80% at 100% 0%, rgba(255, 255, 255, 0.35) 0%, transparent 45%),
        linear-gradient(168deg, #f3ebe3 0%, #e8ddd0 42%, #dbcbb8 100%);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.55) inset,
        0 -1px 0 rgba(0, 0, 0, 0.06) inset,
        0 12px 28px rgba(0, 0, 0, 0.32),
        0 2px 8px rgba(0, 0, 0, 0.12);
    transition:
        transform 0.22s cubic-bezier(0.34, 1.2, 0.64, 1),
        box-shadow 0.22s ease;
    animation: fp-pkg-in 0.58s cubic-bezier(0.22, 1, 0.36, 1) backwards;
    animation-delay: calc(var(--fp-pkg-i, 0) * 0.1s);
}

/* display:flex, [hidden] Ã§akÄ±ÅŸmasÄ±: JS ile gizlenen sipariÅŸ kartlarÄ± yine gÃ¶rÃ¼nÃ¼yordu */
.fp-pkg[hidden] {
    display: none !important;
}

.fp-pkg--st-new {
    --fp-pkg-accent: #f27a1a;
    --fp-pkg-ring: rgba(242, 122, 26, 0.45);
}

.fp-pkg--st-accepted {
    --fp-pkg-accent: #ca8a04;
    --fp-pkg-ring: rgba(202, 138, 4, 0.42);
}

.fp-pkg--st-prep {
    --fp-pkg-accent: #d97706;
    --fp-pkg-ring: rgba(217, 119, 6, 0.4);
}

.fp-pkg--st-ready {
    --fp-pkg-accent: #059669;
    --fp-pkg-ring: rgba(5, 150, 105, 0.38);
}

.fp-pkg--st-pool {
    --fp-pkg-accent: #6366f1;
    --fp-pkg-ring: rgba(99, 102, 241, 0.38);
}

.fp-pkg--st-courier {
    --fp-pkg-accent: #7c3aed;
    --fp-pkg-ring: rgba(124, 58, 237, 0.38);
}

.fp-pkg--st-onway {
    --fp-pkg-accent: #0ea5e9;
    --fp-pkg-ring: rgba(14, 165, 233, 0.4);
}

.fp-pkg--st-new .fp-pkg__edge {
    animation: fp-pkg-edge-pulse 2.4s ease-in-out infinite;
    animation-delay: calc(var(--fp-pkg-i, 0) * 0.12s + 0.4s);
}

.fp-pkg--st-accepted .fp-pkg__edge {
    border-color: rgba(202, 138, 4, 0.42);
}

.fp-pkg--st-courier .fp-pkg__edge {
    border-color: rgba(124, 58, 237, 0.42);
}

.fp-pkg--st-failed .fp-pkg__edge {
    border-color: rgba(185, 28, 28, 0.45);
}

.fp-pkg:hover {
    transform: translateY(-4px) scale(1.015);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.65) inset,
        0 -1px 0 rgba(0, 0, 0, 0.05) inset,
        0 18px 36px rgba(0, 0, 0, 0.36),
        0 0 0 1px rgba(255, 255, 255, 0.12),
        0 0 28px rgba(242, 122, 26, 0.22);
}

.fp-pkg--st-prep:hover {
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.65) inset,
        0 -1px 0 rgba(0, 0, 0, 0.05) inset,
        0 18px 36px rgba(0, 0, 0, 0.36),
        0 0 0 1px rgba(255, 255, 255, 0.12),
        0 0 28px rgba(217, 119, 6, 0.24);
}

.fp-pkg--st-onway:hover {
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.65) inset,
        0 -1px 0 rgba(0, 0, 0, 0.05) inset,
        0 18px 36px rgba(0, 0, 0, 0.36),
        0 0 0 1px rgba(255, 255, 255, 0.12),
        0 0 28px rgba(14, 165, 233, 0.22);
}

.fp-pkg:active {
    transform: translateY(-1px) scale(1.005);
    transition-duration: 0.08s;
}

.fp-pkg:focus-visible {
    outline: 2px solid var(--fp-pkg-accent);
    outline-offset: 3px;
}

.fp-pkg__edge {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 2px solid rgba(242, 122, 26, 0.42);
    opacity: 0.5;
    pointer-events: none;
    z-index: 0;
    transition: opacity 0.2s ease, border-color 0.2s ease;
}

.fp-pkg--st-prep .fp-pkg__edge {
    border-color: rgba(217, 119, 6, 0.42);
}

.fp-pkg--st-onway .fp-pkg__edge {
    border-color: rgba(14, 165, 233, 0.42);
}

.fp-pkg--st-delivered .fp-pkg__edge {
    border-color: rgba(100, 116, 139, 0.42);
}

.fp-pkg:hover .fp-pkg__edge {
    opacity: 0.75;
}

.fp-pkg__shine {
    position: absolute;
    top: -40%;
    left: -30%;
    width: 55%;
    height: 180%;
    background: linear-gradient(
        105deg,
        transparent 0%,
        rgba(255, 255, 255, 0) 40%,
        rgba(255, 255, 255, 0.45) 48%,
        rgba(255, 255, 255, 0) 56%,
        transparent 100%
    );
    transform: translateX(-120%) rotate(18deg);
    transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none;
    z-index: 2;
    opacity: 0.85;
}

.fp-pkg:hover .fp-pkg__shine {
    transform: translateX(220%) rotate(18deg);
}

.fp-pkg__tape {
    position: absolute;
    top: 0.62rem;
    left: 50%;
    transform: translateX(-50%);
    width: min(44%, 7.25rem);
    height: 0.68rem;
    border-radius: 3px;
    background: linear-gradient(
        90deg,
        rgba(120, 90, 60, 0.2) 0%,
        rgba(255, 255, 255, 0.65) 22%,
        rgba(255, 255, 255, 0.9) 50%,
        rgba(255, 255, 255, 0.55) 78%,
        rgba(100, 75, 50, 0.15) 100%
    );
    opacity: 0.92;
    pointer-events: none;
    box-shadow:
        0 1px 2px rgba(0, 0, 0, 0.12),
        0 1px 0 rgba(255, 255, 255, 0.4) inset;
    z-index: 1;
    animation: fp-pkg-tape-glint 3.2s ease-in-out infinite;
}

.fp-pkg__ribbon {
    position: absolute;
    top: 0.65rem;
    right: 0.65rem;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.42rem;
    width: auto;
    max-width: calc(100% - 1.3rem);
    pointer-events: none;
}

.fp-pkg__badge {
    display: block;
    box-sizing: border-box;
    max-width: 100%;
    padding: 0.28rem 0.55rem;
    border-radius: 999px;
    font-size: clamp(0.58rem, 2.4vw, 0.68rem);
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.15;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: linear-gradient(145deg, #c45f0a 0%, #f27a1a 100%);
    box-shadow:
        0 2px 4px rgba(0, 0, 0, 0.18),
        0 0 0 1px rgba(255, 255, 255, 0.22) inset;
    pointer-events: auto;
}

a.fp-pkg__badge,
.fp-pkg__badge--call {
    cursor: pointer;
    text-decoration: none;
    color: #fff;
}

a.fp-pkg__badge:hover,
.fp-pkg__badge--call:hover {
    filter: brightness(1.08);
}

.fp-pkg--st-new .fp-pkg__badge {
    background: linear-gradient(145deg, #c45f0a 0%, #f27a1a 100%);
}

.fp-pkg--st-prep .fp-pkg__badge {
    background: linear-gradient(145deg, #a16207 0%, #eab308 100%);
}

.fp-pkg--st-ready .fp-pkg__badge {
    background: linear-gradient(145deg, #047857 0%, #34d399 100%);
}

.fp-pkg--st-pool .fp-pkg__badge {
    background: linear-gradient(145deg, #4338ca 0%, #818cf8 100%);
}

.fp-pkg--st-accepted .fp-pkg__badge {
    background: linear-gradient(145deg, #a16207 0%, #ca8a04 100%);
}

.fp-pkg--st-accepted .fp-pkg__ribbon {
    top: 0.65rem;
    right: 0.65rem;
    max-width: calc(100% - 1.3rem);
}

.fp-pkg--st-courier .fp-pkg__badge {
    background: linear-gradient(145deg, #5b21b6 0%, #a78bfa 100%);
}

.fp-pkg--st-onway .fp-pkg__badge {
    background: linear-gradient(145deg, #0369a1 0%, #38bdf8 100%);
}

.fp-pkg--st-failed .fp-pkg__badge {
    background: linear-gradient(145deg, #991b1b 0%, #f87171 100%);
}

.fp-pkg--st-rejected .fp-pkg__badge {
    background: linear-gradient(145deg, #991b1b 0%, #dc2626 100%);
    box-shadow:
        0 1px 2px rgba(0, 0, 0, 0.22),
        0 0 0 1px rgba(255, 255, 255, 0.18) inset;
}

.fp-pkg__id,
.fp-pkg__items,
.fp-pkg__note,
.fp-pkg__pay,
.fp-pkg__rule,
.fp-pkg__foot,
.fp-pkg__total,
.fp-pkg__cta {
    position: relative;
    z-index: 1;
}

.fp-pkg__id {
    display: block;
    margin: 0.65rem 0 0.65rem;
    padding: 1.05rem min(46%, 7.25rem) 0 0;
    font-size: clamp(0.875rem, 2.35vw, 0.9375rem);
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.35;
    text-transform: uppercase;
    color: #2f2820;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}

.fp-pkg__items {
    margin: 0 0 0.75rem;
    padding-left: 1.15rem;
    font-size: clamp(0.875rem, 2.2vw, 0.9375rem);
    font-weight: 600;
    line-height: 1.58;
    letter-spacing: 0.01em;
    color: #1e1914;
    box-sizing: border-box;
}

.fp-pkg__items li + li {
    margin-top: 0.28em;
}

.fp-pkg__note {
    margin: 0 0 0.55rem;
    font-size: clamp(0.8125rem, 2.1vw, 0.875rem);
    line-height: 1.58;
    letter-spacing: 0.015em;
    color: #322b24;
}

.fp-pkg__note-lbl {
    font-weight: 800;
    color: #2a231c;
}

.fp-pkg__rule {
    width: 100%;
    height: 0;
    margin: 0 0 0.65rem;
    border: none;
    border-top: 1px solid rgba(45, 38, 32, 0.18);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}

.fp-pkg__foot {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    margin-top: auto;
    padding-top: 0;
}

.fp-pkg__foot-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 0.5rem 0.45rem;
    width: 100%;
}

.fp-pkg__foot-row .fp-pkg__total {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
}

.fp-pkg__foot-row .fp-pkg__timer-actions {
    flex: 0 0 auto;
    max-width: 100%;
}

.fp-pkg__total {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.3rem 0.35rem;
    margin: 0;
    font-size: 1.22rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #120e0a;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.fp-pkg__total-lbl {
    font-weight: 700;
    font-size: 0.88em;
    letter-spacing: 0.01em;
    color: #3d342c;
}

.fp-pkg__total-amt {
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #120e0a;
}

.fp-pkg__pay {
    margin: auto 0 0;
    font-size: 0.68rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.02em;
    color: #4a3f36;
}

.fp-pkg__pay-lbl {
    margin-right: 0.25rem;
    font-weight: 700;
    color: #6b5d50;
}

.fp-pkg__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #5c4f42;
    text-transform: uppercase;
    transition: color 0.2s ease, gap 0.2s ease;
}

/* ÃƒÅ“st Ã…Å¸erit: rozet + sayaÃƒÂ§ (butonlar altta foot iÃƒÂ§inde) */
.fp-pkg__ribbon .fp-pkg__timer-host {
    flex: 0 0 auto;
    display: block;
    width: auto;
    max-width: 100%;
    pointer-events: auto;
    transition:
        opacity 0.35s ease,
        transform 0.35s ease;
}

.fp-pkg__timer-host--done {
    display: none;
}

/* Kompakt oval sayaÃƒÂ§; rakamlar kutuda ortalÃ„Â±, altta yatay ilerleme ÃƒÂ§ubuÃ„Å¸u */
.fp-pkg__timer {
    --fp-timer-ring: 188.5;
    position: relative;
    flex-shrink: 0;
    max-width: 100%;
}

.fp-pkg__timer-inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    min-width: 4.5rem;
    max-width: 6.25rem;
    min-height: 2.85rem;
    padding: 0.28rem 0.55rem 0.32rem;
    border-radius: 0.65rem;
    background: rgba(255, 255, 255, 0.72);
    box-shadow:
        0 1px 2px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(15, 23, 42, 0.08) inset;
}

.fp-pkg__timer-time {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    margin: 0;
    padding: 0;
    min-height: 0;
    font-size: clamp(0.8rem, 2vw, 0.92rem);
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.02em;
    line-height: 1;
    text-align: center;
    color: #0f172a;
    pointer-events: none;
}

.fp-pkg__timer-bar {
    position: relative;
    display: block;
    flex: 0 0 auto;
    width: 100%;
    height: 3px;
    border-radius: 999px;
    overflow: hidden;
}

.fp-pkg__timer-bar .fp-pkg__timer-track {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: rgba(15, 23, 42, 0.12);
}

.fp-pkg__timer-bar .fp-pkg__timer-prog {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    border-radius: inherit;
    transform-origin: left center;
    transform: scaleX(0);
    transition: transform 0.35s linear;
}

.fp-pkg__timer--firma .fp-pkg__timer-bar .fp-pkg__timer-prog {
    background: linear-gradient(90deg, #0ea5e9 0%, #38bdf8 100%);
}

.fp-pkg__timer--courier .fp-pkg__timer-bar .fp-pkg__timer-prog {
    background: linear-gradient(90deg, #16a34a 0%, #4ade80 100%);
}

.fp-pkg__timer-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.45rem;
    width: 100%;
}

.fp-pkg__timer-actions--pair {
    grid-template-columns: 1fr 1fr;
}

.fp-pkg__timer-actions--single {
    grid-template-columns: 1fr;
}

.fp-pkg__timer-actions--triple {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 380px) {
    .fp-pkg__timer-actions--triple {
        grid-template-columns: 1fr;
    }
}

.fp-pkg__timer-actions--empty {
    display: none !important;
}

.fp-pkg__timer-actions [hidden] {
    display: none !important;
}

.fp-pkg__timer-btn {
    margin: 0;
    padding: 0.55rem 0.5rem;
    border: none;
    border-radius: 999px;
    font: inherit;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    cursor: pointer;
    text-align: center;
    line-height: 1.2;
    transition:
        background 0.15s ease,
        color 0.15s ease,
        transform 0.12s ease,
        box-shadow 0.15s ease;
}

.fp-pkg__timer-btn:active {
    transform: scale(0.98);
}

.fp-pkg__timer-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    filter: grayscale(0.15);
}

.fp-pkg__timer-btn--accept {
    color: #fff;
    background: linear-gradient(145deg, #15803d 0%, #22c55e 100%);
    box-shadow:
        0 2px 10px rgba(21, 128, 61, 0.38),
        0 0 0 1px rgba(21, 128, 61, 0.55);
}

.fp-pkg__timer-btn--accept:hover {
    filter: brightness(1.06);
}

.fp-pkg__timer-btn--reject {
    color: #fff;
    background: linear-gradient(145deg, #b91c1c 0%, #ef4444 100%);
    box-shadow:
        0 2px 10px rgba(185, 28, 28, 0.32),
        0 0 0 1px rgba(153, 27, 27, 0.5);
}

.fp-pkg__timer-btn--reject:hover {
    filter: brightness(1.06);
}

.fp-pkg__timer-btn--prepare {
    color: #fff;
    background: linear-gradient(145deg, #c2410c 0%, #f97316 100%);
    box-shadow:
        0 2px 10px rgba(234, 88, 12, 0.35),
        0 0 0 1px rgba(194, 65, 12, 0.55);
}

.fp-pkg__timer-btn--prepare:hover {
    filter: brightness(1.06);
}

.fp-pkg__timer-btn--ready {
    color: #fff;
    background: linear-gradient(145deg, #047857 0%, #10b981 100%);
    box-shadow:
        0 2px 10px rgba(4, 120, 87, 0.4),
        0 0 0 1px rgba(4, 120, 87, 0.6);
}

.fp-pkg__timer-btn--ready:hover {
    filter: brightness(1.06);
}

.fp-pkg__timer-btn--ship {
    color: #fff;
    background: linear-gradient(145deg, #0369a1 0%, #0ea5e9 100%);
    box-shadow:
        0 2px 10px rgba(3, 105, 161, 0.38),
        0 0 0 1px rgba(2, 84, 128, 0.55);
}

.fp-pkg__timer-btn--ship:hover {
    filter: brightness(1.06);
}

.fp-pkg__timer-btn--deliver {
    color: #fff;
    background: linear-gradient(145deg, #166534 0%, #22c55e 100%);
    box-shadow:
        0 2px 10px rgba(22, 101, 52, 0.38),
        0 0 0 1px rgba(21, 128, 61, 0.55);
}

.fp-pkg__timer-btn--deliver:hover {
    filter: brightness(1.06);
}

.fp-pkg__timer-btn--courier {
    color: #fff;
    background: linear-gradient(145deg, #0369a1 0%, #0ea5e9 100%);
    box-shadow:
        0 2px 10px rgba(3, 105, 161, 0.38),
        0 0 0 1px rgba(2, 84, 128, 0.55);
}

.fp-pkg__timer-btn--courier:hover {
    filter: brightness(1.06);
}

.fp-pkg__timer-btn--pickup {
    color: #fff;
    background: linear-gradient(145deg, #0369a1 0%, #0ea5e9 100%);
    box-shadow:
        0 2px 10px rgba(3, 105, 161, 0.38),
        0 0 0 1px rgba(2, 84, 128, 0.55);
}

.fp-pkg__timer-btn--pickup:hover {
    filter: brightness(1.06);
}

.fp-pkg__timer-btn--fail {
    color: #fff;
    background: linear-gradient(145deg, #b91c1c 0%, #ef4444 100%);
    box-shadow:
        0 2px 10px rgba(185, 28, 28, 0.32),
        0 0 0 1px rgba(153, 27, 27, 0.5);
}

.fp-pkg__timer-btn--fail:hover {
    filter: brightness(1.06);
}

.fp-pkg__timer-btn:focus-visible {
    outline: 2px solid #f27a1a;
    outline-offset: 2px;
}

.fp-pkg--st-delivered .fp-pkg__badge {
    background: linear-gradient(145deg, #4b5563 0%, #9ca3af 100%);
    box-shadow:
        0 1px 2px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.15) inset;
}

.fp-pkg:hover .fp-pkg__cta {
    color: var(--fp-pkg-accent);
    gap: 0.5rem;
}

.fp-pkg__cta-ico {
    display: inline-flex;
    transition: transform 0.22s cubic-bezier(0.34, 1.2, 0.64, 1);
}

.fp-pkg:hover .fp-pkg__cta-ico {
    transform: translateX(3px);
}

@media (prefers-reduced-motion: reduce) {
    .fp-pkg,
    .fp-pkg--st-new .fp-pkg__edge,
    .fp-pkg__tape {
        animation: none !important;
    }

    .fp-pkg:hover {
        transform: none;
    }

    .fp-pkg:hover .fp-pkg__shine {
        transform: translateX(-120%) rotate(18deg);
    }

    .fp-pkg:hover .fp-pkg__cta-ico {
        transform: none;
    }
}

.fp-pkg-dlg {
    max-width: min(500px, 96vw);
    width: 100%;
    padding: 0;
    border: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.55) inset,
        0 28px 70px rgba(0, 0, 0, 0.45);
}

.fp-pkg-dlg::backdrop {
    background: rgba(15, 23, 42, 0.72);
    -webkit-backdrop-filter: blur(24px) saturate(1.08);
    backdrop-filter: blur(24px) saturate(1.08);
}

/* Firma paneli: native dialog üzerinde uyarı/onay (form dialog açıkken üst katmanda) */
.fp-firma-native-dlg {
    max-width: min(440px, 94vw);
    width: 100%;
    padding: 0;
    border: none;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.38);
}

.fp-firma-native-dlg::backdrop {
    background: rgba(15, 23, 42, 0.72);
    -webkit-backdrop-filter: blur(24px) saturate(1.08);
    backdrop-filter: blur(24px) saturate(1.08);
}

.fp-firma-native-dlg--stacked::backdrop {
    background: rgba(15, 23, 42, 0.82);
    -webkit-backdrop-filter: blur(28px) saturate(1.1);
    backdrop-filter: blur(28px) saturate(1.1);
}

@media (prefers-reduced-motion: reduce) {
    .fp-pkg-dlg::backdrop,
    .fp-firma-native-dlg::backdrop {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }
}

.fp-firma-native-dlg__inner {
    position: relative;
    padding: 1.15rem 1.15rem 1rem;
    background: #fff;
}

.fp-firma-native-dlg__x {
    position: absolute;
    top: 0.65rem;
    right: 0.65rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #64748b;
    cursor: pointer;
}

.fp-firma-native-dlg__x:hover {
    background: rgba(15, 23, 42, 0.06);
    color: #334155;
}

.fp-firma-native-dlg__title {
    margin: 0 2rem 0.65rem 0;
    font-size: 1.05rem;
    font-weight: 800;
    color: #0f172a;
}

.fp-firma-native-dlg__msg {
    margin: 0 0 1rem;
    font-size: 0.92rem;
    line-height: 1.5;
    color: #334155;
}

.fp-firma-native-dlg__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.5rem;
}

.fp-firma-native-dlg__actions--solo {
    justify-content: flex-end;
}

.fp-firma-native-dlg__btn {
    min-height: 2.35rem;
    padding: 0.45rem 1rem;
    border-radius: 10px;
    border: 1px solid transparent;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 700;
    cursor: pointer;
}

.fp-firma-native-dlg__btn--primary {
    background: #ea6a12;
    color: #fff;
    border-color: rgba(234, 106, 18, 0.35);
}

.fp-firma-native-dlg__btn--ghost {
    background: #fff;
    color: #475569;
    border-color: rgba(15, 23, 42, 0.12);
}

.fp-firma-native-dlg__btn--danger {
    background: rgba(198, 40, 40, 0.12);
    color: #b71c1c;
    border-color: rgba(183, 28, 28, 0.35);
}

.fp-pkg-dlg__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    max-height: min(88vh, 720px);
    padding: 0;
    background:
        radial-gradient(120% 70% at 100% 0%, rgba(255, 255, 255, 0.5) 0%, transparent 42%),
        linear-gradient(168deg, #f8f1ea 0%, #efe4d6 48%, #e4d6c4 100%);
    color: #1e1914;
}

.fp-pkg-dlg__x {
    position: absolute;
    top: 0.65rem;
    right: 0.6rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    border: none;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.55);
    color: #3d342c;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    transition:
        background 0.15s ease,
        color 0.15s ease;
}

.fp-pkg-dlg__x:hover {
    background: rgba(255, 255, 255, 0.92);
    color: #120e0a;
}

.fp-pkg-dlg__head {
    flex: 0 0 auto;
    padding: 1.25rem 3rem 1rem 1.25rem;
    border-bottom: 1px solid rgba(45, 38, 32, 0.12);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

.fp-pkg-dlg__eyebrow {
    margin: 0 0 0.2rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #7a6a5c;
}

.fp-pkg-dlg__head-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem 0.75rem;
}

.fp-pkg-dlg__order-id {
    margin: 0;
    font-size: clamp(1.25rem, 4vw, 1.45rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.2;
    color: #120e0a;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}

.fp-pkg-dlg__meta {
    margin: 0.35rem 0 0;
    font-size: 0.75rem;
    font-weight: 600;
    color: #6b5f52;
}

.fp-pkg-dlg__panel {
    padding: 0.55rem 0.65rem 0.65rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #1e1914;
    background: rgba(255, 255, 255, 0.52);
    border-radius: 10px;
    box-shadow: 0 0 0 1px rgba(45, 38, 32, 0.08) inset;
}

.fp-pkg-dlg__dl {
    margin: 0;
}

.fp-pkg-dlg__dl-row {
    display: grid;
    grid-template-columns: 5.5rem 1fr;
    gap: 0.35rem 0.65rem;
    padding: 0.35rem 0;
    border-top: 1px dashed rgba(45, 38, 32, 0.1);
}

.fp-pkg-dlg__dl-row:first-child {
    border-top: none;
    padding-top: 0;
}

.fp-pkg-dlg__dl-row--block {
    grid-template-columns: 1fr;
}

.fp-pkg-dlg__dl-row dt {
    margin: 0;
    font-weight: 700;
    color: #5c4f42;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.fp-pkg-dlg__dl-row dd {
    margin: 0;
    font-weight: 600;
    word-break: break-word;
}

.fp-pkg-dlg__inner--kurye .fp-pkg-dlg__dl-row:not(.fp-pkg-dlg__dl-row--block) {
    grid-template-columns: minmax(8.75rem, max-content) 1fr;
}

.fp-pkg-dlg__inner--kurye .fp-pkg-dlg__dl-row:not(.fp-pkg-dlg__dl-row--block) dt {
    white-space: nowrap;
}

#fp-pkg-dlg-kurye-extra .fp-pkg-dlg__dl-row dt {
    white-space: nowrap;
}

.fp-pkg-dlg__table-wrap {
    overflow-x: auto;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.52);
    box-shadow: 0 0 0 1px rgba(45, 38, 32, 0.08) inset;
}

.fp-pkg-dlg__table {
    width: 100%;
    min-width: 280px;
    border-collapse: collapse;
    font-size: 0.8125rem;
}

.fp-pkg-dlg__table th,
.fp-pkg-dlg__table td {
    padding: 0.45rem 0.5rem;
    text-align: left;
    border-bottom: 1px solid rgba(45, 38, 32, 0.08);
}

.fp-pkg-dlg__table th {
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #5c4f42;
    background: rgba(15, 23, 42, 0.04);
}

.fp-pkg-dlg__table td:nth-child(2),
.fp-pkg-dlg__table td:nth-child(3),
.fp-pkg-dlg__table td:nth-child(4),
.fp-pkg-dlg__table th:nth-child(2),
.fp-pkg-dlg__table th:nth-child(3),
.fp-pkg-dlg__table th:nth-child(4) {
    text-align: right;
    white-space: nowrap;
}

.fp-pkg-dlg__table tbody tr:last-child td {
    border-bottom: none;
}

.fp-pkg-dlg__line-product {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 0;
}

.fp-pkg-dlg__line-title {
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.35;
    color: #1e293b;
}

.fp-pkg-dlg__line-cs {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.fp-pkg-dlg__line-cs-row {
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.4;
    color: #64748b;
}

.fp-pkg-dlg__items--fallback {
    margin-top: 0;
}

.fp-pkg-dlg__money {
    padding: 0.65rem 0.75rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.45);
    box-shadow: 0 0 0 1px rgba(45, 38, 32, 0.08) inset;
}

.fp-pkg-dlg__money-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 0.5rem 1rem;
    padding: 0.35rem 0;
    font-size: 0.875rem;
    border-top: 1px dashed rgba(45, 38, 32, 0.12);
}

.fp-pkg-dlg__money-row:first-child {
    border-top: none;
    padding-top: 0;
}

.fp-pkg-dlg__money-row--grand {
    margin-top: 0.25rem;
    padding-top: 0.55rem;
    border-top: 2px solid rgba(45, 38, 32, 0.18);
    font-weight: 800;
    font-size: 0.95rem;
}

.fp-pkg-dlg__money-lbl {
    color: #4a4038;
    min-width: 0;
    flex: 1 1 auto;
}

.fp-pkg-dlg__money-val {
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    color: #120e0a;
    white-space: nowrap;
    flex-shrink: 0;
}

.fp-pkg-dlg__money-val--discount {
    color: #16a34a;
}

.fp-pkg-dlg__money-row--grand .fp-pkg-dlg__money-val {
    font-size: 1.05rem;
    color: #c2410c;
}

.fp-pkg-dlg__badge {
    flex: 0 0 auto;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    font-size: clamp(0.68rem, 1.6vw, 0.78rem);
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(145deg, #c45f0a 0%, #f27a1a 100%);
    box-shadow:
        0 2px 4px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}

.fp-pkg-dlg__badge--new {
    background: linear-gradient(145deg, #c45f0a 0%, #f27a1a 100%);
}

.fp-pkg-dlg__badge--accepted {
    background: linear-gradient(145deg, #a16207 0%, #ca8a04 100%);
}

.fp-pkg-dlg__badge--preparing {
    background: linear-gradient(145deg, #a16207 0%, #eab308 100%);
}

.fp-pkg-dlg__badge--courier-assigned {
    background: linear-gradient(145deg, #5b21b6 0%, #a78bfa 100%);
}

.fp-pkg-dlg__badge--on-the-way {
    background: linear-gradient(145deg, #0369a1 0%, #38bdf8 100%);
}

.fp-pkg-dlg__badge--delivered {
    background: linear-gradient(145deg, #4b5563 0%, #9ca3af 100%);
}

.fp-pkg-dlg__badge--failed-delivery {
    background: linear-gradient(145deg, #991b1b 0%, #f87171 100%);
}

.fp-pkg-dlg__badge--rejected {
    background: linear-gradient(145deg, #991b1b 0%, #dc2626 100%);
}

.fp-pkg-dlg__scroll {
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
    padding: 1rem 1.25rem 1.1rem;
    -webkit-overflow-scrolling: touch;
}

.fp-pkg-dlg__section {
    margin: 0 0 1.15rem;
}

.fp-pkg-dlg__section:last-of-type {
    margin-bottom: 0;
}

.fp-pkg-dlg__h {
    margin: 0 0 0.5rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #5c4f42;
}

.fp-pkg-dlg__items {
    margin: 0;
    padding: 0.55rem 0.65rem 0.6rem 1.35rem;
    list-style: disc;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.55;
    color: #1e1914;
    background: rgba(255, 255, 255, 0.52);
    border-radius: 10px;
    box-shadow: 0 0 0 1px rgba(45, 38, 32, 0.08) inset;
}

.fp-pkg-dlg__items li + li {
    margin-top: 0.25em;
}

.fp-pkg-dlg__item-empty {
    list-style: none;
    margin-left: -1.35rem;
    padding-left: 0;
    font-weight: 500;
    font-style: italic;
    color: #7a6a5c;
}

.fp-pkg-dlg__note {
    margin: 0;
    padding: 0.55rem 0.65rem 0.6rem;
    font-size: 0.88rem;
    line-height: 1.55;
    color: #2f2820;
    background: rgba(255, 255, 255, 0.52);
    border-radius: 10px;
    box-shadow: 0 0 0 1px rgba(45, 38, 32, 0.08) inset;
}

.fp-pkg-dlg__note--empty {
    color: #7a6a5c;
    font-style: italic;
}

.fp-pkg-dlg__soon {
    margin-top: 0.35rem;
    padding: 0.75rem 0.65rem 0.8rem;
    border-radius: 10px;
    background: rgba(15, 23, 42, 0.04);
    box-shadow: 0 0 0 1px rgba(45, 38, 32, 0.07) inset;
}

.fp-pkg-dlg__soon-title {
    margin: 0 0 0.55rem;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #6b5f52;
}

.fp-pkg-dlg__soon-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fp-pkg-dlg__soon-list li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    gap: 0.35rem 0.75rem;
    padding: 0.35rem 0;
    font-size: 0.8125rem;
    border-top: 1px dashed rgba(45, 38, 32, 0.12);
}

.fp-pkg-dlg__soon-list li[hidden],
#fp-pkg-dlg-pay-status-row[hidden] {
    display: none !important;
}

.fp-pkg-dlg__soon-list li:first-child {
    border-top: none;
    padding-top: 0;
}

.fp-pkg-dlg__soon-lbl {
    font-weight: 700;
    color: #4a4038;
}

.fp-pkg-dlg__soon-val {
    font-weight: 500;
    color: #8a7b6d;
    text-align: right;
}

.fp-pkg-dlg__footer {
    flex: 0 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem 1rem;
    padding: 0.85rem 1.25rem 1.1rem;
    border-top: 1px solid rgba(45, 38, 32, 0.12);
    background: rgba(255, 255, 255, 0.35);
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.35);
}

.fp-pkg-dlg__footer-sum {
    flex: 1 1 auto;
    min-width: 0;
}

.fp-pkg-dlg__sum {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35rem 0.5rem;
    margin: 0;
    font-size: 0.85rem;
    font-weight: 700;
    color: #3d342c;
}

.fp-pkg-dlg__sum-lbl {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.75rem;
    color: #5c4f42;
}

.fp-pkg-dlg__sum-amt {
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #120e0a;
}

.fp-pkg-dlg__footer-btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

.fp-pkg-dlg__print {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 1.1rem;
    border: 2px solid #207d88;
    border-radius: 999px;
    background: rgba(32, 125, 136, 0.08);
    color: #1a656e;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition:
        background 0.15s ease,
        transform 0.12s ease;
}

.fp-pkg-dlg__print[hidden] {
    display: none !important;
}

.fp-pkg-dlg__print:hover {
    background: rgba(32, 125, 136, 0.14);
}

.fp-pkg-dlg__print:active {
    transform: scale(0.98);
}

.fp-pkg-dlg__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 1.35rem;
    border: none;
    border-radius: 999px;
    background: linear-gradient(145deg, #ea6a12 0%, #f27a1a 100%);
    color: #fff;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    cursor: pointer;
    box-shadow:
        0 2px 6px rgba(234, 106, 18, 0.35),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transition:
        filter 0.15s ease,
        transform 0.12s ease;
}

.fp-pkg-dlg__close:hover {
    filter: brightness(1.05);
}

.fp-pkg-dlg__close:active {
    transform: scale(0.98);
}

@media (prefers-reduced-motion: reduce) {
    .fp-pkg-dlg__close:active {
        transform: none;
    }
}

/* Kurye çağır — firma manuel havuz kaydı (yatay form) */
.fp-kurye-dlg {
    max-width: min(820px, 94vw);
}

.fp-kurye-dlg .fp-pkg-dlg__inner {
    max-height: min(92vh, 680px);
}

.fp-kurye-dlg__form {
    margin: 0;
    padding: 0;
}

.fp-kurye-dlg__head {
    padding: 0.85rem 2.75rem 0.75rem 1rem;
}

.fp-kurye-dlg__head-inner {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    min-width: 0;
}

.fp-kurye-dlg__head-icon {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(45, 38, 32, 0.1);
    overflow: hidden;
}

.fp-kurye-dlg__head-icon-img {
    display: block;
    width: 1.55rem;
    height: 1.55rem;
    object-fit: contain;
}

.fp-kurye-dlg__head-text {
    min-width: 0;
}

.fp-kurye-dlg__title {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.25;
}

.fp-kurye-dlg__subtitle {
    margin: 0.15rem 0 0;
    font-size: 0.76rem;
    font-weight: 500;
    line-height: 1.35;
    color: #7a6a5c;
}

.fp-kurye-dlg__scroll {
    padding: 0.7rem 1rem 0.55rem;
}

.fp-kurye-dlg__fields {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.fp-kurye-dlg__row {
    display: grid;
    gap: 0.55rem 0.65rem;
    min-width: 0;
}

.fp-kurye-dlg__row--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fp-kurye-dlg__row--2 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.fp-kurye-dlg__group {
    display: flex;
    flex-direction: column;
    gap: 0.32rem;
    min-width: 0;
}

.fp-kurye-dlg__group--payment {
    gap: 0.45rem;
}

.fp-kurye-dlg__group .fp-kurye-dlg__label {
    margin-top: 0;
}

.fp-kurye-dlg__label {
    font-size: 0.78rem;
    font-weight: 600;
    color: #5c4f42;
    letter-spacing: 0.01em;
}

.fp-kurye-dlg__optional {
    font-weight: 500;
    color: #7a6a5c;
}

.fp-kurye-dlg__fieldset {
    margin: 0;
    padding: 0.45rem 0.55rem 0.5rem;
    border: 1px solid rgba(45, 38, 32, 0.12);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.35);
    min-width: 0;
}

.fp-kurye-dlg__legend {
    padding: 0 0.35rem;
    font-size: 0.78rem;
    font-weight: 600;
    color: #5c4f42;
    letter-spacing: 0.01em;
}

.fp-kurye-dlg__radios {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.3rem 0.5rem;
    margin-top: 0.28rem;
}

.fp-kurye-dlg__radios--payment {
    justify-content: space-between;
    gap: 0.3rem 0.4rem;
}

.fp-kurye-dlg__radio {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: #1e1914;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}

.fp-kurye-dlg__radio input {
    width: 0.92rem;
    height: 0.92rem;
    accent-color: #ea6a12;
    flex-shrink: 0;
}

.fp-kurye-dlg__pay-amt {
    margin-top: 0;
}

.fp-kurye-dlg__pay-amt .fp-kurye-dlg__label {
    margin-top: 0;
}

.fp-kurye-dlg__req {
    color: #c2410c;
}

.fp-kurye-dlg__order-no-wrap {
    display: flex;
    align-items: stretch;
    width: 100%;
}

.fp-kurye-dlg__order-no-prefix {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    padding: 0 0.55rem 0 0.65rem;
    border: 1px solid rgba(45, 38, 32, 0.18);
    border-right: none;
    border-radius: 10px 0 0 10px;
    background: rgba(255, 255, 255, 0.55);
    font-size: 0.86rem;
    font-weight: 600;
    color: #5c4f42;
    letter-spacing: 0.01em;
    user-select: none;
}

.fp-kurye-dlg__order-no-wrap--code .fp-kurye-dlg__order-no-prefix {
    display: none !important;
}

.fp-kurye-dlg__order-no-wrap--code .fp-kurye-dlg__input {
    border-radius: 10px;
}

.fp-kurye-dlg__input--order-no {
    flex: 1;
    min-width: 0;
    border-radius: 0 10px 10px 0;
}

.fp-kurye-dlg__input--order-no:focus {
    z-index: 1;
    position: relative;
}

.fp-kurye-dlg__input,
.fp-kurye-dlg__textarea {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0.5rem 0.65rem;
    border-radius: 10px;
    border: 1px solid rgba(45, 38, 32, 0.18);
    background: rgba(255, 255, 255, 0.72);
    color: #1e1914;
    font: inherit;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.35;
}

.fp-kurye-dlg__textarea {
    resize: vertical;
    min-height: 3.75rem;
}

.fp-kurye-dlg__textarea--address,
.fp-kurye-dlg__textarea--note {
    min-height: 4rem;
}

.fp-kurye-dlg__input:focus,
.fp-kurye-dlg__textarea:focus {
    outline: 2px solid rgba(234, 106, 18, 0.45);
    outline-offset: 1px;
    border-color: rgba(234, 106, 18, 0.55);
}

.fp-kurye-dlg__input:read-only {
    background: rgba(255, 255, 255, 0.55);
    color: #5c4f42;
    cursor: default;
}


.fp-kurye-dlg__footer {
    justify-content: flex-end;
    padding: 0.65rem 1rem 0.85rem;
}

.fp-kurye-dlg__footer-btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
    width: 100%;
}

.fp-kurye-dlg__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 6.5rem;
    padding: 0.55rem 1.2rem;
    border-radius: 10px;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition:
        filter 0.15s ease,
        transform 0.12s ease;
}

.fp-kurye-dlg__btn:active {
    transform: scale(0.98);
}

.fp-kurye-dlg__btn--ghost {
    background: rgba(255, 255, 255, 0.55);
    color: #3d342c;
    border: 1px solid rgba(45, 38, 32, 0.14);
}

.fp-kurye-dlg__btn--ghost:hover {
    background: rgba(255, 255, 255, 0.88);
}

.fp-kurye-dlg__btn--ghost[data-fp-kurye-dis-paket][aria-pressed="true"] {
    background: linear-gradient(145deg, #ea6a12 0%, #f27a1a 100%);
    color: #fff;
    border-color: transparent;
    box-shadow:
        0 2px 6px rgba(234, 106, 18, 0.35),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}

.fp-kurye-dlg__btn--ghost[data-fp-kurye-dis-paket][aria-pressed="true"]:hover {
    filter: brightness(1.05);
}

.fp-kurye-dlg__btn--primary {
    background: linear-gradient(145deg, #ea6a12 0%, #f27a1a 100%);
    color: #fff;
    box-shadow:
        0 2px 6px rgba(234, 106, 18, 0.35),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}

.fp-kurye-dlg__btn--primary:hover {
    filter: brightness(1.05);
}

.fp-kurye-dlg__hint {
    margin: 0 0 0.15rem;
    padding: 0.45rem 0.55rem;
    border-radius: 8px;
    font-size: 0.74rem;
    font-weight: 600;
    line-height: 1.4;
    color: #5c4f42;
    background: rgba(255, 255, 255, 0.42);
    border: 1px solid rgba(45, 38, 32, 0.08);
}

.fp-kurye-dlg__error {
    margin: 0 0 0.35rem;
    padding: 0.5rem 0.6rem;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.4;
    color: #991b1b;
    background: #fef2f2;
    border: 1px solid #fecaca;
}

.fp-kurye-dlg__error[hidden] {
    display: none !important;
}

@media (min-width: 901px) {
    .fp-kurye-dlg .fp-pkg-dlg__inner {
        max-height: none;
    }

    .fp-kurye-dlg .fp-pkg-dlg__scroll {
        flex: 0 0 auto;
        min-height: auto;
        overflow: visible;
    }
}

@media (max-width: 760px) {
    .fp-kurye-dlg__row--3,
    .fp-kurye-dlg__row--2 {
        grid-template-columns: 1fr;
    }

    .fp-kurye-dlg__radios--payment {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .fp-kurye-dlg {
        max-width: 96vw;
    }

    .fp-kurye-dlg__head {
        padding: 0.85rem 2.75rem 0.75rem 0.95rem;
    }

    .fp-kurye-dlg__scroll {
        padding: 0.75rem 0.95rem 0.55rem;
    }

    .fp-kurye-dlg__footer {
        padding: 0.65rem 0.95rem 0.85rem;
    }

    .fp-kurye-dlg__footer-btns {
        gap: 0.45rem;
    }

    .fp-kurye-dlg__btn {
        flex: 1 1 calc(50% - 0.25rem);
        min-width: 0;
    }
}

.fp-kurye-dlg__footer-submitted {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.45rem;
    width: 100%;
}

.fp-kurye-dlg__sil-hint {
    margin: 0;
    font-size: 0.72rem;
    font-weight: 600;
    color: #7a6a5a;
    line-height: 1.35;
    min-height: 1.35em;
}

.fp-kurye-dlg__footer-btns--submitted {
    justify-content: space-between;
}

.fp-kurye-dlg__btn--danger {
    background: rgba(198, 40, 40, 0.12);
    color: #b71c1c;
    border: 1px solid rgba(183, 28, 28, 0.35);
}

.fp-kurye-dlg__btn--danger:hover:not(:disabled) {
    background: rgba(198, 40, 40, 0.2);
    filter: none;
}

.fp-kurye-dlg__btn--danger:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

/* Firma paneli: sipariÃ…Å¸ fiÃ…Å¸i Ã¢â‚¬â€ gizli tut, YazdÃ„Â±rÃ¢â‚¬â„¢da doÃ„Å¸rudan sistem iletiÃ…Å¸im kutusu (75Ãƒâ€”150 mm @page) */
.fp-pkg-print-stage {
    display: none;
}

.fp-pkg-print-surface {
    width: 75mm;
    max-width: 100%;
    min-height: 150mm;
    margin: 0 auto;
    padding: 2mm;
    border-radius: 4px;
    background: #fff;
    box-shadow:
        0 2px 12px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(45, 38, 32, 0.08);
}

.fp-pkg-print-surface .fp-rc--pro {
    box-sizing: border-box;
    width: 100%;
    font-family:
        "Segoe UI",
        system-ui,
        -apple-system,
        sans-serif;
    font-size: 6.8pt;
    line-height: 1.28;
    color: #0a0a0a;
    -webkit-font-smoothing: antialiased;
}

.fp-pkg-print-surface .fp-rc__brand {
    margin: 0 0 1.5mm;
    text-align: center;
    letter-spacing: -0.02em;
}

.fp-pkg-print-surface .fp-rc__brand--logo .fp-rc__logo-img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 11mm;
    margin: 0 auto;
    object-fit: contain;
}

.fp-pkg-print-surface .fp-rc__brand--text .fp-rc__brand-txt {
    font-size: 10pt;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #0f172a;
}

.fp-pkg-print-surface .fp-rc__hr {
    margin: 1.2mm 0;
    border: 0;
}

.fp-pkg-print-surface .fp-rc__hr--dash {
    border-top: 1px dashed #1a1a1a;
}

.fp-pkg-print-surface .fp-rc__hero {
    padding: 0.5mm 0 1mm;
    text-align: center;
}

.fp-pkg-print-surface .fp-rc__hero-lbl {
    font-size: 5.8pt;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #333;
}

.fp-pkg-print-surface .fp-rc__hero-val {
    margin-top: 0.8mm;
    font-size: 13pt;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.03em;
}

.fp-pkg-print-surface .fp-rc__datetime {
    margin: 0 0 1.5mm;
    padding: 0.5mm 0 1mm;
    text-align: center;
}

.fp-pkg-print-surface .fp-rc__datetime-lbl {
    display: block;
    font-size: 5.6pt;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #444;
}

.fp-pkg-print-surface .fp-rc__datetime-val {
    display: block;
    margin-top: 0.5mm;
    font-size: 8.5pt;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: #0a0a0a;
}

.fp-pkg-print-surface .fp-rc__cust--grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5mm 2.5mm;
    align-items: start;
    margin-bottom: 1.5mm;
}

.fp-pkg-print-surface .fp-rc__cust-col {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 0.35mm;
}

.fp-pkg-print-surface .fp-rc__cust-col--contact {
    text-align: right;
}

.fp-pkg-print-surface .fp-rc__cust-col--contact .fp-rc__lbl-soft {
    align-self: flex-end;
}

.fp-pkg-print-surface .fp-rc__cust-phone {
    font-size: 6pt;
    font-weight: 600;
    line-height: 1.25;
    color: #222;
}

.fp-pkg-print-surface .fp-rc__lbl-soft {
    font-size: 5.6pt;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #444;
}

.fp-pkg-print-surface .fp-rc__name {
    font-size: 7.2pt;
    font-weight: 700;
}

.fp-pkg-print-surface .fp-rc__tiny {
    font-size: 5.8pt;
    color: #333;
}

.fp-pkg-print-surface .fp-rc__addr {
    margin-bottom: 1.5mm;
    padding-bottom: 1.5mm;
    border-bottom: 1px solid #1a1a1a;
}

.fp-pkg-print-surface .fp-rc__addr-txt {
    margin: 0.4mm 0 0;
    overflow-wrap: anywhere;
    font-size: 6.3pt;
    line-height: 1.3;
}

.fp-pkg-print-surface .fp-rc__notebox {
    margin: 0 0 1.5mm;
    padding: 1mm 1.2mm;
    border: 1px solid #1a1a1a;
    border-radius: 0;
    background: #fafafa;
}

.fp-pkg-print-surface .fp-rc__note-lbl {
    display: block;
    margin-bottom: 0.4mm;
    font-size: 5.6pt;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #222;
}

.fp-pkg-print-surface .fp-rc__note-body {
    margin: 0;
    font-size: 6.3pt;
    line-height: 1.35;
}

.fp-pkg-print-surface .fp-rc__sheet {
    margin: 1mm 0 1.5mm;
}

.fp-pkg-print-surface .fp-rc__sheet--plain {
    padding: 1mm 0;
    border-top: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
}

.fp-pkg-print-surface .fp-rc__plain-line {
    margin: 0 0 0.6mm;
    padding-bottom: 0.5mm;
    border-bottom: 1px dotted #bbb;
    font-size: 6.5pt;
}

.fp-pkg-print-surface .fp-rc__plain-line:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.fp-pkg-print-surface .fp-rc__empty {
    margin: 0;
    font-size: 6.2pt;
    color: #555;
}

.fp-pkg-print-surface .fp-rc__tr {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 1.85rem 2.75rem 3.15rem;
    column-gap: 1.1mm;
    align-items: baseline;
    padding: 0.45mm 0;
    font-size: 5.9pt;
    border-bottom: 1px dotted #c8c8c8;
}

.fp-pkg-print-surface .fp-rc__tr:last-child {
    border-bottom: 0;
}

.fp-pkg-print-surface .fp-rc__tr--head {
    margin-bottom: 0.3mm;
    padding-bottom: 0.5mm;
    border-bottom: 1px solid #1a1a1a;
    font-size: 6pt;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.fp-pkg-print-surface .fp-rc__td--q,
.fp-pkg-print-surface .fp-rc__td--u,
.fp-pkg-print-surface .fp-rc__td--t {
    text-align: right;
}

/* Adet ile birim sÃƒÂ¼tunu arasÃ„Â±nda ekstra nefes */
.fp-pkg-print-surface .fp-rc__td--u {
    padding-left: 0.7mm;
}

.fp-pkg-print-surface .fp-rc__td--p {
    font-weight: 600;
}

.fp-pkg-print-surface .fp-rc__prod-title {
    display: block;
    font-weight: 700;
    line-height: 1.35;
}

.fp-pkg-print-surface .fp-rc__prod-cs {
    display: block;
    margin-top: 0.35mm;
    font-size: 5.6pt;
    font-weight: 500;
    line-height: 1.35;
    color: #444;
}

.fp-pkg-print-surface .fp-rc__sums {
    margin: 1mm 0 0.5mm;
    padding-top: 1mm;
    border-top: 1px dashed #888;
}

.fp-pkg-print-surface .fp-rc__sum-row {
    display: flex;
    justify-content: space-between;
    gap: 2mm;
    margin-bottom: 0.35mm;
    font-size: 6.2pt;
    color: #222;
}

.fp-pkg-print-surface .fp-rc__grand {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 2mm;
    margin: 1.2mm 0 1.5mm;
    padding: 1mm 0 0;
    border-top: 1px solid #1a1a1a;
    font-size: 9pt;
    font-weight: 800;
}

.fp-pkg-print-surface .fp-rc__pay {
    margin: 0 0 1.5mm;
    padding-top: 1mm;
    border-top: 1px dashed #888;
    font-size: 5.8pt;
    line-height: 1.35;
    color: #333;
}

.fp-pkg-print-surface .fp-rc__pay-line {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 2mm;
    margin-bottom: 0.4mm;
}

.fp-pkg-print-surface .fp-rc__pay-line:last-child {
    margin-bottom: 0;
}

.fp-pkg-print-surface .fp-rc__pay-line .fp-rc__lbl-soft {
    flex: 0 0 auto;
    max-width: 42%;
    text-transform: none;
    letter-spacing: 0;
}

.fp-pkg-print-surface .fp-rc__pay-line > span:last-child {
    text-align: right;
    font-weight: 600;
}

.fp-pkg-print-surface .fp-rc__fine--blocks {
    display: flex;
    flex-direction: column;
    gap: 0.65mm;
    margin: 0;
    padding-top: 0.5mm;
    border-top: 1px dashed #bbb;
    text-align: left;
}

.fp-pkg-print-surface .fp-rc__fine-line {
    display: block;
    font-size: 5.2pt;
    line-height: 1.4;
    color: #333;
}

.fp-pkg-print-surface .fp-rc__fine-line--small {
    font-size: 4.7pt;
    line-height: 1.35;
    color: #555;
}

.fp-pkg-print-surface .fp-rc__addr-qr {
    width: 100%;
    margin: 0.25mm 0 0;
    padding-top: 0.75mm;
    text-align: left;
}

.fp-pkg-print-surface .fp-rc__addr-qr-row {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 0;
}

.fp-pkg-print-surface .fp-rc__addr-qr-col--qr {
    flex: 0 0 auto;
    max-width: 46%;
    text-align: left;
    padding-right: 2mm;
}

.fp-pkg-print-surface .fp-rc__qr-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 26mm;
    max-width: 100%;
}

.fp-pkg-print-surface .fp-rc__addr-qr-col--msg {
    flex: 1 1 auto;
    min-width: 0;
    text-align: left;
    padding-left: 2.25mm;
    margin-left: 0;
    border-left: 1px solid #bbb;
}

.fp-pkg-print-surface .fp-rc__addr-qr--msg-only .fp-rc__addr-qr-col--msg {
    flex: 1 1 100%;
    max-width: 100%;
    padding-left: 0;
    border-left: none;
}

.fp-pkg-print-surface .fp-rc__addr-qr-lbl {
    margin: 0 0 0.55mm;
    width: 100%;
    font-size: 5.6pt;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    color: #333;
}

.fp-pkg-print-surface .fp-rc__thank-line {
    margin: 0 0 0.65mm;
    font-size: 6.8pt;
    font-weight: 600;
    line-height: 1.4;
    color: #222;
}

.fp-pkg-print-surface .fp-rc__follow-intro {
    margin: 0 0 0.5mm;
    font-size: 6.2pt;
    line-height: 1.45;
    color: #333;
}

.fp-pkg-print-surface .fp-rc__follow-line {
    margin: 0.25mm 0 0;
    font-size: 6.4pt;
    line-height: 1.45;
    color: #222;
    word-break: break-word;
}

.fp-pkg-print-surface .fp-rc__follow-line--support {
    margin-top: 0.65mm;
}

.fp-pkg-print-surface .fp-rc__follow-lbl {
    font-weight: 700;
    color: #111;
}

.fp-pkg-print-surface .fp-rc__qr-slot {
    min-height: 26mm;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.fp-pkg-print-surface .fp-rc__qr-fallback {
    width: 26mm;
    height: 26mm;
    max-width: 100%;
    margin: 0;
    box-sizing: border-box;
    border: 1px dashed #bbb;
    background: repeating-linear-gradient(-45deg, #f5f5f5, #f5f5f5 3px, #e8e8e8 3px, #e8e8e8 6px);
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}

.fp-pkg-print-surface .fp-rc__qr-img {
    display: block;
    width: 26mm;
    max-width: 100%;
    height: auto;
    margin: 0;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}

@media print {
    /* 7,5Ãƒâ€”15 cm Ã¢â‚¬â€ tarayÃ„Â±cÃ„Â± bazen yakÃ„Â±n hazÃ„Â±r boyutu (ÃƒÂ¶r. 9Ãƒâ€”13 cm) ÃƒÂ¶nerir; tam eÃ…Å¸leÃ…Å¸me yazÃ„Â±cÃ„Â±/OSÃ¢â‚¬â„¢e baÃ„Å¸lÃ„Â±dÃ„Â±r. */
    @page {
        size: 75mm 150mm;
        margin: 2mm;
    }

    html.fp-pkg-printing body * {
        visibility: hidden !important;
    }

    html.fp-pkg-printing #fp-pkg-print-stage {
        display: block !important;
        position: absolute;
        left: 0;
        top: 0;
        width: 71mm;
        margin: 0;
        padding: 0;
        overflow: visible;
        border: none;
        background: #fff;
        box-shadow: none;
    }

    html.fp-pkg-printing #fp-pkg-print-stage,
    html.fp-pkg-printing #fp-pkg-print-stage * {
        visibility: visible !important;
    }

    html.fp-pkg-printing .fp-pkg-print-surface {
        width: 71mm;
        min-height: auto;
        margin: 0;
        padding: 1mm 0;
        border: none;
        border-radius: 0;
        box-shadow: none;
    }
}

@media (max-width: 520px) {
    .fp-home__tab {
        min-width: calc(50% - 0.25rem);
        flex: 1 1 calc(50% - 0.25rem);
    }
}

/* Ã¢â‚¬â€Ã¢â‚¬â€ Firma paneli: Kategoriler (pazar yeri tarzÃ„Â± araÃƒÂ§ ÃƒÂ§ubuÃ„Å¸u + satÃ„Â±r listesi) Ã¢â‚¬â€Ã¢â‚¬â€ */
.fp-cat-page {
    align-self: stretch;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 0 1.75rem;
}

.fp-cat-page__head {
    margin-bottom: 1rem;
}

.fp-cat-page__title {
    margin: 0;
    font-size: clamp(1.35rem, 3vw, 1.65rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #0f172a;
}

.fp-cat-page__toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 0.65rem 0.75rem;
    margin-bottom: 1rem;
}

.fp-cat-page__search {
    display: flex;
    flex: 1 1 220px;
    min-width: 0;
    gap: 0;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.fp-cat-page__search-input {
    flex: 1 1 auto;
    min-width: 0;
    padding: 0.65rem 0.85rem;
    border: none;
    font: inherit;
    font-size: 0.92rem;
    color: #0f172a;
    background: transparent;
}

.fp-cat-page__search-input:focus {
    outline: none;
}

.fp-cat-page__search:focus-within {
    border-color: #cbd5e1;
    box-shadow: 0 0 0 2px rgba(30, 41, 59, 0.08);
}

.fp-cat-page__search-btn {
    flex: 0 0 auto;
    padding: 0.65rem 1.1rem;
    border: none;
    border-left: 1px solid #e2e8f0;
    background: #1e293b;
    color: #fff;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.15s ease;
}

.fp-cat-page__search-btn:hover {
    background: #334155;
}

.fp-cat-page__add {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    flex: 0 0 auto;
    padding: 0.65rem 1.15rem;
    border: none;
    border-radius: 10px;
    background: linear-gradient(145deg, #ea6a12 0%, #f27a1a 100%);
    color: #fff;
    font: inherit;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(242, 122, 26, 0.4);
    transition:
        filter 0.15s ease,
        transform 0.12s ease;
}

.fp-cat-page__add:hover {
    filter: brightness(1.05);
}

.fp-cat-page__add:active {
    transform: scale(0.98);
}

.fp-cat-page__add-ico {
    flex-shrink: 0;
}

.fp-cat-page__policy {
    margin: 0 0 1.25rem;
    padding: 0.85rem 1rem;
    border-radius: 10px;
    background: rgba(14, 165, 233, 0.08);
    border: 1px solid rgba(14, 165, 233, 0.22);
}

.fp-cat-page__policy-h {
    margin: 0 0 0.65rem;
    font-size: clamp(0.92rem, 2.2vw, 1.05rem);
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -0.01em;
    color: #0c4a6e;
}

.fp-cat-page__policy-lead {
    margin: 0 0 0.75rem;
    font-size: 0.88rem;
    line-height: 1.55;
    color: #334155;
}

.fp-cat-page__policy-list {
    margin: 0 0 0.75rem;
    padding-left: 1.2rem;
    font-size: 0.86rem;
    line-height: 1.55;
    color: #334155;
}

.fp-cat-page__policy-list li + li {
    margin-top: 0.4em;
}

.fp-cat-page__policy-outro {
    margin: 0;
    font-size: 0.86rem;
    line-height: 1.55;
    color: #475569;
}

.fp-cat-page__board {
    padding: 1rem 1.15rem 1.2rem;
    border-radius: 12px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 14px rgba(15, 23, 42, 0.05);
}

.fp-cat-page__board-head {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.85rem;
    padding-bottom: 0.65rem;
    border-bottom: 1px solid #f1f5f9;
}

.fp-cat-page__board-title {
    margin: 0;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #64748b;
}

.fp-cat-page__count {
    font-size: 0.78rem;
    font-weight: 700;
    color: #94a3b8;
}

.fp-cat-page__filter-empty {
    margin: 0 0 0.75rem;
    padding: 0.65rem 0.75rem;
    border-radius: 8px;
    background: #f8fafc;
    font-size: 0.88rem;
    color: #64748b;
}

.fp-cat-page__filter-empty[hidden] {
    display: none !important;
}

.fp-cat-page__empty {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.5;
    color: #64748b;
}

.fp-cat-page__rows {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fp-cat-page__row {
    display: grid;
    grid-template-columns: auto minmax(8rem, 1.1fr) minmax(5rem, auto) minmax(6rem, auto) minmax(11rem, auto);
    align-items: start;
    gap: 0.65rem 0.75rem;
    padding: 0.85rem 0.5rem;
    border-bottom: 1px solid #f1f5f9;
}

.fp-cat-page__row.is-dragging {
    opacity: 0.65;
    background: #fafafa;
}

.fp-cat-page__row.is-drag-over {
    box-shadow: inset 0 2px 0 0 #ea580c;
}

.fp-cat-page__row:last-child {
    border-bottom: none;
}

.fp-cat-page__row[hidden] {
    display: none !important;
}

.fp-cat-page__row-grip {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    color: #cbd5e1;
    cursor: grab;
    touch-action: none;
}

.fp-cat-page__row-grip:active {
    cursor: grabbing;
}

.fp-cat-page__row-main,
.fp-cat-page__row-total,
.fp-cat-page__row-sale {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}

.fp-cat-page__row-sale {
    align-items: center;
    text-align: center;
}

.fp-cat-page__row-lbl {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #94a3b8;
}

.fp-cat-page__row-name {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1e293b;
    word-break: break-word;
}

.fp-cat-page__row-count {
    font-size: 0.88rem;
    font-weight: 600;
    color: #475569;
}

.fp-cat-page__sale-badge {
    display: inline-block;
    width: fit-content;
    padding: 0.2rem 0.45rem;
    border-radius: 6px;
    font-size: 0.72rem;
    font-weight: 700;
    color: #64748b;
    background: #f1f5f9;
}

.fp-cat-page__sale-form {
    margin: 0;
    display: flex;
    justify-content: center;
    width: 100%;
}

.fp-cat-page__sale-toggle {
    display: inline-block;
    box-sizing: border-box;
    width: fit-content;
    max-width: 100%;
    padding: 0.38rem 0.65rem;
    border: 1px solid #f87171;
    border-radius: 999px;
    font: inherit;
    font-size: 0.76rem;
    font-weight: 700;
    color: #dc2626;
    background: #fff;
    cursor: pointer;
    text-align: center;
}

.fp-cat-page__sale-toggle:hover {
    background: #fef2f2;
}

.fp-cat-page__sale-toggle--on {
    color: #15803d;
    background: #fff;
    border-color: #4ade80;
}

.fp-cat-page__sale-toggle--on:hover {
    background: #f0fdf4;
    border-color: #22c55e;
}

.fp-cat-page__row-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.08rem;
    min-width: 0;
}

.fp-cat-page__row-lbl--spacer {
    visibility: hidden;
    user-select: none;
    pointer-events: none;
}

.fp-cat-page__row-actions-btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.4rem;
    margin-top: -0.28rem;
}

.fp-cat-page__btn-ghost {
    padding: 0.38rem 0.65rem;
    border: 1px solid #fdba74;
    border-radius: 8px;
    background: #fff;
    color: #ea580c;
    font: inherit;
    font-size: 0.76rem;
    font-weight: 700;
    cursor: not-allowed;
    opacity: 0.75;
}

.fp-cat-page__btn-product {
    padding: 0.38rem 0.65rem;
    border: 1px solid #fdba74;
    border-radius: 999px;
    background: #fff;
    color: #ea580c;
    font: inherit;
    font-size: 0.76rem;
    font-weight: 700;
    cursor: pointer;
}

a.fp-cat-page__btn-product {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-sizing: border-box;
}

.fp-cat-page__btn-product:hover {
    background: #fff7ed;
}

.fp-cat-page__btn-edit {
    padding: 0.38rem 0.65rem;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    background: #fff;
    color: #475569;
    font: inherit;
    font-size: 0.76rem;
    font-weight: 700;
    cursor: pointer;
}

a.fp-cat-page__btn-edit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-sizing: border-box;
}

.fp-cat-page__btn-edit:hover {
    background: #f8fafc;
}

.fp-cat-page__del-form {
    margin: 0;
}

.fp-cat-page__del {
    padding: 0.35rem 0.65rem;
    border: 1px solid #fecaca;
    border-radius: 8px;
    background: #fff;
    color: #b91c1c;
    font: inherit;
    font-size: 0.78rem;
    font-weight: 700;
    cursor: pointer;
}

.fp-cat-page__del:hover {
    background: #fef2f2;
}

.page--fp-cat-duzenle .fp-cat-edit-page__lead {
    margin: 0 0 1rem;
    font-size: 0.9rem;
    color: #64748b;
}

.page--fp-cat-duzenle .fp-cat-edit-page__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
    margin-top: 1.25rem;
}

.fp-cat-edit-page__btn-cancel {
    padding: 0.5rem 1rem;
    border-radius: 999px;
    border: 1px solid #cbd5e1;
    background: #fff;
    color: #475569;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.fp-cat-edit-page__btn-cancel:hover {
    background: #f8fafc;
}

.fp-cat-edit-page__btn-save {
    padding: 0.5rem 1.35rem;
    border: none;
    border-radius: 999px;
    background: #f27a1a;
    color: #fff;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(242, 122, 26, 0.35);
}

.fp-cat-edit-page__btn-save:hover {
    filter: brightness(1.03);
}

@media (max-width: 720px) {
    .fp-cat-page__toolbar {
        flex-direction: column;
        align-items: stretch;
    }

    /* SÃ¼tunda flex: 1 1 220px yÃ¼kseklik eksenine uygulanÄ±r â†’ arama kutusu devleÅŸir */
    .fp-cat-page__search {
        flex: 0 0 auto;
        width: 100%;
        align-self: stretch;
    }

    .fp-cat-page__add {
        justify-content: center;
    }

    .fp-cat-page__row {
        grid-template-columns: auto 1fr;
        grid-template-rows: auto auto auto auto;
        padding: 0.75rem 0;
    }

    .fp-cat-page__row-grip {
        grid-row: 1 / span 4;
        align-self: start;
        padding-top: 0.2rem;
    }

    .fp-cat-page__row-main {
        grid-column: 2;
    }

    .fp-cat-page__row-total {
        grid-column: 2;
    }

    .fp-cat-page__row-sale {
        grid-column: 2;
    }

    .fp-cat-page__row-actions {
        grid-column: 2;
        align-items: flex-start;
    }

    .fp-cat-page__row-actions-btns {
        justify-content: flex-start;
    }
}

.fp-cat-dlg {
    max-width: min(440px, 94vw);
    width: 100%;
    padding: 0;
    border: none;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.fp-cat-dlg--wide {
    max-width: min(520px, 96vw);
}

.fp-cat-dlg--notice .fp-cat-dlg__title {
    color: #9a3412;
}

.fp-cat-dlg--notice .fp-cat-dlg__inner {
    border-top: 3px solid rgba(234, 88, 12, 0.35);
}

.fp-cat-prod-form {
    margin: 0;
}

.fp-cat-prod-list {
    margin: 0 0 1rem;
    padding: 0;
    list-style: none;
    max-height: min(280px, 45vh);
    overflow: auto;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
}

.fp-cat-prod-list__item {
    border-bottom: 1px solid #f1f5f9;
}

.fp-cat-prod-list__item:last-child {
    border-bottom: none;
}

.fp-cat-prod-list__label {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin: 0;
    padding: 0.5rem 0.65rem;
    cursor: pointer;
    font-size: 0.88rem;
    color: #1e293b;
}

.fp-cat-prod-list__label:hover {
    background: #f8fafc;
}

.fp-cat-prod-empty {
    margin: 0 0 1rem;
    font-size: 0.84rem;
    line-height: 1.45;
    color: #5c4f42;
}

.fp-cat-dlg::backdrop {
    background: rgba(15, 23, 42, 0.5);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

.fp-cat-dlg__inner {
    position: relative;
    padding: 1.25rem 1.25rem 1.15rem;
    background: linear-gradient(168deg, #f8f1ea 0%, #efe4d6 48%, #e8ddd0 100%);
    color: #1e1914;
}

.fp-cat-dlg__x {
    position: absolute;
    top: 0.55rem;
    right: 0.55rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.1rem;
    height: 2.1rem;
    padding: 0;
    border: none;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.65);
    color: #3d342c;
    cursor: pointer;
}

.fp-cat-dlg__x:hover {
    background: rgba(255, 255, 255, 0.95);
}

.fp-cat-dlg__title {
    margin: 0 2.25rem 0.35rem 0;
    font-size: 1.2rem;
    font-weight: 800;
    color: #120e0a;
}

.fp-cat-dlg__lead {
    margin: 0 0 1rem;
    font-size: 0.84rem;
    line-height: 1.45;
    color: #5c4f42;
}

.fp-cat-dlg__label {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.82rem;
    font-weight: 700;
    color: #334155;
}

.fp-cat-dlg__input {
    width: 100%;
    box-sizing: border-box;
    padding: 0.65rem 0.75rem;
    margin-bottom: 1rem;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    font: inherit;
    font-size: 0.95rem;
    color: #0f172a;
    background: #fff;
}

.fp-cat-dlg__input:focus {
    outline: none;
    border-color: #f27a1a;
    box-shadow: 0 0 0 3px rgba(242, 122, 26, 0.2);
}

.fp-cat-dlg__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.5rem;
}

.fp-cat-dlg__cancel {
    padding: 0.55rem 1rem;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    background: #fff;
    color: #475569;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 700;
    cursor: pointer;
}

.fp-cat-dlg__save {
    padding: 0.55rem 1.35rem;
    border: none;
    border-radius: 999px;
    background: linear-gradient(145deg, #ea6a12 0%, #f27a1a 100%);
    color: #fff;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(242, 122, 26, 0.35);
}

/* Ã¢â‚¬â€Ã¢â‚¬â€ Performans/Analiz: BugÃƒÂ¼nÃƒÂ¼n performansÃ„Â± Ã¢â‚¬â€Ã¢â‚¬â€ */
.fp-perf-page {
    align-self: stretch;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}

.fp-perf {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    padding: clamp(1.15rem, 2.5vw, 1.5rem) clamp(1.1rem, 2.5vw, 1.65rem);
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
}

.fp-perf__head {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem 1.25rem;
    margin-bottom: 0.75rem;
}

.fp-perf__head--3col {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 0.65rem 1rem;
}

.fp-perf__head--3col .fp-perf__title {
    justify-self: start;
    min-width: 0;
}

.fp-perf__head--3col .fp-perf__filter-wrap {
    justify-self: center;
}

.fp-perf__head--3col .fp-perf__meta {
    justify-self: end;
    text-align: right;
}

.fp-perf__filter-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem 0.75rem;
    min-width: 0;
}

.fp-perf__filter-lbl {
    flex-shrink: 0;
    margin: 0;
    font-size: 0.875rem;
    font-weight: 600;
    color: #0f172a;
    letter-spacing: -0.01em;
    white-space: nowrap;
}

.fp-perf__select {
    flex-shrink: 0;
    min-width: min(13rem, 86vw);
    padding: 0.5rem 2.25rem 0.5rem 0.7rem;
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1e293b;
    background-color: #f8fafc;
    border: 1px solid rgba(15, 23, 42, 0.14);
    border-radius: 8px;
    cursor: pointer;
}

.fp-perf__custom-range {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0.35rem 0.45rem;
    flex: 0 1 auto;
    min-width: 0;
}

.fp-perf__custom-range[hidden] {
    display: none !important;
}

.fp-perf__custom-lbl {
    font-size: 0.75rem;
    font-weight: 600;
    color: #64748b;
}

.fp-perf__custom-sep {
    color: #94a3b8;
    font-weight: 600;
}

.fp-perf__date {
    font: inherit;
    font-size: 0.8rem;
    padding: 0.35rem 0.45rem;
    border: 1px solid rgba(15, 23, 42, 0.14);
    border-radius: 6px;
    color: #334155;
    background: #fff;
}

.fp-perf__title {
    margin: 0;
    font-size: clamp(1.1rem, 2.1vw, 1.28rem);
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.01em;
}

.fp-perf__meta {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 600;
    color: #374151;
}

.fp-perf__head + .fp-perf__grid {
    border-top: 1px solid #e2e8f0;
    padding-top: 1.1rem;
}

.fp-perf__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.85rem;
}

.fp-perf__card {
    background: #f1f5f9;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 10px;
    padding: 1rem 0.9rem;
    min-height: 6.25rem;
    display: flex;
    flex-direction: column;
}

.fp-perf__card-title {
    margin: 0 0 0.55rem;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.35;
    color: #334155;
}

.fp-perf__card-value {
    margin: 0 auto 0 0;
    font-size: clamp(1.4rem, 2.3vw, 1.75rem);
    font-weight: 700;
    line-height: 1.15;
    color: #0f172a;
    flex: 1;
}

@media (max-width: 1100px) {
    .fp-perf__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .fp-perf__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 420px) {
    .fp-perf__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .fp-perf__head--3col {
        grid-template-columns: 1fr;
        justify-items: stretch;
    }

    .fp-perf__head--3col .fp-perf__filter-wrap {
        justify-self: center;
        width: 100%;
        max-width: min(42rem, 100%);
    }

    .fp-perf__head--3col .fp-perf__meta {
        justify-self: start;
        text-align: left;
    }
}

@media (max-width: 520px) {
    .fp-perf__filter-wrap {
        flex-direction: column;
        align-items: stretch;
    }

    .fp-perf__select {
        width: 100%;
        max-width: 20rem;
        margin: 0 auto;
    }

    .fp-perf__custom-range {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.fp-perf__chart-block {
    margin-top: 1.25rem;
    padding-top: 1.15rem;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.fp-perf-chart__caption {
    margin: 0 0 0.65rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #475569;
}

.fp-perf-chart {
    width: 100%;
    border-radius: 10px;
    background: linear-gradient(180deg, #fafafa 0%, #f1f5f9 100%);
    border: 1px solid rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

.fp-perf-chart__svg {
    display: block;
    width: 100%;
    height: auto;
    min-height: 150px;
    vertical-align: middle;
}

/* Ã¢â‚¬â€Ã¢â‚¬â€ DeÃ„Å¸erlendirmeler (Performans) Ã¢â‚¬â€Ã¢â‚¬â€ */
.fp-rev-page {
    align-self: stretch;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}

.fp-rev-page__title {
    margin: 0 0 0.35rem;
    font-size: clamp(1.15rem, 2.2vw, 1.35rem);
    font-weight: 600;
    color: #0f172a;
}

.fp-rev-page__lead {
    margin: 0 0 1.25rem;
    font-size: 0.9rem;
    line-height: 1.45;
    color: #64748b;
    font-weight: 400;
    max-width: 42rem;
}

/* Firma â€” Destek: cp-* sÄ±nÄ±flarÄ± kurye panelinde .cp-app altÄ±nda token alÄ±r; burada yok â€” Ã§erÃ§eve ve kontrast */
.fp-destek-page {
    --cp-accent: var(--bl-color-primary, #f27a1a);
    --cp-surface: #fff;
    --cp-line: #cbd5e1;
}

.fp-destek-page .cp-card {
    background: #fff;
    border: 1px solid #94a3b8;
    box-shadow:
        0 1px 3px rgba(15, 23, 42, 0.08),
        0 6px 20px rgba(15, 23, 42, 0.06);
}

.fp-destek-page .cp-msg-new {
    border-color: rgba(234, 88, 12, 0.4);
    box-shadow:
        0 1px 3px rgba(15, 23, 42, 0.08),
        0 8px 24px rgba(234, 88, 12, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.fp-destek-page .cp-field__i {
    border-color: #94a3b8;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}

.fp-destek-page .cp-field__i:focus {
    outline: none;
    border-color: #f27a1a;
    box-shadow: 0 0 0 3px rgba(242, 122, 26, 0.22);
}

.fp-destek-page .cp-btn--primary {
    background: linear-gradient(180deg, #f27a1a 0%, #ea580c 100%);
    color: #fff;
    border: 1px solid rgba(194, 65, 12, 0.55);
    box-shadow: 0 2px 6px rgba(234, 88, 12, 0.35);
}

.fp-destek-page .cp-btn--primary:hover:not(:disabled) {
    filter: brightness(1.04);
}

.fp-destek-page .cp-btn--primary:disabled {
    opacity: 1;
    cursor: not-allowed;
    background: #e2e8f0;
    color: #475569;
    border: 1px solid #cbd5e1;
    box-shadow: none;
}

/* Firma paneli â€” yÃ¶netim duyurularÄ± (modal iÃ§i) */
.fp-duyuru-lead {
    margin: 0 0 1.1rem;
    font-size: 0.88rem;
    line-height: 1.5;
    color: #64748b;
}

.fp-duyuru-list {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    max-height: min(60vh, 26rem);
    overflow-y: auto;
    padding-right: 0.2rem;
    -webkit-overflow-scrolling: touch;
}

.fp-duyuru-item {
    margin: 0;
    padding: 1rem 1.05rem;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    transition:
        border-color 0.15s ease,
        box-shadow 0.15s ease;
}

.fp-duyuru-item--new {
    border-color: rgba(249, 115, 22, 0.45);
    background: linear-gradient(145deg, #fff 0%, #fff7ed 100%);
    box-shadow:
        0 1px 3px rgba(249, 115, 22, 0.12),
        0 0 0 1px rgba(249, 115, 22, 0.08);
}

.fp-duyuru-item__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.65rem;
    margin: 0 0 0.45rem;
    font-size: 0.72rem;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.fp-duyuru-item__date {
    font-weight: 600;
    color: #94a3b8;
    text-transform: none;
    letter-spacing: 0;
}

.fp-duyuru-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.12rem 0.45rem;
    border-radius: 6px;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #c2410c;
    background: #ffedd5;
}

.fp-duyuru-pill--muted {
    color: #475569;
    background: #e2e8f0;
}

.fp-duyuru-item__t {
    margin: 0 0 0.4rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.3;
    overflow-wrap: anywhere;
    word-wrap: break-word;
}

.fp-duyuru-item__p {
    margin: 0;
    font-size: 0.86rem;
    line-height: 1.55;
    color: #475569;
    overflow-wrap: anywhere;
    word-wrap: break-word;
}

.fp-duyuru-item__p--empty {
    margin: 0;
    color: #64748b;
}

.fp-duyuru-mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.82em;
    font-weight: 700;
    color: #c2410c;
    background: #fff7ed;
    padding: 0.1rem 0.35rem;
    border-radius: 4px;
}

.fp-rev-summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0;
    align-items: stretch;
    padding: 1.25rem 1.35rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.fp-rev-summary__rating {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 1.15rem 1.5rem;
    min-width: 0;
    padding: 0.85rem 1.35rem 0.85rem 0.85rem;
    background: linear-gradient(135deg, #fafbfc 0%, #f4f6f8 100%);
    border: 1px solid #e8ecf0;
    border-radius: 12px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.fp-rev-summary__hero {
    flex: 0 0 auto;
    align-self: center;
    min-width: min(100%, 210px);
    max-width: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.35rem 1.25rem 1.25rem;
    background: linear-gradient(180deg, #fff5f5 0%, #ffe8e8 100%);
    border: none;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.fp-rev-summary__score {
    margin: 0 0 0.65rem;
    font-size: clamp(2.15rem, 4vw, 2.85rem);
    font-weight: 800;
    line-height: 1;
    color: #c2410c;
    letter-spacing: -0.02em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.fp-rev-stars {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
}

.fp-rev-stars__dot {
    color: #cbd5e1;
    font-size: 1rem;
    line-height: 1;
}

.fp-rev-stars--hero .fp-rev-stars__dot {
    font-size: 1.35rem;
    color: #94a3b8;
    filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.8));
}

.fp-rev-stars--sm .fp-rev-stars__dot {
    font-size: 0.95rem;
    color: #94a3b8;
}

.fp-rev-summary__breakdown {
    flex: 1 1 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.55rem;
    min-width: 0;
    padding: 0.15rem 0;
}

.fp-rev-break {
    display: grid;
    grid-template-columns: minmax(5rem, auto) 1fr auto;
    align-items: center;
    gap: 0.5rem 0.85rem;
    padding: 0.55rem 0.75rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.fp-rev-break__lbl {
    font-size: 0.9rem;
    font-weight: 600;
    color: #0f172a;
    letter-spacing: -0.01em;
}

.fp-rev-break__mid {
    display: flex;
    justify-content: center;
    min-width: 0;
}

.fp-rev-break__num {
    font-size: 1.05rem;
    font-weight: 800;
    color: #c2410c;
    min-width: 2.5rem;
    text-align: right;
    letter-spacing: -0.02em;
}

.fp-rev-summary__tools {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.35rem;
    min-width: 0;
    width: 100%;
    padding: 1.35rem 1.5rem;
    margin: 0;
    border: 1px solid #e8ecf0;
    border-radius: 12px;
    background: #fff;
}

.fp-rev-summary__hint {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    width: 100%;
    max-width: 40rem;
}

.fp-rev-summary__hint-ico {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.fp-rev-summary__hint-img {
    display: block;
    width: 52px;
    height: auto;
    max-height: 56px;
    object-fit: contain;
}

.fp-rev-summary__hint-text {
    margin: 0;
    flex: 1 1 16rem;
    min-width: 0;
    font-size: 0.9375rem;
    line-height: 1.55;
    color: #334155;
    text-align: center;
}

.fp-rev-summary__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 0.75rem;
    width: 100%;
}

.fp-rev-summary__btn {
    flex: 0 1 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-width: min(100%, 10rem);
    min-height: 3rem;
    padding: 0.6rem 1rem;
    border: 1px solid;
    border-radius: 8px;
    background: #fff;
    font: inherit;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.fp-rev-summary__btn--orange {
    border-color: #f27a1a;
    color: #ea580c;
}

.fp-rev-summary__btn--orange:hover {
    background: #fff7ed;
}

.fp-rev-summary__btn--neutral {
    border-color: #1e293b;
    color: #0f172a;
}

.fp-rev-summary__btn--neutral:hover {
    background: #f8fafc;
}

.fp-rev-summary__btn-ico {
    flex-shrink: 0;
}

@media (max-width: 960px) {
    .fp-rev-summary {
        grid-template-columns: 1fr;
    }

    .fp-rev-summary__rating {
        padding: 1rem;
        margin-bottom: 0.5rem;
        border-right: none;
    }

    .fp-rev-summary__tools {
        padding: 1.25rem 1.15rem;
    }
}

.fp-rev-tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-top: 1.25rem;
    padding: 0;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 12px 12px 0 0;
    border-bottom: none;
    overflow: hidden;
}

.fp-rev-tabs__btn {
    flex: 1 1 auto;
    min-width: min(100%, 12rem);
    margin: 0;
    padding: 0.85rem 0.75rem;
    border: none;
    border-bottom: 3px solid transparent;
    background: transparent;
    font: inherit;
    font-size: 0.875rem;
    font-weight: 600;
    color: #334155;
    cursor: pointer;
    transition: color 0.15s ease, border-color 0.15s ease;
}

.fp-rev-tabs__btn + .fp-rev-tabs__btn {
    border-left: 1px solid rgba(15, 23, 42, 0.08);
}

.fp-rev-tabs__btn:hover {
    color: #0f172a;
}

.fp-rev-tabs__btn.is-active {
    color: #f27a1a;
    border-bottom-color: #f27a1a;
}

.fp-rev-filters {
    margin: 0;
    padding: 1rem 1.15rem 1.1rem;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-top: none;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.fp-rev-filters__row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0.65rem 0.75rem;
}

.fp-rev-filters__cell {
    flex: 0 1 auto;
    min-width: 0;
}

.fp-rev-filters__cell--search {
    flex: 1 1 220px;
    min-width: min(100%, 200px);
}

.fp-rev-filters__cell--status {
    flex: 1 1 180px;
    min-width: min(100%, 160px);
}

.fp-rev-filters__cell--actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    margin-left: auto;
}

.fp-rev-filters__input-wrap {
    position: relative;
    display: block;
}

.fp-rev-filters__input {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0.5rem 2.35rem 0.5rem 0.65rem;
    font: inherit;
    font-size: 0.875rem;
    color: #1e293b;
    background: #fff;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.fp-rev-filters__input:hover {
    border-color: #94a3b8;
}

.fp-rev-filters__input:focus {
    outline: none;
    border-color: #f27a1a;
    box-shadow: 0 0 0 2px rgba(242, 122, 26, 0.2);
}

.fp-rev-filters__input--date {
    min-height: 2.5rem;
    padding: 0.5rem 0.65rem;
    color-scheme: light;
}

.fp-rev-filters__input-ico {
    position: absolute;
    right: 0.55rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    color: #94a3b8;
}

.fp-rev-filters__mini-lbl {
    display: block;
    margin-bottom: 0.3rem;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #64748b;
}

.fp-rev-filters__select {
    box-sizing: border-box;
    width: 100%;
    min-height: 2.5rem;
    padding: 0.45rem 2rem 0.45rem 0.6rem;
    font: inherit;
    font-size: 0.875rem;
    font-weight: 500;
    color: #1e293b;
    background: #fff;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    cursor: pointer;
}

.fp-rev-filters__select:focus {
    outline: none;
    border-color: #f27a1a;
    box-shadow: 0 0 0 2px rgba(242, 122, 26, 0.2);
}

.fp-rev-filters__btn {
    margin: 0;
    padding: 0.55rem 1.15rem;
    font: inherit;
    font-size: 0.8125rem;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.fp-rev-filters__btn--primary {
    color: #fff;
    background: #1e293b;
    border: 1px solid #1e293b;
}

.fp-rev-filters__btn--primary:hover {
    background: #0f172a;
    border-color: #0f172a;
}

.fp-rev-filters__btn--ghost {
    color: #1e293b;
    background: #fff;
    border: 1px solid #1e293b;
}

.fp-rev-filters__btn--ghost:hover {
    background: #f8fafc;
}

@media (max-width: 720px) {
    .fp-rev-filters__cell--actions {
        flex: 1 1 100%;
        margin-left: 0;
        justify-content: stretch;
    }

    .fp-rev-filters__cell--actions .fp-rev-filters__btn {
        flex: 1 1 auto;
        text-align: center;
        justify-content: center;
    }
}

.fp-rev-panel {
    padding: 1rem 1.15rem 1.15rem;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-top: none;
    border-radius: 0 0 12px 12px;
    margin-bottom: 1.5rem;
}

.fp-rev-panel__head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem 1rem;
}

.fp-rev-panel__h {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #1e293b;
}

.fp-rev-panel__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem 1rem;
}

.fp-rev-panel__filter-note {
    font-size: 0.78rem;
    color: #64748b;
    font-weight: 400;
}

.fp-rev-excel {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.4rem 0.65rem;
    font: inherit;
    font-size: 0.78rem;
    font-weight: 600;
    color: #334155;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.2);
    border-radius: 6px;
    cursor: not-allowed;
    opacity: 0.85;
}

.fp-rev-excel__ico {
    flex-shrink: 0;
    opacity: 0.7;
}

.fp-rev-excel__chev {
    font-size: 0.65rem;
    margin-left: 0.15rem;
    opacity: 0.8;
}

.fp-rev-table-wrap {
    margin-top: 0.85rem;
    overflow-x: auto;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
}

.fp-rev-table {
    width: 100%;
    min-width: 640px;
    border-collapse: collapse;
    font-size: 0.8125rem;
}

.fp-rev-table th {
    padding: 0.65rem 0.75rem;
    text-align: left;
    font-weight: 600;
    color: #334155;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    white-space: nowrap;
}

.fp-rev-table td {
    padding: 0.7rem 0.75rem;
    border: 1px solid #e2e8f0;
    color: #475569;
    vertical-align: top;
}

.fp-rev-table__empty {
    text-align: center;
    color: #94a3b8;
    padding: 2rem 1rem !important;
    font-size: 0.875rem;
}

.fp-rev-pager {
    margin-top: 1rem;
    padding-top: 0.85rem;
    border-top: 1px solid #e2e8f0;
}

.fp-rev-pager__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.85rem 1.25rem;
}

.fp-rev-pager__lbl {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.78rem;
    font-weight: 500;
    color: #64748b;
}

.fp-rev-pager__select,
.fp-rev-pager__input {
    font: inherit;
    font-size: 0.78rem;
    padding: 0.3rem 0.45rem;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    color: #334155;
    background: #f8fafc;
}

.fp-rev-pager__input {
    width: 3rem;
    text-align: center;
}

.fp-rev-pager__nav {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.fp-rev-pager__arrow {
    width: 1.85rem;
    height: 1.85rem;
    padding: 0;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    background: #fff;
    font-size: 1rem;
    line-height: 1;
    color: #64748b;
    cursor: not-allowed;
}

.fp-rev-pager__cur {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.85rem;
    height: 1.85rem;
    padding: 0 0.35rem;
    font-size: 0.8rem;
    font-weight: 700;
    color: #fff;
    background: #1e293b;
    border-radius: 4px;
}

@media (max-width: 640px) {
    .fp-rev-break {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .fp-rev-break__mid {
        justify-content: center;
    }

    .fp-rev-break__num {
        text-align: center;
    }

    .fp-rev-summary__actions {
        flex-direction: column;
    }

    .fp-rev-summary__btn {
        min-width: 100%;
    }

    .fp-rev-tabs__btn {
        min-width: 100%;
        border-left: none !important;
        border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    }

    .fp-rev-tabs__btn.is-active {
        border-bottom-color: #f27a1a;
    }
}

/* Ã¢â‚¬â€Ã¢â‚¬â€ Alt bilgi (beyaz) Ã¢â‚¬â€Ã¢â‚¬â€ */
.tgo-foot {
    flex-shrink: 0;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding: 0.45rem clamp(0.65rem, 1.6vw, 1.15rem) 0.55rem;
}

.tgo-foot__inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.65rem;
    max-width: 1320px;
    margin: 0 auto;
}

.tgo-foot__top {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.tgo-foot__cluster {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem clamp(0.65rem, 1.6vw, 1rem);
    max-width: 100%;
}

.tgo-foot__vsep {
    flex-shrink: 0;
    width: 1px;
    height: 2.1rem;
    align-self: center;
    background: rgba(0, 0, 0, 0.12);
}

.tgo-foot__live-ico {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    line-height: 0;
    margin: 0;
}

.tgo-foot__live-ico svg {
    display: block;
    width: 18px;
    height: 18px;
}

.tgo-foot__live-txt {
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    line-height: 1.2;
}

.tgo-foot__live {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.38rem;
    flex-shrink: 0;
    box-sizing: border-box;
    min-height: 2.1rem;
    padding: 0.4rem 1rem;
    border-radius: 999px;
    background: #f27a1a;
    color: #fff;
    font-weight: 700;
    font-size: 0.78rem;
    line-height: 1.2;
    letter-spacing: 0.01em;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 3px 11px rgba(242, 122, 26, 0.32);
    transition: filter 0.15s ease, box-shadow 0.15s ease;
}

.tgo-foot__live:hover {
    filter: brightness(1.04);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(242, 122, 26, 0.42);
}

.tgo-foot__block {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    max-width: 100%;
}

.tgo-foot__block-ico {
    display: inline-flex;
    flex-shrink: 0;
    padding-top: 0.06rem;
    color: #6b7280;
}

.tgo-foot__block-ico svg {
    width: 15px;
    height: 15px;
}

.tgo-foot__block-body {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
    text-align: left;
}

.tgo-foot__lbl {
    margin: 0;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 1.2;
    color: #9ca3af;
    text-transform: uppercase;
}

.tgo-foot__phone {
    margin: 0;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.01em;
    color: #1e293b;
}

.tgo-foot__id-line {
    margin: 0;
    font-size: 0.78rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.015em;
    color: #1e293b;
}

.tgo-foot__id-line strong {
    font-weight: 600;
}

@media (max-width: 960px) {
    .tgo-foot__cluster {
        flex-direction: column;
        gap: 0.75rem;
    }

    .tgo-foot__vsep {
        width: min(100%, 14rem);
        height: 1px;
    }
}

@media (max-width: 767.98px) {
    body.page--firma-panel-app .tgo-foot {
        padding: 0.4rem 0.55rem calc(0.5rem + env(safe-area-inset-bottom, 0px));
    }

    body.page--firma-panel-app .tgo-foot__inner {
        gap: 0.45rem;
    }

    /* CanlÄ± Destek Ã¼stte; iki bilgi kutusu alt satÄ±rda yan yana */
    body.page--firma-panel-app .tgo-foot__cluster {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        column-gap: 0.65rem;
        row-gap: 0.45rem;
        align-items: start;
        width: 100%;
    }

    body.page--firma-panel-app .tgo-foot__live {
        grid-column: 1 / -1;
        grid-row: 1;
        justify-self: center;
        min-height: 1.75rem;
        padding: 0.32rem 0.82rem;
        font-size: 0.72rem;
        box-shadow: 0 2px 8px rgba(242, 122, 26, 0.26);
    }

    body.page--firma-panel-app .tgo-foot__cluster > .tgo-foot__block:nth-child(3) {
        grid-column: 1;
        grid-row: 3;
        min-width: 0;
    }

    body.page--firma-panel-app .tgo-foot__cluster > .tgo-foot__block:nth-child(5) {
        grid-column: 2;
        grid-row: 3;
        min-width: 0;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        padding-left: 0.55rem;
        margin-left: -0.15rem;
    }

    body.page--firma-panel-app .tgo-foot__live-ico svg {
        width: 15px;
        height: 15px;
    }

    body.page--firma-panel-app .tgo-foot__block {
        gap: 0.45rem;
    }

    body.page--firma-panel-app .tgo-foot__block-ico {
        padding-top: 0;
    }

    body.page--firma-panel-app .tgo-foot__block-ico svg {
        width: 14px;
        height: 14px;
    }

    body.page--firma-panel-app .tgo-foot__lbl {
        font-size: 0.72rem;
        letter-spacing: 0.05em;
    }

    body.page--firma-panel-app .tgo-foot__phone {
        font-size: 0.72rem;
    }

    body.page--firma-panel-app .tgo-foot__id-line {
        font-size: 0.72rem;
    }

    /* Ä°lk ayÄ±rÄ±cÄ±: CanlÄ± Destek ile alt satÄ±r arasÄ±nda ince yatay Ã§izgi */
    body.page--firma-panel-app .tgo-foot__cluster > .tgo-foot__vsep:nth-of-type(1) {
        display: block;
        grid-column: 1 / -1;
        grid-row: 2;
        width: 100%;
        height: 1px;
        min-height: 1px;
        margin: 0.15rem 0 0.1rem;
        align-self: stretch;
    }

    /* Ä°kinci ayÄ±rÄ±cÄ±: iki sÃ¼tun arasÄ±nda gerek yok */
    body.page--firma-panel-app .tgo-foot__cluster > .tgo-foot__vsep:nth-of-type(2) {
        display: none;
    }
}

@media (max-width: 900px) {
    .tgo-frame {
        flex-direction: column;
        max-height: none;
    }

    .tgo-side {
        width: 100%;
        min-height: auto;
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    }

    .tgo-side__tabs {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

/* Ã¢â‚¬â€Ã¢â‚¬â€ Firma panel: ÃƒÅ“rÃƒÂ¼n YÃƒÂ¶netimi (tam geniÃ…Å¸lik, ortada dar sÃƒÂ¼tun yok) Ã¢â‚¬â€Ã¢â‚¬â€ */
.page--fp-prod .tgo-stage.tgo-stage--page {
    padding-left: clamp(0.75rem, 2.5vw, 2rem);
    padding-right: clamp(0.75rem, 2.5vw, 2rem);
}

@media (min-width: 768px) {
    body.page--firma-panel-app.page--fp-prod .tgo-frame.tgo-frame--no-side {
        flex: 1 1 auto;
        min-height: 0;
        overflow: hidden;
    }

    body.page--firma-panel-app.page--fp-prod .tgo-stage.tgo-stage--page {
        flex: 1 1 auto;
        min-height: 0;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }
}

.fp-prod-page {
    align-self: stretch;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0.5rem 0 1.75rem;
    box-sizing: border-box;
}

.fp-prod-page__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.fp-prod-page__title {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 800;
    color: #0f172a;
}

.fp-prod-page__head-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 1rem;
}

/* ÃƒÅ“rÃƒÂ¼n YÃƒÂ¶netimi: Yeni ÃƒÂ¼rÃƒÂ¼n ekle Ã¢â‚¬â€ footer CanlÃ„Â± Destek (.tgo-foot__live) ile aynÃ„Â± turuncu */
.fp-prod-page__btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-height: 2.65rem;
    padding: 0.55rem 1.35rem;
    border: none;
    border-radius: 999px;
    background: #f27a1a;
    color: #fff;
    font: inherit;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.01em;
    cursor: pointer;
    text-align: center;
    box-shadow: 0 4px 14px rgba(242, 122, 26, 0.38);
    transition: filter 0.15s ease, box-shadow 0.15s ease;
}

.fp-prod-page__btn-primary__inner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
}

.fp-prod-page__btn-primary__ico {
    display: block;
    flex-shrink: 0;
    width: 1.125em;
    height: 1.125em;
    margin: 0;
    color: inherit;
}

.fp-prod-page__btn-primary__txt {
    display: block;
    line-height: 1.2;
}

.fp-prod-page__btn-primary:hover {
    filter: brightness(1.04);
    color: #fff;
    box-shadow: 0 6px 18px rgba(242, 122, 26, 0.42);
}

a.fp-prod-page__btn-primary--link {
    text-decoration: none;
    color: #fff;
}

.fp-prod-page__btn-primary--dark {
    background: #0f172a;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.28);
}

.fp-prod-page__btn-primary--dark:hover {
    filter: brightness(1.08);
    color: #fff;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.34);
}

.fp-prod-page__empty-link {
    font-weight: 700;
    color: #ea580c;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.fp-prod-page__empty-link:hover {
    color: #c2410c;
}

.fp-prod-page__filters {
    margin-bottom: 1rem;
    padding: 1rem clamp(1rem, 2vw, 1.75rem);
    border-radius: 12px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
    width: 100%;
    box-sizing: border-box;
}

.fp-prod-page__search-row {
    display: grid;
    grid-template-columns: minmax(160px, 280px) minmax(0, 1fr) auto;
    align-items: end;
    gap: 0.75rem 1rem;
    margin-bottom: 1rem;
    width: 100%;
}

.fp-prod-page__field {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 0;
}

.fp-prod-page__field--cat {
    max-width: 100%;
}

.fp-prod-page__field--q {
    min-width: 0;
}

@media (max-width: 720px) {
    .fp-prod-page__search-row {
        grid-template-columns: 1fr;
    }
}

.fp-prod-page__lbl {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #94a3b8;
}

.fp-prod-page__select {
    width: 100%;
    padding: 0.5rem 0.65rem;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    font: inherit;
    font-size: 0.9rem;
    background: #fff;
    color: #0f172a;
}

.fp-prod-page__search-wrap {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.65rem;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.fp-prod-page__search-ico {
    flex-shrink: 0;
    color: #94a3b8;
}

.fp-prod-page__search-input {
    flex: 1;
    min-width: 0;
    border: none;
    background: transparent;
    font: inherit;
    font-size: 0.92rem;
    color: #0f172a;
}

.fp-prod-page__search-input:focus {
    outline: none;
}

.fp-prod-page__search-btn {
    padding: 0.55rem 1.15rem;
    border: none;
    border-radius: 10px;
    background: #0f172a;
    color: #fff;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 700;
    cursor: pointer;
}

.fp-prod-page__search-btn:hover {
    background: #1e293b;
}

.fp-prod-page__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    border-bottom: 1px solid #f1f5f9;
    margin-bottom: 0.85rem;
}

.fp-prod-page__tab {
    padding: 0.45rem 0.75rem;
    border: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    background: none;
    font: inherit;
    font-size: 0.86rem;
    font-weight: 700;
    color: #64748b;
    cursor: pointer;
}

.fp-prod-page__tab.is-active {
    color: #ea580c;
    border-bottom-color: #f27a1a;
}

.fp-prod-page__pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.fp-prod-page__pill {
    padding: 0.35rem 0.7rem;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #f8fafc;
    font: inherit;
    font-size: 0.78rem;
    font-weight: 600;
    color: #475569;
    cursor: pointer;
}

.fp-prod-page__pill:hover {
    background: #f1f5f9;
}

.fp-prod-page__pill.is-active {
    border-color: #fdba74;
    background: #fff7ed;
    color: #c2410c;
}

.fp-prod-page__toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.65rem;
}

.fp-prod-page__sort-hint {
    flex: 1 1 100%;
    margin: 0;
    font-size: 0.78rem;
    color: #64748b;
    line-height: 1.45;
}

.fp-prod-page__th--drag,
.fp-prod-page__td--drag {
    width: 2.25rem;
    padding-left: 0.35rem;
    padding-right: 0.35rem;
    text-align: center;
}

.fp-prod-page__drag-handle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    color: #94a3b8;
    cursor: grab;
    touch-action: none;
}

.fp-prod-page__drag-handle:hover {
    border-color: #c7d2fe;
    color: #4f46e5;
    background: #eef2ff;
}

.fp-prod-page__drag-handle:active {
    cursor: grabbing;
}

.fp-prod-page__row.is-dragging {
    opacity: 0.55;
    background: #eef2ff;
}

[data-fp-prod-tbody].is-reorder-saving {
    opacity: 0.72;
    pointer-events: none;
}

.fp-prod-page__bulk {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem;
}

.fp-prod-page__bulk-btn {
    padding: 0.4rem 0.75rem;
    border: 1px dashed #cbd5e1;
    border-radius: 8px;
    background: #fff;
    font: inherit;
    font-size: 0.82rem;
    font-weight: 700;
    color: #0f172a;
    cursor: pointer;
}

.fp-prod-page__bulk-btn:disabled {
    color: #94a3b8;
    cursor: not-allowed;
}

.fp-prod-page__bulk-btn--danger:not(:disabled) {
    border-color: #fecaca;
    color: #b91c1c;
    background: #fff5f5;
}

.fp-prod-page__count {
    margin: 0;
    font-size: 0.84rem;
    font-weight: 600;
    color: #64748b;
}

.fp-prod-page__table-wrap {
    overflow-x: auto;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: #fff;
    box-shadow: 0 2px 14px rgba(15, 23, 42, 0.05);
    width: 100%;
    box-sizing: border-box;
}

.fp-prod-page__table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    font-size: 0.86rem;
    table-layout: auto;
}

.fp-prod-page__th {
    padding: 0.65rem 0.75rem;
    text-align: left;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #94a3b8;
    background: #f8fafc;
    border-bottom: 1px solid #f1f5f9;
    white-space: nowrap;
}

.fp-prod-page__th--check,
.fp-prod-page__td--check {
    text-align: center;
}

.fp-prod-page__th--thumb,
.fp-prod-page__td--thumb {
    width: 4.75rem;
    text-align: center;
}

.fp-prod-page__td--thumb .fp-prod-page__thumb {
    margin-inline: auto;
}

.fp-prod-page__th--name,
.fp-prod-page__th--desc {
    text-align: center;
}

.fp-prod-page__td--name,
.fp-prod-page__td--desc {
    text-align: left;
}

.fp-prod-page__th--price,
.fp-prod-page__td--price {
    width: 1%;
    white-space: nowrap;
    text-align: center;
}

.fp-prod-page__th--cat,
.fp-prod-page__td--cat {
    text-align: center;
}

.fp-prod-page__th--compact,
.fp-prod-page__td--compact {
    width: 1%;
    white-space: nowrap;
    text-align: center;
}

.fp-prod-page__th--actions,
.fp-prod-page__td--act {
    text-align: center;
}

.fp-prod-page__th--check {
    width: 2.25rem;
}

.fp-prod-page__th--desc {
    min-width: 12rem;
    width: 28%;
}

.fp-prod-page__th--actions {
    min-width: 11rem;
}

.fp-prod-page__td {
    padding: 0.55rem 0.75rem;
    border-bottom: 1px solid #f1f5f9;
    vertical-align: middle;
    color: #1e293b;
}

.fp-prod-page__td--muted {
    color: #94a3b8;
}

.fp-prod-page__td--desc {
    max-width: 28rem;
    vertical-align: middle;
}

.fp-prod-page__desc-empty {
    color: #94a3b8;
    font-weight: 600;
}

.fp-prod-page__desc-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 0.82rem;
    line-height: 1.4;
    color: #475569;
    word-break: break-word;
}

.fp-prod-page__td--name {
    font-weight: 700;
}

.fp-prod-page__inline-field {
    display: flex;
    align-items: flex-start;
    gap: 0.35rem;
    min-width: 0;
}

.fp-prod-page__inline-field--desc {
    align-items: flex-start;
}

.fp-prod-page__inline-text {
    flex: 1;
    min-width: 0;
}

.fp-prod-page__inline-edit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 1.75rem;
    height: 1.75rem;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: #94a3b8;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.12s ease, background 0.12s ease, color 0.12s ease;
}

.fp-prod-page__row:hover .fp-prod-page__inline-edit,
.fp-prod-page__inline-field.is-editing .fp-prod-page__inline-edit,
.fp-prod-page__inline-edit:focus-visible {
    opacity: 1;
}

@media (hover: none), (max-width: 900px) {
    .fp-prod-page__inline-edit {
        opacity: 1;
    }
}

.fp-prod-page__inline-edit:hover {
    background: #f1f5f9;
    color: #475569;
}

.fp-prod-page__inline-edit:focus-visible {
    outline: 2px solid #ea580c;
    outline-offset: 1px;
}

.fp-prod-page__inline-input {
    flex: 1;
    min-width: 0;
    width: 100%;
    padding: 0.35rem 0.5rem;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    font: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: #0f172a;
    background: #fff;
    box-sizing: border-box;
}

.fp-prod-page__inline-input:focus {
    outline: none;
    border-color: #ea580c;
    box-shadow: 0 0 0 3px rgba(234, 88, 12, 0.12);
}

.fp-prod-page__inline-input--area {
    min-height: 4.5rem;
    resize: vertical;
    line-height: 1.4;
    font-weight: 400;
}

.fp-prod-page__inline-field.is-editing .fp-prod-page__inline-text {
    display: none;
}

.fp-prod-page__inline-field.is-saving {
    opacity: 0.65;
    pointer-events: none;
}

.fp-prod-page__td--cat {
    position: relative;
    min-width: 9rem;
}

.fp-prod-page__cat-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.45rem;
    width: 100%;
    max-width: 100%;
    min-height: 2.15rem;
    margin: 0;
    padding: 0.35rem 0.55rem;
    border: 1px solid transparent;
    border-radius: 10px;
    background: transparent;
    color: #334155;
    font: inherit;
    font-size: inherit;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.12s ease, background 0.12s ease, box-shadow 0.12s ease;
}

.fp-prod-page__cat-trigger:hover {
    border-color: #e2e8f0;
    background: #f8fafc;
}

.fp-prod-page__cat-trigger[aria-expanded="true"] {
    border-color: #ea580c;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(234, 88, 12, 0.12);
}

.fp-prod-page__cat-trigger-text {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fp-prod-page__cat-trigger-chevron {
    flex-shrink: 0;
    color: #94a3b8;
    transition: transform 0.15s ease;
}

.fp-prod-page__cat-trigger[aria-expanded="true"] .fp-prod-page__cat-trigger-chevron {
    transform: rotate(180deg);
    color: #ea580c;
}

.fp-prod-page__cat-menu {
    position: fixed;
    z-index: 1200;
    display: none;
    flex-direction: column;
    width: min(18rem, calc(100vw - 1.5rem));
    max-height: min(22rem, calc(100vh - 1.5rem));
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.18);
}

.fp-prod-page__cat-menu.is-open {
    display: flex;
}

.fp-prod-page__cat-menu .fp-cs__picker-list {
    flex: 1;
    min-height: 0;
    overflow: auto;
}

.fp-prod-page__cat-opt {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0.45rem 0.75rem;
    border: none;
    border-radius: 0;
    background: transparent;
    color: #0f172a;
    font: inherit;
    font-size: 0.84rem;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    transition: background 0.12s ease;
}

.fp-prod-page__cat-opt--check {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    cursor: pointer;
}

.fp-prod-page__cat-check {
    width: 1rem;
    height: 1rem;
    margin: 0;
    accent-color: #ea580c;
    flex-shrink: 0;
}

.fp-prod-page__cat-opt:hover {
    background: #f8fafc;
}

.fp-prod-page__cat-opt.is-selected {
    background: #fff7ed;
    color: #c2410c;
}

.fp-prod-page__cat-menu-foot {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    padding: 0.55rem 0.75rem;
    border-top: 1px solid #e2e8f0;
    background: #fff;
}

.fp-prod-page__cat-apply {
    appearance: none;
    border: none;
    border-radius: 0.55rem;
    background: #ea580c;
    color: #fff;
    font: inherit;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 0.4rem 0.85rem;
    cursor: pointer;
}

.fp-prod-page__cat-apply:hover {
    background: #c2410c;
}

.fp-prod-page__cat-apply:disabled {
    opacity: 0.6;
    cursor: wait;
}

.fp-prod-page__row[hidden] {
    display: none;
}

.fp-prod-page__thumb {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.fp-prod-page__thumb--empty {
    border: 1px dashed #cbd5e1;
    background: #fafafa;
}

.fp-prod-page__thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

.fp-prod-page__thumb-btn {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: inherit;
    background: transparent;
    cursor: pointer;
    overflow: hidden;
}

.fp-prod-page__thumb-btn:focus-visible {
    outline: 2px solid #ea580c;
    outline-offset: 2px;
}

.fp-prod-page__thumb-btn--add {
    cursor: pointer;
}

.fp-prod-page__thumb-btn--add:hover {
    border-color: #cbd5e1;
    background: #f8fafc;
}

.fp-prod-page__thumb-btn.is-saving {
    opacity: 0.55;
    pointer-events: none;
}

.fp-prod-page__thumb-btn:hover .fp-prod-page__thumb-img {
    opacity: 0.88;
}

.fp-prod-img-dlg {
    max-width: min(96vw, 920px);
    width: 100%;
    padding: 0;
    border: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
}

.fp-prod-img-dlg::backdrop {
    background: rgba(15, 23, 42, 0.62);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}

.fp-prod-img-dlg__box {
    position: relative;
    padding: 0.45rem;
    background: linear-gradient(165deg, #f8fafc 0%, #f1f5f9 100%);
}

.fp-prod-img-dlg__close {
    position: absolute;
    top: 0.65rem;
    right: 0.65rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    padding: 0;
    border: none;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.55);
    color: #fff;
    cursor: pointer;
    transition: background 0.15s ease;
}

.fp-prod-img-dlg__close:hover {
    background: rgba(15, 23, 42, 0.75);
}

.fp-prod-img-dlg__close:focus-visible {
    outline: 2px solid #ea580c;
    outline-offset: 2px;
}

.fp-prod-img-dlg__figure {
    margin: 0;
    padding: 2.25rem 0.5rem 0.75rem;
}

.fp-prod-img-dlg__img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: min(82vh, 760px);
    margin: 0 auto;
    border-radius: 10px;
    object-fit: contain;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.12);
}

.fp-prod-page__thumb-txt {
    font-size: 0.58rem;
    font-weight: 700;
    color: #94a3b8;
    text-align: center;
    line-height: 1.2;
    padding: 0 2px;
}

.fp-prod-page__price-form {
    margin: 0;
}

.fp-prod-page__price-wrap {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.fp-prod-page__price-wrap.is-saving {
    opacity: 0.65;
    pointer-events: none;
}

.fp-prod-page__price-input {
    box-sizing: border-box;
    width: 5.25rem;
    padding: 0.3rem 0.35rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font: inherit;
    font-size: 0.84rem;
    text-align: center;
    -moz-appearance: textfield;
}

.fp-prod-page__price-input::-webkit-outer-spin-button,
.fp-prod-page__price-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.fp-prod-page__price-curr {
    font: inherit;
    font-size: 0.72rem;
    font-weight: 700;
    color: #64748b;
    letter-spacing: 0.02em;
    white-space: nowrap;
    user-select: none;
}

.fp-prod-page__inline-form {
    margin: 0;
    display: inline;
}

.fp-prod-page__sale {
    display: inline-flex;
    align-items: center;
    padding: 0.28rem 0.55rem;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    background: #fff;
    font: inherit;
    font-size: 0.72rem;
    font-weight: 700;
    color: #64748b;
    cursor: pointer;
    margin-right: 0.35rem;
}

.fp-prod-page__sale--on {
    border-color: #4ade80;
    color: #15803d;
    background: #f0fdf4;
}

.fp-prod-page__sale--scheduled {
    border-color: #fcd34d;
    color: #b45309;
    background: #fffbeb;
}

.fp-prod-page__icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.1rem;
    height: 2.1rem;
    padding: 0;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    color: #475569;
    cursor: pointer;
    vertical-align: middle;
}

.fp-prod-page__icon-btn:hover {
    background: #f8fafc;
}

.fp-prod-page__icon-btn--danger {
    color: #b91c1c;
    border-color: #fecaca;
}

.fp-prod-page__icon-btn--danger:hover {
    background: #fef2f2;
}

a.fp-prod-page__icon-btn--link {
    text-decoration: none;
    color: inherit;
    vertical-align: middle;
}

.fp-prod-page__td--act {
    white-space: nowrap;
}

.fp-prod-page__act-row {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    flex-wrap: nowrap;
}

.fp-prod-page__empty,
.fp-prod-page__filter-empty {
    margin: 0;
    padding: 2rem 1rem;
    text-align: center;
    font-size: 0.92rem;
    color: #64748b;
}

.fp-prod-page__filter-empty {
    border-top: 1px solid #f1f5f9;
}

.fp-prod-page__pager {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 0.75rem 1rem;
    margin-top: 0;
    padding: 0.85rem 0.75rem 0.95rem;
    border-top: 1px solid #f1f5f9;
    background: #fff;
    border-radius: 0 0 12px 12px;
}

.fp-prod-page__pager-per {
    grid-column: 1;
    justify-self: start;
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0;
}

.fp-prod-page__pager-per-lbl {
    font-size: 0.8rem;
    font-weight: 500;
    color: #64748b;
    white-space: nowrap;
}

.fp-prod-page__pager-select {
    font: inherit;
    font-size: 0.8rem;
    font-weight: 500;
    color: #334155;
    padding: 0.38rem 1.85rem 0.38rem 0.65rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 0.55rem center;
    appearance: none;
    cursor: pointer;
}

.fp-prod-page__pager-select:focus-visible {
    outline: 2px solid #f97316;
    outline-offset: 2px;
}

.fp-prod-page__pager-nav {
    grid-column: 2;
    justify-self: center;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0;
}

.fp-prod-page__pager-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    color: #64748b;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.fp-prod-page__pager-arrow:hover:not(:disabled) {
    background: #f8fafc;
    color: #334155;
}

.fp-prod-page__pager-arrow:disabled,
.fp-prod-page__pager-arrow.is-disabled {
    opacity: 0.35;
    cursor: not-allowed;
    pointer-events: none;
}

.fp-prod-page__pager-arrow:focus-visible {
    outline: 2px solid #f97316;
    outline-offset: 2px;
}

.fp-prod-page__pager-label {
    display: inline-flex;
    align-items: center;
    gap: 0.15rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #64748b;
    line-height: 1;
}

.fp-prod-page__pager-total {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.5rem;
    height: 2rem;
    padding: 0 0.2rem;
    font-size: 0.875rem;
    font-weight: 700;
    color: #64748b;
    line-height: 1;
}

.fp-prod-page__pager-cur {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    height: 2rem;
    padding: 0 0.45rem;
    border-radius: 8px;
    border: 1px solid #fdba74;
    background: #fff7ed;
    font-size: 0.875rem;
    font-weight: 700;
    color: #ea580c;
    line-height: 1;
}

.fp-prod-page__textarea {
    min-height: 5rem;
    resize: vertical;
}

.fp-prod-page__check {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0 0 0.75rem;
    font-size: 0.84rem;
    font-weight: 600;
    color: #334155;
    cursor: pointer;
}

.fp-prod-page__btn-danger {
    background: linear-gradient(145deg, #b91c1c 0%, #dc2626 100%) !important;
    box-shadow: 0 2px 8px rgba(220, 38, 38, 0.35) !important;
}

/* Ã¢â‚¬â€Ã¢â‚¬â€ Yeni ÃƒÂ¼rÃƒÂ¼n sayfasÃ„Â± (firma panel) Ã¢â‚¬â€Ã¢â‚¬â€ */
.page--fp-prod-new {
    scroll-behavior: smooth;
}

.fp-prod-new {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 0 1.75rem;
    box-sizing: border-box;
}

.fp-prod-new__top {
    margin-bottom: 1.25rem;
}

.fp-prod-new__back {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-bottom: 0.65rem;
    font-size: 0.86rem;
    font-weight: 600;
    color: #64748b;
    text-decoration: none;
}

.fp-prod-new__back:hover {
    color: #ea580c;
}

.fp-prod-new__title {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.fp-prod-new__layout {
    display: grid;
    grid-template-columns: minmax(0, 200px) minmax(0, 1fr);
    gap: 1.5rem;
    align-items: start;
}

@media (max-width: 900px) {
    .fp-prod-new__layout {
        grid-template-columns: 1fr;
    }

    .fp-prod-new__nav {
        position: static;
        flex-direction: row;
        flex-wrap: wrap;
        border-radius: 12px;
    }
}

.fp-prod-new__nav {
    position: sticky;
    top: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding: 0.65rem;
    border-radius: 12px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.05);
}

.fp-prod-new__nav-link {
    padding: 0.45rem 0.55rem;
    border-radius: 8px;
    font-size: 0.84rem;
    font-weight: 600;
    color: #475569;
    text-decoration: none;
    transition: background 0.12s ease, color 0.12s ease;
}

.fp-prod-new__nav-link:hover {
    background: #f8fafc;
    color: #0f172a;
}

.fp-prod-new__nav-link.is-active {
    background: linear-gradient(145deg, rgba(234, 106, 18, 0.12) 0%, rgba(242, 122, 26, 0.1) 100%);
    color: #c2410c;
}

.fp-prod-new__form {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    min-width: 0;
}

.fp-prod-new__card {
    scroll-margin-top: 1rem;
    padding: 1.15rem 1.2rem 1.25rem;
    border-radius: 14px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 14px rgba(15, 23, 42, 0.04);
}

.fp-prod-new__card-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem 1rem;
    margin-bottom: 1rem;
}

.fp-prod-new__card-head--split {
    align-items: flex-start;
}

.fp-prod-new__card-title {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 800;
    color: #0f172a;
}

.fp-prod-new__card-lead {
    margin: 0.35rem 0 0;
    font-size: 0.82rem;
    line-height: 1.45;
    color: #64748b;
    max-width: 42rem;
}

.fp-prod-new__card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    justify-content: flex-end;
}

.fp-prod-new__soon {
    margin: 0;
    padding: 0.85rem 0.75rem;
    font-size: 0.84rem;
    color: #94a3b8;
    background: #f8fafc;
    border-radius: 10px;
    border: 1px dashed #e2e8f0;
}

.fp-cs {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.fp-cs__group {
    position: relative;
    padding: 0.85rem 0.95rem;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
}

.fp-cs__group:has(.fp-cs__picker-panel.is-open) {
    z-index: 20;
}

.fp-cs__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.65rem;
}

.fp-cs__head-start {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    min-width: 0;
    flex: 1;
    flex-wrap: wrap;
}

.fp-cs__drag-handle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    color: #94a3b8;
    cursor: grab;
    touch-action: none;
    flex-shrink: 0;
}

.fp-cs__drag-handle:hover {
    border-color: #c7d2fe;
    color: #4f46e5;
    background: #eef2ff;
}

.fp-cs__drag-handle:active {
    cursor: grabbing;
}

.fp-cs__group.is-dragging {
    opacity: 0.55;
    background: #eef2ff;
}

.fp-cs__title-wrap {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    min-width: 0;
    flex: 0 1 auto;
}

.fp-cs__title {
    font-size: 0.92rem;
    font-weight: 700;
    color: #0f172a;
}

.fp-cs__title-input {
    min-width: 180px;
    padding: 0.35rem 0.55rem;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    font: inherit;
    font-size: 0.88rem;
}

.fp-cs__edit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.85rem;
    height: 1.85rem;
    padding: 0;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: #64748b;
    cursor: pointer;
}

.fp-cs__edit:hover {
    background: #e2e8f0;
    color: #334155;
}

.fp-cs__remove {
    padding: 0.25rem 0.55rem;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: #94a3b8;
    font: inherit;
    font-size: 0.75rem;
    font-weight: 600;
    cursor: pointer;
}

.fp-cs__remove:hover {
    color: #dc2626;
    background: #fef2f2;
}

.fp-cs__mode {
    flex: 0 1 auto;
    min-width: 0;
    max-width: min(100%, 19rem);
}

.fp-cs__mode-select {
    width: auto;
    max-width: 100%;
    min-height: 0;
    padding: 0.15rem 1.35rem 0.15rem 0.45rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 0.35rem center;
    background-size: 12px 12px;
    color: #475569;
    font-size: 0.68rem;
    font-weight: 500;
    line-height: 1.2;
    appearance: none;
    cursor: pointer;
}

.fp-cs__mode-select:focus {
    outline: none;
    border-color: #fdba74;
    box-shadow: 0 0 0 2px rgba(251, 146, 60, 0.12);
}

.fp-cs__picker {
    position: relative;
}

.fp-cs__picker-chips {
    display: none;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-top: 0.55rem;
}

.fp-cs__picker-chips.is-visible {
    display: flex;
}

.fp-cs__picker-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    color: #c2410c;
    font-size: 0.72rem;
    font-weight: 600;
    line-height: 1.3;
}

.fp-cs__picker-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
    width: 100%;
    min-height: 2.75rem;
    padding: 0.55rem 0.85rem;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    background: #fff;
    color: #334155;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.fp-cs__picker-trigger:hover {
    border-color: #94a3b8;
}

.fp-cs__picker-trigger[aria-expanded="true"] {
    border-color: #ea580c;
    box-shadow: 0 0 0 3px rgba(234, 88, 12, 0.12);
}

.fp-cs__picker-trigger-text {
    min-width: 0;
    text-align: left;
}

.fp-cs__picker-chevron {
    flex-shrink: 0;
    color: #64748b;
    transition: transform 0.15s ease;
}

.fp-cs__picker-trigger[aria-expanded="true"] .fp-cs__picker-chevron {
    transform: rotate(180deg);
}

.fp-cs__picker-panel {
    display: none;
    position: absolute;
    z-index: 40;
    top: calc(100% + 0.35rem);
    left: 0;
    right: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.14);
}

.fp-cs__picker-panel.is-open {
    display: flex;
}

.fp-cs__picker-panel-head {
    padding: 0.55rem 0.65rem 0.45rem;
    border-bottom: 1px solid #f1f5f9;
    background: #fafafa;
}

.fp-cs__picker-search {
    width: 100%;
    padding: 0.45rem 0.65rem;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    font: inherit;
    font-size: 0.84rem;
    color: #0f172a;
    background: #fff;
}

.fp-cs__picker-search:focus {
    outline: none;
    border-color: #ea580c;
    box-shadow: 0 0 0 3px rgba(234, 88, 12, 0.1);
}

.fp-cs__picker-list {
    max-height: 240px;
    margin: 0;
    padding: 0.35rem 0;
    overflow-y: auto;
    list-style: none;
}

.fp-cs__picker-item {
    margin: 0;
}

.fp-cs__picker-item.is-hidden {
    display: none;
}

.fp-cs__picker-lbl {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.45rem 0.75rem;
    cursor: pointer;
    transition: background 0.12s ease;
}

.fp-cs__picker-lbl:hover {
    background: #f8fafc;
}

.fp-cs__picker-lbl input {
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    accent-color: #ea580c;
}

.fp-cs__picker-name {
    flex: 1;
    min-width: 0;
    font-size: 0.84rem;
    font-weight: 600;
    color: #0f172a;
}

.fp-cs__picker-meta {
    flex-shrink: 0;
    font-size: 0.75rem;
    font-weight: 600;
    color: #94a3b8;
}

.fp-cs__picker-empty {
    margin: 0;
    padding: 0.85rem 0.75rem;
    font-size: 0.82rem;
    color: #64748b;
}

.fp-extra {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin: 0 0 0.75rem;
}

.fp-extra__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(100px, 140px) auto;
    gap: 0.5rem 0.65rem;
    align-items: center;
    padding: 0.55rem 0.65rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
}

.fp-extra__cell--price .fp-prod-new__input {
    max-width: 140px;
}

.fp-extra__remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    border: none;
    border-radius: 8px;
    background: #fff;
    color: #64748b;
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
}

.fp-extra__remove:hover {
    background: #fee2e2;
    color: #b91c1c;
}

.fp-extra__add-wrap {
    margin: 0;
}

.fp-prod-new__switch {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    font-size: 0.86rem;
    font-weight: 700;
    color: #334155;
    user-select: none;
}

.fp-prod-new__switch input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.fp-prod-new__switch-ui {
    position: relative;
    width: 2.5rem;
    height: 1.35rem;
    border-radius: 999px;
    background: #cbd5e1;
    transition: background 0.2s ease;
}

.fp-prod-new__switch-ui::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(1.35rem - 4px);
    height: calc(1.35rem - 4px);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease;
}

.fp-prod-new__switch input:checked + .fp-prod-new__switch-ui {
    background: linear-gradient(145deg, #ea6a12 0%, #f27a1a 100%);
}

.fp-prod-new__switch input:checked + .fp-prod-new__switch-ui::after {
    transform: translateX(1.15rem);
}

.fp-prod-new__switch input:focus-visible + .fp-prod-new__switch-ui {
    outline: 2px solid #ea580c;
    outline-offset: 2px;
}

.fp-prod-new__grid {
    display: grid;
    gap: 0.85rem 1rem;
}

.fp-prod-new__grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 640px) {
    .fp-prod-new__grid--2 {
        grid-template-columns: 1fr;
    }
}

.fp-prod-new__field--full {
    grid-column: 1 / -1;
}

/* Ã„Â°kinci fiyat sÃƒÂ¼tunu kalkÃ„Â±nca satÃ„Â±Ã…Å¸ fiyatÃ„Â± tek sÃƒÂ¼tunda kalÃ„Â±r; tam satÃ„Â±ra yayÃ„Â±lmasÃ„Â±n */
.fp-prod-new__grid--2 > .fp-prod-new__field--price {
    grid-column: 1 / 2;
}

.fp-prod-new__field--grow {
    min-width: 0;
}

.fp-prod-new__label {
    display: block;
    margin-bottom: 0.3rem;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #94a3b8;
}

.fp-prod-new__cat-checks {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    max-height: 220px;
    overflow: auto;
    padding: 0.55rem 0.65rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.65rem;
    background: #fff;
}

.fp-prod-new__check {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.86rem;
    font-weight: 600;
    color: #0f172a;
    cursor: pointer;
}

.fp-prod-new__check input {
    width: 1rem;
    height: 1rem;
    margin: 0;
    accent-color: #ea580c;
}

.fp-prod-new__hint {
    margin: 0;
    font-size: 0.82rem;
    font-weight: 600;
    color: #64748b;
}

.fp-prod-new__hint-ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    margin-left: 0.2rem;
    border-radius: 50%;
    font-size: 0.62rem;
    font-weight: 800;
    font-style: normal;
    background: #e2e8f0;
    color: #64748b;
    vertical-align: middle;
    cursor: help;
}

.fp-prod-new__input,
.fp-prod-new__textarea,
.fp-prod-new__select {
    width: 100%;
    box-sizing: border-box;
    padding: 0.55rem 0.65rem;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    font: inherit;
    font-size: 0.9rem;
    color: #0f172a;
    background: #fff;
}

.fp-prod-new__input::placeholder,
.fp-prod-new__textarea::placeholder {
    color: #94a3b8;
    opacity: 1;
}

.fp-prod-new__input:disabled,
.fp-prod-new__select:disabled {
    background: #f8fafc;
    color: #94a3b8;
    cursor: not-allowed;
}

.fp-prod-new__textarea {
    resize: vertical;
    min-height: 7rem;
    line-height: 1.45;
}

.fp-prod-new__img-block {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 1rem;
    margin: 1rem 0 1.15rem;
    align-items: center;
}

@media (max-width: 520px) {
    .fp-prod-new__img-block {
        grid-template-columns: 1fr;
    }

    .fp-prod-new__img-meta {
        min-height: 0;
    }
}

.fp-prod-new__img-preview {
    width: 120px;
    height: 120px;
    border-radius: 12px;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.fp-prod-new__img-preview--empty {
    border: 1px dashed #cbd5e1;
}

.fp-prod-new__img-preview-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.fp-prod-new__img-ph {
    font-size: 0.68rem;
    font-weight: 700;
    color: #94a3b8;
    text-align: center;
    padding: 0.35rem;
    line-height: 1.3;
}

.fp-prod-new__img-meta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 120px;
}

.fp-prod-new__img-note {
    margin: 0 0 0.65rem;
    font-size: 0.8rem;
    line-height: 1.45;
    color: #64748b;
}

.fp-prod-new__img-guidelines {
    margin: 0 0 0.65rem;
}

.fp-prod-new__img-guidelines .fp-prod-new__img-note {
    margin: 0 0 0.55rem;
}

.fp-prod-new__img-spec {
    margin: 0 0 0.55rem;
    padding-left: 1.2rem;
    font-size: 0.8rem;
    line-height: 1.5;
    color: #64748b;
}

.fp-prod-new__img-spec li {
    margin-bottom: 0.2rem;
}

.fp-prod-new__img-spec li:last-child {
    margin-bottom: 0;
}

.fp-prod-new__img-spec-k {
    font-weight: 600;
    color: #475569;
}

.fp-prod-new__img-guidelines .fp-prod-new__img-policy {
    margin: 0.45rem 0 0;
}

.fp-prod-new__img-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-bottom: 0;
}

.fp-prod-new__desc-row {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    margin-bottom: 1rem;
}

.fp-prod-new__desc-row > .fp-prod-new__label {
    margin-bottom: 0;
}

.fp-prod-new__desc-row__inputs {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(200px, 260px);
    gap: 1rem;
    align-items: center;
}

@media (max-width: 800px) {
    .fp-prod-new__desc-row__inputs {
        grid-template-columns: 1fr;
        align-items: stretch;
    }
}

.fp-prod-new__callout {
    margin: 0;
    padding: 0.75rem 0.85rem;
    font-size: 0.8rem;
    line-height: 1.45;
    color: #1e40af;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 10px;
}

.fp-prod-new__callout-p {
    margin: 0 0 0.5rem;
}

.fp-prod-new__callout-p:last-child {
    margin-bottom: 0;
}

.fp-prod-new__btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 0.75rem;
    border-radius: 10px;
    border: 1px solid #fdba74;
    background: #fff;
    color: #c2410c;
    font: inherit;
    font-size: 0.8rem;
    font-weight: 700;
    cursor: pointer;
    opacity: 1;
}

.fp-prod-new__btn-outline:disabled {
    cursor: not-allowed;
    opacity: 0.65;
}

.fp-prod-new__btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 0.75rem;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #475569;
    font: inherit;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    opacity: 1;
    text-decoration: none;
}

.fp-prod-new__btn-ghost:disabled {
    cursor: not-allowed;
    opacity: 0.55;
}

.fp-prod-new__form-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 0.65rem;
    margin-top: 1.5rem;
    padding-top: 1.15rem;
    border-top: 1px solid #e2e8f0;
}

.fp-prod-new__btn-cancel {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1.1rem;
    border-radius: 999px;
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #0f172a;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.15s ease;
}

.fp-prod-new__btn-cancel:hover {
    background: #f8fafc;
    color: #0f172a;
}

.fp-prod-new__btn-muted {
    padding: 0.4rem 0.65rem;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    color: #94a3b8;
    font: inherit;
    font-size: 0.78rem;
    font-weight: 600;
    cursor: not-allowed;
}

.fp-prod-new__btn-accent {
    padding: 0.4rem 0.75rem;
    border-radius: 10px;
    border: 1px solid #fdba74;
    background: linear-gradient(145deg, rgba(234, 106, 18, 0.08) 0%, rgba(242, 122, 26, 0.06) 100%);
    color: #c2410c;
    font: inherit;
    font-size: 0.78rem;
    font-weight: 700;
    cursor: not-allowed;
    opacity: 0.85;
}

.fp-prod-new__btn-save {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1.35rem;
    border: none;
    border-radius: 999px;
    background: #f27a1a;
    color: #fff;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(242, 122, 26, 0.38);
    transition: filter 0.15s ease, box-shadow 0.15s ease;
}

.fp-prod-new__btn-save:hover {
    filter: brightness(1.04);
    box-shadow: 0 6px 18px rgba(242, 122, 26, 0.42);
}

a.fp-prod-new__btn-outline--link,
a.fp-prod-new__btn-accent--link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
}

a.fp-prod-new__btn-outline--link:hover {
    filter: brightness(0.98);
}

a.fp-prod-new__btn-accent--link {
    border: 1px solid #fdba74;
    background: linear-gradient(145deg, rgba(234, 106, 18, 0.08) 0%, rgba(242, 122, 26, 0.06) 100%);
}

.fp-prod-new__btn-ghost--act {
    cursor: pointer;
    opacity: 1;
}

.fp-prod-new__btn-ghost--act:hover {
    background: #f8fafc;
}

.fp-prod-new__opt-list {
    margin-top: 0.75rem;
}

.fp-prod-new__opt-hint {
    margin: 0 0 0.65rem;
    font-size: 0.82rem;
    color: #64748b;
}

.fp-prod-new__opt-empty {
    margin: 0;
    font-size: 0.85rem;
    color: #64748b;
    line-height: 1.5;
}

.fp-prod-new__opt-empty a {
    color: #c2410c;
    font-weight: 600;
}

.fp-prod-new__opt-items {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.fp-prod-new__opt-lbl {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35rem 0.65rem;
    cursor: pointer;
    font-size: 0.88rem;
    color: #0f172a;
}

.fp-prod-new__opt-name {
    font-weight: 600;
}

.fp-prod-new__opt-meta {
    font-size: 0.78rem;
    color: #94a3b8;
    font-weight: 600;
}

/* Ã¢â‚¬â€Ã¢â‚¬â€ Opsiyonlar listesi Ã¢â‚¬â€Ã¢â‚¬â€ */
.fp-opt-page {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 2rem;
}

.fp-opt-page__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.fp-opt-page__title {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 700;
    color: #0f172a;
}

.fp-opt-page__btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.95rem;
    border-radius: 999px;
    border: none;
    background: #f27a1a;
    color: #fff;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(242, 122, 26, 0.35);
}

.fp-opt-page__btn-primary--inline {
    margin-top: 0.5rem;
}

.fp-opt-page__filters {
    margin-bottom: 1rem;
}

.fp-opt-page__search {
    display: block;
    margin-bottom: 0.85rem;
}

.fp-opt-page__search-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0 0.65rem;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
    box-sizing: border-box;
}

.fp-opt-page__search-wrap:focus-within {
    border-color: #cbd5e1;
    box-shadow: 0 0 0 3px rgba(148, 163, 184, 0.15);
}

.fp-opt-page__search-ico {
    flex-shrink: 0;
    color: #94a3b8;
}

.fp-opt-page__search-input {
    flex: 1;
    min-width: 0;
    border: none;
    background: transparent;
    font: inherit;
    font-size: 0.88rem;
    padding: 0.55rem 0;
    outline: none;
}

.fp-opt-page__search-btn {
    padding: 0.55rem 1.1rem;
    border-radius: 10px;
    border: none;
    background: #0f172a;
    color: #fff;
    font: inherit;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
}

.fp-opt-page__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.75rem;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 0.35rem;
}

.fp-opt-page__tab {
    padding: 0.35rem 0.1rem 0.5rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: #64748b;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
}

.fp-opt-page__tab:hover {
    color: #0f172a;
}

.fp-opt-page__tab.is-active {
    color: #ea580c;
    border-bottom-color: #f27a1a;
}

.fp-opt-page__tab-n {
    font-weight: 700;
    color: #94a3b8;
}

.fp-opt-page__tab.is-active .fp-opt-page__tab-n {
    color: #ea580c;
}

.fp-opt-page__toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    margin: 0.75rem 0;
}

.fp-opt-page__bulk-btn {
    padding: 0.4rem 0.75rem;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    font: inherit;
    font-size: 0.8rem;
    color: #94a3b8;
    cursor: not-allowed;
}

.fp-opt-page__count {
    margin: 0;
    font-size: 0.82rem;
    color: #64748b;
}

.fp-opt-page__table-wrap {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: auto;
}

.fp-opt-page__table-wrap--modern {
    overflow-x: auto;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 14px rgba(15, 23, 42, 0.05);
    width: 100%;
    box-sizing: border-box;
}

.fp-opt-page__table--modern {
    min-width: 560px;
    border-collapse: collapse;
    font-size: 0.86rem;
    table-layout: auto;
}

.fp-opt-page__table--modern .fp-opt-page__th {
    padding: 0.65rem 0.75rem;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #94a3b8;
    background: #f8fafc;
    border-bottom: 1px solid #f1f5f9;
}

.fp-opt-page__table--modern .fp-opt-page__td {
    padding: 0.55rem 0.75rem;
    border-bottom: 1px solid #f1f5f9;
    vertical-align: middle;
    color: #1e293b;
}

.fp-opt-page__table--modern .fp-opt-page__td--name {
    font-weight: 700;
}

.fp-opt-page__row[hidden] {
    display: none;
}

.fp-opt-page__table-wrap--modern .fp-prod-page__filter-empty {
    margin: 0;
    padding: 1.5rem 1rem;
    border-top: 1px solid #f1f5f9;
}

.fp-opt-page__empty {
    margin: 0;
    padding: 2rem 1.25rem;
    text-align: center;
    font-size: 0.9rem;
    color: #64748b;
}

.fp-opt-page__empty-act {
    margin: 0;
    padding: 0 1.25rem 2rem;
    text-align: center;
}

.fp-opt-page__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.86rem;
}

.fp-opt-page__th {
    text-align: left;
    padding: 0.75rem 0.85rem;
    border-bottom: 1px solid #e2e8f0;
    font-weight: 700;
    color: #334155;
    white-space: nowrap;
}

.fp-opt-page__th--check {
    width: 2.5rem;
}

.fp-opt-page__th--actions {
    text-align: right;
}

.fp-opt-page__td {
    padding: 0.7rem 0.85rem;
    border-bottom: 1px solid #f1f5f9;
    vertical-align: middle;
    color: #475569;
}

.fp-opt-page__td--actions {
    text-align: right;
    white-space: nowrap;
}

.fp-opt-page__inline-form {
    display: inline;
}

.fp-opt-page__actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.35rem;
}

.fp-opt-page__icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.1rem;
    height: 2.1rem;
    padding: 0;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    color: #475569;
    cursor: pointer;
    vertical-align: middle;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.fp-opt-page__icon-btn:hover {
    background: #f8fafc;
}

.fp-opt-page__icon-btn--toggle.is-open {
    color: #15803d;
    border-color: #bbf7d0;
    background: #f0fdf4;
}

.fp-opt-page__icon-btn--toggle.is-open:hover {
    background: #dcfce7;
}

.fp-opt-page__icon-btn--toggle.is-closed {
    color: #94a3b8;
    border-color: #e2e8f0;
    background: #f8fafc;
}

.fp-opt-page__icon-btn--toggle.is-closed:hover {
    color: #64748b;
    background: #f1f5f9;
}

.fp-opt-page__icon-btn--danger {
    color: #b91c1c;
    border-color: #fecaca;
}

.fp-opt-page__icon-btn--danger:hover {
    background: #fef2f2;
}

a.fp-opt-page__icon-btn--link {
    text-decoration: none;
    color: inherit;
    vertical-align: middle;
}

.fp-opt-page__link-btn {
    margin-left: 0.35rem;
    padding: 0;
    border: none;
    background: none;
    font: inherit;
    font-size: 0.82rem;
    font-weight: 600;
    color: #2563eb;
    cursor: pointer;
    text-decoration: underline;
}

.fp-opt-page__link-btn--danger {
    color: #dc2626;
}

/* Ã¢â‚¬â€Ã¢â‚¬â€ Opsiyon ekle Ã¢â‚¬â€Ã¢â‚¬â€ */
.fp-opt-ekle {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    padding: 0 0 2rem;
}

.fp-opt-ekle__head {
    margin-bottom: 1rem;
}

.fp-opt-ekle__back {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.86rem;
    font-weight: 600;
    color: #64748b;
    text-decoration: none;
}

.fp-opt-ekle__back:hover {
    color: #0f172a;
}

.fp-opt-ekle__title {
    margin: 0.35rem 0 0;
    font-size: 1.35rem;
    font-weight: 700;
    color: #0f172a;
}

.fp-opt-ekle__callout {
    margin: 0 0 1.15rem;
    padding: 0.85rem 1rem;
    font-size: 0.82rem;
    line-height: 1.5;
    color: #1e40af;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 10px;
}

.fp-opt-ekle__fieldset {
    margin: 0 0 1rem;
    padding: 0;
    border: none;
}

.fp-opt-ekle__legend {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #94a3b8;
    margin-bottom: 0.45rem;
}

.fp-opt-ekle__radios {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.25rem;
}

.fp-opt-ekle__radio {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.88rem;
    font-weight: 600;
    color: #334155;
    cursor: pointer;
}

.fp-opt-ekle__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem 1rem;
    margin-bottom: 1rem;
}

.fp-opt-ekle__field--full {
    grid-column: 1 / -1;
}

.fp-opt-ekle__field--check {
    align-self: center;
}

.fp-opt-ekle__label {
    display: block;
    margin-bottom: 0.3rem;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #94a3b8;
}

.fp-opt-ekle__input,
.fp-opt-ekle__select {
    width: 100%;
    box-sizing: border-box;
    padding: 0.5rem 0.65rem;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    font: inherit;
    font-size: 0.88rem;
}

.fp-opt-ekle__check {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.86rem;
    font-weight: 600;
    color: #334155;
    cursor: pointer;
}

.fp-opt-ekle__h2 {
    margin: 0 0 0.35rem;
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
}

.fp-opt-ekle__hint {
    margin: 0 0 0.75rem;
    font-size: 0.82rem;
    color: #64748b;
}

.fp-opt-ekle__hint-sub {
    margin: 0 0 0.65rem;
    font-size: 0.78rem;
    color: #94a3b8;
}

.fp-opt-ekle__panel {
    margin-bottom: 1.25rem;
    padding: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fafbfc;
}

.fp-opt-ekle__prod-filters {
    margin-bottom: 0.65rem;
    max-width: 280px;
}

.fp-opt-ekle__prod-search {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-bottom: 0.75rem;
}

.fp-opt-ekle__search-btn {
    padding: 0.5rem 1rem;
    border-radius: 10px;
    border: none;
    background: #0f172a;
    color: #fff;
    font: inherit;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
}

.fp-opt-ekle__table-wrap {
    overflow: auto;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
}

.fp-opt-ekle__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.82rem;
}

.fp-opt-ekle__th--check {
    width: 2.25rem;
}

.fp-opt-ekle__table th {
    text-align: left;
    padding: 0.55rem 0.65rem;
    border-bottom: 1px solid #e2e8f0;
    font-weight: 700;
    color: #475569;
}

.fp-opt-ekle__table td {
    padding: 0.5rem 0.65rem;
    border-bottom: 1px solid #f1f5f9;
}

.fp-opt-ekle__empty {
    margin: 0;
    padding: 1rem;
    font-size: 0.85rem;
    color: #64748b;
}

.fp-opt-ekle__gram-head,
.fp-opt-ekle__por-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto auto;
    gap: 0.5rem;
    align-items: center;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #94a3b8;
    margin-bottom: 0.45rem;
}

.fp-opt-ekle__por-head {
    grid-template-columns: minmax(0, 1fr) minmax(5rem, 7rem) auto auto;
}

.fp-opt-ekle__gram-row,
.fp-opt-ekle__por-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto auto;
    gap: 0.5rem;
    align-items: center;
    margin-bottom: 0.5rem;
}

.fp-opt-ekle__por-row {
    grid-template-columns: minmax(0, 1fr) minmax(5rem, 7rem) auto auto;
}

.fp-opt-ekle__gram-units {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: #475569;
}

.fp-opt-ekle__switch {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: #16a34a;
    cursor: pointer;
}

.fp-opt-ekle__row-del {
    padding: 0.35rem 0.5rem;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: #dc2626;
    font: inherit;
    font-size: 0.78rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
}

.fp-opt-ekle__add-row {
    margin-top: 0.35rem;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    border: 1px dashed #cbd5e1;
    background: #fff;
    font: inherit;
    font-size: 0.82rem;
    font-weight: 700;
    color: #c2410c;
    cursor: pointer;
}

.fp-opt-ekle__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.65rem;
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
}

.fp-opt-ekle__btn-cancel {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1.1rem;
    border-radius: 999px;
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #0f172a;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
}

.fp-opt-ekle__btn-save {
    padding: 0.5rem 1.35rem;
    border: none;
    border-radius: 999px;
    background: #f27a1a;
    color: #fff;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(242, 122, 26, 0.35);
}

@media (max-width: 640px) {
    .fp-opt-ekle__grid {
        grid-template-columns: 1fr;
    }
}

/* Ã¢â‚¬â€Ã¢â‚¬â€ Malzeme ekle Ã¢â‚¬â€Ã¢â‚¬â€ */
.fp-mal-ekle {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    padding: 0 0 2rem;
}

.fp-mal-ekle__head {
    margin-bottom: 1rem;
}

.fp-mal-ekle__back {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.86rem;
    font-weight: 600;
    color: #64748b;
    text-decoration: none;
}

.fp-mal-ekle__back:hover {
    color: #0f172a;
}

.fp-mal-ekle__title {
    margin: 0.35rem 0 0;
    font-size: 1.35rem;
    font-weight: 700;
    color: #0f172a;
}

.fp-mal-ekle__bar {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0.65rem 1rem;
    margin-bottom: 1.25rem;
}

.fp-mal-ekle__field {
    flex: 1 1 12rem;
    min-width: 0;
}

.fp-mal-ekle__field--price {
    flex: 0 1 8.5rem;
}

.fp-mal-ekle__label {
    display: block;
    margin-bottom: 0.3rem;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #94a3b8;
}

.fp-mal-ekle__input {
    width: 100%;
    box-sizing: border-box;
    padding: 0.5rem 0.65rem;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    font: inherit;
    font-size: 0.88rem;
}

.fp-mal-ekle__add-inline {
    flex: 0 0 auto;
    align-self: flex-end;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 999px;
    background: #0f172a;
    color: #fff;
    font: inherit;
    font-size: 0.85rem;
    font-weight: 700;
    cursor: pointer;
}

.fp-mal-ekle__add-inline:hover {
    background: #1e293b;
}

.fp-mal-ekle__h2 {
    margin: 0 0 0.35rem;
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
}

.fp-mal-ekle__table-wrap {
    overflow: auto;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
}

.fp-mal-ekle__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.82rem;
}

.fp-mal-ekle__table th {
    text-align: left;
    padding: 0.55rem 0.65rem;
    border-bottom: 1px solid #e2e8f0;
    font-weight: 700;
    color: #475569;
}

.fp-mal-ekle__th--act {
    width: 6rem;
    text-align: right;
}

.fp-mal-ekle__table td {
    padding: 0.5rem 0.65rem;
    border-bottom: 1px solid #f1f5f9;
    vertical-align: middle;
}

.fp-mal-ekle__td-st {
    white-space: nowrap;
}

.fp-mal-ekle__td-del {
    text-align: right;
}

.fp-mal-ekle__row-check {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: #334155;
    cursor: pointer;
}

.fp-mal-ekle__icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.1rem;
    height: 2.1rem;
    padding: 0;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    color: #475569;
    cursor: pointer;
    vertical-align: middle;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.fp-mal-ekle__icon-btn:hover {
    background: #f8fafc;
}

.fp-mal-ekle__icon-btn--danger {
    color: #b91c1c;
    border-color: #fecaca;
}

.fp-mal-ekle__icon-btn--danger:hover {
    background: #fef2f2;
}

.fp-mal-ekle__empty-hint {
    margin: 0.65rem 0 0;
    font-size: 0.82rem;
    color: #64748b;
}

.fp-mal-ekle__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.65rem;
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
}

.fp-mal-ekle__btn-cancel {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1.1rem;
    border-radius: 999px;
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #0f172a;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
}

.fp-mal-ekle__btn-save {
    padding: 0.5rem 1.35rem;
    border: none;
    border-radius: 999px;
    background: #f27a1a;
    color: #fff;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(242, 122, 26, 0.35);
}

.fp-mal-duzenle__card {
    padding: 1.25rem 1.35rem;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
    margin-bottom: 1.25rem;
}

.fp-mal-duzenle__fields {
    margin-top: 0.75rem;
}

@media (max-width: 640px) {
    .fp-mal-ekle__bar {
        flex-direction: column;
        align-items: stretch;
    }

    .fp-mal-ekle__add-inline {
        width: 100%;
    }
}

/* Ã¢â‚¬â€Ã¢â‚¬â€ Talepler: Toplu fiyat gÃƒÂ¼ncelle Ã¢â‚¬â€Ã¢â‚¬â€ */
.page--fp-tfp {
    background: #f1f5f9;
}

.fp-tfp {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 0 2.5rem;
}

.fp-tfp__page-head {
    margin-bottom: 1rem;
}

.fp-tfp__page-title {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 700;
    color: #0f172a;
}

.fp-tfp__page-sub {
    margin: 0.35rem 0 0;
    font-size: 0.88rem;
    color: #64748b;
}

.fp-tfp__bulk {
    margin: 0 0 1rem;
    padding: 0.9rem 1rem;
    border: 1px solid #e0e7ff;
    border-radius: 10px;
    background: #f8fafc;
}

.fp-tfp__bulk-title {
    margin: 0 0 0.35rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: #0f172a;
}

.fp-tfp__bulk-hint {
    margin: 0 0 0.75rem;
    font-size: 0.8rem;
    line-height: 1.5;
    color: #64748b;
}

.fp-tfp__bulk-form {
    margin: 0;
}

.fp-tfp__bulk-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0.65rem 1rem;
}

.fp-tfp__bulk-field {
    flex: 1 1 10rem;
    min-width: 0;
}

.fp-tfp__bulk-field--pct {
    flex: 0 1 9rem;
}

.fp-tfp__bulk-submit {
    flex: 0 0 auto;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 10px;
    background: #f27a1a;
    color: #fff;
    font: inherit;
    font-size: 0.86rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(242, 122, 26, 0.3);
}

.fp-tfp__bulk-submit:hover {
    filter: brightness(1.03);
}

.fp-tfp__card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
    border: 1px solid #e2e8f0;
    padding: 1rem 1.15rem;
    margin-bottom: 1rem;
}

.fp-tfp__card--top {
    overflow: visible;
}

.fp-tfp__card--main {
    padding-bottom: 0.5rem;
}

.fp-tfp__seg-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    margin-bottom: 1rem;
}

.fp-tfp__seg {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.5rem 0.35rem 0;
    font-size: 0.9rem;
    font-weight: 600;
    color: #64748b;
    text-decoration: none;
    border-radius: 8px;
}

.fp-tfp__seg::before {
    content: "";
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    border: 2px solid #cbd5e1;
    background: #fff;
    flex-shrink: 0;
}

.fp-tfp__seg.is-active {
    color: #0f172a;
}

.fp-tfp__seg.is-active::before {
    border-color: #f27a1a;
    background: radial-gradient(circle, #f27a1a 0%, #f27a1a 45%, #fff 46% 100%);
}

.fp-tfp__filter {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0.75rem 1rem;
}

.fp-tfp__field {
    flex: 0 1 12rem;
    min-width: 0;
}

.fp-tfp__field--grow {
    flex: 1 1 14rem;
}

.fp-tfp__lbl {
    display: block;
    margin-bottom: 0.3rem;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #94a3b8;
}

.fp-tfp__select,
.fp-tfp__input {
    width: 100%;
    box-sizing: border-box;
    padding: 0.5rem 0.65rem;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    font: inherit;
    font-size: 0.88rem;
}

.fp-tfp__select--sm {
    width: auto;
    min-width: 7rem;
}

.fp-tfp__filter-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    margin-left: auto;
}

.fp-tfp__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    font: inherit;
    font-size: 0.86rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid transparent;
}

.fp-tfp__btn--ghost {
    background: #fff;
    border-color: #e2e8f0;
    color: #0f172a;
}

.fp-tfp__btn--dark {
    background: #0f172a;
    color: #fff;
    border-color: #0f172a;
}

.fp-tfp__main-head {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.65rem;
    padding: 0 0.35rem;
}

.fp-tfp__main-title {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
}

.fp-tfp__main-count {
    margin: 0;
    font-size: 0.82rem;
    font-weight: 600;
    color: #64748b;
}

.fp-tfp__info {
    margin: 0 0 0.85rem;
    padding: 0.85rem 1rem;
    font-size: 0.82rem;
    line-height: 1.5;
    color: #1e40af;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 10px;
}

.fp-tfp__table-wrap {
    overflow: auto;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
}

.fp-tfp__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.82rem;
}

.fp-tfp__th {
    text-align: left;
    padding: 0.55rem 0.65rem;
    border-bottom: 1px solid #e2e8f0;
    font-weight: 700;
    color: #475569;
    white-space: nowrap;
}

.fp-tfp__th--sort {
    white-space: normal;
}

.fp-tfp__th--price {
    min-width: 11rem;
}

.fp-tfp__sort-ico {
    display: inline-block;
    width: 0.55rem;
    height: 0.75rem;
    margin-left: 0.25rem;
    vertical-align: middle;
    background: linear-gradient(#94a3b8, #94a3b8) center/1px 100% no-repeat,
        linear-gradient(#94a3b8, #94a3b8) center/100% 1px no-repeat;
    opacity: 0.7;
}

.fp-tfp__td {
    padding: 0.5rem 0.65rem;
    border-bottom: 1px solid #f1f5f9;
    vertical-align: middle;
    color: #334155;
}

.fp-tfp__td--muted {
    color: #64748b;
    font-size: 0.8rem;
    max-width: 280px;
}

.fp-tfp__td--desc {
    max-width: 14rem;
    font-size: 0.8rem;
    line-height: 1.35;
    color: #475569;
    vertical-align: top;
}

.fp-tfp__desc-clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.fp-tfp__empty-cell {
    color: #94a3b8;
}

.fp-tfp__td--price {
    white-space: nowrap;
}

.fp-tfp__thumb {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    overflow: hidden;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fp-tfp__thumb--empty {
    border: 1px dashed #cbd5e1;
}

.fp-tfp__thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fp-tfp__thumb-ph {
    font-size: 0.72rem;
    color: #94a3b8;
}

.fp-tfp__price-form {
    margin: 0;
}

.fp-tfp__price-wrap {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
}

.fp-tfp__price-input {
    width: 5.5rem;
    padding: 0.35rem 0.45rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font: inherit;
    font-size: 0.82rem;
}

.fp-tfp__tl {
    font-size: 0.78rem;
    font-weight: 600;
    color: #64748b;
}

.fp-tfp__save-mini {
    padding: 0.35rem 0.5rem;
    border-radius: 8px;
    border: none;
    background: #f27a1a;
    color: #fff;
    font: inherit;
    font-size: 0.75rem;
    font-weight: 700;
    cursor: pointer;
}

.fp-tfp__dash {
    color: #94a3b8;
}

.fp-tfp__empty {
    padding: 2rem 1rem 2.5rem;
    text-align: center;
}

.fp-tfp__empty-txt {
    margin: 0 0 1rem;
    font-size: 0.88rem;
    color: #64748b;
}

.fp-tfp__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 1.35rem;
    border-radius: 999px;
    background: #f27a1a;
    color: #fff;
    font-size: 0.86rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(242, 122, 26, 0.35);
}

.fp-tfp__pager {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.85rem 0.35rem 1rem;
    border-top: 1px solid #e2e8f0;
    margin-top: 0.5rem;
}

.fp-tfp__per {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0;
}

.fp-tfp__per-lbl {
    font-size: 0.8rem;
    color: #64748b;
}

.fp-tfp__pager-nav {
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.fp-tfp__pg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #0f172a;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
}

.fp-tfp__pg:hover:not(.is-disabled) {
    background: #f8fafc;
}

.fp-tfp__pg.is-disabled {
    opacity: 0.35;
    pointer-events: none;
    cursor: default;
}

.fp-tfp__pg-form {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    margin: 0;
}

.fp-tfp__pg-input {
    width: 3rem;
    padding: 0.35rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font: inherit;
    font-size: 0.85rem;
    text-align: center;
}

@media (max-width: 720px) {
    .fp-tfp__filter-actions {
        margin-left: 0;
        width: 100%;
    }

    .fp-tfp__filter-actions .fp-tfp__btn {
        flex: 1;
    }

    .fp-tfp__bulk-row {
        flex-direction: column;
        align-items: stretch;
    }

    .fp-tfp__bulk-submit {
        width: 100%;
    }
}

/* Ã¢â‚¬â€Ã¢â‚¬â€ Talepler: ÃƒÅ“rÃƒÂ¼n talepleri (liste + detay) Ã¢â‚¬â€Ã¢â‚¬â€ */
.page--fp-utp {
    background: #f1f5f9;
}

.fp-utp {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 0 2.5rem;
}

.fp-utp__head {
    margin-bottom: 1rem;
}

.fp-utp__title {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 700;
    color: #0f172a;
}

.fp-utp__info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
    padding: 1rem 1.15rem;
    border-radius: 12px;
    border: 1px solid #bae6fd;
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
}

.fp-utp__info-copy {
    flex: 1;
    min-width: 220px;
}

.fp-utp__info-txt {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.45;
    color: #0c4a6e;
}

.fp-utp__info-policy {
    margin: 0.55rem 0 0;
    font-size: 0.78rem;
    line-height: 1.45;
    color: #0369a1;
}

.fp-utp__info-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1.1rem;
    border-radius: 999px;
    border: none;
    background: #0f172a;
    color: #fff;
    font: inherit;
    font-size: 0.86rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.fp-utp__info-cta:hover {
    background: #1e293b;
}

.fp-utp__card {
    margin-bottom: 1rem;
    padding: 1.15rem 1.25rem;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.fp-utp__filter {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0.85rem 1rem;
}

.fp-utp__field {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 140px;
}

.fp-utp__lbl {
    font-size: 0.78rem;
    font-weight: 600;
    color: #64748b;
}

.fp-utp__select,
.fp-utp__input {
    padding: 0.45rem 0.6rem;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    font: inherit;
    font-size: 0.88rem;
    background: #fff;
    color: #0f172a;
}

.fp-utp__filter-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-left: auto;
}

.fp-utp__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.45rem 1rem;
    border-radius: 999px;
    font: inherit;
    font-size: 0.86rem;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid transparent;
}

.fp-utp__btn--ghost {
    border-color: #cbd5e1;
    background: #fff;
    color: #334155;
}

.fp-utp__btn--dark {
    background: #0f172a;
    color: #fff;
}

.fp-utp__table-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.fp-utp__list-title {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
}

.fp-utp__count {
    margin: 0;
    font-size: 0.88rem;
    color: #64748b;
}

.fp-utp__empty {
    margin: 0;
    padding: 1.5rem;
    text-align: center;
    color: #64748b;
    font-size: 0.92rem;
}

.fp-utp__table-wrap {
    overflow-x: auto;
}

.fp-utp__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.88rem;
}

.fp-utp__th {
    text-align: left;
    padding: 0.65rem 0.75rem;
    border-bottom: 1px solid #e2e8f0;
    color: #475569;
    font-weight: 600;
    white-space: nowrap;
}

.fp-utp__th--act {
    width: 4.5rem;
    text-align: center;
}

.fp-utp__td {
    padding: 0.75rem;
    border-bottom: 1px solid #f1f5f9;
    vertical-align: middle;
    color: #0f172a;
}

.fp-utp__td--name {
    font-weight: 600;
}

.fp-utp__td--arrow {
    text-align: center;
}

.fp-utp__detail-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 8px;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1;
    color: #0f172a;
    text-decoration: none;
}

.fp-utp__detail-link:hover {
    background: #f1f5f9;
}

.fp-utp__pill {
    display: inline-block;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
}

.fp-utp__pill--pending {
    background: #fef3c7;
    color: #92400e;
}

.fp-utp__pill--approved {
    background: #dcfce7;
    color: #166534;
}

.fp-utp__pill--rejected {
    background: #fee2e2;
    color: #991b1b;
}

/* Detay */
.fp-utp--detay .fp-utp__detay-top {
    margin-bottom: 1.25rem;
}

.fp-utp__back {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #334155;
    text-decoration: none;
}

.fp-utp__back:hover {
    color: #0f172a;
}

.fp-utp__detay-head {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
}

.fp-utp__detay-title {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 700;
    color: #0f172a;
}

.fp-utp__detay-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0.65rem 1.35rem;
    width: 100%;
    text-align: left;
}

.fp-utp__detay-row {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.45rem;
    white-space: nowrap;
}

.fp-utp__detay-k {
    font-size: 0.82rem;
    color: #64748b;
}

.fp-utp__detay-v {
    font-size: 0.88rem;
    font-weight: 600;
    color: #0f172a;
}

.fp-utp__detay-row--switch {
    white-space: normal;
}

.fp-utp__detay-row--switch .fp-utp__switch {
    flex-shrink: 0;
    width: 2.5rem;
    height: 1.35rem;
    border-radius: 999px;
    background: #e2e8f0;
    position: relative;
}

.fp-utp__detay-row--switch .fp-utp__switch.is-on {
    background: #22c55e;
}

.fp-utp__switch-knob {
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(1.35rem - 4px);
    height: calc(1.35rem - 4px);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    transition: transform 0.15s ease;
}

.fp-utp__switch.is-on .fp-utp__switch-knob {
    transform: translateX(1.15rem);
}

.fp-utp__subh {
    margin: 0 0 1rem;
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
}

.fp-utp__card--detail {
    margin-bottom: 1rem;
}

.fp-utp__detail-grid {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 1.25rem;
    align-items: start;
}

@media (max-width: 640px) {
    .fp-utp__detail-grid {
        grid-template-columns: 1fr;
    }
}

.fp-utp__thumb {
    width: 120px;
    height: 120px;
    border-radius: 12px;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e8f0;
}

.fp-utp__thumb--empty {
    background: repeating-linear-gradient(-45deg, #f8fafc, #f8fafc 6px, #f1f5f9 6px, #f1f5f9 12px);
}

.fp-utp__thumb-ph {
    font-size: 0.75rem;
    color: #64748b;
    text-align: center;
    padding: 0.5rem;
}

.fp-utp__fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.fp-utp__fld--full {
    grid-column: 1 / -1;
}

.fp-utp__fld-lbl {
    display: block;
    font-size: 0.78rem;
    font-weight: 600;
    color: #64748b;
    margin-bottom: 0.35rem;
}

.fp-utp__fld-val {
    padding: 0.5rem 0.65rem;
    border-radius: 8px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    font-size: 0.9rem;
    color: #0f172a;
    min-height: 2.5rem;
}

.fp-utp__fld-note {
    margin: 0.35rem 0 0;
    font-size: 0.78rem;
    color: #64748b;
    font-style: italic;
}

.fp-utp__reject-inset {
    margin-top: 1.25rem;
    padding: 1rem 1.15rem;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    background: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.fp-utp__reject-inset-h {
    margin: 0 0 0.85rem;
    font-size: 0.92rem;
    font-weight: 700;
    color: #0f172a;
}

.fp-utp__reject-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 1rem 1.5rem;
}

.fp-utp__reject-item {
    flex: 1 1 240px;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 0;
}

.fp-utp__reject-lbl {
    font-size: 0.78rem;
    font-weight: 700;
    color: #991b1b;
    letter-spacing: 0.01em;
}

.fp-utp__reject-val {
    font-size: 0.92rem;
    line-height: 1.45;
    color: #0f172a;
    word-break: break-word;
}

@media (max-width: 720px) {
    .fp-utp__fields {
        grid-template-columns: 1fr;
    }

    .fp-utp__detay-meta {
        justify-content: flex-start;
        width: 100%;
        flex-basis: 100%;
    }

    .fp-utp__detay-row {
        white-space: normal;
    }

    .fp-utp__filter-actions {
        margin-left: 0;
        width: 100%;
    }

    .fp-utp__filter-actions .fp-utp__btn {
        flex: 1;
    }
}

/* Firma panel Ã¢â‚¬â€ bildirim bandÃ„Â± */
.fp-notice {
    margin: 0 0 1rem;
    padding: 0.65rem 0.85rem;
    border-radius: 10px;
    font-size: 0.88rem;
    line-height: 1.4;
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.fp-notice.is-dismissing {
    opacity: 0;
    transform: translateY(-6px);
    pointer-events: none;
}

.fp-notice--success {
    color: #14532d;
    background: #ecfdf5;
    border: 1px solid #6ee7b7;
}

.fp-notice--error {
    color: #7f1d1d;
    background: #fef2f2;
    border: 1px solid #fecaca;
}

.fp-notice--info {
    color: #1e3a8a;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
}

/* ÃƒÅ“rÃƒÂ¼n formu Ã¢â‚¬â€ gÃƒÂ¶rsel kÃ„Â±rpma modalÃ„Â± (bodyÃ¢â‚¬â„¢ye taÃ…Å¸Ã„Â±nÃ„Â±r; tgo overflow iÃƒÂ§inde fixed kÃ„Â±rÃ„Â±lmamasÃ„Â± iÃƒÂ§in) */
.fp-img-crop {
    position: fixed;
    inset: 0;
    z-index: 20000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    box-sizing: border-box;
    pointer-events: none;
}

.fp-img-crop:not([hidden]) {
    pointer-events: auto;
}

.fp-img-crop[hidden] {
    display: none !important;
}

.fp-img-crop__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
}

.fp-img-crop__dialog {
    position: relative;
    z-index: 1;
    width: min(640px, 100%);
    max-height: min(92vh, 720px);
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.fp-img-crop__title {
    margin: 0;
    padding: 1rem 1.15rem 0.5rem;
    font-size: 1.05rem;
    font-weight: 800;
    color: #0f172a;
}

.fp-img-crop__scroll {
    flex: 1;
    min-height: 200px;
    max-height: 56vh;
    overflow: hidden;
    padding: 0 1rem;
    background: #f8fafc;
    contain: layout;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.fp-img-crop__scroll::-webkit-scrollbar {
    display: none;
}

.fp-img-crop__img {
    display: block;
    max-width: 100%;
    max-height: min(52vh, 480px);
    width: auto !important;
    height: auto !important;
}

.fp-img-crop .cropper-container {
    max-width: 100% !important;
    max-height: min(52vh, 480px) !important;
}

.fp-img-crop .cropper-wrap-box,
.fp-img-crop .cropper-crop-box {
    overflow: hidden;
}

.fp-img-crop .cropper-container,
.fp-img-crop .cropper-wrap-box,
.fp-img-crop .cropper-canvas,
.fp-img-crop .cropper-drag-box {
    border-radius: 8px;
}

.fp-img-crop__foot {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    padding: 0.85rem 1rem 1rem;
    border-top: 1px solid #e2e8f0;
    background: #fff;
}

.fp-img-crop__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.45rem 1rem;
    border-radius: 10px;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 700;
    cursor: pointer;
    border: 1px solid transparent;
}

.fp-img-crop__btn--ghost {
    border-color: #cbd5e1;
    background: #fff;
    color: #334155;
}

.fp-img-crop__btn--primary {
    background: #f97316;
    border-color: #ea580c;
    color: #fff;
}

.fp-img-crop__btn--danger {
    background: #b91c1c;
    border-color: #991b1b;
    color: #fff;
}

.fp-img-crop__btn--danger:hover {
    background: #991b1b;
}

.fp-img-crop--confirm {
    z-index: 20050;
}

.fp-img-crop__dialog--confirm {
    width: min(400px, 100%);
    max-height: none;
}

.fp-img-crop__lead {
    margin: 0 1.15rem 1rem;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #475569;
}

.fp-img-crop__foot--single {
    justify-content: center;
}

.fp-prod-new__img-policy {
    font-size: 0.72rem;
    line-height: 1.45;
    color: #64748b;
}

.fp-prod-new__desc-count {
    margin: 0.35rem 0 0;
    font-size: 0.72rem;
    color: #64748b;
}

/* Ã¢â‚¬â€Ã¢â‚¬â€ SipariÃ…Å¸ler: GeÃƒÂ§miÃ…Å¸ sipariÃ…Å¸ler (Trendyol tarzÃ„Â± ÃƒÂ¶zet + filtre) Ã¢â‚¬â€Ã¢â‚¬â€ */
.page--fp-ges .fp-tfp__card--top {
    padding-top: 1.1rem;
}

.fp-ges__tabs {
    margin-bottom: 1.1rem;
}

.fp-ges__filter-form {
    margin: 0;
}

.fp-ges__filter-row {
    margin-bottom: 0.65rem;
}

.fp-ges__field--stages .fp-tfp__lbl {
    color: #64748b;
}

/* Turuncu vurgu yalnÃ„Â±zca GeÃƒÂ§miÃ…Å¸ SipariÃ…Å¸ler sekmesindeki durum alanÃ„Â±nda; varsayÃ„Â±lan nÃƒÂ¶tr, etkileÃ…Å¸imde turuncu */
.fp-ges__select--stages {
    border: 1px solid #e2e8f0;
    background-color: #fff;
    font-weight: 600;
    color: #0f172a;
    cursor: pointer;
}

.fp-ges__select--stages:hover {
    border-color: #f27a1a;
}

.fp-ges__select--stages:focus {
    outline: none;
}

.fp-ges__select--stages:focus-visible {
    border-color: #f27a1a;
    box-shadow: 0 0 0 3px rgba(242, 122, 26, 0.22);
}


.fp-ges__filter-actions {
    margin-left: auto;
}

.fp-ges__kpi-card {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.06);
    padding: 1.15rem 1.25rem 1rem;
    margin-bottom: 1rem;
}

.fp-ges__kpi-title {
    margin: 0 0 1rem;
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.fp-ges__kpi-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(148px, 1fr));
    gap: 1rem 1.25rem;
    align-items: start;
}

@media (min-width: 1100px) {
    .fp-ges__kpi-grid {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
}

.fp-ges__kpi {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    min-width: 0;
}

.fp-ges__kpi-ico {
    flex-shrink: 0;
    display: flex;
    width: 40px;
    height: 40px;
}

.fp-ges__kpi-ico svg {
    display: block;
    width: 40px;
    height: 40px;
}

.fp-ges__kpi-body {
    min-width: 0;
    flex: 1;
}

.fp-ges__kpi-lbl-row {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    margin-bottom: 0.2rem;
}

.fp-ges__kpi-lbl {
    display: block;
    margin-bottom: 0.2rem;
    font-size: 0.72rem;
    font-weight: 500;
    color: #64748b;
    line-height: 1.25;
}

.fp-ges__kpi-lbl--stack {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.fp-ges__kpi-lbl--stack > span {
    display: block;
}

.fp-ges__kpi-info {
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: 1px solid #cbd5e1;
    border-radius: 50%;
    background: #f8fafc;
    font-size: 0.55rem;
    font-weight: 700;
    font-style: italic;
    line-height: 1;
    color: #94a3b8;
    cursor: help;
}

.fp-ges__kpi-val {
    margin: 0;
    font-size: 0.72rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.25;
}

.fp-ges__kpi-foot {
    margin: 1rem 0 0;
    padding-top: 0.85rem;
    border-top: 1px solid #f1f5f9;
    font-size: 0.75rem;
    line-height: 1.45;
    color: #94a3b8;
}

.fp-ges__kpi-foot::before {
    content: "Ã¢â‚¬Â¢";
    margin-right: 0.35rem;
    color: #cbd5e1;
}

.fp-ges__toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem 1rem;
    margin-bottom: 0.75rem;
    padding: 0 0.15rem;
}

.fp-ges__toolbar-text {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.5rem;
}

.fp-ges__stat {
    margin: 0;
    font-size: 0.88rem;
    color: #64748b;
}

.fp-ges__stat strong {
    color: #0f172a;
    font-weight: 700;
}

.fp-ges__stat-lbl {
    font-weight: 600;
}

.fp-ges__excel {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.45rem 0.85rem;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
    font: inherit;
    font-size: 0.82rem;
    font-weight: 600;
    color: #0f172a;
    cursor: pointer;
}

.fp-ges__excel:hover {
    border-color: #cbd5e1;
}

.fp-ges__table-wrap {
    margin: 0 -0.15rem;
}

.fp-ges__table-panel {
    display: flex;
    flex-direction: column;
}

.fp-ges__pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.75rem 1rem;
    padding: 1rem 0.25rem 0.35rem;
    border-top: 1px solid #f1f5f9;
    margin-top: 0.75rem;
}

.fp-ges__pagination-main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

.fp-ges__pagination-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.25rem;
    height: 2.25rem;
    padding: 0 0.5rem;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
    color: #475569;
    cursor: pointer;
    transition: border-color 0.15s ease, background-color 0.15s ease, color 0.15s ease;
}

.fp-ges__pagination-btn:hover:not(:disabled) {
    border-color: #fdba74;
    background: #fffaf5;
    color: #ea580c;
}

.fp-ges__pagination-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.fp-ges__pagination-page {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.25rem;
    height: 2.25rem;
    padding: 0 0.65rem;
    border-radius: 10px;
    background: #fff7ed;
    border: 1px solid #fdba74;
    font-size: 0.875rem;
    font-weight: 700;
    color: #ea580c;
    line-height: 1;
}

.fp-ges__pagination-meta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-left: auto;
    font-size: 0.75rem;
    font-weight: 500;
    color: #64748b;
}

.fp-ges__pagination-per {
    height: 2.25rem;
    padding: 0 0.5rem;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
    font: inherit;
    font-size: 0.875rem;
    font-weight: 600;
    color: #334155;
    cursor: pointer;
}

.fp-ges__pagination-range {
    font-weight: 600;
    color: #334155;
    white-space: nowrap;
}

@media (max-width: 640px) {
    .fp-ges__pagination {
        flex-direction: column;
        align-items: stretch;
    }

    .fp-ges__pagination-meta {
        margin-left: 0;
        justify-content: center;
        flex-wrap: wrap;
    }
}

.fp-ges__mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.86em;
}

.fp-ges__th-payout {
    min-width: 11rem;
}

.fp-ges__th-payout .fp-ges__th-main {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #94a3b8;
}

.fp-ges__td-payout {
    vertical-align: top;
    font-size: 0.82rem;
    line-height: 1.35;
}

.fp-ges__payout-line--inline {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.4rem 0.65rem;
}

.fp-ges__payout-line--inline .fp-ges__payout-when {
    font-weight: 600;
    color: #334155;
    white-space: nowrap;
}

.fp-ges__payout-line--inline .fp-ges__payout-sep {
    font-weight: 500;
    color: #94a3b8;
    user-select: none;
}

.fp-ges__payout-line--inline .fp-ges__payout-amt {
    font-weight: 700;
    color: #0f172a;
    white-space: nowrap;
}

.fp-ges__payout--na {
    font-weight: 600;
    color: #94a3b8;
}

.fp-ges__td-detail {
    white-space: nowrap;
}

.fp-ges__detail {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    padding: 0;
    border: none;
    background: none;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 700;
    color: #f27a1a;
    cursor: pointer;
    text-decoration: none;
}

.fp-ges__detail:hover {
    text-decoration: underline;
}

.fp-ges__detail-ico {
    font-size: 1.1rem;
    line-height: 1;
}

.fp-ges__view {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.1rem;
    height: 2.1rem;
    padding: 0;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #ffffff;
    color: #64748b;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.fp-ges__view:hover {
    background: #fff7ed;
    border-color: #fdba74;
    color: #ea580c;
}

.fp-ges__view:focus-visible {
    outline: 2px solid #fdba74;
    outline-offset: 2px;
}

.fp-cod-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 0.75rem;
    font: inherit;
    font-size: 0.8125rem;
    font-weight: 600;
    border: 0;
    border-radius: 8px;
    background: #dc2626;
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
}

.fp-cod-btn:hover:not(:disabled) {
    filter: brightness(1.06);
}

.fp-cod-btn:disabled {
    opacity: 0.72;
    cursor: not-allowed;
}

.fp-cod-ok {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 999px;
    background: #16a34a;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1;
}

.fp-cod-wait {
    color: #94a3b8;
}

/* Sipariş geçmişi — entegrasyon sayfası ile aynı detay modalı */
.modal-root.modal-root--order-detail .modal-backdrop {
    background: rgba(15, 23, 42, 0.58);
    -webkit-backdrop-filter: blur(18px) saturate(1.08);
    backdrop-filter: blur(18px) saturate(1.08);
}

.modal--order-detail.modal--wide {
    width: min(680px, calc(100vw - 2rem));
    max-width: 680px;
    max-height: calc(100vh - 2rem);
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
    display: flex;
    flex-direction: column;
}

.modal--order-detail .modal__close {
    display: none !important;
}

.modal--order-detail .modal__title {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.modal--order-detail .modal__body {
    flex: 1 1 auto;
    min-height: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    background: transparent;
}

.modal--order-detail .apm-form-modal {
    position: relative;
    width: 100%;
    max-height: calc(100vh - 2rem);
    overflow: hidden;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.35);
    display: flex;
    flex-direction: column;
}

.modal--order-detail .apm-form-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 18px;
    border-bottom: 1px solid #edf1f5;
    background: radial-gradient(circle at 12% 18%, rgba(255, 237, 213, 0.65), transparent 32%), #ffffff;
}

.modal--order-detail .apm-form-modal__header-left {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.modal--order-detail .apm-form-modal__icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 12px;
    background: #fff7ed;
    color: #ea580c;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal--order-detail .apm-form-modal__titles {
    min-width: 0;
}

.modal--order-detail .apm-form-modal__title {
    margin: 0;
    color: #101827;
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

.modal--order-detail .apm-form-modal__subtitle {
    margin: 4px 0 0;
    color: #64748b;
    font-size: 0.75rem;
    line-height: 1.4;
    font-weight: 500;
}

.modal--order-detail .apm-form-modal__close {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #ffffff;
    color: #64748b;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.15s ease;
}

.modal--order-detail .apm-form-modal__close:hover {
    background: #fff7ed;
    color: #ea580c;
    border-color: #fdba74;
}

.modal--order-detail .apm-form-modal__body {
    flex: 1 1 auto;
    min-height: 0;
    max-height: none;
    overflow-y: auto;
    padding: 14px 16px 16px;
}

.modal--order-detail .adm-ent-order-dlg__body {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.modal--order-detail .adm-ent-order-dlg__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.modal--order-detail .adm-ent-order-status {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.6875rem;
    font-weight: 700;
    line-height: 1.3;
}

.modal--order-detail .adm-ent-order-status--waiting {
    background: #fef3c7;
    color: #92400e;
}

.modal--order-detail .adm-ent-order-status--preparing {
    background: #dbeafe;
    color: #1e40af;
}

.modal--order-detail .adm-ent-order-status--shipping {
    background: #ede9fe;
    color: #5b21b6;
}

.modal--order-detail .adm-ent-order-status--delivered {
    background: #dcfce7;
    color: #166534;
}

.modal--order-detail .adm-ent-order-status--cancelled {
    background: #fee2e2;
    color: #991b1b;
}

.modal--order-detail .adm-ent-order-status--neutral {
    background: #f1f5f9;
    color: #475569;
}

.modal--order-detail .adm-ent-order-dlg__chip {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    font-size: 0.6875rem;
    font-weight: 600;
    color: #64748b;
    line-height: 1.3;
}

.modal--order-detail .adm-ent-order-dlg__chip strong {
    color: #0f172a;
    font-weight: 800;
}

.modal--order-detail .adm-ent-order-dlg__chip--pay {
    background: #fff7ed;
    border-color: #fed7aa;
    color: #c2410c;
}

.modal--order-detail .adm-ent-order-dlg__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

@media (min-width: 560px) {
    .modal--order-detail .adm-ent-order-dlg__grid {
        grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.85fr);
    }
}

.modal--order-detail .adm-ent-order-dlg__panel {
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #f8fafc;
    padding: 12px 14px;
}

.modal--order-detail .adm-ent-order-dlg__panel--totals {
    background: #ffffff;
}

.modal--order-detail .adm-ent-order-dlg__panel-title {
    margin: 0 0 10px;
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #94a3b8;
}

.modal--order-detail .adm-ent-order-dlg__dl {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.modal--order-detail .adm-ent-order-dlg__line {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px;
    font-size: 0.8125rem;
    line-height: 1.45;
}

.modal--order-detail .adm-ent-order-dlg__label {
    flex-shrink: 0;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #64748b;
    white-space: nowrap;
}

.modal--order-detail .adm-ent-order-dlg__value {
    min-width: 0;
    font-weight: 600;
    color: #0f172a;
    word-break: break-word;
}

.modal--order-detail .adm-ent-order-dlg__code {
    white-space: nowrap;
    font-size: 0.875rem;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.03em;
    color: #c2410c;
}

.modal--order-detail .adm-ent-order-dlg__row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
    font-size: 0.8125rem;
    line-height: 1.45;
}

.modal--order-detail .adm-ent-order-dlg__row dt {
    margin: 0;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #94a3b8;
}

.modal--order-detail .adm-ent-order-dlg__row dd {
    margin: 0;
    font-weight: 500;
    color: #334155;
    word-break: break-word;
}

.modal--order-detail .adm-ent-order-dlg__totals {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.modal--order-detail .adm-ent-order-dlg__totals li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-size: 0.8125rem;
    color: #64748b;
}

.modal--order-detail .adm-ent-order-dlg__totals li strong {
    color: #0f172a;
    font-weight: 700;
}

.modal--order-detail .adm-ent-order-dlg__totals-grand {
    margin-top: 4px;
    padding-top: 8px;
    border-top: 1px dashed #e2e8f0;
    font-size: 0.875rem;
    color: #0f172a;
}

.modal--order-detail .adm-ent-order-dlg__totals-grand strong {
    font-size: 1rem;
    color: #ea580c;
}

.modal--order-detail .adm-ent-order-dlg__items {
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #ffffff;
    overflow: hidden;
}

.modal--order-detail .adm-ent-order-dlg__items-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 10px 14px;
    border-bottom: 1px solid #edf1f5;
}

.modal--order-detail .adm-ent-order-dlg__items-head .adm-ent-order-dlg__panel-title {
    margin: 0;
}

.modal--order-detail .adm-ent-order-dlg__items-count {
    font-size: 0.6875rem;
    font-weight: 700;
    color: #94a3b8;
}

.modal--order-detail .adm-ent-order-dlg__items-scroll {
    max-height: min(220px, 32vh);
    overflow: auto;
    overscroll-behavior: contain;
}

.modal--order-detail .adm-ent-order-dlg__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.8125rem;
}

.modal--order-detail .adm-ent-order-dlg__table th {
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 8px 12px;
    text-align: left;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #94a3b8;
    background: #f8fafc;
    border-bottom: 1px solid #edf1f5;
}

.modal--order-detail .adm-ent-order-dlg__table th:last-child,
.modal--order-detail .adm-ent-order-dlg__table td:last-child {
    text-align: right;
}

.modal--order-detail .adm-ent-order-dlg__table th:nth-child(2),
.modal--order-detail .adm-ent-order-dlg__table td:nth-child(2) {
    text-align: right;
    white-space: nowrap;
}

.modal--order-detail .adm-ent-order-dlg__table td {
    padding: 10px 12px;
    vertical-align: top;
    border-bottom: 1px solid #f1f5f9;
    color: #334155;
}

.modal--order-detail .adm-ent-order-dlg__table tbody tr:last-child td {
    border-bottom: none;
}

.modal--order-detail .adm-ent-order-dlg__line-qty {
    display: inline-block;
    margin-right: 4px;
    font-weight: 800;
    color: #ea580c;
}

.modal--order-detail .adm-ent-order-dlg__empty {
    margin: 0;
    padding: 20px 14px;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #94a3b8;
    text-align: center;
}

.modal--order-detail .apm-form-modal__footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    border-top: 1px solid #edf1f5;
    background: #f8fafc;
    padding: 12px 18px;
}

.modal--order-detail .apm-form-modal__btn-primary {
    height: 40px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    font-size: 0.875rem;
    font-weight: 700;
    border: none;
    background: #ea580c;
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(234, 88, 12, 0.22);
    cursor: pointer;
}

.modal--order-detail .apm-form-modal__btn-primary:hover {
    background: #c2410c;
}

@media (prefers-reduced-motion: reduce) {
    .modal-root.modal-root--order-detail .modal-backdrop {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }
}

.fp-ges__empty {
    padding: 2.25rem 1rem;
    text-align: center;
    font-size: 0.95rem;
    font-weight: 600;
    color: #64748b;
}

/* GeÃƒÂ§miÃ…Å¸ sipariÃ…Å¸ler Ã¢â‚¬â€ modal iÃƒÂ§inde tek sipariÃ…Å¸ kartÃ„Â± (referans dÃƒÂ¼zeni) */
.fp-ges-oc {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 20px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: linear-gradient(180deg, #fffdf8 0%, #faf6f0 100%);
    box-shadow:
        0 20px 50px rgba(15, 23, 42, 0.18),
        0 0 0 1px rgba(249, 115, 22, 0.08);
    overflow: hidden;
    text-align: left;
    font-family: inherit;
}

.fp-ges-oc__top {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.65rem 1rem;
    padding: 1.1rem 3rem 1rem 1.25rem;
    background: #fff;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.fp-ges-oc__eyebrow {
    display: block;
    margin-bottom: 0.2rem;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #64748b;
}

.fp-ges-oc__id {
    margin: 0;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 1.2rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    word-break: break-all;
}

.fp-ges-oc__badge {
    flex-shrink: 0;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: #f97316;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.fp-ges-oc__close {
    position: absolute;
    top: 0.65rem;
    right: 0.65rem;
    width: 2rem;
    height: 2rem;
    display: grid;
    place-items: center;
    margin: 0;
    padding: 0;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #fff;
    font-size: 1.25rem;
    line-height: 1;
    color: #64748b;
    cursor: pointer;
}

.fp-ges-oc__close:hover {
    background: #f1f5f9;
    color: #0f172a;
}

.fp-ges-oc__block {
    padding: 0.85rem 1.25rem 0;
}

.fp-ges-oc__h {
    margin: 0 0 0.45rem;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #334155;
}

.fp-ges-oc__panel {
    padding: 0.65rem 0.85rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(15, 23, 42, 0.06);
}

.fp-ges-oc__panel--list {
    padding: 0.55rem 0.85rem;
}

.fp-ges-oc__ul {
    margin: 0;
    padding: 0 0 0 1rem;
    font-size: 0.86rem;
    line-height: 1.5;
    color: #334155;
}

.fp-ges-oc__note {
    margin: 0;
    font-size: 0.86rem;
    line-height: 1.45;
    color: #475569;
}

.fp-ges-oc__summary {
    padding: 0.85rem 1.25rem 1rem;
}

.fp-ges-oc__summary-inner {
    padding: 0.65rem 0.85rem;
    border-radius: 12px;
    background: rgba(254, 243, 199, 0.35);
    border: 1px solid rgba(251, 191, 36, 0.25);
}

.fp-ges-oc__kv {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.25rem 0.75rem;
    padding: 0.45rem 0;
    border-bottom: 1px dashed rgba(15, 23, 42, 0.12);
    font-size: 0.84rem;
    line-height: 1.4;
}

.fp-ges-oc__kv--last {
    border-bottom: none;
    padding-bottom: 0;
}

.fp-ges-oc__k {
    font-weight: 700;
    color: #64748b;
}

.fp-ges-oc__v {
    font-weight: 600;
    color: #0f172a;
    text-align: right;
    max-width: 60%;
}

.fp-ges-oc__sep {
    font-weight: 500;
    color: #94a3b8;
}

.fp-ges-oc__foot {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem 1rem;
    padding: 1rem 1.25rem 1.15rem;
    background: rgba(255, 255, 255, 0.65);
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.fp-ges-oc__total-lbl {
    display: block;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #64748b;
}

.fp-ges-oc__total-amt {
    display: block;
    margin-top: 0.15rem;
    font-size: 1.35rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.fp-ges-oc__btn-kapat {
    padding: 0.55rem 1.35rem;
    border: none;
    border-radius: 10px;
    background: #f97316;
    color: #fff;
    font: inherit;
    font-size: 0.88rem;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(249, 115, 22, 0.35);
}

.fp-ges-oc__btn-kapat:hover {
    filter: brightness(1.05);
}

@media (max-width: 420px) {
    .fp-ges-oc__v {
        max-width: 100%;
        text-align: left;
    }
}

/* Ã¢â‚¬â€Ã¢â‚¬â€ Firma panel: SipariÃ…Å¸ BÃƒÂ¶lgeleri (harita + bÃƒÂ¶lgeler) Ã¢â‚¬â€Ã¢â‚¬â€ */
.page--fp-sb .tgo-main {
    max-width: 100%;
}

.fp-sb {
    padding: 0 0 2rem;
}

.fp-sb__head {
    margin-bottom: 1.25rem;
}

.fp-sb__title {
    margin: 0 0 0.35rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
}

.fp-sb__lead {
    margin: 0;
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.55;
    max-width: 52rem;
}

.fp-sb__addr {
    display: block;
    margin-top: 0.35rem;
    color: #334155;
    font-weight: 500;
}

.fp-sb__shell {
    display: grid;
    grid-template-columns: minmax(280px, 340px) 1fr;
    gap: 1rem;
    align-items: stretch;
    min-height: min(72vh, 680px);
}

.fp-sb__shell--mahalle {
    grid-template-columns: minmax(260px, 300px) 1fr minmax(260px, 300px);
}

.fp-sb__aside {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-width: 0;
}

.fp-sb__aside-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.fp-sb__save-msg {
    flex: 1 1 100%;
    margin: 0.35rem 0 0;
    font-size: 0.82rem;
    font-weight: 600;
    color: #16a34a;
}

.fp-sb__save-msg.is-error {
    color: #dc2626;
}

.fp-sb__ty-note {
    margin: 0.75rem 0 0;
    padding: 0.65rem 0.75rem;
    border-radius: 10px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    font-size: 0.78rem;
    line-height: 1.45;
    color: #64748b;
}

.fp-sb__ty-note a {
    color: #ea580c;
    font-weight: 700;
    text-decoration: none;
}

.fp-sb__ty-note a:hover {
    text-decoration: underline;
}

.fp-sb__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.55rem 1rem;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.9rem;
    border: 1px solid transparent;
    cursor: pointer;
    font-family: inherit;
    transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.fp-sb__btn--primary {
    background: #ea580c;
    border-color: #ea580c;
    color: #fff;
}

.fp-sb__btn--primary:hover {
    filter: brightness(1.06);
}

.fp-sb__btn--ghost {
    background: #fff;
    border-color: #fdba74;
    color: #c2410c;
}

.fp-sb__btn--ghost:hover {
    background: #fff7ed;
}

.fp-sb__btn--dark {
    background: #1e293b;
    border-color: #1e293b;
    color: #fff;
}

.fp-sb__btn--dark:hover {
    background: #0f172a;
}

.fp-sb__btn--outline {
    background: #fff;
    border: 2px solid #ea580c;
    color: #ea580c;
}

.fp-sb__cards {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    overflow: auto;
    max-height: min(68vh, 620px);
    padding-right: 0.25rem;
}

.fp-sb__card {
    border: 2px solid #e2e8f0;
    border-radius: 14px;
    padding: 0.85rem 1rem;
    background: #fff;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
    transition: border-color 0.15s, box-shadow 0.15s;
}

.fp-sb__card.is-selected {
    border-color: #9333ea;
    box-shadow: 0 4px 14px rgba(147, 51, 234, 0.12);
}

.fp-sb__card-top {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 0.65rem;
}

.fp-sb__card-ico {
    width: 14px;
    height: 14px;
    background: var(--rc, #ea580c);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    flex-shrink: 0;
}

.fp-sb__card-name {
    font-weight: 700;
    color: #0f172a;
    flex: 1 1 auto;
    min-width: 4rem;
}

.fp-sb__toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    cursor: pointer;
    font-size: 0.8rem;
    color: #16a34a;
    font-weight: 600;
}

.fp-sb__toggle-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.fp-sb__toggle-ui {
    width: 36px;
    height: 20px;
    background: #e2e8f0;
    border-radius: 999px;
    position: relative;
    transition: background 0.2s;
}

.fp-sb__toggle-ui::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    transition: transform 0.2s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.fp-sb__toggle-input:checked + .fp-sb__toggle-ui {
    background: #22c55e;
}

.fp-sb__toggle-input:checked + .fp-sb__toggle-ui::after {
    transform: translateX(16px);
}

.fp-sb__icon-btn {
    border: none;
    background: transparent;
    padding: 0.25rem;
    cursor: pointer;
    color: #dc2626;
    border-radius: 8px;
    line-height: 0;
}

.fp-sb__icon-btn:hover {
    background: #fef2f2;
}

.fp-sb__card-fields {
    display: grid;
    gap: 0.65rem;
    margin-bottom: 0.75rem;
}

.fp-sb__field {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.fp-sb__field-lbl {
    font-size: 0.78rem;
    font-weight: 600;
    color: #64748b;
}

.fp-sb__input,
.fp-sb__select {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 0.45rem 0.65rem;
    font-size: 0.9rem;
    font-family: inherit;
}

.fp-sb__card-foot {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.fp-sb__map-col {
    position: relative;
    min-width: 0;
}

.fp-sb__map-wrap {
    position: relative;
    height: 100%;
    min-height: min(72vh, 680px);
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    background: #e0f2fe;
}

.fp-sb__map {
    width: 100%;
    height: 100%;
    min-height: min(72vh, 680px);
}

.fp-sb__map-fallback {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    text-align: center;
    background: #f8fafc;
    z-index: 2;
}

.fp-sb__map-fallback[hidden] {
    display: none !important;
}

.fp-sb__map-fallback-txt {
    max-width: 28rem;
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.55;
}

.fp-sb__area-badge {
    position: absolute;
    left: 12px;
    bottom: 12px;
    z-index: 3;
    background: #fff;
    padding: 0.5rem 0.85rem;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.12);
    font-size: 0.88rem;
    color: #475569;
}

.fp-sb__area-val {
    color: #ea580c;
    font-weight: 700;
    margin-left: 0.25rem;
}

.fp-sb__area-val--warn {
    color: #dc2626;
}

.fp-sb__map-toolbar {
    position: absolute;
    top: 12px;
    left: 12px;
    right: 56px;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 0.5rem;
}

.fp-sb__alan-wrap {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}

.fp-sb__tbtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 42px;
    padding: 0.4rem 0.95rem;
    background: #fff;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    font-family: inherit;
    font-weight: 600;
    font-size: 0.8125rem;
    letter-spacing: -0.01em;
    color: #0f172a;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06), 0 4px 12px rgba(15, 23, 42, 0.06);
    transition: border-color 0.15s, box-shadow 0.15s, color 0.15s, background 0.15s;
}

.fp-sb__tbtn:hover {
    border-color: #cbd5e1;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
}

.fp-sb__tbtn-ico {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #1e293b;
}

.fp-sb__tbtn-ico svg {
    display: block;
}

.fp-sb__tbtn-txt {
    line-height: 1.2;
}

.fp-sb__tbtn--alan.is-open {
    border: 2px solid #ea580c;
    padding: calc(0.4rem - 1px) calc(0.95rem - 1px);
    box-shadow: 0 2px 10px rgba(234, 88, 12, 0.18);
}

.fp-sb__tbtn--alan.is-open .fp-sb__tbtn-ico {
    color: #ea580c;
}

.fp-sb__draw-pop {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    display: flex;
    align-items: stretch;
    background: #fff;
    border-radius: 10px;
    padding: 4px 6px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 6px -1px rgba(15, 23, 42, 0.08), 0 12px 28px -4px rgba(15, 23, 42, 0.14);
    z-index: 6;
}

/* display:flex yukarÃ„Â±da [hidden] ÃƒÂ¶zniteliÃ„Å¸ini ezer; menÃƒÂ¼ yalnÃ„Â±zca JS ile aÃƒÂ§Ã„Â±lmalÃ„Â± */
.fp-sb__draw-pop[hidden] {
    display: none !important;
}

.fp-sb__draw-pop::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 22px;
    margin-left: -7px;
    border: 7px solid transparent;
    border-bottom-color: #fff;
    filter: drop-shadow(0 -1px 0 #e5e7eb);
}

.fp-sb__draw-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 40px;
    padding: 0;
    border: none;
    border-radius: 8px;
    background: transparent;
    cursor: pointer;
    color: #334155;
    transition: background 0.12s, color 0.12s;
}

.fp-sb__draw-btn-ico {
    display: flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
}

.fp-sb__draw-btn-ico svg {
    width: 22px;
    height: 22px;
    display: block;
}

.fp-sb__draw-btn:hover {
    color: #0f172a;
    background: #f8fafc;
}

.fp-sb__draw-btn.is-active {
    color: #ea580c;
    background: #fff7ed;
    box-shadow: inset 0 0 0 1px rgba(234, 88, 12, 0.35);
}

.fp-sb__draw-sep {
    width: 1px;
    align-self: stretch;
    margin: 6px 2px;
    background: #e5e7eb;
    flex-shrink: 0;
}

.fp-sb__tbtn[aria-pressed="true"] {
    border-color: #ea580c;
    color: #c2410c;
    background: linear-gradient(180deg, #fffdfb 0%, #fff7ed 100%);
    box-shadow: 0 2px 10px rgba(234, 88, 12, 0.12);
}

.fp-sb__tbtn[aria-pressed="true"] .fp-sb__tbtn-ico {
    color: #ea580c;
}

.fp-sb__draw-confirm {
    position: absolute;
    bottom: 14px;
    left: 14px;
    z-index: 4;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    max-width: calc(100% - 180px);
}

.fp-sb__draw-confirm[hidden] {
    display: none !important;
}

.fp-sb__draw-confirm-btn {
    font-family: inherit;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.55rem 1rem;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid #cbd5e1;
    transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.fp-sb__draw-confirm-btn--ghost {
    background: #fff;
    color: #0f172a;
}

.fp-sb__draw-confirm-btn--ghost:hover {
    background: #f8fafc;
}

.fp-sb__draw-confirm-btn--go {
    background: #ea580c;
    border-color: #ea580c;
    color: #fff;
}

.fp-sb__draw-confirm-btn--go:hover {
    filter: brightness(1.05);
}

.fp-sb__map-rail {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.fp-sb__rail-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    cursor: pointer;
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e293b;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
    line-height: 1;
}

.fp-sb__rail-btn.is-active {
    border-color: #ea580c;
    color: #ea580c;
}

.fp-sb__rail-btn:hover {
    background: #f8fafc;
}

.fp-sb__mahalle {
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    min-height: 0;
    max-height: min(72vh, 680px);
}

.fp-sb__mahalle-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}

.fp-sb__mahalle-title {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
}

.fp-sb__mahalle-close {
    border: none;
    background: transparent;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    color: #64748b;
    padding: 0 0.25rem;
}

.fp-sb__mahalle-search {
    position: relative;
    margin-bottom: 0.65rem;
}

.fp-sb__mahalle-input {
    width: 100%;
    box-sizing: border-box;
    padding: 0.55rem 2.25rem 0.55rem 0.75rem;
    border: 2px solid #fdba74;
    border-radius: 10px;
    font-size: 0.9rem;
    font-family: inherit;
}

.fp-sb__mahalle-search-ico {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #ea580c;
    pointer-events: none;
}

.fp-sb__mahalle-all {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.88rem;
    font-weight: 600;
    color: #334155;
    margin-bottom: 0.65rem;
    cursor: pointer;
}

.fp-sb__info {
    display: inline-flex;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #94a3b8;
    font-size: 0.7rem;
    font-weight: 700;
    color: #64748b;
}

.fp-sb__mahalle-list {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto;
    flex: 1;
}

.fp-sb__mahalle-row {
    border-bottom: 1px solid #e2e8f0;
    padding: 0.5rem 0;
}

.fp-sb__mahalle-lbl {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    font-size: 0.88rem;
    color: #0f172a;
}

.fp-sb__mahalle-count {
    margin-left: auto;
    color: #64748b;
    font-size: 0.82rem;
}

.fp-sb__modal {
    position: fixed;
    inset: 0;
    z-index: 8000;
    display: grid;
    place-items: center;
    padding: 1rem;
}

.fp-sb__modal[hidden] {
    display: none !important;
}

.fp-sb__modal-backdrop {
    position: absolute;
    inset: 0;
    background: transparent;
    -webkit-backdrop-filter: blur(48px) saturate(1.2);
    backdrop-filter: blur(48px) saturate(1.2);
}

.fp-sb__modal-box {
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 16px;
    padding: 1.35rem 1.5rem;
    max-width: 22rem;
    width: 100%;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.2);
}

.fp-sb__modal-title {
    margin: 0 0 0.5rem;
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
}

.fp-sb__modal-desc {
    margin: 0 0 1.1rem;
    font-size: 0.88rem;
    color: #64748b;
    line-height: 1.5;
}

.fp-sb__km-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.fp-sb__km-readout {
    flex: 1;
    background: #e8eaf6;
    padding: 0.65rem 1rem;
    border-radius: 10px;
    font-weight: 700;
    font-size: 1.05rem;
    color: #1e293b;
    text-align: center;
}

.fp-sb__km-step {
    display: flex;
    gap: 0.35rem;
}

.fp-sb__km-step-btn {
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 10px;
    background: #0f172a;
    color: #fff;
    font-size: 1.35rem;
    font-weight: 600;
    cursor: pointer;
    line-height: 1;
}

.fp-sb__km-step-btn--plusminus {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.fp-sb__km-step-btn--plusminus span {
    display: block;
    font-size: 1.5rem;
    line-height: 1;
}

.fp-sb__modal-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem;
}

@media (max-width: 1100px) {
    .fp-sb__shell,
    .fp-sb__shell--mahalle {
        grid-template-columns: 1fr;
    }

    .fp-sb__mahalle {
        max-height: 420px;
    }
}

/* Ã¢â‚¬â€Ã¢â‚¬â€ Firma panel: Ãƒâ€“demeler Ã¢â‚¬â€Ã¢â‚¬â€ */
.page--fp-od .fp-od {
    max-width: 1120px;
    margin: 0 auto;
    width: 100%;
    padding: 0 clamp(0.75rem, 2vw, 1.25rem);
    font-family: var(--bl-font-family, "Rubik", system-ui, sans-serif);
}

.fp-od__head {
    margin-bottom: 1.25rem;
}

.fp-od__title {
    margin: 0;
    font-size: clamp(1.35rem, 2.5vw, 1.6rem);
    font-weight: 700;
    color: #0f172a;
}

.fp-od__hero {
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
    padding: 1.35rem 1.5rem;
    margin-bottom: 0.75rem;
}

.fp-od__hero-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

@media (min-width: 800px) {
    .fp-od__hero-inner {
        grid-template-columns: 1fr auto;
        align-items: center;
    }
}

.fp-od__hero-k {
    margin: 0 0 0.35rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: #334155;
}

.fp-od__hero-row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.65rem 1rem;
    margin-bottom: 1rem;
}

.fp-od__hero-amt {
    margin: 0;
    font-size: clamp(1.75rem, 3vw, 2.15rem);
    font-weight: 700;
    color: #0f172a;
}

.fp-od__hero-note {
    margin: 0;
    font-size: 0.9rem;
    color: #64748b;
}

.fp-od__hero-stats {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 0.85rem;
}

.fp-od__hero-stat {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.35rem 0.5rem;
    padding: 0.65rem 0.85rem;
    background: #f8fafc;
    border-radius: 10px;
    border: 1px solid rgba(15, 23, 42, 0.06);
}

.fp-od__hero-stat-lbl {
    font-size: 0.82rem;
    color: #64748b;
}

.fp-od__hero-stat-val {
    font-size: 0.95rem;
    font-weight: 600;
    color: #0f172a;
}

.fp-od__info-dot {
    width: 1.15rem;
    height: 1.15rem;
    padding: 0;
    border: 1px solid #cbd5e1;
    border-radius: 50%;
    background: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    font-style: italic;
    color: #64748b;
    cursor: default;
    line-height: 1;
}

.fp-od__hero-line {
    white-space: nowrap;
    overflow-x: auto;
    max-width: 100%;
    line-height: 1.45;
    scrollbar-width: thin;
}

.fp-od__hero-legal {
    margin: 0 0 0.6rem;
    font-size: 0.78rem;
    color: #8a99a8;
}

.fp-od__hero-main .fp-od__iban {
    margin: 0;
    padding-top: 0.65rem;
    border-top: 1px solid #f1f5f9;
    font-size: 0.8rem;
    color: #64748b;
    line-height: 1.45;
}

.fp-od__hero-main .fp-od__iban strong {
    color: #0f172a;
    font-weight: 700;
}

.fp-od__hero-side {
    justify-self: end;
    width: fit-content;
    max-width: 100%;
    padding: 0.75rem 1rem;
    background: linear-gradient(135deg, #fffdfb 0%, #fff7ed 100%);
    border-radius: 12px;
    border: 1px solid rgba(242, 122, 26, 0.2);
    min-width: min(100%, 220px);
}

.fp-od__hero-side-k {
    margin: 0 0 0.25rem;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #94a3b8;
}

.fp-od__hero-side-v {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 600;
    color: #0f172a;
}

@media (max-width: 799px) {
    .page--fp-od .fp-od {
        box-sizing: border-box;
        overflow-x: hidden;
    }

    .fp-od__hero {
        box-sizing: border-box;
        overflow-x: hidden;
        padding: 1rem 0.85rem;
    }

    .fp-od__hero-inner,
    .fp-od__hero-main {
        min-width: 0;
    }

    .fp-od__hero-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.35rem 0;
        margin-bottom: 0.85rem;
    }

    .fp-od__hero-note {
        min-width: 0;
        width: 100%;
    }

    .fp-od__hero-stats {
        grid-template-columns: 1fr;
        gap: 0.65rem;
    }

    .fp-od__hero-line {
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: break-word;
        overflow-x: visible;
    }

    .fp-od__hero-side {
        justify-self: stretch;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    .fp-od__filter {
        flex-direction: column;
        align-items: stretch;
    }

    .fp-od__field {
        min-width: 0;
        width: 100%;
    }

    .fp-od__field--grow {
        flex: 0 0 auto;
        width: 100%;
    }

    .fp-od__date-range {
        flex-direction: column;
        align-items: stretch;
    }

    .fp-od__date-range .fp-od__input {
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    .fp-od__date-sep {
        display: none;
    }

    .fp-od__filter-actions {
        margin-left: 0;
        justify-content: flex-end;
        flex-wrap: wrap;
    }

    .fp-od__tabs {
        flex-wrap: wrap;
        row-gap: 0.15rem;
    }

    .fp-od__tab {
        flex: 1 1 auto;
        min-width: 0;
        text-align: center;
        padding-inline: 0.65rem;
        font-size: 0.875rem;
    }

    .fp-od__summary-h {
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 0.5rem 0.75rem;
    }

    .fp-od__summary-title {
        min-width: 0;
        flex: 1 1 12rem;
    }

    .fp-od__future-h {
        align-items: flex-start;
    }

    .fp-od__future-h-right {
        width: 100%;
        justify-content: flex-start;
    }
}

.fp-od__tabs {
    display: flex;
    gap: 0;
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 1.25rem;
}

.fp-od__tab {
    position: relative;
    padding: 0.65rem 1.1rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: #64748b;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    margin-bottom: -1px;
    transition: color 0.15s ease, border-color 0.15s ease;
}

.fp-od__tab:hover {
    color: #334155;
}

.fp-od__tab.is-active {
    color: var(--bl-color-primary, #f27a1a);
    border-bottom-color: var(--bl-color-primary, #f27a1a);
}

.fp-od__filter {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0.85rem 1rem;
    padding: 1rem 1.15rem;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 12px;
    margin-bottom: 1rem;
}

.fp-od__field {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: min(100%, 200px);
}

.fp-od__field--grow {
    flex: 1 1 260px;
}

.fp-od__field-lbl {
    font-size: 0.78rem;
    font-weight: 600;
    color: #475569;
}

.fp-od__select,
.fp-od__input {
    font: inherit;
    font-size: 0.9rem;
    padding: 0.5rem 0.65rem;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    background: #fff;
    color: #0f172a;
}

.fp-od__date-range {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.fp-od__date-sep {
    color: #94a3b8;
}

.fp-od__filter-actions {
    display: flex;
    gap: 0.5rem;
    margin-left: auto;
}

.fp-od__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1.1rem;
    font-size: 0.88rem;
    font-weight: 600;
    border-radius: 8px;
    border: 1px solid transparent;
    cursor: pointer;
    text-decoration: none;
    font-family: inherit;
}

.fp-od__btn--ghost {
    background: #f1f5f9;
    border-color: #e2e8f0;
    color: #334155;
}

.fp-od__btn--ghost:hover {
    background: #e2e8f0;
}

.fp-od__btn--primary {
    background: #0f172a;
    color: #fff;
    border-color: #0f172a;
}

.fp-od__btn--primary:hover {
    background: #1e293b;
}

.fp-od__summary {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.fp-od__summary-h {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.95rem 1.15rem;
    cursor: pointer;
    list-style: none;
    font-weight: 600;
    color: #0f172a;
    background: #fafafa;
}

.fp-od__summary-h::-webkit-details-marker {
    display: none;
}

.fp-od__summary-title {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.fp-od__summary-ico {
    display: flex;
    color: var(--bl-color-primary, #f27a1a);
}

.fp-od__summary-chev {
    width: 0.65rem;
    height: 0.65rem;
    border-right: 2px solid #64748b;
    border-bottom: 2px solid #64748b;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.fp-od__summary[open] .fp-od__summary-chev {
    transform: rotate(-135deg);
    margin-top: 0.2rem;
}

.fp-od__summary-body {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    padding: 1.15rem 1.15rem 1.35rem;
    border-top: 1px solid #f1f5f9;
}

@media (min-width: 900px) {
    .fp-od__summary-body {
        grid-template-columns: minmax(240px, 320px) 1fr;
    }
}

.fp-od__legend {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.86rem;
    color: #475569;
}

.fp-od__legend li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.4rem 0.5rem;
    margin-bottom: 0.55rem;
}

.fp-od__legend strong {
    margin-left: auto;
    font-weight: 600;
    color: #0f172a;
}

.fp-od__dot {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    flex-shrink: 0;
}

.fp-od__dot--blue {
    background: #3b82f6;
}

.fp-od__dot--green {
    background: #22c55e;
}

.fp-od__dot--orange {
    background: var(--bl-color-primary, #f27a1a);
}

.fp-od__dot--yellow {
    background: #eab308;
}

.fp-od__dot--grey {
    background: #94a3b8;
}

.fp-od__summary-chart {
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fafafa;
    border-radius: 10px;
    border: 1px dashed #e2e8f0;
}

.fp-od__empty {
    text-align: center;
    padding: 1.5rem 1rem;
}

.fp-od__empty-ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: rgba(242, 122, 26, 0.12);
    color: var(--bl-color-primary, #f27a1a);
    font-size: 1.35rem;
    font-weight: 800;
    font-style: italic;
    margin-bottom: 0.65rem;
}

.fp-od__empty-t {
    margin: 0;
    font-size: 0.92rem;
    font-weight: 600;
    color: #475569;
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
}

.fp-od__summary-foot {
    margin: 0;
    padding: 0.75rem 1.15rem;
    font-size: 0.88rem;
    color: #475569;
    background: #f8fafc;
    border-top: 1px solid #f1f5f9;
}

.fp-od__summary-foot-amt {
    color: var(--bl-color-success, #0bc15c);
    font-weight: 700;
}

.fp-od__future-card {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 12px;
    overflow: hidden;
}

.fp-od__future-block {
    border: none;
}

.fp-od__future-h {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem 1rem;
    padding: 1rem 1.15rem;
    cursor: pointer;
    list-style: none;
    background: #fafafa;
}

.fp-od__future-h::-webkit-details-marker {
    display: none;
}

.fp-od__future-h-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 0.75rem;
}

.fp-od__future-title {
    font-weight: 700;
    color: #0f172a;
    font-size: 0.95rem;
}

.fp-od__badge-est {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--bl-color-primary, #f27a1a);
}

.fp-od__badge-est::before {
    content: "";
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: var(--bl-color-primary, #f27a1a);
}

.fp-od__future-h-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.65rem;
}

.fp-od__future-total-lbl {
    font-size: 0.82rem;
    color: #64748b;
}

.fp-od__future-total-val {
    font-size: 0.95rem;
    color: #0f172a;
}

.fp-od__future-chev {
    width: 0.55rem;
    height: 0.55rem;
    border-right: 2px solid #64748b;
    border-bottom: 2px solid #64748b;
    transform: rotate(-135deg);
    transition: transform 0.2s ease;
}

.fp-od__future-block[open] .fp-od__future-chev {
    transform: rotate(45deg);
}

.fp-od__future-disclaimer {
    margin: 0;
    padding: 0.65rem 1.15rem;
    font-size: 0.78rem;
    font-style: italic;
    color: #94a3b8;
    border-top: 1px solid #f1f5f9;
    background: #fff;
}

.fp-od__table-wrap {
    overflow-x: auto;
}

.fp-od__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.88rem;
}

.fp-od__table thead {
    background: #f8fafc;
}

.fp-od__table th {
    text-align: left;
    padding: 0.65rem 1rem;
    font-weight: 600;
    color: #475569;
    border-bottom: 1px solid #e2e8f0;
}

.fp-od__th-sort::after {
    content: " Ã¢â€ â€¢";
    font-size: 0.75rem;
    opacity: 0.5;
}

.fp-od__table td {
    padding: 0.85rem 1rem;
    border-bottom: 1px solid #f1f5f9;
    color: #334155;
}

.fp-od__tr-empty td {
    text-align: center;
    color: #94a3b8;
    font-size: 0.88rem;
    padding: 2rem 1rem;
}

.fp-od__summary-body--table {
    display: block;
}

.fp-od__empty--wide {
    min-height: 10rem;
}

.fp-od__table--tahsilat td strong {
    color: #c2410c;
}

.fp-od__pager {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem 0 0.25rem;
    border-top: 1px solid #f1f5f9;
    margin-top: 0.75rem;
}

.fp-od__pager-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
    color: #475569;
    text-decoration: none;
    font-size: 1.1rem;
    line-height: 1;
}

.fp-od__pager-btn.is-disabled {
    opacity: 0.4;
}

.fp-od__pager-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.25rem;
    height: 2.25rem;
    padding: 0 0.65rem;
    border-radius: 10px;
    background: #fff7ed;
    border: 1px solid #fdba74;
    color: #ea580c;
    font-size: 0.875rem;
    font-weight: 700;
}

.fp-od__pager-meta {
    margin-left: 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #64748b;
}

/* Ã¢â‚¬â€Ã¢â‚¬â€ Firma panel: ÃƒÅ“rÃƒÂ¼n Tedarik Ã¢â‚¬â€Ã¢â‚¬â€ */
.page--fp-ut .fp-ut {
    max-width: 1120px;
    margin: 0 auto;
    width: 100%;
    padding: 0 clamp(0.75rem, 2vw, 1.25rem) 5.5rem;
    font-family: var(--bl-font-family, "Rubik", system-ui, sans-serif);
}

.fp-ut__head {
    margin-bottom: 1.35rem;
}

.fp-ut__eyebrow {
    margin: 0 0 0.35rem;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--bl-color-primary, #f27a1a);
}

.fp-ut__title {
    margin: 0 0 0.5rem;
    font-size: clamp(1.35rem, 2.5vw, 1.6rem);
    font-weight: 700;
    color: #0f172a;
}

.fp-ut__lead {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.55;
    color: #64748b;
    max-width: 100%;
    white-space: normal;
}

.fp-ut__block {
    margin-bottom: 1.75rem;
}

.fp-ut__cat {
    margin: 0 0 0.85rem;
    font-size: 1.05rem;
    font-weight: 700;
    color: #1e293b;
    padding-bottom: 0.45rem;
    border-bottom: 2px solid rgba(242, 122, 26, 0.35);
}

.fp-ut__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1rem;
}

.fp-ut__card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0;
    padding: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(15, 23, 42, 0.05);
}

/* Sabit kare + contain yerine doÃ„Å¸al yÃƒÂ¼kseklik: ÃƒÂ¼st/alt letterbox oluÃ…Å¸maz */
.fp-ut__media {
    position: relative;
    width: 100%;
    flex-shrink: 0;
    background: #f2f2f2;
    line-height: 0;
}

.fp-ut-card__img {
    display: block;
    width: 100%;
    height: auto;
    cursor: zoom-in;
}

.fp-ut__card-main {
    padding: 0.5rem 1.05rem 0.35rem;
}

.fp-ut__name {
    margin: 0 0 0.25rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: #0f172a;
}

.fp-ut__unit {
    margin: 0 0 0.5rem;
    font-size: 0.8rem;
    color: #64748b;
    line-height: 1.35;
}

.fp-ut__price {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: var(--bl-color-primary, #f27a1a);
}

.fp-ut__per {
    font-size: 0.75rem;
    font-weight: 500;
    color: #94a3b8;
}

.fp-ut__qty-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.35rem 1.05rem 1rem;
    border-top: 1px solid #f1f5f9;
}

.fp-ut__qty-lbl {
    font-size: 0.78rem;
    font-weight: 600;
    color: #475569;
}

.fp-ut__stepper {
    display: inline-flex;
    align-items: stretch;
    flex-shrink: 0;
    height: 2.35rem;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.fp-ut__stepper-btn {
    flex: 0 0 2.1rem;
    width: 2.1rem;
    margin: 0;
    padding: 0;
    border: none;
    background: #f8fafc;
    color: #334155;
    font-family: inherit;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.12s ease;
}

.fp-ut__stepper-btn:hover {
    background: #f1f5f9;
}

.fp-ut__stepper-btn:focus-visible {
    outline: 2px solid var(--bl-color-primary, #f27a1a);
    outline-offset: -2px;
    z-index: 1;
}

.fp-ut__stepper-btn:active {
    background: #e2e8f0;
}

.fp-ut__qty {
    box-sizing: border-box;
    width: 2.65rem;
    min-width: 2.65rem;
    flex: 0 0 2.65rem;
    margin: 0;
    padding: 0 0.15rem;
    border: none;
    border-left: 1px solid #e2e8f0;
    border-right: 1px solid #e2e8f0;
    border-radius: 0;
    font: inherit;
    font-size: 0.9rem;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    text-align: center;
    line-height: 2.35rem;
    height: 100%;
    background: #fff;
    color: #0f172a;
    -moz-appearance: textfield;
}

.fp-ut__qty::-webkit-outer-spin-button,
.fp-ut__qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.fp-ut__bar {
    position: sticky;
    bottom: 0;
    z-index: 10;
    margin-top: 1.5rem;
    padding: 1rem 1.15rem 1.15rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 -6px 28px rgba(15, 23, 42, 0.1);
}

.fp-ut__bar-inner {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

@media (min-width: 720px) {
    .fp-ut__bar-inner {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .fp-ut__hint {
        flex: 1 1 220px;
        margin: 0;
    }
}

.fp-ut__total-line {
    margin: 0;
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.fp-ut__total-lbl {
    font-size: 0.9rem;
    color: #475569;
}

.fp-ut__total-val {
    font-size: 1.25rem;
    color: #0f172a;
}

.fp-ut__hint {
    margin: 0;
    font-size: 0.75rem;
    color: #94a3b8;
    line-height: 1.4;
}

.fp-ut__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 1.35rem;
    font: inherit;
    font-size: 0.92rem;
    font-weight: 600;
    color: #fff;
    background: var(--bl-color-primary, #f27a1a);
    border: none;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(242, 122, 26, 0.35);
    transition: filter 0.15s ease, transform 0.1s ease;
}

.fp-ut__submit:hover {
    filter: brightness(1.05);
}

.fp-ut__submit:active {
    transform: translateY(1px);
}

.fp-ut__modal-text {
    margin: 0 0 1rem;
    font-size: 0.95rem;
    line-height: 1.55;
    color: #475569;
}

.fp-ut__modal-foot {
    margin: 0;
    text-align: right;
}

.fp-ut__modal-ok {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.55rem 1.35rem;
    font: inherit;
    font-size: 0.92rem;
    font-weight: 600;
    color: #fff;
    background: var(--bl-color-primary, #f27a1a);
    border: none;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(242, 122, 26, 0.3);
}

.fp-ut__modal-ok:hover {
    filter: brightness(1.06);
}

/* Ã¢â‚¬â€Ã¢â‚¬â€ Firma panel: Reklamlar Ã¢â‚¬â€Ã¢â‚¬â€ */
.page--fp-reklam .fp-reklam {
    max-width: 1120px;
    margin: 0 auto;
    width: 100%;
    padding: 0 clamp(0.75rem, 2vw, 1.25rem) 4rem;
    font-family: var(--bl-font-family, "Rubik", system-ui, sans-serif);
}

.fp-reklam__hero {
    margin: 0 0 2rem;
    padding: clamp(1.5rem, 4vw, 2.25rem) clamp(1rem, 3vw, 1.75rem);
    border-radius: 16px;
    background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 45%, #fff 100%);
    border: 1px solid rgba(242, 122, 26, 0.18);
    box-shadow: 0 8px 32px rgba(15, 23, 42, 0.06);
}

.fp-reklam__hero-inner {
    max-width: 52rem;
}

.fp-reklam__eyebrow {
    margin: 0 0 0.5rem;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--bl-color-primary, #f27a1a);
}

.fp-reklam__title {
    margin: 0 0 0.65rem;
    font-size: clamp(1.5rem, 3vw, 1.85rem);
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.fp-reklam__lead {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.6;
    color: #475569;
}

.fp-reklam__sec-title {
    margin: 0 0 0.5rem;
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
}

.fp-reklam__sec-desc {
    margin: 0 0 1.25rem;
    font-size: 0.92rem;
    line-height: 1.55;
    color: #64748b;
    max-width: 48rem;
}

.fp-reklam__models {
    margin-bottom: 2.5rem;
}

.fp-reklam__pill-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.75rem;
    grid-template-columns: 1fr;
}

@media (min-width: 640px) {
    .fp-reklam__pill-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.fp-reklam__pill {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    padding: 0.85rem 1rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    font-size: 0.88rem;
    line-height: 1.45;
    color: #334155;
}

.fp-reklam__pill-ico {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #fff;
    color: var(--bl-color-primary, #f27a1a);
    border: 1px solid #e2e8f0;
}

.fp-reklam__pill-txt strong {
    color: #0f172a;
    font-weight: 600;
}

.fp-reklam__plans {
    margin-bottom: 2.5rem;
}

.fp-reklam__cards {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
    margin-bottom: 1.25rem;
}

@media (min-width: 900px) {
    .fp-reklam__cards {
        grid-template-columns: repeat(3, 1fr);
        align-items: stretch;
    }
}

.fp-reklam__card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 1.35rem 1.25rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.04);
}

.fp-reklam__card--featured {
    border-color: rgba(242, 122, 26, 0.45);
    box-shadow: 0 8px 28px rgba(242, 122, 26, 0.12);
}

.fp-reklam__badge {
    position: absolute;
    top: 0.85rem;
    right: 0.85rem;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
    background: var(--bl-color-primary, #f27a1a);
    color: #fff;
}

.fp-reklam__card-head {
    margin-bottom: 0.75rem;
    padding-right: 5rem;
}

.fp-reklam__card--featured .fp-reklam__card-head {
    padding-right: 7rem;
}

.fp-reklam__card-title {
    margin: 0 0 0.2rem;
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
}

.fp-reklam__card-sub {
    margin: 0;
    font-size: 0.82rem;
    color: #64748b;
}

.fp-reklam__price {
    margin: 0 0 1rem;
    font-size: 1.5rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.fp-reklam__price-cur {
    font-size: 1.1rem;
    font-weight: 700;
}

.fp-reklam__price-per {
    font-size: 0.82rem;
    font-weight: 500;
    color: #64748b;
}

.fp-reklam__feat {
    margin: 0 0 1.25rem;
    padding: 0 0 0 1.1rem;
    font-size: 0.86rem;
    line-height: 1.5;
    color: #475569;
    flex: 1;
}

.fp-reklam__feat li {
    margin-bottom: 0.4rem;
}

.fp-reklam__form {
    margin-top: auto;
}

.fp-reklam__cta {
    display: block;
    width: 100%;
    padding: 0.65rem 1rem;
    font: inherit;
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--bl-color-primary, #f27a1a);
    background: #fff;
    border: 2px solid var(--bl-color-primary, #f27a1a);
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

.fp-reklam__cta:hover {
    background: #fff7ed;
}

.fp-reklam__cta--primary {
    color: #fff;
    background: var(--bl-color-primary, #f27a1a);
    border-color: var(--bl-color-primary, #f27a1a);
    box-shadow: 0 4px 14px rgba(242, 122, 26, 0.35);
}

.fp-reklam__cta--primary:hover {
    filter: brightness(1.05);
}

.fp-reklam__enterprise {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.25rem 1.35rem;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    border: 1px dashed #cbd5e1;
    border-radius: 14px;
    align-items: flex-start;
}

@media (min-width: 720px) {
    .fp-reklam__enterprise {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.fp-reklam__enterprise-title {
    margin: 0 0 0.35rem;
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
}

.fp-reklam__enterprise-desc {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #64748b;
    max-width: 36rem;
}

.fp-reklam__cta--ghost {
    border-color: #94a3b8;
    color: #334155;
    width: auto;
    min-width: 10rem;
}

.fp-reklam__cta--ghost:hover {
    background: #fff;
    border-color: #64748b;
}

.fp-reklam__compare {
    margin-bottom: 2.5rem;
}

.fp-reklam__table-wrap {
    overflow-x: auto;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
}

.fp-reklam__table {
    width: 100%;
    min-width: 520px;
    border-collapse: collapse;
    font-size: 0.86rem;
}

.fp-reklam__table th,
.fp-reklam__table td {
    padding: 0.75rem 1rem;
    text-align: left;
    border-bottom: 1px solid #f1f5f9;
}

.fp-reklam__table thead th {
    background: #f8fafc;
    font-weight: 600;
    color: #334155;
}

.fp-reklam__table tbody th[scope="row"] {
    font-weight: 500;
    color: #475569;
    background: #fafafa;
}

.fp-reklam__table td {
    text-align: center;
    color: #64748b;
}

.fp-reklam__ok {
    color: #16a34a;
    font-weight: 700;
}

.fp-reklam__faq {
    margin-bottom: 1.5rem;
}

.fp-reklam__faq-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.fp-reklam__details {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 0 1rem;
    background: #fff;
}

.fp-reklam__summary {
    padding: 0.85rem 0;
    font-weight: 600;
    font-size: 0.92rem;
    color: #0f172a;
    cursor: pointer;
    list-style: none;
}

.fp-reklam__summary::-webkit-details-marker {
    display: none;
}

.fp-reklam__answer {
    margin: 0 0 1rem;
    padding-top: 0;
    font-size: 0.88rem;
    line-height: 1.55;
    color: #64748b;
}

.fp-reklam__legal {
    margin: 0;
    font-size: 0.78rem;
    line-height: 1.5;
    color: #94a3b8;
    max-width: 42rem;
}

/* Ã¢â‚¬â€Ã¢â‚¬â€Ã¢â‚¬â€ MÃƒÂ¼Ã…Å¸teri kayÃ„Â±t / giriÃ…Å¸ akÃ„Â±Ã…Å¸Ã„Â± + oturumlu header Ã¢â‚¬â€Ã¢â‚¬â€Ã¢â‚¬â€ */
/* [hidden], display:flex ÃƒÂ§akÃ„Â±Ã…Å¸masÃ„Â±: ÃƒÂ¼ye olmayan ziyaretÃƒÂ§ide adres/HesabÃ„Â±m/Sepet gÃƒÂ¶rÃƒÂ¼nmesin */
.site-header__guest[hidden],
.site-header__userbar[hidden],
.mobile-nav__section--guest[hidden],
.mobile-nav__section--account[hidden] {
    display: none !important;
}

.site-header__guest {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.site-header__userbar {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: min(100%, 28rem);
}

.site-header__details {
    position: relative;
}

.site-header__account {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    list-style: none;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.86rem;
    color: var(--color-orange);
    cursor: pointer;
    background: #fff;
    border: 1px solid rgba(242, 122, 26, 0.45);
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
}

.site-header__details[open] .site-header__account {
    background: #fff;
    box-shadow: 0 2px 8px rgba(242, 122, 26, 0.2);
}

.site-header__details:not([open]) .site-header__account:hover {
    box-shadow: 0 2px 8px rgba(242, 122, 26, 0.15);
}

.site-header__account-ico {
    display: flex;
    color: var(--color-orange);
}

.site-header__dropdown {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    min-width: 15rem;
    padding: 0.5rem 0;
    background: #fff;
    border-radius: 12px;
    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(242, 122, 26, 0.25);
    z-index: 60;
}

.site-header__who {
    margin: 0;
    padding: 0.35rem 1rem 0.5rem;
    font-size: 0.8rem;
    color: #64748b;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.site-header__menu {
    margin: 0;
    padding: 0.35rem 0;
    list-style: none;
}

.site-header__menu a {
    display: block;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #1e293b;
    text-decoration: none;
}

.site-header__menu a:hover {
    background: rgba(242, 122, 26, 0.08);
    color: var(--color-orange);
}

.site-header__logout-form {
    margin: 0;
    padding: 0;
}

.site-header__logout {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    border: none;
    background: none;
    font: inherit;
    font-weight: 600;
    text-align: left;
    color: #b91c1c;
    cursor: pointer;
}

.site-header__logout:hover {
    background: rgba(185, 28, 28, 0.08);
}

.site-header__cart {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.86rem;
    color: var(--color-orange);
    text-decoration: none;
    background: #fff;
    border: 1px solid rgba(242, 122, 26, 0.45);
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
}

.site-header__cart-badge {
    position: absolute;
    top: -0.2rem;
    right: -0.1rem;
    min-width: 1.2rem;
    height: 1.2rem;
    padding: 0 0.35rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1.2rem;
    text-align: center;
    color: #fff;
    background: var(--color-orange);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.95);
}

.site-header__cart:hover {
    color: var(--color-orange);
    background: #fff;
    box-shadow: 0 2px 8px rgba(242, 122, 26, 0.18);
}

.site-header__cart-ico {
    display: flex;
    color: var(--color-orange);
}


body.sk-reg-open {
    overflow: hidden;
}

/* [hidden] varsayÃ„Â±lan display:none; .sk-reg { display:flex } bunu ezip modalÃ„Â± sÃƒÂ¼rekli gÃƒÂ¶steriyordu */
.sk-reg[hidden] {
    display: none !important;
}

/* display:flex [hidden] Ã§akÄ±ÅŸmasÄ±: gizli adÄ±mlar (KayÄ±t Ol / Adres Ekle vb.) Ã¼st Ã¼ste gÃ¶rÃ¼nmesin */
.sk-reg__step[hidden] {
    display: none !important;
}

.sk-reg {
    position: fixed;
    inset: 0;
    z-index: 200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    box-sizing: border-box;
}

.sk-reg__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    backdrop-filter: blur(4px);
}

.sk-reg__dialog {
    position: relative;
    width: min(520px, 100%);
    max-height: min(92vh, 900px);
    overflow: auto;
    padding: 1.75rem 1.5rem 1.5rem;
    border-radius: 16px;
    background: #fff;
    box-shadow:
        0 24px 48px rgba(0, 0, 0, 0.18),
        0 0 0 1px rgba(0, 0, 0, 0.05);
    z-index: 1;
}

.sk-reg__dialog.sk-reg__dialog--formstep {
    width: min(620px, calc(100vw - 2rem));
    max-height: min(94dvh, 920px);
    padding: 1.25rem 1.35rem 1.15rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.sk-reg:has([data-sk-step="form"]:not([hidden])) {
    padding: 1rem;
    align-items: center;
}

.sk-reg__x {
    position: absolute;
    top: 0.65rem;
    right: 0.65rem;
    width: 2.25rem;
    height: 2.25rem;
    border: none;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.05);
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
    color: #475569;
}

.sk-reg__x:hover {
    background: rgba(0, 0, 0, 0.09);
}

.sk-reg__title {
    margin: 0 0 0.35rem;
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #0f172a;
    text-align: center;
}

.sk-reg__lead {
    margin: 0 0 1rem;
    text-align: center;
    font-size: 0.92rem;
    color: #64748b;
}

.sk-reg__lead--otp-extra {
    margin: -0.35rem 0 0.65rem;
    text-align: center;
    font-size: 0.86rem;
    font-weight: 600;
    color: var(--color-orange);
}

.sk-reg__field {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-bottom: 0.85rem;
}

.sk-reg__lbl {
    font-size: 0.82rem;
    font-weight: 600;
    color: #475569;
}

.sk-reg__req {
    margin-left: 0.15rem;
    color: var(--color-orange);
    font-weight: 700;
    text-decoration: none;
    cursor: help;
}

.sk-reg__phone-wrap {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 0.85rem;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    background: #fafafa;
}

.sk-reg__cc {
    font-weight: 700;
    color: #64748b;
}

.sk-reg__input {
    width: 100%;
    border: none;
    background: transparent;
    font-size: 1rem;
    font-weight: 600;
    outline: none;
}

.sk-reg__input--phone {
    letter-spacing: 0.02em;
}

.sk-reg__or {
    margin: 0.15rem 0 0.35rem;
    text-align: center;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #94a3b8;
    letter-spacing: 0.04em;
    text-transform: lowercase;
}

.sk-reg__forgot-wrap {
    margin: 0.75rem 0 0;
    text-align: center;
}

.sk-reg__forgot {
    padding: 0;
    border: none;
    background: none;
    font: inherit;
    font-size: 0.875rem;
    font-weight: 600;
    color: #64748b;
    text-decoration: underline;
    text-underline-offset: 2px;
    cursor: pointer;
}

.sk-reg__forgot:hover {
    color: #475569;
}

.sk-reg__input-wrap {
    /* E-posta giriÅŸi â€” cep telefonu Ã§erÃ§evesi ile aynÄ± gÃ¶rÃ¼nÃ¼m */
}

.sk-reg__input-wrap .sk-reg__input {
    padding: 0.05rem 0;
}

.sk-reg__input--otp {
    text-align: center;
    font-size: 1.35rem;
    letter-spacing: 0.35em;
    padding: 0.65rem;
    border: 2px solid var(--color-orange);
    border-radius: 12px;
    background: #fff;
}

.sk-reg__input--ro {
    background: #f1f5f9;
    color: #475569;
}

.sk-reg__textarea {
    width: 100%;
    padding: 0.65rem 0.85rem;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    font: inherit;
    resize: vertical;
    min-height: 3.5rem;
}

.sk-reg__err {
    margin: 0 0 0.75rem;
    font-size: 0.86rem;
    color: #b91c1c;
}

.sk-reg__text {
    margin: 0 0 0.75rem;
    font-size: 0.92rem;
    color: #334155;
    line-height: 1.45;
}

.sk-reg__timer {
    margin: 0 0 0.75rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--color-orange);
    text-align: center;
}

.sk-reg__row {
    display: flex;
    gap: 0.5rem;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sk-reg__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.65rem 1.1rem;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.92rem;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition:
        filter 0.15s ease,
        background 0.15s ease;
}

.sk-reg__btn--block {
    width: 100%;
}

.sk-reg__btn--primary {
    background: linear-gradient(145deg, #ea580c 0%, #f97316 100%);
    color: #fff;
    box-shadow: 0 2px 8px rgba(234, 88, 12, 0.35);
}

.sk-reg__btn--primary:hover:not(:disabled) {
    filter: brightness(1.03);
}

.sk-reg__btn--primary:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.sk-reg__btn--ghost {
    background: #f1f5f9;
    color: #475569;
}

.sk-reg__btn--outline {
    background: #fff;
    color: var(--color-orange);
    box-shadow: 0 0 0 2px rgba(242, 122, 26, 0.45);
}

.sk-reg__btn--outline:hover {
    background: rgba(242, 122, 26, 0.06);
}

.sk-reg__btn--link {
    background: none;
    border: none;
    color: var(--color-orange);
    font-weight: 700;
    white-space: nowrap;
}

.sk-reg__hint {
    margin: 0.75rem 0 0;
    font-size: 0.78rem;
    color: #94a3b8;
    text-align: center;
}

.sk-reg__hint--debug {
    color: #ca8a04;
    font-weight: 600;
}

.sk-reg__hint--warn {
    display: block;
    text-align: left;
    color: #b91c1c;
    font-weight: 600;
}

.sk-reg__hint--warn[hidden] {
    display: none !important;
}

.sk-reg__empty {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 12px;
    background: #f8fafc;
    font-size: 0.88rem;
    color: #64748b;
}

.sk-reg__warn {
    margin: 0 0 0.75rem;
    font-size: 0.82rem;
    line-height: 1.45;
    color: #64748b;
}

.sk-reg__search-row {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

@media (min-width: 520px) {
    .sk-reg__search-row {
        flex-direction: row;
        align-items: center;
    }
}

.sk-reg__search {
    position: relative;
    flex: 1;
    min-width: 0;
}

.sk-reg__search-ico {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-orange);
    font-weight: 700;
}

.sk-reg__search .sk-reg__input {
    padding: 0.55rem 2rem 0.55rem 2.25rem;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    background: #fafafa;
}

.sk-reg__search-clear {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: rgba(0, 0, 0, 0.06);
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 999px;
    cursor: pointer;
    line-height: 1;
}

.sk-reg__results {
    max-height: 11rem;
    overflow: auto;
    margin-bottom: 0.5rem;
    border-radius: 12px;
    border: 2px solid rgba(242, 122, 26, 0.45);
    background: #fff;
}

.sk-reg__result {
    display: flex;
    gap: 0.5rem;
    width: 100%;
    padding: 0.55rem 0.75rem;
    border: none;
    border-bottom: 1px solid #f1f5f9;
    background: #fff;
    text-align: left;
    cursor: pointer;
    font-size: 0.82rem;
    color: #1e293b;
}

.sk-reg__result:last-child {
    border-bottom: none;
}

.sk-reg__result:hover {
    background: rgba(242, 122, 26, 0.06);
}

.sk-reg__result-pin {
    flex-shrink: 0;
}

.sk-reg__map-wrap {
    position: relative;
    margin-bottom: 0.35rem;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    background: #e8eef3;
}

.sk-reg__map {
    height: min(42vh, 320px);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 0.75rem;
    border: 1px solid #e2e8f0;
}

.sk-reg__map--main {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
}

.sk-reg__map-pin {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 500;
    pointer-events: none;
    transform: translate(-50%, -100%);
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.28));
}

.sk-reg__map-hint {
    margin: 0 0 0.65rem;
    font-size: 0.82rem;
    line-height: 1.4;
    color: #64748b;
    text-align: center;
}

.sk-reg__map .leaflet-control-zoom a {
    color: var(--color-orange) !important;
}

.sk-reg__map-actions {
    display: flex;
    gap: 0.5rem;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* â€” Adres Ekle â€” ferah dÃ¼zen, footer kÄ±rpÄ±lmasÄ±n â€” */
.sk-reg__step--form {
    --sk-form-r: 12px;
    --sk-form-bd: #e2e8f0;
    text-align: left;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    overflow: visible;
    padding-bottom: 0.15rem;
}

.sk-reg__dialog--formstep .sk-reg__form-top {
    margin: 0 0 0.65rem;
    padding-right: 2rem;
    flex-shrink: 0;
}

.sk-reg__dialog--formstep .sk-reg__form-title {
    font-size: 1.15rem;
}

.sk-reg__dialog--formstep .sk-reg__form-mapbox {
    height: 112px;
    margin-bottom: 0.75rem;
    flex-shrink: 0;
}

.sk-reg__form-scroll {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 transparent;
    padding-right: 0.15rem;
}

.sk-reg__form-scroll::-webkit-scrollbar {
    width: 6px;
}

.sk-reg__form-scroll::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 999px;
}

.sk-reg__dialog--formstep .sk-reg__form-sectitle {
    margin: 0 0 0.55rem;
    font-size: 0.88rem;
}

.sk-reg__dialog--formstep .sk-reg__form-addrline {
    margin-bottom: 0.65rem;
    padding: 0.55rem 0.65rem;
    gap: 0.45rem;
}

.sk-reg__dialog--formstep .sk-reg__form-addr1 {
    font-size: 0.88rem;
}

.sk-reg__dialog--formstep .sk-reg__form-addr2 {
    margin-top: 0.12rem;
    font-size: 0.8rem;
}

.sk-reg__dialog--formstep .sk-reg__form-fields {
    gap: 0.55rem;
}

.sk-reg__dialog--formstep .sk-reg__finp {
    gap: 0.28rem;
}

.sk-reg__dialog--formstep .sk-reg__finp-lbl {
    font-size: 0.78rem;
}

.sk-reg__dialog--formstep .sk-reg__finp-input,
.sk-reg__dialog--formstep .sk-reg__finp-select,
.sk-reg__dialog--formstep .sk-reg__finp-textarea,
.sk-reg__dialog--formstep .sk-reg__finp-input--partner,
.sk-reg__dialog--formstep .sk-reg__combo-trigger {
    min-height: 40px;
    padding: 0.5rem 0.7rem;
    font-size: 0.9rem;
    border-radius: 10px;
}

.sk-reg__dialog--formstep .sk-reg__combo-trigger {
    padding-right: 2rem;
}

.sk-reg__dialog--formstep .sk-reg__form-grid2,
.sk-reg__dialog--formstep .sk-reg__form-grid3 {
    gap: 0.55rem;
}

.sk-reg__dialog--formstep .sk-reg__ta-wrap .sk-reg__finp-textarea {
    min-height: 3.25rem;
    padding-top: 0.5rem;
    padding-right: 4.5rem;
}

.sk-reg__dialog--formstep .sk-reg__err--form {
    flex-shrink: 0;
    margin: 0.35rem 0 0;
}

.sk-reg__form-legal {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid #eef2f7;
}

.sk-reg__form-check {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    font-size: 0.82rem;
    line-height: 1.45;
    color: #475569;
    cursor: pointer;
}

.sk-reg__form-check input {
    flex-shrink: 0;
    width: 1.05rem;
    height: 1.05rem;
    margin: 0.15rem 0 0;
    accent-color: var(--color-orange);
    cursor: pointer;
}

.sk-reg__form-check span {
    flex: 1;
    min-width: 0;
}

.sk-reg__form-check-link {
    color: var(--color-orange);
    font-weight: 700;
    text-decoration: none;
}

.sk-reg__form-check-link:hover {
    text-decoration: underline;
}

.sk-reg__dialog--formstep .sk-reg__form-footer {
    margin-top: 0.85rem;
    padding-top: 0.25rem;
    padding-bottom: 0.15rem;
    flex-shrink: 0;
}

.sk-reg__dialog--formstep .sk-reg__btn--formfoot {
    min-height: 46px;
    padding: 0.6rem 0.85rem;
    font-size: 0.92rem;
    box-sizing: border-box;
}

.sk-reg__form-top {
    margin: 0 0 0.55rem;
    padding-right: 2rem;
}

.sk-reg__form-title {
    margin: 0;
    font-size: 1.08rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.03em;
    line-height: 1.25;
}

.sk-reg__form-mapbox {
    position: relative;
    height: 118px;
    margin-bottom: 0.65rem;
    border-radius: var(--sk-form-r);
    overflow: hidden;
    border: 1px solid var(--sk-form-bd);
    background: #e8edf2;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}

.sk-reg__map--formstrip {
    height: 100%;
    width: 100%;
    margin: 0;
    border: none;
    border-radius: 0;
}

.sk-reg__form-pin {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 500;
    pointer-events: none;
    transform: translate(-50%, -100%);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.22));
}

.sk-reg__form-pin svg {
    width: 34px;
    height: 40px;
}

.sk-reg__form-mapedit {
    position: absolute;
    left: 8px;
    bottom: 8px;
    z-index: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
    padding: 0.32rem 0.65rem;
    border: none;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.72rem;
    cursor: pointer;
    background: #22c55e;
    color: #fff;
    box-shadow: 0 1px 6px rgba(21, 128, 61, 0.35);
}

.sk-reg__form-mapedit-ico {
    flex-shrink: 0;
}

.sk-reg__form-mapedit:hover {
    filter: brightness(1.06);
}

.sk-reg__form-sectitle {
    margin: 0 0 0.45rem;
    font-size: 0.84rem;
    font-weight: 800;
    color: var(--color-orange);
    letter-spacing: -0.01em;
}

.sk-reg__form-addrline {
    display: flex;
    align-items: flex-start;
    gap: 0.45rem;
    margin-bottom: 0.6rem;
    padding: 0.5rem 0.55rem;
    border-radius: var(--sk-form-r);
    background: #fafafa;
    border: 1px solid #ececec;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.sk-reg__form-addrpin {
    flex-shrink: 0;
    display: flex;
    padding-top: 0.15rem;
}

.sk-reg__form-addrmid {
    flex: 1;
    min-width: 0;
}

.sk-reg__form-addr1 {
    margin: 0;
    font-size: 0.84rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.35;
}

.sk-reg__form-addr2 {
    margin: 0.15rem 0 0;
    font-size: 0.78rem;
    color: #64748b;
    line-height: 1.3;
}

.sk-reg__form-pencil {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    margin-top: -0.05rem;
    border: none;
    border-radius: 12px;
    background: transparent;
    cursor: pointer;
}

.sk-reg__form-pencil:hover {
    background: rgba(249, 115, 22, 0.08);
}

.sk-reg__err--form {
    margin: 0 0 0.45rem;
    padding: 0.4rem 0.5rem;
    border-radius: 8px;
    background: #fef2f2;
    border: 1px solid #fecaca;
    font-size: 0.8rem;
}

.sk-reg__form-fields {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.sk-reg__form-grid3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
}

.sk-reg__form-grid2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.45rem;
}

@media (max-width: 480px) {
    .sk-reg__form-grid3 {
        grid-template-columns: 1fr;
    }

    .sk-reg__form-grid2 {
        grid-template-columns: 1fr;
    }
}

.sk-reg__finp {
    display: flex;
    flex-direction: column;
    gap: 0.22rem;
    min-width: 0;
}

.sk-reg__finp--block {
    display: flex;
    flex-direction: column;
    gap: 0.22rem;
}

.sk-reg__finp-lbl {
    font-size: 0.75rem;
    font-weight: 600;
    color: #64748b;
    letter-spacing: 0.01em;
}

.sk-reg__finp-opt {
    font-style: normal;
    font-weight: 500;
    color: #94a3b8;
}

.sk-reg__ta-wrap {
    position: relative;
}

.sk-reg__ta-opt {
    position: absolute;
    top: 0.55rem;
    right: 0.75rem;
    z-index: 1;
    font-size: 0.75rem;
    font-weight: 500;
    color: #94a3b8;
    pointer-events: none;
}

.sk-reg__ta-wrap .sk-reg__finp-textarea {
    padding-right: 4.5rem;
    padding-top: 0.45rem;
    min-height: 3.25rem;
}

.sk-reg__finp-input,
.sk-reg__finp-textarea {
    width: 100%;
    min-height: 40px;
    padding: 0.45rem 0.65rem;
    border: 1px solid var(--sk-form-bd);
    border-radius: var(--sk-form-r);
    font: inherit;
    font-size: 0.875rem;
    background: #fff;
    color: #0f172a;
    box-sizing: border-box;
    transition:
        border-color 0.15s ease,
        box-shadow 0.15s ease;
}

.sk-reg__finp-input::placeholder,
.sk-reg__finp-textarea::placeholder {
    color: #cbd5e1;
}

.sk-reg__finp-input:focus,
.sk-reg__finp-textarea:focus {
    outline: none;
    border-color: rgba(249, 115, 22, 0.65);
    box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.1);
}

.sk-reg__finp-input--ro {
    background: #f8fafc;
    color: #334155;
    letter-spacing: 0.02em;
}

.sk-reg__finp-select {
    width: 100%;
    box-sizing: border-box;
    padding: 0.62rem 0.75rem;
    border: 1px solid var(--sk-form-bd, #e2e8f0);
    border-radius: 10px;
    font: inherit;
    font-size: 0.875rem;
    font-weight: 600;
    color: #0f172a;
    background-color: #fff;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2394a3b8' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    padding-right: 2rem;
}

.sk-reg__finp-select:focus {
    outline: none;
    border-color: rgba(255, 107, 0, 0.45);
    box-shadow: 0 0 0 3px rgba(255, 107, 0, 0.09);
}

/* Ä°ÅŸ ortaÄŸÄ± formu ile aynÄ± alan stili + Ã¶zel aÃ§Ä±lÄ±r liste (native select/datalist yerine) */
.sk-reg__finp-input--partner,
.sk-reg__combo-trigger {
    border: 1px solid #c8daf8;
    background: #e8f0fe;
    color: #1a1a2e;
    transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.sk-reg__finp-input--partner::placeholder,
.sk-reg__combo-trigger::placeholder {
    color: #80868b;
}

.sk-reg__finp-input--partner:focus,
.sk-reg__combo-trigger:focus {
    outline: none;
    border-color: #7aa7e8;
    background: #fff;
    box-shadow: 0 0 0 2px rgba(66, 133, 244, 0.15);
}

.sk-reg__finp-select--sr {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sk-reg__combo {
    position: relative;
    z-index: 1;
}

.sk-reg__combo.sk-reg__combo--open {
    z-index: 45;
}

.sk-reg__combo-trigger {
    width: 100%;
    box-sizing: border-box;
    padding-right: 2rem;
}

.sk-reg__combo-caret {
    position: absolute;
    right: 0.7rem;
    top: 50%;
    width: 0.65rem;
    height: 0.65rem;
    margin-top: -0.15rem;
    pointer-events: none;
    border-right: 2px solid #64748b;
    border-bottom: 2px solid #64748b;
    transform: rotate(45deg);
}

.sk-reg__combo-list {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 0.2rem);
    margin: 0;
    padding: 0.28rem 0;
    list-style: none;
    max-height: 14rem;
    overflow: auto;
    background: #fff;
    border: 1px solid #c8daf8;
    border-radius: 8px;
    box-shadow: 0 0.35rem 1.25rem rgba(15, 23, 42, 0.12);
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 #f1f5f9;
}

.sk-reg__combo-list::-webkit-scrollbar {
    width: 8px;
}

.sk-reg__combo-list::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 999px;
}

.sk-reg__combo-item {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0.48rem 0.75rem;
    font: inherit;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0;
    color: #1e293b;
    background: transparent;
    border: none;
    cursor: pointer;
    line-height: 1.35;
}

.sk-reg__combo-item:hover,
.sk-reg__combo-item:focus {
    outline: none;
    background: #2563eb;
    color: #fff;
}

.sk-reg__form-scroll.sk-reg__form-scroll--combo-open {
    overflow: visible;
}

.sk-reg__dialog--formstep.sk-reg__dialog--formstep--combo-open {
    overflow: visible;
}

.sk-reg__combo-item--active {
    background: #2563eb;
    color: #fff;
}

.sk-reg__dialog--formstep .sk-reg__finp-input--partner,
.sk-reg__dialog--formstep .sk-reg__combo-trigger {
    min-height: 40px;
    padding: 0.5rem 2rem 0.5rem 0.7rem;
    font-size: 0.9rem;
    border-radius: 10px;
}

.sk-reg__finp-textarea {
    resize: vertical;
    line-height: 1.45;
}

.sk-reg__finp--phone .sk-reg__finp-input--ro {
    font-variant-numeric: tabular-nums;
}

.sk-reg__form-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    margin-top: 0.65rem;
    padding-top: 0.15rem;
}

.sk-reg__btn--formfoot {
    min-height: 44px;
    padding: 0.55rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 800;
    border-radius: 12px;
}

.sk-reg__step--form .sk-reg__btn--outline {
    border-width: 2px;
    color: var(--color-orange);
    border-color: rgba(249, 115, 22, 0.65);
    background: #fff;
}

.sk-reg__step--form .sk-reg__btn--outline:hover {
    background: rgba(249, 115, 22, 0.06);
}

.sk-reg__step--form .sk-reg__btn--primary {
    background: linear-gradient(180deg, #fb923c 0%, #ea580c 100%);
    box-shadow: 0 4px 14px rgba(234, 88, 12, 0.35);
}

.sk-reg__step--form .sk-reg__btn--primary:hover:not(:disabled) {
    filter: brightness(1.03);
}

.sk-reg__btn--icon {
    justify-content: center;
}

.sk-reg__plus {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 999px;
    border: 2px solid currentColor;
    font-size: 1.1rem;
    line-height: 1;
}

@media (max-width: 899px) {
    .site-header__userbar {
        max-width: 100%;
    }
}

/* Ã¢â‚¬â€ HesabÃ„Â±m: KullanÃ„Â±cÃ„Â± bilgileri (referans dÃƒÂ¼zeni; body.page ÃƒÂ¶zgÃƒÂ¼llÃƒÂ¼Ã„Å¸ÃƒÂ¼) Ã¢â‚¬â€ */
body.page.page--account {
    background: #f7f6f3;
    color: #1a1a1a;
}

body.page.page--account #main {
    min-height: calc(100dvh - 4.5rem);
    padding-top: clamp(1rem, 2vw, 1.5rem);
    padding-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

body.page.page--account.page--account-profile #main {
    padding-top: clamp(1rem, 2vw, 1.5rem);
    padding-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.acc {
    width: 100%;
    max-width: min(1280px, 100%);
    margin-inline: auto;
    padding-inline: clamp(1rem, 3vw, 2rem);
    padding-top: clamp(0.35rem, 1vw, 0.65rem);
}

/* Ã¢â‚¬â€ HesabÃ„Â±m: Bilgilerim iÃƒÂ§erik Ã¢â‚¬â€ */

.acc__body {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.15rem;
    align-items: start;
}

@media (min-width: 900px) {
    .acc__body {
        grid-template-columns: 280px minmax(0, 1fr);
        gap: 1.45rem;
    }
}

.acc-side {
    padding: 0.95rem 0.85rem;
    border-radius: 14px;
    border: 1px solid #ececee;
    background: #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.04);
}

.acc-side__name {
    margin: 0 0 0.7rem;
    padding: 0 0.35rem 0.7rem;
    font-size: 1rem;
    font-weight: 800;
    color: #0f172a;
    border-bottom: 1px solid #f1f5f9;
}

.acc-side__nav {
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
}

.acc-side__link {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.52rem 0.6rem;
    border-radius: 10px;
    font-size: 0.92rem;
    font-weight: 600;
    color: #334155;
    text-decoration: none;
    transition:
        background 0.15s ease,
        color 0.15s ease;
}

.acc-side__link:hover {
    background: #f8fafc;
    color: var(--color-orange);
    text-decoration: none;
}

.acc-ico {
    flex-shrink: 0;
    color: #64748b;
}

.acc-side__link:hover .acc-ico {
    color: var(--color-orange);
}

.acc-side__link--active {
    background: #fff5eb;
    color: #c2410c;
    pointer-events: none;
}

.acc-side__link--active .acc-ico {
    color: var(--color-orange);
}

.acc-side__logout-form {
    margin: 0.15rem 0 0;
    padding: 0;
}

.acc-side__logout {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0.52rem 0.6rem;
    border: none;
    border-radius: 10px;
    background: none;
    font: inherit;
    font-size: 0.92rem;
    font-weight: 700;
    text-align: left;
    color: #b91c1c;
    cursor: pointer;
    transition: background 0.15s ease;
}

.acc-side__logout:hover {
    background: rgba(185, 28, 28, 0.08);
}

.acc-main {
    min-width: 0;
}

.acc-board {
    border-radius: 14px;
    border: 1px solid #ebebef;
    background: #fff;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.05);
    padding: clamp(1.15rem, 2.5vw, 1.65rem) clamp(1.25rem, 3vw, 2rem);
}

@media (min-width: 640px) {
    .acc-board {
        padding: clamp(1.25rem, 2.5vw, 1.75rem) clamp(1.5rem, 3vw, 2.25rem);
    }
}

.acc-board__h {
    margin: 0 0 0.85rem;
    font-size: clamp(1.25rem, 2.2vw, 1.5rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #0f172a;
    line-height: 1.2;
}

.acc-fav-lead {
    margin: -0.15rem 0 1.15rem;
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-muted);
    line-height: 1.5;
}

/* Favorilerim: grid satÃ„Â±rÃ„Â±nda kartlar eÃ…Å¸it yÃƒÂ¼kseklik; sepete ekle altta sabit */
.acc-fav-grid > li {
    display: flex;
    min-height: 0;
}

.acc-fav-grid .market-product-card,
.acc-fav-grid .food-menu-card {
    flex: 1;
    width: 100%;
    min-height: 0;
}

/* Favorilerim: sepete ekle her kartta gÃƒÂ¶rÃƒÂ¼nÃƒÂ¼r ve alta yapÃ„Â±Ã…Å¸Ã„Â±r */
.acc-fav-grid .market-product-card__body {
    gap: 0.35rem;
    flex: 1 1 auto;
    min-height: 0;
}

.acc-fav-grid .market-product-card__name {
    flex: 0 1 auto;
    margin-bottom: 0;
}

.acc-order-list {
    display: flex;
    flex-direction: column;
    gap: 1.15rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.acc-order-card {
    border: 1px solid #e8e8ed;
    border-radius: 14px;
    padding: 1.05rem 1.25rem;
    background: #fafafa;
}

.acc-order-card__head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.acc-order-card__no {
    margin: 0 0 0.25rem;
    font-size: 1.08rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.acc-order-card__meta {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--color-muted);
}

.acc-order-status {
    display: inline-block;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    font-size: 0.86rem;
    font-weight: 700;
    color: #155a62;
    background: rgba(32, 125, 136, 0.12);
}

.acc-order-status--muted {
    color: #64748b;
    background: rgba(100, 116, 139, 0.15);
}

.acc-order-lines {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.94rem;
}

.acc-order-lines th,
.acc-order-lines td {
    padding: 0.5rem 0.45rem;
    border-bottom: 1px solid #ececf0;
    text-align: left;
}

.acc-order-lines th {
    font-weight: 700;
    color: #475569;
    font-size: 0.86rem;
}

.acc-order-lines__num {
    text-align: right;
    white-space: nowrap;
}

.acc-order-card__foot {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
}

@media (min-width: 640px) {
    .acc-order-card__foot {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.acc-order-totals {
    margin: 0;
    width: 100%;
    min-width: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 0;
    font-size: 0.82rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.acc-order-card__foot .acc-order-totals {
    flex: 1 1 auto;
}

.acc-order-totals > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.15rem;
    flex: 1 1 0;
    min-width: 0;
    padding: 0 0.75rem;
    border-left: 1px solid #e2e8f0;
}

.acc-order-totals > div:first-child {
    padding-left: 0;
    border-left: none;
}

.acc-order-totals > div:last-child {
    padding-right: 0;
}

.acc-order-totals dt {
    margin: 0;
    font-weight: 600;
    color: var(--color-muted);
    font-size: 0.78rem;
    line-height: 1.2;
    white-space: nowrap;
}

.acc-order-totals dd {
    margin: 0;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.2;
    white-space: nowrap;
}

.acc-order-totals__grand {
    font-size: 0.95rem;
}

.acc-order-totals__grand dt,
.acc-order-totals__grand dd {
    font-weight: 800;
    color: var(--color-orange);
}

.acc-order-reorder {
    align-self: flex-start;
    white-space: nowrap;
}

@media (min-width: 640px) {
    .acc-order-reorder {
        align-self: center;
    }
}

.acc-board__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

@media (min-width: 960px) {
    .acc-board__grid {
        grid-template-columns: 1fr 1fr;
        gap: 1.35rem 1.75rem;
        align-items: start;
    }
}

.acc-board__col--left {
    min-width: 0;
}

.acc-board__col--right {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.95rem;
}

.acc-form {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.acc-sec {
    padding-bottom: 0.9rem;
    margin-bottom: 0.9rem;
    border-bottom: 1px solid #f1f5f9;
}

.acc-sec:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.acc-sec--tight {
    padding-bottom: 0.55rem;
    margin-bottom: 0;
    border-bottom: none;
}

.acc-f--pass-mevcut .acc-pass-mevcut-row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.35rem 0.75rem;
    width: 100%;
}

.acc-f--pass-mevcut .acc-f__lbl {
    margin: 0;
    flex: 0 0 auto;
}

.acc-pass-mevcut-hint {
    margin: 0;
    flex: 1 1 10rem;
    min-width: 0;
    font-size: 0.72rem;
    line-height: 1.45;
    font-weight: 500;
    color: #94a3b8;
    text-align: right;
}

@media (max-width: 520px) {
    .acc-pass-mevcut-hint {
        flex-basis: 100%;
        text-align: left;
    }
}

.acc-pass__save {
    margin-top: 0.65rem;
    padding-top: 0.75rem;
    border-top: 1px solid #f1f5f9;
}

.acc-pass__save .acc-pill {
    width: 100%;
}

.acc-sec__h {
    margin: 0 0 0.65rem;
    font-size: 0.96rem;
    font-weight: 800;
    letter-spacing: -0.01em;
    color: var(--color-orange);
}

.acc-sec__lead {
    margin: -0.1rem 0 0.65rem;
    font-size: 0.84rem;
    line-height: 1.45;
    color: #64748b;
}

.acc-sec__note {
    margin: 0.45rem 0 0.65rem;
    font-size: 0.82rem;
    line-height: 1.45;
    color: #94a3b8;
}

.acc-addr-sub {
    margin: 0.45rem 0 0.55rem;
    font-size: 0.92rem;
    font-weight: 800;
    color: #475569;
    letter-spacing: -0.01em;
}

.acc-addr-sub__opt {
    font-weight: 600;
    font-size: 0.72rem;
    color: #94a3b8;
}

.acc-sec__h .acc-addr-sub__opt {
    font-weight: 600;
    font-size: 0.72rem;
    color: #94a3b8;
}

.acc-addr-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem 0.75rem;
    margin: 0.35rem 0 0.45rem;
}

.acc-addr-head .acc-addr-sub {
    margin: 0;
    flex: 1 1 auto;
    min-width: 0;
}

.acc-addr-def {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin: 0;
    cursor: pointer;
    font-size: 0.72rem;
    font-weight: 600;
    color: #475569;
    user-select: none;
}

/*
 * KullanÃ„Â±cÃ„Â± bilgileri Ã¢â‚¬â€ varsayÃ„Â±lan sipariÃ…Å¸ adresi (yalnÃ„Â±zca bu satÃ„Â±rlar):
 * Ã„Â°nce gri-mavi halka, beyaz iÃƒÂ§, seÃƒÂ§iliyken ortada turuncu dolu daire (ÃƒÂ¶rnek gÃƒÂ¶rsel).
 * Odak/siyah halka yok.
 */
.acc-addr-def__inp {
    -webkit-appearance: none;
    appearance: none;
    width: 1.125rem;
    height: 1.125rem;
    margin: 0;
    flex-shrink: 0;
    cursor: pointer;
    vertical-align: middle;
    border: 2px solid #94a3b8;
    border-radius: 50%;
    background: #fff;
    background-image: none;
    box-shadow: none;
    outline: none;
    transition: border-color 0.12s ease;
}

.acc-addr-def__inp:hover {
    border-color: #64748b;
}

.acc-addr-def__inp:checked {
    border-color: #94a3b8;
    background-color: #fff;
    background-image: radial-gradient(
        circle at center,
        var(--color-orange) 0,
        var(--color-orange) 42%,
        transparent 43%
    );
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.acc-addr-def__inp:focus,
.acc-addr-def__inp:focus-visible,
.acc-addr-def__inp:active {
    outline: none;
    box-shadow: none;
}

.acc-addr-def__txt {
    line-height: 1.2;
}

.acc-sec--addr2 {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.acc-row {
    display: grid;
    gap: 0.6rem;
}

.acc-row--2 {
    grid-template-columns: 1fr 1fr;
}

.acc-row--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.acc-row--phone {
    grid-template-columns: 88px minmax(0, 1fr);
}

.acc-f {
    display: flex;
    flex-direction: column;
    gap: 0.28rem;
    min-width: 0;
}

.acc-f--cc {
    max-width: 96px;
}

.acc-f--grow {
    min-width: 0;
}

.acc-f--narrow {
    max-width: 280px;
}

.acc-f__lbl {
    font-size: 0.82rem;
    font-weight: 600;
    color: #6b7280;
}

.acc-f__em {
    font-style: normal;
    font-weight: 500;
    color: #9ca3af;
}

.acc-f__inp,
.acc-f__ta {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    min-height: 44px;
    padding: 0.55rem 0.75rem;
    border: 1px solid transparent;
    border-radius: 10px;
    font: inherit;
    font-size: 0.95rem;
    color: #111827;
    background: #f3f4f6;
    transition:
        background 0.15s ease,
        box-shadow 0.15s ease,
        border-color 0.15s ease;
}

.acc-f__ta {
    min-height: 80px;
    line-height: 1.45;
    resize: vertical;
}

.acc-f__inp:hover:not(:disabled):not(.acc-f__inp--dis),
.acc-f__ta:hover:not(:disabled) {
    background: #eceef2;
}

.acc-f__inp:focus,
.acc-f__ta:focus {
    outline: none;
    background: #fff;
    border-color: rgba(255, 107, 0, 0.45);
    box-shadow: 0 0 0 3px rgba(255, 107, 0, 0.09);
}

.acc-f__inp--dis {
    opacity: 0.92;
    cursor: not-allowed;
    color: #4b5563;
}

.acc-f__inp--otp {
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: 0.35em;
    text-align: center;
}

.acc-soft {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-top: 0.15rem;
    padding: 0.45rem 0.75rem;
    border: none;
    border-radius: 999px;
    font: inherit;
    font-size: 0.8rem;
    font-weight: 700;
    color: #4b5563;
    background: #e8eaee;
    cursor: pointer;
    transition: filter 0.15s ease;
}

.acc-soft:hover:not(:disabled) {
    filter: brightness(0.97);
}

.acc-soft:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.acc-form__err {
    margin: 0 0 0.75rem;
    padding: 0.65rem 0.85rem;
    border-radius: 10px;
    border: 1px solid #fecaca;
    background: #fef2f2;
    color: #b91c1c;
    font-size: 0.86rem;
}

.acc-form__save {
    margin-top: 0.25rem;
    padding-top: 0.65rem;
    border-top: 1px solid #f1f5f9;
}

.acc-form__err--right {
    margin-top: 0.65rem;
    margin-bottom: 0;
}

.acc-form__save--after-addr2 {
    margin-top: 0.35rem;
    padding-top: 0.85rem;
    border-top: 1px solid #f1f5f9;
}

.acc-pill {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.1rem;
    width: 100%;
    min-height: 48px;
    padding: 0.75rem 1rem;
    border: none;
    border-radius: 12px;
    font-family: inherit;
    cursor: pointer;
    transition:
        filter 0.15s ease,
        transform 0.1s ease;
}

.acc-pill--primary {
    background: var(--color-orange);
    color: #fff;
    box-shadow: none;
}

.acc-pill--primary:hover:not(:disabled) {
    filter: brightness(1.04);
}

.acc-pill--primary:active:not(:disabled) {
    transform: translateY(1px);
}

.acc-pill--primary:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.acc-pill__main {
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.acc-pill__sub {
    font-size: 0.65rem;
    font-weight: 600;
    opacity: 0.95;
}

.acc-pill--ghost {
    background: #f1f5f9;
    color: #334155;
    border: 1px solid #e2e8f0;
    width: auto;
    min-width: 120px;
}

.acc-pill--ghost:hover {
    background: #e2e8f0;
}

.acc-pill--sm {
    min-height: 36px;
    padding: 0.4rem 0.9rem;
}

.acc-pill--sm .acc-pill__main {
    font-size: 0.84rem;
}

/*
 * Hesap Ã¢â‚¬â€ SMS OTP modal
 * Orta ÃƒÂ¶lÃƒÂ§ek: okunabilir tipografi (gÃƒÂ¶vde Ã¢â€°Â¥14px), ~44px dokunma alanÃ„Â±, buton tam geniÃ…Å¸lik deÃ„Å¸il.
 */
.modal-root.acc-otp-root {
    z-index: 5100;
    padding: 1rem;
}

.acc-otp-modal.modal {
    box-sizing: border-box;
    width: min(380px, calc(100vw - 2rem));
    max-width: 100%;
    padding: 1rem 1.15rem 1.05rem;
    border-radius: 12px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow:
        0 16px 40px rgba(15, 23, 42, 0.14),
        0 0 0 1px rgba(255, 107, 0, 0.06);
}

.acc-otp-modal .modal__close {
    top: 0.45rem;
    right: 0.45rem;
    width: 32px;
    height: 32px;
    font-size: 1.1rem;
}

.acc-otp__title {
    margin: 0 2.5rem 0.5rem 0;
    font-size: 1.125rem;
    font-weight: 800;
    color: #c2410c;
    line-height: 1.3;
}

.acc-otp-modal__body {
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.55;
    color: #334155;
}

.acc-otp-modal__err {
    margin: 0.5rem 0 0.35rem;
    padding: 0.5rem 0.65rem;
    font-size: 0.875rem;
    line-height: 1.45;
}

.acc-otp__field {
    width: 100%;
    min-width: 0;
}

.acc-otp-modal .acc-otp__field .acc-f__inp {
    display: block;
    width: 100%;
    box-sizing: border-box;
    min-height: 44px;
    padding: 0.55rem 0.75rem;
    font-size: 0.9375rem;
    border-radius: 10px;
}

.acc-otp-modal .acc-f__inp--otp {
    font-size: 1.125rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-align: center;
}

.acc-otp-modal .acc-f__inp--otp::placeholder {
    color: #94a3b8;
    font-weight: 500;
    letter-spacing: 0.02em;
    opacity: 1;
}

.acc-otp__lead {
    margin: 0 0 0.65rem;
    font-size: 0.875rem;
    line-height: 1.55;
    color: #64748b;
}

.acc-otp__row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    margin-top: 0.5rem;
}

.acc-otp__row--modal {
    margin-top: 0.85rem;
    padding-top: 0.75rem;
    border-top: 1px solid #f1f5f9;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.acc-otp-modal .acc-pill {
    box-sizing: border-box;
    width: auto;
    min-width: 0;
    min-height: 40px;
    padding: 0.5rem 1.1rem;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    font-weight: 700;
    border-radius: 999px;
}

.acc-otp-modal .acc-pill--ghost {
    min-width: 0;
}

.acc-otp-modal .acc-pill--primary {
    box-shadow:
        0 3px 12px rgba(255, 107, 0, 0.26),
        inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.acc-otp-modal .acc-pill--sm {
    min-height: 40px;
    padding: 0.5rem 1.1rem;
}

@media (max-width: 899px) {
    .acc__body {
        grid-template-columns: 1fr;
    }

    .acc-side {
        order: 2;
    }

    .acc-main {
        order: 1;
    }
}

@media (max-width: 639px) {
    .acc-row--2,
    .acc-row--3,
    .acc-row--phone {
        grid-template-columns: 1fr;
    }

    .acc-f--cc {
        max-width: none;
    }
}

body.page.page--account .acc-ico {
    width: 22px;
    height: 22px;
}

body.page.page--account .acc-order-totals {
    font-size: 0.9rem;
}

body.page.page--account .acc-order-totals dt {
    font-size: 0.84rem;
}

body.page.page--account .acc-order-totals__grand {
    font-size: 1.02rem;
}

body.page.page--account .acc-addr-def {
    font-size: 0.82rem;
}

body.page.page--account .acc-pass-mevcut-hint {
    font-size: 0.8rem;
}

/* Kurye paneli (cp-*) stilleri: public/css/kurye-panel.css (layoutâ€™ta ayrÄ± yÃ¼klenir) */

/* â€”â€” Site yÃ¶netimi (/yonetim): stiller public/css/yonetim-dashboard.css â€”â€” */

/*
 * Firma paneli (layout-panel): body rengi (#273142) modal iÃ§ine sÄ±zabiliyor; kapat dÃ¼ÄŸmesi bazen
 * varsayÄ±lan aÃ§Ä±k gri zeminde kalÄ±yordu. #modal-root ile seÃ§ici gÃ¼cÃ¼ artÄ±rÄ±ldÄ±.
 */
#modal-root .modal.modal--firma-dark:not(.modal--wide) button.modal__close[data-modal-close] {
    background: #f1f5f9 !important;
    color: #64748b !important;
    border: none !important;
    box-shadow: none !important;
    -webkit-text-fill-color: #64748b !important;
    opacity: 1 !important;
}

#modal-root .modal.modal--firma-dark:not(.modal--wide) button.modal__close[data-modal-close]:hover {
    background: #e2e8f0 !important;
    color: #0f172a !important;
    border: none !important;
    -webkit-text-fill-color: #0f172a !important;
}

#modal-root .modal.modal--firma-dark:not(.modal--wide) button.modal__close[data-modal-close]:focus-visible {
    outline: 3px solid #fdba74 !important;
    outline-offset: 2px;
}

#modal-root .modal.modal--firma-dark.modal--wide button.modal__close[data-modal-close] {
    background: #020617 !important;
    color: #ffffff !important;
    border: 2px solid #f97316 !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.55) !important;
    -webkit-text-fill-color: #ffffff !important;
    opacity: 1 !important;
}

#modal-root .modal.modal--firma-dark.modal--wide button.modal__close[data-modal-close]:hover {
    background: #1e293b !important;
    color: #ffedd5 !important;
    border-color: #fdba74 !important;
    -webkit-text-fill-color: #ffedd5 !important;
}

#modal-root .modal.modal--firma-dark.modal--wide button.modal__close[data-modal-close]:focus-visible {
    outline: 3px solid #fb923c !important;
    outline-offset: 2px;
}

#modal-root .modal.modal--firma-dark button.modal__close[data-modal-close] .modal__close-ico path {
    stroke: currentColor;
}

#modal-root .modal.modal--firma-dark .modal__body .fp-calisma__lead {
    color: #f1f5f9 !important;
}

#modal-root .modal.modal--firma-dark .modal__body .fp-calisma__time-lbl {
    color: #e2e8f0 !important;
}

/* Bilgilerim â€” e-posta / telefon deÄŸiÅŸtir */
.acc-contact-field {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.acc-contact-field > .acc-f__inp {
    width: 100%;
}

.acc-phone-display {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.55rem 0.85rem;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    background: #f3f4f6;
    box-sizing: border-box;
}

.acc-phone-display__cc {
    flex-shrink: 0;
    font-weight: 700;
    color: #64748b;
}

.acc-phone-display__num {
    flex: 1;
    min-width: 0;
    border: none;
    background: transparent;
    font: inherit;
    font-size: 0.95rem;
    font-weight: 600;
    color: #111827;
    letter-spacing: 0.02em;
    outline: none;
    padding: 0;
}

.acc-contact-field__actions {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.acc-contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0.45rem 0.95rem;
    border: none;
    border-radius: 10px;
    background: var(--color-orange);
    color: #fff;
    font: inherit;
    font-size: 0.8125rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    cursor: pointer;
    transition: filter 0.15s ease, transform 0.1s ease;
}

.acc-contact-btn:hover {
    filter: brightness(1.03);
}

.acc-contact-btn:active {
    transform: translateY(1px);
}

.acc-pass-wrap {
    position: relative;
    display: block;
    width: 100%;
}

.acc-pass-wrap .acc-f__inp,
.acc-pass-wrap .acc-cmodal__input {
    width: 100%;
    padding-right: 2.75rem;
}

.acc-pass-wrap--modal .acc-cmodal__input {
    padding-right: 2.75rem;
}

.acc-pass-toggle {
    position: absolute;
    top: 50%;
    right: 0.45rem;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    border: none;
    border-radius: 8px;
    background: transparent;
    color: #64748b;
    cursor: pointer;
}

.acc-pass-toggle:hover {
    color: var(--color-orange);
    background: rgba(242, 122, 26, 0.08);
}

.acc-pass-toggle__ico--hide {
    display: none;
}

.acc-pass-toggle--visible .acc-pass-toggle__ico--show {
    display: none;
}

.acc-pass-toggle--visible .acc-pass-toggle__ico--hide {
    display: block;
}

.acc-f__inp--pass {
    font-family: inherit;
}

body.acc-cmodal-open {
    overflow: hidden;
}

.acc-cmodal[hidden] {
    display: none !important;
}

.acc-cmodal {
    position: fixed;
    inset: 0;
    z-index: 12050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.acc-cmodal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    backdrop-filter: blur(4px);
}

.acc-cmodal__dialog {
    position: relative;
    width: min(100%, 420px);
    padding: 1.35rem 1.25rem 1.25rem;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.18);
}

.acc-cmodal__x {
    position: absolute;
    top: 0.65rem;
    right: 0.65rem;
    width: 2rem;
    height: 2rem;
    border: none;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.06);
    color: #475569;
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
}

.acc-cmodal__x:hover {
    background: rgba(0, 0, 0, 0.1);
}

.acc-cmodal__title {
    margin: 0 0 0.35rem;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #0f172a;
    text-align: center;
    padding-right: 1.5rem;
}

.acc-cmodal__lead,
.acc-cmodal__text {
    margin: 0 0 1rem;
    text-align: center;
    font-size: 0.88rem;
    line-height: 1.45;
    color: #64748b;
}

.acc-cmodal__field {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-bottom: 0.5rem;
}

.acc-cmodal__lbl {
    font-size: 0.82rem;
    font-weight: 600;
    color: #475569;
}

.acc-cmodal__input-row {
    display: flex;
    align-items: stretch;
    gap: 0;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fafafa;
    overflow: hidden;
}

.acc-cmodal__input {
    flex: 1 1 auto;
    min-width: 0;
    border: none;
    background: transparent;
    padding: 0.65rem 0.85rem;
    font-size: 1rem;
    font-weight: 600;
    color: #0f172a;
    outline: none;
}

.acc-cmodal__input--otp {
    width: 100%;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fafafa;
    text-align: center;
    letter-spacing: 0.2em;
}

.acc-cmodal__verify {
    flex: 0 0 auto;
    align-self: stretch;
    padding: 0 1rem;
    border: none;
    border-left: 1px solid #e2e8f0;
    background: #fff;
    font-size: 0.875rem;
    font-weight: 800;
    color: var(--color-orange);
    cursor: pointer;
    white-space: nowrap;
}

.acc-cmodal__verify:hover:not(:disabled) {
    background: rgba(242, 122, 26, 0.06);
}

.acc-cmodal__verify:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.acc-cmodal__err {
    margin: 0.5rem 0 0;
    font-size: 0.82rem;
    font-weight: 600;
    color: #b91c1c;
    text-align: center;
}

.acc-cmodal__save {
    display: block;
    width: 100%;
    margin-top: 0.85rem;
    padding: 0.75rem 1rem;
    border: none;
    border-radius: 12px;
    background: var(--color-orange);
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    cursor: pointer;
}

.acc-cmodal__save:hover:not(:disabled) {
    filter: brightness(1.03);
}

.acc-cmodal__save:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.acc-cmodal__back {
    display: block;
    width: 100%;
    margin-top: 0.55rem;
    padding: 0.5rem;
    border: none;
    background: none;
    font-size: 0.875rem;
    font-weight: 600;
    color: #64748b;
    text-decoration: underline;
    text-underline-offset: 2px;
    cursor: pointer;
}

.acc-cmodal__dialog--success {
    text-align: center;
    padding-top: 1.5rem;
}

.acc-cmodal__success-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 0.65rem;
}

.acc-cmodal__title--success {
    margin-bottom: 0.35rem;
}

.acc-cmodal__lead--success {
    margin: 0;
    color: #475569;
}

.acc-form__err:not([hidden]) {
    display: block;
}

.acc-sec--pass .acc-form__err {
    margin-top: 0.35rem;
}

.acc-addr-block {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    margin-bottom: 0.55rem;
}

.acc-addr-block .sk-reg__combo {
    position: relative;
}

.acc-addr-block .sk-reg__finp-input--partner,
.acc-addr-block .sk-reg__combo-trigger {
    background: #e8f0fe;
    border-color: #c7d9f5;
}

.acc-addr-block .sk-reg__combo-trigger {
    padding-right: 2rem;
}

.acc-board__col--right .acc-sec {
    overflow: visible;
}

.acc-f--block {
    display: block;
}

.acc-cmodal--force .acc-cmodal__backdrop {
    cursor: default;
}

.acc-cmodal__input--block {
    width: 100%;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fafafa;
    box-sizing: border-box;
}

.acc-cmodal__text--policy {
    margin-top: -0.35rem;
    font-size: 0.82rem;
    color: #94a3b8;
}

.acc-pass__save--profile {
    margin-bottom: 0.5rem;
    padding-top: 0;
    border-top: none;
}

.acc-pass__save--addr {
    margin-top: 0.35rem;
    margin-bottom: 0.25rem;
    padding-top: 0.85rem;
    border-top: 1px solid #f1f5f9;
}

.acc-sec--delete {
    margin-top: 0.35rem;
    padding-top: 1rem;
    border-top: 1px solid #f1f5f9;
}

.acc-sec__note--delete {
    margin-top: 0;
    color: #64748b;
}

.acc-del-reasons {
    margin: 0 0 0.75rem;
    padding: 0;
    border: none;
}

.acc-del-reasons__legend {
    margin: 0 0 0.55rem;
    padding: 0;
    font-size: 0.84rem;
    font-weight: 700;
    color: #475569;
}

.acc-del-reason {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    margin: 0 0 0.45rem;
    cursor: pointer;
}

.acc-del-reason__inp {
    margin-top: 0.15rem;
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
    accent-color: var(--color-orange);
    cursor: pointer;
}

.acc-del-reason__txt {
    font-size: 0.88rem;
    line-height: 1.4;
    color: #334155;
}

.acc-form__err--delete {
    margin-bottom: 0.35rem;
}

.acc-pass__save--delete {
    margin-top: 0.15rem;
    padding-top: 0;
    border-top: none;
}

.acc-pill--danger {
    background: #dc2626;
    color: #fff;
    box-shadow: none;
}

.acc-pill--danger:hover:not(:disabled) {
    filter: brightness(1.04);
}

.acc-pill--danger:active:not(:disabled) {
    transform: translateY(1px);
}

.acc-pill--danger:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.acc-cmodal__dialog--confirm {
    text-align: center;
    padding-top: 1.35rem;
}

.acc-cmodal__confirm-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 0.65rem;
}

.acc-cmodal__confirm-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.55rem;
    margin-top: 0.25rem;
}

.acc-cmodal__back--inline {
    width: auto;
    margin-top: 0;
    padding: 0.72rem 0.85rem;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
    color: #475569;
    text-decoration: none;
}

.acc-cmodal__back--inline:hover {
    background: #f8fafc;
}

.acc-cmodal__save--danger {
    width: auto;
    margin-top: 0;
    background: #dc2626;
}

.acc-cmodal__save--danger:hover:not(:disabled) {
    filter: brightness(1.04);
}

/* â€” Bilgilerim: yeni profil dÃ¼zeni â€” */
.acc.acc--profile-page {
    width: 100%;
    max-width: min(1040px, 100%);
    padding-inline: clamp(1rem, 3vw, 1.75rem);
    padding-top: clamp(0.35rem, 1vw, 0.65rem);
}

.acc.acc--profile-page .acc__body--full,
.acc.acc--profile-page .acc__body--profile-full {
    display: block;
    width: 100%;
}

.acc.acc--profile-page .acc-main--full {
    width: 100%;
    max-width: none;
}

.acc-board--profile {
    border: none;
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.acc-prof-head {
    margin-bottom: 1.25rem;
}

.acc-prof-head__title {
    margin: 0;
    font-size: clamp(1.35rem, 2vw, 1.65rem);
    font-weight: 600;
    letter-spacing: -0.03em;
    color: #0f172a;
    line-height: 1.2;
}

.acc-prof-head__lead {
    margin: 0.45rem 0 0;
    max-width: 42rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.55;
    color: #64748b;
}

.acc-prof-stats {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

@media (min-width: 640px) {
    .acc-prof-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1200px) {
    .acc-prof-stats {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.acc-stat {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 1rem 1.15rem;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}

.acc-stat__icon {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 3.15rem;
    height: 3.15rem;
    border-radius: 16px;
}

.acc-stat--orange .acc-stat__icon {
    background: #fff7ed;
    color: #ea580c;
}

.acc-stat--green .acc-stat__icon {
    background: #f0fdf4;
    color: #16a34a;
}

.acc-stat--blue .acc-stat__icon {
    background: #eff6ff;
    color: #2563eb;
}

.acc-stat--purple .acc-stat__icon {
    background: #faf5ff;
    color: #9333ea;
}

.acc-stat__label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #64748b;
}

.acc-stat__value {
    margin-top: 0.2rem;
    font-size: 1.05rem;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.3;
}

.acc-stat__badge {
    display: inline-flex;
    margin-top: 0.45rem;
    padding: 0.2rem 0.65rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
}

.acc-stat__badge--green {
    color: #15803d;
    background: #f0fdf4;
}

.acc-stat__badge--amber {
    color: #b45309;
    background: #fffbeb;
}

.acc-form__err--profile {
    margin-bottom: 1rem;
}

.acc-prof-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    align-items: start;
}

@media (min-width: 1100px) {
    .acc-prof-layout {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
        gap: 1.5rem;
    }
}

.acc-prof-col {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    min-width: 0;
}

.acc-board--profile .acc-form {
    display: none;
}

.acc-card {
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}

.acc-card__head {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0;
    padding: 1.15rem 1.35rem 0;
}

.acc-card__icon {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 12px;
}

.acc-card__icon--orange {
    background: #fff7ed;
    color: #ea580c;
}

.acc-card__icon--red {
    background: #fef2f2;
    color: #dc2626;
}

.acc-card__title {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #0f172a;
}

.acc-card__body {
    padding: 1.1rem 1.35rem 1.35rem;
}

.acc-card__body > .acc-f + .acc-f,
.acc-card__body > .acc-row + .acc-f,
.acc-card__body > .acc-f + .acc-row {
    margin-top: 1rem;
}

.acc-card__note {
    margin: 0 0 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.6;
    color: #64748b;
}

.acc-card__actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 1.25rem;
}

.acc-card__actions--full {
    justify-content: stretch;
}

.acc-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 3rem;
    padding: 0 1.35rem;
    border: none;
    border-radius: 12px;
    font: inherit;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition:
        filter 0.15s ease,
        transform 0.1s ease;
}

.acc-card__btn--primary {
    color: #fff;
    background: #ea580c;
    box-shadow: 0 10px 24px rgba(234, 88, 12, 0.18);
}

.acc-card__btn--primary:hover:not(:disabled) {
    filter: brightness(1.04);
}

.acc-card__btn--primary:active:not(:disabled) {
    transform: translateY(1px);
}

.acc-card__btn--primary:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

.acc-card__btn--danger {
    color: #fff;
    background: #dc2626;
}

.acc-card__btn--danger:hover:not(:disabled) {
    filter: brightness(1.04);
}

.acc-card__btn--full {
    width: 100%;
}

.acc-board--profile .acc-f {
    margin: 0;
}

.acc-board--profile .acc-f--block {
    display: block;
    margin-top: 1rem;
}

.acc-board--profile .acc-f__lbl {
    display: block;
    margin-bottom: 0.45rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #334155;
}

.acc-board--profile .acc-f__inp,
.acc-board--profile .acc-f__ta {
    min-height: 2.75rem;
    padding: 0 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1e293b;
}

.acc-board--profile .acc-f__ta {
    min-height: 5.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-weight: 500;
    line-height: 1.55;
    resize: none;
}

.acc-board--profile .acc-f__inp:hover:not(:disabled):not(.acc-f__inp--dis),
.acc-board--profile .acc-f__ta:hover:not(:disabled) {
    background: #fff;
    border-color: #cbd5e1;
}

.acc-board--profile .acc-f__inp:focus,
.acc-board--profile .acc-f__ta:focus {
    border-color: #fdba74;
    box-shadow: 0 0 0 4px rgba(255, 107, 0, 0.12);
}

.acc-board--profile .acc-row {
    display: grid;
    gap: 1rem;
}

.acc-board--profile .acc-row--2 {
    grid-template-columns: 1fr;
}

@media (min-width: 640px) {
    .acc-board--profile .acc-row--2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.acc-board--profile .acc-row--3 {
    grid-template-columns: 1fr;
    margin-top: 1rem;
}

@media (min-width: 900px) {
    .acc-board--profile .acc-row--3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.acc-board--profile .acc-contact-field {
    position: relative;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
    transition:
        border-color 0.15s ease,
        box-shadow 0.15s ease;
}

.acc-board--profile .acc-contact-field:focus-within {
    border-color: #fdba74;
    box-shadow: 0 0 0 4px rgba(255, 107, 0, 0.12);
}

.acc-board--profile .acc-contact-field > .acc-f__inp,
.acc-board--profile .acc-contact-field > .acc-phone-display {
    flex: 1 1 auto;
    min-width: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding-right: 5.75rem;
}

.acc-board--profile .acc-contact-field > .acc-f__inp:focus {
    box-shadow: none;
}

.acc-board--profile .acc-phone-display {
    min-height: 2.75rem;
    padding-top: 0;
    padding-bottom: 0;
}

.acc-board--profile .acc-phone-display__cc {
    padding-left: 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #334155;
}

.acc-board--profile .acc-phone-display__num {
    font-size: 0.875rem;
    font-weight: 600;
    color: #1e293b;
}

.acc-board--profile .acc-contact-field__actions {
    position: absolute;
    top: 50%;
    right: 0.4rem;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
    width: auto;
    transform: translateY(-50%);
}

.acc-board--profile .acc-contact-btn {
    flex-shrink: 0;
    min-height: 2rem;
    padding: 0 0.85rem;
    border: none;
    border-radius: 8px;
    background: transparent;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--color-orange);
}

.acc-board--profile .acc-contact-btn:hover {
    color: #c2410c;
    background: #fff7ed;
}

.acc-board--profile .acc-pass-wrap {
    display: flex;
    align-items: stretch;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
    transition:
        border-color 0.15s ease,
        box-shadow 0.15s ease;
}

.acc-board--profile .acc-pass-wrap:focus-within {
    border-color: #fdba74;
    box-shadow: 0 0 0 4px rgba(255, 107, 0, 0.12);
}

.acc-board--profile .acc-pass-wrap .acc-f__inp--pass {
    flex: 1 1 auto;
    min-width: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.acc-board--profile .acc-pass-wrap .acc-f__inp--pass:focus {
    box-shadow: none;
}

.acc-board--profile .acc-pass-toggle {
    flex-shrink: 0;
    width: 2.75rem;
    color: #94a3b8;
}

.acc-board--profile .acc-pass-toggle:hover {
    color: #475569;
}

.acc-board--profile .acc-card--pass .acc-f + .acc-f {
    margin-top: 1rem;
}

.acc-board--profile .acc-del-reasons {
    margin: 0;
    padding: 0;
    border: none;
}

.acc-board--profile .acc-del-reasons__legend {
    margin: 0 0 0.75rem;
    padding: 0;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1e293b;
}

.acc-board--profile .acc-del-reasons__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
}

@media (min-width: 520px) {
    .acc-board--profile .acc-del-reasons__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.acc-board--profile .acc-del-reason__inp {
    accent-color: #dc2626;
}

.acc-board--profile .acc-addr-block-wrap {
    padding-bottom: 1.65rem;
    margin-bottom: 1.65rem;
    border-bottom: 1px solid #f1f5f9;
}

.acc-board--profile .acc-addr-block-wrap--second {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.acc-board--profile .acc-addr-head {
    margin: 0 0 1rem;
}

.acc-board--profile .acc-addr-sub {
    font-size: 1rem;
    font-weight: 600;
    color: #0f172a;
}

.acc-board--profile .acc-addr-def {
    font-size: 0.875rem;
    font-weight: 600;
    color: #475569;
}

.acc-board--profile .acc-addr-def__inp {
    accent-color: #ea580c;
}

.acc-board--profile .acc-addr-block .acc-f + .acc-row,
.acc-board--profile .acc-addr-block .acc-row + .acc-f {
    margin-top: 1rem;
}

.acc-board--profile .acc-addr-block .sk-reg__finp-input--partner,
.acc-board--profile .acc-addr-block .sk-reg__combo-trigger {
    background: #fff;
    border-color: #e2e8f0;
}

.acc-board--profile .acc-form__err {
    border-radius: 12px;
}

.food-menu-preview-bar {
    position: sticky;
    top: 0;
    z-index: 120;
    background: linear-gradient(90deg, #1a1208 0%, #2a1808 100%);
    border-bottom: 1px solid rgba(255, 196, 107, 0.35);
    color: #ffe5b8;
}

.food-menu-preview-bar__inner {
    display: flex;
    align-items: center;
    gap: 0.75rem 1rem;
    min-height: 2.75rem;
    padding-block: 0.55rem;
    flex-wrap: wrap;
}

.food-menu-preview-bar__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 1.65rem;
    padding: 0.15rem 0.65rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #1a1208;
    background: linear-gradient(135deg, #ffc46b 0%, #f59e0b 100%);
}

.food-menu-preview-bar__text {
    margin: 0;
    font-size: 0.875rem;
    font-weight: 600;
    color: rgba(255, 229, 184, 0.95);
}

/* Harita uygulaması seçimi (firma / yönetim adres linkleri) */
body.cp-map-sheet-open {
    overflow: hidden;
}

.cp-map-sheet-dlg {
    padding: 0;
    margin: auto auto 0;
    border: none;
    width: min(100%, 520px);
    max-width: 100%;
    background: transparent;
}

.cp-map-sheet-dlg::backdrop {
    background: rgba(15, 23, 42, 0.55);
}

.cp-map-sheet-dlg__panel {
    padding: 0.85rem 0.85rem calc(0.85rem + env(safe-area-inset-bottom));
    background: #fff;
    border-radius: 14px 14px 0 0;
    box-shadow: 0 -6px 24px rgba(15, 23, 42, 0.2);
    display: grid;
    gap: 0.55rem;
}

.cp-map-sheet {
    position: fixed;
    inset: 0;
    z-index: 10060;
}

.cp-map-sheet__backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    background: rgba(15, 23, 42, 0.45);
}

.cp-map-sheet__panel {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 0.85rem 0.85rem calc(0.85rem + env(safe-area-inset-bottom));
    background: #fff;
    border-radius: 14px 14px 0 0;
    box-shadow: 0 -6px 24px rgba(15, 23, 42, 0.2);
    display: grid;
    gap: 0.55rem;
}

.cp-map-sheet__title {
    margin: 0 0 0.2rem;
    font-size: 0.92rem;
    font-weight: 700;
    color: #0f172a;
}

.cp-map-sheet__btn {
    width: 100%;
    min-height: 2.7rem;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
    color: #0f172a;
    font: inherit;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
}

.cp-map-sheet__btn--cancel {
    background: #f8fafc;
    color: #475569;
}

a.fp-pkg-dlg__addr-link {
    color: #2563eb;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: 600;
}

a.fp-pkg-dlg__addr-link:hover {
    color: #1d4ed8;
}

/* TrendyolGo entegrasyon — fp-prod-page ile uyumlu */
.fp-ty-int-page {
    padding-bottom: 1.75rem;
}

.fp-ty-int-page__lead {
    margin: 0.35rem 0 0;
    max-width: 52rem;
    font-size: 0.875rem;
    line-height: 1.55;
    color: #64748b;
}

.fp-ty-int-card {
    margin-bottom: 1.25rem;
    padding: 1.15rem 1.25rem 1.25rem;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 14px rgba(15, 23, 42, 0.05);
}

.fp-ty-int-card__title {
    margin: 0 0 0.35rem;
    font-size: 1rem;
    font-weight: 800;
    color: #0f172a;
}

.fp-ty-int-card__desc {
    margin: 0 0 1rem;
    font-size: 0.84rem;
    line-height: 1.5;
    color: #64748b;
}

.fp-ty-int-card__desc--inline {
    margin-bottom: 0;
}

.fp-ty-int-card__desc code {
    font-size: 0.78rem;
    padding: 0.08rem 0.35rem;
    border-radius: 4px;
    background: #f1f5f9;
    color: #475569;
}

.fp-ty-int-card__head-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem 1rem;
    margin-bottom: 1rem;
}

.fp-ty-int-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(9.5rem, 1fr));
    gap: 0.85rem 1.25rem;
    margin: 0 0 1rem;
}

.fp-ty-int-stats--compact {
    max-width: 36rem;
}

.fp-ty-int-stats__item {
    min-width: 0;
}

.fp-ty-int-stats__item dt {
    margin: 0;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #94a3b8;
}

.fp-ty-int-stats__item dd {
    margin: 0.25rem 0 0;
    font-size: 0.9rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.3;
}

.fp-ty-int-card__msg {
    margin: 0 0 0.85rem;
    font-size: 0.84rem;
    line-height: 1.45;
    color: #64748b;
}

.fp-ty-int-card__msg.is-error {
    color: #dc2626;
}

.fp-ty-int-card__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem;
}

.fp-ty-int-card__actions--before-table {
    margin-bottom: 0.85rem;
}

.fp-ty-int-card__actions--after-table {
    margin-top: 1rem;
    padding: 0 0 0.15rem;
}

.fp-ty-int-card--flush-table {
    padding-bottom: 0;
}

.fp-ty-int-card--flush-table .fp-ty-int-table-wrap {
    margin: 0 -1.25rem;
    border-radius: 0 0 12px 12px;
    border-left: none;
    border-right: none;
    box-shadow: none;
}

.fp-ty-int-empty {
    margin: 0;
    padding: 1.25rem 0 0.15rem;
    font-size: 0.84rem;
    color: #94a3b8;
    font-weight: 600;
}

.fp-ty-int-table-wrap {
    margin-top: 0.25rem;
}

.fp-ty-int-map-table {
    table-layout: fixed;
}

.fp-ty-int-map-table__col-name {
    width: 38%;
}

.fp-ty-int-map-table__col-id {
    width: 22%;
}

.fp-ty-int-map-table__col-suggest {
    width: 40%;
}

.fp-ty-int-map-table .fp-prod-page__td--name {
    font-weight: 600;
    color: #0f172a;
    word-break: break-word;
}

.fp-ty-int-map-form .fp-ty-int-table-wrap {
    margin-bottom: 0;
}

.fp-ty-int-map-form .fp-prod-page__pager {
    margin: 0 1.25rem;
    padding: 0.85rem 0 0.35rem;
    border-top: 1px solid #eef2f7;
}

.fp-ty-int-page__map-input {
    box-sizing: border-box;
    width: 100%;
    max-width: 11rem;
    padding: 0.38rem 0.55rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font: inherit;
    font-size: 0.84rem;
    color: #0f172a;
    background: #fff;
}

.fp-ty-int-page__map-input:focus {
    outline: none;
    border-color: #f27a1a;
    box-shadow: 0 0 0 2px rgba(242, 122, 26, 0.18);
}

.fp-ty-int-page__map-input::placeholder {
    color: #94a3b8;
}

.fp-ty-int-suggest {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
    max-width: 100%;
}

.fp-ty-int-suggest__name {
    font-size: 0.84rem;
    font-weight: 600;
    line-height: 1.35;
    color: #1e293b;
    word-break: break-word;
}

.fp-ty-int-suggest__foot {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0.5rem;
}

.fp-ty-int-suggest__meta {
    font-size: 0.75rem;
    font-weight: 600;
    color: #64748b;
}

.fp-ty-int-suggest__score {
    display: inline-flex;
    align-items: center;
    padding: 0.12rem 0.45rem;
    border-radius: 999px;
    background: #ecfdf5;
    color: #047857;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1.2;
}

.fp-ty-int-suggest__btn {
    padding: 0.28rem 0.65rem;
    border: 1px solid #fdba74;
    border-radius: 999px;
    background: #fff7ed;
    color: #c2410c;
    font: inherit;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    white-space: nowrap;
}

.fp-ty-int-suggest__btn:hover {
    background: #ffedd5;
}

.fp-ty-int-area-table .fp-prod-page__td--muted {
    font-size: 0.82rem;
    font-variant-numeric: tabular-nums;
}

@media (max-width: 640px) {
    .fp-ty-int-card__head-row .fp-prod-page__btn-primary {
        width: 100%;
    }
}

/* —— Sipariş Bölgeleri (TrendyolGo) —— */
.fp-ty-dr-page {
    gap: 1rem;
}

.fp-ty-dr-page__lead {
    margin: 0.35rem 0 0;
    max-width: 52rem;
    font-size: 0.88rem;
    line-height: 1.55;
    color: #64748b;
}

.fp-ty-dr-page__addr {
    margin: 0.5rem 0 0;
    font-size: 0.84rem;
    font-weight: 600;
    color: #334155;
}

.fp-ty-dr-shell {
    display: grid;
    grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
    gap: 1rem;
    min-height: 520px;
}

.fp-ty-dr-aside {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-height: 0;
}

.fp-ty-dr-aside__title {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 800;
    color: #0f172a;
}

.fp-ty-dr-aside__hint {
    margin: 0.2rem 0 0;
    font-size: 0.78rem;
    color: #94a3b8;
}

.fp-ty-dr-cards {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    overflow: auto;
    max-height: calc(100vh - 320px);
    padding-right: 0.15rem;
}

.fp-ty-dr-card {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 0.85rem 0.9rem;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.fp-ty-dr-card.is-selected {
    border-color: #7c3aed;
    box-shadow: 0 0 0 1px rgba(124, 58, 237, 0.25);
}

.fp-ty-dr-card__top {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 0.65rem;
}

.fp-ty-dr-card__ico {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: var(--rc, #7c3aed);
    flex-shrink: 0;
}

.fp-ty-dr-card__name {
    font-size: 0.92rem;
    font-weight: 800;
    color: #0f172a;
}

.fp-ty-dr-card__meta {
    margin: 0;
    display: grid;
    gap: 0.35rem;
}

.fp-ty-dr-card__meta div {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    font-size: 0.78rem;
}

.fp-ty-dr-card__meta dt {
    margin: 0;
    color: #94a3b8;
    font-weight: 600;
}

.fp-ty-dr-card__meta dd {
    margin: 0;
    color: #334155;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}

.fp-ty-dr-map-col {
    min-height: 480px;
}

.fp-ty-dr-map-wrap {
    position: relative;
    height: 100%;
    min-height: 480px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
    background: #f8fafc;
}

.fp-ty-dr-map {
    width: 100%;
    height: 100%;
    min-height: 480px;
}

.fp-ty-dr-map-fallback {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    text-align: center;
    background: #f8fafc;
}

.fp-ty-dr-map-fallback-txt {
    max-width: 28rem;
    font-size: 0.84rem;
    color: #64748b;
    line-height: 1.5;
}

.fp-ty-dr-map-rail {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 6px;
    z-index: 2;
}

.fp-ty-dr-rail-btn {
    width: 36px;
    height: 36px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    color: #334155;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
}

.fp-ty-dr-rail-btn:hover {
    background: #f8fafc;
}

@media (max-width: 960px) {
    .fp-ty-dr-shell {
        grid-template-columns: 1fr;
    }

    .fp-ty-dr-cards {
        max-height: none;
    }
}
