:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background:#f5f7fb;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body{height:100%}body{margin:0;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit}.jpPage{min-height:100vh;background:#f5f7fb;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:#0f172a}.jpHeader{height:64px;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;padding:0 18px}.jpHeaderLeft{display:flex;align-items:center;gap:12px}.jpAppIcon{width:40px;height:40px;border-radius:10px;background:#2563eb;color:#fff;display:grid;place-items:center;font-size:18px}.jpHeaderTitle{font-weight:800;font-size:16px;line-height:1.1}.jpHeaderSub{font-size:12px;color:#64748b;margin-top:2px}.jpHeaderRight{display:flex;align-items:center;gap:10px}.jpIconBtn{border:1px solid #e5e7eb;background:#fff;width:36px;height:36px;border-radius:10px;cursor:pointer}.jpMain{width:100%;max-width:100%;margin:32px 0;padding:0 32px;box-sizing:border-box}.jpSectionTitle{margin:0;font-size:22px;font-weight:900}.jpSectionDesc{margin:8px 0 18px;color:#64748b;font-size:14px}.dropZone{background:#fff;border:2px dashed #93c5fd;border-radius:16px;padding:60px 20px;text-align:center;cursor:pointer;transition:.15s ease;-webkit-user-select:none;user-select:none}.dropZone:hover{border-color:#60a5fa;box-shadow:0 10px 26px #0206170f}.dropZone.dragging{background:#eff6ff;border-color:#2563eb}.dropIcon{width:68px;height:68px;border-radius:999px;margin:0 auto 12px;display:grid;place-items:center;background:#eaf2ff;color:#2563eb}.dropTitle{font-size:18px;font-weight:900;margin:0 0 6px}.dropSub{font-size:14px;color:#475569;margin-bottom:10px}.dropLink{color:#2563eb;font-weight:800}.dropHint{font-size:12px;color:#94a3b8}.pickedFile{margin-top:14px;font-size:13px;color:#0f172a}.jpPrimaryBtn{margin-top:14px;width:100%;border:none;border-radius:14px;padding:14px 16px;font-size:15px;font-weight:900;cursor:pointer;background:#2563eb;color:#fff;box-shadow:0 10px 24px #2563eb40}.jpPrimaryBtn:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.jpErrorBox{margin-top:14px;padding:12px 14px;border-radius:14px;border:1px solid #fecaca;background:#fef2f2;color:#991b1b}.jpInfoBox{margin-top:14px;padding:12px 14px;border-radius:14px;border:1px solid #bfdbfe;background:#eff6ff;color:#1e3a8a}.jpResultCard{margin-top:16px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:16px;box-shadow:0 10px 26px #0206170f}.jpResultTitle{margin:0 0 12px;font-size:16px;font-weight:900}.jpKV{display:grid;grid-template-columns:140px 1fr;gap:10px;padding:10px 0;border-bottom:1px dashed #e5e7eb}.jpK{color:#64748b;font-weight:800;font-size:13px}.jpV{color:#0f172a;font-size:13px;word-break:break-word}.jpJsonBox{margin-top:12px;padding:12px;border-radius:14px;border:1px solid #e5e7eb;background:#f8fafc;overflow:auto;max-height:520px;font-size:12.5px}.dropZone.disabled{opacity:.7;cursor:not-allowed}.processingCard{margin-top:16px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 10px 26px #0206170f}.processingLeft{display:flex;align-items:center;gap:12px;min-width:0}.fileIcon{width:44px;height:44px;border-radius:12px;background:#eff6ff;display:grid;place-items:center;font-size:18px}.fileName{font-weight:900;color:#0f172a;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:820px}.fileSize{margin-top:2px;font-size:12px;color:#64748b;font-weight:700}.processingRight{display:flex;align-items:center;gap:10px;color:#2563eb;font-weight:900}.processingText{font-size:13px}.spinner{width:18px;height:18px;border-radius:50%;border:3px solid #c7d2fe;border-top-color:#2563eb;animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.stepperCard{margin-top:14px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:16px;box-shadow:0 10px 26px #0206170f}.stepperWrap{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.stepItem{position:relative;flex:1;min-width:0;display:flex;flex-direction:column;align-items:center}.stepNode{width:34px;height:34px;border-radius:999px;border:2px solid #cbd5e1;background:#fff;color:#64748b;display:grid;place-items:center;font-weight:900;font-size:13px}.stepNode.active{border-color:#2563eb;color:#2563eb;box-shadow:0 0 0 5px #2563eb1a}.stepNode.done{border-color:#16a34a;background:#16a34a;color:#fff}.stepLabel{margin-top:8px;font-size:12px;font-weight:800;color:#94a3b8;text-align:center;line-height:1.2;white-space:nowrap}.stepLabel.on{color:#0f172a}.stepLine{position:absolute;top:17px;left:calc(50% + 17px);right:calc(-50% + 17px);height:6px;border-radius:999px;background:#e5e7eb}.stepLine.done{background:#16a34a}.stepLine.anim{background:linear-gradient(90deg,#16a34a 0% 40%,#e5e7eb 40% 100%);background-size:200% 100%;animation:stepMove 1.1s linear infinite}@keyframes stepMove{0%{background-position:200% 0}to{background-position:0% 0}}.typeDetectCard{margin-top:16px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:18px;box-shadow:0 10px 26px #0206170f}.typeDetectTitle{font-size:14px;font-weight:900;color:#334155;margin-bottom:14px}.typeGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.typeCard{border:2px solid #e5e7eb;background:#fff;border-radius:14px;padding:18px 14px;cursor:pointer;text-align:center;transition:.12s ease}.typeCard:hover{box-shadow:0 10px 26px #0206170f;border-color:#cbd5e1}.typeCard.active{border-color:#2563eb;background:#eff6ff}.typeIcon{margin:2px auto 10px;display:grid;place-items:center}.typeIconCircle{width:44px;height:44px;border-radius:999px;display:grid;place-items:center;background:#f1f5f9;font-size:18px}.typeCard.active .typeIconCircle{background:#2563eb;color:#fff}.typeTitle{font-weight:900;color:#0f172a;font-size:14px;margin-bottom:4px}.typeSub{font-size:12px;color:#64748b;font-weight:700}.typeHint{margin-top:12px;font-size:12px;color:#64748b;font-weight:700}.titleRow{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.titleRow .jpSecondaryBtn{margin-top:2px;white-space:nowrap}.topInfoRow{margin-top:10px;display:flex;gap:18px;flex-wrap:wrap}.topInfoItem{background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;padding:8px 10px;font-size:13px;font-weight:700;color:#0f172a}.topInfoKey{color:#64748b;font-weight:900;margin-right:8px}.topInfoVal{font-weight:900}.idNameRow{display:flex;align-items:center;justify-content:space-between}.idNameLeft,.idNameRight{display:flex;align-items:center;gap:8px}.idNameRight{margin-left:auto}.jpPrimaryBtn{transition:all .15s ease}.jpPrimaryBtn:active{transform:translateY(2px);box-shadow:0 2px 6px #0003}.resultCard{margin-top:16px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:16px;box-shadow:0 10px 26px #0206170f}.resultHeader{display:flex;gap:16px;align-items:flex-start;justify-content:space-between;padding-bottom:12px;border-bottom:1px solid #e5e7eb}.resultTitle{font-size:16px;font-weight:900;margin:0 0 8px}.resultMeta{font-size:13px;color:#334155;display:grid;gap:4px}.metaKey{color:#64748b;font-weight:800}.totalBox{min-width:140px;text-align:right}.totalLabel{font-size:12px;color:#64748b;font-weight:900;margin-bottom:6px}.badge{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:999px;font-size:13px;font-weight:900;border:1px solid transparent}.badge.ok{background:#ecfdf5;color:#065f46;border-color:#a7f3d0}.badge.ng{background:#fef2f2;color:#991b1b;border-color:#fecaca}.checksList{margin-top:12px;display:grid;gap:10px}.checkRow{border:1px solid #e5e7eb;border-radius:14px;padding:12px;background:#fff}.checkLeft{display:flex;align-items:center;justify-content:space-between;gap:10px}.checkLabel{font-size:13px;font-weight:900;color:#0f172a}.checkRight{margin-top:10px;display:flex;justify-content:flex-end}.reasonBtn{border:1px solid #e5e7eb;background:#f8fafc;padding:6px 10px;border-radius:10px;font-size:12px;font-weight:800;cursor:pointer;color:#0f172a}.reasonBtn:hover{background:#eef2ff;border-color:#c7d2fe}.reasonBox{margin-top:10px;padding:10px;border-radius:12px;border:1px solid #bfdbfe;background:#eff6ff;color:#1e3a8a;font-size:12.5px;white-space:pre-wrap}.infoBox{margin-top:12px;padding:12px 14px;border-radius:14px;border:1px solid #bfdbfe;background:#eff6ff;color:#1e3a8a}.idNameFields{display:flex;gap:16px;width:100%;align-items:stretch}.fieldBox{flex:1;border:1px solid #e5e7eb;border-radius:12px;background:#fff;padding:12px 14px}.fieldLabel{font-size:13px;font-weight:900;color:#0f172a;margin-bottom:6px}.fieldInput{width:100%;border:1px solid #e5e7eb;border-radius:10px;padding:10px 12px;outline:none;font-size:14px;font-weight:500;color:#0f172a;background:#f8fafc}.fieldInput:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}@media(max-width:720px){.idNameFields{flex-direction:column}}.badgeBtn{border:none;background:transparent;padding:0;cursor:pointer}.badgeBtn:active{transform:translateY(1px)}
