@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Montserrat:wght@900&display=swap";:root{color:#f8f8fa;font-synthesis:none;background:#f7f3ec;font-family:Inter,system-ui,sans-serif}*{box-sizing:border-box}html,body,#root{min-width:0;min-height:100%}body{margin:0;overflow-x:hidden}button,select,input{font:inherit}button{cursor:pointer}button:focus-visible,select:focus-visible,input:focus-visible{outline:none}.metronome-page{background:#f7f3ec;place-items:center;min-height:100vh;padding:40px;display:grid}.metronome-shell{color:#fff;background:#0e0d12;border-radius:24px;grid-template-rows:40px minmax(0,1fr);gap:20px;width:1000px;height:660px;padding:32px;display:grid;position:relative;overflow:hidden;box-shadow:0 16px 32px #00000040}.app-header{justify-content:space-between;align-items:center;min-width:0;display:flex}.brand{align-items:center;gap:12px;min-width:0;display:flex}.brand>i{background:#eca83e;border-radius:2px;flex:none;width:4px;height:28px}.brand span{gap:2px;min-width:0;display:grid}.brand strong{letter-spacing:.025em;white-space:nowrap;font-kerning:normal;font-family:Montserrat,Inter,sans-serif;font-size:18px;font-weight:900;line-height:22px}.brand small{color:#8e8d93;white-space:nowrap;font-size:11px;line-height:13px}.settings-button{color:#a1a1aa;letter-spacing:.025em;background:#1e1c24;border:1px solid #232128;border-radius:12px;align-items:center;gap:8px;height:40px;padding:0 16px;font-size:13px;font-weight:600;display:inline-flex}.settings-button img{width:20px;height:20px}.main-card{background:#16151a;border-radius:20px;grid-template-columns:595px 340px;min-width:0;min-height:0;display:grid;overflow:hidden;box-shadow:inset 0 0 0 1px #232128}.tempo-panel{border-right:1px solid #232128;grid-template-rows:173px 118px 16px;align-content:center;place-items:center;row-gap:28px;min-width:0;padding:68px 32px;display:grid}.tempo-display{flex-direction:column;align-items:center;width:100%;height:151px;display:flex}.tempo-display>span{color:#8e8d93;letter-spacing:.16em;margin-bottom:5px;font-size:12px;font-weight:700;line-height:15px}.stepper{justify-content:center;align-items:center;gap:32px;width:100%;height:109px;margin-bottom:5px;display:flex}.stepper button{color:#eca83e;background:#1e1c24;border:1px solid #232128;border-radius:12px;flex:none;place-items:center;width:48px;height:48px;padding:0 0 3px;font-size:31px;font-weight:500;line-height:1;display:grid}.stepper strong{color:#f59e0b;letter-spacing:0;text-align:center;min-width:128px;font-size:90px;font-weight:900;line-height:109px}.tempo-display p{color:#8e8d93;white-space:nowrap;margin:0;font-family:Inter,system-ui,sans-serif;font-size:14px;font-weight:500;line-height:17px}.tempo-display p b{margin-right:10px}.tempo-display p i{margin-right:10px;font-style:normal}.ruler-wrap{grid-template-rows:96px 13px;justify-items:center;row-gap:9px;width:100%;height:118px;display:grid}.tempo-ruler{--tempo-rail-inset:20px;--tempo-tick-width:24px;--tempo-tick-half:12px;touch-action:none;overscroll-behavior:contain;color:#8e8d93;background:#0e0d12;border:1px solid #232128;border-radius:14px;width:100%;height:96px;padding:0;position:relative;overflow:hidden}.tempo-ruler__scroller{top:12px;right:var(--tempo-rail-inset);left:var(--tempo-rail-inset);scrollbar-width:none;cursor:grab;touch-action:none;height:43px;display:flex;position:absolute;overflow:auto hidden}.tempo-ruler__scroller::-webkit-scrollbar{display:none}.tempo-ruler__scroller:before,.tempo-ruler__scroller:after{flex:0 0 calc(50% - var(--tempo-tick-half));content:""}.tempo-ruler__scroller:active{cursor:grabbing}.tempo-ruler__tick{flex:0 0 var(--tempo-tick-width);width:var(--tempo-tick-width);background:0 0;border:0;justify-content:center;align-items:flex-end;height:100%;padding:0;display:flex}.tempo-ruler__tick i{opacity:.68;background:#8e8d93;border-radius:1px;width:2px;height:13px}.tempo-ruler__tick i.medium{width:2px;height:20px}.tempo-ruler__tick i.major{height:26px}.tempo-ruler__marker{z-index:2;pointer-events:none;background:#eca83e;border-radius:1px;width:2px;height:39px;position:absolute;top:26px;left:50%;transform:translate(-50%)}.ruler-label{z-index:3;background:#0e0d12;padding:0 2px;font-size:11px;font-weight:700;line-height:12px;position:absolute;bottom:8px}.ruler-label--left{left:calc(50% - var(--tempo-left-label-offset));transform:translate(-50%)}.ruler-label--current{color:#eca83e;left:50%;transform:translate(-50%)}.ruler-label--right{left:calc(50% + var(--tempo-right-label-offset));transform:translate(-50%)}.ruler-wrap p{color:#8e8d93;text-align:center;white-space:nowrap;margin:0;font-size:11px;line-height:13px}.beat-dots{justify-content:center;align-items:center;gap:12px;height:20px;display:flex}.beat-dots i{background:#5b5b65;border-radius:50%;width:16px;height:16px;transition:transform .1s,background .1s}.beat-dots--emphasized i:first-child{width:20px;height:20px}.beat-dots i.active{background:#f59e0b;transform:scale(1.05)}.setup-panel{grid-template-rows:27px 66px 66px 60px 47px;align-content:center;row-gap:20px;min-width:0;padding:65px 32px;display:grid}.setup-panel h1{color:#fff;letter-spacing:.025em;font-kerning:normal;margin:0;font-size:22px;font-weight:900;line-height:26px}.setup-field{grid-template-rows:17px 41px;row-gap:8px;min-width:0;display:grid;position:relative}.setup-field span,.select-field>span,.volume-row>span,.presets>span{color:#8e8d93;font-size:13px;font-weight:700;line-height:17px}.setup-field select,.select-shell select{appearance:none;color:#fff;background:#0e0d12;border:1px solid #232128;border-radius:10px;width:100%;min-width:0;height:41px;padding:0 40px 0 16px;font-size:13px;font-weight:700;line-height:17px}.setup-field:after{content:"";pointer-events:none;background:url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20overflow='visible'%20style='display:%20block;'%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='chevron-down'%3e%3cpath%20id='Vector'%20d='M3%204.5L6%207.5L9%204.5'%20stroke='%238E8D93'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/g%3e%3c/svg%3e") 50%/12px 12px no-repeat;width:12px;height:12px;position:absolute;bottom:15px;right:16px}.tap-tempo{grid-template-rows:41px 13px;row-gap:6px;min-width:0;display:grid}.tap-button{color:#fff;background:#1e1c24;border:1px solid #232128;border-radius:10px;width:100%;height:41px;font-size:13px;font-weight:700}.tap-tempo small{color:#8e8d93;text-align:center;white-space:nowrap;font-size:11px;line-height:13px}.start-button{color:#14110e;background:#f59e0b;border:0;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;height:47px;padding:0;font-size:15px;font-weight:800;display:inline-flex}.start-button img{width:12px;height:12px}.start-button.is-playing{color:#fff;background:#c7442e}.modal-backdrop{z-index:20;background:#09090bad;place-items:center;min-width:0;padding:20px;display:grid;position:absolute;inset:0}.settings-modal{--settings-control-radius:12px;color:#fafafa;background:#16151a;border:1px solid #3f3f46;border-radius:24px;width:min(900px,100%);min-width:0;max-width:100%;height:auto;padding:24px;overflow:hidden;box-shadow:0 16px 32px #00000040}.settings-modal:focus,.settings-modal:focus-visible{outline:none}.settings-header{justify-content:space-between;align-items:flex-start;height:56px;padding:16px 24px 0;display:flex}.settings-header h2{letter-spacing:.025em;font-kerning:normal;margin:0;font-size:22px;font-weight:900;line-height:26px}.close-button{color:#fafafa;background:#18181b;border:1px solid #3f3f46;border-radius:12px;place-items:center;width:40px;height:40px;margin-top:-4px;padding:0;display:grid}.close-button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:2.5px;width:18px;height:18px}.settings-body{align-content:start;gap:18px;min-width:0;padding:0 24px;display:grid}.appearance-row{color:#8e8d93;justify-content:space-between;align-items:center;gap:20px;min-width:0;height:52px;font-size:13px;font-weight:700;line-height:17px;display:flex}.appearance-row>span{min-width:0}.theme-toggle{border-radius:var(--settings-control-radius);background:#09090b;flex:none;grid-template-columns:1fr 1fr;gap:4px;width:190px;height:40px;padding:4px;display:grid}.theme-toggle button{color:#8e8d93;background:0 0;border:0;border-radius:8px;place-items:center;padding:0;font-size:13px;font-weight:700;line-height:17px;display:grid}.theme-toggle button.active{color:#fafafa;background:#18181b;box-shadow:0 1px 3px #00000052}.select-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px;min-width:0;display:grid}.select-field{gap:5px;min-width:0;display:grid}.select-field>span:first-child,.volume-row>span,.presets>span{color:#8e8d93;font-size:13px;font-weight:700;line-height:17px}.select-shell{min-width:0;position:relative}.select-shell img{pointer-events:none;width:16px;height:16px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.select-shell select{appearance:none;border-radius:var(--settings-control-radius);color:#fafafa;background:#0e0d12;border:1px solid #232128;width:100%;min-width:0;height:41px;padding:0 40px 0 14px;font-size:13px;font-weight:700;line-height:17px}.volume-row{grid-template-columns:minmax(0,1fr) auto;gap:8px;min-width:0;display:grid}.volume-row b{color:#fafafa;font-size:13px;font-weight:700;line-height:17px}.volume-row input{appearance:none;cursor:pointer;background:0 0;grid-column:1/-1;width:100%;min-width:0;height:28px;margin:0}.volume-row input::-webkit-slider-runnable-track{background:linear-gradient(to right, #f59e0b 0 calc(var(--volume,80) * 1%), #3f3f46 calc(var(--volume,80) * 1%) 100%);border-radius:4px;height:8px}.volume-row input::-webkit-slider-thumb{appearance:none;background:url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20overflow='visible'%20style='display:%20block;'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20id='Thumb'%20cx='10'%20cy='10'%20r='8.5'%20fill='%23F59E0B'%20stroke='%2318181B'%20stroke-width='3'/%3e%3c/svg%3e") 50%/20px 20px no-repeat;border:0;width:20px;height:20px;margin-top:-6px}.volume-row input::-moz-range-track{background:#3f3f46;border-radius:4px;height:8px}.volume-row input::-moz-range-progress{background:#f59e0b;border-radius:4px;height:8px}.volume-row input::-moz-range-thumb{background:url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20overflow='visible'%20style='display:%20block;'%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20id='Thumb'%20cx='10'%20cy='10'%20r='8.5'%20fill='%23F59E0B'%20stroke='%2318181B'%20stroke-width='3'/%3e%3c/svg%3e") 50%/20px 20px no-repeat;border:0;width:20px;height:20px}.toggle-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px;min-width:0;display:grid}.toggle-card{border-radius:var(--settings-control-radius);background:#09090b;justify-content:space-between;align-items:center;gap:16px;min-width:0;height:48px;padding:0 14px;display:flex}.toggle-card span{min-width:0;display:grid}.toggle-card b{color:#fafafa;white-space:nowrap;font-size:13px;font-weight:700;line-height:17px}.toggle-card small{display:none}.toggle-card input{opacity:0;position:absolute}.toggle-card i{background:#3f3f46;border-radius:13px;flex:none;width:46px;height:26px;display:block;position:relative;overflow:hidden}.toggle-card i:after{content:"";background:#fafafa;border-radius:50%;width:20px;height:20px;transition:left .16s;position:absolute;top:3px;left:3px}.toggle-card input:checked+i{background:#f59e0b}.toggle-card input:checked+i:after{left:23px}.toggle-card i img{z-index:1;width:46px;height:26px;position:absolute;inset:0}.presets{gap:8px;min-width:0;display:grid}.preset-row{justify-content:flex-start;align-items:center;gap:8px;min-width:0;display:flex}.preset-list{flex-wrap:wrap;gap:8px;min-width:0;display:flex}.preset{border-radius:var(--settings-control-radius);color:#fafafa;background:#09090b;border:1px solid #3f3f46;height:34px;padding:0 10px;font-size:13px;font-weight:600;line-height:18px}.preset.active{color:#14110e;background:#f59e0b;border-color:#f59e0b}.preset i{color:#a1a1aa;margin-left:6px;font-style:normal}.preset.active i{color:#14110e}.save-preset{border-radius:var(--settings-control-radius);color:#14110e;white-space:nowrap;background:#f59e0b;border:0;flex:none;height:36px;padding:0 12px;font-size:13px;font-weight:700;line-height:18px}.save-preset:disabled{color:#a1a1aa;cursor:not-allowed;background:#3f3f46}.settings-modal footer{color:#a1a1aa;background:#09090b;border-radius:0 0 23px 23px;align-items:center;height:48px;margin:14px -24px -24px;padding:0 48px;font-size:13px;font-weight:400;line-height:18px;display:flex}.theme-light{background:#f7f3ec}.theme-light .metronome-shell{color:#14110e;background:#f7f3ec}.theme-light .brand>i{background:#f59e0b}.theme-light .main-card{background:#fff;box-shadow:inset 0 0 0 1px #e7dccd}.theme-light .tempo-panel{border-color:#e7dccd}.theme-light .brand strong,.theme-light .setup-panel h1{color:#14110e}.theme-light .brand small,.theme-light .tempo-display>span,.theme-light .tempo-display p,.theme-light .ruler-wrap p,.theme-light .setup-field span,.theme-light .tap-tempo small{color:#6f675e}.theme-light .settings-button{color:#14110e;background:#faf6ee;border-color:#e7dccd}.theme-light .stepper button{color:#b45309;background:#faf6ee;border-color:#faf6ee}.theme-light .tap-button{color:#14110e;background:#fff;border-color:#d1bfa2}.theme-light .setup-field select{color:#14110e;background:#faf6ee;border-color:#e7dccd}.theme-light .tempo-ruler{color:#6f675e;background:#faf6ee;border-color:#e7dccd}.theme-light .tempo-ruler__marker{background:#f59e0b}.theme-light .ruler-label{background:#faf6ee}.theme-light .ruler-label--current{color:#b45309}.theme-light .beat-dots i{background:#c7c4bc}.theme-light .settings-modal{color:#14110e;background:#fff;border-color:#e7dccd}.theme-light .settings-header h2{color:#14110e}.theme-light .close-button{color:#14110e;background:#faf6ee;border-color:#e7dccd}.theme-light .appearance-row{color:#14110e}.theme-light .theme-toggle{background:#f2ede5}.theme-light .theme-toggle button{color:#6f675e}.theme-light .theme-toggle button.active{color:#14110e;background:#fff;box-shadow:0 1px 3px #261a0d1a}.theme-light .select-field>span:first-child,.theme-light .volume-row>span,.theme-light .presets>span{color:#6f675e}.theme-light .select-shell select{color:#14110e;background:#faf6ee;border-color:#e7dccd}.theme-light .volume-row b{color:#14110e}.theme-light .volume-row input::-webkit-slider-runnable-track{background:linear-gradient(to right, #f59e0b 0 calc(var(--volume,80) * 1%), #e7dccd calc(var(--volume,80) * 1%) 100%)}.theme-light .volume-row input::-moz-range-track{background:#e7dccd}.theme-light .toggle-card{background:#faf6ee}.theme-light .toggle-card b{color:#14110e}.theme-light .toggle-card i{background:#e7dccd}.theme-light .preset{color:#14110e;background:#faf6ee;border-color:#e7dccd}.theme-light .preset i{color:#6f675e}.theme-light .preset.active i{color:#14110e}.theme-light .save-preset:disabled{color:#6f675e;background:#e7dccd}.theme-light .settings-modal footer{color:#6f675e;background:#faf6ee}@media (width<=1040px) and (width>=721px){.metronome-page{min-height:100dvh;padding:28px;display:block}.metronome-shell{grid-template-rows:40px auto;gap:16px;width:min(100%,640px);height:680px;min-height:680px;margin:0 auto;padding:24px}.main-card{flex-direction:column;justify-content:center;gap:24px;padding:24px;display:flex;overflow:visible}.tempo-panel{border:0;grid-template-rows:auto 118px 16px;width:100%;padding:0}.setup-panel{grid-template-rows:66px 60px 47px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px;width:100%;padding:0}.setup-panel h1{display:none}.tap-tempo,.start-button{grid-column:1/-1}.tap-tempo{margin-top:8px}.settings-modal{width:100%;max-width:640px;padding:16px}.settings-header{padding:8px 16px 0}.settings-body{padding:0 16px}.settings-modal footer{margin:14px -16px -16px;padding:0 32px}}@media (width<=720px){.metronome-page{background:#f7f3ec;min-height:0;padding:12px 16px 20px;display:block}.metronome-shell{width:100%;height:auto;min-height:700px;box-shadow:none;border-radius:20px;grid-template-rows:40px auto;gap:16px;padding:20px;display:grid;overflow:visible}.app-header{padding:0 0 8px}.brand{gap:10px}.brand>i{width:4px;height:24px}.brand strong{font-size:15px;line-height:18px}.brand small{font-size:10px;line-height:12px}.settings-button{background:0 0;border:0;justify-content:center;width:40px;height:40px;padding:0}.settings-button img{width:20px;height:20px}.settings-button span{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.main-card{background:#16151a;border-radius:20px;flex-direction:column;justify-content:center;gap:24px;padding:20px;display:flex;overflow:visible}.tempo-panel{border:0;grid-template-rows:auto 82px 14px;row-gap:24px;width:100%;padding:0;display:grid}.tempo-display{height:auto}.tempo-display>span{font-size:13px;line-height:15px}.stepper{grid-template-columns:44px minmax(0,1fr) 44px;column-gap:12px;width:100%;height:85px;display:grid}.stepper button{border-radius:10px;width:44px;height:44px;font-size:29px}.stepper strong,.stepper strong.is-three-digit{font-variant-numeric:tabular-nums;width:100%;min-width:0;font-size:clamp(54px,16vw,60px);line-height:85px}.tempo-display p{font-size:13px;line-height:16px}.ruler-wrap{grid-template-rows:82px;row-gap:0;height:82px}.tempo-ruler{--tempo-rail-inset:16px;border-radius:12px;height:82px}.tempo-ruler__scroller{top:10px;right:var(--tempo-rail-inset);left:var(--tempo-rail-inset);height:42px}.tempo-ruler__tick{height:42px}.tempo-ruler__tick i{height:11px}.tempo-ruler__tick i.medium{width:2px;height:17px}.tempo-ruler__tick i.major{height:22px}.tempo-ruler__marker{height:33px;top:20px}.ruler-label{font-size:11px;bottom:7px}.ruler-wrap p{display:none}.beat-dots{gap:10px;height:18px}.beat-dots i{width:14px;height:14px}.beat-dots--emphasized i:first-child{width:18px;height:18px}.setup-panel{grid-template-rows:55px auto 47px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;width:100%;padding:0;display:grid}.setup-panel h1{display:none}.setup-field{grid-template-rows:15px 41px;row-gap:6px}.setup-field span{font-size:13px;line-height:15px}.setup-field select{border-radius:10px;height:41px;padding:0 31px 0 14px;font-size:13px}.setup-field:after{width:12px;height:12px;bottom:15px;right:14px}.tap-tempo{grid-column:1/-1;grid-template-rows:41px;row-gap:0;margin-top:8px}.tap-button{border-radius:10px;height:41px;font-size:13px}.tap-tempo small{display:none}.start-button{border-radius:12px;grid-column:1/-1;height:47px}.modal-backdrop{border-radius:inherit;background:#000000b8;justify-content:stretch;align-items:stretch;min-width:0;padding:12px;display:flex;position:absolute;overflow:hidden}.settings-modal{border-radius:20px;flex-direction:column;align-self:stretch;width:100%;max-width:100%;height:100%;min-height:0;padding:16px;display:flex;overflow:hidden;box-shadow:0 16px 32px #00000040}.settings-header{flex:0 0 48px;min-width:0;height:48px;padding:8px}.settings-header h2{font-size:22px;line-height:26px}.settings-body{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex:auto;gap:14px;width:100%;min-height:0;padding:0 8px 16px;overflow:hidden auto}.appearance-row{gap:12px;height:48px}.appearance-row>span{flex:auto}.theme-toggle{width:min(140px,58%);min-width:120px;height:40px}.select-grid,.toggle-grid{grid-template-columns:minmax(0,1fr);gap:12px}.toggle-card{height:48px;min-height:48px;padding:0 14px}.preset-row{flex-wrap:wrap;align-items:flex-start}.preset-list{flex:100%}.save-preset{width:100%}.settings-modal footer{border-radius:0 0 19px 19px;flex:0 0 48px;height:48px;margin:0 -16px -16px;padding:0 24px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important}}
