/* Hibr v1.13.4.3 — admin HTML/CSS posts */
.admin-content-mode{margin:14px 0;padding:14px;border:1px solid #dbe7ea;border-radius:16px;background:#f8fbfc}
.admin-content-mode>label{display:block;font-weight:800;margin-bottom:9px;color:#173346}
.admin-content-mode-buttons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.admin-content-mode-buttons label{cursor:pointer;position:relative}
.admin-content-mode-buttons input{position:absolute;opacity:0;pointer-events:none}
.admin-content-mode-buttons span{display:flex;align-items:center;justify-content:center;min-height:44px;padding:9px 12px;border:1px solid #d8e5e8;border-radius:12px;background:#fff;font-weight:700;color:#294558;transition:.16s ease}
.admin-content-mode-buttons input:checked+span{background:#e7f6f5;border-color:#65bdb7;color:#075c63;box-shadow:0 0 0 2px rgba(25,155,144,.08)}
.admin-code-post{margin:14px 0 18px;padding:16px;border:1px solid #cfe3e4;border-radius:18px;background:#fbfdfd}
.admin-code-note{display:grid;gap:5px;padding:12px 14px;margin-bottom:14px;border-radius:13px;background:#eef9f8;color:#174752}.admin-code-note span{font-size:.88rem;color:#607982}
.code-post-area{display:block;width:100%;min-width:0;border:1px solid #d6e3e6;border-radius:13px;padding:14px;background:#0b1821;color:#dff7f5;font:14px/1.7 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;direction:ltr;text-align:left;resize:vertical;margin:7px 0 14px;tab-size:2}
.code-post-css{color:#e9e3ff}.admin-code-foot{font-size:.82rem;color:#6f858d}
.hibr-code-post-shell{width:100%;margin:18px 0;border-radius:18px;overflow:hidden;background:#fff;border:1px solid #dce7e9;box-shadow:0 8px 28px rgba(11,52,66,.05)}
.hibr-code-post-frame{display:block;width:100%;height:640px;border:0;background:#fff}
@media(max-width:760px){.admin-content-mode-buttons{grid-template-columns:1fr}.admin-code-post{padding:12px}.code-post-area{font-size:13px;padding:11px}.hibr-code-post-shell{margin-inline:0;border-radius:14px}.hibr-code-post-frame{height:560px}}
