/* Chemistry plates — lifted verbatim from the DeadheadChemist canvas source.
   Three drawn plates (fused aromatics, aliphatic backbones, heterocycles)
   drift behind the sections as animated masks. Do not hand-edit; regenerate
   with _src/extract_design.py. */
/* three distinct chemistry plates — fused polycyclic aromatics (a),
     aliphatic backbones with stereochemistry (b), heterocycles (c) — so the
     ground varies section to section instead of repeating one motif */
  [data-chem="dark"]::before { background-color:#F3F0E7; opacity:.1; }
  [data-chem="light"]::before { background-color:#12110F; opacity:.05; }
  [data-chem="teal"]::before { background-color:#06231F; opacity:.14; }
  [data-chem="violet"]::before { background-color:#F7F4FF; opacity:.14; }
  @media (max-width:1000px) {
    [data-rail] {
      grid-auto-flow:row !important; grid-auto-columns:auto !important;
      grid-template-columns:repeat(2,minmax(0,1fr)) !important;
      overflow-x:visible !important; scroll-snap-type:none !important;
    }
    [data-rail-nav] { display:none !important; }
  }
  [data-chem] { position:relative; isolation:isolate; }
  [data-chem]::before {
    content:''; position:absolute; inset:0; z-index:-1; pointer-events:none;
    -webkit-mask-repeat:repeat; mask-repeat:repeat;
    -webkit-mask-size:520px 360px; mask-size:520px 360px;
    transition:-webkit-mask-size .7s cubic-bezier(.2,.75,.3,1),
               mask-size .7s cubic-bezier(.2,.75,.3,1), opacity .45s ease;
  }
  @keyframes dh-chain-a { to { -webkit-mask-position:520px 360px; mask-position:520px 360px } }
  @keyframes dh-chain-b { to { -webkit-mask-position:-520px 0; mask-position:-520px 0 } }
  @keyframes dh-chain-c { to { -webkit-mask-position:520px -360px; mask-position:520px -360px } }
  [data-plate="a"]::before { animation:dh-chain-a 130s linear infinite; }
  [data-plate="b"]::before { animation:dh-chain-b 165s linear infinite; }
  [data-plate="c"]::before { animation:dh-chain-c 200s linear infinite; }
  [data-chem]:hover::before { -webkit-mask-size:568px 393px; mask-size:568px 393px; }
  [data-chem="dark"]:hover::before { opacity:.17; }
  [data-chem="light"]:hover::before { opacity:.09; }
  [data-chem="teal"]:hover::before { opacity:.2; }
  [data-chem="violet"]:hover::before { opacity:.2; }
  @media (prefers-reduced-motion: reduce) { [data-plate]::before { animation:none } }

  [data-plate="a"]::before { -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='520' height='360' viewBox='0 0 520 360'%3E%3Cg fill='none' stroke='%23fff' stroke-width='1.7' stroke-linejoin='round' stroke-linecap='round'%3EM98 107L72 122L46 107L46 77L72 62L98 77ZM149.9 107L124 122L98 107L98 77L124 62L149.9 77ZM326 81L300 96L274 81L274 51L300 36L326 51ZM352 126L326 141L300 126L300 96L326 81L352 96ZM403.9 126L377.9 141L352 126L352 96L377.9 81L403.9 96ZM148 262L134 286.2L106 286.2L92 262L106 237.8L134 237.8ZM296 286L282 310.2L254 310.2L240 286L254 261.8L282 261.8ZM148 262L240 286M0 176L30 158L58 172L44 122M490 300L520 282M0 300L30 318M149.9 107L244 66M403.9 126L468 96M474.5 253L452 266L429.5 253L429.5 227L452 214L474.5 227ZM352 96L420 210M420 210L452 214%3C/g%3E%3Cg fill='none' stroke='%23fff' stroke-width='1.3' stroke-linejoin='round' stroke-linecap='round' opacity='.9'%3EM92.8 104L72 116M51.2 104L51.2 80M72 68L92.8 80M124 116L103.2 104M103.2 80L124 68M144.7 80L144.7 104M318 66A18 18 0 1 1 282 66A18 18 0 1 1 318 66M398.7 123L377.9 135M357.2 123L357.2 99M377.9 87L398.7 99M131.2 281.4L108.8 281.4M97.6 262L108.8 242.6M131.2 242.6L142.4 262M290.4 286L279.2 305.4M256.8 305.4L245.6 286M256.8 266.6L279.2 266.6M470 250.4L452 260.8M434 250.4L434 229.6M452 219.2L470 229.6%3C/g%3E%3Cpath d='M98 107m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M72 122m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M46 107m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M46 77m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M72 62m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M98 77m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M149.9 107m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M124 122m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M98 107m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M98 77m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M124 62m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M149.9 77m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M148 262m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M134 286.2m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M106 286.2m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M92 262m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M106 237.8m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M134 237.8m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M296 286m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M282 310.2m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M254 310.2m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M240 286m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M254 261.8m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M282 261.8m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M474.5 253m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M452 266m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M429.5 253m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M429.5 227m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M452 214m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M474.5 227m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M420 210m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M244 66m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M468 96m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0' fill='%23fff'/%3E%3Ctext x='238' y='60' font-family='monospace' font-size='12.5' fill='%23fff'%3EOCH₃%3C/text%3E%3Ctext x='104' y='250' font-family='monospace' font-size='12.5' fill='%23fff'%3ECl%3C/text%3E%3Ctext x='276' y='300' font-family='monospace' font-size='12.5' fill='%23fff'%3EOH%3C/text%3E%3Ctext x='462' y='226' font-family='monospace' font-size='12.5' fill='%23fff'%3EN%3C/text%3E%3C/svg%3E"); mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='520' height='360' viewBox='0 0 520 360'%3E%3Cg fill='none' stroke='%23fff' stroke-width='1.7' stroke-linejoin='round' stroke-linecap='round'%3EM98 107L72 122L46 107L46 77L72 62L98 77ZM149.9 107L124 122L98 107L98 77L124 62L149.9 77ZM326 81L300 96L274 81L274 51L300 36L326 51ZM352 126L326 141L300 126L300 96L326 81L352 96ZM403.9 126L377.9 141L352 126L352 96L377.9 81L403.9 96ZM148 262L134 286.2L106 286.2L92 262L106 237.8L134 237.8ZM296 286L282 310.2L254 310.2L240 286L254 261.8L282 261.8ZM148 262L240 286M0 176L30 158L58 172L44 122M490 300L520 282M0 300L30 318M149.9 107L244 66M403.9 126L468 96M474.5 253L452 266L429.5 253L429.5 227L452 214L474.5 227ZM352 96L420 210M420 210L452 214%3C/g%3E%3Cg fill='none' stroke='%23fff' stroke-width='1.3' stroke-linejoin='round' stroke-linecap='round' opacity='.9'%3EM92.8 104L72 116M51.2 104L51.2 80M72 68L92.8 80M124 116L103.2 104M103.2 80L124 68M144.7 80L144.7 104M318 66A18 18 0 1 1 282 66A18 18 0 1 1 318 66M398.7 123L377.9 135M357.2 123L357.2 99M377.9 87L398.7 99M131.2 281.4L108.8 281.4M97.6 262L108.8 242.6M131.2 242.6L142.4 262M290.4 286L279.2 305.4M256.8 305.4L245.6 286M256.8 266.6L279.2 266.6M470 250.4L452 260.8M434 250.4L434 229.6M452 219.2L470 229.6%3C/g%3E%3Cpath d='M98 107m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M72 122m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M46 107m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M46 77m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M72 62m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M98 77m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M149.9 107m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M124 122m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M98 107m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M98 77m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M124 62m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M149.9 77m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M148 262m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M134 286.2m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M106 286.2m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M92 262m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M106 237.8m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M134 237.8m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M296 286m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M282 310.2m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M254 310.2m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M240 286m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M254 261.8m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M282 261.8m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M474.5 253m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M452 266m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M429.5 253m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M429.5 227m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M452 214m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M474.5 227m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M420 210m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M244 66m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M468 96m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0' fill='%23fff'/%3E%3Ctext x='238' y='60' font-family='monospace' font-size='12.5' fill='%23fff'%3EOCH₃%3C/text%3E%3Ctext x='104' y='250' font-family='monospace' font-size='12.5' fill='%23fff'%3ECl%3C/text%3E%3Ctext x='276' y='300' font-family='monospace' font-size='12.5' fill='%23fff'%3EOH%3C/text%3E%3Ctext x='462' y='226' font-family='monospace' font-size='12.5' fill='%23fff'%3EN%3C/text%3E%3C/svg%3E"); }
  [data-plate="b"]::before { -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='520' height='360' viewBox='0 0 520 360'%3E%3Cg fill='none' stroke='%23fff' stroke-width='1.7' stroke-linejoin='round' stroke-linecap='round'%3EM12 120L42 104L72 120L102.1 104L132.1 120L162.1 104L192.1 120L222.1 104M192.1 120L232.1 120M192.1 123.2L232.1 123.2M192.1 116.8L232.1 116.8M232.1 120L262.1 136L292.2 120L322.2 136L352.2 120M352.2 120L378.2 100M354 122.4L380 102.4M352.2 120L376.2 142M120 258L154 274L149.3 311.3L112.4 318.3L94.3 285.4ZM120 258L91.7 243L63.5 258L35.2 243L7 258M112.4 318.3L120.4 348.3M109.5 319.1L117.5 349.1M330 240L361.1 226.2L392.1 240L423.2 226.2L454.2 240L485.3 226.2M392.1 240L394.1 210M395.1 240.2L397.1 210.2M0 318L29.7 306L59.3 318L89 306%3C/g%3E%3Cg fill='none' stroke='%23fff' stroke-width='1.2' stroke-linejoin='round' stroke-linecap='round'%3EM128.8 126L133 126.8M126.9 132.3L132.5 133.3M125 138.5L132 139.9M123.1 144.8L131.5 146.4M121.2 151.1L131 152.9%3C/g%3E%3Cpath d='M72 120L81 88.6L71.1 87.4Z' fill='%23fff'/%3E%3Cpath d='M12 120m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M42 104m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M72 120m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M102.1 104m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M132.1 120m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M162.1 104m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M192.1 120m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M222.1 104m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M232.1 120m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M262.1 136m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M292.2 120m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M322.2 136m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M352.2 120m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M192.1 120m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M120 258m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M154 274m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M149.3 311.3m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M112.4 318.3m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M94.3 285.4m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M120 258m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M91.7 243m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M63.5 258m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M35.2 243m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M7 258m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M330 240m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M361.1 226.2m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M392.1 240m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M423.2 226.2m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M454.2 240m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M485.3 226.2m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M0 318m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M29.7 306m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M59.3 318m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M89 306m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0' fill='%23fff'/%3E%3Ctext x='66.04043631440703' y='82' font-family='monospace' font-size='12.5' fill='%23fff'%3EOH%3C/text%3E%3Ctext x='110.08087262881406' y='168' font-family='monospace' font-size='12.5' fill='%23fff'%3EH₃C%3C/text%3E%3Ctext x='382.2021815720352' y='98' font-family='monospace' font-size='12.5' fill='%23fff'%3EO%3C/text%3E%3Ctext x='374.2021815720352' y='158' font-family='monospace' font-size='12.5' fill='%23fff'%3EOH%3C/text%3E%3Ctext x='114.37853170259797' y='366.3206201319793' font-family='monospace' font-size='12.5' fill='%23fff'%3EO%3C/text%3E%3Ctext x='388.12109111969687' y='204' font-family='monospace' font-size='12.5' fill='%23fff'%3EO%3C/text%3E%3Ctext x='470' y='300' font-family='monospace' font-size='12.5' fill='%23fff'%3ECH₃%3C/text%3E%3C/svg%3E"); mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='520' height='360' viewBox='0 0 520 360'%3E%3Cg fill='none' stroke='%23fff' stroke-width='1.7' stroke-linejoin='round' stroke-linecap='round'%3EM12 120L42 104L72 120L102.1 104L132.1 120L162.1 104L192.1 120L222.1 104M192.1 120L232.1 120M192.1 123.2L232.1 123.2M192.1 116.8L232.1 116.8M232.1 120L262.1 136L292.2 120L322.2 136L352.2 120M352.2 120L378.2 100M354 122.4L380 102.4M352.2 120L376.2 142M120 258L154 274L149.3 311.3L112.4 318.3L94.3 285.4ZM120 258L91.7 243L63.5 258L35.2 243L7 258M112.4 318.3L120.4 348.3M109.5 319.1L117.5 349.1M330 240L361.1 226.2L392.1 240L423.2 226.2L454.2 240L485.3 226.2M392.1 240L394.1 210M395.1 240.2L397.1 210.2M0 318L29.7 306L59.3 318L89 306%3C/g%3E%3Cg fill='none' stroke='%23fff' stroke-width='1.2' stroke-linejoin='round' stroke-linecap='round'%3EM128.8 126L133 126.8M126.9 132.3L132.5 133.3M125 138.5L132 139.9M123.1 144.8L131.5 146.4M121.2 151.1L131 152.9%3C/g%3E%3Cpath d='M72 120L81 88.6L71.1 87.4Z' fill='%23fff'/%3E%3Cpath d='M12 120m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M42 104m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M72 120m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M102.1 104m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M132.1 120m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M162.1 104m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M192.1 120m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M222.1 104m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M232.1 120m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M262.1 136m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M292.2 120m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M322.2 136m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M352.2 120m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M192.1 120m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M120 258m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M154 274m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M149.3 311.3m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M112.4 318.3m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M94.3 285.4m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M120 258m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M91.7 243m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M63.5 258m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M35.2 243m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M7 258m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M330 240m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M361.1 226.2m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M392.1 240m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M423.2 226.2m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M454.2 240m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M485.3 226.2m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M0 318m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M29.7 306m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M59.3 318m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M89 306m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0' fill='%23fff'/%3E%3Ctext x='66.04043631440703' y='82' font-family='monospace' font-size='12.5' fill='%23fff'%3EOH%3C/text%3E%3Ctext x='110.08087262881406' y='168' font-family='monospace' font-size='12.5' fill='%23fff'%3EH₃C%3C/text%3E%3Ctext x='382.2021815720352' y='98' font-family='monospace' font-size='12.5' fill='%23fff'%3EO%3C/text%3E%3Ctext x='374.2021815720352' y='158' font-family='monospace' font-size='12.5' fill='%23fff'%3EOH%3C/text%3E%3Ctext x='114.37853170259797' y='366.3206201319793' font-family='monospace' font-size='12.5' fill='%23fff'%3EO%3C/text%3E%3Ctext x='388.12109111969687' y='204' font-family='monospace' font-size='12.5' fill='%23fff'%3EO%3C/text%3E%3Ctext x='470' y='300' font-family='monospace' font-size='12.5' fill='%23fff'%3ECH₃%3C/text%3E%3C/svg%3E"); }
  [data-plate="c"]::before { -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='520' height='360' viewBox='0 0 520 360'%3E%3Cg fill='none' stroke='%23fff' stroke-width='1.7' stroke-linejoin='round' stroke-linecap='round'%3EM103.1 98.5L78 113L52.9 98.5L52.9 69.5L78 55L103.1 69.5ZM292.2 88L268 102L243.8 88L243.8 60L268 46L292.2 60ZM292.2 60L292.2 88L318.9 96.7L335.3 74L318.9 51.3ZM174.7 270L150 288L125.3 270L134.7 241L165.3 241ZM407.3 229L416.7 258L392 276L367.3 258L376.7 229ZM103.1 98.5L140 60L176 78L243.8 60M280 262L392 276M52.9 98.5L92 148L70 186L112 222M0 176L28 156L50 170M490 292L520 274M0 306L26 322L58 308M268 102L340 96L372 78M372 78L412 96%3C/g%3E%3Cg fill='none' stroke='%23fff' stroke-width='1.3' stroke-linejoin='round' stroke-linecap='round' opacity='.9'%3EM98.1 95.6L78 107.2M57.9 95.6L57.9 72.4M78 60.8L98.1 72.4M268 96.4L248.6 85.2M248.6 62.8L268 51.6M287.4 62.8L287.4 85.2M168.8 268.1L150 281.8M131.2 268.1L138.4 246M161.6 246L168.8 268.1M403.6 234L410.8 256.1M392 269.8L373.2 256.1M380.4 234L403.6 234%3C/g%3E%3Cg fill='none' stroke='%23fff' stroke-width='1.5' stroke-linejoin='round' stroke-linecap='round' stroke-dasharray='5 4'%3EM174.7 270L246 248L280 262%3C/g%3E%3Cpath d='M103.1 98.5m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M78 113m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M52.9 98.5m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M52.9 69.5m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M78 55m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M103.1 69.5m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M292.2 88m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M268 102m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M243.8 88m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M243.8 60m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M268 46m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M292.2 60m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M292.2 60m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M292.2 88m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M318.9 96.7m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M335.3 74m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M318.9 51.3m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M174.7 270m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M150 288m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M125.3 270m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M134.7 241m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M165.3 241m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M407.3 229m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M416.7 258m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M392 276m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M367.3 258m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M376.7 229m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M140 60m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M176 78m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M92 148m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M70 186m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M112 222m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M246 248m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M280 262m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M340 96m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M372 78m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M412 96m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0' fill='%23fff'/%3E%3Ctext x='41.88526329025128' y='74.5' font-family='monospace' font-size='12.5' fill='%23fff'%3EN%3C/text%3E%3Ctext x='339.3362808264178' y='78' font-family='monospace' font-size='12.5' fill='%23fff'%3EHN%3C/text%3E%3Ctext x='155' y='292' font-family='monospace' font-size='12.5' fill='%23fff'%3EN%3C/text%3E%3Ctext x='120.71758344039569' y='244.96555814625137' font-family='monospace' font-size='12.5' fill='%23fff'%3EN%3C/text%3E%3Ctext x='165' y='282' font-family='monospace' font-size='11' fill='%23fff'%3E+%3C/text%3E%3Ctext x='411.2824165596043' y='233.96555814625137' font-family='monospace' font-size='12.5' fill='%23fff'%3ES%3C/text%3E%3Ctext x='416' y='92' font-family='monospace' font-size='12.5' fill='%23fff'%3EF%3C/text%3E%3Ctext x='96' y='214' font-family='monospace' font-size='12.5' fill='%23fff'%3EH₂N%3C/text%3E%3Ctext x='232' y='232' font-family='monospace' font-size='12.5' fill='%23fff'%3E⁻%3C/text%3E%3C/svg%3E"); mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='520' height='360' viewBox='0 0 520 360'%3E%3Cg fill='none' stroke='%23fff' stroke-width='1.7' stroke-linejoin='round' stroke-linecap='round'%3EM103.1 98.5L78 113L52.9 98.5L52.9 69.5L78 55L103.1 69.5ZM292.2 88L268 102L243.8 88L243.8 60L268 46L292.2 60ZM292.2 60L292.2 88L318.9 96.7L335.3 74L318.9 51.3ZM174.7 270L150 288L125.3 270L134.7 241L165.3 241ZM407.3 229L416.7 258L392 276L367.3 258L376.7 229ZM103.1 98.5L140 60L176 78L243.8 60M280 262L392 276M52.9 98.5L92 148L70 186L112 222M0 176L28 156L50 170M490 292L520 274M0 306L26 322L58 308M268 102L340 96L372 78M372 78L412 96%3C/g%3E%3Cg fill='none' stroke='%23fff' stroke-width='1.3' stroke-linejoin='round' stroke-linecap='round' opacity='.9'%3EM98.1 95.6L78 107.2M57.9 95.6L57.9 72.4M78 60.8L98.1 72.4M268 96.4L248.6 85.2M248.6 62.8L268 51.6M287.4 62.8L287.4 85.2M168.8 268.1L150 281.8M131.2 268.1L138.4 246M161.6 246L168.8 268.1M403.6 234L410.8 256.1M392 269.8L373.2 256.1M380.4 234L403.6 234%3C/g%3E%3Cg fill='none' stroke='%23fff' stroke-width='1.5' stroke-linejoin='round' stroke-linecap='round' stroke-dasharray='5 4'%3EM174.7 270L246 248L280 262%3C/g%3E%3Cpath d='M103.1 98.5m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M78 113m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M52.9 98.5m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M52.9 69.5m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M78 55m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M103.1 69.5m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M292.2 88m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M268 102m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M243.8 88m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M243.8 60m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M268 46m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M292.2 60m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M292.2 60m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M292.2 88m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M318.9 96.7m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M335.3 74m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M318.9 51.3m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M174.7 270m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M150 288m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M125.3 270m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M134.7 241m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M165.3 241m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M407.3 229m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M416.7 258m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M392 276m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M367.3 258m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M376.7 229m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M140 60m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M176 78m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M92 148m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M70 186m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M112 222m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M246 248m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M280 262m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M340 96m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M372 78m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0M412 96m-2.4 0a2.4 2.4 0 1 0 4.8 0a2.4 2.4 0 1 0-4.8 0' fill='%23fff'/%3E%3Ctext x='41.88526329025128' y='74.5' font-family='monospace' font-size='12.5' fill='%23fff'%3EN%3C/text%3E%3Ctext x='339.3362808264178' y='78' font-family='monospace' font-size='12.5' fill='%23fff'%3EHN%3C/text%3E%3Ctext x='155' y='292' font-family='monospace' font-size='12.5' fill='%23fff'%3EN%3C/text%3E%3Ctext x='120.71758344039569' y='244.96555814625137' font-family='monospace' font-size='12.5' fill='%23fff'%3EN%3C/text%3E%3Ctext x='165' y='282' font-family='monospace' font-size='11' fill='%23fff'%3E+%3C/text%3E%3Ctext x='411.2824165596043' y='233.96555814625137' font-family='monospace' font-size='12.5' fill='%23fff'%3ES%3C/text%3E%3Ctext x='416' y='92' font-family='monospace' font-size='12.5' fill='%23fff'%3EF%3C/text%3E%3Ctext x='96' y='214' font-family='monospace' font-size='12.5' fill='%23fff'%3EH₂N%3C/text%3E%3Ctext x='232' y='232' font-family='monospace' font-size='12.5' fill='%23fff'%3E⁻%3C/text%3E%3C/svg%3E"); }
