*{margin:0;padding:0;box-sizing:border-box}.page-wrapper{display:flex;flex-direction:row;justify-content:center;align-items:center;height:100vh;padding:10px;box-sizing:border-box;gap:70px;transition:background .3s ease;font-family:Arial,sans-serif}.form-area{flex:1;max-width:500px;display:flex;flex-direction:column;gap:1rem;font-family:sans-serif;background:#f9f9f9;padding:15px;border-radius:8px;box-shadow:0 2px 8px #0000001a}.upload-section{display:flex;flex-direction:row;gap:10px;align-items:center}.upload-section .image-upload-box{flex:1}.upload-section .image-preview{flex:1;text-align:center}.upload-section .image-preview img{max-width:100%;height:auto;border-radius:8px}input,select,textarea{width:100%;padding:10px;font-size:14px;border-radius:6px;border:1px solid #ccc;transition:border-color .3s ease,box-shadow .3s ease}input:focus,select:focus,textarea:focus{border-color:#3f51b5;box-shadow:0 0 8px #3f51b580;outline:none}.image-upload-box{padding:20px;border:2px dashed #aaa;border-radius:10px;text-align:center;cursor:pointer;transition:border-color .3s ease,background-color .3s ease;background:#fafafa}.image-upload-box:hover{border-color:#3f51b5;background-color:#f0f0f0}.image-preview img{width:50%;max-height:90vh;object-fit:contain;margin-top:10px;border-radius:8px}button{padding:10px;background-color:#3f51b5;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:700;font-size:14px;transition:background-color .3s ease,transform .2s ease}button:hover{background-color:#303f9f;transform:scale(1.05)}.preview{flex:1;max-width:500px;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:15px;overflow:hidden}.shirt-img{max-height:70vh;max-width:100%;object-fit:contain;border-radius:10px;box-shadow:0 4px 10px #0003}.theme-one{background:linear-gradient(135deg,#e0f7fa,#f0f4c3);box-shadow:inset 0 0 10px #0000001a}.theme-two{background:#121212}.theme-two input,.theme-two select,.theme-two textarea{background:#222;color:#fff;border:1px solid #444}.theme-two .image-upload-box{border-color:#555;color:#ddd}.theme-two button{background-color:#673ab7}.theme-two button:hover{background-color:#5e35b1}.theme-three{background:linear-gradient(to right,#ff9a9e,#fad0c4,#fad0c4,#a1c4fd)}.theme-three button{background-color:#ff4081}.theme-three button:hover{background-color:#e91e63}@media (max-width: 768px){.page-wrapper{flex-direction:column;padding:1rem;gap:1.5rem;height:auto}.form-area,.preview{max-width:100%;width:100%}.shirt-text{font-size:1rem;top:60%;left:50%;transform:translate(-50%,-50%)}}
