*{box-sizing:border-box}body{margin:0;font:15px system-ui,sans-serif;color:#172033;background:#f6f7f8}header{padding:14px 20px;background:#132a3a;color:white;display:flex;align-items:center;gap:12px;flex-wrap:wrap}h1{font-size:20px;margin:0}header p{margin:0;color:#cbd5dc}button,a{border:0;border-radius:5px;padding:8px 10px;font:inherit;cursor:pointer}button:disabled{cursor:wait;opacity:.55}a{background:#e7eef1;color:#132a3a;text-decoration:none}#message{font-size:13px}main{display:grid;grid-template-columns:minmax(500px,2fr) minmax(300px,1fr);height:calc(100vh - 125px)}#map{height:100%}aside{padding:18px;overflow:auto;background:white}aside h2{margin-top:0}#image{width:100%;max-height:360px;object-fit:contain;background:#eee}textarea,input{width:100%;margin:10px 0}textarea{height:65px}input{height:36px;border:1px solid #94a3b8;border-radius:4px;padding:6px}#reject{background:#fee2e2;color:#991b1b}#accept{background:#166534;color:white;margin-left:8px}footer{position:fixed;bottom:0;width:100%;padding:6px 20px;background:#132a3a;color:#dbe6eb;font-size:12px}@media(max-width:800px){main{grid-template-columns:1fr;height:auto}#map{height:52vh}footer{position:static}}
