:root{--color-background:var(--color-ohmg-black);--color-link:#ffffff;--color-link-hover:#ffffff;--color-p5-color:#ed225d;--color-text:#ffffff;--color-border:#000000;--color-ohmg-black:#1b1b1b;--color-ohmg-blue:#94dbff;--color-ohmg-red:#cc4722;--color-ohmg-yellow:#ffbf35;--color-ohmg-lilac:#b0afed;--color-ohmg-pink:#ff94c2;--nav-header-height:70px;--text-width:600px;--max-width-container-small:800px;--max-width-container-large:1000px;--max-width-container:var(--max-width-container);--max-width-image:800px;--max-width-text:60ch;--border-size:10px;--border-size-small:calc(var(--border-size) / 2);--border-rule:var(--border-size) solid #ffffff;--font-heading:"Public Sans",sans-serif;--font-body:Georgia,serif;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--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-4:4px;--size-8:8px;--size-16:16px;--size-20:20px;--size-24:24px;--size-28:28px;--size-32:32px;--size-48:48px;--size-64:64px;--size-80:80px;--size-120:120px;--size-160:160px;--size-240:240px;--size-320:320px;--size-480: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-8);--space-stack-s:var(--size-16);--space-stack-m:var(--size-24);--space-stack-l:var(--size-32);--space-stack-xl:var(--size-64)}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%}