@charset "UTF-8";:root{--color-primary: #2563eb;--color-primary-hover: #1d4ed8;--color-surface: #ffffff;--color-surface-secondary: #f8fafc;--color-border: #e2e8f0;--color-text: #1e293b;--color-text-muted: #64748b;--color-danger: #ef4444;--color-success: #22c55e;--sidebar-width: 240px;--list-width: 300px;--border-radius: 8px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .1);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1)}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:Hiragino Sans,Hiragino Kaku Gothic ProN,Noto Sans JP,sans-serif;font-size:14px;color:var(--color-text);background:var(--color-surface);-webkit-font-smoothing:antialiased}a{color:var(--color-primary);text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit;font-size:inherit}input,textarea{font-family:inherit;font-size:inherit}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);color:#c8d3e0;pointer-events:none;float:left;height:0}.ProseMirror{outline:none}.tiptap-image-wrapper{position:relative;display:inline-block;max-width:100%;margin:8px 0;cursor:default}.tiptap-image{display:block;max-width:100%;height:auto;border-radius:4px}.tiptap-image-handle{position:absolute;bottom:0;right:0;width:18px;height:18px;background:var(--color-primary);border-radius:3px 0 4px;cursor:se-resize;opacity:0;transition:opacity .15s;touch-action:none}.tiptap-image-handle:after{content:"";position:absolute;inset:3px;border-right:2px solid white;border-bottom:2px solid white}.tiptap-image-wrapper:hover .tiptap-image-handle{opacity:1}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}
