body { font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial; background:#f6f7f9; margin:0; }
.wrap { max-width: 980px; margin: 0 auto; padding: 16px; }
.top { display:flex; align-items:center; justify-content:space-between; gap:16px; margin-bottom: 12px; }
.brand { font-weight:700; }
.nav a { margin-right: 10px; text-decoration:none; color:#0b3d91; }
.linkbtn { background:none; border:none; color:#0b3d91; cursor:pointer; padding:0; font:inherit; }
.card { background:#fff; border:1px solid #e6e8ee; border-radius:12px; padding: 16px; }
.msg { background:#fff6d6; border:1px solid #ffe08a; border-radius:10px; padding:10px 12px; margin: 12px 0; }
input { width:100%; padding:10px; border:1px solid #d7dbe6; border-radius:10px; margin:6px 0 12px; }
button { padding:10px 12px; border-radius:10px; border:1px solid #d7dbe6; background:#0b3d91; color:#fff; cursor:pointer; }
table { width:100%; border-collapse:collapse; margin-top:10px; }
th, td { border-bottom:1px solid #eef1f6; padding:8px; text-align:left; font-size:14px; }
.ua { max-width: 420px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.kv { display:flex; gap:10px; margin: 8px 0; }
.kv b { width:120px; }
.foot { margin-top: 14px; font-size: 13px; color:#667; }
