:root{font-family:Arial,Helvetica,sans-serif;color:#202124;background:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;font-size:14px;color-scheme:light}*{box-sizing:border-box}body{margin:0}button,input,textarea{font:inherit}button{cursor:pointer;color:inherit}button:disabled{cursor:default;opacity:.35}button,input,textarea{-webkit-tap-highlight-color:transparent}button{border:0;background:none}button:focus-visible,a:focus-visible,article:focus-visible{outline:2px solid #8b6a11;outline-offset:3px}input:focus,textarea:focus{outline:none}input::placeholder,textarea::placeholder{color:#686b6e}a{color:inherit;text-decoration:underline;text-underline-offset:2px;overflow-wrap:anywhere}svg{flex-shrink:0}button svg{vertical-align:middle}.icon-button{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;color:#5f6368;flex-shrink:0;transition:background .12s;position:relative}.icon-button:hover:not(:disabled){background:#2021240c}.icon-button:active:not(:disabled){background:#20212416}.text-button{border-radius:5px;padding:9px 20px;font-weight:550;font-size:14px;display:inline-flex;align-items:center;gap:8px}.text-button:hover{background:#2021240c}.toolbar-spacer{flex:1}.auto-textarea{resize:none;overflow:hidden;min-height:25px;border:0;background:transparent;width:100%;padding:0;line-height:1.55;color:#202124}.spinning{animation:spin 1.4s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.topbar{height:72px;border-bottom:1px solid #e8eaed;background:#fff;position:fixed;top:0;left:0;right:0;z-index:30;display:flex;align-items:center;padding:8px 24px 8px 14px;gap:20px}.brand-group{display:flex;align-items:center;gap:10px;min-width:220px}.brand{display:flex;align-items:center;gap:11px;padding:0;font-size:26px;font-weight:500;letter-spacing:-.8px;color:#5f6368}.brand-mark{background:#fbbc04;color:#fff;width:36px;height:43px;border-radius:7px;display:grid;place-items:center;box-shadow:inset 0 -3px #dba70328}.search-box{height:48px;display:flex;align-items:center;gap:16px;background:#f1f3f4;border-radius:9px;padding:0 16px;max-width:720px;min-width:160px;flex:1;color:#62666a;transition:background .15s,box-shadow .15s}.search-box:focus-within{background:#fff;box-shadow:0 1px 3px #3c40434d,0 1px 2px #3c404326}.search-box input{height:100%;border:0;background:none;font-size:16px;width:100%;min-width:0}.search-box input::-webkit-search-cancel-button{display:none}.search-box .icon-button{width:32px;height:32px;margin-right:-7px}.header-actions{display:flex;align-items:center;gap:5px;margin-left:auto}.sync-state{display:flex;align-items:center;gap:7px;color:#757a7e;font-size:12px;white-space:nowrap;margin-right:10px;cursor:default}.sync-online{color:#657569}.sync-offline,.sync-error{color:#8c762d}.sidebar{position:fixed;top:72px;bottom:0;left:0;width:260px;padding:14px 12px 20px 0;display:flex;flex-direction:column;z-index:20;background:#fff;transition:width .16s}.sidebar nav{display:flex;flex-direction:column;gap:2px}.nav-item{height:49px;border-radius:0 26px 26px 0;display:flex;align-items:center;text-align:left;padding:0 25px;gap:30px;font-weight:550;white-space:nowrap;overflow:hidden;flex-shrink:0}.nav-item:hover{background:#f1f3f4}.nav-item.active{background:#feefc3}.nav-item svg{color:#5f6368}.nav-item.active svg{color:#202124}.sidebar-closed .sidebar{width:82px;padding-right:8px}.sidebar-closed .nav-item{width:50px;margin-left:13px;border-radius:50%;padding:0 14px;gap:30px}.sidebar-closed .nav-item span{display:none}.main-content{margin-left:260px;padding:104px 36px 64px;min-height:100vh;transition:margin .16s}.sidebar-closed .main-content{margin-left:82px}.mobile-nav-backdrop{display:none}.composer{width:min(100%,600px);margin:0 auto 42px;border:1px solid #e0e0e0;border-radius:9px;box-shadow:0 1px 3px #00000026,0 2px 5px #00000012;position:relative;z-index:9}.composer-collapsed{display:flex;align-items:center;gap:8px;padding:4px 9px 4px 16px;min-height:47px}.composer-prompt{flex:1;text-align:left;color:#5f6368;font-size:16px;font-weight:500;padding:7px 0;min-width:80px}.title-input{background:none;border:0;font-size:17px;font-weight:550;line-height:1.5;width:100%;min-width:0;color:#202124}.notes-container{max-width:1700px;margin:0 auto}.notes-grid{column-width:230px;column-gap:16px}.note-card{display:inline-block;vertical-align:top;width:100%;break-inside:avoid;border:1px solid #dadce0;border-radius:9px;position:relative;cursor:default;transition:box-shadow .15s,border-color .15s;margin:0 0 16px;overflow:visible;outline:none}.note-card:hover,.note-card:is(:focus-visible,:has(:focus-visible)){box-shadow:0 2px 5px #00000020}.note-card.selected{border-color:#4b4f53;box-shadow:inset 0 0 0 1px #4b4f53}.note-card.selected:hover,.note-card.selected:is(:focus-visible,:has(:focus-visible)){box-shadow:inset 0 0 0 1px #4b4f53,0 2px 5px #00000020}.card-content{padding:15px 16px 3px;overflow:hidden}.card-content h2{font-size:16px;line-height:1.45;margin:0 22px 12px 0;font-weight:550;overflow-wrap:anywhere;white-space:pre-wrap}.card-body{font-size:14px;line-height:1.55;white-space:pre-wrap;overflow-wrap:anywhere;margin:0 0 11px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:13;overflow:hidden}.card-pin{position:absolute;right:5px;top:5px;width:33px;height:33px;opacity:0}.note-card:hover .card-pin,.note-card:is(:focus-visible,:has(:focus-visible)) .card-pin,.card-pin.pinned{opacity:1}.card-pin.pinned{color:#494d50}.select-note{position:absolute;z-index:3;top:-11px;left:-11px;width:23px;height:23px;padding:0;background:#fff;border:1px solid #747a7f;border-radius:50%;color:#fff;display:grid;place-items:center;opacity:0;box-shadow:0 0 0 2px #fff}.select-note.is-selected{background:#202124;border-color:#202124}.note-card:hover .select-note,.note-card:is(:focus-visible,:has(:focus-visible)) .select-note,.select-note.is-selected{opacity:1}.card-actions{display:flex;align-items:center;gap:9px;padding:2px 9px 5px;min-height:37px;opacity:0;transition:opacity .13s}.note-card:hover .card-actions,.note-card:is(:focus-visible,:has(:focus-visible)) .card-actions{opacity:1}.card-actions .icon-button{width:30px;height:30px;color:#54585b}.card-checklist{display:flex;flex-direction:column;gap:7px;margin:2px 0 11px}.check-row{display:flex;gap:9px;align-items:flex-start;line-height:1.4;font-size:14px}.check-row input,.editor-check-row>input[type=checkbox]{width:15px;height:15px;accent-color:#62666a;flex-shrink:0;margin:2px 0 0;cursor:pointer}.check-row span{overflow-wrap:anywhere;min-width:0}.completed-count{display:flex;align-items:center;gap:6px;font-size:12px;color:#686b6d;margin:9px 0 8px}.more-items{font-size:12px;color:#686b6d;margin:0 0 8px 24px}.empty-note{color:#808487;font-size:19px;margin:3px 0 16px}.group-label{font-size:11px;color:#62666a;letter-spacing:1px;text-transform:uppercase;font-weight:650;margin:0 0 12px 8px}.others-label{margin-top:22px}.notes-grid.list-view{column-count:1;column-width:auto;max-width:600px;margin:auto}.list-view .note-card{display:block}.list-view .card-body{-webkit-line-clamp:8}.list-view .card-images{max-height:280px}.list-view .card-images img{max-height:280px;object-fit:cover}.card-images{display:flex;overflow:hidden;border-radius:8px 8px 0 0;gap:2px}.card-images .note-image{flex:1;min-width:0}.note-image{position:relative}.note-image img{display:block;width:100%;height:auto;object-fit:cover;max-height:420px}.image-placeholder{min-height:140px;background:#20212408;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;color:#7d8184;padding:16px;font-size:11px;overflow-wrap:anywhere}.card-images+.card-content{padding-top:12px}.remove-image{position:absolute;right:6px;bottom:6px;background:#ffffffea!important;box-shadow:0 1px 4px #0002;width:29px;height:29px}.palette-anchor,.menu-anchor{position:relative}.color-picker{position:absolute;top:calc(100% + 7px);left:0;z-index:50;display:flex;gap:5px;background:#fff;border:1px solid #e4e5e7;border-radius:9px;box-shadow:0 3px 12px #0002;padding:9px;width:244px;flex-wrap:wrap}.color-swatch{width:32px;height:32px;border:1px solid #00000018;border-radius:50%;display:grid;place-items:center;color:#5b465c}.color-swatch:hover{outline:2px solid #767676;outline-offset:1px}.color-swatch.chosen{outline:2px solid #9564aa;outline-offset:1px}.popup-menu{position:absolute;background:#fff;border:1px solid #e3e5e7;box-shadow:0 3px 12px #0002;border-radius:8px;z-index:50;padding:6px 0;min-width:190px}.popup-menu button{display:flex;align-items:center;gap:12px;min-height:42px;width:100%;text-align:left;padding:10px 16px;white-space:nowrap;font-size:13px}.popup-menu button:hover{background:#f1f3f4}.popup-menu button svg{color:#676b6e}.settings-menu{right:0;top:48px;width:265px}.settings-heading{font-weight:600;font-size:14px;padding:13px 16px 8px}.settings-sync{display:flex;align-items:center;gap:9px;font-size:12px;color:#757a7d;padding:4px 16px 13px;border-bottom:1px solid #eee;margin-bottom:4px;line-height:1.4}.selection-topbar{gap:19px;background:#feefc3;padding-left:23px}.selection-count{font-size:20px;white-space:nowrap}.selection-actions{margin-left:auto;display:flex;align-items:center;gap:12px}.merge-button{display:flex;align-items:center;gap:8px;padding:10px 16px;border-radius:6px;font-weight:550}.merge-button:hover{background:#00000009}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:410px;padding:45px 16px}.empty-state>svg{color:#e2e4e6;margin-bottom:26px}.empty-state h2{font-weight:450;color:#777d81;font-size:21px;letter-spacing:-.3px;margin:0 0 9px}.loading-state{display:flex;gap:13px;align-items:center;justify-content:center;min-height:55vh;color:#8a8f92}.view-heading{margin:0 0 30px}.view-heading h1{font-size:25px;font-weight:500;margin:0 0 8px;letter-spacing:-.6px}.search-summary{color:#6f757a;font-size:13px;margin:10px 0 28px}.revision-list{display:flex;flex-direction:column;gap:12px}.revision-card{border:1px solid #e3e5e7;border-radius:9px;padding:19px;display:flex;gap:16px;align-items:flex-start}.revision-icon{width:38px;height:38px;display:grid;place-items:center;background:#f7f8f9;color:#82888d;border-radius:50%;flex-shrink:0}.revision-content{flex:1;min-width:0}.revision-content h3{font-size:15px;font-weight:550;margin:1px 0 6px;overflow-wrap:anywhere}.revision-content>p{font-size:11px;color:#8b9093;margin:0;line-height:1.5}.revision-content>p span{padding:0 4px}.preview-button{font-size:11px;color:#777f84;padding:10px 0 0;display:flex;align-items:center;gap:3px}.restore-version{font-size:12px;padding:8px 10px}.revision-preview{margin:16px 0 2px;font-size:13px;line-height:1.6;background:#f8f9fa;padding:14px;border-radius:5px;white-space:pre-wrap;overflow-wrap:anywhere}.revision-preview>div+div{border-top:1px solid #ddd;margin-top:12px;padding-top:12px}.revision-preview p{margin:5px 0}.revision-preview strong{font-size:13px;font-weight:550}.revision-preview :where(span){font-size:11px;color:#888}.checked-preview{text-decoration:line-through;color:#8b9093}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#20212491;display:flex;align-items:center;justify-content:center;padding:48px 24px;animation:fade-in .12s ease-out}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.note-editor{width:600px;max-width:100%;max-height:100%;border:1px solid #d4d5d6;border-radius:10px;box-shadow:0 9px 38px #0005;display:flex;flex-direction:column;animation:editor-in .14s ease-out}@keyframes editor-in{0%{transform:translateY(6px) scale(.99)}to{transform:translateY(0) scale(1)}}.editor-scroll{overflow-y:auto;overflow-x:hidden;min-height:0;border-radius:9px 9px 0 0}.editor-section{padding:16px 19px 0}.editor-title-row{display:flex;align-items:flex-start;gap:10px;margin-bottom:14px}.editor-title-row .title-input{font-size:21px;padding-top:5px;font-weight:550;line-height:1.5}.editor-title-row .icon-button{margin-right:-7px;margin-top:-2px}.editor-body{font-size:15px;line-height:1.65;min-height:50px;padding-bottom:6px}.editor-date{text-align:right;color:#6d7175;font-size:10px;padding:19px 24px 10px;letter-spacing:.2px}.editor-toolbar{display:flex;align-items:center;padding:3px 12px 7px;gap:9px;flex-shrink:0}.editor-toolbar .icon-button{width:34px;height:34px}.editor-toolbar .color-picker{top:auto;bottom:calc(100% + 8px)}.editor-menu{bottom:calc(100% + 8px);left:auto;right:0}.editor-check-row{display:flex;align-items:flex-start;gap:12px;min-height:33px;position:relative}.editor-check-row>input[type=checkbox]{margin-top:7px;width:16px;height:16px}.item-text{min-width:0;flex:1;background:none;border:none;padding:5px 0;line-height:1.5;font-size:15px}.item-actions{display:flex;align-items:center;opacity:0;margin-right:-7px;gap:0;padding-top:1px}.item-actions .icon-button{width:24px;height:28px}.editor-check-row:hover .item-actions,.editor-check-row:focus-within .item-actions{opacity:1}.editor-check-row.is-checked .item-text{color:#73777a;text-decoration:line-through}.new-item{display:flex;align-items:center;gap:10px;color:#6a7074;min-height:36px}.new-item input{min-width:0;width:100%;background:none;border:none;padding:7px 0;font-size:15px}.completed-items{border-top:1px solid #20212420;margin-top:15px;padding-top:11px}.completed-toggle{display:flex;align-items:center;gap:9px;font-size:12px;color:#61666b;padding:5px 0 12px}.editor-images{display:flex;flex-wrap:wrap;margin:-16px -19px 13px;gap:3px;overflow:hidden}.editor-images .note-image{flex:1 1 40%;min-width:0}.editor-images .note-image:only-child{flex-basis:100%}.editor-images img{max-height:420px;object-fit:contain}.uploading{display:flex;align-items:center;gap:7px;color:#676d71;font-size:12px;padding:15px 20px 0}.trash-banner{font-size:12px;background:#20212409;padding:12px 19px;display:flex;align-items:center;justify-content:space-between}.trash-banner button{font-size:12px;font-weight:600;padding:3px;color:#5f4d13}.toast{position:fixed;z-index:100;bottom:24px;left:24px;display:flex;align-items:center;gap:23px;background:#303235;color:#fafafa;border-radius:6px;box-shadow:0 3px 10px #0002;padding:11px 10px 11px 22px;font-size:13px;min-height:50px;max-width:calc(100vw - 48px);animation:editor-in .16s ease-out}.toast .icon-button{color:#e4e6e8;width:30px;height:30px}.toast .icon-button:hover{background:#ffffff17}.login-wrap{padding:120px 24px 40px;min-height:100vh;display:flex;align-items:center;justify-content:center}.login-card{width:380px;border:1px solid #e0e3e6;border-radius:13px;padding:34px}.login-logo{width:58px;height:64px;border-radius:11px;display:grid;place-items:center;background:#fbbc04;color:#fff;margin:0 auto 24px}.login-card h1{font-size:24px;font-weight:550;text-align:center;margin:0 0 8px;letter-spacing:-.7px}.login-card p{font-size:13px;color:#898f93;text-align:center;margin:0 0 32px}.login-card h1+label{margin-top:24px}.login-card label{font-size:12px;display:block;margin-bottom:9px;color:#6a7176}.login-card input{width:100%;border:1px solid #d8dcdf;border-radius:6px;padding:12px;background:none;font-size:15px}.login-card input:focus{border-color:#b08e24;box-shadow:0 0 0 2px #fbbc0420}.login-card>button{margin-top:20px;width:100%;border-radius:6px;padding:12px;background:#fbbc04;color:#433600;font-size:13px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:7px}@media(min-width:1700px){.notes-grid{column-width:245px}.main-content{padding-left:48px;padding-right:48px}}@media(max-width:1200px){.brand-group{min-width:205px}.header-actions{gap:0}.sync-state{margin-right:5px}.sync-state>span{display:none}.main-content{padding-left:26px;padding-right:26px}.sidebar{width:244px}.main-content{margin-left:244px}.topbar{gap:14px;padding-right:17px}.notes-grid{column-width:215px;column-gap:14px}}@media(max-width:900px){.brand-group{min-width:150px;gap:6px}.topbar{gap:14px}.sidebar{box-shadow:3px 0 10px #0000000f;width:260px;transition:transform .18s}.sidebar-closed .sidebar{width:260px;transform:translate(-100%);padding-right:12px}.sidebar-closed .nav-item{width:auto;margin-left:0;padding:0 25px;border-radius:0 26px 26px 0;gap:30px}.sidebar-closed .nav-item span{display:block}.main-content,.sidebar-closed .main-content{margin-left:0;padding:102px 24px 56px}.mobile-nav-backdrop{display:block;position:fixed;top:72px;right:0;bottom:0;left:0;background:#20212433;z-index:19}.notes-grid{column-width:210px}.composer{margin-bottom:36px}.empty-state{min-height:390px}.header-actions{gap:0}.sync-state{display:none}.search-box{gap:10px}}@media(max-width:620px){.topbar{height:64px;padding:8px 10px;gap:10px}.brand-group{min-width:auto;gap:4px}.brand{font-size:22px;gap:7px}.brand-mark{width:29px;height:35px;border-radius:5px}.brand-mark svg{width:22px;height:22px}.brand-group>.icon-button{width:35px;height:35px}.search-box{height:42px;min-width:0;padding:0 10px;gap:8px}.search-box>svg{width:18px;height:18px}.search-box input{font-size:14px}.header-actions{gap:0}.header-actions>.view-button{display:none}.header-actions>.history-button{width:32px;height:32px}.header-actions .menu-anchor>.icon-button{width:32px;height:32px}.search-box .icon-button{width:25px;height:25px}.sidebar,.mobile-nav-backdrop{top:64px}.main-content,.sidebar-closed .main-content{padding:85px 15px 65px}.composer{margin-bottom:28px;border-radius:8px}.composer-collapsed{padding:5px 8px 5px 14px;gap:1px;min-height:48px}.composer-prompt{font-size:15px}.composer-collapsed .icon-button{width:38px;height:38px}.notes-grid{column-count:2;column-width:auto;column-gap:10px}.note-card{border-radius:8px;margin-bottom:10px}.card-content{padding:12px 11px 0}.card-content h2{font-size:14px;margin-right:18px;margin-bottom:9px}.card-body{font-size:12px;line-height:1.6;-webkit-line-clamp:11;margin-bottom:9px}.card-checklist{gap:6px;margin-bottom:9px}.check-row{font-size:12px;gap:7px}.check-row input{width:13px;height:13px;margin-top:2px}.completed-count{font-size:10px;gap:4px}.completed-count svg{width:12px;height:12px}.card-pin{width:29px;height:29px;top:5px;right:3px}.card-pin svg{width:17px;height:17px}.card-actions{opacity:1;padding:2px 5px 5px;gap:4px;min-height:31px}.card-actions .icon-button{width:28px;height:28px}.card-actions .icon-button svg{width:15px;height:15px}.select-note{width:21px;height:21px;left:-5px;top:-8px}.note-card:focus-visible .select-note{opacity:1}.card-images{border-radius:7px 7px 0 0}.more-items{font-size:10px;margin-left:20px}.empty-state{min-height:380px;padding:35px 5px}.empty-state h2{font-size:19px}.group-label{font-size:10px;margin-left:3px}.others-label{margin-top:20px}.modal-backdrop{padding:16px 10px;align-items:center}.note-editor{border-radius:10px}.editor-section{padding-left:16px;padding-right:16px}.editor-title-row .title-input{font-size:20px}.editor-body,.item-text,.new-item input{font-size:16px}.editor-toolbar{gap:5px;padding:5px 7px 8px}.editor-toolbar .icon-button{width:34px;height:34px}.editor-toolbar .text-button{padding:9px 15px}.editor-images{margin-left:-16px;margin-right:-16px}.item-actions .icon-button{width:22px}.item-actions .icon-button:not(:last-child){display:none}.item-actions{opacity:.6}.selection-topbar{gap:8px;padding-left:9px}.selection-count{font-size:16px}.selection-actions{gap:2px}.selection-actions .icon-button{width:34px;height:34px}.merge-button{padding:8px}.merge-button span{display:none}.view-heading h1{font-size:22px}.revision-card{padding:14px 11px;gap:10px}.revision-icon{width:30px;height:30px}.revision-icon svg{width:17px;height:17px}.revision-content h3{font-size:14px}.revision-content>p{font-size:10px}.restore-version{padding:6px}.restore-version span{display:none}.toast{bottom:15px;left:12px;max-width:calc(100vw - 24px);font-size:12px;gap:14px;padding:10px 8px 10px 16px}.color-picker{width:213px;gap:5px;padding:8px}.color-swatch{width:28px;height:28px}.card-actions .color-picker{left:-7px}.notes-grid:not(.list-view) .note-card:nth-child(n+2) .color-picker{left:auto;right:-125px}.settings-menu{top:43px;right:0}.search-summary{font-size:12px}.title-input{font-size:16px}.login-card{padding:27px;max-width:100%}}.error-banner{display:flex;align-items:flex-start;gap:12px;border:1px solid #edd19d;background:#fff7e6;color:#795810;border-radius:7px;padding:13px 16px;font-size:13px;line-height:1.5;margin:0 auto 24px;max-width:850px}.error-banner svg{margin-top:1px}.editor-check-row{gap:8px}.item-drag-handle{width:22px;height:32px;padding:0;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#747a7f;border-radius:4px;opacity:0;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.editor-check-row:hover .item-drag-handle,.editor-check-row:focus-within .item-drag-handle,.item-drag-handle:focus-visible{opacity:.75}.item-drag-handle:hover{background:#2021240a}.item-drag-handle:active,.is-reordering .item-drag-handle{cursor:grabbing}.editor-checklist>.new-item{padding-left:30px}.checklist-group{position:relative}.editor-check-row.drag-source{opacity:.35}.editor-check-row.insert-before:before,.editor-check-row.insert-after:after{content:"";position:absolute;left:30px;right:0;height:2px;border-radius:2px;background:#947522;z-index:2;pointer-events:none}.editor-check-row.insert-before:before{top:-1px}.editor-check-row.insert-after:after{bottom:-1px}.check-drag-preview{position:fixed;z-index:120;display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid #dbd4bc;border-radius:6px;background:#fffcf2f5;box-shadow:0 3px 12px #20212426;color:#45494c;font-size:14px;pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.92}.check-drag-preview span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.check-drag-preview svg{color:#8b8981}.check-drag-preview.invalid-drop{opacity:.58}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(hover:none),(pointer:coarse){.item-drag-handle{opacity:.55;width:28px;height:36px}.editor-check-row{min-height:36px}.editor-checklist>.new-item{padding-left:36px}.editor-check-row.insert-before:before,.editor-check-row.insert-after:after{left:36px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}.development body{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NjAiIGhlaWdodD0iMjYwIiB2aWV3Qm94PSIwIDAgNDYwIDI2MCI+CiAgPGcgdHJhbnNmb3JtPSJyb3RhdGUoLTIyIDIzMCAxMzApIiBmaWxsPSIjYjQ1MzA5IiBmaWxsLW9wYWNpdHk9IjAuMTQiIHRleHQtYW5jaG9yPSJtaWRkbGUiIGZvbnQtZmFtaWx5PSJzeXN0ZW0tdWksIHNhbnMtc2VyaWYiIGZvbnQtd2VpZ2h0PSI3MDAiPgogICAgPHRleHQgeD0iMjMwIiB5PSIxMjgiIGZvbnQtc2l6ZT0iNDgiIGxldHRlci1zcGFjaW5nPSI0Ij5TVE9XIERFVjwvdGV4dD4KICAgIDx0ZXh0IHg9IjIzMCIgeT0iMTU1IiBmb250LXNpemU9IjE2IiBsZXR0ZXItc3BhY2luZz0iMiI+Tk9UIEFVVEhPUklUQVRJVkU8L3RleHQ+CiAgPC9nPgo8L3N2Zz4K);background-size:460px 260px;background-attachment:fixed}.development-notice{position:fixed;bottom:0;left:0;right:0;z-index:200;min-height:26px;display:flex;align-items:center;justify-content:center;padding:5px 10px calc(5px + env(safe-area-inset-bottom,0px));background:#fef3c7;color:#92400e;border-top:1px solid #f59e0b;font-size:11px;font-weight:700;letter-spacing:1.1px;line-height:16px;text-align:center;pointer-events:none;-webkit-user-select:none;user-select:none}.notes-grid.windowed-notes{position:relative;column-count:initial;column-width:initial;column-gap:normal;overflow-anchor:none}.windowed-card{position:absolute;min-width:0}.windowed-card .note-card{display:block;margin:0}.windowed-card:focus-within,.windowed-card:hover{z-index:2}.windowed-card.column-end .color-picker{left:auto;right:0}.open-image{display:block;width:100%;padding:0;text-align:inherit;border-radius:inherit;overflow:hidden}.open-image:focus-visible{outline-offset:-3px}.image-placeholder small{font-size:10px;text-align:center}.image-viewer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;background:#151617e8;display:flex;align-items:center;justify-content:center;padding:24px}.image-viewer{width:min(1100px,100%);max-height:calc(100dvh - 48px);display:flex;flex-direction:column;color:#fff;min-height:140px}.image-viewer-heading{display:flex;gap:16px;align-items:center;justify-content:space-between;padding:8px 0;overflow-wrap:anywhere}.image-viewer-heading .icon-button{color:#fff}.image-viewer>img{display:block;max-width:100%;min-height:0;object-fit:contain}.original-image-message{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:48px 24px;text-align:center;line-height:1.6}.original-image-message .text-button{background:#ffffff16}.history-heading{padding:10px 20px 14px;border-bottom:1px solid #20212416}.history-heading>.text-button{margin-left:-12px;padding:9px 12px;font-size:13px}.history-heading h2{font-size:20px;margin:12px 0 5px;font-weight:550}.history-heading>p{font-size:13px;color:#646a70;overflow-wrap:anywhere;margin:0}.note-history{padding:2px 16px 14px;background:#fff9}.note-history .revision-list{gap:0}.note-history .revision-card{padding:16px 0;border:0;border-bottom:1px solid #20212412;border-radius:0;align-items:flex-start;gap:12px;background:none}.note-history .revision-icon{width:29px;height:29px;background:#20212409;border-radius:50%;margin-top:2px}.note-history .revision-content h3{font-size:14px;margin:0 0 5px;line-height:1.4}.note-history .revision-content>p{font-size:11px;line-height:1.6;margin:0;color:#62686e}.revision-actions{display:flex;gap:16px;justify-content:space-between;align-items:center;margin-top:5px}.note-history .preview-button{padding:7px 0;font-size:12px}.note-history .restore-version{font-size:12px;padding:7px 8px;white-space:nowrap}.note-history .revision-preview{background:#fff;border:1px solid #20212412;padding:12px;white-space:normal;margin-top:8px}.revision-preview h4{font-size:14px;margin:0 0 10px;overflow-wrap:anywhere;white-space:pre-wrap}.revision-preview>section+section{border-top:1px solid #dadce0;margin-top:14px;padding-top:14px}.history-item{display:flex;gap:7px;align-items:flex-start;margin:4px 0;white-space:pre-wrap}.history-item>span:last-child{min-width:0;overflow-wrap:anywhere}.note-history .history-item span{font-size:13px;color:inherit}.history-empty-field{font-size:12px;color:#72706a}.revision-preview .history-changed{background:#fff0b3;box-shadow:0 0 0 3px #fff0b3;border-radius:2px}.revision-preview .history-highlight-key{font-size:10px;color:#74706a;margin:0 0 13px}.history-images{display:flex;gap:6px;flex-wrap:wrap;margin-top:12px}.history-images>div{width:120px;max-width:100%}.history-footer{padding:13px 20px;font-size:11px;line-height:1.5;color:#62686e;border-top:1px solid #20212416}.history-empty{padding:22px 5px;color:#6e7478;font-size:13px}.history-error,.history-removed{font-size:12px;line-height:1.5;color:#785511;margin-top:10px}.older-history{margin:14px auto 0;display:flex;font-size:13px}.note-attachment{background:#20212406}.open-attachment{display:flex;align-items:center;gap:10px;width:100%;min-height:85px;padding:16px;text-align:left;color:#4f555a}.open-attachment>svg{flex-shrink:0}.open-attachment>span{min-width:0;overflow-wrap:anywhere;font-size:13px;line-height:1.5}.open-attachment small{display:block;font-size:10px;color:#6d7378;margin-top:4px}.note-attachment:has(.remove-image) .open-attachment{padding-bottom:36px}.card-images:has(>.note-image>.open-image){display:grid;grid-auto-flow:column;grid-auto-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr);aspect-ratio:4/3;contain:size}.card-images:has(>.note-image>.open-image)>.note-image{height:100%;min-height:0;overflow:hidden}.card-images:has(>.note-image>.open-image) .open-image{height:100%;min-height:0}.card-images:has(>.note-image>.open-image) .open-image>img{height:100%;max-height:none;object-fit:cover}.card-images:has(>.note-image>.open-image) .image-placeholder{height:100%;min-height:0;overflow:hidden;padding:10px;gap:6px}.card-images:has(>.note-image>.open-image) .image-placeholder>span,.card-images:has(>.note-image>.open-image) .image-placeholder>small{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.card-images:has(>.note-image>.open-image) .open-attachment{height:100%;min-height:0;padding:10px;flex-direction:column;justify-content:center;text-align:center;gap:6px}.card-images:has(>.note-image>.open-image) .open-attachment:focus-visible{outline-offset:-3px}.card-images:has(>.note-image>.open-image) .open-attachment>span{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;font-size:11px}.attachment-viewer{width:min(480px,100%)}.attachment-download{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 15px;border-radius:6px;background:#fce7a0;color:#403913;text-decoration:none;overflow-wrap:anywhere}.note-labels{display:flex;flex-wrap:wrap;gap:5px;margin:10px 0}.label-chip{display:inline-flex;align-items:center;gap:4px;max-width:100%;min-width:0;overflow-wrap:anywhere;border-radius:12px;background:#f4f4f4;padding:3px 9px;font-size:10px;font-weight:400;line-height:1.4;color:#424649}.card-checklist .check-child,.history-item.check-child{margin-inline-start:24px}@media(max-width:620px){.image-viewer-backdrop{padding:12px}.image-viewer{max-height:calc(100dvh - 24px)}.history-heading{padding-left:16px;padding-right:16px}.note-history{padding-left:12px;padding-right:12px}.note-history .revision-card{gap:8px}.note-history .revision-icon{display:none}.history-footer{padding:12px 16px}}.label-chip-name{min-width:0;white-space:pre-wrap;font:inherit;color:inherit}.label-chip button{display:inline-flex;align-items:center;justify-content:center;width:20px;min-height:20px;flex-shrink:0;padding:0;border-radius:50%;margin:-2px -5px -2px 0}.label-chip button:hover{background:#20212418}.label-control{position:relative;flex-shrink:0}.label-picker{position:absolute;left:0;z-index:55;width:280px;max-width:calc(100vw - 40px);display:flex;flex-direction:column;background:#fff;border:1px solid #e0e2e4;border-radius:9px;box-shadow:0 3px 12px #0002;color:#202124;overflow:hidden}.label-picker>div:not(.label-picker-footer){min-height:0;overflow-y:auto}.label-picker-heading{padding:14px 14px 9px;font-size:14px;font-weight:600}.label-search{display:flex;align-items:center;gap:8px;margin:0 12px 8px;border-bottom:1px solid #dadce0;color:#73777a}.label-search:focus-within{border-color:#927729}.label-search input{width:100%;min-width:0;padding:8px 0;border:0;background:none;font-size:14px}.label-options{max-height:250px;overflow:auto;padding:2px 6px 6px}.label-option{display:flex;align-items:center;min-height:38px;border-radius:5px}.label-option:hover{background:#f1f3f4}.label-option label{display:flex;align-items:center;gap:10px;padding:8px;flex:1;min-width:0;font-size:13px;cursor:pointer}.label-option input{width:15px;height:15px;flex-shrink:0;margin:0;accent-color:#62666a}.create-label{display:flex;align-items:center;gap:8px;width:100%;text-align:left;padding:10px 8px;font-size:13px;border-radius:5px;overflow-wrap:anywhere}.create-label:hover{background:#f1f3f4}.create-label span{min-width:0}.label-picker-footer{display:flex;justify-content:flex-end;border-top:1px solid #eee;padding:4px 6px;flex-shrink:0}.sidebar nav{overflow-y:auto;min-height:0;padding-bottom:4px}.label-nav-toggle{position:relative;width:100%}.label-nav-toggle .label-nav-chevron{position:absolute;left:59px;color:#777}.label-nav-list{padding:3px 0 8px}.label-nav-row{display:flex;align-items:center;border-radius:0 22px 22px 0;padding:0 7px 0 61px;min-height:38px}.label-nav-item{display:flex;align-items:center;flex:1;min-width:0;min-height:38px;text-align:left;padding:8px 0;font-size:13px}.label-nav-row:hover{background:#f1f3f4}.label-nav-row.active{background:#feefc3}.sidebar-closed .label-nav-chevron{display:none}@media(max-width:620px){.label-search input{font-size:16px}.label-option label{min-height:42px}.editor-toolbar{gap:3px}.editor-toolbar .text-button{padding-left:12px;padding-right:12px}}.archived-results{background:#f1f3f4;border-radius:12px;margin-inline:-16px;padding:22px 16px 24px}.archived-results.after-live-notes{margin-top:76px}.archive-fold-heading{display:flex;align-items:center;justify-content:center;gap:10px;color:#80868b;font-size:13px;font-weight:500;letter-spacing:.3px;margin:0 0 30px}@media(max-width:620px){.archived-results{margin-inline:-10px;padding:20px 10px}.archived-results.after-live-notes{margin-top:60px}.archive-fold-heading{margin-bottom:25px;font-size:12px}}.label-row-actions{display:flex;align-items:center;gap:1px;flex-shrink:0;margin-left:4px;opacity:0;pointer-events:none}.label-row-actions .icon-button{width:28px;height:28px}.label-nav-row:hover .label-row-actions,.label-nav-row:has(:focus-visible) .label-row-actions,.label-nav-row.has-popup .label-row-actions{opacity:1;pointer-events:auto}@media(hover:none){.label-row-actions{opacity:1;pointer-events:auto}.label-row-actions .icon-button{width:34px;height:38px}.label-nav-row{padding-left:50px}}@media(max-width:400px){.brand>span:last-child{display:none}.topbar{gap:7px}}.toast>span{overflow-wrap:anywhere;min-width:0;max-width:620px}.history-label-change{display:flex;align-items:center;gap:10px;margin-top:10px}.history-label-change>span{min-width:0}.note-card{-webkit-user-select:none;user-select:none}.note-card img{-webkit-user-drag:none}.selection-export-button{display:flex;align-items:center;gap:6px;padding:8px 10px;border-radius:6px;white-space:nowrap}.selection-export-button:hover,.selection-export-button[aria-expanded=true]{background:#2021240c}.selection-export-menu{top:45px;left:0;right:auto;min-width:175px}.selection-actions{min-width:0}.note-card.selecting .select-note{opacity:1;pointer-events:auto}@media(hover:none){.note-card:not(.selecting) .select-note:not(:focus-visible){opacity:0;pointer-events:none}}@media(max-width:620px){.selection-export-button{padding:6px 3px;gap:1px}.selection-export-button>span{display:none}.selection-count{white-space:nowrap}.selection-export-menu{left:-45px;top:42px}.selection-actions .icon-button{width:32px}.selection-actions .merge-button{padding:6px}}@media(max-width:360px){.selection-count-word{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}}.trash-actions{display:flex;justify-content:flex-end;margin:0 0 22px}.trash-actions button{display:flex;align-items:center;gap:8px}.destructive-button{color:#b3261e}.destructive-button:hover{background:#fce8e6}.delete-notes-dialog{width:min(440px,calc(100vw - 32px));padding:24px;border:1px solid #dadce0;border-radius:12px;color:#202124;background:#fff;box-shadow:0 8px 32px #0003}.delete-notes-dialog::backdrop{background:#20212466}.delete-notes-dialog h2{font-size:20px;font-weight:500;margin:0 0 16px}.delete-notes-dialog p{font-size:14px;line-height:1.5;margin:0 0 20px;overflow-wrap:anywhere}.delete-dialog-actions{display:flex;justify-content:flex-end;gap:8px}.delete-dialog-actions button:disabled{opacity:.5;cursor:default}.delete-notes-dialog .delete-error{color:#b3261e}.editor-toolbar{position:relative}.editor-toolbar :is(.palette-anchor,.label-control){position:static}.editor-toolbar :is(.color-picker,.label-picker){left:auto;right:0}.settings-build{display:flex;flex-direction:column;gap:4px;padding:8px 16px;font-size:12px;color:#666b70;border-bottom:1px solid #e3e5e7;-webkit-user-select:text;user-select:text}.settings-build code{font-size:12px;color:#303235}.settings-build time{font-size:11px}.server-notice{max-width:min(600px,calc(100vw - 48px));align-items:center;z-index:110}.server-notice p{margin:0;overflow-wrap:anywhere}.server-notice .server-notice-status{margin-top:8px;font-size:13px;opacity:.85}.server-notice>button{flex-shrink:0;color:inherit;border:1px solid currentColor;border-radius:6px;padding:8px 12px;background:transparent;cursor:pointer}.server-notice>button:disabled{opacity:.5;cursor:default}@media(max-width:620px){.server-notice{max-width:calc(100vw - 24px)}}:root.demo{--demo-notice-height:180px;--demo-topbar-height:72px}.demo body{padding-top:var(--demo-notice-height)}.demo .topbar{top:var(--demo-notice-height)}.demo .sidebar,.demo .mobile-nav-backdrop{top:calc(var(--demo-notice-height) + var(--demo-topbar-height))}.demo .modal-backdrop,.demo .image-viewer-backdrop{top:var(--demo-notice-height)}.demo .image-viewer{max-height:calc(100dvh - var(--demo-notice-height) - 48px)}.demo .sync-demo{color:#785616}.demo-notice{position:fixed;inset:0 0 auto;z-index:150;background:#fff3cd;color:#513c10;border-bottom:1px solid #d8b96e;padding:10px 20px;box-shadow:0 2px 5px #0000000a}.demo-notice-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;max-width:1400px;margin:auto}.demo-notice-toggle{display:flex;align-items:center;gap:10px;text-align:left;padding:6px 0;font-size:13px;font-weight:600}.demo-notice-toggle strong{background:#775010;color:#fff;border-radius:4px;padding:4px 7px;font-size:11px;letter-spacing:1px}.demo-notice-actions{display:flex;align-items:center;gap:12px;flex-shrink:0;font-size:12px}.demo-notice-actions button,.demo-notice-actions a{display:flex;align-items:center;gap:6px;padding:7px 10px;border:1px solid #c9ad70;border-radius:5px;text-decoration:none;white-space:nowrap}.demo-notice-actions a{background:#fff9e9}.demo-details{max-width:1400px;margin:4px auto 2px;font-size:13px;line-height:1.55}.demo-details p{margin:4px 0}.demo-details p:last-child{font-size:12px;color:#6f5927}@media(max-width:620px){:root.demo{--demo-topbar-height:64px}.demo-notice{padding:7px 12px}.demo-notice-bar{flex-wrap:wrap;gap:4px}.demo-notice-toggle{flex:1 0 100%;gap:8px;font-size:12px}.demo-notice-actions{gap:8px;margin-left:auto;font-size:11px}.demo-notice-actions button,.demo-notice-actions a{padding:5px 8px}.demo-details{font-size:12px;line-height:1.4}.demo-details p:last-child{font-size:11px}.demo .image-viewer{max-height:calc(100dvh - var(--demo-notice-height) - 24px)}}
