*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-primary:#fffdf8;--bg-secondary:#fff7ed;--bg-tertiary:#fff0db;--bg-card:#ffffffbf;--text-primary:#1a0e04;--text-secondary:#2d1b0e;--text-muted:#8b6e4e;--accent-primary:#ff8c42;--accent-secondary:#ff6b35;--border-light:#ff8c4214;--border-medium:#ff8c4226;--shadow-soft:0 4px 24px #ff8c420a;--shadow-accent:0 3px 12px #ff6b3540;--code-bg:#1e1e2e;--radius-sm:8px;--radius-md:12px;--radius-lg:16px}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{background-color:var(--bg-primary);color:var(--text-primary);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;transition:background-color .2s,color .2s}#root{flex-direction:column;min-height:100vh;display:flex}a{color:var(--accent-primary);text-decoration:none}a:hover{color:var(--accent-secondary);text-decoration:underline}button{cursor:pointer;font-family:inherit}input,textarea{font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--border-medium);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent-primary)}.code-block-wrapper{border-radius:var(--radius-md);background:var(--code-bg);margin:1rem 0;position:relative;overflow:hidden}.code-block-header{background:#0000004d;align-items:center;gap:6px;padding:10px 16px;display:flex}.traffic-dot{border-radius:50%;width:12px;height:12px}.traffic-dot.red{background:#ff5f57}.traffic-dot.yellow{background:#ffbd2e}.traffic-dot.green{background:#28c840}.code-block-copy-btn{color:#ffffffb3;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff26;border-radius:4px;margin-left:auto;padding:3px 10px;font-size:12px;transition:all .15s}.code-block-copy-btn:hover{color:#fff;background:#fff3}pre{font-size:.875rem;line-height:1.7;overflow-x:auto;background:var(--code-bg)!important;padding:1rem 1.25rem!important}pre code{font-family:JetBrains Mono,Fira Code,Cascadia Code,monospace;background:0 0!important;padding:0!important}code:not(pre code){background:var(--bg-tertiary);color:var(--accent-secondary);border-radius:4px;padding:.1em .4em;font-family:JetBrains Mono,Fira Code,monospace;font-size:.875em}.hljs-keyword,.hljs-selector-tag,.hljs-built_in,.hljs-name,.hljs-tag{color:#cba6f7}.hljs-string,.hljs-attr,.hljs-symbol,.hljs-bullet,.hljs-addition{color:#a6e3a1}.hljs-title,.hljs-section,.hljs-attribute{color:#89b4fa}.hljs-variable,.hljs-template-variable,.hljs-class .hljs-title,.hljs-type{color:#f9e2af}.hljs-comment,.hljs-quote,.hljs-deletion,.hljs-meta{color:#6c7086}.hljs-number,.hljs-regexp,.hljs-literal,.hljs-link{color:#fab387}.hljs-function,.hljs-params{color:#89b4fa}.ProseMirror{min-height:300px;color:var(--text-primary);outline:none;padding:1rem 1.25rem}.ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);color:var(--text-muted);pointer-events:none;float:left;height:0}.ProseMirror h1{margin:1.5rem 0 .75rem;font-size:1.875rem;font-weight:700}.ProseMirror h2{margin:1.25rem 0 .5rem;font-size:1.5rem;font-weight:600}.ProseMirror h3{margin:1rem 0 .5rem;font-size:1.25rem;font-weight:600}.ProseMirror ul,.ProseMirror ol{margin:.5rem 0;padding-left:1.5rem}.ProseMirror blockquote{border-left:4px solid var(--accent-primary);color:var(--text-muted);margin:.75rem 0;padding-left:1rem;font-style:italic}.ProseMirror strong{font-weight:700}.ProseMirror em{font-style:italic}.ProseMirror a{color:var(--accent-primary);text-decoration:underline}.paste-content{color:var(--text-primary);line-height:1.75}.paste-content h1{margin:1.5rem 0 .75rem;font-size:1.875rem;font-weight:700}.paste-content h2{margin:1.25rem 0 .5rem;font-size:1.5rem;font-weight:600}.paste-content h3{margin:1rem 0 .5rem;font-size:1.25rem;font-weight:600}.paste-content p{margin:.5rem 0}.paste-content ul,.paste-content ol{margin:.5rem 0;padding-left:1.5rem}.paste-content blockquote{border-left:4px solid var(--accent-primary);color:var(--text-muted);margin:.75rem 0;padding-left:1rem;font-style:italic}.paste-content strong{font-weight:700}.paste-content em{font-style:italic}.paste-content a{color:var(--accent-primary);text-decoration:underline}.glass-card{background:var(--bg-card);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-medium);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft)}.accent-gradient{background:linear-gradient(135deg, var(--accent-primary), var(--accent-secondary))}.fade-in{animation:.25s fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}::selection{color:var(--text-primary);background:#ff8c4240}
