.spotify-fields { display: grid; gap: 18px; min-width: 0; }
.spotify-fields [hidden], .spotify-fields[hidden] { display: none !important; }
.spotify-fields .form-group { display: block; }
.spotify-fields small { font-size: 12px; line-height: 1.6; color: var(--text-secondary, #aaa); }
.spotify-toggle, .playlist-toggle { display: flex; align-items: center; gap: 10px; margin: 12px 0 18px; min-height: 44px; cursor: pointer; }
.spotify-toggle input { width: 18px; height: 18px; accent-color: #1ed760; }
.playlist-toggle input { width: 18px; height: 18px; accent-color: #ff7b00; }
.spotify-fields input:not([type=checkbox]) { width: 100%; min-width: 0; box-sizing: border-box; font-size: 16px; }
.pricing-card[data-tariff^="spotify_"] { border-color: rgba(30,215,96,.28); }
.pricing-card[data-tariff^="spotify_"] .pricing-title { color: #62e997; }
#pricing.filter-spotify .pricing-card:not([data-tariff^="spotify_"]),
#pricing:not(.filter-spotify) .pricing-card[data-tariff^="spotify_"] { display: none !important; }
.spotify-summary { line-height: 1.8; margin: 8px 0 16px; }
.playlist-picker-label { display: block; margin-bottom: 10px; }
.playlist-picker { min-width: 0; }
.playlist-picker summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 54px; box-sizing: border-box; padding: 14px 18px; border: 1px solid #665044; border-radius: 14px; background: #25211f; color: #fff4eb; font-size: 16px; font-weight: 600; cursor: pointer; list-style: none; }
.playlist-picker summary::-webkit-details-marker { display: none; }
.playlist-picker summary::after { content: ''; width: 8px; height: 8px; border-right: 2px solid #f5b47a; border-bottom: 2px solid #f5b47a; transform: rotate(45deg); margin-right: 4px; }
.playlist-picker[open] summary::after { transform: rotate(225deg); }
.playlist-picker summary:focus-visible { outline: 2px solid #f5b47a; outline-offset: 3px; }
.playlist-picker-panel { margin-top: 8px; padding: 10px; border: 1px solid #665044; border-radius: 14px; background: #25211f; }
.playlist-options { position: relative; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 8px; max-height: 248px; padding: 3px 8px 3px 3px; overflow-y: scroll; overscroll-behavior-y: contain; touch-action: pan-y; -webkit-overflow-scrolling: touch; scrollbar-width: auto; scrollbar-color: #f5b47a #42332b; scrollbar-gutter: stable; }
.playlist-options::-webkit-scrollbar { width: 10px; }
.playlist-options::-webkit-scrollbar-track { background: #42332b; border-radius: 8px; }
.playlist-options::-webkit-scrollbar-thumb { background: #f5b47a; border: 2px solid #42332b; border-radius: 8px; }
.playlist-fields .playlist-option { appearance: none; display: flex; align-items: center; justify-content: center; width: 100%; min-width: 0; min-height: 48px; padding: 8px 4px; margin: 0; border: 1px solid #665044; border-radius: 10px; background: #322924; box-shadow: none; color: #fff4eb; font: inherit; font-size: 16px; font-weight: 600; line-height: 1.2; cursor: pointer; }
.playlist-fields .playlist-option[aria-selected="true"] { background: #f5b47a; border-color: #f5b47a; color: #28170d; }
.playlist-fields .playlist-option:focus-visible { outline: 2px solid #f5b47a; outline-offset: 1px; }
@media (max-width:360px) { .playlist-options { grid-template-columns: repeat(3,minmax(0,1fr)); } }
@media (hover:hover) { .playlist-fields .playlist-option:hover { border-color: #f5b47a; } }
.playlist-offer { margin-top: 12px; padding: 14px 16px; border: 1px solid #ffab6333; border-radius: 14px; background: linear-gradient(120deg, #ff8b1814, #ff8b1805); text-align: left; }
.playlist-offer-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #ffe4cc; font-size: 14px; }
.playlist-offer-heading span { flex-shrink: 0; color: #ffb477; font-size: 22px; font-weight: 800; }
.playlist-fields .playlist-offer p { margin: 6px 0; color: #efc6a4; font-size: 13px; line-height: 1.5; }
.playlist-fields .playlist-offer small { display: block; color: #bfb2a8; font-size: 12px; line-height: 1.5; }
