:root{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:#10212c;background:#f3f6f8}*{box-sizing:border-box}body{margin:0}.top{background:#081824;color:#fff;padding:16px 24px;display:flex;justify-content:space-between;align-items:center;gap:20px}.top strong{font-size:20px}.top .muted{margin-left:10px;color:#a9bdc9}.top a{color:#fff}.wrap{max-width:1180px;margin:0 auto;padding:28px 20px 50px}h1{margin:14px 0 24px;font-size:30px}h2{margin-top:0}.back{display:inline-flex;padding:10px 14px;background:#fff;border:1px solid #ccd7de;border-radius:8px;color:#123d56;text-decoration:none;font-weight:700}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:16px}.tile,.panel{background:#fff;border:1px solid #dbe3e8;border-radius:12px;padding:20px;box-shadow:0 2px 8px rgba(0,0,0,.04)}.tile{text-decoration:none;color:#10212c;display:block}.tile:hover{border-color:#2c779f;transform:translateY(-1px)}.tile strong{display:block;font-size:19px;margin-bottom:7px}.tile span{color:#526874;line-height:1.45}.form-row{margin-bottom:16px}label{display:block;font-weight:700;margin-bottom:7px}input[type=text],input[type=password],input[type=url],textarea,select{width:100%;border:1px solid #bdcbd4;border-radius:8px;padding:11px 12px;font:inherit;background:#fff}textarea{min-height:92px;resize:vertical}.button,button{display:inline-block;border:0;border-radius:8px;padding:11px 16px;background:#236b3b;color:#fff;font-weight:700;text-decoration:none;cursor:pointer}.button.secondary,button.secondary{background:#e9f0f4;color:#123b25}.danger{background:#ad2c2c!important}.alert{padding:12px 14px;border-radius:8px;margin:12px 0;background:#eaf5eb;border:1px solid #a9d3ae}.alert.error{background:#fff0f0;border-color:#e1b0b0}.alert.info{background:#edf5fb;border-color:#b9d3e4}.muted{color:#667b87}.small{font-size:13px}.toolbar{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin:12px 0 20px}.field-card{background:#fff;border:1px solid #d9e2e7;border-radius:10px;padding:14px;margin:10px 0}.field-card .tag{display:inline-block;font-size:12px;background:#e7eff4;color:#385767;padding:3px 7px;border-radius:999px;margin-bottom:6px}.two{display:grid;grid-template-columns:1fr 1fr;gap:16px}.table{width:100%;border-collapse:collapse;background:#fff}.table th,.table td{padding:11px;border-bottom:1px solid #e0e7eb;text-align:left;vertical-align:top}.badge{display:inline-block;padding:3px 8px;border-radius:999px;background:#e4eef5;font-size:12px;font-weight:700}.docrow{display:grid;grid-template-columns:1.2fr 1fr 1.4fr auto;gap:10px;align-items:end;padding:14px 0;border-bottom:1px solid #e0e7eb}.imgrow{display:grid;grid-template-columns:120px 1fr 1fr;gap:16px;align-items:center;padding:14px 0;border-bottom:1px solid #e0e7eb}.imgrow img{max-width:110px;max-height:80px;object-fit:contain;background:#eef3f5;border-radius:7px}.search{max-width:460px}@media(max-width:760px){.top{align-items:flex-start;flex-direction:column}.two,.docrow,.imgrow{grid-template-columns:1fr}.wrap{padding:20px 14px}.table{display:block;overflow:auto}}
.editor-toolbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:10px;flex-wrap:wrap;background:#f3f6f8;padding:10px 0 12px;border-bottom:1px solid #d7e0e5;margin-bottom:12px}.editor-toolbar .editor-state{margin-left:auto;font-size:13px;color:#607580;font-weight:700}.editor-toolbar .editor-state.is-dirty{color:#9a5b00;background:#fff2ce;padding:6px 9px;border-radius:999px}.live-editor-shell{background:#dce4e8;border:1px solid #c7d2d8;border-radius:12px;padding:12px}.live-editor-frame{display:block;width:100%;height:76vh;min-height:650px;border:1px solid #b9c6cc;border-radius:8px;background:#fff}.editor-side-panel{margin:12px 0}.sectionbar{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.sectionbar h2{margin:0}@media(max-width:760px){.editor-toolbar .editor-state{margin-left:0;width:100%}.live-editor-frame{height:70vh;min-height:520px}}
.audit-users{display:grid;gap:10px;margin:18px 0 24px}.audit-user-button{width:100%;display:flex;justify-content:space-between;align-items:center;gap:16px;text-align:left;background:#fff;color:#10212c;border:1px solid #cbd9d0;padding:14px 16px}.audit-user-button:hover,.audit-user-button.is-active{background:#eaf5eb;border-color:#5d9a6e}.audit-user-button span{font-size:17px;font-weight:800}.audit-user-button small{color:#5f7469;font-weight:700}.audit-user-panel{margin-top:22px}.audit-entry{background:#fff;border:1px solid #dbe3e8;border-radius:12px;padding:16px;margin:12px 0}.audit-entry-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.audit-entry-head time{white-space:nowrap;font-weight:700;color:#526874}.audit-details{margin-top:14px;border-top:1px solid #e3e9ec;padding-top:12px}.audit-change+.audit-change{margin-top:14px;padding-top:14px;border-top:1px dashed #d5dee3}.audit-before-after{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:8px}.audit-before-after>div{min-width:0}.audit-before-after span{display:block;font-size:12px;font-weight:800;text-transform:uppercase;color:#687b85;margin-bottom:5px}.audit-before-after pre{white-space:pre-wrap;word-break:break-word;margin:0;background:#f6f8f9;border:1px solid #e0e7eb;border-radius:8px;padding:10px;max-height:260px;overflow:auto;font:13px/1.45 ui-monospace,SFMono-Regular,Consolas,monospace}@media(max-width:760px){.audit-user-button,.audit-entry-head{align-items:flex-start;flex-direction:column}.audit-before-after{grid-template-columns:1fr}.audit-entry-head time{white-space:normal}}
