@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600&display=swap";:root{color-scheme:light;--bg: #f4c2c2;--panel: #ffffff;--muted: #4b5563;--text: #0b0b0b;--accent: #0b0b0b;--border: rgba(0, 0, 0, .12);--card: #ffffff;--topbar-height: 88px;--card-height: 460px;--card-image-height: 280px;font-family:Space Grotesk,Segoe UI,sans-serif}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background-color:#f4c2c2;background-image:var(--bg-logo, none);background-repeat:no-repeat;background-position:center center;background-size:clamp(420px,45vw,640px);color:#0f172a}a{color:inherit;text-decoration:none}main.page{min-height:100vh;display:grid;place-items:center;padding:calc(2rem + var(--topbar-height))}.login-trigger{width:100%;display:flex;justify-content:center;align-items:flex-start;padding-top:66vh}.panel{width:min(460px,100%);background:var(--panel);border:1px solid var(--border);border-radius:18px;padding:2rem;box-shadow:0 18px 48px #0000001f}.panel.slim{padding:1.4rem}.login-header h1{margin:.1rem 0 .4rem;font-size:1.9rem;letter-spacing:-.03em}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.7rem;color:var(--muted);margin:0 0 .2rem}.muted{color:var(--muted);margin:.2rem 0}form.login-form{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}button.primary.big{padding:1.1rem 2rem;font-size:1.05rem}.login-modal{width:100vw;height:100vh;animation:zoomIn .24s ease;position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:1rem;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);pointer-events:none;z-index:20}.login-modal .panel{pointer-events:all;margin:0}.brand img{width:200px;height:70px;object-fit:contain;border-radius:8px}.ghost.small{padding:.4rem .8rem;font-size:.9rem}.card-button{border:none;background:transparent;padding:0}label{display:flex;flex-direction:column;gap:.35rem;font-weight:500}input{background:#fff;border:1px solid var(--border);color:var(--text);border-radius:12px;padding:.85rem 1rem;font-size:1rem}select{background:#fff;border:1px solid var(--border);color:var(--text);border-radius:12px;padding:.8rem .9rem;font-size:1rem}input:focus{outline:2px solid rgba(0,0,0,.18);border-color:transparent}button{cursor:pointer;border-radius:12px;border:1px solid rgba(0,0,0,.12);font-weight:600;font-size:.95rem;transition:transform .15s ease,background .15s ease,color .15s ease;background:#fff;color:#0b0b0b;box-shadow:0 10px 28px #0000001f}button:disabled{opacity:.6;cursor:not-allowed}button.primary{padding:.9rem 1rem}button.primary:hover:not(:disabled){transform:translateY(-1px)}button.ghost{background:#fff;color:var(--text);border:1px solid var(--border);padding:.75rem 1rem}.error{color:#b91c1c;margin:0}.top-bar{position:fixed;top:0;left:0;width:100%;display:flex;justify-content:space-between;align-items:center;gap:.75rem;background:#fff;border:1px solid var(--border);border-radius:0 0 18px 18px;padding:.75rem 1rem;box-shadow:0 8px 30px #0000000f;z-index:40}.cards{width:min(900px,100%);display:grid;grid-template-columns:repeat(2,minmax(320px,1fr));gap:1.5rem;justify-content:center;margin:0 auto;align-items:stretch}.card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:1.3rem;display:flex;flex-direction:column;gap:.8rem;cursor:pointer;transition:transform .15s ease,border .15s ease,box-shadow .15s ease;color:#0b0b0b;box-shadow:0 10px 24px #00000014;height:var(--card-height);min-height:var(--card-height)}.card:hover{transform:translateY(-2px);border-color:#0000002e;box-shadow:0 16px 32px #0000001f}.card-image{position:relative;overflow:hidden;border-radius:12px;background:#e5e7eb;height:var(--card-image-height)}.card-image img{width:100%;height:100%;object-fit:cover}.card-body{display:flex;flex-direction:column;gap:.35rem}.card-body h3{margin:.1rem 0;font-size:1.2rem;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.88rem}.card-body .muted{line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.7rem}.card-footer{color:var(--muted);font-size:.9rem;margin-top:auto}.song-header{width:min(1200px,100%);display:flex;justify-content:space-between;gap:1rem;align-items:center;background:#fff;border:1px solid var(--border);border-radius:16px;padding:1.2rem;margin:0 auto 1.25rem;position:sticky;top:calc(var(--topbar-height) + 12px);z-index:35}.song-header{--song-header-height: 96px}.song-content{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#070a0c73;z-index:60;padding:0;gap:2.5rem;margin:0 auto;align-items:start;align-content:start}.song-content .song-modal-panel{width:100vw;height:100vh;max-width:none;max-height:none;overflow:hidden;border-radius:0;background:var(--panel);border:none;padding:0;box-shadow:none;display:flex;flex-direction:column}.song-video{min-height:0;background:linear-gradient(180deg,#f8fafc,#fff);border-radius:12px;padding:.5rem;box-shadow:0 12px 36px #0000000f;display:flex;align-items:stretch;justify-content:center}.song-video video{width:100%;height:auto;border-radius:10px;object-fit:contain;display:block;aspect-ratio:16 / 9;max-height:calc(100vh - var(--topbar-height) - 140px)}.pdf-viewer{background:#fff;border:1px solid var(--border);border-radius:12px;overflow:hidden;height:auto;display:flex;align-items:stretch;padding:.5rem;box-shadow:0 12px 36px #0000000d}.pdf-viewer object{width:100%;height:100%;border:none;display:block}.media-grid>*{align-self:stretch}@media (max-width: 1100px){.media-grid{grid-template-columns:1fr}.song-video,.pdf-viewer{min-height:360px}}.song-modal{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#070a0c73;z-index:60;padding:1rem}.song-modal-panel{width:min(1280px,98%);height:calc(100vh - 2rem);max-height:calc(100vh - 2rem);overflow:hidden;border-radius:18px;background:var(--panel);border:1px solid var(--border);padding:1.25rem;box-shadow:0 24px 64px #0000002e}.song-modal-panel .song-header{position:relative;top:0;margin:0;padding:1rem 1.25rem;border-radius:0;--song-header-height: 0px;background:var(--panel);border-bottom:1px solid var(--border);width:100%;box-sizing:border-box}.song-modal-panel .song-content{margin:0;padding:1.25rem 2rem;flex:1 1 auto;display:grid;grid-template-columns:1fr 1fr;gap:10px;align-items:stretch;align-content:stretch}.song-modal-panel .app-shell,.song-modal-panel .main-card{height:100%;min-height:0}.song-modal-panel .main-card{padding:.75rem 1rem 1rem;gap:10px}.song-modal-panel .content-area{height:100%;min-height:0;gap:10px}.song-modal-panel .pdf-container,.song-modal-panel .video-container{height:100%;min-height:0}.song-modal-panel .pdf-surface,.song-modal-panel .video-surface{width:100%;height:100%;min-height:0}.song-modal-panel .media-grid{height:100%;grid-template-columns:1fr 1fr;gap:2rem}.song-modal-panel .pdf-viewer,.song-modal-panel .song-video{height:100%;min-height:0;display:flex;align-items:stretch}.song-modal-panel .pdf-viewer object{height:100%}.song-modal-panel .song-video video{height:100%;width:100%;object-fit:contain}.song-info{background:#fff;border-radius:12px;padding:1rem;border:1px solid var(--border)}.song-video video{width:100%;border-radius:12px;border:1px solid var(--border);background:#fff}.actions{display:flex;gap:.5rem}.admin-shell{width:min(1100px,100%);margin:0 auto;display:flex;flex-direction:column;gap:1.25rem;align-self:start}.admin-nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;background:#fff;border:1px solid var(--border);border-radius:16px;padding:.85rem 1rem;box-shadow:0 10px 28px #00000014;position:sticky;top:12px;z-index:30}.admin-title{display:flex;flex-direction:column;font-weight:700;color:#0b0b0b}.admin-title small{font-weight:500;color:var(--muted)}.admin-tabs{display:flex;gap:.5rem}.tab-button{border:1px solid var(--border);background:#fff;padding:.5rem .9rem;border-radius:999px;font-size:.9rem}.tab-button.active{background:#0b0b0b;color:#fff;border-color:#0b0b0b}.admin-actions{display:flex;gap:.5rem;flex-wrap:wrap}.admin-panel{background:#fff;border:1px solid var(--border);border-radius:16px;padding:1.25rem;box-shadow:0 16px 36px #00000014;display:flex;flex-direction:column;gap:1.25rem}.admin-header h2{margin:0}.admin-form{display:grid;grid-template-columns:1.2fr 1.2fr .7fr auto;gap:.75rem;align-items:end}.media-form{grid-template-columns:repeat(2,minmax(0,1fr));padding:1rem;border-radius:12px;border:1px solid var(--border);background:#f8fafc;box-shadow:inset 0 1px #fffc}.media-form button{grid-column:1 / -1;justify-self:end}.admin-form label{gap:.4rem}.admin-list{display:flex;flex-direction:column;gap:.6rem}.user-row{display:grid;grid-template-columns:1.2fr 1.2fr .7fr auto;gap:.75rem;align-items:center;padding:.4rem 0;border-bottom:1px solid rgba(0,0,0,.06)}.user-row.header{font-weight:600;color:var(--muted);border-bottom:1px solid rgba(0,0,0,.12);padding-bottom:.6rem}.admin-status.success{color:#15803d}.admin-empty{padding:1.2rem;border-radius:12px;border:1px dashed rgba(0,0,0,.15)}@media (max-width: 900px){.song-modal{padding:.5rem}.song-modal-panel{height:calc(100vh - 1rem);max-height:calc(100vh - 1rem);padding:.75rem;overflow:auto}.song-modal-panel .main-card{padding:.5rem .75rem .75rem;gap:8px}.song-modal-panel .content-area{gap:8px;height:auto}.song-modal-panel .pdf-container,.song-modal-panel .video-container{height:auto}.admin-nav{flex-direction:column;align-items:flex-start}.admin-form{grid-template-columns:1fr}.user-row{grid-template-columns:1fr;gap:.5rem}.user-row.header{display:none}}@media (max-width: 720px){:root{--card-height: 420px;--card-image-height: 260px}main.page{padding:calc(1rem + var(--topbar-height)) 1rem 1.5rem;place-items:start center;align-content:start}.panel{padding:1.5rem}.login-trigger{padding-top:clamp(14vh,24vh,34vh);align-items:center}.top-bar,.song-header{flex-direction:row;align-items:center}.top-bar{padding:.6rem .85rem;gap:.6rem}.brand img{width:150px;height:50px}.ghost.small{padding:.35rem .65rem;font-size:.85rem}.song-modal-panel .song-content{padding:.75rem 1rem;gap:8px}.actions{width:100%}.cards{grid-template-columns:1fr}}@keyframes zoomIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}html,body{height:100%;margin:0}.app-shell.svelte-142yxwv.svelte-142yxwv{min-height:100vh;background:#fde8e6;display:block;padding:0}.main-card.svelte-142yxwv.svelte-142yxwv{width:min(1200px,100%);margin:0 auto;min-height:100vh;display:flex;flex-direction:column;gap:12px;padding:12px;box-sizing:border-box}.song-header.svelte-142yxwv.svelte-142yxwv{flex:0 0 auto;background:#ffffffd9;border-radius:14px;padding:14px 18px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 10px 30px #0000000f;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.header-content.svelte-142yxwv.svelte-142yxwv{display:flex;flex-direction:column;gap:2px}.eyebrow.svelte-142yxwv.svelte-142yxwv{margin:0;font-size:.7rem;font-weight:700;letter-spacing:.08em;color:#9b9b9b}h1.svelte-142yxwv.svelte-142yxwv{margin:0;font-size:1.2rem;color:#222}.back-btn.svelte-142yxwv.svelte-142yxwv{padding:8px 14px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:10px;cursor:pointer;font-size:.85rem}.content-area.svelte-142yxwv.svelte-142yxwv{flex:1 1 auto;min-height:0;display:grid;grid-template-columns:1.15fr .85fr;gap:28px;align-items:stretch;height:auto}.pdf-container.svelte-142yxwv.svelte-142yxwv,.video-container.svelte-142yxwv.svelte-142yxwv{min-height:0}.pdf-surface.svelte-142yxwv.svelte-142yxwv{height:100%;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 10px 30px #00000014;display:flex;flex-direction:column}.pdf-surface.svelte-142yxwv object.svelte-142yxwv{flex:1 1 auto;width:100%;height:100%;display:block;border:none}.pdf-open-bar.svelte-142yxwv.svelte-142yxwv{height:50px;display:flex;align-items:center;justify-content:center;border-radius:12px;border:1px solid rgba(0,0,0,.12);background:#fff;color:#111;font-weight:600;font-size:.9rem;text-decoration:none}.pdf-open-bar.disabled.svelte-142yxwv.svelte-142yxwv{color:#777;background:#f3f3f3;border-color:#00000014}.video-container.svelte-142yxwv.svelte-142yxwv{display:flex;flex-direction:column;justify-content:flex-start;gap:14px;position:relative}.video-surface.svelte-142yxwv.svelte-142yxwv{position:relative;flex:1 1 auto;height:100%;min-height:220px;background:#000;border-radius:10px;overflow:hidden;box-shadow:0 10px 30px #00000029;display:flex}.video-surface.svelte-142yxwv video.svelte-142yxwv{width:100%;height:100%;object-fit:contain;display:block;outline:none;cursor:pointer}.video-play-overlay.svelte-142yxwv.svelte-142yxwv{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:74px;height:74px;border-radius:999px;border:0;display:grid;place-items:center;background:#0000008c;color:#fff;cursor:pointer;transition:opacity .2s ease;z-index:2}.video-play-overlay.playing.svelte-142yxwv.svelte-142yxwv{opacity:0;pointer-events:none}.video-play-overlay.svelte-142yxwv.svelte-142yxwv:focus-visible{outline:2px solid rgba(255,255,255,.8);outline-offset:2px}.button-row.svelte-142yxwv.svelte-142yxwv{display:flex;justify-content:center;align-items:center;flex:0 0 auto;position:absolute;left:50%;bottom:62px;transform:translate(-50%);z-index:2}.play-pause-btn.svelte-142yxwv.svelte-142yxwv{border:none;background:#ffffffb3;cursor:pointer;padding:10px 14px;border-radius:999px;color:#111;box-shadow:0 8px 20px #00000014;transition:transform .15s ease}.play-pause-btn.svelte-142yxwv.svelte-142yxwv:hover{transform:scale(1.06)}.fallback.svelte-142yxwv.svelte-142yxwv,.error.svelte-142yxwv.svelte-142yxwv{padding:18px;color:#444}@media (max-width: 900px){.main-card.svelte-142yxwv.svelte-142yxwv{padding:10px}.content-area.svelte-142yxwv.svelte-142yxwv{grid-template-columns:1fr;gap:12px;height:auto;align-content:start}.pdf-container.svelte-142yxwv.svelte-142yxwv,.video-container.svelte-142yxwv.svelte-142yxwv,.pdf-surface.svelte-142yxwv.svelte-142yxwv,.video-surface.svelte-142yxwv.svelte-142yxwv{height:auto;min-height:0}.pdf-surface.svelte-142yxwv.svelte-142yxwv{background:transparent;box-shadow:none}.video-surface.svelte-142yxwv.svelte-142yxwv{height:clamp(220px,45vh,360px)}.button-row.svelte-142yxwv.svelte-142yxwv{display:none}.video-play-overlay.svelte-142yxwv.svelte-142yxwv{width:86px;height:86px}}@media (min-width: 901px){.video-surface.svelte-142yxwv video.svelte-142yxwv::-webkit-media-controls{display:none!important}.video-surface.svelte-142yxwv video.svelte-142yxwv::-webkit-media-controls-enclosure{display:none!important}}.sketch-container.svelte-rmcdo7.svelte-rmcdo7{font-family:sans-serif;color:#333;line-height:1.5}h2.svelte-rmcdo7.svelte-rmcdo7{font-size:1.5rem;margin-top:0;color:#000}p.svelte-rmcdo7.svelte-rmcdo7{margin-bottom:1rem}ul.svelte-rmcdo7.svelte-rmcdo7{list-style-type:disc;padding-left:20px;margin-bottom:1.5rem}li.svelte-rmcdo7.svelte-rmcdo7{margin-bottom:.3rem}.notation.svelte-rmcdo7.svelte-rmcdo7{margin-top:1.5rem}.notation.svelte-rmcdo7 p.svelte-rmcdo7{margin-bottom:.5rem;font-weight:500}pre.svelte-rmcdo7.svelte-rmcdo7{background-color:#f5f5f5;padding:1rem;border-radius:4px;font-family:monospace;font-size:1rem;overflow-x:auto;margin:0}
