@import"https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&display=swap";:root{--bg: #f1efe5ff;--surface: #f5f5f5;--fg: #26262a;--accent: #cfccbeff;--accent-hover: #90846d;--muted: #888;--outline: #cfccbeab}html[data-theme=dark]{--bg: #26262a;--surface: #26262a;--fg: #f2ecce;--accent: #a89f7a;--accent-hover: #cbbf9b;--muted: #aaa;--outline: #555}html,body{height:100%;margin:0;font-family:Host Grotesk,sans-serif;font-weight:450;background:var(--bg);color:var(--fg);transition:background .2s ease,color .2s ease;cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Ccircle cx='8' cy='8' r='3.25' fill='black' stroke='white' stroke-width='2'/%3E%3C/svg%3E") 8 8,auto}a{color:#766d46ab}.editor-wrapper{width:100%;height:96vh;padding:20px;box-sizing:border-box;background:var(--surface);overflow-y:auto}nav{position:fixed;bottom:5px;left:5px;font-size:12px;background:var(--surface)}.active{font-weight:700}.editor{width:100%;height:100%;min-height:100%;background:transparent;caret-color:var(--fg);outline:2px dashed var(--outline)}.editor,.editor:focus,.editor:focus-visible,.editor .ProseMirror,.editor .ProseMirror-focused{outline:none!important;box-shadow:none!important}.editor h1{font-size:2em;margin:1rem 0}.editor h2{font-size:1.75em;margin:1rem 0}.editor h3{font-size:1.5em;margin:1rem 0}.editor strong{font-weight:700}.editor em{font-style:italic}.editor code,.editor pre{background:var(--accent);padding:.2em .4em;border-radius:4px;font-family:monospace}.editor pre{padding:1rem;overflow-x:auto}.editor blockquote{border-left:3px solid var(--outline);padding-left:1rem;color:var(--muted);margin:1rem 0;font-style:italic}.editor ul,.editor ol{padding-left:1.5rem;margin:1rem 0}.editor li{margin:.25rem 0}.tiptap p.is-editor-empty:first-child:before{content:attr(data-placeholder);color:var(--muted);float:left;height:0;pointer-events:none}.save-btn,.settings-btn,.btn,.btn2{position:fixed;background:var(--accent);color:var(--fg);font-size:12px;border:none;border-radius:15px;padding:.1rem .3rem;cursor:pointer;box-shadow:0 4px 12px #00000026;transition:background .2s,transform .1s}.save-btn{bottom:5px;right:70px}.settings-btn{bottom:5px;right:5px}.btn{top:5px;left:5px}.btn2{top:5px;left:50px}.save-btn:hover,.settings-btn:hover,.btn:hover,.btn2:hover{background:var(--accent-hover);transform:scale(1.05)}canvas{position:fixed;top:30px;left:15px;width:98%;height:92%;background:#transparent;cursor:crosshair;outline:2px dashed var(--outline)}.editor{outline:2px dashed var(--outline)!important}main{background:#26262a}.doodle-controls{position:fixed;bottom:40px;right:20px;display:flex;gap:6px;z-index:50}.doodle-btn{background:var(--accent);color:var(--fg);font-size:12px;border:none;border-radius:14px;padding:4px 10px;cursor:pointer;box-shadow:0 4px 10px #00000026;transition:background .2s ease,transform .1s ease}.doodle-btn:hover{background:var(--accent-hover);transform:scale(1.05)}.doodle-btn:active{transform:scale(.95)}.doodle-btn.clear{background:#c46b6b;color:#fff}html[data-theme=dark] .doodle-btn.clear{background:#9e4f4f}.doodle-btn.clear:hover{background:#a55454}
