﻿:root {
    --brand: #f27a1a;
    --brand-hover: #d96512;
    --brand-soft: #fff4eb;
    --brand-rgb: 242, 122, 26;
}

/* Bootstrap CTA → marka 2. renk (#f27a1a) */
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--brand);
    --bs-btn-border-color: var(--brand);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--brand-hover);
    --bs-btn-hover-border-color: var(--brand-hover);
    --bs-btn-focus-shadow-rgb: var(--brand-rgb);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--brand-hover);
    --bs-btn-active-border-color: var(--brand-hover);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--brand);
    --bs-btn-disabled-border-color: var(--brand);
}

.btn-outline-primary {
    --bs-btn-color: var(--brand);
    --bs-btn-border-color: var(--brand);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--brand);
    --bs-btn-hover-border-color: var(--brand);
    --bs-btn-focus-shadow-rgb: var(--brand-rgb);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--brand);
    --bs-btn-active-border-color: var(--brand);
    --bs-btn-disabled-color: var(--brand);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--brand);
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--brand);
    --bs-btn-border-color: var(--brand);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--brand-hover);
    --bs-btn-hover-border-color: var(--brand-hover);
    --bs-btn-focus-shadow-rgb: var(--brand-rgb);
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--brand-hover);
    --bs-btn-active-border-color: var(--brand-hover);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--brand);
    --bs-btn-disabled-border-color: var(--brand);
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: var(--brand) !important;
    border-color: #dee2e6 #dee2e6 #fff;
    border-bottom: 2px solid var(--brand);
}

.nav-tabs .nav-link:hover {
    color: var(--brand) !important;
    isolation: isolate;
}

.form-check-input:checked {
    background-color: var(--brand);
    border-color: var(--brand);
}

.form-control:focus,
.form-select:focus {
    border-color: var(--brand);
    box-shadow: 0 0 0 0.2rem rgba(var(--brand-rgb), 0.2);
}

.page-link.active,
.active > .page-link {
    background-color: var(--brand);
    border-color: var(--brand);
}

.spinner-border.text-primary {
    color: var(--brand) !important;
}

.text-primary {
    color: var(--brand) !important;
}

a.link-primary {
    color: var(--brand) !important;
}

/*.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
     padding-right: calc(var(--bs-gutter-x) * .1); 
     padding-left: calc(var(--bs-gutter-x) * .1); 
    margin-top: var(--bs-gutter-y);
}
*/


.accordion-button:not(.collapsed) {
    color: var(--brand-hover);
    background-color: var(--brand-soft);
    box-shadow: inset 0 -1px 0 #dee2e6;
}

.accordion-button:focus {
    border-color: var(--brand);
    box-shadow: 0 0 0 0.2rem rgba(var(--brand-rgb), 0.2);
}





.deal-of-day-box {
    position: relative;
    border: 2px solid #f39c12;
    border-radius: 12px;
    background: linear-gradient(to right, #fffbe6, #fff);
    box-shadow: 0 0 20px rgba(243, 156, 18, 0.2);
    cursor: pointer;
    transition: transform 0.3s ease;
}

    .deal-of-day-box:hover {
        transform: scale(1.03);
    }


.countdown-content {
    background-color: #f8d7da;
    color: #721c24;
    padding: 5px 10px;
    border-radius: 8px;
    min-width: 55px;
    text-align: center;
}

    .countdown-content .display-number {
        font-size: 1.1rem;
        font-weight: bold;
    }

    .countdown-content .display-text {
        font-size: 0.75rem;
    }




ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 0.25rem; /* override */
}
ol, ul {
    padding-left: 0.25rem;
}
 .h3, h3 {
    margin-bottom: 0rem;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.6); /* Yumuşak beyaz-gri */
    color: #333; /* Koyu gri ok rengi */
    /*border: 1px solid #ddd;*/
    padding: 3px;
    font-size: 20px;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

    .slider-btn:hover {
        background-color: rgba(255, 255, 255, 0.9);
        transform: translateY(-50%) scale(1.05);
    }


.prev-btn {
    left: 10px;
}

.next-btn {
    right: 10px;
}







.header-top {
    display: block !important;
    background-color: #f9f9f9;
    padding: 5px 0;
    font-family: sans-serif;
    font-size: 12px;
    border-bottom: 1px solid #e0e0e0;
}

.header-top-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.header-social-container {
    display: flex !important;
    gap: 6px;
    padding: 0;
    margin: 0;
    list-style: none;
    align-items: center;
}

.header-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: #efefef;
    color: #333 !important;
    text-decoration: none;
    font-size: 16px;
}

.header-social-link:hover,
.header-social-link:focus-visible {
    background: #e2e8f0;
    color: #111 !important;
}

.header-social-link ion-icon {
    pointer-events: none;
}

.header-alert-news {
    flex: 1;
    min-width: 0;
}

.header-alert-news p {
    margin: 0;
    font-size: 12px;
    color: #444;
    text-align: center;
}

.header-top-actions {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 12px;
}

    .header-top-actions a {
        text-decoration: none;
        color: #333;
    }

    .header-top-actions > span {
        color: #ccc;
    }

    .header-top-actions .lang-switch__code {
        color: #333;
    }

.lang-switch {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    z-index: 40;
}

.lang-switch__form {
    margin: 0;
    position: relative;
}

.lang-switch__trigger {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.35rem;
    margin: 0;
    min-width: 3.4rem;
    height: 1.5rem;
    padding: 0 0.45rem 0 0.55rem;
    border: 1px solid #595959;
    border-radius: 8px;
    background: #fff;
    color: #333;
    font: inherit;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
    cursor: pointer;
    box-shadow: none;
    transition: border-color .15s ease, background .15s ease, color .15s ease;
}

.lang-switch__trigger:hover {
    border-color: #333;
    background: #f7f7f7;
    color: #111;
}

.lang-switch__trigger:focus-visible,
.lang-switch__trigger.is-open {
    border-color: #f27a1a;
    color: #111;
    box-shadow: 0 0 0 2px rgba(242, 122, 26, 0.16);
    outline: none;
}

.lang-switch__code {
    display: inline-block;
    min-width: 1.5rem;
    text-align: left;
    text-transform: uppercase;
    color: inherit;
    font-weight: 700;
}

.lang-switch__chevron {
    width: 0;
    height: 0;
    border-left: 3.5px solid transparent;
    border-right: 3.5px solid transparent;
    border-top: 4.5px solid #595959;
    flex-shrink: 0;
    transition: transform .15s ease, border-top-color .15s ease;
}

.lang-switch__trigger:hover .lang-switch__chevron,
.lang-switch__trigger.is-open .lang-switch__chevron {
    border-top-color: #333;
}

.lang-switch__trigger.is-open .lang-switch__chevron {
    transform: rotate(180deg);
}

.lang-switch__menu {
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    min-width: 100%;
    margin: 0;
    padding: 0.25rem;
    list-style: none;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
}

.lang-switch__menu[hidden] {
    display: none !important;
}

.lang-switch__option {
    display: block;
    padding: 0.4rem 0.55rem;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #4b5563;
    cursor: pointer;
    user-select: none;
}

.lang-switch__option:hover {
    background: #fff7ed;
    color: #c2410c;
}

.lang-switch__option.is-active {
    background: #f27a1a;
    color: #fff;
}

.visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Telefon / tablet: sosyal + duyuru + dil ortalı ve görünür */
@media (max-width: 1023px) {
    .header-top {
        display: block !important;
        padding: 8px 0;
    }

    .header-top-container {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 8px;
        text-align: center;
    }

    .header-social-container {
        display: flex !important;
        justify-content: center;
        order: 1;
        gap: 10px;
    }

    .header-social-link {
        width: 40px;
        height: 40px;
        font-size: 20px;
        border-radius: 10px;
    }

    .header-alert-news {
        order: 2;
        width: 100%;
    }

    .header-alert-news p {
        font-size: 11px;
        line-height: 1.35;
        text-align: center;
    }

    .header-top-actions {
        display: flex !important;
        justify-content: center;
        width: 100%;
        margin: 0;
        padding: 0;
        gap: 0;
        order: 3;
    }

    .header-top-actions > a,
    .header-top-actions > span {
        display: none;
    }

    .lang-switch {
        margin: 0 auto;
    }

    .lang-switch__trigger {
        min-width: 3.55rem;
        height: 1.5rem;
        padding: 0 0.5rem 0 0.6rem;
        font-size: 12px;
    }

    .lang-switch__option {
        padding: 0.45rem 0.6rem;
        font-size: 12px;
    }
}

