:root{--window-bg: #ffffff;--sidebar-bg: #ffffff;--row-divider: #e6e6e6;--row-active: #ffe390;--text-primary: #272317;--text-secondary: #818181;--text-tertiary: #9e9e9e;--note-title-color: #474746;--toolbar-icon: #6f6f74;--toolbar-bg: #ffffff;--toolbar-hairline: #e0e0e0;--search-bg: #ffffff;--search-border: #e6e6e6;--thumb-bg: #d6d6d6;--traffic-red: #ff5f57;--traffic-yellow: #febc2e;--traffic-green: #28c840;--window-shadow: 0 0 0 .5px rgba(0, 0, 0, .4), 0 22px 60px rgba(0, 0, 0, .55), 0 6px 14px rgba(0, 0, 0, .3);--font-system: Arial, sans-serif;--note-width: 680px}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;font-family:var(--font-system);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{min-height:100vh;background-color:#050210;overflow:hidden}.wallpaper{position:fixed;inset:0;z-index:0;pointer-events:none;background:url(/images/background.png) center / cover no-repeat}.desktop{position:fixed;inset:0;z-index:1;display:flex;align-items:center;justify-content:center;padding:5vh 5vw}.window{width:100%;max-width:1100px;height:90vh;max-height:720px;background:var(--window-bg);border-radius:16px;box-shadow:var(--window-shadow);overflow:hidden;display:grid;grid-template-columns:clamp(240px,33%,360px) 1fr;grid-template-rows:64px 1fr;grid-template-areas:"toolbar-left toolbar-right" "sidebar      content";position:relative;transform-origin:center 60%;animation:window-in .6s cubic-bezier(.22,1,.36,1) both}@keyframes window-in{0%{opacity:0;transform:scale(.965) translateY(14px)}to{opacity:1;transform:scale(1) translateY(0)}}.toolbar-left,.toolbar-right{cursor:grab}.toolbar-left button,.toolbar-left a,.toolbar-right button,.toolbar-right a,.toolbar-right .search-box,.toolbar-right input{cursor:pointer}.toolbar-right input{cursor:text}.window.is-dragging,.window.is-dragging .toolbar-left,.window.is-dragging .toolbar-right{cursor:grabbing}.window.no-entrance{animation:none!important}.window.is-managed{max-width:none;max-height:none;flex-shrink:0}.window.is-snapping{transition:width .26s cubic-bezier(.22,1,.36,1),height .26s cubic-bezier(.22,1,.36,1),transform .26s cubic-bezier(.22,1,.36,1)}.traffic-lights .tl-green{cursor:pointer;outline:none}.traffic-lights .tl-green:hover{filter:brightness(.95)}.traffic-lights .tl-green:focus-visible{stroke:#0a5d0c;stroke-width:1.4}.tl-green-icon{opacity:0;pointer-events:none;transition:opacity .12s ease}.traffic-lights:hover .tl-green-icon{opacity:1}body.win-interacting{user-select:none;cursor:inherit}.win-resize{position:absolute;z-index:50;touch-action:none}.win-resize-n{top:0;left:10px;right:10px;height:6px;cursor:ns-resize}.win-resize-s{bottom:0;left:10px;right:10px;height:6px;cursor:ns-resize}.win-resize-e{top:10px;bottom:10px;right:0;width:6px;cursor:ew-resize}.win-resize-w{top:10px;bottom:10px;left:0;width:6px;cursor:ew-resize}.win-resize-ne{top:0;right:0;width:14px;height:14px;cursor:nesw-resize}.win-resize-nw{top:0;left:0;width:14px;height:14px;cursor:nwse-resize}.win-resize-se{bottom:0;right:0;width:14px;height:14px;cursor:nwse-resize}.win-resize-sw{bottom:0;left:0;width:14px;height:14px;cursor:nesw-resize}@media(max-width:720px){.win-resize{display:none}.toolbar-left,.toolbar-right{cursor:default}}.toolbar{display:flex;align-items:center;background:var(--toolbar-bg);border-bottom:1px solid var(--toolbar-hairline);padding:0 12px;user-select:none;height:64px}.toolbar-left{grid-area:toolbar-left;border-right:1px solid var(--toolbar-hairline);justify-content:space-between;padding-left:22px}.toolbar-right{grid-area:toolbar-right;justify-content:flex-end;gap:12px;padding-right:17px}.traffic-lights{display:inline-flex;align-items:center}.traffic-lights svg{width:54px;height:13px;display:block}.toolbar-icon{background:transparent;border:0;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;color:var(--toolbar-icon);cursor:pointer;border-radius:6px;padding:0;text-decoration:none}.toolbar-icon:hover{background:#0000000f}.toolbar-icon svg{width:26px;height:22px;display:block;color:var(--toolbar-icon)}.toolbar-actions{display:flex;align-items:center;gap:8px}.search-box{display:flex;align-items:center;background:var(--search-bg);padding:0 10px;border-radius:5px;width:210px;height:30px;color:var(--text-tertiary);font-size:14px;gap:6px;border:1.5px solid var(--search-border)}.search-box svg{width:18px;height:18px;flex-shrink:0;color:var(--text-tertiary)}.search-box input{background:transparent;border:0;outline:0;font:inherit;color:var(--text-primary);width:100%}.search-box input::placeholder{color:var(--text-tertiary)}.sidebar{grid-area:sidebar;background:var(--sidebar-bg);border-right:1px solid var(--toolbar-hairline);overflow-y:auto}.note-row{display:grid;grid-template-columns:1fr auto;gap:14px;padding:18px 20px 18px 36px;min-height:92px;cursor:pointer;text-decoration:none;color:inherit;position:relative;align-items:center;animation:note-row-in .55s cubic-bezier(.22,1,.36,1) both;animation-delay:calc(.45s + var(--row-index, 0) * 55ms)}@keyframes note-row-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.note-row+.note-row:before,.note-group+.note-group .note-group-card>.note-row:first-child:before{content:"";position:absolute;top:0;left:36px;right:20px;height:1px;background:var(--row-divider)}.note-row:after{content:"";position:absolute;inset:10px;background:var(--row-active);border-radius:6px;z-index:0;pointer-events:none;opacity:0;transform:scale(.94);transform-origin:center;transition:opacity .18s ease,transform .22s cubic-bezier(.34,1.56,.64,1)}.note-row.is-active:after,.note-row:hover:after{opacity:1;transform:scale(1)}.note-row-text{transition:transform .22s cubic-bezier(.34,1.56,.64,1)}.note-row:hover .note-row-text{transform:translate(3px)}.note-row>*{position:relative;z-index:1}.note-row-text{min-width:0}.note-row-title{font-weight:700;font-size:18px;line-height:1.1;margin-bottom:4px;color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;letter-spacing:-.01em}.note-row-meta{font-size:18px;line-height:1.2;color:var(--text-secondary);display:flex;gap:10px;overflow:hidden}.note-row-date{font-weight:400;color:var(--text-primary);flex-shrink:0}.note-row-preview{color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.note-row-preview.is-empty{color:var(--text-tertiary)}.note-row-thumb{width:56px;height:56px;border-radius:4px;flex-shrink:0;overflow:hidden;border:1px solid #dadada;display:block}.note-row-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s cubic-bezier(.22,1,.36,1)}.note-row:hover .note-row-thumb img{transform:scale(1.06)}@media(prefers-reduced-motion:reduce){.window,.note-row,.note-row:after,.note-row-text,.note-row-thumb img{animation:none;transition:none}.window,.note-row{opacity:1;transform:none}}.content{grid-area:content;overflow-y:auto;padding:0 32px 80px;background:var(--window-bg)}.note-pane{display:none;padding-top:32px}.note-pane.is-active{display:block}.note-date{text-align:center;font-size:16px;color:var(--text-tertiary);margin-bottom:24px;letter-spacing:0}.note-title{font-size:29px;font-weight:700;margin:0 0 24px;line-height:1.24;letter-spacing:-1.75px;color:var(--note-title-color)}.note-body{font-size:18px;line-height:1.3;max-width:var(--note-width);color:var(--text-primary)}.note-body p{margin:0 0 16px}.note-body p:empty{min-height:1.3em}.note-body a{color:var(--text-primary);text-decoration:underline;text-underline-offset:3px;font-weight:600}.note-body img{max-width:100%;height:auto;border-radius:3px;margin:8px 0 24px;display:block}.note-body ul{list-style:none;padding:0;margin:0 0 24px}.note-body ul li{display:flex;align-items:center;gap:10px;padding:4px 0}.note-body li>p{margin:0}.note-body ul li:before{content:"";width:19px;height:19px;border:1.4px solid var(--text-tertiary);border-radius:50%;flex-shrink:0}.note-body ul li a{text-decoration:none;font-weight:400}.note-body ul li a:hover{text-decoration:underline}.note-body .centered-list{text-align:center;margin:24px 0 32px}.note-body .centered-list p{margin:0}.note-body .note-callout{background:#f0f0f0;font-family:Courier New,Courier,monospace;padding:14px 22px;border-radius:4px;font-size:16px;margin:16px 0 24px;color:var(--text-primary);line-height:1.5}.note-body h2{font-size:20px;font-weight:700;margin:0 0 18px;letter-spacing:-.01em;color:var(--text-primary)}body:not([data-can-edit=true]) .editor-bar{display:none!important}.editor-bar{position:fixed;top:20px;right:24px;z-index:40;display:flex;align-items:center;gap:4px;padding:5px;background:#f5f5f7f2;backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);border:.5px solid rgba(0,0,0,.1);border-radius:999px;box-shadow:0 8px 24px #00000047,inset 0 1px #fffc}.editor-bar .toolbar-icon{color:#3a3a3c;width:40px;height:40px;border-radius:50%}.editor-bar .toolbar-icon:hover{background:#0000000f}.edit-toggle[aria-pressed=true],.edit-toggle[aria-pressed=true]:hover{background:var(--row-active);color:var(--text-primary)}.editor-bar-sep{width:1px;height:22px;background:#0000001f;margin:0 2px}.editor-bar .delete-note-btn:hover{background:#c0392b1f;color:#c0392b}.edit-toggle svg,.new-note-btn svg,.delete-note-btn svg,.logout-btn svg{width:20px;height:20px}.edit-bar{display:none}body[data-editing=true] .edit-bar{display:flex;align-items:center;gap:4px;flex-wrap:nowrap;position:sticky;top:0;z-index:5;margin:0 -32px;padding:8px 18px;background:#fcfaf4f7;backdrop-filter:saturate(180%) blur(14px);-webkit-backdrop-filter:saturate(180%) blur(14px);border-bottom:1.5px solid rgba(240,184,0,.55)}.edit-actions{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto}.edit-bar .edit-status{display:none}.edit-group{display:inline-flex;align-items:center;gap:2px}.edit-bar button:not(.edit-publish):not(.edit-discard):not(.edit-danger){background:transparent;border:0;cursor:pointer;width:27px;height:30px;display:inline-flex;align-items:center;justify-content:center;padding:0;border-radius:7px;color:var(--toolbar-icon);transition:background .12s ease,color .12s ease}.edit-bar button:not(.edit-publish):not(.edit-discard):not(.edit-danger) svg{width:18px;height:18px;display:block}.edit-bar button:not(.edit-publish):not(.edit-discard):not(.edit-danger):hover{background:#0000000f;color:var(--text-primary)}.edit-bar button:not(.edit-publish):not(.edit-discard):not(.edit-danger):active{background:#0000001a}.edit-bar button:not(.edit-publish):not(.edit-discard):not(.edit-danger).is-active{background:var(--row-active);color:var(--text-primary)}.edit-style{height:30px;border-radius:7px;border:1px solid var(--search-border);background:#fff;font:inherit;font-size:13px;font-weight:600;padding:0 26px 0 10px;color:var(--text-primary);cursor:pointer;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236f6f74' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center}.edit-style:hover{border-color:var(--toolbar-icon)}.edit-sep{display:none}.edit-spacer{flex:1 1 auto}.edit-status{font-size:13px;color:var(--text-tertiary);min-width:58px;text-align:right;margin-right:4px}.edit-danger{width:34px;height:32px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;border-radius:8px;cursor:pointer;color:#c0392b!important;flex:0 0 auto}.edit-danger svg{width:18px;height:18px;display:block}.edit-danger:hover{background:#c0392b1a!important}.publish-bar{display:none}.edit-publish,.edit-discard{width:auto!important;height:32px;padding:0 16px!important;display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;line-height:1;border-radius:999px;flex:0 0 auto;transition:background .15s ease,border-color .15s ease,opacity .15s ease}.edit-publish svg,.edit-discard svg{width:15px!important;height:15px!important;display:block}.edit-publish{background:#f0b400;color:var(--text-primary)!important;border:0!important}.edit-publish:hover{background:#e2a700!important;color:var(--text-primary)!important}.edit-publish[disabled]{background:#ebe6d6;color:#0000004d!important;cursor:default}.edit-discard{background:transparent;border:1.5px solid #cdcdd2!important;color:var(--text-secondary)!important;font-weight:500}.edit-discard:hover{background:#0000000a!important;border-color:#b0b0b6!important}.edit-discard[disabled]{opacity:.45;cursor:default}.edit-discard[disabled]:hover{background:transparent!important;border-color:#cdcdd2!important}.edit-bar button,.edit-bar .edit-group,.edit-style{flex:0 0 auto}.note-row[data-draft] .note-row-title:after{content:"";display:inline-block;width:7px;height:7px;margin-left:7px;border-radius:50%;background:#0a84ff;vertical-align:middle}.note-title[contenteditable=true]{cursor:text;outline:none;border-radius:4px;transition:box-shadow .15s ease}.note-title[contenteditable=true]:focus{box-shadow:0 0 0 2px #ffc51b80}.note-body .ProseMirror{outline:none}.note-body .ProseMirror:focus{outline:none}.note-body img.ProseMirror-selectednode{outline:2px solid rgba(255,197,27,.95);outline-offset:2px}.note-body .ProseMirror .prosemirror-dropcursor-block{background:#ffc51be6}body[data-editing=true] .content{display:flex;flex-direction:column}body[data-editing=true] .note-pane.is-active{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}body[data-editing=true] .note-pane.is-active .note-body{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;cursor:text}body[data-editing=true] .note-pane.is-active .note-body .ProseMirror{flex:1 1 auto}.delete-modal{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center}.delete-modal[hidden]{display:none}.delete-modal-backdrop{position:absolute;inset:0;background:#00000040;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.delete-modal-card{position:relative;background:#fff;width:322px;border-radius:10px;padding:26px 26px 22px;display:flex;flex-direction:column;align-items:center;box-shadow:0 20px 60px #00000040}.delete-modal-icon{width:46px;height:46px;background:#ebebeb;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#737373}.delete-modal-icon svg{width:22px;height:24px;display:block}.delete-modal-title{margin:18px 0;font-family:var(--font-system);font-weight:700;font-size:14px;color:#474746;text-align:center;letter-spacing:-.84px;line-height:1.3;max-width:180px}.delete-modal-actions{display:flex;gap:10px;width:100%}.delete-modal-button{flex:1;height:32px;border:0;border-radius:8px;font-family:var(--font-system);font-weight:700;font-size:14px;color:#fff;letter-spacing:-.84px;cursor:pointer;padding:0}.delete-modal-cancel{background:#686764}.delete-modal-delete{background:#ce9f35}.delete-modal-cancel:hover{background:#565552}.delete-modal-delete:hover{background:#b88a2c}.modal-close{position:absolute;top:16px;left:16px;width:36px;height:36px;border-radius:50%;background:#ebebeb;border:0;color:#555;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0}.modal-close:hover{background:#dadada}.modal-close svg{width:16px;height:16px}.share-modal{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center}.share-modal[hidden]{display:none}.share-modal-backdrop{position:absolute;inset:0;background:#00000040}.share-modal-card{position:relative;background:#fff;width:90%;max-width:420px;border-radius:12px;padding:56px 28px 28px;box-shadow:0 20px 60px #00000040}.share-modal-title{margin:0 0 16px;font-family:var(--font-system);font-weight:700;font-size:16px;color:var(--text-primary);letter-spacing:-.01em;text-align:center}.share-modal-row{display:flex;gap:8px}.share-modal-url{flex:1;min-width:0;font:inherit;font-size:14px;padding:0 12px;height:36px;border:1px solid #e6e6e6;border-radius:8px;background:#f7f7f7;color:var(--text-primary);outline:0}.share-modal-copy{height:36px;padding:0 16px;border:0;border-radius:8px;background:#ce9f35;color:#fff;font:inherit;font-size:14px;font-weight:700;letter-spacing:-.5px;cursor:pointer;min-width:78px}.share-modal-copy:hover{background:#b88a2c}.gallery-modal{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center}.gallery-modal[hidden]{display:none}.gallery-modal-backdrop{position:absolute;inset:0;background:transparent}.gallery-modal-card{position:relative;z-index:1;background:#fff;border-radius:12px;width:90%;min-width:min(894px,100%);min-height:551px;max-width:920px;max-height:86vh;padding:65px 85px;box-shadow:0 20px 60px #0000002e;display:flex;flex-direction:column;align-items:stretch;gap:18px}.gallery-modal-close,.gallery-modal-nav{position:absolute;z-index:2;width:44px;height:44px;border-radius:50%;background:#fff;border:0;color:#555;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0;box-shadow:0 4px 14px #0000001a,0 1px 3px #0000000f}.gallery-modal-close{top:24px;left:24px}.gallery-modal-close svg{width:20px;height:20px}.gallery-modal-nav{top:50%;transform:translateY(-50%)}.gallery-modal-nav svg{width:20px;height:20px}.gallery-modal-prev{left:24px}.gallery-modal-next{right:24px}.gallery-modal-close:hover,.gallery-modal-nav:hover{background:#f4f4f4}.gallery-modal-stage{flex:1;min-height:0;display:flex;flex-direction:column;align-items:stretch;gap:14px;width:100%}.gallery-modal-caption{background:#d9d9d9;border:0;font-family:Courier New,Courier,monospace;padding:12px 24px;border-radius:5px;font-size:18px;margin:0;color:#616161;line-height:1.4;text-align:left}.gallery-modal-caption[hidden]{display:none}.gallery-modal-image{width:100%;height:100%;flex:1;min-height:0;object-fit:contain;display:block}.gallery-page{display:none}.gallery-page-title{font-size:32px;font-weight:700;margin:0 0 28px;letter-spacing:-1.5px;line-height:1.1;color:var(--text-primary)}.gallery-page-section{margin-bottom:28px}.gallery-page-section-title{font-size:22px;font-weight:700;margin:16px 0 12px;letter-spacing:-.8px;color:var(--text-primary)}.gallery-page-item{margin-bottom:18px}.gallery-page-caption{background:#d9d9d9;font-family:Courier New,Courier,monospace;padding:12px 16px;border-radius:5px;font-size:14px;color:#616161;margin:0 0 8px;line-height:1.4}.gallery-page-item img{width:100%;height:auto;border-radius:4px;display:block}.uh-oh{position:fixed;inset:0;z-index:200;background:#000;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:22px;font-family:var(--font-system);padding:24px;text-align:center}.uh-oh[hidden]{display:none}.uh-oh-text{font-size:64px;font-weight:700;margin:0;letter-spacing:-2px}.uh-oh-email{color:#fff;text-decoration:underline;text-underline-offset:4px;font-size:18px}@media(max-width:720px){.gallery-modal-close{top:16px;left:16px}.gallery-modal-prev{left:12px}.gallery-modal-next{right:12px}.gallery-modal-close,.gallery-modal-nav{width:36px;height:36px}.gallery-modal-stage{max-width:90vw}.uh-oh-text{font-size:48px}}.note-group{display:block}.note-group-title{display:none}.note-group-card{display:block}.toolbar-icon.mobile-back,.toolbar-icon.mobile-only{display:none}@media(max-width:720px){body{background:#fff;overflow:auto}body[data-mobile-view=list]{background:#f2f2f7}.wallpaper{display:none}.desktop{position:static;padding:0}.window{background:transparent;max-width:none;height:auto;min-height:100vh;max-height:none;border-radius:0;box-shadow:none;grid-template-columns:1fr;grid-template-rows:1fr;grid-template-areas:"stage";padding:0}.window:before{display:none}.toolbar{position:fixed;top:14px;z-index:10;background:#ffffff8c;backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);border:.5px solid rgba(255,255,255,.6);border-radius:999px;padding:4px 8px;height:48px;box-shadow:0 4px 14px #00000014,0 1px 2px #0000000d,inset 0 1px #ffffffb3}.toolbar-left{left:14px;border-right:0;padding:0;width:48px;min-width:48px;justify-content:center}.toolbar-right{right:14px;justify-content:space-between;gap:4px;padding:4px 10px}.toolbar-actions{gap:14px;margin:0 auto}.toolbar-icon:hover{background:transparent}.desktop-only{display:none}.toolbar-icon.mobile-back,.toolbar-icon.mobile-only{display:inline-flex}.toolbar-icon.mobile-back svg{width:26px;height:26px}.sidebar{grid-area:stage;display:none;border-right:0;background:transparent;padding:96px 14px 24px}.content{grid-area:stage;background:transparent;padding:96px 18px 60px}.note-pane{padding-top:0}body[data-editing=true] .edit-bar{position:fixed;top:80px;left:10px;right:10px;margin:0;padding:6px 10px;gap:3px;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;border:.5px solid rgba(0,0,0,.08);border-radius:14px;box-shadow:0 3px 10px #00000014,inset 0 1px #ffffffb3;z-index:9}body[data-editing=true] .edit-bar::-webkit-scrollbar{display:none}body[data-editing=true] .edit-spacer,.edit-bar .edit-actions,.edit-bar .edit-danger{display:none}body[data-editing=true] .content{padding-top:134px;padding-bottom:96px}body[data-editing=true] .publish-bar{display:flex;align-items:center;gap:8px;position:fixed;left:10px;right:10px;bottom:calc(12px + env(safe-area-inset-bottom));padding:5px 5px 5px 16px;background:#fafafaf2;backdrop-filter:blur(14px) saturate(180%);-webkit-backdrop-filter:blur(14px) saturate(180%);border:.5px solid rgba(0,0,0,.08);border-radius:999px;box-shadow:0 6px 20px #00000029;z-index:30}.publish-bar .edit-status{flex:1 1 auto;white-space:normal;font-size:13px;color:var(--text-tertiary);text-align:left;margin:0;min-width:0}.editor-bar{top:auto;bottom:calc(20px + env(safe-area-inset-bottom));right:16px}body[data-editing=true] .editor-bar{bottom:calc(84px + env(safe-area-inset-bottom))}body[data-editing=true] .editor-bar .new-note-btn{display:none}body[data-editing=true] .edit-bar{gap:1px}.edit-bar .edit-sep{display:none}body[data-editing=true] .edit-style{font-size:12px;padding:0 22px 0 8px}body[data-editing=true] .edit-bar button{width:28px}body[data-editing=true] .edit-bar button svg{width:17px;height:17px}body[data-mobile-view=list] .sidebar{display:block}body[data-mobile-view=list] .content,body[data-mobile-view=list] .toolbar-left{display:none}.gallery-page{grid-area:stage;display:none;padding:96px 18px 60px}body[data-mobile-view=gallery] .sidebar,body[data-mobile-view=gallery] .content{display:none}body[data-mobile-view=gallery] .gallery-page{display:block}.note-group{margin-bottom:22px}.note-group-title{display:block;font-size:20px;font-weight:700;margin:0 0 10px 4px;color:var(--text-primary);letter-spacing:-.06em}.note-group-card{background:#fff;border-radius:25px;overflow:hidden}.note-row{padding:16px 20px;min-height:90px;gap:12px}.note-row:after{display:none}.note-row+.note-row:before{left:20px;right:20px}.note-group-card .note-row:first-child:before{display:none}.note-row-title{font-size:18px;margin-bottom:4px}.note-row-meta{font-size:16px}.note-row-thumb{width:50px;height:50px}.note-date{text-align:left;font-size:14px;margin:0 0 8px}.note-title{text-align:left;font-size:32px;margin:0 0 32px;letter-spacing:-1.5px;line-height:1.1}.note-body{font-size:17px;line-height:1.4;max-width:none}.note-body img{margin:8px 0 20px}}
