:root{--note-min-width:160px;--note-min-height:100px;--toolbar-height:64px;--toolbar-padding:0 24px;--canvas-top:var(--toolbar-height);--safe-area-top:env(safe-area-inset-top,0px);--safe-area-bottom:env(safe-area-inset-bottom,0px);--safe-area-left:env(safe-area-inset-left,0px);--safe-area-right:env(safe-area-inset-right,0px)}.sticky-notes--embedded .notes-canvas{width:100%;height:auto;min-height:calc(100vh - 200px);position:relative;inset:auto;overflow:visible}.sticky-notes--embedded .notes-empty-state{text-align:center;padding:60px 20px;position:static;transform:none}.notes-canvas{top:calc(var(--toolbar-height) + var(--safe-area-top));cursor:pointer;background:#fafafa radial-gradient(circle at 1px 1px,#e8e8e8 1px,#0000 0) 0 0/20px 20px;width:100%;position:fixed;bottom:0;left:0;right:0;overflow:hidden}.notes-toolbar,.notes-copyright{cursor:pointer}.notes-nav{align-items:center;gap:12px;display:flex}.notes-toolbar{height:var(--toolbar-height);padding:0 var(--toolbar-padding);padding-right:calc(24px + var(--safe-area-right));padding-left:calc(24px + var(--safe-area-left));padding-top:var(--safe-area-top);z-index:100;background:#fff;border-bottom:1px solid #ebebeb;justify-content:space-between;align-items:center;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 1px 1px #00000005,0 2px 2px #0000000a}.notes-toolbar-actions{flex-wrap:nowrap;align-items:center;gap:12px;min-height:34px;display:flex;position:relative}.notes-btn{cursor:pointer;letter-spacing:-.14px;color:#171717;white-space:nowrap;touch-action:manipulation;background:linear-gradient(135deg,#fff 0%,#f0f0f0 100%);border:1px solid #ebebeb;border-radius:8px;padding:8px 16px;font-family:inherit;font-size:13px;font-weight:500;transition:all .15s;position:relative;transform:rotate(-1deg);box-shadow:0 1px 1px #00000005,0 2px 2px #0000000a}.notes-btn:hover{background:linear-gradient(135deg,#f5f5f5 0%,#e8e8e8 100%);transform:rotate(0)translateY(-2px);box-shadow:0 2px 2px #0000000a,0 8px 8px -8px #0000000a}.notes-btn:active{transform:rotate(0)translateY(0);box-shadow:0 1px 1px #00000005}.notes-btn-primary{color:#fff;background:linear-gradient(135deg,#7b5ce5 0%,#d81b60 100%);border-color:#0000}.notes-btn-primary:hover{background:linear-gradient(135deg,#8e6cf0 0%,#e6306e 100%);border-color:#0000}.notes-btn-fullscreen{color:#171717;background:linear-gradient(135deg,#fff 0%,#f0f0f0 100%);border-color:#ebebeb}.notes-btn-fullscreen:hover{background:linear-gradient(135deg,#f5f5f5 0%,#e8e8e8 100%);transform:rotate(0)translateY(-2px)}.notes-btn-clear{color:#171717;background:linear-gradient(135deg,#fff 0%,#f0f0f0 100%);border-color:#ebebeb}.notes-btn-clear:hover{background:linear-gradient(135deg,#f5f5f5 0%,#e8e8e8 100%);transform:rotate(0)translateY(-2px)}.notes-nav-brand{color:#171717;letter-spacing:-.32px;-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto;background:#fff;border:1px solid #ebebeb;border-radius:4px;margin-right:24px;padding:6px 14px;font-family:Geist,Inter,system-ui,sans-serif;font-size:18px;font-weight:700;text-decoration:none;transition:transform .2s;transform:rotate(-1deg);box-shadow:0 1px 1px #00000005,0 2px 2px #0000000a}.notes-nav-brand:hover{color:#171717;transform:rotate(0)}.notes-nav-brand,.notes-nav-brand:link,.notes-nav-brand:visited,.notes-nav-brand:active,.notes-nav-brand:focus,.notes-nav-brand:focus-visible{color:#171717!important;text-decoration:none!important}.notes-nav-link{color:#4d4d4d;letter-spacing:-.14px;white-space:nowrap;border:1px solid #0000;border-radius:100px;padding:9px 18px;font-family:Inter,system-ui,sans-serif;font-size:15px;font-weight:500;text-decoration:none;transition:all .15s}.notes-nav-link:hover{color:#171717;background:#f5f5f5}.notes-count{color:#737373;background:#f5f5f5;border-radius:100px;padding:4px 10px;font-family:Geist Mono,ui-monospace,monospace;font-size:12px}.notes-save-status{color:#43a047;opacity:0;padding:4px 8px;font-family:Geist Mono,ui-monospace,monospace;font-size:11px;transition:opacity .3s}.notes-save-status.visible{opacity:1}.notes-save-status.saving{color:#fb8c00}.sticky-note{min-width:var(--note-min-width);min-height:var(--note-min-height);cursor:pointer;-webkit-user-select:none;user-select:none;z-index:1;word-wrap:break-word;overflow-wrap:break-word;max-width:640px;transform:rotate(var(--rotation,0deg));touch-action:none;background-clip:padding-box;border:1px solid #00000014;border-radius:8px;flex-direction:column;padding:20px 18px 18px;transition:box-shadow .2s,transform .15s;display:flex;position:absolute;box-shadow:0 1px 1px #00000005,0 2px 2px #0000000a,0 8px 16px -4px #0000000a}.sticky-note:before{content:"";pointer-events:none;z-index:0;background:linear-gradient(135deg,#ffffff4d 0%,#0000 50%);border-radius:2px;position:absolute;inset:0}.sticky-note>*{z-index:1;position:relative}.sticky-note:hover{z-index:10;transform:rotate(var(--rotation,0deg)) translateY(-2px);box-shadow:0 4px 8px #0000001f,0 8px 16px #00000014,0 16px 32px #0000000f}.sticky-note.dragging{cursor:pointer;z-index:100;opacity:.92;border-radius:8px;transform:rotate(0);box-shadow:0 8px 16px #00000026,0 16px 32px #0000001a}.sticky-note.note-red{background:#ffcdd2;border-color:#ef9a9a80}.sticky-note.note-coral{background:#ffccbc;border-color:#ff8a8080}.sticky-note.note-orange{background:#ffe0b2;border-color:#ffcc8080}.sticky-note.note-gold{background:#fff8e1;border-color:#ffeb3b80}.sticky-note.note-yellow{background:#fff9c4;border-color:#f0e68c80}.sticky-note.note-lime{background:#dcedc8;border-color:#cddc3980}.sticky-note.note-olive{background:#f0f4c3;border-color:#cddc3980}.sticky-note.note-green{background:#c8e6c9;border-color:#a5d6a780}.sticky-note.note-teal{background:#b2dfdb;border-color:#80cbc480}.sticky-note.note-cyan{background:#b2ebf2;border-color:#80deea80}.sticky-note.note-blue{background:#bbdefb;border-color:#90caf980}.sticky-note.note-purple{background:#e1bee7;border-color:#ce93d880}.sticky-note.note-pink{background:#fce4ec;border-color:#f8bbd080}.sticky-note.note-custom{border-color:#17171733}.sticky-note-header{color:#999;letter-spacing:-.1px;justify-content:space-between;align-items:center;margin-bottom:10px;font-family:Geist Mono,ui-monospace,monospace;font-size:11px;display:flex}.sticky-note-actions{opacity:0;gap:4px;transition:opacity .15s;display:flex}.sticky-note:hover .sticky-note-actions{opacity:1}.sticky-note-action-btn{cursor:pointer;color:#737373;touch-action:manipulation;background:linear-gradient(135deg,#0000000a 0%,#00000014 100%);border:1px solid #00000014;border-radius:3px;padding:3px 6px;font-size:11px;line-height:1;transition:all .1s}.sticky-note-action-btn:hover{color:#171717;background:linear-gradient(135deg,#0000001a 0%,#00000024 100%)}.sticky-note-resize-handle{cursor:nwse-resize;touch-action:none;z-index:3;opacity:0;width:16px;height:16px;transition:opacity .15s;position:absolute;bottom:2px;right:2px}.sticky-note:hover .sticky-note-resize-handle,.sticky-note.note-selected .sticky-note-resize-handle{opacity:1}.sticky-note-resize-handle:after{content:"";border-bottom:2px solid #00000059;border-right:2px solid #00000059;border-bottom-right-radius:2px;width:8px;height:8px;position:absolute;bottom:3px;right:3px}.dark .sticky-note-resize-handle:after{border-color:#ffffff73}.sticky-note.resizing{z-index:100;transition:none;box-shadow:0 8px 16px #00000026,0 16px 32px #0000001a}.sticky-note-content{color:#171717;word-wrap:break-word;overflow-wrap:break-word;cursor:text;outline:none;flex:1;min-height:0;font-family:Geist,Inter,system-ui,sans-serif;font-size:14px;line-height:1.6;overflow:hidden auto}.sticky-note-content:focus{cursor:text}.sticky-note-content:empty:before{content:"Start typing...";color:#bbb;font-style:italic}.sticky-note-checklist{flex-direction:column;flex:1;gap:6px;min-height:0;padding:2px 0;display:flex;overflow:hidden auto}.checklist-item{border-radius:6px;align-items:center;gap:8px;padding:4px 2px;transition:background .12s;display:flex}.checklist-item:hover{background:#ffffff59}.checklist-item.is-done .checklist-input{opacity:.5;text-decoration:line-through}.checklist-checkbox{cursor:pointer;color:#171717;background:#fff;border:1.5px solid #a1a1a1;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:13px;line-height:1;transition:all .12s;display:inline-flex}.checklist-checkbox:hover{border-color:#171717}.checklist-input{font:inherit;color:inherit;background:0 0;border:none;outline:none;flex:1;min-width:0;padding:2px 0}.checklist-input::placeholder{color:#bbb;font-style:italic}.checklist-delete{opacity:0;cursor:pointer;color:#999;background:0 0;border:none;border-radius:4px;flex-shrink:0;width:20px;height:20px;font-size:16px;line-height:1;transition:opacity .15s,background .12s}.checklist-delete:hover{color:#171717;background:#00000014}.checklist-item:hover .checklist-delete,.checklist-item:focus-within .checklist-delete{opacity:1}.sticky-note[data-type=checklist] .sticky-note-action-btn[data-action=highlight]{display:none}@media (width<=768px){.checklist-delete{opacity:1;width:28px;height:28px;font-size:18px}.checklist-checkbox{width:24px;height:24px;font-size:14px}.checklist-item{gap:10px;padding:6px 4px}.checklist-input{font-size:16px}}@media (pointer:coarse){.checklist-delete{opacity:1}}.checklist-progress{color:#4d4d4d;letter-spacing:.2px;background:#ffffffbf;border:1px solid #00000014;border-radius:999px;margin-left:8px;padding:2px 7px;font-family:Geist Mono,ui-monospace,monospace;font-size:11px;font-weight:600}.checklist-item--new{opacity:.7}.checklist-checkbox--placeholder{opacity:.6}.dark .checklist-checkbox{color:#e0e0e0;background:#2a2a2a;border-color:#555}.dark .checklist-delete{color:#999}.dark .checklist-delete:hover{color:#e0e0e0;background:#ffffff1a}.dark .checklist-progress{color:#b0b0b0;background:#0000004d;border-color:#ffffff1a}.dark .checklist-input::placeholder{color:#777}.sticky-note-styles-picker{z-index:200;background:#fff;border:1px solid #ebebeb;border-radius:8px;flex-direction:column;gap:8px;width:280px;padding:12px;display:flex;position:absolute;top:100%;right:0;box-shadow:0 8px 16px -4px #0000000a}.styles-section{flex-direction:column;gap:6px;display:flex}.styles-section-label{color:#737373;text-transform:uppercase;letter-spacing:.5px;font-family:Geist Mono,ui-monospace,monospace;font-size:10px}.styles-swatches{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.styles-swatch{cursor:pointer;border:2px solid #00000014;border-radius:100px;width:20px;height:20px;transition:transform .1s}.styles-swatch:hover{transform:scale(1.2)}.styles-swatch.active{border-color:#171717}.styles-custom-color{cursor:pointer;border:1px solid #ebebeb;border-radius:4px;width:28px;height:28px;padding:0}.styles-custom-swatches{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.styles-saved-dot{cursor:pointer;border:2px solid #00000026;border-radius:100px;width:20px;height:20px;padding:0;transition:transform .1s}.styles-saved-dot:hover{transform:scale(1.2)}.styles-saved-dot.active{border-color:#171717;transform:scale(1.15)}.dark .styles-saved-dot.active{border-color:#fff}.note-modal-colors .styles-saved-dot{border:2px solid #0000;border-radius:100px;width:32px;height:32px}.note-modal-colors .styles-saved-dot.active{border-color:#171717}.dark .note-modal-colors .styles-saved-dot.active{border-color:#fff}.note-modal-colors .styles-add-custom-color{border:2px solid #0000;border-radius:100px;flex:none;width:32px;height:32px;font-size:18px}.note-modal-colors .styles-custom-swatches{gap:8px}.styles-add-custom-color{color:#171717;cursor:pointer;background:#fafafa;border:1px solid #d9d9d9;border-radius:4px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;font-size:18px;line-height:1;display:inline-flex}.styles-add-custom-color:hover{background:#f0f0f0}.styles-divider{background:#ebebeb;height:1px;margin:2px 0}.styles-rotate-btn{cursor:pointer;background:linear-gradient(135deg,#fff 0%,#f0f0f0 100%);border:1px solid #ebebeb;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;line-height:1;transition:background .1s,transform .1s;display:inline-flex}.styles-rotate-btn:hover{background:linear-gradient(135deg,#f5f5f5 0%,#e8e8e8 100%);transform:scale(1.05)}.styles-rotate-straighten{font-size:16px}.dark .styles-rotate-btn{color:#fff;background:#333;border-color:#444}.dark .styles-rotate-btn:hover{background:#3d3d3d}.dark .sticky-note-styles-picker{background:#2a2a2a;border-color:#444}.dark .styles-section-label{color:#737373}.dark .styles-divider{background:#444}.dark .styles-swatch{border-color:#ffffff26}.dark .styles-swatch.active{border-color:#fff}.sticky-note-highlighter{z-index:200;background:#fff;border:1px solid #ebebeb;border-radius:8px;flex-wrap:wrap;align-items:center;gap:4px;width:180px;padding:8px;display:flex;position:absolute;top:100%;right:0;box-shadow:0 8px 16px -4px #0000000a}.sticky-note-highlighter-swatch{cursor:pointer;border:2px solid #0000;border-radius:100px;width:20px;height:20px;transition:transform .1s}.sticky-note-highlighter-swatch:hover{transform:scale(1.2)}.sticky-note-highlighter-swatch.active{border-color:#171717}.sticky-note.note-selected{z-index:10;box-shadow:0 0 0 2px #0070f3,0 4px 8px #0000001f,0 8px 16px #00000014,0 16px 32px #0000000f}.notes-empty-state{text-align:center;color:#737373;font-family:Geist,Inter,system-ui,sans-serif;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.notes-empty-state h2{color:#171717;letter-spacing:-.4px;margin:0 0 8px;font-size:20px;font-weight:600}.notes-empty-state p{color:#737373;margin:0;font-size:14px}.notes-copyright{color:#737373;z-index:100;padding-right:calc(var(--safe-area-right));padding-bottom:var(--safe-area-bottom);font-family:Geist Mono,ui-monospace,monospace;font-size:11px;position:fixed;bottom:16px;left:50%;right:auto;transform:translate(-50%)}.notes-copyright a{color:#737373;text-decoration:none}.notes-copyright a:hover{color:#171717}mark.notes-search-highlight{color:#fff;background:#ff477e;border-radius:3px;padding:0 2px}.dark mark.notes-search-highlight{color:#171717;background:#ffd166}.notes-search{color:#171717;background:#fff;border:1px solid #ebebeb;border-radius:100px;outline:none;width:180px;max-width:50vw;padding:8px 12px;font-family:inherit;font-size:14px;transition:border-color .15s}.notes-search:focus{border-color:#171717}.notes-export-wrapper{position:relative}.notes-export-dropdown{z-index:200;background:#fff;border:1px solid #ebebeb;border-radius:8px;min-width:160px;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 8px 16px -4px #0000000a}.notes-export-option{color:#171717;cursor:pointer;text-align:left;background:#fff;border:none;width:100%;padding:10px 16px;font-family:Geist,Inter,system-ui,sans-serif;font-size:13px;font-weight:500;transition:background .15s;display:block}.notes-export-option:hover{background:#f5f5f5}.notes-export-option+.notes-export-option{border-top:1px solid #ebebeb}.dark .notes-export-dropdown{background:#2a2a2a;border-color:#444}.dark .notes-export-option{color:#e0e0e0;background:#2a2a2a}.dark .notes-export-option:hover{background:#333}.dark .notes-export-option+.notes-export-option{border-top-color:#444}.dark .notes-canvas{background:#1a1a1a radial-gradient(circle at 1px 1px,#333 1px,#0000 0) 0 0/20px 20px}.dark .notes-toolbar{background:#1a1a1a;border-bottom-color:#333;box-shadow:0 1px 1px #00000030,0 2px 2px #00000050}.dark .notes-btn{color:#e0e0e0;background:#2a2a2a;border-color:#444;box-shadow:0 1px 1px #00000030,0 2px 2px #00000050}.dark .notes-btn:hover{background:#333}.dark .notes-btn-primary{color:#171717;background:#fff;border-color:#fff}.dark .notes-btn-primary:hover{background:#e0e0e0}.dark .notes-btn-fullscreen{color:#e0e0e0;background:#2a2a2a;border-color:#444}.dark .notes-btn-fullscreen:hover{background:#333}.dark .notes-btn-clear{color:#e0e0e0;background:#2a2a2a;border-color:#444}.dark .notes-btn-clear:hover{background:#333}.dark .notes-nav-brand{color:#e0e0e0;background:#1a1a1a;border-color:#333;box-shadow:0 1px 1px #00000030,0 2px 2px #00000050}.dark .notes-nav-brand:hover{color:#e0e0e0}.dark .notes-nav-brand,.dark .notes-nav-brand:link,.dark .notes-nav-brand:visited,.dark .notes-nav-brand:hover,.dark .notes-nav-brand:active,.dark .notes-nav-brand:focus,.dark .notes-nav-brand:focus-visible{color:#e0e0e0!important;text-decoration:none!important}.dark .notes-count{color:#aaa;background:#2a2a2a}.dark .sticky-note{border-color:#ffffff14}.dark .sticky-note.note-red{background:#3a2020;border-color:#ef9a9a4d}.dark .sticky-note.note-coral{background:#3a2020;border-color:#ff8a804d}.dark .sticky-note.note-orange{background:#3a3020;border-color:#ffcc804d}.dark .sticky-note.note-gold{background:#3a3520;border-color:#ffeb3b4d}.dark .sticky-note.note-yellow{background:#3a3520;border-color:#f0e68c4d}.dark .sticky-note.note-lime,.dark .sticky-note.note-olive{background:#2a3a20;border-color:#cddc394d}.dark .sticky-note.note-green{background:#203a20;border-color:#a5d6a74d}.dark .sticky-note.note-teal{background:#203a30;border-color:#80cbc44d}.dark .sticky-note.note-cyan{background:#20303a;border-color:#80deea4d}.dark .sticky-note.note-blue{background:#202a3a;border-color:#90caf94d}.dark .sticky-note.note-purple{background:#2a203a;border-color:#ce93d84d}.dark .sticky-note.note-pink{background:#3a2030;border-color:#f8bbd04d}.dark .sticky-note-content{color:#e0e0e0}.dark .sticky-note-header{color:#737373}.dark .sticky-note-action-btn{color:#aaa;background:#ffffff0a;border-color:#ffffff14}.dark .sticky-note-action-btn:hover{color:#e0e0e0;background:#ffffff1a}.dark .sticky-note-highlighter{background:#2a2a2a;border-color:#444}.dark .notes-empty-state{color:#737373}.dark .notes-empty-state h2{color:#e0e0e0}.dark .notes-search{color:#e0e0e0;background:#2a2a2a;border-color:#444}.dark .notes-search:focus{border-color:#737373}.dark .notes-search::placeholder{color:#666}.dark .notes-copyright,.dark .notes-copyright a{color:#737373}.dark .notes-copyright a:hover{color:#ccc}.dark body{background:#1a1a1a}.note-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.note-modal{background:#fff;border:1px solid #ebebeb;border-radius:12px;width:400px;max-width:90vw;max-height:85vh;padding:32px;overflow-y:auto;box-shadow:0 1px 1px #00000005,0 2px 2px #0000000a,0 8px 16px -4px #0000000a,0 24px 48px -12px #0000001a}.note-modal-title{color:#171717;letter-spacing:-.4px;margin:0 0 24px;font-family:Geist,Inter,system-ui,sans-serif;font-size:20px;font-weight:600}.note-modal-field{margin-bottom:20px}.note-modal-label{color:#4d4d4d;letter-spacing:-.14px;margin-bottom:8px;font-family:Geist,Inter,system-ui,sans-serif;font-size:13px;font-weight:500;display:block}.note-modal-colors,.note-modal-custom-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.note-modal-type-row{gap:8px;display:flex}.note-modal-type-btn{cursor:pointer;background:#fff;border:1px solid #ebebeb;border-radius:999px;flex:1;padding:10px 12px;font-family:Geist,Inter,system-ui,sans-serif;font-size:13px;font-weight:600;transition:all .15s}.note-modal-type-btn.active{color:#fff;background:#171717;border-color:#171717}.dark .note-modal-type-btn{color:#e0e0e0;background:#1a1a1a;border-color:#333}.dark .note-modal-type-btn.active{color:#000;background:#fff;border-color:#fff}.note-modal-color-dot{cursor:pointer;border-radius:100px;width:32px;height:32px;transition:transform .1s,border-color .1s}.note-modal-color-dot:hover{transform:scale(1.15)}.note-modal-color-dot.active{border-color:#171717;transform:scale(1.1)}.dark .note-modal-custom-row input[type=color]{border-color:#ffffff2e}.note-modal-select{color:#171717;cursor:pointer;background:#fff;border:1px solid #ebebeb;border-radius:8px;outline:none;width:100%;padding:8px 12px;font-family:Geist,Inter,system-ui,sans-serif;font-size:14px}.note-modal-select:focus{border-color:#171717}.note-modal-font-row{align-items:center;gap:8px;display:flex}.note-modal-font-row .note-modal-select{flex:50%;width:auto;min-width:0}.font-picker{flex:1;min-width:0;position:relative}.font-picker-btn{color:#171717;cursor:pointer;text-align:left;background:#fff;border:1px solid #ebebeb;border-radius:8px;outline:none;justify-content:space-between;align-items:center;gap:8px;width:100%;padding:8px 12px;font-size:14px;display:flex}.font-picker-btn:focus{border-color:#171717}.font-picker-btn span:first-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.font-picker-chevron{color:#888;flex-shrink:0;font-size:12px}.font-picker-list{z-index:50;background:#fff;border:1px solid #ebebeb;border-radius:8px;max-height:220px;padding:4px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px -8px #00000026}.font-picker-item{text-align:left;color:#171717;cursor:pointer;background:0 0;border:none;border-radius:6px;width:100%;padding:8px 12px;font-size:14px;display:block}.font-picker-item:hover{background:#f5f5f5}.font-picker-item.active{background:#fff9c4;font-weight:600}.note-modal-actions{justify-content:flex-end;gap:12px;margin-top:28px;display:flex}.export-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.export-modal{background:#fff;border:1px solid #ebebeb;border-radius:12px;width:400px;max-width:90vw;max-height:85vh;padding:32px;overflow-y:auto;box-shadow:0 1px 1px #00000005,0 2px 2px #0000000a,0 8px 16px -4px #0000000a,0 24px 48px -12px #0000001a}.export-note-list{max-height:300px;margin-bottom:16px;overflow-y:auto}.export-note-item{cursor:pointer;color:#171717;border-radius:8px;align-items:center;gap:8px;padding:8px 12px;font-family:Geist,Inter,system-ui,sans-serif;font-size:13px;transition:background .1s;display:flex}.export-note-item:hover{background:#f5f5f5}.export-note-item input[type=checkbox]{accent-color:#171717;cursor:pointer;width:16px;height:16px}.export-note-item .export-note-preview{text-overflow:ellipsis;white-space:nowrap;color:#737373;flex:1;font-size:12px;overflow:hidden}.share-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.share-modal{background:#fff;border:1px solid #ebebeb;border-radius:12px;width:480px;max-width:90vw;padding:28px;box-shadow:0 1px 1px #00000005,0 2px 2px #0000000a,0 8px 16px -4px #0000000a,0 24px 48px -12px #0000001a}.share-modal-desc{color:#4d4d4d;margin:8px 0 0;font-size:14px;line-height:1.5}.share-link-row{gap:8px;margin:18px 0;display:flex}.share-link-input{color:#171717;text-overflow:ellipsis;background:#f9f9f9;border:1px solid #ebebeb;border-radius:8px;flex:1;padding:10px 12px;font-family:Geist Mono,ui-monospace,monospace;font-size:12px;overflow:hidden}.share-modal-actions{justify-content:flex-end;gap:8px;display:flex}.share-modal-note{color:#999;text-align:center;margin:14px 0 0;font-size:11px;line-height:1.4}.dark .share-modal{background:#2a2a2a;border-color:#444}.dark .share-link-input{color:#e0e0e0;background:#1a1a1a;border-color:#444}.dark .share-modal-desc,.dark .share-modal-note{color:#b0b0b0}.dark .export-modal{background:#2a2a2a;border-color:#444}.dark .export-note-item{color:#e0e0e0}.dark .export-note-item:hover{background:#333}.dark .export-note-item .export-note-preview{color:#aaa}.dark .font-picker-btn{color:#e0e0e0;background:#333;border-color:#444}.dark .font-picker-btn:focus{border-color:#737373}.dark .font-picker-chevron{color:#999}.dark .font-picker-list{background:#2a2a2a;border-color:#444}.dark .font-picker-item{color:#e0e0e0}.dark .font-picker-item:hover{background:#333}.dark .font-picker-item.active{background:#3a3520}.dark .note-modal{background:#2a2a2a;border-color:#444}.dark .note-modal-title{color:#e0e0e0}.dark .note-modal-label{color:#aaa}.dark .note-modal-select{color:#e0e0e0;background:#333;border-color:#444}.dark .note-modal-select:focus{border-color:#737373}@media (width<=768px){:root{--toolbar-height:64px;--toolbar-padding:0 12px}.notes-toolbar{padding:0 12px;padding-right:calc(12px + var(--safe-area-right));padding-left:calc(12px + var(--safe-area-left))}.notes-nav-brand{margin-right:12px;padding:4px 10px;font-size:15px}.notes-btn{padding:6px 12px;font-size:12px}.notes-search{width:120px;max-width:40vw;padding:6px 10px;font-size:13px}.sticky-note{min-width:140px;max-width:300px;min-height:100px;padding:14px 14px 12px}.note-modal{width:90vw;padding:24px}.notes-copyright{font-size:10px;bottom:8px;left:50%;right:auto;transform:translate(-50%)}.notes-search,.note-modal-select,.font-picker-btn{font-size:16px}.notes-mobile-link{touch-action:manipulation}}@media (width<=600px){:root{--toolbar-height:100px;--toolbar-padding:0 8px}.notes-toolbar{padding:0 8px;padding-right:calc(8px + var(--safe-area-right));padding-left:calc(8px + var(--safe-area-left));height:auto;min-height:var(--toolbar-height);flex-wrap:wrap;gap:4px;padding-top:6px;padding-bottom:6px}.notes-nav{gap:8px}.notes-nav-brand{margin-right:8px;padding:3px 8px;font-size:14px}.notes-toolbar-actions{flex-wrap:wrap;justify-content:flex-end;gap:4px;width:100%}.notes-btn{border-radius:6px;min-height:36px;padding:5px 10px;font-size:11px}.notes-search{width:100px;max-width:35vw;padding:5px 8px;font-size:12px}.notes-btn-fullscreen:not(.notes-mobile-toggle){display:none}.sticky-note{min-width:120px;max-width:260px;min-height:80px;padding:12px 12px 10px}.note-modal{width:95vw;max-height:90vh;padding:20px}.note-modal-title{font-size:17px}.note-modal-field{margin-bottom:14px}.note-modal-select,.font-picker-btn,.font-picker-item{padding:6px 10px;font-size:13px}.notes-copyright{display:none}.notes-export-dropdown{right:0}}@media (width<=480px){:root{--toolbar-height:48px;--toolbar-padding:0 6px}.notes-toolbar{padding:0 6px;padding-right:calc(6px + var(--safe-area-right));padding-left:calc(6px + var(--safe-area-left));gap:3px}.notes-nav-brand{margin-right:6px;padding:2px 6px;font-size:13px}.notes-btn{border-radius:4px;min-height:32px;padding:4px 8px;font-size:10px}.notes-search{width:80px;max-width:30vw;padding:4px 6px;font-size:11px}.sticky-note{min-width:100px;max-width:220px;min-height:70px;padding:10px 10px 8px}.note-modal{width:95vw;max-height:90vh;padding:16px}.note-modal-title{font-size:16px}.note-modal-label{font-size:12px}.note-modal-select,.font-picker-btn,.font-picker-item{padding:5px 8px;font-size:12px}.note-modal-actions{gap:8px;margin-top:20px}.notes-export-dropdown{min-width:140px;right:0}}@media (width<=360px){:root{--toolbar-height:44px}.notes-search{width:70px;max-width:28vw}.notes-btn{padding:3px 6px;font-size:9px}.sticky-note{min-width:90px;max-width:180px;min-height:60px}}@media (orientation:landscape) and (height<=500px){:root{--toolbar-height:40px}.notes-toolbar{height:40px}.notes-canvas{top:40px}.sticky-note{max-width:320px}.note-modal{max-height:70vh}}@media (hover:none) and (pointer:coarse){.notes-btn{min-width:44px;min-height:44px}.sticky-note-action-btn{min-width:36px;min-height:36px;padding:6px 8px}.styles-swatch{width:28px;height:28px}.sticky-note-highlighter-swatch{width:32px;height:32px}.notes-export-option{min-height:44px}}.notes-mobile-toggle{display:none}.notes-mobile-menu{top:var(--toolbar-height);z-index:99;background:#fff;border-bottom:1px solid #ebebeb;flex-direction:column;gap:4px;padding:8px 12px;display:none;position:fixed;left:0;right:0;box-shadow:0 2px 4px #0000000a}.notes-mobile-menu.open{display:flex}.notes-mobile-link{color:#4d4d4d;letter-spacing:-.14px;white-space:nowrap;border:1px solid #0000;border-radius:100px;padding:9px 18px;font-family:Inter,system-ui,sans-serif;font-size:15px;font-weight:500;text-decoration:none;transition:all .15s}.notes-mobile-link:hover,.notes-mobile-link.active{color:#171717;background:#f5f5f5}.notes-mobile-link-home,.notes-mobile-link-privacy{background:#fff9c4;border-color:khaki}.notes-mobile-link-notes,.notes-mobile-link-terms{background:#fce4ec;border-color:#f8bbd0}.notes-mobile-link-about{background:#c8e6c9;border-color:#a5d6a7}.notes-mobile-link-contact{background:#bbdefb;border-color:#90caf9}.notes-mobile-link-home:hover,.notes-mobile-link-home.active,.notes-mobile-link-privacy:hover{background:#f3ea9e;border-color:#e6d97b}.notes-mobile-link-notes:hover,.notes-mobile-link-notes.active,.notes-mobile-link-terms:hover{background:#f8d5e0;border-color:#f3aec6}.notes-mobile-link-about:hover,.notes-mobile-link-about.active{background:#b9dfbb;border-color:#96c99b}.notes-mobile-link-contact:hover,.notes-mobile-link-contact.active{background:#d3e6f9;border-color:#8fc2ef}@media (width<=600px){.notes-nav-link{display:none}.notes-mobile-toggle{justify-content:center;align-items:center;min-width:36px;min-height:36px;padding:0;font-size:18px;display:flex}.notes-toolbar-actions{border-top:1px solid #ebebeb;flex-wrap:wrap;justify-content:flex-end;gap:4px;width:100%;margin-top:4px;padding-top:6px;display:flex}.notes-search{flex:1;width:100%;min-width:80px;max-width:none}.notes-btn-fullscreen:not(.notes-mobile-toggle){display:none}.notes-mobile-menu{top:var(--toolbar-height)}}@media (prefers-reduced-motion:reduce){.sticky-note,.notes-btn,.notes-nav-brand{transition:none}}.notes-btn,.notes-btn:hover,.notes-btn:focus,a.notes-btn,button.notes-btn,.miro-btn,.miro-btn:hover,.miro-btn:focus,a.miro-btn,button.miro-btn{text-decoration:none!important}.dark .notes-mobile-menu{background:#1a1a1a;border-bottom-color:#333}.dark .notes-mobile-link{color:#aaa}.dark .notes-mobile-link:hover,.dark .notes-mobile-link.active{color:#e0e0e0;background:#333}
