/* FthS çerez rıza bandı — site.css tokenleriyle uyumlu */
.fths-cerez {
    position: fixed;
    z-index: 5200;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1rem 1.1rem calc(1rem + env(safe-area-inset-bottom, 0px));
    pointer-events: none;
}
.fths-cerez[hidden] {
    display: none !important;
}
.fths-cerez-panel {
    pointer-events: auto;
    max-width: 720px;
    margin: 0 auto;
    padding: 1.15rem 1.25rem 1.2rem;
    border-radius: 14px;
    background: #fff;
    color: var(--site-ink, #0f2744);
    border: 1px solid rgba(15, 39, 68, 0.12);
    box-shadow: 0 18px 48px rgba(7, 21, 54, 0.22);
    font-family: "Outfit", system-ui, sans-serif;
}
.fths-cerez-kucuk {
    margin: 0 0 0.35rem;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--site-accent, #3d8fd9);
}
.fths-cerez-panel h2 {
    margin: 0 0 0.55rem;
    font-family: "Sora", "Outfit", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.25;
    color: var(--site-ink, #0f2744);
}
.fths-cerez-metin {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.55;
    color: rgba(15, 39, 68, 0.78);
}
.fths-cerez-metin a {
    color: var(--site-accent, #3d8fd9);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid rgba(61, 143, 217, 0.4);
}
.fths-cerez-metin a:hover {
    border-bottom-color: var(--site-accent, #3d8fd9);
}
.fths-cerez-aksiyon {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 1rem;
    align-items: center;
}
.fths-cerez-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.45rem;
    padding: 0.55rem 1.05rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.92rem;
    font-family: inherit;
    cursor: pointer;
    border: 1.5px solid transparent;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}
.fths-cerez-btn:hover {
    transform: translateY(-1px);
}
.fths-cerez-btn-ana {
    background: var(--site-accent, #3d8fd9);
    color: #fff;
    box-shadow: 0 8px 20px rgba(61, 143, 217, 0.28);
}
.fths-cerez-btn-ana:hover {
    background: #4a9ce6;
    color: #fff;
}
.fths-cerez-btn-cizgi {
    background: #fff;
    color: var(--site-ink, #0f2744);
    border-color: rgba(15, 39, 68, 0.22);
}
.fths-cerez-btn-cizgi:hover {
    border-color: var(--site-accent, #3d8fd9);
    color: var(--site-accent, #3d8fd9);
}
.fths-cerez-btn-link {
    background: transparent;
    color: var(--site-accent, #3d8fd9);
    border: 0;
    padding-left: 0.35rem;
    padding-right: 0.35rem;
    box-shadow: none;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.fths-cerez-btn-link:hover {
    color: #2b6fb0;
}
.fths-cerez-ayar[hidden],
.fths-cerez-ozet[hidden] {
    display: none !important;
}
.fths-cerez-liste {
    list-style: none;
    margin: 0.85rem 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}
.fths-cerez-liste li {
    margin: 0;
    padding: 0.75rem 0.85rem;
    border-radius: 10px;
    background: var(--site-cream, #f7f9fc);
    border: 1px solid rgba(15, 39, 68, 0.08);
}
.fths-cerez-satir {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.fths-cerez-satir strong {
    display: block;
    font-size: 0.95rem;
    color: var(--site-ink, #0f2744);
}
.fths-cerez-satir span {
    display: block;
    margin-top: 0.2rem;
    font-size: 0.82rem;
    line-height: 1.45;
    color: rgba(15, 39, 68, 0.68);
}
.fths-cerez-anahtar {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    cursor: pointer;
    user-select: none;
}
.fths-cerez-anahtar input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.fths-cerez-anahtar-gor {
    width: 44px;
    height: 26px;
    border-radius: 999px;
    background: #c5ced9;
    position: relative;
    transition: background 0.15s ease;
}
.fths-cerez-anahtar-gor::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
    transition: transform 0.15s ease;
}
.fths-cerez-anahtar input:checked + .fths-cerez-anahtar-gor {
    background: var(--site-accent, #3d8fd9);
}
.fths-cerez-anahtar input:checked + .fths-cerez-anahtar-gor::after {
    transform: translateX(18px);
}
.fths-cerez-anahtar-kilit {
    cursor: default;
    font-size: 0.78rem;
    font-weight: 600;
    color: rgba(15, 39, 68, 0.55);
    min-width: 3.2rem;
    justify-content: flex-end;
}
.fths-cerez-anahtar-kilit input {
    position: static;
    opacity: 1;
    width: auto;
    height: auto;
    margin: 0 0.25rem 0 0;
    accent-color: var(--site-accent, #3d8fd9);
}
.site-foot-cerez {
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    color: inherit;
    font: inherit;
    cursor: pointer;
    text-decoration: none;
}
.site-foot-cerez:hover {
    text-decoration: underline;
}
@media (max-width: 560px) {
    .fths-cerez-aksiyon {
        flex-direction: column;
        align-items: stretch;
    }
    .fths-cerez-btn-link {
        text-align: center;
    }
    .fths-cerez-satir {
        flex-direction: column;
        align-items: flex-start;
    }
}
