:root{--font-stack:sans-serif;--background:#fff;--graph-background:var(--background);--tooltip-background:#b39898;--graph-text-color:#222;--tier-1-colour:#9e1519;--tier-2-colour:#c8520e;--tier-3-colour:#d96d08;--tier-4-colour:#f59300;--selected-node-border:#000;--parent-selected-node-border:#4b4b4b}*{font-size:1em;margin:0;padding:0}h1,h2,p,ul{padding-bottom:.5em}html{font-family:var(--font-stack);font-size:20px;font-weight:400}.centre-column{margin-left:auto;margin-right:auto;max-width:720px}body>header{align-items:center;background:var(--background);display:flex;padding:2em}body>header>img{height:2rem;padding-right:1em}.page-footer{background:#444;bottom:0;color:#fff;font-size:.8em;left:0;margin-top:2rem;padding:1rem;position:relative;right:0}.page-footer a{color:#c93}main section h1{font-size:2em}#tree{background:var(--graph-background);margin-left:auto;margin-right:auto;max-width:1600px;overflow:hidden}@media (min-width:576px){#tree{display:flex}}#visualisation{flex-grow:2}#visualisation svg,.tooltip{padding:1em}.tooltip{background-color:var(--tooltip-background);box-sizing:border-box;width:20em}#labels text,g{pointer-events:none}#nodes{fill:#404040;stroke:none}#nodes circle{pointer-events:auto}#nodes .selected circle{stroke:var(--selected-node-border);stroke-width:5px}#nodes .selected.child circle{stroke:var(--parent-selected-node-border)}#nodes .root{fill:var(--tier-1-colour)}#nodes .domain{fill:var(--tier-2-colour)}#nodes .data-class{fill:var(--tier-3-colour)}#nodes .key-data-entity{fill:var(--tier-4-colour)}#nodes .collapsed{stroke-width:5px;stroke:#444}#edges{stroke:#bbb;stroke-width:1px}#edges .selected{stroke:var(--parent-selected-node-border);stroke-width:2px}#labels text{fill:var(--graph-text-color);font-size:.8rem}#labels text.outer{font-size:.5rem}.tag-cloud{display:flex;flex-wrap:wrap;gap:5px;list-style:none}.tag-cloud li{background:var(--tier-4-colour);border-radius:1em;color:var(--tier-1-colour);font-size:.8em;padding:.2em .6em}#issuer-root{background:#fff;border:1px solid gray;bottom:0;left:0;position:fixed;right:0;z-index:10}.issuer{--issuer-header-fg:#fff;--issuer-header-bg:#cf2688;--issuer-font-size:0.8rem;--issuer-error-colour:#df2020}@media (min-width:576px){#issuer-root{left:auto}.issuer{width:30em}}