/* ——— Compact site breadcrumb (Trendyol-style) ——— */
.site-crumb {
    --crumb-ink: #595959;
    --crumb-current: #333;
    --crumb-sep: #f27a1a;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    font-size: 12px;
    line-height: 1.35;
    color: var(--crumb-ink);
    padding: 10px 0 8px;
    margin: 0 0 0.85rem;
    scrollbar-width: none;
}

.site-crumb::-webkit-scrollbar {
    display: none;
}

.site-crumb > * {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}

.site-crumb > * + *::before {
    content: ">";
    margin: 0 6px;
    color: var(--crumb-sep);
    font-weight: 400;
    font-size: 11px;
}

.site-crumb a {
    color: var(--crumb-ink) !important;
    text-decoration: none !important;
    font-size: inherit !important;
    white-space: nowrap !important;
}

.site-crumb a:hover {
    color: var(--crumb-current) !important;
    text-decoration: underline !important;
}

.site-crumb__current {
    color: var(--crumb-current);
    font-weight: 700;
    max-width: min(52vw, 420px);
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-head {
    margin: 0 0 1rem;
}

.page-head__title {
    margin: 0;
    font-size: clamp(1.25rem, 2.4vw, 1.55rem);
    font-weight: 700;
    color: hsl(0, 0%, 22%);
    letter-spacing: -0.02em;
    line-height: 1.25;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.page-head__lead {
    margin: 0.35rem 0 0;
    color: hsl(0, 0%, 45%);
    font-size: 0.9rem;
    line-height: 1.45;
}

/* CMS / rich HTML: keep media & tables inside the viewport */
.prose-html {
    overflow-wrap: anywhere;
    word-break: break-word;
    max-width: 100%;
}

.prose-html img,
.prose-html video,
.prose-html iframe,
.prose-html embed,
.prose-html object {
    max-width: 100% !important;
    height: auto !important;
}

.prose-html iframe {
    width: 100% !important;
}

.prose-html pre,
.prose-html code {
    max-width: 100%;
    overflow-x: auto;
    white-space: pre-wrap;
    word-break: break-word;
}

.prose-html table {
    display: block;
    width: 100% !important;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-collapse: collapse;
}

.prose-html td,
.prose-html th {
    word-break: break-word;
}

.prose-html a {
    white-space: normal !important;
}

/* ——— Content hub (About / LegalList) ——— */
.content-hub {
    --hub-accent: #f27a1a;
    --hub-ink: hsl(0, 0%, 27%);
    --hub-muted: hsl(0, 0%, 45%);
    --hub-line: hsl(0, 0%, 90%);
    --hub-surface: #fff;
    --hub-soft: hsl(0, 0%, 97%);
    margin-bottom: 2.5rem;
}

.content-hub__lead {
    margin: 0;
    max-width: 40rem;
    color: var(--hub-muted);
    font-size: 0.95rem;
    line-height: 1.55;
}

.content-hub__layout {
    display: grid;
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
    gap: 1.25rem;
    align-items: start;
}

.content-hub__aside {
    position: sticky;
    top: 1rem;
    background: var(--hub-surface);
    border: 1px solid var(--hub-line);
    border-radius: 12px;
    padding: 0.85rem;
}

.content-hub__search-wrap {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    background: var(--hub-soft);
    border: 1px solid var(--hub-line);
    border-radius: 8px;
    padding: 0.45rem 0.65rem;
    margin-bottom: 0.75rem;
}

.content-hub__search-wrap ion-icon {
    font-size: 1.05rem;
    color: var(--hub-muted);
    flex-shrink: 0;
}

.content-hub__search {
    border: 0;
    background: transparent;
    width: 100%;
    outline: none;
    font-size: 0.9rem;
    color: var(--hub-ink);
}

.content-hub__nav-scroll {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    max-height: min(62vh, 520px);
    overflow-y: auto;
    padding-right: 0.15rem;
}

.content-hub__nav-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0.55rem;
    padding: 0.75rem 0.85rem;
    border-radius: 10px;
    text-decoration: none !important;
    color: var(--hub-ink) !important;
    white-space: normal !important;
    font-size: 0.9rem !important;
    border: 1px solid var(--hub-line);
    background: #fff;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, transform 0.12s ease;
    -webkit-tap-highlight-color: transparent;
}

.content-hub__nav-main {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    min-width: 0;
}

.content-hub__nav-icon {
    flex-shrink: 0;
    margin-top: 0.1rem;
    font-size: 1.1rem;
    color: var(--hub-muted);
}

.content-hub__nav-arrow {
    flex-shrink: 0;
    font-size: 1.05rem;
    color: #94a3b8;
}

.content-hub__nav-item:hover {
    background: var(--hub-soft);
    border-color: #cbd5e1;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
    transform: translateY(-1px);
}

.content-hub__nav-item:hover .content-hub__nav-arrow,
.content-hub__nav-item:hover .content-hub__nav-icon {
    color: var(--hub-accent);
}

.content-hub__nav-item:active {
    transform: translateY(0);
}

.content-hub__nav-item.is-active {
    background: hsl(353, 100%, 96%);
    border-color: hsl(353, 80%, 78%);
    box-shadow: 0 0 0 1px hsl(353, 80%, 88%);
}

.content-hub__nav-item.is-active .content-hub__nav-name {
    color: hsl(353, 70%, 38%);
}

.content-hub__nav-item.is-active .content-hub__nav-icon,
.content-hub__nav-item.is-active .content-hub__nav-arrow {
    color: var(--hub-accent);
}

.content-hub__nav-name {
    font-weight: 700;
    line-height: 1.35;
}

.content-hub__nav-summary {
    font-size: 0.78rem;
    color: var(--hub-muted);
    line-height: 1.35;
}

.content-hub__no-match {
    margin: 0.5rem 0 0;
    font-size: 0.85rem;
    color: var(--hub-muted);
    text-align: center;
}

.content-hub__panel {
    background: var(--hub-surface);
    border: 1px solid var(--hub-line);
    border-radius: 12px;
    padding: 1.25rem 1.35rem 1.5rem;
    min-height: 280px;
    min-width: 0;
    overflow-x: hidden;
}

.content-hub__panel-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.75rem 1rem;
    align-items: flex-start;
    padding-bottom: 0.9rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--hub-line);
}

.content-hub__panel-title {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--hub-ink);
    line-height: 1.35;
}

.content-hub__panel-summary {
    margin: 0.35rem 0 0;
    color: var(--hub-muted);
    font-size: 0.88rem;
}

.content-hub__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.content-hub__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border: 1px solid var(--hub-line);
    background: var(--hub-soft);
    color: var(--hub-ink);
    border-radius: 8px;
    padding: 0.4rem 0.75rem;
    font-size: 0.82rem;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

.content-hub__btn:hover,
.content-hub__btn.is-copied {
    border-color: var(--hub-accent);
    color: hsl(353, 70%, 40%);
}

.content-hub__btn--ghost {
    background: #fff;
}

.content-hub__content.prose-html {
    color: var(--hub-ink);
    font-size: 0.95rem;
    line-height: 1.7;
    min-width: 0;
}

.content-hub__content.prose-html p {
    margin-bottom: 0.85rem;
}

.content-hub__content.prose-html ul,
.content-hub__content.prose-html ol {
    padding-left: 1.25rem;
    margin-bottom: 0.85rem;
}

.content-hub__content.prose-html a {
    white-space: normal;
    color: hsl(353, 70%, 42%);
    text-decoration: underline;
}

