:root{--bg: #f4f5f7;--surface: #ffffff;--surface-2: #fafbfc;--border: #e1e4e9;--border-strong: #cfd4dc;--text: #1c232e;--muted: #6b7480;--accent: #2f6fed;--danger: #d64545;--radius: 10px;--topbar-h: 60px;--panel-h: calc(100vh - var(--topbar-h) - 40px);--note-h: 150px;--row-h: 44px}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}input,textarea,button{font:inherit;color:inherit}.brand-name{font-weight:700;letter-spacing:-.01em;font-size:18px}.btn{border:1px solid var(--border-strong);background:var(--surface);color:var(--text);padding:9px 15px;border-radius:8px;cursor:pointer;font-weight:600;transition:background .12s ease,border-color .12s ease}.btn:hover{background:var(--surface-2)}.btn:disabled{opacity:.55;cursor:default}.btn.small{padding:7px 12px;font-size:14px}.btn.primary{background:var(--text);border-color:var(--text);color:#fff}.btn.primary:hover{background:#2b3542}.btn.ghost{background:transparent;border-color:transparent}.btn.ghost:hover{background:var(--surface-2);border-color:var(--border)}.link{background:none;border:none;color:var(--accent);cursor:pointer;padding:0;font-weight:600}.center-screen{height:100%;display:grid;place-items:center}.spinner{width:30px;height:30px;border-radius:50%;border:3px solid var(--border);border-top-color:var(--accent);animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.auth-wrap{min-height:100%;display:grid;place-items:center;padding:24px}.auth-card{width:100%;max-width:380px;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:32px}.auth-card .brand{margin-bottom:24px}.auth-card h1{margin:18px 0 4px;font-size:22px;letter-spacing:-.01em}.muted{color:var(--muted)}.auth-card .muted{margin:0 0 22px;font-size:14px}.auth-form{display:grid;gap:14px}.auth-form label{display:grid;gap:6px;font-size:13px;color:var(--muted);font-weight:600}.auth-form input{background:var(--surface);border:1px solid var(--border-strong);border-radius:8px;padding:11px 13px;outline:none}.auth-form input:focus{border-color:var(--accent)}.auth-form .btn{margin-top:6px}.error{color:var(--danger);font-size:14px}.switch{margin-top:18px;font-size:14px;color:var(--muted);text-align:center}.hub{height:100%;display:flex;flex-direction:column}.topbar{height:var(--topbar-h);flex:0 0 var(--topbar-h);display:flex;align-items:center;justify-content:space-between;padding:0 20px;background:var(--surface);border-bottom:1px solid var(--border)}.topbar-left{display:flex;align-items:center;gap:22px}.topbar-right{display:flex;align-items:center;gap:12px}.brand-name{font-weight:750;font-size:18px;letter-spacing:-.02em}.nav{display:inline-flex;gap:22px}.nav-item{background:none;border:none;padding:4px 0;color:var(--muted);font-weight:600;font-size:15px;cursor:pointer;border-bottom:2px solid transparent;transition:color .12s ease}.nav-item:hover{color:var(--text)}.nav-item.on{color:var(--text);border-bottom-color:var(--accent)}.logged-in{color:var(--muted);font-size:14px}.icon-btn{display:grid;place-items:center;width:34px;height:34px;border-radius:8px;border:none;background:transparent;color:var(--muted);cursor:pointer;transition:color .12s ease,background .12s ease}.icon-btn:hover{color:var(--text);background:var(--surface-2)}.icon-btn svg{width:17px;height:17px}@media (max-width: 560px){.topbar{padding:0 14px}.topbar-left{gap:16px}.logged-in{display:none}}.hub-wide{flex:1 1 auto;min-height:0;width:100%;max-width:1000px;margin:0 auto;padding:20px;overflow-y:auto}.lib-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:16px}.crumbs{display:flex;align-items:center;flex-wrap:wrap;font-size:15px}.crumb{background:none;border:none;color:var(--accent);font-weight:600;cursor:pointer;padding:2px 4px}.crumb-sep{color:var(--muted);margin:0 2px}.lib-actions{display:flex;align-items:center;gap:8px}.toggle{display:inline-flex;border:1px solid var(--border-strong);border-radius:8px;overflow:hidden}.toggle button{background:var(--surface);border:none;padding:7px 12px;font-size:13px;font-weight:600;color:var(--muted);cursor:pointer}.toggle button.on{background:var(--text);color:#fff}.folder-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px;margin-bottom:22px}.folder-card{text-align:left;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:14px;cursor:pointer;display:flex;flex-direction:column;gap:8px}.folder-card:hover{border-color:var(--border-strong)}.folder-icon{width:34px;height:26px;border-radius:5px;background:#e7d9a6;border:1px solid #d8c689;position:relative}.folder-icon:before{content:"";position:absolute;top:-6px;left:0;width:16px;height:6px;background:#e7d9a6;border-radius:4px 4px 0 0}.folder-name{font-weight:700}.folder-tools{display:flex;gap:12px}.mini{font-size:12px;color:var(--muted);cursor:pointer}.mini:hover{color:var(--text)}.mini.danger:hover{color:var(--danger)}.page-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:18px}.page-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden;cursor:pointer;display:flex;flex-direction:column}.page-card:hover{border-color:var(--border-strong);box-shadow:0 4px 16px #1419210f}.page-card[draggable=true]{cursor:grab}.page-thumb{aspect-ratio:3 / 2;background:var(--surface-2);overflow:hidden}.page-thumb img{width:100%;height:100%;object-fit:cover;display:block}.page-meta{padding:12px 14px;display:flex;flex-direction:column;gap:6px}.page-title{font-weight:700;font-size:15px}.page-desc{font-size:14px;color:var(--muted);white-space:pre-wrap;word-break:break-word}.viewer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f131ab8;display:grid;place-items:center;padding:16px;z-index:60}.viewer{position:relative;display:flex;width:auto;max-width:95vw;max-height:92vh;background:var(--surface);border-radius:14px;overflow:hidden}.viewer-image{flex:0 1 auto;min-width:0;background:var(--surface);display:grid;place-items:center}.viewer-img{max-width:100%;max-height:92vh;object-fit:contain;display:block}.viewer-side{flex:0 0 340px;max-width:340px;padding:24px;overflow-y:auto;display:flex;flex-direction:column;gap:14px}.viewer-title{margin:0;font-size:20px;letter-spacing:-.01em}.viewer-desc{margin:0;font-size:15px;line-height:1.55;white-space:pre-wrap;word-break:break-word}.viewer-actions{margin-top:auto;display:flex;gap:8px}.viewer-close{position:absolute;top:10px;right:12px;z-index:2;width:34px;height:34px;border-radius:50%;border:none;background:#0f131a8c;color:#fff;font-size:22px;line-height:1;cursor:pointer}.viewer-close:hover{background:#0f131acc}@media (max-width: 720px){.viewer{flex-direction:column;max-height:92vh}.viewer-image{flex:0 1 auto;min-height:0}.viewer-img{max-height:62vh}.viewer-side{flex:0 0 auto;max-width:none}}.img-fallback,.img-loading{width:100%;height:100%;min-height:90px;display:grid;place-items:center;color:var(--muted);font-size:13px;background:var(--surface-2)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#14192173;display:grid;place-items:center;padding:20px;z-index:50}.modal{width:100%;max-width:460px;background:var(--surface);border-radius:14px;padding:22px;max-height:90vh;overflow-y:auto}.modal h3{margin:0 0 16px;font-size:18px}.modal-image{aspect-ratio:4 / 3;border-radius:10px;overflow:hidden;background:var(--surface-2);margin-bottom:10px}.modal-image img{width:100%;height:100%;object-fit:cover}.modal-image-actions{display:flex;gap:8px;margin-bottom:16px}.modal .btn label,label.btn{cursor:pointer}.field{display:grid;gap:6px;font-size:13px;color:var(--muted);font-weight:600;margin-bottom:14px}.field input,.field textarea{background:var(--surface);border:1px solid var(--border-strong);border-radius:8px;padding:10px 12px;outline:none;color:var(--text);font-weight:400;resize:vertical}.field input:focus,.field textarea:focus{border-color:var(--accent)}.modal-actions{display:flex;align-items:center;gap:8px;margin-top:4px}.hub-single{padding:20px;max-width:620px;width:100%;margin:0 auto;flex:1 1 auto;min-height:0}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:16px;height:var(--panel-h);display:flex;flex-direction:column;min-height:0}@media (max-width: 780px){.panel{height:70vh}}.panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;flex:0 0 auto}.panel-head h2{margin:0;font-size:16px;letter-spacing:-.01em}.pad{padding:14px 4px}.chip-add{background:transparent;border:1px solid var(--border-strong);color:var(--muted);border-radius:8px;padding:4px 10px;cursor:pointer;font-size:13px}.chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px;flex:0 0 auto}.chip{background:var(--surface);border:1px solid var(--border-strong);color:var(--muted);border-radius:8px;padding:6px 12px;cursor:pointer;font-size:13px}.chip.on{border-color:var(--accent);color:var(--accent)}.add-row{display:flex;gap:8px;margin-bottom:12px;flex:0 0 auto}.add-row input{flex:1;background:var(--surface);border:1px solid var(--border-strong);border-radius:8px;padding:10px 12px;outline:none}.add-row input:focus{border-color:var(--accent)}.todo-list{list-style:none;margin:0;padding:0;overflow-y:auto;flex:1 1 auto;min-height:0}.todo{height:var(--row-h);display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 10px;border-bottom:1px solid var(--border)}.grip{flex:0 0 auto;width:16px;color:var(--border-strong);cursor:grab;font-weight:800;letter-spacing:-2px;-webkit-user-select:none;user-select:none}.grip.placeholder{visibility:hidden}.todo.dragging{opacity:.4;background:var(--surface-2)}.todo label{display:flex;align-items:center;gap:10px;cursor:pointer;flex:1;overflow:hidden}.todo label span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.todo input[type=checkbox]{width:17px;height:17px;accent-color:var(--accent);flex:0 0 auto}.todo.done span{text-decoration:line-through;color:var(--muted)}.done-sep{height:var(--row-h);display:flex;align-items:center;color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.05em;padding:0 4px}.x{background:none;border:none;color:var(--muted);font-size:20px;line-height:1;cursor:pointer;padding:0 4px}.x:hover{color:var(--danger)}.note-compose{display:grid;gap:8px;border:1px solid var(--border);border-radius:8px;padding:12px;margin-bottom:14px;flex:0 0 auto}.note-title-input,.note-body-input{background:transparent;border:none;outline:none;resize:none;width:100%}.note-title-input{font-weight:700}.note-compose .btn{justify-self:end}.notes-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;grid-auto-rows:var(--note-h);overflow-y:auto;flex:1 1 auto;min-height:0;align-content:start}@media (max-width: 480px){.notes-grid{grid-template-columns:1fr}}.note{border:1px solid var(--border);border-radius:8px;padding:10px;display:flex;flex-direction:column;gap:6px;background:var(--surface);height:var(--note-h)}.note-head{display:flex;align-items:center;gap:6px;flex:0 0 auto}.note-title{flex:1;background:transparent;border:none;outline:none;font-weight:700;min-width:0}.note-body{flex:1 1 auto;background:transparent;border:none;outline:none;resize:none;overflow-y:auto;color:var(--text)}.note-foot{display:flex;align-items:center;justify-content:space-between;flex:0 0 auto}.pin{background:none;border:1px solid var(--border-strong);border-radius:6px;padding:2px 8px;font-size:12px;color:var(--muted);cursor:pointer}.pin.on{border-color:var(--accent);color:var(--accent)}.dot{width:15px;height:15px;border-radius:50%;border:1px solid var(--border-strong);background:var(--surface-2);cursor:pointer}.c-yellow{background:#fff6cc}.c-green{background:#dcf5e3}.c-blue{background:#dde9fb}.c-pink{background:#fbdceb}.board{position:fixed;top:var(--topbar-h);left:0;right:0;bottom:0;display:flex;background:var(--bg)}.board-sidebar{flex:0 0 240px;width:240px;border-right:1px solid var(--border);background:var(--surface);overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:14px}.bs-head{display:flex;flex-wrap:wrap;align-items:center;font-size:13px}.bs-back{align-self:flex-start;background:none;border:none;color:var(--muted);font-weight:600;cursor:pointer;padding:0;font-size:13px}.bs-back:hover{color:var(--text)}.bs-section{display:flex;flex-direction:column;gap:3px}.bs-label{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:700;margin-bottom:4px}.bs-item{text-align:left;background:none;border:none;border-radius:7px;padding:7px 9px;font-size:14px;color:var(--text);cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bs-item:hover{background:var(--surface-2)}.bs-item.on{background:#2f6fed1a;color:var(--accent);font-weight:600}.bs-item.folder{color:var(--muted)}.bs-item.add{color:var(--accent);font-weight:600}.board-main{flex:1 1 auto;min-width:0;display:flex;flex-direction:column}.board-toolbar{flex:0 0 auto;display:flex;align-items:center;gap:14px;padding:10px 14px;border-bottom:1px solid var(--border);background:var(--surface);flex-wrap:wrap}.board-title{font-weight:700;font-size:15px;border:none;background:transparent;outline:none;min-width:120px}.tool-group{display:flex;gap:4px;flex-wrap:wrap}.tool{background:var(--surface);border:1px solid var(--border-strong);border-radius:7px;padding:6px 11px;font-size:13px;font-weight:600;color:var(--muted);cursor:pointer}.tool:hover{color:var(--text)}.tool.on{background:var(--text);color:#fff;border-color:var(--text)}.tool.danger{color:var(--danger)}.props-bar{flex:0 0 auto;display:flex;align-items:center;gap:12px;padding:8px 14px;border-bottom:1px solid var(--border);background:var(--surface-2);flex-wrap:wrap}.prop{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--muted);font-weight:600}.prop input[type=color]{width:30px;height:26px;border:1px solid var(--border-strong);border-radius:5px;padding:0;background:none;cursor:pointer}.prop select{border:1px solid var(--border-strong);border-radius:6px;padding:4px 6px;background:var(--surface)}.prop-sep{width:1px;height:22px;background:var(--border)}.board-scroll{flex:1 1 auto;position:relative;overflow:hidden;touch-action:none}.board-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#fbfbfd;background-image:radial-gradient(var(--border-strong) 1px,transparent 1.2px)}.board-grid.tool-text,.board-grid.tool-sticky,.board-grid.tool-rect,.board-grid.tool-ellipse,.board-grid.tool-line,.board-grid.tool-arrow,.board-grid.tool-pen,.board-grid.tool-connector,.board-grid.tool-select{cursor:crosshair}.board-grid.tool-pan{cursor:grab}.board-grid.tool-pan:active{cursor:grabbing}.board-surface{position:absolute;top:0;left:0;width:0;height:0;overflow:visible;pointer-events:none}.board-layer{position:absolute;top:0;left:0}.board-surface .el,.board-surface .el-line,.board-surface .handle,.board-surface .guide,.board-surface .marquee{pointer-events:auto}.el{position:absolute;box-sizing:border-box}.el.sel{outline:2px solid var(--accent);outline-offset:1px}.el-img{width:100%;height:100%;object-fit:contain;display:block;pointer-events:none}.el-shape{width:100%;height:100%;box-sizing:border-box;pointer-events:none}.el-text,.el-text-edit{width:100%;height:100%;box-sizing:border-box;padding:8px 10px;border-radius:8px;overflow:auto;white-space:pre-wrap;word-break:break-word;line-height:1.4}.el-text.sticky{border-radius:4px;box-shadow:0 1px 4px #14192124}.el-text-edit{resize:none;outline:none;font-family:inherit}.el-text .placeholder{color:var(--muted)}.el-line{position:absolute;overflow:visible}.handle{position:absolute;width:12px;height:12px;background:#fff;border:2px solid var(--accent);border-radius:3px;box-sizing:border-box}.h-nw{left:-6px;top:-6px;cursor:nwse-resize}.h-ne{right:-6px;top:-6px;cursor:nesw-resize}.h-sw{left:-6px;bottom:-6px;cursor:nesw-resize}.h-se{right:-6px;bottom:-6px;cursor:nwse-resize}.line-h{transform:translate(-50%,-50%);border-radius:50%;cursor:move}.board-thumb{width:100%;height:100%;background-color:#fbfbfd;background-image:radial-gradient(var(--border-strong) 1px,transparent 1.2px);background-size:18px 18px}.card-del{margin-top:2px}@media (max-width: 640px){.board-sidebar{display:none}}.tool-group.right{margin:0 auto}.zoom-label{display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;color:var(--muted);min-width:46px;text-align:center}.board-sizer{position:relative}.board-surface.tool-pen,.board-surface.tool-connector{cursor:crosshair}.guide{position:absolute;background:#ff3b8d;z-index:9998;pointer-events:none}.guide.v{top:0;bottom:0;width:1px}.guide.h{left:0;right:0;height:1px}.marquee{position:absolute;border:1px solid var(--accent);background:#2f6fed14;z-index:9997;pointer-events:none}.el.connect-src{outline:2px dashed var(--accent);outline-offset:1px}.handle.rotate{left:50%;top:-26px;transform:translate(-50%);border-radius:50%;cursor:grab}.connect-hint{flex:0 0 auto;padding:7px 14px;background:#fff7d6;border-bottom:1px solid var(--border);font-size:13px;color:#7a6a1f}.chip .x{opacity:1;margin-left:6px;font-size:16px;padding:0 2px}.hub-dash{flex:1 1 auto;min-height:0;width:100%;max-width:1200px;margin:0 auto;padding:20px}.dash-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:stretch;height:100%}@media (max-width: 820px){.dash-grid{grid-template-columns:1fr;height:auto}.hub-dash{overflow-y:auto}}.board-title-wrap{display:flex;align-items:center;gap:4px}.board-title-text{font-weight:700;font-size:15px;max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.title-edit{border:none;background:none;color:var(--muted);cursor:pointer;padding:5px;display:grid;place-items:center;border-radius:6px}.title-edit:hover{color:var(--text);background:var(--surface-2)}.title-edit svg{width:15px;height:15px}.img-lightbox{position:relative;max-width:95vw;max-height:92vh}.lightbox-img{max-width:95vw;max-height:92vh;object-fit:contain;display:block;border-radius:8px}.el-expand{position:absolute;top:6px;right:6px;width:28px;height:28px;display:grid;place-items:center;border:none;border-radius:6px;background:#0f131a99;color:#fff;cursor:pointer;z-index:5}.el-expand:hover{background:#0f131ad9}.el-expand svg{width:15px;height:15px}.board-props{flex:0 0 240px;width:240px;border-left:1px solid var(--border);background:var(--surface);padding:16px;overflow-y:auto;display:flex;flex-direction:column;gap:14px}.props-title{font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.board-props .props-bar{flex-direction:column;align-items:stretch;gap:12px;padding:0;border:none;background:none}.board-props .prop{justify-content:space-between}.board-props .prop select{flex:0 0 auto}.board-props .prop-sep{width:100%;height:1px}.board-props .tool{width:100%}.board-resize{position:absolute;width:20px;height:20px;border-right:3px solid var(--accent);border-bottom:3px solid var(--accent);border-bottom-right-radius:5px;background:#2f6fed1a;cursor:nwse-resize;z-index:9990}.board-resize:hover{background:#2f6fed38}@media (max-width: 640px){.board-props{display:none}}
