:root {
    --gold: #c9a227;
    --gold-bright: #e8cf6a;
    --gold-muted: #a68416;
    --gold-deep: #7a6210;
    --surface-root: #060607;
    --surface-main: #0c0c10;
    --surface-card: #14141c;
    --surface-card-hover: #1a1a26;
    --surface-elevated: #1f1f2a;
    --border-gold-soft: rgba(201, 162, 39, 0.22);
    --border-subtle: rgba(255, 255, 255, 0.08);
    --text-strong: rgba(255, 255, 255, 0.94);
    --text-body: rgba(255, 255, 255, 0.72);
    --text-muted: rgba(255, 255, 255, 0.52);
    --hero-glow: radial-gradient(ellipse 80% 55% at 50% -15%, rgba(201, 162, 39, 0.35), transparent 58%);
}

.theme-glimsp-dark {
    --bs-body-bg: var(--surface-main);
    --bs-body-color: var(--text-body);
    --bs-secondary-color: var(--text-muted);
    --bs-primary: var(--gold);
    --bs-link-color: var(--gold-bright);
    --bs-link-hover-color: #f5e9a8;
    --bs-border-color: var(--border-subtle);
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
    background: var(--surface-main);
    background-image:
        var(--hero-glow),
        linear-gradient(180deg, var(--surface-root) 0%, var(--surface-main) 28%, #0a0a0f 100%);
    background-attachment: fixed;
    color: var(--text-body);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.theme-glimsp-dark main {
    flex: 1;
}

.theme-glimsp-dark .text-dark {
    color: var(--text-strong) !important;
}

.theme-glimsp-dark .text-secondary {
    color: var(--text-muted) !important;
}

.theme-glimsp-dark .text-primary {
    color: var(--gold-bright) !important;
}

.theme-glimsp-dark .fw-600 {
    font-weight: 600;
}

.theme-glimsp-dark .glimsp-hours-block {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border-subtle) !important;
}

.theme-glimsp-dark .glimsp-section-divider {
    border-color: var(--border-subtle) !important;
}

.theme-glimsp-dark .claim-owner-contact-card {
    border-color: var(--border-gold-soft) !important;
    background: linear-gradient(165deg, rgba(31, 31, 42, 0.95) 0%, rgba(20, 20, 28, 0.98) 100%) !important;
}

.theme-glimsp-dark .claim-owner-contact-card .form-control:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 0.2rem rgba(201, 162, 39, 0.22);
}

.theme-glimsp-dark .form-control,
.theme-glimsp-dark .form-select {
    background: rgba(10, 10, 14, 0.85);
    border-color: var(--border-subtle);
    color: var(--text-strong);
}

.theme-glimsp-dark .form-control::placeholder {
    color: rgba(255, 255, 255, 0.38);
}

.theme-glimsp-dark .form-label {
    color: rgba(255, 255, 255, 0.82);
}

.theme-glimsp-dark .form-text {
    color: var(--text-muted);
}

.theme-glimsp-dark ::-webkit-scrollbar {
    width: 8px;
}

.theme-glimsp-dark ::-webkit-scrollbar-track {
    background: var(--surface-root);
}

.theme-glimsp-dark ::-webkit-scrollbar-thumb {
    background: var(--gold-deep);
    border-radius: 20px;
}

.theme-glimsp-dark ::-webkit-scrollbar-thumb:hover {
    background: var(--gold);
}

/* Header — sticky bar aligned with main-site navigation density */
.theme-glimsp-dark .glimsp-header {
    background: rgba(6, 6, 7, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-subtle);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
}

.theme-glimsp-dark .glimsp-brand-logo {
    height: 54px;
    width: auto;
    display: block;
}

.theme-glimsp-dark .glimsp-footer .glimsp-brand-logo {
    height: 60px;
}

.theme-glimsp-dark .navbar-toggler {
    border-color: var(--border-gold-soft);
}

.theme-glimsp-dark .navbar-toggler-icon {
    filter: invert(92%) sepia(24%) saturate(700%) hue-rotate(5deg);
}

