.festapp-widget{font-size:var(--festapp-font-size);isolation:isolate;--festapp-primary: #F14E38;--festapp-primary-fg: #FFFFFF;--festapp-alt-1: #CD422F;--festapp-alt-2: #78271C;--festapp-alt-3: #A83526;--festapp-bg: #FFFFFF;--festapp-fg: oklch(.145 0 0);--festapp-muted: oklch(.656 0 0);--festapp-muted-bg: oklch(.97 0 0);--festapp-border: oklch(.922 0 0);--festapp-radius: 1rem;--festapp-radius-sm: .5rem;--festapp-radius-lg: 1.5rem;--festapp-shadow-color: rgb(0 0 0 / .1);--festapp-shadow-sm: 0 1px 2px 0 var(--festapp-shadow-color);--festapp-shadow: 0 1px 3px 0 var(--festapp-shadow-color), 0 1px 2px -1px var(--festapp-shadow-color);--festapp-shadow-md: 0 4px 6px -1px var(--festapp-shadow-color), 0 2px 4px -2px var(--festapp-shadow-color);--festapp-shadow-lg: 0 10px 15px -3px var(--festapp-shadow-color), 0 4px 6px -4px var(--festapp-shadow-color);--festapp-shadow-xl: 0 20px 25px -5px var(--festapp-shadow-color), 0 8px 10px -6px var(--festapp-shadow-color);--festapp-heading-color: var(--festapp-fg);--festapp-card-name-color: var(--festapp-fg);--festapp-section-title-color: var(--festapp-fg);--festapp-schedule-name-color: var(--festapp-fg);--festapp-link-color: var(--festapp-fg);--festapp-category-color: var(--festapp-muted);--festapp-schedule-category-color: var(--festapp-primary);--festapp-schedule-place-color: var(--festapp-muted);--festapp-schedule-start-time-color: var(--festapp-fg);--festapp-schedule-end-time-color: var(--festapp-muted);--festapp-primary-hover: var(--festapp-alt-1);--festapp-card-hover-shadow: var(--festapp-shadow-lg);--festapp-font-size: 16px;--festapp-font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--festapp-card-bg: var(--festapp-bg);font-family:var(--festapp-font-family);color:var(--festapp-fg);line-height:1.5;letter-spacing:-.011em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.festapp-widget *,.festapp-widget *:before,.festapp-widget *:after{box-sizing:border-box;margin:0}.festapp-widget button{font-family:inherit;cursor:pointer;border:none;background:none}.festapp-widget button:focus-visible{outline:2px solid var(--festapp-primary);outline-offset:2px}.festapp-widget ul{list-style:none;padding:0;margin:0}.festapp-loading{display:flex;align-items:center;justify-content:center;min-height:300px}.festapp-spinner{width:32px;height:32px;border:2px solid var(--festapp-border);border-top-color:var(--festapp-primary);border-radius:50%;animation:festapp-spin .6s cubic-bezier(.4,0,.2,1) infinite}@keyframes festapp-spin{to{transform:rotate(360deg)}}.festapp-error{padding:48px 24px;text-align:center;color:var(--festapp-muted);max-width:400px;margin:0 auto}.festapp-skeleton{background:linear-gradient(90deg,var(--festapp-muted-bg) 25%,oklch(.94 0 0) 50%,var(--festapp-muted-bg) 75%);background-size:200% 100%;animation:festapp-shimmer 2s infinite linear;border-radius:var(--festapp-radius-sm)}@keyframes festapp-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.festapp-skeleton-fill{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.festapp-artist-card-image .festapp-skeleton-fill{border-radius:var(--festapp-radius)}.festapp-artist-hero-image-container .festapp-skeleton-fill,.festapp-event-hero-image-container .festapp-skeleton-fill{border-radius:var(--festapp-radius-lg)}.festapp-skeleton-circle{border-radius:50%}.festapp-image-container{position:relative;width:100%;height:100%}.festapp-image-skeleton{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,var(--festapp-muted-bg) 25%,oklch(.94 0 0) 50%,var(--festapp-muted-bg) 75%);background-size:200% 100%;animation:festapp-shimmer 2s infinite linear;border-radius:inherit}.festapp-image-reveal{position:relative;z-index:2;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .3s ease}.festapp-image-reveal.loaded{opacity:1}.festapp-image-fallback{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:var(--festapp-muted-bg);color:var(--festapp-muted);border-radius:inherit}.festapp-day-selector-skeleton{margin-bottom:0}.festapp-day-btn-skeleton{width:90px;height:46px;border-radius:var(--festapp-radius)}.festapp-filter-dropdown-skeleton{width:120px;height:46px;border-radius:var(--festapp-radius)}.festapp-search-skeleton{margin-bottom:0}.festapp-search-input-skeleton{width:100%;height:48px;border-radius:var(--festapp-radius)}.festapp-tabs-skeleton{border-bottom:none;margin-bottom:0}.festapp-schedule-item-skeleton{min-height:72px;pointer-events:none}.festapp-artist-detail-skeleton .festapp-artist-media-skeleton{width:100%;max-width:400px;height:160px;border-radius:var(--festapp-radius)}@media(max-width:640px){.festapp-artist-detail-skeleton .festapp-artist-media-skeleton{display:none}}.festapp-event-performers-skeleton{display:flex;gap:12px;flex-wrap:wrap}.festapp-event-performer-chip-skeleton{width:120px;height:44px;border-radius:2000px}.festapp-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:var(--festapp-radius);font-weight:600;transition:all .2s cubic-bezier(.16,1,.3,1);white-space:nowrap;letter-spacing:-.01em}.festapp-btn:active:not(:disabled){transform:scale(.97)}.festapp-btn:disabled{opacity:.4;cursor:not-allowed;filter:grayscale(1)}.festapp-btn-primary{background:var(--festapp-primary);color:var(--festapp-primary-fg);box-shadow:0 4px 12px oklch(from var(--festapp-primary) l c h / .25)}.festapp-btn-primary:hover:not(:disabled){background:var(--festapp-primary-hover);box-shadow:0 6px 16px oklch(from var(--festapp-primary) l c h / .35)}.festapp-btn-secondary{background:var(--festapp-bg);color:var(--festapp-fg);border:1px solid var(--festapp-border);box-shadow:var(--festapp-shadow-sm)}.festapp-btn-secondary:hover:not(:disabled){background:var(--festapp-muted-bg);border-color:var(--festapp-muted)}.festapp-btn-ghost{color:var(--festapp-muted)}.festapp-btn-ghost:hover:not(:disabled){background:var(--festapp-muted-bg);color:var(--festapp-fg)}.festapp-btn-sm{padding:8px 14px;font-size:.8125rem}.festapp-btn-md{padding:10px 18px;font-size:.875rem}.festapp-btn-lg{padding:14px 28px;font-size:.9375rem}.festapp-back-btn{display:inline-flex;margin-bottom:32px}.festapp-back-btn-inner{display:flex;align-items:center;gap:8px;padding:8px 16px 8px 12px;color:var(--festapp-muted);font-size:.875rem;font-weight:700;transition:all .2s cubic-bezier(.16,1,.3,1);border-radius:2000px;background:var(--festapp-muted-bg);border:1px solid transparent}.festapp-back-btn:hover .festapp-back-btn-inner{color:var(--festapp-fg);background:var(--festapp-bg);border-color:var(--festapp-border);transform:translate(-4px);box-shadow:var(--festapp-shadow-sm)}.festapp-tabs{display:flex;gap:32px;border-bottom:1px solid var(--festapp-border);margin-bottom:32px}.festapp-tab{padding:12px 0;border-bottom:2px solid transparent;color:var(--festapp-muted);font-size:.9375rem;font-weight:600;transition:all .2s cubic-bezier(.16,1,.3,1);position:relative;letter-spacing:-.01em}.festapp-tab:hover{color:var(--festapp-fg)}.festapp-tab-active{color:var(--festapp-primary)}.festapp-tab-active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:var(--festapp-primary);border-radius:2px}.festapp-day-selector{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:32px}.festapp-widget .festapp-day-btn{padding:12px 18px;height:46px;background:var(--festapp-bg);border:1px solid oklch(.88 0 0);border-radius:var(--festapp-radius);color:var(--festapp-fg);font-size:.875rem;font-weight:600;transition:all .2s cubic-bezier(.16,1,.3,1);box-shadow:var(--festapp-shadow-md)}.festapp-widget .festapp-day-btn:hover{border-color:var(--festapp-muted);background:var(--festapp-muted-bg);transform:translateY(-1px)}.festapp-widget .festapp-day-btn:active{transform:translateY(0) scale(.97)}.festapp-widget .festapp-day-btn-active{background:var(--festapp-fg);color:var(--festapp-bg);border-color:var(--festapp-fg);box-shadow:0 4px 12px var(--festapp-shadow-color)}.festapp-widget .festapp-day-btn-active:hover{background:var(--festapp-fg)}.festapp-pill{display:inline-flex;padding:6px 14px;background:var(--festapp-muted-bg);border-radius:2000px;color:var(--festapp-fg);font-size:.8125rem;font-weight:600;transition:all .2s cubic-bezier(.16,1,.3,1);border:1px solid transparent}button.festapp-pill:hover{background:var(--festapp-bg);border-color:var(--festapp-border);box-shadow:var(--festapp-shadow-sm);transform:translateY(-1px)}.festapp-pill-active{background:var(--festapp-primary);color:var(--festapp-primary-fg);box-shadow:0 4px 12px oklch(from var(--festapp-primary) l c h / .2)}.festapp-search{position:relative;margin-bottom:32px}.festapp-search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--festapp-muted);pointer-events:none}.festapp-search-input{width:100%;padding:14px 44px 14px 48px;background:var(--festapp-muted-bg);border:1px solid transparent;border-radius:var(--festapp-radius);font-size:.9375rem;font-weight:500;transition:all .2s cubic-bezier(.16,1,.3,1)}.festapp-search-input:focus{outline:none;border-color:var(--festapp-primary);background:var(--festapp-bg);box-shadow:0 0 0 4px oklch(from var(--festapp-primary) l c h / .1),var(--festapp-shadow-md)}.festapp-search-input::placeholder{color:var(--festapp-muted);font-weight:400}.festapp-search-input:disabled{cursor:not-allowed;opacity:.6}.festapp-search-clear{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:var(--festapp-muted);padding:6px;border-radius:50%;transition:all .2s}.festapp-search-clear:hover{background:var(--festapp-border);color:var(--festapp-fg)}.festapp-filter-dropdown{position:relative}.festapp-filter-dropdown-trigger{display:inline-flex;align-items:center;gap:10px;padding:12px 18px;height:46px;background:var(--festapp-bg);border:1px solid oklch(.88 0 0);border-radius:var(--festapp-radius);font-size:.875rem;font-weight:600;color:var(--festapp-fg);transition:all .2s cubic-bezier(.16,1,.3,1);box-shadow:var(--festapp-shadow-md)}.festapp-filter-dropdown-trigger:hover{border-color:var(--festapp-muted);background:var(--festapp-muted-bg);transform:translateY(-1px)}.festapp-filter-dropdown-trigger-active{border-color:var(--festapp-primary);box-shadow:0 0 0 4px oklch(from var(--festapp-primary) l c h / .1)}.festapp-filter-dropdown-badge{display:flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 6px;background:var(--festapp-primary);color:var(--festapp-primary-fg);border-radius:10px;font-size:.6875rem;font-weight:800}.festapp-filter-dropdown-menu{position:absolute;top:calc(100% + 12px);left:0;min-width:min(320px,95vw);max-width:min(400px,95vw);max-height:480px;background:var(--festapp-bg);border:1px solid var(--festapp-border);border-radius:var(--festapp-radius);box-shadow:var(--festapp-shadow-xl);z-index:100;display:flex;flex-direction:column;overflow:hidden;animation:festapp-pop-in .3s cubic-bezier(.16,1,.3,1);transform-origin:top left}@keyframes festapp-pop-in{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.festapp-filter-dropdown-search{padding:16px;border-bottom:1px solid var(--festapp-border);display:flex;align-items:center;gap:12px;background:var(--festapp-muted-bg)}.festapp-filter-dropdown-search-input{width:100%;border:none;background:none;font-size:.875rem;font-weight:500;color:var(--festapp-fg);outline:none}.festapp-filter-dropdown-actions{padding:12px 16px;display:flex;justify-content:space-between;border-bottom:1px solid var(--festapp-border)}.festapp-filter-dropdown-action{font-size:.75rem;font-weight:700;color:var(--festapp-primary);text-transform:uppercase;letter-spacing:.05em;padding:4px 8px;border-radius:var(--festapp-radius-sm);transition:all .2s}.festapp-filter-dropdown-action:hover{background:oklch(from var(--festapp-primary) l c h / .1)}.festapp-filter-dropdown-options{overflow-y:auto;padding:8px;max-height:300px}.festapp-filter-dropdown-option{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:var(--festapp-radius-sm);cursor:pointer;transition:all .2s}.festapp-filter-dropdown-option:hover{background:var(--festapp-muted-bg)}.festapp-filter-dropdown-checkbox{width:18px;height:18px;border-radius:4px;border:2px solid var(--festapp-border);-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;position:relative;transition:all .2s}.festapp-filter-dropdown-checkbox:checked{background:var(--festapp-primary);border-color:var(--festapp-primary)}.festapp-filter-dropdown-checkbox:checked:after{content:"";position:absolute;left:5px;top:2px;width:5px;height:9px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.festapp-filter-dropdown-option-label{font-size:.875rem;font-weight:500;color:var(--festapp-fg)}.festapp-filter-dropdown-empty{padding:32px 16px;text-align:center;color:var(--festapp-muted);font-size:.875rem}.festapp-day-dropdown{position:relative}.festapp-day-dropdown-trigger{display:inline-flex;align-items:center;gap:12px;padding:10px 18px;height:46px;background:var(--festapp-bg);border:1px solid oklch(.88 0 0);border-radius:var(--festapp-radius);transition:all .2s cubic-bezier(.16,1,.3,1);min-width:180px;justify-content:space-between;box-shadow:var(--festapp-shadow-md)}.festapp-day-dropdown-trigger:hover{border-color:var(--festapp-muted);background:var(--festapp-muted-bg)}.festapp-day-dropdown-trigger-active{border-color:var(--festapp-primary);box-shadow:0 0 0 4px oklch(from var(--festapp-primary) l c h / .1)}.festapp-day-dropdown-trigger-content{display:flex;flex-direction:column;align-items:flex-start;gap:1px}.festapp-day-dropdown-label{font-size:.6875rem;font-weight:700;color:var(--festapp-muted);text-transform:uppercase;letter-spacing:.05em;line-height:1}.festapp-day-dropdown-value{font-size:.9375rem;font-weight:700;color:var(--festapp-fg);line-height:1.2}.festapp-day-dropdown-chevron{transition:transform .3s cubic-bezier(.16,1,.3,1);color:var(--festapp-muted)}.festapp-day-dropdown-chevron-open{transform:rotate(180deg);color:var(--festapp-primary)}.festapp-day-dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;min-width:min(240px,95vw);max-width:min(320px,95vw);background:var(--festapp-bg);border:1px solid var(--festapp-border);border-radius:var(--festapp-radius);box-shadow:var(--festapp-shadow-xl);z-index:100;overflow:hidden;animation:festapp-pop-in .3s cubic-bezier(.16,1,.3,1);transform-origin:top left}.festapp-day-dropdown-item{width:100%;padding:12px 16px;text-align:left;font-size:.9375rem;font-weight:600;color:var(--festapp-fg);transition:all .2s;border-bottom:1px solid var(--festapp-border)}.festapp-day-dropdown-item:last-child{border-bottom:none}.festapp-day-dropdown-item:hover{background:var(--festapp-muted-bg);color:var(--festapp-primary)}.festapp-day-dropdown-item-active{background:oklch(from var(--festapp-primary) l c h / .05);color:var(--festapp-primary)}.festapp-schedules-page{padding:16px 0 48px}.festapp-schedules-header{display:flex;flex-direction:column;gap:16px;margin-bottom:40px}.festapp-schedules-header .festapp-search,.festapp-schedules-header .festapp-day-dropdown,.festapp-schedules-header .festapp-tabs{margin-bottom:0}.festapp-schedules-filter-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.festapp-schedules-filter-row .festapp-day-selector{margin-bottom:0}.festapp-schedules-loading{display:flex;flex-direction:column;gap:12px}.festapp-artists-page{padding:16px 0 48px}.festapp-artists-filters{margin-bottom:40px}.festapp-artists-filter-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.festapp-artists-filter-row .festapp-day-selector{display:flex;gap:8px;margin-bottom:0}.festapp-artists-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:24px}.festapp-artist-card{display:flex;flex-direction:column;border-radius:var(--festapp-radius-lg);overflow:hidden;text-align:left;white-space:normal;transition:all .4s cubic-bezier(.16,1,.3,1);background:var(--festapp-card-bg);position:relative}.festapp-artist-card:hover{transform:translateY(-6px)}.festapp-artist-card-image{position:relative;width:100%;aspect-ratio:1;background:var(--festapp-muted-bg);overflow:hidden;border-radius:var(--festapp-radius);margin-bottom:16px;box-shadow:var(--festapp-shadow);transition:all .4s cubic-bezier(.16,1,.3,1)}@supports not (aspect-ratio: 1 / 1){.festapp-artist-card-image{height:0;padding-top:100%}}.festapp-artist-card:hover .festapp-artist-card-image{box-shadow:var(--festapp-card-hover-shadow);border-radius:var(--festapp-radius-sm)}.festapp-artist-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1),opacity .3s ease}.festapp-artist-card:hover .festapp-artist-card-image img{transform:scale(1.08)}.festapp-artist-card-image .festapp-image-container,.festapp-artist-card-image .festapp-image-fallback{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit}.festapp-artist-card-image .festapp-image-reveal{border-radius:inherit}.festapp-artist-card-content{padding:4px 4px 12px}.festapp-artist-card-name{margin:0 0 4px;font-size:1.0625rem;font-weight:700;line-height:1.3;letter-spacing:-.02em;color:var(--festapp-card-name-color)}.festapp-artist-card-categories{margin:0;font-size:.8125rem;color:var(--festapp-category-color);font-weight:600;letter-spacing:.01em;text-transform:uppercase}.festapp-artist-detail-page,.festapp-event-detail-page{padding-bottom:64px}.festapp-artist-detail{display:flex;flex-direction:column;gap:40px}.festapp-artist-hero{display:flex;flex-direction:column;gap:20px}.festapp-artist-hero-media{display:flex;flex-direction:row;gap:32px}.festapp-event-detail{display:flex;flex-direction:column;gap:40px}.festapp-event-hero{display:flex;flex-direction:column;gap:20px}.festapp-artist-hero-left{flex-shrink:0;width:min(360px,90vw)}.festapp-artist-hero-right{flex:1;display:flex;flex-direction:column;gap:16px}.festapp-artist-hero-image-container{position:relative;width:100%;aspect-ratio:1}.festapp-artist-hero-image-container:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--festapp-radius-lg);box-shadow:inset 0 0 0 1px #ffffff1a;z-index:1;pointer-events:none}.festapp-artist-hero-image-container .festapp-image-container,.festapp-artist-hero-image-container .festapp-image-fallback{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--festapp-radius-lg)}.festapp-artist-hero-image-container .festapp-image-reveal{border-radius:var(--festapp-radius-lg);box-shadow:var(--festapp-shadow-xl)}.festapp-artist-hero-image-container .festapp-image-skeleton{border-radius:var(--festapp-radius-lg)}.festapp-artist-hero-image,.festapp-event-hero-image{width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--festapp-radius-lg);box-shadow:var(--festapp-shadow-xl)}.festapp-event-hero-image{max-width:600px;aspect-ratio:16/9}.festapp-event-hero-image-container{position:relative;width:100%;max-width:600px;aspect-ratio:16/9}.festapp-event-hero-image-container .festapp-image-container,.festapp-event-hero-image-container .festapp-image-fallback{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--festapp-radius-lg)}.festapp-event-hero-image-container .festapp-image-reveal{border-radius:var(--festapp-radius-lg);box-shadow:var(--festapp-shadow-xl)}.festapp-event-hero-image-container .festapp-image-skeleton{border-radius:var(--festapp-radius-lg)}.festapp-event-hero-name{font-size:2rem}.festapp-artist-hero-content{display:flex;flex-direction:column;gap:8px}.festapp-artist-hero-name,.festapp-event-hero-name{margin:0;font-size:2.5rem;font-weight:800;letter-spacing:-.03em;line-height:1.1;color:var(--festapp-heading-color)}.festapp-artist-hero-categories,.festapp-event-hero-categories{font-size:1rem;font-weight:600;color:var(--festapp-muted);letter-spacing:-.01em}.festapp-artist-hero-placeholder{width:min(360px,90vw);aspect-ratio:1;display:flex;align-items:center;justify-content:center;background:var(--festapp-muted-bg);border-radius:var(--festapp-radius-lg);color:var(--festapp-muted)}.festapp-event-hero-placeholder{width:100%;max-width:600px;aspect-ratio:16/9;display:flex;align-items:center;justify-content:center;background:var(--festapp-muted-bg);border-radius:var(--festapp-radius-lg);color:var(--festapp-muted)}.festapp-media-toggle{display:flex;align-items:center;gap:8px;padding:12px 16px;background:var(--festapp-muted-bg);border-radius:var(--festapp-radius);font-size:.9375rem;font-weight:700;color:var(--festapp-fg);transition:all .2s cubic-bezier(.16,1,.3,1);width:fit-content}.festapp-media-toggle:hover{background:var(--festapp-border)}.festapp-media-toggle-icon{transition:transform .3s cubic-bezier(.16,1,.3,1);color:var(--festapp-muted)}.festapp-media-toggle-icon-expanded{transform:rotate(180deg)}.festapp-media-content{display:flex;flex-direction:column;gap:16px;margin-top:16px;max-width:600px}.festapp-event-detail-loading{display:flex;flex-direction:column;gap:24px}.festapp-event-hero-skeleton{max-width:600px;aspect-ratio:16/9}.festapp-artist-section,.festapp-event-section{display:flex;flex-direction:column;gap:20px}.festapp-section-title{margin:0;font-size:1.25rem;font-weight:800;letter-spacing:-.02em;color:var(--festapp-section-title-color)}.festapp-artist-bio,.festapp-event-description{font-size:1rem;line-height:1.7;color:var(--festapp-muted);max-width:65ch;font-weight:450}.festapp-artist-links{display:flex;flex-wrap:wrap;gap:10px}.festapp-artist-link{display:inline-flex;align-items:center;padding:10px 18px;background:var(--festapp-muted-bg);border-radius:2000px;font-size:.875rem;font-weight:600;color:var(--festapp-link-color);text-decoration:none;transition:all .2s cubic-bezier(.16,1,.3,1);border:1px solid transparent}.festapp-artist-link:hover{background:var(--festapp-bg);border-color:var(--festapp-border);box-shadow:var(--festapp-shadow-sm);transform:translateY(-2px)}.festapp-artist-link-icon{width:20px;height:20px;flex-shrink:0}.festapp-event-links{display:flex;flex-wrap:wrap;gap:10px}.festapp-event-link{display:inline-flex;align-items:center;padding:10px 18px;background:var(--festapp-muted-bg);border-radius:2000px;font-size:.875rem;font-weight:600;color:var(--festapp-link-color);text-decoration:none;transition:all .2s cubic-bezier(.16,1,.3,1);border:1px solid transparent}.festapp-event-link:hover{background:var(--festapp-bg);border-color:var(--festapp-border);box-shadow:var(--festapp-shadow-sm);transform:translateY(-2px)}.festapp-event-link-icon{width:20px;height:20px;flex-shrink:0}.festapp-custom-fields{display:flex;flex-direction:row;flex-wrap:wrap;gap:12px}.festapp-custom-field{display:flex;flex-direction:column;gap:4px}.festapp-custom-field dt{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--festapp-muted)}.festapp-custom-field dd{font-size:1rem;font-weight:500;color:var(--festapp-fg)}.festapp-media-item{border-radius:var(--festapp-radius);overflow:hidden}.festapp-spotify-embed{position:relative;border-radius:var(--festapp-radius);overflow:hidden}.festapp-spotify-embed iframe{border-radius:var(--festapp-radius)}.festapp-youtube-embed{position:relative;aspect-ratio:16/9;width:100%;border-radius:var(--festapp-radius);box-shadow:var(--festapp-shadow-md);overflow:hidden}.festapp-youtube-embed iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.festapp-artist-schedules,.festapp-event-schedules{display:flex;flex-direction:column;gap:8px}.festapp-artist-schedule-item,.festapp-event-schedule-item{display:grid;grid-template-columns:200px 1fr auto;align-items:center;gap:20px;padding:16px 20px;background:var(--festapp-muted-bg);border-radius:var(--festapp-radius);transition:all .2s cubic-bezier(.16,1,.3,1);border:1px solid transparent}.festapp-artist-schedule-date,.festapp-event-schedule-date{min-width:unset}.festapp-artist-schedule-day,.festapp-event-schedule-day{display:block;font-weight:700;font-size:.9375rem;letter-spacing:-.01em;color:var(--festapp-fg)}.festapp-artist-schedule-time,.festapp-event-schedule-time{display:block;font-size:.8125rem;font-weight:600;color:var(--festapp-muted);font-variant-numeric:tabular-nums;margin-top:2px}.festapp-artist-schedule-info,.festapp-event-schedule-info{display:flex;flex-direction:column;gap:4px}.festapp-artist-schedule-place,.festapp-event-schedule-place{font-weight:600;font-size:.9375rem;letter-spacing:-.01em;color:var(--festapp-fg)}.festapp-artist-schedule-event{color:var(--festapp-primary);font-size:.8125rem;font-weight:600;text-decoration:none;text-align:left;transition:all .2s}.festapp-artist-schedule-event:hover{text-decoration:underline}.festapp-artist-schedule-action{color:var(--festapp-muted);display:flex;align-items:center}.festapp-schedule-by-time,.festapp-schedule-by-place{display:flex;flex-direction:column;gap:40px}.festapp-schedule-time-slot,.festapp-schedule-place-column{display:flex;flex-direction:column;gap:16px}.festapp-schedule-time-header,.festapp-schedule-place-name{font-size:1.25rem;font-weight:800;letter-spacing:-.02em;color:var(--festapp-fg);padding-bottom:8px;border-bottom:2px solid var(--festapp-border);display:flex;align-items:center;gap:12px}.festapp-schedule-time-items,.festapp-schedule-place-items{display:flex;flex-direction:column;gap:1px;border-radius:var(--festapp-radius);overflow:hidden;border:1px solid var(--festapp-border);box-shadow:var(--festapp-shadow-sm)}.festapp-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center;background:var(--festapp-muted-bg);border-radius:var(--festapp-radius);border:2px dashed var(--festapp-border);gap:8px}.festapp-empty-state-icon{width:40px;height:40px;color:var(--festapp-muted);opacity:.5;margin-bottom:4px}.festapp-empty-state-message{font-size:1rem;font-weight:600;color:var(--festapp-fg);margin:0}.festapp-empty-state-hint{font-size:.875rem;color:var(--festapp-muted);margin:0}.festapp-empty-state .festapp-btn{margin-top:8px}.festapp-schedule-item{display:grid;grid-template-columns:80px 1fr auto;gap:20px;padding:16px 20px;text-align:left;border-radius:var(--festapp-radius);transition:all .2s cubic-bezier(.16,1,.3,1);background:var(--festapp-card-bg);align-items:center}.festapp-schedule-item:hover{background:var(--festapp-muted-bg)}.festapp-schedule-item-time{display:flex;flex-direction:column;font-variant-numeric:tabular-nums;line-height:1.2}.festapp-schedule-item-start-time{font-weight:800;font-size:1rem;color:var(--festapp-schedule-start-time-color)}.festapp-schedule-item-end-time{font-size:.8125rem;font-weight:600;color:var(--festapp-schedule-end-time-color)}.festapp-schedule-item-content{display:flex;flex-direction:column;gap:2px}.festapp-schedule-item-name{font-weight:800;font-size:1.125rem;letter-spacing:-.02em;line-height:1.2;color:var(--festapp-schedule-name-color)}.festapp-schedule-item-place{font-size:.875rem;font-weight:600;color:var(--festapp-schedule-place-color)}.festapp-schedule-item-categories{font-size:.75rem;font-weight:600;text-transform:uppercase;color:var(--festapp-schedule-category-color);letter-spacing:.05em;margin-top:4px}.festapp-schedule-item-action{color:var(--festapp-muted);transition:all .2s;display:flex;align-items:center}.festapp-schedule-item:hover .festapp-schedule-item-action{color:var(--festapp-primary);transform:translate(2px)}.festapp-schedule-item-ticket{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;margin-right:12px;background:var(--festapp-primary);color:var(--festapp-primary-fg);border-radius:var(--festapp-radius);font-size:.8125rem;font-weight:700;text-decoration:none;transition:all .2s cubic-bezier(.16,1,.3,1);box-shadow:0 2px 8px oklch(from var(--festapp-primary) l c h / .2)}.festapp-schedule-item-ticket:hover{background:var(--festapp-primary-hover);box-shadow:0 4px 12px oklch(from var(--festapp-primary) l c h / .3);transform:translateY(-1px)}.festapp-schedule-item-ticket:active{transform:scale(.97)}.festapp-event-performers{display:flex;flex-wrap:wrap;gap:12px;list-style:none;padding:0}.festapp-event-performer{display:flex;align-items:center;gap:10px;padding:6px 14px 6px 6px;background:var(--festapp-bg);border:1px solid var(--festapp-border);border-radius:2000px;transition:all .2s}.festapp-event-performer:hover{border-color:var(--festapp-muted);background:var(--festapp-muted-bg)}.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-muted-bg)}.festapp-event-performer-image-container{position:relative;width:32px;height:32px}.festapp-event-performer-image-container .festapp-image-container,.festapp-event-performer-image-container .festapp-image-fallback{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%}.festapp-event-performer-image-container .festapp-image-reveal,.festapp-event-performer-image-container .festapp-image-skeleton{border-radius:50%}.festapp-event-performer-name{font-size:.875rem;font-weight:600}@media(max-width:768px){.festapp-artists-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:20px}.festapp-artist-hero-media{gap:24px}.festapp-artist-hero-left,.festapp-artist-hero-placeholder{width:min(320px,100%)}.festapp-artist-hero-name{font-size:2.25rem}.festapp-schedule-item{gap:16px}.festapp-schedule-by-time,.festapp-schedule-by-place{gap:32px}.festapp-schedule-time-slot,.festapp-schedule-place-column{gap:12px}}@media(max-width:640px){.festapp-artist-hero-media{flex-direction:column;gap:20px}.festapp-artist-hero-left,.festapp-artist-hero-placeholder{width:100%;max-width:320px}.festapp-artist-hero-name{font-size:2rem}.festapp-artist-schedule-item{padding:16px;gap:12px}.festapp-event-hero-name{font-size:1.75rem}.festapp-event-hero-image,.festapp-event-hero-image-container,.festapp-event-hero-placeholder,.festapp-media-content{max-width:100%}.festapp-event-schedule-item{grid-template-columns:1fr;gap:8px}}@media(max-width:480px){.festapp-artists-grid{grid-template-columns:repeat(2,1fr);gap:12px}.festapp-artist-schedule-item{grid-template-columns:1fr;gap:12px}.festapp-event-performers{gap:8px}.festapp-schedule-item{gap:12px;padding:12px 16px}}.festapp-app-prompt-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:flex-end;justify-content:center;z-index:1000;animation:festapp-overlay-fade-in .3s ease}@keyframes festapp-overlay-fade-in{0%{opacity:0}to{opacity:1}}.festapp-app-prompt-modal{background:var(--festapp-bg);border-radius:var(--festapp-radius-lg) var(--festapp-radius-lg) 0 0;padding:32px 24px;width:100%;max-width:400px;display:flex;flex-direction:column;align-items:center;gap:20px;animation:festapp-modal-slide-up .3s cubic-bezier(.16,1,.3,1)}@keyframes festapp-modal-slide-up{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.festapp-app-prompt-logo{display:flex;align-items:center;justify-content:center}.festapp-app-prompt-logo-svg{width:64px;height:64px;border-radius:14px;box-shadow:var(--festapp-shadow-lg)}.festapp-app-prompt-text{font-size:1.125rem;font-weight:600;color:var(--festapp-fg);text-align:center;margin:0;letter-spacing:-.01em}.festapp-app-prompt-buttons{display:flex;flex-direction:column;gap:12px;width:100%}.festapp-app-prompt-buttons .festapp-btn{width:100%}.festapp-powered-by{display:flex;align-items:center;justify-content:center;gap:6px;padding:24px 16px 16px;color:var(--festapp-muted);text-decoration:none;font-size:.8125rem;font-weight:500;transition:all .2s cubic-bezier(.16,1,.3,1)}.festapp-powered-by:hover{color:var(--festapp-fg)}.festapp-powered-by-logo{width:20px;height:20px;flex-shrink:0}.festapp-powered-by-name{font-weight:700}.festapp-place-description{font-size:1rem;line-height:1.7;color:var(--festapp-muted);max-width:65ch;font-weight:450}.festapp-place-description h1,.festapp-place-description h2,.festapp-place-description h3,.festapp-place-description h4,.festapp-place-description h5,.festapp-place-description h6{color:var(--festapp-fg);margin:1.5em 0 .5em;font-weight:700;line-height:1.3}.festapp-place-description h1{font-size:1.5rem}.festapp-place-description h2{font-size:1.25rem}.festapp-place-description h3{font-size:1.125rem}.festapp-place-description p{margin:0 0 1em}.festapp-place-description a{color:var(--festapp-primary);text-decoration:underline;text-underline-offset:2px}.festapp-place-description a:hover{opacity:.8}.festapp-place-description ul,.festapp-place-description ol{padding-left:1.5em;margin:0 0 1em;list-style:revert}.festapp-place-description li{margin-bottom:.25em}.festapp-place-description img{max-width:100%;height:auto;border-radius:var(--festapp-radius)}.festapp-place-description blockquote{border-left:3px solid var(--festapp-primary);padding-left:1em;margin:1em 0;color:var(--festapp-muted);font-style:italic}.festapp-customizer{position:fixed;bottom:1.25rem;right:1.25rem;z-index:999999;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:13px;line-height:1.4}.festapp-customizer-controls{display:flex;align-items:center;background:#0a0a0a;padding:.3rem;border-radius:.7rem;border:1px solid oklch(.25 0 0);box-shadow:0 4px 20px #0006}.festapp-customizer-toggle{display:inline-flex;align-items:center;gap:.4rem;background:#0a0a0a;color:#fff;border:1px solid oklch(.25 0 0);padding:.55rem 1rem;border-radius:.6rem;font-size:.8rem;font-family:inherit;cursor:pointer;box-shadow:0 4px 20px #0006;transition:background .15s}.festapp-customizer-toggle:hover{background:#222}.festapp-customizer-toggle-active{background:#f14e38;border-color:#f14e38}.festapp-customizer-toggle-active:hover{background:#cd422f}.festapp-customizer-panel{position:fixed;bottom:4rem;right:1.25rem;width:380px;max-height:70vh;display:flex;flex-direction:column;background:#070707;border:1px solid oklch(.22 0 0);border-radius:.75rem;box-shadow:0 8px 32px #00000080;color:#cecece}.festapp-customizer-header{display:flex;align-items:center;justify-content:space-between;padding:.6rem .85rem;background:#0d0d0d;border-bottom:1px solid oklch(.22 0 0);cursor:grab;-webkit-user-select:none;user-select:none}.festapp-customizer-header:active{cursor:grabbing}.festapp-customizer-title{font-weight:700;font-size:.8rem;color:#fff}.festapp-customizer-header-actions{display:flex;gap:.35rem}.festapp-customizer-header-btn{background:#222;color:#bebebe;border:none;padding:.25rem .6rem;border-radius:.3rem;font-size:.7rem;font-family:inherit;cursor:pointer;transition:background .15s}.festapp-customizer-header-btn:hover{background:#3a3a3a;color:#fff}.festapp-customizer-header-btn:disabled{opacity:.4;cursor:default}.festapp-customizer-export-btn{background:#f14e38;color:#fff}.festapp-customizer-export-btn:hover:not(:disabled){background:#cd422f}.festapp-customizer-body{flex:1;overflow-y:auto;min-height:200px}.festapp-customizer-chevron{transition:transform .15s;flex-shrink:0}.festapp-customizer-chevron-open{transform:rotate(90deg)}.festapp-customizer-color-picker{width:28px;height:28px;padding:0;border:1px solid oklch(.3 0 0);border-radius:4px;cursor:pointer;background:none;flex-shrink:0}.festapp-customizer-color-picker::-webkit-color-swatch-wrapper{padding:2px}.festapp-customizer-color-picker::-webkit-color-swatch{border:none;border-radius:2px}.festapp-customizer-text-input{flex:1;min-width:0;background:#030303;border:1px solid oklch(.25 0 0);color:#cecece;padding:.3rem .45rem;border-radius:.25rem;font-family:inherit;font-size:.72rem}.festapp-customizer-text-input:focus{outline:none;border-color:#484848}.festapp-customizer-text-input::placeholder{color:#3a3a3a}.festapp-customizer-reset-btn{background:none;border:none;color:#636363;cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;flex-shrink:0;transition:color .1s}.festapp-customizer-reset-btn:hover{color:#f14e38}.festapp-customizer-resize{position:absolute;bottom:0;right:0;width:16px;height:16px;cursor:nwse-resize}.festapp-customizer-resize:after{content:"";position:absolute;right:4px;bottom:4px;width:8px;height:8px;border-right:2px solid oklch(.35 0 0);border-bottom:2px solid oklch(.35 0 0)}.festapp-customizer-inspect-tab{display:flex;flex-direction:column}.festapp-customizer-inspect-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;padding:3rem 1.5rem;text-align:center}.festapp-customizer-inspect-empty-icon{color:#3a3a3a}.festapp-customizer-inspect-empty-text{font-size:.82rem;color:#9e9e9e;font-weight:600}.festapp-customizer-inspect-empty-sub{font-size:.68rem;color:#555}.festapp-customizer-inspect-editor{display:flex;flex-direction:column}.festapp-customizer-inspect-header{display:flex;align-items:center;justify-content:space-between;padding:.5rem .65rem;font-size:.7rem;font-weight:700;color:gray;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid oklch(.2 0 0)}.festapp-customizer-inspect-dismiss{background:none;border:none;color:#636363;font-size:1rem;cursor:pointer;padding:0 4px;line-height:1}.festapp-customizer-inspect-dismiss:hover{color:#fff}.festapp-customizer-inspect-class-block{border-bottom:1px solid oklch(.18 0 0)}.festapp-customizer-inspect-class-title{display:flex;align-items:center;gap:.35rem;width:100%;background:none;border:none;color:#a5f3a0;padding:.45rem .65rem;font-size:.72rem;font-family:inherit;cursor:pointer;text-align:left;transition:background .1s}.festapp-customizer-inspect-class-title:hover{background:#0f0f0f}.festapp-customizer-inspect-selector{font-weight:600}.festapp-customizer-inspect-badge{margin-left:auto;background:#f14e38;color:#fff;font-size:.55rem;font-weight:700;min-width:16px;height:16px;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 4px}.festapp-customizer-inspect-props{padding:0 .35rem .35rem}.festapp-customizer-inspect-prop{display:flex;align-items:center;gap:.35rem;padding:.2rem .35rem;border-radius:.2rem;transition:background .1s}.festapp-customizer-inspect-prop:hover{background:#0f0f0f}.festapp-customizer-inspect-prop-modified{background:#0e0d09}.festapp-customizer-inspect-prop-name{font-size:.68rem;color:#717171;width:110px;flex-shrink:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.festapp-customizer-inspect-prop-inputs{display:flex;align-items:center;gap:.25rem;flex:1;min-width:0}.festapp-customizer-color-picker-sm{width:22px;height:22px}.festapp-customizer-inspect-recap{border-top:1px solid oklch(.22 0 0);padding:.35rem}.festapp-customizer-inspect-recap-title{font-size:.68rem;font-weight:700;color:#717171;text-transform:uppercase;letter-spacing:.05em;padding:.35rem .5rem}.festapp-customizer-inspect-recap-item{display:flex;align-items:center;gap:.4rem;padding:.25rem .5rem;border-radius:.2rem;font-size:.68rem;transition:background .1s}.festapp-customizer-inspect-recap-item:hover{background:#0f0f0f}.festapp-customizer-inspect-recap-selector{color:#a5f3a0;font-weight:600;flex-shrink:0}.festapp-customizer-inspect-recap-prop{color:gray;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.festapp-customizer-export-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:9999999}.festapp-customizer-export-modal{background:#070707;border:1px solid oklch(.22 0 0);border-radius:.75rem;width:500px;max-width:90vw;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 8px 40px #00000080}.festapp-customizer-export-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid oklch(.22 0 0);font-weight:700;font-size:.85rem;color:#fff}.festapp-customizer-export-close{background:none;border:none;color:#636363;font-size:1.25rem;cursor:pointer;padding:4px 8px;line-height:1}.festapp-customizer-export-close:hover{color:#fff}.festapp-customizer-export-textarea{flex:1;min-height:200px;background:#020202;border:none;color:#a5f3a0;padding:1rem;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:.8rem;line-height:1.6;resize:none}.festapp-customizer-export-textarea:focus{outline:none}.festapp-customizer-export-copy{margin:.75rem;background:#f14e38;color:#fff;border:none;padding:.55rem 1rem;border-radius:.4rem;font-size:.8rem;font-weight:700;font-family:inherit;cursor:pointer;transition:background .15s}.festapp-customizer-export-copy:hover{background:#cd422f}
