/* ===== Standorte (Bordelle, Clubs, Swinger) — Modern Dark UI ===== */

/* Sichtbarkeit wird per Inline-Style aus js/standorte.js gesteuert;
   diese Regel ist nur die Grundeinstellung vor dem ersten Öffnen. */
#standorte {
    display: none;
}

.standorte-section {
    --st-accent: #ff9800;
    --st-accent-2: #ff5722;
    --st-pink: #e91e63;
    --st-bg-card: rgba(255, 255, 255, 0.035);
    --st-border: rgba(255, 255, 255, 0.09);
    --st-border-hover: rgba(255, 167, 38, 0.45);
    --st-text-dim: #9aa0ab;
    --st-radius: 20px;
    min-height: 70vh;
    padding: 12px 0 88px;
    overflow-x: hidden;
}

.standorte-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 12px;
    width: 100%;
    box-sizing: border-box;
}

/* ===== Hero ===== */
.standorte-hero {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid var(--st-border);
    background:
        radial-gradient(900px 300px at 85% -40%, rgba(255, 152, 0, 0.16), transparent 60%),
        radial-gradient(600px 260px at 0% 120%, rgba(233, 30, 99, 0.10), transparent 60%),
        linear-gradient(160deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015));
    padding: 22px 26px 28px;
    margin-bottom: 20px;
}

.standorte-hero-glow {
    position: absolute;
    top: -80px;
    right: -60px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 152, 0, 0.18), transparent 70%);
    pointer-events: none;
}

.standorte-hero-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.standorte-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid var(--st-border);
    color: #d7dbe2;
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 0.88rem;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
}

.standorte-back-btn:hover {
    background: rgba(255, 255, 255, 0.11);
    border-color: rgba(255, 255, 255, 0.22);
}

.standorte-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 152, 0, 0.12);
    border: 1px solid rgba(255, 152, 0, 0.3);
    color: #ffb74d;
    border-radius: 999px;
    padding: 6px 14px;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.standorte-hero-main {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    position: relative;
}

.standorte-hero-title {
    margin: 0 0 10px;
    font-size: clamp(1.7rem, 4vw, 2.5rem);
    font-weight: 800;
    line-height: 1.1;
    color: #fff;
    letter-spacing: -0.02em;
}

.standorte-hero-title span {
    background: linear-gradient(90deg, var(--st-accent), var(--st-accent-2));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.standorte-hero-subtitle {
    margin: 0;
    max-width: 620px;
    color: var(--st-text-dim);
    font-size: 0.95rem;
    line-height: 1.55;
}

.standorte-cta-btn {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, var(--st-accent), var(--st-accent-2));
    border: none;
    border-radius: 16px;
    padding: 12px 20px;
    cursor: pointer;
    color: #fff;
    text-align: left;
    box-shadow: 0 8px 24px rgba(255, 120, 30, 0.35);
    transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
}

.standorte-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(255, 120, 30, 0.45);
    filter: brightness(1.05);
}

.standorte-cta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.2);
    font-size: 0.95rem;
}

.standorte-cta-text {
    display: flex;
    flex-direction: column;
    font-weight: 700;
    font-size: 0.98rem;
    line-height: 1.25;
}

.standorte-cta-text small {
    font-weight: 500;
    font-size: 0.74rem;
    opacity: 0.85;
}

/* ===== Highlight-Ticker ===== */
.standorte-ticker-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    background: linear-gradient(90deg, rgba(255, 87, 34, 0.12), rgba(255, 152, 0, 0.07) 45%, rgba(255, 87, 34, 0.10));
    border: 1px solid rgba(255, 152, 0, 0.28);
    border-radius: 16px;
    padding: 10px 16px;
    margin-bottom: 18px;
    overflow: hidden;
}

.standorte-ticker-label {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 800;
    color: #ffa726;
    font-size: 0.82rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
}