.theme-glimsp-dark .glimsp-topnav .nav-link {
    color: rgba(255, 255, 255, 0.78);
    font-weight: 500;
    font-size: 0.9rem;
    padding: 0.35rem 0.25rem !important;
}

.theme-glimsp-dark .glimsp-topnav .nav-link:hover,
.theme-glimsp-dark .glimsp-topnav .nav-link:focus {
    color: var(--gold-bright);
}

.theme-glimsp-dark .btn-glimsp-outline {
    border: 1px solid var(--border-gold-soft);
    color: var(--gold-bright);
    font-weight: 600;
    border-radius: 10px;
    padding: 0.45rem 1rem;
    background: transparent;
}

.theme-glimsp-dark .btn-glimsp-outline:hover {
    border-color: var(--gold);
    color: #1a1406;
    background: linear-gradient(105deg, var(--gold-bright), var(--gold));
}

.theme-glimsp-dark .glimsp-hero {
    border-bottom: 1px solid var(--border-subtle);
    padding: 3rem 0 2.25rem;
    background:
        radial-gradient(ellipse 70% 90% at 15% 20%, rgba(201, 162, 39, 0.08), transparent 55%),
        radial-gradient(ellipse 55% 70% at 85% 60%, rgba(201, 162, 39, 0.06), transparent 50%);
}

/* Eye-catching claim hero — compact height so “Find your listing” stays above the fold */
.theme-glimsp-dark .glimsp-hero--claim {
    position: relative;
    overflow: hidden;
    min-height: 0;
    display: flex;
    align-items: center;
    padding: 0.55rem 0 0.65rem;
    border-bottom: 1px solid var(--border-subtle);
    background: var(--surface-root);
}

@media (min-width: 576px) {
    .theme-glimsp-dark .glimsp-hero--claim {
        padding: 0.65rem 0 0.78rem;
    }
}

@media (min-width: 992px) {
    .theme-glimsp-dark .glimsp-hero--claim {
        padding: 0.75rem 0 0.88rem;
    }
}

.theme-glimsp-dark .glimsp-hero--claim::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background-color: #0a0a0e;
    background-image: url('https://images.unsplash.com/photo-1414235077428-338989a2e8c0?auto=format&fit=crop&w=2400&q=85');
    background-size: cover;
    background-position: center 42%;
    transform: scale(1.04);
    animation: glimspHeroKenBurns 28s ease-in-out infinite alternate;
    will-change: transform;
}

.theme-glimsp-dark .glimsp-hero--claim::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(
            110deg,
            rgba(3, 3, 6, 0.94) 0%,
            rgba(8, 7, 14, 0.72) 38%,
            rgba(6, 6, 10, 0.55) 58%,
            rgba(4, 4, 8, 0.88) 100%
        ),
        radial-gradient(ellipse 90% 120% at 12% 40%, rgba(201, 162, 39, 0.22), transparent 52%),
        radial-gradient(ellipse 70% 80% at 88% 18%, rgba(232, 207, 106, 0.12), transparent 45%),
        linear-gradient(to top, rgba(12, 12, 18, 0.95) 0%, transparent 28%);
}

.theme-glimsp-dark .glimsp-hero__inner {
    z-index: 2;
}

.theme-glimsp-dark .glimsp-hero--claim .glimsp-page-title {
    text-shadow: 0 2px 28px rgba(0, 0, 0, 0.55);
    max-width: 18ch;
    font-size: clamp(1.35rem, 3.1vw, 1.82rem) !important;
    letter-spacing: -0.03em;
    margin-bottom: 0.35rem !important;
}

@media (min-width: 768px) {
    .theme-glimsp-dark .glimsp-hero--claim .glimsp-page-title {
        max-width: none;
        font-size: clamp(1.48rem, 2.85vw, 1.95rem) !important;
    }
}

.theme-glimsp-dark .glimsp-hero--claim .glimsp-kicker {
    text-shadow: 0 1px 16px rgba(0, 0, 0, 0.45);
    font-size: 0.72rem !important;
    letter-spacing: 0.16em !important;
    margin-bottom: 0.18rem !important;
}

