*{box-sizing:border-box}body{margin:0;font-family:system-ui,Arial;background:#f6f6f6;color:#222}header{background:#fff;border-bottom:4px solid var(--p,#f58220);padding:14px 24px;display:flex;align-items:center;gap:18px}header img{height:48px;max-width:180px;object-fit:contain}nav{background:#222;padding:10px 24px}nav a{color:white;text-decoration:none;margin-right:18px}main{max-width:1180px;margin:24px auto;padding:0 18px}.card{background:#fff;border-radius:12px;padding:20px;margin-bottom:18px;box-shadow:0 2px 10px #0000000d}.btn{display:inline-block;background:var(--p,#f58220);color:#fff;border:0;border-radius:8px;padding:9px 14px;text-decoration:none;cursor:pointer}.danger{background:#a22}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:10px;border-bottom:1px solid #eee}input,select,textarea{width:100%;padding:9px;border:1px solid #ccc;border-radius:7px;margin:4px 0 10px}label{font-weight:600}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.badge{padding:4px 8px;border-radius:12px;background:#eee}.pending{background:#fff1c9}.approved{background:#d9f4df}.rejected{background:#ffdada}.notice{padding:12px 14px;border-radius:8px;margin:0 0 16px}.notice.ok{background:#d9f4df}.notice.error{background:#ffdada}.secondary{background:#666}.editor-toolbar{display:flex;gap:6px;flex-wrap:wrap;margin:4px 0 0}.editor-toolbar button{border:1px solid #ccc;background:#fff;border-radius:6px;padding:7px 10px;cursor:pointer}.rich-editor{min-height:220px;border:1px solid #ccc;border-radius:7px;padding:12px;margin-bottom:12px;background:#fff;line-height:1.5}.rich-editor:focus{outline:2px solid var(--p,#f58220);outline-offset:1px}.image-preview img{max-width:420px;max-height:220px;object-fit:cover;border-radius:8px;display:block;margin:6px 0}.thumb{width:100px;height:58px;object-fit:cover;border-radius:6px}.actions{display:flex;gap:6px;align-items:center}.actions form{margin:0}.table-wrap{overflow-x:auto}.checks{display:flex;gap:18px;align-items:center;flex-wrap:wrap}