.content-hub__related {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.content-hub__related-card {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.85rem 1rem;
    border: 1px solid var(--hub-line);
    border-radius: 10px;
    background: var(--hub-soft);
    text-decoration: none !important;
    color: var(--hub-ink) !important;
    font-size: 0.88rem !important;
    font-weight: 600;
    white-space: normal !important;
    transition: border-color 0.15s ease, background 0.15s ease;
}

.content-hub__related-card:hover {
    border-color: var(--hub-accent);
    background: #fff;
}

.content-hub__related-card ion-icon {
    font-size: 1.25rem;
    color: var(--hub-accent);
    flex-shrink: 0;
}

.content-hub__empty {
    text-align: center;
    padding: 3rem 1rem;
    border: 1px dashed var(--hub-line);
    border-radius: 12px;
    color: var(--hub-muted);
}

.content-hub__empty ion-icon {
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
    color: var(--hub-accent);
}

@media (max-width: 900px) {
    .content-hub__layout {
        grid-template-columns: 1fr;
    }

    .content-hub__aside {
        position: static;
        padding: 0.7rem;
    }

    .content-hub__panel {
        padding: 1rem 0.95rem 1.25rem;
        min-height: 0;
    }

    .content-hub__panel-title {
        font-size: 1.08rem;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .content-hub__nav-scroll {
        flex-direction: row;
        overflow-x: auto;
        overflow-y: hidden;
        max-height: none;
        gap: 0.5rem;
        padding-bottom: 0.35rem;
        margin: 0 -0.15rem;
        padding-left: 0.15rem;
        padding-right: 0.15rem;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain;
        scrollbar-width: thin;
    }

    .content-hub__nav-item {
        min-width: min(13rem, 78vw);
        max-width: 78vw;
        flex: 0 0 auto;
        padding: 0.7rem 0.8rem;
    }

    .content-hub__nav-name {
        font-size: 0.86rem;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .content-hub__related {
        grid-template-columns: 1fr;
    }

    .content-hub__actions {
        width: 100%;
    }

    .content-hub__actions .content-hub__btn {
        flex: 1 1 auto;
        justify-content: center;
    }
}

@media print {
    .content-hub__hero,
    .content-hub__aside,
    .content-hub__actions,
    .content-hub__related,
    header,
    footer,
    .sidebar,
    .mobile-bottom-navigation {
        display: none !important;
    }

    .content-hub__layout {
        display: block;
    }

    .content-hub__panel {
        border: 0;
        padding: 0;
    }
}

/* ——— Auth (Login / Register / Reset) ——— */
.auth-page {
    --auth-accent: #f27a1a;
    --auth-accent-strong: #d96512;
    --auth-ink: hsl(0, 0%, 18%);
    --auth-muted: hsl(0, 0%, 45%);
    --auth-line: hsl(0, 0%, 90%);
    --auth-soft: hsl(0, 0%, 97%);
    padding: 1.5rem 1rem 2.75rem;
    background: none;
}

.auth-page__shell {
    max-width: 440px;
    margin: 0 auto;
}

.auth-card {
    background: #fff;
    border: 1px solid var(--auth-line);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.auth-card__tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.35rem;
    padding: 0.75rem;
    background: var(--auth-soft);
    border-bottom: 1px solid var(--auth-line);
}

.auth-card__tab {
    border: 0;
    background: transparent;
    border-radius: 10px;
    padding: 0.7rem 0.5rem;
    font-weight: 600;
    font-size: 0.92rem;
    color: var(--auth-muted);
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

.auth-card__tab.is-active {
    background: #fff;
    color: var(--auth-ink);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.auth-card__body {
    padding: 1.35rem 1.35rem 1.5rem;
}

.auth-pane[hidden] {
    display: none !important;
}

.auth-pane__title {
    margin: 0.35rem 0 0.25rem;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--auth-ink);
}

.auth-pane__lead {
    margin: 0 0 1rem;
    color: var(--auth-muted);
    font-size: 0.9rem;
}

.auth-back {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border: 0;
    background: transparent;
    color: var(--auth-muted);
    font-size: 0.85rem;
    padding: 0;
    cursor: pointer;
    margin-bottom: 0.35rem;
}

.auth-back:hover {
    color: var(--auth-accent-strong);
}

.auth-form {
    display: grid;
    gap: 0.9rem;
}

.auth-field {
    display: grid;
    gap: 0.35rem;
}

.auth-label {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--auth-ink);
    margin: 0;
}

.auth-label-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
}

.auth-input {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    border: 1px solid var(--auth-line);
    border-radius: 10px;
    padding: 0 0.75rem;
    background: #fff;
    min-height: 46px;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.auth-input:focus-within {
    border-color: var(--auth-accent);
    box-shadow: 0 0 0 3px hsla(353, 100%, 78%, 0.25);
}

.auth-input ion-icon {
    color: var(--auth-muted);
    font-size: 1.1rem;
    flex-shrink: 0;
}

.auth-input input {
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
    width: 100%;
    font-size: 0.95rem;
    color: var(--auth-ink);
    padding: 0.65rem 0;
}

.auth-input--phone .auth-prefix {
    font-weight: 600;
    color: var(--auth-muted);
    font-size: 0.95rem;
    padding-right: 0.15rem;
    border-right: 1px solid var(--auth-line);
    margin-right: 0.35rem;
    line-height: 1;
}

.auth-eye {
    border: 0;
    background: transparent;
    color: var(--auth-muted);
    padding: 0.25rem;
    cursor: pointer;
    line-height: 1;
}

.auth-eye:hover {
    color: var(--auth-ink);
}

.auth-hint {
    margin: 0;
    font-size: 0.78rem;
    color: var(--auth-muted);
}

.auth-error {
    font-size: 0.8rem;
    color: #c0392b;
}

.auth-text-link {
    border: 0;
    background: transparent;
    color: var(--auth-accent-strong);
    font-size: 0.82rem;
    font-weight: 600;
    padding: 0;
    cursor: pointer;
    white-space: normal !important;
}

.auth-text-link:hover {
    text-decoration: underline;
}

.auth-submit {
    border: 0;
    border-radius: 10px;
    min-height: 46px;
    background: var(--auth-accent-strong);
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: filter 0.15s ease, transform 0.1s ease;
}

.auth-submit:hover {
    filter: brightness(1.05);
}

.auth-submit:active {
    transform: scale(0.99);
}

.auth-switch {
    margin: 1rem 0 0;
    text-align: center;
    font-size: 0.88rem;
    color: var(--auth-muted);
}

.auth-legal {
    margin: 0.85rem 0 0;
    font-size: 0.78rem;
    line-height: 1.55;
    color: var(--auth-muted);
    text-align: left;
    white-space: normal !important;
}

.auth-legal a {
    color: var(--auth-accent-strong) !important;
    font-size: inherit !important;
    white-space: normal !important;
    font-weight: 600;
}

.auth-captcha {
    display: flex;
    gap: 0.65rem;
    align-items: stretch;
}

.auth-captcha__input {
    flex: 1;
    min-width: 0;
    border: 1px solid var(--auth-line);
    border-radius: 10px;
    padding: 0.65rem 0.75rem;
    font-size: 0.95rem;
    outline: none;
}

.auth-captcha__input:focus {
    border-color: var(--auth-accent);
    box-shadow: 0 0 0 3px hsla(353, 100%, 78%, 0.25);
}

.auth-captcha__box {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border: 1px solid var(--auth-line);
    border-radius: 10px;
    background: var(--auth-soft);
    padding: 0.35rem 0.55rem;
    cursor: pointer;
}

.auth-captcha__box img {
    height: 32px;
    display: block;
}

.auth-captcha__refresh {
    display: inline-flex;
    color: var(--auth-muted);
    font-size: 1.15rem;
}

.auth-method {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem;
    margin-bottom: 0.25rem;
}

.auth-method--compact {
    gap: 0.45rem;
    margin-bottom: 0.5rem;
}

.auth-method--compact .auth-method__opt {
    flex-direction: row;
    padding: 0.55rem 0.65rem;
    gap: 0.35rem;
}

.auth-method--compact .auth-method__text {
    font-size: 0.82rem;
    line-height: 1.25;
}

.auth-method__opt {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    border: 1.5px solid var(--auth-line);
    border-radius: 12px;
    padding: 0.85rem 0.65rem;
    cursor: pointer;
    color: var(--auth-ink);
    background: #fff;
    margin: 0;
    min-width: 0;
    text-align: center;
    transition: border-color .15s ease, background .15s ease, box-shadow .15s ease, color .15s ease;
    user-select: none;
}

.auth-method__opt:hover {
    border-color: #d1d5db;
    background: #fafafa;
}

.auth-method__opt:has(input:checked) {
    border-color: var(--auth-accent-strong, #f27a1a);
    background: #fff7ed;
    color: var(--auth-accent-strong, #c2410c);
    box-shadow: 0 0 0 3px rgba(242, 122, 26, 0.12);
}

.auth-method__opt input {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    margin: 0;
    pointer-events: none;
}

.auth-method__icon {
    display: grid;
    place-items: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 999px;
    background: #f3f4f6;
    color: #6b7280;
    font-size: 1.15rem;
    line-height: 1;
    transition: background .15s ease, color .15s ease;
}

.auth-method__opt:has(input:checked) .auth-method__icon {
    background: var(--auth-accent-strong, #f27a1a);
    color: #fff;
}

.auth-method__text {
    display: block;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    letter-spacing: 0.01em;
}

@media (max-width: 380px) {
    .auth-method {
        gap: 0.5rem;
    }

    .auth-method__opt {
        padding: 0.75rem 0.4rem;
    }

    .auth-method__text {
        font-size: 0.85rem;
    }
}

.auth-steps {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.auth-step {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    background: var(--auth-soft);
    color: var(--auth-muted);
    border: 1px solid var(--auth-line);
}

.auth-step.is-active {
    background: var(--auth-accent-strong);
    border-color: var(--auth-accent-strong);
    color: #fff;
}

.auth-step-line {
    flex: 1;
    height: 2px;
    background: var(--auth-line);
}

/* ——— FAQ hub ——— */
.faq-hub__toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}

.faq-hub__search {
    flex: 1 1 240px;
    margin-bottom: 0;
    max-width: 420px;
}

.faq-hub__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.faq-hub__count {
    margin: 0 0 0.85rem;
    font-size: 0.85rem;
    color: hsl(0, 0%, 45%);
}

.faq-hub__empty-filter {
    text-align: center;
    padding: 1.25rem;
    color: hsl(0, 0%, 45%);
    border: 1px dashed hsl(0, 0%, 90%);
    border-radius: 10px;
    margin-bottom: 1rem;
}

.faq-hub__list {
    border: 1px solid hsl(0, 0%, 90%);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.faq-hub__item {
    border: 0;
    border-bottom: 1px solid hsl(0, 0%, 90%);
    scroll-margin-top: 4.5rem;
    scroll-margin-bottom: 5.5rem;
}

.faq-hub__item:last-child {
    border-bottom: 0;
}

.faq-hub__question {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-weight: 600;
    font-size: 0.95rem;
    color: hsl(0, 0%, 22%);
    background: #fff;
    box-shadow: none !important;
    white-space: normal !important;
    line-height: 1.4;
    padding: 1rem 1.1rem;
    text-align: left;
}

.faq-hub__question:not(.collapsed) {
    color: hsl(353, 70%, 40%);
    background: hsl(353, 100%, 97%);
}

.faq-hub__question::after {
    margin-left: auto;
    flex-shrink: 0;
    margin-top: 0.15rem;
}

.faq-hub__q-icon {
    flex-shrink: 0;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 700;
    background: hsl(353, 100%, 94%);
    color: hsl(353, 70%, 42%);
}

.faq-hub__q-text {
    flex: 1 1 auto;
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
    white-space: normal !important;
}

.faq-hub__answer {
    font-size: 0.92rem;
    line-height: 1.7;
    color: hsl(0, 0%, 28%);
    background: hsl(0, 0%, 98.5%);
    min-width: 0;
}

.faq-hub__answer a {
    white-space: normal;
    color: hsl(353, 70%, 42%);
}

@media (max-width: 600px) {
    .faq-hub__toolbar {
        flex-direction: column;
        align-items: stretch;
    }

    .faq-hub__search {
        max-width: none;
    }

    .faq-hub__actions {
        justify-content: stretch;
    }

    .faq-hub__actions .content-hub__btn {
        flex: 1;
        justify-content: center;
    }

    .faq-hub__question {
        padding: 0.85rem 0.9rem;
        font-size: 0.9rem;
    }

    .faq-hub__answer {
        padding-left: 0.85rem !important;
        padding-right: 0.85rem !important;
    }
}

/* ——— Blog hub ——— */
.blog-hub {
    --bh-ink: hsl(0, 0%, 20%);
    --bh-muted: hsl(0, 0%, 45%);
    --bh-line: hsl(0, 0%, 90%);
    --bh-accent: #f27a1a;
    --bh-soft: hsl(0, 0%, 97%);
    margin-bottom: 2rem;
}

.blog-hub__hero {
    padding: 0;
    margin: 0;
    background: none;
    border: 0;
}

.blog-hub__title {
    margin: 0;
    font-size: clamp(1.25rem, 2.4vw, 1.55rem);
    font-weight: 700;
    color: var(--bh-ink);
    letter-spacing: -0.02em;
    line-height: 1.25;
}

.blog-hub__layout {
    display: grid;
    grid-template-columns: minmax(200px, 250px) minmax(0, 1fr);
    gap: 1.25rem;
    align-items: start;
}

.blog-hub__main {
    min-width: 0;
}

.blog-hub__aside {
    position: sticky;
    top: 1rem;
    background: #fff;
    border: 1px solid var(--bh-line);
    border-radius: 12px;
    padding: 0.85rem;
}

.blog-hub__search-wrap {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    background: var(--bh-soft);
    border: 1px solid var(--bh-line);
    border-radius: 8px;
    padding: 0.45rem 0.65rem;
    margin-bottom: 0.85rem;
}

.blog-hub__search-wrap input {
    border: 0;
    background: transparent;
    width: 100%;
    outline: none;
    font-size: 0.9rem;
}

.blog-hub__aside-label {
    margin: 0 0 0.45rem;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--bh-muted);
}

.blog-hub__cats {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    max-height: min(58vh, 480px);
    overflow-y: auto;
}

.blog-hub__cat {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.65rem;
    border-radius: 8px;
    text-decoration: none !important;
    color: var(--bh-ink) !important;
    font-size: 0.88rem !important;
    white-space: normal !important;
    border: 1px solid transparent;
}

.blog-hub__cat:hover { background: var(--bh-soft); }
.blog-hub__cat.is-active {
    background: hsl(353, 100%, 96%);
    border-color: hsl(353, 80%, 88%);
    font-weight: 600;
}

.blog-hub__cat em {
    font-style: normal;
    font-size: 0.75rem;
    color: var(--bh-muted);
    background: var(--bh-soft);
    border-radius: 999px;
    padding: 0.1rem 0.45rem;
    min-width: 1.5rem;
    text-align: center;
}

.blog-hub__count {
    margin: 0 0 0.85rem;
    font-size: 0.85rem;
    color: var(--bh-muted);
}

.blog-hub__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    min-width: 0;
}

/* Override homepage carousel .blog-card { min-width: 100% } from style-prefix */
.blog-hub .blog-card,
.blog-hub__grid .blog-card {
    min-width: 0 !important;
    width: 100%;
    max-width: 100%;
    scroll-snap-align: unset;
}

.blog-card {
    background: #fff;
    border: 1px solid var(--bh-line);
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.15s ease;
    min-width: 0;
}

.blog-card:hover { box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05); }

.blog-card__media {
    display: block;
    aspect-ratio: 16 / 10;
    background: var(--bh-soft);
    overflow: hidden;
}

.blog-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.25s ease;
}

.blog-card:hover .blog-card__media img { transform: scale(1.03); }

.blog-card__body {
    padding: 0.9rem 1rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    flex: 1;
}

.blog-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0.75rem;
    font-size: 0.78rem;
    color: var(--bh-muted);
}

.blog-card__cat {
    color: var(--bh-accent) !important;
    font-weight: 600;
    text-decoration: none !important;
    font-size: inherit !important;
    white-space: normal !important;
}

.blog-card__title {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.35;
}

.blog-card__title a {
    color: var(--bh-ink) !important;
    text-decoration: none !important;
    font-size: inherit !important;
}

.blog-card__title a:hover { color: var(--bh-accent) !important; }

.blog-card__summary {
    margin: 0;
    font-size: 0.88rem;
    color: var(--bh-muted);
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card__more {
    margin-top: auto;
    padding-top: 0.35rem;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.85rem !important;
    font-weight: 600;
    color: var(--bh-accent) !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

.blog-hub__empty,
.blog-hub__empty-filter {
    text-align: center;
    padding: 2rem 1rem;
    border: 1px dashed var(--bh-line);
    border-radius: 12px;
    color: var(--bh-muted);
}

.blog-hub__empty ion-icon {
    font-size: 2rem;
    color: var(--bh-accent);
    margin-bottom: 0.35rem;
}

.blog-hub__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border: 1px solid var(--bh-line);
    background: var(--bh-soft);
    color: var(--bh-ink);
    border-radius: 8px;
    padding: 0.45rem 0.8rem;
    font-size: 0.85rem;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
}

.blog-hub__btn--ghost { background: #fff; }
.blog-hub__btn:hover { border-color: var(--bh-accent); color: var(--bh-accent); }

.blog-detail__title {
    max-width: 46rem;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.blog-detail__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.1rem;
    margin-top: 0.75rem;
    font-size: 0.88rem;
    color: var(--bh-muted);
}

.blog-detail__meta a,
.blog-detail__meta span,
.blog-detail__meta time {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    color: var(--bh-muted);
    text-decoration: none;
    white-space: normal;
    font-size: inherit;
}

.blog-detail__meta a:hover { color: var(--bh-accent); }

.blog-detail__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 280px);
    gap: 1.25rem;
    align-items: start;
}

.blog-detail__article {
    background: #fff;
    border: 1px solid var(--bh-line);
    border-radius: 12px;
    padding: 1.15rem 1.25rem 1.4rem;
    min-width: 0;
}

.blog-detail__cover {
    margin: 0 0 1.1rem;
    border-radius: 10px;
    overflow: hidden;
    background: var(--bh-soft);
    aspect-ratio: 16 / 9;
}

.blog-detail__cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.blog-detail__lead {
    font-size: 1.05rem;
    line-height: 1.55;
    color: var(--bh-muted);
    margin: 0 0 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--bh-line);
    overflow-wrap: anywhere;
}

.blog-detail__content {
    font-size: 0.98rem;
    line-height: 1.75;
    color: var(--bh-ink);
    min-width: 0;
}

.blog-detail__content p { margin-bottom: 0.9rem; }
.blog-detail__content a {
    white-space: normal;
    color: var(--bh-accent);
}

.blog-detail__footer {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid var(--bh-line);
}

.blog-detail__aside { display: grid; gap: 1rem; }

.blog-detail__side-card {
    background: #fff;
    border: 1px solid var(--bh-line);
    border-radius: 12px;
    padding: 0.9rem;
}

.blog-detail__side-title {
    margin: 0 0 0.65rem;
    font-size: 0.92rem;
    font-weight: 700;
}

.blog-detail__related { display: grid; gap: 0.65rem; }

.blog-detail__related-item {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 0.65rem;
    text-decoration: none !important;
    color: var(--bh-ink) !important;
    align-items: center;
}

.blog-detail__related-item img {
    width: 64px;
    height: 48px;
    object-fit: cover;
    border-radius: 6px;
    background: var(--bh-soft);
}

.blog-detail__related-item strong {
    display: block;
    font-size: 0.85rem;
    line-height: 1.3;
    font-weight: 600;
}

.blog-detail__related-item small {
    color: var(--bh-muted);
    font-size: 0.75rem;
}

@media (max-width: 900px) {
    .blog-hub__layout,
    .blog-detail__layout {
        grid-template-columns: 1fr;
    }

    .blog-hub__aside { position: static; }

    .blog-hub__cats {
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        max-height: none;
        gap: 0.4rem;
        padding-bottom: 0.35rem;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain;
        scrollbar-width: thin;
    }

    .blog-hub__cat {
        flex: 0 0 auto;
        white-space: nowrap !important;
    }

    .blog-hub__grid { grid-template-columns: 1fr; }

    .blog-detail__article {
        padding: 0.95rem 0.9rem 1.15rem;
    }

    .blog-detail__footer {
        flex-direction: column;
    }

    .blog-detail__footer .blog-hub__btn {
        width: 100%;
        justify-content: center;
    }

    .blog-detail__aside .blog-hub__cats {
        flex-wrap: wrap;
        overflow-x: visible;
    }

    .blog-detail__aside .blog-hub__cat {
        white-space: normal !important;
        flex: 1 1 auto;
        min-width: calc(50% - 0.2rem);
    }
}

/* ——— Mobile menu / category UX ——— */
html.menu-open,
body.menu-open {
    overflow: hidden;
}

/*
  Katman sırası (düşük → yüksek):
  içerik < alt bar < karartma < yan menü / kategori çekmecesi
  Overlay asla menünün üstüne binmemeli (tıklanamaz kararma).
*/
.overlay,
.overlay.active {
    z-index: 1040 !important;
}

.mobile-bottom-navigation {
    z-index: 1030 !important;
    padding-bottom: env(safe-area-inset-bottom, 0);
    max-width: 100%;
    align-items: stretch;
}

.mobile-navigation-menu,
.mobile-navigation-menu.active,
.sidebar.sidebar--drawer,
.sidebar--drawer,
.sidebar--drawer.active,
[data-mobile-menu] {
    position: fixed !important;
    z-index: 1060 !important;
    pointer-events: auto !important;
    -webkit-overflow-scrolling: touch;
}

/* Menü açıkken header stacking context’i overlay’in üstünde kalsın */
body.menu-open > header {
    position: relative;
    z-index: 1060;
}

.mobile-bottom-navigation .action-btn {
    position: relative;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 2px;
    min-width: 56px;
    min-height: 52px;
    padding: 6px 4px !important;
    font-size: inherit !important;
}

.mobile-bottom-navigation .action-btn__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
}

