:root{--brand: #799ea6;--brand-600: #6b8f97;--brand-700: #5f828a;--bg-base: #f8fbfb;--bg: #f8fbfb;--card: #10181c;--text: #e6eef2;--muted: #9fb2ba;--error: #ff6b6b;--ring: rgba(121,158,166,.45);--sep: #dbe6ea;--ink: #1c1e21;--active: rgba(121, 158, 166, .12);--danger: #d64545;--success: #22c55e}*{box-sizing:border-box;font-family:Roboto Condensed,sans-serif}body{margin:0}.field ngx-editor,.field .NgxEditor{display:block;width:100%}.field.content-editor{margin-top:20px}.NgxEditor__MenuBar{border-radius:10px;background:#fff;padding:6px;margin-bottom:8px;display:flex;flex-wrap:wrap;gap:6px}.NgxEditor__Seperator{width:1px;height:22px;background:var(--sep);margin:0 6px;opacity:.8}.NgxEditor__MenuItem{border:1px solid var(--sep);background:#fff;color:var(--ink);border-radius:8px;height:36px;min-width:40px;font-size:1.1rem;line-height:28px;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:background .12s ease,border-color .12s ease,box-shadow .12s ease;padding:0}.NgxEditor__MenuItem:hover{background:#f7fbfc;border-color:#799ea666}.NgxEditor__MenuItem.NgxEditor__MenuItem--Active{background:var(--active);border-color:#799ea699;box-shadow:0 0 0 2px #799ea626 inset}.NgxEditor__Dropdown{border:1px solid var(--sep);background:#fff;color:var(--ink);border-radius:8px;height:30px;padding:0 8px}.NgxEditor__Content{border:1px solid var(--sep);border-radius:10px;background:#fff;color:var(--ink);padding:10px 12px;min-height:220px;line-height:1.55;transition:box-shadow .12s ease,border-color .12s ease}.NgxEditor__Content:focus,.NgxEditor__Content .ProseMirror:focus{outline:none;border-color:#799ea699;box-shadow:0 0 0 3px #799ea62e}.NgxEditor__Content .ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);color:var(--muted);float:left;height:0;pointer-events:none}.NgxEditor__Content h1,.NgxEditor__Content h2,.NgxEditor__Content h3{color:var(--ink);margin:.6em 0 .4em}.NgxEditor__Content p{margin:.5em 0}.NgxEditor__Content a{color:var(--brand);text-decoration:underline}.NgxEditor__Content ul,.NgxEditor__Content ol{padding-left:1.2rem;margin:.4em 0 .6em}.NgxEditor__Content blockquote{border-left:3px solid var(--sep);padding-left:10px;color:var(--muted);margin:.6em 0}.NgxEditor__Content code{background:#f5f7f8;border:1px solid var(--sep);border-radius:6px;padding:2px 6px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.92em}.NgxEditor__Content pre{background:#f5f7f8;border:1px solid var(--sep);border-radius:8px;padding:10px;overflow:auto}.grid.disabled .NgxEditor__MenuItem,.grid.disabled .NgxEditor__Dropdown{pointer-events:none;opacity:.6}.grid.disabled .NgxEditor__Content{background:#fafcfc}.field.has-error .NgxEditor__Content{border-color:var(--danger);box-shadow:0 0 0 3px #e64a4a26}.field.has-success .NgxEditor__Content{border-color:var(--success);box-shadow:0 0 0 3px #32be7829}@media (max-width: 640px){.NgxEditor__MenuBar{padding:6px;gap:4px}.NgxEditor__MenuItem{height:28px;padding:0 8px;font-size:.86rem}}
