:root{--bg:#f5f7fb;--panel:#fff;--ink:#080b10;--muted:#6b7280;--line:#e4e8ef;--soft:#f8fafc;--accent:#8eeb31;--blue:#48a2ff;--violet:#7957ff;--shadow:0 18px 55px rgba(15,23,42,.08);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink)}*{box-sizing:border-box}body{margin:0;background:var(--bg);overflow:hidden}button,input,select,textarea{font:inherit}button{cursor:pointer}.app{height:100vh;display:grid;grid-template-columns:300px minmax(540px,1fr) 340px;grid-template-rows:62px 1fr;grid-template-areas:"top top top" "left work right";background:radial-gradient(circle at 30% -10%,rgba(142,235,49,.18),transparent 28%),radial-gradient(circle at 80% 12%,rgba(72,162,255,.14),transparent 30%),linear-gradient(180deg,#fafcff,#eef3f8)}.top{grid-area:top;background:#05070b;color:#fff;display:grid;grid-template-columns:240px 1fr auto;align-items:center;gap:14px;padding:0 16px;border-bottom:1px solid rgba(255,255,255,.08);z-index:20}.brand{display:flex;align-items:center;gap:11px}.brand img{width:36px;height:36px;border-radius:11px}.brand strong{display:block;font-size:16px}.brand span{display:block;font-size:10px;color:#b7c0cd;text-transform:uppercase;letter-spacing:.14em}.top>input{height:36px;min-width:0;border:1px solid rgba(255,255,255,.14);background:#ffffff14;color:#fff;border-radius:13px;padding:0 12px;font-weight:800}.top button{height:36px;border:1px solid rgba(255,255,255,.14);background:#ffffff14;color:#fff;border-radius:13px;padding:0 10px;display:inline-flex;align-items:center;gap:6px;font-weight:800}.left,.right{background:#ffffffdb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-color:var(--line);overflow:hidden;position:relative;display:flex;flex-direction:column}.left{grid-area:left;border-right:1px solid var(--line);padding:16px}.right{grid-area:right;border-left:1px solid var(--line);padding:16px}.workspace{grid-area:work;min-width:0;display:flex;flex-direction:column;gap:10px;padding:14px}.panel-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.panel-title span{font-size:20px;font-weight:950;letter-spacing:-.03em}.panel-title button{width:34px;height:34px;border:0;background:#05070b;color:var(--accent);border-radius:12px;display:grid;place-items:center}.panel-section{background:#fff;border:1px solid var(--line);border-radius:18px;margin-bottom:10px;overflow:hidden}.section-title{width:100%;height:40px;background:#fff;border:0;display:grid;grid-template-columns:18px 1fr;align-items:center;text-align:left;gap:8px;padding:0 12px;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}.panel-section>div{padding:0 10px 10px}.model-row{display:grid;grid-template-columns:1fr 30px;gap:5px;align-items:center}.model-row button,.area button,.small,.lib{border:0;background:transparent;border-radius:12px;min-height:32px;color:#1f2937}.model-row button:first-child{display:flex;align-items:center;gap:8px;text-align:left;padding:7px 8px;font-weight:800}.model-row.active button:first-child{background:#eef6ff;color:#0f172a}.area{display:grid;grid-template-columns:30px 1fr 30px;align-items:center;gap:4px;border-radius:12px;margin:4px 0}.area.active{background:#8eeb3129}.area input{min-width:0;border:0;background:transparent;padding:7px 4px;outline:none}.area input:focus{background:#fff;border-radius:9px;box-shadow:0 0 0 2px #48a2ff38}.small{display:flex;align-items:center;gap:6px;font-weight:850;color:#4f46e5}.lib{width:100%;display:flex;align-items:center;gap:8px;text-align:left;border:1px solid var(--line);background:#f8fafc;margin:5px 0;padding:9px 10px;cursor:grab}.resize-panel{position:absolute;top:0;bottom:0;width:7px;cursor:ew-resize;background:transparent}.right-resizer{right:-3px}.left-resizer{left:-3px}.resize-panel:hover{background:#48a2ff3d}.tabs{display:flex;gap:6px;width:max-content;background:#fff;border:1px solid var(--line);border-radius:16px;padding:5px;box-shadow:var(--shadow)}.tabs button{border:0;background:transparent;border-radius:12px;padding:8px 16px;font-weight:900}.tabs .active{background:#05070b;color:#fff}.toolbar{display:flex;align-items:center;gap:6px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:7px 9px;box-shadow:var(--shadow)}.toolbar button{height:34px;min-width:34px;border:1px solid transparent;background:#fff;color:#0f172a;border-radius:12px;display:grid;place-items:center}.toolbar button:hover{border-color:var(--line);background:#f8fafc}.toolbar button:disabled{opacity:.35}.canvas{flex:1;position:relative;overflow:hidden;border:1px solid #dbe3ed;border-radius:26px;background:linear-gradient(90deg,rgba(72,162,255,.07) 1px,transparent 1px),linear-gradient(rgba(72,162,255,.07) 1px,transparent 1px),radial-gradient(circle at 32% 0,rgba(142,235,49,.14),transparent 30%),#f8fbff;background-size:24px 24px,24px 24px,100% 100%;box-shadow:inset 0 1px #fffc}.world{position:absolute;top:0;right:0;bottom:0;left:0;transform-origin:0 0}.edges{position:absolute;left:0;top:0;width:4000px;height:4000px;overflow:visible}.edge line{stroke:#111827;stroke-width:2}.edge.selected line{stroke:#4f46e5;stroke-width:3}.edge-draft{stroke:#4f46e5;stroke-width:2;stroke-dasharray:7 6}.crow{stroke:#111827;fill:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.edge-label{height:28px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid var(--line);border-radius:999px;font-size:11px;font-weight:850;box-shadow:0 10px 25px #0f172a14}.node{position:absolute;background:#fff;border:2px solid;border-radius:16px;box-shadow:0 15px 38px #0f172a1f;overflow:hidden;cursor:crosshair}.node.selected{box-shadow:0 0 0 4px #8eeb3140,0 15px 38px #0f172a24}.node.drop-target{box-shadow:0 0 0 5px #48a2ff4d,0 15px 38px #0f172a24}.node-head{height:38px;background:#05070b;color:#fff;display:grid;grid-template-columns:1fr 26px 26px 26px;align-items:center;gap:2px;padding:0 7px;cursor:grab}.node-head input{min-width:0;border:0;background:transparent;color:#fff;outline:none;font-weight:950;font-size:13px}.node-head button{width:24px;height:24px;border:0;background:#ffffff14;color:#fff;border-radius:7px;display:grid;place-items:center}.fields{padding:5px 7px}.field{display:grid;grid-template-columns:26px 1fr 36px;align-items:center;gap:5px;min-height:23px;border-radius:8px;padding:1px 3px}.field:hover,.field.selected{background:#eef6ff}.field b{font-size:9px;color:#111827}.field input{min-width:0;border:0;background:transparent;outline:0;font-size:11px;color:#334155}.field em{font-style:normal;font-size:9px;color:#64748b;font-weight:900}.handle{position:absolute;background:transparent}.h-n,.h-s{left:14px;right:14px;height:7px;cursor:ns-resize}.h-n{top:0}.h-s{bottom:0}.h-e,.h-w{top:14px;bottom:14px;width:7px;cursor:ew-resize}.h-e{right:0}.h-w{left:0}.h-ne,.h-sw{width:14px;height:14px;cursor:nesw-resize}.h-nw,.h-se{width:14px;height:14px;cursor:nwse-resize}.h-ne{right:0;top:0}.h-sw{left:0;bottom:0}.h-nw{left:0;top:0}.h-se{right:0;bottom:0}.signature{position:absolute;right:14px;bottom:10px;font-size:11px;color:#8a94a6;font-weight:700}.empty{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);text-align:center;background:#fff;border:1px dashed var(--line);border-radius:22px;padding:26px;width:320px}.empty button{display:inline-flex;gap:8px;align-items:center;border:0;background:#05070b;color:#fff;border-radius:13px;padding:10px 14px;font-weight:850}.inspector h2,.inspector-empty h2{font-size:20px;margin:0 0 14px}.inspector label{display:grid;gap:5px;font-size:12px;font-weight:850;color:#4b5563;margin:8px 0}.inspector input,.inspector select,.inspector textarea{width:100%;border:1px solid var(--line);border-radius:12px;padding:8px 10px;outline:none;background:#fff}.inspector textarea{min-height:80px;resize:vertical}.check{grid-template-columns:18px 1fr!important;display:grid!important;align-items:center}.check input{width:auto}.swatches{display:flex;flex-wrap:wrap;gap:6px}.swatches button{width:18px;height:18px;border:1px solid rgba(0,0,0,.12);border-radius:7px}.extended{margin-top:16px;border-top:1px solid var(--line);padding-top:12px}.extended>div:first-child{display:flex;justify-content:space-between;align-items:center}.extended button,.inspector button{border:1px solid var(--line);background:#fff;border-radius:10px;min-height:30px;display:inline-flex;align-items:center;gap:6px;font-weight:800}.ext{display:grid;grid-template-columns:1fr 78px 1fr 30px;gap:5px;margin-top:6px}.ctx{position:fixed;z-index:50;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 24px 70px #0f172a38;padding:6px;min-width:220px}.ctx button{width:100%;border:0;background:#fff;border-radius:11px;display:flex;align-items:center;gap:8px;text-align:left;padding:9px 10px}.ctx button:hover{background:#f8fafc}.ctx hr{border:0;border-top:1px solid var(--line)}.danger{color:#dc2626!important}.modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#05070b73;z-index:80;display:grid;place-items:center}.confirm,.help{background:#fff;border-radius:24px;padding:24px;width:min(460px,calc(100vw - 34px));box-shadow:0 30px 90px #00000040}.confirm div{display:flex;justify-content:flex-end;gap:8px}.confirm button,.help button{border:1px solid var(--line);border-radius:12px;background:#fff;padding:9px 12px;font-weight:850}.toasts{position:fixed;right:18px;bottom:18px;z-index:90;display:grid;gap:8px}.toast{background:#05070b;color:#fff;border-radius:14px;padding:11px 14px;box-shadow:0 16px 40px #0000002e;font-weight:800;font-size:13px}@media (max-width:1120px){.app{grid-template-columns:260px 1fr;grid-template-areas:"top top" "left work"}.right{display:none}}.top{grid-template-columns:230px minmax(240px,1fr) auto;gap:10px;padding:0 18px;height:64px;overflow:visible}.top .brand{min-width:0}.top>input{max-width:520px}.top button{white-space:nowrap;height:34px;padding:0 10px;border-radius:12px}.top button svg{flex:0 0 auto}.top input[type=file]{display:none}.node{cursor:crosshair;border-width:1.5px!important;background:#fff}.node-head{height:35px;background:#fff!important;color:#111827!important;border-bottom:1px solid var(--line);grid-template-columns:1fr 24px 24px 24px;padding:0 6px;cursor:grab}.node-head:active{cursor:grabbing}.node-head input{color:#111827!important;font-size:12px}.node-head button{background:#f8fafc!important;color:#334155!important;border:1px solid #e7ebf1}.fields{padding:4px 6px}.field{min-height:20px;grid-template-columns:24px 1fr 32px;padding:0 2px}.field input{font-size:10.5px}.field b,.field em{font-size:8.5px}.handle{z-index:3}.h-n,.h-s{cursor:ns-resize}.h-e,.h-w{cursor:ew-resize}.h-ne,.h-sw{cursor:nesw-resize}.h-nw,.h-se{cursor:nwse-resize}.edge-draft,.edges{pointer-events:none}.edge{pointer-events:auto}.area button:last-child,.model-row button:last-child{display:grid;place-items:center;color:#64748b}.area button:last-child:hover,.model-row button:last-child:hover{background:#fff1f2;color:#dc2626}.model-row,.area{position:relative}.ctx{max-width:280px}.legacyprop-panel{margin-top:16px;border-top:1px solid var(--line);padding-top:12px}.legacyprop-head{display:flex;justify-content:space-between;gap:10px;align-items:flex-start;margin-bottom:8px}.legacyprop-head strong{display:block;font-size:13px}.legacyprop-head span{display:block;color:#64748b;font-size:11px;margin-top:2px}.legacyprop-head button{height:30px;padding:0 9px}.legacyprop-search{height:32px;margin-bottom:8px}.legacyprop-grid-head{display:grid;grid-template-columns:1fr 74px 1fr 42px 30px;gap:5px;color:#64748b;font-size:10px;font-weight:900;text-transform:uppercase;margin-bottom:4px;padding:0 2px}.legacyprop-row{display:grid;grid-template-columns:1fr 74px 1fr 42px 30px;gap:5px;margin-top:6px;align-items:start;border:1px solid #eef2f7;border-radius:12px;padding:6px;background:#fbfcfe}.legacyprop-row input,.legacyprop-row select{height:29px;font-size:11px;padding:5px 6px}.legacyprop-row button{height:29px;min-height:29px;display:grid;place-items:center}.legacyprop-required{margin:0!important;display:grid!important;place-items:center;height:29px}.legacyprop-required input{width:auto!important}.legacyprop-desc{grid-column:1/-1;min-height:42px!important;font-size:11px;padding:7px 8px!important;margin-top:2px}.legacyprop-empty{font-size:12px;color:#64748b;background:#f8fafc;border:1px dashed #dbe3ee;border-radius:12px;padding:10px;line-height:1.35}.inspector h2{margin-top:0}.resize-panel{cursor:ew-resize}.lib{cursor:grab}.lib:active{cursor:grabbing}@media (max-width:1150px){.top{grid-template-columns:190px 1fr auto}.top button{font-size:0}.top button svg{width:16px;height:16px}.top .brand span{display:none}}:root{--cw-black:#05070b;--cw-lime:#8EEB31;--cw-green:#9BFF39;--cw-cyan:#42D9C8;--cw-blue:#48A2FF;--cw-violet:#7957FF;--cw-line:#e6eaf0;--cw-soft:#f6f8fb;--cw-text:#111827;--cw-muted:#667085}.top.top-v311{height:68px;display:grid;grid-template-columns:240px minmax(240px,1fr) auto;gap:14px;align-items:center;background:#05070b;border-bottom:1px solid rgba(255,255,255,.1);padding:0 18px;box-shadow:0 14px 46px #05070b38;overflow:visible}.brand-clickworks{display:flex;align-items:center;gap:12px;min-width:0}.brand-clickworks img{width:39px;height:39px;border-radius:12px;box-shadow:0 12px 28px #00000059}.brand-clickworks strong{display:block;color:#fff;font-size:17px;letter-spacing:-.02em;line-height:1}.brand-clickworks span{display:block;color:#ffffffad;font-size:10px;letter-spacing:.14em;text-transform:uppercase;margin-top:3px;font-weight:850}.model-title-input{height:38px;max-width:560px;border:1px solid rgba(255,255,255,.18)!important;background:#ffffff12!important;color:#fff!important;border-radius:15px!important;padding:0 15px!important;font-weight:850!important;box-shadow:inset 0 1px #ffffff0d}.model-title-input:focus{border-color:#8eeb318c!important;box-shadow:0 0 0 3px #8eeb3121!important}.top-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;min-width:0}.top-actions button{height:38px!important;display:inline-flex!important;align-items:center!important;gap:8px!important;padding:0 12px!important;border-radius:14px!important;border:1px solid rgba(255,255,255,.16)!important;background:#ffffff14!important;color:#fff!important;font-weight:850!important;white-space:nowrap}.top-actions button:hover{background:#8eeb3121!important;border-color:#8eeb3173!important}.top-actions svg{width:16px;height:16px;flex:0 0 auto}.node{cursor:crosshair!important;border-width:1.25px!important;border-color:#d8dee8!important;border-radius:14px!important;box-shadow:0 12px 28px #0f172a1a!important}.node.selected{border-color:var(--cw-lime)!important;box-shadow:0 0 0 4px #8eeb3136,0 14px 34px #0f172a21!important}.node.drop-target{border-color:var(--cw-blue)!important;box-shadow:0 0 0 5px #48a2ff42,0 14px 34px #0f172a21!important}.node-head{height:42px!important;background:#fff!important;color:var(--cw-text)!important;border-bottom:1px solid #edf0f5!important;grid-template-columns:1fr 25px 25px 25px!important;padding:0 8px!important;cursor:grab!important}.node-head:before{content:"";position:absolute;left:0;right:0;top:42px;height:8px;cursor:grab}.node-head input{color:var(--cw-text)!important;font-size:12.5px!important}.node-head button{background:#f7f9fc!important;color:#344054!important;border:1px solid #e6ebf2!important}.node-head button:hover{background:#eef6ff!important;color:#111827!important}.fields{padding:4px 7px 7px!important;cursor:crosshair}.field{min-height:20px!important;grid-template-columns:24px 1fr 34px!important;gap:4px!important;padding:0 2px!important;border-radius:7px!important;cursor:grab}.field:hover,.field.selected{background:#eef6ff!important}.field b,.field em{font-size:8.5px!important}.handle{z-index:5}.h-n,.h-s{height:9px!important}.h-e,.h-w{width:9px!important}.canvas,.world{cursor:default}.edge-draft{stroke:var(--cw-violet)!important;stroke-width:2.5!important;stroke-dasharray:8 7!important}.edge-label{background:#fff!important;color:#111827!important;border-color:#d8dee8!important}.edge-label:after{content:" identifying";display:inline;color:#667085;font-weight:750;margin-left:3px}.legacyprop-head strong{font-size:14px!important}.legacyprop-head span{font-size:11px!important;color:var(--cw-muted)!important;line-height:1.35}.legacyprop-grid-head{grid-template-columns:1fr 92px 1fr 42px 30px!important}.legacyprop-row{grid-template-columns:1fr 92px 1fr 42px 30px!important;background:#fff!important;border-color:#e8edf5!important}.legacyprop-row input,.legacyprop-row select{height:31px!important}.legacyprop-empty{background:#f8fafc!important;border-color:#dbe3ee!important;color:#667085!important}.legacyprop-modal{width:min(620px,calc(100vw - 36px));background:#fff;border-radius:24px;padding:22px;box-shadow:0 30px 90px #00000047}.legacyprop-modal-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:12px}.legacyprop-modal-head h2{margin:0;font-size:21px}.legacyprop-modal-head p{margin:5px 0 0;color:#667085;line-height:1.4}.legacyprop-modal-head button{border:1px solid var(--cw-line);background:#fff;border-radius:12px;width:34px;height:34px;display:grid;place-items:center}.legacyprop-modal label{display:grid;gap:5px;margin:10px 0;font-weight:850;color:#475467;font-size:12px}.legacyprop-modal input,.legacyprop-modal select,.legacyprop-modal textarea{width:100%;border:1px solid var(--cw-line);border-radius:13px;padding:9px 11px;outline:none}.legacyprop-modal input:focus,.legacyprop-modal select:focus,.legacyprop-modal textarea:focus{border-color:var(--cw-blue);box-shadow:0 0 0 3px #48a2ff24}.legacyprop-form-grid{display:grid;grid-template-columns:180px 1fr;gap:10px}.legacyprop-modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:14px}.legacyprop-modal-actions button{border:1px solid var(--cw-line);background:#fff;border-radius:13px;padding:10px 14px;font-weight:850}.legacyprop-modal-actions .primary{background:var(--cw-black);color:#fff;border-color:var(--cw-black)}.check{display:grid!important;grid-template-columns:18px 1fr!important;align-items:center}.check input{width:auto!important}.ctx{z-index:120}.area button:last-child,.model-row button:last-child{cursor:pointer}.area button:last-child:hover,.model-row button:last-child:hover{background:#fff1f2!important;color:#dc2626!important}.signature{color:#8792a2!important}.brand-clickworks:after{content:"softwares que pessoas realmente usam";display:block;position:absolute;left:68px;top:49px;color:#ffffff61;font-size:9px;letter-spacing:.16em;text-transform:uppercase}@media (max-width:1180px){.top.top-v311{grid-template-columns:210px 1fr auto}.top-actions button span{display:none}.brand-clickworks:after{display:none}}.app{grid-template-rows:52px 1fr!important}.top.top-v311{height:52px!important;grid-template-columns:220px minmax(180px,1fr) auto!important;padding:0 12px!important;gap:10px!important;box-shadow:0 8px 26px #05070b2e!important}.brand-clickworks img{width:31px!important;height:31px!important;border-radius:9px!important}.brand-clickworks strong{font-size:15px!important}.brand-clickworks span{font-size:9px!important;margin-top:1px!important}.brand-clickworks:after{display:none!important}.app-status{min-width:0;display:grid;gap:1px;color:#fff}.app-status strong{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-status span{font-size:10px;color:#ffffff94;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.top-actions{display:flex;gap:6px;justify-content:flex-end}.top-actions button{height:32px!important;padding:0 9px!important;border-radius:11px!important}.top-actions button span{font-size:12px}.workspace{padding-top:10px!important}.canvas{cursor:grab!important}.canvas:active{cursor:grabbing!important}.world{cursor:grab!important}.node{border-color:var(--node-color,#d8dee8)!important;cursor:crosshair!important}.node-head{border-bottom:1px solid #e8edf4!important}.node-head input{color:var(--node-color,#111827)!important;font-weight:950!important}.node.selected{border-color:var(--node-color,#8EEB31)!important}.node-head button{width:20px!important;height:20px!important;border-radius:6px!important}.node-head button svg{width:13px!important;height:13px!important}.edge.identifying>line{stroke:#111827!important;stroke-width:2.2!important;stroke-dasharray:none!important}.edge.non-identifying>line{stroke:#111827!important;stroke-width:2.2!important;stroke-dasharray:7 6!important}.edge.selected>line{stroke:#4f46e5!important}.crow{stroke:#111827!important;fill:#fff!important;stroke-width:2.3!important;stroke-linecap:round!important;stroke-linejoin:round!important}.edge-label.editable{height:56px!important;display:grid!important;grid-template-columns:1fr 64px 64px!important;gap:4px!important;align-items:center!important;padding:5px!important;border-radius:14px!important;box-shadow:0 12px 28px #0f172a21!important}.edge-label.editable:after{display:none!important;content:""!important}.edge-label.editable input,.edge-label.editable select{min-width:0;height:25px;border:1px solid var(--line);border-radius:8px;background:#fff;font-size:10.5px;padding:2px 5px}.edge-label.editable input{grid-column:1/-1;text-align:center;font-weight:850}.tabs,.toolbar{margin-top:0}.toolbar button[title],.top-actions button[title],.node-head button[title],.area button[title],.model-row button[title]{position:relative}.empty{width:410px}.empty:after{content:"Comece pelo tutorial guiado ou crie seu primeiro modelo no painel Área de Trabalho.";display:block;margin-top:8px;color:#667085;font-size:12px}.tutorial{width:min(720px,calc(100vw - 38px));background:#fff;border-radius:28px;padding:28px;box-shadow:0 32px 100px #00000047}.tutorial h2{margin:0 0 8px;font-size:24px}.tutorial p{color:#667085;line-height:1.45}.tutorial ol{display:grid;gap:10px;margin:18px 0;padding:0;list-style:none}.tutorial li{display:grid;grid-template-columns:170px 1fr;gap:10px;border:1px solid #e7ebf1;background:#f9fbfd;border-radius:16px;padding:12px}.tutorial li strong{font-size:13px}.tutorial li span{color:#667085;font-size:13px}.tutorial-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.tutorial-actions button{border:1px solid var(--line);border-radius:13px;background:#fff;padding:10px 14px;font-weight:850}.tutorial-actions .primary{background:#05070b;color:#fff;border-color:#05070b}.whats ul{padding-left:18px;color:#475467;line-height:1.55}.legacyprop-row{grid-template-columns:1fr 100px 1fr 42px 30px!important}.legacyprop-desc{background:#f9fbfd!important}.legacyprop-modal{width:min(680px,calc(100vw - 36px))!important}.inspector select option{font-size:12px}.panel-title button[title]:after,.toolbar button[title]:after,.top-actions button[title]:after{content:attr(title);position:absolute;bottom:-34px;left:50%;transform:translate(-50%);white-space:nowrap;background:#111827;color:#fff;font-size:11px;padding:5px 7px;border-radius:7px;opacity:0;pointer-events:none;transition:.12s;z-index:200}.panel-title button[title]:hover:after,.toolbar button[title]:hover:after,.top-actions button[title]:hover:after{opacity:1}@media (max-width:1180px){.top.top-v311{grid-template-columns:190px 1fr auto!important}.top-actions button span{display:none!important}.app-status span{display:none}}.top.top-v311{height:48px!important;grid-template-columns:210px minmax(160px,1fr) auto!important;padding:0 10px!important}.brand-clickworks img{width:28px!important;height:28px!important}.app-status strong{font-size:11.5px!important}.app-status span{font-size:9px!important}.top-actions button{height:30px!important;padding:0 8px!important;font-size:11px!important}.toolbar{gap:4px!important;padding:5px 7px!important}.toolbar button{height:30px!important;min-width:30px!important;border-radius:10px!important}.edge-label.compact-rel{height:42px!important;display:grid!important;grid-template-columns:1fr 48px 48px!important;gap:3px!important;padding:4px!important;border-radius:12px!important;background:#ffffffe0!important;border:1px solid rgba(216,222,232,.9)!important;box-shadow:0 8px 20px #0f172a1a!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important}.edge-label.compact-rel input{grid-column:1/-1!important;height:18px!important;border:0!important;background:transparent!important;font-size:10px!important;font-weight:800!important;text-align:center!important;padding:0 3px!important;color:#263244!important}.edge-label.compact-rel select{height:18px!important;border:1px solid #e4e8ef!important;border-radius:6px!important;background:#fff!important;font-size:9px!important;padding:0 2px!important;color:#334155!important}.edge-label.compact-rel:hover{background:#fff!important;border-color:#b8c5d6!important}.inspector h2{font-size:18px!important}.inspector label{margin:6px 0!important}.ctx button{font-size:12px!important}.node-head button[title=Fechar],.node-head button[title="Mostrar PKs"],.node-head button[title=Expandir]{color:#334155!important;background:#f8fafc!important}.node-head button[title=Fechar]:after{content:"Fechar"}.node-head button[title="Mostrar PKs"]:after{content:"PKs"}.node-head button[title=Expandir]:after{content:"Tudo"}:root{--accent:#4f46e5!important;--cw-lime:#4f46e5!important;--cw-green:#4f46e5!important;--cw-cyan:#4f46e5!important;--cw-blue:#4f46e5!important;--cw-violet:#4f46e5!important;--support:#4f46e5!important;--line:#e6e8ef!important;--bg:#f7f8fb!important;--soft:#f8fafc!important}.app{background:linear-gradient(180deg,#fbfcff,#f3f5f9)!important}.top.top-v311{height:48px!important;background:#05070b!important;border-bottom:1px solid rgba(255,255,255,.08)!important;box-shadow:0 6px 20px #05070b29!important}.brand-clickworks img{width:28px!important;height:28px!important;border-radius:8px!important}.brand-clickworks strong{font-size:14px!important}.brand-clickworks span{font-size:9px!important;color:#ffffff9e!important}.app-status strong{font-size:11px!important;color:#ffffffd6!important}.app-status span{font-size:9px!important;color:#ffffff80!important}.top-actions button{height:30px!important;border-color:#ffffff24!important;background:#ffffff12!important;color:#fff!important;border-radius:10px!important}.top-actions button:hover{background:#4f46e533!important;border-color:#ffffff4d!important}.panel-title button,.sidebar-create-model{color:#fff!important;background:var(--support)!important}.small,.model-type,.section-toggle em{color:var(--support)!important}.tabs .active,.toolbar button:hover{background:#05070b!important;color:#fff!important}.toolbar button{color:#111827!important}.model-row{grid-template-columns:30px minmax(0,1fr) 30px!important;align-items:center!important;gap:4px!important}.model-row>button:first-child{justify-content:center!important;padding:0!important;background:transparent!important}.model-row.active{background:#4f46e514!important;border-radius:12px!important}.model-row input{min-width:0!important;border:0!important;background:transparent!important;outline:none!important;font-size:12px!important;font-weight:850!important;color:#111827!important;padding:7px 4px!important;border-radius:8px!important}.model-row input:focus{background:#fff!important;box-shadow:0 0 0 2px #4f46e52e!important}.area.active{background:#4f46e51a!important}.area input:focus{box-shadow:0 0 0 2px #4f46e52e!important}.lib:hover,.field:hover,.field.selected{background:#4f46e512!important}.node{border-color:var(--node-color,#d8dee8)!important;box-shadow:0 10px 28px #0f172a14!important}.node.selected{border-color:var(--node-color,#4f46e5)!important;box-shadow:0 0 0 4px #4f46e524,0 12px 28px #0f172a1a!important}.node.drop-target{box-shadow:0 0 0 5px #4f46e533,0 12px 28px #0f172a1a!important;border-color:var(--support)!important}.node-head{height:40px!important;background:#fff!important;color:#111827!important;border-bottom:1px solid #e9edf3!important;grid-template-columns:1fr repeat(4,22px)!important;gap:2px!important}.node-head input{color:var(--node-color,#111827)!important;font-size:12px!important}.node-head button{width:20px!important;height:20px!important;background:#f8fafc!important;color:#374151!important;border:1px solid #e5e7eb!important;border-radius:6px!important}.node-head button:hover{background:#4f46e514!important;color:#111827!important;border-color:#4f46e538!important}.node-head button svg{width:12px!important;height:12px!important}.fields{padding:4px 7px 6px!important}.field{min-height:19px!important;grid-template-columns:23px 1fr 32px!important}.field input{font-size:10.5px!important}.edge.identifying>line{stroke:#111827!important;stroke-width:2.1!important;stroke-dasharray:none!important}.edge.non-identifying>line{stroke:#111827!important;stroke-width:2.1!important;stroke-dasharray:6 5!important}.edge.selected>line{stroke:var(--support)!important}.edge-draft{stroke:var(--support)!important}.crow{stroke:#111827!important;fill:#fff!important;stroke-width:2.1!important}.edge-label.compact-rel{height:34px!important;width:146px!important;display:grid!important;grid-template-columns:1fr 42px 42px!important;gap:2px!important;padding:3px!important;border-radius:10px!important;background:#ffffffd1!important;border:1px solid rgba(226,232,240,.85)!important;box-shadow:0 6px 14px #0f172a14!important}.edge-label.compact-rel input{height:15px!important;font-size:9px!important;color:#334155!important;background:transparent!important;border:0!important}.edge-label.compact-rel select{height:15px!important;font-size:8px!important;border-color:#e5e7eb!important;border-radius:5px!important;padding:0!important;color:#475569!important}.rel-lib{font-size:11px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.swatches button{box-shadow:none!important}.ctx button:hover{background:#4f46e512!important}.legacyprop-modal-actions .primary,.empty button,.tutorial-actions .primary{background:var(--support)!important;border-color:var(--support)!important}.toast{background:#05070b!important;border-left:3px solid var(--support)!important}.panel-title span:after{content:"  ·  Visão";font-size:10px;color:#667085;font-weight:800;letter-spacing:.04em}.node-head button[title="Criar Tabela"]{color:var(--support)!important}.top .app-status{display:none!important}.top.top-v311{height:48px;min-height:48px;padding:0 14px;gap:12px}.brand-clickworks img{width:30px;height:30px}.brand-clickworks strong{font-size:14px}.brand-clickworks span{font-size:10px}.top-actions{gap:4px}.top-actions button{height:32px;padding:0 8px;border-radius:9px}.top-actions svg{width:15px;height:15px}.top-actions span{font-size:11px}.panel-title span{font-size:16px}.left .panel-title span:before{content:"⌂ ";color:#111827}.panel-section{border:0!important;background:transparent!important;box-shadow:none!important;margin:6px 0 10px!important;padding:0!important}.section-title{height:30px;padding:0 4px!important;border-radius:8px!important;color:#111827!important;background:transparent!important;display:grid!important;grid-template-columns:16px 18px 1fr!important;gap:6px!important;align-items:center}.section-title:hover{background:#f4f6fb!important}.section-title svg{width:15px;height:15px;color:#111827}.section-chev{font-weight:900;color:#6b7280}.model-row,.area-row,.lib{border:0!important;background:transparent!important;border-radius:8px!important}.model-row:hover,.area-row:hover,.lib:hover{background:#f5f7fb!important}.rel-lib{cursor:grab}.rel-lib:active{cursor:grabbing}.canvas-menu{display:flex;align-items:center;gap:8px;height:38px;min-height:38px;margin-bottom:6px}.canvas-menu .tabs{height:32px;margin:0;padding:3px;border-radius:10px}.canvas-menu .tabs button{height:26px;padding:0 10px;font-size:11px}.canvas-menu .toolbar{height:32px;margin:0;padding:3px 6px;border-radius:10px;display:flex;align-items:center}.canvas-menu .toolbar button{width:28px;height:26px;border-radius:8px;padding:0}.canvas-menu .toolbar svg{width:14px;height:14px}.workspace{gap:6px}.canvas{cursor:grab}.canvas:active{cursor:grabbing}.panel-collapse{position:fixed;z-index:80;top:56px;width:22px;height:42px;border:1px solid rgba(17,24,39,.14);background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 10px 30px #00000014;color:#111827;font-weight:900}.left-collapse{left:calc(var(--left-panel-width, 300px) - 11px);border-radius:0 12px 12px 0}.right-collapse{right:calc(var(--right-panel-width, 360px) - 11px);border-radius:12px 0 0 12px}.app.left-collapsed .left>*:not(.resize-panel){opacity:0;pointer-events:none}.app.right-collapsed .right>*:not(.resize-panel){opacity:0;pointer-events:none}.app.left-collapsed .left,.app.right-collapsed .right{background:#fff9}.app.left-collapsed .left-collapse{left:36px}.app.right-collapsed .right-collapse{right:36px}.tutorial-progress{display:flex;gap:6px;margin:14px 0}.tutorial-progress span{width:24px;height:5px;border-radius:999px;background:#e5e7eb}.tutorial-progress span.active{background:#111827}.tutorial li span{display:block;color:#6b7280;margin-top:3px}.tutorial-actions button:disabled{opacity:.45;cursor:not-allowed}.left,.right{transition:width .18s ease,opacity .18s ease}.top-actions button[title],.canvas-menu button[title],.model-row button[title],.area-row button[title],.lib[title]{position:relative}.panel-title span:after{content:""!important;display:none!important}.area input,.lib,.section-title{font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif!important}.area input{font-size:12px!important;font-weight:500!important;color:#111827!important}.model-row input{font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif!important}.confirm p{font-size:13px;line-height:1.45;color:#4b5563;margin:8px 0}.confirm-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}.confirm-actions button{border:1px solid var(--line);border-radius:12px;background:#fff;padding:9px 12px;font-weight:850}.confirm-actions .danger{background:#fee2e2!important;border-color:#fecaca!important;color:#b91c1c!important}.tutorial-header span{display:block;color:#4f46e5;font-size:10px;font-weight:950;letter-spacing:.18em;text-transform:uppercase;margin-bottom:6px}.tutorial-task{border:1px solid #e7ebf1;background:#f9fbfd;border-radius:16px;padding:14px;margin:14px 0;display:grid;gap:7px}.tutorial-task strong{font-size:13px}.tutorial-task p{margin:0;color:#667085;font-size:13px}.tutorial-task .primary{width:max-content;background:#111827;color:#fff;border-color:#111827}.tutorial-progress span.done{background:#4f46e5!important}.canvas{cursor:grab;touch-action:none}.canvas.panning,.canvas.panning .world,.canvas:active{cursor:grabbing!important}.world{cursor:inherit}.node{cursor:crosshair;overflow:visible!important;transition:box-shadow .12s ease,transform .12s ease,border-color .12s ease}.node:before{content:"";position:absolute;top:-10px;right:-10px;bottom:-10px;left:-10px;border-radius:22px;z-index:-1}.node:hover{box-shadow:0 0 0 3px #4f46e51a,0 13px 30px #0f172a1c!important}.node.selected{box-shadow:0 0 0 5px #4f46e52e,0 14px 32px #0f172a21!important}.node.drop-target{box-shadow:0 0 0 6px #48a2ff42,0 14px 32px #0f172a24!important;outline:2px solid rgba(72,162,255,.38);outline-offset:3px}.field{cursor:crosshair}.field input,.node-head input,.inspector input,.inspector textarea,.area input,.model-row input{cursor:text}.handle{z-index:4}.h-n,.h-s{left:8px!important;right:8px!important;height:18px!important}.h-n{top:-9px!important}.h-s{bottom:-9px!important}.h-e,.h-w{top:8px!important;bottom:8px!important;width:18px!important}.h-e{right:-9px!important}.h-w{left:-9px!important}.h-ne,.h-sw,.h-nw,.h-se{width:26px!important;height:26px!important}.h-ne{right:-13px!important;top:-13px!important}.h-sw{left:-13px!important;bottom:-13px!important}.h-nw{left:-13px!important;top:-13px!important}.h-se{right:-13px!important;bottom:-13px!important}.edge{cursor:pointer}.edge-hit{stroke:transparent!important;stroke-width:18!important;pointer-events:stroke;cursor:pointer}.edge-visual{pointer-events:none}.edge:hover .edge-visual{stroke-width:3.4!important;stroke:var(--support,#4f46e5)!important}.edge.selected .edge-visual{stroke:var(--support,#4f46e5)!important;stroke-width:3.6!important}.edge.selected .edge-hit{stroke-width:22!important}.edge-draft{pointer-events:none;transition:stroke-width .12s ease,opacity .12s ease}.edge-draft.valid{stroke-width:3!important;stroke-dasharray:none!important}.edge-draft.invalid{opacity:.68}.help-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:10px}.help-grid h3{font-size:13px;margin:0 0 8px;color:#111827}.help-grid ol{padding-left:18px;margin:0}.help-grid li{font-size:12px;line-height:1.45;color:#475569;margin:6px 0}@media (max-width:760px){.help-grid{grid-template-columns:1fr}}.node.multi-selected{outline:2px solid rgba(79,70,229,.38);outline-offset:4px}.selection-pill{height:24px;padding:0 8px;border-radius:999px;background:#eef2ff;color:#3730a3;font-size:11px;font-weight:900;display:inline-flex;align-items:center;margin-left:4px}.guide{stroke:#4f46e5!important;stroke-width:1.2!important;stroke-dasharray:6 6!important;pointer-events:none;opacity:.72}.marquee{fill:#4f46e51a;stroke:#4f46e5;stroke-width:1.4;stroke-dasharray:6 5;pointer-events:none}.toolbar .selection-pill+button{margin-left:4px}.tree-caption{font-size:10px;color:#667085;font-weight:850;text-transform:uppercase;letter-spacing:.08em;margin:0 2px 8px;padding:4px 2px}.tree-actions{display:flex;gap:6px;flex-wrap:wrap;margin-top:6px}.tree-item{width:100%;display:flex;align-items:center;gap:8px;border:0;background:transparent;border-radius:9px;min-height:30px;padding:6px 8px;margin:2px 0;text-align:left;color:#1f2937;font-size:12px;font-weight:760;cursor:pointer}.tree-item span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tree-item:hover,.tree-item.active{background:#f1f5ff;color:#111827}.tree-item.active{box-shadow:inset 3px 0 #4f46e5}.rel-tree{font-size:11px;color:#475569}.tree-empty{font-size:11px;color:#94a3b8;margin:6px 8px 8px;font-weight:700}.area{grid-template-columns:28px 1fr 20px 28px!important}.area-kind{font-size:10px;font-weight:950;color:#64748b;background:#f1f5f9;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px}.edge-label.compact-rel input::placeholder,.inspector input::placeholder{color:#94a3b8;font-style:italic;font-weight:700}.model-tree-root{display:grid;gap:8px;overflow:auto;padding-right:2px}.model-tree-block{border:1px solid transparent;border-radius:12px;background:transparent}.model-tree-block.active{background:#4f46e50e;border-color:#4f46e51a}.model-tree-title{display:grid;grid-template-columns:20px 18px minmax(0,1fr) 28px;align-items:center;gap:5px;min-height:34px;border-radius:10px;padding:2px 4px}.model-tree-title:hover{background:#f5f7fb}.model-tree-title input{min-width:0;border:0;background:transparent;outline:none;font-size:12px;font-weight:900;color:#111827;padding:6px 4px;border-radius:8px}.model-tree-title input:focus{background:#fff;box-shadow:0 0 0 2px #4f46e52e}.model-tree-title button{border:0;background:transparent;border-radius:8px;min-height:26px;display:grid;place-items:center;color:#1f2937}.model-tree-title button:hover{background:#eef2ff}.section-chev-button{width:20px;padding:0}.model-tree-children{padding-left:16px}.model-tree-children .panel-section{margin:3px 0 6px!important}.model-tree-children .panel-section>div{padding:0 0 4px 8px!important}.drag-no-select,.drag-no-select *{user-select:none!important;-webkit-user-select:none!important}.drag-no-select input,.drag-no-select textarea,.drag-no-select select,.drag-no-select [contenteditable=true]{user-select:text!important;-webkit-user-select:text!important}.diag-grid{display:grid;grid-template-columns:1fr auto;gap:10px 18px;padding:14px;border:1px solid var(--line);border-radius:16px;background:#0f172a08}.diag-grid span{color:var(--muted)}.diag-grid strong{font-variant-numeric:tabular-nums}html.drag-no-select,html.drag-no-select *,body.drag-no-select,body.drag-no-select *{user-select:none!important;-webkit-user-select:none!important;-ms-user-select:none!important}body:not(.drag-no-select) input,body:not(.drag-no-select) textarea,body:not(.drag-no-select) select,body:not(.drag-no-select) [contenteditable=true]{user-select:text!important;-webkit-user-select:text!important}.node{overflow:hidden!important;background-clip:padding-box!important;isolation:isolate}.node-head{border-radius:14px 14px 0 0!important;overflow:hidden!important;background-clip:padding-box!important}.node:before{display:none!important}.handle{z-index:8}.model-tree-title svg,.section-title svg,.tree-item svg{stroke-width:1.65!important;color:#111827}.tree-item.rel-tree svg{color:#475569}.tree-item:active,.model-tree-title:active,.section-title:active{-webkit-user-select:none!important;user-select:none!important}.inspector{min-height:0}.multi-inspector .muted{font-size:12px;color:#64748b;line-height:1.45;margin:0 0 12px}.swatches button.active{outline:2px solid #111827;outline-offset:2px}.model-tree-title svg,.section-title svg,.tree-item svg{stroke-width:1.8!important;color:#0f172a!important}.tree-item.rel-tree svg{color:#334155!important}.canvas.panning{cursor:grabbing!important}.canvas.selecting{cursor:crosshair!important}body.drag-no-select .left,body.drag-no-select .right,body.drag-no-select .canvas,body.drag-no-select .node,body.drag-no-select .tree-item{user-select:none!important;-webkit-user-select:none!important}.node.selected{border-color:var(--node-color,#d8dee8)!important;box-shadow:0 12px 28px #0f172a1a,inset 4px 0 0 var(--node-color,#4f46e5)!important}.node.multi-selected{outline:none!important;box-shadow:0 12px 28px #0f172a1a,inset 4px 0 0 var(--node-color,#4f46e5),0 0 0 2px #4f46e529!important}.node.selected:after,.node.multi-selected:after{content:"";position:absolute;right:8px;top:8px;width:7px;height:7px;border-radius:999px;background:var(--node-color,#4f46e5);box-shadow:0 0 0 3px #4f46e51f;pointer-events:none}.model-tree-title svg{color:#334155!important}.node.table-node{border-radius:5px!important}.node.table-node .node-head{border-radius:4px 4px 0 0!important}.node.entity-node{border-radius:18px!important}.edge.selected .edge-visual{stroke:#111827!important;stroke-width:2.4!important;filter:drop-shadow(0 0 0 rgba(0,0,0,0))!important}.edge.selected .edge-label{border-color:#4f46e547!important;box-shadow:0 10px 24px #0f172a1f,inset 0 0 0 2px #4f46e51f!important}.edge.selected .edge-label:before{content:"";position:absolute;right:7px;top:7px;width:7px;height:7px;border-radius:999px;background:#4f46e5;box-shadow:0 0 0 3px #4f46e51f;pointer-events:none}.governance-inspector{padding:14px 14px 24px!important;background:linear-gradient(180deg,#fff,#fbfcfe)}.inspector-title{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.inspector-title h2{margin:0!important;font-size:17px!important;letter-spacing:-.02em}.prop-section{border:1px solid #e7edf5;background:#ffffffeb;border-radius:18px;margin:10px 0;overflow:hidden;box-shadow:0 10px 24px #0f172a0b}.prop-section-head{width:100%;height:42px;padding:0 12px;border:0;background:linear-gradient(180deg,#fff,#f8fafc);display:flex;align-items:center;justify-content:space-between;color:#1f2937;font-weight:900}.prop-section-head span{display:flex;align-items:center;gap:8px}.prop-section-head svg{color:#64748b}.prop-section-body{padding:11px 12px 13px;display:grid;gap:9px}.metadata-field{display:grid;gap:5px;margin:0!important;color:#475467;font-size:12px;font-weight:850}.metadata-field span{display:flex;align-items:center;gap:6px}.metadata-field.full{grid-column:1/-1}.metadata-field input,.metadata-field select,.metadata-field textarea,.structured-card input,.structured-card select{width:100%;border:1px solid #dfe7f1;border-radius:12px;background:#fff;min-height:34px;padding:7px 9px;outline:none;color:#111827;font-size:12px}.metadata-field textarea{min-height:64px;resize:vertical}.metadata-field input:focus,.metadata-field select:focus,.metadata-field textarea:focus,.structured-card input:focus,.structured-card select:focus{border-color:#48a2ff;box-shadow:0 0 0 3px #48a2ff21}.meta-check{display:flex!important;grid-template-columns:none!important;align-items:center;gap:8px;background:#f8fafc;border:1px solid #e7edf5;border-radius:12px;padding:8px 9px}.meta-check input{width:auto!important}.meta-badge{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;border-radius:999px;padding:3px 8px;font-size:10px;font-style:normal;font-weight:900;letter-spacing:.02em;border:1px solid #e2e8f0;background:#f8fafc;color:#475569}.meta-badge.restrita,.meta-badge.obsoleto{background:#fff1f2;border-color:#fecdd3;color:#be123c}.meta-badge.confidencial,.meta-badge.em-revisao{background:#fff7ed;border-color:#fed7aa;color:#c2410c}.meta-badge.interna,.meta-badge.rascunho{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.meta-badge.publica,.meta-badge.aprovado{background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.structured-list{display:grid;gap:8px}.structured-summary{display:flex;align-items:center;justify-content:space-between;border:1px dashed #d9e3ef;border-radius:14px;background:#f8fafc;padding:8px 9px;color:#64748b;font-weight:850}.structured-summary button,.structured-card button.ghost{height:30px;border:1px solid #dfe7f1;background:#fff;border-radius:10px;display:inline-flex;gap:6px;align-items:center;padding:0 9px;font-weight:850;color:#334155}.structured-card{display:grid;grid-template-columns:1fr 1fr;gap:8px;border:1px solid #e7edf5;border-radius:16px;background:#fff;padding:10px;box-shadow:0 8px 20px #0f172a0a}.structured-card label{display:grid;gap:4px;margin:0!important;font-size:11px;color:#64748b}.structured-card .ghost{grid-column:1/-1;justify-self:end}.danger-text{color:#dc2626!important}.readonly-grid{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center;color:#64748b;font-size:12px}.readonly-grid strong{color:#111827}.check-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.multi-inspector .prop-section{margin-top:12px}.inspector.governance-inspector,.multi-inspector{padding:14px 14px 18px!important;background:linear-gradient(180deg,#fffffff5,#f8fafcf0)!important}.inspector-title{padding:6px 2px 8px;border-bottom:1px solid rgba(79,70,229,.1)}.inspector-primary-actions{position:sticky;top:0;z-index:4;margin:0 0 10px;padding:8px 0 10px;background:linear-gradient(180deg,#fffffffa,#ffffffdb);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.primary-add-field{width:100%;height:38px;border:1px solid rgba(79,70,229,.22);border-radius:14px;background:linear-gradient(135deg,#4f46e51f,#48a2ff1a);color:#312e81;font-weight:900;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 12px 24px #4f46e514}.primary-add-field:hover{border-color:#4f46e561;background:linear-gradient(135deg,#4f46e52e,#48a2ff24)}.prop-section{border-color:#4f46e51a!important;box-shadow:0 14px 30px #0f172a0b!important}.prop-section-head{height:44px!important;background:linear-gradient(180deg,#fff,#f8f9ff)!important}.prop-section-head:hover{background:linear-gradient(180deg,#fff,#eef2ff)!important}.prop-section-head svg{color:#4f46e5!important}.prop-section-head span{gap:8px!important}.help-mark{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:999px;color:#64748b;opacity:.72;vertical-align:middle;cursor:help}.help-mark svg{width:13px!important;height:13px!important;color:#64748b!important}.help-mark:hover{opacity:1;background:#4f46e514;color:#4f46e5}.label-title{display:inline-flex!important;align-items:center;gap:5px!important}.metadata-field span.label-title,.governance-inspector label .label-title{color:#334155;font-weight:900;font-size:11px;letter-spacing:.01em}.color-select{position:relative;width:100%}.color-select-button{width:100%;height:36px;border:1px solid #dfe7f1;border-radius:12px;background:#fff;color:#334155;font-weight:850;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 10px}.color-select-button:hover{border-color:#4f46e54d;box-shadow:0 0 0 3px #4f46e514}.color-dot{width:18px;height:18px;border-radius:999px;border:2px solid #fff;box-shadow:0 0 0 1px #0f172a2e}.color-select-popover{position:absolute;right:0;top:42px;z-index:30;width:216px;padding:10px;border:1px solid #e2e8f0;border-radius:16px;background:#fffffffa;box-shadow:0 20px 45px #0f172a29;display:grid;grid-template-columns:repeat(5,1fr);gap:7px}.color-select-popover button{width:28px;height:28px;border-radius:9px;border:2px solid #fff;box-shadow:0 0 0 1px #0f172a24}.color-select-popover button.active{outline:2px solid #4f46e5;outline-offset:2px}.node{cursor:pointer!important}.node:hover{box-shadow:0 20px 50px #0f172a29,0 0 0 3px #4f46e512!important}.node:after{content:"";position:absolute;top:-7px;right:-7px;bottom:-7px;left:-7px;border-radius:inherit;pointer-events:none;border:1px solid transparent;transition:.14s ease}.node:hover:after{border-color:#4f46e529}.node-head{cursor:grab!important}.node-head:active{cursor:grabbing!important}.node-menu{margin-left:6px!important;width:24px!important;height:24px!important;border-radius:10px!important;background:#fffc!important;border:1px solid rgba(79,70,229,.14)!important;color:#4f46e5!important}.node-menu:hover{background:#eef2ff!important;border-color:#4f46e547!important}.node-head button:not(.node-menu){display:none!important}.field{cursor:pointer!important;border-radius:10px!important;margin:2px 6px!important;padding:3px 6px!important}.field:hover{background:#4f46e50f!important;box-shadow:inset 3px 0 #4f46e540}.field.selected{background:linear-gradient(90deg,#4f46e51f,#48a2ff0f)!important;box-shadow:inset 3px 0 #4f46e5!important}.field.selected input{font-weight:900!important;color:#111827!important}.node.selected,.node.multi-selected{box-shadow:0 20px 50px #0f172a24,0 0 0 3px #4f46e51f!important}.node.selected:before,.node.multi-selected:before{content:"";position:absolute;left:10px;top:10px;width:7px;height:7px;border-radius:999px;background:#4f46e5;box-shadow:0 0 0 4px #4f46e521;z-index:3}.structured-summary{border-color:#4f46e52e!important;background:linear-gradient(180deg,#f8faff,#fff)!important}.color-select.open{z-index:80}.color-select-button span:nth-child(2){overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;flex:1}.color-select-popover{left:0!important;right:auto!important;top:40px!important;width:100%!important;min-width:210px;grid-template-columns:repeat(6,1fr)!important;gap:8px!important;padding:12px!important}.color-select-popover button{width:100%!important;aspect-ratio:1/1;height:auto!important;border:1px solid #d9e3ef!important;background:#fff!important;border-radius:12px!important;display:grid!important;place-items:center!important;padding:3px!important;box-shadow:0 6px 16px #0f172a14!important}.color-select-popover button span{display:block;width:100%;height:100%;border-radius:9px;border:1px solid rgba(15,23,42,.16)}.color-select-popover button:hover{outline:2px solid rgba(79,70,229,.22);outline-offset:2px}.color-select-popover button.active{outline:2px solid #4f46e5!important;outline-offset:2px!important}.derived-flag{display:flex;align-items:center;gap:8px;border:1px solid #e7edf5;background:#f8fafc;border-radius:12px;padding:8px 9px;font-size:12px;font-weight:850;color:#64748b;margin-bottom:8px}.derived-flag.on{background:#fff7ed;border-color:#fed7aa;color:#c2410c}.derived-flag svg{width:14px!important;height:14px!important}.disabled-check{opacity:.72;cursor:not-allowed}.disabled-check input{cursor:not-allowed}.auto-note{display:block;margin:-3px 0 4px;color:#64748b;font-size:11px;line-height:1.35;background:#f8fafc;border:1px solid #e7edf5;border-radius:10px;padding:7px 8px}.help-mark[title]{position:relative}.color-select,.color-select-popover,.color-select-button{display:none!important}.color-palette-field{display:grid;gap:10px;border:1px solid #e2e8f0;background:linear-gradient(180deg,#fff,#f8fafc);border-radius:15px;padding:10px}.color-palette-current{display:flex;align-items:center;gap:8px;color:#334155;font-size:12px;min-width:0}.color-palette-current strong{font-weight:900;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.color-palette-grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:7px}.color-palette-grid button{height:26px;border-radius:9px;border:2px solid #fff;box-shadow:0 0 0 1px #0f172a24,0 4px 10px #0f172a14;cursor:pointer}.color-palette-grid button:hover{transform:translateY(-1px);box-shadow:0 0 0 2px #4f46e538,0 8px 16px #0f172a1f}.color-palette-grid button.active{outline:2px solid #4f46e5;outline-offset:2px;box-shadow:0 0 0 1px #0f172a2e,0 8px 16px #4f46e529}.ctx-color-panel{padding:8px 10px;border-top:1px solid #eef2f7;border-bottom:1px solid #eef2f7;background:#f8fafc;display:grid;gap:8px;min-width:218px}.ctx-color-panel>span{font-size:11px;font-weight:950;color:#475569;display:flex;align-items:center;gap:7px;text-transform:uppercase;letter-spacing:.05em}.ctx-color-panel>div{display:grid;grid-template-columns:repeat(10,18px);gap:6px}.ctx-color{width:18px!important;height:18px!important;min-height:18px!important;padding:0!important;border-radius:6px!important;border:2px solid #fff!important;box-shadow:0 0 0 1px #0f172a2e!important}.ctx-color:hover{outline:2px solid rgba(79,70,229,.22);outline-offset:1px}.node{padding-bottom:9px!important}.field:last-child{margin-bottom:5px!important}.edge.self-edge .edge-visual,.edge.self-edge .edge-hit{fill:none}.edge .edge-visual{transition:stroke-width .12s ease,opacity .12s ease}.edge.selected .edge-visual{stroke-width:2.4px!important;filter:drop-shadow(0 0 4px rgba(79,70,229,.18))}.right{overflow:hidden!important}.inspector.governance-inspector,.multi-inspector{height:100%;min-height:0;overflow-y:auto!important;overscroll-behavior:contain;scrollbar-width:thin;padding-bottom:34px!important}.property-panel-controls{display:flex;justify-content:flex-end;gap:6px;margin:4px 0 10px;position:sticky;top:0;z-index:5;background:linear-gradient(180deg,#fffffffa,#ffffffd1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:6px 0}.property-panel-controls button{height:26px;border:1px solid rgba(79,70,229,.18);background:#4f46e50e;color:#3730a3;border-radius:999px;padding:0 9px;font-size:10.5px;font-weight:900}.property-panel-controls button:hover{background:#4f46e51a;border-color:#4f46e547}.quality-summary{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-bottom:8px}.quality-summary span{border:1px solid #e7edf5;background:linear-gradient(180deg,#fff,#f8fafc);border-radius:13px;padding:8px;color:#64748b;font-size:11px;font-weight:850}.quality-summary strong{display:block;color:#4f46e5;font-size:16px;line-height:1.05}.quality-group{display:grid;gap:7px;margin:8px 0}.quality-subhead{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#334155;font-size:11px;font-weight:950;letter-spacing:.01em}.quality-subhead em{font-style:normal;border:1px solid rgba(79,70,229,.16);background:#eef2ff;color:#3730a3;border-radius:999px;padding:2px 7px;font-size:10px;font-weight:950}.quality-subhead button,.quality-manual-card .ghost{height:28px;border:1px solid #dfe7f1;background:#fff;border-radius:10px;display:inline-flex;gap:5px;align-items:center;padding:0 8px;font-size:11px;font-weight:900;color:#334155}.quality-rule-card{border:1px solid #e7edf5;background:#fff;border-radius:14px;padding:9px;box-shadow:0 8px 18px #0f172a09;display:grid;gap:5px}.quality-rule-card>div{display:grid;gap:2px;min-width:0}.quality-rule-card strong{font-size:11px;color:#111827}.quality-rule-card span{font-size:11px;color:#475569;font-weight:800}.quality-rule-card em{justify-self:start;border-radius:999px;padding:2px 7px;font-size:10px;font-style:normal;font-weight:950;background:#f8fafc;border:1px solid #e2e8f0;color:#475569}.quality-rule-card.automatic em{background:#eef2ff;border-color:#c7d2fe;color:#3730a3}.quality-rule-card.suggested em{background:#fff7ed;border-color:#fed7aa;color:#c2410c}.quality-rule-card.manual em{background:#f0fdf4;border-color:#bbf7d0;color:#15803d}.quality-rule-card p{margin:0;color:#64748b;font-size:11px;line-height:1.35}.quality-manual{display:grid;gap:8px;margin-top:10px}.quality-empty{margin:0;border:1px dashed #d9e3ef;background:#f8fafc;border-radius:13px;padding:9px;color:#64748b;font-size:11px;line-height:1.35}.quality-manual-card{display:grid;grid-template-columns:1fr 1fr;gap:8px;border:1px solid #e7edf5;background:#fff;border-radius:15px;padding:10px}.quality-manual-card label{display:grid;gap:5px;margin:0!important}.quality-manual-card .full{grid-column:1/-1}.quality-manual-card input,.quality-manual-card select,.quality-manual-card textarea{width:100%;border:1px solid #dfe7f1;border-radius:12px;background:#fff;min-height:34px;padding:7px 9px;outline:none;color:#111827;font-size:12px}.quality-manual-card textarea{min-height:58px;resize:vertical}.quality-manual-card .ghost{grid-column:1/-1;justify-self:end}.prop-section-head:hover svg,.prop-section-head:hover .help-mark svg{color:#4f46e5!important}.node.selected,.node.multi-selected{border-color:#7957ff!important;box-shadow:0 0 0 3px #7957ff29,0 14px 34px #0f172a21!important}.node.selected:after,.node.multi-selected:after{content:"";position:absolute;left:10px;top:10px;width:7px;height:7px;border-radius:999px;background:#7957ff;box-shadow:0 0 0 3px #7957ff24;pointer-events:none;z-index:6}.fields{padding-bottom:12px!important}.field b{min-width:28px;text-align:center;letter-spacing:.02em}.tree-item.area-tree span{font-style:normal;color:#475467}.edge.non-identifying .edge-visual{stroke-dasharray:6 5}.edge.identifying .edge-visual{stroke-width:2.4px}.property-section[data-section=governance],.property-section[data-section=quality]{scroll-margin-top:10px}.tree-create{width:100%;display:flex;align-items:center;gap:7px;border:1px dashed #d8e0ec!important;background:#f8fbff!important;color:#334155!important;border-radius:11px!important;min-height:30px!important;padding:6px 8px!important;margin:3px 0 6px!important;font-size:12px!important;font-weight:850!important}.tree-create:hover{border-color:#4f46e559!important;background:#4f46e50f!important;color:#312e81!important}.tree-item.area-tree.editable{display:grid!important;grid-template-columns:26px 1fr 26px!important;gap:4px!important;padding:3px 5px!important}.tree-item.area-tree.editable>button{height:24px!important;min-width:24px!important;border:0!important;background:transparent!important;border-radius:8px!important;display:grid!important;place-items:center!important;color:#334155!important}.tree-item.area-tree.editable>button:hover{background:#eef2ff!important;color:#3730a3!important}.tree-item.area-tree.editable>button:last-child:hover{background:#fff1f2!important;color:#dc2626!important}.tree-item.area-tree.editable input{min-width:0!important;border:0!important;background:transparent!important;outline:0!important;font-size:12px!important;font-weight:760!important;color:#475467!important;padding:4px 5px!important;border-radius:8px!important}.tree-item.area-tree.editable input:focus{background:#fff!important;box-shadow:0 0 0 2px #4f46e529!important;color:#111827!important}.node-governance-badges{display:inline-flex;align-items:center;justify-content:flex-end;gap:3px;min-width:40px;pointer-events:auto}.node-classification-dot,.node-personal-dot{width:18px;height:18px;border-radius:999px;display:grid;place-items:center;border:1px solid rgba(15,23,42,.1);background:#f8fafc;color:#475569;box-shadow:0 1px #ffffffb3 inset}.node-classification-dot svg,.node-personal-dot svg{width:10px!important;height:10px!important}.node-classification-dot.publica{background:#ecfdf5;color:#047857;border-color:#bbf7d0}.node-classification-dot.interna{background:#eff6ff;color:#2563eb;border-color:#bfdbfe}.node-classification-dot.confidencial{background:#f5f3ff;color:#7c3aed;border-color:#ddd6fe}.node-classification-dot.restrita{background:#fff1f2;color:#be123c;border-color:#fecdd3}.node-personal-dot{background:#fff7ed;color:#ea580c;border-color:#fed7aa}.property-panel-controls button{width:30px!important;min-width:30px!important;height:28px!important;padding:0!important;display:grid!important;place-items:center!important}.property-panel-controls button svg{width:14px!important;height:14px!important}.node-head{position:relative;gap:6px}.node-head input{min-width:0}.node-governance-badges{flex:0 0 auto;margin-left:auto;margin-right:2px;min-width:auto!important;height:20px;padding:1px 2px;border-radius:999px;background:#f8fafcb8}.node-classification-dot,.node-personal-dot{width:17px!important;height:17px!important;border-width:1px!important;box-shadow:0 1px 2px #0f172a14,0 0 0 2px #ffffff9e inset!important}.node-classification-dot svg,.node-personal-dot svg{width:9.5px!important;height:9.5px!important}.node-personal-dot{background:#fff7ed!important;color:#c2410c!important;border-color:#fdba74!important}.field{cursor:grab}.field:active{cursor:grabbing}.field.selected{background:#4f46e513!important;box-shadow:inset 3px 0 #4f46e5d9,0 0 0 1px #4f46e521!important}.field.selected b{color:#4f46e5!important}.metadata-field.meta-check{border:1px solid #e4eaf3;border-radius:12px;padding:8px 10px;background:#fbfdff}.metadata-field.meta-check:hover{border-color:#4f46e547;background:#f8f7ff}.tree-section-actions{display:flex;align-items:center;gap:8px;justify-content:space-between;margin:4px 0 6px}.tree-section-actions .tree-create{flex:1}.tree-sort-tools{display:flex;align-items:center;gap:4px;margin:4px 0 6px;justify-content:flex-end}.tree-sort-tools button{font-size:10px;line-height:1;border:1px solid rgba(148,163,184,.22);background:#ffffffb8;color:#64748b;border-radius:8px;padding:5px 6px;min-width:32px}.tree-sort-tools button:hover{color:#4f46e5;border-color:#4f46e54d;background:#4f46e50f}.tree-item[draggable=true]{cursor:grab}.tree-item[draggable=true]:active{cursor:grabbing}.edge path.edge-visual{stroke:#111827;stroke-width:2;fill:none}.edge path.edge-hit{stroke:transparent;stroke-width:16;fill:none;cursor:pointer}.edge.identifying>path.edge-visual{stroke:#111827!important;stroke-width:2.2!important;stroke-dasharray:none!important}.edge.non-identifying>path.edge-visual{stroke:#111827!important;stroke-width:2.2!important;stroke-dasharray:7 6!important}.edge.selected>path.edge-visual{stroke:#4f46e5!important;stroke-width:3!important}.domain-manager{display:grid;gap:8px}.domain-add{display:grid;grid-template-columns:1fr auto;gap:6px}.domain-row{display:grid;grid-template-columns:1fr 34px;gap:6px;align-items:center}.domain-row input,.domain-add input{height:32px}.domain-add button,.domain-row button{min-height:32px}.inspector textarea{line-height:1.42;white-space:pre-wrap}.inspector textarea:focus{border-color:#48a2ff;box-shadow:0 0 0 3px #48a2ff29}.inspector input,.inspector textarea,.inspector select,.inspector .commit-input,.inspector .description-editor textarea{font-weight:400!important}.inspector label,.inspector .check,.inspector .check span{font-weight:600}.description-editor{display:grid;gap:6px}.description-toolbar{display:flex;gap:5px;flex-wrap:wrap;align-items:center;background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;padding:5px}.description-toolbar button{border:1px solid #e5e7eb;background:#fff;border-radius:8px;min-height:24px;padding:3px 7px;font-size:11px;font-weight:750;color:#334155}.description-toolbar button:hover{background:#eef2ff;border-color:#c7d2fe;color:#3730a3}.description-editor textarea{min-height:96px;line-height:1.45;resize:vertical}.settings-modal{max-width:980px;width:min(980px,92vw)}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:14px}.settings-card{border:1px solid var(--line);border-radius:18px;background:#fff;padding:16px;box-shadow:0 10px 30px #0f172a0f}.settings-card h3{margin:0 0 8px;font-size:14px;color:#111827}.settings-card p{margin:0 0 12px;font-size:12px;line-height:1.45;color:#64748b}.settings-card .panel-section{border:0!important;margin:0!important;padding:0!important;box-shadow:none!important;background:transparent!important}.settings-card .section-title{display:none!important}.settings-actions{display:flex;gap:8px;flex-wrap:wrap}.settings-actions button{border:1px solid var(--line);background:#111827;color:#fff;border-radius:12px;padding:9px 11px;font-size:12px;font-weight:850;display:inline-flex;gap:7px;align-items:center}.edge-visual{stroke:#1f2937!important;stroke-width:2.6!important;fill:none;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 1px 0 rgba(255,255,255,.75))}.edge.identifying .edge-visual{stroke-width:3.1!important}.edge.non-identifying .edge-visual{stroke-dasharray:7 5}.edge:hover .edge-visual{stroke-width:3.8!important}.edge.selected .edge-visual{stroke-width:4.2!important}.edge g,.edge path{vector-effect:non-scaling-stroke}.crow path,.crow line,.crow circle{vector-effect:non-scaling-stroke;stroke-width:2.2!important;stroke-linecap:round;stroke-linejoin:round}.edge-label.compact-rel{box-shadow:0 8px 22px #0f172a1a;border-color:#dbe2ea!important}.node-classification-dot{width:28px!important;height:28px!important;min-width:28px!important}.node-classification-dot svg{width:18px!important;height:18px!important;stroke-width:2.2!important}.node-personal-dot{width:26px!important;height:26px!important;min-width:26px!important}.node-personal-dot svg{width:16px!important;height:16px!important}.disabled-check{opacity:.55;cursor:not-allowed!important}.disabled-check input{cursor:not-allowed!important}@media (max-width:860px){.settings-grid{grid-template-columns:1fr}}.node-head{grid-template-columns:minmax(0,1fr) auto 24px!important;column-gap:6px!important;align-items:center!important}.node-governance-badges{width:auto!important;max-width:54px!important;display:inline-flex!important;gap:4px!important;overflow:visible!important}.node-classification-dot,.node-personal-dot{width:20px!important;height:20px!important;flex:0 0 20px!important}.node-classification-dot svg,.node-personal-dot svg{width:11.5px!important;height:11.5px!important}.field{display:grid!important;grid-template-columns:36px minmax(0,1fr) minmax(42px,auto)!important;align-items:center!important;column-gap:5px!important;white-space:nowrap!important;overflow:hidden!important}.field-name{min-width:0!important;overflow:hidden!important;display:block!important}.field-name input{width:100%!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-weight:400!important}.field-name.pk-name input{font-weight:900!important}.field-meta{min-width:0!important;max-width:132px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;text-align:right!important;font-size:9.7px!important;color:#64748b!important;font-style:normal!important}.table-node .field-meta{max-width:160px!important}.inspector input,.inspector textarea,.inspector select,.metadata-field input,.metadata-field textarea,.metadata-field select,.structured-card input,.structured-card select{font-weight:400!important}.property-panel-controls{justify-content:space-between!important;align-items:center!important;gap:8px!important;margin:4px 0 10px!important}.property-panel-controls-left{display:flex;align-items:center;gap:6px}.property-panel-controls-left button{width:30px!important;min-width:30px!important;height:28px!important;padding:0!important;display:grid!important;place-items:center!important}.property-panel-controls>.primary-add-field{width:auto!important;min-width:auto!important;height:28px!important;padding:0 9px!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:5px!important;font-size:10.5px!important;box-shadow:none!important;white-space:nowrap!important}.property-panel-controls>.primary-add-field svg{width:13px!important;height:13px!important}.inspector-primary-actions{display:none!important}.prop-section{overflow:visible!important}.help-mark{position:relative!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:17px!important;height:17px!important;border-radius:999px!important;background:#eef2ff!important;border:1px solid rgba(79,70,229,.18)!important;color:#4338ca!important;font-size:11px!important;font-weight:950!important;line-height:1!important;opacity:.9!important;cursor:help!important;flex:0 0 auto!important}.help-mark:after{content:attr(data-tip);position:absolute;left:50%;top:23px;transform:translate(-50%) translateY(-3px);width:max-content;max-width:230px;min-width:160px;white-space:pre-line;text-align:left;line-height:1.35;background:#111827;color:#fff;border-radius:12px;padding:9px 10px;box-shadow:0 16px 38px #0f172a38;font-size:11px;font-weight:700;letter-spacing:0;z-index:300;opacity:0;pointer-events:none;transition:opacity .12s ease,transform .12s ease}.help-mark:before{content:"";position:absolute;left:50%;top:18px;transform:translate(-50%);border:6px solid transparent;border-bottom-color:#111827;z-index:301;opacity:0;pointer-events:none;transition:opacity .12s ease}.help-mark:hover,.help-mark:focus-visible{opacity:1!important;background:#e0e7ff!important;border-color:#4f46e55c!important;outline:none!important}.help-mark:hover:after,.help-mark:hover:before,.help-mark:focus-visible:after,.help-mark:focus-visible:before{opacity:1;transform:translate(-50%) translateY(0)}.prop-section-head .help-mark:after,.metadata-field:nth-child(1) .help-mark:after,.metadata-field:nth-child(2) .help-mark:after{left:auto;right:-6px;transform:translateY(-3px)}.prop-section-head .help-mark:hover:after,.metadata-field:nth-child(1) .help-mark:hover:after,.metadata-field:nth-child(2) .help-mark:hover:after,.prop-section-head .help-mark:focus-visible:after,.metadata-field:nth-child(1) .help-mark:focus-visible:after,.metadata-field:nth-child(2) .help-mark:focus-visible:after{transform:translateY(0)}.prop-section-head .help-mark:before,.metadata-field:nth-child(1) .help-mark:before,.metadata-field:nth-child(2) .help-mark:before{left:auto;right:0;transform:none}.help-mark svg{display:none!important}.help-mark{position:relative!important;overflow:visible!important;isolation:isolate!important}.help-mark:after{box-sizing:border-box!important;width:240px!important;max-width:min(240px,calc(100vw - 36px))!important;white-space:pre-line!important;word-break:normal!important;overflow-wrap:break-word!important;line-height:1.42!important;font-weight:650!important;padding:10px 11px!important;z-index:9999!important}.help-mark:before{z-index:10000!important}.prop-section-head .help-mark:after,.metadata-field:nth-child(1) .help-mark:after,.metadata-field:nth-child(2) .help-mark:after{right:0!important;left:auto!important;transform:translateY(-3px)!important}.prop-section-head .help-mark:hover:after,.metadata-field:nth-child(1) .help-mark:hover:after,.metadata-field:nth-child(2) .help-mark:hover:after,.prop-section-head .help-mark:focus-visible:after,.metadata-field:nth-child(1) .help-mark:focus-visible:after,.metadata-field:nth-child(2) .help-mark:focus-visible:after{transform:translateY(0)!important}.edge-segment-hit{fill:transparent;stroke:transparent;cursor:move;pointer-events:stroke}.edge-vertex-hit{fill:#fff;stroke:#334155;stroke-width:1.6;opacity:0;cursor:move;pointer-events:all}.edge.selected .edge-vertex-hit,.edge:hover .edge-vertex-hit{opacity:1}.edge-label{cursor:pointer}.help-mark:before,.help-mark:after{display:none!important;content:none!important}.km-help-tooltip{position:fixed;z-index:2147483647;box-sizing:border-box;width:min(260px,calc(100vw - 24px));background:#111827;color:#fff;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:10px 12px;box-shadow:0 18px 48px #0f172a4d;font-size:11.5px;font-weight:650;line-height:1.42;white-space:pre-line;overflow-wrap:break-word;pointer-events:none;opacity:0;transform:translateY(-2px);animation:kmTooltipIn .1s ease forwards}@keyframes kmTooltipIn{to{opacity:1;transform:translateY(0)}}.edge path.edge-hit{stroke:transparent!important;stroke-width:28!important;fill:none!important;cursor:grab!important;pointer-events:stroke!important}.edge-segment-hit{fill:#4f46e500!important;stroke:transparent!important;pointer-events:all!important;rx:8;ry:8}.edge.selected .edge-segment-hit,.edge:hover .edge-segment-hit{fill:#4f46e50b!important}.edge-vertex-hit{fill:#fff!important;stroke:#4f46e5!important;stroke-width:2!important;opacity:0;cursor:move!important;pointer-events:all!important;filter:drop-shadow(0 2px 5px rgba(15,23,42,.18))}.edge.selected .edge-vertex-hit,.edge:hover .edge-vertex-hit{opacity:1!important}.edge-label{min-height:34px!important;padding:3px 7px!important;cursor:pointer!important;pointer-events:all!important;border-color:#d8e0eb!important}.edge.selected .edge-label,.edge-label:hover{border-color:#4f46e5!important;box-shadow:0 10px 26px #4f46e529!important}.edge-label.compact-rel input,.edge-label.compact-rel select{pointer-events:auto!important}.edge .edge-visual{pointer-events:stroke!important;cursor:grab!important;stroke-width:2.4px!important}.edge .edge-visual:active{cursor:grabbing!important}.edge path.edge-hit,.edge path.edge-hit-top{stroke:#4f46e500!important;stroke-width:42!important;fill:none!important;cursor:grab!important;pointer-events:stroke!important}.edge path.edge-hit:active,.edge path.edge-hit-top:active{cursor:grabbing!important}.edge .crow{pointer-events:none!important}.edge-label{z-index:2}.edge.selected .edge-visual,.edge:hover .edge-visual{stroke-width:3px!important}.edge.selected path.edge-hit,.edge:hover path.edge-hit{stroke-width:48!important}.edge path.edge-hit{cursor:grab!important;pointer-events:stroke!important}.edge path.edge-hit:active{cursor:grabbing!important}.edge-segment-hit{fill:#4f46e500;stroke:transparent;pointer-events:all}.edge-segment-hit.vertical{cursor:ew-resize!important}.edge-segment-hit.horizontal{cursor:ns-resize!important}.edge-vertex-hit{fill:#4f46e51f;stroke:#4f46e5;stroke-width:1.5;cursor:move;pointer-events:all;opacity:.75}.edge:not(.selected) .edge-vertex-hit{opacity:0}.edge:hover .edge-vertex-hit,.edge.selected .edge-vertex-hit{opacity:.9}.edge-label.draggable-label{cursor:grab}.edge-label.draggable-label:active{cursor:grabbing}.import-mode-actions{display:flex!important;flex-wrap:wrap!important;gap:8px!important;align-items:center!important}.import-mode-actions button{min-width:0!important;white-space:nowrap!important}.import-mode-actions .primary{background:#111827!important;color:#fff!important;border-color:#111827!important}.import-mode-actions .danger-soft{background:#fff7ed!important;color:#9a3412!important;border-color:#fed7aa!important}.import-choice-modal{max-width:640px!important}.import-choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}.import-choice-card{min-height:136px;text-align:left;align-items:flex-start;justify-content:flex-start;display:flex;flex-direction:column;gap:8px;padding:16px;border-radius:16px;border:1px solid #e5e7eb;background:#fff;color:#111827;cursor:pointer;box-shadow:0 12px 30px #0f172a14}.import-choice-card:hover{border-color:#4f46e559;box-shadow:0 16px 34px #0f172a1f;transform:translateY(-1px)}.import-choice-card strong{font-size:15px;font-weight:850}.import-choice-card span{font-size:12px;line-height:1.45;color:#64748b}.import-choice-card.danger-soft{background:#fff7f7;border-color:#fecaca}@media (max-width:720px){.import-choice-grid{grid-template-columns:1fr}}.guided-tour{width:min(680px,calc(100vw - 36px));background:#fff;border-radius:28px;padding:28px;box-shadow:0 32px 100px #0000004d;position:relative;border:1px solid #edf0f5}.guided-tour>button{position:absolute;right:18px;top:18px;border:1px solid #e5e7eb;background:#fff;border-radius:12px;width:34px;height:34px;display:grid;place-items:center}.guided-tour h2{margin:4px 0 8px;font-size:24px;color:#111827}.guided-tour p{margin:0;color:#475467;line-height:1.5}.tour-kicker{font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:#4f46e5}.guided-tour ol{display:grid;gap:10px;margin:18px 0;padding:0;list-style:none}.guided-tour li{display:grid;grid-template-columns:150px 1fr;gap:12px;align-items:start;border:1px solid #e8edf4;background:#f9fbfd;border-radius:16px;padding:12px}.guided-tour li strong{font-size:13px;color:#111827}.guided-tour li span{font-size:13px;line-height:1.35;color:#667085}.tour-backup-note,.backup-warning{display:flex;align-items:flex-start;gap:10px;border:1px solid #fde68a;background:#fffbeb;color:#92400e;border-radius:16px;padding:12px;font-size:13px;line-height:1.4}.tour-backup-note svg,.backup-warning svg{flex:0 0 auto;margin-top:1px}.backup-card .settings-actions{margin-top:12px}.backup-warning{margin:12px 0}.tour-modal{z-index:400}@media (max-width:760px){.guided-tour li{grid-template-columns:1fr}.guided-tour{padding:22px}.guided-tour h2{font-size:21px}}.tour-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:520;pointer-events:none}.tour-spotlight{position:fixed;border:2px solid #8eeb31;border-radius:18px;box-shadow:0 0 0 9999px #05070b94,0 0 0 8px #8eeb312e,0 24px 70px #00000047;background:#ffffff0a;pointer-events:none;transition:left .18s ease,top .18s ease,width .18s ease,height .18s ease}.tour-step-card{position:fixed;background:#fff;border:1px solid #dfe7f1;border-radius:22px;padding:18px 18px 16px;box-shadow:0 28px 90px #00000052;pointer-events:auto;color:#111827}.tour-step-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:22px;background:linear-gradient(135deg,rgba(142,235,49,.14),transparent 38%);pointer-events:none}.tour-step-card>*{position:relative}.tour-step-card h2{font-size:20px;line-height:1.1;margin:4px 34px 8px 0;letter-spacing:-.025em}.tour-step-card p{margin:0;color:#475467;font-size:13px;line-height:1.48}.tour-step-card .tour-kicker{font-size:10px;font-weight:950;letter-spacing:.15em;text-transform:uppercase;color:#4f46e5;margin-bottom:2px}.tour-close{position:absolute!important;right:12px;top:12px;width:30px;height:30px;border:1px solid #e5e7eb!important;background:#fff!important;border-radius:11px!important;display:grid!important;place-items:center!important;padding:0!important;z-index:2}.tour-progress{display:flex;gap:5px;margin:14px 0 12px}.tour-progress span{width:18px;height:5px;border-radius:999px;background:#dbe3ed;transition:.15s}.tour-progress span.active{width:30px;background:#4f46e5}.tour-controls{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap}.tour-controls button{border:1px solid #e2e8f0;background:#fff;border-radius:11px;padding:8px 10px;font-size:12px;font-weight:900;color:#334155}.tour-controls button:disabled{opacity:.45;cursor:not-allowed}.tour-controls .secondary{background:#f4f7fb;color:#111827;border-color:#d6dee9}.tour-controls .primary{background:#05070b;color:#fff;border-color:#05070b;box-shadow:0 10px 22px #05070b2e}.backup-warning-enhanced{border:1px solid rgba(72,162,255,.22)!important;background:linear-gradient(135deg,#f8fbff,#eef6ff)!important;color:#172033!important;border-radius:18px!important;padding:14px!important;box-shadow:0 12px 30px #0f172a12!important}.backup-warning-enhanced strong{color:#0f172a}.backup-card h3:after{content:"Backup recomendado";display:inline-flex;margin-left:8px;border:1px solid #dbeafe;background:#eff6ff;color:#1d4ed8;border-radius:999px;padding:3px 7px;font-size:10px;font-weight:950;vertical-align:middle}[data-tour=export-button]{box-shadow:0 0 #8eeb3100}@media (max-width:780px){.tour-step-card{left:16px!important;right:16px!important;width:auto!important;top:auto!important;bottom:18px!important}.tour-controls{justify-content:flex-start}.tour-spotlight{border-radius:14px}}.node{border-width:1.5px!important;box-shadow:0 10px 26px #0f172a1b!important}.node-head{height:34px!important;min-height:34px!important;padding:0 7px!important;grid-template-columns:minmax(0,1fr) auto 22px!important}.node-head input{font-size:14px!important;line-height:1.08!important;letter-spacing:-.015em!important}.node-head button{width:22px!important;height:22px!important}.node-governance-badges{gap:3px!important;max-width:50px!important}.node-classification-dot,.node-personal-dot{width:19px!important;height:19px!important;min-width:19px!important}.node-classification-dot svg,.node-personal-dot svg{width:11px!important;height:11px!important}.fields{padding:3px 6px 7px!important}.field{min-height:22px!important;padding:0 4px!important;grid-template-columns:32px minmax(0,1fr) minmax(40px,auto)!important;column-gap:4px!important;border-radius:7px!important}.field b{font-size:9.6px!important;letter-spacing:.015em!important}.field input{font-size:12.2px!important;line-height:1.12!important;color:#1f2937!important}.field-name.pk-name input{font-weight:950!important}.field-meta{font-size:9.6px!important;max-width:118px!important}.table-node .field-meta{max-width:148px!important}.entity-node{border-radius:15px!important}.table-node{border-radius:4px!important}.edge-label.compact-rel{transform:scale(.96);transform-origin:center}.edge-segment-hit{transition:fill .1s ease,stroke .1s ease}.edge-segment-hit:hover{fill:#4f46e513!important;stroke:#4f46e52e!important;stroke-width:1!important}.edge-vertex-hit:hover{opacity:1!important;stroke-width:2.4!important}.canvas-menu .toolbar .toolbar-divider{width:1px!important;height:20px!important;min-width:1px!important;background:#e5e7eb!important;margin:0 4px!important;display:inline-block!important}.canvas-menu .toolbar button.active,.toolbar button.active{background:#05070b!important;color:#fff!important;border-color:#05070b!important}.canvas-menu .toolbar button[title*=Relacionamentos]{width:auto!important;min-width:64px!important;padding:0 8px!important;font-size:10.5px!important;font-weight:900!important;letter-spacing:-.01em!important}.canvas-menu .toolbar button[title*=Relacionamentos] svg{display:none!important}.backup-warning,.backup-warning-enhanced{border:1px solid rgba(72,162,255,.22)!important;background:linear-gradient(135deg,#f8fbff,#eef6ff)!important;color:#172033!important;border-radius:20px!important;padding:14px 15px!important;box-shadow:0 14px 34px #0f172a14!important}.backup-warning svg,.backup-warning-enhanced svg{color:#2563eb!important;background:#dbeafe!important;border-radius:12px!important;padding:6px!important;width:30px!important;height:30px!important;margin-top:0!important}.backup-warning span,.backup-warning-enhanced span{color:#334155!important;line-height:1.48!important}.backup-warning strong,.backup-warning-enhanced strong{color:#0f172a!important}.edge .crow{filter:drop-shadow(0 1px 0 rgba(255,255,255,.95))}.edge .crow circle,.edge .crow line{vector-effect:non-scaling-stroke}.backup-card h3:after{border-color:#dbeafe!important;background:#eff6ff!important;color:#1d4ed8!important}.node-governance-badges,.node-governance-badges>span,.node-head .node-menu,.node-head button{cursor:pointer!important}.table-node .node-head{border-bottom:1px solid rgba(17,24,39,.18)!important;box-shadow:inset 0 -1px #ffffffb8!important}.section-chev.icon-chev,.section-chev-button .icon-chev{display:inline-grid!important;place-items:center!important;width:18px!important;height:18px!important;color:#64748b!important;transition:transform .14s ease,color .14s ease!important}.section-chev.icon-chev svg,.section-chev-button .icon-chev svg{width:14px!important;height:14px!important}.section-chev.icon-chev.open,.section-chev-button .icon-chev.open{transform:rotate(90deg)!important;color:#111827!important}.section-chev-button{display:grid!important;place-items:center!important;border:0!important;background:transparent!important;border-radius:8px!important}.section-chev-button:hover{background:#f1f5f9!important}.mapping-list{display:grid;gap:8px}.mapping-list-head{display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px dashed #d9e3ef;border-radius:14px;background:#f8fafc;padding:8px 9px;color:#475569;font-size:12px;font-weight:900}.mapping-list-head button{min-height:30px!important;border:1px solid #dfe7f1!important;background:#fff!important;border-radius:10px!important;display:inline-flex!important;align-items:center!important;gap:6px!important;padding:0 9px!important;color:#334155!important;font-size:11px!important}.mapping-empty{margin:0;color:#64748b;font-size:12px;line-height:1.35}.mapping-row{display:grid;grid-template-columns:minmax(0,1fr) 14px minmax(0,1fr) 32px;align-items:end;gap:6px;border:1px solid #e7edf5;border-radius:16px;background:#fff;padding:9px;box-shadow:0 8px 20px #0f172a09}.mapping-row label{margin:0!important;min-width:0}.mapping-row input{min-width:0}.mapping-dot{display:grid;place-items:center;height:34px;color:#64748b;font-weight:950;font-size:18px}.mapping-row .ghost{width:32px!important;min-width:32px!important;height:34px!important;padding:0!important;display:grid!important;place-items:center!important;align-self:end}.mapping-transformations{min-height:112px!important;resize:both!important;max-width:100%!important;line-height:1.45!important}.data-source-manager .domain-row input,.data-source-manager .domain-add input{font-weight:400!important}.settings-card h3+p{color:#64748b;font-size:12px;line-height:1.42;margin:0 0 10px}.settings-modal{max-height:calc(100vh - 42px)!important;overflow-y:auto!important;overscroll-behavior:contain!important;scrollbar-gutter:stable!important}.settings-modal .modal-close{position:sticky!important;top:0!important;float:right!important;z-index:2!important;background:#fff!important}.settings-card-wide{grid-column:1 / -1}.genai-settings{display:grid;gap:12px}.genai-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.genai-grid label{display:grid;gap:5px;margin:0!important;min-width:0;font-size:12px;font-weight:750;color:#475569}.genai-grid label.full{grid-column:1 / -1}.genai-grid input,.genai-grid select,.genai-grid textarea{width:100%;min-width:0;border:1px solid #dfe7f1;border-radius:12px;padding:8px 10px;background:#fff;outline:none;font-size:12px}.genai-grid textarea{min-height:84px;resize:vertical;line-height:1.42}.genai-check{grid-template-columns:18px 1fr!important;align-content:center;border:1px solid #e7edf5;border-radius:12px;padding:9px;background:#f8fafc}.genai-check input{width:auto!important}.genai-note{display:flex;align-items:flex-start;gap:10px;border:1px solid #dbeafe;background:#eff6ff;color:#334155;border-radius:14px;padding:10px 12px;font-size:12px;line-height:1.4}.genai-note svg{flex:0 0 auto;color:#2563eb}.mapping-table-field-head{display:grid!important;grid-template-columns:minmax(0,1fr) 14px minmax(0,1fr) auto!important;align-items:center!important}.mapping-row-compact{align-items:center!important;padding:8px!important}.mapping-row-compact input{height:34px;border:1px solid #dfe7f1;border-radius:10px;padding:7px 9px;font-size:12px}.ctx{max-height:calc(100vh - 16px)!important;overflow-y:auto!important}@media (max-width:860px){.settings-card-wide{grid-column:auto}.genai-grid{grid-template-columns:1fr}}.rich-description .description-toolbar{align-items:center}.description-color{display:inline-flex;align-items:center;gap:5px;height:26px;padding:0 7px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#334155;font-size:11px;font-weight:750!important}.description-color input{width:24px!important;height:18px!important;min-height:18px!important;padding:0!important;border:0!important;background:transparent!important;cursor:pointer!important}.description-richbox{min-height:96px;max-height:260px;overflow:auto;resize:vertical;width:100%;border:1px solid #dfe7f1;border-radius:12px;background:#fff;padding:9px 10px;outline:none;color:#111827;font-size:12px;line-height:1.45;font-weight:400!important;white-space:pre-wrap}.description-richbox:focus{border-color:#48a2ff;box-shadow:0 0 0 3px #48a2ff29}.description-richbox:empty:before{content:attr(data-placeholder);color:#94a3b8;font-style:italic;pointer-events:none}.datatype-editor{display:grid!important;gap:6px!important}.datatype-editor select,.datatype-editor input{width:100%}.datatype-params{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.datatype-params span{display:grid;gap:4px}.datatype-params small,.datatype-current{color:#64748b;font-size:11px;line-height:1.35}.datatype-current strong{color:#111827}.datatype-current em{display:block;margin-top:2px;color:#64748b;font-style:normal}.mapping-list-with-source{display:grid;gap:7px}.mapping-source-field-head,.mapping-row-source{display:grid!important;grid-template-columns:minmax(92px,1.05fr) minmax(80px,1fr) 16px minmax(80px,1fr) 32px!important;align-items:center;gap:6px!important}.mapping-source-field-head{color:#64748b;font-size:11px;font-weight:850}.mapping-source-field-head button{grid-column:1/-1;justify-self:start;margin-top:3px}.mapping-row-source select,.mapping-row-source input{min-width:0;height:34px}.mapping-row-source .mapping-dot{height:34px;display:grid;place-items:center}@media (min-width: 1280px){.mapping-source-field-head{grid-template-columns:minmax(92px,1.05fr) minmax(80px,1fr) 16px minmax(80px,1fr) 132px!important}.mapping-source-field-head button{grid-column:auto;justify-self:end;margin-top:0}}.rich-description{position:relative;min-width:0}.rich-description .description-toolbar{-webkit-user-select:none;user-select:none;gap:6px}.rich-description .description-toolbar button,.rich-description .description-color{cursor:pointer}.rich-description .description-toolbar button:active{transform:translateY(1px)}.description-richbox{word-break:break-word;overflow-wrap:anywhere;caret-color:#4f46e5}.description-richbox b,.description-richbox strong{font-weight:800}.description-richbox i,.description-richbox em{font-style:italic}.description-richbox ul,.description-richbox ol{margin:6px 0 6px 18px;padding-left:10px}.description-richbox li{margin:2px 0}.mapping-list-responsive{min-width:0!important;width:100%!important;gap:9px!important}.mapping-toolbar{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;flex-wrap:wrap!important;border:1px dashed #d9e3ef!important;border-radius:14px!important;background:#f8fafc!important;padding:8px 9px!important;color:#475569!important;font-size:12px!important;font-weight:900!important}.mapping-toolbar button{min-height:30px!important;border:1px solid #dfe7f1!important;background:#fff!important;border-radius:10px!important;display:inline-flex!important;align-items:center!important;gap:6px!important;padding:0 9px!important;color:#334155!important;font-size:11px!important;white-space:nowrap!important}.mapping-origin-card{display:grid!important;gap:8px!important;min-width:0!important;border:1px solid #e7edf5!important;border-radius:16px!important;background:#fff!important;padding:10px!important;box-shadow:0 8px 20px #0f172a09!important}.mapping-origin-top{display:grid!important;grid-template-columns:minmax(0,1fr) 32px!important;gap:8px!important;align-items:end!important;min-width:0!important}.mapping-origin-top label,.mapping-table-field-pair label{display:grid!important;gap:4px!important;margin:0!important;min-width:0!important;color:#64748b!important;font-size:11px!important;font-weight:850!important}.mapping-origin-top select,.mapping-table-field-pair input,.mapping-table-field-pair select{min-width:0!important;width:100%!important;height:34px!important;border:1px solid #dfe7f1!important;border-radius:10px!important;padding:7px 9px!important;background:#fff!important;font-size:12px!important}.mapping-origin-top .ghost{width:32px!important;min-width:32px!important;height:34px!important;padding:0!important;display:grid!important;place-items:center!important}.mapping-table-field-pair{display:grid!important;grid-template-columns:minmax(0,1fr) 14px minmax(0,1fr)!important;gap:6px!important;align-items:end!important;min-width:0!important}.mapping-table-field-pair .mapping-dot{height:34px!important;align-self:end!important}.table-database-grid{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;min-width:0!important}.table-database-grid label{min-width:0!important}.table-database-grid select{width:100%!important;min-width:0!important}.database-settings-stack{display:grid!important;gap:12px!important}.editable-list-manager{min-width:0!important}.editable-list-manager .domain-add{grid-template-columns:minmax(0,1fr) auto!important}@media (max-width: 380px){.mapping-table-field-pair{grid-template-columns:1fr!important}.mapping-table-field-pair .mapping-dot{display:none!important}}.node-head{grid-template-columns:minmax(0,1fr) auto 22px!important;column-gap:5px!important}.node-title-stack{min-width:0!important;height:100%!important;display:grid!important;grid-template-rows:1fr auto!important;align-content:center!important;align-items:center!important;overflow:hidden!important}.node-title-stack input{width:100%!important;min-width:0!important;height:19px!important;padding:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.node-title-stack.has-schema input{font-size:13.4px!important;line-height:1!important}.node-schema-name{display:block!important;max-width:100%!important;margin-top:-1px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;pointer-events:none!important;font-size:8.8px!important;line-height:1!important;font-weight:850!important;letter-spacing:.015em!important;color:#64748b!important;opacity:.86!important}.node-schema-name:before{content:"schema: ";color:#94a3b8!important;font-weight:800!important}.node-governance-badges{max-width:106px!important;min-width:0!important;height:22px!important;padding:1px 2px 1px 4px!important;gap:3px!important;background:#f8fafcd1!important;overflow:visible!important}.node-governance-status{max-width:56px!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;border:1px solid #e2e8f0!important;border-radius:999px!important;padding:2px 5px!important;font-size:9px!important;line-height:1!important;font-weight:900!important;letter-spacing:-.012em!important;color:#475569!important;background:#fff!important}.node-governance-status.rascunho{background:#f8fafc!important;color:#475569!important;border-color:#e2e8f0!important}.node-governance-status.em-revisao{background:#fff7ed!important;color:#c2410c!important;border-color:#fed7aa!important}.node-governance-status.aprovado{background:#ecfdf5!important;color:#047857!important;border-color:#bbf7d0!important}.node-governance-status.obsoleto{background:#f1f5f9!important;color:#64748b!important;border-color:#cbd5e1!important;text-decoration:line-through}.node-governance-status.exemplo-documentado{background:#eff6ff!important;color:#2563eb!important;border-color:#bfdbfe!important}.node-classification-dot,.node-personal-dot{flex:0 0 19px!important}.field.multi-selected{background:#eef2ff!important;box-shadow:inset 3px 0 #4f46e5!important}.reorderable-row{display:grid!important;grid-template-columns:42px minmax(0,1fr) 32px!important;gap:6px!important;align-items:center!important}.row-order-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:3px!important}.row-order-actions button{min-width:0!important;width:19px!important;height:28px!important;padding:0!important;justify-content:center!important;border-radius:8px!important;color:#475569!important;background:#f8fafc!important}.row-order-actions button:disabled{opacity:.32!important;cursor:not-allowed!important}.ownership-settings-stack{display:grid!important;gap:12px!important;min-width:0!important}.field-multi-inspector .muted{margin:0 0 10px!important;color:#64748b!important;font-size:12px!important;line-height:1.35!important}.quality-summary.compact{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(96px,1fr))!important;gap:6px!important;margin:4px 0 10px!important}.quality-summary.compact span{border:1px solid var(--line)!important;border-radius:12px!important;padding:7px 8px!important;background:#f8fafc!important;font-size:11px!important;color:#475569!important}.quality-summary.compact strong{color:#0f172a!important;font-size:13px!important}.quality-editor{display:grid!important;gap:10px!important}.quality-toolbar{display:flex!important;flex-wrap:wrap!important;gap:6px!important;align-items:center!important}.quality-toolbar button{min-height:30px!important;padding:6px 9px!important;border-radius:10px!important}.quality-toolbar button:disabled{opacity:.45!important;cursor:not-allowed!important}.quality-empty{margin:0!important;color:#64748b!important;font-size:12px!important}.quality-edit-card{border:1px solid var(--line)!important;border-radius:15px!important;background:#fff!important;padding:9px!important;box-shadow:0 10px 24px #0f172a0d!important}.quality-edit-card.automatic{border-left:4px solid #60a5fa!important}.quality-edit-card.suggested{border-left:4px solid #f59e0b!important}.quality-edit-card.manual{border-left:4px solid #8b5cf6!important}.quality-edit-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;margin-bottom:7px!important}.quality-edit-head .check{margin:0!important;color:#334155!important;font-size:11px!important}.quality-edit-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(118px,1fr))!important;gap:7px!important}.quality-edit-grid label{margin:0!important;min-width:0!important}.quality-edit-grid .full{grid-column:1 / -1!important}.quality-edit-grid textarea{min-height:56px!important}.quality-rule-context{grid-column:1 / -1!important;color:#64748b!important;background:#f8fafc!important;border:1px dashed #cbd5e1!important;border-radius:10px!important;padding:6px 8px!important}.naming-settings-panel{display:grid;gap:12px}.naming-settings-panel p{margin:0;color:#64748b;font-size:12.5px;line-height:1.45}.naming-groups{display:grid;grid-template-columns:1fr 1fr;gap:12px}.naming-groups section{border:1px solid #e7edf5;background:#f8fafc;border-radius:16px;padding:12px}.naming-groups h4{margin:0 0 10px;font-size:12px;font-weight:950;color:#111827;text-transform:uppercase;letter-spacing:.05em}.naming-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.naming-grid label{display:grid;gap:5px;margin:0!important}.naming-grid span{font-size:11px;font-weight:900;color:#475569}.naming-grid select{width:100%;border:1px solid #dfe7f1;border-radius:11px;background:#fff;padding:7px 8px;font-size:12px}.naming-note{display:flex;align-items:flex-start;gap:9px;border:1px solid #dbeafe;background:#eff6ff;color:#1d4ed8;border-radius:14px;padding:10px;font-size:12px;line-height:1.35;font-weight:750}@media (max-width:980px){.naming-groups,.naming-grid{grid-template-columns:1fr}}.settings-modal-v081{max-width:1180px;width:min(1180px,96vw);max-height:92vh;overflow:auto}.settings-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:12px}.settings-header h2{margin-bottom:4px}.settings-header p{margin:0;color:#64748b}.settings-tabs{display:flex;gap:8px;padding:8px;margin:4px 0 16px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;position:sticky;top:0;z-index:3}.settings-tabs button{display:flex;align-items:center;gap:8px;border:0;background:transparent;border-radius:12px;padding:9px 12px;color:#475569;font-weight:700;cursor:pointer}.settings-tabs button.active{background:#111827;color:#fff;box-shadow:0 8px 20px #0f172a29}.drag-row{cursor:grab}.drag-row:active{cursor:grabbing}.drag-handle{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;color:#94a3b8;background:#f8fafc;font-weight:800}.subdomain-manager{display:grid;gap:14px}.subdomain-group{border:1px solid #e5e7eb;border-radius:14px;padding:10px;background:#fff}.subdomain-group h4{margin:0 0 8px;color:#334155}.subdomain-row{grid-template-columns:minmax(120px,.8fr) minmax(160px,1fr) auto}.subdomain-row select{min-width:130px}.tag-chip-row{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.tag-chip{display:inline-flex;align-items:center;gap:5px;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border:1px solid currentColor;border-radius:999px;padding:2px 7px;font-size:10px;font-weight:800;background:#fff;line-height:1.4}.tag-chip.more{border-color:#cbd5e1;color:#64748b}.tag-chip-dot{width:7px;height:7px;border-radius:99px;flex:0 0 auto}.node-head-meta{display:flex;align-items:center;gap:6px;min-width:0}.node-head-meta .tag-chip-row{max-width:150px;overflow:hidden}.node-head-meta .tag-chip{font-size:9px;padding:1px 5px;background:#ffffffe0}.tag-assignment-list{display:grid;gap:8px}.tag-assign-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(120px,.85fr);gap:8px;align-items:center}.tag-assign-row>span{display:flex;align-items:center;gap:8px;font-weight:700;color:#334155}.tag-assign-row i{width:10px;height:10px;border-radius:99px;display:inline-block}.tag-manager{display:grid;gap:16px}.tag-type-add{display:grid;grid-template-columns:220px minmax(220px,1fr) auto;gap:10px;align-items:start}.tag-type-add small{grid-column:2/4;color:#b45309;font-weight:700}.tag-type-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(310px,1fr));gap:12px}.tag-type-card{border:1px solid #e5e7eb;border-radius:16px;background:#fff;padding:12px;box-shadow:0 8px 24px #0f172a0d}.tag-type-head{display:grid;grid-template-columns:20px minmax(120px,1fr) 120px auto;gap:8px;align-items:center;margin-bottom:10px}.tag-preview{width:16px;height:16px;border-radius:999px;box-shadow:0 0 0 3px #f1f5f9}.tag-values{display:grid;gap:8px}.ctx-tag-panel{border:1px solid #e5e7eb;border-radius:12px;background:#f8fafc;padding:8px;margin:6px}.ctx-tag-panel>span{display:flex;align-items:center;gap:6px;font-weight:800;color:#334155;margin-bottom:6px}.ctx-tag-type{display:grid;gap:5px;margin-top:7px}.ctx-tag-type strong{font-size:11px}.ctx-tag-type div{display:flex;gap:5px;flex-wrap:wrap}.ctx-tag-type button{display:inline-flex;align-items:center;gap:5px;padding:4px 7px;border-radius:999px;background:#fff;border:1px solid #e2e8f0;font-size:11px}.settings-card-wide .prop-section{box-shadow:none}.settings-grid .settings-card-wide{grid-column:1/-1}.tag-manager-simple{display:grid;gap:14px}.tag-help-card{display:flex;gap:8px;align-items:flex-start;background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;padding:10px 12px;color:#475569}.tag-help-card strong{color:#111827;white-space:nowrap}.tag-create-bar{display:grid;grid-template-columns:220px minmax(260px,1fr) auto;gap:10px;align-items:end;padding:12px;border:1px solid #e5e7eb;border-radius:16px;background:#fff}.tag-create-bar label{display:grid;gap:5px;margin:0}.tag-create-bar label>span{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.tag-inline-warning{grid-column:2/4;color:#b45309;font-weight:800}.tag-empty-state{display:grid;gap:3px;border:1px dashed #cbd5e1;border-radius:16px;padding:18px;text-align:center;color:#64748b}.tag-empty-state strong{color:#334155}.tag-simple-list{display:grid;gap:10px}.tag-simple-row{border:1px solid #e5e7eb;border-radius:18px;background:#fff;box-shadow:0 8px 24px #0f172a0d;padding:12px}.tag-simple-main{display:grid;grid-template-columns:24px minmax(180px,1fr) 220px auto;gap:10px;align-items:center}.tag-preview-large{width:18px;height:18px}.tag-simple-title{display:grid;gap:2px}.tag-simple-title input{font-size:14px;font-weight:800}.tag-simple-title small{color:#64748b;font-size:11px;font-weight:700}.tag-values-simple{display:flex;gap:8px;flex-wrap:wrap;align-items:center;margin-top:10px;padding-top:10px;border-top:1px solid #f1f5f9}.tag-value-edit{display:inline-flex;align-items:center;gap:5px;border:1px solid currentColor;border-radius:999px;padding:3px 6px;background:#fff;min-height:28px}.tag-value-edit input{border:0;background:transparent;padding:0;min-width:42px;max-width:140px;color:inherit;font-weight:800;font-size:11px}.tag-value-edit input:focus{outline:none}.tag-value-edit button{border:0;background:transparent;color:#94a3b8;font-weight:900;cursor:pointer;padding:0 2px}.tag-value-edit button:hover{color:#dc2626}.tag-value-add-inline{display:inline-flex;align-items:center;gap:6px;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:999px;padding:3px}.tag-value-add-inline input{border:0;background:transparent;min-width:120px;padding:4px 8px}.tag-value-add-inline input:focus{outline:none}.tag-value-add-inline button{height:26px;border-radius:999px;padding:0 9px}.tag-type-list,.tag-type-card,.tag-type-head,.tag-values{all:unset}@media (max-width:820px){.tag-create-bar,.tag-simple-main{grid-template-columns:1fr}.tag-inline-warning{grid-column:auto}.tag-simple-main .color-select{max-width:100%}}.plain-description{display:grid;gap:6px}.compact-description-toolbar{display:flex;gap:6px;align-items:center;flex-wrap:wrap;background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:6px}.compact-description-toolbar button{border:1px solid #e2e8f0;background:#fff;border-radius:9px;padding:5px 8px;font-size:12px;font-weight:800;color:#334155}.compact-description-toolbar button:hover{background:#f1f5f9}.description-plainbox{min-height:112px;resize:vertical;border:1px solid #dbe3ef;border-radius:12px;padding:10px 11px;font-size:13px;line-height:1.5;background:#fff;color:#111827}.description-plainbox:focus{outline:2px solid rgba(37,99,235,.16);border-color:#93c5fd}.description-format-hint{color:#64748b;font-size:11px}.tag-assignment-list-v082{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:8px}.tag-selected-preview{display:flex;gap:6px;flex-wrap:wrap;margin-top:9px}.tag-selected-preview .tag-chip{font-size:11px;padding:3px 7px}.tag-selected-preview .tag-chip button{border:0;background:transparent;color:inherit;font-weight:900;cursor:pointer;padding:0 0 0 3px;line-height:1}.plain-description-stable{display:grid;gap:6px}.description-stable-textarea{min-height:96px;resize:vertical;border:1px solid #dbe3ef;border-radius:12px;padding:10px 11px;font-size:13px;line-height:1.5;background:#fff;color:#111827;outline:none;box-shadow:0 1px 2px #0f172a0a}.description-stable-textarea:focus{border-color:#93c5fd;box-shadow:0 0 0 3px #2563eb1f}.description-stability-note{font-size:11px;color:#64748b;line-height:1.35}.privacy-helper{display:block;margin-top:6px;color:#475569;font-size:11px;line-height:1.35;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:7px 8px}.node-head-meta button,.node-governance-badges button,.node-head-meta .tag-chip{cursor:pointer!important}.node-governance-status-dot{width:13px!important;height:13px!important;min-width:13px!important;border-radius:999px!important;border:1px solid rgba(15,23,42,.16)!important;box-shadow:0 0 0 2px #ffffffd1,0 1px 2px #0f172a1f!important;padding:0!important;background:#94a3b8!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.node-governance-status-dot.rascunho{background:#94a3b8!important;border-color:#cbd5e1!important}.node-governance-status-dot.em-revisao{background:#f97316!important;border-color:#fed7aa!important}.node-governance-status-dot.aprovado{background:#10b981!important;border-color:#bbf7d0!important}.node-governance-status-dot.obsoleto{background:#64748b!important;border-color:#cbd5e1!important}.node-governance-status-dot.exemplo-documentado{background:#3b82f6!important;border-color:#bfdbfe!important}.node-head-meta .node-classification-dot,.node-head-meta .node-personal-dot{border:1px solid rgba(15,23,42,.1)!important;padding:0!important}.property-popup-modal{z-index:80}.property-popup{width:min(1040px,94vw)!important;max-width:1040px!important;height:min(820px,90vh)!important;max-height:90vh!important;overflow:hidden!important;display:flex!important;flex-direction:column!important}.property-popup .settings-header{flex:0 0 auto}.property-popup-tabs{flex:0 0 auto;position:static!important;margin-bottom:10px!important}.property-popup-body{min-height:0;overflow:auto;padding:2px 6px 14px 2px}.property-popup-body .inspector{border:0!important;box-shadow:none!important;padding:0!important;max-width:none!important}.property-popup-body .inspector-title,.property-popup-body .property-panel-controls{display:none!important}.prop-section[data-property-section]{scroll-margin:82px}.prop-section:target,.prop-section[data-property-section].focus-ring{outline:2px solid rgba(37,99,235,.18)}.node-head-meta,.node-head .node-head-meta{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:5px!important;min-width:54px!important;max-width:190px!important;overflow:visible!important}.node-head .node-head-meta button,.node-head .node-head-meta .node-governance-badges button,.node-head .node-head-meta .tag-chip{display:inline-flex!important;align-items:center!important;justify-content:center!important;visibility:visible!important;opacity:1!important;cursor:pointer!important;pointer-events:auto!important}.node-head .node-governance-badges{display:inline-flex!important;align-items:center!important;justify-content:flex-end!important;width:auto!important;max-width:none!important;min-width:36px!important;overflow:visible!important}.node-head .node-governance-status-dot{font-size:0!important;line-height:0!important}.node-head .node-menu{display:grid!important;visibility:visible!important;opacity:1!important}.node-head .tag-chip-row{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;gap:3px!important;max-width:112px!important;overflow:hidden!important}.node-head .tag-chip{height:18px!important;max-width:82px!important}.property-popup-redesign{width:min(960px,94vw)!important;max-width:960px!important;height:auto!important;max-height:88vh!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;padding:20px!important}.property-popup-header h2{margin:0 0 4px!important}.property-popup-header p{font-size:12px!important}.popup-form-body{overflow:auto!important;min-height:0!important;padding:2px 4px 8px!important;display:grid!important;gap:12px!important}.popup-form-section{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:16px!important;padding:14px!important;box-shadow:0 8px 24px #0f172a0d!important}.popup-form-section h3{margin:0 0 10px!important;font-size:13px!important;letter-spacing:.01em!important;color:#0f172a!important}.popup-form-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px 12px!important;align-items:start!important}.popup-form-grid label,.popup-form-grid .metadata-field,.popup-form-grid .datatype-editor{margin:0!important;min-width:0!important}.popup-form-grid .full,.popup-form-grid label.full,.popup-form-grid .metadata-field.full,.popup-form-grid .check-grid.full{grid-column:1/-1!important}.popup-form-grid input,.popup-form-grid select,.popup-form-grid textarea{width:100%!important}.popup-adapt-section .prop-section{box-shadow:0 8px 24px #0f172a0d!important;border-radius:16px!important;background:#fff!important}.popup-adapt-section .prop-section .section-title-button,.popup-adapt-section .section-title{cursor:pointer!important}.property-popup-redesign .prop-section{margin:0!important}.property-popup-redesign .tag-assignment-list{grid-column:1/-1!important}@media (max-width:760px){.popup-form-grid{grid-template-columns:1fr!important}.property-popup-redesign{width:96vw!important;max-height:92vh!important;padding:14px!important}}.node{position:absolute!important;overflow:hidden!important;padding-bottom:24px!important}.node-head{grid-template-columns:minmax(0,1fr) auto 24px!important}.node-head-meta{min-width:44px!important;max-width:78px!important}.node-governance-badges{min-width:auto!important;width:auto!important;height:18px!important;gap:4px!important;padding:0!important;background:transparent!important}.node-head .node-governance-status-dot,.node-governance-status-dot{width:8px!important;height:8px!important;min-width:8px!important;flex:0 0 8px!important;border-radius:999px!important;padding:0!important;border:1px solid rgba(15,23,42,.18)!important;box-shadow:0 0 0 2px #ffffffd1!important;background:#94a3b8!important;font-size:0!important;line-height:0!important}.node-head .node-classification-dot,.node-head .node-personal-dot{width:18px!important;height:18px!important;min-width:18px!important;flex:0 0 18px!important}.node-head .node-classification-dot svg,.node-head .node-personal-dot svg{width:10px!important;height:10px!important}.node-footer{position:absolute!important;left:0!important;right:0!important;bottom:0!important;height:24px!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:4px!important;padding:3px 8px!important;border-top:1px solid rgba(226,232,240,.88)!important;background:linear-gradient(180deg,#ffffffeb,#f8fafcf7)!important;z-index:6!important;pointer-events:auto!important}.node-footer:empty{display:flex!important}.node-footer .tag-chip-row{display:flex!important;flex-wrap:nowrap!important;justify-content:flex-end!important;align-items:center!important;gap:4px!important;max-width:100%!important;overflow:hidden!important}.node-footer .tag-chip{height:17px!important;max-width:92px!important;padding:1px 6px!important;font-size:9px!important;line-height:1!important;background:#ffffffeb!important}.node-footer .tag-chip-dot{width:6px!important;height:6px!important}.fields{padding-bottom:28px!important;max-height:calc(100% - 64px)!important;overflow:hidden!important}.node-head-meta .tag-chip-row,.node-head-meta .tag-chip{display:none!important}.node-head .node-governance-status-dot,.node-governance-status-dot{width:7px!important;height:7px!important;min-width:7px!important;flex:0 0 7px!important;border-radius:50%!important;padding:0!important;box-shadow:0 0 0 2px #ffffffe6,0 1px 2px #0f172a24!important}.node-head .node-governance-status-dot.rascunho,.node-governance-status-dot.rascunho{background:#94a3b8!important;border-color:#cbd5e1!important}.node-head .node-governance-status-dot.em-revisao,.node-governance-status-dot.em-revisao{background:#f97316!important;border-color:#fed7aa!important}.node-head .node-governance-status-dot.aprovado,.node-governance-status-dot.aprovado{background:#10b981!important;border-color:#bbf7d0!important}.node-head .node-governance-status-dot.obsoleto,.node-governance-status-dot.obsoleto{background:#64748b!important;border-color:#cbd5e1!important}.node-head .node-governance-status-dot.exemplo-documentado,.node-governance-status-dot.exemplo-documentado{background:#3b82f6!important;border-color:#bfdbfe!important}.node{padding-bottom:17px!important}.node-footer{height:17px!important;min-height:17px!important;padding:1px 7px!important;gap:3px!important;border-top:1px solid rgba(226,232,240,.72)!important;background:#f8fafcf5!important}.node-footer .tag-chip{height:13px!important;max-width:88px!important;padding:0 5px!important;font-size:8px!important;line-height:1!important}.fields{max-height:calc(100% - 53px)!important;padding:3px 6px 5px!important;overflow:hidden!important;box-sizing:border-box!important}.field{min-height:22px!important;margin:2px 6px!important;box-sizing:border-box!important}.node{display:flex!important;flex-direction:column!important;padding-bottom:0!important;overflow:hidden!important}.node-head{flex:0 0 34px!important}.fields{position:relative!important;flex:1 1 auto!important;min-height:0!important;max-height:none!important;padding:3px 6px 5px!important;overflow:hidden!important;box-sizing:border-box!important}.field{flex:0 0 auto!important;min-height:22px!important;margin:2px 6px!important;box-sizing:border-box!important}.node-footer{position:static!important;flex:0 0 auto!important;height:auto!important;min-height:0!important;display:flex!important;align-items:flex-start!important;justify-content:flex-end!important;padding:2px 7px!important;gap:3px!important;border-top:1px solid rgba(226,232,240,.72)!important;background:#f8fafcf5!important;z-index:auto!important;pointer-events:auto!important}.node-footer .tag-chip-row{display:flex!important;flex-wrap:wrap!important;justify-content:flex-end!important;align-items:center!important;gap:3px!important;max-width:100%!important;overflow:visible!important}.node-footer .tag-chip{height:14px!important;max-width:96px!important;padding:0 5px!important;font-size:8px!important;line-height:1!important;background:#ffffffeb!important}.node-footer .tag-chip-dot{width:5px!important;height:5px!important}.auto-backup-settings p{margin:0 0 12px;color:var(--muted);font-size:13px;line-height:1.45}.auto-backup-grid input[readonly]{background:#f8fafc;color:#475569;cursor:default}.auto-backup-actions{margin-top:12px;display:flex;gap:8px;flex-wrap:wrap}.auto-backup-actions button{display:inline-flex;align-items:center;gap:6px}.settings-modal-v081{width:min(1180px,96vw)!important;height:min(820px,92vh)!important;max-width:1180px!important;max-height:92vh!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.settings-modal-v081>.settings-tabs{flex:0 0 auto!important}.settings-modal-v081>.settings-grid{flex:1 1 auto!important;min-height:0!important;overflow:auto!important;align-content:start!important;padding-right:2px!important}.settings-scope-note{display:inline-flex;align-items:center;gap:6px;border:1px solid #e2e8f0;background:#f8fafc;color:#475569;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:800;margin-top:8px}.settings-model-picker{display:flex;flex-direction:column;gap:6px;min-width:260px;align-self:flex-start;font-size:12px;color:var(--muted)}.settings-model-picker select{height:34px;border:1px solid var(--line);border-radius:10px;background:var(--panel);color:var(--text);padding:0 10px;font-weight:700;max-width:320px}.import-conflict-modal{width:min(920px,92vw);max-height:86vh;display:flex;flex-direction:column;gap:14px}.import-conflict-modal h3{margin:0;color:var(--text)}.import-conflict-values{display:grid;grid-template-columns:1fr 1fr;gap:14px;min-height:280px}.import-conflict-values article{display:flex;flex-direction:column;gap:10px;border:1px solid var(--line);background:var(--panel-2);border-radius:14px;padding:14px;min-width:0}.import-conflict-values article span{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:800}.import-conflict-values pre{flex:1;min-height:160px;max-height:320px;overflow:auto;white-space:pre-wrap;word-break:break-word;margin:0;border-radius:10px;background:var(--panel);border:1px solid var(--line);padding:12px;font-size:12px;line-height:1.45;color:var(--text)}.import-conflict-counter{text-align:center;color:var(--muted);font-weight:800;font-size:12px}@media (max-width:800px){.import-conflict-values{grid-template-columns:1fr}.settings-model-picker{width:100%}}.section-chev.icon-chev,.section-chev-button .icon-chev{transform:rotate(-90deg)!important}.section-chev.icon-chev.open,.section-chev-button .icon-chev.open{transform:rotate(90deg)!important}.prop-section-head .prop-section-chev{display:inline-grid;place-items:center;transition:transform .14s ease;color:#64748b;transform:rotate(-90deg)}.prop-section-head .prop-section-chev.open{transform:rotate(90deg);color:#111827}.save-menu-wrap{position:relative;display:inline-flex}.save-menu-pop{position:absolute;right:0;top:38px;z-index:100;background:#fff;color:#111827;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 22px 60px #0f172a3d;padding:6px;min-width:190px;display:grid;gap:4px}.top .save-menu-pop button{width:100%;justify-content:flex-start;background:#fff!important;color:#111827!important;border:0!important;border-radius:10px!important;height:32px!important}.save-menu-pop label{display:flex;align-items:center;gap:8px;padding:8px 10px;font-size:12px;font-weight:800;color:#334155}.save-menu-pop input{width:auto}.model-panel-title{gap:8px}.workspace-panel-picker{display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px;align-items:center;min-width:0;flex:1;margin:0!important}.workspace-panel-picker span{font-size:14px!important;font-weight:950!important;letter-spacing:-.01em!important;color:#0f172a}.workspace-panel-picker select{min-width:0;width:100%;height:30px;border:1px solid #dbe3ef;border-radius:10px;background:#fff;color:#0f172a;padding:0 8px;font-size:12px;font-weight:850;outline:none}.workspace-panel-picker select:focus{border-color:#93c5fd;box-shadow:0 0 0 3px #2563eb1f}.property-panel-title{margin:0 0 8px;min-height:30px}.property-panel-title span{font-size:16px!important}.model-title-actions{display:flex;gap:5px;align-items:center}.model-title-actions button{width:28px!important;height:28px!important;border-radius:9px!important;font-size:12px!important}.model-title-actions button.active-pin{background:#0f172a!important;color:#8eeb31!important;border-color:#0f172a!important;box-shadow:0 0 0 2px #8eeb312e!important}.cockpit-modal{position:relative;width:min(1220px,96vw);height:min(840px,92vh);overflow:hidden;background:#f8fafc;border-radius:28px;box-shadow:0 30px 90px #00000047;padding:22px;display:flex;flex-direction:column;gap:16px}.cockpit-modal .modal-close{position:absolute;right:18px;top:18px;border:1px solid #e5e7eb;background:#fff;border-radius:12px;width:36px;height:36px;display:grid;place-items:center}.cockpit-header{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;padding:18px;border-radius:22px;background:linear-gradient(135deg,#05070b,#172033);color:#fff}.cockpit-kicker{text-transform:uppercase;letter-spacing:.14em;color:#8eeb31;font-size:11px;font-weight:900}.cockpit-header h2{margin:4px 0;font-size:28px;letter-spacing:-.04em}.cockpit-header p{margin:0;color:#cbd5e1}.cockpit-score{display:grid;place-items:center;min-width:150px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:16px}.cockpit-score strong{font-size:34px;color:#8eeb31}.cockpit-score span{font-size:11px;text-transform:uppercase;color:#cbd5e1;font-weight:900}.cockpit-cards{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.cockpit-cards article{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:12px;box-shadow:0 10px 26px #0f172a0f}.cockpit-cards article div{display:flex;justify-content:space-between;gap:6px}.cockpit-cards span{font-size:11px;color:#64748b;font-weight:900;text-transform:uppercase}.cockpit-cards strong{font-size:20px}.cockpit-cards progress{width:100%;height:8px;margin:8px 0;accent-color:#111827}.cockpit-cards small{color:#64748b;font-weight:700}.cockpit-body{display:grid;grid-template-columns:360px 1fr;gap:14px;min-height:0;flex:1}.cockpit-panel{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:16px;min-height:0;overflow:auto}.cockpit-panel h3{margin:0 0 12px}.cockpit-value-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:12px}.cockpit-value-grid div{border:1px solid #eef2f7;background:#f8fafc;border-radius:16px;padding:13px}.cockpit-value-grid strong{display:block;font-size:28px}.cockpit-value-grid span{font-size:12px;color:#64748b;font-weight:800}.cockpit-gaps{display:flex;flex-direction:column}.cockpit-gap-list{display:grid;gap:8px;overflow:auto;padding-right:4px}.cockpit-gap-list button{display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left;border:1px solid #e5e7eb;background:#fff;border-radius:14px;padding:10px 12px}.cockpit-gap-list button:hover{background:#f8fafc;border-color:#cbd5e1}.cockpit-gap-list span{display:grid;gap:2px}.cockpit-gap-list strong{font-size:12px;color:#111827}.cockpit-gap-list em{font-style:normal;color:#475569;font-weight:800}.cockpit-gap-list small{color:#64748b}.cockpit-gap-list b{color:#2563eb;font-size:12px;white-space:nowrap}@media (max-width:1100px){.cockpit-cards{grid-template-columns:repeat(3,1fr)}.cockpit-body{grid-template-columns:1fr}.cockpit-modal{overflow:auto}}.save-status{display:flex;flex-direction:column;align-items:flex-end;gap:1px;color:#d1d5db;font-size:11px;line-height:1.05;margin-right:6px;max-width:170px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.save-status em{font-style:normal;color:#9ca3af;max-width:170px;overflow:hidden;text-overflow:ellipsis}.save-menu-pop label.disabled{opacity:.48;cursor:not-allowed}.cockpit-v091{background:linear-gradient(145deg,#f8fafc,#eef2ff 42%,#ecfeff);border:1px solid rgba(15,23,42,.12)}.cockpit-v091 .cockpit-header{align-items:flex-start}.cockpit-controls{display:flex;align-items:flex-start;gap:14px}.cockpit-controls label{display:flex;flex-direction:column;gap:6px;font-size:11px;font-weight:800;color:#475569;text-transform:uppercase;letter-spacing:.06em}.cockpit-controls select,.cockpit-gap-head select,.cockpit-inline-editor input,.cockpit-inline-editor select,.cockpit-inline-editor textarea{border:1px solid #cbd5e1;border-radius:10px;background:#fff;padding:8px 10px;font-size:13px;color:#0f172a;outline:none}.cockpit-score button{border:0;background:#ffffff38;color:#fff;border-radius:8px;padding:2px 6px;margin-left:4px;cursor:pointer}.cockpit-calc{display:flex;align-items:center;gap:12px;flex-wrap:wrap;background:#ffffffc7;border:1px solid rgba(15,23,42,.08);border-radius:16px;padding:10px 12px;margin:10px 0;box-shadow:0 10px 24px #0f172a0d}.cockpit-calc strong{font-size:12px;color:#0f172a;margin-right:4px}.cockpit-calc label{display:flex;align-items:center;gap:6px;font-size:12px;color:#334155}.metric-tip{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;margin-left:5px;border-radius:999px;background:#e0f2fe;color:#0369a1;font-size:11px;font-weight:900;cursor:help;vertical-align:middle}.cockpit-scope-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:10px 0 14px}.cockpit-scope-grid article{background:#ffffffd1;border:1px solid rgba(15,23,42,.08);border-radius:18px;padding:13px 14px;display:grid;grid-template-columns:1fr auto;gap:4px;box-shadow:0 14px 28px #0284c712}.cockpit-scope-grid strong{font-size:14px;color:#0f172a}.cockpit-scope-grid span{font-size:12px;color:#64748b}.cockpit-scope-grid b{grid-row:1/3;grid-column:2;font-size:28px;color:#0284c7;align-self:center}.cockpit-status-chart{display:flex;flex-direction:column;gap:9px;margin-top:8px}.status-row{display:grid;grid-template-columns:110px 1fr 32px;gap:9px;align-items:center;font-size:12px;color:#475569}.status-row div{height:9px;border-radius:999px;background:#e2e8f0;overflow:hidden}.status-row i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#0284c7,#059669)}.status-row b{text-align:right;color:#0f172a}.cockpit-gap-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.cockpit-gap-head>div{display:flex;gap:8px}.cockpit-gap-item{border:1px solid #e2e8f0;border-radius:14px;background:#fff;margin-bottom:8px;overflow:hidden}.cockpit-gap-item>button:first-child{width:100%;border:0;background:#fff;text-align:left}.cockpit-gap-item .ghost-link{border:0;background:#f8fafc;color:#0284c7;font-weight:800;padding:7px 12px;cursor:pointer;width:100%;text-align:right}.cockpit-inline-editor{display:flex;gap:8px;padding:10px 12px;background:#f8fafc;border-top:1px solid #e2e8f0}.cockpit-inline-editor textarea{min-height:74px;flex:1;resize:vertical}.cockpit-inline-editor input,.cockpit-inline-editor select{flex:1}.cockpit-inline-editor button{border:0;border-radius:10px;background:#0284c7;color:#fff;padding:8px 12px;font-weight:800;cursor:pointer}.cockpit-shell{align-items:center;justify-content:center}.cockpit-v092{resize:both;min-width:940px;min-height:620px;width:min(1320px,96vw);height:min(900px,94vh);padding:18px 18px 16px;background:linear-gradient(145deg,#f8fafc,#f1f5ff 48%,#f0fdfa);border:1px solid rgba(15,23,42,.14)}.cockpit-v092.maximized{width:98vw!important;height:96vh!important;border-radius:18px;resize:none}.cockpit-window-actions{position:absolute;right:14px;top:12px;display:flex;gap:5px;z-index:5}.cockpit-window-actions button,.cockpit-mini button{width:24px;height:24px;border:1px solid rgba(148,163,184,.45);background:#ffffffbf;border-radius:8px;color:#334155;font-size:12px;font-weight:900;cursor:pointer;display:grid;place-items:center;padding:0}.cockpit-window-actions button:hover,.cockpit-mini button:hover{background:#fff;border-color:#64748b;color:#0f172a}.cockpit-mini{position:fixed;right:22px;bottom:22px;z-index:3000;display:flex;align-items:center;gap:10px;background:#0f172a;color:#fff;border:1px solid rgba(255,255,255,.14);box-shadow:0 18px 60px #0f172a47;border-radius:16px;padding:9px 10px 9px 14px;min-width:260px}.cockpit-mini strong{font-size:12px}.cockpit-mini span{font-size:12px;color:#cbd5e1;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cockpit-mini button{background:#ffffff14;color:#fff;border-color:#ffffff2e}.cockpit-v092 .cockpit-header{padding:16px 74px 16px 18px;border-radius:20px;background:linear-gradient(135deg,#0f172a,#123044,#064e3b)}.cockpit-v092 .cockpit-header h2{font-size:24px}.cockpit-v092 .cockpit-header p{font-size:13px}.cockpit-v092 .cockpit-controls{align-items:end;gap:9px;flex-wrap:wrap;justify-content:flex-end}.cockpit-v092 .cockpit-controls label{min-width:118px;color:#dbeafe}.cockpit-v092 .cockpit-controls select{min-height:34px;max-width:210px}.cockpit-v092 .cockpit-score{border:1px solid rgba(142,235,49,.38);background:#8eeb3114;color:#fff;border-radius:16px;padding:10px 12px;min-width:126px;cursor:pointer}.cockpit-v092 .cockpit-score strong{font-size:28px}.cockpit-v092 .cockpit-score span{display:block;font-size:10px;color:#d1fae5;font-weight:900;text-transform:uppercase}.cockpit-calc-toggle{height:34px;border:1px solid rgba(255,255,255,.18);background:#ffffff1a;color:#fff;border-radius:10px;cursor:pointer}.cockpit-v092 .cockpit-scope-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin:4px 0 8px}.cockpit-v092 .cockpit-scope-grid button{border:1px solid rgba(2,132,199,.16);background:#ffffffdb;border-radius:16px;padding:11px 13px;display:grid;grid-template-columns:1fr auto;text-align:left;box-shadow:0 10px 24px #0284c70f;cursor:pointer}.cockpit-v092 .cockpit-scope-grid button:hover,.cockpit-v092 .cockpit-cards button:hover{transform:translateY(-1px);border-color:#93c5fd}.cockpit-v092 .cockpit-scope-grid span{font-size:12px;color:#64748b}.cockpit-v092 .cockpit-scope-grid b{grid-row:1/3;grid-column:2;font-size:26px;color:#0284c7;align-self:center}.cockpit-v092 .cockpit-cards{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px}.cockpit-v092 .cockpit-cards button{background:#ffffffe6;border:1px solid rgba(15,23,42,.08);border-radius:16px;padding:10px;text-align:left;box-shadow:0 10px 20px #0f172a0b;cursor:pointer}.cockpit-v092 .cockpit-cards button div{display:flex;justify-content:space-between;gap:8px}.cockpit-v092 .cockpit-cards span{font-size:10px;color:#475569;font-weight:900;text-transform:uppercase}.cockpit-v092 .cockpit-cards strong{font-size:20px;color:#0f172a}.cockpit-v092 .cockpit-cards progress{width:100%;height:7px;margin:7px 0;accent-color:#0284c7}.cockpit-v092 .cockpit-cards small{font-size:11px;color:#64748b;font-weight:800}.cockpit-v092 .cockpit-body{grid-template-columns:350px minmax(0,1fr);gap:12px;min-height:0;overflow:hidden}.cockpit-v092 .cockpit-panel{border-radius:18px;padding:13px;overflow:hidden;display:flex;flex-direction:column}.cockpit-v092 .cockpit-panel h3{font-size:15px;margin:0 0 10px}.cockpit-v092 .cockpit-value-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:10px}.cockpit-v092 .cockpit-value-grid button{border:1px solid #e2e8f0;background:#f8fafc;border-radius:14px;padding:10px;text-align:left;cursor:pointer}.cockpit-v092 .cockpit-value-grid strong{display:block;font-size:24px}.cockpit-v092 .cockpit-value-grid span{font-size:11px;color:#64748b;font-weight:800}.cockpit-status-chart .status-row{display:grid;grid-template-columns:96px 1fr 34px;gap:8px;align-items:center;border:0;background:transparent;padding:2px 0;text-align:left;cursor:pointer}.cockpit-status-chart .status-row:hover span{text-decoration:underline}.status-row div{height:7px;background:#e2e8f0;border-radius:999px;overflow:hidden}.status-row i{display:block;height:100%;background:linear-gradient(90deg,#0284c7,#8eeb31);border-radius:999px}.status-row span{font-size:12px;color:#334155;font-weight:800}.status-row b{font-size:12px;color:#0f172a;text-align:right}.cockpit-detail{margin-top:10px;border:1px solid #dbeafe;background:#f8fbff;border-radius:14px;padding:10px;min-height:0;overflow:hidden;display:flex;flex-direction:column}.cockpit-detail>div:first-child{display:flex;justify-content:space-between;align-items:center;margin-bottom:3px}.cockpit-detail>div:first-child button{border:0;background:transparent;font-weight:900;color:#64748b;cursor:pointer}.cockpit-detail p{margin:0 0 7px;color:#64748b;font-size:11px}.cockpit-detail>div:last-child{display:flex;flex-direction:column;gap:4px;overflow:auto;max-height:180px}.cockpit-detail span{display:flex;gap:6px;align-items:center;font-size:11px;border-radius:9px;padding:5px 7px;background:#fff;border:1px solid #e2e8f0;color:#334155}.cockpit-detail span.ok b{color:#16a34a}.cockpit-detail span.gap b{color:#dc2626}.cockpit-gap-head{align-items:flex-start}.cockpit-gap-head>div{display:flex;gap:6px;flex-wrap:wrap}.cockpit-gap-head select{height:32px;padding:6px 9px;font-size:12px;border-radius:9px}.cockpit-gap-list.refined{display:flex;flex-direction:column;gap:6px;overflow:auto;padding:0 3px 2px 0;min-height:0}.cockpit-gap-item.refined{border:1px solid #e5e7eb;border-radius:12px;background:#ffffffeb;overflow:hidden;margin:0}.cockpit-gap-item.refined>button:first-child{width:100%;display:grid;grid-template-columns:88px minmax(0,1fr) 64px;gap:10px;align-items:center;border:0;background:transparent;padding:8px 10px;text-align:left;cursor:pointer}.cockpit-gap-item.refined>button:first-child:hover{background:#f8fafc}.cockpit-gap-item.refined i{font-style:normal;font-size:10px;font-weight:900;text-transform:uppercase;color:#0369a1;background:#e0f2fe;border-radius:999px;padding:4px 7px;justify-self:start}.cockpit-gap-item.refined span{min-width:0;display:grid;gap:1px}.cockpit-gap-item.refined strong{font-size:12px;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cockpit-gap-item.refined em{font-style:normal;font-size:11px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cockpit-gap-item.refined b{font-size:11px;color:#0284c7;text-align:right}.cockpit-gap-item.refined .ghost-link{border:0;background:#fbfdff;color:#64748b;font-size:11px;font-weight:800;padding:6px 10px;cursor:pointer;width:100%;text-align:right}.cockpit-inline-editor.compact{padding:8px 10px}.cockpit-inline-editor.compact input,.cockpit-inline-editor.compact select{height:32px}.cockpit-inline-editor textarea{font-size:12px;min-height:62px}.cockpit-inline-editor button{font-size:12px;align-self:start}.metric-tip{display:inline-grid;place-items:center;width:15px;height:15px;border-radius:999px;background:#e0f2fe;color:#0369a1;font-size:10px;font-weight:900;margin-left:5px;cursor:help}@media (max-width:1180px){.cockpit-v092{min-width:760px}.cockpit-v092 .cockpit-cards{grid-template-columns:repeat(3,1fr)}.cockpit-v092 .cockpit-body{grid-template-columns:1fr}.cockpit-v092 .cockpit-panel:first-child{max-height:360px}.cockpit-v092 .cockpit-controls{justify-content:flex-start}.cockpit-v092 .cockpit-header{padding-right:70px}}.cockpit-v092 .cockpit-gap-list.refined{flex:1;min-height:0;max-height:none;overflow-y:auto;overflow-x:hidden;padding-right:6px;align-content:start}.cockpit-v092 .cockpit-gap-item.refined{flex:0 0 auto;min-height:auto}.cockpit-v092 .cockpit-gap-item.refined>button:first-child{min-height:42px;grid-template-columns:82px minmax(0,1fr) 72px;line-height:1.2}.cockpit-v092 .cockpit-gap-item.refined strong,.cockpit-v092 .cockpit-gap-item.refined em{white-space:normal;overflow:visible;text-overflow:clip;line-height:1.22}.cockpit-v092 .cockpit-gap-item.refined i{font-size:9px;padding:3px 6px;line-height:1.1}.cockpit-v092 .cockpit-inline-editor{padding:9px 10px;border-top:1px solid #eef2f7;background:#fbfdff;display:grid;gap:8px}.cockpit-v092 .cockpit-inline-editor select,.cockpit-v092 .cockpit-inline-editor input{width:100%;min-height:34px}.cockpit-v092 .cockpit-inline-editor textarea{width:100%;resize:vertical;min-height:78px;line-height:1.35}.cockpit-detail-pop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:35;background:#0f172a47;display:grid;place-items:center;padding:24px}.cockpit-detail-card{width:min(720px,90%);max-height:min(640px,82vh);background:#fff;border:1px solid #e5e7eb;border-radius:22px;box-shadow:0 28px 80px #0f172a52;padding:18px;position:relative;display:flex;flex-direction:column;gap:10px}.cockpit-detail-card h3{margin:0;font-size:18px;color:#0f172a}.cockpit-detail-card p{margin:0;color:#64748b;font-size:12px;font-weight:700}.detail-close{position:absolute;right:12px;top:10px;border:0;background:#f8fafc;border-radius:999px;width:28px;height:28px;cursor:pointer;color:#64748b;font-weight:900}.cockpit-detail-list{overflow:auto;display:flex;flex-direction:column;gap:6px;padding-right:4px}.cockpit-detail-list span{display:grid;grid-template-columns:20px 110px minmax(0,1fr);align-items:center;gap:8px;border:1px solid #e5e7eb;background:#f8fafc;border-radius:11px;padding:7px 9px;font-size:12px;color:#334155}.cockpit-detail-list span.ok b{color:#16a34a}.cockpit-detail-list span.gap b{color:#dc2626}.cockpit-detail-list em{font-style:normal;font-size:10px;text-transform:uppercase;color:#64748b;font-weight:900}.cockpit-v092 .cockpit-scope-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.cockpit-v092 .cockpit-cards strong{white-space:nowrap}.cockpit-v092 .cockpit-cards button:has(strong:first-child){min-height:0}.cockpit-detail-summary{display:flex;gap:8px;flex-wrap:wrap;margin-top:-2px}.cockpit-detail-summary span{border:1px solid #e5e7eb;background:#f8fafc;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:800;color:#475569}.cockpit-detail-summary b{font-size:12px;color:#0f172a;margin-right:4px}.cockpit-detail-columns{display:grid;grid-template-columns:1fr 1fr;gap:12px;min-height:0;overflow:hidden}.cockpit-detail-columns section{min-height:0;display:flex;flex-direction:column;border:1px solid #e5e7eb;border-radius:16px;background:#fbfdff;padding:10px;overflow:hidden}.cockpit-detail-columns h4{margin:0 0 8px;font-size:12px;color:#0f172a;text-transform:uppercase;letter-spacing:.04em}.cockpit-detail-columns .cockpit-detail-list{min-height:0;max-height:390px;overflow:auto}.cockpit-detail-columns .cockpit-detail-list span{grid-template-columns:20px 92px minmax(0,1fr);grid-template-rows:auto auto;padding:8px 9px}.cockpit-detail-columns .cockpit-detail-list span strong{font-size:12px;font-weight:800;color:#334155;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cockpit-detail-columns .cockpit-detail-list span small{grid-column:3/4;font-size:10px;font-weight:700;color:#64748b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:900px){.cockpit-detail-columns{grid-template-columns:1fr}.cockpit-detail-columns .cockpit-detail-list{max-height:220px}}.sql-modal{width:min(1180px,92vw);height:min(780px,88vh);background:#fff;border-radius:22px;box-shadow:0 30px 90px #0f172a47;padding:22px;display:flex;flex-direction:column;gap:14px;position:relative;border:1px solid rgba(148,163,184,.35)}.sql-modal-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;border-bottom:1px solid #e5e7eb;padding-bottom:14px}.sql-modal-head h2{margin:2px 0 4px;font-size:22px;color:#0f172a}.sql-modal-head p{margin:0;color:#64748b;max-width:720px;line-height:1.45;font-size:13px}.sql-toolbar{display:flex;align-items:end;gap:8px;flex-wrap:wrap;justify-content:flex-end}.sql-toolbar label{display:flex;flex-direction:column;gap:4px;color:#64748b;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.sql-toolbar select{min-width:170px;border:1px solid #cbd5e1;border-radius:10px;padding:8px 10px;background:#f8fafc}.sql-toolbar button{border:1px solid #cbd5e1;background:#fff;border-radius:10px;padding:8px 10px;display:inline-flex;gap:6px;align-items:center;font-weight:700;color:#334155;cursor:pointer}.sql-toolbar button:hover{background:#f1f5f9}.sql-output{flex:1;width:100%;resize:none;border:1px solid #cbd5e1;border-radius:16px;padding:16px;background:#0f172a;color:#e2e8f0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:12px;line-height:1.55;white-space:pre;-moz-tab-size:2;tab-size:2;outline:none}.sql-output:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb24}.sql-note{display:flex;gap:8px;align-items:center;color:#64748b;font-size:12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:10px 12px}.sql-note svg{width:16px;height:16px;color:#2563eb}.cockpit-mini-host{position:fixed;right:22px;bottom:22px;z-index:5000;background:transparent!important;pointer-events:none}.cockpit-mini-host .cockpit-mini{position:static;right:auto;bottom:auto;pointer-events:auto}.cockpit-v092 .cockpit-body{grid-template-columns:minmax(460px,1.2fr) minmax(340px,.8fr)!important;gap:12px;min-height:0;overflow:hidden}.cockpit-v092 .cockpit-panel:first-child{min-width:0}.cockpit-v092 .cockpit-gaps{min-width:0;max-width:520px}.cockpit-gap-item.refined{cursor:pointer}.cockpit-gap-item.refined .cockpit-gap-main{width:100%;display:grid;grid-template-columns:78px minmax(0,1fr) 58px;gap:8px;align-items:center;border:0;background:transparent;padding:7px 9px;text-align:left;min-height:38px;line-height:1.18}.cockpit-gap-item.refined:hover .cockpit-gap-main{background:#f8fafc}.cockpit-gap-item.refined .cockpit-gap-main i{font-style:normal;font-size:9px;font-weight:900;text-transform:uppercase;color:#0369a1;background:#e0f2fe;border-radius:999px;padding:3px 6px;justify-self:start;line-height:1.1}.cockpit-gap-item.refined .cockpit-gap-main span{min-width:0;display:grid;gap:1px}.cockpit-gap-item.refined .cockpit-gap-main strong{font-size:12px;color:#0f172a;white-space:normal;overflow:visible;text-overflow:clip;line-height:1.2}.cockpit-gap-item.refined .cockpit-gap-main em{font-style:normal;font-size:11px;color:#64748b;white-space:normal;overflow:visible;text-overflow:clip;line-height:1.2}.cockpit-gap-item.refined .cockpit-gap-main b{font-size:11px;color:#0284c7;text-align:right;white-space:nowrap}.cockpit-gap-item.refined .ghost-link{cursor:pointer;position:relative;z-index:2;background:#fbfdff!important}.cockpit-property-editor{padding:9px 10px 10px;border-top:1px solid #eef2f7;background:#fbfdff;cursor:default}.cockpit-property-editor .property-section{border:0!important;background:transparent!important;box-shadow:none!important;margin:0!important;padding:0!important}.cockpit-property-editor .property-section>summary,.cockpit-property-editor .property-section-header,.cockpit-property-editor summary{display:none!important}.cockpit-property-editor .property-section[open],.cockpit-property-editor details{display:block!important}.cockpit-property-editor .property-section-body,.cockpit-property-editor .property-section-content{display:block!important;padding:0!important}.cockpit-property-editor .prop-section{margin:0 0 8px!important;border:1px solid #e2e8f0!important;border-radius:16px!important;background:#fff!important;overflow:visible!important;box-shadow:0 8px 18px #0f172a0a!important}.cockpit-property-editor .prop-section-head{width:100%!important;height:auto!important;min-height:42px!important;padding:9px 12px!important;border:0!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;text-align:left!important;background:linear-gradient(180deg,#fff,#f8fafc)!important}.cockpit-property-editor .prop-section-head>span:first-child{min-width:0!important;flex:1 1 auto!important;display:flex!important;align-items:center!important;gap:8px!important;line-height:1.2!important;white-space:normal!important}.cockpit-property-editor .prop-section-head>span:first-child>svg{width:16px!important;height:16px!important;flex:0 0 16px!important}.cockpit-property-editor .prop-section-head .help-mark{position:relative!important;top:auto!important;left:auto!important;right:auto!important;margin:0!important;display:inline-flex!important;vertical-align:middle!important;transform:none!important}.cockpit-property-editor .prop-section-chev{flex:0 0 18px!important;display:inline-grid!important;place-items:center!important}.cockpit-property-editor .prop-section-body{display:grid!important;gap:9px!important;padding:10px 12px 12px!important}@media (max-width:1180px){.cockpit-v092 .cockpit-body{grid-template-columns:1fr!important}.cockpit-v092 .cockpit-gaps{max-width:none}}.cockpit-gap-item.refined .ghost-link{width:auto!important;align-self:flex-end!important;justify-self:end!important;display:inline-flex!important;margin:0 8px 8px auto!important;padding:4px 8px!important;border-radius:8px!important;background:transparent!important;color:#0284c7!important}.cockpit-gap-item.refined .ghost-link:hover{background:#e0f2fe!important;color:#0369a1!important}.cockpit-mini{position:fixed!important;right:22px!important;bottom:22px!important;z-index:5000!important}.cockpit-v092 .cockpit-body{grid-template-columns:minmax(520px,1.35fr) minmax(300px,.65fr)!important}.cockpit-v092 .cockpit-gaps{max-width:430px!important}.cockpit-mini{position:fixed!important;right:22px!important;bottom:22px!important;z-index:5000!important;display:flex!important;align-items:center!important;gap:10px!important;background:#0f172a!important;color:#fff!important;border:1px solid rgba(255,255,255,.14)!important;box-shadow:0 18px 60px #0f172a47!important;border-radius:16px!important;padding:9px 10px 9px 14px!important;min-width:260px!important;pointer-events:auto!important}.cockpit-v092 .cockpit-body{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:14px!important;min-height:0!important;overflow:hidden!important}.cockpit-v092 .cockpit-gaps{max-width:none!important;min-width:0!important}.cockpit-v092 .cockpit-panel:first-child{min-width:0!important;max-width:none!important}@media (max-width:1180px){.cockpit-v092 .cockpit-body{grid-template-columns:1fr!important}.cockpit-v092 .cockpit-gaps{max-width:none!important}}.cockpit-property-draft{border-top:1px solid #e5e7eb;background:#fbfdff}.cockpit-apply-actions{display:flex;align-items:center;gap:8px;margin-top:10px;padding-top:8px;border-top:1px dashed #dbe4ee}.cockpit-apply-actions button{height:30px;border-radius:9px;border:1px solid #d1d5db;background:#fff;color:#111827;font-size:12px;font-weight:800;padding:0 10px;cursor:pointer}.cockpit-apply-actions button.primary{background:#111827;color:#fff;border-color:#111827}.cockpit-apply-actions span{font-size:11px;color:#64748b;font-weight:700}.node-head .node-classification-dot,.node-classification-dot{width:24px!important;height:24px!important;min-width:24px!important;flex:0 0 24px!important;border-width:2px!important;box-shadow:0 8px 18px #0f172a29,0 0 0 3px #ffffffeb!important}.node-head .node-classification-dot svg,.node-classification-dot svg{width:14px!important;height:14px!important;stroke-width:2.7!important}.node-classification-dot.publica{background:#f0fdf4!important;color:#15803d!important;border-color:#22c55e!important}.node-classification-dot.interna{background:#eff6ff!important;color:#1d4ed8!important;border-color:#3b82f6!important}.node-classification-dot.confidencial{background:#fff7ed!important;color:#c2410c!important;border-color:#f97316!important}.node-classification-dot.restrita{background:#fff1f2!important;color:#be123c!important;border-color:#e11d48!important}.node-head-meta{min-width:62px!important;max-width:104px!important}.cockpit-modal{position:relative}.cockpit-adhoc-button{position:absolute!important;left:18px!important;bottom:18px!important;z-index:36;height:46px!important;border:1px solid rgba(37,99,235,.3)!important;background:linear-gradient(135deg,#2563eb,#10b981)!important;color:#fff!important;border-radius:15px!important;padding:0 16px!important;display:inline-flex!important;align-items:center!important;gap:8px!important;font-weight:950!important;box-shadow:0 16px 36px #2563eb40!important}.cockpit-adhoc-button svg{width:17px!important;height:17px!important}.adhoc-panel{position:absolute;top:72px;right:16px;bottom:16px;left:16px;z-index:28;background:#f8fafc;border:1px solid #dbe4ee;border-radius:22px;box-shadow:0 22px 70px #0f172a33;padding:16px;display:flex;flex-direction:column;gap:12px;overflow:hidden;outline:none}.adhoc-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;border-bottom:1px solid #e2e8f0;padding-bottom:12px}.adhoc-header h2{margin:2px 0 4px;font-size:24px;color:#0f172a}.adhoc-header p{margin:0;color:#64748b;font-size:13px;font-weight:700;max-width:720px}.adhoc-header-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.adhoc-header-actions button{border:1px solid #cbd5e1;background:#fff;color:#334155;border-radius:11px;min-height:34px;padding:0 11px;font-weight:850;cursor:pointer}.adhoc-header-actions button.primary{background:#111827;border-color:#111827;color:#fff}.adhoc-header-actions button:disabled{opacity:.45;cursor:not-allowed}.adhoc-workbench{min-height:0;display:grid;grid-template-columns:250px minmax(0,1fr);gap:12px;flex:1;overflow:hidden}.adhoc-object-palette{min-height:0;overflow:auto;border:1px solid #dbe4ee;background:#fff;border-radius:18px;padding:12px;display:flex;flex-direction:column;gap:10px}.adhoc-palette-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.adhoc-palette-head h3{margin:0;font-size:13px;color:#0f172a;text-transform:uppercase;letter-spacing:.05em}.adhoc-palette-head span,.adhoc-object-palette p{font-size:11px;color:#64748b;font-weight:800}.adhoc-palette-list{display:grid;gap:8px}.adhoc-object-card{width:100%;min-height:54px;border:1px solid #dbe4ee;background:#fff;border-radius:13px;padding:9px 10px;text-align:left;display:grid;gap:3px;cursor:grab;box-shadow:0 8px 18px #0f172a0a}.adhoc-object-card:active{cursor:grabbing}.adhoc-object-card strong{font-size:12px;color:#0f172a}.adhoc-object-card span{font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:#64748b;font-weight:900}.adhoc-object-card.estrutura{border-left:4px solid #3b82f6}.adhoc-object-card.governanca{border-left:4px solid #22c55e}.adhoc-object-card.campo{border-left:4px solid #f97316}.adhoc-object-card.mapeamento{border-left:4px solid #8b5cf6}.adhoc-object-card.selected{border-color:#111827;box-shadow:0 0 0 3px #1118271a}.adhoc-canvas{min-height:0;overflow:hidden;display:flex;flex-direction:column;gap:10px}.adhoc-title-row{display:grid;grid-template-columns:minmax(280px,1fr) 130px 150px;gap:8px}.adhoc-title-row label{display:grid;gap:4px;font-size:10px;font-weight:900;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.adhoc-title-row input,.adhoc-title-row select{height:34px;border:1px solid #d8e0ec;border-radius:10px;background:#fff;color:#0f172a;padding:0 9px;font-size:12px;font-weight:700;min-width:0}.adhoc-template{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:10px}.adhoc-drop-zone{min-height:136px;border:1px dashed #b9c6d8;background:linear-gradient(180deg,#fff,#f8fafc);border-radius:18px;padding:12px;display:flex;flex-direction:column;gap:10px}.adhoc-drop-zone.filters{grid-column:1/-1;min-height:116px}.adhoc-drop-zone.dragging{border-color:#2563eb;background:#eff6ff}.adhoc-drop-zone header{display:flex;align-items:center;justify-content:space-between}.adhoc-drop-zone header b{font-size:14px;color:#0f172a}.adhoc-drop-zone header span{font-size:11px;color:#64748b;font-weight:850}.adhoc-zone-body{display:flex;gap:8px;flex-wrap:wrap;align-items:flex-start}.adhoc-zone-body>p{margin:0;color:#94a3b8;font-size:12px;font-weight:800}.adhoc-zone-item{width:min(210px,100%);display:grid;gap:6px}.adhoc-zone-item select{height:32px;border:1px solid #d8e0ec;border-radius:10px;background:#fff;color:#0f172a;padding:0 8px;font-size:12px;font-weight:750}.adhoc-results{min-height:0;overflow:hidden;display:flex;flex-direction:column;gap:10px}.adhoc-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.adhoc-kpis article{border:1px solid #e2e8f0;border-radius:15px;background:#fff;padding:10px 12px}.adhoc-kpis strong{display:block;font-size:20px;color:#0f172a}.adhoc-kpis span{font-size:11px;color:#64748b;font-weight:850;text-transform:uppercase}.adhoc-table-wrap{min-height:0;overflow:auto;border:1px solid #dbe4ee;background:#fff;border-radius:18px}.adhoc-table-wrap table{width:100%;border-collapse:separate;border-spacing:0;font-size:11px}.adhoc-table-wrap th{position:sticky;top:0;background:#eef2ff;color:#111827;text-align:left;z-index:1}.adhoc-table-wrap th,.adhoc-table-wrap td{border-bottom:1px solid #eef2f7;border-right:1px solid #eef2f7;padding:7px 8px;vertical-align:top;max-width:320px;word-break:break-word}.adhoc-table-wrap tr:hover td{background:#f8fafc}.adhoc-limit{margin:8px 10px;color:#64748b;font-size:11px;font-weight:800}@media (max-width:1180px){.adhoc-workbench{grid-template-columns:1fr}.adhoc-object-palette{max-height:220px}.adhoc-title-row,.adhoc-template{grid-template-columns:1fr}.adhoc-drop-zone.filters{grid-column:auto}.adhoc-panel{overflow:auto}.adhoc-results{min-height:520px}}.adhoc-window{position:fixed;z-index:520;background:#f8fafc;border:1px solid #dbe4ee;border-radius:18px;box-shadow:0 28px 90px #0f172a47;display:flex;flex-direction:column;min-width:720px;min-height:480px;overflow:hidden;outline:none}.adhoc-window.maximized{top:18px!important;right:18px!important;bottom:18px!important;left:18px!important;width:auto!important;height:auto!important}.adhoc-mini{position:fixed;left:24px;bottom:24px;z-index:540;min-width:230px;border:1px solid #dbe4ee;border-radius:15px;background:#fff;box-shadow:0 18px 48px #0f172a38;display:grid;grid-template-columns:1fr auto auto;gap:8px;align-items:center;padding:10px 12px}.adhoc-mini strong{font-size:13px;color:#0f172a}.adhoc-mini span{grid-column:1;font-size:11px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.adhoc-mini button{border:1px solid #dbe4ee;background:#fff;border-radius:9px;height:28px;width:28px}.adhoc-window .adhoc-header{cursor:move;padding:12px 14px;border-bottom:1px solid #e2e8f0;background:#fff;align-items:center}.adhoc-window .adhoc-header h2{font-size:18px;margin:0;color:#0f172a}.adhoc-window .adhoc-header .cockpit-kicker{font-size:10px}.adhoc-header-actions{position:relative}.adhoc-header-actions>button,.adhoc-export-wrap>button{height:30px;min-height:30px!important;padding:0 9px!important;border-radius:9px!important;font-size:12px!important}.adhoc-export-wrap{position:relative}.adhoc-export-menu{position:absolute;right:0;top:36px;z-index:4;width:220px;border:1px solid #dbe4ee;border-radius:14px;background:#fff;box-shadow:0 18px 48px #0f172a2e;padding:10px;display:grid;gap:8px}.adhoc-export-menu label{display:grid;gap:4px;font-size:10px;font-weight:900;text-transform:uppercase;color:#64748b}.adhoc-export-menu select{height:30px;border:1px solid #d8e0ec;border-radius:9px;padding:0 8px}.adhoc-export-menu button{height:32px;border:1px solid #cbd5e1;background:#fff;border-radius:9px;font-weight:850}.adhoc-export-menu button:last-child{background:#111827;color:#fff;border-color:#111827}.adhoc-export-menu button:disabled{opacity:.45}.adhoc-scroll{min-height:0;overflow:auto;padding:12px;display:flex;flex-direction:column;gap:10px}.adhoc-window .adhoc-title-row{grid-template-columns:1fr}.adhoc-window .adhoc-title-row input{height:32px}.adhoc-window .adhoc-workbench{grid-template-columns:210px minmax(0,1fr);gap:10px;min-height:560px;overflow:visible}.adhoc-window .adhoc-object-palette{padding:9px;border-radius:14px;max-height:none}.adhoc-window .adhoc-palette-head h3{font-size:11px}.adhoc-window .adhoc-palette-list{gap:6px}.adhoc-window .adhoc-object-card{min-height:39px;border-radius:10px;padding:6px 8px;gap:0;box-shadow:none}.adhoc-window .adhoc-object-card strong{font-size:11px;line-height:1.15}.adhoc-window .adhoc-object-card span{font-size:8.5px;letter-spacing:.05em}.adhoc-window .adhoc-canvas{overflow:visible;gap:8px}.adhoc-window .adhoc-template{gap:8px}.adhoc-window .adhoc-drop-zone{min-height:78px;border-radius:13px;padding:8px;gap:6px;background:#fff}.adhoc-window .adhoc-drop-zone.filters{min-height:72px}.adhoc-window .adhoc-drop-zone header b{font-size:12px}.adhoc-window .adhoc-drop-zone header span{font-size:10px}.adhoc-window .adhoc-zone-body{gap:6px}.adhoc-window .adhoc-zone-body>p{font-size:11px}.adhoc-window .adhoc-zone-item{width:150px;gap:4px}.adhoc-window .adhoc-zone-item select{height:28px;font-size:11px}.adhoc-window .adhoc-kpis{grid-template-columns:repeat(4,minmax(100px,1fr));gap:6px}.adhoc-window .adhoc-kpis article{border-radius:11px;padding:7px 9px}.adhoc-window .adhoc-kpis strong{font-size:16px}.adhoc-window .adhoc-kpis span{font-size:9.5px}.adhoc-window .adhoc-results{overflow:visible}.adhoc-window .adhoc-table-wrap{max-height:420px;min-height:240px;border-radius:13px}.adhoc-window .adhoc-table-wrap table{font-size:10.5px}.adhoc-window .adhoc-table-wrap th,.adhoc-window .adhoc-table-wrap td{padding:6px 7px}.adhoc-resize{position:absolute;right:0;bottom:0;width:18px;height:18px;cursor:nwse-resize}.adhoc-resize:after{content:"";position:absolute;right:4px;bottom:4px;width:9px;height:9px;border-right:2px solid #94a3b8;border-bottom:2px solid #94a3b8}@media (max-width:900px){.adhoc-window{left:10px!important;right:10px!important;top:10px!important;bottom:10px!important;width:auto!important;height:auto!important;min-width:0}.adhoc-window .adhoc-workbench{grid-template-columns:1fr}.adhoc-window .adhoc-object-palette{max-height:170px}.adhoc-window .adhoc-template{grid-template-columns:1fr}.adhoc-window .adhoc-drop-zone.filters{grid-column:auto}}.adhoc-window .adhoc-title-row{grid-template-columns:minmax(220px,1fr) auto;align-items:end}.adhoc-presets{display:flex;gap:6px;justify-content:flex-end;align-items:center}.adhoc-presets button{height:30px;border:1px solid #dbe4ee;background:#fff;border-radius:9px;padding:0 9px;font-size:11px;font-weight:850;color:#334155}.adhoc-object-search{height:30px;border:1px solid #dbe4ee;border-radius:9px;padding:0 9px;font-size:11px;color:#0f172a;background:#f8fafc}.adhoc-folder{border:1px solid #edf2f7;border-radius:11px;background:#fff;overflow:hidden}.adhoc-folder>button{width:100%;height:28px;border:0;background:#f8fafc;display:flex;align-items:center;justify-content:space-between;padding:0 8px;font-size:10.5px;font-weight:950;color:#0f172a;text-transform:uppercase;letter-spacing:.04em}.adhoc-folder>button b{font-size:10px;color:#64748b}.adhoc-folder>div{display:grid;gap:4px;padding:6px}.adhoc-folder.logical>button{border-left:4px solid #3b82f6}.adhoc-folder.physical>button{border-left:4px solid #f97316}.adhoc-folder.shared>button{border-left:4px solid #22c55e}.adhoc-window .adhoc-object-card{min-height:30px!important;border-radius:8px!important;padding:4px 6px!important;border-left-width:3px!important}.adhoc-window .adhoc-object-card strong{font-size:10.5px!important;line-height:1.05!important}.adhoc-window .adhoc-object-card span{font-size:7.5px!important;line-height:1!important}.adhoc-object-card.atributo{border-left:4px solid #0ea5e9}.adhoc-window .adhoc-workbench{grid-template-columns:200px minmax(0,1fr)!important}.adhoc-window .adhoc-object-palette{gap:7px!important}.adhoc-window .adhoc-palette-head h3{font-size:10.5px!important}.adhoc-window .adhoc-drop-zone{min-height:62px!important;padding:7px!important;border-radius:11px!important}.adhoc-window .adhoc-drop-zone.filters{min-height:58px!important}.adhoc-window .adhoc-zone-item{width:132px!important}.adhoc-window .adhoc-zone-item .adhoc-object-card{min-height:28px!important}.adhoc-window .adhoc-zone-item select{height:25px!important;font-size:10px!important}.adhoc-window .adhoc-kpis{display:flex!important;gap:8px!important;color:#64748b;font-size:10px;font-weight:800;border:0;background:transparent}.adhoc-window .adhoc-kpis span{border:1px solid #e2e8f0;border-radius:999px;background:#fff;padding:3px 7px;text-transform:none;color:#64748b}.adhoc-format-menu{position:fixed;z-index:700;width:172px;border:1px solid #dbe4ee;border-radius:12px;background:#fff;box-shadow:0 18px 52px #0f172a38;padding:8px;display:grid;gap:6px}.adhoc-format-menu button{height:28px;border:1px solid #e2e8f0;background:#fff;border-radius:8px;font-size:11px;font-weight:850;color:#334155}.adhoc-format-menu div{display:grid;grid-template-columns:repeat(3,1fr);gap:4px}.adhoc-window .adhoc-workbench{grid-template-columns:214px minmax(0,1fr)!important}.adhoc-window .adhoc-object-card{min-height:25px!important;border:1px solid #e2e8f0!important;border-left:1px solid #e2e8f0!important;border-radius:7px!important;padding:3px 6px!important;box-shadow:none!important;background:#fff!important}.adhoc-window .adhoc-object-card strong{font-size:10px!important;font-weight:850!important}.adhoc-window .adhoc-object-card span{display:none!important}.adhoc-window .adhoc-object-card.selected{border-color:#94a3b8!important;box-shadow:0 0 0 2px #94a3b829!important}.adhoc-folder{border:1px solid #e8eef6!important;border-radius:9px!important;background:#fff!important;overflow:hidden}.adhoc-folder>button,.adhoc-subfolder>button{width:100%;height:25px;border:0;background:#f8fafc;display:grid;grid-template-columns:16px 1fr 18px;align-items:center;gap:5px;padding:0 7px;font-size:10px;font-weight:900;color:#334155;text-align:left}.adhoc-folder>button b,.adhoc-subfolder>button b{font-size:12px;color:#64748b;text-align:right}.adhoc-folder>div{display:grid;gap:5px;padding:5px}.adhoc-subfolder{border:1px solid #eef2f7;border-radius:8px;overflow:hidden;background:#fff}.adhoc-subfolder>button{background:#fff;font-size:9.5px;color:#475569}.adhoc-subfolder>div{display:grid;gap:4px;padding:5px}.adhoc-folder-icon{font-style:normal;color:#64748b;font-size:10px}.adhoc-preset-ribbon{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.adhoc-preset-ribbon button{height:28px;border:1px solid #dbe4ee;background:#fff;border-radius:999px;padding:0 9px;font-size:10.5px;font-weight:850;color:#334155}.adhoc-preset-ribbon button.custom{background:#f0fdf4;border-color:#bbf7d0;color:#166534}.adhoc-preset-ribbon .save-view{background:#111827;color:#fff;border-color:#111827}.adhoc-filter-strip{min-height:38px;border:1px dashed #dbe4ee;background:#fff;border-radius:11px;padding:6px 8px;display:flex;align-items:center;gap:7px;flex-wrap:wrap}.adhoc-filter-strip.dragging{background:#eff6ff;border-color:#93c5fd}.adhoc-filter-strip strong{font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:#64748b}.adhoc-filter-strip>span{font-size:11px;color:#94a3b8;font-weight:800}.adhoc-filter-strip label{height:25px;display:inline-flex;align-items:center;gap:5px;border:1px solid #e2e8f0;border-radius:999px;background:#f8fafc;padding:0 4px 0 8px;font-size:10.5px;font-weight:850;color:#334155}.adhoc-filter-strip select{height:20px;border:0;background:transparent;font-size:10px}.adhoc-filter-strip label button{width:18px;height:18px;border:0;background:#fff;border-radius:999px;color:#64748b}.adhoc-window .adhoc-template,.adhoc-drop-zone,.adhoc-zone-body,.adhoc-zone-item{display:none!important}.adhoc-table-wrap.dragging{outline:2px dashed #93c5fd;outline-offset:-6px;background:#f8fbff}.adhoc-table-wrap th{position:sticky!important;top:0!important;min-width:84px;white-space:nowrap}.adhoc-col-resizer{position:absolute;right:0;top:0;width:7px;height:100%;cursor:col-resize}.adhoc-col-resizer:after{content:"";position:absolute;right:2px;top:7px;bottom:7px;border-right:1px solid #cbd5e1}.adhoc-remove-column{float:right;width:18px;height:18px;border:0;background:transparent;color:#64748b;font-weight:900}.adhoc-drop-empty{margin:18px;color:#94a3b8;font-size:12px;font-weight:850;text-align:center}.adhoc-preset-menu{position:fixed;z-index:710;width:130px;border:1px solid #dbe4ee;border-radius:10px;background:#fff;box-shadow:0 18px 52px #0f172a33;padding:6px;display:grid;gap:4px}.adhoc-preset-menu button{height:28px;border:0;background:#fff;border-radius:7px;text-align:left;padding:0 8px;font-size:11px;font-weight:850;color:#334155}.adhoc-preset-menu button:hover{background:#f8fafc}.cockpit-hidden{display:none!important;pointer-events:none!important;visibility:hidden!important;opacity:0!important}.cockpit-mini{position:fixed;right:24px;bottom:22px;z-index:80;background:#0f172a;color:#fff;border:1px solid rgba(255,255,255,.16);box-shadow:0 18px 50px #0f172a52;border-radius:14px;padding:10px 12px;display:grid;grid-template-columns:auto auto auto auto;gap:8px;align-items:center;min-width:260px}.cockpit-mini span{font-size:11px;color:#cbd5e1;max-width:130px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cockpit-mini button{height:24px;width:24px;border-radius:8px;border:1px solid rgba(255,255,255,.16);background:#ffffff14;color:#fff}.help-fullscreen-modal{z-index:120}.help-fullscreen{width:min(1280px,96vw);height:min(860px,92vh);background:#f8fafc;border-radius:24px;overflow:hidden;display:grid;grid-template-columns:286px 1fr;box-shadow:0 30px 90px #0f172a57;border:1px solid rgba(148,163,184,.35)}.help-nav{background:linear-gradient(180deg,#0f172a,#111827);color:#fff;padding:22px 16px;display:flex;flex-direction:column;gap:8px}.help-nav>div{padding:4px 10px 16px;border-bottom:1px solid rgba(255,255,255,.12);margin-bottom:8px}.help-nav strong{display:block;font-size:18px;letter-spacing:-.03em}.help-nav span{display:block;color:#cbd5e1;font-size:12px;margin-top:4px;line-height:1.35}.help-nav button{border:0;background:transparent;color:#cbd5e1;text-align:left;border-radius:12px;padding:10px 12px;font-size:13px;cursor:pointer}.help-nav button:hover,.help-nav button.active{background:#ffffff1a;color:#fff}.help-tour-launch{margin-top:auto!important;background:linear-gradient(135deg,#7c3aed,#0ea5e9)!important;color:#fff!important;display:flex;align-items:center;gap:8px;justify-content:center;text-align:center!important}.help-content{position:relative;overflow:auto;padding:36px 48px 48px;color:#0f172a}.help-close{position:absolute;right:22px;top:20px;border:0;background:#fff;border-radius:12px;box-shadow:0 8px 25px #0f172a1f;height:34px;width:34px}.help-kicker{font-size:12px;font-weight:800;color:#7c3aed;text-transform:uppercase;letter-spacing:.08em}.help-content h1{font-size:38px;letter-spacing:-.05em;margin:8px 0}.help-lead{color:#475569;max-width:760px;font-size:16px;line-height:1.6}.help-article{display:grid;gap:14px;margin-top:24px}.help-article article{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:18px 20px;display:grid;grid-template-columns:54px 1fr;align-items:start;box-shadow:0 10px 28px #0f172a0a}.help-article article b{height:34px;width:34px;border-radius:12px;display:grid;place-items:center;background:#ede9fe;color:#6d28d9;font-size:12px}.help-article article p{margin:0;color:#334155;line-height:1.58}.help-example-box{margin-top:24px;background:linear-gradient(135deg,#eef2ff,#ecfeff);border:1px solid #c7d2fe;border-radius:20px;padding:20px 22px}.help-example-box h3{margin:0 0 8px}.help-example-box p{margin:0;color:#334155;line-height:1.55}.tour-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:150;background:#020617b8;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.tour-spotlight{position:fixed;border-radius:18px;box-shadow:0 0 0 9999px #020617b8,0 0 0 3px #0ea5e9bf,0 18px 60px #0ea5e952;background:#ffffff0a;pointer-events:none;transition:all .22s ease}.tour-step-card{position:fixed;background:#fff;color:#0f172a;border-radius:22px;padding:22px 22px 18px;box-shadow:0 30px 90px #00000059;border:1px solid rgba(226,232,240,.9);transition:all .22s ease}.tour-close{position:absolute;right:12px;top:12px;border:0;background:#f1f5f9;border-radius:10px;height:30px;width:30px}.tour-kicker{color:#7c3aed;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.tour-step-card h2{margin:6px 34px 8px 0;font-size:22px;line-height:1.14;letter-spacing:-.04em}.tour-step-card p{color:#475569;line-height:1.55;margin:0}.tour-progress{display:flex;gap:5px;margin:18px 0 14px}.tour-progress span{height:5px;flex:1;border-radius:99px;background:#e2e8f0}.tour-progress span.active{background:linear-gradient(90deg,#7c3aed,#0ea5e9)}.tour-controls{display:flex;gap:8px;align-items:center;justify-content:flex-end;flex-wrap:wrap}.tour-controls button{border:1px solid #e2e8f0;background:#fff;border-radius:11px;padding:8px 11px;color:#334155}.tour-controls button.primary{background:#0f172a;color:#fff;border-color:#0f172a}.tour-controls button.secondary{background:#eef2ff;color:#3730a3;border-color:#c7d2fe}.tour-controls button:disabled{opacity:.45}.help-pro{grid-template-columns:320px 1fr;width:min(1440px,98vw);height:min(940px,94vh)}.help-pro .help-content{padding:34px 52px 60px;scroll-behavior:smooth}.help-pro .help-nav{overflow:auto}.help-pro .help-nav button{font-size:12.5px;line-height:1.25}.help-pro .help-lead{max-width:940px}.help-action-row{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0 8px}.help-action-row button{border:1px solid #c7d2fe;background:#eef2ff;color:#3730a3;border-radius:12px;padding:9px 12px;font-size:12px;font-weight:900;cursor:pointer}.help-action-row button:hover{background:#e0e7ff}.help-flow{background:#fff;border:1px solid #dbeafe;border-radius:20px;padding:18px 20px;margin:22px 0;box-shadow:0 12px 30px #0f172a0d}.help-flow h3{margin:0 0 12px;font-size:15px;color:#0f172a}.help-flow>div{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.help-flow span{display:inline-flex;align-items:center;min-height:28px;background:linear-gradient(135deg,#f8fafc,#eef2ff);border:1px solid #cbd5e1;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800;color:#334155}.help-flow b{color:#64748b}.help-article-rich{grid-template-columns:repeat(auto-fit,minmax(360px,1fr));align-items:stretch}.help-article-rich article{grid-template-columns:44px 1fr}.help-article-rich article p{font-size:13.5px}.help-example-box p+p{margin-top:8px}.help-close{z-index:3}.tour-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:520;pointer-events:none;background:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.tour-spotlight{position:fixed;border:2px solid #8eeb31;border-radius:18px;box-shadow:0 0 0 9999px #0206174d,0 0 0 7px #8eeb3138,0 20px 70px #0f172a38!important;background:#ffffff2e!important;pointer-events:none;transition:all .22s ease}.tour-step-card{pointer-events:auto;max-height:min(420px,calc(100vh - 110px));overflow:auto}.tour-step-count{margin-top:12px;font-size:11px;font-weight:900;color:#64748b}.tour-step-card p{font-size:13.5px}.tour-progress span{min-width:10px}.tour-progress span.active{background:linear-gradient(90deg,#8eeb31,#0ea5e9)!important}.tour-controls .primary{background:#05070b!important}.tour-controls .secondary{background:#ecfeff!important;color:#075985!important;border-color:#bae6fd!important}@media (max-width:900px){.help-pro{grid-template-columns:1fr;height:94vh}.help-pro .help-nav{max-height:220px}.help-article-rich{grid-template-columns:1fr}}.node,.prop-section,.modal section,.ctx,.cockpit-modal,.settings-modal,.sql-modal,.help-pro,.tree-item,.model-tree-title,.tag-chip,.toolbar button,.top button{transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease,border-color .16s ease,opacity .16s ease}.node:hover{transform:translateY(-1px);box-shadow:0 18px 46px #0f172a24}.node.dragging,.drag-no-select .node.selected{transition:none!important}.prop-section-body{animation:sectionReveal .16s ease both}@keyframes sectionReveal{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.modal>section{animation:modalIn .18s cubic-bezier(.2,.8,.2,1) both}@keyframes modalIn{0%{opacity:0;transform:translateY(10px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.inspector .color-select{max-width:170px;display:inline-grid;grid-template-columns:24px 1fr;align-items:center;gap:6px;padding:3px;border:1px solid #e5e7eb;border-radius:10px;background:#f8fafc}.inspector .color-select button,.inspector .color-select .selected-color{width:18px!important;height:18px!important;min-height:18px!important;border-radius:6px!important;padding:0!important}.inspector label:has(.color-select){display:inline-grid;width:auto;min-width:170px;align-items:start;margin-top:4px}.model-tree-title.active{background:#8eeb3129;border-radius:12px}.model-properties .readonly-grid strong{font-size:11px;line-height:1.25;word-break:break-word}.inspector .color-palette-field{max-width:180px;border:1px solid #e5e7eb;border-radius:12px;padding:7px;background:#f8fafc;gap:6px;display:grid}.inspector .color-palette-current{font-size:10px;min-height:18px;gap:5px}.inspector .color-palette-current .color-dot{width:14px;height:14px}.inspector .color-palette-grid{display:flex;flex-wrap:wrap;gap:4px;max-width:158px}.inspector .color-palette-grid button{width:14px!important;height:14px!important;min-height:14px!important;border-radius:4px!important;padding:0!important}.inspector .color-palette-field{width:100%!important;max-width:none!important;padding:6px 7px!important;gap:5px!important;border-radius:11px!important;background:#fafafa!important}.inspector .color-palette-current{min-height:18px!important;display:flex!important;align-items:center!important;gap:6px!important;font-size:10px!important;color:#64748b!important}.inspector .color-palette-current strong{font-size:10px!important;font-weight:800!important;max-width:calc(100% - 24px)!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.inspector .color-palette-current .color-dot{width:12px!important;height:12px!important;flex:0 0 12px!important;border-width:1px!important}.inspector .color-palette-grid{width:100%!important;max-width:none!important;display:grid!important;grid-template-columns:repeat(auto-fit,minmax(14px,1fr))!important;gap:4px!important;align-items:center!important}.inspector .color-palette-grid button{width:100%!important;height:14px!important;min-height:14px!important;max-height:14px!important;border-radius:4px!important;padding:0!important;border:1px solid rgba(255,255,255,.95)!important;box-shadow:0 0 0 1px #0f172a1a!important}.inspector .color-palette-grid button.active{outline:1.5px solid #111827!important;outline-offset:1px!important}.color-palette-field{gap:6px!important;padding:7px!important;border-radius:12px!important}.color-palette-current{font-size:10.5px!important;gap:6px!important}.color-palette-grid{width:100%!important;grid-template-columns:repeat(auto-fit,minmax(18px,1fr))!important;gap:5px!important;align-items:center!important}.color-palette-grid button{width:100%!important;min-width:18px!important;height:19px!important;border-radius:6px!important;box-shadow:0 0 0 1px #0f172a1f!important}.color-palette-grid button.active{outline:1.5px solid #4f46e5!important;outline-offset:1px!important}.auth-shell{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at top left,#e0f2fe,transparent 32%),linear-gradient(135deg,#f8fafc,#eef2ff);padding:32px;color:#0f172a}.auth-card{width:min(420px,100%);background:#ffffffeb;border:1px solid rgba(148,163,184,.35);box-shadow:0 24px 80px #0f172a29;border-radius:28px;padding:28px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.auth-brand{display:flex;align-items:center;gap:12px;margin-bottom:24px}.auth-brand img{width:44px;height:44px}.auth-brand strong{display:block;font-size:18px}.auth-brand span{display:block;color:#64748b;font-size:12px;margin-top:2px}.auth-card h1{margin:0 0 8px;font-size:28px;letter-spacing:-.03em}.auth-card p{margin:0 0 20px;color:#475569;line-height:1.5}.auth-form{display:grid;gap:14px}.auth-form label{display:grid;gap:6px;font-weight:700;font-size:13px;color:#334155}.auth-form input{border:1px solid #cbd5e1;border-radius:14px;padding:12px 14px;font:inherit;background:#fff;color:#0f172a}.auth-form button,.auth-switch{border:0;border-radius:14px;padding:12px 14px;font-weight:800;cursor:pointer}.auth-form button{background:#0f172a;color:#fff;margin-top:6px}.auth-form button:disabled{opacity:.65;cursor:wait}.auth-message{margin-top:14px!important;font-size:13px;color:#334155;background:#f1f5f9;border-radius:14px;padding:10px 12px}.auth-switch{margin-top:14px;background:transparent;color:#2563eb;width:100%}:root{--kt-navy:#0D132A;--kt-blue:#2563EB;--kt-purple:#7C3AED;--kt-cyan:#06B6D4;--kt-slate:#334155;--kt-muted:#64748B;--kt-soft:#F1F5F9;--kt-green:#22C55E;--kt-orange:#F59E0B;--kt-red:#EF4444;--kt-turquoise:#14B8A6;--kt-yellow:#EAB308;--kt-line:#DDE6F2;--kt-shadow:0 22px 70px rgba(13,19,42,.14);--accent:var(--kt-blue)!important;--cw-black:var(--kt-navy)!important;--cw-blue:var(--kt-blue)!important;--cw-violet:var(--kt-purple)!important;--cw-cyan:var(--kt-cyan)!important;--cw-lime:var(--kt-green)!important;--cw-green:var(--kt-green)!important}body{color:var(--kt-navy);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif}.app{background:radial-gradient(circle at 18% -6%,rgba(37,99,235,.12),transparent 32%),radial-gradient(circle at 92% 16%,rgba(6,182,212,.1),transparent 28%),linear-gradient(180deg,#fbfdff,#f3f7fc)!important}.top.top-v311{grid-template-columns:250px minmax(140px,1fr) auto!important;background:linear-gradient(90deg,#0d132a,#111b36 58%,#172554)!important;border-bottom:1px solid rgba(241,245,249,.11)!important;box-shadow:0 10px 34px #0d132a3d!important}.brand-clickworks{gap:10px!important}.brand-clickworks img{width:32px!important;height:32px!important;border-radius:10px!important;box-shadow:0 10px 24px #00000047!important;background:#0d132a!important}.brand-clickworks strong{color:#fff!important;font-weight:850!important;letter-spacing:0!important}.brand-clickworks span{color:#f1f5f9b8!important;font-size:8.5px!important;letter-spacing:.08em!important;white-space:nowrap!important}.brand-clickworks:after{display:none!important;content:""!important}.top-actions button{border-color:#f1f5f929!important;background:#f1f5f914!important}.top-actions button:hover{background:#2563eb38!important;border-color:#06b6d473!important}.save-menu-pop button:hover{color:var(--kt-blue)!important;background:#eff6ff!important}.left,.right{background:#ffffffeb!important;border-color:var(--kt-line)!important}.panel-title span,.left .panel-title span:before{color:var(--kt-navy)!important}.panel-title button,.empty button,.tutorial-actions .primary{background:var(--kt-navy)!important;color:#fff!important}.section-title:hover,.model-row:hover,.area-row:hover,.lib:hover{background:#f5f8fc!important}.model-row.active button:first-child,.area.active{background:linear-gradient(90deg,#2563eb1f,#06b6d417)!important;color:var(--kt-navy)!important}.canvas-menu .tabs,.canvas-menu .toolbar{border-color:var(--kt-line)!important;box-shadow:0 12px 32px #0d132a14!important}.tabs .active,.canvas-menu .tabs button.active,.toolbar button.active{background:linear-gradient(135deg,var(--kt-blue),var(--kt-purple))!important;color:#fff!important}.toolbar button:hover{background:#eff6ff!important;color:var(--kt-blue)!important;border-color:#bfdbfe!important}.canvas{border-color:#d7e2f0!important;background:linear-gradient(90deg,rgba(37,99,235,.055) 1px,transparent 1px),linear-gradient(rgba(37,99,235,.055) 1px,transparent 1px),radial-gradient(circle at 25% 0%,rgba(34,197,94,.12),transparent 28%),#f8fbff!important;background-size:24px 24px,24px 24px,100% 100%!important}.node.selected{border-color:var(--node-color,var(--kt-blue))!important;box-shadow:0 0 0 4px #2563eb2e,0 14px 34px #0d132a21!important}.node.drop-target{border-color:var(--kt-cyan)!important;box-shadow:0 0 0 5px #06b6d43b,0 14px 34px #0d132a21!important}.edge.selected>line,.edge.selected .edge-visual{stroke:var(--kt-purple)!important}.prop-section,.settings-card,.cockpit-panel,.help-pro,.sql-modal{border-color:var(--kt-line)!important}.prop-section-head{background:linear-gradient(180deg,#fff,#f8fafc)!important}.metadata-field input:focus,.metadata-field select:focus,.metadata-field textarea:focus,.inspector input:focus,.inspector select:focus,.inspector textarea:focus{border-color:var(--kt-blue)!important;box-shadow:0 0 0 3px #2563eb21!important}.cockpit-header{background:linear-gradient(135deg,var(--kt-navy),#172554 64%,#1E1B4B)!important}.cockpit-kicker,.cockpit-score strong{color:var(--kt-green)!important}.cockpit-cards progress{accent-color:var(--kt-blue)!important}.tour-step-card,.help,.confirm{border:1px solid rgba(221,230,242,.82)!important;box-shadow:0 30px 90px #0d132a3d!important}.tour-kicker,.help-kicker{color:var(--kt-blue)!important}.tour-progress span.active{background:linear-gradient(90deg,var(--kt-blue),var(--kt-purple))!important}.tour-controls .primary,.help-action-row button,.help-tour-launch{background:linear-gradient(135deg,var(--kt-blue),var(--kt-purple))!important;color:#fff!important;border-color:transparent!important}.auth-v016{min-height:100vh;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(420px,.78fr);grid-template-rows:1fr auto;gap:34px;align-items:stretch;padding:42px 52px 24px;background:radial-gradient(circle at 52% 6%,rgba(37,99,235,.1),transparent 22%),radial-gradient(circle at 72% 78%,rgba(124,58,237,.08),transparent 26%),linear-gradient(180deg,#fff,#f7fafe)!important;color:var(--kt-navy);overflow:auto}.auth-story-panel{position:relative;min-width:0;display:flex;flex-direction:column;gap:22px}.auth-wordmark{display:flex;align-items:center;gap:12px;width:max-content}.auth-wordmark img{width:42px;height:42px}.auth-wordmark strong{font-size:30px;line-height:1;font-weight:850;letter-spacing:-.02em}.auth-copy{max-width:760px;padding-top:20px}.auth-copy h1{margin:0;max-width:760px;font-size:52px;line-height:1.14;letter-spacing:0;font-weight:850}.auth-copy h1 span{color:#78d60b}.auth-copy p{width:min(560px,100%);margin:22px 0 0;color:#475569;font-size:18px;line-height:1.55}.auth-visual{position:relative;flex:1;min-height:430px;display:grid;place-items:center;overflow:visible}.auth-visual>img{width:min(420px,54vw);max-width:58%;filter:drop-shadow(0 26px 42px rgba(13,19,42,.12))}.auth-feature-card{position:absolute;width:238px;min-height:86px;display:grid;grid-template-columns:48px 1fr;gap:14px;align-items:center;padding:15px;background:#ffffffe0;border:1px solid rgba(221,230,242,.92);border-radius:8px;box-shadow:0 16px 42px #0d132a1a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.auth-feature-card i{width:42px;height:42px;display:grid;place-items:center;border-radius:8px;background:#f1f5f9;color:var(--kt-blue)}.auth-feature-card strong{display:block;font-size:13px;line-height:1.2}.auth-feature-card small{display:block;margin-top:6px;color:#475569;font-size:11px;line-height:1.35}.auth-feature-card.database{left:0;top:82px}.auth-feature-card.grid{right:2%;top:68px}.auth-feature-card.lineage{left:0;top:210px}.auth-feature-card.shield{right:2%;top:204px}.auth-feature-card.people{left:34%;bottom:0}.auth-feature-card.database i,.auth-trust-row span:nth-child(1) svg{color:var(--kt-turquoise)}.auth-feature-card.grid i,.auth-trust-row span:nth-child(4) svg{color:var(--kt-blue)}.auth-feature-card.lineage i,.auth-trust-row span:nth-child(2) svg{color:var(--kt-purple)}.auth-feature-card.shield i,.auth-trust-row span:nth-child(3) svg{color:#78d60b}.auth-feature-card.people i{color:var(--kt-blue)}.auth-trust-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-top:auto;padding-top:16px;border-top:1px solid #E2E8F0}.auth-trust-row span{min-width:0;display:grid;grid-template-columns:30px 1fr;grid-template-rows:auto auto;gap:4px 12px;padding:4px 20px;border-right:1px solid #E2E8F0}.auth-trust-row span:last-child{border-right:0}.auth-trust-row svg{grid-row:1/3;width:28px;height:28px}.auth-trust-row b{font-size:12px;line-height:1.25}.auth-trust-row small{color:#64748b;font-size:11px;line-height:1.35}.auth-card{align-self:center;width:min(520px,100%);min-height:720px;display:flex;flex-direction:column;justify-content:center;background:#fffffff0!important;border:1px solid rgba(221,230,242,.95)!important;border-radius:8px!important;padding:44px!important;box-shadow:0 30px 82px #0d132a21!important;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.auth-card-logo{width:72px;height:72px;margin:0 auto 18px}.auth-card h2{margin:0;color:var(--kt-navy);text-align:center;font-size:30px;line-height:1.2;letter-spacing:0}.auth-card h2 span{color:#78d60b}.auth-card>p{margin:10px 0 32px;color:#64748b;text-align:center;font-size:16px}.auth-card>p:after{content:"";display:block;width:68px;height:2px;margin:26px auto 0;background:#78d60b}.auth-form{display:grid;gap:18px}.auth-form label{display:grid;gap:9px;color:var(--kt-navy)!important;font-size:14px!important;font-weight:760!important}.auth-input-wrap{min-height:54px;display:grid;grid-template-columns:24px 1fr auto;gap:12px;align-items:center;padding:0 14px;border:1px solid #D8E1EE;border-radius:8px;background:#fff;color:#64748b;box-shadow:inset 0 1px #0d132a05}.auth-input-wrap:focus-within{border-color:var(--kt-blue);box-shadow:0 0 0 3px #2563eb1f}.auth-input-wrap input{min-width:0;height:52px;border:0!important;background:transparent!important;outline:0;padding:0!important;color:var(--kt-navy)!important;font-size:15px}.auth-input-wrap input::placeholder{color:#94a3b8}.auth-input-wrap .auth-eye{width:32px;height:32px;display:grid;place-items:center;border:0!important;background:transparent!important;color:#64748b!important;padding:0!important;box-shadow:none!important}.auth-form-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:2px 0 6px}.auth-remember{display:flex!important;grid-template-columns:none!important;flex-direction:row;align-items:center;gap:8px!important;color:#475569!important;font-weight:600!important}.auth-remember input{width:18px;height:18px;accent-color:var(--kt-blue)}.auth-form .auth-link,.auth-create-row button{border:0!important;background:transparent!important;color:#0057ff!important;padding:0!important;box-shadow:none!important;font-weight:760}.auth-form .auth-primary,.auth-primary{min-height:56px;display:inline-flex;align-items:center;justify-content:center;gap:12px;border:0!important;border-radius:8px;background:linear-gradient(135deg,#78d60b,#7ee000)!important;color:var(--kt-navy)!important;font-size:16px;font-weight:850;box-shadow:0 12px 28px #78d60b3d}.auth-primary.full{width:100%}.auth-primary:disabled,.auth-google:disabled{opacity:.58;cursor:not-allowed}.auth-divider{position:relative;display:grid;place-items:center;margin:30px 0 22px;color:#64748b;font-weight:650;font-size:13px}.auth-divider:before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:#e2e8f0}.auth-divider span{position:relative;z-index:1;background:#fff;padding:0 16px}.auth-google{min-height:54px;display:inline-flex;align-items:center;justify-content:center;gap:12px;border:1px solid #D8E1EE;border-radius:8px;background:#fff;color:var(--kt-navy);font-size:16px;font-weight:760}.auth-message{margin:18px 0 0!important;border-radius:8px!important;padding:12px 14px!important;font-size:13px!important;line-height:1.45!important}.auth-message.success{background:#f0fdf4!important;border:1px solid #BBF7D0;color:#166534!important}.auth-message.error{background:#fef2f2!important;border:1px solid #FECACA;color:#991b1b!important}.auth-message.info{background:#eff6ff!important;border:1px solid #BFDBFE;color:#1d4ed8!important}.auth-create-row{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:30px;color:#64748b}.auth-footer{grid-column:1/-1;text-align:center;color:#64748b;font-size:13px}.auth-modal-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:grid;place-items:center;padding:28px;background:#0d132a80;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.auth-signup-modal{position:relative;width:min(620px,calc(100vw - 42px));max-height:calc(100vh - 56px);overflow:auto;background:#fff;border:1px solid #DDE6F2;border-radius:8px;padding:30px;box-shadow:0 30px 90px #0d132a4d}.auth-modal-close{position:absolute;right:18px;top:18px;width:36px;height:36px;display:grid;place-items:center;border:1px solid #DDE6F2;border-radius:8px;background:#fff;color:#334155}.auth-modal-logo{width:48px;height:48px}.auth-kicker{display:block;margin-top:18px;color:var(--kt-blue);font-size:12px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.auth-signup-modal h2{margin:8px 0;color:var(--kt-navy);font-size:28px;letter-spacing:0}.auth-signup-modal p{margin:0 0 22px;color:#64748b}.signup-form{grid-template-columns:1fr 1fr}.signup-form label:nth-child(1),.signup-form .auth-primary{grid-column:1/-1}.signup-form input{min-height:48px;border:1px solid #D8E1EE;border-radius:8px;padding:0 12px;color:var(--kt-navy)}.signup-form input:focus{border-color:var(--kt-blue);box-shadow:0 0 0 3px #2563eb1f;outline:0}.auth-loading-shell{grid-template-columns:1fr;place-items:center}.auth-loading-card{display:grid;place-items:center;gap:10px;min-width:280px;padding:34px;background:#fff;border:1px solid #DDE6F2;border-radius:8px;box-shadow:var(--kt-shadow)}.auth-loading-card img{width:58px;height:58px}.auth-loading-card h1{margin:0;font-size:28px}.auth-loading-card p{margin:0;color:#64748b}@media (max-width:1360px){.auth-v016{grid-template-columns:minmax(0,1fr) minmax(390px,460px);gap:24px;padding:34px}.auth-copy{padding-top:12px}.auth-copy h1{font-size:46px}.auth-copy p{font-size:16px;width:min(500px,100%)}.auth-feature-card{width:212px}.auth-feature-card.people{left:32%}.auth-card{min-height:650px;padding:34px!important}}@media (max-width:1100px){.auth-v016{grid-template-columns:1fr;padding:34px}.auth-card{justify-self:center;min-height:auto}.auth-trust-row{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:14px}.auth-trust-row span:nth-child(2){border-right:0}}@media (max-width:760px){.auth-v016{padding:22px;gap:22px}.auth-copy h1{font-size:38px}.auth-copy p{font-size:16px}.auth-visual{min-height:auto;display:block}.auth-visual>img{display:block;width:78%;max-width:320px;margin:12px auto 20px}.auth-feature-card{position:static;width:100%;margin:10px 0}.auth-trust-row{grid-template-columns:1fr}.auth-trust-row span{border-right:0;padding:8px 0}.auth-card{padding:28px!important}.auth-form-row,.auth-create-row{align-items:flex-start;flex-direction:column}.signup-form{grid-template-columns:1fr}}.auth-v017{min-height:100svh;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,440px);grid-template-rows:minmax(0,1fr) auto;gap:clamp(18px,3vw,42px);align-items:center;padding:clamp(18px,3vw,42px);background:radial-gradient(circle at 28% 0%,rgba(37,99,235,.1),transparent 30%),radial-gradient(circle at 88% 80%,rgba(6,182,212,.09),transparent 28%),linear-gradient(180deg,#fff,#f6faff)!important;color:var(--kt-navy);overflow:auto}.auth-v017 .auth-story-panel{min-width:0;width:100%;max-width:860px;display:grid;align-content:center;gap:clamp(18px,3vh,34px)}.auth-v017 .auth-wordmark{display:flex;align-items:center;gap:12px}.auth-v017 .auth-wordmark img{width:clamp(34px,4vw,46px);height:clamp(34px,4vw,46px)}.auth-v017 .auth-wordmark strong{font-size:clamp(24px,3vw,34px);line-height:1;font-weight:850}.auth-v017 .auth-copy{max-width:780px;padding:0}.auth-v017 .auth-copy h1{margin:0;max-width:780px;font-size:clamp(42px,6.2vw,78px);line-height:1.03;letter-spacing:0;font-weight:880}.auth-v017 .auth-copy h1 span{color:#78d60b}.auth-v017 .auth-copy p{width:min(720px,100%);margin:clamp(16px,2.4vh,26px) 0 0;color:#475569;font-size:clamp(17px,1.65vw,22px);line-height:1.5}.auth-characteristics{display:grid;grid-template-columns:repeat(5,minmax(130px,1fr));gap:12px;max-width:1040px}.auth-characteristics article{min-width:0;display:grid;gap:10px;align-content:start;padding:14px;min-height:132px;border:1px solid rgba(221,230,242,.92);border-radius:8px;background:#ffffffc7;box-shadow:0 16px 40px #0d132a14}.auth-characteristics i{width:38px;height:38px;display:grid;place-items:center;border-radius:8px;background:#eff6ff;color:var(--kt-blue)}.auth-characteristics article:nth-child(2) i{background:#f5f3ff;color:var(--kt-purple)}.auth-characteristics article:nth-child(3) i{background:#ecfeff;color:var(--kt-cyan)}.auth-characteristics article:nth-child(4) i{background:#f0fdf4;color:var(--kt-green)}.auth-characteristics article:nth-child(5) i{background:#f8fafc;color:var(--kt-slate)}.auth-characteristics strong{display:block;color:var(--kt-navy);font-size:13px;line-height:1.2}.auth-characteristics small{display:block;margin-top:6px;color:#64748b;font-size:11px;line-height:1.35}.auth-v017 .auth-card{width:min(440px,100%);min-height:0;align-self:center;justify-self:end;display:flex;flex-direction:column;justify-content:center;padding:clamp(26px,3vw,38px)!important;background:#fffffff2!important;border:1px solid rgba(221,230,242,.96)!important;border-radius:8px!important;box-shadow:0 28px 74px #0d132a21!important}.auth-v017 .auth-card-logo{width:clamp(54px,5vw,68px);height:clamp(54px,5vw,68px);margin:0 auto 16px}.auth-v017 .auth-card h2{margin:0;text-align:center;color:var(--kt-navy);font-size:clamp(24px,2.4vw,30px);line-height:1.2;letter-spacing:0}.auth-v017 .auth-card h2 span{color:#78d60b}.auth-v017 .auth-card>p{margin:8px 0 24px;color:#64748b;text-align:center;font-size:15px}.auth-v017 .auth-card>p:after{content:"";display:block;width:60px;height:2px;margin:22px auto 0;background:#78d60b}.auth-v017 .auth-form{display:grid;gap:14px}.auth-v017 .auth-form label{display:grid;gap:8px;color:var(--kt-navy)!important;font-size:13px!important;font-weight:760!important}.auth-v017 .auth-input-wrap{min-height:50px;display:grid;grid-template-columns:22px 1fr auto;gap:10px;align-items:center;padding:0 12px;border:1px solid #D8E1EE;border-radius:8px;background:#fff;color:#64748b}.auth-v017 .auth-input-wrap:focus-within{border-color:var(--kt-blue);box-shadow:0 0 0 3px #2563eb1f}.auth-v017 .auth-input-wrap input{min-width:0;height:48px;border:0!important;background:transparent!important;outline:0;padding:0!important;color:var(--kt-navy)!important;font-size:15px}.auth-v017 .auth-input-wrap .auth-eye{width:32px;height:32px;display:grid;place-items:center;border:0!important;background:transparent!important;color:#64748b!important;padding:0!important;box-shadow:none!important}.auth-v017 .auth-form-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 4px}.auth-v017 .auth-remember{display:flex!important;grid-template-columns:none!important;flex-direction:row;align-items:center;gap:8px!important;color:#475569!important;font-weight:650!important}.auth-v017 .auth-remember input{width:17px;height:17px;accent-color:var(--kt-blue)}.auth-v017 .auth-form .auth-link,.auth-v017 .auth-create-row button{border:0!important;background:transparent!important;color:#0057ff!important;padding:0!important;box-shadow:none!important;font-weight:760}.auth-v017 .auth-form .auth-link:disabled{color:#94a3b8!important;cursor:not-allowed}.auth-v017 .auth-form .auth-primary,.auth-v017 .auth-primary{min-height:52px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0!important;border-radius:8px;background:linear-gradient(135deg,#78d60b,#7ee000)!important;color:var(--kt-navy)!important;font-size:15px;font-weight:850;box-shadow:0 12px 28px #78d60b3d}.auth-v017 .auth-primary.full{width:100%}.auth-v017 .auth-primary:disabled,.auth-v017 .auth-google:disabled{opacity:.58;cursor:not-allowed}.auth-v017 .auth-divider{position:relative;display:grid;place-items:center;margin:24px 0 18px;color:#64748b;font-weight:650;font-size:13px}.auth-v017 .auth-divider:before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:#e2e8f0}.auth-v017 .auth-divider span{position:relative;z-index:1;background:#fff;padding:0 14px}.auth-v017 .auth-google{min-height:50px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid #D8E1EE;border-radius:8px;background:#fff;color:var(--kt-navy);font-size:15px;font-weight:760}.auth-v017 .auth-message{margin:14px 0 0!important;border-radius:8px!important;padding:11px 13px!important;font-size:13px!important;line-height:1.45!important}.auth-v017 .auth-create-row{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:22px;color:#64748b;font-size:14px}.auth-v017 .auth-footer{grid-column:1/-1;text-align:center;color:#64748b;font-size:12px}.auth-reset-shell{grid-template-columns:1fr;place-items:center}.auth-reset-card{width:min(460px,calc(100vw - 36px));display:grid;gap:14px;padding:34px;background:#fff;border:1px solid #DDE6F2;border-radius:8px;box-shadow:var(--kt-shadow)}.auth-reset-card img{width:58px;height:58px}.auth-reset-card h1{margin:0;color:var(--kt-navy);font-size:30px}.auth-reset-card p{margin:0 0 6px;color:#64748b;line-height:1.5}.auth-reset-card .auth-form input{min-height:48px;border:1px solid #D8E1EE;border-radius:8px;padding:0 12px;color:var(--kt-navy)}.auth-reset-card .auth-form input:focus{border-color:var(--kt-blue);box-shadow:0 0 0 3px #2563eb1f;outline:0}@media (max-height:760px) and (min-width:981px){.auth-v017{align-items:start;padding:18px 28px}.auth-v017 .auth-copy h1{font-size:clamp(38px,5.4vw,62px)}.auth-characteristics article{min-height:112px;padding:12px}.auth-v017 .auth-card{padding:24px!important}.auth-v017 .auth-card-logo{width:52px;height:52px;margin-bottom:10px}.auth-v017 .auth-card>p{margin-bottom:18px}}@media (max-width:1180px){.auth-v017{grid-template-columns:minmax(0,1fr) minmax(340px,410px)}.auth-characteristics{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:980px){.auth-v017{grid-template-columns:1fr;align-items:start}.auth-v017 .auth-story-panel{max-width:none}.auth-v017 .auth-card{justify-self:center}.auth-characteristics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.auth-v017{padding:18px;gap:18px}.auth-v017 .auth-copy h1{font-size:clamp(36px,12vw,48px)}.auth-v017 .auth-copy p{font-size:16px}.auth-characteristics{grid-template-columns:1fr}.auth-characteristics article{min-height:0;grid-template-columns:38px 1fr;align-items:start}.auth-v017 .auth-card{padding:24px!important}.auth-v017 .auth-form-row,.auth-v017 .auth-create-row{align-items:flex-start;flex-direction:column}.signup-form{grid-template-columns:1fr}}.top-actions{min-width:0}.save-status{width:220px!important;max-width:220px!important;min-width:150px;display:grid!important;grid-template-rows:14px 14px;align-content:center;gap:0!important;margin-right:4px!important;line-height:1!important;text-align:right}.save-status strong,.save-status span{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.save-status strong{color:#f8fafc;font-size:11px;font-weight:760}.save-status span{color:#a8b3c7;font-size:10px}.workspace-hub{width:min(1040px,calc(100vw - 40px));max-height:min(760px,calc(100vh - 40px));display:grid;grid-template-rows:auto auto minmax(0,1fr);gap:14px}.workspace-hub .hub-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.workspace-hub .hub-head h2{margin:0;color:var(--kt-navy);font-size:24px}.workspace-hub .hub-head p{margin:4px 0 0;color:#64748b;font-size:13px}.workspace-hub .hub-tabs{display:flex;gap:8px;border-bottom:1px solid #E2E8F0;padding-bottom:10px}.workspace-hub .hub-tabs button{height:34px;border-radius:8px;border:1px solid #D8E1EE;background:#fff;color:#334155;font-weight:780}.workspace-hub .hub-tabs button.active{background:#0d132a;border-color:#0d132a;color:#fff}.workspace-hub .hub-body{min-height:0;overflow:auto}.hub-list{display:grid;gap:10px}.hub-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px;border:1px solid #E2E8F0;border-radius:8px;background:#fff}.hub-row.active{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.hub-row strong,.hub-row span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hub-row small{display:block;margin-top:3px;color:#64748b}.hub-role{min-width:72px;padding:5px 8px;border-radius:999px;background:#eef4ff;color:#2563eb;text-align:center;font-size:12px;font-weight:820}.people-hub{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.65fr);gap:16px}.invite-form{display:grid;grid-template-columns:minmax(0,1fr) 130px auto;gap:8px;padding:12px;border:1px solid #E2E8F0;border-radius:8px;background:#f8fafc;margin-bottom:12px}.invite-form input,.invite-form select{min-width:0;height:38px;border:1px solid #CBD5E1;border-radius:8px;background:#fff;color:#0d132a;padding:0 10px}.invite-form button,.workspace-hub .hub-action{min-height:38px;border-radius:8px;border:0;background:#2563eb;color:#fff;font-weight:820}.workspace-hub .hub-empty{padding:22px;border:1px dashed #CBD5E1;border-radius:8px;color:#64748b;text-align:center}@media (max-width:920px){.save-status{display:none!important}.people-hub,.invite-form{grid-template-columns:1fr}}.workspace-hub>header{padding-right:42px}.workspace-hub>header h2{margin:0;color:var(--kt-navy);font-size:24px}.workspace-hub>header p{margin:4px 0 0;color:#64748b;font-size:13px}.workspace-hub>nav{display:flex;flex-wrap:wrap;gap:8px;border-bottom:1px solid #E2E8F0;padding-bottom:10px}.workspace-hub>nav button{min-height:34px;border-radius:8px;border:1px solid #D8E1EE;background:#fff;color:#334155;font-weight:780}.workspace-hub>nav button.active{background:#0d132a;border-color:#0d132a;color:#fff}.workspace-hub-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.45fr);gap:16px;min-height:0;overflow:auto}.hub-section-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.hub-section-title h3,.workspace-hub h3{margin:0 0 10px;color:#0d132a;font-size:15px}.hub-section-title h3{margin:0}.hub-section-title button,.workspace-hub .primary{min-height:34px;border:0;border-radius:8px;background:#2563eb;color:#fff;font-weight:820}.hub-list>button,.model-hub-list>article,.member-list>article{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px;border:1px solid #E2E8F0;border-radius:8px;background:#fff;text-align:left}.hub-list>button.active{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.hub-list strong,.hub-list span,.hub-list em,.member-list strong,.member-list span,.member-list em,.model-hub-list strong,.model-hub-list span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hub-list em,.member-list em{display:block;margin-top:3px;color:#64748b;font-size:12px;font-style:normal}.hub-list b,.member-list b{padding:5px 8px;border-radius:999px;background:#eef4ff;color:#2563eb;font-size:12px}.model-hub-list>article{grid-template-columns:1fr}.model-hub-list span{color:#64748b;font-size:12px}.hub-facts{display:grid;grid-template-columns:1fr auto;gap:10px 14px;padding:14px;border:1px solid #E2E8F0;border-radius:8px;background:#f8fafc}.hub-facts span{color:#64748b}.hub-facts strong{color:#0d132a}.member-list{display:grid;gap:10px}.invite-form label{display:grid;gap:5px;color:#334155;font-size:12px;font-weight:780}@media (max-width:920px){.workspace-hub-grid{grid-template-columns:1fr}}.workspace-hub-backdrop{background:#0d132a9e;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.workspace-hub-v2{width:min(1080px,calc(100vw - 48px));height:min(720px,calc(100vh - 48px));max-height:none;display:grid;grid-template-rows:auto minmax(0,1fr);gap:0;padding:0;overflow:hidden;border:1px solid #D8E1EE;border-radius:8px;background:#f8fafc;box-shadow:0 24px 70px #0d132a52}.workspace-hub-close{top:14px!important;right:14px!important}.workspace-hub-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:22px 58px 18px 24px;border-bottom:1px solid #E2E8F0;background:#fff}.workspace-hub-header h2{margin:0;color:#0d132a;font-size:24px;line-height:1.15}.workspace-hub-header p{margin:5px 0 0;color:#64748b;font-size:13px}.workspace-hub-actions{display:flex;align-items:center;gap:8px}.workspace-hub-actions button,.workspace-hub-v2 button{min-height:36px;border-radius:8px;border:1px solid #D8E1EE;background:#fff;color:#334155;font-weight:780}.workspace-hub-v2 button.primary,.workspace-hub-actions .primary{border-color:#2563eb;background:#2563eb;color:#fff}.workspace-hub-shell{min-height:0;display:grid;grid-template-columns:210px minmax(0,1fr)}.workspace-hub-nav{padding:14px;border-right:1px solid #E2E8F0;background:#fff}.workspace-hub-nav button{width:100%;min-height:42px;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;border-color:transparent;background:transparent;color:#475569;text-align:left}.workspace-hub-nav button.active{background:#0d132a;color:#fff}.workspace-hub-nav b{min-width:28px;padding:3px 7px;border-radius:999px;background:#eef4ff;color:#2563eb;text-align:center;font-size:12px}.workspace-hub-nav button.active b{background:#ffffff29;color:#fff}.workspace-hub-content{min-height:0;overflow:auto;padding:18px}.workspace-hub-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:14px}.workspace-hub-kpis article{padding:12px;border:1px solid #E2E8F0;border-radius:8px;background:#fff}.workspace-hub-kpis span{display:block;color:#64748b;font-size:12px}.workspace-hub-kpis strong{display:block;margin-top:4px;color:#0d132a;font-size:20px}.workspace-hub-panel{display:grid;gap:12px}.workspace-hub-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.workspace-hub-panel-head h3,.people-panel h3{margin:0;color:#0d132a;font-size:17px}.workspace-hub-panel-head p{margin:4px 0 0;color:#64748b;font-size:13px}.workspace-table,.model-table,.member-list-v2{display:grid;gap:8px}.workspace-table article,.model-table article,.member-list-v2 article{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px;border:1px solid #E2E8F0;border-radius:8px;background:#fff}.workspace-table article.selected{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.workspace-table strong,.model-table strong,.member-list-v2 strong,.workspace-table span,.model-table span,.member-list-v2 span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workspace-table span,.model-table span,.member-list-v2 span{display:block;margin-top:4px;color:#64748b;font-size:12px}.model-table-main{min-width:0}.model-table-actions{display:flex;align-items:center;gap:8px}.model-table-actions code{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:4px 6px;border-radius:6px;background:#f1f5f9;color:#475569;font-size:11px}.workspace-hub-v2 .ghost-danger{border-color:#fecaca;background:#fff7f7;color:#dc2626}.viewer-note,.permission-note{color:#64748b;font-size:12px}.permission-note{padding:12px;border:1px solid #E2E8F0;border-radius:8px;background:#fff}.invite-form-v2{margin:0 0 14px;grid-template-columns:minmax(0,1fr) 140px auto;background:#fff}.people-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px}.member-list-v2 b{padding:5px 8px;border-radius:999px;background:#eef4ff;color:#2563eb;font-size:12px}.hub-empty-state{display:grid;gap:4px;padding:24px;border:1px dashed #CBD5E1;border-radius:8px;background:#fff;color:#64748b;text-align:center}.hub-empty-state strong{color:#0d132a}@media (max-width:840px){.workspace-hub-v2{width:calc(100vw - 24px);height:calc(100vh - 24px)}.workspace-hub-header,.workspace-hub-actions{flex-direction:column;align-items:stretch}.workspace-hub-shell,.people-grid{grid-template-columns:1fr}.workspace-hub-nav{display:flex;gap:8px;overflow:auto;border-right:0;border-bottom:1px solid #E2E8F0}.workspace-hub-nav button{min-width:140px;margin:0}.workspace-hub-kpis,.invite-form-v2{grid-template-columns:1fr}.model-table article,.workspace-table article{grid-template-columns:1fr}.model-table-actions{justify-content:space-between}}.edit-lock-pill{display:flex;align-items:center;gap:8px;min-width:172px;max-width:240px;padding:5px 7px;border:1px solid rgba(255,255,255,.22);border-radius:8px;background:#ffffff12;color:#eaf1ff}.edit-lock-pill span{display:grid;grid-template-columns:16px minmax(0,1fr);column-gap:6px;min-width:0}.edit-lock-pill svg{grid-row:1 / span 2;align-self:center}.edit-lock-pill strong,.edit-lock-pill small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.edit-lock-pill strong{font-size:12px;line-height:14px}.edit-lock-pill small{font-size:10px;color:#bfd0ea}.edit-lock-pill button{flex:0 0 auto;height:28px;padding:0 8px;border-radius:7px;font-size:11px}.edit-lock-pill.owned{border-color:#22c55e73;background:#22c55e24}.edit-lock-pill.blocked{border-color:#f8717173;background:#f8717124}.edit-lock-pill.free{border-color:#60a5fa73;background:#60a5fa1f}.mapping-cascade-grid{grid-template-columns:1fr!important;gap:8px!important}.mapping-cascade .mapping-origin-top strong{font-size:12px;color:#10203d}.section-title-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:4px}.section-inline-actions{display:flex;align-items:center;gap:3px;padding-right:4px}.tree-group-actions{display:flex;align-items:center;gap:3px}.tree-group-actions button{width:24px;height:24px;min-width:24px;padding:0;border:1px solid #D8E1EE;border-radius:6px;background:#fff;color:#64748b;display:grid;place-items:center}.tree-group-actions button:hover{border-color:#2563eb;color:#2563eb;background:#eff6ff}.workspace-tree-list{display:flex;flex-direction:column;gap:10px}.workspace-tree-folder{border:1px solid #D6E0F2;border-radius:8px;background:#fff}.workspace-tree-folder.selected{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb33}.workspace-tree-row,.workspace-tree-file,.workspace-tree-subfolder{display:grid;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px 14px}.workspace-tree-row strong,.workspace-tree-file strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workspace-tree-row span,.workspace-tree-file span{display:block;color:#64748b;font-size:12px;margin-top:3px}.workspace-tree-actions{display:flex;gap:6px;align-items:center}.workspace-tree-children{margin:0 12px 12px 34px;border-left:1px solid #DDE6F5;padding-left:12px}.workspace-tree-subfolder{grid-template-columns:20px minmax(0,1fr) auto;padding:8px 10px;color:#334155;font-weight:800}.workspace-tree-file{border:1px solid #E5EDF8;border-radius:8px;background:#f8fafc;margin-top:6px}.hub-empty-state.compact{margin-top:6px;padding:10px 12px}.top.top-v311{grid-template-columns:210px minmax(140px,1fr) auto!important}.top-actions{gap:5px!important;align-items:center!important}.top-actions button[title=Workspaces]{order:1}.save-status{order:2!important;width:206px!important;max-width:206px!important;min-width:174px!important;height:30px!important;grid-template-rows:13px 12px!important;align-content:center!important;margin:0 3px 0 4px!important;padding:3px 8px!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:10px!important;background:#ffffff0f!important;text-align:left!important}.save-status strong{font-size:10px!important}.save-status span{font-size:9px!important}.edit-lock-pill{order:3!important;min-width:154px!important;max-width:202px!important;height:30px!important;padding:3px 5px!important;border-radius:10px!important}.edit-lock-pill strong{font-size:10.5px!important;line-height:12px!important}.edit-lock-pill small{font-size:9px!important;line-height:11px!important}.edit-lock-pill button{height:24px!important;max-width:82px!important;padding:0 7px!important;font-size:10px!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.save-menu-wrap{order:4}.top-actions button[title=Cockpit]{order:5}.top-actions button[title=Ajustes]{order:6}.top-actions button[title="What's new"]{order:7;width:32px!important;padding:0!important;justify-content:center!important}.top-actions button[title=Ajuda]{order:8;width:32px!important;padding:0!important;justify-content:center!important}.top-actions button[title=Sair]{order:9;width:32px!important;padding:0!important;justify-content:center!important;border-color:#f8717147!important}.top-actions button[title="What's new"] span,.top-actions button[title=Ajuda] span,.top-actions button[title=Sair] span{display:none!important}.workspace-hub-v2{display:flex!important;flex-direction:column!important;width:min(1080px,calc(100vw - 48px))!important;height:min(700px,calc(100vh - 36px))!important;max-height:calc(100vh - 24px)!important}.workspace-hub-header{flex:0 0 auto!important;padding:18px 58px 13px 24px!important}.workspace-hub-header h2{font-size:23px!important}.workspace-hub-header p{font-size:12px!important}.workspace-hub-shell{flex:1 1 auto!important;min-height:0!important}.workspace-hub-content{min-height:0!important;overflow:auto!important;padding:18px 20px!important}.workspace-hub-kpis{margin-bottom:14px!important}.workspace-hub-panel-head{margin-bottom:0!important}.workspace-tree-panel{margin-top:0!important}.people-grid{align-items:start!important}.member-list-v2 strong{letter-spacing:0!important}@media (max-width:1180px){.save-status{display:none!important}.edit-lock-pill{min-width:132px!important;max-width:170px!important}}.settings-modal-hotfix{position:relative!important;width:min(1080px,calc(100vw - 48px))!important;height:min(700px,calc(100vh - 36px))!important;max-width:none!important;max-height:calc(100vh - 24px)!important;display:grid!important;grid-template-columns:210px minmax(0,1fr)!important;grid-template-rows:auto minmax(0,1fr)!important;gap:0!important;padding:0!important;overflow:hidden!important;border:1px solid #D8E1EE!important;border-radius:8px!important;background:#f8fafc!important;box-shadow:0 24px 70px #0d132a52!important}.settings-modal-hotfix .modal-close{position:absolute!important;top:14px!important;right:14px!important;z-index:4!important}.settings-modal-hotfix .settings-header{grid-column:1 / -1!important;grid-row:1!important;min-height:99px!important;display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:18px!important;margin:0!important;padding:18px 58px 13px 24px!important;border-bottom:1px solid #E2E8F0!important;background:#fff!important}.settings-modal-hotfix .settings-header h2{margin:0!important;color:#0d132a!important;font-size:23px!important;line-height:1.15!important}.settings-modal-hotfix .settings-header p,.settings-modal-hotfix .settings-scope-note{color:#64748b!important;font-size:12px!important}.settings-modal-hotfix .settings-model-picker{min-width:260px!important;max-width:360px!important;margin:0!important}.settings-modal-hotfix .settings-tabs{grid-column:1!important;grid-row:2!important;position:static!important;display:flex!important;flex-direction:column!important;gap:8px!important;align-self:stretch!important;margin:0!important;padding:14px!important;overflow:auto!important;border:0!important;border-right:1px solid #E2E8F0!important;border-radius:0!important;background:#fff!important}.settings-modal-hotfix .settings-tabs button{width:100%!important;min-height:42px!important;justify-content:flex-start!important;border:1px solid transparent!important;border-radius:8px!important;background:transparent!important;color:#475569!important;text-align:left!important}.settings-modal-hotfix .settings-tabs button.active{background:#0d132a!important;color:#fff!important;box-shadow:none!important}.settings-modal-hotfix>.settings-grid{grid-column:2!important;grid-row:2!important;min-height:0!important;overflow:auto!important;padding:18px 20px!important}.settings-modal-hotfix .settings-card{border-radius:8px!important;box-shadow:none!important}.member-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;min-width:max-content}.member-actions .ghost-danger{min-height:30px!important;padding:0 8px!important}.edit-lock-pill{min-width:226px!important;max-width:292px!important;overflow:visible!important}.edit-lock-pill span{flex:1 1 auto!important}.edit-lock-pill button{min-width:112px!important;max-width:none!important;overflow:visible!important}@media (max-width:1180px){.edit-lock-pill{min-width:190px!important;max-width:230px!important}.edit-lock-pill button{min-width:96px!important}}.modal-controls{position:absolute!important;top:12px!important;right:12px!important;z-index:30!important;display:flex!important;align-items:center!important;gap:6px!important}.modal-controls button,.modal-controls .modal-close{position:static!important;float:none!important;width:32px!important;height:32px!important;min-width:32px!important;padding:0!important;border:1px solid #D8E1EE!important;border-radius:8px!important;background:#fff!important;color:#0f172a!important;display:grid!important;place-items:center!important;box-shadow:0 8px 20px #0f172a14!important}.modal-controls button:hover{border-color:#2563eb!important;color:#2563eb!important;background:#eff6ff!important}.edit-token-prompt{position:relative;overflow:hidden;border:1px solid #D8E1EE;padding-top:44px}.edit-token-prompt:before{content:"";position:absolute;inset:0 0 auto;height:6px;background:linear-gradient(90deg,#22c55e,#0ea5e9)}.edit-token-prompt.blocked:before{background:linear-gradient(90deg,#f97316,#ef4444)}.edit-token-kicker{display:inline-flex;align-items:center;gap:7px;min-height:28px;padding:5px 9px;border-radius:999px;background:#ecfdf5;color:#047857;font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.06em}.edit-token-prompt.blocked .edit-token-kicker{background:#fff7ed;color:#c2410c}.edit-token-warning{border:1px solid #FECACA;border-radius:12px;background:#fef2f2;color:#991b1b!important;padding:10px 12px}.edit-token-suppress{display:flex;align-items:center;gap:8px;margin:12px 0 0;padding:9px 10px;border:1px solid #E2E8F0;border-radius:12px;background:#f8fafc;color:#334155;font-size:12px;font-weight:800}.edit-token-suppress input{width:16px;height:16px;accent-color:#0F172A}.edit-token-actions .primary{background:#05070b!important;border-color:#05070b!important;color:#fff!important}.edit-token-actions .primary:disabled{opacity:.45;cursor:not-allowed}.modal-maximized,.cockpit-modal.maximized{width:calc(100vw - 24px)!important;height:calc(100vh - 24px)!important;max-width:none!important;max-height:none!important}.settings-modal-hotfix.modal-maximized{grid-template-columns:230px minmax(0,1fr)!important}.model-version-card{display:grid;gap:4px;padding:12px;border:1px solid #BBF7D0;border-radius:8px;background:linear-gradient(135deg,#f0fdf4,#ecfeff)}.model-version-card span{color:#166534;font-size:11px;font-weight:900;text-transform:uppercase}.model-version-card strong{color:#052e16;font-size:24px;line-height:1}.model-version-card small{color:#475569;font-weight:750}.model-version-card.dirty{border-color:#fbbf24;background:linear-gradient(135deg,#fffbeb,#f0fdf4)}.model-release-editor{display:grid;grid-template-columns:1fr 1fr 92px;gap:8px;align-items:stretch}.model-release-editor label,.model-release-editor>div{display:grid;gap:5px;padding:10px;border:1px solid #E2E8F0;border-radius:8px;background:#fff}.model-release-editor input{width:100%;min-width:0;border:1px solid #D8E1EE;border-radius:8px;padding:7px 8px;font-weight:900}.model-release-editor input:disabled{background:#f8fafc;color:#94a3b8}.model-release-editor>div span,.model-release-editor>div small{color:#64748b;font-size:11px;font-weight:850}.model-release-editor>div strong{color:#0f172a;font-size:18px}.whats-carousel{width:min(520px,calc(100vw - 34px))!important;padding-top:46px!important}.whats-nav{display:grid;grid-template-columns:38px minmax(0,1fr) 38px;align-items:center;gap:12px;margin-bottom:12px}.whats-nav button{width:38px;height:38px;border:1px solid #D8E1EE;border-radius:8px;background:#fff;color:#0f172a;font-size:18px;font-weight:950}.whats-nav button:hover{border-color:#2563eb;color:#2563eb;background:#eff6ff}.whats-nav div{min-width:0;text-align:center}.whats-nav span{display:block;color:#64748b;font-size:11px;font-weight:900;text-transform:uppercase}.whats-nav h2{margin:2px 0!important}.whats-nav small{color:#64748b;font-weight:850}.model-audit-grid strong{overflow:hidden;text-overflow:ellipsis}.model-tree-title{grid-template-columns:18px 16px minmax(0,1fr) max-content!important;gap:4px!important}.model-tree-title input{min-width:0!important}.section-title-row{grid-template-columns:minmax(0,1fr) max-content!important;min-width:0!important}.section-inline-actions,.tree-group-actions{flex:0 0 auto!important;min-width:max-content!important}.tree-group-actions button{width:20px!important;height:20px!important;min-width:20px!important;border:0!important;border-radius:6px!important;background:transparent!important}.tree-group-actions button:hover{background:#eef2ff!important}.panel-collapse{width:12px!important;height:22px!important;border:0!important;box-shadow:0 8px 20px #0f172a1f!important;font-size:12px!important}.left-collapse{left:calc(var(--left-panel-width, 300px) - 6px)!important;border-radius:0 8px 8px 0!important}.right-collapse{right:calc(var(--right-panel-width, 360px) - 6px)!important;border-radius:8px 0 0 8px!important}.edit-lock-pill.owned{border-color:#22ff6fd9!important;background:linear-gradient(135deg,#10b9815c,#8eeb314d)!important;box-shadow:0 0 0 1px #22ff6f2e,0 10px 22px #16a34a29!important}.edit-lock-pill.owned button{background:#d9ffb8!important;color:#064e3b!important;border-color:#8eeb31!important}.release-request-banner{position:fixed;left:50%;top:58px;z-index:60;transform:translate(-50%);min-width:min(620px,calc(100vw - 32px));display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 12px;border:1px solid #bfdbfe;border-radius:8px;background:#eff6ff;color:#0d132a;box-shadow:0 16px 42px #0d132a24}.release-request-banner strong,.release-request-banner span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.release-request-banner button{min-height:32px;border:0;border-radius:8px;background:#2563eb;color:#fff;font-weight:820}.version-history-modal{position:relative;width:min(760px,calc(100vw - 40px));max-height:min(680px,calc(100vh - 40px));display:grid;grid-template-rows:auto minmax(0,1fr);gap:14px;padding:22px;border:1px solid #D8E1EE;border-radius:8px;background:#fff;box-shadow:0 24px 70px #0d132a52}.version-history-modal header{padding-right:42px}.version-history-modal h2{margin:0;color:#0d132a}.version-history-modal p{margin:6px 0 12px;color:#64748b}.version-history-modal header button,.version-list button{min-height:34px;border:1px solid #D8E1EE;border-radius:8px;background:#fff;color:#334155;font-weight:820}.version-list{min-height:0;overflow:auto;display:grid;gap:8px}.version-list article{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:12px;border:1px solid #E2E8F0;border-radius:8px;background:#f8fafc}.version-list strong,.version-list span{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.version-list span{margin-top:4px;color:#64748b;font-size:12px}.version-list button:not(:disabled){background:#2563eb;border-color:#2563eb;color:#fff}.account-modal{position:relative;width:min(860px,calc(100vw - 40px));max-height:min(760px,calc(100vh - 40px));overflow:auto;display:grid;gap:14px;padding:22px;border:1px solid #D8E1EE;border-radius:8px;background:#fff;box-shadow:0 24px 70px #0d132a52;color:#0d132a}.account-modal header{padding-right:46px}.account-modal h2,.account-modal h3{margin:0}.account-modal header p{margin:6px 0 0;color:#64748b}.account-shell{display:grid;gap:12px}.account-card{display:grid;gap:12px;border:1px solid #E2E8F0;border-radius:8px;background:#f8fafc;padding:14px}.account-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.account-card label{display:grid;gap:5px;color:#334155;font-size:12px;font-weight:850}.account-card input,.account-card textarea{width:100%;border:1px solid #CBD5E1;border-radius:8px;background:#fff;color:#0f172a;padding:9px 10px;font:inherit}.account-card textarea{min-height:78px;resize:vertical}.account-actions{display:flex;justify-content:flex-end;gap:8px}.account-actions button{min-height:34px;border:1px solid #CBD5E1;border-radius:8px;background:#fff;color:#0f172a;font-weight:850;display:inline-flex;align-items:center;gap:7px;padding:0 12px}.account-actions button.primary{background:#2563eb;border-color:#2563eb;color:#fff}.account-danger{border-color:#fecaca;background:#fff7f7}.account-danger h3{color:#991b1b}.account-danger p{margin:0;color:#7f1d1d}.account-actions button.danger{background:#dc2626;border-color:#dc2626;color:#fff}@media (max-width:760px){.account-grid{grid-template-columns:1fr}.account-actions{justify-content:stretch}.account-actions button{width:100%;justify-content:center}}.app{transition:grid-template-columns .28s cubic-bezier(.22,.78,.2,1)}body.drag-no-select .app,.app:has(.resize-panel:hover){transition:none}.left,.right{transition:opacity .22s ease,transform .28s cubic-bezier(.22,.78,.2,1),padding .22s ease}.left-collapsed .left{transform:translate(-8px);opacity:.88}.right-collapsed .right{transform:translate(8px);opacity:.88}.top-menu-wrap{order:7;position:relative;display:inline-flex;align-items:center}.top-menu-wrap>button{min-width:70px!important}.top-menu-pop{position:absolute;top:38px;right:0;z-index:90;width:196px;display:grid;gap:4px;padding:8px;border:1px solid rgba(216,225,238,.95);border-radius:8px;background:#fff;color:#0f172a;box-shadow:0 18px 44px #0d132a42}.top-actions .top-menu-pop button{width:100%!important;min-height:34px!important;justify-content:flex-start!important;gap:8px!important;padding:0 10px!important;border:1px solid transparent!important;border-radius:8px!important;background:transparent!important;color:#1e293b!important;box-shadow:none!important}.top-actions .top-menu-pop button:hover{background:#eff6ff!important;border-color:#bfdbfe!important;color:#1d4ed8!important}.top-actions .top-menu-pop button.danger{color:#b91c1c!important}.top-actions .top-menu-pop button.danger:hover{background:#fef2f2!important;border-color:#fecaca!important}.account-modal{width:min(920px,calc(100vw - 40px))!important;max-height:none!important;overflow:visible!important;gap:12px!important;padding:20px!important}.account-modal header p{margin-top:4px!important;font-size:13px!important}.account-shell{display:grid!important;grid-template-columns:minmax(0,1.14fr) minmax(300px,.86fr)!important;grid-template-areas:"profile password" "profile danger"!important;gap:12px!important;align-items:start!important}.account-shell .account-card:nth-child(1){grid-area:profile}.account-shell .account-card:nth-child(2){grid-area:password}.account-shell .account-danger{grid-area:danger}.account-card{gap:10px!important;padding:12px!important}.account-grid{gap:8px!important}.account-card input,.account-card textarea{padding:7px 9px!important;border-radius:7px!important}.account-card textarea{min-height:42px!important;resize:none!important}.account-delete-row{display:grid;grid-template-columns:minmax(0,1fr) 140px auto;align-items:end;gap:8px}.account-delete-row .danger-outline{min-height:34px;border:1px solid #FCA5A5!important;border-radius:8px;background:#fff!important;color:#b91c1c!important;font-weight:900;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 12px;white-space:nowrap}.account-delete-row .danger-outline:hover:not(:disabled){background:#fef2f2!important;border-color:#ef4444!important}@media (max-width:900px){.account-modal{max-height:calc(100vh - 32px)!important;overflow:auto!important}.account-shell{grid-template-columns:1fr!important;grid-template-areas:"profile" "password" "danger"!important}.account-delete-row{grid-template-columns:1fr!important}}.app{transition:grid-template-columns .46s cubic-bezier(.16,1,.3,1)!important;will-change:grid-template-columns}body.drag-no-select .app,.app:has(.resize-panel:hover){transition:none!important}.left,.right{transform:none!important;transition:opacity .32s ease,background-color .32s ease,border-color .32s ease!important}.left-collapsed .left,.right-collapsed .right{transform:none!important;opacity:1!important}:fullscreen .app,html:-webkit-full-screen .app{height:100dvh!important;grid-template-rows:52px minmax(0,1fr)!important}:fullscreen .left,:fullscreen .right,html:-webkit-full-screen .left,html:-webkit-full-screen .right{min-height:0!important;padding-top:22px!important}:fullscreen .inspector.governance-inspector,:fullscreen .multi-inspector,html:-webkit-full-screen .inspector.governance-inspector,html:-webkit-full-screen .multi-inspector{max-height:calc(100dvh - 96px)!important}.account-danger{overflow:visible!important}.account-delete-row{grid-template-columns:1fr!important;align-items:stretch!important}.account-delete-row label,.account-delete-row textarea,.account-delete-row .danger-outline{min-width:0!important;width:100%!important}.account-delete-row textarea{min-height:38px!important;max-height:58px!important}.account-delete-row .danger-outline{justify-content:center!important;white-space:normal!important}.right{min-height:0!important}.right>.property-panel-title{flex:0 0 auto!important}.right>.inspector.governance-inspector,.right>.multi-inspector{flex:1 1 auto!important;height:auto!important;min-height:0!important;max-height:none!important;overflow-y:auto!important}:fullscreen .right,html:-webkit-full-screen .right{height:auto!important;max-height:none!important;padding-top:18px!important}:fullscreen .right>.inspector.governance-inspector,:fullscreen .right>.multi-inspector,html:-webkit-full-screen .right>.inspector.governance-inspector,html:-webkit-full-screen .right>.multi-inspector{height:auto!important;max-height:none!important}.right{display:grid!important;grid-template-rows:auto minmax(0,1fr)!important;align-content:stretch!important;overflow:hidden!important;min-height:0!important}.right>.property-panel-title{grid-row:1!important;position:relative!important;z-index:12!important;min-height:34px!important;margin:0 0 8px!important;padding:0 0 4px!important;background:linear-gradient(180deg,#fffffffa,#ffffffeb)!important}.right>.inspector.governance-inspector,.right>.multi-inspector{grid-row:2!important;min-height:0!important;height:100%!important;max-height:none!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain!important;scroll-padding-top:8px!important}:fullscreen .right,html:-webkit-full-screen .right{height:calc(100dvh - 52px)!important;max-height:calc(100dvh - 52px)!important;align-self:stretch!important;padding-top:16px!important;padding-bottom:16px!important}:fullscreen .right>.property-panel-title,html:-webkit-full-screen .right>.property-panel-title{top:auto!important;transform:none!important}:fullscreen .right>.inspector.governance-inspector,:fullscreen .right>.multi-inspector,html:-webkit-full-screen .right>.inspector.governance-inspector,html:-webkit-full-screen .right>.multi-inspector{height:100%!important;max-height:none!important}.auth-footer button{border:0;background:transparent;color:#93c5fd;font:inherit;font-weight:800;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.beta-policy-modal,.developer-contact-modal{position:relative;width:min(760px,calc(100vw - 36px));max-height:min(760px,calc(100vh - 36px));overflow:auto;border:1px solid #D8E1EE;border-radius:8px;background:#fff;color:#0f172a;box-shadow:0 24px 70px #0d132a52;padding:24px;display:grid;gap:14px}.modal-close.standalone{position:absolute;right:12px;top:12px;width:34px;height:34px;border:1px solid #D8E1EE;border-radius:8px;background:#fff;color:#0f172a;font-size:22px;line-height:1;cursor:pointer}.beta-policy-content{display:grid;gap:10px;color:#334155;line-height:1.45}.beta-policy-content ul{margin:0;padding-left:18px;display:grid;gap:8px}.beta-policy-note{border:1px dashed #A7F3D0;border-radius:8px;background:#ecfdf5;color:#065f46;padding:10px}.beta-policy-actions,.developer-contact-actions{display:flex;justify-content:flex-end;gap:8px}.beta-policy-actions .primary,.developer-contact-actions .primary{border:1px solid #2563eb;background:#2563eb;color:#fff}.developer-contact-form{display:grid;gap:12px}.developer-contact-form label{display:grid;gap:6px;font-size:12px;font-weight:850;color:#334155}.developer-contact-form input,.developer-contact-form select,.developer-contact-form textarea{width:100%;border:1px solid #CBD5E1;border-radius:8px;background:#fff;color:#0f172a;padding:9px 10px;font:inherit}.developer-contact-form textarea{min-height:130px;resize:vertical}.developer-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.developer-contact-actions button,.account-policy-link{min-height:34px;border:1px solid #CBD5E1;border-radius:8px;background:#fff;color:#0f172a;font-weight:850;padding:0 12px;cursor:pointer}.developer-contact-status{margin:0;color:#2563eb;font-weight:850}.account-policy-link{margin-top:10px}@media (max-width:720px){.developer-contact-grid{grid-template-columns:1fr}.beta-policy-actions,.developer-contact-actions{justify-content:stretch}.beta-policy-actions button,.developer-contact-actions button{width:100%}}.genai-simple{gap:12px}.genai-hero{display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid #dbeafe;border-radius:8px;background:linear-gradient(135deg,#eff6ff,#f8fafc);padding:14px}.genai-hero span{display:block;color:#2563eb;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.genai-hero strong{display:block;margin:3px 0;color:#0f172a;font-size:18px}.genai-hero p{margin:0;color:#475569;line-height:1.4}.genai-switch{display:inline-flex!important;align-items:center!important;gap:8px!important;min-width:max-content!important;border:1px solid #bfdbfe!important;border-radius:999px!important;background:#fff!important;padding:8px 12px!important;color:#0f172a!important;font-weight:900!important}.genai-switch input{width:auto!important}.genai-status-row{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;padding:10px 12px;color:#334155}.genai-status-row button,.ai-suggest-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid rgba(255,255,255,.32);border-radius:10px;background:linear-gradient(135deg,var(--kt-blue,#2563EB),var(--kt-purple,#7C3AED));color:#fff;font-weight:950;min-height:34px;padding:0 12px;cursor:pointer;box-shadow:0 10px 22px #2563eb38,inset 0 1px #ffffff3d}.genai-status-row button:hover,.ai-suggest-button:hover{filter:saturate(1.08) brightness(1.04);box-shadow:0 14px 28px #2563eb4d,inset 0 1px #ffffff47}.ai-suggest-button:disabled{opacity:.55;cursor:not-allowed;filter:grayscale(.15)}.ai-suggest-button svg{width:15px;height:15px;stroke-width:2.4}.description-label-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.cockpit-property-editor .ai-suggest-button{min-height:30px;border-radius:9px;padding:0 10px;font-size:11px;white-space:nowrap}.genai-advanced{border:1px dashed #cbd5e1;border-radius:8px;background:#fff;padding:10px}.genai-advanced summary{cursor:pointer;color:#475569;font-weight:900}.genai-advanced .genai-grid{margin-top:10px}@media (max-width:760px){.genai-hero,.genai-status-row,.description-label-row{align-items:stretch;flex-direction:column}.ai-suggest-button{width:100%}}.canvas-name-display{display:block!important;width:100%!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;cursor:default!important;-webkit-user-select:none!important;user-select:none!important}.node-title-stack .canvas-name-display{height:19px!important;line-height:19px!important;font-size:14px!important;font-weight:900!important;color:#0f172a!important}.node-title-stack.has-schema .canvas-name-display{font-size:13.4px!important;line-height:1.05!important}.field-name .canvas-name-display{font-weight:400!important;color:#1f2937!important}.field-name.pk-name .canvas-name-display{font-weight:900!important}.node-head .node-governance-status-dot,.node-governance-status-dot{width:10px!important;height:10px!important;min-width:10px!important;flex:0 0 10px!important;border-width:1.5px!important;box-shadow:0 0 0 2px #fffffff0,0 1px 3px #0f172a2e!important}.node-head .node-personal-dot,.node-personal-dot{width:19px!important;height:19px!important;min-width:19px!important;flex:0 0 19px!important;background:#fef2f2!important;color:#dc2626!important;border-color:#fca5a5!important;box-shadow:0 0 0 2px #ffffffe0,0 1px 3px #7f1d1d29!important}.node-head .node-personal-dot svg,.node-personal-dot svg{width:12px!important;height:12px!important;stroke-width:2!important}.inspector .ai-suggest-button,.governance-inspector .ai-suggest-button,.cockpit-property-editor .ai-suggest-button,.genai-status-row .ai-suggest-button{background:linear-gradient(135deg,#2563eb,#7c3aed)!important;border-color:#ffffff57!important;color:#fff!important;box-shadow:0 10px 22px #2563eb3d,inset 0 1px #ffffff3d!important}.inspector .ai-suggest-button:hover,.governance-inspector .ai-suggest-button:hover,.cockpit-property-editor .ai-suggest-button:hover,.genai-status-row .ai-suggest-button:hover{background:linear-gradient(135deg,#1d4ed8,#6d28d9)!important;color:#fff!important}.inspector .ai-suggest-button svg,.governance-inspector .ai-suggest-button svg,.cockpit-property-editor .ai-suggest-button svg{color:#fff!important;stroke:#fff!important}.small-screen-gate{min-height:100vh;width:100vw;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;padding:32px 24px;background:#fff;color:#0d132a;text-align:center;overflow:auto}.small-screen-gate img{width:min(220px,68vw);height:auto;margin-bottom:10px}.small-screen-gate h1{margin:0;max-width:680px;font-size:clamp(30px,8vw,56px);line-height:1.02;font-weight:950;letter-spacing:0}.small-screen-gate p{margin:0;max-width:620px;color:#42526b;font-size:clamp(16px,4.5vw,21px);line-height:1.42}.small-screen-gate strong{display:inline-flex;align-items:center;justify-content:center;max-width:620px;min-height:42px;border:1px solid #D9E3F0;border-radius:8px;background:#f8fafc;color:#2563eb;padding:10px 14px;font-size:clamp(14px,3.8vw,17px);line-height:1.25}.node{border-width:2px!important;cursor:pointer!important}.rel-anchor{position:absolute;z-index:12;background:transparent;cursor:crosshair!important}.rel-anchor-top,.rel-anchor-bottom{left:33.333%;width:33.334%;height:12px}.rel-anchor-top{top:-3px}.rel-anchor-bottom{bottom:-3px}.rel-anchor-left,.rel-anchor-right{top:33.333%;height:33.334%;width:12px}.rel-anchor-left{left:-3px}.rel-anchor-right{right:-3px}.rel-anchor:hover{background:#4f46e514}.node-head .node-governance-status-dot,.node-governance-status-dot{width:12px!important;height:12px!important;min-width:12px!important;flex-basis:12px!important}.node-governance-status-dot.rascunho,.node-head .node-governance-status-dot.rascunho{background:#94a3b8!important;border-color:#cbd5e1!important}.node-governance-status-dot.em-revisao,.node-head .node-governance-status-dot.em-revisao{background:#f97316!important;border-color:#fed7aa!important}.node-governance-status-dot.aprovado,.node-head .node-governance-status-dot.aprovado{background:#10b981!important;border-color:#bbf7d0!important}.node-governance-status-dot.obsoleto,.node-head .node-governance-status-dot.obsoleto{background:#ef4444!important;border-color:#fecaca!important}.model-tree-root{gap:6px!important}.model-tree-children{margin-left:8px!important;padding-left:18px!important;border-left:1px dotted #cbd5e1!important}.model-tree-children .panel-section{position:relative;border:0!important;background:transparent!important;margin:1px 0 3px!important}.model-tree-children .panel-section:before{content:"";position:absolute;left:-18px;top:18px;width:15px;border-top:1px dotted #cbd5e1}.model-tree-children .panel-section>div:not(.section-title-row){margin-left:18px!important;padding-left:12px!important;border-left:1px dotted #d7deea!important}.section-title-row{display:flex!important;align-items:center!important;gap:5px!important}.section-title-row .section-title{min-width:0!important;flex:1 1 auto!important;height:30px!important;padding:0 6px!important;grid-template-columns:14px 16px minmax(0,1fr)!important;gap:6px!important;border-radius:9px!important}.section-title-row .section-title span:last-child{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.panel-section.empty-section .section-title{cursor:default!important;color:#64748b!important}.panel-section.empty-section .section-title .section-chev{width:14px!important}.section-inline-actions{flex:0 0 auto!important;display:flex!important;align-items:center!important}.tree-section-actions.compact{margin:0!important;gap:3px!important;display:flex!important;align-items:center!important}.tree-section-actions.compact .tree-create.compact{width:22px!important;height:22px!important;min-height:22px!important;min-width:22px!important;padding:0!important;margin:0!important;border:0!important;border-radius:7px!important;background:#eef2ff!important;color:#4f46e5!important;display:grid!important;place-items:center!important}.tree-section-actions.compact .tree-create.compact svg{width:13px!important;height:13px!important}.tree-section-actions.compact .tree-sort-tools{margin:0!important;gap:2px!important;display:flex!important}.tree-section-actions.compact .tree-sort-tools button{min-width:24px!important;height:22px!important;padding:0 4px!important;border:0!important;border-radius:7px!important;background:#f8fafc!important;font-size:9px!important;color:#64748b!important}.tree-item{margin-left:6px!important}.ctx{max-height:calc(100vh - 16px)!important;overflow-y:auto!important;overscroll-behavior:contain!important}.ctx::-webkit-scrollbar{width:8px}.ctx::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.model-panel-title,.property-panel-title,.workspace-panel-picker{min-width:0!important}.model-title-actions{flex:0 0 auto!important}.model-title-actions button{background:transparent!important;color:#64748b!important;border:1px solid transparent!important;box-shadow:none!important}.model-title-actions button:hover{background:#f1f5f9!important;color:#0f172a!important;border-color:#e2e8f0!important}.model-title-actions button.active-pin{background:#eef6ff!important;color:#2563eb!important;border-color:#bfdbfe!important;box-shadow:none!important}.model-tree-title{grid-template-columns:18px 18px minmax(0,1fr) 24px!important;gap:4px!important}.model-tree-title button,.section-chev-button{min-width:20px!important;width:20px!important}.section-title-row{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:3px!important}.section-inline-actions{min-width:max-content!important}.tree-section-actions.compact,.tree-group-actions{flex:0 0 auto!important;white-space:nowrap!important}.tree-section-actions.compact .tree-create.compact,.tree-section-actions.compact .tree-sort-tools button,.tree-group-actions button{width:23px!important;min-width:23px!important;height:23px!important;min-height:23px!important;padding:0!important;border:1px solid #e2e8f0!important;border-radius:7px!important;background:#f8fafc!important;color:#64748b!important;display:inline-grid!important;place-items:center!important;font-size:8.5px!important;line-height:1!important}.tree-section-actions.compact .tree-create.compact:hover,.tree-section-actions.compact .tree-sort-tools button:hover,.tree-group-actions button:hover{background:#eef2ff!important;color:#4f46e5!important;border-color:#c7d2fe!important}.tree-section-actions.compact .tree-sort-tools{flex:0 0 auto!important}.tree-section-actions.compact .tree-create.compact svg,.tree-group-actions button svg{width:12px!important;height:12px!important}.tree-item.area-tree.editable{grid-template-columns:22px minmax(0,1fr) 22px!important}.tree-item.area-tree.editable>button{min-width:22px!important;width:22px!important;height:22px!important}.model-tree-title>svg{color:#4f46e5!important}.section-title-row>.section-title>svg{color:#64748b!important}.tree-item svg,.section-title svg,.model-tree-title svg{flex:0 0 auto!important}:root{--kt-navy:#0D132A;--kt-blue:#2563EB;--kt-purple:#7C3AED;--kt-cyan:#06B6D4;--kt-green:#22C55E;--kt-gray-dark:#364152;--kt-gray:#64748B;--kt-gray-light:#E5E7EB;--kt-gray-soft:#F1F5F9;--kt-white:#FFFFFF}.ctx{pointer-events:auto!important;min-width:224px!important;box-shadow:0 22px 60px #0d132a3d!important}.section-title-row{grid-template-columns:minmax(22px,1fr) max-content!important;overflow:visible!important}.section-title{min-width:0!important;overflow:hidden!important}.section-title span:last-child,.tree-item span,.model-tree-title input{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.section-inline-actions{position:sticky!important;right:0!important;z-index:4!important;padding-left:8px!important;background:linear-gradient(90deg,#fff0,#fffffff5 28%)!important;box-shadow:-10px 0 14px #ffffffc7!important}.tree-section-actions.compact{gap:2px!important}.tree-section-actions.compact .tree-create.compact,.tree-section-actions.compact .tree-sort-tools button,.tree-group-actions button,.model-tree-title button{border-color:#e5e7eb!important;background:#fff!important;color:#64748b!important}.tree-section-actions.compact .tree-create.compact:hover,.tree-section-actions.compact .tree-sort-tools button:hover,.tree-group-actions button:hover,.model-tree-title button:hover{background:#f1f5f9!important;color:#2563eb!important;border-color:#2563eb!important}.model-tree-title>svg{color:#2563eb!important}.section-title-row>.section-title>svg{color:#364152!important}.model-tree-children>.panel-section>.section-title-row>.section-title>svg{color:#2563eb!important}.model-tree-children .model-tree-children>.panel-section>.section-title-row>.section-title>svg{color:#06b6d4!important}.tree-item.area-tree svg{color:#06b6d4!important}.tree-item.object-tree.logical-object svg{color:#7c3aed!important}.tree-item.object-tree.physical-object svg{color:#2563eb!important}.tree-item.rel-tree svg{color:#22c55e!important}.node{border-width:2.5px!important}.node-head-drag-zone{cursor:grab!important;-webkit-user-select:none!important;user-select:none!important}.node-head-drag-zone:active{cursor:grabbing!important}.node-head .canvas-name-display{cursor:text!important;-webkit-user-select:text!important;user-select:text!important}.node-head .node-head-meta,.node-head .node-menu,.node-head button{cursor:pointer!important}.node-head .node-governance-status-dot.obsoleto,.node-governance-status-dot.obsoleto{background:#ef4444!important;border-color:#fecaca!important}.bulk-editor-backdrop{z-index:180!important}.bulk-editor-modal{width:min(1280px,96vw)!important;height:min(780px,92vh)!important;padding:0!important;overflow:hidden!important}.bulk-editor-shell{display:grid;grid-template-columns:220px minmax(0,1fr);height:100%;min-height:0}.bulk-editor-nav{background:#0d132a;color:#fff;padding:22px 14px;display:flex;flex-direction:column;gap:10px}.bulk-editor-nav strong{font-size:14px;line-height:1.25;margin:0 4px 8px}.bulk-editor-nav button{display:flex;align-items:center;gap:9px;width:100%;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:#ffffff0f;color:#fff;padding:10px 11px;font-weight:850;cursor:pointer}.bulk-editor-nav button.active{background:linear-gradient(135deg,#2563eb,#22c55e);border-color:transparent}.bulk-editor-content{min-width:0;min-height:0;overflow:auto;background:#f8fafc;padding:18px}.bulk-editor-content .inspector{max-width:none!important;height:auto!important;overflow:visible!important;background:transparent!important}.bulk-field-editor{display:grid;gap:14px}.bulk-field-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.bulk-field-toolbar h2{margin:0;font-size:20px;color:#0d132a}.bulk-field-toolbar span{color:#64748b;font-size:12px;font-weight:750}.bulk-field-toolbar button,.bulk-map-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid #E5E7EB;border-radius:10px;background:#fff;color:#0d132a;height:34px;padding:0 12px;font-weight:850;cursor:pointer}.bulk-field-toolbar button:hover,.bulk-map-button:hover{border-color:#2563eb;color:#2563eb;background:#f1f5f9}.bulk-field-table-wrap{overflow:auto;border:1px solid #E5E7EB;border-radius:14px;background:#fff;box-shadow:0 18px 50px #0d132a14}.bulk-field-table{border-collapse:separate;border-spacing:0;min-width:1180px;width:100%;font-size:12px}.bulk-field-table th{position:sticky;top:0;z-index:2;background:#f1f5f9;color:#364152;text-align:left;padding:9px;border-bottom:1px solid #E5E7EB;white-space:nowrap}.bulk-field-table td{padding:7px;border-bottom:1px solid #EEF2F7;vertical-align:top}.bulk-field-table input,.bulk-field-table select,.bulk-field-table textarea{width:100%;min-width:118px;border:1px solid #D8E0EA;border-radius:8px;background:#fff;color:#0d132a;padding:7px 8px;font-size:12px;font-weight:700}.bulk-field-table textarea{min-height:54px;resize:vertical}.bulk-field-table input[type=checkbox]{width:16px;min-width:16px;height:16px}.nested-mapping-modal{z-index:220!important;background:#0d132a73!important}.bulk-mapping-modal{width:min(760px,92vw)!important;max-height:82vh!important;overflow:auto!important}.bulk-mapping-modal h2{margin:0 0 16px;color:#0d132a}.left,.model-tree-root,.model-tree-block,.model-tree-children,.model-tree-children .panel-section,.model-tree-children .panel-section>div,.section-title-row,.tree-item,.model-tree-title{min-width:0!important;max-width:100%!important;box-sizing:border-box!important}.model-tree-root{overflow-y:auto!important;overflow-x:hidden!important;padding-right:10px!important;scrollbar-gutter:stable!important}.model-tree-children{padding-left:14px!important;margin-left:6px!important}.model-tree-children .model-tree-children{padding-left:12px!important;margin-left:5px!important}.model-tree-children .panel-section>div:not(.section-title-row){margin-left:12px!important;padding-left:8px!important;max-width:calc(100% - 12px)!important}.section-title-row{position:relative!important;display:grid!important;grid-template-columns:minmax(0,1fr) 72px!important;align-items:center!important;gap:2px!important;width:100%!important;overflow:hidden!important}.section-title-row .section-title{width:100%!important;max-width:100%!important}.section-inline-actions{position:relative!important;right:auto!important;width:72px!important;min-width:72px!important;max-width:72px!important;justify-self:end!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;padding-left:2px!important;padding-right:0!important;background:linear-gradient(90deg,#fff0,#fffffffa 18%)!important;box-shadow:none!important;overflow:visible!important}.tree-section-actions.compact{width:72px!important;min-width:72px!important;max-width:72px!important;justify-content:flex-end!important;gap:2px!important}.tree-section-actions.compact .tree-sort-tools{gap:2px!important}.tree-section-actions.compact .tree-create.compact,.tree-section-actions.compact .tree-sort-tools button,.tree-group-actions button{width:21px!important;min-width:21px!important;height:21px!important;min-height:21px!important;border-radius:7px!important;flex:0 0 21px!important}.tree-item{width:100%!important;overflow:hidden!important}.tree-item span,.tree-item input{min-width:0!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.model-tree-title{grid-template-columns:18px 18px minmax(0,1fr) 22px!important;overflow:hidden!important}.field{grid-template-columns:24px minmax(0,1fr) max-content!important}.field em,.field .field-meta{min-width:max-content!important;justify-self:end!important}.bulk-editor-backdrop{display:block!important;background:#0d132a2e!important}.bulk-editor-modal{position:fixed!important;width:var(--bulk-editor-width,min(1280px,96vw))!important;height:var(--bulk-editor-height,min(780px,92vh))!important;max-width:none!important;max-height:none!important;padding:0!important;overflow:hidden!important;border:1px solid #D8E1EE!important;border-radius:8px!important;background:#fff!important;box-shadow:0 24px 70px #0d132a52!important}.bulk-editor-modal.modal-maximized{top:12px!important;right:12px!important;bottom:12px!important;left:12px!important;width:auto!important;height:auto!important}.bulk-editor-shell{display:grid!important;grid-template-columns:240px minmax(0,1fr)!important;height:100%!important;min-height:0!important}.bulk-editor-nav{background:#fff!important;color:#0d132a!important;border-right:1px solid #D8E1EE!important;padding:18px 12px!important;display:flex!important;flex-direction:column!important;gap:8px!important;cursor:move!important}.bulk-editor-nav strong{color:#0d132a!important;font-size:14px!important;font-weight:950!important;line-height:1.25!important;padding:0 6px 8px!important;border-bottom:1px solid #EEF2F7!important}.bulk-editor-nav button{display:flex!important;align-items:center!important;gap:9px!important;width:100%!important;min-height:34px!important;border:1px solid #E2E8F0!important;border-radius:8px!important;background:#f8fafc!important;color:#334155!important;padding:8px 10px!important;font-weight:850!important;cursor:pointer!important;text-align:left!important}.bulk-editor-nav button svg{color:#64748b!important}.bulk-editor-nav button.active{background:#eef2ff!important;border-color:#c7d2fe!important;color:#2563eb!important;box-shadow:inset 3px 0 #2563eb!important}.bulk-editor-nav button.active svg{color:#2563eb!important}.bulk-editor-content{min-width:0!important;min-height:0!important;overflow:auto!important;background:#f8fafc!important;padding:18px!important}.bulk-editor-content .inspector{max-width:none!important;height:auto!important;overflow:visible!important;background:transparent!important;padding:0!important}.bulk-field-table-wrap{border-radius:8px!important;box-shadow:0 12px 34px #0d132a14!important}.bulk-editor-resize{position:absolute!important;right:0!important;bottom:0!important;width:18px!important;height:18px!important;cursor:nwse-resize!important;background:linear-gradient(135deg,transparent 52%,#CBD5E1 53%,#CBD5E1 62%,transparent 63%)!important}.bulk-editor-mini{position:fixed!important;right:18px!important;bottom:64px!important;z-index:190!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto auto!important;gap:6px!important;align-items:center!important;width:min(360px,calc(100vw - 36px))!important;padding:8px 10px!important;border:1px solid #D8E1EE!important;border-radius:8px!important;background:#fff!important;box-shadow:0 18px 44px #0d132a3d!important;color:#0d132a!important}.bulk-editor-mini strong,.bulk-editor-mini span{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.bulk-editor-mini span{grid-column:1!important;color:#64748b!important;font-size:11px!important;font-weight:800!important}.bulk-editor-mini button{width:28px!important;height:28px!important;border:1px solid #E2E8F0!important;border-radius:8px!important;background:#f8fafc!important;color:#334155!important}.right{background:#fffffff0!important;border-left:1px solid #D8E1EE!important;box-shadow:-10px 0 28px #0d132a0f!important}.right>.property-panel-title{margin:0!important;min-height:42px!important;padding:6px 8px 8px!important;border-bottom:1px solid #EEF2F7!important;background:#fff!important}.right>.property-panel-title span{color:#0d132a!important;font-size:16px!important;font-weight:950!important}.right>.inspector.governance-inspector,.right>.multi-inspector{background:transparent!important;padding:8px 8px 18px!important}.right .prop-section{border:0!important;border-radius:8px!important;background:transparent!important;box-shadow:none!important;margin:8px 0!important}.right .prop-section-head{min-height:38px!important;height:auto!important;border:1px solid #E2E8F0!important;border-radius:8px!important;background:#f8fafc!important;color:#334155!important;padding:8px 10px!important}.right .prop-section-head:hover,.right .prop-section-head.open{background:#eef2ff!important;border-color:#c7d2fe!important;color:#2563eb!important}.right .prop-section-head svg{color:#64748b!important}.right .prop-section-head:hover svg,.right .prop-section-head.open svg{color:#2563eb!important}.right .prop-section-body{padding:10px 2px 2px!important}.model-tree-title>svg,.model-tree-children>.panel-section>.section-title-row>.section-title>svg,.model-tree-children .model-tree-children>.panel-section>.section-title-row>.section-title>svg{color:#64748b!important}.ctx{max-width:min(340px,calc(100vw - 16px))!important;max-height:calc(100vh - 16px)!important;overscroll-behavior:contain!important}.ctx button{min-height:30px!important}.adhoc-folder>button,.adhoc-subfolder>button{cursor:pointer!important}.adhoc-preset-ribbon .clear-view{background:#fff!important;color:#64748b!important;border-color:#cbd5e1!important}.adhoc-preset-ribbon .clear-view:not(:disabled):hover{background:#f8fafc!important;color:#0d132a!important;border-color:#64748b!important}.adhoc-preset-ribbon .clear-view:disabled{opacity:.45!important;cursor:not-allowed!important}.adhoc-table-wrap{position:relative!important;resize:vertical!important;min-height:180px!important;max-height:780px!important}.adhoc-height-resizer{position:absolute!important;left:0!important;right:0!important;bottom:0!important;height:8px!important;cursor:ns-resize!important;background:linear-gradient(180deg,transparent,#E2E8F0)!important}.adhoc-window .adhoc-table-wrap th{resize:horizontal!important;overflow:hidden!important}.bulk-field-toolbar{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important;gap:12px!important;padding-right:142px!important;min-height:46px!important}.bulk-field-toolbar h2{font-size:18px!important;letter-spacing:-.01em!important}.bulk-field-toolbar span{display:block!important;margin-top:3px!important}.bulk-field-toolbar button{height:32px!important;border-radius:8px!important}.bulk-field-table-wrap{resize:vertical!important;min-height:180px!important;max-height:calc(100vh - 260px)!important;box-shadow:none!important;border-color:#e2e8f0!important}.bulk-field-table{border-spacing:0!important;font-size:11px!important}.bulk-field-table th{resize:horizontal!important;overflow:hidden!important;background:#fff!important;color:#475569!important;font-size:10px!important;font-weight:850!important;text-transform:none!important;letter-spacing:0!important;border-bottom:1px solid #D8E1EE!important;border-right:0!important;padding:7px 8px!important}.bulk-field-table td{border-right:0!important;border-bottom:1px solid #EEF2F7!important;padding:6px 8px!important;background:#fff!important}.bulk-field-table tr:hover td{background:#f8fafc!important}.bulk-field-table input,.bulk-field-table select,.bulk-field-table textarea{min-width:104px!important;border-color:#d8e1ee!important;border-radius:7px!important;background:#fff!important;font-size:11px!important;font-weight:760!important;box-shadow:none!important}.bulk-field-table textarea{min-height:34px!important;max-height:130px!important}.bulk-field-table input[type=checkbox]{min-width:14px!important;width:14px!important;height:14px!important;accent-color:#2563EB!important}.right .prop-section-head{display:grid!important;grid-template-columns:minmax(0,1fr) 20px!important;gap:6px!important;min-height:30px!important;padding:0 6px!important;border:0!important;background:transparent!important;border-radius:8px!important;font-size:12px!important;font-weight:950!important;letter-spacing:.08em!important;text-transform:uppercase!important;color:#111827!important}.right .prop-section-head>span:first-child{min-width:0!important;display:grid!important;grid-template-columns:16px minmax(0,max-content) auto!important;justify-content:start!important;align-items:center!important;gap:6px!important}.right .prop-section-head .prop-section-chev{width:20px!important;height:20px!important;border:1px solid #E2E8F0!important;border-radius:7px!important;background:#fff!important;color:#64748b!important;transform:rotate(-90deg)!important}.right .prop-section-head .prop-section-chev.open{transform:rotate(90deg)!important;background:#f8fafc!important;color:#0d132a!important}.right .prop-section-head .prop-section-chev svg{width:12px!important;height:12px!important}.right .prop-section-head:hover,.right .prop-section-head.open{background:#f4f6fb!important;border-color:transparent!important;color:#111827!important}.ctx{padding:5px!important}.ctx:hover{box-shadow:0 22px 60px #0d132a47!important}.bulk-field-table-wrap,.adhoc-table-wrap{border:1px solid #D7DEE8!important;border-radius:4px!important;background:#fff!important;box-shadow:none!important}.bulk-field-table,.adhoc-table-wrap table{border-collapse:collapse!important;border-spacing:0!important;background:#fff!important;table-layout:auto!important}.bulk-field-table th,.adhoc-table-wrap th{background:#f3f6fa!important;color:#334155!important;border:1px solid #D7DEE8!important;padding:5px 7px!important;height:28px!important;font-size:11px!important;font-weight:800!important;line-height:1.2!important;box-shadow:none!important}.bulk-field-table td,.adhoc-table-wrap td{border:1px solid #DDE4EE!important;padding:0!important;min-height:28px!important;height:28px!important;background:#fff!important;vertical-align:top!important;box-shadow:none!important}.bulk-field-table tr:hover td,.adhoc-table-wrap tr:hover td{background:#fafcff!important}.bulk-field-table input,.bulk-field-table select,.bulk-field-table textarea{width:100%!important;min-width:96px!important;min-height:27px!important;height:100%!important;border:1px solid transparent!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;padding:4px 6px!important;color:#0f172a!important;font-size:11px!important;font-weight:600!important;line-height:1.25!important}.bulk-field-table textarea{display:block!important;min-height:54px!important;resize:vertical!important}.bulk-field-table select{-webkit-appearance:auto!important;-moz-appearance:auto!important;appearance:auto!important}.bulk-field-table input:focus,.bulk-field-table select:focus,.bulk-field-table textarea:focus{border-color:#2563eb!important;background:#fff!important;outline:none!important;box-shadow:inset 0 0 0 1px #2563eb!important;position:relative!important;z-index:2!important}.bulk-field-table input[type=checkbox]{width:14px!important;min-width:14px!important;height:14px!important;min-height:14px!important;margin:7px auto!important;display:block!important}.bulk-field-table .bulk-map-button{margin:3px 5px!important;height:22px!important;min-height:22px!important;border-radius:4px!important;font-size:10px!important;padding:0 7px!important}.adhoc-table-wrap td{padding:5px 7px!important;color:#0f172a!important;font-size:11px!important;line-height:1.28!important}.adhoc-remove-column{border-radius:4px!important}.right .prop-section-head .prop-section-chev,.property-panel-controls button,.primary-add-field{width:22px!important;min-width:22px!important;height:22px!important;min-height:22px!important;padding:0!important;border:1px solid #DDE4EE!important;border-radius:7px!important;background:#fff!important;color:#64748b!important;box-shadow:none!important;display:inline-grid!important;place-items:center!important}.right .prop-section-head .prop-section-chev:hover,.property-panel-controls button:hover,.primary-add-field:hover{background:#f8fafc!important;color:#2563eb!important;border-color:#cbd5e1!important}.right .prop-section-head .prop-section-chev.open{background:#fff!important;color:#64748b!important}.primary-add-field{gap:0!important;font-size:0!important}.primary-add-field svg{width:13px!important;height:13px!important}.node{min-width:max-content!important}.field{grid-template-columns:max-content max-content max-content!important;justify-content:start!important;column-gap:8px!important;width:100%!important;overflow:visible!important;white-space:nowrap!important}.field b{min-width:28px!important;white-space:nowrap!important}.field-name,.field-name .canvas-name-display,.field-meta{min-width:max-content!important;max-width:none!important;overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important}.field-meta{justify-self:end!important;padding-left:4px!important}.node-title-stack,.node-title-stack .canvas-name-display{min-width:max-content!important;max-width:none!important;overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important}.bulk-editor-modal{height:var(--bulk-editor-height,min(840px, calc(100vh - 40px) ))!important}.bulk-editor-content{display:flex!important;flex-direction:column!important;min-height:0!important}.bulk-field-editor{flex:1 1 auto!important;min-height:0!important;display:flex!important;flex-direction:column!important;gap:10px!important}.bulk-field-toolbar.compact-title-actions{grid-template-columns:minmax(0,1fr) max-content!important;align-items:center!important;min-height:34px!important;padding-right:142px!important}.bulk-field-toolbar.compact-title-actions h2{margin:0!important}.compact-line-action,.primary-add-field,.property-panel-controls button{border:1px solid #DDE4EE!important;border-radius:7px!important;background:#fff!important;color:#64748b!important;box-shadow:none!important}.compact-line-action{height:24px!important;min-height:24px!important;padding:0 8px!important;font-size:11px!important;gap:4px!important}.bulk-field-table-wrap{flex:1 1 auto!important;min-height:420px!important;height:100%!important;max-height:none!important;resize:vertical!important;overflow:auto!important}.bulk-field-table{width:max-content!important;min-width:100%!important;table-layout:fixed!important}.bulk-field-table col{min-width:10px!important}.bulk-field-table th{position:sticky!important;top:0!important;z-index:3!important;-webkit-user-select:none!important;user-select:none!important;padding-right:12px!important;white-space:nowrap!important}.bulk-field-table th span{display:block!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.bulk-col-resizer{position:absolute!important;top:0!important;right:-3px!important;width:7px!important;height:100%!important;cursor:col-resize!important;z-index:4!important}.bulk-col-resizer:hover{background:#2563eb33!important}.bulk-field-table td{position:relative!important;height:inherit!important}.bulk-field-table input,.bulk-field-table select,.bulk-field-table textarea{height:100%!important;min-height:100%!important;overflow:hidden!important}.bulk-field-table textarea{resize:none!important;white-space:pre-wrap!important}.bulk-row-resize-cell{width:10px!important;min-width:10px!important;padding:0!important;background:#f8fafc!important}.bulk-row-resizer{position:absolute!important;left:0!important;right:0!important;bottom:-3px!important;height:7px!important;cursor:row-resize!important;z-index:4!important}.bulk-row-resizer:hover{background:#2563eb33!important}.inspector,.multi-inspector{position:relative!important}.inspector-title{display:flex!important;align-items:center!important;min-height:30px!important;padding-right:82px!important}.inspector-title+.property-panel-controls{position:absolute!important;top:0!important;right:0!important;height:30px!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:4px!important}.property-panel-controls{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:4px!important;min-height:24px!important}.property-panel-controls-left{display:flex!important;align-items:center!important;gap:3px!important}.property-panel-controls button,.primary-add-field{width:22px!important;min-width:22px!important;height:22px!important;min-height:22px!important;padding:0!important;display:inline-grid!important;place-items:center!important;font-size:0!important}.property-panel-controls button svg,.primary-add-field svg{width:12px!important;height:12px!important}.prop-section-head{min-height:28px!important}.prop-section-head .prop-section-chev{width:22px!important;height:22px!important}.cockpit-property-editor .prop-section,.bulk-editor-content .prop-section,.right .prop-section{font-family:inherit!important}.field{grid-template-columns:38px minmax(0,1fr) 34px!important;column-gap:7px!important}.field b{min-width:38px!important;white-space:nowrap!important;text-align:center!important}.governance-inspector{display:grid!important;grid-template-columns:minmax(0,1fr) max-content!important;align-items:start!important;column-gap:8px!important}.governance-inspector>.inspector-title{grid-column:1!important;grid-row:1!important;min-width:0!important;padding-right:0!important;margin-bottom:10px!important}.governance-inspector>.inspector-title h2{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.governance-inspector>.property-panel-controls{grid-column:2!important;grid-row:1!important;position:static!important;top:auto!important;right:auto!important;width:auto!important;height:auto!important;min-height:24px!important;margin:0 0 10px auto!important;padding:0!important;background:transparent!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;align-self:start!important}.governance-inspector>:not(.inspector-title):not(.property-panel-controls){grid-column:1/-1!important}.property-panel-controls,.property-panel-controls-left{flex-wrap:nowrap!important}.property-panel-controls .primary-add-field{width:auto!important;min-width:24px!important;max-width:92px!important;padding:0 7px!important;gap:4px!important;display:inline-flex!important;font-size:10.5px!important;line-height:1!important}.property-panel-controls .primary-add-field svg{flex:0 0 12px!important}@media (max-width:390px){.property-panel-controls .primary-add-field{width:22px!important;max-width:22px!important;padding:0!important;font-size:0!important}}.bulk-editor-content{padding-top:58px!important}.bulk-field-toolbar.compact-title-actions{padding-right:0!important;display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:10px!important}.bulk-field-toolbar.compact-title-actions>div{min-width:0!important}.bulk-field-toolbar.compact-title-actions .compact-line-action{flex:0 0 auto!important}.bulk-field-table-wrap{min-height:0!important;height:100%!important;resize:vertical!important}.bulk-field-table th{position:sticky!important;top:0!important}.bulk-col-resizer{right:-4px!important;width:9px!important}.bulk-row-resize-cell{position:relative!important;width:12px!important;min-width:12px!important;cursor:row-resize!important}.bulk-row-resizer{top:0!important;bottom:-4px!important;height:auto!important}.bulk-field-table tbody tr{height:var(--bulk-row-height,auto)}.bulk-field-table textarea{min-height:100%!important}.bulk-editor-content .governance-inspector,.cockpit-property-editor .governance-inspector{grid-template-columns:minmax(0,1fr) max-content!important}.bulk-editor-content .prop-section,.cockpit-property-editor .prop-section,.right .prop-section{border-radius:10px!important}.left,.model-tree-root,.model-tree-block,.model-tree-block.active,.model-tree-title,.model-tree-title.active,.model-tree-children,.model-tree-children .panel-section,.model-tree-children .panel-section>div,.tree-item,.section-title-row,.section-title,.section-title.active{background:#fff!important;border-color:transparent!important;box-shadow:none!important}.left{border-right:0!important}.model-tree-block{border:0!important;border-radius:0!important}.model-tree-title:hover,.section-title:hover,.tree-item:hover{background:#f8fafc!important}.tree-item.active,.section-title.active,.model-tree-title.active{color:#2563eb!important;background:#fff!important}.model-tree-children .panel-section:before,.model-tree-children .panel-section>div:not(.section-title-row):before{display:none!important}.right .prop-section,.bulk-editor-content .prop-section,.cockpit-property-editor .prop-section,.settings-card .prop-section,.popup-adapt-section .prop-section{margin:2px 0!important;border:0!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;overflow:visible!important}.right .prop-section-head,.bulk-editor-content .prop-section-head,.cockpit-property-editor .prop-section-head,.settings-card .prop-section-head,.popup-adapt-section .prop-section-head{min-height:30px!important;height:30px!important;padding:0 4px!important;border:0!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;font-family:inherit!important;font-size:12px!important;font-weight:900!important;letter-spacing:.04em!important;text-transform:uppercase!important;color:#111827!important}.right .prop-section-head:hover,.right .prop-section-head.open,.bulk-editor-content .prop-section-head:hover,.bulk-editor-content .prop-section-head.open,.cockpit-property-editor .prop-section-head:hover,.cockpit-property-editor .prop-section-head.open,.settings-card .prop-section-head:hover,.settings-card .prop-section-head.open,.popup-adapt-section .prop-section-head:hover,.popup-adapt-section .prop-section-head.open{background:#fff!important;color:#111827!important}.right .prop-section-head>span:first-child,.bulk-editor-content .prop-section-head>span:first-child,.cockpit-property-editor .prop-section-head>span:first-child,.settings-card .prop-section-head>span:first-child,.popup-adapt-section .prop-section-head>span:first-child{gap:7px!important}.right .prop-section-head svg,.bulk-editor-content .prop-section-head svg,.cockpit-property-editor .prop-section-head svg,.settings-card .prop-section-head svg,.popup-adapt-section .prop-section-head svg{color:#64748b!important}.right .prop-section-body,.bulk-editor-content .prop-section-body,.cockpit-property-editor .prop-section-body,.settings-card .prop-section-body,.popup-adapt-section .prop-section-body{padding:5px 4px 8px!important;gap:7px!important;background:#fff!important}.right .prop-section+.prop-section,.bulk-editor-content .prop-section+.prop-section,.cockpit-property-editor .prop-section+.prop-section{margin-top:4px!important}.bulk-editor-content{background:#fff!important}
