:root{--blue:#0056A6;--green:#78b82a;--dark:#172033;--red:#dc2626;--orange:#f59e0b;--soft:#f3f7fb}*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--soft);color:var(--dark)}.brand{background:white;text-align:center;padding:22px 12px;border-bottom:5px solid var(--blue);box-shadow:0 2px 12px #0001}.brand img{width:110px;max-height:110px;object-fit:contain}.brand h1{margin:10px 0 2px;font-size:28px;color:var(--blue)}.brand h2{margin:0;font-size:19px}.brand p{margin:8px 0 0;font-weight:bold;color:#334}.wrap{max-width:1050px;margin:24px auto;padding:0 16px}.card{background:white;border-radius:16px;padding:24px;box-shadow:0 8px 30px #0001;margin-bottom:18px}.notice{background:#fff1f2;border:2px solid var(--red);border-radius:14px;padding:18px;margin-bottom:18px}.notice h2{color:var(--red);margin-top:0}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.field label{font-weight:bold;display:block;margin-bottom:6px}.field input,.field select{width:100%;padding:13px;border:1px solid #cbd5e1;border-radius:10px;font-size:16px}.hint{font-size:13px;color:#64748b;margin-top:4px}.btn{border:0;border-radius:10px;background:var(--blue);color:white;padding:13px 18px;font-weight:bold;cursor:pointer;text-decoration:none;display:inline-block}.btn.green{background:#16a34a}.btn.red{background:var(--red)}.btn.gray{background:#64748b}.btn:disabled{opacity:.5;cursor:not-allowed}.footer{text-align:center;color:#475569;padding:24px;font-size:14px}.exam-top{position:sticky;top:0;z-index:2;background:white;border-bottom:4px solid var(--blue);padding:10px 18px;box-shadow:0 2px 10px #0001;display:flex;align-items:center;gap:16px;justify-content:space-between}.exam-top img{width:55px}.timer{font-size:30px;font-weight:bold;color:#16a34a}.timer.orange{color:var(--orange)}.timer.red{color:var(--red);animation:blink 1s infinite}@keyframes blink{50%{opacity:.25}}.qbox{font-size:20px;line-height:1.55}.opts label{display:block;border:1px solid #dbe3ef;border-radius:12px;padding:13px;margin:10px 0;cursor:pointer}.opts label:hover{background:#f8fafc}.navgrid{display:flex;flex-wrap:wrap;gap:7px;margin:14px 0}.navgrid button{width:38px;height:36px;border:0;border-radius:8px;background:#cbd5e1;cursor:pointer}.navgrid button.answered{background:#16a34a;color:white}.navgrid button.current{background:var(--blue);color:white}.progress{height:14px;background:#dbeafe;border-radius:20px;overflow:hidden}.progress span{display:block;height:100%;background:var(--green);width:0}.result-big{text-align:center;font-size:42px;color:var(--blue);font-weight:bold}.adminbar{background:#0f172a;color:white;padding:12px 18px}.adminbar a{color:white;margin-right:14px;text-decoration:none;font-weight:bold}.stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.stat{background:white;border-left:6px solid var(--blue);border-radius:12px;padding:18px;box-shadow:0 4px 16px #0001}.stat b{font-size:28px;display:block}.tablewrap{overflow:auto}table{width:100%;border-collapse:collapse;background:white}th,td{border:1px solid #e2e8f0;padding:10px;text-align:left}th{background:#eff6ff;color:#0f3970}.danger{color:var(--red);font-weight:bold}@media(max-width:760px){.grid,.stats{grid-template-columns:1fr}.brand h1{font-size:22px}.exam-top{display:block;text-align:center}.timer{font-size:24px}}