.theme-glimsp-dark .glimsp-hero--claim .glimsp-lead {
    text-shadow: 0 1px 18px rgba(0, 0, 0, 0.5);
    max-width: 38rem;
    font-size: 0.92rem !important;
    line-height: 1.48 !important;
    color: rgba(255, 255, 255, 0.88) !important;
}

.theme-glimsp-dark .glimsp-main-free-hint {
    max-width: 34rem;
    color: var(--text-muted);
    line-height: 1.5;
}

.theme-glimsp-dark .glimsp-free-em {
    color: var(--gold-bright);
    font-weight: 700;
}

@keyframes glimspHeroKenBurns {
    from {
        transform: scale(1.04) translate(0, 0);
    }

    to {
        transform: scale(1.1) translate(-1.2%, -0.6%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .theme-glimsp-dark .glimsp-hero--claim::before {
        animation: none;
        transform: scale(1.04);
    }
}

.theme-glimsp-dark .glimsp-kicker {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--gold-bright);
}

.theme-glimsp-dark .glimsp-page-title {
    font-weight: 700;
    font-size: clamp(1.85rem, 4vw, 2.5rem);
    letter-spacing: -0.03em;
    color: var(--text-strong);
}

.theme-glimsp-dark .glimsp-lead {
    max-width: 42rem;
    font-size: 1.06rem;
    line-height: 1.65;
    color: var(--text-body);
}

.theme-glimsp-dark .glimsp-inline-link {
    color: var(--gold-bright);
    font-weight: 600;
    text-decoration: none;
}

.theme-glimsp-dark .glimsp-inline-link:hover {
    text-decoration: underline;
    color: #fdf6d5;
}

.theme-glimsp-dark .claim-php-debug-pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.75rem;
    line-height: 1.45;
    padding: 1rem;
    border-radius: 12px;
    border: 1px solid var(--border-subtle);
    background: rgba(8, 8, 12, 0.9);
    color: rgba(232, 207, 106, 0.92);
    max-height: 360px;
    overflow: auto;
    white-space: pre-wrap;
    word-break: break-word;
}

.theme-glimsp-dark .glimsp-footer {
    margin-top: auto;
    position: relative;
    overflow: hidden;
}

.theme-glimsp-dark .glimsp-footer-rich {
    background:
        radial-gradient(ellipse 100% 90% at 50% 120%, rgba(201, 162, 39, 0.14), transparent 58%),
        radial-gradient(ellipse 60% 45% at 10% 30%, rgba(201, 162, 39, 0.06), transparent 45%),
        radial-gradient(ellipse 50% 40% at 92% 25%, rgba(232, 207, 106, 0.05), transparent 42%),
        linear-gradient(180deg, #040407 0%, #07070c 45%, #020203 100%);
    border-top: 1px solid var(--border-subtle);
}

.theme-glimsp-dark .glimsp-footer-accent {
    height: 3px;
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(232, 207, 106, 0.15) 15%,
        var(--gold-bright) 40%,
        var(--gold) 52%,
        var(--gold-deep) 65%,
        rgba(232, 207, 106, 0.15) 88%,
        transparent 100%
    );
    box-shadow: 0 0 20px rgba(201, 162, 39, 0.35);
}

.theme-glimsp-dark .glimsp-footer-grid-glow {
    pointer-events: none;
    position: absolute;
    inset: 0;
    opacity: 0.4;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 70%);
}

.theme-glimsp-dark .glimsp-footer-logo-link {
    border-radius: 12px;
    transition: box-shadow 0.25s ease, transform 0.2s ease;
}

.theme-glimsp-dark .glimsp-footer-logo-link:hover {
    box-shadow: 0 0 0 1px var(--border-gold-soft), 0 12px 40px rgba(0, 0, 0, 0.35);
    transform: translateY(-1px);
}

.theme-glimsp-dark .glimsp-footer-heading {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--gold-bright);
    margin-bottom: 1.1rem;
    opacity: 0.95;
}

.theme-glimsp-dark .glimsp-footer-links a {
    color: rgba(255, 255, 255, 0.66);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    padding: 0.28rem 0;
    font-size: 0.9rem;
    transition: color 0.18s ease, transform 0.18s ease;
}

