
.notesHubV584{max-width:1050px}.notesToolbarV584{display:flex;gap:10px;flex-wrap:wrap;margin:12px 0 18px}.notesToolbarV584 input{flex:1;min-width:240px;padding:11px;border:1px solid #ccc;border-radius:9px}.notesToolbarV584 select{padding:10px;border:1px solid #ccc;border-radius:9px}.notesGridV584{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.noteCardV584{display:flex;text-align:left;gap:14px;border:1px solid #ddd;border-radius:12px;padding:12px;background:#fff}.noteThumbV584{width:100px;height:76px;border:1px solid #ddd;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center;font-size:28px;background:#fafafa}.noteThumbV584 img{width:100%;height:100%;object-fit:cover}.noteCardV584 div:last-child{display:flex;flex-direction:column;gap:4px}.noteCardV584 span,.noteCardV584 small{color:#666}.notesFullWrapV584{align-items:flex-start;padding:10px}.notesEditorV584{width:min(1200px,98vw);max-width:none;height:auto;min-height:96vh}.notesEditorTopV584,.notesAttachBarV584,.notesToolsV584{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.notesEditorTopV584 input{flex:1;font-size:20px;font-weight:700;padding:10px;border:1px solid #ccc;border-radius:9px}.notesAttachBarV584{margin:12px 0}.notesAttachBarV584 label{display:flex;flex-direction:column;gap:4px;font-size:12px;font-weight:700}.notesAttachBarV584 select{min-width:180px;padding:9px;border:1px solid #ccc;border-radius:8px}.notesToolsV584{padding:8px;background:#f3f3f3;border-radius:10px;margin-bottom:8px}.notesToolsV584 button{padding:8px 11px;border:1px solid #ccc;background:#fff;border-radius:8px}.notesToolsV584 button.active{background:#111;color:#fff}.noteCanvasShellV584{width:100%;overflow:auto;border:1px solid #bbb;border-radius:8px;background-color:#fff;touch-action:none}.noteCanvasShellV584.lined{background-image:repeating-linear-gradient(to bottom,transparent 0,transparent 31px,#dfe6ee 32px)}.noteCanvasShellV584.grid{background-image:linear-gradient(#e6e6e6 1px,transparent 1px),linear-gradient(90deg,#e6e6e6 1px,transparent 1px);background-size:32px 32px}.noteCanvasShellV584.blank{background-image:none}.noteCanvasShellV584 canvas{display:block;touch-action:none}.notesEditorV584 textarea{width:100%;min-height:100px;margin-top:10px;padding:10px;border:1px solid #ccc;border-radius:9px}@media(max-width:700px){.notesGridV584{grid-template-columns:1fr}.notesEditorV584{width:100%}.notesAttachBarV584 label{width:100%}.notesAttachBarV584 select{width:100%}}

.noteToolControlV585{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding-left:8px;border-left:1px solid #ccc}
.noteSizePresetsV585{display:flex;gap:4px}.noteSizePresetsV585 button{min-width:34px}
.noteToolControlV585 input[type=range]{width:130px}
.noteColorControlsV585{display:flex;align-items:center;gap:6px;flex-wrap:wrap}
.inkDotV585{width:28px;height:28px;border-radius:50%!important;padding:0!important;border:2px solid #fff!important;box-shadow:0 0 0 1px #aaa}
.inkDotV585.black{background:#111!important}.inkDotV585.blue{background:#0a5bd8!important}.inkDotV585.red{background:#c62828!important}.inkDotV585.green{background:#218838!important}.inkDotV585.gold{background:#C8AD66!important}
.customColorLabelV585{display:flex!important;align-items:center!important;gap:5px!important;font-size:12px!important}
.customColorLabelV585 input[type=color]{width:34px;height:28px;padding:0;border:1px solid #aaa;border-radius:6px;background:white}
.noteCanvasShellV584{touch-action:pan-y!important}
.noteCanvasShellV584 canvas{touch-action:none!important}
@media(max-width:800px){
  .notesToolsV584{align-items:flex-start}
  .noteToolControlV585{width:100%;border-left:0;border-top:1px solid #ddd;padding:8px 0 0}
  .noteColorControlsV585{width:100%}
}

.noteCardWrapV586{position:relative;display:flex;flex-direction:column;gap:6px}
.noteCardWrapV586 .noteCardV584{width:100%}
.noteShareMiniV586{align-self:flex-end;border:1px solid #C8AD66;background:#fff;color:#111;border-radius:8px;padding:6px 10px;font-weight:700}
.noteCanvasShellV584{touch-action:pan-y!important;-webkit-user-select:none;user-select:none}
.noteCanvasShellV584 canvas{touch-action:none!important;-webkit-user-select:none;user-select:none}

/* V587 iPad Pencil performance */
.noteCanvasShellV584{overscroll-behavior:contain;-webkit-overflow-scrolling:touch}
.noteCanvasShellV584 canvas{touch-action:none!important}

/* V588 — iPad writing feel */
.noteCanvasShellV584 canvas{
  touch-action:none!important;
  image-rendering:auto;
}
.notesEditorV584,.noteCanvasShellV584{
  -webkit-transform:translateZ(0);
  transform:translateZ(0);
}

/* V589 handwriting renderer */
.noteCanvasShellV584 canvas{
  touch-action:none!important;
  will-change:contents;
}

.jdNotesLauncherV590{position:fixed;right:18px;bottom:92px;z-index:7900;background:#111;color:#C8AD66;border:1px solid #C8AD66;border-radius:999px;padding:11px 16px;font-weight:800;box-shadow:0 3px 14px #0003}
@media(max-width:700px){.jdNotesLauncherV590{right:16px;bottom:calc(155px + env(safe-area-inset-bottom,0px));}}
