:root{--brand-blue: oklch(51.01% .274 263.83);--brand-blue-soft: color-mix(in srgb, var(--brand-blue) 10%, white);--brand-blue-border: color-mix(in srgb, var(--brand-blue) 22%, white);--success: oklch(56% .19 142);--success-soft: color-mix(in srgb, var(--success) 10%, white);--success-border: color-mix(in srgb, var(--success) 22%, white);--danger: oklch(57% .22 27);--danger-soft: color-mix(in srgb, var(--danger) 10%, white);--danger-border: color-mix(in srgb, var(--danger) 22%, white);--google-blue: #4285f4;--text-900: oklch(19.37% .006 300.98);--text-700: oklch(36.98% .014 302.71);--text-500: color-mix(in srgb, var(--text-700) 72%, white);--border: color-mix(in srgb, var(--brand-blue) 18%, white);--surface: white;--surface-muted: color-mix(in srgb, var(--brand-blue) 4%, white)}html,body{height:100%}body{margin:0;color:var(--text-900);background:var(--surface-muted);font-family:Arial,sans-serif;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}input,textarea,select,[contenteditable=true]{-webkit-user-select:text;user-select:text}:where(a,button,input,textarea,select,[tabindex]):focus:not(:focus-visible){outline:none}:where(a,button,input,textarea,select,[tabindex]):focus-visible{outline:2px solid var(--brand-blue-border);outline-offset:2px}*{box-sizing:border-box}
