:root{--color-background:#000000;--color-link:#ffffff;--color-link-hover:#ffffff;--color-p5-color:#ed225d;--color-text:#ffffff;--color-border:#000000;--color-ohmg-blue:#94dbff;--color-ohmg-red:#cc4722;--color-ohmg-yellow:#ffbf35;--color-ohmg-lilac:#b0afed;--nav-header-height:70px;--text-width:600px;--max-width-container-small:800px;--max-width-container-large:1000px;--max-width-container:var(--max-width-container);--font-heading:"Public Sans",sans-serif;--font-body:Georgia,serif;--font-size-00:0.5rem;--font-size-0:0.75rem;--font-size-1:1rem;--font-size-2:1.1rem;--font-size-3:1.25rem;--font-size-4:1.5rem;--font-size-5:2rem;--font-size-6:2.5rem;--font-size-7:3rem;--font-size-8:3.5rem;--font-size-fluid-0:clamp(0.75rem,2vw,1rem);--font-size-fluid-1:clamp(1rem,4vw,1.5rem);--font-size-fluid-2:clamp(1.5rem,6vw,2.5rem);--font-size-fluid-3:clamp(2rem,9vw,3.5rem);--size-000:-8px;--size-00:-4px;--size-01:4px;--size-02:8px;--size-03:16px;--size-04:20px;--size-05:24px;--size-06:28px;--size-07:32px;--size-08:48px;--size-09:64px;--size-10:80px;--size-11:120px;--size-12:160px;--size-13:240px;--size-14:320px;--size-15:480px;--font-size-display-s:var(--font-size-5);--font-size-display-m:var(--font-size-6);--font-size-display-l:var(--font-size-7);--font-size-paragraph-s:var(--font-size-2);--font-size-paragraph-m:var(--font-size-3);--font-size-paragraph-l:var(--font-size-4);--font-size-detail-s:var(--font-size-0);--font-size-detail-m:var(--font-size-1);--font-size-detail-l:var(--font-size-2);--space-stack-xs:var(--size-02);--space-stack-s:var(--size-03);--space-stack-m:var(--size-05);--space-stack-l:var(--size-07);--space-stack-xl:var(--size-09)}body{margin:0}.root{width:100%;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#f5f5f5}.background{padding:var(--size-4)}.icon-grid{display:grid;width:100%;grid-template:repeat(4,1fr)/repeat(2,1fr);grid-gap:16px;gap:16px;max-width:300px;transition:transform .2s ease}@media(min-width:768px){.icon-grid{grid-template:repeat(3,1fr)/repeat(4,1fr);gap:32px;max-width:600px}}.icon-grid:hover{filter:brightness(1.03)}.icon{display:flex;justify-content:center;align-items:center;cursor:pointer;transition:transform .2s ease}.icon:hover{transform:scale(1.05)}.icon svg{width:100%;height:100%}