/* /Components/Copyrights.razor.rz.scp.css */
.copyrights[b-i4jziy5u1d] {
    padding: 16px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.copyrights span[b-i4jziy5u1d] {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #999;
    filter: invert(0.4) drop-shadow(1px 1px 0px white);    
}

.logo[b-i4jziy5u1d] {
    width: 38px;
    height: 38px;
    filter: invert(0.4) drop-shadow(1px 1px 0px white)
}
/* /Components/Map/MapComponent.razor.rz.scp.css */
/* MapComponent.razor.css - Improved with proper scoping and accessibility */

.map-container[b-k11xl4l01d] {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-color: #e0e0e0;
}

/* Leaflet container styling */
:global(.leaflet-container)[b-k11xl4l01d] {
    background-color: #e0e0e0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* Popup content styling */
:global(.leaflet-popup-content-wrapper)[b-k11xl4l01d] {
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

:global(.leaflet-popup-content)[b-k11xl4l01d] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    color: #333;
    padding: 8px;
    margin: 0;
}

:global(.leaflet-popup-tip-container .leaflet-popup-tip)[b-k11xl4l01d] {
    background-color: white;
}

/* Marker styling */
:global(.leaflet-marker-icon)[b-k11xl4l01d] {
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.3));
    border-radius: 50%;
}

:global(.leaflet-marker-icon:focus)[b-k11xl4l01d] {
    outline: 2px solid #4A90E2;
    outline-offset: 2px;
}

/* Control styling */
:global(.leaflet-control)[b-k11xl4l01d] {
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    background-color: white;
}

:global(.leaflet-control-attribution)[b-k11xl4l01d] {
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 11px;
    padding: 4px 6px;
    border-radius: 4px;
}

/* Zoom control styling */
:global(.leaflet-control-zoom)[b-k11xl4l01d] {
    border-radius: 4px;
}

:global(.leaflet-control-zoom a)[b-k11xl4l01d] {
    background-color: white;
    color: #333;
    font-weight: bold;
    font-size: 18px;
    border: 1px solid #ccc;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.2s ease;
}

:global(.leaflet-control-zoom a:first-child)[b-k11xl4l01d] {
    border-radius: 4px 4px 0 0;
    border-bottom: none;
}

:global(.leaflet-control-zoom a:last-child)[b-k11xl4l01d] {
    border-radius: 0 0 4px 4px;
}

:global(.leaflet-control-zoom a:hover)[b-k11xl4l01d] {
    background-color: #f5f5f5;
    color: #000;
    cursor: pointer;
}

:global(.leaflet-control-zoom a:active)[b-k11xl4l01d] {
    background-color: #e0e0e0;
}

:global(.leaflet-control-zoom a:focus)[b-k11xl4l01d] {
    outline: 2px solid #4A90E2;
    outline-offset: -2px;
}

/* Error message styling */
.map-error-message[b-k11xl4l01d] {
    padding: 12px;
    margin-top: 8px;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
    color: #721c24;
    font-size: 14px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    gap: 8px;
}

.map-error-message strong[b-k11xl4l01d] {
    font-weight: 600;
}

/* Loading state */
.map-container.loading[b-k11xl4l01d] {
    position: relative;
    pointer-events: none;
    opacity: 0.6;
}

/* Touch-friendly adjustments for mobile */
@media (hover: none) and (pointer: coarse) {
    :global(.leaflet-control-zoom a)[b-k11xl4l01d] {
        width: 44px;
        height: 44px;
        font-size: 20px;
    }
}

/* Responsive design */
@media (max-width: 768px) {
    :global(.leaflet-popup-content)[b-k11xl4l01d] {
        font-size: 13px;
        padding: 6px;
    }

    :global(.leaflet-control-attribution)[b-k11xl4l01d] {
        font-size: 10px;
        padding: 2px 4px;
    }
}

