:root{--bg: #eaf8ff;--panel: #ffffff;--panel-soft: #f7fcff;--line: #ccecf8;--line-strong: #9bd7ed;--text: #153342;--text-muted: #668395;--primary: #48b7df;--primary-dark: #167fa8;--primary-soft: #dff6ff;--mint: #c8f4e6;--coral: #ffd4d9;--lilac: #e9ddff;--lemon: #fff4bd;--rose: #ffe1ec;--shadow: 0 1.125rem 2.8125rem rgba(36, 112, 148, .16);--radius: 1.75rem;--desktop-chrome-height: 6.25rem;--songbook-gap: 1.75rem}*{box-sizing:border-box}html,body,#app{width:100%;height:100%}@media(min-width:901px){html{font-size:clamp(14px,1.306dvh,16px)}}@media(max-width:900px){html{font-size:16px}}body{margin:0;overflow:hidden;background:radial-gradient(circle at 12% 10%,rgba(255,212,217,.55),transparent 24rem),radial-gradient(circle at 90% 6%,rgba(200,244,230,.7),transparent 26rem),linear-gradient(180deg,#eaf8ff,#f6fdff);color:var(--text);font-family:Jua,sans-serif}button,input,select,textarea{font:inherit}button{cursor:pointer}.topbar{width:min(113.75rem,98vw);height:var(--desktop-chrome-height);margin:0 auto;padding:1rem 1.75rem 1.25rem;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1.125rem}.brand{margin:0;font-family:Yeseva One,serif;font-size:clamp(3rem,5.5vh,4.7rem);line-height:1.08;letter-spacing:0;color:#102c3a}.tabs,.account-actions{display:flex;align-items:center;gap:.5rem}.account-actions{justify-content:flex-end}.tab-btn,.ghost-btn,.primary-btn,.secondary-btn,.soft-btn,.warning-btn,.danger-btn,.icon-btn,.mini-btn,.mini-danger,.add-line-btn{border:0;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:2.625rem;border-radius:999px;font-weight:800;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.tab-btn,.ghost-btn,.secondary-btn{background:#ffffffbf;color:var(--text-muted);border:1px solid var(--line);padding:0 1.125rem}.tab-btn:hover,.ghost-btn:hover,.secondary-btn:hover,.icon-btn:hover{transform:translateY(-1px);border-color:var(--line-strong)}.tab-btn.active,.ghost-btn.active,.primary-btn{background:var(--primary);color:#fff;box-shadow:0 .625rem 1.375rem #48b7df40;padding:0 1.25rem}.warning-btn{background:#ffbc55;color:#fff;box-shadow:0 .625rem 1.375rem #ffad363d;padding:0 1.25rem}.icon-btn{width:2.875rem;height:2.875rem;background:#fff;color:var(--primary-dark);border:1px solid var(--line)}.soft-btn,.add-line-btn{background:var(--primary-soft);color:var(--primary-dark);border:1px dashed var(--line-strong);padding:0 1rem}.danger-btn,.mini-danger{background:#fff0f3;color:#d94359;border:1px solid #ffc3ce}.danger-btn{padding:0 1.125rem}.mini-btn,.mini-danger{width:2.75rem;min-width:2.75rem;height:2.75rem;min-height:2.75rem;border-radius:.875rem}.mini-danger.text-mini{width:auto;min-width:3.375rem;padding:0 .75rem}.shell{width:min(113.75rem,98vw,calc(160dvh - 8rem));height:auto;aspect-ratio:16 / 10;max-height:calc(100dvh - var(--desktop-chrome-height));margin:0 auto}.songbook-mode .shell{width:min(113.75rem,98vw,calc(160dvh - 8rem));height:auto;aspect-ratio:16 / 10}.panel{position:relative;height:100%;padding:1.25rem 1.75rem 1.625rem;background:transparent;border:0;border-radius:2.375rem;display:flex;flex-direction:column;min-height:0;transition:padding .36s ease}.panel:before{content:"";position:absolute;inset:0;z-index:0;width:100%;height:100%;background:#ffffffd1;border:1px solid rgba(204,236,248,.95);border-radius:2.375rem;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transition:width .36s ease,border-radius .36s ease,box-shadow .36s ease,background .36s ease}.panel>*{position:relative;z-index:1}.panel-tabs{position:absolute;left:2.75rem;top:-2.625rem;height:2.625rem;align-items:flex-end;gap:.375rem;z-index:5}.panel-tabs .tab-btn{min-height:2.625rem;padding:0 1.25rem;border-color:var(--line);border-bottom-color:transparent;border-radius:1.125rem 1.125rem 0 0;background:#ffffffdb;box-shadow:0 -.5rem 1.25rem #2470940f}.panel-tabs .tab-btn.active{border-color:var(--primary);border-bottom-color:var(--primary);background:var(--primary);color:#fff}.panel-tabs .tab-btn:not(.active){color:#526f80}.songbook-mode .panel{padding:1.25rem 0 1.625rem}.songbook-mode .panel:before{width:clamp(21.25rem,34%,33.75rem)}.songbook-mode .toolbar{display:none}.toolbar{display:flex;align-items:center;justify-content:center;gap:1.125rem;min-height:3.25rem;margin-bottom:1rem;position:relative}.toolbar.hidden{visibility:hidden}.month-label{min-width:10rem;text-align:center;font-family:Jua,sans-serif;font-size:2.1rem}.toolbar-actions{position:absolute;right:0;display:flex;align-items:center;gap:.5rem}.content-section{display:none;flex:1;width:100%;height:100%;min-height:0}.content-section.active{display:flex;flex-direction:column}.calendar-layout{display:grid;grid-template-columns:minmax(0,3fr) minmax(16.25rem,.85fr);gap:1.125rem;width:100%;height:100%;flex:1;min-height:0}.calendar-layout.memo-hidden{grid-template-columns:minmax(0,1fr)}.calendar-layout.memo-hidden .memo-card{display:none}.calendar-card,.memo-card{height:100%;background:var(--panel);border:1px solid var(--line);border-radius:1.625rem;min-height:0;overflow:hidden}.calendar-card{display:flex;flex-direction:column}.calendar-header{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.25rem;padding:.875rem .875rem .375rem}.day-label{padding:.6875rem 0;border-radius:1rem;text-align:center;font-weight:900;color:#2f5060}.day-0{background:#ffd4d9;color:#b34355}.day-1{background:#d9f3ff}.day-2{background:#dff8ee}.day-3{background:#fff2c2}.day-4{background:#e9ddff}.day-5{background:#d5f1ff}.day-6{background:#c9defd;color:#345d9a}.calendar-grid{flex:1;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-auto-rows:minmax(0,1fr);gap:.25rem;min-height:0;height:100%;overflow-y:auto;padding:.25rem .875rem 1rem}.cal-cell{position:relative;min-width:0;border-right:1px dashed var(--line);border-bottom:1px dashed var(--line);padding:2.375rem .375rem .4375rem;display:flex;flex-direction:column}.cal-cell.blank{border:0}.cal-cell[data-date]:hover{background:#dff6ff70;z-index:20}.date-num{position:absolute;top:.5rem;left:.5625rem;z-index:2;min-width:0;height:auto;display:inline-flex;align-items:center;justify-content:center;color:#335363;font-family:Jua,sans-serif;background:transparent;box-shadow:none}.day-type-0{color:#d7465b;background:transparent}.day-type-6{color:#3669ad;background:transparent}.schedule-stack{flex:1;display:flex;flex-direction:column;gap:.25rem;justify-content:center;width:100%;min-height:0}.event-item,.mobile-event{position:relative;width:100%;padding:.375rem .5rem;border:1px solid rgba(42,110,140,.08);border-radius:.875rem;color:#284b5a;font-size:1rem;font-weight:800;line-height:1.35;text-align:center;white-space:normal;word-break:break-word}.event-item{flex:1;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.event-item:hover{transform:scale(1.015);z-index:30}.mobile-event{min-height:3.4375rem}.event-sky{background:#dff6ff}.event-mint{background:#dff8ee}.event-lilac{background:#efe8ff}.event-peach{background:#ffe3d6}.event-lemon{background:#fff4bd}.event-rose{background:#ffe2eb}.event-rest{background:#edf1f4;color:#61717a}.time-badge{position:absolute;top:.4375rem;left:.5rem;padding:.1875rem .5rem;border-radius:999px;background:#fff9d9;color:#b37c10;font-size:.72rem;font-weight:900}.tooltip{visibility:hidden;opacity:0;position:absolute;top:50%;left:calc(100% + .625rem);width:max-content;max-width:16.25rem;transform:translateY(-50%) scale(.96);transform-origin:left center;padding:.75rem .875rem;background:#fff;border:2px solid var(--primary);border-radius:.875rem;box-shadow:0 .75rem 2.1875rem #1d61802e;color:var(--text);text-align:left;font-size:.9rem;font-weight:700;line-height:1.45;transition:.18s ease;pointer-events:none;z-index:400}.event-item:hover .tooltip{visibility:visible;opacity:1;transform:translateY(-50%) scale(1)}.cal-cell:nth-child(7n) .tooltip,.cal-cell:nth-child(7n-1) .tooltip{left:auto;right:calc(100% + .625rem);transform-origin:right center}.memo-card{background:linear-gradient(180deg,#f7fcff,#fff);padding:1.25rem;display:flex;flex-direction:column}.memo-head{display:flex;align-items:center;justify-content:center;gap:.5rem;color:var(--primary-dark);font-family:Jua,sans-serif;font-size:1.7rem;margin-bottom:.625rem}.memo-content{flex:1;overflow-y:auto;padding:.625rem .5rem;text-align:center;color:#315264;font-family:Jua,sans-serif;font-size:1.2rem;line-height:1.875rem;background-image:repeating-linear-gradient(to bottom,transparent,transparent 1.8125rem,rgba(72,183,223,.2) 1.8125rem,rgba(72,183,223,.2) 1.875rem)}.songbook-layout{width:100%;height:100%;display:flex;align-items:stretch;gap:var(--songbook-gap);min-height:0}.song-sidebar,.song-content{min-height:0;background:#fff;border:1px solid var(--line);border-radius:1.625rem}.song-sidebar{padding:.875rem 1.75rem 1.375rem;flex:0 0 clamp(21.25rem,34%,33.75rem);height:100%;min-width:0;overflow-y:auto;background:transparent;border:0;border-radius:2.375rem;box-shadow:none}.notice-card{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1.5rem 1rem;border-radius:1.125rem;background:#f7fcff;border:1px dashed var(--line-strong);color:var(--primary-dark);text-align:center;margin:.5rem 0 1.25rem}.notice-icon{width:1.75rem;height:2.75rem;flex:0 0 1.75rem;display:inline-flex;align-items:center;justify-content:center;background:transparent;color:var(--primary-dark);font-size:1.35rem;box-shadow:none}.notice-lines{display:flex;flex-direction:column;align-items:center;gap:.375rem;min-width:0;text-align:center}.notice-card strong{font-size:1.05rem}.mobile-notice-break{display:inline}.song-status-filters{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;margin-bottom:1rem}.status-filter-btn{min-height:2.5rem;padding:0 .625rem;border:1px solid var(--line);border-radius:.875rem;background:#ffffffbf;color:var(--text-muted);font-weight:900}.status-filter-btn.active{background:var(--primary-dark);border-color:var(--primary-dark);color:#fff}.sidebar-heading{display:flex;align-items:center;justify-content:center;gap:.75rem;margin:.25rem 0 .75rem;color:var(--primary-dark);font-size:1rem;font-weight:900;letter-spacing:0}.artist-heading{margin-top:1.5rem}.sidebar-heading:before,.sidebar-heading:after{content:"";flex:1;border-top:1px dashed var(--line-strong)}.artist-filters{display:grid;grid-template-columns:repeat(auto-fill,minmax(5.75rem,1fr));gap:.5rem}.artist-btn{min-height:2.5rem;padding:0 .75rem;border-radius:.875rem;background:#f7fcff;border:1px solid var(--line);color:var(--text-muted);font-weight:800}.artist-btn.active{background:var(--primary);border-color:var(--primary);color:#fff}.song-content{flex:1 1 0;display:flex;flex-direction:column;height:100%;min-width:0;aspect-ratio:auto;padding:1.125rem;overflow:hidden}.songbook-mode .song-content{padding:0;background:transparent;border:0;border-radius:0}.songbook-mode .song-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(16.25rem,1fr));align-content:start;gap:.875rem;padding-right:.5rem}.song-actions{display:flex;gap:.75rem;margin-bottom:.875rem}.song-filter-toggle,.song-filter-close,.song-filter-backdrop{display:none}.song-filter-toggle svg{width:1.35rem;height:1.35rem;fill:none;stroke:currentColor;stroke-width:2.4;stroke-linecap:round}.pinball-tab-link{text-decoration:none;white-space:nowrap}.search-box{flex:1;min-height:3rem;display:flex;align-items:center;gap:.625rem;padding:0 1.125rem;background:#f7fcff;border:1px solid var(--line);border-radius:999px;color:var(--text-muted)}.search-box input{width:100%;border:0;outline:0;background:transparent;color:var(--text);font-size:1.05rem}.song-list{flex:1;min-height:0;display:flex;flex-direction:column;gap:.5rem;overflow-y:auto}.song-item{position:relative;width:100%;min-height:4.25rem;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:1.125rem;background:#fff;border:1px solid var(--line);text-align:left}.song-item:hover{background:#f7fcff;border-color:var(--line-strong)}.songbook-mode .song-item{min-height:8.25rem;align-items:flex-start;flex-direction:column;justify-content:space-between;padding:1.125rem 3.75rem 1.125rem 1.125rem;border-radius:1.375rem;box-shadow:0 .75rem 1.625rem #185a7814}.songbook-mode .song-icon{display:none}.songbook-mode .song-info{width:100%;padding-right:1.75rem}.songbook-mode .song-info strong{font-size:1.15rem}.songbook-mode .genre-list{justify-content:flex-start}.song-icon{width:2.625rem;height:2.625rem;flex:0 0 2.625rem;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(135deg,#dff6ff,#dff8ee);color:var(--primary-dark)}.song-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.song-info strong{overflow:hidden;color:var(--text);font-size:1.06rem;text-overflow:ellipsis;white-space:nowrap}.song-info em{color:var(--text-muted);font-style:normal}.genre-list{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.375rem}.song-key-badge{position:absolute;top:.875rem;right:.875rem;min-width:2.3rem;min-height:1.75rem;display:inline-flex;align-items:center;justify-content:center;padding:0 .625rem;border-radius:999px;background:linear-gradient(135deg,#fff6c9,#fffdf0);border:1px solid #f6df8c;color:#8a6914;font-weight:900;box-shadow:0 .5rem 1rem #be931e24}.genre-tag{padding:.25rem .5625rem;border-radius:999px;border:1px solid transparent;font-size:.78rem;font-weight:900;white-space:nowrap}.g-jpop{background:#ffe8d7;color:#bd5f1b;border-color:#ffc99d}.g-kpop{background:#dcf8ed;color:#217958;border-color:#aee8d0}.g-practice{background:#edf0f3;color:#66717d;border-color:#d3d9df}.g-homework{background:#ffe3e8;color:#c7374f;border-color:#ffb9c7}.g-idol{background:#fff3b8;color:#967117;border-color:#f5d96a}.g-band{background:#dff1ff;color:#226aa0;border-color:#afd8f5}.g-hiphop{background:#eee2ff;color:#6b42ad;border-color:#d8c4fb}.g-pop{background:#e0f8df;color:#2e7f34;border-color:#bde9bd}.g-cute{background:#ffe2f0;color:#b94378;border-color:#ffc1dc}.edit-cue{position:absolute;right:.875rem;bottom:.875rem;width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#e7f8ff;color:var(--primary-dark);border:1px solid var(--line);box-shadow:0 .45rem 1rem #185a781f}.admin-only{display:none}.admin-mode .admin-only{display:inline-flex}.mobile-list,.mobile-nav{display:none}.modal-overlay{position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center;padding:24px;background:#1227317a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.modal-overlay.open{display:flex}.modal-card{position:relative;width:min(1000px,92vw);max-height:min(86vh,820px);overflow-y:auto;background:#fffffff7;border:1px solid #bfe8f7;border-radius:24px;box-shadow:0 24px 70px #09374b38}.editor-card{padding:26px;overflow:visible}.editor-grid{display:grid;grid-template-columns:1fr 1.04fr;gap:34px}.editor-column{display:flex;flex-direction:column;gap:15px}.editor-column+.editor-column{border-left:1px solid var(--line);padding-left:34px}.field-group{display:flex;flex-direction:column;gap:8px}.field-group>span,.editor-options{color:var(--primary-dark);font-weight:900}.field-group input,.field-group select,.field-group textarea{width:100%;border:2px solid #bfe8f7;border-radius:14px;background:#fbfeff;color:var(--text);padding:12px 14px;outline:0;resize:vertical}.field-group input:focus,.field-group select:focus,.field-group textarea:focus{border-color:var(--primary);box-shadow:0 0 0 4px #48b7df24}.range-row,.time-row,.media-row,.notice-row,.upload-row{display:flex;align-items:center;gap:10px}.upload-row{justify-content:space-between;padding:8px 10px;border:1px solid #bfe8f7;border-radius:14px 14px 8px 8px;background:#f7fcff}.upload-btn{min-height:36px;padding:0 14px;border-radius:12px;border:1px solid #9bd7ed;background:#e8f8ff;color:var(--primary-dark);font-weight:900}.upload-btn:disabled{cursor:progress;opacity:.68}.range-row input{flex:1}.range-row b{color:var(--text-muted)}.time-row input,.media-row input,.notice-row input{flex:1}.repeat-list{display:flex;flex-direction:column;gap:8px}.editor-options{display:flex;align-items:center;justify-content:flex-end;gap:14px;margin-top:16px}.editor-options label{display:inline-flex;align-items:center;gap:6px}.editor-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:18px}.footer-actions{display:flex;gap:10px}.footer-actions.align-right{justify-content:flex-end}.compact-editor{width:min(480px,92vw);padding:24px;display:flex;flex-direction:column;gap:16px}.compact-editor h2{margin:0 0 2px;font-family:Jua,sans-serif;font-size:1.8rem;color:var(--primary-dark);text-align:center}.detail-modal-stack{width:min(520px,92vw);max-height:min(86vh,820px);display:flex;flex-direction:column;align-items:stretch;gap:10px}.detail-card{width:100%;max-height:calc(min(86vh,820px) - 6.25rem);padding:42px 26px 26px;display:flex;flex-direction:column;gap:18px;scrollbar-width:none}.detail-card::-webkit-scrollbar{width:0;height:0}.detail-card h2{margin:0 0 4px;text-align:center;color:var(--text);font-family:Jua,sans-serif;font-size:1.8rem;line-height:1.35}.modal-x{position:absolute;top:14px;right:14px;width:34px;height:34px;border:0;border-radius:50%;background:#f0f8fc;color:var(--text-muted)}.modal-pills{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.pill{min-height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:0 12px;font-weight:900;text-decoration:none}.pill.time{background:#fff5c8;color:#946d10}.pill.notice{background:var(--primary);color:#fff}.pill.disabled{background:#eef3f6;color:#9babb4}.member-grid{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.member-item{width:84px;display:flex;flex-direction:column;align-items:center;gap:7px;color:var(--text);font-size:.92rem;font-weight:800}.avatar-shell{width:66px;height:66px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;border:3px solid #9fe3f7;background:#e7f8ff;box-shadow:0 .45rem 1rem #2b9dc629;overflow:hidden;line-height:0}.member-item img,.avatar-fallback{width:100%;height:100%;border-radius:50%}.member-item img{object-fit:cover;object-position:center center;display:block;transform:scale(1.04)}.avatar-fallback{display:inline-flex;align-items:center;justify-content:center;color:var(--primary-dark);font-weight:900;background:linear-gradient(135deg,#e8f8ff,#fff4fb)}.avatar-fallback[hidden],.crew-fallback[hidden]{display:none}.poster-block{display:flex;justify-content:center}.poster-block img{max-width:100%;border-radius:18px;box-shadow:0 12px 28px #13485f21}.crew-card-grid{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:stretch;gap:10px}.crew-card{width:100%;display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--text);font-weight:900}.crew-image-frame{width:100%;min-height:9rem;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;border-radius:18px;border:1px solid var(--line);background:#f7fcff;box-shadow:0 12px 28px #13485f1f;line-height:0}.crew-image-frame img{width:100%;height:auto;object-fit:cover;object-position:center center;display:block}.crew-fallback{width:100%;height:100%;display:inline-flex;align-items:center;justify-content:center;color:var(--primary-dark);font-size:2rem;font-weight:900}.description-box{padding:18px;background:#f7fcff;border:1px solid var(--line);border-radius:18px;color:#315264;text-align:center;line-height:1.6;white-space:normal}.detail-section{display:flex;flex-direction:column;gap:.625rem}.detail-section-title{text-align:center;color:var(--primary-dark);font-weight:900}.detail-actions{display:flex;flex-direction:column;gap:.625rem}.detail-actions-outside{width:100%;flex:0 0 auto}.detail-admin-actions{display:grid;grid-template-columns:1fr 1fr;gap:.625rem}.full{width:100%}.empty-state{padding:36px;color:var(--text-muted);text-align:center;font-weight:800}.empty-state.wide{grid-column:1 / -1}.empty-state.compact{padding:18px}.toast{position:fixed;left:50%;bottom:28px;transform:translate(-50%) translateY(16px);visibility:hidden;opacity:0;z-index:2000;min-width:240px;max-width:min(520px,90vw);padding:14px 20px;border-radius:999px;background:#f7fcfff5;color:var(--primary-dark);border:1px solid var(--line-strong);text-align:center;font-weight:900;box-shadow:0 14px 36px #185a782e;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:.22s ease}.toast.show{visibility:visible;opacity:1;transform:translate(-50%) translateY(0)}.mobile-swipe-hint{display:none}@media(max-width:900px){body{overflow:hidden;background:#f3fbff}.pc-only,.pc-calendar,.memo-card{display:none}.topbar{width:100%;height:66px;padding:calc(14px + env(safe-area-inset-top)) 18px 10px;grid-template-columns:1fr auto 1fr;align-items:center}.brand{font-size:2rem}.account-actions .ghost-btn{min-width:44px;width:44px;padding:0}.account-actions span{display:none}.shell{width:100%;height:calc(100dvh - 66px);aspect-ratio:auto;margin:0}.songbook-mode .shell{width:100%;height:calc(100dvh - 66px);aspect-ratio:auto}.panel{border:0;border-radius:0;box-shadow:none;background:transparent;padding:0}.songbook-mode .panel{padding:0}.panel:before{display:none}.toolbar{display:none}.calendar-layout{display:block;width:100%;height:100%}.mobile-list{height:100%;display:flex;flex-direction:column;gap:12px;padding:14px 16px 92px;overflow:hidden;will-change:transform,opacity}.mobile-list.slide-next{animation:mobileSlideNext .28s ease}.mobile-list.slide-prev{animation:mobileSlidePrev .28s ease}.mobile-card{flex:1;min-height:0;padding:14px;border-radius:22px;border:1px solid var(--line);background:#fff;box-shadow:0 8px 24px #1a5b7814;display:flex;flex-direction:column;gap:10px}.mobile-card.today{border:2px solid var(--primary)}.mobile-date-row{display:flex;align-items:center;justify-content:space-between}.mobile-date-row strong{font-size:1.28rem}.mobile-date-row span{margin-left:6px;color:var(--text-muted);font-weight:800}.mobile-date-row em{padding:4px 10px;border-radius:999px;background:var(--primary);color:#fff;font-style:normal;font-size:.75rem;font-weight:900}.mobile-events{flex:1;min-height:0;display:flex;flex-direction:column;gap:8px;overflow-y:auto}.mobile-event{flex-shrink:0}@keyframes mobileSlideNext{0%{opacity:.2;transform:translate(1.5rem)}to{opacity:1;transform:translate(0)}}@keyframes mobileSlidePrev{0%{opacity:.2;transform:translate(-1.5rem)}to{opacity:1;transform:translate(0)}}.mobile-nav{position:fixed;left:50%;bottom:10px;z-index:500;width:min(420px,94vw);height:68px;transform:translate(-50%);display:flex;align-items:center;justify-content:space-around;border:1px solid var(--line);border-radius:999px;background:#fffffff0;box-shadow:0 12px 34px #17526c29}.mobile-nav-btn{flex:1;height:100%;border:0;background:transparent;color:var(--text-muted);font-size:1.5rem}.mobile-nav-btn.active{color:var(--primary-dark)}.mobile-swipe-hint{position:fixed;left:50%;top:50%;z-index:850;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;min-width:11.5rem;min-height:7rem;padding:1rem 1.25rem;border-radius:1.5rem;background:#f7fcffad;border:1px solid rgba(155,215,237,.64);color:var(--primary-dark);font-weight:900;box-shadow:0 1rem 2.75rem #185a781f;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);opacity:0;visibility:hidden;pointer-events:none;transform:translate(-50%,-50%) scale(.96);transition:opacity .22s ease,visibility .22s ease,transform .22s ease}.mobile-swipe-hint.show{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}.swipe-hand{color:var(--primary-dark);font-size:2.25rem;line-height:1;animation:swipeHandMove 1.05s ease-in-out infinite}@keyframes swipeHandMove{0%,to{transform:translate(-.5rem)}50%{transform:translate(.5rem)}}.songbook-layout{display:flex;flex-direction:column;gap:0;height:100%}.song-sidebar{position:fixed;top:0;left:0;z-index:920;width:min(22rem,86vw);height:100dvh;display:flex;flex-direction:column;padding:calc(3.75rem + env(safe-area-inset-top)) 1.25rem calc(1.375rem + env(safe-area-inset-bottom));overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;background:#fffffffa;border:1px solid var(--line);border-left:0;border-radius:0 1.75rem 1.75rem 0;box-shadow:1rem 0 2.75rem #17526c33;transform:translate(calc(-100% - 1.5rem));transition:transform .28s ease;scrollbar-width:thin;scrollbar-color:var(--line-strong) transparent}.song-filter-open .song-sidebar{transform:translate(0)}.song-filter-close{position:absolute;top:calc(1rem + env(safe-area-inset-top));right:1rem;width:2.5rem;height:2.5rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:50%;background:#f7fcff;color:var(--text-muted)}.song-filter-backdrop{position:fixed;inset:0;z-index:900;display:block;border:0;background:#12273147;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .24s ease,visibility .24s ease}.song-filter-open .song-filter-backdrop{opacity:1;visibility:visible;pointer-events:auto}.mobile-notice-break{display:block;margin-top:.25rem}.song-content{width:100%;height:100%;aspect-ratio:auto;border:0;border-radius:0;background:transparent;padding:14px 16px 92px}.songbook-mode .song-content{padding:14px 16px 92px}.song-actions{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.625rem}.song-actions .primary-btn{grid-column:1 / -1;width:100%}.song-filter-toggle{width:3rem;min-height:3rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:50%;background:#f7fcff;color:var(--primary-dark);box-shadow:0 .5rem 1.25rem #185a7814}.song-list{display:flex;flex-direction:column;gap:8px;padding-right:0;padding-bottom:4px}.songbook-mode .song-list{display:flex;flex-direction:column;gap:8px;padding-right:0}.song-item{align-items:flex-start}.song-icon{display:none}.genre-list{max-width:42%}.modal-overlay{padding:12px;align-items:flex-end}.modal-card{width:100%;max-height:90dvh;border-radius:22px}.detail-modal-stack{width:100%;max-height:90dvh}.detail-card{max-height:calc(90dvh - 6.25rem)}.editor-card{padding:20px}.editor-grid{grid-template-columns:1fr;gap:18px}.editor-column+.editor-column{border-left:0;padding-left:0}.editor-options,.editor-footer{align-items:stretch;flex-direction:column}.footer-actions{width:100%}.footer-actions>button,.danger-btn{flex:1}}
