/* —— Login (Snout-style split + ürün logoları) —— */
html, body.login-page {
    height: 100%;
    height: 100dvh;
    max-height: 100dvh;
    overflow: hidden;
}

body.login-page {
    --login-accent: #f59a1a;
    --login-accent-deep: #e08910;
    --login-ink: #0d0c22;
    --login-muted: #94a3b8;
    --login-line: #e2e8f0;
    margin: 0;
    overflow: hidden;
    font-family: Manrope, system-ui, sans-serif;
    color: var(--login-ink);
    background: #fff;
    accent-color: var(--login-accent);
}

body.login-page .page-content,
body.login-page .content-wrapper,
body.login-page .content-inner,
body.login-page .content {
    height: 100%;
    max-height: 100dvh;
    min-height: 0;
    overflow: hidden;
}

body.login-page .content {
    padding: 0 !important;
}

.login-split {
    height: 100%;
    min-height: 0;
}

.login-cover {
    position: relative;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    background: #111827;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
}

.login-cover-media {
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: scale(1.04);
    animation: login-kenburns 24s ease-out forwards;
}

.login-cover-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(15, 23, 42, .45) 0%, rgba(15, 23, 42, .12) 40%, rgba(15, 23, 42, .4) 100%);
    pointer-events: none;
}

.login-form-col {
    position: relative;
    background: #fff;
    height: 100%;
    min-height: 0;
    max-height: 100dvh;
    padding: 1.25rem 1.25rem;
    z-index: 1;
    overflow: hidden;
}