.theme-glimsp-dark .glimsp-footer-links a::before {
    content: '';
    width: 0;
    height: 1px;
    margin-right: 0;
    background: var(--gold-bright);
    transition: width 0.2s ease, margin 0.2s ease;
    opacity: 0.85;
}

.theme-glimsp-dark .glimsp-footer-links a:hover {
    color: var(--gold-bright);
    transform: translateX(3px);
}

.theme-glimsp-dark .glimsp-footer-links a:hover::before {
    width: 14px;
    margin-right: 8px;
}

.theme-glimsp-dark .glimsp-footer-microcopy {
    color: var(--text-muted);
    line-height: 1.55;
}

.theme-glimsp-dark .glimsp-app-badge {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 0.7rem 1.05rem;
    border-radius: 16px;
    border: 1px solid var(--border-gold-soft);
    background: rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    text-decoration: none;
    color: var(--text-strong);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.theme-glimsp-dark .glimsp-app-badge:hover {
    transform: translateY(-3px);
    border-color: rgba(232, 207, 106, 0.55);
    background: rgba(201, 162, 39, 0.12);
    box-shadow:
        0 14px 36px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgba(232, 207, 106, 0.12);
    color: var(--text-strong);
}

.theme-glimsp-dark .glimsp-app-badge__icon {
    flex-shrink: 0;
    display: inline-flex;
    color: var(--gold-bright);
    line-height: 1;
}

.theme-glimsp-dark .glimsp-app-badge__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.2;
    text-align: left;
}

.theme-glimsp-dark .glimsp-app-badge__small {
    font-size: 0.62rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.55);
}

.theme-glimsp-dark .glimsp-app-badge__strong {
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: -0.02em;
}

.theme-glimsp-dark .glimsp-footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    justify-content: center;
    padding-left: 0;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .theme-glimsp-dark .glimsp-footer-social {
        justify-content: flex-start;
    }
}

.theme-glimsp-dark .glimsp-social-btn {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border-gold-soft);
    color: var(--gold-bright);
    background: rgba(0, 0, 0, 0.35);
    text-decoration: none;
    font-size: 1.2rem;
    transition:
        transform 0.2s ease,
        background 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        color 0.2s ease;
}

.theme-glimsp-dark .glimsp-social-btn:hover {
    background: linear-gradient(145deg, var(--gold-bright) 0%, var(--gold) 55%, var(--gold-deep) 100%);
    color: #1a1406;
    border-color: transparent;
    transform: translateY(-4px) scale(1.06);
    box-shadow: 0 10px 28px rgba(201, 162, 39, 0.38);
}

.theme-glimsp-dark .glimsp-footer-bottom {
    border-top: 1px solid var(--border-subtle);
    text-align: center;
}

.theme-glimsp-dark .glimsp-footer-bottom p {
    color: var(--text-muted);
    font-size: 0.84rem;
    letter-spacing: 0.02em;
}

.theme-glimsp-dark .glimsp-footer-tagline {
    color: var(--text-muted);
}

.theme-glimsp-dark .glimsp-footer .text-dark {
    color: var(--text-strong) !important;
}

.theme-glimsp-dark .glass-card {
    background: var(--surface-card);
    border: 1px solid var(--border-subtle);
    border-radius: 20px;
    padding: 1.75rem;
    box-shadow:
        0 4px 24px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.theme-glimsp-dark .search-container.glimsp-search-panel {
    max-width: 640px;
    margin: 0.65rem auto 0;
    padding: 1.25rem 1.2rem 1.35rem;
    border-radius: 22px;
    border: 1px solid rgba(232, 207, 106, 0.38);
    outline: 1px solid rgba(201, 162, 39, 0.22);
    outline-offset: 3px;
    background: linear-gradient(168deg, rgba(22, 22, 32, 0.97) 0%, rgba(12, 12, 18, 0.94) 48%, rgba(8, 8, 12, 0.96) 100%);
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.06) inset,
        0 0 0 1px rgba(232, 207, 106, 0.12),
        0 12px 40px rgba(0, 0, 0, 0.42),
        0 0 56px rgba(201, 162, 39, 0.09);
}

