.editor-shell { width: min(880px, calc(100% - 32px)); margin: 24px auto 80px; color: #142033; }
.editor-shell h1 { font-size: clamp(1.9rem,5vw,3rem); }
.editor-shell p { line-height: 1.55; }
.editor-shell form, .editor-shell fieldset { min-width: 0; border: 1px solid #c5cdd7; border-radius: 16px; background: white; padding: 20px; }
.editor-shell label { display: block; font-weight: 700; margin: 16px 0 8px; }
.editor-shell input, .editor-shell textarea, .editor-shell select { display: block; width: 100%; max-width: 100%; min-height: 48px; border: 1px solid #8492a2; border-radius: 10px; padding: 12px; font: inherit; font-size: 16px; background: white; color: #142033; box-sizing: border-box; }
.editor-shell button, .editor-shell a { min-height: 44px; padding: 12px 16px; border: 1px solid #a5b2c1; border-radius: 10px; background: white; color: #142033; font: inherit; font-weight: 700; cursor: pointer; }
.editor-shell button:disabled { opacity: .55; cursor: wait; }
.editor-shell button[aria-pressed="true"], .editor-shell button[data-publish="true"] { color: white; background: #0b1f3a; }
.editor-shell :focus-visible { outline: 3px solid #ac7100; outline-offset: 3px; }
.editor-toolbar, .editor-tabs, .editor-save-bar { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0; }
.editor-record { border: 1px solid #c5cdd7; border-radius: 14px; background: white; padding: 16px; margin-bottom: 12px; overflow-wrap: anywhere; }
.editor-record h3 { margin: 0 0 8px; font-size: 1.1rem; }
.editor-record small { display: block; margin-bottom: 12px; }
.editor-record button { margin: 0 8px 6px 0; }
.editor-media-row { padding: 16px; border: 1px solid #c5cdd7; border-radius: 12px; margin-bottom: 16px; }
.editor-shell [hidden] { display: none !important; }
#editor-form { margin-top: 24px; scroll-margin-top: 20px; }
#editor-login button { margin-top: 16px; }
.editor-save-bar { position: sticky; bottom: 0; background: #fff; padding: 12px 0; border-top: 1px solid #c5cdd7; }
.team-editor-link { text-align: center; padding: 24px; }
.team-editor-link a { display: inline-block; padding: 12px; color: #164e7a; background: #fff; border-radius: 10px; }
@media(max-width:600px) { .editor-shell form, .editor-shell fieldset { padding: 14px; } .editor-save-bar button { flex: 1; } .editor-tabs button { flex: 1; } }
