/*!
  Theme: Solarized Light
  Author: Ethan Schoonover (modified by aramisgithub)
  License: ~ MIT (or more permissive) [via base16-schemes-source]
  Maintainer: @highlightjs/core-team
  Version: 2021.09.0
*/pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#586e75;background:#fdf6e3}.hljs::selection,.hljs ::selection{background-color:#93a1a1;color:#586e75}.hljs-comment{color:#839496}.hljs-tag{color:#657b83}.hljs-subst,.hljs-punctuation,.hljs-operator{color:#586e75}.hljs-operator{opacity:.7}.hljs-bullet,.hljs-variable,.hljs-template-variable,.hljs-selector-tag,.hljs-name,.hljs-deletion{color:#dc322f}.hljs-symbol,.hljs-number,.hljs-link,.hljs-attr,.hljs-variable.constant_,.hljs-literal{color:#cb4b16}.hljs-title,.hljs-class .hljs-title,.hljs-title.class_{color:#b58900}.hljs-strong{font-weight:700;color:#b58900}.hljs-code,.hljs-addition,.hljs-title.class_.inherited__,.hljs-string{color:#859900}.hljs-built_in,.hljs-doctag,.hljs-quote,.hljs-keyword.hljs-atrule,.hljs-regexp{color:#2aa198}.hljs-function .hljs-title,.hljs-attribute,.ruby .hljs-property,.hljs-title.function_,.hljs-section{color:#268bd2}.hljs-type,.hljs-template-tag,.diff .hljs-meta,.hljs-keyword{color:#6c71c4}.hljs-emphasis{color:#6c71c4;font-style:italic}.hljs-meta,.hljs-meta .hljs-keyword,.hljs-meta .hljs-string{color:#d33682}.hljs-meta .hljs-keyword,.hljs-meta-keyword{font-weight:700}.app{display:flex;flex-direction:column;height:100vh;overflow:hidden}.notebook-header{height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 1rem;background:var(--md-sys-color-surface-container);border-bottom:1px solid var(--md-sys-color-outline-variant);flex-shrink:0}.workspace{display:flex;flex:1;overflow:hidden;background:var(--md-sys-color-surface)}.pane{flex:1;height:100%;overflow-y:auto;display:flex;flex-direction:column}.notebook-editor,.markdown-body{width:100%;max-width:850px;margin:0 auto;padding:2rem 1.5rem;background:transparent}.notebook-editor{flex:1;border:none;resize:none;outline:none;font-family:Roboto Mono,monospace;font-size:1.1rem;line-height:1.6;color:var(--md-sys-color-on-surface)}.mode-edit .preview-pane,.mode-preview .editor-pane{display:none}.mode-split .editor-pane{border-right:1px solid var(--md-sys-color-outline-variant)}@media (max-width: 768px){#split-btn,.mode-split .preview-pane{display:none}.notebook-editor,.markdown-body{padding:1rem;font-size:1rem}}.landing-screen{height:100vh;display:flex;align-items:center;justify-content:center;background:var(--md-sys-color-background)}.landing-card{text-align:center;max-width:400px;width:90%;padding:3rem 2rem;background:var(--md-sys-color-surface-container-low);border-radius:2rem;border:1px solid var(--md-sys-color-outline-variant)}.landing-logo{font-size:4rem;margin-bottom:1rem;color:var(--md-sys-color-primary)}.landing-buttons{display:flex;flex-direction:column;gap:.75rem;margin-top:2rem}.header-left,.header-right{display:flex;align-items:center;gap:.5rem}.filename-display{font-size:.9rem;font-weight:500;color:var(--md-sys-color-on-surface)}.view-mode-toggle{display:flex;background:var(--md-sys-color-surface-container-high);border-radius:12px;padding:4px;border:1px solid var(--md-sys-color-outline-variant)}.view-mode-toggle button{border:none;background:transparent;padding:6px 16px;border-radius:8px;font-size:1.2rem;color:var(--md-sys-color-on-surface);transition:all .2s}.view-mode-toggle button.active{background:var(--md-sys-color-primary);color:var(--md-sys-color-on-primary)}.icon-btn{font-size:1.3rem;padding:8px;border:none;background:none;color:var(--md-sys-color-on-surface)}.active-status{color:var(--md-sys-color-primary)}.large{padding:1rem;font-size:1.1rem}.symbol{font-style:normal;margin-right:4px}.error-text{color:var(--md-sys-color-error);font-size:.8rem;margin-top:.5rem}:root{--md-sys-color-primary: #006a6a;--md-sys-color-on-primary: #ffffff;--md-sys-color-background: #fbfdfd;--md-sys-color-surface: #fbfdfd;--md-sys-color-surface-container-lowest: #ffffff;--md-sys-color-surface-container-low: #f0f4f4;--md-sys-color-surface-container: #eceeee;--md-sys-color-surface-container-high: #e6e9e9;--md-sys-color-on-surface: #191c1c;--md-sys-color-on-surface-variant: #3f4948;--md-sys-color-outline-variant: #bec9c8;--md-sys-color-error: #ba1a1a}[data-theme=dark]{--md-sys-color-primary: #80f2f6;--md-sys-color-on-primary: #003737;--md-sys-color-background: #191c1c;--md-sys-color-surface: #191c1c;--md-sys-color-surface-container: #212525;--md-sys-color-surface-container-low: #1d2121;--md-sys-color-surface-container-high: #353b3b;--md-sys-color-on-surface: #e0e3e3;--md-sys-color-on-surface-variant: #bec9c8;--md-sys-color-outline-variant: #3f4948}body{margin:0;font-family:Roboto,sans-serif;-webkit-font-smoothing:antialiased;background:var(--md-sys-color-background);color:var(--md-sys-color-on-surface);transition:background .3s,color .3s}button{font-family:inherit;cursor:pointer;border:1px solid var(--md-sys-color-outline-variant);background:transparent;color:inherit;border-radius:12px;padding:8px 16px;display:inline-flex;align-items:center;justify-content:center;transition:all .2s}button:hover{background:var(--md-sys-color-surface-container-high)}button.contained{background:var(--md-sys-color-primary);color:var(--md-sys-color-on-primary);border:none}input[type=text],input[type=password]{width:100%;padding:12px;border:1px solid var(--md-sys-color-outline-variant);border-radius:12px;background:var(--md-sys-color-surface-container-low);color:inherit;font-size:1rem;box-sizing:border-box;margin:1rem 0}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:100}.modal{background:var(--md-sys-color-surface);padding:2rem;border-radius:24px;width:90%;max-width:400px;box-shadow:0 10px 25px #0006;color:var(--md-sys-color-on-surface)}.modal-actions{display:flex;justify-content:flex-end;gap:.5rem}.flex-row{display:flex;align-items:center;gap:.5rem}
