:root{color:#111827;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0}button{font:inherit}.app-shell{width:100%;height:100%;min-width:320px;min-height:100vh}.board-surface{position:relative;width:100%;height:100%;min-height:100vh;overflow:hidden;background-color:#f8fafc;background-image:radial-gradient(#c8d3e0 1px,transparent 1px);background-size:20px 20px}.stylebar{position:absolute;top:14px;left:50%;display:flex;flex-direction:column;gap:4px;align-items:center;padding:4px;border:1px solid rgba(15,23,42,.08);border-radius:14px;background:#ffffffe0;box-shadow:0 4px 16px #0f172a14,0 1px 3px #0f172a0f;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);transform:translate(-50%)}.tool-button{width:36px;height:36px;min-width:36px;display:flex;align-items:center;justify-content:center;border:none;border-radius:9px;color:#64748b;background:transparent;cursor:pointer;transition:background 80ms,color 80ms}.tool-button:hover{background:#0f172a0f;color:#1e293b}.tool-button:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.tool-button.is-active{background:#eff6ff;color:#2563eb}.board-canvas{display:block;width:100%;height:100%;touch-action:none}.text-editor-overlay{position:absolute;z-index:20;min-height:40px;resize:none;border:1.5px solid #3b82f6;border-radius:8px;padding:6px 8px;color:#111827;background:#fffffff7;outline:none;box-shadow:0 4px 16px #0f172a1f}.table-editor-overlay{position:absolute;z-index:20;border:2px solid #3b82f6;border-radius:4px;padding:0 6px;color:#111827;background:#fff;outline:none}.selection-box{position:absolute;z-index:15;pointer-events:none;border:1.5px solid #2563eb;background:#2563eb14}.resize-frame{position:absolute;z-index:16;border:1px solid rgba(37,99,235,.72);pointer-events:none}.resize-handle{position:absolute;width:10px;height:10px;padding:0;border:1.5px solid #2563eb;border-radius:50%;background:#fff;box-shadow:0 1px 4px #0f172a29;pointer-events:auto}.resize-handle--nw{top:-5px;left:-5px;cursor:nwse-resize}.resize-handle--ne{top:-5px;right:-5px;cursor:nesw-resize}.resize-handle--sw{bottom:-5px;left:-5px;cursor:nesw-resize}.resize-handle--se{right:-5px;bottom:-5px;cursor:nwse-resize}.line-endpoint-handle{position:absolute;z-index:17;width:12px;height:12px;padding:0;border:1.5px solid #2563eb;border-radius:50%;background:#fff;box-shadow:0 1px 4px #0f172a29;cursor:grab;transform:translate(-50%,-50%)}.line-endpoint-handle:active{cursor:grabbing}.inspector{position:absolute;top:14px;right:14px;z-index:10;width:192px;padding:10px;background:#ffffffe0;border:1px solid rgba(15,23,42,.08);border-radius:14px;box-shadow:0 4px 16px #0f172a14,0 1px 3px #0f172a0f;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);display:flex;flex-direction:column;gap:10px}.inspector section{display:flex;flex-direction:column;gap:8px}.inspector-heading{margin:0;font-size:10px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:#94a3b8}.inspector-label{display:flex;flex-direction:column;gap:4px;font-size:12px;color:#475569}.swatch-row{display:flex;gap:7px;flex-wrap:wrap}.swatch{width:20px;height:20px;border:none;border-radius:50%;cursor:pointer;padding:0;transition:opacity 80ms}.swatch:hover{opacity:.82}.swatch.is-active{box-shadow:0 0 0 2px #2563eb}.inspector-divider{height:1px;margin:2px 0;background:#0f172a12}.inspector input[type=range]{width:100%;accent-color:#2563eb}.inspector-btn{flex:1;height:30px;border:none;border-radius:8px;font-size:12px;font-weight:500;color:#475569;background:#0f172a0d;cursor:pointer;transition:background 80ms,color 80ms}.inspector-btn:hover{background:#0f172a17;color:#1e293b}.inspector-btn.is-active{background:#eff6ff;color:#2563eb}.inspector-btn:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.segmented-control{display:flex;gap:4px}.context-menu{position:absolute;z-index:100;min-width:180px;padding:4px;background:#ffffffeb;border:1px solid rgba(15,23,42,.08);border-radius:12px;box-shadow:0 8px 24px #0f172a1f,0 2px 6px #0f172a14;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.context-menu-item{display:flex;align-items:center;justify-content:space-between;width:100%;height:30px;padding:0 8px;border:none;border-radius:7px;background:transparent;font-size:13px;color:#1e293b;cursor:pointer;text-align:left}.context-menu-item:hover:not(:disabled){background:#0f172a0f}.context-menu-item--danger{color:#dc2626}.context-menu-item--disabled,.context-menu-item:disabled{opacity:.35;cursor:default}.context-menu-shortcut{font-size:11px;color:#94a3b8;margin-left:24px}.context-menu-separator{height:1px;margin:3px 6px;background:#0f172a12}.command-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:120;display:flex;align-items:flex-start;justify-content:center;padding-top:72px;background:#f8fafc2e}.command-palette{width:min(520px,calc(100vw - 28px));overflow:hidden;border:1px solid rgba(15,23,42,.1);border-radius:14px;background:#fffffff2;box-shadow:0 18px 48px #0f172a2e,0 3px 10px #0f172a14;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.command-input{width:100%;height:48px;border:0;border-bottom:1px solid rgba(15,23,42,.08);padding:0 16px;color:#111827;background:transparent;font:inherit;outline:none}.command-list{max-height:300px;overflow:auto;padding:6px}.command-item{display:flex;width:100%;height:38px;align-items:center;justify-content:space-between;border:0;border-radius:8px;padding:0 10px;color:#1e293b;background:transparent;text-align:left;cursor:pointer}.command-item:hover,.command-item:focus-visible{background:#2563eb14;outline:none}.command-hint{color:#94a3b8;font-size:12px}
