html{font-size:16px}:root{--primary-color: #f0851d;--size-80: 80px}#root{height:100vh;margin-left:auto!important;margin-right:auto!important;max-width:560px!important}#title{position:fixed;top:0;left:0;right:0;font-size:18px;z-index:100;font-weight:700;color:#000;text-align:center;padding:12px 0;background-color:#fff;margin-bottom:12px}#title .title-wrap{display:flex;align-items:center;justify-content:space-between;gap:4px;padding-inline:12px}#title #back-btn{width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer}.container{position:relative;height:100%;width:100%;background-color:#f6f6f4;overflow:auto;padding:50px 0}.card{background-color:#fff;border-radius:12px;padding:12px;margin-inline:12px;margin-top:12px;display:flex;flex-direction:column;gap:12px}.card .label{font-size:14px;color:#000;padding-bottom:6px;border-bottom:1px solid #e5e7eb}#description #desc_input{padding:6px;width:100%;border:1px solid var(--primary-color);border-color:transparent;border-radius:4px}#description #desc_input:focus-within{border-color:var(--primary-color)}#description #desc_input textarea{resize:none;height:120px;width:100%}#screenshot #upload{display:flex;flex-wrap:wrap;gap:12px}#screenshot #upload .upload-item{width:var(--size-80);height:var(--size-80);border-radius:16px;overflow:hidden;border:1px solid var(--primary-color);position:relative}#screenshot #upload .upload-item .close-btn{position:absolute;top:0;right:0;width:20px;height:20px;background-color:#000;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}#screenshot #upload .upload-item img{width:100%;height:100%;object-fit:cover}#screenshot #upload #upload-btn{width:var(--size-80);height:var(--size-80);border-radius:16px;overflow:hidden;display:flex;align-items:center;flex-direction:column;gap:4px;justify-content:center;border:1px solid var(--primary-color);font-size:12px;color:var(--primary-color);cursor:pointer}#screenshot #upload #upload-btn p{color:#000}#contact #contact_input{padding:6px;width:100%;border:1px solid var(--primary-color);border-color:transparent;border-radius:4px}#contact #contact_input:focus-within{border-color:var(--primary-color)}#contact #contact_input input{width:100%}#submit button{position:relative;cursor:pointer;border-radius:16px;overflow:hidden;display:flex;align-items:center;justify-content:center;height:50px;width:90%;padding:0 24px;background-color:var(--primary-color);color:#fff;font-weight:700;font-size:18px;margin:18px auto 0}#submit button:disabled{background-color:#00000036;cursor:not-allowed}.btn-loading{color:transparent!important;pointer-events:none;position:relative;position:absolute;top:0;right:0;bottom:0;left:0;background:#00000036}.btn-loading:before{content:"";position:absolute;width:16px;height:16px;top:50%;left:50%;transform:translate(-50%,-50%);border:2px solid #fff;border-top-color:#333;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:translate(-50%,-50%) rotate(360deg)}}