@media (min-width: 768px) {
    .theme-glimsp-dark .search-container.glimsp-search-panel {
        margin-top: 0.85rem;
        padding: 1.35rem 1.45rem 1.45rem;
    }
}

.theme-glimsp-dark .glimsp-search-panel-title {
    margin-top: 0;
    font-size: clamp(1.12rem, 2.9vw, 1.45rem);
    letter-spacing: -0.02em;
}
.theme-glimsp-dark .search-input-group {
    position: relative;
    background: rgba(14, 14, 20, 0.95);
    border-radius: 14px;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    border: 1px solid var(--border-subtle);
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.theme-glimsp-dark .search-input-group:focus-within {
    border-color: rgba(201, 162, 39, 0.55);
    box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.18);
}

.theme-glimsp-dark .search-input-group input {
    background: transparent;
    border: none;
    color: var(--text-strong);
    padding: 12px 14px;
    width: 100%;
    outline: none;
}

.theme-glimsp-dark .search-input-group .bi-search {
    color: var(--gold-muted) !important;
}

.theme-glimsp-dark .results-list {
    margin-top: 2.25rem;
    display: none;
    text-align: left;
}

.theme-glimsp-dark .result-item {
    padding: 16px 18px;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    border-radius: 14px;
    margin-bottom: 8px;
    background: var(--surface-card-hover);
    border: 1px solid var(--border-subtle);
}

.theme-glimsp-dark .result-item:hover {
    border-color: var(--border-gold-soft);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
    transform: translateY(-1px);
}

.theme-glimsp-dark .result-item .fw-bold {
    color: var(--text-strong);
    font-size: 1.05rem;
}

.theme-glimsp-dark .business-details-card {
    display: none;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.75rem;
    animation: slideUp 0.5s ease-out;
}

