.editor-app.dashboard-layout{display:flex;flex-direction:column;height:100vh;overflow:hidden}[data-theme=dark],[data-theme=dark] .editor-app{background:#121212;color:#f1f5f9}[data-theme=dark] .logo-text{color:#c9c9c9!important}.dashboard-header{display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid #e2e8f0;z-index:60;flex-shrink:0}[data-theme=dark] .dashboard-header{background:#1e1e1e;border-bottom-color:#2d2d2d}.header-center,.header-left,.header-right{display:flex;align-items:center}.header-left{gap:16px;flex:1}.header-center{flex:2;justify-content:center}.header-right{gap:12px;flex:1;justify-content:flex-end}.header-right .login-btn{display:none}.lang-dropdown{position:relative}.lang-dropdown-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:180px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.12),0 2px 6px rgba(0,0,0,.04);opacity:0;visibility:hidden;transform:translateY(-8px) scale(.96);transition:.2s cubic-bezier(.16, 1, .3, 1);z-index:200;overflow:hidden}.lang-dropdown-menu.open{opacity:1;visibility:visible;transform:translateY(0) scale(1)}[data-theme=dark] .lang-dropdown-menu{background:#1e1e1e;border-color:#2d2d2d;box-shadow:0 10px 40px rgba(0,0,0,.4),0 2px 6px rgba(0,0,0,.2)}.lang-dropdown-header{padding:10px 14px 6px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;border-bottom:1px solid #f1f5f9;display:flex;gap:5px}.lang-dropdown-header span{margin-top:1px}[data-theme=dark] .lang-dropdown-header{color:#64748b;border-bottom-color:#2d2d2d}.lang-dropdown-item{display:flex;align-items:center;gap:10px;padding:9px 14px;font-size:.85rem;color:#475569;text-decoration:none;transition:.15s;cursor:pointer;position:relative}.lang-dropdown-item:hover{background:#f8fafc;color:#0f172a}[data-theme=dark] .lang-dropdown-item{color:#cbd5e1}[data-theme=dark] .lang-dropdown-item:hover{background:#2d2d2d;color:#f8fafc}.lang-dropdown-item.active{background:#eef2ff;color:#4f46e5;font-weight:600}[data-theme=dark] .lang-dropdown-item.active{background:rgba(79,70,229,.15);color:#818cf8}.lang-flag{font-size:1.1rem;line-height:1;flex-shrink:0}.lang-name{flex:1}.lang-check{color:#4f46e5;flex-shrink:0}[data-theme=dark] .lang-check{color:#818cf8}.btn-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;color:#64748b;transition:.2s}.btn-icon:hover{background:#f1f5f9;color:#0f172a}[data-theme=dark] .btn-icon:hover{background:#2d2d2d;color:#f8fafc}.brand{display:flex;align-items:center;gap:8px;text-decoration:none}.brand-text{display:flex;flex-direction:column;line-height:1.1}.brand-text span:first-child{font-size:.75rem;color:#64748b}.brand-text span:last-child{font-size:.9rem;font-weight:700;color:#0f172a}[data-theme=dark] .brand-text span:last-child{color:#fff}.search-bar{width:100%;max-width:400px}.search-bar input{width:100%;padding:8px 16px;border-radius:8px;border:1px solid #e2e8f0;background:#f8fafc;font-size:.875rem}[data-theme=dark] .search-bar input{background:#121212;border-color:#2d2d2d;color:#fff}.btn-shortcut{display:flex;align-items:center;gap:8px;padding:6px 12px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;color:#64748b;font-size:.875rem}[data-theme=dark] .btn-shortcut{background:#1e1e1e;border-color:#2d2d2d;color:#94a3b8}.kbd-wrap{display:flex;gap:4px}.kbd-wrap kbd{background:#f1f5f9;padding:2px 4px;border-radius:4px;font-size:.7rem;font-family:monospace}[data-theme=dark] .kbd-wrap kbd{background:#121212}.dashboard-body{display:flex;flex:1;overflow:hidden;position:relative}.sidebar-overlay{display:none;position:absolute;inset:0;z-index:40;background:rgba(0,0,0,.5);backdrop-filter:blur(2px)}.sidebar-overlay.active{display:block}.dashboard-sidebar{background:#fff;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;transition:transform .3s;position:absolute;top:0;bottom:0;left:0;z-index:50;transform:translateX(0)}@media(max-width:767.99px){.dashboard-sidebar{transform:translateX(-200%)}.dashboard-sidebar.open{transform:translateX(0)}.stat-item.read{display:none!important}.editor-footer .btn-action-small{min-width:unset!important;height:unset!important;padding:10px}}[data-theme=dark] .dashboard-sidebar{background:#1e1e1e;border-color:#2d2d2d}.sidebar-top{border-bottom:1px solid transparent}.btn-new-note{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;background:#eef2ff;padding:8px;font-size:.875rem;transition:.2s}[data-theme=dark] .btn-new-note{background:rgba(79,70,229,.2);color:#818cf8}[data-theme=dark] .btn-new-note:hover{background:rgba(79,70,229,.3)}.sidebar-scrollable{display:flex;flex-direction:column;flex:1;padding:16px 0}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-weight:600}.section-header a{color:#4f46e5}[data-theme=dark] .section-header a{color:#818cf8}.section-header a:hover{text-decoration:underline}.notes-list,.tool-list{list-style:none;padding:0 8px;display:flex;flex-direction:column;gap:2px;margin:0}.notes-list{overflow-y:auto}.notes-list .note-item,.tool-list li a{display:flex;align-items:center;gap:12px;padding:8px;border-radius:8px;color:#475569;font-size:.875rem;text-decoration:none;transition:.2s;border:none;background:0 0;width:100%;text-align:left;cursor:pointer}.note-item{justify-content:space-between;padding:0!important}.note-item-content{width:75%;display:flex;align-items:center;gap:5px}.deleteNote,.note-item-content{padding:8px 8px 8px 12px}.notes-list .note-item:hover,.tool-list li a:hover{background:#f1f5f9;color:#0f172a}[data-theme=dark] .notes-list .note-item,[data-theme=dark] .tool-list li a{color:#cbd5e1}[data-theme=dark] .notes-list .note-item:hover,[data-theme=dark] .tool-list li a:hover{background:#2d2d2d;color:#f8fafc}.notes-list .note-item{position:relative;border-left:2px solid #4f46e5;border-top-left-radius:0!important;border-bottom-left-radius:0!important}.notes-list .note-item.active::before{content:'';position:absolute;left:6px;top:6px;bottom:6px;width:3px;background:#4f46e5;border-radius:2px}[data-theme=dark] .notes-list .note-item.active{background:rgba(79,70,229,.2);color:#818cf8}[data-theme=dark] .notes-list .note-item.active::before{background:#818cf8}.notes-empty{padding:16px;font-size:.875rem;color:#94a3b8;text-align:center}.dashboard-main{flex:1;display:flex;flex-direction:column;overflow:hidden}.editor-container{display:flex;flex-direction:column;flex:1;background:#fff;border:1px solid #e2e8f0;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.05)}[data-theme=dark] .editor-container{background:#1e1e1e;border-color:#2d2d2d}.editor-app .editor-toolbar{display:flex;align-items:center;padding:8px 16px;border-bottom:1px solid #e2e8f0;gap:4px;flex-wrap:wrap}[data-theme=dark] .editor-toolbar{border-bottom-color:#2d2d2d}.toolbar-btn{display:flex;align-items:center;justify-content:center;gap:4px;height:32px;padding:0 8px;border-radius:6px;font-size:.875rem;color:#475569}.toolbar-btn:hover{background:#f1f5f9;color:#0f172a}[data-theme=dark] .toolbar-btn{color:#cbd5e1}[data-theme=dark] .toolbar-btn:hover{background:#2d2d2d;color:#f8fafc}.toolbar-divider{width:1px;height:16px;background:#e2e8f0;margin:0 4px}[data-theme=dark] .toolbar-divider{background:#475569}.text-select span{font-family:serif;font-weight:700;font-size:1.1rem}.font-size-control{display:flex;align-items:center;gap:4px}.font-size-control span{font-size:.875rem;padding:0 4px}.text-color{border-bottom:2px solid #000}.text-color.highlight{border-bottom-color:#facc15}[data-theme=dark] .text-color{border-bottom-color:#fff}.editor-area-wrapper{flex:1;display:flex;flex-direction:column;overflow-y:auto}#note-title{border:none;outline:0;background:0 0}#note-content{flex:1;border:none;outline:0;background:0 0;font-size:1rem;color:#334155;resize:none;line-height:1.6}[data-theme=dark] #note-title{color:#f1f5f9}[data-theme=dark] #note-content{color:#cbd5e1}.editor-footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e2e8f0}[data-theme=dark] .editor-footer{border-top-color:#2d2d2d}.actions{display:flex;gap:8px}.btn-action-small{display:flex;align-items:center;justify-content:center;height:32px}.btn-action-small:hover{background:#e2e8f0;color:#0f172a}[data-theme=dark] .btn-action-small{background:#2d2d2d;color:#cbd5e1}[data-theme=dark] .btn-action-small:hover{background:#475569;color:#fff}.fancy-tooltip{position:relative}.fancy-tooltip::after{content:attr(data-tooltip);position:absolute;bottom:125%;left:50%;transform:translateX(-50%) translateY(10px);background:#1e293b;color:#fff;padding:6px 12px;border-radius:6px;font-size:.75rem;font-weight:600;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;transition:.25s cubic-bezier(.68, -.55, .265, 1.55);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);z-index:100}.fancy-tooltip::before{content:'';position:absolute;bottom:calc(125% - 9px);left:50%;transform:translateX(-50%) translateY(10px);border-width:5px;border-style:solid;border-color:#1e293b transparent transparent;opacity:0;visibility:hidden;pointer-events:none;transition:.25s cubic-bezier(.68, -.55, .265, 1.55);z-index:100}.fancy-tooltip:hover::after,.fancy-tooltip:hover::before{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}[data-theme=dark] .fancy-tooltip::after{background:#f1f5f9;color:#0f172a}[data-theme=dark] .fancy-tooltip::before{border-color:#f1f5f9 transparent transparent}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#94a3b8}.empty-state svg{opacity:.5;margin-bottom:16px}.empty-state p{margin-bottom:16px}[data-theme=dark] #quill-toolbar.ql-toolbar.ql-snow{border-bottom-color:#2d2d2d!important;background:#1e1e1e}.notepad-toolbar{padding:10px 12px!important}.toolbar-area{display:flex;justify-content:center}#quill-toolbar .notepad-toolbar-group{display:inline-flex;align-items:center;margin:0!important;padding:4px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;min-height:34px}[data-theme=dark] #quill-toolbar .notepad-toolbar-group{background:#121212;border-color:#2d2d2d}#quill-toolbar .heading-group{min-width:132px;background:#eef2ff;border-color:#c7d2fe}[data-theme=dark] #quill-toolbar .heading-group{background:rgba(79,70,229,.18);border-color:rgba(129,140,248,.35)}#quill-toolbar .ql-picker.ql-header{width:126px;height:28px}#quill-toolbar .ql-picker.ql-header .ql-picker-label{display:flex;align-items:center;height:28px;padding:0 24px 0 10px;border:none!important;border-radius:6px;color:#3730a3;font-weight:700;font-size:.82rem}[data-theme=dark] #quill-toolbar .ql-picker.ql-header .ql-picker-label{color:#c7d2fe!important}#quill-toolbar .ql-picker.ql-header .ql-picker-label:hover{background:rgba(79,70,229,.1)}#quill-toolbar .ql-picker.ql-header .ql-picker-options{min-width:170px;padding:8px;border:1px solid #c7d2fe!important;border-radius:8px;box-shadow:0 14px 30px rgba(15,23,42,.16)!important}#quill-toolbar .ql-picker.ql-header .ql-picker-item{border-radius:6px;padding:7px 10px}#quill-toolbar.ql-snow .ql-picker-label,#quill-toolbar.ql-snow button{border-radius:6px}#quill-toolbar.ql-snow button{width:28px;height:28px;padding:5px;color:#475569;transition:background .15s,color .15s,transform .15s}#quill-toolbar.ql-snow button.ql-active,#quill-toolbar.ql-snow button:focus,#quill-toolbar.ql-snow button:hover{background:#eef2ff;color:#4f46e5;transform:translateY(-1px)}[data-theme=dark] #quill-toolbar.ql-snow button{color:#cbd5e1}[data-theme=dark] #quill-toolbar.ql-snow button.ql-active,[data-theme=dark] #quill-toolbar.ql-snow button:focus,[data-theme=dark] #quill-toolbar.ql-snow button:hover{background:#2d2d2d;color:#f8fafc}#quill-toolbar .toolbar-icon-btn svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}#quill-toolbar .toolbar-danger-btn{color:#dc2626!important}#quill-toolbar .toolbar-danger-btn:focus,#quill-toolbar .toolbar-danger-btn:hover{background:#fee2e2!important;color:#b91c1c!important}[data-theme=dark] #quill-toolbar .toolbar-danger-btn{color:#f87171!important}[data-theme=dark] #quill-toolbar .toolbar-danger-btn:focus,[data-theme=dark] #quill-toolbar .toolbar-danger-btn:hover{background:rgba(220,38,38,.2)!important;color:#fecaca!important}#quill-toolbar .ql-align,#quill-toolbar .ql-background,#quill-toolbar .ql-color{width:30px;height:28px}#quill-toolbar .ql-align .ql-picker-label,#quill-toolbar .ql-background .ql-picker-label,#quill-toolbar .ql-color .ql-picker-label{height:28px}.ql-container.ql-snow{border:none!important;flex:1;display:flex;flex-direction:column;overflow:hidden}#quill-editor{flex:1;display:flex;flex-direction:column;overflow:hidden}.ql-editor{flex:1;overflow-y:auto;padding:0 10px 0 0!important;font-family:'DM Sans',sans-serif}.ql-snow .ql-active .ql-stroke{stroke:#4f46e5!important}[data-theme=dark] .ql-editor{color:#cbd5e1}[data-theme=dark] .ql-snow .ql-stroke{stroke:#cbd5e1!important}[data-theme=dark] .ql-snow .ql-fill{fill:#cbd5e1!important}[data-theme=dark] .ql-snow .ql-picker{color:#cbd5e1!important}[data-theme=dark] .ql-snow .ql-picker-options{background-color:#1e1e1e!important;border-color:#2d2d2d!important}[data-theme=dark] .ql-snow .ql-picker-item{color:#cbd5e1!important}[data-theme=dark] .ql-snow .ql-picker-item.ql-selected,[data-theme=dark] .ql-snow .ql-picker-item:hover{color:#3b82f6!important}.login-btn{background:#f0f0f0;border-radius:6px;color:#585e6d;border:0;padding:6px 12px;cursor:pointer;font-weight:600;height:36px}.login-btn:hover{background:#f1f5f9;color:#0f172a}.logout-action{background:#ff232321;border-radius:8px}.logout-action a{color:#ff5656!important}.logout-action:hover{background:#ff232321!important;color:#0f172a!important}.clear-button svg{width:20px;height:20px;fill:none;stroke:rgb(221 36 36);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke:currentColor}.custom-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);backdrop-filter:blur(4px);z-index:100;display:none;opacity:0;transition:opacity .2s}.custom-modal-overlay.show{display:block;opacity:1}.custom-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-45%);background:#fff;width:90%;max-width:400px;border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);z-index:101;display:none;opacity:0;transition:.2s;flex-direction:column;max-height:85vh}#all-notes-modal{max-width:800px}.custom-modal.show{display:flex;opacity:1;transform:translate(-50%,-50%)}.custom-modal h1,.custom-modal p{text-align:center}[data-theme=dark] .custom-modal{background:#1e1e1e;border:1px solid #2d2d2d;color:#f1f5f9}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 10px;border-bottom:1px solid #e2e8f0}[data-theme=dark] .modal-header{border-bottom-color:#2d2d2d}.modal-header-left{display:flex;align-items:center;gap:24px;flex:1}.modal-header h2{font-size:1.1rem;font-weight:600;margin:0;text-align:center}.modal-search{display:flex;align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:6px 12px;width:100%;gap:8px}[data-theme=dark] .modal-search{background:#121212;border-color:#2d2d2d}.modal-search svg{color:#94a3b8}.modal-search input{border:none;background:0 0;outline:0;font-size:.875rem;width:100%;color:#334155}[data-theme=dark] .modal-search input{color:#f1f5f9}.modal-close{background:0 0;border:none;cursor:pointer;color:#64748b;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:4px}.modal-close:hover{background:#f1f5f9;color:#0f172a}[data-theme=dark] .modal-close:hover{background:#2d2d2d;color:#f1f5f9}.modal-tabs{display:inline-flex;align-items:center;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;padding:3px;gap:2px;margin:12px 24px 0;align-self:flex-start}[data-theme=dark] .modal-tabs{background:#2d2d2d;border-color:#3a3a3a}.modal-tab{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border:none;background:0 0;border-radius:999px;font-size:.8rem;font-weight:600;color:#64748b;cursor:pointer;transition:.18s}.modal-tab:hover{color:#334155}.modal-tab.active{background:#fff;color:var(--np-primary);box-shadow:0 1px 3px rgba(0,0,0,.12)}[data-theme=dark] .modal-tab{color:#94a3b8}[data-theme=dark] .modal-tab:hover{color:#f1f5f9}[data-theme=dark] .modal-tab.active{background:#1e1e1e;color:var(--np-primary);box-shadow:0 1px 3px rgba(0,0,0,.3)}.modal-table{display:flex;flex-direction:column;flex:1;overflow:hidden}.modal-table-header{display:flex;padding:12px 24px;border-bottom:1px solid #e2e8f0;font-size:.75rem;font-weight:600;color:#64748b}[data-theme=dark] .modal-table-header{border-bottom-color:#2d2d2d}.modal-table-header>div,.modal-table-row>div{display:flex;align-items:center}.col-title{flex:2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-right:16px}.col-date{flex:1}.col-sort{width:100px;justify-content:flex-end;gap:4px;cursor:pointer}.modal-table-body{flex:1;overflow-y:auto;padding:8px 12px}.modal-table-row{display:flex;padding:12px;border-radius:8px;cursor:pointer;font-size:.875rem;color:#334155;transition:background .2s}[data-theme=dark] .modal-table-row{color:#cbd5e1}.modal-table-row:hover{background:#f8fafc}[data-theme=dark] .modal-table-row:hover{background:#2d2d2d}.modal-table-row .col-date{color:#64748b;font-size:.8rem}.col-actions{width:32px;justify-content:flex-end;color:#94a3b8;position:relative;z-index:2}.modal-row-menu-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:0 0;border-radius:6px;color:#94a3b8;cursor:pointer;transition:.15s}.modal-row-menu-btn:hover{background:#eef2f7;color:#334155}[data-theme=dark] .modal-row-menu-btn:hover{background:#2d2d2d;color:#f1f5f9}.modal-note-dropdown{position:absolute;top:calc(100% + 4px);right:0;width:180px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 10px 25px -5px rgba(0,0,0,.1),0 8px 16px -6px rgba(0,0,0,.05);padding:6px;z-index:60;display:none;flex-direction:column;gap:2px}.modal-note-dropdown.is-portaled{position:fixed;top:0;left:0;right:auto;bottom:auto;margin:0;z-index:2100;max-height:calc(100vh - 16px);overflow-y:auto}[data-theme=dark] .modal-note-dropdown{background:#1e1e1e;border-color:#2d2d2d;box-shadow:0 12px 30px rgba(0,0,0,.3)}.modal-note-dropdown .dropdown-item{display:flex;align-items:center;gap:8px;width:100%;padding:8px 10px;border:none;background:0 0;font-size:.8rem;font-weight:500;color:#334155;cursor:pointer;border-radius:6px;transition:.15s;text-align:left}[data-theme=dark] .modal-note-dropdown .dropdown-item{color:#e2e8f0}.modal-note-dropdown .dropdown-item:hover,[data-theme=dark] .modal-note-dropdown .dropdown-item:hover{background:var(--np-primary-soft);color:var(--np-primary)}.modal-note-dropdown .dropdown-item.text-danger{color:var(--np-danger)}.modal-note-dropdown .dropdown-item.text-danger:hover{background:rgba(240,20,20,.1);color:var(--np-danger)}.modal-note-dropdown .dropdown-divider{height:1px;background:var(--np-border-soft);margin:4px 0}.modal-note-dropdown .dropdown-icon{width:14px;height:14px;stroke:currentColor;stroke-width:2;fill:none;flex-shrink:0}.modal-note-title{display:flex;align-items:center;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.editor-app .modal-table-row.active,.modal-table-row.active{background:var(--np-primary-soft);outline:1px solid var(--np-primary);outline-offset:-1px}[data-theme=dark] .editor-app .modal-table-row.active,[data-theme=dark] .modal-table-row.active{background:#2d2d2d}.modal-footer{display:flex;align-items:center;gap:24px;padding:16px 24px;border-top:1px solid #e2e8f0;font-size:.75rem;color:#64748b}[data-theme=dark] .modal-footer{border-top-color:#2d2d2d}.modal-footer .shortcut{display:flex;align-items:center;gap:6px}.auth-modal{max-width:400px;text-align:center}.auth-modal-content{padding:40px 32px;display:flex;flex-direction:column;align-items:center;position:relative}.auth-icon{background:#eff6ff;width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}[data-theme=dark] .auth-icon{background:rgba(59,130,246,.1)}.auth-modal h2{font-size:1.5rem;font-weight:700;margin:0 0 12px;color:#0f172a}[data-theme=dark] .auth-modal h2{color:#f1f5f9}.auth-modal p{color:#64748b;font-size:.9rem;line-height:1.5;margin:0 0 32px}.auth-actions{display:flex;gap:12px;width:100%;margin-top:10px}.auth-actions button{flex:1;padding:12px;border-radius:8px;font-weight:500;font-size:1rem;cursor:pointer;transition:.2s;border:none}.abs-close{position:absolute;top:16px;right:16px}.download-dropdown{position:absolute;bottom:calc(100% + 8px);right:0;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);padding:8px;z-index:50;min-width:160px}.download-dropdown .dropdown-item{display:block;width:100%;text-align:left;padding:8px 12px;border:none;background:0 0;font-size:.875rem;color:#334155;cursor:pointer;border-radius:4px;transition:.2s}.download-dropdown .dropdown-item:hover{background:#f1f5f9;color:#0f172a}[data-theme=dark] .download-dropdown{background:#1e1e1e;border-color:#2d2d2d}[data-theme=dark] .download-dropdown .dropdown-item{color:#cbd5e1}[data-theme=dark] .download-dropdown .dropdown-item:hover{background:#2d2d2d;color:#f8fafc}.saved-status{display:flex;align-items:center;gap:5px;opacity:.6}@media(max-width:768px){.header-center,.kbd-wrap,.search-text{display:none}.btn-shortcut{padding:8px}.header-right .login-btn{display:block}.modal-table-header .col-date,.modal-table-row .col-date{display:none}}@media(min-width:768px){.dashboard-sidebar{position:relative;transform:none}.dashboard-sidebar.closed,.sidebar-overlay.active{display:none}}@media(max-width:640px){.dashboard-main{padding:8px}}@media(max-width:576px){.header-right{flex:0}.editor-footer .stats .character,.header-right .btn-shortcut,.sync-text{display:none}.dashboard-header{padding:0 10px!important}.editor-note-header{min-height:60px}.note-edited-label{display:none}}.trash-container{flex:1;display:flex;flex-direction:column;background:#fff;border-radius:12px;border:1px solid #e2e8f0;padding:24px;overflow-y:auto;box-shadow:0 4px 6px -1px rgba(0,0,0,.05)}[data-theme=dark] .trash-container{background:#1e1e1e;border-color:#2d2d2d}.trash-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;border-bottom:1px solid #e2e8f0;padding-bottom:16px}[data-theme=dark] .trash-header{border-bottom-color:#2d2d2d}.trash-header h2{font-size:1.5rem;font-weight:700;color:#0f172a;margin:0;display:flex;align-items:center;gap:10px}[data-theme=dark] .trash-header h2{color:#f1f5f9}.trash-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.trash-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:16px;display:flex;flex-direction:column;justify-content:space-between;min-height:180px;transition:.2s cubic-bezier(.4, 0, .2, 1);box-shadow:0 2px 4px rgba(0,0,0,.02)}.trash-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,.05),0 4px 6px -2px rgba(0,0,0,.03);border-color:#cbd5e1}[data-theme=dark] .trash-card{background:#121212;border-color:#2d2d2d;box-shadow:none}[data-theme=dark] .trash-card:hover{border-color:#555}.trash-card-title{font-size:1.1rem;font-weight:600;color:#0f172a;margin:0 0 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-theme=dark] .trash-card-title{color:#f1f5f9}.trash-card-content{font-size:.875rem;color:#64748b;line-height:1.5;margin-bottom:12px;flex-grow:1;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}[data-theme=dark] .trash-card-content{color:#94a3b8}.trash-card-footer{display:flex;flex-direction:column;gap:12px;margin-top:auto;border-top:1px solid #e2e8f0;padding-top:12px}[data-theme=dark] .trash-card-footer{border-top-color:#2d2d2d}.trash-card-date{font-size:.75rem;color:#94a3b8}.trash-card-actions{display:flex;gap:8px}.btn-delete-perm,.btn-restore{flex:1;padding:6px 12px;font-size:.75rem;font-weight:600;border-radius:6px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:.15s}.btn-restore{background:#eff6ff;color:#2563eb}.btn-restore:hover{background:#dbeafe}[data-theme=dark] .btn-restore{background:rgba(37,99,235,.15);color:#60a5fa}[data-theme=dark] .btn-restore:hover{background:rgba(37,99,235,.25)}.btn-delete-perm{background:#fef2f2;color:#dc2626}.btn-delete-perm:hover{background:#fee2e2}[data-theme=dark] .btn-delete-perm{background:rgba(220,38,38,.15);color:#f87171}[data-theme=dark] .btn-delete-perm:hover{background:rgba(220,38,38,.25)}.trash-empty{grid-column:1/-1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 0;color:#94a3b8}.trash-empty svg{opacity:.4;margin-bottom:16px}.trash-empty p{font-size:1rem;margin:0}.confirm-icon{display:flex;justify-content:center;margin-bottom:16px}.btn-danger{background-color:#ef4444!important;color:#fff!important}.btn-danger:hover{background-color:#dc2626!important}#toolbar-loader{top:0;left:0;right:0;bottom:0;width:100%;background:#fff;display:flex;align-items:center;padding-left:12px;gap:10px;z-index:10;border-radius:8px 8px 0 0}#quill-toolbar:has(#toolbar-loader[style="display: flex;"]) .ql-formats{display:none!important;background-color:orange!important}.notepad-toolbar.ql-toolbar.ql-snow #toolbar-loader,.notepad-toolbar:not(.ql-toolbar.ql-snow) .ql-formats{display:none!important}[data-theme=dark] #toolbar-loader{background:#1e1e1e}.skeleton-btn{background:#e2e8f0;border-radius:4px;animation:1.5s ease-in-out infinite skeleton-pulse}[data-theme=dark] .skeleton-btn{background:#2d2d2d}[data-theme=dark] .ql-editor[data-placeholder]::before{color:#94a3b8!important}@keyframes skeleton-pulse{0%,100%{opacity:.6}50%{opacity:1}}.customize-scrollbar::-webkit-scrollbar,.ql-editor::-webkit-scrollbar{width:5px}.customize-scrollbar::-webkit-scrollbar-track,.ql-editor::-webkit-scrollbar-track{background:#e3e3e3;border-radius:4px}.customize-scrollbar::-webkit-scrollbar-thumb,.ql-editor::-webkit-scrollbar-thumb{background:#4f46e5;border-radius:4px}.customize-scrollbar::-webkit-scrollbar-thumb:hover,.ql-editor::-webkit-scrollbar-thumb:hover{background:#64748b}.login-cta{font-family:Calibri;box-shadow:-1px 2px 12px 1px rgba(212,217,255,.75)}[data-theme=dark] .login-cta{border:1px solid #4f46e5;box-shadow:-1px 2px 13px -1px rgba(212,217,255,.75)}.login-cta .cta-content .heading{font-size:18px;font-weight:500;color:#0f172a;line-height:1.2}[data-theme=dark] .login-cta .cta-content .heading{color:#d1d1d1}.login-cta .cta-content .heading span{color:#755df5}@keyframes rotate{100%{transform:rotate(360deg)}}@keyframes pulse{0%,100%{opacity:.8}50%{opacity:.3}}.skeleton{animation:1.5s ease-in-out infinite pulse}@media (max-width:991.98px){#quill-toolbar.ql-toolbar.ql-snow{display:flex!important;align-items:center!important;flex-wrap:nowrap!important;overflow:visible!important;padding:0 8px!important;margin:10px 0!important;width:100%!important}#quill-toolbar .notepad-toolbar-group{flex-shrink:0!important}.notepad-toolbar-scroll{overflow-x:auto!important;overflow-y:hidden!important}#quill-toolbar .ql-picker.ql-expanded .ql-picker-options,button.ql-table-better .ql-table-select-container:not(.ql-hidden){margin:0!important;transform:none!important;z-index:2000;max-height:calc(100vh - 16px);overflow-y:auto;box-shadow:0 10px 40px rgba(0,0,0,.15)!important;border-radius:8px!important;border:1px solid #e2e8f0!important}[data-theme=dark] #quill-toolbar .ql-picker.ql-expanded .ql-picker-options,[data-theme=dark] button.ql-table-better .ql-table-select-container:not(.ql-hidden){border-color:#2d2d2d!important;background-color:#1e1e1e!important}.ql-snow .ql-picker-options{min-width:unset!important}}.editor-app.dashboard-layout{background:#f7f9ff;color:#091638}.dashboard-header{height:50px;padding:0 28px;border:1px solid #d9e1ee;box-shadow:0 10px 35px rgba(15,23,42,.04)}.dashboard-main{padding:10px 15px;background:#f7f9ff}.dashboard-sidebar{width:200px;margin:10px 0 10px 15px;border:1px solid #dfe6f1;border-radius:14px;box-shadow:0 12px 36px rgba(15,23,42,.08);overflow:hidden}.btn-new-note,.mobile-new-note{min-height:46px;border:none;border-radius:8px;background:linear-gradient(135deg,#5147f5 0,#7428e9 62%,#7a31f4 100%);color:#fff;font-weight:700}.sidebar-top{padding:14px 16px 22px}.section-header{padding:0 18px;color:#52627f;font-size:.78rem;letter-spacing:0}.notes-list{max-height:150px;gap:8px;padding:0 10px}.notes-list .note-item{min-height:40px;border-radius:8px}.notes-list .note-item.active{font-weight:500;background:#f0edff;color:#0c1537;border-radius:8px}.notes-list .note-item.active::before{display:none}.mobile-note-icon,.note-item-content svg{width:25px;height:25px;border-radius:8px;background:#f3f6fb;color:#243858;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.mobile-note-card.active .mobile-note-icon,.notes-list .note-item.active .note-item-content svg{background:0 0;color:#5f35ee}.note-time{margin-top:4px;color:#60708f;font-size:.78rem;font-weight:400}.login-cta{box-shadow:0 12px 28px rgba(99,81,239,.12)}.editor-container{border-radius:14px;border-color:#dce4ef;box-shadow:0 12px 36px rgba(15,23,42,.08)}.editor-note-header{min-height:70px;display:flex;align-items:center;gap:16px;padding:10px;border-bottom:1px solid #e2e8f0;background:#fff}.note-header-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#f0edff;color:#5e35ed;flex-shrink:0}.note-title-wrap{min-width:0;flex:1;display:flex;flex-direction:column;gap:4px}#note-title{width:100%;margin:0;color:#081437;font-size:20px;font-weight:600;line-height:1.1}.note-edited-label{color:#60708f;font-size:.92rem}.editor-save-state{display:flex;align-items:center;gap:10px;color:#60708f;font-size:.92rem;white-space:nowrap}.editor-save-state svg{color:#21c66f}.editor-more-btn,.mobile-editor-back{width:38px;height:38px;display:flex;align-items:center;justify-content:center;color:#142344;background:0 0;border:none;border-radius:8px}.mobile-editor-back{display:none}.editor-area-wrapper{padding:0 0 0 24px}.ql-editor{color:#55637d;font-size:1.06rem;line-height:1.75!important}.ql-editor.ql-blank::before{color:#697690!important;font-style:italic}.editor-footer{min-height:60px;padding:10px 15px;background:#fff}.stats{display:flex;align-items:center;gap:18px;color:#52627f;font-size:.94rem}.stat-item{display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.stat-separator{color:#52627f}.actions{gap:14px}.btn-action-small{width:auto;gap:10px;padding:18px 10px;border:1px solid #dfe6f1;border-radius:8px;background:#fff;color:#0d1838;font-weight:700}.btn-action-small svg{flex-shrink:0}.dashboard-header .btn-icon.btn-action-small{width:36px;min-width:36px;height:36px;padding:0;border:none;background:0 0}.clear-button{color:#f01414}.mobile-notes-home{display:none}:root{--np-app-bg:#f7f9ff;--np-surface:#ffffff;--np-surface-soft:#f8fafc;--np-border:#dde5f0;--np-border-soft:#e8edf5;--np-text:#081437;--np-muted:#60708f;--np-editor-muted-text:#000000;--np-icon:#172543;--np-primary:#653bf1;--np-primary-soft:#f0edff;--np-danger:#f01414;--np-shadow:0 12px 36px rgba(15, 23, 42, 0.08);--np-toolbar-shadow:0px 0px 15px 0px rgba(15, 23, 42, 0.10);background:var(--np-app-bg);color:var(--np-text)}[data-theme=dark]{--np-app-bg:#0a0a0a;--np-surface:#141414;--np-surface-soft:#1b1b1b;--np-border:#2f2f2f;--np-border-soft:#232323;--np-text:#f4f7fb;--np-muted:#9aa8bf;--np-editor-muted-text:#fff;--np-icon:#d8e2f2;--np-primary:#9b7cff;--np-primary:#ffffff;--np-primary-soft:rgb(252 252 253 / 5%);--np-danger:#ff5a5a;--np-shadow:0 16px 42px rgba(0, 0, 0, 0.35);--np-toolbar-shadow:0 16px 34px rgba(0, 0, 0, 0.34)}.editor-app .custom-modal,.editor-app .dashboard-header,.editor-app .dashboard-sidebar,.editor-app .download-dropdown,.editor-app .editor-container,.editor-app .editor-footer,.editor-app .editor-note-header,.editor-app .lang-dropdown-menu,.editor-app .login-cta,.editor-app .mobile-note-card,.editor-app .mobile-quick-card,.editor-app .trash-container{background:var(--np-surface);border-color:var(--np-border);color:var(--np-text)}.editor-app .dashboard-body,.editor-app .dashboard-main{background:var(--np-app-bg)}.editor-app .dashboard-sidebar,.editor-app .editor-container{box-shadow:var(--np-shadow)}.editor-app .mobile-note-card.active,.editor-app .note-header-icon,.editor-app .notes-list .note-item.active{background:var(--np-primary-soft)}.editor-app .mobile-note-icon,.editor-app .note-item-content svg{background:var(--np-surface-soft)}.editor-app .mobile-note-card.active .mobile-note-icon,.editor-app .note-header-icon,.editor-app .notes-list .note-item.active .note-item-content svg{color:var(--np-primary)}.editor-app #note-title,.editor-app .auth-modal h2,.editor-app .mobile-note-text strong,.editor-app .mobile-section-heading h2,.editor-app .modal-header h2,.editor-app .trash-header h2{color:var(--np-text)}.editor-app .editor-save-state,.editor-app .login-cta .description,.editor-app .mobile-note-text small,.editor-app .note-edited-label,.editor-app .note-time,.editor-app .notes-list .note-item,.editor-app .section-header,.editor-app .stat-separator,.editor-app .stats,.editor-app .tool-list li a{color:var(--np-muted)}.editor-app .btn-icon,.editor-app .editor-more-btn,.editor-app .mobile-editor-back,.editor-app .mobile-note-more,.editor-app .mobile-quick-card svg{color:var(--np-icon)}.editor-app .clear-button{color:var(--np-danger)}#quill-toolbar.notepad-toolbar{max-width:1085px;width:100%;min-height:54px;margin:10px;padding:0 8px!important;display:flex!important;align-items:center;justify-content:flex-start;gap:0;border:1px solid var(--np-border)!important;border-radius:12px;background:var(--np-surface);box-shadow:var(--np-toolbar-shadow);box-sizing:border-box}.notepad-toolbar-scroll{display:flex;flex-wrap:nowrap;align-items:center;justify-content:flex-start;gap:0;width:100%;height:52px;overflow-x:auto;overflow-y:hidden;box-sizing:border-box;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--np-primary) rgba(0,0,0,0.06)}.notepad-toolbar-scroll::-webkit-scrollbar{height:5px}.notepad-toolbar-scroll::-webkit-scrollbar-track{background:rgba(0,0,0,.05);border-radius:4px}.notepad-toolbar-scroll::-webkit-scrollbar-thumb{background:var(--np-primary);border-radius:4px}[data-theme=dark] .notepad-toolbar-scroll{scrollbar-color:var(--np-primary) rgba(255,255,255,0.06)}[data-theme=dark] .notepad-toolbar-scroll::-webkit-scrollbar-track{background:rgba(255,255,255,.05)}#quill-toolbar.notepad-toolbar .notepad-toolbar-group{min-height:52px;height:52px;margin:0!important;padding:0 11px;display:inline-flex;align-items:center;gap:6px;flex-shrink:0;border:0;border-right:1px solid var(--np-border-soft);border-radius:0;background:0 0}#quill-toolbar.notepad-toolbar .notepad-toolbar-group:first-of-type,#quill-toolbar.notepad-toolbar .notepad-toolbar-group:last-of-type{border-radius:0}#quill-toolbar.notepad-toolbar .notepad-toolbar-group:last-of-type{border-right:0}#quill-toolbar.notepad-toolbar .heading-group,#quill-toolbar.notepad-toolbar .history-group{order:initial}#quill-toolbar.notepad-toolbar .heading-group{min-width:132px;background:0 0}#quill-toolbar.notepad-toolbar.ql-snow .ql-picker-label,#quill-toolbar.notepad-toolbar.ql-snow button{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;padding:5px;border-radius:7px;color:var(--np-icon)}#quill-toolbar.notepad-toolbar.ql-snow .ql-picker-label:hover,#quill-toolbar.notepad-toolbar.ql-snow button.ql-active,#quill-toolbar.notepad-toolbar.ql-snow button:focus,#quill-toolbar.notepad-toolbar.ql-snow button:hover{background:var(--np-primary-soft);color:var(--np-primary);transform:none}#quill-toolbar.notepad-toolbar .ql-picker.ql-header{width:118px;height:30px}#quill-toolbar.notepad-toolbar .ql-picker.ql-header .ql-picker-label{width:100%;justify-content:flex-start;padding:0 24px 0 8px;color:var(--np-text)!important;font-size:.93rem;font-weight:700}#quill-toolbar.notepad-toolbar .ql-picker-options{background:var(--np-surface)!important;border-color:var(--np-border)!important;color:var(--np-text)!important}#quill-toolbar.notepad-toolbar .ql-picker-item{color:var(--np-text)!important}#quill-toolbar.notepad-toolbar .ql-stroke{stroke:currentColor!important}#quill-toolbar.notepad-toolbar .ql-fill{fill:currentColor!important}#quill-toolbar.notepad-toolbar .ql-picker.ql-align .ql-picker-label,#quill-toolbar.notepad-toolbar .ql-picker.ql-background .ql-picker-label,#quill-toolbar.notepad-toolbar .ql-picker.ql-color .ql-picker-label{width:30px}#quill-toolbar.notepad-toolbar .ql-color .ql-fill,#quill-toolbar.notepad-toolbar .ql-color .ql-stroke{stroke:var(--np-primary)!important;color:var(--np-primary)}.editor-app #quill-editor,.editor-app .ql-container.ql-snow,.editor-app .ql-editor{background:0 0}.editor-app .ql-editor{color:var(--np-editor-muted-text)}.editor-app .ql-editor.ql-blank::before{color:var(--np-muted)!important}.editor-app .editor-area-wrapper{background:var(--np-surface)}.editor-app .btn-action-small{background:var(--np-surface);border-color:var(--np-border);color:var(--np-text)}.editor-app .btn-action-small:hover{background:var(--np-surface-soft);color:var(--np-text)}.editor-app .download-dropdown .dropdown-item,.editor-app .lang-dropdown-item,.editor-app .modal-table-row{color:var(--np-text)}.editor-app .download-dropdown .dropdown-item:hover,.editor-app .lang-dropdown-item:hover,.editor-app .modal-table-row:hover,.editor-app .notes-list .note-item:hover,.editor-app .tool-list li a:hover{background:var(--np-surface-soft);color:var(--np-text)}[data-theme=dark] .editor-app .brand-text span:last-child,[data-theme=dark] .editor-app .login-cta .cta-content .heading,[data-theme=dark] .editor-app .logo-text{color:var(--np-text)!important}[data-theme=dark] .editor-app #quill-toolbar.ql-toolbar.ql-snow,[data-theme=dark] .editor-app .dashboard-header,[data-theme=dark] .editor-app .editor-footer,[data-theme=dark] .editor-app .editor-note-header{border-color:var(--np-border)!important}[data-theme=dark] .editor-app .customize-scrollbar::-webkit-scrollbar-track,[data-theme=dark] .editor-app .ql-editor::-webkit-scrollbar-track{background:#202a3d}[data-theme=dark] .editor-app .customize-scrollbar::-webkit-scrollbar-thumb,[data-theme=dark] .editor-app .ql-editor::-webkit-scrollbar-thumb{background:var(--np-primary)}.more-dropdown-container{position:relative;display:inline-block}.more-actions-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:200px;background:rgba(255,255,255,.85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--np-border-soft);border-radius:12px;box-shadow:0 10px 25px -5px rgba(0,0,0,.08),0 8px 16px -6px rgba(0,0,0,.05);padding:6px;z-index:150;display:flex;flex-direction:column;gap:2px}[data-theme=dark] .more-actions-dropdown{background:var(--np-surface);border-color:var(--np-border);box-shadow:0 12px 30px rgba(0,0,0,.3)}.more-actions-dropdown .dropdown-item{display:flex;align-items:center;gap:10px;width:100%;padding:8px 12px;border:none;background:0 0;font-size:.875rem;font-weight:500;color:var(--np-text);cursor:pointer;border-radius:8px;transition:.15s;text-align:left}.more-actions-dropdown .dropdown-item:hover{background:var(--np-primary-soft);color:var(--np-primary)}.more-actions-dropdown .dropdown-item.text-danger{color:var(--np-danger)}.more-actions-dropdown .dropdown-item.text-danger:hover{background:rgba(240,20,20,.1);color:var(--np-danger)}.more-actions-dropdown .dropdown-divider{height:1px;background:var(--np-border-soft);margin:4px 6px}.more-actions-dropdown .dropdown-icon{width:16px;height:16px;stroke:currentColor;stroke-width:2;fill:none;flex-shrink:0}.pin-badge{color:var(--np-primary);margin-right:6px;display:inline-flex;align-items:center;vertical-align:middle}.pin-badge svg{width:12px;height:12px;fill:var(--np-primary);transform:rotate(45deg)}.sidebar-dropdown-container{position:relative;display:inline-flex;align-items:center;justify-content:center}.sidebar-more-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:6px;color:#888;cursor:pointer;transition:background .15s,color .15s}.sidebar-more-btn:hover{background:rgba(0,0,0,.05);color:#333}[data-theme=dark] .sidebar-more-btn:hover{background:rgba(255,255,255,.08);color:#fff}.sidebar-actions-dropdown{position:absolute;top:calc(100% + 4px);right:0;width:170px;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--np-border-soft);border-radius:8px;box-shadow:0 10px 20px rgba(0,0,0,.08),0 4px 6px rgba(0,0,0,.03);padding:6px;z-index:100;display:flex;flex-direction:column;gap:2px}.sidebar-actions-dropdown.is-portaled{position:fixed;top:0;left:0;right:auto;bottom:auto;margin:0;z-index:2000;max-height:calc(100vh - 16px);overflow-y:auto}[data-theme=dark] .sidebar-actions-dropdown{background:#141414;border-color:var(--np-border);box-shadow:0 10px 20px rgba(0,0,0,.3)}[data-theme=dark] .sidebar-actions-dropdown .dropdown-item{color:#fff!important}.sidebar-actions-dropdown .dropdown-item:hover{background:var(--np-primary-soft);color:var(--np-primary)}[data-theme=dark] .sidebar-actions-dropdown .dropdown-item:hover{background:var(--np-primary-soft)!important;color:var(--np-primary)!important}.sidebar-actions-dropdown .dropdown-item{display:flex;align-items:center;gap:8px;width:100%;padding:8px 12px;border:none;background:0 0;font-size:.8rem;font-weight:500;color:var(--np-text);cursor:pointer;border-radius:6px;transition:.15s;text-align:left}.sidebar-actions-dropdown .dropdown-item.text-danger{color:var(--np-danger)}.sidebar-actions-dropdown .dropdown-item.text-danger:hover{background:rgba(240,20,20,.1);color:var(--np-danger)}.sidebar-actions-dropdown .dropdown-divider{height:1px;background:var(--np-border-soft);margin:4px 0}.sidebar-actions-dropdown .dropdown-icon{width:14px;height:14px;stroke:currentColor;stroke-width:2;fill:none;flex-shrink:0}.notepad-toolbar .table-group{margin-left:2px}.notepad-toolbar .table-group button.ql-table-better{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:4px;background:0 0;cursor:pointer;padding:2px}.notepad-toolbar .table-group button.ql-table-better:hover{background:rgba(0,0,0,.06)}.notepad-toolbar .table-group button.ql-table-better svg{stroke:#504E40}.notepad-toolbar .table-group button.ql-table-better:hover svg{stroke:#1a1a1a}.ql-table-better svg path{fill:currentColor!important}.ql-editor table{border-collapse:collapse;width:100%;margin:12px 0;table-layout:fixed}.ql-editor table td,.ql-editor table th{border:1px solid #d1d5db;padding:8px 10px;vertical-align:top;position:relative;min-width:60px;word-wrap:break-word}.ql-editor table th{background-color:#f3f4f6;font-weight:600}.ql-editor table tr:nth-child(2n){background-color:#fafafa}.ql-table-menus-container{z-index:10000!important}.ql-table-dropdown-list,.ql-table-dropdown-properties-list{z-index:10001!important}[data-theme=dark] .notepad-toolbar .table-group button.ql-table-better svg{stroke:#c8c6c1}[data-theme=dark] .notepad-toolbar .table-group button.ql-table-better:hover svg{stroke:#fff}[data-theme=dark] .notepad-toolbar .table-group button.ql-table-better:hover{background:rgba(255,255,255,.08)}[data-theme=dark] .ql-editor table td,[data-theme=dark] .ql-editor table th{border-color:#4a4a4a;color:#e0ddd8}[data-theme=dark] .ql-editor table th{background-color:#2a2a2a}[data-theme=dark] .ql-editor table tr:nth-child(2n){background-color:#1e1e1e}[data-theme=dark] .ql-table-dropdown-list,[data-theme=dark] .ql-table-dropdown-properties-list,[data-theme=dark] .ql-table-menus-container{background:#2a2a2a;border-color:#4a4a4a;color:#e0ddd8}[data-theme=dark] .ql-table-input{background:#1e1e1e;border-color:#4a4a4a;color:#e0ddd8}[data-theme=dark] .ql-table-input:focus{border-color:#3779eb}#quill-toolbar .ql-picker.ql-expanded>.ql-picker-options,#quill-toolbar button.ql-table-better .ql-table-select-container:not(.ql-hidden){z-index:2000}@media (max-width:370px){.header-right{gap:0}}.sidebar-section.cta-section{padding:0 8px;position:absolute;bottom:10px;box-sizing:border-box}.login-cta{position:relative;padding:10px;border-radius:8px;background:#fff;border:1px solid #e0e7ff;box-shadow:0 8px 30px rgba(99,81,239,.1);overflow:hidden}[data-theme=dark] .login-cta{background:#16162a;border-color:#2d2b5e;box-shadow:0 8px 30px rgba(0,0,0,.45)}.login-cta-close{position:absolute;top:2px;right:2px;z-index:5;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;border-radius:8px;background:0 0;color:#64748b;cursor:pointer;transition:background .2s,color .2s,transform .2s}.login-cta-close:hover{background:rgba(99,81,239,.1);color:#755df5;transform:rotate(90deg)}.login-cta-close:focus-visible{outline:#755DF5 solid 2px;outline-offset:2px}[data-theme=dark] .login-cta-close{color:#94a3b8}[data-theme=dark] .login-cta-close:hover{background:rgba(155,124,255,.14);color:#c3b5ff}.cta-body{display:flex;align-items:flex-start;gap:4px}.cta-text{width:80%}.login-cta .heading{font-size:18px;font-weight:800;line-height:1.12;color:#0f172a;margin:0 0 8px;letter-spacing:-.4px}.login-cta .heading span{color:#755df5;display:block}[data-theme=dark] .login-cta .heading{color:#f1f5f9}[data-theme=dark] .login-cta .heading span{color:#9b7cff}.login-cta .description{font-size:14px;font-weight:400;color:#64748b;line-height:1.4;margin:0}[data-theme=dark] .login-cta .description{color:#94a3b8}.cta-image{position:absolute;top:20px;right:10px;flex-shrink:0;align-self:flex-start;margin-top:-6px}.cta-image img{display:block;width:60px;height:60px;object-fit:contain}.login-cta-button{display:flex!important;align-items:center;justify-content:center;width:100%;margin-top:15px;padding:6px 10px;border:none;border-radius:8px;background:linear-gradient(135deg,#4285f4 0,#8b5cf6 55%,#7c3aed 100%);color:#fff;font-size:17px;font-weight:500;text-decoration:none;text-align:center;cursor:pointer;box-shadow:0 6px 22px rgba(99,81,239,.35);transition:transform .2s,box-shadow .2s;position:relative;z-index:2}.login-cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(99,81,239,.45)}.login-cta-button:active{transform:translateY(0)}.login-cta-btn-icon{width:22px;height:22px;flex-shrink:0;stroke:currentColor}.login-cta-btn-divider{width:1px;height:22px;background:rgba(255,255,255,.35);margin:0 14px;flex-shrink:0}.login-cta-btn-text{flex:1;text-align:center}.login-cta-btn-arrow{width:22px;height:22px;flex-shrink:0;stroke:currentColor}.cta-wave{position:absolute;bottom:0;left:0;right:0;height:56px;background:radial-gradient(ellipse 120% 100% at 10% 100%,rgba(99,81,239,.08) 0,transparent 70%),radial-gradient(ellipse 100% 100% at 90% 100%,rgba(139,92,246,.06) 0,transparent 60%),linear-gradient(180deg,transparent 0,rgba(99,81,239,.04) 100%);border-radius:0 0 18px 18px;pointer-events:none;z-index:1}[data-theme=dark] .cta-wave{background:radial-gradient(ellipse 120% 100% at 10% 100%,rgba(155,124,255,.1) 0,transparent 70%),radial-gradient(ellipse 100% 100% at 90% 100%,rgba(139,92,246,.08) 0,transparent 60%),linear-gradient(180deg,transparent 0,rgba(155,124,255,.05) 100%)}.editor-app .login-cta{background:linear-gradient(155deg,#fff 40%,#f0edff 135%);border:1px solid #e0e7ff;width:180px}[data-theme=dark] .editor-app .login-cta{background:linear-gradient(155deg,#16162a 40%,rgba(155,124,255,.1) 135%);border-color:#2d2b5e}.editor-app .login-cta .heading{font-family:Calibri,sans-serif;color:#0f172a}.editor-app .login-cta .heading span{color:#755df5}[data-theme=dark] .editor-app .login-cta .heading{color:#f1f5f9}[data-theme=dark] .editor-app .login-cta .heading span{color:#9b7cff}.editor-app .login-cta .description{color:#64748b;font-family:Calibri,sans-serif}[data-theme=dark] .editor-app .login-cta .description{color:#94a3b8}.editor-app .login-cta-button{background:linear-gradient(135deg,#4285f4 0,#8b5cf6 55%,#7c3aed 100%);box-shadow:0 6px 22px rgba(99,81,239,.35);font-family:Calibri,sans-serif}.editor-app .login-cta-button:hover{box-shadow:0 10px 30px rgba(99,81,239,.45)}