:root{color:#172033;--ink:#172033;--muted:#64748b;--line:#dbe4ee;--blue:#2563eb;--surface:#ffffffe6;--shadow:0 16px 48px #0f172a24;--radius:16px;--float-gap:5px;--float-pad:6px;--icon-size:36px;background:#eef3f8;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0;overflow:hidden}button{font:inherit}.editor-shell{width:100vw;height:100vh;color:var(--ink);background:linear-gradient(135deg,#f8fbff,#edf4fb);position:relative;overflow:hidden}.canvas-wrap{position:absolute;inset:0;overflow:hidden}.canvas{touch-action:none;cursor:crosshair;width:100%;height:100%;display:block}.canvas.select{cursor:default}.canvas.hand{cursor:grab}.object{cursor:move}.object.selected *{filter:drop-shadow(0 0 #2563eb)}.empty-hint{color:#64748b;pointer-events:none;text-align:center;background:#ffffffc2;border:1px dashed #cbd5e1;border-radius:14px;padding:10px 14px;font-size:13px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.zoom-pill{color:#fff;box-shadow:var(--shadow);z-index:6;background:#0f172ad6;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800;position:absolute;bottom:12px;left:12px}.floating-brand,.floating-toolbar,.floating-actions,.floating-view,.selection-pill{z-index:10;-webkit-backdrop-filter:blur(18px);background:#ffffffd1;border:1px solid #cbd5e1e0;position:fixed;box-shadow:0 10px 34px #0f172a1f}.floating-brand{color:#334155;border-radius:17px;align-items:center;gap:7px;padding:6px 9px;font-weight:800;display:flex;top:10px;left:10px}.floating-brand span:last-child{color:#64748b;align-items:center;gap:5px;font-size:11px;display:flex}.logo{color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:11px;place-items:center;width:30px;height:30px;font-size:14px;font-weight:900;display:grid;box-shadow:0 8px 22px #2563eb3d}.floating-toolbar{gap:var(--float-gap);padding:var(--float-pad);border-radius:18px;flex-direction:column;max-height:calc(100vh - 84px);display:flex;top:62px;left:10px;overflow:auto}.floating-actions{gap:var(--float-gap);padding:var(--float-pad);border-radius:18px;max-width:calc(100vw - 140px);display:flex;top:10px;right:10px;overflow:auto}.floating-view{gap:var(--float-gap);padding:var(--float-pad);border-radius:18px;flex-direction:column;max-height:calc(100vh - 84px);display:flex;top:62px;right:10px;overflow:auto}.selection-pill{color:#64748b;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:800;bottom:10px;right:10px}.icon-btn{width:var(--icon-size);height:var(--icon-size);min-width:var(--icon-size);color:#475569;cursor:pointer;background:0 0;border:0;border-radius:12px;place-items:center;font-size:14px;transition:transform .12s,background .12s,color .12s,box-shadow .12s;display:grid}.icon-btn:hover{color:#1d4ed8;background:#eef5ff;transform:translateY(-1px)}.icon-btn.active{color:#fff;background:#172033;box-shadow:0 8px 18px #0f172a33}.icon-btn.danger{color:#dc2626}.icon-btn.danger:hover{background:#fef2f2}.icon-btn:disabled{opacity:.38;cursor:not-allowed;transform:none}.context-menu{background:var(--surface);width:210px;box-shadow:var(--shadow);z-index:20;-webkit-backdrop-filter:blur(20px);border:1px solid #cbd5e1f2;border-radius:14px;padding:6px;font-size:13px;position:fixed}.context-menu button{width:100%;box-shadow:none;text-align:left;cursor:pointer;color:#172033;background:0 0;border:0;border-radius:9px;justify-content:space-between;align-items:center;padding:8px 9px;display:flex}.context-menu button:hover{background:#eef5ff}.context-menu span{color:#64748b;font-size:12px}.context-menu hr{border:0;border-top:1px solid #e2e8f0;margin:4px}.context-menu .danger{color:#dc2626}.modal-backdrop{z-index:30;background:#0f172a52;place-items:center;padding:14px;display:grid;position:fixed;inset:0}.modal{width:min(420px,100%);box-shadow:var(--shadow);background:#fff;border:1px solid #dbe4ee;border-radius:20px;padding:18px}.modal h2{margin:0 0 6px;font-size:20px}.modal p{color:var(--muted);font-size:13px}.modal textarea{width:100%;min-height:150px;font:inherit;resize:vertical;border:1px solid #cbd5e1;border-radius:12px;padding:10px}.modal-actions{flex-wrap:wrap;gap:8px;margin:12px 0;display:flex}.modal-actions button,.ghost{border:1px solid var(--line);color:var(--ink);cursor:pointer;background:#fff;border-radius:11px;padding:8px 11px;font-size:13px}.modal-actions button:hover,.ghost:hover{background:#f8fbff}.ghost{background:#f8fafc}.simple-page{min-height:100vh;color:var(--ink);background:linear-gradient(135deg,#f8fbff,#e9f1ff);padding:24px;overflow:auto}.simple-page nav{margin-bottom:24px}.simple-page a{color:#2563eb;text-decoration:none}.simple-page section{max-width:760px;box-shadow:var(--shadow);background:#ffffffdb;border:1px solid #dbe4ee;border-radius:24px;padding:28px}.simple-page h1{margin:0 0 14px;font-size:clamp(34px,7vw,68px);line-height:.95}.cta{background:#172033;border-radius:13px;margin-top:14px;padding:10px 14px;display:inline-block;color:#fff!important}@media (width>=1440px){:root{--icon-size:38px;--float-gap:6px;--float-pad:7px}.floating-brand{top:14px;left:14px}.floating-toolbar{top:70px;left:14px}.floating-actions{top:14px;right:14px}.floating-view{top:70px;right:14px}.selection-pill{bottom:14px;right:14px}.zoom-pill{bottom:14px;left:14px}}@media (width<=900px){:root{--icon-size:34px;--float-gap:4px;--float-pad:5px}.floating-brand{padding:5px 7px;top:8px;left:8px}.floating-brand span:last-child{display:none}.logo{width:28px;height:28px}.floating-actions{max-width:calc(100vw - 68px);top:8px;right:8px}.floating-toolbar{flex-direction:row;max-width:calc(100vw - 16px);top:auto;bottom:8px;left:50%;overflow:auto hidden;transform:translate(-50%)}.floating-view{top:56px;right:8px}.selection-pill{display:none}.zoom-pill{bottom:58px;left:8px}.empty-hint{width:min(330px,86vw);font-size:12px}}@media (width<=600px){:root{--icon-size:32px;--float-gap:4px;--float-pad:5px}.floating-view{flex-direction:row;max-width:calc(100vw - 16px);top:auto;bottom:58px;right:8px;overflow:auto hidden}.floating-actions .icon-btn:nth-child(3),.floating-actions .icon-btn:nth-child(4){display:none}.context-menu{width:min(205px,100vw - 16px)}.modal{border-radius:18px;padding:16px}.zoom-pill{display:none}}@media (width<=380px){:root{--icon-size:30px;--float-gap:3px;--float-pad:4px}.floating-actions .icon-btn:first-child,.floating-actions .icon-btn:nth-child(2){display:none}.floating-brand{top:6px;left:6px}.floating-actions{top:6px;right:6px}.floating-toolbar{bottom:6px}.floating-view{bottom:52px;right:6px}.empty-hint{display:none}}.properties-panel{z-index:11;-webkit-backdrop-filter:blur(18px);color:#334155;background:#ffffffe0;border:1px solid #cbd5e1eb;border-radius:18px;width:250px;max-height:calc(100vh - 86px);padding:10px;font-size:12px;position:fixed;top:62px;right:58px;overflow:auto;box-shadow:0 14px 44px #0f172a24}.properties-head{text-transform:capitalize;justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.properties-head span{color:#64748b;font-size:11px}.prop-grid{grid-template-columns:1fr 1fr;gap:6px;display:grid}.prop-row{gap:8px;margin:7px 0;display:flex}.properties-panel label{color:#64748b;flex-direction:column;gap:4px;font-weight:700;display:flex}.properties-panel input,.properties-panel textarea{color:#172033;width:100%;font:inherit;background:#fff;border:1px solid #dbe4ee;border-radius:9px;padding:6px 7px;font-weight:500}.properties-panel input[type=color]{height:30px;padding:3px}.properties-panel textarea{resize:vertical;min-height:74px}.prop-full{margin-top:7px}.prop-full small{color:#94a3b8;font-weight:500}@media (width<=900px){.properties-panel{width:230px;max-height:calc(100vh - 178px);padding:9px;top:108px;right:8px}}@media (width<=600px){.properties-panel{border-radius:16px;width:auto;max-height:36vh;top:50px;left:8px;right:8px}.prop-grid{grid-template-columns:repeat(4,1fr)}.properties-panel textarea{min-height:58px}}@media (width<=380px){.properties-panel{max-height:34vh;top:46px}.prop-grid{grid-template-columns:1fr 1fr}.properties-panel{font-size:11px}}.dashboard-page{color:#172033;background:linear-gradient(135deg,#f8fbff,#edf4fb);min-height:100vh;padding:16px}.dashboard-header{justify-content:space-between;align-items:center;max-width:1180px;margin:0 auto;padding:6px 0 24px;display:flex}.dashboard-brand{color:#172033;align-items:center;gap:9px;font-weight:900;text-decoration:none;display:flex}.dashboard-brand span{color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:11px;place-items:center;width:31px;height:31px;display:grid}.dashboard-new{color:#fff;font:inherit;cursor:pointer;background:#172033;border:0;border-radius:12px;align-items:center;gap:7px;padding:9px 13px;font-weight:800;display:inline-flex}.dashboard-main{max-width:1180px;margin:0 auto}.dashboard-intro{margin:28px 0 24px}.dashboard-intro h1{letter-spacing:-.06em;margin:4px 0 9px;font-size:clamp(36px,6vw,66px)}.dashboard-intro p{color:#64748b;margin:0}.eyebrow{letter-spacing:.14em;font-size:11px;color:#2563eb!important;font-weight:800!important}.board-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:14px;display:grid}.board-card{background:#fff;border:1px solid #dbe4ee;border-radius:18px;position:relative;overflow:hidden;box-shadow:0 8px 28px #0f172a0f}.board-open{text-align:left;cursor:pointer;color:#172033;background:0 0;border:0;width:100%;padding:0 14px 14px;display:block}.board-thumb{text-align:center;color:#2563eb;background:radial-gradient(#cbd5e1 1.2px,#0000 1.2px) 0 0/18px 18px,linear-gradient(135deg,#eff6ff,#f5f3ff);place-content:center;height:126px;margin:0 -14px 13px;display:grid}.board-thumb span{font-size:30px;font-weight:900}.board-thumb small{color:#64748b}.board-card h2{white-space:nowrap;text-overflow:ellipsis;margin:0 0 5px;font-size:16px;overflow:hidden}.board-card p{color:#64748b;margin:0;font-size:11px}.board-card-actions{gap:3px;display:flex;position:absolute;bottom:8px;right:8px}.board-card-actions button{color:#475569;cursor:pointer;background:#f8fafc;border:0;border-radius:9px;width:29px;height:29px}.board-card-actions button:hover{color:#1d4ed8;background:#e0edff}.board-card-actions .danger:hover{color:#dc2626;background:#fef2f2}.dashboard-empty{text-align:center;color:#64748b;background:#fff9;border:1px dashed #cbd5e1;border-radius:22px;place-content:center;min-height:340px;padding:32px;display:grid}.dashboard-empty svg{color:#93c5fd;margin:auto;font-size:36px}.dashboard-empty h2{color:#334155;margin:12px 0 4px}.dashboard-empty p{margin:0 0 16px}@media (width<=600px){.dashboard-page{padding:12px}.dashboard-header{padding-bottom:10px}.dashboard-intro{margin:22px 0 18px}.board-grid{grid-template-columns:1fr 1fr;gap:10px}.board-thumb{height:96px}.board-open{padding:0 10px 10px}.board-thumb{margin:0 -10px 10px}.board-card h2{font-size:14px}.dashboard-new{padding:8px 10px;font-size:12px}}.diagram-modal{width:min(440px,100vw - 32px)}.diagram-modal textarea{resize:vertical;color:#172033;background:#f8fafc;border:1px solid #cbd5e1;border-radius:10px;width:100%;min-height:170px;margin:12px 0;padding:10px;font:13px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace;display:block}.diagram-modal code{background:#e2e8f0;border-radius:5px;padding:2px 5px}.form-error{color:#dc2626!important;margin:0 0 10px!important;font-size:12px!important}