.mobile-bottom-navigation .action-btn__icon ion-icon {
    font-size: 22px;
    line-height: 1;
    display: block;
    margin: 0;
}

.mobile-bottom-navigation .count {
    position: absolute !important;
    top: -5px !important;
    right: -9px !important;
    left: auto !important;
    min-width: 16px;
    height: 16px;
    padding: 0 4px !important;
    border-radius: 999px !important;
    font-size: 10px !important;
    font-weight: 700;
    line-height: 16px !important;
    text-align: center;
    z-index: 1;
    box-sizing: border-box;
}

.mobile-bottom-navigation .label {
    display: block;
    text-align: center;
    line-height: 1.15;
    margin-top: 0 !important;
    min-height: 1.15em;
    font-size: 10px;
    color: #7b7b7b;
}

.mobile-bottom-navigation ion-icon {
    font-size: 22px;
    display: block;
}

.menu-category--section {
    padding: 10px 0 4px;
    border-bottom: none !important;
}

.menu-section-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #94a3b8;
}

.submenu-title--all,
.sidebar-submenu-title .product-name {
    margin: 0;
    padding: 0;
}

.submenu-category-list.active,
.sidebar-submenu-category-list.active {
    max-height: min(60vh, 480px) !important;
    overflow-y: auto;
    visibility: visible;
    padding: 2px 4px !important;
}

