.festapp-widget{--festapp-primary: #F14E38;--festapp-primary-fg: #FFFFFF;--festapp-alt-1: #CD422F;--festapp-alt-1-fg: #FFFFFF;--festapp-alt-2: #78271C;--festapp-alt-2-fg: #FFFFFF;--festapp-alt-3: #A83526;--festapp-alt-3-fg: #FFFFFF;--festapp-bg: #FFFFFF;--festapp-fg: #1A1A1A;--festapp-muted: #6B7280;--festapp-muted-bg: #F3F4F6;--festapp-border: #E5E7EB;--festapp-radius: 8px;--festapp-shadow: 0 1px 3px rgba(0, 0, 0, .1);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--festapp-fg);line-height:1.5;-webkit-font-smoothing:antialiased}.festapp-widget *,.festapp-widget *:before,.festapp-widget *:after{box-sizing:border-box}.festapp-widget button{font-family:inherit;cursor:pointer}.festapp-loading{display:flex;align-items:center;justify-content:center;min-height:200px}.festapp-spinner{width:40px;height:40px;border:3px solid var(--festapp-border);border-top-color:var(--festapp-primary);border-radius:50%;animation:festapp-spin .8s linear infinite}@keyframes festapp-spin{to{transform:rotate(360deg)}}.festapp-error{padding:24px;text-align:center;color:var(--festapp-muted)}.festapp-skeleton{background:linear-gradient(90deg,var(--festapp-muted-bg) 25%,#e0e0e0 50%,var(--festapp-muted-bg) 75%);background-size:200% 100%;animation:festapp-shimmer 1.5s infinite;border-radius:var(--festapp-radius)}@keyframes festapp-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.festapp-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:var(--festapp-radius);font-weight:500;transition:all .2s}.festapp-btn:disabled{opacity:.5;cursor:not-allowed}.festapp-btn-primary{background:var(--festapp-primary);color:var(--festapp-primary-fg)}.festapp-btn-primary:hover:not(:disabled){background:var(--festapp-alt-1)}.festapp-btn-secondary{background:var(--festapp-muted-bg);color:var(--festapp-fg)}.festapp-btn-secondary:hover:not(:disabled){background:var(--festapp-border)}.festapp-btn-ghost{background:transparent;color:var(--festapp-fg)}.festapp-btn-ghost:hover:not(:disabled){background:var(--festapp-muted-bg)}.festapp-btn-sm{padding:6px 12px;font-size:14px}.festapp-btn-md{padding:8px 16px;font-size:14px}.festapp-btn-lg{padding:12px 24px;font-size:16px}.festapp-back-btn{display:inline-flex;align-items:center;gap:4px;padding:8px 12px;margin-bottom:16px;background:transparent;border:none;color:var(--festapp-muted);font-size:14px;transition:color .2s}.festapp-back-btn:hover{color:var(--festapp-fg)}.festapp-tabs{display:flex;gap:4px;border-bottom:1px solid var(--festapp-border);margin-bottom:16px}.festapp-tab{padding:10px 16px;background:transparent;border:none;border-bottom:2px solid transparent;color:var(--festapp-muted);font-size:14px;font-weight:500;transition:all .2s}.festapp-tab:hover{color:var(--festapp-fg)}.festapp-tab-active{color:var(--festapp-primary);border-bottom-color:var(--festapp-primary)}.festapp-day-selector{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.festapp-day-btn{padding:8px 16px;background:var(--festapp-muted-bg);border:none;border-radius:20px;color:var(--festapp-fg);font-size:14px;font-weight:500;transition:all .2s}.festapp-day-btn:hover{background:var(--festapp-border)}.festapp-day-btn-active{background:var(--festapp-primary);color:var(--festapp-primary-fg)}.festapp-day-btn-active:hover{background:var(--festapp-alt-1)}.festapp-pill{display:inline-block;padding:6px 12px;background:var(--festapp-muted-bg);border:none;border-radius:16px;color:var(--festapp-fg);font-size:13px;transition:all .2s}button.festapp-pill:hover{background:var(--festapp-border)}.festapp-pill-active{background:var(--festapp-primary);color:var(--festapp-primary-fg)}button.festapp-pill-active:hover{background:var(--festapp-alt-1)}.festapp-search{position:relative;margin-bottom:16px}.festapp-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--festapp-muted);pointer-events:none}.festapp-search-input{width:100%;padding:10px 40px;background:var(--festapp-muted-bg);border:1px solid transparent;border-radius:var(--festapp-radius);font-size:14px;transition:all .2s}.festapp-search-input:focus{outline:none;border-color:var(--festapp-primary);background:var(--festapp-bg)}.festapp-search-clear{position:absolute;right:8px;top:50%;transform:translateY(-50%);padding:4px;background:transparent;border:none;color:var(--festapp-muted)}.festapp-search-clear:hover{color:var(--festapp-fg)}.festapp-artists-page{padding:16px 0}.festapp-artists-filters{margin-bottom:24px}.festapp-artists-filter-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.festapp-artist-filters{display:flex;flex-wrap:wrap;gap:8px}.festapp-filter-dropdown{position:relative}.festapp-filter-dropdown-trigger{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;background:var(--festapp-muted-bg);border:none;border-radius:var(--festapp-radius);font-size:14px;font-weight:500;color:var(--festapp-fg);transition:all .2s}.festapp-filter-dropdown-trigger:hover,.festapp-filter-dropdown-trigger-active{background:var(--festapp-border)}.festapp-filter-dropdown-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;background:var(--festapp-primary);border-radius:10px;color:var(--festapp-primary-fg);font-size:12px;font-weight:600}.festapp-filter-dropdown-chevron{transition:transform .2s}.festapp-filter-dropdown-chevron-open{transform:rotate(180deg)}.festapp-filter-dropdown-menu{position:absolute;top:calc(100% + 4px);left:0;min-width:240px;max-height:320px;background:var(--festapp-bg);border:1px solid var(--festapp-border);border-radius:var(--festapp-radius);box-shadow:0 4px 12px #00000026;z-index:100;overflow:hidden;display:flex;flex-direction:column}.festapp-filter-dropdown-search{display:flex;align-items:center;gap:8px;padding:8px 12px;border-bottom:1px solid var(--festapp-border);color:var(--festapp-muted)}.festapp-filter-dropdown-search-input{flex:1;border:none;background:none;font-size:14px;outline:none}.festapp-filter-dropdown-actions{display:flex;gap:8px;padding:8px 12px;border-bottom:1px solid var(--festapp-border)}.festapp-filter-dropdown-action{padding:4px 8px;background:none;border:none;font-size:12px;color:var(--festapp-primary);cursor:pointer}.festapp-filter-dropdown-action:hover{text-decoration:underline}.festapp-filter-dropdown-options{overflow-y:auto;flex:1}.festapp-filter-dropdown-option{display:flex;align-items:center;gap:8px;padding:10px 12px;cursor:pointer;transition:background .1s}.festapp-filter-dropdown-option:hover{background:var(--festapp-muted-bg)}.festapp-filter-dropdown-checkbox{width:16px;height:16px;accent-color:var(--festapp-primary)}.festapp-filter-dropdown-option-label{font-size:14px}.festapp-filter-dropdown-empty{padding:16px;text-align:center;color:var(--festapp-muted);font-size:14px}.festapp-day-dropdown{position:relative}.festapp-day-dropdown-trigger{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:var(--festapp-muted-bg);border:none;border-radius:20px;font-size:14px;font-weight:500;color:var(--festapp-fg);transition:all .2s}.festapp-day-dropdown-trigger:hover,.festapp-day-dropdown-trigger-active{background:var(--festapp-border)}.festapp-day-dropdown-chevron{transition:transform .2s}.festapp-day-dropdown-chevron-open{transform:rotate(180deg)}.festapp-day-dropdown-menu{position:absolute;top:calc(100% + 4px);left:0;min-width:180px;max-height:280px;background:var(--festapp-bg);border:1px solid var(--festapp-border);border-radius:var(--festapp-radius);box-shadow:0 4px 12px #00000026;z-index:100;overflow-y:auto}.festapp-day-dropdown-item{display:block;width:100%;padding:10px 16px;background:none;border:none;font-size:14px;text-align:left;color:var(--festapp-fg);cursor:pointer;transition:background .1s}.festapp-day-dropdown-item:hover{background:var(--festapp-muted-bg)}.festapp-day-dropdown-item-active{background:var(--festapp-primary);color:var(--festapp-primary-fg)}.festapp-day-dropdown-item-active:hover{background:var(--festapp-alt-1)}.festapp-clear-filters-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;background:none;border:none;font-size:14px;color:var(--festapp-muted);cursor:pointer;transition:color .2s}.festapp-clear-filters-btn:hover{color:var(--festapp-fg)}.festapp-artists-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px}.festapp-artists-empty{text-align:center;padding:48px 16px;color:var(--festapp-muted)}.festapp-artist-card{display:flex;flex-direction:column;padding:0;background:var(--festapp-bg);border:1px solid var(--festapp-border);border-radius:var(--festapp-radius);overflow:hidden;text-align:left;transition:all .2s}.festapp-artist-card:hover{box-shadow:var(--festapp-shadow);transform:translateY(-2px)}.festapp-artist-card-image{aspect-ratio:1;background:var(--festapp-muted-bg);overflow:hidden}.festapp-artist-card-image img{width:100%;height:100%;object-fit:cover}.festapp-artist-card-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--festapp-muted)}.festapp-artist-card-content{padding:12px}.festapp-artist-card-name{margin:0 0 4px;font-size:15px;font-weight:600;line-height:1.3}.festapp-artist-card-categories{margin:0;font-size:13px;color:var(--festapp-muted)}.festapp-artist-card-skeleton .festapp-artist-card-content{display:flex;flex-direction:column;gap:8px}.festapp-artist-detail-page,.festapp-event-detail-page{padding:16px 0}.festapp-artist-hero,.festapp-event-hero{text-align:center;margin-bottom:24px}.festapp-artist-hero-image,.festapp-event-hero-image{width:200px;height:200px;object-fit:cover;border-radius:50%;margin-bottom:16px}.festapp-event-hero-image{border-radius:var(--festapp-radius);width:100%;max-width:400px;height:auto;aspect-ratio:16/9}.festapp-artist-hero-placeholder,.festapp-event-hero-placeholder{display:flex;align-items:center;justify-content:center;width:200px;height:200px;margin:0 auto 16px;background:var(--festapp-muted-bg);border-radius:50%;color:var(--festapp-muted)}.festapp-event-hero-placeholder{border-radius:var(--festapp-radius);width:100%;max-width:400px;height:auto;aspect-ratio:16/9}.festapp-artist-hero-name,.festapp-event-hero-name{margin:0 0 8px;font-size:28px;font-weight:700}.festapp-artist-hero-categories,.festapp-event-hero-categories{margin:0;color:var(--festapp-muted)}.festapp-artist-section,.festapp-event-section{margin-bottom:24px}.festapp-section-title{margin:0 0 12px;font-size:18px;font-weight:600}.festapp-artist-bio,.festapp-event-description{margin:0;color:var(--festapp-fg);line-height:1.6;white-space:pre-wrap}.festapp-artist-links{display:flex;flex-wrap:wrap;gap:8px}.festapp-artist-link{display:inline-block;padding:8px 16px;background:var(--festapp-muted-bg);border-radius:20px;color:var(--festapp-fg);text-decoration:none;font-size:14px;transition:background .2s}.festapp-artist-link:hover{background:var(--festapp-border)}.festapp-custom-fields{display:grid;gap:12px;margin:0}.festapp-custom-field{display:flex;flex-direction:column;gap:4px}.festapp-custom-field dt{font-weight:600;font-size:14px}.festapp-custom-field dd{margin:0;color:var(--festapp-muted)}.festapp-artist-schedules,.festapp-event-schedules{list-style:none;margin:0;padding:0}.festapp-artist-schedule-item,.festapp-event-schedule-item{display:flex;gap:16px;padding:12px 0;border-bottom:1px solid var(--festapp-border)}.festapp-artist-schedule-item:last-child,.festapp-event-schedule-item:last-child{border-bottom:none}.festapp-artist-schedule-date,.festapp-event-schedule-date{display:flex;flex-direction:column;gap:2px;min-width:80px}.festapp-artist-schedule-day,.festapp-event-schedule-day{font-weight:600;font-size:14px}.festapp-artist-schedule-time,.festapp-event-schedule-time{font-size:13px;color:var(--festapp-muted)}.festapp-artist-schedule-info{display:flex;flex-direction:column;gap:4px}.festapp-artist-schedule-place,.festapp-event-schedule-place{font-size:14px;color:var(--festapp-muted)}.festapp-artist-schedule-event{background:none;border:none;padding:0;color:var(--festapp-primary);font-size:14px;text-align:left;text-decoration:underline}.festapp-artist-schedule-event:hover{color:var(--festapp-alt-1)}.festapp-event-performers{display:flex;flex-wrap:wrap;gap:12px;list-style:none;margin:0;padding:0}.festapp-event-performer{display:flex;align-items:center;gap:8px;padding:8px 12px 8px 8px;background:var(--festapp-muted-bg);border:none;border-radius:24px;transition:background .2s}.festapp-event-performer:hover{background:var(--festapp-border)}.festapp-event-performer-image{width:32px;height:32px;border-radius:50%;object-fit:cover}.festapp-event-performer-placeholder{width:32px;height:32px;border-radius:50%;background:var(--festapp-border)}.festapp-event-performer-name{font-size:14px;font-weight:500}.festapp-spotify-embed,.festapp-youtube-embed{border-radius:var(--festapp-radius);overflow:hidden}.festapp-youtube-embed{position:relative;padding-bottom:56.25%;height:0;max-width:400px}.festapp-youtube-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%}.festapp-media-toggle{display:flex;align-items:center;gap:8px;width:100%;padding:12px 16px;background:var(--festapp-muted-bg);border:none;border-radius:var(--festapp-radius);font-size:14px;font-weight:600;color:var(--festapp-fg);transition:background .2s}.festapp-media-toggle:hover{background:var(--festapp-border)}.festapp-media-toggle-icon{margin-left:auto;transition:transform .2s}.festapp-media-toggle-icon-expanded{transform:rotate(180deg)}.festapp-media-content{display:flex;flex-direction:column;gap:16px;margin-top:12px}.festapp-media-item{width:100%}.festapp-schedules-page{padding:16px 0}.festapp-schedules-header{margin-bottom:24px}.festapp-schedule-empty{text-align:center;padding:48px 16px;color:var(--festapp-muted)}.festapp-schedules-loading{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:8px}.festapp-schedule-by-place{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px}.festapp-schedule-place-column{min-width:0}.festapp-schedule-place-name{margin:0 0 12px;padding-bottom:8px;border-bottom:2px solid var(--festapp-primary);font-size:16px;font-weight:600}.festapp-schedule-place-items{display:flex;flex-direction:column;gap:8px}.festapp-schedule-by-time{display:flex;flex-direction:column;gap:24px}.festapp-schedule-time-header{margin:0 0 12px;padding-bottom:8px;border-bottom:2px solid var(--festapp-primary);font-size:16px;font-weight:600}.festapp-schedule-time-items{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:8px}.festapp-schedule-item{display:flex;gap:12px;padding:12px;background:var(--festapp-muted-bg);border:none;border-radius:var(--festapp-radius);text-align:left;width:100%;transition:all .2s}.festapp-schedule-item:hover{background:var(--festapp-border)}.festapp-schedule-item-time{display:flex;flex-direction:column;min-width:50px;font-size:14px;font-weight:600}.festapp-schedule-item-end-time{font-size:12px;font-weight:400;color:var(--festapp-muted)}.festapp-schedule-item-content{display:flex;flex-direction:column;gap:2px;min-width:0}.festapp-schedule-item-name{font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.festapp-schedule-item-place{font-size:13px;color:var(--festapp-muted)}.festapp-schedule-item-categories{font-size:12px;color:var(--festapp-muted)}@media(max-width:640px){.festapp-artists-grid{grid-template-columns:repeat(2,1fr);gap:12px}.festapp-artist-hero-image,.festapp-artist-hero-placeholder{width:150px;height:150px}.festapp-artist-hero-name,.festapp-event-hero-name{font-size:24px}.festapp-schedule-by-place,.festapp-schedule-time-items{grid-template-columns:1fr}.festapp-day-selector{overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.festapp-day-selector::-webkit-scrollbar{display:none}.festapp-day-btn{flex-shrink:0}}@media(max-width:480px){.festapp-artists-grid{grid-template-columns:repeat(2,1fr);gap:8px}.festapp-artist-card-content{padding:8px}.festapp-artist-card-name{font-size:14px}.festapp-artist-card-categories{font-size:12px}}
