.header.svelte-7ak9fd{background:#fff;padding:12px 20px;padding-top:calc(12px + env(safe-area-inset-top));border-bottom:1px solid #dbdbdb;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100}.header-left.svelte-7ak9fd{display:flex;align-items:center}.back-button.svelte-7ak9fd{background:none;border:none;cursor:pointer;padding:8px;margin-right:8px}.back-icon.svelte-7ak9fd{width:20px;height:20px;stroke:#000;stroke-width:2;fill:none}.header-title.svelte-7ak9fd{font-size:16px;font-weight:600}.camera-section.svelte-7ak9fd{padding:20px;background:#f8f8f8;min-height:60vh}.camera-frame.svelte-7ak9fd{position:relative;width:100%;height:250px;background:#000;border-radius:12px;overflow:hidden;margin-bottom:24px}.camera-overlay.svelte-7ak9fd{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:#0000004d}.scan-frame.svelte-7ak9fd{position:relative;width:200px;height:160px;border:2px dashed rgba(255,255,255,.6);border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center}.corner.svelte-7ak9fd{position:absolute;width:20px;height:20px;border:3px solid white}.corner.top-left.svelte-7ak9fd{top:-3px;left:-3px;border-right:none;border-bottom:none}.corner.top-right.svelte-7ak9fd{top:-3px;right:-3px;border-left:none;border-bottom:none}.corner.bottom-left.svelte-7ak9fd{bottom:-3px;left:-3px;border-right:none;border-top:none}.corner.bottom-right.svelte-7ak9fd{bottom:-3px;right:-3px;border-left:none;border-top:none}.scan-guide.svelte-7ak9fd{display:flex;flex-direction:column;align-items:center;color:#fff}.receipt-outline.svelte-7ak9fd{width:40px;height:40px;stroke:#fff;stroke-width:2;fill:none;margin-bottom:8px}.guide-text.svelte-7ak9fd{font-size:12px;text-align:center;margin:0}.instructions.svelte-7ak9fd{background:#fff;border-radius:12px;padding:20px;margin-bottom:20px}.instructions.svelte-7ak9fd h2:where(.svelte-7ak9fd){font-size:16px;font-weight:600;margin-bottom:16px;color:#333}.instruction-list.svelte-7ak9fd{display:flex;flex-direction:column;gap:16px}.instruction-item.svelte-7ak9fd{display:flex;align-items:center;gap:12px}.instruction-icon.svelte-7ak9fd{width:32px;height:32px;background:#f0f0f0;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.instruction-icon.svelte-7ak9fd svg:where(.svelte-7ak9fd){width:16px;height:16px;stroke:#666;stroke-width:2;fill:none}.instruction-text.svelte-7ak9fd{display:flex;flex-direction:column}.instruction-text.svelte-7ak9fd strong:where(.svelte-7ak9fd){font-weight:600;color:#000;font-size:14px}.instruction-text.svelte-7ak9fd span:where(.svelte-7ak9fd){font-size:13px;color:#666}.error-message.svelte-7ak9fd{background:#fff5f5;border:1px solid #fed7d7;border-radius:8px;padding:12px;display:flex;align-items:center;gap:8px;color:#c53030;font-size:14px;margin-top:16px}.error-icon.svelte-7ak9fd{width:16px;height:16px;stroke:#c53030;stroke-width:2;fill:none;flex-shrink:0}.compression-info.svelte-7ak9fd{background:#e6f7ff;border:1px solid #91d5ff;border-radius:8px;padding:12px;display:flex;align-items:center;gap:8px;margin-top:16px;font-size:13px}.info-icon.svelte-7ak9fd{width:16px;height:16px;stroke:#1890ff;stroke-width:2;fill:none;flex-shrink:0}.info-text.svelte-7ak9fd{color:#096dd9;flex:1}.reduction.svelte-7ak9fd{font-weight:600;color:#0050b3}.action-buttons.svelte-7ak9fd{position:fixed;bottom:80px;left:50%;transform:translate(-50%);width:100%;max-width:400px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:20px}.gallery-button.svelte-7ak9fd{background:#fff;border:1px solid #dbdbdb;border-radius:50px;padding:12px 16px;display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#333;cursor:pointer;transition:all .2s ease}.gallery-button.svelte-7ak9fd:hover{background:#f8f8f8}.button-icon.svelte-7ak9fd{width:16px;height:16px;stroke:currentColor;stroke-width:2;fill:none}.camera-button-main.svelte-7ak9fd{background:none;border:none;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:8px}.camera-button-inner.svelte-7ak9fd{width:70px;height:70px;background:#fff;border:3px solid #000;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 4px 12px #0000001a}.camera-button-main.svelte-7ak9fd:hover .camera-button-inner:where(.svelte-7ak9fd){transform:scale(1.05)}.camera-button-main.svelte-7ak9fd:active .camera-button-inner:where(.svelte-7ak9fd){transform:scale(.95)}.camera-icon.svelte-7ak9fd{width:28px;height:28px;stroke:#000;stroke-width:2;fill:none}.camera-button-main.svelte-7ak9fd span:where(.svelte-7ak9fd){font-size:12px;font-weight:500;color:#333}.processing-overlay.svelte-7ak9fd{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;z-index:10000;display:flex;align-items:center;justify-content:center}.processing-content.svelte-7ak9fd{display:flex;flex-direction:column;align-items:center;text-align:center}.processing-icon.svelte-7ak9fd{width:48px;height:48px;stroke:#000;stroke-width:2;fill:none;animation:svelte-7ak9fd-spin 1s linear infinite;margin-bottom:20px}@keyframes svelte-7ak9fd-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.processing-text.svelte-7ak9fd{font-size:16px;font-weight:500;margin-bottom:8px}.processing-subtext.svelte-7ak9fd{font-size:14px;color:#666}@media (max-width: 400px){.action-buttons.svelte-7ak9fd{max-width:100%}}
