/* /Shared/ApAuthShell.razor.rz.scp.css */
.ap-auth-shell[b-a1sq99x87s] {
    min-height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--ap-space-6) var(--ap-space-4);
    background:
        radial-gradient(circle at 20% 10%, var(--ap-accent-soft) 0%, transparent 40%),
        radial-gradient(circle at 80% 90%, rgba(132, 113, 255, 0.10) 0%, transparent 45%),
        var(--ap-bg);
}

.ap-auth-card[b-a1sq99x87s] {
    width: 100%;
    max-width: 420px;
    background: var(--ap-bg-elevated);
    border: 1px solid var(--ap-border);
    border-radius: var(--ap-radius-lg);
    padding: var(--ap-space-8) var(--ap-space-8);
    box-shadow: var(--ap-shadow);
}

.ap-auth-brand[b-a1sq99x87s] {
    display: flex;
    justify-content: center;
    margin-bottom: var(--ap-space-5);
}

[b-a1sq99x87s] .ap-auth-brand img {
    height: 56px;
    width: auto;
    object-fit: contain;
}

.ap-auth-title[b-a1sq99x87s] {
    font-family: var(--ap-font-display);
    font-size: var(--ap-text-2xl);
    font-weight: 700;
    line-height: var(--ap-leading-tight);
    letter-spacing: -0.022em;
    text-align: center;
    color: var(--ap-text);
    margin: 0 0 var(--ap-space-2);
}

.ap-auth-subtitle[b-a1sq99x87s] {
    text-align: center;
    color: var(--ap-text-secondary);
    font-size: var(--ap-text-sm);
    margin: 0 0 var(--ap-space-6);
}

.ap-auth-body[b-a1sq99x87s] {
    display: flex;
    flex-direction: column;
    gap: var(--ap-space-4);
}

.ap-auth-footer[b-a1sq99x87s] {
    margin-top: var(--ap-space-6);
    padding-top: var(--ap-space-4);
    border-top: 1px solid var(--ap-border);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--ap-space-2);
    font-size: var(--ap-text-sm);
}

@media (max-width: 480px) {
    .ap-auth-card[b-a1sq99x87s] { padding: var(--ap-space-6) var(--ap-space-5); }
    .ap-auth-shell[b-a1sq99x87s] { min-height: calc(100vh - 56px); padding: var(--ap-space-4) var(--ap-space-3); }
}
/* /Shared/ApDefList.razor.rz.scp.css */
.ap-deflist[b-baya1ewgjd] {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

[b-baya1ewgjd] .ap-defrow {
    display: grid;
    grid-template-columns: minmax(140px, 200px) 1fr;
    gap: var(--ap-space-4);
    align-items: baseline;
    padding: var(--ap-space-3) 0;
    border-bottom: 1px solid var(--ap-border);
}

[b-baya1ewgjd] .ap-defrow:last-child {
    border-bottom: none;
}

[b-baya1ewgjd] .ap-defrow-label {
    color: var(--ap-text-secondary);
    font-size: var(--ap-text-sm);
    font-weight: 500;
    margin: 0;
}

[b-baya1ewgjd] .ap-defrow-value {
    color: var(--ap-text);
    font-size: var(--ap-text-base);
    margin: 0;
    min-width: 0;
    overflow-wrap: anywhere;
}

[b-baya1ewgjd] .ap-defrow-value-empty {
    color: var(--ap-text-tertiary);
    font-style: italic;
}

@media (max-width: 640px) {
    [b-baya1ewgjd] .ap-defrow {
        grid-template-columns: 1fr;
        gap: var(--ap-space-1);
    }
}
/* /Shared/ApDetailHero.razor.rz.scp.css */
.ap-detail-hero[b-3naugvn5sf] {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: var(--ap-space-6);
    background: var(--ap-bg-elevated);
    border: 1px solid var(--ap-border);
    border-radius: var(--ap-radius-lg);
    overflow: hidden;
    box-shadow: var(--ap-shadow-sm);
}

.ap-detail-hero-cover[b-3naugvn5sf] {
    position: relative;
    aspect-ratio: 16 / 5;
    background: linear-gradient(135deg, var(--ap-hero-tint, var(--ap-bg-sunken)), var(--ap-hero-tint-2, var(--ap-bg-tinted)));
    overflow: hidden;
}

.ap-detail-hero-cover img[b-3naugvn5sf] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ap-detail-hero-cover-fallback[b-3naugvn5sf] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ap-detail-hero-initial[b-3naugvn5sf] {
    font-family: var(--ap-font-display);
    font-size: 5rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.92);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    letter-spacing: -0.04em;
}

.ap-detail-hero-body[b-3naugvn5sf] {
    padding: var(--ap-space-6) var(--ap-space-8);
}

