:root{font-family:system-ui,sans-serif;color:#193341;background:#f3f6f5}*{box-sizing:border-box}body{margin:0}header{background:#123e48;color:white;padding:30px max(5vw,20px);display:grid;gap:12px}header span{font-size:12px;letter-spacing:2px;color:#a8d9cf}header strong{font-size:28px}main{max-width:1050px;margin:30px auto;padding:0 20px}#status{color:#596f77;margin-bottom:18px}.box,.card{background:white;border:1px solid #d6e2df;border-radius:12px;padding:24px;margin-bottom:20px}h1{font-size:25px;line-height:1.45}h2{font-size:20px}.tag{background:#e6f4ef;padding:7px 12px;border-radius:5px;display:inline-block}.cards{display:grid;grid-template-columns:1fr 1fr;gap:18px}.card{margin:0;line-height:1.7}.badge{background:#123e48;color:white;border-radius:50%;display:inline-grid;place-items:center;width:34px;height:34px;font-weight:700}.full-media{display:block;width:100%;max-height:520px;object-fit:contain;background:#eef1f2;margin:15px 0}button{background:#14675e;color:white;border:0;border-radius:7px;padding:14px 25px;font-weight:600;font-size:16px;cursor:pointer}button:disabled{opacity:.5;cursor:wait}fieldset{border:0;padding:12px 0}label{display:inline-block;margin:8px 15px 8px 0;padding:8px;background:#f3f6f5;border-radius:5px}input{margin-right:8px}footer{max-width:1010px;margin:35px auto;padding:15px;color:#596f77;font-size:13px}p{line-height:1.7}a{color:#14675e}@media(max-width:700px){.cards{grid-template-columns:1fr}header strong{font-size:23px}}
