:root{--white:#fff;--black:#171717;--yellow:#e7ec5f}*{box-sizing:border-box}.container{background-color:var(--yellow);width:min(95%,1200px);min-height:500px;margin:auto;display:flex}.result-bar{flex-direction:column;justify-content:space-between;align-items:center;width:30%;padding:clamp(15px,3vw,30px);display:flex}.Download-btn{color:var(--white);background-color:var(--black);cursor:pointer;padding:15px 20px}.qr-options{border:2px solid var(--black);width:100%;padding:10px}.qr-options>button{color:var(--white);background-color:var(--black);cursor:pointer;margin:5px;padding:10px 20px}.inputs{width:100%;margin-top:10px}.url-input{background-color:var(--black);color:var(--white);text-align:center;width:100%;height:70px;font-weight:700}.text-input{background-color:var(--black);color:var(--white);text-align:left;resize:none;border-radius:8px;width:100%;height:120px;padding:15px;font-size:16px;font-weight:400}.customization-bar{flex-direction:column;gap:13px;width:70%;padding:clamp(15px,3vw,30px);display:flex}.qr-customize{background-color:var(--black);flex-direction:column;gap:10px;width:100%;padding:10px;display:flex}.cus-hed{text-transform:uppercase;color:var(--white);font-size:12px}.cus-buttons{width:100%;display:flex}.cus-buttons>button{cursor:pointer;text-transform:uppercase;width:33.33%;padding:10px 5px}.cus-buttons button.active{border-bottom:2px solid var(--white)}.cus-sec{background-color:var(--black);border-radius:10px;flex-wrap:wrap;justify-content:space-around;gap:15px;width:100%;min-height:150px;padding:10px;display:flex}.color-sec{flex-direction:column;gap:8px;display:flex}.color-sec label{color:var(--white);font-size:14px}.color-picker{border:1px solid var(--white);background-color:var(--black);border-radius:8px;align-items:center;gap:10px;padding:8px 12px;display:flex}.bg-color,.Front-color{cursor:pointer;border:none;border-radius:6px;width:32px;height:32px}.color-picker span{color:var(--white);font-family:monospace;font-size:14px}.logo-examples{flex-wrap:wrap;gap:10px;width:100%;display:flex}.logo-example{cursor:pointer;background:#fff;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.logo-example img{max-width:80%;max-height:80%}.logo-examples div.active{border:3px solid var(--yellow)}.upload-btn{background:var(--yellow);width:150px;height:45px;color:var(--black);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;display:flex}.upload-btn input{display:none}.shape{cursor:pointer}.shapes,.styles{flex-direction:column;gap:10px;width:100%;display:flex}.Sh{flex-wrap:wrap;gap:10px;display:flex}@media (max-width:900px){.container{flex-direction:column}.customization-bar,.result-bar{width:100%}.result-bar{order:-1;gap:10px}}@media (max-width:600px){.container{width:100%}.qr-options{flex-direction:column;display:flex}.qr-options button{width:100%}.cus-buttons{flex-direction:column}.cus-buttons>button{width:100%}.logo-example{width:45px;height:45px}.upload-btn{width:100%}.url-input{height:55px;font-size:12px}}.url-error{color:red;margin-top:5px;font-size:14px}
