.wema-board{--wema-note-border-radius: 4px;--wema-note-shadow: 0 2px 8px rgba(0, 0, 0, .15);--wema-note-font-size: 14px;--wema-anchor-size: 12px;--wema-anchor-color: #4A90D9;--wema-note-color-text: #333;--wema-edge-color: #555;--wema-edge-width: 2px;position:relative;width:100%;height:100%;overflow:hidden;-webkit-user-select:none;user-select:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.wema-board:focus{outline:none}.wema-edges{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.wema-note{position:absolute;border-radius:var(--wema-note-border-radius);box-shadow:var(--wema-note-shadow);background-color:var(--wema-note-color, #FFF9C4);cursor:default;display:flex;flex-direction:column;box-sizing:border-box;touch-action:none}.wema-note-selected{outline:2px solid var(--wema-anchor-color);outline-offset:1px;box-shadow:0 0 0 3px #4a90d94d,var(--wema-note-shadow)}.wema-move-handle{display:flex;align-items:center;justify-content:center;height:18px;cursor:grab;opacity:0;transition:opacity .15s;color:#0000004d;flex-shrink:0;touch-action:none}.wema-move-handle:active{cursor:grabbing}.wema-note:hover .wema-move-handle{opacity:1}.wema-note-content{flex:1;padding:4px 12px 12px;font-size:var(--wema-note-font-size);color:var(--wema-note-color-text);line-height:1.4;overflow-y:auto;word-wrap:break-word;white-space:pre-wrap;outline:none;cursor:text;-webkit-user-select:text;user-select:text}.wema-note-content ul,.wema-note-content ol{margin:4px 0;padding-left:20px;white-space:normal}.wema-note-content li{margin:2px 0;white-space:normal}.wema-note-content input[type=checkbox]{margin-right:6px;cursor:pointer;vertical-align:middle}.wema-note-content .wema-checklist{list-style:none;padding-left:4px}.wema-note-content .wema-checklist li.wema-checked{text-decoration:line-through;color:#aaa}.wema-note-content a{color:var(--wema-anchor-color);text-decoration:underline;cursor:pointer}.wema-note-content a:hover{opacity:.8}.wema-note-content img{max-width:100%;height:auto;border-radius:2px;display:block;margin:4px 0;cursor:pointer}.wema-note-content img.wema-image-selected{outline:2px solid var(--wema-anchor-color);outline-offset:1px}.wema-image-overlay{position:absolute;z-index:10001;display:flex;gap:2px;background:#fff;border:1px solid #ddd;border-radius:4px;padding:3px;box-shadow:0 2px 8px #00000026;transform:translate(-50%) translateY(-100%);pointer-events:auto}.wema-image-overlay-btn{padding:3px 7px;border:1px solid #ddd;border-radius:3px;background:#fff;cursor:pointer;font-size:11px;color:#333;line-height:1.2;min-width:24px;text-align:center}.wema-image-overlay-btn:hover{background:#f0f0f0}.wema-image-overlay-btn.active{background:var(--wema-anchor-color);color:#fff;border-color:var(--wema-anchor-color)}.wema-image-overlay-delete{color:#d32f2f;border-color:#ffcdd2}.wema-image-overlay-delete:hover{background:#ffebee}.wema-note-content iframe,.wema-note-content video,.wema-note-content audio{max-width:100%;border:1px solid #ddd;border-radius:2px;margin:4px 0}.wema-note-content div,.wema-note-content p{white-space:normal}.wema-note-anchors{position:absolute;inset:0;pointer-events:none}.wema-anchor{position:absolute;width:var(--wema-anchor-size);height:var(--wema-anchor-size);border-radius:50%;background:var(--wema-anchor-color);border:2px solid white;transform:translate(-50%,-50%);opacity:0;transition:opacity .15s;pointer-events:auto;cursor:crosshair}.wema-note:hover .wema-anchor{opacity:1}.wema-anchor-top{top:0;left:50%}.wema-anchor-right{top:50%;left:100%}.wema-anchor-bottom{top:100%;left:50%}.wema-anchor-left{top:50%;left:0}.wema-edge-hit{cursor:pointer}.wema-edge-path{stroke:var(--wema-edge-color);fill:none;transition:stroke .15s,filter .15s}.wema-edge-hit:hover+.wema-edge-path{filter:drop-shadow(0 0 4px rgba(74,144,217,.5));stroke:color-mix(in srgb,var(--wema-edge-color) 70%,var(--wema-anchor-color))}.wema-edge-path.wema-edge-selected{stroke:var(--wema-anchor-color)}.wema-arrow-fill{fill:var(--wema-edge-color)}.wema-edge-label{font-size:12px;fill:var(--wema-edge-color);pointer-events:none}.wema-edge-temp{stroke:var(--wema-anchor-color);stroke-width:2px;stroke-dasharray:6 3;fill:none;pointer-events:none}.wema-note-drop-target{outline:2px dashed var(--wema-anchor-color);outline-offset:3px}.wema-edge-popup{position:absolute;background:#fff;border:1px solid #ddd;border-radius:6px;padding:8px;box-shadow:0 4px 12px #00000026;z-index:10000;transform:translate(-50%);display:flex;flex-direction:column;gap:6px;pointer-events:auto}.wema-popup-section{display:flex;align-items:center;gap:8px}.wema-popup-label{font-size:10px;color:#888;text-transform:uppercase;letter-spacing:.5px;width:36px;flex-shrink:0}.wema-popup-group{display:flex;gap:2px}.wema-popup-btn{padding:4px 6px;border:1px solid #ddd;border-radius:3px;background:#fff;cursor:pointer;font-size:11px;color:#333;display:flex;align-items:center;justify-content:center;line-height:0}.wema-popup-btn:hover{background:#f0f0f0}.wema-popup-btn.active{background:var(--wema-anchor-color);color:#fff;border-color:var(--wema-anchor-color)}.wema-popup-details{border-top:1px solid #eee;padding-top:4px}.wema-popup-details-toggle{display:flex;align-items:center;gap:4px;padding:2px 4px;border:none;border-radius:3px;background:none;cursor:pointer;font-size:10px;color:#888;text-transform:uppercase;letter-spacing:.5px;width:100%}.wema-popup-details-toggle:hover{background:#f5f5f5;color:#555}.wema-popup-details-toggle svg{transition:transform .15s}.wema-popup-details-toggle.open svg{transform:rotate(90deg)}.wema-popup-details-content{display:flex;flex-direction:column;gap:6px;padding-top:4px}.wema-popup-delete-section{border-top:1px solid #eee;padding-top:6px}.wema-popup-btn-delete{color:#d32f2f;width:100%}.wema-popup-btn-delete:hover{background:#ffebee}.wema-note-popup{position:absolute;background:#fff;border:1px solid #ddd;border-radius:6px;padding:6px;box-shadow:0 4px 12px #00000026;z-index:10000;transform:translate(-50%);display:flex;flex-direction:column;gap:6px;pointer-events:auto}.wema-note-popup-actions{display:flex;gap:4px}.wema-note-popup-color-btn{width:26px;height:26px;padding:0;border:2px solid #ccc;border-radius:4px;flex-shrink:0}.wema-note-popup-color-btn:hover{border-color:#999}.wema-note-popup-colors{display:grid;grid-template-columns:repeat(4,1fr);gap:3px;padding-top:6px;border-top:1px solid #eee}.wema-color-swatch{width:22px;height:22px;border:2px solid #ccc;border-radius:3px;cursor:pointer;padding:0}.wema-color-swatch:hover{border-color:#666}.wema-color-swatch.active{border-color:#333;box-shadow:0 0 0 1px #333}.wema-resize-handle{position:absolute;right:0;bottom:0;width:16px;height:16px;cursor:nwse-resize;background:linear-gradient(135deg,transparent 50%,rgba(0,0,0,.15) 50%,transparent 55%),linear-gradient(135deg,transparent 65%,rgba(0,0,0,.15) 65%,transparent 70%),linear-gradient(135deg,transparent 80%,rgba(0,0,0,.15) 80%);border-radius:0 0 var(--wema-note-border-radius) 0;touch-action:none}.wema-theme-card .wema-note{background-color:#fff;border:1px solid #e0e0e0;box-shadow:0 1px 4px #00000014}.wema-theme-card .wema-note:before{content:"";position:absolute;left:0;top:0;bottom:0;width:6px;background:var(--wema-note-color);border-radius:var(--wema-note-border-radius) 0 0 var(--wema-note-border-radius)}.wema-readonly .wema-note,.wema-readonly .wema-note:active,.wema-readonly .wema-note-content{cursor:default}.wema-readonly .wema-anchor,.wema-readonly .wema-resize-handle{display:none}.wema-richtext-toolbar{position:absolute;z-index:10001;display:flex;flex-wrap:wrap;gap:2px;background:#fff;border:1px solid #ddd;border-radius:4px;padding:3px;box-shadow:0 2px 8px #00000026;transform:translate(-50%) translateY(-100%);pointer-events:auto}.wema-richtext-btn{padding:3px 7px;border:1px solid #ddd;border-radius:3px;background:#fff;cursor:pointer;font-size:12px;color:#333;line-height:1.2;min-width:24px;text-align:center}.wema-richtext-btn:hover{background:#f0f0f0}.wema-richtext-btn.active{background:var(--wema-anchor-color);color:#fff;border-color:var(--wema-anchor-color)}.wema-richtext-colors{display:flex;gap:2px;padding:2px 0;width:100%}.wema-richtext-colors .wema-color-swatch{width:18px;height:18px}.wema-richtext-link-input{display:flex;gap:2px;width:100%;padding:2px 0}.wema-richtext-link-input input{flex:1;min-width:120px;padding:2px 4px;border:1px solid #ddd;border-radius:3px;font-size:11px;outline:none}.wema-richtext-link-input input:focus{border-color:var(--wema-anchor-color)}.wema-embed-input{display:flex;gap:4px;background:#fff;border:1px solid #ddd;border-radius:4px;padding:6px;box-shadow:0 2px 8px #00000026}.wema-rubberband{position:absolute;border:1px dashed var(--wema-anchor-color);background:#4a90d914;pointer-events:none;z-index:9999}.wema-viewonly .wema-note-content{cursor:default}.wema-viewonly .wema-anchor,.wema-viewonly .wema-resize-handle{display:none}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-color: #0A0A0F;--text-color: #EAEAEA;--accent-color: #E94560;--note-bg: #1A1A2E;--note-bg-alt: #16213E}html,body{width:100%;height:100%;overflow:hidden;background-color:var(--bg-color);color:var(--text-color);font-family:Inter,Noto Sans JP,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{width:100%;height:100%}.wema-board{--wema-note-border-radius: 12px;--wema-note-shadow: 0 4px 20px rgba(233, 69, 96, .15), 0 2px 8px rgba(0, 0, 0, .3);--wema-note-font-size: 14px;--wema-note-color-text: #EAEAEA;--wema-anchor-size: 0px;--wema-anchor-color: transparent;--wema-edge-color: #7B8DA4;--wema-edge-width: 2px;background-color:var(--bg-color)!important}.wema-theme-card .wema-note{background-color:#1a1a2e;border:1px solid #444;box-shadow:0 2px 8px #0006;transition:box-shadow .3s ease,border-color .3s ease}.wema-theme-card .wema-note:hover{box-shadow:0 0 20px #ffffff0f,0 4px 16px #00000080;border-color:#666}.wema-theme-card .wema-note:before{width:5px}.wema-note-content a{color:#e94560!important;text-decoration:none!important;transition:color .2s ease}.wema-note-content a:hover{color:#ff6b81!important;text-decoration:underline!important}.wema-note[data-note-id=social] .wema-note-content img,.wema-note[data-note-id=poweredby] .wema-note-content img{display:inline!important;opacity:.6;transition:opacity .2s ease;margin:2px 4px}.wema-note[data-note-id=social] .wema-note-content img:hover,.wema-note[data-note-id=poweredby] .wema-note-content img:hover{opacity:1}.wema-note[data-note-id=social] .wema-note-content a:hover,.wema-note[data-note-id=poweredby] .wema-note-content a:hover{text-decoration:none!important}.wema-note-content .oss-row{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;margin-bottom:4px}.wema-board svg path{animation:edgePulse 4s ease-in-out infinite}@keyframes edgePulse{0%,to{opacity:.7}50%{opacity:1}}.wema-board::-webkit-scrollbar{display:none}.wema-board{-ms-overflow-style:none;scrollbar-width:none}@media(max-width:767px){html,body{overflow-y:auto;overflow-x:hidden}#app,.wema-board{height:auto!important;min-height:100%;overflow:visible!important}.wema-note{font-size:12px}}
