:root{font-family:Segoe UI,system-ui,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#000;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;width:100%;height:100vh}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;overflow:hidden}.app{width:100%;height:100%;position:relative;background:#000}.pulse-screen{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.1;transition:opacity .1s ease-out}.pulse-screen.pulsing{animation:pulse ease-in-out infinite}@keyframes pulse{0%,to{opacity:.1}50%{opacity:1}}.bpm-display{position:absolute;bottom:20px;left:20px;display:flex;flex-direction:column;align-items:flex-start;pointer-events:none;z-index:10}.bpm-value{font-size:8rem;font-weight:700;color:#ffffff26;line-height:1;font-family:Segoe UI,system-ui,sans-serif}.bpm-label{font-size:2rem;font-weight:300;color:#ffffff1a;margin-top:-10px;font-family:Segoe UI,system-ui,sans-serif}.clock{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:10}.clock-time{font-size:6rem;font-weight:200;color:#fff3;font-family:Segoe UI,system-ui,sans-serif;letter-spacing:.1em}.control-panel{position:absolute;bottom:20px;right:20px;background:#000c;border-radius:12px;padding:20px;min-width:280px;z-index:100;font-family:Segoe UI,system-ui,sans-serif;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.control-panel.collapsed{min-width:auto;padding:10px}.collapse-btn{position:absolute;top:10px;left:10px;background:transparent;border:none;color:#fff9;font-size:14px;cursor:pointer;padding:5px;transition:color .2s}.collapse-btn:hover{color:#fff}.controls{margin-top:20px}.control-group{margin-bottom:16px}.control-group.indent{margin-left:20px}.control-group label{display:flex;flex-direction:column;gap:8px;font-size:14px;color:#fffc}.control-group input[type=range]{width:100%;height:6px;border-radius:3px;background:#fff3;outline:none;-webkit-appearance:none;cursor:pointer}.control-group input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;border-radius:50%;background:#fff;cursor:pointer}.control-group input[type=range]:disabled{opacity:.5;cursor:not-allowed}.control-group select{padding:8px 12px;border-radius:6px;border:1px solid rgba(255,255,255,.2);background:#ffffff1a;color:#fff;font-size:14px;cursor:pointer;outline:none}.control-group select:disabled{opacity:.5;cursor:not-allowed}.control-group select option{background:#222;color:#fff}.checkbox-label{flex-direction:row!important;align-items:center!important;gap:10px!important;cursor:pointer}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer}.time-remaining{font-size:12px;color:#ffffff80;margin-top:4px}.control-group.buttons{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.btn{padding:10px 16px;border-radius:8px;border:none;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;flex:1;min-width:80px}.btn-start{background:#22c55e;color:#fff}.btn-start:hover{background:#16a34a}.btn-stop{background:#ef4444;color:#fff}.btn-stop:hover{background:#dc2626}.btn-reset{background:#ffffff26;color:#fff}.btn-reset:hover{background:#ffffff40}.btn-fullscreen{background:#ffffff1a;color:#fff;flex-basis:100%}.btn-fullscreen:hover{background:#fff3}
