:root{--rm-bg: #f7f8fa;--rm-canvas-bg: #2c3546;--rm-canvas-dot: rgba(255, 255, 255, .07);--rm-panel-bg: #ffffff;--rm-border: #d8dce3;--rm-border-strong: #b6bdc9;--rm-text: #1f2430;--rm-text-muted: #6b7280;--rm-node-bg: #ffffff;--rm-node-border: #c4cad4;--rm-node-shadow: 0 1px 2px rgba(20, 28, 46, .08);--rm-accent: #2f6df6;--rm-accent-soft: #e6efff;--rm-edge: #9aa4b5;--rm-danger: #d9463e;--rm-drop-child: #2f9e6b;--rm-drop-sibling: #2f6df6;--rm-radius: 8px;--rm-node-max-w: 280px;--rm-toolbar-h: 48px;--rm-sidebar-w: 260px;--rm-font: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, system-ui, sans-serif}*{box-sizing:border-box}html,body{margin:0;height:100%;overflow:hidden;font-family:var(--rm-font);color:var(--rm-text);background:var(--rm-bg);-webkit-font-smoothing:antialiased}#app{display:flex;flex-direction:column;height:100vh}.rm-toolbar{display:flex;align-items:center;gap:8px;height:var(--rm-toolbar-h);padding:0 10px;background:var(--rm-panel-bg);border-bottom:1px solid var(--rm-border);flex:0 0 auto;user-select:none}.rm-toolbar .rm-tb-group{display:flex;align-items:center;gap:4px}.rm-toolbar .rm-tb-spacer{flex:1 1 auto}.rm-toolbar .rm-brand{font-weight:700;letter-spacing:.02em;margin-right:4px}.rm-title-input{font:inherit;font-weight:600;min-width:120px;max-width:320px;padding:4px 8px;border:1px solid transparent;border-radius:6px;background:transparent;color:var(--rm-text)}.rm-title-input:hover{background:var(--rm-bg)}.rm-title-input:focus{outline:none;border-color:var(--rm-accent);background:#fff}.rm-btn{font:inherit;font-size:13px;display:inline-flex;align-items:center;gap:4px;padding:6px 10px;border:1px solid var(--rm-border);border-radius:6px;background:#fff;color:var(--rm-text);cursor:pointer;white-space:nowrap}.rm-btn:hover{background:var(--rm-bg);border-color:var(--rm-border-strong)}.rm-btn:active{background:var(--rm-accent-soft)}.rm-btn:disabled{opacity:.4;cursor:default}.rm-btn.rm-icon{padding:6px 8px;min-width:32px;justify-content:center}.rm-zoom-pct{min-width:48px;text-align:center;font-size:13px;color:var(--rm-text-muted)}.rm-menu{position:relative}.rm-menu-list{position:absolute;top:calc(100% + 4px);left:0;min-width:180px;background:#fff;border:1px solid var(--rm-border);border-radius:8px;box-shadow:0 8px 24px #141c2e29;padding:4px;z-index:40;display:none}.rm-menu.rm-open .rm-menu-list{display:block}.rm-menu-item{display:block;width:100%;text-align:left;font:inherit;font-size:13px;padding:8px 10px;border:0;border-radius:6px;background:transparent;cursor:pointer;color:var(--rm-text)}.rm-menu-item:hover{background:var(--rm-accent-soft)}.rm-workspace{display:flex;flex:1 1 auto;min-height:0}.rm-sidebar{width:var(--rm-sidebar-w);flex:0 0 auto;background:var(--rm-panel-bg);border-right:1px solid var(--rm-border);display:flex;flex-direction:column;min-height:0;transition:width .14s ease,opacity .14s ease}.rm-sidebar.rm-collapsed{width:0;opacity:0;overflow:hidden;border-right:0}.rm-sidebar-search{padding:10px;border-bottom:1px solid var(--rm-border)}.rm-search-input{width:100%;font:inherit;font-size:13px;padding:7px 10px;border:1px solid var(--rm-border);border-radius:6px}.rm-search-input:focus{outline:none;border-color:var(--rm-accent)}.rm-map-list{flex:1 1 auto;overflow-y:auto;padding:6px}.rm-map-item{display:flex;flex-direction:column;gap:2px;padding:8px 10px;border-radius:6px;cursor:pointer;position:relative}.rm-map-item:hover{background:var(--rm-bg)}.rm-map-item.rm-current{background:var(--rm-accent-soft)}.rm-map-item .rm-map-title{font-size:13px;font-weight:600;display:flex;align-items:center;gap:4px}.rm-map-item .rm-map-meta{font-size:11px;color:var(--rm-text-muted)}.rm-map-item .rm-current-badge{color:var(--rm-accent);font-weight:700}.rm-map-item .rm-map-actions{position:absolute;right:6px;top:6px;opacity:0}.rm-map-item:hover .rm-map-actions{opacity:1}.rm-map-empty{padding:20px 12px;color:var(--rm-text-muted);font-size:13px;line-height:1.6}.rm-sidebar-footer{padding:10px;border-top:1px solid var(--rm-border)}.rm-sidebar-footer .rm-btn{width:100%;justify-content:center}.rm-canvas{position:relative;flex:1 1 auto;min-width:0;overflow:hidden;background:radial-gradient(circle,var(--rm-canvas-dot) 1px,transparent 1px) 0 0 / 24px 24px,var(--rm-canvas-bg);outline:none;cursor:grab}.rm-canvas.rm-panning{cursor:grabbing}.rm-world{position:absolute;top:0;left:0;transform-origin:0 0;will-change:transform}.rm-edges{position:absolute;top:0;left:0;overflow:visible;pointer-events:none}.rm-edges path{fill:none;stroke:var(--rm-edge);stroke-width:2}.rm-overlay{position:absolute;inset:0;pointer-events:none;z-index:20}.rm-node{position:absolute;box-sizing:border-box;width:max-content;max-width:var(--rm-node-max-w);min-width:40px;min-height:30px;padding:8px 12px;background:var(--rm-node-bg);border:1.5px solid var(--rm-node-border);border-radius:var(--rm-radius);box-shadow:var(--rm-node-shadow);font-size:14px;line-height:1.45;cursor:default;user-select:none}.rm-node.rm-root{border-color:var(--rm-accent);font-weight:600}.rm-node.rm-selected{border-color:var(--rm-accent);border-width:2px;box-shadow:0 0 0 3px var(--rm-accent-soft),var(--rm-node-shadow)}.rm-node.rm-editing{cursor:text;box-shadow:0 0 0 3px var(--rm-accent-soft)}.rm-node.rm-drag-ghost{opacity:.5;pointer-events:none}.rm-node.rm-drop-child{box-shadow:0 0 0 3px var(--rm-drop-child);border-color:var(--rm-drop-child)}.rm-node.rm-drop-invalid{box-shadow:0 0 0 3px var(--rm-danger);border-color:var(--rm-danger)}.rm-node-img{display:block;max-width:100%;height:auto;border-radius:4px;margin-bottom:6px;pointer-events:none}.rm-node-text{white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;outline:none;min-height:1.2em;min-width:1ch}.rm-node-text[contenteditable=true]{cursor:text;user-select:text}.rm-node-text.rm-placeholder:before{content:attr(data-placeholder);color:var(--rm-text-muted)}.rm-node-toggle{position:absolute;right:-12px;top:50%;transform:translateY(-50%);width:20px;height:20px;padding:0;display:flex;align-items:center;justify-content:center;font-size:10px;line-height:1;border:1.5px solid var(--rm-node-border);border-radius:50%;background:#fff;color:var(--rm-text-muted);cursor:pointer;z-index:2}.rm-node-toggle:hover{border-color:var(--rm-accent);color:var(--rm-accent)}.rm-node-badge{position:absolute;right:-6px;bottom:-8px;font-size:10px;min-width:16px;height:16px;padding:0 4px;border-radius:8px;background:var(--rm-border-strong);color:#fff;display:flex;align-items:center;justify-content:center}.rm-insert-bar{position:absolute;height:3px;background:var(--rm-drop-sibling);border-radius:2px;pointer-events:none}.rm-drop-msg{position:absolute;font-size:12px;color:#fff;background:var(--rm-danger);padding:2px 8px;border-radius:4px;pointer-events:none;transform:translate(8px,-50%)}.rm-dialog-layer{position:fixed;inset:0;z-index:100;pointer-events:none}.rm-dialog-layer.rm-active{pointer-events:auto}.rm-dialog-backdrop{position:absolute;inset:0;background:#141c2e52;display:flex;align-items:center;justify-content:center}.rm-dialog{background:#fff;border-radius:12px;box-shadow:0 16px 48px #141c2e47;min-width:320px;max-width:min(520px,90vw);padding:20px}.rm-dialog h2{margin:0 0 8px;font-size:16px}.rm-dialog .rm-dialog-body{font-size:14px;line-height:1.6;color:var(--rm-text);white-space:pre-wrap}.rm-dialog .rm-dialog-body.rm-danger-text strong{color:var(--rm-danger)}.rm-dialog textarea,.rm-dialog input[type=text],.rm-dialog input[type=file]{width:100%;font:inherit;margin-top:10px;padding:8px 10px;border:1px solid var(--rm-border);border-radius:6px}.rm-dialog textarea{min-height:140px;resize:vertical}.rm-dialog-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}.rm-dialog-actions .rm-btn.rm-primary{background:var(--rm-accent);color:#fff;border-color:var(--rm-accent)}.rm-dialog-actions .rm-btn.rm-primary:hover{background:#275fdb}.rm-dialog-actions .rm-btn.rm-danger{background:var(--rm-danger);color:#fff;border-color:var(--rm-danger)}.rm-dialog-options{display:flex;flex-direction:column;gap:8px;margin-top:12px;font-size:14px}.rm-dialog-options label{display:flex;align-items:center;gap:8px}.rm-toast-layer{position:fixed;bottom:20px;left:50%;transform:translate(-50%);z-index:120;display:flex;flex-direction:column;gap:8px;align-items:center;pointer-events:none}.rm-toast{background:#22283a;color:#fff;font-size:13px;padding:10px 16px;border-radius:8px;box-shadow:0 8px 24px #141c2e4d;animation:rm-toast-in .16s ease;max-width:80vw}.rm-toast.rm-warn{background:#a8541b}.rm-toast.rm-error{background:var(--rm-danger)}@keyframes rm-toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.rm-banner{padding:8px 14px;background:#fff5e6;border-bottom:1px solid #f0d9a8;color:#8a5a12;font-size:13px;display:flex;align-items:center;gap:10px}#rm-print{display:none}@media print{body>#app,body>#auth-screen,body>.rm-dialog-layer,body>.rm-toast-layer{display:none!important}#rm-print{display:block!important}.rm-node-toggle,.rm-node-badge{display:none!important}.rm-node.rm-selected{box-shadow:var(--rm-node-shadow);border-width:1.5px}}#app[hidden],.rm-auth[hidden]{display:none!important}.rm-auth{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:24px;background:var(--rm-bg);z-index:50}.rm-auth-card{width:100%;max-width:360px;background:var(--rm-panel-bg);border:1px solid var(--rm-border);border-radius:var(--rm-radius);box-shadow:0 8px 30px #141c2e1f;padding:28px 24px;display:flex;flex-direction:column;gap:14px}.rm-auth-title{margin:0;font-size:22px;font-weight:700;color:var(--rm-accent);text-align:center}.rm-auth-subtitle{font-size:14px;color:var(--rm-text-muted);text-align:center;margin-bottom:2px}.rm-auth-loading{text-align:center;color:var(--rm-text-muted);font-size:14px}.rm-auth-form{display:flex;flex-direction:column;gap:12px}.rm-auth-row{display:flex;flex-direction:column;gap:4px}.rm-auth-label{font-size:12px;color:var(--rm-text-muted)}.rm-auth-input{font:inherit;font-size:15px;padding:10px 12px;border:1px solid var(--rm-border-strong);border-radius:6px;background:#fff;color:var(--rm-text)}.rm-auth-input:focus{outline:2px solid var(--rm-accent);outline-offset:0;border-color:var(--rm-accent)}.rm-auth-submit{font:inherit;font-size:15px;font-weight:600;margin-top:4px;padding:11px 12px;border:none;border-radius:6px;background:var(--rm-accent);color:#fff;cursor:pointer;min-height:44px}.rm-auth-submit:disabled{opacity:.6;cursor:default}.rm-auth-link{align-self:center;font:inherit;font-size:13px;background:none;border:none;color:var(--rm-accent);cursor:pointer;padding:4px;text-decoration:underline}.rm-auth-error{font-size:13px;color:var(--rm-danger);background:#fdeceb;border:1px solid #f3c6c3;border-radius:6px;padding:8px 10px}.rm-auth-info{font-size:13px;color:#1f6b3a;background:#eaf6ef;border:1px solid #bfe3cd;border-radius:6px;padding:8px 10px}.rm-sync-status{position:fixed;right:12px;bottom:12px;z-index:45;display:flex;align-items:center;gap:6px;padding:5px 10px;border-radius:999px;background:var(--rm-panel-bg);border:1px solid var(--rm-border);box-shadow:var(--rm-node-shadow);font-size:12px;color:var(--rm-text-muted);pointer-events:none;user-select:none}.rm-sync-dot{width:8px;height:8px;border-radius:50%;background:var(--rm-text-muted);flex:0 0 auto}.rm-sync-status[data-state=online] .rm-sync-dot{background:var(--rm-drop-child)}.rm-sync-status[data-state=syncing] .rm-sync-dot{background:var(--rm-accent)}.rm-sync-status[data-state=offline] .rm-sync-dot{background:#9aa4b5}.rm-sync-status[data-state=error] .rm-sync-dot{background:var(--rm-danger)}.rm-canvas{touch-action:none;overscroll-behavior:none}.rm-node-text{touch-action:auto}.rm-scrim,.rm-action-bar{display:none}@media(max-width:768px){.rm-toolbar{gap:6px;overflow-x:auto;scrollbar-width:none;padding-left:max(10px,env(safe-area-inset-left));padding-right:max(10px,env(safe-area-inset-right))}.rm-toolbar::-webkit-scrollbar{display:none}.rm-toolbar .rm-brand,.rm-toolbar .rm-tb-spacer{display:none}.rm-title-input{min-width:90px;max-width:160px}.rm-btn{padding:9px 11px;min-height:40px}.rm-btn.rm-icon{min-width:40px;min-height:40px}.rm-sidebar{position:fixed;top:var(--rm-toolbar-h);bottom:0;left:0;z-index:60;width:min(84vw,320px);transform:translate(0);opacity:1;border-right:1px solid var(--rm-border);box-shadow:2px 0 16px #141c2e40;transition:transform .18s ease}.rm-sidebar.rm-collapsed{width:min(84vw,320px);opacity:1;overflow:hidden;transform:translate(-100%);border-right:1px solid var(--rm-border)}.rm-map-item{padding:12px}.rm-map-item .rm-map-actions{position:static;opacity:1;margin-top:6px}.rm-scrim:not([hidden]){display:block;position:fixed;top:var(--rm-toolbar-h);left:0;right:0;bottom:0;z-index:55;background:#141c2e59}.rm-action-bar{display:flex;justify-content:space-around;align-items:center;gap:4px;position:fixed;left:0;right:0;bottom:0;z-index:50;padding:6px 8px calc(6px + env(safe-area-inset-bottom));background:var(--rm-panel-bg);border-top:1px solid var(--rm-border);box-shadow:0 -2px 12px #141c2e1f}.rm-act-btn{font:inherit;font-size:13px;flex:1 1 0;min-height:44px;padding:6px 4px;border:1px solid var(--rm-border);border-radius:8px;background:#fff;color:var(--rm-text);cursor:pointer}.rm-act-btn:active{background:var(--rm-accent-soft)}.rm-sync-status{bottom:calc(64px + env(safe-area-inset-bottom))}}
/*# sourceMappingURL=app-QGTQPHPQ.css.map */