@media (min-width: 768px) {
    .theme-glimsp-dark .business-details-card {
        margin-top: 3.25rem;
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.theme-glimsp-dark .photo-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 12px;
    margin-top: 1.5rem;
}

.theme-glimsp-dark .info-box {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border-subtle);
    padding: 1.25rem;
    border-radius: 16px;
    height: 100%;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.theme-glimsp-dark .info-box:hover {
    border-color: var(--border-gold-soft);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

.theme-glimsp-dark .review-card {
    background: var(--surface-card-hover);
    border: 1px solid var(--border-subtle);
    padding: 1.5rem;
    border-radius: 16px;
    transition: box-shadow 0.2s ease;
}

.theme-glimsp-dark .review-card:hover {
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
}

.theme-glimsp-dark .photo-item {
    width: 100%;
    height: 140px;
    border-radius: 12px;
    object-fit: cover;
    background: var(--surface-elevated);
    transition: transform 0.25s ease;
    border: 1px solid var(--border-subtle);
}

.theme-glimsp-dark .photo-item:hover {
    transform: scale(1.02);
}

.theme-glimsp-dark .status-badge {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 99px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 12px;
}

.theme-glimsp-dark .status-unclaimed {
    background: rgba(255, 255, 255, 0.06);
    color: var(--text-muted);
    border: 1px solid var(--border-subtle);
}

.theme-glimsp-dark .claim-unclaimed-banner {
    position: relative;
    z-index: 2;
    overflow: visible;
    padding: 0.35rem 0;
    margin-bottom: 1rem;
}

.theme-glimsp-dark .claim-unclaimed-banner .status-badge {
    margin-bottom: 0;
}

.theme-glimsp-dark .claim-unclaimed-banner .status-unclaimed {
    animation: claimUnclaimedBadgePop 0.75s cubic-bezier(0.34, 1.5, 0.64, 1) both;
    box-shadow: 0 0 0 0 rgba(232, 207, 106, 0.45);
}

@keyframes claimUnclaimedBadgePop {
    0% {
        opacity: 0;
        transform: scale(0.88);
        filter: brightness(0.95);
    }

    55% {
        opacity: 1;
        transform: scale(1.04);
        filter: brightness(1.15);
        box-shadow: 0 0 24px rgba(232, 207, 106, 0.35);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        filter: brightness(1);
        box-shadow: 0 0 0 rgba(232, 207, 106, 0);
    }
}

.claim-celebrate-particle {
    position: absolute;
    z-index: 5;
    pointer-events: none;
    border-radius: 2px;
    opacity: 0;
    animation: claimCelebrateParticle 1.4s ease-out forwards;
}

@keyframes claimCelebrateParticle {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
    }

    100% {
        opacity: 0;
        transform: translate3d(var(--dx), var(--dy), 0) rotate(560deg) scale(0.25);
    }
}

.theme-glimsp-dark .status-claimed {
    background: rgba(34, 197, 94, 0.14);
    color: #86efac;
    border: 1px solid rgba(34, 197, 94, 0.35);
}

.theme-glimsp-dark .claim-status-claimed-callout {
    border-radius: 18px;
    padding: 1.35rem 1.4rem 1.45rem;
    margin-bottom: 1.15rem;
    border: 1px solid rgba(52, 211, 153, 0.45);
    background:
        linear-gradient(155deg, rgba(34, 197, 94, 0.22) 0%, rgba(6, 20, 14, 0.92) 42%, rgba(8, 10, 16, 0.95) 100%);
    box-shadow:
        0 0 0 1px rgba(52, 211, 153, 0.1),
        0 0 32px rgba(34, 197, 94, 0.12),
        0 14px 44px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.theme-glimsp-dark .claim-status-claimed-callout .status-claimed {
    margin-bottom: 0;
    background: rgba(16, 185, 129, 0.22);
    color: #a7f3d0;
    border-color: rgba(52, 211, 153, 0.5);
    box-shadow: 0 0 20px rgba(34, 197, 94, 0.2);
}

.theme-glimsp-dark .claim-status-claimed-callout .claim-status-detail {
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9) !important;
}

.theme-glimsp-dark .claim-status-support-link {
    color: var(--gold-bright) !important;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    border-bottom: 1px solid rgba(232, 207, 106, 0.45);
    transition: color 0.15s ease, border-color 0.15s ease;
}

.theme-glimsp-dark .claim-status-support-link:hover {
    color: #fdf6d5 !important;
    border-bottom-color: rgba(253, 246, 213, 0.85);
}

.theme-glimsp-dark .btn-claim {
    background: linear-gradient(105deg, var(--gold-bright) 0%, var(--gold) 42%, var(--gold-deep) 100%);
    border: none;
    padding: 12px 24px;
    font-weight: 600;
    border-radius: 12px;
    color: #1a1406 !important;
    box-shadow: 0 6px 22px rgba(201, 162, 39, 0.35);
    transition: filter 0.2s ease, transform 0.15s ease;
}

.theme-glimsp-dark .btn-claim:hover {
    filter: brightness(1.06);
    transform: translateY(-1px);
}

.theme-glimsp-dark .btn-upload {
    background: transparent;
    color: var(--gold-bright);
    border: 1px dashed var(--border-gold-soft);
    padding: 12px 24px;
    border-radius: 12px;
    width: 100%;
    margin-top: 12px;
}

.theme-glimsp-dark .btn-upload:hover {
    border-color: var(--gold);
    color: var(--text-strong);
    background: rgba(201, 162, 39, 0.08);
}

.theme-glimsp-dark .amenity-tag {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--border-subtle);
    padding: 10px 16px;
    border-radius: 12px;
    color: var(--text-body);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: default;
    transition: border-color 0.2s ease;
}

.theme-glimsp-dark .amenity-tag:hover {
    border-color: var(--border-gold-soft);
}

.theme-glimsp-dark .claim-step-panel {
    animation: slideUp 0.45s ease-out;
}