.sidebar-submenu-category-list.hidden,
.submenu-category-list.hidden {
    max-height: 0 !important;
    overflow: hidden;
    visibility: hidden;
}

.sidebar-submenu-title.active,
.sidebar-accordion-menu-link.active {
    background-color: #f3f4f6;
    font-weight: 700;
    border-radius: 6px;
}

.sidebar .menu-title,
.sidebar-accordion-menu-link .menu-title,
.mobile-menu-category-list .menu-title,
.submenu-title,
.sidebar-submenu-title,
.sidebar-submenu-title .product-name {
    color: #1f2937 !important;
    font-weight: 600 !important;
}

.sidebar-accordion-menu ion-icon,
.accordion-menu ion-icon {
    color: #374151 !important;
}

.sidebar-menu-category,
.menu-category {
    margin: 0;
}

.sidebar-submenu-category {
    padding: 0 !important;
}

.sidebar-submenu-title,
.sidebar-accordion-menu-link {
    display: block;
    padding: 6px 4px !important;
    text-decoration: none;
    color: #1f2937;
    line-height: 1.25;
}

.accordion-menu,
.sidebar-accordion-menu {
    width: 100%;
    min-height: 0;
    padding: 8px 0 !important;
}

.sidebar-accordion-menu .menu-title-flex,
.sidebar-accordion-menu-link .menu-title-flex {
    gap: 6px;
}

