: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}}.app{min-height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#1e1e2e,#2d2d44);box-sizing:border-box}.container{width:100%;max-width:1200px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:2rem;box-shadow:0 8px 32px #0000004d;border:1px solid rgba(255,255,255,.2);text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.q-logo{width:160px;height:160px;margin-bottom:1rem;filter:drop-shadow(0 4px 8px rgba(255,5,109,.3))}h1{color:#ff056d;font-size:2.5rem;margin-bottom:1rem}h2{color:#ff056d;font-size:1.5rem;margin-bottom:2rem;font-weight:300}.subtitle{color:#ccc;margin-bottom:2rem;font-size:1.1rem}.timer-display{margin-bottom:2rem;display:flex;flex-direction:column;align-items:center;width:100%}.percentage-text{font-size:3rem;font-weight:700;color:#fff;font-family:Courier New,monospace;margin-bottom:1rem;text-shadow:0 2px 10px rgba(255,255,255,.3);line-height:1.3;max-width:100%;position:relative;text-align:center;font-size:clamp(1.5rem,8vw,3rem)}.percentage-text.multi-line{white-space:normal;word-break:break-all;line-height:1.1;letter-spacing:.05em;max-width:90%}.percentage-text.multi-line .number-chunk{display:inline-block;margin:0 .1em;opacity:0;animation:fade-in-chunk .8s ease-out forwards}.percentage-text.multi-line .number-chunk:nth-child(1){animation-delay:0s}.percentage-text.multi-line .number-chunk:nth-child(2){animation-delay:.1s}.percentage-text.multi-line .number-chunk:nth-child(3){animation-delay:.2s}.percentage-text.multi-line .number-chunk:nth-child(4){animation-delay:.3s}.percentage-text.multi-line .number-chunk:nth-child(5){animation-delay:.4s}.percentage-text.multi-line .number-chunk:nth-child(6){animation-delay:.5s}@keyframes fade-in-chunk{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.percentage-text a{color:#ff056d;text-decoration:none;transition:all .3s ease}.percentage-text a:hover{color:#fff;text-shadow:0 4px 20px rgba(255,5,109,.6)}.release-announcement{margin-top:1rem;font-size:1.5rem;font-weight:600;animation:pulse 2s infinite}.release-announcement a{color:#ff056d;text-decoration:none;transition:all .3s ease}.release-announcement a:hover{color:#fff;text-shadow:0 2px 10px rgba(255,5,109,.5)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.zoom-info{color:#aaa;font-size:.9rem;background:#ffffff1a;padding:.5rem;border-radius:8px;margin:1rem auto;max-width:300px}.progress-container{margin-bottom:2rem;display:flex;flex-direction:column;width:100%}.progress-bar{width:calc(100% - 8rem);height:60px;background:#fff3;border-radius:30px;overflow:hidden;position:relative;box-shadow:inset 0 4px 8px #0003;margin:0 auto}.progress-fill{height:100%;background:#ff056d;border-radius:30px;transition:width .1s ease-out;box-shadow:0 4px 20px #ff056d66}.progress-labels{display:flex;justify-content:space-between;margin-top:.5rem;color:#ccc;font-size:.9rem;font-family:Courier New,monospace;word-break:break-all;overflow-wrap:break-word}.controls{display:flex;gap:1rem;justify-content:center;align-items:center;margin-bottom:2rem;width:100%}.control-btn{padding:.8rem 1.5rem;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;background:#fff3;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3)}.control-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #0000004d}.control-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.control-btn.start{background:linear-gradient(45deg,#4ecdc4,#44a08d)}.control-btn.stop{background:linear-gradient(45deg,#ff6b6b,#ee5a52)}.control-btn.reset{background:linear-gradient(45deg,#f7971e,#ffd200)}.zoom-section{margin-bottom:2rem;display:flex;flex-direction:column;align-items:center;width:100%}.zoom-btn{padding:1rem 2rem;border:none;border-radius:15px;font-size:1.1rem;font-weight:600;cursor:pointer;background:linear-gradient(45deg,#667eea,#764ba2);color:#fff;transition:all .3s ease;margin-bottom:1rem;box-shadow:0 4px 15px #667eea66}.zoom-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px #667eea99}.zoom-description{color:#aaa;font-size:.9rem;margin-bottom:0}.explanation{background:#ffffff1a;border-radius:10px;padding:1.5rem;margin-top:2rem}.explanation h3{color:#fff;margin-bottom:1rem;font-size:1.2rem}.explanation ul{text-align:left;color:#ccc;line-height:1.6}.explanation li{margin-bottom:.5rem}.version-display{margin-top:2rem;color:#ffffff80;font-size:.8rem;font-family:Courier New,monospace}@media (max-width: 768px){.container{margin:1rem;padding:1.5rem}h1{font-size:2rem}.percentage-text{font-size:2.5rem}.controls{flex-direction:column;align-items:center}.control-btn{width:200px}}