.theme-glimsp-dark .claim-submit-progress {
    margin-top: 1.25rem;
    padding: 1rem 1.15rem;
    border-radius: 14px;
    border: 1px solid rgba(201, 162, 39, 0.35);
    background: linear-gradient(135deg, rgba(201, 162, 39, 0.12) 0%, rgba(22, 22, 32, 0.55) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.theme-glimsp-dark .claim-submit-progress__inner {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.theme-glimsp-dark .claim-submit-progress__text {
    min-width: 0;
    flex: 1;
    line-height: 1.45;
}

.theme-glimsp-dark .claim-submit-progress__spinner {
    width: 1.35rem;
    height: 1.35rem;
    border-width: 0.2em;
    border-color: rgba(232, 207, 106, 0.25);
    border-right-color: var(--gold-bright);
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.theme-glimsp-dark .claim-claimnow-spinner {
    border-color: rgba(232, 207, 106, 0.35);
    border-right-color: var(--gold-bright);
    vertical-align: -0.125em;
}

.theme-glimsp-dark .claim-thank-you-panel {
    padding: 0.25rem 0 0.5rem;
}

.theme-glimsp-dark .claim-thank-you-icon {
    font-size: 2.75rem;
    line-height: 1;
    color: #34d399;
    filter: drop-shadow(0 6px 18px rgba(52, 211, 153, 0.35));
}

.theme-glimsp-dark .claim-thank-you-list {
    max-width: 38rem;
    text-align: left;
    color: var(--text-body);
    line-height: 1.6;
}

.theme-glimsp-dark .claim-thank-you-list strong {
    color: var(--text-strong);
}

.theme-glimsp-dark .claim-import-option {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--border-subtle);
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.theme-glimsp-dark .claim-import-option:hover {
    border-color: var(--border-gold-soft);
    background: rgba(255, 255, 255, 0.05);
}

.theme-glimsp-dark .claim-import-value {
    color: var(--text-body);
    font-size: 0.9rem;
    line-height: 1.45;
    word-break: break-word;
}

.theme-glimsp-dark .claim-import-value.clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.theme-glimsp-dark .claim-import-section-title {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--text-muted);
    margin: 1rem 0 0.5rem;
}

.theme-glimsp-dark .claim-import-section-title:first-child {
    margin-top: 0;
}

.theme-glimsp-dark .claim-import-media-row {
    display: flex;
    align-items: center;
    gap: 14px;
}

.theme-glimsp-dark .claim-import-thumb {
    width: 76px;
    height: 76px;
    object-fit: cover;
    border-radius: 12px;
    flex-shrink: 0;
    background: var(--surface-elevated);
    border: 1px solid var(--border-subtle);
}

.theme-glimsp-dark .claim-import-thumb--zoom {
    cursor: zoom-in;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.theme-glimsp-dark .claim-import-thumb--zoom:hover {
    box-shadow: 0 0 0 2px rgba(232, 207, 106, 0.45);
    transform: scale(1.02);
}

.theme-glimsp-dark .claim-import-thumb--zoom:focus {
    outline: none;
}

.theme-glimsp-dark .claim-import-thumb--zoom:focus-visible {
    box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.55);
}

.theme-glimsp-dark .glimsp-photo-preview-modal {
    background: rgba(10, 10, 14, 0.97);
    border: 1px solid var(--border-subtle);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.65);
}

.theme-glimsp-dark .glimsp-photo-preview-img {
    max-height: min(85vh, 920px);
    width: auto;
    max-width: 100%;
    object-fit: contain;
    vertical-align: middle;
}

.theme-glimsp-dark .claim-import-review-meta {
    font-size: 0.8rem;
    color: var(--text-muted);
    margin-bottom: 4px;
}

.theme-glimsp-dark .claim-import-option.align-items-start {
    align-items: flex-start;
}

.theme-glimsp-dark .claim-import-option .form-check-input {
    width: 1.15rem;
    height: 1.15rem;
    margin-top: 0.2rem;
    cursor: pointer;
    flex-shrink: 0;
    background-color: rgba(10, 10, 14, 0.9);
    border-color: var(--border-gold-soft);
}

.theme-glimsp-dark .claim-import-option .form-check-input:checked {
    background-color: var(--gold);
    border-color: var(--gold-deep);
}

.theme-glimsp-dark .claim-import-option .form-check-input:focus {
    box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.28);
}

.theme-glimsp-dark .claim-import-label .title {
    font-weight: 600;
    color: var(--text-strong);
    margin-bottom: 2px;
}

.theme-glimsp-dark .claim-import-label .hint {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 0;
}

.theme-glimsp-dark .claim-summary-block {
    padding: 14px 18px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--border-subtle);
    margin-bottom: 12px;
}