.standorte-ticker-pulse {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff7043;
    box-shadow: 0 0 0 0 rgba(255, 112, 67, 0.6);
    animation: standorte-pulse 1.8s ease-out infinite;
}

@keyframes standorte-pulse {
    0% { box-shadow: 0 0 0 0 rgba(255, 112, 67, 0.55); }
    70% { box-shadow: 0 0 0 9px rgba(255, 112, 67, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 112, 67, 0); }
}

.standorte-ticker {
    flex: 1;
    overflow: hidden;
    position: relative;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.standorte-ticker-track {
    display: inline-flex;
    gap: 12px;
    white-space: nowrap;
    animation: standorte-ticker-scroll 40s linear infinite;
    will-change: transform;
}

.standorte-ticker:hover .standorte-ticker-track {
    animation-play-state: paused;
}

@keyframes standorte-ticker-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.standorte-ticker-item {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: rgba(10, 10, 14, 0.55);
    border: 1px solid rgba(255, 165, 0, 0.28);
    border-radius: 999px;
    padding: 5px 14px 5px 5px;
    cursor: pointer;
    color: #fff;
    font-size: 0.85rem;
    backdrop-filter: blur(6px);
    transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.standorte-ticker-item:hover {
    border-color: #ffa726;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(255, 152, 0, 0.25);
}

.standorte-ticker-item img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.standorte-ticker-noimg {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255, 165, 0, 0.16);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
}

.standorte-ticker-name {
    font-weight: 700;
}

.standorte-ticker-place {
    color: #a9afba;
}

.standorte-ticker-badge {
    background: rgba(255, 152, 0, 0.18);
    color: #ffb74d;
    border-radius: 999px;
    padding: 2px 9px;
    font-size: 0.72rem;
    font-weight: 600;
}

/* ===== Toolbar (Suche + Filter) ===== */
.standorte-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
    background: var(--st-bg-card);
    border: 1px solid var(--st-border);
    border-radius: 16px;
    padding: 12px 14px;
    margin-bottom: 24px;
}

.standorte-search {
    display: flex;
    align-items: center;
    gap: 4px;
    background: rgba(0, 0, 0, 0.28);
    border: 1px solid var(--st-border);
    border-radius: 16px;
    padding: 6px;
    min-width: 0;
    width: 100%;
    flex: 1 1 260px;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
}

.standorte-search:focus-within {
    border-color: var(--st-border-hover);
    box-shadow: 0 0 0 3px rgba(255, 152, 0, 0.12);
}

.standorte-search-icon {
    color: var(--st-text-dim);
    font-size: 0.85rem;
    flex-shrink: 0;
    margin-left: 8px;
}

.standorte-search input {
    flex: 1;
    background: none;
    border: none;
    color: #fff;
    padding: 8px 8px;
    font-size: 0.95rem;
    min-width: 0;
}

.standorte-search input:focus {
    outline: none;
}

.standorte-search input::placeholder {
    color: #6c7280;
}

.standorte-search-clear {
    background: none;
    border: none;
    color: var(--st-text-dim);
    font-size: 1.15rem;
    cursor: pointer;
    padding: 0 6px;
    line-height: 1;
}

.standorte-search-clear:hover {
    color: #fff;
}

.standorte-search-btn {
    background: linear-gradient(135deg, var(--st-accent), var(--st-accent-2));
    border: none;
    border-radius: 12px;
    color: #fff;
    font-weight: 700;
    font-size: 0.85rem;
    padding: 10px 16px;
    cursor: pointer;
    transition: filter 0.2s, transform 0.2s;
    flex-shrink: 0;
    white-space: nowrap;
}

.standorte-search-btn:hover {
    filter: brightness(1.08);
    transform: translateY(-1px);
}

.standorte-type-filters {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
}

.standorte-chip {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--st-border);
    border-radius: 12px;
    color: #c8cdd6;
    padding: 10px 8px;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.standorte-chip:hover {
    border-color: rgba(255, 255, 255, 0.25);
    color: #fff;
}