@media (min-width: 992px) {
    .login-form-col {
        border-top-left-radius: 2.5rem;
        border-bottom-left-radius: 2.5rem;
        margin-left: -1.5rem;
        box-shadow: -24px 0 48px rgba(15, 23, 42, .12);
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}

.login-form {
    width: 100%;
    max-width: 24rem;
    max-height: 100%;
    animation: login-form-in .45s ease both;
}

.login-panel {
    width: 100%;
}

.login-panel-brand {
    display: flex;
    justify-content: center;
    margin-bottom: 1.15rem;
}

.login-form-logo {
    display: block;
    max-width: 168px;
    width: 100%;
    height: auto;
}

.login-field {
    margin-bottom: 1.05rem;
}

.login-label {
    display: block;
    margin-bottom: .4rem;
    font-size: .8rem;
    font-weight: 600;
    color: #334155;
}

.login-input-wrap {
    position: relative;
}

.login-input {
    border: 1px solid var(--login-line);
    border-radius: 0 !important;
    background: #fff;
    min-height: 3.05rem;
    padding: .7rem 2.5rem .7rem .95rem;
    font-size: .95rem;
    box-shadow: none;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.login-input:focus {
    border-color: var(--login-accent);
    box-shadow: 0 0 0 .2rem rgba(245, 154, 26, .22);
}

.login-input-icon {
    position: absolute;
    right: .8rem;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    font-size: 1.1rem;
    background: none;
    border: 0;
    padding: 0;
    line-height: 1;
}

button.login-input-icon {
    cursor: pointer;
}

button.login-input-icon:hover {
    color: #64748b;
}

.login-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin: .25rem 0 1.25rem;
}

.login-meta .form-check-label {
    font-size: .825rem;
    color: #64748b;
}

.login-forgot {
    font-size: .825rem;
    font-weight: 600;
    color: #e11d48;
    text-decoration: none;
    white-space: nowrap;
}

.login-forgot:hover {
    color: #be123c;
    text-decoration: underline;
}

.login-submit {
    --btn-bg: var(--login-accent) !important;
    --btn-border-color: var(--login-accent) !important;
    --btn-hover-bg: var(--login-ink) !important;
    --btn-hover-border-color: var(--login-ink) !important;
    --btn-color: #fff !important;
    --btn-hover-color: #fff !important;
    --btn-active-bg: var(--login-ink) !important;
    --btn-active-border-color: var(--login-ink) !important;
    background: var(--login-accent) !important;
    border-color: var(--login-accent) !important;
    color: #fff !important;
    font-weight: 700;
    font-size: 1rem;
    min-height: 3.15rem;
    border-radius: 0 !important;
    transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.login-submit:hover,
.login-submit:focus,
.login-submit:active {
    background: var(--login-ink) !important;
    border-color: var(--login-ink) !important;
    color: #fff !important;
    box-shadow: 0 10px 24px rgba(13, 12, 34, .28);
    transform: translateY(-1px);
}

.login-products {
    margin-top: 1.35rem;
}

.login-products-label {
    margin: 0 0 .55rem;
    text-align: center;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #94a3b8;
}

.login-marquee {
    position: relative;
    overflow: hidden;
    width: 100%;
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.login-marquee-track {
    display: flex;
    align-items: center;
    gap: .55rem;
    width: max-content;
    animation: login-marquee 28s linear infinite;
}

.login-marquee:hover .login-marquee-track {
    animation-play-state: paused;
}

.login-product {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8.75rem;
    height: 2.85rem;
    padding: .4rem .55rem;
    overflow: hidden;
    background: transparent;
    border: 1px solid var(--login-line);
    border-radius: .55rem;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.login-product:hover {
    transform: scale(1.08);
    border-color: #cbd5e1;
    box-shadow: 0 4px 12px rgba(15, 23, 42, .08);
    z-index: 1;
}

.login-product img {
    width: auto;
    height: auto;
    max-width: 6.25rem;
    max-height: 1.45rem;
    object-fit: contain;
    display: block;
    filter: grayscale(1);
    opacity: .72;
    transition: filter .2s ease, opacity .2s ease;
}

.login-product:hover img {
    filter: grayscale(0);
    opacity: 1;
}

.login-product--wide img {
    max-width: 5.5rem;
    max-height: 1.2rem;
}

.login-contact {
    margin-top: 1rem;
    padding-top: .85rem;
    border-top: 1px solid var(--login-line);
    text-align: center;
}

.login-contact-brand {
    margin: 0 0 .35rem;
    font-size: .78rem;
    font-weight: 500;
    line-height: 1.35;
    color: #94a3b8;
}

.login-contact-brand strong {
    font-weight: 700;
    color: #64748b;
}

.login-contact-links {
    margin: 0 0 .65rem;
    font-size: .75rem;
    font-weight: 600;
    color: #cbd5e1;
}

.login-contact-links a {
    color: #94a3b8;
    text-decoration: none;
}

.login-contact-links a:hover {
    color: var(--login-accent);
    text-decoration: underline;
}

.login-contact-links span {
    margin: 0 .35rem;
    color: #e2e8f0;
}

.login-contact-address {
    margin: 0;
    font-size: .68rem;
    font-weight: 500;
    line-height: 1.4;
    color: #cbd5e1;
}

.login-contact-phones {
    margin: .35rem 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: .2rem .45rem;
}

.login-contact-phone {
    display: inline-block;
    margin-top: 0;
    font-size: .78rem;
    font-weight: 600;
    color: #94a3b8;
    text-decoration: none;
    letter-spacing: .02em;
}

.login-contact-phones span {
    color: #e2e8f0;
}

.login-contact-phone:hover {
    color: var(--login-accent);
}

.navbar-panel-logo {
    height: 40px;
    width: auto;
    border-radius: .25rem;
}

@keyframes login-kenburns {
    from { transform: scale(1.04); }
    to { transform: scale(1); }
}

@keyframes login-form-in {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes login-marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
    .login-cover-media,
    .login-form,
    .login-marquee-track {
        animation: none;
    }
    .login-cover-media { transform: none; }
    .login-submit:hover { transform: none; }
}

.auth-wrapper { min-height: 100vh; }
.auth-bg { background-size: cover; background-position: center; position: relative; }
.auth-bg-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.15) 0%, rgba(15, 23, 42, 0.75) 100%);
}

/* —— Rezervasyon form —— */
.rez-customer-summary {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: .5rem;
    background: rgba(13, 110, 253, .04);
    border: 1px solid rgba(13, 110, 253, .12);
}
.rez-customer-summary.is-empty { display: none; }
.rez-customer-summary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem 1rem;
    font-size: .875rem;
}
@media (min-width: 768px) {
    .rez-customer-summary-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.rez-customer-summary-wide {
    grid-column: 1 / -1;
}

.rez-line-list { display: flex; flex-direction: column; gap: .75rem; }
.rez-line-row {
    padding: .85rem;
    border: 1px solid #e9ecef;
    border-radius: .5rem;
    background: #fafbfc;
    transition: border-color .15s ease, box-shadow .15s ease;
}
.rez-line-row.menu-row.has-menu {
    border-color: rgba(20, 184, 166, .35);
    background: #fff;
    box-shadow: 0 0 0 1px rgba(20, 184, 166, .08);
}
.rez-line-row .btn-icon {
    width: 2.25rem;
    height: 2.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.menu-content-panel {
    padding: .85rem;
    border-radius: .45rem;
    background: rgba(20, 184, 166, .06);
    border: 1px dashed rgba(20, 184, 166, .35);
}
.menu-content-panel .menu-content {
    background: #fff;
    font-size: .9rem;
    line-height: 1.5;
}
.menu-content-hint {
    padding: .35rem .15rem 0;
}
.service-row .service-amount {
    font-size: .8125rem;
    padding-left: .5rem;
    padding-right: .5rem;
}

/* Scroll .content-inner üzerinde; sticky sütun sol kolon yüksekliğinde kalır */
@media (min-width: 1200px) {
    .rez-sticky-col {
        position: sticky;
        top: 1.25rem;
        align-self: flex-start;
        z-index: 3;
    }
}
.rez-sticky-summary {
    border: 1px solid #e9ecef !important;
}
.rez-fee-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.rez-fee-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5rem 0;
    border-bottom: 1px solid #f1f3f5;
    font-size: .9rem;
}
.rez-fee-list li:last-child { border-bottom: 0; }
.rez-fee-list .is-total {
    font-weight: 700;
    font-size: 1.05rem;
    padding-top: .75rem;
    margin-top: .25rem;
    border-top: 1px solid #dee2e6;
}
.rez-balance-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .75rem 1rem;
    border-radius: .5rem;
    background: rgba(255, 193, 7, .12);
    border: 1px solid rgba(255, 193, 7, .35);
}

