@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap";*{box-sizing:border-box;margin:0;padding:0;font-family:Montserrat,sans-serif}.wrapper{display:flex;justify-content:center;align-items:center;min-height:100vh}.wrapper-inner{width:100vw;height:100vh;background:linear-gradient(96deg,#0a0a0a 75%,#f05205);padding:28px;color:#fff;display:flex;flex-direction:column;gap:18px;box-shadow:0 8px 30px #0009}.heading{background:#f05205;padding:12px;border-radius:6px;text-align:center}main{display:flex;gap:8px}main input{flex:1;padding:8px 10px;border-radius:6px;border:none;font-size:14px;color:#111}main button{background:#f05205;color:#fff;border:none;padding:10px 14px;border-radius:6px;cursor:pointer;font-weight:600}main button:hover{opacity:.95}.range label{font-size:14px;margin-bottom:6px;display:block;color:#fff}input[type=range]{-webkit-appearance:none;appearance:none;width:100%;height:6px;border-radius:6px;outline:none;cursor:pointer;background:#ddd}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#f05205;border:2px solid #fff;margin-top:-6px;cursor:pointer}input[type=range]::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#f05205;border:2px solid #fff;cursor:pointer}input[type=range]::-moz-range-track{height:6px;border-radius:6px;background:#ddd}.options{display:flex;flex-direction:column;gap:8px;font-size:14px;color:#fff}.options label{display:flex;gap:8px;align-items:center}.generate-btn{background:#f05205;border:none;padding:12px;border-radius:6px;color:#fff;font-weight:700;cursor:pointer}.generate-btn:hover{opacity:.95}input[type=checkbox]{accent-color:#F05205;width:18px;height:18px;cursor:pointer}input[type=checkbox]:hover{filter:brightness(.9)}