.standorte-chip.active {
    background: linear-gradient(135deg, rgba(255, 152, 0, 0.22), rgba(255, 87, 34, 0.18));
    border-color: rgba(255, 152, 0, 0.55);
    color: #ffc27a;
}

/* ===== Grid & Karten ===== */
.standorte-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    gap: 20px;
}

.standorte-card {
    background: var(--st-bg-card);
    border: 1px solid var(--st-border);
    border-radius: var(--st-radius);
    overflow: hidden;
    transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
}

.standorte-card:hover {
    border-color: var(--st-border-hover);
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
}

.standorte-card.highlighted {
    border-color: rgba(255, 152, 0, 0.5);
    box-shadow: 0 0 0 1px rgba(255, 152, 0, 0.25), 0 8px 28px rgba(255, 120, 30, 0.15);
}

.standorte-card-image {
    position: relative;
    aspect-ratio: 16 / 10;
    background: rgba(0, 0, 0, 0.35);
    overflow: hidden;
}

.standorte-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.standorte-card:hover .standorte-card-image img {
    transform: scale(1.05);
}

.standorte-card-image-fade {
    position: absolute;
    inset: auto 0 0 0;
    height: 55%;
    background: linear-gradient(180deg, transparent, rgba(10, 10, 14, 0.65));
    pointer-events: none;
}

.standorte-card-noimg {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    opacity: 0.45;
    background: linear-gradient(160deg, rgba(255, 152, 0, 0.07), rgba(233, 30, 99, 0.06));
}

.standorte-card-highlight {
    position: absolute;
    top: 12px;
    left: 12px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: linear-gradient(90deg, #ff5722, #ff9800);
    color: #fff;
    border-radius: 999px;
    padding: 4px 11px;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    box-shadow: 0 4px 14px rgba(255, 87, 34, 0.5);
}

.standorte-card-imgcount {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(10, 10, 14, 0.6);
    backdrop-filter: blur(4px);
    color: #e6e9ee;
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 0.74rem;
    font-weight: 600;
}

.standorte-card-type {
    position: absolute;
    bottom: 12px;
    left: 12px;
    border-radius: 999px;
    padding: 4px 12px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #fff;
    background: rgba(10, 10, 14, 0.6);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.22);
}

.standorte-detail-titlerow .standorte-card-type,
.standorte-detail-titlerow .standorte-card-highlight {
    position: static;
}

