body{background-color:#fff;color:#111;font-family:Arial,sans-serif;margin:0;overflow-x:hidden;padding:0}body,html{height:100%;overflow-y:auto;width:100%}.container{flex-direction:column;min-height:100vh}.container,.player-bar{align-items:center;display:flex;width:100%}.player-bar{background:#000;border-bottom:2px solid #fff;box-sizing:border-box;height:80px;justify-content:center;overflow:hidden;padding:1rem 2rem;position:sticky;position:relative;top:0;z-index:999}.flower-background{height:100%;left:0;opacity:.35;pointer-events:none;position:absolute;top:0;width:100%;z-index:0}.rotating-flower{animation:rotate 15s linear infinite;background-image:url(/static/media/flower.a67c13648cf717919f72.png);background-position:50%;background-repeat:no-repeat;background-size:contain;filter:brightness(1.2);height:60px;position:absolute;transform:translateY(-50%);width:60px}@keyframes rotate{0%{transform:translateY(-50%) rotate(0deg)}to{transform:translateY(-50%) rotate(1turn)}}.play-btn{background:none;border:none;color:#fff;cursor:pointer;font-size:1.3rem;margin-right:auto;padding:.2em .6em}.play-btn,.volume-control{position:relative;z-index:2}.volume-control{align-items:center;display:flex;margin-left:auto;width:80px}.volume-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M3 9v6h4l5 5V4L7 9H3zm13.5 3A4.5 4.5 0 0 0 14 7.97v8.05c1.48-.73 2.5-2.25 2.5-4.02zM14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77s-2.99-7.86-7-8.77z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;display:inline-block;height:16px;margin-right:5px;width:16px}.volume-slider{-webkit-appearance:none;background:#555;border-radius:2px;height:4px;margin:0;outline:none;padding:0;width:60px}.volume-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#fff;border-radius:50%;cursor:pointer;height:10px;width:10px}.volume-slider::-moz-range-thumb{background:#fff;border:none;border-radius:50%;cursor:pointer;height:10px;width:10px}.live-text{align-items:center;background-color:#000000b3;border-radius:4px;color:#fff;display:flex;font-weight:700;gap:.5em;justify-content:center;left:50%;padding:0 10px;position:absolute;text-align:center;transform:translateX(-50%);z-index:2}.live-dot{animation:pulse 1s infinite;background-color:red;border-radius:50%;display:inline-block;height:10px;width:10px}@keyframes pulse{0%{opacity:1}50%{opacity:.2}to{opacity:1}}.navigation{display:flex;gap:2rem;justify-content:center;margin:.5rem 0;width:100%}.navigation a{color:#000;font-weight:700;text-decoration:none;transition:all .2s ease-in-out}.navigation a.active,.navigation a:hover{color:#555;text-decoration:underline}.page{animation:fadeIn .4s ease-in-out;box-sizing:border-box;max-width:800px;padding:.5rem 2rem;text-align:center;width:100%}.chat-dropdown{animation:slideIn .3s ease-out;background-color:#fff;border-left:1px solid #ddd;box-shadow:-2px 0 10px #0000001a;height:calc(100vh - 80px);overflow:hidden;position:fixed;right:0;top:80px;width:350px;z-index:998}@keyframes slideIn{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}.schedule-page{max-width:800px;padding:2rem;position:relative;text-align:center}.schedule-page:after,.schedule-page:before{background-image:url(/static/media/flower.a67c13648cf717919f72.png);background-repeat:repeat-y;background-size:250px;content:"";filter:contrast(120%) brightness(90%);height:100%;opacity:.8;pointer-events:none;position:fixed;top:0;width:300px;z-index:-1}.schedule-page:before{background-position:0;left:0}.schedule-page:after{background-position:100%;right:0}.schedule-content{background-color:#ffffffe6;border-radius:8px;box-shadow:0 2px 10px #0000000d;margin:0 auto;max-width:700px;padding:1rem;position:relative;width:100%;z-index:1}.schedule-page h2{color:#000;font-size:1.8rem;margin-bottom:2rem;text-align:center}.schedule-list{display:flex;flex-direction:column;gap:1.5rem}.schedule-day-card{background-color:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 1px 3px #0000001a;overflow:hidden;transition:all .3s ease}.schedule-day-card:hover{border-color:#bbb;box-shadow:0 3px 8px #00000026}.schedule-day-header{align-items:center;background-color:#f8f8f8;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:.8rem 1.2rem}.schedule-day-header h3{font-size:1.2rem;font-weight:700;margin:0;text-align:left}.schedule-date{color:#666;font-size:1rem}.schedule-shows{padding:0}.schedule-show-item{border-bottom:1px solid #eee;display:flex;padding:.8rem 1.2rem;text-align:left;transition:background-color .2s ease}.schedule-show-item:hover{background-color:#f5f5f5}.schedule-show-item:last-child{border-bottom:none}.schedule-show-time{color:#333;font-weight:700;margin-right:20px;min-width:120px}.schedule-show-title{flex:1 1}.schedule-day-card.today{border-color:#830aac}.schedule-day-card.today .schedule-day-header{background-color:#830aac;color:#fff}.schedule-day-card.today .schedule-date{color:#fffc}.schedule-loading{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:300px}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #0000001a;border-radius:50%;border-top-color:#000;height:40px;margin-bottom:1rem;width:40px}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:768px){.player-bar{flex-wrap:wrap;height:auto;justify-content:space-between;padding:.8rem 1rem}.play-btn{font-size:1.5rem;margin-right:0;order:1;padding:.2em .4em}.volume-control{margin-left:0;order:2;width:auto}.chat-btn{font-size:.8rem!important;margin-left:0!important;order:3;padding:.2rem .5rem!important}.live-text{justify-content:center;left:auto;margin-top:.5rem;max-width:100%;order:4;overflow:hidden;position:relative;text-overflow:ellipsis;transform:none;white-space:nowrap;width:100%}.live-text span{display:inline-block}.chat-dropdown{height:400px;width:100%}.schedule-page{padding:1rem}.schedule-page:after,.schedule-page:before{background-size:100px;width:100px}.schedule-content{box-sizing:border-box;margin:0 auto;padding:1rem;width:100%}.schedule-day-header{padding:.6rem 1rem}.schedule-show-item{flex-direction:column;padding:.6rem 1rem}.show-time{margin-bottom:.3rem}.archive-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.show-header{grid-template-columns:1fr}.show-artwork-container{margin:0 auto;max-width:300px}.archive-page{padding:1rem}.archive-content{box-sizing:border-box;margin:0 auto;padding:1rem;width:100%}}@media (max-width:480px){.player-bar{padding:.6rem .8rem}.volume-control{width:70px}.volume-slider{width:50px}.navigation{flex-wrap:wrap;gap:1rem;justify-content:center}.navigation a{font-size:.9rem}.rotating-flower{height:40px;width:40px}.archive-grid{grid-template-columns:1fr}.show-meta{flex-direction:column;gap:.8rem}.show-container,.show-page{padding:1rem}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.archive-page{max-width:1200px;padding:2rem;position:relative;text-align:center}.archive-background{background-position:50%;background-repeat:repeat;background-size:300px;left:0;opacity:.05;width:100%}.archive-background,.archive-page:after,.archive-page:before{background-image:url(/static/media/flower.a67c13648cf717919f72.png);height:100%;pointer-events:none;position:fixed;top:0;z-index:-1}.archive-page:after,.archive-page:before{background-repeat:repeat-y;background-size:250px;content:"";filter:contrast(120%) brightness(90%);opacity:.8;width:300px}.archive-page:before{background-position:0;left:0}.archive-page:after{background-position:100%;right:0}.archive-content{background-color:#ffffffe6;border-radius:8px;box-shadow:0 2px 10px #0000000d;margin:0 auto;max-width:1000px;padding:1rem;position:relative;width:100%;z-index:1}.archive-page h2{color:#000;font-size:1.8rem;margin-bottom:2rem;text-align:center}.archive-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.archive-item{cursor:pointer;transition:transform .2s ease}.archive-item:hover{transform:translateY(-5px)}.archive-item-inner{background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;display:flex;flex-direction:column;height:100%;overflow:hidden}.archive-item-image{aspect-ratio:1/1;overflow:hidden;position:relative}.archive-artwork{height:100%;object-fit:cover;width:100%}.archive-date{background:#000000b3;bottom:0;color:#fff;font-size:.8rem;left:0;padding:.3rem .6rem;position:absolute}.archive-item-content{display:flex;flex-direction:column;flex-grow:1;padding:1rem}.archive-item-title{font-size:1rem;font-weight:600;line-height:1.3;margin:0 0 .5rem}.archive-item-artist{color:#666;font-size:.9rem;margin:0 0 .8rem}.archive-item-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto}.archive-tag{background:#f0f0f0;border-radius:4px;color:#333;font-size:.7rem;padding:.2rem .5rem}.show-page{margin:0 auto;max-width:900px;padding:2rem 1rem;position:relative}.show-page:after,.show-page:before{background-image:url(/static/media/flower.a67c13648cf717919f72.png);background-repeat:repeat-y;background-size:250px;content:"";filter:contrast(120%) brightness(90%);height:100%;opacity:.8;pointer-events:none;position:fixed;top:0;width:300px;z-index:-1}.show-page:before{background-position:0;left:0}.show-page:after{background-position:100%;right:0}.show-container{background-color:#ffffffe6;border-radius:8px;box-shadow:0 2px 10px #0000000d;padding:2rem}.back-link{align-items:center;color:#333;display:inline-flex;font-size:.9rem;gap:.5rem;margin-bottom:2rem;text-decoration:none}.back-arrow{font-size:1.2rem;line-height:1}.back-link:hover{text-decoration:underline}.show-header{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 2fr;margin-bottom:2rem}.show-artwork-container{aspect-ratio:1/1;border-radius:8px;overflow:hidden}.show-artwork{height:100%;object-fit:cover;width:100%}.show-info{display:flex;flex-direction:column}.show-title{font-size:1.8rem;font-weight:700;line-height:1.2;margin:0 0 .5rem}.show-artist{color:#666;font-size:1.2rem;margin:0 0 1.5rem}.show-meta{display:flex;gap:1.5rem;margin-bottom:1.5rem}.meta-item{align-items:center;color:#555;display:flex;font-size:.9rem;gap:.5rem}.meta-icon{font-size:1.1rem}.show-tags{display:flex;flex-wrap:wrap;gap:.5rem}.show-tag{background:#f0f0f0;border-radius:4px;color:#333;font-size:.8rem;padding:.3rem .6rem}.show-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr}.show-description h2{font-size:1.3rem;margin-bottom:1rem;text-align:left}.show-description p{color:#444;line-height:1.6;text-align:left}.soundcloud-player{background:#f5f5f5;border-radius:8px;margin-top:1rem;padding:1.5rem}.player-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.player-header h3{font-size:1.1rem;margin:0}.external-link{align-items:center;color:#f50;display:flex;font-size:.8rem;gap:.3rem;text-decoration:none}.external-icon{font-style:normal}.external-link:hover{text-decoration:underline}.archive-loading,.show-loading{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:300px}.show-error{padding:3rem 1rem;text-align:center}
/*# sourceMappingURL=main.440517a8.css.map*/