@media (max-width: 480px) {
    :global(.leaflet-popup-content)[b-k11xl4l01d] {
        font-size: 12px;
        padding: 4px;
    }

    :global(.leaflet-control-zoom a)[b-k11xl4l01d] {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    :global(.leaflet-control-attribution)[b-k11xl4l01d] {
        font-size: 9px;
        padding: 1px 3px;
    }
}

/* Print styling */
@media print {
    .map-container[b-k11xl4l01d] {
        page-break-inside: avoid;
    }

    :global(.leaflet-control)[b-k11xl4l01d] {
        display: none;
    }
}

/* High contrast mode support */
@media (prefers-contrast: more) {
    .map-container[b-k11xl4l01d] {
        border: 2px solid #000;
    }

    :global(.leaflet-control)[b-k11xl4l01d] {
        border: 1px solid #000;
    }

    :global(.leaflet-control-zoom a)[b-k11xl4l01d] {
        border: 2px solid #000;
    }

    .map-error-message[b-k11xl4l01d] {
        border: 2px solid #721c24;
        font-weight: bold;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    :global(.leaflet-control-zoom a)[b-k11xl4l01d] {
        transition: none;
    }

    :global(.leaflet-popup-content-wrapper)[b-k11xl4l01d] {
        animation: none;
    }
}

/* Dark mode support (optional) */
@media (prefers-color-scheme: dark) {
    .map-container[b-k11xl4l01d] {
        background-color: #222;
        border-color: #444;
    }

    :global(.leaflet-popup-content)[b-k11xl4l01d] {
        background-color: #2d2d2d;
        color: #e0e0e0;
    }

    :global(.leaflet-popup-content-wrapper)[b-k11xl4l01d] {
        background-color: #2d2d2d;
    }

    :global(.leaflet-control)[b-k11xl4l01d] {
        background-color: #2d2d2d;
        color: #e0e0e0;
    }

    :global(.leaflet-control-zoom a)[b-k11xl4l01d] {
        background-color: #2d2d2d;
        color: #e0e0e0;
        border-color: #444;
    }

    :global(.leaflet-control-zoom a:hover)[b-k11xl4l01d] {
        background-color: #3d3d3d;
    }

    :global(.leaflet-control-attribution)[b-k11xl4l01d] {
        background-color: rgba(45, 45, 45, 0.8);
        color: #e0e0e0;
    }
}

[b-k11xl4l01d] .radio-marker {
    border-radius: 50%;
    overflow: hidden;
    background: #fffcee;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-k11xl4l01d] .radio-marker.selected {
    background: var(--app-primary-color);
    z-index: 1000 !important;
}

[b-k11xl4l01d] .radio-marker .dot {
    width: 8px;
    height: 8px;
    background: var(--app-primary-color);
    border-radius: 50%;
}

[b-k11xl4l01d] .radio-marker.selected .dot {
    background: #fffcee;
}

[b-k11xl4l01d] .radio-marker .count {
    color: var(--app-primary-color);
    font-size: 15px;
    font-weight: 400;
}

[b-k11xl4l01d] .radio-marker.selected .count {
    color: #fffcee;
}

[b-k11xl4l01d] .radio-marker .dot::before {
    content: "";
    position: absolute;
    inset: 9px;
    border: 1px solid var(--app-primary-color);
    border-radius: 50%;
}

[b-k11xl4l01d] .radio-marker.selected .dot::before {
    border-color: #fffcee;    
}

[b-k11xl4l01d] .radio-marker .dot::after {
    content: "";
    position: absolute;
    inset: 4px;
    border: 1px solid var(--app-primary-color);
    border-radius: 50%;
}

[b-k11xl4l01d] .radio-marker.selected .dot::after {
    border-color: #fffcee;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-fh7scc920p] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    height: 100dvh;
    background-color: #eeeeee;
    align-items: stretch;
    overflow: hidden;
}

main[b-fh7scc920p] {
    flex: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
}

article[b-fh7scc920p] {
    padding-top: var(--app-navigation-bar-height);
    width: 100%;
}

.header-container[b-fh7scc920p] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--app-navigation-bar-height);
    background: #fff;
    z-index: 2000;    
}

/* /Pages/Home.razor.rz.scp.css */
.main-content-container[b-gl9g0a9pn6] {
    padding: 16px 16px 82px 16px;
    display: grid;
    grid-template-columns: auto min(768px, 100%) auto;
    height: 100%;
    overflow: scroll;
}

.main-content[b-gl9g0a9pn6] {
    grid-column: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.new-section[b-gl9g0a9pn6] {
    margin-bottom: 32px;
}

.top-text-container[b-gl9g0a9pn6] {
    background-color: var(--app-primary-color);
    color: white;
    padding: 16px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 3px;
}

.secondary-text-container[b-gl9g0a9pn6] {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));    
}

.secondary-text-section[b-gl9g0a9pn6] {
    background-color: white;
    color: #474747;
    padding: 16px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 3px;    
}

.card-container-section[b-gl9g0a9pn6] {
    width: 100%;
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.store-card[b-gl9g0a9pn6] {
    display: flex;
    flex-direction: column;
    max-width: 800px;
    flex-shrink: 1;
    flex-grow: 1;
    min-width: 300px;
    width: 0;
    transition: all 0.2s ease-out;
    background-color: #e0e0e0;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}

.store-card:hover[b-gl9g0a9pn6] {
    background: white;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.25));
    margin-top: -2px;
    margin-bottom: 2px;
}

.card-image[b-gl9g0a9pn6] {
    background: #eee;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.card-image > img[b-gl9g0a9pn6] {
    width: 100%;
}

.card-text[b-gl9g0a9pn6] {
    font-size: 38px;
    text-align: center;
    padding: 8px;
    color: #474747;
}
/* /Pages/Podcasts.razor.rz.scp.css */
.main-content-container[b-76zui90tlk] {
    padding: 16px 16px 82px 16px;
    display: grid;
    grid-template-columns: auto min(768px, 100%) auto;
    height: 100%;
    overflow: scroll;
}

.main-content-container > *[b-76zui90tlk] {
    overflow-wrap: anywhere;
}

