:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--night:#0d1322;--night-2:#131b30;--card:#161f36;--thread:#8fa6c9;--gold:#e7b45a;--gold-soft:#f3d9a4;--rose:#d97f8e;--mist:#6e7fa3;--ink:#eef2fa;--orb-1:#2b3a63;--orb-2:#141d35;--orb-veil-1:#1a2240;--orb-veil-2:#0d1322;--glass:#0d1322d9;--bg:var(--night);--bg2:var(--night-2);--bg3:var(--card);--surface:var(--card);--border:#8fa6c92e;--accent:var(--gold);--accent2:var(--gold-soft);--accent-glow:#e7b45a59;--text:var(--ink);--text2:var(--mist);--text3:#4e5f80;--danger:#e05252;--success:#52c99a;--radius:12px;--radius-sm:6px;--shadow:0 18px 50px #00000080;--font:"Albert Sans", system-ui, sans-serif;--font-serif:"Fraunces", Georgia, serif}html[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--night:#f7f4ed;--night-2:#efeadf;--card:#fffdf8;--thread:#8093b8;--gold:#8a5e15;--gold-soft:#6f4a10;--rose:#b04a5c;--mist:#54607d;--ink:#1c2438;--orb-1:#fdf9ef;--orb-2:#e6dec9;--orb-veil-1:#ece6d8;--orb-veil-2:#ddd5c2;--glass:#f7f4edd9;--border:#1c243824;--accent-glow:#b07c2440;--text3:#4f5a76;--shadow:0 18px 50px #28283c29}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{background:var(--bg);width:100%;height:100%;color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased;font-size:15px;line-height:1.5}a{color:var(--gold);text-decoration:none}a:hover{color:var(--gold-soft);text-decoration:underline}button{cursor:pointer;font-family:var(--font)}input,textarea,select{font-family:var(--font);font-size:15px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--night-2)}::-webkit-scrollbar-thumb{background:#8fa6c933;border-radius:3px}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes fadein{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes mzizi-caret-blink{0%,to{opacity:1}50%{opacity:0}}.mz-edge{fill:none;stroke:var(--thread);stroke-width:1.4px;opacity:.45;transition:opacity .35s,stroke .35s,stroke-width .35s}.mz-edge.partner{stroke:var(--rose);opacity:.5}.mz-edge.lit{stroke:var(--gold);stroke-width:2.4px;opacity:.95;filter:drop-shadow(0 0 6px var(--accent-glow))}.mz-edge.partner.lit{stroke:var(--rose);filter:drop-shadow(0 0 6px #d97f8e8c)}.mz-edge.dim{opacity:.07}.mz-filament{fill:none;stroke:var(--thread);stroke-width:.5px;opacity:.12}.mz-filament.dim{opacity:.03}.mz-arrow{fill:none;stroke:var(--thread);stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round;opacity:.55;transition:opacity .35s,stroke .35s}.mz-arrow.lit{stroke:var(--gold);opacity:.95}.mz-arrow.dim{opacity:.07}.mz-tree-edge{fill:none;stroke:var(--thread);stroke-width:1.5px;opacity:.5;stroke-linecap:round;transition:opacity .35s,stroke .35s,stroke-width .35s}.mz-tree-edge.couple{stroke:var(--rose);opacity:.55}.mz-tree-edge.lit{stroke:var(--gold);stroke-width:2.2px;opacity:.95;filter:drop-shadow(0 0 5px var(--accent-glow))}.mz-tree-edge.dim{opacity:.08}.mz-node{cursor:pointer}.mz-node .core{fill:url(#mzOrbGrad);stroke:var(--accent-glow);stroke-width:1.2px;transition:stroke .25s,filter .25s,stroke-width .25s}.mz-node:hover .core,.mz-node.selected .core{stroke:var(--gold);stroke-width:2px;filter:drop-shadow(0 0 12px var(--accent-glow))}.mz-node.dimmed{opacity:.18}.mz-node.veiled .core{stroke:#6e7fa34d}.mz-halo{fill:none;stroke:var(--gold);stroke-width:1px;opacity:0;pointer-events:none;transform-box:fill-box;transform-origin:50%}.mz-node:hover .mz-halo{animation:1.8s ease-out infinite mzHalo}@keyframes mzHalo{0%{opacity:.55;stroke-width:1px;transform:scale(1)}to{opacity:0;stroke-width:.3px;transform:scale(1.6)}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition:none!important;animation:none!important}}.fade-in{animation:.3s forwards fadeIn}
