:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}body{margin:0;font-family:system-ui,sans-serif;background:#0f0f23;color:#e0e0e0;min-height:100vh}#root,.app{min-height:100vh;display:flex;flex-direction:column}.menu-bar{background:#1a1a2e;box-shadow:0 2px 8px #0000004d;position:sticky;top:0;z-index:100;border-bottom:1px solid #2d2d44}.menu-bar-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;max-width:1200px;margin:0 auto;width:100%;box-sizing:border-box}.app-title{font-size:1.8rem;font-weight:700;color:#646cff;margin:0}.hamburger{display:flex;flex-direction:column;justify-content:space-around;width:30px;height:30px;background:transparent;border:none;cursor:pointer;padding:0;z-index:101}.hamburger span{width:100%;height:3px;background:#646cff;border-radius:2px;transition:all .3s ease}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.hamburger-menu{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99;visibility:hidden;opacity:0;transition:all .3s ease}.hamburger-menu.open{visibility:visible;opacity:1}.menu-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b3}.menu-content{position:absolute;top:0;right:0;width:300px;height:100%;background:#1a1a2e;box-shadow:-2px 0 8px #00000080;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column}.hamburger-menu.open .menu-content{transform:translate(0)}.menu-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #2d2d44}.menu-header h2{margin:0;color:#e0e0e0;font-size:1.3rem}.close-menu{background:none;border:none;font-size:2rem;color:#888;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.close-menu:hover{color:#e0e0e0}.menu-items{list-style:none;padding:0;margin:0;flex:1}.menu-item{width:100%;padding:1rem 2rem;background:none;border:none;text-align:left;font-size:1rem;color:#e0e0e0;cursor:pointer;transition:background-color .2s ease;border-bottom:1px solid #2d2d44}.menu-item:hover{background:#2d2d44}.menu-item.active{background:#646cff;color:#fff}.main-content{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;box-sizing:border-box;max-width:1200px;margin:0 auto;width:100%}.app-container{display:flex;flex-direction:column;gap:2rem;align-items:center;width:100%;max-width:500px;margin:0 auto}@media (min-width: 769px){.app-container{max-width:500px;margin:0 auto}}.container{background:#1a1a2e;border-radius:1rem;box-shadow:0 4px 20px #0000004d;padding:2rem 2.5rem;width:500px;height:850px;text-align:center;display:flex;flex-direction:column;box-sizing:border-box;overflow:hidden;border:1px solid #2d2d44}h1{font-size:2rem;margin:0 0 1.5rem;flex-shrink:0;color:#e0e0e0}.generate-btn{background:#646cff;color:#fff;border:none;border-radius:.5rem;padding:.75rem 2rem;font-size:1.1rem;cursor:pointer;margin:0 0 1.5rem;transition:background .2s;flex-shrink:0}.generate-btn:hover{background:#4b52c7}.result{font-size:1.1rem;margin:0 0 1.5rem;background:#2d2d44;border-radius:.5rem;padding:1rem;height:120px;display:flex;flex-direction:column;gap:.5rem;justify-content:center;flex-shrink:0;overflow:hidden;border:1px solid #3d3d54}.reference{background:#2d2d44;border-radius:.5rem;padding:1rem;margin:0 0 1rem;flex:1;overflow-y:auto;display:flex;flex-direction:column;border:1px solid #3d3d54}.reference h3{margin:0 0 .5rem;font-size:1.1rem;flex-shrink:0;color:#e0e0e0}.reference>div{margin-bottom:.5rem;flex-shrink:0;color:#e0e0e0}.reference ul{margin:.5rem 0;padding-left:1.5rem;flex-shrink:0;color:#e0e0e0}.footer{color:#888;font-size:.9rem;margin:0;flex-shrink:0}.metronome-container{background:#1a1a2e;border-radius:1rem;box-shadow:0 4px 20px #0000004d;padding:2rem;width:500px;text-align:center;box-sizing:border-box;border:1px solid #2d2d44}.metronome-container h2{margin:0 0 1.5rem;color:#e0e0e0;font-size:1.8rem}.metronome-controls{display:flex;flex-direction:column;gap:1.5rem}.bpm-section{display:flex;flex-direction:column;gap:.5rem;align-items:center}.bpm-section label{font-size:1.2rem;font-weight:700;color:#e0e0e0}.bpm-slider{width:100%;max-width:300px;height:6px;border-radius:3px;background:#3d3d54;outline:none;-webkit-appearance:none}.bpm-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#646cff;cursor:pointer;box-shadow:0 2px 4px #0000004d}.bpm-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#646cff;cursor:pointer;border:none;box-shadow:0 2px 4px #0000004d}.volume-section{display:flex;flex-direction:column;gap:.5rem;align-items:center}.volume-section label{font-size:1.2rem;font-weight:700;color:#e0e0e0}.volume-slider{width:100%;max-width:300px;height:6px;border-radius:3px;background:#3d3d54;outline:none;-webkit-appearance:none}.volume-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#28a745;cursor:pointer;box-shadow:0 2px 4px #0000004d}.volume-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#28a745;cursor:pointer;border:none;box-shadow:0 2px 4px #0000004d}.beats-slider{width:100%;max-width:300px;height:6px;border-radius:3px;background:#3d3d54;outline:none;-webkit-appearance:none}.beats-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#646cff;cursor:pointer;box-shadow:0 2px 4px #0000004d}.beats-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#646cff;cursor:pointer;border:none;box-shadow:0 2px 4px #0000004d}.time-signature{display:flex;justify-content:center;gap:1rem}.time-signature>div{display:flex;flex-direction:column;gap:.5rem;align-items:center}.time-signature label{font-weight:700;color:#e0e0e0}.options{display:flex;flex-direction:column;gap:1rem;align-items:center}.options label{display:flex;align-items:center;gap:.5rem;font-weight:500;color:#e0e0e0;cursor:pointer}.options input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#646cff}.subdivision-controls{display:flex;flex-direction:column;gap:.5rem;align-items:center;padding:1rem;background:#2d2d44;border-radius:.5rem;width:100%;max-width:300px;border:1px solid #3d3d54}.subdivision-controls label{font-weight:700;color:#e0e0e0}.subdivision-buttons{display:flex;gap:.5rem;justify-content:center;margin-top:.5rem}.subdivision-btn{padding:.75rem 1.5rem;border:2px solid #646cff;border-radius:.5rem;background:#1a1a2e;color:#646cff;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:120px}.subdivision-btn:hover{background:#2d2d44;transform:translateY(-1px)}.subdivision-btn.active{background:#646cff;color:#fff;box-shadow:0 2px 8px #646cff4d}.subdivision-btn.active:hover{background:#4b52c7;transform:translateY(-1px)}.metronome-btn{background:#28a745;color:#fff;border:none;border-radius:.5rem;padding:1rem 2rem;font-size:1.2rem;cursor:pointer;transition:all .2s;font-weight:700}.metronome-btn:hover{background:#218838;transform:translateY(-1px)}.metronome-btn.playing{background:#dc3545;animation:pulse 1s infinite}.metronome-btn.playing:hover{background:#c82333}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.time-signature-display{font-size:1.1rem;font-weight:700;color:#e0e0e0;padding:.5rem;background:#2d2d44;border-radius:.5rem;border:1px solid #3d3d54}@media (max-width: 768px){.menu-bar-content{padding:1rem}.app-title{font-size:1.5rem}.main-content{padding:1rem}.app-container{gap:1.5rem}.container{width:100%;max-width:500px;height:auto;min-height:600px;padding:1.5rem 1rem}.metronome-container{width:100%;max-width:500px;padding:1.5rem 1rem}h1{font-size:1.5rem;margin-bottom:1rem}.metronome-container h2{font-size:1.5rem}.generate-btn{width:100%;font-size:1rem;padding:.7rem 0;margin-bottom:1rem}.result{height:100px;font-size:1rem}.reference{font-size:.9rem}.reference ul{padding-left:1rem}.time-signature{flex-direction:column;gap:1rem;align-items:center}.bpm-slider,.volume-slider,.beats-slider{max-width:250px}.subdivision-buttons{flex-direction:column;gap:.5rem}.subdivision-btn{min-width:200px;padding:.6rem 1rem;font-size:.85rem}.menu-content{width:280px}}@media (max-width: 480px){.container{height:auto;min-height:500px;padding:1rem .75rem}.metronome-container{padding:1rem .75rem}h1,.metronome-container h2{font-size:1.3rem}.result{height:80px;font-size:.9rem}.reference{font-size:.85rem}.bpm-section label{font-size:1rem}.metronome-btn{font-size:1rem;padding:.8rem 1.5rem}.menu-content{width:100%}}
