*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;display:flex;align-items:center;justify-content:center}.app{max-width:600px;width:90%;background:#fff;border-radius:20px;padding:2rem;box-shadow:0 20px 60px #0000004d}h1{color:#333;margin-bottom:1.5rem;text-align:center;font-size:2rem}.counter-display{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;border-radius:15px;text-align:center;margin-bottom:2rem}.counter-value{font-size:4rem;font-weight:700;margin-bottom:.5rem}.counter-label{font-size:1.2rem;opacity:.9}.controls{display:flex;flex-direction:column;gap:1.5rem}.control-group{display:flex;flex-direction:column;gap:.5rem}.control-label{font-weight:600;color:#555;font-size:.95rem}.control-input{display:flex;align-items:center;gap:1rem}input[type=range]{flex:1;height:8px;border-radius:5px;background:#ddd;outline:none;-webkit-appearance:none}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#667eea;cursor:pointer}input[type=range]::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#667eea;cursor:pointer;border:none}.value-display{min-width:80px;text-align:right;font-weight:600;color:#667eea}.buttons{display:flex;gap:1rem;margin-top:1rem}button{flex:1;padding:1rem;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.start-button{background:#10b981;color:#fff}.start-button:hover{background:#059669}.start-button:disabled{background:#6b7280;cursor:not-allowed}.stop-button{background:#ef4444;color:#fff}.stop-button:hover{background:#dc2626}.reset-button{background:#3b82f6;color:#fff}.reset-button:hover{background:#2563eb}.status{margin-top:1.5rem;padding:1rem;background:#f3f4f6;border-radius:10px}.status-row{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.9rem}.status-row:last-child{margin-bottom:0}.status-label{color:#6b7280}.status-value{font-weight:600;color:#111827}.status-value.active{color:#10b981}.status-value.inactive{color:#6b7280}.error{background:#fee2e2;color:#991b1b;padding:1rem;border-radius:10px;margin-bottom:1rem;text-align:center}.info{background:#dbeafe;color:#1e40af;padding:1rem;border-radius:10px;margin-bottom:1rem;text-align:center;font-size:.9rem}