.sidebar .menu-title {
    font-size: 14px !important;
    margin: 0;
    line-height: 1.3;
    padding: 0 !important;
}

.sidebar-submenu-title .product-name {
    font-size: 13px !important;
}

.submenu-category-list .submenu-title {
    padding: 5px 0 !important;
    font-size: 13px;
}

.mobile-menu-category-list {
    margin-bottom: 0 !important;
}

.mobile-menu-category-list .menu-category {
    padding: 0;
}

.mobile-menu-category-list .menu-category--section {
    border-bottom: none !important;
}

.mobile-menu-category-list .menu-title {
    padding: 0 !important;
    margin: 0;
    font-size: 14px !important;
    line-height: 1.3;
}

.mobile-menu-category-list .accordion-menu,
.mobile-menu-category-list > .menu-category > a.menu-title {
    padding: 8px 0 !important;
    min-height: 0;
    display: flex;
    align-items: center;
}

.mobile-menu-category-list .submenu-title {
    padding: 5px 0 !important;
}

/* Kategori drawer: daha sıkı satırlar */
.sidebar.sidebar--drawer,
.sidebar--drawer {
    padding: 16px 16px 20px !important;
}

.sidebar--drawer .sidebar-category {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.sidebar--drawer .sidebar-top {
    margin-bottom: 4px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}

.sidebar--drawer .sidebar-menu-category {
    border-bottom: 1px solid #eee;
}

.sidebar--drawer .sidebar-accordion-menu,
.sidebar--drawer .sidebar-accordion-menu-link {
    padding: 8px 0 !important;
}

.menu-bottom,
.menu-social-container {
    display: none !important;
}

@media (max-width: 1023px) {
    .sidebar--page {
        display: none !important;
    }

    .sidebar--drawer {
        display: block;
    }

    body {
        padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px));
    }
}

@media (min-width: 1024px) {
    .sidebar--drawer {
        display: none !important;
    }

    .sidebar--page {
        display: block;
    }
}

.header-main-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

@media (max-width: 569px) {
    .header-main {
        padding: 6px 0 !important;
    }

    .header-main-row {
        flex-wrap: nowrap;
        gap: 8px;
    }

    .header-logo {
        margin-bottom: 0 !important;
        flex: 0 0 auto;
    }

    .header-logo img {
        width: 110px !important;
        max-width: 110px;
        height: auto;
    }

    .header-search-container {
        flex: 1 1 auto;
        min-width: 0;
        margin: 0 !important;
    }

    .header-search-container .search-field {
        padding: 8px 40px 8px 12px !important;
        font-size: 12px !important;
    }

    .header-user-actions {
        display: flex !important;
        flex: 0 0 auto;
        align-items: center;
        margin-left: 0 !important;
    }

    .header-user-actions .user-menu {
        gap: 4px;
    }

    .header-user-actions .user-menu a {
        min-width: 34px;
        min-height: 34px;
        padding: 0;
    }

    .header-user-actions .user-menu ion-icon {
        font-size: 24px;
    }
}

/* ——— Authors page ——— */
.authors-page {
    --ap-ink: hsl(0, 0%, 27%);
    --ap-muted: hsl(0, 0%, 45%);
    --ap-line: hsl(0, 0%, 82%);
    --ap-accent: #f27a1a;
    --ap-soft: hsl(0, 0%, 97%);
    margin-bottom: 2.5rem;
}

.authors-page__body {
    padding-bottom: 2rem;
}

.authors-page__empty,
.authors-page__none {
    text-align: center;
    color: var(--ap-muted);
    padding: 2rem 1rem;
}

.authors-search {
    position: relative;
    max-width: 420px;
    margin-bottom: 1.15rem;
}

.authors-search__wrap {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    background: #fff;
    border: 1px solid var(--ap-line);
    border-radius: 8px;
    padding: 0.55rem 0.75rem;
    margin: 0;
    cursor: text;
}

.authors-search__wrap ion-icon {
    font-size: 1.15rem;
    color: var(--ap-muted);
    flex-shrink: 0;
}

.authors-search__wrap input {
    border: 0;
    background: transparent;
    width: 100%;
    outline: none;
    font-size: 0.95rem;
    color: var(--ap-ink);
}

.authors-search__wrap input::placeholder {
    color: hsl(0, 0%, 62%);
}

.authors-search__suggest {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    z-index: 40;
    background: #fff;
    border: 1px solid var(--ap-line);
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
    max-height: 280px;
    overflow-y: auto;
    padding: 0.25rem 0;
}

.authors-search__option {
    display: block;
    width: 100%;
    text-align: left;
    border: 0;
    background: transparent;
    padding: 0.55rem 0.85rem;
    color: var(--ap-accent);
    font-size: 0.92rem;
    cursor: pointer;
    line-height: 1.3;
}

.authors-search__option:hover,
.authors-search__option.is-active {
    background: hsl(353, 100%, 97%);
}

.authors-alpha {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid var(--ap-line);
    background: #fff;
    margin-bottom: 1.75rem;
}

.authors-alpha__btn {
    flex: 1 1 auto;
    min-width: 2rem;
    margin: 0;
    padding: 0.55rem 0.45rem;
    border: 0;
    border-right: 1px solid var(--ap-line);
    background: #fff;
    color: var(--ap-ink);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    cursor: pointer;
    line-height: 1.2;
}

.authors-alpha__btn:last-child {
    border-right: 0;
}

.authors-alpha__btn:hover {
    background: var(--ap-soft);
    color: var(--ap-accent);
}

.authors-alpha__btn.is-active {
    background: var(--ap-accent);
    color: #fff;
}

.authors-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    column-gap: 1.5rem;
    row-gap: 0.85rem;
}

.authors-grid__item {
    color: var(--ap-accent);
    text-decoration: none;
    font-size: 0.95rem;
    line-height: 1.35;
    word-break: break-word;
}

.authors-grid__item:hover {
    text-decoration: underline;
}

@media (max-width: 991px) {
    .authors-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .authors-alpha__btn {
        min-width: 1.75rem;
        padding: 0.45rem 0.28rem;
        font-size: 0.72rem;
    }

    .authors-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 1rem;
    }
}

.helbest-page {
    --hb-ink: #1a1a1a;
    --hb-muted: #6b6b6b;
    --hb-line: #e4e0db;
    --hb-accent: #f27a1a;
    --hb-soft: #f7f5f2;
    --hb-paper: #fffdf9;
    margin-bottom: 3rem;
}

.helbest-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin: 0 0 1.25rem;
}

.helbest-tabs__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.55rem 0.95rem;
    border-radius: 999px;
    border: 1px solid var(--hb-line);
    background: #fff;
    color: var(--hb-ink);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
}

.helbest-tabs__btn:hover {
    border-color: var(--hb-accent);
    color: var(--hb-accent);
}

.helbest-tabs__btn.is-active {
    background: var(--hb-accent);
    border-color: var(--hb-accent);
    color: #fff;
}

.helbest-adv-search {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    align-items: center;
    margin-bottom: 0.85rem;
}

.helbest-adv-search__input {
    flex: 1 1 260px;
}

.helbest-adv-search__hint,
.helbest-adv-search__count {
    margin: 0 0 0.85rem;
    color: var(--hb-muted);
    font-size: 0.88rem;
}

.helbest-search-rules {
    background: var(--hb-soft);
    border: 1px solid var(--hb-line);
    border-radius: 14px;
    padding: 0.85rem 1.1rem;
    margin-bottom: 1.25rem;
}

.helbest-search-rules summary {
    cursor: pointer;
    font-weight: 700;
    color: var(--hb-ink);
    list-style: none;
}

.helbest-search-rules summary::-webkit-details-marker { display: none; }

.helbest-search-rules ul {
    margin: 0.75rem 0 0;
    padding-left: 1.15rem;
    color: #3a3a3a;
    line-height: 1.55;
    font-size: 0.92rem;
}

.helbest-search-rules li { margin-bottom: 0.35rem; }

.helbest-search-hit__poet {
    display: block;
    font-style: normal;
    color: var(--hb-accent);
    font-size: 0.85rem;
    font-weight: 600;
    margin-top: 0.2rem;
}

.helbest-search-hit__snip {
    margin: 0.4rem 0 0.35rem;
    color: var(--hb-muted);
    font-size: 0.88rem;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}