.main-content[b-76zui90tlk] {
    grid-column: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
/* /Pages/PrivacyPolicy.razor.rz.scp.css */
.main-content-container[b-8yy89i5tm9] {
    padding: 16px 16px 82px 16px;
    display: grid;
    grid-template-columns: auto min(768px, 100%) auto;
    height: 100%;
    overflow: scroll;
}

.main-content[b-8yy89i5tm9] {
    grid-column: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.new-section[b-8yy89i5tm9] {
    margin-bottom: 32px;
}

.top-text-container[b-8yy89i5tm9] {
    background-color: var(--app-primary-color);
    color: white;
    padding: 16px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 3px;
}

.secondary-text-container[b-8yy89i5tm9] {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.secondary-text-section[b-8yy89i5tm9] {
    background-color: white;
    color: #474747;
    padding: 16px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: normal;
    border-radius: 3px;
}

.card-container-section[b-8yy89i5tm9] {
    width: 100%;
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.store-card[b-8yy89i5tm9] {
    display: flex;
    flex-direction: column;
    max-width: 800px;
    flex-shrink: 1;
    flex-grow: 1;
    min-width: 300px;
    width: 0;
    transition: all 0.2s ease-out;
    background-color: #e0e0e0;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
}

.store-card:hover[b-8yy89i5tm9] {
    background: white;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.25));
    margin-top: -2px;
    margin-bottom: 2px;
}

.card-image[b-8yy89i5tm9] {
    background: #eee;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.card-image > img[b-8yy89i5tm9] {
    width: 100%;
}

.card-text[b-8yy89i5tm9] {
    font-size: 38px;
    text-align: center;
    padding: 8px;
    color: #474747;
}
/* /Pages/RadioStations.razor.rz.scp.css */
.main-content-container[b-a41l4ijfov] {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 100%;
}
/* /Views/BottomSheet.razor.rz.scp.css */
.floating[b-g4376tx4hb] {
    z-index: 2000;
    position: fixed;
    bottom: 0;
    right: 1rem;

    width: var(--app-sheet-fixed-width);                   /* fixed width on desktop */
    max-width: calc(100% - 2rem);   /* safety: never wider than screen minus margins */
    
    height: calc(100vh - 65px);
    height: calc(100dvh - 65px);

    display: flex;                     /* or grid — flex is simpler here */
    flex-direction: column;

    background: #fff;
    color: black;
    border-radius: 12px 12px 0 0;
    overflow: hidden;

    box-shadow:
            0 0 10px rgba(0, 0, 0, 0.03),
            0 0 6px rgba(0, 0, 0, 0.01);

    transition: all 0.3s ease-in-out;         /* fallback for other props if needed */
}

.header[b-g4376tx4hb] {
    height: 16px;
    flex-shrink: 0;
    display: flex;
}

.content[b-g4376tx4hb] {
    /* The magic happens here */
    display: grid;
    flex-shrink: 1;
    flex-grow: 1;
    padding: 0;
    grid-template-rows: 1fr;           /* expanded = default */
    overflow: hidden;                  /* very important */
    transition: grid-template-rows 0.3s ease-in-out;

    /* Inner wrapper that actually holds the scrollable content */
    > .content-inner {
        display: grid;
        grid-template-rows: auto 1fr;
        overflow-y: auto;
    }
}

.content-header[b-g4376tx4hb] {
    width: 100%;
    height: 100%;
}

.content-body[b-g4376tx4hb] {
    overflow-y: auto;
    width: 100%;
    height: 100%;
}

/* Collapsed state */
.floating.collapsed[b-g4376tx4hb] {
    height: auto;    
}

.floating.collapsed .content[b-g4376tx4hb] {
    grid-template-rows: 0fr;
}

/* When collapsed → kill padding so zero space remains */
.floating.collapsed .content-inner[b-g4376tx4hb] {
    padding: 0 1rem;
    opacity: 0;
    height: 0;
}

/* Footer always visible */
.footer[b-g4376tx4hb] {
    flex-shrink: 0;
}

/* Grip handle */
.grip-handle[b-g4376tx4hb] {
    width: 100%;
    height: 100%;
    border-radius: 8px 8px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: none;
}

.grip-handle[b-g4376tx4hb]::before {
    content: '';
    width: 24px;
    height: 2px;
    background: #bcbcbc;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.grip-handle:hover[b-g4376tx4hb] {
    background: #f5f5f5;
}

@media (max-width: 600px) {           /* adjust breakpoint: 480–600px usually feels best */
    .floating[b-g4376tx4hb] {
        left: 0.75rem;                /* small padding on left */
        right: 0.75rem;               /* small padding on right */
        width: auto;                  /* stretch to fill available space */
        max-width: none;              /* remove any cap */
        border-radius: 10px 10px 0 0; /* optional: softer on mobile */
    }
}

@media (max-width: 445px) {
    .floating[b-g4376tx4hb] {
        left: 0;
        right: 0;
    }
}
/* /Views/Header.razor.rz.scp.css */
.header[b-xoqx52ihzx] {
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #e0e0e0;
    display: grid;
    grid-template-columns: 1fr auto;
    padding-right: 0.75rem;
}

.leading-menu[b-xoqx52ihzx] {
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    align-content: center;
    align-items: center;
    padding-left: 16px;
}

.line[b-xoqx52ihzx] {
    fill: none;
    stroke: #333;
    stroke-width: 4;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* */
.menu-btn[b-xoqx52ihzx] {
    width: 40px;
    height: 40px;
}

.header-menu-container[b-xoqx52ihzx] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--app-sheet-fixed-width);
}

@media (max-width: 600px) {
    .header-menu-container[b-xoqx52ihzx] {
        width: 100%;
    }
    .header[b-xoqx52ihzx] {
        grid-template-columns: 1fr auto 1fr;
        padding-right: 0;
    }
}

@media (max-width: 445px) {
    .header-menu-container[b-xoqx52ihzx] {
        width: 100%;
    }
    .header[b-xoqx52ihzx] {
        grid-template-columns: 1fr auto 1fr;
        padding-right: 0;
    }    
}
/* /Views/HeaderModeMenu.razor.rz.scp.css */
.header-mode-menu[b-5y8tl6ijjz] {
    height: 100%;
    padding: 6px;
}

.header-mode-menu-item-container[b-5y8tl6ijjz] {
    display: flex;
    gap: 3px;
    align-items: center;
    flex-direction: row;
    background: #eee;
    height: 100%;
    border-radius: 8px;
    padding: 0 3px;
}

.header-mode-menu-item[b-5y8tl6ijjz] {
    cursor: pointer;
    height: calc(100% - 6px);
    border-radius: 6px;
    color: black;
    transition: all 0.2s ease-in-out;
}

.header-mode-menu-item:hover[b-5y8tl6ijjz] {
    background: #fff;
}

.header-mode-menu-item:active[b-5y8tl6ijjz] {
    background: var(--app-primary-color);
}

.header-mode-menu-item.active[b-5y8tl6ijjz] {
    background: var(--app-primary-color);
    color: #fff;
}

.header-mode-menu-item > *[b-5y8tl6ijjz] {
    padding: 0 8px;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
}
/* /Views/MiniPlayerView.razor.rz.scp.css */
.mini-player-view[b-ntq4hidrka] {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;

    padding: 8px;
    background: white;

    width: 100%;
    box-sizing: border-box;
    
    cursor: pointer;
}

/* Progress */

.progress[b-ntq4hidrka] {
    width: 100%;
    height: 3px;
    background: none;
    position: absolute;
    margin: 0 -8px;
    top: 0;
    overflow: hidden;
    border-radius: 0;
}

.progress[b-ntq4hidrka]::before {
    content: "";
    display: block;
    height: 100%;
    width: var(--value);
    background: var(--app-primary-color);
    transition: width 0.4s ease;
}

/* Image */
.image-container[b-ntq4hidrka] {
    width: 64px;
    height: 64px;
    flex-shrink: 0;

    border-radius: 6px;
    overflow: hidden;
}

.image-container img[b-ntq4hidrka] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Text */
.text-container[b-ntq4hidrka] {
    display: flex;
    flex-direction: column;
    gap: 2px;

    flex: 1;
    min-width: 0; /* VERY important for ellipsis */
}

.primary-text[b-ntq4hidrka] {
    font-size: 14px;
    font-weight: 600;
    color: #000;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.secondary-text[b-ntq4hidrka] {
    font-size: 12px;
    color: #666;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.placeholder-container[b-ntq4hidrka] {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.placeholder-line-primary[b-ntq4hidrka] {
    height: 8px;
    border-radius: 2px;
    background: #888;
    max-width: 200px;
    margin: 4px;
}

.placeholder-line-secondary[b-ntq4hidrka] {
    height: 6px;
    border-radius: 2px;
    background: #aaa;
    max-width: 200px;
    margin: 4px;
}

/* Play / Pause button */
.play-button[b-ntq4hidrka] {
    width: 42px;
    height: 42px;
    border-radius: 50%;

    background: var(--app-primary-color);
    color: white;

    border: none;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 16px;
    font-weight: bold;
    
    transition: transform 0.2s ease;
}

.play-button:hover[b-ntq4hidrka] {
    transform: scale(1.05);
}

.play-button .image[b-ntq4hidrka] {
    width: 24px;
    height: 24px;

    filter: brightness(0) invert(1);
}
/* /Views/PlaybackButtons.razor.rz.scp.css */
.playback-buttons[b-5mkzm886pw] {
    display: flex;
    flex-direction: row;
    gap: 6px;
}

.playback-buttons > .image[b-5mkzm886pw] {
    width: 24px;
    height: 24px;

    filter: brightness(0) invert(1);
}
/* /Views/Podcast/EpisodeItem.razor.rz.scp.css */
.episode-cell[b-xk67ymw9x4] {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    padding: 10px 10px;
}

.episode-cell:hover[b-xk67ymw9x4] {
    background: #f2f2f2;
}

.cell-top[b-xk67ymw9x4] {
    display: flex;
    gap: 8px;
    width: 100%;
}

.cell-image[b-xk67ymw9x4] {
    width: 64px;
    height: 64px;
    background: #f0f0f0;
    border-radius: 6px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.cell-image img[b-xk67ymw9x4] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cell-content[b-xk67ymw9x4] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
}

.cell-text[b-xk67ymw9x4] {
    display: flex;
    flex-direction: column;
}

.cell-title[b-xk67ymw9x4] {
    font-size: 13px;
    font-weight: 500;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}

.cell-description[b-xk67ymw9x4] {
    font-size: 12px;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    line-height: normal;
}

.cell-bottom[b-xk67ymw9x4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cell-bottom-header[b-xk67ymw9x4] {
    display: flex;
    align-items: center;
    width: 72px;
}

.cell-bottom-flexible[b-xk67ymw9x4] {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: space-between;
}

.badge[b-xk67ymw9x4] {
    background: #e63946;
    color: white;
    padding: 4px 6px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 600;
    width: fit-content;
}

.small-text[b-xk67ymw9x4] {
    font-size: 12px;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    line-height: normal;    
}
/* /Views/Podcast/EpisodeItemPlayPill.razor.rz.scp.css */
.episode-play-pill[b-fk2feeblah] {
    background: #f2f2f2;
    color: #444;    
    padding: 4px 10px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    transition: background 0.2s ease-out;
}

.episode-play-pill:hover[b-fk2feeblah] {
    background: #666;
    color: white;
}

.selected[b-fk2feeblah] {
    background: #666;
    color: white;
}

.play-icon[b-fk2feeblah] {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* /Views/Podcast/PodcastDetails.razor.rz.scp.css */
.podcast-detail-container[b-6qsblaubur] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    margin: 16px 0;
}

.margin[b-6qsblaubur] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 10px;
}

/* Header/Logo Section */
.hero-section[b-6qsblaubur] {
    background: white;
    border-radius: 6px;
    margin-bottom: 30px;
    text-align: center;
    width: min(60%, 250px);
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.hero-image[b-6qsblaubur] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.title-section[b-6qsblaubur] {
    text-align: center;
}

.main-title[b-6qsblaubur] {
    line-height: 1.0;
}

.author[b-6qsblaubur] {
    font-size: 16px;
    color: #999;
}

.action-btn[b-6qsblaubur] {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: #f0f0f0;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: background 0.3s ease;
}

.action-btn:hover[b-6qsblaubur] {
    background: #e8e8e8;
}

/* Description */
.description[b-6qsblaubur] {
    text-align: center;
    color: #666;
    width: 100%;
    overflow-wrap: anywhere;
}

.section-title[b-6qsblaubur] {
    background: #e63946;
    color: white;
    padding: 6px 20px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
}

.sticky[b-6qsblaubur] {
    position: sticky;
    top: 6px;
}

.content-section[b-6qsblaubur] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10px 0;
}

.section[b-6qsblaubur] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.content-section-fill[b-6qsblaubur] {
    display: flex;
    justify-content: stretch;
    flex-wrap: wrap;
    gap: 0;
    margin: 10px 0;
    width: 100%;
}

/* Episodes Section */
.episodes-list[b-6qsblaubur] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.episode-card[b-6qsblaubur] {
    background: white;
    border-radius: 8px;
    border: 1px solid #f0f0f0;
    padding: 20px;
    display: flex;
    gap: 15px;
}

.episode-thumbnail[b-6qsblaubur] {
    width: 70px;
    height: 70px;
    background: #f8f8f8;
    border-radius: 8px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.episode-thumbnail img[b-6qsblaubur] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.episode-content[b-6qsblaubur] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.episode-title[b-6qsblaubur] {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.4;
}

.episode-description[b-6qsblaubur] {
    font-size: 13px;
    color: #999;
    line-height: 1.5;
}
/* /Views/Podcast/PodcastEpisodeDetail.razor.rz.scp.css */
.episode-detail-container[b-gtys7py3ot] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    margin: 16px 10px;
}

/* Header/Logo Section */
.hero-section[b-gtys7py3ot] {
    background: white;
    border-radius: 6px;
    margin-bottom: 30px;
    text-align: center;
    width: min(60%, 250px);
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.hero-image[b-gtys7py3ot] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.title-section[b-gtys7py3ot] {
    text-align: center;
}

.main-title[b-gtys7py3ot] {
    line-height: 1.0;
}

.author[b-gtys7py3ot] {
    font-size: 16px;
    color: #999;
}

.action-btn[b-gtys7py3ot] {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: #f0f0f0;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: background 0.3s ease;
}

.action-btn:hover[b-gtys7py3ot] {
    background: #e8e8e8;
}

/* Description */
.description[b-gtys7py3ot] {
    text-align: center;
    color: #666;
    width: 100%;
    overflow-wrap: anywhere;
}

.section-title[b-gtys7py3ot] {
    background: #e63946;
    color: white;
    padding: 6px 20px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
}

.sticky[b-gtys7py3ot] {
    position: sticky;
    top: 6px;
}

.content-section[b-gtys7py3ot] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10px 0;
}

.section[b-gtys7py3ot] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.content-section-fill[b-gtys7py3ot] {
    display: flex;
    justify-content: stretch;
    flex-wrap: wrap;
    gap: 8px;
    margin: 10px 0;
    width: 100%;
}

/* Episodes Section */
.episodes-list[b-gtys7py3ot] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.episode-card[b-gtys7py3ot] {
    background: white;
    border-radius: 8px;
    border: 1px solid #f0f0f0;
    padding: 20px;
    display: flex;
    gap: 15px;
}

.episode-thumbnail[b-gtys7py3ot] {
    width: 70px;
    height: 70px;
    background: #f8f8f8;
    border-radius: 8px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.episode-thumbnail img[b-gtys7py3ot] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.episode-content[b-gtys7py3ot] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.episode-title[b-gtys7py3ot] {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.4;
}

.episode-description[b-gtys7py3ot] {
    font-size: 13px;
    color: #999;
    line-height: 1.5;
}
/* /Views/Podcast/PodcastEpisodeList.razor.rz.scp.css */
.podcast-episodes-container[b-susi0ocvtv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    height: 100%;
}

[b-susi0ocvtv] .episodes-section-layout {
    display: flex;
    justify-content: stretch;
    flex-wrap: wrap;
    gap: 2px;
    width: 100%;
    height: 100%;
    overflow-x: auto;
    padding: 10px 0;
}

.monthly-section[b-susi0ocvtv] {
    display: flex;
    justify-content: stretch;
    gap: 0;
    position: relative;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.sticky[b-susi0ocvtv] {
    position: sticky;
    top: 6px;
}
/* /Views/Podcast/PodcastHeaderView.razor.rz.scp.css */
.podcast-header[b-4sqgln9p6d] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    padding: 8px;
    width: 100%;
    height: 100%;
}
/* /Views/Podcast/PodcastResultItem.razor.rz.scp.css */
.podcast-item[b-aag8h4j3eu] {
    display: flex;
    align-items: center;
    gap: 12px;

    padding: 10px 10px;
    cursor: pointer;
}

.podcast-item:hover[b-aag8h4j3eu] {
    background: #f2f2f2;
}

/* Image */
.podcast-image[b-aag8h4j3eu] {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    border-radius: 6px;
    overflow: hidden;
    background: #e0e0e0;
}

.podcast-image img[b-aag8h4j3eu] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Middle content */
.podcast-content[b-aag8h4j3eu] {
    flex: 1;
    min-width: 0; /* required for text truncation */
}

.podcast-content h3[b-aag8h4j3eu] {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #000;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.podcast-content p[b-aag8h4j3eu] {
    margin: 4px 0 0;
    font-size: 14px;
    color: #666;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Count badge */
.podcast-count[b-aag8h4j3eu] {
    width: 32px;
    height: 32px;
    flex-shrink: 0;

    border-radius: 50%;
    background: #f1f1f1;

    display: flex;
    align-items: center;
    justify-content: center;
}

.podcast-count p[b-aag8h4j3eu] {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #444;
}
/* /Views/Podcast/PodcastSearchResult.razor.rz.scp.css */
.podcast-search-result-container[b-zpzbcr91z5] {
    height: 100%;
}

[b-zpzbcr91z5] .podcast-search-result-layout {
    display: flex;
    gap: 0;
    align-items: stretch;
    padding: 10px 0;
    flex-direction: column;
    overflow: auto;
    height: 100%;
}

.no-items-result[b-zpzbcr91z5] {
    font-size: 14px;
    text-align: center;
    padding: 16px;
    color: #888;
}

/* /Views/PodcastsForCategorySection.razor.rz.scp.css */
.section[b-ozvwfxrfrb] {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 100%;
    margin-bottom: 32px;
}

.section > .ui-section-left[b-ozvwfxrfrb] {
    margin-bottom: 16px;
}

.sticky[b-ozvwfxrfrb] {
    position: sticky;
    top: 0;
}

[b-ozvwfxrfrb] .layout {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
    gap: 18px;
    width: 100%;
}

.podcast-card[b-ozvwfxrfrb] {
    position: relative;
    aspect-ratio: 1;
    cursor: pointer;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.back-content[b-ozvwfxrfrb] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -12px;
    left: 50%;
    transform: translate(-50%, 0%);
    background: transparent;
    border: none;
    border-radius: 0;
    align-items: center;
    display: flex;
    flex-direction: column-reverse;
    z-index: -1;
}

.footer-content[b-ozvwfxrfrb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 8px;
    height: 80px;
}

.podcast-title[b-ozvwfxrfrb] {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-align: center;
    overflow: hidden;
    line-height: 1.1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.podcast-subtitle[b-ozvwfxrfrb] {
    font-size: 13px;
    color: #333;
    text-align: center;
    margin-bottom: 8px;
    overflow: hidden;
    line-height: 1.0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.podcast-card:hover .back-content[b-ozvwfxrfrb] {
    width: calc(100% + 24px);
    height: calc(100% + 110px);
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    z-index: -1;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.15);
}

.podcast-card-placeholder[b-ozvwfxrfrb] {
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 6px;
    border-color: #d0d0d0;
    border-width: 1px;
    cursor: pointer;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: #e0e0e0;

    animation: placeholder-pulse-b-ozvwfxrfrb 1.6s ease-in-out infinite;
}

@keyframes placeholder-pulse-b-ozvwfxrfrb {
    0%   { opacity: 1; }
    50%  { opacity: 0.6; }
    100% { opacity: 1; }
}

.podcast-card:hover[b-ozvwfxrfrb] {
    transform: translateY(-2px);
    z-index: 1001;
}

.podcast-image[b-ozvwfxrfrb] {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
}

.podcast-card:hover .podcast-image[b-ozvwfxrfrb] {
    border-radius: 2px;
}

.podcast-card:hover .podcast-image img[b-ozvwfxrfrb]{
    border-radius: 2px;
    border-color: #ddd;
    border-width: 2px;
}

.podcast-image img[b-ozvwfxrfrb] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    border-radius: 6px;
    background: #e0e0e0;
    transition: border-radius 0.2s ease-out;
}
/* /Views/Radio/RadioCountrySelection.razor.rz.scp.css */
.radio-country-list[b-oi8f8wihxq] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    grid-auto-rows: 90px;
    padding: 10px;  
}

.radio-country-list > *[b-oi8f8wihxq] {
    overflow-wrap: anywhere;
}

.radio-country-item[b-oi8f8wihxq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #eee;
    border-radius: 5px;
    padding: 4px;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.radio-country-item:hover[b-oi8f8wihxq] {
    transform: translateY(-2px);
}

.selected[b-oi8f8wihxq] {
    border: 3px solid #999;
}

.name[b-oi8f8wihxq] {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.flag[b-oi8f8wihxq] {
    font-size: 14px;
}

.clamp[b-oi8f8wihxq] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;

    overflow: hidden;
}
/* /Views/Radio/RadioDetails.razor.rz.scp.css */
.radio-detail-container[b-zq6rr78zdn] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    margin: 16px 10px;
}

/* Header/Logo Section */
.hero-section[b-zq6rr78zdn] {
    background: white;
    border-radius: 6px;
    margin-bottom: 30px;
    text-align: center;
    width: min(60%, 250px);
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.hero-image[b-zq6rr78zdn] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.title-section[b-zq6rr78zdn] {
    text-align: center;
}

.main-title[b-zq6rr78zdn] {
    line-height: 1.0;
}

.author[b-zq6rr78zdn] {
    font-size: 16px;
    color: #999;
}

.action-btn[b-zq6rr78zdn] {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: #f0f0f0;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transition: background 0.3s ease;
}

.action-btn:hover[b-zq6rr78zdn] {
    background: #e8e8e8;
}

/* Description */
.description[b-zq6rr78zdn] {
    text-align: center;
    color: #666;
    width: 100%;
    overflow-wrap: anywhere;
}

.section-title[b-zq6rr78zdn] {
    background: #e63946;
    color: white;
    padding: 6px 20px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
}

.sticky[b-zq6rr78zdn] {
    position: sticky;
    top: 6px;
}

.content-section[b-zq6rr78zdn] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10px 0;
}

.section[b-zq6rr78zdn] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.content-section-fill[b-zq6rr78zdn] {
    display: flex;
    justify-content: stretch;
    flex-wrap: wrap;
    gap: 12px;
    margin: 10px 0;
    width: 100%;
}

/* Episodes Section */
.episodes-list[b-zq6rr78zdn] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.episode-card[b-zq6rr78zdn] {
    background: white;
    border-radius: 8px;
    border: 1px solid #f0f0f0;
    padding: 20px;
    display: flex;
    gap: 15px;
}

.episode-thumbnail[b-zq6rr78zdn] {
    width: 70px;
    height: 70px;
    background: #f8f8f8;
    border-radius: 8px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.episode-thumbnail img[b-zq6rr78zdn] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.episode-content[b-zq6rr78zdn] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.episode-title[b-zq6rr78zdn] {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.4;
}

.episode-description[b-zq6rr78zdn] {
    font-size: 13px;
    color: #999;
    line-height: 1.5;
}
/* /Views/Radio/RadioFilterSelection.razor.rz.scp.css */
/* /Views/Radio/RadioHeaderView.razor.rz.scp.css */
.radio-header[b-ozqxkpchaf] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    padding: 8px;  
    width: 100%;
    height: 100%;
}

.spacer[b-ozqxkpchaf] {
    flex: 1;
}

.indicator[b-ozqxkpchaf] {
    position: relative;
}

.indicator[b-ozqxkpchaf]::after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: -3px;
    right: -3px;
    border-radius: 50%;
    background: var(--app-primary-color);
}
/* /Views/Radio/RadioLanguageSelection.razor.rz.scp.css */
.radio-language-list[b-cf95gijvd5] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    grid-auto-rows: 90px;
    padding: 10px;
}

