@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap');
:root{font-family:'DM Sans',system-ui,sans-serif;color:#163a35;background:#f3f6f3;font-synthesis:none}*{box-sizing:border-box}body{margin:0}main{max-width:1120px;margin:auto;padding:30px 28px}header,.heading,.submit{display:flex;justify-content:space-between;align-items:center;gap:24px}header{margin-bottom:62px}.brand{color:inherit;text-decoration:none;display:flex;align-items:center;gap:12px;font-size:30px;font-weight:700}.brand span{font-size:20px}.badge{font-size:10px;letter-spacing:2px;background:#e2ece5;padding:8px 12px;border-radius:20px}.eyebrow{font-size:11px;letter-spacing:2px;font-weight:700;color:#65847a}h1{font-size:40px;letter-spacing:-1.5px;margin:12px 0}h2{font-size:21px;margin:12px 0}p{color:#73837c;font-size:14px;line-height:1.65}.heading{margin-bottom:28px}.card{background:white;border:1px solid #dde6de;border-radius:20px;padding:28px;box-shadow:0 6px 18px #193d2603}.layout{display:grid;grid-template-columns:1fr 1fr;gap:22px}.submit{margin-top:22px}.submit p{margin-bottom:0}button{font:inherit;font-size:14px;font-weight:600;border:0;border-radius:10px;background:#20785e;color:white;padding:14px 20px;cursor:pointer}button:hover{filter:brightness(.94)}button:disabled{opacity:.45;cursor:not-allowed}.secondary{background:#edf3ed;color:#31594b}.dark{background:#183d35}.actions{display:flex;gap:10px}.note{font-size:12px}.choices{display:flex;gap:12px;margin:22px 0}.choices label{flex:1;border:1px solid #dce6dd;border-radius:12px;padding:14px;font-size:14px;cursor:pointer}.choices label:has(:checked){border-color:#20785e;background:#f0f7f1}small{display:block;color:#78867d;font-size:11px;margin:6px 0 0 22px}input{accent-color:#20785e}#mapBox,.placeholder{border-radius:12px;background:#f3f6f1;min-height:238px;text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:22px}#mapBox{background-color:#edf2e9;background-image:linear-gradient(#dce5d755 1px,transparent 1px),linear-gradient(90deg,#dce5d755 1px,transparent 1px);background-size:28px 28px}.mapIcon,.placeholder>span{font-size:40px;color:#819987;margin-bottom:12px}#mapBox p,.placeholder p{font-size:12px}iframe{width:100%;height:260px;border:0;border-radius:12px}.gate{max-width:440px;margin:0 auto;text-align:center}.gate .actions{justify-content:center}#pattern{width:300px;height:300px;margin:12px auto;position:relative;display:grid;grid-template-columns:repeat(3,1fr);touch-action:none}#pattern button{width:48px;height:48px;border:8px solid white;border-radius:50%;background:#dee8df;color:#496453;margin:auto;z-index:1;padding:0}#pattern button.selected{background:#20785e;color:white}svg{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}polyline{stroke:#78b9a0;stroke-width:7;fill:none;stroke-linecap:round;stroke-linejoin:round}#sequence{font-size:12px}video,img{width:100%;max-height:260px;object-fit:cover;border-radius:12px}#capture{margin-top:12px}#message,#gateMessage,#cameraMessage{white-space:pre-wrap;color:#966322;padding:8px 0;font-size:14px}pre{white-space:pre-wrap;overflow-wrap:anywhere;background:#e6eee7;padding:18px;border-radius:12px;font-size:12px}footer{text-align:center;font-size:11px;color:#92a095;margin-top:42px}footer span{margin:0 5px}[hidden]{display:none!important}@media(max-width:700px){main{padding:22px 16px}header{margin-bottom:32px}h1{font-size:30px}.layout{grid-template-columns:1fr}.heading,.submit{align-items:flex-start;flex-direction:column}.card{padding:22px}.submit .actions{width:100%}.submit button{flex:1}.gate{padding:20px 8px}}