/* —— Hall chips —— */
.hall-chip-picker { display: flex; flex-wrap: wrap; gap: .5rem; }
.hall-chip {
    display: inline-flex; align-items: center; gap: .45rem;
    margin: 0; padding: .55rem .9rem; border-radius: .65rem;
    border: 1.5px solid #dee2e6; background: #fff;
    font-size: .875rem; font-weight: 600; color: #333;
    cursor: pointer; user-select: none; transition: .15s ease;
}
.hall-chip:hover { border-color: var(--chip-color, #0d6efd); }
.hall-chip.is-selected {
    background: color-mix(in srgb, var(--chip-color, #0d6efd) 12%, #fff);
    border-color: var(--chip-color, #0d6efd);
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--chip-color, #0d6efd) 30%, transparent);
}
.hall-chip-icon {
    width: 1.75rem; height: 1.75rem; border-radius: .45rem;
    display: inline-flex; align-items: center; justify-content: center;
    background: color-mix(in srgb, var(--chip-color, #0d6efd) 14%, #fff);
    color: var(--chip-color, #0d6efd); flex-shrink: 0;
}
.hall-chip-input { position: absolute; opacity: 0; pointer-events: none; }

/* —— Hall check rows (user form) —— */
.hall-check {
    display: flex;
    align-items: center;
    gap: .65rem;
    margin: 0;
    padding: .7rem .9rem;
    border: 1px solid #e5e7eb;
    border-radius: .5rem;
    background: #fff;
    cursor: pointer;
    transition: border-color .15s ease, background .15s ease;
}
.hall-check:hover { border-color: #0c83ff; }
.hall-check.is-selected {
    border-color: #0c83ff;
    background: rgba(12, 131, 255, .06);
}
.hall-check .form-check-input {
    margin: 0;
    float: none;
    flex-shrink: 0;
}
.hall-check .form-check-label {
    margin: 0;
    font-weight: 500;
    color: #374151;
    cursor: pointer;
}

/* —— Hall featured image picker —— */
.hall-image-pick {
    position: relative;
    display: block;
    margin: 0;
    border: 2px solid #e5e7eb;
    border-radius: .5rem;
    overflow: hidden;
    background: #fff;
    transition: border-color .15s ease, box-shadow .15s ease;
}
.hall-image-pick:hover { border-color: #0c83ff; }
.hall-image-pick.is-featured {
    border-color: #0c83ff;
    box-shadow: 0 0 0 2px rgba(12, 131, 255, .2);
}
.hall-image-pick-label {
    display: block;
    cursor: pointer;
}
.hall-image-pick-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.hall-image-pick-img {
    display: block;
    width: 100%;
    height: 96px;
    object-fit: cover;
}
.hall-image-pick-badge {
    position: absolute;
    left: .4rem;
    bottom: .4rem;
    display: none;
    align-items: center;
    padding: .15rem .45rem;
    border-radius: .35rem;
    background: rgba(12, 131, 255, .92);
    color: #fff;
    font-size: .7rem;
    font-weight: 600;
    z-index: 1;
}
.hall-image-pick.is-featured .hall-image-pick-badge {
    display: inline-flex;
}
.hall-image-pick-delete {
    position: absolute;
    top: .35rem;
    right: .35rem;
    z-index: 2;
    opacity: .92;
}

/* —— Service form org-type cards —— */
.org-type-card {
    height: 100%;
    border: 1px solid #e5e7eb;
    border-radius: .75rem;
    background: #fff;
    overflow: hidden;
    transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.org-type-card:hover {
    border-color: #86b7fe;
}
.org-type-card.is-selected {
    border-color: #198754;
    background: rgba(25, 135, 84, .04);
    box-shadow: 0 0 0 1px rgba(25, 135, 84, .2);
}
.org-type-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding: .85rem 1rem;
    border-bottom: 1px solid #f3f4f6;
}
.org-type-card.is-selected .org-type-card-top {
    border-bottom-color: rgba(25, 135, 84, .15);
}
.org-type-card-toggle {
    display: flex;
    align-items: center;
    gap: .7rem;
    cursor: pointer;
    min-width: 0;
    flex: 1;
}
.org-type-card-toggle .org-type-check {
    margin: 0;
    float: none;
    flex-shrink: 0;
}
.org-type-card-icon {
    width: 2rem;
    height: 2rem;
    border-radius: .5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f3f4f6;
    color: #6b7280;
    flex-shrink: 0;
}
.org-type-card.is-selected .org-type-card-icon {
    background: rgba(25, 135, 84, .15);
    color: #198754;
}
.org-type-card-title {
    min-width: 0;
}
.org-type-card-state {
    color: #9ca3af;
}
.org-type-card.is-selected .org-type-card-state {
    color: #198754;
    font-weight: 600;
}
.org-type-card-check {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e5e7eb;
    color: transparent;
    flex-shrink: 0;
    font-size: .85rem;
}
.org-type-card.is-selected .org-type-card-check {
    background: #198754;
    color: #fff;
}
.org-type-card-body {
    padding: .85rem 1rem 1rem;
    opacity: .55;
    pointer-events: none;
    transition: opacity .15s ease;
}
.org-type-card.is-selected .org-type-card-body {
    opacity: 1;
    pointer-events: auto;
}

/* —— Customer stats —— */
.customer-stat-card {
    border: 1px solid #e5e7eb;
    border-radius: .75rem;
    background: #fff;
    padding: .9rem 1rem;
    height: 100%;
}
.customer-stat-card.is-success { border-color: rgba(25, 135, 84, .35); background: rgba(25, 135, 84, .05); }
.customer-stat-card.is-warning { border-color: rgba(245, 158, 11, .4); background: rgba(245, 158, 11, .06); }
.customer-stat-card.is-danger { border-color: rgba(220, 53, 69, .3); background: rgba(220, 53, 69, .05); }
.customer-stat-label {
    font-size: .75rem;
    color: #6b7280;
    margin-bottom: .2rem;
}
.customer-stat-value {
    font-size: 1.15rem;
    font-weight: 700;
    color: #111827;
    line-height: 1.2;
}

/* —— SaaS tables —— */
.saas-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: .85rem;
    box-shadow: 0 1px 2px rgba(16, 24, 40, .04);
    overflow: hidden;
}
.saas-card .saas-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
    align-items: center;
    padding: 1rem 1.15rem;
    border-bottom: 1px solid #f3f4f6;
}
.saas-search {
    position: relative;
    flex: 1 1 220px;
    min-width: 180px;
}
.saas-search .form-control {
    padding-left: 2.35rem;
    border-radius: .65rem;
    border-color: #e5e7eb;
    background: #fff;
}
.saas-search-icon {
    position: absolute;
    left: .85rem;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
    pointer-events: none;
}
.saas-card .btn-soft {
    border-radius: .65rem;
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #374151;
    font-weight: 500;
}
.saas-card .btn-soft:hover { background: #f9fafb; }

.table-saas {
    margin: 0;
    --bs-table-bg: transparent;
}
.table-saas thead th {
    background: #f9fafb !important;
    border: 0 !important;
    border-bottom: 1px solid #e5e7eb !important;
    color: #9ca3af;
    font-size: .7rem;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: .75rem 1.15rem;
    white-space: nowrap;
}
.table-saas tbody td {
    border: 0 !important;
    border-bottom: 1px solid #f3f4f6 !important;
    padding: .95rem 1.15rem;
    vertical-align: middle;
    color: #374151;
    background: #fff;
}
.table-saas tbody tr:last-child td { border-bottom: 0 !important; }
.table-saas tbody tr:hover td { background: #fafafa; }
.table-saas .user-cell {
    display: flex;
    align-items: center;
    gap: .75rem;
    min-width: 0;
}
.table-saas .user-avatar {
    position: relative;
    width: 2.25rem;
    height: 2.25rem;
    flex-shrink: 0;
}
.table-saas .user-avatar img,
.table-saas .user-avatar .avatar-fallback {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 999px;
    object-fit: cover;
}
.table-saas .avatar-fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eef2f7;
    color: #6b7280;
    font-size: .75rem;
    font-weight: 700;
}
.table-saas .status-dot {
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: .55rem;
    height: .55rem;
    border-radius: 999px;
    border: 2px solid #fff;
    background: #9ca3af;
}
.table-saas .status-dot.is-active { background: #22c55e; }
.table-saas .user-name {
    font-weight: 600;
    color: #111827;
    line-height: 1.2;
}
.table-saas .user-meta {
    font-size: .775rem;
    color: #9ca3af;
}
.status-pill {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-size: .8125rem;
    font-weight: 500;
    color: #374151;
}
.status-pill .dot {
    width: .45rem;
    height: .45rem;
    border-radius: 999px;
    flex-shrink: 0;
}
.table-saas .action-links {
    display: inline-flex;
    gap: .35rem;
    opacity: .55;
}
.table-saas tr:hover .action-links { opacity: 1; }
.table-saas .action-links a,
.table-saas .action-links button {
    border: 0;
    background: transparent;
    color: #9ca3af;
    padding: .25rem;
    line-height: 1;
    border-radius: .35rem;
}
.table-saas .action-links a:hover,
.table-saas .action-links button:hover {
    color: #111827;
    background: #f3f4f6;
}
.table-saas .action-links .text-danger:hover { color: #dc2626 !important; }

.page-header .page-title { font-weight: 700; color: #111827; }
.page-header .text-muted { color: #6b7280 !important; }

.calendar-table td { min-width: 120px; height: 110px; vertical-align: top; }

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    min-height: 38px;
    border-radius: .5rem !important;
    border-color: #e5e7eb !important;
}

.filter-card {
    border: 1px solid #e5e7eb;
    border-radius: .85rem;
    box-shadow: none;
}
.filter-card .form-label {
    font-size: .7rem;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #9ca3af;
    margin-bottom: .25rem;
    font-weight: 600;
}

.money-strong { font-weight: 600; color: #111827; }

/* Taksit planı: kompakt hücreler */
.inst-plan-table > :not(caption) > * > * {
    padding: .2rem .35rem;
    vertical-align: middle;
}
.inst-plan-table .badge {
    font-size: .65rem;
    padding: .2em .45em;
}

/* Limitless panel aksiyon butonları */
.table .btn-icon {
    width: 2rem;
    height: 2rem;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.navbar-panel .fw-semibold.text-body {
    font-size: .95rem;
}

/* —— Platform duyuru / kayan yazı —— */
.platform-announce-bar {
    --pa-bg-1: #0f172a;
    --pa-bg-2: #1e293b;
    --pa-accent: #f59e0b;
    --pa-text: #f8fafc;
    position: relative;
    z-index: 1040;
    flex: 0 0 auto !important;
    flex-shrink: 0 !important;
    align-self: stretch;
    width: 100%;
    height: auto !important;
    min-height: 52px !important;
    max-height: none !important;
    background: linear-gradient(90deg, var(--pa-bg-1) 0%, var(--pa-bg-2) 50%, var(--pa-bg-1) 100%);
    border-bottom: 1px solid rgba(245, 158, 11, .35);
    box-shadow: 0 2px 12px rgba(15, 23, 42, .25);
    color: var(--pa-text);
    overflow: visible !important;
    box-sizing: border-box;
}
.platform-announce-bar::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(245, 158, 11, .08), transparent);
    pointer-events: none;
}
.platform-announce-bar-inner {
    display: flex;
    align-items: center;
    gap: .75rem;
    min-height: 52px;
    padding: 14px 16px;
    box-sizing: border-box;
}
.platform-announce-icon {
    flex-shrink: 0;
    width: 1.85rem;
    height: 1.85rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(245, 158, 11, .18);
    color: var(--pa-accent);
    font-size: 1rem;
    line-height: 1;
}
.platform-announce-track {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
}
.platform-announce-marquee {
    display: inline-flex;
    align-items: center;
    gap: 2.5rem;
    white-space: nowrap;
    width: max-content;
    animation: platformAnnounceScroll 28s linear infinite;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: .01em;
}
.platform-announce-bar:hover .platform-announce-marquee {
    animation-play-state: paused;
}
.platform-announce-item {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    line-height: 24px;
    font-size: 15px;
}
.platform-announce-item a {
    color: #fcd34d;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.platform-announce-item a:hover {
    color: #fff;
}
.platform-announce-item strong,
.platform-announce-item b {
    font-weight: 700;
    color: #fff;
}
.platform-announce-sep {
    color: var(--pa-accent);
    opacity: .75;
    font-size: .75rem;
}
.platform-announce-close {
    flex-shrink: 0;
    width: 1.85rem;
    height: 1.85rem;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    color: #e2e8f0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    line-height: 1;
    transition: background .15s ease, color .15s ease;
}
.platform-announce-close:hover {
    background: rgba(255, 255, 255, .18);
    color: #fff;
}
@keyframes platformAnnounceScroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
    .platform-announce-marquee {
        animation: none;
        flex-wrap: wrap;
        white-space: normal;
        width: 100%;
        gap: .75rem;
    }
    .platform-announce-item[aria-hidden="true"],
    .platform-announce-sep[aria-hidden="true"] {
        display: none;
    }
}

/* —— SalonNet flash / bildirim şeridi —— */
.sn-flash-stack {
    display: flex;
    flex-direction: column;
    gap: .65rem;
    margin-bottom: 1rem;
}
.sn-flash {
    --sn-flash-accent: #0c83ff;
    --sn-flash-bg: #f8fafc;
    --sn-flash-border: #e2e8f0;
    --sn-flash-title: #0f172a;
    --sn-flash-text: #334155;
    --sn-flash-icon-bg: rgba(12, 131, 255, .12);
    display: flex;
    align-items: flex-start;
    gap: .85rem;
    padding: .85rem 1rem;
    border-radius: .5rem;
    border: 1px solid var(--sn-flash-border);
    border-left: 4px solid var(--sn-flash-accent);
    background: linear-gradient(135deg, var(--sn-flash-bg) 0%, #fff 70%);
    box-shadow: 0 1px 2px rgba(15, 23, 42, .04);
    animation: snFlashIn .28s ease-out;
}
.sn-flash-success {
    --sn-flash-accent: #15803d;
    --sn-flash-bg: #f0fdf4;
    --sn-flash-border: #bbf7d0;
    --sn-flash-icon-bg: rgba(21, 128, 61, .12);
}
.sn-flash-danger {
    --sn-flash-accent: #b91c1c;
    --sn-flash-bg: #fef2f2;
    --sn-flash-border: #fecaca;
    --sn-flash-icon-bg: rgba(185, 28, 28, .12);
}
.sn-flash-warning {
    --sn-flash-accent: #c2410c;
    --sn-flash-bg: #fff7ed;
    --sn-flash-border: #fed7aa;
    --sn-flash-icon-bg: rgba(194, 65, 12, .12);
}
.sn-flash-icon {
    flex-shrink: 0;
    width: 2.15rem;
    height: 2.15rem;
    border-radius: .45rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--sn-flash-icon-bg);
    color: var(--sn-flash-accent);
    font-size: 1.15rem;
    line-height: 1;
}
.sn-flash-body {
    flex: 1;
    min-width: 0;
    padding-top: .1rem;
}
.sn-flash-title {
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: var(--sn-flash-accent);
    margin-bottom: .2rem;
}
.sn-flash-text {
    font-size: .925rem;
    line-height: 1.45;
    color: var(--sn-flash-text);
}
.sn-flash-list {
    margin: .35rem 0 0;
    padding-left: 1.1rem;
    font-size: .9rem;
    color: var(--sn-flash-text);
}
.sn-flash-list li + li {
    margin-top: .2rem;
}
.sn-flash-close {
    flex-shrink: 0;
    width: 1.75rem;
    height: 1.75rem;
    border: 0;
    border-radius: .4rem;
    background: transparent;
    color: #64748b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .15s ease, color .15s ease;
}
.sn-flash-close:hover {
    background: rgba(15, 23, 42, .06);
    color: #0f172a;
}
@keyframes snFlashIn {
    from { opacity: 0; transform: translateY(-6px); }
    to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
    .sn-flash { animation: none; }
}



