@font-face{font-family:DM Sans;font-style:normal;font-weight:100 1000;font-display:swap;src:url(/fonts/dm-sans-variable.woff2)format("woff2-variations")}:root{color:#171717;font-synthesis:none;text-rendering:optimizelegibility;--canvas:#fcfcfb;--surface:#fff;--sidebar:#fff;--surface-hover:#efefec;--surface-selected:#e9e9e6;--text-primary:#171717;--text-secondary:#626262;--text-muted:#8a8a86;--border:#deded9;--border-strong:#c9c9c3;--danger:#a33a34;--danger-hover:#8e302b;--focus:#6e7d8f;background:#fcfcfb;font-family:DM Sans,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{width:100%;min-width:320px;height:100%;margin:0}body{overflow:hidden}button,input{font:inherit}button{color:inherit}button:disabled,input:disabled{cursor:not-allowed;opacity:.58}input:focus-visible{outline:2px solid var(--focus);outline-offset:2px}button:focus,button:focus-visible{outline:none}.app-shell{background:var(--canvas);width:100%;height:100dvh;min-height:560px;display:flex}.sidebar{background:var(--sidebar);border-right:1px solid #e7e7e3;flex-direction:column;flex:0 0 240px;width:240px;min-width:240px;padding:16px 12px 14px;transition:width .16s,min-width .16s,flex-basis .16s;display:flex;overflow:visible}.sidebar--collapsed{flex-basis:72px;width:72px;min-width:72px;padding-inline:10px}.sidebar__brand-row{justify-content:space-between;align-items:center;gap:8px;min-height:42px;padding-left:8px;display:flex}.sidebar__brand-info{z-index:45;position:relative}.brand{border-radius:9px;align-items:center;gap:10px;min-width:0;display:flex;position:relative;overflow:hidden}.brand:focus-visible{outline:none}.brand:after{content:"";pointer-events:none;background:linear-gradient(110deg,#0000 42%,#ffffff47 50%,#0000 58%);animation:6s ease-in-out infinite brand-shine;position:absolute;inset:-12px;transform:translate(-85%)}@keyframes brand-shine{0%,72%{transform:translate(-85%)}88%,to{transform:translate(85%)}}.brand__icon{object-fit:cover;border-radius:9px;flex:0 0 30px;width:30px;height:30px}.brand-popover{width:264px;color:var(--text);opacity:0;visibility:hidden;pointer-events:none;background:#fff;border:1px solid #e7e7e3;border-radius:12px;padding:14px;transition:opacity .14s,visibility .14s,transform .14s;position:absolute;top:calc(100% + 8px);left:0;transform:translateY(-4px);box-shadow:0 12px 32px #0000001a}.brand-popover:before{content:"";height:9px;position:absolute;bottom:100%;left:0;right:0}.sidebar__brand-info:hover .brand-popover,.sidebar__brand-info:focus-within .brand-popover{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.brand-popover__heading{align-items:center;gap:10px;display:flex}.brand-popover__heading img{object-fit:contain;flex:0 0 27px;width:27px;height:27px}.brand-popover__heading div{gap:2px;min-width:0;display:grid}.brand-popover__heading strong{font-size:13px;font-weight:650;line-height:1.2}.brand-popover__heading span{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:10.5px;line-height:1.3;overflow:hidden}.brand-popover__contact{width:34px;height:34px;color:var(--text-muted);border-radius:8px;flex:0 0 34px;place-items:center;margin-left:auto;text-decoration:none;transition:color .13s,background-color .13s;display:grid}.brand-popover__contact:hover{color:var(--text);background:#f5f5f2}.brand-popover__contact svg{fill:currentColor;width:18px;height:18px}.brand-popover__contact--whatsapp{color:#25d366}.brand-popover__contact--whatsapp:hover{color:#1eaf55}.icon-button{cursor:pointer;background:0 0;border:0;border-radius:9px;flex:0 0 40px;place-items:center;width:40px;height:40px;padding:0;transition:background-color .13s,color .13s;display:inline-grid}.icon-button:hover{background:var(--surface-hover)}.icon-button--sidebar{width:36px;height:36px;color:var(--text-secondary);flex-basis:36px}.sidebar__header-actions{align-items:center;gap:2px;display:flex}.account-placeholder{color:#777773;cursor:pointer;background:0 0;border:0;border-radius:8px;flex:none;align-items:center;gap:8px;width:auto;height:34px;padding:0 8px;transition:background-color .13s,color .13s;display:inline-flex}.account-placeholder:hover{color:var(--text-primary);background:var(--surface-hover)}.account-placeholder img{object-fit:cover;border-radius:50%;width:26px;height:26px}.account-placeholder__label{color:var(--text-secondary);white-space:nowrap;font-size:11px;font-weight:550}.sidebar--collapsed .sidebar__brand-row{flex-direction:column;min-height:82px;padding-left:0}.sidebar--collapsed .icon-button--sidebar{order:2}.sidebar--collapsed .sidebar__header-actions{display:contents}.sidebar--collapsed .account-placeholder{border-radius:50%;flex-basis:34px;justify-content:center;width:34px;padding:0}.new-note-fab{z-index:10;color:#fff;cursor:pointer;background:#1b1b1d;border:1px solid #1b1b1d;border-radius:50%;place-items:center;width:44px;height:44px;padding:0;transition:background-color .13s,transform .13s,box-shadow .13s;display:grid;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 14px #00000021}.new-note-fab:hover{background:#2c2c2f;box-shadow:0 6px 18px #00000029}.new-note-fab:active{transform:translateY(1px)}.new-note-fab--empty:after{content:"";pointer-events:none;border-radius:inherit;border:1px solid #1b1b1d4d;animation:2.2s ease-out infinite new-note-wave;position:absolute;inset:-1px}@keyframes new-note-wave{0%{opacity:.55;transform:scale(1)}78%,to{opacity:0;transform:scale(1.65)}}.notes-nav{scrollbar-width:thin;scrollbar-color:#d0d0cc transparent;flex:1;margin:30px -4px 0;padding:0 4px 20px;overflow:hidden auto}.note-group+.note-group{margin-top:22px}.note-group__title{color:var(--text-muted);letter-spacing:.01em;margin:0 8px 11px;font-size:12px;font-weight:600}.note-group__list{gap:2px;display:grid}.note-row{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:7px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;width:100%;min-height:32px;padding:0 8px;transition:background-color .12s;display:grid}.sidebar:not(.sidebar--collapsed) .note-row:hover .note-row__title,.sidebar:not(.sidebar--collapsed) .note-row--active .note-row__title{color:var(--text-primary)}.sidebar:not(.sidebar--collapsed) .note-row:hover{background:#f7f7f5}.sidebar:not(.sidebar--collapsed) .note-row--active{background:#f4f4f2}.sidebar:not(.sidebar--collapsed) .note-row--active:hover{background:#f1f1ef}.note-row__color{border-radius:50%;width:7px;height:7px;box-shadow:inset 0 0 0 1px #00000012}.note-row__title{color:#2d2d2c;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:450;overflow:hidden}.note-row__time{color:var(--text-muted);white-space:nowrap;font-size:11px}.sidebar--collapsed .notes-nav{margin-top:12px}.sidebar--collapsed .note-group+.note-group{margin-top:8px}.sidebar--collapsed .note-row{grid-template-columns:1fr;justify-items:center;width:44px;min-height:32px;margin-inline:auto;padding:0;display:grid}.sidebar--collapsed .note-row:hover{background:var(--surface-hover)}.sidebar--collapsed .note-row--active{background:#f4f4f2}.sidebar--collapsed .note-row--active:hover{background:#f1f1ef}.sidebar--collapsed .note-row__color{width:9px;height:9px}.sidebar__footer{border-top:1px solid #efefec;flex:none;align-items:center;gap:4px;margin-top:8px;padding:10px 8px 0;display:flex;position:relative}.sidebar__account-prompt{width:100%;padding:6px 2px 4px}.sidebar__account-prompt h2{color:var(--text-primary);letter-spacing:-.015em;margin:0;font-size:14px;font-weight:620;line-height:1.35}.sidebar__account-prompt p{color:#999994;margin:8px 0 0;font-size:11.5px;line-height:1.5}.sidebar__account-prompt button{width:100%;min-height:42px;color:var(--text-primary);cursor:pointer;background:#fff;border:1px solid #d4d4cf;border-radius:999px;margin-top:16px;padding:0 14px;font-size:13px;font-weight:600;transition:background-color .13s,border-color .13s}.sidebar__account-prompt button:hover{background:#f8f8f6;border-color:#c4c4bf}.sidebar__user-card{z-index:40;text-align:left;background:0 0;border:0;align-items:center;gap:10px;width:100%;min-width:0;min-height:44px;padding:5px 2px;display:flex;position:relative}.sidebar__user-card--compact{cursor:pointer}.sidebar__account-menu-root{width:100%;min-width:0;position:relative}.sidebar__user-avatar{color:#fff;letter-spacing:-.02em;background:#4ca94f;border-radius:50%;flex:0 0 34px;place-items:center;width:34px;height:34px;font-size:11.5px;font-weight:560;display:grid}.sidebar__user-copy{flex:1;gap:1px;min-width:0;display:grid}.sidebar__user-name,.sidebar__user-email{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sidebar__user-name{color:var(--text-primary);font-size:13.5px;font-weight:520;line-height:1.25}.sidebar__user-email{color:#999994;font-size:11.5px;line-height:1.25}.sidebar__user-settings-button{color:#777773;cursor:pointer;background:0 0;border:0;flex:none;place-items:center;width:32px;height:32px;margin-left:auto;padding:0;display:grid}.sidebar__account-popover{z-index:40;background:#fff;border:1px solid #deded9;border-radius:12px;width:calc(100% + 50px);padding:8px;position:absolute;bottom:calc(100% + 8px);left:0;box-shadow:0 8px 28px #0000001a}.sidebar__account-popover-backdrop{z-index:30;cursor:default;background:0 0;border:0;padding:0;position:fixed;inset:0}.sidebar__account-popover-header{align-items:center;gap:10px;min-width:0;padding:5px 5px 9px;display:flex}.sidebar__account-popover-divider{background:#ecece8;height:1px;margin:0 5px 5px}.sidebar__account-menu-item{width:100%;min-height:38px;color:var(--text-primary);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;padding:0 9px;font-size:12.5px;font-weight:500;display:flex}.sidebar__account-menu-item:hover{background:#f4f4f2}.sidebar__account-menu-item--danger{color:var(--danger)}.sidebar__account-menu-item--danger:hover{color:var(--danger-hover);background:#fbf1f0}.sidebar__free-note{flex:1;align-items:center;gap:8px;min-width:0;min-height:40px;padding:2px 6px;display:flex}.sidebar__leaf-icon{object-fit:contain;flex:none;width:18px;height:18px}.sidebar__free-copy{gap:2px;min-width:0;display:grid}.sidebar__free-title{color:var(--text-secondary);font-size:11px;font-weight:570;line-height:1.2}.sidebar__free-domain{color:#a1a19c;text-overflow:ellipsis;white-space:nowrap;font-size:9.5px;font-weight:400;line-height:1.2;overflow:hidden}.sidebar--collapsed .sidebar__footer{flex-direction:column;gap:4px;padding-inline:0}.sidebar--collapsed .sidebar__free-note{justify-content:center;min-height:28px;padding-inline:0}.sidebar--collapsed .sidebar__user-card{border-radius:50%;justify-content:center;width:34px;margin-inline:auto;padding:0}.sidebar--collapsed .sidebar__account-popover{width:266px;left:0;right:auto}.workspace{background:var(--surface);flex-direction:column;flex:1;min-width:0;display:flex}.empty-notes{text-align:center;background:var(--surface);flex:1;place-items:center;min-width:0;padding:48px 28px;display:grid}.empty-notes__content{width:min(100%,380px);transform:translateY(-4vh)}.empty-notes h1{color:var(--text-primary);letter-spacing:-.025em;margin:0;font-size:22px;font-weight:600;line-height:1.25}.empty-notes p{color:var(--text-muted);margin:10px 0 0;font-size:14px;line-height:1.55}.empty-notes .empty-notes__error{color:var(--danger)}.empty-notes__action{min-height:40px;color:var(--text-primary);background:var(--surface);border:1px solid var(--border);cursor:pointer;border-radius:8px;align-items:center;gap:8px;margin-top:22px;padding:0 14px;font-size:13px;font-weight:600;transition:background-color .13s,border-color .13s;display:inline-flex}.empty-notes__action:hover{background:var(--surface-hover);border-color:var(--border-strong)}.note-header{border-bottom:1px solid #e7e7e3;justify-content:space-between;align-items:center;gap:24px;min-height:86px;padding:12px clamp(22px,3vw,46px);display:flex}.note-title-group{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.note-title-input{width:min(100%,720px);min-width:0;color:var(--text-primary);letter-spacing:-.035em;background:0 0;border:0;border-radius:5px;padding:4px 2px;font-size:clamp(24px,2.2vw,31px);font-weight:610;line-height:1.2}.note-title-input::placeholder{color:#a0a09c}.note-header__actions{flex:none;align-items:center;gap:10px;display:flex}.save-state{color:var(--text-muted);white-space:nowrap;font-size:12px;font-weight:350}.note-header__divider{background:var(--border);width:1px;height:26px;margin-inline:2px}.icon-button--danger{color:#424240}.icon-button--danger:hover{color:var(--danger);background:#f5e9e7}.color-picker{flex:none;position:relative}.note-color-button{cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;width:40px;height:40px;padding:0;display:grid}.note-color-button:hover{background:var(--surface-hover)}.note-color-button>span{border-radius:50%;width:20px;height:20px;box-shadow:inset 0 0 0 1px #00000014}.color-popover{z-index:20;background:var(--surface);border:1px solid var(--border);border-radius:10px;width:272px;padding:16px;position:absolute;top:46px;left:0;box-shadow:0 10px 32px #0000001a}.color-popover__title{margin:0 0 12px;font-size:14px;font-weight:610}.color-grid{grid-template-columns:repeat(5,32px);justify-content:space-between;gap:10px;display:grid}.color-option{color:#fff;cursor:pointer;border:3px solid #fff;border-radius:50%;place-items:center;width:32px;height:32px;padding:0;display:grid;box-shadow:0 0 0 1px #0000001f}.color-option--selected{box-shadow:0 0 0 2px #4d4d4b}.custom-color{margin-top:16px;display:block}.custom-color>span{color:var(--text-secondary);margin-bottom:6px;font-size:11px;font-weight:550;display:block}.custom-color__controls{gap:7px;display:flex}.custom-color input{width:100%;min-width:0;height:36px;color:var(--text-primary);border:1px solid var(--border);background:#fbfbfa;border-radius:7px;padding:0 10px;font-size:12px}.custom-color button{color:#fff;cursor:pointer;background:#29292b;border:0;border-radius:7px;height:36px;padding:0 11px;font-size:12px;font-weight:600}.field-error{color:var(--danger);margin:7px 0 0;font-size:11px}.editor-region{background:var(--surface);border:0;border-radius:0;flex:1;min-height:0;margin:0;overflow:hidden}.editor-region>div,.editor-region .tox-tinymce{height:100%!important}.editor-region .tox-tinymce{border:0!important;border-radius:0!important}.tox .tox-editor-header{box-shadow:none!important;border:0!important;padding-top:8px!important}.tox .tox-tbtn,.tox .tox-number-input,.tox .tox-number-input input,.tox .tox-number-input button{box-shadow:none!important;border:0!important}.tox .tox-toolbar,.tox .tox-toolbar__overflow,.tox .tox-toolbar__primary,.tox .tox-menubar{background-color:#fff!important}.tox .tox-toolbar__group{padding-inline:5px!important}.tox .tox-tbtn{border-radius:7px!important}.tox .tox-tbtn--active,.tox .tox-tbtn--enabled,.tox .tox-tbtn--enabled:focus,.tox .tox-tbtn--enabled:hover{color:#171717!important;background:#e9e9e6!important}.tox .tox-tbtn--active svg,.tox .tox-tbtn--enabled svg,.tox .tox-tbtn--enabled:focus svg,.tox .tox-tbtn--enabled:hover svg{fill:#171717!important}.tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled){color:#171717!important;background-color:#e9e9e6!important}.tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled) svg{fill:#171717!important}.tox .tox-tbtn:focus:after,.tox .tox-tbtn--enabled:focus:after,.tox .tox-collection__item--active:not(.tox-collection__item--state-disabled):focus:after{box-shadow:none!important}.account-dialog{width:min(410px,100vw - 32px);color:var(--text-primary);background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:0;box-shadow:0 20px 60px #00000029}.account-dialog::backdrop{background:#1818173d}.account-dialog__content{padding:26px}.account-dialog__topbar,.delete-dialog__topbar{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.modal-close-button{width:34px;height:34px;color:var(--text-muted);cursor:pointer;background:0 0;border:0;border-radius:8px;flex:0 0 34px;place-items:center;margin:-5px -5px 0 0;padding:0;transition:background-color .13s,color .13s;display:grid}.modal-close-button:hover{color:var(--text-primary);background:var(--surface-hover)}.account-dialog__heading h2{letter-spacing:-.025em;margin:0;font-size:22px;font-weight:650;line-height:1.25}.account-dialog__heading p{color:var(--text-muted);margin:8px 0 0;font-size:13px;line-height:1.5}.account-tabs{background:#f2f2f0;border-radius:9px;grid-template-columns:1fr 1fr;gap:3px;margin-top:22px;padding:3px;display:grid}.account-tab{min-height:34px;color:var(--text-muted);cursor:pointer;background:0 0;border:0;border-radius:7px;padding:0 12px;font-size:12px;font-weight:600}.account-tab--active{color:var(--text-primary);background:#fff;box-shadow:0 1px 3px #00000012}.account-form{gap:15px;margin-top:20px;display:grid}.account-field{gap:7px;display:grid}.account-field>span{color:var(--text-secondary);font-size:12px;font-weight:560}.account-field input{width:100%;height:43px;color:var(--text-primary);border:1px solid var(--border);background:#fbfbfa;border-radius:8px;padding:0 12px}.account-field input::placeholder{color:#aaa9a5}.account-field input:focus-visible{border-color:#aaa9a5;outline:0;box-shadow:0 0 0 2px #6e7d8f24}.account-form__feedback{color:#6f654e;background:#f7f3e8;border-radius:7px;margin:-2px 0 0;padding:10px 11px;font-size:11px;line-height:1.45}.account-form__feedback--error{color:#873b36;background:#fbefed}.account-form__feedback--success{color:#45684c;background:#edf6ee}.account-form__forgot{color:var(--text-muted);cursor:pointer;background:0 0;border:0;justify-self:end;margin-top:-7px;padding:0;font-size:11.5px;font-weight:520}.account-form__forgot:hover{color:var(--text-primary)}.account-form__submit,.account-form__cancel{cursor:pointer;border-radius:8px;min-height:42px;padding:0 14px;font-size:13px;font-weight:600}.account-form__submit{color:#fff;background:#1f1f20;border:1px solid #1f1f20;margin-top:3px}.account-form__submit:hover{background:#303032}.account-form__cancel{color:var(--text-secondary);background:0 0;border:0;margin-top:-7px}.account-form__cancel:hover{background:var(--surface-hover)}.delete-dialog{width:min(440px,100vw - 32px);color:var(--text-primary);background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:0;box-shadow:0 20px 60px #0000002e}.delete-dialog::backdrop{background:#1818173d}.delete-dialog__content{padding:24px}.delete-dialog h2{letter-spacing:-.025em;margin:0;font-size:20px;font-weight:650}.delete-dialog p{color:var(--text-secondary);margin:12px 0 0;font-size:14px;line-height:1.55}.delete-dialog .dialog-feedback--error{color:#873b36;background:#fbefed;border-radius:7px;padding:9px 10px;font-size:12px}.delete-dialog__actions{justify-content:flex-end;gap:9px;margin-top:24px;display:flex}.button{cursor:pointer;border-radius:8px;min-height:40px;padding:0 15px;font-size:13px;font-weight:600}.button--secondary{color:var(--text-primary);border:1px solid var(--border-strong);background:#fff}.button--secondary:hover{background:var(--surface-hover)}.button--danger{color:#fff;background:var(--danger);border:1px solid var(--danger)}.button--danger:hover{background:var(--danger-hover)}.snackbar{z-index:80;width:min(352px,100vw - 32px);min-height:52px;color:var(--text-primary);border:1px solid var(--border);background:#fff;border-radius:11px;align-items:center;gap:10px;padding:10px 10px 10px 12px;animation:.16s ease-out both snackbar-enter;display:flex;position:fixed;bottom:82px;right:24px;overflow:hidden;box-shadow:0 10px 30px #00000017}.snackbar__icon{color:#fff;background:#43a950;border-radius:50%;flex:0 0 24px;place-items:center;width:24px;height:24px;display:grid}.snackbar--error .snackbar__icon{background:var(--danger)}.snackbar__message{flex:1;min-width:0;font-size:12.5px;font-weight:500;line-height:1.4}.snackbar__close{width:30px;height:30px;color:var(--text-muted);cursor:pointer;background:0 0;border:0;border-radius:7px;flex:0 0 30px;place-items:center;padding:0;display:grid}.snackbar__close:hover{color:var(--text-primary);background:#f4f4f1}.snackbar__progress{transform-origin:0;background:#43a950;height:2px;animation:4s linear both snackbar-progress;position:absolute;bottom:0;left:0;right:0}.snackbar--error .snackbar__progress{background:var(--danger);animation-duration:5.5s}@keyframes snackbar-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes snackbar-progress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@media (width<=760px){.new-note-fab{bottom:16px;right:16px}.snackbar{bottom:72px;right:16px}.sidebar{flex-basis:208px;width:208px;min-width:208px}.sidebar--collapsed{flex-basis:64px;width:64px;min-width:64px;padding-inline:6px}.note-header{min-height:76px;padding-inline:16px}.note-title-input{font-size:22px}.save-state,.note-header__divider{display:none}.editor-region{margin:0}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}.new-note-fab--empty:after{animation:none}.brand:after{opacity:0;animation:none}.snackbar,.snackbar__progress{animation:none}}