.helbest-page__body { padding-bottom: 2rem; }

.helbest-empty {
    text-align: center;
    color: var(--hb-muted);
    padding: 2.5rem 1rem;
}

.helbest-search {
    position: relative;
    max-width: 440px;
    margin-bottom: 1.15rem;
}

.helbest-search--inline {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    max-width: none;
    align-items: center;
    margin: 1.25rem 0 1rem;
}

.helbest-search--inline .helbest-search__wrap { flex: 1 1 220px; }

.helbest-search__wrap {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    background: #fff;
    border: 1px solid var(--hb-line);
    border-radius: 10px;
    padding: 0.6rem 0.85rem;
    margin: 0;
    cursor: text;
}

.helbest-search__wrap ion-icon {
    font-size: 1.15rem;
    color: var(--hb-muted);
    flex-shrink: 0;
}

.helbest-search__wrap input {
    border: 0;
    background: transparent;
    width: 100%;
    outline: none;
    font-size: 0.95rem;
    color: var(--hb-ink);
}

.helbest-alpha {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid var(--hb-line);
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.helbest-alpha__btn {
    flex: 1 1 auto;
    min-width: 2rem;
    margin: 0;
    padding: 0.55rem 0.4rem;
    border: 0;
    border-right: 1px solid var(--hb-line);
    background: #fff;
    color: var(--hb-ink);
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
}

.helbest-alpha__btn:last-child { border-right: 0; }
.helbest-alpha__btn:hover { background: var(--hb-soft); color: var(--hb-accent); }
.helbest-alpha__btn.is-active { background: var(--hb-accent); color: #fff; }

.helbest-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
}

.helbest-card {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 0.85rem;
    align-items: center;
    padding: 0.85rem 1rem;
    background: #fff;
    border: 1px solid var(--hb-line);
    border-radius: 14px;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
    min-width: 0;
    overflow: hidden;
}

.helbest-card:hover {
    border-color: var(--hb-accent);
    box-shadow: 0 10px 28px rgba(26, 26, 26, 0.06);
    transform: translateY(-1px);
}

.helbest-card__avatar {
    width: 64px;
    height: 64px;
    border-radius: 14px;
    overflow: hidden;
    background: var(--hb-soft);
    display: grid;
    place-items: center;
    font-weight: 700;
    font-size: 1.35rem;
    color: var(--hb-muted);
}

.helbest-card__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.helbest-card__body {
    min-width: 0;
}

.helbest-card__body strong {
    display: block;
    color: var(--hb-ink);
    font-size: 1rem;
    line-height: 1.3;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.helbest-card__body em {
    display: block;
    font-style: normal;
    color: var(--hb-muted);
    font-size: 0.82rem;
    margin-top: 0.15rem;
}

.helbest-card__body small {
    display: block;
    margin-top: 0.35rem;
    color: var(--hb-accent);
    font-size: 0.78rem;
    font-weight: 600;
}

.helbest-page__head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.helbest-source {
    margin: 0.35rem 0 0;
    font-size: 0.72rem;
    line-height: 1.4;
    color: #8a8580;
    letter-spacing: 0.01em;
}

.helbest-source a {
    color: #6e6964;
    text-decoration: none;
    border-bottom: 1px solid rgba(110, 105, 100, 0.35);
    transition: color 0.15s ease, border-color 0.15s ease;
}

.helbest-source a:hover {
    color: var(--hb-accent, #2f5d50);
    border-bottom-color: var(--hb-accent, #2f5d50);
}

.helbest-submit {
    flex-shrink: 0;
    white-space: nowrap;
    border: 0;
    cursor: pointer;
}

.helbest-submit-modal {
    border-radius: 16px;
    border: 1px solid var(--hb-line, #e4e0db);
}

.helbest-submit-modal__title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
}

.helbest-submit-modal__lead {
    margin: 0 0 1rem;
    color: #3a3a3a;
    line-height: 1.55;
}

.helbest-submit-modal__email {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem 0.75rem;
    background: #f7f5f2;
    border: 1px solid #e4e0db;
    border-radius: 12px;
    padding: 0.85rem 1rem;
    margin-bottom: 1rem;
}

.helbest-submit-modal__email > span {
    width: 100%;
    font-size: 0.78rem;
    color: #6b6b6b;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 600;
}

.helbest-submit-modal__email > a {
    color: #f27a1a;
    font-weight: 700;
    font-size: 1.05rem;
    text-decoration: none;
    word-break: break-all;
}

.helbest-submit-modal__email > a:hover { text-decoration: underline; }

.helbest-submit-modal__copy {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    border: 1px solid #e4e0db;
    background: #fff;
    border-radius: 8px;
    padding: 0.35rem 0.65rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: #1a1a1a;
    cursor: pointer;
}

.helbest-submit-modal__copy:hover {
    border-color: #f27a1a;
    color: #f27a1a;
}

.helbest-submit-modal__note {
    margin: 0 0 0.5rem;
    font-weight: 600;
    color: #1a1a1a;
}

.helbest-submit-modal__fields {
    margin: 0;
    padding-left: 1.15rem;
    color: #3a3a3a;
    line-height: 1.6;
}

.helbest-submit-modal__fields li { margin-bottom: 0.35rem; }

.helbest-poet__nav {
    margin: 0 0 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    align-items: center;
}

.helbest-poet__head {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 1.25rem;
    align-items: center;
    margin-bottom: 1.25rem;
}

.helbest-poet__avatar {
    width: 120px;
    height: 120px;
    border-radius: 20px;
    overflow: hidden;
    background: var(--hb-soft);
    display: grid;
    place-items: center;
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--hb-muted);
    border: 1px solid var(--hb-line);
}

.helbest-poet__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.helbest-poet__eyebrow {
    margin: 0 0 0.25rem;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--hb-accent);
    font-weight: 700;
}

.helbest-poet__name {
    margin: 0 0 0.25rem;
    font-size: clamp(1.6rem, 3vw, 2.1rem);
    color: var(--hb-ink);
    letter-spacing: -0.02em;
}

.helbest-poet__latin {
    margin: 0 0 0.35rem;
    color: var(--hb-muted);
}

.helbest-poet__count {
    margin: 0;
    color: var(--hb-accent);
    font-weight: 600;
    font-size: 0.9rem;
}

.helbest-poet__bio {
    white-space: pre-wrap;
    line-height: 1.7;
    color: #3a3a3a;
    background: var(--hb-soft);
    border-radius: 14px;
    padding: 1rem 1.15rem;
    margin-bottom: 0.5rem;
}

.helbest-poem-list {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.helbest-poem-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.95rem 1.1rem;
    background: #fff;
    border: 1px solid var(--hb-line);
    border-radius: 12px;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.15s ease, background 0.15s ease;
    min-width: 0;
    overflow: hidden;
}

.helbest-poem-row > div {
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
}

.helbest-poem-row > ion-icon {
    flex-shrink: 0;
}

.helbest-poem-row:hover {
    border-color: var(--hb-accent);
    background: var(--hb-paper);
}

.helbest-poem-row strong {
    display: block;
    color: var(--hb-ink);
    font-size: 1rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
}

.helbest-poem-row span {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    margin-top: 0.3rem;
    color: var(--hb-muted);
    font-size: 0.8rem;
}

.helbest-poem-row ion-icon { font-size: 1rem; }
.helbest-poem-row--compact { padding: 0.75rem 0.9rem; }

.helbest-poem-row--compact strong {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.92rem;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.helbest-read__aside {
    min-width: 0;
    overflow: hidden;
}

.helbest-read__aside .helbest-poem-list {
    min-width: 0;
}

.helbest-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    border: 0;
    border-radius: 10px;
    padding: 0.6rem 1rem;
    background: var(--hb-accent);
    color: #fff;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    cursor: pointer;
}

.helbest-btn--ghost {
    background: transparent;
    color: var(--hb-ink);
    border: 1px solid var(--hb-line);
}

.helbest-btn--ghost:hover {
    border-color: var(--hb-accent);
    color: var(--hb-accent);
}

.helbest-read__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 280px);
    gap: 1.5rem;
    align-items: start;
    padding-bottom: 2.5rem;
}

.helbest-read__article {
    background: var(--hb-paper);
    border: 1px solid var(--hb-line);
    border-radius: 18px;
    padding: 1.75rem 1.85rem 2rem;
}

