:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{box-sizing:border-box;flex-direction:column;width:100%;max-width:480px;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.app{flex-direction:column;width:100%;min-height:100svh;display:flex}.app-header{text-align:center;border-bottom:1px solid var(--border);padding:16px}.app-header h1{margin:0;font-size:22px}.app-main{flex-direction:column;flex:1;align-items:center;gap:16px;padding:24px 16px;display:flex}.crop-step{flex-direction:column;align-items:stretch;gap:12px;width:100%;display:flex}.crop-image-wrap{touch-action:none;-webkit-user-select:none;user-select:none;border-radius:8px;width:100%;position:relative;overflow:hidden}.crop-image{-webkit-user-drag:none;width:100%;height:auto;display:block}.crop-rect{box-sizing:border-box;border:2px solid var(--accent);cursor:move;touch-action:none;position:absolute;box-shadow:0 0 0 9999px #0000008c}.crop-handle{background:var(--accent);touch-action:none;border:2px solid #fff;border-radius:50%;width:26px;height:26px;margin:-13px;position:absolute}.crop-handle-nw{cursor:nwse-resize;top:0;left:0}.crop-handle-ne{cursor:nesw-resize;top:0;left:100%}.crop-handle-sw{cursor:nesw-resize;top:100%;left:0}.crop-handle-se{cursor:nwse-resize;top:100%;left:100%}.crop-handle-edge{background:var(--accent);touch-action:none;border:2px solid #fff;border-radius:6px;position:absolute}.crop-handle-n,.crop-handle-s{cursor:ns-resize;width:36px;height:10px;margin-top:-5px;margin-left:-18px;left:50%}.crop-handle-n{top:0}.crop-handle-s{top:100%}.crop-handle-e,.crop-handle-w{cursor:ew-resize;width:10px;height:36px;margin-top:-18px;margin-left:-5px;top:50%}.crop-handle-e{left:100%}.crop-handle-w{left:0}.crop-hint{color:var(--text);text-align:center;margin:0;font-size:13px}.crop-controls{justify-content:center;gap:12px;display:flex}.capture-actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.capture-button{color:#fff;background:var(--accent);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:999px;justify-content:center;align-items:center;padding:14px 20px;font-size:16px;font-weight:500;display:inline-flex}.capture-button-secondary{color:var(--text-h);border:1px solid var(--border);background:0 0}.secondary-button{color:var(--text-h);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:999px;padding:10px 18px;font-size:15px}.status-message{color:var(--text);text-align:center;font-size:15px}.status-error{color:#d64545}.receipt-view{flex-direction:column;align-items:center;gap:16px;width:100%;display:flex}.receipt-image-wrap{border:1px solid var(--border);border-radius:8px;width:100%;position:relative;overflow:hidden}.receipt-image{object-fit:contain;width:100%;height:100%;display:block}.price-box{border:2px solid var(--accent);background:var(--accent-bg);cursor:pointer;border-radius:3px;padding:0;transition:background .1s,border-color .1s;position:absolute}.price-box-selected{background:#4cc98559;border-color:#2fae6b}.items-table{border-collapse:collapse;width:100%;font-size:15px}.items-table th{text-align:left;color:var(--text);border-bottom:1px solid var(--border);padding:6px 12px;font-size:13px;font-weight:600}.items-table th:nth-child(3),.items-table td:nth-child(3),.items-table th:last-child,.items-table td:last-child{text-align:right}.items-table th:nth-child(4),.items-table td:nth-child(4){text-align:center}.items-table-checkbox-col{width:1%;padding-right:0!important}.items-table-shared-col{width:1%}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.row-checkbox{border:2px solid var(--border);box-sizing:border-box;border-radius:5px;width:20px;height:20px;display:inline-block}.row-checkbox-checked{border-color:var(--accent);background:var(--accent);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='3.5,8.5 6.5,11.5 12.5,4.5'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat}.items-table tbody tr{cursor:pointer;transition:background .1s}.items-table tbody tr:hover{background:var(--social-bg)}.items-table td{border-bottom:1px solid var(--border);color:var(--text-h);padding:12px}.shared-input{text-align:center;width:44px;color:var(--text-h);background:var(--bg);border:1px solid var(--border);cursor:text;border-radius:6px;padding:6px 4px;font-size:15px}.items-row-selected,.items-row-selected:hover{background:var(--accent-bg)}.app-footer{border-top:1px solid var(--border);background:var(--bg);justify-content:space-between;align-items:center;gap:16px;padding:16px;font-size:16px;display:flex;position:sticky;bottom:0}.app-footer-summary{flex-direction:column;line-height:130%;display:flex}.app-footer .total{color:var(--text-h);font-size:22px;font-weight:600}.save-button{color:#fff;background:var(--accent);cursor:pointer;border:none;border-radius:999px;padding:12px 24px;font-size:16px;font-weight:500}.save-button:disabled{background:var(--border);color:var(--text);cursor:not-allowed}.section-heading{color:var(--text-h);align-self:flex-start;margin:0 0 8px;font-size:15px;font-weight:600}.selected-section,.saved-section{width:100%}.chip-list{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}.chip{color:var(--text-h);background:var(--accent-bg);border:1px solid var(--accent-border);border-radius:999px;align-items:center;gap:6px;padding:6px 6px 6px 12px;font-size:15px;display:inline-flex}.chip-cancel{width:22px;height:22px;color:var(--text-h);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:16px;line-height:1;display:inline-flex}.saved-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.saved-item{border:1px solid var(--border);border-radius:8px;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}.saved-total{color:var(--text-h);font-size:17px;font-weight:600}.saved-count{color:var(--text);font-size:13px}
