header{padding:14px 28px}
.records>input{display:none}
.records a[hidden]{display:none}
.workspace{grid-template-columns:160px minmax(0,1fr)}
.workspace aside{padding:24px 14px}
.workspace aside a{padding:10px 12px;border-radius:6px}
.workspace aside a:hover{background:#dfe5dc}
.workspace section{padding:24px 28px;min-width:0}
.section-head h1{margin:0;font-size:28px}
.section-head+p{margin:10px 0 20px;color:#727a70;font-size:13px}
.editor-grid{grid-template-columns:260px minmax(0,1fr);gap:20px;align-items:start}
.record-panel{background:#fff;border:1px solid #dfe3db;border-radius:10px;overflow:hidden}
.record-search{display:block;padding:14px;margin:0;font-size:12px;color:#687467}
.record-search input{margin-top:6px;width:100%;padding:10px}
.records{max-height:calc(100vh - 280px);overflow:auto;margin:0}
.records a{padding:12px 14px;border-left:3px solid transparent}
.records a.selected{background:#e8eee5;border-left-color:#385143;font-weight:600}
.records small{margin-top:4px;font-size:11px;font-weight:400}
.editor{padding:20px!important;max-width:820px}
.editor h2{margin:0 0 12px;font-size:20px}
.editor .hint{font-size:12px;margin:8px 0 14px}
.editor label{margin:0 0 12px}
.editor input,.editor select,.editor textarea{padding:9px 10px}
.editor textarea{min-height:70px;height:70px}
.editor input[type=file]{padding:8px}
.editor button{padding:9px 14px}
@media(max-width:900px){.workspace{grid-template-columns:1fr}.workspace aside{display:flex;align-items:center;gap:8px;padding:8px 16px}.workspace aside .eyebrow,.workspace aside hr{display:none}.editor-grid{grid-template-columns:210px minmax(0,1fr)}}
@media(max-width:620px){.workspace section{padding:18px 14px}.editor-grid{grid-template-columns:1fr}.records{max-height:180px}.workspace aside{flex-wrap:wrap}}

.records a.unpublished{background:#f1f2f1;color:#666}
.records a.unpublished small{color:#707070}
.records a:not(.unpublished)+a.unpublished{border-top:3px solid #c7cbc7}
.records a.unpublished:hover{background:#e7e9e7}
.records a.unpublished.selected{background:#e0e3e0;border-left-color:#747c74;color:#505650}
