*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--accent:#2563eb;--accent-light:#dbeafe;--bg:#fafafa;--surface:#fff;--border:#e5e7eb;--text:#111827;--text-muted:#6b7280;--bottom-bar-h:64px;--footer-h:28px;--drawer-h:75vh;-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif}html,body,#root{background:var(--bg);height:100%;color:var(--text);overscroll-behavior:none}.app{flex-direction:column;height:100%;display:flex;position:relative;overflow:hidden}.clock-container{padding:16px 16px calc(var(--bottom-bar-h) + var(--footer-h) + 16px);flex:1;justify-content:center;align-items:center;display:flex}.author-footer{bottom:var(--bottom-bar-h);height:var(--footer-h);color:var(--text-muted);opacity:.6;z-index:10;justify-content:center;align-items:center;gap:8px;font-size:11px;display:flex;position:fixed;left:0;right:0}.author-footer a{color:var(--text-muted);-webkit-tap-highlight-color:transparent;align-items:center;text-decoration:none;display:flex}.author-footer a:hover{opacity:.8}.bottom-bar{height:var(--bottom-bar-h);background:var(--surface);border-top:1px solid var(--border);z-index:10;align-items:center;gap:12px;padding:0 20px;display:flex;position:fixed;bottom:0;left:0;right:0}.toque-name{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:13px;font-weight:500;overflow:hidden}.play-btn{background:var(--accent);color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:18px;transition:background .15s;display:flex}.play-btn--active{background:#dc2626}.settings-btn{border:1px solid var(--border);background:var(--surface);width:44px;height:44px;color:var(--text-muted);cursor:pointer;-webkit-tap-highlight-color:transparent;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:20px;display:flex}.drawer-overlay{z-index:20;background:#00000059;animation:.2s fade-in;position:fixed;inset:0}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.drawer{height:var(--drawer-h);background:var(--surface);z-index:30;border-radius:16px 16px 0 0;flex-direction:column;transition:transform .3s cubic-bezier(.32,.72,0,1);display:flex;position:fixed;bottom:0;left:0;right:0;transform:translateY(100%);box-shadow:0 -4px 24px #0000001f}.drawer--open{transform:translateY(0)}.drawer-handle{background:var(--border);border-radius:2px;flex-shrink:0;width:36px;height:4px;margin:12px auto 0}.drawer-tabs{border-bottom:1px solid var(--border);flex-shrink:0;margin-top:8px;padding:0 16px;display:flex}.drawer-tab{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;padding:10px 0;font-size:14px;font-weight:500;transition:color .15s,border-color .15s}.drawer-tab--active{color:var(--accent);border-bottom-color:var(--accent)}.drawer-body{-webkit-overflow-scrolling:touch;flex:1;overflow-y:auto}.tab-content{flex-direction:column;gap:24px;padding:20px 20px 40px;display:flex}.control-group{flex-direction:column;gap:8px;display:flex}.control-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;justify-content:space-between;align-items:baseline;font-size:13px;font-weight:600;display:flex}.control-value{color:var(--text);text-transform:none;letter-spacing:0;font-size:14px;font-weight:600}.slider{appearance:none;background:var(--border);cursor:pointer;border-radius:2px;outline:none;width:100%;height:4px}.slider::-webkit-slider-thumb{appearance:none;background:var(--accent);cursor:pointer;border-radius:50%;width:20px;height:20px;box-shadow:0 1px 4px #0003}.slider::-moz-range-thumb{background:var(--accent);cursor:pointer;border:none;border-radius:50%;width:20px;height:20px}.slider--compact{height:3px;margin-top:6px}.slider-hints{color:var(--text-muted);justify-content:space-between;margin-top:2px;font-size:11px;display:flex}.chip-row{flex-wrap:wrap;gap:8px;display:flex}.chip{border:1.5px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;-webkit-tap-highlight-color:transparent;border-radius:20px;padding:6px 14px;font-size:13px;font-weight:500;transition:all .15s}.chip--active{background:var(--accent-light);border-color:var(--accent);color:var(--accent)}.toque-list{flex-direction:column;gap:2px;list-style:none;display:flex}.toque-item{text-align:left;width:100%;color:var(--text);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:8px;padding:12px 14px;font-size:15px;transition:background .12s}.toque-item:hover{background:var(--border)}.toque-item--selected{background:var(--accent-light);color:var(--accent);font-weight:600}.backing-row{border-bottom:1px solid var(--border);padding:10px 0}.backing-row:last-child{border-bottom:none}.backing-check{cursor:pointer;align-items:center;gap:10px;display:flex}.backing-check input[type=checkbox]{width:18px;height:18px;accent-color:var(--accent);cursor:pointer;flex-shrink:0}.backing-check input[type=checkbox]:disabled{opacity:.4;cursor:not-allowed}.backing-label{flex:1;font-size:14px}.backing-badge{color:var(--text-muted);background:var(--border);text-transform:uppercase;letter-spacing:.04em;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:600}.editor-page{background:var(--bg);flex-direction:column;height:100%;display:flex}.editor-header{border-bottom:1px solid var(--border);background:var(--surface);flex-shrink:0;align-items:center;gap:12px;padding:14px 20px;display:flex}.editor-back{color:var(--accent);font-size:14px;font-weight:500;text-decoration:none}.editor-title{color:var(--text);font-size:15px;font-weight:600}.editor-body{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;gap:16px;padding:16px 20px 40px;display:flex;overflow-y:auto}.editor-section{flex-direction:column;gap:8px;display:flex}.editor-meta{gap:10px}.editor-select{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);border-radius:8px;outline:none;padding:10px 12px;font-size:14px}.editor-input{border:1px solid var(--border);width:100%;color:var(--text);background:var(--surface);border-radius:8px;outline:none;padding:10px 12px;font-size:15px;font-weight:500}.editor-input:focus{border-color:var(--accent)}.editor-clock-wrap{padding:4px 0;position:relative}.editor-carousel{flex-direction:row;justify-content:center;align-items:center;gap:8px}.editor-carousel-label{color:var(--text);text-align:center;min-width:80px;font-size:14px;font-weight:500}.editor-btn{border:1px solid var(--border);background:var(--surface);cursor:pointer;width:36px;height:36px;color:var(--text);-webkit-tap-highlight-color:transparent;border-radius:8px;justify-content:center;align-items:center;font-size:16px;display:flex}.editor-btn:disabled{opacity:.35;cursor:default}.editor-actions{flex-direction:row;align-items:center;gap:12px}.editor-copy-btn{border:1.5px solid var(--accent);background:var(--accent-light);color:var(--accent);cursor:pointer;-webkit-tap-highlight-color:transparent;border-radius:10px;flex:1;padding:12px 16px;font-size:14px;font-weight:600}.note-picker{z-index:101;background:var(--surface);border:1px solid var(--border);border-radius:14px;gap:6px;padding:8px;display:flex;position:fixed;box-shadow:0 6px 24px #00000026}.note-picker-btn{border:1.5px solid var(--border);background:var(--bg);cursor:pointer;-webkit-tap-highlight-color:transparent;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;transition:background .1s;display:flex}.note-picker-btn:hover{background:var(--accent-light);border-color:var(--accent)}.note-picker-btn--delete{background:#fff5f5;border-color:#fecaca;font-size:16px}.note-picker-btn--delete:hover{background:#fee2e2}.variation-item{color:#ff8c42}.variation-item.toque-item--selected{color:#ff8c42;background:#fff3e8;border-color:#ff8c42}.variation-empty{color:var(--text-muted);padding:8px 0;font-size:13px}.variation-hint{color:var(--text-muted);font-size:12px;font-style:italic}@keyframes fade-note-in{0%{opacity:0}to{opacity:1}}@keyframes note-gong-fade{0%{filter:brightness(2.2);opacity:1;transform:scale(1.45)}14%{filter:brightness(1.5);opacity:1;transform:scale(1.22)translate(2px,-1.5px)}30%{filter:brightness(1.2);opacity:1;transform:scale(1.1)translate(-1.5px,1px)}50%{opacity:.85;transform:scale(1.05)translate(.8px,-.6px)}72%{opacity:.5;transform:scale(1.02)translate(-.3px,.3px)}to{opacity:0;filter:brightness();transform:scale(1)translate(0)}}.note-gong-fade{animation:.4s cubic-bezier(.2,0,.4,1) forwards note-gong-fade}@keyframes note-gong{0%{filter:brightness(2.2);transform:scale(1.45)}14%{filter:brightness(1.5);transform:scale(1.22)translate(2px,-1.5px)}30%{filter:brightness(1.2);transform:scale(1.1)translate(-1.5px,1px)}50%{transform:scale(1.05)translate(.8px,-.6px)}72%{transform:scale(1.02)translate(-.3px,.3px)}to{filter:brightness();transform:scale(1)translate(0)}}@keyframes note-echo{0%{opacity:.45;transform:translate(3px,-2px)scale(1.35)}to{opacity:0;transform:translate(7px,-5px)scale(.8)}}.note-gong{animation:.58s cubic-bezier(.2,0,.4,1) forwards note-gong}.note-echo{animation:.58s ease-out forwards note-echo}
