*,:after,:before{box-sizing:border-box}body,html{height:auto;overflow-y:auto}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;background:#ffffff;color:#2A3945}:root{--accent:#2A3945}h1,h2,h3,h4,h5,h6{font-weight:400;color:#2A3945;padding:0;margin:0}a{color:var(--accent);font-weight:700;font-size:.95em;text-decoration:none}a:hover{opacity:.8}#goldlabel{display:flex;gap:12px;padding:20px;align-items:flex-start}#splash{width:100%;height:100vh;min-height:0;overflow:hidden;display:flex;align-items:center;justify-content:center;text-align:center;padding:24px}#splash img,#splash svg{max-width:100%;max-height:100%}#client{flex:0 0 290px;background:#fff;padding:12px}#client,#ssg{overflow:visible}#ssg{flex:1 1;min-width:0;padding:8px}.hero-image{position:relative;width:100%;height:250px;overflow:hidden}.hero-image,.title{margin-bottom:16px}blockquote{margin:0;padding-left:8px;border-left:4px solid #2a3945}ol,ul{list-style:none}li,ol,ul{margin:0;padding:0}.page-nav ul{display:flex;flex-direction:column;gap:6px}.page-nav li{line-height:1.4}.page-nav a{display:block;padding:6px 8px;border-radius:6px}.page-nav a:hover{color:#2A3945;background:rgba(0,0,0,.1)}.page-nav ul ul{margin-left:12px;margin-top:4px;gap:4px}#body ol,#body ul{margin:12px 0;padding-left:20px}#body ul{list-style:disc}#body ol{list-style:decimal}#body li{margin:6px 0}@media (min-width:801px){#goldlabel{flex-direction:row;height:100vh}#client{max-width:350px}#client,#ssg{overflow-y:auto}}@media (max-width:800px){#goldlabel{flex-direction:column;padding:12px}#client{width:100%;margin-bottom:24px}}@media (prefers-color-scheme:dark){body{background:#2A3945;color:#fff}:root{--accent:#1bb3d3}h1,h2,h3,h4,h5,h6{color:#1bb3d3}blockquote{border-left-color:#1bb3d3}#client{border-color:#2A3945}#client,#splash{background:#2A3945}#splash{border-color:#1bb3d3}.page-nav a:hover{color:#ffffff;background:rgba(255,255,255,.08)}a:hover{color:#ffffff}}