:root{--bg-ink:#0e1116;--bg-ink-soft:#141924;--window:#f7f7f5;--window-border:#1414141f;--titlebar:#fff;--menu-bg:#f2f2ef;--menu-hover:#e2e2de;--text-main:#16181d;--text-muted:#62666f;--accent:#2f6ee5;--shadow:0 24px 80px #0a0c1247;--radius:14px;--font-ui:Arial,"Helvetica Neue",Helvetica,sans-serif;--font-editor:Arial,"Helvetica Neue",Helvetica,sans-serif}*{box-sizing:border-box;margin:0;padding:0}body,html{background-color:#0b0c0e;color:#16181d;color:var(--text-main);font-family:Arial,Helvetica Neue,Helvetica,sans-serif;font-family:var(--font-ui);min-height:100vh;overscroll-behavior:auto;touch-action:auto}body:before{background:radial-gradient(1200px 800px at 20% 10%,#1a1c22 0,#121317 55%,#0b0c0e 100%);content:"";inset:0;position:fixed;z-index:-1}.page{align-items:stretch;display:flex;justify-content:stretch;min-height:100vh;overflow:hidden;padding:32px 20px 48px;position:relative;touch-action:auto}.notepad-resizable{height:auto;min-height:360px;min-width:320px;overflow:visible;position:relative;touch-action:none;width:min(920px,92vw);will-change:top,left,width,height}.notepad-resizable.animate{transition:width .28s ease,height .28s ease,left .28s ease,top .28s ease}.notepad-shell{background:#f7f7f5;background:var(--window);border:none;border-radius:14px;border-radius:var(--radius);box-shadow:none;display:flex;flex-direction:column;height:100%;outline:none;overflow:hidden;position:relative;width:100%}.titlebar{align-items:center;background:#fff;background:var(--titlebar);border-bottom:none;cursor:grab;display:flex;height:44px;justify-content:space-between;padding:0 16px 0 14px;-webkit-user-select:none;user-select:none}.titlebar:active{cursor:grabbing}.title-left{align-items:center;color:#16181d;color:var(--text-main);display:flex;font-weight:500;gap:10px;letter-spacing:.02em}.app-logo{display:block;height:20px;width:20px}.app-title{font-size:14px;text-transform:lowercase}.window-controls{border-radius:999px;cursor:default;display:inline-flex;gap:6px;padding:6px 4px}.control-dot{background:#d0d0cc;border-radius:50%;box-shadow:inset 0 0 0 1px #0000001a;filter:saturate(1);height:10px;transition:box-shadow .12s ease,filter .12s ease,opacity .12s ease;width:10px}.control-button{background:#0000;border:none;cursor:default;padding:0}.control-dot:first-child{background:#ff5f57}.control-dot:nth-child(2){background:#febc2e}.control-dot:nth-child(3){background:#28c840}.control-dot:hover{filter:saturate(.7) brightness(.98)}.control-dot:active{box-shadow:inset 0 0 0 1px #0000002e;filter:saturate(.55) brightness(.92)}.menubar{background:#f2f2ef;background:var(--menu-bg);border-bottom:none;display:flex;flex-wrap:wrap;gap:6px;padding:8px 12px}.menu-item{background:#0000;border:1px solid #0000;border-radius:8px;color:#16181d;color:var(--text-main);cursor:default;font-size:13px;font-weight:400;letter-spacing:.01em;padding:6px 12px}.menu-item:hover{background:#e2e2de;background:var(--menu-hover)}.menu-group{position:relative}.menu-dropdown{background:#fff;border:1px solid #11141c1f;border-radius:10px;box-shadow:0 12px 28px #10141e2e;left:0;min-width:160px;padding:6px;position:absolute;top:calc(100% + 6px);z-index:10}.menu-action{background:#0000;border:1px solid #0000;border-radius:8px;color:#16181d;color:var(--text-main);cursor:default;font-size:13px;padding:8px 10px;text-align:left;width:100%}.menu-action:hover{background:#f0f1ee}.editor{background:#f7f7f4;box-shadow:inset 0 1px 0 #0000000d,inset 0 -1px 0 #0000000d;display:flex;flex:1 1;padding:28px}.paper{background:#fff;border-radius:10px;box-shadow:none;flex:1 1;font-family:Arial,Helvetica Neue,Helvetica,sans-serif;font-family:var(--font-editor);font-size:16px;font-weight:400;line-height:1.6;min-height:100%;overflow:hidden;padding:0}.paper,.paper-input{border:none;color:#16181d;color:var(--text-main);position:relative}.paper-input{background:#0000;box-sizing:border-box;caret-color:#16181d;caret-color:var(--text-main);font:inherit;height:100%;line-height:inherit;outline:none;overflow-y:auto;padding:26px 28px;resize:none;white-space:pre-wrap;width:100%;word-break:break-word;z-index:1}.paper-input:focus{outline:none}.statusbar{align-items:center;background:#f1f1ee;border-top:none;box-shadow:none;color:#62666f;color:var(--text-muted);display:flex;font-size:12px;font-weight:400;justify-content:space-between;padding:8px 14px}.resize-handle{position:absolute;z-index:2}.handle-n,.handle-s{cursor:ns-resize;height:8px;left:10px;right:10px}.handle-n{top:-4px}.handle-s{bottom:-4px}.handle-e,.handle-w{bottom:10px;cursor:ew-resize;top:10px;width:8px}.handle-e{right:-4px}.handle-w{left:-4px}.handle-ne,.handle-nw,.handle-se,.handle-sw{height:14px;width:14px}.handle-ne{cursor:nesw-resize;right:-6px;top:-6px}.handle-nw{cursor:nwse-resize;left:-6px;top:-6px}.handle-se{bottom:-6px;cursor:nwse-resize;right:-6px}.handle-sw{bottom:-6px;cursor:nesw-resize;left:-6px}.status-left,.status-right{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.mobile-fixed{inset:auto;bottom:calc(12px + env(safe-area-inset-bottom));height:auto;left:calc(12px + env(safe-area-inset-left));position:fixed;right:calc(12px + env(safe-area-inset-right));top:calc(12px + env(safe-area-inset-top));width:auto}@supports (height:100dvh){.page{min-height:100dvh}.mobile-fixed{height:calc(100dvh - 24px - env(safe-area-inset-top) - env(safe-area-inset-bottom));width:calc(100dvw - 24px - env(safe-area-inset-left) - env(safe-area-inset-right))}}@supports not (height:100dvh){.mobile-fixed{height:calc(100vh - 24px - env(safe-area-inset-top) - env(safe-area-inset-bottom));width:calc(100vw - 24px - env(safe-area-inset-left) - env(safe-area-inset-right))}}@media (max-width:640px){.titlebar{height:42px}.menu-item{padding:5px 10px}.editor{padding:20px}.paper{font-size:14px;padding:0}.paper-input{padding:20px 18px}.statusbar{align-items:flex-start;flex-direction:column;gap:4px}.page{min-height:100dvh;padding:0}.resize-handle{display:none}}
/*# sourceMappingURL=main.3eff48b6.css.map*/