.notes-workspace{max-width:1200px;margin:0 auto;padding:32px;color:var(--estudio-ink,#182331)}.notes-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}.notes-header a,.notes-workspace button{min-height:44px;padding:10px 16px;border:1px solid var(--estudio-line,#cbd3dc);border-radius:8px;background:var(--estudio-panel,#fbfcfd);color:inherit;font:inherit;cursor:pointer;text-decoration:none}.notes-workspace :is(button,a,input):focus-visible{outline:2px solid var(--estudio-accent,#245eaf);outline-offset:3px}.notes-save{margin-bottom:28px}.notes-save,.notes-title-label{font-size:14px;color:var(--estudio-muted,#465669)}.notes-title-label{display:block;max-width:760px;margin:0 auto 24px}.notes-title-label input{display:block;width:100%;border:0;border-bottom:1px solid var(--estudio-line,#cbd3dc);background:transparent;color:var(--estudio-ink,#182331);font-family:Cortex Montserrat,sans-serif;font-size:clamp(24px,2.3vw,32px);padding:12px 0;line-height:1.3}.notes-prose{max-width:760px;min-height:55vh;margin:auto;font-size:16px;line-height:1.7;overflow-wrap:anywhere;outline:none}.notes-prose:focus-visible{outline:2px solid var(--estudio-accent,#245eaf);outline-offset:10px;border-radius:4px}.notes-prose table{border-collapse:collapse;width:100%}.notes-prose :is(td,th){border:1px solid var(--estudio-line,#cbd3dc);padding:8px}.notes-prose pre{white-space:pre-wrap}.notes-notice,.notes-prose pre{background:var(--estudio-soft,#e5eaf0);padding:16px}.notes-notice{border:1px solid var(--estudio-line,#cbd3dc);border-radius:8px;margin-bottom:24px}.notes-notice button{margin:4px 8px 4px 0}@media(max-width:640px){.notes-workspace{padding:20px 16px}.notes-header{flex-wrap:wrap}.notes-save span{display:block}.notes-prose{min-height:50vh}.notes-title-label input{font-size:24px}}.notes-list{list-style:none;padding:0;margin:32px 0}.notes-list li{border-bottom:1px solid var(--estudio-line,#cbd3dc)}.notes-list a{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 8px;color:inherit;text-decoration:none;min-height:64px}.notes-list a:hover{background:var(--estudio-soft,#e5eaf0)}.notes-list strong{overflow-wrap:anywhere}.notes-list time{font-size:14px;color:var(--estudio-muted,#465669);flex-shrink:0}.notes-empty{padding:64px 0;border-top:1px solid var(--estudio-line,#cbd3dc);margin-top:32px}.notes-workspace h1{font-size:32px;margin:0 0 8px}@media(max-width:640px){.notes-list a{align-items:flex-start;flex-direction:column;gap:8px}}.notes-folder{display:flex;align-items:center;gap:16px;flex-wrap:wrap;font-size:14px}.notes-folder select{min-height:44px;max-width:100%;padding:8px 12px;background:var(--estudio-panel,#fbfcfd);color:inherit;border:1px solid var(--estudio-line,#cbd3dc);border-radius:8px}.notes-workspace button:disabled{opacity:.55;cursor:not-allowed}.notes-leave-dialog{max-width:560px;width:calc(100% - 32px);padding:24px;border:1px solid var(--estudio-line,#cbd3dc);border-radius:14px;background:var(--estudio-raised,#fff);color:var(--estudio-ink,#182331)}.notes-leave-dialog::backdrop{background:rgb(0 0 0/.4)}.notes-leave-dialog h2{margin:0 0 12px;font-size:20px}.notes-leave-dialog p{line-height:1.6}.notes-dialog-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.notes-header a{display:inline-flex;align-items:center;gap:8px}.notes-radial-layer{position:fixed;inset:0;z-index:100;background:rgb(0 0 0/.15)}.notes-radial{position:fixed;background:var(--estudio-raised,#fff);border:1px solid var(--estudio-line,#cbd3dc);border-radius:50%;box-shadow:0 8px 32px rgb(0 0 0/.12)}.notes-radial button{color:var(--estudio-ink,#182331);min-height:44px;border:1px solid var(--estudio-line,#cbd3dc);background:var(--estudio-panel,#fbfcfd);font:inherit;cursor:pointer}.notes-radial button:focus-visible{outline:3px solid var(--estudio-accent,#245eaf);outline-offset:3px}.notes-radial-item{position:absolute;left:var(--radial-x);top:var(--radial-y);transform:translate(-50%,-50%);width:84px;height:66px;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;font-size:12px!important}.notes-radial-item:disabled{opacity:.35;cursor:default}.notes-radial-item:hover:enabled{background:var(--estudio-tint,#dce8f9)}.notes-radial-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:110px;min-height:100px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:4px;padding:8px}.notes-radial-center span{font-size:10px;color:var(--estudio-muted,#465669)}.notes-radial-close{position:absolute;right:-10px;top:-10px;width:44px;border-radius:50%;display:grid;place-items:center}.notes-radial-hint{position:absolute;top:100%;left:0;width:100%;padding:12px;margin:12px 0 0;background:var(--estudio-raised,#fff);border-radius:8px;color:var(--estudio-muted,#465669);font-size:14px;text-align:center}@media(max-height:520px),(max-width:767px){.notes-radial{left:0!important;top:auto!important;bottom:0!important;width:100%!important;height:auto!important;border-radius:14px 14px 0 0;padding:24px 16px max(20px,env(safe-area-inset-bottom));max-height:90dvh;overflow:auto}.notes-radial-items{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:28px 0 16px}.notes-radial-item{height:72px}.notes-radial-center,.notes-radial-item{position:static;transform:none;width:100%}.notes-radial-center{min-height:52px;flex-direction:row;border-radius:8px;gap:12px}.notes-radial-close{right:12px;top:8px}.notes-radial-hint{position:static;margin:12px 0 0;padding:4px}.notes-radial-center span{font-size:12px}}@media(prefers-reduced-motion:reduce){.notes-radial,.notes-radial *{animation:none!important;transition:none!important}}.notes-radial-sectors{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.notes-radial-sectors path{fill:var(--estudio-soft,#e5eaf0);stroke:var(--estudio-line,#cbd3dc);stroke-width:1}.notes-radial-sectors path.is-focused{fill:var(--estudio-tint,#dce8f9)}.notes-radial-item{background:transparent!important;border-color:transparent!important}.notes-radial-item:focus-visible{border-radius:8px}.notes-editor-actions{max-width:760px;margin:0 auto 20px;display:flex;align-items:center;flex-wrap:wrap;gap:12px}.notes-editor-actions span{font-size:14px;color:var(--estudio-muted,#465669)}.notes-selection-sheet{width:min(640px,calc(100% - 32px));max-height:calc(100dvh - 32px);overflow:auto;padding:24px;border:1px solid var(--estudio-line,#cbd3dc);border-radius:14px;background:var(--estudio-raised,#fff);color:var(--estudio-ink,#182331)}.notes-selection-sheet::backdrop{background:rgb(0 0 0/.2)}.notes-selection-sheet header button{display:inline-flex;align-items:center;gap:8px}.notes-selection-sheet h2{font-size:20px;margin:24px 0}.notes-selection-sheet button{min-height:44px;padding:8px 12px;background:var(--estudio-panel,#fbfcfd);color:inherit;border:1px solid var(--estudio-line,#cbd3dc);border-radius:8px}.notes-selection-sheet :focus-visible{outline:3px solid var(--estudio-accent,#245eaf);outline-offset:3px}@media(max-height:520px),(max-width:767px){.notes-radial-sectors{display:none}.notes-radial-item{background:var(--estudio-soft,#e5eaf0)!important}.notes-selection-sheet{margin:auto 0 0;width:100%;max-width:100%;border-radius:14px 14px 0 0;max-height:90dvh;padding-bottom:max(24px,env(safe-area-inset-bottom))}}.notes-radial-file svg,.notes-radial-link svg{color:var(--estudio-accent,#245eaf)}.notes-radial-image svg{color:var(--estudio-danger,#ae352f)}.notes-radial-place svg{color:var(--estudio-success,#23674e)}.notes-radial-reminder svg{color:var(--estudio-gold,#79540e)}.notes-radial-item{padding:6px!important}.notes-radial-close{padding:0!important}.notes-radial .notes-radial-item svg{flex-shrink:0}.notes-radial .notes-radial-center{border-radius:50%;padding:8px}.notes-radial .notes-radial-close{border-radius:50%}@media(max-height:520px),(max-width:767px){.notes-radial .notes-radial-center{border-radius:8px}}.notes-selector-form{display:grid;gap:18px}.notes-selector-form label{display:grid;gap:8px;font-size:14px;font-weight:600}.notes-selector-form input:not([type=checkbox]),.notes-selector-form select{min-height:44px;width:100%;padding:10px 12px;border:1px solid var(--estudio-line);border-radius:8px;background:var(--estudio-panel);color:var(--estudio-ink);font:inherit}.notes-target-search{display:flex;align-items:end;gap:12px}.notes-target-search label{flex:1;min-width:0}.notes-target-list{list-style:none;margin:0;padding:0;max-height:300px;overflow:auto}.notes-target-list li{border-bottom:1px solid var(--estudio-line)}.notes-target-list label{display:flex;align-items:center;gap:12px;padding:12px 0;min-height:48px}.notes-target-list label span{overflow-wrap:anywhere}.notes-target-list input{width:20px;height:20px;flex-shrink:0;accent-color:var(--estudio-accent)}.notes-reference{padding:6px 10px;background:var(--estudio-soft);border-radius:8px;color:var(--estudio-ink);overflow-wrap:anywhere}.notes-reference a{color:var(--estudio-accent);text-decoration:underline;text-underline-offset:3px}.notes-reference img{display:block;max-width:100%;max-height:480px;object-fit:contain;margin:12px auto}.notes-reference button{margin:8px}.notes-reference+.notes-reference{margin-top:8px}.notes-bell{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:44px;min-height:44px;padding:8px;border:1px solid var(--estudio-line);border-radius:8px;background:var(--estudio-panel);color:var(--estudio-ink)}.notes-bell:focus-visible{outline:3px solid var(--estudio-accent);outline-offset:3px}.notes-bell span{font-size:12px;font-variant-numeric:tabular-nums}.notes-inbox-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.notes-email-preference{display:flex;align-items:center;gap:10px;min-height:44px}.notes-email-preference input{width:20px;height:20px;accent-color:var(--estudio-accent)}.notes-manual-links{margin:24px 0;padding:20px;border-top:1px solid var(--estudio-line);color:var(--estudio-ink)}.notes-manual-links h2{margin:0;font-size:18px}.notes-manual-links button{min-height:44px;padding:8px 12px;border:1px solid var(--estudio-line);border-radius:8px;background:var(--estudio-panel);color:inherit;font:inherit}.notes-manual-links ul{list-style:none;padding:0;display:grid;gap:12px}.notes-manual-links li{padding:12px 0;border-bottom:1px solid var(--estudio-line);overflow-wrap:anywhere}.notes-manual-links small{display:block;margin-top:8px;color:var(--estudio-muted)}.notes-manual-links a{color:var(--estudio-accent);text-decoration:underline}.notes-manual-links :focus-visible{outline:3px solid var(--estudio-accent);outline-offset:3px}.notes-rich-workspace{max-width:1280px}.notes-rich-workspace .notes-title-label{max-width:none}.notes-rich-workspace .notes-title-label input{font-size:32px}.notes-document-tools{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin:0 0 24px}.notes-view-switch{display:flex;gap:4px;padding:4px;background:var(--estudio-soft);border-radius:12px}.notes-view-switch button{border-color:transparent;background:transparent}.notes-view-switch button[aria-pressed=true]{background:var(--estudio-panel);border-color:var(--estudio-line);font-weight:600}.notes-attachments{padding:20px 24px;border:1px solid var(--estudio-line);border-radius:14px;margin-bottom:24px;background:var(--estudio-panel)}.notes-attachments header{display:flex;align-items:center;justify-content:space-between;gap:12px}.notes-attachments h2{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:600;margin:0}.notes-attachments header>span{font-variant-numeric:tabular-nums;color:var(--estudio-muted)}.notes-attachments p{font-size:14px;color:var(--estudio-muted);margin:12px 0 0}.notes-attachments ul{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr));gap:12px 24px;list-style:none;margin:16px 0 0;padding:0}.notes-attachments li{display:flex;align-items:center;gap:12px;min-width:0;padding:8px 0}.notes-attachments li>svg{flex-shrink:0;color:var(--estudio-accent)}.notes-attachments li>div{min-width:0;overflow-wrap:anywhere}.notes-attachments a{color:var(--estudio-ink);text-decoration:underline;text-underline-offset:3px}.notes-attachments small{display:block;color:var(--estudio-muted);margin-top:4px;font-size:12px}.notes-attachments>button{margin-top:16px}.notes-rich-sheet{border:1px solid var(--estudio-line);border-radius:14px;background:var(--estudio-panel)}.notes-rich-sheet[hidden]{display:none}.notes-formatting{display:flex;align-items:end;flex-wrap:wrap;gap:12px;padding:16px 20px;border-bottom:1px solid var(--estudio-line);background:var(--estudio-soft);border-radius:14px 14px 0 0}.notes-format-select{display:grid;gap:4px;font-size:12px;color:var(--estudio-muted)}.notes-format-select select{max-width:170px;min-height:44px;padding:8px 10px;background:var(--estudio-panel);border:1px solid var(--estudio-line);border-radius:8px;color:var(--estudio-ink);font:inherit;font-size:14px}.notes-format-group{display:flex;flex-wrap:wrap;gap:4px}.notes-formatting button{display:grid;place-items:center;padding:10px;min-width:44px}.notes-formatting button[aria-pressed=true]{background:var(--estudio-tint);border-color:var(--estudio-accent);color:var(--estudio-accent)}.notes-rich-sheet .notes-editor-actions{max-width:none;margin:0;padding:16px 24px;border-bottom:1px solid var(--estudio-line)}.notes-rich-sheet .notes-prose{max-width:78ch;padding:32px;min-height:55vh}.notes-rich-sheet .notes-prose:focus-visible{outline-offset:-4px}.notes-prose p{margin:0 0 1em}.notes-prose :is(h1,h2,h3){line-height:1.3;margin:1.4em 0 .6em;font-weight:650}.notes-prose h1{font-size:28px}.notes-prose h2{font-size:24px}.notes-prose h3{font-size:20px}.notes-prose :is(ul,ol){padding-left:24px;margin:12px 0 20px}.notes-prose ul{list-style:disc}.notes-prose ol{list-style:decimal}.notes-prose ul[data-type=taskList]{list-style:none;padding-left:0}.notes-prose ul[data-type=taskList]>li{display:flex;gap:12px}.notes-prose blockquote{margin:24px 0;padding:16px 20px;border-left:1px solid var(--estudio-accent);background:var(--estudio-soft)}.notes-prose .notes-reference{margin:16px 0;padding:12px 16px}.notes-prose span.notes-reference{padding:4px 8px}.notes-prose .notes-reference img{max-height:360px;background:var(--estudio-panel);border-radius:8px}.notes-prose [data-note-font=serif]{font-family:Georgia,serif}.notes-prose [data-note-font=mono]{font-family:ui-monospace,monospace}.notes-prose [data-note-font=sans]{font-family:inherit}.notes-prose [data-note-color=blue]{color:var(--note-ink-blue)}.notes-prose [data-note-color=green]{color:var(--note-ink-green)}.notes-prose [data-note-color=red]{color:var(--note-ink-red)}.notes-prose [data-note-color=purple]{color:var(--note-ink-purple)}.notes-rich-workspace{--note-ink-blue:#2056a3;--note-ink-green:#23674e;--note-ink-red:#a63036;--note-ink-purple:#7040a0}.dark .notes-rich-workspace,[data-estudio-mode=dark] .notes-rich-workspace{--note-ink-blue:#9dbfff;--note-ink-green:#8bd5ad;--note-ink-red:#ffaaa6;--note-ink-purple:#d3aeff}.notes-markdown-view{border:1px solid var(--estudio-line);border-radius:14px;padding:24px;background:var(--estudio-panel)}.notes-markdown-view h2{font-size:20px;margin:0 0 12px}.notes-markdown-view p{color:var(--estudio-muted);font-size:14px;line-height:1.6;max-width:75ch}.notes-markdown-view pre{white-space:pre-wrap;overflow-wrap:anywhere;font:14px/1.7 ui-monospace,monospace;margin:24px 0 0;min-height:40vh}.notes-rich-workspace :is(select,pre):focus-visible{outline:2px solid var(--estudio-accent);outline-offset:3px}.notes-rich-workspace button:hover:enabled{border-color:var(--estudio-accent)}.notes-prose ::selection{background:var(--estudio-tint);color:var(--estudio-ink)}@media(max-width:640px){.notes-rich-workspace .notes-title-label input{font-size:24px}.notes-rich-sheet .notes-prose{padding:20px 16px}.notes-formatting{padding:12px;gap:12px 8px}.notes-format-select select{max-width:145px}.notes-attachments,.notes-markdown-view{padding:16px}.notes-rich-sheet .notes-editor-actions{padding:12px 16px}.notes-document-tools{gap:12px}}.notes-collaboration{border:1px solid var(--border-color,#d4dbe5);border-radius:16px;padding:20px;margin:16px 0;background:var(--surface-color,transparent)}.notes-collaboration h2,.notes-collaboration h3{font-size:1rem;font-weight:650;margin:0 0 6px}.notes-collaboration p{font-size:.875rem;line-height:1.5;margin:6px 0 12px}.notes-collaboration-heading{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.notes-collaboration-actions{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}.notes-collaboration button{min-height:40px;padding:8px 14px;border:1px solid var(--border-color,#d4dbe5);border-radius:9px;font-weight:600}.notes-collaboration button:disabled{opacity:.5;cursor:not-allowed}.notes-collaboration input{display:block;width:100%;margin-top:8px;padding:10px;border:1px solid var(--border-color,#d4dbe5);border-radius:8px}.notes-collaboration details{margin-top:14px}.notes-collaboration summary{cursor:pointer;padding:8px 0}.notes-collaboration li{display:flex;flex-wrap:wrap;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--border-color,#d4dbe5)}.notes-history{margin-top:18px;max-height:400px;overflow:auto}@media(max-width:600px){.notes-collaboration{padding:14px}.notes-collaboration-heading{flex-wrap:wrap}.notes-collaboration-actions button{flex:1 1 140px}}