:root{--bg: #f6f5f0;--ink: #21302a;--muted: #62705f;--line: #dfe4da;--accent: #2e6b4f;--accent-dark: #1d4a36;--danger: #a8402f;--radius: 14px}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font:17px/1.5 system-ui,-apple-system,Segoe UI,Roboto,sans-serif;-webkit-tap-highlight-color:transparent}h1{font-size:1.5rem;margin:.2rem 0 .8rem}.app{min-height:100vh;display:flex;flex-direction:column;max-width:640px;margin:0 auto}.app-header{position:sticky;top:0;z-index:10;background:#14342a;color:#fff;display:flex;align-items:center;gap:.8rem;padding:.7rem 1rem}.app-header .sub{display:block;font-size:.75rem;color:#a9c8b4}.logo{font-size:1.6rem}.net{margin-left:auto;font-size:.8rem;font-weight:600;display:inline-flex;align-items:center;gap:.4rem;padding:.25rem .7rem;border-radius:99px}.net-on{background:#2c5545;color:#d7f2e0}.net-off{background:#6b4f10;color:#ffe9ad}.net-dot{width:8px;height:8px;border-radius:50%;background:currentColor}.app-main{flex:1;padding:1rem;display:flex;flex-direction:column;gap:.9rem}.app-footer{text-align:center;color:var(--muted);font-size:.75rem;padding:1rem}.card{background:#fff;border-radius:var(--radius);box-shadow:0 1px 3px #1e32281f;padding:1.1rem;display:flex;flex-direction:column;gap:.8rem}.centre{align-items:center;text-align:center}.muted{color:var(--muted)}.error{color:var(--danger);font-weight:600}.req{color:var(--danger)}.mono{font-family:ui-monospace,monospace;font-size:.85em}.small{font-size:.82rem}.break{word-break:break-all}.big-icon{font-size:3rem;color:var(--accent)}.stack{display:flex;flex-direction:column;gap:.9rem}label{display:flex;flex-direction:column;gap:.35rem;font-weight:600;font-size:.95rem}input,select,textarea{font:inherit;padding:.85rem .9rem;border:2px solid #c6cfc4;border-radius:10px;background:#fff;min-height:52px;width:100%}input:focus-visible,select:focus-visible,textarea:focus-visible,button:focus-visible{outline:3px solid #7fb89a;outline-offset:1px}textarea{min-height:100px;resize:vertical}.btn-primary,.btn-outline{font:inherit;font-weight:700;border-radius:12px;cursor:pointer;padding:.9rem 1.2rem;min-height:56px;border:2px solid transparent;width:100%}.btn-primary{background:var(--accent);color:#fff}.btn-primary:disabled{background:#b9cec2;cursor:default}.btn-outline{background:#fff;border-color:var(--accent);color:var(--accent-dark)}.btn-outline:disabled{opacity:.5;cursor:default}.nav-row{margin-top:.4rem;gap:.7rem}.nav-row button{width:auto;flex:1}.progress{display:flex;gap:.2rem}.progress-step{flex:1;text-align:center;font-size:.68rem;color:var(--muted)}.progress-dot{display:block;height:6px;border-radius:3px;background:var(--line);margin-bottom:.25rem}.progress-step.done .progress-dot{background:var(--accent)}.progress-step.done{color:var(--accent-dark);font-weight:600}.signature-block{display:flex;flex-direction:column;gap:.6rem}.signature-canvas{width:100%;height:180px;border:2px dashed #a9b8a9;border-radius:12px;background:#fff;touch-action:none}.kiosk-bar{flex-direction:row;align-items:center;gap:.7rem;flex-wrap:wrap}.kiosk-bar button{width:auto}.pairing-code .code-big{font-size:2.4rem;font-weight:800;letter-spacing:.2em;font-family:ui-monospace,monospace;color:var(--accent-dark)}.chip{display:inline-flex;align-items:center;gap:.35rem;font-size:.78rem;font-weight:700;border-radius:99px;padding:.2rem .7rem;background:#eef2ee;color:var(--muted)}.chip-dot{width:8px;height:8px;border-radius:50%;background:currentColor}.chip-open{color:#1d5d3f;background:#e2efe7}.chip-off,.chip-pending{color:#6b4f10;background:#f6efdb}.file-list{list-style:none;padding:0;margin:0;font-size:.85rem;color:var(--muted)}.file-label input{min-height:auto;padding:.6rem}.item-cards{list-style:none;margin:.4rem 0;padding:0;display:grid;gap:.7rem}.item-card{border:1px solid #dfe7e2;border-radius:10px;padding:.7rem .8rem;background:#fbfdfb}
