.page_container__aoG4z{max-width:600px;margin:0 auto;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#f8f9fa;min-height:100vh}.page_header__kVzhN{text-align:center;margin-bottom:30px}.page_header__kVzhN h1{color:#333;font-size:1.5rem;margin-bottom:8px}.page_header__kVzhN p{color:#666;font-size:.9rem}.page_main__GlU4n{display:flex;flex-direction:column;gap:20px}.page_uploadSection__au6Yd{display:flex;flex-direction:column;gap:15px;align-items:center}.page_imagePreviewList__gKjMr{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));grid-gap:10px;gap:10px;width:100%}.page_previewItem__AAWg2{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,.1);background:#fff}.page_previewItem__AAWg2 img{width:100%;height:100%;object-fit:cover;display:block}.page_removeButton__AYJ_x{position:absolute;top:4px;right:4px;background:rgba(0,0,0,.5);color:#fff;border:none;border-radius:50%;width:20px;height:20px;font-size:14px;cursor:pointer;line-height:1}.page_placeholder__p689Q,.page_removeButton__AYJ_x{display:flex;align-items:center;justify-content:center}.page_placeholder__p689Q{border:2px dashed #ddd;border-radius:12px;height:150px;flex-direction:column;background:#fff;color:#666;width:100%;text-align:center;padding:20px}.page_fileInput__GPmDd{display:none}.page_uploadButton__b2HuV{background:#fff;color:#333;border:1px solid #ddd;padding:12px 24px;border-radius:25px;font-size:1rem;font-weight:500;cursor:pointer;box-shadow:0 2px 5px rgba(0,0,0,.05);transition:all .2s;display:inline-flex;align-items:center;gap:8px}.page_uploadButton__b2HuV:active{background:#f0f0f0;transform:scale(.98)}.page_noteSection__zVtAJ{width:100%}.page_noteSection__zVtAJ textarea{width:100%;padding:15px;border:1px solid #ddd;border-radius:12px;font-size:1rem;font-family:inherit;resize:vertical;min-height:100px}.page_submitButton__6O8qB{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;border:none;padding:16px;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;box-shadow:0 4px 12px rgba(79,70,229,.3);transition:transform .1s;width:100%}.page_submitButton__6O8qB:disabled{background:#ccc;box-shadow:none;cursor:not-allowed}.page_submitButton__6O8qB:active:not(:disabled){transform:scale(.98)}.page_resultSection__XgvYJ{background:#fff;padding:20px;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.05);animation:page_fadeIn__wvzG6 .5s ease}@keyframes page_fadeIn__wvzG6{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.page_resultContent__OBJa0{white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;line-height:1.6;color:#333;background:#f8f9fa;padding:15px;border-radius:8px;margin:15px 0;font-size:.95rem}.page_resultContent__OBJa0 pre{white-space:pre-wrap;word-wrap:break-word;font-family:inherit;margin:0}.page_copyButton__ooL_d{width:100%;background:#10b981;color:#fff;border:none;padding:12px;border-radius:8px;font-weight:600;cursor:pointer}.page_copyButton__ooL_d:active{background:#059669}