.standorte-type-bordell { border-color: rgba(233, 30, 99, 0.65); color: #f48fb1; }
.standorte-type-club { border-color: rgba(33, 150, 243, 0.65); color: #90caf9; }
.standorte-type-swinger { border-color: rgba(255, 152, 0, 0.65); color: #ffcc80; }

.standorte-card-body {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.standorte-card-name {
    margin: 0;
    font-size: 1.08rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.01em;
}

.standorte-card-address {
    margin: 0;
    color: var(--st-text-dim);
    font-size: 0.86rem;
    display: flex;
    align-items: baseline;
    gap: 7px;
}

.standorte-card-address i {
    color: var(--st-accent);
    font-size: 0.8rem;
}

.standorte-card-rating {
    display: flex;
    align-items: center;
    gap: 7px;
}

.standorte-stars {
    color: #ffc107;
    font-size: 0.82rem;
    letter-spacing: 1.5px;
}

.standorte-rating-value {
    color: #e6e9ee;
    font-size: 0.86rem;
    font-weight: 700;
}

.standorte-rating-count {
    color: var(--st-text-dim);
    font-size: 0.8rem;
}

.standorte-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 4px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.standorte-card-meta {
    display: flex;
    align-items: center;
    gap: 12px;
}

.standorte-btn-like {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--st-border);
    border-radius: 999px;
    color: #c8cdd6;
    padding: 6px 13px;
    cursor: pointer;
    font-size: 0.84rem;
    font-weight: 600;
    transition: all 0.2s;
}

.standorte-btn-like:hover {
    border-color: rgba(233, 30, 99, 0.6);
    color: #f48fb1;
}

.standorte-btn-like.liked {
    color: #fff;
    background: linear-gradient(135deg, rgba(233, 30, 99, 0.85), rgba(194, 24, 91, 0.85));
    border-color: transparent;
}

.standorte-comment-count {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--st-text-dim);
    font-size: 0.84rem;
    font-weight: 600;
}

.standorte-btn-detail {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: none;
    border: none;
    color: #ffb74d;
    font-size: 0.86rem;
    font-weight: 700;
    cursor: pointer;
    padding: 6px 4px;
    transition: gap 0.2s, color 0.2s;
}

.standorte-btn-detail:hover {
    color: #ffcc80;
    gap: 10px;
}

/* ===== Buttons (Modals) ===== */
.standorte-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, var(--st-accent, #ff9800), var(--st-accent-2, #ff5722));
    border: none;
    border-radius: 12px;
    color: #fff;
    font-weight: 700;
    font-size: 0.92rem;
    padding: 11px 22px;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(255, 120, 30, 0.3);
    transition: filter 0.2s, transform 0.2s;
}

.standorte-btn-primary:hover {
    filter: brightness(1.07);
    transform: translateY(-1px);
}

.standorte-btn-primary:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.standorte-btn-sm {
    padding: 9px 14px;
    border-radius: 10px;
}

.standorte-btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    color: #d7dbe2;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 11px 20px;
    cursor: pointer;
    transition: background 0.2s;
}

.standorte-btn-ghost:hover {
    background: rgba(255, 255, 255, 0.11);
}

/* ===== Leere Zustände & Skeleton ===== */
.standorte-empty {
    grid-column: 1 / -1;
    text-align: center;
    color: var(--st-text-dim, #9aa0ab);
    padding: 56px 16px;
}

.standorte-empty span {
    display: block;
    font-size: 2.4rem;
    margin-bottom: 10px;
}

.standorte-empty p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
}

.standorte-skeleton {
    pointer-events: none;
}

.standorte-skeleton-img {
    aspect-ratio: 16 / 10;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    overflow: hidden;
}

.standorte-skeleton-line {
    height: 13px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.06);
    position: relative;
    overflow: hidden;
}

.standorte-skeleton-img::after,
.standorte-skeleton-line::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.06), transparent);
    animation: standorte-shimmer 1.4s infinite;
}

@keyframes standorte-shimmer {
    from { transform: translateX(-100%); }
    to { transform: translateX(100%); }
}