.radio-language-list > *[b-cf95gijvd5] {
    overflow-wrap: anywhere;
}

.radio-language-item[b-cf95gijvd5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #eee;
    border-radius: 5px;
    padding: 4px;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.radio-language-item:hover[b-cf95gijvd5] {
    transform: translateY(-2px);
}

.selected[b-cf95gijvd5] {
    border: 3px solid #999;
}

.name[b-cf95gijvd5] {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.total[b-cf95gijvd5] {
    font-size: 14px;
}

.clamp[b-cf95gijvd5] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;

    overflow: hidden;
}
/* /Views/Radio/RadioResultItem.razor.rz.scp.css */
.radio-item[b-vb3m9zg0f2] {
    display: flex;
    align-items: center;
    gap: 12px;

    padding: 2px 10px;
    cursor: pointer;
}

.radio-item:hover[b-vb3m9zg0f2] {
    background: #f2f2f2;
}

/* Image */
.radio-image[b-vb3m9zg0f2] {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    border-radius: 6px;
    overflow: hidden;
    background: #e0e0e0;
}

.radio-image img[b-vb3m9zg0f2] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Middle content */
.radio-content[b-vb3m9zg0f2] {
    flex: 1;
    min-width: 0; /* required for text truncation */
}

.radio-content h3[b-vb3m9zg0f2] {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #000;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.radio-content p[b-vb3m9zg0f2] {
    margin: 4px 0 0;
    font-size: 14px;
    color: #666;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Count badge */
.radio-count[b-vb3m9zg0f2] {
    width: 32px;
    height: 32px;
    flex-shrink: 0;

    border-radius: 50%;
    background: #f1f1f1;

    display: flex;
    align-items: center;
    justify-content: center;
}

.radio-count p[b-vb3m9zg0f2] {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #444;
}
/* /Views/Radio/RadioResultItemPlayButton.razor.rz.scp.css */
.radio-play-circle[b-8h3rrbiyqk] {
    width: 32px;
    height: 32px;
    flex-shrink: 0;

    border-radius: 50%;
    background: #f1f1f1;

    display: flex;
    align-items: center;
    justify-content: center;
    
    transition: background 0.3s ease;
}

.radio-play-circle:hover[b-8h3rrbiyqk] {
    background: #666;
}

.selected[b-8h3rrbiyqk] {
    background: #666;
}

.selected > img[b-8h3rrbiyqk] {
    filter: brightness(0) invert(1);
}

.radio-play-circle > img[b-8h3rrbiyqk] {
    width: 20px;
}

.radio-play-circle:hover > img[b-8h3rrbiyqk] {
    filter: brightness(0) invert(1);
}
/* /Views/Radio/RadioSearchResult.razor.rz.scp.css */
.radio-search-result-container[b-lzxbe1qpf6] {
    height: 100%;
}

[b-lzxbe1qpf6] .radio-search-result-layout {
    display: flex;
    gap: 8px;
    align-items: stretch;
    padding: 10px 0;
    flex-direction: column;
    overflow: auto;
    height: 100%;
}

.no-items-result[b-lzxbe1qpf6] {
    font-size: 14px;
    text-align: center;
    padding: 16px;
    color: #888;    
}
/* /Views/Sheet/FavoriteItem.razor.rz.scp.css */
.card[b-svsbfvaz0s] {
    width: min(30%, 125px);
    aspect-ratio: 0.75;
    background-color: #fafafa;
    border-color: #e9e9e9;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.card:hover[b-svsbfvaz0s] {
    transform: translateY(-2px);
    background: #f2f2f2;
}

.card-image-wrapper[b-svsbfvaz0s] {
    position: relative;
    width: 100%;
    height: 45%;
    background: #e0e0e0;
    overflow: hidden;
    flex-shrink: 0;
}

.card-image[b-svsbfvaz0s] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(12px);
}

.card-image img[b-svsbfvaz0s] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.card-background-image[b-svsbfvaz0s] {
    position: absolute;
    top: 0;
    left: 0;
    filter: blur(16px);
    object-fit: cover !important;
    z-index: -1;
}

.heart-badge[b-svsbfvaz0s] {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
    opacity: 0.0;
}

.card:hover .heart-badge[b-svsbfvaz0s] {
    opacity: 0.8;
}

.card:hover .heart-badge:hover[b-svsbfvaz0s] {
    opacity: 1.0;
}

.card-title[b-svsbfvaz0s] {
    font-size: 14px;
    font-weight: 500;
    color: #1a1a1a;
    text-overflow: ellipsis;
    margin: 0 4px;
    text-align: center;
}
/* /Views/Sheet/RecentItem.razor.rz.scp.css */
.card[b-4lc665q5bq] {
    width: min(30%, 125px);
    aspect-ratio: 1.0;
    background: #fafafa;
    border-color: #e9e9e9;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background-size: cover;
}

.card:hover[b-4lc665q5bq] {
    transform: translateY(-2px);
    background: #f2f2f2;
    background-size: cover;
}

.card-title[b-4lc665q5bq] {
    font-size: 14px;
    font-weight: 500;
    color: #1a1a1a;
    text-overflow: ellipsis;
    margin: 0 4px;
    text-align: center;
}

.card-background-image[b-4lc665q5bq] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.2;
    filter: blur(16px);
}
/* /Views/SheetHome.razor.rz.scp.css */
.sheet-home-container[b-8o4ba0qnr1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    margin: 16px 10px;
}

