
.soes-app{font-family:Arial,sans-serif;max-width:1200px;margin:20px auto;border:1px solid #ddd;background:#fff;color:#222;box-shadow:0 2px 12px rgba(0,0,0,.08)}
.soes-header{background:#0758a8;color:#fff;padding:16px 20px;display:flex;justify-content:space-between;font-size:18px}
.soes-timer span{font-weight:bold;background:#fff;color:#c62828;padding:6px 10px;border-radius:4px;margin-left:6px}
.soes-layout{display:grid;grid-template-columns:1fr 300px;min-height:520px}.soes-main{padding:25px;border-right:1px solid #ddd}.soes-sidebar{padding:20px;background:#f8fafc}
.soes-candidate{margin-bottom:20px}.soes-candidate input{padding:9px;width:260px;max-width:100%;border:1px solid #bbb;border-radius:4px}
.soes-question{display:none}.soes-question.active{display:block}.q-title{font-size:19px;line-height:1.6;margin-bottom:25px}.q-title small{color:#666;font-size:13px}
.soes-options label{display:block;padding:12px 14px;border:1px solid #ddd;margin:10px 0;border-radius:5px;cursor:pointer}.soes-options label:hover{background:#f2f7ff}
.soes-options input{margin-right:10px}.soes-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:35px}
.soes-actions button,.soes-submit{border:0;padding:12px 17px;border-radius:4px;cursor:pointer;font-weight:bold}.soes-prev{background:#666;color:#fff}.soes-review{background:#7b1fa2;color:#fff}.soes-save{background:#087f23;color:#fff}.soes-submit{width:100%;margin-top:20px;background:#d32f2f;color:#fff;font-size:16px}
.soes-palette{display:flex;gap:8px;flex-wrap:wrap}.soes-palette button{width:38px;height:38px;border:0;border-radius:5px;cursor:pointer;background:#e5e7eb}.soes-palette button.answered{background:#1b8f3a;color:#fff}.soes-palette button.review{background:#7b1fa2;color:#fff}.soes-palette button.unanswered{background:#d32f2f;color:#fff}.soes-palette button.current{outline:3px solid #0758a8}
.soes-legend{font-size:13px;margin-top:18px}.soes-legend i{display:inline-block;width:14px;height:14px;border-radius:3px;vertical-align:middle;margin-right:5px;background:#e5e7eb}.soes-legend .answered{background:#1b8f3a}.soes-legend .review{background:#7b1fa2}.soes-legend .unanswered{background:#d32f2f}
.soes-result{padding:40px;text-align:center}.soes-result h2{font-size:28px}.soes-result .score{font-size:42px;font-weight:bold;color:#087f23}
@media(max-width:800px){.soes-layout{grid-template-columns:1fr}.soes-main{border-right:0}.soes-sidebar{border-top:1px solid #ddd}.soes-header{font-size:14px}.soes-timer span{padding:4px}.soes-main{padding:16px}}
