.bikkuriman-container{grid-template-columns:1fr 1fr;gap:20px;max-width:1100px;margin:0 auto;display:grid}.panel{background:#fff;border:2px solid #333;border-radius:15px;margin-bottom:20px;padding:20px;box-shadow:0 2px 10px #0000000d}.panel-title{align-items:center;margin-bottom:15px;font-size:1.2rem;font-weight:700;display:flex}.form-group{margin-bottom:15px}.form-label{margin-bottom:8px;font-size:.95rem;font-weight:600;display:block}.form-hint{color:#666;margin-top:5px;font-size:.8rem}.select-wrapper{position:relative}.select-wrapper:after{content:"";pointer-events:none;border-top:6px solid #333;border-left:6px solid #0000;border-right:6px solid #0000;width:0;height:0;position:absolute;top:50%;right:15px;transform:translateY(-50%)}.form-select{appearance:none;cursor:pointer;background-color:#fff;border:2px solid #333;border-radius:10px;width:100%;padding:12px 15px;font-size:1rem}.form-input{border:2px solid #333;border-radius:10px;width:100%;padding:12px 15px;font-size:1rem}.form-textarea{resize:vertical;background-color:#fff;border:2px solid #333;border-radius:10px;width:100%;min-height:120px;padding:12px 15px;font-size:1rem}.form-select:focus,.form-input:focus,.form-textarea:focus{border-color:#2196f3;outline:none;box-shadow:0 0 0 2px #2196f333}.upload-area{cursor:pointer;background-color:#f9f9f9;border:2px dashed #ccc;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;height:200px;margin-bottom:15px;transition:all .2s;display:flex}.upload-area:hover{background-color:#2196f30d;border-color:#2196f3}.upload-icon{color:#666;width:50px;height:50px;margin-bottom:15px}.upload-text{text-align:center;color:#333;margin-bottom:5px;font-size:1rem}.upload-subtext{color:#666;text-align:center;font-size:.8rem}.preview-container{border:2px solid #333;border-radius:10px;width:100%;height:200px;margin-bottom:15px;position:relative;overflow:hidden}.preview-image{object-fit:contain;width:100%;height:100%}.remove-button{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;display:flex;position:absolute;top:10px;right:10px;box-shadow:0 2px 5px #0000001a}.remove-button:hover{background:#f5f5f5}.preview-area{background-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\"><rect width=\"10\" height=\"10\" fill=\"%23f0f0f0\"/><rect x=\"10\" y=\"10\" width=\"10\" height=\"10\" fill=\"%23f0f0f0\"/><rect x=\"10\" y=\"0\" width=\"10\" height=\"10\" fill=\"%23ffffff\"/><rect x=\"0\" y=\"10\" width=\"10\" height=\"10\" fill=\"%23ffffff\"/></svg>");background-repeat:repeat;border:2px solid #333;border-radius:10px;justify-content:center;align-items:center;height:350px;margin-bottom:15px;display:flex}.preview-placeholder{color:#999;text-align:center;padding:20px}.generate-button{color:#fff;cursor:pointer;background-color:#2196f3;border:none;border-radius:10px;width:100%;padding:15px;font-size:1.1rem;font-weight:700;transition:all .2s}.generate-button:hover{background-color:#0d8aee}.generate-button:disabled{cursor:not-allowed;background-color:#ccc}.loading-spinner{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;margin-right:10px;animation:1s ease-in-out infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.progress-container{background-color:#e0e0e0;border-radius:4px;width:100%;height:8px;margin:15px 0;overflow:hidden}.progress-bar{background-color:#2196f3;border-radius:4px;height:100%;transition:width .3s}.generated-image-container{aspect-ratio:1;border:2px solid #333;border-radius:10px;width:100%;margin-top:20px;overflow:hidden}.generated-image{object-fit:contain;width:100%;height:100%}.loading-container{text-align:center;padding:30px}.loading-animation{border:5px solid #2196f34d;border-top-color:#2196f3;border-radius:50%;width:50px;height:50px;margin:0 auto 20px;animation:1s linear infinite spin}.fade-in{animation:.3s ease-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.bikkuriman-container{grid-template-columns:1fr}}
