:root{--wallpaper: linear-gradient(135deg, #c9d0df 0%, #b8a7c9 40%, #d4b8c4 100%);--window-shadow: 0 30px 80px rgba(0,0,0,.35), 0 0 0 .5px rgba(0,0,0,.2);--window-radius: 10px;--sidebar-bg: rgba(236, 236, 236, .72);--sidebar-border: rgba(0, 0, 0, .1);--sidebar-hover: rgba(0, 0, 0, .05);--sidebar-selected: rgba(0, 0, 0, .08);--sidebar-text: #1d1d1f;--sidebar-text-dim: #86868b;--sidebar-count: #a1a1a6;--folder-outline: #a1a1a6;--folder-filled: #f5c518;--list-bg: #f3f3f3;--list-hover: rgba(0, 0, 0, .04);--list-selected: #fef0b8;--list-divider: rgba(0, 0, 0, .09);--content-bg: #ffffff;--text: #1d1d1f;--text-secondary: #6e6e73;--text-tertiary: #86868b;--accent-link: #c68900;--field-bg: rgba(0, 0, 0, .06);--traffic-red: #ff5f57;--traffic-yellow: #febc2e;--traffic-green: #28c840;--traffic-ring: rgba(0, 0, 0, .1);--toolbar-icon: #6e6e73;--toolbar-icon-hover: #1d1d1f}[data-theme=dark]{--wallpaper: linear-gradient(135deg, #1a1a2e 0%, #2d1f3d 50%, #3a2a3f 100%);--window-shadow: 0 30px 80px rgba(0,0,0,.6), 0 0 0 .5px rgba(255,255,255,.08);--sidebar-bg: rgba(44, 44, 46, .72);--sidebar-border: rgba(255, 255, 255, .08);--sidebar-hover: rgba(255, 255, 255, .06);--sidebar-selected: rgba(255, 255, 255, .12);--sidebar-text: #f5f5f7;--sidebar-text-dim: #8e8e93;--sidebar-count: #6d6d72;--folder-outline: #8e8e93;--folder-filled: #febc2e;--list-bg: #1c1c1e;--list-hover: rgba(255, 255, 255, .04);--list-selected: #3a3218;--list-divider: rgba(255, 255, 255, .08);--content-bg: #1e1e1e;--text: #f5f5f7;--text-secondary: #98989d;--text-tertiary: #6d6d72;--accent-link: #e8b339;--field-bg: rgba(255, 255, 255, .08);--traffic-ring: rgba(0, 0, 0, .4);--toolbar-icon: #8e8e93;--toolbar-icon-hover: #f5f5f7}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;overflow:hidden}body{font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro,Helvetica Neue,sans-serif;font-size:13px;color:var(--text);background:var(--wallpaper);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.window{position:absolute;inset:22px;background:var(--content-bg);border-radius:var(--window-radius);box-shadow:var(--window-shadow);overflow:hidden;display:grid;grid-template-columns:228px 320px 1fr;grid-template-rows:52px 1fr;min-height:0}.titlebar{grid-column:1 / -1;grid-row:1;position:relative;display:flex;align-items:stretch;border-bottom:1px solid var(--sidebar-border);user-select:none;background:var(--content-bg)}.titlebar-folders-slot{width:228px;flex-shrink:0;background:var(--sidebar-bg);backdrop-filter:saturate(180%) blur(30px);-webkit-backdrop-filter:saturate(180%) blur(30px);border-right:1px solid var(--sidebar-border);transition:width .15s ease}.window[data-sidebar=closed] .titlebar-folders-slot{width:0;border-right:none}.titlebar-corner{position:absolute;top:0;left:0;height:52px;display:flex;align-items:center;padding:0 14px;gap:10px;z-index:3;pointer-events:none}.titlebar-corner>*{pointer-events:auto}.traffic-lights{display:flex;gap:8px;align-items:center}.light{width:12px;height:12px;border-radius:50%;box-shadow:inset 0 0 0 .5px var(--traffic-ring);display:flex;align-items:center;justify-content:center;cursor:default}.light svg{width:7px;height:7px;opacity:0;transition:opacity .12s ease;color:#0000008c}.traffic-lights:hover .light svg{opacity:1}.light.red{background:var(--traffic-red)}.light.yellow{background:var(--traffic-yellow)}.light.green{background:var(--traffic-green)}.icon-btn{width:28px;height:28px;border-radius:5px;border:none;background:transparent;color:var(--toolbar-icon);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .1s,color .1s;padding:0;font-family:inherit;font-size:13px}.icon-btn:hover{background:var(--sidebar-hover);color:var(--toolbar-icon-hover)}.icon-btn svg{width:16px;height:16px}.ios-nav{display:none}.ios-back,.ios-action{background:none;border:none;padding:0;cursor:pointer;font-family:inherit;color:var(--ios-accent, #febc2e);display:inline-flex;align-items:center;gap:2px;font-size:17px;font-weight:400;letter-spacing:-.01em;min-width:44px;min-height:44px}.ios-back svg{width:22px;height:22px;margin-right:-2px}.ios-back[hidden]{display:none!important}.ios-nav-title{flex:1;text-align:center;font-size:17px;font-weight:600;color:var(--text);letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 8px}.ios-action{justify-content:flex-end}.ios-action-edit{font-weight:400}.ios-action-dots{width:30px;height:30px;border-radius:50%;border:1.5px solid var(--ios-accent, #febc2e);display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;line-height:0;padding-bottom:4px}.list-large-title{display:none;padding:8px 16px 12px;font-size:34px;font-weight:800;letter-spacing:-.025em;color:var(--text);line-height:1.05}.folders-large-title{display:none;padding:8px 16px 16px;font-size:34px;font-weight:800;letter-spacing:-.025em;color:var(--text);line-height:1.05}.ios-tabbar{display:none;position:fixed;left:0;right:0;bottom:0;z-index:25;height:calc(44px + env(safe-area-inset-bottom,0px));padding:0 12px env(safe-area-inset-bottom,0px);align-items:center;justify-content:space-between;background:linear-gradient(to top,var(--ios-bg, #000) 60%,rgba(0,0,0,0));color:var(--text-secondary)}.ios-tabbar-side{width:96px;display:flex;align-items:center}.ios-tabbar-left{justify-content:flex-start}.ios-tabbar-right{justify-content:flex-end}.ios-tabbar-center{flex:1;text-align:center;font-size:12px;color:var(--text-secondary)}.ios-tabbar-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;color:var(--ios-accent, #febc2e)}.ios-tabbar-icon svg{width:22px;height:22px}.folders-card,.list-group-card,.list-section{display:contents}.titlebar-middle{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:6px 12px;width:320px;flex-shrink:0;border-right:1px solid var(--sidebar-border);background:var(--list-bg)}.titlebar-middle-title{font-size:13px;font-weight:600;color:var(--text);line-height:1.1}.titlebar-middle-sub{font-size:11px;color:var(--text-tertiary);margin-top:2px}.titlebar-right{display:flex;align-items:center;padding:0 12px;gap:4px;flex:1;justify-content:flex-end;background:var(--content-bg)}.toolbar-divider{width:1px;height:16px;background:var(--sidebar-border);margin:0 6px}.window[data-sidebar=closed]{grid-template-columns:0 320px 1fr!important}.window[data-sidebar=closed] .folders{visibility:hidden}.folders{grid-column:1;grid-row:2;background:var(--sidebar-bg);backdrop-filter:saturate(180%) blur(30px);-webkit-backdrop-filter:saturate(180%) blur(30px);border-right:1px solid var(--sidebar-border);overflow-y:auto;display:flex;flex-direction:column;padding:4px 0 0}.folders-header{padding:14px 16px 4px;font-size:11px;font-weight:700;letter-spacing:.3px;color:var(--sidebar-text-dim)}.folder{display:flex;align-items:center;gap:8px;padding:5px 12px;margin:1px 6px;border-radius:6px;cursor:pointer;color:var(--sidebar-text);font-size:13px;user-select:none;transition:background .08s ease;line-height:1.3}.folder:hover{background:var(--sidebar-hover)}.folder.selected{background:var(--sidebar-selected)}.folder-icon{flex-shrink:0;color:var(--folder-outline);display:flex;align-items:center;width:18px;height:18px;transition:color .1s ease}.folder.selected .folder-icon{color:var(--folder-filled)}.folder-name{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.folder-count{color:var(--sidebar-count);font-size:13px;font-variant-numeric:tabular-nums}.folders-spacer{flex:1}.folders-footer{border-top:1px solid var(--sidebar-border);padding:8px 14px;display:flex;align-items:center;justify-content:space-between;gap:8px}.folders-footer a,.folders-footer button{font-size:12px;color:var(--sidebar-text-dim);text-decoration:none;background:none;border:none;cursor:pointer;padding:4px 6px;border-radius:4px;transition:color .15s,background .15s;font-family:inherit;display:flex;align-items:center;gap:5px}.folders-footer a:hover,.folders-footer button:hover{color:var(--sidebar-text);background:var(--sidebar-hover)}.notes-list{grid-column:2;grid-row:2;background:var(--list-bg);border-right:1px solid var(--sidebar-border);overflow:hidden;display:flex;flex-direction:column}.list-items{flex:1;overflow-y:auto;padding:2px 0 20px}.list-group-header{padding:14px 18px 6px;font-size:14px;font-weight:700;color:var(--text);letter-spacing:-.01em}.list-group-header:first-child{padding-top:10px}.list-group-header-pinned{display:flex;align-items:center;gap:6px;color:var(--text-secondary)}.list-group-header-pinned svg{width:14px;height:14px;flex-shrink:0}.note-item{padding:11px 16px 13px;cursor:pointer;position:relative;color:var(--text);display:flex;flex-direction:column;gap:4px}.note-item:not(:last-child):after{content:"";position:absolute;left:16px;right:16px;bottom:0;height:1px;background:var(--list-divider);pointer-events:none}.note-item:has(+.note-item.selected):after{display:none}.note-item:hover:not(.selected){background:var(--list-hover)}.note-item.selected{background:var(--list-selected);margin:0 8px;border-radius:6px;padding:11px 12px 13px}.note-item.selected:after{display:none}.note-item-title{font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--text)}.note-item-meta{display:flex;gap:6px;font-size:12px;align-items:baseline}.note-item-date{color:var(--text);font-weight:500;flex-shrink:0;font-variant-numeric:tabular-nums}.note-item-preview{color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0}.note-item-folder{display:flex;align-items:center;gap:4px;font-size:11px;color:var(--text-tertiary);margin-top:3px}.note-item-folder svg{width:12px;height:12px;flex-shrink:0}.list-empty{padding:30px 20px;text-align:center;color:var(--text-tertiary);font-size:13px;font-style:italic}.search-bar{padding:10px 14px 6px;display:none;background:var(--list-bg);border-bottom:1px solid var(--list-divider)}.search-bar.open{display:block}.folders-search{display:none;padding:10px 12px 8px}.search-wrap{position:relative}.search-wrap svg.ico{position:absolute;left:8px;top:50%;transform:translateY(-50%);width:12px;height:12px;color:var(--text-tertiary);pointer-events:none}.search-wrap input{width:100%;padding:5px 10px 5px 26px;background:var(--field-bg);border:none;border-radius:6px;font-family:inherit;font-size:13px;color:var(--text);outline:none}.search-wrap input::placeholder{color:var(--text-tertiary)}.content-pane{grid-column:3;grid-row:2;background:var(--content-bg);overflow-y:auto;position:relative}.content-scroller{padding:24px 48px 80px;max-width:820px}.note-body{display:none}.note-body.active{display:block}.note-body .note-date-small{font-size:11px;color:var(--text-tertiary);margin-bottom:14px;text-align:center}.note-body .note-title{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro,sans-serif;font-size:24px;font-weight:700;color:var(--text);margin-bottom:12px;line-height:1.2;letter-spacing:-.015em;border:none;outline:none;background:transparent;width:100%;padding:0;font-family:inherit}.note-body h3{font-size:16px;font-weight:600;margin:18px 0 6px;color:var(--text);letter-spacing:-.01em}.note-body p{font-size:14px;line-height:1.5;margin-bottom:8px;color:var(--text)}.note-body p em{color:var(--text-secondary);font-style:normal}.note-body a{color:var(--accent-link);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.note-body a:hover{text-decoration-thickness:2px}.note-body ul,.note-body ol{padding-left:22px;margin:4px 0 12px}.note-body ul li,.note-body ol li{font-size:14px;line-height:1.55;color:var(--text);margin-bottom:3px}.note-body img{max-width:100%;border-radius:6px;margin:8px 0}.note-body ul.checklist{list-style:none;padding-left:0;margin:8px 0}.note-body ul.checklist li{display:flex;align-items:flex-start;gap:10px;margin-bottom:6px;padding-left:2px}.note-body ul.checklist input[type=checkbox]{appearance:none;-webkit-appearance:none;width:18px;height:18px;border-radius:50%;border:1.5px solid var(--text-tertiary);background:transparent;margin:2px 0 0;flex-shrink:0;cursor:default;position:relative}.note-body ul.checklist input[type=checkbox]:checked{background:var(--folder-filled);border-color:var(--folder-filled)}.note-body ul.checklist input[type=checkbox]:checked:after{content:"";position:absolute;left:50%;top:46%;width:4px;height:8px;border-right:2px solid #1d1d1f;border-bottom:2px solid #1d1d1f;transform:translate(-50%,-50%) rotate(45deg)}.note-body ul.checklist li.checked{color:var(--text-tertiary);text-decoration:line-through}.back-btn{display:none}@media(max-width:900px){.window{inset:0;border-radius:0;box-shadow:none;grid-template-columns:1fr;grid-template-rows:44px 1fr}.titlebar-folders-slot,.titlebar-middle,.titlebar-right{display:none}.folders,.notes-list,.content-pane{grid-column:1;grid-row:2;display:none}.window[data-view=folders] .folders,.window[data-view=list] .notes-list{display:flex}.window[data-view=content] .content-pane{display:block}.titlebar{padding:0 8px;border-bottom:none}.titlebar-corner{display:none}.ios-nav{display:flex;flex:1;align-items:center;gap:4px;min-width:0}.content-scroller{padding:16px 18px 84px;max-width:none}.note-body .note-title{font-size:28px;line-height:1.1}}@media(max-width:600px){:root{--ios-bg: #000;--ios-card-bg: #1c1c1e;--ios-card-divider: rgba(255,255,255,.08);--ios-text: #f5f5f7;--ios-text-secondary: #98989d;--ios-accent: #febc2e;--ios-search-bg: rgba(118,118,128,.24)}[data-theme=dark]{--content-bg: var(--ios-bg);--list-bg: var(--ios-bg);--sidebar-bg: var(--ios-bg)}body{background:var(--ios-bg);color:var(--ios-text);font-size:16px}.window,.titlebar{background:var(--ios-bg)}.folders,.notes-list,.content-pane{background:var(--ios-bg);border-right:none;backdrop-filter:none;-webkit-backdrop-filter:none;padding-bottom:64px}.folders-large-title,.list-large-title{display:block}.folders-search{display:block!important;padding:0 16px 12px}.folders-search .search-wrap input{height:36px;padding:7px 10px 7px 32px;background:var(--ios-search-bg);border-radius:10px;font-size:16px;color:var(--ios-text)}.folders-search .search-wrap svg.ico{left:10px;width:14px;height:14px;color:var(--ios-text-secondary)}.folders-header{font-size:22px;font-weight:700;letter-spacing:-.01em;color:var(--ios-text);padding:18px 16px 8px;text-transform:none;display:flex;align-items:center;justify-content:space-between}.folders-card{display:block;background:var(--ios-card-bg);border-radius:12px;margin:0 14px;overflow:hidden}.folder{display:grid;grid-template-columns:32px 1fr auto auto;align-items:center;gap:12px;padding:12px 14px;margin:0;border-radius:0;font-size:17px;line-height:1.2;background:transparent;position:relative}.folder:not(:last-child):after{content:"";position:absolute;left:56px;right:0;bottom:0;height:1px;background:var(--ios-card-divider)}.folder.selected{background:#ffffff0a}.folder-icon{width:26px;height:26px;color:var(--ios-accent)!important}.folder-icon svg{width:26px;height:26px;fill:var(--ios-accent);stroke:var(--ios-accent);stroke-width:1.4}.folder-name{color:var(--ios-text);font-weight:400}.folder-count{color:var(--ios-text-secondary);font-size:17px;font-variant-numeric:tabular-nums}.folder-chevron{display:inline-flex;color:var(--ios-text-secondary);margin-left:4px}.folder-chevron svg{width:14px;height:14px}.folder.selected .folder-chevron{color:var(--ios-accent)}.folders-footer,.folders-spacer{display:none}.search-bar{display:block;padding:8px 16px 4px;background:var(--ios-bg);border-bottom:none}.search-bar .search-wrap input{height:36px;padding:7px 10px 7px 32px;background:var(--ios-search-bg);border-radius:10px;font-size:16px;color:var(--ios-text)}.search-bar .search-wrap svg.ico{left:10px;width:14px;height:14px;color:var(--ios-text-secondary)}.list-items{padding:4px 0 80px}.list-section{display:block;padding:0 14px;margin-top:18px}.list-group-header{font-size:22px;font-weight:700;letter-spacing:-.01em;color:var(--ios-text);padding:0 4px 8px}.list-group-card{display:block;background:var(--ios-card-bg);border-radius:12px;overflow:hidden}.note-item{padding:12px 14px 14px;gap:4px;position:relative;background:transparent}.note-item:not(:last-child):after{content:"";position:absolute;left:14px;right:0;bottom:0;height:1px;background:var(--ios-card-divider)}.note-item.selected{background:#ffffff0a;margin:0;padding:12px 14px 14px;border-radius:0}.note-item.selected:after{display:revert}.note-item-title{font-size:17px;font-weight:600;color:var(--ios-text)}.note-item-meta{font-size:15px;gap:8px}.note-item-date{color:var(--ios-text-secondary);font-weight:400}.note-item-preview{color:var(--ios-text-secondary)}.note-item-folder{margin-top:2px;font-size:13px;color:var(--ios-text-secondary)}.note-item-folder svg{width:12px;height:12px}.content-pane{background:var(--ios-bg)}.note-body{color:var(--ios-text)}.note-body p,.note-body li{color:var(--ios-text);font-size:17px;line-height:1.45}.note-body .note-title{color:var(--ios-text);font-size:28px}.note-body .note-date-small{color:var(--ios-text-secondary)}.ios-tabbar{display:flex}.window[data-view=content]~.ios-tabbar{display:none}}.folders::-webkit-scrollbar,.list-items::-webkit-scrollbar,.content-pane::-webkit-scrollbar{width:8px}.folders::-webkit-scrollbar-thumb,.list-items::-webkit-scrollbar-thumb,.content-pane::-webkit-scrollbar-thumb{background:#0000001f;border-radius:4px}[data-theme=dark] .folders::-webkit-scrollbar-thumb,[data-theme=dark] .list-items::-webkit-scrollbar-thumb,[data-theme=dark] .content-pane::-webkit-scrollbar-thumb{background:#ffffff1f}