.ap-detail-hero-back[b-3naugvn5sf] {
    display: inline-flex;
    align-items: center;
    gap: var(--ap-space-1);
    color: var(--ap-text-secondary);
    font-size: var(--ap-text-sm);
    text-decoration: none;
    margin-bottom: var(--ap-space-3);
    transition: color var(--ap-duration-fast) var(--ap-ease);
}

.ap-detail-hero-back:hover[b-3naugvn5sf] {
    color: var(--ap-accent);
}

.ap-detail-hero-back .material-icons[b-3naugvn5sf] {
    font-size: 18px;
}

.ap-detail-hero-row[b-3naugvn5sf] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: var(--ap-space-4);
    flex-wrap: wrap;
}

.ap-detail-hero-titles[b-3naugvn5sf] {
    flex: 1 1 320px;
    min-width: 0;
}

.ap-detail-hero-title[b-3naugvn5sf] {
    font-family: var(--ap-font-display);
    font-size: var(--ap-text-3xl);
    font-weight: 700;
    line-height: var(--ap-leading-tight);
    letter-spacing: -0.022em;
    margin: 0;
    color: var(--ap-text);
}

.ap-detail-hero-subtitle[b-3naugvn5sf] {
    margin: var(--ap-space-2) 0 0;
    color: var(--ap-text-secondary);
    font-size: var(--ap-text-base);
    line-height: 1.4;
}

.ap-detail-hero-pills[b-3naugvn5sf] {
    display: inline-flex;
    flex-wrap: wrap;
    gap: var(--ap-space-2);
    margin-top: var(--ap-space-3);
}

.ap-detail-hero-actions[b-3naugvn5sf] {
    display: flex;
    align-items: center;
    gap: var(--ap-space-2);
    flex-shrink: 0;
}

@media (max-width: 640px) {
    .ap-detail-hero-body[b-3naugvn5sf] { padding: var(--ap-space-4) var(--ap-space-4); }
    .ap-detail-hero-title[b-3naugvn5sf] { font-size: var(--ap-text-2xl); }
    .ap-detail-hero-cover[b-3naugvn5sf] { aspect-ratio: 16 / 6; }
    .ap-detail-hero-actions[b-3naugvn5sf] { width: 100%; }
}
/* /Shared/ApIdChip.razor.rz.scp.css */
.ap-id-chip[b-sc1r51a316] {
    display: inline-flex;
    align-items: center;
    gap: var(--ap-space-2);
    padding: 4px 6px 4px 10px;
    border-radius: var(--ap-radius-pill);
    background: var(--ap-bg-tinted);
    color: var(--ap-text-secondary);
    font-size: var(--ap-text-sm);
    line-height: 1;
    max-width: 100%;
}

.ap-id-chip-label[b-sc1r51a316] {
    color: var(--ap-text-tertiary);
    font-weight: 500;
    margin-right: 2px;
}

.ap-id-chip-value[b-sc1r51a316] {
    font-family: ui-monospace, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
    font-size: 0.78rem;
    color: var(--ap-text);
    background: transparent;
    padding: 0;
    letter-spacing: 0.02em;
}

.ap-id-chip-action[b-sc1r51a316] {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    border-radius: 50%;
    color: var(--ap-text-tertiary);
    cursor: pointer;
    transition: background var(--ap-duration-fast) var(--ap-ease),
                color var(--ap-duration-fast) var(--ap-ease);
}

.ap-id-chip-action:hover[b-sc1r51a316] {
    background: var(--ap-border-strong);
    color: var(--ap-text);
}

.ap-id-chip-action .material-icons[b-sc1r51a316] {
    font-size: 16px;
}
/* /Shared/ApPageHeader.razor.rz.scp.css */
.ap-page-header[b-76k2nsku5v] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: var(--ap-space-4);
    flex-wrap: wrap;
    padding: var(--ap-space-2) 0 var(--ap-space-5);
    margin-bottom: var(--ap-space-4);
    border-bottom: 1px solid var(--ap-border);
}

.ap-page-header-titles[b-76k2nsku5v] {
    flex: 1 1 320px;
    min-width: 0;
}

.ap-page-header-back[b-76k2nsku5v] {
    display: inline-flex;
    align-items: center;
    gap: var(--ap-space-1);
    color: var(--ap-text-secondary);
    font-size: var(--ap-text-sm);
    text-decoration: none;
    margin-bottom: var(--ap-space-2);
    transition: color var(--ap-duration-fast) var(--ap-ease);
}

.ap-page-header-back:hover[b-76k2nsku5v] {
    color: var(--ap-accent);
}

.ap-page-header-back .material-icons[b-76k2nsku5v] {
    font-size: 18px;
}

.ap-page-header-row[b-76k2nsku5v] {
    display: flex;
    align-items: baseline;
    gap: var(--ap-space-3);
    flex-wrap: wrap;
}