.sheet-home-container > *[b-8o4ba0qnr1] {
    overflow-wrap: anywhere;
}

.section[b-8o4ba0qnr1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.sticky[b-8o4ba0qnr1] {
    position: sticky;
    top: 6px;
}

.content-section[b-8o4ba0qnr1] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10px 0;
    width: 100%;
}

.content-section-favorite[b-8o4ba0qnr1] {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10px 0;
    width: 100%;
}

.content-section-recent[b-8o4ba0qnr1] {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10px 0;
    width: 100%;
}
/* /Views/SideMenu.razor.rz.scp.css */
.side-menu-content[b-mdakfvle5s] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.header[b-mdakfvle5s] {
    height: var(--app-navigation-bar-height);
    display: flex;
    align-content: center;
    align-items: center;
    padding-left: 16px;
}

.content[b-mdakfvle5s] {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.item[b-mdakfvle5s] {
    font-size: 20px;
    padding: 16px;
    text-decoration: none;
    color: #474747;
    transition: all 0.3s ease;
}

.item:hover[b-mdakfvle5s] {
    background-color: #f0f0f0;
    text-shadow:
            0.5px 0 0 currentColor,
            -0.5px 0 0 currentColor,
            0 0.5px 0 currentColor;
}

.line[b-mdakfvle5s] {
    fill: none;
    stroke: #333;
    stroke-width: 4;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.menu-btn[b-mdakfvle5s] {
    width: 40px;
    height: 40px;
}
