*{box-sizing:border-box;font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif}html,body{margin:0}body{background:#f7f9fc;color:#1f2937}.section{margin-bottom:1.5rem}.section h2{font-size:1rem;margin-bottom:.75rem;color:#374151}.option{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.9rem}.option input[type=number]{margin-left:auto;width:70px;padding:.25rem;border-radius:6px;border:1px solid #d1d5db}main{height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem}.card{width:100%;max-width:600px;background:#fff;border-radius:12px;padding:2rem;box-shadow:0 10px 30px #00000014;animation:fadeIn .4s ease}h1{margin:0 0 1.5rem;font-size:1.8rem;text-align:center}p{color:#6b7280;font-size:.95rem}textarea,input[type=file]{width:100%;margin-bottom:1rem}textarea{min-height:120px;resize:vertical;padding:.75rem;border-radius:8px;border:1px solid #d1d5db}textarea:focus{outline:none;border-color:#2563eb}.button-row{display:flex;gap:.75rem;margin-top:1rem}button{flex:1;padding:.75rem;border-radius:8px;border:none;font-size:.95rem;cursor:pointer;transition:background .2s ease}button:disabled{opacity:.6;cursor:not-allowed}button.start{background:#2563eb;color:#fff}button.start:hover:not(:disabled){background:#1d4ed8}button.stop{background:#dc2626;color:#fff}button.stop:hover:not(:disabled){background:#b91c1c}button.restart{background:#10b981;color:#fff}button.restart:hover:not(:disabled){background:#059669}.status{margin-top:1.5rem;font-size:.9rem}.status.success{color:#16a34a}.status.error{color:#dc2626}ul{padding-left:1rem;margin-top:1rem}li{margin-bottom:.5rem;font-size:.9rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:480px){.card{padding:1.25rem}h1{font-size:1.5rem}}