/* ===== Modals ===== */
.standorte-modal {
    position: fixed;
    inset: 0;
    background: rgba(5, 6, 10, 0.72);
    backdrop-filter: blur(6px);
    z-index: 10050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.standorte-modal-content {
    position: relative;
    background: linear-gradient(170deg, #1d1e26, #15161d);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 22px;
    max-width: 660px;
    width: 100%;
    max-height: 88vh;
    overflow-y: auto;
    padding: 26px;
    color: #e6e9ee;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55);
    animation: standorte-modal-in 0.22s ease-out;
}

@keyframes standorte-modal-in {
    from { opacity: 0; transform: translateY(14px) scale(0.98); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.standorte-modal-content::-webkit-scrollbar {
    width: 8px;
}

.standorte-modal-content::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 4px;
}

.standorte-modal-close {
    position: absolute;
    top: 14px;
    right: 16px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #b6bbc5;
    font-size: 1.25rem;
    cursor: pointer;
    line-height: 1;
    z-index: 2;
    transition: background 0.2s, color 0.2s;
}

.standorte-modal-close:hover {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.standorte-detail-loading {
    text-align: center;
    padding: 48px 0;
    color: var(--st-text-dim, #9aa0ab);
}

.standorte-spinner {
    width: 36px;
    height: 36px;
    margin: 0 auto 14px;
    border: 3px solid rgba(255, 152, 0, 0.2);
    border-top-color: #ff9800;
    border-radius: 50%;
    animation: standorte-spin 0.8s linear infinite;
}

@keyframes standorte-spin {
    to { transform: rotate(360deg); }
}

/* ===== Detail: Galerie ===== */
.standorte-gallery-main {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.4);
}

.standorte-gallery-main img {
    width: 100%;
    max-height: 340px;
    object-fit: cover;
    display: block;
}

.standorte-gallery-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    font-size: 3rem;
    opacity: 0.45;
    background: linear-gradient(160deg, rgba(255, 152, 0, 0.07), rgba(233, 30, 99, 0.06));
    border-radius: 16px;
}

.standorte-gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(10, 10, 14, 0.6);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 0.95rem;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.standorte-gallery-nav:hover {
    background: rgba(255, 152, 0, 0.55);
}

.standorte-gallery-nav.prev { left: 10px; }
.standorte-gallery-nav.next { right: 10px; }

.standorte-gallery-thumbs {
    display: flex;
    gap: 8px;
    margin-top: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
}

.standorte-gallery-thumb {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid transparent;
    padding: 0;
    background: none;
    cursor: pointer;
    opacity: 0.65;
    transition: opacity 0.2s, border-color 0.2s;
}

.standorte-gallery-thumb:hover {
    opacity: 1;
}

.standorte-gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.standorte-gallery-thumb.active {
    border-color: #ffa726;
    opacity: 1;
}

/* ===== Detail: Info ===== */
.standorte-detail-info {
    margin-top: 18px;
}

.standorte-detail-titlerow {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.standorte-detail-titlerow h3 {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.standorte-detail-description {
    color: #c3c8d1;
    font-size: 0.93rem;
    line-height: 1.6;
    white-space: pre-line;
    margin: 12px 0;
}

.standorte-detail-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    margin: 14px 0;
    padding: 14px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 14px;
}

.standorte-detail-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.standorte-rate-label {
    color: var(--st-text-dim, #9aa0ab);
    font-size: 0.82rem;
    font-weight: 600;
}

.standorte-rate-stars {
    display: inline-flex;
    gap: 3px;
}

.standorte-rate-star {
    background: none;
    border: none;
    color: #ffc107;
    font-size: 1.15rem;
    cursor: pointer;
    padding: 2px;
    transition: transform 0.15s;
}

.standorte-rate-star:hover {
    transform: scale(1.25);
}

/* ===== Detail: Kommentare ===== */
.standorte-comments-section {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 16px;
    padding-top: 16px;
}

.standorte-comments-section h4 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 12px;
    font-size: 1rem;
    font-weight: 700;
}

.standorte-comments-badge {
    background: rgba(255, 152, 0, 0.16);
    color: #ffb74d;
    border-radius: 999px;
    padding: 1px 10px;
    font-size: 0.8rem;
    font-weight: 700;
}

.standorte-comment-form {
    display: flex;
    gap: 8px;
    align-items: stretch;
    margin-bottom: 14px;
}

.standorte-comment-form textarea {
    flex: 1;
    background: rgba(0, 0, 0, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    color: #fff;
    padding: 10px 13px;
    font-size: 0.9rem;
    resize: vertical;
    font-family: inherit;
    transition: border-color 0.2s;
}

.standorte-comment-form textarea:focus {
    outline: none;
    border-color: rgba(255, 152, 0, 0.55);
}

.standorte-comments-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 280px;
    overflow-y: auto;
    padding-right: 4px;
}

.standorte-comments-list::-webkit-scrollbar {
    width: 6px;
}

.standorte-comments-list::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 3px;
}

.standorte-no-comments {
    color: var(--st-text-dim, #9aa0ab);
    font-size: 0.9rem;
    text-align: center;
    padding: 18px 0;
    margin: 0;
}

.standorte-comment {
    display: flex;
    gap: 10px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    padding: 10px 13px;
}

.standorte-comment-avatar {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(255, 152, 0, 0.35), rgba(233, 30, 99, 0.35));
    color: #fff;
    font-weight: 800;
    font-size: 0.85rem;
}

.standorte-comment-content {
    flex: 1;
    min-width: 0;
}

.standorte-comment-head {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
}

.standorte-comment-user {
    font-weight: 700;
    color: #ffb74d;
    font-size: 0.85rem;
}

.standorte-comment-date {
    color: #6c7280;
    font-size: 0.73rem;
}

.standorte-comment-text {
    margin: 3px 0 0;
    color: #d7dbe2;
    font-size: 0.9rem;
    line-height: 1.5;
    white-space: pre-line;
    word-break: break-word;
}

/* ===== Detail: Push-Bereich ===== */
.standorte-detail-push {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 16px;
    padding: 16px 18px;
    border-radius: 16px;
    background: linear-gradient(120deg, rgba(255, 87, 34, 0.14), rgba(255, 152, 0, 0.08));
    border: 1px solid rgba(255, 152, 0, 0.3);
}

.standorte-detail-push-text strong {
    display: block;
    color: #ffcc80;
    font-size: 0.95rem;
    margin-bottom: 3px;
}

.standorte-detail-push-text p {
    margin: 0;
    color: #b6bbc5;
    font-size: 0.85rem;
    max-width: 380px;
}

/* ===== Push-Modal ===== */
.standorte-push-content {
    max-width: 440px;
    text-align: center;
}

.standorte-push-icon {
    font-size: 2.6rem;
    margin-bottom: 6px;
}

.standorte-push-content h3 {
    margin: 0 0 8px;
    font-size: 1.25rem;
    font-weight: 800;
}

.standorte-push-content p {
    color: #b6bbc5;
    font-size: 0.92rem;
    line-height: 1.55;
}

.standorte-push-actions {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 16px;
    flex-wrap: wrap;
}

/* ===== Formular ===== */
.standorte-form-header h3 {
    margin: 0 0 10px;
    font-size: 1.3rem;
    font-weight: 800;
}

.standorte-form-cost {
    display: flex;
    align-items: center;
    gap: 9px;
    background: rgba(255, 165, 0, 0.09);
    border: 1px solid rgba(255, 165, 0, 0.28);
    border-radius: 12px;
    padding: 10px 14px;
    font-size: 0.87rem;
    color: #ffcc80;
    margin: 0 0 18px;
}

.standorte-field {
    margin-bottom: 15px;
}

.standorte-field > label {
    display: block;
    color: #c8cdd6;
    font-size: 0.84rem;
    font-weight: 600;
    margin-bottom: 6px;
}

.standorte-field-hint {
    color: #6c7280;
    font-weight: 500;
}

.standorte-field input[type="text"],
.standorte-field textarea {
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    color: #fff;
    padding: 11px 14px;
    font-size: 0.95rem;
    font-family: inherit;
    box-sizing: border-box;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.standorte-field input:focus,
.standorte-field textarea:focus {
    outline: none;
    border-color: rgba(255, 152, 0, 0.55);
    box-shadow: 0 0 0 3px rgba(255, 152, 0, 0.1);
}

.standorte-field input::placeholder,
.standorte-field textarea::placeholder {
    color: #5d6270;
}

.standorte-form-row {
    display: flex;
    gap: 12px;
}

.standorte-form-row .standorte-field {
    flex: 1;
}

.standorte-field-plz {
    max-width: 140px;
}

.standorte-type-select {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.standorte-type-option {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    color: #c8cdd6;
    padding: 9px 16px;
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.standorte-type-option:hover {
    border-color: rgba(255, 255, 255, 0.28);
}

.standorte-type-option.active {
    background: linear-gradient(135deg, rgba(255, 152, 0, 0.24), rgba(255, 87, 34, 0.2));
    border-color: rgba(255, 152, 0, 0.6);
    color: #ffc27a;
}

.standorte-dropzone {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 2px dashed rgba(255, 255, 255, 0.16);
    border-radius: 14px;
    padding: 22px 16px;
    cursor: pointer;
    color: #9aa0ab;
    text-align: center;
    transition: border-color 0.2s, background 0.2s;
}

.standorte-dropzone:hover,
.standorte-dropzone.dragover {
    border-color: rgba(255, 152, 0, 0.55);
    background: rgba(255, 152, 0, 0.05);
    color: #ffb74d;
}

.standorte-dropzone i {
    font-size: 1.5rem;
}

.standorte-dropzone span {
    font-size: 0.9rem;
    font-weight: 600;
}

.standorte-dropzone small {
    font-size: 0.75rem;
    color: #6c7280;
}

.standorte-form-previews {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.standorte-form-preview {
    position: relative;
    width: 72px;
    height: 72px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.standorte-form-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.standorte-form-preview-remove {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.72);
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 0.85rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.standorte-form-preview-remove:hover {
    background: rgba(239, 83, 80, 0.9);
}

.standorte-form-preview-count {
    width: 100%;
    margin: 0;
    color: #6c7280;
    font-size: 0.78rem;
}

.standorte-form-error {
    color: #ef5350;
    background: rgba(239, 83, 80, 0.08);
    border: 1px solid rgba(239, 83, 80, 0.3);
    border-radius: 10px;
    padding: 9px 13px;
    font-size: 0.87rem;
    margin: 10px 0;
}

.standorte-form-submit {
    width: 100%;
    padding: 13px;
    font-size: 1rem;
    border-radius: 14px;
    margin-top: 4px;
}

/* ===== Responsive ===== */
@media (max-width: 720px) {
    .standorte-section {
        padding: 8px 0 96px;
    }

    .standorte-container {
        padding: 0 10px;
    }

    .standorte-hero {
        padding: 14px 14px 18px;
        border-radius: 18px;
        margin-bottom: 14px;
    }

    .standorte-hero-top {
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 14px;
    }

    .standorte-back-btn span {
        display: none;
    }

    .standorte-back-btn {
        padding: 10px 12px;
    }

    .standorte-hero-eyebrow {
        font-size: 0.68rem;
        padding: 5px 10px;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .standorte-hero-main {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
    }

    .standorte-hero-subtitle {
        font-size: 0.88rem;
        line-height: 1.5;
    }

    .standorte-cta-btn {
        justify-content: center;
        width: 100%;
        box-sizing: border-box;
    }

    .standorte-ticker-wrap {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        padding: 10px 12px;
    }

    .standorte-toolbar {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        padding: 12px;
        margin-bottom: 18px;
    }

    .standorte-search {
        flex: 1 1 auto;
        width: 100%;
        border-radius: 14px;
    }

    .standorte-search input {
        font-size: 16px;
        padding: 10px 6px;
    }

    .standorte-search-btn {
        min-width: 76px;
        padding: 10px 14px;
    }

    .standorte-type-filters {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .standorte-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .standorte-empty {
        padding: 28px 16px;
    }

    .standorte-form-row {
        flex-direction: column;
        gap: 0;
    }

    .standorte-field-plz {
        max-width: none;
    }

    .standorte-modal-content {
        padding: 20px 14px;
        margin: 10px;
        max-height: calc(100vh - 20px);
        overflow-y: auto;
    }

    .standorte-detail-push {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .standorte-detail-push-text p {
        max-width: none;
    }
}

@media (max-width: 380px) {
    .standorte-hero-eyebrow {
        display: none;
    }

    .standorte-chip {
        font-size: 0.74rem;
        padding: 9px 6px;
    }

    .standorte-search-btn {
        min-width: 68px;
        padding: 10px 10px;
        font-size: 0.8rem;
    }
}
