:root{font-family:system-ui,-apple-system,"Segoe UI",sans-serif;color:#182938;background:#f4f7fa;line-height:1.6;font-size:16px}*{box-sizing:border-box}body{margin:0}main{max-width:1160px;margin:auto;padding:36px 24px}header{margin-bottom:32px}h1{font-size:2rem;line-height:1.25;margin:0 0 12px}h2{font-size:1.2rem;margin:0 0 12px}p{margin:8px 0 16px}section{background:white;border:1px solid #d5dfe8;border-radius:12px;padding:24px;margin-bottom:24px}.columns{display:grid;grid-template-columns:1fr 1fr;gap:24px}.fields{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}label{font-weight:600}input,select,button{font:inherit}input,select{display:block;width:100%;min-height:44px;border:1px solid #7b8f9f;border-radius:6px;background:white;padding:8px;margin-top:6px}button{border:1px solid #17658a;border-radius:6px;padding:10px 16px;background:#0c5b85;color:white;cursor:pointer;min-height:44px}button:disabled{background:#edf1f4;color:#596875;border-color:#cbd5dd;cursor:default}button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #efac1a;outline-offset:2px}.actions{display:flex;gap:10px;flex-wrap:wrap;margin:16px 0}.note{color:#4e6474;font-size:.9rem}.mono{font-family:ui-monospace,monospace;overflow-wrap:anywhere;font-size:.85rem}canvas,video,#preview img{display:block;max-width:100%;height:auto;border:1px solid #d5dfe8}#qr{background:white;width:100%;image-rendering:pixelated}#camera{width:100%}#camera[hidden]{display:none}#preview{margin:20px 0}#preview canvas{background:white}#status{font-weight:700;color:#075374}pre{white-space:pre-wrap;overflow-wrap:anywhere;font-size:.8rem;max-height:300px;overflow:auto}footer{color:#465a6b}a{color:#075f8d}@media(max-width:760px){main{padding:24px 16px}.columns{grid-template-columns:1fr;gap:0}.fields{grid-template-columns:1fr 1fr}section{padding:20px}h1{font-size:1.7rem}}@media(max-width:400px){.fields{grid-template-columns:1fr}button{padding:10px 12px}}
