:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0b1220;--surface:#131d2f;--surface-2:#1e3a5f;--text:#e7edf7;--text-muted:#9fb0c9;--accent:#f28c28;--accent-text:#201203;--danger:#ff6b6b;--radius:14px;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--text);min-height:100dvh;margin:0;padding:0}#app{flex-direction:column;max-width:480px;min-height:100dvh;margin:0 auto;display:flex}.screen{padding:1.25rem 1.25rem calc(1.25rem + env(safe-area-inset-bottom));flex-direction:column;flex:1;gap:1rem;display:flex}h1,h2{margin:0}.hint{color:var(--text-muted);margin:0;line-height:1.4}button{appearance:none;border-radius:var(--radius);background:var(--accent);color:var(--accent-text);cursor:pointer;border:none;padding:.9rem 1.2rem;font-size:1rem;font-weight:600}button.secondary{background:var(--surface-2);color:var(--text)}button:disabled{opacity:.5;cursor:not-allowed}.button-row{gap:.75rem;display:flex}.button-row>button{flex:1}.button-column{flex-direction:column;gap:.75rem;display:flex}.field{color:var(--text-muted);flex-direction:column;gap:.4rem;font-size:.9rem;display:flex}input,textarea{font:inherit;color:var(--text);background:var(--surface);border:1px solid var(--surface-2);border-radius:10px;padding:.7rem .8rem}textarea{resize:vertical}.error{color:var(--danger);margin:0}.start-screen{text-align:center;justify-content:center;align-items:center;gap:1.5rem}.start-screen button{width:100%}.video-wrap,.canvas-wrap{border-radius:var(--radius);background:#000;position:relative;overflow:hidden}video,.canvas-wrap canvas{width:100%;height:auto;display:block}.guide-frame{border:2px dashed var(--accent);pointer-events:none;border-radius:8px;position:absolute;inset:30% 10%}.canvas-wrap canvas{touch-action:none}.crop-summary{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.crop-summary li{background:var(--surface);border-radius:10px;align-items:center;gap:.6rem;padding:.6rem .8rem;display:flex}.crop-summary .dot{background:var(--accent);border-radius:50%;flex-shrink:0;width:.5rem;height:.5rem}.crop-summary-label{flex:1}.remove-crop-btn{color:var(--text-muted);background:0 0;padding:.2rem .5rem;font-size:.9rem}.ocr-screen{text-align:center;justify-content:center;align-items:center;gap:1.25rem}.spinner{border:4px solid var(--surface-2);border-top-color:var(--accent);border-radius:50%;width:48px;height:48px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.crop-review-list{flex-direction:column;gap:1rem;display:flex}.crop-review-item{background:var(--surface);border-radius:var(--radius);align-items:center;gap:.9rem;padding:.75rem;display:flex}.crop-review-item img{border:1px solid var(--surface-2);border-radius:8px;flex-shrink:0;width:96px;height:auto}.crop-review-item .field{flex:1}
