.enter-portal{--fg: #ffffff;--fg-dim: #666666;--note-incoming-color: #6ab8ff;width:100%;box-sizing:border-box;background:#0a0a0a;color:var(--fg);font-family:Inter,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:20px;line-height:1.2;text-align:left;padding:4px;border-radius:6px}.enter-portal .portal__now{display:flex;align-items:stretch;gap:12px;padding:4px 10px;border:1px dashed var(--fg)}.enter-portal .portal__main{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:4px}.enter-portal .portal__now-row{display:flex;align-items:stretch;gap:16px}.enter-portal .portal__bay{flex:none;display:flex;flex-direction:column}.enter-portal .portal__bay--next{flex:1 1 0;min-width:0}.enter-portal .portal__group{display:flex;flex-direction:column}.enter-portal .portal__group-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#e6e6e6;line-height:14px;margin-bottom:0;margin-right:4px}.enter-portal .portal__bay-label{font-size:10px;font-weight:300;text-transform:uppercase;letter-spacing:.1em;color:var(--fg-dim);line-height:14px;margin-bottom:0}.enter-portal .portal__bay--next .portal__bay-label,.enter-portal .portal__chord-row .portal__bay:not(.portal__bay--now) .portal__bay-label{color:var(--note-incoming-color);opacity:.75}.enter-portal .portal__scale{flex:1;display:flex;align-items:center;gap:12px;transform-origin:left center}.enter-portal .portal__scale-name{font-size:30px;font-weight:700;letter-spacing:.02em;white-space:nowrap}.enter-portal .portal__scale-next{flex:1;min-width:0;display:flex;align-items:center;gap:10px;overflow:hidden;color:var(--note-incoming-color)}.enter-portal .portal__scale-next>div{flex:none}.enter-portal .portal__scale-next-name{font-size:24px;font-weight:700;letter-spacing:.02em;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.enter-portal .portal__meta-row{display:flex;align-items:flex-end;gap:20px}.enter-portal .portal__chord-row{display:flex;gap:16px}.enter-portal .portal__tempo{font-size:20px;font-weight:500;line-height:31px;white-space:nowrap}.enter-portal .portal__chord-current{display:inline-block;min-width:110px;max-width:144px;font-size:26px;font-weight:600;line-height:31px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transform-origin:left center}.enter-portal .portal__chord-next{display:inline-block;min-width:110px;max-width:144px;font-size:24px;line-height:31px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--note-incoming-color)}.enter-portal .portal__main{flex:none;width:400px}.enter-portal .portal__direction-box{flex:1 1 0;min-width:0;display:flex;flex-direction:column;padding:8px 10px;border:1px solid #3a3a3a}.enter-portal .portal__direction-field{position:relative;flex:1 1 0;min-height:48px;overflow:hidden}.enter-portal .portal__direction-pos{position:absolute;transform:translate(-50%,-50%);width:max-content;max-width:50%}.enter-portal .portal__direction-chip{display:inline-block;max-width:100%;font-size:22px;font-weight:700;line-height:1.2;overflow-wrap:break-word;text-align:center}.enter-portal .portal__direction-chip--incoming{color:var(--note-incoming-color, #6ab8ff)}.enter-portal .portal__direction-chip--score{color:var(--fg-dim);font-weight:400;opacity:.85}.enter-portal .portal__form-strip{display:flex;flex-direction:column;position:relative;padding:0 16px;border:1px dashed var(--fg);border-top:none}.enter-portal .portal__form-strip .portal__bay-label{position:absolute;top:2px;left:16px;z-index:1}.enter-portal .portal__form-svg{width:100%;height:28px;display:block}.enter-portal .portal__form-canvas{position:relative}.enter-portal .portal__form-glyphs{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.enter-portal .portal__patch{position:absolute;bottom:0;display:block}.enter-portal .portal__patch--pulse{animation:patch-pulse 2.6s ease-in-out infinite}.enter-portal .portal__patch--breathe{transform-origin:50% 100%;animation:patch-breathe 4.2s ease-in-out infinite}.enter-portal .portal__patch--wriggle{transform-origin:50% 100%;animation:patch-wriggle 2.4s ease-in-out infinite}.enter-portal .portal__patch--shimmer{animation:patch-shimmer 3.3s linear infinite}.enter-portal .portal__patch--flicker{animation:patch-flicker 1.7s steps(1,end) infinite}.enter-portal .portal__patch--sway{transform-origin:50% 100%;animation:patch-sway 5s ease-in-out infinite}.enter-portal .portal__patch--rise{animation:patch-rise 3.8s ease-in-out infinite}@keyframes patch-pulse{0%,to{opacity:.35;transform:scale(.97)}50%{opacity:1;transform:scale(1.03)}}@keyframes patch-breathe{0%,to{transform:scaleY(1);opacity:.75}50%{transform:scaleY(1.18);opacity:1}}@keyframes patch-wriggle{0%,to{transform:skew(0) translate(0)}30%{transform:skew(4deg) translate(1.5%)}70%{transform:skew(-4deg) translate(-1.5%)}}@keyframes patch-shimmer{0%,to{opacity:.9}15%{opacity:.4}32%{opacity:1}47%{opacity:.55}63%{opacity:.95}81%{opacity:.45}}@keyframes patch-flicker{0%{opacity:1;transform:translate(0)}12%{opacity:.4;transform:translate(.6%)}21%{opacity:.95;transform:translate(-.5%)}38%{opacity:.55;transform:translate(0)}52%{opacity:1;transform:translate(.4%)}71%{opacity:.35;transform:translate(-.6%)}86%{opacity:.9;transform:translate(0)}}@keyframes patch-sway{0%,to{transform:translate(-2.5%) rotate(-.6deg)}50%{transform:translate(2.5%) rotate(.6deg)}}@keyframes patch-rise{0%{transform:translateY(9%);opacity:0}18%{opacity:.95}78%{opacity:.95}to{transform:translateY(-16%);opacity:0}}@media (prefers-reduced-motion: reduce){.enter-portal .portal__patch--pulse,.enter-portal .portal__patch--breathe,.enter-portal .portal__patch--wriggle,.enter-portal .portal__patch--shimmer,.enter-portal .portal__patch--flicker,.enter-portal .portal__patch--sway,.enter-portal .portal__patch--rise{animation:none}}.enter-portal .portal__form-contour{stroke:#fff;stroke-width:4.5;opacity:.9}.enter-portal .portal__form-section{stroke:#fff;stroke-width:2;stroke-dasharray:3 3}.enter-portal .portal__form-playhead{stroke:var(--note-incoming-color, #6ab8ff);stroke-width:18;transition:transform .25s linear}@keyframes portal-note-incoming-pulse{0%,to{opacity:.45}50%{opacity:.95}}@keyframes portal-note-outgoing-fade{0%{opacity:1;filter:grayscale(0);transform:scale(1)}to{opacity:.25;filter:grayscale(1);transform:scale(.88)}}.enter-portal .note--incoming{animation:portal-note-incoming-pulse .7s cubic-bezier(0,0,.2,1) infinite}.enter-portal .note--outgoing{animation:portal-note-outgoing-fade .3s cubic-bezier(0,0,.2,1) forwards}@media (prefers-reduced-motion: reduce){.enter-portal .note--incoming,.enter-portal .note--outgoing{animation:none!important}.enter-portal .note--incoming{opacity:.95}.enter-portal .note--outgoing{opacity:.25;filter:grayscale(1)}}@media (max-width: 700px){.enter-portal .portal__now{flex-wrap:wrap}.enter-portal .portal__main{flex:1 1 auto;width:auto}.enter-portal .portal__direction-box{flex:1 1 100%;min-height:60px}.enter-portal .portal__meta-row{flex-wrap:wrap;gap:8px 16px}.enter-portal .portal__chord-row{gap:12px}.enter-portal .portal__scale-name{font-size:24px}.enter-portal .portal__scale-next-name{font-size:20px}.enter-portal .portal__chord-current,.enter-portal .portal__chord-next{min-width:90px;max-width:130px;font-size:20px}.enter-portal .portal__tempo{font-size:20px}}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#fafafa;color:#222}.app{max-width:960px;margin:0 auto;padding:12px 16px;min-height:100dvh;display:flex;flex-direction:column}h1{font-size:18px;font-weight:600;margin-bottom:8px;flex-shrink:0}.app-header{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:8px;flex-shrink:0}.app-header h1{margin-bottom:0}.piece-select{font-size:13px;font-family:inherit;padding:6px 8px;border:1px solid #e0e0e0;border-radius:6px;background:#f5f5f5;cursor:pointer}.no-video-note{background:#f5f5f5;border:1px dashed #ccc;border-radius:6px;padding:16px;font-size:13px;color:#666;margin-bottom:12px;flex-shrink:0}.video-container{position:relative;flex:1;min-height:320px;max-height:calc((min(100vw,960px) - 32px)*.5625);background:#000;border-radius:6px;overflow:hidden;margin-bottom:12px}#youtube-player{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.status-row{display:flex;align-items:flex-start;gap:12px;flex-wrap:wrap;margin-bottom:12px;flex-shrink:0}.status-chip{background:#f5f5f5;border:1px solid #e0e0e0;border-radius:6px;padding:8px 12px;font-size:13px}.volume-chip{display:flex;align-items:center;gap:8px}.volume-chip input[type=range]{width:90px;accent-color:#222}.enter-portal{flex-shrink:0;margin-bottom:12px}.card-row{display:flex;gap:12px;align-items:stretch;flex-shrink:0}.card-row .card{flex:1;min-width:0;margin-bottom:0}.card{background:#fff;border:1px solid #e0e0e0;border-radius:6px;padding:12px}.card-title{font-weight:500;margin-bottom:12px;font-size:13px}.ensemble-status{font-size:13px;color:#222}.ensemble-status a{color:#1976d2}.ensemble-label{display:block;margin-bottom:4px;font-size:12px;color:#666}.ensemble-row{display:flex;gap:8px;margin-bottom:12px}.ensemble-row input[type=text],.ensemble-row select{flex:1;font-size:13px;padding:6px 8px;border-radius:4px;border:1px solid #ccc;background:#fff;color:#222}.ensemble-button{font-size:13px;padding:6px 12px;border-radius:4px;border:1px solid #222;background:#222;color:#fff;cursor:pointer}.ensemble-button:disabled{opacity:.5;cursor:default}.ensemble-error{margin-top:6px;color:#b00020;font-size:12px}.direction-panel{background:#fff;border:1px solid #e0e0e0;border-radius:6px;padding:12px;flex-shrink:0}.card-row .direction-panel{flex:1;min-width:0}.direction-panel-label{font-weight:500;font-size:13px;margin-bottom:2px}.direction-panel-sublabel{font-size:12px;color:#888;margin-bottom:10px}.direction-current-row{display:flex;align-items:center;gap:10px;margin-bottom:10px}.direction-current{font-size:17px;font-style:italic;color:#222}.direction-clear{background:transparent;border:1px solid #ccc;border-radius:4px;color:#666;font-size:12px;padding:4px 10px;cursor:pointer;transition:background .2s ease}.direction-clear:hover{background:#eee;color:#222}.direction-none{font-size:13px;color:#bbb;margin-bottom:10px}.direction-group{display:flex;align-items:baseline;gap:10px;margin-bottom:6px}.direction-group-label{font-size:11px;color:#888;text-transform:uppercase;letter-spacing:.05em;width:90px;flex:none}.direction-chips{display:flex;flex-wrap:wrap;gap:6px}.direction-chip{background:#f5f5f5;border:1px solid #ccc;border-radius:4px;color:#222;font-size:12px;padding:5px 10px;cursor:pointer;transition:background .2s ease}.direction-chip:hover{background:#e0e0e0}.direction-input-row{display:flex;gap:8px;margin-top:10px}.direction-input{flex:1;min-width:0;background:#fff;border:1px solid #ccc;border-radius:4px;color:#222;padding:8px 10px;font-size:14px}.direction-input:focus{outline:none;border-color:#222}.direction-set{background:#222;border:1px solid #222;border-radius:4px;color:#fff;font-size:14px;padding:8px 18px;cursor:pointer;transition:opacity .2s ease}.direction-set:hover{opacity:.9}.direction-set:disabled{opacity:.4;cursor:default}.ensemble-status-row{display:flex;align-items:center;gap:8px}.ensemble-status-row .ensemble-status,.ensemble-status-row .ensemble-error{flex:1;min-width:0}.ensemble-status-row .lead-inline{background:#f5f5f5;border:1px solid #e0e0e0;border-radius:6px;padding:5px 8px}.resources{margin-top:12px;padding-top:10px;border-top:1px solid #eee}.strudel-snippet{position:relative;margin-bottom:8px}.strudel-snippet pre{margin:0;padding:8px 10px;background:#111;color:#d6d6d6;border-radius:6px;font-size:10.5px;line-height:1.45;max-height:200px;overflow:auto;white-space:pre}.strudel-snippet .snippet-copy{position:absolute;top:6px;right:6px;font-size:11px;padding:3px 8px;border-color:#444;background:#333}.resources-m4l{margin-bottom:0}.resource-section{margin-bottom:16px}.resource-section:last-child{margin-bottom:0}.resource-title{font-size:12px;font-weight:600;margin-bottom:6px;color:#333}.resource-buttons{display:flex;gap:8px;flex-wrap:wrap}.resource-download{display:inline-block;font-size:13px;padding:8px 14px;border-radius:6px;background:#222;color:#fff;text-decoration:none}.resource-download:hover{background:#333}.resource-download-secondary{display:inline-block;font-size:13px;padding:8px 14px;border-radius:6px;border:1px solid #222;background:#fff;color:#222;text-decoration:none;cursor:pointer}.resource-download-secondary:hover{background:#f5f5f5}.resource-hint{font-size:11px;color:#888;margin-top:6px}.advanced-toggle{display:block;width:100%;margin-top:16px;padding:8px 0;font-size:12px;color:#888;background:none;border:none;border-top:1px solid #eee;cursor:pointer;text-align:left}.advanced-toggle:hover{color:#333}.advanced-settings{padding:12px 0 0}.lead-control{display:flex;align-items:center;gap:8px;font-size:13px;color:#333}.lead-control input{width:70px;font-size:13px;padding:6px 8px;border-radius:4px;border:1px solid #ccc;text-align:right}.advanced-hint{font-size:11px;color:#888;margin-top:6px}.rehearsal-code-box{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;padding:12px;margin-bottom:16px}.rehearsal-code-label{font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;color:#666;margin-bottom:6px}.rehearsal-code-row{display:flex;align-items:center;gap:8px}.rehearsal-code-row code{font-size:15px;font-weight:600;padding:4px 8px;background:#fff;border:1px solid #ddd;border-radius:4px}.rehearsal-code-hint{font-size:11px;color:#888;margin-top:8px}.room-id-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-bottom:8px}.room-id-row code{font-size:12px;padding:2px 6px;background:#f0f0f0;border:1px solid #ddd;border-radius:4px;color:#111}.room-id-copy{font-size:11px;padding:3px 8px}.ensemble-strip{display:flex;align-items:center;gap:8px;margin-bottom:8px;flex-shrink:0;font-size:12px}.ensemble-strip select{flex:1;min-width:0;font-size:12px;padding:5px 6px;border-radius:4px;border:1px solid #ccc;background:#fff;color:#222}.lead-inline{display:flex;align-items:center;gap:4px;margin-left:auto;color:#666;white-space:nowrap}.lead-inline input{width:60px;font-size:12px;padding:4px 6px;border-radius:4px;border:1px solid #ccc}.timeline{font-family:monospace;font-size:12px;max-height:220px;overflow-y:auto}.timeline-row{padding:6px 10px;margin-bottom:2px;border-radius:4px;cursor:pointer;display:flex;align-items:center;gap:12px;flex-wrap:nowrap;white-space:nowrap}.timeline-row.current{background:#e3f2fd}.timeline-num{width:30px;flex-shrink:0;color:#666}.timeline-beat{width:48px;flex-shrink:0;color:#999}.timeline-chord{width:90px;flex-shrink:0;overflow:hidden;text-overflow:ellipsis}.timeline-scale{color:#666;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis}.timeline-now{margin-left:auto;color:#1976d2;font-weight:600}.timeline-hint{margin-top:12px;font-size:11px;color:#999}.live-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#4caf50;margin-right:6px}.live-dot-red{background:#d32f2f}.live-status{color:#b00020;font-weight:600}@media (max-width: 700px){.app{padding:8px}.video-container{flex:none;min-height:0;height:calc((100vw - 16px)*.5625);max-height:none}h1{font-size:15px;margin-bottom:6px}.app-header{flex-wrap:nowrap}.app-header h1{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.piece-select{flex-shrink:0;max-width:50vw}.card-row{flex-direction:column}.status-chip{padding:6px 8px;font-size:12px}.enter-portal{margin-bottom:8px}.timeline-hint{display:none}}