.theme-glimsp-dark .claim-summary-block:last-child {
    margin-bottom: 0;
}

.theme-glimsp-dark .claim-summary-block .sk {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--text-muted);
    margin-bottom: 4px;
}

.theme-glimsp-dark .amenity-tag i {
    font-size: 1.15rem;
    color: var(--gold-bright);
}

.theme-glimsp-dark .section-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 1.5rem;
}

.theme-glimsp-dark .section-header h5 {
    margin-bottom: 0;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 0.9rem;
    color: var(--text-muted);
}

.theme-glimsp-dark .section-header .line {
    flex-grow: 1;
    height: 1px;
    background: linear-gradient(to right, var(--border-gold-soft), transparent);
}

.theme-glimsp-dark .claim-email-input {
    background: rgba(10, 10, 14, 0.9);
    border: 1px solid var(--border-subtle);
    color: var(--text-strong);
    border-radius: 10px;
    padding: 10px 14px;
    max-width: 100%;
}

.theme-glimsp-dark .claim-email-input:focus {
    border-color: rgba(201, 162, 39, 0.65);
    box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.18);
    outline: none;
}

.theme-glimsp-dark .claim-import-option-nested {
    cursor: default;
}

.theme-glimsp-dark .loading-spinner {
    display: none;
    width: 20px;
    height: 20px;
    border: 3px solid var(--border-subtle);
    border-radius: 50%;
    border-top-color: var(--gold);
    animation: spin 1s linear infinite;
    margin-left: 10px;
}

.theme-glimsp-dark .glimsp-detail-title {
    color: var(--text-strong);
}

.theme-glimsp-dark .claim-summary-body {
    color: var(--text-body);
}

.theme-glimsp-dark .btn-outline-secondary {
    color: rgba(255, 255, 255, 0.75);
    border-color: var(--border-subtle);
}

.theme-glimsp-dark .btn-outline-secondary:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: var(--border-gold-soft);
    color: var(--gold-bright);
}

.theme-glimsp-dark .btn-link {
    color: var(--text-muted) !important;
}

.theme-glimsp-dark .btn-link:hover {
    color: var(--gold-bright) !important;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.theme-glimsp-dark .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.78);
}

.theme-glimsp-dark .navbar-dark .navbar-nav .nav-link:focus,
.theme-glimsp-dark .navbar-dark .navbar-nav .nav-link:hover {
    color: var(--gold-bright);
}

.theme-glimsp-dark .dropdown-menu {
    background: var(--surface-card);
    border: 1px solid var(--border-subtle);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
}

.theme-glimsp-dark .dropdown-item {
    color: var(--text-body);
}

.theme-glimsp-dark .dropdown-item:hover,
.theme-glimsp-dark .dropdown-item:focus {
    background: rgba(201, 162, 39, 0.12);
    color: var(--gold-bright);
}

.theme-glimsp-dark .dropdown-divider {
    border-top-color: var(--border-subtle);
}

.theme-glimsp-dark .border-secondary-subtle {
    border-color: var(--border-subtle) !important;
}

.theme-glimsp-dark .text-muted {
    color: var(--text-muted) !important;
}

.theme-glimsp-dark .badge.bg-success {
    background: rgba(34, 197, 94, 0.28) !important;
    color: #bbf7d0 !important;
    border: 1px solid rgba(34, 197, 94, 0.45);
}

.theme-glimsp-dark .badge.bg-danger {
    background: rgba(248, 113, 113, 0.22) !important;
    color: #fecaca !important;
    border: 1px solid rgba(248, 113, 113, 0.42);
}

.theme-glimsp-dark .glimsp-section-heading {
    color: var(--text-strong);
}

.theme-glimsp-dark .shadow-lg {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4) !important;
}
