@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--bg-primary:#faf7ee;--bg-secondary:#fff;--bg-tertiary:#f0ebd8;--accent-green:#1a3b2b;--accent-green-glow:#1a3b2b0d;--accent-green-hover:#122c1f;--accent-amber:#b45309;--accent-amber-glow:#b453090d;--text-primary:#1c221f;--text-secondary:#33443c;--text-muted:#556b5f;--border-color:#2d3e35;--border-light:#4a5e53;--glass-bg:#fff;--glass-border:#2d3e35;--glass-blur:0px;--shadow-lg:none;--shadow-accent:none;--gradient-color-1:transparent;--gradient-color-2:transparent;--gradient-color-3:#fff;--input-bg:#fff;--input-bg-focus:#fff;--header-bg:#faf7ee;--footer-bg:#f0ebd8;--editor-toolbar-bg:#f0ebd8;--box-bg:#f0ebd8;--font-heading:"Georgia", "Times New Roman", serif;--font-body:"Inter", system-ui, sans-serif;--transition-smooth:none;--transition-fast:none}:root.dark{--bg-primary:#121614;--bg-secondary:#1a201c;--bg-tertiary:#242d27;--accent-green:#6fa687;--accent-green-glow:#6fa68714;--accent-green-hover:#5d9173;--accent-amber:#f59e0b;--accent-amber-glow:#f59e0b14;--text-primary:#f2ede9;--text-secondary:#c9c2bc;--text-muted:#8a968f;--border-color:#3b4c41;--border-light:#2c3b31;--glass-bg:#1a201c;--glass-border:#3b4c41;--glass-blur:0px;--shadow-lg:none;--shadow-accent:none;--gradient-color-1:transparent;--gradient-color-2:transparent;--gradient-color-3:#1a201c;--input-bg:#121614;--input-bg-focus:#121614;--header-bg:#121614;--footer-bg:#1a201c;--editor-toolbar-bg:#242d27;--box-bg:#242d27}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased;background-image:none;min-height:100vh;font-size:1.05rem;line-height:1.65}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--bg-tertiary);border:2px solid var(--bg-primary);border-radius:0}::-webkit-scrollbar-thumb:hover{background:var(--accent-green)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.01em;font-weight:700}a{color:var(--accent-green);text-decoration:underline}a:hover{color:var(--text-primary)}#root{flex-direction:column;min-height:100vh;display:flex}.container{width:100%;max-width:1040px;margin:0 auto;padding:0 1.5rem}@media (width<=640px){.container{padding:0 1rem}}.app-header{background:var(--header-bg);border-bottom:2px solid var(--border-color);z-index:100;padding:1.25rem 0;position:sticky;top:0}.header-wrapper{justify-content:space-between;align-items:center;display:flex}.logo-area{cursor:pointer;align-items:center;gap:.75rem;display:flex}.logo-icon{color:var(--accent-green)}.logo-title{font-size:1.5rem;font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-.02em;font-weight:700}.logo-subtitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;font-weight:500}.nav-actions{align-items:center;gap:.75rem;display:flex}.btn{cursor:pointer;border:2px solid var(--border-color);border-radius:0;align-items:center;gap:.5rem;padding:.7rem 1.4rem;font-size:.95rem;font-weight:600;display:inline-flex}.btn-primary{background:var(--accent-green);color:#fff;border-color:var(--accent-green)}.btn-primary:hover{background:var(--accent-green-hover);border-color:var(--accent-green-hover)}.btn-secondary{background:var(--bg-secondary);color:var(--text-primary);border-color:var(--border-color)}.btn-secondary:hover{background:var(--bg-tertiary)}.btn-ghost{color:var(--text-primary);background:0 0;border-color:#0000}.btn-ghost:hover{background:var(--bg-tertiary);border-color:var(--border-color)}.btn-amber{background:var(--accent-amber);color:#fff;border-color:var(--accent-amber)}.btn-amber:hover{background:#92400e;border-color:#92400e}.hero{text-align:center;border-bottom:1.5px solid var(--border-light);margin-bottom:2rem;padding:4rem 0 3rem;position:relative}.hero-title{color:var(--text-primary);font-size:3.2rem;font-weight:700;line-height:1.15;font-family:var(--font-heading);margin-bottom:.75rem}.hero-subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto 2rem;font-size:1.15rem}.search-container{max-width:600px;margin:0 auto;position:relative}.search-input{background:var(--bg-secondary);border:2px solid var(--border-color);width:100%;color:var(--text-primary);border-radius:0;outline:none;padding:.9rem 1.5rem .9rem 3.25rem;font-size:1.1rem}.search-input:focus{border-color:var(--accent-green);outline:2px solid var(--accent-green)}.search-icon{color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:1.25rem;transform:translateY(-50%)}.filters-bar{flex-wrap:wrap;justify-content:center;gap:.5rem;margin:2rem 0;display:flex}.filter-chip{cursor:pointer;background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-secondary);transition:var(--transition-fast);border-radius:0;padding:.4rem 1rem;font-size:.85rem}.filter-chip:hover{background:var(--bg-tertiary);border-color:var(--accent-green);color:var(--text-primary)}.filter-chip.active{background:var(--accent-green-glow);border-color:var(--accent-green);color:var(--accent-green);font-weight:500}.glass-card{background:var(--bg-secondary);border:2px solid var(--border-color);padding:1.75rem}.question-list{flex-direction:column;gap:1.25rem;margin-bottom:4rem;display:flex}.q-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;display:flex}.category-badge{text-transform:uppercase;letter-spacing:.05em;background:var(--bg-tertiary);border:1px solid var(--border-color);color:var(--text-muted);border-radius:0;padding:.2rem .6rem;font-size:.75rem;font-weight:600}.category-badge.insects{color:#f59e0b;background:#f59e0b0d;border-color:#f59e0b}.category-badge.plants{color:#10b981;background:#10b9810d;border-color:#10b981}.category-badge.marine-life{color:#3b82f6;background:#3b82f60d;border-color:#3b82f6}.category-badge.birds{color:#ec4899;background:#ec48990d;border-color:#ec4899}.category-badge.mammals{color:#8b5cf6;background:#8b5cf60d;border-color:#8b5cf6}.q-card-title{cursor:pointer;transition:var(--transition-fast);margin-bottom:.75rem;font-size:1.25rem;line-height:1.3}.q-card-title:hover{color:var(--accent-green)}.q-card-description{color:var(--text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:1.5rem;font-size:.9rem;display:-webkit-box;overflow:hidden}.q-card-footer{border-top:1px solid var(--border-light);color:var(--text-muted);justify-content:space-between;align-items:center;padding-top:1rem;font-size:.8rem;display:flex}.q-card-meta{align-items:center;gap:.25rem;display:flex}.q-card-btn{color:var(--accent-green);cursor:pointer;align-items:center;gap:.25rem;font-weight:500;display:inline-flex}.q-card-btn:hover{text-decoration:underline}.detail-view{margin:2rem auto 5rem;animation:.4s ease-out fadeIn}.detail-header{margin-bottom:2rem}.detail-title{margin:.75rem 0;font-size:2.25rem;line-height:1.2}.detail-meta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:1.5rem;font-size:.9rem;display:flex}.detail-body{grid-template-columns:2fr 1fr;gap:2rem;display:grid}@media (width<=900px){.detail-body{grid-template-columns:1fr}}.answer-content{font-size:1.05rem;line-height:1.7}.answer-content h3{color:var(--text-primary);margin:1.5rem 0 .75rem;font-size:1.3rem}.answer-content p{margin-bottom:1.2rem}.answer-content ul,.answer-content ol{margin:0 0 1.2rem 1.5rem}.answer-content li{margin-bottom:.5rem}.answer-content strong{color:var(--text-primary);font-weight:600}.answer-content em{font-style:italic}.sidebar-panel{flex-direction:column;gap:1.5rem;display:flex}.panel-title{border-bottom:1px solid var(--border-color);align-items:center;gap:.5rem;margin-bottom:.75rem;padding-bottom:.5rem;font-size:1.1rem;display:flex}.panel-list{font-size:.9rem;list-style:none}.panel-list li{align-items:flex-start;gap:.5rem;margin-bottom:.75rem;display:flex}.panel-list a{word-break:break-all;-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.modal-overlay{-webkit-backdrop-filter:blur(8px);z-index:1000;background:#030605d9;justify-content:center;align-items:center;animation:.25s ease-out fadeIn;display:flex;position:fixed;inset:0}.modal-content{width:90%;max-width:580px;max-height:90vh;animation:.3s cubic-bezier(.16,1,.3,1) slideIn;position:relative;overflow-y:auto}.modal-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.modal-close-btn{color:var(--text-muted);cursor:pointer;transition:var(--transition-fast);background:0 0;border:none}.modal-close-btn:hover{color:var(--text-primary)}.form-group{margin-bottom:1.25rem}.form-label{color:var(--text-primary);margin-bottom:.5rem;font-size:.85rem;font-weight:500;display:block}.form-control{background:var(--bg-secondary);border:2px solid var(--border-color);width:100%;color:var(--text-primary);font-family:var(--font-body);border-radius:0;outline:none;padding:.75rem 1rem;font-size:1rem}.form-control:focus{border-color:var(--accent-green);outline:2px solid var(--accent-green)}textarea.form-control{resize:vertical;min-height:180px}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width<=640px){.form-row{grid-template-columns:1fr}}.editor-tabs{border-bottom:1px solid var(--border-color);margin-bottom:.75rem;display:flex}.editor-tab{cursor:pointer;color:var(--text-muted);transition:var(--transition-fast);border-bottom:2px solid #0000;padding:.4rem 1rem;font-size:.85rem}.editor-tab:hover{color:var(--text-secondary)}.editor-tab.active{color:var(--accent-green);border-bottom-color:var(--accent-green);font-weight:500}.editor-preview-box{background:var(--box-bg);border:1px dashed var(--border-color);border-radius:0;min-height:120px;max-height:300px;padding:1rem;font-size:.95rem;overflow-y:auto}.easymde-editor-wrapper .editor-toolbar{border:2px solid var(--border-color);background:var(--editor-toolbar-bg);opacity:1;border-bottom:none;border-radius:0;padding:.5rem}.easymde-editor-wrapper .editor-toolbar button{border:2px solid #0000;border-radius:0;color:var(--text-primary)!important}.easymde-editor-wrapper .editor-toolbar button:hover,.easymde-editor-wrapper .editor-toolbar button.active{background:var(--bg-tertiary)!important;border-color:var(--border-color)!important}.easymde-editor-wrapper .editor-toolbar button.active{background:var(--accent-green-glow)!important;border-color:var(--accent-green)!important;color:var(--accent-green)!important}.easymde-editor-wrapper .editor-toolbar i.separator{border-left:2px solid var(--border-color);border-right:none;margin:0 .5rem}.easymde-editor-wrapper .CodeMirror{font-size:1rem;border:2px solid var(--border-color)!important;background:var(--bg-secondary)!important;color:var(--text-primary)!important;font-family:var(--font-body)!important;border-radius:0!important}.easymde-editor-wrapper .CodeMirror-cursor{border-left:2px solid var(--text-primary)!important}.easymde-editor-wrapper .editor-preview-active-side,.easymde-editor-wrapper .editor-preview{background:var(--bg-primary)!important;color:var(--text-primary)!important;border-left:2px solid var(--border-color)!important;font-family:var(--font-body)!important}.easymde-editor-wrapper .editor-preview{border:2px solid var(--border-color)!important;border-radius:0!important}.easymde-editor-wrapper .editor-preview h1,.easymde-editor-wrapper .editor-preview h2,.easymde-editor-wrapper .editor-preview h3{font-family:var(--font-heading);margin-top:1rem;margin-bottom:.5rem}.easymde-editor-wrapper .editor-preview p{margin-bottom:1rem;line-height:1.65}.dashboard-container{margin:2.5rem auto 5rem;animation:.4s ease-out fadeIn}.dashboard-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.dashboard-tabs{border-bottom:1px solid var(--border-color);gap:.5rem;margin-bottom:2rem;padding-bottom:1px;display:flex}.dashboard-tab{cursor:pointer;color:var(--text-muted);transition:var(--transition-fast);border-bottom:2px solid #0000;padding:.75rem 1.25rem;font-weight:500}.dashboard-tab:hover{color:var(--text-secondary)}.dashboard-tab.active{color:var(--accent-green);border-bottom-color:var(--accent-green)}.dashboard-item{border:1px solid var(--border-color);background:var(--bg-secondary);transition:var(--transition-smooth);border-radius:0;margin-bottom:1.5rem;padding:1.5rem}.dashboard-item:hover{border-color:var(--accent-green)}.dash-item-header{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.dash-item-badge{color:var(--accent-amber);background:#f59e0b1a;border:1px solid #f59e0b33;border-radius:0;padding:.2rem .5rem;font-size:.75rem;font-weight:600}.dash-item-badge.draft{color:var(--text-muted);background:#ffffff0d;border:1px solid #ffffff1a}.dash-item-badge.approved{color:var(--accent-green);background:#10b9811a;border:1px solid #10b98140}.dash-item-actions{border-top:1px solid var(--border-light);justify-content:flex-end;gap:.75rem;margin-top:1.5rem;padding-top:1.25rem;display:flex}.merge-panel-grid{grid-template-columns:1fr 1fr;gap:1.5rem;margin:1rem 0;display:grid}@media (width<=768px){.merge-panel-grid{grid-template-columns:1fr}}.merge-column-title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.95rem}.merge-box{background:var(--input-bg);border:1px solid var(--border-color);border-radius:0;min-height:100px;padding:1rem;font-size:.9rem}.app-footer{border-top:1px solid var(--border-color);background:var(--footer-bg);text-align:center;color:var(--text-muted);margin-top:auto;padding:2.5rem 0;font-size:.9rem}.footer-text{margin-bottom:.5rem}.footer-links{justify-content:center;gap:1rem;display:flex}.empty-state{text-align:center;color:var(--text-muted);flex-direction:column;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.empty-state-icon{opacity:.3}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.3s ease-out fadeIn}.slide-in{animation:.3s ease-out slideIn}@media (width<=640px){.desktop-only{display:none!important}.hero-title{font-size:2.2rem}.hero-subtitle{margin-bottom:1.5rem;font-size:1rem}.detail-title{font-size:1.75rem}.app-header{padding:.75rem 0}}.tag-badge{font-size:.75rem;font-family:var(--font-body);border:1px solid var(--border-color);background:var(--bg-primary);color:var(--text-muted);cursor:pointer;padding:.2rem .6rem;text-decoration:none;display:inline-block}.tag-badge:hover{color:var(--text-primary);text-decoration:underline}.menu-backdrop{z-index:990;background:0 0;position:fixed;inset:0}.header-dropdown-menu{background:var(--bg-secondary);border:2px solid var(--border-color);z-index:1000;width:240px;padding:.5rem 0;animation:.2s cubic-bezier(.16,1,.3,1) slideDownIn;position:absolute;top:calc(100% + .75rem);right:0;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.dropdown-item{width:100%;color:var(--text-primary);font-family:var(--font-body);text-align:left;cursor:pointer;transition:var(--transition-fast);background:0 0;border:none;align-items:center;gap:.75rem;padding:.75rem 1.25rem;font-size:.95rem;font-weight:500;display:flex}.dropdown-item:hover{background:var(--bg-tertiary);color:var(--accent-green)}.dropdown-item.active{background:var(--accent-green-glow);color:var(--accent-green);font-weight:600}.dropdown-divider{background:var(--border-color);height:1px;margin:.5rem 0}.dropdown-item.logout-item{color:#dc2626}.dropdown-item.logout-item:hover{color:#ef4444;background:#dc26260d}@keyframes slideDownIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.loading-container{flex-direction:column;justify-content:center;align-items:center;padding:4rem 0;display:flex}.spinner{border:3px solid var(--border-color);border-top-color:var(--accent-green);border-radius:50%;width:40px;height:40px;margin-bottom:1.25rem;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.CodeMirror{color:#000;direction:ltr;height:300px;font-family:monospace}.CodeMirror-lines{padding:4px 0}.CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like{padding:0 4px}.CodeMirror-gutter-filler,.CodeMirror-scrollbar-filler{background-color:#fff}.CodeMirror-gutters{white-space:nowrap;background-color:#f7f7f7;border-right:1px solid #ddd}.CodeMirror-linenumber{text-align:right;color:#999;white-space:nowrap;min-width:20px;padding:0 3px 0 5px}.CodeMirror-guttermarker{color:#000}.CodeMirror-guttermarker-subtle{color:#999}.CodeMirror-cursor{border-left:1px solid #000;border-right:none;width:0}.CodeMirror div.CodeMirror-secondarycursor{border-left:1px solid silver}.cm-fat-cursor .CodeMirror-cursor{background:#7e7;width:auto;border:0!important}.cm-fat-cursor div.CodeMirror-cursors{z-index:1}.cm-fat-cursor .CodeMirror-line::selection{background:0 0}.cm-fat-cursor .CodeMirror-line>span::selection{background:0 0}.cm-fat-cursor .CodeMirror-line>span>span::selection{background:0 0}.cm-fat-cursor .CodeMirror-line::-moz-selection{background:0 0}.cm-fat-cursor .CodeMirror-line>span::-moz-selection{background:0 0}.cm-fat-cursor .CodeMirror-line>span>span::-moz-selection{background:0 0}.cm-fat-cursor{caret-color:#0000}@keyframes blink{50%{background-color:#0000}}.cm-tab{-webkit-text-decoration:inherit;text-decoration:inherit;display:inline-block}.CodeMirror-rulers{position:absolute;inset:-50px 0 0;overflow:hidden}.CodeMirror-ruler{border-left:1px solid #ccc;position:absolute;top:0;bottom:0}.cm-s-default .cm-header{color:#00f}.cm-s-default .cm-quote{color:#090}.cm-negative{color:#d44}.cm-positive{color:#292}.cm-header,.cm-strong{font-weight:700}.cm-em{font-style:italic}.cm-link{text-decoration:underline}.cm-strikethrough{text-decoration:line-through}.cm-s-default .cm-keyword{color:#708}.cm-s-default .cm-atom{color:#219}.cm-s-default .cm-number{color:#164}.cm-s-default .cm-def{color:#00f}.cm-s-default .cm-variable-2{color:#05a}.cm-s-default .cm-type,.cm-s-default .cm-variable-3{color:#085}.cm-s-default .cm-comment{color:#a50}.cm-s-default .cm-string{color:#a11}.cm-s-default .cm-string-2{color:#f50}.cm-s-default .cm-meta,.cm-s-default .cm-qualifier{color:#555}.cm-s-default .cm-builtin{color:#30a}.cm-s-default .cm-bracket{color:#997}.cm-s-default .cm-tag{color:#170}.cm-s-default .cm-attribute{color:#00c}.cm-s-default .cm-hr{color:#999}.cm-s-default .cm-link{color:#00c}.cm-s-default .cm-error,.cm-invalidchar{color:red}.CodeMirror-composing{border-bottom:2px solid}div.CodeMirror span.CodeMirror-matchingbracket{color:#0b0}div.CodeMirror span.CodeMirror-nonmatchingbracket{color:#a22}.CodeMirror-matchingtag{background:#ff96004d}.CodeMirror-activeline-background{background:#e8f2ff}.CodeMirror{background:#fff;position:relative;overflow:hidden}.CodeMirror-scroll{z-index:0;outline:0;height:100%;margin-bottom:-50px;margin-right:-50px;padding-bottom:50px;position:relative;overflow:scroll!important}.CodeMirror-sizer{border-right:50px solid #0000;position:relative}.CodeMirror-gutter-filler,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-vscrollbar{z-index:6;outline:0;display:none;position:absolute}.CodeMirror-vscrollbar{top:0;right:0;overflow:hidden scroll}.CodeMirror-hscrollbar{bottom:0;left:0;overflow:scroll hidden}.CodeMirror-scrollbar-filler{bottom:0;right:0}.CodeMirror-gutter-filler{bottom:0;left:0}.CodeMirror-gutters{z-index:3;min-height:100%;position:absolute;top:0;left:0}.CodeMirror-gutter{white-space:normal;vertical-align:top;height:100%;margin-bottom:-50px;display:inline-block}.CodeMirror-gutter-wrapper{z-index:4;position:absolute;background:0 0!important;border:none!important}.CodeMirror-gutter-background{z-index:4;position:absolute;top:0;bottom:0}.CodeMirror-gutter-elt{cursor:default;z-index:4;position:absolute}.CodeMirror-gutter-wrapper ::selection{background-color:#0000}.CodeMirror-gutter-wrapper ::selection{background-color:#0000}.CodeMirror-lines{cursor:text;min-height:1px}.CodeMirror pre.CodeMirror-line,.CodeMirror pre.CodeMirror-line-like{font-family:inherit;font-size:inherit;white-space:pre;word-wrap:normal;line-height:inherit;color:inherit;z-index:2;-webkit-tap-highlight-color:transparent;-webkit-font-variant-ligatures:contextual;font-variant-ligatures:contextual;background:0 0;border-width:0;border-radius:0;margin:0;position:relative;overflow:visible}.CodeMirror-wrap pre.CodeMirror-line,.CodeMirror-wrap pre.CodeMirror-line-like{word-wrap:break-word;white-space:pre-wrap;word-break:normal}.CodeMirror-linebackground{z-index:0;position:absolute;inset:0}.CodeMirror-linewidget{z-index:2;padding:.1px;position:relative}.CodeMirror-code{outline:0}.CodeMirror-gutter,.CodeMirror-gutters,.CodeMirror-linenumber,.CodeMirror-scroll,.CodeMirror-sizer{box-sizing:content-box}.CodeMirror-measure{visibility:hidden;width:100%;height:0;position:absolute;overflow:hidden}.CodeMirror-cursor{pointer-events:none;position:absolute}.CodeMirror-measure pre{position:static}div.CodeMirror-cursors{visibility:hidden;z-index:3;position:relative}div.CodeMirror-dragcursors,.CodeMirror-focused div.CodeMirror-cursors{visibility:visible}.CodeMirror-selected{background:#d9d9d9}.CodeMirror-focused .CodeMirror-selected{background:#d7d4f0}.CodeMirror-crosshair{cursor:crosshair}.CodeMirror-line::selection{background:#d7d4f0}.CodeMirror-line>span::selection{background:#d7d4f0}.CodeMirror-line>span>span::selection{background:#d7d4f0}.CodeMirror-line::-moz-selection{background:#d7d4f0}.CodeMirror-line>span::-moz-selection{background:#d7d4f0}.CodeMirror-line>span>span::-moz-selection{background:#d7d4f0}.cm-searching{background-color:#ff06}.cm-force-border{padding-right:.1px}@media print{.CodeMirror div.CodeMirror-cursors{visibility:hidden}}.cm-tab-wrap-hack:after{content:""}span.CodeMirror-selectedtext{background:0 0}.EasyMDEContainer{display:block}.CodeMirror-rtl pre{direction:rtl}.EasyMDEContainer.sided--no-fullscreen{flex-flow:wrap;display:flex}.EasyMDEContainer .CodeMirror{box-sizing:border-box;height:auto;font:inherit;z-index:0;word-wrap:break-word;border:1px solid #ced4da;border-bottom-right-radius:4px;border-bottom-left-radius:4px;padding:10px}.EasyMDEContainer .CodeMirror-scroll{cursor:text}.EasyMDEContainer .CodeMirror-fullscreen{z-index:8;background:#fff;height:auto;inset:50px 0 0;border-right:none!important;border-bottom-right-radius:0!important;position:fixed!important}.EasyMDEContainer .CodeMirror-sided{width:50%!important}.EasyMDEContainer.sided--no-fullscreen .CodeMirror-sided{border-bottom-right-radius:0;flex:auto;position:relative;border-right:none!important}.EasyMDEContainer .CodeMirror-placeholder{opacity:.5}.EasyMDEContainer .CodeMirror-focused .CodeMirror-selected{background:#d9d9d9}.editor-toolbar{-webkit-user-select:none;user-select:none;-o-user-select:none;border-top:1px solid #ced4da;border-left:1px solid #ced4da;border-right:1px solid #ced4da;border-top-left-radius:4px;border-top-right-radius:4px;padding:9px 10px;position:relative}.editor-toolbar.fullscreen{box-sizing:border-box;opacity:1;z-index:9;background:#fff;border:0;width:100%;height:50px;padding-top:10px;padding-bottom:10px;position:fixed;top:0;left:0}.editor-toolbar.fullscreen:before{background:-moz-linear-gradient(270deg,#fff 0,#fff0 100%);background:-o-linear-gradient(270deg,#fff 0,#fff0 100%);background:-ms-linear-gradient(left,#fff 0,#fff0 100%);background:linear-gradient(90deg,#fff 0,#fff0 100%);width:20px;height:50px;margin:0;padding:0;position:fixed;top:0;left:0}.editor-toolbar.fullscreen:after{background:-moz-linear-gradient(270deg,#fff0 0,#fff 100%);background:-o-linear-gradient(270deg,#fff0 0,#fff 100%);background:-ms-linear-gradient(left,#fff0 0,#fff 100%);background:linear-gradient(90deg,#fff0 0,#fff 100%);width:20px;height:50px;margin:0;padding:0;position:fixed;top:0;right:0}.EasyMDEContainer.sided--no-fullscreen .editor-toolbar{width:100%}.editor-toolbar .easymde-dropdown,.editor-toolbar button{text-align:center;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:3px;height:30px;margin:0;padding:0;display:inline-block;text-decoration:none!important}.editor-toolbar button{white-space:nowrap;min-width:30px;padding:0 6px;font-weight:700}.editor-toolbar button.active,.editor-toolbar button:hover{background:#fcfcfc;border-color:#95a5a6}.editor-toolbar i.separator{color:#0000;text-indent:-10px;border-left:1px solid #d9d9d9;border-right:1px solid #fff;width:0;margin:0 6px;display:inline-block}.editor-toolbar button:after{vertical-align:text-bottom;font-family:Arial,Helvetica Neue,Helvetica,sans-serif;font-size:65%;position:relative;top:2px}.editor-toolbar button.heading-1:after{content:"1"}.editor-toolbar button.heading-2:after{content:"2"}.editor-toolbar button.heading-3:after{content:"3"}.editor-toolbar button.heading-bigger:after{content:"▲"}.editor-toolbar button.heading-smaller:after{content:"▼"}.editor-toolbar.disabled-for-preview button:not(.no-disable){opacity:.6;pointer-events:none}@media only screen and (width<=700px){.editor-toolbar i.no-mobile{display:none}}.editor-statusbar{color:#959694;text-align:right;padding:8px 10px;font-size:12px}.EasyMDEContainer.sided--no-fullscreen .editor-statusbar{width:100%}.editor-statusbar span{min-width:4em;margin-left:1em;display:inline-block}.editor-statusbar .lines:before{content:"lines: "}.editor-statusbar .words:before{content:"words: "}.editor-statusbar .characters:before{content:"characters: "}.editor-preview-full{z-index:7;box-sizing:border-box;width:100%;height:100%;display:none;position:absolute;top:0;left:0;overflow:auto}.editor-preview-side{z-index:9;box-sizing:border-box;word-wrap:break-word;border:1px solid #ddd;width:50%;display:none;position:fixed;top:50px;bottom:0;right:0;overflow:auto}.editor-preview-active-side{display:block}.EasyMDEContainer.sided--no-fullscreen .editor-preview-active-side{flex:auto;height:auto;position:static}.editor-preview-active{display:block}.editor-preview{background:#fafafa;padding:10px}.editor-preview>p{margin-top:0}.editor-preview pre{background:#eee;margin-bottom:10px}.editor-preview table td,.editor-preview table th{border:1px solid #ddd;padding:5px}.cm-s-easymde .cm-tag{color:#63a35c}.cm-s-easymde .cm-attribute{color:#795da3}.cm-s-easymde .cm-string{color:#183691}.cm-s-easymde .cm-header-1{font-size:calc(1.375rem + 1.5vw)}.cm-s-easymde .cm-header-2{font-size:calc(1.325rem + .9vw)}.cm-s-easymde .cm-header-3{font-size:calc(1.3rem + .6vw)}.cm-s-easymde .cm-header-4{font-size:calc(1.275rem + .3vw)}.cm-s-easymde .cm-header-5{font-size:1.25rem}.cm-s-easymde .cm-header-6{font-size:1rem}.cm-s-easymde .cm-header-1,.cm-s-easymde .cm-header-2,.cm-s-easymde .cm-header-3,.cm-s-easymde .cm-header-4,.cm-s-easymde .cm-header-5,.cm-s-easymde .cm-header-6{margin-bottom:.5rem;line-height:1.2}.cm-s-easymde .cm-comment{background:#0000000d;border-radius:2px}.cm-s-easymde .cm-link{color:#7f8c8d}.cm-s-easymde .cm-url{color:#aab2b3}.cm-s-easymde .cm-quote{color:#7f8c8d;font-style:italic}.editor-toolbar .easymde-dropdown{background:linear-gradient(to bottom right,#fff 0 84%,#333 50% 100%);border:1px solid #fff;border-radius:0;position:relative}.editor-toolbar .easymde-dropdown:hover{background:linear-gradient(to bottom right,#fff 0 84%,#333 50% 100%)}.easymde-dropdown-content{visibility:hidden;z-index:2;background-color:#f9f9f9;padding:8px;display:block;position:absolute;top:30px;box-shadow:0 8px 16px #0003}.easymde-dropdown:active .easymde-dropdown-content,.easymde-dropdown:focus .easymde-dropdown-content,.easymde-dropdown:focus-within .easymde-dropdown-content{visibility:visible}.easymde-dropdown-content button{display:block}span[data-img-src]:after{content:"";background-image:var(--bg-image);max-width:100%;height:0;max-height:100%;padding-top:var(--height);width:var(--width);background-repeat:no-repeat;background-size:contain;display:block}.CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment):not(.cm-tag):not(.cm-word){background:#ff000026}