.helbest-read__head {
    margin-bottom: 0.25rem;
}

.helbest-read__title {
    margin: 0 0 0.45rem;
    font-size: clamp(1.55rem, 3vw, 2.1rem);
    line-height: 1.25;
    color: var(--hb-ink);
    letter-spacing: -0.02em;
}

.helbest-read__by {
    margin: 0 0 0.85rem;
    color: var(--hb-muted);
}

.helbest-read__by a {
    color: var(--hb-accent);
    text-decoration: none;
    font-weight: 600;
}

.helbest-read__by a:hover { text-decoration: underline; }

.helbest-read__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.5rem;
    color: var(--hb-muted);
    font-size: 0.88rem;
}

.helbest-read__meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

.helbest-read__meta b { color: var(--hb-ink); font-variant-numeric: tabular-nums; }

.helbest-reader-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    justify-content: flex-end;
    margin: 0 0 1rem;
}

.helbest-reader-toolbar__group {
    display: inline-flex;
    border: 1px solid var(--hb-line);
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.helbest-reader-btn {
    width: 2.35rem;
    height: 2.2rem;
    border: 0;
    border-right: 1px solid var(--hb-line);
    background: transparent;
    color: var(--hb-muted);
    display: grid;
    place-items: center;
    cursor: pointer;
    padding: 0;
}

.helbest-reader-btn:last-child { border-right: 0; }
.helbest-reader-btn:hover { color: var(--hb-accent); background: var(--hb-soft); }
.helbest-reader-btn.is-active {
    color: #fff;
    background: var(--hb-accent);
}
.helbest-reader-btn ion-icon { font-size: 1.05rem; }
.helbest-reader-btn__aa {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    font-family: Poppins, sans-serif;
}

.helbest-read__text {
    font-family: "Literata", Georgia, serif;
    font-size: var(--hb-font-size, 1.18rem);
    line-height: 1.9;
    color: #222;
    white-space: pre-wrap;
    margin-bottom: 1.75rem;
    transition: font-size 0.15s ease;
}

.helbest-read__text.is-align-left { text-align: left; }
.helbest-read__text.is-align-center { text-align: center; }
.helbest-read__text.is-align-right { text-align: right; }
.helbest-read__text.is-html { white-space: normal; }
.helbest-read__text.is-html p { margin: 0 0 0.55em; }
.helbest-read__text.is-html p:last-child { margin-bottom: 0; }

.helbest-dict-hint {
    margin: 0.85rem 0 0;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.78rem;
    color: #8a8580;
    font-weight: 500;
}
.helbest-dict-hint ion-icon { font-size: 0.95rem; opacity: 0.85; }
.helbest-dict-hint__touch { display: none; }
@media (hover: none), (pointer: coarse), (max-width: 768px) {
    .helbest-dict-hint__desk { display: none; }
    .helbest-dict-hint__touch { display: inline; }
}

.helbest-dict-tip {
    position: fixed;
    z-index: 1200;
    width: min(320px, calc(100vw - 24px));
    max-height: min(50vh, 320px);
    overflow: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    padding: 0.85rem 1rem 1rem;
    border-radius: 14px;
    background: #fffefb;
    color: #1a1a1a;
    border: 1px solid #e8e2da;
    box-shadow: 0 16px 40px rgba(40, 30, 20, 0.18);
    user-select: text;
    -webkit-user-select: text;
}
.helbest-dict-tip__handle {
    display: none;
}
.helbest-dict-tip.is-visible { animation: helbestDictIn 0.16s ease-out; }
@keyframes helbestDictIn {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes helbestDictSheetIn {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Mobil: alt sheet — alt navigasyonun üstünde, okumayı bozmadan */
.helbest-dict-tip.is-sheet {
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    bottom: calc(72px + env(safe-area-inset-bottom, 0px));
    width: 100%;
    max-width: none;
    max-height: min(42vh, 340px);
    border-radius: 16px 16px 0 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    padding-top: 0.55rem;
    box-shadow: 0 -10px 36px rgba(40, 30, 20, 0.2);
    animation: helbestDictSheetIn 0.2s ease-out;
}
.helbest-dict-tip.is-sheet .helbest-dict-tip__handle {
    display: block;
    width: 36px;
    height: 4px;
    border-radius: 999px;
    background: #d9d2ca;
    margin: 0 auto 0.55rem;
}
.helbest-dict-tip.is-sheet .helbest-dict-tip__close {
    top: 0.55rem;
    right: 0.55rem;
    min-width: 40px;
    min-height: 40px;
    font-size: 1.4rem;
}

.helbest-read__text[data-dict="1"] {
    -webkit-touch-callout: none;
    touch-action: manipulation;
    -webkit-user-select: text;
    user-select: text;
}
.helbest-read__text[data-dict="1"].is-dict-pressing {
    -webkit-user-select: none;
    user-select: none;
}
.helbest-dict-tip__close {
    position: absolute;
    top: 0.35rem;
    right: 0.45rem;
    border: 0;
    background: transparent;
    color: #8a8580;
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
    padding: 0.15rem 0.35rem;
}
.helbest-dict-tip__close:hover { color: #1a1a1a; }
.helbest-dict-tip__query {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #9a6b3f;
    margin: 0 1.5rem 0.55rem 0;
}
.helbest-dict-tip__item + .helbest-dict-tip__item {
    margin-top: 0.65rem;
    padding-top: 0.65rem;
    border-top: 1px dashed #ebe4dc;
}
.helbest-dict-tip__item strong {
    display: block;
    font-size: 1.05rem;
    color: #1f1a16;
    margin-bottom: 0.2rem;
}
.helbest-dict-tip__variant {
    font-size: 0.8rem;
    color: #6e6964;
    margin-bottom: 0.25rem;
}
.helbest-dict-tip__stem {
    font-size: 0.75rem;
    color: #9a6b3f;
    margin-bottom: 0.35rem;
    font-weight: 500;
}
.helbest-dict-tip__stem b { color: #1f1a16; }
.helbest-dict-tip__meaning {
    font-size: 0.9rem;
    line-height: 1.45;
    color: #2c2824;
}
.helbest-dict-tip__meaning span {
    font-size: 0.72rem;
    font-weight: 700;
    color: #8a8580;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.helbest-dict-tip__empty {
    margin: 0;
    font-size: 0.88rem;
    color: #6e6964;
}

.helbest-read__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
    border-top: 1px solid var(--hb-line);
}

.helbest-like {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    border: 1px solid var(--hb-line);
    background: #fff;
    border-radius: 999px;
    padding: 0.55rem 1rem;
    font-weight: 600;
    color: var(--hb-ink);
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.helbest-like ion-icon { font-size: 1.15rem; color: var(--hb-accent); }
.helbest-like.is-liked {
    background: rgba(242, 122, 26, 0.1);
    border-color: var(--hb-accent);
    color: var(--hb-accent);
}

.helbest-share {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
}

.helbest-share__label {
    font-size: 0.8rem;
    color: var(--hb-muted);
    margin-right: 0.25rem;
}

.helbest-share__btn {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 999px;
    border: 1px solid var(--hb-line);
    background: #fff;
    display: grid;
    place-items: center;
    color: var(--hb-ink);
    text-decoration: none;
    cursor: pointer;
}

.helbest-share__btn:hover {
    border-color: var(--hb-accent);
    color: var(--hb-accent);
}

.helbest-read__yt { margin-top: 1rem; }
.helbest-read__back { margin-top: 1.25rem; }

.helbest-read__aside h2 {
    margin: 0 0 0.75rem;
    font-size: 0.95rem;
    color: var(--hb-ink);
}

@media (max-width: 991px) {
    .helbest-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .helbest-read__layout { grid-template-columns: 1fr; }
}

@media (max-width: 575px) {
    .helbest-grid { grid-template-columns: 1fr; }
    .helbest-poet__head { grid-template-columns: 88px 1fr; gap: 0.9rem; }
    .helbest-poet__avatar { width: 88px; height: 88px; border-radius: 16px; font-size: 1.8rem; }
    .helbest-read__article { padding: 1.25rem 1.15rem 1.5rem; }
    .helbest-alpha__btn { min-width: 1.7rem; padding: 0.45rem 0.25rem; font-size: 0.72rem; }
}


