: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}}.layout{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;flex-grow:1}.page-wrapper{padding:2rem;width:100%;min-height:100vh;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}@media (max-width: 768px){.page-wrapper{padding:1rem}}html,body,#root{height:100%;width:100%;margin:0;padding:0;overflow-x:hidden}.wrapper{max-width:500px;margin:2rem auto;padding:2rem;background-color:#f5f5f5;text-align:center;border-radius:12px;box-shadow:0 4px 10px #0000001a;animation:fadeIn 1s ease-in}.timer-display{font-size:3rem;margin:1rem 0;font-family:monospace}.buttons button{margin:.5rem;padding:.75rem 1.25rem;font-size:1rem;border:none;border-radius:8px;color:#fff;cursor:pointer;transition:background-color .3s}.start-btn{background-color:#28a745}.start-btn:hover{background-color:#1e7e34}.stop-btn{background-color:#dc3545}.stop-btn:hover{background-color:#a71d2a}.reset-btn{background-color:#007bff}.reset-btn:hover{background-color:#0056b3}.quote-btn{margin-top:1rem;padding:.5rem 1rem;background-color:#28a745;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s}.quote-btn:hover{background-color:#1e7e34}.quote-section{margin-top:2rem;font-style:italic}.quote-btn{margin-top:1rem;padding:.5rem 1rem;background-color:#ffc107;color:#000;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s}.quote-btn:hover{background-color:#e0a800}@media (max-width: 600px){.wrapper{max-width:90%;padding:1rem}.timer-display{font-size:2rem}.buttons button{font-size:.9rem;padding:.5rem 1rem}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.wrapper{animation:fadeIn 1s ease-in}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.timer-display{animation:pulse 1.5s infinite}