.ap-page-header-title[b-76k2nsku5v] {
    font-family: var(--ap-font-display);
    font-size: var(--ap-text-2xl);
    font-weight: 700;
    line-height: var(--ap-leading-tight);
    letter-spacing: -0.022em;
    color: var(--ap-text);
    margin: 0;
}

.ap-page-header-subtitle[b-76k2nsku5v] {
    color: var(--ap-text-secondary);
    font-size: var(--ap-text-sm);
    margin: var(--ap-space-1) 0 0;
}

.ap-page-header-pills[b-76k2nsku5v] {
    display: inline-flex;
    flex-wrap: wrap;
    gap: var(--ap-space-2);
}

.ap-page-header-actions[b-76k2nsku5v] {
    display: flex;
    align-items: center;
    gap: var(--ap-space-2);
    flex-shrink: 0;
}

@media (max-width: 640px) {
    .ap-page-header[b-76k2nsku5v] { padding: var(--ap-space-1) 0 var(--ap-space-3); }
    .ap-page-header-title[b-76k2nsku5v] { font-size: var(--ap-text-xl); }
    .ap-page-header-actions[b-76k2nsku5v] { width: 100%; }
}
/* /Shared/ApSection.razor.rz.scp.css */
.ap-detail-section[b-te3ckdstc9] {
    background: var(--ap-bg-elevated);
    border: 1px solid var(--ap-border);
    border-radius: var(--ap-radius);
    box-shadow: var(--ap-shadow-sm);
    margin-bottom: var(--ap-space-4);
    overflow: hidden;
}

.ap-detail-section-header[b-te3ckdstc9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--ap-space-3);
    padding: var(--ap-space-4) var(--ap-space-6);
    border-bottom: 1px solid var(--ap-border);
    background: transparent;
    text-align: left;
    width: 100%;
    font: inherit;
    color: inherit;
    border-left: none;
    border-right: none;
    border-top: none;
}

.ap-detail-section-header.is-toggle[b-te3ckdstc9] {
    cursor: pointer;
    transition: background var(--ap-duration-fast) var(--ap-ease);
}

.ap-detail-section-header.is-toggle:hover[b-te3ckdstc9] {
    background: var(--ap-bg-tinted);
}

.ap-detail-section.is-collapsed .ap-detail-section-header[b-te3ckdstc9] {
    border-bottom: none;
}

.ap-detail-section-titles[b-te3ckdstc9] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.ap-detail-section-title[b-te3ckdstc9] {
    font-family: var(--ap-font-display);
    font-size: var(--ap-text-lg);
    font-weight: 600;
    color: var(--ap-text);
    letter-spacing: -0.012em;
    line-height: 1.2;
}

.ap-detail-section-subtitle[b-te3ckdstc9] {
    color: var(--ap-text-secondary);
    font-size: var(--ap-text-sm);
}

.ap-detail-section-chevron[b-te3ckdstc9] {
    color: var(--ap-text-tertiary);
    font-size: 22px;
    transition: transform var(--ap-duration) var(--ap-ease);
}

.ap-detail-section-actions[b-te3ckdstc9] {
    display: inline-flex;
    align-items: center;
    gap: var(--ap-space-2);
}

.ap-detail-section-body[b-te3ckdstc9] {
    padding: var(--ap-space-5) var(--ap-space-6);
}

@media (max-width: 640px) {
    .ap-detail-section-header[b-te3ckdstc9] { padding: var(--ap-space-3) var(--ap-space-4); }
    .ap-detail-section-body[b-te3ckdstc9] { padding: var(--ap-space-4) var(--ap-space-4); }
}
/* /Shared/LanguageFlagPicker.razor.rz.scp.css */
/* Trigger (collapsed): borderless icon-button — just the flag, no chrome.
   Chevron is hidden so the flag is the entire affordance. Width is sized
   to a small icon-button so it sits flush with neighbouring toolbar items. */
.ap-lang-dropdown[b-5x0jmgtkd5]  .rz-dropdown {
    width: 44px;
    min-width: 44px;
    height: 32px;
    padding: 0;
    border: none;
    border-radius: 8px;
    background: transparent;
    box-shadow: none;
}

.ap-lang-dropdown[b-5x0jmgtkd5]  .rz-dropdown:hover {
    background: rgba(0, 0, 0, 0.04);
    border: none;
    box-shadow: none;
}

.ap-lang-dropdown[b-5x0jmgtkd5]  .rz-dropdown:focus,
.ap-lang-dropdown[b-5x0jmgtkd5]  .rz-dropdown.rz-state-focused,
.ap-lang-dropdown[b-5x0jmgtkd5]  .rz-dropdown:focus-visible,
.ap-lang-dropdown[b-5x0jmgtkd5]  .rz-dropdown:focus-within {
    border: none;
    box-shadow: none;
    outline: none;
}

