.editor-brand{text-decoration:none}.editor-link{text-decoration:none;display:inline-flex;align-items:center}.editor-shell{max-width:1280px}.editor-hero{display:grid;grid-template-columns:1fr auto;gap:28px;align-items:end;padding:56px 0 28px}.editor-hero h1{font-size:clamp(40px,5vw,62px)}.editor-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.editor-toolbar{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:14px;margin-bottom:16px}.editor-toolbar label,.editor-import label{display:grid;gap:6px;color:var(--muted);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.editor-toolbar input,.editor-toolbar select,.editor-import textarea{width:100%;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink);padding:11px 12px;font:inherit;text-transform:none;letter-spacing:0}.editor-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:16px 0}.editor-import{display:grid;grid-template-columns:1fr 1.4fr auto;gap:14px;align-items:end;margin-bottom:16px}.editor-import strong{display:block}.editor-import p{margin:6px 0 0;color:var(--muted);font-size:13px}.editor-list{display:grid;gap:14px;margin-bottom:70px}.editor-card{background:var(--card);border:1px solid var(--line);border-radius:20px;padding:22px;box-shadow:var(--shadow)}.editor-card.edited{border-color:#7fc4f4;background:#fbfdff}.editor-card-header{display:flex;justify-content:space-between;gap:18px;margin-bottom:14px}.editor-card-meta{display:flex;gap:8px;flex-wrap:wrap;align-items:center;color:var(--muted);font-size:12px}.editor-pill{padding:5px 8px;border-radius:99px;background:var(--sage);color:var(--green);font-weight:700}.editor-flag{padding:5px 8px;border-radius:99px;background:#f1f5f9;color:var(--muted);font-weight:700}.editor-card-actions{display:flex;gap:8px;align-items:start}.icon-button{border:1px solid var(--line);background:#fff;color:var(--green);border-radius:10px;padding:8px 10px;font-size:12px;font-weight:700}.icon-button.danger{color:#8a3029}.editor-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.editor-field{display:grid;gap:8px}.editor-field.full{grid-column:1/-1}.editor-field label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:700}.editor-field textarea{width:100%;min-height:110px;resize:vertical;border:1px solid var(--line);border-radius:13px;padding:13px;font:inherit;color:var(--ink);background:#fff}.editor-field textarea:focus,.editor-toolbar input:focus,.editor-toolbar select:focus,.editor-import textarea:focus{outline:2px solid #b9def8;border-color:#7fc4f4}.readonly-box{min-height:110px;border:1px dashed var(--line);border-radius:13px;padding:13px;background:#f8fbfe;color:var(--muted);white-space:pre-wrap}.readonly-box.case-context{min-height:auto;border-left:3px solid var(--green);background:#f0f8ff;color:#526477}.editor-answers{display:grid;grid-template-columns:1fr 1fr;gap:10px}.editor-answer{display:grid;gap:6px;border:1px solid var(--line);border-radius:14px;padding:12px;background:#fff}.editor-answer.correct{border-color:#84c79a;background:#eaf7ee}.editor-answer.changed{border-color:#7fc4f4}.editor-answer label{color:var(--green)}.editor-answer textarea{min-height:76px}.editor-warning{max-width:none;margin:0 0 16px;text-align:left}.empty-editor{padding:44px;text-align:center;color:var(--muted)}@media(max-width:900px){.editor-hero,.editor-toolbar,.editor-import{grid-template-columns:1fr}.editor-actions{justify-content:flex-start}.editor-summary{grid-template-columns:1fr 1fr}.editor-grid,.editor-answers{grid-template-columns:1fr}.editor-card-header{display:block}.editor-card-actions{margin-top:12px}}@media(max-width:560px){.editor-summary{grid-template-columns:1fr}}