.ap-lang-dropdown[b-5x0jmgtkd5]  .rz-dropdown-label {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hide Radzen's chevron — flag is the entire button. */
.ap-lang-dropdown[b-5x0jmgtkd5]  .rz-dropdown-trigger {
    display: none;
}

.ap-lang-trigger[b-5x0jmgtkd5] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 20px;
    overflow: hidden;
    border-radius: 3px;
}

.ap-lang-trigger svg[b-5x0jmgtkd5] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Popup row: flag left, native-language name right. */
.ap-lang-row[b-5x0jmgtkd5] {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 2px 0;
}

.ap-lang-row-flag[b-5x0jmgtkd5] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 20px;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08) inset;
}

.ap-lang-row-flag svg[b-5x0jmgtkd5] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ap-lang-row-name[b-5x0jmgtkd5] {
    font-size: 0.875rem;
    color: var(--rz-text-color, #1a1a1a);
    line-height: 1.2;
}

.ap-lang-fallback[b-5x0jmgtkd5] {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--rz-text-color, #1a1a1a);
}
/* /Shared/MainTopNav.razor.rz.scp.css */
.top-nav-bar[b-3o3b1s19bj] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem 1.5rem;
    background-color: var(--rz-base-darker, #1a1a2e);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    height: 56px;
    position: relative;
    z-index: 100;
}

.top-nav-logo[b-3o3b1s19bj] {
    color: var(--rz-on-base-darker, #e0e0e0);
    text-decoration: none;
    font-size: 0.875rem;
    white-space: nowrap;
    flex-shrink: 0;
}

.top-nav-logo:hover[b-3o3b1s19bj] {
    color: white;
}

.top-nav-search[b-3o3b1s19bj] {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 600px;
    margin: 0 auto;
    display: none;
}

/* Show search bar on medium+ screens */
@media (min-width: 768px) {
    .top-nav-search[b-3o3b1s19bj] {
        display: block;
    }
}

.top-nav-actions[b-3o3b1s19bj] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.top-nav-link[b-3o3b1s19bj] {
    color: var(--rz-on-base-darker, #e0e0e0);
    text-decoration: none;
    font-size: 0.875rem;
    white-space: nowrap;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
}

.top-nav-link:hover[b-3o3b1s19bj] {
    color: white;
    background: rgba(255, 255, 255, 0.1);
}
/* /Shared/MapSearchBar.razor.rz.scp.css */
.map-search-bar[b-v4makey5te] {
    position: relative;
    display: flex;
    align-items: center;
    background: white;
    border-radius: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    padding: 0 12px;
    height: 40px;
    width: 100%;
    transition: box-shadow 0.2s ease;
}

.map-search-bar:focus-within[b-v4makey5te] {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.search-icon[b-v4makey5te] {
    color: #9aa0a6;
    font-size: 1rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin-right: 8px;
}

.search-input[b-v4makey5te] {
    border: none;
    outline: none;
    background: transparent;
    font-size: 0.875rem;
    flex: 1 1 auto;
    min-width: 0;
    height: 100%;
    color: #202124;
}

.search-input[b-v4makey5te]::placeholder {
    color: #9aa0a6;
}

.search-clear[b-v4makey5te] {
    background: none;
    border: none;
    cursor: pointer;
    color: #70757a;
    font-size: 0.875rem;
    padding: 4px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    border-radius: 50%;
}

.search-clear:hover[b-v4makey5te] {
    color: #202124;
    background: rgba(0, 0, 0, 0.04);
}

/* ── Dropdown ── */

.search-dropdown[b-v4makey5te] {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    overflow: hidden;
    max-height: 400px;
    overflow-y: auto;
}

.search-suggestion[b-v4makey5te] {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    cursor: pointer;
    gap: 12px;
    transition: background 0.1s;
}

.search-suggestion:hover[b-v4makey5te],
.search-suggestion.highlighted[b-v4makey5te] {
    background: #f1f3f4;
}

.suggestion-icon[b-v4makey5te] {
    color: #70757a;
    font-size: 1rem;
    flex-shrink: 0;
    width: 20px;
    text-align: center;
}

.suggestion-text[b-v4makey5te] {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.suggestion-primary[b-v4makey5te] {
    font-size: 0.875rem;
    color: #202124;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.suggestion-secondary[b-v4makey5te] {
    font-size: 0.75rem;
    color: #70757a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.suggestion-type[b-v4makey5te] {
    font-size: 0.65rem;
    color: #9aa0a6;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    flex-shrink: 0;
}

.search-loading[b-v4makey5te] {
    padding: 12px 16px;
    font-size: 0.85rem;
    color: #70757a;
    text-align: center;
}
